.title{
	width: 100%;
	float: left;
	margin: 20px 0;
	font-size: 18px;
	color: #3d107b;
	font-weight: 600;
}
.title img{
	vertical-align: middle;
	margin-right: 10px;
}
.eh_mainBg{
	width: 100%;
	float: left;
	min-width: 1200px;
	padding: 0 0 20px 0;
}
.end{
	border-bottom: 1px dashed #9595c6;
}
.eh_main{
	width: 1200px;
	margin: 0 auto;
}
.eh_main .ctn{
	width: 100%;
	float: left;
}
.eh_main .eh_content, .eh_heal .eh_content{
	width: 1150px;
	float: left;
	padding: 0 0 0 50px;
}
.eh_content .text{
	width: 60%;
	float: left;
}
.eh_content .img{
	width: 30%;
	float: left;
	text-align: center;
	position: relative;
}
.eh_content .img img{
	position: absolute;
	top: 35px;
	left: 30px;
	z-index: 2;
}
.eh_healBg{
	width: 100%;
	float: left;
	min-width: 1200px;
	padding: 0 0 20px 0;
	background: url(../images/em_bg_2.png) center top repeat-x;
	z-index: 3;
	position: relative;
}
.eh_heal{
	width: 1200px;
	margin: 0 auto;
}
.eh_content .text2, .eh_content .tab{
	width: 50%;
	float: left;
	margin: 15px 0;
}
.eh_content .img2{
	text-align: center;
}
.eh_content .text3{
	width: 70%;
	float: left;
}
.eh_content .text3 img{
	max-width: 100%;
	margin: 12px 0;
}
.eh_content .img2{
	width: 30%;
	float: left;
}
.tab .tit{
	background: url(../images/em_borBg_2.png) repeat;
	color: #FFFFFF;
	text-align: center;
}
.tab table{
	border-left: 1px dashed #8f82bc;
	background: #fff;
	margin: 0 auto;.eh_content .img img
}
.tab td, .tab th{
	padding: 8px 15px;
	border-bottom: 1px solid #8f82bc;
	border-right: 1px dashed #8f82bc;
	text-align: center;
	vertical-align: middle;
}
.tab tr.bg{
	background: #d4ddee;
}
.tab tr.bg2{
	background: #e7e5e2;
}
ul.list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	float: left;
}
ul.list li{
	width: 200px;
	height: 45px;
	float: left;
	text-align: center;
	padding: 190px 0 0 0;
	font-weight: 600;
	margin: 0 15px;
}
ul.list li.heal_1{
	background: url(../images/em_eh_list_1.png) center top no-repeat;
}
ul.list li.heal_2{
	background: url(../images/em_eh_list_2.png) center top no-repeat;
}
ul.list li.heal_3{
	background: url(../images/em_eh_list_3.png) center top no-repeat;
}
ul.list li.heal_4{
	background: url(../images/em_eh_list_4.png) center top no-repeat;
}
ul.list li:hover{
	cursor: pointer;
	-webkit-animation: scaleout 1s ease-in-out;
	animation: scaleout 1s ease-in-out;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.eh_mainBg, .eh_healBg{
	min-width: 1000px;
}
.eh_main, .eh_heal{
	width: 970px;
	padding: 0 15px;
}
.eh_main .eh_content, .eh_heal .eh_content{
	width: 100%;
	padding: 0;
}
.eh_content .img img, .eh_content .img2 img{
	width: 100%;
	height: auto;
	left: 0;
}
}
@media screen and (min-width: 320px) and (max-width: 768px) {
.eh_mainBg, .eh_healBg{
	min-width: 320px;
}
.eh_main, .eh_heal{
	width: 90%;
	padding: 0 5%;
}
.eh_main .eh_content, .eh_heal .eh_content{
	width: 100%;
	padding: 0;
}
.eh_content .img, .eh_content .img2{
	width: 100%;
	position: static;
}
.eh_content .text, .eh_content .text2, .eh_content .text3, .eh_content .tab{
	width: 100%;
}

.eh_content .img img, .eh_content .img2 img{
	width: 100%;
	height: auto;
	left: 0;
	position: static;
	margin: 10px 0;
}
}

@-webkit-keyframes scaleout {
    0% { -webkit-transform: rotate3d(0,1,0,0deg); }
    100% {
        -webkit-transform: rotate3d(0,1,0,360deg);
        opacity: 1;
		
    }
}
@keyframes scaleout {
    0% {
        transform: rotate3d(0,1,0,0deg);
        -webkit-transform: rotate3d(0,1,0,0deg);
    } 100% {
          transform: rotate3d(0,1,0,360deg);
          -webkit-transform: rotate3d(0,1,0,360deg);
          opacity: 1;
      }}