html,
body {
	padding: 0;
	margin: 0;
	height: 100%;
	font-family: Roboto, "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", BlinkMacSystemFont, -apple-system, "Segoe UI", "Microsoft Yahei", Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial!important;
	position: relative;
}

ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

#wrap {
	width: 3.75rem;
	margin: 0 auto;
	position: relative;
}

.header {
	padding: 0.13rem;
	position: relative;
}

.header .logo {
	display: block;
	height: 0.24rem;
	margin: 0 auto;
}

.header .menuBtn {
	width: 0.3rem;
	position: absolute;
	right: 0.2rem;
	top: 0.14rem;
	cursor: pointer;
}

.banner {
	width: 100%;
	font-size: 0;
}

.banner img {
	width: 100%;
}

.project-serve,
.partner {
	background: #F7F7F7;
	padding: 0.2rem;
	overflow: hidden;
}
.index .module-title{
	padding: 0 0 0.2rem;
}
.module-title {
	text-align: center;
	letter-spacing: 1px;
	padding-top: 0.2rem;
	margin: 0;
}

.module-title h3 {
	font-size: 0.18rem;
	height: 0.3rem;
	line-height: 0.3rem;
}

.module-title p {
	font-size: 0.13rem;
	line-height: 0.24rem;
	color: #888888;
}

.projectListWrap {
	position: relative;
	top: 0;
	margin: 0 auto;
	text-align: center;
}

.projectListWrap ul {
	margin: 0 auto;
}

.projectListWrap ul:after {
	content: '.';
	display: block;
	clear: both;
}

.projectListWrap ul li {
	padding: 0px;
	background: white;
	text-align: center;
	width: 2.6rem;
}

.projectListWrap ul li div {
	padding: 0 0.1rem;
}

.projectListWrap ul li img {
	width: 100%;
}

.projectList .imgWrap {
	font-size: 0;
}

.serviceInfo {
	margin-top: 0.16rem;
}

.serviceInfo .info-top {
	font-weight: bold;
	font-size: 0.16rem;
	color: #353535;
	line-height: 0.24rem;
}

.serviceInfo .info-bottom {
	font-size: 10px;
	color: #a9a9a9;
	line-height: 0.18rem;
	white-space: nowrap;
}

.projectList .details {
	margin-top: 0.12rem;
	margin-bottom: 0.24rem;
}

.projectList .details .info-top {
	color: #303030;
	font-size: 0.14rem;
	line-height: 0.28rem;
}

.projectList .details .info-bottom {
	color: #878787;
	font-size: 0.12rem;
	line-height: 0.2rem;
}

.projectList:hover .more {
	color: white;
	background: #FF7E45;
}

.projectList .more {
	display: inline-block;
	height: 0.2rem;
	line-height: 0.2rem;
	padding: 0 0.16rem;
	text-align: center;
	border-radius: 0.12rem;
	font-size: 0.12rem;
	cursor: pointer;
	margin-bottom: 0.24rem;
	background: white;
	color: #FF7E45;
	border: 1px solid #FF7E45;
}

.pagination {
	margin-top: 0.16rem;
}


/*轮播样式*/

.projectListWrap .swiper-container {
	width: 2.6rem;
}

.projectListWrap .swiper-pagination-bullet-active {
	opacity: 1;
	background: #F97453;
}

.projectListWrap .swiper-button-next,
.projectListWrap .swiper-container-rtl .swiper-button-prev {
	background: url(../img/mobile/ic_Arrow.png) no-repeat;
	background-size: 100% 100%;
	right: 0;
	left: auto;
	position: absolute;
	top: 50%;
	width: 0.15rem;
	height: 0.3rem;
	margin-top: -0.15rem;
	z-index: 10;
	cursor: pointer;
}

.projectListWrap .swiper-button-prev,
.projectListWrap .swiper-container-rtl .swiper-button-next {
	background: url(../img/mobile/ic_Arrow.png) no-repeat;
	left: 0;
	right: auto;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	/* IE 9 */
	-moz-transform: rotate(180deg);
	/* Firefox */
	-webkit-transform: rotate(180deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(180deg);
	/* Opera */
}

.projectListWrap .swiper-button-next,
.projectListWrap .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 0.15rem;
	height: 0.3rem;
	margin-top: -0.15rem;
	z-index: 10;
	background-size: 100% 100%;
	cursor: pointer;
}

.about-us {
	position: relative;
	font-size: 0;
}

.about-us img {
	width: 100%;
}

.partner {
	position: relative;
	height: 100%;
	padding: 0.2rem 0;
}

.partnerList {
	margin: 0 auto;
	position: relative;
	moz-user-select: -moz-none;
	-moz-user-select: none;
	-o-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding-bottom: 0.4rem;
}

.partnerList a {
	float: left;
	cursor: pointer;
	position: relative;
	z-index: 10;
	font-size: 0;
	border-bottom: 1px solid #D2D2D2;
}

.partnerList a:nth-child(odd) {
	margin-right: -1px;
	border-right: 1px solid #D2D2D2;
}

.partnerList a:nth-last-child(1) {
	border-bottom: none;
}

.partnerList a:nth-last-child(2) {
	border-bottom: none;
}

.partnerList a:hover {
	/*box-shadow: 0px 14px 40px rgb(214, 224, 255);*/
	z-index: 99;
	border-color: #fff;
}

.partnerList .swiper-wrapper img {
	width: 1.875rem;
}

.paginationBar {
	height: 0.04rem;
	position: absolute;
	bottom: 0.1rem;
	left: 50%;
	margin-left: -0.8rem;
}

.paginationBar span {
	display: block;
	width: 0.79rem;
	height: 0.04rem;
	float: left;
	border: 1px solid #D2D2D2;
}

.paginationBar span:nth-child(1) {
	border-right: none;
}

.paginationBar span:nth-child(2) {
	border-left: none;
}

.paginationBar .active {
	background: #FE7E44;
	border: 1px solid red;
}

.contact-us {
	position: relative;
	padding: 0.2rem 0;
	background: url(../img/mobile/img_Contactus.png) no-repeat;
	background-size: 100% 100%;
	text-align: center;
	margin-bottom: 0;
}

.contact-us .title {
	margin-bottom: 0;
}

.contact-us .contactInfo {
	text-align: left;
	padding-left: 0.2rem;
}

.contact-us .contactInfo p {
	font-size: 0.12rem;
	color: #787878;
	line-height: 0.24rem;
}

.contact-us .contactInfo .contactWay {
	margin-top: 0.1rem;
}

.contact-us .contactInfo .contactWay a {
	margin-right: 10px;
	cursor: pointer;
}

.contact-us .contactInfo .contactWay a img {
	width: 0.24rem;
}

.contact-us .contactInfo .contactWay a img:nth-child(2) {
	display: none;
}

.contact-us .contactInfo .wechat {
	display: none;
	width: 90px;
	margin-top: 10px;
}

.contact-us .contactInfo .contactWay .active img:nth-child(1) {
	display: none;
}

.contact-us .contactInfo .contactWay .active img:nth-child(2) {
	display: inline;
}

#myform {
	/*position: absolute;
				top: 50%;*/
	/*margin-top: -170px;*/
	/*right: 28%;*/
	color: #787878;
	font-size: 0.14rem;
	padding: 0.1rem 0.2rem;
}

#myform input,
#myform textarea {
	border: none;
	background: none;
	outline: none;
	width: 2.7rem;
	height: 0.36rem;
	line-height: 0.36rem;
	color: black;
}

#myform textarea {
	width: 3.15rem;
	padding: 0.1rem;
}

#myform p {
	width: 3.35rem;
	margin-top: 16px;
	line-height: 0.36rem;
	height: 0.36rem;
	/*border-bottom: 1px solid #b2b2b2;*/
	position: relative;
	border-radius: 0.05rem;
	background: #F0F0F0;
}

#myform label {
	padding: 0 0.05rem;
	color: #6E6E6E;
	font-weight: normal;
}

#myform .tip {
	display: inline-block;
	width: 1.5rem;
	position: absolute;
	top: 0.95rem;
	left: 50%;
	margin-left: -0.75rem;
	text-align: center;
	color: red;
}

#myform #content {
	resize: none;
	color: #787878;
	height: 1rem;
	line-height: 0.24rem;
}

#myform p:hover {
	border-color: #FF7E45;
}

#myform #content:hover {
	border-color: #FF7E45;
}

#myform p:nth-last-child(2) {
	border: none;
}

#myform a {
	display: block;
	height: 0.36rem;
	line-height: 0.36rem;
	border-radius: 0.05rem;
	text-align: center;
	background: #6E6E6E;
	color: white;
	text-decoration: none;
}

#myform .active {
	cursor: pointer;
	background: #FF7E45;
}


/*底部友情链接等*/

.contact-us-wrap {
	position: relative;
}

.bottom {
	background: #4A494F;
}

.links {
	background: #4A494F;
	color: #FBFBFB;
	font-size: 0;
	padding: 0.2rem;
	padding-bottom: 0.1rem;
}

.links h4 {
	font-size: 0.14rem;
	line-height: 0.24rem;
}

.links .links-list {
	padding-bottom: 0.1rem;
}

.links a {
	display: block;
	font-size: 0.12rem;
	line-height: 0.2rem;
	color: #CCCBD1;
}

.links a:hover {
	text-decoration: underline;
}

.links ul:after {
	display: block;
	content: ".";
	font-size: 0;
	height: 0;
	visibility: hidden;
	clear: both;
}

.links .links-left li {
	float: left;
	width: 24%;
	margin-right: 1%;
}

.links .links-center li {
	float: left;
	width: 24%;
	margin-right: 1%;
}

.links .links-right div {
	display: inline-block;
	margin-top: 0.05rem;
}

.links .links-right .imgWrap {
	font-size: 0;
}

.links .links-right .imgWrap p {
	font-size: 0.12rem;
	text-align: center;
	line-height: 0.3rem;
	color: #CCCBD1;
}

.links .links-right .imgWrap:nth-child(1) {
	margin-right: 0.5rem;
}

.links .links-right .imgWrap img {
	width: 0.78rem;
}

.recordInfo {
	text-align: center;
	background: #434248;
	line-height: 0.2rem;
	padding: 0.1rem 0;
	color: #AFAFB1;
	font-size: 0.12rem;
}

.comboWrap {
	padding-bottom: 0.2rem;
	border-bottom: #EBEBEB solid 1px;
	font-size: 0;
	color: #707070;
}

.scrollWrap {
	overflow: hidden;
	width: 3rem;
	margin-left: 0.2rem;
	height: 0.43rem;
	display: inline-block;
	vertical-align: top;
}

.content .combo {
	height: 0.55rem;
	width: 100%;
	float: left;
	overflow-y: hidden;
	overflow-x: auto;
	white-space: nowrap;
}

.content .combo li {
	height: 0.3rem;
	line-height: 0.3rem;
	font-size: 0.15rem;
	margin-right: 0.16rem;
	cursor: pointer;
	display: inline-block;
}

.content .combo .active {
	color: #46AADC;
	border-bottom: 1px solid #46AADC;
}

.comboWrap .moretitle {
	display: inline-block;
	vertical-align: top;
	font-size: 0.15rem;
	height: 0.31rem;
	line-height: 0.31rem;
	width: 0.55rem;
	text-align: center;
	box-shadow: -5px 0 5px 0 rgba(0, 0, 0, 0.15);
}

.content .comboTitleWrap {
	padding: 0.2rem;
	text-align: center;
}

.content .comboTitle {
	display: inline-block;
	position: relative;
}

.content .comboTitle li {
	display: none;
}

.content .comboTitle .active {
	display: block;
}

.content .comboTitle h3 {
	font-size: 0.16rem;
	font-weight: 600;
	line-height: 0.28rem;
	letter-spacing: 1px;
}

.content .comboTitle h4 {
	font-size: 0.15rem;
	font-weight: 600;
	line-height: 0.24rem;
	letter-spacing: 2px;
	color: #8ebd43;
}

.content .comboTitle:before {
	content: '';
	width: 0.5rem;
	height: 0;
	position: absolute;
	left: -0.75rem;
	top: 50%;
	border-top: 1px solid #D7D7D7;
}

.content .comboTitle:after {
	content: '';
	width: 0.5rem;
	height: 0;
	position: absolute;
	right: -0.75rem;
	top: 50%;
	border-top: 1px solid #D7D7D7;
}

.comboInfo .list {
	font-size: 0;
	margin: 0.2rem 0;
	display: none;
}

.comboInfo .list .serveList {
	display: inline-block;
	letter-spacing: 1px;
	/*margin-bottom: 80px;*/
	position: relative;
	vertical-align: top;
	width: 50%;
	padding: 0.15rem 0;
	vertical-align: middle;
}

.comboInfo .list .serveList img {
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 0.25rem;
	margin-right: 0.1rem;
	vertical-align: middle;
}

.comboInfo .list .serveList .infoRight {
	text-align: left;
	width: 1.06rem;
	word-wrap: break-word;
	display: inline-block;
	vertical-align: middle;
}

.comboInfo .list .serveList .infoRight h4 {
	font-size: 0.13rem;
	line-height: 0.3rem;
	color: #bc3b34;
	font-weight: bold;
}

.comboInfo .list .serveList .infoRight h5 {
	font-size: 0.12rem;
	line-height: 0.24rem;
	color: #020202;
	font-weight: bold;
}

.comboInfo .swiper-pagination-bullet-active {
	background: #F7764F;
}

.comboInfo .list .serveList .family {
	margin-top: 0;
}

.comboInfo .list .serveList .family ul li {
	font-size: 0.12rem;
	color: #020202;
	line-height: 0.2rem;
	font-weight: bold;
}

.comboInfo .list .serveList .family ul li:before {
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	background: #E65A25;
	border-radius: 2px;
	vertical-align: middle;
	margin-right: 5px;
}

.comboInfo .family-combo .serveList {
	width: 100%;
}

.comboInfo .family-combo .serveList img {
	width: 1rem;
	height: 1rem;
	border-radius: 0.5rem;
	margin: 0;
}

.comboInfo .family-combo .serveList:nth-child(odd) img {
	margin-right: 0.2rem;
}

.comboInfo .family-combo .serveList:nth-child(even) img {
	margin-left: 0.2rem;
}

.comboInfo .family-combo .serveList .infoRight {
	width: 2rem;
}

.list .topInfo {
	width: 3rem;
	height: 1.2rem;
	background: url(../img/img_Consultation_1.png) no-repeat center;
	background-size: 3rem 1.2rem;
	position: relative;
	margin: 0 auto 20px;
	text-align: left;
}

.list .topInfo>div {
	position: absolute;
	top: 0.22rem;
	left: 0.15rem;
}

.list .bottomInfo {
	width: 3rem;
	height: 1.32rem;
	background: url(../img/img_space_2.png) no-repeat center;
	background-size: 3rem 1.32rem;
	position: relative;
	margin: 0 auto;
	text-align: left;
}

.list .bottomInfo>div {
	position: absolute;
	bottom: 0.25rem;
	left: 1.3rem;
}

.list .topInfo h4,
.list .bottomInfo h4 {
	font-size: 0.14rem;
	font-weight: bold;
	color: #bc3b34;
	line-height: 0.3rem;
}

.list .topInfo h5,
.list .bottomInfo h5 {
	font-size: 0.13rem;
	font-weight: bold;
	color: #000000;
	line-height: 0.2rem;
}

.list .bottomInfo h6 {
	font-size: 0.12rem;
	font-weight: bold;
	color: #000000;
	line-height: 0.18rem;
}

.list .leftInfo {
	display: inline-block;
	text-align: left;
	width: 50%;
	vertical-align: middle;
	letter-spacing: 1px;
}

.list .leftInfo h4 {
	font-size: 0.15rem;
	line-height: 0.3rem;
	font-weight: bold;
	color: #bc3b34;
}

.list .leftInfo li {
	font-size: 14px;
	line-height: 0.24rem;
	font-weight: 600;
}

.list .leftInfo li:before {
	content: "";
	display: inline-block;
	width: 2px;
	height: 2px;
	background: black;
	border-radius: 1px;
	vertical-align: middle;
	margin-right: 5px;
}

.list .rightInfo {
	display: inline-block;
	width: 50%;
	vertical-align: middle;
}

.list .lectures-left {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	width: 55%;
	margin-right: 3%;
	/*word-wrap: break-word;*/
}

.list .lectures-left h4 {
	font-size: 0.15rem;
	line-height: 0.36rem;
	font-weight: bold;
}

.list .lectures-left li {
	font-size: 0.13rem;
	line-height: 0.24rem;
	color: #C14A44;
	font-weight: 600;
}

.list .lectures-left li:before {
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	background: #C14A44;
	border-radius: 4px;
	vertical-align: top;
	margin-right: 5px;
	margin-top: 13px;
}

.list .lectures-left ul {
	margin-bottom: 0.1rem;
}

.list .lectures-left p {
	font-size: 0.13rem;
	line-height: 0.24rem;
}

.list .lectures-right {
	display: inline-block;
	vertical-align: middle;
	width: 42%;
}

.list .lectures-right img {
	display: block;
	width: 100%;
	margin: 0.05rem 0;
}

.clearfix:after {
	content: ".";
	font-size: 0;
	height: 0;
	display: block;
	clear: both;
}


/*医疗互联*/

.medical .content {
	padding: 0.1rem;
}

.medical .module-title {
	padding-top: 0.1rem;
}

.content .contentList {
	margin: 0 auto;
}

.content .team>p {
	margin: 0.2rem auto;
	letter-spacing: 1px;
	font-size: 0.14rem;
	line-height: 0.24rem;
}

.content .team li {
	width: 33.3%;
	float: left;
	cursor: pointer;
	text-align: center;
	margin-bottom: 0.1rem;
}

.content .team li img {
	display: block;
	margin: 0.1rem auto;
	width: 0.4rem;
	height: 0.4rem;
}

.content .team li h4 {
	font-size: 0.15rem;
	line-height: 0.36rem;
	font-weight: bold;
	position: relative;
}

.content .team li p {
	line-height: 0.24rem;
	font-size: 0.12rem;
	padding: 0 0.05rem;
	color: #848484;
}

.contentList .details {
	font-size: 0;
}

.contentList .details>img {
	width: 50%;
	margin: 0.2rem auto;
	display: block;
}

.contentList .details .intro {
	font-size: 0.13rem;
	letter-spacing: 1px;
	color: #353535;
	vertical-align: middle;
}

.contentList .details .intro .introtitle {
	line-height: 0.24rem;
	margin-bottom: 0.1rem;
}

.contentList .details .intro>div {
	margin-bottom: 0.16rem;
}

.contentList .details .intro>div span {
	display: inline-block;
	padding: 0 3%;
	margin-right: 3%;
	vertical-align: top;
	background: #f97d3f;
	color: white;
	height: 24px;
	line-height: 24px;
	border-radius: 12px;
	border: none;
	text-align: center;
	font-size: 0.13rem;
	min-width: 15%;
}

.contentList .go-use {
	display: inline-block;
	background: #0bb974;
	color: white;
	height: 0.24rem;
	line-height: 0.24rem;
	border-radius: 0.12rem;
	text-align: center;
	font-size: 0.14rem;
	padding: 0 0.15rem;
	cursor: pointer;
	margin: 0 2%;
}

.contentList .go-use img {
	height: 14px;
	width: auto;
	vertical-align: top;
	margin-top: 5px;
	margin-left: 6px;
}

.contentList .intro>div p {
	display: inline-block;
	width: 75%;
	font-size: 0.13rem;
	line-height: 0.2rem;
	color: #838383;
}


/*新媒体*/

.media .content {
	padding: 0 0.1rem;
	color: #575757;
}

.media .introduce {
	text-indent: 1em;
	margin: 0;
}

.media .bgText img {
	width: 100%;
}

.media .imgWrap {
	font-size: 0;
	margin-top: 0.2rem;
}

.media .imgWrap .bgText {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.media .imgWrap .bgText:nth-child(1) {
	margin-bottom: 0.2rem;
}

.media .imgWrap .bgText span {
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	height: 38%;
	bottom: 0;
	background: rgba(80, 197, 255, 0.8);
	transition: bottom 1s;
}

.media .imgWrap .bgText div {
	width: 100%;
	height: 38%;
	color: white;
	position: absolute;
	bottom: 0;
	font-size: 0.16rem;
	text-align: right;
	line-height: 30px;
}

.media .imgWrap .bgText div p {
	position: absolute;
	top: 50%;
	right: 5%;
	margin-top: -25px;
	margin-bottom: 0.1rem;
}

.media .imgWrap .bgText div p:nth-child(2) {
	font-size: 0.13rem;
	line-height: 20px;
	white-space: nowrap;
	position: absolute;
	top: 50%;
	right: 5%;
	margin-top: 0px;
}

.contentList .imgWrap .num {
	width: 28%;
	margin-right: 7%;
	display: inline-block;
	vertical-align: top;
}

.media .textWrap {
	display: inline-block;
	vertical-align: top;
	width: 65%;
}

.media .textWrap h4 {
	font-size: 0.16rem;
	line-height: 0.24rem;
}

.media .textWrap h5 {
	font-size: 0.12rem;
	line-height: 0.2rem;
	color: #A4A4A4;
	font-weight: normal;
	margin-bottom: 0.1rem;
}

.media .textWrap p {
	color: #FA7B42;
	font-size: 0.12rem;
}

.media .textWrap span {
	display: inline-block;
	color: #F4764D;
	font-size: 0.12rem;
	line-height: 0.2rem;
	margin-right: 0.1rem;
}

.media .textWrap>span:before {
	content: "";
	display: inline-block;
	width: 0.04rem;
	height: 0.04rem;
	border-radius: 0.02rem;
	background: #F4764D;
	vertical-align: top;
	position: relative;
	top: 0.08rem;
	margin-right: 0.04rem;
}

.media .textWrap>div {
	font-size: 0;
}

.media .textWrap>div p {
	display: inline-block;
	color: #A4A4A4;
	width: 80%;
	line-height: 0.2rem;
	vertical-align: top;
}

.contentList .imgWrap .imgcontent {
	display: block;
	width: 80%;
	margin: 0.3rem auto;
}

.media .imgWrap .details h4 {
	font-size: 0.14rem;
	color: #F4764D;
	line-height: 0.28rem;
}

.media .imgWrap .details p {
	font-size: 0.12rem;
	line-height: 0.2rem;
}


/*关于我们*/


/*关于我们*/

.about .content {
	padding: 0 0.1rem;
}

.about .intro_content {
	font-size: 0;
	padding-bottom: 0.2rem;
	border-bottom: 1px dashed #e6e6e6;
}

.about .intro_content .title {
	letter-spacing: 2px;
	margin: 0.2rem 0 0.1rem;
}

.about .intro_content .title h4 {
	font-size: 0.16rem;
	line-height: 0.24rem;
}

.about .intro_content .title h5 {
	font-size: 0.12rem;
	color: #9d9d9d;
	font-weight: normal;
}

.about .intro_content p {
	font-size: 0.13rem;
	line-height: 30px;
	color: #6a6a6a;
	letter-spacing: 1px;
}

.about .intro_content p span {
	color: #8ebd42;
	font-weight: bold;
}

.about .intro_content .dream {
	font-size: 0.16rem;
	color: #6a6a6a;
	display: block;
	margin: 0.05rem 0;
}

.about .intro_content .dream strong {
	font-weight: bold;
	font-size: 0.16rem;
	color: #8ebd42;
}

.about .intro_content .imgWrap {
	font-size: 0;
	letter-spacing: 0;
	margin-top: 0.2rem;
}

.about .intro_content .imgWrap img {
	display: inline-block;
	width: 30%;
	vertical-align: top;
}

.about .intro_content .imgWrap img:nth-child(2) {
	margin: 0 5%;
}

.about .bottomText {
	margin: 0.2rem auto;
}

.about .bottomText p {
	font-size: 0.18rem;
	color: #8BBE41;
	text-align: center;
	font-weight: bold;
	line-height: 32px;
	letter-spacing: 2px;
}

.about .bottomText .english {
	font-size: 0.12rem;
	font-weight: normal;
	letter-spacing: 0;
}

.menu {
	width: 2rem;
	position: absolute;
	top: 0rem;
	z-index: 999;
	background: #F8FDFF;
	left: 0;
	/*opacity: 0.9;*/
}

.menu ul a {
	display: block;
	color: #848686;
}

.menu ul a img {
	display: inline-block;
	width: 0.16rem;
	vertical-align: top;
	position: relative;
	top: 0.12rem;
	margin-right: 0.1rem;
	margin-left: 0.45rem;
}

.menu ul li {
	font-size: 0.14rem;
	line-height: 0.4rem;
	border-bottom: 1px solid #D4D5D7;
	text-align: center;
}

.menu ul .active a {
	color: #F79D82;
}
.slidetip img{
	width: 0.4rem;
	height: 0.4rem;
	border-radius: 0.2rem;
	position: fixed;
	top: 70%;
	right: 0.2rem;
	z-index: 999;
}
.drug-info-cert h5{
	font-size: 0.14rem;
	text-indent: 1em;
	line-height: 0.3rem;
}
.drug-info-cert span{
	font-size: 0.12rem;
	color: #CCCBD1;
}