.page {
	display: flex;
	justify-content: center;
	min-height: 100%;
}

.main-wrap {
	width: 100%;
	max-width: 1100px;
	padding-top: 150px;
}

/* 品牌简介 */
.page-about {
	background: url(../images/about/bg.jpg) fixed no-repeat;
	background-size: cover;
	padding-bottom: 100px;
}

.intro-wrap {
	display: flex;
	align-items: center;
	padding-top: 50px;
}

.intro-wrap .img {
	margin: 30px 0;
}

.intro-infos-text {
	font-size: 16px;
	text-indent: 2em;
	text-align: justify;
	margin-top: 30px;
}

.intro-infos-text p {
	word-break: break-word;
}

.img img {
	max-width: 100%;
}

/* 荣誉资质 */
/* .honor-wrap .imgs {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
*/

.mou {
	display: block;
	width: 100%;
	height: 1px;
}

.honor-wrap .imgs .img {
	margin-bottom: 50px;
}

.honor-wrap .imgs .img img {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;

}

.honor-wrap .imgs .img img:hover {
	-webkit-transform: scale(1.1, 1.1);
}

.honor-wrap .imgs .img img {
	width: 90%;
	margin: 0 auto;
}

.honor-title {
	font-size: 28px;
	text-align: center;
	margin: 90px 0;
	font-weight: bold;
}

.idea-title {
	margin: 120px 0 90px;
}

.idea-list-1>li {
	margin-bottom: 40px;
}

.idea-list-1>li>div {
	display: inline-block;
	height: 45px;
	line-height: 45px;
	background: #203fdd;
	border-radius: 0 10px 0 10px;
	color: #fff;
	font-size: 22px;
	padding-right: 16px;
	margin-bottom: 20px;
}

.idea-list-1>li>div img {
	display: inline-block;
	vertical-align: sub;
	margin: 0 26px 0 14px;
}

.idea-list-2 li {
	background: #fff;
	border-radius: 10px;
	padding: 15px 10px 20px 64px;
	margin-bottom: 32px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}

.idea-list-2 li:nth-child(1) {
	background: url("../images/about/i_r_01_blue.png") #fff no-repeat 15px center;
}

.idea-list-2 li:nth-child(1):hover {
	color: #fff;
	background: url("../images/about/i_r_01_white.png") #203fdd no-repeat 15px center;
}

.idea-list-2 li:nth-child(2) {
	background: url("../images/about/i_r_02_blue.png") #fff no-repeat 15px center;
}

.idea-list-2 li:nth-child(2):hover {
	color: #fff;
	background: url("../images/about/i_r_02_white.png") #203fdd no-repeat 15px center;
}

.idea-list-2 li:nth-child(3) {
	background: url("../images/about/i_r_03_blue.png") #fff no-repeat 15px center;
}

.idea-list-2 li:nth-child(3):hover {
	color: #fff;
	background: url("../images/about/i_r_03_white.png") #203fdd no-repeat 15px center;
}


/* 健康资讯 */
.news-column-title {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 35px;
	margin-top: 50px;
}

.news-list {
	/* margin-bottom: 100px; */
}

.news-list li {
	border-radius: 10px;
	margin-bottom: 26px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	background: #F4F4F4;
}

.news-list li>a {
	padding: 35px 120px 30px 50px;
}

.news-list li>a>h2 {
	line-height: 1.6;
}

.news-list li:hover {
	background: #203fdd;

}

.news-list li:hover a {
	color: #fff;
	background: url("../images/arrow_news.png") transparent no-repeat 95% center;
}

.page-pagination {
	display: flex;
	text-align: right;
	padding: 0;
	margin: 0;
	overflow: hidden;
	justify-content: flex-end;
	margin-bottom: 100px;
	margin-top: 50px;
	align-items: center;
}

.page-pagination ul {
	display: flex;
	margin: 0 15px;
}

.page-pagination li a {
	color: black;
	/* float: left; */
	padding: 4px 10px;
	text-decoration: none;
	font-size: 15px;
}

.page-pagination li.active a {
	color: #fff;
	background: #203fdd;
	border-radius: 5px;
	font-weight: bold;
}

.page-pagination li:not(.active) a:hover {
	color: #203fdd;
}

.page-pagination .prev img,
.page-pagination .next img {
	margin-top: 2px;
}

.page-pagination .next img {
	-webkit-transform: rotate(-180deg);
}



/* 文章详情 */
.breadcrumb {
	padding-top: 150px;
}

.breadcrumb>div {
	width: 100%;
	height: 43px;
	line-height: 43px;
	color: #fff;
	font-size: 18px;
	background: #203fdd;
}

.breadcrumb>div>p {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

.breadcrumb>div>p>a {
	display: inline-block;
	color: #fff;
}

.detail {
	padding-right: 100px;
}

.detail .title {
	font-size: 20px;
	text-align: center;
	padding: 40px 0 35px;
	font-weight: bold;
}

.detail img {
	max-width: 100%;
	height: auto
}

.box-right .title {
	border-bottom: 1px solid #EBEBEB;
	margin-top: 60px;
}

.box-right .title span {
	display: inline-block;
	font-size: 16px;
	color: #203fdd;
	font-weight: bold;
	border-bottom: 2px solid #203fdd;
	padding-bottom: 3px;
	letter-spacing: 2px;
}

.tags-wrap {
	margin-top: 13px;
}

.tags-wrap a {
	background: #EBEBEB;
	height: 24px;
	line-height: 24px;
	font-size: 13px;
	text-align: center;
	margin-bottom: 10px;
	color: #323232;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.tags-wrap a:hover {
	background: #203fdd;
	color: #fff;
}

.tags-wrap.row {
	margin-right: calc(-.2 * var(--bs-gutter-x));
	margin-left: calc(-.2 * var(--bs-gutter-x));
}

.tags-wrap.row .col-md-4 {
	padding-right: calc(var(--bs-gutter-x) * .2);
	padding-left: calc(var(--bs-gutter-x) * .2);
}

.box-pro-list {
	text-align: center;
	font-size: 14px;
	padding: 25px 0 10px;
}

.box-pro-list li {
	margin-bottom: 20px;
}

.box-pro-list li .img {
	margin-bottom: 5px;
}

.box-pro-list li .img img {
	width: 100%;
}

.box-news-list {
	margin-top: 25px;
	margin-bottom: 100px;
}

.box-news-list li {
	margin-bottom: 15px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	background: #F4F4F4;
}

.box-news-list li>a {
	padding: 9px;
}

.box-news-list li>a>h2 {
	line-height: 1.6;
	font-size: 14px;
}

.box-news-list li>a>p {
	font-size: 12px;
	text-align: right;
	color: #7E7E7E;
}

.box-news-list li:hover {
	background: #203fdd;

}

.box-news-list li:hover a,
.box-news-list li:hover a>p {
	color: #fff;
}

/* 加入我们 */
.join-head {
	background: rgba(255, 255, 255, 0.9);
}

.join-banner {
	position: relative;
}

.join-banner-into {
	position: absolute;
	width: 90%;
	max-width: 1300px;
	background: rgba(23, 63, 143, 0.9);
	border-radius: 60px 0 0 0;
	padding: 50px 65px;
	color: #fff;
	font-size: 24px;
	line-height: 2;
	bottom: 10%;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.join-title {
	font-size: 45px;
	color: #393939;
	letter-spacing: 3px;
	background: url("../images/line.png") #fff no-repeat 0 bottom;
	padding-top: 120px;
	padding-bottom: 20px;
}

.job-wrap {
	margin: 50px 0;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 2px 5px 0 #e1e1e1;
}

.job-head-list {
	padding: 0 80px 0;
	background: #203fdd;
	color: #fff;
	border-radius: 5px;
	height: 93px;
	line-height: 93px;
	font-size: 28px;
}

.job-list {
	padding: 0 80px 0;
}

.job-list>li {
	/* padding: 30px 48px; */
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	color: #0D0D0D;
	position: relative;
}

.job-list li .job-th {
	font-size: 25px;
	padding: 30px 0;
}

.job-list .job-duty {
	padding-top: 15px;
	line-height: 2.3;
	color: #4B4B4B;
}

.job-list li .arrow {
	display: inline-block;
	margin-left: 5px;
	/* position: absolute;
	right: 30px;
	top: 0;
	padding: 35px; */
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}

.job-list li .arrow.up {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.job-detail {
	padding: 30px 0 40px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	display: none;
}

.join-banner,
.join-banner img {
	width: 100%;
}

/* 产品 */
.page-pro {
	background: #f6fcff;
	padding-top: 116px;
}

.pro-wrap .main-wrap {
	padding-top: 70px;
}

.product-nav {
	width: 396px;
	height: 68px;
	line-height: 68px;
	background: #E2F5FF;
	border-radius: 34px;
	font-size: 30px;
	letter-spacing: 3px;
	margin: 50px 0 20px;
}

.product-nav a {
	border-radius: 34px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}

.product-nav a.active {
	background: #203FDD;
	color: #fff;
}

.product-nav a {
	width: 50%;
	float: left;
	text-align: center;
}

.pro-wrap-1,
.pro-wrap-2 {
	background: url(../images/pro/bg_01.png) no-repeat center center;
	background-size: cover;
}

.pro-wrap-3,
.pro-wrap-4 {
	background: url(../images/pro/bg_02.png) no-repeat center center;
	background-size: cover;
}

.pro-list .pro-list-left h1 {
	font-size: 38px;
	color: #444544;
	letter-spacing: 10px;
	font-weight: bold;
	margin-top: 25px;
}

.pro-list .pro-list-left h2 {
	font-size: 20px;
	color: #262626;
	letter-spacing: 2px;
	margin: 30px 0 60px;
}



.advantage-list {
	margin-top: 35px;
}

.advantage-list li {
	font-size: 18px;
	margin-bottom: 13px;
	padding-left: 23px;
	margin-left: 28px;
	background: url("../images/index/dot.png") no-repeat 0 center;
}

/* .pro-wrap-1 .advantage-list li,
.pro-wrap-2 .advantage-list li {
	background: url("../images/index/dot.png") no-repeat 0 center;
} */

.pro-wrap-3 .advantage-list li,
.pro-wrap-4 .advantage-list li {
	background: url("../images/pro/dot_02.png") no-repeat 0 center;
}

.advantage-arrow-list li {
	font-size: 16px;
	margin-bottom: 13px;
	padding-left: 20px;
}

.pro-wrap-1 .advantage-arrow-list li,
.pro-wrap-2 .advantage-arrow-list li {
	background: url("../images/pro/arrow_01.png") no-repeat 0 center;
}

.pro-wrap-3 .advantage-arrow-list li,
.pro-wrap-4 .advantage-arrow-list li {
	background: url("../images/pro/arrow_02.png") no-repeat 0 center;
}

.pro-more-btn {
	margin-left: -40px;
	margin-top: 50px;
}

.pro-list-right {
	display: flex;
	align-items: center;
}

.pro-list-right .advantage-list {
	/* height: 380px; */
	margin-top: -100px;
}

/* 产品详情 */
.tab-nav a {
	width: 252px;
	/* height: 186px; */
	margin-bottom: 20px;
	font-size: 15px;
	color: #7E7E7E;
	text-align: center;
	position: relative;
	border-radius: 10px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}

.tab-nav a .img {
	border-radius: 10px;
	border: 2px solid #cbcaca;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}

.tab-nav a.active .img,
.tab-nav a .img:hover {
	border: 2px solid #203fdd;
}

.tab-nav a.active:before,
.tab-nav a:hover:before {
	display: block;
	content: "";
	position: absolute;
	right: -12px;
	top: 58px;
	width: 0;
	height: 0;
	border-bottom: 12px solid transparent;
	border-top: 12px solid transparent;
	border-left: 14px solid #203fdd;
}

.tab-nav a:hover {
	color: #1448C3;
}

/* 
.tab-nav a:nth-child(1) {
	background: url("../images/pro/d_01_01.png") no-repeat 0 0;
}

.tab-nav a:nth-child(2) {
	background: url("../images/pro/d_02_01.png") no-repeat 0 0;
}

.tab-nav a:nth-child(3) {
	background: url("../images/pro/d_03_01.png") no-repeat 0 0;
}

.tab-nav a:nth-child(4) {
	background: url("../images/pro/d_04_01.png") no-repeat 0 0;
}

.tab-nav a:nth-child(1):hover,
.tab-nav a:nth-child(1).active {
	background: url("../images/pro/d_01_02.png") no-repeat 0 0;
}

.tab-nav a:nth-child(2):hover,
.tab-nav a:nth-child(2).active {
	background: url("../images/pro/d_02_02.png") no-repeat 0 0;
}

.tab-nav a:nth-child(3):hover,
.tab-nav a:nth-child(3).active {
	background: url("../images/pro/d_03_02.png") no-repeat 0 0;
}

.tab-nav a:nth-child(4):hover,
.tab-nav a:nth-child(4).active {
	background: url("../images/pro/d_04_02.png") no-repeat 0 0;
} */

.pro-detail {
	display: none;
}

/* 科研团队 */
.page-team {
	background: url("../images/team/bg.jpg") #e4eeff no-repeat 0 0;
	background-size: 100% auto;
	/* overflow-x: hidden; */
}

.container-team {
	width: 100%;
	overflow-x: hidden;
}

.team-imgs {
	width: 944px;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	padding-top: 50px;
	max-width: 100%;
}

.team-imgs .img-1 {
	position: absolute;
	margin-left: 34%;
	top: 0;
	width: 37%;
	z-index: 2;
}

.team-imgs .img-2 {
	width: 40.6%;
}

.team-imgs .img-3 {
	width: 37%;
}

.team-img-4 {
	/* position: absolute;
	top: 460px;
	left: 0;
	right: 0;
	margin: 0 auto; */
	margin: 0 auto;
	margin-top: -100px;
	margin-bottom: 110px;
	position: relative;
	width: 75%;
	z-index: 3;
}

.tech-adv-list li {
	width: 427px;
	max-width: 100%;
	background: #fff;
	padding: 28px 20px;
	margin-top: 28px;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
}

.tech-adv-list li .title {
	display: flex;
	margin-bottom: 22px;
	align-items: center;
}

.tech-adv-list li .title h2 {
	font-size: 24px;
	font-weight: bold;
}

.tech-adv-list li .title .service-icon {
	width: 32px;
	height: 32px;
	margin-right: 26px;
}

.tech-adv-list li .title .service-icon-1 {
	background: url("../images/index/s_02_01.png") no-repeat;
	background-size: cover;
}

.tech-adv-list li .title .service-icon-2 {
	background: url("../images/index/s_01_01.png") no-repeat;
	background-size: cover;
}

.tech-adv-list li .text {
	font-size: 16px;
	line-height: 2;
}

.tech-adv-list li:hover {
	background: #203fdd;
}

.tech-adv-list li:hover .more-btn {
	background: url("../images/index/arrow_2_blue.png") #fff no-repeat center center;
}

.tech-adv-list li:hover {
	color: #fff;
}

.tech-adv-list li:hover .title .service-icon-1 {
	background: url("../images/index/s_02_02.png") no-repeat;
	background-size: cover;
}

.tech-adv-list li:hover .title .service-icon-2 {
	background: url("../images/index/s_01_02.png") no-repeat;
	background-size: cover;
}

.team-tag {
	display: inline-block;
	height: 45px;
	line-height: 45px;
	background: #203fdd;
	border-radius: 0 10px 0 10px;
	color: #fff;
	font-size: 19px;
	letter-spacing: 2px;
	text-align: center;
	padding: 0 16px;
	margin-top: 22px;
	margin-bottom: 10px;
}

.swiper-site-wrap {
	position: relative;
	margin: 0 20px;
}

.swiper-site-wrap .swiper-slide img {
	margin: 0 auto;
}

.swiper-site-button-prev,
.swiper-site-button-next {
	width: 31px;
	height: 31px;
	background-image: none;
}

.swiper-site-button-prev img,
.swiper-site-button-next img {
	width: 100%;
}


.swiper-site-button-prev {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.page-team .advantage-list li {
	margin-left: 0;
	font-size: 17px;
}

.swiper-site-wrap {
	max-width: 100%;
	/* border-radius: 8px;
	border: 1px solid #203fdd;
	overflow: hidden; */
}

.team-imgs-list {
	margin: 100px auto 100px;
}

.team-imgs-list img {
	margin-bottom: 40px;
}

.tech-box-1-left>div {
	padding-right: 70px;
}

.tech-box-4 {
	margin-top: 160px;
}

.tech-box-5 {
	padding: 145px 40px 180px;
}

.tech-box-5-text {
	line-height: 2;
	padding-right: 70px;
	margin-top: 15px;
}

.tech-box-6 {
	margin: 100px 0 140px;
}








@media (max-width: 576px) {
	.main-wrap {
		padding-top: 44px;
	}

	.detail {
		padding-right: calc(var(--bs-gutter-x) * .5);
	}

	.page-pro img {
		max-width: 100%;
	}

	/* 科研团队 */
	.container-team {
		padding: 0 15px;
	}

	.team-img-4 {
		margin-bottom: 50px;
	}

	.tech-box-1-left>div {
		padding-right: 0;
		margin-bottom: 30px;
	}

	.team-imgs-list {
		margin: 50px auto 20px;
	}

	.tech-box-4 {
		margin-top: 60px;
	}

	.tech-box-5 {
		padding: 50px 0;
	}

	.tech-box-5-text {
		padding-right: 0;
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.tech-box-6 {
		margin: 50px 0 50px;
	}

	/* 健康资讯 */
	.news-list li>a {
		padding: 20px;
	}

	/* 产品 */
	.pro-list-right .advantage-list {
		height: auto;
	}

	.advantage-list {
		margin-bottom: 30px;
	}

	.pro-list-right {
		margin-bottom: 30px;
	}

	/* 加入我们 */
	.job-head-list {
		font-size: 12px;
		padding: 0 10px;
		height: 33px;
		line-height: 33px;
	}

	.job-list {
		padding: 0 6px;
	}

	.job-list .job-th li {
		display: flex;
		align-items: center;
	}

	.job-list li .job-th {
		font-size: 10px;
		padding: 10px 0;
	}

	.job-list li .arrow img {
		width: 8px;
	}

	.job-detail h2 {
		font-size: 10px;
	}

	.job-list .job-duty {
		font-size: 8px;
	}

	.job-detail {
		padding: 13px 10px;
	}

	.join-banner {
		padding-top: 44px;
	}

	.join-banner>div {
		padding: 75px 0 70px;
		background: url("../images/j_banner.jpg") no-repeat 92% bottom;
		background-size: cover;
	}

	.join-banner img {
		display: none;
	}

	.join-banner-into {
		position: relative;
		font-size: 12px;
		padding: 22px 12px 20px;
		text-indent: 2em;
	}

	.join-title {
		display: none;
	}

	.job-wrap {
		margin-top: 20px;
	}

	.join-head {
		background: #2347ff;
	}

	/* 产品 */
	.page-pro {
		padding-top: 73px;
	}

	.product-nav {
		width: 225px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		margin: 0 auto 20px;
	}

	.pro-list .pro-list-left h1 {
		font-size: 17px;
		letter-spacing: 1px;
		margin-top: 0;
	}

	.pro-list .pro-list-left h2 {
		font-size: 11px;
		margin: 10px 0 18px;
	}

	.advantage-arrow-list li {
		font-size: 10px;
		margin-bottom: 3px;
		padding-left: 10px;
	}

	.pro-wrap-1 .advantage-arrow-list li,
	.pro-wrap-3 .advantage-arrow-list li {
		background-size: 4px auto;
		display: inline-block;
		margin-right: 6px;
	}

	.pro-wrap-3 .pro-list-left,
	.pro-wrap-4 .pro-list-left {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.pro-more-btn {
		margin-top: -10px;
		width: 120px;
		margin-left: -20px;
	}

	/* .pro-wrap-1,
	.pro-wrap-2 {
		padding: 0 20px;
	} */

	.pro-wrap .main-wrap {
		/* padding-top: 32px; */
		padding: 32px 20px 0;
	}

	.pro-wrap .advantage-list li {
		font-size: 10px;
		margin-left: 0;
		margin-bottom: 6px;
		background-size: 5px auto;
		padding-left: 12px;
		margin-right: 5px;
	}

	.pro-wrap-4 .advantage-list li {
		display: inline-block;
	}

	.pro-wrap .advantage-list {
		margin-top: 0;
		margin-bottom: 10px;
	}

	.pro-wrap .main-wrap {
		width: initial;
	}

	.pro-detail {
		margin-bottom: 50px;
	}

}