/*common start*/
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,strong,input{ margin:0; padding:0;list-style:none;text-decoration:none;border:0; list-style:none;}
body{ font-size:12px;font-family:' '; color:#666;}
body.head_on{overflow:hidden}
a{color:#666;transition: 0.3s;}
a:hover{ color:#f60; text-decoration:none;cursor: pointer;}
p{line-height:1.8em; padding:5px 0;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
.wapper{ width:1200px; margin:0 auto;}


.indexTop{width: 100%;background: #c6e4fbae;}
.indexTop .warp{display: flex;justify-content: space-between;align-items: center;height: 115px;}
.logo{display: block;}
.logo img{max-height: 112px;width: auto;}
.webTime{font-size: 16px;color: #000;}


.header{ position:relative;background:#1e50ae;z-index: 99;}

.header2{width: 100%;}
.h2Top{width: 100%;height: 36px;line-height: 36px;font-size: 12px;background: #333333;color: #fff;}
.h2Cet{width: 100%;}
.h2Cet .warp{height: 180px;}
.h2Cet .logo{max-width: 50%;}
.h2Cet .logo img{width: auto;max-width: 100%;max-height: 160px;}
.h2Search{width: 480px;height: 48px;background: #fff;border-radius: 5px;position: relative;overflow: hidden;}
    .h2Search input {
        outline: none;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 0 60px 0 10px;
        box-sizing: border-box;
    }
.h2Search button{width: 60px;height: 46px;top: 1px;right: 1px;border: none;background: linear-gradient(to bottom,#0fbef6 0,#1e93e9 100%);color: #fff;font-size: 20px;position: absolute;border-radius: 0 5px 5px 0;}
.h2Cet .btm{height: 180px;padding: 20px 0;box-sizing: border-box;align-items: flex-end;}
.h2Cet .btm img{width: auto;max-height: 50px;}

/*menu*/
/*.menu{height:50px;line-height:50px;}*/
.menu ul li{ float:left; position:relative;margin-right: 3px;}
.menu ul li dl{ width:150px; position:absolute; left:50%; top:50px; box-shadow:2px 2px 5px rgba(0,0,0,0.2);display:none;z-index: 9;padding-top: 15px;transform: translateX(-50%);}
.menu ul li dl dd{ line-height:40px; background:#fff;}
.menu ul li dl dd a{ font-size:14px; color:#333;display:block;padding: 0 10px;}
.menu ul li dl dd a:hover{ color:#13439d;background: transparent;}
.menu a{ font-size:20px;color:#fff;display:block;text-align:center;padding: 0 25px;}
.menu span a:hover{background:url(../images/nav-li-hover.png) center no-repeat;color:#fff;}
a.menu_hover{background:url(../images/nav-li-hover.png) center no-repeat;color:#fff;}
.menu ul li.on span a{background:url(../images/nav-li-hover.png) center no-repeat;color:#fff;}
.menu ul li span i{display: inline-block;}
.menu ul li span i img{vertical-align: middle;width: 30px;margin-right: 5px;}

.menu ul li dl:after{position: absolute;width: 0;height: 12px;font-size: 0;line-height: 0;overflow: hidden;border-width: 9px;border-style: dashed dashed dashed solid;border-color: transparent transparent #fff transparent;top: -15px;left: 0;right: 0;margin: auto;content: "";}
.menu ul li dl dd{position:relative;}
.menu ul li dl dd dl{top:0; left:100%; transform:none; display:none; padding-top:0;}
.menu ul li dl dd dl:after{ display:none !important;}
.menu ul li dl dd:hover dl{ display:block;}

.h2Btm{width: 100%;}
.h2Btm .menu{background: #1e93e9;border-radius: 5px;padding: 18px 20px;}
.h2Btm .menu ul{height: 50px;line-height: 50px;}


/*swiper*/
.swiper {width: 100%;height: 100%;}
.swiper-slide {background: #fff;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center; -ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.swiper-slide img { display: block;width: 100%;height: 100%;object-fit: cover;}

/*common*/
.disFlex {
	flex-wrap: wrap;
	display: -webkit-box;/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;/* Firefox 17- */
	display: -webkit-flex;/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;/* Firefox 18+ */
	display: -ms-flexbox;/* IE 10 */
	display: flex;
}
.jusBet{justify-content: space-between;}
.jusCet{justify-content: center;}
.jusEnd{justify-content: flex-end;}
.aliTop{align-items: flex-start;}
.aliCet{align-items: center;}
.alibtm{align-items: flex-end;}

.img{font-size: 0px;overflow: hidden;}
img{transition: 0.5s;}

.f_left{float: left;}
.f_right{float: right;}
.clearfix:before,
.clearfix:after {content: "";display: table;}
.clearfix:after {clear: both;overflow: hidden;}
.clearfix {*zoom: 1;}

.bgfff{background: #fff !important;}
.fff{color: #fff !important;}
em{font-style: normal;}
.overflow1{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width: 100%;display: block;}
.overflow2{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.overflow3{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}

.pt140{padding-top: 140px;}
.pb140{padding-bottom: 140px;}
.pt120{padding-top: 120px;}
.pb120{padding-bottom: 120px;}
.pt100{padding-top: 100px;}
.pb100{padding-bottom: 100px;}
.pt80{padding-top: 80px;}
.pb80{padding-bottom: 80px;}
.pt60{padding-top: 60px;}
.pb60{padding-bottom: 60px;}
.pt50{padding-top: 50px;}
.pb50{padding-bottom: 50px;}

.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt35{margin-top: 35px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}
.mt70{margin-top: 70px;}
.mt80{margin-top: 80px;}

.textCet{text-align: center;}

/*-------------------------------------------*/

/*banner*/
.banner{width: 100%;}
.bannerSwiper .swiper-pagination-bullet{opacity: 1;background: #fff;transition:width ease 0.35s;border-radius: 20px;}
.bannerSwiper .swiper-pagination-bullet-active{background: #00b0ec;width:20px;}

.index1{width: 100%;/*margin-top: 65px;*/margin-bottom: 45px;}
.i1Item{width: 33.3%;padding: 0 3px;box-sizing: border-box;}
.i1Top{width: 100%;height: 48px;line-height: 48px;border-bottom: 1px solid #cccccc;margin-bottom: 10px;}
.i1Tit{display: inline-block;padding: 0 20px;font-size: 20px;color: #1e50ae;border-bottom: 3px solid #1e50ae;}
.i1Top .more{font-size: 12px;color: #999;}

.i1Top2{width: 100%;padding: 20px 0;border-bottom: 1px solid #ddd;}
.i1Top2 .title{width:167px;font-size: 22px;color: #fff;font-weight: bold;height: 56px;line-height: 56px;background: #fb7f67;text-align: center;}
.i1Top2 .title i{padding-right: 10px;}
.i1TopSlide{background: #f3f3f3;width: calc(100% - 167px);padding: 0 10px;box-sizing: border-box;overflow: hidden;height: 56px;line-height: 56px;}
.i1TopSlide ul li{float: left;width: 480px;margin-right: 50px;}
.i1TopSlide .part{display: flex;justify-content: space-between;align-items: center;}
.i1TopSlide .part .t1{flex: 1;font-size: 18px;color: #333;}
.i1TopSlide .part .time{display: block;width: 90px;text-align: right;font-size: 16px;color: #999;}
.i1TopSlide .part:hover .t1{color: #f60;}

.i1Swiper .part{display: block;width: 100%;height: 100%;position: relative;overflow: hidden;}
.i1Swiper .part .img{width: 100%;height: 100%;}
.i1Swiper .part .img img{width: 100%;height: 100%;object-fit: contain;}
.i1Swiper .part .imgTop{width: 100%;padding: 18px 15px;box-sizing: border-box;background: rgba(0,0,0,0.5);position: absolute;bottom: 0;left: 0;}
.i1Swiper .part .t1{font-size: 14px;color: #fff;max-width: 60%;}
.i1Swiper .swiper-pagination{width: auto;text-align: right;}
.i1Swiper .swiper-pagination-bullet{background: #fff;opacity: 1;}
.i1Swiper .swiper-pagination-bullet-active{background: #ba0111;}


.i1Item .banner,
.i1Item .banner .wapper{width:100%; max-width:100%;}

.i1List{width: 100%;}
.i1List ul li{padding: 12px 0;border-bottom: 1px solid #ccc;}
.i1List a{display: block;padding: 0 10px;box-sizing: border-box;display: flex;justify-content: space-between;align-items: center;height: 30px;line-height: 30px;}
.i1List .t1{flex: 1;font-size: 16px;color: #333;}
.i1List .t1:hover{color: #1e50ae;}
.i1List .time{display: inline-block;margin-left: 20px;font-size: 14px;color: #999;}

.index1 .i1Item:nth-child(1) .i1List ul li:nth-child(1) .part:before{padding: 0 3px;background: #ea474e;border-radius: 3px;color: #fff;font-size: 12px;content: "置顶";height: 20px;line-height: 20px;margin-right: 3px;}

.index2{margin: 45px 0;}
.i2Top{width: 100%;height: 48px;line-height: 48px;border-bottom: 1px solid #1e50ae;margin-bottom: 10px;}
.i2Tit{display: inline-block;padding: 0 20px;font-size: 20px;color: #fff;background: #1e50ae;border-radius: 5px 5px 0 0;}
.i2Top .more{font-size: 12px;color: #999;}

.i2Left{width: 52%;}
.i2Right{width: 45%;}
.i2List1{width: 100%;}
.i2List1 ul li{float: left;width: calc(50% - 10px);margin-right: 20px;margin-bottom: 20px;}
.i2List1 ul li:nth-child(2n){margin-right: 0;}
.i2List1 .img{display: block;width: 100%;overflow: hidden;}
.i2List1 .img img{width: 100%;}
.i2List1 .t1{text-align: center;color: #000;margin-top: 10px;font-size: 20px;}
.i2List1 .img:hover img{transform: scale(1.1);}

.index3{margin: 45px 0;}
.i3List{width: 100%;margin-top: 30px;}
.i3List ul li{float: left;width: 25%;padding: 0 22px;box-sizing: border-box;margin-bottom: 45px;}
.i3List .part{display: block;width: 100%;overflow: hidden;height: 100%;}
.i3List .part .img{display: block;width: 100%;overflow: hidden;}
    .i3List .part .img img {
        width: 100%;
        height: 150px;
        object-fit: cover;
    }
.i3List .part .t1{text-align: center;color: #000;margin-top: 10px;font-size: 16px;line-height: 1.8;}
.i3List .part .img:hover img{transform: scale(1.1);}

.index4{margin: 45px 0;}
.i4List{width: 100%;margin-top: 30px;}
.i4List ul li{float: left;width: 33.3%;padding: 0 16px;box-sizing: border-box;margin-bottom: 45px;}
.i4List .part{display: block;width: 100%;overflow: hidden;height: 100%;position: relative;}
.i4List .part .img{display: block;width: 100%;overflow: hidden;}
.i4List .part .img img{width: 100%;}
.i4List .part .t1{text-align: center;color: #000;margin-top: 10px;font-size: 16px;line-height: 1.8;}
.i4List .part .img:hover img{transform: scale(1.1);}
.i4List .part .imgTop{position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.i4List .part .t1{text-align: center;color: #fff;font-size: 30px;}

.index5{margin: 45px 0;}
.i5Left{width: 52%;}
.i5Right{width: 45%;padding: 0 3%;box-sizing: border-box;}
.i5Part{display: block;width: 100%;}
.i5Part .img{display: block;width: 100%;overflow: hidden;}
.i5Part .img img{width: 100%;}
.i5Part .t1{text-align: center;color: #666;margin-top: 10px;font-size: 14px;line-height: 1.8;}
.i5Part .img:hover img{transform: scale(1.1);}

.footer{width: 100%;background: #333;font-size: 14px;color: #dcdcdc;padding: 20px 0;}
.footer p{padding: 0;}
.footer .cop{margin-right: 20px;}
.footer .cop a{color: #fff;}
.fEwm{font-size: 12px;color: #fff;text-align: center;}
.fEwm .ewm{margin-right: 20px;}
.fEwm img{width: 50px;}

.hSearch{position: fixed;top: 50%;right: -335px;transform: translateY(-50%);display: flex;align-items: center;z-index: 999;transition: 0.8s;}
.searTit{position: absolute;width: 35px;height: 115px;background: #1e50ae;color: #fff;font-size: 14px;display: flex;justify-content: center;align-items: center;cursor: pointer;position: relative;}
.searBox{width: 335px;height: 65px;background: #fff;padding: 10px 20px;box-shadow:rgb(0 0 0 / 10%) 0px 1px 8px;box-sizing: border-box;transition: 0.6s;}
.searBox .box{width: 100%;height: 40px;border: 2px solid #1e50ae;position: relative;overflow: hidden;}
.searBox .box input{position: absolute;top: 0;left: 0;width: 100%;height: 100%;padding: 0 10px;box-sizing: border-box;font-size: 14px;outline: none;}
.searBox .box button{position: absolute;top: 0;right: 0;width: 80px;height: 100%;background: #1e50ae;color: #fff;font-size: 14px;border: none;}

.hSearch:hover{right: 0;}

.mainFull{width: 100%;padding-top: 80px;}
.mainFull .wapper{background: #fff;min-height: 580px;padding: 20px 20px;}
.comPad{padding: 30px 35px;box-sizing: border-box;}
.about{width: 100%;}
.aboTit{width: 100%;height: 48px;border-bottom: 1px solid #ccc;font-size: 18px;color: #1e50ae;line-height: 48px;margin-bottom: 20px;}
.aboTit span{display: inline-block;border-bottom: 3px solid #1e50ae;}
.aboInfo{font-size: 18px;color: #000;}

.aboList{width: 100%;padding: 10px 0;box-sizing: border-box;}
.aboList ul li{width: 50%;padding: 0 10px;box-sizing: border-box;margin-bottom: 10px;}
.aboList .t1{font-size: 15px;color: #000;padding: 20px 0;border-bottom: 1px solid #eee;}
.aboList .t1:hover{color: #1e50ae;}

.contList{width: 100%;margin-top: 100px;}
.contList ul li{width: 150px;margin: 0 45px;text-align: center;font-size: 14px;color: #000;}
.contList img{width: 100%;}

.newsList{padding: 10px 20px;box-sizing: border-box;}

.current a{display: inline-block;font-size: 14px;color: #000;}
.current a:after{content: ">";padding: 0 5px;}
.current a:last-child:after{display: none;}

.newTit{width: 100%;margin-top: 60px;text-align: center;color: #333;font-size: 25px;}
.newInfo{margin: 30px 0;padding-bottom: 30px;text-align: center;color: #999;font-size: 14px;border-bottom: 1px solid #eee;}
.newDesc{font-size: 18px;color: #000;overflow: hidden;}
.newDesc img{width: auto;max-width: 100%;}
.newBtm{width: 100%;margin: 30px 0;padding-top: 30px;border-top: 1px solid #eee;}
.newBtm .page{flex: 1;}
.newBtm .page a{font-size: 14px;color: #333;display: block;}
.newBtm .share{display: flex;align-items: center;}
.newBtm .share>span{display: inline-block;margin-right: 10px;}

.mainFull .ml{width: 220px;background: #f5f5f5;}
.mainFull .mr{width: calc(100% - 220px);padding: 20px;box-sizing: border-box;}
.mlMenu{width: 100%;}
.mlMenu ul li{width: 100%;height: 58px;line-height: 58px;font-size: 16px;color: #666;text-align: center;transition: 0.3s;}
.mlMenu ul li a{color: #666;}
.mlMenu ul li.on{background: #1e50ae;color: #fff;padding: 20px 0;}
.mlMenu ul li.on a{color: #fff;}

.zt2List{width: 100%;}
.zt2Video{max-width: 700px;margin: 20px 0;text-align: center;font-size: 18px;color: #333;}
.zt2Video video{width: 100%;background: #000;}
.linksList{width: 100%;}
.linksList ul li{width: 20%;padding: 0 10px;box-sizing: border-box;margin-bottom: 20px;}
.linksList .img{width: 100%;height: 100%;border: 1px solid #eee;display: flex;justify-content: center;align-items: center;}
.linksList .img img{width: auto;height: auto;max-width: 100%;max-height: 100%;}





@media only screen and (max-width: 1200px) {
.mWidth{ width:1200px; margin:0 auto;}

}
