/*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: #6a6968;font-family: "Abel-Regular";}
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: 100%; margin:0 auto;max-width: 83.333vw;}
.wapper2{max-width: 87.5vw;margin: 0 auto;width: 100%;}
.wapper3{max-width: 58.33vw;margin: 0 auto;width: 100%;}

*,
*::before,
*::after{-webkit-box-sizing: border-box;box-sizing: border-box;}

:root {
	--main-color: #beac99;
	--main-color2: #109B04;
	--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;
	--font-80: 4.2vw;
	--font-65: 3.42vw;
	--font-50: 2.6vw;
	--font-35: 1.82vw;
	--font-20: 1.041vw;
    --size-62: 3.25vw;
    --size-61: 3.2vw;
    --size-60: 3.15vw;
    --size-59: 3.08vw;
    --size-58: 3.03vw;
    --size-57: 2.95vw;
    --size-56: 2.9vw;
    --size-55: 2.85vw;
    --size-54: 2.8vw;
    --size-53: 2.75vw;
    --size-52: 2.7vw;
    --size-51: 2.65vw;
    --size-50: 2.6vw;
    --size-49: 2.55vw;
    --size-48: 2.5vw;
    --size-47: 2.45vw;
    --size-46: 2.4vw;
    --size-45: 2.35vw;
    --size-44: 2.3vw;
    --size-43: 2.25vw;
    --size-42: 2.2vw;
    --size-41: 2.15vw;
    --size-40: 2.1vw;
    --size-39: 2.05vw;
    --size-38: 2vw;
    --size-37: 1.95vw;
    --size-36: 1.9vw;
    --size-35: 1.85vw;
    --size-34: 1.8vw;
    --size-33: 1.75vw;
    --size-32: 1.7vw;
    --size-31: 1.65vw;
    --size-30: 1.55vw;
    --size-29: 1.5vw;
    --size-28: 1.45vw;
    --size-27: 1.4vw;
    --size-26: 1.35vw;
    --size-25: 1.3vw;
    --size-24: 1.25vw;
    --size-23: 1.2vw;
    --size-22: 1.15vw;
    --size-21: 1.1vw;
    --size-20: 1.05vw;
    --size-19: 1vw;
    --size-18: 0.94vw;
    --size-17: 0.89vw;
    --size-16: 0.84vw;
    --size-15: 0.79vw;
    --size-14: 0.76vw;
    --size-10: 0.68vw;
}

@font-face {
  font-family: "Abel-Regular";
  src: url("../fonts/Abel-Regular.woff2") format("woff2"),
       url("../fonts/Abel-Regular.woff") format("woff"),
       url("../fonts/Abel-Regular.ttf") format("truetype"),
       url("../fonts/Abel-Regular.eot") format("embedded-opentype"),
       url("../fonts/Abel-Regular.svg") format("svg");
}

@font-face {
  font-family: "squarespace-ui-font";
  src: url("../fonts/squarespace-ui-font.woff2") format("woff2"),
       url("../fonts/squarespace-ui-font.woff") format("woff"),
       url("../fonts/squarespace-ui-font.ttf") format("truetype"),
       url("../fonts/squarespace-ui-font.eot") format("embedded-opentype"),
       url("../fonts/squarespace-ui-font.svg") format("svg");
}

.header{position: relative;padding: 2.8vw 6vw;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: 50px;}
.headList .logo{display: block;width: 25%;}
.headList .logo img{max-height: 70px;width: auto;}

/*menu*/
.menu{height:50px;}
.menu ul li{ float:left; position:relative;}
.menu ul li dl{ background:#fff; width:100%; position:absolute; left:50%; top:50px; 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;position: relative;}
.menu ul li dl dd a{ font-size:14px; color:#333;display:block;}
.menu ul li dl dd a:hover{ color:#000;}
.menu a{ font-size: 0.92vw;color:#fff;display:block;text-align:center;padding: 7px 1vw;line-height:36px;}
.menu a span{display: inline-block;border-bottom: 1px solid transparent;}
.menu ul li.cur a span{border-color: #fff;}

.hRight{width: 25%;justify-content: flex-end;}
.language{position: relative;margin-left: 1.5vw;}
.language dt{height: 50px;display: flex;justify-content: center;align-items: center;font-size: 0.92vw;color: #fff;cursor: pointer;line-height: 50px;}
.language i{padding-right: 10px;}
.language dd{position: absolute;top: 50px;right: 0;width: 120px;background: #fff;display: none;box-shadow: var(--main-shadow);border-radius: 10px;overflow: hidden;}
.language ul li{line-height: 40px;text-align: center;}
.language ul li a{display: block;padding: 0 10px;font-size: 14px;color: #000;}
.language ul li a img{width: auto;height: 15px;margin-right: 5px;vertical-align: middle;}
.language ul li a:hover{background: #000;color: #fff;}
/*.language:hover dd{display: block;}*/

.hShare{font-size: 0.92vw;color: #fff;}
.hShare a{display: inline-block;padding: 0 1vw;color: #fff;}

.header.fixed{top: -100%;background: #c8c4c1;padding-top: 1.8vw;padding-bottom: 1.8vw;}
.header.active.fixed{top: 0;}

/*mMenu*/
.m_header{width: 100%;}
.sp_header1{height:70px;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:#6a6968;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;}

.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;}
.mt30{margin-top: 30px;}
.mt35{margin-top: 35px;}
.mt50{margin-top: 2.604vw;}
.mt60{margin-top: 3.125vw;}
.mt70{margin-top: 3.6458vw;}
.mt80{margin-top: 4.166vw;}
.mt100{margin-top: 5.2vw;}

.textCet{text-align: center;}
.textRight{text-align: right;}
.pc_show{}
.m_show{display: none;}
.iTitCn{}
.iTitEn{}
.iTit{font-size: var(--size-23);}
.iTxt{font-size: var(--size-16);}
.iLine i{}
.hidden{overflow: hidden;}
.comBg{background-size: cover;background-repeat: no-repeat;}
.iVideo{width: 100%;}
.iVideo video{width: 100%;}
.iVideoBg{position: relative;}
.iVideoBg:after{position: absolute;left: 0;top: 0;width: 100%;height: 100%;content: "";}
.iImg{width: 100%;}
.iImg img{width: 100%;}
.iMore a{display: inline-block;padding: 15px 25px;border: 1px solid #6a6968;line-height: 1;font-size: 18px;color: #6a6968;}
.iMore a:hover{background: #6a6968;color: #fff;}

.comPad{padding-top: 3.3vw;padding-bottom: 3.3vw;}

/*-------------------------------------------*/

/*banner*/
.banner{width: 100%;position: relative;overflow: hidden;}
.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;}

.banTop{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;z-index: 9;text-align: center;}
.banTit{font-size: 38px;color: #fff;}
.banTxt{font-size: 23px;color: #fff;margin-top: 25px;}
.banMore{margin-top: 50px;}
.banMore a{display: inline-block;padding: 15px 25px;border: 1px solid #fff;line-height: 1;font-size: 18px;color: #fff;}
.banMore a:hover{background: #fff;color: #a8a8a8;}

.index1{padding: 4.58vw 0 10.41vw;position: relative;overflow: hidden;background: url(../images/bg_1.jpg) center no-repeat;background-size: cover;}
.index1 .wapper{position: relative;z-index: 9;}
.i1Bg{position: absolute;left: 0;bottom: 0;width: 100%;height: 6.25vw;overflow: hidden;font-size: 0px;}
.i1Bg img{width: 100%;height: 100%;}

.i1Warp{width: 100%;display:flex;align-items:flex-start;}
.i1Warp .desc{width: 32vw;}
.i1Warp .iVideo{width: 46.875vw;}

.index2{padding: var(--size-50) 0;}
.index2 .wapper{max-width: 80.72vw;padding-bottom: var(--size-50);border-bottom: 1px solid #6a6968;}
.i2Top{width: 43.3vw;height: 6.8vw;border-radius: 1.2vw;display: flex;justify-content: center;align-items: center;padding: 1vw;background: url(../images/bg_2.jpg) center no-repeat;background-size: cover;font-size: var(--size-24);color: #fff;margin: 0 auto;}
.i2List{width: 100%;}
.i2List ul li{width: 33.3%;padding: 5px;}
.index5 .i2List ul li {
    width: 16.3%;
    padding: 2px;
}
.i2List .part{display: block;width: 100%;text-align: center;}
.i2List .part .img{width: 100%;height: 16.666vw;}
.i2List .part .img img{width: 100%;height: 100%;object-fit: cover;}
.i2List .part .desc{width: 100%;padding: 1.5vw 0;color: #6a6968;}
.i2List .part .tit{font-size: var(--size-23);}
.i2List .part .tit span{display: inline-block;border-bottom: 1px solid #6a6968;}
.i2List .part .txt{font-size: var(--size-17);margin-top: 1.6vw;}

.index3{padding: var(--size-50) 0;}
.i3Top{max-width: 48.3vw;margin: 0 auto;}
.i3List{width: 100%;}
.i3List ul li{width: 33%;padding: 5px;}
.i3List .part{display: block;width: 100%;text-align: center;}
.i3List .part .img{width: 100%;height: 16.6667vw;}
.i3List .part .img img{width: 100%;height: 100%;object-fit: cover;}
.i3List .part .desc{width: 100%;padding: 1.5vw 0;color: #6a6968;}
.i3List .part .tit{font-size: var(--size-23);}
.i3List .part .txt{font-size: var(--size-23);margin-top: 0.2vw;}

.index4{padding: var(--size-50) 0 8.3vw;}
.i4Warp{width: 100%;margin-top: 8vw;}
.i4Warp .desc{width: 35.94vw;}
.i4Warp .iVideo{position: relative;width: 46.875vw;}
.videoPlay{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.videoPlay img{width: var(--size-44);}
.videoPlay.active{display: none;}

.index5{padding: 3.3vw 0;background-image: linear-gradient(to right,#eae4d7 0,#ece8de 100%);}
.index5 .i2List .part .img{height: 19.12vw;}
.index6{padding: 6vw 0;}
.index7{padding: 4.16vw 0;background: #f6f5f5;}
.i7List{width: 100%;}
.i7List ul li{width: 33.3%;padding: 5px;}
.i7List .part{display: block;width: 100%;}
.i7List .part .iVideo{width: 100%;height: 16.15vw;position: relative;}
.i7List .part .iVideo video{width: 100%;height: 100%;object-fit: cover;}
.i7List .part .desc{width: 100%;padding: 1.5vw 0;color: #6a6968;text-align: center;}
.i7List .part .tit{font-size: var(--size-23);}
.i7List .part .txt{font-size: var(--size-23);margin-top: 0.2vw;}
.i7List .videoPlay{position: absolute;top: 0;left: 0;width: 100%;height: 100%;transform: none;}
.i7List .videoPlay img{width: 100%;height: 100%;object-fit: cover;}
.i7List .videoPlay:after{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index: 0;width: var(--size-44);height: var(--size-44);background: url(../images/play-button.png) center no-repeat;background-size: contain;content: "";}
.i7List .video-item.active .video-info{display: none;}


.index8{padding: 9.375vw 0 5vw;}
.i8Warp{width: 100%;}
.i8Warp .left{width: 32.3vw;}
.i8Warp .right{width: 46.875vw;}
.i8List{width: 100%;position: relative;}
.i8List .swiper{width: 100%;height: 26.35vw;overflow: hidden;}
.i8Box{position: relative;overflow: hidden;width: 100%;height: 100%;}
.i8List .part{width: 100%;position: relative;height: 100%;overflow: hidden;}
.i8List .part .img{width: 100%;height: 100%;position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.i8List .part .img img{width: 100%;height: 100%;object-fit: cover;}
.i8List .part .before{width: 50%;z-index: 9;}
.i8List .part .tab{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.3);opacity: 0;z-index: 9;}
.i8List .part .tab:before{position: absolute;top: 10px;left: 10px;width: 90px;height: 36px;background: rgba(0,0,0,0.1);color: #fff;font-size: 14px;text-align: center;line-height: 36px;content: "Before";border-radius: 0;}
.i8List .part .tab:after{position: absolute;top: 10px;right: 10px;width: 90px;height: 36px;background: rgba(0,0,0,0.1);color: #fff;font-size: 14px;text-align: center;line-height: 36px;content: "After";border-radius: 0;}
.i8List .part:hover .tab{opacity: 1;background: transparent;}
.i8List .part .progress-handle {
	height: 38px;
	width: 38px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -22px;
	margin-top: -22px;
	border: 3px solid #fff !important;
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	border-radius: 1000px;
	-webkit-box-shadow: 0px 0px 12px rgb(51 51 51 / 50%);
	-moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, .5);
	box-shadow: 0px 0px 12px rgb(51 51 51 / 50%);
	z-index: 40;
	cursor: all-scroll;
}
.i8List .part .progress-handle:before {bottom: 50%;margin-bottom: 22px;-webkit-box-shadow: 0 3px 0 #fff, 0px 0px 12px rgb(51 51 51 / 50%);-moz-box-shadow: 0 3px 0 #fff, 0px 0px 12px rgba(51, 51, 51, .5);box-shadow: 0 3px 0 #fff, 0px 0px 12px rgb(51 51 51 / 50%);}
.i8List .part .progress-handle:after {top: 50%;margin-top: 22px;-webkit-box-shadow: 0 -3px 0 #fff, 0px 0px 12px rgb(51 51 51 / 50%);-moz-box-shadow: 0 -3px 0 #fff, 0px 0px 12px rgba(51, 51, 51, .5);box-shadow: 0 -3px 0 #fff, 0px 0px 12px rgb(51 51 51 / 50%);}
.i8List .part .progress-handle:before,
.i8List .part .progress-handle:after {width: 3px;height: 250;left: 50%;margin-left: -1.5px;content: "";position: absolute;background: #fff;}
.i8List .part .progress-handle .left-arrow,
.i8List .part .progress-handle .right-arrow {top: 50%;margin-top: -6px;width: 0;height: 0;border: 6px inset transparent !important;position: absolute;}
.i8List .part .progress-handle .left-arrow {border-right: 6px solid #fff !important;left: 50%;margin-left: -17px;}
.i8List .part .progress-handle .right-arrow {border-left: 6px solid #fff !important;right: 50%;margin-right: -17px;}
.i8List .part .bar{position: relative;width: 100%;height: 100%;}
.i8List .part .handle{width: 100%;height: 100%}
.progress-bar {height: 30px;width: 3px;position: relative;top: 50%;margin-top: -15px;}

.i8Btm{margin-top: 10px;font-size: 1vw;color: #333;}
.i8Btm .left{width: 20%;}
.i8Btm .right{width: 25%;color: #777;}
.i8Btm .right .i8Prev{margin-right: 10px;}
.i8Btm .center{width: 50%;text-align: center;}

.index9{width: 100%;padding: 5vw 0;}
.i9Warp{width: 100%;}
.i9Warp .img{width: 43vw;}
.i9Warp .img img{width: 100%;}
.i9Warp .desc{width: 28.64vw;}

.index10{padding: 3.3vw 0;background: #f5f5f3}
.i10List{width: 100%;}
.i10List .item{margin-top: 3.3vw;}
.index11{width: 100%;padding: 6vw 0;background: #e6e6e6;}
.index12{width: 100%;padding: 6vw 0;}
.index12 .wapper{max-width: 65.625vw;}
.i12Btn{font-size: 20px;color: #333;margin-bottom: 10px;}
.i12Btn .i12Prev{margin-right: 20px;}
.i12Btn div{font-size: 1.2vw;}
.i12List{width: 100%;}
.i12List .part{display: block;width: 100%;}
.i12List .part .img{width: 100%;height: 14vw;}
.i12List .part .img img{width: 100%;height: 100%;object-fit: cover;}
.i12List .part .desc{padding: 1vw 0;text-align: center;}
.i12List .part .tit{font-size: 0.92vw;}
.i12List .part .txt{font-size: 14px;margin: 0.5vw 0;}
.i12List .part .time{font-size: 13px;opacity: 0.8;}

.index13{position: relative;margin-bottom: -2vw;border-radius: 2vw;overflow: hidden;padding: 6vw 0;background: #f0e9da;}

.footer{padding: 6.6vw 0;background: #7d7d7d;text-align: center;}
.footer .wapper{max-width: 580px;}
.fMenu {text-align: center;line-height: 1;}
.fMenu a{font-size: 1.12vw;color: #fff;display: inline-block;padding: 0.5vw 0.6vw;text-decoration: underline;}
.fMenu span{display: inline-block;width: 1px;height: 1vw;background: #fff;position: relative;top: -0.2vw;}
.footer .hShare{margin: 3vw 0;}
.fLogo img{max-width: 100%;max-height: 100px;}
.cop{font-size: var(--size-17);margin-top: 2vw;color: #fff;}

.toTop{position: fixed;right: 16px;bottom:60px;width: 46px;height: 46px;border-radius: 50%;display: flex;justify-content: center;align-items: center;background: #fff;color: #000;font-size: 26px;transition: 0.3s;opacity: 0;visibility: hidden;}
.toTop.active{opacity: 1;visibility: visible;bottom: 100px;}

.iTc{position: fixed;bottom: 10px;right: 10px;z-index: 999;}
.iTcList{transition: 0.3s;height: 0;opacity: 0;visibility: hidden;}
.iTcList ul li{margin: 10px 0;position: relative;}
.iTcList .panel{position: absolute;top: 50%;transform: translateY(-50%);right: 68px;background: #fff;padding: 5px;width: 80px;border-radius: 5px;box-shadow: rgb(136 136 136 / 40%) 0px 1px 7px;text-align: center;font-size: 15px;display: none;}
.iTcList ul li:hover .panel{display: block;}

.iconBox{width: 58px;height: 58px;border-radius: 50%;background: var(--main-color);border: 2.61px solid rgb(255, 255, 255);display: flex;justify-content: center;align-items: center;position: relative;box-shadow: rgb(136 136 136 / 40%) 0px 1px 7px;}
.iconBox i{transition: 0.3s;}
.iconBox .close{opacity: 0;position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.iconBox img{max-width: 30px;}

.iTc .iTcList.hover{height: auto;opacity: 1;visibility: visible;}
.iTcBtn.active .iconBox .icon{opacity: 0;}
.iTcBtn.active .iconBox .close{opacity: 1;}

.tongtu{width: 100%;position: relative;overflow: hidden;}
.tongtu .img{width: 100%;}
.tongtu .img img{width: 100%;height: 26vw;object-fit:cover;}
.tongtu .imgTop{position: absolute;top: 50%;left: 0;transform: translateY(-50%);width: 100%;z-index: 9;text-align: center;}
.innerTit{font-size: var(--size-38);}
.tongtu .txt{text-align: center;font-size: 14px;color: #fff;}
.tongtu .innerTit{color: #fff;}

.innerImg{position: relative;overflow: hidden;}
.innerImg .img img{width: 100%;height: 100vh;object-fit: cover;}

/*about*/

.about1{width: 100%;padding: 5.2vw 0;background: #ded8d2;}
.about1 .wapper{width: 100%;max-width: 57.3vw;}
.abo1Top{width: 28.65vw;height: 12vw;background: #bfb5ab;display: flex;justify-content: center;align-items: center;margin: 0 auto;}

.about2{width: 100%;}
.about2 .wapper{width: 100%;max-width: 57.3vw;}

.about3{padding: 6.6vw 0;border-radius: 2vw;background: url(../images/bg_2.jpg) center no-repeat;background-size: cover;}

.about4{width:100%;}
.abo4Tit{font-size: var(--size-24);color: #6a6968;}
.abo4Line i{display: inline-block;width: 14vw;height: 1px;background: #6a6968;}

.abo4List{width: 100%;}
.abo4List .item{width: calc(50% - 5px);}
.abo4List .part{display: block;width: 100%;}
.abo4List .part .iTit{text-align: center;}
.abo4List .part .iVideo{width: 100%;height: 27.7vw;}
.abo4List .part .iVideo video{width: 100%;height: 100%;}
.abo4List .part .iMore{padding: var(--size-50) 0;text-align: center;}

.about5{background: #c8c4c1;}
.about5 .wapper{max-width: 72.91vw;}
.about5 .innerTit{margin: var(--size-30) 0;}
.abo5Warp{width: 100%;}
.abo5Warp .img{width: 35.9375vw;}
.abo5Warp .img img{width: 100%;}
.abo5Warp .desc{width: 32.3vw;}
.abo5Warp .iTxt{color: #fff;font-size: var(--size-18);}

.abo6List{width: 100%;}
.abo6List ul li{width: calc(50% - var(--size-50));margin-bottom: 5.2vw;}
.abo6List .part{display: block;width: 100%;}
.abo6List .part .img{width: 100%;}
.abo6List .part .img img{width: 100%;max-width: 30.72vw;}
.abo6List .part .tit{margin-top: var(--size-30);font-size: var(--size-20);}
.abo6List .part .tit2{font-size: var(--size-17);margin: 0.5vw 0;}
.abo6List .part .iTxt{}

.about7{width: 100%;position: relative;}
.about7:after{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: #000;opacity: 0.1;content: "";}
.about7 .wapper{max-width: 72.91vw;position: relative;z-index: 9;}
.abo7List{width: 100%;}
.abo7List ul li{width: 33.3%;padding: 1.2vw 0;}
.abo7List .iTxt{color: #fff;}

.about8 .abo6List ul li{margin-bottom: 2vw;}
.about8 .abo6List .part{text-align: center;}
.about8 .abo6Item:nth-child(2) .abo6List ul li{width: calc(33.3% - var(--size-50));}

.about9{}

.news{width: 100%;}
.newsList{width: 100%;}
.newsList ul li{width: calc(50% - 3.3vw);margin-bottom: 2.5vw;}
.newsList ul li:nth-child(2n){position: relative;top: 2vw;}
.newsList .part{display: block;width: 100%;}
.newsList .part .img{width: 100%;height: auto;}
.newsList .part .img img{width: 100%;height: 100%;object-fit: cover;}
.newsList .part .desc{padding: 1.2vw 0;text-align: center;color: #6a6968;}
.newsList .part .time{font-size: 14px;}
.newsList .part .tit{font-size: var(--size-34);line-height: 1.6;margin: 1.2vw 0;}
.newsList .part .txt{font-size: var(--size-17);margin: 1.2vw 0;line-height: 1.6;}
.newsList .part .more{}
.newsList .part .more span{font-size: 14px;color: #a8a8a8;display: inline-block;border-bottom: 1px solid #a8a8a8;}

/*contact*/

.contact{width: 100%;background: #eae7e0;padding: 14.5vw 0 9vw;}
.contact .wapper{max-width: 69.27vw;}
.contWarp{width: 100%;}
.contWarp .left{width: 32.3vw;}
.contWarp .left .img{width: 100%;}
.contWarp .left .img img{width: 100%;}
.contWarp .right{width: 28.65vw;}
.contForm{width: 100%;}
.contForm .row{width: 100%;margin-bottom: 1vw;}
.contForm .title{margin-bottom: 10px;font-size: var(--size-18);}
.contForm .title span{font-size: 14px;opacity: 0.8;display: inline-block;padding-left: 5px;}
.contForm .input{width: 100%;}
.contForm .input input,
.contForm .input select{height: var(--size-50);border: 1px solid #a8a8a8;}
.contForm .checkbox{width: 100%;}
.contForm .checkbox label{display: block;margin-bottom: 10px;}
.contForm .btn{}
.contForm .btn button{width: 65px;height: 68px;background: transparent;border: 1px solid #a8a8a8;color: #a8a8a8;}
.contForm .btn button:hover{background: #a8a8a8;color: #fff;}

.contact2{padding: 6.25vw 0;}
.contact2 .wapper{max-width: 67.7vw;}
.cont2Warp{width: 100%;}
.cont2Warp .left{width: 28.645vw;}
.contTxt{font-size: var(--size-20);color: #a8a8a8;}
.contTxt a{color: #a8a8a8;text-decoration: underline;}
.contTxt p{margin: 1vw 0;}
.cont2Warp .right{width: 32.29vw;}
.cont2Warp .map{width: 100%;height: 28.95vw;overflow: hidden}
.cont2Warp .map img{width: 100%;height: 100%;object-fit: cover;}
.contact2 .hShare a{color: #6a6968;padding: 0;margin-right: 1vw;}

.inside{min-height: 500px;overflow: hidden;}
.inside img{max-width: 100%;}


@media only screen and (max-width: 1480px) {
.wapper{max-width: 83.333vw;}
.wapper2{max-width: 87.5vw;}
.wapper3{max-width: 58.33vw;}

.iTit{font-size: var(--size-32);}
.iTxt{font-size: var(--size-22);}
.menu a{font-size: 1.2vw;}
.hShare{font-size: 1.2vw;}
.hShare a{padding: 0 0.8vw;}
.language dt{font-size: 1.2vw;}
.contact .wapper{max-width: 76vw;}
.contact2 .wapper{max-width: 76vw;}


}

@media only screen and (max-width: 1280px) {
.wapper{max-width: 88vw;}
.wapper2{max-width: 92vw;}
.wapper3{max-width: 78vw;}
.iTit{font-size: var(--size-38);}
.iTxt{font-size: var(--size-26);}
.header{padding: 0 3vw;}
.menu a{font-size: 1.48vw;}
.hShare{font-size: 1.48vw;}
.hShare a{padding: 0 0.6vw;}
.language dt{font-size: 1.48vw;}

.index2 .wapper{max-width: 88vw;}



}

@media only screen and (max-width: 980px) {

:root {
	--font-50: 2.6vw;
	--font-35: 1.82vw;
	--font-20: 1.041vw;
    --size-62: 3.25vw;
    --size-61: 3.2vw;
    --size-60: 3.15vw;
    --size-59: 3.08vw;
    --size-58: 3.03vw;
    --size-57: 2.95vw;
    --size-56: 2.9vw;
    --size-55: 2.85vw;
    --size-54: 2.8vw;
    --size-53: 2.75vw;
    --size-52: 2.7vw;
    --size-51: 2.65vw;
    --size-50: 2.6vw;
    --size-49: 2.55vw;
    --size-48: 2.5vw;
    --size-47: 2.45vw;
    --size-46: 2.4vw;
    --size-45: 2.35vw;
    --size-44: 2.3vw;
    --size-43: 2.25vw;
    --size-42: 2.2vw;
    --size-41: 2.15vw;
    --size-40: 40px;
    --size-39: 39px;
    --size-38: 38px;
    --size-37: 37px;
    --size-36: 36px;
    --size-35: 35px;
    --size-34: 34px;
    --size-33: 33px;
    --size-32: 32px;
    --size-31: 31px;
    --size-30: 30px;
    --size-29: 29px;
    --size-28: 28px;
    --size-27: 27px;
    --size-26: 26px;
    --size-25: 25px;
    --size-24: 24px;
    --size-23: 23px;
    --size-22: 22px;
    --size-21: 20px;
    --size-20: 19px;
    --size-19: 18px;
    --size-18: 17px;
    --size-17: 16px;
    --size-16: 15px;
}


.header{ display:none}
.sp_header1{ display:block;}
.sjj_nav1{ display:block;}
.hHei{height: 70px;}
.language{float: right;margin-left: 0;margin-right: 10px;height: 70px;display: flex;align-items: center;}
.language dt{font-size: 14px;color: #a8a8a8;}

.wapper{max-width: 100%;padding: 0 10px;}
.wapper2{max-width: 100%;padding: 0 10px;}
.wapper3{max-width: 100%;padding: 0 10px;}

.iTit{font-size: 23px;}
.iTxt{font-size: 16px;}
.iMore a{padding: 10px 20px;font-size: 14px}
.mt50{margin-top: 40px;}
.mt60{margin-top: 50px;}
.mt70{margin-top: 60px;}
.mt80{margin-top: 60px;}
.mt100{margin-top: 60px;}
    .index5 .i2List ul li {
        width: 50%;
        padding: 5px;
    }
.banTit{font-size: 24px;}
.banTxt{font-size: 14px;margin-top: 10px;}
.banMore{margin-top: 20px;}
.banMore a{padding: 10px 20px;font-size: 16px;}
.iVideoBg:after{display: none}

.index1{padding: 60px 0 100px;}
.i1Warp .desc{width: 100%;margin: 20px 0;}
.i1Warp .iVideo{width: 100%;}
.i1Bg{height: 45px;}
.index2{padding: 60px 0;}
.index2 .wapper{max-width: 100%}
.i2List ul li{width: 100%;}
.i2List .part .img{height: auto;}
.i2List .part .desc{padding: 20px 0;}
.i2List .part .tit{font-size: 23px;}
.i2List .part .txt{font-size: 16px;margin-top: 10px;}
.i2Top{width: auto;height: auto;padding: 35px;}
.i3Top{max-width: 100%;}
.i3List ul li{width: 100%;}
.i3List .part .img{height: auto;}
.i3List .part .desc{padding: 20px 0;}

.index4{padding: 60px 0;}
.i4Warp .desc{width: 100%;margin: 20px 0;}
.i4Warp .iVideo{width: 100%;}

.index5{padding: 60px 0;}
.index5 .i2List .part .img{height: auto;}
.i7List ul li{width: 100%;}
.i7List .part .iVideo{height: auto;}
.i7List .part .desc{padding: 20px 0;}
.index8{padding: 60px 0;}
.i8Warp>.left{width: 100%;margin-bottom: 20px;}
.i8Warp>.right{width: 100%;}
.i8List .swiper{height: 350px;}
.i8Btm{font-size: 16px;}
.index9{padding: 60px 0;}
.i9Warp .img{width: 100%;margin-bottom: 20px;}
.i9Warp .desc{width: 100%;}
.i10List .item{margin-top: 60px;}
.index12 .wapper{max-width: 100%;}
.i12List .part .img{height: auto;}
.i12List .part .desc{padding: 20px 0;}
.i12List .part .tit{font-size: 16px}
.i12List .part .txt{margin: 10px 0;}

.index6,
.index7,
.index10,
.index11,
.index12,
.index13{padding: 50px 0;}

.footer{padding: 60px 0;}
.fMenu a{font-size: 14px;padding: 5px  10px;}
.fMenu span{width: 1px;height: 20px;top: -5px;}
.footer .hShare{margin: 25px 0;}
.hShare{font-size: 16px;}
.hShare a{padding: 0 10px;}
.cop{margin-top: 20px;}

.videoPlay img{width: 44px;}
.i7List .videoPlay:after{width: 35px;height: 35px;}

.tongtu .img img{height: auto;}
.innerTit{font-size: 32px;}

.about1{padding: 60px 0;}
.about1 .wapper{max-width: 100%;}
.abo1Top{width: 100%;height: auto;padding: 20px;}
.about2 .wapper{max-width: 100%;}
.about3{padding: 60px 10px;}
.comPad{padding-top: 60px;padding-bottom: 60px;}
.abo4List .item{width: 100%;padding: 20px 0;}
.abo4List .part .iVideo{height: auto;}
.about5 .wapper{max-width: 100%;}
.abo5Warp .img{width: 100%;margin-bottom: 20px;}
.abo5Warp .desc{width: 100%;}
.abo5Warp .iTxt{font-size: 16px;}
.abo6List ul li{width: 100%;margin-bottom: 20px;}
.abo6List .part .img img{max-width: 500px;}
.abo6List .part .tit{margin-top: 20px;}
.abo6List .part .tit2{margin: 10px 0;}
.about7 .wapper{max-width: 100%;}
.abo7List ul li{width: 100%;padding: 15px 0;}
.abo6List .part .img img{max-width: 500px;}
.about8 .abo6List ul li{margin-bottom: 20px;}
.about8 .abo6Item:nth-child(2) .abo6List ul li{width: calc(50% - 5px);}

.contact .wapper{max-width: 100%;}
.contact2 .wapper{max-width: 100%;}
.contWarp .left{width: 100%;}
.contWarp .left .img img{max-height: 500px;object-fit: cover;}
.contWarp .right{width: 100%;margin-top: 45px;}
.contForm .row{margin-bottom: 20px;}
.contForm .input input, .contForm .input select{height: 50px;}
.contact2{padding: 60px 0;}
.cont2Warp .left{width: 100%;margin-bottom: 45px;}
.cont2Warp .right{width: 100%;}
.contTxt{font-size: 16px;margin: 20px 0;}
.contTxt p{margin: 5px 0;}
.contact2 .hShare a{margin-right: 15px;}
.cont2Warp .map{height: 400px;}

.newsList ul li{width: 100%;margin-bottom: 20px;}
.newsList ul li:nth-child(2n){top: auto;}
.newsList .part .desc{padding: 20px 0;}
.newsList .part .tit{font-size: 23px;margin: 15px 0;}
.newsList .part .txt{margin: 10px 0;}


}
