.is-moblie-img {
	display: none;
}

.mobile-next-level {
	padding-left: 3.13rem;
	display: none;
}

.mbbanner {
	display: none;
}

.header {
	width: 100%;
	background: #818e9e;
	position: relative;
	border-bottom: 1px solid transparent;
}

.header .box {
	position: relative;
	top: 1px;
	width: 1296px;
	margin: 0 auto;

	height: 100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header .box .logo {
	float: left;

}

.subLine {
	display: none;
}

.header .box .logo a {
	display: flex;
	align-items: center;
}

.mask_nav li.on a {
	color: #fff;
}

.header .logo a svg {
	width: auto;
	height: 70px;
}

.header .logo a div {
	font-size: 12px;
	font-family: light;
	color: #393e4d;
	margin-left: 17px;
	line-height: 16px;
}

.header .logo a div>h1 {
	margin-bottom: 6px;
	font-size: 28px;
	font-family: medium;
	font-weight: normal;
	color: rgba(57, 62, 76, 1);
	line-height: 33px;
}

.header .nav {
	position: relative;
	height: 100%;
	display: flex;
	align-items: flex-end;
	/* padding-top: 46px; */

}

.header .nav>ul {
	/* position: absolute; */
	bottom: 24px;
}

.header .nav ul li {
	float: left;
	margin-right: 16px;
	padding-bottom: 24px;
	position: relative;


}

.header .nav ul li:hover,
.header .nav ul li:hover .name-en {
	font-weight: bold !important;
}

.header .nav ul li::after {
	position: absolute;
	bottom: 0;
	width: 100%;
	display: block;
	content: '';
	border-bottom: solid 3px #fff;
	transform: scaleX(0);
	opacity: 0;
	transition: all 200ms ease-out;
	transition-property: transform, opacity;
}

.header .nav ul li.on::after,
.header .nav ul li:hover::after {
	transform: scaleX(1);
	opacity: 1;
	font-weight: bold;

}

.language {
	display: flex;
	border-left: 1px solid #42434D;
	margin-bottom: 26px;
	font-size: 14px;
	font-family: Georgia;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	opacity: 0.9;
}

.header .nav ul li a {
	color: #42434D;
	font-size: 15px;
	font-family: exlight;
}

.header .nav ul li a:hover {
	color: #fff;
}

.index_banner2 {
	margin-top: 0 !important;
}

.header .nav span.pcSousuo {
	display: none;
	color: #42434d;
	font-size: 12px;
	border-left: 1px solid #42434d;
	padding: 0 11px;
	cursor: pointer;
	border-right: 1px solid #42434d;

}

.header .nav .language a {
	color: #42434d;
	font-family: light;
	font-size: 12px;
	display: inline;
	padding-left: 14px;

}

.header .nav .language a:hover {
	color: #fff;
}

.mobileSearch {
	display: none;
}

.header .search_wrap {
	display: none;
	width: 100%;
	background: #f3f3f3;
	position: absolute;
	top: 106px;
	left: 0;
	z-index: 13;

}

.search_box {
	width: 1296px;
	margin: 0 auto;
	padding: 15px 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.search_box .left {
	color: #c3c3c3;
	font-size: 16px;
}

.search_box .left input {
	border: 0;
	background: transparent;
	color: #c3c3c3;
	margin-left: 4px;
}

.search_box .right span {
	display: block;
	font-size: 16px;
	cursor: pointer;
}

.header .nav .language a.on,
.header .nav ul li.on a {
	color: #fff !important;
}

.sBanner .swiper-container-horizontal>.swiper-pagination-bullets,
.sBanner .swiper-pagination-custom,
.sBanner .swiper-pagination-fraction {
	bottom: -8px;
}

.sBanner .swiper-pagination-bullet {
	background: #c8cdd5;
	opacity: 1;
	width: 8px;
	height: 8px;
}

.sBanner .swiper-pagination-bullet-active {
	background: #818e9f;
	opacity: 1;
}

.pcBanner {
	display: block;
}

.pcBanner img {
	/* height: 888px; */
}

.mobileBanner {
	display: none;
}

.mobile_js1 {
	display: block;
}

.mobile_js2 {
	display: none;
}

.mobile_js {
	background: url(../images/banner_bg.jpg) no-repeat center;
	background-size: cover;
	padding: 213px 0 250px 0;
}

.mobile_js .box {
	width: 1296px;
	margin: 0 auto;
	padding: 0 15px 0 46px;
}

.mobile_js .box .title {
	padding-bottom: 0.2rem;
}

.mobile_js .box .title h3 {
	font-size: 74px;
	color: #42434d;
	font-family: Georgia;
	line-height: 68px;
	letter-spacing: -1px;
}

.mobile_js .box .title span {
	color: #12b7dc;
	font-size: 36px;
	font-family: kmedium;
	display: block;
	font-weight: 300;
}

.mobile_js .box .text {
	padding-top: 0.2rem;
	max-width: 736px;
	border-top: 1px solid #42bddc
}

.mobile_js .box .text h3 {
	font-size: 16px;
	color: #12b7dc;
	font-family: medium;
	line-height: 28px;

}

.mobile_js .box .text p {
	font-size: 16px;
	color: #42434d;
	font-family: light;
	line-height: 25px;


}

.mobile_js .box .text p span {
	color: #12b7dc;
}

.index_theBox {
	width: 100%;
	padding: 124px 0;

}

.index_the {
	width: 1296px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.index_the .left {
	width: 554px;
	float: left;
	padding: 21px 88px 21px 57px;
	border-right: 1px solid #42434d;
}

.index_the .right {
	width: 646px;
	float: left;
	padding-left: 86px;
}

.index_the .right h2 {
	font-size: 28px;
	color: #42434d;
	font-family: medium;
	line-height: 34px;
	margin-bottom: 19px;

}

.index_the .right p {
	font-size: 12px;
	color: #42434d;
	font-family: light;
	line-height: 17px;
}

.index_the .right1 {
	display: block;
}

.index_the .right2 {
	display: none;
}

.index_leader ul li {
	width: 100%;
	background: url(../images/index_bg.jpg) no-repeat center;
	background-size: cover;
	border-bottom: 2px solid #12b7dc;
}

.index_leader ul li:last-of-type {
	border-bottom: 0;

}

.index_leader ul li .box {
	width: 1296px;
	margin: 0 auto;
	height: 499px;
}

.index_leader ul li .box img {
	width: 599px;
	height: 492px;
	margin-top: 6px;

}

.index_leader ul li .left {
	/* width:570px;  */
	float: left;
	padding-left: 52px;
}

.index_leader ul li .right {
	float: left;
	/* width: 722px; */
	padding-left: 38px;
	margin-top: 106px;
}

.index_leader ul li .right .name {
	font-size: 70px;
	font-family: Georgia;
	color: #fff;
	/* line-height:54px; */
	letter-spacing: -2px;


}

.index_leader ul li .right .desc,
.organization .intr .desc {
	font-size: 18px;
	margin-top: 4px;
	font-family: light;
	font-weight: 300;
	color: #fff;
}

.index_leader ul li .right .desc em,
.organization .intr .desc em {
	font-size: 18px;

	font-family: KohinoorBangla-Regular;
	font-weight: 300;
	/* color: #fff; */
}

.index_leader ul li .right .position {
	font-size: 48px;
	font-family: medium;
	color: #fff;
	line-height: 40px;
	letter-spacing: 1px;
}

.index_leader ul li .right .expert_ch {
	font-size: 18px;
	font-family: light;
	color: #12b7dc;
	line-height: 51px;
	margin-top: -3px;
}

.index_leader ul li .right .expert_ch em {
	font-size: 18px;
	font-family: Georgia;
	color: #12b7dc;
	line-height: 21px;
	/* margin-top: -1px; */
}

.index_leader ul li .right .expert_ch2 {
	font-size: 18px;
	font-family: light;
	color: #12b7dc;
	/* line-height:51px; */
	/* margin-top: -3px; */
}

.index_leader ul li .right .expert_ja {
	font-size: 32px;
	font-family: light;
	color: #12b7dc;
	line-height: 0;
	letter-spacing: -3px;
}

.index_leader ul li .right .expert_ja2 {
	font-size: 32px;
	font-family: light;
	color: #12b7dc;
	line-height: 40px;
	letter-spacing: -3px;
}

.index_leader ul li .right .link {
	display: block;
	font-size: 16px;
	font-family: exlight;
	color: #818e9e;
	margin-top: 18px;
}

.index_leader ul li .right .link i {
	color: #fff;
	font-style: normal;
}

.index_leader ul li .right .link2 {
	display: block;
	font-size: 16px;
	font-family: exlight;
	color: #818e9e;
	/* margin-top: 18px; */
}

.index_leader ul li .right .link2 i {
	color: #fff;
	font-style: normal;
}

.index_leader ul li .right .js {
	font-size: 18px;
	font-family: Georgia;
	color: #EDEDED;
	margin-top: 49px;
	letter-spacing: 1px;
}

.index_leader ul li .right .js2 {
	font-size: 14px;
	font-family: Georgia;
	color: #fff;
	margin-top: 49px;
	letter-spacing: 1px;
}

.index_leader ul li:nth-of-type(2) .left {
	padding-left: 117px;
	/* padding-right: 40px; */
}

.index_leader ul li:nth-of-type(2) .left img {
	width: 606px;
	height: 496px;
	margin-top: 3px;
	position: absolute;
	/* padding-right: 40px; */
}

.index_leader ul li.right {
	padding-left: 60px;
}

.index_leader ul li:nth-of-type(2) .right {
	padding-left: 180px;
}

.index_leader ul li:nth-of-type(2) .right .position {
	/* line-height:58px; */

}

.index_leader ul li:nth-of-type(3) .right .position2 {
	letter-spacing: -6px;
	font-size: 34px;
	line-height: 18px;
	color: #12b7dc;
}

.index_leader ul li:nth-of-type(3) .right .position {
	letter-spacing: -6px;
	font-size: 34px;
	line-height: 18px;
	color: #12b7dc;
}

.index_leader ul li:nth-of-type(3) .right .position2 {
	letter-spacing: -6px;
	font-size: 34px;
	line-height: 18px;
	color: #12b7dc;
}

.index_leader ul li:nth-of-type(3) .right {
	margin-top: 145px;
	padding-left: 10px;

}

.index_leader ul li:nth-of-type(3) img {
	width: 573px;
	height: 495px;
	margin-top: 4px;
}

.index_leader ul li:nth-of-type(3) .right .expert_ch2 {
	font-size: 18px;
	font-family: light;
	color: #12b7dc;

}

.our_mission {
	background: #818e9e;
	width: 100%;
	padding: 90px 0;
	text-align: center;
	display: flex;
	justify-content: center;
	padding: 121px 0 108px;
}

/* 0901 vsh */
.our_mission>div {

	display: flex;
	height: 220px;
}

.our_mission.vsh>div {

	height: 229px;
}

.our_mission .mission_logo-box {
	width: 322px;
	padding-right: 112px;
	border-right: 1px solid #fff;
	text-align: center;
}

.our_mission.vsh {
	padding-top: 140px;
	padding-bottom: 137px;
}

.our_mission.vsh .mission_logo-box {
	width: 438px;
	padding-right: 58px;
	/* border-right: 1px solid #fff;
	text-align: center; */
}

.our_mission.vsh .intr {
	padding: 13px 0 14px 57px;
	font-size: 20px;
}

.our_mission .mission_logo-box>img {
	width: 149px;
	height: 134px;
	display: block;
	margin: 0 auto;

}

/* 0901 diyge */
.our_mission .mission_logo-box>h2 {
	font-size: 38px;
	font-family: Georgia;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	padding-top: 25px;
}

.our_mission .mission_logo-box>p {
	font-size: 18px;
	font-family: light;
	font-weight: 300;
	color: rgba(255, 255, 255, 1);
	line-height: 16px;

}

.our_mission .intr {
	width: 592px;
	padding: 28px 0 28px 83px;
	font-size: 21px;
	font-family: light;
	font-weight: 300;
	text-align: left;
	color: rgba(255, 255, 255, 1);
	line-height: 35px;
}

.our_mission.vsh .intr {
	width: 822px;
	padding-left: 58px;
}

.index_mission {
	background: #818e9e;
	width: 100%;
	padding: 102px 0 82px;
	text-align: center;
}

.index_mission>h2 {
	font-size: 26px;
	color: #fff;
	padding: 0 11px 10px;
	/* display: inline-block; */
	width: 152px;
	line-height: 1;
	margin: 0 auto 117px;
	border-bottom: 1px solid #fff;
}

.index_mission .name-en {
	font-size: 42px;
	font-family: Georgia;
	font-weight: 400;
	color: #fff;
	line-height: 0.8;
	word-spacing: 12px;
	letter-spacing: 12px;
}

.index_mission>.content {
	margin: 27px auto 0;
	width: 761px;
	font-size: 20px;
	color: #fff;
	line-height: 31px;
	font-family: exlight;



}

.index_mission>.content>p:last-child {
	margin-top: 7px;
	text-align: left;
}

.index_mission_1 {
	background: #fff;
	width: 100%;
	padding: 80px 0 93px;
	text-align: center;
}

.index_mission_1>h2 {
	font-size: 26px;
	font-family: medium;
	color: #000;
	padding: 0 11px 10px;
	/* display: inline-block; */
	width: 178px;
	margin: 0 auto 93px;
	border-bottom: 1px solid #42434D;
	line-height: 0.8;
}

.index_mission_1 .name-en {
	margin-bottom: 27px;
	font-size: 42px;
	font-family: Georgia;
	font-weight: 400;
	color: #818E9E;
	word-spacing: 12px;
	letter-spacing: 12.5px;
	line-height: 0.8;
}

.index_mission_1 .content {
	width: 640px;
	margin: 0 auto;
	font-size: 20px;
	text-align: left;
	font-family: exlight;
	font-weight: normal;
	color: rgba(0, 0, 0, 1);
	line-height: 25px;
}

.pc-banner {
	position: relative;
	height: 158px;
}

.pc-banner img {
	height: 158px;
	width: 1920px;
	position: absolute;
	left: 50%;
	margin-left: -960px;

}

.organization {
	width: 1300px;
	margin: 0 auto;
}

.organization>h2 {
	width: 230px;
	font-size: 26px;
	color: #000;
	padding: 0 11px 10px;
	font-family: medium;
	/* display: inline-block; */
	margin: 126px auto 133px;
	border-bottom: 1px solid #41434D;
	line-height: 1;
}

.organization .name-en {
	font-size: 59px;
	font-family: Georgia;
	font-weight: 400;
	color: #818D9D;
	word-spacing: 10px;
	letter-spacing: 5px;
	text-align: center;
	line-height: 0.8;
}

.organization .intr {
	margin-top: 32px;
	margin-bottom: 59px;
	height: 306px;
	display: flex;
	align-items: center;
}

.organization .intr>img {
	width: 647px;
	height: 100%;
}

.organization .intr>.intr-text {
	margin-left: 37px;
}

.organization .intr .intr-en {
	font-size: 34px;
	font-family: Georgia;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
	line-height: 35px;
}

.organization .intr .desc {
	color: #000;
	padding-top: 25px;
	margin-top: 25px;
	border-top: 1px solid #41434D;
}

.organization .list {
	overflow: hidden;
	text-align: center;
	margin-bottom: 102px;
}

.organization .list li {
	float: left;
	width: 408px;
	margin-right: 36px;
}

.organization .list li:nth-child(3n) {
	margin-right: 0;

}

.organization .list img {
	width: 100%;
	height: 306px;
}

.organization .list .title {
	/* display: inline-block; */
	padding: 10px 11px;
	line-height: 1;
	border-bottom: 1px solid #41434D;
	font-size: 34px;
	font-family: Georgia;
	font-weight: 400;
	width: 172px;
	margin: 0 auto;
}

.organization .list .list-desc {
	margin-bottom: 25px;
	font-size: 16px;
	font-family: light;
	font-weight: 300;
	color: rgba(0, 0, 0, 1);
	line-height: 35px;
}

.index-other-content {
	/* width: 1300px; */
	/* margin: 0 auto; */
	padding: 92px 0;
	background: #F1F1F7;
}

.index-other-content .content {
	width: 1300px;
	margin: 0 auto;
	padding: 0 60px;
	overflow: hidden;
}

.index-other-content .content .text {
	float: left;
	;
	width: 450px;

	font-size: 27px;
	font-family: Georgia;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
	line-height: 32px;
	margin-right: 62px;
}

.index-other-content .content .desc {
	font-size: 12px;
	font-family: Georgia;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
}

.index_medit .box {
	padding: 130px 0;
}

.index_medit .box .left {
	width: 520px;
	padding: 20px 0 20px 64px;
}

.index_medit .box .right p {
	font-size: 20px;
	font-weight: 300;
}

.index_medit .box .left h2 {
	letter-spacing: 0;
}

.index_medit .box .right {
	width: 735px;
	padding-left: 70px;
}

.index_medit .box .left p {
	font-weight: 300;
}

.index_page {
	background-image: linear-gradient(to right, #090c11, #42434d);
	width: 100%;
}

.index_page .box {
	width: 1296px;
	padding: 0 15px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	height: 78px;
}

.index_page .next i.icon-right {
	margin-right: -8px;
}

.index_page .prev i.icon-left {
	margin-left: -8px
}

.index_page .box div a {
	color: #fff;
	font-size: 16px;
	font-family: exlight;
	display: flex;
	align-items: center;
}

.index_pageTop {
	display: none;
}

.index_page1 {
	display: block;
}

.index_page2 {
	display: none;
}

.index_page .box div i {
	font-size: 34px;
}


.is-moble {
	display: none;
}

.footer {
	background: #818e9e;
	width: 100%;
}

.footer .box {
	width: 1296px;
	margin: 0 auto;
	padding: 60px 0 100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.m-splite {
	display: none;
}

.footer .box .left-box {}

.footer .box .left-box .logo {
	height: 90px;
	margin-bottom: 36px;
}

.footer .box .left-box>p.bottom-info {
	font-size: 12px;
	font-family: exlight;
	font-weight: normal;
	color: #41434D;
	line-height: 17px;
}

.footer .box .left-box>p {
	line-height: 0;
}

.footer .box .left-box>p.bottom-info>span {
	margin-right: 24px;
	color: #41434D;

}

.footer .box .left-box>p.bottom-info span:hover {

	color: #ffffff;

}

.footer .box .left-box .copy {
	font-size: 14px;
	font-family: Georgia;
	font-weight: 400;
	color: rgba(59, 61, 77, 1);
	line-height: 9px;
}

.footer .box .left-box .copy span {
	margin-right: 4px;
}

.footer .logo a {
	display: flex;
	align-items: center;
}

.footer .logo a svg {
	width: auto;
	height: 89px;
}

.footer .logo a div {
	font-size: 12px;
	font-family: light;
	color: #393e4d;
	margin-left: 17px;
	line-height: 16px;
}

.footer .logo a div>h1 {
	margin-bottom: 6px;
	font-size: 28px;
	font-family: medium;
	font-weight: normal;
	color: rgba(57, 62, 76, 1);
	line-height: 33px;
}

.footer .box .right-box {
	text-align: right;
	position: relative;
}

.footer .box .right-box .link {
	font-size: 14px;
	font-family: exlight;
	font-weight: normal;
	color: #fff;
}

.footer .box .right-box .link a {
	display: inline-block;
	color: #41434D;
}

.footer .box .right-box a.on {
	color: #fff !important;
}

.footer .box .right-box .other-link {
	font-size: 12px;
	font-family: exlight;
	font-weight: normal;
	color: #fff;
	margin-top: 21px;
	line-height: 19px;
}

.footer .box .right-box .other-link a {
	color: rgba(65, 67, 77, 1);
	display: inline;
	padding: 0 2px;
}

.footer .box .right-box em {
	font-family: Georgia;


}

.footer .box .right-box .icon {
	/* margin-top:48px; */
	font-size: 29px;
	height: 72px;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}
.footer .box .right-box .icon img{
	width: 29px;
	height: 29px;
}

.footer .box .right-box .mobile-icon {
	display: none;
}

.footer .box .right-box .icon span {
	margin-right: 54px;
}

.footer .box .right-box .icon span:last-child {
	margin-right: 0;
	font-size: 14px;
	font-family: exlight;
	font-weight: normal;
	color: rgba(66, 67, 77, 1);
}

.footer .box .right-box .icon a .hover {
	display: none;
}

.footer .box .right-box .icon a:hover img {
	display: none;
}

.footer .box .right-box .icon a:hover .hover {
	display: inherit;
}

.footer .box .right-box .icon span:hover .bottom-mail {
	opacity: 1;
}

.footer .box .right-box .bottom-mail {
	position: absolute;
	bottom: -38px;
	right: 0;
	padding: 7px 10px;
	font-size: 15px;
	font-family: Georgia;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	background: #42434D;
	letter-spacing: 0.5px;
	opacity: 0;
}

.footer .box .right-box .bottom-mail:hover {
	opacity: 1;
}

/* / */
.footer .box .left {
	width: 59%;
	margin-left: 10px;
}

.footer .box .left .link {
	color: #333;
	line-height: 20px;
	font-size: 14px;
}

.footer .box .left .link a {
	font-size: 14px;
	font-family: exlight;
	color: #fff;
	display: inline-block;
	padding-right: 4px;
	margin-right: 2px;
}

.footer .bottom {
	color: #fff;
	line-height: 20px;
	font-size: 14px;
	text-align: right;
	width: 1296px;
	margin: 0 auto;
	padding-bottom: 84px;
	font-family: kmedium;
}

.footer .box .left h3 {
	color: #fff;
	font-size: 14px;
	font-family: exlight;
	line-height: 10px;
	margin-top: 28px;
}

.footer .left-box .address {
	font-size: 12px;
	font-family: exlight;
	color: #41434D;
	margin-left: 0px;
	/* display: block; */
}

.footer .box .left .address span.add {
	font-size: 12px;
}

.footer .box .left .address span:last-of-type {
	padding-right: 0;
}

.footer .box .right {
	display: flex;
	align-items: center;
	text-align: right;
	flex: 1;
	padding-top: 0.5rem;
	margin-left: 10px;
}

.footer .box .right p {
	font-size: 12px;
	font-family: kmedium;
	color: #fff;
	flex: 1;
}

.footer .box .right p span {
	display: block;
}

.footer .box .right p span a {
	color: #fff;
	font-weight: 300;
}

.footer .box .right div {
	width: 88px;
}

.footer .box .left .address {
	display: flex;
	align-items: center;
	margin-top: 0.05rem;
}

.footer .center {
	float: left;
}

.sBanner2 {
	display: none;
}

.sBanner1 {
	display: block;
	height: 887px
}

.sBanner1.vsh {
	height: auto;
}

.pcbanner.vsh img {
	/* height: 607px; */
}

/***********************index end**********************/
.sBanner1 .swiper-container {
	height: 100%;
}

.sBanner1 .swiper-container a,
.sBanner1 .swiper-container img {
	height: 100%;
}

.font-en {
	font-family: Georgia, 'Times New Roman', Times, serif;
}




/***********************细胞修复 start**********************/
.cell_yanjiu {
	/* width: 1296px; */
	/* margin: 106px auto 0 auto; */
	background: #f9f9f9;
	padding-top: 106px;
	display: flex;
	justify-content: center;

}

.cell_yanjiu .left {
	width: 602px;
	float: left;
}

.cell_yanjiu .left h2 {
	display: none;
}

.cell_yanjiu .right {
	float: left;
	width: 664px;
	padding-left: 70px;
}

.cell_yanjiu .right h2 {
	font-size: 50px;
	font-family: medium;
	line-height: 58px;
	color: #42434d;
	padding-right: 23px;
	letter-spacing: 1px;
}

.cell_yanjiu .right .text {
	margin-top: 50px;
}

.cell_yanjiu .right p {
	font-size: 17px;
	font-family: light;
	line-height: 26px;
	color: #41434D;
	font-weight: 400;
}

.cell_yanjiu .right p.position {
	margin-bottom: 5px;
	/* font-weight: 600; */
}

/* 0831 */
.cell_the.vsh .box {
	height: 245px;
}

.cell_the.vsh {
	padding: 139px 0 126px;
	background: #fff;
}

.cell_the1 {
	display: block;
	background: #E4E4E5;
}

.cell_the2 {
	display: none;
}

.cell_the {
	/* background: #f1f1f2; */
	padding: 86px 0 83px 0;
}

/* 20200828 */
.cell_the .box {
	width: 1296px;
	margin: 0 auto;
	/* padding: 0 15px; */
	display: flex;
	height: 181px;
}

.cell_the.pmcl .box {
	height: auto;
}

.cell_the.pmcl h4 {
	line-height: 1;
}

.cell_the .box>div {
	float: left;
}

.cell_the.hypoxia .box>div {
	padding-bottom: 34px;
}

.cell_the .box .first {
	width: 315px;
	padding-right: 35px;
	border-right: 1px solid #42434d;
	display: flex;
	align-items: center;
}


.cell_the .box .first img {
	height: 138px;
	width: auto;
}

.cell_the.vsh .box .first {
	width: auto;
	padding-right: 80px;
	border-right: 1px solid #42444E;
	display: flex;
	align-items: center;
	padding-top: 12px;
	padding-bottom: 35px;

}

.cell_the .box .two {
	width: 246px;
	padding-right: 35px;
	padding-left: 35px;
	border-right: 1px solid #42434d;

}

.cell.cell_the .box .two {
	width: 299px;
}

.cell_the .box .third {
	width: 388px;
	padding-right: 35px;
	padding-left: 35px;
	border-right: 1px solid #42434d;

}

.cell_the.cell .box .third {
	width: 414px;
}

.cell_the.vsh .box .third {
	width: 740px;
	padding-right: 0;
	border: none;
	padding-left: 86px;
	padding-top: 22px;
	padding-bottom: 44px;
}

.cell_the .box .four {
	width: 323px;
	padding-left: 34px;


}

.cell_the.hypoxia .box .four {
	width: 360px;
}

.cell_the .box .four.vesicleFour {
	width: 364px;
}

.cell_the .box .four.cellFour {
	flex-basis: 328px;
	width: 328px;
}

.cell_the .four .text p span,
.cell_the .box .third p span {
	width: 72px;
}

.cell_the .four .text p i,
.cell_the .box .third p i {
	flex: 1;
}

.cell_the .box .second h3 {
	font-size: 18px;
	color: #000;
	font-family: light;
	line-height: 38px;
	margin-bottom: 6px;
}

.cell_the.hypoxia .box .second h3 {
	margin-bottom: 22px;
}

.cell_the.vsh .box .second h3 {
	font-size: 34px;
	font-family: medium;
	color: #42444E;
	line-height: 39px;
}

.cell_the .two h3 {
	font-family: KohinoorBanglaLight !important;
}

.cell_banbot {
	display: none;
}

.cell_the .two .text p,
.cell_the .box .second p {
	font-size: 14px;
	color: #42434d;
	font-family: exlight;
	line-height: 30px;
	display: flex;
	align-items: flex-start;
	line-height: 18px;
	/* margin-bottom: 8px; */
}

.cell_the.vsh .box .second p {

	margin-bottom: 0;
}

.cell_the .two .text p span,
.cell_the .box .second p span {
	display: block;
	width: 77px;
}

.cell_the.cell .two .text.reset p span,
.vesicle.cell_the .two .text.reset p span,
.hypoxia.cell_the .two .text.reset p span {
	display: inline;
	width: auto;
}

.cell_the .box .second p span span {
	padding-right: 0;
	font-family: exlight;
}

.cell_the .box .second p span span:first-child {
	font-size: 14px;
}

.cell_the .box .second p span span.small {
	font-size: 12px;
}

.cell_the .two .text p span {
	padding-right: 0 !important;
	white-space: nowrap;

}

.cell_the .two .text p i,
.cell_the .box .second p i {
	font-style: normal;
	display: inline-block;
}

.cell_the2 .box .two h3 {
	font-family: KohinoorBanglaLight;
}

/* change in vesicle */
.cell_result {
	width: 100%;
	background: #fcfcfc;
	padding: 79px 0 90px 0;
}

.cell_result .box {
	width: 1296px;
	padding: 0 15px;
	margin: 0 auto;
}

.cell_result .item h2 {
	color: #fff;
	font-size: 24px;
	height: 38px;
	line-height: 34px;
	background: #12b7dc;
	text-align: center;
	font-family: light;
	font-weight: 300;

}

.cell_result .item h3 {
	color: #000;
	font-size: 36px;
	line-height: 38px;
	text-align: center;
	font-family: medium;
	line-height: 108px;
}

.cell_result .item .text p {
	color: #42434D;
	font-size: 16px;
	font-family: light;
	line-height: 27px;
	font-weight: 300;
}

.cell_result.hypoxia .item .text p {
	font-size: 15.3px;

}

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

.cell_result .item2 .text {
	margin-top: 31px;
	padding: 0 18px;
}

.cell_result .item .text {
	padding: 0 17px;

}

.cell_result .cell_resultImg {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 40px 0;
}

.cell_result.hypoxia .cell_resultImg {
	margin-bottom: 0;
}

.cell_result .cell_resultImg .img {
	width: 507px;
	float: left;
}

.cell_result .cell_resultImg .imgs img {
	width: 179px;
	margin-left: 52px;
	float: left;
}

.cell_result .cell_resultImg .js {
	font-size: 12px;
	color: #42434d;
	font-family: exlight;
	float: left;
	margin-left: 96px;
	line-height: 20px;
	width: 453px;
	font-weight: 300;
}


.vesicle_box .cell_resultImg .img {
	/* width: 406px; */
}

.vesicle_box .cell_resultImg .js {
	width: 514px;
	/* width: 510px; */
	margin-left: 0;
	margin-right: 92px;

}

.hypoxia .cell_resultImg .img {
	width: 602px;
}

.hypoxia .cell_resultImg .js {
	width: 397px;
	margin-left: 27px;

}









.cate_title {
	width: 1296px;
	padding: 0 15px;
	margin: 102px auto 48px auto;
}

.cate_title p {
	font-size: 42px;
	color: #42434d;
	font-family: light;
	line-height: 30px;
	display: block;
}

.cate_title span {
	font-size: 18px;
	color: #42434d;
	font-family: exlight;
	line-height: 30px;
	display: block;
	margin-top: 33px;
	margin-bottom: 5px;

}

.cate_title span span {
	display: inline;
}

.cate_title h2 {
	font-size: 42px;
	color: #12b7dc;
	font-family: medium;
	display: block;
	line-height: 30px;
}


.cate_six {
	width: 100%;
	background: #42444d;
	padding: 40px 0 42px 0;
}

.cate_six .box {
	width: 1296px;
	margin: 0 auto;
	padding: 0 15px;
}

.cate_six .box .title {
	font-size: 34px;
	color: #12b7dc;
	font-family: KohinoorBanglaLight;
	letter-spacing: 1px;
}

.cate_six .box ul {
	display: flex;
	justify-content: center;
	margin-top: 32px;
}

.cate_six .box ul li {
	float: left;
	margin-right: 152px;

}

.cate_six .box ul li.special {
	display: none;
}

.cate_six .box ul li:last-of-type {
	margin-right: 0;
}

.cate_six .box ul li p {
	width: 106px;
	height: 106px;
	border-radius: 50%;
	margin: 0 auto;
}

.cate_six .box ul li h2 {
	font-size: 18px;
	color: #fff;
	text-align: center;
	margin-top: 20px;
	font-family: light;
}



.ctar_text {
	width: 1296px;
	padding: 0 15px;
	margin: 60px auto 60px auto;
}

.ctar_text p {
	font-size: 18px;
	color: #818e9e;
	color: #313131;
	font-weight: 400;
	font-family: light;
	line-height: 38px;
	margin-bottom: 20px;

}

.ctar_text p span {
	font-size: 22px;
	color: #42434d;
	font-family: kmedium;
}

.ctar_text .img1 {
	width: 100%;
	margin: 60px auto;
	display: block;
}

.ctar_text .img2 {
	display: none;
}

/***********************细胞修复 end**********************/







.privacy_wrap {
	width: 1296px;
	padding: 0 15px;
	margin: 0 auto;
}

.privacy_top {
	margin-top: 120px;
	padding: 0 15px 12px 15px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	border-bottom: 2px solid #12b7dc;
}

.privacy_top .left {
	display: flex;
	align-items: center;
}

.privacy_top .left img {
	width: 160px;
}

.privacy_top .left p {
	font-size: 20px;
	color: #818e9e;
	margin-left: 18px;
	font-family: light;
	margin-top: 44px;
}

.privacy_top .right {
	font-size: 34px;
	color: #42424d;
	font-family: medium;
}

.rightText {
	font-size: 20px;
	color: #42424d;
	font-family: light;
	text-align: right;
	padding: 0 15px;
}

.privacyjs {
	font-size: 22px;
	color: #1eb5dc;
	margin-top: 32px;
	border-bottom: 2px solid #12b7dc;
	padding-bottom: 50px;

}

.privacy_text {
	margin-top: 50px;
	padding-bottom: 40px;
	border-bottom: 2px solid #12b7dc;

}

.privacy_text h2 {
	font-size: 20px;
	color: #42424d;
	background: #d4d4d4;
	font-family: light;
	padding-left: 15px;
	line-height: 29px;
	height: 30px;
}

.privacy_text div {
	padding: 0 18px;
	margin-top: 18px;
	margin-bottom: 18px;
}

.privacy_text p {
	font-size: 16px;
	color: #818e9e;
	font-family: light;
	line-height: 28px;


}

.backTop {
	cursor: pointer;
	margin-top: 16px;
	margin-bottom: 200px;
	text-align: center;
	font-size: 22px;
	color: #1eb5dc;
	font-family: exlight;
}

.backTop i {
	font-size: 20px;
	margin-left: 8px;
}


.hoverI {
	position: relative;
}

.hoverI i {
	display: none;
	position: absolute;
	top: 23px;
	left: 0;
	background: #43434d;
	color: #fff;
	padding: 3px 15px;
	font-size: 14px;
	width: auto;
	font-style: normal;
	white-space: nowrap;
}

.hoverI:hover i {
	display: block;
}

.mask_nav {
	display: none;
}

.popupPage {
	display: none;
}









.science_wrap {
	width: 100%;
	background: #f3f3f3;
	padding-top: 21px;
	padding-bottom: 130px;
}

.science_box {
	width: 1296px;
	margin: 0 auto;
}

.science_box li {
	position: relative;
	background: #fff;
	margin-bottom: 20px;
	border-bottom: 1px solid #dedede;
}

.science_box li:last-of-type {
	margin-bottom: 0;
}

.science_Top {
	display: flex;
	align-items: center;
}

.science_box .science_Left,
.science_box .science_Left img {
	width: 125px;
	height: 125px;
}

.science_box .science_Right {
	margin-left: 18px;
}

.science_box .science_Right h2 {
	font-size: 18px;
	color: #333;
	font-family: kmedium;
	font-weight: bold;
	margin-bottom: 16px;
}

.science_wrap1 .science_Right h2:hover {
	color: #12b7dc !important;
}

.science_box .science_Right p {
	display: flex;
	align-items: center;
}

.science_box .science_Right p span {
	font-size: 14px;
	color: #12b7dc;
	font-family: KohinoorBanglaLight;
	font-weight: bold;
}

.science_box .science_Right p i {
	color: #999;
	margin-right: 7px;
}

.science_box li .slideDown {
	position: absolute;
	bottom: 2px;
	left: 50%;
	width: 0;
	height: 0;
	border-bottom: 0px solid transparent;
	border-top: 10px solid #818e9e;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	cursor: pointer;
	z-index: 9;
}

.science_box li .on {
	border-top: 0px solid transparent;
	border-bottom: 10px solid #818e9e;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}

.science_Bot {
	padding: 10px 18px 130px 18px;
}

.--science_Bot .--bot_xian {
	border-bottom: 1px solid #353636;
}

.science_Bot .bot_xian p span {
	padding-right: 40px;
}

.science_Bot .science_Btext p {
	font-size: 18px;
	color: #333;
	line-height: 32px;
}

.science_Bot h3 {
	font-size: 18px;
	color: #333333;
	height: 100px;
	line-height: 100px;
	text-align: center;
}

.science_Bot .bot_padding {
	margin-bottom: 34px;
}

.science_Bot .bot_padding p {
	font-size: 14px !important;
	color: #333;
	padding-left: 143px;
	line-height: 24px;
}

.science_Bot .bot_xian {
	padding-bottom: 22px;
	margin-bottom: 20px;
}

.science_pdf {
	margin-top: 40px;
}

.science_pdf p a {
	display: flex;
	align-items: center;
	font-size: 18px;
	color: #818e9e;
	height: 88px;
	line-height: 88px;
	border-top: 1px dashed #1eb5dc;
	border-bottom: 1px dashed #1eb5dc;
}

.science_pdf p:first-of-type a {
	border-bottom: 0;
}

.science_pdf i {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 2px solid #1eb5dc;
	margin-right: 10px;
	display: block;
}

.science_pdf span {
	color: #1eb5dc;
	margin-left: 10px;

}

.index_page .turnPage {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;

}

.index_page .turnPage a {
	font-size: 12px;
	color: #818e9e;
	padding: 15px 20px;

	border-right: 1px solid #818e9e;
}

.index_page .turnPage a:last-of-type {
	border-right: 0;
}

.index_page .turnPage a.on {
	color: #1eb5dc;
}

/* vsh研究所 */
.vsh-menu {
	/* width:1920px; */
	display: none;
	height: 100px;
	background: rgba(129, 142, 158, 1);
	position: absolute;
	bottom: -101px;
	left: 0;
	width: 100%;
	border-top: 1px solid #3B3E4D;
	z-index: 999;
}

.vsh-menu>ul {
	width: 1300px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.vsh-menu>ul li {
	display: flex;
	height: 100%;
	line-height: 100px;



}

.vsh-menu>ul a {
	padding: 0 20px;
	font-size: 13px;
	display: inline-block;
	color: #42434D;
}

.vsh-menu>ul li.on a {
	color: #fff
}


/* 药理室 */
.pmcl-box {
	width: 1300px;
	margin: 0 auto;

}

.pmcl-title {

	font-size: 35px;
	font-family: medium;
	font-weight: 500;
	color: #42434D;
	line-height: 1;
}

.pmcl-box>h2 {
	font-size: 50px;
	font-family: medium;
	padding: 52px 0 88px;
	font-weight: normal;
	color: rgba(66, 67, 77, 1);
	line-height: 1;
	text-align: center;
}

.pmcl-box>.intr {
	padding: 0 100px 126px;
	font-size: 18px;
	font-family: light;
	font-weight: 300;
	color: rgba(66, 67, 77, 1);
	line-height: 30px;
}

.pmcl.cell_the {
	padding: 0;
	background: transparent;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	/* margin-top: 40px; */
}

.pmcl.cell_the .people-info>div {
	padding-left: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.pmcl.cell_the>.first img {
	width: 200px;
	height: 240px
}
.pmcl.cell_the>.first .two{
	display: none;
}

.pmcl.cell_the .box {
	/* padding: 0 0 0 100px; */
	width: 900px;
	font-family: exlight;
	margin-top: 32px;

}

.pmcl.cell_the .box .text {
	margin-top: 12px;
	/* font-family: exlight; */

}

.pmcl.cell_the .box .two {
	flex-basis: 242px;
	/* width: 382px; */
	padding: 17px 18px 8px 0;
	font-size: 20px;
}

.pmcl.cell_the .box .second p {
	font-size: 14px;
	line-height: 23px;
	display: block;
}

.pmcl.cell_the .box.two h4 p {
	font-size: 20px;
}

.pmcl.cell_the .box .third {
	flex-basis: 371px;
	padding: 17px 26px 8px 32px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.pmcl.cell_the .box .third em {
	display: block;
}

.pmcl.cell_the .box .third .title {
	font-size: 18px;
	line-height: 44px;
}

.pmcl.cell_the .box .resetThird {
	flex-basis: 448px;
	padding-right: 0;
	padding-left: 26px;
	border-right: none;
}

.pmcl-bottom-img {
	margin-top: 131px;
}

.m-pmcl-bottom-img {
	display: none;
}

.ltd-desc {
	width: 892px;
	margin: 0 auto;
	padding: 120px 0 140px;
	font-size: 26px;
	font-family: exlight;
	font-weight: 400;
	color: rgba(66, 67, 77, 1);
	line-height: 34px;
}

.ltd-desc em {
	font-family: KohinoorBangla-Regular;
}

.ltd-list {
	display: flex;
	justify-content: space-between;
	padding-bottom: 203px;
	width: 1260px;
	margin: 0 auto;
}

.ltd-list li {
	width: 391px;
	height: 325px;
}

.organization .list .list-desc em {
	font-weight: inherit;
}