/*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;font-family: "SourceHanSansCN-Medium";}
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;}


*,
*::before,
*::after{-webkit-box-sizing: border-box;box-sizing: border-box;}

:root {
    --main-color: #80b17b;
    --main-color-fff: #fff;
    --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:fixed;top: 0;left: 0;width: 100%;z-index: 999;transition: 0.3s;}
.headList{display: flex;justify-content: space-between;align-items: center;height: 120px;padding: 0 3%;box-sizing: border-box;}
.headList .logo{display: block;}
.headList .logo img{max-height: 55px;width: auto;}
.headList .logo .img2{display: none;}
.hRight .hSearch{margin-right: 35px;font-size: 16px;}
.hRight .searchBtn{color: #fff;}
.searchBtn i{margin-right: 10px;}
.hRight .language a{color: #fff;}
.language{font-size: 16px;}
.language i{margin-right: 10px;}

.header.fixed{background: #fff;}
.header.fixed .headList{height: 90px;}
.header.fixed .headList .logo .img1{display: none;}
.header.fixed .headList .logo .img2{display: block;}
.header.fixed .menu>ul>li>span>a{color: #333;}
.header.fixed .menu>ul>li>span>a:hover{color: var(--main-color);}
.header.fixed .hRight .language a{color: #333;}
.header.fixed .hRight .searchBtn{color: #333;}


/*menu*/
.menu{height:90px;line-height:90px;}
.menu ul li{ float:left; position:relative;}
.menu ul li dl{ background:#fff; width:100%; position:absolute; left:50%; top:90px; 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 5px; }
.menu ul li dl dd a{ font-size:14px; color:#333;display:block;}
.menu ul li dl dd a:hover{ color: var(--main-color);}
.menu a{ font-size:21px;color:#fff;display:block;text-align:center;padding: 0 20px;}
.menu a:hover{color: var(--main-color);}
a.menu_hover{color: var(--main-color);}


.tcSearch {
	position: fixed;
	z-index: 999;
	background-color: #222;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	-webkit-transform-origin: bottom center;
	-ms-transform-origin: bottom center;
	transform-origin: bottom center;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: -webkit-transform .3s .5s;
	transition: transform .3s .5s;
}

.tcSearch.active {
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition: -webkit-transform .3s;
	transition: transform .3s;
}

.tcSearch .Warp{position: relative;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;padding: 45px;box-sizing: border-box;}
.searchClose{position: absolute;top: 45px;right: 45px;color: #fff;font-size: 50px;}
.tcSearch .panel{height: 80px;border-bottom: 1px solid #515151;opacity: 0;
    -webkit-transform: translate(0, 40px);
    -ms-transform: translate(0, 40px);
    transform: translate(0, 40px);
    -webkit-transition: all .5s;
    transition: all .5s;position: relative;width: 100%;}
.tcSearch.active .panel{opacity: 1;}
.tcSearch .panel .form{display: flex;justify-content: space-between;align-items: center;height: 80px;}
.tcSearch .panel .icon{display: block;width: 10%;color: #fff;font-size: 20px;}
.tcSearch .panel input{width: 60%;height: 46px;border: none;background: none;text-align: center;font-size: 36px;outline: none;line-height: 46px;color: #fff;}
.tcSearch .sBtn{display: block;width: 10%;text-align: right;}
.tcSearch .sBtn button{width: 110px;color: #555;font-size: 24px;background: none;border: none;}
@media only screen and (max-width: 780px) {
.tcSearch .Warp{padding: 20px;}
.tcSearch .panel input{font-size: 14px;}
.tcSearch .sBtn button{font-size: 14px;}
.tcSearch .sBtn{width: 25%;}
.searchClose{right: 20px;}
}
/*mMenu*/
.m_header{width: 100%;}
.sp_header1{height:70px;overflow:hidden;background:#fff;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:#0188FB;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;}
.swiper .swiper-pagination-bullet{opacity: 1;background: #fff;border-radius: 0;width: 2vw;height: 3px;}
.swiper .swiper-pagination-bullet-active{background: var(--main-color);}

/*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;}
.textRight{text-align: right;}
.pc_show{}
.m_show{display: none;}
.iTit{color: #000;font-size: 2.6vw;}
.sTline{display: inline-block;position: relative;}
.sTline:after{position: absolute;left: 0;bottom: 0;width: 100%;height: 1.2vw;/*background: var(--main-color*/);content: "";z-index: -1;}
.iTitEn {
	color: #3d3d3d;
	font-size: 2.6vw;
	letter-spacing: 2px;
}
.iTitEn i{display: inline-block;width: 10px;height: 10px;background: var(--main-color);}
.iTxt {
	font-size: 1.2vw;
	color: #008936;
}
.iWarp{width: 86%;margin: 0 auto;}
.iMore a {
	display: inline-block;
	padding: 0.8vw 3vw;
	border: 2px solid var(--main-color);
	border-radius: 5vw;
	font-size: 1.6vw;
	color: #008936;
}
.iMore a:hover{background: var(--main-color);color: #fff;}
.iLine{width: 8vw;height: 5px;background: var(--main-color);}

/*-------------------------------------------*/

/*banner*/
.banner{width: 100%;height: 100vh;position: relative;}
.bannerSwiper .swiper-button-next:after,.bannerSwiper .swiper-button-prev:after{color: #fff;}
.banner .part{display: block;width: 100%;height: 100%;position: relative;overflow: hidden;}
.banner .part .img{width: 100%;height: 100%;}
.banner .part .img img{width: 100%;height: 100%;object-fit: cover;}
.banner .part .imgTop{position: absolute;left: 0;top: 50%;transform: translateY(-50%);z-index: 9;width: 100%;}
.banner .warp{padding-top: 5%;color: #fff;width: 80%;margin: 0 auto;}
.banner .iTit{margin-top: 1vw;}
.banner .line{width: 20vw;background: #fff;height: 5px;margin: 3vw 0;}
.banner .txt{font-size: 1.2vw;width: 50%;}
.banner .banMore{margin-top: 5vw;}
.banMore a{display: inline-block;padding: 0.6vw 2vw;color: #fff;font-size: 1vw;border-radius: 3vw;background: var(--main-color);}
.banMore a:hover{background: #fff;color: var(--main-color);}

.i2More .icon img{width:12vw;}
.i2More .more{display: inline-block;padding: 0.6vw 2vw;color: #fff;font-size: 1vw;border-radius: 3vw;background: var(--main-color); margin-top:0.25vw;}
.i2More .more:hover{background: #fff;color: var(--main-color);}

/*.index1*/
.index1{width: 100%;padding: 60px 0 20px;background: #fff;}
.i1Warp{width: 100%;}
.i1Warp .f_left{width: 25%;}
.i1Warp .f_right{width: 66%;}
.i1Warp .iTxt{font-size: 1.2vw;color: #000;}

.index2{padding: 30px 0 60px;}
.i2Warp{width: 100%;}
.i2Warp .f_left{width: 30%;}
.i2Warp .f_right{width: 66%;}
.i2Warp .f_left .iTxt{font-size: 1.2vw;color: #000;margin-top: 5vw;}

.i2List{width: 100%; display:none;}
.i2List ul li{width: 50%;margin-bottom: 2vw;}
.i2List .part{display: block;width: 100%;}
.i2List .part .tit{color: var(--main-color);font-size: 1.4vw;}
.i2List .part .tit strong{font-size: 3.2vw;font-weight: bold;}
.i2List .part .tit span{vertical-align: super;position: relative;margin-left: 10px;top: -1vw;}
.i2List .part .txt{font-size: 14px;color: #999;}

.i2Video{position: relative;width: 100%;height: 380PX;}
.i2Video .img{width: 100%;height: 100%;}
.i2Video .img img{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;}
.i2Video:hover .i2Btn img{transform: scale(1.1);}

.tcClose2{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 8;}
.i2-video2{width: 100%;position: relative;z-index: 9;max-width: 1420px;padding: 10px;box-sizing: border-box;height: 80%;}
.i2-video2 .desc{width: 100%;height: 100%;}
.i2-video2 .desc>p{width: 100%;height: 100%;display: block !important;padding: 0;line-height: 1;}
.i2-video2 video{width: 100%;height: auto;max-height: 100%;}

.i2-video2 iframe{width: 100% !important;height: 100% !important;}

.i2Slide{width:100%;}
.i2Slide .swiper-button-next,
.i2Slide .swiper-button-prev{color:#fff;}

.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%;position: relative;overflow: hidden;}
.i3Warp{width: 100%;}
	.i3Warp .f_left {
		width: 252px;
		background: #008936;
		padding: 5vw 1vw 3vw 2vw;
	}
.i3Warp .f_right{width: calc(100% - 252px);}
.i3List{width: 100%;height: 100%;}
.i3List ul{width: 100%;height: 100%;}
.i3List ul li{width: 33.3%;height: 50%;}
/*.i3List ul li:nth-child(1){width: 40%;}
.i3List ul li:nth-child(2){width: 30%;}
.i3List ul li:nth-child(3){width: 30%;}*/
.i3List .part{display: block;width: 100%;height: 100%;position: relative;overflow: hidden;}
.i3List .part .img{width: 100%;height: 100%;}
.i3List .part .img img{width: 100%;height: 100%;object-fit: cover;}
.i3List .part .imgTop{width: 100%;height: 100%;position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.3);display: flex;justify-content: center;align-items: center;opacity: 0;transition: 0.3s;}
.i3List .part .desc{padding: 1vw;text-align: center;}
.i3List .part .t1{color: #fff;font-size: 1vw;}

.i3Panel{width: 100%;height: 100%;}
.i3List .part{position: relative;}
.i3List .part .img .img2{position: absolute;top: 0;left: 0;width: 100%;height: 100%;opacity: 0;}
.i3List .part .img:hover .img2{opacity: 1;}



.i3Menu{width: 100%;}
.i3Menu ul{margin-bottom: 2vw;}
.i3Menu ul li{margin: 0.8vw 0;}
	.i3Menu ul li a {
		color: #fff;
		font-size: 1vw;
		display: block;
		position: relative;
		padding: 0.2vw 0;
		opacity: 0.6;
	}
.i3Menu ul li a:before{position: absolute;left: -25px;width: 15px;height: 3px;background: #fff;content: "";top: 50%;transform: translateY(-50%);opacity: 0;}
.i3Menu ul li.on a{font-size: 1.2vw;opacity: 1;}
.i3Menu ul li.on a:before{opacity: 1;}
.i3Menu ul li a:hover{opacity: 1;}

.i3SelectBtn{width: 100%;}
	.i3SelectBtn a {
		display: inline-block;
		padding: 5px 15px;
		border: 1px solid #fff;
		font-size: 1vw;
		color: #fff;
	}
.i3SelectBtn a i{padding-right: 10px;}
.i3SelectBtn a:hover{background: #fff;color: var(--main-color);}

.index4{width: 100%;position: relative;overflow: hidden;}
.i4Top{width: 100%;padding: 5vw 0 2vw;}
.i4Top .iLine{margin: 1vw 0;}
	.i4Top .iTit {
		font-size: 2.6vw;
		color: #008936 !important;
	}
.i4Top .iTitEn{font-size: 2.2vw;}

.i4List{width: 100%;}
.i4List ul{display: flex;}
.i4List ul li{width: 14%;transition: 0.6s;}
.i4List .part{display: block;width: 100%;height: 700px;position: relative;overflow: hidden;background-position: center;background-repeat: no-repeat;background-size: cover;transition: 0.6s;cursor: default;}
.i4List .part .imgTop{width: 100%;height: 100%;display: flex;align-items: flex-end;padding: 5vw 3vw;z-index: 2;position: relative;}
.i4List .part .box{width: 100%;text-align: center;transition: 0.3s;}
.i4List .part .icon img{width: 3.8vw;transition: 0.3s;}
.i4List .part .t1{color: #fff;font-size: 1.2vw;margin-top: 1.2vw;transition: 0.3s;}
.i4List .part .more{margin-top: 1.2vw;transition: 0.3s;opacity: 0;visibility: hidden;}
.i4List .part .more a{display: inline-block;background: rgba(128,177,122,0.6);font-size: 16px;padding: 10px 35px;border-radius: 0 10px 0 0;color: #fff;min-width: 150px;}
.i4List .part .more a:hover{background: var(--main-color);}

.i4List ul li.hover{width: 30%;}
.i4List ul li.hover .part .imgTop{background: rgba(0,0,0,0.3);}
.i4List ul li.hover .part .icon{display: none;}
.i4List ul li.hover .part .t1{font-size: 1.8vw;}
.i4List ul li.hover .part .more{opacity: 1;visibility: visible;}
.i4List ul li.hover .part .box{text-align: left;}

.i4List .part .videoBg{position: absolute;top: 0;left: 0;width: 100%;height: 100%;overflow: hidden;z-index: 1;}
.i4List .part .videoBg video{width: 100%;height: 100%;object-fit: cover;}

.i5Swiper .part{display: block;width: 100%;height: 100%;position: relative;overflow: hidden;}
.i5Swiper .part .img{width: 100%;height: 100%;}
.i5Swiper .part .img img{width: 100%;height: 100%;object-fit: cover;}
.i5Swiper .part .imgTop{position: absolute;left: 0;top: 50%;transform: translateY(-50%);z-index: 9;width: 100%;}
.i5Swiper .warp{color: #fff;}
.i5Swiper .iTitEn{font-size: 4vw;}
.i5Swiper .iTit{margin-top: 3vw;font-size: 3vw;}
.i5Swiper .banMore{margin-top: 15%;}
.i5Swiper .i5Page{bottom: 5% !important;}

.index6{width: 100%;padding: 1vw 0;background: #e4e4e4;position: relative;}
.index6 .iTit{color: #000;}
.i6Warp{width: 100%;padding: 0 3%;}
.i6List{position: relative;padding: 50px 10vw;margin-top: 1vw;}
.i6List .swiper-button-next, .i6List .swiper-button-prev{width: 5vw;height: auto;}
.i6List .swiper-button-next:after, .i6List .swiper-button-prev:after{display: none;}
.i6List .swiper-button-next img, .i6List .swiper-button-prev img{width: 100%;}

.i6Bg1{position: absolute;top: 25px;width: 75%;height: 120px;border-radius: 20px;background: rgba(0,0,0,0.1);left: 50%;transform: translateX(-50%);}
.i6Bg2{position: absolute;top: 0;width: 70%;height: 120px;border-radius: 20px;background: rgba(0,0,0,0.1);left: 50%;transform: translateX(-50%);}
.i6Bg3{position: absolute;bottom: 0;width: 87%;left: 50%;transform: translateX(-50%);}
.i6Bg3 img{width: 100%;}

.i6Swiper{border-radius: 20px;overflow: hidden;}
.i6Swiper .part{overflow: hidden;border-radius: 20px;position: relative;width: 100%;height: 100%;}
.i6Swiper .part .imgTop{position: absolute;left: 0;top: 50%;transform: translateY(-50%);z-index: 9;width: 100%;}
.i6Swiper .iWarp{color: #fff;}
.i6Swiper .iTit{font-size: 2.6vw;text-shadow: 5px 3px 0 rgb(128 177 123 / 90%);}
.i6Swiper .iTxt{margin: 1vw 0;width: 40%;}
.i6Swiper .iLine{margin: 1vw 0;}
.i6Swiper .banMore{margin-top: 5vw;}
.i6Swiper .banMore a{background: no-repeat;border-radius: 0;border: 2px solid var(--main-color);font-size: 1.2vw;padding: 5px 20px;}
.i6Swiper .banMore a:hover{background: var(--main-color);color: #fff;}

.index7{width: 100%;padding: 6vw 0;}
.i7Warp{width: 100%;}
.i7Warp .f_left{width: 30%;padding: 0 6%;}
.i7Warp .f_right{width: 70%;}
.i7Warp .iTit{font-size: 3.2vw;color: #000;}
.i7Warp .iTxt{font-size: 1vw;margin-top: 5vw;color: #000;}
.i7Tab{margin: 5vw 0;}
.i7Tab ul li{margin: 20px 0;}
.i7Tab a{display: block;font-size: 1vw;color: #000;/*font-weight: bold;*/}
.i7Tab ul li.on a,
.i7Tab ul li a:hover{color: var(--main-color);}
.i7More{}
	.i7More a {
		display: inline-block;
		padding: 6px 25px;
		background: var(--main-color);
		color: #fff;
		font-size:1vw;
		border: 1px solid var(--main-color);
	}
.i7More a:hover{background: transparent;color: var(--main-color);}

.i7Panel{width: 100%;}
.i7List{width: 100%;}
.i7List .part{display: block;width: 100%;height: 100%;}
.i7List .part .t1{font-size: 1.8vw;color: #000;}
.i7List .part .iLine{margin: 1vw 0;width: 5vw;}
.i7List .part .txt {font-size: 16px;color: #333;-webkit-line-clamp: 3;height: 72px;line-height: 24px;}
.i7List .part .imgBox{position: relative;padding-top: 2vw;}
.i7List .part .img{width: 100%;height: 556px;}
.i7List .part .img img{width: 100%;height: 100%;object-fit: cover;}
.i7List .part .time{position: absolute;left: 0;top: 1vw;width: 5.5vw;height: 5.5vw;color: #fff;display: flex;justify-content: center;align-items: center;flex-direction: column;font-size: 1.2vw;background: var(--main-color);}
.i7List .part .time strong{font-weight: normal;font-size: 1.8vw;}
.i7List .part .more{margin-top: 1vw;font-size: 1.2vw;color: #000;}
.i7List .part .more .icon img{display: inline-block;margin-left: 10px;width: auto;height: auto;vertical-align: middle;max-width: 55px;}
.i7List .swiper-button-next,.i7List .swiper-button-prev{color: var(--main-color);width: 30px;height: 60px;background: #fff;}
.i7List .swiper-button-next:after,.i7List .swiper-button-prev:after{font-size: 20px;}
.i7List .part .t1:hover{color: var(--main-color);}

.index8{width: 100%;position: relative;}
.index8 .iTit{position: absolute;left: 3vw;top: 5vw;z-index: 9;font-size: 3.2vw;}
.i8List{width: 100%;}
.i8List ul li{width: 25%;}
.i8List .part{display: block;width: 100%;height: 100%;position: relative;overflow: hidden;}
.i8List .part .img{width: 100%;height: 100%;}
.i8List .part .img img{width: 100%;height: 100%;object-fit: cover;}
.i8List .part .imgTop{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;background: rgba(0,0,0,0.3);transition: 0.3s;}
.i8List .part .desc{padding: 0 3vw;color: #fff;width: 100%;}
.i8List .part .t1{font-size: 2.6vw;margin-top: 1.2vw;}
.i8List .part .t2{font-size: 1.2vw;margin-top: 0.5vw;}
.i8List .part .more{font-size: 3vw;display: inline-block;margin: 2vw 0;color: #fff;font-weight: 100;}
.i8List .part .icon img{width: auto;max-width: 50px;}
.i8List .part .txt{font-size: 1.2vw;color: #fff;margin: 2vw 0;display: none;}
.i8More{position: absolute;left: 3vw;bottom: 5vw;}
.i8More a{display: inline-block;border: 2px solid #fff;padding: 10px 35px;border-radius: 50px;color: #fff;font-size: 1.2vw;}
.i8More a:hover{background: #fff;color: var(--main-color);}

.i8List .part:hover .imgTop{background: var(--main-color);}
.i8List .part:hover .txt{display: block;}
.i8List .part:hover .more{display: none;}

.footer{width: 100%;background: #000;color: #fff;font-size: 0.86vw;padding: 5vw 0;}
.footer a{color: rgba(255,255,255,0.6);}
.footer a:hover{color: #fff;}
.fWarp{width: 100%;margin-bottom: 5vw;}
.fSearch{width: 40%;}
.fSearch input{width: calc(100% - 10vw);background: #393941;height: 58px;padding: 0 10px;font-size: 1vw;color: #fff;}
.fSearch input::placeholder{color: #fff;}
.fSearch button{width: 8vw;color: #fff;font-size: 1vw;border: 3px solid #fff;background: transparent;height: 58px;}

.f_logo{width: 20%;text-align: center;}
.f_logo img{width: auto;max-width: 100%;max-height: 50px;height: auto;}

.fTel{width: 40%;}
.fTel ul li{margin-bottom: 1vw;display: flex;color: #fff;}
.fTel i{font-size: 1.5vw;vertical-align: middle;margin-right: 10px;}

.fMenu{width: 100%;}
.fMenu dl dt{margin-bottom: 2vw;}
.fMenu dl dt a{font-size: 1vw;color: #fff;}
.fMenu dl dd ul li{margin: 1vw 0;}

.copyright{width: 100%;background: #000;color: #fff;font-size: 14px;padding: 1vw 0;}
.fLinks a{display: inline-block;color: #fff;font-size: 14px;}
.fLinks a:after{content: "|";padding: 0 10px;}
.fLinks a:last-child:after{display: none;}

.fShare ul li{margin-left: 20px;position: relative;}
.fShare a{color: #fff;font-size: 14px;display: block;line-height: 35px;}
.fShare a i{vertical-align: middle;margin-right: 10px;}
.fShare a i img{width: 25px;vertical-align: middle;}
.fShare .imgTop{position: absolute;left: 50%;transform: translateX(-50%);bottom: 35px;width: 100px;background: #fff;border-radius: 5px;padding: 5px;display: none;}
.fShare .imgTop img{width: 100%;}
.fShare ul li:hover .imgTop{display: block;}

.tongtu{width: 100%;position: relative;overflow: hidden;}
.tongtu .img{width: 100%;}
.tongtu .img img{width: 100%;}
.tongtu .imgTop{position: absolute;top: 50%;left: 0;transform: translateY(-50%);width: 100%;z-index: 9;}
.tongtu .iTitEn{font-size: 1.8vw;}
.tongtu .iTit{font-size: 2.8vw;margin-top: 0.5vw;}

.p_page{width: 100%;background: #fff;padding: 20px 0;font-size: 16px;color: #666;}
.current a{font-size: 16px;color: #666;position: relative;}
	.current a:after {
		content: "•";
		padding: 0 5px;
		color: #666;
	}
.current a:last-child:after{display: none;}

.inner_tit{color: #000;font-size: 2.4vw;font-family: "SourceHanSansCN-Normal";}
.inner_tit2{color: #000;font-size: 1.6vw;font-family: "SourceHanSansCN-Normal";}
.inner_line span{width: 8vw;height: 5px;background: var(--main-color);display: inline-block;margin: 0.6vw 0;}

.info_tit{color: #000;font-size: 2vw;font-family: "SourceHanSansCN-Normal";font-weight: bold;}
.info_txt{font-size: 0.92vw;color: #777;}
.info_txt h3{font-size: 1.4vw;font-weight: bold;color: #333;margin-bottom: 1vw;font-family: "SourceHanSansCN-Normal";}

/*join*/

.join1{width: 100%;margin: 50px 0;}
.join1_warp{width: 100%;margin-top: 30px;}
.join1_item{width: 100%;margin: 50px 0;}
.join1_item .imgBox{width: 60%;}
.join1_item .img img{width: 100%;}
.join1_item .imgBox .txt{font-size: 14px;color: #777;}
.join1_item .desc{width: 35%;}
.join1_item .info_tit{margin-bottom: 2vw;}
.join1_warp .join1_item:nth-child(2n) .imgBox{order: 0;}
.join1_warp .join1_item:nth-child(2n) .desc{order: 1;}

.join2{width: 100%;padding: 50px 0;color: #fff;background-size: cover;background-repeat: no-repeat;}

.join2_list{width: 100%;margin-top: 2vw;}
.join2_list ul li{width: 46%;padding: 2vw 0;border-bottom: 1px solid #fff;display: flex;align-items: center;flex-wrap: wrap;justify-content: space-between;position: relative;}
.join2_list .info_tit{width: 30%;padding: 0 5%;}
.join2_list .info_txt{flex: 1;}
.join2_list ul li:after{position: absolute;left: 0;bottom: -1px;width: 20%;height: 2px;background: var(--main-color);content: "";z-index: 1;}

.join3{width: 100%;margin: 50px 0;}
.join3_list{width: 100%;margin-top: 35px;}
.join3_list ul li{width: calc(33.3% - 20px);margin-right: 30px;margin-bottom: 30px;}
.join3_list ul li:nth-child(3n){margin-right: 0;}
.join3_list .part{display: block;width: 100%;height: 100%;background: #F3F4F6;}
.join3_list .part .img{width: 100%;}
.join3_list .part .img img{width: 100%;}
.join3_list .part .info_txt{width: 100%;padding: 1vw 2vw;text-align: center;}
.join3_list .part .info_txt h3{margin-bottom: 0.2vw;font-size: 1.2vw;}
.join3_list .part:hover .img img{transform: scale(1.1);}

.join4{margin: 50px 0;}
.join4 .join4_txt{margin-top: 1vw;max-width: 700px;margin-left: auto;margin-right: auto;}
.join4_list1{width: 100%;margin-top: 50px;}
.join4_list1 ul li{width: calc(25% - 22.5px);margin-right: 30px;margin-bottom: 30px;}
.join4_list1 ul li:nth-child(4n){margin-right: 0;}
.join4_list1 .part{display: block;width: 100%;height: 100%;background: #F3F4F6;padding: 3vw 2vw;text-align: center;}
.join4_list1 .part .icon{margin-bottom: 0.2vw;}
.join4_list1 .part .icon img{width: 60px;}
.join4_list1 .part:hover .icon img{transform: rotateY(360deg);}

.join4_list2{width: 100%;margin-top: 50px;}
.join4_list2 ul{justify-content: space-between;}
.join4_list2 ul li{margin-bottom: 30px;width: 36%;}
.join4_list2 ul li:nth-child(2),
.join4_list2 ul li:nth-child(3){width: 62%;}
.join4_list2 .part{display: block;width: 100%;height: 100%;position: relative;overflow: hidden;}
.join4_list2 .part .img{width: 100%;height: 100%;}
.join4_list2 .part .img img{width: 100%;height: 100%;object-fit: cover;}
.join4_list2 .part .imgTop{position: absolute;top: 0;left: 0;width: 100%;height: 100%;padding: 2vw;display: flex;align-items: flex-end;background: rgba(0,0,0,0.3);}
.join4_list2 .part .info_txt{color: #fff;}
.join4_list2 .part .info_txt h3{color: #fff;}
.join4_list2 .part .info_txt .txt{display: none;}
.join4_list2 .part .join_more{display: none;}
.join_more{margin-top: 1vw;}
.join_more span,
.join_more a{background: transparent;display: block;width: 127px;height: 45px;line-height: 48px;text-align: center;color: #fff;font-size: 14px;position: relative;overflow: hidden;border-radius: 50px;border: 1px solid #fff;overflow: hidden;}
.join_more span:before,
.join_more a:before{content: "";position: absolute;display: block;transition: all .6s;width: 100%;height: 0;border-radius: 50%;left: 50%;top: 50%;padding-top: 100%;transform: translateX(-50%) translateY(-50%);}
.join_more span:hover,
.join_more a:hover{background: var(--main-color);}
.join_more span:hover:before,
.join_more a:hover:before{-webkit-animation: wave .75s;animation: wave .75s;z-index: 1;}
@-webkit-keyframes wave {
	0% {
		background: rgba(0, 0, 0, .25);
		transform: translateX(-50%) translateY(-50%) scale(0)
	}
	to {
		background: transparent;
		transform: translateX(-50%) translateY(-50%) scale(1)
	}
}

@keyframes wave {
	0% {
		background: rgba(0, 0, 0, .25);
		transform: translateX(-50%) translateY(-50%) scale(0)
	}
	to {
		background: transparent;
		transform: translateX(-50%) translateY(-50%) scale(1)
	}
}

.join4_list2 .part:hover .info_txt .txt{display: block;}
.join4_list2 .part:hover .join_more{display: block;}
.join4_list2 .part:hover .img img{transform: scale(1.2);}

.join5{width: 100%;margin: 50px 0;}
.join5_list{width: 100%;margin-top: 50px;}
.join5_list .item{width: 49%;}
.join5_list .part{display: block;width: 100%;height: 100%;position: relative;overflow: hidden;}
.join5_list .part .img,
.join5_list .part .img img{width: 100%;height: 100%;}
.join5_list .part .img img{object-fit: cover;}
.join5_list .part .imgTop{position: absolute;left: 0;bottom: 0;width: 100%;padding: 20px;background: rgba(255,255,255,0.8);}

.join5_list .join_more span{background: var(--main-color);border-color: var(--main-color);}
.join5_list .part:hover .img img{transform: scale(1.1);}

/*media*/
.newLinks{width: 100%;margin: 20px 0;}
.newLinks ul li{margin: 0 20px;}
.newLinks a{display: inline-block;padding: 10px 35px;background: #F5F5F5;border-radius: 30px;color: #333;font-size: 16px;}
.newLinks a:hover{background: var(--main-color);color: #fff;}

.news1{width: 100%;margin: 50px 0;}
.news1_list{width: 100%;margin-top: 35px;position: relative;padding-bottom: 30px;}
.news1_list .part{display: block;width: 100%;height: 100%;position: relative;padding-bottom: 100px;}
.news1_list .part .img{width: 100%;height: 350px;overflow: hidden}
.news1_list .part .img img{width: 100%;height: 100%;object-fit: cover;}
.news1_list .part .desc{position: absolute;bottom: 25px;width: 90%;left: 5%;background: #fff;padding: 1.5vw;box-shadow: 8px 4px 4px rgb(202 183 183 / 25%);}
.news1_list .swiper-pagination-bullet{width: 12px;height: 12px;border-radius: 50%;background: #999;}
.news1_list .swiper-pagination-bullet-active{background: var(--main-color);}

.news1_list .swiper-slide-active .part .desc{background: var(--main-color);}
.news1_list .swiper-slide-active .part .desc .news_time,
.news1_list .swiper-slide-active .part .desc .news_tit{color: #fff;}


.news_time{font-size: 16px;color: #999;margin: 5px 0;}
.news_tit{font-size: 20px;color: #666;margin: 5px 0;}
.news_txt{font-size: 16px;color: #999;margin: 5px 0;}
.news2{padding: 50px 0;background: #F3F4F6;}
.news2Top{width: 100%;}
.news2_tab ul li{display: inline-block;margin-left: 15px;padding: 10px 25px;border-radius: 30px;font-size: 1vw;color: #333;cursor: pointer;}
.news2_tab ul li.on{background: var(--main-color);color: #fff;}
.news2_tab ul li:hover{color: var(--main-color);}

.news2_Panel{width: 100%;margin-top: 20px;}
.news2_list{width: 100%;}
.news2_list ul li{width: calc(33.3% - 20px);margin-right: 30px;margin-bottom: 30px;}
.news2_list ul li:nth-child(3n){margin-right: 0;}
.news2_list .part{display: block;width: 100%;height: 100%;position: relative;}
.news2_list .part .img{width: 100%;}
.news2_list .part .img img{width: 100%;}
.news2_list .part .desc{width: 100%;padding: 1vw 0;}
.news2_list .part:after,
.news2_list .part:before {position: absolute;content: "";bottom: 0;left: 0;width: 100%;height: 1px;background: #D9D9D9;transition: all .4s;}

.news2_list .part:before {width: 0;background: var(--main-color);}

.news2_list .part:hover:after{width: 0;}
.news2_list .part:hover:before{width: 100%;}
.news2_list .part:hover .img img{transform: scale(1.1);}
.news2_list .part:hover .news_tit{color: var(--main-color);}

.otherTxt::-webkit-scrollbar {width: 3px;height: 8px;background-color: #fff;border-radius: 4px;position: relative;}/*下拉条样式隐藏*/
/*滚动条样式*/
.otherTxt::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 4px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 4px;
}

.otherTxt::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: var(--main-color);
}

.otherTxt::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}

/*about1*/

.about1{width: 100%;margin: 20px 0;}
.abo1_warp{width: 100%;}
.abo1_warp .img{width: 35%;}
.abo1_warp .img img{width: 100%;}
.abo1_warp .img:hover img{transform: scale(1.1);}
.abo1_warp .f_left{width: 65%;padding: 0 3vw 0 13vw;}
.abo1_warp .otherTxt{margin-top: 35px;height: 456px;overflow: hidden;overflow-y: auto;}

.abo1_list{width: 100%;margin-top: 50px;}
.abo1_list ul li{width: 33.3%;padding: 2vw 0;display: flex;flex-direction: column;align-items: center;}
.abo1_list .info_tit{color: var(--main-color);font-size: 1.4vw;}
.abo1_list .info_tit strong{font-size: 3.6vw;font-weight: bold;}
.abo1_list .info_tit span{vertical-align: super;position: relative;margin-left: 10px;top: -1vw;}
.abo1_list .info_txt{font-size: 18px;color: #999;}



.about2{width: 100%;position: relative;padding: 6vw 0;}
.about2 .wapper{position: relative;z-index: 9;}
.abo2Bg{position: absolute;left: 0;bottom: 0;}
.abo2Bg img{width: 100%;}
.abo2Tip{text-align: center;font-size: 1.2vw;color: #000;font-weight: bold;margin-top: 8vw;}
.abo2List{padding-top: 2vw;}
.abo2Tab_swiper{position: relative;margin-bottom: 5vw;}
.abo2Tab_swiper .swiper-slide:first-child {
  -webkit-clip-path: polygon(96% 0, 100% 50%, 96% 100%, 0 100%, 0 0);
  clip-path: polygon(96% 0, 100% 50%, 96% 100%, 0 100%, 0 0);
}

.abo2Tab_swiper .swiper-slide {cursor: pointer;padding: 1.6vw 0;color: #000;font-size: 1.2vw;font-weight: bold; background: #fff;-webkit-clip-path: polygon(96% 0, 100% 50%, 96% 100%, 0 100%, 4% 50%, 0 0);clip-path: polygon(96% 0, 100% 50%, 96% 100%, 0 100%, 4% 50%, 0 0);}

.abo2Tab_swiper .swiper-slide:hover,
.abo2Tab_swiper .swiper-slide.on {background: #00A5AD;color: #fff;}

.abo2_item{width: 100%;position: relative;}
.abo2_item:after{width: calc(100% - 6vw);height: 1px;background: var(--main-color);position: absolute;top: 5.5vw;left: 50%;content: "";transform: translateX(-50%);}
.abo2_item .swiper-slide{background: transparent;}
.abo2_item .part{display: block;width: 100%;}
.abo2_item .part .ny_name{height: 4vw;display: flex;justify-content: center;align-items: center;font-size: 3vw;color: #000;width: 100%;}
.abo2_item .part .circle{width: 100%;height: 1px;background: transparent;position: relative;margin: 1.5vw 0;}
.abo2_item .part .circle:after{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 1vw;height: 1vw;border-radius: 50%;background: var(--main-color);content: "";}
.abo2_item .part .sytxt1{font-size: 0.8vw;color: #555;margin-top: 1vw;font-family: "SourceHanSansCN-Normal";font-weight: bold;}
.abo2_item .part .sytxt1 ul{padding-left: 20px;}
.abo2_item .part .sytxt1 ul li{list-style: disc;margin: 3px 0;}
.abo2_item .part .sytxt1 ul li p{padding: 0;}
.abo2_item .swiper-button-next,.abo2_item .swiper-button-prev{width: 3vw;height: 3vw;border-radius: 50%;border: 1px solid var(--main-color);top: 5vw;}
.abo2_item .swiper-button-next:after,.abo2_item .swiper-button-prev:after{font-size: 20px;color: var(--main-color);}
.abo2_item .swiper-button-next{right: 0;}
.abo2_item .swiper-button-prev{left: 0;}

.abo2_item .swiper-button-next.swiper-button-lock,.abo2_item .swiper-button-prev.swiper-button-lock{display: block;display: flex;}

.abo2List2{width: 100%;}
.abo2List2>ul>li{width: 100%;border-bottom: 1px solid #ddd;}
.abo2List2>ul>li .tit{padding: 10px 0;display: flex;justify-content: space-between;align-items: center;}
.abo2List2>ul>li .tit .t1{color: #000;font-size: 18px;display: inline-block;flex: 1;font-weight: bold;}
.abo2List2>ul>li .tit .icon{color: #000;font-size: 28px;display: inline-block;width:30px;text-align: center;vertical-align: middle;line-height: 26px;}
.abo2List2>ul>li dl{padding: 10px 0;display: none;}
.abo2List2>ul>li dl .tit{font-size: 18px;color: #000;font-weight: bold;margin-bottom: 10px;}
.abo2List2>ul>li dl .txt{font-size: 16px;color: #666;}

.abo2List2>ul>li.on .tit .icon i:before{content: "\f107";}

.about3{padding: 6vw 0;}
.about3 .info_txt{width: 70%;margin-top: 1vw;}
.abo3List{width: 100%;margin-top: 6vw;max-width: 1200px;margin-left: auto;margin-right: auto;}
.abo3List ul{display: flex;align-items: center;justify-content: center;}
.abo3List ul li{width: 33.333%;position: relative;margin: 0 -0.5vw;}
.abo3List ul li .imgBox{position: relative;}
.abo3List ul li img{height: auto;max-width: 100%;-ms-interpolation-mode: bicubic;border: none;vertical-align: middle;}
.abo3List ul li .imgBox svg{stroke-dashoffset: 1130.4;stroke-dasharray: 1130.4;position: absolute;top: 0;left: 0;z-index: 1;overflow: hidden;}
.abo3List ul li .desc{width: 100%;z-index: 2;text-align: center;padding: 0 3vw;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);color: #fff;}
.abo3List ul li .tit{font-size: 3vw;font-weight: bold;}
.abo3List ul li .txt{font-size: 1vw;color: #fff;opacity: 0.8;margin-top: 1vw;}
.abo3List ul li:nth-child(2) .imgBox svg{bottom: 0;top: auto;}

.about4{width: 100%;background-size: cover;background-repeat: no-repeat;}
.abo4List{width: 100%;}
.abo4List ul li{width: 33.3%;border-right: 1px solid rgba(255,255,255,0.6);}
.abo4List ul li:last-child{border: none;}
.abo4List .part{display: block;width: 100%;position: relative;overflow: hidden;height: 50vw;position: relative;display: flex;justify-content: center;align-items: center;transition: 0.3s;}
.abo4List .desc{text-align: center;}
.abo4List .desc .icon img{width: 4vw;}
.abo4List .desc .iTit{margin-top: 1vw;font-weight: bold;color: #fff;}
.abo4List .desc .iTxt{margin-top: 1vw;color: #fff;}
.abo4List .part:hover{background: hwb(114deg 48% 31% / 60%);}

.about5{width: 100%;padding: 6vw 0;}
.about5_list{width: 100%;position: relative;padding-bottom: 50px;height: 30vw;margin-top: 5vw;}
.about5_list .part{display: block;width: 100%;border: 1px solid #D5D5D5;height: 100%;display: flex;justify-content: center;flex-direction: column;align-items: center;position: relative;}
.about5_list .part .t1{font-size: 1vw;color: #000;}
.about5_list .part .txt{margin-top: 1vw;font-size: 1vw;color: #333;}
.about5_list .part:before,
.about5_list .part:after{position: absolute;content: "";top: 50%;transform: translateY(-50%);background: url(../images/hua.png) no-repeat;width: 30px;height: 50px;right: 2vw;}
.about5_list .part:after {left: 2vw;right: auto;transform: rotateY(180deg) translateY(-50%);}

.about5_list .swiper-slide{height: calc((100% - 50px) / 2) !important;}
.about5_list .swiper-pagination-bullet{width: 12px;height: 12px;border-radius: 50%;background: #999;}
.about5_list .swiper-pagination-bullet-active{background: var(--main-color);}

.about6{width: 100%;padding: 6vw 0;background: url(../images/bg-3.png) center no-repeat;background-size: cover;}
.about6 .top .left{width: 30%;}
.about6 .top .cet{width: 45%;}
.about6 .top .join_more a{border-color: var(--main-color);background: var(--main-color);width: 160px;}

.about6_list{margin-top: 6vw;}
.about6_list ul li{width: 25%;border-right: 1px solid #D5D5D5;}
.about6_list .part{position: relative;display: block;padding: 2vw;position: relative;background: #fff;padding-top: 4vw;transition: 0.3s;cursor: default;}
.about6_list .part .titS1{font-size: 5vw;font-weight: 700;text-transform: uppercase;-webkit-text-stroke: 2px #ECECEC;color: transparent;text-align: right;position: absolute;top: 1vw;right: 1vw;}
.about6_list .part .txt{margin-top: 1vw;}
.about6_list .part .circle{margin-top: 2vw;width: 3.5vw;height: 3.5vw;border: 1px solid #ddd;display: flex;justify-content: center;align-items: center;font-size: 3vw;color: #ddd;font-weight: 100;border-radius: 50%;}

.about6_list .part:hover{background: var(--main-color);}
.about6_list .part:hover .info_txt{color: #fff;}
.about6_list .part:hover .info_txt h3{color: #fff;}

.inside{padding: 2vw 0;}

@media only screen and (max-width: 1400px) {
.wapper{ width:100%;padding: 0 3%;}
.headList{height: 90px;}
.headList .logo img{max-height: 35px;}
.menu a{font-size: 15px;padding: 0 10px;}
.hRight .hSearch{font-size: 15px;}
.language{font-size: 15px;}
.i7Warp{padding: 0 3%;}
.i7List .part .img{height: 500px;}
.news1_list{padding: 0 3%;}
.news1_list .part .img{height: 320px;}
.abo1_warp .f_left{padding: 0 3%;}

}

@media only screen and (max-width: 1200px) {
.wapper{ width:100%;}
.menu a{font-size: 14px;padding: 0 8px;}
.hRight .hSearch{font-size: 14px;}
.language{font-size: 14px;}
.hRight .hSearch{margin-right: 15px;}
.banner .warp{width: 90%;}
.i4List .part{height: 580px;}
.i7List .part .img{height: 460px;}
.news1_list .part .img{height: 300px;}

}

@media only screen and (max-width: 980px) {
.wapper{ width:100%;}
.header{ display:none}
.sp_header1{ display:block;}
.sjj_nav1{ display:block;}
.sp_nav1 span{background: #000;}
.hHei{height: 70px;}
.language{float: right;height: 70px;display: flex;align-items: center;font-size: 14px;margin-right: 15px;}
.language a{color: #333;}
.hSearch{float: right;height: 70px;display: flex;align-items: center;font-size: 14px;margin-right: 15px;}
.searchBtn{color: #333;}
.tcSearch{z-index: 99999;}
.banner .warp{width: 100%;padding: 0 2%;}
.iWarp{width: 100%;padding: 0 2%;}
.i2Video{height: 260px;}
.i7List .part .img{height: 520px;}



}

@media only screen and (max-width: 799px) {
.banner{height: auto;}
.banner .txt{display: none;}
.banner .iTit{font-size: 14px;}
.banner .iTitEn{font-size: 12px;}
.banMore{margin-top: 10px;}
.banMore a{font-size: 12px;padding: 5px 20px;border-radius: 30px;}
.banner .line{height: 2px;width: 120px;}
.iTitEn{font-size: 16px;}
.iTit{font-size: 26px;}
.iTxt{font-size: 14px;}
.iLine{width: 60px;height: 3px;margin: 10px 0;}
.banner .warp{padding: 0 5%;}

.i1Warp .f_left{width: 100%;margin-bottom: 20px;}
.i1Warp .f_right{width: 100%;}
.i1Warp .iTxt{font-size: 15px;}
.i2Warp .f_left{width: 100%;margin-bottom: 20px;}
.i2Warp .f_right{width: 100%;}
.i2Warp .f_left .iTxt{font-size: 15px;}
.i2List ul li{width: 100%;margin-bottom: 20px;}
.i2List .part .tit{font-size: 18px;}
.i2List .part .tit strong{font-size: 36px;}
.i2List .part .txt{font-size: 15px;}
.i2Video{height: 200px;}
.i2Btn img{width: 60px;}
.i2-video2{width: 90%;}
.i3Warp .f_left{width: 100%;padding: 20px 10px;}
.i3Warp .f_right{width: 100%;}
.i3Menu ul li a{font-size: 14px;}
.i3Menu ul li.on a{font-size: 16px;}
.i3Menu ul{display: flex;flex-wrap: wrap;}
.i3Menu ul li{width: 50%;}
.i3List{height: auto;}
.i3List ul{height: auto;}
.i3List ul li{width: 50%;height: auto;}
.i3List ul li:nth-child(1){width: 50%;height: auto;}
.i3List ul li:nth-child(2){width: 50%;height: auto;}
.i3List ul li:nth-child(3){width: 50%;height: auto;}

.i4Top .iTit{font-size: 22px;}
.i4Top .iTitEn{font-size: 16px;}
.i4Top .iLine{margin: 10px 0;}
.iMore a{padding: 5px 20px;font-size: 14px;border-radius: 30px;}

.i4List ul{flex-wrap: wrap;}
.i4List ul li{width: 100%;}
.i4List ul li.hover{width: 100%;}
.i4List .part{height: 280px;}
.i4List .part .icon img{width: 60px;}
.i4List .part .t1{font-size: 20px;margin-top: 15px;}
.i4List ul li.hover .part .t1{font-size: 28px;}
.i6List{padding: 0;}
.i6Bg3,
.i6Bg1,
.i6Bg2{display: none;}
.i6Swiper .part .imgTop{position: relative;top: auto;left: auto;transform: none;background: var(--main-color);padding: 20px 10px;}
.i6Swiper .iTit{font-size: 16px;}
.i6Swiper .iTxt{margin: 10px 0;width: 100%;}
.i6Swiper .banMore a{border-color: #fff;}
.i6List .swiper-button-next, .i6List .swiper-button-prev{width: 30px;top: 40%;}
.i6Swiper,
.i6Swiper .part{border-radius: 10px;}

.i7Warp .f_left{width: 100%;padding: 0;margin-bottom: 20px;}
.i7Warp .f_right{width: 100%;}
.i7Warp .iTit{font-size: 26px;}
.i7Warp .iTxt{font-size: 14px;margin-top: 10px;}
.i7Tab{margin: 10px 0;}
.i7Tab ul{display: flex;flex-wrap: wrap;}
.i7Tab ul li{margin: 10px 0;display: inline-block;margin-right: 20px;}
.i7Tab a{font-size: 14px;}
.i7List .part .t1{font-size: 16px;}
.i7List .part .iLine{margin: 10px 0;width: 60px;height: 3px;}
.i7List .part .txt{font-size: 14px;}
.i7List .part .imgBox{padding-top: 20px;}
.i7List .part .time{width: 80px;height: 80px;font-size: 14px;}
.i7List .part .time strong{font-size: 16px;}
.i7List .part .img{height: auto;}
.i7List .part .more{font-size: 14px;margin-top: 10px;}
.i7List .part .more .icon img{max-width: 30px;}
.i8List ul li{width: 50%;}
.index8 .iTit{position: relative;top: auto;left: auto;font-size: 26px;text-align: center;margin-bottom: 20px;color: #000 !important;}
.i8List .part .img img{max-height: 280px;}
.i8List .part .icon img{max-width: 35px;}
.i8List .part .t1{font-size: 16px;margin: 10px 0;}
.i8List .part .t2{font-size: 12px;margin: 10px 0;}
.i8List .part .more{display: none;}
.i8List .part .txt{font-size: 12px;margin: 10px 0;}
.i8More a{padding: 5px 20px;font-size: 14px;margin-top: 10px;}
.f_logo{width: 100%;order: 0;margin-bottom: 15px;}
.fSearch{width: 100%;order: 1;margin-bottom: 15px;}
.fSearch input{height: 40px;font-size: 14px;width: calc(100% - 120px);}
.fSearch button{width: 100px;font-size: 14px;height: 40px;border: 1px solid #fff;}
.fTel{width: 100%;order: 2;}
.fTel ul li{margin-bottom: 10px;}
.footer{font-size: 14px;}
.fMenu{width: 100%;}
.fMenu dl{padding: 10px 0;border-bottom: 1px solid rgba(255,255,255,0.3);width: 100%;}
.fMenu dl dt a{font-size: 16px;}
.fMenu dl dd{width: 100%;}
.fMenu ul{display: flex;flex-wrap: wrap;width: 100%;}
.fMenu dl dd ul li{margin: 5px;}
.fShare ul li{margin: 0 10px;}
.newLinks ul li{margin: 0 10px;}
.newLinks a{padding: 10px 20px;font-size: 14px;}

.inner_tit{font-size: 21px;}
.inner_line span{width: 120px;height: 2px;margin: 10px 0;}
.inner_tit2{font-size: 14px;}
.inner_tit2 h3{font-size: 18px;}
.news1_list .part .img{height: 260px;}
.news1_list .part .desc{bottom: 45px;}
.news2_tab ul li{font-size: 14px;}
.news2_list ul li{width: 50%;margin-right: 0;padding: 0 5px;margin-bottom: 10px;}
.news_tit{font-size: 16px;}
.news_txt{font-size: 14px;}

.join1_item{display: block;margin: 20px 0;}
.join1_item .desc{width: 100%;margin-bottom: 20px;}
.join1_item .imgBox{width: 100%;}
.info_tit{font-size: 20px;}
.info_txt{font-size: 14px;}
.info_txt h3{font-size: 18px;}
.join2_list ul li{width: 100%;padding: 20px 0;}
.join2_list .info_tit{font-size: 26px;}
.join3_list ul li{width: 50%;margin-right: 0;padding: 0 5px;margin-bottom: 10px;}
.join3_list .part .info_txt{padding: 10px 2px;}
.join3_list .part .info_txt h3{font-size: 16px;}
.join3_list .part .info_txt .txt{font-size: 12px;}
.join4_list1 ul li{width: 50%;margin-right: 0;padding: 0 5px;margin-bottom: 10px;}
.join4_list2 ul li{width: 100%;margin-bottom: 15px;}
.join4_list2 ul li:nth-child(2), .join4_list2 ul li:nth-child(3){width: 100%;}
.join5_list .item{width: 100%;margin-bottom: 20px;}

.abo1_warp .f_left{width: 100%;margin-bottom: 20px;}
.abo1_warp .img{width: 100%;}
.abo1_list ul li{width: 48%;}
.abo1_list .info_tit{font-size: 26px;}
.abo1_list .info_txt{font-size:16px;}

.pc_show{display: none;}
.m_show{display: block;}
.about3 .info_txt{width: 100%;}
.abo4List .part{height: 200px;}
.abo4List .desc{padding: 20px 10px;}
.abo4List .desc .icon img{width: 30px;}
.abo4List .desc .iTit{font-size: 16px;margin: 15px 0;}
.abo4List ul li{width: 100%;border-right: none;border-bottom: 1px solid rgba(255,255,255,0.6);}
.about5_list{height: 400px;}
.about5_list .part{padding: 0 30px;text-align: center;}
.about5_list .part .t1{font-size: 16px;}
.about5_list .part .txt{font-size: 14px;margin-top: 10px;}

.about6 .top .left{width: 100%;}
.about6 .top .cet{width: 100%;margin: 15px 0;}
.about6_list ul li{width: 50%;border-bottom: 1px solid #D5D5D5;}
.about6_list .part{padding: 20px;}
.about6_list .part .titS1{font-size: 32px;}
.about6_list .part .circle{width: 35px;height: 35px;font-size: 16px;}
.abo1_list .info_tit{font-size:20px;}
.abo1_list .info_tit strong{font-size:38px;}



}
