@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 40px;
	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;
}
.white {
	color: #fff;
}
.white .Title .line {
	background: #fff;
}
.alink,
.alink:hover {
	color: #f1903b;
	text-decoration: underline;
}
.page1-img {
	margin-top: 30px;
	margin-bottom: 70px;
}
.page2 {
	background: #fafafa;
	padding-bottom: 40px;
}
.page2-item {
	position: relative;
	padding-left: 160px;
	margin-left: 50px;
	margin-bottom: 50px;
	text-align: left;
}
.page2-item img {
	position: absolute;
	left: 0;
	top: 5px;
}
.page2-item h3 {
	font-size: 20px;
	color: #444;
	line-height: 30px;
	margin-bottom: 15px;
}
.page2-item p {
	margin-bottom: 20px;
	color: #666;
}
.page2-item .alink {
	font-size: 16px;
	line-height: 20px;
}
.page2-item dl{
	margin-bottom: 20px;
}
.page2-item dd {
	position: relative;
	padding-left: 25px;
	font-size: 18px;
	color: #666;
	line-height: 30px;
}
.page2-item dd i {
	width: 8px;
	height: 3px;
	display: block;
	position: absolute;
	left: 0;
	top: 14px;
	background: #4b99e5;
}
.page3 {
	background: url(../images/bg01.jpg) no-repeat center;	
	height: 596px;
}
.page3-list {
	margin-left: 30px;
	margin-top: 70px;
}
.page3-list li {
	float: left;
}
.page3-box {
	width: 128px;
	height: 206px;
	background: url(../images/img-bg.png) no-repeat center;
	text-align: center;
	margin-left: 130px;
}
.page3-box img {
	margin-top: 12px;
	margin-bottom: 30px;
}
.page3-box span {
	display: block;
	font-size: 20px;
	line-height: 40px;
}
.page4 {
	background: #fafafa;
	padding-bottom: 90px;
}
.page4-list {
	margin: 70px 15px;
}
.page4-list li {
	float: left;
}
.page4-box {
	width: 236px;
	height: 236px;
	text-align: center;
	margin-right: 120px;
	overflow: hidden;
}
.page4-box strong {
	margin-top: 70px;
	font-size: 30px;
	color: #52a1ed;
	line-height: 40px;
	display: block;
	margin-bottom: 10px;
}
.page4-list .bg15 {
	background: url(../images/bg15.png) no-repeat center;
}
.page4-list .bg71 {
	background: url(../images/bg71.png) no-repeat center;
}
.page4-list .bg93 {
	background: url(../images/bg93.png) no-repeat center;
	margin-right: 0;
}
.page4 p.explain {
	font-size: 30px;
	color: #3a89d4;
	line-height: 40px;
}
.page5-img {
	margin: 80px auto;
	width: 100%;
}
.page6 {
	height: 699px;
	background: url(../images/bg02.jpg) no-repeat center;	
}
.page6-list{
	margin: 40px 47px 0;	
}
.page6-list li{
	background: #fff;
	padding: 15px;
	float: left;
	margin: 0 28px;
}
.page6-list  img{
	margin-bottom: 30px;
}
.page6-list  p{
	font-size: 16px;
	color: #666;
	line-height: 30px;
}
.page6-list h2{
	font-size: 24px;
	color: #468ed4;
	line-height: 40px;
	margin: 10px 0;
} 
.page7-table{
	margin: 40px 0 80px;
	width: 100%;
	border-top:1px solid #c3dfff ;
	border-left:1px solid #c3dfff ;
}
.page7-table th{	
	font-size: 20px; 
	color: #fff;
	line-height: 40px;
	text-align: center;
	background: #5da8f0;
	padding:15px 10px;
	width: 325px;
	font-weight:500 ;
	border-bottom:1px solid #c3dfff ;
	border-right:1px solid #c3dfff ;
}
.page7-table td{
	font-size: 18px;
	color: #666;
	line-height: 30px;
	width: 325px;
	padding:20px 10px;
	border-bottom:1px solid #c3dfff ;
	border-right:1px solid #c3dfff ;
	position: relative;
}
.page7-table td.name{
	padding-left: 50px;
	text-align: left;
}
.page7-table span{
	display: block;
	width: 36px;
	height: 36px;
	position:absolute;
	left: 50%;
	top: 50%;
	margin-top: -18px;
	margin-left: -18px;
}
.page7-table span.ok{background: url(../images/icon-ok.jpg) no-repeat center;}
.page7-table span.no{background: url(../images/icon-no.jpg) no-repeat center;}
.product{overflow: hidden; background: #fafafa;}
.prolist{
	width: 1005px;
	margin: 0 auto 60px;
}
.prolist 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;
}
.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;
}
