.page-product{
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
}
.prointit{
	color: #333333;
	padding-top: 65px;
}
.prointit h6{
	font-size: 32px;
	padding-bottom: 5px;
}
.prointit p{
	font-size: 14px;
	width: 135px;
	border-bottom: 2px solid #8d8d8d;
	padding-bottom: 10px;
	margin-bottom: 70px;
}
.prodFull{
	width: 100%;
	background-color: #f5f5f5
}
.proinfont{
	width: 320px;
}
.proinfont h6{
	color: #333333;
	font-weight: bold;
	margin-bottom: 30px;
}
.proinfont p{
	font-size: 14px;
	color: #666666;
	padding-bottom: 15px;
}
.prointitsmal{
	color: #333333;
	font-size: 24px;
	padding-bottom: 25px;
}
.proinfontBox{
	padding-top: 60px;
	padding-bottom: 80px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.canshuimg{
	
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	background: url(../images/ico12.png) no-repeat center;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	background: url(../images/ico13.png) no-repeat center;
}
#proStInner{
	width: 100%;
	line-height: 70px;
	background-color: #FFF;
	height: 70px;
}
.ul-pro-in{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.proinfont a{
	width: 100px;
    height: 36px;
    background: url(../images/ico14.png) no-repeat 12px center;
    display: block;
    margin-top: 30px;
    color: #666;
    text-align: center;
    padding-left: 20px;
    line-height: 36px;
    font-size: 14px;
    border-bottom: 1px solid;
}
.ul-pro-in li.cur{
	font-weight: bold;
}
.page-news{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding-top: 35px;
}
.news-list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.news-list li{
    width: 48%;
    margin-bottom: 35px;
    border: 1px solid #eee;
    padding: 1%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #FFF;
    border-radius: 7px;
}
.newsINBOX{
	width: 35%;
}
.news-list-box{
	width: 60%;
    background: url(../images/ico88.png) no-repeat left 110px;
    padding-left: 6px;
}
.news-list li .news-list-box h6{
	font-size: 16px;
	padding-bottom: 5px;
	padding-top: 20px;
    font-weight: bold;
}
.news-list li .news-list-box p{
	font-size: 13px;
	color: #999;
	line-height: 26px;
}
.news-list li .news-list-box p a{
    padding-top: 8px;
    display: block;
}
.pagelist{
	text-align: center;
	padding-bottom: 30px;
	padding-top: 15px;
}
@media screen and (max-width: 900px){
	.ul-pro-in{
		font-size: 14px;
	}
	.news-list li{
		width: 100%;
	    padding-top: 15px;
	    padding-bottom: 15px;
	    margin-bottom: 10px;
	}
}
@media screen and (max-width: 500px){
	.news-list li p{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2; 
		overflow: hidden;
		font-size: 12px;
	}
	.news-list li  h6{
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}
.caseBOx{
	width: 100%;
	margin: 0 auto;
	padding: 0 30px;
}
.caseList_in{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.caseInTit_box{
	text-align: center;
	padding-top: 35px;
}
.caseInTit_box h6{
    display: block;
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
    font-family: Arial;
}
.caseInTit_box span{
    display: block;
    width: 60px;
    height: 1px;
    background: #000;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 5px;
}

#caseInBox_list{
	background-color: #f5f5f5;
}
.caseList_in li{
    width: 30%;
    margin-bottom: 35px;
    text-align: center;
}
.caseList_in li img{
	
}
.caseList_in li .txt{
	padding-top: 15px;
}
.pagelist li{
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
    border: 1px solid #aaa; margin-right:10px ;
}
.pagelist li.thisclass,.pagelist li:hover{
    background-color: #000;
    border: none;
    color: #FFF;border: 1px solid #000;
}
@media screen and (max-width: 500px){
	.caseList_in li {
	    width: 48%;
	    margin-bottom: 25px;
	}
	.caseInTit_box h6{
	    font-size: 15px;
	    
	}
	.caseInTit_box p{
		font-size: 15px;
		margin-bottom: 15px;
	}
	.caseBOx{
		padding: 0 10px;
	}
	.caseInTit_box span{
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.caseList_in li .txt{
		font-size: 14px;
	}
	.news_con{
		padding: 0 15px;
	}
	.news-list li p{
		font-size: 12px;
	}
	.news-list{
		padding: 0 0px;
	}
}
.news_con{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
    line-height: 35px;
}
.newsMain_box{
	width: 100%;
	padding-top: 50px;
	background-color: #F5f5f5;
}
.news_con h6{
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	padding-bottom: 25px;
}
/*开始定制您的卫浴空间*/
.space{
	background-color: #fbfbfb;
}
.tit-space{
	color: #333333;
	text-align: center;
}
.tit-space p{
	padding-top: 10px;
	color: #666666;
	font-size: 14px;
}
.tit-space h6{
	
	font-size: 24px;
	padding-top: 100px;
}
.space-main{
	max-width: 1520px;
	width: 100%;
	margin: 0 auto;
	margin-top: 45px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 75px;
}
.leavingBox{
	width: 749px;
	height: 449px;
	background: url(../images/bj-company.png) no-repeat center;
	padding-left: 70px;
	padding-top: 65px;
}
.leavingBox h6:before{
	width: 5px;
	height: 28px;
	display: inline-block;
	content: "";
	background-color: #b52d2d;
	margin-right: 10px;
	position: absolute;
	left: 0;
	top: 2px;
}
.leavingBox h6{
	color: #FFF;
	font-size: 24px;
	vertical-align: top;
	position: relative;
	padding-left: 15px;
	padding-bottom: 39px;
}
.leavingBox h6 font{
	font-size: 28px;
	padding-right: 5px;
	display: inline-block;
}
.leavingBox h6 a{
	color: #999999;
	font-size: 14px;
	display: inline-block;
	padding-left: 10px;
}
.leavingBox h6 em{
	
}
.space-main img{
	
}
.leaveBox{
	
}
.leaveBox form{
	
}
.leaveBox form label{
	
}
.leaveBox form label input{
	height: 48px;
	color: #666666;
	font-size: 14px;
	padding-left: 25px;
	border: 1px solid #666666;
	margin-bottom: 20px;
}
.leaveBox form label input#dr_title{
	width: 245px;
	background: url(../images/ico08.png) no-repeat 10px center;
	
}
.leaveBox form label input#dr_author{
	background: url(../images/ico09.png) no-repeat 10px center;
	width: 353px;
	margin-left: 21px;
}
.leaveBox form label input#dr_sheng{
	background: url(../images/ico10.png) no-repeat 10px center;
	width: 297px;
}
.leaveBox form label input#dr_chengshi{
	width: 301px;
	background: url(../images/ico10.png) no-repeat 10px center;
	margin-left: 20px;
}
.btn{
	width: 620px;
	height: 51px;
	background-color: #b52d2d;
	margin-top: 9px;
}
.btn button{
	color: #ffffff;
	text-align: center;
	line-height: 51px;
	width: 620px;
	height: 51px;
	background-color: transparent;
	border: none;
	
}
.leaveBox form p{
	color: #FFF;
	font-size: 14px;
	margin-top: 33px;
}
.leaveBox form p font{
	color: #b52d2d;
	font-size: 24px;
	display: inline-block;
	padding-right: 10px;
}
@media screen and (max-width: 1525px){
	.space-main img{
		max-width: 50%;
		
	}
	.leavingBox{
		width: 50%;
	}
	.space-main{
		padding: 0 2%;
	}
	
}
@media screen and (max-width: 1450px){
.leaveBox form label input{
		width: 45% !important;
	}
	.btn{
		width: 95%;
	}
	.btn input{
		width: 100%;
	}
}
@media screen and (max-width: 900px){
	.space-main img{
		display: none;
	}
	.leavingBox{
		width: 100%;
	}
}
@media screen and (max-width: 700px){
	.tit-space h6 {
	    font-size: 18px;
	    padding-top: 20px;
	}
	.tit-space p {
	    padding-top: 1px;
	    color: #666666;
	    font-size: 14px;
	}
	.space-main{
		margin-top: 10px;
	}
}
@media screen and (max-width: 500px){
	.leavingBox{
		padding-left: 30px;
	}
	.leaveBox form label input{
		width: 90% !important;
		margin-left: 0 !important;
		height: 30px;
		line-height: 30px;
	}
	.btn,.btn input{
		height: 35px;
		line-height: 35px;
		width: 90%;
	}
	.leaveBox form p{
		margin-top: 13px;
	}
	.tit-space{
	   	display: none;
	}
	.space-main{
		margin-top: 20px;
		margin-bottom: 0;
	}
	.leaveBox form p font{
		font-size: 14px;
		padding: 0;
	}
}
.showImg{
	width: 100%;
	background-color: rgba(0,0,0,0.9);
	height: 100%;
	position: fixed;
	justify-content: center;
	align-items: center;
	display: none;
	top: 0;
	left: 0;
}
.showImg.cur{
	
	
}
.showImg img{
	max-width: 500px;
}

.company_info_com{

	width: 590px;

	background-color: #FFF;

	padding-bottom: 0px;

	text-align: center;

	border: 1px solid #f7f7f7; float:left ; 

}
 @media screen and (max-width: 500px){
  .company_info_com{

	width: 100%;

	background-color: #FFF;

	padding-bottom: 0px;

	text-align: center;

	border: 1px solid #f7f7f7; float:left ; 

}   
 }
.company_info_com h6{

	height: 120px;

	background-color: #464646;

	color: #FFF;

	line-height: 120px;

	font-size: 20px;

	font-weight: bold;

	text-align: center;

}

.company_dre{

	text-align: left;

	padding: 40px 40px 0px 40px;

	

}

.company_dre p{

	color: #666666;

	font-size: 16px;

	padding-bottom: 25px;

}
.leavingmassage h6{

    font-size: 30px;

    color: #666666;

    line-height: 100%;

    padding-top: 40px;

    padding-bottom: 25px;

}

.leavingmassage p{

	color: #666666;

	font-weight: 100;

	padding-bottom: 30px;

}

.leavingmassage{

	background-color: #f7f7f7;

    padding: 5px 25px;

    width: 590px;

    text-align: center; float:right ;

}
#baiduMap{width:1200px;height: 600px; display:inline-block; margin-top: 45px;}
 @media screen and (max-width: 500px){
   #baiduMap{width:100%;height: auto; display:inline-block; margin-top: 45px;}  
 .leavingmassage{

	background-color: #f7f7f7;

    padding: 5px 25px;

    width: 96%;

    text-align: center; float:right ;

}    
     
 }
/*在线留言*/

.form_box {padding: 10px 0; }

.form_box form label {display: block;margin-bottom: 15px;color: #333;overflow: hidden;font-size: 14px;}

.form_box form label input { width: 100%; line-height: 45px; height: 45px; border: 1px solid #e0e0e0; color: #aaa; padding-left: 15px;}

.form_box form .btner button {display: block;width: 100%;background-color: #d7a365;color: #FFF;height: 45px;line-height: 45px;text-align: center;font-size: 14px;margin-top: 10px;margin-bottom:10px;border: none;}

.form_box form label:nth-of-type(4),.form_box form label:nth-of-type(3){

	display: inline-block;

	width: 48%;

}

.form_box form label:nth-of-type(3){

	float: left;

}

.form_box form label:nth-of-type(4){

	float: right;

}

.form_box p{

	color: #666666;

	font-size: 14px;

	

}


.caseList_in .cur .showImg{
	display: flex;
}
.ty_inner{
	width: 100%;
	max-width: 1200px;
	margin:  0 auto;
	margin-bottom: 35px;
}
.about_inner{
	width: 100%;
	max-width: 1200px;
	margin:  0 auto;
	margin-bottom: 35px;
	line-height:30px;
}
.about_inner p{
	line-height: 30px;
	font-size: 14px;
}
.caseInTit_box p{
    display: block;
    font-size: 13px;
    margin-bottom: 35px;
}
.about_inner img{
	margin-top: 35px;
	width: 100%;
    max-width: 800px;
}
@media screen and (max-width: 500px){
	.about_inner{
		padding: 0 15px;
	}
	.prointit{
		padding-top: 20px;
	}
	.prodFull{
		padding: 0 10px;
	}
	.prointit h6{
		font-size: 16px;
	}
	.prointit p{
		font-size: 12px;
	    margin-bottom: 15px;
	}
	.prointitsmal{
		font-size: 20px;
	}
	.proinfont a{
		margin-top: 0;
		margin-bottom: 15px;
	}
	.proinfontBox{
		padding-top: 15px;
		
	}
	.proinfont h6{
		margin-bottom: 10px;
	}
	.news-list li .news-list-box p{
		overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	}
	.newsINBOX{
		width: 38%;
		padding: 5px;
	}
	.news-list-box{
		width: 58%;
		background: url(../images/ico88.png) no-repeat left 69px;
	}
	.news-list li .news-list-box h6 {
	    font-size: 15px;
	     padding-bottom: 0px; 
	    padding-top: 15px;
	    font-weight: 100;
	}
}
.honor_con{width: 100%;height:auto;margin: 0 auto; margin-top:20px; margin-bottom:10px;}
.honor_con li{width:31.3%; float:left; margin-right:2%;font-size:14px;margin-bottom:30px; box-sizing: border-box; }
.honor_con li:nth-of-type(3n+3){
	margin-right:0%;
}


.honor_con li .divimg{width:100%;height:520px; overflow:hidden;display: flex; 
  align-items: center;
  justify-content: center;}
.honor_con li .divimg img{width:375px;height:520px;}
.honor_con li .divimg img{
 overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
    -moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;}
.honor_con li:hover img {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}
 
 @media screen and (max-width: 500px){
    .honor_con li{width:96%; float:left; margin-left:2%;margin-right:2%;font-size:14px;margin-bottom:30px; box-sizing: border-box; }
.honor_con li:nth-of-type(3n+3){
	margin-right:0%;
}


.honor_con li .divimg{width:100%; overflow:hidden;display: flex; 
  align-items: center;
  justify-content: center;}
.honor_con li .divimg img{width:100%;}
.honor_con li .divimg img{
 overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
    -moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;}
.honor_con li:hover img {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
} 
 }