/*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: #f7f6f2;}
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;padding: 0 6%;}

*,
*::before,
*::after{-webkit-box-sizing: border-box;box-sizing: border-box;}

:root {
	--main-color: #644938;
	--main-color2: #ce2a1b;
	--main-color3: #c8b89d;
	--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;z-index: 999;width: 100%;top: 0;left: 0;transition: 0.3s;}
.headList{display: flex;justify-content: space-between;align-items: center;height: 100px;}
.headList .logo{display: block;line-height: 1;font-size: 0px;}
.headList .logo img{max-height: 65px;width: auto;}
.headList .logo .img2{display: none;}
.hHei{height: 0;}

/*menu*/
.menu{height: 100px;}
.menu ul li{ float:left; position:relative;}
.menu ul li dl{ background:#fff; width:100%; position:absolute; left:50%; top: 100%; box-shadow:2px 2px 5px rgba(0,0,0,0.2);display:none;z-index: 9;transform: translateX(-50%);min-width: 150px;border-radius: 10px;}
.menu ul li dl dd{ line-height:40px;border-bottom:#ddd dotted 1px;position: relative;}
.menu ul li dl dd a{ font-size:16px; color:#333;display:block;text-align: center;padding: 5px 20px;}
.menu ul li dl dd a:hover{ color: var(--main-color2);}

.menu>ul>li>a{font-size:17px;color:#fff;display:block;text-align:center;padding: 0 2.2vw;height: 100px;display: flex;justify-content: center;align-items: center;}
.menu>ul>li>a:after{position: absolute;left: 50%;transform: translateX(-50%);width: 0;height: 1px;background: #fff;content: "";bottom: 25px;transition: 0.3s;opacity: 0;}
.menu>ul>li>a span{position: relative;padding: 0;display: block;transition: 0.3s;height: 35px;overflow: hidden;}
.menu>ul>li>a em.cn{position: relative;top: 0;display: block;height: 35px;line-height: 35px;transition: all 0.6s;overflow: hidden;}
.menu>ul>li>a em.en{position: relative;top: 0;display: block;height: 35px;line-height: 35px;font-weight: bold;text-transform: uppercase;transition: all 0.6s;overflow: hidden;}

.menu>ul>li>a:hover em.cn{top: -35px;}
.menu>ul>li>a:hover em.en{top: -35px;}
.menu>ul>li>a:hover:after{width: calc(100% - 4vw);opacity: 1;background: #000;}

.menu>ul>li>a:hover,
.menu>ul>li>a span.menu_hover{color: var(--main-color2);}

/*.menu>ul>li>a:hover span:after,
.menu>ul>li>a.menu_hover span:after{opacity: 1;}*/

.menu>ul>li.cur>a:after{width: calc(100% - 4vw);opacity: 1;}
.menu>ul>li.cur>a em.cn{top: -35px;}
.menu>ul>li.cur>a em.en{top: -35px;}

.hBtn{font-size: 16px;color: #fff;transition: 0.3s;}
.hBtn .icon{width: 20px;font-size: 0px;line-height: 1;margin-right: 10px;}
.hBtn .icon img{filter: brightness(0%) contrast(200%) invert(100%) opacity(100%);width: 100%;}
.hLine{width: 1px;height: 50px;margin: 0 1.8vw;background: #fff;opacity: 0.3;transition: 0.3s;}

.hSearch{display: flex;justify-content: center;align-items: center;cursor: pointer;font-size: 16px;color: #fff;transition: 0.3s;}
.hSearch i{display: block;font-size: 0;line-height: 1;}
.hSearch img{width: 18px;vertical-align: middle;filter: brightness(0%) contrast(200%) invert(100%) opacity(100%);}
.hSearch span{display: inline-block;margin-left: 0.8vw;}

.header:hover,
.header.fixed{top: 0;left: 0;width: 100%;box-shadow: var(--main-shadow);background: #fff;}

.header:hover .headList .logo .img1,
.header.fixed .headList .logo .img1{display: none;}

.header:hover .headList .logo .img2,
.header.fixed .headList .logo .img2{display: block;}

.header:hover .menu>ul>li>a,
.header.fixed .menu>ul>li>a{color: #000;}

.header:hover .menu>ul>li>a:after,
.header.fixed .menu>ul>li>a:after{background: #000;}

.header:hover .hLine,
.header.fixed .hLine{background: #000;}

.header:hover .hBtn,
.header.fixed .hBtn{color: #000;}

.header:hover .hBtn .icon img,
.header.fixed .hBtn .icon img{filter: none;}

.header:hover .hSearch,
.header.fixed .hSearch{color: #000;}

.header:hover .hSearch,
.header.fixed .hSearch{color: #000;}

.header:hover .hSearch i img,
.header.fixed .hSearch i img{filter: none;}

.language{position: relative;margin-left: 25px;}
.language dt{height: 40px;display: flex;justify-content: center;align-items: center;font-size: 14px;color: #000;cursor: pointer;width: 100px;border-radius: 30px;background: #fff;border: 1px solid #eee;}
.language i{padding-left: 20px;}
.language dd{position: absolute;top: 40px;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 ul li.on a{color: var(--main-color);}
/*.language:hover dd{display: block;}*/

/*mMenu*/
.m_header{width: 100%;}
.sp_header1{height:70px;background:#fff;position:fixed;z-index:9999;width:100%;display: none;top: 0;}
.sp_header1 .language{float: right;height: 70px;margin-right: 12px;display: flex;align-items: center;}
.sp_header1 .language dd{top: 70px;}

.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: #333;width: 60px;height: 35px; position: absolute; top: 0;right: 0;border-radius: 0 25px 25px 0;color: #fff;font-size: 14px;border: none;}

/*swiper*/
.swiper-container {width: 100%;overflow: hidden;}
.swiper {width: 100%;height: 100%;position: relative;overflow: hidden;}
.swiper .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 .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;}
.iTag{color: var(--main-color3);font-size: 0.86vw;}
.iTit{font-size: 2.8vw;font-weight: bold;color: #333;}
.iTxt{}
.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%;}

.iMore{display: flex;}
.iMore a{display: flex;border-bottom: 1px solid #ddd;color: #666;font-size: 16px;padding: 10px 0;text-transform: uppercase;}
.iMore a i{padding-left: 3vw;}
.iMore a:hover{color: var(--main-color2);}


/*-------------------------------------------*/

/*banner*/
.banner{width: 100%;position: relative;}
.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;}

.banner2{width: 100%;position: relative;}
.banner2 .iVideo{font-size: 0px;line-height: 1;height: 46vw;}
.banner2 .iVideo video{width: 100%;height: 100%;object-fit: cover;}
.banTop{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;align-items: flex-end;padding-bottom: 5.2vw;}
.banTop .warp{width: 100%;}
.banTop .img{width: 50%;}
.banTop .img img{width: auto;max-width: 100%;}
.banTop .txt{font-size: 1.2vw;color: #fff;width: 35%;line-height: 2;font-weight: 300;}

.index1{width: 100%;overflow: hidden;}
.i1Tit{font-size: 3.38vw;color: #000;font-weight: bold;}
.i1Txt {
    font-size: 16px;
    color: #0a0a0a;
    max-width: 1080px;
    margin: 0 auto;
    margin-top: 35px;
}
.i1Txt span{color: var(--main-color);font-weight: bold;}

.i1List{width: 100%;padding: 0 10px;padding-top: 90px;}
.i1List .img{width: 100%;height: 100%;}
.i1List .img img{width: 100%;height: 100%;object-fit: cover;}
.i1List .swiper .swiper-slide{background: transparent;height: auto;transition: transform 0.3s ease;}
.i1List .swiper .swiper-wrapper {transition-timing-function: linear !important;}

/*index2*/
.index2{width: 100%;overflow: hidden;background: #c8b89e;position: relative;}
.i2Tit{position: absolute;left: 0;top: 15%;width: 50%;color: #fff;z-index: 9;text-align: center;}
.i2Tit span{display: block;font-size: 0.86vw;}
.i2Tit strong{display: block;font-size: 3vw;margin-top: 1vw;}

.i2Swiper{width: 100%;}
.i2Swiper .swiper-slide{background: #c8b89e;}
.i2Warp{width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;}
.i2Warp .img{width: 50%;height: 55vw;}
.i2Warp .img span{display: block;width: 100%;height: 100%;
	-webkit-clip-path: polygon(0 0,100% 0,100% 0,0 0);
    clip-path: polygon(0 0,100% 0,100% 0,0 0);
    transition: -webkit-clip-path .5s linear;
    transition: clip-path .5s linear;
    transition: clip-path .5s linear,-webkit-clip-path .5s linear;
}
.i2Warp .img img {
	-o-object-fit: cover;
	-webkit-transform: scale(1.1) translateY(30px);
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.1) translateY(30px);
	transition-duration: 1.2s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

.i2Warp .desc{width: 50%;padding: 0 8%;display: flex;justify-content: center;padding-top: 20%;}
.i2Warp .info{width: 100%;text-align: center;color: #fff;}
.i2Warp .tag{display: flex;justify-content: center;align-items: center;font-size: 16px;}
.i2Warp .tag i{width: 20px;height: 2px;display: block;background: #fff;}
.i2Warp .tag em{display: inline-block;margin: 0 10px;font-style: normal;}
.i2Warp .tit{font-size: 3.8vw;margin-bottom: -2vw;position: relative;z-index: 2;margin-top: 1vw;}
.i2Warp .img_inner{width: 12.5vw;height: 16vw;position: relative;overflow: hidden;font-size: 0px;line-height: 1;margin: 0 auto;}
.i2Warp .img_inner span {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
	clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
	transition: -webkit-clip-path .5s linear;
	transition: clip-path .5s linear;
	transition: clip-path .5s linear, -webkit-clip-path .5s linear;
}

.i2Warp .img_inner img {
	-o-object-fit: cover;
	-webkit-transform: scale(1.1) translateY(15px);
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.1) translateY(15px);
	transition-duration: 1.2s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}
.i2Warp .more{margin-top: 3vw;display: flex;justify-content: center;}
.i2Warp .more a{display: flex;border-bottom: 1px solid #fff;color: #fff;font-size: 16px;padding: 10px 0;}
.i2Warp .more a i{padding-left: 3vw;}

.i2Swiper .swiper-slide-active .i2Warp .img span {
	-webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
}

.i2Swiper .swiper-slide-active .i2Warp .img img {
	    -webkit-transform: scale(1.1) translateY(-30px);
    transform: scale(1.1) translateY(-30px);
}


.i2Swiper .swiper-slide-active .i2Warp .img_inner span {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.i2Swiper .swiper-slide-active .i2Warp .img_inner img {
	-webkit-transform: scale(1.1) translateY(-15px);
	transform: scale(1.1) translateY(-15px);
}
.i2Swiper .swiper-button-next:after,.i2Swiper .swiper-button-prev:after{color: #fff;}

.footer{width: 100%;padding-top: 100px;}
.fShare{width: 100%;padding: 30px 0;border-top: 1px solid var(--main-color);border-bottom: 1px solid var(--main-color);}
.fShare ul li{margin-right: 10px;position: relative;}
.fShare ul li a{display: block;line-height: 1;font-size: 0;}
.fShare ul li img{width: 46px;}
.toTop{color: var(--main-color);font-size: 18px;cursor: pointer;}

.fWarp{padding: 60px 0;}
.fLogo{width: auto;}
.fLogo img{width: auto;max-width: 200px;max-height: 62px;}
.fTit{color: var(--main-color);font-size: 1.48vw;margin-bottom: 30px;font-weight: bold;}
.fMenu{width: 15%;}
.fMenu ul li{margin-bottom: 10px;}
.fMenu ul li a{color: var(--main-color);font-size: 16px;}

.fTel{width: 25%;}
.fTel .row{display: flex;align-items: center;margin-bottom: 40px;}
.fTel .row .icon{width: 55px;margin-right: 15px;}
.fTel .row .icon img{width: 100%;}
.fTel .row .info{flex: 1;font-size: 16px;color: var(--main-color);}
.fTel .row .info strong{font-size: 28px;font-weight: bold;display: block;}
.fTel .row .info a{color: var(--main-color);}

.fImgList{padding-bottom: 2vw;overflow: hidden;}
.fImgList ul{margin-left: -5px;margin-right: -5px;}
.fImgList ul li{width: 12.5%;padding: 5px;}
.fImgList .img{width: 100%;height: 100%;border-radius: 12px;}
.fImgList .img img{width: 100%;height: 100%;object-fit: cover;}

.copright{padding: 30px 0;border-top: 1px solid var(--main-color);font-size: 16px;color: var(--main-color);}
.copright a{color: var(--main-color);display: inline-block;padding: 0 10px;}

.pageTop{width: 100%;padding-top: 80px;border-bottom: 1px solid #ddd;}
.w_add1{background: transparent;}
.w_add1_Swiper{position: relative;width: 100%;height: 100%;overflow: hidden;}
.w_add1_Swiper .swiper-slide{width: auto;background: transparent;padding-right: 100px;}
.w_add1_menu .swiper-button-next,.w_add1_menu .swiper-button-prev{background-size: 13px;filter: brightness(0%) contrast(200%) invert(50%) opacity(100%);}
.w_add1_menu .swiper-button-next{right: 0;}
.w_add1_menu .swiper-button-prev{left: 0;}
.w_add1_menu{padding: 0 20px;position: relative;box-sizing: border-box;}
.w_add1_menu a{display: inline-block;color: #58595b;font-size: 22px;padding: 30px 0;position: relative;font-weight: 300;}
.w_add1_menu a:hover{color: var(--main-color3);}
.w_add1_menu a:after{
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 2px;
	background-color: var(--main-color3);
	transform: translateY(100%);
	transition: transform .25s;
}
.w_add1_menu .swiper-slide.cur a{color: var(--main-color3);}
.w_add1_menu .swiper-slide.cur a:after{transform: translateY(0);}

/*theme*/

.theme1{width: 100%;}
.theme1Warp{width: 100%;}
.theme1Warp .img{width: 50%;}
.theme1Warp .img img{width: 100%;height: 100%;object-fit: cover;}
.theme1Warp .imgBtm{width: 100%;margin-top: 3vw;display: flex;justify-content: space-between;}
.theme1Warp .imgBtm img{width: 100%;height: 100%;object-fit: cover;}

.theme1Warp .desc{width: 42%;display: flex;flex-direction: column;justify-content: space-between;}
.theme1Warp .info{width: 100%;}
.theme1Txt{font-size: 16px;color: #555;}
.theme1Txt img{float: left;width: 100px;margin-right: 20px;}
.theme1Txt span{}

.theme2{width: 100%;}
.theme2 .theme1Warp .img{width: 42%;}
.theme2 .theme1Warp .desc{width: 50%;}
.theme2 .theme1Warp .imgBtm img{width: 31.8%;}

.theme3{width: 100%;overflow: hidden;}
.theme3List{width: 100%;}
.theme3List ul{display: flex;justify-content: space-between;}
.theme3List ul li{width: 25%;transition: 0.5s;}
.theme3List .img{width: 100%;height: 46vw;transition: 0.5s;}
.theme3List .img img{width: 100%;height: 100%;object-fit: cover;}
.theme3List ul li.active{width: 50%;}

/*about*/

.tcClose2{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 8;}
.i2-video2{width: 100%;position: relative;z-index: 9;max-width: 1280px;}
.i2-video2 video{width: 100%;height: auto;max-height: 100%;}


.tanchuang{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 99999;background: rgba(0,0,0,0.3);display: none;}
.tanchuang.active{display: block;}
.tanchuang .warp{width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;padding: 20px;}
.tanchuang .box{width: 100%;max-width: 280px;height: 210px;background: #fff;color: #333;padding: 20px;box-sizing: border-box;border-radius: 15px;overflow: hidden;position: relative;}
.tcClose{font-size: 20px;cursor: pointer;position: absolute;top: -45px;right: 0;}
.tcClose img{width: 25px;filter: brightness(0%) contrast(200%) invert(100%) opacity(100%);}

.about1{width: 100%;}
.abo1Warp{width: 100%;}
.abo1Warp .left{width: 45%;}
.abo1Warp .right{width: 50%;}
.abo1List{width: 100%;}
.abo1List ul li{padding: 35px 0;border-bottom: 1px solid #ddd;display: flex;justify-content: space-between;align-items: center;}
.abo1List .info{flex: 1;color: #333;transition: 0.3s;}
.abo1List .tit{font-size: 24px;}
.abo1List .tit strong{font-size: 2.2vw;}
.abo1List .txt{margin-top: 10px;font-size: 1vw;}
.abo1List .icon{width: 4vw;margin-left: 1vw;}
.abo1List .icon img{width: 100%;}
.abo1List ul li:hover .info{color: var(--main-color3);}

.about2{width: 100%;}
.abo2Warp{width: 100%;color: #fff;}
    .abo2Warp .left {
        width: 56%;
        display: flex;
        flex-direction: column;
    }
.abo2Warp .right{width: 35%;}
.abo2Warp .right .img{width: 100%;text-align: center;}
.abo2Warp .right .img img{width: 100%;max-width: 400px;}
.abo2Warp .tit{font-size: 2.4vw;font-weight: bold;}
.abo2Warp .tit2{font-size: 20px;font-weight: bold;margin-top: 20px;}
.abo2Warp .info{margin-top: 35px;}
.abo2Warp .info ul{width: 100%;}
.abo2Warp .info ul li{margin: 1vw 0;font-size: 0.96vw;color: #fff;}
    .abo2Warp .info ul li p {
        display: inline-block;
    }
.abo2Warp .info ul li:before{content: "●";padding-right: 10px;}

.iSwiperBtn{margin-top: auto;}
.iSwiperBtn .btn{width: 3.5vw;height: 3.5vw;border-radius: 50%;display: flex;justify-content: center;align-items: center;background: #fff;transition: 0.3s;margin-right: 1.5vw;}
.iSwiperBtn .btn img{width: 1.5vw;transition: 0.3s;}
.iSwiperBtn .btn:hover{background: #c8b896;}
.iSwiperBtn .btn:hover img{filter: brightness(0%) contrast(200%) invert(100%) opacity(100%);}

.abo2List{margin-top: 4vw;}
.abo2List .img{width: 100%;}
.abo2List .img img{width: 100%;}
.abo2List .swiper-slide{background: transparent;}

.about3{width: 100%;}
.abo3List{width: 100%;margin-top: 50px;}
.abo3List ul li{width: 25%;padding: 25px 0;}
.abo3List .part{display: block;width: 20vw;margin: 0 auto;}
.abo3List .part .top{width: 100%;height: 13.5vw;margin: 0 auto;text-align: center;background: url(../images/icon_bg1.png) center no-repeat;background-size: contain;}
.abo3List .part .icon{width: 3.55vw;margin: 0 auto;font-size: 0px;line-height: 1;height: 4.3vw;display: flex;justify-content: center;align-items: center;}
.abo3List .part .icon img{width: auto;max-width: 100%;}

.abo3List .part .tit{color: var(--main-color3);font-weight: bold;font-size: 2vw;margin-top: 1.2vw;}
.abo3List .part .txt{font-size: 0.92vw;color: #333;margin-top: 1vw;text-align: center;line-height: 1.6;}

.about4{width: 100%;}
.abo4Slide{width: 100%;}
.abo4Panel{width: 100%;}
.abo4Warp{width: 100%;}
.abo4Warp .desc{width: 30%;}
.abo4Warp .iTit{}
.abo4Warp .txt{margin-top: 1.5vw;font-size: 0.92vw;color: #333;}
.abo4Warp .txt ul li{line-height: 1.6;margin-bottom: 0.5vw;}
.abo4Warp .txt ul li:before{content: "●";color: var(--main-color3);padding-right: 10px;}
.abo4Warp .img{width: 65%;}
.abo4Warp .img img{width: 100%;}
.abo4Tab{width: 100%;margin-top: 60px;}
.abo4Tab ul li{width: 33.3%;background: #fff;padding: 0.5vw;color: #333;font-size: 1.2vw;font-weight: bold;display: flex;justify-content: center;align-items: center;height: 5.2vw;position: relative;cursor: pointer;}
.abo4Tab ul li:after{position: absolute;width: 3vw;height: 1.5vw;background: url(../images/icon_up2.png) center no-repeat;background-size: contain;content: "";left: 50%;transform: translateX(-50%);top: -1.5vw;display: none;}
.abo4Tab ul li.on{background: var(--main-color3);text-align: center;color: #fff;}
.abo4Tab ul li.on:after{display: block;}

.about5{padding: 80px 0;width: 100%;overflow: hidden;}
.about5 .iTag{color: #666;}
.abo5Warp{position: relative;width: 100%;}
.abo5Warp .bg{width: 100%;font-size: 0px;text-align: center;}
.abo5Warp .bg img{width: 50vw;}
.abo5Warp ul li{position: absolute;}
.abo5Warp ul li:nth-child(1){top: 7vw;left: 62vw;}
.abo5Warp ul li:nth-child(2){top: 20vw;left: 67vw;}
.abo5Warp ul li:nth-child(3){top: 37vw;left: 62vw;}
.abo5Warp ul li:nth-child(4){top: 37vw;right: 62vw;}
.abo5Warp ul li:nth-child(5){top: 20vw;right: 67vw;}
.abo5Warp ul li:nth-child(6){top: 7vw;right: 62vw;}

.abo5Warp .part{display: flex;}
.abo5Warp .part .icon{width: 5.2vw;height: 5.2vw;border-radius: 50%;display: flex;justify-content: center;align-items: center;background: #ccc;margin-right: 1vw;transition: 0.3s;font-size: 0px;line-height: 1;}
.abo5Warp .part .icon img{width: 2.5vw;height: auto;max-width: 100%;max-height: 100%;}
.abo5Warp .part .desc{flex: 1;color: #666;max-width: 20vw;}
.abo5Warp .part .numb{font-size: 1.32vw;font-weight: bold;margin-top: 0.5vw;}
.abo5Warp .part .tit{font-size: 1.32vw;margin-top: 0.5vw;font-weight: bold;transition: 0.3s;}
.abo5Warp .part .txt{font-size: 1vw;color: var(--main-color3);margin-top: 0.5vw;transition: 0.3s;opacity: 0;visibility: hidden;}
.abo5Warp .part:hover .tit{height: 0;opacity: 0;visibility: hidden;}
.abo5Warp .part:hover .txt{height: auto;opacity: 1;visibility: visible;}
.abo5Warp .part:hover .icon{background: #c7b897;}

.abo5Warp ul li:nth-child(4) .part .icon,
.abo5Warp ul li:nth-child(5) .part .icon,
.abo5Warp ul li:nth-child(6) .part .icon{order: 1;margin-right: 0;margin-left: 1vw;}

.abo5Warp ul li:nth-child(4) .part .desc,
.abo5Warp ul li:nth-child(5) .part .desc,
.abo5Warp ul li:nth-child(6) .part .desc{order: 0;text-align: right;}

.about6{width: 100%;}
.abo6Warp{width: 100%;display: flex;flex-direction: column;align-items: center;}
.abo6Warp .title{font-size: 2.4vw;color: #fff;font-weight: bold;text-align: center;width: 100%;margin-top: 1.5vw;}
.abo6Warp .txt{color: #fff;font-size: 0.96vw;text-align: center;width: 100%;margin-top: 20px;}
.abo6Btn{width: 5.2vw;height: 5.2vw;background: #fff;border-radius: 50%;display: flex;justify-content: center;align-items: center;border-radius: 50%;color: var(--main-color3);font-size: 1.28vw;cursor: pointer;transition: 0.3s;}
.abo6Btn i{padding-left: 6px;}
.abo6Btn:hover{transform: scale(1.05);}

.about7{width: 100%;background: #fff;}
.abo7List{width: 100%;}
.abo7List ul li{width: 33.3%;padding: 10px;}
.abo7List .part{width: 100%;height: 100%;border-radius: 18px;padding: 3vw 1.5vw;background: #f3f1ee url(../images/about_bg2.png) center no-repeat;background-size: cover;transition: 0.3s;}
.abo7List .part .tit{font-size: 1.5vw;color: #333;padding-bottom: 0.5vw;margin-bottom: 0.5vw;border-bottom: 1px dashed #ddd;font-weight: bold;}
.abo7List .part .txt{font-size: 0.82vw;color: #555;}
.abo7List .part:hover{box-shadow: var(--main-shadow);}

.tongtu{width: 100%;}
.tongtu img{width: 100%;}

/*contact*/

.contact{width: 100%;padding: 200px 0 80px;color: #94897C;}
.innerTit{color: #94897C;font-size: 3vw;}
.contactWarp{width: 100%;}
.contactWarp .left{width: 45%;}
.contactWarp .right{width: 50%;}
.contactWarp .right .img{width: 100%;}
.contactWarp .right .img img{width: 100%;}
.contactWarp .right .innerTit{margin-top: 60px;}

.contactForm{background: rgba(255,251,245,0.3);padding: 60px;}
.contactForm .txt{font-size: 14px;line-height: 25px;letter-spacing: 1.4px;}
.contactForm ul li{margin-top: 50px;width: 100%;}
.contactForm ul li.w50{width: 46%;}
.contactForm .tit{font-size: 16px;letter-spacing: 1.6px;color: #94897C;}
.contactForm .tit i{color: #f00;font-style: normal;}
.contactForm .input{margin-top: 5px;}
.contactForm .input input,
.contactForm .input select,
.contactForm .input textarea{height: 35px;line-height: 35px;color: #94897C;opacity: 0.7;font-size: 14px;outline: none;width: 100%;background: transparent;border: none;border-bottom: 1px solid rgba(148,137,124,0.3);}
.contactForm .input textarea{height: 110px;border: 1px solid rgba(148,137,124,0.3);padding: 10px;}
.contactForm .btn{width: 100%;display: flex;justify-content: center;}
.contactForm .btn button{position: relative;margin: 0 auto;display: inline-block;padding: 15px 10px;cursor: pointer;border: none;background: transparent;border-bottom: 1px solid #94897C;}
.contactForm .btn button:before{position: absolute;left: 0;width: 100%;height: 0;bottom: 0;display: block;content: "";background: rgba(148,137,124,0.15);transition: all 0.6s;z-index: 1;}
.contactForm .btn button i{position: relative;display: inline-block;padding-left: 30px;font-size: 16px;line-height: 25px;color: #94897C;background: url(../images/ico20.svg) no-repeat center left;z-index: 2;}

.contactForm .btn button:hover:before{height: 100%;}

.contTel{margin-top: 50px;}
.contTel .line{width: 1px;height: 30px;background: #94897C;}
.contTel .item{display: flex;align-items: center;}
.contTel .item .icon{width: 70px;margin-right: 20px;}
.contTel .item .icon img{width: 100%;}
.contTel .item .desc{flex: 1;}
.contTel .item .tit{font-size: 16px;}
.contTel .item .txt{font-size: 28px;margin-top: 10px;}
.contTel .item .txt a{color: #94897C;}

.icon_btm{margin-top: 50px;display: flex;}
.icon_btm i{display: inline-block;width: 16px;height: 20px;margin-right: 10px;background: url(../images/ico12.svg) no-repeat center;background-size: 100% 100%!important;}

.rArea { position:fixed; top:50%; right:10px; transform: translateY(-50%); z-index:9999; }
.rArea ul { width:58px; padding:20px 0; background: rgba(148, 137, 124, 0.90); border-radius: 100px; box-shadow: 0 4px 4px 0 rgba(148, 137, 124, 0.30); backdrop-filter: blur(5px); }

.rArea ul li { position:relative; text-align:center; }
.rArea ul li a { display:block; cursor:pointer; padding:10px 0; }
.rArea ul li:before { position:absolute; left:50%; bottom:0; transform: translateX(-50%); display:block; content:""; width:20px; height:1px; opacity: 0.5; background: #D9D9D9; z-index:1; }
.rArea ul li:last-child:before { display:none; }
.rArea ul li .p1 { margin:0 auto; width:29px; height:29px; display:flex; flex-wrap: wrap;  flex-direction:row; justify-content: center; align-items: center; }
.rArea ul li .p1 img{width: 29px;}
.rArea ul li .p2 { font-size:12px; margin-top:5px; color:#fff; }

.rArea ul li .pp { position:absolute; right:65px; top:0; padding:10px; width:120px; background:#fff; box-shadow:0px 0px 20px rgba(0,0,0,0.1); font-size:14px; text-align:center; border-radius:5px; display:none; }
.rArea ul li .pp .pp01 img { width:100%; }
.rArea ul li .pp .pp02 { color:#333; margin-top:10px; }

.rArea ul li:hover .pp { display:block; }

.rArea .back { display:none; }
.rArea .back a { width:58px; height:58px; border-radius: 100px; background: rgba(148, 137, 124, 0.90); box-shadow: 0 4px 4px 0 rgba(148, 137, 124, 0.30); backdrop-filter: blur(5px); display:flex; flex-wrap: wrap;  flex-direction:row; justify-content: center; align-items: center; }
.rArea .back img{width: 20px;}
.rArea .back.on{display: block;}

@media all and (max-width:1200px){
	.rArea { display:none; }
}


@media only screen and (max-width: 1680px) {
.wapper{ width:100%;}
.contTel .line{width: 100%;margin: 20px 0;height: 1px;}

}

@media only screen and (max-width: 1480px) {
.wapper{ width:100%;padding: 0 35px;}
.headList .logo img{max-height: 50px;}
.menu>ul>li>a{font-size: 16px;}
.w_add1_Swiper .swiper-slide{padding-right: 60px;}





}

@media only screen and (max-width: 1280px) {
.wapper{ width:100%;padding: 0 20px;}
.headList .logo img{max-height: 45px;}
.menu>ul>li>a{padding: 0 12px;font-size: 16px;}
.hLine{height: 30px;}
.fTel{width: 30%;}
.fTel .row .info strong{font-size: 22px;}
.abo1List .tit strong{font-size: 48px;}
.abo1List .txt{font-size: 16px}
.abo1List .icon{width: 60px;margin-left: 20px;}

.iTit{font-size: 32px;}
.iTag{font-size: 16px;}
.abo2Warp .tit{font-size: 24px;}
.abo2Warp .tit2{font-size: 18px;}
.abo2Warp .info{font-size: 16px;}
.abo2Warp .info ul li{font-size: 16px;}
.iSwiperBtn .btn{width: 50px;height: 50px;margin-right: 20px;}
.iSwiperBtn .btn img{width: 26px;}
.abo4Warp .txt{font-size: 16px;margin-top: 20px;}
.abo4Tab ul li{height: auto;padding: 20px 10px;font-size: 20px;}
.abo6Btn{width: 70px;height: 70px;font-size: 18px;}
.abo6Warp .title{font-size: 24px;margin-top: 20px;}
.abo6Warp .txt{font-size: 16px;}
.abo7List .part{padding: 30px 20px;}
.abo7List .part .tit{font-size: 20px;padding-bottom: 10px;margin-bottom: 10px;}
.abo7List .part .txt{font-size: 14px;}
.contactForm{padding: 30px;}
.contTel .item .txt{font-size: 24px;}
.innerTit{font-size: 48px;}
.w_add1_Swiper .swiper-slide{padding-right: 30px;}

}

@media only screen and (max-width: 999px) {
.header{ display:none}
.sp_header1{ display:block;}
.sjj_nav1{ display:block;}
.wapper{ width:100%;padding: 0 10px;}
.hHei{height: 70px;}
.pt100{padding-top: 80px;}
.pb100{padding-bottom: 80px;}
.fLogo img{max-height: 45px;}
.fTit{font-size: 16px;margin-bottom: 20px;}
.fMenu ul li a{font-size: 14px;}
.fTel{width: 35%;}
.fTel .row .icon{width: 45px;}
.fTel .row .info{font-size: 14px;}
.fTel .row .info strong{font-size: 18px;}
.copright{font-size: 14px;}
.fShare ul li img{width: 40px;}
.toTop{font-size: 15px;}
.abo3List ul li{width: 50%;}
.abo3List .part{width: 40vw;}
.abo3List .part .info{height: 22vw;}
.abo3List .part .icon{width: 6vw;height: 8vw;}
.abo3List .part .tit{font-size: 3.6vw;}
.abo3List .part .txt{font-size: 16px;}
.abo1List ul li{padding: 20px 0;}
.contact{padding: 60px 0;}
.contactWarp .left{width: 100%;}
.contactWarp .right{width: 100%;}
.innerTit{font-size: 38px;}
.w_add1_Swiper .swiper-slide{padding: 0 20px;}
.w_add1_menu a{font-size: 20px;}

}

@media only screen and (max-width: 780px) {
.banTop .img{width: 40%;}
.banTop .txt{width: 49%;font-size: 2px;line-height: 1.5;}
.pt100{padding-top: 60px;}
.pb100{padding-bottom: 60px;}
.i1Txt{font-size: 14px;}
.i1List{padding-top: 50px;}
.i2Warp .desc{width: 100%;padding: 50px;}
.i2Warp .img{width: 100%;height: auto;}
.i2Tit{position: relative;top: auto;left: 0;width: 100%;padding-top: 50px;}
.i2Tit span{font-size: 16px;}
.i2Tit strong{outline-offset: 32px;margin-top: 10px;}
.i2Warp .tit{font-size: 32px;margin-bottom: -20px;margin-top: 20px;}
.i2Warp .img_inner{width: 220px;height: 260px;}
.i2Warp .more{margin-top: 20px;}
.swiper .swiper-button-next, .swiper .swiper-button-prev{top: 25%;}
.iTit{font-size: 28px;}
.iSwiperBtn{margin-top: 35px;}

.fLogo{width: 100%;text-align: left;margin-bottom: 20px;}
.fMenu{width: 100%;text-align: left;margin-bottom: 20px;}
.fMenu ul{display: flex;flex-wrap: wrap;}
.fMenu ul li{width: 33.3%;}
.fTel{width: 100%;}
.fImgList ul li{width: 25%;}
.abo1Warp .left{width: 100%;}
.abo1Warp .right{width: 100%;}
.abo2Warp .left{width: 100%;margin-bottom: 20px;}
.abo2Warp .right{display: none;}
.abo3List ul li{width: 100%;}
.abo3List .part{width: 300px;}
.abo3List .part .top{height: 200px;}
.abo3List .part .icon{width: 55px;height: 65px;}
.abo3List .part .tit{font-size: 30px;margin-top: 15px;}

.abo4Warp .img{width: 100%;order: 0;margin-bottom: 20px;}
.abo4Warp .desc{width: 100%;order: 1;}
.abo4Tab ul li{width: 100%;}
.abo4Tab ul li:after{display: none;}
.abo5Warp .bg img{width: 80%;margin-bottom: 20px;}
.abo5Warp ul li{position: relative;top: auto !important;left: auto !important;bottom: auto !important;right: auto !important;padding: 10px 0;}
.abo5Warp .part .icon{width: 80px;height: 80px;margin-right: 20px;}
.abo5Warp .part .icon img{width: 45px;}
.abo5Warp .part .desc{max-width: 100%;}
.abo5Warp .part .numb{font-size: 24px;margin-top: 5px;}
.abo5Warp .part .tit{font-size: 20px;margin-top: 10px;}
.abo5Warp .part .txt{font-size: 14px;margin-top: 10px;display: block;height: auto;opacity: 1;visibility: visible;}
.abo5Warp .part:hover .tit{opacity: 1;height: auto;visibility: visible;}
.abo5Warp ul li:nth-child(4) .part .icon,
.abo5Warp ul li:nth-child(5) .part .icon,
.abo5Warp ul li:nth-child(6) .part .icon{order: 0;margin-right: 20px;margin-left: 0;}

.abo5Warp ul li:nth-child(4) .part .desc,
.abo5Warp ul li:nth-child(5) .part .desc,
.abo5Warp ul li:nth-child(6) .part .desc{order: 1;text-align: left;}

.abo7List ul li{width: 100%;padding: 10px 0;}

.contactForm ul li{margin-top: 25px;}
.contactForm ul li.w50{width: 100%;}
.contTel .item .icon{width: 55px;}
.contTel .item .txt{font-size: 20px;}

.footer{padding-top: 60px;}

.w_add1_menu a{padding: 20px 0;font-size: 18px;}
.w_add1_Swiper .swiper-slide{margin: 0;padding: 0 15px;}
.theme1Warp .desc{width: 100%;margin-bottom: 35px;order: 0;}
.theme1Warp .img{width: 100%;order: 1;}
.theme1Warp .imgBtm{margin-top: 35px;}

.theme2 .theme1Warp .desc{width: 100%;margin-bottom: 35px;order: 0;}
.theme2 .theme1Warp .img{width: 100%;order: 1;}
.theme3List ul{flex-wrap: wrap;}
.theme3List ul li{width: 50%;}
.theme3List ul li.active{width: 50%;}







}