/*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;color:#666;background: #eee; font-family:"hm1" !important;}
@font-face {
  font-family: "hm1";
  src: url("/fonts/HarmonyOS_Sans_Medium.ttf") format("truetype");
}
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:86%; margin:0 auto;}


*,
*::before,
*::after{-webkit-box-sizing: border-box;box-sizing: border-box;}

:root {
    --main-color: #1a6aff;
    --main-color2: #1d2cf3;
    --main-color-white: #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;padding: 20px 0;top: 0;left: 0;width: 100%;background: #eee;z-index: 999;transition: 0.3s;}
.header.active.fixed{top: 0;}
.header.fixed{top: -100%;}
.hHei{height: 130px;}

.headList{display: flex;justify-content: space-between;align-items: center;height: 90px;padding: 0 5vw;box-sizing: border-box;}
.headList .logo{display: block;}
.headList .logo img{max-height: 60px;width: auto;}

/*menu*/
.pc_menu{}
.menu{height:70px;}
.menu ul li{ float:left; position:relative;padding: 0 10px;}
.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;border-radius: 20px;overflow: hidden;}
.menu ul li dl dd{ line-height: 50px;}
.menu ul li dl dd a{ font-size:16px; color:#333;display:block;padding: 0;border-radius: 0;}
.menu ul li dl dd a:hover{ color:#fff;background: var(--main-color);}
.menu ul li span{display: flex;justify-content: center;align-items: center;height: 70px;}
.menu a{ font-size:18px;color:#333;display:block;text-align:center;padding: 10px 30px;border-radius: 30px;}
.menu a:hover{background: var(--main-color);color: #fff;}
a.menu_hover{ color:#fff;background: var(--main-color);}
.menu ul li.cur span a{ color:#fff;background: var(--main-color);}

.language a{display: inline-block;font-size: 16px;color: #1a6aff;}
.language a.on{color: #666;}
.language span{display: inline-block;margin: 0 10px;font-size: 16px;color: #333;}

/*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:#000;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-button-next:after,.swiper .swiper-button-prev:after{font-size: 30px;}

/*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{font-size: 2.92vw;font-weight: bold;color: #2a3233;letter-spacing: 1px;}
.iTit2{font-size: 1.7vw;font-weight: bold;color: #2a3233;letter-spacing: 1px;}
.iTit3{font-size: 1.66vw;font-weight: bold;color: #2a3233;letter-spacing: 1px;}
.iTit4{font-size: 1.97vw;font-weight: bold;color: #2a3233;letter-spacing: 1px;}
.iTit5{font-size: 1.35vw;font-weight: 300;color: #2a3233;letter-spacing: 1px;}
.iTxt{font-size: 1.145vw;color: #2a3233;}
.iTxt p{padding: 0.5vw; line-height: 2.2vw;}
.iTxt img{max-width: 100%;}
.iTxt2{font-size: 0.86vw;color: #2a3233;}
.iTxt2 p{padding: 0.5vw; line-height: 1.5vw;}
.iTxt2 img{max-width: 100%;}

.iLine i{}
.hidden{overflow: hidden;}
.comBg{background-size: cover;background-repeat: no-repeat;}
.iVideo{width: 100%;}
.iVideo video{width: 100%;}
.iImg{width: 100%;}
.iImg img{width: 100%;}
.com-radius{border-radius: 20px;}
.iMore a{display: inline-block;padding: 0;border-radius: 2vw;background: var(--main-color);color: #fff;font-size: 1vw;border: 1px solid var(--main-color);width: 8.65vw;height: 2.65vw;text-align: center;line-height: 2.65vw;}
.iMore a.btn2{background: transparent;color: var(--main-color);margin-left: 2vw;}
.iMore a:hover{background: var(--main-color2);color: #fff;border-color: var(--main-color2);}
.pd50{padding: 50px;}
.innerTit{color: #2a3233;font-weight: bold;letter-spacing: 0.3vw;font-size: 3.38vw;}
.mColor{color: var(--main-color);}

/*-------------------------------------------*/

/*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: var(--main-color);width:20px;}
.bannerSwiper .swiper-button-next:after,.bannerSwiper .swiper-button-prev:after{color: #fff;}



#mainFull {display: grid;background: #eee;}
.mainFull2 {display: grid;background: #eee;}
.i_con_warp{min-height: 0px;--l_display: unset;height: auto;min-width: 0px;width: auto;max-width: 99999px;max-height: 99999px;--comp-display: unset;align-self: stretch;justify-self: stretch;margin-left: 5vw;margin-right: 5vw;margin-top: 5vh;margin-bottom: 5vh;grid-area: 1/1/2/2;position: relative;}

#section1 {
	min-height: 0px;
	--comp-display: flex;
	height: auto;
	min-width: 0px;
	max-widt: 99999px;
	max-height: 99999px;
	display: var(--l_display, var(--comp-display, flex));
	flex-direction: column;
	align-self: stretch;
	justify-self: stretch;
	grid-area: 2/1/3/2;
	position: relative;
	background: #eee;
}
@media screen and (min-width: 320px) and (max-width: 1000px) {
	#section1 {
		--l_display: unset;
	}
}
@media screen and (min-width: 320px) and (max-width: 750px) {
	#section1 {
		--l_display: unset;
	}
	
}

#section2 {
	min-height: 0px;
	--comp-display: flex;
	height: auto;
	min-width: 0px;
	max-width: 99999px;
	max-height: 99999px;
	display: var(--l_display, var(--comp-display, flex));
	flex-direction: column;
	align-self: stretch;
	justify-self: stretch;
	position: sticky;
	--force-auto: initial;
	top: var(--force-auto, calc(0% + var(--sticky-offset, 0px)));
	bottom: var(--force-auto, );
	left: var(--force-auto, );
	right: var(--force-auto, );
	grid-area: 3/1/4/2;
	--is-sticky: 1;
	background: #eee;
}
#section2~* {
	will-change: var(--safari-sticky-fix);
}
@media screen and (min-width: 320px) and (max-width: 1000px) {
	#section2 {
		--l_display: unset;
	}
}
@media screen and (min-width: 320px) and (max-width: 750px) {
	#section2 {
		--l_display: unset;
	}
}

#section3 {
	background: #eeeeee;
	min-height: 0px;
	--comp-display: flex;
	height: auto;
	min-width: 0px;
	max-width: 99999px;
	max-height: 99999px;
	display: var(--l_display, var(--comp-display, flex));
	flex-direction: column;
	align-self: stretch;
	justify-self: stretch;
	position: sticky;
	--force-auto: initial;
	top: var(--force-auto, calc(0% + var(--sticky-offset, 0px)));
	bottom: var(--force-auto, );
	left: var(--force-auto, );
	right: var(--force-auto, );
	grid-area: 4/1/5/2;
	--is-sticky: 1;
}
#section3~* {
	will-change: var(--safari-sticky-fix);
}
@media screen and (min-width: 320px) and (max-width: 1000px) {
	#section3 {
		--l_display: unset;
		position: sticky;
		--force-auto: initial;
		top: var(--force-auto, calc(0% + var(--sticky-offset, 0px)));
		bottom: var(--force-auto, );
	}
	
}
@media screen and (min-width: 320px) and (max-width: 750px) {
	#section3 {
		--l_display: unset;
		position: relative;
		--force-auto: auto;
		top: var(--force-auto, calc(0px));
		bottom: var(--force-auto, auto);
	}
}


#section4 {
	min-height: 0px;
	--comp-display: flex;
	height: auto;
	min-width: 0px;
	max-width: 99999px;
	max-height: 99999px;
	display: var(--l_display, var(--comp-display, flex));
	flex-direction: column;
	align-self: stretch;
	justify-self: stretch;
	position: sticky;
	--force-auto: initial;
	top: var(--force-auto, calc(0% + var(--sticky-offset, 0px)));
	bottom: var(--force-auto, );
	left: var(--force-auto, );
	right: var(--force-auto, );
	grid-area: 5/1/6/2;
	--is-sticky: 1;
	background: #eeeeee;
}
#section4 .i_con_warp {
	box-sizing: border-box;
	position: relative;
	padding-left: 0%;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 0%;
	row-gap: 0px;
	column-gap: 0px;
	flex-grow: 1;
	display: var(--l_display, var(--container-display));
	grid-template-rows: 90vh;
	grid-template-columns: minmax(0px, 1fr);
	--container-layout-type: grid-container-layout;
	--container-display: grid;
}
#section4~* {
	will-change: var(--safari-sticky-fix);
}
@media screen and (min-width: 320px) and (max-width: 1000px) {
	#section4 {
		--l_display: unset;
		bottom: var(--force-auto, );
	}
}
@media screen and (min-width: 320px) and (max-width: 750px) {
	#section4 {
		--l_display: unset;
		bottom: var(--force-auto, auto);
	}
}

#section5 {
	min-height: 0px;
	--l_display: unset;
	height: auto;
	min-width: 0px;
	max-width: 99999px;
	max-height: 99999px;
	--comp-display: unset;
	align-self: stretch;
	justify-self: stretch;
	grid-area: 6/1/7/2;
	position: relative;
	background: #eeeeee;
}
#section5 {
	background: #fff;
	--alpha-bg: 0;
	--static-spx: 1px;
}

@media screen and (min-width: 320px) and (max-width: 750px) {
	#section5 {
		--static-spx: 0.1 * var(--one-unit);
	}
}



.index1{position: relative;overflow: hidden;height: 100%;width: 100%;}
.index1 .iImg{width: 100%;height: 100%;}
.index1 .iImg img{width: 100%;height: 80vh;object-fit: cover;}
.index1 .iVideo{width: 100%;height: 100%;position: absolute;top: 0;left: 0;overflow: hidden;}
.index1 .iVideo video{width: 100%;height: 100%;object-fit: cover;}
.i1Top{position: absolute;left: 0;top: 0;width: 100%;height: 100%;padding: 5%;padding-bottom: 3%;display: flex;flex-direction: column;}
.i1More{margin-top: auto;}
.i1More a{display: flex;width: 11.2vw;height: 11.2vw;border: 1px solid #ddd;border-radius: 50%;transition: 0.3s;color: var(--main-color);font-weight: bold;font-size: 1.35vw;justify-content: center;align-items: center;}
.i1More a span{display: inline-block;transition: 0.6s; text-align:center}
.i1More a:hover{background: var(--main-color);color: #fff;border-color: var(--main-color);}
.i1More a:hover span{transform: rotate(45deg);}

.index2{position: relative;overflow: hidden;height: 100%;width: 100%;}
.index2 .iImg img{width: 100%;height: 80vh;object-fit: cover;}
.i2Top{position: absolute;left: 0;top: 0;width: 100%;height: 100%;padding: 5%;display: flex;flex-direction: column;}
.i2Top .iTit3{margin-top: 1.25vw;}
.i2Top .iMore{margin-top: 3vw;}

.index3{position: relative;overflow: hidden;height: 100%;width: 100%;}
.index3 .iImg img{width: 100%;height: 80vh;object-fit: cover;}
.i3List{width: 100%;margin-top: 2vw;}
.i3List ul li{width: 16.66%;padding: 5px;}
.i3List .part{display: block;width: 100%;border-radius: 20px;height: 100%;position: relative;overflow: hidden;}
.i3List .part .img{width: 100%;height: 100%;}
.i3List .part .img img{width: 100%;height: 100%;}
.i3List .part .imgTop{position: absolute;left: 0;top: 0;width: 100%;height: 100%;padding: 3%;text-align: center;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.i3List .part .icon{width: 100%;text-align: center;}
.i3List .part .icon img{width: 4.68vw;}
.i3List .part .t1{margin-top: 0;color: #fff;font-weight: bold;font-size: 22px;}

.index4{width: 100%;}
.i4List{width: 100%;}
.i4List ul li{width: calc(50% - 10px);margin-bottom: 20px;}
.i4List .part{display: block;width: 100%;height: 100%;background: #e6e8e8;padding: 3.65vw;text-align: center;}
.i4List .part .iTit5{margin-top: 1vw;}
.i4List .part .iMore{margin-top: 2vw;}
.i4List .part .img{width: 22vw;height: 14.5vw;margin: 0 auto;margin-top: 2vw;display: flex;justify-content: center;align-items: center;}
.i4List .part .img img{width: auto;height: auto;max-width: 100%;max-height: 100%;}

.fWarp{width: 100%;}
.fMenu{}
.fMenu ul{margin-right: 6.25vw;}
.fMenu ul li{margin: 10px 0;line-height: 1.6;}
.fMenu ul li a{font-size: 18px;color: var(--main-color);}
.fMenu ul li a:hover{}

.fCop{font-size: 18px;color: var(--main-color);margin-right: auto;}
.fCop p{padding: 10px 0;line-height: 1.6;}

.fShare{}
.fShare ul li{width: 8.85vw ;}
.fShare .box{display: flex;justify-content: center;align-items: center;height: 12.86vw;width: 100%;position: relative;}
.fShare .icon img{width: auto;max-width: 100%;}
.fShare .imgTop{transition: 0.3s;width: 100%;height: 100%;top: 0;left: 0;display: flex;justify-content: center;align-items: center;opacity: 0;transform: scale(0);position: absolute;}
.fShare .imgTop .img{width: 100%;}
.fShare .imgTop .img img{width: 100%;margin: 0 auto;}
.fShare .box:hover .imgTop{transform: scale(1);opacity: 1;}



/*about*/

.about{width: 100%;}
.about1{width: 100%;}
.about1 .img img{width: 100%;}
.abo1Warp .iTxt{width: 100%;}

.about2{position: relative;display: flex;flex-direction: column;}
.about2 .iImg img{width: 100%;height: 80vh;object-fit: cover;}
.about2 .box{margin: auto 0;}
.about2 .i3List{}
.about2 .i3List ul li{width: 25%;padding: 0 10px;}
.about2 .i3List .part .t1{font-weight: normal;line-height: 2;}

.abo3List{width: 100%;}
.abo3List ul li{width: 33%;padding: 0 10px;}
.abo3List .part{width: 100%;height: 14.5vw;overflow: hidden;display: flex;justify-content: center;align-items: center;padding: 5%;background: var(--main-color);}
.abo3List .part .img img{width: auto;height: auto;max-width: 100%;max-height: 100%;}

.abo4List{width: 100%;}
.abo4List .swiper-slide{width: auto;}
.abo4List .part{width: 100%;margin: 0 10px;}
.abo4List .part .img{width: 100%;}
.abo4List .part .img img{width: 100%; height:500px}
.abo4List .part .tit{margin-top: 15px;text-align: center;font-size: 14px;color: var(--main-color);}
.abo4List .swiper-button-next, .abo4List .swiper-button-prev{width: 30px;height: 30px;border-radius: 50%;color: #333;background: #fff;}
.abo4List .swiper-button-next:after, .abo4List .swiper-button-prev:after{font-size: 20px;}

.abo4List2{width: 100%;}
.abo4List2 .swiper-slide{width: auto;}
.abo4List2 .part{width: 100%;margin: 0 10px;}
.abo4List2 .part .img{width: 100%;}
.abo4List2 .part .img img{width: 100%;}
.abo4List2 .part .tit{margin-top: 15px;text-align: center;font-size: 14px;color: var(--main-color);}
.abo4List2 .part .txt{margin-top: 10px;font-size: 12px;color: #333;text-align: center;}
.abo4List2 .swiper-button-next, .abo4List2 .swiper-button-prev{width: 30px;height: 30px;border-radius: 50%;color: #333;background: #fff;}
.abo4List2 .swiper-button-next:after, .abo4List2 .swiper-button-prev:after{font-size: 20px;}

.about5{width: 100%;}
.abo5List{width: 100%;position: relative;max-width: 1420px;margin-left: auto;margin-right: auto;padding: 20px 0;}
.abo5List:after{position: absolute;top: 0;left: 50%;transform: translateX(-50%);height: 100%;width: 5px;border-radius: 3px;background: var(--main-color);content: "";}
.abo5List .iconTop{text-align: center;color: var(--main-color);font-size: 20px;position: absolute;left: 50%;transform: translateX(-50%);top: -13px;}
.abo5List .iconTop i{}
.abo5List ul li{margin-bottom: 10px;}
.abo5List .part{padding: 30px;transition: 0.3s;display: flex;justify-content: space-between;align-items: center;position: relative;border-radius: 20px;overflow: hidden;}
.abo5List .part .img{width: 50%;padding: 5%;display: flex;justify-content: center;align-items: center;}
.abo5List .part .img img{width: auto;height: auto;max-width: 100%;max-height: 100%;}
.abo5List .part .dot{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 20px;height: 20px;border: 5px solid var(--main-color);border-radius: 50%;background: #fff;z-index: 9;transition: 0.3s;display: flex;justify-content: center;align-items: center;}
.abo5List .part .dot i{display: block;width: 5px;height: 5px;background: #fff;border-radius: 50%;transition: 0.3s;}
.abo5List .part .desc{width: 50%;padding: 0 5%;}
.abo5List .part .iTit{font-weight: normal;}
.abo5List .part .iTxt2{margin-top: 20px;line-height: 1.8;}

.abo5List .part:hover{background: #d9e1f0;}
.abo5List .part:hover .img img{transform: scale(1.1);}
.abo5List .part:hover .dot{width: 50px;height: 50px;}
.abo5List .part:hover .dot i{background: var(--main-color);width: 20px;height: 20px;}

.abo5List ul li:nth-child(2n) .part .desc{order: 0;}
.abo5List ul li:nth-child(2n) .part .img{order: 1;}

.about6{position: relative;overflow: hidden;padding: 80px 0;}
.about6:after{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #000;content: "";opacity: 0.3;}
.about6 .i_con_warp{position: relative;z-index: 9;}
.abo6Desc .title{color: #fff;font-size: 2.6vw;line-height: 1.6;}
.abo6Desc .title strong{font-weight: normal;font-size: 2.6w;}
.abo6Desc .title span{margin-left: 5vw;font-size: 1.56vw;}
.abo6Desc .text{margin: 1vw 0 2vw;font-size: 1.5vw;}

.abo6Warp{margin-top: 2vw;}
.abo6Panel{width: 30%;padding-top: 3vw;}
.abo6Panel .iTit{}
.abo6Panel .iTxt{color: #fff;}
.abo6List{width: 65%;}
.abo6List ul{width: 100%;}
.abo6List ul li{width: 22%;margin: 1% 4%;}
.abo6List .part{width: 100%;border: 5px solid var(--main-color);background: var(--main-color);border-radius: 30px;transform: rotate(45deg);display: flex;justify-content: center;align-items: center;height: 13vw;transition: 0.3s;}
.abo6List .part .icon{transform: rotate(-45deg);padding: 5%;}
.abo6List .part .icon img{width: auto;height: auto;max-width: 100%;max-height: 100%;}
.abo6List ul li.on .part,
.abo6List ul li:hover .part{background: var(--main-color2);}

/*product*/

.tongtu{width: 100%;position: relative;overflow: hidden;}
.tongtu .img img{width: 100%;}
.tongtu .imgTop{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 9;display: flex;align-items: center;}
.tongtu .warp{width: 100%;padding: 0 5vw;}
.tongtu .warp .desc{}
.tongtu .warp .title{font-size: 3.43vw;font-weight: bold;color: #d4bd92;}
.tongtu .warp .iTxt{}
.tongtu .icon{}
.tongtu .icon img{max-width: 330px;}

.pro1{width: 100%;background: #f5f1e8;padding: 50px 0;}
.pro1 .iTxt{margin: 1vw 0;display: flex;align-items: center;}
.pro1 .iTxt span{display: flex;align-items: center;}
.pro1 .iTxt span img{width: 7.9vw;}

.pro1 .iTxt:nth-child(1) span{padding-left: 20%;}
.pro1 .iTxt:nth-child(2) span{padding-left: 40%;}
.pro1 .iTxt:nth-child(3) span{padding-left: 30%;}

.product{width: 100%;background: #eeeeee;padding: 50px 0;}
.pro2{width: 100%;}
.pro2List{width: 100%;}
.pro2List ul li{width: 50%;padding: 10px;}
.pro2List .part{width: 100%;height: 100%;border-radius: 20px;overflow: hidden;display: flex;justify-content: space-between;flex-wrap: wrap;background: var(--main-color);}
.pro2List .part .img{width: 50%;border-radius: 20px;}
.pro2List .part .img img{width: 100%;height: 100%;}
.pro2List .part .desc{width: 50%;padding: 5% 2%;display: flex;flex-direction: column;}
.pro2List .part .iTit2{color: #fff;}
.pro2List .part .iTit3{margin-top: auto;color: #fff;}
.pro2List ul li:nth-child(2n) .part{background: #ceb78c;}

.pro3{width: 100%;}
.pro3 .iTxt{max-width: 80%;margin-left: auto;margin-right: auto;}
.pro3List{width: 100%;}
.pro3List .item{width: 33.3%;padding:10px;}
.pro3List .part{display: block;width: 100%;height: 100%;position: relative;}
.pro3List .part .top{border-radius: 20px;position: relative;box-shadow: var(--main-shadow);width: 100%;height: 45vw;overflow: hidden;position: relative;z-index: 9;background: #fff;}
.pro3List .part .top .img{width: 100%;height: 100%;}
.pro3List .part .top .img img{width: 100%;height: 100%;object-fit: cover;}
.pro3List .part .top .title{font-size: 2.65vw;font-weight: bold;color: #fff;position: absolute;left: 0;bottom: 0;width: 100%;padding: 5% 8%;text-align: center;}
.pro3List .part .top .imgTop{position: absolute;left: 0;top: 0;left: 0;width: 100%;height: 100%;background: var(--main-color);display: flex;justify-content: center;padding: 5%;align-items: center;opacity: 0;visibility: hidden;transition: 0.3s;}
.pro3List .part .top .desc{width: 100%;max-height: 100%;overflow: auto;}
.pro3List .part .top .desc .row{display: flex;}
.pro3List .part .top .desc .tit{font-size: 1.2vw;font-weight: bold;color: #fff;margin-right: 1vw;padding: 1vw 0;}
.pro3List .part .top .desc .txt{flex: 1;border-bottom: 1px solid rgba(255,255,255,0.1);color: #fff;padding: 1vw 0;font-size: 1vw;line-height: 1.8;}

.pro3List .part .top:hover .imgTop{opacity: 1;visibility: visible;}

.pro3List .part .tab{width: 100%;position: relative;margin-top: -0.5vw;}
.pro3List .part .tab ul li{width: calc(33.3% - 6.66px);margin-right: 10px;margin-bottom: 10px;}
.pro3List .part .tab ul li:nth-child(3n){margin-right: 0;}
.pro3List .part .tab .box{background: #fff;height: 100%;background: #fff;border-radius: 0 0 20px 20px;padding: 0;}
.pro3List .part .tab .box .img{width: 100%;height: 6.25vw;display: flex;justify-content: center;align-items: center;padding: 0.5vw;}
.pro3List .part .tab .box .img img{width: auto;height: auto;max-width: 100%;max-height: 100%;}
.pro3List .part .tab .box .title{font-size: 0.82vw;color: #000;text-align: center;padding: 0.5vw 0;min-height: 1.5vw;}

.pro4{width: 100%;}
.pro4Top{position: relative;width: 100%;overflow: hidden;}
.pro4Top .img{width: 100%;}
.pro4Top .img img{width: 100%;}
.pro4Top .imgTop{position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.pro4Top .tit{color: #fff;font-weight: bold;font-size: 4.375vw;}

.pro4List{width: 100%;padding: 3vw 0;}
.pro4List ul li{width: calc(20% - 28px);margin-right: 35px;}
.pro4List ul li:last-child{margin-right: 0;}
.pro4List .part{display: block;width: 100%;background: #fff;border-radius: 20px;box-shadow:2px 2px 5px rgba(26,106,255,0.2);padding: 1vw;}
.pro4List .part .img{width: 100%;padding: 5%;height: 13vw;display: flex;justify-content: center;align-items: center;}
.pro4List .part .img img{width: auto;height: auto;max-width: 100%;max-height: 100%;}
.pro4List .part .desc{margin-top: 1vw;}
.pro4List .part .iMore{display: flex;justify-content: center;}
.pro4List .part .iMore a{}

.company1{width: 100%;position: relative;overflow: hidden;}
.company1 .iImg{width: 100%;}
.company1 .iImg img{width: 100%;}
.company1 .imgTop{position: absolute;top: 50%;transform: translateY(-50%);left: 0;width: 100%;z-index: 9;}
.company1 .imgTop .iTit{}
.company1List{margin-top: 3vw;}
.company1List ul li{width: 33.3%;padding: 0 15px;}
.company1List .part{display: block;width: 100%;}
.company1List .part .txt{font-size: 5.6vw;font-weight: bold;color: #fff;}
.company1List .part .line{margin: 1vw 0;height: 1px;position: relative;width: 100%;background: var(--main-color);}
.company1List .part .line:after{position: absolute;left: 0;height: 3px;top: -1px;background: #fff;width: 55px;content: "";}
.company1List .part .tit{font-size: 1.2vw;color: #fff;font-weight: bold;}

.company2{padding: 6vw 0;position: relative;}
.company2:after{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: #000;opacity: 0.3;content: "";}
.company2 .wapper{position: relative;z-index: 9;}
.company2 .iTxt p{line-height: 1.5;}

.company3{position: relative;width: 100%;padding: 3vw 0;background: #eeeeee;}
.company3:after{position: absolute;left: 0;top: 0;width: 100%;height: 14vw;background: var(--main-color);content: "";}
.company3 .wapper{position: relative;z-index: 9;}
.company3Warp{width: 100%;}
.company3Warp .left{width: 42%;}
.company3Warp .left .img{width: 100%;height: 100%;}
.company3Warp .left .img img{width: 100%;height: 100%;object-fit: cover;}
.company3Warp .right{width: 52%;}
.company3Warp .iTit{color: #fff;}
.company3Warp .iTxt{margin-top: 5vw;}
.company3Warp .imgBox{margin: 5vw 0;position: relative;}
.company3Warp .imgBox .img{width: 100%;}
.company3Warp .imgBox .img img{width: auto;max-width: 100%;}
.company3Warp .icon{position: absolute;top: 50%;transform: translateY(-50%);left: 10%;width: 9.4vw;height: 9.4vw;z-index: 9;}
.company3Warp .icon i{display: block;border: 1px solid #999;border-radius: 50%;width: 100%;height: 100%;}

.company3Warp .icon i{transform: scale(1);-webkit-animation: circleAni-data-v-5aaaeebc 2s ease-in-out infinite;animation: circleAni-data-v-5aaaeebc 2s ease-in-out infinite;}
@-webkit-keyframes circleAni-data-v-5aaaeebc {
 0% {
  transform: scale(1);
  opacity: 1
 }
 50% {
  transform: scale(1.2);
  opacity: 1
 }
 to {
  transform: scale(1);
  opacity: 1
 }
}

@keyframes circleAni-data-v-5aaaeebc {
 0% {
  transform: scale(1);
  opacity: 1
 }
 50% {
  transform: scale(1.2);
  opacity: 1
 }
 to {
  transform: scale(1);
  opacity: 1
 }
}

.company4{padding: 5vw 0;position: relative;}
.company4:after{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: #000;content: "";opacity: 0.3;}
.company4 .wapper{position: relative;z-index: 9;}

.company5List{width: 100%;}
.company5List ul li{width: 20%;margin-bottom: 2vw;}
.company5List ul li:nth-child(1){width: 19%;}
.company5List ul li:nth-child(2){width: 48%;}
.company5List ul li:nth-child(3){width: 29%;}
.company5List ul li:nth-child(4){width: 29%;}
.company5List ul li:nth-child(5){width: 29%;}
.company5List ul li:nth-child(6){width: 38%;}

.company5List .part{display: block;width: 100%;height: 100%;position: relative;overflow: hidden;border-radius: 20px;background: var(--main-color);}
.company5List .part .img{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.company5List .part .img img{width: 100%;height: 100%;object-fit: cover;opacity: 0;}
.company5List .part:hover .img img{opacity: 1;}
.company5List .part .imgTop{position: relative;padding: 20px;color: #fff;}
.company5List .part .iTit{color: #FFFFFF;}
.company5List .part .iTit2{color: #fff;margin-top: 0.5vw;}
.company5List .part .iTxt2{color: #fff;margin-top: 0.5vw;}
.company5List .part .iTxt2 p{line-height: 1.6;}

.company6 .iTxt{width: 80%;margin-left: auto;margin-right: auto;}

/*solution*/

.i_section1 {
	min-height: 74.9983774662513vh;
	--comp-display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: minmax(0, 1fr);
	--l_display: unset;
	height: auto;
	min-width: 0px;
	max-width: 99999px;
	max-height: 99999px;
	display: var(--l_display, var(--comp-display, flex));
	flex-direction: column;
	align-self: stretch;
	justify-self: stretch;
	position: sticky;
	--force-auto: initial;
	top: var(--force-auto, calc(0px + var(--sticky-offset, 0px)));
	bottom: var(--force-auto, );
	left: var(--force-auto, );
	right: var(--force-auto, );
	grid-area: 3/1/4/2;
	--is-sticky: 1;
}

@media screen and (min-width: 320px) and (max-width: 1000px) {
	.i_section1 {
		min-height: 100vh;
		top: var(--force-auto, calc(0px + var(--sticky-offset, 0px)));
	}
}

@media screen and (min-width: 320px) and (max-width: 750px) {
	.i_section1 {
		min-height: 100vh;
		top: var(--force-auto, calc(0% + var(--sticky-offset, 0px)));
	}
}

.i_section1 {
	background: #eee;
	--alpha-bg: 0;
	--static-spx: 1px;
}


.i_section2 {
	min-height: 74.9983774662513vh;
	--comp-display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: minmax(0, 1fr);
	--l_display: unset;
	height: auto;
	min-width: 0px;
	max-width: 99999px;
	max-height: 99999px;
	display: var(--l_display, var(--comp-display, flex));
	flex-direction: column;
	align-self: stretch;
	justify-self: stretch;
	position: sticky;
	--force-auto: initial;
	top: var(--force-auto, calc(0px + var(--sticky-offset, 0px)));
	bottom: var(--force-auto, );
	left: var(--force-auto, );
	right: var(--force-auto, );
	grid-area: 4/1/5/2;
	--is-sticky: 1;
}


@media screen and (min-width: 320px) and (max-width: 1000px) {
	.i_section2 {
		min-height: 99.99459375000004vh;
		top: var(--force-auto, calc(0px + var(--sticky-offset, 0px)));
		grid-area: 5/1/6/2;
	}
}

@media screen and (min-width: 320px) and (max-width: 750px) {
	.i_section2 {
		min-height: 100vh;
		top: var(--force-auto, calc(0% + var(--sticky-offset, 0px)));
		grid-area: 4/1/5/2;
	}
}

.i_section2 {
	background: #eee;
	--alpha-bg: 0;
	--static-spx: 1px;
}


.i_section3 {
	min-height: 74.9983774662513vh;
	--comp-display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: minmax(0, 1fr);
	--l_display: unset;
	height: auto;
	min-width: 0px;
	max-width: 99999px;
	max-height: 99999px;
	display: var(--l_display, var(--comp-display, flex));
	flex-direction: column;
	align-self: stretch;
	justify-self: stretch;
	position: sticky;
	--force-auto: initial;
	top: var(--force-auto, calc(0px + var(--sticky-offset, 0px)));
	bottom: var(--force-auto, );
	left: var(--force-auto, );
	right: var(--force-auto, );
	grid-area: 5/1/6/2;
	--is-sticky: 1;
}


@media screen and (min-width: 320px) and (max-width: 1000px) {
	.i_section3 {
		min-height: 100vh;
		top: var(--force-auto, calc(0px + var(--sticky-offset, 0px)));
		grid-area: 4/1/5/2;
	}
}

@media screen and (min-width: 320px) and (max-width: 750px) {
	.i_section3 {
		min-height: 100vh;
		top: var(--force-auto, calc(0% + var(--sticky-offset, 0px)));
		grid-area: 5/1/6/2;
	}
}

.i_section3 {
	background: #eee;
	--alpha-bg: 0;
	--static-spx: 1px;
}


.i_section4 {
	min-height: 74.9983774662513vh;
	--comp-display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: minmax(0, 1fr);
	--l_display: unset;
	height: auto;
	min-width: 0px;
	max-width: 99999px;
	max-height: 99999px;
	display: var(--l_display, var(--comp-display, flex));
	flex-direction: column;
	align-self: stretch;
	justify-self: stretch;
	position: sticky;
	--force-auto: initial;
	top: var(--force-auto, calc(0px + var(--sticky-offset, 0px)));
	bottom: var(--force-auto, );
	left: var(--force-auto, );
	right: var(--force-auto, );
	grid-area: 6/1/7/2;
	--is-sticky: 1;
}

@media screen and (min-width: 320px) and (max-width: 1000px) {
	.i_section4 {
		min-height: 99.99459375000004vh;
		top: var(--force-auto, calc(0px + var(--sticky-offset, 0px)));
		grid-area: 8/1/9/2;
	}
}

@media screen and (min-width: 320px) and (max-width: 750px) {
	.i_section4 {
		min-height: 100vh;
		top: var(--force-auto, calc(0% + var(--sticky-offset, 0px)));
		grid-area: 6/1/7/2;
	}
}

.i_section4 {
	background: #eee;
	--alpha-bg: 0;
	--static-spx: 1px;
}


.i_section5 {
	min-height: 74.9983774662513vh;
	--comp-display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: minmax(0, 1fr);
	--l_display: unset;
	height: auto;
	min-width: 0px;
	max-width: 99999px;
	max-height: 99999px;
	display: var(--l_display, var(--comp-display, flex));
	flex-direction: column;
	align-self: stretch;
	justify-self: stretch;
	position: sticky;
	--force-auto: initial;
	top: var(--force-auto, calc(0px + var(--sticky-offset, 0px)));
	bottom: var(--force-auto, );
	left: var(--force-auto, );
	right: var(--force-auto, );
	grid-area: 7/1/8/2;
	--is-sticky: 1;
}

@media screen and (min-width: 320px) and (max-width: 1000px) {
	.i_section5 {
		min-height: 100vh;
		top: var(--force-auto, calc(0px + var(--sticky-offset, 0px)));
		grid-area: 6/1/7/2;
	}
}

@media screen and (min-width: 320px) and (max-width: 750px) {
	.i_section5 {
		min-height: 100vh;
		top: var(--force-auto, calc(0% + var(--sticky-offset, 0px)));
		grid-area: 7/1/8/2;
	}
}

.i_section5 {
	background: #eee;
	--alpha-bg: 0;
	--static-spx: 1px;
}


.i_section6 {
	min-height: 74.9983774662513vh;
	--comp-display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: minmax(0, 1fr);
	--l_display: unset;
	height: auto;
	min-width: 0px;
	max-width: 99999px;
	max-height: 99999px;
	display: var(--l_display, var(--comp-display, flex));
	flex-direction: column;
	align-self: stretch;
	justify-self: stretch;
	position: sticky;
	--force-auto: initial;
	top: var(--force-auto, calc(0px + var(--sticky-offset, 0px)));
	bottom: var(--force-auto, );
	left: var(--force-auto, );
	right: var(--force-auto, );
	grid-area: 8/1/9/2;
	--is-sticky: 1;
}

@media screen and (min-width: 320px) and (max-width: 1000px) {
	.i_section6 {
		min-height: 99.99459375000004vh;
		top: var(--force-auto, calc(0px + var(--sticky-offset, 0px)));
		grid-area: 7/1/8/2;
	}
}

@media screen and (min-width: 320px) and (max-width: 750px) {
	.i_section6 {
		min-height: 100vh;
		top: var(--force-auto, calc(0% + var(--sticky-offset, 0px)));
		grid-area: 8/1/9/2;
	}
}

.i_section6 {
	background: #eee;
	--alpha-bg: 0;
	--static-spx: 1px;
}

.sectionBom {
	width: auto;
	height: auto;
	--comp-display: unset;
	align-self: stretch;
	justify-self: stretch;
	grid-area: 9/1/10/2;
	position: relative;
}


.solution1{width: 100%;padding: 5vw 0;}
.sol1List{width: 100%;}
.sol1List ul li{width: 16.6%;padding: 0 15px;}
.sol1List .part{display: block;width: 100%;text-align: center;}
.sol1List .part .icon{text-align: center;}
.sol1List .part .icon img{width: 60%;}
.sol1List .part .tit{margin-top: 1vw;font-size: 1vw;color: #fff;font-weight: bold;}

.sol2Item{height: 100%;}
.sol2Item .part{background: var(--main-color);border-radius: 20px 20px 0 0;overflow: hidden;height: 100%;}
.sol2Item .part .desc{width: 50%;padding: 2%;display: flex;flex-direction: column;justify-content: center;align-items: center;height: 100%;}
.sol2Item .part .img{width: 50%;height: 100%;}
.sol2Item .part .img img{width: 100%;height: 100%;object-fit: cover;}
.sol2Item .part .iTit3{font-weight: normal; text-align:center}

.sol2Item2 .part{background: #fff;}
.mainFull2 .i_con_warp{height: 100%;}
.sectionBom{background: #eee;}

.case1{width: 100%;padding: 3vw 0;}
.case1 .wapper{max-width: 1500px;}
.case1Warp{width: 100%;}
.case1Warp .desc{width: 55%;}
.case1Warp .img{width: 40%;}
.case1Warp .img img{width: 100%;}

.case2Top{width: 100%;background: var(--main-color);padding: 3vw 0;}
.case2Con{position: relative;width: 100%;overflow: hidden;}
.case2Con .iImg{width: 100%;}
.case2Warp{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 9;padding: 5vw 0;}
.case2List{width: 100%;}
.case2List ul li{width: 12vw;height: 15.625vw;}
.case2List .part{display: flex;justify-content: center;align-items: center;background: url(../images/bg_1.png) center no-repeat;background-size: contain;display: flex;flex-direction: column;justify-content: center;align-items: center;width: 100%;height: 100%;padding:2px;text-align: center;}
.case2List .part .iTxt2 p{padding: 5px 0;line-height: 1.6;}

.case3{padding: 3vw 0;}
.case3List{width: 100%;}
.case3List ul li{margin-top: 50px;display: flex;justify-content: space-between;flex-wrap: wrap;align-items: center;}
.case3List .desc{width: 55%;}
.case3List .img{width: 40%;border-radius: 20px;overflow: hidden;}
.case3List .img img{width: 100%;}

.case3List ul li:nth-child(2n) .desc{order: 1;}
.case3List ul li:nth-child(2n) .img{order: 0;}

.case4{width: 100%;background: var(--main-color);}
.case4 .desc{width: 50%;padding: 5% 7%;display: flex;flex-direction: column;justify-content: center;}
.case4 .img{width: 50%;}
.case4 .img img{width: 100%;height: 100%;}

.case5{padding: 3vw 0 6vw;}
.case5Warp{width: 100%;}
.case5Warp .left{width: 35%;}
.case5Warp .right{width: 60%;}

.case5List{width: 100%;}
.case5List ul li{width: 30%;position: relative;}
.case5List .part{width: 100%;height: 100%;border-radius: 20px;overflow: hidden;position: relative;}
.case5List .part .img{width: 100%}
.case5List .part .img img{width: 100%;}
.case5List .part .imgTop{position: absolute;left: 0;bottom: 0;padding: 5%;}
.case5List .part .tit{font-size: 14px;color: #fff;}

.case5List ul li:nth-child(2){top: 2vw;}
.case5List ul li:nth-child(3){top: 4vw;}

.case6{width: 100%;position: relative;}
.case6List{width: 100%;}
.case6List ul li{width: 100%;margin-bottom: 20px;}
.case6List .part{position: relative;overflow: hidden;border-radius: 20px;}
.case6List .part .imgBg{width: 100%;font-size: 0px;}
.case6List .part .imgBg img{width: 100%;}
.case6List .part .imgTop{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.3);padding: 5%;display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;opacity: 0;transition: 0.3s;overflow: hidden;}
.case6List .part .left{width: 45%;}
.case6List .part .left .img{width: 100%;}
.case6List .part .left .img img{width: 100%;}
.case6List .part .right{width: 50%;}
.case6List .part:hover .imgTop{opacity: 1;}

/*sales*/

.sales{padding: 3vw 0;}
.salesList{width: 100%;}
.salesList ul li{width: 33.3%;padding: 0 15px;margin-bottom: 30px;}
.salesList .part{display: block;width: 100%;height: 100%;position: relative;overflow: hidden;}
.salesList .part .img{width: 100%;height: 100%;}
.salesList .part .img img{width: 100%;height: 100%;}
.salesList .part .imgTop{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.3);transition: 0.3s;padding: 5%;display: flex;justify-content: center;align-items: center;}

.sales2Top{width: 100%;position: relative;overflow: hidden;}
.sales2Top .img{width: 100%;}
.sales2Top .img img{width: 100%;}
.sales2Top .imgTop{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;}

.sales2Warp{margin: 3vw 0;}
.sales2Warp2{margin: 3vw 0;}
.sales2List{width: 100%;margin-top: 50px;}
.sales2List dl{flex: 1;margin: 0 0.6vw;}
.sales2List dl dt{color: #000;font-size: 16px;margin-bottom: 20px;text-align: center;}
.sales2List ul li{width: 100%;margin-bottom: 20px;}
.sales2List .part{display: block;width: 100%;background: #fff;border-radius: 20px;box-shadow:2px 2px 5px rgba(0,0,0,0.2);padding: 1vw;}
.sales2List .part .img{width: 100%;padding: 5%;height: 13vw;display: flex;justify-content: center;align-items: center;}
.sales2List .part .img img{width: auto;height: auto;max-width: 100%;max-height: 100%;}
.sales2List .part .tit{margin-top: 1vw;font-size: 1.28vw;text-align: center;color: #000;}

.sales2List1{display: flex;justify-content: space-between;}
.sales2List2{width: 100%;}
.sales2List2 ul{display: flex;flex-wrap: wrap;}
.sales2List2 ul li{width: calc(20% - 16px);margin-right: 20px;margin-bottom: 20px;}
.sales2List2 ul li:nth-child(5n){margin-right: 0;}

/*news*/

.news{width: 100%;padding: 3vw 0;}
.news .iTit{font-weight: normal;}
.newsList{width: 100%;}
.newsList ul li{margin-bottom: 50px;}
.newsList .part{display: block;width: 100%;background: #fff;border-radius: 30px;display: flex;justify-content: space-between;flex-wrap: wrap;box-shadow: var(--main-shadow);}
.newsList .part .img{display: block;width: 45%;border-radius: 30px;overflow: hidden;}
.newsList .part .img img{width: 100%;height: 100%;object-fit: cover;}
.newsList .part .desc{width: 55%;padding: 5%;display: flex;flex-direction: column;justify-content: space-between;}
.newsList .part .time{font-size: 14px;color: #333;margin: 10px 0;}
.newsList .part .txt{font-size: 16px;color: #333;}
.newsList .part .more{display: flex;justify-content: flex-end;}
.newsList .part .more a{display: inline-block;padding: 10px 35px;border: 1px solid #ddd;border-radius: 50px;color: #333;font-size: 16px;}
.newsList .part .more a:hover{background: var(--main-color);color: #fff;}

/*contact*/

.contact{width: 100%;padding: 3vw 3%;}
.contact1{width: 100%;}
.contact1 .img{width: 55%;}
.contact1 .img img{width: 100%;}
.contact1 .desc{width: 40%;}
.cont1List{width: 100%;}
.cont1List ul{width: 40%;}
.cont1List ul li{margin-bottom: 30px;}
.cont1List .tit{font-size: 16px;color: var(--main-color);font-weight: bold;}
.cont1List .txt{margin-top: 10px;font-size: 16px;color: #333;}
.cont1List .ewm{margin-top: 20px}
.cont1List .ewm img{width: 100%;}
.cont1List .box{width:60%;padding: 0 10%;}

.contact2{padding: 3%;}
.contact2 .left{width: auto;}
.contact2 .left .innerTit{font-weight: normal;}
.contact2 .right{width: 45%;padding-top: 3vw;}
.cont2Form{width: 100%;padding: 20px;background: #dfe5eb;}
.cont2Form ul li{margin-bottom: 20px;}
.cont2Form ul li:last-child{margin-bottom: 0;}
.cont2Form .tit{font-size: 14px;color: #000;margin-bottom: 10px;}
.cont2Form .input,
.cont2Form .textarea{width: 100%;height: 40px;background: #fff;border-radius: 5px;padding: 0 10px;outline: none;border: none;}
.cont2Form .textarea{height: 80px;padding: 5px 10px;}

.cont2Form button{width: 100%;max-width: 380px;border: none;background: #8a8a8a;border-radius: 30px;font-size: 14px;color: #fff;height: 40px;}

.inside{min-height: 500px;padding: 3vw 0;}
.inside img{max-width: 100%;}








@media only screen and (max-width: 1680px) {
.menu ul li{padding: 0 5px;}
.menu a{padding: 10px 20px;}


}

@media only screen and (max-width: 1480px) {
.wapper{ width:90%;}
.headList .logo img{max-height: 45px;}
.menu a{padding: 10px 20px;font-size: 16px;}
.language a{font-size: 14px;}
.headList{padding: 0 20px;}
.i_con_warp{margin-left: 20px;margin-right: 20px;}




}

@media only screen and (max-width: 1280px) {
.wapper{ width:100%;padding: 0 20px;}
.headList{padding: 0 20px;}
.menu a{padding: 6px 12px;font-size: 14px;}

}

@media only screen and (max-width: 980px) {
.wapper{ width:100%;padding: 0 10px;}
.header{ display:none}
.sp_header1{ display:block;}
.sjj_nav1{ display:block;}
.i_con_warp{margin-left: 10px;margin-right: 10px}
.language{float: right;height: 70px;line-height: 70px;}

.iTit{font-size: 32px;}
.iTit2{font-size: 24px}
.iTit3{font-size: 20px;}
.i1More a{width: 150px;height: 150px;}
.i1More a span{font-size: 20px;}
.iMore a{padding: 10px 20px;font-size: 16px;width: auto;height: auto;display: inline-block;}
.innerTit{font-size: 38px;}
.iTxt{font-size: 16px;}
.iTxt p{padding: 5px 0;line-height: 1.6;}
.iTxt2{font-size: 14px;}
.iTxt2 p{padding: 5px 0;line-height: 1.6;}

.i2Top .iTit3{margin-top: 20px;}
.i2Top .iMore{margin-top: 35px;}

.index3 .iImg img{min-height: 800px;}
.i3List{margin-top: 20px;}
.i3List ul li{width: 50%;margin-bottom: 20px;padding: 0 5px;}
.i3List .part .img img{height: 170px;object-fit: cover;}
.i3List .part .icon img{width: 50px;}
.i3List .part .t1{margin-top: 5px;font-size: 14px;}

.i4List ul li{width: 100%;}
.i4List .part{padding: 20px;}
.iTit4{font-size: 20px;}
.iTit5{font-size: 16px;}
.i4List .part .iTit5{margin-top: 20px;}
.i4List .part .iMore{margin-top: 25px;}
.iMore a.btn2{margin-left: 10px;}
.i4List .part .img{width: 100%;height: 180px;}
.fWarp{display: block;}
.fMenu {width: 100%;}
.fMenu ul{width: 50%;margin-right: 0;}
.fMenu ul li a{font-size: 16px;}
.fCop{width: 100%;font-size: 16px;margin: 20px 0;}
.fShare{width: 100%;}
.fShare ul li{width: 20%;padding: 0;}
.fShare .icon img{max-width: 80%;}

.about1{padding: 20px;}
.abo1Warp {display: block;}
.abo1Warp .iTxt{width: 100%;margin-top: 20px;}
.about2 .i3List ul li{width: 50%;padding: 5px;}
.about2 .i3List .part .t1{font-size: 14px;line-height: 1.6;}
.abo3List ul li{width: 50%;padding: 10px;}
.abo3List .part{height: auto;padding: 20px;}
.pd50{padding: 20px;}
.abo4List .part{max-width: 200px;}

.abo5List:after{left: 20px;transform: none;}
.abo5List .iconTop{left: 12px;transform: none;}
.abo5List .part{display: block;width: 100%;padding: 20px;padding-left: 35px;}
.abo5List .part .img{width: 100%;margin-bottom: 20px;}
.abo5List .part .dot{left: 12px;transform: none;top: 35px;}
.abo5List .part .desc{width: 100%;}
.abo5List .part:hover .dot{width: 20px;height: 20px;}
.abo5List .part:hover .dot i{width: 5px;height: 5px;}
.abo5List .part:hover .img img{transform: scale(1);}

.abo6Desc .title{font-size: 26px;}
.abo6Desc .title span{margin-left: 0;font-size: 16px;}

.abo6Panel{width: 100%;padding-top: 50px;}
.abo6List{width: 100%;margin-top: 35px;}
.abo6List ul li{width: 33.3%;padding: 10px;margin: 0;}
.abo6List .part{transform: none;height: auto;padding: 20px 0px;}
.abo6List .part .icon{transform: none;}

.tongtu .img img{min-height: 200px;object-fit: cover;}
.case1Warp .desc{width: 100%;margin-bottom: 20px;}
.case1Warp .img{width: 100%;}
.case2Top{padding: 30px 0;}
.case2Warp{position: relative;top: auto;padding: 30px 0;}
.case2List ul li{width: 230px;height: 300px;margin: 10px auto;}
.case3List ul li{display: block;}
.case3List .desc{width: 100%;margin-bottom: 20px;}
.case3List .img{width: 100%;}
.case4 .desc{width: 100%;}
.case4 .img{width: 100%;}
.case5Warp .left{width: 100%;margin-bottom: 20px;}
.case5Warp .right{width: 100%;}
.case5List ul li{width: 100%;margin-top: 20px}
.case5List ul li:nth-child(2){top: 0;}
.case5List ul li:nth-child(3){top: 0;}
.case6List .part .imgTop{position: relative;top: auto;display: block;width: 100%;opacity: 1;background: transparent;}
.case6List .part .left{width: 100%;margin-bottom: 20px;}
.case6List .part .right{width: 100%;}
.case6List .part .imgBg img{border-radius: 20px;}
.case6List .part .iTit2{color: #000 !important;}
.case6List .part .iTxt2{color: #000 !important;}

.company1 .iImg img{min-height: 800px;object-fit: cover;}
.company1List ul li:nth-child(1),
.company1List ul li:nth-child(2){width: 50%;padding: 20px 10px;}
.company1List ul li{width: 100%;padding: 20px 10px;}
.company1List .part .txt{font-size: 32px;}
.company1List .part .line{margin: 15px 0;}
.company1List .part .tit{font-size: 16px;}

.company1List{margin-top: 60px;}
.company2{padding: 30px 0;}
.company3Warp .left{width: 100%;margin-bottom: 20px;}
.company3Warp .right{width: 100%}
.company3Warp .iTit{color: #000;}
.company3Warp .icon{width: 120px;height: 120px;}
.company5List ul li{width: 100% !important;margin-bottom: 20px}
.company5List .part .img img{opacity: 1;}
.company6 .iTxt{width: 100%;}

.contact1 .img{width: 100%;margin-bottom: 20px;}
.contact1 .desc{width: 100%;}
.cont1List ul{width: 50%;}
.cont1List .box{padding: 0 5%;width: 50%}
.contact2 .left{width: 100%;margin-bottom: 20px;}
.contact2 .right{width: 100%;}

.news{padding: 60px 0;}
.newsList .part .img{width: 100%;}
.newsList .part .desc{width: 100%;padding: 20px;}

.pro1 .iTxt{margin: 10px 0;}
.pro1 .iTxt:nth-child(1) span{padding-left: 0;}
.pro1 .iTxt:nth-child(2) span{padding-left: 15%;}
.pro1 .iTxt:nth-child(3) span{padding-left: 6%;}
.pro1 .iTxt span img{width: 30px;}

.pro2List ul li{width: 100%;padding: 10px 0;}

.pro3 .iTxt{max-width: 100%;}
.pro3List .item{width: 100%;padding: 10px 0;}
.pro3List .part .top{height: 380px;}
.pro3List .part .top .title{font-size: 28px;}
.pro3List .part .top .imgTop{}
.pro3List .part .tab .box .title{font-size: 14px;padding: 10px 0;min-height: 45px;}
.pro3List .part .tab .box .img{height: 100px;}
.pro3List .part .top .desc .tit{font-size: 16px;padding: 10px 0;margin-right: 10px;}
.pro3List .part .top .desc .txt{padding: 10px 0;font-size: 14px;}
.pro4List ul li{width: 100%;margin-right: 0;margin-bottom: 20px;}
.pro4Top .tit{font-size: 48px;}
.pro4List .part{padding: 20px;}
.pro4List .part .img{height: 150px;}

.sales{padding: 50px 0;}
.salesList ul li{width: 100%;}
.sales2List1{flex-wrap: wrap;}
.sales2List dl{width: 100%;flex: auto;}
.sales2List ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.sales2List ul li{width: 48%;margin-bottom: 20px;}
.sales2List .part{padding: 20px 10px;}
.sales2List .part .img{height: 120px;}
.sales2List .part .tit{margin-top: 10px;font-size: 20px;}
.sales2List ul li{width: 48%;margin-right: 0;}

.sol1List ul li{width: 50%;padding: 10px;}
.sol1List .part{flex-direction: column;}
.sol1List .part .tit{margin-top: 10px;font-size: 16px;}
.sol2Item .part .desc{width: 100%;order: 0;height: auto;}
.sol2Item .part .img{width: 100%;order: 1;height: auto;}

.sales2Top .imgTop{text-align: center;padding: 20px;}







}
