body,html{
    margin:0;
    padding:0;
    min-width:1200px;
    font-size:14px;
    color:#333333;
    background: #f9fcfd;
    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-search{
    position: relative;
    padding:7px 0;
}
.header-search span{
    color: #005c7a;
    line-height: 25px;
}
.search{
    width:140px;
    height:25px;
    overflow: hidden;
    padding:0;
    border:1px solid #c4dae1;
}
.search .write{
    width:110px;
    height:25px;
    border:none;
    padding:0;
    padding-left:5px;
    outline:none;
    color:#005c7a;
    background: transparent;
    line-height:26px;
}
.search .write::-webkit-input-placeholder{
    color: #005c7a;
    text-align: left;
    padding-left:5px;
}
.search .write::-moz-placeholder{
    color: #005c7a;
    text-align: left;
    padding-left:5px;
}
.search .write:-ms-input-placeholder{
    color: #005c7a;
    text-align: left;
    padding-left:5px;
}
.search .search{
    width:25px;
    height:25px;
    border:none;
    padding:0;
    background:url("../img/search.png") no-repeat center ;
    color:#ffffff;
    cursor: pointer;
    outline:none;
}
.header{
    padding:15px 0 25px 0;
    position: relative;
    z-index: 10000;
}
#erImg{
    display: none;
}
#erImg img{
    width:100%;
    display: block;
}
/*轮播图*/
.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;
    display: none;
    bottom:20px;
    z-index:2;
    right:30px;
}
.banner-ctrl li{
    width:14px;
    height:14px;
    box-sizing: border-box;
    background:rgba(255,255,255,0.2);
    float:left;
    margin-left:14px;
    border-radius: 50%;
    cursor: pointer;
}
.banner-ctrl li:first-of-type{
    margin-left:0;
}
.banner-ctrl li.active{
    width:14px;
    height:14px;
    background:transparent;
    border:4px solid rgba(255,255,255,1);
}
.banner-zz{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    box-sizing: border-box;
    color:#ffffff;
    padding:10px 50px;
    font-size:18px;
    background:rgba(0,0,0,0.7);
}
.banner-text{
    padding-left:15px;
    background: url("../img/bannerStyle.png") no-repeat left center;
}
.next,.prev{
    position:absolute;
    z-index:2;
    top:176px;
    width:25px;
    height:69px;
    cursor: pointer;
}
.next{
    right:10px;
}
.prev{
    left:10px;
}
/*导航*/

.nav{
    width:924px;
    z-index: 100000;
    margin-left: 32px;
}
.navEr{
   margin:20px auto;
}
.fNav{
    font-size:0;
}
.fNav li{
    color:#005c7a;
    position:relative;
    width:78px;
    height:78px;
    line-height:78px;
    margin-left:6px;
    text-align: center;
    display:inline-block;
    vertical-align: top;
}
.fNav li:nth-of-type(1){
    background: url("../img/1.png") no-repeat;
    background-size: 100% 100%;
margin-left:0;
}
.fNav li:nth-of-type(2){
    background: url("../img/2.png") no-repeat;
    background-size: 100% 100%;
}
.fNav li:nth-of-type(3){
    background: url("../img/3.png") no-repeat;
    background-size: 100% 100%;
}
.fNav li:nth-of-type(4){
    background: url("../img/4.png") no-repeat;
    background-size: 100% 100%;
}
.fNav li:nth-of-type(5){
    background: url("../img/5.png") no-repeat;
    background-size: 100% 100%;
}
.fNav li:nth-of-type(6){
    background: url("../img/6.png") no-repeat;
    background-size: 100% 100%;
}
.fNav li:nth-of-type(7){
    background: url("../img/7.png") no-repeat;
    background-size: 100% 100%;
}
.fNav li:nth-of-type(8){
    background: url("../img/8.png") no-repeat;
    background-size: 100% 100%;
}
.fNav li:nth-of-type(9){
    background: url("../img/9.png") no-repeat;
    background-size: 100% 100%;
}
.fNav li:nth-of-type(10){
    background: url("../img/10.png") no-repeat;
    background-size: 100% 100%;
}
.fNav li:nth-of-type(11){
    background: url("../img/11.png") no-repeat;
    background-size: 100% 100%;
}
.fNav li a{
    display: inline-block;
    font-size:19px;
    width:50px;
    letter-spacing: 2px;
    position:relative;
    text-align: center;
    vertical-align: middle;
    line-height:27px;
}
.fNav li:nth-of-type(9) a{
letter-spacing: 0;
}
.fNav>li.active{
    color:#ffffff;
    background: url("../img/active.png") no-repeat;
}
/*.fNav>li:hover{
    color:#ffffff;
}*/
.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: #245086;
    color:#ffffff;
}
.sNav li a{
    border:none;
    padding:10px 0;
}
.sNav li:hover{
    background: #ffffff;
    color:#333333;
}
/*手机导航*/
.sjNavIcon{
    display: none;
}
.sjNav{
    display: none;
}
/*二级导航*/
.erNavBox{
    width:924px;
    height:250px;
    box-sizing: border-box;
    padding:20px 30px;
    margin:20px auto;
    background: url("../img/navbg.png") no-repeat;
    background-size: 100% 100%;
}
.erNav>li{
    float:left;
    width:210px;
    height:210px;
    color:#44969b;
    font-weight: bold;
    font-size: 15px;
    text-align: left;
}
.erNav .tdNav{
    margin-top:5px;
}
.erNav .tdNav li{
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 20px;
}
.erNav .tdNav li.active{
    color:#005c7a;
}
.erNav .tdNav li:hover{
    color:#005c7a;
}
/*.erNav{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width:864px;
}
.tdNav{
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    column-count :2;
}
.tdNav li{
    !*column-count :2;*!
}*/
/*主体*/
#body{
    position:relative;
}
.blog1,.blog2,.blog3{
    margin-top:50px;
}
.blog-left,.blog-right{
    width:580px;
    position:relative;
}
.title{
    font-size:20px;
    padding-left:20px;
    background: url("../img/dian.png") no-repeat left center;
}
.title1{
   padding:0;
background:none;
}
.more{
    position: absolute;
    top:11px;
    right:0;
    width:17px;
    height:4px;
    background: url("../img/more.png") no-repeat;
}
.changeTitle{
    font-size:0;
    margin:15px 0;
}
.changeTitle span{
    display: inline-block;
    width:290px;
    background: #bfecef;
    color:#555555;
    font-size:16px;
    font-weight:bold;
    padding:5px 0;
    text-align: center;
}
.changeNews img{
    width:229px;
    height:152px;
    display: block;
}
.changeTitle span.active{
    color:#005c7a;
    background: #85d7de;
}
.changeNews li{
    padding:1px 0;
    overflow: hidden;
}
.changeNews li span{
    color:#808080;
    float: right;
}
.changeNews li a{
    display: inline-block;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.blog-left .changeNews li a{
    width:280px;
}
.blog-right .changeNews li a{
    width:480px;
}
/*主题2*/
.blog3-1,.blog3-2,.blog3-3{
    width:380px;
    position: relative;
}
.blog3-1{
    margin-right:30px;
}
.imgShow{
    position:relative;
    margin-top:15px;
}
.imgShow img{
    width:380px;
    height:210px;
    display: block;
}
.imgShow p{
    position:absolute;
    width:100%;
    left:0;
    bottom:0;
    box-sizing: border-box;
    background: rgba(0,0,0,0.7);
    color:#ffffff;
    font-size:16px;
    padding:10px 15px;
}
/*二级页面主体*/
.blog{
    width:924px;
    margin:0 auto;
}
.blogcontent{
 width:924px;
    margin:0 auto;
}
.titleLine{
    margin-top:60px;
}
.title{
    font-size:21px;
    color:#245972;
    font-weight: bold;
    padding-left:15px;
    background: url("../img/erdian.png") no-repeat left center;
}
.title1{
   padding:0;
background:none;
}
.location{
    font-size:15px;
    color:#9a9a9a;
    margin-top:6px;
}
.erList{
    margin-top:40px;
}
.erList li{
    position: relative;
}
.erList li i{
    width:22px;
    height:22px;
    background: url("../img/rightArr.png") no-repeat center;
    position: absolute;
    top:13px;
    right:10px;
    cursor: pointer;
}
.erList li.active i{
    background: url("../img/downArr.png") no-repeat center;
}
.erList li a{
    display: block;
    color:#78b2ba;
    width:100%;
    box-sizing: border-box;
    font-size:18px;
    padding:13px;
    border-bottom:2px solid #d5d7d7;
}
.erList li.active>a{
    background:#005c7a;
    color:#ffffff;
}
.erListSec{
    display: none;
}
.erJjy{
    margin-top:40px;
    line-height:1.5;
    color:#555555;
    font-size:18px;
}
.leaderList li{
    width:240px;
    float:left;
    margin:40px 100px 0 0;
}
.leaderList li:nth-of-type(3n){
    margin-right:0;
}
.leaderList li img{
    width:240px;
    height:240px;
    display: block;
}
.leaderList li p{
    text-align: center;
    font-size: 15px;
    color:#444545;
}
.leaderList li .name{
    font-weight: bold;
    font-size: 16px;
    color:#272626;
    margin-top: 20px;
    margin-bottom:5px;
}
.norList{
    margin-top:40px;
}
.norList li{
    overflow: hidden;
    font-size:15px;
    padding:13px;
    color:#555555;
    border-bottom: 2px solid #83b7bc;
}
.norList li span{
    float: right;
}
.fanye{
    margin-top:50px;
    text-align: center;
}
.jsList{
    margin-top:40px;
}
.jsList li{
    width:150px;
    padding:13px 0;
    float:left;
    font-size:18px;
    color:#555555;
}
/*底部*/
#footer{
    background:#005c7a;
    color:#ffffff;
    margin-top:70px;
    position:relative;
    padding:40px 0;
    overflow: hidden;
    line-height:1.5;
    text-align: center;
}
.links{
    text-align: center;
    margin-bottom:10px;
}
.links ul{
    display: inline-block;
}
.links ul li{
    float:left;
    padding:0 40px;
    border-right:2px solid #ffffff;
    line-height:1.2;
}
.links ul li:last-of-type{
    border:none;
}
/*二级页面*/
#erPage{
    background:#eff7f8;
}