#service{
}
#service li{
	background:#f4ece9;
	float:left;
	width:calc(100% / 3);
	padding: 60px 0;
}
#service li:nth-child(2){
	background:#f9f5f4;
}
#service li .img{
	text-align:center;
	margin-bottom: 19px;
}
#service li p{
    color: #c9ad9b;
    text-align: center;
    font-size: 16px;
    line-height: 150%;
}
#about .webframe{
	width:90%;
	margin: 80px auto;
}

#about .coat{
	overflow:hidden;
	background:#c6a895;
	position:relative;
}
#about .coat article{
    float: left;
    color: #fff;
    width: calc(50% - 200px);
    padding: 80px 100px;
}
#about .coat:after{
	content:'';
	width:10px;
	height:10px;
	position:absolute;
	left:20px;
	top:20px;
	background:#fff;
}
#about .coat:before{
	content:'';
	width:10px;
	height:10px;
	position:absolute;
	left:20px;
	bottom:20px;
	background:#fff;
}
#about .coat article .box1 img{
	width:314px;
}
#about .coat article .box2 img,
#about .coat article .box3 img{
	height:27px;
}

#about .coat .img{
	float:right;
	width:50%;
}
#product-show{
	background:#f9f5f4;
}
#product-show .webframe{
	width:1509px;
	margin: 0px auto;
	padding:80px;
}
#product-show .threep{
	float:left;
	width:1196px;
	overflow:hidden;
}
#product-show .threep div{
	float: right;
	width:427px;
}
#product-show .threep div:first-child{
	float: left;
	width:738px;
}
#product-show .threep div:last-child{
	margin-top: 25px;
}
#product-show .rightPClist{
    float: right;
    width: calc(100% - 1220px);
}
#album{
	background-image:url(/images/31/index/patient-bg.jpg);
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
}
#album div{
	outline:none;
}
#album .title{
	padding: 90px 0;	
}
#album .title h2{
	text-align:center;
}
#album .webframe{
	width:960px;
	margin:0 auto;
}
#album .pdetail p{
    text-align: center;
    font-size: 16px;
    line-height: 180%;
    color: #fff;
}
#album div.photo {
	text-align:center;
	margin:50px 0;
}
#album .photo p{
	background-repeat:no-repeat;
	background-position:50%;
	background-size:contain;
	display:inline-block;
	border-radius:50%;
	border:1px solid #fff;
}
#album .ptitle h2{
    text-align: center;
    color: #fff;
    line-height: 120%;
    font-weight: normal;
    font-size: 18px;
}
#album .ptitle span{
    text-align: center;
    color: #fff;
    line-height: 120%;
    font-weight: normal;
    font-size: 17px;
	display:block;
	margin-top:5px;
}
#album .slick-slider{
	margin-bottom: 130px;
}
#album .slick-dots li button:before,
#album .slick-dots li.slick-active button:before{
	color:#fff;
}
#album .slick-dots li.slick-active button{
	border:1px solid #fff;
	border-radius:50%;

}
.rightPClist p{
	margin-bottom:10px;
}
.rightPClist p img{
	height:28px;
}
.rightPClist .mother >li{
    margin: 0;
    border-bottom: 1px solid #ece2dc;
    padding: 10px 0;
}

.rightPClist li{
	color: #848484;
}
.rightPClist li h2{
	font-weight: normal;
    font-size: 18px;
}
.rightPClist li h2 span{
	display:inline-block;
	width:26px;
	height:26px;
	background-image:url(/images/31/index/rightPClist-plus.jpg);
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
    
    vertical-align: text-top;
    margin-right: 10px;
}
.rightPClist .menu_body{
	position:relative;
}
.rightPClist .menu_body:after{
	content:'';
	width:26px;
	height:26px;
	display:block;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
	background-image:url(/images/31/index/rightPClist-sc.jpg);
    transform: rotate(180deg);
	position:absolute;
	left:0;
    top: -26px;
	transition: all linear 0.3s;
}

.rightPClist .cate-insdie li{
	margin: 10px 0 0;
	position:relative;
	padding-left: 36px;
}
.rightPClist .cate-insdie li:after{
    content: '';
    position: absolute;
    width: 17px;
    height: 1px;
    background: #999;
    left: 5px;
    top: 10px;
}
.rightPClist .cate-insdie li a{
	color: #848484;
    font-weight: normal;
}
@media screen and (min-width: 1831px) {
	#about .coat article >div{
		margin-bottom: 45px;
	}
	#about .coat article >div:last-child{
		margin-bottom: 0;
	}
	#about .coat article >div p{
		font-size: 16px;
		line-height: 180%;
		margin-left: 15px;
		margin-top: 20px;
	}
}
@media screen and (max-width: 1831px) {
	#about .coat article .box1 img{
		width: 250px;	 
	}
	#about .coat article >div{
	    margin-bottom: 25px;	
	}
	#about .coat article .box2 img,
	#about .coat article .box3 img{
		height: 20px; 
	}
	#about .coat article >div p{
		font-size: 16px;
		line-height: 180%;
		margin-left: 15px;
		margin-top: 20px;
	}
	#about .coat article{
		padding: 80px 100px 0;	
	}
}
@media screen and (max-width: 1680px) {
	#about .coat .img{
		width:60%;
	}
	#about .coat article{
		width: calc(40% - 140px);
		padding: 80px 70px 0;	
	}
	#product-show .webframe{
		width:1366px;
		padding: 80px 0;
	}
	#product-show .threep div{
		width:calc((427px / 3) * 2);
	}
	#product-show .threep div:first-child{
		width:calc((738px / 3) * 2);
	}
	#product-show .threep{
		width: 800px;	
	}
	#product-show .rightPClist{
		width: calc(100% - 830px);	
	}
}
@media screen and (max-width: 1440px) {
	#about .coat article .box1 img{
		width: 200px;	 
	}
	#about .coat article{
		padding: 50px 70px 0;	
	}
	#about .coat article >div p{
		font-size:14px;
	}
	#product-show .webframe{
		width:1200px;
		padding: 60px 0;
	}
}
@media screen and (max-width: 1280px) {
	#product-show .webframe,
	#album .webframe{
		width:90%;
	}
		#service li p{    margin: 0 10px;
    height: 96px;}
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
	#about .coat article >div p{line-height: 150%;
    margin-top: 10px;}
	#about .coat article{
    width: calc(50% - 140px);
    padding: 50px 70px 0;
}
	#about .coat .img{
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}
#about .coat .img img{
    width: 100%;
    height:100%;
    object-fit: cover;
}
	#product-show .threep{
	width: 700px;
	}
	#product-show .rightPClist{
	width: calc(100% - 730px);
	}
	#product-show .threep div:first-child{
	width: calc((658px / 3) * 2);
	}
	#product-show .threep div{
	width: calc((372px / 3) * 2);
	}
	#product-show .threep div:last-child{
	}
}
@media screen and (max-width: 1024px) {
	#service li{
	    width: 100%;	
	}
	#about .coat .img,
	#about .coat .img img{
		width:100%;
	}
	#about .coat article{
		width: calc(100% - 140px);
		padding: 50px 70px;	
	}
	#about .coat:before,
	#about .coat:after{
		display:none;
	}
	#product-show .threep{
		width: 60%;	
	}
	#product-show .rightPClist{
		width: 35%;	
	}
	#product-show .threep div:first-child{
		width:100%;
		margin-bottom: 20px;
	}
	#product-show .threep div{
		float:left;
		width:calc(50% - 10px);
	}
	#product-show .threep div:last-child{
		margin:0 0 0 20px;
	}
}
@media screen and (max-width: 640px) {
	#about .coat article{
		width: calc(100% - 70px);
		padding: 50px 35px;	
	}
	#about .webframe{
		width: 100%;
		margin: 0px auto;		
	}
	#product-show .threep{
		width: 100%;	
	}
	#product-show .rightPClist{
		width: 100%;
		margin-top: 30px;
	}
	#product-show .webframe{
	    padding: 20px 0;	
	}
	#album .title h2 img{
	    width: 160px;	
	}
	#album .pdetail p{
		font-size: 14px;
		line-height: 150%;		
	}
}
@media screen and (max-width: 480px) {
	#service li p{
		font-size: 14px;
		margin: 0 20px;
	}
	#service li .img img{
		height: 100px;
	}
	#service li{
		padding: 30px 0;	
	}
}