@charset "utf-8";
.section-title {
	text-align: center;
}

.s-title-china {
	font-size: 30px;
	color: #323333;
	line-height: 160%;
	font-weight: 700;
}

.s-title-english {
	color: #f15469;
	font-size: 18px;
	font-weight: 700;
}

.section-of1 {
	padding: 70px 0 90px;
}

.section-of1 .section-info {
	margin-top: 60px;
}

.section-of1 ul li {
	width: 225px;
	box-shadow: 0px 1px 5px 0px rgba(107, 107, 107, 0.2);
	float: left;
	background-color: #FFFFFF;
	line-height:1.6;
}

.section-of1 ul li+li{
	margin-left:18px;
}
.section-of1 ul li a{
	display: block;
	padding: 7px 7px 20px;
}
.section-of1 .cell-hd{
	margin-bottom: 16px;
}
.section-of1 ul li img{
	transform: scale(1);
	transition: transform 0.4s;
}
.section-of1 ul li:hover img {
	transform: scale(1.15);
}
.section-of1 .cell-bd p{
	padding-bottom: 4px;
}

.section-of2 .content {
	padding: 80px 0;
	margin-bottom: 100px;
}

.section-of2 .section-info {
	padding: 60px 70px 0 70px;
}

.section-of2 .section-info p {
	line-height: 200%;
	margin-bottom: 20px;
}

.section-of3 .section-info {
	margin: 34px 0 100px
}

.section-of3 li {
	width: 25%;
	float: left;
	padding: 40px 30px 0;
	box-sizing: border-box;
	height: 260px;
	background-color: #fff;
}

.section-of3 li:nth-child(2n+1) {
	background-color: #0e9249;
	opacity: 0.8;
	color: #fff;
}

.section-of3 li img {
	width: 110px;
	height: 110px;
	margin: 0 auto;
}

.section-of3 li .p-text p {
	margin-top: 10px;
}

.section-of4 {
	background: url(//xinjun.haocew.com/image/emas/img_17.jpg) center center/cover no-repeat;
	padding: 80px 0 44px;
	margin-bottom: 96px;
}

.section-of4 .section-title {
	padding-bottom: 40px;
}
.section-of4 .section-title p,.section-of10 .section-title p{
	color: #fff;
}
.section-of4 .section-title .s-title-china {
	color: #fff;
}

.section-of4 li {
	width: 265px;
	float: left;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 2px;
	padding:50px 20px 30px;
	box-sizing: border-box;
	height: 370px;
	line-height: 150%;
}

.section-of4 li+li {
	margin-left: 20px;
}

.section-of4 li .p-icon {
	width: 100px;
	height: 100px;
	background: url(//xinjun.haocew.com/image/emas/img_16.png?0) 0 0 no-repeat;
	margin: 0 auto
}

.section-of4 li .p-text p:first-child {
	color: #f15469;
	margin: 40px auto 14px
}

.hospital-left {
	width: 220px;
}

.hospital-right {
	margin-left: 240px;
	padding: 10px;
	box-shadow: 0px 1px 3px 0px rgba(53, 53, 53, 0.1);
}

.dragSlider {
	padding-bottom: 20px;
}
.dragSlider ul li {
	width: 236px;
	display: inline-block;
	font-size: 13px;
	white-space: normal;
	background-color: #fff;
	margin-right: 10px;
}

.dragSlider ul li a {
	display: block;
}

.dragSlider ul li .pBg-parent,
.dragSlider ul li .pBg {
	padding-bottom: 110%;
}

.dragSlider .scroll-bar {
	position: absolute;
	left: 0;
	bottom: 4px;
	width: 100%;
	height: 3px;
	border-radius: 3px;
	background-color: #f3f3f3;
	opacity: 0;
	transition: opacity .3s ease;
	visibility: hidden;
}

.dragSlider .scroll-bar .scroll-points {
	width: 100px;
	height: 9px;
	border-radius: 4px;
	background-color: #d8d8d8;
	position: absolute;
	top: 50%;
	margin-top: -4.5px;
}

.dragSlider.active .scroll-bar {
	visibility: visible;
	opacity: 1;
}

.section-of5 .section-title {
	padding-bottom: 46px;
	border-bottom: 8px #0e9249 solid;
	margin-bottom: 20px;
}

.section-of5 .section-info {
	padding-bottom: 90px;
}

.section-of7,.section-of12{
	padding-bottom: 100px;
	position: relative;
}
.section-of7:after{
	content: "";
	background: url(//xinjun.haocew.com/image/emas/img_24.jpg)top center no-repeat;
	opacity: 0.12;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;
}
.section-of7 .section-title,.section-of12 .section-title {
	padding: 86px 0 50px;
}

.section-of7 ul li,.section-of12 ul li {
	width: 224px;
	float: left;
	text-align: center;
	margin:0 20px 20px 0;
	position: relative;
}
.section-of7 ul li a,.section-of12 ul li a{
	transition: all 0.3s;
	display: block;
}
.section-of7 ul li:hover a,.section-of12 ul li:hover a{
	transform: translateY(-5px);
}
.section-of7 ul li:nth-child(5n),.section-of12 ul li:nth-child(5n){
	margin-right: 0;
}

.section-of7 ul li p,.section-of12 ul li p{
	position: absolute;
	color: #ffffff;
	font-weight: 700;
	line-height: 52px;
	height: 52px;
	bottom: 0;
	left: 0;
	width:100%;
	background-color: rgba(0,0,0,0.7);
}

.section-of8 {
	padding-top: 40px;
	padding-bottom: 50px;
	margin-bottom: 20px;
	box-shadow: 1px 1px 5px 0px rgba(155, 155, 155, 0.3);
}

.Infor-right {
	margin-left: 500px;
}

.self-navbar {
	margin: 52px 0 30px;
}

.self-navbar ul li {
	position: relative;
	background-color: #f1f1f1;
	border-radius: 3px;
	padding: 0 20px;
	min-width: 120px;
}
.section-of8 .self-navbar ul li:hover {
	color: #0e9249;
}
.section-of8 .self-navbar ul li.tab-show {
	background-color: #0e9249;
	color: #fff;
}

.section-of8 .self-navbar ul li:after {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	border-width: 8px 8px 0;
	border-style: solid;
	border-color: #0e9249 transparent transparent;
	margin: 0 auto;
	display: none;
}

.section-of8 .self-navbar ul li.tab-show:after {
	display: block;
}

.Infor-alone {
	background-color: #f2f2f2;
	display: block;
	padding: 20px 20px 18px 30px;
	margin-bottom: 10px;
}

.Infor-alone .i-ellipsis {
	line-height: 160%;
	margin-top: 6px;
}

.Infor-multiple {
	margin: 0 6px 0 30px;
}

.Infor-multiple a {
	display: block;
	line-height: 30px;
	overflow: hidden;
	padding-top: 8px;
}

.Infor-multiple a:hover,
.Infor-multiple a:hover p:first-child {
	color: #0e9249
}

.Infor-multiple a p:first-child {
	float: right;
	color: #999;
}

.Infor-multiple a p:last-child {
	margin-right: 110px;
}

.section-of9{
	padding: 60px 0 100px;
	box-shadow: 1px 1px 5px 0px rgba(155, 155, 155, 0.2);
}
.news-left{
	width: 470px;
	margin: 0 25px;
	
}
.news-right{
	width: 620px;
	margin: 0 25px;
}
.news-title{
	border-bottom: #bfbfbf 1px solid;
	margin:62px 0 16px;
	line-height: 48px;
	height: 48px;
	position: relative;
}
.news-title p{
	position: relative;
	padding-left:44px ;
}
.news-title p:before{
	content: "";
	position: absolute;
	left: 20px;
	top: 0;
	width: 12px;
	height: 12px;
	border-top: 1px solid #a3a3a3;
	border-left: 1px solid #a3a3a3;
	bottom: 0;
	margin: auto;
	transform: rotate(135deg);
}
.news-title a,.news-title a:before{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 20px;
	background-image: url(//xinjun.haocew.com/image/emas/img_66.svg);
	background-size: 220% 110%;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.news-title a:before {
	content: "";
	background-position: -22px 0;
	opacity: 0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.news-title a:hover:before {
	opacity: 1;
}
.news-list a{
	display: block;
	line-height: 30px;
	overflow: hidden;
	padding-top: 8px;
}
.news-list a:hover,
.news-list a:hover p:first-child {
	color: #0e9249
}

.news-list a p:first-child {
	float: right;
	color: #999;
}
.section-of10 {
	background: url(//xinjun.haocew.com/image/emas/img_42.jpg) top center no-repeat;
	padding:50px 0 40px;
	margin-top: 100px;
}

.section-of10 .section-title {
	padding-bottom:50px;
}
.section-of10 .section-title .s-title-china,.section-of10 .section-info{
	color: #fff;
}

.section-of10 li {
	width: 200px;
	float: left;
}

.section-of10 li+li {
	margin-left: 100px;
}

.section-of10 li .p-icon {
	height: 120px;
	background: url(//xinjun.haocew.com/image/emas/img_41.png) 0 0 no-repeat;
	margin: 0 auto
}

.section-of10 li .p-text p:first-child {
	margin: 8px 0 5px
}

.section-of11 .section-info {
	padding: 70px 0 100px;
}
.section-of11 ul li {
	width: 326px;
	float: left;
}
.section-of11 ul li:first-child,.section-of11 ul li:nth-of-type(2),.section-of11 ul li:nth-of-type(3){
	border-bottom: 1px solid #d8d3d3;
	padding-bottom: 55px;
}
.section-of11 ul li:nth-child(3n+1),.section-of11 ul li:nth-child(3n+2){
	padding-right: 55px;
}
.section-of11 ul li:nth-child(3n),.section-of11 ul li:nth-child(3n+2){
	padding-left: 55px;
}
.section-of11 ul li:nth-child(3n+2){
	border-left: 1px solid #d8d3d3;
	border-right: 1px solid #d8d3d3;
}
.section-of11 ul li:last-child,.section-of11 ul li:nth-of-type(4),.section-of11 ul li:nth-of-type(5){
	padding-top: 55px;
}
.section-of11 .pBg-parent,.section-of11 .pBg{
	padding-bottom: 294px;
}
.section-of11 .pBg{
	transform: scale(1);
	transition: transform 0.4s;
}
.section-of11 ul li:hover .pBg{
	transform: scale(1.15);
}
.section-of11 .p-text,.section-of11 .p-text p{
	position: absolute;
	bottom:0;
	left: 0;
	width:100%;
}
.section-of11 .p-text{
	background-color: rgba(0,0,0,0.7);
	color: #ffffff;
	height: 80px;
}
.section-of11 .p-text p{
	top:0;
	margin: auto;
	height: 30px;
	line-height: 30px;
}
.section-of11 .p-text span{
	font-size: 30px;
}