﻿﻿/*css reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, em, p, font, img, small, strong, center, dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline
}
ol, ul {
	list-style: none
}
:focus {
	outline: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
caption, th, td {
	text-align: left;
	font-weight: normal
}
strong {
	font-weight: 600
}
a {
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
	color: #FF3300
}
a:focus{
	text-decoration: none;
}
h1 {
	font-size: 16px;
	font-weight: 600;
}
.hide {
	display: none
}
.clear {
	clear: both
}
a {
	color: #0099ff;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.cb {
	color: #07A2B8;
}
.co {
	color: #FF6005;
}
.bcb {
	background-color: #07A2B8;
	color: #fff;
}
.bco {
	background-color: #FF6005;
	color: #fff;
}
.bsb {
	box-shadow: 1px 1px 0px #0092A6;
}
.bso {
	box-shadow: 1px 1px 0px #DD5000;
}
.mt10 {
	margin-top: 1rem;
}
.mb10 {
	margin-bottom: 1rem;
}
.m15 {
	margin-left: 1.5rem;
	margin-right: 1.5rem;
}
html {
	font-size: 62.5%;
}
body {
	font-family: '\5FAE\8F6F\96C5\9ED1', "微软雅黑", simhei, arial;
	font-size: 2.4rem;
	padding-top: 10rem;
}
input, select, textarea {
	font-family: '\5FAE\8F6F\96C5\9ED1', "微软雅黑", simhei, arial;
}
/*css reset end*/

/*head & menu*/
#head {
	width: 100%;
	margin: 0 auto;
	background: #07a2b8;
	height: 10rem;
	overflow: hidden;
	/*position: fixed;*/
	top: 0px;
	left: 0px;
	z-index: 99999;
}
.logo {
	float: left;
	margin: 1.3rem 3rem;
}
.menu {
	float: right;
	margin: 3rem 2rem;
	width: 3rem;
}
.menu a {
	display: block;
	position: relative;
	outline: none;
	height: 6px;
	width: 100%;
	z-index: 9;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	background-color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.menu a:before, .menu a:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	height: 6px;
	width: 100%;
	z-index: -1;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	background-color: #fff;
	margin-top: -4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.menu a:before {
	-moz-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}
.menu a:after {
	-moz-transform: translateY(12px);
	-o-transform: translateY(12px);
	-ms-transform: translateY(12px);
	-webkit-transform: translateY(12px);
	transform: translateY(12px);
}
.hideMenu a {
	background: none;
}
.hideMenu a:before {
	-moz-transform: rotate(90deg) rotate(45deg);
	-o-transform: rotate(90deg) rotate(45deg);
	-ms-transform: rotate(90deg) rotate(45deg);
	-webkit-transform: rotate(90deg) rotate(45deg);
	transform: rotate(90deg) rotate(45deg);
}
.hideMenu a:after {
	-moz-transform: rotate(90deg) rotate(-45deg);
	-o-transform: rotate(90deg) rotate(-45deg);
	-ms-transform: rotate(90deg) rotate(-45deg);
	-webkit-transform: rotate(90deg) rotate(-45deg);
	transform: rotate(90deg) rotate(-45deg);
}
.menulist {
	width: 100%;
}
.menulist h3 {
	wdith: 100%;
	height: 80px;
	font-size: 30px;
	color: #fff;
	font-weight: 500;
	padding-top: 20px;
	padding-left: 22px;
}
.menulist ul {
	width: 100%;
	border-bottom: 1px solid #6a7380;
}
.menulist ul li {
	width: 100%;
	float: left;
	height: 78px;
	overflow: hidden;
	line-height: 78px;
	font-size: 26px;
	text-align: center;
	color: #9097a0;
	border-top: 1px solid #6a7380;
}
.menulist ul li a {
	display: block;
	float: left;
	height: 78px;
	color: #9097a0;
	border-right: 1px solid #6a7380;
	border-right: 1px solid #6a7380;
}
.menulist ul li a:nth-child(4n) {
	border-right: none
}
.popMenu {
	display: none;
}
.menulists {
	position: absolute;
	width: 100%;
}
.menuBtn {
	width: 100%;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 26px;
	color: #424b59;
	background-color: #242c37;
	cursor: pointer;
	position: relative;
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	-ms-perspective: 1200px;
	-o-perspective: 1200px;
	perspective: 1200px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.menuBtn span {
	display: inline-block;
}
.menuBtn.active i {
	-moz-transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}
.menuBtn i {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -3px;
	margin-left: 60px;
	display: block;
	width: 17px;
	height: 12px;
	-moz-transition: all 0.6s linear 0s;
	-webkit-transition: all 0.6s linear 0s;
	transition: all 0.6s linear 0s;
}
/*head*/

.wrap {
	width: 640px;
	margin: auto;
}
/*banner & ico*/
#banner {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
#banner .hd {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: .5rem;
	bottom: 0;
	left: 0;
	z-index: 1;
}
#banner .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
	width: 100%;
	height: 100%;
}
#banner .hd ul li {
	float: left;
	/*width: 33.3333%;*/
	height: 100%;
	background: #2E3642;
	opacity: 0.3;
}
#banner .hd ul li.on {
	opacity: 0.8
}
#banner .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
#banner .bd li {
	zoom: 1;
	vertical-align: middle;
}
#banner .bd img {
	width: 100%;
	display: block;
}
#list {
	width: 100%;
	margin: 0 auto;
	height: 100%;
}
#list .list_menu {
	width: 100%;
	margin: 1rem auto;
	overflow: hidden;
}
#list .list_menu ul li {
	float: left;
	width: 15%;
	text-align: center;
	margin: 1rem 2.5%;
}
#list .list_menu li a {
	display: block;
	text-align: center;
	font-size: 2.8rem;
	color: #000000;
	font-size:22px;
}
/*banner end*/

/*index*/
#host {
	width: 100%;
	margin: 0 auto;
	height: 100%
}
h1.slogan {
	line-height: 80px;
	font-size: 40px;
}
.hostp {
	margin: 0 auto;
	text-align: center;
	background: #eeeeee;
}
.hostp img {
	margin: 1rem auto;
}
#host .cont {
	text-indent: 2em;
	font-size: 2.4rem;
	line-height: 4rem;
	padding: 2rem 1rem;
	text-align: left;
	background: #FFFFFF;
}
#host .cont a {
	color: #FF0004;
}
#host .news {
	height: 100%;
	margin-bottom: 1rem
}
#host .news .news_in {
	background: url(../images/yyxw_01.jpg) no-repeat 96% center;
	background-size: 16rem 20rem;
}
#host .news .news_in ul {
	width: 68%;
}
#host .news .news_in li {
	border-bottom: #ddd 1px dashed;
	margin: 1rem;
	height: 3.6rem;
	overflow: hidden;
	list-style-type: circle;
	list-style-position: inside;
	padding-left: .5rem;
}
#host .news .news_in li a {
	color: #373737;
	line-height: 3rem;
	font-size: 2rem;
}
.img {
	text-align: center;
}
.img a{
	background-color: #07A2B8;
	border-width: 0 2px 2px 0;
	border-style: solid;
	border-color: #00889B;
	width: 80%;
	display: inline-block;
	height: 4rem;
	line-height: 4rem;
	border-radius: 3rem;
	color: #fff;
	font-size: 1.8rem;
}
#story_box .img a{
	background-color: #FF6005;
	border-color: #E05200;
}
.img a i{
	margin-right: .5rem;
}
#press {
	width: 100%;
	margin: 1rem auto 0;
	height: 100%;
}
.title {
	text-align: center;
}
.title h1, .title_2 h1, .title_3 h1 {
	font-size: 3rem;
	line-height: 5rem;
}
.title img {
	padding: 2rem;
	background: #eeeeee;
}
.zj_box {
	width: 100%;
	font-size: 2.4rem;
	overflow: hidden;
	margin: 1rem auto 0;
}
.zj_box .ul {
	overflow: hidden;
	width: 100%;
	margin: 1rem auto;
	float: left;
}
.zj_box .ul li {
	float: left;
	line-height: 3rem;
	width: 23%;
	margin: 0 1%;
}
.zj_box ul li p {
	font-size: 2rem;
	line-height: 3rem;
}
.zj_box ul li .sp {
	/* background: url(../images/china1.jpg) no-repeat right center; */
	display: inline-block;
	padding-right: 3.6rem;
}
#quen {
	width: 100%;
	margin: 10px auto;
	height: 100%;
}
.disease {
	margin-top: 2rem;
}
.disease_title {
	text-align: center;
	width: 18.6rem;
	margin: 0 auto .5rem;
	height: 6rem;
	position: relative;
}
.disease .disease_tin {
	font-weight: bold;
	font-size: 3rem;
	width: 12rem;
	float: right;
	height: 4.6rem;
	margin-top: 1rem;
	text-align: center;
	line-height: 2rem;
}
.disease_title em {
	font-weight: normal;
	font-size: 1.4rem;
	font-style: normal;
}
.male span, .female span {
	width: 6rem;
	height: 6rem;
	border-radius: 100%;
	background: #FF5172 url(../images/male-female.png) no-repeat 15px 10px;
	position: absolute;
	left: 0;
	top: 0;
}
.male span {
	background-position: -63px 10px;
	background-color: #26bfd5;
}
.disease_list li {
	margin: 1rem 1.2% .1rem 1.2%;
	height: 3.2rem;
	line-height: 3.2rem;
	font-size: 1.4rem;
	float: left;
	width: 30%;
	background: #eaeaea;
	text-align: center;
	border-radius: 2px;
	border: 1px solid #E4E4E4;
	box-shadow: 1px 1px 0px #aaa;
}
.disease_list li a{
	display: block;
}
.disease_list li.ipt a {
	color: #fff;
}
.female li.ipt {
	background-color: #FF5172;
	border-color: #FF5172;
	box-shadow: 1px 1px 0px #ED3E5F;
}
.male li.ipt {
	background: #26bfd5;
	border-color: #26bfd5;
	box-shadow: 1px 1px 0px #0E95A9;
}
#story_box {
	width: 100%;
	margin: 1rem auto 1rem;
	height: 100%;
}
.title_3 {
	text-align: center;
}
.title_3 img {
	padding: 1rem;
	background: #eeeeee;
}
.story {
	width: 100%;
	margin: 0 auto 1rem;
	overflow: hidden;
}
.story ul {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.story li {
	float: left;
	margin: 5px 0 5px 10px;
	position: relative;
}
.story li .title {
	position: absolute;
	width: 100%;
	height: 4rem;
	overflow: hidden;
	line-height: 4rem;
	text-align: center;
	display: block;
	bottom: 0px;
	left: 0px;
	font-size: 0.4rem;
	background: #000000;
	color: #FFFFFF;
	opacity: 0.8;
}
#comment {
	width: 100%;
	margin: 2rem auto;
	height: 100%;
	background: #eee;
}
#comment .comment_in li {
	padding-left: 2rem;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #bbb;
}
#comment .comment_in li a {
	color: #373737;
	line-height: 5rem;
	font-size: 2.4rem;
}
#comment .comment_in li span {
	color: #FF0004;
	padding-left: 2rem;
}
#comment .comment_in li h3 {
	line-height: 5rem;
	font-size: 3rem;
	color: #373737;
	font-weight: 500;
	padding-top: .5rem;
}
#comment .comment_in li p {
	font-size: 2.4rem;
	color: #555454;
	margin-right: 15px;
	padding-bottom: 1.5rem;
	margin-top: .5rem;
	line-height: 3.6rem;
}
#allcomment {
	height: 40rem;
	overflow: hidden;
}
/*index end*/

/*footer*/
.foot {
	margin: 0 auto;
	background: #07A2B8;
	text-align: center;
	padding: 2rem 1rem 8rem;
	margin-top: 2rem;
}
.foot p {
	font-size: 2rem;
	color: #FFFFFF;
	line-height: 3.6rem;
}
.foot p a{
	color: #fff;
}
/*footer end*/

/*fix css*/
#LR_Flash {
	display: none;
}
html #QIAO_ICON_CONTAINER {
	display: none;
	right: -999em;
	left: -999em;
	top: -999em;
	bottom: -999em;
}
/*fix end*/

.listtitle {
	background: #07A2B8;
	margin: 0 0 .5rem 0;
}
.listtitle h2 {
	color: #fff;
	padding: 1rem 0 1rem 1.5rem;
	float: left;
	font-size: 2.0rem;
	font-weight: normal;
}
.listtitle span {
	float: right;
	margin: 1rem 1rem 0 0;
	background-color: #fff;
	padding: 4px 8px;
	font-size: 1.4rem;
	border-radius: 2px;
}
.listtitle span a {
	color: #07A2B8;
}
.mainform .fl {
	font-size: 2rem;
	width: 30%;
	text-align: right;
}
.mainform .fr {
	width: 68%;
	text-align: left;
}
.mainform .fr .forminput {
	font-family: '\5FAE\8F6F\96C5\9ED1', "微软雅黑", simhei, arial;
	width: 80%;
	height: 3rem;
	line-height: 3rem;
	font-size: 2rem;
	padding: 0 .5rem;
	border: 1px solid;
	border-color: #ccc #dedede #dedede #ccc;
}
.form_line {
	color: #444;
	margin: 1.5rem 0;
	line-height: 3.8rem;
	text-align: center;
}
.form_line .btn {
	display: inline-block;
	color: #fff;
	margin: 0 .7rem 0 .7rem;
	height: 3rem;
	line-height: 3rem;
	padding: 0 1.5rem;
	text-align: center;
	border-radius: .2rem;
	font-size: 2rem;
}
.form_line input[type="submit"] {
	border: none;
	padding: 0 3rem;
}

@media only screen and (min-width: 1280px) {
	body {
		font-size: 2.4rem;
	}
}

@media only screen and (min-width: 640px) and (max-width: 1279px) {
	body {
		font-size: 2rem;
	}
}

@media only screen and (max-width: 639px) {
	body {
		font-size: 1.4rem;
		padding-top: 5rem;
	}
	.wrap {
		width: 100%;
	}
	#comment {
		width: auto;
	}
	#head {
		height: 5rem;
	}
	.menu {
		width: 3rem;
		margin: 2.2rem 1.4rem 0 0;
	}
	.menu img {
		width: 2.65rem;
	}
	.hostp img, .img img, .title img, .title_2 img, .title_3 img {
		width: 90%;
	}
	#list .list_menu ul li {
		width: 15%;
		margin: 0.5rem 2.5%;
	}
	#list .list_menu ul li img {
		width: 55px;
		border-radius: 100%;
	}
	.logo {
		margin: 0.7rem 1.5rem 0;
		width: 65%;
	}
	.logo img {
		width: 100%;
	}
	.title img {
		padding: 1rem;
	}
	#list .list_menu li a {
		font-size: 1.3rem;
	}
	.title h1, .title_1 h1, .title_2 h1, .title_3 h1, h1.slogan {
		font-size: 2rem;
		line-height: 4rem;
	}
	#host .cont {
		font-size: 1.4rem;
		line-height: 2rem;
		padding: 1rem;
	}
	.hostp img {
		margin: 0 auto 0.5rem;
	}
	#host .news .news_in li a {
		font-size: 1.6rem;
		line-height: 3.6rem;
	}
	#host .news .news_in li {
		margin: 0.5rem 1rem;
	}
	.zj_box .ul li {
		width: 23%;
		line-height: 2rem;
		margin: 0 1%;
	}
	.zj_box .ul li img {
		width: 100%;
	}
	.zj_box ul li p {
		font-size: 1.2rem;
		line-height: 1.8rem;
	}
	.zj_box ul li .sp {
		background-size: 2rem;
		padding-right: 2.4rem;
	}
	.sex ul li {
		width: 46%;
		height: 4rem;
		line-height: 4rem;
		font-size: 2rem;
		margin: 0 0rem 0 2%;
	}
	.sex ul li, .sex ul li.current {
		border-right-width: 2px;
		border-bottom-width: 2px;
	}
	.quesn_in {
		margin-top: 0;
		height: auto;
	}
	.quesn_in .left {
		height: auto;
	}
	.quesn_in .left ul li {
		margin: 1rem 1.2% .1rem 1.2%;
		height: 3.2rem;
		line-height: 3.2rem;
		font-size: 1.4rem;
	}
	.story .do li {
		width: 30%;
		margin: 5px 0 5px 2.4%;
	}
	.story .do li img {
		display: block;
		width: 100%;
		height: 7rem;
	}
	.story li .title {
		height: 2rem;
		line-height: 2rem;
		font-size: 1.2rem;
	}
	#comment h2 span {
		font-size: 1.8rem;
		line-height: 3.5rem;
	}
	#comment h2 a {
		font-size: 1.2rem;
		line-height: 3.5rem
	}
	#comment .comment_in li h3 {
		line-height: 2.5rem;
		font-size: 1.5rem;
	}
	#comment .comment_in li p {
		font-size: 1.2rem;
		margin-right: .7rem;
		padding-bottom: .7rem;
		line-height: 1.8rem;
	}
	#allcomment {
		height: 23rem;
		overflow: hidden;
	}
	.menulist h3 {
		height: 3rem;
		font-size: 1.5rem;
		padding-top: 1rem;
		padding-left: 1.1rem;
	}
	.menulist ul li {
		height: 3.6rem;
		line-height: 3.6rem;
		font-size: 1.3rem;
	}
	.menulist ul li a {
		height: 3.6rem;
	}
	.menuBtn {
		height: 4rem;
		line-height: 4rem;
		font-size: 1.4rem
	}
	#host .news .news_in {
		background-size: 27% 11rem;
	}
	#host .news .news_in ul {
		width: 70%;
	}
	.foot {
		padding: 1.4rem 1rem 1.6rem;
	}
	.foot p {
		font-size: 1.4rem;
		line-height: 2rem;
	}
	.mainform .fl, .mainform .fr .forminput {
		font-size: 1.4rem;
	}
	.form_line {
		line-height: 3rem;
	}
	.main .btn {
		font-size: 1.4rem;
	}
}

@media only screen and (max-width: 320px) {
	html {
		font-size: 50%;
	}
	#head {
		height: 4rem;
	}
	.menu {
		width: 2.6;
		margin: 1.8rem 1rem 0 0;
	}
	.quesn_in .left ul li {
		font-size: 1.2rem;
	}
	#comment h2 span, #comment .comment_in li, #host .news h2 span {
		padding-left: 1.4rem;
	}
	#host .news .news_in li a {
		font-size: 1.4rem;
		line-height: 3.6rem;
	}
}
