@charset 'utf-8';
@font-face {
    font-family: "sourcehansans";
    src: url('../font/sourcehansans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
* {margin: 0px;padding: 0px;box-sizing: border-box;
font-family: "sourcehansans";}
body {margin: 0px;padding: 0px;font-size: 16px;font-size:1.6rem;}
ol, ul, li, dl, dt, dd, form, p, h1, h2, h3, h4, h5, img {margin: 0px;padding: 0px;}
h1, h2, h3, h4, h5{line-height: 1;}
ol, ul, li {list-style: none;padding: 0;margin: 0;}
img {border: none;max-width:100%;}
a {text-decoration: none;border: none;margin: 0;padding: 0;}
input, textarea {outline: 0;resize: none;border: none;border: 0;margin: 0;padding: 0;}
select {border: 0;}
input {margin: 0;padding: 0;border: none;}
table, table td {border-collapse: collapse;}
img {max-width: 100%;vertical-align: middle;object-fit: cover;}
i{font-style: normal;}
.clearfix:after {content: "";height: 0;visibility: hidden;display: block;clear: both;}
.clearfix {zoom: 1;}
.clear {clear: both;}
.fl {float: left;}
.fr {float: right;}
.last{margin-right:0px !important;}
.div68 {width: 67.8%;margin: 0 auto;}
.div72 {width: 85%;margin: 0 auto;}
.banner{ position:relative; z-index:1; width:100%; text-align:center;}
.wrap {width: 100%;_zoom: 1;position: relative;overflow: hidden;background-color: #f7f7f7;}
.line1{overflow: hidden;text-overflow: ellipsis;display: -webkit-box !important;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.line2{overflow: hidden;text-overflow: ellipsis;display: -webkit-box !important;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.line3{overflow: hidden;text-overflow: ellipsis;display: -webkit-box !important;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.line4{overflow: hidden;text-overflow: ellipsis;display: -webkit-box !important;-webkit-line-clamp: 4;-webkit-box-orient: vertical;}
input::-webkit-input-placeholder { /* Edge */font-size: 14px;color: #515151;}
input:-ms-input-placeholder { /* Internet Explorer 10-11 */font-size: 14px;color: #515151;}
input::placeholder {font-size: 14px;color: #515151;}
textarea::-webkit-input-placeholder { /* Edge */font-size: 14px;color: #515151;}
textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */font-size: 14px;color: #515151;}
textarea::placeholder {font-size: 14px;color: #515151;}

/* 去掉滚动条 */
/* ::-webkit-scrollbar {
	width: 0;
} */

.flex{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
}

body,
html {
	font-size: calc(100vw / 120);
	color: #c1c1c1;
}

/* header */
.container {
  padding: 0 15rem;
  width: 100%;
  max-width: 100%;
}

header .head_pc .container {
	width: 100%;
	padding: 0 7.8125rem 0 4.375rem;
}

header {
	position: relative;
}

.head_pc {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 10;
}

.top_pc {
	justify-content: space-between;
	align-items: center;
	height: 4.6875rem;
	line-height: 4.6875rem;
}

.top_pc_l {
	width: 4%;
}

.top_pc_l > a {
	display: -webkit-flex;
	flex-wrap: wrap;
	align-items: center;
}

.top_pc_l > a > img {
	width: 100%;
}

.top_pc_r_ul > li {
	/* position: relative; */
	margin-left: 2px;
}

.top_pc_r_ul > li > a {
	font-size: 1.125rem;
	font-weight: normal;
	font-stretch: normal;
	color: #000000;
	padding: 0 3rem;
	display: inline-block;
}

.top_pc_r_ul > li.cur > a {
	color: #fff;
	background-color: #2ea9a0;
}

.top_pc_r_ul > li:hover > a {
	color: #fff;
	background-color: #2ea9a0;
}

.top_pc_r_ul2 {
	position: absolute;
	width: 100%;
	left: 0%;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	right: 0;
	top: 100%;
	z-index: 999;
	background: #fff;
	transform: scaleY(0);
	transform-origin: top center;
	opacity: 0;
	transition: all .4s;
	justify-content: center;
	background: #2ea9a0;
}

.top_pc_r_ul2 > li {
	padding: 0.5rem 1.5rem;
}

.top_pc_r_ul2 > li > a {
	font-size: 1.125rem;
	color: #fff;
	padding: 0.5rem;
}

.top_pc_r_ul2 > li > a:hover {
	border-bottom: 1px solid #fff;
}

.top_pc_r_ul > li:hover .top_pc_r_ul2 {
	transform: none;
	opacity: 1;
	transition: all .4s;
}

.top_pc_r_lang {
	margin-left: 2rem;
}

.top_pc_r_lang > a {
	display: -webkit-flex;
	flex-wrap: wrap;
	align-items: center;
}

.top_pc_r_lang > a > span {
	font-size: 1.125rem;
	font-weight: normal;
	font-stretch: normal;
	color: #1d1d1d;
	padding-left: 3px;
}

.conter {
	margin-top: 4.6875rem;
}

.banner img {
	width: 100%;
}

.phone {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 999;
	display: none;
	padding: 10px 0;
	width: 100%;
	background: #fff;
	box-shadow: 0 0 2px rgba(0, 0, 0, .1)
}

.phone .wid {
	float: left
}

.phone .wid>a {
	display: inline-block
}

.color_dao .iconfont {
	margin: 0 5px;
	color: #fe7506;
	font-size: 1.875rem
}

.color_dao {
	line-height: 35px
}

.color_dao .daohang_sp {
	position: relative;
	top: -7px;
	font-size: 1.5625rem
}

.color_a {
	position: relative;
	top: -7px;
	font-size: 1.5625rem
}

#phone_nav span,
.seaarch_phone span {
	display: inline-block;
	margin-left: 15px;
	padding: 0 0 0 10px;
	font-size: 20px;
	line-height: 40px
}

/* 手机导航 */
.sjj_nav {
  position: fixed;
  z-index: 9999;
  background: #eee;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 40px;
  top: -100%;
  /* top: 0; */
  left: 0;
  overflow: auto;
  overflow-x: hidden;
  transition: top ease 0.35s;
}

.nav_show {
  top: 0;
}

.sjj_nav>ul>li:first-child {
  overflow: hidden;
  border-top: 0;
}

.sjj_nav>ul>li:first-child>a {
  width: 60%;
}

.sjj_nav>ul>li:first-child .language {
  width: 100%;
  overflow: hidden;
  line-height: 30px;
  margin-top: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}

.sjj_nav>ul>li:first-child .language a {
  width: 50%;
  float: left;
  border-left: 1px #ddd solid;
  text-align: center;
  color: #999;
  display: inline-block;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.sjj_nav>ul>li:first-child .language a.active {
  background: #2ea9a0;
  color: #fff !important;
}

.sjj_nav>ul>li:first-child .language a:last-child {
  border-right: 1px #ddd solid;
}

.sjj_nav ul li i {
  position: absolute;
  top: 10px;
  right: 0px;
  border-left: 1px #ddd solid;
  height: 30px;
  padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
  transform: rotate(-90deg);
  transition: all ease 0.35s;
}

.sjj_nav ul li .sjj_nav_i_se svg {
  transform: rotate(0deg);
}

.sjj_nav .bot>li {
  margin-left: 15px;
}

.sjj_nav ul li {
  border-top: 1px #ddd solid;
  margin-left: 10px;
  position: relative;
  line-height: 50px;
  font-size: 14px;
}

.sjj_nav>ul>li:last-child {
  border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
  display: none;
}

.sjj_nav ul li a {
  color: #666;
  width: 80%;
}

.sjj_nav ul li ul li a {
  color: #999;
  display: block;
  text-align: left;
  width: 100%;
  font-size: 12px;
}

.sjj_nav ul li i svg {
  width: 20px;
  height: 20px;
  fill: #555;
  margin-top: -20px;
}

.sjj_nav ul li .sjj_nav_i_se svg {
  fill: #2ea9a0;
}

.sjj_nav ul li ul li>ul {
  margin-left: 10px;
}

.sjj_nav .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  line-height: 64px;
  background: #eee;
  border-bottom: 1px solid #ddd;
}

.sjj_nav .top a.fl {
	display: block;
	display: -webkit-flex;
	flex-wrap: wrap;
	align-items: center;
	line-height: 64px;
	height: 64px;
}

.sjj_nav .top .fl img {
  height: 43px;
}

.sjj_nav .bot {
  margin-top: 60px;
}

.phone_weibu {
  background: #0A0A0A;
  display: none;
}

.phone_weibu .mobMenu>li>a {
  font-size: 14px;
  padding: 10px 0;
  color: #fff;
}

.phone_weibu .mobMenu>li {
  border-bottom: #424245 1px solid;
}

.phone_weibu .mobMenu>li>.subDepth>li>a {
  font-size: 1em;
  color: #9a9797;
  line-height: 28px;
}

.phone_weibu .mobMenu>li>a::before {
  background-color: #fff;
}

.phone_weibu .mobMenu>li>a::after {
  background-color: #fff;
}

.phone_weibu .mobMenu>li>.subDepth {
  display: none;
}

/* foorer底部 */
footer {
  background: #0a0a0a;
  position: relative;
}

.footer_zong {
	justify-content: space-between;
	padding: 4rem 0;
}

.footer_zong_l {
	width: 18%;
	position: relative;
}

.footer_zong_z > i {
	width: 3px;
	height: 100%;
	background-image: linear-gradient(175deg, 
		#a381b8 0%, 
		#5d7bb8 36%, 
		#73bacb 74%, 
		#2ea9a0 100%);
	display: block;
}

.footer_zong_r {
	width: 65%;
}

.footer_zong_r_ul1 {
	justify-content: space-between;
}

.footer_zong_r_ul1 > li {
	width: 31%;
	margin-right: 2%;
}

.footer_zong_r_ul1 > li.footer_phone_none {
	display: none;
}

.footer_zong_r_ul1 > li:last-child {
	margin-right: 0;
}

.footer_zong_r_ul1 > li > a {
	font-size: 1.25rem;
	font-weight: normal;
	font-stretch: normal;
	color: #ffffff;
	font-weight: 600;
}

.footer_zong_r_ul2 {
	margin-top: 0.7rem;
}

.footer_zong_r_ul2 > li > a,
.footer_zong_r_con > p {
	font-size: 0.875rem;
	font-weight: normal;
	font-stretch: normal;
	color: #ffffff;
	margin-top: 0.3rem;
	display: block;
}

.fenxiang {
  margin-top: 1.5rem;
  position: relative;
}

.fenxiang .icon {
  width: 1.9375rem;
  height: 1.9375rem;
  line-height: 1.9375rem;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  margin-right: .5625rem;
  text-align: center;
}

.fenxiang .icon .iconfont {
  font-size: 1.125rem;
  color: #00151A;
  display: block;
}

.fenxiang .icon:hover {
  background: #43B649;
}

.fenxiang .icon:hover .iconfont {
  color: #fff;
}

footer .fenxiang .img {
	/* opacity: 0; */
	position: absolute;
	top: 1.9375rem;
	left: 0;
	display: none;
	width: 7.5rem;
	/* width: 120px; */
}

footer .fenxiang a {
	position: relative;
}

footer .fenxiang a:hover .img {
	display: block;
}

/* footer .text {
  font-size: .875rem;
  line-height: 1.5rem;
  color: rgba(255, 255, 255, 0.75);
}

footer .text a {
  color: rgba(255, 255, 255, 0.75);
}

footer a.text:hover {
  color: #2faaa1;
}

footer ul.clearfix {
  padding-bottom: 3rem;
  justify-content: space-between;
}

footer ul.clearfix li {
  width: 24.5%;
} */

footer .beian {
	background-color: #333333;
	padding: 1.5rem 0;
}

footer .beian span {
  cursor: pointer;
}

footer .beian span:hover {
  color: #2faaa1;
}

footer .yqlj a {
  margin-right: .75rem;
}

footer .yqlj a:hover {
  color: #2faaa1;
}

.beian .container .text {
	font-size: 1rem;
	color: #ffffff;
}

.client-2 {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 900;
  border-radius: 11px;
  /* background: #EA5504; */
}

.client-2 li {
  background: #ffffff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.client-2 li a {
  text-decoration: none;
}

.client-2 li {
  position: relative;
  margin-bottom: 15px;
}

.client-2 li .iconfont {
  font-size: 1.25rem;
  color: #000000;
}

.client-2 .my-kefu-ftop {
  display: none;
}

.client-2 .my-kefu-weixin-pic {
  position: absolute;
  left: -130px;
  top: -10px;
  display: none;
  z-index: 333;
}

.my-kefu-right {
  display: none;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
}

.my-kefu-tel-main,
.my-kefu-tel-main {
  position: relative;
}

.my-kefu-main:hover .my-kefu-right,
.my-kefu-tel-main:hover .my-kefu-right {
  width: 278px;
  right: 60px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  background-color: #fff;
  font-size: 14px;
  display: block;
}

.my-kefu-tel-main:hover .my-kefu-right {
  width: 180px;
}

.client-2 li:hover {
  background: #2faaa1;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.client-2 li:hover .iconfont {
  color: #fff !important;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  width: 0.8125rem;
  height: 0.8125rem;
  background: #b8b8b8;
  margin: 0;
  top: 0;
  left: 0;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 0.8125rem;
  height: 0.8125rem;
  margin: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  width: 0.8125rem;
  height: 0.8125rem;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
  /* width: 0.8125rem;
  height: 0.8125rem;
  background-size: contain !important;
  margin: 0; */
  /* background: url(../images/pactive.png) no-repeat; */
  width: 0.8125rem;
  height: 0.8125rem;
  background: #2faaa1;
  margin: 0;
}

/* index页面 */
.index1_bj {
	background-image: url(../images/index_bj1.jpg);
	/* background-image: url('your-image.jpg'); */
	background-size: 100% 100%; /* 保持图像的宽高比，裁剪以填满容器 */
	background-position: center; /* 图像居中显示 */
	background-repeat: no-repeat; /* 不重复图像 */
	width: 100%;
	/* height: 100vh; */
	/* 视口高度的100%，确保全屏 */
	padding-top: 5rem;
}

.index1 {
	justify-content: space-between;
}

.index1 .index1_l {
	width: 43%;
	margin-top: 13.5%;
}

/* .index1 .index1_l > .index1_l_tit {
	margin-top: 13.5%;
} */

.index1_l_tit > span,
.index1_r_tit > span,
.index1_r_tit > h6 {
	background-image: linear-gradient(to right, #A381B8, #5D7BB8, #73BACB, #2EA9A0);
	-webkit-background-clip: text;
	color: #02010100;
	font-size: 2.25rem;
	font-weight: 600;
	/* display: block; */
	line-height: 2.8rem;
}

.index1_l_tit.padd_5 > span {
	padding: 5px 0;
}

.index3_bj .index1_r_con > span {
	display: block;
}

.index3_bj .index1_r_con > h6 {
	display: none;
}

.index1_r_con > span,
.index1_l_con > h6,
.index1_r_con > h6 {
	background-image: linear-gradient(to right, #A381B8, #5D7BB8, #73BACB, #2EA9A0);
    -webkit-background-clip: text;
    color: #02010100;
	font-weight: normal;
    font-size: 2.25rem;
	line-height: 2.8rem;
}

.index1_l_xian {
	padding: 2rem 0;
}

.index1_l_xian > i {
	display: block;
	width: 7.2rem;
	height: 3px;
	background-color: #a381b8;
}

.index1_l_con > p,
.index1_r_con > p {
	font-size: 1rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.875rem;
	color: #242424;
}

.index1_l_con > p.mar_top2,
.index1_r_con > p.mar_top2 {
	margin-top: 2rem;
}

.index1 .index1_r {
	width: 44%;
}

.index2_bj {
	margin-top: 6rem;
}

.index2_bj .index1 {
	align-items: center;
}

.index1 .index1_l_con > span {
	background-image: linear-gradient(to right, #A381B8, #5D7BB8, #73BACB, #2EA9A0);
	-webkit-background-clip: text;
	color: #02010100;
	font-size: 2.25rem;
	/* font-weight: 600; */
	display: block;
}

.index2_bj .index1_l_con > h6 {
	display: none;
}

.index2_bj .index1 .index1_l {
	margin-top: inherit;
}

.index2_bj .index1_r .index1_r_ul li {
	font-size: 1rem;
	line-height: 1.875rem;
	letter-spacing: 0px;
	color: #242424;
	margin-bottom: 2rem;
	position: relative;
}

.index2_bj .index1_r .index1_r_ul li:last-child {
	margin-bottom: 0;
}

.index2_bj .index1_r .index1_r_ul li::before {
	content: "";
	position: absolute;
	top: 0.62rem;
	left: -1.5625rem;
	width: 0.6875rem;
	height: 0.6875rem;
	line-height: 1.875rem;
	border-radius: 50%;
	background-color: #a381b8;
}

.index3_bj {
	margin-top: 6rem;
}

.index3_bj .index1 .index1_l {
	margin-top: 0;
}

.index1_l_img {
	border-radius: 2.375rem;
	width: 100%;
}

.index3_bj .index1_r_con.mar_top0 {
	margin-top: 0;
}

.index3_bj .index1_r_con {
	margin-top: 3rem;
}

.index4_bj {
	margin-top: 8rem;
}

.index1_r_tit.zhon {
	text-align: center;
}

.index4_container {
	padding: 0 11.1rem;
	margin-top: 4rem;
}

.index4_ul {
	justify-content: space-between;
}

.index4_ul > li {
	width: 38%;
	margin-bottom: 3rem;
}

.index4_ul_zong {
	justify-content: space-between;
	align-items: center;
}

.index4_ul_zong_l {
	width: 13%;
}

.index4_ul_zong_r {
	width: 85%;
}

.index4_ul_zong_r > span {
	font-size: 1rem;
	line-height: 1.875rem;
	letter-spacing: 0px;
	color: #242424;
}

.index5_bj {
	padding-top: 4rem;
}

.index5_bj {
	position: relative;
	padding-bottom: 5rem;
}

.index5_con {
	padding: 3rem 4rem;
	background-color: #fafafa;
	border-radius: 30px;
	/* margin-bottom: -180px; */
	z-index: 8;
}

.index5_con > .index1_r_tit > span {
	display: block;
}

.index5_con_p {
	margin-top: 2rem;
}

.index5_con_p > p {
	font-size: 1rem;
	line-height: 1.875rem;
	letter-spacing: 0px;
	color: #242424;
	text-align: center;
}

.index5_bj_img {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}

.index6_bj {
	background-image: url(../images/index6_bj.jpg);
	/* background-image: url('your-image.jpg'); */
	background-size: cover; /* 保持图像的宽高比，裁剪以填满容器 */
	background-position: center; /* 图像居中显示 */
	background-repeat: no-repeat; /* 不重复图像 */
	width: 100%;
	/* height: 100vh; */
	/* 视口高度的100%，确保全屏 */
	padding: 8rem 0 15rem 0;
	margin-top: 0;
}

.index6 > .index1 {
	align-items: center;
}

.index6 > .index1 .index1_l {
	margin-top: 0;
	width: 46%;
}

.index6 > .index1 .index1_r {
    width: 46%;
}

.index7 {
	position: relative;
	width: 100%;
	padding-bottom: 3.5rem;
}

.index7_img {
	border-radius: 30px;
}

.index7_con {
	padding: 3rem 2rem 6rem;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 8%;
	z-index: 2;
	border-radius: 0px 30px 30px 30px;
}

.index7_con .index1_l_con > p {
	font-size: 1rem;
	font-weight: normal;
	font-stretch: normal;
	color: #242424;
	padding-top: 2rem;
}

.index7_con > .index1_l_con > h6 {
	display: none;
}

.index8 > .index1 {
	align-items: center;
}

.index8 > .index1 .index1_r {
	width: 43%;
}

.index8 > .index1 .index1_l {
	margin-top: 0;
}

.index8 .index1_l_con > h6 {
	background-image: linear-gradient(to right, #A381B8, #5D7BB8, #73BACB, #2EA9A0);
    -webkit-background-clip: text;
    color: #02010100;
	font-weight: normal;
    font-size: 2.25rem;
	line-height: 3.25rem;
    /* font-weight: 600; */
}

.index9 {
	margin-bottom: 6rem;
}

.index9 .index1 {
	align-items: center;
}

.index9 .index1 .index1_l {
	position: relative;
}

.index9 .index1 .index1_l .index9_img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.index9_l_ul {
	justify-content: space-between;
	/* position: absolute;
	top: 0;
	left: 0; */
}

.index9_l_ul > li {
	text-align: center;
	background-color: #ffffff;
	border-radius: 20px;
	border: solid 1px #dfdddd;
	width: 47%;
	margin-bottom: 6%;
	padding: 3px;
}

.index9_l_ul_con {
	text-align: center;
}

.index9_l_ul_con > img {
	padding: 3rem 0;
}

.index9_l_ul_con > p {
	font-size: 1.125rem;
	line-height: 1.875rem;
	color: #282828;
	padding-bottom: 10px;
	min-height: 6.25rem;
}

.index9 .index1_l_con > h6 {
	display: none;
}

.index1_r_a  {
	margin-top: 6rem;
}

.index1_r_a > a {
	display: inline-block;
	background-color: #2ea9a0;
	 border-radius: 2.4375rem 2.0625rem 2.0625rem 0px;
	font-size: 1.875rem;
	letter-spacing: 0px;
	color: #ffffff;
	padding: 0.75rem 3rem;
}

/* contact页面 */
.reagents_top {
	width: 100%;
	padding: 2rem 0;
	background-color: #f2f4f8;
	box-shadow: 0px 15px 10px rgba(0, 0, 0, .1);
}

.reagents_top_ul {
	justify-content: flex-start;
}

.reagents_top_ul li a {
	font-size: 1.5rem;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #616161;
}

.reagents_top_ul li.active a {
	color: #2ea9a0;
}

.reagents_top_ul li:hover a {
	color: #2ea9a0;
}

.reagents_top_ul > span {
	padding: 0 3.5%;
	color: #b8b5b5;
}

.contact1 {
	margin-top: 7rem;
}

.contact1_tit {
	margin-top: 1rem;
}

.contact1_tit > p {
	font-size: 1.5rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
}

.contact1_ul {
	margin-top: 5rem;
	justify-content: space-between;
}

.contact1_ul > li {
	width: 30%;
}

.contact1_ul > li:first-child {
	width: 39%;
}

.contact1_ul_zong {
	justify-content: space-between;
}

.contact1_ul_zong_l {
	width: 26%;
}

.contact1_ul_zong_l > img {
	width: 100%;
}

.contact1_ul > li:first-child .contact1_ul_zong_l {
	width: 22%;
}

.contact1_ul_zong_r {
	width: 70%;
}

.contact1_ul > li:first-child .contact1_ul_zong_r {
	width: 75%;
}

.contact1_ul_zong_r > span {
	font-size: 1.5rem;
	letter-spacing: 0px;
	color: #333333;
}

.contact1_ul_zong_r > p {
	font-size: 1.125rem;
	line-height: 1.875rem;
	letter-spacing: 0px;
	color: #333333;
	padding-top: 0.6rem;
}

.contact2 {
	margin: 8rem 0;
}

.contact_bj_zong_l_form {
	margin-top: 2rem;
}

.contact_bj_zong_l {
	width: 100%;
}

.contact_bj_zong_l_tit {
	font-size: 2.3125rem;
	font-weight: normal;
	font-stretch: normal;
	color: #1c1c1c;
}

.contact_bj_zong_l_tit > span {
	background-image: linear-gradient(to right, #A381B8, #5D7BB8, #73BACB, #2EA9A0);
    -webkit-background-clip: text;
    color: #02010100;
}

.contact_from,
.contact_from1 {
	margin-bottom: 2rem;
	justify-content: space-between;
}

.contact_from > .input {
	width: 48%;
}

.contact_from1 > .input {
	width: 100%;
}

.contact_from > .input input::placeholder,
.contact_from1 > .input input::placeholder {
	font-size: 1rem;
}

.contact_from > .input input,
.contact_from1 > .input input{
	background-color: #f3f3f3;
	border-radius: 5px;
	padding: 0 1rem;
	line-height: 3rem;
	color: #4e4e4e;
	font-size: 1.125rem;
	width: 100%;
}

.contact_from textarea {
    width: 100%;
    display: block;
	background-color: #f3f3f3;
	border-radius: 5px;
    padding: 0.625rem 1rem;
    line-height: 1.875rem;
    height: 8rem;
    color: #4e4e4e;
    font-size: 1.125rem;
}

.form_protocol {
	justify-content: flex-start;
}

.form_protocol_l > input {
	position: relative;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: 16px;
    height: 16px;
    /* border-radius: 50%; */
	/* 圆形外观 */
    border: 1px solid #4e4e4e;
    vertical-align: middle; /* 垂直居中对齐 */
    margin-right: 8px;
	border-radius: 1px;
}

input[type="checkbox"]:checked::before {
    content: "✓";
    display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 14px;
}

.form_protocol_r > span,
.form_protocol_r > span > a{
	font-size: 1.125rem;
	font-weight: normal;
	font-stretch: normal;
	color: #4e4e4e;
}

.form_protocol_title > a {
	border-bottom: 1px solid #4e4e4e;
}

.submit {
	text-align: right;
	margin-top: 2rem;
	padding-right: 4rem;
}

.submit > button {
	display: inline-block;
    background-color: #2ea9a0;
    border-radius: 2.4375rem 2.0625rem 2.0625rem 0px;
    font-size: 1.875rem;
    letter-spacing: 0px;
    color: #ffffff;
    padding: 0.75rem 3rem;
	border: none;
}

/* privacy-policy 隐私政页面 */
.privacy_policy {
	width: 100%;
	margin-top: 80px;
	padding: 4rem 0;
}

.privacy_policy_tit {
	text-align: center;
	width: 100%;
}

.privacy_policy_con {
	margin-top: 2rem;
}

.privacy_policy_con > p,
.privacy_policy_con_ul li > p,
.privacy_policy_con_ul_li > p {
	font-size: 1.125rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2rem;
    color: #616161;
    margin-bottom: 1.3rem;
}

.privacy_policy_con_ul_li > p {
	margin-bottom: 0;
}

.privacy_policy_con_ul li > span {
	display: block;
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1.3rem;
	color: #212529;
}

.privacy_policy_con_ul li > p.mar_bott_0 {
	margin-bottom: 0;
}

.privacy_policy_con_ul li > p > a,
.privacy_policy_con_ul_li > p > a {
	color: #2ea9a0 !important;
}

/* pro页面 */
.pro_1 {
	margin-top: 7rem;
}

.pro_1_zong {
	justify-content: space-between;
}

.pro_1_zong_l {
	width: 47.5%;
}

.pro_1_zong_l_con {
	margin-top: 1.5rem;
	width: 95%;
}

.pro_1_zong_l_con > span {
	font-size: 1.5rem;
	line-height: 2.25rem;
	color: #333333;
	display: inline-block;
}

.pro_1_zong_l_con > p {
	font-size: 1rem;
	line-height: 1.7rem;
	letter-spacing: 0px;
	color: #616161;
	margin-top: 1.5rem;
}

.pro_1_zong_r {
	width: 52%;
	justify-content: space-between;
}

.pro_1_zong_r_l {
	width: 71%;
}

.pro_1_zong_r_l > img {
	width: 100%;
}

.pro_1_zong_r_r {
	width: 27%;
}

.pro_1_zong_r_r_con {
	margin-top: 4rem;
}

.pro_1_zong_r_r_con > span {
	font-size: 1.5rem;
	letter-spacing: 0px;
	color: #333333;
}

.pro_1_zong_r_r_con > p {
	font-size: 1rem;
	color: #616161;
	margin-top: 1.5rem;
}

.pro_2 {
	margin-top: 8rem;
}

.pro_2_zong {
	justify-content: space-between;
}

.pro_2_zong_l {
	width: 48%;
}

.pro_2_zong_l_top > img {
	width: 100%;
}

.pro_2_zong_r {
	width: 47%;
}

.pro_3 {
	margin-top: 4rem;
}

.pro_2_zong_l_bott {
	justify-content: space-between;
	/* align-items: center; */
}

.pro_2_zong_l_bott_l {
	width: 14.1%;
}

.pro_2_zong_l_bott_l > img {
	width: 100%;
}

.pro_2_zong_l_bott_r {
	width: 83%;
}

.pro_2_zong_l_bott_r > span {
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.875rem;
	letter-spacing: 0px;
	color: #616161;
}

.pro_4 {
	padding: 10rem 0;
}

.pro_4 .pro_2_zong {
	/* background-color: #2ea9a0; */
	background-color: #def7f7;
	border-radius: 1.875rem;
	padding: 1.5rem 3rem;
	align-items: center;
}

.pro_4_l_tit > span {
	font-size: 1.5rem;
	line-height: 2.25rem;
	letter-spacing: 0px;
	/* color: #ffffff; */
	color: #333333;
	font-weight: 600;
	display: inline-block;
	width: 85%;
}

.pro_4_l_tit > p {
	font-size: 1rem;
	/* color: #ffffff; */
	color: #333333;
	margin-top: 2rem;
}

.pro_4 .pro_2_zong_r {
	position: relative;
}

.pro_4_r_bj > img {
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translateY(-50%);
	z-index: 1;
}

.pro_4_r_img > img {
	z-index: 2;
	position: relative;
}

.pro_5_tit {
	text-align: center;
}

.pro_5_tit > span {
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0px;
	color: #333333;
}

.pro_5_img {
	margin-top: 1rem;
}

.pro_5_img > img {
	width: 100%;
}

.pro_6_table {
	margin-top: 2rem;
}

.pro_6_table table tr {
	text-align: center;
}

.pro_6_table table tr:first-child {
	background-color: #2ea9a0;
}

.pro_6_table table tr.color_0 {
	background-color: #fafafa;
}

.pro_6_table table tr > th {
	font-size: 1.375rem;
	letter-spacing: 0px;
	color: #ffffff;
}

.pro_6_table table tr > th,
.pro_6_table table tr > td {
	width: 50%;
	padding: 1.7rem;
}

.pro_6_table table tr > th:first-child,
.pro_6_table table tr > td:first-child {
	border-radius: 10px 0 0 10px;
}

.pro_6_table table tr > th:last-child,
.pro_6_table table tr > td:last-child {
	border-radius: 0 10px 10px 0;
}

.pro_6_table table tr > td {
	font-size: 1rem;
	color: #616161;
}

.pro_7 .index1_r_tit > span {
	width: 90%;
	display: inline-block;
}

.pro_7_zong {
	justify-content: space-between;
	margin-top: 2.5rem;
}

.pro_7_zong_l {
	width: 29%;
}

.pro_7_zong_1_ul li {
	margin-bottom: 3.5rem;
}

.pro_7_zong_1_ul li:last-child {
	margin-bottom: 0;
}

.pro_7_zong_1_ul li > span {
	font-size: 1.25rem;
	color: #636464;
}

.pro_7_zong_1_ul_con {
	width: 100%;
	height: 3.125rem;
	line-height: 3.125rem;
	background-color: rgb(212, 213, 220);
	display: block;
	border-radius: 1.562rem;
	position: relative;
	z-index: -1;
	margin-top: 0.3rem;
}

.pro_7_zong_1_ul_con > p {
	font-size: 1.5rem;
	letter-spacing: 2px;
	color: #ffffff;
	background-color: rgb(106, 104, 192);
	width: 70%;
	border-radius: 1.562rem;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.pro_7_zong_1_ul_con.width_50 > p {
	width: 50%;
	background-color: rgb(104, 158, 192);
}

.pro_7_zong_1_ul_con.width_30 > p {
	width: 30%;
	background-color: rgb(46, 169, 160);
}

.pro_7_zong_l_tit {
	margin-top: 1rem;
	text-align: center;
}

.pro_7_zong_l_tit > span {
	font-size: 1.375rem;
	color: #333232;
	font-weight: 600;
}

.pro_7_zong_r {
	width: 65%;
}

.pro_7_zong_r_table table tr {
	height: 5.25rem;
}

.pro_7_zong_r_table table tr th {
	font-size: 1.375rem;
	color: #ffffff;
	padding: 2px;
}

.pro_7_zong_r_table table tr th:first-child,
.pro_7_zong_r_table table tr td:first-child {
	border-radius: 10px 0px 0px 10px;
}

.pro_7_zong_r_table table tr th:last-child,
.pro_7_zong_r_table table tr td:last-child {
	border-radius: 0px 10px 10px 0px;
}

.pro_7_zong_r_table table tr:first-child th:first-child {
	background-color: #636464;
}

.pro_7_zong_r_table table tr:first-child th:nth-child(2) {
	background-color: #6a68c0;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
}

.pro_7_zong_r_table table tr:first-child th.color1:nth-child(2) {
	background-color: #8377a5;
}

.pro_7_zong_r_table table tr:first-child th:nth-child(3) {
	background-color: #689ec0;
	border-right: solid 1px #ffffff;
}

.pro_7_zong_r_table table tr:first-child th.color2:nth-child(3) {
	background-color: #c2db88;
}

.pro_7_zong_r_table table tr:first-child th:last-child {
	background-color: #2ea9a0;
}

.pro_7_zong_r_table table tr th,
.pro_7_zong_r_table table tr td {
	width: 25%;
	text-align: center;
}

.pro_7_zong_r_table table tr.color_0 {
	background-color: #fafafa;
}

.pro_7_zong_r_table table tr td {
	font-size: 1rem;
	color: #616161;
	padding: 0.5rem;
}

.pro_7_zong_r_table table tr td:first-child {
	font-size: 1.25rem;
	font-weight: 600;
	padding: 0.5rem 2rem;
}

.pro_7_zong_r_table table tr td:last-child {
	color: #2ea9a0;
}

.pro_7_zong.mar_top4 {
	margin-top: 4rem;
}

.pro_7_zong_l_img {
	text-align: center;
}

.pro_8 {
	margin-top: 4rem;
	background-image: url(../images/pro_9.jpg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
	width: 100%;
	padding: 12rem 0 2rem 0;
}

.pro_8_zong {
	align-items: center;
}

.pro_8_zong_r_ul {
	margin-top: 2rem;
}

.pro_8_zong_r_ul > li {
	position: relative;
	margin-bottom: 1.5rem;
	padding-left: 7%;
}

.pro_8_zong_r_ul > li::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0.3125rem;
	width: 0.875rem;
	height: 0.875rem;
	background-color: #8377a5;
	border-radius: 50%;
}

.pro_8_zong_r_ul_con > span {
	font-size: 1rem;
	letter-spacing: 0px;
	color: #616161;
	font-weight: bold;
}

.pro_8_zong_r_ul_con > p {
	font-size: 1rem;
	font-weight: normal;
	letter-spacing: 0px;
	color: #616161;
}

.pro_9 {
	position: relative;
	background-image: url(../images/pro_15.png);
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	padding: 5.1rem 0;
}

.pro_1_zong_l_con {
	width: 85%;
}

.pro_9_zong_r_zong {
	align-items: center;
	padding-left: 54%;
	padding-top: 5.3%;
}

.pro_9_zong_r_zong_l {
	display: none;
}

.pro_9_zong_r_zong_r {
	padding-left: 5%;
}

.pro_9_zong_r_zong_r_zon {
	margin-bottom: 2rem;
}

.pro_9_zong_r_zong_r > .pro_9_zong_r_zong_r_zon:last-child {
	margin-bottom: 0;
}

.pro_9_zong_r_zong_r_zon > span,
.pro_9_zong_r_zong_r_con > span {
	font-size: 1rem;
	font-weight: bold;
	font-stretch: normal;
	color: #616161;
}

.pro_9_zong_r_zong_r_zon > p,
.pro_9_zong_r_zong_r_con > p {
	font-size: 1rem;
	font-weight: normal;
	font-stretch: normal;
	color: #616161;
}

.pro_9_zong_r_zong_r_con {
	margin-top: 2rem;
}

.pro_9_zong_r_zong_r_con > span,
.pro_9_zong_r_zong_r_con > p {
	color: #2ea9a0;
}

.pro_10 .pro_5_tit {
	margin-top: 1rem;
}

.pro_5_tit.jianbian > span {
	background-image: linear-gradient(to right, #A381B8, #5D7BB8, #73BACB, #2EA9A0);
    -webkit-background-clip: text;
    color: #02010100;
    font-weight: 600;
}

.pro_10_img {
	margin-top: 3rem;
}

.pro_10_img > img {
	width: 100%;
}

.pro_10_img_phone {
	display: none;
}

.pro_11_table {
	margin-top: 3rem;
}

.pro_11_table table tr th,
.pro_11_table table tr td {
	width: 25%;
	text-align: center;
	align-items: center;
	height: 5.25rem;
}

.pro_11_table table tr:first-child {
	background-color: #2ea9a0;
}

.pro_11_table table tr > th {
	font-size: 1.375rem;
	color: #ffffff;
	padding: 0 3px;
}

.pro_11_table table tr > th:first-child {
	border-radius: 10px 0 0 10px;
}

.pro_11_table table tr > th:last-child {
	border-radius: 0 10px 10px 0;
}

.pro_11_table table tr td {
	font-size: 1rem;
	color: #616161;
	padding: 0 10px;
}

.pro_11_table table tr td:first-child {
	border-radius: 10px 0 0 10px;
}

.pro_11_table table tr.color_0 {
	background-color: #fafafa;
}

.pro_11_table table tr td.color_0 {
	background-color: #fafafa;
}

.pro_12 {
	background-image: url(../images/pro_16.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 0 0 5rem 0;
}

.pro_12 .index1_l_tit > span {
	display: inline-block;
}

.soft_zong {
	margin-top: 3rem;
	justify-content: space-between;
}

.soft_zong_l {
	width: 59%;
}

.soft_zong_l_img {
	margin-top: 8rem;
}

.soft_zong_r {
	width: 40%;
}

.soft_zong_r_ul {
	justify-content: space-between;
}

.soft_zong_r_ul > li {
	background-color: #f6f6f6;
	padding: 0.625rem;
	width: 49%;
	margin-top: 0.6rem;
	position: relative;
	height: 8.75rem;
}

.soft_zong_r_ul > li:first-child,
.soft_zong_r_ul > li:nth-child(2) {
	margin-top: 0;
}

.soft_zong_r_ul > li .soft_zong_r_ul_img {
	position: absolute;
	top: 0.625rem;
	right: 0.625rem;
}

.soft_zong_r_ul > li .soft_zong_r_ul_img img {
	width: 2.44rem;
}

.soft_zong_r_ul > li > span,
.soft_zong_r_ul > li > p {
	font-size: 1.1rem;
	font-weight: normal;
	font-stretch: normal;
	color: #616161;
}

.soft_zong_r_ul > li > p {
	line-height: 1.125rem;
	position: absolute;
	padding: 0.625rem;
	bottom: 0;
	left: 0;
}

.soft_zong_r_con {
	margin-top: 1rem;
}

.soft_zong_r_con > span {
	font-size: 1.125rem;;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2rem;
	letter-spacing: 0px;
	color: #616161;
}

/* about 页面 */
.about1 {
	margin-top: 15px;
	background-image: url(../images/about1_bj.jpg);
	/* background-image: url(your-image.jpg); */
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	/* height: 100vh; */
	padding-top: 6rem;
}

.about1_zong {
	justify-content: space-between;
	margin-top: 2rem;
}

.about1_zong_l {
	width: 45%;
}

.about1_zong_l .pro_1_zong_l_con {
	width: 100%;
	margin-top: 0;
}

.about1_zong_l .pro_1_zong_l_con > p:first-child {
	margin-top: 0;
}

.about1_zong_l .pro_1_zong_l_con > p {
	margin-top: 2rem;
	line-height: 2rem;
}

.about1_zong_r {
	width: 43%;
}

.about1_zong_r > img {
	width: 100%;
}

.about1_ul {
	justify-content: space-between;
	margin-top: 6rem;
}

.about1_ul li {
	text-align: center;
}

.about1_ul li .number span,
.about1_ul li .number i {
	font-size: 4.5rem;
	color: #242424;
}

.about1_ul li .number i.font24 {
	font-size: 1.5rem;
	font-weight: normal;
	letter-spacing: 0px;
	color: #242424;
	display: inline-block;
	margin-left: 3%;
}

.about1_ul li .number i sup.about_yfzx {
	font-size: 1rem;
}

.about1_ul li .font22 {
	font-size: 1.4rem;
	color: #242424;
}

.about2_ul {
	justify-content: space-between;
	margin-top: 3rem;
}

.about2_ul li {
	width: 23.5%;
	background-color: #ffffff;
	box-shadow: 0px 1px 21px 0px 
		rgba(43, 43, 43, 0.16);
	border-radius: 0px 0px 30px 30px;
	border: solid 1px #c8c8c8;
	padding: 8px;
}

.about2_ul_img {
	line-height: 14rem;
	text-align: center;
	box-shadow: 0px 1px 21px 0px 
			rgba(43, 43, 43, 0.16);
}

.about2_ul_img.color1 {
	background-color: #c2db88;
}

.about2_ul_img.color2 {
	background-color: #2ea9a0;
}

.about2_ul_img.color3 {
	background-color: #689ec0;
}

.about2_ul_img.color4 {
	background-color: #6b68c1;
}

.about2_ul_con {
	margin-top: 0.7rem;
	padding: 0.8rem;
}

.about2_ul_con > span {
	font-size: 1rem;
	color: #1c1c1c;
	font-weight: bold;
}

.about2_ul_con > p {
	font-size: 1rem;
	color: #1c1c1c;
	line-height: 1.6rem;
	margin-top: 0.5rem;
}

.about3_zong {
	justify-content: space-between;
	background-color: #eaf8f7;
	padding: 4rem;
	border-radius: 1.875rem;
}

.about3_zong_l {
	width: 10.5%;
}

.about3_zong_l > img {
	width: 100%;
}

.about3_zong_r {
	width: 82%;
}

.about3_zong_r > p {
	font-size: 1rem;
	line-height: 2.25rem;
	color: #1c1c1c;
}

.about3_zong_r > p.mar_top2 {
	margin-top: 1.5rem;
}

.about4 {
	background-image: url(../images/about4_bj.jpg);
	/* background-image: url(your-image.jpg); */
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	padding-top: 6rem;
	margin-top: 4rem;
}

.about4_con {
	width: 49%;
}

.about4_swiper_zong {
	position: relative;
}

.about4_swiper {
	margin-top: 5rem;
	/* background-color: rgba(247, 246, 246, .5); */
	padding-bottom: 2rem;
}

.about4_swiper_bj {
	position: absolute;
	left: 0;
	bottom: 0;
	/* background-color: rgba(247, 246, 246, .4); */
	background-color: rgba(247, 246, 246, 1);
	width: 100%;
	height: calc(100% - 4.375rem);
	border-top: 8px solid #2ea9a0;
}

.about4_swiper .container {
	position: relative;
}

.about4_swiper .swiper-button-next,
.about4_swiper .swiper-button-prev {
	width: auto;
	top: 6%;
	z-index: 1;
}

.about4_swiper .swiper-button-next {
	right: 9%;
}

.about4_swiper .swiper-button-prev {
	left: 9%;
}

.about4_swiper .swiper-button-next:after,
.about4_swiper .swiper-button-prev:after {
	content: '';
	width: 39px;
	height: 39px;
}

.about4_swiper .swiper-button-next:after {
	background-image: url(../images/about_r.png);
}

.about4_swiper .swiper-button-prev:after {
	background-image: url(../images/about_l.png);
}

.about4_swiper_top > span {
	font-size: 3rem;
	color: #4d4d4d;
}

.about4_swiper_bott {
	margin-top: 5rem;
}

.about4_swiper_bott ul li {
	position: relative;
}

.about4_swiper_bott ul li::after {
	content: "";
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background-color: #2ea9a0;
	position: absolute;
	top: 12px;
	left: 0;
}

.about4_swiper_bott ul li span {
	font-size: 1.125rem;
	line-height: 2.25rem;
	color: #1c1c1c;
	display: inline-block;
	padding-left: 18px;
}

.about5 {
	margin-bottom: 8rem;
}

.about_xin_tree_swiper {
	width: 100%;
	position: relative;
	padding: 0 3%;
}

.about_xin_tree_swiper .swiper {
	width: 94%;
	overflow: hidden;
	margin: 4rem auto 0;
}

.about_xin_tree_swiper .swiper-button-next:after,
.about_xin_tree_swiper .swiper-button-prev:after {
	content: '';
	width: 19px;
	height: 39px;
}

.about_xin_tree_swiper .swiper-button-next:after {
	background-image: url(../images/about7.png);
}

.about_xin_tree_swiper .swiper-button-prev:after {
	background-image: url(../images/about6.png);
}

.about_xin_tree_swiper .swiper-button-next {
	right: 10px;
}

.about_xin_tree_swiper .swiper-button-prev {
	
}

.about_xin_tree_swiper .swiper-slide {
	width: 100%;
	text-align: center;
	padding: 1px;
}

.about_xin_tree_swiper_con {
	width: 100%;
	border: solid 1px #525354;
	padding: 1.2rem 2rem;
}

.about_xin_tree_swiper_con_tit {
	text-align: center;
	margin-top: 0.7rem;
	min-height: 42px;
}

.about_xin_tree_swiper_con_tit > span {
	font-size: 1.125rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	line-height: 1.3rem;
	display: inline-block;
	color: #1c1c1c;
}

/* pro2 页面 */

.pro2_1_zong {
	margin-top: 2rem;
	justify-content: space-between;
}

.pro2_1 {
	margin-top: 6rem;
}

.pro2_1.about1 {
	background-image: url(../images/pro2_1_bj.jpg);
	padding-top: 0;
	padding-bottom: 6rem;
}

.pro2_1_zong_l {
	width: 44%;
}

.pro2_1_zong_l .pro_1_zong_l_con {
	margin-top: 0;
	width: 90%;
}

.pro2_1_zong_l_img {
	margin-top: 5.5rem;
}

.pro2_1_zong_l_img > img {
	width: 100%;
}

.pro2_1_zong_r {
	width: 42%;
}

.pro2_1_zong_r_ul li {
    font-size: 1rem;
    line-height: 1.875rem;
    letter-spacing: 0px;
    color: #242424;
    margin-bottom: 2rem;
    position: relative;
}

.pro2_1_zong_r_ul li:last-child {
    margin-bottom: 0;
}

.pro2_1_zong_r_ul li::before {
    content: "";
    position: absolute;
    top: 0.62rem;
    left: -1.5625rem;
    width: 0.6875rem;
    height: 0.6875rem;
    line-height: 1.875rem;
    border-radius: 50%;
    background-color: #a381b8;
}

/* .pro2_2 .pro_5_tit {
	margin-top: 1rem;
} */

.pro2_2_zong {
	justify-content: space-between;
	margin-top: 6rem;
	/* align-items: center; */
}

.pro2_2_zong_l,
.pro2_2_zong_r {
	width: 30%;
}

.pro2_2_zong_z {
	width: 21%;
	text-align: center;
	align-items: center;
}

.pro2_2_zong_r .pro2_2_zong_l_ul > li {
	text-align: right;
}

.pro2_2_zong_l_ul > li > span {
	font-size: 1rem;
	color: #ffffff;
	border-radius: 13px;
	width: 40%;
	display: inline-block;
	text-align: center;
	background-color: #2ea9a0;
}

.pro2_2_zong_l_ul > li > span.color {
	background-color: #a5e3de;
	color: #616161;
}

.pro2_2_zong_l_ul > li > p {
	font-size: 1rem;
	letter-spacing: 0px;
	line-height: 1.875rem;
	color: #616161;
	margin-top: 0.5rem;
}

.pro2_2_zong_l_ul > li:last-child {
	margin-top: 2.5rem;
}

.pro_7_zong_r_table table tr th.font_w {
	font-weight: bold;
}

.pro2_3_r .pro_7_zong_r_table table tr td:last-child {
	color: #616161;
}

.pro2_3_r .pro_7_zong_r_table table tr td.color {
	color: #2ea9a0;
}

.pro2_3_r .pro_7_zong_r_table table tr td.font-w {
	font-weight: 600;
}

.font_w {
	font-weight: bold;
}

.pro2_3_l_con {
	width: 100%;
	background-color: rgb(212, 213, 220);
	border-radius: 1.562rem;
	margin-top: 0.8rem;
	position: relative;
}

.pro2_3_l_con > span {
	font-size: 1.125rem;
	color: #636464;
}

.pro2_3_l_con.padd26 {
	padding-left: 15%;
}

.pro2_3_l_con > i {
	text-align: center;
	background-color: #6a68c0;
	border-radius: 50%;
	display: block;
	color: #ffffff;
	font-size: 1.125rem;
}

.pro2_3_l_con.padd26 > i {
	position: absolute;
	left: 25%;
	top: 50%;
	transform: translateY(-50%);
	width: 2.875rem;
	height: 2.875rem;
	line-height: 2.875rem;
}

.pro2_3_l_con.padd52 {
	padding-left: 28%;
}

.pro2_3_l_con.padd52 > i {
	position: absolute;
	left: 47%;
	top: 50%;
	transform: translateY(-50%);
	width: 3.625rem;
	height: 3.625rem;
	line-height: 3.625rem;
	background-color: #689ec0;
}

.pro2_3_l_con.padd90 {
	padding-left: 65%;
}

.pro2_3_l_con.padd90 > i {
	position: absolute;
	left: 77%;
	top: 50%;
	transform: translateY(-50%);
	width: 4rem;
	height: 4rem;
	line-height: 4rem;
	background-color: #2ea9a0;
}

.pro2_3_l .pro_7_zong_1_ul li {
	margin-bottom: 2.8rem;
}

.pro2_4_zong {
	margin-top: 6rem;
}

.pro2_4_zong_l_ul1 > li {
	position: relative;
	font-size: 1.5rem;
	color: #2ea9a0;
	padding-left: 1.6rem;
	margin-bottom: 4rem;
}

.pro2_4_zong_l_ul1 > li::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0.5rem;
	display: block;
	width: 1.25rem;
	height: 1.25rem;
	border-radius: 50%;
	background-color: #8377a5;
}

.pro2_4_zong_l_ul1 > li:last-child {
	margin-bottom: 0;
}

.pro2_4_zong_l_ul1 > li > p {
	font-size: 1.125rem;
	color: #689ec0;
	font-weight: normal;
}

.pro2_4_zong_l_ul2 {
	margin-top: 0.7rem;
	justify-content: space-between;
}

.pro2_4_zong_l_ul2 > li {
	font-size: 1rem;
	color: #616161;
	margin-bottom: 0.3rem;
	font-weight: normal;
}

.pro2_4_zong_l_ul2_50.pro2_4_zong_l_ul2 > li {
	width: 49%;
}

.pro2_4_zong_l_ul2 > li:last-child {
	margin-bottom: 0;
}

.index1_r_tit.font {
	margin-top: 0.6rem;
}

.index1_r_tit.font > span {
	font-size: 1.5rem;
}

.pro2_5_img {
	margin-top: 3rem;
}

.pro2_6 {
	margin-bottom: 6rem;
}

.pro_5_tit {
	margin-top: 0.3rem;
}

.pro_5_tit span.color {
	font-weight: normal;
	color: #636464;
}

/* pro3 页面 */
.pro3_1.about1 {
	background-image: url(../images/pro3_1_bj2.jpg);
	padding-bottom: 3rem;
}

.pro3_1 .pro_1_zong_l_con {
	margin-top: 1.5rem;
}

.pro3_1_zong_r.pro2_1_zong_r {
	width: 44%;
}

.pro3_2_ul {
	justify-content: space-between;
	align-items: center;
	margin-top: 4rem;
}

.pro3_1_zong_r .pro2_1_zong_r_ul > li {
	padding-left: 1.3rem;
}

.pro3_1_zong_r .pro2_1_zong_r_ul li::before {
	left: 0;
}

.pro3_1_zong_r_img {
	margin-top: 1.5rem;
}

.pro3_1_zong_r_img > img {
	width: 100%;
}

.pro3_1_zong_r_img_tit {
	text-align: center;
	margin-top: 0.5rem;
}

.pro3_1_zong_r_img_tit > span {
	font-size: 1rem;
	color: #616161;
	font-weight: 600;
}

.pro3_2_ul > li {
	width: 23.7%;
	text-align: center;
	background-color: #fcfcfc;
	border-radius: 1.875rem;
	box-shadow: 0px 15px 10px rgb(0 0 0 / 10%);
	padding: 1rem;
}

.pro3_2_ul_img {
	margin: 1.5rem 0;
}

.pro3_2_ul > li > span {
	font-size: 1.5rem;
	font-weight: bold;
	color: #616161;
}

.pro3_2_ul_con > p {
	font-size: 1rem;
	line-height: 1.875rem;
	color: #616161;
}

.pro3_2_ul_con {
	margin-top: 1rem;
	min-height: 5rem;
	margin-bottom: 2rem;
}

.pro3_3_img {
	margin-top: 4rem;
}

.pro3_3_img > img {
	width: 100%;
}

.container3 {
	padding: 0 6rem;
    width: 100%;
    max-width: 100%;
}

.pro3_4_bj {
    background-image: url(../images/pro3_4_bj.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
	padding: 4rem 9rem;
	border-radius: 1.875rem;
}

.pro3_4_zong_l_con {
	margin-top: 0.8rem;
}

.pro3_4_zong_l_con > p {
	font-size: 1.125rem;
	color: #636464;
}

.pro3_4_zong_l,
.pro3_4_zong_r {
	width: 44.3%;
	position: relative;
}

.pro3_4_zong {
	margin-top: 4rem;
	justify-content: space-between;
}

.pro3_4_zong .pro3_4_zong_l,
.pro3_4_zong .pro3_4_zong_r {
	padding: 2rem;
	background-color: #ffffff;
	border-radius: 1.25rem;
}

.pro3_4_zong_l_ul {
	justify-content: space-between;
}

.pro3_4_zong_l_ul > li {
	width: 45%;
	text-align: center;
	margin-bottom: 4rem;
}

.pro3_4_zong_l_ul > li > p {
	font-size: 1rem;
	color: #616161;
	margin-top: 0.6rem;
}

.pro3_4_zong_l_tit {
	position: absolute;
	bottom: 2rem;
}

/* .pro3_4_zong_l_tit {
	margin-top: 1rem;
} */

.pro3_4_zong_l_tit > span {
	font-size: 1.5rem;
	color: #2ea9a0;
}

.pro3_4_zong_r_ul {
	justify-content: space-between;
}

.pro3_4_zong_r_ul > li {
	width: 31%;
	text-align: center;
	margin-bottom: 4rem;
}

.pro3_4_zong_r_ul > li > p {
	font-size: 1rem;
	color: #616161;
	margin-top: 2rem;
}

/* pro4 页面 */

.reagents_pro {
	margin: 8rem 0;
}

.reagents_pro_zong {
	justify-content: space-between;
}

.reagents_pro_zong_l1 {
	width: 29%;
}

/* .reagents_pro_zong_l {
	border: solid 1px #c1c1c1;
} */

.reagents_pro_tit {
	background-color: #2ea9a0;
	padding: 0.5rem 1rem;
	border-radius: 10px 10px 0px 0px;
}

.reagents_pro_tit > span {
	font-size: 2rem;
	font-weight: 200;
	letter-spacing: 0px;
	color: #ffffff;
}

.reagents_pro_zong {
	align-items: inherit;
}

.reagents_pro_zong_l_ul1 {
	padding: 1.5rem 1rem;
	border: solid 1px #c1c1c1;
}

.reagents_pro_zong_l_ul1 li .rea_tit_zong {
	justify-content: flex-start;
}

.rea_tit_zong .rea_tit_zong_l {
	cursor: pointer;
}

.rea_tit_zong .rea_tit_zong_r {
	margin-left: 5%;
}

.rea_tit_zong .rea_tit_zong_r > a {
	font-size: 1.125rem;
	font-weight: 600;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #1c1c1c;
}

.reagents_pro_zong_l_ul1 > li .reagents_pro_zong_l_ul2 {
	display: none;
}

.reagents_pro_zong_l_ul1 > li.active .reagents_pro_zong_l_ul2 {
	display: block;
}

.reagents_pro_zong_l_ul2 li {
	border-bottom: dashed 1px #c1c1c1;
	padding: 0.4rem 0;
}

.reagents_pro_zong_l_ul1 > li {
	margin-top: 1rem;
}

.reagents_pro_zong_l_ul1 > li:first-child {
	margin-top: 0rem;
}

.reagents_pro_zong_l_ul1 > li:last-child .reagents_pro_zong_l_ul2 li:last-child {
	margin-bottom: 3rem;
}

.reagents_pro_zong_l_ul2 li a {
	font-size: 1rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #616161;
	display: inline-block;
	/* word-wrap: break-word; */
	/* word-break: break-all; */
}

.reagents_pro_zong_l_ul2 li.active a {
	color: #2ea9a0;
}

.reagents_pro_zong_l_ul2 li a:hover {
	color: #2ea9a0;
}

.reagents_pro_zong_r {
	width: 69%;
}

.reagents_pro_zong_r_ul {
	justify-content: flex-start;
}

.reagents_pro_zong_r_ul > li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 1.5rem;
	background-color: #f8f8f8;
	border-radius: 10px;
}

.reagents_pro_zong_r_ul > li:nth-child(3n) {
	margin-right: 0;
}

.reagents_pro_zong_r_ul_img {
	text-align: center;
	padding: 4rem 1rem;
	border: 1px solid #f8f8f8;
}

.reagents_pro_zong_r_ul_tit {
	border: solid 1px #c1c1c1;
	padding: 0.5rem 1rem;
	border-radius: 0px 0px 10px 10px;
}

.reagents_pro_zong_r_ul_tit > p,
.reagents_pro_zong_r_ul_tit > span {
	font-size: 1rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #616161;
	/* line-height: normal */
}

.reagents_pro_zong_r_ul > li:hover .reagents_pro_zong_r_ul_img,
.reagents_pro_zong_r_ul > li:hover .reagents_pro_zong_r_ul_tit {
	border: 1px solid #2ea9a0;
}

.reagents_pro_zong_r_ul > li:hover .reagents_pro_zong_r_ul_tit {
	background-color: #2ea9a0;
}

.reagents_pro_zong_r_ul > li:hover .reagents_pro_zong_r_ul_tit > p,
.reagents_pro_zong_r_ul > li:hover .reagents_pro_zong_r_ul_tit > span {
	color: #ffffff;
}

/* rea_show页面 */
.reagents_pro_zong_r_zong {
	align-items: inherit;
	justify-content: space-between;
}

.reagents_pro_zong_r_zong_l {
	width: 55%;
}

.reagents_pro_zong_r_zong_l_img {
	text-align: center;
	background-color: #f8f8f8;
	padding: 2rem;
}

.reagents_pro_zong_r_zong_r {
	width: 42%;
}

.reagents_pro_zong_r_zong_r_con {
	margin-top: 3rem;
}

.reagents_pro_zong_r_zong_r_con > h6 {
	border-radius: 13px;
	border: solid 1px #c1c1c1;
	font-size: 1.125rem;
	font-weight: normal;
	font-stretch: normal;
	color: #616161;
	padding: 2px 15px;
	display: inline-block;
}

.reagents_pro_zong_r_zong_r_con > span {
	font-size: 1.5rem;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #1c1c1c;
	display: block;
	margin: 1.5rem 0;
	/* word-break: break-all;
	white-space: normal; */
}

.reagents_pro_zong_r_zong_r_con > p {
	font-size: 1.125rem;
	font-weight: normal;
	font-stretch: normal;
	color: #616161;
}

.reagents_pro_zong_r_cpxq {
	margin-top: 1.5rem;
}

.reagents_pro_zong_r_cpxq_tit {
	border-bottom: dashed 1px #c1c1c1;
}

.reagents_pro_zong_r_cpxq_tit > span {
	font-size: 1.5rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
	background-color: #2ea9a0;
	padding: 5px 15px;
	border-radius: 5px 5px 0px 0px;
}

.reagents_pro_zong_r_cpxq_ul > li {
	margin-top: 1.5rem;
}

.reagents_pro_zong_r_cpxq_ul > li > p {
	font-size: 1.125rem;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #1c1c1c;
}

.reagents_pro_zong_r_cpxq_ul > li > span {
	font-size: 1.125rem;
	font-weight: normal;
	font-stretch: normal;
	color: #616161;
	margin-top: 0.5rem;
	display: inline-block;
}

.reagents_pro_zong_r_cptd {
	margin-top: 0.5rem;
}

.reagents_pro_zong_r_cptd > p {
	font-size: 1.125rem;
	font-weight: normal;
	color: #616161;
}

.reagents_pro_zong_r_cpxq_ul2 > li {
	align-items: inherit;
}

.reagents_pro_zong_r_cpxq_ul2_l {
	width: 18%;
}

.reagents_pro_zong_r_cpxq_ul2_l > p,
.reagents_pro_zong_r_cpxq_ul2_r > p {
	font-size: 1.125rem;
	font-weight: normal;
	font-stretch: normal;
	color: #616161;
}

.reagents_pro_zong_r_cpxq_ul2_r {
	width: 80%;
}

.reagents_pro_zong_r_cpxq_ul2_l > p {
	font-weight: 600;
}











