.clearfix:after{ content: ""; display: block; height: 0; font-size: 0; clear: both; visibility: hidden;}
.wrapper{ width: 1200px; margin: 0 auto;}

/*弹性盒子*/
.flexbox{display: -webkit-flex;display: flex;-webkit-justify-content: space-between;justify-content: space-between;} /*横向弹性*/
.flexbox_1{display: -webkit-flex;display: flex;-webkit-align-items: center;align-items: center;-webkit-flex-wrap: wrap;height: 900px;} /*纵向弹性*/
.flexc{margin: auto auto;}
.flexwarp{flex-wrap: wrap;}  /*弹性盒子换行*/

::-webkit-input-placeholder { /* WebKit browsers */
  color: #A2A2A2;
  font-size: 14px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #A2A2A2;
  font-size: 14px;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #A2A2A2;
  font-size: 14px;
}

.banner{width: 100%; position: relative; overflow: hidden;}
.banner img{width: 100%; display: block;}

header{border-top: 10px solid #ABABAB;}
header .logo{float: left;}
header form{float: right; margin-top: 45px;}
header form input{display: inline-block; border:none; outline: none; display: block;}
header form input[type="text"]{width: 200px; height: 34px; background: #EBEBEB; padding: 0 10px; font-size: 14px; float: left; margin-right: 2px; border-radius: 5px; overflow: hidden;}
header form input[type="submit"]{width: 34px; height: 34px; background: url(../images/sy_02.png) top center no-repeat; background-size: 100%;}

.nav{background: #103F94;}
.nav li{position: relative; float: left; height: 64px;}
.nav li a{font-size: 16px; color: #fff; border-right: 1px solid #fff; box-sizing: border-box; line-height: 20px; margin-top: 22px; padding: 0 60px; display: block;}
.nav li:first-child a{padding-left: 0;}
.nav li:last-child a{padding-right: 0; border: none;}
.nav li ul{position: absolute; top: 64px; left: 50%; width: 134px; margin-left: -67px; background: rgba(255,255,255,.5); padding: 10px 0; z-index: 999; display: none;}
.nav li ul a{padding: 0; float: none; line-height: 40px; font-size: 15px; color: #3E3A39; text-align: center; margin: 0; border: none;}
.nav li ul a:hover{background: #fff;}
.nav li:hover:after{content: ''; width: 60px; height: 4px; display: block; background: #B4DC27;  position: absolute; bottom: 0; left: 50%; margin-left: -30px;}
.nav li:first-child:hover:after{margin-left: 0; left: 0;}
.nav li:last-child:hover:after{margin-left: 0; left: 60px;}

.fwxm{position: absolute; bottom: 0; left: 50%; margin-left: -600px; z-index: 999;}
.fwxm .fw-box{width: 396px; height: 84px; display: flex; background: rgba(1,1,1,.55); color: #fff; font-size: 22px; float: left; margin: 6px 6px 0 0; line-height: 84px;}
.fwxm .fw-box:nth-child(3n){margin-right: 0;}
.fwxm .fw-box img{width: 49px; height: 49px; margin: 18px 15px 0 45px;}
.fwxm .fw-box p{flex: 1;}
.fwxm .fw-box span{margin-right: 45px; font-size: 12px;}
.fwxm .fw-box:hover span{color: #B4DC27;}

.main{background: #F3F3F3; padding-bottom: 60px;}

.tit{background: #E0E0E0; padding: 25px 20px; position: relative; color: #272727; display: block;}
.tit h6{font-size: 18px; text-transform: uppercase;}
.tit em{width: 30px; height: 2px; display: block; margin: 10px 0 5px 0; background: #000; transition: 0.5s ease;}
.tit p{font-size: 20px; color: #103F94; font-weight: bold;}
.tit span{font-size: 12px; float: right; margin-top: -65px;}
.tit label{width: 70px; height: 6px; display: block; background: #B4DC27; position: absolute; right: 0; top: 0;}
.tit:hover span{color: #B4DC27; font-weight: bold;}

.items{border-top: 14px solid #B4DC27; padding-top: 60px;}
.items .m-item{width: 370px; float: left; margin-right: 45px;}
.items .m-item:last-child{margin-right: 0;}
.items .m-item .btm{height: 315px; padding: 25px 20px; background: #fff; box-sizing: border-box;}
.items .m-item .js{font-size: 14px; line-height: 28px; color: #323232; margin-top: 10px;}

.slideBox{height:220px; position:relative;}
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle;position: relative;}
.slideBox .bd li span{width: 100%; height: 36px; background: rgba(1,1,1,.45); color: #EDEDED; text-align: center; font-size: 16px; line-height: 36px; display: block; position: absolute; bottom: 0; left: 0;}
.slideBox .bd img{width: 100%; display: block; transition: 0.5s ease;}
.slideBox .hd{height: 30px; overflow:hidden; background: #EFEFEF; width: 265px; margin: 5px auto 0;}
.slideBox .hd ul{text-align: center;}
.slideBox .hd ul li{margin: 0 2px; width:5px; height:5px; cursor:pointer; background: #CCC; display: inline-block;}
.slideBox .hd ul li.on{ background: #B4DC27;}
.slideBox .bd ul li:hover img{-webkit-transform: scale(1.1);
   -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
     -o-transform: scale(1.1);
        transform: scale(1.1);}
.slideBox .bd ul li:hover span{color: #B4DC27;}
.slideBox .prev,.slideBox .next{width: 29px; height: 30px; overflow: hidden; display: block; float: left; margin-top: -30px;}
.slideBox a img{transition: 0.5s ease;}
.slideBox .prev img{margin-left: -30px;}
.slideBox .next{float: right;}
.slideBox .prev:hover img{margin-left: 0;}
.slideBox .next:hover img{margin-left: -30px;}
.slideBox .prevStop{display:none;}
.slideBox .nextStop{display:none;}

.items .list a{line-height: 30px; font-size: 14px; color: #252525; display: block;}
.items .list a span{float: right;}
.items .list a:hover{color: #B4DC27;}
.items .list a:first-child{color: #103F94; font-weight: bold;}

.sbzs{margin-top: 45px;}
.picScroll-left{border: 1px solid #C2C0C1; padding: 25px 20px; margin-top: 10px;}

.picScroll-left{overflow:hidden; position:relative;}
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{width: 280px; margin-right: 13px; float:left; _display:inline; overflow:hidden; text-align:center; position: relative;}
.picScroll-left .bd ul li img{display: block; width: 100%; transition: 0.5s ease;}
.picScroll-left .bd ul li span{width: 100%; height: 36px; background: rgba(1,1,1,.45); color: #EDEDED; text-align: center; font-size: 16px; line-height: 36px; display: block; position: absolute; bottom: 0; left: 0;}
.picScroll-left .bd ul li:hover img{-webkit-transform: scale(1.1);
   -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
     -o-transform: scale(1.1);
        transform: scale(1.1);}
.picScroll-left .bd ul li:hover span{color: #B4DC27;}

footer{background: #103F94; color: #fff; font-size: 14px; padding: 30px 0 50px 0; border-top: 14px solid #B4DC27; }
footer .left{width: 920px; float: left; line-height: 20px;}
footer a{color: #fff;}
footer a:hover{color: #B4DC27;}
footer ul{margin: 10px 0 30px 0;}
footer ul a{display: block; margin-right: 50px; float: left;}

footer .right{width: 280px; float: right;}
footer .right div{float: right; margin-left: 20px; text-align: center;}
footer .right div img{width: 86px; height: 86px;}

.content{border-top: 14px solid #B4DC27; padding: 45px 0 100px 0;}
.content .left{width: 310px; float: left;}
.content .left h6{background: url(../images/ny1.jpg) top center no-repeat; height: 52px; padding-left: 30px; box-sizing: border-box; color: #fff; font-size: 18px; font-weight: bold; line-height: 52px;}
.content .left h6 span{font-size: 12px; font-weight: normal; text-transform: uppercase; margin-left: 5px;}
.content .left ul{background: #EEE; padding: 12px;}
.content .left ul a{background: #fff; line-height: 42px; font-size: 16px; color: #1F1F1F; margin-bottom: 12px; display: block; width: 100%; padding: 0 20px; box-sizing: border-box;}
.content .left ul a:last-child{margin-bottom: 0;}
.content .left ul a span{float: right; font-size: 20px; color: #8C8C8C;}
.content .left ul a.on{background: #eee;}

.content .right{width: 850px; float: right;}
.content .navigation{border-bottom: 1px solid #5C5E5E; margin-bottom: 40px;}
.content .navigation h6{float: left; font-size: 24px; padding-left: 10px; border-left: 3px solid #B4DC27; margin-top: 10px;}
.content .navigation h6 span{font-size: }
.content .navigation .curmb{line-height: 52px; font-size: 12px; color: #898989; float: right;}
.content .navigation .curmb a{color: #898989;}
.content .navigation .curmb span{color: #103F94;}
.content .article{font-size: 14px; color: #252525; line-height: 25px;}
.content .article img{max-width: 100%;}
.content .article a{color: #252525;}
.content .article .m-btn{margin-bottom: 30px;}
.content .article .m-btn a{width: 162px; height: 44px; background: #E0E0E0; color: #252525; font-size: 14px; text-align: center; line-height: 44px; float: left; margin: 0 9px 10px 0;}
.content .article .m-btn a:nth-child(5n){margin-right: 0;}
.content .article .m-btn a.on{background: #B4DC27; color: #fff;}

.map{height: 240px; margin-bottom: 40px;}
.lxwm .box{width: 213px; height: 85px; border: 2px solid #EEE; float: left; margin-right: 9px; display: flex; padding: 0 30px; font-size: 14px; color: #424242; align-items:center; display: -webkit-flex; line-height: 20px;}
.lxwm .box:last-child{margin-right: 0;}
.lxwm .box img{width: 45px; height: 45px; margin-right: 10px;}
.lxwm .box div{flex: 1;}
.lxwm .box h6{font-weight: bold;}

.xw-box{padding: 20px 0; border-bottom: 1px solid #E3E3E4; display: block;}
.xw-box time{width: 80px; height: 120px; background: #103F94; color: #fff; display: block; font-size: 36px; font-weight: bold; text-align: center; float: left; padding-top: 25px; box-sizing: border-box;}
.xw-box time span{font-size: 12px; display: block; font-weight: normal;}
.xw-box .txt{display: block; width: 615px; margin: 0 25px; float: left;}
.xw-box .txt h6{font-size: 15px; color: #6E6D6D; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin: 10px 0; font-weight: bold;}
.xw-box .txt p{font-size: 14px; color: #5F5F5F; line-height: 22px;}
.xw-box .pic{width: 26px; height: 26px; display: block; float: right; margin-top: 47px; overflow: hidden;}
.xw-box .pic img{transition: 0.5s ease;}
.xw-box:hover h6{color: #103F94;}
.xw-box:hover img{margin-top: -26px;}

.m-tit{font-size: 24px; color: #103F94; text-align: center; margin-bottom: 20px;}
.m-title{font-size: 24px; color: #103F94; margin-bottom: 20px;}

.tp-box{display: block; width: 32%; float: left; margin: 0 2% 20px 0;}
.tp-box:nth-child(3n){margin-right: 0;}
.tp-box span{display: block;}
.tp-box .pic{overflow: hidden;}
.tp-box .pic img{display: block; width: 100%; transition: 0.5s ease;}
.tp-box .txt{line-height: 40px; padding: 0 20px; background: rgba(16,63,148,.9); color: #fff;text-align: center;}
.tp-box:hover .txt{background: #103F94;}
.tp-box:hover img{-webkit-transform: scale(1.1);
   -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
     -o-transform: scale(1.1);
        transform: scale(1.1);}

.list h3{line-height: 60px; font-size: 24px;}
.list h3 a{float: right; font-size: 16px; color: #898989;}
.list h3:hover a{color: #103F94;}
.list .fm-box{line-height: 40px; display: block; background: rgba(238,238,238,.3); padding: 0 20px; margin-bottom: 10px;}
.list .fm-box:hover{background: #EEEEEE;}
.list li{margin-bottom: 20px;}