@charset "utf-8";
/*public*/
#footer{
	margin-top: 0;
}
.title{
	padding-bottom: 20px;
	text-align: center;
}
.title p.en{
	font-size: 20px;
	line-height: 20px;
	color: #e5e5e5;
	font-family: "Arial";
	text-transform: uppercase;
	display: inline-block;
	padding-bottom: 3px;
	font-weight: 100px;
}
.title p.cn{
	font-size: 18px;
	font-weight: bold;
	color: #5b3f1a;
	line-height: 20px;
}
.title p.cn .text{
	padding: 0 20px;
	vertical-align: middle;
}
.title .line{
	width: 20px;
	height: 1px;
	display: inline-block;
	font-size: 0;
	background: #cccccc;
	vertical-align: middle;
}

.marginb{
	margin-bottom: 30px;
}
.paddingt{
	padding-top: 30px;
}
.paddingb{
	padding-bottom: 30px;
}
@media (min-width: 768px){
	.marginb{
		margin-bottom: 40px;
	}
	.paddingt{
		padding-top: 40px;
	}
	.paddingb{
		padding-bottom: 40px;
	}
	.title{
		padding-bottom: 30px;
	}
	.title p.en{
		font-size: 26px;
		line-height: 26px;
		padding-bottom: 5px;
	}
	.title p.cn{
		font-size: 18px;
		line-height: 20px;
	}
}
@media (min-width: 992px){
	.title{
		padding-bottom: 40px;
	}
	.title p.en{
		font-size: 32px;
		line-height: 32px;
		padding-bottom: 5px;
	}
	.title p.cn{
		font-size: 20px;
		line-height: 22px;
	}
	.marginb{
		margin-bottom: 60px;
	}
	.paddingt{
		padding-top: 60px;
	}
	.paddingb{
		padding-bottom: 60px;
	}

}
@media (min-width: 1200px){
	.title{
		padding-bottom: 50px;
	}
	.title p.en{
		font-size: 38px;
		line-height: 38px;
		padding-bottom: 8px;
	}
	.title p.cn{
		font-size: 20px;
		line-height: 22px;
	}
	.marginb{
		margin-bottom: 80px;
	}
	.paddingt{
		padding-top: 80px;
	}
	.paddingb{
		padding-bottom: 80px;
	}
}
@media (min-width: 1500px){
	.title{
		padding-bottom: 60px;
	}
	.title p.en{
		font-size: 46px;
		line-height: 46px;
		padding-bottom: 10px;
	}
	.title p.cn{
		font-size: 22px;
		line-height: 24px;
	}
	.marginb{
		margin-bottom: 100px;
	}
	.paddingt{
		padding-top: 100px;
	}
	.paddingb{
		padding-bottom: 100px;
	}
}
/*banner*/
.banner {
	position: relative;
    width: 100%;
    overflow: hidden;
}
.banner img {
    display: block;
    width: 100%;
}

.banner .swiper-pagination-bullet {
	width: 35px;
	height: 3px;
	border-radius: 0;
    color: #000;
    opacity: 1; 
    background: #fff;
}

.banner .swiper-pagination-bullet-active {
    color: #fff;
    background: #5b3f1a;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
    bottom: 10px;
}
.banner .next,
.banner .prev{
	display: none;
	background: rgba(0,0,0,0.5);
}
.banner .next,
.banner .prev{
	display: none;
	background: rgba(0,0,0,0.5);
}

.banner .next,
.banner .prev{
	position: absolute;
    top: 50%;
    width: 24px;
    height: 60px;
    margin-top: -30px;
    z-index: 10;
    cursor: pointer;
    line-height: 60px;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.banner .next{
	right: 0;
}
.banner .prev{
	left: 0;
}
.banner .next a,
.banner .prev a{
	font-size: 24px;
	color: #fff;
}
.banner .next:hover,
.banner .prev:hover{
	background: rgba(0,0,0,0.8);
}
.banner .next.swiper-button-disabled,
.banner .prev.swiper-button-disabled{
	background: rgba(0,0,0,0.2) !important;
}
.button-more{
	width: 120px;
	height: 40px;
	display: block;
	background: #5b3f1a;
	line-height: 40px;
	padding: 0 15px;
}
.button-more:hover{
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
	background: #8c6129;
}
.button-more p{
	float: left;
	color: #fff;
	font-size: 14px;
}
.button-more span{
	display: block;
	float: right;
	font-size: 10px;
	color: #fff;
	height: 40px;
	line-height: 40px;
}
.placeholder{
	height: 60px;
}
@media (min-width: 768px){
	.placeholder{
		display: none;
	}
}
.about .content{
	margin-bottom: 20px;
}
.about .content .t1{
	margin-bottom: 15px;
}
.about .content .t1 p{
	font-size: 16px;
	color: #5b3f1a;
	line-height: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}
.about .content .t1 span{
	display: block;
	width: 20px;
	height: 1px;
	background: #5b3f1a;
}
.about .content .text{
	font-size: 14px;
	color: #333;
	line-height: 24px;
	margin-bottom: 20px;
}
.about .content ul{
	margin-bottom: 20px;
}

.about .content ul li{
	width: 33.3333%;
	float: left;
}
.about .content ul a{
	display: block;
	text-align: center;
}
.about .content ul span{
	display: inline-block;
	height: 22px;
	width: 18px;
	text-align: center;
	line-height: 22px;
	font-size: 18px;
	vertical-align: middle;
	color: #5b3f1a;
}
.about .content ul p{
	display: inline-block;
	font-size: 14px;
	line-height: 22px;
	color: #5b3f1a;
	vertical-align: middle;
}
.about .imgbox{
	position: relative;
}
.about .imgbox img{
	display: block;
	width: 100%;
}
.about .imgbox .line{
	display: none;
}
@media (min-width: 768px){
	.about .content{
		float: left;
		width: 50%;
		padding-right: 15px;
		margin-bottom: 0;
	}
	.about .content .t1{
		display: none;
	}
	.about .content .text{
		line-height: 24px;
		margin-bottom: 15px;
	}
	.about .content ul{
		margin-bottom: 15px;
	}
	.about .content ul a{
		display: block;
		text-align: left;
	}
	
	.about .imgbox{
		width: 50%;
		float: right;
		padding-left: 15px;
		position: relative;
	}
	.about .imgbox img{
		display: block;
		width: 100%;
	}
}
@media (min-width: 992px){
	.about .content{
		padding-right: 30px;
	}
	.about .content .t1{
		display: block;
		margin-bottom: 20px;
	}
	.about .content .t1 p{
		font-size: 18px;
		line-height: 22px;
	} 
	.about .content .text{
		margin-bottom: 25px;
	}
	.about .content ul{
		margin-bottom: 25px;
	}
	.about .content ul a{
		text-align: left;
	}
	
	.about .imgbox{
		padding-left: 30px;
	}
}
@media (min-width: 1200px){
	.about .content{
		padding-right: 40px;
		width: 45%;
	}
	.about .content .t1{
		padding-top: 10px;
		display: block;
		margin-bottom: 20px;
	}
	.about .content .t1 p{
		font-size: 24px;
		line-height: 26px;
	} 
	.about .content .text{
		margin-bottom: 45px;
	}
	.about .content ul{
		margin-bottom: 50px;
	}
	.about .content ul a{
		text-align: left;
	}
	.about .content ul p{
		font-size: 16px;
	}
	.about .imgbox{
		width: 55%;
		padding-left: 40px;
	}
	.about .imgbox .line{
		display: block;
		width: 80px;
		height: 4px;
		background: #5b3f1a;
		position: absolute;
		top: 60px;
		left: 40px;
	}
	.about .imgbox img{
		padding-left: 30px;
	}
}
@media (min-width: 1500px){
	.about .content{
		padding-right: 45px;
	}
	.about .content .t1{
		padding-top: 10px;
	}
	.about .content .t1 p{
		font-size: 30px;
		line-height: 32px;
	} 
	.about .content .text{
		margin-bottom: 60px;
	}
	.about .content ul{
		margin-bottom: 80px;
	}
	.about .content ul a{
		text-align: left;
	}
	.about .imgbox .line{
		display: block;
		width: 80px;
		height: 4px;
		background: #5b3f1a;
		position: absolute;
		top: 70px;
		left: 45px;
	}
	.about .imgbox{
		padding-left: 45px;
	}
}


.product{
	padding-top: 30px;
	padding-bottom: 30px;
	background: url('../images/pbanner.jpg') center top no-repeat;
	background-size: cover;
}
.product .title{
	padding-bottom: 0 !important;
}
.product .title .en{
	opacity: 0.3;
}
.product .title .text{
	color: #fff;
}
.product .pmain{
	position: relative;
}
.product .pmain .swiper-slide{
	width: 100%;
	height: 130px;
	padding-top: 40px; 
}
.product .pmain .swiper-slide img{
	display: block;
	margin: 0 auto;
	height: 50px;
}
.product .pmain .pnext,
.product .pmain .pprev{
	position: absolute;
	display: block;
	width: 36px;
	height: 36px;
	top: 50%;
	margin-top: -18px;
	background: rgba(255,255,255,0.3);
	font-size: 14px;
	color: #5b3f1a;
	line-height: 36px;
	text-align: center;
	border-radius: 100%;
	z-index: 999;
}
.product .pmain .pnext{
	right: 15px;
}
.product .pmain .pprev{
	left: 15px;
}
.product .swiper-pagination{
	position: static;
}
.product .swiper-pagination-bullet{
	display: inline-block;
	width: 120px;
	height: 40px;
	background: #fff;
	text-align: center;
	line-height: 40px;
	border-radius: 0;
	opacity: 1;
	color: #5b3f1a;
	font-size: 16px;
	overflow: hidden;
	margin: 0 2px;
}
.product .swiper-pagination-bullet-active{
	background: #5b3f1a;
	color: #fff;
}
.product .swiper-pagination-bullet:nth-child(1):after{
	content: '整木定制';
}
.product .swiper-pagination-bullet:nth-child(2):after{
	content: '木门系列';
}
@media (min-width: 768px){
	.product{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.product .pmain .swiper-slide{
		height: 200px;
		padding-top: 70px; 
	}
	.product .pmain .swiper-slide img{
		height: 60px;
	}

	.product .pmain .pnext{
		right: 15px;
	}
	.product .pmain .pprev{
		left: 15px;
	}
	.product .swiper-pagination-bullet{
		width: 180px;
		height: 40px;
		line-height: 40px;
	}
}
@media (min-width: 992px){
	.product{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.product .pmain .swiper-slide{
		height: 270px;
		padding-top: 100px; 
	}
	.product .pmain .swiper-slide img{
		height: 70px;
	}

	.product .pmain .pnext{
		right: 15px;
	}
	.product .pmain .pprev{
		left: 15px;
	}
	.product .swiper-pagination-bullet{
		width: 220px;
		height: 55px;
		line-height: 55px;
	}
}
@media (min-width: 1200px){
	.product{
		padding-top: 65px;
		padding-bottom: 65px;
	}
	.product .pmain .swiper-slide{
		height: 400px;
		padding-top: 150px; 
	}
	.product .pmain .swiper-slide img{
		height: 85px;
	}

	.product .pmain .pnext{
		right: 115px;
	}
	.product .pmain .pprev{
		left: 115px;
	}
}


.news .wrap{
	overflow: hidden;
}
.news .button-more{
	margin: 0 auto;
	margin-top: 30px;
}
.pic-news{
	display: block;
}
.pic-news .imgbox{
	overflow: hidden;
}
.pic-news img{
	display: block;
	width: 100%;
}
.pic-news .time{
	font-size: 12px;
	line-height: 14px;
	color: #999;
	margin-top: 16px;
	margin-bottom: 12px;
}
.pic-news .ntitle{
	font-size: 18px;
	color: #5b3f1a;
	line-height: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}
.pic-news .summary{
	font-size: 14px;
	color: #888;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}
.pic-news .more{
	display: inline-block;
	padding-bottom: 4px;
	border-bottom: 1px solid #333;
	font-size: 14px;
	color: #333;
	line-height: 16px;
	margin-top: 24px;
}
.pic-news .more{
	display: none;
}
.pic-news{
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}

.text-news{
}
.text-news li{
	margin-top: 25px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}

.text-news a{
	display: block;
	overflow: hidden;
}
.text-news .time{
	display: none;
}
.text-news .time-m{
	font-size: 14px;
	color: #888;
	line-height: 16px;
	margin-bottom: 10px;
}
.text-news .text{
	width: 100%;
	padding-left: 0;
}
.text-news .text .ntitle{
	font-size: 18px;
	color: #333;
	line-height: 20px;
	margin-bottom: 10px;
}
.text-news .text .summary{
	font-size: 14px;
	color: #888;
	line-height: 24px;
}
.text-news .text .more{
	display: none;
}
@media (min-width: 768px){
	.pic-news{
		border-bottom: none;
	}
	.pic-news .more{
		display: inline-block;
		padding-bottom: 4px;
		border-bottom: 1px solid #333;
		font-size: 14px;
		color: #333;
		line-height: 16px;
		margin-top: 24px;
	}
	.text-news li{
		margin-top: 44px;
		margin-bottom: 0;
		border-bottom: none;
		padding-bottom: 0;
	}
	.text-news .time-m{
		display: none;
	}
	.text-news .time{
		display: block;
		width: 90px;
		height: 114px;
		float: left;
		border-right: 1px solid #ddd;
		text-align: right;
		padding-right: 20px;
		padding-top: 20px;
	}
	.text-news .time .date{
		font-size: 36px;
		color: #333;
		font-family: Arial;
	}
	.text-news .time .year{
		font-size: 18px;
		color: #999;
		font-family: Arial;
		white-space: nowrap;
	}
	.text-news .text{
		width: 630px;
		height: 114px;
		float: right;
		overflow: hidden;
		padding-left: 30px;
	}
	.text-news .text .summary{
		height: 48px;
		overflow: hidden;
	}
	.text-news .text .more{
		display: inline-block;
		padding-bottom: 4px;
		border-bottom: 1px solid #333;
		font-size: 14px;
		color: #333;
		line-height: 16px;
		margin-top: 15px;
	}
	.text-news a:hover .more{
		color: #800042;
		border-color: #800042;
	}
	.pic-news:hover img{
		transform: scale(1.1);
	}
	.pic-news:hover .more{
		color: #800042;
		border-color: #800042;
	}
}
@media (min-width: 992px){
	.news .button-more{
		width: 150px;
		margin-top: 40px;
		padding: 0 30px;
	}
	.pic-news{
		width: 450px;
		float: left;
	}
	.text-news{
		width: 450px;
		float: right;
	}
	.text-news li{
		margin-bottom: 44px;
		margin-top: 0;
	}
	.text-news li:nth-child(3){
		margin-bottom: 0;
	}
	.text-news .text{
		width: 360px;
	}
}
@media (min-width: 1200px){
	.news .button-more{
		width: 180px;
		margin-top: 50px;
		padding: 0 45px;
	}
	.pic-news{
		width: 450px;
	}
	.text-news{
		width: 640px;
	}
	.text-news .text{
		width: 550px;
	}
}
@media (min-width: 1500px){
	.news .button-more{
		width: 210px;
		margin-top: 60px;
		padding: 0 60px;
	}
	.pic-news{
		width: 450px;;
	}
	.text-news{
		width: 850px;
	}
	.text-news .text{
		width: 760px;
	}
}

.service{
	background: #5b3f1a;
	padding: 40px 0 40px 0;
}
.service .ti{
	margin-bottom: 30px;
	font-size: 24px;
	color: #fff;
	line-height: 26px;
	font-weight: 100;
}
.service ul{
	overflow: hidden;
	display: inline-block;
}
.service ul li{
	float: left;
	width: 140px;
	position: relative;
	margin-bottom: 15px;
}
.service ul li .num{
	font-size: 58px;
	font-weight: bold;
	color: #7b6853;
	line-height: 58px;
	font-family: Arial;
}
.service ul li .num-en{
	display: block;
	overflow: hidden;
	position: absolute;
	width: 33px;
	height: 20px;
	background: #5b3f1a;
	top: 30px;
	left: 30px;
	font-size: 12px;
	font-family: Arial;
	line-height: 24px;
	color: #fff;
	text-align: right;
}
.service ul li .text{
	font-size: 14px;
	line-height: 16px;
	color: #ccc;
}
.service .imgbox{
	background: #33230f;
	margin-top: 15px;
}
.service img{
	display: block;
	max-width: 100%;
	width: 330px;
	margin: 0 auto;
}
@media (min-width: 768px){
	.service{
		padding: 35px 0 45px 0;
	}
	.service .ti{
		margin-bottom: 30px;
		font-size: 24px;
		line-height: 26px;
	}
	.service ul{
		width: 390px;
		float: left;
	}
	.service ul li{
		width: 130px;
	}
	.service .imgbox{
		float: right;
		margin-top: 0;
	}
	
}
@media (min-width: 992px){
	.service{
		padding: 50px 0 80px 0;
	}
	.service .ti{
		margin-bottom: 40px;
		font-size: 28px;
		line-height: 30px;
	}
	.service .wrap{
		overflow: hidden;
		height: 213px;
	}
	.service ul{
		width: 610px;
		float: left;
	}
	.service ul li{
		width: 150px;
		margin-bottom: 50px;
	}
}
@media (min-width: 1200px){
	.service{
		padding: 65px 0 100px 0;
	}
	.service .ti{
		margin-bottom: 50px;
		font-size: 32px;
		line-height: 34px;
	}
	.service ul{
		width: 810px;
	}
	.service ul li{
		width: 190px;
	}
}
@media (min-width: 1500px){
	.service{
		padding: 80px 0 120px 0;
	}
	.service .ti{
		margin-bottom: 60px;
		font-size: 36px;
		line-height: 38px
	}
	.service ul{
		width: 1080px;
	}
	.service ul li{
		width: 250px;
	}
}