@charset "utf-8";
/* CSS Document */


/* banner */
.home-banner{
	width: 100%;
	height: 100vh;
}
.home-banner .swiper-container{
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.home-banner .swiper-slide{
	overflow: hidden;
}
.home-banner .swiper-slide > a > img{
	transform: scale(1.1);
	-webkit-transition:all 2s 0.2s ease-out;
	-moz-transition:all 2s 0.2s ease-out;
	transition:all 2s 0.2s ease-out;
}
.home-banner .swiper-slide-active > a > img{
	transform: scale(1);
}
.banner-text{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -60%);
	width: 1200px;
	z-index: 2;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition:all 1s 1s ease-out;
	-moz-transition:all 1s 1s ease-out;
	transition:all 1s 1s ease-out;
}
.home-banner .swiper-slide-active .banner-text{
	filter: alpha(opacity=100);
	opacity: 1.1;
	transform: translate(-50%, -50%);
}
.banner-text > h2{
	color: #fff;
	font: 107px 'wenyue';
	line-height: 1.1;
}
.banner-text > h3{
	color: #fff;
	font: 36px 'wenyue';
	line-height: 1;
	margin-top: 35px;
}
.banner-img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: 1;
}
.home-banner .swiper-pagination{
	filter: alpha(opcity=100);
	opacity: 1;
    bottom: 60px;
	left: 80px;
	width: auto;
	z-index: 3;
}
.home-banner .swiper-pagination:after{
	background-color: #fff;
	border: 1px #070000 solid;
	content: '';
	filter: alpha(opcity=40);
	opacity: 0.4;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
}
.home-banner .swiper-pagination .swiper-pagination-bullet{
	background: none;
	border-radius: 0;
	color: #656565;
	cursor: pointer;
	font-size: 16px;
	margin: 0;
	padding: 0 10px 15px 10px;
	position: relative;
	filter: alpha(opcity=100);
	opacity: 1;
	width: auto;
	height: auto;
}
.home-banner .swiper-pagination .swiper-pagination-bullet:after{
	background-color: #fff;
	border: 1px #070000 solid;
	content: '';
	filter: alpha(opcity=0);
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
}
.home-banner .swiper-pagination .swiper-pagination-bullet-active{
	color: #ffffff;
	filter: alpha(opcity=100);
	opacity: 1;
}
.home-banner .swiper-pagination .swiper-pagination-bullet-active:after{
	filter: alpha(opcity=50);
	opacity: 0.5;
}



.banner-arrow{
	animation: arrow 1.5s linear infinite;
	background: url("../images/banner_arrow.png") no-repeat center center;
	background-size: 17px auto;
	border-radius: 50%;
	border: 2px #fff solid;
	position: absolute;
	bottom: 55px;
	left: 50%;
	transform: translateX(-50%);
	width: 62px;
	height: 62px;
	z-index: 3;
}
@keyframes arrow{
	0% {
		opacity: 0;
		bottom: 75px;
	}
	50% {
		opacity: 1;
		bottom: 55px;
	}
	100% {
		opacity: 0;
		bottom: 75px;
	}
}

.banner-quick{
	color: #fff;
	display: flex;
	align-items: stretch;
	position: absolute;
	right: 80px;
	bottom: 65px;
	z-index: 3;
}
.banner-quick a{
	border-bottom: 1px #fff solid;
	color: inherit;
	margin: 0 12px;
	padding-bottom: 8px;
}
.banner-quick a:hover{
	border-color: transparent;
}
.index-about{
	background-color: #000;
	padding: 150px 0;
}
.index-about-box{
	display: flex;
	justify-content: right;
}
.index-about-left{
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.index-about-left > img{
	transform: scale(1.1);
	-webkit-transition:all 1.5s 0.2s ease-out;
	-moz-transition:all 1.5s 0.2s ease-out;
	transition:all 1.5s 0.2s ease-out;
}
.index-about-left.visualBox > img{
	transform: scale(1);
}
.index-about-right{
	width: 940px;
}
.index-about-title{
	margin: 30px 0 0 33%;
	padding-top: 10px;
	position: relative;
}
.index-about-title h2{
	color: #d3bb89;
	font: 44px 'wenyue';
	line-height: 1.1;
	position: absolute;
	top: 0;
	left: 0;
}
.index-about-title span{
	color: #d3bb89;
	font: 57px 'Eastblue';
	line-height: 1.1;
	filter: alpha(opacity=11);
	opacity: 0.11;
	padding-left: 90px;
}
.index-about-info{
	background-color: #0c0c0c;
	box-sizing: border-box;
	color: #ffffff;
	margin-top: 45px;
	padding: 80px 75px 80px 33%;
	min-height: 500px;
}
.index-about-info > h2{
	font-size: 24px;
	line-height: 1.5;
}
.index-about-info-content{
	font-size: 18px;
	line-height: 2.3;
	margin-top: 45px;
}
.index-product{
	background-color: #0c0c0c;
	padding: 120px 0;
}
.index-title{
	color: #d3bb89;
	font: 44px 'wenyue';
	line-height: 1.1;
	text-align: center;
}
.index-title > p{
	background-color: rgba(211,187,137,.2);
	border-radius: 1.5px;
	margin: 17px auto 0 auto;
	width: 52px;
	height: 3px;
}
.index-pro-list{
	display: flex;
	align-items: stretch;
	margin-top: 40px;
	overflow: hidden;
}
.index-pro-item{
	overflow: hidden;
	position: relative;
	width: 17%;
	-webkit-transition:all 1s ease-out;
	-moz-transition:all 1s ease-out;
	transition:all 1s ease-out;
}
.index-pro-item.open{
	width: 49%;
}
.index-pro-item > img{
	max-width: none;
}
.index-pro-item-title{
	background: url("../images/arrow_right.png") no-repeat right center;
	background-size: auto 14px;
	padding-right: 25px;
	color: #fff;
	font-size: 24px;
	filter: alpha(opacity=100);
	opacity: 1;
	position: absolute;
	left: 50px;
	bottom: 80px;
	-webkit-transition:all 1s ease-out;
	-moz-transition:all 1s ease-out;
	transition:all 1s ease-out;
}
.index-pro-item.open .index-pro-item-title{
	bottom: 60px;
	filter: alpha(opacity=0);
	opacity: 0;
}
.index-pro-item-title:hover{
	color: #fff;
	padding-right: 35px;
}
.index-pro-hover{
	border-bottom: 2px #ffffff solid;
	color: #fff;
	filter: alpha(opacity=0);
	opacity: 0;
	padding-bottom: 10px;
	position: absolute;
	left: 120px;
	top: 50%;
	transform: translateY(-60%);
	z-index: -1;
	-webkit-transition:all 1s ease-out;
	-moz-transition:all 1s ease-out;
	transition:all 1s ease-out;
}
.index-pro-item.open .index-pro-hover{
	transform: translateY(-50%);
	filter: alpha(opacity=100);
	opacity: 1;
	z-index: 1;
}
.index-pro-hover > p{
	font-size: 36px;
	padding-bottom: 70px;

}
.index-pro-hover > a{
	background: url("../images/arrow_right.png") no-repeat right center;
	background-size: auto 14px;
	display: inline-block;
	font-size: 18px;
	width: 90%;
	-webkit-transition:all 1s ease-out;
	-moz-transition:all 1s ease-out;
	transition:all 1s ease-out;
}
.index-pro-hover > a:hover{
	color: inherit;
	width: 100%;
}
.more{
	display: flex;
	justify-content: center;
	padding-top: 55px;
}
.more > a{
	border: 1px rgba(211,187,137,.2) solid;
	border-radius: 28px;
	box-sizing: border-box;
	color: #d3bb89;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 204px;
	height: 56px;
	-webkit-transition:all 1s ease-out;
	-moz-transition:all 1s ease-out;
	transition:all 1s ease-out;
}
.more > a:hover{
	border-color: rgba(211,187,137, 1);
}
.more > a span.icon{
	background: url("../images/more_icon.svg") no-repeat;
	background-size: 100% auto;
	filter: alpha(opacity=20);
	opacity: 0.2;
	margin-left: 15px;
	width: 18px;
	height: 18px;
	-webkit-transition:all 1s ease-out;
	-moz-transition:all 1s ease-out;
	transition:all 1s ease-out;
}
.more > a:hover span.icon{
	transform: rotate(180deg);
	filter: alpha(opacity=100);
	opacity: 1;
}
.index-leather{
	background-color: #000;
	display: flex;
	align-items: stretch;
	overflow: hidden;
}
.index-leather-box{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
}
.index-leather-box img{
	transform: scale(1.1);
	-webkit-transition:all 1.5s 0.2s ease-out;
	-moz-transition:all 1.5s 0.2s ease-out;
	transition:all 1.5s 0.2s ease-out;
}
.index-leather-box.visualBox img{
	transform: scale(1);
}
.index-leather-box-con{
	padding: 30px 0 30px 20%;
}
.index-leather-box-con > h2{
	color: #d3bb89;
	font: 48px 'wenyue';
}
.index-leather-box-con > div{
	color: #c5c5c5;
	font-size: 18px;
	line-height: 2.25;
	margin-top: 40px;
	padding-right: 15%;
}
.index-leather-box-con > ul{
	background-color: #d3bb89;
	box-sizing: border-box;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 90px 0 70px 0;
	padding: 20px;
	position: relative;
	width: 110%;
	z-index: 2;
}
.index-leather-box-con > ul > li{
	border-right: 2px #bfa36a solid;
	flex-grow:1;
}
.index-leather-box-con > ul > li:last-child{
	border-right: none;
}
.index-leather-box-con > ul > li > p{
	text-align: center;
	font-size: 18px;
}
.index-leather-box-con > ul > li > p.number{
	font-weight: bold;
}
.index-leather-box-con > ul > li > p.number span{
	font: normal 60px 'wenyue';
}
.index-leather-box-more{
	border-bottom: 2px #8e8e8e solid;
	box-sizing: border-box;
	color: #8e8e8e;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 18px;
	padding: 0 8px 10px 0;
	width: 140px;
	-webkit-transition:all 1s ease-out;
	-moz-transition:all 1s ease-out;
	transition:all 1s ease-out;
}
.index-leather-box-more:hover{
	border-color: #fff;
	color: #fff;
}
.index-leather-box-more > span.icon{
	background: url("../images/arrow_right.png") no-repeat;
	background-size: 100% auto;
	filter: alpha(opacity=55);
	opacity: 0.55;
	margin-left: 45px;
	width: 9px;
	height: 14px;
	-webkit-transition:all 1s ease-out;
	-moz-transition:all 1s ease-out;
	transition:all 1s ease-out;
}
.index-leather-box-more:hover > span.icon{
	filter: alpha(opacity=100);
	opacity: 1;
}
.index-news{
	display: flex;
	margin: 55px 0 0 -60px;
}
.index-news-item{
	width: calc(100%/3);
}
.index-news-box{
	margin-left: 60px;
}
.index-news-img{
	overflow: hidden;
}
.index-news-img img{
	transform: scale(1);
	width: 100%;
	-webkit-transition:all 1.5s ease-out;
	-moz-transition:all 1.5s ease-out;
	transition:all 1.5s ease-out;
}
.index-news-img:hover img{
	transform: scale(1.1);
}
.index-news-title{
	color: #fff;
	font-size: 18px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-top: 25px;
}
.index-news-title a{
	color: inherit;
}
.index-news-title a:hover{
	color: inherit;
	text-decoration: underline;
}
.index-news-line{
	background-color: #d3bb89;
	margin-top: 18px;
	width: 30px;
	height: 2px;
}
.index-news-info{
	color: #8f8f8f;
	font-size: 14px;
	line-height: 1.85;
	margin-top: 11px;
}


@media(max-width:1200px){
	.banner-text{
		left: 10%;
		transform: translate(0, -60%);
		width: auto;
	}
	.banner-text > h2{
		font-size: 60px;
	}
	.banner-text > h3{
		font-size: 24px;
	}
	.home-banner .swiper-slide-active .banner-text{
		transform: translate(0, -50%);
	}
	.home-banner .swiper-pagination{
		bottom: 30px;
		left: 20px;
	}
	.banner-quick{
		right: 20px;
		bottom: 30px;
	}
	.banner-arrow{
		border-width: 1px;
		background-size: 9px auto;
		bottom: 15px;
		width: 31px;
		height: 31px;
	}
	@keyframes arrow{
		0% {
			opacity: 0;
			bottom: 30px;
		}
		50% {
			opacity: 1;
			bottom: 20px;
		}
		100% {
			opacity: 0;
			bottom: 30px;
		}
	}
	.index-leather-box-con{
		padding-left: 30px;
	}
	.index-about-left{
		max-width: 40%;
	}
	.index-about-right{
		width: 90%;
	}
	.index-about-title{
		margin-left: 38%;
	}
	.index-about-info{
		padding: 80px 10% 80px 38%;
		min-height: auto;
	}
	.index-pro-item{
		width: 15%;
	}
	.index-pro-item.open{
		width: 55%;
	}
	.index-pro-item-title{
		font-size: 16px;
		bottom: 40px;
		left: 50%;
		transform: translateX(-50%);
		white-space: nowrap;
	}
	.index-pro-item.open .index-pro-item-title{
		bottom: 40px;
	}
	.index-leather-box-con > h2{
		font-size: 30px;
	}
	.index-leather-box-con > div{
		font-size: 14px;
		margin-top: 15px;
	}
	.index-leather-box-con > ul{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.index-leather-box-con > ul > li > p{
		font-size: 16px;
	}
	.index-leather-box-con > ul > li > p.number span{
		font-size: 36px;
	}
	.index-news{
		margin-left: -30px;
	}
	.index-news-box{
		margin-left: 30px;
	}
	.index-news-title{
		font-size: 16px;
	}
}


@media(max-width:810px){
	.main-nav{
		right: -50%;
		min-width: 50%;
	}
	.banner-text > h2{
		font-size: 40px;
	}
	.banner-text > h3{
		font-size: 24px;
	}
	.index-about{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.index-about-box{
		display: block;
	}
	.index-about-left{
		position: relative;
		max-width: none;
		width: 100%;
	}
	.index-about-left > img{
		max-width: none;
		width: 100%;
	}
	.index-about-right{
		width: 100%;
	}
	.index-about-title{
		margin-top: 40px;
		margin-left: 0;
	}
	.index-about-title span{
		padding-left: 0;
		font-size: 45px;
	}
	.index-about-title h2{
		font-size: 30px;
	}
	.index-about-info{
		margin-top: 25px;
		padding: 30px 20px;
	}
	.index-about-info > h2{
		font-size: 20px;
	}
	.index-about-info-content{
		font-size: 14px;
		margin-top: 15px;
	}
	.index-product{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.index-title{
		font-size: 30px;
	}
	.index-pro-list{
		flex-wrap: wrap;
		margin-top: 20px;
	}
	.index-pro-item,
	.index-pro-item.open{
		filter: alpha(opacity=0);
		opacity: 0;
		transform: translateY(30px);
		margin: 5px;
		width: calc(50% - 10px);
		-webkit-transition:all 1s 0.2s ease-out;
		-moz-transition:all 1s 0.2s ease-out;
		transition:all 1s 0.2s ease-out;
	}
	.visualBox.index-pro-item,
	.index-pro-item.open{
		filter: alpha(opacity=100);
		opacity: 1;
		transform: translateY(0);
	}
	.index-pro-item .index-pro-hover{
		display: none;
	}
	.index-pro-item-title,
	.index-pro-item.open .index-pro-item-title{
		background: rgba(0,0,0,.1);
		display: flex;
		align-items: center;
		justify-content: center;
		filter: alpha(opacity=100);
		opacity: 1;
		left: 0;
		bottom: 0;
		right: 0;
		top: 0;
		padding-right: 0;
		transform: translateX(0);
	}
	.index-pro-item-title:hover,
	.index-pro-item.open .index-pro-item-title:hover{
		padding-right: 0;
	}
	.index-pro-item > img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
	.more{
		padding-top: 25px;
	}
	.more > a{
		border-radius: 23px;
		font-size: 16px;
		width: 90%;
		height: 46px;
	}
	.more > a span.icon{
		width: 14px;
		height: 14px;
	}
	.index-leather{
		display: block;
	}
	.index-leather-box{
		width: 100%;
	}
	.index-leather-box-con{
		padding-left: 20px;
		padding-right: 20px;
	}
	.index-leather-box-con > div{
		padding-right: 0;
	}
	.index-leather-box-con > ul{
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
	.index-leather-box-con > ul > li > p{
		font-size: 12px;
	}
	.index-leather-box-con > p{
		display: flex;
		justify-content: right;
	}
	.index-leather-box-more{
		border-width: 1px;
		font-size: 14px;
		padding-right: 0;
		padding-bottom: 5px;
		width: auto;
	}
	.index-leather-box-more > span.icon{
		margin-left: 10px;
		width: 7px;
		height: 11px;
	}
	.index-news{
		display: block;
		margin-left: 0;
		margin-top: 0;
	}
	.index-news-item{
		width: 100%;
	}
	.index-news-box{
		margin-left: 0;
		margin-top: 30px;
	}
	.index-news-img img{
		max-width: none;
		width: 100%;
	}
}







/* services */
.bg-grey{
	background-color: #f5f5f5;
}
.padding-tb-80{
	padding-top: 80px;
	padding-bottom: 80px;
}
.service-banner{
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
}
.service-banner > img{
	object-fit: cover;
	object-position: center;
	transform: scale(1.1);
	-webkit-transition:all 2s 0.2s ease-out;
	-moz-transition:all 2s 0.2s ease-out;
	transition:all 2s 0.2s ease-out;
}
.service-banner.visualBox > img{
	transform: scale(1);
}
.service-banner-text{
	color: #fff;
	text-align: center;
	line-height: 1.75;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
}
.service-banner-text h2{
	font: 72px 'wenyue';
	line-height: 1.1;
}
.service-banner-text h3{
	font-size: 16px;
	margin-top: 60px;
}
.service-info{
	text-align: center;
	line-height: 1.5;
	margin-top: 40px;
}
.service-1-box{
	display: flex;
	align-items: stretch;
	justify-content: center;
	margin: 40px 0 0 -30px;
}
.service-1-ul{
	background-color: #fff;
	border-radius: 10px;
	box-sizing: border-box;
	text-align: center;
	margin-left: 30px;
	padding: 50px 30px 70px 30px;
	width: calc(33.33% - 30px);
}
.service-1-subtitle{
	font: 30px 'wenyue';
	padding-top: 30px;
}
.service-1-text{
	line-height: 1.6;
	margin-top: 35px;
}
.service-2-title{
	font: 48px 'wenyue';
	text-align: center;
}
.service-2-box{
	display: flex;
	align-items: flex-start;
	margin-top: 50px;
}
.service-2-item{
	box-sizing: border-box;
	font-size: 12px;
	text-align: center;
	line-height: 2;
	margin-top: 40px;
	width: calc(14.2% - 25px);
}
.service-2-item > p:last-child{
	margin-top: 25px;
}
.service-2-icon{
	margin: 95px 20px 0 20px;
	width: 25px;
}
.service-form{
	margin-top: 80px;
}
.service-form > li{
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.service-form > li > div{
	width: 48%;
}
.service-form > li > div.service-form-left{
	margin-right: 4%;
}
.service-form input,
.select-btn{
	background: none;
	border: 2px #d1b989 solid;
	border-radius: 5px;
	box-sizing: border-box;
	color: #9b9b9b;
	font-size: 16px;
	line-height: 50px;
	padding: 0 18px;
	width: 100%;
	height: 50px;
}
.select-btn{
	background: url("../images/arrow_bottom.png") no-repeat calc(100% - 17px) center;
	background-size: 14px auto;
	display: block;
}
.select-btn:hover{
	color: #9b9b9b;
}
.select-box{
	background-color: #ffffff;
	border: 2px #d1b989 solid;
	border-radius: 5px;
	box-sizing: border-box;
	display: none;
	padding: 5px 0;
	position: absolute;
	left: 0;
	top: calc(100% - 2px);
	width: 100%;
	z-index: 2;
}
.select-box li{
	color: #9b9b9b;

	font-size: 16px;
	line-height: 40px;
	margin-top: 1px;
}
.select-box li a{
	display: block;
	padding: 0 18px;
}
.select-box li a:hover,
.select-box li.current a{
	background-color: #f5f5f5;
	color: #333;
}
.textarea-box{
	border: 2px #d1b989 solid;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 8px 0;
	width: 100%;
	height: 180px;
}
.textarea-box textarea{
	background: none;
	border: none;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 2;
	padding: 0 18px;
	resize: none;
	width: 100%;
	height: 100%;
}
.service-form-btn{
	justify-content: space-between;
}
.service-form-tips{
	color: #999;
}
.service-form-submit{
	background-color: #d1b989;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	width: 150px;
	height: 50px;
}
.service-form-submit:hover{
	background-color: #b79e69;
}
.service-pdf{
	background-color: #d3bb89;
	border-radius: 10px;
	display: inline-block;
	padding: 0 40px;
}
.service-pdf:hover{
	background-color: #b79e69;
}
.service-pdf span{
	background: url("../images/services_12.png") no-repeat left	center;
	background-size: 43px auto;
	color: #ffffff;
	display: inline-block;
	font-size: 22px;
	font-weight: bold;
	line-height: 76px;
	padding-left: 58px;
}
.service-3{
	background-color: #fff;
	border-bottom: 3px #d3bb89 solid;
	margin-top: 120px;
	padding: 60px 40px;
	overflow: hidden;
}
.service-3 dt{
	box-sizing: border-box;
	font: 48px 'wenyue';
	float: left;
	padding-right: 40px;
	width: 290px;
}
.service-3 dd{
	margin-left: 290px;
}
.service-3 dd > p{
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 5px;
}
.service-3 dd li{
	line-height: 1.75;
	margin-top: 20px;
}


@media(max-width:1200px){
	.service-2-item{
		width: calc(100% / 7);
	}
	.service-2-icon{
		display: none;
	}
	.service-form-tips{
		font-size: 14px;
		text-align: center;
		width: 100%;
	}
}

@media(max-width:810px){
	.service-banner{
		height: 300px;
	}
	.service-banner > img{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: scale(1.1) translate(-50%, -50%);
		max-width: none;
		width: 100%;
		height: 100%;
	}
	.service-banner.visualBox > img{
		transform: scale(1) translate(-50%, -50%);
	}
	.padding-tb-80{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.service-banner-text h2{
		font-size: 40px;
	}
	.service-banner-text h3{
		font-size: 14px;
		margin-top: 20px;
	}
	.service-2-title{
		font-size: 36px;
	}
	.service-info{
		margin-top: 20px;
	}
	.service-1-box{
		flex-wrap: wrap;
		margin-top: 0;
		margin-left: 0;
	}
	.service-1-ul{
		margin-left: 0;
		margin-top: 20px;
		padding: 30px 15px;
		width: 100%;
	}
	.service-2-box{
		flex-wrap: wrap;
		margin-top: 20px;
	}
	.service-2-item{
		margin-top: 15px;
		width: calc(100%/2);
	}
	.service-form{
		margin-top: 40px;
	}
	.service-form > li{
		font-size: 18px;
		flex-wrap: wrap;
		margin-top: 10px;
	}
	.service-form > li > div{
		width: 100%;
	}
	.service-form > li > div:last-child{
		margin-top: 10px;
	}
	.service-form > li > div.service-form-left{
		margin-right: 0;
	}
	.service-form-btn{
		justify-content: center;
		padding-top: 10px;
	}
	.service-form-submit{
		margin-top: 15px;
	}
	.service-pdf{
		box-sizing: border-box;
		width: 100%;
	}
	.service-3{
		margin-top: 50px;
		padding: 30px 15px;
	}
	.service-3 dt{
		font-size: 40px;
		float: none;
		text-align: center;
		padding-right: 0;
		width: 100%;
	}
	.service-3 dd{
		margin-left: 0;
		margin-top: 30px;
	}
	.service-3 dd > p{
		font-size: 16px;
	}
}



/* services End */







/* about */
.about-1{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
}
.about-left{
	background: url("../images/about_2.jpg") no-repeat center bottom;
	background-size: 100% auto;
	box-sizing: border-box;
	padding: 0 6% 45px 4%;
	width: 54%;
}
.page-title{
	font: 48px 'wenyue';
}
.page-subtitle{
	font: 36px 'wenyue';
}
.about-1-h3{
	font: 36px 'wenyue';
	line-height: 1.5;
}
.margin-top-10{
	margin-top: 10px;
}
.about-1-info{
	font-size: 18px;
	line-height: 1.65;
	margin-top: 65px;
}
.about-1-ul{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	margin-top: 75px;
}
.about-1-ul li{
	border-right: 1px #e0e0e0 solid;
	box-sizing: border-box;
	text-align: center;
	padding-right: 20px;
	margin-right: 20px;
	white-space: nowrap;
	width: calc(28% - 20px);
}
.about-1-ul li:last-child{
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}
.about-1-ul li p{
	color: #000;
	font-size: 18px;
}
.f-bold{
	font-weight: bold;
}
.about-1-ul li p span{
	font: 60px 'wenyue';
	padding-right: 5px;
}
.about-1-right{
	overflow: hidden;
	width: 46%;
}
.about-2{
	background: url("../images/about_4.png") #ebebeb repeat-x left bottom;
	padding: 80px 7% 0 80px;
	overflow: hidden;
	position: relative;
}
.about-2-item{
	overflow: hidden;
	position: relative;
	margin-top: 80px;
	width: 100%;
}
.about-2-item .swiper-wrapper{
	align-items: flex-end;
	padding: 0 8px;
}
.about-2-item .swiper-slide{
	border-left: 1px #ccc5ae solid;
	box-sizing: border-box;
	padding: 0 5% 25vh 23px;
	position: relative;
}
.about-2-item-icon{
	background-color: #ebebeb;
	border: 2px #ccc5ae solid;
	box-sizing: border-box;
	border-radius: 50%;
	position: absolute;
	top: 0px;
	left: -8px;
	width: 15px;
	height: 15px;
}
.about-2-item-title{
	color: #000;
	font-size: 30px;
	font-weight: bold;
}
.about-2-item-info{
	color: #000;
	font-size: 18px;
	line-height: 1.75;
	margin-top: 30px;
}
.about-2-btn{
	position: absolute;
	right: -65px;
	top: 0;
}
.about-2-btn .swiper-button-next,
.about-2-btn .swiper-button-prev{
	background: url("../images/arrow_right_gery.png") #fff no-repeat center center;
	background-size: 10px auto;
	border-radius: 50%;
	border: none;
	margin-top: 0;
	position: relative;
	top: 0;
	width: 46px;
	height: 46px;
	-webkit-transition:all 1s ease-out;
	-moz-transition:all 1s ease-out;
	transition:all 1s ease-out;
}
.about-2-btn .swiper-button-next:hover,
.about-2-btn .swiper-button-prev:hover{
	background-image: url("../images/arrow_right.png");
	background-color: #d1b989;
}
.about-2-btn .swiper-button-next{
	right: 0;
}
.about-2-btn .swiper-button-prev{
	margin-bottom: 30px;
	left: 0;
	transform: rotate(180deg);
}
.about-2-btn .swiper-button-next.swiper-button-disabled,
.about-2-btn .swiper-button-prev.swiper-button-disabled{
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.about-3-item{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	margin-top: 70px;
	padding: 0 3%;
}
.about-3-item li{
	background-color: #ebebeb;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 1%;
	width: 23%;
}
.about-4-box{
	margin-top: 50px;
}
.about-4-swiper,
.pro-view-swiper{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.about-4-swiper .page-title{
	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
	z-index: 2;
}
.about-4-swiper .swiper-button-next,
.about-4-swiper .swiper-button-prev{
	background: url("../images/arrow_right.png") #121212 no-repeat center center;
	background-size: 10px auto;
	border-radius: 50%;
	margin-top: -30px;
	width: 60px;
	height: 60px;
	-webkit-transition:all 1s ease-out;
	-moz-transition:all 1s ease-out;
	transition:all 1s ease-out;
}
 .about-4-swiper .swiper-button-next:hover,
 .about-4-swiper .swiper-button-prev:hover{
	background-color: #d1b989;
 }
.about-4-swiper .swiper-button-next{
	right: 3%;
}
.about-4-swiper .swiper-button-prev{
	left: 3%;
	transform: rotate(180deg);
}


@media(max-width:1200px){
	.about-left{
		width: 100%;
	}
	.about-1-info{
		font-size: 16px;
		margin-top: 30px;
	}
	.about-1-ul{
		margin-top: 30px;
		justify-content: center;
	}
	.about-1-right{
		text-align: center;
		width: 100%;
	}
	.about-2{
		padding-left: 5%;
		padding-right: 5%;
	}
	.about-2-btn{
		display: flex;
		align-items: center;
		right: 0;
		top: -130px;
	}
	.about-2-btn .swiper-button-prev{
		margin-bottom: 0;
		margin-right: 20px;
	}
	.about-3-item li{
		margin: 20px 10px 0 10px;
		width: calc(50% - 40px);
	}
}

@media(max-width:810px){
	.page-title{
		font-size: 36px;
	}
	.about-1-h3{
		font-size: 22px;
	}
	.about-1-ul li{
		margin-right: 10px;
		padding-right: 10px;
		width: calc(33.33% - 10px);
	}
	.about-1-ul li p{
		font-size: 12px;
	}
	.about-1-ul li p span{
		font-size: 32px;
	}
	.about-1-info{
		font-size: 14px;
		margin-top: 15px;
	}
	.about-2{
		padding-top: 40px;
	}
	.about-2-item{
		margin-top: 40px;
	}
	.about-2-btn{
		display: none;
		top: -90px;
	}
	.about-2-item-info{
		font-size: 14px;
	}
	.about-3-item,
	.about-4-box{
		margin-top: 30px;
	}
	.about-3-item li{
		margin: 10px 5px 0 5px;
		width: calc(50% - 10px);
	}
	.about-4-swiper .page-title{
		margin-bottom: 20px;
		position: relative;
		top: auto;
	}
	.about-4-swiper .swiper-button-next,
	.about-4-swiper .swiper-button-prev{
		display: none;
	}
}

/* about End */





/* contact */
.contact-1 .about-1-ul{
	justify-content: center;
}
.contact-1 .about-1-ul li{
	margin: 0 30px;
	padding-right: 60px;
	width: auto;
}
.contact-1-subtitle{
	color: #d1b989;
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 20px;
}
#contactMap{
	width: 100%;
	height: 70vh;
}
#contactMap img{
	max-width:none;
}
.contact-3{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 80px 4% 175px 4%;
}
.contact-3-left{
	width: 38%;
}
.contact-3-left .service-form{
	margin-top: 50px;
}
.contact-3-right{
	width: 50%;
}
.contact-3-right .page-title{
	font-size: 36px;
}
.contact-3-right-item{
	border-bottom: 1px #ebebeb solid;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 30px;
	margin-top: 30px;
}
.contact-3-right-item-left{
	width: 67%;
}
.contact-3-right-item-right{
	width: 30%;
}
.contact-3-right-item-left,
.contact-3-right-item-right{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
}
.contact-3-right-item-left p,
.contact-3-right-item-right p{
	color: #838383;
	font-size: 18px;
	margin-bottom: 8px;
}
.contact-3-right-item-left a:hover,
.contact-3-right-item-right a:hover{
	color: #d1b989;
}

@media(max-width:1200px){
	.contact-3-left,
	.contact-3-right{
		width: 100%;
	}
	.contact-3-right{
		margin-top: 80px;
	}
}

@media(max-width:810px){
	.contact-1 .about-1-ul li{
		margin-right: 10px;
		margin-left: 0;
		padding-right: 10px;
		width: calc(33.33% - 10px);
	}
	.contact-1-subtitle{
		padding-bottom: 5px;
	}
	.contact-3{
		padding: 40px 10px;
	}
	.contact-3-left .service-form{
		margin-top: 20px;
	}
	.contact-3-right{
		margin-top: 0;
	}
	.contact-3-right .page-title{
		border-top: 1px #ebebeb solid;
		margin-top: 40px;
		padding-top: 40px;
	}
	.contact-3-right-item{
		margin-top: 15px;
		padding-bottom: 15px;
	}
	.contact-3-right-item-left,
	.contact-3-right-item-right{
		width: 100%;
	}
	.contact-3-right-item-right{
		margin-top: 8px;
	}
	.contact-3-right-item-left,
	.contact-3-right-item-right{
		font-size: 18px;
	}
	.contact-3-right-item-left p,
	.contact-3-right-item-right p{
		font-size: 14px;
	}
}

/* contact End */



/* leather */
.leather-tab{
	border-top: 1px rgba(227,277,277,.22) solid;
	display: flex;
	align-items: stretch;
	justify-content: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
}
.leather-tab li{
	margin: 0 2px;
}
.leather-tab li a{
	color: #fff;
	display: block;
	font: 30px 'wenyue';
	line-height: 74px;
	text-align: center;
	padding: 0 10px;
	min-width: 150px;
}
.leather-tab li a:hover,
.leather-tab li.current a{
	background-color: #d1b989;
}
.leather-1{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.medium-color{
	position: relative;
	width: 55%;
}
.leather-info{
	border-bottom: 1px #f1f1f1 solid;
	padding-bottom: 80px;
	line-height: 2;
	width: 41%;
}
.leather-info-1{
	border-bottom: 1px #f1f1f1 solid;
	padding-bottom: 80px;
	line-height: 2;
	width: 100%;
}
.leather-title{
	color: #000;
	font: 36px 'wenyue';
	text-align: center;
	margin-top: 80px;
}
.color-list{
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	margin-top: 15px;
	margin-left: -13px;
}
.color-list li{
	margin-top: 30px;
	width: calc(100%/8);
}
.color-item{
	font-size: 14px;
	margin-left: 13px;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.color-item > a:hover{
	color: #d1b989;
}
.color-item > p{
	cursor: pointer;
	position: relative;
	margin-bottom: 18px;
}
.color-item > p span{
	background-color: #fc4c02;
	position: absolute;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
}
.color-item > p span.line-top,
.color-item > p span.line-left,
.color-item > p span.line-bottom,
.color-item > p span.line-right{
	top: 0;
	left: 0;
	width: 0;
	height: 1px;
}
.color-item > p span.line-left{
	width: 1px;
	height: 0;
}
.color-item > p span.line-bottom{
	top: auto;
	bottom: 0;
}
.color-item > p span.line-right{
	left: auto;
	right: 0;
	width: 1px;
	height: 0;
}
.color-item > p:hover span.line-top{ width: 100%;}
.color-item > p:hover span.line-left{ height: 100%;}
.color-item > p:hover span.line-bottom{ width: 100%; transition-delay: 0.3s;}
.color-item > p:hover span.line-right{ height: 100%; transition-delay: 0.3s;}
.max-color{
	display: none;
	align-items: center;
	justify-content: center;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 13;
}
.max-color.open{
	cursor: url("../images/cursor_close.svg") 30 30, auto;
	display: flex;
}
.max-color > img{
	max-width: none;
	width: 100%;
	-webkit-transition:all 1s ease-out;
	-moz-transition:all 1s ease-out;
	transition:all 1s ease-out;
}

@media(max-width:1200px){
	.leather-tab li a{
		font-size: 18px;
		line-height: 50px;
		padding-left: 30px;
		padding-right: 30px;
		min-width: auto;
	}
	.max-color > img{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
		transform: translateY(0) !important;
	}
}

@media(max-width:810px){
	.leather-tab li a{
		font-size: 16px;
		line-height: 40px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.medium-color{
		width: 100%;
	}
	.leather-info{
		margin-top: 15px;
		width: 100%;
	}
	.leather-info-1{
		padding-bottom: 40px;
	}
	.leather-title{
		margin-top: 40px;
	}
	.color-list li{
		margin-top: 15px;
		width: 25%;
	}
}

/* leather End */




/* leatherView */
.lv-1{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lv-1-left{
	width: 500px;
}
.lv-1-left-line{
	border-bottom: 3px #d1b989 solid;
	display: inline-block;
	padding-bottom: 18px;
}
.lv-1-left-info{
	line-height: 1.85;
	margin-top: 70px;
}
.lv-1-right{
	position: relative;
	width: 600px;
}
.lv-1-right-hover{
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	background-repeat: no-repeat;
	cursor: crosshair;
	position: absolute;
	width: 150px;
	height: 150px;
	z-index: 9;
}
.recommend-pro{
	border-top: 2px #f1f1f1 solid;
	margin: 0 4%;
	padding: 50px 0 80px 0;
}
.r-pro-list{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin-left: -40px;
}
.r-pro-list > li{
	margin-top: 50px;
	width: calc(100%/3);
}
.r-pro-item{
	text-align: center;
	margin-left: 40px;
}
.r-pro-item > p{
	background-color: #f8f8f8;
	overflow: hidden;
	margin-bottom: 25px;
}
.r-pro-item > p img{
	transform: scale(1);
	-webkit-transition:all 2s 0.2s ease-out;
	-moz-transition:all 2s 0.2s ease-out;
	transition:all 2s 0.2s ease-out;
}
.r-pro-item > p:hover img{
	transform: scale(1.1);
}

@media(max-width:1200px){
	.lv-1{
		margin-left: 6%;
		margin-right: 6%;
	}
	.lv-1-left,
	.lv-1-right{
		width: 40%;
	}
}


@media(max-width:810px){
	.lv-1{
		margin-left: 0;
		margin-right: 0;
	}
	.lv-1-left,
	.lv-1-right{
		width: 100%;
	}
	.lv-1-right{
		margin-top: 30px;
	}
	.lv-1-left-info{
		margin-top: 30px;
	}
	.recommend-pro{
		padding-bottom: 40px;
	}
	.r-pro-list{
		margin-left: -10px;
	}
	.r-pro-list > li{
		margin-top: 30px;
		width: 50%;
	}
	.r-pro-item{
		margin-left: 10px;
	}
	.r-pro-item > p{
		margin-bottom: 15px;
	}
}

/* leatherView End */





/* news */
.news-tab{
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 90px;
}
.news-tab > a{
	border-radius: 3px;
	font-size: 18px;
	line-height: 40px;
	margin: 0 5px;
	padding: 0 25px;
}
.news-tab > a:hover,
.news-tab > a.current{
	background-color: #d3bc8a;
	color: #fff;
}
.news-item{
	border-bottom: 1px #ebebeb solid;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 40px;
	padding-bottom: 40px;
}
.news-item dt{
	text-align: center;
	overflow: hidden;
	width: 30%;
}
.news-item dt a img{
	transform: scale(1);
	-webkit-transition:all 1s ease-out;
	-moz-transition:all 1s ease-out;
	transition:all 1s ease-out;
}
.news-item dt a:hover img{
	transform: scale(1.1);
}
.news-item dd{
	color: #999;
	font-size: 14px;
	line-height: 1.75;
	margin-left: 7%;
	width: 47%;
}
.news-title{
	color: #333;
	font-size: 26px;
	line-height: 1.5;
}
.news-info{
	margin: 30px 0 60px 0;
}

@media(max-width:1200px){
	.news-item dd{
		width: 63%;
	}
}

@media(max-width:810px){
	.news-tab{
		justify-content: left;
		margin-bottom: 40px;
	}
	.news-tab > a{
		font-size: 14px;
		padding-left: 15px;
		padding-right: 15px;
		margin-top: 10px;
	}
	.news-item dd{
		margin-left: 3%;
		width: 67%;
	}
	.news-title{
		font-size: 18px;
	}
	.news-info{
		margin-top: 15px;
		margin-bottom: 20px;
	}
}

@media(max-width:500px){
	.news-item{
		margin-top: 25px;
		padding-bottom: 20px;
	}
	.news-item dt,
	.news-item dt img{
		width: 100%;
	}
	.news-item dd{
		margin-left: 0;
		margin-top: 20px;
		width: 100%;
	}
	.news-title{
		font-size: 16px;
	}
	.news-info{
		margin-top: 5px;
		margin-bottom: 10px;
	}
}

/* news End */







/* newsView */
.view-position{
	color: #c1c1c1;
	font-size: 14px;
	line-height: 1.5;
}
.view-position a:hover{
	color: #333;
}
.view-position span{
	color: #898989;
}
.news-view{
	border-top: 1px #ebebeb solid;
	border-bottom: 1px #ebebeb solid;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;
}
.news-view-left{
	border-right: 1px #ebebeb solid;
	box-sizing: border-box;
	padding: 70px 50px 120px 0;
	width: 31%;
}
.news-view-left h2{
	font-size: 28px;
	line-height: 1.5;
}
.news-view-left p{
	color: #999;
	font-size: 14px;
	margin-top: 50px;
}
.news-view-right{
	box-sizing: border-box;
	padding: 40px 0 120px 40px;
	width: 69%;
}
.edit-box{
	line-height: 1.85;
}
.news-view-bottom li a{
	border-bottom: 1px #ebebeb solid;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 35px 0;
}
.news-view-bottom li a span.tips{
	box-sizing: border-box;
	color: #999;
	line-height: 1.5;
	padding-right: 50px;
	width: 31%;
}
.news-view-bottom li a span.title{
	 box-sizing: border-box;
	 line-height: 1.5;
	 padding-left: 40px;
	 width: 69%;
 }

@media(max-width:810px){
	.news-view-left{
		border-right: none;
		padding: 40px 0 20px 0;
		width: 100%;
	}
	.news-view-left h2{
		font-size: 18px;
		text-align: center;
	}
	.news-view-left p{
		margin-top: 10px;
		text-align: center;
	}
	.news-view-right{
		padding: 20px 0 40px 0;
		width: 100%;
	}
	.news-view-bottom li a{
		justify-content: left;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.news-view-bottom li a span.tips{
		font-size: 12px;
		padding-right: 10px;
		width: auto;
	}
	.news-view-bottom li a span.title{
		padding-left: 0;
		width: auto;
	}
}


/* newsView End */







/* knowledge */

.know-list{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin-left: -60px;
}
.know-item{
	margin-bottom: 80px;
	width: calc(100%/3);
}
.know-item-main{
	margin-left: 60px;
}
.know-item-img{
	text-align: center;
	overflow: hidden;
	position: relative;
}
.know-item-img img{
	transform: scale(1);
	-webkit-transition:all 1s ease-out;
	-moz-transition:all 1s ease-out;
	transition:all 1s ease-out;
}
.know-item-img:hover img{
	transform: scale(1.1);
}
.video-icon{
	background: url("../images/video_icon.png") rgba(0,0,0,.6) no-repeat center center;
	background-size: 39px auto;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.know-item-title{
	font-size: 24px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-top: 20px;
}
.know-item-info{
	color: #999;
	font-size: 14px;
	display: -webkit-box;
	line-height: 1.7;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	margin-top: 20px;
}
.know-item-more{
	margin-top: 30px;
}
.know-item-more a{
	background: url("../images/arrow_right_gery.png") no-repeat right center;
	background-size: auto 14px;
	color: #666;
	display: inline-block;
	padding-right: 23px;
	-webkit-transition:all 1s ease-out;
	-moz-transition:all 1s ease-out;
	transition:all 1s ease-out;
}
.know-item-more a:hover{
	color: #d1b989;
	padding-right: 28px;
}

@media(max-width:1200px){
	.know-list{
		margin-left: -20px;
	}
	.know-item{
		margin-bottom: 40px;
	}
	.know-item-main{
		margin-left: 20px;
	}
	.know-item-title{
		font-size: 18px;
	}
	.know-item-info{
		margin-top: 10px;
	}
	.know-item-more{
		margin-top: 15px;
	}
}

@media(max-width:810px){
	.know-list{
		margin-left: 0;
	}
	.know-item{
		width: 100%;
	}
	.know-item-main{
		margin-left: 0;
	}
	.know-item-img img{
		width: 100%;
	}
	.know-item-title{
		font-size: 16px;
	}
}

/* knowledge End */




/* knowledgeView */
.know-view{
	border-top: 1px #ebebeb solid;
	border-bottom: 1px #ebebeb solid;
	margin-top: 20px;
	padding: 60px 17.5% 200px 17.5%;
}
.know-view-h2{
	font-size: 28px;
	line-height: 1.5;
}
.know-view-time{
	color: #999;
	font-size: 14px;
}
.know-view .know-view-time{
	margin-top: 25px;
	margin-bottom: 30px;
}

@media(max-width:1200px){
	.know-view{
		padding-right: 5%;
		padding-left: 5%;
	}
}

@media(max-width:810px){
	.know-view{
		padding: 30px 0 50px 0;
	}
	.know-view-h2{
		font-size: 18px;
	}
	.know-view .know-view-time{
		margin-top: 10px;
	}
}

/* knowledgeView End */




/* products */
.pro-list{
	border-bottom: 1px #f3f3f3 solid;
	margin: 60px 4% 0 4%;
	padding-bottom: 80px;
}
.pro-list:last-child{
	border-bottom: none;
}
.pro-title{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.pro-title span{
	font: 36px 'wenyue';
}
.pro-title > a{
	background: url("../images/arrow_right_gery.png") no-repeat right center;
	background-size: auto 14px;
	font-size: 18px;
	padding-right: 25px;
}
.pro-list .r-pro-list > li{
	margin-top: 25px;
}

@media(max-width:810px){
	.pro-list{
		margin: 40px 10px 0 10px;
		padding-bottom: 40px;
	}
	.pro-title span{
		font-size: 22px;
	}
	.pro-title > a{
		background-size: auto 10px;
		font-size: 14px;
		padding-right: 15px;
	}
}

/* products End */




/*products-1 沙发系列*/
.pro-1-list{
	margin: 0 4% 80px 4%;
}

@media(max-width:810px){
	.pro-1-list{
		margin: 0 10px 40px 10px;
	}
}

/* products-1 沙发系列 End */


/* products-1-view 沙发系列-详情 */
.pro1-view-top{
	padding: 80px 4%;
}
.pro1-view-box{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 25px;
}
.pro1-view-left{
	width: 48.5%;
}
.pro1-view-left img{
	width: 100%;
}
.pro1-view-right{
	margin-left: 5%;
	width: 27%;
}
.pro1-view-h2{
	font-size: 46px;
	line-height: 1.5;
	margin-bottom: 30px;
}
.pro1-view-info{
	line-height: 1.85;
	margin-bottom: 90px;
}
.pro1-view-btn a{
	background-color: #d3bc8a;
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	text-align: center;
	line-height: 50px;
	padding: 0 25px;
	min-width: 180px;
}
 .pro1-view-btn a:hover{
	 background-color: #b79e69;
 }
 .pro1-view-bottom{
	 background-color: #ebebeb;
	 padding: 65px 0 200px 0;
 }
 .pro1-tab{
	 background-color: #fff;
	 display: flex;
	 align-items: flex-end;
	 flex-wrap: wrap;
 }
 .pro1-tab li{
	 box-sizing: border-box;
	 text-align: center;
	 padding: 0 5px;
	 width: 20%;
 }
.pro1-tab li a{
	border-bottom: 3px transparent solid;
	color: #767676;
	display: inline-block;
	font-size: 20px;
	line-height: 70px;
}
.pro1-tab li a:hover,
.pro1-tab li.current a{
	border-color: #d3bc8a;
	color: #000;
}
.pro1-tab-box{
	display: none;
	margin-top: 80px;
}
.pro1-con-1{
	font-size: 18px;
	line-height: 2;
}
.pro1-con-2{
	margin-top: 80px;
}
.pro1-con-2-ul{
	border-top: 1px #dbdbdb solid;
	border-bottom: 1px #dbdbdb solid;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;

}
.pro1-con-2-ul li{
	border-bottom: 1px #dbdbdb solid;
	box-sizing: border-box;
	color: #000;
	font-size: 16px;
	display: flex;
	flex-wrap: wrap;
	line-height: 2;
	padding: 15px 5% 15px 0;
	margin-bottom: -1px;
	width: 50%;
}
.pro1-con-2-ul li span{
	color: #666;
	width: 110px;
}
.pro1-con-2-ul li p{
	width: calc(100% - 110px);
}
.pro1-con-3-titel{
	border-bottom: 1px #d8d8d8 solid;
	display: flex;
	align-items: stretch;
}
.pro1-con-3-titel a{
	border-bottom: 2px transparent solid;
	color: #898989;
	font-size: 18px;
	margin: 0 80px -1px 0;
	padding: 0 5px 30px 5px;
}
.pro1-con-3-titel a:hover,
.pro1-con-3-titel a.current{
	border-color: #d3bc8a;
	color: #333;
}
.pro1-con-3 .edit-box{
	margin-top: 40px;
}
.pro1-con-3 .leather-1{
	margin-top: 60px;
}
.pro1-con-3 .color-list{
	margin-left: 0;
	margin-top: 0;
}
.pro1-con-3 .color-item{
	margin-left: 0;
}
.pro1-con-4-img{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	margin-left: -13px;
}
.pro1-con-4-img li{
	text-align: center;
	margin-bottom: 30px;
	width: 25%;
}
.pro1-con-4-item{
	margin-left: 13px;
}
.pro1-con-4-item-text{
	color: #767676;
	font-size: 14px;
	line-height: 2;
	margin-top: 20px;
}
.pro1-con-4-item-text > p{
	font-size: 18px;
	font-weight: bold;
}
.pro1-con-5-title{
	padding-bottom: 30px;
}
.pro1-con-5-title span{
	font-size: 25px;
	font-weight: bold;
	padding-left: 5px;
}

@media(max-width:1200px){
	.pro1-view-right{
		box-sizing: border-box;
		margin-left: 0;
		padding-left: 30px;
		width: 51.5%;
	}
	.pro1-view-h2{
		font-size: 30px;
	}
	.pro1-view-info{
		margin-bottom: 40px;
	}
}

@media(max-width:810px){
	.pro1-view-top{
		padding: 40px 10px;
	}
	.pro1-view-left{
		width: 100%;
	}
	.pro1-view-left img{
		width: 100%;
	}
	.pro1-view-right{
		padding-left: 0;
		margin-top: 30px;
		width: 100%;
	}
	.pro1-view-h2{
		font-size: 24px;
		margin-bottom: 20px;
		text-align: center;
	}
	.pro1-view-btn{
		text-align: center;
	}
	.pro1-view-bottom{
		padding-top: 40px;
		padding-bottom: 50px;
	}
	.pro1-tab-box{
		margin-top: 30px;
	}
	.pro1-con-1{
		font-size: 14px;
	}
	.pro1-tab li a{
		font-size: 13px;
		line-height: 50px;
	}
	.pro1-con-2-ul li{
		font-size: 14px;
		width: 100%;
	}
	.pro1-con-3-titel a{
		font-size: 13px;
		margin-right: 10px;
		padding-bottom: 10px;
	}
	.pro1-con-3 .edit-box{
		margin-top: 20px;
	}
	.pro1-con-3 .leather-1{
		margin-top: 30px;
	}
	.pro1-con-4-img{
		margin-left: -10px;
	}
	.pro1-con-4-img li{
		margin-bottom: 20px;
		width: 100%;
	}
	.pro1-con-4-item{
		margin-left: 10px;
	}
	.pro1-con-4-item-text{
		margin-top: 10px;
	}
}

/* products-1-view 沙发系列-详情 End */



/* custom_made */
.c-made-bg{
	background: url("../images/custom_made_1.jpg") no-repeat center center;
	background-size: cover;
	width: 100%;
	min-height: 100vh;
}
.c-made-main{
	display: flex;
	align-items: center;
	padding: 180px 0 80px 0;
}
.c-made-box{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
.c-made-left,
.c-made-right{
	background-color: #000;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 50px 70px;
	width: 48%;
}
.c-made-right > div{
	width: 100%;
}
.c-made-left .service-1-ul{
	background: none;
	margin-left: 0;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}
.c-made-left .service-1-subtitle{
	color: #fff;
	font-size: 39px;
	padding-top: 60px;
}
.c-made-left .service-1-text{
	color: #949494;
	font-size: 18px;
}
.c-made-title{
	color: #999;
	font: 30px 'wenyue';
	text-align: center;
}
.c-made-right .service-form{
	margin-top: 25px;
}
.c-made-right .select-box{
	background-color: #282525;
}
.c-made-right .select-box li a:hover,
.c-made-right .select-box li.current a{
	background-color: #3c3838;
	color: #9b9b9b;
}
.c-made-right .service-form-submit{
	width: 100%;
}
.c-made-user{
	color: #999;
	justify-content: center;
}
.c-made-user p{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 5px;
}
.c-made-user span{
	border: 1px #2f2f2f solid;
	border-radius: 3px;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	text-align: center;
	margin: 0 1px;
	width: 20px;
	height: 25px;
}

@media(max-width:1200px){
	.c-made-main{
		padding: 90px 10px 40px 10px;
	}
	.c-made-left,
	.c-made-right{
		padding: 60px 40px;
		width: 49%;
	}
}

@media(max-width:810px){
	.c-made-main{
		padding-left: 0;
		padding-right: 0;
	}
	.c-made-left,
	.c-made-right{
		padding: 30px 15px;
		width: 100%;
	}
	.c-made-right{
		margin-top: 20px;
	}
	.c-made-left .service-1-subtitle{
		padding-top: 30px;
		font-size: 24px;
	}
	.c-made-left .service-1-text{
		font-size: 14px;
		margin-top: 25px;
	}
	.service-form > li.c-made-user{
		font-size: 14px;
		margin-top: 20px;
	}
}

/* custom_made End */




/* products_2 */
.pro2-box .news-tab{
	margin-bottom: 0;
	margin-top: 80px;
}
.pro2-info{
	box-sizing: border-box;
	margin-left: 3%;
	width: 32%;
}
.pro2-info-title{
	font-size: 46px;
	line-height: 1.5;
}
.pro2-info-color{
	border-top: 1px #ececec solid;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 10px;
	padding-top: 30px;
}
.pro2-info-color a{
	color: #333;
	font-size: 14px;
	margin: 10px 50px 0 0;
	display: flex;
	align-items: center;
}
.pro2-info-color a span{
	border-radius: 50%;
	display: inline-block;
	margin-right: 10px;
	width: 40px;
	height: 40px;
}
.pro2-info-info{
	margin-top: 80px;
}
.pro-info-subtitle{
	font-size: 22px;
}
.pro2-info-info-ul{
	border-top: 1px #ececec solid;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	padding-top: 15px;
	margin-top: 25px;
}
.pro2-info-info-ul li{
	box-sizing: border-box;
	line-height: 2;
	padding: 6px 20px 6px 0;
	width: calc(100%/3);
}
.pro2-info-info-ul li span{
	color: #999;
}
.pro2-info-size{
	border-top: 1px #ececec solid;
	padding-top: 35px;
	margin-top: 30px;
}
.pro2-info-size .pro-info-subtitle{
	padding-bottom: 25px;
}
.pro2-view-bottom-title{
	font-size: 24px;
	margin-bottom: 50px;
}
#colorImg{
	display: none;
}

@media(max-width:1200px){
	.pro2-info{
		box-sizing: border-box;
		margin-left: 0;
		padding-left: 30px;
		width: 51.5%;
	}
	.pro2-info-title{
		font-size: 22px;
	}
	.pro2-info-color{
		padding-top: 10px;
	}
	.pro2-info-info{
		margin-top: 40px;
	}
	.pro-info-subtitle{
		font-size: 18px;
	}
	.pro2-info-info-ul{
		margin-top: 15px;
		padding-top: 0;
	}
	.pro2-info-size{
		margin-top: 20px;
		padding-top: 20px;
	}
	.pro2-view-bottom-title{
		text-align: center;
	}
}

@media(max-width:810px){
	.pro2-info{
		padding-left: 0;
		margin-top: 20px;
		width: 100%;
	}
	.pro2-info-info-ul li{
		width: 50%;
	}
}


/* products_2 End */
















