<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.img-box i {
	transition: .4s;
	-webkit-transition: .4s;
}

.swiper-pagination span {
	outline: none;
	opacity: 1;
}

body::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: rgba(54, 60, 80, 0.5);
}

body::-webkit-scrollbar-thumb {
	background-color: #1C9148;
}

/*头部*/
.top-img {
	margin: 0;
	padding: 0;
	height: 8px;
}

.top-img img {
	width: 100%;
	height: 100%;
}

.header-pc .top .logo {
	width: auto;
}

#header {
	padding: 5px 0px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999999;
	background-color: #FFF;
	transition: .4s;
}

#header .header-pc img {
	width: 100%;
}

#header .header-pc .top {
	background-color: transparent;
}

#header .header-pc .top .left{
  width:21.25rem;
}

.header-pc .search {
	height: 2.625rem;
	position: relative;
	margin-left: 3.75rem;
	margin-right: 2.5rem;
	z-index: 1;
}

.header-pc .search input {
	width: 0px;
	height: 100%;
	background-color: #fff;
	line-height: 36px;
	font-size: 14px;
	color: #565656;
	vertical-align: top;
	transition: all .5s;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	right: 2.625rem;
	z-index: 10;
}

.header-pc .search input::-webkit-input-placeholder {
	font-size: 14px;
	line-height: 36px;
	color: #565656;
}

.header-pc .search a {
	width: 2.625rem;
	height: 100%;
	background: url(../img/search-icon.png) center center no-repeat;
	background-size: 1.25rem 1.25rem;
	vertical-align: top;
	transition: all .5s;
}

.head-search {
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
	height: 10rem;
	position: fixed;
	left: 0;
	top: 6.25rem;
	opacity: 0;
	pointer-events: none;
	transition: all .6s;
	z-index: 11;
	line-height: 10rem;
}

.head-search .center-block {
	width: 50rem;
	position: relative;
	margin: 0 auto;
}

.head-search .center-block .text {
	width: 100%;
	height: 3.75rem;
	background: #fff;
	border: none;
	border-bottom: 1px solid #666;
	font-size: 1rem;
	padding: 0 3.5rem 0 1rem;
	border-radius: 0.2rem;
}

.head-search .center-block .btns {
	width: 1.5rem;
	height: 100%;
	background: url(../img/search-icon.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	right: 5rem;
	top: 0;
	border: none;
	cursor: pointer;
}

.head-search.active {
	opacity: 1;
	pointer-events: auto;
}

.head-search .center-block .guanbi {
	margin-left: 1rem;
}

.header-pc .pc-nav li {
	height: 4.5rem;
	position: relative;
	margin-left: 2.5rem;
	text-align: center;
	transition: .4s;
	-webkit-transition: .4s;
}

.header-pc .pc-nav li:first-child {
	margin-left: 0;
}

.header-pc .pc-nav .on,
.header-pc .pc-nav li:hover {
	font-size: 1.25rem;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #1C9148;
	background-position-y: bottom;
	position: relative;
	transition: .4s;
}

.header-pc .pc-nav li::after,
.header-pc .pc-nav li::after {
	content: '';
	display: block;
	position: absolute;
	width: 3px;
	height: 12px;
	background: #1C9148;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%, 0%);
	opacity: 0;
	transition: .4s;
}

.header-pc .pc-nav li.on::after,
.header-pc .pc-nav li:hover::after {
	opacity: 1;
	transition: .4s;
}

.header-pc .pc-nav li::before,
.header-pc .pc-nav li::before {
	content: '';
	display: block;
	position: absolute;
	width: 3px;
	height: 12px;
	background: #1C9148;
	top: 0px;
	left: 50%;
	transform: translate(-50%, 0%);
	opacity: 0;
	transition: .4s;
}

.header-pc .pc-nav li.on::before,
.header-pc .pc-nav li:hover::before {
	opacity: 1;
	transition: .4s;
}

.header-pc .pc-nav .on a {
	font-size: 1.375rem;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #1C9148;
}

.header-pc .pc-nav li&gt;a {
	display: block;
	width: 100%;
	font-size: 1.375rem;
	color: #000000;
	position: relative;
	transition: .4s;
	-webkit-transition: .4s;
	line-height: 4.5rem;
}

.header-pc .index-nav li&gt;a {
	color: #FFFFFF;
	font-size: 1.375rem;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #2B2B2B;
}

.header-pc .pc-nav li&gt;a em {
	display: block;
	font-size: 12px;
	color: #cfe7cf;
	text-transform: uppercase;
	margin-top: 0.375rem;
}

.header-pc .pc-nav li .sub {
	width: 150px;
	position: absolute;
	top: 150%;
	left: 50%;
	z-index: 1000;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: .4s;
	-webkit-transition: .4s;
}

.header-pc .pc-nav li .sub .box {
	box-shadow: 0px 0px 5px #838383;
	background-color: #fff;
}

.header-pc .pc-nav li .sub a {
	display: block;
	position: relative;
	font-size: 14px;
	color: #333;
	line-height: 40px;
	transition: .4s;
	-webkit-transition: .4s;
}

.header-pc .pc-nav li .sub a:hover {
	background-color: #1C9148;
	color: #fff;
}

.header-pc .pc-nav li:hover&gt;a {
	color: #1C9148;

}

.header-pc .pc-nav li:hover .sub {
	top: 100%;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

#header.on {
	background-color: #FFF;
	transition: .4s;
}

.mobile-nav {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: -100%;
	z-index: 999999;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(51, 51, 51, .3);
	transition: all .55s cubic-bezier(0.4, 0, 0, 1);
}

.mobile-nav ul {
	width: 85%;
	height: 100%;
	padding: 5%;
	background-color: #fff;
	overflow-y: auto;
	overflow-x: hidden;
}

.mobile-nav ul li {
	width: 100%;
	margin-bottom: 10%;
	padding-left: 10%;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 10%;
}

.mobile-nav ul li&gt;a {
	display: block;
	width: 100%;
	font-size: 16px;
	color: #333;
}

.mobile-nav.on {
	opacity: 1;
	left: 0;
	visibility: visible;
}

.mobile-nav .head_menu{
  height:100%;
  overflow-y:auto;
}

.mobile-nav .head_menu ul {
	display: flex;
	flex-wrap: wrap;
}

.mobile-nav .head_menu ul li {
	width: 100%;
	padding: 0 3%;
	border-bottom: 1px solid #f0f0f0;
}

.mobile-nav .head_menu ul li span a {
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
}

.mobile-nav .head_menu ul li.active span a::after,
.mobile-nav .head_menu ul li:hover span a::after {
	width: 2px;
	height: 20px;
	top: 50%;
	margin-top: -10px;
}

.mobile-nav .head_menu ul li .erji {
	height: auto;
	background: #FFF;
	margin-bottom: 12px;
	padding: 0;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.mobile-nav .head_menu ul li:hover .erji {
	background: #f1f1f1;
}

.mobile-nav .head_menu ul li .erji a {
	width: 49%;
	font-size: 14px;
	text-align: left;
	line-height: 40px;
	color: #444;
	float: left;
	text-align: center;
	background-color: #F1F1F1;
	margin-top:5px;
}

.mobile-nav .head_menu ul li .erji a::after {
	display: none;
}

.mobile-nav .head_menu ul li .erji::after {
	opacity: 1;
	box-shadow: none;
	background: #f1f1f1;
	top: auto;
	bottom: 0;
	height: 2px;
}

/* banner */
.main{
  margin-top:6.25rem;
}

.main .banner .pagination {
	position: absolute;
	bottom: 2rem;
	z-index: 2;
	text-align: center;
}

.main .banner .pagination .swiper-pagination-bullet {
	background-color: #000;
	opacity: 0.6;
	width: 10px;
	height: 10px;
}

.main .banner .pagination .swiper-pagination-bullet-active {
	width: 2.125rem;
	height: 10px;
	background: #21924A;
	border-radius: 5px;
	opacity: 1;
}

/* 焦点新闻 */
.main .page-news {
	padding-top: 2.875rem;
	background-color: #F6F6F6;
}

.main .page-news .left-box {
	width: 66.5%;
	height: 21.25rem;
}

.main .page-news .left-box .tabs {
	padding-bottom: 8px;
	border-bottom: 1px solid #D6D6D6;
}

.main .page-news .left-box .tabs a {
	font-size: 1.75rem;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #656565;
	cursor: pointer;
	padding-bottom: 10px;
	border-bottom: 3px solid transparent;
}

.main .page-news .left-box .tabs a.on {
	border-bottom: 3px solid #1C9148;
	color: #1C9148;
}

.main .page-news .left-box .tabs a:last-child {
	margin-left: 2rem;
}

.main .page-news .left-box .tabs .more {
	font-size: 0.875rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #9A9A9A;
	text-transform: uppercase;
	transition: .4s;
}

.main .page-news .left-box .tabs .more:hover {
	color: #1C9148;
	transition: .4s;
}

.main .page-news .left-box .tabs .more img {
	margin-left: 6px;
}

.swiper-wrapper .swiper-slide{
  overflow:hidden;
}

.swiper-wrapper .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition:.4s;
}

.swiper-wrapper .swiper-slide:hover img {
  transform:scale(1.1);
  transition:.4s;
}

.main .page-news .left-box .body {
	display: none;
}

.main .page-news .left-box .body.on {
	display: block;
}

.mySwiper2 {
	margin-top: 1.25rem;
	padding-bottom: 2.5rem;
}

.mySwiper2 .swiper-wrapper {
	height: 12.875rem;
}

.mySwiper2 .swiper-wrapper .swiper-slide .title-box {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 4.625rem;
	background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(28, 145, 72, 0.5) 100%);
	background-size: contain;
	padding: 0 10px;
}

.mySwiper2 .swiper-wrapper .swiper-slide .title-box span,
.mySwiper2 .swiper-wrapper .swiper-slide .title-box p {
	font-size: 1rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
}

.mySwiper2 .swiper-wrapper .swiper-slide .title-box span {
	border-right: 1px solid rgba(255, 255, 255, 0.5);
	padding-right: 0.875rem;
	margin-right: 0.875rem;
}

.mySwiper2 .pagination {
	text-align: center;
	margin-top: 1rem;
}

.mySwiper2 .pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 50%;
}

.mySwiper2 .pagination .swiper-pagination-bullet-active {
	width: 42px;
	height: 8px;
	background: #F99454;
	border-radius: 4px;
}

.main .page-news .right-box {
	width: 30rem;
	margin-left: 1.5rem;
}

.main .page-news .right-box .top-box {
	border-bottom: 1px solid #D6D6D6;
	padding-bottom: 1rem;
}

.main .page-news .right-box .top-box h1 {
	font-size: 1.75rem;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #1C9148;
	position: relative;
}

.main .page-news .right-box .top-box h1::after {
	content: '';
	display: block;
	width: 5rem;
	height: 3px;
	background: #1C9148;
	position: absolute;
	margin-top: 0.875rem;
}

.main .page-news .right-box .top-box a {
	font-size: 0.875rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #9A9A9A;
	text-transform: uppercase;
	transition: .4s;
}

.main .page-news .right-box .top-box a:hover {
	color: #1C9148;
	transition: .4s;
}

.main .page-news .right-box .top-box img {
	margin-left: 6px;
}

.main .page-news .right-box .bottom-box {
	margin-top: 1.25rem;
	background-color: #FFF;
	height: 61.2%;
	padding: 0 1.375rem;
}

.main .page-news .right-box .bottom-box .img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main .page-news .right-box .bottom-box .title-box {
	background: url(../img/icon2.png) center center no-repeat;
	width: 100%;
	margin-left: -7%;
	background-size: contain;
	padding-left: 3.75rem;
	padding-right: 1.25rem;
	padding-top: 2.375rem;
}

.main .page-news .right-box .bottom-box .title-box h1 {
	font-size: 1.625rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #010101;
	line-height: 1.5;
}

.main .page-news .right-box .bottom-box .title-box p {
	font-size: 1rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #555555;
	line-height: 1.5;
	-webkit-line-clamp: 6;
}

.main .page-news .left-box .body ul li {
	margin-top: 10px;
}

.main .page-news .left-box .body ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.main .page-news .left-box .body ul li a p {
	font-size: 1rem;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #333333;
}

.main .page-news .left-box .body ul li a em {
	font-size: 1rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #868686;
	flex-shrink: 0;
	margin-left: 10px;
}

/* 医学资源 */
.main .page-medical {
	padding-top: 2.5rem;
	padding-bottom: 3.875rem;
}

.main .page-medical .top-box a {
	font-size: 1.75rem;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #1C9148;
}

.main .page-medical .bottom-box {
	margin-top: 1.875rem;
}

.main .page-medical .bottom-box a {
	display: block;
	width: 49.5%;
	height: 19.5rem;
	overflow: hidden;
	position: relative;
}

.main .page-medical .bottom-box a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .4s;
}

.main .page-medical .bottom-box a:hover img {
	transform: scale(1.1);
	transition: .4s;
}

.main .page-medical .bottom-box a .title-box {
	position: absolute;
	left: 2.5rem;
	bottom: 1.75rem;
	display: flex;
	align-items: center;
}

.main .page-medical .bottom-box a .title-box p {
	font-size: 2rem;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #21924A;
}

.main .page-medical .bottom-box a .title-box::after {
	content: '';
	display: block;
	width: 26px;
	height: 26px;
	background: url(../img/icon31.png)center center no-repeat;
	border-radius: 50%;
	margin-left: 10px;
}

/* 患者故事 */
.main .page-story {
	background-color: #F6F6F6;
	padding-top: 3.75rem;
	padding-bottom: 4rem;
}

.main .page-story .g-box ul {
	margin: 0 -10px;
}

.main .page-story .g-box ul li {
	width: calc(100% / 3);
	padding: 0 10px;
	height: 7.6875rem;
}

.main .page-story .g-box ul li a {
	display: block;
	width: 100%;
	height: 100;
	position: relative;
	overflow: hidden;
}

.main .page-story .g-box ul li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .4s;
}

.main .page-story .g-box ul li:hover img {
	transform: scale(1.1);
	transition: .4s;
}

.main .page-story .g-box ul li .title-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 0 4.5rem;
}

.main .page-story .g-box ul li .title-box::before {
	content: '';
	display: block;
	width: 3.375rem;
	height: 3.375rem;
	line-height: 3.375rem;
	text-align: center;
	background: #FFFFFF url(../img/icon4.png) center center no-repeat;
	border-radius: 50%;
}

.main .page-story .g-box ul li .title-box::after {
	content: '';
	display: block;
	width: 16px;
	height: 27px;
	background: #FFFFFF;
	text-align: center;
	background: url(../img/icon7.png) center center no-repeat;
	background-size: contain;
}

.main .page-story .g-box ul li:nth-child(2) .title-box::before {
	background: #FFFFFF url(../img/icon5.png) center center no-repeat;
	background-size: contain;
}

.main .page-story .g-box ul li:nth-child(3) .title-box::before {
	background: #FFFFFF url(../img/icon6.png) center center no-repeat;
	background-size: contain;
}

.main .page-story .g-box ul li .title-box p {
	font-size: 1.5rem;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 1.5;
}

.main .page-story .page-box2 {
	margin-top: 3.25rem;
}

.main .page-story .page-box2 .left-box {
	width: 66.5%;
}

.main .page-story .page-box2 .top {
	padding-bottom: 1rem;
	border-bottom: 1px solid #D6D6D6;
}

.main .page-story .page-box2 .top h1 {
	font-size: 1.75rem;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #1C9148;
	position: relative;
}

.main .page-story .page-box2 .top h1::after {
	content: '';
	display: block;
	width: 7rem;
	height: 3px;
	background: #1C9148;
	position: absolute;
	margin-top: 0.875rem;
}

.main .page-story .page-box2 .top a {
	font-size: 0.875rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #9A9A9A;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	transition: .4s;
}

.main .page-story .page-box2 .top a:hover {
	color: #1C9148;
	transition: .4s;
}

.main .page-story .page-box2 .top a img {
	margin-left: 5px;
}

.main .page-story .page-box2 .left-box .bottom {
	margin-top: 1.5rem;
}

.main .page-story .page-box2 .left-box .bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.main .page-story .page-box2 .left-box .bottom .circle {
	position: relative;
	width: 25%;
	height: 16.875rem;
	overflow: hidden;
	border-top: 1px solid rgba(0, 0, 0, 0.5);
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
	/* transition: all 0.3s ease-in-out; */
}

.main .page-story .page-box2 .left-box .bottom .circle.on,
.main .page-story .page-box2 .left-box .bottom .circle:hover {
	width: 50%;
	flex-shrink: 0;
}

.main .page-story .page-box2 .left-box .bottom .circle a {
	display: flex;
	width: 100%;
	height: 100%;
}

.main .page-story .page-box2 .left-box .bottom .circle .content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 1;
	transition: all 0.3s ease-in-out;
	writing-mode: vertical-lr;
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.main .page-story .page-box2 .left-box .bottom .circle .content p {
	font-size: 1.125rem;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 1.2;
}

.main .page-story .page-box2 .left-box .bottom .circle:hover .content,
.main .page-story .page-box2 .left-box .bottom .circle.on .content {
	opacity: 0;
}

.main .page-story .page-box2 .left-box .bottom .circle:hover,
.main .page-story .page-box2 .left-box .bottom .circle.on {
	border: 1px solid #1C9148;
}

.main .page-story .page-box2 .left-box .bottom .circle:hover .left,
.main .page-story .page-box2 .left-box .bottom .circle.on .left {
	width: 50%;
}

.main .page-story .page-box2 .left-box .bottom .circle a .left {
	width: 100%;
	transition: .4s;
	position: relative;
}

.main .page-story .page-box2 .left-box .bottom .circle a .left::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	left: 0;
	top: 0;
	opacity: 1;
	transition: .4s;
}

.main .page-story .page-box2 .left-box .bottom .circle:hover a .left::after,
.main .page-story .page-box2 .left-box .bottom .circle.on a .left::after {
	opacity: 0;
	transition: .4s;
}

.main .page-story .page-box2 .left-box .bottom .circle a .left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .4s;
}

.main .page-story .page-box2 .left-box .bottom .circle a .title-box {
	opacity: 0;
	display: none;
	padding: 2.5rem 1.75rem;
}

.main .page-story .page-box2 .left-box .bottom .circle a .title-box p {
	font-size: 1.125rem;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #333333;
	line-height: 1.5;
	margin-top: 1.875rem;
}

.main .page-story .page-box2 .left-box .bottom .circle:hover a .title-box,
.main .page-story .page-box2 .left-box .bottom .circle.on a .title-box {
	opacity: 1;
	display: block;
	width: 50%;
	transition: .4s;
}

.main .page-story .page-box2 .right-box {
	width: 33.5%;
	margin-left: 1.5rem;
}

.main .page-story .page-box2 .right-box .bottom {
	margin-top: 1.5rem;
	height: 16.875rem;
}

.main .page-story .page-box2 .right-box .bottom .navs {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.main .page-story .page-box2 .right-box .bottom .navs .title {
	margin-bottom: 14px;
}

.main .page-story .page-box2 .right-box .bottom .navs ul {
	display: none;
	list-style: none;
}

.main .page-story .page-box2 .right-box .bottom .navs li {
	width: 100%;
	color: #000000;
	font-size: 1.25rem;
	font-family: SourceHanSansCN;
	font-weight: 300;
	color: #333333;
	margin-top: 0.875rem;
}

.main .page-story .page-box2 .right-box .bottom .navs ul li a {
	display: flex;
}

.main .page-story .page-box2 .right-box .bottom .navs ul li a .img-box {
	width: 10.8125rem;
	height: 6.4375rem;
	flex-shrink: 0;
}

.main .page-story .page-box2 .right-box .bottom .navs ul li a .img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main .page-story .page-box2 .right-box .bottom .navs ul li a .title-box {
	margin-left: 1rem;
}

.main .page-story .page-box2 .right-box .bottom .navs ul li a .title-box p {
	font-size: 14px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #868686;
	-webkit-line-clamp: 4;
}

.main .page-story .page-box2 .right-box .bottom .navs .title span {
	display: flex;
	width: 100%;
	font-size: 1rem;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #333333;
	cursor: pointer;
	align-items: center;
	justify-content: space-between;
}

.main .page-story .page-box2 .right-box .bottom .navs .title span h1 {
  font-size:16px;
	font-weight: bold;
	transition: .4s;
}

.main .page-story .page-box2 .right-box .bottom .navs .title span em {
	margin-left: 10px;
	font-size: 1rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #868686;
	flex-shrink:0;
}

.main .page-story .page-box2 .right-box .bottom .navs .current span h1,
.main .page-story .page-box2 .right-box .bottom .navs .title:hover span h1 {
	color: #0F8F3F;
	transition: .4s;
}


/* 联盟医生 */
.page-doctor {
	margin-top: 2.875rem;
}

.page-doctor .top-box {
	border-bottom: 1px solid #D6D6D6;
	padding-bottom: 1rem;
}

.page-doctor .top-box h1 {
	font-size: 1.75rem;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #1C9148;
	position: relative;
}

.page-doctor .top-box h1::after {
	content: '';
	display: block;
	width: 7rem;
	height: 3px;
	background: #1C9148;
	position: absolute;
	margin-top: 0.875rem;
}

.page-doctor .top-box .btns a {
	display: flex;
	width: auto;
	height: 1.875rem;
	background: #EEEEEE;
	border-radius: 15px;
	justify-content: center;
	align-items: center;
	padding: 0 1.25rem;
	font-size: 1rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #444444;
	cursor: pointer;
	transition: .4s;
}

.page-doctor .top-box .btns a.on {
	background-color: #1C9148;
	color: #FFF;
	transition: .4s;
}

.page-doctor .top-box .btns a:last-child {
	margin-left: 0.75rem;
}

.page-doctor .top .bottom-box,
.page-doctor .bottom .bottom-box {
	margin-top: 1.875rem;
	display: none;
}

.page-doctor .top .bottom-box.on,
.page-doctor .bottom .bottom-box.on {
	display: block;
}

.page-doctor .bottom-box {
	padding-bottom: 2.875rem;
}

.page-doctor .bottom-box .swiper-slide a {
	display: block;
	width: 100%;
	height: 20.625rem;
	position: relative;
}

.page-doctor .bottom-box .swiper-slide a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-doctor .bottom-box .swiper-slide .title-box {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/icon10.png) center center no-repeat;
	background-size: cover;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: end;
	transition: .4s;
}

.page-doctor .bottom-box .swiper-slide .title-box h1 {
	font-size: 1.25rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	display: inline-block;
	position: relative;
	transition: .4s;
}

.page-doctor .bottom-box .swiper-slide .title-box p {
	font-size: 1rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1.5;
	margin-bottom: 26px;
	opacity: 0;
	max-height: 0;
	transition: .4s;
}

.page-doctor .bottom-box .swiper-slide:hover .title-box p {
	max-height: fit-content;
	opacity: 1;
	transition: .4s;
}

.page-doctor .bottom-box .swiper-slide:hover .title-box h1 {
	padding-bottom: 10px;
	margin-bottom: 0.875rem;
	border-bottom: 3px solid #FFF;
	transition: .4s;
}

.page-doctor .bottom-box .swiper-slide:hover .title-box {
	background: url(../img/icon11.png) center center no-repeat;
	transition: .4s;
}

.page-doctor .bottom-box .pagination {
	text-align: center;
	margin-top: 1.5rem;
}

.page-doctor .bottom-box .pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	opacity: 1;
}

.page-doctor .bottom-box .pagination .swiper-pagination-bullet-active {
	width: 2.625rem;
	height: 8px;
	background: rgba(249, 148, 84, 1);
	border-radius: 4px;
}

.page-doctor .top-box2 {
	margin-top: 1.375rem;
}

.page-doctor .mySwiper4 {
	margin-top: 2.25rem;
}

.page-doctor .bottom .bottom-box .swiper-slide a {
	height: 4.625rem;
	border: 1px solid #EEEEEE;
	padding: 0 10px;
	overflow: hidden;
}

.page-doctor .bottom .bottom-box .swiper-slide a img {
	object-fit: contain;
	transition: .4s;
}

.page-doctor .bottom .bottom-box .swiper-slide a:hover img {
	transform: scale(1.1);
	transition: .4s;
}

/* 指导单位 */
.page-unit {
	background-color: #F6F6F6;
	padding-top: 1.75rem;
	padding-bottom: 2.625rem;
	border-bottom: 6px solid #0A893A;
}

.page-unit .top-box h1 {
	font-size: 1.75rem;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #444444;
}

.page-unit .bottom-box {
	margin: 0 -6px;
	margin-top: 1.25rem;
}

.page-unit .bottom-box li {
	width: calc(100% / 5);
	padding: 0 6px;
}

.page-unit .bottom-box li a {
	display: flex;
	font-size: 1.125rem;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #383838;
	height: 4.6875rem;
	background-color: #FFF;
	justify-content: center;
	align-items: center;
	padding: 0px 6px;
	text-align: justify;
	line-height: 1.5;
	overflow: hidden;
}

/* footer */
.footer {
	background-color: #F6F6F6;
}

.footer .footer-top {
	border-bottom: 1px solid #DFDFDF;
	padding: 2.125rem 0px;
}

.footer .footer-top .footer-img {
	width: 22%;
}

.footer .footer-top .footer-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.footer .footer-top .box1 {
	margin-top: 1rem;
}

.footer .footer-top .box1 span {
	display: flex;
	width: 2.75rem;
	height: 2.75rem;
	background: #1C9148;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	flex-shrink:0;
}

.footer .footer-top .box1 .title-box {
	margin-left: 10px;
}

.footer .footer-top .box1 .title-box h1 {
	font-size: 1.125rem;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #222222;
}

.footer .footer-top .box1 .title-box p {
	font-size: 1.125rem;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #3B3B3B;
	line-height: 1.5;
}

.footer .footer-bottom {
	min-height: 6.25rem;
}

.footer .footer-bottom .left-box p,
.footer .footer-bottom .left-box a {
	font-size: 1rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #333333;
}

.footer .footer-bottom .left-box a {
	border-left: 1px solid #d0d0d0;
	margin-left: 6px;
	padding-left: 6px;
}

.footer .footer-bottom .right-box p {
	font-size: 1rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #333333;
}

.footer .footer-bottom .right-box a {
	font-size: 1rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #7F7F7F;
	padding-left: 1.75rem;
	margin-left: 1.75rem;
	border-left: 1px solid #DFDFDF;
}

/* 1联盟概况 */
.main2 {
	border-bottom: 6px solid #0A893A;
	margin-top:6.25rem;
}

.main2 .banner {
	width: 100%;
	height: 16.625rem;
}

.main2 .banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main2 .banner .title-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.main2 .banner .title-box h1 {
	font-size: 30px;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #F6F6F6;
	text-shadow: 0px 4px 0px rgba(174, 199, 210, 0.32);
}

.main2 .navs {
	height: 3.75rem;
	display: flex;
	align-items: center;
}

.main2 .navs p,
.main2 .navs p a {
	font-size: 1rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #999999;
	transition: .4s;
}

.main2 .navs p a:hover {
	color: #21924A;
	transition: .4s;
}

.main2 .body {
	background-color: #F6F6F6;
	padding-top: 3.375rem;
	padding-bottom: 3.5rem;
}

.main2 .body .left-box {
	margin-top: 1.25rem;
	width: 20.625rem;
	margin-right: 2.75rem;
}

.main2 .body .left-box .top-box{
  align-items:center;
}

.main2 .body .left-box .top-box .title-box {
	margin-left: 10px;
}

.main2 .body .left-box .top-box .title-box h1 {
	font-size: 1.875rem;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #21924A;
}

.main2 .body .left-box .top-box .title-box p {
	font-size: 0.875rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #21924A;
	line-height: 1.5;
}

.main2 .body .left-box .bottom-box {
	margin-top: 1.5rem;
}

.main2 .body .left-box .bottom-box li {
	border-bottom: 1px solid #DCDCDC;
	height: 4.25rem;
	line-height: 4.25rem;
}

.main2 .body .left-box .bottom-box li:first-child {
	border-top: 1px solid #DCDCDC;
}

.main2 .body .left-box .bottom-box li a {
	font-size: 1.375rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #333333;
	display: block;
	width: 100%;
	height: 100%;
	padding-left: 2rem;
}

.main2 .body .left-box .bottom-box li a.on {
	background: url(../img/icon16.png)center center no-repeat;
	background-size: cover;
}

.main2 .body .right-box {
	background-color: #FFF;
	border: 1px solid #E5E5E5;
	border-top: 1px solid #21934A;
	padding: 0 4.8125rem;
	padding-top: 3.625rem;
	min-height: 35rem;
}

.main2 .body .right-box .top-box h1 {
	font-size: 1.875rem;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #21934A;
	border-left: 6px solid #DCDCDC;
	padding-left: 1rem;
}

.main2 .body .right-box .top-box p{
  font-size:1.5rem;
  color:#333;
  line-height:1.5;
  margin-bottom:1rem;
}

.main2 .body .right-box .page-box1 .body-box {
	padding-top: 4.25rem;
	padding-bottom: 4.25rem;
}

.main2 .body .right-box .page-box1 .body-box p {
	font-size: 1rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #333333;
	line-height: 1.5;
}

.main2 .body .right-box .title-box {
	margin-top: 4.6875rem;
}

.main2 .body .right-box .title-box p {
	font-size: 1rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #333333;
	line-height: 2;
}

.main2 .body .right-box .infomap {
	width: 100%;
	position: relative;
	padding-bottom: 6.25rem;
}

.main2 .body .right-box #allmap{
	width: 100%;
	height: 32.125rem;
}

.main2 .body .right-box .infomap .cleanfloat {
	display: flex;
	justify-content: space-between;
	margin: 0 -8px;
	flex-wrap: wrap;
	margin-top: 2.375rem;
	margin-bottom: 1.375rem;
}

.main2 .body .right-box .infomap .cleanfloat li {
	width: calc(100% / 3);
	height: 2.75rem;
	padding: 0 8px;
	margin-bottom: 0.875rem;
	cursor: pointer;
	overflow: hidden;
	display: -webkit-box;
	text-align: justify;
	line-height: 1.5;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display:none;
}

.main2 .body .right-box .infomap .cleanfloat li.list-item{
  display:block;
}

.main2 .body .right-box .infomap .cleanfloat::after {
	content: '';
	display: block;
	width: calc(100% / 3);
	height: 0;
}

.main2 .body .right-box .infomap .cleanfloat li span {
	display: block;
	width: 100%;
	background-color: #EEEEEE;
	border-radius: 5px;
	font-size: 1rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #333333;
	text-align: center;
	line-height: 2.75rem;
}


.main2 .body .right-box .infomap .cleanfloat li.current span {
	background-color: #21934A;
	color: #FFF;
}

.main2 .body .right-box .infomap .infomaptxt {
	width: 21.375rem;
	background: #FFFFFF;
	box-shadow: 0px 1px 0px 0px rgba(7, 0, 1, 0.24);
	border-radius: 5px;
	padding: 0 1.75rem;
	position: relative;
	padding-bottom: 2.5rem;
	padding-top: 1.25rem;
	height:auto;
}

.main2 .body .right-box .infomap .infomaptxt h1 {
	font-size: 1.125rem;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #333333;
	white-space:normal;
}

.main2 .body .right-box .infomap .infomaptxt p {
	font-size: 0.875rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #333333;
	line-height: 1.5;
	margin-top: 3px;
	white-space:normal;
}

.main2 .body .right-box .infomap .infomaptxt&gt;.df {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #21934A;
	border-radius: 0px 0px 5px 5px;
	padding: 5px 1.75rem;
	justify-content: space-between;
	align-items: left;
	flex-direction:column;
}

.main2 .body .right-box .infomap .infomaptxt&gt;.df a,
.main2 .body .right-box .infomap .infomaptxt&gt;.df p {
	font-size: 0.875rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	margin: 0;
}

.main2 .body .right-box .infomap&gt;.w&gt;img{
  max-width:100%;
}

/* 3联盟医生 */
.main2 .body .right-box .page-nav {
	margin: 0 -5px;
	flex-wrap: wrap;
}

.main2 .body .right-box .page-nav li {
	width: calc(100% / 5);
	height: 3rem;
	padding: 0 5px;
	margin-top: 1.5rem;
	cursor: pointer;
}

.main2 .body .right-box .page-nav a {
	font-size: 1.125rem;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #333333;
	display: block;
	width: 100%;
	line-height: 3rem;
	text-align: center;
	background-color: #EEEEEE;
	border-radius: 5px;
	transition: .4s;
}

.main2 .body .right-box .page-nav a:hover,
.main2 .body .right-box .page-nav li.on a {
	background-color: #DCEADC;
	color: #21934A;
	transition: .4s;
}

.main2 .body .right-box .page-doctor {
	margin: 0 -1.5rem;
	flex-wrap: wrap;
	display: none;
}

.main2 .body .right-box .page-doctor.on {
	display: flex;
}

.main2 .body .right-box .page-doctor li {
	width: calc(100% / 4);
	padding: 0 1.5rem;
	margin-top: 3.25rem;
}

.main2 .body .right-box .page-doctor li .img-box {
	width: 100%;
	height: 18.3125rem;
	overflow: hidden;
	position: relative;
}

.main2 .body .right-box .page-doctor li .img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .4s;
}

.main2 .body .right-box .page-doctor li:hover .img-box img {
	transform: scale(1.1);
	transition: .4s;
}

.main2 .body .right-box .page-doctor li .img-box::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 8px;
	bottom: 0;
	left: 0;
	background-color: #21934A;
	opacity: 0;
	transition: .4s;
}

.main2 .body .right-box .page-doctor li:hover .img-box::after {
	opacity: 1;
	transition: .4s;
}

.main2 .body .right-box .page-doctor li .title-box {
	margin-top: 1.5rem;
	text-align: center;
}

.main2 .body .right-box .page-doctor li .title-box h1 {
	font-size: 1.5rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #333333;
	line-height: 1.5;
}

.main2 .body .right-box .page-doctor li .title-box h2 {
	font-size: 1.25rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #333333;
	line-height: 1.5;
	margin-top: 10px;
}

.main2 .body .right-box .page-doctor li .title-box p {
	font-size: 1rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #333333;
	line-height: 1.5;
	margin-top: 10px;
}

.page-paging-box {
	text-align: center;
	margin-top: 3.75rem;
	padding-bottom: 5.625rem;
}

.page-paging-box a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	height: 3.375rem;
	line-height: 3.375rem;
	font-size: 1.125rem;
	color: #666;
	background-color: #FFF;
	padding: 0 1.25rem;
	border: 1px solid #C9C9C9;
	border-right: 0px;
	transition: .4s;
	-webkit-transition: .4s;
}

.page-paging-box a:last-child {
	border-right: 1px solid #C9C9C9;
}

.page-paging-box a:hover,
.page-paging-box a.curr {
	background-color: #21934A;
	color: #fff;
}

.main2 .body .right-box .news-bottom {
	background-color: #fff;
	margin-top: 2.25rem;
}

.main2 .body .right-box .news-bottom li a {
	padding-top: 4%;
	padding-bottom: 4%;
	border-bottom: 1px solid #e2e2e2;
	background: linear-gradient(#21934A, #21934A) left bottom/0% 3px no-repeat;
	transition: .4s;
	-webkit-transition: .4s;
}

.main2 .body .right-box .news-bottom li:first-child a {
	border-top: 1px solid #e2e2e2;
}

.main2 .body .right-box .news-bottom li .time {
	width: 5rem;
	font-size: 1.5rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #999999;
	text-align: center;
	padding: 0.625rem 0 1.125rem;
	transition: .4s;
	-webkit-transition: .4s;
	position: relative;
}

.main2 .body .right-box .news-bottom li .time::after {
	content: '';
	display: block;
	height: 2rem;
	width: 1px;
	background-color: #DCDCDC;
	position: absolute;
	left: 0;
	bottom: 0;
}

.main2 .body .right-box .news-bottom li .time em {
	font-size: 12px;
	color: #666;
	margin-top: 1.5rem;
	transition: .4s;
	-webkit-transition: .4s;
}

.main2 .body .right-box .news-bottom li .info {
	padding-left: 1.75rem;
	overflow: hidden;
	margin-right: 3.125rem;
}

.main2 .body .right-box .news-bottom li .info .title {
	font-size: 1.25rem;
	color: #222;
	transition: .4s;
	-webkit-transition: .4s;
}

.main2 .body .right-box .news-bottom li .info .title em {
	font-size: 1rem;
	color: #858585;
}

.main2 .body .right-box .news-bottom li .info .desc {
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	margin-top: 1%;
}

.main2 .body .right-box .news-bottom li .img-box {
	width: 11.25rem;
	height: 7rem;
}

.main2 .body .right-box .news-bottom li:hover a {
	box-shadow: 0px 0px 10px #f3f3f3;
	border-color: #fff;
	background-size: 100% 3px;
	border-color: #fff;
}

.main2 .body .right-box .news-bottom li:hover .title {
	color: #21934A;
	text-indent: 5px;
}

.main2 .body .right-box .news-bottom li:hover .img-box i {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

/* 5新闻资讯-内容 */
.main2 .body .right-box .page-box5 {
	padding-bottom: 5rem;
}

.main2 .body .right-box .page-box5 .top {
	text-align: center;
}

.main2 .body .right-box .page-box5 .top h1 {
	font-size: 1.525rem;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #000000;
	line-height: 1.5;
}

.main2 .body .right-box .page-box5 .top .center {
	margin-top: 1rem;
	margin-bottom:1rem;
}

.main2 .body .right-box .page-box5 .top .details-time span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	font-size: 14px;
	color: #888;
	line-height: 25px;
	padding-left: 22px;
}

.main2 .body .right-box .page-box5 .top .details-time span:nth-child(1) {
	background: url(../img/page-news-time.png) left center no-repeat;
}

.main2 .body .right-box .page-box5 .top .details-time span:nth-child(2) {
	background: url(../img/browse-icon-1.png) left center no-repeat;
	margin-left: 22px;
}

.main2 .body .right-box .page-box5 .top .font-max {
	margin-left: 3.125rem;
	margin-right: 3.125rem;
}

.main2 .body .right-box .page-box5 .top .font-max * {
	font-size: 14px;
	color: #555555;
}

.main2 .body .right-box .page-box5 .bottom {
	padding-top: 2rem;
	padding-bottom: 4.125rem;
	border-bottom: 1px solid #C9C9C9;
	text-align: center;
	font-size:16px;
}

.main2 .body .right-box .page-box5 .bottom p {
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #000000;
	line-height: 1.5;
	text-align: left;
}

.main2 .body .right-box .page-box5 .bottom img {
	max-width: 100%;
}

.main2 .body .right-box .page-box5 .page-btns {
	margin-top: 2.625rem;
}

.main2 .body .right-box .page-box5 .page-btns a {
	display: flex;
	align-items: center;
}

.main2 .body .right-box .page-box5 .page-btns a span {
	display: block;
	width: 7rem;
	height: 2.25rem;
	line-height: 2.25rem;
	background: #8CB98C;
	font-size: 1rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	transition: .4s;
}

.main2 .body .right-box .page-box5 .page-btns a:hover span {
	background: #B7D2B7;
	transition: .4s;
}

.main2 .body .right-box .page-box5 .page-btns a p {
	margin-left: 2rem;
	font-size: 1rem;
	color: #000;
}

.main2 .body .right-box .page-box5 .page-btns a+a {
	margin-top: 1.25rem;
}

.main3{
  margin-top:6.25rem;
}

.main3 .page-box6 a {
	display: block;
	width: 50%;
	height: 56.25rem;
	position: relative;
}

.main3 .page-box6 a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main3 .page-box6 a::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(6, 21, 46, 0.4);
	position: absolute;
	transition: .4s;
}

.main3 .page-box6 a:hover::before {
	background-color: rgba(0, 0, 0, 0.7);
	transition: .4s;
}

.main3 .page-box6 a .title-box {
	position: absolute;
	top: 50%;
	left: 20%;
	transform: translate(0%, -50%);
}

.main3 .page-box6 a:first-child .title-box {
	right: 20%;
	left: inherit;
}

.main3 .page-box6 a .title-box h1 {
	font-size: 4.375rem;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #F6F6F6;
	line-height: 1.5;
	transition: .4s;
}

.main3 .page-box6 a .title-box h2 {
	font-size: 1.5rem;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #F6F6F6;
	line-height: 1.5;
	transition: .4s;
}

.main3 .page-box6 a .title-box i {
	display: block;
	width: 3.75rem;
	height: 3.75rem;
	background: url(../img/icon19.png) center center no-repeat;
	margin-top: 3rem;
	transition: .4s;
	background-size:contain;
}

.main3 .page-box6 a:hover .title-box h1,
.main3 .page-box6 a:hover .title-box h2 {
	color: #21934A;
	transition: .4s;
}

.main3 .page-box6 a:hover .title-box i {
	background: url(../img/icon20.png) center center no-repeat;
	transition: .4s;
	background-size:contain;
}

/* 7为患者提供-列表 */
.main2 .body .left-box .bottom-box span.txt {
	display: block;
	font-size: 1.375rem;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #FFFFFF;
	width: 100%;
	height: 4.25rem;
	line-height: 4.25rem;
	background: #21924A;
	padding-left: 2rem;
}

.main2 .body .left-box .bottom-box+.bottom-box {
	margin-top: 0px;
}

.main2 .body .right-box .page-box7 .jj-box {
	margin-top: 2.25rem;
	border-top: 1px solid #C9C9C9;
	padding-top: 3.75rem;
}

.main2 .body .right-box .page-box7 .jj-box p {
	font-size: 1.25rem;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #333333;
	line-height: 1.5;
}

.main2 .body .right-box .page-box7 ul {
	margin-top: 3.625rem;
}

.main2 .body .right-box .page-box7 ul li {
	width: 100%;
	box-shadow: 0px 0px 6px 0px rgba(7, 0, 1, 0.21);
	border: 1px solid transparent;
	transition: .4s;
}

.main2 .body .right-box .page-box7 ul li:hover {
	border: 1px solid #21924A;
	transition: .4s;
}

.main2 .body .right-box .page-box7 ul li a {
	display: flex;
	padding: 1.25rem 2.375rem;
}

.main2 .body .right-box .page-box7 ul li .img-box {
	width: 13.4375rem;
	height: 10.375rem;
	margin-right: 3.625rem;
	overflow: hidden;
}

.main2 .body .right-box .page-box7 ul li .img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .4s;
}

.main2 .body .right-box .page-box7 ul li:hover .img-box img {
	transform: scale(1.1);
	transition: .4s;
}

.main2 .body .right-box .page-box7 ul li .title {
	position: relative;
	padding-bottom: 2rem;
}

.main2 .body .right-box .page-box7 ul li .title h1 {
	font-size: 1.5rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 1.5;
}

.main2 .body .right-box .page-box7 ul li .title h2 {
	font-size: 1.125rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 1.5;
}

.main2 .body .right-box .page-box7 ul li .title p {
	font-size: 0.875rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 1.5;
}

.main2 .body .right-box .page-box7 ul li .title em {
	font-size: 0.875rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #333333;
	position: absolute;
	bottom: 9px;
}

.main2 .body .right-box .page-box7 ul li+li {
	margin-top: 1.5rem;
}

/* 8保存技术 */
.main2 .body .right-box .page-box8 .body-box {
	margin-top: 2.75rem;
	border-top: 1px solid #DCDCDC;
	padding-top: 3.5rem;
}

.main2 .body .right-box .page-box8 .body-box p {
	font-size: 1.125rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #333333;
	line-height: 2;
}

/* 9联盟查询 */
.main2 .body .right-box .page-box9 .nav-box,
.main2 .body .right-box .page-box10 .nav-box {
	margin-top: 2rem;
}

.main2 .body .right-box .page-box9 .nav-box h2,
.main2 .body .right-box .page-box10 .nav-box h2 {
	font-size: 1rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #333333;
}

.main2 .body .right-box .nav-box .search-box{
	margin-top: 12px;
	padding-bottom: 1.625rem;
	border-bottom: 1px solid #DCDCDC;
}

.main2 .body .right-box .nav-box .search {
	position: relative;
	z-index: 10;
	display: flex;
}

.main2 .body .right-box .nav-box .search * {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}

.main2 .body .right-box .nav-box .search .select-input {
	position: relative;
	margin-right: 6px;
}

.main2 .body .right-box .nav-box .search .select-input:nth-child(1) {
	position: relative;
	z-index: 5;
}

.main2 .body .right-box .nav-box .search .select-input:nth-child(2) {
	position: relative;
	z-index: 4;
}

.main2 .body .right-box .nav-box .search .select-input:nth-child(3) {
	position: relative;
	z-index: 3;
}

.main2 .body .right-box .nav-box .search .select-input:nth-child(4) {
	position: relative;
	z-index: 2;
}

.main2 .body .right-box .nav-box .search .select-input::before {
	content: '';
	display: block;
	width: 0.9375rem;
	height: 0.5625rem;
	background: url(../img/page-ks-down.png) center center no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	right: 0.875rem;
	bottom: 0;
	z-index: 10;
	margin: auto;
	transition: .4s;
	-webkit-transition: .4s;
}

.main2 .body .right-box .nav-box .search .select-input .select {
	position: absolute;
	top: 150%;
	left: 0;
	z-index: 100;
	height: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	transition: .4s;
	-webkit-transition: .4s;
}

.main2 .body .right-box .nav-box .search .select-input .select .box {
	max-height: 160px;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #fff;
	border: 1px solid #d0d0d0;
	border-top: none;
}

.main2 .body .right-box .nav-box .search .select-input .select .box::-webkit-scrollbar {
	width: 3px;
	height: 10px;
	font-size: 1rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #333333;
	border-radius: 25px;
}

.main2 .body .right-box .nav-box .search .select-input .select .box::-webkit-scrollbar-track {
	border-radius: 25px;
}

.main2 .body .right-box .nav-box .search .select-input .select .box::-webkit-scrollbar-thumb {
	border-radius: 25px;
	background-color: #21924A;
}

.main2 .body .right-box .nav-box .search .select-input .select .box a {
	display: block;
	width: 100%;
	line-height: 40px;
	padding-left: 20px;
	font-size: 1rem;
	text-align: left;
	color: #333;
	transition: .4s;
	-webkit-transition: .4s;
}

.main2 .body .right-box .nav-box .search .select-input .select .box a:hover {
	background-color: #21924A;
	color: #fff;
}

.main2 .body .right-box .nav-box .search .select-input.on .select {
	top: 100%;
	height: auto;
	opacity: 1;
	visibility: visible;
}

.main2 .body .right-box .nav-box .search input {
	width: 8.75rem;
	height: 2.625rem;
	border: 1px solid #e1e1e1;
	font-size: 1rem;
	color: #333;
	text-indent: 0.625rem;
	background-color: transparent;
	transition: .4s;
	-webkit-transition: .4s;
	border-radius: 5px;
}

.main2 .body .right-box .nav-box .search input::-webkit-input-placeholder {
	font-size: 1rem;
	color: #999999;
}

.main2 .body .right-box .nav-box .search input:hover {
	border-color: #21924A;
}

.main2 .body .right-box .nav-box .search .searchkey {
	margin-right: 0;
	width: 100%;
	padding-right: 7rem;
}

.main2 .body .right-box .nav-box .search .btn {
	width: 6rem;
	height: 2.25rem;
	line-height: 2.25rem;
	background-color: #21924A;
	color: #FFF;
	font-size: 1rem;
	text-align: center;
	position: absolute;
	right: 3px;
	top: 3px;
	border-radius: 5px;
}

.main2 .body .right-box .page-box9 ul li {
	border: 1px solid transparent;
	box-shadow: 0px 0px 6px 0px rgba(7, 0, 1, 0.21);
	margin-top: 1.75rem;
	transition: .4s;
}

.main2 .body .right-box .page-box9 ul li:hover {
	border: 1px solid #21924A;
	transition: .4s;
}

.main2 .body .right-box .page-box9 ul li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 2.25rem 2.5rem;
}

.main2 .body .right-box .page-box9 ul li a .top {
	border-bottom: 1px solid #DCDCDC;
	padding-bottom: 10px;
}

.main2 .body .right-box .page-box9 ul li a .top h1 {
	font-size: 1.25rem;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #21924A;
}

.main2 .body .right-box .page-box9 ul li a .top .img-box img {
	max-width: 100%;
}

.main2 .body .right-box .page-box9 ul li a .bottom {
	margin-top: 1rem;
}

.main2 .body .right-box .page-box9 ul li a .bottom p {
	font-size: 0.875rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #333333;
}

.main2 .body .right-box .page-box9 ul li a&gt;p {
	font-size: 0.875rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #333333;
	margin-top: 10px;
}

/* 11联系我们 */
.main2 .body .right-box .page-box11 {
	padding-bottom: 3.125rem;
}

.main2 .body .right-box .page-box11 ul {
	flex-wrap:wrap;
}

.main2 .body .right-box .page-box11 ul li {
	width: calc(100% / 2);
	text-align: center;
	margin-top:2.5rem;
}

.main2 .body .right-box .page-box11 ul li .img-box {
	height: 6.5rem;
}

.main2 .body .right-box .page-box11 ul li img {
	max-width: 100%;
	max-height: 100%;
}

.main2 .body .right-box .page-box11 ul li .title h4 {
	font-size: 1.5rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #333333;
	line-height: 1.5;
}

.main2 .body .right-box .page-box11 ul li .title p {
	font-size: 1.25rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #999999;
}

#seachdistrict_div{
  display:none!important;
}

#indexMap {
	height: 21.25rem;
	margin-top: 5.75rem;
}

.BMap_bubble_content {
	font-size: 1rem;
	font-family: SourceHanSansCN;
	font-weight: 300;
	color: #333333;
	line-height: 1.5;
}

/* 手机导航 */
.page-yidong-box {
	display: none;
}

.page-yidong-box .navs {
	width: 100%;
	padding: 0 10px;
	height: 100%;
	border-right: 1px solid #E8E8E8;
}

.page-yidong-box .navs .text {
	padding-top: 5.625rem;
	padding-bottom: 3.75rem;
}

.page-yidong-box .navs .text p {
	font-size: 3rem;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #111111;
}

.page-yidong-box .navs ul {
	display: none;
	list-style: none;
}

.page-yidong-box .navs li {
	padding-left: 30px;
	width: 100%;
	height: 3.75rem;
	color: #000000;
	line-height: 3.75rem;
	border-bottom: 1px solid #E8E8E8;
	font-size: 1.25rem;
	font-family: SourceHanSansCN;
	font-weight: 300;
	color: #333333;
}

.page-yidong-box .navs li.on {
	background-color: #21934A;
}

.page-yidong-box .navs li.on a {
	color: #FFF;
}

.page-yidong-box .navs li .on {
	color: #1CAB43;
}

.page-yidong-box .navs ul li a {
	display: block;
}

.page-yidong-box .navs span {
	display: block;
	width: 100%;
	height: 3.75rem;
	border-bottom: 1px solid #E8E8E8;
	font-size: 1.375rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 3.75rem;
	background: #21934A url(../img/arrow_top2.png) 95% center no-repeat;
	cursor: pointer;
	padding-left: 1.25rem;
}

.page-yidong-box .current span {
	background: #21934A url(../img/arrow_bottom2.png) 95% center no-repeat !important;
}

/* 新增 */
.head-sitemap {
	width: 100%;
	height: 100vh;
	background: url(../img/bg_1.png) no-repeat bottom right;
	background-size: 100% 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	padding: 2.8125rem 2.5vw;
	display: none;
}

.head-sitemap .close {
	width: 2.25rem;
	height: 2.25rem;
	position: absolute;
	right: 2.5vw;
	top: 1.5rem;
	background: url(../img/icon_close.png) no-repeat center;
	background-size: 100%;
	transition: all .6s;
	opacity: 1;
	cursor: pointer;
	z-index: 2;
}

.head-sitemap .close:hover {
	transform: rotate(360deg);
}

.head-sitemap .center-block {
	height: 100%;
	padding-left: 9.25rem;
	position: relative;
}

.head-sitemap .center-block .box-info1 img {
	height: 5.75rem;
}

.head-sitemap .center-block .box-info1 span {
	margin-left: 5rem;
	font-size: 3rem;
	color: #D11019;
}

.head-sitemap .center-block .box-info2 ul {
	min-width: 15rem;
	float: left;
	margin: 2.8125rem 0 0 0.625rem;
}

.head-sitemap .center-block .box-info2 ul span {
	display: block;
}

.head-sitemap .center-block .box-info2 ul span a {
	display: block;
	padding-bottom: 0.875rem;
	position: relative;
	font-size: 1.5rem;
}

.head-sitemap .center-block .box-info2 ul span a::after {
	content: '';
	width: 2.875rem;
	height: 0.125rem;
	background: #1C9148;
	position: absolute;
	left: 0;
	bottom: 0;
}

.head-sitemap .center-block .box-info2 ul li {
	display: block;
	margin-top: 10px;
}

.head-sitemap .center-block .box-info2 ul li a {
	color: #333;
	font-size: 1.125rem;
	line-height: 1.5;
	transition: .4s;
	display:block;
}

.head-sitemap .center-block .box-info2 ul li a i {
	color: #737373;
	font-size: 1rem;
	transition: .4s;
}

.head-sitemap .center-block .box-info2 ul li a:hover i {
	color: #1C9148;
	transition: .4s;
}

.head-sitemap .center-block .box-info2 ul li a.pr {
	font-size: 1.25rem;
	color: #000;
}

.head-sitemap .center-block .box-info2 ul li p {
	color: #333;
	font-size: 1rem;
	line-height: 1.5;
	transition: .4s;
	cursor: pointer;
}

.head-sitemap .center-block .box-info2 ul li a:hover {
	color: #1C9148;
	transition: .4s;
}

.head-sitemap .center-block .box-info2 ul li a.active {
	color: #D11019;
}

.head-sitemap .center-block .box-info2 ul li .sub-box {
	display: none;
	flex-direction: column;
	margin-top: -30px;
	position: absolute;
	opacity: 0;
	transition: all .6s;
}

.head-sitemap .center-block .box-info2 ul li:hover .sub-box,
.head-sitemap .center-block .box-info2 ul li.on .sub-box {
	margin-top: 0px;
	position: inherit;
	display: flex;
	opacity: 1;
	transition: all .6s;
}

.head-sitemap .center-block .box-info3 {
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: right;
	color: #fff;
}

.head-sitemap .center-block .box-info3 .box1 {
	font-size: 2.25rem;
}

.head-sitemap .center-block .box-info3 .box2 span {
	display: inline-block;
	padding-left: 1.5rem;
	line-height: 20px;
	font-size: 1rem;
	margin: 1.25rem 0 0 1.875rem;
	background-position: left;
	background-size: auto 16px;
	background-repeat: no-repeat;
}

.head-sitemap .center-block .box-info3 .box2 span.icon1 {
	background-image: url(../img/icon_5.png);
}

.head-sitemap .center-block .box-info3 .box2 span.icon2 {
	background-image: url(../img/icon_6.png);
}

.head-sitemap .center-block .box-info3 .box2 span.icon3 {
	background-image: url(../img/icon_7.png);
}

.head-sitemap .center-block .box-info3 .box3 {
	border-top: 1px solid #FFF;
	margin-top: 3rem;
	padding-top: 2.125rem;
	color: #FFF;
	font-size: 0.875rem;
}

.head-sitemap .center-block .box-info3 .box3 a {
	color: #F7F7F7;
}

.head-sitemap .center-block .box-info3 .box3 a:hover {
	color: #fff;
}

.header-pc a.cm-box {
	width: 2rem;
	height: 1.5rem;
	flex-shrink: 0;
	background: url(../img/icon29.png) center center no-repeat;
	transition: .4s;
}

/* 12视频 */
.main2 .body .right-box .page-box12 {
	flex-wrap: wrap;
	margin: 0 -0.75rem;
}

.main2 .body .right-box .page-box12 li {
	width: calc(100% / 3);
	padding: 0 0.75rem;
	margin-top: 1.5rem;
}

.main2 .body .right-box .page-box12 li .img-box {
	width: 100%;
	height: 12.25rem;
}

.main2 .body .right-box .page-box12 li .img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main2 .body .right-box .page-box12 li .title-box {
	margin-top: 0px;
	background-color: #F4F4F4;
	padding: 1.25rem 0.75rem;
}

.main2 .body .right-box .page-box12 li .title-box span {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 1rem;
}

.main2 .body .right-box .page-box12 li .title-box p {
	margin-top: 1rem;
	color: #999999;
	font-size: 12px;
}

#wrap{
	margin-right: 12px;
}

#wrap&gt;label{
  font-size:1rem;
  color:#333;
}

#wrap select {
	width: 8.75rem;
	height: 2.625rem;
	border: 1px solid #e1e1e1;
	font-size: 1rem;
	color: #333;
	padding: 0 10px;
	background-color: transparent;
	transition: .4s;
	-webkit-transition: .4s;
	border-radius: 5px;
}

#wrap input {
	width: 8.75rem;
	height: 2.625rem;
	border: 1px solid #e1e1e1;
	font-size: 1rem;
	color: #333;
	padding: 0 10px;
	background-color: transparent;
	transition: .4s;
	-webkit-transition: .4s;
	border-radius: 5px;
}

.main2 .body.bc .left-box .bottom-box li{
  display:none;
}

.main2 .body.bc .left-box .bottom-box.current li{
  display:block;
}

.main2 .body.bc .left-box .bottom-box span.txt{
  cursor:pointer;
  background:#21924A url(../img/arrow_top2.png) 95% center no-repeat;
}

.main2 .body.bc .left-box .bottom-box.current span.txt{
  background:#21924A url(../img/arrow_bottom2.png) 95% center no-repeat;
}

.main2 .body .right-box .page-box13 ul {
	flex-wrap: wrap;
	margin: 0 -2rem;
	margin-top: 3rem;
	padding-bottom: 3rem;
}

.main2 .body .right-box .page-box13 ul li{
	width: 50%;
	margin-bottom: 1.25rem;
	min-height: 5rem;
	padding: 0 2rem;
}

.main2 .body .right-box .page-box13 ul li a{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	background-color: #21934A;
	color: #FFF;
	width: 100%;
	height: 100%;
	border-radius:10px;
}

.main2 .body .right-box .page-box13 ul li p{
	font-size: 1.25rem;
	line-height: 1.5;
}

.main2 .body .right-box .page-box14 .title{
  margin-top:2rem;
  text-align:justify;
  margin-bottom:2rem;
}

.main2 .body .right-box .page-box14 .title p{
  font-size:1.125rem;
  color:#333;
}

.main2 .body .right-box .page-box14&gt;.df&gt;.left{
  width:25%;
  flex-shrink:0;
  margin-right:2rem;
}

.main2 .body .right-box .page-box14&gt;.df&gt;.left .img-box{
  border-radius:50%;
  overflow:hidden;
}

.main2 .body .right-box .page-box14&gt;.df&gt;.left img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.main2 .body .right-box .page-box14 ul{
  flex-wrap:wrap;
  margin-top:6rem;
}

.main2 .body .right-box .page-box14 ul li{
  width:100%;
  margin-bottom:2rem;
}

.main2 .body .right-box .page-box14 ul li a{
  display: flex;
	align-items: center;
	justify-content: space-between;
	border:1px solid #43AD6A;
	color: #FFF;
	width: 100%;
	height: 100%;
	padding:1.5rem;
  min-height:3rem;
  border-radius:10px;
}

.main2 .body .right-box .page-box14 ul li:nth-child(2n) a{
  flex-direction:row-reverse;
}

.main2 .body .right-box .page-box14 ul li:nth-child(2n) a .left{
  margin-right:0px;
  margin-left:2rem;
}

.main2 .body .right-box .page-box14 ul li a .left{
  width:20%;
  flex-shrink:0;
  margin-right:2rem;
  overflow:hidden;
}

.main2 .body .right-box .page-box14 ul li a .left img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:.4s;
}

.main2 .body .right-box .page-box14 ul li:hover a .left img{
  transform:scale(1.1);
  transition:.4s;
}

.main2 .body .right-box .page-box14 ul li a .right{
  width:100%;
}

.main2 .body .right-box .page-box14 ul li a h1{
  font-size:1.5rem;
  line-height:1.5;
  font-weight:bold;
  color:#000;
  transition:.4s;
}

.main2 .body .right-box .page-box14 ul li:hover a h1{
  color:#43AD6A;
  transition:.4s;
}

.main2 .body .right-box .page-box14 ul li a p{
  font-size:1.125rem;
  line-height:1.5;
  text-align:left;
  color:#000;
}

.main2 .body .right-box .page-box14 .img-box{
  width:100%;
  text-align:center;
  position:relative;
}

.main2 .body .right-box .page-box14 .img-box img{
  max-width:100%;
}

.main2 .body .right-box .page-box14 .left .title-box{
  margin:0px;
}

.main2 .body .right-box .page-box14 .left .title-box p{
  line-height: 150%;
  color: rgb(102, 102, 102);
  letter-spacing: 0px;
  background: rgb(255, 255, 255);
  font-family: 微软雅黑;
  font-size: 18px;
  text-align:center;
}</pre></body></html>