@charset "UTF-8";
*{
    margin: 0;
    padding: 0;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
body{
    max-width: 640px;
    min-width: 320px;
    margin: 0 auto;
    font-size: 1.2rem;
	font-family: "微软雅黑";
    overflow-x: hidden;
	color:#252323;
}
em,i{
	font-style:normal;
}
ul,li{
	list-style:none;
}
input, button, textarea, checkbox, select, radio, form { 
	vertical-align: middle; 
	font-size: 1.2rem;
}
input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance: none;
}
a{
	text-decoration:none;
}
.logo{
	width:100%;
	overflow:hidden;
}
.logo a img{
	width:100%;
	display:block;
	/*padding-top:13%;*/
}
nav{
	width:100%;
	overflow:hidden;
}
nav a{
	float:left;
	width:19.6%;
	display:black;
	margin:1% 0 0 0.5%;
	text-align:center;
	background:#068895;
	color:#fff;
	padding:2%;
	font-weight:bold;
}
nav a:nth-child(1){
	margin-left:0;
}
.banner{
	width:100%;
	overflow:hidden;
	position:relative;
	margin-top:1%;
}
.banner a img{
	display:block;
	width:100%;
}
.banner .hd{
	position:absolute;
	bottom:-2%;
	width:100%;
}
.banner .hd ul{
	text-align:center;
	width:100%;
	overflow:hidden;
}
.banner .hd ul li{
	color:transparent;
	width:1rem;
	height:1rem;
	background:#1c809a;
	display:inline-block;
	border-radius:50%;
	margin-left:2%;
	cursor:pointer;
}
.banner .hd ul li.on{
	background:#b7b500;
}
.content{
	overflow:hidden;
	width:100%;
	margin:4% 0 0 0;
}
.content .title{
	width:100%;
	overflow:hidden;
}
.content .title img{
	width:100%;
	display:block;
}
.content .Button{
	width:100%;
	overflow:hidden;
	margin-top:2%;
}
.content .Button a img{
	display:block;
	width:67.34375%;
	margin:0 auto;
}
.content1 ul{
	width:100%;
	overflow:hidden;
}
.content1 ul li{
	float:left;
	width:20%;
	margin:2% 0 0 4%;
}
.content1 ul li img{
	width:10.9375%;
	display:block;
	float:left;
	margin-top:11%;
}
.content1 ul li p{
	padding:3% 5%;
	display:block;
	float:left;
}
.content1 .Button a img{
	width:80.3125%;
}
.content2 ul{
	width:87.03125%;
	overflow:hidden;
	margin:2% auto 0 auto;
	background:url(../images/content2-bg.jpg) no-repeat center center / 100% 100%;
}
.content2 ul li{
	width:33%;
	overflow:hidden;
	float:left;
	margin:2% 0 0 2%;
}
.content2 ul li:nth-child(2){
	margin:2% 0 0 30%;
	width:34%;
}
.content2 ul li:nth-child(3){
	margin:6% 0 0 2%;
}
.content2 ul li:nth-child(3) span{
	width:86%;
}
.content2 ul li:nth-child(4){
	margin:6% 0 0 31%;
	margin-bottom:3.3%;
}
.content2 ul li:nth-child(4) span{
	width:88%;
	margin-left:12%;
}
.content2 ul li span{
	display:block;
	color:#00a4b8;
	background:#fff600;
	padding:2% 1%;
	border-radius:30px;
	text-align:center;
}
.content2 ul li p{
	padding:6% 0 6% 2%;
	color:#fff;
}
.content3 ul{
	width:100%;
	overflow:hidden;
	margin-top:2%;
	text-align:center;
}
.content3 ul li{
	width:31%;
	overflow:hidden;
	display:inline-block;
	background:url(../images/content3-img1.png) no-repeat center center / 100% 100%;
	position:relative;
	height:10.2em;
}
.content3 ul li:nth-child(2){
	background:url(../images/content3-img2.png) no-repeat center center / 100% 100%;
}
.content3 ul li:nth-child(3){
	background:url(../images/content3-img3.png) no-repeat center center / 100% 100%;
}
.content3 ul li p{
	text-align:center;
	margin:25% 2% 0 2%;
	line-height:130%;
}
.content3 ul li span{
	width:54%;
	background:#ff7800;
	color:#fff;
	display:block;
	border-radius:5px;
	text-align:center;
	position:absolute;
	top:74%;
	left:23%;
}
.content3 .Button a img{
	width:70.46875%;
}
.content4 ul{
	width:100%;
	overflow:hidden;
	background:url(../images/content4-bg.png) no-repeat center center / 100% 100%;
	height:16.155em;
	margin-top:2%;
}
.content4 ul li{
	width:33%;
	float:left;
	overflow:hidden;
	margin:2% 0 0 2%;
	font-size:1rem;
}
.content4 ul li:nth-child(2){
	margin:2% 0 0 32%;
}
.content4 ul li:nth-child(3){
	margin:8% 0 0 2%;
}
.content4 ul li:nth-child(4){
	margin:8% 0 0 32%;
}
.content4 ul li span{
	display:block;
	float:left;
	background:#00a4b8;
	height:1.5em;
	width:1.5em;
	border-radius:50%;
	color:#fff;
	text-align:center;
	font-weight:bold;
}
.content4 ul li strong{
	padding:1% 1% 1% 20%;
	display:block;
}
.content4 .Button a img{
	width:76.71875%;
}
.content4 a img{
	width:100%;
	margin-top:2%;
}
.content5 .text{
	width:100%;
	overflow:hidden;
}
.content5 .text p{
	width:96.875%;
	margin:2% auto;
	background:url(../images/content5-bg.png) no-repeat center center / 100% 100%;
	text-indent:2em;
	padding:2.8% 3%;
}
.content5 .text img{
	display:block;
	width:96.5625%;
	margin:0 auto;
}
.content6 .doctor{
	width:100%;
	overflow:hidden;
	margin-top:2%;
}
.content6 .doctor img{
	width:38.28125%;
	display:block;
	float:left;
	margin:0 2%;
}
.content6 .doctor .right{
	width:57.03125%;
	float:left;
	overflow:hidden;
	color:#ffa800;
}
.content6 .doctor .right a{
	display:block;
	border-bottom:1px dashed #ccc;
	overflow:hidden;
	line-height:240%;
	color:#858585;
}
.content6 .doctor .right a strong{
	float:left;
	font-size:1.6rem;
	color:#00a4b8;
	padding:2% 4% 4% 0;
	line-height:100%;
}
.content6 .doctor .right em{
	display:block;
	margin-top:4%;
}
.content6 .doctor .right em span{
	color:#3f3f3f;
	margin-left:2%;
}
.content6 .doctor .right .box{
	width:100%;
	height:3.68em;
	background:url(../images/content6-bg.png) no-repeat center center / 100% 100%;
	overflow:hidden;
	margin-top:6%;
}
.content6 .doctor .right .box span{
	width:24%;
	text-align:center;
	float:left;
	color:#fff;
	font-size:1.4rem;
	line-height:150%;
}
.content6 .doctor .right .box p{
	color:#474747;
	margin:1% 0 0 8%;
	display:block;
	float:left;
	width:67%;
	line-height:160%;
}
.content6 .doctor .right .box p a{
	display:inline;
	line-height:160%;
	border:none;color:#ff0000;
}
.content6 .doctor .hd{
	width:100%;
	overflow:hidden;
	margin-top:2%;
	text-align:center;
}
.content6 .doctor .hd li{
	display:inline-block;
	margin-left:2%;
	height:0.8em;
	width:0.8em;
	color:transparent;
	background:#068895;
	border-radius:50%;
}
.content6 .doctor .hd li.on{
	background:#FF9C00;
}
.content6 .Button a img{
	width:72.96875%;
}
.content7 form{
	width:94%;
	margin:0 auto;
}
.content7 form p{
	padding:2% ;
	margin:2% 0;
	text-align:center;
	color:#00a4b8;
}
.content7 form .form-h{
	width:100%;
	overflow:hidden;
	font-size:1.2em;
	padding:2% 1%;
}
.content7 form .form-h span{
	float:left;
}
.content7 form .huixian img{
	width:100%;
	display:block;
	margin:2% 0;
}
.content7 form .form-h input{
	width:50%;
	padding:1%;
}
.content7 form .form-h select{
	width:50%;
	padding:1%;
}
.content7 form .form-h textarea{
	width:70%;
	padding:1%;
	font-size:1.4rem;
	height:6em;
}
.content7 form .form-input{
	width:100%;
	overflow:hidden;
	margin:2% auto 6% auto;
}
.content7 form .form-input input{
	width:34.6875%;
	border:none;
	color:#fff;
	float:left;
	height:4em;
	margin-left:7%;
	background:url(../images/content7-bg2.png) no-repeat center center / 100% 100%;
} 
.content7 form .form-input input:nth-child(2){
	background:url(../images/content7-bg1.png) no-repeat center center / 100% 100%;
}
.footer .nav{
	width:100%;
	overflow:hidden;
}
.footer .nav a{
	display:block;
	width:24.7%;
	color:#fff;
	text-align:center;
	background:#00a4b8;
	float:left;
	margin-left:0.4%;
	padding:2%;
	font-weight:bold;
}
.footer .nav a:nth-child(1){
	margin:0;
}
.footer .foot{
	width:100%;
	overflow:hidden;
	background:#00a4b8;
	margin-top:0.3%;
	padding-bottom:12%;
}
.footer .foot .footer-logo img{
	width:96.875%;
	margin:4% auto;
	display:block;
}
.footer .foot .left{
	width:65%;
	float:left;
	overflow:hidden;
}
.footer .foot .left p{
	padding:1% 0 2% 2%;
	color:#fff;
}
.footer .foot .img{
	width:22.8125%;
	float:left;
}
.footer .foot .img img{
	width:100%;
	display:block;
}
.footer .foot .p p{
	color:#fff;
	float:left;
	display:block;
	margin:3% 0 0 1%;
}


