﻿@charset "utf-8";
@import url(common.css);
@import url(iconfont.css);


/* 引导页 */
.HomePage {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	top: 0;
	background-position: right top;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.HomePage:After {
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	background: rgba(0, 0, 0, 0.1);
}

.HomePage video {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	object-fit: cover;
}

.HomePage .w1400 {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 10;
	text-align: center;
	transform: translate(-50%, -50%);
	z-index: 11;
max-width: 14rem;
}

.HomePage .logo img {
	height: 1.22rem;
}

.HomePage .web {
	margin: 5vw 0 0;
}

.HomePage h2 {
	font-size: 1.875vw;
	line-height: 1.4;
	margin-bottom: 0.04rem;
	font-weight: normal;
}

.HomePage .en {
	opacity: 0.5;
	text-transform: uppercase;
}

.HomePage .contact {
	width: 28.12vw;
	background: rgba(0, 0, 0, 0.35);
	border-radius: 4.42vw 0.1rem 0.1rem 0.1rem;
	height: 33vw;
	text-align: left;
	color: #fff;
}

.HomePage .contact .tithead {
	color: #fff;
	height: 13.5vw;
	border-radius: 4.42vw 0.1rem 0 0;
	padding: 0 0.38rem;
	background: url(../images/homepage_bg3.gif);
	overflow: hidden;
	position: relative;
	margin-bottom: 2.6vw;
}

.HomePage .contact .tithead:After {
	width: 3.81rem;
	height: 3.84rem;
	background: url(../images/homepage_logo.png);
	content: "";
	position: absolute;
	right: -0.62rem;
	top: -0.52rem;
}

.HomePage .contact dl {
	margin: 0 0.38rem;
}

.HomePage .contact dl:not(:last-child) {
	padding-bottom: 1.25vw;
	margin-bottom: 1.25vw;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.HomePage .contact dt img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 9px;
}

.HomePage .contact .tel {
	line-height: 1.58;
	font-size: 1.875vw;
}

.HomePage .contact .add {
	padding-top: 0.67vw;
}

.HomePage .item {
	width: 19.79vw;
	text-align: center;
	color: #fff;
	position: relative;
	height: 33vw;
}

.HomePage .item:after {
	left: 0;
	content: "";
	width: 8.6vw;
	height: 11.5vw;
	position: absolute;
	top: 0;
	background: url(../images/homepage_logobg.png);
	background-size: contain;
	z-index: 1;
	opacity: 0;
	transition: all 0.5s;
}

.HomePage .item * {
	position: relative;
	z-index: 10;
}

.HomePage .item a {
	color: #fff;
}

.HomePage .item .icon {
	width: 7.7vw;
	height: 7.7vw;
	text-align: center;
	line-height: 7.7vw;
	margin: 0px auto 1.35vw;
	background: url(../images/homepage_bg1.gif);
	border-radius: 50%;
	transition: all 0.5s;
	position: relative;
}

.HomePage .item .icon img {
	height: 3.17vw;
	display: inline-block;
	vertical-align: middle;
}

.HomePage .item .line {
	width: 9.79vw;
	height: 9.79vw;
	top: -1.09vw;
	left: -1.09vw;
	border: 1px solid rgba(255, 255, 255, 0.2);
	transform: rotate(180deg);
	transition: all 0.5s;
	position: absolute;
	border-radius: 50%;
	opacity: 0;
}

.HomePage .item .line:after {
	content: "";
	right: -2px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #f49f00;
	top: 0.65rem;
	position: absolute;
}

.HomePage .item menu {
	display: inline-block;
	text-align: right;
	line-height: 2.2;
	font-size: 0.2rem;
	margin-top: 3.02vw;
	display: none;
}

.HomePage .item menu a {
	display: block;
}

.HomePage .item menu a:after {
	display: inline-block;
	vertical-align: middle;
	margin-left: 16px;
	content: "";
	width: 11px;
	height: 8px;
	background: url(../images/ico/arrright4.png);
	opacity: 0.5;
	transition: all 0.3s;
}

.HomePage .item menu a:hover:after {
	opacity: 1;
	margin-left: 20px;
}

.HomePage .item menu a:hover {
	color: #ee9700;
}

.HomePage .item .bg {
	background: rgba(0, 0, 0, 0.35);
	border-radius: 4.42vw 0.1rem 0.1rem 0.1rem;
	height: 33vw;
	transition: all 0.5s;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 1;
}

.HomePage .item:hover .icon {
	width: 7.5vw;
	height: 7.5vw;
	line-height: 7.5vw;
	background: rgba(255, 255, 255, 0.1);
	margin: 0px auto 2.34vw;
}

.HomePage .item:hover .line {
	transform: rotate(0);
	opacity: 1;
}

.HomePage .item:hover .bg {
	background: url(../images/homepage_bg2.gif);
	height: 36.4vw;
}
.HomePage .item:nth-child(3):hover .bg {
	background: url(../images/homepage_bg3.gif);
	height: 36.4vw;
}
.HomePage .item:hover menu {
	display: inline-block;
}

.HomePage .item:hover:after {
	top: -4.01vw;
	opacity: 1;
}

@media(max-width:1366px) {
	.HomePage .contact .tithead {
		height: 11.5vw;
	}
}

@media(max-width:1024px) {
	.HomePage .contact {
		width: 100%;
		height: auto;
	}

	.HomePage .item {
		width: 48%;
		height: auto;
		margin-top: 4%;
		padding: 0.35rem 0;
	}

	.HomePage .item .bg {
		height: 100% !important;
	}

	.HomePage video {
		display: none;
	}
}

@media(max-width:768px) {
	.HomePage h2 {
		font-size: 18px;
	}

	.HomePage .contact .tithead {
		height: auto;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.HomePage .contact {
		padding-bottom: 0.3rem;
	}

	.HomePage .contact .tel {
		font-size: 18px;
	}

	.HomePage .item menu {
		font-size: 14px;
	}

	.HomePage .item .icon {
		width: 50px !important;
		height: 50px !important;
		line-height: 50px;
	}

	.HomePage .item .icon img {
		height: 22px;
	}

	.HomePage .item .line {
		width: 60px !important;
		height: 60px !important;
		left: -5px !important;
		top: -5px !important;
	}
}


/*第一屏 s*/
.downarr {
	-webkit-animation: rightan 1s infinite;
	-webkit-animation-fill-mode: both;
	color: #fff;
	width: 32px;
	position: absolute;
	bottom: 0.48rem;
	left: 6%;
	z-index: 999;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	line-height: 18px;
	font-size: 14px;
}

.downarr span {
	display: block;
	height: 32px;
	position: relative;
	width: 19px;
	margin: 0px auto;
	border-radius: 10px;
	border: 2px solid #fff;
}

.downarr span:After {
	position: absolute;
	left: 50%;
	top: 8px;
	width: 2px;
	content: "";
	background: #fff;
	margin-left: -1px;
	height: 6px;
}

.downarr .sp1 {
	animation-name: down_move1;
	animation-duration: 2000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-play-state: running;
	animation-delay: 0ms;
}

.downarr .sp2 {
	opacity: 0;
	animation-name: down_move2;
	animation-duration: 2000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-play-state: running;
	animation-delay: 800ms;
}

.downarr .iconxjt {
	opacity: 0;
	animation-name: down_move2;
	animation-duration: 2000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-play-state: running;
	animation-delay: 800ms;
	font-size: 20px;
	position: relative;
	margin-top: -100px;
}

@keyframes down_move1 {
	0% {
		top: 0;
		opacity: 0;
	}

	50% {
		top: 0.2rem;
		opacity: 1;
	}

	100% {
		top: 0.4rem;
		opacity: 0;
	}
}

@-webkit-keyframes down_move1 {
	0% {
		top: 0;
		opacity: 0;
	}

	50% {
		top: 0.7rem;
		opacity: 1;
	}

	100% {
		top: 1.2rem;
		opacity: 0;
	}
}

@keyframes down_move2 {
	0% {
		top: 0;
		opacity: 0;
	}

	50% {
		top: 0.7rem;
		opacity: 1;
	}

	100% {
		top: 1.2rem;
		opacity: 0;
	}
}

@-webkit-keyframes down_move2 {
	0% {
		top: 0;
		opacity: 0;
	}

	50% {
		top: 0.7rem;
		opacity: 1;
	}

	100% {
		top: 1.2rem;
		opacity: 0;
	}
}

.HomeBan {
	position: relative;
	z-index: 1;
	overflow: hidden;
	/*background:url(../images/loading.gif) center center no-repeat;*/
	clear: both;
	margin-top: 1.7rem;
}

.HomeBan:before {
	width: 100%;
	height: 1.8rem;
	left: 0;
	top: 0;
	position: absolute;
	background-image: linear-gradient(to bottom, rgba(17, 21, 30, 0.3), rgba(0, 0, 0, 0));
	content: "";
	z-index: 2;
}

.HomeBan .item {
	position: relative;
	padding-top: 36.458vw;
}

.HomeBan .item:after {
	width: 0;
	height: 5px;
	background-image: linear-gradient(to left, #f1aa22, rgba(241, 170, 34, 0));
	content: "";
	position: absolute;
	bottom: 0;
	transition: all 0.3s;
	left: 0;
	z-index: 10;
}

.HomeBan .Info {
	left: 50%;
	top: 28%;
	z-index: 3;
	color: #fff;
	position: absolute;
	transform: translateX(-50%);
}

.HomeBan .item:nth-child(1) .Info img {
	height: 1.82rem;
}

.HomeBan .item:nth-child(1).slick-current .Info img {
	animation: fadeInUp 0.6s .5s ease both;
	-webkit-animation: fadeInUp 0.6s .5s ease both;
	-moz-animation: fadeInUp 0.6s .5s ease both;
}

.HomeBan .item:not(:first-child).slick-current .imgbox {
	animation: fadeInfilter 0.6s .2s ease both;
	-webkit-animation: fadeInfilter 0.6s .2s ease both;
	-moz-animation: fadeInfilter 0.6s .2s ease both;
}

.HomeBan .imgbox {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.HomeBan .video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.HomeBan .video video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.HomeBan .Info.auto {
	width: 70%;
	left: 15%;
	right: auto;
	color: #fff;
	text-align: left;
}

.HomeBan .slick-prev {
	left: -12%;
}

.HomeBan .slick-next {
	right: -12%;
}

.HomeBan .slick-arrow {
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 0 18px rgba(85, 85, 85, 0.27);
	color: #919191;
	transform: translate(0, -50%);
}

.HomeBan .slick-arrow:After {
	display: none;
}

.HomeBan .slick-arrow:hover {
	background-color: #f49f00;
}

.HomeBan .slick-arrow i {
	font-size: 30px;
}

.HomeBan:hover .slick-prev {
	left: 2%;
}

.HomeBan:hover .slick-next {
	right: 2%;
}

.HomeBan .slick-dots {
	bottom: 0.3rem;
}

.HomeBan .slick-dots li {
	margin: 0 !important;
	width: 0.34rem;
	height: 0.18rem;
}

.HomeBan .slick-dots li:before {
	display: none;
}

.HomeBan .slick-dots li button {
	background: url(../images/ban_dot1.png) center center no-repeat;
	background-size: contain;
	width: 0.34rem;
	height: 0.18rem;
}

.HomeBan .slick-dots li.slick-active button {
	background: url(../images/ban_dot01.png) center center no-repeat;
	background-size: contain;
	width: 0.34rem;
	height: 0.18rem;
}

@keyframes width100 {
	0% {
		width: 0;
	}

	100% {
		width: 100%;
	}
}

@media(max-width:1024px) {
	.HomeBan {
		margin-top: 0;
	}

	.HomeBan .slick-arrow {
		display: none !important;
	}

	.HomeBan {
		height: auto;
	}

	.Header .ygnav:before {
		display: none;
	}

	.HomeBan .item {
		height: auto;
		/*padding-top: 16%;*/
	}

	.downarr {
		display: none;
	}
}

.HomeFast {
	background: url(../images/fastbg.jpg) no-repeat center bottom/cover;
	position: relative;
	z-index: 1;
	padding: 1rem 0;
}

.HomeFast li {
	padding: 0;
	width: 50%;
}

.HomeFast li .inner {
	width: 50%;
	;
	height: 2.4rem;
	float: left;
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	background-size: 100% 100%;
	position: relative;
}

.HomeFast li .imgbox {
	width: 50%;
	height: 2.4rem;
	float: left;
}

.HomeFast li a {
	display: block;
	padding: 0;
	min-height: 2.4rem;
	text-align: center;
	position: relative;
	overflow: hidden;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	transition: all 0.5s;
}

.HomeFast li:nth-child(1) a .inner {
	background: url(../images/a1.png) #1E8A9B;
}

.HomeFast li:nth-child(2) a .inner {
	background: url(../images/a2.png) #13807B;
}

.HomeFast li:nth-child(3) a .inner {
	background: url(../images/a3.png) #C7A76F;
}

.HomeFast li:nth-child(4) a .inner {
	background: url(../images/a4.png) #3D969E;
	float: right;
}

.HomeFast li:nth-child(5) a .inner {
	background: url(../images/a5.png) #375F7F;
}

.HomeFast li:nth-child(6) a .inner {
	background: url(../images/a6.png) #1E9D7F;
}

.HomeFast li:nth-child(3) .inner {
	float: right;
}

.HomeFast li .icon {
	background: url(../images/a1bg.png) no-repeat center;
	width: 100%;
	margin-bottom: 0.3rem;
}

.HomeFast li .icon img {
	width: 0.5rem;
	height: 0.5rem;
	margin-bottom: 0.13rem;
	position: relative;
	z-index: 2;
}

.HomeFast li .info {
	color: #fff;
	position: relative;
	z-index: 2;
}

.HomeFast li .info p {
	opacity: 0.7;
	line-height: 1.2;
}

.HomeFast li .info h2 {
	font-weight: normal;
	width: 100%;
	letter-spacing: 2px;
}

.HomeFast li .inner {
	position: relative;
}

.HomeFast li:hover .inner:before {
	top: -0.28rem;
}

.HomeFast li:hover a {
	transform: translateY(-0.1rem);
}

@media(max-width:768px) {
	.HomeFast li {
		padding: 0rem !important;
		min-height: auto;
		flex: none;
		width: 100%;
	}

	.HomeFast li:nth-child(3n) .inner {
		float: left;
	}

	.HomeFast li:nth-child(2n) .inner {
		float: right;
	}

	.HomeFast li .info p {
		zoom: 0.5;
	}

	.HomeFast li a {
		padding-top: 0rem;
		min-height: unset;
	}

	.HomeFast li .info h2 {
		letter-spacing: 0;
	}
}

.HomeDepartNav {
	padding: 1rem 0;
	background: url(../images/ks_boxbg.jpg) no-repeat center bottom/cover;
}

.HomeDepartNav .HomeTit {
	margin-bottom: 0.36rem;
}

.HomeDepartNav .HomeTit .desc {
	max-width: 7.15rem;
}

.HomeDepartNav .TabNav {
	width: 2rem;
	margin-right: 0.16rem;
}

.HomeDepartNav .TabNav li {
	height: 1rem;
	align-items: center;
	cursor: pointer;
	color: #fff;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.HomeDepartNav .TabNav li:after {
	right: 0.1rem;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 0.14rem;
	height: 0.14rem;
	content: "";
	position: absolute;
	z-index: -1;
	transition: all 0.5s;
}

.HomeDepartNav .TabNav li .icon {
	margin-left: 0.2rem;
	width: 0.42rem;
}

.HomeDepartNav .TabNav li aside {
	flex: 1;
	padding: 0 0.05rem;
}

.HomeDepartNav .TabNav li:nth-child(1) {
	background-image: url(../images/ks_bg1.jpg);
}

.HomeDepartNav .TabNav li:nth-child(1):After {
	background-color: #619bc2;
}

.HomeDepartNav .TabNav li:nth-child(2) {
	background-image: url(../images/ks_bg2.jpg);
}

.HomeDepartNav .TabNav li:nth-child(2):After {
	background-color: #149c7e;
}

.HomeDepartNav .TabNav li:nth-child(3) {
	background-image: url(../images/ks_bg03.jpg);
}

.HomeDepartNav .TabNav li:nth-child(3):After {
	background-color: #619bc2;
}

.HomeDepartNav .TabNav li:nth-child(4) {
	background-image: url(../images/ks_bg4.jpg);
}

.HomeDepartNav .TabNav li:nth-child(4):After {
	background-color: #619bc2;
}

.HomeDepartNav .TabNav li.on:After,
.HomeDepartNav .TabNav li:hover:After {
	right: -0.07rem;
}

.HomeDepartNav .TabCon {
	flex: 1;
}

.HomeDepartNav .TabCon .nav {
	max-height: 4rem;
	overflow-y: auto;
	padding-right: 0.14rem;
	width: 48.47%;
	margin-left: -0.1rem;

}
.HomeDepartNav .TabCon .nav{display:flex;flex-wrap:wrap;justify-content: flex-start;align-content: flex-start}
.HomeDepartNav .TabCon .nav li {
	width: 33.333%;
	padding: 0 0 0.1rem 0.1rem;
	line-height: 0.48rem;
}
.HomeDepartNav#page5 .TabCon .nav li{width: 25%;margin-bottom: 0.2rem;text-align: center;font-size: 0.18rem;padding-bottom: 0;}
.HomeDepartNav#page5 .TabCon .nav a{border-radius: 0.06rem;border: solid 0.01rem #e9e9e9;}
.HomeDepartNav#page5 .TabCon .nav a i{display: none}
.HomeDepartNav#page5 .TabCon .nav{width: 100%;background: rgba(255,255,255,.4);padding: 0.2rem 0.2rem 0;}
.HomeDepartNav#page5 .TabCon .imgbox{display: none}
.HomeDepartNav .TabCon .nav a {
	padding: 0 0.25rem 0 0.12rem;
	background-color: #fff;
	position: relative;
}

.HomeDepartNav .TabCon .nav a i {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 0.2rem;
	color: #737373;
}

.HomeDepartNav .TabCon .imgbox {
	width: 50.67%;
}

.HomeCol {
	padding: 1rem 0;
	background: url(../images/homecolbg.jpg) no-repeat center center/cover;
}

.HomeCol .HomeTit {
	margin-bottom: 0.28rem;
}

.HomeCol .more {
	position: absolute;
	right: 0;
	top: 0;
	color: #71787d;
	padding-right: 0.35rem;
	background: url(../images/more.png) no-repeat right center/0.26rem 0.2rem;
	transition: all 0.5s;
}

.HomeCol .more:hover {
	padding-right: 0.4rem;
	color: #33a195;
}

.HomeCol .colBox,.HomeCol#page2 .colBox {
	width: 31.78%;
}
.News2.HomeCol .colBox {width: 49%;}
.HomeCol .inner .top {
	margin-bottom: 0.07rem;
	position: relative;
}

.HomeCol .inner .top .imgbox {
	padding-top: 53.48%;
}

.HomeCol .inner .list {
	padding: 0.09rem 0.2rem 0 0.2rem;
	min-height: 3.02rem;
	background-color: #fff;
}

.HomeCol .inner .list .li {
	line-height: 0.56rem;
	border-bottom: 1px solid #ebebeb;
	position: relative;
	padding-right: 60px;
}

.HomeCol .inner .list .li:last-child {
	border-bottom: 0;
}

.HomeCol .inner .list .date {
	color: #666666;
	font-weight: 100;
	position: absolute;
	right: 0;
	top: 0;
}

.HomeCol .top .imgbox:After {
	background-color: rgba(0, 0, 0, 0.2);
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
}

.HomeCol .top .play {
	width: 0.5rem;
	height: 0.5rem;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	position: absolute;
	background-color: rgba(255, 255, 255, 0.25);
	text-align: center;
	line-height: 0.5rem;
	color: #fff;
	border-radius: 50%;
	transition: all 0.5s;
}

.HomeCol .top:hover .play {
	transform: translate(-50%, -50%) scale(1.15);
}

@media(max-width:1024px) {
	.HomeDepartNav .TabNav {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 0.2rem;
	}

	.HomeDepartNav .TabNav .item {
		width: 50%;
	}

	.HomeDepartNav .TabCon {
		flex: none;
		width: 100%;
	}

	.HomeDepartNav .TabCon .nav {
		width: 100%;
	}

	.HomeDepartNav .TabCon .imgbox {
		display: none;
	}
}

@media(max-width:768px) {

	.HomeDepartNav,
	.HomeCol,
	.HomeFast {
		padding: 0.6rem 0;
	}

	.HomeCol .colBox {
		width: 100%;
	}

	.HomeCol .colBox:not(:last-child) {
		margin-bottom: 0.35rem;
	}

	.HomeCol .inner .list .li {
		line-height: 0.65rem;
	}
}

/* 20250416 end */

.HomeAdvantage {
	position: relative;
	background: url(../images/ysbg.gif);
}

.HomeAdvantage .w1400 {
	padding-top: 12.61vw;
}

.HomeAdvantage .HomeTit {
	position: absolute;
	left: 0;
	top: 0;
}

.HomeAdvantage .bg {
	position: absolute;
	left: 0;
	bottom: 0;
	background-position: center top;
	background-size: cover;
	width: 100%;
	height: 7.5rem;
	background-image: url(../uploadfiles/image/p_1.jpg);
}

.HomeAdvantage .content {
	height: 5.7rem;
	margin-left: -0.42rem;
}

.HomeAdvantage .content .item {
	position: relative;
	width: 3.3rem;
	margin: 0 0 0.42rem 0.42rem;
	display: inline-block;
	vertical-align: top;
	border-radius: 0.83rem 0.1rem 0.1rem 0.1rem;
	background: #268782;
	transition: all 0.5s;
	top: 0;
}

.HomeAdvantage .content .item:before {
	width: 1.08rem;
	height: 1.37rem;
	content: "";
	position: absolute;
	background: url(../images/logobg3.png);
	background-size: contain;
	top: -0.18rem;
	left: 0;
}

.HomeAdvantage .content .item:nth-child(even) {
	background: #149c95;
}

.HomeAdvantage .content .item:nth-child(even):before {
	background: url(../images/logobg2.png);
	background-size: contain;
}

.HomeAdvantage .content .item a {
	color: #fff;
	min-height: 1.5rem;
	padding: 0.23rem 0 0.29rem 0.76rem;
	display: block;
	position: relative;
	z-index: 2;
}

.HomeAdvantage .content .ti {
	line-height: 0.34rem;
	font-size: 0.24rem;
	margin-top: 2px;
}

.HomeAdvantage .content .en {
	line-height: 18px;
	font-size: 14px;
	/*font-weight: lighter;*/
	font-weight: normal;
	opacity: 0.7;
}

.HomeAdvantage .content .icon img {
	height: 0.46rem;
}

.HomeAdvantage .content .item:hover {
	background: #dea83f;
	top: -0.2rem;
}

.HomeAdvantage .content .item:hover:before {
	background: url(../images/logobg4.png);
	background-size: contain;
}

@media(max-width:1024px) {
	.HomeAdvantage .content {
		height: auto;
		margin-left: -2%;
	}

	.HomeAdvantage .content .item {
		width: 31%;
		margin-left: 2%;
	}

	.HomeAdvantage .w1400 {
		padding-top: 28vw;
	}

	.HomeAdvantage .HomeTit .desc {
		max-width: 54% !important;
	}

	.HomeAdvantage .bg {
		top: 0;
		bottom: auto;
		height: 100%;
	}
}

@media(max-width:768px) {
	.HomeAdvantage .HomeTit .desc {
		max-width: none !important;
	}

	.HomeAdvantage .content {
		margin-top: 0.35rem;
	}

	.HomeAdvantage .content .item {
		width: 47%;
		height: 2.6rem;
	}

	.HomeAdvantage .content .ti {
		font-size: 16px;
		margin: 8px 0;
	}

	.HomeAdvantage .w1400 {
		padding-top: 0;
	}

	.HomeAdvantage .HomeTit {
		position: relative;
	}

	.HomeAdvantage .bg {
		width: 100%;
		height: 3rem;
		position: static;
		display: none;
	}
}


.HomeTit {
	line-height: 0.69rem;
	position: relative;
}

.HomeTit h2 {
	color: #000000;
	font-size: 0.32rem;
	font-weight: normal;
	line-height: 1.5;
	position: relative;
}

.HomeTit h2:before {
	content: "";
	position: absolute;
	left: -0.1rem;
	top: -0.1rem;
	width: 0.6rem;
	height: 0.49rem;
	background: url(../images/logo_shadow.png) no-repeat;
	background-size: contain;
}

.HomeTit .moreBtn {
	position: absolute;
	right: 0;
	top: 0;
}

.HomeTit .desc {
	color: #666666;
	max-width: 5.8rem;
}

.HomeTit .TabNav .moreBtn {
	display: none;
}

.HomeTit .TabNav li {
	width: auto !important;
	cursor: pointer;
	color: #999999;
	padding-right: 8px;
}

.HomeTit .TabNav li span {
	font-size: 24px;
}

.HomeTit .TabNav li.slick-current {
	color: #000000;
	padding-right: 16px;
}

.HomeTit .TabNav li.slick-current span {
	font-size: 36px;
}

.HomeTit .TabNav li.slick-current .moreBtn {
	display: block;
}

.HomeNews {
	background: url(../images/newsbg.jpg) no-repeat center top/cover;
	background-attachment: fixed;
}

.HomeNews .TabNav {
	position: relative;
	margin-bottom: 0.3rem;
}

.HomeNews .TabNav .moreBtn {
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}

.HomeNews .TabNav li {
	line-height: 0.49rem;
	margin-right: 0.64rem;
	font-size: 0.32rem;
	cursor: pointer;
}

.HomeNews .TabNav li .line {
	width: 1.06rem;
	height: 0.17rem;
	position: relative;
	display: block;
	margin: 0px auto;
}

.HomeNews .TabNav li .line:After {
	width: 0;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	content: "";
	background: url(../images/navon.png) no-repeat center center/contain;
	transition: all 0.5s
}

.HomeNews .TabNav li.on {
	color: #35a397;
}

.HomeNews .TabNav li.on .line:After {
	width: 100%;
}

.HomeNews .TabNav li.on .moreBtn {
	display: block;
}

.HomeNews .TabNav li:last-child {
	margin-right: 0;
}

.HomeNews .colBox1 .TabCon .top {
	width: 50%;
}

.HomeNews .colBox1 .TabCon .top a {
	box-shadow: 7px 1px 24px rgba(0, 0, 0, 0.08);
}

.HomeNews .colBox1 .TabCon .top .imgbox {
	padding-top: 3.71rem;
}

.HomeNews .colBox1 .TabCon .top .info {
	background: #fff;
	border-top: 0.04rem solid #35a397;
	min-height: 1.3rem;
}

.HomeNews .colBox1 .TabCon .top .info .date {
	width: 1.25rem;
	text-align: center;
	color: #71787d;
	font-size: 14px;
}

.HomeNews .colBox1 .TabCon .top .info .date b {
	color: #32a094;
	line-height: 0.45rem;
	display: block;
	font-size: 0.48rem;
}

.HomeNews .colBox1 .TabCon .top .info aside {
	margin-right: 1.3rem;
	color: #384147;
}

.HomeNews .colBox1 .TabCon .top a:hover .info aside {
	color: #32a094;
}

.HomeNews .colBox1 .TabCon ul {
	width: 45.71%;
}

.HomeNews .colBox1 .TabCon .item:not(:last-child) {
	margin-bottom: 0.34rem;
}

.HomeNews .colBox1 .TabCon .item .date {
	line-height: 0.24rem;
	margin-bottom: 0.15rem;
	color: #71787d;
	position: relative;
}

.HomeNews .colBox1 .TabCon .item .date span {
	position: absolute;
	right: 0;
	width: calc(100% - 1.22rem);
	height: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.HomeNews .colBox1 .TabCon .item .date span:after {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: url(../images/linebg.gif);
	height: 2px;
	transition: all 0.3s;
	content: "";
	width: 100%;
}

.HomeNews .colBox1 .TabCon .item .date span:before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: #35a397;
	height: 1px;
	transition: all 0.5s;
	content: "";
	width: 0;
}

.HomeNews .colBox1 .TabCon .item .date span i {
	position: absolute;
	right: 0;
	width: 10px;
	height: 10px;
	top: 0;
	border-radius: 50%;
	background: #35a397;
	z-index: 10;
}

.HomeNews .colBox1 .TabCon .item:hover .date span:after {
	width: 0;
}

.HomeNews .colBox1 .TabCon .item:hover .date span:before {
	width: 100%;
}

.HomeNews .colBox2 {
	width: 31.07%;
	float: left;
}

.HomeNews .colBox2 .TabCon {
	min-height: 4.58rem;
	border-left: 0.06rem solid #36a498;
	box-shadow: 7px 1px 24px rgba(0, 0, 0, 0.08);
	background: #fff;
	padding: 0.28rem 0.3rem;
}

.HomeNews .colBox2 .TabCon .item {
	padding-bottom: 0.21rem;
}

.HomeNews .colBox2 .TabCon .item:not(:last-child) {
	border-bottom: 1px solid #e3e4e5;
	margin-bottom: 0;
	margin-bottom: 0.24rem;
}

.HomeNews .colBox2 .TabCon .item .tit {
	color: #384147;
}

.HomeNews .colBox2 .TabCon .item .date {
	font-size: 14px;
	margin-bottom: 2px;
	color: #71787d;
}

.HomeNews .colBox2 .TabCon .item .date span {
	margin-right: 0.15rem;
}

.HomeNews .colBox2 .TabCon .item:hover .tit {
	color: #36a498;
}

.HomeNews .colBox3 {
	float: right;
	width: 65.42%;
}

.HomeNews .colBox3 .TabCon ul {
	margin-left: -0.4rem;
	width: 100%;
}

.HomeNews .colBox3 .TabCon .item {
	width: 50%;
	padding-left: 0.4rem;
}

.HomeNews .colBox3 .TabCon .imgbox {
	padding-top: 2.35rem;
}

.HomeNews .colBox3 .TabCon .info {
	background: #fff;
	border: 1px solid #cbd1d5;
	border-top: 0.06rem solid #35a397;
	min-height: 2.23rem;
	padding: 0.35rem 0.4rem;
}

.HomeNews .colBox3 .TabCon .info .ti {
	min-height: 0.2rem;
	min-height: 0.6rem;
	margin-bottom: 0.62rem;
}

.HomeNews .colBox3 .TabCon .info .date {
	color: #71787d;
}

.HomeNews .bg1 {
	background: url(../images/newsbg1.jpg) no-repeat center bottom/cover;
	padding: 1rem 0;
}

.HomeNews .bg2 {
	background: url(../images/newsbg2.jpg) no-repeat center bottom/cover;
	padding: 1rem 0;
}

@media(max-width:1024px) {
	.HomeNews .colBox2 {
		width: auto;
		float: none;
	}

	.HomeNews .colBox3 {
		width: auto;
		float: none;
		padding-top: 0.5rem;
	}
}

@media(max-width:768px) {
	.HomeNews .colBox1 .TabCon .top {
		width: 100%;
		margin-bottom: 0.4rem;
	}

	.HomeNews .colBox1 .TabCon .top .imgbox {
		padding-top: 64%;
	}

	.HomeNews .colBox1 .TabCon ul {
		width: 100%;
	}

	.HomeNews .colBox2 .TabCon {
		display: block;
	}

	.HomeNews .TabNav .moreBtn {
		top: -0.6rem;
	}

	.HomeNews .TabNav li {
		width: 33.333%;
		margin-right: 0;
		text-align: center;
	}
}

@media(max-width:640px) {
	.HomeNews .colBox1 .TabCon .item .date span {
		width: calc(100% - 1.72rem);
	}

	.HomeNews .TabNav li {
		font-size: 15px;
	}

	.HomeNews .colBox3 .TabCon ul {
		margin-left: -0.2rem;
	}

	.HomeNews .colBox3 .TabCon .item {
		padding-left: 0.2rem;
	}

	.HomeNews .colBox3 .TabCon .info {
		padding: 0.2rem;
	}

	.HomeNews .colBox1 .TabCon .top .info .date {
		width: 2rem;
		padding: 0 0.15rem;
	}

	.HomeNews .colBox1 .TabCon .top .info aside {
		margin: 0.25rem;
	}
}

.HomeTechnology {
	padding: 1rem 0;
	position: relative;
	overflow: hidden;
	background: url(../images/HomeTechnology.jpg) center bottom no-repeat;
}

.HomeTechnology .HomeTit h2:after {
	display: inline-block;
	content: "";
	margin-left: 0.12rem;
	width: 0.33rem;
	height: 0.25rem;
	background: url(../images/dot2.png) no-repeat center center/contain;
}

.HomeTechnology .TabNav {
	width: 44.28%;
	float: left;
}

.HomeTechnology .TabNav ul {
	position: relative;
	padding-left: 0.73rem;
	margin-top: 2.76vw;
}

.HomeTechnology .TabNav ul:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 36px;
	top: 0.27rem;
	height: calc(100% - 0.54rem);
	content: "";
	background: url(../images/linebg2.gif);
}

.HomeTechnology .TabNav .item {
	cursor: pointer;
}

.HomeTechnology .TabNav .item aside {
	line-height: 3.59vw;
	font-size: 0.2rem;
	transition: all 0.5s;
}

.HomeTechnology .TabNav .item .desc {
	color: #71787d;
	margin: 0.04rem 0 0.22rem;
	display: none;
}

.HomeTechnology .TabNav .item .moreBtn {
	margin-bottom: 0.37rem;
	display: none;
}

.HomeTechnology .TabNav .item.on aside {
	font-size: 0.32rem;
	color: #33a195;
}

.HomeTechnology .TabNav .item.on .desc {
	animation: fadeInDownSmall 0.4s .3s ease both;
	-webkit-animation: fadeInDownSmall 0.4s .3s ease both;
	-moz-animation: fadeInDownSmall 0.4s .3s ease both;
	display: block;
}

.HomeTechnology .TabNav .item.on .moreBtn {
	animation: fadeInDownSmall 0.4s .3s ease both;
	-webkit-animation: fadeInDownSmall 0.4s .3s ease both;
	-moz-animation: fadeInDownSmall 0.4s .3s ease both;
	display: inline-block;
}

.HomeTechnology .ImgRight {
	width: 36.82vw;
	float: right;
	position: relative;
}

.HomeTechnology .ImgRight .imgbox {
	padding-top: 100%;
	border-radius: 50%;
}

@media(max-width:640px) {
	.HomeTechnology {
		padding: 0.6rem 0;
	}

	.HomeTechnology .TabNav {
		width: auto;
		float: none;
	}

	.HomeTechnology .ImgRight {
		width: 65%;
		float: none;
		margin: 0px auto;
	}

	.HomeTechnology .TabNav .item aside {
		font-size: 15px;
		line-height: 1.6;
	}

	.HomeTechnology .TabNav .item.on aside {
		font-size: 16px;
	}
}

.HomeVideo {
	padding: 1rem 0;
	position: relative;
	overflow: hidden;
}

.HomeVideo .bg {
	background: url(../images/homevideo2.jpg) no-repeat right top/cover;
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	height: 100%;
}

.HomeVideo .HomeTit {
	margin-bottom: 0.28rem;
}

.HomeVideo .HomeTit .desc {
	max-width: 7rem;
}

.HomeVideo .Rec {
	width: 66.21%;
	float: left;
}

.HomeVideo .Rec .imgbox {
	padding-top: 5.21rem;
}

.HomeVideo .imgbox:After {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, 0.2);
	content: "";
}

.HomeVideo .Rec:hover .imgbox:After {
	opacity: 0.1;
}

.HomeVideo .Rec .play {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	text-align: center;
	width: 1.21rem;
	height: 1.21rem;
	line-height: 1.21rem;
	color: #fff;
}

.HomeVideo .Rec .play:before {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
	content: "";
}

.HomeVideo .Rec .play:after {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 0.71rem;
	height: 0.71rem;
	border-radius: 50%;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
	content: "";
}

.HomeVideo .item {
	width: 30.85%;
	float: left;
	margin-left: 2.7%;
}

.HomeVideo .item:not(:last-child) {
	margin-bottom: 0.38rem;
}

.HomeVideo .item .imgbox {
	padding-top: 2.42rem;
}

.HomeVideo .item .item:hover .imgbox:After {
	opacity: 0.1;
}

.HomeVideo .item .play {
	z-index: 2;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 0.5rem;
	height: 0.5rem;
	line-height: 0.5rem;
	text-align: center;
	color: #fff;
	background: rgba(255, 255, 255, 0.25);
	border-radius: 50%;
}

@media(max-width:768px) {
	.HomeVideo .Rec {
		width: auto;
		float: none;
	}

	.HomeVideo .item {
		width: 48%;
		float: none;
		margin: 0.25rem 0 0;
	}

	.HomeVideo .item:nth-child(2) {
		float: right;
	}

	.HomeVideo .item .play {
		width: 35px;
		height: 35px;
		line-height: 35px;
	}

	.HomeVideo .Rec .imgbox {
		padding-top: 64%;
	}

	.HomeVideo {
		padding: 0.6rem 0;
	}
}


.HomeExpert {
	padding: 1rem 0 1rem;
	overflow: hidden;
	position: relative;
}

.HomeExpert .bg {
	background: url(../images/HomeExpert.jpg) no-repeat right top/cover;
	position: absolute;
	left: 0;
	width: 100%;
	top: -25%;
	height: 110%;
}

.HomeExpert .list {
	margin: 0.37rem 0 0 -0.67rem;
}

.HomeExpert .list .item {
	padding-left: 0.67rem;
	float: left;
	width: 25%;
}

.HomeExpert .list .item a {
	display: block;
}

.HomeExpert .list .imgbox {
	padding-top: 119%;
}

.HomeExpert .list .info {
	background: #268782;
	border-radius: 0.83rem 0 0 0;
	padding: 0.27rem 0.33rem 0;
	min-height: 2.9rem;
	margin-top: -0.86rem;
	color: #fff;
	position: relative;
	z-index: 10;
	position: relative;
}

.HomeExpert .list .info:after {
	content: "";
	right: 0.35rem;
	bottom: -0.15rem;
	width: 0.4rem;
	height: 1.88rem;
	position: absolute;
	opacity: 0.03;
	background: url(../images/logobg5.png);
	background-size: contain;
	transition: all 0.5s;
}

.HomeExpert .list .info aside {
	font-size: 0.24rem;
	text-align: right;
}

.HomeExpert .list .info p {
	font-size: 14px;
/*font-weight: lighter;*/
	font-weight: normal;
	text-align: right;
}

.HomeExpert .list .info .desc {
	margin: 0.05rem 0 0.22rem;
}

.HomeExpert .list .item:hover .info {
	background: #dea83f;
}

.HomeExpert .list .item:hover .info:After {
	bottom: 0;
	opacity: 0.1;
}

@media(max-width:1024px) {
	.HomeExpert .list {
		margin-left: -0.35rem;
	}

	.HomeExpert .list .item {
		padding-left: 0.35rem;
	}
}

@media(max-width:768px) {
	.HomeExpert {
		padding: 0.6rem 0;
	}

	.HomeExpert .list .item {
		width: 50%;
		margin-bottom: 0.25rem;
	}

	.HomeExpert .list .info aside {
		font-size: 16px;
	}
}

.HomeCare {
	padding: 1rem 0 1.18rem;
	position: relative;
	overflow: hidden;
}

.HomeCare .bg {
	background: url(../images/HomeCare.jpg) no-repeat right top/cover;
	position: absolute;
	left: 0;
	width: 100%;
	top: -25%;
	height: 110%;
}

.HomeCare .HomeTit .desc {
	max-width: 7.18rem;
}

.HomeCare ul {
	margin: 0.7rem 0 0 -3%;
}

.HomeCare .item {
	margin-left: 3%;
	width: 22%;
	float: left;
	position: relative;
}

.HomeCare .item:nth-child(even) {
	margin-top: 0.82rem;
}

.HomeCare .item a {
	position: relative;
	display: block;
	color: #fff;
}

.HomeCare .info {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	bottom: 0.35rem;
	z-index: 5;
	padding: 0 0.2rem
}

.HomeCare .info .ti {
	font-size: 0.22rem;
	margin-bottom: 0.1rem;
}

.HomeCare .info .desc {
	font-size: 0.14rem;
	line-height: 0.24rem;
	/*font-weight: lighter;*/
	font-weight: normal;
	text-align: left;
}

.HomeCare .imgbox {
	padding-top: 4.24rem;
	border-radius: 0.83rem 0 0 0;
}

.HomeCare .imgbox:after {
	width: 100%;
	content: "";
	left: 0;
	bottom: 0;
	height: 72%;
	background-image: linear-gradient(to top, rgba(36, 135, 130, 0.9), rgba(36, 135, 130, 0));
	z-index: 2;
	position: absolute;
	transition: all 0.3s;
}

.HomeCare .item:hover .imgbox:after {
	height: 85%;
	background-image: linear-gradient(to top, rgba(235, 161, 22, 1), rgba(36, 135, 130, 0));
}

@media(max-width:768px) {
	.HomeCare {
		padding: 0.6rem 0;
	}

	.HomeCare ul {
		margin-left: -10px;
	}

	.HomeCare .item {
		padding-left: 10px;
		width: 47%;
	}

	.HomeCare .info .ti {
		font-size: 15px;
	}

	.HomeCare .item {
		margin-top: 0.2rem;
	}

	.HomeCare .item:nth-child(even) {
		margin-top: 0.2rem;
	}
}



/*common s*/
.SubPage {
	position: relative;
	background: #fff;
	z-index: 1;
	overflow: hidden;
	height: auto !important;
	height: 100px;
	min-height: 100px;
	padding: 1rem 0;
	clear: both;
}

.SubBan {
	position: relative;
	overflow: hidden;
	margin-top: 1.7rem;
	transition: all 0.5s;
}

.SubBan .w1280 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	color: #fff;
	text-align: center;
}

.SubBan h2 {
	font-size: 0.5rem;
	line-height: 1.05;
}

.SubBan .img img {
	width: 100%;
	transform: scale(1.1);
	transition: all 5s;
}

.SubBan.on2 {
	margin-top: 0.73rem;
}

.SubBan.on .img img {
	transform: scale(1);
}

.SubTit {
	position: relative;
	text-align: center;
	padding-bottom: 0.45rem;
}

.SubTit.f30 h2 {
	font-size: 0.3rem;
}

.SubTit h2 {
	color: #000000;
	font-size: 0.4rem;
	font-weight: normal;
	line-height: 1.2;
	position: relative;
	display: inline-block;
}

.SubTit h2:before {
	content: "";
	position: absolute;
	left: -0.1rem;
	top: -0.1rem;
	width: 0.6rem;
	height: 0.49rem;
	background: url(../images/logo_shadow.png) no-repeat;
	background-size: contain;
}

.SubTit .desc {
	color: #666666;
	max-width: 11.5rem;
	margin: 0.25rem auto 0;
}

.SubTit .moreBtn3 {
	margin-top: -0.5rem;
}

.SubTit .TabNav {
	position: absolute;
	right: 0;
	top: 0;
}

.SubTit .TabNav li {
	cursor: pointer;
	padding: 0.09rem 0.18rem;
	border: 1px solid #268782;
	color: #268782;
	border-radius: 0.18rem 0 0 0;
	transition: all 0.5s;
}

.SubTit .TabNav li:not(:last-child) {
	margin-right: 0.3rem;
}

.SubTit .TabNav li.on {
	background: #268782;
	color: #fff;
}

.SubTit.tl .desc {
	margin-left: 0;
	margin-right: 0;
	max-width: 60%
}

.SubTit.tl .moreBtn {
	position: absolute;
	right: 0;
	top: 0;
}

.SubTit.white h2 {
	color: #fff;
	margin-bottom: 0.25rem;
}

.SubTit.white .desc {
	color: rgba(255, 255, 255, 0.8);
}

.SubTit.white h2:before {
	background: url(../images/logo_shadow2.png) no-repeat;
	background-size: contain;
}

.SubTit2 {
	padding-bottom: 0.5rem;
	position: relative;
}

.SubTit2 h2,
.SubTit2 .item {
	font-size: 0.3rem;
	font-weight: normal;
	color: #328f8a;
	line-height: 1;
}

.SubTit2 h2 img {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0.13rem 0 0.08rem;
	width: 0.37rem;
}

.SubTit2 h2 br {
	display: contents;
}

.SubTit2 .moreBtn {
	position: absolute;
	right: 0;
	top: 0;
}

.SubTit2.white h2 {
	color: #fff;
}

.TabNav.SubTit2 .moreBtn {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
}

.TabNav.SubTit2 .item {
	color: #384147;
	cursor: pointer;
}

.TabNav.SubTit2 .item span {
	display: block;
	position: relative;
}

.TabNav.SubTit2 .item:not(:last-child) {
	padding-right: 0.83rem;
}

.TabNav.SubTit2 .item:not(:last-child) span:after {
	position: absolute;
	right: -0.43rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 0.27rem;
	content: "";
	background-color: #dbdcdc;
}

.TabNav.SubTit2.white .item {
	color: rgba(255, 255, 255, 0.6);
}

.TabNav.SubTit2.white .on {
	color: rgba(255, 255, 255, 1);
}

.TabNav.SubTit2.white .item:not(:last-child) span:after {
	background-color: rgba(255, 255, 255, 0.2);
}

.TabNav.SubTit2 .on {
	color: #328f8a;
}

.TabNav.SubTit2 .on .moreBtn {
	display: block;
}

.ColName {
	text-align: center;
	border-radius: 0.46rem 0 0 0;
	background: #328f8a;
	color: #fff;
	width: 2.1rem;
	height: 1rem;
	overflow: hidden;
	position: relative;
}

.ColName:After {
	content: "";
	position: absolute;
	width: 1.35rem;
	height: 1.37rem;
	background: url(../images/logobg9.png) no-repeat center top/contain;
	top: 0;
	left: 0;
}

.ColName i {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	display: none;
}

.ColName h2 {
	font-size: 0.24rem;
	position: relative;
	z-index: 1;
}

.ColName p {
	line-height: 18px;
	font-size: 14px;
	color: #59c3bd;
	/*font-weight: lighter;*/
	font-weight: normal;
	position: relative;
	z-index: 1;
}

.SubMenu {
	position: absolute;
	bottom: -0rem;
	z-index: 10;
	width: 100%;
	height: 0.6rem;
	background: rgba(36, 130, 125, 0.8);
}

.SubMenu .top {
	top: -0.5rem;
	border-bottom: 1px solid #eaeaea;
	position: relative;
	z-index: 11;
}

.SubMenu ul {
	width: 100%;
	min-height: 0.6rem;
	align-items: center;
}

.SubMenu li {
	position: relative;
	text-align: center;
	line-height: 24px;
	margin-right: 0.15rem;
}

.SubMenu li:last-child {
	padding-right: 0;
}

.SubMenu li a {
	display: flex;
	position: relative;
	z-index: 1;
	color: #fff;
	align-items: center;
	justify-content: center;
	height: 0.6rem;
	padding: 0 0.1rem;
}

.SubMenu li a:hover,
.SubMenu li.onli a {
	background: #ef9b00;
	color: #fff;
}

.SubMenu .sub {
	position: absolute;
	left: 50%;
	top: 70%;
	width: 150px;
	padding: 0.15rem;
	background-color: #fff;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
	transform: translateX(-50%);
	border-radius: 0 0 0.1rem 0.1rem;
	transition: all 0.3s;
	;
	opacity: 0;
	z-index: -100;
	visibility: hidden;
}

.SubMenu .sub li {
	padding: 0.1rem 0;
}

.SubMenu .sub li a {
	height: auto;
	color: #333 !important;
}

.SubMenu .sub li a:hover {
	color: #ef9b00 !important;
}

.SubMenu li.onli {
	z-index: 10;
}

.SubMenu li:hover {
	z-index: 10;
}

.SubMenu li:hover .sub {
	top: 90%;
	z-index: 10;
	opacity: 1;
	visibility: visible;
}

.Place {
	color: #999999;
	font-size: 14px;
	padding-top: 0.19rem;
	border-top: 3px solid #f2f2f2;
	text-align: right;
	top: -0.5rem;
	z-index: 10;
}

.Place:before {
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 11px;
	height: 14px;
	background: url(../images/ico/ico_home.svg);
	margin-right: 7px;
	color: #999999;
}

.Place a {
	color: #999999;
}

.Place a:hover {
	color: #ef9b00;
}

.Place span br {
	display: contents;
}

.SinglePage {
	word-wrap: break-word;
	word-break: normal;
	text-align: justify;
}

.SinglePage p {
	text-indent: 2em;
}

.SinglePage table {
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}

.SinglePage table td,
.SinglePage table th {
	padding: 0.12rem 0.25rem;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
}

.SinglePage table.blue th {
	color: #fff;
	font-size: 0.18rem;
	background: #00358a;
	font-weight: normal;
}

.SinglePage table.blue td,
.SinglePage table.blue th {
	padding: 0.25rem 0.12rem;
}

.SinglePage table.blue td {
	border-top: 0;
}

.SinglePage table.blue tbody tr:nth-child(odd) {
	background: #f8f9fa;
}

.SinglePage table tr {
	transition: all 0.3s;
}

.SinglePage table tr:hover td {
	background: #fff;
}

.SinglePage table tr:hover {
	box-shadow: 0 15px 38px rgba(0, 0, 0, 0.18);
	position: relative;
	z-index: 1;
}

@media(max-width:1024px) {

	.SubBan {
		margin-top: 0;
	}

	.SubBan.on {
		margin-top: 0;
	}

	.SubTit .desc br {
		display: contents;
	}

	.ColName {
		width: 100%;
		height: auto;
		padding: 0.15rem 0;
	}

	.ColName i {
		display: block;
	}

	.SubMenu {
		position: static;
		height: auto;
		display: none
	}

	.SubMenu ul {
		width: 100%;
		padding: 0.15rem 0;
	}

	.SubMenu li {
		width: 33.333%;
	}

	.SubMenu li a {
		height: 46px;
		line-height: 20px;
	}

	.SubMenu .sub.show {
		position: static;
		transform: translate(0);
		opacity: 1;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		visibility: visible;
		background-color: rgba(0, 0, 0, 0.05);
	}
}

@media(max-width:768px) {
	.SubBan h2 {
		font-size: 0.4rem;
	}

	.SubPage {
		padding: 0.4rem 0 !important;
	}

	.SinglePage {
		line-height: 24px !important;
	}

	.SubTit .TabNav {
		position: static;
		justify-content: center;
		padding-top: 0.35rem;
	}

	.SubTit2 h2 {
		font-size: 18px;
	}
}

@media(max-width:580px) {
	.ColName h2 {
		font-size: 16px;
	}

	.SubMenu li {
		padding: 0 2px;
	}

	.Place {
		font-size: 14px;
	}

	.SinglePage table td {
		font-size: 12px;
	}

	.SinglePage table td,
	.SinglePage table th {
		padding: 5px;
	}

	.SinglePage table.blue th {
		font-size: 14px;
	}
}

/*common end*/

/* 医院概览 */
.AboutBan .img {
	position: relative;
}

.AboutBan .img:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
	content: "";
}

.AboutBan .txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 51%;
	text-align: center;
	color: #ffffff;
	display: none
}

.AboutBan .txt h3 {
	font-size: 0.34rem;
	line-height: 0.32rem;
	font-weight: normal;
	margin-bottom: 0.25rem;
}

.AboutBan .txt p {
	font-size: 0.16rem;
	line-height: 0.32rem;
	/*font-weight: lighter;*/
	font-weight: normal;
}

.AboutInfo {
	background: url(../images/about_bg1.jpg) no-repeat center bottom/cover;
}

.AboutInfo .numList {
	padding: 0 0.95rem
}

.AboutInfo .numList .item {
	margin: 0.18rem 0.2rem;
	flex: 1;
	position: relative;
	transition: all 0.5s;
	color: #268782;
	border: 1px solid #268782;
	border-radius: 0.8rem 0.1rem 0.1rem 0.1rem;
	min-height: 1.4rem;
	padding: 0.15rem 0 0.15rem 0.78rem;
}

.AboutInfo .numList .item .num {
	line-height: 0.57rem;
}

.AboutInfo .numList .item .num span {
	font-size: 0.48rem;
	line-height: 1;
	vertical-align: middle;
}

.AboutInfo .numList .item .num sub {
	display: inline-block;
	line-height: 24px;
	margin-left: 7px;
}

.AboutInfo .numList .item:hover {
	background: #dea83f;
	border: 1px solid #dea83f;
	color: #fff;
}

.AboutInfo .SubTit .moreBtn3 {
	margin-top: 0.5rem;
}

.AboutTeam {
	background: url(../images/about_bg2.jpg) no-repeat center bottom/cover;
}

.AboutTeam .slick-list {
	padding-right: 18%;
	width: 118%;
}

.AboutTeam .slider .item {
	padding-right: 0.67rem;
	opacity: 0.2;
}

.AboutTeam .slider .item:last-child {
	padding-right: 0;
}

.AboutTeam .slider .item a {
	display: block;
	position: relative;
	padding-bottom: 0.6rem;
}

.AboutTeam .slider .imgbox {
	padding-top: 133.45%;
}

.AboutTeam .slider .info {
	background-image: linear-gradient(150deg, #50adbc 0%, #58c6ba 100%), linear-gradient(#268782, #268782);
	background-blend-mode: normal, normal;
	border-radius: 0.83rem 0 0 0;
	padding: 0.2rem;
	min-height: 1.32rem;
	color: #fff;
	position: relative;
	z-index: 10;
	position: relative;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.AboutTeam .slider .info aside {
	font-size: 0.24rem;
	text-align: right;
	margin-bottom: 2px;
}

.AboutTeam .slider .info p {
	font-size: 14px;
	/*font-weight: lighter;*/
	font-weight: normal;
	text-align: right;
	line-height: 20px;
	min-height: 20px;
	margin-bottom: 6px;
}

.AboutTeam .slider .item.slick-active:hover .info {
	background: #dea83f;
}

.AboutTeam .slider .item.slick-active {
	opacity: 1;
}

.AboutTeam .slick-arrow {
	bottom: -0rem;
	transform: translateY(50%);
	top: auto
}

.AboutTeam .slick-prev {
	left: auto;
	right: 0.55rem;
}

.AboutTeam .slick-next {
	right: 0;
}

.AboutTeam .slick-dots {
	position: static;
	margin-top: 0.39rem;
	border-top: 1px solid #e2e4e7;
	height: 3px;
	display: flex;
}

.AboutTeam .slick-dots li {
	width: auto !important;
	flex: 1;
	height: 3px;
	top: -2px;
	margin: 0;
}

.AboutTeam .slick-dots li button {
	background-color: transparent;
}

.AboutTeam .slick-dots li.slick-active button {
	height: 3px;
}

.AboutHornor {
	background: url(../images/about_bg3.jpg) no-repeat center bottom/cover;
}

.AboutHornor .slider {
	margin: 0 -0.27rem;
}

.AboutHornor .item {
	padding: 0 0.27rem;
}

.AboutHornor .moreBtn3 {
	top: 0;
	position: absolute;
	right: 0;
	margin-top: 0;
}

.AboutHornor .imgbox {
	padding-top: 69.83%;
	margin-bottom: 0.17rem;
}

.AboutHornor .ti {
	font-size: 0.2rem;
	min-height: 0.8rem;
}

.AboutHornor .slick-dots {
	position: static;
	margin-top: 5px;
}

.AboutHornor .slick-arrow {
	top: 28%;
}

.AboutHornor .slick-prev {
	left: -0.8rem;
}

.AboutHornor .slick-next {
	right: -0.8rem;
}

.AboutJg {
	background: url(../images/about_bg2.jpg) no-repeat center bottom/cover;
}

.AboutJg .TabCon {
	text-align: center;
}

.AboutCulture {
	background: url(../images/about_bg3.jpg) no-repeat center bottom/cover;
}

.AboutCulture .slick-list {
	padding-right: 18%;
	width: 118%;
}

.AboutCulture .moreBtn3 {
	top: 0;
	position: absolute;
	right: 0;
	margin-top: 0;
}

.AboutCulture .item {
	padding-right: 0.43rem;
	position: relative;
	opacity: 0.2;
}

.AboutCulture .item:last-child {
	padding-right: 0;
}

.AboutCulture .item:nth-child(even) {
	margin-top: 0.82rem;
}

.AboutCulture .item a {
	position: relative;
	display: block;
	color: #fff;
}

.AboutCulture .info {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	bottom: 0.35rem;
	z-index: 5;
}

.AboutCulture .info .ti {
	font-size: 0.22rem;
	margin-bottom: 0.18rem;
}

.AboutCulture .imgbox {
	padding-top: 4.24rem;
	border-radius: 0.83rem 0 0 0;
}

.AboutCulture .imgbox:after {
	width: 100%;
	content: "";
	left: 0;
	bottom: 0;
	height: 72%;
	background-image: linear-gradient(to top, rgba(36, 135, 130, 0.9), rgba(36, 135, 130, 0));
	z-index: 2;
	position: absolute;
	transition: all 0.3s;
}

.AboutCulture .item:hover .imgbox:after {
	height: 85%;
	background-image: linear-gradient(to top, rgba(235, 161, 22, 1), rgba(36, 135, 130, 0));
}

.AboutCulture .item.slick-active {
	opacity: 1;
}

.AboutCulture .slick-arrow {
	top: 40%;
}

.AboutCulture .slick-prev {
	left: -0.8rem;
}

.AboutCulture .slick-next {
	right: -0.8rem;
}

.AboutEnvironment .slider {
	max-width: 10.8rem;
	margin: 0px auto;
}

.AboutEnvironment .slick-list {
	padding: 0 40%;
	margin: 0 -40%;
}

.AboutEnvironment .item {
	padding: 0 0.1rem;
	opacity: 0.3;
}

.AboutEnvironment .item a {
	position: relative;
	display: block;
	text-align: centerv;
}

.AboutEnvironment .imgbox {
	padding-top: 31.61vw;
}

.AboutEnvironment .item .ti {
	font-size: 0.22rem;
	position: absolute;
	left: 0.3rem;
	width: calc(100% - 0.6rem);
	bottom: 0;
	color: #fff;
	opacity: 0;
	transition: all 0.5s;
	z-index: 10;
}

.AboutEnvironment .imgbox:after {
	width: 100%;
	content: "";
	left: 0;
	bottom: 0;
	height: 30%;
	background-image: linear-gradient(to top, rgba(36, 135, 130, 0.9), rgba(36, 135, 130, 0));
	z-index: 2;
	position: absolute;
	transition: all 0.3s;
}

.AboutEnvironment .slick-current {
	opacity: 1;
}

.AboutEnvironment .slick-current .ti {
	opacity: 1;
	bottom: 0.45rem;
}

.AboutEnvironment .slick-arrow {
	transform: translateY(-50%);
}

.AboutEnvironment .slick-prev {
	left: -0.88rem;
}

.AboutEnvironment .slick-next {
	right: -0.88rem;
}

.AboutCultural {
	background: url(../images/AboutCulturalbg.jpg) no-repeat center bottom/cover;
}

.AboutCultural .CulturalBox {
	background: url(../images/AboutCulturalbg2.jpg) no-repeat center/cover;
	height: 6rem;
}

.AboutCultural .CulturalBox ul {
	display: flex;
}

.AboutCultural .CulturalBox ul ol {
	width: 12%;
	margin-right: 14%;
	padding-top: 0.6rem;
	writing-mode: vertical-rl;
	color: #fff;
	height: 6rem;
	font-size: 0.32rem;
	line-height: 0.42rem;
	letter-spacing: 0.06rem;
}

.AboutCultural .CulturalBox ul ol p:first-child {
	text-indent: 0.76rem;
}

.AboutCultural .CulturalBox ul li {
	width: 20%;
	writing-mode: vertical-rl;
	position: relative;
	padding-top: 0.6rem;
}

.AboutCultural .CulturalBox ul li:after {
	width: 1px;
	height: 2.4rem;
	content: "";
	top: 1rem;
	position: absolute;
	right: 0.4rem;
	background-color: #ffffff;
	opacity: 0.2;
}

.AboutCultural .CulturalBox ul li {
	color: #fff;
	padding-right: 0.7rem;
}

.AboutCultural .CulturalBox ul li .ti {
	font-size: 0.2rem;
	line-height: 0.28rem;
	margin-left: 0.15rem;
}

.AboutCultural .CulturalBox ul li .ti span {
	writing-mode: initial;
	font-size: 0.14rem;
	line-height: 0.28rem;
	color: #ffffff;
	/*font-weight: lighter;*/
	font-weight: normal;
	margin-top: 0.8rem;
}

.AboutCultural .CulturalBox ul li .txt * {
	font-size: 0.19rem !important;
	line-height: 0.37rem !important;
	letter-spacing: 0.01rem !important;
	color: #ffffff;

}

.AboutCultural .CulturalBox ul li:hover {
	background: rgba(72, 131, 128, 0.5);
}

.AboutCultural .CulturalBox ul li:hover .ti {
	font-size: 0.24rem;
	color: #e2b254;
}

.AboutCultural .CulturalBox ul li:hover p {
	opacity: 1;
}

.AboutCultural .CulturalBox ul li .moreBtn2 {
	writing-mode: initial;
	text-align: center;
	position: absolute;
	bottom: 0.4rem;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	;
	z-index: -1;
	padding-left: 0;
}

.AboutCultural .CulturalBox ul li:hover .moreBtn2 {
	opacity: 1;
	z-index: 5;
}

.AboutCultural .CulturalBox ul li .moreBtn2:After,
.AboutCultural .CulturalBox ul li:hover .moreBtn2:After {
	width: 100%;
	;
	background-repeat: no-repeat;
	background-position: center;
}

.AboutCultural .CulturalBox ul li,
.AboutCultural .CulturalBox ul li * {
	transition: all 0.3s
}

@media(max-width:1024px) {
	.AboutInfo .numList .item {
		padding-left: 0.2rem;
		padding-top: 0.4rem;
	}

	.AboutTeam .slick-arrow {
		display: none !important;
	}

	.AboutCulture .slick-prev,
	.AboutEnvironment .slick-prev,
	.AboutHornor .slick-prev {
		left: 0;
	}

	.AboutCulture .slick-next,
	.AboutEnvironment .slick-next,
	.AboutHornor .slick-next {
		right: 0;
	}

	.AboutTeam .slider .item {
		padding-right: 0.2rem;
	}

	.AboutCultural .CulturalBox ul ol {
		margin-right: 5%;
	}

	.AboutBan .txt {
		max-width: unset;
		width: 90%
	}

	.AboutBan .img {
		/*height: 200px;*/
	}

	.SubBan .img img {
		height: 100%;
		max-width: unset;
	
	}

	.AboutBan .txt p {
		line-height: 1.3;
	}
}

@media(max-width:768px) {
	.AboutInfo .numList {
		margin-left: -1%;
	}

	.AboutInfo .numList .item {
		margin-left: 1%;
		flex: none;
		width: 48%;
	}

	.AboutCultural .CulturalBox ul {
		flex-wrap: wrap;
	}

	.AboutHornor .slider {
		margin: 0 -0.1rem;
	}

	.AboutHornor .item {
		padding: 0 0.1rem;
	}

	.AboutCultural .CulturalBox ul ol {
		writing-mode: initial;
		width: 100%;
		height: auto;
		padding: 0.4rem
	}

	.AboutCultural .CulturalBox ul ol p:first-child {
		text-indent: 0;
	}

	.AboutCultural .CulturalBox ul ol p:nth-child(2) {
		text-indent: 0.76rem;
	}

	.AboutCultural .CulturalBox ul li {
		width: 50%;
		padding: 0;
		writing-mode: initial;
		float: left;
		padding: 20px;
	}

	.AboutCultural .CulturalBox ul li .moreBtn2 {
		position: static;
		display: none
	}

	.AboutTeam .slider .item {
		padding-right: 0.2rem;
	}

	.AboutCultural .CulturalBox ul li:after {
		display: none
	}

	.AboutCultural .CulturalBox ul li .ti {
		margin-left: 0;
		margin-bottom: 0.15rem;
	}

	.AboutCultural .CulturalBox {
		height: auto;
	}

	.AboutCulture .item {
		padding-right: 0.2rem;
	}

	.AboutCulture .item:nth-child(even) {
		margin-top: 0;
		;
	}

	.AboutCultural .CulturalBox ul li:nth-child(odd) {
		text-align: right;
	}

	.AboutEnvironment .imgbox {
		padding-top: 64%;
	}

	.AboutCultural .CulturalBox ul li .ti span {
		margin-left: 0.5rem;
		font-size: 20px;
	}

	.AboutCultural .CulturalBox ul li .ti {
		font-size: 20px;
		line-height: 24px;
	}

	.AboutCultural .CulturalBox ul li p {
		font-size: 14px;
		line-height: 20px;
	}

	.SubTit.tl .desc {
		max-width: unset;
	}
}

@media(max-width:640px) {
	.AboutCultural .CulturalBox ul li {
		width: 100%;
	}

	.AboutTeam .slider .info aside,
	.AboutHornor .ti,
	.AboutCulture .info .ti,
	.AboutEnvironment .slick-current .ti {
		font-size: 15px;
	}
}

/*领导团队*/
.LeadershipTeam {
	padding: 0.8rem 0 0.6rem;
	background: url(../images/AboutCulturalbg.jpg) no-repeat center bottom
}

.LeadershipTeam {
	text-align: center;
}

.LeadershipTeam li {
	width: 1.65rem;
	margin: 0.25rem;
	display: inline-block;
	text-align: center;
}

.LeadershipTeam li .imgbox {
	padding-bottom: 133.33%;
}

.LeadershipTeam li:nth-child(1) {
	clear: left;
}

.LeadershipTeam li:nth-child(2) {
	clear: right;
}

.LeadershipTeam li .info {
	margin-top: 0.1rem;
	font-size: 0.18rem;
	/*font-weight: lighter;*/
	font-weight: normal;
}

/*认证与荣誉展示*/
.Certification {
	padding: 0.5rem 0 1rem;
	background: url(../images/AboutCulturalbg.jpg) no-repeat center bottom
}

.Certification ul li {
	width: 25%;
	padding: 0 1%;
	float: left;
	margin-top: 0.4rem;
	background: url(../images/bookbg.png) no-repeat center 87%;
}

.Certification ul li .imgbox {
	padding-bottom: 66.5%;
}

.Certification ul li .ti {
	font-size: 0.18rem;
	text-align: center;
	min-height: 0.56rem;
	margin-top: 0.2rem;
	/*font-weight: lighter;*/
	font-weight: normal;
}

.Certification.Certification2 ul li {
	width: 33.33%;
	background: url(../images/bookbg.png) no-repeat center 91%;
	padding: 0 0.2rem
}

/*门诊须知*/
.ClinicInformation li {
	/*font-weight: lighter;*/
	font-weight: normal;
	background-color: #ffffff;
	height: 0.8rem;
	margin-bottom: 0.2rem;
	box-shadow: 0rem 0.05rem 0.12rem 0rem rgba(36, 130, 125, 0.1);
	padding-left: 0.7rem;
	padding-right: 0.7rem;
	position: relative;
}

.ClinicInformation li:before {
	width: 0.14rem;
	height: 0.14rem;
	position: absolute;
	left: 0.4rem;
	top: 50%;
	margin-top: -0.07rem;
	content: "";
	border-radius: 50%;
	border: solid 0.03rem #24827d;
}

.ClinicInformation li .ti {
	float: left;
	width: calc(100% - 1.2rem);
	line-height: 0.8rem;
	font-size: 0.2rem;
	color: #333333;
}

.ClinicInformation li time {
	float: right;
	line-height: 0.8rem;
	font-size: 0.18rem;
	color: #333333;
}

.ClinicInformation li:hover .ti {
	font-size: 0.24rem;
	font-weight: normal;
	color: #24827d;
}

.ClinicInformation li:hover:before {
	border-color: #dea840;
}

.ClinicInformation li,
.ClinicInformation li * {
	transition: all 0.3s
}

/*  门诊排班  */
.Searchbox {
	padding: 0.2rem;
	background-color: #f5f5f5;
	border-radius: 0.05rem;
	border: solid 0.01rem #eeeeee;
	text-align: center;
}

.Searchbox input {
	width: 60%;
	max-width: 7rem;
	height: 0.5rem;
	background: #ffffff url(../images/sousuo.png) no-repeat 0.2rem center;
	border-radius: 0.25rem;
	text-indent: 0.52rem;
	color: #b1b1b1;
	border: solid 0.01rem #ededed;
}

.Searchbox button {
	width: 1.07rem;
	text-align: center;
	font-size: 0.18rem;
	color: #ffffff;
	height: 0.5rem;
	background-color: #217672;
	border-radius: 0.25rem;
}

.Outpatient h3 {
	font-size: 0.18rem;
	font-weight: normal;
	line-height: 0.3rem;
	color: #555555;
	margin: 0.4rem 0 0.2rem
}

.Outpatient p {
	font-size: 0.18rem;
	line-height: 0.3rem;
	color: #555555;
	/*font-weight: lighter;*/
	font-weight: normal;
	margin-top: 0.2rem;
}

.Scheduling {
	margin-top: 0.5rem;
}

.Scheduling .TabNav li {
	width: 21%;
	background: #ffffff url(../images/yunbg1.png) no-repeat right bottom/100% 100%;
	cursor: pointer;
	position: relative;
	border-radius: 0.3rem 0rem 0rem 0rem;
	text-align: center;
	font-size: 0.18rem;
	color: #333333;
	/*font-weight: lighter;*/
	font-weight: normal;
	height: 0.65rem;
	line-height: 0.65rem;
}

.Scheduling .TabNav li.on {
	background: #dea840 url(../images/yunbg2.png) no-repeat right bottom;
	color: #fff
}

.Scheduling .TabNav li:after {
	width: 21px;
	transition: all 0.3s height: 0px;
	background: url(../images/pbbg.png) no-repeat center;
	content: "";
	left: 50%;
	transform: translateX(-50%);
	bottom: -0.3rem;
	position: absolute;
}

.Scheduling .TabNav li.on .hide {
	display: inline-block;
	margin-left: 0.1rem;
}

.Scheduling .TabNav li.on img {
	display: none
}

.Scheduling .TabNav li:after {
	width: 21px;
	transition: all 0.3s height: 0px;
	background: url(../images/pbbg.png) no-repeat center;
	content: "";
	left: 50%;
	transform: translateX(-50%);
	bottom: -0.3rem;
	position: absolute;
}

.Scheduling .TabNav li.on:after {
	height: 10px;
}

.Scheduling .TabNav li,
.Scheduling .TabNav li * {
	transition: all 0.3s
}

.Scheduling .TabCon {
	padding: 0.2rem;
	background: #ecf5f5;
	margin-top: 0.3rem;
}

.Scheduling .TabCon li {
	width: 16%;
	float: left;
	margin-right: 0.8%;
	margin-bottom: 0.8%;
	height: 0.48rem;
	background-color: #ffffff;
	text-align: center;
	font-size: 0.16rem;
	padding: 0.1rem
}

.Scheduling .TabCon li:nth-child(6n) {
	margin-right: 0;
}

.Scheduling .TabCon li a {
	display: flex;
	justify-content: space-between
}


/*健康管理(体检)中心*/
.PhysicalExamination .imgbox {
	width: 50%;
	padding-bottom: 30%;
	float: left;
}

.PhysicalExamination .txt {
	width: 46%;
	float: right;
	line-height: 0.34rem;
	color: #333333;
}

.PhysicalExamination .txt .ti {
	font-size: 0.3rem;
	line-height: 0.32rem;
	color: #408c8a;
	margin-bottom: 0.35rem;
}

.PhysicalExamination .txt .ti2 {
	font-size: 0.25rem;
	line-height: 0.32rem;
	margin-bottom: 0.15rem;
}

.PhysicalExamination .txt p {
	/*font-weight: lighter;*/
	font-weight: normal;
	text-align: justify;
	transition: all 0.3s;
	font-size: 0.16rem
}

.PhysicalExamination .txt .showmore {
	display: none
}

.PhysicalExamination .moreBtn4 {
	margin-top: 0.4rem;
}


.zjjs {
	padding: 1rem 0;
	background: url(../images/zjbg.jpg) no-repeat center
}

.mapbox {
	width: 100%;
	height: 5.8rem;
}

.maps .desc {
	line-height: 0.46rem;
	color: #333333;
	margin-top: 0.5rem;
}

.maps .desc a {
	color: #24827d;
}

.maps .desc a:hover {
	font-weight: bold;
}


.FloorInformation {
	background: url(../images/AboutCulturalbg.jpg) no-repeat center bottom
}
.FloorInformation .NavBox{position: relative}

.FloorInformation .mySlickNav {
	background-color: #f2f2f2;
	height: 0.6rem;
	line-height: 0.5rem;
	position: relative;
	overflow: hidden;
	padding: 0 0.6rem;
	width: 100%;
}

.FloorInformation .slick-arrow {
	top: 0;
	width: 0.6rem;
	height: 0.6rem;
	background: none;
	color: #24827D
}
.FloorInformation .slick-arrow.slick-disabled{opacity: 0.3}
.FloorInformation .slick-prev:After {
	background-image: url(../images/ico/arr_left_g.png);
}

.FloorInformation .slick-prev:hover:After {
	background-image: url(../images/ico/arr_left_y.png);
}

.FloorInformation .slick-next:After {
	background-image: url(../images/ico/arr_right_g.png);
}

.FloorInformation .slick-next:hover:After {
	background-image: url(../images/ico/arr_right_y.png);
}

.FloorInformation .mySlickNav .slick-slide {
	float: left;
	padding:0.05rem;
	cursor: pointer;
}
.FloorInformation .mySlickNav .slick-slide a{display: block; text-align: center; box-shadow:inset  0 0 0 1px #24827d}
.FloorInformation .mySlickNav .slick-slide.slick-current a{
	background: #DEA840;
	color: #fff;
	box-shadow:none
}

.FloorInformation .mySlick {
	margin-top: 0.4rem;
	padding-bottom: 1rem;
	display: inline-block;width: 100%;
}

.FloorInformation .mySlick .navbox table thead {
	height: 0.6rem;
	background-color: #24827d;
	font-weight: normal;
}

.FloorInformation .mySlick .navbox table {
	width: 100%;
}

.FloorInformation .mySlick .navbox table th {
	color: #fff;
	font-size: 0.2rem;
}

.FloorInformation .mySlick .navbox table tbody tr {
	height: 0.6rem;
	background-color: #f7fafa;
	color: #333333;
	/*font-weight: lighter;*/
	font-weight: normal;
}

.FloorInformation .mySlick .navbox table tbody tr td:first-child {
	text-align: center;
}

.FloorInformation .mySlick .navbox table tbody tr td:nth-child(2) {
	padding-left: 0.4rem;
}

.FloorInformation .mySlick .navbox table tbody tr td:nth-child(3) {
	text-align: center;
	;
}



.PopularScience {
	background: url(../images/kpbg1.png) no-repeat top center/100% auto;
	padding: 0.6rem;
	color: #555555;
	line-height: 0.32rem;
	position: relative;
}

.PopularScience .datail .ti {
	margin-bottom: 0.2rem;
}

.PopularScience:after {
	position: absolute;
	;
	left: 0;
	bottom: 0;
	width: 100%;
	background: url(../images/kpbg2.png) no-repeat bottom center/100% auto;
	z-index: -1;
	content: "";
	height: 100%
}

.KpList .TabNav {
	margin-top: 0.7rem;
	padding-bottom: 0.2rem;
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 0.4rem;
	;
}

.KpList .TabNav li {
	display: inline-block;
	margin: 0 0.42rem;
	cursor: pointer;
}

.KpList .TabNav {
	text-align: center;
	font-size: 0.2rem;
	line-height: 0.3rem;
	color: #333333;
	/*font-weight: lighter;*/
	font-weight: normal;
}

.KpList .TabNav li.on {
	color: #24827d;
	font-weight: normal;
}

.KpList .TabCon .slider .imgbox {
	width: 50%;
	float: left;
	padding-bottom: 30%;
}

.KpList .TabCon .slider .info {
	width: 50%;
	padding-left: 0.6rem;
}

.KpList .TabCon .slider .info time {
	font-size: 0.18rem;
	color: #333333;
	line-height: 0.3rem;
	font-weight: normal;
}

.KpList .TabCon .slider .info .ti {
	font-weight: normal;
	margin: 0.2rem 0
}

.KpList .TabCon .slider .info .desc {
	line-height: 0.3rem;
}

.KpList .TabCon .slider .info .moreBtn4 {
	margin-top: 0.4rem;
}

.KpList .TabCon .slick-arrow {
	top: auto;
	bottom: 0
}

.KpList .TabCon .slick-prev {
	left: auto;
	right: 55px;
}

.KpList .TabCon .mediaNews {
	margin-top: 1rem;
}

.KpList .TabCon .mediaNews .ti {
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0.2rem;
}

.KpList .TabCon .mediaNews .info {
	border: solid 0.01rem #dbdbdb;
	border-top: 0.06rem solid #33a195;
	padding: 0.25rem
}

.KpList .TabCon .mediaNews .imgbox {
	margin-bottom: 0;
}

.KpList .TabCon .mediaNews .info time {
	color: #999999;
}

.KpList .TabCon .List .Rec {
	width: 55%;
	float: left;
}

.KpList .TabCon .List .Rec .imgbox {
	padding-top: 3.85rem;
}

.KpList .TabCon .List .Rec .txt {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0) 100%);
	;
	padding: 0.3rem 0.3rem 0.2rem;
	color: #fff
}

.KpList .TabCon .List .Rec .txt time {
	font-size: 0.16rem;
	line-height: 0.3rem;
	/*font-weight: lighter;*/
	font-weight: normal;
}

.KpList .TabCon .List .Rec .txt .ti {
	font-size: 0.2rem;
	line-height: 0.3rem;
}

.KpList .TabCon .List .item {
	width: 43%;
	float: left;
	margin-left: 2%;
}

.KpList .TabCon .List .item:not(:last-child) {
	margin-bottom: 0.13rem;
}

.KpList .TabCon .List .item .imgbox {
	padding-top: 1.2rem;
	float: left;
	width: 40%;
}

.KpList .TabCon .List .item .txt {
	width: 60%;
	padding-left: 0.2rem;
	float: left;
}

.KpList .TabCon .List .item .txt .ti {
	font-size: 0.2rem;
	line-height: 0.3rem;
	color: #000000;
	margin-bottom: 0.1rem;
	margin-top: 0.1rem;
}

.KpList .TabCon .List .item .txt time {
	font-size: 0.18rem;
	color: #999999;
	/*font-weight: lighter;*/
	font-weight: normal;
}

.KpList .TabCon .List .item .item:hover .imgbox:After {
	opacity: 0.1;
}

.KpList .TabCon .List2 {
	margin-top: 0.8rem;
}

.KpList .TabCon .List2 .item {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 0.5rem;
	float: left;
	border-bottom: 1px solid #d5d5d5;
	;
}

.KpList .TabCon .List2 .item:nth-child(3n) {
	margin-right: 0;
}

.KpList .TabCon .List2 .item .imgbox {
	padding-top: 56.57%;
}

.KpList .TabCon .List2 .item .txt {
	padding-left: 0.53rem;
	background: url(../images/play2.png) no-repeat 0.2rem 0.1rem;
	padding-right: 0.5rem;
	margin-top: 0.2rem;
	padding-bottom: 0.37rem;
}

.KpList .TabCon .List2 .item .txt .ti {
	font-size: 0.2rem;
	line-height: 0.3rem;
	color: #000000;
	margin-bottom: 0.2rem;
	min-height: 0.6rem
}

.KpList .TabCon .List2 .item .txt time {
	font-size: 0.18rem;
	color: #999999;
	/*font-weight: lighter;*/
	font-weight: normal;
}

.Characteristic.FloorInformation {
	background: none;
	padding-bottom: 0;
}

.Characteristic.FloorInformation .mySlickNav .slick-slide {
	padding: 0 0.35rem
}

.Characteristic.FloorInformation .mySlickNav .slick-slide.slick-current {
	background: none;
	color: #24827d;
	font-weight: bold;
}

.Characteristic.FloorInformation .mySlick .ylbox .item .imgbox {
	width: 50%;
	float: left;
	height: 3.95rem;
	;
}

.Characteristic.FloorInformation .mySlick .ylbox .item {
	display: inline-block;
	width: 100%;
	float: left;
}

.Characteristic.FloorInformation .mySlick .ylbox .item .txt {
	width: 50%;
	float: left;
	padding-left: 0.7rem;
	padding-top: 0.3rem;
	color: #fff;
	height: 3.95rem;background-color: #dea740;
}

.Characteristic.FloorInformation .mySlick .ylbox .item:nth-child(even) .imgbox{float: right;}
.Characteristic.FloorInformation .mySlick .ylbox .item:nth-child(even) .txt{float: left;background-color: #096e68;}

.Characteristic.FloorInformation .mySlick .ylbox .item .txt .ti {
	font-size: 0.2rem;
	line-height: 0.3rem;
	;
	font-weight: bold;
	margin-bottom: 0.15rem;
}

.Characteristic.FloorInformation .mySlick .ylbox .item .txt .desc {
	font-size: 0.16rem;
	line-height: 0.3rem;
	/*font-weight: lighter;*/
	font-weight: normal;
	max-height: 2.64rem;
	overflow-y: auto;
}
/* 
.Characteristic.FloorInformation .mySlick .ylbox .item:nth-child(2) .imgbox {
	float: right;
	margin-right: 2px;
}

.Characteristic.FloorInformation .mySlick .ylbox .item:nth-child(2) {
	padding-top: 1rem;
	background: url(../images/ylbg3.png) no-repeat bottom center;
}

.Characteristic.FloorInformation .mySlick .ylbox .item:nth-child(3) {
	padding-top: 1rem;
	background: url(../images/ylbg4.png) no-repeat top center;
	padding-bottom: 1rem;
} */

/* .Characteristic.FloorInformation .mySlick .ylbox .item:nth-child(2) .txt {
	padding-right: 0.7rem;
	color: #fff;
	padding-left: 0;
	margin-left: -2px;
} */
/* 
.Characteristic.FloorInformation .mySlick .ylbox .item:nth-child(3) .imgbox {
	margin-left: -0.04rem;
} */


.Characteristic.Characteristic2.FloorInformation .mySlick .ylbox .item {
	position: relative;
	padding-bottom: 0.8rem;
}
.Characteristic.FloorInformation .mySlick .ylbox .item:last-child{padding-bottom: 0;}

/* .Characteristic.FloorInformation .mySlick .ylbox .item:nth-child(even) .imgbox{
	animation-name: fadeInRightSmall !important;
}
.Characteristic.FloorInformation .mySlick .ylbox .item:nth-child(even) .txt{
	animation-name: fadeInLeftSmall !important;
} */

/* .Characteristic.Characteristic2.FloorInformation .mySlick .ylbox .item:after {
	width: calc(100vw - ((100vw - 12rem) / 2));
	height: 100%;
	content: "";
	background-color: #f1f1f1;
	position: absolute;
	right: 0;
	bottom: 0
} */

.Characteristic.Characteristic2.FloorInformation .mySlick .ylbox .item .txt {
	display: flex;
	color: #fff;
	align-items: center;
	padding: 0 0.6rem;
	box-shadow: 0rem 0rem 0.19rem 0.01rem rgba(93, 93, 93, 0.1);
}
.Characteristic.Characteristic2.FloorInformation .mySlick .ylbox .item .txt *{color: #fff !important;}

/* .Characteristic.Characteristic2.FloorInformation .mySlick .ylbox .item:nth-child(2) {
	padding: 0;
	padding-top: 1rem;
	background: url(../images/ylbg5.png) no-repeat left bottom;
} */

/* .Characteristic.Characteristic2.FloorInformation .mySlick .ylbox .item:nth-child(2):after,
.Characteristic.Characteristic2.FloorInformation .mySlick .ylbox .item:nth-child(3):after {
	display: none
} */
/* 
.Characteristic.Characteristic2.FloorInformation .mySlick .ylbox .item:nth-child(2) .imgbox {
	margin-right: 0;
} */

/* .Characteristic.FloorInformation .mySlick .ylbox .item:nth-child(3) {
	background: url(../images/ylbg6.png) no-repeat right top;
	;
	padding-bottom: 1.6rem;
}

.Characteristic.FloorInformation .mySlick .ylbox .item:nth-child(3) .txt {
	color: #fff;
	background-color: #dea840;
	box-shadow: none
} */


.Teaching.PhysicalExamination .imgbox {
	float: right;
}

.Teaching.PhysicalExamination .txt {
	padding-right: 0.9rem;
	padding-left: 0;
	float: left;
	width: 50%;
	background: url(../images/yun.png) no-repeat 70% bottom;
}

.Teaching.PhysicalExamination .txt .HomeTit {
	margin-bottom: 0.2rem;
}

.TeachingList .HomeTit2 .moreBtn3 {
	float: right;
	border: none
}

.TeachingList .HomeTit2 {
	display: inline-block;
	width: 100%;
	line-height: 0.5rem;
	border-bottom: 2px solid #e5e5e5;
	margin-bottom: 0.2rem;
	;
}

.TeachingList .HomeTit2 h2 {
	float: left;
	border-bottom: 2px solid #2ba8a2;
	margin-bottom: -2px;
	font-size: 0.3rem;
	font-weight: normal;
	;
}

.TeachingList .HomeTit2 .moreBtn3:hover {
	background: none;
	color: #333
}

.TeachingList .HomeTit2 .moreBtn3:hover:before {
	background-image: url(../images/ico/arr_more_gray2.png);
}


.TeachingList.HomeCol {
	background: url(../images/jxbg.png) no-repeat center/cover;
	padding-bottom: 0.4rem;
}

.TeachingList.HomeCol .colBox {
	width: 48%;
}

.TeachingList.HomeCol .inner .top .imgbox {
	width: 45%;
	padding-top: 30%;
	float: left;
}

.TeachingList.HomeCol .inner .top .txt {
	float: left;
	width: 55%;
	padding-left: 0.35rem;
}

.TeachingList.HomeCol .inner .top .txt .ti {
	font-size: 0.18rem;
	line-height: 0.24rem;
	color: #333333;
	padding-bottom: 0.2rem;
}

.TeachingList.HomeCol .inner .top .txt p {
	font-size: 0.16rem;
	line-height: 0.24rem;
	color: #555555;
	/*font-weight: lighter;*/
	font-weight: normal;
	margin-bottom: 0.2rem;
}

.TeachingList.HomeCol .inner .top .txt time {
	font-size: 0.16rem;
	color: #999999;
}

.TeachingList.HomeCol .inner .list {
	padding: 0;
	background: none;
	margin-top: 0.3rem;
	min-height: unset;
	margin-bottom: 0.8rem;
}

.TeachingList.HomeCol .inner .list li {
	padding-left: 0.2rem;
	position: relative;
	border-bottom: none;
	line-height: 0.4rem;
}

.TeachingList.HomeCol .inner .list li:after {
	position: absolute;
	left: 0.06rem;
	top: 50%;
	width: 0.05rem;
	height: 0.05rem;
	border-radius: 50%;
	margin-top: -0.025rem;
	content: "";
	background-color: #24827d;
}

.TeachingList.HomeCol .colBox.w30 .inner .list {
	margin-top: 0;
}

.TeachingList2 .mediaNews {
	width: 100%;
	justify-content: flex-start;
}

.TeachingList2 .mediaNews li {
	position: relative;
	padding: 0;
	width: 32%;
	padding-bottom: 1.34rem;
	margin-right: 2%
}
.TeachingList2 .mediaNews li:nth-child(3n){margin-right: 0;}
#page5.TeachingList2 .mediaNews li {padding-bottom: 0.2rem;}
#page5.TeachingList2 .mediaNews li .info{height: 0.8rem}
.TeachingList2 .mediaNews li .imgbox {
	margin-bottom: 0;
	padding-top: 64%;
}

.TeachingList2 .mediaNews li .info {
	height: 1.65rem;
	width: calc(100% - 0.3rem);
	border-radius: 0.3rem 0rem 0rem 0rem;
	box-shadow: 0rem 0rem 0.19rem 0.01rem rgba(93, 93, 93, 0.1);
	background-color: #ffffff;
	padding: 0.25rem;
	position: absolute;
	right: 0;
	bottom: 0;
	border: solid 0.01rem #eeeeee;
}

.TeachingList2 .mediaNews li .ti {
	margin: 0 auto 0.1rem;
	min-height: unset;
}

.TeachingList2 .mediaNews li p {
	color: #555
}

.TeachingList2 div.item {
	margin-top: 0.5rem;
}

.CultureNursing_t {
	background: url(../images/hlbg1.png) no-repeat center/cover;
	padding-top: 1rem;
}

.CultureNursing_tbox .imgbox {
	width: 54%;
	height: 3.59rem;
	float: left;
}

.CultureNursing_t .HomeTit h2 {
	color: #fff
}

.CultureNursing_t .HomeTit {
	margin-bottom: 0.2rem;
}

.CultureNursing_t .HomeTit h2:before {
	background-image: url(../images/logo_shadow3.png);
	background-size: auto
}

.CultureNursing_tbox .listbox {
	width: 44%;
	;
	background: #fff;
	height: 3.59rem;
	padding: 0.2rem 0.4rem;
	float: right;
}

.CultureNursing_tbox .listbox .top .date {
	float: left;
	font-size: 0.4rem;
	line-height: 0.3rem;
	color: #333333;
	text-align: center;
}

.CultureNursing_tbox .listbox .top time {
	display: block;
	font-size: 0.14rem;
	color: #999999;
}

.CultureNursing_tbox .listbox .top .txt {
	float: right;
	width: calc(100% - 0.85rem)
}

.CultureNursing_tbox .listbox .top .txt .ti {
	font-size: 0.18rem;
	line-height: 0.3rem;
	color: #333333;
	margin-bottom: 0.1rem;
}

.CultureNursing_tbox .listbox .top .txt p {
	font-size: 0.16rem;
	line-height: 0.24rem;
	color: #555555;
	/*font-weight: lighter;*/
	font-weight: normal;
}

.CultureNursing_tbox .listbox .top {
	padding-bottom: 0.2rem;
	border-bottom: 1px dotted #bfbfbf;
	display: inline-block;
	width: 100%;
}

.CultureNursing_tbox .list {
	padding: 0;
	background: none;
	margin-top: 0.1rem;
}

.CultureNursing_tbox .list li {
	padding-left: 0.2rem;
	position: relative;
	border-bottom: none;
	line-height: 0.4rem;
	height: 0.4rem;
}

.CultureNursing_tbox .list li:after {
	position: absolute;
	left: 0.06rem;
	top: 50%;
	width: 0.05rem;
	height: 0.05rem;
	border-radius: 50%;
	margin-top: -0.025rem;
	content: "";
	background-color: #24827d;
}

.CultureNursing_tbox .list li .dot1 {
	max-width: calc(100% - 0.9rem);
	float: left;
}

.CultureNursing_tbox .list li .date {
	float: right;
	font-size: 0.16rem;
	color: #999999;
	/*font-weight: lighter;*/
	font-weight: normal;
}

.CultureNursing_tbox .listbox .top:hover .txt .ti {
	color: #24827d
}


.CultureNursing_b {
	background: url(../images/hlbg2.png) no-repeat center/cover;
	padding-top: 0.4rem;
	padding-bottom: 1rem;
}

.CultureNursing_b li {
	width: 32%;
	float: left;
	margin-right: 2%;
	background-color: #ffffff;
	border-top: 3px solid #33a195;
	padding: 0.38rem
}

.CultureNursing_b li .ti {
	font-size: 0.18rem;
	line-height: 0.3rem;
	color: #333333;
}

.CultureNursing_b li p {
	font-size: 0.16rem;
	line-height: 0.24rem;
	color: #555555;
	/*font-weight: lighter;*/
	font-weight: normal;
	margin: 0.1rem auto 0.2rem
}

.CultureNursing_b li time {
	font-size: 0.16rem;
	color: #999999;
}

.CultureNursing_b li:nth-child(3n) {
	margin-right: 0;
}

.CultureNursing_b li:hover .ti {
	color: #24827d
}

.CultureNursing_b li:hover {
	box-shadow: 0rem 0rem 0.19rem 0.01rem rgba(0, 0, 0, 0.1);
}

.NursingClinic {
	padding: 1rem 0 1.6rem;
	 background: url(../images/fastbg.jpg) no-repeat center bottom;
}

.NursingClinic .slider {
	width: 100%;
	margin-top: 0.3rem;
}

.NursingClinic .slider .slick-slide>div {
	padding: 0.38rem;
	background-color: #f9f9f9;
	height: 2.36rem;
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
}

.NursingClinic .slider .slick-slide>div .ti {
	font-size: 0.18rem;
	line-height: 0.3rem;
	color: #333333;
}

.NursingClinic .slider .slick-slide>div p {
	font-size: 0.16rem;
	line-height: 0.24rem;
	color: #555555;
	/*font-weight: lighter;*/
	font-weight: normal;
	margin: 0.1rem auto 0.2rem
}

.NursingClinic .slider .slick-slide>div time {
	font-size: 0.16rem;
	color: #999999;
}

.NursingClinic .slider .slick-slide div:nth-child(3n) {
	margin-right: 0;
}

.NursingClinic .slick-dots li {
	width: 0.08rem;
	height: 0.08rem;
	border-radius: 50%;
	margin: 0 0.06rem;
	background-color: #bfbfbf;
}

.NursingClinic .slick-dots li.slick-active button {
	background-color: #d60d0d;
	border-radius: 0.2rem;
	border-color: #d60d0d;
}

.NursingClinic .slick-dots li.slick-active {
	width: 0.2rem;
	border-radius: 0.1rem
}

.NursingClinic .slick-dots {
	bottom: -0.5rem
}


.NursingConference {
	padding: 1rem 0;
	background: url(../images/hlbg3.jpg) no-repeat center/cover;
}

.NursingConference .left {
	width: 43.5%;
	position: relative;
}

.NursingConference .left li {
	width: 40%;
	float: left;
	text-align: center;
	color: #ffffff;
	margin: 0.2rem 0;
}

.NursingConference .left ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.NursingConference .left li .ti {
	font-size: 0.3rem;
	line-height: 0.4rem;
}

.NursingConference .left li p {
	font-size: 0.16rem;
	line-height: 0.24rem;
	/*font-weight: lighter;*/
	font-weight: normal;
	margin: 0.15rem 0 0.25rem;
	min-height: 0.72rem;
	overflow: hidden;
	word-break:normal;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.NursingConference .left li .moreBtn4 {
	color: #fff;
	border-color: #fff
}

.NursingConference .left li .moreBtn4 em:before,
.NursingConference .left li .moreBtn4 em:after {
	background-image: url(../images/ico/arrleft2.png);
}

.NursingConference .left:after {
	position: absolute;
	left: 50%;
	width: 1px;
	height: 100%;
	border-left: 1px dotted #fff;
	content: "";
	top: 0
}

.NursingConference .left:before {
	position: absolute;
	left: 0%;
	width: 100%;
	height: 1%;
	border-bottom: 1px dotted #fff;
	content: "";
	top: 50%
}

.NursingConference .imgbox {
	width: 50%;
	height: 3.76rem;
	float: right;
}

.ContinuingCare {
	padding: 1rem 0;
	background: url(../images/hlbg4.jpg) no-repeat center bottom/cover;
}

.ContinuingCare li .date {
	float: left;
	font-size: 0.4rem;
	line-height: 0.3rem;
	color: #333333;
	text-align: center;
}

.ContinuingCare li time {
	display: block;
	font-size: 0.14rem;
	color: #999999;
}

.ContinuingCare li .txt {
	float: right;
	width: calc(100% - 2rem);
	margin-right: 1rem;
}

.ContinuingCare li .txt .ti {
	font-size: 0.18rem;
	line-height: 0.3rem;
	color: #333333;
	margin-bottom: 0.1rem;
}

.ContinuingCare li .txt p {
	font-size: 0.16rem;
	line-height: 0.24rem;
	color: #555555;
	/*font-weight: lighter;*/
	font-weight: normal;
}

.ContinuingCare li {
	padding-bottom: 0.2rem;
	border-bottom: 1px solid #bfbfbf;
	display: inline-block;
	width: 48%;
	margin-bottom: 0.4rem;
	position: relative;
}

.ContinuingCare li .more {
	background-image: url(../images/ico/arrleft1.png);
	background-size: auto;
	padding-right: 0.2rem;
}

.ContinuingCare li:hover .more {
	padding-right: 0.3rem;
	color: #24827d;
	background-image: url(../images/ico/arrleft3.png)
}

.ContinuingCare li:hover .txt .ti {
	color: #24827d
}

.ContinuingCare li:after {
	position: absolute;
	left: 0;
	width: 0;
	height: 1px;
	background: #24827d;
	content: "";
	transition: all 0.5s;
	bottom: -1px
}

.ContinuingCare li:hover:after {
	width: 100%;
}

.ContinuingCare li:nth-last-child(1),
.ContinuingCare li:nth-last-child(2) {
	border-bottom: none;
}

.ContinuingCare li:nth-last-child(1):after,
.ContinuingCare li:nth-last-child(2):after {
	display: none;
}


.KeyLaboratory {
	background: url(../images/sybg1.png) no-repeat center bottom/cover;
	padding: 1rem 0
}

.KeyLaboratory .slider {
	float: left;
	width: 58.5%;
}

.KeyLaboratory .slider .slick-list li {
	width: 100%;
	position: relative;
}

.KeyLaboratory .slider .slick-list li .imgbox {
	width: 100%;
	padding-bottom: 63.47%;
}

.KeyLaboratory .slider .slick-list li p {
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0) 100%);
	width: 100%;
	font-size: 0.2rem;
	color: #ffffff;
	padding: 0.5rem 2rem 0.2rem 0.2rem
}

.KeyLaboratory .slider .slick-dots {
	width: 1.8rem;
	left: auto;
	right: 0;
	bottom: 0.26rem
}

.KeyLaboratory .slider .slick-dots li {
	height: 0.08rem;
	width: 0.08rem;
	margin: 0 0.05rem;
	border-radius: 50%
}

.KeyLaboratory .slider .slick-dots li.slick-active {
	width: 0.2rem;
	border-radius: 0.04rem;
}

.KeyLaboratory .slider .slick-dots li.slick-active button {
	background-color: #d60d0d;
	border-color: #d60d0d
}

.KeyLaboratory .list {
	width: 41.5%;
	float: right;
	background: #fff
}

.KeyLaboratory .list li {
	padding: 0.175rem 0.5rem;
	border-bottom: 1px solid #e8e8e8;
	;
}

.KeyLaboratory .list li .ti {
	font-size: 0.18rem;
	line-height: 0.24rem;
	color: #333333;
}

.KeyLaboratory .list li time {
	font-size: 0.16rem;
	color: #999999;
	/*font-weight: lighter;*/
	font-weight: normal;
}

.KeyLaboratory .list li:last-child {
	border-bottom: none;
}

.KeyLaboratory .HomeTit h2 {
	color: #fff
}

.KeyLaboratory .HomeTit {
	margin-bottom: 0.2rem;
}

.KeyLaboratory .HomeTit h2:before {
	background-image: url(../images/logo_shadow3.png);
	background-size: auto
}

.KeyLaboratory .list li:hover .ti {
	color: #24827d;
}

.KeyLaboratory .slick-arrow {
	width: 0.24rem;
	background-color: rgba(0, 0, 0, .6);
	background-size: 0.08rem auto
}

.KeyLaboratory .slick-prev {
	background-image: url(../images/ico/arrleft.png);
	border-radius: 0rem 0.03rem 0.03rem 0rem;
}

.KeyLaboratory .slick-next {
	background-image: url(../images/ico/arrright.png);
	border-radius: 0.03rem 0rem 0rem 0.03rem;
}

.KeyLaboratory .slick-arrow:After {
	display: none
}


.Drug.HomeCol {
	background: url(../images/sybg2.png) no-repeat center bottom/cover;
	padding: 1rem 0 0.8rem
}
.Drug.HomeCol .colBox{width: 48%;margin-bottom: 4%;}
.Drug.HomeCol .colBox .HomeTit{border-bottom: 1px solid #dedede;}
.Drug.HomeCol .colBox .HomeTit h2:before{display: none}
.News2.HomeCol .inner .list .con{padding: 15px;background: #fff}
.Drug.HomeCol .moreBtn4 {
	background: #fff
}


.PartyBuilding.KeyLaboratory {
	background: url(../images/fastbg.jpg) no-repeat center bottom;
	padding-bottom: 0;
}

.PartyBuilding.KeyLaboratory .HomeTit h2 {
	color: #333333
}

.PartyBuilding.KeyLaboratory .HomeTit h2:before {
	background-size: auto
}

.PartyBuilding.KeyLaboratory .slider {
	width: 51%;
}

.PartyBuilding.KeyLaboratory .list {
	width: 45%;
	float: right;
	border: solid 0.01rem #e8e8e8;
}

.PartyBuilding.KeyLaboratory .list li {
	padding: 0.22rem 0.3rem
}

.PartyBuilding.KeyLaboratory .HomeTit .moreBtn3 {
	float: right;
	border: none
}

.PartyBuilding.KeyLaboratory .HomeTit {
	display: inline-block;
	width: 100%;
	line-height: 0.5rem;
	margin-bottom: 0.2rem;
	;
}

.PartyBuilding.KeyLaboratory .HomeTit h2 {
	float: left;
	font-size: 0.3rem;
	font-weight: normal;
	;
}

.PartyBuilding.KeyLaboratory .HomeTit .moreBtn3:hover {
	background: none;
	color: #333
}

.PartyBuilding.KeyLaboratory .HomeTit .moreBtn3:hover:before {
	background-image: url(../images/ico/arr_more_gray2.png);
}


.Education.TeachingList2 {
	background: url(../images/fastbg.jpg) no-repeat center bottom;
}

.Education.TeachingList2 .mediaNews {
	flex-wrap: wrap;
}

.Education.TeachingList2 .mediaNews li {
	margin-bottom: 0.5rem;
}

.Education.TeachingList2 div.item {
	margin-top: 0;
}

.Education.TeachingList2 .mediaNews li time {
	/*font-weight: lighter;*/
	font-weight: normal;
	color: #555555;
	font-size: 0.16rem
}

.Education.TeachingList2 .mediaNews li {
	padding-bottom: 1.14rem;
}

.Education.TeachingList2 .mediaNews li .info {
	height: 1.45rem;
}

.Education.TeachingList2 .mediaNews li .ti {
	margin-top: 0.1rem;
}

.PartyBody .Header .Toper {
	background:#E25C47;
}

.PartyBody .SubMenu {
	background: rgba(228, 114, 20, 0.6);
}

.PartyBody .SubMenu li a:hover,
.PartyBody .SubMenu li.onli a {
	background: #d11111;
}

.PartyBody .HomeTit h2:before {
	background-image: url(../images/logo_shadow4.png);
}
.PartyBody .Header,.PartyBody .Header:hover,.PartyBody .Header.fixed3,.PartyBody .Header.fixed2{background:#E25C47 url(../images/footbg.png) repeat;}
.PartyBody .slick-arrow {
	background-color: #d11111;
}
.PartyBody a:hover {
	color: #d11111
}

.PartyBody .KeyLaboratory .list li:hover .ti {
	color: #d11111
}

.PartyBody .Footer {
	background-color: #E25C47 
}
.PartyBody  .totop.fix{	background-color: #E25C47 }
.PartyBody .Footer .onav a {
	background: rgba(255, 255, 255, .5);
	border-color: #fff
}
.PartyBody .Footer .onav img{ filter: brightness(0) invert(1);opacity: 0.8;}
.PartyBody .share-box .icon {
	background: rgba(255, 255, 255, .5);
	border-color: #d99898;
}

.PartyBody .Header .MainNav li.onnav span a,
.PartyBody .Header .MainNav li:hover span a {
	color: #333
}
.PartyBody .Header .MainNav li.onnav span a:hover{color: #333}
.News1.PartyBuilding.KeyLaboratory {
	padding-bottom: 1rem;
}

.News2.HomeCol {
	background-image: url(../images/newsbg4.png);
}

.News2.HomeCol .top .imgbox:After {
	display: none
}

.News2.HomeCol .HomeTit {
	display: inline-block;
	width: 100%;
	line-height: 0.5rem;
	margin-bottom: 0.2rem;
	;
}
.News2.HomeCol .HomeTit.noa h2:before{display: none}
.News2.HomeCol .HomeTit.noa h2{color: #328f8a}
.News2.HomeCol .HomeTit h2 {
	display: inline-block;
	font-size: 0.3rem;
	font-weight: normal;
}

.News2.HomeCol .HomeTit .moreBtn3 {
	float: right;
	border: none
}

.News2.HomeCol .HomeTit .moreBtn3:hover {
	background: none;
	color: #333
}

.News2.HomeCol .HomeTit .moreBtn3:hover:before {
	background-image: url(../images/ico/arr_more_gray2.png);
}
.News2.HomeCol .colBox .HomeTit h2{font-size: 0.26rem;}
.News2.HomeCol .top .imgbox {
	margin-bottom: 0.1rem;
}

.News2.HomeCol .top time {
	/*font-weight: lighter;*/
	font-weight: normal;
	font-size: 0.16rem;
	line-height: 0.24rem;
	color: #999999;
}

.News2.HomeCol .top .ti {
	font-size: 0.18rem;
	line-height: 0.32rem;
	color: #000000;
}

.News2.HomeCol .top p {
	font-size: 0.16rem;
	line-height: 0.24rem;
	color: #555555;
	/*font-weight: lighter;*/
	font-weight: normal;
	margin-top: 0.1rem;
	margin-bottom: 0.2rem;
}

.News2.HomeCol .top {
	border-bottom: solid 0.01rem #cccccc;
	padding-bottom: 0.3rem;
	margin-bottom: 0.15rem;
}

.News2.HomeCol .inner .list {
	background: none;
	padding: 0;
	min-height: 2.4rem;
}

.News2.HomeCol .inner .list li {
	line-height: 0.36rem;
	padding-left: 0.1rem;
	border-bottom: none;
	position: relative;
	/*font-weight: lighter;*/
	font-weight: normal;
}

.News2.HomeCol .inner .list li:after {
	position: absolute;
	left: 0;
	top: 50%;
	width: 0.05rem;
	height: 0.05rem;
	margin-top: -0.025rem;
	border-radius: 50%;
	background-color: #24827d;
	content: ""
}


.News3.TeachingList2 .mediaNews li {
	margin-bottom: 0.5rem;
}

.News3.TeachingList2 {
	background: none
}

.News3.TeachingList2 div.item {
	margin-top: 0;
}

.moreBtn3.moreBtn5 {
	float: right;
	border: none
}

.moreBtn3.moreBtn5:hover {
	background: none;
	color: #333
}

.moreBtn3.moreBtn5:hover:before {
	background-image: url(../images/ico/arr_more_gray2.png);
}

.SubTit2 h2 {
	float: left;
}


@media(max-width:1024px) {
	.Scheduling .TabCon li {
		width: 32%
	}

	.PhysicalExamination .txt p {
		line-height: 1.25;
	}
}

@media(max-width:768px) {
	.Scheduling .TabCon li {
		width: 49%
	}

	.KpList .TabCon .List .Rec {
		width: auto;
		float: none;
	}

	.KpList .TabCon .List .item {
		width: 48%;
		float: none;
		margin: 0.25rem 0 0;
	}

	.KpList .TabCon .List .item:nth-child(2) {
		float: right;
	}

	.KpList .TabCon .List .item .play {
		width: 35px;
		height: 35px;
		line-height: 35px;
	}

	.KpList .TabCon .List .Rec .imgbox {
		padding-top: 64%;
	}

	.ClinicInformation li {
		padding: 0 0.2rem;
		padding-left: 0.35rem;
	}

	.ClinicInformation li:before {
		left: 0.1rem
	}

	.PhysicalExamination .imgbox {
		width: 100%;
		margin-bottom: 0.3rem;
	}

	.PhysicalExamination .txt {
		width: 100%;
	}

	.mapbox {
		height: 300px;
	}

	.PopularScience {
		padding: 0.5rem 0.3rem
	}

	.KpList .TabCon .List {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between
	}

	.KpList .TabCon .List .item {
		width: 100%;
	}

	.KpList .TabCon .List .Rec {
		width: 100%;
		position: relative;
	}
}

@media(max-width:480px) {
	.KpList .TabCon .slider a {
		flex-wrap: wrap;
	}

	.KpList .TabCon .slider .imgbox {
		width: 100%;
		padding-bottom: 60%;
	}

	.KpList .TabCon .slider .info {
		width: 100%;
		padding-left: 0;
		margin-top: 0.3rem;
	}

	.KpList .TabCon .List2 .item {
		width: 49%;
		margin-right: 0;
		margin-bottom: 0.2rem;
	}

	.KpList .TabCon .List2 .item:nth-child(2n) {
		float: right;
	}

	.KpList .TabCon .List2 .item .txt {
		padding-right: 0;
		padding-bottom: 0.15rem;
	}
}





/* 资讯中心综合 */
.NewsPage1 {
	background: url(../images/news_bg1.jpg) no-repeat center bottom/cover;
}

.NewsPage1 .imgbox {
	width: 57.14%;
	padding-top: 27.29vw;
}

.NewsPage1 .info {
	width: 37.14%;
	padding: 2.5vw 0 0 0;
}

.NewsPage1 .ti {
	font-size: 1.66vw;
	line-height: 1.5;
	margin: 0.625vw 0 2.76vw;
}

.NewsPage1 .desc {
	margin-bottom: 4.47vw;
}

.NewsPage1 .slick-dots {
	position: static;
	margin-top: 3.645vw;
}

.NewsPage1 .slick-dots li {
	margin: 0 5px;
	width: 18px;
	height: 14px;
}

.NewsPage1 .slick-dots li button {
	background: url(../images/dot_1.png) center center no-repeat;
	background-size: contain;
}

.NewsPage1 .slick-dots li.slick-active button {
	background: url(../images/dot_2.png) center center no-repeat;
	background-size: contain;
}

.NewsPage1 .slick-arrow {
	opacity: 0;
	top: 40%;
}

.NewsPage1 .slick-prev {
	left: -1rem;
}

.NewsPage1 .slick-next {
	right: -1rem;
}

.NewsPage1:hover .slick-prev {
	left: -0.9rem;
	opacity: 1;
}

.NewsPage1:hover .slick-next {
	right: -0.9rem;
	opacity: 1;
}

.NewsPage2 {
	background: url(../images/news_bg3.jpg) no-repeat center bottom/cover;
	padding-bottom: 0;
}

.NewsPage2 .TabCon {
	box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);
	background-color: #fff;
	padding: 0.2rem 3.07vw 3.59vw;
}

.NewsPage2 .TabCon .imgbox {
	padding-top: 58.75%;
}

.NewsPage2 .TabCon .info {
	min-height: 11.61vw;
	padding: 2.18vw 2.18vw 1.56vw;
	background: #f7f7f7 url(../images/news_bg2.jpg) no-repeat center top/cover;
	border-top: 0.06rem solid #33a195;
}

.NewsPage2 .TabCon .ti {
	min-height: 0.6rem;
	margin-bottom: 3.125vw;
}

.NewsPage2 .TabCon .date {
	color: #71787d;
}

.NewsPage2:after {
	content: "";
	left: 0;
	width: 100%;
	height: 1.07rem;
	bottom: 0;
	position: absolute;
	background: url(../images/news_bg4.jpg) no-repeat center bottom/cover;
}

.NewsPage3 {
	background: url(../images/news_bg5.jpg) no-repeat center top/cover;
}

.NewsPage3 .TabCon .item a {
	color: #fff;
	min-height: 1.42rem;
}

.NewsPage3 .TabCon .date {
	width: 1.1rem;
	opacity: 0.8;
	padding-top: 0.14rem;
	position: relative;
}

.NewsPage3 .TabCon .date:after {
	position: absolute;
	right: 0;
	top: 0.05rem;
	height: calc(100% - 0.05rem);
	content: "";
	width: 1px;
	background-color: rgba(255, 255, 255, 0.2);
}

.NewsPage3 .TabCon .date span {
	display: block;
	font-size: 0.3rem;
	margin-bottom: 0.08rem;
}

.NewsPage3 .TabCon .info {
	width: calc(100% - 1.42rem);
	padding-bottom: 0.3rem;
	position: relative;
}

.NewsPage3 .TabCon .info:After {
	width: 22px;
	height: 5px;
	background: url(../images/ico/arr_more_white.svg);
	position: absolute;
	left: 0;
	content: "";
	bottom: 0.07rem;
	opacity: 0.5;
	transition: all 0.5s;
}

.NewsPage3 .TabCon .item:hover .date:after {
	background-color: #fff;
}

.NewsPage3 .TabCon .item:hover .info:After {
	margin-left: 0.15rem;
	opacity: 1;
}

.NewsPage4 {
	background: url(../images/news_bg7.jpg);
}

.NewsPage4 .SubTit {
	width: 100%;
}

.NewsPage4 .slider {
	width: 48.57%;
	overflow: hidden;
}

.NewsPage4 .slider .item {
	position: relative;
}

.NewsPage4 .slider .info {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 4rem;
	padding: 0.29rem 0.67rem 0.59rem 0.32rem;
	z-index: 10;
	background-color: #fff;
}

.NewsPage4 .slider .info:After {
	width: 20px;
	height: 7px;
	background: url(../images/ico/arr_more_gray3.svg);
	position: absolute;
	right: 0.43rem;
	content: "";
	bottom: 0.37rem;
	opacity: 0.5;
	transition: all 0.5s;
}

.NewsPage4 .slider .imgbox {
	padding-top: 4.51rem;
}

.NewsPage4 .slider .item:hover .info:After {
	right: 0.2rem;
}

.NewsPage4 .slider .slick-dots {
	width: 50%;
	text-align: left;
	left: 0.32rem;
	bottom: 0.2rem;
}

.NewsPage4 .slider .slick-dots li {
	width: 8px !important;
	height: 8px !important;
	margin: 0 8px 0 0;
}

.NewsPage4 .slider .slick-dots li button {
	background-color: #6e6e6e;
	border-radius: 50%;
}

.NewsPage4 .slider .slick-dots li.slick-active button {
	background-color: #096c67;
}

.NewsPage4 .slider .slick-prev {
	left: -100%;
}

.NewsPage4 .slider .slick-next {
	right: -100%;
}

.NewsPage4 .slider:hover .slick-prev {
	left: 0;
}

.NewsPage4 .slider:hover .slick-next {
	right: 0;
}

.NewsPage4 .rec {
	width: 50.71%;
	margin-left: -10px;
}

.NewsPage4 .rec .item {
	width: 50%;
	padding-left: 10px;
}

.NewsPage4 .rec .info {
	min-height: 2.25rem;
	padding: 0.28rem 0.39rem;
	position: relative;
	z-index: 2;
}

.NewsPage4 .rec a {
	position: relative;
	overflow: hidden;
	background-color: #fff;
}

.NewsPage4 .rec a:after {
	height: 2.25rem;
	top: -100%;
	transition: all 0.5s;
	background: url(../images/news_bg6.jpg) no-repeat center bottom/cover;
	left: 0;
	width: 100%;
	position: absolute;
	opacity: 0;
	content: "";
}

.NewsPage4 .rec .ti {
	margin: 0.23rem 0 0.36rem;
	min-height: 0.6rem;
}

.NewsPage4 .rec .arr {
	width: 20px;
	height: 7px;
	background: url(../images/ico/arr_more_gray3.svg);
	display: block;
	transition: all 0.5s;
}

.NewsPage4 .rec .imgbox {
	padding-top: 2.26rem;
	z-index: 10;
}

.NewsPage4 .rec .item:hover a {
	color: #fff;
}

.NewsPage4 .rec .item:hover a:after {
	top: 0;
	opacity: 1;
}

.NewsPage4 .rec .item:nth-child(even) a:after {
	bottom: -100%;
	top: auto;
}

.NewsPage4 .rec .item:nth-child(even):hover a:After {
	bottom: 0;
	opacity: 1;
}

.NewsPage4 .rec .item:hover .date {
	color: rgba(255, 255, 255, 0.7);
}

.NewsPage4 .rec .item:hover .arr {
	background: url(../images/ico/arr_more_white2.svg);
}

.NewsPage4 .rec .item:nth-child(even) a {
	flex-direction: column-reverse;
}

.NewsPage5 .colleft {
	width: 67.14%;
}

.NewsPage5 .colleft .item {
	transition: all 0.5s;
	position: relative;
	overflow: hidden;
	padding-top: 5px;
	border-bottom: 1px solid #ededed;
}

.NewsPage5 .colleft .item:After {
	content: "";
	position: absolute;
	top: -0.15rem;
	right: 0;
	transition: all 0.5s;
	width: 2.16rem;
	height: 2.2rem;
	background: url(../images/logobg10.png) no-repeat center top/contain;
	opacity: 0;
}

.NewsPage5 .colleft .item a {
	padding: 0.3rem 0;
}

.NewsPage5 .colleft .item .date {
	width: 1.09rem;
	position: relative;
}

.NewsPage5 .colleft .item .date:after {
	position: absolute;
	right: 0;
	top: 50%;
	height: 0.87rem;
	width: 1px;
	content: "";
	background: #ededed;
	transform: translateY(-50%);
}

.NewsPage5 .colleft .item .date b {
	line-height: 1.33;
	font-size: 0.3rem;
	display: block;
	font-weight: normal;
}

.NewsPage5 .colleft .item .info {
	flex: 1;
	padding: 0 0 0 0.3rem;
}

.NewsPage5 .colleft .item .ti {
	margin-bottom: 0.14rem;
}

.NewsPage5 .paper {
	width: 28.57%;
}

.NewsPage5 .paper .slider {
	padding: 0.5rem 0.82rem;
	min-height: 4.22rem;
	background-color: #edf3f2;
}

.NewsPage5 .paper .imgbox {
	padding-top: 132.9%;
	box-shadow: 0 15px 82px rgba(0, 0, 0, 0.03);
}


@media(min-width:1025px) {
	.NewsPage2 .TabCon ul {
		margin-left: -2.08vw;
	}

	.NewsPage2 .TabCon .item {
		width: 33.333%;
		padding-left: 2.08vw;
	}

	.NewsPage3 .TabCon ul {
		margin-left: -3vw;
		padding-top: 0.11rem;
	}

	.NewsPage3 .TabCon .item {
		width: 33.333%;
		padding-left: 3vw;
	}
}

@media(max-width:1024px) {
	.NewsPage1 .ti {
		font-size: 0.2rem;
	}

	.NewsPage2 .TabCon .item {
		padding: 0 0.1rem;
	}

	.NewsPage2 .slick-prev {
		left: -24px;
	}

	.NewsPage2 .slick-next {
		right: -24px;
	}

	.NewsPage3 .item:not(:last-child) {
		margin-bottom: 0.35rem;
	}

	.NewsPage4 .slider {
		width: 100%;
		margin-bottom: 0.35rem;
	}

	.NewsPage4 .rec {
		width: 103%;
	}

	.NewsPage5 .colleft {
		width: 100%;
		padding-bottom: 0.35rem;
	}

	.NewsPage5 .paper .slider {
		padding: 0.25rem;
	}

	.NewsPage5 .paper .item {
		padding: 0 0.1rem;
	}

	.NewsPage5 .paper {
		width: 100%;
	}
}

@media(max-width:640px) {
	.NewsPage1 .imgbox {
		width: 100%;
		padding-top: 64%;
	}

	.NewsPage1 .info {
		width: 100%;
	}

	.NewsPage1 .ti {
		font-size: 15px;
	}

	.NewsPage1 .desc {
		-webkit-line-clamp: 2;
	}

	.NewsPage3 .TabCon .date span {
		font-size: 15px;
	}

	.NewsPage4 .slider .info {
		width: 5rem;
	}

	.NewsPage4 .rec .info {
		padding-left: 0.28rem;
		padding-right: 0.28rem;
	}
}

/* 资讯中心 */
.photoNews .item {
	background-color: #f5f5f5;
	margin-bottom: 0.2rem;
	position: relative;
}

.photoNews .item:after {
	width: 100%;
	content: "";
	left: 0;
	bottom: 0;
	height: 0;
	background-image: linear-gradient(to top, rgba(36, 135, 130, 0.15), rgba(36, 135, 130, 0));
	z-index: 2;
	position: absolute;
	transition: all 0.5s;
}

.photoNews .info {
	flex: 1;
	padding: 0.5rem 0.6rem
}

.photoNews .imgbox {
	width: 34%;
	padding-top: 2.5rem;
}

.photoNews .date {
	margin: 0.08rem 0 0.14rem;
}

.photoNews .desc {
	min-height: 0.6rem;
	margin-bottom: 0.34rem;
}

.photoNews .item:hover:After {
	height: 0.5rem;
}

.photoNews .item:hover {
	border-bottom: 1px solid #35a397;
}

.mediaNews {
	margin-left: -3.125vw;
}

.mediaNews .imgbox {
	margin-bottom: 0rem;
	padding-top: 62.91%;
}

.mediaNews .play {
	z-index: 2;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 0.5rem;
	height: 0.5rem;
	line-height: 0.5rem;
	text-align: center;
	color: #fff;
	background: rgba(255, 255, 255, 0.25);
	border-radius: 50%;
}

.mediaNews .item {
	padding: 0 0 1.125vw 3.125vw;
	width: 33.333%;
}

.mediaNews .ti {
	min-height: 0.3rem;
	margin: 0.16rem 0 0.21rem;
}

.mediaNews .desc {
	max-height: 0.48rem;
	margin-bottom: 0.35rem;
}

.noticeList .item {
	transition: all 0.5s;
	position: relative;
	overflow: hidden;
}

.noticeList .item:After {
	content: "";
	position: absolute;
	top: -0.15rem;
	right: 0;
	transition: all 0.5s;
	width: 2.16rem;
	height: 2.2rem;
	background: url(../images/logobg10.png) no-repeat center top/contain;
	opacity: 0;
}

.noticeList .item a {
	padding: 2.34vw 0;
}

.noticeList .item .date {
	width: 1.75rem;
	padding: 0 0 0 0.45rem;
	position: relative;
}

.noticeList .item .date:after {
	position: absolute;
	right: 0;
	top: 50%;
	height: 0.87rem;
	width: 1px;
	content: "";
	background: #ededed;
	transform: translateY(-50%);
}

.noticeList .item .date b {
	line-height: 1.33;
	font-size: 0.3rem;
	display: block;
}

.noticeList .item .info {
	flex: 1;
	padding: 0 0.3rem 0 0.55rem;
}

.noticeList .item .ti {
	margin-bottom: 0.13rem;
}

.noticeList .item .more {
	width: 2.26rem;
	text-align: center;
}

.noticeList .item:hover {
	background-color: #35a397;
}

.noticeList .item:hover .date,
.noticeList .item:hover .ti {
	color: #fff;
}

.noticeList .item:hover .desc {
	color: rgba(255, 255, 255, 0.6);
}

.noticeList .item:hover .moreBtn4 {
	border: 1px solid #fff;
	color: #fff;
}

.noticeList .item:hover .moreBtn4 em:before {
	background: url(../images/ico/arrright4.png) no-repeat;
}

.noticeList .item:hover:After {
	right: 0.62rem;
	opacity: 1;
}

.paperList {
	margin-left: -3.125vw;
}

.paperList .item {
	padding: 0 0 3.125vw 3.125vw;
	width: 25%;
}

.paperList .item a {
	display: block;
	padding: 0.3rem;
	background: #f3f4f6;
	position: relative;
}

.paperList .item a:after {
	content: "";
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	position: absolute;
	background: #35a397;
	transition: all 0.5s;
}

.paperList .item .imgbox {
	padding-top: 132.9%;
	margin-bottom: 0.34rem;
}

.paperList .item .ti {
	position: relative;
	padding-right: 25px;
}

.paperList .item .ti:after {
	position: absolute;
	right: 0;
	top: 0.12rem;
	width: 24px;
	height: 6px;
	content: "";
	background: url(../images/ico/arr_more_gray.svg) no-repeat;
	transition: all 0.5s;
}

.paperList .item:hover .ti:after {
	right: -8px;
}

.paperList .item:hover a {
	background: #f0fcfc;
}

.paperList .item:hover a:after {
	width: 100%;
}

.paperList .item:hover .ti:after {
	background: url(../images/ico/arr_more_green.svg) no-repeat;
}

.NewsInfo .SinglePage p {
	text-indent: 2em;
}

.NewsInfo .SinglePage img {
	display: block;
	margin: 0px auto;
}

.TitleInfo {
	padding-bottom: 0.53rem;
	margin: 0 0 0.5rem;
	border-bottom: 1px solid #d2d2d2;
	text-align: center;
}

.TitleInfo .title {
	font-size: 0.36rem;
	line-height: 1.4;
	font-weight: normal;
	max-width: 10.5rem;
	margin: 0px auto 0.19rem;
}

.TitleInfo span {
	margin-left: 0.65rem;
}

.PrevNextInfo {
	padding: 0.68rem 2.2rem 0 0;
	margin-top: 0.7rem;
	border-top: 1px solid #d2d2d2;
	position: relative;
	width: 100%;
}

.PrevNextInfo dl {
	position: relative;
	padding-left: 68px;
	min-height: 36px;
	line-height: 36px;
}

.PrevNextInfo dl dt {
	position: absolute;
	left: 0;
	top: 0;
	color: #999999;
}

.PrevNextInfo .back {
	position: absolute;
	right: 0;
	top: 0.68rem;
	width: 140px;
	line-height: 48px;
	text-align: center;
	transition: all 0.3s;
	color: #fff;
	background: #35a397;
	border-radius: 0.48rem;
}

.PrevNextInfo .back:hover {
	background: #dea83f;
}

@media(max-width:1024px) {
	.noticeList .item .more {
		display: none;
	}
}

@media(max-width:640px) {
	.photoNews .info {
		flex: none;
		width: 100%;
	}

	.photoNews .imgbox {
		margin: 0.25rem 0 0 0;
		width: 100%;
		padding-top: 60%;
	}

	.mediaNews .item {
		width: 50%;
	}

	.noticeList .item .date {
		padding-left: 0;
		width: 1.2rem;
	}

	.noticeList .item .info {
		padding: 0 0 0 0.3rem;
	}

	.paperList .item {
		width: 50%;
	}

	.TitleInfo {
		padding-bottom: 0.35rem;
		margin: 0 0 0.35rem;
	}

	.TitleInfo p span {
		margin: 0 0.2rem;
	}

	.TitleInfo .title {
		font-size: 18px;
	}

	.NewsInfo .SinglePage * {
		font-size: 14px !important;
	}

	.PrevNextInfo {
		padding-right: 0;
		margin-top: 50px;
		padding-top: 10px;
	}

	.PrevNextInfo dl {
		min-height: 30px;
		line-height: 30px;
	}

	.PrevNextInfo .back {
		top: -35px;
		width: 100px;
		line-height: 26px;
	}
}

/* 科室导航 */
.ksNav {
	margin-left: -0.26rem;
}

.ksNav:not(:last-child) {
	padding-bottom: 0.5rem;
}
.ksNav li {
	padding: 0 0 0.26rem 0.26rem;
	text-align: center;
	width: 20%;
}

.ksNav li a {
	border: 1px solid #e9e9e9;
	padding: 0.09rem;
	display: block;
	cursor: pointer;
}

.ksNav li a:hover {
	border: 1px solid #328f8a;
}

.ksDetail {
	background-color: #faf7f2;
	position: relative;
	z-index: 1;
	margin-top: 1.42rem;
}

.ksDetail.on2 {
	margin-top: 0.73rem;
}

.ksDetail .imgbox {
	width: 50%;
}

.ksDetail .info {
	padding: 6.25vw 13.69vw 5vw 5.1vw;
	width: 50%;
	background: url(../images/logobg11.png) no-repeat 0px top/contain;
}

.ksDetail .info aside {
	font-weight: bold;
}

.ksDetail .info .desc {
	margin: 0.07rem 0 0.55rem 0;
}

.ksDetail .info .more {
	color: #ce9d4e;
	display: inline-block;
	cursor: pointer;
}

.ksDetail .info .more i {
	transition: all 0.5s;
}

.ksDetail .info .more:hover i {
	margin-left: 10px;
}

.ksContent {
	padding: 0.83rem 0;
}

.ksContent .stit {
	margin-bottom: 0.2rem;
	font-weight: normal;
}

.ksContent .detail {
	padding-bottom: 0.81rem;
	margin-bottom: 0.75rem;
	border-bottom: 1px solid #e7e7e7;
}

.ksContent .detail .info {
	width: 43.57%;
	padding: 0.24rem 0;
}

.ksContent .detail .imgbox {
	width: 49.78%;
}

.ksContent .treatment {
	padding-bottom: 0.81rem;
	margin-bottom: 0.75rem;
	border-bottom: 1px solid #e7e7e7;
}

.ksContent .treatment .flexbw {
	align-items: flex-end;
}

.ksContent .treatment .icon {
	margin-top: 0.39rem;
	width: 59px;
	height: 59px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 2px solid #489a96;
}

.ksContent .treatment .info {
	width: 58%;
}

.ksContent .treatment .info p {
	line-height: 24px;
	margin-bottom: 0.16rem;
	padding-left: 24px;
	position: relative;
}

.ksContent .treatment .info p:last-child {
	margin-bottom: 0;
}

.ksContent .treatment .info p:after {
	position: absolute;
	left: 8px;
	top: 9px;
	content: "";
	border-radius: 50%;
	width: 6px;
	height: 6px;
	background-color: #555555;
}

.ksContent .treatment .info li {
	padding-left: 0.2rem;
	position: relative;
	border-bottom: none;
	line-height: 0.4rem;
}

.ksContent .treatment .info li:after {
	position: absolute;
	left: 0.06rem;
	top: 50%;
	width: 0.05rem;
	height: 0.05rem;
	border-radius: 50%;
	margin-top: -0.025rem;
	content: "";
	background-color: #24827d;
}

.ksContent .treatment .li {
	line-height: 0.56rem;
	border-bottom: 1px solid #ebebeb;
	position: relative;
	padding-right: 60px;
}

.ksContent .treatment .li:last-child {
	border-bottom: 0;
}

.expertList .slick-list,
.expertList .list {
	margin-left: -2.6vw;
}

.expertList .list {
	display: none;
}

.expertList .list .item {
	padding-bottom: 0.6rem;
}

.expertList .item {
	padding-left: 2.6vw;
	text-align: center;
	width: 16.666%;
}

.expertList .imgbox {
	border-radius: 0.2rem 0 0.2rem 0;
	padding-top: 121%;
}

.expertList .imgbox img {
	border-radius: 0.2rem 0 0.2rem 0;
}

.expertList .info {
	padding-top: 0.25rem;
	color: #666666;
}

.expertList .info a {
	color: #666666;
}

.expertList .job {
	margin: 0.03rem 0 0rem;
	line-height: 24px;
}

.expertList .btn {
	border-radius: 3px;
	background-color: #328f8a;
	width: 110px;
	line-height: 36px;
	margin: 0px auto;
	display: block;
	color: #fff !important;
}

.expertList .item:hover .btn {
	background-color: #ce9d4e;
}

.expertList .item:hover .ti {
	color: #328f8a;
}

.expertList .item .ti {
	color: #333;
}

.expertList .slick-arrow {
	top: 25%;
}

.expertList .slick-prev {
	left: -0.8rem;
}

.expertList .slick-next {
	right: -0.8rem;
}

.ksContent .PrevNextInfo {
	border-top: 0;
	padding-top: 0.15rem;
}

.SubTit3 {
	border-bottom: 1px solid #f0f0f0;
	padding: 0.16rem 0;
	margin-bottom: 0.5rem;
}

.SubTit3 h2 {
	font-weight: normal;
	position: relative;
	cursor: pointer;
}

.SubTit3 h2 i {
	position: absolute;
	right: 0.1rem;
	top: 0;
	font-size: 0.3rem;
	color: #b7b7b7;
	transition: all 0.5s;
}

.SubTit3.on h2,
.SubTit3:hover h2 {
	color: #328f8a;
}

.SubTit3.on h2 i {
	transform: rotate(180deg);
}

.SubTit3:hover i {
	transform: scale(1.3);
	color: #328f8a;
}

.SubTit3.bbn {
	border-bottom: none;
	padding: 0;
	margin-bottom: 0.3rem;
}


.expertDetail .imgbox {
	width: 26%;
	text-align: center;
}

.expertDetail .info {
	width: 67.14%;
	position: relative;
}

.expertDetail .info h2 {
	line-height: 1.8;
	font-weight: normal;
	margin-bottom: 0.09rem;
	font-size: 0.3rem;
	font-family: "SimHei", "黑体" !important; 
    font-size: 22pt !important; 
}

.expertDetail .job {
	padding-bottom: 0.2rem;
	border-bottom: 1px dashed #c5c5c5;
	margin-bottom: 0.23rem;
}

.expertDetail .job p {
	margin-bottom: 0.05rem;
}

.expertDetail aside {
	margin-bottom: 0.08rem;
}

.expertDetail .text {
	margin-bottom: 65px;
}
.expertDetail .text *,.expertDetail aside,.expertDetail .job p,.ksDetailNew .desc *,.SinglePage *{font-family: "SimSun", "宋体" !important;font-size: 16pt !important; }
.TitleInfo .title{font-family: "SimHei", "黑体" !important; font-size: 22pt !important; }
.expertDetail .PrevNext {
	position: absolute;
	left: 0;
	bottom: 0;
}

.expertDetail .PrevNext a {
	display: inline-block;
	padding: 0.09rem 0.27rem;
	border: 1px solid #e9e9e9;
	min-width: 1.71rem;
	text-align: center;
}

.expertDetail .PrevNext a:hover {
	border: 1px solid #328f8a;
	background-color: #328f8a;
	color: #fff;
}

.expertDetail .PrevNext a:not(:last-child) {
	margin-right: 0.55rem;
}

@media(max-width:1024px) {
	.ksNav li {
		width: 33.333%;
	}

	.ksDetail {
		margin-top: 50px !important;
	}

	.ksDetail .imgbox {
		width: 100%;
	}

	.ksDetail .info {
		width: 100%;
		padding: 0.35rem 5%;
	}

	.ksContent .detail .info {
		width: 100%;
		padding: 0 0 0.35rem;
	}

	.ksContent .detail .imgbox {
		width: 100%;
		text-align: center;
	}

	.ksContent .treatment .info {
		width: 100%;
	}

	.ksContent .treatment .contact {
		width: 100%;
	}

	.expertList .slick-prev {
		left: 0;
	}

	.expertList .slick-next {
		right: 0;
	}

	.expertList .item {
		width: 25%;
	}
}

@media(max-width:640px) {
	.ksNav li {
		width: 50%;
	}

	.ksContent .expert .btn {
		width: 100px;
		line-height: 30px;
	}

	.expertList .item {
		width: 50%;
	}

	.expertDetail .imgbox {
		width: 100%;
		width: 50%;
		margin: 0px auto 0.35rem;
	}

	.expertDetail .info {
		width: 100%;
	}

	.expertDetail .info h2 {
		font-size: 18px;
	}
}

/* 患者服务 */
.serviceBody .SubMenu ul {
	padding-left: 0;
}

.serviceBody .SubMenu li {
	/* padding: 0 0.23rem; */
}

.serviceNav {
	margin-bottom: 0.65rem;
}

.serviceNav li:not(:last-child) {
	padding-right: 0.4rem;
}

.serviceNav li a {
	display: block;
	border-radius: 3px;
	padding: 0.33rem 0 0.19rem;
	border: 1px solid #e9e9e9;
	width: 1.6rem;
	text-align: center;
}

.serviceNav li .ico {
	width: 0.6rem;
	height: 0.6rem;
	display: block;
	margin: 0px auto 0.18rem;
}

.serviceNav li a:hover,
.serviceNav li.on a {
	background-color: #328f8a;
	border: 1px solid #328f8a;
	color: #fff;
}

.serviceWram {
	background-color: #f9f9f9;
	border: 1px solid #f1f1f1;
	border-radius: 0.8rem 0 0 0;
	padding: 2.05vw 10.8vw;
	line-height: 0.37rem;
}

.serviceWram .item:not(:last-child) {
	margin-bottom: 0.13rem;
}

.serviceWram .ti {
	width: 1.3rem;
}

.serviceWram .txt {
	flex: 1;
}

.serviceWay {}

.serviceWay .info {
	padding-top: 0.48rem;
}

.serviceWay .ti {
	margin-bottom: 0.16rem;
	line-height: 0.3rem;
	color: #333333;
}

.serviceWay .txt {
	line-height: 0.3rem;
	font-size: 0.16rem;
}

.serviceWay .txt p {
	padding-left: 36px;
	position: relative;
}

.serviceWay .txt p.lc {
	font-weight: normal;
	line-height: 0.35rem;
	color: #555555;
	padding-left: 0.53rem;
}

.serviceWay .txt .code {
	text-align: center;
	padding: 0.6rem 0;
	background: url(../images/ghbg.png) no-repeat center;
	font-weight: normal;
	font-size: 0.18rem;
	line-height: 3;
}

.serviceWay .txt .code img {
	width: 2.22rem;
	padding: 0.24rem;
	height: 2.22rem;
	background-color: #ffffff;
	border-radius: 0.1rem;
	border: solid 0.01rem #e8e8e8;
}



@media(max-width:640px) {
	.serviceNav li:not(:last-child) {
		padding-right: 0.15rem;
	}

	.serviceNav li a {
		min-height: 2.3rem;
	}

	.serviceWram {
		padding: 0.4rem;
		line-height: 28px;
	}

	.serviceWram .ti,
	.serviceWram .txt {
		width: 100%;
	}

	.serviceWay .txt p:before {
		font-size: 14px;
	}

	.serviceWay .txt {
		line-height: 28px;
	}
}

/* 优势创新 */
.advantagePage1 {
	padding: 1.45rem 0 0;
	background: #fff url(../images/advantagePage2_bg.jpg) no-repeat right top;
}

.advantagePage1 .content {
	background-color: #ebf3f3;
	padding-top: 1rem;
}

.advantagePage1 .TabCon .imgbox {
	width: 32.14%;
	border-radius: 0.8rem 0 0 0;
	padding-top: 4.2rem;
	overflow: visible;
}

.advantagePage1 .TabCon .imgbox span {
	display: block;
	height: 6rem;
}

.advantagePage1 .TabCon .imgbox img {
	object-fit: contain;
	height: auto;
	border-radius: 0.8rem 0 0 0;
}

.advantagePage1 .TabCon .info {
	width: calc(100% - 32.14%);
	padding: 0 4.68vw;
	min-height: 4rem;
}

.advantagePage1 .TabCon .text {
	margin-bottom: 8vw;
}

.advantagePage1 .TabNav {
	background: url(../images/advantagePage1_bg.gif);
}

.advantagePage1 .TabNav ul {
	padding-left: 28%;
	text-align: center;
}

.advantagePage1 .TabNav li {
	flex: 1;
	padding: 0.58rem 0 0.2rem 0;
	min-height: 3.2rem;
	position: relative;
}

.advantagePage1 .TabNav li:after {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #f5a613;
	content: "";
	width: 100%;
	height: 0;
	transition: all 0.5s;
	border-radius: 0.3rem 0 0 0;
}

.advantagePage1 .TabNav li i {
	width: 1px;
	position: absolute;
	left: 3px;
	top: 0;
	height: calc(100% - 0.54rem);
	background: rgba(255, 255, 255, 0.1);
}

.advantagePage1 .TabNav li i:after {
	background: rgba(255, 255, 255, 0.1);
	left: -3px;
	bottom: -6px;
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
}

.advantagePage1 .TabNav li a {
	display: block;
	width: 28px;
	margin: 0px auto;
	line-height: 1.1;
	color: #fff;
	position: relative;
	z-index: 1;
}

.advantagePage1 .TabNav li:nth-child(even) i {
	top: auto;
	bottom: 0;
}

.advantagePage1 .TabNav li:nth-child(even) i:After {
	top: -6px;
	bottom: auto;
}

.advantagePage1 .TabNav li.on:after,
.advantagePage1 .TabNav li:hover:after {
	height: 112%;
}

.advantagePage1 .TabNav li.on,
.advantagePage1 .TabNav li:hover {
	padding-top: 0.28rem;
}

.advantagePage1 .TabNav li.on a,
.advantagePage1 .TabNav li:hover a {
	color: #fff;
	font-size: 0.24rem;
}

.advantagePage2 {
	background: #fff url(../images/advantagePage6_bg.jpg) no-repeat right top/cover;
}

.advantagePage2 .content {
	align-items: normal;
}

.advantagePage2 .item {
	position: relative;
	width: 33.333%;
	float: left;
}

.advantagePage2 .item:After {
	content: "";
	left: 0;
	top: 0;
	width: 107.5%;
	height: 100%;
	position: absolute;
	border-radius: 0.9rem 0 0 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.advantagePage2 .item:nth-child(1) {
	margin-top: 0.6rem;
	z-index: 1;
}

.advantagePage2 .item:nth-child(1):After {
	background-image: url(../images/advantagePage5_bg.jpg);
}

.advantagePage2 .item:nth-child(2) {
	z-index: 2;
}

.advantagePage2 .item:nth-child(2):after {
	background-image: url(../images/advantagePage4_bg.jpg);
	left: -2.5%;
}

.advantagePage2 .item:nth-child(3) {
	margin-top: 0.9rem;
	z-index: 3;
}

.advantagePage2 .item:nth-child(3):After {
	background-image: url(../images/advantagePage3_bg.jpg);
	left: auto;
	right: 0;
}

.advantagePage2 .item:nth-child(3) li {
	border: 1px dashed rgba(11, 106, 105, 0.25);
}

.advantagePage2 .item:nth-child(3) a {
	color: #0d6f6b;
}

.advantagePage2 .item .inner {
	position: relative;
	z-index: 1;
	min-height: 5.6rem;
	padding: 3.125vw;
}

.advantagePage2 .item li:not(:last-child) {
	margin-bottom: 1.56vw;
}

.advantagePage2 .item li {
	border: 1px dashed rgba(255, 255, 255, 0.2);
	width: 100%;
	text-align: center;
}

.advantagePage2 .item li:hover {
	background: rgba(255, 255, 255, 0.2);
}

.advantagePage2 .item li a {
	color: #fff;
	padding: 0.19rem;
	display: block;
}

.advantagePage3 {
	overflow: hidden;
	align-items: flex-end;
}

.advantagePage3 .leftTit {
	width: 38.58%;
	min-height: 39.1vw;
	background-color: #1a6861;
	color: #fff;
	padding: 0 4.16vw 0 13.54vw;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: socver;
}

.advantagePage3 .leftTit .SubTit {
	padding-bottom: 0;
}

.advantagePage3 .desc {
	padding-bottom: 0.5rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.advantagePage3 .scroll {
	max-height: 35.58vw;
	overflow-y: auto;
}

.advantagePage3 .content {
	width: calc(100% - 38.58%);
	background: url(../images/advantagePage7_bg.jpg);
	min-height: 43.64vw;
	padding: 3.125vw 3.64vw;
}

.advantagePage3 .thead .cell {
	line-height: 4.53vw;
	font-size: 0.3rem;
	color: #328f8a;
	padding-bottom: 0.31rem;
	position: relative;
}

.advantagePage3 .thead .cell:after {
	bottom: 0.31rem;
	width: 100%;
	left: 0;
	content: "";
	position: absolute;
	background-color: rgba(9, 108, 103, 0.1);
	height: 1px;
}

.advantagePage3 .cell {
	text-align: center;
}

.advantagePage3 .item .cell {
	padding: 0.11rem 0;
	position: relative;
}

.advantagePage3 .item .cell:after,
.advantagePage3 .item .cell:before {
	width: 50%;
	top: 50%;
	content: "";
	position: absolute;
	left: 0;
	background: url(../images/linebg3.png) repeat-x;
	height: 1px;
}

.advantagePage3 .item .cell:after {
	left: auto;
	right: 0;
}

.advantagePage3 .item .cell span {
	display: inline-block;
	background: url(../images/advantagePage7_bg.jpg);
	padding: 0 0.24rem;
	position: relative;
	z-index: 1;
}

.advantagePage3 .item .item .cell:first-child:before {
	display: none;
}

.advantagePage3 .item .item .cell:last-child:before {
	display: none;
}

.advantagePage4 {
	background: #fff url(../images/advantagePage8_bg.jpg) no-repeat right top/cover;
}

.advantagePage4 .slider {
	margin-top: 0.3rem;
}

.advantagePage4 .slick-list {
	margin-left: -2.23vw;
}

.advantagePage4 .slider .item {
	padding-left: 2.23vw;
}

.advantagePage4 .slider .item a {
	display: block;
	position: relative;
	text-align: center;
}

.advantagePage4 .slider .item .imgbox {
	border-radius: 0.75rem 0 0 0;
	padding-top: 133%;
}

.advantagePage4 .slider .item .imgbox:after {
	width: 100%;
	content: "";
	left: 0;
	bottom: 0;
	height: 60%;
	background-image: linear-gradient(to top, rgba(36, 135, 130, 0.9), rgba(36, 135, 130, 0));
	z-index: 2;
	position: absolute;
	transition: all 0.3s;
}

.advantagePage4 .slider .item .ti {
	width: 100%;
	left: 0;
	bottom: 0.29rem;
	padding: 0 0.2rem;
	color: #fff;
	z-index: 10;
	position: absolute;
}

.advantagePage4 .slider .item:nth-child(even) {
	padding-top: 4.27vw;
}

.advantagePage4 .item:hover .imgbox:after {
	background-image: linear-gradient(to top, rgba(235, 161, 22, 1), rgba(36, 135, 130, 0));
}

.advantagePage4 .slick-arrow {
	transform: translateY(-50%);
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	box-shadow: 0px 0px 18px 0px rgba(85, 85, 85, 0.27);
	background-color: #fff !important;
}

.advantagePage4 .slick-arrow:after {
	display: none;
}

.advantagePage4 .slick-arrow i {
	font-size: 0.3rem;
}

.advantagePage4 .slick-arrow:hover {
	background-color: #35a397 !important;
	color: #fff;
}

.advantagePage4 .slick-prev {
	left: -0.27rem;
}

.advantagePage4 .slick-next {
	right: -0.27rem;
}

.advantagePage5 {
	padding: 1.35rem 0 0 0;
	background: url(../images/advantagePage9_bg.jpg) no-repeat 0px bottom/cover;
}

.advantagePage5 .SubTit {
	margin-right: 16.77vw;
}

.advantagePage5 .list {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.advantagePage5 .list .item {
	width: 20%;
	float: left;
}

.advantagePage5 .list .item a {
	padding-top: 100%;
	position: relative;
	display: block;
	color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.advantagePage5 .list .item a:After {
	left: 0;
	top: 0;
	width: 100%;
	content: "";
	position: absolute;
	height: 100%;
	transition: all 0.5s;
}

.advantagePage5 .list .item .info {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	text-align: center;
	width: 90%;
}

.advantagePage5 .list .item .icon {
	margin-bottom: 0.21rem;
}

.advantagePage5 .list .item .icon img {
	height: 0.65rem;
}

.advantagePage5 .list .item:nth-child(1) {
	margin-top: 1.34rem;
}

.advantagePage5 .list .item:nth-child(1) a:after {
	background: rgba(0, 0, 0, 0.5);
}

.advantagePage5 .list .item:nth-child(1):hover a:after {
	background: rgba(0, 0, 0, 0.3);
}

.advantagePage5 .list .item:nth-child(2) a:after {
	background: url(../images/bg_ys2.gif);
	opacity: 0.9;
}

.advantagePage5 .list .item:nth-child(2):hover a:after {
	opacity: 0.3;
}

.advantagePage5 .list .item:nth-child(3) a:after {
	background: url(../images/bg_ys3.gif);
	opacity: 0.95;
}

.advantagePage5 .list .item:nth-child(3):hover a:after {
	opacity: 0.8;
}

.advantagePage5 .list .item:nth-child(4) a:after {
	background: rgba(34, 34, 34, 0.7);
}

.advantagePage5 .list .item:nth-child(4):hover a:after {
	background: rgba(34, 34, 34, 0.5);
}

.advantagePage5 .list .item:nth-child(5) {
	margin-top: -1.98rem;
}

.advantagePage5 .list .item:nth-child(5) a:after {
	background: url(../images/bg_ys5.gif);
	opacity: 0.85;
}

.advantagePage5 .list .item:nth-child(5):hover a:after {
	opacity: 0.7;
}

.advantagePage5 .list .item:nth-child(6) {
	position: absolute;
	left: 20%;
	top: 67.7%;
}

.advantagePage5 .list .item:nth-child(6) a:after {
	background: url(../images/bg_ys6.gif);
	opacity: 0.94;
}

.advantagePage5 .list .item:nth-child(6):hover a:after {
	opacity: 0.8;
}

.advantagePage5 .list .item:nth-child(7) {
	position: absolute;
	left: 40%;
	top: 67.7%;
}

.advantagePage5 .list .item:nth-child(7) a {
	color: #066967;
}

.advantagePage5 .list .item:nth-child(7) a:after {
	background: url(../images/bg_ys7.gif);
	opacity: 0.95;
}

.advantagePage5 .list .item:nth-child(7):hover a:after {
	opacity: 0.8;
}

.advantagePage6 {
	padding: 2.45rem 0 1.28rem;
	background: url(../images/advantagePage10_bg.jpg) no-repeat 0px bottom/cover;
	background-attachment: fixed;
}

.advantagePage6 .imgbox {
	padding-top: 60%;
	width: 100%;
}

.advantagePage6 .ti {
	color: #fff;
	margin-bottom: 0.33rem;
	font-size: 0.28rem;
	text-align: center;
}

.advantagePage6 .info {
	min-height: 2.8rem;
	padding: 2.29vw;
	color: rgba(255, 255, 255, 0.7);
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.advantagePage6 .item:nth-child(3n+1) .info {
	background-color: #f5a613;
}

.advantagePage6 .item:nth-child(3n+2) .info {
	background-color: #32a094;
}

.advantagePage6 .item:nth-child(3n+3) .info {
	background-color: #cfe7e5;
}

.advantagePage6 .item:nth-child(3n+3) .info .ti {
	color: #333333;
}

.advantagePage6 .item:nth-child(3n+3) .info .desc {
	color: #666666;
}

.advantagePage6 .item:nth-child(even) a {
	flex-direction: column-reverse;
}

@media(max-width:1366px) {
	.advantagePage1 .TabNav ul {
		padding-left: 33%;
	}

	.advantagePage5 .SubTit {
		margin-right: 20vw;
	}
}

@media(max-width:1024px) {
	.advantagePage1 {
		padding-top: 0.6rem;
	}

	.advantagePage1 .TabNav ul {
		padding-left: 0;
	}

	.advantagePage3 .leftTit {
		width: 100%;
		padding: 0.45rem 5%;
	}

	.advantagePage3 .content {
		width: 100%;
	}

	.advantagePage3 .thead .cell {
		line-height: 0.8rem;
	}

	.advantagePage5 {
		padding: 0.6rem 0;
	}

	.advantagePage5 .list .item {
		margin: 0 !important;
		position: static !important;
		width: 33.333%;
	}

	.advantagePage6 {
		padding: 0.6rem 0;
	}
}

@media(max-width:640px) {

	.advantagePage1 .TabNav li.on a,
	.advantagePage1 .TabNav li:hover a {
		font-size: 15px;
	}

	.advantagePage1 .TabCon .imgbox {
		width: 100%;
		padding-top: 0;
	}

	.advantagePage1 .TabCon .imgbox span {
		position: static;
		height: auto;
	}

	.advantagePage1 .TabCon .info {
		width: 100%;
		padding: 0.35rem 0 0;
	}

	.advantagePage2 .item li a {
		padding: 0.1rem;
	}

	.advantagePage3 .scroll {
		max-height: 5.2rem;
	}

	.advantagePage3 .content {
		padding: 0.3rem;
	}

	.advantagePage4 .slider .item:nth-child(even) {
		padding-top: 0;
	}

	.advantagePage6 .ti {
		font-size: 16px;
	}
}

/* 南华附二医联体 */
.southNews {
	padding-top: 1.6rem;
}

.southNews .slick-list {
	margin: 0 -1.77vw;
}

.southNews .item {
	padding: 0 1.77vw;
}

.southNews .item:last-child {
	padding-right: 0;
}

.southNews .item .imgbox {
	padding-top: 52.55%;
	margin-bottom: 0.23rem;
}

.southNews .item .info {
	min-height: 0.6rem;
}

.southNews .item .info .date {
	width: 1.54rem;
	position: relative;
	line-height: 24px;
}

.southNews .item .info .date:After {
	right: 0.39rem;
	top: 0.08rem;
	height: calc(100% - 0.16rem);
	width: 1px;
	content: "";
	position: absolute;
	background-color: #e3e3e3;
}

.southNews .item .info .date em {
	display: block;
	line-height: 1.26;
	font-size: 0.3rem;
	color: #000000;
}

.southNews .item .info .ti {
	flex: 1;
}

.southNews .state {
	margin-top: 0.4rem;
	height: 56px;
	line-height: 56px;
	position: relative;
}

.southNews .state:After {
	top: 50%;
	height: 3px;
	content: "";
	left: 0;
	width: calc(100% - 1.57rem);
	background-color: #d2d2d2;
	position: absolute;
	transform: translateY(-50%);
}

.southNews .state:before {
	top: 50%;
	height: 3px;
	content: "";
	left: 0;
	width: 3.48rem;
	background-color: #328f8a;
	position: absolute;
	transform: translateY(-50%);
	z-index: 1;
}

.southNews .state .arrow {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #328f8a url(../images/mouse.png) center center no-repeat;
	left: 3.48rem;
	top: 0;
	z-index: 3;
	position: absolute;
}

.southNews .state .total {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 0.36rem;
	font-weight: bold;
	color: #999999;
	padding-left: 37px;
	background: url(../images/linebg4.png) 0 center no-repeat;
}

.southNews .state .slick-arrow {
	background-color: transparent;
	width: 16px;
	height: 56px;
	top: 0;
}

.southNews .state .slick-arrow i {
	font-size: 18px;
	color: #fff;
}

.southNews .state .slick-arrow i:hover {
	color: #ffcc00;
}

.southNews .state .slick-arrow:after {
	display: none;
}

.southInfo {
	background-color: #f8f8f8;
	position: relative;
	overflow: hidden;
	position: relative;
	padding: 1rem 0 1.37rem;
}

.southInfo .SubTit2 {
	padding-bottom: 0.25rem;
}

.southInfo:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2.2rem;
	content: "";
	background: url(../images/hr_bg1.jpg) center bottom no-repeat;
}

.southInfo .info {
	width: 24.64%;
}

.southInfo .info .desc {
	max-height: 3.3rem;
	overflow-y: auto;
}

.southInfo .slider {
	width: 68%;
}

.southInfo .slick-list {
	width: 133%;
	padding-right: 30%;
}

.southInfo .item {
	padding-right: 0.27rem;
}

.southInfo .item:last-child {
	padding-right: 0;
}

.southInfo .item a {
	display: block;
	position: relative;
	color: #fff;
}

.southInfo .item .imgbox {
	padding-top: 4.95rem;
}

.southInfo .item .info {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 70%;
	padding: 0.15rem 0.4rem;
	border-radius: 0.45rem 0 0 0;
	background-color: #ee9b00;
	z-index: 2;
}

.southInfo .item .info p {
	line-height: 24px;
}

.southInfo .arrow {
	position: absolute;
	left: 2.17rem;
	bottom: 0.55rem;
	width: 1.32rem;
}

.southInfo .slick-arrow {
	border: 1px solid #4dcfc8;
	background: rgba(77, 207, 200, 0.2);
	width: 0.56rem;
	height: 0.56rem;
	border-radius: 50%;
}

.southInfo .slick-arrow i {
	font-size: 0.36rem;
	color: #fff;
}

.southInfo .slick-arrow:after {
	display: none;
}

.southNav {
	background-color: #f8f8f8;
}

.southNav .item {
	position: relative;
	padding-bottom: 0.3rem;
	margin-bottom: 0.7rem;
}

.southNav .item:last-child {
	margin-bottom: 0;
}

.southNav .item:before {
	position: absolute;
	right: 0;
	top: 0;
	width: 57.8%;
	background-color: #fff;
	border: 1px solid #ececec;
	height: 100%;
	content: "";
}

.southNav .item .imgtext {
	width: 50%;
	min-height: 4.2rem;
	color: #fff;
	padding: 0 3.4vw;
	background-color: #308e89;
	border-radius: 0.5rem 0 0 0;
	position: relative;
	z-index: 10;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.southNav .item .imgtext a {
	position: absolute;
	width: calc(100% - 6.8vw);
	left: 3.4vw;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	position: absolute;
	color: #fff;
}

.southNav .item .imgtext .text {
	max-height: 2.1rem;
	overflow-y: auto;
}

.southNav .item .imgtext:before {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 0.5rem 0 0 0;
	position: absolute;
	content: "";
	background-color: rgba(50, 143, 138, 0.4);
}

.southNav .item .imgtext:after {
	position: absolute;
	left: 0;
	top: -0.28rem;
	content: "";
	background: url(../images/logobg12.png) no-repeat center center/contain;
	width: 1.14rem;
	height: 1.38rem;
}

.southNav .item .imgtext .ti {
	margin-bottom: 0.2rem;
}

.southNav .item .imgtext .ti img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	height: 33px;
}

.southNav .item .info {
	width: 50%;
	padding: 3.43vw 3.125vw 0;
}

.southNav .item .info .inner {
	padding: 0 0 0.2rem 0.2rem;
}

.southNav .item .info .inner .slick-slide div {
	width: 48%;
	margin-left: 2%;
	display: inline-block;
}

.southNav .item .info .inner a {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 24px;
	border-radius: 3px;
	border: 1px solid #eeeeee;
	height: 59px;
	padding: 0 0.33rem;
	text-align: center;
}

.southNav .item .info .inner a:hover {
	border: 1px solid #419c97;
	background-color: #419c97;
	color: #fff;
}

.southNav .item .slick-dots {
	margin-top: 0;
	position: static;
}

.southNav .item .slick-dots li {
	width: 0.15rem;
	height: 0.15rem;
}

.southNav .item .slick-dots li button {
	border-radius: 50%;
	background-color: #d9d9d9;
}

.southNav .item .slick-dots li.slick-active button {
	background-color: #419c97;
}

.southNav .item:nth-child(even) {
	flex-direction: row-reverse;
}

.southNav .item:nth-child(even):before {
	right: auto;
	left: 0;
}

.southNav .item .info2 {
	width: 50%;
	padding: 5.4vw 3.125vw 5.1vw;
	position: relative;
	z-index: 10;
}

.southNav .list li {
	border-radius: 3px;
	width: 2.21rem;
	text-align: center;
}

.southNav .list li:not(:last-child) {
	margin-right: 0.38rem;
}

.southNav .list li a {
	display: flex;
	justify-content: center;
	min-height: 2.21rem;
	border: 1px solid #eeeeee;
	border-radius: 3px;
	flex-direction: column;
	align-items: center;
}

.southNav .list li a:hover {
	border: 1px solid #419c97;
	color: #419c97;
}

.southNav .list li img {
	margin-bottom: 0.2rem;
	width: 0.98rem;
}

.southJoin {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.southJoin .info {
	margin-left: 5.72vw;
	max-width: 6.8rem;
	color: #fff;
}

.southJoin .SubTit2 {
	padding-bottom: 0.13rem;
}

.southJoin .text {
	padding-bottom: 0.13rem;
	margin-bottom: 0.1rem;
	border-bottom: 1px solid rgba(43, 37, 37, 0.08);
}

.southJoin .contact {
	margin-bottom: 0.21rem;
}

.southJoin .contact p {
	padding: 3px 0 3px 39px;
	position: relative;
}

.southJoin .contact p img {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 19px;
}

.southJoin .apply {
	display: block;
	width: 150px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	border-radius: 0.5rem;
	background-color: #ee9b00;
	box-shadow: 6px 8px 13px 0px rgba(216, 157, 46, 0.51);
}

.southJoin .apply:hover {
	background-color: #419c97;
	box-shadow: 6px 8px 13px 0px rgba(65, 156, 46, 0.51);
}

@media(max-width:1024px) {
	.southInfo .info {
		width: 100%;
		padding-bottom: 0.35rem;
	}

	.southInfo .item .imgbox {
		padding-top: 80%;
	}

	.southInfo .slider {
		width: 100%;
	}

	.southInfo .arrow {
		position: static;
	}

	.southInfo .slick-arrow {
		width: 35px;
		height: 35px;
	}

	.southInfo .slick-arrow i {
		font-size: 20px;
	}

	.southInfo .slick-prev {
		left: -18px;
	}

	.southInfo .slick-next {
		right: -18px;
	}

	.southInfo {
		padding-bottom: 1rem;
	}

	.southInfo .slick-arrow {
		top: 70%;
	}

	.southInfo .info .desc {
		max-height: none;
	}

	.southNav .item .imgtext {
		width: 100%;
		min-height: auto;
		padding: 0.35rem;
	}

	.southNav .item .imgtext a {
		position: relative;
		transform: translateY(0);
		left: auto;
		top: auto;
	}

	.southNav .item .imgtext .text {
		max-height: none;
	}

	.southNav .item .info,
	.southNav .item .info2 {
		width: 100%;
	}

	.southNav .item:before {
		width: 100%;
	}
}

@media(max-width:640px) {
	.southInfo {
		padding: 0.6rem 0;
	}

	.southJoin .apply {
		width: 120px;
		line-height: 35px;
	}
}


/* 人才招聘 */
.hrInfo .list .item {
	flex: 1;
	margin-left: -1px;
}

.hrInfo .list .item a {
	display: block;
	border: 1px solid #dae0e0;
	padding: 0.2rem 0;
	min-height: 1.4rem;
	transition: all 0.5s;
	text-align: center;
}

.hrInfo .list .item .ico {
	width: 0.59rem;
	height: 0.59rem;
	margin: 0px auto 0.13rem;
}

.hrInfo .list .item .ti {
	margin-top: 0.15rem;
}

.hrInfo .list .item:hover a {
	background-color: #32a095;
	border: 1px solid #32a095;
	color: #fff;
	box-shadow: 0px 0px 13px 0px rgba(41, 128, 119, 0.51);
}

.hrInfo .list .item:hover .moreBtn4 {
	border: 1px solid #ee9b00;
	background-color: #ee9b00;
	color: #fff;
}

.hrInfo .list .item:hover .moreBtn4:before {
	background-color: #fff;
}

.hrInfo .list .item:hover .moreBtn4 em:before {
	background: url(../images/ico/arrright4.png) no-repeat;
}

/* .hrNews {
	padding-top: 0;
} */
.hrNews .HomeTit,.hrTraining .HomeTit {width:100%;margin-bottom:0.2rem}
.hrNews .HomeTit h2,.hrTraining .HomeTit h2{display:inline-block}

.hrNews .notice {
	width: 49%;
}

.hrNews .notice .item {
	transition: all 0.5s;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #ececec;
	background-color: #fff;
}

.hrNews .notice .item a {
	padding: 0;
	min-height: 0.9rem;
}

.hrNews .notice .item .date {
	width: 0.8rem;
	padding: 0 0 0 0rem;
	position: relative;
	color: #999999;
	text-align: center;
}

.hrNews .notice .item .date:after {
	position: absolute;
	right: 0;
	top: 50%;
	height: 0.55rem;
	width: 1px;
	content: "";
	background: #ededed;
	transform: translateY(-50%);
}

.hrNews .notice .item .date b {
	line-height: 1;
	font-size: 0.36rem;
	display: block;
	color: #333333;
	font-weight: normal;
}

.hrNews .notice .item .info {
	flex: 1;
	padding: 0 0rem 0 0.3rem;
}

.hrNews .notice .item:hover {
	border-color: #32a095;
}

.hrNews .notice .item:hover .date b {
	color: #32a095;
}

.hrNews .policy {
	width: 57.58%;
}
.rszpxt{margin-top: 0.2rem; text-align: center;width: 100%}
.rszpxt img{width: 100%;}
.hrNews .policy ul {
	margin: 0 -0.12rem;
}

.hrNews .policy .item {
	width: 50%;
	margin: 0 0.12rem;
	position: relative;
}

.hrNews .policy .item .imgbox {
	padding-top: 60%;
}

.hrNews .policy .item a {
	display: block;
	min-height: 2.6rem;
	;
	color: #333333;
	font-weight: normal;
	position: relative;
	z-index: 2;
}

.hrNews .policy .item .date {
	line-height: 0.24rem;
	color: #555;
	/*font-weight: lighter;*/
	font-weight: normal;
	margin-top: 0.23rem;
	font-size: 0.18rem;
}

.hrNews .policy .item .ti {
	min-height: 0.6rem;
	line-height: 0.3rem;
	margin-top: 0.15rem;
	;
}

.hrNews .policy .slick-dots li {
	width: 0.08rem;
	height: 0.08rem;
	border-radius: 0.08rem;
	background-color: #bfbfbf;
}

.hrNews .policy .slick-dots li.slick-active {
	width: 0.2rem
}

.hrNews .policy .slick-dots {
	bottom: -0.5rem
}

.hrSalary .content {
	padding: 8.33vw 4.94vw;
	position: relative;
	overflow: hidden;
}

.hrSalary .content .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.hrSalary .content:After {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(12, 59, 56, 0.6);
	transition: all 0.5s;
}

.hrSalary .content ul {
	position: relative;
	z-index: 1;
}

.hrSalary .content .item {
	width: 20%;
	text-align: center;
	margin-bottom: -1px;
}

.hrSalary .content .item a {
	display: block;
	padding: 0.46rem 0.46rem 0.2rem;
	color: #fff;
	line-height: 0.28rem;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-right: 0;
	min-height: 2.15rem;
	background: url(../images/dotbg.png);
}

.hrSalary .content .item .icon {
	margin: 0px auto 0.16rem;
	width: 0.67rem;
	height: 0.67rem;
}

.hrSalary .content .item a:hover {
	background-color: #32a095;
}

.hrSalary .content .item:nth-child(5n+5) a {
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.hrSalary .content .item:hover a {
	transform: translateY(0);
}

.hrSalary .content:hover:After {
	opacity: 0.8;
}


.hrTraining .imgbox {
	float: left;
	width: 45%;
	padding-top: 3.54rem;
}

.hrTraining .TabSlide {
	width: 53%;
	float: right;
}
.hrTraining .TabSlide .TabCon ul {min-height:2.7rem}
.hrTraining .TabSlide .TabNav {
	height: 0.44rem;
	border-bottom: solid 0.01rem #cccccc;
	margin-bottom: 0.2rem;
}

.hrTraining .TabSlide .TabNav li{float: left;width:auto;height: 0.44rem;line-height: 0.24rem;}
.hrTraining .TabSlide .TabNav li h2{
	height: 0.44rem;
	line-height: 0.24rem;
	font-size: 0.24rem;
	color: #333333;
	padding-bottom: 0.18rem;
	cursor: pointer;
}

.hrTraining .TabSlide .TabNav li:not(:last-child) {
	margin-right: 0.6rem;
}

.hrTraining .TabSlide .TabNav li.on h2 {
	color: #2ba8a2;
	border-bottom: 2px solid #2ba8a2;
	;
}

.hrTraining .TabSlide .TabCon li {
	font-size: 0.16rem;
	line-height: 0.4rem;
	color: #000000;
	padding-left: 0.2rem;
	position: relative;
	/*font-weight: lighter;*/
	font-weight: normal;
}

.hrTraining .TabSlide .TabCon li:before {
	position: absolute;
	left: 0.06rem;
	top: 50%;
	margin-top: -0.025rem;
	height: 0.05rem;
	width: 0.05rem;
	content: "";
	background: #2ba8a2;
	border-radius: 50%
}

.hrTraining .TabSlide .TabCon li time {
	float: right;
	color: #999999;
}

.hrTraining .TabSlide .TabCon .moreBtn3 {
	margin-top: 0.5rem;
	margin-left: -0.8rem;
	;
}

.HomeCol.TeachingList2.Construction {
	background-image: url(../images/newsbg4.png);
}









.hrSalary2 {
	background-color: #f1f1f1;
}

.hrSalary2 ul {
	margin-left: -0.26rem;
	padding-top: 0.5rem;
}

.hrSalary2 .item {
	flex: 1;
	padding-left: 0.26rem;
	transition: all 0.5s;
}

.hrSalary2 .item a {
	font-size: 0.3rem;
	color: #fff;
	min-height: 4.05rem;
	display: block;
	text-align: center;
	padding: 1.04rem 0.3rem 0;
	border-radius: 0.6rem 0 0 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.hrSalary2 .item a:before {
	content: "";
	top: -0.25rem;
	left: 0.08rem;
	width: 0.29rem;
	height: 1.33rem;
	background: url(../images/logobg13.png) no-repeat center top/contain;
	z-index: 3;
	position: absolute;
}

.hrSalary2 .item a:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(25, 95, 91, 0.7);
	transition: all 0.5s;
	border-radius: 0.6rem 0 0 0;
}

.hrSalary2 .item .icon {
	position: relative;
	z-index: 2;
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
	background: rgba(61, 170, 159, 0.8);
	margin: 0px auto;
	transition: all 0.5s;
}

.hrSalary2 .item .ti {
	position: relative;
	z-index: 2;
	line-height: 1.23;
	padding-top: 0.22rem;
	margin-top: 0.2rem;
}

.hrSalary2 .item .ti:After {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 0.33rem;
	height: 0.03rem;
	background-color: #fff;
	content: "";
}

.hrSalary2 .item:hover a {
	transform: translateY(-0.5rem);
}

.hrSalary2 .item:hover .icon {
	transform: scale(1.1);
}

.hrSalary2 .item:hover a:after {
	opacity: 0.8;
}

.hrKnow {
	background: url(../images/hr_bg3.jpg) no-repeat right bottom/cover;
}

.hrKnow .SubTit2 h2 {
	font-size: 0.36rem;
	padding-bottom: 0.35rem;
}

.hrKnow .slick-list {
	margin-left: -0.16rem;
}

.hrKnow .item {
	padding: 0 0 0.16rem 0.16rem;
}

.hrKnow .item a {
	display: block;
	padding: 0.34rem 0.2rem 0.2rem;
	border-radius: 0.1rem;
	border: 1px solid #e5eeed;
	text-align: center;
	min-height: 2.2rem;
}

.hrKnow .item .icon {
	width: 0.71rem;
	height: 0.71rem;
	margin: 0px auto 0.15rem;
}

.hrKnow .item:hover a {
	border: 1px solid #328f8a;
	box-shadow: 0px 0px 0.13rem 0px rgba(41, 128, 119, 0.51);
}

.hrKnow .slick-arrow {
	transform: translateY(-50%);
}

.HrList {
	padding-bottom: 0.15rem;
}

.HrList .item {
	position: relative;
	transition: all 0.5s;
	background: #f4f5f7;
	padding: 0.37rem;
	border-radius: 10px;
	margin-bottom: 0.3rem;
}

.HrList .item .ti {
	position: relative;
	cursor: pointer;
	line-height: 2;
}

.HrList .item .ti i {
	width: 0.6rem;
	height: 0.6rem;
	top: 0.08rem;
	right: 1.08rem;
	position: absolute;
	background: #004898 url(../images/arrtop.png) center center no-repeat;
	border-radius: 50%;
	transition: all 0.5s;
}

.HrList .item .inner {
	color: #666666;
}

.HrList .item .inner dd {
	display: inline-block;
}

.HrList .item .inner dd:not(:last-child) {
	margin-right: 0.31rem;
}

.HrList .item .detail {
	border-top: 1px solid #e8e8e8;
	margin-top: 0.34rem;
}

.HrList .item .detail .sti {
	margin-bottom: 5px;
	margin-top: 0.29rem;
}

.HrList .item .detail .desc {
	color: #666666;
}

.HrList .item:hover {
	background: #ffffff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}

.HrList .item:hover .ti i {
	transform: scale(1.15);
}

.HrList .item.on .ti i {
	transform: rotate(180deg);
}

@media(max-width:1024px) {
	.hrInfo .list .item {
		flex: none;
		width: 33.333%;
		padding-bottom: 2.03vw;
	}

	.hrNews .notice {
		width: 100%;
	}

	.hrNews .policy {
		width: 100%;
		padding-top: 0.35rem
	}

	.hrSalary .content .item {
		width: 33.333%;
	}
}

@media(max-width:640px) {
	.hrSalary .content .item a {
		line-height: 24px;
		min-height: 2.5rem;
	}

	.hrSalary .content .item:nth-child(2n+2) a {
		border-right: 1px solid rgba(255, 255, 255, 0.3);
	}

	.hrSalary .content .item {
		width: 50%;
	}

	.hrNews .policy .item {
		width: 100%;
	}

	.hrNews .policy .item .date b,
	.hrNews .notice .item .date b {
		font-size: 17px;
	}

	.hrInfo .list .item a {
		padding-bottom: 0.4rem;
	}

	.hrInfo .moreBtn4 {
		font-size: 12px;
	}
}


/* 人文附二 */
.culturePeople {
	background: url(../images/culture_bg1.jpg) no-repeat center top/cover;
}

.culturePeople .slick-list {
	margin: 0 -1.5625vw;
}

.culturePeople .item {
	padding: 0 1.5625vw;
}

.culturePeople .item .imgbox {
	padding-top: 74.94%;
}

.culturePeople .item a {
	display: block;
	padding-bottom: 1.34rem;
	position: relative;
}

.culturePeople .item .info {
	position: absolute;
	left: 0;
	bottom: 0;
	min-height: 2.1rem;
	z-index: 2;
	width: 100%;
	border-radius: 0.8rem 0 0 0;
	background-color: #24827d;
	padding: 0.42rem;
	color: #fff;
	transition: all 0.5s;
}

.culturePeople .item .info:after {
	position: absolute;
	bottom: 0;
	right: 0.77rem;
	content: "";
	width: 0.4rem;
	height: 1.88rem;
	background: url(../images/logobg5.png) no-repeat center bottom/contain;
	opacity: 0.03;
	transition: all 0.5s;
}

.culturePeople .item .date {
	margin-bottom: 0.28rem;
	color: rgba(255, 255, 255, 0.7);
	position: relative;
}

.culturePeople .item .date:After {
	position: absolute;
	right: 0;
	width: 21px;
	height: 7px;
	top: 50%;
	margin-top: -4px;
	background: url(../images/ico/arr_more_white.svg) no-repeat;
	content: "";
	opacity: 0.5;
	transition: all 0.5s;
}

.culturePeople .item:hover .date:After {
	right: -0.15rem;
}

.culturePeople .item:hover .info:After {
	bottom: 0.2rem;
	opacity: 0.1;
}

.culturePeople .item:hover .info {
	background-color: #f5a613;
	min-height: 2.5rem;
}

.cultureDynamism:after {
	background: url(../images/news_bg7.jpg);
	width: 100%;
	height: 67.5%;
	bottom: 0;
	content: "";
	position: absolute;
}

.cultureDynamism ul {
	position: relative;
	margin-left: -0.2rem;
}

.cultureDynamism ul .item {
	width: 50%;
	padding: 0 0 0 0.2rem;
}

.cultureDynamism ul .item a {
	display: block;
	position: relative;
	color: #fff;
}

.cultureDynamism ul .info {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 10;
	padding: 0.4rem;
	transition: all 0.5s;
}

.cultureDynamism ul .info:after {
	position: absolute;
	content: "";
	width: 20px;
	height: 7px;
	right: 0.4rem;
	bottom: 0.45rem;
	background: url(../images/ico/arr_more_white3.svg);
}

.cultureDynamism ul .imgbox {
	padding-top: 24.27vw;
}

.cultureDynamism ul .imgbox:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40%;
	z-index: 10;
	content: "";
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
}

.cultureDynamism ul .ti {
	margin-right: 0.4rem;
}

.cultureDynamism ul .desc {
	color: rgba(255, 255, 255, 0.52);
	display: none;
	transition: all 0.5s;
}

.cultureDynamism ul .item:hover .info {
	background-color: #24827d;
}

.cultureDynamism ul .item:hover .desc {
	display: block;
	margin: 0.26rem 0 0.39rem;
}

.cultureOutstanding {
	background: url(../images/hr_bg4.jpg) no-repeat right top/cover;
}

.cultureOutstanding .slider {
	max-width: 9.4rem;
	margin: 0px auto;
}

.cultureOutstanding .slick-list {
	padding: 0 55%;
	margin: 0 -55%;
}

.cultureOutstanding .item {
	padding: 1.77vw 1.5625vw 0;
	opacity: 0.4;
}

.cultureOutstanding .item a {
	position: relative;
	display: block;
	text-align: centerv;
}

.cultureOutstanding .imgbox {
	padding-top: 25.93vw;
}

.cultureOutstanding .info {
	display: none;
	padding: 0.46rem 0 0 0;
}

.cultureOutstanding .info .desc {
	margin: 0.19rem 0 0.27rem;
}

.cultureOutstanding .info:after {
	display: block;
	width: 20px;
	height: 7px;
	content: "";
	background: url(../images/ico/arr_more_gray3.svg) no-repeat;
	transition: all 0.5s;
}

.cultureOutstanding .slick-current {
	opacity: 1;
	padding-top: 0;
}

.cultureOutstanding .slick-current .imgbox {
	padding-top: 29.16vw;
}

.cultureOutstanding .slick-current .info {
	display: block;
}

.cultureOutstanding .slick-arrow {
	top: 35%;
}

.cultureOutstanding .item:hover .info:after {
	margin-left: 0.2rem;
}

@media(min-width:769px) {
	.cultureDynamism ul {
		padding-left: 38.57%;
	}

	.cultureDynamism ul .item:nth-child(1) {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 38.14%;
	}

	.cultureDynamism ul .item:nth-child(1) .imgbox {
		padding-top: 33.5vw;
	}

	.cultureDynamism ul .item:nth-child(2) {
		width: 100%;
		margin-bottom: 0.2rem;
	}

	.cultureDynamism ul .item:nth-child(2) .imgbox {
		padding-top: 28.48vw;
	}

	.cultureDynamism .SubTit {
		position: absolute;
		left: 0;
		top: 0.7rem;
		z-index: 10;
	}

	.cultureDynamism .SubTit .moreBtn {
		position: static;
		display: block;
		margin-top: 0.4rem;
	}
}

@media(max-width:1024px) {
	.cultureOutstanding .imgbox {
		padding-top: 60%;
	}

	.cultureOutstanding .slick-current .imgbox {
		padding-top: 64%;
	}
}

@media(max-width:768px) {
	.cultureDynamism ul .item {
		padding-bottom: 0.2rem;
	}

	.cultureDynamism ul .item .imgbox {
		padding-top: 64%;
	}

	.cultureOutstanding .slider {
		max-width: 6rem;
	}

	.cultureDynamism ul .info {
		padding: 0.2rem;
	}

	.cultureDynamism ul .imgbox:after {
		height: 80%;
	}

	.culturePeople .item .info {
		padding: 0.2rem;
		border-radius: 0.2rem 0 0 0;
		min-height: 2rem;
	}

	.culturePeople .item .date {
		margin-bottom: 0.05rem;
	}
}


/* 反馈表单 */
.formMessage {
	background: url(../images/formMessage_bg.jpg) no-repeat center bottom/cover;
	padding: 1rem 0.5rem;
	margin-top: 0.7rem;
}

.formMessage ul {
	width: 11rem;
	margin: 0px auto;
}

.formMessage .item {
	width: 32%;
	margin-bottom: 2.62vw;
}

.formMessage .item.last {
	margin-bottom: 0;
}

.formMessage .fred {
	color: #cc0000;
}

.formMessage .ti {
	position: relative;
	margin-bottom: 0.2rem;
}

.formMessage .ti i {
	position: absolute;
	top: 0;
	left: -12px;
}

.formMessage .ipt_txt {
	width: 100%;
	height: 0.7rem;
	line-height: 0.69rem;
	border-radius: 0.1rem;
	background: #fff;
	padding: 0 0.2rem;
}

.formMessage .ipt_txt::-webkit-input-placeholder {
	color: #777777;
}

.formMessage .select {
	width: 100%;
	height: 0.7rem;
	border: 0;
	background-color: #fff;
	padding: 0 0.2rem;
	color: #777777;
	border-radius: 0.1rem;
}

.formMessage .item.auto {
	width: 100%;
}

.formMessage .textarea {
	background: #fff;
	padding: 0.2rem;
	border-radius: 0.1rem;
}

.formMessage .textarea textarea {
	width: 100%;
	height: 1.28rem;
}

.formMessage .textarea textarea::-webkit-input-placeholder {
	color: #777777;
}

.formMessage .sendtBtn {
	width: 3rem;
	height: 0.56rem;
	color: #fff;
	background: #b1702b;
	border-radius: 0.1rem;
}

.formMessage .sendtBtn:hover {
	background: #cb8132;
}

.formMessage .item:not(.last):after,
.formMessage .item:not(.last):before {
	position: absolute;
	width: 0;
	left: 50%;
	content: "";
	height: 1px;
	background: #b1702b;
	bottom: -1px;
	z-index: 1;
	transition: all 0.5s;
	opacity: 0.25;
}

.formMessage .item:not(.last):hover:After {
	width: 50%;
	left: 0;
}

.formMessage .item:not(.last):hover:before {
	width: 50%;
}

.listMessage {
	padding-top: 0.5rem;
}

.listMessage .item {
	border: 1px solid #f7f3ea;
	padding: 0.25rem;
	margin-bottom: 0.25rem;
}

.listMessage .item .info {
	flex: 1;
	padding: 0 0 0 0.15rem;
}

.listMessage .item:hover {
	border: 1px solid #a69f8e;
}

@media(max-width:1024px) {
	.formMessage {
		padding: 0.4rem;
		margin-top: 0.2rem;
	}

	.formMessage ul {
		width: 100%;
	}
}

@media(max-width:480px) {
	.formMessage .item {
		width: 100%;
	}

	.formMessage .sendtBtn {
		width: 2.5rem;
		height: 0.6rem;
	}
}


.JobPop {
	width: 1025px;
	z-index: 1000;
	background: #fff;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.12);
	margin: 0px auto;
	position: relative;
	max-height: 50%;
	overflow-y: auto;
}

.JobPop.auto {
	max-width: 14.4rem;
	width: 88%;
}

.JobPop * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* Firefox */
	-webkit-box-sizing: border-box;
	/* Safari */
	/*设置的区域宽度用百分比固定为父元素的宽度对应的百分百，不会收到padding或是border把盒子撑大*/
}

.JobPop *:before,
.JobPop *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.JobPop .Content {
	padding: 0.5rem;
	overflow: hidden;
}

.JobPop .Content video {
	display: block;
	width: 100%;
}

.JobPop .toptit {
	text-align: center;
	padding-bottom: 0.4rem;
}

.JobPop .toptit h1 {
	text-align: center;
	line-height: 1.73;
	font-size: 0.3rem;
	color: #014095;
}

.JobPop .toptit time i {
	color: #014095;
	margin-right: 10px;
}

.JobPop .mfp-close {
	width: 0.52rem;
	height: 0.52rem;
	line-height: 0.52rem;
	text-align: center;
	background: #014095;
	color: #fff !important;
	opacity: 1;
	font-size: 0.5rem;
}

.JobPop .type {
	background: #eee;
	padding: 0.12rem 0.5rem;
}

.JobPop .intro-tit {
	margin: 0.2rem 0;
	color: #000;
}

.JobPop .intro-tit:before {
	width: 3px;
	height: 15px;
	background: #014095;
	display: inline-block;
	vertical-align: middle;
	margin: -5px 5px 0 0;
	content: "";
}

.JobPop .btnBox {
	text-align: center;
	padding: 0.5rem 0 0 0;
}

@media(max-width:1024px) {
	.JobPop {
		width: 95%;
	}
}

@media(max-width:768px) {
	.JobPop .toptit h1 {
		font-size: 18px;
	}

	.JobPop .Content {
		padding: 0.6rem 0.35rem 0.35rem;
	}
}

/* 20250331 */
.zhineng_title {
	padding: 0.14rem 0;
	margin-bottom: 0.78rem;
}

.zhineng_title .icon {
	width: 0.64rem;
	height: 0.64rem;
}

.zhineng_title .ti {
	color: #328f8a;
	padding-left: 0.15rem;
}

.zhineng_title .ti h2 {
	font-size: 0.34rem;
}

.zhineng_title .ti p {
	text-transform: uppercase;
	color: #bbd3d2;
}

.zhineng_page1 .SinglePage {
	line-height: 1.8;
}

.zhineng_page1 .info {
	width: 57.14%;
}

.zhineng_page1 .img {
	width: 35.35%;
}

.zhineng_page2 {
	background: url(../images/page2_bg.jpg) no-repeat center bottom/cover;
}

.zhineng_page4 {
	background-color: #f0fafa;
}

@media(max-width:640px) {
	.zhineng_page1 .info {
		width: 100%;
	}

	.zhineng_page1 .img {
		width: 100%;
		padding-top: 0.1rem;
	}
}


/* 20250409科室新 */
.kkeshi_title {
	margin-bottom: 0.15rem;
}

.kkeshi_title h2 {
	font-weight: normal;
}

.keshi_search {
	margin: 0.24rem 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.keshi_search input {
	width: 2.11rem;
	height: 0.51rem;
	padding: 0 0.19rem;
	border-radius: 0.06rem;
	border: 1px solid #e9e9e9;
	margin-right: 0.1rem;
}

.keshi_search .btn {
	height: 0.51rem;
	width: 2.11rem;
	background-color: #24827d;
	border-radius: 0.06rem;
	color: #fff;
}

.keshi_search .btn:hover {
	opacity: 0.8;
}

.keshi_search .btn i {
	margin: -0.04rem 0.06rem 0 0;
}

.card_letter {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 0.3rem;
	border-bottom: 1px solid #ee9b00;
	position: relative;
	margin-bottom: 0.3rem;
}

.card_letter:before {
	content: "";
	width: 0.05rem;
	height: 0.05rem;
	border-radius: 50%;
	position: absolute;
	background-color: #ee9b00;
	bottom: -0.03rem;
	left: 0;
}

.card_letter:after {
	content: "";
	width: 0.49rem;
	height: 0.18rem;
	position: absolute;
	background: url(../images/dot_3.png) no-repeat center center/contain;
	bottom: -0.07rem;
	right: 0;
	z-index: 1;
}

.card_letter span {
	padding: 0 0.16rem;
	text-align: center;
	line-height: 0.5rem;
	border-radius: 0.05rem;
	text-transform: uppercase;
	cursor: pointer;
}

.card_letter span.on {
	background-color: #24827d;
	color: #fff;
}

.card_letter span:not(:last-child) {
	margin-right: 0.05rem;
}

.card_letter span:not(.on):hover {
	color: #24827d;
}

.k_result_tit {
	margin-bottom: 0.15rem;
}

.ks_result {
	box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.11);
	border-radius: 4px;
	padding: 0.25rem 0.2rem;
	background: #fff;
	overflow: hidden;
	position: relative;
	border-bottom: 2px solid #24827d;
}

.ks_result+.ks_result {
	margin-top: 0.2rem;
}

.ksNav li {
	padding-bottom: 0.2rem
}

.ksNav li a {
	border-radius: 0.06rem;
	display: flex;align-items: center;justify-content: center;min-height: 0.8rem;
}

.ksNav.ksNav2 {
	margin-left: 0;
}

.ksNav.ksNav2 li {
	width: 23.5%;
	
	
	line-height: 1.5em;
	padding: 0;
	border: none;
	margin-bottom: 2%;
	margin-right: 2%;
	text-align: center;
}

.ksNav.ksNav2 li:nth-child(4n) {
	margin-right: 0;
}

.ksNav.ksNav2 li a {
	padding: 0.25em 1em;
	border-radius: 0.3rem 0rem 0rem 0rem;
	background: url(../images/ylbg1.png) no-repeat center/100% 100%;
	border: none;
	position:relative;
	height:100%;
}

.ksNav.ksNav2 li i {
	display: block;
	width: 0.12rem;
	height: 0.09rem;
	background: url(../images/ico/arrleft1.png) no-repeat center;
	margin-left: 0.1rem;
	transition: all 0.3s;
	background-size:contain;
}
.ksNav.ksNav2 li span {display:block; max-width:calc(100% - 0.22rem);}
.ksNav.ksNav2 li:hover i {
	background: url(../images/ico/arrleft2.png) no-repeat center;
	margin-left: 0.15rem;
}

.ksNav.ksNav2 li:hover a {
	background: url(../images/ylbg2.png) no-repeat center/100% 100%;
	border: none
}





.keshi_popUp {
	display: none;
}

.keshi_popUp.show {
	display: block;
}

.keshi_popUp .close {
	position: absolute;
	right: 0.1rem;
	top: 0.1rem;
	background-color: rgba(0, 0, 0, 0.05);
	width: 0.35rem;
	height: 0.35rem;
	line-height: 0.35rem;
	text-align: center;
	cursor: pointer;
}

.keshi_popUp .closebg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.keshi_popUp {
	background-color: rgba(0, 0, 0, 0.5);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	position: fixed;
}

.keshi_popUp .content {
	width: 11.8rem;
	position: absolute;
	left: 50%;
	top: 50%;
	background-color: #fff;
	padding: 0.5rem;
	transform: translate(-50%, -50%);
	z-index: 4;
}

.keshi_popUp .ksNav {
	max-height: 5rem;
	overflow-y: auto;
	margin: 0 auto
}
.keshi_popUp .ksNav h3{font-weight: normal;;font-size: 0.22rem;display: inline-block;width: 100%;margin-bottom: 0.2rem;}
.keshi_popUp .ksNav .con{max-height:1.2rem;overflow-y: auto;margin-bottom: 0.3rem}
.ksDetail {
	padding: 0.8rem 0;
	margin-top: 2rem;
}

.ksDetail .info {
	width: 45.19%;
	padding: 0;
}

.ksDetail .info aside {
	font-weight: normal;
}

.ksDetail .desc {
	line-height: 2;
	text-indent: 2em;
}

.kss_tit {
	margin-bottom: 0.2rem;
	font-weight: normal;
}

.ks_tese {
	padding-top: 0;
	background: url(../images/ks_bg3.jpg) no-repeat center bottom/cover;
}

.ts-expertbg {
	background: url(../images/ks_bg.jpg) no-repeat center center/cover;
}

.ts-expertList .slick-list {
	margin-left: -0.1rem;
}

.ts-expertList .item {
	padding-left: 0.1rem;
}

.ts-expertList .item a {
	display: block;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 3.6rem;
	padding: 0.3rem;
	color: #fff;
	background: url(../images/ks_bg2.png) no-repeat center center/cover;
}

.ts-expertList .item:nth-child(5n+1) a {
	background-color: #24827d;
}

.ts-expertList .item:nth-child(5n+2) a {
	background-color: #149c95;
}

.ts-expertList .item:nth-child(5n+3) a {
	background-color: #149c95;
}

.ts-expertList .item:nth-child(5n+4) a {
	background-color: #cbb284;
}

.ts-expertList .item:nth-child(5n+5) a {
	background-color: #3ebda1;
}

.ts-expertList .item .icon img {
	height: 0.66rem;
}

.ts-expertList .item .tit {
	margin: 0.2rem 0 0.12rem;
}

.ts-expertList .item .en {
	line-height: 1.25;
	min-height: 2.5em;
}

.ts-expertList .slick-prev {
	left: -0.8rem;
}

.ts-expertList .slick-next {
	right: -0.8rem;
}

.ya-expertbg {
	background: url(../images/ks_bg.jpg) no-repeat center center/cover;
}

.ya-expertList .slick-list {
	margin-left: -0.1rem;
}

.ya-expertList .item {
	padding-left: 0.1rem;
}

.ya-expertList .item a {
	display: block;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 3.6rem;
	padding: 0.3rem;
}

.ya-expertList .item:nth-child(odd) a {
	background-color: rgba(20, 156, 149, 0.2);
}

.ya-expertList .item:nth-child(even) a {
	background-color: rgba(238, 155, 0, 0.1);
}

.ya-expertList .item .icon img {
	height: 0.66rem;
}

.ya-expertList .item .tit {
	margin: 0.2rem 0 0.12rem;
}

.ya-expertList .item .en {
	line-height: 1.25;
	min-height: 2.5em;
}

.ya-expertList .slick-prev {
	left: -0.8rem;
}

.ya-expertList .slick-next {
	right: -0.8rem;
}

@media(max-width:1024px) {
	.keshi_popUp .content {
		width: 94%;
	}

	.ts-expertList .slick-prev,
	.ya-expertList .slick-prev {
		left: 0;
	}

	.ts-expertList .slick-next,
	.ya-expertList .slick-next {
		right: 0;
	}

	.ksDetail .info {
		width: 100%;
		padding-top: 0.4rem;
	}

	.ksDetail .info .desc {
		line-height: 1.7;
	}

	.ksNav.ksNav2 li {
		width: 32%
	}

	.ksNav.ksNav2 li:nth-child(4n) {
		margin-right: 2%;
	}

	.ksNav.ksNav2 li:nth-child(3n) {
		margin-right: 0;
	}

	.NursingClinic,
	.ContinuingCare,
	.NursingConference,
	.KeyLaboratory,
	.TeachingList.HomeCol,
	.HomeCol,
	.SubPage {
		padding: 0.4rem 0
	}

	.CultureNursing_t {
		padding-top: 0.4rem;
	}

	.KeyLaboratory .slider,
	.PartyBuilding.KeyLaboratory .slider {
		width: 100%;
	}

	.KeyLaboratory .list,
	.PartyBuilding.KeyLaboratory .list {
		width: 100%;
	}

	.KeyLaboratory .list li {
		padding: 0.2rem
	}

	.PartyBuilding.KeyLaboratory,
	.News1.PartyBuilding.KeyLaboratory {
		padding-bottom: 0.4rem;
	}

	.TeachingList.HomeCol .colBox.w30 .inner .list {
		margin-bottom: 0;
	}

	.hrTraining .TabSlide .TabNav li {
		font-size: 0.18rem
	}

	.hrNews .notice {
		margin-top: 0.3rem;
	}
}

@media(max-width:768px) {

	.Teaching.PhysicalExamination .txt,
	.CultureNursing_tbox .imgbox {
		width: 100%;
		margin-bottom: 0.3rem;
		padding-right: 0;
	}

	.PhysicalExamination .imgbox {
		padding-bottom: 60%;
	}

	.CultureNursing_tbox .listbox {
		width: 100%;
		padding: 0.2rem;
		margin-bottom: 0.3rem;
	}

	.CultureNursing_b li {
		padding: 0.15rem
	}

	.CultureNursing_b {
		padding-bottom: 0.3rem;
	}

	.NursingClinic .slider .slick-slide>div {
		padding: 0.15rem;
		width: 48%
	}

	.NursingClinic .slider .slick-slide>div:nth-child(3n) {
		margin-right: 2%;
	}

	.NursingClinic .slick-dots {
		bottom: -0.2rem
	}

	.NursingConference .left {
		width: 100%;
	}

	.NursingConference .imgbox {
		width: 100%;
		margin-top: 0.3rem;
	}

	.TeachingList.HomeCol .inner .list {
		margin-bottom: 0;
	}

	.ContinuingCare li .txt {
		margin-right: 0;
		width: calc(100% - 0.8rem)
	}

	.TeachingList2 div.item {
		margin-top: 0.2rem;
	}

	.TeachingList2 .mediaNews li {
		width: 48%;
	}

	.hrTraining .imgbox {
		width: 100%;
	}

	.hrTraining .TabSlide {
		width: 100%;
		margin-top: 0.3rem;
	}
}

@media(max-width:640px) {
	.TeachingList.HomeCol .colBox {
		width: 100%;
	}

	.keshi_search input {
		width: 100%;
		margin-bottom: 0.2rem;
		height: 0.65rem;
	}

	.keshi_search .btn {
		height: 0.65rem;
	}

	.keshi_popUp .ksNav {
		max-height: 5rem;
	}

	.ksNav.ksNav2 li {
		width: 49%;
		margin-right: 0;
	}

	.ksNav.ksNav2 li:nth-child(2n) {
		float: right;
	}

	.ksNav.ksNav2 li:nth-child(3n),
	.ksNav.ksNav2 li:nth-child(4n) {
		margin-right: 0
	}

	.ksNav.ksNav2 {
		justify-content: space-between
	}

	.TeachingList2 .mediaNews li,
	.TeachingList.HomeCol .inner .top .imgbox {
		width: 100%;
		margin-bottom: 3%;
	}

	.TeachingList2 .mediaNews {
		flex-wrap: wrap;
	}

	.TeachingList.HomeCol .inner .top .txt {
		width: 100%;
		margin-top: 3%;
		padding: 0
	}
}

@media(max-width:480px) {
	.CultureNursing_b li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 2%;
	}

	.NursingClinic .slider .slick-slide>div {
		height: auto;
	}
}

.ksDetailNew .imgbox img{
	height: auto;
}
.ksDetailNew .desc {
    height: 4rem;
    overflow-y: auto;
    padding-right: 0.2rem;
    margin-bottom: 0.2rem !important;
	margin-top: 0.2rem !important;
}
.ksDetailTop{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.ksDetailTop .fontBox{
	text-align: left;
	font-size: 0.16rem;
	width: 100%;
	margin-top: 0.2rem
}
.ksDetailNew .info .desc *,
.ksDetailNew .info .desc{
	text-indent: 0 !important;
}
.ksDetailTop .SubTit2 h2{font-weight:bold}
/* 0904 */
.PhysicalExamination .txt p,
.hljjIntro{
	line-height: 1.875;
}

.NursingClinicNew .slider .slick-slide>div p{
	-webkit-line-clamp: 4;
}

.NursingConference .left li p{
	display: none;
}
.NursingConference .left li .moreBtn4 {
    margin-top: 0.35rem;
    margin-bottom: 0.25rem;
}
.News2.HomeCol .top .imgbox{
	background: #fff;
}

.Education.TeachingList2.ztjyList .mediaNews li {
    padding-bottom: 0;
	margin-right: 2%;
}
.Education.TeachingList2.ztjyList .mediaNews{
	justify-content: flex-start;
	width: 100%;
	margin-left: 0;
}
.Education.TeachingList2.ztjyList .mediaNews li:nth-child(3n){
	margin-right: 0;
}
.NursingClinicNew .slider .slick-slide>div .imgbox{padding-bottom: 64%;}
@media screen and (min-width:1025px){
	.NursingClinicNew .slider .slick-slide>div {
	    height: 3rem;
	    padding: 0;
	    text-align: center;
	}
	.NursingClinicNew .slick-dots {
	    bottom: -0.2rem;
	}
	.NursingClinicNew .slider .slick-slide>div .imgbox{padding-bottom: 2.6rem;}
	.NursingClinicNew .slider .slick-slide>div .ti{margin: 0 auto;height: 0.4rem;line-height: 0.4rem;}
}
@media screen and (max-width:1024px){
	.Teaching.PhysicalExamination .txt{
		padding-right: 0.2rem;
	}
	.NursingClinicNew .slider .slick-slide>div {
	    height: 2.42rem;
	}
}
@media screen and (min-width:1025px){
	
	.PhysicalExamination.Teaching{
		display: flex;
		align-items: flex-end;
	} 
}
@media screen and (min-width:769px) and (max-width:1024px){
	.PhysicalExamination.Teaching{
		display: flex;
		align-items: center;
	} 
}
@media screen and (max-width:768px){
	.Education.TeachingList2.ztjyList .mediaNews li{
		margin-right: 0;
		margin-bottom: 0.2rem;
	}
	.Education.TeachingList2.ztjyList .mediaNews{
		justify-content: space-between;
	}
}



.menuLeft{width:22%;}
.HealthPackage .menuLeft ul{max-height: 7rem;overflow-y: auto;}
.HealthPackage .menuLeft h3{font-size: 0.24rem;background: #f1aa22;text-align: center;height: 0.6rem;line-height: 0.6rem;color: #fff;font-weight: normal;}
/* .menuLeft ul{max-height: 620px; overflow: auto;} */
.menuLeft li{position: relative;background-color: #f5f5f5;}
.menuLeft li:not(:last-child){margin-bottom: 0.2rem;}
.menuLeft li:after{position: absolute;left: 0;top: 0;width: 100%;content: "";height: 100%;background-color:#24827d;transition: all 0.5s ease-in-out;opacity: 0;}
.menuLeft li a{position: relative;display: flex;z-index: 1;padding: 0 0.20rem;min-height: 0.7rem;align-items: center;}
.menuLeft li:hover:after,
.menuLeft li.aon:after{opacity: 1;}
.menuLeft li:hover a,
.menuLeft li.aon a{color: #fff;}
.listright{width: 74.5%;}
.faqList .item{margin-bottom: 0.2rem;}
.faqList .item .title{cursor: pointer;padding:0.18rem 0.78rem 0.18rem 0.20rem;position: relative;background-color: #f5f5f5;font-size: .18rem;}
.faqList .item .title aside{padding: 0.26vw 0;color: #000000;}
.faqList .item .title .arr{position: absolute;right: 0.2rem;width: 0.4rem;height: 0.4rem;top: 50%;margin-top: -0.2rem;background: #24827d;}
.faqList .item .title .arr:after,
.faqList .item .title .arr:before{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);content: "";background-color: #fff;transition: all 0.5s;width: 0.18rem;height: 2px;}
.faqList .item .title .arr:before{width:2px;height: 0.18rem;}
.faqList .item .desc{color: #777777;position: relative;padding:.2rem;display: none;}
.faqList .item .desc *{text-wrap-mode: unset !important;}
.faqList .item .desc .txt{background: #f5f5f5; color: #24827d; padding: .2rem}
.faqList .item .desc .edit colgroup{display: none}
.faqList .item .desc .edit table{width:100%!important; border: solid 1px #f5f5f5}
.faqList .item .desc .edit table td{font-size: .16rem; width: auto!important;border: solid 1px #f5f5f5; padding: .05rem .2rem;}
.faqList .item .desc .edit table td:first-child{width: .9rem!important; text-align: center}
.faqList .item .desc .edit table tr:first-child{background: #f5f5f5}
.faqList .item.on .title .arr:before{height: 0;}
.faqList .item.on .tit{}
.faqList .item.on {box-shadow: 0 0 10px rgba(168,177,184,0.31);}

.leader-detail{display: flex;flex-wrap: wrap;justify-content: space-between;}
.leader-detail .imgbox{width: 350px;padding-bottom: 4.9rem;}
.leader-detail .details{width: calc(100% - 380px);max-height: 4.9rem;overflow-y: auto;padding-right: 0.1rem;}

@media(max-width:768px){
.menuLeft{width: 100%;padding-bottom: 0.25rem;}
.menuLeft ul{max-height: 420px;}
.menuLeft li:not(:last-child){margin-bottom: 0.1rem;}
.menuLeft li a{min-height: auto;padding-top: 0.08rem;padding-bottom: 0.08rem;}

.listright{width: 100%;}

.Characteristic.FloorInformation .mySlick .ylbox .item .imgbox{float: none;width: 100%;}
.Characteristic.FloorInformation .mySlick .ylbox .item .txt{float: none;width: 100%;}

.leader-detail .imgbox{width: 50%;padding-bottom:70%;margin: 0px auto 0.2rem;}
.leader-detail .details{width: 100%;max-height: none;}
	
}
.SubTit.tl .desc{display: none}
	.SubTit .moreBtn3 {
	    margin-top: 0;
	}
@media screen and (max-width:1024px){
	.HomeBan .slick-dots {
	    bottom: 0.1rem;
	}
	.f_lighter {
	    font-weight: normal;
	}
	.hrTraining .imgbox{width:100%;}
.SubTit2 {
    padding-bottom: 0.1rem;
   
    display: flex
;
    align-items: center;
    justify-content: space-between;
}
.hrTraining .TabSlide {
    width: 100%;
    float: right;
    margin-top: 0.35rem;
}
.hrTraining .TabSlide .TabCon li a{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: inline-block;
    position: relative;
    padding-right: 1rem;
}
.hrTraining .TabSlide .TabCon li time {
    
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.hrTraining .TabSlide .TabCon li:before{
	margin-top: -0.1rem;
}
.hrTraining .TabSlide .TabCon .moreBtn3 {
    margin-top: 0.1rem;
    margin-left: 0;
}
.maps .desc *{
	line-height: 2 !important;
	font-size: 0.2rem !important;
}
.AboutCultural .CulturalBox ul li .txt * {
    font-size: 0.16rem !important;
    line-height: 0.24rem !important;
}
.AboutCultural .CulturalBox ul ol{
	font-size: 0.24rem;
}
.AboutCultural .CulturalBox ul li .ti{
	margin-left: 0.1rem;
}
.ClinicInformation li time{
	font-weight: normal;
	color: #666;
}
.ClinicInformation li .ti{
	color: #000;
	font-weight: normal;
}
}
@media screen and (max-width:768px){
	.AboutCultural .CulturalBox ul ol {
        font-size: 0.24rem;
        padding: 0.3rem 20px;
    }
	.AboutCultural .CulturalBox ul li .ti {
        margin-left: 0;
        margin-bottom: 0.15rem;
        display: flex
;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: flex-end;
    }
    .AboutCultural .CulturalBox ul li .ti span {
        margin-left: 0;
        margin-top: 0;
        margin-right: 0.12rem;
    }
    .AboutCultural .CulturalBox ul li *{
    	text-align: left;
    }
        .AboutCultural .CulturalBox ul li {
        width: 100%;
        padding-bottom: 0.1rem;
        padding-top: 0.1rem;
        
    }
    .AboutCultural .CulturalBox ul {
        padding-bottom: 0.3rem;
    }
        .AboutCultural .CulturalBox ul li br{
       display: none;
    }
    .AboutCultural .CulturalBox ul li .ti{
    	font-size: 0.2rem !important;
    }
	.HomePage .web{flex-wrap: wrap;}
	.HomeDepartNav#page5 .TabCon .nav li{width: 50%;}
	.HomeDepartNav#page5 .TabCon .nav{max-height: none;}
	.ContinuingCare li{width:100%;}
	.ContinuingCare li .txt .ti{padding-right: 0.6rem;}
	.TeachingList.HomeCol .inner .list li a{padding-right: 0.4rem}
	.HomeDepartNav .TabCon .nav li{width:50%;}
	.News2.HomeCol .colBox {
    width: 100%;
}

	.HomeCol .colBox, .HomeCol#page2 .colBox {
    width: 100%;
}
.hrTraining .TabSlide .TabNav li h2{
	font-size: 0.18rem;
}
}
.Characteristic.FloorInformation .mySlick .ylbox .item .txt .desc *{
	font-size: 0.16rem !important;
	font-family: '宋体' !important;
	line-height: 2 !important;
}
.Characteristic.FloorInformation .mySlick .ylbox .item .txt .desc p{
	text-indent: 0.32rem !important;
}
.wap{display: none}
@media screen and (max-width:768px){
	.pc{display: none}
	.wap{display: block;}
}