﻿.lf{float:left;}
.rt{float:right}

.before:before{
	content:"";
	display: table;
}
.hide{
	display: none;
}

.banner{
	max-height: 360px;
	width: 100%;
	overflow: hidden;
}
.banner img{
	width: 100%;
}



@media screen and (max-width:767px ) {
	.advantage{
		width: 100%;
		padding: 0 15px;
	}
	.adv1{
		margin:16px 0;
	}
	.adv1_txt{
		margin: 14px 0 20px;
		font-size: 12px;
	}
	.adv_title h2{
		font-size: 16px;
	}
	.adv_title p{
		font-size: 14px;
	}
	.adv_title h2{
		margin-bottom: 3px;
	}
	.adv_title:after{
		margin: 6px auto 0;	
	}
	
	.adv1_list li{
		width:48%;
		height: 338px;
		margin-bottom: 10px;
		text-align: center;
	}
	.adv1_list li:nth-child(2n){
		margin-right: 0;
	}
	.adv1_img{
		height: 254px;
	}
	.adv1_list li .adv1_info{
		position: absolute;
		bottom: 0;
	}
	.adv1_list li p:nth-of-type(2){
		font-size: 12px;
	}
	.adv1_list li p:nth-of-type(1){
		font-size: 16px;
	}
}
@media screen and (min-width:768px ) {
	.advantage{
		width: 750px;
	}
	.adv1{
		margin:22px 0;
	}
	.adv1_txt{
		margin: 20px 0 30px;
		font-size: 14px;
	}
	.adv_title h2{
		font-size: 22px;
	}
	.adv_title p{
		font-size: 16px;
	}
	.adv_title h2{
		margin-bottom: 10px;
	}
	.adv_title:after{
		margin: 14px auto 0;	
	}
	
	.adv1_list li{
		width:118px;
		height: 320px;
	}
	.adv1_list li:nth-child(6n){
		margin-right: 0;
	}
	.adv1_img{
		height: 206px;
	}
	.adv1_list li:nth-child(2n) .adv1_img,
	.adv1_list li:nth-child(2n+1) .adv1_info{
		position: absolute;
		bottom: 0;
	}
	.adv1_list li p:nth-of-type(2){
		font-size: 14px;
	}
	.adv1_list li p:nth-of-type(1){
		font-size: 18px;
	}
}
@media screen and (min-width:992px ) {
	.advantage{
		width: 950px;
	}
	.adv1{
		margin:40px 0;
	}
	.adv1_txt{
		margin: 30px 0 40px;
	}
	.adv_title h2{
		font-size: 26px;
	}
	.adv_title p{
		font-size: 18px;
	}
	.adv_title h2{
		margin-bottom: 15px;
	}
	.adv_title:after{
		margin: 20px auto 0;	
	}
	
	.adv1_list li{
		width:151px;
		height: 360px;
	}
	.adv1_img{
		height: 266px;
	}
}
@media screen and (min-width:1200px ) {
	.advantage{
		width: 1140px;
	}
	.adv1{
		margin:60px 0;
	}
	.adv1_txt{
		margin: 40px 0 50px;
	}
	.adv_title h2{
		font-size: 28px;
	}
	
	.adv1_list li{
		width:183px;
		height: 416px;
	}
	.adv1_img{
		height: 325px;
	}
}

.advantage{
	margin: 0 auto;
}
.adv_title{
	text-align: center;
}

.adv_title h2{
	color: #333;
}
.adv_title p{
	color: #919191;
	text-transform: uppercase;
}
.adv_title:after{
	content:'';
	display: block;
	width: 45px;
	height: 1px;
	background-color: #FBA513;	
}
.adv1_txt{
	color: #747474;
	line-height: 24px;
}

.adv1_list li{
	float: left;
	margin-right: 8px;
	position: relative;
}
.adv1_img{
	overflow: hidden;
}
.adv1_list li p{
	text-align: center;
}
.adv1_list li p:nth-of-type(1){
	color: #383838;
	margin-bottom: 6px;
}
.adv1_list li p:nth-of-type(2){
	color: #989898;
	line-height: 22px;
}
.adv1_info{
	width: 100%;
}
.adv1_list li.on .adv1_img{
	 border:3px solid #5B337D;
	 transition: all .5s; 
}
.adv1_list li .adv1_img{
	 border:3px solid transparent;
}

.adv2_list li{
	float: left;
}
.adv2_img{
	overflow: hidden;
	position: relative;
}
.adv2_img img{
	width: 100%;
}
.equipment{
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	color: #fff;
	background: rgba(64,40,85,.8);
}
.equipment h2{
	color: #F3981E;
	margin-top: 10px;
}
.equipment>div{
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	word-wrap:break-word;
}


.adv2_info{
	position: relative;
	color: #1e1e1e;
	padding: 14px 0 0;
	margin:18px 0 0;
}
.adv2_info:before{
	content:'';
	display: block;
	width:45px;
	border-top: 1px solid #562377;
	position: absolute;
	top: 0;
}
.adv2_info p{
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap:break-word;
}



@media screen and (max-width:767px ) {
	.equipment h2{
		font-size: 16px;
	}
	.equipment>div{
		margin-top: 4px;
		font-size: 12px;
		-webkit-line-clamp: 3;
	}
	.equipment{
		padding: 6px;
	}
	.adv2_info{
		font-size: 12px;
	}
	.adv2_list li{
		width:47% ;
		height: 222px;
		margin:0 15px 20px 0;
	}
	.adv2_list li:nth-child(2n){
		margin-right: 0;
	}
	.adv2_img{
		height: 142px;
	}
	.adv3 .carousel{
		margin-top: 20px;
		padding: 0;
	}
	.adv3 .carousel .next, .adv3 .carousel .prev {
		width:40px;
		height:43px;
		margin-top:-14px;
	}
}
@media screen and (min-width:768px ) {
	.equipment h2{
		font-size: 16px;
	}
	.equipment>div{
		margin-top: 8px;
		font-size: 12px;
		-webkit-line-clamp: 3;
	}
	.equipment{
		padding: 6px;
	}
	.adv2_info{
		font-size: 14px;
	}
	.adv2_list li{
		margin-right: 30px;
	}
	.adv2_list li:nth-child(4n){
		margin-right: 0;
	}
	.adv2_list li{
		width:165px ;
		height: 224px;
		margin-bottom: 40px;
	}
	.adv2_img{
		height: 144px;
	}
	.adv3 .carousel{
		margin: 30px 0 30px;
		padding: 0 20px;
	}
	.adv3 .carousel .next, .adv3 .carousel .prev {
		width:51px;
		height:56px;
		margin-top:-28px;
	}
}
@media screen and (min-width:992px ) {
	.equipment h2{
		font-size: 22px;
	}
	.equipment>div{
		margin-top: 12px;
		font-size: 14px;
		-webkit-line-clamp: 4;
	}
	.equipment{
		padding: 10px;
	}
	.adv2_info{
		font-size: 16px;
	}
	.adv2_list li{
		width:215px ;
		height: 268px;
	}
	.adv2_img{
		height: 188px;
	}
	.adv3 .carousel{
		margin-top: 40px;
	}
}
@media screen and (min-width:1200px ) {
	.equipment h2{
		font-size: 24px;
	}
	.equipment>div{
		margin-top: 30px;
	}
	.equipment{
		padding: 20px 12px;
	}
	.adv2_list li{
		width:262px ;
		height: 310px;
	}
	.adv2_img{
		height: 230px;
	}
	
}


.adv3 .carousel {
	
	position:relative;
	min-height: 20px;
	height:auto !important;
	height: 20px;
	background:url(../image/loader.gif) center center no-repeat;
}
.adv3 .carousel .next, .adv3 .carousel .prev {
	position:absolute;
	top:50%;
	z-index:9999;
	cursor:pointer;
}
.adv3 .carousel .prev {
	left: 20px;
	background:url(../image/prev.png) 0 0 no-repeat;
	background-size: 100% 100%;
}
.adv3 .carousel .next {
	right: 20px;
	background:url(../image/next.png) 0 0 no-repeat;
	background-size: 100% 100%;
}
.adv3 .carousel li {
	display:none;
}
.adv3 .carousel li img {
	width:100%;
	height:auto;
}
img {
	-webkit-user-select: none;  
	-moz-user-select: none;     
	-ms-user-select: none;      
	-o-user-select: none;
	user-select: none;
}



.adv4_txt p{
	text-indent: 30px;
}
.adv4_list{
	border-top: 1px solid #EEEEEE;
}
.adv4_list li{
	float: left;
	width: 333px;
	height: 280px;
	padding: 30px 30px 10px;
	margin-right: 70px;
	border:1px solid #E5E5E5;
	border-top:2px solid #F39800;
	margin-bottom: 20px;
}
.adv4_list li:nth-child(3){
	margin-right: 0;
}
.adv4_info p:first-child{
	font-size: 18px;
	text-align: center;
	color: #333;
}
.adv4_info p:last-child{
	font-size: 14px;
	color: #939393;
}
.adv4_info p span{
	display: inline-block;
	padding:0 4px 22px;
	border-bottom: 1px solid #562377;
	margin-bottom: 24px;
}
#myCarousel2 ul{
	overflow: hidden;
}
@media (max-width: 767px) {
	.adv4_list li{
		width: 100%;
		height: 250px;
		margin:0 0 30px 0;
	}
	.adv4_list{
		padding-top: 30px;
	}
	.adv5_images li{
		width:48%;
		margin:20px 0 20px 0;
	}
	.adv5_images li:nth-child(2n){
		float: right;
	}
	#myCarousel2{
		margin: 20px 0 60px;
	}
	.adv5_images li p{
		font-size: 12px;
	}
	.adv5_img{
		height: 236px;
	}
	.adv5_title{
		font-size: 16px;
	}
}
@media screen and (min-width:768px ) {
	.adv4_list li{
		width: 230px;
		height: 280px;
		margin-right: 30px;
	}
	.adv4_list{
		padding-top: 40px;
	}
	.adv5_images li{
		width:140px;
		margin:20px 12px 20px 0;
	}
	.adv5_images li:nth-child(5n){
		margin-right: 0;
	}
	#myCarousel2{
		margin: 20px 0 60px;
	}
	.adv5_images li p{
		font-size: 14px;
	}
	.adv5_img{
		height: 190px;
	}
	.adv5_title{
		font-size: 20px;
	}
	
}
@media screen and (min-width:992px ) {
	.adv4_list li{
		width: 290px;
		margin-right: 40px;
	}
	.adv4_list{
		padding-top: 50px;
	}
	.adv5_images li{
		width:169px;
		margin:20px 26px 0 0;
	}
	#myCarousel2{
		margin: 40px 0 90px;
	}
	.adv5_img{
		height: 230px;
	}
}
@media screen and (min-width:1200px ) {
	.adv4_list li{
		width: 333px;
		margin-right: 70px;
	}
	.adv4_list{
		padding-top: 60px;
	}
	.adv5_images li{
		width:197px;
		margin:20px 38px 0 0;
	}
	.adv5_img{
		height: 236px;
	}
}

#myCarousel2 .item{
	width: 100%;
}

.adv5_title{
	color: #6D448A;
	
	padding: 0 0 14px 34px;
	background: url(../image/hk_icon_2.png) left top no-repeat;
	border-bottom: 1px solid #E2E2E2;
}
.adv5_txt{
	margin-top: 24px;
	line-height: 26px;
}

.adv5_images li{
	float: left;
	
}
.adv5_img{
	border:1px solid #C9C9C9;
	text-align: center;
}
.adv5_images li p{
	color: #949494;
	margin-top: 14px;
	text-align: center;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	-o-text-overflow:ellipsis; 
	overflow: hidden;
	word-wrap:break-word;
}
.adv5_img{
	overflow: hidden;
}

#myCarousel2 .carousel-control.left{
	background:url(../image/prev.png) 0 0 no-repeat;
	background-size: 100% 100%;
}
#myCarousel2 .carousel-control.right{
	background:url(../image/next.png) 0 0 no-repeat;
	background-size: 100% 100%;
	right: 3px;
}
#myCarousel2 .carousel-control.right,#myCarousel2 .carousel-control.left {
	position:absolute;
	top:34%;
	z-index:9999;
	cursor:pointer;
	width: 51px;
    height: 56px;
}


.classify li{
	float: left;
	margin-bottom: 10px;
}
.classify li span{
	display: inline-block;
	padding: 2px 0;
	font-size: 14px;
}
.classify li a{
	display: inline-block;
}
.classify li.on a{
	background-color: #562377;
	color: #fff;
}

.health_list li{
	float: left;
	background-color: #fff;
	position: relative;
}
.health_list li:nth-child(3n){
	margin-right: 0;
}
.health_item{
	padding-bottom: 20px;
}
.health_item dd{
	margin: 0 18px;
}
.health_item dd:nth-of-type(1){
	font-weight: bold;
	font-size: 18px;
	color: #363636;

	border-bottom: 1px solid #EAEAEA;
	margin-bottom: 14px;
}
.health_item dd:nth-of-type(1) span{
	color: #F39800;
}
.health_item dd:nth-of-type(1){
	font-size: 14px;
	color: #737373;
}
.health_item dd:nth-of-type(2) {
	line-height: 24px;
	margin-bottom: 24px;
}
.health_item dd:nth-of-type(3) {
	position: absolute;
	bottom: 20px;

	height: 10px;
	background: url(../image/hk_icon_3.png) left center no-repeat;
	margin: 0;
    left: 18px;
    right: 18px;
}
.health_list li.on .health_item dd:nth-of-type(3) {
	transition: all .5s;
	background: url(../image/hk_icon_4.png) left center no-repeat;
}
.health_list li.on {
	transition: all .5s;
	box-shadow: 0px 0px 10px 0 rgba(221,221,221,0.6), 0 0px 10px 0 rgba(221,221,221,0.6), inset 0 0 10px 0px rgba(221,221,221,0.6);
}
.health_item dt img{
	width: 100%;
}
.health_item dt{
	overflow: hidden;
}


@media screen and (max-width:767px ) {
	.health_list li{
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}
	.health_item dt{
		max-height: 500px;
	}
	.classify{
		padding: 20px 0;
	}
	.classify li{
		margin-right: 4px;
	}
	.classify li a{
		padding: 4px 16px;
		font-size: 12px;
	}
	.health_item dd:nth-of-type(1){
		padding: 10px 0;
	}
	.zjzx{
		margin-bottom: 40px;
	}
	#myCarousel2 .carousel-control.right {
	    background: url(../image/next.png) 0 0 no-repeat;
	    background-size: 100% 100%;
	    right: 3px;
	}
}
@media screen and (min-width:768px ) {
	.health_list li{
		margin: 0 16px 38px 0;
		width: 239px;
		height: 418px;
	}
	.classify{
		padding: 38px 0 40px;
	}
	.classify li{
		margin-right: 12px;
	}
	.classify li a{
		padding: 4px 26px;
		font-size: 14px;
	}
	.health_item dd:nth-of-type(1){
		padding: 30px 0 24px;
	}
	.health_item dd:nth-of-type(2){
		font-size: 14px;
	}
	.health_item dt{
		height: 188px;
	}
	.zjzx{
		margin-bottom: 40px;
	}
}
@media screen and (min-width:992px ) {
	.health_list li{
		margin: 0 30px 38px 0;
		width: 296px;
		height: 448px;
	}
	.classify li{
		margin-right: 20px;
	}
	.health_item dt{
		height: 233px;
	}
	.zjzx{
		margin-bottom: 60px;
	}
}
@media screen and (min-width:1200px ) {
	.health_list li{
		margin: 0 38px 38px 0;
		width: 354px;
		height: 470px;
	}
	.health_item dt{
		height: 279px;
	}
	.zjzx{
		margin-bottom: 100px;
	}
}


.zjzx_nav{
	margin: 50px 0;
}
.zjzx .health_list li{
	border:1px solid #EAEAEA;
}


.news .adv_title:after{
	height: 0;
}
.news_img{
	float: left;
	width: 33%;
	overflow: hidden;
}
.news_info{
	float: right;
	width: 65%;
	margin-top: 6px;
}
.news_date{
	font-size: 16px;
}
.news_date span:nth-of-type(1){
	color: #818181;
}
.news_date span:nth-of-type(1):after{
	content:'——';
	color: #EBEBEB;
	display: inline-block;
	margin:0 14px 0 16px;
}
.news_date span:nth-of-type(2){
	color: #A9A9A9;
}
.news_title{
	color: #333;
	font-weight: bold;
	border-bottom:1px solid #EAEAEA;
}
.news_title:after{
	content:'';
	display: block;
	width: 66px;
	border-bottom: 1px solid transparent;
	transition: all .5s; 
}
.news_list li.on .news_title:after{
	border-bottom-color:#5F53A0;
	transition: all .5s; 
}
.news_list li.on .news_title{
	color: #5F53A0;
}
.news_txt{
	color: #A9A8A8;
	line-height: 22px;
	font-size: 14px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-wrap:break-word;
}
.news_img img{
	width: 100%;
}
@media screen and (max-width:767px ) {
	.adv_title{
		margin-bottom: 12px;
	}
	.news_img{
		width: 100%;
	}
	.news_info{
		width: 100%;
		margin-top: 10px;
	}
	.news_date{
		margin-bottom: 6px;
	}
	.news_title{
		margin-bottom: 8px;
		font-size: 15px;
	}
	.news_title:after{
		padding-bottom: 6px;
	}
	.news_list li{
		margin-bottom: 30px;
	}
	.news_img{
		max-height: 360px;
	}
	.news_head{
		padding: 20px 0 10px;
	}
	.news_head h2{
		font-size: 18px;
	}
	.news_head p {
	    font-size: 14px;
	    margin-top: 8px;
	}
	.news_text{
		margin: 20px 0;
	}
	.details_img img{
		width: 100%;
	}
	.details_img{
		padding: 0 10px;
	}
}
@media screen and (min-width:768px ) {
	.news_date{
		margin-bottom: 6px;
	}
	.news_title{
		margin-bottom: 8px;
		font-size: 15px;
	}
	.news_title:after{
		padding-bottom: 6px;
	}
	.news_list li{
		margin-bottom: 70px;
	}
	.news_img{
		height: 136px;
	}
	.news_head{
		padding: 28px 0 14px;
	}
	.news_head h2{
		font-size: 20px;
	}
	.news_head p{
		font-size: 16px;
		margin-top: 16px;
	}
	.news_text{
		margin: 40px 0;
	}
	.details_img img{
		width: 46%;
	}
	.details_img{
		padding: 0 30px;
	}
	.news_relate li{
		float: left;
	}
}
@media screen and (min-width:992px ) {
	.news_date{
		margin-bottom: 14px;
	}
	.news_title{
		margin-bottom: 18px;
		font-size: 16px;
	}
	.news_title:after{
		padding-bottom: 16px;
	}
	.news_img{
		height: 171px;
	}
	.news_head{
		padding: 40px 0 20px;
	}
	.news_head h2{
		font-size: 22px;
	}
}
@media screen and (min-width:1200px ) {
	.news_date{
		margin-bottom: 26px;
	}
	.news_title{
		margin-bottom: 24px;
	}
	.news_title:after{
		padding-bottom: 24px;
	}
	.news_img{
		height: 206px;
	}
	.news_head{
		padding: 70px 0 30px;
	}
}


.news_head{
	text-align: center;
	border-bottom: 1px solid #ECECEC;
}
.news_head h2{
	color: #3B3B3B;
}
.news_head p{
	color: #D2D2D2;
}
.news_text{
	color: #6D6D6D;
	font-size: 14px;
	line-height: 24px;
}
.news_text p{
	color: #3D3D3D;
}
.details_img{
	margin: 40px 0 20px;
}
.details_img img{
	float: left;
	margin-bottom: 20px ;
}
.details_img img:nth-child(2n){
	float: right;
}
.news_relate li{
	margin-bottom: 4px;
}
.news_relate li a{
	color: #582779;
	font-weight: bold;
	margin-right: 70px;
}
.news_relate {
	margin-bottom: 70px;
}
.news_relate li span{
	color: #C4C4C4;
	margin-right: 20px;
}



.intro_title{
	font-size: 16px;
	color: #562377;
	border-bottom: 1px solid #F0F0F0;
}
.intro_title span{
	display: inline-block;
	padding: 16px 10px;
	font-weight: bold;
	border-bottom: 2px solid #562377;
}
.intro_arrow{
	float: right;
	width: 30px;
	height: 60px;
	background: url(../image/hk_icon_5.png) center no-repeat;
	transition: all .5s;
	cursor: pointer;
}
.intro_detail{
	line-height: 28px;
	padding: 10px 20px;
}
.intro li{
	margin-bottom: 10px;
}
.intro li.on .intro_arrow{
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transition: all .5s; 
}


.domain{
	padding: 50px 0;

	background-size:50%;
}
.domain_list li p:first-child{
	font-size: 18px;
	color: #3B3B3B;
	margin-bottom: 10px;
}
.domain_list li p+p{
	font-size: 14px;
	color: #999999;
}
.domain_list li{
	padding-left: 70px;
	margin-bottom: 80px;
	
}



.welfare li{
	float: left;
	margin-bottom: 10px;
}
.welfare li:nth-child(3n){
	margin-right: 0;
}
.wel_item{
	text-align: center;
	border:1px solid #8B7B99;
	border-radius: 10px;
}
.wel_item dt img{
	width: 104px;
	border-radius: 50%;
}
.wel_item dd:nth-of-type(1){
	font-size: 16px;
	color: #393939;
	margin-top: 24px;
}
.wel_item dd:nth-of-type(1):after{
	content:'';
	display: block;
	height: 23px;
	background: url(../image/hk_icon_12.png) center no-repeat;
	margin:25px 0 50px;
}
.wel_item dd:nth-of-type(2){
	font-size: 14px;
	color: #9A9A9A;
	line-height: 26px;
}
@media screen and (max-width:767px ) {
	.welfare li{
		width: 100%;
		margin-bottom: 20px;
		margin-right: 0;
	}
	.wel_item{
		width: 100%;
		padding: 30px 20px;
	}
	.wel_item dd:nth-of-type(1):after{
		margin:20px 0;
	}
	.advantage.news .active li{
		width: 46%;
		margin-right: 0;
	}
	.advantage.news .active li:nth-child(2n){
		float: right;
	}
	.advantage.news .active li>p:after{
		margin:20px auto;
	}
	.advantage.news .active li>p{
		font-size: 18px;
	}
	.active_back{
		padding-right:0;
	}
}
@media screen and (min-width:768px ) {
	.welfare li{
		margin-right: 36px;
	}
	.wel_item{
		width: 226px;
		padding: 40px 24px;
	}
	.advantage.news .active li{
		width: 170px;
		margin-right: 23px;
	}
	.advantage.news .active li>p:after{
		margin:35px auto;
	}
	.advantage.news .active li>p{
		font-size: 24px;
	}
	.active_back{
		padding-right:70px;
	}
}
@media screen and (min-width:992px ) {
	.welfare li{
		margin-right: 100px;
	}
	.wel_item{
		width: 250px;
		padding: 40px;
	}
	.advantage.news .active li{
		width: 170px;
		margin-right: 90px;
	}
}
@media screen and (min-width:1200px ) {
	.welfare li{
		margin-right: 150px;
	}
	.wel_item{
		width: 280px;
		padding: 60px;
	}
	.advantage.news .active li{
		width: 165px;
		margin-right: 160px;
	}
}


.hk_ul {
    margin:20px 0px;
}
.hk_ul li a{
    font-size: 16px;
    color: #393939;
    height:25px;
    line-height:25px;
    width:100%;
    display:inline-block;
}

.hk_ul li a>span:nth-of-type(1){
    display:inline-block;
    width:60%;
    overflow:hidden; 
    text-overflow:ellipsis;
    white-space:nowrap;

}
.hk_ul li a>span:nth-of-type(2){
    display:inline-block;
    width:25%;
    float:right;
    text-align:right;
}
.hk_more a{
    float:right;
    font-size:16px;
    color:#333;
    width:25%;
    margin-bottom:20px;
    text-align:right;
    padding-right: 20px;
    box-sizing: border-box;
    background: url(../image/more.png) right center no-repeat;
    vertical-align:middle;
}
.hk_more a:hover{
    color:#552277;
}







.active_back{
	text-align: right;
}
.advantage.news .active{
	margin-top: -16px;
}
.advantage.news .active li{
	float: left;
	text-align: center;
}
.advantage.news .active li:nth-child(4n){
	margin-right: 0;
}
.advantage.news .active li>p{
	color: #49305C;
}
.advantage.news .active li>p:after{
	content:'';
	display: block;
	height: 2px;
	width: 58px;
	background-color: #FCDB8B;
}
.advantage.news .active li>div{
	line-height: 26px;
	color: #747474;
	margin-bottom: 20px;
}


.reg_header{
	padding: 0 20px;
	position: relative;
	z-index: 1;
}
.reg_header a:last-child{
	float: right;	
	color: #562377;
	padding-left: 30px;
	background: url(../image/hk_icon_13.png) left center no-repeat;
	margin-top: 60px;
}
.reg_header img{
	width: 187px;
	height: 139px;
	
}
.reg_detail{
	margin-top: -40px;
	height: 600px;
	background: url(../image/hk_back_3.jpg)center no-repeat;
}
.registe{
	float: right;
	width: 380px;
	height: 445px;
	background-color: #fff;
	margin: 60px 20px 0 0;
	border-radius: 6px;
}
.reg_group input::-webkit-input-placeholder{
    color:#BEBEBE;
}
.reg_group input::-moz-placeholder{  
    color:#BEBEBE;
}
.reg_group input:-moz-placeholder{   
    color:#BEBEBE;
}
.reg_group input:-ms-input-placeholder{ 
    color:#BEBEBE;
}
.reg_top{
	line-height: 60px;
	border-bottom: 1px solid #E5E5E5;
}
.reg_top span{
	float: left;
	width: 49%;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
}
.reg_top span+span{
	float: right;
}
.reg_top span.on{
	color: #9348C7;
	border-bottom: 2px solid #8F41C5;
}
.reg_group{
	padding: 0 25px;
	margin-top: 24px;
}
.phone{
	height: 40px;
	line-height: 40px;
	border:1px solid #EEEEEE;
	padding: 0 10px;
}
.phone input{
	width: 100%;
}
.phone_back{
	padding:0 20px 0 35px;
	background: url(../image/hk_icon_14.png) 11px center no-repeat;
}

.code{
	width: 184px;
	float: left;
}
.chit{
	display: inline-block;
	width: 134px;
	height: 39px;
	line-height: 40px;
	background-color: #FBA413;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	margin-left: 12px;
	cursor: pointer;
}
.agree{
	cursor: pointer;
	padding-left: 22px;
	background: url(../image/hk_icon_15.png) 0 center no-repeat;
}
.reg_group p{
	margin-top: 40px;
}
.reg_group p a{
	color: #FBA413;
}
.agree.on{
	background: url(../image/hk_icon_16.png) 0 center no-repeat;
}
.reg a{
	display:block;
	height: 40px;
	line-height: 40px;
	background-color: #8E3FC4;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	margin-top:10px;
}
.reg_group:last-child{
	margin-top: 35px;
	text-align: right;
	border-top: 1px solid #E5E5E5;
	padding-top: 14px;
}
.login{
	color: #9751C8;
	display: inline-block;
	padding-left: 28px;
	background: url(../image/hk_icon_17.png) 0 center no-repeat;
}
.reg_login .login{
	background: url(../image/hk_icon_18.png) 0 center no-repeat;
}
.reg_foot{
	margin-top: 50px;
	color: #494949;
	text-align: center;
}
@media screen and (max-width:767px ) {
	.reg_header img {
	    width: 100px;
	    height: 74px;
	}
	.reg_header a:last-child {
	    margin-top: 13px;
	}
	.reg_detail {
	    margin-top: -30px;
	    height: 450px;
	}
	.registe{
		width: 100%;
		margin-right: 0;
		min-height: 354px;
	    height: auto;
	}
	.code{
		width: 56%;
	}
	.chit{
		width: 40%;
		float: right;
		margin-left: 0;
		font-size: 12px;
	}
	.reg_foot{
		margin-top: 20px;
	}
	.reg_top {
	    line-height: 46px;
	}
	.reg_group p {
	    margin-top: 0;
	}
}



.next_step{
	margin: 0 auto 66px;
	text-align: center;
}
.next_step1{
	background: #7217AF;
	text-align: center;
	font-size: 16px;
	width: 160px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	border-radius: 5px;
	color: #fff;
}
.next_step2{
	background: #fba414;
	text-align: center;
	font-size: 16px;
	width: 160px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	border-radius: 5px;
	color: #fff;
	margin-right: 40px;
}

.breadcrumb1 {
	display: inline-block;
	overflow: hidden;
	border-radius: 5px;
	counter-reset: flag;
	width: 100%; 
	margin:30px 0;
}
.breadcrumb1 a {
	width: 33%;
	font-size: 16px;
	text-decoration: none;
	outline: none;
	display: block;
	float: left;
	line-height: 40px;
	color: white;
	padding: 0 20px 0 60px;
	background: linear-gradient(#666, #333);
	position: relative;
}
.breadcrumb1 a:first-child {
	padding-left: 46px;
	border-radius: 5px 0 0 5px;
}
.breadcrumb1 a:last-child {
	border-radius: 0 5px 5px 0;
}
.breadcrumb1 a.on{
	background: #fff;
	background: linear-gradient(#fff, #fff);
	color: #fff;
}
.breadcrumb1 a.on:after{
	background: #fff;
	background: linear-gradient(135deg, #fff, #fff);
}
.breadcrumb1 a:after {
	content: '';
	position: absolute;
	top: -4px; 
	right: -18px;
	width: 50px; 
	height: 50px;
	transform: scale(0.707) rotate(45deg);
	z-index: 1;
	background: #fff;
	background: linear-gradient(135deg, #fff, #fff);
	box-shadow: 
		10px -10px 0 2px rgba(255, 255, 255, 1);
	border-radius: 0 5px 0 50px;
}
.breadcrumb1 a:last-child:after {
	content: none;
}
.flat a, .flat a:after {
	background: #dcdcdc;
	color: #333;
	transition: all 0.5s;
	text-align: center;
}
.flat a:before {
	background: white;
	box-shadow: 0 0 0 1px #ccc;
}
.flat a.on,.flat a.on:after{
	background: #eda00c;
}
.flat a.over, .flat a.over:after {
    background: #ffe0a5;
}
@media (min-width:200px) {
	.select_zj {
	    margin-top: 25px;
	}
	.expert_list ul li i {
	    left: 5%;
	    top: 18%;
	}
	.expert_list ul li .list_pic{
		    left: 50%;
	    margin-left: -73px;
	}
	.list_text {
	    width: 90%;
	    margin-left: 5%;
	}
	.expert_list ul li {
	    width: 96%;
	    margin-left: 2%;
	}
	.next_step2{
		margin-right: 0px;
		margin-bottom: 15px;
	}
	.next_jump{
		margin-left: 0px;
		margin-top: 15px;
	}
}
@media (min-width: 768px) {
	.next_step2{
		margin-right: 40px;
			margin-bottom: 0px;
	}
}



.physical .health_item dd:nth-of-type(3) {
    height: 22px;
    background: url(../image/hk_icon_19.png) right center no-repeat;
}
.physical .health_list li.on .health_item dd:nth-of-type(3) {
    transition: all .5s;
    background: url(../image/hk_icon_20.png) right center no-repeat;
}
.physical .health_list li.on {
    transition: all .5s;
    box-shadow: none;
    border:1px solid #B6A1C5;
    background-color: #fff;
}
.physical .health_item dt{
	padding: 18px;
}
.health_list li{
	background:none;
	border:1px solid transparent;
}
.physical .health_list{
	margin-top: 20px;
}


.confirm_1 ul li>span{
	color: #F39905;
}



.personal{
	padding: 36px 0 90px;
}
.per_left{
	float: :left;
	width: 212px;
	height: 600px;
	border:1px solid #EEEEEE;
	background-color: #fff;
	margin-right: 30px;
}
.per_left li a{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	line-height: 78px;
	position: relative;
}
.per_left li+li{
	border-top:1px solid #EEEEEE;
}
.per_left li a>i{
	display: inline-block;
	width: 24px;
	height: 23px;
	background: url(../image/hk_icon_21.png) center no-repeat;
	vertical-align: middle;
	margin:-4px 10px 0 0;
}
.per_left li:nth-child(2) a>i{
	background: url(../image/hk_icon_23.png) center no-repeat;
}
.per_left li:nth-child(3) a>i{
	background: url(../image/hk_icon_25.png) center no-repeat;
}
.per_left li:nth-child(4) a>i{
	background: url(../image/hk_icon_27.png) center no-repeat;
}
.per_left li.on a{
	background-color: #8A3CC1;
	color: #FFF;
}
.per_left li.on a i{
	background: url(../image/hk_icon_22.png) center no-repeat;
}
.per_left li:nth-child(2).on a i{
	background: url(../image/hk_icon_24.png) center no-repeat;
}
.per_left li:nth-child(3).on a i{
	background: url(../image/hk_icon_26.png) center no-repeat;
}
.per_left li:nth-child(4).on a i{
	background: url(../image/hk_icon_28.png) center no-repeat;
}
.per_left li.on b{
	width: 16px;
	height: 22px;
	display: inline-block;
	background: url(../image/hk_icon_29.png) center no-repeat;
	position: absolute;
	top:50%;
	right: -15px;
	margin-top:-11px;
}


.per_right{
	float: right;
	
	min-height: 600px;
	border:1px solid #EFEFEF;
	background-color: #fff;
	padding: 16px 54px;
}
.per_info li{
	line-height: 78px;
	
}
.per_info li:after{
	content:'';
	display: block;
	clear: both;
}
.per_info li+li{
	border-top:1px solid #F1F1F1;
}
.per_info li>span{
	float: left;
	
	color: #3D3D3D;
}
.per_right input::-webkit-input-placeholder{
    color:#CBCBCB;
}
.per_right input::-moz-placeholder{  
    color:#CBCBCB;
}
.per_right input:-moz-placeholder{   
    color:#CBCBCB;
}
.per_right input:-ms-input-placeholder{ 
    color:#CBCBCB;
}
.choose{
	float: left;
}
.choose span{
	width: 100px;
	cursor: pointer;
	display: inline-block;
	padding-left: 26px;
	background: url(../image/list_ic.png) left center no-repeat;
}
.choose span.on{
	background: url(../image/list_ic1.png) left center no-repeat;
}
.per_info li:last-child{
	text-align: center;
}
.per_info li:last-child .next_step2{
	margin:30px 0 0;
}
.per_info li input{
	width: 210px;
}
@media (max-width: 767px) {
	.personal{
		padding: 15px 0 40px;
	}
	.per_right{
		width:100%;
		padding: 16px 10px;
	}
	.per_info li>span{
		width:65px;
	}
	.per_info li{
		padding: 0 10px;
	}
	.per_info li input{
		width: 69%;
	}
	.choose span{
		width: 65px;
	}
}
@media (min-width: 768px) {
	.per_right{
		width: 510px;
		padding: 16px 20px;
	}
	.per_info li>span{
		width:120px;
	}
	.per_info li{
		padding: 0 20px;
	}
}
@media (min-width: 992px) {
	.per_right{
		width: 710px;
		padding: 16px 54px;
	}
	.per_info li>span{
		width:160px;
	}
	.per_info li{
		padding: 0 30px;
	}
}
@media (min-width: 1200px) {
	.per_right{
		width: 900px;
		padding: 16px 54px;
	}
	.per_info li>span{
		width:230px;
	}
}


.order .per_right{
	padding: 0;
}

.order_top{
	border-bottom: 1px solid #D0D0D0;
}
.order_top li{
	float: left;
	line-height: 76px;
	width: 33.3%;
	text-align: center;
}
.order_top li a{
	display: inline-block;
	width: 100%;
	font-size: 16px;
}
.order_top li.on a{
	color: #923DCE;
	border-bottom: 2px solid #923DCE;
}


.order_detail{
	padding: 20px 20px 0;
}
.order_detail li{
	border-bottom:1px solid #EEEEEE;
}
.order_item{
	padding: 20px 0;
}
.order_item dt{
	float: left;
	width: 125px;
	height: 125px;
	overflow: hidden;
	
}
.order_item dt img{
	width: 100%;
}

.order_item dd:nth-of-type(1){
	font-size: 16px;
	font-weight: bold;
	color: #3C3C3C;
	margin-top: 6px;
}
.order_item dd:nth-of-type(1) span{
	font-size: 14px;
	font-weight: normal;
	color: #A1A1A1;
	float: right;
}
.order_item dd:nth-of-type(2){
	line-height: 22px;
	color: #999999;
	
}
.order_item dd:nth-of-type(3) span{
	font-size: 16px;
	color: #373737;
}
.order_item dd:nth-of-type(3) span:last-child{
	float: right;
}

@media (max-width: 767px) {
	.order_item dt{
		margin-left: 0 ;
	}
	.order_item dd{
		padding-left: 94px;
	}
	.order_item dd:nth-of-type(2){
		margin: 10px 0;
	}
	.order_item dt{
		width: 80px;
		height: 80px;
	}
	.order_item dd:nth-of-type(1){
		font-size: 14px;
		font-weight: bold;
		margin-top: 0;
	}
	.order_item dd:nth-of-type(1) span{
		font-size: 12px;
		width: 100%;
		text-align: right;
		margin:2px;
	}
	.order_item dd:nth-of-type(3) span{
		font-size: 14px;
	}
	.consult .per_right{
		padding: 15px;
	}
	.quest{
		padding: 15px 0 0;
	}
    .order_item dd:nth-of-type(2)
    {
        font-size:12px;
    }
    .order_item dd:nth-of-type(2) p span:last-child{
		padding-left:0;
	}
    .order_item dd:nth-of-type(2) p span:nth-child(2){
		display:inline-block;
        width:70px;
        text-align:center;
	}
}
@media (min-width: 768px) {
	.order_item dt{
		margin-left: 15px ;
	}
	.order_item dd{
		padding-left: 165px;
	}
	.order_item dd:nth-of-type(2){
		margin: 10px 0;
	}
	.consult .per_right{
		padding: 28px 30px;
	}
	.quest{
		padding: 15px 15px 0;
	}
    .order_item dd:nth-of-type(2) p span:last-child{
		padding-left:10px;
	}
    .order_item dd:nth-of-type(2) p span:nth-child(2){
		display:inline-block;
        width:80px;
        text-align:center;
	}
}
@media (min-width: 992px) {
	.order_item dt{
		margin-left: 90px ;
	}
	.order_item dd{
		padding-left: 250px;
	}
	.order_item dd:nth-of-type(2){
		margin: 10px 0 20px;
	}
}



.consult_detail li{
	border:1px solid #EDEDED;
	padding: 18px;
	margin-bottom: 30px;
}
.quest+.quest{
	border-top:1px dashed #E5E5E5;
}
.quest p{
	font-weight: bold;
	color: #363636;
}
.quest>div{
	line-height: 22px;
	margin: 12px 0 15px;
}
.consult .pages{
	margin:0;
}


.fa_list{
	float: left;
}
.fa_item{
	margin-bottom: 18px;
}
.fa_group{
	float: left;
	margin-bottom: 20px;
}
.fa_item input{
	border:1px solid #ECECEC;
	width: 147px;
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
}
.fa_item .fa_group:nth-child(2) input{
	width: 224px;
}
.fa_group>span{
	margin:0 10px 0 20px;
}
.phy_date1 i.date_ic{
	top:9px;
}
.phy_date1{
	margin:0;
}
.family li{
	border-bottom: 1px solid #EFEFEF;
	margin: 30px 0;
	padding-bottom: 15px;
}
.family li:nth-last-of-type(1),
.family li:nth-last-of-type(2){
	border:0;
}
.family li:last-child{
	text-align: center;
}
.family li:last-child .next_step2{
	margin: 0;
}
.phy_person_delect{
	line-height: 80px;
	margin-right: 10px;
}
.fa_group:last-child>span{
	text-align: right;
	display: inline-block;
	width: 70px;
}
.fa_group .choose {
    float: right;
    margin-left: 20px;
}
.fa_group .choose>span{
    width: auto;
    margin-right: 10px;
}
.family_member .per_right{
	padding:18px;
}
.per_add{
	margin: 0 0 0 20px;
}

@media (max-width: 767px) {
	.fa_list{
		width: auto;
	}
	.fa_group>span{
		display: inline-block;
		width: 70px;
		text-align: right;
		margin: 0 6px 0 4px;
	}
	.fa_item input,
	.fa_item .fa_group:nth-child(2) input{
		width: 180px;
	}
	.choose{
		width: 164px;
	}
	.family_member .per_right{
		padding: 0;
	}
	.phy_person_delect{
		line-height: 32px;
	}
}
@media (min-width: 768px) {
	.fa_list{
		width: 380px;
	}
	.fa_group>span{
		display: inline-block;
		width: 70px;
		text-align: right;
	}
	.fa_item input{
		width: 224px;
	}
}
@media (min-width: 992px) {
	.fa_list{
		width: 550px;
	}
	.fa_group>span{
		display: inline;
		width: auto;
	}
	.fa_item input{
		width: 147px;
	}
}
@media (min-width: 1200px) {
	.fa_list{
		width: auto;
	}
}

@media (min-width: 200px){
	.confirm_1 .ord_detail ul li:nth-child(odd) {
	    padding: 10px 0 10px 10px;
	}
	.confirm_1 .ord_detail ul li:nth-child(even) {
	    padding-left: 10px;
	}
	.confirm_1 .ord_detail ul li{
	    padding: 10px 0 10px 10px;
	}
	.ord_txt{
		padding: 15px;
	}
}
@media (min-width: 992px){
	.confirm_1 .ord_detail ul li:nth-child(odd) {
	    padding: 15px 0 15px 40px;
	}
	.confirm_1 .ord_detail ul li{
	    padding: 15px 0 15px 40px;
	}
	.confirm_1 .ord_detail ul li:nth-child(2){
		border-top:0;
	}
	.ord_txt{
		padding: 30px;
	}
}

.ord_detail .p1{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #923DCE;
}
.confirm_1 .ord_detail ul{
	border:1px solid #E5E5E5;
	margin: 20px 0 30px;
	padding: 10px 10px 14px;
}
.confirm_1 .ord_detail ul li+li{
	border-top:1px dashed #E5E5E5;
}

.confirm_1 .ord_detail ul li{
	margin-top: 0;
	
}
.confirm_1.order_list{
	border:0;
}
.ord_txt{
	border:1px solid #E5E5E5;
	margin: 20px 0 30px;
	font-size: 14px;
	line-height: 22px;
}