/*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;font-family: "AlimamaDongFangDaKai-Regular";background: #f0f0f0;}
body.head_on{overflow:hidden}
body.head_on1{overflow:hidden}
body.head_on2{overflow:hidden}
body.head_on3{overflow:hidden}
a{color:#666;transition: 0.3s;}
a:hover{ color:#f60; text-decoration:none;cursor: pointer;}
p{line-height:1.8em; padding:5px 0;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
.wapper{ width:1200px; margin:0 auto;}

@font-face {
  font-family: "AlimamaDongFangDaKai-Regular";
  src: url("../fonts/AlimamaDongFangDaKai-Regular.woff2") format("woff2"),
       url("../fonts/AlimamaDongFangDaKai-Regular.woff") format("woff"),
       url("../fonts/AlimamaDongFangDaKai-Regular.ttf") format("truetype"),
       url("../fonts/AlimamaDongFangDaKai-Regular.eot") format("embedded-opentype"),
       url("../fonts/AlimamaDongFangDaKai-Regular.svg") format("svg");
}

@font-face {
  font-family: "AlimamaShuHeiTi-Bold";
  src: url("../fonts/AlimamaShuHeiTi-Bold.woff2") format("woff2"),
       url("../fonts/AlimamaShuHeiTi-Bold.woff") format("woff"),
       url("../fonts/AlimamaShuHeiTi-Bold.ttf") format("truetype"),
       url("../fonts/AlimamaShuHeiTi-Bold.eot") format("embedded-opentype"),
       url("../fonts/AlimamaShuHeiTi-Bold.svg") format("svg");
}


*,
*::before,
*::after{-webkit-box-sizing: border-box;box-sizing: border-box;}

:root {
	--main-color: #a48c74;
	--main-color-white: #fff;
	--main-color-000: #000;
	--main-color-333: #333333;
	--main-color-888: #888888;
	--main-transition: all ease 0.4s;
	--main-shadow: rgb(100 100 111) 0px 7px 7px 0px
}

.header{ position:absolute;top: 0;left: 0;width: 100%;z-index: 999;}
.header .logo{display: block;width: 100%;text-align: center;    margin-top: 77px;}
.header .logo img{height: auto;width: auto;}


/*menu*/
.pc_menu{}
.menu{height:70px;line-height:70px;}
.menu ul li{ float:left; position:relative;}
.menu ul li dl{ background:#fff; width:100%; position:absolute; left:50%; top:70px; box-shadow:2px 2px 5px rgba(0,0,0,0.2);display:none;z-index: 9;transform: translateX(-50%);min-width: 150px;}
.menu ul li dl dd{ line-height:40px;border-bottom:#ddd dotted 1px; margin:0 10px; }
.menu ul li dl dd a{ font-size:14px; color:#333;display:block;}
.menu ul li dl dd a:hover{ color:#f60;}
.menu a{ font-size:16px;color:#333;display:block;text-align:center;padding: 0 20px;}
.menu a:hover{color: var(--main-color);}
a.menu_hover{ background:#666;color: var(--main-color);}

/*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;max-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.3s;max-width: 100%;}

.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;}
.overflow4{display: -webkit-box;-webkit-line-clamp: 4;-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: 22px;}
.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{padding: 20px 0;text-align: center;}
.iTit img{width: auto;max-width: 100%;}
.iTxt{}
.iLine{}
/*-------------------------------------------*/

/*banner*/
.banner{width: 100%;}
.bannerSwiper .swiper-pagination-bullet{opacity: 1;background: #fff;transition:width ease 0.35s;border-radius: 20px;}
.bannerSwiper .swiper-pagination-bullet-active{background: var(--main-color);width:20px;}
.bannerSwiper .swiper-button-next:after,.bannerSwiper .swiper-button-prev:after{color: #fff;}

.banner{position: relative;width: 100%;overflow: hidden;}
.banImg{width: 100%;font-size: 0px;overflow: hidden; position:relative;}
.banImg:after{position:absolute; top:0; left:0; width:100%; height:100%; /*background: url(../images/1212.png) center center no-repeat; */content:""; z-index:2;}
.banImg img{width: 100%;height: 100%;object-fit: cover;}
.banImg video{width: 100%;height: 100%;object-fit: cover;}
.banTop{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 9;display: flex;align-items: center;}
.banTop .wapper{display: flex;}
.banTop .desc{display: flex;justify-content: center;align-items: center;flex-direction: column;}
.banTop .desc .txt{margin-top: 20px;}
.banTop .banMore{margin-top: 60px;}
.banMore a{display: block;width: 150px;height: 45px;background: url(../images/bg_1.png) center no-repeat;background-size: cover;border-radius: 50px;color: #fff;font-size: 16px;text-align: center;line-height: 45px;font-family: "AlimamaShuHeiTi-Bold";}
.banMore a span{display: inline-block;transition: 0.3s;}
.banMore a:hover{background: url(../images/bg_1_2.png) center no-repeat;background-size: cover;}
.banMore a:hover span{transform: scale(1.1);}

.banMouse{position: absolute;left: 0;bottom: 260px;z-index: 9;width: 100%;text-align: center;}
.banMouse img{-webkit-animation: bounce-up 2s linear infinite;animation: bounce-up 2s linear infinite;}

@-webkit-keyframes bounce-up { 25% {
-webkit-transform: translateY(5px);
}
50%, 100% {
-webkit-transform: translateY(0);
}
75% {
-webkit-transform: translateY(-5px);
}
}
@keyframes bounce-up { 25% {
transform: translateY(5px);
}
50%, 100% {
transform: translateY(0);
}
75% {
transform: translateY(-5px);
}
}

.index1{width: 100%;position: relative;overflow: hidden;}
.index1 .i1Bg{position: absolute;right: 34px;top: -318px;z-index: -1;}
.index1 .i1Bg img{width: auto;max-width: 820px;}
.i1List{width: 100%;padding-top: 10px;}
.i1List ul{justify-content: space-between;}
.i1List ul li{width: calc(50% - 25px);padding: 0 25px;}
.i1List .part{display: block;height: 100%;width: 100%;position: relative;overflow: hidden;border-radius: 50px;background: url(../images/Rectangle 1415.png) center no-repeat;background-size: cover;}
.i1List .part .img{width: 100%;height: 100%;overflow: hidden;}
.i1List .part .img img{width: 100%;height: 100%;object-fit: cover;transition: 0.6s;}
.i1List .part .imgTop{position: absolute;left: 0;bottom: 0;width: 100%;padding: 25px;text-align: center;}
.i1List .part .desc{width: 100%;color: #fff;}
.i1List .part .t1{font-size: 32px;transition: 0.6s;    letter-spacing: 6px;}
.i1List .part .t2{font-size: 14px;font-style: italic;font-weight: bold;margin-top: 10px;}

.i1List ul li:nth-child(2) .part{background: url(../images/Rectangle 1414.png) center no-repeat;background-size: cover;}
.i1List .part:hover .img img{transform: scale(1.2);}
.i1List .part:hover .t1{color: #7efbff;transform: scale(1.2);}
.i1List ul li:nth-child(2) .part:hover .t1{color: #2ec7ff;}


.i1Btm{margin-top: 60px;text-align: right;}
.i1Btm img{max-width: 100%;}

.index2{margin: 40px 0 20px;}
.i2Warp{padding-top: 80px;}
.i2Warp .imgBox{width: 50%;}
.i2Warp .imgBox img{width: 100%;}
.i2Warp .desc{width: 50%;padding: 70px 75px;}
.i2Warp .warp{width: 100%;max-width: 605px;}
.i2Warp .titTop{margin-bottom: 40px;text-align: center;}
.i2Warp .titTop img{max-width: 100%}
.i2Warp .box{border-radius: 30px;border: 3px solid #000;border-left: 10px #000 solid;padding: 10px;}
.i2Warp .tit{text-align: center;color: #383838;font-size: 38px;    font-family: "AlimamaShuHeiTi-Bold";}
.i2Warp .line{width: 70%;height: 5px;background: #e89314;margin: 30px auto 15px auto;}
.i2Warp .txt{color: #474747;font-size: 16px;font-weight: bold;    font-family: "AlimamaShuHeiTi-Bold";}
.i2Warp .txt p{padding: 3px 0;line-height: 1.6;}

.index3{position: relative;overflow: hidden;width: 100%; z-index:9;}
.i3ImgBg{width: 100%;font-size: 0px;opacity: 0;overflow: hidden;}
.i3ImgBg img{width: 100%;height: 1088px;object-fit: cover;}
.i3Slide{width: 100%;}
.i3Img{width: 100%;position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.i3Img ul li{position: absolute;z-index: 0;top: 0;left: 0;width: 100%;height: 100%;}
.i3Img ul li.on{z-index: 9;}
.i3Img .img{width: 100%;height: 100%;}
.i3Img .img img{width: 100%;height: 100%;}
.i3List{position: absolute;left: 0;bottom: 50px;width: 100%;z-index: 99;}
.i3List .part{display: block;width: 100%;height: 100%;padding-top: 70px;padding-bottom: 220px;position: relative;transition: 0.3s;}
.i3List .part .img{height: 435px;width: 100%;border: 8px solid #fff;border-radius: 20px;}
.i3List .part .img img{width: 100%;height: 100%;object-fit: cover;}
.i3List .part .desc{padding-top: 70px;position: absolute;left: 0;bottom: 0;height: 330px;padding-top: 70px;width: 100%;transition: 0.3s;opacity: 0;visibility: hidden;}
.i3List .part .desc .t1{background: url(../images/Frame710.png) center no-repeat;background-size: contain;width: 100%;height: 40px;display: flex;justify-content: center;align-items: center;color: #fff;font-size: 22px;    letter-spacing: 2px;}
.i3List .part .desc .txt{background: url(../images/Frame711.png) center no-repeat;background-size: contain;width: 100%;height: 166px;color: #fff;font-size: 16px;margin-top: 20px;padding: 10px 70px;    font-size: 17px;letter-spacing: 2px;}

.i3List .swiper-slide{background: transparent;width: 750px;}
.i3List .swiper-slide-active .part{padding: 0;padding-bottom: 300px;}
.i3List .swiper-slide-active .part .desc{opacity: 1;visibility: visible;}


.i3List .iNext{right: 22%;top: auto;bottom: 90px;}
.i3List .iPrev{left: 22%;top: auto;bottom: 90px;}

.iBox{background: #f0f0f0;position: relative;width: 100%;overflow: hidden;}
.iBg1{position: absolute;left: 0;top: 61%;transform: translateY(-50%);}
.iBg1 img{width: auto;max-width: 406px;}
.iBg2{position: absolute;right: 0;bottom: 1%;}
.iBg2 img{width: auto;max-width: 480px;}
.iBg3{position: absolute;top: 200px;left: 0;}
.iBg3 img{width: auto;max-width: 480px;}
.iBg4{position: absolute;top: 57%;right: 0;transform: translateY(-50%);}
.iBg4 img{width: auto;max-width: 580px;}
.iBg5{position: absolute;bottom: 5%;left: 0;}
.iBg5 img{width: auto;max-width: 260px;}
.iBg6{position: absolute;bottom: 14%;left: 0;}
.iBg6 img{width: auto;max-width: 450px;}
.iBg7{position: absolute;top: 15%;right: 0;}
.iBg7 img{width: auto;max-width: 400px;}

.index4{padding: 80px 0; position:relative;z-index:9;}
.index4 .wapper{max-width: 1280px;width: 100%;}
.i4List{margin-top: 80px;}
.i4List ul li{width: 33.3%;padding: 0 20px;}
.i4List .part{display: block;width: 100%;border-radius: 10px;overflow: hidden;height: 100%;position: relative;border: 3px solid #000;background: #fff;font-family: "AlimamaShuHeiTi-Bold";}
.i4List .part .img{width: 100%;height: 200px;}
.i4List .part .img img{width: 100%;height: 100%;object-fit: cover;}
.i4List .part .desc{padding: 25px;}
.i4List .part .txt{font-size: 18px;color: #000; padding: 0 24px; height: 165px;}
.i4List .part .t1{margin-top: 20px;height: 50px;line-height: 50px;text-align: center;font-size: 22px;color: #4454cc;background: #f3f6f5;border-radius: 10px;font-weight: bold;}

.i4List ul li:nth-child(2) .part .t1{color: #7a44cc;}
.i4List ul li:nth-child(3) .part .t1{color: #4486cc;}

.index5{padding: 100px 0;position:relative;z-index:9;}
.i5List{width: 100%;margin-top: 60px;}
.i5List ul{display: flex;justify-content: space-between;}
.i5List ul li{width: auto;}
.i5List .arrow{width: 50px;margin: 0 20px;padding-top: 70px;}
.i5List .arrow img{width: 100%;}
.i5List .part{width: 210px;max-width: 210px;}
.i5List .part .img{width: 100%;}
.i5List .part .img img{width: 100%;}
.i5List .part .txt{width: 100%;margin-top: 20px;}
.i5List .part .txt img{max-width: 100%;}

.iMore a{display: inline-block;}
.iMore a i img{width: 50px;margin-right: 10px;vertical-align: middle;}
.iMore a span{display: inline-block;padding: 15px 45px;font-size: 16px;color: #fff;background: url(../images/bg_1.png) center no-repeat;background-size: cover;border-radius: 40px;}
.iMore a em{transform: 0.3s;display: inline-block;}
.iMore a:hover span{background: url(../images/bg_1_2.png) center no-repeat;background-size: cover;}
.iMore a:hover span em{transform: scale(1.1);}

.index6{width: 100%;padding-bottom: 60px;position:relative;z-index:9;}
.i6Warp{width: 100%;}
.i6Warp .left{width: 50%;padding-top: 70px;}
.i6Warp .left .img{text-align: center;}
.i6Warp .left .img img{max-width: 100%;}
.i6Warp .left .txt{margin-top: 240px;color: #333;font-size: 25px;letter-spacing: 6px;line-height: 2.2em;font-family: "AlimamaShuHeiTi-Bold";}
.i6Warp .left .txt strong {
	font-weight: normal;
	font-size: 40px;
	background: -webkit-linear-gradient(45deg, #cc8668, #beba5e, #95cc76, #49cbae);
	background: linear-gradient(45deg, #FFA283, #FFCE7A, #E0FF72, #66e6a4,#2bcaaa);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}
.i6Warp .left .txt span {
	font-weight: normal;
	font-size: 40px;
	background: -webkit-linear-gradient(45deg, #cc8668, #beba5e, #95cc76, #49cbae);
	background: linear-gradient(45deg, #75F1FF, #75A5FF, #7A68FF, #F985FF);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}
.i6Warp .right{width: 45%;}

.i6Slide{position: relative;overflow: hidden;display: flex;justify-content: space-between;height: 1000px;}
.i6Slide:before{position: absolute;left: 0;top: 0;width: 100%;height: 100px;content: "";background-image: linear-gradient(to bottom, #f0f0f0 10%, #f0f0f000 100%);z-index: 9;}
.i6Slide:after{position: absolute;left: 0;bottom: 0;width: 100%;height: 100px;content: "";background-image: linear-gradient(to top, #f0f0f0 10%, #f0f0f000 100%);z-index: 9;}
.i6List{width: calc(50% - 10px);height: 100%;overflow: hidden;}
.i6List ul li{margin-bottom: 40px;height: 260px;}
.i6List .part{display: block;width: 100%;position: relative;border-radius: 10px;overflow: hidden;}
.i6List .part .img{width: 100%;height: 260px;border-radius: 10px;overflow: hidden;}
.i6List .part .img img{width: 100%;height: 100%;object-fit: cover;}

.index7{width: 100%;padding: 20px 0;position:relative;z-index:9;}
.i7List{width: 100%;margin-top: 60px;}
.i7List ul li{width: 100%;max-width: 335px;}
.i7List .part{display: block;width: 100%;position: relative;overflow: hidden;border-radius: 5px;height: 100%;}
.i7List .part .img{width: 100%;height: 100%;}
.i7List .part .img img{width: 100%;height: 100%;object-fit: cover;}
.i7List .part .imgTop{position: absolute;left: 0;bottom: 0;width: 100%;padding: 35px;text-align: center;}
.i7List .part .btn{width: 145px;height: 40px;background: #fff;border-radius: 5px;color: #000;font-size: 20px;box-shadow: rgba(29, 196, 160, 0.8) 0px 7px 29px 0px;line-height: 40px;text-align: center;margin: 0 auto;}
.i7List .part .t1{color: #fff;margin-top: 15px;font-size: 20px;}

.i7List ul li:nth-child(2) .part .btn{box-shadow: rgb(0 100 253 / 80%) 0px 7px 29px 0px;}
.i7List ul li:nth-child(3) .part .btn{box-shadow: rgb(48 86 253 / 80%) 0px 7px 29px 0px;}

.i7List .part:hover .img img{transform: scale(1.2);}

.iBox2{padding-top: 200px;}
.index8{width: 100%;padding-top: 100px;position:relative;z-index:9;}
.index8 .wapper{max-width: 980px;}
.i8Row{width: 100%;padding: 20px 0;display: flex;justify-content: flex-end;}
.i8Row .i8Warp{width: 50%}
.i8Row .i8Warp .img{width: 200px;margin-top: 0;}
.i8Row .i8Warp .img img{width: 100%;}
.iTit2 {
	font-size: 30px;
	background: -webkit-linear-gradient(45deg, #7dadf7, #a596d4, #9486d6, #4c80fe);
	background: linear-gradient(45deg, #7dadf7, #a596d4, #9486d6, #4c80fe);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
	font-weight: bold;
	letter-spacing: 4px;
}

.i8Row.i8Row2{ padding-right: 18%;}
.i8Row.i8Row3{flex-direction: column;padding-right: 36%;align-items: flex-end;}
.i8Row.i8Row3 .part:nth-child(2){ margin-right:auto; margin-top:40px;}

.i8Row .part{width: auto;border: 2px solid #000;padding: 5px;padding-left: 15px;border-left: 8px solid #000;border-radius: 20px;overflow: hidden; max-width:441px; flex:1;font-family: "AlimamaShuHeiTi-Bold";}
.i8Row .part .warp{width: 100%;border-radius: 30px;border: 3px solid #000;overflow: hidden;position: relative;}
.i8Row .part .img{width: 100%;height: 100%;}
.i8Row .part .img img{width: 100%;height: 100%;object-fit: cover;}
.i8Row .part .imgTop{position: absolute;left: 0;top: 0;padding:2px 12px;color: #fff;}
.i8Row .part .t1{text-align: center;font-size: 26px;color: #d1d5e3;font-weight: bold;letter-spacing: 2px;}
.i8Row .part .txt{font-size: 15px;color: #fff;margin-top: 2px;letter-spacing: 2px;}

.index9{padding: 100px 0;position:relative;z-index:9;}
.index9 .wapper{max-width: 1280px;margin: 0 auto;}

.iTit3 .img{width: 120px;margin-right: 50px;}
.iTit3 .img img{width: 100%;}
.iTit3 .desc{display: flex;flex-direction: column;justify-content: center;align-items: center;}
.iTit3 .tit{font-size: 28px;color: #000;}
.iTit3 .titEn{margin-top: 20px;color: #000;font-size: 24px;}

.i9List{width: 100%;margin-top: 100px;position: relative;padding-bottom: 100px;}
.i9List .swiper-slide{background: transparent;}
.i9List .part{display: block;width: 100%;border-radius: 10px;}
.i9List .part .img{width: 100%;}
.i9List .part .img img{max-width: 100%;}

.iNext{width: 65px !important;height: 65px !important;border-radius: 0;background: url(../images/Frame712.png) center no-repeat !important;background-size: contain;}
.iPrev{width: 65px !important;height: 65px !important;border-radius: 0;background: url(../images/Frame712-2.png) center no-repeat !important;background-size: contain;}

.iNext:hover{background: url(../images/Frame713.png) center no-repeat !important;background-size: contain;}
.iPrev:hover{background: url(../images/Frame713-2.png) center no-repeat !important;background-size: contain;}

.iNext:after{display: none;}
.iPrev:after{display: none;}

.i9List .iNext{bottom: 0;right: 20px !important;top: auto;}
.i9List .iPrev{bottom: 0;right: 120px !important;top: auto;left: auto;}
.jia1 img{ margin:0 auto;display:block;background: #f0f0f0; max-width:100%}
.jia2 img{ margin:0 auto;display:block;background: #f0f0f0; max-width:100%}
.index10{/*padding: 80px 0;*/position: relative;z-index: 9;}
.index10 .wapper{max-width: 1700px;width: 100%;}
.i10List{width: 100%;/*padding-top: 100px;*/}
.i10List ul li{width: 33%;padding: 0 20px;margin-bottom: 40px;}
.i10List .part{width: 100%;height: 100%;border-radius: 18px;background: #fff;box-shadow: var(--main-shadow);border: 1px solid #ddd;overflow: hidden;background: #fff;display: block;}
.i10List .part .t1{width: 100%;height: 38px;border: 1px solid #000;border-radius: 20px;text-align: center;line-height: 36px;color: #000;font-size: 24px;background: #e8e8e8;}
.i10List .part .img{width: 100%;height: 280px;display: flex;justify-content: center;align-items: center;}
.i10List .part .img img{width: auto;height: auto;max-width: 100%;max-height: 100%;}
.i10List .part .more{padding: 20px;}
.i10List .part .more span{width: 100%;height: 60px;background: #e8ebee;border-radius: 20px;display: flex;justify-content: center;align-items: center;font-size: 20px;color: #000;font-weight: bold;transition: 0.3s; border:1px solid #fff;}
.i10List .part:hover .more span{background: #acb7c2;}

.index11{padding: 80px 0;position: relative;z-index: 9;}
.index11 .wapper{max-width: 1320px;width: 100%;}
.i11Warp{margin-top: 60px;background: ;border-radius: 10px;overflow: hidden;border: 2px solid #fff;background-image: linear-gradient(to top, #f0f0f0 10%, #f0f0f000 100%);padding: 120px 0;box-shadow: var(--main-shadow);}
.i11List{max-width: 1200px;margin: 0 auto;}
.i11List ul li{width: 50%;padding: 0 20px;margin-bottom: 40px;}
.i11List .part{display: flex;justify-content: space-between;padding: 20px 50px;transition: 0.3;border-radius: 10px;font-family: "AlimamaShuHeiTi-Bold";}
.i11List .part:hover{background: #fff;}
.i11List .part .desc{flex: 1;max-width: 260px;}
.i11List .part .t1{font-size: 16px;color: #000;}
.i11List .part .txt{font-size: 12px;color: #000;margin-top: 35px;}
.i11List .part .img{width: 150px;border-radius: 20px;}
.i11List .part .img img{width: 100%;}

.index12{padding: 80px 0;position: relative;z-index: 9;}
.index12 .wapper{max-width: 1700px;width: 100%;}
.i12Warp{/*border-radius: 10px;margin-top: 60px;border: 2px solid #fff;background-image: linear-gradient(to top, #fff 50%, #ffffffd1 100%);padding-top: 60px;box-shadow: var(--main-shadow);*/}
.i12Inner{max-width: 1200px;margin: 0 auto;}
.i12Box1{margin-top: 60px;}
.i12Box1 .box1{position: relative;}
.i12Box1 .box1 .list img{width: 686px;}
.i12Box1 .icon{position: absolute;top: 47%;transform: translateY(-50%);right: 70px;}
.i12Box1 .icon img{width: 130px}
.i12Box1 .map{width: 460px;border-radius: 40px;overflow: hidden;/*box-shadow: var(--main-shadow);*/}
.i12Box1 .map img{width: 100%;}
.i12Box2{margin-top: 35px;}
.i12Box2 .ewm1{width: 220px;text-align: center;}
.i12Box2 .ewm1 .img{width: 177px;height: 177px;background: #fff;display: flex;justify-content: center;align-items: center;}
.i12Box2 .ewm1 .img img{widows: 160px;}
.i12Box2 .ewm1 .btn{margin-top: 10px;}
.i12Box2 .ewm1 .btn img{width: 100%;}

.i12Box2 .tit{font-size:24px; color:#000; font-weight:bold;}
.i12Box2 .imgRihgt{width:33.3%; text-align:center;}
.i12Box2 .imgRihgt img{max-width:100%;}

.i12Slide{margin-top: 80px;width: 100%;overflow: hidden;padding-bottom: 20px;}
.i12Slide ul li{float: left;width: 420px;margin-right: 120px;}
.i12Slide .imgBox{width: 100%;display: flex;justify-content: center;align-items: center;height: 100px;}
.i12Slide .imgBox img{width: 100%;height: 100%;object-fit: contain;}

.prodetail{width: 100%;background-image: linear-gradient(to bottom,#a9cedc 0,#daf1fa 100%);}
.prodBox{padding: 85px 0;width: 1200px;margin: 0 auto;}

.footer{padding: 20px 0;background: #f0f0f0;text-align: center;}
.inside{padding: 80px 0;}

.headTop{position: fixed;left: 50%;bottom: 20px;width: 100%;z-index: 999999;transform: translateX(-50%);max-width: 480px;}
.headTop .warp{width: 100%;position: relative;}
.headTop .warp .bg{width: 100%;font-size: 0px;}
.headTop .warp .bg img{width: 100%;}
.headTop .warp ul{position: absolute;left: 0;top: -7px;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;display: flex;justify-content: center;align-items: center;padding: 0 15px;}
.headTop .warp ul li{width: 25%;position: relative;text-align: center;}
.headTop .warp ul li:after{position: absolute;top: 50%;transform: translateY(-50%);right: -4px;content: "•";color: #fff;font-size: 16px;}
.headTop .warp ul li:last-child:after{display: none;}
.headTop .warp ul li a{display: block;padding: 5px 15px;color: #fff;font-size: 14px;transition: 0.3s;}
.headTop .warp ul li a:hover{background: url(../images/bg_2_1.png) center no-repeat;background-size: contain;}
.headTop .warp ul li a.active{background: url(../images/bg_3_1.png) center no-repeat;background-size: contain;}
.headTop .warp ul li a.active:hover{background: url(../images/bg_3_1.png) center no-repeat;background-size: contain;}

.i10Tc{position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.5);z-index: 99999;display: none;}
.i10Tc.active{display: block;}
.i10Box{width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.i10TcPanel{background: #fff;margin: 0 auto;width: 100%;max-width: 1200px;height: 98%;background: #fff;border-radius: 50px;position: relative;padding-bottom: 60px; overflow:hidden;}
.i10TcCont{width: 100%; height:100%;overflow: auto;}
.i10TcCont img{max-width: 100%;}
.i10TcPanel::-webkit-scrollbar {width: 0;}
.i10TcPanel::-webkit-scrollbar {height: 0;}

.i10TcClose{width: 90px;height: 90px;position: absolute;top: 20px;right: 20px;background: url(../images/closeBtn1.png) center no-repeat;background-size: contain;transition: 0.3s;}
.i10TcClose:hover{background: url(../images/closeBtn2.png) center no-repeat;background-size: contain;}

body.head_on1 .index10_1{z-index: 999999;}
body.head_on2 .index10_2{z-index: 999999;}
body.head_on3 .index11{z-index: 99999;}

.i11Tc{position: fixed;top: 0;left: 0;width: 100%;height: 100%;background-image: linear-gradient(to bottom,#A6CCDB 0,#E2F6FE 100%);z-index: 99999;display: none;}
.i11Tc.active{display: block;}
.i11Box{width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;position: relative;}
.i11TcPanel{margin: 0 auto;width: 100%;/*max-width: 1200px;*/height: 100%;overflow: hidden;overflow-y: auto;}
.i11TcPanel::-webkit-scrollbar {width: 0;}
.i11TcPanel::-webkit-scrollbar {height: 0;}
.i11TcCont{width: 100%;padding: 35px 0;}
.i11TcCont img{max-width: 100%;}
.i11TcClose{width: 172px;position: absolute;top: 35px;right: 5vw;cursor: pointer;}
.i11TcClose .img{width:100%; position:relative;}
.i11TcClose .img2{position:absolute; top:0; left:0; width:100%; opacity:0}
.i11TcClose:hover .img2{opacity: 1;}
.i11TcClose img{width: 100%;}





@media only screen and (max-width: 1900px) {
.i2Warp .txt{font-size: 12px;}
.i2Warp .titTop{margin-bottom: 20px;}
.i2Warp .desc{padding: 20px;}


}


@media only screen and (max-width: 1200px) {
body{width: 1200px;margin: 0 auto;}
.wapper{width: 1200px;margin: 0 auto;}

}
