@charset "UTF-8";

body {
	--mainColor: #b82714;
	--mainColorRGBA:rgba(184, 39, 20,.28)
}

/************************首页***********************/


/***************banner***************/

.banner_box .swiper-button-next,
.banner_box .swiper-button-prev {
	width: 53px;
	height: 53px;
	background: url(../images/index_banner_left.png) no-repeat center center;
}

@media only screen and (max-width: 640px) {

	.banner_box .swiper-button-next,
	.banner_box .swiper-button-prev {
		display: none;
	}
}

.banner_box .swiper-pagination {
	text-align: left;
	padding-left: 30px;
	bottom: 10% !important;
}

.banner_box .swiper-pagination-bullet {
	width: 6px;
	height: 10px;
	border-radius: 0;
	background: #fff;
	opacity: 1;
}

.banner_box .swiper-pagination-bullet-active {
	height: 20px;
	position: relative;
	top: 5px;
}

.banner_box .swiper-button-next {
	background: url(../images/index_banner_right.png) no-repeat center center;
}

.banner_box .swiper-slide img {
	width: 100%;
}

.banner_wrap {
	position: relative;
	/* top:153px; */
}

.banner_wrap .notice_box {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 20;
	width: calc(100% - 80px);
	max-width: 760px;
	height: 50px;
	overflow: hidden;
	background: var(--mainColorRGBA);
}

.banner_wrap .notice_box h6 {
	width: 20%;
	float: left;
	background: var(--mainColorRGBA);
	line-height: 50px;
	height: 50px;
	text-align: center;
	color: #fff;
	font-size: 18px;
}

.banner_wrap .notice_box marquee {
	width: 60%;
	float: left;
	height: 50px;
	line-height: 50px;
	color: #fff
}

@media only screen and (max-width: 640px) {
	.banner_wrap .notice_box {
		height: 30px;
	}

	.banner_wrap .notice_box h6 {
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}

	.banner_wrap .notice_box marquee {
		line-height: 30px;
		height: 30px;
		font-size: 12px;
	}
}


/***************banner***************/


/***************新闻***************/

.naws_wrap .inner_box {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	height: 530px;
}

.naws_wrap .inner_box .title_list {
	padding-left: 34px;
	/* background: url(../images/index_news_title_icon.png) no-repeat 22px center; */
	background-size: 12px 12px;
	overflow: hidden;
}

.naws_wrap .inner_box .title_list li {
	width: 120px;
	padding-left: 8px;
	float: left;
	line-height: 60px;
	cursor: pointer;
	font-size: 16px;
}

.naws_wrap .inner_box .title_list li.active {
	color: var(--mainColor);
}

.naws_wrap .inner_box .right_box .more {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 60px;
	display: block;
	background: url(../images/index_news_more.png) no-repeat center center;
	background-size: 12px 12px;
}

.naws_wrap .inner_box .left_box {
	width: 63%;
	float: left;
	position: relative;
}

.naws_wrap .inner_box .left_box .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 2px solid #fff;
	background: none;
	opacity: 1;
	margin: 0 9px;
}

.naws_wrap .inner_box .left_box .swiper-pagination {
	bottom: 20px;
}

.naws_wrap .inner_box .left_box .swiper-pagination-bullet-active {
	background: #fff;
}

.naws_wrap .inner_box .left_box.swiper-slide {
	overflow: hidden;
}

.naws_wrap .inner_box .left_box .img_box {
	width: 70%;
	float: left;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.naws_wrap .inner_box .left_box .img_box img {
	height: 100%;
	min-width: 100%;
}

.naws_wrap .inner_box .left_box .text_box {
	float: right;
	width: 30%;
	height: 470px;
	background: var(--mainColor);
}

.naws_wrap .inner_box .left_box .text_box span {
	width: 75px;
	height: 65px;
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	color: var(--mainColor);
	font-size: 12px;
}

.naws_wrap .inner_box .left_box .text_box span em {
	font-size: 30px;
	font-style: normal;
}

.naws_wrap .inner_box .left_box .text_box h3 {
	font-size: 20px;
	color: #fff;
	font-weight: normal;
	line-height: 70px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: 1px solid #d2d2d2;
	width: 80%;
	margin: 0 auto;
}

.naws_wrap .inner_box .left_box .text_box .text {
	height: 112px;
	overflow: hidden;
	width: 80%;
	margin: 30px auto;
}

.naws_wrap .inner_box .left_box .text_box .text {
	line-height: 28px;
	font-size: 14px;
	color: #fff;
	letter-spacing: 2px;
}

.naws_wrap .inner_box .left_box .text_box a {
	width: 150px;
	height: 40px;
	position: relative;
	display: block;
	margin-top: 50px;
	margin-left: 10%;
}

.naws_wrap .inner_box .left_box .text_box a span {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: 1px solid #fff;
	padding: 0 20px;
	display: block;
	font-size: 14px;
	color: #fff;
	background: url(../images/index_news_jian1.png) no-repeat 85% center;
	position: relative;
	z-index: 1;
	transition: all 0.4s linear;
}

.naws_wrap .inner_box .left_box .text_box a:hover span {
	color: var(--mainColor);
	border: 1px solid var(--mainColor);
	background: url(../images/index_news_jian2.png) no-repeat 85% center;
}

.naws_wrap .inner_box .left_box .text_box a:before {
	width: 0;
	height: 100%;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 0;
	transition: all 0.3s linear;
}

.naws_wrap .inner_box .left_box .text_box a:hover:before {
	width: 100%;
}

.naws_wrap .inner_box .right_box {
	width: 37%;
	float: left;
	height: 100%;
}

.naws_wrap .right_box .news_list ul {
	width: 100%;
	padding: 6% 0;
}

.naws_wrap .right_box .news_list ul li {
	width: 100%;
}

.naws_wrap .right_box .news_list ul li a {
	width: 100%;
	height: 43px;
	padding: 0 4%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.naws_wrap .right_box .news_list ul li p {
	width: calc(100% - 100px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 13px;
	color: #666;
}

.naws_wrap .right_box .news_list ul li a:hover p {
	color: var(--mainColor)
}

.naws_wrap .right_box .news_list ul li .date {
	width: 100px;
	font-size: 12px;
	color: #999999;
	text-align: right;
}

@media only screen and (max-width: 1200px) {
	.naws_wrap .inner_box {
		height: auto;
	}

	.naws_wrap .inner_box .left_box {
		float: none;
		width: 100%;
	}

	.naws_wrap .inner_box .right_box {
		float: none;
		width: 100%;
		max-height: 420px;
		overflow: hidden;
	}

	.naws_wrap .right_box .news_list ul {
		padding: 0;
	}
}

@media only screen and (max-width: 750px) {
	.naws_wrap .inner_box .left_box .img_box {
		float: none;
		width: 100%;
	}

	.naws_wrap .inner_box .left_box .text_box {
		float: none;
		width: 100%;
		height: 40px;
		overflow: hidden;
		padding: 0 2%;
	}

	.naws_wrap .inner_box .left_box .text_box span {
		display: none;
	}

	.naws_wrap .inner_box .left_box .text_box h3 {
		width: calc(100% - 60px);
		float: left;
		line-height: 40px;
		font-size: 16px;
	}

	.naws_wrap .inner_box .left_box .text_box a {
		display: none;
	}

	.naws_wrap .inner_box .left_box .text_box .text {
		display: none;
	}

	.naws_wrap .inner_box .left_box .img_box img {
		width: 100%;
	}

	.naws_wrap .inner_box .left_box .swiper-pagination {
		text-align: right;
		padding-right: 2%;
		bottom: 10px
	}

	.naws_wrap .inner_box .left_box .swiper-pagination-bullet {
		margin: 0 2px;
	}

	.naws_wrap .right_box .news_list ul {
		height: 200px;
		overflow: hidden;
	}

	.naws_wrap .right_box .news_list ul li a {
		height: 32px;
	}
}


/***************新闻***************/

/***************检测服务***************/

.indexsub_center_introduction {
	background: url(../images/index_sub_center_Introduction_bg.png) no-repeat left bottom #eef2f8;
	background-size: 44% auto;
	padding: 4% 0;
	overflow: hidden;
}

.indexsub_center_introduction .left_text {
	float: left;
	width: 39%;
}

.indexsub_center_introduction .left_text .text_box {
	padding: 30px 0;
}

.indexsub_center_introduction .left_text .text_box h2 {
	font-size: 20px;
	color: #000;
	line-height: 32px;
	padding: 15px 0;
	width: 73%;
}

.indexsub_center_introduction .left_text .text_box .text {
	height: 170px;
}

.indexsub_center_introduction .left_text .text_box .text p {
	font-size: 14px;
	color: #333333;
	line-height: 32px;
	text-indent: 2em;
}

.indexsub_center_introduction .left_text .text_box a {
	width: 150px;
	height: 40px;
	position: relative;
	display: block;
}

.indexsub_center_introduction .left_text .text_box a span {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: 1px solid var(--mainColor);
	padding: 0 20px;
	display: block;
	font-size: 14px;
	color: var(--mainColor);
	background: url(../images/index_news_jian2.png) no-repeat 85% center;
	position: relative;
	z-index: 1;
	transition: all 0.4s linear;
}

.indexsub_center_introduction .left_text .text_box a:hover span {
	color: #fff;
	border: 1px solid #fff;
	background: url(../images/index_news_jian1.png) no-repeat 85% center;
}

.indexsub_center_introduction .left_text .text_box a:before {
	width: 0;
	height: 100%;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: var(--mainColor);
	z-index: 0;
	transition: all 0.3s linear;
}

.indexsub_center_introduction .left_text .text_box a:hover:before {
	width: 100%;
}

.indexsub_center_introduction .right_video {
	padding: 0 0 0 6%;
	float: right;
	width: 61%;
}

.indexsub_center_introduction .right_video .video_box {
	height: 430px;
	/* background: #000; */
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.indexsub_center_introduction .right_video .video_box>img {
	height: 100%;
	width: auto;
}

.indexsub_center_introduction .right_video .video_box .play_btn {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	background: rgba(0, 0, 0, .3);
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.indexsub_center_introduction .video_box_show {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 200;
	display: none;
}

.indexsub_center_introduction .video_box_show video {
	width: 62.5rem;
	height: 35rem;
	position: fixed;
	top: 50%;
	margin-top: -17.5rem;
	left: 50%;
	margin-left: -31.25rem;
	z-index: 2001;
}

.indexsub_center_introduction .video_box_show .close_btn {
	content: "x";
	position: absolute;
	top: 2rem;
	right: 2rem;
	width: 2rem;
	height: 2rem;
	display: block;
	color: #fff;
	font-size: 30px;
	transform: scaleX(1.3);
	cursor: pointer;
}

@media only screen and (max-width:950px) {
	.indexsub_center_introduction .left_text {
		float: none;
		width: 100%;
	}

	.indexsub_center_introduction .left_text .text_box .text {
		height: auto;
		padding-bottom: 20px;
	}

	.indexsub_center_introduction .right_video {
		float: none;
		width: 100%;
		padding: 0;
	}

	.indexsub_center_introduction .right_video .video_box {
		height: auto;
	}

	.indexsub_center_introduction .right_video .video_box>img {
		width: 100%;
		height: auto;
	}
}


/***************检测服务***************/


/***************五块链接***************/

.func_box {
	width: 90%;
	margin: 22px auto;
}

.func_box ul {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}

.func_box ul li {
	width: calc(100% / 5 - 0.5%);
	margin-right: 0.6%;
	transition: all 0.4s linear;
}

.func_box ul li:hover {
	transform: translateY(-8px);
}

.func_box ul li:nth-child(2) a {
	animation-delay: 0.3s;
}

.func_box ul li:nth-child(3) a {
	animation-delay: 0.6s;
}

.func_box ul li:nth-child(4) a {
	animation-delay: 0.9s;
}

.func_box ul li:nth-child(5) a {
	animation-delay: 1.2s;
}

.func_box ul li:last-child {
	margin-right: 0;
}

.func_box ul li a {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/*border:1px solid #dfdfdf;*/
	border-radius: 6px;
	padding: 5% 0;
	box-shadow: 0px 2px 7.2px 1.8px rgba(0, 0, 0, 0.1);
}

.func_box ul li a img {
	margin-bottom: 10px;
}

.func_box ul li a p {
	font-size: 16px;
	color: #333;
}


/***************五块链接***************/


/***************检测服务***************/

.main_business {
	width: 90%;
	margin: 0 auto;
	max-width: 1450px;
}

.main_business .title {
	position: relative;
}

.main_business .inner_box {
	width: 100%;
}

.main_business .title_box {
	padding: 30px 22px;
}

.main_business .title_box h4 {
	font-size: 16px;
	padding-left: 20px;
	background: url(../images/index_news_title_icon.png) no-repeat left center;
	background-size: 12px 12px;
	line-height: 30px;
}

.main_business .title_box p {
	padding-left: 20px;
	color: #666;
	font-size: 14px;
}

.main_business .inner_box {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: flex-start;
	top: -40px
}

.main_business .left_img_box {
	width: 62%;
	height: 660px;
	position: absolute;
	top: 50%;
	margin-top: -330px;
	left: 0;
	overflow: hidden;
	z-index: 0;
}

.main_business .left_img_box .content_img {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.main_business .left_img_box .content_img img {
	width: 100%;
	height: auto;
}

.main_business .right_test_list {
	width: 40%;
	min-width: 400px;
	position: relative;
	z-index: 1;
	padding-left: 2%;
	overflow-y: scroll;
	overflow-x: hidden;
	height: 700px;
}

.main_business .right_test_list::-webkit-scrollbar {
	width: 4px;
}

.main_business .right_test_list::-webkit-scrollbar-track {
	background-color: rgba(211, 180, 125, 0.5);
	border-radius: 2em;
}

.main_business .right_test_list::-webkit-scrollbar-thumb {
	background-color: #d3b47d;
	border-radius: 2em;
}

.main_business .right_test_list ul li {
	width: 100%;
	height: 56px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	transition: all 0.3s linear
}

.main_business .right_test_list ul li:nth-child(27n+1) {
	background-color: #5e62fe;
}

.main_business .right_test_list ul li:nth-child(27n+2) {
	background-color: #5559f7;
}

.main_business .right_test_list ul li:nth-child(27n+3) {
	background-color: #5458ed;
}

.main_business .right_test_list ul li:nth-child(27n+4) {
	background-color: #4854d7;
}

.main_business .right_test_list ul li:nth-child(27n+5) {
	background-color: #4450cb;
}

.main_business .right_test_list ul li:nth-child(27n+6) {
	background-color: #414dc4;
}

.main_business .right_test_list ul li:nth-child(27n+7) {
	background-color: #3e4abb;
}

.main_business .right_test_list ul li:nth-child(27n+8) {
	background-color: #3a46b0;
}

.main_business .right_test_list ul li:nth-child(27n+9) {
	background-color: #3540a3;
}

.main_business .right_test_list ul li:nth-child(27n+10) {
	background-color: #323c97;
}

.main_business .right_test_list ul li:nth-child(27n+11) {
	background-color: #2e3789;
}

.main_business .right_test_list ul li:nth-child(27n+12) {
	background-color: #29317b;
}

.main_business .right_test_list ul li:nth-child(27n+13) {
	background-color: #252c6d;
}

.main_business .right_test_list ul li:nth-child(27n+14) {
	background-color: var(--mainColor);
}

.main_business .right_test_list ul li:nth-child(27n+15) {
	background-color: #252c6d;
}

.main_business .right_test_list ul li:nth-child(27n+16) {
	background-color: #29317b;
}

.main_business .right_test_list ul li:nth-child(27n+17) {
	background-color: #2e3789;
}

.main_business .right_test_list ul li:nth-child(27n+18) {
	background-color: #323c97;
}

.main_business .right_test_list ul li:nth-child(27n+19) {
	background-color: #3540a3;
}

.main_business .right_test_list ul li:nth-child(27n+20) {
	background-color: #3a46b0;
}

.main_business .right_test_list ul li:nth-child(27n+21) {
	background-color: #3e4abb;
}

.main_business .right_test_list ul li:nth-child(27n+22) {
	background-color: #414dc4;
}

background-color: #4450cb;
}

.main_business .right_test_list ul li:nth-child(27n+24) {
	background-color: #4854d7;
}

.main_business .right_test_list ul li:nth-child(27n+25) {
	background-color: #5458ed;
}

.main_business .right_test_list ul li:nth-child(27n+26) {
	background-color: #5559f7;
}

.main_business .right_test_list ul li:nth-child(27n+27) {
	background-color: #5e62fe;
}

.main_business .right_test_list ul li span {
	width: 100px;
	color: #fff;
	font-size: 17px;
	text-align: center;
	border-right: 1px solid rgba(255, 255, 255, .2);
	line-height: 56px;
	transition: all 0.3s linear
}

.main_business .right_test_list ul li p {
	padding-left: 54px;
	color: #fff;
	line-height: 56px;
	transition: all 0.3s linear
}

.main_business .right_test_list ul li.active {
	transform: scale(1.1, 1.3);
	background: #fff;
}

.main_business .right_test_list ul li.active span {
	color: var(--mainColor)
}

.main_business .right_test_list ul li.active p {
	color: var(--mainColor)
}

@media only screen and (max-width: 1000px) {
	.main_business .right_test_list ul li {
		height: 40px;
	}

	.main_business .right_test_list ul li span {
		line-height: 40px;
	}

	.main_business .right_test_list ul li p {
		line-height: 20px;
		height: 40px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		padding-left: 3%;
	}
}

@media only screen and (max-width: 900px) {
	.main_business .inner_box {
		display: block;
		top: 0;
		margin: 20px 0;
	}

	.main_business .left_img_box {
		position: static;
		top: 0;
		margin: 0;
		width: 100%;
		height: auto;
	}

	.main_business .right_test_list {
		position: static;
		width: 80%;
		margin: 0 auto;
		height: 200px !important;
		margin-top: -50px;
		min-width: auto;
	}

	.main_business .right_test_list ul li span {
		width: 50px;
	}
}


/***************检测服务***************/


/************************首页***********************/

@keyframes fadeInUp2 {
	from {
		transform: translateY(300px);
		opacity: 0;
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

.fadeInUp3 {
	animation: fadeInUp2 1s;
	opacity: 0;
	animation-fill-mode: forwards;
}

@keyframes fadeInUp2 {
	from {
		transform: translateY(30px);
		opacity: 0;
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

.fadeInRight {
	animation-fill-mode: forwards;
}





/***************合作伙伴***************/

.indexsub_partner {
	background: url(../images/index_sub_cooperative_partner_bg.png) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	height: 508px;
	padding: 2% 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.indexsub_partner .inner_box {
	position: relative;
}

.indexsub_partner .inner_box .title h4,
.indexsub_partner .inner_box .title p {
	color: #fff
}

.indexsub_partner .inner_box .title p {
	font-weight: normal;
}

.indexsub_partner .inner_box .title em {
	background: #fff;
}

.indexsub_partner .text {
	padding: 42px 0;
}

.indexsub_partner .text p {
	font-size: 24px;
	color: #fff;
	line-height: 2.1em;
	width: 100%;
	max-width: 760px;
}

.indexsub_partner .partner_list {
	overflow: hidden;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.indexsub_partner .partner_list li {
	padding-right: 1%;
	padding-bottom: 1%;
}

.indexsub_partner .more_wrap {
	position: absolute;
	top: 50%;
	right: 0%;
	margin-top: -30px;
}

.indexsub_partner .more_box {
	border: 1px solid #fff;
	color: #fff;
	width: 60px;
	height: 60px;
	border: 1px solid #fff;
	line-height: 58px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	position: relative;
	transition: all .3s linear;
	overflow: hidden;
	cursor: pointer;
}

.indexsub_partner .more_box a {
	position: absolute;
	top: 0;
	right: 0;
	width: 140px;
	line-height: 58px;
	background: url(../images/index_sub_cooperative_partner_more.png) no-repeat 84% center;
	text-align: left;
	padding-left: 10px;
	color: #fff;
}

.indexsub_partner .more_box:hover {
	width: 142px;
}

@media only screen and (max-width: 1000px) {
	.indexsub_partner .partner_list li {
		height: 70px;
	}

	.indexsub_partner .partner_list li img {
		height: 100%;
		width: auto;
	}

	.indexsub_partner .more_wrap {
		top: 0;
		margin-top: 10px;
	}
}

@media only screen and (max-width: 900px) {
	.indexsub_partner .text p {
		font-size: 20px;
	}
}

@media only screen and (max-width: 600px) {
	.indexsub_partner .text {
		padding: 6% 0;
	}

	.indexsub_partner .text p {
		font-size: 16px;
	}

	.indexsub_partner .partner_list li {
		height: 50px;
	}
}


/***************合作伙伴***************/


/***************荣誉资质***************/

.indexsub_honor {
	padding: 4% 0 0;
	background: url(../images/index_sub_honor_bg.png) no-repeat center center;
}

.indexsub_honor .inner_box {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.indexsub_honor .inner_box .left_text {
	width: 400px;
}

.indexsub_honor .left_text .text_box {
	padding: 30px 0;
}

.indexsub_honor .left_text .text_box .text {
	width: 100%;
	height: 230px;
}

.indexsub_honor .left_text .text_box .text p {
	font-size: 14px;
	color: #333333;
	line-height: 32px;
}

.indexsub_honor .left_text .text_box a {
	width: 150px;
	height: 40px;
	position: relative;
	display: block;
}

.indexsub_honor .left_text .text_box a span {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: 1px solid var(--mainColor);
	padding: 0 20px;
	display: block;
	font-size: 14px;
	color: var(--mainColor);
	background: url(../images/index_news_jian2.png) no-repeat 85% center;
	position: relative;
	z-index: 1;
	transition: all 0.4s linear;
}

.indexsub_honor .left_text .text_box a:hover span {
	color: #fff;
	border: 1px solid #fff;
	background: url(../images/index_news_jian1.png) no-repeat 85% center;
}

.indexsub_honor .left_text .text_box a:before {
	width: 0;
	height: 100%;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: var(--mainColor);
	z-index: 0;
	transition: all 0.3s linear;
}

.indexsub_honor .left_text .text_box a:hover:before {
	width: 100%;
}

.indexsub_honor .inner_box .right_img {
	width: calc(100% - 400px);
	border: 1px solid #d2d2d2;
	padding: 1.5% 1.5%;
}

.indexsub_honor .inner_box .right_img .swiper-slide {
	width: 236px;
	padding: 0 10px;
}

.indexsub_honor .inner_box .right_img .swiper-slide img {
	width: 100%;
	height: 100%;
	cursor: url(images/fdj.png), pointer;
}

@media only screen and (max-width: 1000px) {
	.indexsub_honor .inner_box {
		display: block;
	}

	.indexsub_honor .inner_box .left_text {
		width: 100%;
		text-align: center;
	}

	.indexsub_honor .inner_box .left_text .title em {
		margin: 0 auto;
	}

	.indexsub_honor .left_text .text_box a {
		margin: 0 auto;
	}

	.indexsub_honor .inner_box .right_img {
		width: 100%;
	}
}


/***************荣誉资质***************/

.inner_box {
	width: 90%;
	max-width: 1450px;
	margin: 0 auto;
}


/************************中心介绍***********************/


/***********************************/
.company {
	background: #fff;
}

.company .company_box {
	position: relative;
	background: #fff;
}

.company .company_box .img_box {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	/* background-attachment: fixed; */
	height: 530px;
}

/* .company .company_box .img_box img {
	display: none;
} */

.company .company_box .text_box {
	width: 90%;
	max-width: 1150px;
	margin: 0 auto;
	position: relative;
	top: -56px;
	background: #fff;
}

.company .company_box .text_box h5 {
	font-size: 18px;
	color: #fefefe;
	min-width: 280px;
	display: inline-block;
	text-align: center;
	padding: 0 20px;
	line-height: 56px;
	background: #46617f;
	transition: all 0s 0.6s;
}


/*.company .company_box .text_box.show h5{
	transform: translateY(-116px);
}*/

.company .company_box .text_box>p {
	font-size: 16px;
	color: #666;
	line-height: 32px;
	margin: 44px 0;
	max-width: 740px;
	width: 90%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	height: 96px;
}

.company .company_box .text_box .view_box {
	border-top: 1px solid #567598;
	border-bottom: 1px solid #567598;
	max-width: 740px;
	width: 90%;
	line-height: 46px;
	position: relative;
}

.company .company_box .text_box .view_box a {
	display: block;
	padding: 0 18px;
}

.company .company_box .text_box .view_box span.view {
	color: #567598;
	font-size: 16px;
	background: url(../images/see.svg) no-repeat left center;
	background-size: 30px;
	padding-left: 40px;
}

.company .company_box .text_box .view_box .arrow {
	width: 23px;
	height: 46px;
	background: url(../images/sub_pro_center_arrow2.png) no-repeat right center;
	display: block;
	float: right;
	transition: all 0.3s linear;
}

.company .company_box .text_box .view_box:hover .arrow {
	width: 40px;
}

.company .company_box .text_box .view_box .text {
	position: absolute;
	bottom: 46px;
	background: #fff;
	padding: 4%;
	height: 300px;
	overflow: auto;
	/*transform: scaleY(0);*/
	transform-origin: bottom;
	/*transition: all 0.6s linear;*/
	width: 100%;
	/*opacity: 0;*/
	display: none;
}

.company .company_box .text_box.show .view_box .text {
	/*transform: scaleY(1);*/
	/*opacity: 1;*/
}

.company .company_box .text_box .view_box .text p {
	font-size: 14px;
	line-height: 32px;
	text-indent: 2em;
}

.company .company_box .text_box .view_box .text::-webkit-scrollbar {
	width: 4px;
}

.company .company_box .text_box .view_box .text::-webkit-scrollbar-track {
	background: url(../images/sub_center_scroll.png) repeat-y center top;
	border-radius: 2em;
}

.company .company_box .text_box .view_box .text::-webkit-scrollbar-thumb {
	background-color: var(--mainColor);
	border-radius: 2em;
}

.video_box {
	width: 100%;
	height: 530px;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.video_box .inner {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 1);
}

.video_box video {
	width: auto;
	height: 100%;
	margin: 0 auto;
	display: block;
}

@media only screen and (min-width: 100px) and (max-width: 1150px) {
	.company .company_box .img_box {
		width: 100%;
		height: auto;
	}

	.company .company_box .img_box img {
		display: block;
		width: 100%;
	}

	.company .company_box .text_box {
		top: 0;
		margin: 20px auto;
	}

	.video_box {
		display: none ! !important;
	}

	.video_box video {
		display: none;
	}

}

@media only screen and (min-width: 100px) and (max-width: 700px) {
	.company .company_box .text_box h5 {
		font-size: 16px;
		line-height: 40px;
	}

	.company .company_box .text_box>p {
		margin: 10px 0;
		width: 100%;
	}

	.company .company_box .text_box .view_box {
		width: 100%;
	}
}

.company .fixed_nav {
	width: 280px;
	position: absolute;
	top: -76px;
	right: 0;
	background: #fff;
	z-index: 20;
}

.company .fixed_nav dl dt {
	height: 132px;
	background: url(../images/sub_pro_center_bg01.png) no-repeat center center;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	color: var(--mainColor);
}

.company .fixed_nav dl dt span {
	padding-left: 9px;
}

.company .fixed_nav dl dd {
	color: #333;
	line-height: 28px;
	font-size: 18px;
	height: 66px;
	position: relative;
}

.company .fixed_nav dl dd a {
	padding: 0 44px;
	color: #333;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
	height: 100%;
	z-index: 2;
	position: relative;
	transition: all 0.1s linear;
}

.company .fixed_nav dl dd.active {
	color: #fff;
}

.company .fixed_nav dl dd.active a {
	color: #fff;
	background: var(--mainColor);
}

.company .fixed_nav dl dd:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #d3d3d3;
	position: absolute;
	left: 0;
	top: 0;
	transform-origin: 100%;
	-webkit-transform-origin: 100%;
	-webkit-transition: -webkit-transform .6s cubic-bezier(.4, 0, .2, 1);
	transition: -webkit-transform .45s cubic-bezier(.4, 0, .2, 1);
	transition: transform .6s cubic-bezier(.4, 0, .2, 1);
	transition: transform .6s cubic-bezier(.4, 0, .2, 1), -webkit-transform .45s cubic-bezier(.4, 0, .2, 1);
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	visibility: hidden\9;
}

.company .fixed_nav dl dd:hover:before {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	transform-origin: 0;
	-webkit-transform-origin: 0;
	visibility: visible\9;
}

.company .fixed_nav.fixed {
	position: fixed;
	top: 0;
	right: 50%;
	margin-right: -575px;
	z-index: 20;
}

@media only screen and (min-width: 100px) and (max-width: 1150px) {
	.company .fixed_nav {
		position: fixed;
		top: 70px !important;
		left: 0;
		width: 100%;
	}

	.company .fixed_nav dl dt {
		display: none;
	}

	.company .fixed_nav dl dd {
		height: 50px;
	}

	.company {
		padding-top: 150px;
	}

}

.sub_center_five ul {
	overflow: hidden;
}

.sub_center_five ul li {
	width: calc(100% / 5);
	float: left;
	position: relative;
	border-right: 1px solid #fff;
}

.sub_center_five ul li:nth-child(2) {
	animation-delay: 0.5s;
}

.sub_center_five ul li:nth-child(3) {
	animation-delay: 1s;
}

.sub_center_five ul li:nth-child(4) {
	animation-delay: 1.5s;
}

.sub_center_five ul li:nth-child(5) {
	animation-delay: 2s;
}

.sub_center_five ul li .img_box {
	width: 100%;
}

.sub_center_five ul li .img_box img {
	width: 100%;
}

.sub_center_five ul li .black_shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
	transition: all 0.5s linear;
}

.sub_center_five ul li:hover .black_shadow {
	opacity: 0.3;
}

.sub_center_five ul li .text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	padding-top: 80px;
	transition: all 0.3s;
}

.sub_center_five ul li .text span {
	font-size: 14px;
	padding: 0 20px;
	width: 100%;
	line-height: 20px;
	padding: 20px 0;
	height: 80px;
	transform: scaleY(0);
	/*transform-origin: top;*/
	transition: all 0.3s;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.sub_center_five ul li .text:hover {
	padding-top: 0;
}

.sub_center_five ul li .text:hover span {
	transform: scaleY(1);
}

@media only screen and (min-width: 100px) and (max-width: 1100px) {
	.sub_center_five ul {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}

	.sub_center_five ul li {
		width: calc(100% / 3);
		margin-bottom: 1px;
	}

	.sub_center_five ul li .text span {
		font-size: 12px;
	}
}

.sub_center_zuzhi {
	background: url(../images/sub_center_zuzhi_bg2.png) no-repeat center center;
	background-size: cover;
	padding: 4% 0;
	position: relative;
	overflow: hidden;
}

.sub_center_zuzhi .inner_box {
	position: relative;
}

.sub_center_zuzhi .inner_box .zuzhi_list {
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
	background: url(../images/sub_center_zuzhi_line.png) no-repeat 4px center;
	background-size: 2px 135px;
	z-index: 3;
}

.sub_center_zuzhi .inner_box .zuzhi_list li {
	line-height: 48px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	color: #999999;
	cursor: pointer;
	transition: all 0.3s;
}

.sub_center_zuzhi .inner_box .zuzhi_list span {
	background: #fff;
	border: 1px solid #c2c2c2;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	display: block;
	margin-right: 20px;
	transition: all 0.3s;
}

.sub_center_zuzhi .inner_box .zuzhi_list li.active {
	color: #000;
}

.sub_center_zuzhi .inner_box .zuzhi_list li.active span {
	border: 1px solid var(--mainColor);
	background: var(--mainColor);
}

.sub_center_zuzhi .img_wrap {
	z-index: 2;
}

.sub_center_zuzhi .img_box {
	padding-top: 2%;
	width: 90%;
	max-width: 930px;
	margin: 0 auto;
	display: none;
}

.sub_center_zuzhi .img_box img {
	width: 100%;
}

@media only screen and (min-width: 100px) and (max-width: 920px) {
	.sub_center_zuzhi .inner_box .zuzhi_list {
		position: relative;
	}

	.sub_center_zuzhi .img_wrap {
		margin-top: -20%;
	}

	.large-header {
		display: none;
	}

}

@media only screen and (min-width: 100px) and (max-width: 640px) {
	.sub_center_zuzhi .inner_box .zuzhi_list {
		position: relative;
	}

	.sub_center_zuzhi .img_wrap {
		margin-top: 0;
	}

	.sub_center_zuzhi .img_box {
		width: 100%;
	}

}

.sub_center_laboratory {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding-top: 1px;
	background: url(../images/sub_center_zuzhi_left.png) no-repeat left center;
	background-size: auto 100%;
}

.sub_center_laboratory .left_text {
	width: 50%;
	text-align: center;
}

.sub_center_laboratory .left_text a {
	width: 150px;
	height: 40px;
	position: relative;
	display: block;
	margin: 40px auto 0;
	/* margin-top: 0px; */
}

.sub_center_laboratory .left_text a span {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: 1px solid var(--mainColor);
	padding: 0 20px;
	display: block;
	font-size: 14px;
	color: var(--mainColor);
	background: url(../images/index_news_jian2.png) no-repeat 85% center;
	position: relative;
	z-index: 1;
	transition: all 0.4s linear;
}

.sub_center_laboratory .left_text a:hover span {
	color: #fff;
	border: 1px solid #fff;
	background: url(../images/index_news_jian1.png) no-repeat 85% center;
}

.sub_center_laboratory .left_text a:before {
	width: 0;
	height: 100%;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: var(--mainColor);
	z-index: 0;
	transition: all 0.3s linear;
}

.sub_center_laboratory .left_text a:hover:before {
	width: 100%;
}

.sub_center_laboratory .right_img {
	width: 50%;
}

.sub_center_laboratory .right_img img {
	width: 100%;
}

@media only screen and (max-width:1000px) {
	.sub_center_laboratory {
		flex-direction: column;
	}

	.sub_center_laboratory .left_text {
		width: 100%;
		padding: 5% 0;
	}

	.sub_center_laboratory .right_img {
		width: 90%;
		margin-bottom: 4%;
	}
}

.sub_center_zzry {
	padding: 4% 0;
	background: url(../images/sub_center_zzry_bg.png) no-repeat center center;
	background-size: cover;
}

.sub_center_zzry .inner_box {
	padding-top: 3%;
	overflow: hidden;
}

.sub_center_zzry .inner_box .left_text {
	width: 100%;
	padding: 0 3%;
}

.sub_center_zzry .inner_box .left_text .btn_list {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}

.sub_center_zzry .inner_box .left_text .btn_list li {
	font-size: 16px;
	color: #333;
	line-height: 32px;
	width: calc(100% / 3);
	max-width: 100px;
	text-align: center;
	cursor: pointer;
	margin-right: 16px;
	transition: auto 0.3s;
	position: relative;
	z-index: 2;
	overflow: hidden;
	border-radius: 6%;
}

.sub_center_zzry .inner_box .left_text .btn_list li a {
	width: 100%;
	border: 2px solid #bbb;
	line-height: 32px;
	height: 34px;
	position: relative;
	z-index: 2;
	display: block;
	color: #333;
	transition: all 0.6s;
}

.sub_center_zzry .inner_box .left_text .btn_list li.active a {
	background: url(../images/sub_center_zzry_bg3.png) no-repeat center center;
	background-size: 100% 100%;
	border: 2px solid #fff;
}

.sub_center_zzry .inner_box .left_text .btn_list li:hover a {
	background: url(../images/sub_center_zzry_bg3.png) no-repeat center center;
	background-size: 100% 100%;
	border: none;
	border: 2px solid #fff;
}

.sub_center_zzry .inner_box .left_text .text_box {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.sub_center_zzry .inner_box .left_text .content_box {
	margin-top: 16px;
	height: 230px;
	overflow-y: scroll;
	display: none;
	border-left: 1px solid #bfbfbf;
	padding: 40px 4%;
	margin-top: 2%;
}

.sub_center_zzry .inner_box .left_text .content_box p {
	font-size: 13px;
	color: #333;
	line-height: 22px;
	height: 54px;
	padding: 4px 20px 4px 0;
	width: calc(100% / 3);
	float: left;
	text-align: left;
}

.sub_center_zzry .inner_box .left_text .content_box:nth-child(3) p {
	width: calc(100% / 2);
}

.sub_center_zzry .inner_box .left_text .content_box::-webkit-scrollbar {
	width: 4px;
}

.sub_center_zzry .inner_box .left_text .content_box::-webkit-scrollbar-track {
	background: url(../images/sub_center_scroll.png) repeat-y center top;
	border-radius: 2em;
}

.sub_center_zzry .inner_box .left_text .content_box::-webkit-scrollbar-thumb {
	background-color: var(--mainColor);
	border-radius: 2em;
}

.sub_center_zzry .inner_box .right_swiper {
	width: 100%;
	padding: 20px 50px 0;
	position: relative;
	text-align: center;
}

.zz_swiper {
	border: 1px solid #999;
}

.zz_swiper .swiper-slide {
	width: 270px;
	padding: 0 7px;
}

@media only screen and (max-width: 1100px) {
	.sub_center_zzry .inner_box .left_text .content_box {
		width: calc(100% - 140px);
	}

	.sub_center_zzry .inner_box .left_text .content_box p {
		width: calc(100% / 1);
		text-align: center;
		padding: 6px 3%;
		max-width: 500px;
		height: auto;
		margin: 0 auto;
		float: none;
	}

	.sub_center_zzry .inner_box .left_text .content_box:nth-child(3) p {
		width: calc(100% / 1);
		text-align: center;
		padding: 6 3%;
		max-width: 500px;
	}
}

@media only screen and (max-width: 1100px) {
	.sub_center_zzry .inner_box .left_text .btn_list {
		justify-content: center;
		padding: 20px 0;
	}

	.sub_center_zzry .inner_box .left_text .text_box .bg_img {
		display: none;
	}

	.sub_center_zzry .inner_box .left_text .content_box {
		width: 100%;
		border: none
	}
}

.zz_swiper .swiper-slide .img_box {
	width: 100%;
	margin: 14px 0;
	border: 1px solid #bfbfbf;
	height: 350px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.zz_swiper .swiper-slide .img_box img {
	width: 100%;
}

.sub_center_zzry .inner_box .right_swiper .swiper-button-prev {
	width: 20px;
	height: 41px;
	background: url(../images/sub_center_left.png) rgba(0, 0, 0, 0);
	outline: none;
	transition: all 0.3s;
}

.sub_center_zzry .inner_box .right_swiper .swiper-button-prev:hover {
	transform: translateY(-10px)
}

.sub_center_zzry .inner_box .right_swiper .swiper-button-next {
	width: 20px;
	height: 41px;
	background: url(../images/sub_center_right.png) rgba(0, 0, 0, 0);
	outline: none;
	transition: all 0.3s;
}

.sub_center_zzry .inner_box .right_swiper .swiper-button-next:hover {
	transform: translateY(-10px)
}


/**************************招贤纳士**************************/

.recruit {
	padding: 40px 0;
	background: url(../images/recruit_bg.jpg) no-repeat center center;
	background-size: cover;
}

.form_box {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 2% 0;
}

.form_box .input_wrap {
	width: 230px;
	margin-right: 10px
}

.form_box .input_wrap select,
.form_box .input_wrap input {
	width: 100%;
	border: 1px solid #a0a0a0;
	line-height: 40px;
	height: 42px;
	padding: 0 12px;
	outline: none;
}

.form_box .search_btn {
	width: 90px;
}

.form_box .search_btn input {
	width: 100%;
	line-height: 40px;
	height: 42px;
	text-align: center;
	color: #fff;
	background: var(--mainColor);
	border: none;
	outline: none;
	color: #fff;
}

.rc_list {
	width: 100%;
	min-height: 460px;
	padding-top: 50px;
	margin-bottom: 30px;
}

.rc_list .title_list {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding-left: 60px;
	line-height: 53px;
	color: #fff;
	background: var(--mainColor);
	margin-bottom: 2px;
}

.rc_list .title_list li {
	width: calc(100% / 6);
	text-align: center;
}

.rc_list dl {
	width: 100%;
	margin-bottom: 2px;
	cursor: pointer;
}

.rc_list dl dt {
	width: 100%;
	background: #fff;
	height: 52px;
	line-height: 53px;
	padding-left: 60px;
	color: #333;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	transition: all 0.3s linear;
	font-size: 16px;
}

.rc_list dl dt.active,
.rc_list dl dt:hover {
	color: #fff;
	background: var(--mainColor);
}

.rc_list dl dt ul {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.rc_list dl dt ul li {
	width: calc(100% / 6);
	text-align: center;
}

.rc_list dl dt ul li:last-child {
	font-size: 26px;
	font-weight: bold;
}

.rc_list dl dd {
	width: 100%;
	height: 300px;
	background: #fff;
	display: none;
	padding: 3% 2% 3% 6%;
}

.rc_list dd .text_box {
	width: 100%;
	height: 100%;
	overflow-y: auto;
	text-align: left;
}

.rc_list dd .text_box::-webkit-scrollbar {
	width: 4px;
}

.rc_list dd .text_box::-webkit-scrollbar-track {
	background-color: rgba(211, 180, 125, 0.5);
	border-radius: 2em;
}

.rc_list dd .text_box::-webkit-scrollbar-thumb {
	background-color: #d3b47d;
	border-radius: 2em;
}

.rc_list dd ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding-bottom: 30px;
}

.rc_list dd ul li {
	width: calc(100% / 3);
	line-height: 30px;
	color: #333;
}

.rc_list dd p {
	font-size: 14px;
	color: #555;
	line-height: 35px;
}

@media only screen and (min-width: 100px) and (max-width:1200px) {
	.rc_list dd ul li {
		width: calc(100% / 2);
	}
}

@media only screen and (min-width: 100px) and (max-width:700px) {
	.form_box {
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.form_box .input_wrap {
		width: calc(100% / 2 - 20px);
		margin: 5px 10px;
		margin-bottom: 10px;
	}

	.form_box .search_btn {
		margin: 5px 10px;
	}

	.rc_list .title_list {
		padding-left: 0;
	}

	.rc_list {
		padding: 10px 0;
	}

	.rc_list dl {
		margin-bottom: 4px;
	}

	.rc_list dl dt {
		padding-left: 0;
	}

	.rc_list .title_list {
		height: 54px;
	}

	.rc_list .title_list li {
		font-size: 14px;
		line-height: 18px;
		height: 54px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 0 2%;
	}

	.rc_list dl dt ul li {
		font-size: 14px;
		line-height: 18px;
		word-break: break-all;
		padding: 0 2%;
	}
}

@media only screen and (min-width: 100px) and (max-width:800px) {
	.rc_list dd ul li {
		width: calc(100% / 1);
		font-size: 14px;
	}
}


/**************************招贤纳士**************************/

.news_box {
	background: #f7f7f7;
	padding: 4% 0;
}

.news_box .inner_box li {
	width: calc(100% / 2 - 20px);
	float: left;
	margin: 10px;
	height: 242px;
	background: #fff;
	box-shadow: -0.07px 1.999px 6px 0px rgba(0, 0, 0, 0.1);
}

.news_box .inner_box li .left_img {
	width: 45%;
	float: left;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.news_box .inner_box li .left_img img {
	min-width: 100%;
	height: 100%;
	transition: all 0.4s;
}

.news_box .inner_box li:hover .left_img img {
	transform: scale(1.1);
}

.news_box .inner_box li .right_text {
	width: 55%;
	float: right;
	padding: 24px 24px 0;
	position: relative;
	height: 100%;
}

.news_box .inner_box li .right_text:before {
	content: "";
	width: 100%;
	height: 6px;
	background: var(--mainColor);
	position: absolute;
	left: 0;
	bottom: 0;
	transform-origin: 100%;
	-webkit-transform-origin: 100%;
	-webkit-transition: -webkit-transform .6s cubic-bezier(.4, 0, .2, 1);
	transition: -webkit-transform .45s cubic-bezier(.4, 0, .2, 1);
	transition: transform .6s cubic-bezier(.4, 0, .2, 1);
	transition: transform .6s cubic-bezier(.4, 0, .2, 1), -webkit-transform .45s cubic-bezier(.4, 0, .2, 1);
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	visibility: hidden\9;
}

.news_box .inner_box li .right_text:hover:before {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	transform-origin: 0;
	-webkit-transform-origin: 0;
	visibility: visible\9;
}

.news_box .inner_box li .right_text h3 {
	font-size: 18px;
	color: #333333;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	padding-right: 84px;
	position: relative;
}

.news_box .inner_box li .right_text .date {
	background: #567598;
	color: #fff;
	width: 66px;
	height: 66px;
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	font-weight: normal;
}

.news_box .inner_box li .right_text .date em {
	font-style: normal;
	font-size: 16px;
	font-weight: normal;
}

.news_box .inner_box li .right_text p {
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	color: #333;
	margin: 10px 0;
}

.news_box .inner_box li .right_text .more {
	font-size: 14px;
	color: #555;
	margin-top: 30px;
	display: block;
}

@media only screen and (min-width: 100px) and (max-width:1150px) {
	.news_box .inner_box li {
		width: 100%;
		margin: 10px 0;
	}
}

@media only screen and (min-width: 100px) and (max-width:640px) {
	.news_box .inner_box li {
		height: auto;
	}

	.news_box .inner_box li .left_img {
		width: 100%;
		float: none;
	}

	.news_box .inner_box li .left_img img {
		width: 100%;
		height: auto;
	}

	.news_box .inner_box li .right_text {
		width: 100%;
		float: none;
		padding: 3% 5%;
	}
}


/*新闻中心*/


/*党建中心*/

.party_box .wrap1 {
	padding: 3% 0;
}

.party_box .wrap1 .left_box {
	width: 67%;
	float: left;
	position: relative;
}

.party_box .title_box {
	height: 60px;
}

.party_box .title_box h3 {
	font-size: 18px;
	line-height: 60px;
	color: var(--mainColor);
	font-weight: normal;
	padding-left: 18px;
	position: relative;
}

.party_box .title_box h3 p {
	font-size: 12px;
	font-weight: normal;
	color: #999;
	line-height: 60px;
	display: inline-block;
	padding-left: 10px;
}

.party_box .title_box h3:before {
	width: 12px;
	height: 20px;
	border: 2px solid var(--mainColor);
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 0;
	box-sizing: border-box;
}

.news_swiper .swiper-slide {
	width: calc(100% / 2);
	border: 1px solid #c6c6c6;
	padding: 3%;
	height: 420px;
	border-right: none;
}

.party_box .wrap1 .swiper-button-prev {
	display: none;
}

.party_box .wrap1 .swiper-button-next {
	top: 0;
	margin-top: 0;
	background: none;
	font-size: 12px;
	width: 50px;
	line-height: 60px;
	outline: none;
}

.party_box .wrap1 .news_swiper .swiper-slide .img_box {
	width: 100%;
	padding-top: 200px;
	position: relative;
}

.party_box .wrap1 .news_swiper .swiper-slide .img_box .inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.party_box .wrap1 .news_swiper .swiper-slide .img_box .inner img {
	min-width: 100%;
	height: 100%;
	transition: all 0.3s;
}

.party_box .wrap1 .news_swiper .swiper-slide:hover .img_box .inner img {
	transform: scale(1.1);
}

.party_box .wrap1 .news_swiper .swiper-slide h3 {
	font-size: 18px;
	font-weight: normal;
	color: #333;
	line-height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.party_box .wrap1 .news_swiper .swiper-slide:hover h3 {
	color: var(--mainColor)
}

.party_box .wrap1 .news_swiper .swiper-slide p {
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
	height: 48px;
	color: #555;
}

.party_box .wrap1 .news_swiper .swiper-slide .label_box {
	margin-top: 20px;
	position: relative;
}

.party_box .wrap1 .news_swiper .swiper-slide .label_box .label {
	line-height: 24px;
	color: #fff;
	background: var(--mainColor);
	padding: 0 10px;
	display: inline-block;
	font-size: 12px;
}

.party_box .wrap1 .news_swiper .swiper-slide:nth-child(2n) .label_box .label {
	background: var(--mainColorRGBA);
}

.party_box .wrap1 .news_swiper .swiper-slide .label_box .date {
	color: #999;
	line-height: 24px;
	padding: 0 20px;
	font-size: 12px;
	color: #333;
}

.party_box .more {
	font-size: 30px;
	line-height: 20px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	transition: all 0.6s;
	color: #999;
}

.party_box .more:hover {
	transform: rotateZ(45deg);
}

.party_box .wrap1 .news_swiper .swiper-slide .label_box .more {
	line-height: 24px;
}

.party_box .wrap1 .right_news {
	width: 33%;
	float: right;
	position: relative;
}

.party_box .wrap1 .right_news .news_list_box ul {
	/* display: none; */
	height: 380px;
	overflow: auto;
	padding-right: 2%;
}

.party_box .wrap1 .right_news .news_list_box ul::-webkit-scrollbar {
	width: 4px;
}

.party_box .wrap1 .right_news .news_list_box ul::-webkit-scrollbar-track {
	background-color: rgba(211, 180, 125, 0.5);
	border-radius: 2em;
}

.party_box .wrap1 .right_news .news_list_box ul::-webkit-scrollbar-thumb {
	background-color: #d3b47d;
	border-radius: 2em;
}

.party_box .wrap1 .right_news .more {
	line-height: 60px;
}

.party_box .wrap1 .right_news .list_box {
	display: flex;
	flex-direction: row;
	align-content: flex-start;
	align-items: center;
	height: 60px;
}

.party_box .wrap1 .right_news .list_box li {
	line-height: 60px;
	padding: 0 20px;
	position: relative;
	cursor: pointer;
}

.party_box .wrap1 .right_news .list_box li.active:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 100%;
	height: 10px;
	background: url(../images/party_active.jpg) no-repeat center center;
	background-size: 100% 100%;
}

.party_box .wrap1 .right_news .list_box li:hover {
	color: var(--mainColor);
}

.party_box .wrap1 .right_news .news_list_box {
	border: 1px solid #ddd;
	height: 420px;
	overflow: auto;
	padding: 22px;
	display: none;
}

.party_box .wrap1 .right_news .news_list_box::-webkit-scrollbar {
	display: none;
}

.party_box .wrap1 .right_news .news_list_box.active {
	display: block;
}

.party_box .wrap1 .right_news .news_list_box li a {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
	line-height: 37px;
}

.party_box .wrap1 .right_news .news_list_box li .date {
	width: 76px;
}

.party_box .wrap1 .right_news .news_list_box li p {
	width: calc(100% - 76px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #444;
}

.party_box .wrap1 .right_news .news_list_box li:hover p {
	color: var(--mainColor);
}

.party_box .wrap1 .right_news .news_list_box li span {
	color: #999;
	font-size: 12px;
}

.party_box .wrap2 img {
	width: 100%;
}

.party_box .wrap3 {
	padding: 3% 0;
}

.party_box .wrap3 .left_box {
	width: 33%;
	float: left;
	position: relative;
}

.party_box .wrap3 .left_box .more {
	line-height: 60px;
	right: 20px
}

.party_box .wrap3 .left_box .content_box {
	border: 1px solid #ddd;
	padding: 22px;
	height: 440px;
}

.party_box .wrap3 .left_box .content_box .img_box {
	width: 100%;
	padding-top: 50%;
	position: relative;
}

.party_box .wrap3 .left_box .content_box .img_box .inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.party_box .wrap3 .left_box .content_box .img_box .inner img {
	min-width: 100%;
	height: 100%;
}

.party_box .wrap3 .left_box .content_box .img_box .inner img {
	min-width: 100%;
	height: 100%;
	transition: all 0.3s;
}

.party_box .wrap3 .left_box .content_box:hover .img_box .inner img {
	transform: scale(1.1);
}

.party_box .wrap3 .left_box .content_box ul {
	padding-top: 10px;
	height: 200px;
	overflow: auto;
}

.party_box .wrap3 .left_box .content_box ul::-webkit-scrollbar {
	width: 4px;
}

.party_box .wrap3 .left_box .content_box ul::-webkit-scrollbar-track {
	background: url(../images/sub_center_scroll.png) repeat-y center top;
	border-radius: 2em;
}

.party_box .wrap3 .left_box .content_box ul::-webkit-scrollbar-thumb {
	background-color: var(--mainColor);
	border-radius: 2em;
}

.party_box .wrap3 .left_box .content_box li a {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
	line-height: 37px;
}

.party_box .wrap3 .left_box .content_box li .date {
	width: 76px;
	color: #999;
	font-size: 12px;
}

.party_box .wrap3 .left_box .content_box li p {
	width: calc(100% - 76px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #444;
}

.party_box .wrap3 .left_box .content_box li:hover p {
	color: var(--mainColor);
}

.party_box .wrap3 .right_box {
	width: calc(67% - 20px);
	float: right;
	margin-top: 60px;
	margin-left: 20px;
}

.party_box .wrap3 .right_box .swiper-slide a {
	display: block;
	position: relative;
}

.party_box .wrap3 .right_box .img_box {
	width: 100%;
	height: 440px;
}

.party_box .wrap3 .right_box .img_box .inner {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.party_box .wrap3 .right_box .img_box img {
	min-width: 100%;
	height: 100%;
}

.party_box .wrap3 .right_box p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	line-height: 40px;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	padding: 0 20px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 140px;
}

.party_box .wrap3 .swiper-pagination {
	text-align: right;
	padding-right: 30px;
}

.party_box .wrap3 .swiper-pagination-bullet {
	width: 12px;
	height: 4px;
	border-radius: 0;
	background: #fff;
}

.party_box .wrap3 .swiper-pagination-bullet-active {
	background: #ec6e33;
}

@media only screen and (min-width: 100px) and (max-width: 1150px) {
	.party_box .wrap1 .left_box {
		width: 100%;
		float: none;
	}

	.party_box .wrap1 .right_news {
		width: 100%;
		float: none;
	}

	.party_box .wrap1 .right_news .news_list_box ul {
		padding: 0;
	}

	.party_box .wrap1 .right_news .news_list_box ul li {
		width: 50%;
		float: left;
		padding: 0 2%;
	}

	.party_box .wrap3 .left_box {
		width: 100%;
		float: none;
	}

	.party_box .wrap3 .left_box .content_box {
		height: auto;
	}

	.party_box .wrap3 .right_box {
		width: 100%;
		float: none;
		margin-left: 0;
		margin-top: 20px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 640px) {
	.news_swiper .swiper-slide {
		width: 100% !important;
	}

	.party_box .wrap1 .right_news .news_list_box ul li {
		width: 100%;
		float: none;
	}
}


/******/

.sub_contact .swiper-slide {
	height: 720px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.sub_contact .swiper-slide img {
	width: auto;
	min-height: 100%;
	min-width: 100%;
}

.contact_box {
	position: absolute;
	width: 1150px;
	left: 50%;
	margin-left: -575px;
	top: 80px;
	z-index: 10;
}

.contact_box .left_box {
	background: #fff;
	width: 550px;
	float: left;
	position: relative;
	z-index: 2;
	display: none;
}

.contact_box .left_box .title {
	height: 122px;
	padding: 0 10%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.contact_box .left_box .title h4 {
	font-size: 24px;
	color: var(--mainColor);
	font-weight: normal;
	line-height: 48px;
}

.contact_box .left_box .title p {
	font-size: 18px;
	color: #666666;
	font-weight: normal;
	line-height: 18px;
}

.contact_box .left_box .title p span {
	color: var(--mainColor);
}

.contact_box .left_box ul li {
	height: 122px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	padding: 0 10%;
}

.contact_box .left_box ul li:nth-child(1) {
	background: #d0eefc;
}

.contact_box .left_box ul li:nth-child(2) {
	background: #ace4fe;
}

.contact_box .left_box ul li:nth-child(3) {
	background: #88d6fa;
}

.contact_box .left_box ul li .icon_box {
	width: 55px;
	height: 55px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
}

.contact_box .left_box ul li p {
	font-size: 16px;
	color: #666;
	line-height: 22px;
}

.contact_box .right_box {
	width: calc(100% - 500px);
	float: right;
	background: rgba(160, 167, 178, 0.75);
	position: absolute;
	z-index: 1;
	top: 116px;
	right: 0;
	padding: 50px 5% 50px 10%;
	height: 580px;
}

.contact_box .right_box ul {
	height: calc(100% - 120px);
	padding-bottom: 20px;
}

.contact_box .right_box ul li {
	height: calc(100% / 3);
	border-bottom: 2px solid rgba(255, 255, 255, .5);
	display: flex;
	flex-direction: row;
	/* justify-content: flex-start; */
	align-items: flex-end;
	color: #fff;
	line-height: 24px;
	padding: 0 5px;
	transition: all 0.3s;
	padding-left: 5px;
	position: relative;
	cursor: pointer;
	font-size: 16px;
	padding-bottom: 6px;
	transition: all 0.5s;
}

.contact_box .right_box ul li.active {
	color: var(--mainColor);
}

.contact_box .right_box ul li:before {
	width: 30px;
	height: 30px;
	content: "";
	display: block;
	content: "";
	background: url(../images/sub_contact_left.png) no-repeat center center;
	transform: scaleX(0);
	transform-origin: left;
	transition: all 0.3s;
	/* position: absolute; */
	bottom: 0;
	left: 5px;
}

.contact_box .right_box ul li.active:before {
	transform: scaleX(1);
}

.contact_box .right_box .ewm {
	height: 120px;
	text-align: center;
}

.contact_box .right_box .ewm p {
	line-height: 34px;
	color: #fff;
	font-size: 12px;
}

@media only screen and (max-width: 1200px) {
	.contact_box {
		width: 90%;
		margin-left: -45%;
	}
}


/*@media only screen  and (max-width: 920px){
	.contact_box .left_box{
		width: 52%;
	}
	.contact_box .right_box{
		width: 52%;
	}
}*/

@media only screen and (max-width: 1150px) {
	.contact_box .left_box {
		width: 480px;
	}

	.contact_box .left_box ul li {
		padding: 0 6%;
	}

	.contact_box .right_box {
		width: calc(100% - 440px);
	}
}

@media only screen and (max-width: 1050px) {
	.contact_box .left_box {
		width: 100%;
		float: none;
	}

	.contact_box .left_box .title {
		height: 90px;
		text-align: center;
		align-items: center;
	}

	.contact_box .left_box ul li {
		height: 90px;
		justify-content: center;
	}

	.contact_box .left_box ul li p {
		font-size: 14px;
	}

	.contact_box .right_box {
		width: 100%;
		float: none;
		position: static;
		height: 400px;
	}

	.contact_box .right_box ul li {
		justify-content: center;
	}
}

@media only screen and (max-width:950px) {
	.contact_box .left_box ul li p {
		font-size: 14px;
		line-height: 18px;
	}

	.contact_box .left_box ul li .icon_box {
		width: 30px;
		height: 30px;
	}

	.contact_box .left_box ul li .icon_box img {
		width: 100%;
	}

	.contact_box .right_box ul li {
		font-size: 12px;
	}

	.contact_box .right_box {
		padding: 5%;
		height: 360px;
	}
}

.sub_contact_map {
	width: 100%;
	height: 70vh;
}

.sub_contact_map #dituContent {
	width: 100%;
	height: 70vh;
}

.sub_contact_map .BMap_noprint {
	width: 24px !important;
	height: 32px !important;
}

.indexsub_banner_box {
	position: relative;
}

.service_box {
	padding: 70px 2%;
	overflow: hidden;
	position: relative;
}

.service_box .title_box {
	width: 15%;
	float: left;
}

.service_box .title_box .title h4 {
	font-size: 46px;
}

.service_box .title_box .title h4 span {
	font-size: 32px;
	display: block;
}

.service_box .right_box {
	width: 85%;
	float: right;
}

.service_box .right_box .title_list {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	padding: 0 10px;
}

.service_box .right_box .title_list li a {
	color: #000;
	font-size: 16px;
	margin-right: 30px;
	line-height: 50px;
	position: relative;
	display: block;
}

.service_box .right_box .title_list li a:before {
	content: "";
	width: 100%;
	height: 6px;
	background: #2449a4;
	position: absolute;
	left: 0;
	top: 0;
	transform-origin: 100%;
	-webkit-transform-origin: 100%;
	-webkit-transition: -webkit-transform .6s cubic-bezier(.4, 0, .2, 1);
	transition: -webkit-transform .45s cubic-bezier(.4, 0, .2, 1);
	transition: transform .6s cubic-bezier(.4, 0, .2, 1);
	transition: transform .6s cubic-bezier(.4, 0, .2, 1), -webkit-transform .45s cubic-bezier(.4, 0, .2, 1);
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	visibility: hidden\9;
}

.service_box .right_box .title_list li.active a:before,
.service_box .right_box .title_list li:hover a:before {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	transform-origin: 0;
	-webkit-transform-origin: 0;
	visibility: visible\9;
}

.service_box .right_box .pro_swiper {
	width: 100%;
	overflow: hidden;
}

.service_box .right_box .pro_swiper .swiper-slide {
	width: calc(100%/ 5);
	padding: 10px 0 10px 20px;
	transition: all 0.5s;
}

.service_box .right_box .pro_swiper .swiper-slide:hover {
	transform: translateX(-6px);
}

.service_box .right_box .pro_swiper .swiper-slide .img_box {
	width: 100%;
	padding-top: 75%;
	position: relative;
}

.service_box .right_box .pro_swiper .swiper-slide .img_box .inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.service_box .right_box .pro_swiper .swiper-slide .img_box .inner img {
	min-width: 100%;
	height: 100%;
}

.service_box .right_box .pro_swiper .swiper-slide .text p {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	line-height: 24px;
	height: 48px;
	padding-top: 14px;
}

.service_box .swiper-button-next,
.service_box .swiper-button-prev,
.service_box .jia {
	top: auto;
	bottom: 100px;
	left: 2%;
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto auto;
	border: 1px solid #cbcbcb;
	margin-top: 0;
}

.service_box .swiper-button-prev {
	background-image: url(../images/service_left.png);
}

.service_box .swiper-button-next {
	background-image: url(../images/service_right.png);
	left: calc(2% + 70px)
}

.service_box .jia {
	position: absolute;
	left: calc(2% + 140px);
	display: block;
	background-image: url(../images/service_jia.png)
}


/**/

.service_list_box {
	padding: 4% 0;
	background: #ececec;
}

.service_list_box .title_list {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	padding: 2% 10%;
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
}

.service_list_box .title_list li {
	width: calc(100% / 4 - 40px);
	margin: 0 20px;
	height: 46px;
	position: relative;
	overflow: hidden;
	border-radius: 6px;
	background: #fff;
}

.service_list_box .title_list li a {
	color: #000;
	font-size: 16px;
	margin-right: 30px;
	line-height: 44px;
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	border: 1px solid #cbcbcb;
	border-radius: 6px;
	transition: all 0.6s;
}

.service_list_box .title_list li.active a,
.service_list_box .title_list li:hover a {
	color: #fff;
}

.service_list_box .title_list li:before {
	content: "";
	width: 100%;
	height: 100%;
	background: var(--mainColor);
	position: absolute;
	left: 0;
	top: 0;
	transform-origin: 100%;
	-webkit-transform-origin: 100%;
	-webkit-transition: -webkit-transform .6s cubic-bezier(.4, 0, .2, 1);
	transition: -webkit-transform .45s cubic-bezier(.4, 0, .2, 1);
	transition: transform .6s cubic-bezier(.4, 0, .2, 1);
	transition: transform .6s cubic-bezier(.4, 0, .2, 1), -webkit-transform .45s cubic-bezier(.4, 0, .2, 1);
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	visibility: hidden\9;
}

.service_list_box .title_list li.active:before,
.service_list_box .title_list li:hover:before {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	transform-origin: 0;
	-webkit-transform-origin: 0;
	visibility: visible\9;
}

.service_list_box .content_box {
	width: 90%;
	margin: 0 auto;
	max-width: 1400px;
	overflow: hidden;
	padding: 0 20px;
}

.service_list_box .content_box li {
	width: calc(100%/ 4 - 20px);
	float: left;
	padding: 5px;
	margin: 10px;
	border: 1px solid #cbcbcb;
	transition: all 0.5s;
	background: #fff;
}

.service_list_box .content_box li:hover {
	transform: translateY(-10px);
}

.service_list_box .content_box li .img_box {
	width: 100%;
	padding-top: 75%;
	position: relative;
}

.service_list_box .content_box li .img_box .inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.service_list_box .content_box li .img_box .inner img {
	min-width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.service_list_box .content_box li:hover .img_box .inner img {
	transform: scale(1.1);
}

.service_list_box .content_box li .text p {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	line-height: 24px;
	height: 48px;
	margin: 14px 0;
	text-align: center;
	padding: 0 10%;
}


/**/

.service_detail_box {
	padding: 4% 0;
}

.service_detail_box .edit_box {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 4% 0 0;
}

.service_detail_box .edit_box p {
	font-size: 16px;
	color: #333;
	line-height: 30px;
	padding: 10px 0;
}

.service_detail_box .edit_box .content_box {
	width: 100%;
	overflow: hidden;
	border: 1px solid #7d7d7d;
	border-left: 0;
	border-right: 0;
	margin: 30px 0;
}

.service_detail_box .edit_box .content_box li {
	width: calc(100%/ 3 - 20px);
	float: left;
	padding: 5px;
	margin: 10px;
	transition: all 0.5s;
}

.service_detail_box .edit_box .content_box li:hover {
	transform: translateY(-10px);
}

.service_detail_box .edit_box .content_box li .img_box {
	width: 100%;
	padding-top: 75%;
	position: relative;
}

.service_detail_box .edit_box .content_box li .img_box .inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: 18%;
}

.service_detail_box .edit_box .content_box li .img_box .inner img {
	min-width: 100%;
	height: 100%;
	transition: all 0.5s;
	box-shadow: 0px 11px 21px 0px rgba(0, 0, 0, 0.6);
}

.service_detail_box .edit_box .content_box li:hover .img_box .inner img {
	transform: scale(1.1);
}

.service_detail_box .edit_box .content_box li .text p {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	line-height: 24px;
	height: 48px;
	margin: 14px 0;
	text-align: center;
	padding: 0 10%;
}

.service_detail_box .prev_next {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	border: 1px solid #d2d2d2;
}

.service_detail_box .prev_next a {
	display: block;
	height: 50px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.service_detail_box .prev_next a:first-child {
	border-bottom: 1px solid #d2d2d2;
}

.service_detail_box .prev_next a span {
	width: 120px;
	line-height: 50px;
	text-align: center;
	background: #eeeeee;
	color: #333;
}

.service_detail_box .prev_next a p {
	width: calc(100% - 120px);
	padding: 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #000;
}

.service_sub_nav {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	height: 61px;
	border-bottom: 1px solid #ddd;
}

.service_sub_nav .inner_box {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.service_sub_nav .inner_box .back {
	width: 80px;
	height: 60px;
	background: url(../images/service_detail_left.png) no-repeat center center var(--mainColor);
}

.service_sub_nav .inner_box .sel_box {
	width: 350px;
	height: 60px;
	position: relative;
	background: url(../images/service_detail_arrow.png) no-repeat 90% center #fff;
	border-right: 1px solid #d2d2d2;
	cursor: pointer;
}

.service_sub_nav .inner_box .sel_box .select {
	width: 100%;
	line-height: 60px;
	padding: 0 20px;
}

.service_sub_nav .inner_box .sel_box .option_box {
	position: absolute;
	top: 60px;
	width: 100%;
	border: 1px solid #ddd;
	display: none;
}

.service_sub_nav .inner_box .sel_box .option_box .option {
	padding: 0 20px;
	line-height: 40px;
	border-bottom: 1px solid #ddd;
	position: relative;
	cursor: pointer;
}

.inner_box .sel_box .option_box .option span {
	position: relative;
}

.inner_box .sel_box .option_box .option.active span {
	color: #fff;
	background: var(--mainColor);
}

.inner_box .sel_box .option_box .option:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #d3d3d3;
	position: absolute;
	left: 0;
	top: 0;
	transform-origin: 100%;
	-webkit-transform-origin: 100%;
	-webkit-transition: -webkit-transform .6s cubic-bezier(.4, 0, .2, 1);
	transition: -webkit-transform .45s cubic-bezier(.4, 0, .2, 1);
	transition: transform .6s cubic-bezier(.4, 0, .2, 1);
	transition: transform .6s cubic-bezier(.4, 0, .2, 1), -webkit-transform .45s cubic-bezier(.4, 0, .2, 1);
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	visibility: hidden\9;
}

.inner_box .sel_box .option_box .option:hover:before {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	transform-origin: 0;
	-webkit-transform-origin: 0;
	visibility: visible\9;
}


/**/

.news_detail_page {
	background: url(../images/news_bg.jpg) no-repeat center bottom #f4f4f2;
	padding-bottom: 1px;
}

.news_detail_box .inner_box {
	background: #fff;
	margin-top: -15%;
	z-index: 2;
	position: relative;
	border-top: 5px solid var(--mainColor);
	padding: 5%;
	max-width: 1150px;
	margin-bottom: 120px;
}

.news_detail_box .inner_box h2 {
	font-size: 32px;
	font-weight: 500;
}

.news_detail_box .inner_box h3 {
	font-size: 20px;
	line-height: 2em;
	font-weight: normal;
}

.news_detail_box .inner_box .label_date {
	border-top: 2px solid #d2d2d2;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	transform: scaleX(0.9);
	transform-origin: left;
	margin-top: 40px;
}

.news_detail_box .inner_box .label_date .label {
	padding: 0 14px;
	line-height: 28px;
	background: var(--mainColor);
	color: #fff;
	text-align: center;
	margin: 20px 0;
}

.news_detail_box .inner_box .label_date .date {
	line-height: 28px;
	color: #888;
	padding: 0 16px;
}

.news_detail_box .inner_box .label_date .label.from {
	background: var(--mainColor);
}

.news_detail_box .inner_box .edit_box p {
	color: #646464;
	line-height: 2em;
	font-size: 20px;
	text-indent: 2em;
}

.news_detail_box .inner_box .edit_box img {
	display: block;
	margin: 20px auto;
	max-width: 80%;
}

.news_detail_box .inner_box .prev_next {
	width: 100%;
	margin: 40px auto 0;
	overflow: hidden;
	border-top: 1px solid #d2d2d2;
	position: relative;
	display: flex;
	justify-content: space-between;
}

.news_detail_box .inner_box .prev_next a {
	display: block;
	height: 50px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: calc(33.3% - 50px);
}

.news_detail_box .inner_box .prev_next a.first_child {
	float: left;
}

.news_detail_box .inner_box .prev_next a.second_child {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -50px;
	width: 100px;
}

.news_detail_box .inner_box .prev_next a.third_child {
	float: right;
}

.news_detail_box .inner_box .prev_next a span {
	width: 50px;
	line-height: 50px;
	text-align: center;
	color: #333;
	font-size: 12px;
}

.news_detail_box .inner_box .prev_next a.second_child span {
	width: 100%;
	font-size: 14px;
	color: #555;
}

.news_detail_box .inner_box .prev_next a p {
	width: calc(100% - 50px);
	padding: 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #000;
}

.news_detail_box .inner_box .prev_next a:third_child p {
	text-align: right;
}

@media only screen and (min-width: 100px) and (max-width: 800px) {
	.news_detail_box .inner_box {
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.news_detail_box .inner_box h2 {
		font-size: 24px;
	}

	.news_detail_box .inner_box h3 {
		font-size: 18px;
	}

	.news_detail_box .inner_box .edit_box p {
		font-size: 16px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 600px) {
	.news_detail_box .inner_box {
		margin-top: 20px;
	}

	.news_detail_box .inner_box h2 {
		font-size: 18px;
	}

	.news_detail_box .inner_box h3 {
		font-size: 16px;
	}

	.news_detail_box .inner_box .label_date {
		width: 110%;
	}

	.news_detail_box .inner_box .label_date .label {
		font-size: 12px;
		line-height: 16px;
		height: 30px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.news_detail_box .inner_box .label_date .date {
		font-size: 12px;
	}

	.news_detail_box .inner_box .edit_box p {
		font-size: 14px;
	}

	.news_detail_box .inner_box .prev_next a p {
		display: none;
	}
}

.service2 .black_shadow,
.laboratory_detail_page .black_shadow,
.laboratory_page .black_shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	z-index: 2;
	background: rgba(0, 0, 0, .2)
}

.service2 .black_shadow .title h4,
.laboratory_detail_page .black_shadow .title h4,
.laboratory_page .black_shadow .title h4 {
	color: #fff;
	font-size: 48px;
	font-weight: normal;
}

.service2 .black_shadow .title p,
.laboratory_detail_page .black_shadow .title p,
.laboratory_page .black_shadow .title p {
	color: #fff;
	font-size: 24px;
	font-weight: normal;
}

.laboratory_sub_nav {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 14%;
	background: rgba(0, 0, 0, 0.3);
	height: 120px;
	z-index: 2;
}

.laboratory_sub_nav li {
	width: calc(100% / 3);
	float: left;
	height: 100%;
	position: relative;
	bottom: 0;
	transition: all 0.3s;
}

.laboratory_sub_nav li a {
	display: block;
	color: #fff;
	height: 100%;
	position: relative;
	/* background: rgba(0, 0, 0, 0.5); */
}

.laboratory_sub_nav li a .text {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.laboratory_sub_nav li a .text span {
	margin-right: 10px;
}

.laboratory_sub_nav li.active {
	background: rgba(0, 0, 0, 0.6)
}

.laboratory_sub_nav li .img_box {
	transition: all 0.5s;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	opacity: 0;
}

.laboratory_sub_nav li.active .img_box {
	opacity: 1;
}

.laboratory_box {
	padding-bottom: 1%;
}

.laboratory_box .title_box {
	background: #fff;
	padding: 0 14%;
	height: 140px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.laboratory_box .title_box h2 {
	color: #fff;
	font-size: 24px;
}

.laboratory_box .content_box ul {
	overflow: hidden;
	padding: 0 0 1%;
}

.laboratory_box .content_box ul li {
	width: calc(100% / 3);
	float: left;
	position: relative;
	overflow: hidden;
}

.laboratory_box .content_box ul li .img_box {
	width: 100%;
	padding-top: 62%;
	position: relative;
}

.laboratory_box .content_box ul li .img_box .inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.laboratory_box .content_box ul li .img_box .inner img {
	min-width: 100%;
	height: 100%;
}

.laboratory_box .content_box ul li p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #fff;
	text-align: center;
	font-size: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.laboratory_box .content_box ul li p:nth-child(2) {
	background: url(../images/laboratory_bg.png) repeat-x;
	background-size: auto 100%;
	transition: all 0.3s linear;
}

.laboratory_box .content_box ul li p:nth-child(3) {
	background: rgba(24, 79, 156, 0.5);
	height: 100%;
	opacity: 0;
	transition: all 0.3s 0.1s linear;
}

.laboratory_box .content_box ul li p:nth-child(3):after {
	width: 48px;
	height: 48px;
	content: "";
	display: block;
	margin: 10px auto;
	background: url(../images/laboratory_jia.png) no-repeat center center;
	transform-origin: top;
}

.laboratory_box .content_box ul li:hover p:nth-child(2) {
	transform: translateY(60px);
}

.laboratory_box .content_box ul li:hover p:nth-child(3) {
	opacity: 1;
}

@media only screen and (min-width: 100px) and (max-width: 1000px) {
	.laboratory_box .content_box ul li {
		width: calc(100% / 2);
	}
}

@media only screen and (min-width: 100px) and (max-width: 900px) {
	.laboratory_sub_nav {
		padding: 0 5%;
	}
}

@media only screen and (min-width: 100px) and (max-width: 700px) {
	.laboratory_page .title h4 {
		font-size: 20px !important;
	}

	.laboratory_page .title p {
		font-size: 16px !important;
		line-height: 22px;
	}

	.laboratory_sub_nav {
		height: 40px;
	}

	.laboratory_sub_nav li a .text span {
		display: none;
	}
}

@media only screen and (min-width: 100px) and (max-width: 640px) {
	.laboratory_box .content_box ul li {
		width: calc(100% / 1);
	}
}


/**/

.laboratory_detail_page .indexsub_banner_box img {
	height: 160px;
}

.laboratory_detail_box {
	padding: 40px 0;
}

.laboratory_detail_box .content_box {
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
	padding-bottom: 3%;
}

.laboratory_detail_box .content_box h3 {
	font-size: 22px;
	text-align: center;
	color: #555;
	line-height: 34px;
	padding-bottom: 20px;
}

.laboratory_detail_box .content_box h6 {
	font-size: 18px;
	color: #666;
	line-height: 36px;
	font-weight: normal;
}

.laboratory_detail_box .content_box p {
	font-size: 16px;
	color: #666;
	line-height: 36px;
	font-weight: 200;
}

.laboratory_detail_box .prev_next {
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.laboratory_detail_box .prev_next a {
	display: block;
	height: 50px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	border-top: 1px solid #d2d2d2;
	width: 33%
}

.laboratory_detail_box .prev_next a span {
	width: 120px;
	line-height: 50px;
	text-align: center;
	color: #333;
}

.laboratory_detail_box .prev_next a:nth-child(2) span {
	width: 100%;
}

.laboratory_detail_box .prev_next a p {
	width: calc(100% - 120px);
	padding: 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #000;
}

.laboratory_detail_box .prev_next a:nth-child(3) p {
	text-align: right;
}


/******************子 试验室********************/

.service2 .indexsub_banner_box .sub_nav li {
	width: calc(100% / 3 - 1px);
}

.service2_box {
	padding: 2% 0 0;
}

.service2_box .sub_nav {
	width: 100%;
	margin: 1% 0 1%;
	text-align: center;
}

.service2_box .sub_nav li {
	width: 206px;
	height: 72px;
	text-align: center;
	display: inline-block;
}

.service2_box .sub_nav li a {
	width: 100%;
	height: 100%;
	line-height: 70px;
	font-size: 18px;
	display: block;
	color: #333;
}

.service2_box .sub_nav li.active a {
	background: url(../images/service2_active_bg.png) no-repeat center center;
	background-size: 100% 100%;
}

.service2_box .pst {
	width: 90%;
	max-width: 1500px;
	margin: 0 auto 2%;
	position: relative;
	z-index: 2;
}

.service2_box .pst a {
	color: #333;
	margin: 0 3px;
}

.service2_box .pst a:hover {
	color: #567598;
}

.service2_box .list_box {
	width: 90%;
	max-width: 1400px;
	margin: 30px auto;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	height: 280px;
	overflow: auto;
}

.service2_box .list_box::-webkit-scrollbar {
	width: 4px;
}

.service2_box .list_box::-webkit-scrollbar-track {
	background: url(../images/sub_center_scroll.png) repeat-y center top;
	border-radius: 2em;
}

.service2_box .list_box::-webkit-scrollbar-thumb {
	background-color: var(--mainColor);
	border-radius: 2em;
}

.service2_box .list_box li {
	/* float: left; */
	font-size: 15px;
	color: #333333;
	line-height: 22px;
	height: 50px;
	margin: 10px 9px;
	border: 1px solid #bfbfbf;
	width: 210px;
	text-align: center;
	border-radius: 4px;
	transition: all 0.3s;
	cursor: pointer;
	background: rgba(255, 255, 255, .5);
	padding: 0 2%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.service2_box .list_box li:hover {
	color: #567598;
	border: 1px solid #567598
}

.service2_box .list_box li.active {
	background: #567598;
	color: #fff;
	border: 1px solid #567598
}

.service2_box .content_box {
	width: 98%;
	/* max-width: 1400px; */
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	opacity: 0;
	height: 0;
	z-index: 1;
	margin: 0 auto;
}

.service2_box .content_box.show {
	opacity: 1;
	z-index: 2;
	height: 500px;
}

.service2_box .content_box_wrap {
	position: relative;
	height: 500px;
	margin: 0 auto 4%;
}

.service2_box .content_box .left_box {
	width: 50%;
	float: left;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	overflow: hidden;
	height: 500px;
}

.service2_box .content_box .left_box .service2_swiper {
	height: 100%;
	width: 100%;
}

.service2_box .content_box .left_box .service2_swiper .swiper-slide {
	min-width: 100%;
}

.service2_box .content_box .left_box .service2_swiper .swiper-pagination {
	text-align: right;
	padding-right: 2%;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
	/* background-color: white; */
	padding: 6px 2%;
}

.service2_box .content_box .left_box .service2_swiper .swiper-pagination-bullet {
	background: #fff;
	width: 12px;
	height: 12px;
	border-radius: 0 !important;
}

.service2_box .content_box .left_box img {
	min-width: 100%;
	height: 100%;
}

.service2_box .content_box .right_box {
	width: 50%;
	float: right;
	background: url(../images/sub_laboratory_bg.png) no-repeat center center;
	background-size: cover;
	height: 500px;
	padding: 4% 5%;
}

.service2_box .content_box .right_box .text {
	overflow: auto;
	max-height: 320px;
	padding-right: 30px;
}

.service2_box .content_box .right_box .text::-webkit-scrollbar {
	width: 4px;
}

.service2_box .content_box .right_box .text::-webkit-scrollbar-track {
	background: url(../images/sub_center_scroll.png) repeat-y center top;
	border-radius: 2em;
}

.service2_box .content_box .right_box .text::-webkit-scrollbar-thumb {
	background-color: var(--mainColor);
	border-radius: 2em;
}

.service2_box .content_box .right_box h3 {
	font-size: 24px;
	line-height: 40px;
	position: relative;
	margin-bottom: 20px;
}

.service2_box .content_box .right_box h3:after {
	width: 62px;
	height: 3px;
	background: var(--mainColor);
	content: "";
	display: block;
}

.service2_box .content_box .right_box h6 {
	color: #333;
	font-size: 16px;
	line-height: 28px;
	padding: 15px 0;
}

.service2_box .content_box .right_box p {
	color: #666666;
	font-size: 16px;
	line-height: 36px;
	padding: 10px 0;
	letter-spacing: 3px;
}



@media only screen and (min-width: 100px) and (max-width: 1000px) {
	.service2_box .content_box_wrap {
		height: auto;
	}

	.service2_box .content_box {}

	.service2_box .content_box.show {
		height: auto;
	}

	.service2_box .content_box .left_box {
		width: 100%;
		float: none;
		height: auto;
		margin: 0 auto;
		padding: 5%;
		background: #f5f5f5;
	}

	.service2_box .content_box .left_box .service2_swiper {
		height: auto;
	}

	.service2_box .content_box .left_box img {
		width: 100%;
		height: auto;
	}

	.service2_box .content_box .right_box {
		width: 100%;
		float: none;
		height: auto;
	}
}

@media only screen and (min-width: 100px) and (max-width: 750px) {
	.service2_box .sub_nav {
		padding: 30px 5%;
	}

	.service2_box .sub_nav li {
		width: calc(100% / 3 - 1%);
		height: 50px;
	}

	.service2_box .sub_nav li a {
		line-height: 50px;
	}

	.service2_box .list_box {
		height: 220px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 620px) {
	.service2_box .list_box li {
		width: 100%;
	}
}


/******************子 试验室********************/


/*合作伙伴*/

.sub_partner {
	background: url(../images/sub_partner_bg.jpg) no-repeat center center;
	background-size: cover;
}

.partner {
	width: 100%;
	max-width: 1300px;
	padding: 4% 0;
	position: relative;
	margin: 0 auto;
}

.partner_swiper {
	width: calc(100% - 50px);
	max-width: 1000px;
	margin: 0 auto;
}

.partner .swiper-button-prev {
	width: 35px;
	height: 62px;
	background: url(../images/sub_partner_left1.png) rgba(0, 0, 0, 0);
	background-size: 100% 100%;
	outline: none;
	transition: all 0.3s;
}

.partner .swiper-button-prev:hover {
	background-color: var(--mainColor);
	background-size: 100% 100%;
}

.partner .swiper-button-next {
	width: 35px;
	height: 62px;
	background: url(../images/sub_partner_right1.png) rgba(0, 0, 0, 0);
	background-size: 100% 100%;
	outline: none;
	transition: all 0.3s;
	left: auto;
}

.partner .swiper-button-next:hover {
	background-color: var(--mainColor);
	background-size: 100% 100%;
}

.partner ul {
	margin-top: 5%;
	overflow: hidden;
	border: 1px solid #ddd;
	background: #fff;
	padding: 3%;
	/*background:url(images/sub_bg) no-repeat left center;*/
	background-size: cover;
}

.partner ul li {
	width: calc(100% / 5 - 20px);
	margin: 0 10px 30px;
	float: left;
}

@media only screen and (min-width: 100px) and (max-width: 1000px) {
	.partner ul li {
		width: calc(100% / 4 - 20px);
	}

	.partner ul li:nth-of-type(n+9) {
		display: none;
	}
}

@media only screen and (min-width: 100px) and (max-width: 800px) {
	.partner ul li {
		width: calc(100% / 3 - 20px);
	}

	.partner ul li:nth-of-type(n+9) {
		display: block;
	}

	.partner ul li:nth-of-type(n+10) {
		display: none;
	}

	.partner .swiper-button-prev,
	.partner .swiper-button-next {
		width: 24px;
		height: 30px;
	}

	.partner ul {
		margin-top: 0;
	}
}

.partner ul li .img_box {
	height: ;
	border: 1px solid #aaa;
	padding-top: 100%;
	position: relative;
	border-radius: 50%;
	transition: all 0.3s;
	width: 100%;
	overflow: hidden;
}

.partner ul li:hover .img_box {
	border: 1px solid var(--mainColor);
}

.partner ul li .img_box .inner_box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 15%;
}

.partner ul li .img_box img {
	width: 100%;
	transition: all 0.3s;
}

.partner ul li:hover .img_box img {
	transform: scale(1.1);
}

.partner ul li .text_box {
	/* padding: 0 20px; */
	text-align: center;
	line-height: 20px;
	font-size: 14px;
	height: 40px;
	margin: 10px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}


/*合作伙伴*/