.e5z-animate0{
	opacity: 0;
	filter: alpha(opacity=0);
	transform: scale(2) translateX(60%);
	transition: transform 0.8s cubic-bezier(0.42, 0, 1, 0.68),opacity 1s;
}
.animate .e5z-animate0 {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale(1) translateX(0);
}
.box1{
	height: calc(100vh - 134px);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.box1 .img{
	position: absolute;
	width: 60.9375%;
	left: 50%;
	bottom: 2%;
	margin-left: -30.46875%;
	z-index: 3;
}
.box1 .img img{
	width: 100%;
}
.box1 .mask{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}


.pro-banner .pro-banner-txts{
	position: absolute;
	left: 0;
	
	top: 40%;
	width: 100%;
	text-align: center;
	z-index: 3;
	transition: all .8s 1.5s;
}
.box1.animate .pro-banner-txts {
    top: 10%;
}
.pro-banner .pro-banner-txts .banner-txts{
	width: 298px;
	height: 83px;
	position: relative;
	margin: 0 auto;
}
.pro-banner .pro-banner-txts .banner-txts img{
	position: absolute;
	height: 83px;
	width: auto;
	top: 0;
}
.pro-banner .pro-banner-txts .banner-txts .pro-cn1{
	left: 0;
}
.pro-banner .pro-banner-txts .banner-txts .pro-cn2{
	left: 29.19%;
}
.pro-banner .pro-banner-txts .banner-txts .pro-cn3{
	left: 53.69%;
}
.pro-banner .pro-banner-txts .banner-txts .pro-cn4{
	left: 78.18%;
}
.pro-banner .pro-banner-txts .pro-con{
	color: #fff;
}
.main .box2{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	/* padding-top: 135px; */
	height: 100vh;
	position: relative;
}
.main .box2 .img-box{
	/* width: 62.552%; */
	height: 85.83%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.main .box2 .img-box img{
	height: 100%;
}
.main .box2 .img-box .m-img{
	display: none;
}

.pro-tit{
	color: #000;
}
.pro-con{
	color: #8b704c;
}
.main .box2 .text-list .item{
	position: absolute;
}
.main .box2 .text-list .item:nth-child(1){
	left: 57.12%;
	top: 23.5%;
}
.main .box2 .text-list .item:nth-child(2){
	left: 76.6%;
	top: 47.33%;
}
.main .box2 .text-list .item:nth-child(3){
	left: 83.26%;
	top: 78.88%;
}
.main .box2 .text-list .line{
	width: 340px;
	height: 1px;
	background-color: rgba(201,153,95,.1);
}
.main .box2 .text-list .line:before,
.main .box2 .text-list .line:after{
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #c9995f;
	border-radius: 100%;
	top: -3px;
}

.main .box2 .text-list .line:before{
	left:0;
}
.main .box2 .text-list .line:after{
	right: 0;
}
.main .box2 .text-list .text{
	position: absolute;
	left: 109.55%;
	top: -20px;
	white-space: nowrap;
	text-align: center;
}
.main .box2 .text-list .pro-con{
	margin-top: 12px;
}
.main .box3{
	position: relative;
	height: 100vh;
}
.main .box3 img{
	width: 100%;
}
.main .box3 .text{
	position: absolute;
	left: 0;
	top: 11.458%;
	width: 100%;
	text-align: center;
}
.main .box3 .text .pro-con{
	margin-top: 15px;
}
.main .box3 .text .pro-tip{
	margin-top: 40px;
}

.main .box4{
	position: relative;
	height: 100vh;
}
.main .box4 img{
	width: 100%;
}
.main .box4 .text{
	position: absolute;
	left: 7.29%;
	bottom: 12.5%;
	text-align: center;
}
.main .box4 .text .pro-con{
	margin-top: 30px;
}
.main .box4 .text .pro-tip{
	margin-top: 10px;
}
.main .box5 .left,
.main .box5 .right{
	width: 50%;
	position: relative;
}
.main .box5 .left img,
.main .box5 .right img{
	width: 100%;
}
.main .box5 .left{
	float: left;
}

.main .box5 .left .tab-btns{
	position: absolute;
	left: 0;
	top: 13.33%;
	width: 100%;
	text-align: center;
	font-size: 0;
}
.main .box5 .left .tab-btns a{
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 76px;
	height: 34px;
	line-height: 34px;
	border: 1px solid rgba(255,255,255,.2);
	color: #fff;
	font-size: 16px;
	opacity: .7;
	filter: alpha(opacity=70);
	border-radius: 4px;
	margin: 0 6px;
	transition: all .3s;
}
.main .box5 .left .tab-btns a.cur{
	opacity: 1;
	filter: alpha(opacity=100);
	color: #a17335;
	border-color: #a17335;
}
.main .box5 .tab-item{
	display: none;
}
.main .box5 .tab-item .top-box{
	position: absolute;
	left: 0;
	top: 21.875%;
	width: 100%;
	text-align: center;
}
.main .box5 .tab-item .pro-tit,
.main .box5 .tab-item .pro-con{
	color: #fff;
}
.main .box5 .tab-item .pro-con{
	opacity: .7;
	filter: alpha(opacity=70);
	margin-top: 12px;
}
.main .box5 .tab-item .bot-box{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 31.77%;
	/* display: table; */
}
.main .box5 .tab-item .bot-con{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
}
.main .box5 .tab-item .bot-tit{
	font-size: 30px;
	line-height: 54px;
	color: #fff;
}
.main .box5 .border-box{
	position: absolute;
	left: 0;
	bottom: 35.5%;
	width: 100%;
	height: 10%;
}
.main .box5 .border-box .border-item{
	position: absolute;
	top: 0;
	height: 100%;
	border: 2px solid #a17335;
	box-sizing: border-box;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .3s;
}
.main .box5 .border-box .border-item:nth-child(1){
	left: 0;
	width: 24.17%;
}
.main .box5 .border-box .border-item:nth-child(2){
	left: 32.29%;
	width: 23.54%;
}
.main .box5 .border-box .border-item:nth-child(3){
	right: 0%;
	width: 34.375%;
}
.main .box5 .border-box .border-item.cur{
	opacity: 1;
	filter: alpha(opacity=100);
}
.main .box5 .right{
	float: right;
}
.main .box5 .right .text{
	position: absolute;
	left: 14.0625%;
	top: 21.354%;
	text-align: center;
}
.main .box5 .right .text .pro-con{
	margin-top: 12px;
}
.main .box6{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 60px;
}
.main .box6 .img{
	float: left;
	width: 72.65625%;
	margin-left: -9.7%;
}
.main .box6 .img img{
	width: 100%;
}

.main .box6 .text{
	position: absolute;
	right: 3.125%;
	top: 25.4%;
	text-align: center;
}
.main .box6 .text .pro-tit{
	color: #c9995f;
}

.main .box6 .text .pro-con{
	margin-top: 30px;
	color: #fff;
	line-height: 45px;
}
.burn-box .pro-tit{
	color: #c9995f;
}
.burn-box .pro-con{
	color: #fff;
}
.main .box7{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 100px 0;
}
.main .box7 .img{
	float: right;
	width: 48.28125%;
	margin-top: 11.7%;
}
.main .box7 .img img{
	width: 100%;
}
.main .box7 .text-box{
	float: left;
	margin-left: 7.8%;
	width: 25%;
}
.main .box7 .text-box  .pro-tit{
	color: #fff;
}
.main .box7 .text-box .pro-con{
	margin-top: 20px;
	color: #fff;
	white-space: nowrap;
}
.main .box7 .text-box .pro-tip{
	margin-top: 8px;
	color: #616161;
}
.main .box7 .box7-list{
	margin-top: 100px;
}
.main .box7 .box7-list .item{
	margin-bottom: 50px;
}
.main .box7 .box7-list .item:last-child{
	margin-bottom: 0;
}
.main .box7 .box7-list .icon{
	width: 32px;
}
.main .box7 .box7-list .icon img{
	width: 100%;
}
.main .box7 .box7-list .tit{
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	margin-top: 10px;
}
.main .box7 .box7-list .con{
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	opacity: .25;
	filter: alpha(opacity=25);
	margin-top: 10px;
}
.main .box8{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-bottom: 120px;
}
.main .box8 .img{
	width: 68.33%;
	margin: 0 auto;
}
.main .box8 .img img{
	width: 100%;
}
.main .box8 .text{
	margin: 80px auto 0;
	text-align: center;
}
.main .box8 .text .pro-tit{
	color: #c9995f;
}
.main .box8 .text .pro-con{
	color: #fff;
	margin-top: 20px;
}
body{
	overflow: hidden;
}
.section{
	min-height: 600px;
}


@media (max-width: 1800px){
	.main .box2 .text-list .line{
		width: 280px;
	}
}
@media (max-width: 1600px){
	.pro-banner .pro-banner-txts .banner-txts{
		transform: scale(.8);
	}
	
	.main .box5 .tab-item .bot-tit{
		font-size: 20px;
		line-height: 40px;
	}
	.main .box6 .img{
		width: 60%;
	}
	.main .box7 .box7-list .tit{
		font-size: 20px;
		line-height: 30px;
	}
	.main .box7 .box7-list .con{
		font-size: 14px;
		line-height: 24px;
	}
	.main .box7 .box7-list{
		margin-top: 60px;
	}
	.main .box7 .text-box{
		width: 30%;
	}
	.main .box7 .img{
		width: 40%;
	}
}
@media (max-width: 1440px){
	.main .box2 .text-list .line{
		width: 200px;
	}
	.main .box2 .text-list .item:nth-child(3) {
	    left: 68%;
	    top: 79.88%;
	}
}
@media (max-width: 1200px){
	.pro-banner .pro-banner-txts .banner-txts{
		transform: scale(.8);
		/* height: 60px; */
	}
	.pro-banner .pro-banner-txts .txt{
		margin-top: 30px;
	}
	.main .box2 .text-list .item:nth-child(2) {
	    left: 74.6%;
	    top: 47.33%;
	}
	.main .box2 .text-list .item:nth-child(3){
		/* left: 63%; */
	    top: 77.88%;
	}
	.main .box2 .img-box{
		height: 75%;
	}
	.section{
		min-height: 100%;
	}
	
}
@media (max-width: 1024px){
	
	.box1,
	.main .box2,
	.main .box3,
	.main .box4{
		height: 50vh;
	}


}
@media (max-width: 992px){
	.pro-banner .pro-banner-txts{
		top: 8%;
	}
	.main .box3 .text .pro-tip{
		margin-top: 20px;
	}
}
@media (max-width: 480px){
	
	.main .box2,
	.main .box3,
	.main .box4{
		height: 100vh;
	}
	.main .box1{
		height: 70vh;
	}
	.pro-banner .pro-ban-txts{
		float: none;
	}
	.pro-banner .pro-banner-txts{
		left: 0;
	}
	.pro-banner .pro-banner-txts .banner-txts{
		transform: scale(.5);
		height: 50px;
		margin: 0 auto;
	}
	.box1 .img{
		width: 90%;
		margin-left: -45%;
	}
	.pro-banner .pro-banner-txts .txt{
		font-size: 14px;
		line-height: 24px;
	}
	/* .main .box2 .text-list .item:nth-child(1){
		left: 25%;
	    top: 3%;
	}
	.main .box2 .text-list .item:nth-child(2){
		left: 76.6%;
	    top: 47.33%;
	}
	.main .box2 .text-list .item:nth-child(3){
		left: 70%;
	    top: 78.88%;
	} */
	.main .box2 .img-box{
		margin-left: 0;
		width: 100%;
		height: auto;
	}
	.main .box2 .img-box img{
		width: 100%;
		height: auto;
	}
	.main .box2 .text-list .item{
		display: none;
	}
	.main .box2 .text-list .item:nth-child(1){
		top: -24.5%;
	}
	.main .box2 .text-list .item:nth-child(2){
		top: -8%;
	}
	.main .box2 .text-list .item:nth-child(3){
		top: 0;
	}
	.main .box2 .img-box .pc-img{
		display: none;
	}
	.main .box2 .img-box .m-img{
		display: block;
	}
	.main .box2 .text-list .line:before{
		top: auto;
		bottom: 0;
		left: -3px;
	}
	.main .box2 .text-list .line:after{
		left: -3px;
	}

	.main .box2 .text-list .text{
		bottom: 100%;
		top: auto;
		padding-bottom: 20px;
		left: 50%;
		transform: translateX(-50%);
	}

	.main .box2 .text-list .pro-con{
		margin-top: 0;
	}
	
	.main .box3 .text .pro-con{
		margin-top: 5px;
	}
	.main .box3 .text .pro-tip{
		font-size: 12px;
		line-height: 20px;
		margin-top: 5px;
	}
	.main .box2 .text-list .line{
		width: 1px;
		height: 170px;
	}

	.main .box4 .text{
		bottom: auto;
		top: 10%;
		left: 0;
		width: 100%;
	}
	.main .box4 .text .pro-con{
		margin-top: 5px;
	}
	.main .box4 .text .pro-tip{
		margin-top: 5px;
	}
	.main .box5 .left,
	.main .box5 .right{
		width: 100%;
		float: none;
	}
	.main .box5 .tab-item .top-box{
		top: 25%;
	}
	.main .box5 .tab-item .bot-tit{
		font-size: 14px;
		line-height: 24px;
	}
	.main .box6 .img{
		width: 110%;
	}
	.main .box6 .text{
		top: 0;
	}
	.main .box6 .text .pro-con{
		margin-top: 20px;
		line-height: 24px;
	}
	.main .box7{
		padding: 50px 0;
	}
	.main .box7 .img{
		margin: 0 auto;
		width: 80%;
		float: none;
	}
	.main .box7 .text-box{
		float: none;
		width: 100%;
		margin: 30px 0 0;
	}
	.main .box7 .text-box .pro-con{
		margin-top: 10px;
	}
	.main .box7 .box7-list .item{
		margin-bottom: 20px;
	}
	.main .box7 .box7-list .tit{
		font-size: 16px;
		line-height: 26px;
	}
	.main .box7 .box7-list .con{
		font-size: 12px;
		line-height: 20px;
	}
	.main .box8{
		padding-bottom: 60px;
	}
	.main .box8 .img{
		width: 100%;
	}
	.main .box8 .text{
		margin-top: 40px;
	}
	.main .box8 .text .pro-con{
		margin-top: 10px;
	}
	.section{
		min-height: 100%;
	}
}

@media (min-width: 1024px){
	.main .box5 .left .tab-btns a:hover{
		opacity: 1;
		filter: alpha(opacity=100);
		color: #a17335;
		border-color: #a17335;
	}
}