/*
* @Author: EDZ
* @Date:   2020-06-24 12:32:08
* @Last Modified by:   QD
* @Last Modified time: 2020-10-22 16:38:35
*/
*{
	margin:0;
	padding:0;
	font-family: 微软雅黑;
}
li{
	list-style: none;
}
ul{
	padding:0;
	margin:0;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
p{
	margin:0;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
}
img{
	display: block;
}
.head{
	width:100%;
	height:auto;
	border-bottom: 1px solid #dddddd;
	line-height: 60px;
}
.heada{
	width:1200px;
	height:auto;
	margin:0 auto;
	overflow: hidden;
}
.heada>span{
	font-size: 16px;
	color:#00966d;
}
.head1{
	width:220px;
	height:auto;
	float: right;
	font-size: 16px;
	color:#00966d;
	font-weight: bold;
}
.head1>img{
	float: left;
	margin:22px 0;
	margin-right: 10px;
}
.head2{
	width:1200px;
	height:95px;
	margin:0 auto;
	// overflow: hidden;
}
.head2>img{
	margin-top: 15px;
	float: left;
}
.head2>nav{
	width:700px;
	height:auto;
	float: left;
	margin-left: 110px;
}
#bs{
	padding:0;
	margin-top: 25px;
}
.navbar-default .navbar-nav>li>a{
	padding:0;
	line-height: 40px;
	margin:0 22px;
	font-size: 18px;
	color:#333333;
	border-bottom: 2px solid transparent;
}
.navbar-default .navbar-nav>.active>a{
	border-bottom: 2px solid #00a477;
	background: transparent;
	color:#00a477;
}
.navbar-default .navbar-nav>li:hover>a{
	border-bottom: 2px solid #00a477;
	background: transparent;
	color:#00a477;
}
.head21{
	width:110px;
	height:auto;
	line-height: 95px;
	float: right;
}
.head21>span{
	width:2px;
	height:20px;
	background: #00966d;
	display: block;
	float: left;
	margin:37.5px 0;
}
.head21>a{
	line-height: 95px;
	font-size: 18px;
	color:#00966d;
	float: right;
}
.head21>a>img{
	float: left;
	margin:37.5px 0;
	margin-right: 10px;
}
@media only screen and (max-width: 1024px) {
	.heada,.head2{
		width:94%;
	}
	.head2>nav{
		width:100%;
		margin:0;
	}
}
@media only screen and (max-width: 767px) {
	.head2>img{
		width:40%;
	}
	.head21{
		float: left;
		margin-left: 20px;
	}
	.head2>nav{
		margin-top: -70px;
	}
	.head2>img{
		margin-top: 30px;
	}
	#bs>ul{
		padding:0;
		margin:0;
	}
	.navbar-default .navbar-nav>li>a{
		margin:0;
		text-align: center;
	}
	.heada>span{
		line-height: 40px;
		display: block;
	}
	.head1{
		line-height: 40px;
		width:100%;
		text-align: right;
	}
	.head1>img{
		margin:10px 0;
		margin-right: 10px;
		float: right;
	}
	.head1>span{
		float: right;
	}
}
.banner{
	width:100%;
	height:600px;
}
.banner .swiper-container{
	width:100%;
	height:100%;
}
.banner .swiper-pagination-bullet,.ban .swiper-pagination-bullet{
	width:30px;
	height:2px;
	background: white;
	border-radius: 0;
	opacity: 1;
}
.banner .swiper-pagination-bullet-active,.ban .swiper-pagination-bullet-active{
	background: #00966d;
}
.ban{
	display: none;
}
@media only screen and (max-width: 1024px) {
	.banner{
		display: none;
	}
	.ban{
		display: block;
		width:100%;
		height:350px;
	}
	.ban .swiper-container{
		width:100%;
		height:100%;
	}
}
@media only screen and (max-width: 767px) {
	.ban{
		height:200px;
	}
}
@media only screen and (max-width: 400px) {
	.ban{
		height:180px;
	}
}
.fa{
	width:100%;
	height:auto;
	background: #eeeeee;
}
.fa1{
	width:1200px;
	height:auto;
	margin:0 auto;
	padding:80px 30px;
	overflow: hidden;
}
.fa11{
	width:540px;
	height:auto;
	float: left;
}
.fa12{
	width:100%;
	height:auto;
	overflow: hidden;
	display: block;
	margin-top: 55px;
}
.fa12:nth-child(1){
	margin-top: 20px;
}
.fa13{
	width:100px;
	height:100px;
	background: url(../imgs/fa.png) center center no-repeat;
	margin:2.5px 0;
}
.fa12:hover>.fa13{
	background: url(../imgs/fa1.png) center center no-repeat;
}
.fa14{
	width:400px;
	height:auto;
	float: right;
}
.fa14>h1{
	line-height: 45px;
	font-size: 30px;
	color:#333333;
}
.fa14>p{
	line-height: 30px;
	font-size: 18px;
	color:#666666;
}
.fa12:hover>.fa14>h1{
	color:#00966d;
}
.fa12:hover>.fa14>p{
	color:#00966d;
}
.fa1>img{
	float: right;
	border:5px solid white;
}
@media only screen and (min-width: 1024px) {
	.fa13{
		float: left;
	}
}
@media only screen and (max-width: 1024px) {
	.fa1{
		width:94%;
		padding:0;
	}
	.fa11{
		width:100%;
	}
	.fa14{
		width:80%;
	}
	.fa1>img{
		width:100%;
		margin-top: 10px;
	}
	.fa13{
		float: left;
	}
}
@media only screen and (max-width: 767px) {
	.fa14{
		width:100%;
	}
	.fa13{
		width:50%;
		margin:10px 25%;
	}
}
.fa2{
	width:1200px;
	height:auto;
	margin:0 auto;
	overflow: hidden;
	padding-bottom: 60px;
}
.fa2>h1{
	line-height: 70px;
	text-align: center;
	font-size: 36px;
	color:#333333;
	margin-top: 52px;
}
.fa21{
	width:100%;
	height:auto;
	overflow: hidden;
}
.fa22{
	width:398px;
	height:auto;
	float: left;
	text-align: center;
	line-height: 50px;
	font-size: 24px;
	color:#999999;
}
.fa22>span{
	font-size: 36px;
	color:#00966d;
	font-family: Arial;
	font-weight: bold;
}
.fa23{
	width:2px;
	height:20px;
	background: #00966d;
	float: left;
	margin:15px 0;
}
.fa3,.fa3a{
	width:100%;
	height:auto;
	background: #eeeeee;
	padding:80px 0;
}
.fa31{
	width:1200px;
	height:auto;
	margin:0 auto;
	
}
.fa31 .swiper-slide>p{
	text-align: center;
	font-size: 18px;
	line-height: 55px;
	color:#333333;
}
.fa31 .swiper-slide>img{
	width:100%;
}
.fa31 .swiper-slide{
	padding-bottom: 50px;
}
.swiper-pagination-bullet{
	width:40px;
	height:6px;
	border:1px solid #b3dbd0;
	background: transparent;
	opacity: 1;
	border-radius: 0;
}
.swiper-pagination-bullet-active{
	background: #00966d;
	border:0;
}
.swiper-button-next, .swiper-button-prev{
	width:40px;
	height:80px;
}
.swiper-button-next{
	background: url(../imgs/right.jpg);
	background-size: 100% 100%;
	right:0px;
}
.swiper-button-prev{
	background: url(../imgs/left.jpg);
	background-size: 100% 100%;
	left:0px;
}
.fa3a{
	display: none;
}
@media only screen and (max-width: 1024px) {
	.fa2{
		width:94%;
		padding-bottom: 20px;
	}
	.fa23{
		display: none;
	}
	.fa22{
		width:100%;
		line-height: 80px;
	}
	.fa2>h1{
		margin-top: 20px;
	}
	.fa3{
		display: none;
	}
	.fa3a{
		display: block;
	}
	.fa31{
		width:94%;
	}
	.swiper-pagination-bullet{
		width:20px;
	}
	.fa3a{
		padding:20px 0;
	}
}
.fa2>p{
	line-height: 50px;
	font-size: 24px;
	color:#333333;
	text-align: center;
}
.fa4{
	width:100%;
	height:auto;
	background: #eeeeee;
	padding:56px 0;
}
.fa41{
	width:1200px;
	height:auto;
	margin:0 auto;
	overflow: hidden;
}
.fa42{
	width:235px;
	height:auto;
	float: left;
	margin-top: 24px;
	margin-right: 6px;
}
.fa42:nth-child(5n){
	margin-right: 0;
}
.fa42>img{
	width:100%;
	border:4px solid white;
}
.fa42>p{
	line-height: 55px;
	font-size: 18px;
	color:#999999;
	text-align: center;
}
.fa42:hover>img{
	border:4px solid #00966d;
}
.fa42:hover>p{
	color:#333333;
}
.fa4 .swiper-container{
	padding-bottom: 80px;
}
@media only screen and (max-width: 1024px) {
	.fa41{
		width:94%;
	}
	.fa42{
		width:49%;
		margin-right: 2%;
		margin-top: 10px;
	}
	.fa42:nth-child(5n){
		margin-right: 2%;
	}
	.fa42:nth-child(even){
		margin-right: 0;
	}
	.fa4 .swiper-container{
		padding-bottom: 50px;
	}
	.fa4{
		padding:20px 0;
	}
}
.fa5{
	width:100%;
	height:auto;
	background: #eeeeee;
	padding:80px 0;
}
.fa51{
	width:1200px;
	height:auto;
	margin:0 auto;
}
.fa52{
	width:280px;
	height:auto;
	float: left;
	position: relative;
	margin-right: 26px;
}
.fa52:nth-child(4n){
	margin-right: 0;
}
.fa52>p{
	line-height: 60px;
	position: absolute;
	bottom: 0;
	text-align: center;
	font-size: 18px;
	color:white;
	width:100%;
	background:url(../imgs/yy.png);
}
.fa5 .swiper-container{
	padding-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
	.fa51{
		width:94%;
	}
	.fa52{
		width:49%;
		margin-right: 2%;
		margin-top: 10px;
	}
	.fa52:nth-child(even){
		margin-right: 0;
	}
	.fa52>img{
		width:100%;
	}
	.fa5{
		padding:20px 0;
	}
}
.fa6{
	width:100%;
	height:auto;
	background: #eeeeee;
	padding:50px 0;
}
.fa61{
	width:1200px;
	height:auto;
	margin:0 auto;
}
.fa62{
	width:100%;
	height:auto;
	overflow: hidden;
}
.fa63{
	width:560px;
	height:auto;
	float: left;
	overflow: hidden;
	display: block;
	margin:30px 0;
}
.fa63>img{
	float: left;
	border:2px solid transparent;
}
.fa64{
	width:360px;
	height:auto;
	float: right;
}
.fa64>h1{
	line-height: 35px;
	height:70px;
	font-size: 24px;
	color:#333333;
}
.fa64>p{
	line-height: 28px;
	font-size: 18px;
	color:#999999;
	margin-top: 12px;
}
.fa65{
	width:40px;
	height:8px;
	background: url(../imgs/xian.png) no-repeat;
	margin-top: 10px;
}
.fa63:hover>img{
	border:2px solid #29af8a;
}
.fa63:hover>.fa64>h1{
	color:#00966d;
}
.fa63:hover>.fa64>p{
	color:#00966d;
}
.fa63:hover>.fa64>.fa65{
	background: url(../imgs/xian1.png) no-repeat;
}
.fa63:nth-child(even){
	float: right;
}
.fa66{
	width:100%;
	height:auto;
	overflow: hidden;
}
.fa66>h1{
	text-align: center;
	line-height: 90px;
	margin-top: 15px;
	font-size: 30px;
	color:#333333;
}
.fa66>input{
	width:420px;
	height:50px;
	background: white;
	border:0;
	font-size: 16px;
	color:#999999;
	margin-top: 20px;
	margin-right: 20px;
	padding:0 20px;
}
.fa66>.fa67{
	width:310px;
	margin-right: 0;
}
.fa66>.fa68{
	width:865px;
}
.fa66>button{
	width:310px;
	height:50px;
	background: #00966d;
	line-height: 50px;
	text-align: center;
	border:0;
	font-size: 20px;
	color:white;
}
.fa7{
	width:460px;
	height:auto;
	margin:0 auto;
	margin-top: 60px;
	overflow: hidden;
}
.fa71{
	width:60px;
	height:60px;
	background: white;
	border-radius: 30px;
	overflow: hidden;
	float: left;
}
.fa71>img{
	margin:0 auto;
	margin-top: 19px;
}
.fa72{
	width:380px;
	height:60px;
	background: white;
	float: right;
	text-align: center;
	border-radius: 30px;
	line-height: 60px;
	font-size: 20px;
	color:#00966d;
}
.foot{
	width:100%;
	height:auto;
	background: #222222;
}
.foot1{
	width:1200px;
	height:auto;
	margin:0 auto;
	padding-top: 40px;
	padding-bottom: 25px;
	overflow: hidden;
}
.foot1>ul{
	width:170px;
	height:auto;
	float: left;
}
.foot1>ul>li{
	line-height: 58px;
	font-size: 22px;
	color:white;
}
.foot1>ul>li>a{
	line-height: 36px;
	font-size: 16px;
	color:#aaaaaa;
	display: block;
}
.foot2{
	width:1px;
	height:180px;
	background: #393939;
	float: left;
	margin-top: 20px;
}
.foot3{
	width:138px;
	height:auto;
	float: right;
	text-align: center;
}
.foot3>h1{
	line-height: 58px;
	font-size: 22px;
	color:white;
}
.foot3>p{
	line-height: 38px;
	font-size: 16px;
	color:white;
}
.foot3>img{
	margin:0 auto;
	margin-top: 12px;
}
.foot4{
	width:100%;
	height:auto;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color:#999999;
	background: #222222;
	border-top: 1px solid #393939;
}
@media only screen and (max-width: 1024px) {
	.fa61{
		width:94%;
	}
	.fa63{
		width:100%;
	}
	.fa63>img{
		width:100%;
	}
	.fa64{
		width:100%;
	}
	.fa66>input,.fa66>.fa67,.fa66>.fa68{
		width:100%;
	}
	.fa66>button{
		width:100%;
		margin-top: 20px;
	}
	.fa7{
		margin-top: 30px;
	}
	.foot{
		display:none;
	}
}
@media only screen and (max-width: 767px) {
	.fa7{
		width:100%;
	}
	.fa72{
		width:80%;
	}
}
.right{
	width:54px;
	height:auto;
	position: fixed;
	right:40px;
	top:100px;
	z-index: 9999999999;
	display: none;
}
.right>img{
	margin-top: 2px;
}
.menu{
	width:100%;
	height:auto;
	display: none;
	position: absolute;
	top:42px;
	background: white;
	z-index: 99999;
}
.menu>a{
	line-height: 48px;
	padding:0 10px;
	font-size: 14px;
	color:#666666;
	display: block;
	text-align: center;
	border-bottom: 1px dashed #dddddd;
}
/*#bs>ul>li:hover>.menu{
	display: block;
}*/


@media only screen and (max-width: 1024px) {
	.right{
		right:0;
	}
	.menu{
		/*position: relative;*/
		top:42px;
	}
}

@media only screen and (max-width: 991px){
	.menu {
    position: relative; 
    top: 0;
		}
}
@media (max-width : 991px) and (min-width : 768px){
	.menu{
		position: absolute;
		top:42px;
	}
}
.bana>img{
	width:100%;
}
.qy{
	width:100%;
	height:auto;
	background: #f2f2f2;
}
.qy1{
	width:1200px;
	height:auto;
	margin:0 auto;
}
.qy2{
	width:100%;
	height:auto;
	background: white;
	overflow: hidden;
}
.qy21{
	width:auto;
	height:auto;
	float: left;
}
.qy21>a{
	width:auto;
	height:auto;
	text-align: center;
	line-height: 80px;
	font-size: 18px;
	color:#333333;
	display: block;
	float: left;
	padding:0 30px;
}
.qy21>a:hover{
	color:#00966d;
}
.qy21>.active{
	color:#00966d;
}
.qy22{
	width:380px;
	height:auto;
	float: right;
	margin-right: 40px;
	font-size: 14px;
	color:#999999;
	line-height: 80px;
	text-align: right;
}
.qy22>a{
	font-size: 14px;
	color:#999999;
}
.qy22>.active{
	color:#00966d;
}
.qy3{
	width:100%;
	height:auto;
	background: white;
	margin-top: 40px;
	padding:20px 80px;
}
.qy3>h1{
	line-height: 110px;
	font-size: 30px;
	color:#333333;
	text-align: center;
}
.qy3 img{
	margin:0 auto;
	width:100%;
}
.qy3>p{
	line-height: 30px;
	font-size: 14px;
	color:#666666;
}
/* 产品解决方案 */
.qy4{
	width:100%;
	height:auto;
	background: white;
	overflow: hidden;
	padding-bottom: 40px;
}
.qy41{
	width:520px;
	height:auto;
	background:#f2f2f2;
	float: left;
	padding:25px 30px;
	overflow: hidden;
	display: block;
	margin-bottom: 40px;
}
.qy41:nth-child(even){
	float: right;
}
.qy42{
	width:380px;
	height:auto;
	float: left;
}
.qy42>h1{
	line-height: 38px;
	font-size: 22px;
	color:#333333;
	font-weight: bold;
}
.qy42>p{
	line-height: 36px;
	font-size: 14px;
	color:#999999;
}
.qy42>h3{
	line-height: 34px;
	font-size: 16px;
	color:#333333;
	margin-top: 10px;
}
.qy41>img{
	width:auto;
	margin-top: 32px;
}
.qy5{
	width:100%;
	height:auto;
	overflow: hidden;
	padding-top: 25px;
}
.qy51{
	width:100%;
	height:auto;
	overflow: hidden;
}
.qy5>h1{
	line-height: 105px;
	font-size: 36px;
	color:#333333;
	text-align: center;
}
@media only screen and (max-width: 1024px) {
	.qy1{
		width:94%;
	}
	.qy3>h1,.fa66>h1{
		line-height: 60px;
	}
	.fa6{
		padding:0;
	}
	.qy3{
		padding:20px;
	}
	.qy21>a{
		line-height: 50px;
		padding:0 6px;
	}
	.qy22{
		width:100%;
		margin:0;
		line-height: 50px;
	}
	.qy41{
		width:100%;
	}
}
@media only screen and (max-width: 767px) {
	.qy41{
		padding:10px;
		width:100%;
	}
	.qy41>img{
		display: none;
	}
	.qy42{
		width:100%;
	}
	.qy4{
		padding-bottom: 0;
	}
	.qy5>h1{
		line-height: 60px;
	}
}
.qy6{
	width:1200px;
	height:auto;
	background: white;
	padding:0 50px;
	margin-top: 40px;
}
.qy6>h1{
	line-height: 130px;
	text-align: center;
	font-size: 30px;
	color:#333333;
}
.qy61{
	width:100%;
	height:10px;
	background: #f2f2f2; 
}
.qy62{
	width:100%;
	height:auto;
	padding-top: 20px;
	padding-bottom: 80px;
}
.qy63{
	width:100%;
	height:auto;
	padding:40px 0;
	display: block;
	overflow: hidden;
	border-bottom: 1px dashed #e4e4e4;
}
.qy63>img{
	width:240px;
	float: left;
}
.qy64{
	width:830px;
	height:auto;
	float: right;
}
.qy64>h1{
	line-height: 45px;
	font-size: 22px;
	color:#333333;
}
.qy64>p{
	line-height: 35px;
	font-size: 16px;
	color:#999999;
}
.qy65{
	line-height: 35px;
	font-size: 16px;
	color:#999999;
	margin-top: 35px;
}
.qy65>span:nth-child(2){
	float: right;
}
@media only screen and (max-width: 1024px) {
	.qy6{
		width:100%;
	}
	.qy63>img{
		width:20%;
	}
	.qy64{
		width:75%;
	}
}
@media only screen and (max-width: 767px) {
	.qy63>img,.qy64{
		width:100%;
	}
	.qy6{
		padding:0 20px;
	}
}
/* 产品介绍 */
.qy7{
	width:100%;
	height:auto;
	background: white;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 80px;
}
.qy71{
	width:535px;
	height:auto;
	background: #f2f2f2;
	float: left;
	padding:20px 30px;
	display: block;
	margin-top: 30px;
}
.qy71>h1{
	line-height: 42px;
	font-size: 18px;
	color:#333333;
}
.qy71>p{
	line-height: 25px;
	font-size: 14px;
	color:#333333;
}
.qy71:nth-child(even){
	float: right;
}
@media only screen and (max-width: 1024px) {
	.qy71{
		width:100%;
	}
}
/* 资料资源 */
.yl{
	width:100%;
	height:auto;
	background: white;
	padding:20px 40px;
	margin-top: 10px;
	overflow: hidden;
}
.yl>select{
	width:180px;
	height:45px;
	border:1px solid #dddddd;
	display: block;
	background: transparent;
	padding:0 20px;
	font-size: 16px;
	color:#999999;
	float: left;
	margin-right: 30px;
}
.yl>input{
	width:260px;
	height:45px;
	border:1px solid #dddddd;
	display: block;
	float: left;
	padding:0 20px;
	font-size: 16px;
	color:#999999;
	margin-right: 30px;
	background: transparent;
}
.yl>button{
	width:120px;
	height:45px;
	background: #00966d;
	border:0;
	font-size: 18px;
	color: white;
}
.yl1{
	width:100%;
	height:auto;
	background: white;
	padding:20px 60px;
	padding-bottom: 40px;
	margin-top: 30px;
}
.yl2{
	width:100%;
	height:auto;
	padding:15px 0;
	overflow: hidden;
	display: block;
	border-bottom: 1px dashed #dddddd;
}
.yl2>img{
	float: left;
}
.yl21{
	width:780px;
	height:auto;
	float: right;
}
.yl21>h1{
	line-height: 25px;
	font-size: 24px;
	color:#333333;
	margin-bottom: 10px;
}
.yl21>p{
	line-height: 26px;
	font-size: 16px;
	color:#333333;
}
.page{
	width:100%;
	height:auto;
	text-align: center;
	line-height: 38px;
	margin:40px 0;
}
.page>a{
	border:1px solid #e7e7e7;
	display: inline-block;
	padding:0 18px;
	font-size: 14px;
	color:#aaaaaa;
}
.page>span{
	font-size: 16px;
	color:#aaaaaa;
	margin:0 10px;
}
.page>a:hover{
	background: #66c0a7;
	color:white;
	border:1px solid #00966d;
}
.page>.active{
	background: #66c0a7;
	color:white;
	border:1px solid #00966d;
}
@media only screen and (max-width: 1024px) {
	.yl>select,.yl>input,.yl>button{
		width:100%;
		margin-top: 10px;
	}
	.yl2>img,.yl21{
		width:100%;
	}
	.page>a{
		padding:0 10px;
	}
}
@media only screen and (max-width: 767px) {
	.page>a{
		margin-top: 10px;
		padding:0 5px;
	}
	.yl1{
		padding:20px;
	}
}
.yl22{
	width:870px;
}
/* 洗牙机构 */
.xy{
	width:100%;
	height:auto;
	background: white;
	overflow: hidden;
	padding:60px 40px;
	display: block;
	margin-top: 30px;
}
.xy table{
	width:100%;
}
.xy th{
	background: #eeeeee;
	line-height: 50px;
	font-size: 18px;
	color:#999999;
	font-weight: normal;
	padding-left: 40px;
	text-align: left;
}
.xy tr{
	border:1px solid #eeeeee;
}
.xy td{
	padding:15px 0;
	line-height: 30px;
	font-size: 16px;
	color:#333333;
	padding-left: 40px;
}
.xy .xy1{
	color:#999999;
}
@media only screen and (max-width: 767px) {
	.xya{
		width:1200px;
		
	}
	.xy{
		overflow-x: scroll;
	}
}
/* 合作医疗 */
.xy2{
	width:100%;
	height:auto;
	background: white;
	padding:20px 50px;
	margin-top: 30px;
	overflow: hidden;
}
.xy21{
	width:100%;
	height:auto;
	padding:40px 0;
	border-bottom: 1px dashed #dddddd;
	overflow: hidden;
}
.xy3{
	width:550px;
	height:auto;
	float: left;
	overflow: hidden;
	display: block;
	padding-right:20px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #dddddd;
}
.xy31{
	width:310px;
	height:auto;
	float: left;
	text-align: right;
}
.xy3>img{
	float: right;
}
.xy31>h1{
	line-height: 62px;
	font-size: 20px;
	color:#333333;
}
.xy31>p{
	line-height: 34px;
	font-size: 16px;
	color:#333333;
}
.xy3:nth-child(even){
	float: right;
	padding-left: 20px;
	padding-right: 0;
}
.xy3:nth-child(even)>img{
	float: left;
}
.xy3:nth-child(even)>.xy31{
	float: right;
	text-align: left;
}
@media only screen and (max-width: 1024px) {
	.xy3{
		width:100%;
		margin-top: 10px;
	}
	.xy31{
		width:67%;
	}
	.xy3>img{
		width:30%;
	}
}
@media only screen and (max-width: 767px) {
	.xy31{
		width:100%;
	}
	.xy3>img{
		width:100%;
		margin-top: 10px;
	}
	.xy2{
		padding:20px;
	}
}
/* 健康前沿 */
.jk{
	width:100%;
	height:auto;
	background:white;
	margin-top: 40px;
	padding:20px 60px;
	overflow: hidden;
}
.jk1{
	width:340px;
	height:auto;
	float: left;
	margin-top: 40px;
	margin-right: 30px;
	box-shadow: 0 0 20px #ddd;
	padding-bottom: 15px;
	text-align: center;
	display: block;
}
.jk1>img{
	width:100%;
}
.jk1>h1{
	line-height: 55px;
	font-size: 18px;
	color:#333333;
}
.jk1>p{
	line-height: 20px;
	font-size: 14px;
	color:#00966d;
}
.jk1:nth-child(3n){
	margin-right: 0;
}
/* 健康导航 */
.jk2{
	width:100%;
	height:auto;
	background: white;
	margin-top: 40px;
	padding:50px;
}
.jk2>h1{
	line-height: 54px;
	font-size: 30px;
	color:#333333;
	text-align: center;
}
.jk2>p{
	line-height: 32px;
	font-size: 16px;
	color:#999999;
	text-align: center;
}
.jk21{
	width:100%;
	height:10px;
	background: #f2f2f2;
	margin-top: 32px;
}
.jk22{
	width:100%;
	height:auto;
	overflow: hidden;
	margin-top: 32px;
}
.jk22 p{
	line-height: 42px;
	font-size: 16px;
	color:#333333;
}

@media only screen and (max-width: 1024px) {
	.jk22 img{
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.jk22 img{
		width: 100%;
	}
	.jk2{
		padding:20px;
	}
	.jk2 h1{
		line-height: 35px;
		margin:10px 0;
	}
	.jk22 p{
		line-height: 30px;
	}
}
/* 联系我们 */
.jk3{
	widht:100%;
	height:auto;
	margin-top: 60px;
	overflow: hidden;
}
.jk3 img{
	float: left;
}
.jk31{
	width:490px;
	height:auto;
	float: right;
}
.jk31>h1{
	line-height: 45px;
	font-size: 24px;
	color:#333333;
	font-weight: bold;
	margin-top: 48px;
}
.jk31>p{
	line-height: 48px;
	font-size: 18px;
	color:#333333;
}
.jk31>p>span{
	color:#999999;
}
@media only screen and (max-width: 1024px) {
	.jk3 img{
		width:100%;
	}
	.jk31{
		width:100%;
	}
	.jk31>h1{
		margin-top: 10px;
	}
}
/* 医疗科技 */
.jk4{
	width:100%;
	height:auto;
	background: white;
	padding:80px 60px;
	margin-top: 40px;
}
.jk41{
	width:100%;
	height:auto;
	overflow: hidden;
	display: block;
}
.jk41>img{
	float: left;
}
.jk42{
	width:460px;
	height:auto;
	float: right;
}
.jk42>h1{
	line-height: 70px;
	font-size: 30px;
	color:#333333;
}
.jk42>p{
	line-height: 30px;
	height:180px;
	overflow: hidden;
	font-size: 16px;
	color:#666666;
}
.jk42>span{
	line-height: 90px;
	font-size: 16px;
	color:#00966d;
}
.jk43{
	width:100%;
	height:auto;
	overflow: hidden;
}
.jk44{
	width:520px;
	height:auto;
	float: left;
	margin-top: 60px;
	display: block;
}
.jk44:nth-child(even){
	float: right;
}
.jk44>img{
	float: left;
}
.jk45{
	width:270px;
	height:auto;
	float: right;
}
.jk45>h1{
	line-height: 50px;
	margin-top: 20px;
	font-size: 18px;
	color:#333333;
}
.jk45>p{
	line-height: 25px;
	font-size: 14px;
	color:#999999;
}
@media only screen and (max-width: 1024px) {
	.jk41>img{
		width:100%;
	}
	.jk42,.jk44{
		width:100%;
	}
	.jk42>p{
		height:auto;
	}
	.jk44>img{
		width:40%;
	}
	.jk45{
		width:58%;
	}
	.jk44{
		margin-top: 20px;
	}
}
@media only screen and (max-width: 1024px) {
	.jk4{
		padding:20px;
	}
	.jk44>img{
		width:100%;
	}
	.jk45{
		width:100%;
	}
	.jk45>h1{
		margin-top: 0;
	}
}
.jd>h1{
	font-weight: bold;
}
.jd>p{
	font-size: 16px;
	color:#666666;
	line-height: 36px;
	height:108px;
	overflow: hidden;
}
.jd>span{
	line-height: 30px;
	font-size: 16px;
	color:#00966d;
}
/* 人才招聘 */
.zp{
	width:100%;
	height:auto;
	background: white;
	overflow: hidden;
	padding:80px 50px;
	// margin-bottom: 80px;
	margin-top: 40px;
}
.zp .Collapsing{
	line-height: 105px;
	background: transparent;
	// border:1px solid #eeeeee;
	border-top: 10px solid #f2f2f2;
	padding:0 40px;
}
.zp .Collapsing>span{
	font-weight: normal;
	font-size: 16px;
	color:#333333;
	margin-right: 50px;
}
.zp .Collapsing>.zp1{
	font-size: 24px;
	color:#00966d;
}
.zp .Collapsing>p{
	width:120px;
	height:45px;
	border:1px solid #dddddd;
	float: right;
	line-height: 45px;
	margin:30px 0;
	text-align: center;
	font-size: 16px;
	color:#333333;
}
.zp .Collapsing>img{
	float: right;
	margin-top: 13px;
}
.zp .coll_body{
	border-top: 1px dashed #dddddd;
	padding:20px 40px;
}
.zp .coll_body>p{
	line-height: 35px;
	font-size: 14px;
	color:#666666;
}
.zp .current>p{
	background: #00966d;
	color:white;
	border:0;
}
.coll_body{display: none; }
@media only screen and (max-width: 1024px) {
	.zp{
		padding:10px;
	}
	.zp .Collapsing{
		overflow: hidden;
		padding:0;
	}
	.zp .Collapsing>span{
		display: none;
	}
	.zp .Collapsing>.zp1{
		display: block;
		float: left;
	}
	.zp .coll_body{
		padding:10px;
	}
}
/* 登录 */
.login{
	width:1040px;
	height:auto;
	background: white;
	margin:180px auto;
	overflow: hidden;
}
.qy{
	overflow: hidden;
}
.login>img{
	float: left;
}
.login1{
	width:370px;
	height:auto;
	padding:18px 35px;
	float: right;
}
.login2{
	width:100%;
	height:auto;
	overflow: hidden;
	border-bottom: 1px dashed #dddddd;
}
.login2>a{
	width:50%;
	height:auto;
	float: left;
	display: block;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	color:#333333;
}
.login2>a>span{
	width:55px;
	height:3px;
	background: #00966d;
	display: none;
	margin:0 auto;
}
.login2>.active>span{
	display: block;
}
.login2>.active{
	color:#00966d;
}
.login3{
	width:100%;
	height:auto;
	margin-top: 10px;
	overflow: hidden;
}
.login31{
	width:100%;
	heihgt:auto;
	border:1px solid #dddddd;
	margin-top: 20px;
	overflow: hidden;
}
.login31>img{
	border-right: 1px solid #dddddd;
	float: left;
}
.login31>input{
	width:255px;
	height:40px;
	padding:0 10px;
	border:0;
	float: left;
	background: transparent;
	font-size: 14px;
	color:#999999;
}
.login32{
	overflow: hidden;
}
.login32>.login31{
	width:180px;
	float: left;
}
.login32>.login31>input{
	width:135px;
}
.login32>img{
	float: right;
	margin-top: 20px;
}
.login33{
	width:100%;
	height:auto;
	margin-top: 20px;
	overflow: hidden;
}
.login33>button,.login33>a{
	width:145px;
	height:40px;
	background: #00966d;
	font-size: 18px;
	color:white;
	float: left;
	display: block;
	border:0;
	text-align: center;
	line-height: 40px;
}
.login33>a{
	float: right;
}
.login3>p{
	width:290px;
	height:auto;
	line-height: 25px;
	margin:0 auto;
	margin-top: 22px;
	font-size: 14px;
	color:#999999;
	text-align: center;
}
@media only screen and (max-width: 1024px) {
	.login{
		width:94%;
		margin:20px auto;
	}
	.login>img{
		width:100%;
	}
	.login1{
		width:100%;
	}
	.login31>input{
		width:90%;
	}
	.login32>.login31{
		width:80%;
	}
	.login33>button,.login33>a{
		width:48%;
	}
	.login3>p{
		width:90%;
	}
}
@media only screen and (max-width: 767px) {
	.login1{
		padding:10px;
	}
	.login31>input{
		width:80%;
	}
	.login32>.login31{
		width:65%;
	}
}
/* 注册 */
.reg{
	width:1180px;
	height:auto;
	margin:40px auto;
	overflow: hidden;
}
.reg1{
	width:595px;
	height:auto;
	float: left;
	padding:18px 35px;
	background: white;
}
.reg1>h1{
	line-height: 60px;
	font-size: 18px;
	color:#00966d;
	border-bottom: 5px solid #eeeeee;
}
.reg11{
	width:100%;
	height:auto;
	margin-top: 20px;
}
.reg12{
	width:100%;
	height:auto;
	overflow: hidden;
	margin-top: 10px;
}
.reg13{
	width: 490px;
	height:45px;
	border:1px solid #dedede;
	float: left;
}
.reg13>span{
	width:120px;
	height:auto;
	float: left;
	display: block;
	text-align: center;
	line-height: 45px;
	font-size: 14px;
	color:#333333;
}
.reg13>input{
	width:360px;
	height:45px;
	border:0;
	float: left;
	background: transparent;
}
.reg12>span{
	font-size: 16px;
	color:#ff0000;
	line-height: 45px;
	float: right;
	width:30px;
	text-align: center;
}
.reg14{
	width:115px;
	height:auto;
	line-height: 45px;
	border:1px solid #dedede;
	text-align: center;
	float: left;
}
#demo1{
	width:380px;
	float: left;
}
#demo1 select{
	width:115px;
	height:45px;
	border:1px solid #e0e0e0;
	float: left;
	margin-right: 13.5px;
	background: transparent;
}
#demo1 select:nth-child(3n){
	margin-right: 0;
}
.reg15{
	width:100%;
	height:45px;
	border:1px solid #dddddd;
	margin-top: 10px;
	padding:0 20px;
	background: transparent;
}
.reg2{
	width:570px;
	float: right;
}
.reg2 .reg13{
	width:100%;
}
.reg2 .reg13>span{
	text-align: left;
	padding-left: 20px;
}
.reg13>img{
	float: right;
}
.reg2 .reg13a>input{
	width:250px;
}
.reg2 .reg13a>img{
	margin-top: 3px;
}
.reg21{
	width:100%;
	height:auto;
	margin-top: 10px;
	overflow: hidden;
}
.reg22{
	width:130px;
	height:45px;
	border:1px solid #dddddd;
	float: left;
	text-align: center;
	line-height: 45px;
	font-size: 14px;
	color:#333333;
}
.reg21>select{
	width:200px;
	height:45px;
	float: left;
	margin-left: 10px;
	border:1px solid #dddddd;
	background: transparent;
}
.reg21>span{
	text-align: right;
	font-size: 14px;
	color:#aaaaaa;
	float: right;
	line-height: 45px;
}
.reg11>h1{
	line-height: 40px;
	font-size: 18px;
	color:#00966d;
	margin-top: 8px;
}
.reg11>p{
	line-height: 25px;
	height:125px;
	overflow-y: scroll;
}
.rega{
	width:100%;
	height:auto;
	overflow: hidden;
}
.reg>button{
	width:400px;
	height:55px;
	background: #00966d;
	border:0;
	margin:0 auto;
	display: block;
	font-size: 24px;
	color:white;
}
.xd35{
	width:250px;
	height:auto;
	line-height: 75px;
	text-align: center;
	overflow: hidden;
	margin:0 auto;
}
.xd35>input{
	display: none;
}
.xd35>label{
	background: url(../imgs/rad.png) no-repeat;
	padding-left: 30px;
	background-position: 0px 30px;
	font-size: 16px;
	color:#00966d;
	float: left;
}
.xd35>.checked{
	background: url(../imgs/rad1.png) no-repeat;
	background-position: 0px 30px;
}
@media only screen and (max-width: 1024px) {
	.reg{
		width:94%;
	}
	.reg1{
		width:100%;
	}
}
@media only screen and (max-width: 767px) {
	.reg1{
		padding:10px;
	}
	.reg13>span{
		width:80px;
	}
	.reg13{
		width:90%;
	}
	.reg13>input{
		width:70%;
	}
	.reg22,.reg21>select{
		width:48%;
	}
	.reg2 .reg13a>input{
		width:35%;
	}
}