﻿/*common start*/
@font-face {
	font-family: 'SourceHanSerifCN-Regular';
	src: url('../fonts/SourceHanSerifCN-Regular.eot?v=4.7.0');
	src: url('../fonts/SourceHanSerifCN-Regular.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/SourceHanSerifCN-Regular.woff2?v=4.7.0') format('woff2'), url('../fonts/SourceHanSerifCN-Regular.woff?v=4.7.0') format('woff'), url('../fonts/SourceHanSerifCN-Regular.ttf?v=4.7.0') format('truetype'), url('../fonts/SourceHanSerifCN-Regular.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,strong,input{ margin:0; padding:0;list-style:none;text-decoration:none;border:0; list-style:none;}
body{ font-size:12px;font-family:''; color:#212529;background: #c8baa2;}
a{color:#212529;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;}
.w1580{width: 100%;max-width: 1580px;margin: 0 auto;}
.w1280{width: 100%;max-width: 1280px;margin: 0 auto;}





.header{ position:fixed;top: 0;left: 0;width: 100%;z-index: 99999;transition: 0.3s;}
.hWarp{padding: 0 15px;box-sizing: border-box;height: 206px;transition: 0.3s;}
.logo{width: 150px;margin: 50px;transition: 0.3s;}
.logo img{max-width: 150px;width: auto;height: auto;transition: 0.3s;}
.hRight{margin: 50px;transition: 0.3s;}
.searchBtn{font-size: 18px;color: #fff;}
.language{margin: 0 10px;}
#lang_choice_1 {
	height: auto;
	text-align: center;
	text-transform: uppercase;
	border: 0px !important;
	padding: 0px 18px 0px 5px;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url(../images/sanjiao_down.png) right top -2px no-repeat;
	color: #fff;
	outline: none;
	font-size: 16px;
}
select option{color: #c8baa2;}
#lang_choice_1 option{padding: 10px;text-align: left;}

.sp_nav{width:50px;float:right;position:relative;cursor:pointer;height:30px;margin-top:15px}
.sp_nav span{display:block;background:#fff;width:35px;height:1px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:10px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){top:10px;transform:rotate(-45deg)}

.header.fixed{background: #c8baa2;box-shadow: 0px 5px 20px -5px rgb(31 31 31 / 20%);}
.header.fixed .hWarp{height: 121px;}
.header.fixed .logo{margin: 0;}
.header.fixed .logo img{max-height: 40px;width: auto;}
.header.fixed .hRight{margin: 0;}
.header.fixed .searchBtn{color: #000;}
.header.fixed .sp_nav span{background: #000;}

.headTc{position: fixed;top: 0;left: 0;width: 100%;height: 100vh;overflow: hidden;z-index: 99998;background-size: contain;display: none;}
.headTc.active{display: block;}
.headmenu{position: absolute;top: 50%;transform: translateY(-50%);left: 0;width: 100%;}
.headmenu>ul{width: 94%;margin: 0 auto;display: flex;flex-wrap: wrap;}
.headmenu>ul>li{width: 20%;text-align: center;padding: 0px 12px;text-align: center;position: relative;box-sizing: border-box;line-height: 30px;}
.headmenu>ul>li>a{color: #fff;font-size: 16px;display: block;font-weight: bold;}
.headmenu ul li i{position:absolute;top:5px;right:0px;height:30px;padding:0px 7px 0 7px;display: none;}
.headmenu ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.headmenu ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.headmenu ul li i svg{width:25px;height:25px;fill:#fff}
.headmenu ul li .sjj_nav_i_se svg{fill:#fff}
.headmenu ul li ul{position: absolute;left: 0;top: 30px;text-align: center;font-size: 13px;width: 100%;padding-top: 10px;font-weight: bold;line-height: 25px;display: none;}
.headmenu ul li ul li a{color: #fff;}

.headmenu>ul>li:hover ul{display: block;}
.headmenu a:hover{color: #c8baa2;}

.header.on{background: transparent !important;box-shadow: none; accelerator: ;}
.header.on .hWarp{height: 206px !important;}
.header.on .logo{margin: 50px !important;}
.header.on .logo img{max-height: none !important;width: auto;}
.header.on .hRight{margin: 50px !important;}
.header.on .searchBtn{color: #fff !important;}
.header.on .sp_nav span{background: #fff !important;}

.navInfo{position: absolute; bottom: 20px;left: 0;right: 0;margin: auto;text-align: center;width: 90%;font-size: 12px;color: #fff;transform: scale(0.8);}
.navInfo a{color: #fff;}


.tcSearch {
	position: fixed;
	z-index: 99999;
	background-color: rgba(0, 0, 0, 0.9);
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	-webkit-transform-origin: bottom center;
	-ms-transform-origin: bottom center;
	transform-origin: bottom center;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: -webkit-transform .3s .5s;
	transition: transform .3s .5s;
}

.tcSearch.active {
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition: -webkit-transform .3s;
	transition: transform .3s;
}

.tcSearch .Warp{position: relative;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;padding: 45px;box-sizing: border-box;}
.searchClose{position: absolute;top: 0;left: 0;color: #fff;font-size: 50px;}
.tcSearch .panel{height: auto;width: 100%;max-width: 700px;position: relative;padding-top: 70px;}
.tcSearch.active .panel{opacity: 1;}
.tcSearch .panel form{display: flex;justify-content: space-between;align-items: center;height: 80px;}
.tcSearch input{width: calc(100% - 130px);border: none;border-bottom: 1px solid #fff;padding: 0 10px;box-sizing: border-box;height: 30px;background: none;font-size: 14px;}
.tcSearch input::placeholder{color: #fff;}
.tcSearch button{width: 120px;height: 30px;background: none;border: 1px solid #fff;color: #fff;}




/*swiper*/
.swiper {width: 100%;height: 100%;}
.swiper-slide {background: transparent;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;}

/*common*/
.iComTitle{}

.disFlex{display: flex;flex-wrap: wrap;}
.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;}
.bgfff{background: #fff;}
.fff{color: #fff !important;}
.pt100{padding-top: 100px;}
.pb100{padding-bottom: 100px;}
.pt130{padding-top: 130px;}
.pb140{padding-bottom: 140px;}
.img{font-size: 0px;overflow: hidden;}
img{transition: 0.5s;}
em{font-style: normal;}
.overflow2{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.overflow1{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width: 100%;display: block;}

.clearfix:before,
.clearfix:after {content: "";display: table;}
.clearfix:after {clear: both;overflow: hidden;}
.clearfix {*zoom: 1;}
.f_left{float: left;}
.f_right{float: right;}

.mb{display: none;}
.uppercase {text-transform: uppercase;}

/*banner*/
.banner{width: 100%;position: relative;height: 100vh;overflow: hidden;background: #c8baa2;}
.banner .part{width: 100%;height: 100%;overflow: hidden;position: relative;}
.banner .part .video{width: 100%;height: 100%;overflow: hidden;}
.banVideo{width: 100%;height: 100%;object-fit: cover;}
.banner .part .img{width: 100%;height: 100%;overflow: hidden;}
.banner .part .img img{width: 100%;height: 100%;object-fit: cover;}

.banTop{position: absolute;left: 0;top: 50%;transform:translateY(-50%);width: 100%;}
.banTop .desc{width: 100%;max-width: 1200px;margin: 0 auto;text-align: center;color: #fff;text-shadow: 0px 0px 10px #000;overflow: hidden;}
	.banTop .t1 {
		font-size: 46px;
		font-weight: 300;
		letter-spacing: -3px;
		transition: 0.8s;
		transform: translateX(-100%);
		font-family: '宋体';
	}
.banLink{margin-top: 30px;font-size: 20px;font-weight: 300;letter-spacing: 2px;text-transform: uppercase;}
.banLink a{color: #fff;text-decoration: underline;transition: 0.8s;transform: translateY(50px);transition-delay: 160ms;display: inline-block;}
.banLink a:hover{text-decoration: none;}
.banTop .icon{text-align: center;}
.banTop .icon img{width: 120px;height: auto;max-width: 100%;max-height: 100%;margin: 0 auto;}

.banner .swiper-slide img{transform: translate(0) scale(0.98);transition: all 1.8s cubic-bezier(0.250, 0.460, 0.450, 0.940);}
.banner .swiper-slide-active img{transform: translate(0) scale(1.02);}

.banner .swiper-slide-active .banTop .t1{transform: translateX(0);}
.banner .swiper-slide-active .banLink a{transform: translateY(0);}


.banner .swiper-pagination-vertical.swiper-pagination-bullets,.banner .swiper-vertical>.swiper-pagination-bullets{right: 0;top: auto;bottom: 0;}
.banner .bannerPage {
	position: absolute;
	width: 100%;
	z-index: 900;
	transform: translate(0px, 0px) !important;
	left: 0;
	right: 0;
	top: auto;
	bottom: 0px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	padding: 50px 0px;
	align-items: center!important;
	display: flex;
	justify-content: center;
	box-sizing: border-box;
}
.banner .bannerPage .swiper-pagination-bullet:first-of-type{display: none;}
.banner .bannerPage .swiper-pagination-bullet{margin: 0 45px !important;background: #fff;opacity: 1;position: relative;font-size: 16px;background: none;}
.banner .bannerPage .swiper-pagination-bullet:hover{background: #fff;}
.banner .bannerPage .swiper-pagination-bullet-active{background: #fff;}
.banner .bannerPage .swiper-pagination-bullet:after{position: absolute;width: 120px;height: 32px;line-height: 26px;color: #fff;top: -30px;content: "";left: -60px;opacity: 1;text-align: center;}

.footer{background: #144734;padding-top: 40px;font-weight: 300;padding-bottom: 16px;}
.footer .warp{padding: 0 15px;box-sizing: border-box;}
.fLogo{width: 100%;text-align: center;}
.fLogo img{max-width: 150px;height: auto;}
.fMenu{margin-top: 48px;}
.fMenu .item{ -ms-flex-preferred-size: 0; flex-basis: 20%;-ms-flex-positive: 1; flex-grow: 1;max-width: 100%;text-align: center;}
.fMenu h3{color: #877453;font-size: 17px;letter-spacing: 0.2em;font-weight: 400;margin-bottom: 20px;}
.fMenu h3 a{font-weight: bold;color: #877453;}
.fMenu ul li a {color: #877453;font-size: 15px;letter-spacing: 0.2em;font-weight: 400;text-transform: uppercase;}

.fLinks{padding: 16px 0;text-align: center;}
.fLinks a{display: inline-block;margin: 0 15px;color: #877453;font-size: 26px;}
.fDesc{text-align: center;color: #877453;font-size: 13px;letter-spacing: -1px;}
.fDesc a{color: #877453;}
.fDesc p{padding: 1px 0;}

/*----------------------------*/

.pro1{width: 100%;padding: 110px 0 80px;background-size: 150px;text-align: center;background-image: url(../images/banIcon.png);background-size: 150px; background-position:center top 50px; background-repeat:no-repeat;}
.pro1 .wapper{max-width: 980px;}
.pro1t1 {
	font-size: 14px;
	color: #212529;
	letter-spacing: 2px;
	font-family: '宋体';
}
.pro1t2 {
	font-size: 36px;
	color: #212529;
	padding-bottom: 40px;
	padding-top: 20px;
	font-weight: 800;
	font-family: '宋体';
}
.pro1Txt{font-size: 16px;color: #212529;line-height: 1.8;letter-spacing: 1px;}

.btm-border {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.25em;
}
.btm-border:after {
	content: "";
	position: absolute;
	width: 60%;
	bottom: -2px;
	height: 1px;
	left: 0;
	right: auto;
	margin: auto;
	background: rgba(0, 0, 0, 0.6);
	transition: all 200ms ease-in-out;
}

.btm-border.white:after {
	content: "";
	position: absolute;
	width: 60%;
	bottom: -2px;
	height: 1px;
	left: 0;
	right: auto;
	margin: auto;
	background: rgba(255, 255, 255, 0.6);
	transition: all 200ms ease-in-out;
}
.btm-border:hover:after{width: 100%;}
.abs_letter {
	font-size: 13vw;
	font-style: italic;
	position: absolute;
	color: #fff;
	opacity: 0.1;
	left: 0;
	right: 0;
	margin: auto;
	line-height: 10vw;
	text-align: center;
	font-weight: 500;
	top: 0px;
	bottom: 0px;
}

.letter2 {
	letter-spacing: 0.2em;
}

.pro2{width: 100%;overflow: hidden;}
.pro2Item{width: 50%;position: relative;overflow: hidden;}
.pro2Item .imgBox{display: block;width: 100%;position: relative;overflow: hidden;}
.pro2Item .imgBox .img{width: 100%;height: 100%;overflow: hidden;position: relative;}
.pro2Item .imgBox .img img{width: 100%;height: 100%;object-fit: cover;}
.pro2Item .imgBox .img:before{position: absolute;top: 0;left: 0;width: 100%;height: 100%;opacity: 0;content: "";}
.pro2Item .imgBox:hover .img:before {background-color: #144734;-webkit-transition: all 400ms linear;-moz-transition: all 400ms linear;-ms-transition: all 400ms linear;transition: all 400ms linear;opacity: 0.8;}
.pro2Item .imgBox .imgTop {position: absolute;top: 45%;left: 0;right: 0;margin: auto;text-align: center;transition: 0.6s;transform: translateY(-50%);opacity: 0;visibility: hidden;z-index: 999;color: #fff;}
.pro2Item .imgBox:hover .imgTop {opacity: 1;visibility: visible;transform: translateY(0);}
.pro2Item .t1{font-style: italic;font-size: 40px;font-weight: 300;margin-bottom: 8px;letter-spacing: -2px;}
.pro2Item .txt{position: relative;font-size: 12px;font-weight: 400;letter-spacing: 2px;display: inline-block;}
.pro2Item .desc{width: 66.666667%;margin: 0 auto;font-size: 18px;color: #212529;transform: scale(0.8);padding: 50px 0;}
.pro2Item .desc .t1{display: none;}
.pro2Item .desc .txt{display: none;}


.pro3{width: 100%;background: #877453;}
.pro3 .wapper{padding: 15px;max-width: 1140px;box-sizing: border-box;}
.pro3 .desc{padding: 50px 0;position: relative;}
.pro3 .info{text-align: center;}
.pro3 .info a{font-size: 12px;color: #212529;transition: 0.8s;display: inline-block;}

/*----------------------------*/
.proCTop{width: 100%;text-align: center;height: 100vh;padding-top: 150px;position: relative;box-sizing: border-box;}
.scroll_down{position: absolute;left: 0;right: 0;margin: auto;bottom: 30px;font-size: 34px;color: #fff;animation: bounce-up 1s linear infinite;}
.scroll_down img{width: 30px;}

@-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);
}
}

.proCcet{width: 100%;padding: 40px 0;background: #c8baa2;}
.proCcet ul li{width: 50%;padding: 0 10px;box-sizing: border-box;}
.proCbtn a{display: block;width: 100%;height: 70px;line-height: 70px;background: #fff;background: #fff;text-transform: uppercase;font-size: 18px;text-align: center;border-radius: 50px;}
.proCitem1 .proCbtn .proCbtn1{background: #877453;color: #fff;}
.proCitem2 .proCbtn .proCbtn2{background: #877453;color: #fff;}
.proCcet .pro1t1,
.proCcet .pro1t2{text-align: center;display: none;}


.proCbtm .w1580{padding: 0 10px;box-sizing: border-box;}
.proCslide{width: 100%;}
.proCtab{padding: 20px 0;}
.proCtab ul{display: flex;justify-content: center;flex-wrap: wrap;}
.proCtab ul li{display: inline-block;}
.proCtab a{font-size: 16px;color: #000;position: relative;display: block;letter-spacing: 2px;}
.proCtab a:after{content: "|";padding: 0 10px;}
.proCtab ul li:last-child a:after{display: none;}
.proCtab ul li.on a{color: #877453;}

.proCpanel{width: 100%;}
.proClist ul li{width: 25%;float: left;padding: 0 20px;box-sizing: border-box;margin-bottom: 30px;}
.proClist .part{display: block;width: 100%;height: 100%;text-align: center;transition: 0.3s;}
.proClist .part .img{display: block;width: 100%;position: relative;overflow: hidden;height: 348px;}
.proClist .part .img a{display: flex;justify-content: center;align-items: flex-end;width: 100%;height: 100%;}
.proClist .part .img img{width: auto;height: auto;max-width: 80%;max-height: 100%;}
.proClist .part:hover .img img{transform: scale(1.15);}

.proClist .part .desc{width: 100%;padding-top: 15px;}
.proClist .part .t1{font-size: 20px;}
.proClist .part .t2{font-size: 16px;color: #877453;margin: 10px 0;}
.moreBtn {
	border: 1px solid;
	padding: 6px 15px 5px;
	border-radius: 35px;
	letter-spacing: 0.1em;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
	font-size: 12px;
	display: inline-block;
}

.btn-rounded.moreBtn {
	font-size: 10px;
	letter-spacing: 0.2em;
	font-family: mr-eaves-sans, sans-serif;
	font-weight: 200;
	text-transform: uppercase;
}

.btn-rounded:hover,
.btn-classic:hover {
	background-color: #144734;
	border-color: #144734;
	color: #fff;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}

.proLineSlide{width: 100%;}
.proLineTab{padding: 40px 0;}
.proLineTab ul{display: flex;flex-wrap: wrap;justify-content: center;}
.proLineTab ul li{display: inline-block;margin-right: 30px;}
.proLineTab ul li:last-child{margin-right: 0;}
.proLineTab a{color: #000;font-size: 14px;text-transform: uppercase;display: block;line-height: 20px;}
.proLineTab a:hover{color: #877453;}
.proLineTab ul li.on a{color: #877453;}
.proLineTab .clolr{display: inline-block;width: 20px;height: 20px;border-radius: 50%;background: #4c7265;vertical-align: middle;margin-right: 5px;}
.proLineTab ul li:nth-child(2) .clolr{background: #ededed;}
.proLineTab ul li:nth-child(3) .clolr{background: #b35554;}
.proLineTab ul li:nth-child(4) .clolr{background: #4e6d85;}

.proLineWarp{width: 100%;background: #4c7265;color: #fff;padding-top: 75px;padding-bottom: 20px;}
.proLineWarp .top .part{padding: 24px;text-align: center;font-size: 13px;}
.proLineWarp .top .part img{width: 70px;margin-bottom: 5px;}

.proLineInfo{font-size: 14px;text-align: center;max-width: 800px;margin: 8px auto;}

.proLineList{width: 100%;}
.proLineList dl{margin-bottom: 20px;display: flex;justify-content: space-between;flex-wrap: wrap;}
.proLineList dl:last-child{margin-bottom: 0;}
.proLineList dl dt{width: 25%;padding: 20px 15px;border-left: 1px solid #fff;border-right: 1px solid #fff;box-sizing: border-box;}
.proLineList dl dd{width: 75%;padding: 0 15px;box-sizing: border-box;}
.proLineList dl dt .t1{font-size: 42px;font-style: italic;letter-spacing: -2px;}
.proLineList dl dt .info{font-weight: 200;margin-top: 48px;font-size: 16px;}
.proLineList ul{display: flex;flex-wrap: wrap;}
.proLineList ul li{width: 33.33%;float: left;padding: 0 20px;box-sizing: border-box;margin-bottom: 10px;}
.proLineList .part{display: block;width: 100%;height: 100%;text-align: center;transition: 0.3s;}
.proLineList .part .img{display: block;width: 100%;position: relative;overflow: hidden;height: 348px;}
.proLineList .part .img a{display: flex;justify-content: center;align-items: flex-end;width: 100%;height: 100%;}
.proLineList .part .img img{width: auto;height: auto;max-width: 80%;max-height: 100%;}
.proLineList .part:hover .img img{transform: scale(1.15);}

.proLineList .part .desc{width: 100%;padding-top: 15px;}
.proLineList .part .t1{font-size: 20px;margin-bottom: 15px;}
.proLineList .moreBtn{color: #fff;border-color: #fff;}
.proLineList .moreBtn:hover{border-color: transparent;}

.proLinePanel .item:nth-child(1) .proLineWarp{background: #4c7265;}
.proLinePanel .item:nth-child(2) .proLineWarp{background: #ededed;color: #000;}
.proLinePanel .item:nth-child(3) .proLineWarp{background: #b35554;}
.proLinePanel .item:nth-child(4) .proLineWarp{background: #4e6d85;}

.proLineWarpStyle .proLineList dl dt{border-color: #000;}
.proLineWarpStyle .proLineList dl dt .t1{color: #000;}
.proLineWarpStyle .proLineList dl dt .info{color: #000;}
.proLineWarpStyle .proLineList .part .t1{color: #000;}
.proLineWarpStyle .proLineList .moreBtn{color: #000;border-color: #000;}

.proCitem{display: none;}
.proCitem1.active{display: block;}
.proCitem2.active{display: block;}


/*----------------------------*/
.prod1{width: 100%;background: #4C7365;text-align: center;font-weight: 300;padding-bottom: 253.274px;padding-top: 110px;position: relative;}


.prod1 .pro1Txt{max-width: 512px;margin: 0 auto; }
.pagePrve{position: absolute;top: 50%;left: 5%;transform: translateY(-50%); z-index:999}
.pageNext{position: absolute;top: 50%;right: 5%;transform: translateY(-50%); z-index:999}
.nopage{display: none;}

.prod2{width: 100%;padding-bottom: 0px;text-align: center;}
.prod2 .left{width: 25%;padding-top: 70px;}
.prod2 .right{width: 25%;padding-top: 70px;}
.prod2 .center{width: 50%;}
.prod2Tit{font-size: 30px;font-style: italic;color: #877453;}
.prod2Info{font-size: 14px;margin-top: 20px;}
.prod2Desc .part{padding: 20px;font-size: 13px;}
.prod2Desc .part img{width: 60px;margin-bottom: 15px;}
.prod2Links .part{padding: 20px;font-size: 13px;text-align: center;font-size: 14px;text-transform: uppercase;}
.prod2Links .part img{width: 60px;margin-bottom: 15px;}
.prod2Links .part i{font-size: 24px;color: #877453;}

.prod2Warp{width: 100%;position: relative;top: -253.274px;}
.prod2Warp img{max-width: 100%;max-height: 750px;width: auto;height: auto;}
.prod2Warp .desc{padding-top: 15px;}
.prod2Warp .desc a{margin: 0 5px;}


.prod3{width: 100%;background: #bdac91;padding: 50px 0;margin-bottom: 50px;}
.prod3Tit{padding-bottom: 50px;text-align: center;font-weight: 300;font-size: 32px;}
.prod3List{width: 100%;}
.prod3List ul{display: flex;flex-wrap: wrap;}
.prod3List ul li{width: 20%;padding: 0 10px;box-sizing: border-box;margin-bottom: 20px;}
.prod3List .part{display: block;width: 100%;position: relative;overflow: hidden;}
.prod3List .part .img{width: 100%;height: 247px;display: flex;justify-content: center;align-items: flex-end; position:relative;}
.prod3List .part .img:before{position:absolute; left:0; top:0; width:100%; height:100%; background:#bdac91; opacity:0; content:""; z-index:1; transition:0.3s;}
.prod3List .part:hover .img:before{opacity:0.6;}
.prod3List .part .img img{width: auto;height: auto;max-width: 100%;max-height: 100%;}

.prod3List .part h3{opacity: 0;font-size: 20px;text-align: center;position: absolute;top: 50%;left: 0;right: 0;margin: auto;transform: translate(0px, -50%);color: #000;transition: all 300ms linear;font-weight: normal; z-index:3;}
.prod3List .part:hover h3{opacity: 1;color: #000;}
.prod3List .part .desc{text-align: center;padding-top: 15px;}
.prod3List .part:hover .moreBtn{background-color: #c8baa2 !important;color: #fff;}

/*----------------------------*/
.caseWarp{padding: 0 8.333333%;box-sizing: border-box;}

.case2{width: 100%;background: #bdac91;padding: 65px 0;}
.case2Swiper{width: 100%;}
.case2Swiper .part{display: flex;flex-wrap: wrap;justify-content: space-between;max-width: 1058px;margin: 0 auto;align-items: center;width: 100%;}
.case2Swiper .part .desc{width: 50%;}
.case2Swiper .part .info{font-size: 18px;color: #212529;text-align: center;}
.case2Swiper .part .img{width: 50%;}
.case2Swiper .part .img img{width: 100%;}
.case2Swiper .swiper-button-next:after,.case2Swiper .swiper-button-prev:after{display: none;}
.case2Swiper .swiper-button-next{width: 31px;height: 31px;background: url(../images/right.png) center no-repeat;background-size: contain;}
.case2Swiper .swiper-button-prev{width: 31px;height: 31px;background: url(../images/left.png) center no-repeat;background-size: contain;}

.case1{width: 100%;padding-bottom: 60px;}
.case1 .wapper{max-width: 1030px;}
.case1 .video{width: 100%;}
.case1 .video video{width: 100%;}




/*----------------------------*/

.about1{width: 100%;padding-bottom: 50px;font-weight: 300;}
.abo1img{width: 100%;max-width: 66.6%;margin: 0 auto;;}
.abo1img img{width: 100%;}
.abo1Warp{width: 100%;position: relative;padding-top: 70px;}
.abo1Warp .left{width: 50%;text-align: center;}
.abo1Warp .right{width: 50%;}
.abo1Warp h2{letter-spacing: 0.2em;color: #fff;font-size: 36px;font-weight: normal;margin-top: 20px;}
.aboInfo{font-size: 16px;line-height: 2.2;}
.aboInfo p{line-height: 2.2;}
.abo1Year{position: absolute;left: 0;font-size: 18vw;font-style: italic;opacity: 0.2 !important;line-height: 100px;font-weight: 300;color: #fff;margin: auto;top: -10px;text-align: center;order: 1;}

.about2{width: 100%;background: #bdac91;font-weight: 300;padding-top: 48px;}
.about2 .w1580{max-width: 1520px;}
.abo2Warp{width: 100%;position: relative;padding-top: 120px;}
.abo2Warp .left{width: 50%;}
.abo2Warp .right{width: 50%;padding: 0 15px;box-sizing: border-box;}
.abo2Warp .abo1Year{font-size: 50vw;top: 0;bottom: auto;z-index: 1;right: 15%;margin: 0 auto;line-height: 16vw;}
.abo2Warp .right img{width: 100%;}

.about3{margin-top: -180px;padding-top: 200px;background: #c8baa2;}
.abo3Warp{width: 100%;padding-top: 100px;position: relative;}
.abo3Warp .left{width: 50%;}
.abo3Warp .right{width: 50%;position: relative;}
.abo3Txt {
	font-size: 70px;
	font-style: italic;
	position: absolute;
	opacity: 0.2;
	left: 0;
	line-height: 100px;
	text-align: center;
	transform: translateX(-30%);
	color: #fff;
	font-family: '宋体';
}

.abo3Img{width: 100%;text-align: center;}
.abo3Img img{width: auto;max-width: 100%;}






/*----------------------------*/
.contact1{width: 100%;padding-bottom: 60px;}
.contact1 .img{width: 100%;}
.contact1 .img img{width: 100%;}

.contact2{width: 100%;font-weight: 300s;}
.cont2Warp{max-width: 790px;padding: 50px 15px;margin: 0 auto;}
.contNum{width: 100%;}
.contNum span{display: flex;justify-content: center;align-items: center;width: 50px;height: 50px;border: 2px solid #212529;border-radius: 50%;font-size: 40px;font-style: italic;margin: 0 auto;}
.cont2Txt{text-align: center;margin: 15px 0;font-size: 14px;}
.contForm{width: 100%;}
.contForm select {
	color: #212529!important;
	height: 50px;
	width: 100%;
	border: 1px solid #bdac91 !important;
	font-family: mr-eaves-sans, sans-serif;
	font-weight: 200;
	font-size: 14px;
	padding: 0px 10px;
	margin-bottom: 10px;
	background: none !important;
	border-radius: 0px;
	-moz-appearance: none;
	-webkit-appearance: none;
	outline: none;
}

.contact3{background: #144734;padding: 50px 0;}
.contact3 .contNum span{color: #ded5c7;border-color: #ded5c7;}
.cont3Warp{width: 100%;margin-top: 20px;}
.cont3Item{margin-bottom: 20px;}
.cont3Btn{width: 100%;border-top: 2px solid #fff;border-bottom: 2px solid #fff;color: #fff;font-weight: bold;text-align: center;font-size: 24px;position: relative;padding: 30px;box-sizing: border-box;cursor: pointer;}
.cont3Btn:after{content: "+";position: absolute;top: 0;right: 30px;line-height: 95px;transition: 0.3s;}
.cont3Btn.on{background: #bb8c37;}
.cont3Btn.on:after{transform: rotate(45deg);}

.cont3Panel{width: 100%;display: none;}
.cont3Panel>ul>li{margin-top: 10px;}
.cont3Tab{line-height: 57px;background: #fff;position: relative;text-align: center;background: #fff;font-size: 16px;font-weight: bold;text-transform: uppercase;color: #144734;cursor: pointer;}
.cont3Tab:after{content: "+";position: absolute;top: 0;right: 30px;line-height: 57px;transition: 0.3s;font-size: 24px;}
.cont3Tab.on{color: #bb8c37;}
.cont3Tab.on:after{transform: rotate(45deg);}

.cont3Inner{width: 100%;background: #fff;padding: 20px;box-sizing: border-box;display: none;}
.cont3Form{width: 100%;}
.cont3Form ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.cont3Form ul li{width: 49%;margin-bottom: 30px;}
.cont3Form .w100{width: 100% !important;}
.cont3Form input,
.cont3Form textarea{width: 100%;color: #212529;height: 50px;padding: 0 10px;box-sizing: border-box;border: 1px solid #bdac91 ;font-size: 14px;font-weight: 200;outline: none;font-family:'';}
.cont3Form input::placeholder,
.cont3Form textarea::placeholder{color: #212529;font-weight: bold;}
.cont3Form textarea{padding: 10px;height: 150px;}
.cont3Form input.checkbox{width: 15px;height: 15px;}
.cont3Form .input{padding: 0 2%;box-sizing: border-box;font-size: 12px;color: #212529;}
.cont3Form button {
	padding: 10px 40px;
	border-radius: 0px;
	font-size: 18px;
	color: #fff;
	background-color: #bb8c37;
	text-transform: uppercase;
	width: auto;
	max-width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: 800;
	border: none;
}
.cont3Form .t1{text-align: center;margin: 20px 0;font-size: 18px;font-weight: 300;}
.cont3Form .t2{font-size: 16px;font-weight: 300;font-size: 16px;margin-bottom: 5px;}
.radioWarp .radio{width: 33.33%;}
.radioWarp .radio input{width: 15px;height: 15px;margin-right: 5px;vertical-align: middle;}
.radioWarp .radio label{display: inline-block;margin-right: 10px;vertical-align: middle;font-size: 16px;}

/*----------------------------*/

.lfd1{width: 100%;position: relative;padding: 60px 0;background: #144734;}
.lfd1:before{position: absolute;width: 0;height: 0;font-size: 0;line-height: 0;overflow: hidden;border-width: 25px;border-style: dashed dashed dashed solid;border-color: transparent transparent #144734 transparent;top: -45px;left: 0;right: 0;margin: auto;content: "";}
.lfd1:after{position: absolute;width: 0;height: 0;font-size: 0;line-height: 0;overflow: hidden;border-width: 20px;border-style: dashed dashed dashed solid;border-color: transparent transparent #c8baa2 transparent;bottom: 0;left: 0;right: 0;margin: auto;content: "";}
.lfd1Top{width: 100%;max-width: 550px;margin: 20px auto;}
.lfd1Top select{width: 100%;height: 50px;background: none;background: none;font-size: 14px;color: #fff;-moz-appearance: none;-webkit-appearance: none;border: none;border-bottom: 1px solid #fff;outline: none;}

.lfd1Warp{width: 100%;margin-top: 60px;}
.lfd1Warp .left{width: 30%;}
.lfd1Warp .right{width: 63%;}
.lfd1Warp h2{color: #fff;font-size: 18px;}
.lfd1Tab{margin-top: 20px;}
.lfd1Tab ul li{margin-bottom: 10px;border-bottom: 1px solid #fff;line-height: 50px;font-size: 16px;color: #fff;cursor: pointer;}
.lfd1Tab ul li.on{color: #877453;}
.lfd1Panel{width: 100%;}
.map{width: 100%;height: 600px;}
.map img{width: 100%;height: 100%;object-fit: cover;}


.lfd2{width: 90%;margin: 0 auto;padding: 30px 0;}
.lfd2 .img{width: 100%;}
.lfd2 .img img{width: 100%;}

.inside{padding-bottom: 50px;}



/*----------------------------*/
@media only screen and (max-width: 1680px) {
.w1580{max-width: 83.33%;}
.proClist .part .img{height: 251px;}
.proLineList .part .img{height: auto;}
.w1280{max-width: 66.66%;}
.about2 .w1580{max-width: 83.33%;}
}

@media only screen and (max-width: 1380px) {
.proLineList dl dt .t1{font-size:32px;}
.w1280{max-width: 78%;}


}


@media only screen and (max-width: 1230px) {
.wapper{width: 100%;}
.proClist ul li{width: 33.3%;}
.proLineList dl dt .t1{font-size: 26px;}
.w1280{max-width: 88%;}
.abo1Year{top: 0;line-height: normal;}
.cont3Btn{padding: 25px;font-size: 20px;}
.cont3Btn:after{line-height: 70px;}
.cont3Tab{line-height: 52px;font-size: 15px;}
.cont3Tab:after{line-height: 52px;}

}

@media only screen and (max-width: 1024px) {
.headmenu>ul>li{width: 100%;}
.headmenu>ul>li ul{display: block;padding-top: 0px;position: relative;top: 0;}
.headmenu>ul>li:hover ul{display: block;}
.headmenu ul li ul li a{font-weight: normal;}
.banTop .t1{font-size: 32px;}
.fMenu h3{font-size: 16px;margin-bottom: 15px;}
.fMenu ul li a{font-size: 13px;}
.fDesc{font-size: 12px;}
.pro1Txt{display: none;}
.pro1{padding-top: 150px;}
.pro1t2{font-size: 30px;}
.pro2Item .desc .t1{display: block;}
.pro2Item .desc .txt{display: block;}
.pro2Item .imgBox .imgTop{display: none !important;}
.pro3 .info .pro1t2{font-size: 20px;font-weight: 300;}
.abs_letter{font-size: 20vw;line-height: normal;}
.proCbtn a{font-size: 16px;}
.proLineList dl dt{width: 100%;border: none;border-top: 1px solid #fff;}
.proLineList dl dd{width: 100%;}
.proLineList dl dt .t1 br{display: none;}
.proLineList .part .t1{font-size: 18px;font-weight: 300;}
.proClist .part .t1{font-size: 18px;font-weight: 300;}
.proCTop{height: 450px;padding: 0;}
.proCTop .pro1t1,
.proCTop .pro1t2{display: none;}
.proCcet .pro1t1,
.proCcet .pro1t2{display: block;}
.proCtab a{font-weight: 300;}
.prod1 .pro1Txt{display: block;}
.prod2 .left{width: 100%;order: 1;padding-top: 50px;}
.prod2 .center{width: 100%;order: 0;}
.prod2 .right{width: 100%;order: 2;padding-top: 50px;}
.prod2Warp{top: auto;margin-top: -253.274px;}
.prod3List ul li{width: 33.33%;}
.caseWarp{padding: 0;}
.caseWarp .part{padding: 0 9%;box-sizing: border-box;}
.abo1Warp .left{width: 100%;}
.abo1Warp .right{width: 100%;}
.abo1Year{right: 0;text-align: center;font-size: 26vw;top: -10vw;}
.abo2Warp .left{width: 100%;order: 1;margin-top: 20px;}
.abo2Warp .right{width: 100%;order: 0;}
.abo2Warp .abo1Year{right: 0;top: 0;left: 0;bottom: 0;line-height: normal;margin: auto;font-size: 75vw;}
.abo3Warp .left{width: 100%;order: 1;margin-top: 20px;}
.abo3Warp .right{width: 100%;order: 0;}
.abo3Txt{position: relative;left: 0;top: 0;transform: none;text-align: left;}
.lfd1Warp .left{width: 100%;}
.lfd1Warp .right{width: 100%;margin-top: 50px;}
.lfd1Tab ul{display: flex;flex-wrap: wrap;}
.lfd1Tab ul li{width: 20%;}


}

@media only screen and (max-width: 799px) {
.logo{width: auto;margin: 0;}
.hWarp{height: 116px;}
.hRight{margin: 0;}
.header.on .logo{width: auto;margin: 0 !important;}
.header.on .hRight{margin: 0 !important;}
.header.on .hWarp{height: 116px !important;}
.pro2Item .desc{width: 95%;}
.pro3 .desc{padding: 20px 0;}
.w1580{max-width: 96%;}
.proClist ul li{padding: 0 10px;}
.abo1img{max-width: 80%;}
.about2 .w1580{max-width: 96%;}
.abo3Txt{font-size: 46px;line-height: normal;}
.abo2Warp{padding: 0;}
.lfd1Tab ul li{width: 50%;}



}

@media only screen and (max-width: 640px) {
.logo img{max-height: 40px;}
.banTop .t1{font-size: 26px;}
.banLink{font-size: 12px;margin-top: 10px;}
.tcSearch .Warp{padding: 0 10px;}
.tcSearch button{width: 100px;}
.fMenu{display: block;text-align: center;}
.fMenu .item{width: 100%;flex: 1;}
.fMenu h3{margin: 15px 0;font-size: 15px;}
.pro1t2{font-size: 20px;}
.pro1t1{font-size: 12px;}
.pro1{padding-top: 100px;padding-bottom: 30px;}
.pro2Item{width: 100%;}
.pro2Item .desc .info{display: none;}
.pro3 .desc{padding: 0;}
.pro3 .info .pro1t2{padding-bottom: 20px;}
.abs_letter{font-size: 26vw;}
.w1580{max-width: none;box-sizing: border-box;padding: 0 10px;box-sizing: border-box;}
.proCcet .pro1t1, .proCcet .pro1t2{padding-bottom: 10px;}
.proCcet ul li{width: 100%;margin: 10px 0;}
.proCcet ul li a{width: 100%;height: auto;line-height: normal;text-align: center;padding: 10px;box-sizing: border-box;}
.proClist ul li{width: 100%;}
.proClist .part .img{height: auto;}
.proCtab a{font-size: 12px;letter-spacing: normal;}
.proLineTab a{font-size: 12px;}
.proLineTab .clolr{width: 15px;height: 15px;display: block;margin: 0 auto;}
.proLineTab ul li{width: 50%;text-align: center;padding: 0;margin: 5px 0;}
.proLineList ul li{width: 100%;padding: 0;}
.proLineTab{padding-top: 0;}
.proCcet{padding: 20px 0;}
.pro1Txt{font-size: 14px;}
.prod1{padding-bottom: 120px;}
.prod2Warp{margin-top: -120px;}
.pageNext{right: 10px;bottom: 2%;top: auto;}
.pageNext img{width: 30px;}
.pagePrve {left: 10px;bottom: 2%;top: auto;}
.pagePrve img{width: 30px;}
.prod2Warp .desc a{letter-spacing: normal;margin-bottom: 10px;}
.prod3Tit{font-size: 26px;padding-bottom: 30px;}
.prod3List ul li{width: 100%;}
.case2Swiper .part{padding: 0 45px;}
.case2Swiper .part .desc{width: 100%;}
.case2Swiper .part .img{width: 100%;}
.abo1img{max-width: none;}
.abo1Warp h2{font-size: 26px;margin: 0;}
.aboInfo{font-size: 14px;}
.abo1Year{top: 0;}
.about2 .w1580{max-width: none;}
.abo3Txt{font-size: 26px;margin: 0;}
.abo3Warp{padding-top: 50px;}
.w1280{max-width: none;padding: 0 10px;box-sizing: border-box;}
.cont2Warp{padding: 20px 10px;}
.cont2Txt{font-size: 12px;}
.contNum span{font-size: 26px;width: 45px;height: 45px;}
.cont3Btn{font-size: 16px;padding: 15px;text-align: left;}
.cont3Btn:after{line-height: 50px;right: 15px;}
.cont3Tab{line-height: 45px;font-size: 12px;font-weight: normal;text-align: left;padding: 0 15px;}
.cont3Tab:after{line-height: 45px;right: 15px;}
.cont3Form ul li{width: 100% !important;margin-bottom: 20px;}
.radioWarp .radio{width: 100%;}
.cont3Form .t1{font-size: 16px;}
.cont3Form .t2{margin: 10px 0;font-size: 14px;}
.contact1 {padding-bottom: 30px;}




}