/*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:'Microsoft YaHei'; 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:1400px; margin:0 auto;}
.m_wapper{width: 100%;padding-left: 6%;padding-right: 6%;}


*,
*::before,
*::after{-webkit-box-sizing: border-box;box-sizing: border-box;}

 :root {
    --main-color: #245284;
    --main-color-white: #fff;
	--main-color-f9f9f8: #f9f9f8;
    --main-color-000: #000;
    --main-color-333: #333333;
    --main-color-888: #888888;
    --main-transition: all ease 0.4s;
    --main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}



.header{ position:relative;background: #245284;}
.headList{display: flex;justify-content: space-between;align-items: center;height: 70px;}
.headList .logo{display: block;}
.headList .logo img{max-height: 55px;width: auto;}
.header.fixed{position: fixed;top: 0;left: 0;width: 100%;z-index: 999;}

/*menu*/
.pc_menu{}
.menu{height:70px;line-height:70px;}
.menu ul li{ float:left; position:relative;}
.menu ul li dl{ background:#fff; width:100%; position:absolute; left:50%; top:70px; box-shadow:2px 2px 5px rgba(0,0,0,0.2);display:none;z-index: 9;transform: translateX(-50%);min-width: 150px;}
.menu ul li dl dd{ line-height:40px;border-bottom:#ddd dotted 1px; margin:0 10px; }
.menu ul li dl dd a{ font-size:14px; color:#333;display:block;padding: 0;}
.menu ul li dl dd a:hover{ color:#245284;}
.menu a{ font-size:21px;color:#fff;display:block;text-align:center;padding: 0 28px; letter-spacing: 2px;}
.menu a:hover{color:#fff;}
a.menu_hover{color:#fff;}

.header .search{width: 200px;height: 40px;border: 1px solid #fff;border-radius: 30px;position: relative;overflow: hidden;}
.header .search input{position: absolute;top: 0;left: 0;width: 100%;height: 100%;padding: 0 50px 0 20px;box-sizing: border-box;outline: none;background: transparent;font-size: 16px;color: #fff;}
.header .search button{width: 50px;height: 100%;position: absolute;top: 0;right: 0;text-align: center;border: none;background: none;color: #fff;font-size: 16px;}
.header .search input::placeholder{color: rgba(255,255,255,0.8);}

/*mMenu*/
.m_header{width: 100%;}
.sp_header1{height:70px;overflow:hidden;background:#245284;position:fixed;z-index:9999;width:100%;display: none;top: 0;}
.sp_logo1{float:left;height:70px;display: flex;justify-content: center;align-items: center;padding-left: 10px;}
.sp_logo1 img{margin:auto;max-height:50px;}
.sp_nav1{width:50px;float:right;position:relative;cursor:pointer;height:30px;margin-top:25px}
.sp_nav1 span{display:block;background:#fff;width:30px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav1 span:nth-of-type(1){top:0px}
.sp_nav1 span:nth-of-type(2){top:10px}
.sp_nav1 span:nth-of-type(3){top:20px}
.sp_nav_se1 span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se1 span:nth-of-type(2){width:0}
.sp_nav_se1 span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav1{position:fixed;z-index:999;background:#fff;width:100%;height:calc(100% - 70px);font-size:14px;line-height:40px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;display: none;}
.nav_show1{top:70px}
.sjj_nav1 ul li i{position:absolute;top:5px;right:0px;height:30px;padding:0px 7px 0 7px;}
.sjj_nav1 ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav1 ul li .sjj_nav_i_se1 svg{transform:rotate(0deg)}
.sjj_nav1 ul li{border-top:1px #e4e8eb solid;position:relative;line-height:45px;font-size:16px}
.sjj_nav1>ul >li:last-child{border-bottom:1px #ddd solid;}
.sjj_nav1 ul li ul{display:none}
.sjj_nav1 ul li a{color:#333;width:100%;padding: 0 20px;display: block;box-sizing: border-box;}
.sjj_nav1 ul li a:hover{color: #0188FB;}
.sjj_nav1 ul li ul li a{color:#333;display:block;text-align:left;}
.sjj_nav1 ul li i svg{width:25px;height:25px;fill:#333;}
.sjj_nav1 ul li .sjj_nav_i_se svg{fill:#333}
.sjj_nav1 ul li ul li>ul{margin-left:10px}
.sjj_nav1 ul li ul li{border-top: none;}
.sjj_nav1 ul li ul li a{padding: 0 30px;}

/*mSearch*/
.mSearch{position: relative;width: calc(100% - 20px);height: 35px;overflow: hidden;margin: 20px 10px;}
.mSearch input{position: absolute;top: 0;left: 0;width: 100%;height: 100%;padding: 0 60px 0 10px;box-sizing: border-box;border: 1px solid #ccc;border-radius: 25px;background: none;outline: none;}
.mSearch button{background-image: linear-gradient(to right,#01b2ac 0,#004ea2 100%);width: 60px;height: 35px; position: absolute; top: 0;right: 0;border-radius: 0 25px 25px 0;color: #fff;font-size: 14px;border: none;}

/*swiper*/
.swiper {width: 100%;height: 100%;position: relative;overflow: hidden;}
.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;}
.mt100{margin-top: 100px;}

.textCet{text-align: center;}
.textRight{text-align: right;}
.pc_show{}
.m_show{display: none;}
.iTit{}
.iTxt{}
.iLine{}
/*-------------------------------------------*/

/*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: 50px 0;}
.i1Warp{width: 100%;}
.i1Warp .left{width: 42%;}
.i1Warp .right{width: 55%;}

.i1More{width: 200px;height: 60px;background: url(../images/more1.png) no-repeat;background-size: contain;padding: 6px 20px 30px 15px;box-sizing: border-box;color: var(--main-color);font-size: 26px;}
.i1More a{color: var(--main-color);}

.i1Img{width: 100%;margin-top: 30px;}
.i1Img img{width: 100%;}

.i1Img a{display: block;width: 100%;height: 100%;font-size: 0px;overflow: hidden;}
.i1Img a img{width: 100%;height: 100%;object-fit: cover;}
.i1Img video{width: 100%;}

.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: cover;}
.i1Swiper .part .imgTop{width: 100%;padding: 10px 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 !important;width: 100%;}
.i1Swiper .swiper-pagination-bullet{background: #fff;opacity: 1;width: 15px;height: 15px;text-align: center;line-height: 15px;font-size: 12px;color: #000;}
.i1Swiper .swiper-pagination-bullet-active{background: #245284;color: #fff;}


.i1Tit{width: 100%;border-bottom: 2px solid #ddd;}
.i1Tit ul{display: flex;flex-wrap: wrap;}
.i1Tit ul li{display: inline-block;font-size: 26px;margin-right: 130px;}
.i1Tit ul li a{color: #666;display: block;line-height: 50px;position: relative;padding: 0 10px;}
.i1Tit ul li a:after{position: absolute;bottom: -2px;left: 0;width: 100%;height: 3px;background: var(--main-color);content: "";opacity: 0;}
.i1Tit ul li.on a{color: var(--main-color);}
.i1Tit ul li.on a:after{opacity: 1;}

.i1Panel{width: 100%;}
.i1List{}
.i1List ul li{border-bottom: 2px dashed #ddd;}
.i1List a{display: flex;justify-content: space-between;align-items: center;height: 90px;line-height: 90px;position: relative;padding-left: 15px;font-size: 20px;color: #666;}
.i1List a:before{position: absolute;left: 0;top: 50%;transform: translateY(-50%);content: "\f0da";font-family: "FontAwesome";}

.i1List a:hover{color: var(--main-color);}
.i1List a .t1{flex: 1;}
.i1List a .time{display: inline-block;width: 120px;text-align: right;}

.addi1Slide{width:100%; overflow:hidden;margin-top:20px; height:380px; overflow:hidden;}
.addi1Txt{ font-size:18px; color:#666; margin-top:20px;}

.index2{width: 100%;background: url(../images/bg-2.jpg) center no-repeat;background-size: cover}
.i2List{width: 100%;text-align: center;color: #fff;position: relative;}
.i2List .part{position:relative; width:100%;}
.i2List .part .img{width:100%; height:271px;}
.i2List .part .img img{width:100%; height:100%;object-fit: cover;}
.i2List .part .imgTop{width:100%; height:100%; position:absolute; top:0; left:0; display:flex;flex-direction: column;justify-content: center;align-items: center;}
.i2List .t1{font-weight: bold;font-size: 3.2vw;}
.i2List .t2{font-size: 1.2vw;margin-top: 10px;text-transform: uppercase;}
.i2List .swiper-slide{background: transparent;}
.i2List .swiper-pagination-bullet{opacity: 0.3;background: #fff;transition:width ease 0.35s;border-radius: 0;width: 35px;height: 5px;}
.i2List .swiper-pagination-bullet-active{opacity: 1;}

.index3{margin: 90px 0;}
.index3 .i3Tab ul{justify-content: space-between;}
.index3 .i3Tab ul li{margin: 0;}
.i3Panel{margin-top: 20px;}
.i3Panel .i1List ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.i3Panel .i1List ul li{width: 32%;}

.index4{width: 100%;padding: 60px 0;background: #f8f8f8;}
.i4Tit{text-align: center;font-size: 28px;color: #333;display: flex;justify-content: center;}
.i4Tit span{display: inline-block;padding: 0 45px;}
.i4Tit .icon img{width: auto;max-width: 200px;}
.i4Tit2{font-size: 16px;color: #666;text-align: center;margin-top: 10px;}

.i4List{width: 100%;margin-top: 40px;}
.i4List ul li{width: auto;max-width: 200px;width: 100%;}
.i4List .part{display: block;width: 100%;padding: 30px 20px;border-radius: 10px;box-shadow: var(--main-shadow);text-align: center;}
.i4List .part .icon img{width: auto;max-width: 90px;}
.i4List .part .t1{margin-top: 30px;text-align: center;color: var(--main-color);font-size: 21px;}

.footer{width: 100%;padding: 40px 0;background: var(--main-color);color: #fff;font-size: 16px;}
.fWarp{width: 100%;}
.fEwm{width: 100px;margin-right: 55px;text-align: center;}
.fEwm img{width: 100%;}
.footer p{padding: 2px 0;line-height: 1.8;}
.fDesc{max-width: 320px;margin-left: 100px;display: flex;align-items: center;}
.fDesc .tit{width: 30px;text-align: center;}
.fDesc .desc{flex: 1;margin-left: 15px;padding-left: 20px;border-left: 1px solid #fff;}
.fLinks a{padding: 2px 0;line-height: 1.8;display: block;color: #fff;}

.tongtu{width: 100%;position: relative;overflow: hidden;}
.tongtu .img{width: 100%;}
.tongtu .img img{width: 100%;}

.p_page{width: 100%;padding: 20px 0;}
.current{font-size: 16px;color: #333;}
.current a{font-size: 16px;color: #333;position: relative;}
.current a:after{content: "/";padding: 0 5px;color: #333;}
.current a:last-child:after{display: none;}
.inner_tit{font-size: 28px;color: var(--main-color);}
.inner_txt{font-size: 18px;color: var(--main-color);text-transform: uppercase;}
.inner_lie{width: 70px;position: relative;height: 3px;background: #e5e9ec;margin: 15px 0;}

.mainFull{width: 100%;margin: 20px 0;}
.mainWarp{width: 100%;}
.mainWarp>.ml{width: 25%;}
.mainWarp>.mr{width: 72%;}
.mlBox{width: 100%;border: 1px solid #ddd;padding-bottom: 20px;}
.mlBox .title{padding: 25px;border-bottom: 1px solid #ddd;}
.mlMenu{width: 100%;}
.mlMenu ul{width: 100%;}
.mlMenu ul li{width: 100%;}
.mlMenu ul li a{display: block;height: 60px;line-height: 60px;padding: 0 20px 0 80px;color: #333;font-size: 20px;position: relative;width: 100%;}
.mlMenu ul li a:before{position: absolute;top: 50%;transform: translateY(-50%);width: 30px;height: 3px;background: #ddd;content: "";left: 25px;}
.mlMenu ul li a:hover{background: #eee;}
.mlMenu ul li.on a{background: var(--main-color) !important;color: #fff !important;}


.news{width: 100%;}
.newsTop{padding: 20px 0;border-bottom: 1px solid #ddd;}
.newTit{font-size: 21px;color: #666;margin-bottom: 15px;font-weight: bold;}
.newTit:hover{color: var(--main-color)}
.newInfo{font-size: 20px;color: #666;margin-bottom: 15px;}
.newTime{font-size: 20px;color: #999;}

.news ul li{padding: 35px 0;border-bottom: 1px solid #ddd;}
.news ul li .btm{width: 100%;}
.news ul li .img{width: 22%;}
.news ul li .img img{width: 100%;}
.news ul li .desc{width: 75%;}

.news2List{width: 100%;max-width: 920px;margin: 0 auto;}
.news2List ul li{border-bottom: 1px dashed #e5e5e5;padding: 20px 0px;}
.news2List ul li .tit{display: block;font-size: 21px;}
.news2List ul li .tit a{color: #666;font-weight: bold;}
.news2List ul li .tit a:hover{color: var(--main-color);}
.news2List ul li .tag{margin-top: 0;display: flex;flex-wrap: wrap;}
.news2List ul li .tag a{font-size: 18px;color: #666;line-height: 30px;padding-right: 10px;width: 25%;margin-top: 12px;}
.news2List ul li .tag a:hover{color: var(--main-color);}


.media{width: 100%;}
.media .left{width: 55%;}
.media .right{width: 42%;}
.media .video{width: 100%;border-radius: 5px;overflow: hidden;}
.media .video video{width: 100%;}

.media_list{width: 100%;margin-top: 60px;}
.media_list ul li{width: calc(33.3% - 20px);margin-right: 30px;margin-bottom: 30px;}
.media_list ul li:nth-child(3n){margin-right: 0;}
.media_list .part{display: block;width: 100%;}
.media_list .part .img{width: 100%;border-radius: 5px;}
.media_list .part .img img{width: 100%;}
.media_list .part .desc{margin-top: 10px;}

.newDetail{width: 100%;margin-bottom: 60px;}
.newD_left{width: 65%;}
.newD_right{width: 30%;}
.newD_right .box1{width: 100%;border: 1px solid #999;padding: 25px 0;}
.newD_right .box1 .title{color: #666;font-size: 26px;position: relative;padding-bottom: 10px;margin-bottom: 10px;padding-left: 25px;padding-right: 25px;}
.newD_right .box1 .title:after{position: absolute;left: 25px;bottom: 0;width: 35px;height: 3px;background: #ddd;content: "";}
.newD_right .box1 ul li{line-height: 60px;padding: 0 15px;}
.newD_right .box1 a{display: flex;}
.newD_right .box1 a i{width: 30px;text-align: center;font-size: 16px;color: #666;font-style: normal;}
.newD_right .box1 .t1{flex: 1;font-size: 16px;color: #333;}

.newD_right .box1 ul li:nth-child(1) a i,
.newD_right .box1 ul li:nth-child(2) a i,
.newD_right .box1 ul li:nth-child(3) a i{color: #e00;}

.newD_right .box2{margin-top: 30px;background: #fbfbfb;padding: 30px;box-sizing: border-box;text-align: center;color: #333;font-size: 16px;}
.newD_right .box2 .ewm img{width: auto;max-width: 160px;}
.newD_right .box2 strong{font-size: 20px;}




@media only screen and (max-width: 1400px) {
.wapper{ width:100%;padding: 0 30px;}
.menu a{padding: 0 20px;}
.i1Tit ul li{font-size: 20px;}
.i1List a{height: 75px;line-height: 75px;font-size: 18px;}
.i4List .part .icon img{max-width: 80px;}
.fDesc{margin-left: 30px;}
.i4List .part .t1{font-size: 18px;}
.inner_tit{font-size: 24px;}
.inner_txt{font-size: 16px;}
.mlMenu ul li a{font-size: 16px;}
.newTit{font-size: 19px;}
.newInfo{font-size: 17px;}
.newTime{font-size: 17px;}




}

@media only screen and (max-width: 1200px) {
.wapper{ width:100%;padding: 0 20px;}
.menu a{padding: 0 12px;}
.i1Tit ul li{font-size: 18px;}
.i1List a{height: 60px;line-height: 60px;font-size: 16px;}
.i4List .part .icon img{max-width: 70px;}
.fDesc{margin-left: 10px;max-width: 280px;}
.i4List .part .t1{font-size: 16px;}
.i1More{width: 160px;height: 45px;font-size: 18px;}
.fEwm{margin-right: 10px;}


}

@media only screen and (max-width: 980px) {
.wapper{ width:100%;padding: 0 10px;}
.header{ display:none}
.sp_header1{ display:block;}
.sjj_nav1{ display:block;}
.hHei{height: 70px;}
.i1Warp .left{width: 100%;margin: 20px 0;}
.i1Warp .right{width: 100%;}
.mt100{margin-top: 50px;}
.i3Panel .i1List ul li{width: 48%;}
.i4List ul li{max-width: 160px;}
.inner_tit{font-size: 20px;}
.inner_txt{font-size: 14px;}
.mlBox .title{padding: 15px;}
.mlMenu ul li a{padding-left: 45px;padding-right: 10px;height: 50px;line-height: 50px;}
.mlMenu ul li a:before{left: 15px;width: 20px;}




}

@media only screen and (max-width: 780px) {
.i1Tit ul li{margin-right: 0;}
.i1List a .time{display: none;}
.i2List .t1{font-size: 26px;}
.i2List .t2{font-size: 18px;}
.i3Panel .i1List ul li{width: 100%;}
.i4Tit{font-size: 20px;}
.i4Tit .icon{display: none;}
.i4Tit span{padding: 0 10px;}
.i4Tit2{font-size: 14px;}
.i4List ul li{width: 50%;padding: 0 10px;box-sizing: border-box;margin-bottom: 20px;max-width: none;}
.fDesc{margin: 20px 0;width: 100%;max-width: none;}
.mainWarp>.ml{width: 100%;margin-bottom: 20px;}
.mainWarp>.mr{width: 100%;}
.newTit{font-size: 16px;}
.newInfo{font-size: 14px;}
.newTime{font-size: 14px;}
.media .left{width: 100%;margin-bottom: 20px;}
.media .right{width: 100%;}
.media_list ul li{width: 50%;margin-right: 0;padding: 0 10px;box-sizing: border-box;margin-bottom: 20px;}
.newD_left{width: 100%;margin-bottom: 20px;}
.newD_right {width: 100%;}
.newD_right .box1{padding: 15px 0;}
.newD_right .box1 .title{font-size: 20px;padding: 10px 15px;}
.newD_right .box1 ul li{line-height: 50px;}
.news2List ul li .tit{display: block;font-size: 18px;}
.news2List ul li .tag a{font-size:14px;width:50%;}

}
