body,html{
    margin:0;
    padding:0;
    min-width:1200px;
    font-size:14px;
    font-family: "Microsoft YaHei" !important;
}
img{
    border:none;
}
.container-fulled{
    width:100%;
}
.container{
    width:1200px;
    margin:0 auto;
}
ul{
    list-style:none;
    margin:0;
    padding:0;
}
a,a:hover,a:active{
    text-decoration: none;
    color:inherit;
}
p{
    margin:0;
}
.clearfix{
    zoom:1;
}
.clearfix:after{
    content:'';
    display:block;
    clear:both;
}
.whitespace{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.verticalMid{
    vertical-align: middle;
    display: inline-block;
}
.verticalTop{
    vertical-align: top;
    display: inline-block;
}
.fl{float:left;}
.fr{float:right;}
/*头部*/
#header{
    background: url("../img/headerBg.png") no-repeat;
    background-size: 100% 100%;
    border-top:5px solid #1b467b;
    overflow: hidden;
}
.header{
    padding:10px 0;
}
.header-links{
    position:relative;
}
.header-links ul{
    position:absolute;
    top:0;
    right:0;
    background: #1b467b;
}
.header-links:after{
    content:"";
    display: block;
    height:39px;
    position:absolute;
    left:100%;
    width:100%;
    background: #1b467b;
}
.header-links ul:before{
    content:"";
    display: block;
    width: 0;
    height: 0;
    border: 39px solid transparent;
    border-top-color:#1b467b;
    position:absolute;
    left:-39px;
    z-index:1;
}
.header-links ul li{
    float:left;
    position:relative;
    z-index:10;
    border-right:1px solid #ffffff;
    color:#ffffff;
    line-height: 14px;
    padding:0 10px;
    margin:10px 0 15px 0;
}
.header-links ul li:last-of-type{
    border:none;
}
/*轮播图*/
.banner{
    position: relative;
    overflow: hidden;
}
.banner .banner-run{
    position:absolute;
    top:0;
    left:0;
}
.banner .banner-run li{
    float:left;
    position:relative;
}
.banner .banner-run li img{
    display: block;
    width:100%;
}
.banner-ctrl{
    position:absolute;
    bottom:27px;
    z-index:2;
}
.banner-ctrl li{
    width:14px;
    height:13px;
    background:url("../img/cir.png") no-repeat center;
    float:left;
    margin-left:14px;
    cursor: pointer;
}
.banner-ctrl li:first-of-type{
    margin-left:0;
}
.banner-ctrl li.active{
    background: url("../img/cirAct.png") no-repeat center;
}
.banner-zz{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height: 123px;
    background:linear-gradient(rgba(255,255,255,0.1) ,rgba(0,0,0,0.5) );
}
.next,.prev{
    position:absolute;
    z-index:2;
    top:176px;
    width:25px;
    height:69px;
    cursor: pointer;
}
.next{
    right:10px;
}
.prev{
    left:10px;
}
/*导航*/
#dl-menu{
    display: none;
}
.mob-links ul{
    display: none;
}
.nav{
    background: #1b467b;
    width: 100%;
    position:relative;
    z-index: 1000;
    border-bottom:1px solid #ffffff;
}
.fNav li{
    float:left;
    color:#ffffff;
    position:relative;
    transition: all 0.2s;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.fNav li a{
    display: block;
    padding:13px 25px;
    position:relative;
    transition: all 0.2s;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.fNav>li.active>a:after{
    content:"";
    display: block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom-color:#ffffff;
    position:absolute;
    left:45%;
    z-index:1;
}
.fNav>li:hover>a:after{
    content:"";
    display: block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom-color:#ffffff;
    position:absolute;
    left:45%;
    z-index:1;
}
.fNav li:hover .sNav li{
    height:40px;
}
.sNav{
    position:absolute;
    left:0;
    min-width:100%;
}
.sNav li{
    text-align: center;
    padding:0 24px;
    min-width:100%;
    box-sizing: border-box;
    overflow: hidden;
    height: 0;
    -webkit-transition: height 400ms ease;
    -moz-transition: height 400ms ease;
    -o-transition: height 400ms ease;
    transition: height 400ms ease;
    white-space: nowrap;
    background: #00447d;
    color:#ffffff;
}
.sNav li a{
    border:none;
    padding:10px 0;
}
.sNav li:hover{
    background: #ffffff;
    color:#333333;
}
/*主体*/
#body{
    position:relative;
    min-height:800px;
    overflow: hidden;
}
.bodyBgLeft{
    position:absolute;
    top:0;
    left:0;
}
.bodyBgRight{
    position:absolute;
    top:0;
    right:0;
}
.bodyBgLeft img,.bodyBgRight img{
     width:100%;
}
.blog1{
    padding-top:45px;
    background: #ffffff;
}
.news,.notice{
    padding:0 18px;
    position:relative;
}
.title{
    font-size:18px;
    font-weight: bold;
    border-bottom:1px solid #00a2d2;
    padding:10px 0;
    position:relative;
}
.title:after{
    content: "";
    display: block;
    position:absolute;
    bottom:-2px;
    left:0;
    border-right:1px solid #ffffff;
    width:20px;
    height:4px;
    background: #00a2d2;
}
.title span{
    font-size:14px;
    color:#00a2d2;
}
.blog1 ul{
    margin-top:25px;
    margin-bottom:35px;
}
.blog1 ul li{
    width:33%;
    float:left;
    margin-left:0.5%;
}
.blog1 ul li:first-of-type{
    margin-left:0;
}
.more{
    background: url("../img/more.png") no-repeat;
    width:60px;
    height:20px;
    position:absolute;
    right:18px;
    top:33px;
}
.data{
    width:20%;
    margin-right:1%;
    text-align: center;
}
.data .day{
    background: #1b467b;
    color:#c5defd;
    font-size:30px;
    /*padding:3px 0;*/
    border-bottom:1px solid #ffffff;
}
.data .month{
    background: #376193;
    color:#ffffff;
    padding:10px 0;
}
.article{
    background: #f8f8f8;
    width:79%;
    padding:15px 10px;
    box-sizing: border-box;
    line-height:1.5;
}
.article p{
    color:#5d5d5d;
    font-weight: bold;
}
.article span{
    display: inline-block;
    font-weight: lighter;
    color:#020202;
    font-size:12px;
    padding-top:10px;
}
.blog2{
    padding-bottom:45px;
}
.blog2_top{
    position:relative;
}
.blog2_top img{
    width:100%;
}
.blog2_top p{
    position:absolute;
    left:0;
    bottom:0;
    background: #00a2d2;
    opacity: 0.8;
    font-size:18px;
    font-weight:bold;
    filter: alpha(opacity=80);
    color: #ffffff;
    width:100%;
    text-align: center;
    padding:20px 0;
}
.blog2_bottom_mob{
    display: none;
}
.blog2_bottom{
    position:relative;
    overflow: hidden;
    height:253px;
}
.styleShow{
    padding:15px 0;
    background: #f6f6f6;
    position:absolute;
    left:0;
    top:0;
}
.styleShow li{
    float:left;
    padding:15px;

}
.styleShow li img{
width:270px;
height:190px;
    box-shadow: 4px 4px 0 #b8b8b8;
}
#goNext{
    background: url("../img/rightArr.png") no-repeat;
    width:50px;
    height:75px;
    position:absolute;
    right:0;
    top:88px;
    cursor: pointer;
}
#goPrev{
    background: url("../img/leftArr.png") no-repeat;
    width:50px;
    height:75px;
    position:absolute;
    left:0;
    top:88px;
    cursor: pointer;
}
/*底部*/
#footer{
    background: url("../img/footerBg.png") no-repeat;
    background-size:100% 100%;
    color:#ffffff;
    position:relative;
    padding:20px 0;
    overflow: hidden;
}
.copy{
    width:50%;
    padding-left:10%;
    margin-right:10%;
    line-height:1.5;
}
.footer-links{
    padding-bottom:40px;
    font-size:14px;
}
.footer-links li{
    float:left;
    padding-right:20px;
}
.erCode div{
    padding:0 10px;
}
.erCode p{
    text-align: center;
}
.footerLBg{
    position:absolute;
    left:0;
    top:0;
}
.footerRBg{
    position:absolute;
    right:0;
    top:0;
}
.footerLBg img,.footerRBg img{
    width:100%;
}
/*二级页面*/
.erBanner img{
    width:100%;
    display: block;
}
.list-page{
    padding:0 35px;
    box-sizing: border-box;
    min-height:800px;
}
.list-location{
    width:255px;
    background: #0b4c82;
    height:60px;
    line-height:60px;
    color:#ffffff;
    text-align: center;
    box-sizing:border-box;
    font-size:20px;
}
.list-ul{
    padding:25px 0;
    background: #f4f4f4;
}
.list-ul li{
    width:255px;
    background: #f4f4f4;
    color:#1b467b;
    box-sizing:border-box;
    font-size:14px;
    position:relative;
    transition: all 0.5s;
    -moz-transition: all 0.5s ;
    -ms-transition: all 0.5s ;
    -o-transition: all 0.5s ;
    -webkit-transition: all 0.5s;
}
.list-ul li a{
    height:36px;
    line-height:36px;
    padding:0 50px;
    display: block;
    font-weight: bold;
}
.list-ul li i{
    width:25px;
    height:36px;
    position:absolute;
    right:45px;
    top:0;
    background: url("../img/hasSub.png") no-repeat center;
    cursor: pointer;
}
.list-ul li.active i{
    background:url("../img/subAct.png") no-repeat center;
}
/*.list-ul li:hover i{
    background:url("../img/subAct.png") no-repeat center;
}*/
.list-ul li.active>a{
    background: #7b7b7b;
    color:#ffffff;
}
.list-ul li:hover>a{
    background: #7b7b7b;
    color:#ffffff;
}
.list-ul .leftSec{
    display: none;
    padding:20px 0;
}
.list-ul .leftSec a{
    color:#515151;
    height:30px;
    line-height:30px;
    font-weight: normal;
    padding:0 55px;
}
.list-left{
    position:relative;
    margin-top:-60px;
}
.list-right{
    width:825px;
}
.right-title{
    color:#014f99;
    border-bottom:1px solid #014f99;
    padding:10px;
    margin-top:25px;
}
.img-list li{
    background: #f6f7f7;
    float:left;
    width:180px;
    padding:20px 0;
    text-align: center;
    margin:17px;
}
.img-list li:nth-of-type(4n+1){
    margin-left:0;
}
.img-list li:nth-of-type(4n){
    margin-right:0;
}
.img-list li img{
    width:142px;
    height:164px;
    box-shadow: 1px 1px 5px #b8b8b8;
    margin-bottom:12px;
}
.img-list li p{
    color:#515151;
    font-size:12px;
}
.fanye{
    margin:40px 0;
    text-align: center;
}
.right-list ul{
    padding:20px 30px;
}
.right-list li{
    padding:10px 15px;
    background: url("../img/listStyle.png") no-repeat left center;
    overflow: hidden;
}
.right-list li a{
    float:left;
    color:#666666;
    width:500px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.right-list li span{
    float:right;
    color:#948e8e;
}
.right-jjy{
    padding:30px 30px 50px 30px;
}
.content-page{
    padding:10px 100px;
    box-sizing: border-box;
}
.content{
    padding:30px;
}