@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 {
	margin-bottom: 70px;
}
.ser-list li {
	float: left;
	width: 33.33%;
}
.ser-list li img {
	margin-bottom: 20px;
}
.service-flow {
	background: #f5faff;
	padding-bottom: 80px;
}
.flow-list {
	padding-top: 100px;
	background: url(../images/lc_img.png) no-repeat top center;
}
.flow-list li {
	float: left;
	width: 33.33%;
}
.flow-list p {
	color: #666;
}
.case-item {
	margin-bottom: 90px;
	text-align: left;
	margin-left: 50px;
}
.case-pic {
	float: left;
	width: 225px;
	height: 160px;
	padding: 5px;
	background: #fff;
	box-shadow: 0 0 5px #e1e1e1;
}
.case-intro {
	float: right;
	width: 660px;
}
.case-item h3 {
	font-size: 18px;
	color: #618fea;
	line-height: 30px;
	padding-left: 30px;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/icon_case.png);
}
.case-intro p {
	font-size: 16px;
	line-height: 26px;
}
.case-intro span {
	color: #fc6451;
}
.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;
}
.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;
}