.baise {
	color: #fff !important;
}

.daname {
	/* text-align: center; */
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 10px;
}

.daname span {
	display: inline-block;
	position: relative;
	padding-bottom: 10px;

	background-image: linear-gradient(to right, #8fc31f -10%, #8fc31f);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.daname span::before {
	content: "";
	position: absolute;
	width: 50%;
	height: 4px;
	background-image: -webkit-linear-gradient(to right, #8fc31f -10%, #8fc31f);
	background-image: linear-gradient(to right, #8fc31f -10%, #8fc31f);
	top: 100%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.daname span.zuo::before {
	content: "";
	position: absolute;
	width: 50%;
	height: 4px;
	background-image: -webkit-linear-gradient(to right, #8fc31f -10%, #8fc31f);
	background-image: linear-gradient(to right, #8fc31f -10%, #8fc31f);
	top: 100%;
	left: 0%;
	transform: translate(-0%, -50%);
}

.xiaoname {
	/* text-align: center; */
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.ndaname {
	text-align: center;
	font-size: 36px;
	font-weight: 600;
	display: inline-block;
	position: relative;
	background-image: linear-gradient(to right, #8fc31f -10%, #8fc31f);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.nxiaoname {
	text-align: center;
	display: inline-block;
	position: relative;
	font-size: 16px;
	letter-spacing: -0.5px;
}



/* 内页banner */
.nbanner {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	object-fit: cover;
	padding-bottom: 25%;
}

.nbanner::before {
	content: "";
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
}

.nbanner img {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
}

.nbanner_txt {
	position: absolute;
	z-index: 3;
	top: calc(50% + 40px);
	left: 5vw;
	transform: translate(-0%, -50%);
	font-size: 36px;
	font-weight: 600;
}

.nbanner_txt span {
	display: block;
}

.nbanner_txt span.nbanner_t1 {
	background-image: -webkit-linear-gradient(to right, #8fc31f -10%, #8fc31f);
	background-image: linear-gradient(to right, #8fc31f -10%, #8fc31f);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.nbanner_txt span.nbanner_t2 {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
}

/* 面包屑 */
.pos {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 50px;
	font-size: 15px;
	text-transform: uppercase;
	/* background: #eee; */
	border-bottom: 1px solid #eaeaea;
}

.pos i {
	margin-right: 5px;
}

/* 内页导航 */
.nnav {
	position: relative;
	z-index: 3;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 30px auto 0;
	text-align: center;
}

.nnav a {
	font-size: 24px;
	display: inline-block;
	margin: 0px 10px;
	padding: 15px 50px;
	text-transform: capitalize;
	background: #ddd;
	transition: all 0.3s ease-in-out;
	border-radius: 10px;
}

.nnav a.on {
	background: #8fc31f;
	color: #fff;
}

.nnav a:hover {
	background: #8fc31f;
	color: #fff;
}


/* 内页关于我们 */
.nabout {
	position: relative;
	z-index: 3;

	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 50px 0 100px;
	background: #fff;
}

.nabout img.nabout_center{
	display: block;
	margin: 0px auto;
}


.nabout_main {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 50px;
}

/* .nabout_main img {
	width: 100%;
	max-width: 100%;
} */

.nabout_main_01 {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 1px dashed #8fc300;
	margin-bottom: 50px;
	padding-bottom: 20px;
}

.nabout_main_01 img {
	max-width: 250px;
	display: block;
	margin: 0px auto;
}

.nabout_main_box {
	display: grid;
	grid-template-columns: 1fr 1fr 1.25fr;
	gap: 50px;
}

.nabout_main_list {
	width: 100%;
	height: auto;
	/* overflow: hidden; */
	position: relative;
}

.nabout_main_list::before {
	content: "";
	position: absolute;
	width: 2px;
	height: 90%;
	right: -25px;
	top: 50%;
	transform: translateY(-50%);
	border-right: 1px dashed #8fc300;
}

.nabout_main_t1 {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.nabout_main_t1 img {
	max-width: 210px;
	display: block;
	margin: 0px auto;
}

.nabout_main_t2 {
	text-align: center;
	letter-spacing: 3px;
	color: #8fc300;
	font-size: 24px;
	font-weight: 600;
	margin: 20px auto;
}

.nabout_main_t3 {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.nabout_main_t3 img {
	max-width: 100%;
	display: block;
	margin: 20px auto;
}

.nabout_main_t4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex-box;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.nabout_main_t4 img {
	margin-right: 10px;
	max-width: 80px;
}

.nabout_main_t4 span {
	display: block;
}

.nabout_main_t4 span.nabout_main_t4_txt_t1 {
	font-size: 18px;
	font-weight: 600;
	color: #2ea7e0;
}

.nabout_main_t4 span.nabout_main_t4_txt_t2 {
	font-size: 12px;
}

.nabout_box {
	display: grid;
	grid-template-columns: 1fr;
	gap: 30px;
	margin-top: 30px;
}

.nabout_left {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.nabout_left strong {
	font-size: 20px;
	margin-top: 20px;
	display: block;
}

.nabout_left p {
	margin-bottom: 10px;
	line-height: 30px;
}

.nabout_right {
	position: relative;
	background: url(../images/nabout.jpg) no-repeat center top;
	object-fit: cover;
	padding-bottom: 50%;
	background-size: cover;

	display: none;
}



.nwenhua {
	position: relative;
	background: url(../images/nwenhua02.jpg) no-repeat center top;
	object-fit: cover;
	padding-bottom: 100%;
	background-size: cover;
	padding: 50px 0;
	margin: 50px auto;
}


.nwenhua::before {
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0, 0, 0, 0.2);
}

.nwenhua_box {
	position: relative;
	/* top: 50%;
	left: 50%;
	transform: translate(-50%,-50%); */

	width: 100%;
	height: auto;
	overflow: hidden;

	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 0px;
}

.nwenhua_list {
	position: relative;
	width: 100%;
	height: auto;
	padding-bottom: 90%;
	overflow: hidden;
	border-right: 1px solid #ddd;
	box-sizing: border-box;
}

.nwenhua_list:last-child {
	border-right: none;
}

.nwenhua_tit {
	font-weight: 600;
	font-size: 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	transition: all 0.8s;
}

.nwenhua_con {
	position: absolute;
	width: 100%;
	top: -50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	transition: all 0.8s;
}

.nwenhua_con span {
	display: block;
	width: 100%;
	text-align: center;
}

.nwenhua_con span.nwenhua_ico i {
	font-size: 56px;
}

.nwenhua_con span.nwenhua_t1 {
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: 600;
}

.nwenhua_con span.nwenhua_t2 {
	font-size: 18px;
}

/* .nwenhua_list:hover::before{
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0, 0, 0, 0.1);
} */

.nwenhua_list:hover .nwenhua_tit {
	opacity: 0;
	top: 150%;
}

.nwenhua_list:hover .nwenhua_con {
	top: 50%;
}


/* 荣誉资质 */
.nrongyu {
	position: relative;
	object-fit: cover;
	padding-bottom: 100%;
	background-size: cover;
	padding: 50px 0;
	margin: 50px auto;
}

.nrongyu_box {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 30px;
	margin: 50px auto 0;
}

.nrongyu_list {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	/* background: #fff; */

}

.nrongyu_list img {
	max-width: 80%;
	display: block;
	margin: 0px auto;
	border: 1px solid #e5e5e5;
	padding: 10px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

/*发展历程*/
.abUs-comHist {
	padding: 50px 0 0;
	background: url(../images/auCh-bg.jpg) no-repeat top center / 100% 579px;
}

.abUs-comHist .p-title .t {
	color: #fff;
}

.abUs-comHist .p-title .s {
	background: #e50012;
}

/*大*/
.auCHist-man {
	width: 100%;
	max-width: 1200px;
	padding: 0 0 250px;
	position: relative;
	margin: 80px auto 0;
}

.auCHist-man .swiper-container {
	padding: 69px 0 0;
}

.auCHist-man .auCHman-box {
	display: block;
	height: 72px;
	text-align: center;
	color: #fff;
	background: url(../images/auCHist-bg.png) repeat-x center 68px;
	position: relative;
}

.auCHman-box .year {
	line-height: 28px;
	font-size: 18px;
}

.auCHman-box:before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -4px;
	bottom: 0px;
}

.auCHman-box:after {
	content: "";
	display: block;
	width: 1px;
	height: 9px;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -1px;
	bottom: 11px;
}

.auCHman-box.cur .year {
	width: 77px;
	height: 77px;
	line-height: 77px;
	background: #8fc31f;
	border-radius: 100%;
	position: absolute;
	top: -53px;
	left: 50%;
	margin-left: -38.5px;
	font-weight: 600;
	font-size: 24px;
}

.auCHman-box.cur .year:after {
	content: "";
	display: block;
	width: 109px;
	height: 109px;
	background: rgba(143, 195, 31, 0.3);
	border-radius: 100%;
	position: absolute;
	top: -16px;
	left: -16px;
	z-index: -1;
}

.auCHman-box.cur:before,
.auCHman-box.cur:after {
	background: #8fc31f;
}

.auCHman-box.cur:after {
	height: 20px;
	z-index: 2;
}

.auCHistManSwiper-prev,
.auCHistManSwiper-next {
	display: block;
	width: 11px;
	height: 21px;
	position: absolute;
	top: 70px;
}

.auCHistManSwiper-prev {
	left: -58px;
	background: url(../images/swiper2-l.png) no-repeat center center;
}

.auCHistManSwiper-next {
	right: -58px;
	background: url(../images/swiper2-r.png) no-repeat center center;
}

.auCHist-man:before,
.auCHist-man:after {
	content: "";
	display: block;
	width: 26px;
	height: 24px;
	background: url(../images/auCHist-orn1.png) no-repeat center center;
	position: absolute;
	top: 125px;
}

.auCHist-man:before {
	left: -103px;
}

.auCHist-man:after {
	right: -103px;
}

.auCHist-man .orn1,
.auCHist-man .orn2 {
	display: block;
	height: 1px;
	background: rgba(255, 255, 255, .3);
	position: absolute;
	top: 137px;
}

/*小*/
.auCHist-min {
	width: 100%;
	max-width: 1200px;
	position: relative;
	margin: -151px auto 0;
	z-index: 2;
}

.auCHist-min .swiper-container {
	padding: 0 0 69px;
}

.auCHist-min .swiper-container .swiper-slide {
	padding: 0 10px;
}

.auCHmin-box {
	display: block;
	padding: 0 1%;
	background: #fff url(../images/auCHistMin-bg.jpg) no-repeat center center / cover;
	box-shadow: 0 4px 20px rgba(162, 162, 162, .24);
	position: relative;
}

.auCHmin-box .auCHmin-img {
	display: none;
	width: 38.7037037037037%;
	height: 100%;
	object-fit: cover;
	position: relative;
	left: 0px;
	top: 0px;
}

.auCHmin-box .auCHmin-block {
	padding: 50px 30px;
	min-height: 250px;
}

.auCHmin-block li {
	padding: 0 0 0 37px;
	line-height: 29px;
	color: #666666;
	position: relative;
	margin: 9px 0 0;
}

.auCHmin-block li:first-child {
	margin: 0px;
}

.auCHmin-block li:before {
	content: "";
	display: block;
	width: 13px;
	height: 1px;
	background: #afafaf;
	position: absolute;
	left: 0px;
	top: 14px;
}




/* 联系我们 */

.ncontact {
	position: relative;
	z-index: 3;

	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 50px 0 50px;
	background: #fff;
}

.ncontact_box {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 30px;
}

.ncontact-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 80px 10px;
	border-radius: 10px;
}

.ncontact-txt {
	color: #fff;
	text-align: center;
	margin-top: 24px;
	line-height: 32px;
}

.ncontact-txt p {
	color: #fff;
	font-size: 18px;
}

.ncontact-txt p:first-child {
	text-transform: uppercase;
}

.ncontact-item:nth-child(1) {
	background-image: linear-gradient(to right, #8fc300, #8fc31f);
}

.ncontact-item:nth-child(2) {
	background-image: linear-gradient(to right, #2ea7e0, #2ea7e0);
}

.ncontact-item:nth-child(3) {
	background-image: linear-gradient(to right, #8fc300, #8fc31f);
}

.ncontact-item:nth-child(4) {
	background-image: linear-gradient(to right, #2ea7e0, #2ea7e0);
}


/* 招商合作 */
.nzhaoshang {
	position: relative;
	z-index: 3;

	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 50px 0 0px;
	background: #fff;
}

.nzhaoshang_box {
	display: grid;
	grid-template-columns: 8fr 1fr;
	gap: 20px;
}

.nzhaoshang_left {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.nzhaoshang_dadiqu {
	font-size: 24px;
	font-weight: 600;
	margin: 30px auto;
	padding-bottom: 5px;
	display: inline-block;
	border-bottom: 3px solid #2ea7e0;
}

.nzhaoshang_list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 10px;
}

.nzhaoshang_main {
	background: #f5f5f5;
	padding: 20px 0 0 10px;
}

.nzhaoshang_main span {
	display: block;
	line-height: 30px;
	font-size: 14px;
}


.nzhaoshang_main span.t1 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}

.nzhaoshang_main span.t2 {
	margin-bottom: 5px;
}

.nzhaoshang_main span.t2 i {
	margin-right: 5px;
	font-size: 20px;
	color: #8fc31f;
	/* background-image: linear-gradient(to right, #2ea7e0 -10%, #8fc31f);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; */
}


.nzhaoshang_right {
	padding-top: 100px;
}

.nzhaoshang_right img {
	width: auto;
	max-height: 250px;
	float: right;
}

/* 新闻列表 */
.nnews {
	position: relative;
	z-index: 3;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 50px 0 50px;
	background: #fff;
}

.nnews_box {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
}


.nnews_list {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	box-shadow: none;
	background-image: linear-gradient(-90deg, #f7f7f7 0%, #f7f7f7 100%);
	background-blend-mode: normal, normal;
	transition: all .6s;

	border-radius: 10px;
}

.nnews_list:hover {
	box-shadow: 0 5px 25px 5px rgba(211, 211, 211, .75);
	background-image: linear-gradient(-90deg, #8fc31f 0%, #8fc31f 100%);
}

.nnews_list a {
	display: block;
}

.nnews_list_box {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.nnews_pic {
	position: relative;
	padding-bottom: 58%;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.nnews_pic img {
	display: block;
	margin: 0px auto;

	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nnews_info {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;

	padding: 20px 20px 10px 20px;
	transition: all .3s;
}

.nnews_info span {
	display: block;
}

.nnews_info span.nnews_title {
	font-size: 18px;
	font-weight: 600;
	height: auto;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 30px;
	color: #333;
	min-height: 60px;
}

.nnews_info span.nnews_des {
	margin: 15px auto;
	line-height: 26px;
	font-size: 14px;
	height: auto;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	color: #666;
}

.nnews_info span.nnews_date {
	display: flex;

	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 20px auto;

	font-size: 14px;
	line-height: 30px;
	color: #a6a6a6;
}

.nnews_info span.nnews_date i {
	font-size: 16px;
	margin-right: 5px;
}


.nnews_info span.nnews_more {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 30px auto;
	font-size: 14px;
	color: #666;
}


.nnews_list:hover .nnews_pic img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.nnews_list:hover span {
	color: #fff;
}


/* 新闻详细页 */

.nnews_page {
	position: relative;
	z-index: 2;

	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 50px 0;
	background: #fff;
}

.nnews_page_box {
	position: relative;
	width: 100%;
	padding: 2.5vw 2vw;
	background: #fff;
	box-shadow: 0 5px 47px 4px rgba(214, 211, 211, .75);
	/* box-shadow: 0 0 15px rgba(2, 96, 179, 0.3); */
}

.nnews_page_bt {
	font-size: 26px;
	color: #333333
}

.nnews_page_xbt {
	color: #999999;
	margin-top: 16px;
	padding-bottom: 26px;
	margin-bottom: 26px;
	border-bottom: 1px solid #f2f2f2;
}

.nnews_page_neirong {
	line-height: 1.8;
	border-bottom: 1px solid #e6e6e6;
	box-sizing: border-box;
	padding-bottom: 50px;
}

.nnews_page_neirong img {
	max-width: 100%;
	display: inline-block;
}


.nnews_page_links {
	display: flex;
	margin: 50px 0 0;
	-webkit-align-items: center;
	align-items: center;

}

.nnews_page_links_box {
	width: calc(100% - 10vw);
	padding-right: 20px;
	font-size: 16px;
	line-height: 38px;
}

.nnews_page_links_btn {
	width: 10vw;
	text-align: center;
	background-image: linear-gradient(to right, #2ea7e0 -10%, #8fc31f);
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}

.nnews_page_links_btn a {
	padding-left: 25%;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	text-align: center;
	line-height: 58px;
	font-size: 18px;
	color: #ffffff;
}

.nnews_page_links_btn a i {
	font-size: 24px;
	padding-left: 0;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}

.nnews_page_links_btn a:hover i {
	padding-left: 10px;
}




/* 发展历程 */

.introdevelopment {
	position: relative;
	z-index: 3;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 100px 0;
	background: url(../images/nlishi.jpg) no-repeat center;
	background-size: cover;
	object-fit: cover;
}


.introdevelopment_item {
	margin: 0 auto 50px;
}

.introdevelopment_item .item {
	position: relative;
	text-align: center;
	font-size: 20px;
	line-height: 46px;

	width: 100%;
	height: auto;
	min-height: 250px;
	overflow: hidden;
	margin: 0px auto;
}

.lishi_txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.lishi_txt p {
	margin-bottom: 0;
	line-height: 36px;
	font-size: 18px;
}

.introdevelopment_arrow {
	width: 66px;
	height: 66px;
	line-height: 66px;
	border: 1px solid #ddd;
	border-radius: 100%;
	text-align: center;
	outline: 0;
	user-select: none;
	position: absolute;
	top: 50%;
	margin-top: -33px;
	z-index: 2;
	transition: all .5s
}


.introdevelopment_arrow:hover {
	background-color: #8fc31f;
	border-color: #8fc31f
}

.introdevelopment_arrow i {
	font-size: 30px;
	color: #fff;
}

.introdevelopment_arrow:hover i {
	color: #fff;
}

.introdevelopment_prev {
	left: 5vw;
}

.introdevelopment_next {
	right: 5vw;
}



.introdevelopment_page {
	width: 100%;
	position: relative;
	border-top: 1px solid #ddd;
	text-align: center
}

.introdevelopment_page .swiper-pagination-bullet {
	width: 170px;
	height: 70px;
	background: none;
	opacity: 1;
	outline: 0;
	position: relative
}

.introdevelopment_page .swiper-pagination-bullet:before {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	line-height: 14px;
	background: #d7d7d7;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	margin-left: -7px;
	top: -7px;
	z-index: 2;
	transition: all .5s
}

.introdevelopment_page .swiper-pagination-bullet:after {
	content: '';
	display: block;
	width: 26px;
	height: 26px;
	line-height: 26px;
	background: rgba(35, 138, 118, 0);
	border-radius: 100%;
	position: absolute;
	left: 50%;
	margin-left: -13px;
	top: -13px;
	z-index: 2;
	transition: all .5s
}

.introdevelopment_page .swiper-pagination-bullet em {
	font-style: normal;
	line-height: 70px;
	font-size: 26px;
	color: #fff;
	font-family: impact;
	transition: all .5s;
}

.introdevelopment_page .swiper-pagination-bullet-active:before {
	background: #8fc31f;
}

.introdevelopment_page .swiper-pagination-bullet-active:after {
	background: rgba(35, 138, 118, 0.5)
}

.introdevelopment_page .swiper-pagination-bullet-active em {
	color: #8fc31f;
}



/* 人才招聘 */

.njob {
	position: relative;
	z-index: 3;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 50px 0 50px;
	background: #fff;
}

.culture-joinjob {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}

.culture-jointitle {
	display: flex;
	background: #44484a;
	color: #fff;
	padding: 20px 50px;
	font-size: 16px;
	line-height: 30px;
	align-items: center
}

.culture-jointitle.cell {
	background: #f5f5f5;
	color: #666;
	margin-top: 15px;
	padding: 0;
	flex-wrap: wrap
}

.culture-jointit:nth-child(1) {
	width: 60%;
	color: #555;
	font-size: 16px
}

.culture-jointit:not(:first-child) {
	width: 13%;
}

.culture-jointit {
	display: flex;
}

.culture-jointit i {
	font-size: 20px;
	margin-right: 5px;
}

.culture-joinbtn svg {
	width: 15px;
	height: 15px
}

.culture-joincont {
	width: 100%;
	border: 1px solid #f2f2f2;
	padding: 30px
}

.culture-joincolumn {
	display: flex;
	width: 100%;
	align-items: center;
	padding: 20px;
	cursor: pointer
}

.culture-joincolumn.ontrue {
	background: #8fc31f
}

.culture-joincolumn.ontrue .culture-jointit {
	color: #fff
}

.culture-joincolumn.ontrue svg {
	color: #fff;
	transform: rotate(180deg)
}

.culture-joincontent {
	background: #fff;
	padding: 30px;
	display: none;
	width: 100%
}

.culture-joincontent.active {
	box-shadow: 0 5px 40px 0 rgba(17, 58, 93, .1)
}

.culture-joincontent h2 {
	font-size: 18px;
	font-weight: 600;
	color: #333;
	margin: 20px auto;
}

.culture-joincontent strong {
	font-size: 18px;
	font-weight: 600;
	color: #333;
	margin: 20px auto;
}

.culture-joincontent h6 {
	font-weight: 700;
	color: #333;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 8px
}

.culture-joincontent h6:not(:first-child) {
	margin-top: 15px
}

.culture-joincontent p {
	font-size: 15px;
	color: #666;
	line-height: 30px
}

.culture-joincontent-tel {
	width: 100%;
	padding-top: 10px;
	border-top: 1px dashed #cccccc;
}

.culture-joincontent-tel h2 {
	font-size: 18px;
	font-weight: 600;
	color: #333;
	margin: 20px auto;
}

.culture-joincontent-tel p {
	font-size: 15px;
	color: #666;
	line-height: 30px
}

.culture-joincontent-tel p span {
	font-size: 18px;
	color: #f36627;
	font-weight: 800;
	margin-right: 10px;
}

.culture-joincontent-tel .end {
	font-size: 15px;
	color: #666;
}

.culture-joincontent-tel .end>span {
	margin-left: 6px;
	text-decoration: underline;
	font-weight: 400;
}

.culture-jointit {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 15px;
	color: #888;
}



/* 医学检验主页 */
.nyixue {
	position: relative;
	z-index: 3;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 50px 0 50px;
	background: #fff;
}

.nyixue_box {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
}

.nyixue_main {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #f5f5f5;
	border-radius: 10px;
}

.nyixue_main a {
	display: block;
}

.nyixue_main img {
	display: block;
	max-width: 100%;
	margin: 0px auto;
}

.nyixue_main:hover {
	background: #8fc31f;
	box-shadow: 0 5px 30px 4px rgba(211, 211, 211, .75);
	transition: all .5s;
}


.nyixue_main_txt {
	padding: 20px 30px;
}

.nyixue_main:hover .nyixue_main_txt {
	color: #fff;
}

.nyixue_main_txt span {
	display: block;
	text-align: center;
}

.nyixue_main_txt span.yixue_t1 {
	font-size: 26px;
	margin-bottom: 10px;
}

.nyixue_main_txt span.yixue_t2 {
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 10px;
}


/* 医学检验列表 */
.yixue_list {
	position: relative;
	z-index: 3;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 50px 0 50px;
	background: #fff;
}

.yixue_list_box {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 20px;
}

.yixue_list_li {
	width: 100%;
	height: auto;
	overflow: hidden;
	border: 1px solid #ddd;
	padding: 0;
	transition: all .5s;
}

.yixue_list_li_img {
	width: 100%;
	display: block;
	margin: 0px auto;
}

.yixue_list_li_img a {
	display: block;
}

.yixue_list_li_txt {
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 50px;
	color: #111;
	background: #f5f5f5;
	text-align: center;
}

.yixue_list_li_txt a {
	display: block;
	font-size: 16px;
}

.yixue_list_li:hover {
	box-shadow: 0 5px 20px 4px rgba(211, 211, 211, .75);
}

.yixue_list_li:hover .yixue_list_li_txt {
	color: #fff;
	background: #8fc31f;
	transition: all .5s;
}


/* 医学单页 */

.yixue_page {
	position: relative;
	z-index: 2;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 50px 0;
	background: #fff;
}

.yixue_page_main {
	position: relative;
	width: 100%;
	padding: 2.5vw 2vw;
	background: #fff;
	box-shadow: 0 5px 47px 4px rgba(214, 211, 211, .75);
}

.yixue_page_title {
	text-align: center;
	font-size: 26px;
	color: #333333;
}

.yixue_page_date {
	text-align: center;
	color: #999999;
	margin-top: 16px;
	padding-bottom: 26px;
	margin-bottom: 26px;
	border-bottom: 1px solid #f2f2f2;
}

.gaisu {
	background: #f5f5f5;
	padding: 20px 30px;
	/* font-size: 15px; */
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}


.yixue_page_nr {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.yixue_page_nr p img {
	display: inline-block;
}

.sanlie {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 50px 0;
}

.sanlie li {
	float: left;
	width: 25.25%;
	height: auto;
	overflow: hidden;
	margin: 0 4%;
}

.sanlie li img {
	display: block;
	margin: 0px auto;
}

.sanlie li span {
	display: block;
	text-align: center;
	line-height: 30px;
	margin-top: 10px;
	font-size: 20px;
	font-weight: lighter;
}


#biaoge table,
#biaoge table tr,
#biaoge table td,
#biaoge table th {
	border: 3px solid #fff;
	border-collapse: collapse;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	padding: 10px;
}

#biaoge table {
	background: #f4cfd6;
}

#biaoge table tr:nth-child(1) {
	background: #e0768d;
	height: 60px;
	line-height: 60px;
}

.firstRow td {
	color: #fff;
	font-weight: 600;
	font-size: 20px !important;
}

.firstRow td:nth-child(1) {
	width: 150px;
}

.firstRow td:nth-child(2) {
	width: 200px;
}

.firstRow td:nth-child(3) {
	width: 200px;
}

.firstRow td:nth-child(5) {
	width: 120px;
}

.firstRow td:nth-child(6) {
	width: 120px;
}




.silie {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 50px 0;
}

.silie li {
	float: left;
	width: 17%;
	height: auto;
	overflow: hidden;
	margin: 0 4%;
}

.silie li img {
	display: block;
	margin: 0px auto;
}

.silie li span {
	display: block;
	text-align: center;
	line-height: 30px;
	margin-top: 10px;
	font-size: 20px;
	font-weight: lighter;
}



.wulie {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 50px 0;
}

.wulie li {
	float: left;
	width: 12%;
	height: auto;
	overflow: hidden;
	margin: 0 4%;
}

.wulie li img {
	display: block;
	margin: 0px auto;
}

.wulie li span {
	display: block;
	text-align: center;
	line-height: 30px;
	margin-top: 10px;
	font-size: 20px;
	font-weight: lighter;
}



/* 生殖免疫 */
.nshengzhimianyi {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 50px 0;
}



#biaoges table,
#biaoges table tr,
#biaoges table td,
#biaoges table th {
	border: 2px solid #fff;
	border-collapse: collapse;
	text-align: center;
	font-size: 15px;
	line-height: 30px;
	padding: 10px;
}

#biaoges table {
	background: #eee;
}

#biaoges table tr td:nth-child(1) {
	height: auto;
	line-height: 40px;
}

#biaoges table tr:nth-child(1) {
	background: #8fc300;
	height: auto;
}


.diyihang td {
	color: #fff;
	font-weight: 600;
	font-size: 16px !important;
	width: 150px;
}

.diyihang td:nth-child(1) {
	width: 250px;
}

.diyihang td:nth-child(2) {
	width: 450px;
}


.beizhu {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 50px 0;
	font-size: 24px;
	line-height: 40px;
	color: #8fc31f;
	font-weight: 600;
}



/* 生殖免疫 */
.nfengshimianyi {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
}

.nfengshimianyi_box {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 30px;
}

.nfengshimianyi_list {
	background: #eee;
	line-height: 60px;
	padding-left: 30px;
	/* cursor: pointer; */
	border-radius: 3px;
}

.nfengshimianyi_list a {
	display: block;
}

.nfengshimianyi_list i {
	color: #8fc300;
	margin-right: 5px;
	font-weight: 600;
}


.linchuang {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px auto 0;
}

.linchuang_box {
	margin: 50px auto 30px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
}

.linchuang_list {
	background: #eee;
	line-height: 60px;
	padding: 0 10px;
	font-size: 15px;
	/* cursor: pointer; */
	border-radius: 3px;
	transition: all 0.3s ease-in-out;
}

.linchuang_list:hover {
	background: #8fc300;
}

.linchuang_list span {
	display: block;
}

.linchuang_list i {
	color: #8fc300;
	margin-right: 5px;
	font-weight: 600;
}

.linchuang_list:hover {
	color: #fff;
}

.linchuang_list:hover i {
	color: #fff;
}


.hongse {
	color: #f00 !important;
}

.linchuang_box_beizhu {
	/* background: #f5f5f5; */
	/* padding: 0px 30px; */
}

.linchuang_list i {
	margin-right: 5px;
}




.jujia_box {
	position: relative;
	/* top: 50%;
	left: 50%;
	transform: translate(-50%,-50%); */

	width: 100%;
	height: auto;
	/* overflow: hidden; */
	margin: 50px auto;

	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
}

.jujia_list {
	position: relative;
	width: 100%;
	height: auto;
	padding-bottom: 60%;
	overflow: hidden;
	box-sizing: border-box;
	border-radius: 3%;
	background: #f5f5f5;
	/* border: 1px solid #8fc300; */

	/* box-shadow: 0 0px 5px 5px rgba(214, 211, 211, .5); */
}

.jujia_list:nth-child(even) {
	background: #f5f5f5;
}

.jujia_tit {
	font-weight: 600;
	font-size: 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #111;
	transition: all 0.8s;
	text-align: center;

	display: none;
}

.jujia_con {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #111;
	transition: all 0.8s;
}

.jujia_con span {
	display: block;
	width: 100%;
	text-align: center;
}

.jujia_con span.jujia_ico i {
	font-size: 56px;
}

.jujia_ico img {
	display: block;
	margin: 20px auto;
	max-width: 30%;
}

.jujia_con span.jujia_t1 {
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: 600;
}

.jujia_con span.jujia_t2 {
	font-size: 16px;
}

.jujia_con span.jujia_t2 p {

	margin-bottom: 5px;
	line-height: 20px;
	font-size: 15px;
	color: #333;
}

/* .jujia_list:hover::before{
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0, 0, 0, 0.1);
} */

.jujia_list:hover .jujia_tit {
	opacity: 0;
	top: 150%;
}

.jujia_list:hover .jujia_con {
	top: 50%;
}




.fengshimianyi_box {
	position: relative;
	/* top: 50%;
		left: 50%;
		transform: translate(-50%,-50%); */

	width: 100%;
	height: auto;
	/* overflow: hidden; */
	margin: 50px auto;

	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 30px;
}

.fengshimianyi_list {
	position: relative;
	width: 100%;
	height: auto;
	padding-bottom: 60%;
	overflow: hidden;
	box-sizing: border-box;
	border-radius: 3%;
	background: #f5f5f5;
	/* border: 1px solid #8fc300; */

	/* box-shadow: 0 0px 5px 5px rgba(214, 211, 211, .5); */
}

.fengshimianyi_list:nth-child(even) {
	background: #f5f5f5;
}

.fengshimianyi_tit {
	font-weight: 600;
	font-size: 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #111;
	transition: all 0.8s;
	text-align: center;

	display: none;
}

.fengshimianyi_con {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #111;
	transition: all 0.8s;
}

.fengshimianyi_con span {
	display: block;
	width: 100%;
	text-align: center;
}

.fengshimianyi_con span.fengshimianyi_ico i {
	font-size: 56px;
}

.fengshimianyi_ico img {
	display: block;
	margin: 20px auto;
	max-width: 25%;
}

.fengshimianyi_con span.fengshimianyi_t1 {
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: 600;
}

.fengshimianyi_con span.fengshimianyi_t2 {
	font-size: 16px;
}

.fengshimianyi_con span.fengshimianyi_t2 p {
	margin-bottom: 0px;
	line-height: 24px;
}

/* .fengshimianyi_list:hover::before{
		content: "";
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		position: absolute;
		background: rgba(0, 0, 0, 0.1);
	} */

.fengshimianyi_list:hover .fengshimianyi_tit {
	opacity: 0;
	top: 150%;
}

.fengshimianyi_list:hover .fengshimianyi_con {
	top: 50%;
}



.shengzhi_box {
	position: relative;
	/* top: 50%;
		left: 50%;
		transform: translate(-50%,-50%); */

	width: 100%;
	height: auto;
	/* overflow: hidden; */
	margin: 50px auto;

	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 30px;
}

.shengzhi_list {
	position: relative;
	width: 100%;
	height: auto;
	padding-bottom: 60%;
	overflow: hidden;
	box-sizing: border-box;
	border-radius: 3%;
	background: #f5f5f5;
	/* border: 1px solid #8fc300; */

	/* box-shadow: 0 0px 5px 5px rgba(214, 211, 211, .5); */
}

.shengzhi_list:nth-child(even) {
	background: #f5f5f5;
}

.shengzhi_tit {
	font-weight: 600;
	font-size: 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #111;
	transition: all 0.8s;
	text-align: center;

	display: none;
}

.shengzhi_con {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #111;
	transition: all 0.8s;
}

.shengzhi_con span {
	display: block;
	width: 100%;
	text-align: center;
}

.shengzhi_con span.shengzhi_ico i {
	font-size: 56px;
}

.shengzhi_ico img {
	display: block;
	margin: 20px auto;
	max-width: 25%;
}

.shengzhi_con span.shengzhi_t1 {
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: 600;
}

.shengzhi_con span.shengzhi_t2 {
	font-size: 16px;
}

.shengzhi_con span.shengzhi_t2 p {
	margin-bottom: 0px;
	line-height: 24px;
}

/* .shengzhi_list:hover::before{
		content: "";
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		position: absolute;
		background: rgba(0, 0, 0, 0.1);
	} */

.shengzhi_list:hover .shengzhi_tit {
	opacity: 0;
	top: 150%;
}

.shengzhi_list:hover .shengzhi_con {
	top: 50%;
}




@media screen and (max-width: 960px) and (min-width: 0px) {


	.daname {
		/* text-align: center; */
		font-size: 26px;
		font-weight: 600;
		margin-bottom: 10px;
	}

	.daname span {
		display: inline-block;
		position: relative;
		padding-bottom: 10px;

		background-image: linear-gradient(to right, #8fc31f -10%, #8fc31f);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}

	.daname span::before {
		content: "";
		position: absolute;
		width: 50%;
		height: 4px;
		background-image: -webkit-linear-gradient(to right, #8fc31f -10%, #8fc31f);
		background-image: linear-gradient(to right, #8fc31f -10%, #8fc31f);
		top: 100%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.daname span.zuo::before {
		content: "";
		position: absolute;
		width: 50%;
		height: 4px;
		background-image: -webkit-linear-gradient(to right, #8fc31f -10%, #8fc31f);
		background-image: linear-gradient(to right, #8fc31f -10%, #8fc31f);
		top: 100%;
		left: 0%;
		transform: translate(-0%, -50%);
	}

	.xiaoname {
		/* text-align: center; */
		font-size: 16px;
		font-weight: 300;
		margin-bottom: 30px;
		text-transform: uppercase;
	}

	.ndaname {
		text-align: center;
		font-size: 26px;
		font-weight: 600;
		display: inline-block;
		position: relative;
		background-image: linear-gradient(to right, #8fc31f -10%, #8fc31f);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}

	.nxiaoname {
		text-align: center;
		display: inline-block;
		position: relative;
		font-size: 16px;
		letter-spacing: -0.5px;
	}


	/* 内页banner */
	.nbanner {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		object-fit: cover;
		padding-bottom: 65%;
	}

	.nbanner::before {
		content: "";
		position: absolute;
		z-index: 2;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: rgba(0, 0, 0, 0.5);
	}

	.nbanner img {
		position: absolute;
		z-index: 1;
		width: 100%;
		height: 100%;
		object-fit: cover;
		top: 0;
		left: 0;
	}

	.nbanner_txt {
		position: absolute;
		z-index: 3;
		top: calc(50% + 20px);
		left: 5vw;
		transform: translate(-0%, -50%);
		font-size: 26px;
		font-weight: 600;
	}

	.nbanner_txt span {
		display: block;
	}

	.nbanner_txt span.nbanner_t1 {
		background-image: -webkit-linear-gradient(to right, #8fc31f -10%, #8fc31f);
		background-image: linear-gradient(to right, #8fc31f -10%, #8fc31f);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}

	.nbanner_txt span.nbanner_t2 {
		font-size: 14px;
		font-weight: 400;
		color: #fff;
	}

	/* 面包屑 */
	.pos {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		line-height: 50px;
		font-size: 14px;
		text-transform: uppercase;
		/* background: #eee; */
		border-bottom: 1px solid #eaeaea;
	}

	.pos i {
		margin-right: 5px;
	}

	/* 内页导航 */
	.nnav {
		position: relative;
		z-index: 3;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 30px auto 0;
		text-align: center;
	}

	.nnav a {
		font-size: 14px;
		display: inline-block;
		margin: 0px 5px;
		padding: 10px;
		text-transform: capitalize;
		transition: all 0.3s ease-in-out;
	}

	.nnav a.on {
		background: #8fc31f;
		color: #fff;
	}

	.nnav a:hover {
		background: #8fc31f;
		color: #fff;
	}


	/* 内页关于我们 */
	.nabout {
		position: relative;
		z-index: 3;

		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 30px 0;
		background: #fff;
	}


	.nabout_main {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-bottom: 10px;
	}

	/* .nabout_main img {
		width: 100%;
		max-width: 1000px;
	} */



	.nabout_main_01 {
		width: 100%;
		height: auto;
		overflow: hidden;
		border-bottom: 1px dashed #8fc300;
		margin-bottom: 50px;
		padding-bottom: 20px;
	}

	.nabout_main_01 img {
		max-width: 150px;
		display: block;
		margin: 0px auto;
	}

	.nabout_main_box {
		display: grid;
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.nabout_main_list {
		width: 100%;
		height: auto;
		/* overflow: hidden; */
		position: relative;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}

	.nabout_main_list::before {
		content: "";
		position: absolute;
		width: 90%;
		height: 1px;
		left: 50%;
		top: 100%;
		transform: translate(-50%, 50%);
		border-bottom: 1px dashed #8fc300;
	}

	.nabout_main_t1 {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.nabout_main_t1 img {
		max-width: 150px;
		display: block;
		margin: 0px auto;
	}

	.nabout_main_t2 {
		text-align: center;
		letter-spacing: 3px;
		color: #8fc300;
		font-size: 20px;
		font-weight: 600;
		margin: 10px auto;
	}

	.nabout_main_t3 {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.nabout_main_t3 img {
		max-width: 100%;
		display: block;
		margin: 0px auto;
	}

	.nabout_main_t4 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex-box;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.nabout_main_t4 img {
		margin-right: 10px;
		max-width: 80px;
	}

	.nabout_main_t4 span {
		display: block;
	}

	.nabout_main_t4 span.nabout_main_t4_txt_t1 {
		font-size: 18px;
		font-weight: 600;
		color: #2ea7e0;
	}

	.nabout_main_t4 span.nabout_main_t4_txt_t2 {
		font-size: 12px;
	}


	.nabout_box {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
		margin-top: 0px;
	}

	.nabout_left {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.nabout_left strong {
		font-size: 18px;
		margin-top: 10px;
		display: block;
	}

	.nabout_left p {
		margin-bottom: 10px;
		line-height: 30px;
		font-size: 14px;
	}

	.nabout_right {
		position: relative;
		background: url(../images/nabout.jpg) no-repeat center top;
		object-fit: cover;
		padding-bottom: 50%;
		background-size: cover;
	}



	.nwenhua {
		position: relative;
		background: url(../images/nwenhua02.jpg) no-repeat center top;
		object-fit: cover;
		padding-bottom: 100%;
		background-size: cover;
		padding: 30px 0;
		margin: 30px auto;
	}


	.nwenhua::before {
		content: "";
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		position: absolute;
		background: rgba(0, 0, 0, 0.2);
	}

	.nwenhua_box {
		position: relative;
		/* top: 50%;
		left: 50%;
		transform: translate(-50%,-50%); */

		width: 100%;
		height: auto;
		overflow: hidden;

		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.nwenhua_list {
		position: relative;
		width: 100%;
		height: auto;
		padding-bottom: 60%;
		overflow: hidden;
		border-right: none;
		border-bottom: 1px solid #ddd;
		box-sizing: border-box;
	}

	.nwenhua_list:last-child {
		border-right: none;
		border-bottom: none;
	}

	.nwenhua_tit {
		font-weight: 600;
		font-size: 24px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		color: #fff;
		transition: all 0.8s;
	}

	.nwenhua_con {
		position: absolute;
		width: 100%;
		top: -50%;
		left: 50%;
		transform: translate(-50%, -50%);
		color: #fff;
		transition: all 0.8s;
	}

	.nwenhua_con span {
		display: block;
		width: 100%;
		text-align: center;
	}

	.nwenhua_con span.nwenhua_ico i {
		font-size: 56px;
	}

	.nwenhua_con span.nwenhua_t1 {
		font-size: 24px;
		margin-bottom: 20px;
		font-weight: 600;
	}

	.nwenhua_con span.nwenhua_t2 {
		font-size: 18px;
	}

	/* .nwenhua_list:hover::before{
		content: "";
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		position: absolute;
		background: rgba(0, 0, 0, 0.1);
	} */

	.nwenhua_list:hover .nwenhua_tit {
		opacity: 0;
		top: 150%;
	}

	.nwenhua_list:hover .nwenhua_con {
		top: 50%;
	}


	/* 荣誉资质 */
	.nrongyu {
		position: relative;
		object-fit: cover;
		padding-bottom: 100%;
		background-size: cover;
		padding: 0px 0;
		margin: 30px auto;
	}

	.nrongyu_box {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
		margin: 30px auto 0;
	}

	.nrongyu_list {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;

	}

	.nrongyu_list img {
		width: 100%;
		max-width: 100%;
		background: #fff;
		border: 1px solid #e5e5e5;
		padding: 5px;
		box-shadow: 0 0 20px rgba(0, 0, 0, .1);
	}

	/*发展历程*/
	.abUs-comHist {
		padding: 50px 0 0;
		background: url(../images/auCh-bg.jpg) no-repeat top center / 100% 579px;
	}

	.abUs-comHist .p-title .t {
		color: #fff;
	}

	.abUs-comHist .p-title .s {
		background: #e50012;
	}

	/*大*/
	.auCHist-man {
		width: 100%;
		max-width: 1200px;
		padding: 0 0 250px;
		position: relative;
		margin: 80px auto 0;
	}

	.auCHist-man .swiper-container {
		padding: 69px 0 0;
	}

	.auCHist-man .auCHman-box {
		display: block;
		height: 72px;
		text-align: center;
		color: #fff;
		background: url(../images/auCHist-bg.png) repeat-x center 68px;
		position: relative;
	}

	.auCHman-box .year {
		line-height: 28px;
		font-size: 18px;
	}

	.auCHman-box:before {
		content: "";
		display: block;
		width: 8px;
		height: 8px;
		border-radius: 100%;
		background: #fff;
		position: absolute;
		left: 50%;
		margin-left: -4px;
		bottom: 0px;
	}

	.auCHman-box:after {
		content: "";
		display: block;
		width: 1px;
		height: 9px;
		background: #fff;
		position: absolute;
		left: 50%;
		margin-left: -1px;
		bottom: 11px;
	}

	.auCHman-box.cur .year {
		width: 77px;
		height: 77px;
		line-height: 77px;
		background: #8fc31f;
		border-radius: 100%;
		position: absolute;
		top: -53px;
		left: 50%;
		margin-left: -38.5px;
		font-weight: 600;
		font-size: 24px;
	}

	.auCHman-box.cur .year:after {
		content: "";
		display: block;
		width: 109px;
		height: 109px;
		background: rgba(143, 195, 31, 0.3);
		border-radius: 100%;
		position: absolute;
		top: -16px;
		left: -16px;
		z-index: -1;
	}

	.auCHman-box.cur:before,
	.auCHman-box.cur:after {
		background: #8fc31f;
	}

	.auCHman-box.cur:after {
		height: 20px;
		z-index: 2;
	}

	.auCHistManSwiper-prev,
	.auCHistManSwiper-next {
		display: block;
		width: 11px;
		height: 21px;
		position: absolute;
		top: 70px;
	}

	.auCHistManSwiper-prev {
		left: -58px;
		background: url(../images/swiper2-l.png) no-repeat center center;
	}

	.auCHistManSwiper-next {
		right: -58px;
		background: url(../images/swiper2-r.png) no-repeat center center;
	}

	.auCHist-man:before,
	.auCHist-man:after {
		content: "";
		display: block;
		width: 26px;
		height: 24px;
		background: url(../images/auCHist-orn1.png) no-repeat center center;
		position: absolute;
		top: 125px;
	}

	.auCHist-man:before {
		left: -103px;
	}

	.auCHist-man:after {
		right: -103px;
	}

	.auCHist-man .orn1,
	.auCHist-man .orn2 {
		display: block;
		height: 1px;
		background: rgba(255, 255, 255, .3);
		position: absolute;
		top: 137px;
	}

	/*小*/
	.auCHist-min {
		width: 100%;
		max-width: 1200px;
		position: relative;
		margin: -151px auto 0;
		z-index: 2;
	}

	.auCHist-min .swiper-container {
		padding: 0 0 69px;
	}

	.auCHist-min .swiper-container .swiper-slide {
		padding: 0 10px;
	}

	.auCHmin-box {
		display: block;
		padding: 0 1%;
		background: #fff url(../images/auCHistMin-bg.jpg) no-repeat center center / cover;
		box-shadow: 0 4px 20px rgba(162, 162, 162, .24);
		position: relative;
	}

	.auCHmin-box .auCHmin-img {
		display: none;
		width: 38.7037037037037%;
		height: 100%;
		object-fit: cover;
		position: relative;
		left: 0px;
		top: 0px;
	}

	.auCHmin-box .auCHmin-block {
		padding: 50px 30px;
		min-height: 250px;
	}

	.auCHmin-block li {
		padding: 0 0 0 37px;
		line-height: 29px;
		color: #666666;
		position: relative;
		margin: 9px 0 0;
	}

	.auCHmin-block li:first-child {
		margin: 0px;
	}

	.auCHmin-block li:before {
		content: "";
		display: block;
		width: 13px;
		height: 1px;
		background: #afafaf;
		position: absolute;
		left: 0px;
		top: 14px;
	}




	/* 联系我们 */

	.ncontact {
		position: relative;
		z-index: 3;

		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 30px 0;
		background: #fff;
	}

	.ncontact_box {
		display: grid;
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.ncontact-item {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 30px 10px;
	}

	.ncontact-item img {
		width: 60px;
	}

	.ncontact-txt {
		color: #fff;
		text-align: center;
		margin-top: 10px;
		line-height: 24px;
	}

	.ncontact-txt p {
		color: #fff;
	}

	.ncontact-txt p:first-child {
		text-transform: uppercase;
	}

	.ncontact-item:nth-child(1) {
		background-image: linear-gradient(to right, #8fc300, #8fc31f);
	}

	.ncontact-item:nth-child(2) {
		background-image: linear-gradient(to right, #2ea7e0, #2ea7e0);
	}

	.ncontact-item:nth-child(3) {
		background-image: linear-gradient(to right, #8fc300, #8fc31f);
	}

	.ncontact-item:nth-child(4) {
		background-image: linear-gradient(to right, #2ea7e0, #2ea7e0);
	}


	/* 招商合作 */
	.nzhaoshang {
		position: relative;
		z-index: 3;

		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 30px 0;
		background: #fff;
	}

	.nzhaoshang_box {
		display: grid;
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.nzhaoshang_left {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.nzhaoshang_dadiqu {
		font-size: 24px;
		font-weight: 600;
		margin: 30px auto;
		padding-bottom: 5px;
		display: inline-block;
		border-bottom: 3px solid #2ea7e0;
	}

	.nzhaoshang_list {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.nzhaoshang_main {
		background: #f5f5f5;
		padding: 20px;
	}

	.nzhaoshang_main span {
		display: block;
		line-height: 30px;
	}


	.nzhaoshang_main span.t1 {
		font-size: 16px;
		font-weight: 600;
		margin-bottom: 15px;
	}

	.nzhaoshang_main span.t2 {
		margin-bottom: 5px;
		font-size: 14px;
		line-height: 24px;
	}

	.nzhaoshang_main span.t2 i {
		margin-right: 5px;
		font-size: 20px;
		color: #8fc31f;
		/* background-image: linear-gradient(to right, #2ea7e0 -10%, #8fc31f);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent; */
	}


	.nzhaoshang_right {
		padding-top: 0px;
	}


	/* 新闻列表 */
	.nnews {
		position: relative;
		z-index: 3;
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 30px 0;
		background: #fff;
	}

	.nnews_box {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 0px auto;
		display: grid;
		grid-template-columns: 1fr;
		gap: 20px;
	}


	.nnews_list {
		display: block;
		width: 100%;
		height: auto;
		overflow: hidden;
		box-shadow: none;
		background-image: linear-gradient(-90deg, #f7f7f7 0%, #f7f7f7 100%);
		background-blend-mode: normal, normal;
		transition: all .6s;
	}

	.nnews_list:hover {
		box-shadow: 0 5px 25px 5px rgba(211, 211, 211, .75);
		background-image: linear-gradient(-90deg, #8fc31f 0%, #8fc31f 100%);
	}

	.nnews_list a {
		display: block;
	}

	.nnews_list_box {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.nnews_pic {
		position: relative;
		padding-bottom: 58%;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.nnews_pic img {
		display: block;
		margin: 0px auto;

		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.nnews_info {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;

		padding: 10px;
		transition: all .3s;
	}

	.nnews_info span {
		display: block;
	}

	.nnews_info span.nnews_title {
		font-size: 16px;
		font-weight: 600;
		height: auto;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		line-height: 30px;
		color: #333;
		min-height: 60px;
	}

	.nnews_info span.nnews_des {
		margin: 15px auto;
		line-height: 26px;
		font-size: 14px;
		height: auto;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
		color: #666;
	}

	.nnews_info span.nnews_date {
		display: flex;

		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 10px auto;

		font-size: 14px;
		line-height: 24px;
		color: #a6a6a6;
	}

	.nnews_info span.nnews_date i {
		font-size: 16px;
		margin-right: 5px;
	}


	.nnews_info span.nnews_more {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 30px auto;
		font-size: 14px;
		color: #666;
	}


	.nnews_list:hover .nnews_pic img {
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
	}

	.nnews_list:hover span {
		color: #fff;
	}


	/* 新闻详细页 */

	.nnews_page {
		position: relative;
		z-index: 2;

		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 30px 0;
		background: #fff;
	}

	.nnews_page_box {
		position: relative;
		width: 100%;
		padding: 5vw;
		background: #fff;
		box-shadow: 0 5px 47px 4px rgba(214, 211, 211, .75);
		/* box-shadow: 0 0 15px rgba(2, 96, 179, 0.3); */
	}

	.nnews_page_bt {
		font-size: 16px;
		color: #333333;
	}

	.nnews_page_xbt {
		font-size: 14px;
		color: #999999;
		margin-top: 16px;
		padding-bottom: 16px;
		margin-bottom: 16px;
		border-bottom: 1px solid #f2f2f2;
	}

	.nnews_page_neirong {
		line-height: 1.8;
		border-bottom: 1px solid #e6e6e6;
		box-sizing: border-box;
		padding-bottom: 10px;
		font-size: 14px;
	}

	.nnews_page_neirong img {
		max-width: 100%;
		display: inline-block;
	}

	.nnews_page_links {
		display: flex;
		margin: 20px 0 0;
		-webkit-align-items: center;
		align-items: center;
	}

	.nnews_page_links_box {
		width: 100%;
		padding-right: 0;
		font-size: 14px;
		line-height: 24px;
	}

	.nnews_page_links_btn {
		display: none;

		width: 10vw;
		text-align: center;
		background-image: linear-gradient(to right, #2ea7e0 -10%, #8fc31f);
		-webkit-transition: all .6s ease;
		transition: all .6s ease;
	}

	.nnews_page_links_btn a {
		padding-left: 25%;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		text-align: center;
		line-height: 58px;
		font-size: 18px;
		color: #ffffff;
	}

	.nnews_page_links_btn a i {
		font-size: 24px;
		padding-left: 0;
		-webkit-transition: all .6s ease;
		transition: all .6s ease;
	}

	.nnews_page_links_btn a:hover i {
		padding-left: 10px;
	}




	/* 发展历程 */

	.introdevelopment {
		position: relative;
		z-index: 3;
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 50px 0;
		background: url(../images/nlishi.jpg) no-repeat center;
		background-size: cover;
		object-fit: cover;
	}


	.introdevelopment_item {
		margin: 0 auto 50px;
	}

	.introdevelopment_item .item {
		position: relative;
		text-align: center;
		font-size: 20px;
		line-height: 46px;

		width: 100%;
		height: auto;
		min-height: 150px;
		overflow: hidden;
		margin: 0px auto;
	}

	.lishi_txt {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 80%;
	}

	.lishi_txt p {
		margin-bottom: 0;
		line-height: 24px;
		font-size: 14px;
	}

	.introdevelopment_arrow {
		width: 36px;
		height: 36px;
		line-height: 36px;
		border: 1px solid #ddd;
		border-radius: 100%;
		text-align: center;
		outline: 0;
		user-select: none;
		position: absolute;
		top: 50%;
		margin-top: -33px;
		z-index: 2;
		transition: all .5s
	}


	.introdevelopment_arrow:hover {
		background-color: #8fc31f;
		border-color: #8fc31f
	}

	.introdevelopment_arrow i {
		font-size: 20px;
		color: #fff;
	}

	.introdevelopment_arrow:hover i {
		color: #fff;
	}

	.introdevelopment_prev {
		left: 5vw;
	}

	.introdevelopment_next {
		right: 5vw;
	}



	.introdevelopment_page {
		width: 100%;
		position: relative;
		border-top: 1px solid #ddd;
		text-align: center
	}

	.introdevelopment_page .swiper-pagination-bullet {
		width: 70px;
		height: auto;
		background: none;
		opacity: 1;
		outline: 0;
		position: relative
	}

	.introdevelopment_page .swiper-pagination-bullet:before {
		content: '';
		display: block;
		width: 10px;
		height: 10px;
		line-height: 10px;
		background: #d7d7d7;
		border-radius: 100%;
		position: absolute;
		left: 50%;
		margin-left: -5px;
		top: -5px;
		z-index: 2;
		transition: all .5s;
	}

	.introdevelopment_page .swiper-pagination-bullet:after {
		content: '';
		display: block;
		width: 20px;
		height: 20px;
		line-height: 20px;
		background: rgba(35, 138, 118, 0);
		border-radius: 100%;
		position: absolute;
		left: 50%;
		margin-left: -10px;
		top: -10px;
		z-index: 2;
		transition: all .5s;
	}

	.introdevelopment_page .swiper-pagination-bullet em {
		font-style: normal;
		line-height: 60px;
		font-size: 16px;
		color: #fff;
		font-family: impact;
		transition: all .5s;
	}

	.introdevelopment_page .swiper-pagination-bullet-active:before {
		background: #8fc31f;
	}

	.introdevelopment_page .swiper-pagination-bullet-active:after {
		background: rgba(35, 138, 118, 0.5)
	}

	.introdevelopment_page .swiper-pagination-bullet-active em {
		color: #8fc31f;
	}



	/* 人才招聘 */

	.njob {
		position: relative;
		z-index: 3;
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 50px 0 50px;
		background: #fff;
	}

	.culture-joinjob {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: 40px;
	}

	.culture-jointitle {
		display: flex;
		background: #44484a;
		color: #fff;
		padding: 20px 50px;
		font-size: 16px;
		line-height: 30px;
		align-items: center
	}

	.culture-jointitle.cell {
		background: #f5f5f5;
		color: #666;
		margin-top: 15px;
		padding: 0;
		flex-wrap: wrap
	}

	.culture-jointit:nth-child(1) {
		width: 35%;
		color: #555;
		font-size: 14px
	}

	.culture-jointit:nth-child(2) {
		width: 20%;
		color: #555;
		font-size: 14px
	}

	.culture-jointit:nth-child(3) {
		width: 10%;
		color: #555;
		font-size: 14px
	}

	.culture-jointit:nth-child(4) {
		width: 30%;
		color: #555;
		font-size: 14px
	}

	.culture-jointit {
		display: flex;
	}

	.culture-jointit i {
		font-size: 20px;
		margin-right: 5px;
	}

	.culture-joinbtn svg {
		width: 15px;
		height: 15px
	}

	.culture-joincont {
		width: 100%;
		border: 1px solid #f2f2f2;
		padding: 30px
	}

	.culture-joincolumn {
		display: flex;
		width: 100%;
		align-items: center;
		padding: 15px;
		cursor: pointer
	}

	.culture-joincolumn.ontrue {
		background: #8fc31f
	}

	.culture-joincolumn.ontrue .culture-jointit {
		color: #fff
	}

	.culture-joincolumn.ontrue svg {
		color: #fff;
		transform: rotate(180deg)
	}

	.culture-joincontent {
		background: #fff;
		padding: 10px;
		display: none;
		width: 100%
	}

	.culture-joincontent.active {
		box-shadow: 0 5px 40px 0 rgba(17, 58, 93, .1)
	}

	.culture-joincontent h2 {
		font-size: 16px;
		font-weight: 600;
		color: #333;
		margin: 10px auto;
	}

	.culture-joincontent h6 {
		font-weight: 700;
		color: #333;
		font-size: 16px;
		line-height: 30px;
		margin-bottom: 8px
	}

	.culture-joincontent h6:not(:first-child) {
		margin-top: 15px
	}

	.culture-joincontent p {
		font-size: 14px;
		color: #666;
		line-height: 24px
	}

	.culture-joincontent-tel {
		width: 100%;
		padding-top: 10px;
		border-top: 1px dashed #cccccc;
	}

	.culture-joincontent-tel h2 {
		font-size: 16px;
		font-weight: 600;
		color: #333;
		margin: 10px auto;
	}

	.culture-joincontent-tel p {
		font-size: 14px;
		color: #666;
		line-height: 24px
	}

	.culture-joincontent-tel p span {
		font-size: 16px;
		color: #f36627;
		font-weight: 800;
		margin-right: 10px;
	}

	.culture-joincontent-tel .end {
		font-size: 14px;
		color: #666;
	}

	.culture-joincontent-tel .end>span {
		margin-left: 6px;
		text-decoration: underline;
		font-weight: 400;
	}

	.culture-jointit {
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		font-size: 15px;
		color: #888;
	}



	/* 医学检验主页 */
	.nyixue {
		position: relative;
		z-index: 3;
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 30px 0;
		background: #fff;
	}

	.nyixue_box {
		display: grid;
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.nyixue_main {
		width: 100%;
		height: auto;
		overflow: hidden;
		background: #f5f5f5;
		border-radius: 10px;
	}

	.nyixue_main a {
		display: block;
	}

	.nyixue_main img {
		display: block;
		max-width: 100%;
		margin: 0px auto;
	}

	.nyixue_main:hover {
		background: #8fc31f;
		box-shadow: 0 5px 30px 4px rgba(211, 211, 211, .75);
		transition: all .5s;
	}


	.nyixue_main_txt {
		padding: 20px 10px;
	}

	.nyixue_main:hover .nyixue_main_txt {
		color: #fff;
	}

	.nyixue_main_txt span {
		display: block;
		text-align: center;
	}

	.nyixue_main_txt span.yixue_t1 {
		font-size: 20px;
		margin-bottom: 10px;
		font-weight: 600;
	}

	.nyixue_main_txt span.yixue_t2 {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 10px;
	}


	/* 医学检验列表 */
	.yixue_list {
		position: relative;
		z-index: 3;
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 30px 0;
		background: #fff;
	}

	.yixue_list_box {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}

	.yixue_list_li {
		width: 100%;
		height: auto;
		overflow: hidden;
		border: 1px solid #ddd;
		padding: 0;
		transition: all .5s;
	}

	.yixue_list_li_img {
		width: 100%;
		display: block;
		margin: 0px auto;
	}

	.yixue_list_li_img a {
		display: block;
	}

	.yixue_list_li_txt {
		width: 100%;
		height: auto;
		overflow: hidden;
		line-height: 24px;
		color: #111;
		background: #f5f5f5;
		text-align: center;
		padding: 5px;
	}

	.yixue_list_li_txt a {
		display: block;
		font-size: 14px;
		line-height: 24px;
	}

	.yixue_list_li:hover {
		box-shadow: 0 5px 20px 4px rgba(211, 211, 211, .75);
	}

	.yixue_list_li:hover .yixue_list_li_txt {
		color: #fff;
		background: #8fc31f;
		transition: all .5s;
	}


	/* 医学单页 */

	.yixue_page {
		position: relative;
		z-index: 2;
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 30px 0;
		background: #fff;
	}

	.yixue_page_main {
		position: relative;
		width: 100%;
		padding: 5vw;
		background: #fff;
		box-shadow: 0 5px 47px 4px rgba(214, 211, 211, .75);
	}

	.yixue_page_title {
		text-align: center;
		font-size: 16px;
		color: #333333;
	}

	.yixue_page_date {
		font-size: 14px;
		color: #999999;
		margin-top: 16px;
		padding-bottom: 16px;
		margin-bottom: 16px;
		border-bottom: 1px solid #f2f2f2;
	}

	.gaisu {
		background: #f5f5f5;
		padding: 10px;
		border-top-left-radius: 15px;
		border-top-right-radius: 15px;
		font-size: 14px;
		line-height: 24px;
	}


	.yixue_page_nr {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;

		line-height: 1.8;
		border-bottom: 1px solid #e6e6e6;
		box-sizing: border-box;
		padding-bottom: 10px;
		font-size: 14px;
	}

	.yixue_page_nr p {
		margin-bottom: 5px;
	}

	.sanlie {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 50px 0;
	}

	.sanlie li {
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 0 auto;
	}

	.sanlie li img {
		display: block;
		margin: 0px auto;
		max-width: 100px;
	}

	.sanlie li span {
		display: block;
		text-align: center;
		line-height: 24px;
		margin-top: 10px;
		font-size: 14px;
		font-weight: lighter;
	}


	#biaoge table,
	#biaoge table tr,
	#biaoge table td,
	#biaoge table th {
		border: 2px solid #fff;
		border-collapse: collapse;
		text-align: center;
		font-size: 14px;
		line-height: 24px;
		padding: 3px;
	}

	#biaoge table {
		background: #f4cfd6;
	}

	#biaoge table tr:nth-child(1) {
		background: #e0768d;
		height: 60px;
		line-height: 60px;
	}

	.firstRow td {
		color: #fff;
		font-weight: 600;
		font-size: 20px !important;
	}

	.firstRow td:nth-child(1) {
		width: 150px;
	}

	.firstRow td:nth-child(2) {
		width: 200px;
	}

	.firstRow td:nth-child(3) {
		width: 200px;
	}

	.firstRow td:nth-child(5) {
		width: 120px;
	}

	.firstRow td:nth-child(6) {
		width: 120px;
	}




	.silie {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 30px 0;
	}

	.silie li {
		float: left;
		width: 50%;
		height: auto;
		overflow: hidden;
		margin: 0 auto;
	}

	.silie li img {
		display: block;
		margin: 0px auto;
		max-width: 100px;
	}

	.silie li span {
		display: block;
		text-align: center;
		line-height: 24px;
		margin-top: 10px;
		font-size: 14px;
		font-weight: lighter;
	}



	.wulie {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 30px 0;
	}

	.wulie li {
		float: left;
		width: 20%;
		height: auto;
		overflow: hidden;
		margin: 0;
	}

	.wulie li img {
		display: block;
		margin: 0px auto;
	}

	.wulie li span {
		display: block;
		text-align: center;
		line-height: 24px;
		margin-top: 10px;
		font-size: 14px;
		font-weight: lighter;
	}



	/* 生殖免疫 */
	.nshengzhimianyi {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 30px 0;
	}



	#biaoges table,
	#biaoges table tr,
	#biaoges table td,
	#biaoges table th {
		border: 2px solid #fff;
		border-collapse: collapse;
		text-align: center;
		font-size: 14px;
		line-height: 24px;
		padding: 5px;
	}

	#biaoges table {
		background: #eee;
	}

	#biaoges table tr td:nth-child(1) {
		height: auto;
		line-height: 24px;
	}

	#biaoges table tr:nth-child(1) {
		background: #8fc300;
		height: auto;
	}


	.diyihang td {
		color: #fff;
		font-weight: 600;
		font-size: 16px !important;
		width: 150px;
	}

	.diyihang td:nth-child(1) {
		width: 250px;
	}

	.diyihang td:nth-child(2) {
		width: 450px;
	}


	.beizhu {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 30px 0;
		font-size: 16px;
		line-height: 32px;
		color: #8fc31f;
		font-weight: 600;
	}



	/* 生殖免疫 */
	.nfengshimianyi {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 30px 0;
	}

	.nfengshimianyi_box {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 5px;
	}

	.nfengshimianyi_list {
		background: #eee;
		line-height: 50px;
		padding-left: 10px;
		/* cursor: pointer; */
		border-radius: 3px;
	}

	.nfengshimianyi_list a {
		display: block;
		font-size: 14px;
	}

	.nfengshimianyi_list i {
		color: #8fc300;
		margin-right: 2px;
		font-weight: 600;
	}


	.linchuang {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 30px auto 0;
	}

	.linchuang_box {
		margin: 30px auto 20px;
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.linchuang_list {
		background: #eee;
		line-height: 50px;
		padding: 0 5px;
		/* cursor: pointer; */
		border-radius: 3px;
		font-size: 14px;
	}

	.linchuang_list span {
		display: block;
	}

	.linchuang_list i {
		color: #8fc300;
		margin-right: 5px;
		font-weight: 600;
	}

	.hongse {
		color: #f00 !important;
	}

	.linchuang_box_beizhu {
		/* background: #f5f5f5; */
		/* padding: 0px 30px; */
	}

	.linchuang_list i {
		margin-right: 5px;
	}




	.jujia_box {
		position: relative;
		/* top: 50%;
		left: 50%;
		transform: translate(-50%,-50%); */

		width: 100%;
		height: auto;
		/* overflow: hidden; */
		margin: 30px auto;

		display: grid;
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.jujia_list {
		position: relative;
		width: 100%;
		height: auto;
		padding-bottom: 60%;
		overflow: hidden;
		box-sizing: border-box;
		border-radius: 3%;
		background: #f5f5f5;
		/* border: 1px solid #8fc300; */

		/* box-shadow: 0 0px 5px 5px rgba(214, 211, 211, .5); */
	}

	.jujia_list:nth-child(even) {
		background: #f5f5f5;
	}

	.jujia_tit {
		font-weight: 600;
		font-size: 24px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		color: #111;
		transition: all 0.8s;
		text-align: center;

		display: none;
	}

	.jujia_con {
		position: absolute;
		width: 100%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		color: #111;
		transition: all 0.8s;
	}

	.jujia_con span {
		display: block;
		width: 100%;
		text-align: center;
	}

	.jujia_con span.jujia_ico i {
		font-size: 56px;
	}

	.jujia_ico img {
		display: block;
		margin: 20px auto;
		max-width: 25%;
	}

	.jujia_con span.jujia_t1 {
		font-size: 20px;
		margin-bottom: 20px;
		font-weight: 600;
	}

	.jujia_con span.jujia_t2 {
		font-size: 16px;
	}

	.jujia_con span.jujia_t2 p {
		margin-bottom: 0px;
		line-height: 24px;
	}

	/* .jujia_list:hover::before{
		content: "";
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		position: absolute;
		background: rgba(0, 0, 0, 0.1);
	} */

	.jujia_list:hover .jujia_tit {
		opacity: 0;
		top: 150%;
	}

	.jujia_list:hover .jujia_con {
		top: 50%;
	}



	.fengshimianyi_box {
		position: relative;
		/* top: 50%;
		left: 50%;
		transform: translate(-50%,-50%); */

		width: 100%;
		height: auto;
		/* overflow: hidden; */
		margin: 10px auto;

		display: grid;
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.fengshimianyi_list {
		position: relative;
		width: 100%;
		height: auto;
		padding-bottom: 90%;
		overflow: hidden;
		box-sizing: border-box;
		border-radius: 3%;
		background: #f5f5f5;
		/* border: 1px solid #8fc300; */

		/* box-shadow: 0 0px 5px 5px rgba(214, 211, 211, .5); */
	}

	.fengshimianyi_list:nth-child(even) {
		background: #f5f5f5;
	}

	.fengshimianyi_tit {
		font-weight: 600;
		font-size: 24px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		color: #111;
		transition: all 0.8s;
		text-align: center;

		display: none;
	}

	.fengshimianyi_con {
		position: absolute;
		width: 100%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		color: #111;
		transition: all 0.8s;
	}

	.fengshimianyi_con span {
		display: block;
		width: 100%;
		text-align: center;
	}

	.fengshimianyi_con span.fengshimianyi_ico i {
		font-size: 56px;
	}

	.fengshimianyi_ico img {
		display: block;
		margin: 20px auto;
		max-width: 30%;
	}

	.fengshimianyi_con span.fengshimianyi_t1 {
		font-size: 20px;
		margin-bottom: 20px;
		font-weight: 600;
	}

	.fengshimianyi_con span.fengshimianyi_t2 {
		font-size: 16px;
	}

	.fengshimianyi_con span.fengshimianyi_t2 p {
		margin-bottom: 0px;
		line-height: 24px;
	}

	/* .fengshimianyi_list:hover::before{
		content: "";
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		position: absolute;
		background: rgba(0, 0, 0, 0.1);
	} */

	.fengshimianyi_list:hover .fengshimianyi_tit {
		opacity: 0;
		top: 150%;
	}

	.fengshimianyi_list:hover .fengshimianyi_con {
		top: 50%;
	}




	.shengzhi_box {
		position: relative;
		/* top: 50%;
		left: 50%;
		transform: translate(-50%,-50%); */

		width: 100%;
		height: auto;
		/* overflow: hidden; */
		margin: 10px auto;

		display: grid;
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.shengzhi_list {
		position: relative;
		width: 100%;
		height: auto;
		padding-bottom: 90%;
		overflow: hidden;
		box-sizing: border-box;
		border-radius: 3%;
		background: #f5f5f5;
		/* border: 1px solid #8fc300; */

		/* box-shadow: 0 0px 5px 5px rgba(214, 211, 211, .5); */
	}

	.shengzhi_list:nth-child(even) {
		background: #f5f5f5;
	}

	.shengzhi_tit {
		font-weight: 600;
		font-size: 24px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		color: #111;
		transition: all 0.8s;
		text-align: center;

		display: none;
	}

	.shengzhi_con {
		position: absolute;
		width: 100%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		color: #111;
		transition: all 0.8s;
	}

	.shengzhi_con span {
		display: block;
		width: 100%;
		text-align: center;
	}

	.shengzhi_con span.shengzhi_ico i {
		font-size: 56px;
	}

	.shengzhi_ico img {
		display: block;
		margin: 20px auto;
		max-width: 30%;
	}

	.shengzhi_con span.shengzhi_t1 {
		font-size: 20px;
		margin-bottom: 20px;
		font-weight: 600;
	}

	.shengzhi_con span.shengzhi_t2 {
		font-size: 16px;
	}

	.shengzhi_con span.shengzhi_t2 p {
		margin-bottom: 0px;
		line-height: 24px;
	}

	/* .shengzhi_list:hover::before{
		content: "";
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		position: absolute;
		background: rgba(0, 0, 0, 0.1);
	} */

	.shengzhi_list:hover .shengzhi_tit {
		opacity: 0;
		top: 150%;
	}

	.shengzhi_list:hover .shengzhi_con {
		top: 50%;
	}

}







@media screen and (max-width: 1280px) and (min-width: 960px) {


	.daname {
		/* text-align: center; */
		font-size: 26px;
		font-weight: 600;
		margin-bottom: 10px;
	}

	.daname span {
		display: inline-block;
		position: relative;
		padding-bottom: 10px;

		background-image: linear-gradient(to right, #8fc31f -10%, #8fc31f);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}

	.daname span::before {
		content: "";
		position: absolute;
		width: 50%;
		height: 4px;
		background-image: -webkit-linear-gradient(to right, #8fc31f -10%, #8fc31f);
		background-image: linear-gradient(to right, #8fc31f -10%, #8fc31f);
		top: 100%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.daname span.zuo::before {
		content: "";
		position: absolute;
		width: 50%;
		height: 4px;
		background-image: -webkit-linear-gradient(to right, #8fc31f -10%, #8fc31f);
		background-image: linear-gradient(to right, #8fc31f -10%, #8fc31f);
		top: 100%;
		left: 0%;
		transform: translate(-0%, -50%);
	}

	.xiaoname {
		/* text-align: center; */
		font-size: 16px;
		font-weight: 300;
		margin-bottom: 30px;
		text-transform: uppercase;
	}

	.ndaname {
		text-align: center;
		font-size: 26px;
		font-weight: 600;
		display: inline-block;
		position: relative;
		background-image: linear-gradient(to right, #8fc31f -10%, #8fc31f);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}

	.nxiaoname {
		text-align: center;
		display: inline-block;
		position: relative;
		font-size: 16px;
		letter-spacing: -0.5px;
	}


	/* 内页banner */
	.nbanner {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		object-fit: cover;
		padding-bottom: 40%;
	}

	.nbanner::before {
		content: "";
		position: absolute;
		z-index: 2;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: rgba(0, 0, 0, 0.5);
	}

	.nbanner img {
		position: absolute;
		z-index: 1;
		width: 100%;
		height: 100%;
		object-fit: cover;
		top: 0;
		left: 0;
	}

	.nbanner_txt {
		position: absolute;
		z-index: 3;
		top: calc(50% + 20px);
		left: 5vw;
		transform: translate(-0%, -50%);
		font-size: 40px;
		font-weight: 600;
	}

	.nbanner_txt span {
		display: block;
	}

	.nbanner_txt span.nbanner_t1 {
		background-image: -webkit-linear-gradient(to right, #8fc31f -10%, #8fc31f);
		background-image: linear-gradient(to right, #8fc31f -10%, #8fc31f);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}

	.nbanner_txt span.nbanner_t2 {
		font-size: 20px;
		font-weight: 400;
		color: #fff;
	}

	/* 面包屑 */
	.pos {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		line-height: 50px;
		font-size: 16px;
		text-transform: uppercase;
		/* background: #eee; */
		border-bottom: 1px solid #eaeaea;
	}

	.pos i {
		margin-right: 5px;
	}

	/* 内页导航 */
	.nnav {
		position: relative;
		z-index: 3;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 30px auto 0;
		text-align: center;
	}

	.nnav a {
		font-size: 16px;
		display: inline-block;
		margin: 0px 5px;
		padding: 15px 30px;
		text-transform: capitalize;
		background: #ddd;
		transition: all 0.3s ease-in-out;
		border-radius: 5px;
	}

	.nnav a.on {
		background: #8fc31f;
		color: #fff;
	}

	.nnav a:hover {
		background: #8fc31f;
		color: #fff;
	}


	/* 内页关于我们 */
	.nabout {
		position: relative;
		z-index: 3;

		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 30px 0;
		background: #fff;
	}


	.nabout_main {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	/* .nabout_main img {
		width: 100%;
		max-width: 1000px;
	} */

	.nabout_main_01 {
		width: 100%;
		height: auto;
		overflow: hidden;
		border-bottom: 1px dashed #8fc300;
		margin-bottom: 50px;
		padding-bottom: 20px;
	}

	.nabout_main_01 img {
		max-width: 250px;
		display: block;
		margin: 0px auto;
	}

	.nabout_main_box {
		display: grid;
		grid-template-columns: 1fr 1fr 1.25fr;
		gap: 50px;
	}

	.nabout_main_list {
		width: 100%;
		height: auto;
		/* overflow: hidden; */
		position: relative;
	}

	.nabout_main_list::before {
		content: "";
		position: absolute;
		width: 2px;
		height: 90%;
		right: -25px;
		top: 50%;
		transform: translateY(-50%);
		border-right: 1px dashed #8fc300;
	}

	.nabout_main_t1 {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.nabout_main_t1 img {
		max-width: 210px;
		display: block;
		margin: 0px auto;
	}

	.nabout_main_t2 {
		text-align: center;
		letter-spacing: 3px;
		color: #8fc300;
		font-size: 20px;
		font-weight: 600;
		margin: 10px auto;
	}

	.nabout_main_t3 {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.nabout_main_t3 img {
		max-width: 100%;
		display: block;
		margin: 10px auto;
	}

	.nabout_main_t4 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex-box;
		display: block;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.nabout_main_t4 img {
		margin: 0px auto;
		max-width: 80px;
		display: block;
	}

	.nabout_main_t4 span {
		display: block;
	}

	.nabout_main_t4 span.nabout_main_t4_txt_t1 {
		font-size: 15px;
		font-weight: 600;
		color: #2ea7e0;
		text-align: center;
	}

	.nabout_main_t4 span.nabout_main_t4_txt_t2 {
		font-size: 12px;
		text-align: center;
	}



	.nabout_box {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
		margin-top: 30px;
	}

	.nabout_left {}

	.nabout_left strong {
		font-size: 18px;
		margin-top: 20px;
		display: block;
	}

	.nabout_left p {
		margin-bottom: 10px;
		line-height: 30px;
		font-size: 16px;
	}

	.nabout_right {
		position: relative;
		background: url(../images/nabout.jpg) no-repeat center top;
		object-fit: cover;
		padding-bottom: 50%;
		background-size: cover;
	}



	.nwenhua {
		position: relative;
		background: url(../images/nwenhua02.jpg) no-repeat center top;
		object-fit: cover;
		padding-bottom: 100%;
		background-size: cover;
		padding: 80px 0;
		margin: 50px auto;
	}


	.nwenhua::before {
		content: "";
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		position: absolute;
		background: rgba(0, 0, 0, 0.2);
	}

	.nwenhua_box {
		position: relative;
		/* top: 50%;
		left: 50%;
		transform: translate(-50%,-50%); */

		width: 100%;
		height: auto;
		overflow: hidden;

		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 30px;
	}

	.nwenhua_list {
		position: relative;
		width: 100%;
		height: auto;
		padding-bottom: 60%;
		overflow: hidden;
		border-right: 1px solid #ddd;
		border-bottom: none;
		box-sizing: border-box;
	}

	.nwenhua_list:last-child {
		border-right: none;
		border-bottom: none;
	}

	.nwenhua_tit {
		font-weight: 600;
		font-size: 24px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		color: #fff;
		transition: all 0.8s;
	}

	.nwenhua_con {
		position: absolute;
		width: 100%;
		top: -50%;
		left: 50%;
		transform: translate(-50%, -50%);
		color: #fff;
		transition: all 0.8s;
	}

	.nwenhua_con span {
		display: block;
		width: 100%;
		text-align: center;
	}

	.nwenhua_con span.nwenhua_ico i {
		font-size: 56px;
	}

	.nwenhua_con span.nwenhua_t1 {
		font-size: 24px;
		margin-bottom: 20px;
		font-weight: 600;
	}

	.nwenhua_con span.nwenhua_t2 {
		font-size: 18px;
	}

	/* .nwenhua_list:hover::before{
		content: "";
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		position: absolute;
		background: rgba(0, 0, 0, 0.1);
	} */

	.nwenhua_list:hover .nwenhua_tit {
		opacity: 0;
		top: 150%;
	}

	.nwenhua_list:hover .nwenhua_con {
		top: 50%;
	}


	/* 荣誉资质 */
	.nrongyu {
		position: relative;
		object-fit: cover;
		padding-bottom: 100%;
		background-size: cover;
		padding: 30px 0;
		margin: 30px auto;
	}

	.nrongyu_box {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		gap: 20px;
		margin: 50px auto 0;
	}

	.nrongyu_list {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;

	}

	.nrongyu_list img {
		width: 100%;
		max-width: 100%;
		background: #fff;
		border: 1px solid #e5e5e5;
		padding: 5px;
		box-shadow: 0 0 20px rgba(0, 0, 0, .1);
	}


	/*发展历程*/
	.abUs-comHist {
		padding: 50px 0 0;
		background: url(../images/auCh-bg.jpg) no-repeat top center / 100% 579px;
	}

	.abUs-comHist .p-title .t {
		color: #fff;
	}

	.abUs-comHist .p-title .s {
		background: #e50012;
	}

	/*大*/
	.auCHist-man {
		width: 100%;
		max-width: 1200px;
		padding: 0 0 250px;
		position: relative;
		margin: 80px auto 0;
	}

	.auCHist-man .swiper-container {
		padding: 69px 0 0;
	}

	.auCHist-man .auCHman-box {
		display: block;
		height: 72px;
		text-align: center;
		color: #fff;
		background: url(../images/auCHist-bg.png) repeat-x center 68px;
		position: relative;
	}

	.auCHman-box .year {
		line-height: 28px;
		font-size: 18px;
	}

	.auCHman-box:before {
		content: "";
		display: block;
		width: 8px;
		height: 8px;
		border-radius: 100%;
		background: #fff;
		position: absolute;
		left: 50%;
		margin-left: -4px;
		bottom: 0px;
	}

	.auCHman-box:after {
		content: "";
		display: block;
		width: 1px;
		height: 9px;
		background: #fff;
		position: absolute;
		left: 50%;
		margin-left: -1px;
		bottom: 11px;
	}

	.auCHman-box.cur .year {
		width: 77px;
		height: 77px;
		line-height: 77px;
		background: #8fc31f;
		border-radius: 100%;
		position: absolute;
		top: -53px;
		left: 50%;
		margin-left: -38.5px;
		font-weight: 600;
		font-size: 24px;
	}

	.auCHman-box.cur .year:after {
		content: "";
		display: block;
		width: 109px;
		height: 109px;
		background: rgba(143, 195, 31, 0.3);
		border-radius: 100%;
		position: absolute;
		top: -16px;
		left: -16px;
		z-index: -1;
	}

	.auCHman-box.cur:before,
	.auCHman-box.cur:after {
		background: #8fc31f;
	}

	.auCHman-box.cur:after {
		height: 20px;
		z-index: 2;
	}

	.auCHistManSwiper-prev,
	.auCHistManSwiper-next {
		display: block;
		width: 11px;
		height: 21px;
		position: absolute;
		top: 70px;
	}

	.auCHistManSwiper-prev {
		left: -58px;
		background: url(../images/swiper2-l.png) no-repeat center center;
	}

	.auCHistManSwiper-next {
		right: -58px;
		background: url(../images/swiper2-r.png) no-repeat center center;
	}

	.auCHist-man:before,
	.auCHist-man:after {
		content: "";
		display: block;
		width: 26px;
		height: 24px;
		background: url(../images/auCHist-orn1.png) no-repeat center center;
		position: absolute;
		top: 125px;
	}

	.auCHist-man:before {
		left: -103px;
	}

	.auCHist-man:after {
		right: -103px;
	}

	.auCHist-man .orn1,
	.auCHist-man .orn2 {
		display: block;
		height: 1px;
		background: rgba(255, 255, 255, .3);
		position: absolute;
		top: 137px;
	}

	/*小*/
	.auCHist-min {
		width: 100%;
		max-width: 1200px;
		position: relative;
		margin: -151px auto 0;
		z-index: 2;
	}

	.auCHist-min .swiper-container {
		padding: 0 0 69px;
	}

	.auCHist-min .swiper-container .swiper-slide {
		padding: 0 10px;
	}

	.auCHmin-box {
		display: block;
		padding: 0 1%;
		background: #fff url(../images/auCHistMin-bg.jpg) no-repeat center center / cover;
		box-shadow: 0 4px 20px rgba(162, 162, 162, .24);
		position: relative;
	}

	.auCHmin-box .auCHmin-img {
		display: none;
		width: 38.7037037037037%;
		height: 100%;
		object-fit: cover;
		position: relative;
		left: 0px;
		top: 0px;
	}

	.auCHmin-box .auCHmin-block {
		padding: 50px 30px;
		min-height: 250px;
	}

	.auCHmin-block li {
		padding: 0 0 0 37px;
		line-height: 29px;
		color: #666666;
		position: relative;
		margin: 9px 0 0;
	}

	.auCHmin-block li:first-child {
		margin: 0px;
	}

	.auCHmin-block li:before {
		content: "";
		display: block;
		width: 13px;
		height: 1px;
		background: #afafaf;
		position: absolute;
		left: 0px;
		top: 14px;
	}




	/* 联系我们 */

	.ncontact {
		position: relative;
		z-index: 3;

		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 30px 0;
		background: #fff;
	}

	.ncontact_box {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		gap: 30px;
	}

	.ncontact-item {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 30px 10px;
	}

	.ncontact-item img {
		width: 60px;
	}

	.ncontact-txt {
		color: #fff;
		text-align: center;
		margin-top: 10px;
		line-height: 24px;
	}

	.ncontact-txt p {
		color: #fff;
	}

	.ncontact-txt p:first-child {
		text-transform: uppercase;
	}

	.ncontact-item:nth-child(1) {
		background-image: linear-gradient(to right, #8fc300, #8fc31f);
	}

	.ncontact-item:nth-child(2) {
		background-image: linear-gradient(to right, #2ea7e0, #2ea7e0);
	}

	.ncontact-item:nth-child(3) {
		background-image: linear-gradient(to right, #8fc300, #8fc31f);
	}

	.ncontact-item:nth-child(4) {
		background-image: linear-gradient(to right, #2ea7e0, #2ea7e0);
	}


	/* 招商合作 */
	.nzhaoshang {
		position: relative;
		z-index: 3;

		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 30px 0;
		background: #fff;
	}

	.nzhaoshang_box {
		display: grid;
		grid-template-columns: 5fr 1fr;
		gap: 20px;
	}

	.nzhaoshang_left {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.nzhaoshang_dadiqu {
		font-size: 24px;
		font-weight: 600;
		margin: 30px auto;
		padding-bottom: 5px;
		display: inline-block;
		border-bottom: 3px solid #2ea7e0;
	}

	.nzhaoshang_list {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}

	.nzhaoshang_main {
		background: #f5f5f5;
		padding: 20px;
	}

	.nzhaoshang_main span {
		display: block;
		line-height: 30px;
	}


	.nzhaoshang_main span.t1 {
		font-size: 18px;
		font-weight: 600;
		margin-bottom: 10px;
	}

	.nzhaoshang_main span.t2 {
		margin-bottom: 5px;
		font-size: 16px;
		line-height: 30px;
	}

	.nzhaoshang_main span.t2 i {
		margin-right: 5px;
		font-size: 20px;
		color: #8fc31f;
		/* background-image: linear-gradient(to right, #2ea7e0 -10%, #8fc31f);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent; */
	}


	.nzhaoshang_right {
		padding-top: 100px;
	}


	/* 新闻列表 */
	.nnews {
		position: relative;
		z-index: 3;
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 30px 0;
		background: #fff;
	}

	.nnews_box {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 0px auto;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 20px;
	}


	.nnews_list {
		display: block;
		width: 100%;
		height: auto;
		overflow: hidden;
		box-shadow: none;
		background-image: linear-gradient(-90deg, #f7f7f7 0%, #f7f7f7 100%);
		background-blend-mode: normal, normal;
		transition: all .6s;
		border-radius: 5px;
	}

	.nnews_list:hover {
		box-shadow: 0 5px 25px 5px rgba(211, 211, 211, .75);
		background-image: linear-gradient(-90deg, #8fc31f 0%, #8fc31f 100%);
	}

	.nnews_list a {
		display: block;
	}

	.nnews_list_box {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.nnews_pic {
		position: relative;
		padding-bottom: 58%;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.nnews_pic img {
		display: block;
		margin: 0px auto;

		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.nnews_info {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;

		padding: 10px;
		transition: all .3s;
	}

	.nnews_info span {
		display: block;
	}

	.nnews_info span.nnews_title {
		font-size: 16px;
		font-weight: 600;
		height: auto;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		line-height: 30px;
		color: #333;
		min-height: 60px;
	}

	.nnews_info span.nnews_des {
		margin: 15px auto;
		line-height: 26px;
		font-size: 14px;
		height: auto;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
		color: #666;
	}

	.nnews_info span.nnews_date {
		display: flex;

		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 10px auto;

		font-size: 14px;
		line-height: 24px;
		color: #a6a6a6;
	}

	.nnews_info span.nnews_date i {
		font-size: 16px;
		margin-right: 5px;
	}


	.nnews_info span.nnews_more {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 30px auto;
		font-size: 14px;
		color: #666;
	}


	.nnews_list:hover .nnews_pic img {
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
	}

	.nnews_list:hover span {
		color: #fff;
	}


	/* 新闻详细页 */

	.nnews_page {
		position: relative;
		z-index: 2;

		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 30px 0;
		background: #fff;
	}

	.nnews_page_box {
		position: relative;
		width: 100%;
		padding: 3vw;
		background: #fff;
		box-shadow: 0 5px 47px 4px rgba(214, 211, 211, .75);
		/* box-shadow: 0 0 15px rgba(2, 96, 179, 0.3); */
	}

	.nnews_page_bt {
		font-size: 20px;
		color: #333333;
	}

	.nnews_page_xbt {
		font-size: 14px;
		color: #999999;
		margin-top: 16px;
		padding-bottom: 16px;
		margin-bottom: 16px;
		border-bottom: 1px solid #f2f2f2;
	}

	.nnews_page_neirong {
		line-height: 1.8;
		border-bottom: 1px solid #e6e6e6;
		box-sizing: border-box;
		padding-bottom: 10px;
		font-size: 16px;
	}

	.nnews_page_neirong img {
		max-width: 100%;
		display: inline-block;
	}

	.nnews_page_links {
		display: flex;
		margin: 20px 0 0;
		-webkit-align-items: center;
		align-items: center;
	}

	.nnews_page_links_box {
		width: 100%;
		padding-right: 0;
		font-size: 16px;
		line-height: 32px;
	}

	.nnews_page_links_btn {
		display: none;

		width: 10vw;
		text-align: center;
		background-image: linear-gradient(to right, #2ea7e0 -10%, #8fc31f);
		-webkit-transition: all .6s ease;
		transition: all .6s ease;
	}

	.nnews_page_links_btn a {
		padding-left: 25%;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		text-align: center;
		line-height: 58px;
		font-size: 18px;
		color: #ffffff;
	}

	.nnews_page_links_btn a i {
		font-size: 24px;
		padding-left: 0;
		-webkit-transition: all .6s ease;
		transition: all .6s ease;
	}

	.nnews_page_links_btn a:hover i {
		padding-left: 10px;
	}




	/* 发展历程 */

	.introdevelopment {
		position: relative;
		z-index: 3;
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 80px 0;
		background: url(../images/nlishi.jpg) no-repeat center;
		background-size: cover;
		object-fit: cover;
	}


	.introdevelopment_item {
		margin: 0 auto 50px;
	}

	.introdevelopment_item .item {
		position: relative;
		text-align: center;
		font-size: 20px;
		line-height: 46px;

		width: 100%;
		height: auto;
		min-height: 200px;
		overflow: hidden;
		margin: 0px auto;
	}

	.lishi_txt {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 80%;
	}

	.lishi_txt p {
		margin-bottom: 0;
		line-height: 30px;
		font-size: 16px;
	}

	.introdevelopment_arrow {
		width: 36px;
		height: 36px;
		line-height: 36px;
		border: 1px solid #ddd;
		border-radius: 100%;
		text-align: center;
		outline: 0;
		user-select: none;
		position: absolute;
		top: 50%;
		margin-top: -33px;
		z-index: 2;
		transition: all .5s
	}


	.introdevelopment_arrow:hover {
		background-color: #8fc31f;
		border-color: #8fc31f
	}

	.introdevelopment_arrow i {
		font-size: 20px;
		color: #fff;
	}

	.introdevelopment_arrow:hover i {
		color: #fff;
	}

	.introdevelopment_prev {
		left: 5vw;
	}

	.introdevelopment_next {
		right: 5vw;
	}



	.introdevelopment_page {
		width: 100%;
		position: relative;
		border-top: 1px solid #ddd;
		text-align: center
	}

	.introdevelopment_page .swiper-pagination-bullet {
		width: 120px;
		height: auto;
		background: none;
		opacity: 1;
		outline: 0;
		position: relative
	}

	.introdevelopment_page .swiper-pagination-bullet:before {
		content: '';
		display: block;
		width: 10px;
		height: 10px;
		line-height: 10px;
		background: #d7d7d7;
		border-radius: 100%;
		position: absolute;
		left: 50%;
		margin-left: -5px;
		top: -5px;
		z-index: 2;
		transition: all .5s;
	}

	.introdevelopment_page .swiper-pagination-bullet:after {
		content: '';
		display: block;
		width: 20px;
		height: 20px;
		line-height: 20px;
		background: rgba(35, 138, 118, 0);
		border-radius: 100%;
		position: absolute;
		left: 50%;
		margin-left: -10px;
		top: -10px;
		z-index: 2;
		transition: all .5s;
	}

	.introdevelopment_page .swiper-pagination-bullet em {
		font-style: normal;
		line-height: 60px;
		font-size: 20px;
		color: #fff;
		font-family: impact;
		transition: all .5s;
	}

	.introdevelopment_page .swiper-pagination-bullet-active:before {
		background: #8fc31f;
	}

	.introdevelopment_page .swiper-pagination-bullet-active:after {
		background: rgba(35, 138, 118, 0.5)
	}

	.introdevelopment_page .swiper-pagination-bullet-active em {
		color: #8fc31f;
	}



	/* 人才招聘 */

	.njob {
		position: relative;
		z-index: 3;
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 50px 0 50px;
		background: #fff;
	}

	.culture-joinjob {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: 40px;
	}

	.culture-jointitle {
		display: flex;
		background: #44484a;
		color: #fff;
		padding: 20px 50px;
		font-size: 16px;
		line-height: 30px;
		align-items: center
	}

	.culture-jointitle.cell {
		background: #f5f5f5;
		color: #666;
		margin-top: 15px;
		padding: 0;
		flex-wrap: wrap
	}

	.culture-jointit:nth-child(1) {
		width: 35%;
		color: #555;
		font-size: 16px;
	}

	.culture-jointit:nth-child(2) {
		width: 20%;
		color: #555;
		font-size: 16px;
	}

	.culture-jointit:nth-child(3) {
		width: 10%;
		color: #555;
		font-size: 16px;
	}

	.culture-jointit:nth-child(4) {
		width: 30%;
		color: #555;
		font-size: 16px;
	}

	.culture-jointit {
		display: flex;
	}

	.culture-jointit i {
		font-size: 20px;
		margin-right: 5px;
	}

	.culture-joinbtn svg {
		width: 15px;
		height: 15px
	}

	.culture-joincont {
		width: 100%;
		border: 1px solid #f2f2f2;
		padding: 30px
	}

	.culture-joincolumn {
		display: flex;
		width: 100%;
		align-items: center;
		padding: 15px;
		cursor: pointer
	}

	.culture-joincolumn.ontrue {
		background: #8fc31f
	}

	.culture-joincolumn.ontrue .culture-jointit {
		color: #fff
	}

	.culture-joincolumn.ontrue svg {
		color: #fff;
		transform: rotate(180deg)
	}

	.culture-joincontent {
		background: #fff;
		padding: 30px;
		display: none;
		width: 100%
	}

	.culture-joincontent.active {
		box-shadow: 0 5px 40px 0 rgba(17, 58, 93, .1)
	}

	.culture-joincontent h2 {
		font-size: 18px;
		font-weight: 600;
		color: #333;
		margin: 20px auto;
	}

	.culture-joincontent h6 {
		font-weight: 700;
		color: #333;
		font-size: 16px;
		line-height: 30px;
		margin-bottom: 8px
	}

	.culture-joincontent h6:not(:first-child) {
		margin-top: 15px
	}

	.culture-joincontent p {
		font-size: 15px;
		color: #666;
		line-height: 30px;
	}

	.culture-joincontent-tel {
		width: 100%;
		padding-top: 10px;
		border-top: 1px dashed #cccccc;
	}

	.culture-joincontent-tel h2 {
		font-size: 18px;
		font-weight: 600;
		color: #333;
		margin: 20px auto;
	}

	.culture-joincontent-tel p {
		font-size: 15px;
		color: #666;
		line-height: 30px;
	}

	.culture-joincontent-tel p span {
		font-size: 16px;
		color: #f36627;
		font-weight: 800;
		margin-right: 10px;
	}

	.culture-joincontent-tel .end {
		font-size: 15px;
		color: #666;
	}

	.culture-joincontent-tel .end>span {
		margin-left: 6px;
		text-decoration: underline;
		font-weight: 400;
	}

	.culture-jointit {
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		font-size: 15px;
		color: #888;
	}



	/* 医学检验主页 */
	.nyixue {
		position: relative;
		z-index: 3;
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 30px 0;
		background: #fff;
	}

	.nyixue_box {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 20px;
	}

	.nyixue_main {
		width: 100%;
		height: auto;
		overflow: hidden;
		background: #f5f5f5;
		border-radius: 10px;
	}

	.nyixue_main a {
		display: block;
	}

	.nyixue_main img {
		display: block;
		max-width: 100%;
		margin: 0px auto;
	}

	.nyixue_main:hover {
		background: #8fc31f;
		box-shadow: 0 5px 30px 4px rgba(211, 211, 211, .75);
		transition: all .5s;
	}


	.nyixue_main_txt {
		padding: 20px 10px;
	}

	.nyixue_main:hover .nyixue_main_txt {
		color: #fff;
	}

	.nyixue_main_txt span {
		display: block;
		text-align: center;
	}

	.nyixue_main_txt span.yixue_t1 {
		font-size: 20px;
		margin-bottom: 10px;
		font-weight: 600;
	}

	.nyixue_main_txt span.yixue_t2 {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 10px;
	}


	/* 医学检验列表 */
	.yixue_list {
		position: relative;
		z-index: 3;
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 30px 0;
		background: #fff;
	}

	.yixue_list_box {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		gap: 10px;
	}

	.yixue_list_li {
		width: 100%;
		height: auto;
		overflow: hidden;
		border: 1px solid #ddd;
		padding: 0;
		transition: all .5s;
	}

	.yixue_list_li_img {
		width: 100%;
		display: block;
		margin: 0px auto;
	}

	.yixue_list_li_img a {
		display: block;
	}

	.yixue_list_li_txt {
		width: 100%;
		height: auto;
		overflow: hidden;
		line-height: 24px;
		color: #111;
		background: #f5f5f5;
		text-align: center;
		padding: 5px;
	}

	.yixue_list_li_txt a {
		display: block;
		font-size: 16px;
		line-height: 32px;
	}

	.yixue_list_li:hover {
		box-shadow: 0 5px 20px 4px rgba(211, 211, 211, .75);
	}

	.yixue_list_li:hover .yixue_list_li_txt {
		color: #fff;
		background: #8fc31f;
		transition: all .5s;
	}


	/* 医学单页 */

	.yixue_page {
		position: relative;
		z-index: 2;
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 30px 0;
		background: #fff;
	}

	.yixue_page_main {
		position: relative;
		width: 100%;
		padding: 3vw;
		background: #fff;
		box-shadow: 0 5px 47px 4px rgba(214, 211, 211, .75);
	}

	.yixue_page_title {
		text-align: center;
		font-size: 20px;
		color: #333333;
	}

	.yixue_page_date {
		font-size: 14px;
		color: #999999;
		margin-top: 16px;
		padding-bottom: 16px;
		margin-bottom: 16px;
		border-bottom: 1px solid #f2f2f2;
	}

	.gaisu {
		background: #f5f5f5;
		padding: 20px;
		border-top-left-radius: 15px;
		border-top-right-radius: 15px;
		font-size: 16px;
		line-height: 30px;
	}


	.yixue_page_nr {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;

		line-height: 1.8;
		border-bottom: 1px solid #e6e6e6;
		box-sizing: border-box;
		padding-bottom: 10px;
		font-size: 16px;
	}

	.yixue_page_nr p {
		margin-bottom: 5px;
	}

	.sanlie {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 50px 0;
	}

	.sanlie li {
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 0 auto;
	}

	.sanlie li img {
		display: block;
		margin: 0px auto;
		max-width: 100px;
	}

	.sanlie li span {
		display: block;
		text-align: center;
		line-height: 24px;
		margin-top: 10px;
		font-size: 14px;
		font-weight: lighter;
	}


	#biaoge table,
	#biaoge table tr,
	#biaoge table td,
	#biaoge table th {
		border: 2px solid #fff;
		border-collapse: collapse;
		text-align: center;
		font-size: 14px;
		line-height: 24px;
		padding: 3px;
	}

	#biaoge table {
		background: #f4cfd6;
	}

	#biaoge table tr:nth-child(1) {
		background: #e0768d;
		height: 60px;
		line-height: 60px;
	}

	.firstRow td {
		color: #fff;
		font-weight: 600;
		font-size: 20px !important;
	}

	.firstRow td:nth-child(1) {
		width: 150px;
	}

	.firstRow td:nth-child(2) {
		width: 200px;
	}

	.firstRow td:nth-child(3) {
		width: 200px;
	}

	.firstRow td:nth-child(5) {
		width: 120px;
	}

	.firstRow td:nth-child(6) {
		width: 120px;
	}




	.silie {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 30px 0;
	}

	.silie li {
		float: left;
		width: 50%;
		height: auto;
		overflow: hidden;
		margin: 0 auto;
	}

	.silie li img {
		display: block;
		margin: 0px auto;
		max-width: 100px;
	}

	.silie li span {
		display: block;
		text-align: center;
		line-height: 24px;
		margin-top: 10px;
		font-size: 14px;
		font-weight: lighter;
	}



	.wulie {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 30px 0;
	}

	.wulie li {
		float: left;
		width: 20%;
		height: auto;
		overflow: hidden;
		margin: 0;
	}

	.wulie li img {
		display: block;
		margin: 0px auto;
	}

	.wulie li span {
		display: block;
		text-align: center;
		line-height: 24px;
		margin-top: 10px;
		font-size: 14px;
		font-weight: lighter;
	}



	/* 生殖免疫 */
	.nshengzhimianyi {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 30px 0;
	}



	#biaoges table,
	#biaoges table tr,
	#biaoges table td,
	#biaoges table th {
		border: 2px solid #fff;
		border-collapse: collapse;
		text-align: center;
		font-size: 14px;
		line-height: 24px;
		padding: 5px;
	}

	#biaoges table {
		background: #eee;
	}

	#biaoges table tr td:nth-child(1) {
		height: auto;
		line-height: 24px;
	}

	#biaoges table tr:nth-child(1) {
		background: #8fc300;
		height: auto;
	}


	.diyihang td {
		color: #fff;
		font-weight: 600;
		font-size: 16px !important;
		width: 150px;
	}

	.diyihang td:nth-child(1) {
		width: 250px;
	}

	.diyihang td:nth-child(2) {
		width: 450px;
	}


	.beizhu {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 30px 0;
		font-size: 18px;
		line-height: 32px;
		color: #8fc31f;
		font-weight: 600;
	}



	/* 生殖免疫 */
	.nfengshimianyi {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 30px 0;
	}

	.nfengshimianyi_box {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		gap: 10px;
	}

	.nfengshimianyi_list {
		background: #eee;
		line-height: 50px;
		padding-left: 10px;
		/* cursor: pointer; */
		border-radius: 3px;
	}

	.nfengshimianyi_list a {
		display: block;
		font-size: 16px;
	}

	.nfengshimianyi_list i {
		color: #8fc300;
		margin-right: 5px;
		font-weight: 600;
	}


	.linchuang {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 30px auto 0;
	}

	.linchuang_box {
		margin: 30px auto 20px;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 20px;
	}

	.linchuang_list {
		background: #eee;
		line-height: 50px;
		padding: 5px 30px;
		/* cursor: pointer; */
		border-radius: 3px;
		font-size: 14px;
	}

	.linchuang_list span {
		display: block;
	}

	.linchuang_list i {
		color: #8fc300;
		margin-right: 5px;
		font-weight: 600;
	}

	.hongse {
		color: #f00 !important;
	}

	.linchuang_box_beizhu {
		/* background: #f5f5f5; */
		/* padding: 0px 30px; */
	}

	.linchuang_list i {
		margin-right: 5px;
	}




	.jujia_box {
		position: relative;
		/* top: 50%;
		left: 50%;
		transform: translate(-50%,-50%); */

		width: 100%;
		height: auto;
		/* overflow: hidden; */
		margin: 30px auto;

		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 20px;
	}

	.jujia_list {
		position: relative;
		width: 100%;
		height: auto;
		padding-bottom: 100%;
		overflow: hidden;
		box-sizing: border-box;
		border-radius: 3%;
		background: #f5f5f5;
		/* border: 1px solid #8fc300; */

		/* box-shadow: 0 0px 5px 5px rgba(214, 211, 211, .5); */
	}

	.jujia_list:nth-child(even) {
		background: #f5f5f5;
	}

	.jujia_tit {
		font-weight: 600;
		font-size: 24px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		color: #111;
		transition: all 0.8s;
		text-align: center;

		display: none;
	}

	.jujia_con {
		position: absolute;
		width: 80%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		color: #111;
		transition: all 0.8s;
	}

	.jujia_con span {
		display: block;
		width: 100%;
		text-align: center;
	}

	.jujia_con span.jujia_ico i {
		font-size: 56px;
	}

	.jujia_ico img {
		display: block;
		margin: 20px auto;
		max-width: 25%;
	}

	.jujia_con span.jujia_t1 {
		font-size: 20px;
		margin-bottom: 20px;
		font-weight: 600;
	}

	.jujia_con span.jujia_t2 {
		font-size: 16px;
	}

	.jujia_con span.jujia_t2 p {
		margin-bottom: 5px;
		line-height: 24px;
	}

	/* .jujia_list:hover::before{
		content: "";
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		position: absolute;
		background: rgba(0, 0, 0, 0.1);
	} */

	.jujia_list:hover .jujia_tit {
		opacity: 0;
		top: 150%;
	}

	.jujia_list:hover .jujia_con {
		top: 50%;
	}





	.fengshimianyi_box {
		position: relative;
		/* top: 50%;
		left: 50%;
		transform: translate(-50%,-50%); */

		width: 100%;
		height: auto;
		/* overflow: hidden; */
		margin: 30px auto;

		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		gap: 20px;
	}

	.fengshimianyi_list {
		position: relative;
		width: 100%;
		height: auto;
		padding-bottom: 90%;
		overflow: hidden;
		box-sizing: border-box;
		border-radius: 3%;
		background: #f5f5f5;
		/* border: 1px solid #8fc300; */

		/* box-shadow: 0 0px 5px 5px rgba(214, 211, 211, .5); */
	}

	.fengshimianyi_list:nth-child(even) {
		background: #f5f5f5;
	}

	.fengshimianyi_tit {
		font-weight: 600;
		font-size: 24px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		color: #111;
		transition: all 0.8s;
		text-align: center;

		display: none;
	}

	.fengshimianyi_con {
		position: absolute;
		width: 100%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		color: #111;
		transition: all 0.8s;
	}

	.fengshimianyi_con span {
		display: block;
		width: 100%;
		text-align: center;
	}

	.fengshimianyi_con span.fengshimianyi_ico i {
		font-size: 56px;
	}

	.fengshimianyi_ico img {
		display: block;
		margin: 20px auto;
		max-width: 25%;
	}

	.fengshimianyi_con span.fengshimianyi_t1 {
		font-size: 20px;
		margin-bottom: 20px;
		font-weight: 600;
	}

	.fengshimianyi_con span.fengshimianyi_t2 {
		font-size: 16px;
	}

	.fengshimianyi_con span.fengshimianyi_t2 p {
		margin-bottom: 0px;
		line-height: 24px;
	}

	/* .fengshimianyi_list:hover::before{
		content: "";
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		position: absolute;
		background: rgba(0, 0, 0, 0.1);
	} */

	.fengshimianyi_list:hover .fengshimianyi_tit {
		opacity: 0;
		top: 150%;
	}

	.fengshimianyi_list:hover .fengshimianyi_con {
		top: 50%;
	}




	.shengzhi_box {
		position: relative;
		/* top: 50%;
		left: 50%;
		transform: translate(-50%,-50%); */

		width: 100%;
		height: auto;
		/* overflow: hidden; */
		margin: 30px auto;

		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		gap: 20px;
	}

	.shengzhi_list {
		position: relative;
		width: 100%;
		height: auto;
		padding-bottom: 90%;
		overflow: hidden;
		box-sizing: border-box;
		border-radius: 3%;
		background: #f5f5f5;
		/* border: 1px solid #8fc300; */

		/* box-shadow: 0 0px 5px 5px rgba(214, 211, 211, .5); */
	}

	.shengzhi_list:nth-child(even) {
		background: #f5f5f5;
	}

	.shengzhi_tit {
		font-weight: 600;
		font-size: 24px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		color: #111;
		transition: all 0.8s;
		text-align: center;

		display: none;
	}

	.shengzhi_con {
		position: absolute;
		width: 100%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		color: #111;
		transition: all 0.8s;
	}

	.shengzhi_con span {
		display: block;
		width: 100%;
		text-align: center;
	}

	.shengzhi_con span.shengzhi_ico i {
		font-size: 56px;
	}

	.shengzhi_ico img {
		display: block;
		margin: 20px auto;
		max-width: 25%;
	}

	.shengzhi_con span.shengzhi_t1 {
		font-size: 20px;
		margin-bottom: 20px;
		font-weight: 600;
	}

	.shengzhi_con span.shengzhi_t2 {
		font-size: 16px;
	}

	.shengzhi_con span.shengzhi_t2 p {
		margin-bottom: 0px;
		line-height: 24px;
	}

	/* .shengzhi_list:hover::before{
		content: "";
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		position: absolute;
		background: rgba(0, 0, 0, 0.1);
	} */

	.shengzhi_list:hover .shengzhi_tit {
		opacity: 0;
		top: 150%;
	}

	.shengzhi_list:hover .shengzhi_con {
		top: 50%;
	}



}







.zhenduanshiji_box {
	position: relative;
	/* top: 50%;
	left: 50%;
	transform: translate(-50%,-50%); */

	width: 100%;
	height: auto;
	/* overflow: hidden; */
	margin: 50px auto;

	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
}

.zhenduanshiji_list {
	position: relative;
	width: 100%;
	height: auto;
	padding-bottom: 90%;
	overflow: hidden;
	box-sizing: border-box;
	border-radius: 3%;
	background: #f5f5f5;
	/* border: 1px solid #8fc300; */

	/* box-shadow: 0 0px 5px 5px rgba(214, 211, 211, .5); */
}

.zhenduanshiji_list:nth-child(even) {
	background: #f5f5f5;
}

.zhenduanshiji_tit {
	font-weight: 600;
	font-size: 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #111;
	transition: all 0.8s;
	text-align: center;

	display: none;
}

.zhenduanshiji_con {
	position: absolute;
	width: 100%;
	top: 0%;
	left: 50%;
	transform: translate(-50%, 0%);
	color: #111;
	transition: all 0.8s;
}

.zhenduanshiji_con span {
	display: block;
	width: 100%;
	text-align: center;
}

.zhenduanshiji_con span.zhenduanshiji_ico i {
	font-size: 56px;
}

.zhenduanshiji_ico img {
	display: block;
	margin: 50px auto 20px;
	max-width: 25%;
}

.zhenduanshiji_con span.zhenduanshiji_t1 {
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: 600;
}

.zhenduanshiji_con span.zhenduanshiji_t2 {
	font-size: 16px;
}

.zhenduanshiji_con span.zhenduanshiji_t2 p {

	margin-bottom: 5px;
	line-height: 20px;
	font-size: 15px;
	color: #333;
}

/* .zhenduanshiji_list:hover::before {
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0, 0, 0, 0.1);
} */

.zhenduanshiji_list:hover .zhenduanshiji_tit {
	opacity: 0;
	top: 150%;
}

.zhenduanshiji_list:hover .zhenduanshiji_con {
	top: 0%;
}



@media screen and (max-width: 1280px) and (min-width: 960px) {


	.zhenduanshiji_box {
		position: relative;
		/* top: 50%;
		left: 50%;
		transform: translate(-50%,-50%); */

		width: 100%;
		height: auto;
		/* overflow: hidden; */
		margin: 50px auto;

		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 30px;
	}

	.zhenduanshiji_list {
		position: relative;
		width: 100%;
		height: auto;
		padding-bottom: 100%;
		overflow: hidden;
		box-sizing: border-box;
		border-radius: 3%;
		background: #f5f5f5;
		/* border: 1px solid #8fc300; */

		/* box-shadow: 0 0px 5px 5px rgba(214, 211, 211, .5); */
	}

	.zhenduanshiji_list:nth-child(even) {
		background: #f5f5f5;
	}

	.zhenduanshiji_tit {
		font-weight: 600;
		font-size: 24px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		color: #111;
		transition: all 0.8s;
		text-align: center;

		display: none;
	}

	.zhenduanshiji_con {
		position: absolute;
		width: 100%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		color: #111;
		transition: all 0.8s;
	}

	.zhenduanshiji_con span {
		display: block;
		width: 100%;
		text-align: center;
	}

	.zhenduanshiji_con span.zhenduanshiji_ico i {
		font-size: 56px;
	}

	.zhenduanshiji_ico img {
		display: block;
		margin: 20px auto;
		max-width: 25%;
	}

	.zhenduanshiji_con span.zhenduanshiji_t1 {
		font-size: 20px;
		margin-bottom: 20px;
		font-weight: 600;
	}

	.zhenduanshiji_con span.zhenduanshiji_t2 {
		font-size: 16px;
	}

	.zhenduanshiji_con span.zhenduanshiji_t2 p {

		margin-bottom: 5px;
		line-height: 20px;
		font-size: 15px;
		color: #333;
	}

	/* .zhenduanshiji_list:hover::before {
		content: "";
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		position: absolute;
		background: rgba(0, 0, 0, 0.1);
	} */

	.zhenduanshiji_list:hover .zhenduanshiji_tit {
		opacity: 0;
		top: 150%;
	}

	.zhenduanshiji_list:hover .zhenduanshiji_con {
		top: 50%;
	}

}


@media screen and (max-width: 960px) and (min-width: 0px) {

	.zhenduanshiji_box {
		position: relative;
		/* top: 50%;
		left: 50%;
		transform: translate(-50%,-50%); */

		width: 100%;
		height: auto;
		/* overflow: hidden; */
		margin: 30px auto;

		display: grid;
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.zhenduanshiji_list {
		position: relative;
		width: 100%;
		height: auto;
		padding-bottom: 90%;
		overflow: hidden;
		box-sizing: border-box;
		border-radius: 3%;
		background: #f5f5f5;
		/* border: 1px solid #8fc300; */

		/* box-shadow: 0 0px 5px 5px rgba(214, 211, 211, .5); */
	}

	.zhenduanshiji_list:nth-child(even) {
		background: #f5f5f5;
	}

	.zhenduanshiji_tit {
		font-weight: 600;
		font-size: 24px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		color: #111;
		transition: all 0.8s;
		text-align: center;

		display: none;
	}

	.zhenduanshiji_con {
		position: absolute;
		width: 100%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		color: #111;
		transition: all 0.8s;
	}

	.zhenduanshiji_con span {
		display: block;
		width: 100%;
		text-align: center;
	}

	.zhenduanshiji_con span.zhenduanshiji_ico i {
		font-size: 56px;
	}

	.zhenduanshiji_ico img {
		display: block;
		margin: 10px auto;
		max-width: 25%;
	}

	.zhenduanshiji_con span.zhenduanshiji_t1 {
		font-size: 20px;
		margin-bottom: 10px;
		font-weight: 600;
	}

	.zhenduanshiji_con span.zhenduanshiji_t2 {
		font-size: 16px;
	}

	.zhenduanshiji_con span.zhenduanshiji_t2 p {

		margin-bottom: 5px;
		line-height: 20px;
		font-size: 15px;
		color: #333;
	}

	/* .zhenduanshiji_list:hover::before {
		content: "";
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		position: absolute;
		background: rgba(0, 0, 0, 0.1);
	} */

	.zhenduanshiji_list:hover .zhenduanshiji_tit {
		opacity: 0;
		top: 150%;
	}

	.zhenduanshiji_list:hover .zhenduanshiji_con {
		top: 50%;
	}


}