*{	
	padding:0;
	list-style:none;
	text-decoration:none;
	margin:0;
	font-family: "微软雅黑";
}
.head{
	width:1200px;
	margin:0 auto;
}
.head-left{
	float:left;
	color:#aaaaaa;
	font-size:12px;
	margin-top:5px;
}
.head-right{
	float:right;
	color:#aaaaaa;
	font-size:12px;
	margin-top:5px;
}
.head-right img{
	width:25px;
	height:16px;
	float:left;
}
.head-right span{
	float:left;
}
.clear{
	clear:both;
}
.wire{
	margin-top:5px;
	border-bottom:1px solid #e0d3e3;
	width:100%;
}
/*导航*/
.nav{
	width:1200px;
	margin:0 auto;
}
.nav-top{
	margin-left:-20px;
	width:1200px;
}
.nav-top .nav-li{
	width:100px;
	height:100px;
	float:left;
	text-align:center;
	line-height: 109px;
	margin-left:20px;
}
.nav-li p{
	line-height:0px;
	margin-top:-32px;
	font-size:12px;
	text-transform:uppercase;
	color:#cacaca;
}
.nav-active p{
	color:#fff!important;
}
.nav-top .nav-li:hover p{
	color:#fff!important;
}

.nav-top .nav-li:hover{
	background-color:#622273;
	color:#fff;
}
.nav-top .nav-li:hover a{
	color:#fff;
}
.nav-top .nav-li a{
	color:#333333;
}
.nav-active{
	background-color:#622273!important;
	color:#fff!important;
}
.nav-acitve-writ{
	border-bottom:3px solid #622273;
	width:70px;
	margin: 0 auto;
	position: relative;
	top:33px;
}
.nav-top .nav-li:hover div{
	border-bottom:3px solid #622273;
	width:70px;
	margin: 0 auto;
	position: relative;
	top:33px;
}
.nav-logo{
	float:left;
	margin-left:20px;
	margin-top:-27px;
	position: relative;
	z-index:1200;
}
/*轮播*/
.banner{
	position:relative;
	top:-31px;
	z-index:0;
}
.banner_mb li img{
	width: 100%;
	height: 301px;
}
/*合作医院*/
.test{
	width:1200px;
	margin:0 auto;
	position: relative;
	top:30px;
}
.letter{
	text-align:center;
	font-size:36px;
	color:#333333;
}
.test-img{
	text-align:center;
	margin-top:15px;
}
.letter-small{
	text-align: center;
	margin-top:18px;
	height:50px;
}
.letter-small a{
	color:#333333;
}
/*灰色背景*/
.box-back{
	background-color:#f4f4f4;
	margin-top:-40px;
}

/*合作医院详情*/
.hos-details{
	float:left
}
.hos-details-con li{
	/* width:250px; */
	height:49px;
	border-bottom:1px solid #fff;
	background: #c3c3c3;
}
.active{
	background: #fcb941!important;
}
.details-stand{
	float:left;
	/* margin-top:10px; */
	color:#fff;
}
.details-letter{
	float:left;
	/* margin-left:72px;
	margin-top:12px; */
}
.details-letter a{
	font-size:20px;
	color:#fff;
}
.details-baby{
	float:right;
	background: url('../image/baby_small.png') no-repeat;
	background-size:38px 21px ;
	width:40px;
	height:25px;
	margin-top:17px;
}

/*详情右边内容*/
.related-right{
	float:left;
	margin-left:30px;
	margin-top:-20px;
	width:890px;
}
.related-con li{
	height:140px;
	background-color:#fff;
	width:918px; 
	margin-top:20px;
	border-radius:10px;
	border:1px solid #fff;
}
.related-con li:hover{
	border:1px solid #c5adde;
	box-shadow:0 0 20px rgba(0,0,0,.08);
}
.related-time{
	float:right;
	margin-right:20px;
	width:90px;
	height:22px;
	text-align: center;
	background: #f6f6f6;
	color:#999999;
	font-size:14px;
}
.related-title{
	width:868px;
	margin:0 auto;
}
.title-big{
	color:#000;
}
.title-wirt{
	border-bottom:5px solid #f6f6f6;
	width:70px;
	margin-top:20px;
}
.title-small{
	font-size:14px;
	color:#999999;
	line-height:30px;
	margin-top:8px;
	width:846px;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 66px;
}
.related-con li:hover .related-time{
	color:#fff;
	background: #622273;
}
.related-con li:hover .title-wirt{
	border-bottom:5px solid #622273;
}
.related-con li:hover .title-big{
	color:#622273;
}

/*分页*/
.pages{
	text-align:center;
	margin-top:40px;
}
.pages ul{
	display:flex;
	align-items: center;
}
.pages a{
    display:inline-block;
    /* border-radius: 100%; */
    /* width:25px; */
    /* height:30px; */
    padding:2px 5px;
    margin:10px 10px;
    border:1px solid #f0f0f0;
    background:#cccccc;
    text-align: center;
 	color:#fff;
   	line-height: 30px;
   	font-size:18px;
}
.pages ul .thisclass a{
	background: #622273;
}
.pages ul li span{
	color: #333;
}
.pages a,.pages li {
    display:inline-block;
    list-style: none;
    text-decoration:none;
    color:#fff; 
	/* margin-left:10px; */
	/* line-height: 30px; */
	font-size:18px;
}
.pages a.first,.pages a.prev,.pages a.next,.pages a.end{
    margin:10px;
    line-height: 30px;
	font-size:18px;
}
.pages a:hover{
    background: #622273;
}
.pages span.current{
    background:#622273;
    color:#FFF;
    font-weight:700;
	font-size:18px;
}


/* 底部菜单 */
.footer{
	background-color: #622273;
	margin-top:90px;
}
.footer-nav{
	width:1200px;
	margin:0 auto;
}
.footer-back{
	background:url('../image/color-back.png') no-repeat;
	background-size:1010px 100px;
	float:left;
	margin-top:-1px; 
}
.footer-phone{
	float:left;
	margin-top:40px;
	width:225px;
	height:82px;
}
.footer-phone a{
	color:#fff;
	font-size:20px;
	margin-left:35px;
}
.footer-phone-num{
	float:left;
	margin-left:72px;
	width:320px;
	height:80px;
	margin-top: 28px;
}
.footer-phone-num img{
	position:relative;
	width:44px;
	height:44px;
	float:left;
	top:5px;
}
.footer-phone-num p{
	color:#fff;
	margin-top:6px;
	font-size:14px;
}
.footer-site{
	float:left;
	width:367px;
	height:80px;
	margin-top: 28px;
}
.footer-site img{
	position:relative;
	width:44px;
	height:44px;
	float:left;
	top:5px;
}
.footer-site p{
	color:#fff;
	margin-top:6px;
	font-size:14px;
}
.footer-WX{
	width:219px;
	height:264px;
	background: #fff;
	float:right;
	margin-top:-121px;
}
.footer-WX img{
	margin-top:10px;
	margin-left:10px;
	width:200px;
	height:200px;
}
.footer-WX p{
	text-align: center;
	color:#999999;
	font-size:14px;
}
.footer-bot{
	width:253px;
	color:#fff;
	float:left;
	margin-left:58px;
}
.footer-bot span{
	font-size:18px;
}
.footer-bot-writ{
	border-bottom:1px solid #fff;
	margin-top:10px;
}
.footer-bot-ul{
	margin-left:-54px;
	line-height: 40px;
}
.footer-bot-ul li a{
	color:#fff;
	font-size:12px;
}
.footer-bot-ul li{
	float:left;
	margin-left:54px;
}
.footer-bottom{
	border-bottom:1px solid #fff;
}
.footer-copy{
	color:#fff;
	line-height:30px;
	font-size:12px;
}
.footer-tech{
	float:right;
	color:#fff;
	line-height:30px;
	font-size:12px
}
.footer-tech a{
	color:#fff;
	font-size:12px;
}