/*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:14px;font-family:' '; color:#666;}
body.head_on{overflow:hidden}
a{color:#000;transition: 0.3s;}
a:hover{ color:var(--main-color); 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:1360px; margin:0 auto;padding: 0 10px;box-sizing: border-box;}

*,
*::before,
*::after{-webkit-box-sizing: border-box;box-sizing: border-box;}

 :root {
    --main-color: #0080ff;
    --main-color1: #eb6100;
    --main-color-white: #ffffff;
    --main-color-555: #555555;
    --main-color-999: #999999;
    --main-color-666: #666666;
    --main-color-333: #333333;
    --main-color-888: #888888;
    --main-color-222: #222222;
    --main-transition: all ease 0.4s;
    --main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.header{ position:fixed;top: 0;left: 0;width: 100%;z-index: 999;}
.header.fixed{background: rgba(0,0,0,0.6);}
.headList{display: flex;justify-content: space-between;align-items: center;height: 90px;padding: 0 78px;box-sizing: border-box;}
.headList .logo{display: block;}
.headList .logo img{max-height: 60px;width: auto;}


/*menu*/
.menu{height:36px;line-height:36px;}
.menu ul li{ float:left; position:relative;margin: 0 2px;}
.menu ul li dl{width:180px; position:absolute; left:0px; top:36px; box-shadow:2px 2px 5px rgba(0,0,0,0.2);display:none;z-index: 9;background: rgba(255,255,255,0.8);padding: 5px 0;}
.menu ul li dl dd{ line-height:40px;}
.menu ul li dl dd a{ font-size:14px; color:#666;display:block;text-align:left;background: url(../images/xl3.png) 10px center no-repeat;}
.menu ul li dl dd a:hover{     color: #000;
    background-color: #5aadff;
    background-image: url(../images/xl4.png);}
.menu a{ font-size:16px;color:#fff;display:block;text-align:center;padding: 0 20px;}
/*.menu span a:hover{ background:#fbc834;color:#000;}
.menu span a.menu_hover{ background:#fbc834;color:#000;}*/
.menu ul li.on span a{ background:#fbc834;color:#000;}
.menu span a{border-radius: 30px;}


.hSearch{position: relative;padding: 0 20px;}
.hSeBtn{color: #fff;font-size: 16px;height: 60px;display: block;line-height: 60px;}
.hSeBtn.active i:before{content: "\f00d";color: #fed03d;}
.hSeBtn:hover{color: #fbc834;}
.hSePanel{width: 240px;height: 40px;top: 60px;right: 0;position: absolute;display: none;box-shadow: 0 0 10px 4px rgb(0 0 0 / 20%);background: #ffffff;}
.hSePanel.active{display: block;}
.hSearch .search{width: 100%;height: 40px;position: relative;overflow: hidden;}
.hSearch .search input{position: absolute;top: 0;left: 0;width: 100%;height: 100%;padding: 0 50px 0 10px;box-sizing: border-box;outline: none;}
.hSearch .search button{width: 40px;height: 100%;position: absolute;top: 0;right: 0;text-align: center;border: none;background: #fbc834;color: #fff;font-size: 16px;}

.language{margin-left: 20px;position: relative;}
.langBtn{font-size: 14px;color: #ffffff;padding-right: 22px;background: url(../images/icon1.png) right center no-repeat; height: 40px;cursor: pointer;}
.langBtn i{border: 2px solid #ffffff;margin-right: 6px;display: inline-block;}
.langBtn i img{vertical-align: middle;max-width: 22px;}

.langPanel{display: none;position: absolute;right: 0;top: 40px;background: #ffffff;box-shadow: 0 0 10px 4px rgb(0 0 0 / 20%);width: 100%;padding: 4px 0;}
.langPanel a{display: block;padding: 4px 8px;text-align: left;color: #000000;}
.langPanel a img{margin-right: 4px;max-width: 22px;vertical-align: middle;}
.language:hover .langPanel{display: block;}

/*mMenu*/
.m_header{width: 100%;}
.sp_header{height:50px;overflow:hidden;background:#fff;position:fixed;z-index:999;width:100%;display: none;top: 0;}
.sp_logo{float:left;height:50px;display: flex;justify-content: center;align-items: center;padding-left: 10px;}
.sp_logo img{margin:auto;max-height:50px;}
.sp_nav{width:50px;float:right;position:relative;cursor:pointer;height:30px;margin-top:8px}
.sp_nav span{display:block;background:#fff;width:26px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:8px}
.sp_nav span:nth-of-type(3){top:16px}
.sp_nav_se span:nth-of-type(1){top:8px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:8px;transform:rotate(-45deg)}
.sjj_nav{position:fixed;z-index:9999;background:rgba(0, 0, 0,0.9);width:100%;height:calc(100% - 50px);font-size:14px;line-height:40px;top:50px;right:-100%;overflow:auto;overflow-x:hidden;transition:right ease 0.35s;display: none;}
.nav_show{right:0;}
.sjj_nav ul li i{position:absolute;top:0;right:0px;height:45px;width: 45px;text-align: center;line-height: 58px;border-left: 1px solid rgba(255,255,255,0.3);}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{border-top:1px rgba(255,255,255,0.3) solid;position:relative;line-height:45px;font-size:16px}
.sjj_nav>ul >li:last-child{border:none;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{color:#fff;width:100%;padding: 0 20px;display: block;box-sizing: border-box;}
.sjj_nav ul li a:hover{color: #fbc834;}
.sjj_nav ul li ul li a{color:#fff;display:block;text-align:left;}
.sjj_nav ul li i svg{width:25px;height:25px;fill:#fff;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#fbc834}
.sjj_nav ul li ul li>ul{margin-left:10px}
/*.sjj_nav ul li ul li{border-top: none;}*/
.sjj_nav 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-container{position: relative;overflow: hidden;}
.swiper{width: 100%;height: 100%;position: relative;overflow: hidden;}
.swiper-slide {background: transparent;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;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;}
.mobile{display: none;}
.br_30{border-radius: 30px;}
.iTit{font-size: 36px;font-weight: bold;color: #000;}
.iLine span{display: inline-block;background: #fff;width: 64px;height: 4px; margin: 12px auto 0;}
.iLine2 span{background: var(--main-color) !important;}
.iInfo{font-size: 18px;color: #000;margin: 20px 0;}
.iTxt{font-size: 16px;color: #999;margin: 8px auto;width: 70%;}

.iMore a {border: 1px solid #fff;border-radius: 2px;width: 144px;line-height: 44px;font-size: 14px;color: rgb(51, 51, 51);text-align: center;display: inline-block;margin-top: 38px;position: relative;}
.iMore a span {position: relative;z-index: 2;}
.iMore a::after {content: "";display: block;position: absolute;left: 50%;top: 50%;width: 0;height: 0;background: #00affd;z-index: 1;transition: all 0.3s;}

.iMore a:hover {    color: #000;}
.iMore a:hover::after {left: 0;top: 0;width: 100%;height: 100%;}

.iMore.iMore2 a {border-color: #0080ff;
    background: #0080ff;
    color: #fff;}
.iMore.iMore3 a {    border-radius: 20px;
    overflow: hidden;
    line-height: 40px;
    border-color: #000000;}
.iMore.iMore3 a::after{border-radius: 20px;}

.iMore.iMore3 a:hover {
    border-color: #ffffff;
	color: rgb(255 255 255);
}

/*-------------------------------------------*/

/*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: #fff;width:20px;}
.bannerSwiper .swiper-button-next,.bannerSwiper .swiper-button-prev{background-size: 16px !important;}

.banner1{width: 100%;position: relative;overflow: hidden;height: 610px;}
.ban1Panel{width: 100%;height: 100%;}
.ban1Panel .item{width: 100%;height: 100%;}
.ban1Panel .img{width: 100%;height: 100%;}
.ban1Panel .img img{width: 100%;height: 100%;object-fit: cover;}
.ban1Tab{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.ban1Tab ul{display: flex;height: 100%;}
.ban1Tab ul li{width: 16.666%;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    height: 100%;}
.ban1Tab ul li:last-child{border: none;}
.ban1Tab .part{display: block;width: 100%;height: 100%;transition: 0.6s;position: relative;display: flex;flex-direction: column;justify-content: flex-end;align-items: center;padding: 30px;box-sizing: border-box;text-align: center;}
.ban1Tab ul li.on .part,
.ban1Tab .part:hover{background: rgba(0,0,0,0.5);padding-bottom: 60px;}
.ban1Tab .part .t1{color: #fff;text-transform: uppercase;font-size: 28px;margin-bottom: 8px;line-height: 1.6;}
.ban1Tab .part .desc{color: rgba(255,255,255,0.6);font-size: 16px;}

.ban1Tab .part .warp{min-height: 200px;}

.index1{width: 100%;padding: 64px 0;color: #ffffff;font-size: 14px;}
.index1 ul li{float: left;width: 25%;padding: 0 40px;box-sizing: border-box;border-right: 1px solid rgba(255, 255, 255,0.3);}
.index1 ul li:last-child{border: none;}
.index1 .part{display: block;width: 100%;text-align: center;}
.index1 .part .tit{color: #0080ff;font-size: 30px;font-weight: bold}
.index1 .part .tit span{font-size: 48px;}
.index1 .part .txt{text-transform: uppercase;line-height: 1.5;margin-top: 16px;font-size: 14px;}

.index2{width: 100%;background: var(--main-color);}
.index2 .desc{width: 50%;display: flex;align-items: center;}
.index2 .desc .warp{width: 74%;margin-left: auto;padding: 30px;box-sizing: border-box;}
.index2 .desc .warp .iTit {
    color: #ffffff;
}
.index2 .desc .warp .iLine span {
    color: #ffffff;
}
.index2 .desc .warp .iInfo {
    color: #ffffff;
}
.index2 .desc .warp .iMore a span {
    color: #ffffff;
}


.index2 .imgBg{width: 50%;position: relative;}
.index2 .video_bg{width: 100%;height: 100%;position: relative;}
.index2 .video_bg:before{width: 100%;height: 100%;background: rgba(0,0,0,0.4);position: absolute;top: 0;left: 0;z-index: 1;content: "";}
.index2 .video_bg video{width: 100%;height: 100%;object-fit: cover;}
.i2Btn{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index: 2;cursor: pointer;}
.i2Btn img{width: 88px;}

.tcClose2{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 8;}
.i2-video2{width: 100vh;position: relative;z-index: 9;}
.i2-video2 video{width: 100%;height: auto;max-height: 100%;}


.tanchuang{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 99999;background: rgba(0,0,0,0.3);display: none;}
.tanchuang.active{display: block;}
.tanchuang .warp{width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.tanchuang .box{width: 100%;max-width: 280px;height: 210px;background: #fff;color: #333;padding: 20px;box-sizing: border-box;border-radius: 15px;overflow: hidden;position: relative;}
.tcClose{font-size: 20px;cursor: pointer;position: absolute;top: -45px;right: 0;}
.tcClose img{width: 25px;filter: brightness(0%) contrast(200%) invert(100%) opacity(100%);}

.index3{width: 100%;padding: 70px 0;}
.i3Top{width: 100%;margin-bottom: 30px;position: relative;}
.i3Top .i3Page{position: relative;top: auto;vertical-align: middle;}
.i3Top .iLine span{width: 32px;height: 1px;margin-left: 0;background: #fbc834;}
.i3Top .iTit {
    color: #fff;
}
.i3Dot .swiper-pagination-bullet{width: 12px;height: 12px;background: #eee;opacity: 1;margin: 0 5px;}
.i3Dot .swiper-pagination-bullet-active{background: var(--main-color);}

.i3List{width: 100%;}
.i3List .img{display: block;width: 100%;height: 100%;font-size: 0px;overflow: hidden;}
.i3List .img img{width: 100%;height: 100%;}
.i3List .img:hover img{transform: scale(1.1);}

.index4{width: 100%;padding: 70px 0;background: #f3f3f3;}
.index4 .warp{padding: 0 30px;box-sizing: border-box;}
.i4List{margin-top: 30px;}
.i4List .part{display: block;width: 100%;overflow: hidden;}
.i4List .part .img{width: 100%;overflow: hidden;}
.i4List .part .img img{width: 100%;object-fit: cover;}
.i4List .part .desc{padding: 15px;box-sizing: border-box;}
.i4List .part .t1{font-size: 18px;color: #072021;}
.i4List .part:hover .img img{transform: scale(1.1);}

.i4List .swiper-button-next {
	width: 54px;
	height: 54px;
	background: url(../images/lb2.png) center no-repeat rgba(0, 0, 0, 0.1);
	background-size: 100%;
	margin-top: -45px;
	box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.2);
	border-radius: 50%;
}

.i4List .swiper-button-prev {
	width: 54px;
	height: 54px;
	background: url(../images/lb1.png) center no-repeat rgba(0, 0, 0, 0.1);
	background-size: 100%;
	margin-top: -45px;
	box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.2);
	border-radius: 50%;
}

.i4List .swiper-button-next::after,
.i4List .swiper-button-prev::after {
	display: none;
}

.i4List .swiper-pagination {
	position: relative;
	display: none;
}

.i4List .swiper-pagination-bullet {
	border-radius: 50%;
	background-color: rgb(255, 255, 255);
	width: 12px;
	height: 12px;
	margin: 0 8px;
	opacity: 1;
	border: 1px solid rgba(0, 0, 0, 0.2);
}

.index5{width: 100%;padding: 70px 0;}
.i5List{width: 100%;margin-top: 30px;}
.i5List ul li{float: left;width: 33.3%;padding: 0 5px;box-sizing: border-box;margin-bottom: 10px;}
.i5List .part{display: block;width: 100%;overflow: hidden;}
.i5List .part .img{width: 100%;overflow: hidden;}
.i5List .part .img img{    width: 100%;
    object-fit: contain;
    height: 90px;}
.i5List .part .desc{padding: 15px;box-sizing: border-box;}
.i5List .part .t1{font-size: 20px;color: #072021;}
.i5List .part .t1 a{color: #072021;}
.i5List .part:hover .img img{transform: scale(1.1);}

.index6{padding: 65px 0;}
.index6 .iTxt{color: #ccc;margin: 25px auto;}

.index7{width: 100%;padding: 70px 0;}
.i7Warp{width: 100%;margin-top: 30px;}
.i7Warp .f_left,
.i7Warp .f_right{width: 48%;}
.i7Warp .f_left .img{display: block;width: 100%;max-height: 380px;}
.i7Warp .f_left .img img{object-fit: cover;width: 100%;height: 100%;}
.i7Warp .f_left .desc{margin-top: 15px;}
.i7Warp .f_left:hover .img img{transform: scale(1.1);}
.i7t1{font-size: 18px;color: #333;font-weight: bold;}
.i7info{font-size: 14px;color: #999;margin-top: 10px;word-break: break-all;}
.i7info p{padding: 0;}

.i7List{width: 100%;}
.i7List ul li{margin-bottom: 25px;display: flex;justify-content: space-between;align-items: center;}
.i7List ul li:last-child{margin: 0;}
.i7List .date{border: 2px solid rgb(204, 204, 204);border-radius: 4px;width: 90px;height: 90px;margin-right: 20px;text-align: center;line-height: 1;display: flex;justify-content: center;align-items: center;flex-direction: column;}
.i7List .date strong{font-size: 30px;color: rgb(0 128 255);font-weight: bold;display: block;}
.i7List .date span{font-size: 14px;color: rgb(153, 153, 153);text-transform: uppercase;display: block;margin-top: 8px;}
.i7List .desc{width: calc(100% - 110px);}


.index8{position: relative;z-index: 2;padding: 0;}
.i8Warp{border-radius: 8px;background:#01acfd;background-size: cover;padding: 40px;}
.i8Warp .tit{font-size: 24px;color: rgb(51, 51, 51);font-weight: bold;width: 200px;}
.i8Warp .i8Form{max-width: calc(100% - 200px);}
.i8Warp .i8Form ul li{width: 180px;margin-right: 10px;}
.i8Warp .i8Form ul li.liuyan{width: 390px;}
.i8Warp .i8Form ul li.last_li{width: 120px;margin: 0;}

.i8Form input{border-radius: 4px;background-color: rgb(255, 255, 255);width: 100%;height: 40px;border: 0;padding: 0 8px;display: block;float: left;box-sizing: border-box;outline: none;}
.i8Form .tijiao{border-radius: 4px;background-color: rgb(51, 51, 51);width: 100%;height: 40px;font-size: 16px;color: rgb(255, 255, 255);font-weight: bold;text-align: center;border: 0;cursor: pointer;}

.footer{margin-top: -54px;position: relative;z-index: 1; background: #3a3d4e;padding-top: 54px;font-size: 14px;color: rgba(255,255,255,0.5);}
.footer a{color: rgba(255,255,255,0.5);}
.footer a:hover{color: #fff;}
.fWarp{padding: 48px 0;}
.fWarp .item1{width: 180px;}
.fWarp .item2{width: 408px;}
.fTit{font-size: 18px;color:#ffffff;font-weight: bold;border-bottom: 1px solid rgba(255,255,255,0.2);padding-bottom: 8px;text-transform: uppercase;margin-bottom: 16px;}
.fMenu a{display: block;margin-bottom: 8px; text-transform: uppercase;}
.fLinks{margin-top: 15px;}
.fLinks a{display: inline-block;margin-right: 12px;overflow: hidden;}
.fLinks a img{width: 32px;height: 32px;border-radius: 4px;}

.copyright{padding: 12px 0;background: #2f313f;text-align: center;}
.copyright a{color: rgba(255,255,255,0.5);}
.copyright a:hover{color: #fff;}

.tongtu{width: 100%;position: relative;height: 500px;}
.tongtu .img{width: 100%;height: 100%;}
.tongtu .img img{width: 100%;height: 100%;object-fit: cover;}
.tongtu .imgTop{position: absolute;top: 50%;left: 0;width: 100%;transform: translateY(-50%);}
.tongtu .wapper{padding-top: 100px;}
.current{font-size: 12px;color: #fff;text-transform: uppercase;margin-top: 15px;}
.current span{display: inline-block;margin-right: 5px;}
.current a{display: inline-block;color: #fff;}
.current a:after{content: "/";padding: 0 5px;}
.current a:last-child:after{display: none;}


.mainContent{width: 100%;margin: 50px 0;}
.mainWarp{width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap; max-width:1360px; margin:0 auto;}
.mainLeft{width: 260px;margin-right: 40px;}
.mainRight{width: calc(100% - 300px);}

.ProMenu{width: 100%;box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);margin-bottom: 20px;}
.ProMenuTitle{height: 65px;background: var(--main-color);padding: 0 20px;box-sizing: border-box;color: #fff;font-size: 24px;line-height: 65px;}
.tab_list5{width: 100%;box-sizing: border-box;}
.accordion {width: 100%;}
.accordion .link {cursor: pointer;display: block;padding: 15px 20px;color: #555;font-size: 16px;position: relative;-webkit-transition: all 0.4s ease;-o-transition: all 0.4s ease;transition: all 0.4s ease;border-bottom: 1px solid #eee;}
.accordion .link a{color: #061a39;font-size: 16px;font-weight: 400;text-decoration: none;}
/*.accordion .link:hover{background: #027D3A;color: #fff;}
.accordion .link:hover a{color: #fff;}
.accordion .link:hover i{color: #fff;}*/
.accordion li i {position: absolute;top: 15px;left: 12px;font-size: 18px;color: #666;-webkit-transition: all 0.4s ease;-o-transition: all 0.4s ease;transition: all 0.4s ease;}
.accordion li i.icon {right: 12px;left: auto;font-size: 20px;}
.accordion li.open i.icon {-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);-o-transform: rotate(180deg);transform: rotate(180deg);}
/*.accordion li.open .link {background: #027D3A;color: #fff;}
.accordion li.open a {color: #fff;}
.accordion li.open i {color: #fff;}
*/

.submenu {display: none;font-size: 14px;}
.submenu li {border-bottom: 1px dotted #e8e5e5;}
.submenu a {display: block;text-decoration: none;color: #666 !important;padding: 10px;-webkit-transition: all 0.25s ease;-o-transition: all 0.25s ease;transition: all 0.25s ease;padding-left: 20px;}
.submenu a:hover {color: #027D3A !important;}
/*tab5_____end*/

.mrTit{width: 100%;border-bottom: 1px solid #eee;font-size: 24px;color: var(--main-color);margin-bottom: 20px;}
.mrTit span{display: inline-block;padding: 10px 0;position: relative;}
.mrTit span:after{position: absolute;width: 90px;height: 2px;content: '';bottom: -1px;left: 0;background: var(--main-color);}


.about{padding: 70px 0;}
.aboDesc{overflow: hidden;font-size: 16px;color: #333;}
.aboDesc img{width: auto;max-width: 100%;}

.aboMap{width: 100%;height: 400px;margin: 20px 0;overflow: hidden;}
.aboMap img{width: 100%;height: 100%;object-fit: cover;}

.mainFull{width: 100%;margin: 60px 0;}
.ml{width: 280px;}
.mr{width: calc(100% - 320px);}
.mlTit{border: 1px solid rgb(229, 229, 229);background-color: rgb(251, 200, 52);padding: 16px 20px;font-size: 20px;color: #231f20;font-weight: 700;}

.tab_list5{width: 100%;}
.accordion {width: 100%;}
.accordion .link {cursor: pointer;display: block;padding: 12px 20px;color: #555;font-size: 14px;position: relative;-webkit-transition: all 0.4s ease;-o-transition: all 0.4s ease;transition: all 0.4s ease;box-sizing: border-box;background: #f8f8f8;text-transform: uppercase;border-bottom: 2px solid #fff;}
.accordion .link a{color: #333;text-decoration: none;}
.accordion li i {position: absolute;top: 10px;left: 12px;font-size: 18px;color: #666;-webkit-transition: all 0.4s ease;-o-transition: all 0.4s ease;transition: all 0.4s ease;}
.accordion li i.icon {right: 12px;left: auto;font-size: 20px;}
.accordion li.open .link {background: #feecba;color: #333;}
.accordion li.open a {color: #333;}
.accordion li.open i {color: #333;}
.accordion li.open i.icon {-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);-o-transform: rotate(180deg);transform: rotate(180deg);}

.submenu {display: none;font-size: 12px;}
.submenu li {border-bottom: 1px dotted #f2f2f2;padding-left: 10px;box-sizing: border-box;position: relative;}
.submenu li:before{content: "•";position: absolute;left: 10px;color: #666;top: 50%;transform: translateY(-50%);}
.submenu a {display: block;text-decoration: none;color: #666 !important;padding: 10px;-webkit-transition: all 0.25s ease;-o-transition: all 0.25s ease;transition: all 0.25s ease;padding-left: 20px;}
.submenu a:hover {color: #333 !important;}
/*tab5_____end*/

.proList{width: 100%;}
.proList ul li{float: left;width: 33.3%;padding: 0 10px;box-sizing: border-box;margin-bottom: 20px;}
.proList .part{display: block;width: 100%;height: 100%;padding: 10px;box-sizing: border-box;border: 1px solid #eee;}
.proList .part .img{width: 100%;height: 194px;display: flex;justify-content: center;align-items: center;background: #fff;}
.proList .part .img img{width: auto;height: auto;max-width: 100%;max-height: 100%;}
.proList .part .t1{font-size: 16px;color: rgb(51, 51, 51); font-weight: bold;display: block;margin-top: 8px;margin-bottom: 8px;font-weight: bold;text-align: center;}
.proList .part .info{font-size: 14px;color: rgb(51, 51, 51);line-height: 1.5; text-align: center;}
.proList .part .more{display: block;border: 1px solid rgb(204, 204, 204);width: 76px;line-height: 30px;border-radius: 16px;font-size: 12px;color: rgb(153, 153, 153);margin: 12px auto 0;transition: 0.3s;text-align: center;}
.proList .part:hover{background: var(--main-color);}
.proList .part:hover .more{border-color: #000000;color: #000;}

.pagebar{margin: 0 auto;padding: 15px 0 10px;text-align: center;}
.pagebar a{margin: 2px;padding: 5px 10px; font-size: 14px;color: #777;font-weight: 400;border: 1px solid #e2e2e2; border-radius: 2px; background: #fff;display: inline-block;} 
.pagebar .now-page{font-size: 14px;color: #fff; font-weight: 400;padding: 5px 10px;margin: 0 5px 5px;border: 1px solid var(--main-color); border-radius: 2px; background: var(--main-color);display: inline-block;}
.pagebar a:hover{color: #fff; border: 1px solid var(--main-color); background: var(--main-color);}

.news{width: 100%;margin: 60px 0;}
.newList{width: 100%;}
.newList ul li{padding: 10px 0;}
.newList .part{display: flex; align-items: center; padding: 20px; background: #f9f9f9;overflow: hidden;justify-content: space-between;flex-wrap: wrap;box-sizing: border-box;}
.newList .part .img{width: 220px;}
.newList .part .img img{width: 100%;}
.newList .part .desc{width: calc(100% - 380px);padding: 0 80px 0 20px;overflow: hidden;box-sizing: border-box;}
.newList .part .time{width: 132px;text-align: center;line-height: 45px;border: 1px solid #e6e6e6;color: #999;border-radius: 4px;font-size: 14px;transition: all 0.3s;}
.newList .part .time:hover{color: #ffffff;border: 1px solid #109691; background: #109691;}

.feedback{width: 100%;margin: 60px 0;}
.feedback .title{font-size: 16px;color: #333;}
.fbForm{width: 100%;margin-top: 35px;font-size: 16px;color: #666;}
.fbForm ul li{display: flex;justify-content: space-between;margin-top: 32px;flex-wrap: wrap;}
.fbForm .tit{display: block;width: 200px;line-height: 40px;}
.fbForm .input{width: calc(100% - 200px);}
.fbForm input,
.fbForm textarea{padding: 0 8px;height: 40px;line-height: 40px;width: 100%;box-sizing: border-box;border: 1px solid #666;outline: none;}
.fbForm textarea{height: 220px;padding: 8px;}
.fbForm .submit{text-align: center;width: 100%;}
.fbForm button{display: block;background-color: rgb(251, 200, 52);width: 150px;height: 50px;line-height: 50px; font-size: 18px; color: rgb(255, 255, 255);text-align: center; margin: 56px auto 0;border: 0;float: none;padding: 0;text-transform: uppercase;cursor: pointer;}

.certificate{width: 100%;margin: 60px 0;}
.certificate .proList ul li{width: 25%;}

.contact{width: 100%;margin: 60px 0;}
.contact .aboDesc p{padding: 0;}
.contact .addr{margin: 20px 0;}
.aboDesc h3{font-size: 16px;color: #333333;}

.newd{width: 100%;margin: 60px 0;}
.newdTit {
	font-size: 24px;
	color: rgb(51, 51, 51);
	font-weight: bold;
	line-height: 46px;
	padding: 0 0 16px;
	text-align: center;
	border-bottom: 1px solid rgb(230, 230, 230);
}

.newdInfo {
	font-size: 12px;
	line-height: 22px;
	padding: 10px 0;
	color: #666;
}
.newdInfo i{padding-right: 5px;}

.newdDesc{margin: 20px 0;font-size: 16px;color: #000;}
.newdDesc img{width: auto;max-width: 100%;}
.newdDesc video{width: auto;max-width: 100%;}

.inside{margin: 60px 0;}
.inside img{width: auto;max-width: 100%;}
.inside video{width: auto;max-width: 100%;}
.ml_mbbot li p{ padding:0; line-height:1.4;}

@media only screen and (max-width: 1480px) {
.wapper{padding: 0 15px;width: 100%;}
.headList{padding: 0 20px;}
.headList .logo img{max-height: 45px;}
.menu a{padding: 0 15px;}
.index2 .desc .warp{width: 100%;padding: 30px 15px;}
.index4 .warp{padding: 0 15px;}
}

@media only screen and (max-width: 1200px) {
.wapper{ width:100%;padding: 0 10px;box-sizing: border-box;}
.headList{padding: 0 10px;}
.headList .logo img{max-height: 45px;height: auto !important;max-width: 250px;}
.menu a{font-size: 14px;padding: 0 8px;}
.hSearch{padding: 0 10px;}
.language{margin-left: 10px;}
.ban1Tab .part .t1{font-size: 18px;}
.ban1Tab .part .desc{font-size: 14px;}
.index1 .part .tit{font-size: 24px;}
.index1 .part .tit span{font-size: 30px;}
.index1 .part .txt{font-size: 14px;}
.index2 .desc .warp{width: 100%;}
.iTit{font-size: 28px;}
.iInfo{font-size: 16px;}
.i2Btn img{width: 60px;}
.index4 .warp{padding: 0 10px;}
.i4List .part .t1{font-size: 16px;}
.iTxt{font-size: 14px;}
.i8Warp .tit{font-size: 18px;width: 150px;}
.i8Warp .i8Form ul li{margin-bottom: 10px;}
.i8Warp .i8Form{width: calc(100% - 150px);}
.i8Warp .i8Form ul li.liuyan{width: 220px;}
.fTit{font-size: 16px;}
.fWarp .item1{width: 160px;}
.fWarp .item2{width: 380px;}
.index5 .wapper{padding: 0 5px;}
}


@media only screen and (max-width: 980px) {
.mobile{display: block;}
.pc{display: none;}
.banner1{height: 480px;}
.sp_header{ display:block;}
.sjj_nav{ display:block;}
.sp_nav{margin-top: 10px;}
.headList{height: 50px;background: rgba(0,0,0,0.4);}
.headList.on{background: rgba(0, 0, 0,0.9);}
.proList ul li{width: 50%;}
.mainLeft{width: 100%; margin-bottom:20px; margin-right:0;}
.mainRight{width: 100%;}

}

@media only screen and (max-width: 780px) {
.wapper{ width:100%;}
.headList{padding: 0;}
.index1 ul li{width: 50%;padding: 20px 10px;box-sizing: border-box;}
.index1 ul li:nth-child(1){border-bottom: 1px solid rgba(255, 255, 255,0.3);}
.index1 ul li:nth-child(2){border: none;border-bottom: 1px solid rgba(255, 255, 255,0.3);}

.index1 .part .tit span{font-size: 20px;}
.index1 .part .tit{font-size: 14px;}
.index1 .part .txt{font-size: 12px;}
.index2 .imgBg{width: 100%;}
.index2 .desc{width: 100%;order: 1;}
.index2 .desc .warp{padding: 20px 10px;}
.iTit{font-size: 24px;}
.iInfo{font-size: 14px;}
.iMore a{margin-top: 5px;}
.i3Top{text-align: center;}
.i3Top .left{width: 100%;}
.i3Dot{width: 100%;margin-top: 20px;}
.index4 .warp{padding: 0 10px;}
.i4List .swiper-button-prev,
.i4List .swiper-button-next{width: 32px;height: 32px;}
.iTxt{font-size: 14px;width: 90%;}
.index5 .wapper{padding: 0 10px;}
.i5List ul li{width: 100%; padding:0;}
.i7Warp .f_left, .i7Warp .f_right{width: 100%;}
.i7Warp .f_right{margin-top: 20px;}
.i7List .date{width: 60px;height: 60px;margin-right: 10px;}
.i7List .date strong{font-size: 24px;}
.i7List .date span{font-size: 12px;}
.i7List .desc{width: calc(100% - 70px);}
.i7t1{font-size: 16px;}
.i7info{font-size: 12px;}
.i8Warp{padding: 20px;}
.i8Warp .tit{width: 100%;margin-bottom: 20px;}
.i8Warp .i8Form{width: 100%;max-width: none;}
.i8Warp .i8Form ul{width: 100%;}
.i8Warp .i8Form ul li{width: 100% !important;margin-right: 0;margin-bottom: 10px;}
.fWarp .item1{width: 100%;padding: 10px 0;}
.i2-video2{width: 90%;}
.i2Btn img{width: 32px;}
.tongtu{height: 240px;}
.aboDesc{font-size: 14px;}
.fbForm ul li{margin-top: 15px;}
.fbForm .tit{width: 100%;}
.fbForm .input{width: 100%;margin-top: 2px;}
.proList ul li{width: 100%;padding: 0 2px;box-sizing: border-box;margin-bottom: 4px;}
.certificate .proList ul li{width: 50%;}
.newdTit{font-size: 18px;line-height: 25px;}
.newdDesc{font-size: 14px;}
.newList .part .img{width: 30%;}
.newList .part .time{display: none;}
.newList .part .desc{width: 70%;padding: 0 10px;box-sizing: border-box;}
.newList .part{padding: 10px;}
.newList ul li{padding: 5px 0;}
.ml{width: 100%;margin-bottom: 20px;}
.mr{width: 100%;}
.index7 .iMore{margin-top:20px;}
table p,
table span{font-size:12px !important;}
.ml_contactcon_module2 .ml_contactcon_module1_bot_left input{width:100% !important;}
}

.query:hover{color: #fff !important;}
