.banner-section{
	height: 400px;
	width: 1100px;
	margin:0 auto;
	overflow: hidden; 
}
.swiper-container{
	height: 400px;
}
.swiper-pagination{
	bottom: 20px;
}
.swiper-pagination-switch{
	background: #0086c6;
}
.swiper-active-switch{
	background: #FFFFFF;
}
.left-section{
	width: 725px;
	margin-bottom: 60px;
}
.right-section{
	width: 350px;
}
.living{
	width: 100%;
	box-shadow: 0 0 8px 0 rgba(0,0,0,.1);
	height: 835px;
	background: #FFFFFF;
	margin-top: 20px;
}
.doctor{
	width: 100%;
	height: 500px;
	box-shadow: 0 0 8px 0 rgba(0,0,0,.1);
	background: #FFFFFF;
	margin-top: 20px;
}
.section-item{
	width: 100%;
}
.item-div{
	width: 350px;
	height: 390px;
	background: #FFFFFF;
	margin-top: 20px;
	overflow: hidden;
	box-shadow:0 0 8px 0 rgba(0,0,0,.1);
}

.item-title{
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #DDDDDD;
	font-size: 16px;
	color: #0086c6;
	font-weight: bold;
	padding: 0 20px;
}
.item-title .title{
	height: 44px;
	width: 80px;
	text-align: center;
	border-bottom:2px solid #0086c6;
	background-image: url(../img/sj-icon.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	letter-spacing: 1px;
}
.item-title a{
	float: right;
	color: #999999;
	font-size: 12px;
	font-weight: normal;
}
.item-con{
	padding: 0 20px;
}
.item-con .con-detail{
	padding: 20px 0;
	font-size: 14px;
	color: #999999;
	height: 80px;
	position: relative;
	padding-bottom: 15px;
}
.item-con .con-detail .info-img{
	width: 90px;
	height:80px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	overflow: hidden
}
.item-con .con-detail img{
	width: 100%;
	display: block;
	height: 100%;
}

.item-con .con-detail .info-img:before{
	position: absolute;
	background:rgba(0,0,0,.3);
	left:0;
	top:0;
	width:100%;
	height:100%;
	content:'';
	opacity: 0;
	transition: all linear .3s;
	-ms-transition:all linear .3s;
	-moz-transition:all linear .3s;
	-o-transition:all linear .3s;
	-webkit-transition:all linear .3s;
}
.item-con .con-detail:hover .info-img:before{
	opacity: 1
}
.item-con .con-detail .details .d-title{
	color: #222;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	line-height: 23px;
	width: 100%;
	overflow: hidden;
    text-overflow: ellipsis;
	white-space: nowrap;
}
.item-con .con-detail .details .expert{
	width: 100%;
	overflow: hidden;
    text-overflow: ellipsis;
	white-space: nowrap;
	color:#333;
}
.item-con .con-detail .details .persons em{
	display: block;
	float: right;
	width: 11px;
	height: 11px;
	background: url(../img/xingxing.png) no-repeat center;
	margin-top: 5px;
	margin-left: 5px;
}
.item-con .con-detail .details{
	width: 210px;
    position: relative;
    display: inline-block;
    text-align: justify;
    margin-left: 5px;
    height: 100%;
}
.item-con .con-detail a.go-detail{
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 12px;
	color: #0086c6;
}
.item-con .con-detail .d-detail{
	color: #666;
}
.item-con .con-detail .persons,.item-con .con-detail .rank{
	color: #666;
}
.con-list{
	width: 100%;
}
.con-list li{
	height: 27px;
	line-height: 27px;
	width: 100%;
	overflow: hidden;
    text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	position: relative;
}
.con-list li a{
	color: #333333;
	width: 100%;
	overflow: hidden;
    text-overflow: ellipsis;
	white-space: nowrap;
	position: absolute;
	left:0;
	top: 0;
	transition: all linear .3s;
	-ms-transition:all linear .3s;
	-moz-transition:all linear .3s;
	-o-transition:all linear .3s;
	-webkit-transition:all linear .3s;
}
.con-list li:hover a{
	color: #0086c6;
	left:5px;
}
.con-list li em{
	display: inline-block;
	height: 4px;
	width: 4px;
	background: #333333;
	vertical-align: middle;
	margin-top: -5px;
	margin-right: 10px;
	border-radius: 50%;
	-ms-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	-webkit-border-radius:50%;
}
.con-list li:hover em{
	background: #0086c6;
}
.live-section{
	padding: 0 20px;
}
.live-section li{
	position:relative;
	height: 110px;
	margin-top: 10px;
}
.live-section li .info-img{
	width: 110px;
	height: 110px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	overflow: hidden
}
.live-section li .info-img:before{
	position: absolute;
	background:rgba(0,0,0,.3);
	left:0;
	top:0;
	width:100%;
	height:100%;
	content:'';
	opacity: 0;
	transition: all linear .3s;
	-ms-transition:all linear .3s;
	-moz-transition:all linear .3s;
	-o-transition:all linear .3s;
	-webkit-transition:all linear .3s;
}
.live-section li:hover .info-img:before{
	opacity: 1
}
.live-section li img{
	width:100%;
	height:100%
}
.live-section li .status{
	position: absolute;
	left: 0;
	background: #0083DD;
	border-radius: 3px;
	font-size: 12px;
	padding: 5px;
}
.live-section li .list-info{
	display: inline-block;
	width: 180px;
	margin-left: 5px;
	font-size: 14px;
	color: #999999;
}
.live-section li .list-info p{
	width: 190px;
	height:23px;
	line-height: 23px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.live-section li .list-info p.title{
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
.double-item{
	width: 100%;
	height: 423px;
	background: #FFFFFF;
	box-shadow:0 0 8px 0 rgba(0,0,0,.1);
	margin-top: 20px;
}
.double-item .item-con{
	padding-left:20px ;
	width: 313px;
	padding-top: 15px;
}
.product-item{
	height: 500px;
}
.product-list{
	padding: 10px;
	padding-bottom: 20px;
	padding-top: 0;
}
.product-list li{
	width: 25%;
	float: left;
}
.product-list .item-pro{
	margin: 10px;
	margin-top: 20px;
	border: 1px solid #DDDDDD;
	height: 195px;
	margin-bottom: 0;
}
.product-list .item-pro .pro-img {
	height: 120px;
	vertical-align: bottom;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.product-list .item-pro .pro-img img{
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.product-list .item-pro .pro-detail{
	font-size: 14px;
	color: #666666;
	padding: 10px;
}
.product-list .item-pro .pro-detail p{
	line-height: 20px;
	overflow: hidden;
    text-overflow: ellipsis;
	white-space: nowrap;
}
.product-list .item-pro .pro-detail p.title{
	color: #333333;
}
.product-list .item-pro .pro-detail p .price{
	color: #fc3838;
	font-weight: bold;
}
.product-list .item-pro .pro-detail p .or-price{
	color: #999999;
	font-size: 12px;
	text-decoration: line-through;
	margin-left: 10px;
}
.doctor-list{
	width: 100%;
}
.doctor-list li{
	margin:0 20px;
	border-bottom: 1px solid #DDDDDD;
	padding: 20px 0;
	height: 110px;
}
.doctor-list li:last-of-type{
	border-bottom: none;
}
.doctor-list li .head{
	display: inline-block;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	overflow: hidden;
}
.doctor-list li .head img{
	width: 100%;
	height: 100%;
	transition: all linear .3s;
	-ms-transition:all linear .3s;
	-moz-transition:all linear .3s;
	-o-transition:all linear .3s;
	-webkit-transition:all linear .3s;
}
.doctor-list li .head:hover img{
	transform: scale(1.1);
	-ms-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	-webkit-transform:scale(1.1);
}
.doctor-detail{
	display: inline-block;
	width: 215px;
	font-size: 14px;
	color: #333333;
	margin-left: 10px;
	line-height: 23px;
	vertical-align: sub;
}
.doctor-detail p.hospital{
	margin-bottom: 5px;
	overflow: hidden;
    text-overflow: ellipsis;
	white-space: nowrap;
}
.doctor-detail p.num{
	line-height: 25px;
}
.doctor-detail p.num span{
	display: inline-block;
	text-align: center;
	color: #0086c6;
	margin-right: 20px;
	width: 60px;
}
