.header{
	height: 100px;
	width: 100%;
	background: #171834;
	background-size: contain;
	position: relative;
}
.header .pull-left{
	margin-top: 8px;
	margin-left: 10%;
}
.header .pull-right{
	width: 71.6%;
	height: 90px;
}
.first-nav{
	width: 100%;
}
.first-nav .header-phone{
	line-height: 30px;
	color: #fff;
	font-family: "微软雅黑";
	font-size: 16px;
	position: relative;
	left: 64.5%;
	display: inline-block;
}
.first-nav ul{
	height: 60px;
	background: #fff;
	width: 100%;
}
.first-nav ul li{
	float: left;
	width: 9.6%;
	height: 60px;
}
.first-nav ul li a{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}
.first-nav ul li a span{
	display: inline-block;
	color: #333;
	font-size: 16px;
	margin-top: 15px;
}
.first-nav ul li a p{
	color: #938f89;
	font-family: arial;
	font-size: 12px;
}
.first-nav ul li:hover{
	background-color: #b39264 !important;
}
.first-nav ul li:hover span{
	color:#fff !important;
}
.first-nav ul li:hover p{
	color:#fff !important;
}
.first-nav-active{
	background-color: #b39264 !important;
}
.first-nav-active span{
	color: #fff !important;
}
.first-nav-active p{
	color: #fff !important;
}
@media only screen and (max-width:1300px ) {
	.header{
		height: 180px;
	}
	.header .pull-right{
		width: 100%;
		height: 90px;
	}
	.header .pull-left{
		margin-top: 8px;
		margin-left: 40%;
	}
	.first-nav ul li{
		float: left;
		width: 11%;
		height: 60px;
	}	
	.first-nav .header-phone{
		left: 0;
	}
}
.index-prev{
	background: url(../images/prev.png) no-repeat center;
	width: 40px;
	height: 40px;
	display: inline-block;
	z-index: 999;
	position: absolute;
	top: 60%;
}
.index-next{
	background: url(../images/next.png) no-repeat center;
	width: 40px;
	height: 40px;
	display: inline-block;
	z-index: 999;
	position: absolute;
	top: 74%;
}
.indexPageState{
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	z-index: 999;
	background: #fff;
	line-height: 40px;
	text-align: center;
	top: 67%;
}
.clothes-made{
	width: 80px;
	height: 235px;
	background: #171834;
	position: absolute;
	z-index: 999;
	top: 30%;
	text-align: center;
}
.clothes-box{
	margin-top: 52px;
}
.clothes-icon{
	background: url(../images/icon.png) no-repeat center;
	width: 39px;
	height: 40px;
	display: inline-block;
}
.clothes-box p{
	color: #fff;
	margin-top: 10px;
	font-size: 16px;
}
.clothes-box span{
	display: inline-block;
	width: 35px;
	color: #fff;
	margin-top: 10px;
	font-size: 16px;
}
.second-nav-list{	
	background: #b39264;
	height: 30px;
	text-align: center;
}
.second-nav .nav{
	border: none;
	border-radius: 0;
	height: 30px;
	display: inline-block;
}
.second-nav .nav li{
	width: 110px;
	height: 30px;
	margin-bottom: 0;
}
.second-nav .nav li a{
	width: 100%;
	height: 100%;
	padding: 0;
	text-align: center;
	line-height: 30px;
	border: none;
}
.second-nav .nav-tabs>li>a:hover{
	border: none;
	border-radius: 0;
	background: #0b0b0b !important;
	color: #fff;
}

.about-part{
	background-image: url(../images/aboutbg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height:-webkit-fill-available;
	min-height:550px;
}
.about-part .bd{width:100% !important;height:100%;}
.about-part ul{
	width:100% !important;
	height: 100%;
}
.about-part ul li{
	height:100%;
}
.left-about{
	position: relative;
	display:inline-block;
	width:560px;
	height:450px;
}
.about-mask{
	width:578px;
	height:300px;
	position:absolute;
	left:-30px;
	bottom:-30px;
	background:#b39264;
}
.aboutImg{
	width:100%;
	height:100%;
	position:relative;
	z-index:10;
	background-size: cover;
	background-repeat: no-repeat;
	display: inline-block;
}
.right-about{
	position: relative;
	display: inline-block;
	text-align: center;
	width:650px;
	height:370px;
	float:right;
}
.right-about h2{
	margin-top: 10px;
	font-size: 24px;
	color: #171834;
}
.right-about p{
	margin-top: 45px;
	line-height: 28px;
	color: #666;
	height:140px;
	overflow:hidden;
}
.right-about .about-title a{
	display: inline-block;
	background: url(../images/jiantou_03.png) no-repeat center;
	width: 155px;
	height: 36px;
	border-radius: 20px;
	border: 1px solid #c6c6c6;
	margin-top: 50px;
}
.second-nav-list .nav .on{
	background: #0b0b0b;
}
.second-nav-list .nav .on a{
	color: #fff;
}
.prevAbout-button{
	display: inline-block;
	background: url(../images/prev-icon.png) no-repeat center;
	width: 40px;
	height: 40px;
	position: absolute;
	bottom: 12%;
	left: 40%;
}
.nextAbout-button{
	display: inline-block;
	background: url(../images/next-icon.png) no-repeat center;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 46%;
	bottom: 12%;
}
.aboutPage{
	background: #fff;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	bottom: 12%;
	left: 43%;
}
.product-part{
	width: 100%;
	height: 475px;
	position: relative;
}
.product-content{
	width:100% !important;
}
.product-content>ul{
	width:100% !important;
}
.product-shadow{
	position: absolute;
	height: 475px;
	top: 0;
	width: 100%;
	background: rgba(0,0,0,.5);
	z-index:1;
}
.product-word{
	position: relative;
	z-index: 999;
	width:1200px;
	margin:0 auto;
	margin-top:80px;
}
.product-word h2{
	color: #b39264;
	font-size: 30px;
	font-weight: bold;
}

.product-word .product-line{
	width: 200px;
	height: 1px;
	background: #fff;
	display: inline-block;
}
.product-word h3{
	color: #FFFFFF;
	width:1050px;
	font-size: 16px;
	line-height:25px;
	height:50px;
	overflow:hidden;
	margin: 40px 0;
}

.product-content .slideBox{
	width:1200px;
	margin:0 auto;
	z-index:9999;
	position: relative;
	padding:20px;
	/* overflow:hidden; */
}

.product-content .slideBox ul{
	margin: 0 auto;
	height: 100%;
	overflow: hidden;
}
.product-content .slideBox ul li{
	width:300px;
	height: 100%;
	float: left;
	margin-right: 5px;	
	text-align:center;
}
.product-content .slideBox ul li p{
	text-align: center;
	line-height: 60px;
	height:60px;
	overflow:hidden;
}

.sNext{
	background: url(../images/next-icon.png) no-repeat center;
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	right:0;
	top:-45px;
	z-index: 9999999;
}
.sPrev{
	background: url(../images/prev-icon.png) no-repeat center;
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	right:5%;
	top:-45px;
	z-index: 9999999;
}

.client-part{
	background-image: url(../images/clientbg.jpg);
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	min-height:600px;
}
.client-content{
	background-image: url(../images/clientcontent.jpg);
	width: 1200px;
	position: relative;
	top: 15%;
	margin:0 auto;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position:center;
	min-height:515px;
	padding-top:80px;
}
.client-title {
	text-align: center;
}
.client-title h1{
	font-size: 30px;
	color: #b39264;
	font-weight: bold;
}

.client-title .client-line{
	width: 200px;
	height: 1px;
	display: inline-block;
	background: #000000;
}
.client-title h3{
	font-size: 24px;
	color: #171834;
}
.client-container{
	top: 25%;
}
.client-wrapper{
	width: 75% !important;
	margin: 0 auto;
}
.client-slide{
	width: 14.3% !important;
	border: 1px dotted #949393;
	margin-top: 0 !important;
	position:relative;
}
.client-shadow{
	background:rgba(69,70,93,.5);
	position:absolute;
	bottom:0;
	width:100%;
	height:100%;
	display:none;
}
.client-shadow p{
	text-align:center;
	line-height:100%;
	color:#fff;
	margin-top:27%;
}
.client-slide:hover .client-shadow{
	display:block;
}
.client-page .client-page{width: 40px;height: 40px;display: inline-block;}
.client-page .client-next{display:inline-block;width: 40px;height: 40px;background: url(../images/next-icon.png) no-repeat center;position: absolute;bottom: 10px;left: 55%;}
.client-page .client-prev{display:inline-block;width: 40px;height: 40px;background: url(../images/prev-icon.png) no-repeat center;position: absolute;bottom: 10px;left: 45%;}
.clientPage{width: 40px;line-height:40px;height: 40px;display: inline-block;text-align: center;position: absolute;left: 50%;}

.news-part{
	background-image: url(../images/newsbg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	min-height:600px;
}
.news-content{
	width:1200px;
	position: relative;
	margin: 0 auto;
	background: #fff;
	top: 12%;
}
.news-left{
	width: 550px;
	display: inline-block;
}
.news-left h2{
	font-size: 30px;
	color: #b39264;
	font-weight: bold;
}
.news-line{
	width: 200px;
	height: 1px;
	display: inline-block;
	background: #000;
}
.news-left h3{
	font-size: 20px;
	color: #b39264;
	margin-bottom:20px;
}
.news-left h3 em{
	font-size: 24px;
	color: #171834;
}
.news-content>ul{
	padding: 20px 25px;
	width:1200px !important;
}
.news-left .news-list li{
	width: 100%;
	height: 50px;
	line-height: 40px;
	margin-bottom: 25px;
	border: 1px solid #cccccc;
	padding: 5px;
	transition: all 1.2s ease; 
}
.news-left .news-list li a{
	display: block;
	width: 100%;
	height: 100%;
}
.news-left .news-list li:last-child{
	margin-bottom: 0;
}
.news-left .news-list li p{
	float: left;
	color: #333;
	font-size: 16px;
	display: inline-block;
}
.news-left .news-list li span{
	float: right;
	font-size: 16px;
	color: #333;
}
.news-left .news-list li:hover{
	background: #b39264;
}
.news-left .news-list li:hover span{
	color: #fff;
}
.news-left .news-list li:hover p{
	color: #fff;
}
.news-left .news-list li:hover{
	transform: translateX(20px);
}
.news-left .news-detail{
	background: url(../images/jiantou_03.png) no-repeat center;
	width: 155px;
	height: 35px;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 20px;
	float: right;
	margin-top: 20px;
}
.news-left .news-detail:hover{
	border: 1px solid #b39264;
}
.news-right{
	width: 410px;
	height:510px;
	float: right;
	display:table;
}
.news-right img{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.contact-part{
	background-image: url(../images/messagebg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	min-height:600px;
}
.contact-content{
	background-image: url(../images/message.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	width: 1200px;
	margin: 0 auto;
	top:12%;
	height:590px;
}
.code{
	text-align: center;
	position: relative;
	top: 55px;	
}
.code img{
	border: 12px solid #171834;
}
.code h2{
	margin-top: 15px;
	font-size: 14px ;
	color: 666666;
}
.code p{
	font-size: 14px;
	color: #66666;
}
.code .message-line{
	width: 20px;
	height: 2px;
	display: inline-block;
	background: #171834;
	position: relative;
}
.message-info{
	text-align: center;
	margin-top: 60px;
}
.message-info p{
	display: inline-block;
	font-size: 14px;
	margin-right: 50px;
}
.message-info p:last-child{
	margin-right: 0;
}
.message-info .icon-location{
	background: url(../images/icon1.png) no-repeat center;
	width: 11px;
	height: 15px;
	display: inline-block;
	margin-right: 8px;
}
.message-info .icon-mobile{
	background: url(../images/icon2.png) no-repeat center;
	width: 11px;
	height: 15px;
	display: inline-block;
	margin-right: 8px;
}
.message-info .icon-email{
	background: url(../images/icon3.png) no-repeat center;
	width: 15px;
	height: 11px;
	display: inline-block;
	margin-right: 8px;
}
.message-advice{
	width: 83.3%;
	margin: 0 auto;
	margin-top: 15px;
}
.advice-left{
	width: 40.8%;
	float: left;
}
.advice-left input{
	width: 100%;
	display: inline-block;
	height: 45px;
	border: 1px solid #ccc;
	padding: 5px;
}
.advice-left input:first-child{
	margin-bottom: 15px;
}
.advice-right{
	width: 40.8%;
	float: right;
}
.advice-right textarea{
	width: 100%;
	height: 105px;
	padding: 5px;
}
.btn-sub{
	width: 155px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #ccc;
	display: inline-block;
	color: #666666;
	text-align: center;
	background: transparent;
	border-radius: 20px;
	position: absolute;
	bottom: 50px;
}

.join-part{
	width: 100%;
	position: relative;
	background: #000;
}
.slideMenu{
	width: 100%;
	height: 100%;
}
.join-content{
	height: 100%;
	width: 100%;
}

.slideMenu .join-name{
	width: 9.98%;
	height: 100%;
	position: relative;
	float: left;
}
.slideMenu .join-name.on{
	width: 16.7%;
}
.slideMenu .join-name.on .join-img{
	filter: grayscale(0);
}
.join-advantage{
	position: relative;
}
.join-advantage .join-img{
	filter: grayscale(100%);
}
.slideMenu .join-name h2{
	margin-top: 50px;
}
.slideMenu .join-name h2,
.slideMenu .join-name h3{
	font-size: 30px;
	color: #fff;
	font-family: "宋体";
	text-align: center;
}
.slideMenu .join-name .join-box{
	position: absolute;
	bottom: 105px;
	width: 100%;
	height: 150px;
	background: rgba(0,0,0,.5);
}
.slideMenu ul{
	float: left;
	width: 33.33%;
	height: 100%;
	padding: 100px 35px;
	display: none;
	background: #fff;
}
.join-detail{
	height: 100%;
	overflow:auto;
}
.join-detail h2{
	font-size: 30px;
	color: #b39264;
	font-weight: bold;
}
.join-detail .join-line{
	width: 200px;
	height: 1px;
	background: #000000;
	display: inline-block;
	position: relative;
	top: -10px;
}
.join-detail h3{
	color: #b39264;
	font-size: 20px;
}
.join-detail h3 em{
	color: #171834;
	font-size: 24px;
}
.join-detail .join-word{
	margin-top: 50px;
	width: 100%;
}
.join-detail .join-word p{
	font-size: 16px;
	color: #666666;
	line-height: 25px;
	font-family:"隶书" !important;
}
.join-detail .join-word p span{
	font-family:"隶书" !important;
}
.code-info{
    position: absolute;
    right: -124px;
    top: 20%;
    width: 124px;
    background: #fff;
    text-align: center;
	display:none;
}
.code-info p{
	margin-bottom:10px;
	font-size:16px;
}
.clothes-made:hover .code-info{
	display:block;
}
.caseShow-container{
	top:20%;
}

.caseShow-slide{
	text-align:center;
	height:270px;
	display:inline-block;
}
.custom-more{
	display: inline-block;
    background: url(../images/jiantou_03.png) no-repeat center;
    width: 155px;
    height: 36px;
    border-radius: 20px;
    border: 1px solid #c6c6c6;
    margin-top:20px;
	line-height:36px;
	text-decoration:none;
}
.right-about{
	top:28%;
	right:5%;

}
.left-about{
	left:23%;
	top:22%;
}

@media all and (min-width:1200px) and (max-width: 1440px){ 
	.news-content{
		top: 8%;
	}
	.news-right{
		height:485px;
	}
	.left-about{
		left:12%;
	}
	.right-about{
		right:3%;
	}
}
@media all and (min-height:750px) and (max-height: 900px){ 
	.contact-content,
	.client-content{
		top:6%;
	}
	.product-word{
		margin-top:60px;
	}
	.left-about{
		
		top:16%;
	}
	.right-about{
		top:28%;
		width:555px;
	}
	.prevAbout-button,.aboutPage,.nextAbout-button{bottom:1%;}   
}
@media all and (max-height: 749px){ 
	.left-about{
		top:12%;
	}
	.contact-content,
	.client-content{
		top:4%
	}
	.right-about{
		top:30%;
		width:535px;
		right:2%;
	}
	.prevAbout-button,.aboutPage,.nextAbout-button{bottom:1%;}
	
		
}

@media all and (max-width: 1400px){
	.clothes-made{
		width:50px;
	}
}