/*立登尔介绍*/
.leader-intr-box{
	margin-top:4rem;
}
.leader-intr-box .flex-left{
	width:480px;
}
.leader-intr-box .flex-right{
	width:580px;
}
.leader-intr-box .leader-intr .title-box{
	width:100%;
	height:6.5rem;
	background:url("../images/ya-bg.png") no-repeat;
	background-size:auto 100%;
}
.leader-intr-box .leader-intr .title-box .title{
	font-size:2.4rem;
	line-height:4.5rem;
	color:#000;
}
.leader-intr-box .leader-intr .title-box .title-msg{
	text-indent:3rem;
	font-size:0.9rem;
}
.leader-intr-box .leader-intr-detail{
	font-size:0.8rem;
	line-height:1.4rem;
	color:#666;
}
.leader-intr-box .leader-intr .img-box{
	width:14rem;height:14rem;
	box-shadow:0 0 5px #ddd;
}
.leader-intr-box .leader-stores{
	margin-top:2rem;
}
.leader-intr-box .leader-stores .title{
	line-height:3.8rem;
	font-size:1.2rem;
}
/*发展历程*/
.develp-box{
	margin-top:3rem;
	background:#f9eadc;
}
.develp-box .dev-history{
	position:relative;
	height:1.5rem;
	line-height:1.5rem;
}
.develp-box .dev-history p{
	font-size:1.2rem;
	position:absolute;
	top:0;left:280px;
}
.develp-box .dev-history p:nth-child(2){
	left:580px;
}
.develp-box .dev-history p:last-child{
	left:880px;
}
.develp-box .leader-dev{
	text-align:center;
	line-height:4rem;
	font-size:1.5rem;
	color:#ca945f;
}
.develp-box-phone{
	display:block;
}
/*立登尔故事*/
.leader-dental{
	margin-top:4.5rem;
}
.leader-dental .dental-bg{
	position:relative;
}
.leader-dental .dental-bg .big-title{
	width:100%;
	position:absolute;
	top:0;left:0;
	text-align:center;
	font-size:2.4rem;
	line-height:4rem;
}
.leader-dental .history-detail{
	margin:0 auto;
	margin-top:3rem;
	width:820px;
	font-size:0.8rem;
	line-height:1.5rem;
}
/*历程照片*/
.history-list{
	margin-top:4rem;
	padding-bottom: 6rem;
}
.h-address-box>li{
	width:100%;
	height:18rem;
}
.h-address-box>li .img-box{
	position:relative;
	margin-left:0;
	margin-right:auto;
	width:600px;
	height:20rem;
	z-index:2;
}
.h-address-box>li .phone-ad{
	padding:0.8rem 0 0.8rem;
	font-size:1.3rem;
	line-height:1.5rem;
}
.h-address-box>li:nth-child(2n) .img-box{
	margin-left:auto;
	margin-right:0;
	width:700px;
	z-index:1;
}
.h-address-box>li .img-box .address-discript{
	position:absolute;	
	top:150px;left:400px;
	width:100%;
}
.h-address-box>li:first-child .img-box .address-discript{
	top:100px;
}
.h-address-box>li .img-box .address-discript .history-address{
	font-size:1.5rem;
	line-height:2rem;
	width:12rem;
	margin-left:auto;
	margin-right:100px;
	text-align:right;
}
.h-address-box>li:nth-child(2n) .img-box .address-discript .history-address{
	margin-left:100px;
	margin-right:auto;
	text-align:left;
}
.h-address-box>li:nth-child(2n) .img-box .address-discript{
	left:auto;right:400px;
}
.h-address-box>li .yuan-xian{
	margin-top:14px;
	position: relative;
	width:100%;
	height:30px;
}
.h-address-box>li .yuan-xian .yuan-quan{
	position:absolute;
	top:-8px;right:0;
	width:15px;height:15px;
	border-radius:50%;
	background:#dcbea0;
}
.h-address-box>li:nth-child(2n) .yuan-xian .yuan-quan{
	left:0;
	right:auto;
}
.h-address-box .yuan-xian .yuan-quan>p{
	position:absolute;
	top:3px;left:3px;
	width:9px;height:9px;
	border-radius:50%;
	background:#ca945f;
}
.h-address-box .yuan-xian .heng-xian{
	border-bottom:1px solid #ddc2a7;
}
/*照片集*/
.photo-gallery{
	position:relative;
	margin-top: 2rem;
	padding:2rem 0 2rem;
	background:#f1f1f1;
}
.pc-box-photo{
	margin-top:90px;
	overflow:hidden;
}
.pc-box-photo .photo-box-pos{
	width:1180px;
	height:530px;
	overflow:hidden;
}
.pc-box-photo .photo-box-pos ul{
	height:530px;
	width:10000px;
	margin-left:215px;
}
.pc-box-photo .photo-box-pos ul>li{
	float:left;
	width:750px;
	height:530px;
}
.pc-box-photo .photo-box-pos ul>li .pic-box{
	position:relative;
	margin:0 auto;
	width:680px;height:400px;
	overflow:hidden;
	border-radius:10px;
}
.pc-box-photo .photo-box-pos ul>li .shadow{
	position:absolute;
	top:0;left:0;
	width:680px;height:400px;
	transition:all 0.3s linear;
	background:rgba(0,0,0,.3);
}
.pc-box-photo .photo-box-pos ul>li.active .shadow{
	background:transparent;
}
.pc-box-photo .photo-box-pos ul>li .discript{
	padding:30px 20px 0;
	text-align:center;
	transition:all 0.3s linear;
	font:noraml 18px/36px;
	color:#666;
	opacity:0;
}
.pc-box-photo .photo-box-pos ul>li.active .discript{
	opacity:1;
}
.pc-box-photo .main-content{
	position:relative;
}
.pc-box-photo .main-content .dir-ctr-box{
	display:none;
	position:absolute;
	top:125px;
	width:40px;
	height:140px;
	line-height:140px;
	color:#fff;
	text-align:center;
	background:rgba(0,0,0,.5);
	cursor:pointer;
	z-index:99;
}
.pc-box-photo:hover .main-content .dir-ctr-box{
	display:block;
}
.pc-box-photo .main-content .prev{
	left:-70px;
}
.pc-box-photo .main-content .next{
	right:-70px;
}
.photo-gallery .photo-g-title{
	font-size:1.8rem;
	line-height:4rem;
	color:#ca945f;
	text-align:center;
	border-bottom:1px solid #d7d7d7; 
}
.photo-container{
	margin-top: 2rem;	
	margin-bottom: 2rem;
}
.photo-container .discript{
	margin-top:1rem;
	color:#666;
}
@media screen and (min-width:768px) and (max-width:1400px){
.pc-box-photo .main-content .prev{
	left:30px;
}
.pc-box-photo .main-content .next{
	right:30px;
}
}
@media screen and (max-width:768px){
.yuan-xian .pc-box-photo,
.h-address-box>li .img-box .address-discript,
.pc-box-photo,
.develp-box-pc{
	display:none !important;
}
.leader-intr-box .flex-left,
.leader-intr-box .flex-right,
.h-address-box>li .img-box,
.h-address-box>li:nth-child(2n) .img-box{
	width:100%;
}
.leader-intr-box .flex-right{
	margin-top:1rem;
}
.develp-box-phone{
	display:block;
}
.leader-intr-box .leader-intr .img-box{
	width:50%;
}
.h-address-box>li{
	margin-top:1rem;
	height:auto;
}
.leader-intr-box .leader-intr .title-box .title-msg,
.leader-intr-box .leader-stores .title{
	font-size:1.5rem;
	line-height:2.5rem;
}
.leader-intr-box .leader-intr-detail{
	margin-top:1rem;
	font-size:1.4rem;
	line-height:2rem;
}
.leader-intr-box .store-intr p{
	margin-top:1rem;
	font-size:1.4rem;
	line-height:2rem;
}
.leader-dental .history-detail{
	width:100%;
	font-size:1.2rem;
	line-height:1.8rem
}
}