/*css重置*/
*{
    padding: 0;
    margin: 0;
}
body {
    font-family: 微软雅黑;
}
.clearfix {
    clear: both;
}
img{
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;
}
li {
    list-style: none;
}
.clearfix{
    clear: both;
}
.no-margin{
    margin-right: 0;
}
/*顶部导航*/
.header{
    width: 1200px;
    height: 112px;
    line-height: 112px;
    margin: 0 auto;
}
.logo{
    width: 426px;
    float: left;
    margin-top: 20px;
    margin-right: 166px;
}
.nav{
    float: left;
}
.nav li{
    float: left;
    width: 104px;
    text-align: center;
}
.nav li a{
    color: #000;
    font-size: 20px;
}
/*广告栏*/
.banner{
    position: relative;
    height: 603px;
    width: 100%;
    overflow: hidden;
}
.banner .banner-box{
    /*width: 200%;*/
    height: 603px;
    position: absolute;
    top:0;
    left:0;
}
.banner .banner-box li{
    /*width: 100%;*/
    overflow: hidden;
    height: 603px;
    float: left;
}
.banner .banner-box li img{
    width: 100%;
    height: 603px;
}
#b03 { width: 100%;}

#b03 .dots { position: absolute; left:50%; bottom: 20px;}
#b03 .dots li {
    display: inline-block;
    width: 17px;
    height: 17px;
    margin: 0 4px;
    border-radius: 50%;
    text-indent: -999em;
    background-color: #fff;
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
}

#b03 .dots li.active {  background-color: #1b6094;
    opacity: 1;
}

#b03 .dots {
    bottom: 20px;
    left: 50%;
    position: absolute;
    margin-left: -37.5px;
}
/*页尾*/
.footer-bg{
    width: 100%;
    height: auto;
    background-color: #f1f1f1;
    padding: 68px 0;
    clear: both;
    border-top: 1px solid #dedede;
}
.footer{
    clear: both;
    width: 1192px;
    height: 212px;
    margin: 0 auto ;
}
.footer li{
    float: left;
    width: 297px;
    height: 212px;
    border-right: 1px solid #e5e5e5;
    text-align: center;
}
.footer li p{
    color: #3a3a3a;
    font-size: 20px;
}
.wb,.wx{
    margin-bottom: 24px;
}
.qq{
    margin-top: 76px;
    position: relative;
}
.qq img{
    position: absolute;
    left: 60px;
    top:-2px;
}
.email{
    clear: both;
    margin-top: 18px;
    position: relative;
    padding-left: 30px;
}
.email img{
    position: absolute;
    left: 60px;
    top:6px;
}
.phone-tb{
    margin-top: 42px;
}
.phone-text{
    font-size: 30px;
    margin-top: 38px;
}

.foot{
    font-size: 14px;
    color: #999999;
    text-align: center;
}
/*内容页的导航*/
.target{
margin-top: -20px;
}
.content{
    width: 1200px;
    min-height: 400px;
    margin: 0 auto;
    overflow: hidden;
}
.content-left{
    width: 1020px;
    margin-bottom: 80px;
    height: auto;
    float: left;
    margin-top: 80px;
    min-height: 400px;
}
.content-nav{
    width: 140px;
    text-align: center;
    height: 350px;
    float: left;
    font-size: 26px;
    color: #999999;
    margin: 42px 40px 0 0;
}
.content-nav li{
    border-bottom: 1px solid #dedede;
    height: 97px;
    line-height: 97px;
    cursor: pointer;
}
.content-nav li a{
    color: #999;
    display: block;
}
.content-nav li:hover{
    font-size: 26px;
    color: #0268b4;
    border-bottom: 4px solid #0268b4;
}
.content-nav .nav-active{
    font-size: 26px;
    color: #0268b4;
    border-bottom: 4px solid #0268b4;
}
.content-nav .nav-active a{
    color: #0268b4;
}


/*页尾*/
.page-box{
    width: 786px;
    height: 43px;
   margin-top: 100px;
}
.page{
    float: left;

}
.page li{
    float: left;
    padding: 10px 20px;
    border: 1px solid #dedede;
    border-left: none;
    cursor: pointer;
}
.page-num{
    margin: 0 10px 0 20px ;
}
.page-num,.page-news{
    float: left;
    margin-top: 10px;
}


.page span{
    color:#000;
}
.page .active span{
    color: #0268B4;
}