body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td{
    margin:0;
    padding:0;
    }
body{
    background-color: #F8F8F8;
}
h1, h2, h3, h4, h5, h6, th { 
    font-size: 100%; font-weight: normal; 
    }
.clearfix{
    clear: both;
}
li{
    list-style:none;
    }
a{ 
    text-decoration:none;
    outline:none;
    color: #333;
    }
a:hover{ 
    cursor:pointer;
    }
.container{
    margin: 0;
    padding: 0;
    width: 100%;
}
/*header*/
.header_bg{
    width: 100%;
    background-color: rgba(255,255,255,1);
    height: 80px;
}
.header{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.header div{
    float:left;
    margin-top: 10px;
    }
.header ul{
    float:right;
    }
.header li{
    float:left;
    height:auto;
    height: 80px;
    line-height: 80px;
    }
.header li a{
    float:right;
    margin-right: 50px;
    height:55px;
    text-align:center;
    font-weight:bold;
    font-size:15px;
    }
.header li.cur a{
    color:#0068dd; 
    border-bottom:2px solid #0068dd;
    }
.header li a:hover{
    color:#0068dd;
    border-bottom:2px solid #0068dd;
    }
/* 焦点图 */
.banner_bg{
    width: 100%;
}
.banner_top img{
    width: 100%;
}
/* 子导航 */
.z_nav{
    width: 1200px;
    margin: 20px auto;
}
.z_nav a:hover{
    color: #0068dd;
}
/* 选项卡 */
.o-m{
    background:#fff;
    width:1200px;
    margin:10px auto;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.o-m .ul-o{
    float:left;
    width:200px;
    position:relative;
    background:#E0E6E9;
}
.o-m .ul-o li a{
    text-align: center;
    float:left;
    line-height:68px;
    color:#656565;
    font-size:18px;
    width:200px;
    border-bottom:1px solid #cccbc8;
}
.o-m .ul-o li a:hover{
    color: #0068dd;
}

.ul-o{
    margin-top: 10px;
    margin-left: 10px;
}
.o-m .ul-o .li-o a{
    color: #fff;
    background-color: #008be8;
}

/* 产品中心 */
.ul-t{
    float: left;
    margin-top: 20px;
    margin-left: 40px;
    width: 930px;
}
.ul-t a:hover{
    color: #008BE8;
}
.news h1{
    float: left;
}
.news button{
    float: right;
    font-size: 12px;
    color: #008BE8;
    border: 1px solid #008BE8;
}
.news_list{
    margin-bottom: 20px;
    background-color: #F8F8F8;
    padding: 10px;
}
/* 分页器 */
.page2{
    text-align: center;
    margin-bottom: 20px;
}
.page2 a,.page2 span{
    margin-right: 12px;
}
.page2 .num{
    display: inline-block;
    color: #333;
    text-decoration: none;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
}
.page2 .on{
    background-color: #008BE8;
    color: #fff;
    border-radius: 100%;
}
.page2 .num:hover{
    background-color: #70C0F6;
    border-radius: 100%;
    color: #fff;
}
.page2 .home, .page2 .prew{
    color: #333;
    cursor:text;
}

/* footer */
.footer_bg_container{
    background-color: #292B36;
}.footer_bg{
    width: 1200px;
    margin: 0 auto;
    background-color: #292B36;
    height: 300px;
}
.footer_left,.footer_right{
    float: left;
    color: #999999;
    margin-top: 50px;
}
.footer_right div a{
    color: #999999;
}
.footer_name{
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}
.footer_left{
    margin-right: 100px;
}
.footer_con,.footer_pro{
    margin-bottom: 10px;
}
.footer_pro a:hover{
    color: #fff;
}

/* copyright */
.copyright{
    width: 100%;
    margin: 0 auto;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #262731;
    color: #ffffff;
    font-size: 14px;
}