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%;
/* height: 220px; */
}
.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;
    margin-bottom: 50px;
}
.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;
}
.o-m .ul-t{
    background:#fff;
    width:900px;
    float:left;
    height:600px;
    padding-left: 50px;
}
.o-m .ul-t li{
    list-style-type:none;
    position:relative;
    height:100%;
    display:none;
}
.o-m .ul-t .li-top{
    padding:25px 0 0 50px;
}
.o-m .ul-t h5{
    color:#008be8;
    font-size:24px;
    line-height:38px;
    margin-bottom: 24px;
}
.o-m .ul-t p{
    color:#333333;
    font-size:16px;
    line-height:30px;
    margin-bottom:10px;
    width: 770px;
}
.o-m .ul-t .li-img{
    width:100%;
    text-align:center;
    position:absolute;
    left:0;
}

.ul-o{
    margin-top: 10px;
    margin-left: 10px;
}
.o-m .ul-o .li-o a{
    color: #fff;
    background-color: #008be8;
}
/* 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;
}