@charset "utf-8";
/*public */
.act-page{ width:100%; margin:0 auto; overflow:hidden; text-align:center;}

.banner{
	height: 480px;
	width: 100%;
	background: url(../images/banner.jpg) no-repeat center center;
}
.section{
	font-family: "微软雅黑";
}
.section p{
	font-size:18px;
	line-height: 30px;
}
.Title{
	margin: 60px 0 50px;
	position: relative;
	font-size:35px ;
	line-height: 40px;
	font-weight:bold ;
	padding-bottom: 30px;
}
.Title .line{
	width: 26px;
	height: 7px;
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -13px;
	background: #779ce6;
}
.alink,
.alink:hover {
	color: #f1903b;
	text-decoration: underline;
}
.ser-list{
	padding-top: 100px;
	background: url(../images/lc-img.png) no-repeat top center;
}
.ser-list li{
	float: left;
	width: 25%;	
}
.ser-list p{
	font-size: 16px;
	color: #666;
	line-height: 25px;
}
.case{
	padding-bottom: 60px;
}
.case-item{
	margin-bottom: 40px;
	text-align: left;
}
.case-item h3{
	font-size: 24px;
	color: #444;
	line-height: 40px;
	padding-left: 66px;
	font-weight:bold ;
	margin-bottom: 20px;
	background-repeat:no-repeat ;
	background-position:left top;
}
.case-item h3.bg{
	background-image: url(../images/icon-s01.png);
}
.case-item h3.pro{
	background-image: url(../images/icon-s02.png);
}
.case-item h3.result{
	background-image: url(../images/icon-s03.png);
}
.case-item li{
	padding-left: 20px;
	color: #666;
	background:url(../images/dit.jpg) no-repeat left 7px top 15px;
}
.attention{	
	background: #f6f9ff;
}
.att-list{
	text-align: left;	
	margin-left: 40px;
	margin-bottom: 80px;
}
.att-list li{
	padding-left: 24px;
	background: url(../images/spot.jpg) no-repeat left top 12px;
	margin-bottom: 10px;
}
.att-list p{
	font-size:16px ;	
}
.prolist{
	width: 1005px;
	margin: 0 auto 60px;
}
.list-ul li{float: left; width: 33.33%;}
.prolist .item {	
	background: #fff;
	width: 310px;
	margin: 10px auto;
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}
.prolist .intro {
	border: 1px solid #f0f0f0;
	border-top:none ;
	box-sizing: border-box;
	height: 100px;
	padding: 10px 0;
	text-align: center;
	display: table;
	width: 100%;
}
.prolist .intro h3 {
	font-size: 18px;
	color: #666;
	line-height: 30px;
	vertical-align: middle;
	display: table-cell;
}
.prolist .item:hover{
	box-shadow: 0 0 10px 1px #e7e7e7;
}
.prolist .owl-theme .owl-controls .owl-nav [class*="owl-"]{width: 58px; height: 58px; position: absolute; top: 50%; margin-top: -29px;}
.prolist .owl-theme .owl-controls .owl-nav .owl-prev{left: -100px; background: url(../images/left.png) no-repeat center;}
.prolist .owl-theme .owl-controls .owl-nav .owl-next{right: -100px; background: url(../images/right.png) no-repeat center;}
.prolist .owl-theme .owl-controls .owl-nav .owl-prev.lose{background: url(../images/left01.png) no-repeat center; }
.prolist .owl-theme .owl-controls .owl-nav .owl-next.lose{background: url(../images/right01.png) no-repeat center; }
.hospital-cont{
	display: none;
}
body .layui-layer-zjb,body .layui-layer-hospital{
	font-family: '\5FAE\8F6F\96C5\9ED1';
}
body .layui-layer-zjb .layui-layer-title,body .layui-layer-hospital .layui-layer-title{
	font-size: 16px;
	text-align: center;
	padding-left: 80px;
}
body .layui-layer-zjb p{
	padding: 20px 30px;
	font-size: 14px;
	color: #555;
	line-height: 25px;
}
body .layui-layer-hospital table{
	width: 100%;
}
body .layui-layer-hospital table td{
	font-size: 14px;
	color: #555;
	line-height: 25px;
	padding: 4px 0;
	border:1px solid #e5e5e5;
}
body .layui-layer-hospital td p{
	padding-left: 30px;
}
