.wrap {
  /*width: 83.334%;
  max-width: 1600px;*/
 /*202606*/
 	width: 90.625%;
  max-width: 1740px;
  margin-left: auto;
  margin-right: auto;
}
.swiper {
  overflow: hidden;
}
/* 公用 */
.common-baner {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.common-baner .pic {
  display: block;
  width: 100%;
  height: auto;
}
/* 7-25 修改 */
.common-baner .text {
  font-family: "HONOR Sans CN", sans-serif;
  /*font-weight: bold;
  font-size: var(--font60);
  color: #ffffff;*/
  position: absolute;
  /*left: 7.174%;
  bottom: 16%;*/
  line-height: 1;
  /*202606*/
  left: 0;
	bottom: auto;
	top: 50%;
	transform: translateY(-50%);
	color: #0e2356;
	font-size: var(--size70);
	width: 100%;
	padding: 0 3.05%;
	box-sizing: border-box;
}
.common-baner .text .title{
	font-weight: bold;
  font-size: var(--size70);
  color: #0e2356;
}
.common-baner .text .line{
	display: block;
	width: 56px;
	height: 4px;
	background: #85c15a;
	margin-top: 24px;
}
.common-baner .text .desp{
	margin-top: 24px;
	color: #0e2356;
	font-size: var(--size20);
	line-height: 2;
	/*max-width: 400px;
	width: 45%;*/
}
@media screen and (max-width: 1920px) and (min-width: 992px){
	.common-baner .text .line{
		width: 2.916666666666667vw;
		height: 0.2083333333333333vw;
		margin-top: 1.25vw;
	}
	.common-baner .text .desp{
		margin-top: 1.25vw;
		/*max-width: 20.83333333333333vw;*/
	}
}
@media screen and (max-width: 991px){
	.common-baner .text .line{
		width: 36px;
		height: 2px;
		margin-top: 10px;
	}
	.common-baner .text .desp{
		margin-top: 10px;
		/*max-width: 45%;*/
		line-height: 1.7;
	}
}
@media screen and (max-width: 640px){
	.common-baner .text .desp{
		max-width: 100%;
		width: 100%;
	}
}

/*20260715*/
.common-baner .public-crumbs{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 0 3.05%;
	box-sizing: border-box;
}

/* 公用分页 */
.common-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.common-pagination .pagination-item {
  /*width: 47px;
  height: 47px;
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: 11px;
  font-weight: 400;
  font-size: 16px;
  color: #000000;*/
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  cursor: pointer;
  font-family: "HONOR Sans CN", sans-serif;
  /*202606*/
 	width: 70px;
 	height: 70px;
 	border-radius: 50%;
 	font-weight: bold;
 	font-size: var(--size20);
 	color: #0e2356;
 	margin-right: 12px;
 	border: rgba(179,200,212,0.2) solid 3px;
 	transition: all 0.4s ease;
}
.common-pagination .pagination-item:hover,
.common-pagination .pagination-item.current {
  background: #0e2356;
  color: #fff;
  border-color: #0e2356;
}
.common-pagination .icon .active {
  display: none;
}
.common-pagination .icon:hover .active {
  display: block;
}
.common-pagination .icon:hover .default {
  display: none;
}

@media screen and (max-width: 1920px) and (min-width: 992px){
	.common-pagination .pagination-item {
	 	width: 3.645833333333333vw;
	 	height: 3.645833333333333vw;
	 	margin-right: 0.625vw;
	 	border-width: 0.15625vw;
	}
}
@media screen and (max-width: 991px){
	.common-pagination .pagination-item {
	 	width: 45px;
	 	height: 45px;
	 	margin-right: 10px;
	 	border-width: 2px;
	}
}
@media screen and (max-width: 576px){
	.common-pagination .pagination-item {
	 	width: 7.8125vmin;
	 	height: 7.8125vmin;
	 	margin-right: 1.5vmin;
	 	border-width: 0.5vmin;
	 	font-size: 3.2vmin;
	}
}

/* 公用面包屑 */
.common-bread {
  /*margin-top: max(0.19rem, 10px);*/
 	padding-top: 18px;
 	padding-bottom: 18px;
}
.common-bread ul {
  display: flex;
}
.common-bread li:last-of-type a::after {
  content: none;
  display: none;
}
.common-bread li a {
	display: flex;
	align-items: baseline;
	gap:5px;
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  /*202606*/
  /*font-size: var(--font-16);
  color: rgba(0, 0, 0, 0.6);*/
 	font-size: var(--size18);
 	color: #0e2356;
  line-height: 1.625;
}
.common-bread li a::after {
  /*content: "-";
  font-size: var(--font-16);
  color: rgba(0, 0, 0, 0.6);
  margin-left: 5px;
  margin-right: 5px;*/
 	content: ">";	
  font-size: var(--size18);
 	color: #0e2356;
  line-height: 1.625;
  margin-left: 10px;
  margin-right: 10px;
}
.common-bread li.current a {
  color: #5f72a0;
  transition: all 0.4s ease;
}
.common-bread li.current a:hover{
	color: #0e2356;
}
@media screen and (max-width: 1920px) and (min-width: 992px){
	.common-bread {
	 	padding-top: 0.9375vw;
	 	padding-bottom: 0.9375vw;
	}
	.common-bread li a {
		gap: 5px;
	}
	.common-bread li a::after {
	  margin-left: 0.5208333333333333vw;
	  margin-right: 0.5208333333333333vw;
	}
}
@media screen and (max-width: 991px) {
  .common-bread{
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 576px){
	.common-bread{
		padding-left: 0;
		padding-right: 0;
	}
	.common-bread li a,
	.common-bread li a::after{
		font-size: 14px;
	}
}
.common-bread li a img,
.common-bread li span img {
  display: inline-block;
  width: 22px;
}
@media screen and (max-width: 1920px) and (min-width: 992px){
	.common-bread li a img,
	.common-bread li span img{
	  width: 1.145833333333333vw;
	}
}
@media screen and (max-width: 991px){
	.common-bread li a img,
	.common-bread li span img{
		width: 18px;
	}
}




/* about 页面 */
.about-page .life {
  /*padding-top: 129px;
  padding-bottom: 120px;*/
 /*202606*/
	padding-top: 50px;
	padding-bottom: 36px;
  position: relative;
  /* 2025-2-26 修改 */
  overflow: hidden;
}
.about-page .life .bg-img {
  position: absolute;
  left: 0;
  bottom: -102px;
  width: 100%;
  height: auto;
  z-index: -2;
  user-select: none;
}
.about-page .life .bg-img img {
  display: block;
  width: 100%;
  height: auto;
}
/* 2025-7-25    修改 */
.about-page .life .life-wrap {
  display: flex;
  /* align-items: flex-start; */
  align-items: center;
}
/* 2025-7-25    修改 */
.about-page .life .left {
  /*width: 50%;
  margin-right: 9.5%;*/
 /*202606*/
 	/*width: 55.74712643678161%;*/
 	width: 58%;
 	padding-left: 3.05%;
 	padding-right: 2%;
 	box-sizing: border-box;
}
.about-page .life .left .title {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: var(--font40);
  /*color: #00496c;*/
 	/*202606*/
 	font-weight: bold;
 	color: #018a9a;
  line-height: 1.4;
  margin-bottom: calc(30px - 6px);
}
.about-page .life .left .description {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: var(--font-18);
  line-height: 1.66666667;
  color: rgba(0, 0, 0, 0.6);
}
.about-page .life .left .content {
  /*margin-top: calc(54px - 6px);*/
 	/*202606*/
 	margin-top: 60px;
}
.about-page .life .left .content .content-title {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  text-align: left;
  color: #000000;
  margin-bottom: 37px;
  /* 2025-2-28 修改字体大小 */
  /*font-size: var(--font-18);*/
 	/*202606*/
 	position: relative;
 	font-size: var(--size20);
 	padding-left: 70px;
  line-height: 1.66666667;
}
.about-page .life .left .content .content-title::before{
	content: '';
	position: absolute;
	left: 0;
	top: 12px;
	width: 36px;
	height: 5px;
	background: #85c15a;
}
/* 2025-7-25 修改 */
.about-page .life .left .content .list .item {
  display: flex;
  align-items: center;
  /* border: 1px solid rgba(0, 0, 0, 0.1); */
  border: none;
  border-radius: 10px;
  padding-top: 5.335%;
  padding-bottom: 5.335%;
  /* padding-left: 8.689%; */
  padding-left: 0;
  padding-right: 15px;
  margin-bottom: 23px;
  position: relative;
  z-index: 2;
}
.about-page .life .left .content .list .item:last-child {
  margin-bottom: 0;
}
.about-page .life .left .content .list .item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background: rgba(0, 73, 108, 0.1);
  transition: all 0.6s ease;
}

/* 7-25 修改 */
/* .about-page .life .left .content .list .item:hover::after {
  width: 100%;
  right: auto;
  left: 0;
} */

/* 2025-7-25 修改 */
.about-page .life .left .content .list .item .icon {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 38px;
  display: none !important;
}
.about-page .life .left .content .list .item .text {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  text-align: left;
  color: #000000;
  font-size: var(--font-18);
  line-height: 1.66666667;
}
.about-page .life .right {
  flex: 1;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
}
.about-page .life .right .pic {
  /*flex: 1;*/
  border-radius: 10px;
  overflow: hidden;
  /*202606*/
  width: 39.74025974025974%;
}
.about-page .life .right .pic.active img {
  animation: picAnimate 5s linear forwards;
}
.about-page .life .right .pic img {
  display: block;
  width: 100%;
  transition: all 0.6s ease;
}
.about-page .life .right .pic:first-of-type {
  /*margin-right: 31px;
  margin-top: 126px;*/
 /*202606*/
 	margin-right: 24px;
 	/* width: 37.14285714285714%; */
}

/*202606*/
@media screen and (max-width: 1920px) and (min-width: 992px){
	.about-page .life {
		padding-top: 2.604166666666667vw;
		padding-bottom: 1.875vw;
	}
	.about-page .life .left .title {
	  margin-bottom: 1.25vw;
	}
	.about-page .life .left .content {
	 	margin-top: 3.125vw;
	}
	.about-page .life .left .content .content-title {
	  margin-bottom: 1.927083333333333vw;
	 	padding-left: 3.645833333333333vw;
	}
	.about-page .life .left .content .content-title::before{
		top: 0.625vw;
		width: 1.875vw;
		height: 0.2604166666666667vw;
	}
	.about-page .life .left .content .list .item {
	  border-radius: 10px;
	  padding-right: 0.78125vw;
	  margin-bottom: 1.25vw;
	}
	.about-page .life .right .pic {
	  border-radius: 10px;
	}
	.about-page .life .right .pic:first-of-type {
	 	margin-right: 1.25vw;
	}
}
@media screen and (max-width: 991px){
	.about-page .life{
		padding-top: 36px;
	}
	/*.about-page .life .life-wrap{
		flex-wrap: wrap;
	}
	.about-page .life .life-wrap .left{
		width: 100%;
		padding-left: 5%;
		padding-bottom: 5%;
	}*/
	.about-page .life .left .content{
		margin-top: 25px;
	}
	.about-page .life .left .content .content-title{
		padding-left: 40px;
		margin-bottom: 15px;
	}
	.about-page .life .left .content .content-title::before{
		top: 10px;
    width: 24px;
    height: 3px;
	}
	.about-page .life .life-wrap .right{
		/*width: 100%;
		flex: none;*/
		align-items: stretch;
		margin-top: 25px;
	}
	.about-page .life .right .pic{
		width: 48%;
	}
	.about-page .life .right .pic:first-of-type{
		width: 48%;
		margin-right: 4%;
	}
	.about-page .life .right .pic img{
		height: 100%;
		object-fit: cover;
	}
	
}



.about-page .history {
	/*202606*/
  /*background-color: #f1f1f2;*/
  border-radius: 10px;
  /*padding-top: 115.5px;
  padding-bottom: 114.5px;*/
 	padding-top: 45px;
 	padding-bottom: 60px;
 	border: rgba(179,200,212,0.2) solid 3px;
}
.about-page .history .content {
	/*202606*/
  /*padding-left: 7.119%;
  padding-right: 7.173%;*/
 	padding-left: 3.05%;
  padding-right: 3.05%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.about-page .history .left {
  width: 42.98%;
}
.about-page .history .left .history-title {
  font-size: var(--font40);
  font-family: "HONOR Sans CN", sans-serif;
  /*202606*/
	/*font-weight: 400;
	 color: #00496c;*/
	font-weight: bold;
	color: #018a9a;
  text-align: left;
  line-height: 1;
  margin-bottom: calc(30px - 6px);
}
.about-page .history .left .description,
.about-page .history .left .description p {
	/*202606*/
  /*font-size: 18px;
   color: rgba(0, 0, 0, 0.6);
   line-height: 1.666;*/
 	font-size: var(--size20);
 	color: #000000;
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  text-align: left;
  line-height: 1.9;
  text-align: justify;
}
.about-page .history .left .description p {
  margin-bottom: 28px;
}
.about-page .history .left .description p:last-child{
	margin-bottom: 0;
}
.about-page .history .left .link-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: calc(52.45px - 6px);
  width: fit-content;
  /*202606*/
  /*width: 320px;
  height: 50px;
  border-radius: 30px;
  border: solid 1px rgba(0, 73, 108, 0.2);*/
 	width: 185px;
 	height: 63px;
 	border: #85c15a solid 3px;
 	border-radius: 12px;
 	
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.about-page .history .left .link-btn:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
.about-page .history .left .link-btn::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  /*background-color: rgba(0, 73, 108, 0.1);*/
 	background-color: rgba(133,193,90,1);
  transition: all 0.45s ease;
  z-index: -1;
}
.about-page .history .left .link-btn .text {
  /*202606 */
 	/*font-weight: 400;
  font-size: var(--font-18);
  color: #00496c;*/
 	font-weight: bold;
 	color: #85c15a;
 	font-size: var(--size20);
  font-family: "HONOR Sans CN", sans-serif;
  text-align: left;
  line-height: 1;
  transition: all 0.6s ease;
}
.about-page .history .left .link-btn:hover .text{
	color: #ffffff;
}
.about-page .history .left .link-btn .icon {
  width: 22px;
  height: 22px;
  background: #00496c;
  border-radius: 50%;
  user-select: none;
  cursor: pointer;
  font-size: 14px;
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.6s ease;
  margin-left: 12.45px;
}
/* 2025-3-14 修改 */
.about-page .history .right {
	/*202606*/
  /*width: 46.658%;
  background: #ffffff; */
  width: 49.4%;
  border-radius: 10px;
  position: relative;
}
.about-page .history .right .pic {
  width: 100%;
  /* padding-top: 38.957%; */
  /* padding-bottom: 38.7%; */
  text-align: center;
}
.about-page .history .right .pic img {
  vertical-align: middle;
  max-width: 90%;
  object-fit: contain;
}

.about-page .history .right .btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
}
.about-page .history .right .btn img {
	width: 72px;
  opacity: 0.65;
  transition: all 0.45s ease;
}
.about-page .history .right .btn:hover img {
  opacity: 1;
}
/*202606*/
@media screen and (max-width: 1920px) and (min-width: 992px){
	.about-page .history {
	  border-radius: 10px;
	 	padding-top: 2.34375vw;
	 	padding-bottom: 3.125vw;
	 	border-width: 0.15625vw;
	}
	.about-page .history .left .history-title {
	  margin-bottom: 1.25vw;
	}
	.about-page .history .left .description p {
	  margin-bottom: 1.458333333333333vw;
	}
	.about-page .history .left .description p:last-child{
		margin-bottom: 0;
	}
	.about-page .history .left .link-btn {
	  margin-top: 2.5vw;
	 	width: 9.635416666666667vw;
	 	height: 3.28125vw;
	 	border-width: 0.15625vw;
	 	border-radius: 0.625vw;
	}
	.about-page .history .right {
	  border-radius: 10px;
	}
	.about-page .history .right .btn img{
		width: 3.75vw;
	}
}
@media screen and (max-width: 991px){
	.about-page .history .left{
		width: 48%;
	}
	.about-page .history .left .description p{
		margin-bottom: 18px;
	}
	.about-page .history .left .link-btn{
		width: 140px;
		height: 45px;
		border-width: 2px;
		border-radius: 8px;
	}
	.about-page .history .right .btn img{
		width: 50px;
	}
}

.about-page .pro-area {
  margin-top: 141px;
  margin-bottom: 205px;
}
.about-page .pro-area .pro-title {
  font-size: var(--font40);
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  text-align: center;
  color: #00496c;
  line-height: 1;
  margin-bottom: calc(30px - 6px);
}
.about-page .pro-area .description {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  text-align: center;
}
.about-page .pro-area .description p {
  font-size: 18px;
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.666;
}
.about-page .pro-area .list {
  margin-top: calc(108px - 6px);
}
.about-page .pro-area .list .swiper1 .swiper-slide .pic {
  width: 100%;
  padding-top: 88.889%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.about-page .pro-area .list .swiper1 .swiper-slide .pic:hover img {
  transform: scale(1.05);
}
.about-page .pro-area .list .swiper1 .swiper-slide .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease;
}
.about-page .network {
  padding-top: 118px;
  padding-bottom: 137px;
  background-color: #f1f1f2;
  border-radius: 10px;
  margin-bottom: 29px;
}
.about-page .network .text-box {
  max-width: 1023px;
  overflow-wrap: break-word;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 89.56px;
}
.about-page .network .text-box .title {
  font-size: var(--font40);
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  color: #00496c;
  line-height: 1;
  text-align: center;
}
.about-page .network .text-box .description {
  margin-top: calc(30px - 6px);
  font-size: 18px;
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.666;
  margin-bottom: calc(36.44px - 6px);
}
.about-page .network .text-box .link-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  width: 140px;
  height: 40px;
  border-radius: 20px;
  border: solid 1px rgba(0, 73, 108, 0.2);
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.about-page .network .text-box .link-btn:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}
.about-page .network .text-box .link-btn::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: rgba(0, 73, 108, 0.1);
  transition: all 0.45s ease;
  z-index: -1;
}
.about-page .network .text-box .link-btn .text {
  /* 2025-2-28 修改字体大小 */
  font-size: var(--font-18);
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  color: #00496c;
  line-height: 1;
  transition: all 0.6s ease;
  text-transform: capitalize;
}
.about-page .network .text-box .link-btn .icon {
  width: 22px;
  height: 22px;
  background: #00496c;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  cursor: pointer;
  font-size: 14px;
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  color: #ffffff;
  margin-left: 11.45px;
}
.about-page .network .content {
  width: 61.082%;
  margin-left: auto;
  margin-right: auto;
}
.about-page .network .content .pic {
  width: 100%;
  position: relative;
}
.about-page .network .content .pic .map {
  display: block;
  width: 100%;
  height: auto;
}
.about-page .network .content .pic .line {
  max-width: 75.72%;
  position: absolute;
  right: 0.59rem;
  bottom: 0.85rem;
}
.about-page .network .content .pic .line img {
  display: block;
  width: 100%;
  clip-path: inset(49% 18% 49% 83%);
  transition: all 1.6s ease;
}
.about-page .network .content .pic .line img.enter {
  clip-path: inset(0% 0% 0% 0%);
}
.about-page .network .content .num-list {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -47px;
  z-index: 2;
}
.about-page .network .content .num-list .num-item {
  display: flex;
  align-items: stretch;
  padding-left: 74px;
  padding-right: 73px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.about-page .network .content .num-list .num-item:last-child {
  border-right: none;
}
.about-page .network .content .num-list .num-item .num {
  font-size: 60px;
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  color: #00496c;
  line-height: 1;
  margin-right: 18px;
}
.about-page .network .content .num-list .num-item .info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.about-page .network .content .num-list .num-item .info .top {
  font-size: 20px;
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  color: #000000;
  line-height: 1;
}
.about-page .network .content .num-list .num-item .info .text {
  margin-top: calc(17px - 9px);
  font-size: 18px;
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1;
}
/* contact-pae */
.contact-page .address-list {
  padding-top: 147px;
}
.contact-page .address-list .address-item {
  display: flex;
  align-items: stretch;
  margin-bottom: 20px;
}
.contact-page .address-list .address-item .left {
  width: 57.5%;
  background: #f9f9f9;
  padding-left: 5.3125%;
  padding-right: 5.3125%;
  padding-bottom: calc(56px - 8px);
  padding-top: 57px;
  border-radius: 10px 0px 0px 10px;
  overflow: hidden;
}
.contact-page .address-list .address-item .left .title {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: var(--font40);
  color: #00496c;
  line-height: 1;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.contact-page .address-list .address-item .left .info-list .info-item-common {
  display: flex;
  align-items: flex-start;
  padding-top: calc(28px - 6px);
  padding-bottom: calc(28px - 5px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.contact-page .address-list .address-item .left .info-list .info-item-common .info-icon {
  width: 40px;
  height: 40px;
  background: #00496c;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 18px;
}
.contact-page .address-list .address-item .left .info-list .info-item-common .info-text .info-title {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.666;
  margin-bottom: calc(18px - 11px);
}
.contact-page .address-list .address-item .left .info-list .info-item-common .info-text .info-desc {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  /* 2025-3-1 修改字体 */
  font-size: var(--font-18);
  line-height: 1.66666667;
  color: #000000;
  overflow-wrap: break-word;
}
.contact-page .address-list .address-item .left .info-list .info-item-common.info-item-custom .info-text {
  display: flex;
  align-items: flex-start;
}
.contact-page .address-list .address-item .left .info-list .info-item-common.info-item-custom .info-text .text-item {
  margin-right: 70px;
}
.contact-page .address-list .address-item .left .info-list .info-item-common.info-item-custom .info-text .text-item.space-min {
  margin-right: 49px;
}
.contact-page .address-list .address-item .left .info-list .info-item-common.info-item-custom .info-text .text-item:last-of-type {
  margin-right: 0;
}
.contact-page .address-list .address-item .right {
  flex: 1;
  overflow: hidden;
  position: relative;
}
.contact-page .address-list .address-item .right .pic {
  width: 100%;
  height: 100%;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
}
.contact-page .address-list .address-item .right .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-page .address-list .address-item .right .marker {
  position: absolute;
  left: 42.352%;
  top: 37.924%;
}
.contact-page .address-list .address-item .right .marker .point {
  margin-bottom: 16px;
  text-align: center;
}
.contact-page .address-list .address-item .right .marker .point img {
  vertical-align: middle;
}
.contact-page .address-list .address-item .right .marker .text {
  display: inline-block;
  vertical-align: top;
  padding: 16px 29px 17px 30px;
  background: #00496c;
  border-radius: 10px;
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 1;
  white-space: nowrap;
  user-select: none;
  cursor: pointer;
}
.contact-page .know-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 164px;
}
.contact-page .know-list .item {
  width: 49.375%;
  background: #f9f9f9;
  border-radius: 10px;
}
.contact-page .know-list .item .content {
  padding-left: 13.544%;
  padding-right: 14.177%;
  border-radius: 10px;
  padding-top: calc(56px - 5px);
  padding-bottom: 56px;
}
.contact-page .know-list .item .title {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #000000;
  line-height: 1.416;
  min-height: 68px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
}
.contact-page .know-list .item .link-btn {
  margin-top: calc(43px - 5px);
  width: fit-content;
  width: 140px;
  height: 40px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px rgba(0, 73, 108, 0.2);
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.contact-page .know-list .item .link-btn:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
.contact-page .know-list .item .link-btn::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: rgba(0, 73, 108, 0.1);
  transition: all 0.45s ease;
  z-index: -1;
}
.contact-page .know-list .item .link-btn .text {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #00496c;
  line-height: 1.25;
  transition: all 0.6s ease;
}
.contact-page .know-list .item .link-btn .icon {
  margin-left: 13px;
  width: 22px;
  height: 22px;
  background: #00496c;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  cursor: pointer;
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
}
.contact-page .form-area {
  background: #f1f1f2;
  border-radius: 10px;
  margin-bottom: 25px;
}
.contact-page .form-area .content {
  padding-left: 7.174%;
  padding-right: 7.174%;
  padding-top: 102px;
  padding-bottom: 108px;
}
.contact-page .form-area .content .form-title {
  text-align: center;
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: var(--font40);
  color: #00496c;
  margin-bottom: 18px;
}
.contact-page .form-area .content .form-sub-title {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: var(--font-18);
  color: rgba(0, 0, 0, 0.6);
  line-height: 1;
  text-align: center;
  margin-bottom: max(0.4rem, 30px);
}
.contact-page .form-area .content .form-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.contact-page .form-area .content .form-row .form-col {
  width: 32.5%;
}
.contact-page .form-area .content .form-row .form-col input {
  display: block;
  width: 100%;
  height: 70px;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #d2d2d2;
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  padding-left: 27px;
  padding-right: 15px;
}
.contact-page .form-area .content .form-row .form-col input::placeholder {
	font-family: HONOR Sans CN, sans-serif;
  color: rgba(0, 0, 0, 0.6);
}
.contact-page .form-area .content .form-row .form-col input:focus {
  outline: none;
  border: 1px solid #00496c;
}
.contact-page .form-area .content .form-row .form-col select {
  display: block;
  width: 100%;
  height: 70px;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #d2d2d2;
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: 27px;
  background-image: url(../images/contact-select-icon.svg);
  background-repeat: no-repeat;
  background-position: right 27px center;
}
.contact-page .form-area .content .form-row .form-col select:focus {
  outline: none;
  border-color: #00496c;
}
.contact-page .form-area .content .row-full {
  margin-bottom: 15px;
}
.contact-page .form-area .content .row-full select {
  display: block;
  width: 100%;
  height: 70px;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #d2d2d2;
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: 27px;
  background-image: url(../images/contact-select-icon.svg);
  background-repeat: no-repeat;
  background-position: right 27px center;
}
.contact-page .form-area .content .row-full select:focus {
  outline: none;
  border-color: #00496c;
}
.contact-page .form-area .content .row-full textarea {
  display: block;
  width: 100%;
  height: 176px;
  resize: none;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #d2d2d2;
  padding: 20px 15px;
}
.contact-page .form-area .content .row-full textarea:focus {
  outline: none;
  border-color: #00496c;
}
.contact-page .form-area .content .placehold-text {
  line-height: 1;
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 21px;
}
.contact-page .form-area .content .btn-row {
  margin-top: 10px;
  text-align: center;
}
.contact-page .form-area .content .btn-row .submit-btn {
  width: 160px;
  height: 50px;
  background: #00496c;
  border-radius: 6px;
  border: none;
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: var(--font-18);
  color: #ffffff;
  vertical-align: middle;
  user-select: none;
  cursor: pointer;
  transition: all 0.45s ease;
}
.contact-page .form-area .content .btn-row .submit-btn:focus {
  outline: none;
}
.contact-page .form-area .content .btn-row .submit-btn span {
  position: relative;
}
.contact-page .form-area .content .btn-row .submit-btn span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 0;
  height: 2px;
  transition: all 0.45s ease;
  background-color: #fff;
}
.contact-page .form-area .content .btn-row .submit-btn:hover {
  font-weight: bold;
}
.contact-page .form-area .content .btn-row .submit-btn:hover span::after {
  width: 100%;
}
/* pro-type-page */
.pro-type-page .list {
  display: flex;
  margin-top: 19px;
  margin-bottom: 45px;
}
.pro-type-page .list .item {
  transform: translateZ(0);
  will-change: width;
  width: 13.918%;
  height: 6.97rem;
  position: relative;
  margin-right: 14px;
  transition: width 0.6s ease-in-out;
  transform: translate3d(0, 0, 0);
}
.pro-type-page .list .item:last-of-type {
  margin-right: 0;
}
.pro-type-page .list .item.current {
  width: 26.767%;
}
.pro-type-page .list .item.current .pic::after {
  background-image: linear-gradient(to top, rgba(0, 73, 108, 0.2), transparent);
}
.pro-type-page .list .item.current .text-panel {
  padding-right: 22px;
}
.pro-type-page .list .item.current .text-panel .icon {
  display: block;
}
.pro-type-page .list .item .pic {
  transform: translateZ(0);
  will-change: width;
  width: 100%;
  height: 100%;
  position: relative;
}
.pro-type-page .list .item .pic img {
  transform: translateZ(0);
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.pro-type-page .list .item .pic::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70%;
  background-image: linear-gradient(to top, rgba(0, 73, 108, 0.7), transparent);
}
.pro-type-page .list .item .text-panel {
  position: absolute;
  left: 0;
  bottom: 5.882%;
  width: 100%;
  padding-left: 27px;
  padding-right: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.pro-type-page .list .item .text-panel .text {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
  line-height: 1.25;
}
.pro-type-page .list .item .text-panel .icon {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
  display: none;
}
/* pro-type1-page */
.pro-type1-page .description {
  padding-top: 58px;
  padding-left: 57px;
  padding-right: 63px;
  padding-bottom: calc(58px - 6px);
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: max(0.81rem, 35px);
  margin-bottom: max(0.63rem, 35px);
}
.pro-type1-page .description .title {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #00496c;
  line-height: 1;
}
.pro-type1-page .description .title::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 3px;
  height: 19px;
  background: #00496c;
  margin-right: 19px;
}
.pro-type1-page .description .desc {
  margin-top: calc(30px - 6px);
}
.pro-type1-page .description .desc p {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 1.666;
  margin-bottom: 40px;
}
.pro-type1-page .description .desc p:last-of-type {
  margin-bottom: 0;
}
.pro-type1-page .tab-full {
  position: sticky;
  top: 0;
  z-index: 67;
  padding-top: max(0.2rem, 10px);
  padding-bottom: max(0.2rem, 10px);
  background-color: #fff;
}
.pro-type1-page .tab-list {
  background-color: #fff;
}
.pro-type1-page .tab-list ul {
  display: flex;
}
.pro-type1-page .tab-list ul li {
  margin-right: 14px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.pro-type1-page .tab-list ul li:last-of-type {
  margin-right: 0;
}
.pro-type1-page .tab-list ul li::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #00496c;
  z-index: -1;
  transition: all 0.6s ease;
}
.pro-type1-page .tab-list ul li:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
.pro-type1-page .tab-list ul li:hover a {
  color: #fff;
}
.pro-type1-page .tab-list ul li.current {
  background-color: #00496c;
}
.pro-type1-page .tab-list ul li.current a {
  color: #ffffff;
}
.pro-type1-page .tab-list ul li a {
  display: block;
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  /* 2025-3-1 修改字体大小 */
  font-size: max(0.24rem, 16px);
  color: #000000;
  line-height: normal;
  padding: 20px 39px 19px 29px;
  user-select: none;
  cursor: pointer;
}
.pro-type1-page .pro-list {
  margin-top: max(0.86rem, 15px);
  margin-bottom: max(35px, 1.41rem);
}
.pro-type1-page .pro-list .list-area {
  margin-bottom: calc(101px - 30px);
}
.pro-type1-page .pro-list .list-area:last-of-type {
  margin-bottom: 0;
}
.pro-type1-page .pro-list .list-area .title {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #00496c;
  line-height: 1;
  margin-bottom: 38px;
}
.pro-type1-page .pro-list .list-area .list {
  display: flex;
  flex-wrap: wrap;
}
.pro-type1-page .pro-list .list-area .list .item {
  display: block;
  width: 23.7%;
  margin-right: 1.6875%;
  background: #ffffff;
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  border: 1px solid transparent;
  margin-bottom: 30px;
  transition: all 0.6s ease;
}
.pro-type1-page .pro-list .list-area .list .item:nth-child(4n) {
  margin-right: 0;
}
/* 2025-3-14 修改 */
.pro-type1-page .pro-list .list-area .list .item .pic {
  width: 100%;
  height: auto;
  padding-top: 68%;
  position: relative;
  overflow: hidden;
  margin-top: max(0.4rem, 15px);
  /* margin-bottom: max(0.94rem, 15px); */
  margin-bottom: max(0.4rem, 15px);
}
.pro-type1-page .pro-list .list-area .list .item .pic img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 89%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  transition: all 0.6s ease;
}
.pro-type1-page .pro-list .list-area .list .item .text-panel {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 11px;
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: var(--font-18);
  color: #000000;
  line-height: 1.66666667;
  padding-top: calc(22px - 5px);
  padding-right: calc(13px - 5px);
  padding-bottom: calc(17px - 5px);
  padding-left: calc(13px - 5px);
  border-radius: 10px;
  display: flex;
}
.pro-type1-page .pro-list .list-area .list .item .text-panel .text {
  flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  transition: all 0.6s ease;
  min-height: calc(20px * 1.5 * 2);
  text-align: center;
}
.pro-type1-page .pro-list .list-area .list .item .text-panel .icon {
  display: none;
  align-self: flex-end;
  line-height: 1;
  opacity: 0;
  transition: all 0.6s ease;
}
.pro-type1-page .pro-list .list-area .list .item:hover {
  border-color: #00496c;
}

/* 2025-3-14 修改 */
.pro-type1-page .pro-list .list-area .list .item:hover .pic img {
  transform: translate(-50%, -50%) scale(1.05);
}

.pro-type1-page .pro-list .list-area .list .item:hover .text-panel {
  background: #00496c;
  color: #fff;
}
.pro-type1-page .citation-text {
  margin-top: calc(171px - 30px);
  background: rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  padding-left: 7.173%;
  padding-right: 5%;
  padding-top: 50px;
  padding-bottom: calc(60px - 5px);
  margin-bottom: 20px;
}
.pro-type1-page .citation-text .title {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #00496c;
  line-height: 1;
  margin-bottom: calc(22px - 5px);
}
.pro-type1-page .citation-text .title::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 18px;
  background: #00496c;
  margin-right: 15px;
  vertical-align: middle;
}
.pro-type1-page .citation-text .list p {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.625;
  overflow-wrap: break-word;
  margin-bottom: 5px;
}
.pro-type1-page .citation-text .list p:last-of-type {
  margin-bottom: 0;
}

.support-page .wrap{
	display: flex;
	flex-direction: column;
	gap: 60px;
}

/* support 技术支持公用的 */
.support-page{
	padding-bottom: 75px;
}
.support-page .tab-list {
  display: flex;
  justify-content: center;
  /*202606*/
  /*margin-top: 133px;
  margin-bottom: 65px;*/
 	margin-top: 60px;
 	/*margin-bottom: 60px;*/
}
.support-page .tab-list .tab-item {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: max-content;
	min-width: 350px;
	height: 90px;
	padding: 0 30px;
  /*padding: max(0.3rem, 10px) max(0.45rem, 45px);
  border-radius: 45px;*/
  border: 3px solid rgba(179, 200, 212, 0.2);
  border-radius: 45px;
  font-family: "HONOR Sans CN", sans-serif;
  /*202606*/
 	font-weight: bold;
	color: #0e2356;
	font-size: var(--size24);
  /*font-weight: 400;
  font-size: max(0.24rem, 16px);
  color: #000000;*/
  line-height: 1;
  white-space: nowrap;
  /*margin-right: max(0.3rem, 15px);*/
 	margin-right: 45px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  box-sizing: border-box;
}
.support-page .tab-list .tab-item:last-of-type {
  margin-right: 0;
}
.support-page .tab-list .tab-item img{
	display: inline-block;
	margin-right: 18px;
	width: 22px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.support-page .tab-list .tab-item:hover img,
.support-page .tab-list .tab-item.current img{
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}
.support-page .tab-list .tab-item.current {
  background: #018a9a;
  border-color: transparent;
  color: #fff;
}
.support-page .tab-list .tab-item:hover {
  color: #fff;
}
.support-page .tab-list .tab-item:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}
.support-page .tab-list .tab-item::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 0;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #018a9a;
  transition: all 0.6s ease;
}
/*202606*/
@media screen and (max-width: 1920px) and (min-width: 992px){
	.support-page{
		padding-bottom: 3.90625vw;
	}
	.support-page .wrap{
		gap: 3.125vw;
	}
	.support-page .tab-list {
	 	margin-top: 3.125vw;
	 	/*margin-bottom: 3.125vw;*/
	}
	.support-page .tab-list .tab-item {
	  min-width: 18.22916666666667vw;
		height: 4.6875vw;
		padding: 0 1.5625vw;
	  border-radius: 2.34375vw;
	  border-width: 0.15625vw;
	  margin-right: 2.34375vw;
	}
	.support-page .tab-list .tab-item img{
		margin-right: 0.9375vw;
		width: 1.145833333333333vw;
	}
}
@media screen and (max-width: 991px){
	.support-page{
		padding-bottom: 50px;
	}
	.support-page .wrap{
		gap: 50px;
	}
	.support-page .tab-list {
	 	margin-top: 50px;
	 	/*margin-bottom: 50px;*/
	 	justify-content: space-between;
	 	row-gap: 15px;
	}
	.support-page .tab-list .tab-item {
	  min-width: 1px;
	  width: 47.5%;
		height: 45px;
		padding: 0 20px;
	  border-radius: 23px;
	  border-width: 2px;
	  margin-right: 0;
	}
	.support-page .tab-list .tab-item img{
		margin-right: 12px;
		width: 18px;
	}
}
@media screen and (max-width: 768px){
	.support-page{
		padding-bottom: 35px;
	}
	.support-page .wrap{
		gap: 35px;
	}
}
@media screen and (max-width: 640px){
	.support-page .tab-list .tab-item{
		font-size: 15px;
	}
	.support-page .tab-list .tab-item img {
    margin-right: 10px;
    width: 15px;
	}
}
@media screen and (max-width: 480px){
	.support-page .tab-list{
		row-gap: 3.125vmin;
	}
	.support-page .tab-list .tab-item{
		width: 48.5%;
		height: 9.375vmin;
    padding: 0;
    border-radius: 4.8vmin;
		font-size: 3.125vmin;
	}
	.support-page .tab-list .tab-item img {
    margin-right: 2vmin;
    width: 3.125vmin;
	}
}

.support-page .download-list .download-item {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: calc(47px - 6px);
  background: #ffffff;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  margin-bottom: 21px;
}
.support-page .download-list .download-item .head {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.support-page .download-list .download-item .head .text {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #000000;
  line-height: 1.5;
  margin-right: 15px;
  flex: 1;
  overflow-wrap: break-word;
}
.support-page .download-list .download-item .head .download-icon {
  margin-left: auto;
  width: 160px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #00496c;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
  transition: all 0.6s ease;
  position: relative;
  z-index: 2;
}
.support-page .download-list .download-item .head .download-icon::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #00496c;
  transition: all 0.6s ease;
  border-radius: 6px;
}
.support-page .download-list .download-item .head .download-icon:hover {
  color: #fff;
}
.support-page .download-list .download-item .head .download-icon:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}
.support-page .download-list .download-item .head .download-icon:hover .icon .default {
  display: none;
}
.support-page .download-list .download-item .head .download-icon:hover .icon .active {
  display: block;
}
.support-page .download-list .download-item .head .download-icon .icon {
  margin-left: 15px;
}
.support-page .download-list .download-item .head .download-icon .icon .active {
  display: none;
}
.support-page .download-list .download-item .head .download-icon .icon img {
  display: block;
}
.support-page .download-list .download-item .main {
  padding-top: calc(24px - 7px);
  padding-bottom: calc(49px - 7px);
}
.support-page .download-list .download-item .main .params {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.777;
  overflow-wrap: break-word;
}
.support-page .learn-more {
  /*width: 200px;
  height: 50px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);*/
  font-family: "HONOR Sans CN", sans-serif;
  /*font-weight: 400;
  font-size: var(--font-18);
  color: #00496c;
  margin-top: 61px;
  margin-bottom: 137px;*/
  user-select: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  overflow: hidden;
  /*202606*/
 	width: 200px;
  height: 72px;
  border: #018a9a solid 3px;
  border-radius: 13px;
  box-sizing: border-box;
  font-weight: bold;
  color: #018a9a;
  font-size: var(--size20);
}
.support-page .learn-more::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  /*background-color: #00496c;*/
 	background: #018a9a;
  transition: all 0.6s ease;
}
.support-page .learn-more:hover {
  color: #fff;
}
.support-page .learn-more:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}
@media screen and (max-width: 1920px) and (min-width: 992px){
	.support-page .learn-more{
		width: 10.41666666666667vw;
	  height: 3.75vw;
	  border-width: 0.15625vw;
	  border-radius: 0.6770833333333333vw;
	}
}
@media screen and (max-width: 991px){
	.support-page .learn-more{
		width: 150px;
	  height: 45px;
	  border-width: 2px;
	  border-radius: 10px;
	}
}
/* support page-1 */
.support-page1 .tab-list {
  margin-bottom: calc(30px - 6px);
}
.support-page1 .search-panel .placehold-text {
  max-width: 1267px;
  overflow-wrap: break-word;
  font-weight: 400;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.666;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: calc(53px - 6px);
}
.support-page1 .search-panel form {
  display: flex;
  max-width: 680px;
  width: 42.5%;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: calc(71px - 5px);
}
.support-page1 .search-panel form input {
  display: block;
  width: 83.97%;
  height: 100%;
  outline: none;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 32px;
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}
.support-page1 .search-panel form input::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.support-page1 .search-panel form input:focus {
  outline: none;
  border-color: #00496c;
}
.support-page1 .search-panel form button {
  width: 100px;
  height: 70px;
  background: #00496c;
  border-radius: 10px;
  flex-shrink: 0;
  margin-left: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
  border: none;
}
.support-page1 .search-panel .result {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  color: #00496c;
  margin-bottom: calc(35px - 5px);
  overflow-wrap: break-word;
  /* 2025-3-1 修改字体大小 */
  font-size: var(--font-18);
  line-height: 1.66666667;
}
/*202606*/
/*.support-page1 .learn-more {
  margin-top: 63px;
  margin-bottom: 130px;
}*/
/* 新闻列表 */
.news-page {
  /*padding-bottom: 145px;*/
 	padding-bottom: 120px;
}
.news-page .news-list {
  /*padding-top: max(0.2rem, 20px);*/
 	padding-top: 10px;
  margin-bottom: 56px;
}
.news-page .item {
  /*padding-left: max(0.71rem, 30px);
  padding-right: max(0.87rem, 30px);
  padding-top: max(0.53rem, 20px);
  padding-bottom: max(0.53rem, 20px);*/
 	padding-left: 3.05%;
 	padding-right: 3.05%;
  padding-top: 4.023%;
  padding-bottom: 4.023%;
  display: flex;
  align-items: flex-start;
  border-radius: 10px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  /* 2025-2-26修改 */
  transition: border-color, background, box-shadow 0.6s ease;
}
.news-page .item.transparent {
  border-color: transparent;
}
@media (min-width: 577px){
	.news-page .item:hover {
	  background: #ffffff;
	  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.1);
	  border-bottom-color: transparent;
	}
}
.news-page .item:hover .text .head .title {
  color: #85c15a;
}
.news-page .item .pic {
  width: 28.552%;
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 10px;
}
/*.news-page .item .pic::after {
  content: "";
  display: block;
  padding-top: 81.25%;
}*/
.news-page .item .pic img {
  /*position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;*/
 	display: block;
 	width: 100%;
  transition: all 0.6s ease;
  object-fit: cover;
  object-position: center center;
}
.news-page .item .pic:hover img {
  transform: scale(1.05);
}
.news-page .item .text {
	flex: 1;
  overflow: hidden;
  margin-left: 78px;
}
.news-page .item .text .tag{
	color: #85c15a;
	font-size: var(--size16);
	margin-bottom: 20px;
}
.news-page .item .text .tag span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 12px;
	width: max-content;
	min-width: 80px;
	height: 32px;
	border-radius: 16px;
	box-sizing: border-box;
	background: #f3f9ee;
}
.news-page .item .text .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-page .item .text .head .title {
  font-family: "HONOR Sans CN", sans-serif;
  /*font-weight: 400;
  font-size: var(--font30);*/
 	/*202606*/
 	position: relative;
 	font-weight: bold;
 	font-size: var(--size34);
  color: #0e2356;
  line-height: 1.5;
  margin-right: 20px;
  flex: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
}
.news-page .item .text .head .title::after{
	content: '';
	display: block;
	margin-top: 30px;
	width: 50px;
	height: 4px;
	background: #85c15a;
}
.news-page .item .text .head .time {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  /*font-size: 18px;
  color: rgba(0, 0, 0, 0.6);*/
 	/*202606*/
 	color: #0e2356;
 	font-size: var(--size20);
  line-height: 1.5;
}
.news-page .item .text .desc {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  /*font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.666;*/
 	/*202606*/
 	color: #0e2356;
 	font-size: var(--size20);
  line-height: 2;
  margin-top: calc(39px - 13.5px);
  /*margin-bottom: calc(88px - 6px);*/
 	margin-bottom: 45px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
}
.news-page .item .text .learn-btn {
  font-family: "HONOR Sans CN", sans-serif;
  /*font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  color: #000;
  width: fit-content;*/
  transition: all 0.6s ease;
  /*width: 140px;
  height: 40px;
  border: solid 1px rgba(0, 73, 108, 0.2);
  border-radius: 20px;*/
 	/*202606*/
 	width: 190px;
 	height: 54px;
 	border: #018a9a solid 2px;
 	border-radius: 27px;
 	font-size: var(--size18);
 	color: #018a9a;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.news-page .item .text .learn-btn:hover{
	color: #ffffff;
}
.news-page .item .text .learn-btn::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  /*background-color: rgba(0, 73, 108, 0.1);*/
  background-color: rgba(1, 138, 154, 1);
  z-index: -1;
  transition: all 0.6s ease;
}
.news-page .item .text .learn-btn:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
.news-page .item .text .learn-btn .icon {
  margin-left: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #e5e5e5;
  user-select: none;
  cursor: pointer;
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #2e2e2e;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-page .item.common .text {
  /*padding-top: calc(45px - 7.5px);*/
 	padding-top: 18px;
}
.news-page .item.common .text .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
}
.news-page .item.custom .text {
  padding-top: calc(66px - 7.5px);
}
.news-page .item.custom .text .desc {
  margin-bottom: calc(60px - 6px);
}
.news-page .item.custom .text .desc p {
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
}

@media screen and (max-width: 1920px) and (min-width: 992px){
	.news-page {
	 	padding-bottom: 6.25vw;
	}
	.news-page .news-list {
	 	padding-top: 0.5208333333333333vw;
	  margin-bottom: 2.916666666666667vw;
	}
	.news-page .item {
	  border-radius: 10px;
	}
	.news-page .item .pic {
	  border-radius: 10px;
	}
	.news-page .item .text {
	  margin-left: 4.0625vw;
	}
	.news-page .item .text .tag{
		margin-bottom: 1.041666666666667vw;
	}
	.news-page .item .text .tag span{
		padding: 0 0.625vw;
		min-width: 4.166666666666667vw;
		height: 1.666666666666667vw;
		border-radius: 0.8333333333333333vw;
	}
	.news-page .item .text .head .title {
	  margin-right: 1.041666666666667vw;
	}
	.news-page .item .text .head .title::after{
		margin-top: 1.5625vw;
		width: 2.604166666666667vw;
		height: 0.2083333333333333vw;
	}
	.news-page .item .text .desc {
	  margin-top: 1.666666666666667vw;
	 	margin-bottom: 2.34375vw;
	}
	.news-page .item .text .learn-btn {
	 	width: 9.895833333333333vw;
	 	height: 2.8125vw;
	 	border-width: 0.1041666666666667vw;
	 	border-radius: 1.40625vw;
	}
	.news-page .item .text .learn-btn .icon {
	  margin-left: 0.625vw;
	  width: 1.145833333333333vw;
	  height: 1.145833333333333vw;
	}
	.news-page .item.common .text {
	  padding-top: 0.9375vw;
	}
	.news-page .item.custom .text {
	  padding-top: 3.125vw;
	}
	.news-page .item.custom .text .desc {
	  margin-bottom: 2.8125vw;
	}
}
@media screen and (max-width: 991px){
	.news-page .news-list{
		margin-bottom: 40px;
	}
	.news-page .item .text .tag{
		margin-bottom: 10px;
		font-size: 12px;
	}
	.news-page .item .text .tag span{
    padding: 0 10px;
    min-width: 70px;
    height: 26px;
    border-radius: 13px;
	}
	.news-page .item .text .head .title::after{
		margin-top: 10px;
		width: 36px;
		height: 2px;
	}
}
@media screen and (max-width: 640px){
	.news-page .item .text .desc{
		font-size: 14px;
	}
}
@media screen and (max-width: 576px){
	.news-page .item .text .tag span{
    min-width: 12vmin;
    height: 4.8vmin;
    border-radius: 2.4vmin;
    font-size: 2.7vmin;
	}
	.news-page .item .text .head .title{
		margin-bottom: 10px;
	}
	.news-page .item .text .head .title::after{
		margin-top: 7px;
	}
}
/* 新闻详情 */
.news-detail-page{
	background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.news-detail-page .detail-content {
  padding-top: calc(113px - 5px);
  margin-bottom: 20px;
}
.news-detail-page .detail-content .detail-title {
  overflow-wrap: break-word;
  text-align: center;
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: bold;
  /*font-size: 60px;
  color: #000000;*/
 	font-size: var(--font60);
 	color: #0e2356;
  line-height: 1.25;
  margin-bottom: calc(36px - 10.5px);
}
.news-detail-page .detail-content .detail-info {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 24px;
  /*color: rgba(0, 0, 0, 0.6);*/
 	color: #85c15a;
  text-align: center;
  line-height: 1.25;
  margin-bottom: 48px;
}
.news-detail-page .detail-content .main {
  /*background: #f1f1f2;*/
 	/*background: rgba(240,244,247,0.5);*/
 	background: #f8f9fb;
  border-radius: 10px;
  padding-top: 91px;
  padding-bottom: 159px;
}
.news-detail-page .detail-content .main .article-wrap {
  width: 53.427%;
  margin-left: auto;
  margin-right: auto;
  /*202606*/
 	font-family: HONOR Sans CN, sans-serif;
  font-weight: 400;
 	color: #0e2356;
 	font-size: var(--size18);
 	line-height: 1.7;
}
.news-detail-page .detail-content .main .article * {
  max-width: 100%;
  height: auto;
  overflow-wrap: break-word;
}
.news-detail-page .detail-content .main .article p,
.news-detail-page .detail-content .main .article span {
  max-width: 100%;
  overflow-wrap: break-word;
}
.news-detail-page .detail-content .main .article img {
  vertical-align: top;
  max-width: 100%;
}
.news-detail-page .detail-content .main .article .table-wrap {
  overflow-x: auto;
  max-width: 100%;
  scrollbar-color: #ccc;
  scrollbar-width: thin;
}
.news-detail-page .detail-content .main .article-copyright .link-text {
  /*color: #00496c;
  font-size: 18px;*/
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  /*202606*/
  font-size: var(--size18);
  color: #85c15a;
  line-height: 1.666;
  margin-bottom: 36px;
  display: block;
  width: fit-content;
}
.news-detail-page .detail-content .main .article-copyright .copyright-list .item-text {
  margin-bottom: 30px;
}
.news-detail-page .detail-content .main .article-copyright .copyright-list .item-text:last-of-type {
  margin-bottom: 0;
}
.news-detail-page .detail-content .main .article-copyright .copyright-list .item-text a {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  /*color: rgba(0, 0, 0, 0.6);
  font-size: 18px;*/
 	color: #0e2356;
 	font-size: var(--size18);
  line-height: 1.666;
  overflow-wrap: break-word;
}
.news-detail-page .detail-content .recommend {
  display: flex;
  justify-content: space-between;
  margin-top: 91px;
}
.news-detail-page .detail-content .recommend .prev,
.news-detail-page .detail-content .recommend .next {
  width: 38.376%;
  background: #ffffff;
  border-radius: 10px;
  padding-left: 33px;
  padding-right: 20px;
  padding-top: calc(28px - 5px);
  padding-bottom: calc(29px - 5px);
}
.news-detail-page .detail-content .recommend .prev .top,
.news-detail-page .detail-content .recommend .next .top {
  display: block;
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  /*font-size: 16px;
  color: #00496c;*/
 	/*202606*/
 	font-size: var(--size16);
 	color: #85c15a;
  line-height: 1.5;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
}
.news-detail-page .detail-content .recommend .prev .bottom,
.news-detail-page .detail-content .recommend .next .bottom {
  display: block;
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  /*color: #000000;
  font-size: 18px;*/
 	/*202606*/
 	color: #0e2356;
 	font-size: var(--size18);
  line-height: 1.66666667;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
}
.news-detail-page .detail-content .recommend .back {
  width: 20.04%;
  background: #ffffff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
/*  产品系列公用 */
.pro-detail-banner {
  position: relative;
  z-index: 3;
  margin-bottom: 22px;
}
.pro-detail-banner .bread {
  position: absolute;
  left: 7.226%;
  top: 0;
  z-index: 2;
  margin-top: 27px;
}

/* 2025-6-3 */
@media (max-width: 1200px) {
  .pro-detail-banner .bread {
    display: none;
  }
}
.pro-detail-banner .swiper1 {
  position: relative;
}
.pro-detail-banner .swiper1 .swiper-slide {
  position: relative;
}
.pro-detail-banner .swiper1 .swiper-slide .pic {
  width: 100%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}
.pro-detail-banner .swiper1 .swiper-slide .pic img {
  display: block;
  width: 100%;
  height: auto;
}
/*  2025-3-19 修改 */
.pro-detail-banner .swiper1 .swiper-slide .text {
  position: absolute;
  right: 7.28%;
  top: 50%;
  transform: translateY(-50%);
  /* bottom: 38.965%; */
  max-width: 577px;
  overflow-wrap: break-word;
  width: 65%;
}
.pro-detail-banner .swiper1 .swiper-slide .text .title {
  line-height: 1.25;
  padding-bottom: calc(34px - 7.5px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  max-width: 100%;
  display: flex !important;
  align-items: flex-start !important;
}
.pro-detail-banner .swiper1 .swiper-slide .text .title .line {
  display: flex !important;
  align-items: flex-start !important;
}
.pro-detail-banner .swiper1 .swiper-slide .text .title h5 {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: bold;
  font-size: var(--font60);
  color: #00496c;
}
.pro-detail-banner .swiper1 .swiper-slide .text .title p {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #00496c;
}
.pro-detail-banner .swiper1 .swiper-slide .text .desc {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  /* 2025-3-1 修改字体大小 */
  font-size: var(--font-18);
  line-height: 1.66666667;
  color: rgba(0, 0, 0, 0.8);
  margin-top: calc(35px - 5px);
}
.pro-detail-banner .swiper1 .arrow {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  z-index: 2;
  user-select: none;
  cursor: pointer;
  width: 47px;
  height: 47px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.45s ease;
  overflow: hidden;
}
.pro-detail-banner .swiper1 .arrow::after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #00496c;
  border-radius: 50%;
  transition: width 0.45s ease;
  z-index: -1;
}
.pro-detail-banner .swiper1 .left-arrow {
  left: 3%;
}
.pro-detail-banner .swiper1 .left-arrow::after {
  left: 0;
}
.pro-detail-banner .swiper1 .left-arrow:hover::after {
  left: auto;
  right: 0;
  width: 100%;
}
.pro-detail-banner .swiper1 .right-arrow {
  right: 3%;
}
.pro-detail-banner .swiper1 .right-arrow::after {
  right: 0;
}
.pro-detail-banner .swiper1 .right-arrow:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}
.pro-detail-banner .swiper1 .swiper-pagination {
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 7%;
  width: auto;
}
.pro-detail-banner .swiper1 .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  margin-right: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.75);
  position: relative;
}
.pro-detail-banner .swiper1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.pro-detail-banner .swiper2 {
  width: 349px;
  position: absolute;
  left: 19.807%;
  bottom: 13.103%;
  z-index: 6;
}
.pro-detail-banner .swiper2 .swiper-slide {
  cursor: pointer;
}
.pro-detail-banner .swiper2 .swiper-slide .pic {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid transparent;
}
.pro-detail-banner .swiper2 .swiper-slide .pic::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(240, 240, 240, 0.4);
}
.pro-detail-banner .swiper2 .swiper-slide .pic:hover img {
  transform: scale(1.05);
}
.pro-detail-banner .swiper2 .swiper-slide .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: all 0.6s ease;
}
.pro-detail-banner .swiper2 .swiper-slide.current .pic {
  border-color: #00496c;
}
.pro-detail-banner .swiper2 .swiper-slide.current .pic::after {
  content: none;
}
/* 产品详情系列公用 */
.pro-detail-list {
  padding-top: 113px;
  padding-bottom: 92px;
  background: #f8f8f8;
  border-radius: 10px;
  margin-bottom: 131px;
}
.pro-detail-list .title {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: var(--font40);
  color: #00496c;
  line-height: 1;
  text-align: center;
  margin-bottom: calc(62px - 27px);
}
.pro-detail-list .swiper-list {
  max-width: 1600px;
  width: 85.653%;
  margin-left: auto;
  margin-right: auto;
}
/* 2025-7-18 修改 */
.pro-detail-list .swiper-list .swiper-slide {
  background: #ffffff;
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-top: max(0.27rem, 20px);
  margin-bottom: max(0.27rem, 20px);
  padding-bottom: max(0.5rem, 20px);
  height: auto;
}
.pro-detail-list .swiper-list .swiper-slide:hover .text {
  color: #00496c;
}

/* 2025-3-14 修改 */
.pro-detail-list .swiper-list .swiper-slide:hover .pic img {
  transform: translate(-50%, -50%) scale(1.05);
}
/* 2025-3-14 修改 */
.pro-detail-list .swiper-list .swiper-slide .pic {
  width: 100%;
  padding-top: 64.473%;
  position: relative;
  overflow: hidden;
  /* margin-bottom: max(1.24rem, 15px); */
  margin-top: max(0.5rem, 20px);
  margin-bottom: max(0.5rem, 20px);
}
/* 2025-3-14 修改 */
.pro-detail-list .swiper-list .swiper-slide .pic img {
  position: absolute;
  left: 50%;
  top: 50%;
  /* bottom: 0; */
  transform: translate(-50%, -50%);
  width: 89%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  transition: all 0.6s ease;
}
.pro-detail-list .swiper-list .swiper-slide .text {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  /* 2025-3-1 修改字体大小 */
  font-size: var(--font-18);
  line-height: 1.66666667;
  color: #000000;
  padding-left: 15px;
  padding-right: 15px;
  transition: all 0.6s ease;
  /* 2025-7-15 */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  text-align: center;
}
.pro-detail-list .swiper-list .swiper-pagination {
  position: static;
  margin-top: max(0.4rem, 20px);
}
.pro-detail-list .swiper-list .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(0, 0, 0, 0.1);
  opacity: 1;
  border-radius: 50%;
  margin-left: 0;
  margin-right: 9px;
}
.pro-detail-list .swiper-list .swiper-pagination .swiper-pagination-bullet:last-of-type {
  margin-right: 0;
}
.pro-detail-list .swiper-list .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #00496c;
}
/* 产品系列，公用手册 */
.pro-detail-shouce .title {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: var(--font40);
  color: #00496c;
  line-height: 1;
  text-align: center;
  margin-bottom: 68px;
}
.pro-detail-shouce .shouce-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /* margin-bottom: max(0.5rem, 30px); */
}
.pro-detail-shouce .shouce-list .item {
  width: 48.75%;
  background: #ffffff;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding-left: max(0.6rem, 20px);
  padding-right: max(0.6rem, 20px);
  padding-top: max(0.54rem, 10px);
  padding-bottom: max(0.5rem, 10px);
  margin-bottom: max(0.25rem, 20px);
}
.pro-detail-shouce .shouce-list .item .item-head {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 26px;
}
.pro-detail-shouce .shouce-list .item .item-head .left {
  flex: 1;
  overflow: hidden;
}
.pro-detail-shouce .shouce-list .item .item-head .type,
.pro-detail-shouce .shouce-list .item .item-head .name {
  max-width: 100%;
  overflow-wrap: break-word;
}
.pro-detail-shouce .shouce-list .item .item-head .type {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 1.25;
}
.pro-detail-shouce .shouce-list .item .item-head .name {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #000000;
  line-height: 1.25;
  margin-top: calc(26px - 5px);
}
.pro-detail-shouce .shouce-list .item .item-head .download-btn {
  width: 160px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #00496c;
  margin-left: 15px;
  position: relative;
  z-index: 2;
}
.pro-detail-shouce .shouce-list .item .item-head .download-btn .icon {
  margin-left: 5px;
  flex-shrink: 0;
}
.pro-detail-shouce .shouce-list .item .item-head .download-btn .icon img {
  display: block;
}
.pro-detail-shouce .shouce-list .item .item-head .download-btn .icon .active {
  display: none;
}
.pro-detail-shouce .shouce-list .item .item-head .download-btn::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #00496c;
  transition: all 0.6s ease;
  z-index: -1;
}
.pro-detail-shouce .shouce-list .item .item-head .download-btn:hover {
  color: #fff;
}
.pro-detail-shouce .shouce-list .item .item-head .download-btn:hover .icon .default {
  display: none;
}
.pro-detail-shouce .shouce-list .item .item-head .download-btn:hover .icon .active {
  display: block;
}
.pro-detail-shouce .shouce-list .item .item-head .download-btn:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
.pro-detail-shouce .shouce-list .item .item-main {
  padding-top: calc(24px - 4px);
}
.pro-detail-shouce .shouce-list .item .item-main p {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 1.45;
}
/* 产品系列，视频 */
.pro-detail-video {
  margin-bottom: 120px;
}
.pro-detail-video .video-title {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: var(--font40);
  color: #00496c;
  line-height: 1;
  text-align: center;
}
.pro-detail-video .video-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: max(0.62rem, 35px);
  position: relative;
}
.pro-detail-video .video-list .item {
  width: 100%;
  position: relative;
}
.pro-detail-video .video-list .item .video-wrap {
  display: block;
  width: 100%;
  padding-top: 69.23%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.pro-detail-video .video-list .item .video-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.pro-detail-video .video-list .item .video-wrap img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro-detail-video .video-list .item .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  user-select: none;
  cursor: pointer;
  transition: all 0.6s ease;
}
.pro-detail-video .video-list .item .play-btn:hover {
  transform: translate(-50%, -50%) scale(1.05);
}
.pro-detail-video .video-list .item .text-panel {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 100px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 10px 10px;
  padding-top: calc(34px - 6px);
  padding-bottom: calc(18px - 6px);
  padding-left: 31px;
  padding-right: 43px;
}
.pro-detail-video .video-list .item .text-panel p {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  line-height: 1.666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
}
.pro-detail-video .video-list .video-pagination {
  position: static;
  display: flex;
  margin-top: max(0.35rem, 15px);
  justify-content: center;
}
.pro-detail-video .video-list .video-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(0, 0, 0, 0.1);
  opacity: 1;
  border-radius: 50%;
  margin-left: 0;
  margin-right: 9px;
}
.pro-detail-video .video-list .video-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #00496c;
}
/* 产品表格 */
.pro-table {
  margin-bottom: max(1.6rem, 35px);
}
.pro-table .table-title {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: var(--font40);
  color: #00496c;
  line-height: 1;
  margin-bottom: 57px;
  text-align: center;
}
.pro-table .table-wrap {
  width: 100%;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #ccc;
  /* 2026-6-6 修改 */
  /* border: 1px solid rgba(0, 0, 0, 0.1); */
  border-radius: 10px;
}
.pro-table .table-wrap .text-left {
  text-align: left;
}
.pro-table table {
  border-radius: 10px;
  border-collapse: collapse;
  width: 100%;
}
.pro-table table td,
.pro-table table th {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.pro-table table th {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  line-height: 1.25;
  padding-top: max(0.2rem, 10px);
  padding-bottom: max(0.2rem, 10px);
  padding-left: 10px;
  padding-right: 10px;
}
/* .pro-table table th:first-of-type {
  padding-left: 10px;
  padding-right: 10px;
} */
.pro-table table tr:nth-child(even) {
  background-color: rgba(0, 73, 108, 0.06);
}
.pro-table table tr td {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: var(--font-18);
  line-height: 1.66666667;
  color: rgba(0, 0, 0, 0.6);
  padding-top: max(0.24rem, 10px);
  padding-bottom: max(0.24rem, 10px);
  padding-left: 10px;
  padding-right: 10px;
}
.pro-detail-description {
  padding-top: 30px;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  margin-bottom: 20px;
}
.pro-detail-description .detail-wrap {
  max-width: 1600px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.pro-detail-description .detail-title {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: var(--font-18);
  line-height: 1;
  color: #00496c;
  display: flex;
  align-items: center;
  user-select: none;
  cursor: pointer;
  width: fit-content;
  padding-bottom: 17px;
}
.pro-detail-description .detail-title.current .icon {
  transform: rotate(-180deg);
}
.pro-detail-description .detail-title .icon {
  margin-left: 10px;
  display: flex;
  align-items: center;
  transition: all 0.45s ease;
}
.pro-detail-description .detail-title .icon img {
  width: 16px;
  cursor: pointer;
  user-select: none;
}
.pro-detail-description .detail-title::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 3px;
  height: 18px;
  background: #00496c;
  margin-right: 15px;
}
.pro-detail-description .pro-detail-main {
  padding-bottom: calc(61px - 5px);
}
.pro-detail-description p {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.625;
  margin-bottom: calc(13-10px);
  overflow-wrap: break-word;
}
/* 产品详情样式3 */
.pro-detail3-page .feature {
  background: #f8f8f8;
  border-radius: 10px;
  padding-top: max(1.39rem, 35px);
  padding-bottom: max(1.39rem, 35px);
  margin-bottom: 22px;
}
.pro-detail3-page .feature .feat-title {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: var(--font40);
  color: #00496c;
  line-height: 1;
  margin-bottom: 67px;
}
.pro-detail3-page .feature .list {
  display: flex;
}
/* 2025-3-17 修改 */
.pro-detail3-page .feature .list .item {
  /* width: 16.666%; */
  flex: 1;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 21px;
  padding-right: 25px;
  padding-top: 32px;
  transition: all 0.6s ease;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.pro-detail3-page .feature .list .item .icon {
  height: 53px;
}
.pro-detail3-page .feature .list .item .icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.pro-detail3-page .feature .list .item .title {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #000000;
  line-height: normal;
  margin-top: 40px;
  margin-bottom: calc(24px - 6px);
  overflow-wrap: break-word;
}
.pro-detail3-page .feature .list .item .desc p {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.666;
}
.pro-detail3-page .feature .list .item:hover {
  background-color: #fff;
  border-color: transparent;
}
.pro-detail3-page .feature .list .item:hover .hover-icon {
  opacity: 1;
}
.pro-detail3-page .feature .list .item .hover-icon {
  position: absolute;
  left: 50%;
  bottom: -7.5%;
  transform: translateX(-50%);
  width: 60%;
  z-index: -1;
  opacity: 0;
}
.pro-detail3-page .feature .list .item .hover-icon img {
  display: block;
  width: 100%;
  height: auto;
}
/* 产品详情样式4 */
.pro-detail4-page {
  /* banner */
  /* feature */
}
.pro-detail4-page .pro-detail-banner {
  margin-bottom: 111px;
}
.pro-detail4-page .detail4-feature {
  margin-bottom: 35px;
}
.pro-detail4-page .detail4-feature .feature-title {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: var(--font40);
  color: #00496c;
  line-height: 1;
  text-align: center;
  margin-bottom: 47px;
}
.pro-detail4-page .detail4-feature .list {
  display: flex;
  flex-wrap: wrap;
}
.pro-detail4-page .detail4-feature .list .item {
  position: relative;
  z-index: 2;
  width: 32.5%;
  background: #f3f3f3;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 1.25%;
  margin-bottom: 20px;
}
.pro-detail4-page .detail4-feature .list .item .content {
  padding-left: 6.538%;
  padding-right: 47.5%;
  padding-top: 48px;
  padding-bottom: 30px;
}
.pro-detail4-page .detail4-feature .list .item:nth-of-type(3n) {
  margin-right: 0;
}
.pro-detail4-page .detail4-feature .list .item .text h5 {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #000000;
  line-height: 1.083;
  margin-bottom: calc(24px - 5px);
}
.pro-detail4-page .detail4-feature .list .item .text p {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.625;
}
.pro-detail4-page .detail4-feature .list .item .text p::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  background: #00496c;
  border-radius: 50%;
  margin-right: 10px;
}
.pro-detail4-page .detail4-feature .list .item .bg {
  position: absolute;
  width: 45.576%;
  height: 100%;
  z-index: -1;
  bottom: 0;
  right: 0;
}
.pro-detail4-page .detail4-feature .list .item .bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 94% center;
}
.pro-detail4-page .detail4-feature .list .item .bg img.object-left {
  object-position: left center;
}
.pro-detail4-page .pro4-table {
  margin-bottom: 164px;
}
.pro-detail4-page .pro4-table .table-title {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: var(--font40);
  color: #00496c;
  margin-bottom: 57px;
  line-height: 1;
  text-align: center;
}
.pro-detail4-page .pro4-table .table-wrap {
  width: 100%;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #ccc;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.pro-detail4-page .pro4-table .table-wrap table {
  width: 100%;
  border-collapse: collapse;
}
.pro-detail4-page .pro4-table .table-wrap table th,
.pro-detail4-page .pro4-table .table-wrap table td {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.pro-detail4-page .pro4-table .table-wrap table th {
  text-align: left;
}
.pro-detail4-page .pro4-table .table-wrap table th,
.pro-detail4-page .pro4-table .table-wrap table td {
  padding-top: calc(28px - 5.5px);
  padding-bottom: calc(26px - 5.5px);
  width: 50%;
  overflow-wrap: break-word;
}
.pro-detail4-page .pro4-table .table-wrap table tr th:nth-child(1),
.pro-detail4-page .pro4-table .table-wrap table tr td:nth-child(1) {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  /* 2025-3-1 修改字体大小 */
  font-size: var(--font-18);
  line-height: 1.66666667;
  color: #000000;
  padding-left: 46px;
}
.pro-detail4-page .pro4-table .table-wrap table tr th:nth-child(2),
.pro-detail4-page .pro4-table .table-wrap table tr td:nth-child(2) {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  padding-left: 45px;
  font-size: var(--font-18);
  line-height: 1.66666667;
}
.pro-detail4-page .pro4-table .table-wrap table tr td:nth-child(2) {
  padding-right: 130px;
}
.pro-detail4-page .pro4-table .table-wrap table tr:nth-child(even) {
  background: rgba(0, 73, 108, 0.06);
}
/* 产品详情样式5 */
.pro-detail5-page {
  /* 公用的文字大小设置 */
}
.pro-detail5-page .pic-max {
  position: relative;
  margin-bottom: 27px;
}
.pro-detail5-page .pic-max .pic {
  display: block;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.pro-detail5-page .pic-max .pic img {
  display: block;
  width: 100%;
  height: auto;
}
.pro-detail5-page .pic-max .text {
  position: absolute;
}
.pro-detail5-page .pic-max .text .pic-title {
  font-size: var(--font40);
  margin-bottom: calc(25px - 5px);
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  white-space: nowrap;
  line-height: normal;
}
.pro-detail5-page .pic-max .text .pic-title.text-blue {
  color: #00496c;
}
.pro-detail5-page .pic-max .text .pic-title.text-white {
  color: #fff;
}
.pro-detail5-page .pic-max .text .pic-desc {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: var(--font-18);
  line-height: 1.66666667;
}
.pro-detail5-page .pic-max .text .pic-desc.text-black {
  color: #000;
}
.pro-detail5-page .pic-max .text .pic-desc.text-white {
  color: #fff;
}
.pro-detail5-page .pic-max1 .text {
  right: 14.132%;
  top: 40%;
}
.pro-detail5-page .pic-max2 .text {
  top: 38.358%;
  left: 13.918%;
}
.pro-detail5-page .pic-max3 .text {
  top: 11.94%;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
  width: 80%;
}
.pro-detail5-page .pic-max4 .text {
  top: 35.074%;
  right: 18.736%;
}
.pro-detail5-page .pic-max5 .text {
  top: 36.865%;
  left: 12.152%;
}
.pro-detail5-page .pic-max6 .text {
  top: 34.029%;
  left: 12.419%;
}
/* 产品详情页面5,6公用表格 */
.pro-common-table {
  margin-bottom: 144px;
}
.pro-common-table .table-title {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: var(--font40);
  color: #00496c;
  line-height: 1;
  text-align: center;
  margin-bottom: 57px;
}
.pro-common-table .table-wrap {
  width: 100%;
  overflow-x: auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.pro-common-table .table-wrap table {
  width: 100%;
  border-collapse: collapse;
}
.pro-common-table .table-wrap table th,
.pro-common-table .table-wrap table td {
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow-wrap: break-word;
}
.pro-common-table .table-wrap table th {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  color: #000000;
  padding-top: calc(28px - 5.5px);
  padding-bottom: calc(26px - 5.5px);
  padding-left: 45px;
  text-align: left;
  font-size: var(--font-18);
  line-height: 1.66666667;
}
.pro-common-table .table-wrap table tr:nth-child(even) {
  background: rgba(0, 73, 108, 0.06);
}
.pro-common-table .table-wrap table td {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  padding-left: 47px;
  padding-top: calc(27px - 5.5px);
  padding-bottom: calc(26px - 5.5px);
  font-size: var(--font-18);
  line-height: 1.66666667;
}
/* 产品详情页面6 */
.pro-detail6-page .feature {
  /* margin-bottom: 174px; */
  /* margin-top: 124px; */
}
.pro-detail6-page .feature .feature-title {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: var(--font40);
  color: #00496c;
  line-height: 1;
  margin-bottom: 38px;
}

/* 2025-3-18 修改 */
.pro-detail6-page .feature .list6 .item {
  display: flex;
  align-items: center;
  padding-top: 38px;
  padding-bottom: calc(33px - 6px);
  padding-left: 51px;
  padding-right: 20px;
  background: #ffffff;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  margin-bottom: 20px;
}
.pro-detail6-page .feature .list6 .item:last-of-type {
  margin-bottom: 0;
}
.pro-detail6-page .feature .list6 .item .icon {
  margin-right: 45px;
}
.pro-detail6-page .feature .list6 .item .icon img {
  vertical-align: text-top;
}
.pro-detail6-page .feature .list6 .item .text .item-title {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: var(--font-24);
  color: #000000;
  line-height: 1.083;
  margin-bottom: 8px;
}
.pro-detail6-page .feature .list6 .item .text .item-desc p {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: var(--font-18);
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.66;
  overflow-wrap: break-word;
}
.pro-detail6-page .feature .list6 .item .text .item-desc p::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #00496c;
  border-radius: 50%;
  margin-right: 9px;
  /* 2025-6-3 */
  vertical-align: middle;
}
/* 新加上的视频弹窗 */
.common-video-mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 9999;
  display: none;
  cursor: zoom-out;
}
.common-video-mask .video-panel {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.common-video-mask .video-panel video {
  max-width: 86vw;
  max-height: 86vh;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
}
.common-video-mask .video-panel .close {
  position: absolute;
  right: 5vw;
  top: 5vh;
  z-index: 2;
  color: #fff;
  font-weight: bold;
  transition: all 0.45s ease;
  font-size: max(0.24rem, 18px);
  user-select: none;
  cursor: pointer;
}
.common-video-mask .video-panel .close:hover {
  color: #00496c;
}
/* pro-type 修改为swiper形式 */
.pro-type-page .swiper1 {
  margin-bottom: max(0.45rem, 35px);
}

.pro-type-page .swiper1 .swiper-wrapper {
}

/* 2025-3-15 修改 */
.pro-type-page .swiper1 .swiper-slide {
  /* width: 13.9%; */
  flex: 1;
  height: 6.97rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  transform: translateZ(0);
  transition: all 0.6s ease;
}

.pro-type-page .swiper1 .swiper-slide.on {
  /* width: 26.737%; */
  flex: 2.4;
  transform: translateZ(0);
}
.pro-type-page .swiper1 .swiper-slide.on .mask {
  background-image: linear-gradient(to top, rgba(0, 73, 108, 0.2), transparent);
}
.pro-type-page .swiper1 .swiper-slide.on .text-line {
  padding-right: 14px;
}
.pro-type-page .swiper1 .swiper-slide.on .text-line .icon {
  display: block;
}
.pro-type-page .swiper1 .swiper-slide .mask {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70%;
  background-image: linear-gradient(to top, rgba(0, 73, 108, 0.45), transparent);
}
.pro-type-page .swiper1 .swiper-slide .text-line {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: max(0.26rem, 15px);
  padding-right: max(0.2rem, 15px);
  padding-bottom: max(15px, 0.41rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  line-height: 1.25;
}
.pro-type-page .swiper1 .swiper-slide .text-line .text {
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  font-size: max(0.24rem, 18px);
  color: #ffffff;
}
.pro-type-page .swiper1 .swiper-slide .text-line .icon {
  font-weight: 400;
  font-size: max(0.24rem, 18px);
  color: #ffffff;
  display: none;
}
/* 断点到1500px */
@media (max-width: 1700px) {
  .pro-type1-page .citation-text {
    margin-top: 5vw;
  }
  .pro-type-page .list .item .text-panel .text {
    font-size: 20px;
  }
  .pro-detail-banner .swiper1 .swiper-slide .text {
    right: 9%;
  }

  .pro-detail4-page .detail4-feature .list .item .text h5 {
    font-size: 20px;
  }
  .pro-detail4-page .detail4-feature .list .item .content {
    padding-right: 30%;
  }
  .pro-detail4-page .detail4-feature .list .item .bg {
    width: 36%;
  }
  .pro-detail3-page .feature .list .item .hover-icon {
    bottom: 0;
  }
  .pro-detail3-page .feature .list .item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pro-detail3-page .feature .list .item .title {
    margin-top: 20px;
  }
  .news-detail-page .detail-content .main .article-wrap {
    width: 70%;
  }
  .contact-page .address-list .address-item .left .title {
    font-size: 35px;
  }
  /*202606*/
  /*.news-page .item.common .text,
  .news-page .item.custom .text {
    padding-top: 35px;
  }*/
  .pro-detail-shouce .shouce-list .item {
    padding-left: calc(61px - 15px);
    padding-right: calc(51px - 15px);
    padding-top: calc(54px - 15px);
    padding-bottom: calc(54px - 15px);
  }
}
@media (max-width: 1650px) {
  /* 产品详情4页面适配 */
  .pro-detail4-page .detail4-feature {
    width: 90%;
  }
  .pro-detail4-page .detail4-feature .list .item .content {
    padding-left: 4.538%;
    padding-right: 35%;
  }
}
/* 断点到1200px */
@media (max-width: 1500px) {
  .wrap {
  	/*202606*/
    /*width: 86%;*/
  }
  .support-page .tab-list {
    margin-top: calc(65px + 10px);
  }
  .support-page .learn-more {
  	/*202606*/
    /*margin-bottom: calc(65px + 10px);*/
  }
  .support-page1 .search-panel .placehold-text {
    width: 92%;
  }
  .pro-type1-page .tab-list ul li a {
    padding: 20px 15px;
  }
  .pro-type-page .list .item .text-panel .text {
    font-size: 18px;
  }
  .pro-detail-banner .swiper1 .swiper-slide .text .title {
    font-size: 45px;
    padding-bottom: 20px;
  }
  .pro-detail-banner .swiper1 .swiper-slide .text .desc {
    margin-top: 15px;
  }

  .pro-detail-video .video-list .item .text-panel {
    padding: 15px 10px;
    min-height: 78px;
  }
  .pro-detail-video .video-list .item .text-panel p {
    font-size: 16px;
    line-height: 1.5;
  }
  .pro-detail6-page .feature {
    /* margin-top: 7vw;
    margin-bottom: 6vw; */
  }
  .pro-detail-video .video-list .item .play-btn {
    width: 45px;
    top: 42%;
  }
  .pro-detail-list {
    padding-top: 6vw;
    padding-bottom: 5vw;
    margin-bottom: 5vw;
  }
  .pro-detail5-page .pic-max .text .pic-title {
    font-size: 32px;
  }
  .pro-detail5-page .pic-max6 .text {
    top: 24%;
    left: 6%;
  }
  .pro-detail4-page .pro-detail-banner {
    margin-bottom: 7vw;
  }
  .pro-detail4-page .detail4-feature {
    margin-bottom: 8vw;
  }
  .pro-detail4-page .pro4-table {
    margin-bottom: 12vw;
  }
  .pro-detail3-page .feature .list .item .title {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .pro-detail3-page .feature .list .item .desc p {
    font-size: 16px;
  }
	/*202606*/
  /*.news-page .news-list {
    padding-top: 0.7rem;
  }
  .news-page .item.common .text,
  .news-page .item.custom .text {
    margin-left: 45px;
    padding-top: 25px;
  }
  .news-page .item.common .text .desc {
    margin-bottom: 45px;
  }*/
  .news-page {
    padding-bottom: 10vw;
  }
  .news-detail-page .detail-content .main .article-wrap {
    width: 86%;
  }
  .news-detail-page .detail-content .detail-title {
    font-size: 45px;
  }
  .news-detail-page .detail-content .main {
    padding-top: 6vw;
    padding-bottom: 12vw;
  }
  .news-detail-page .detail-content {
    padding-top: 8.2vw;
  }
  .contact-page .address-list .address-item .left {
    padding: 30px 20px;
  }
  .contact-page .address-list .address-item .left .title {
    font-size: 29px;
  }
  .contact-page .know-list {
    margin-bottom: 12vw;
  }
  .contact-page .address-list {
    padding-top: 10vw;
  }
  .contact-page .form-area .content {
    padding-top: 7vw;
    padding-bottom: 7vw;
  }
  /*202606*/
  /*.about-page .life {
    padding-top: 9.5vw;
    padding-bottom: 8.5vw;
  }*/
  .about-page .history {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
  .about-page .pro-area {
    margin-top: 8.5vw;
    margin-bottom: 9.5vw;
  }
  .about-page .pro-area .list {
    margin-top: 6vw;
  }
  .about-page .network {
    padding-top: 7.5vw;
    padding-bottom: 8vw;
  }
  .about-page .network .text-box {
    margin-bottom: 5.4vw;
  }
  .pro-type-page .swiper1 .swiper-slide.on {
    width: 26%;
  }
}
@media (max-width: 1200px) {
  /* 2025-7-25 修改 */
  .support-page .tab-list {
    flex-wrap: wrap;
    /*row-gap: 15px;*/
    justify-content: flex-start;
  }
  .support-page .tab-list .tab-item {
    /* padding: 20px 0; */
   	/*202606*/
    /*width: 47.5%;*/
  }
  .support-page .download-list .download-item {
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 32px;
  }
  .support-page .download-list .download-item .main {
    padding-bottom: 37px;
  }
  .support-page1 .search-panel form {
    width: 86%;
  }
  .pro-type1-page .description {
    padding: 30px 20px;
  }
  .pro-type1-page .description .desc p {
    margin-bottom: 25px;
  }
  .pro-type1-page .pro-list .list-area .list .item {
    width: 31%;
    margin-right: 3.5%;
  }
  .pro-type1-page .pro-list .list-area .list .item:nth-child(4n) {
    margin-right: 3.5%;
  }
  .pro-type1-page .pro-list .list-area .list .item:nth-child(3n) {
    margin-right: 0;
  }
  .pro-type1-page .pro-list .list-area .list .item .text-panel .text {
    font-size: 16px;
    min-height: calc(16px * 1.5 * 2);
  }
  .pro-type-page .list {
    flex-wrap: wrap;
  }
  .pro-type-page .list .item {
    width: 32%;
    margin-right: 2%;
    max-width: none;
    margin-bottom: 25px;
  }
  .pro-type-page .list .item .text-panel .icon {
    display: block;
  }
  .pro-type-page .list .item.current {
    width: 32%;
    max-width: none;
  }
  .pro-type-page .list .item:last-of-type {
    margin-right: 2%;
  }
  .pro-type-page .list .item:nth-child(3n) {
    margin-right: 0;
  }
  .pro-detail-banner .swiper2 {
    left: 6%;
    width: 300px;
  }
  .pro-detail-banner .swiper1 .swiper-slide .text {
    width: 45%;
  }

  .pro-detail-banner .swiper1 .swiper-slide .text .desc {
    font-size: 16px;
  }
  .pro-detail5-page .pic-max .text .pic-title {
    font-size: 26px;
  }
  .pro-detail4-page .detail4-feature .list {
    justify-content: space-between;
  }
  /* 产品详情页面4 */
  .pro-detail4-page .detail4-feature .list .item {
    width: 100%;
  }
  .pro-detail3-page .feature .list {
    flex-wrap: wrap;
  }
  /* 2025-3-17 修改 */
  .pro-detail3-page .feature .list .item {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 25px;
    flex: none;
  }
  .pro-detail3-page .feature .list .item:nth-child(3n) {
    margin-right: 0;
  }
  .news-page .item.common .text,
  .news-page .item.custom .text {
    margin-left: 25px;
    padding-top: 5px;
  }
  .news-page .item .text .head .title {
    font-size: 24px;
  }
  .news-page .item .text .head .time {
    font-size: 16px;
  }
  .news-page .item.custom .text .desc {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .contact-page .address-list .address-item .left .title {
    font-size: 26px;
  }
  .contact-page .address-list .address-item .left .info-list .info-item-common .info-text .info-title {
    font-size: 16px;
  }
  .contact-page .address-list .address-item .left .info-list .info-item-common .info-text .info-desc {
    font-size: 18px;
  }
  .contact-page .know-list .item .content {
    padding: 30px 20px;
  }
  .contact-page .know-list .item .title {
    font-size: 18px;
    min-height: 54px;
  }
  .contact-page .know-list .item .link-btn {
    margin-top: 15px;
  }
  /*202606*/
  /*.about-page .life .left .title,
  .about-page .history .left .history-title,
  .about-page .pro-area .pro-title,
  .about-page .network .text-box .title {
    font-size: calc(40px - 10px);
  }*/
  .about-page .network .content .num-list .num-item {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* pro-type 页面 */
  .pro-type-page .swiper1 .swiper-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  /* 2025-3-15 修改 */
  .pro-type-page .swiper1 .swiper-slide,
  .pro-type-page .swiper1 .swiper-slide.on {
    width: 47.5%;
    margin-right: 0;
    margin-bottom: 25px;
    flex: none;
  }
  .pro-type-page .swiper1 .swiper-slide.mask,
  .pro-type-page .swiper1 .swiper-slide.on.mask {
    background-image: linear-gradient(to top, rgba(0, 73, 108, 0.45), transparent);
  }
  .pro-type-page .swiper1 .swiper-slide:nth-child(3n),
  .pro-type-page .swiper1 .swiper-slide.on:nth-child(3n) {
    margin-right: 0;
  }
  /* 产品详情页面4 */
  .pro-detail4-page .detail4-feature .list .item {
    width: 100%;
  }
  .pro-detail4-page .detail4-feature .list .item:nth-child(1) .bg {
    width: 20%;
  }
}
@media (max-width: 992px) {
  .pro-detail-banner .swiper1 .swiper-slide .text {
    /* bottom: 7%; */
  }
  .pro-detail-shouce .shouce-list .item {
    padding: 20px 15px;
  }
  .pro-table table th:first-of-type,
  .pro-table table th {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .wrap {
    width: 92%;
  }
  .common-baner {
    width: 94% !important;
  }
  .common-baner .pic {
    height: 180px;
    object-fit: cover;
  }
  .common-baner .text {
    font-size: 24px;
  }
  .support-page .tab-list {
    margin-top: 35px;
    /*margin-bottom: 35px;*/
  }
  .support-page .tab-list {
    justify-content: space-between;
  }
  .support-page .tab-list .tab-item {
    margin-right: 0;
    white-space: wrap;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .support-page .download-list .download-item .head {
    flex-wrap: wrap;
  }
  .support-page .download-list .download-item .head .text {
    font-size: 16px;
    width: 100%;
    flex: none;
    margin-bottom: 10px;
  }
  .support-page .download-list .download-item .main .params {
    font-size: 16px;
  }
  /*202606*/
  /*.support-page .learn-more {
    margin-top: 25px;
    margin-bottom: 35px;
  }*/
  .support-page1 .search-panel .placehold-text {
    width: 100%;
  }
  .support-page1 .search-panel form {
    width: 90%;
  }
  .support-page1 .search-panel form,
  .support-page1 .search-panel form button {
    height: 45px;
  }
  .support-page1 .search-panel .placehold-text {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .support-page1 .search-panel form {
    width: 100%;
    margin-bottom: 25px;
  }
  .support-page1 .search-panel .result {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .support-page1 .search-panel form input {
    padding-left: 10px;
  }
  .pro-type1-page .description {
    margin-top: 35px;
  }
  .pro-type1-page .description {
    padding: 20px 15px;
  }
  .pro-type1-page .description .title {
    font-size: 22px;
  }
  .pro-type1-page .description .desc p {
    margin-bottom: 15px;
  }
  .pro-type1-page .tab-list ul {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .pro-type1-page .tab-list ul li {
    width: 48.5%;
    margin-right: 0;
    margin-bottom: 15px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .pro-type1-page .tab-list ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    padding: 15px 10px;
  }
  .pro-type1-page .pro-list .list-area .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  /* 2025-3-1 修改 */
  .pro-type1-page .pro-list .list-area .list {
    justify-content: space-between;
  }
  .pro-type1-page .pro-list .list-area .list .item {
    margin-right: 0 !important;
    width: 48.5%;
  }
  /* 2025-3-1 修改 */
  .pro-type1-page .pro-list .list-area {
    margin-bottom: 35px;
    overflow-x: hidden;
    width: 100%;
  }
  .pro-type1-page .citation-text {
    padding: 20px 15px;
  }
  .pro-type1-page .pro-list .list-area .list .item .text-panel {
    margin-left: 6px;
    margin-right: 6px;
  }
  .pro-type-page .list {
    justify-content: center;
  }
  .pro-type-page .list .item {
    margin-right: 0 !important;
    width: 92% !important;
    height: auto;
  }
  .pro-type-page .list .item.current .pic::after {
    background-image: linear-gradient(to top, rgba(0, 73, 108, 0.7), transparent);
  }

  /* 2025-3-19 先添加蒙层 */
  .pro-detail-banner .swiper1 .swiper-slide .pic {
    position: relative;
  }
  .pro-detail-banner .swiper1 .swiper-slide .pic::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.75);
  }

  /* 2025-6-3 */
  .pro-detail-banner .swiper1 .swiper-slide .pic img {
    min-height: 370px;
    object-fit: cover;
    object-position: left center;
  }
  .pro-detail-banner .swiper1 .swiper-slide .text {
    width: 92%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }
  .pro-detail-banner .swiper1 .swiper-slide .text .title {
    padding-bottom: 10px;
  }
  .pro-detail-banner .swiper1 .swiper-slide .text .title h5 {
    font-size: 20px;
  }
  .pro-detail-banner .swiper1 .swiper-slide .text .title p {
    font-size: 18px;
  }
  .pro-detail-banner .swiper1 .swiper-slide .text .desc {
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.45;
  }
  .pro-detail-banner .swiper2 {
    bottom: 4.5%;
    left: 50%;
    transform: translateX(-50%);
    width: 230px;
  }
  .pro-detail6-page .feature .feature-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  /* 2025-3-18修改 */
  .pro-detail6-page .feature .list6 .item {
    padding: 20px 15px;
    flex-wrap: wrap;
  }
  /* 2025-3-18 修改 */
  .pro-detail6-page .feature .list6 .item .icon {
    margin-left: auto;
    margin-right: auto;
  }
  /* 2025-3-18 修改 */
  .pro-detail6-page .feature .list6 .item .text {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
  }

  .pro-detail6-page .feature .list6 .item .text .item-desc p {
    font-size: 16px;
  }
  /* .pro-detail6-page .feature .list6 .item .icon {
    margin-right: 15px;
    flex-shrink: 0;
  } */
  /* .pro-detail6-page .feature .list6 .item .icon img {
    display: block;
    width: 100%;
  } */
  .pro-detail-list .title {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .pro-detail-list .swiper-list .swiper-slide .text {
    font-size: 16px;
  }
  .pro-detail-list .swiper-list .swiper-slide .text {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    margin-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .pro-detail-list .swiper-list .swiper-pagination {
    margin-top: 5px;
  }
  .pro-detail-shouce .title {
    margin-bottom: 25px;
    font-size: 24px;
  }
  .pro-detail-shouce .shouce-list .item {
    width: 100%;
    padding: 20px 15px;
  }
  .pro-detail-shouce .shouce-list .item .item-head {
    padding-bottom: 15px;
  }
  .pro-detail-shouce .shouce-list .item .item-head .name {
    font-size: 20px;
    margin-top: 10px;
  }
  .pro-detail-shouce .shouce-list .item .item-head {
    flex-wrap: wrap;
  }
  .pro-detail-shouce .shouce-list .item .item-head .left {
    width: 100%;
    flex: none;
    margin-bottom: 15px;
  }
  .pro-detail-shouce .shouce-list .item .item-head .download-btn {
    margin-left: auto;
  }
  .pro-detail-shouce .shouce-list .item .item-main {
    padding-top: 15px;
  }
  .pro-detail-shouce .shouce-list .item .item-main p {
    font-size: 16px;
  }
  .pro-detail-video .video-title {
    font-size: 24px;
  }
  .pro-detail-shouce .shouce-list {
    margin-bottom: 35px;
  }
  .pro-detail-video {
    margin-bottom: 45px;
  }
  .pro-detail-video .video-list .item .text-panel p {
    font-size: 14px;
  }
  .pro-detail-video .video-list .item .text-panel {
    padding: 10px;
    min-height: 57px;
  }
  .pro-common-table .table-title {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .pro-common-table .table-wrap table {
    width: auto;
    min-width: 100%;
  }
  .pro-common-table .table-wrap table th {
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .pro-common-table .table-wrap table td {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .pro-common-table {
    margin-bottom: 35px;
  }
  .pro-detail5-page .pic-max .text .pic-title {
    font-size: 22px;
  }
  .pro-detail5-page .pic-max .pic img {
    min-height: 300px;
    object-fit: cover;
  }
  .pro-detail5-page .pic-max1 .text {
    right: 7%;
    top: 15%;
  }
  .pro-detail5-page .pic-max2 .text {
    top: 14%;
    left: 6%;
  }
  .pro-detail5-page .pic-max3 .text {
    top: 7%;
    max-width: 90%;
  }
  .pro-detail5-page .pic-max4 .text {
    top: 20%;
    right: 6%;
  }
  .pro-detail5-page .pic-max5 .text {
    top: 17%;
    left: 6%;
    max-width: 82%;
  }
  .pro-detail5-page .pic-max .text .pic-title {
    margin-bottom: 15px;
  }
  .pro-detail4-page .detail4-feature .feature-title {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .pro-detail4-page .detail4-feature .list .item {
    width: 100%;
  }
  .pro-detail4-page .detail4-feature .list .item .content {
    padding-left: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pro-detail4-page .pro4-table .table-title {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .pro-detail4-page .pro4-table .table-wrap table tr th,
  .pro-detail4-page .pro4-table .table-wrap table tr td,
  .pro-detail4-page .pro4-table .table-wrap table tr th:nth-child(1),
  .pro-detail4-page .pro4-table .table-wrap table tr th:nth-child(2),
  .pro-detail4-page .pro4-table .table-wrap table tr td:nth-child(1),
  .pro-detail4-page .pro4-table .table-wrap table tr td:nth-child(2) {
    font-size: 16px;
    padding: 15px 10px;
  }
  .pro-detail3-page .feature .feat-title {
    margin-bottom: 25px;
    font-size: 24px;
  }
  .pro-detail3-page .feature .list {
    justify-content: space-between;
  }
  .pro-detail3-page .feature .list .item {
    width: 49.5%;
    margin-right: 0 !important;
    padding-bottom: 25px;
  }
  .pro-detail3-page .feature .list .item .icon {
    text-align: center;
  }
  .pro-detail3-page .feature .list .item .icon img {
    height: 45px;
  }
  .pro-table table th,
  .pro-table table tr td {
    font-size: 16px;
  }
  .pro-table .table-title {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .pro-detail-list {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .pro-detail-list .title {
    margin-bottom: 0;
  }
  .news-page .item .text .learn-btn {
    display: none;
  }
  .news-page .item .text .head .title {
    font-size: 18px;
  }
  .news-page .item .text .head .time {
    font-size: 14px;
  }
  .news-page .item.common .text .desc,
  .news-page .item.custom .text .desc {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .news-page .item .text .desc {
    font-size: 16px;
    line-height: 1.5;
  }
  .news-page .item.common .text,
  .news-page .item.custom .text {
    margin-left: 15px;
  }
  .news-detail-page .detail-content .detail-title {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .news-detail-page .detail-content .detail-info {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .news-detail-page .detail-content .main .article-wrap {
    width: 92%;
  }
  .news-detail-page .detail-content .main .article-copyright .link-text {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .news-detail-page .detail-content .main .article-copyright .copyright-list .item-text a {
    font-size: 16px;
  }
  .news-detail-page .detail-content .main .article-copyright .copyright-list .item-text {
    margin-bottom: 15px;
  }
  .news-detail-page .detail-content .main .article-wrap {
    margin-top: 25px;
  }
  .news-detail-page .detail-content .recommend {
    flex-wrap: wrap;
  }
  .news-detail-page .detail-content .recommend .back {
    width: 100%;
    padding: 10px;
    order: 1;
  }
  .news-detail-page .detail-content .recommend .prev,
  .news-detail-page .detail-content .recommend .next {
    width: 100%;
    padding: 20px 15px;
    margin-bottom: 15px;
  }
  /* .news-detail-page .detail-content .recommend .prev .top,
  .news-detail-page .detail-content .recommend .next .top {
    font-size: 16px;
  }
  .news-detail-page .detail-content .recommend .prev .bottom,
  .news-detail-page .detail-content .recommend .next .bottom {
    font-size: 14px;
  } */
  .contact-page .address-list .address-item {
    flex-wrap: wrap;
  }
  .contact-page .address-list .address-item .left,
  .contact-page .address-list .address-item .right {
    width: 100%;
    flex: none;
  }
  .contact-page .address-list .address-item .left .title {
    font-size: 24px;
    padding-bottom: 10px;
  }
  .contact-page .address-list .address-item .left .info-list .info-item-common {
    padding-top: 15px;
    padding-bottom: 15px;
    align-items: center;
  }
  .contact-page .address-list .address-item .right .marker {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .contact-page .form-area .content .form-title {
    font-size: 24px;
  }
  .contact-page .form-area .content .form-sub-title {
    margin-bottom: 25px;
    font-size: 20px;
  }
  .contact-page .form-area .content .form-row {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .contact-page .form-area .content .form-row .form-col {
    width: 100%;
    margin-bottom: 15px;
  }
  .contact-page .form-area .content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .contact-page .form-area .content .form-sub-title {
    font-size: 18px;
  }
  .contact-page .form-area .content .form-row .form-col input,
  .contact-page .form-area .content .form-row .form-col select,
  .contact-page .form-area .content .row-full select {
    font-size: 16px;
    height: 55px;
    padding-left: 15px;
  }
  .about-page .life .left .title,
  .about-page .history .left .history-title,
  .about-page .pro-area .pro-title,
  .about-page .network .text-box .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .about-page .life .left .description {
    line-height: 1.5;
  }
  .about-page .life .life-wrap {
    flex-wrap: wrap;
  }
  .about-page .life .life-wrap .left {
    width: 100%;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .about-page .life .life-wrap .right {
    width: 100%;
    flex: none;
    /*margin-top: 35px;*/
    align-items: stretch;
  }

  .about-page .life .right .pic {
    height: auto;
  }

  .about-page .life .right .pic img {
    height: 100%;
    object-fit: cover;
  }
  .about-page .life .left .content {
    margin-top: 25px;
  }
  .about-page .life .left .content .content-title {
    margin-bottom: 15px;
  }
  .about-page .life .left .content .list .item {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
  }

  .about-page .life .right .pic:first-of-type {
    margin-top: 0;
    margin-right: 15px;
  }
  .about-page .life .left .content .list .item .text {
    font-size: 16px;
  }
  .about-page .life .left .content .list .item .icon {
    margin-right: 25px;
  }
  .about-page .history .content {
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap;
  }
  .about-page .history .content .left,
  .about-page .history .content .right {
    width: 100%;
  }
  .about-page .history .content .right {
    order: -1;
    margin-bottom: 25px;
  }
  .about-page .history .left .description p:first-child {
    margin-bottom: 15px;
  }
  .about-page .history .left .link-btn {
    margin-top: 20px;
  }
  .about-page .pro-area .description {
    width: 90%;
  }
  .about-page .pro-area .description p {
    font-size: 16px;
  }
  .about-page .network .text-box .description {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    overflow-wrap: break-word;
    font-size: 16px;
  }
  .about-page .network .content {
    width: 100%;
  }
  .about-page .network .content .num-list {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .about-page .network .content .num-list .num-item {
    width: 47.5%;
    justify-content: center;
    margin-bottom: 35px;
  }
  .about-page .network .content .num-list .num-item:last-of-type {
    margin-bottom: 0;
  }
  .about-page .network .content .num-list .num-item .num {
    font-size: 45px;
    vertical-align: middle;
  }
  /* .about-page .history .right .pic {
    padding-top: 25%; 
     padding-bottom: 25%;
  } */
  .pro-type-page .swiper1 .swiper-wrapper {
    justify-content: space-between;
  }
  .pro-type-page .swiper1 .swiper-slide,
  .pro-type-page .swiper1 .swiper-slide.on {
    width: 100%;
    margin-right: 0;
    height: 3.6rem;
  }
  .pro-type-page .swiper1 .swiper-slide .text-line .icon {
    display: block;
  }
  /*  .pro-type1-page .pro-list .list-area .list .item .pic {
    margin-bottom: max(15px, 0.64rem);
  } */
  /* 统一修改x轴方向溢出隐藏 */
  .about-page,
  .contact-page,
  .news-detail-page,
  .news-page,
  .pro-detail3-page,
  .pro-detail4-page,
  .pro-detail5-page,
  .pro-detail6-page,
  .pro-type-page,
  .support-page,
  .support-page1 {
    overflow-x: hidden;
  }
  /* 有粘性定位，单独设置 */
  .pro-type1-page {
    overflow-x: clip;
  }
}
@media (max-width: 576px) {
  /* 登录框 */
  .common-bread {
    display: none;
  }
  .pro-type1-page .tab-list ul li a {
    font-size: 13px;
    padding: 10px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .pro-type1-page .pro-list .list-area .title {
    font-size: 20px;
  }
  /* 2025-3-25 修改 */
  .pro-detail6-page .feature .list6 .item .icon img {
    width: auto;
    max-height: 32px;
    object-fit: contain;
  }
  .pro-detail6-page .feature .list6 .item .text .item-title {
    font-size: 20px;
  }
  .pro-detail-description {
    padding: 25px 15px;
  }
  .pro-detail-list .swiper-list .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin-right: 5px;
  }
  .pro-detail-video .video-list .video-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin-right: 5px;
  }
  .pro-detail5-page .pic-max .text {
    width: 76%;
    left: 50% !important;
    transform: translateX(-50%) !important;
    text-align: center;
  }
  .pro-detail5-page .pic-max1 .text {
    right: auto;
    left: 57% !important;
  }
  .pro-detail5-page .pic-max .text .pic-title {
    white-space: wrap;
    font-size: 18px;
  }
  .pro-detail5-page .pic-max .text .pic-desc {
    font-size: 14px;
  }
  .pro-detail5-page .pic-max6 .text .desc-br {
    display: none;
  }
  .pro-detail4-page .detail4-feature .list .item .content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .pro-detail4-page .detail4-feature .list .item .text h5 {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .pro-detail4-page .detail4-feature .list .item .text p {
    font-size: 14px;
  }
  .pro-detail3-page .feature .list .item {
    width: 100%;
    border: 0px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .pro-detail3-page .feature .list .item .title {
    font-size: 18px;
    margin-top: 7px;
    margin-bottom: 7px;
    text-align: center;
  }
  .pro-detail3-page .feature .list .item .desc p {
    line-height: 1.5;
    text-align: center;
  }
  .pro-detail-shouce .shouce-list .item .item-head .type {
    font-size: 16px;
  }
  .pro-detail-shouce .shouce-list .item .item-head .name {
    font-size: 18px;
  }
  .pro-detail-shouce .shouce-list .item .item-main p {
    font-size: 14px;
  }
  .news-page .item {
    padding: 20px 0px;
  }
  .news-page .item.common .text,
  .news-page .item.custom .text {
    padding-top: 0;
  }
  .news-page .item .text .desc {
    font-size: 14px;
  }
  .common-pagination .pagination-item {
  	/*202606*/
    /*width: 37px;
    height: 37px;*/
  }
  /* 联系我们 */
  .contact-page .address-list .address-item .left .info-list .info-item-common .info-icon {
    width: 35px;
    height: 35px;
    margin-right: 7px;
  }
  .contact-page .address-list .address-item .left .title {
    font-size: 22px;
  }
  .contact-page .address-list .address-item .left .info-list .info-item-common .info-text .info-title {
    margin-bottom: 0;
  }
  .contact-page .address-list .address-item .left .info-list .info-item-common .info-text .info-desc {
    font-size: 17px;
  }
  .contact-page .address-list .address-item .left .info-list .info-item-common.info-item-custom .info-text {
    flex-wrap: wrap;
  }
  .contact-page .address-list .address-item .left .info-list .info-item-common.info-item-custom .info-text .text-item {
    margin-right: 0;
    width: 100%;
  }
  .contact-page .address-list .address-item .right .marker .text {
    padding: 15px;
  }
  .contact-page .address-list .address-item .right .marker .point {
    margin-bottom: 10px;
  }
  .contact-page .know-list {
    flex-wrap: wrap;
  }
  .contact-page .know-list .item {
    width: 100%;
    margin-bottom: 15px;
  }
  .contact-page .know-list .item .content {
    padding: 20px 15px;
  }
  .contact-page .know-list .item .title {
    font-size: 16px;
    min-height: auto;
  }
  .contact-page .know-list .item .link-btn .text {
    font-size: 14px;
  }
  .contact-page .form-area .content .placehold-text {
    font-size: 16px;
  }
  .contact-page .form-area .content .btn-row {
    margin-top: 25px;
    width: 100%;
  }
  .contact-page .form-area .content .btn-row .submit-btn {
    width: 100%;
  }
  .about-page .life .left .description {
    font-size: 16px;
    line-height: 1.5;
  }
  .about-page .history .left .description p {
    font-size: 16px;
  }
  .about-page .network .content .num-list .num-item {
    width: 100%;
  }
  .about-page .network .content .num-list .num-item .num {
    vertical-align: bottom;
    margin-right: 15px;
  }
  .about-page .network .content .num-list .num-item .info .text {
    margin-top: 0;
    font-size: 16px;
  }
  .news-page .item .text .head {
    flex-wrap: wrap;
  }
  .news-page .item .text .head .title {
    width: 100%;
    margin-right: 0;
    flex: none;
    font-size: 17px;
  }
  .news-page .item .text .head .time {
    font-size: 12px;
  }
  .news-page .item.common .text .desc,
  .news-page .item.custom .text .desc {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .news-page .item .pic::after {
    padding-top: 100%;
  }
  .support-page .download-list .download-item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .common-video-mask .video-panel video {
    max-width: 96vw;
  }
  .pro-type1-page .pro-list .list-area .list .item .text-panel {
    padding-top: 0;
  }
  .pro-detail4-page .detail4-feature .list .item:nth-child(1) .bg {
    width: 32%;
  }
  .pro-detail4-page .detail4-feature .list .item .content {
    padding-left: 15px;
    padding-right: 36%;
  }
  .pro-detail4-page .detail4-feature .list .item .text h5 {
    font-size: 16px;
  }
  .pro-detail4-page .detail4-feature .list .item .text p {
    line-height: 1.25;
  }
  .pro-type1-page .pro-list .list-area .list .item .text-panel .text {
    font-size: 14px;
    min-height: calc(14px * 1.5 * 2);
  }
}
@keyframes anmatewidth {
  from {
    transform: scale(0.92);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes linewidth {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes picAnimate {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
/* 搜索结果页面 */
.search-list-page {
  padding-top: max(0.73rem, 35px);
  padding-bottom: max(1.74rem, 35px);
  /* 拷贝过来的新闻样式 */
  /* 拷贝过来的产品样式 */
}
.search-list-page .search-area {
  margin-bottom: max(0.71rem, 35px);
}
.search-list-page .search-area .form {
  display: flex;
  justify-content: center;
  height: 70px;
}
.search-list-page .search-area .form input {
  display: block;
  outline: none;
  width: 520px;
  height: 100%;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 33px;
  font-weight: 400;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  transition: all 0.6s ease;
}
.search-list-page .search-area .form input:focus {
  outline: none;
  border-color: #00496c;
}
.search-list-page .search-area .form button {
  width: 100px;
  height: 100%;
  background: #00496c;
  border-radius: 10px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  outline: none;
  border: none;
}
.search-list-page .tab-area {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: max(0.57rem, 35px);
}
.search-list-page .tab-area::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.search-list-page .tab-area .tab-item {
  font-weight: 400;
  font-size: max(0.24rem, 18px);
  color: #000000;
  line-height: 1.5;
  padding-bottom: max(0.17rem, 10px);
  margin-right: max(15px, 0.62rem);
  cursor: pointer;
  user-select: none;
  position: relative;
}
.search-list-page .tab-area .tab-item.active {
  color: #00496c;
}
.search-list-page .tab-area .tab-item.active::after {
  width: 100%;
}
.search-list-page .tab-area .tab-item:hover {
  color: #00496c;
}
.search-list-page .tab-area .tab-item:last-of-type {
  margin-right: 0;
}
.search-list-page .tab-area .tab-item::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
  width: 0;
  height: 2px;
  background-color: #00496c;
  transition: all 0.6s ease;
}
.search-list-page .main-content .content-item {
  display: none;
}
.search-list-page .main-content .content-item.active {
  display: block;
}
.search-list-page .news-page {
  padding-bottom: 0;
}
.search-list-page .news-page .news-list {
  padding-top: 0;
  margin-bottom: 0;
}
.search-list-page .pro-type1-page .pro-list {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .search-list-page {
    padding-bottom: max(35px, 0.65rem);
  }
  .search-list-page .search-area .form {
    height: 45px;
  }
  .search-list-page .search-area .form input {
    width: auto;
    flex: 1;
    font-size: 14px;
    padding-left: 15px;
  }
  .search-list-page .search-area .form button {
    flex-shrink: 0;
    width: 90px;
  }
}

/* 恢复文章详情页面ul,ol的样式 */
.news-detail-page .detail-content .main .article-wrap ul li {
  list-style: disc;
}

.news-detail-page .detail-content .main .article-wrap ol li {
  list-style: decimal;
}

.pro-detail-shouce {
  padding-top: max(0.6rem, 30px);
  padding-bottom: max(0.6rem, 30px);
}




/*20260324*/
.contact-form {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 21;
  width: 100%;
  height: 100%;
  max-width: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: auto;
  padding-top: 5%;
  padding-bottom: 5%;
}
.contact-form.active {
  opacity: 1;
  visibility: visible;
}
.contact-form.active .box {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.contact-form .box {
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.6s, opacity 0.6s, transform 0.6s;
  transform: translateY(100%);
  /*max-width: 1000px;*/
 	max-width: 520px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  /*padding: 3.5%;*/
 	padding: 2vw;
  box-sizing: border-box;
  border-radius: 10px;
  border: 3px solid rgba(179, 200, 212, 0.2);
}
@media screen and (max-width: 1920px) and (min-width: 992px){
	.contact-form .box{
		width: 27.08333333333333vw;
	}
}
@media screen and (max-width: 991px) {
  .contact-form .box {
    padding: 25px 20px;
    max-width: 420px;
    border-width: 2px;
  }
}
.contact-form .box .closebtn {
  position: absolute;
  right: clamp(20px, 1.5625vw, 30px);
  top: clamp(20px, 1.5625vw, 30px);
  cursor: pointer;
}
.contact-form .box .closebtn img {
  max-width: clamp(18px, 1.09375vw, 21px);
}
.contact-form .box .topic{
	/*text-align: center;*/
}
.contact-form .box .title {
  font-weight: bold;
  /*font-size: clamp(24px, 1.5625vw, 30px);
  color: #000000;*/
 	/*202606*/
 	font-size: var(--size30);
 	color: #0E2356;
}
.contact-form .box .txt{
	margin-top: 6px;
	/*font-size: var(--font-18);
  color: rgba(0,0,0,0.6);*/
 	font-size: var(--size20);
 	color: #000000;
 	line-height: 1.8;
 	max-width: 300px;
 	width: 100%;
}
@media screen and (max-width: 1920px) and (min-width: 992px){
	.contact-form .box .txt{
		width: 15.625vw;
	}
}
@media screen and (max-width: 991px){
	.contact-form .box .txt{
		max-width: 100%;
	}
}
.contact-form .box .common-form {
  margin-top: clamp(24px, 1.5625vw, 30px);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
}
@media screen and (max-width: 767px){
	.contact-form .box .common-form{
		gap: 15px;
	}
}
.contact-form .box .common-form .layui-form-item {
  position: relative;
  width: calc((100% - 20px) / 2);
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .contact-form .box .common-form .layui-form-item {
    width: 100%;
  }
}
.contact-form .box .common-form .layui-form-item.w100 {
  width: 100%;
}
/*202606新增*/
.contact-form .box .common-form .layui-form-item .layui-form-lebal{
	font-weight: bold;
	color: #0e2356;
	font-size: var(--size20);
	margin-bottom: 10px;
}
.contact-form .box .common-form .layui-form-item .layui-form-lebal .required{
	display: inline-block;
	color: #ff0030;
}
.contact-form .box .common-form .layui-form-item .layui-form-select .layui-select-title .layui-input{
	padding-right: 48px;
}
.contact-form .box .common-form .layui-form-item .layui-form-select .layui-select-title .layui-edge{
  right: 0;
	top: 0%;
	width: 48px;
	height: 100%;
	margin-top: 0;
	cursor: pointer;
	border-width: 0px;
	border-top-color: transparent;
	background: url(../images/aicon32.png) center no-repeat;
	background-size: 12px auto;
}
.contact-form .box .common-form .layui-form-item .layui-form-select dl dd, 
.contact-form .box .common-form .layui-form-item .layui-form-select dl dt{
	padding: 0 20px;
}
.contact-form .box .common-form .layui-form-item .layui-form-select dl dd.layui-select-tips{
	padding-left: 20px !important;
}
@media screen and (max-width: 767px){
	.contact-form .box .common-form .layui-form-item .layui-form-select .layui-select-title .layui-edge{
		background: url(../images/aicon32.png) center no-repeat;
		background-size: 10px auto;
	}
	.contact-form .box .common-form .layui-form-item .layui-form-select dl dd, 
	.contact-form .box .common-form .layui-form-item .layui-form-select dl dt{
		padding: 0 15px;
	}
	.contact-form .box .common-form .layui-form-item .layui-form-select dl dd.layui-select-tips{
		padding-left: 15px !important;
	}
}
/*e*/
.contact-form .box .common-form .layui-form-item .layui-input {
  width: 100%;
  height: clamp(40px, 2.604166666666667vw, 50px);
  color: #000000;
  font-size: var(--font-18);
  /*border-radius: 6px;*/
  padding: 0 20px;
  box-sizing: border-box;
  background: #ffffff;
  /*border: 1px solid #d2d2d2;*/
 	/*202606*/
 	border-radius: 10px;
 	border: 3px solid rgba(179, 200, 212, 0.2);
}

@media screen and (max-width: 1920px) and (min-width: 992px){
	.contact-form .box .common-form .layui-form-item .layui-input{
		padding: 0 1.041666666666667vw;
		border-width: 0.15625vw;
		border-radius: 0.5208333333333333vw;
	}
}
@media screen and (max-width: 991px){
	.contact-form .box .common-form .layui-form-item .layui-input{
		padding: 0px 15px;
		border-width: 2px;
		border-radius: 8px;
	}
}
@media screen and (max-width: 480px){
	.contact-form .box .common-form .layui-form-item .layui-input{
		font-size: 14px;
	}
}
.contact-form .box .common-form .layui-form-item .layui-input::-webkit-input-placeholder {
	font-family: HONOR Sans CN, sans-serif;
  color: rgba(0, 0, 0, 0.6);
}
.contact-form .box .common-form .layui-form-item .layui-input::-moz-placeholder {
	font-family: HONOR Sans CN, sans-serif;
  color: rgba(0, 0, 0, 0.6);
}
.contact-form .box .common-form .layui-form-item .layui-input:-moz-placeholder {
	font-family: HONOR Sans CN, sans-serif;
  color: rgba(0, 0, 0, 0.6);
}
.contact-form .box .common-form .layui-form-item .layui-input:-ms-input-placeholder {
	font-family: HONOR Sans CN, sans-serif;
  color: rgba(0, 0, 0, 0.6);
}
.contact-form .box .common-form .layui-form-item .layui-input::hover {
  border-color: #0e2356 !important;
}
.contact-form .box .common-form .layui-form-item .layui-input:focus {
  border-color: #0e2356 !important;
}
.contact-form .box .common-form .layui-form-item .layui-form-select dl{
	top: 100%;
}
.contact-form .box .common-form .layui-form-item .layui-form-select dl dd{
	font-size: var(--font-16);
}
.contact-form .box .common-form .layui-form-item .layui-form-select dl dd.layui-this{
	background: #018a9a;
}
.contact-form .box .common-form .layui-form-item .layui-textarea {
  width: 100%;
  height: clamp(100px, 7.8125vw, 150px);
  color: #000000;
  font-size: var(--font-18);
  padding: 15px 20px;
  background: #ffffff;
  border: 1px solid #d2d2d2;
  border-radius: 6px;
  resize: none;
  box-sizing: border-box;
}

@media screen and (max-width: 1920px) and (min-width: 992px){
	.contact-form .box .common-form .layui-form-item .layui-textarea{
		padding: 0.78125vw 1.041666666666667vw 1.5625vw;
		border-width: 0.15625vw;
		border-radius: 0.5208333333333333vw;
	}
}
@media screen and (max-width: 991px){
	.contact-form .box .common-form .layui-form-item .layui-textarea{
		padding: 10px 15px 24px;
		border-width: 2px;
		border-radius: 8px;
	}
}
@media screen and (max-width: 480px){
	.contact-form .box .common-form .layui-form-item .layui-textarea{
		font-size: 14px;
	}
}
.contact-form .box .common-form .layui-form-item .layui-textarea::-webkit-input-placeholder {
	font-family: HONOR Sans CN, sans-serif;
  color: rgba(0, 0, 0, 0.6);
}
.contact-form .box .common-form .layui-form-item .layui-textarea::-moz-placeholder {
	font-family: HONOR Sans CN, sans-serif;
  color: rgba(0, 0, 0, 0.6);
}
.contact-form .box .common-form .layui-form-item .layui-textarea:-moz-placeholder {
	font-family: HONOR Sans CN, sans-serif;
  color: rgba(0, 0, 0, 0.6);
}
.contact-form .box .common-form .layui-form-item .layui-textarea:-ms-input-placeholder {
	font-family: HONOR Sans CN, sans-serif;
  color: rgba(0, 0, 0, 0.6);
}
.contact-form .box .common-form .layui-form-item .layui-textarea::hover {
  border-color: #018a9a !important;
}
.contact-form .box .common-form .layui-form-item .layui-textarea:focus {
  border-color: #018a9a !important;
}
.contact-form .box .common-form .layui-form-item .placehold-text {
  color: rgba(0, 0, 0, 0.6);
  font-size: var(--font-18);
}
.contact-form .box .common-form .layui-form-item .layui-btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  /*width: clamp(120px, 7.8125vw, 150px);
  height: clamp(40px, 2.604166666666667vw, 50px);
  border-radius: 6px;
  color: #FFFFFF;
  font-size: var(--font-18);
  border: none;
  background: #018a9a;*/
 	/*202606*/
 	width: 100%;
 	height: 68px;
 	border-radius: 10px;
 	font-weight: bold;
 	color: #ffffff;
 	font-size: var(--size20);
 	background: #018a9a;
 	margin-top: 28px;
}
@media screen and (max-width: 1920px) and (min-width: 992px){
	.contact-form .box .common-form .layui-form-item .layui-btn{
		height: 3.541666666666667vw;
	 	margin-top: 1.458333333333333vw;
	}
}
@media screen and (max-width: 991px){
	.contact-form .box .common-form .layui-form-item .layui-btn{
		height: 45px;
	 	margin-top: 15px;
	 	border-radius: 10px;
	}
}



/*202606*/
.about-page .cert-area {
 	margin-top: 36px;
  margin-bottom: 36px;
}
.about-page .cert-area .cert-title {
  font-size: var(--font40);
  font-family: "HONOR Sans CN", sans-serif;
  text-align: center;
 	position: relative;
 	font-weight: bold;
 	color: #018a9a;
  line-height: 1;
  margin-bottom: 24px;
}
.about-page .cert-area .cert-title::after{
	content: '';
	display: block;
	margin: 10px auto 0;
	width: 40px;
	height: 4px;
	background: #85c15a;
	display: none;
}
.about-page .cert-area .description {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  text-align: center;
}
.about-page .cert-area .description p {
 	font-size: var(--font-18);
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.666;
}
.about-page .cert-area .list {
 	margin-top: 30px;
}
.about-page .cert-area .list .box{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	gap: 18px;
}
.about-page .cert-area .list .box .item{
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc((100% - 108px) / 7);
}
.about-page .cert-area .list .box .item .pic{
	max-width: 100%;
}
.about-page .cert-area .list .box .item .pic img{
	max-width: 100%;
}
@media screen and (max-width: 1920px) and (min-width: 992px){
	.about-page .cert-area {
	 	margin-top: 1.875vw;
	  margin-bottom: 1.875vw;
	}
	.about-page .cert-area .cert-title {
	  margin-bottom: 1.25vw;
	}
	.about-page .cert-area .cert-title::after{
		margin: 0.5208333333333333vw auto 0;
		width: 2.083333333333333vw;
		height: 0.2083333333333333vw;
	}
	.about-page .cert-area .list {
	 	margin-top: 1.5625vw;
	}
	.about-page .cert-area .list .box{
		gap: 0.9375vw;
	}
	.about-page .cert-area .list .box .item{
		width: calc((100% - 5.625vw) / 7);
	}
}
@media screen and (max-width: 768px){
	.about-page .cert-area .list .box{
		gap: 15px;
	}
	.about-page .cert-area .list .box .item{
		width: calc((100% - 75px) / 6);
	}
}
@media screen and (max-width: 640px){
	.about-page .cert-area .list .box{
		gap: 12px;
	}
	.about-page .cert-area .list .box .item{
		width: calc((100% - 48px) / 5);
	}
}
@media screen and (max-width: 576px){
	.about-page .cert-area .list .box{
		gap: 10px;
	}
	.about-page .cert-area .list .box .item{
		width: calc((100% - 30px) / 4);
	}
}


.public-crumbs .box{
  display: flex;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
  box-sizing: border-box;
  color: #0e2356;
  font-size: var(--size18);
}
.public-crumbs .wrap .box{
	padding-left: 3.05%;
  padding-right: 3.05%;
}
@media screen and (max-width: 1920px) and (min-width: 992px){
  .public-crumbs .box{
    padding-top: 0.9375vw;
  	padding-bottom: 0.9375vw;
  }
}
@media screen and (max-width: 991px) {
	.public-crumbs{
		display: none;
	}
  .public-crumbs .box{
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 576px){
	.public-crumbs .box{
		padding-left: 0;
		padding-right: 0;
		font-size: 14px;
	}
}
.public-crumbs .box span,
.public-crumbs .box a {
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  flex-shrink: 0;
  color: #0e2356;
  transition: all 0.4s ease;
}
.public-crumbs .box span:hover,
.public-crumbs .box a:hover {
  color: #0e2356;
}
.public-crumbs .box span:hover img,
.public-crumbs .box a:hover img {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
.public-crumbs .box span.on,
.public-crumbs .box a.on {
  display: inline-block;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #5f72a0;
  margin-left: 0;
}
.public-crumbs .box span {
  margin: 0 10px;
}
@media screen and (min-width: 992px) {
  .public-crumbs .box span {
    margin: 0 0.52083333vw;
  }
}
.public-crumbs .box a img,
.public-crumbs .box span img {
  display: inline-block;
  width: 22px;
}
@media screen and (max-width: 1920px) and (min-width: 992px){
	.public-crumbs .box a img,
	.public-crumbs .box span img {
	  width: 1.145833333333333vw;
	}
}
@media screen and (max-width: 991px){
	.public-crumbs .box a img,
	.public-crumbs .box span img{
		width: 18px;
	}
}

.general-banner {
  position: relative;
  overflow: hidden;
}
.general-banner .content{
	position: relative;
}
.general-banner .pic {
  display: block;
  width: 100%;
  height: auto;
}
.pImg{
	display: block;
}
.mImg{
	display: none !important;
}
@media screen and (max-width: 750px){
	.pImg{
		display: none !important;
	}
	.mImg{
		display: block !important;
	}
}
/*20260715*/
.general-banner .public-crumbs{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
/*.partner-page .general-banner .public-crumbs{
	top: 10vw;
}*/
.general-banner .textbox {
  position: absolute;
  /*bottom: 130px;*/
 	/*bottom: 6.770833333333333vw;*/
  left: 0;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}
/*.common-page .general-banner .textbox {
	bottom: 13.02083333333333vw;
}
.solution-dateil-page .general-banner .textbox{
	bottom: 12vw;
}*/
.common-page .general-banner .textbox {
	margin-top: -3vw;
}
.general-banner .textbox .title{
	font-family: "HONOR Sans CN", sans-serif;
	font-weight: bold;
	color: #018a9a;
	font-size: var(--size90);
  line-height: 1.267;
}

.general-banner .textbox .desp{
	margin-top: 30px;
	font-family: "HONOR Sans CN", sans-serif;
	color: #0e2356;
	font-size: var(--size24);
	line-height: 2;
	max-width: 750px;
	width: 100%;
}
/*.common-page .general-banner .textbox .desp{
	max-width: 750px;
	width: 48%;
}*/
@media screen and (max-width: 1920px) and (min-width: 992px){
	.general-banner .textbox .desp{
		margin-top: 1.5625vw;
		max-width: 39vw;
		/*max-width: 26.04166666666667vw;*/
	}
	/*.common-page .general-banner .textbox .desp{
		max-width: 39.0625vw;
	}*/
}
@media screen and (max-width: 991px){
	/*.general-banner .public-crumbs{
		position: static;
	}
	.general-banner .textbox{
		bottom: auto;
		top: 50%;
		transform: translateY(-50%);
	}*/
	.general-banner .public-crumbs{
		/*top: 70px;*/
		top: 0;
	}
	.general-banner .textbox{
		/*bottom: auto;
		top: 120px;*/
		top: 45px;
		transform: none;
	}
	/*.common-page .general-banner .textbox {
		bottom: auto;
		top: 120px;
	}
	.solution-dateil-page .general-banner .textbox{
		bottom: auto;
		top: 120px;
	}*/
	.general-banner .textbox .desp{
		margin-top: 10px;
		/*max-width: 48%;*/
		max-width: 100%;
		line-height: 1.7;
	}
	/*.common-page .general-banner .textbox .desp{
		max-width: 48%;
	}*/
}
@media screen and (max-width: 750px){
	.general-banner .textbox .title{
		font-size: 28px;
	}
	.general-banner .textbox .desp{
		font-size: 15px;
		max-width: 100%;
		width: 100%;
	}
	.common-page .general-banner .textbox .desp{
		max-width: 100%;
		width: 100%;
	}
}
.support-page .download-list{
	padding-left: 2.3%;
	padding-right: 2.3%;
	box-sizing: border-box;
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
	border-radius: 10px;
}
.support-page .download-list .download-item{
	display: flex;
	align-items: flex-start;
	padding-top: 44px;
	padding-bottom: 44px;
	padding-left: 4.85%;
	padding-right: 4.85%;
	box-sizing: border-box;
	box-shadow: none;
	margin-bottom: 0;
	border-bottom: 4px solid rgba(179, 200, 212, 0.2);
}
.support-page .download-list .download-item:last-child{
	border-bottom: none;
}
.support-page .download-list .download-item .addicon{
	flex-shrink: 0;
	display: inline-block;
	margin-right: 54px;
}
.support-page .download-list .download-item .addicon span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	border-radius: 10px;
	background: rgba(1,138,154,0.1);
}
.support-page .download-list .download-item .addicon span img{
	width: 51%;
}
.support-page .download-list .download-item .textbox{
	flex: 1;
	overflow: hidden;
	padding-top: 10px;
	box-sizing: border-box;
}
.support-page .download-list .download-item .textbox .subtitle{
	font-weight: bold;
	color: #0e2356;
	font-size: var(--size30);
}
.support-page .download-list .download-item .textbox .desp{
	margin-top: 15px;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	color: #b3c8d4;
	font-size: var(--size20);
}
.support-page .download-list .download-item .textbox .desp span{
	position: relative;
	display: inline-block;
	padding-right: 54px;
}
.support-page .download-list .download-item .textbox .desp span:last-child{
	padding-right: 0;
}
.support-page .download-list .download-item .textbox .desp span::before{
	content: '';
	position: absolute;
	right: 25px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 2px;
	height: 80%;
	background: #b3c8d4;
}
.support-page .download-list .download-item .textbox .desp span:last-child::before{
	display: none;
}
.support-page .download-list .download-item .download-icon{
	position: relative;
	z-index: 2;
	user-select: none;
  cursor: pointer;
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: 24px;
	width: max-content;
	min-width: 188px;
	height: 72px;
	padding: 0 30px;
	border: #018a9a solid 3px;
	border-radius: 13px;
	box-sizing: border-box;
	font-weight: bold;
	color: #018a9a;
	font-size: var(--size20);
}
.support-page .download-list .download-item .download-icon.showbtn,
.support-page .download-list .download-item .download-icon:hover{
	color: #FFFFFF;
}
.support-page .download-list .download-item .download-icon::after{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	width: 0;
	height: 100%;
	background-color: #018a9a;
	transition: all 0.6s ease;
	/*border-radius: 6px;*/
}
.support-page .download-list .download-item .download-icon.showbtn::after,
.support-page .download-list .download-item .download-icon:hover::after{
	width: 100%;
  right: auto;
  left: 0;
}
.support-page .download-list .download-item .download-icon svg,
.support-page .download-list .download-item .download-icon img{
	display: inline-block;
	margin-left: 24px;
	width: 22px;
}
.support-page .download-list .download-item .download-icon.showbtn svg,
.support-page .download-list .download-item .download-icon.showbtn img,
.support-page .download-list .download-item .download-icon:hover svg,
.support-page .download-list .download-item .download-icon:hover img{
	-webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 1920px) and (min-width: 992px){
	.support-page .download-list{
		border-radius: 10px;
	}
	.support-page .download-list .download-item{
		padding-top: 2.291666666666667vw;
		padding-bottom: 2.291666666666667vw;
		border-bottom-width: 0.2083333333333333vw;
	}
	.support-page .download-list .download-item .addicon{
		margin-right: 2.8125vw;
	}
	.support-page .download-list .download-item .addicon span{
		width: 5.208333333333333vw;
		height: 5.208333333333333vw;
		border-radius: 10px;
	}
	.support-page .download-list .download-item .textbox{
		padding-top: 0.5208333333333333vw;
	}
	.support-page .download-list .download-item .textbox .desp{
		margin-top: 0.78125vw;
	}
	.support-page .download-list .download-item .textbox .desp span{
		padding-right: 2.8125vw;
	}
	.support-page .download-list .download-item .textbox .desp span::before{
		right: 1.302083333333333vw;
		width: 0.1041666666666667vw;
	}
	.support-page .download-list .download-item .download-icon{
		margin-left: 1.25vw;
		min-width: 9.791666666666667vw;
		height: 3.75vw;
		padding: 0 1.5625vw;
		border-width: 0.15625vw;
		border-radius: 0.6770833333333333vw;
	}
	.support-page .download-list .download-item .download-icon svg,
	.support-page .download-list .download-item .download-icon img{
		margin-left: 1.25vw;
		width: 1.145833333333333vw;
	}
}
@media screen and (max-width: 991px){
	.support-page .download-list{
		padding-left: 24px;
    padding-right: 24px;
	}
	.support-page .download-list .download-item{
		padding-top: 24px;
		padding-bottom: 24px;
		padding-left: 0;
		padding-right: 0;
		border-bottom-width: 2px;
	}
	.support-page .download-list .download-item .addicon{
		margin-right: 20px;
	}
	.support-page .download-list .download-item .addicon span{
		width: 50px;
		height: 50px;
		border-radius: 8px;
	}
	.support-page .download-list .download-item .textbox{
		padding-top: 0;
	}
	.support-page .download-list .download-item .textbox .desp{
		margin-top: 6px;
	}
	.support-page .download-list .download-item .textbox .desp span{
		padding-right: 22px;
	}
	.support-page .download-list .download-item .textbox .desp span::before{
		right: 10px;
		width: 2px;
	}
	.support-page .download-list .download-item .download-icon{
		margin-left: 15px;
		min-width: 120px;
		height: 40px;
		padding: 0 15px;
		border-width: 2px;
		border-radius: 8px;
	}
	.support-page .download-list .download-item .download-icon img{
		margin-left: 8px;
		width: 16px;
	}
}
@media screen and (max-width: 768px){
	.support-page .download-list .download-item{
		flex-wrap: wrap;
	}
	.support-page .download-list .download-item .textbox{
		flex: none;
		width: calc(100% - 75px);
	}
	.support-page .download-list .download-item .download-icon{
		margin-top: 20px;
		margin-left: 72px;
	}
}
@media screen and (max-width: 480px){
	.support-page .download-list{
		padding-left: 5%;
		padding-right: 5%;
	}
	.support-page .download-list .download-item{
		padding-top: 6%;
		padding-bottom: 6%;
	}
	.support-page .download-list .download-item .addicon{
		margin-right: 3.4vmin;
	}
	.support-page .download-list .download-item .addicon span{
		width: 10vmin;
		height: 10vmin;
		border-radius: 1.7vmin;
	}
	.support-page .download-list .download-item .textbox .desp{
		font-size: 3vmin;
	}
	.support-page .download-list .download-item .textbox .desp span{
		padding-right: 14px;
	}
	.support-page .download-list .download-item .textbox .desp span::before{
		right: 6px;
	}
	.support-page .download-list .download-item .download-icon{
		margin-left: 13.4vmin;
		margin-top: 3vmin;
		min-width: 21vmin;
    height: 8vmin;
    padding: 0 2.7vmin;
    border-radius: 1.4vmin;
    font-size: 3.2vmin;
	}
	.support-page .download-list .download-item .download-icon img {
    margin-left: 1.4vmin;
    width: 3.2vmin;
  }
}


.spacing{
    scroll-snap-align: start;
    scroll-margin-top: 180px; 
}
@media screen and (max-width: 1920px) and (min-width: 992px){
	.spacing{
    scroll-margin-top: 9.375vw; 
	}
}
@media screen and (max-width: 1200px) {
	.spacing{
    scroll-margin-top: 80px; 
	}
}
.partner-section1{
	padding-top: 20px;
	padding-bottom: 70px;
	width: 100%;
	overflow: hidden;
}
.partner-section1 .title{
	text-align: center;
	font-weight: bold;
	color: #018a9a;
	font-size: var(--size40);
}
.partner-section1 .box{
	margin-top: 60px;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}
.partner-section1 .box .item{
	position: relative;
	display: flex;
	flex-direction: column;
	width: 25%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 15px;
	padding-left: 3.6%;
	padding-right: 3.6%;
	box-sizing: border-box;
}
.partner-section1 .box .item::before{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 3px;
	height: 100%;
	background: rgba(179,200,212,0.2);
}
.partner-section1 .box .item:nth-child(4n)::before{
	display: none;
}
.partner-section1 .box .item .icon{
	width: 100%;
	margin-bottom: 56px;
}
.partner-section1 .box .item .icon img{
	width: 28%;
}
.partner-section1 .box .item .subtitle{
	font-weight: bold;
	color: #0e2356;
	font-size: var(--size30);
	line-height: 1.3333;
}
.partner-section1 .box .item .desp{
	margin-top: 24px;
	color: #0e2356;
	font-size: var(--size20);
	line-height: 2;
}
@media screen and (max-width: 1920px) and (min-width: 992px){
	.partner-section1{
		padding-top: 1.041666666666667vw;
		padding-bottom: 3.645833333333333vw;
	}
	.partner-section1 .box{
		margin-top: 3.125vw;
	}
	.partner-section1 .box .item{
		padding-top: 1.041666666666667vw;
		padding-bottom: 0.78125vw;
		padding-left: 2.5%;
		padding-right: 2.5%;
	}
	.partner-section1 .box .item::before{
		width: 0.15625vw;
	}
	.partner-section1 .box .item .icon{
		margin-bottom: 2.916666666666667vw;
	}
	.partner-section1 .box .item .desp{
		margin-top: 1.25vw;
	}
}
@media screen and (max-width: 991px){
	.partner-section1{
		padding-top: 35px;
		padding-bottom: 50px;
	}
	.partner-section1 .box{
		margin-top: 35px;
	}
	.partner-section1 .box .item{
		width: 50%;
		padding-left: 5%;
		padding-right: 5%;
		padding-top: 30px;
		padding-bottom: 24px;
	}
	.partner-section1 .box .item::before{
		bottom: 0;
		width: 2px;
		height: 80%;
		margin: auto;
	}
	.partner-section1 .box .item:nth-child(4n)::before{
		display: block;
	}
	.partner-section1 .box .item:nth-child(2n)::before{
		display: none;
	}
	.partner-section1 .box .item::after{
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		margin: auto;
		width: 75%;
		height: 2px;
		background: rgba(179,200,212,0.2);
	}
	.partner-section1 .box .item:nth-child(1)::after,
	.partner-section1 .box .item:nth-child(2)::after{
		display: none;
	}
	.partner-section1 .box .item .icon{
		margin-bottom: 30px;
	}
	.partner-section1 .box .item .icon img{
		max-width: 50px;
	}
	.partner-section1 .box .item .desp{
		margin-top: 18px;
	}
}
@media screen and (max-width: 576px){
	.partner-section1 .box .item{
		padding-left: 2.5%;
    padding-right: 2.5%;
    padding-top: 24px;
    padding-bottom: 20px;
	}
	.partner-section1 .box .item .icon{
		margin-bottom: 20px;
	}
	.partner-section1 .box .item .desp{
		margin-top: 10px;
	}
}

.partner-section2{
	margin-bottom: 36px;
}
.partner-section2 .box{
	display: flex;
	align-items: center;
	border: rgba(179, 200, 212, 0.2) solid 3px;
	border-radius: 13px;
	overflow: hidden;
}
.partner-section2 .box .textbox{
	display: flex;
	align-items: flex-start;
	width: 50%;
	padding: 2.6% 2.3%;
	overflow: hidden;
	box-sizing: border-box;
}
.partner-section2 .box .textbox .icon{
	flex-shrink: 0;
	margin-right: 6.7%;
	position: relative;
	width: 24.5%;
	padding-bottom: 24.5%;
	border-radius: 50%;
	background: rgba(179,200,212,0.15);
}
.partner-section2 .box .textbox .icon img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 51.57894736842105%;
}
.partner-section2 .box .textbox .content{
	flex: 1;
	overflow: hidden;
}
.partner-section2 .box .textbox .title{
	font-weight: bold;
	color: #018a9a;
	font-size: var(--size40);
	line-height: 1.75;
	margin-bottom: 18px;
}
.partner-section2 .box .textbox .line{
	display: block;
	margin-bottom: 36px;
	width: 80px;
	height: 4px;
	background: #018a9a;
}
.partner-section2 .box .textbox .text{
	color: #0e2356;
	font-size: var(--size20);
	line-height: 2;
	margin-bottom: 36px;
}
.partner-section2 .box .textbox .btn a,
.partner-section2 .box .textbox .btn span{
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 30px;
	height: 75px;
	border-radius: 13px;
	background: #018a9a;
	font-weight: bold;
	color: #FFFFFF;
	font-size: var(--size24);
}
.partner-section2 .box .textbox .btn a::after,
.partner-section2 .box .textbox .btn span::after{
    content: "";
    position: absolute;
    z-index: -1;
    width: 0;
    height: 100%;
    right: 0;
    top: 0;
    background: rgba(255,255,255,0.1);
    transition: all 0.6s ease;
}
.partner-section2 .box .textbox .btn a:hover::after,
.partner-section2 .box .textbox .btn span:hover::after{
  width: 100%;
  right: auto;
  left: 0;
}
.partner-section2 .box .imgbox{
	width: 50%;
	overflow: hidden;
	text-align: center;
}
.partner-section2 .box .imgbox img{
	max-width: 100%;
}
@media screen and (max-width: 1920px) and (min-width: 992px){
	.partner-section2{
		margin-bottom: 1.875vw;
	}
	.partner-section2 .box{
		border-width: 0.15625vw;
		border-radius: 0.6770833333333333vw;
	}
	.partner-section2 .box .textbox .title{
		margin-bottom: 0.9375vw;
	}
	.partner-section2 .box .textbox .line{
		margin-bottom: 1.875vw;
		width: 4.166666666666667vw;
		height: 0.2083333333333333vw;
	}
	.partner-section2 .box .textbox .text{
		margin-bottom: 1.875vw;
	}
	.partner-section2 .box .textbox .btn a,
	.partner-section2 .box .textbox .btn span{
		padding: 0 1.5625vw;
		height: 3.90625vw;
		border-radius: 0.6770833333333333vw;
	}
}
@media screen and (max-width: 991px){
	.partner-section2 .box{
		flex-wrap: wrap;
		border-radius: 10px;
		border-width: 2px;
	}
	.partner-section2 .box .textbox{
		width: 100%;
		padding: 5%;
	}
	.partner-section2 .box .textbox .icon{
		margin-right: 5%;
		width: 20%;
		padding-bottom: 20%;
	}
	.partner-section2 .box .textbox .title{
		margin-bottom: 10px;
	}
	.partner-section2 .box .textbox .line{
		margin-bottom: 15px;
		width: 56px;
		height: 2px;
	}
	.partner-section2 .box .textbox .text{
		margin-bottom: 20px;
	}
	.partner-section2 .box .textbox .btn a,
	.partner-section2 .box .textbox .btn span{
		padding: 0 20px;
		height: 42px;
		border-radius: 10px;
	}
	.partner-section2 .box .imgbox{
		width: 100%;
	}
}
@media screen and (max-width: 576px){
	.partner-section2 .box .textbox{
		flex-direction: column;
		padding: 25px;
	}
	.partner-section2 .box .textbox .icon{
		margin-right: 0;
		margin-bottom: 15px;
	}
}


.partner-section3{
	margin-bottom: 60px;
}
.partner-section3 .box{
	padding: 2.3%;
	background: rgba(179,200,212,0.1);
	border: rgba(179, 200, 212, 0.2) solid 3px;
	border-radius: 13px;
	box-sizing: border-box;
	text-align: center;
	overflow: hidden;
}
.partner-section3 .box .title{
	font-weight: bold;
	color: #018a9a;
	font-size: var(--size34);
	margin-bottom: 12px;
}
.partner-section3 .box .line{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 70px;
	height: 4px;
	background: #018a9a;
	margin-bottom: 12px;
}
.partner-section3 .box .headline{
	font-weight: bold;
	color: #0e2356;
	font-size: var(--size50);
	margin-bottom: 12px;
}
.partner-section3 .box .text{
	max-width: 850px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	color: #0e2356;
	font-size: var(--size20);
	line-height: 2;
}
@media screen and (max-width: 1920px) and (min-width: 992px){
	.partner-section3{
		margin-bottom: 3.125vw;
	}
	.partner-section3 .box{
		border-width: 0.15625vw;
		border-radius: 0.6770833333333333vw;
	}
	.partner-section3 .box .title{
		margin-bottom: 0.625vw;
	}
	.partner-section3 .box .line{
		width: 3.645833333333333vw;
		height: 0.2083333333333333vw;
		margin-bottom: 0.625vw;
	}
	.partner-section3 .box .headline{
		margin-bottom: 0.625vw;
	}
	.partner-section3 .box .text{
		max-width: 44.27083333333333vw;
	}
}
@media screen and (max-width: 991px){
	.partner-section3{
		margin-bottom: 50px;
	}
	.partner-section3 .box{
		padding: 5%;
	}
	.partner-section3 .box .line{
		width: 56px;
		height: 2px;
	}
}
@media screen and (max-width: 576px){
	.partner-section3{
		margin-bottom: 40px;
	}
	.partner-section3 .box{
		padding: 25px;
		border-width: 2px;
		border-radius: 10px;
	}
	
}

.partner-section4{
	width: 100%;
	overflow: hidden;
	padding-bottom: 50px;
}
.partner-section4 .title{
	text-align: center;
	font-weight: bold;
	color: #018a9a;
	font-size: var(--size40);
}
.partner-section4 .line{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 70px;
	height: 4px;
	background: #018a9a;
	margin-top: 12px;
}
.partner-section4 .box{
	margin-top: 24px;
	margin-left: -15px;
	margin-right: -15px;
}
.partner-section4 .box .swiper{
	position: relative;
	width: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.partner-section4 .box .swiper-wrapper{
	align-items: stretch;
}
.partner-section4 .box .swiper-slide{
	height: auto;
	padding: 0 15px;
	box-sizing: border-box;
}
.partner-section4 .box .item{
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	border: rgba(179, 200, 212, 0.2) solid 3px;
	border-radius: 13px;
	box-sizing: border-box;
	overflow: hidden;
}
.partner-section4 .box .item .imgbox{
	position: relative;
	padding-bottom: 48.78048780487805%;
	overflow: hidden;
}
.partner-section4 .box .item .imgbox>img{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s ease;
}
.partner-section4 .box .item:hover .imgbox>img{
	transform: scale(1.06);
}
.partner-section4 .box .item .imgbox .icon{
	position: absolute;
	right: 15px;
	top: 15px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.partner-section4 .box .item .imgbox .icon span{
	display: inline-block;
	width: 51px;
}
.partner-section4 .box .item .imgbox .icon img{
	max-width: 100%;
}
.partner-section4 .box .item .textbox{
	flex: 1;
	padding: 20px 18px;
	box-sizing: border-box;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}
.partner-section4 .box .item .textbox .textrow{
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 25px;
}
.partner-section4 .box .item .textbox .date{
	color: #0E2356;
	font-size: var(--size16);
}
.partner-section4 .box .item .textbox .icon{
	display: flex;
	align-items: center;
	gap: 10px;
}
.partner-section4 .box .item .textbox .icon img{
	width: 25px;
}
.partner-section4 .box .item .textbox .subtitle{
	flex: 1;
	overflow: hidden;
	font-weight: bold;
	font-size: var(--size20);
	color: #0e2356;
}
.partner-section4 .box .item .textbox .more-btn{
	flex-shrink: 0;
	margin-top: 25px;
	font-weight: bold;
	font-size: var(--size20);
	color: #018a9a;
}
@media screen and (max-width: 1920px) and (min-width: 992px){
	.partner-section4{
		padding-bottom: 2.604166666666667vw;
	}
	.partner-section4 .line{
		width: 3.645833333333333vw;
		height: 0.2083333333333333vw;
		margin-top: 0.625vw;
	}
	.partner-section4 .box{
		margin-top: 1.5625vw;
		margin-left: -0.78125vw;
		margin-right: -0.78125vw;
	}
	.partner-section4 .box .swiper-slide{
		padding: 0 0.78125vw;
	}
	.partner-section4 .box .item{
		border-width: 0.15625vw;
		border-radius: 0.6770833333333333vw;
	}
	.partner-section4 .box .item .imgbox .icon{
		right: 0.78125vw;
		top: 0.78125vw;
	}
	.partner-section4 .box .item .imgbox .icon span{
		width: 2.65625vw;
	}
	.partner-section4 .box .item .textbox{
		padding: 1.041666666666667vw 0.9375vw;
	}
	.partner-section4 .box .item .textbox .textrow{
		margin-bottom: 1.302083333333333vw;
	}
	.partner-section4 .box .item .textbox .icon{
		gap: 0.5208333333333333vw;
	}
	.partner-section4 .box .item .textbox .icon img{
		width: 1.302083333333333vw;
	}
	.partner-section4 .box .item .textbox .more-btn{
		margin-top: 1.302083333333333vw;
	}
}
@media screen and (max-width: 991px){
	.partner-section4{
		padding-bottom: 35px;
	}
	.partner-section4 .line{
		width: 56px;
		height: 2px;
	}
	.partner-section4 .box{
		margin-left: -10px;
		margin-right: -10px;
	}
	.partner-section4 .box .swiper-slide{
		padding: 0 10px;
	}
	.partner-section4 .box .item{
		border-width: 2px;
		border-radius: 10px;
	}
	.partner-section4 .box .item .imgbox .icon{
		right: 15px;
		top: 15px;
	}
	.partner-section4 .box .item .imgbox .icon span{
		width: 30px;
	}
	.partner-section4 .box .item .textbox .textrow{
		margin-bottom: 15px;
	}
	.partner-section4 .box .item .textbox .icon{
		gap: 6px;
	}
	.partner-section4 .box .item .textbox .icon img{
		width: 20px;
	}
	.partner-section4 .box .item .textbox .more-btn{
		margin-top: 15px;
	}
}


.arrow-btn.swiper-button-next,
.arrow-btn.swiper-button-prev{
	position: static;
	display: inline-flex;
	width: 45px;
	height: 20px;
	margin-top: 40px;
	margin-left: 12px;
	margin-right: 12px;
}
.arrow-btn.swiper-button-next::after,
.arrow-btn.swiper-button-prev::after{
	display: none;
}
.arrow-btn.swiper-button-prev{
	background: url(../images/aicon39.png) center no-repeat;
	background-size: 100% auto;
}
.arrow-btn.swiper-button-next{
	background: url(../images/aicon40.png) center no-repeat;
	background-size: 100% auto;
}
@media screen and (max-width: 1920px) and (min-width: 992px){
	.arrow-btn.swiper-button-next,
	.arrow-btn.swiper-button-prev{
		width: 2.34375vw;
		height: 1.041666666666667vw;
		margin-top: 2.083333333333333vw;
		margin-left: 0.625vw;
		margin-right: 0.625vw;
	}
}
@media screen and (max-width: 991px){
	.arrow-btn.swiper-button-next,
	.arrow-btn.swiper-button-prev{
		width: 36px;
		height: 16px;
		margin-top: 30px;
		margin-left: 10px;
		margin-right: 10px;
	}
}


.common-page{
}
.common-section1{
	transform: translateY(-120px);
}
.common-section1 .box{ 
	display: flex;
	align-items: flex-start;
	border: rgba(179, 200, 212, 0.2) solid 3px;
	border-radius: 13px;
	padding: 2% 3.45%;
	box-sizing: border-box;
	overflow: hidden;
	background: #ffffff;
}
.common-section1 .box .img{
	flex-shrink: 0;
	margin-right: 2.78%;
	width: 11.75%;
}
.common-section1 .box .img span{
	position: relative;
	display: inline-block;
	width: 100%;
	padding-bottom: 100%;
	border-radius: 50%;
	background: rgba(179, 200, 212, 0.1);
}
.common-section1 .box .img span img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 60%;
}
.common-section1 .box .textbox{
	width: 85.47%;
	padding-top: 18px;
	padding-right: 3%;
	box-sizing: border-box;
	overflow: hidden;
}
.common-section1 .box .textbox .subtitle{
	font-weight: bold;
	color: #0e2356;
	font-size: var(--size30);
}
.common-section1 .box .textbox .desp{
	margin-top: 12px;
	color: #0e2356;
	font-size: var(--size20);
	line-height: 2;
}
.common-section1 .box .textbox .content{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	margin-top: 60px;
}
.common-section1 .box .textbox .content .item{
	position: relative;
	width: 28%;
	margin-right: 8%;
	display: flex;
	align-items: flex-start;
}
.common-section1 .box .textbox .content .item:nth-child(3n){
	margin-right: 0;
}
.common-section1 .box .textbox .content .item::before{
	content: '';
	position: absolute;
	right: -12%;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 4px;
	height: 90%;
	background: rgba(179, 200, 212, 0.2);
}
.common-section1 .box .textbox .content .item:nth-child(3n)::before{
	display: none;
}
.common-section1 .box .textbox .content .item .icon{
	flex-shrink: 0;
	margin-right: 32px;
}
.common-section1 .box .textbox .content .item .icon img{
	width: 58px;
}
.common-section1 .box .textbox .content .item .text{
	flex: 1;
	overflow: hidden;
}
.common-section1 .box .textbox .content .item .text .t1{
	font-weight: bold;
	color: #0e2356;
	font-size: var(--size20);
}
.common-section1 .box .textbox .content .item .text .t2{
	margin-top: 12px;
	color: #0e2356;
	font-size: var(--size16);
	line-height: 2.5;
}
@media screen and (max-width: 1920px) and (min-width: 992px){
	.common-section1{
		transform: translateY(-6.25vw);
	}
	.common-section1 .box{ 
		border-width: 0.15625vw;
		border-radius: 0.6770833333333333vw;
	}
	.common-section1 .box .textbox{
		padding-top: 0.9375vw;
	}
	.common-section1 .box .textbox .desp{
		margin-top: 0.625vw;
	}
	.common-section1 .box .textbox .content{
		margin-top: 3.125vw;
	}
	.common-section1 .box .textbox .content .item::before{
		width: 0.2083333333333333vw;
	}
	.common-section1 .box .textbox .content .item .icon{
		margin-right: 1.666666666666667vw;
	}
	.common-section1 .box .textbox .content .item .icon img{
		width: 3.020833333333333vw;
	}
	.common-section1 .box .textbox .content .item .text .t2{
		margin-top: 0.625vw;
	}
}
@media screen and (max-width: 991px){
	.common-section1{
		padding-top: 50px;
		padding-bottom: 50px;
		transform: translateY(0);
	}
	.common-section1 .box{ 
		padding: 5%;
		border-width: 2px;
		border-radius: 10px;
	}
	.common-section1 .box .img{
		width: 15%;
		margin-right: 5%;
	}
	.common-section1 .box .textbox{
		padding-top: 10px;
		padding-right: 0;
	}
	.common-section1 .box .textbox .desp{
		margin-top: 10px;
	}
	.common-section1 .box .textbox .content{
		margin-top: 30px;
		flex-direction: column;
		gap: 20px;
	}
	.common-section1 .box .textbox .content .item{
		width: 100%;
	}
	.common-section1 .box .textbox .content .item::before{
		width: 2px;
	}
	.common-section1 .box .textbox .content .item .icon{
		margin-right: 15px;
	}
	.common-section1 .box .textbox .content .item .icon img{
		width: 36px;
	}
	.common-section1 .box .textbox .content .item .text .t2{
		margin-top: 10px;
	}
}
@media screen and (max-width: 576px){
	.common-section1 .box{
		flex-wrap: wrap;
		padding: 25px;
	}
	.common-section1 .box .img{
		width: 20%;
		margin-right: 0%;
		margin-bottom: 15px;
	}
	.common-section1 .box .textbox{
		padding-top: 0;
		flex: none;
		width: 100%;
	}
	.common-section1 .box .textbox .content .item .icon img{
		width: 32px;
	}
}


.common-section2{
	padding-bottom: 40px;
}
.common-section2 .tab-list{
	display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}
.common-section2 .tab-list .tab-item{
	display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  min-width: 220px;
  height: 78px;
  padding: 0 30px;
  background: #018a9a;
  border-radius: 13px;
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: bold;
  color: #FFFFFF;
  font-size: var(--size24);
  line-height: 1;
  white-space: nowrap;
  position: relative;
  z-index: 2;
  overflow: hidden;
  box-sizing: border-box;
}
.common-section2 .tab-list .tab-item::after{
	content: "";
  position: absolute;
  z-index: -1;
  width: 0;
  height: 100%;
  right: 0;
  top: 0;
  background-color: rgba(255,255,255,0.1);
  transition: all 0.6s ease;
}
.common-section2 .tab-list .tab-item:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}
.common-section2 .box{
	position: relative;
	margin-top: 54px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1845px;
	width: 96.09375%;
	box-sizing: border-box;
}
.common-section2 .box .swiper{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.common-section2 .box .swiper-wrapper{
	align-items: stretch;
}
.common-section2 .box .swiper-slide{
	height: auto;
	box-sizing: border-box;
}
.solution-section2 .box{
	padding-left: 5%;
	padding-right: 5%;
}
.solution-section2 .box .swiper-slide{
	padding: 0 19px;
}
.so-item{
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	border: rgba(179, 200, 212, 0.2) solid 3px;
	border-radius: 13px;
	overflow: hidden;
}
.so-item .imgbox{
	position: relative;
	width: 100%;
	padding-bottom: 86.88524590163934%;
	overflow: hidden;
}
.so-item .imgbox img{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s ease;
}
.so-item:hover .imgbox img{
	transform: scale(1.06);
}
.so-item .textbox{
	padding: 25px;
	box-sizing: border-box;
}
.so-item .textbox .subtitle{
	font-weight: bold;
	color: #018A9A;
	font-size: var(--size30);
	min-height: 112px;
}
.so-item .textbox .more-btn{
	margin-top: 20px;
}
.so-item .textbox .more-btn img{
	width: 23px;
}


.product-section2 .box{
	padding-left: 4%;
	padding-right: 4%;
}
.product-section2 .box .swiper-slide{
	padding: 0 40px;
}
.pro-item{
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	border: rgba(179, 200, 212, 0.2) solid 3px;
	border-radius: 13px;
	overflow: hidden;
}
.pro-item .imgbox{
	position: relative;
	width: 100%;
	padding-bottom: 76.92307692307692%;
	overflow: hidden;
}
.pro-item .imgbox img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	display: block;
	max-width: 100%;
	max-height: 100%;
	transition: all 0.4s ease;
}
.pro-item:hover .imgbox img{
	transform: translate(-50%,-50%) scale(1.1);
}
.pro-item .textbox{
	flex: 1;
	padding: 42px;
	box-sizing: border-box;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}
.pro-item .textbox .subtitle{
	flex-shrink: 0;
	margin-bottom: 12px;
	font-weight: bold;
	color: #018a9a;
	font-size: var(--size30);
}
.pro-item .textbox .text{
	flex: 1;
	overflow: hidden;
	color: #0e2356;
	font-size: var(--size16);
	line-height: 1.7;
}
.pro-item .textbox .text ul{
	/*padding-left: revert;*/
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.pro-item .textbox .text ul li{
	/*list-style: normal;*/
	position: relative;
	padding-left: 18px;
}
.pro-item .textbox .text ul li::before{
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #0e2356;
}
.pro-item .textbox .more-btn{
	margin-top: 30px;
	flex-shrink: 0;
}
.pro-item .textbox .more-btn span{
	font-weight: bold;
	color: #018a9a;
	font-size: var(--size20);
}


.swiper-button.swiper-button-next,
.swiper-button.swiper-button-prev{
	width: 80px;
	height: 80px;
	margin-top: -40px;
	border: rgba(179, 200, 212, 0.2) solid 3px;
	box-sizing: border-box;
	border-radius: 50%;
	transition: all 0.5s ease;
}
.swiper-button.swiper-button-next::after,
.swiper-button.swiper-button-prev::after{
	display: none;
}
.swiper-button.swiper-button-prev{
	left: 0;
	right: auto;
	background: url(../images/aicon46.png) center no-repeat;
	background-size: 19% auto;
}
.swiper-button.swiper-button-prev:hover{
	background: #018a9a url(../images/aicon46a.png) center no-repeat;
	background-size: 19% auto;
}
.swiper-button.swiper-button-next{
	right: 0;
	left: auto;
	background: url(../images/aicon47.png) center no-repeat;
	background-size: 19% auto;
}
.swiper-button.swiper-button-next:hover{
	background: #018a9a url(../images/aicon47a.png) center no-repeat;
	background-size: 19% auto;
}
.common-section2 .swiper-pagination{
	margin-top: 45px;
	position: static;
	display: flex;
	align-items: center;
	justify-content: center;
}
.common-section2 .swiper-pagination .swiper-pagination-bullet{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: rgba(179,200,212,0.2);
	opacity: 1;
	margin: 0 13px;
}
.common-section2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #018a9a;
}
@media screen and (max-width: 1920px) and (min-width: 992px){
	.swiper-button.swiper-button-next,
	.swiper-button.swiper-button-prev{
		width: 4.166666666666667vw;
		height: 4.166666666666667vw;
		margin-top: -2.083333333333333vw;
		border-width: 0.15625vw;
	}
}
@media screen and (max-width: 991px){
	.swiper-button.swiper-button-next,
	.swiper-button.swiper-button-prev{
		width: 42px;
		height: 42px;
		margin-top: -24px;
		border-width: 2px;
	}
}
@media screen and (max-width: 1920px) and (min-width: 992px){
	.common-section2{
		padding-bottom: 2.083333333333333vw;
	}
	.common-section2 .tab-list{
	  gap: 1.5625vw;
	}
	.common-section2 .tab-list .tab-item{
	  min-width: 11.45833333333333vw;
	  height: 4.0625vw;
	  padding: 0 1.5625vw;
	  border-radius: 0.6770833333333333vw;
	}
	.common-section2 .box{
		margin-top: 2.8125vw;
		max-width: 96.09375vw;
		width: 96.09375%;
	}
	.solution-section2 .box .swiper-slide{
		padding: 0 0.9895833333333333vw;
	}
	.so-item{
		border-width: 0.15625vw;
		border-radius: 0.6770833333333333vw;
	}
	.so-item .textbox{
		padding: 1.302083333333333vw;
	}
	.so-item .textbox .subtitle{
		min-height: 5.833333333333333vw;
	}
	.so-item .textbox .more-btn{
		margin-top: 1.041666666666667vw;
	}
	.so-item .textbox .more-btn img{
		width: 1.197916666666667vw;
	}
	
	
	.product-section2 .box .swiper-slide{
		padding: 0 2.083333333333333vw;
	}
	.pro-item{
		border-width: 0.15625vw;
		border-radius: 0.6770833333333333vw;
	}
	.pro-item .textbox{
		padding: 2.1875vw;
	}
	.pro-item .textbox .subtitle{
		margin-bottom: 0.625vw;
	}
	.pro-item .textbox .text ul{
		gap: 0.5208333333333333vw;
	}
	.pro-item .textbox .text ul li{
		padding-left: 0.9375vw;
	}
	.pro-item .textbox .text ul li::before{
		top: 0.5208333333333333vw;
		width: 0.2083333333333333vw;
		height: 0.2083333333333333vw;
	}
	.pro-item .textbox .more-btn{
		margin-top: 1.5625vw;
	}
	
	
	.common-section2 .swiper-pagination{
		margin-top: 2.34375vw;
	}
	.common-section2 .swiper-pagination .swiper-pagination-bullet{
		width: 1.041666666666667vw;
		height: 1.041666666666667vw;
		margin: 0 0.6770833333333333vw;
	}
}
@media screen and (max-width: 991px){
	.common-section2 .tab-list{
	  gap: 20px;
	}
	.common-section2 .tab-list .tab-item{
	  min-width: 150px;
	  height: 45px;
	  padding: 0 20px;
	  border-radius: 10px;
	}
	.common-section2 .box{
		margin-top: 40px;
		max-width: 96%;
		width: 96%;
		padding-left: 50px;
		padding-right: 50px;
	}
	.common-section2 .box .swiper-slide{
		padding: 0 10px;
	}
	.so-item{
		border-width: 2px;
		border-radius: 10px;
	}
	.so-item .textbox .subtitle{
		min-height: 50px;
	}
	.so-item .textbox .more-btn{
		margin-top: 15px;
	}
	.so-item .textbox .more-btn img{
		width: 18px;
	}
	.common-section2 .swiper-pagination{
		margin-top: 35px;
	}
	.common-section2 .swiper-pagination .swiper-pagination-bullet{
		width: 10px;
		height: 10px;
		margin: 0 5px;
	}
	
	
	.product-section2 .box .swiper-slide{
		padding: 0 10px;
	}
	.pro-item{
		border-width: 2px;
		border-radius: 10px;
	}
	.pro-item .textbox{
		padding: 25px;
	}
	.pro-item .textbox .subtitle{
		margin-bottom: 10px;
	}
	.pro-item .textbox .text ul{
		gap: 6px;
	}
	.pro-item .textbox .text ul li{
		padding-left: 15px;
	}
	.pro-item .textbox .text ul li::before{
		top: 6px;
		width: 4px;
		height: 4px;
	}
	.pro-item .textbox .more-btn{
		margin-top: 20px;
	}
	
}
@media screen and (max-width: 639px){
	.common-section2 .box{
		margin-top: 35px;
	}
	.solution-section2 .box .swiper-slide{
		padding: 0;
	}
	.so-item .textbox{
		padding: 25px 20px;
	}
	.product-section2 .box .swiper-slide{
		padding: 0;
	}
	.pro-item .textbox{
		padding: 25px 20px;
	}
}


.s-detail-section1{
	width: 100%;
	overflow: hidden;
}
.s-detail-section1 .box{
	padding: 64px 0;
}
.s-detail-section1 .box:nth-child(odd){
	background: #dde8ee;
}
.s-detail-section1 .box:nth-child(even){
	background: #FFFFFF;
}
.s-detail-section1 .box .content{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.s-detail-section1 .box:nth-child(even) .content{
	flex-direction: row-reverse;
}
.s-detail-section1 .box .content .textbox{
	width: 44.25287356321839%;
	overflow: hidden;
}
.s-detail-section1 .box .content .textbox .title{
	position: relative;
	font-weight: bold;
	font-size: var(--size40);
	color: #018a9a;
}
.s-detail-section1 .box .content .textbox .title::after{
	content: '';
	display: block;
	margin-top: 35px;
	margin-bottom: 35px;
	width: 50px;
	height: 4px;
	background: #018a9a;
}
.s-detail-section1 .box .content .textbox .desp{
	max-width: 640px;
	width: 100%;
	color: #0e2356;
	font-size: var(--size20);
	line-height: 2;
}

.s-detail-section1 .box .content .imgbox{
	width: 48.85057471264368%;
	overflow: hidden;
	border-radius: 13px;
}
.s-detail-section1 .box .content .imgbox img{
	display: block;
	width: 100%;
}
@media screen and (max-width: 1920px) and (min-width: 992px){
	.s-detail-section1 .box{
		padding: 3.333333333333333vw 0;
	}
	.s-detail-section1 .box .content .textbox{
			width: 46%;
	}
	.s-detail-section1 .box .content .textbox .title::after{
		margin-top: 1.822916666666667vw;
		margin-bottom: 1.822916666666667vw;
		width: 2.604166666666667vw;
		height: 0.2083333333333333vw;
	}
	.s-detail-section1 .box .content .textbox .desp{
		max-width: 36vw;
		
	}
	.s-detail-section1 .box .content .imgbox{
		border-radius: 0.6770833333333333vw;
	}
}

@media screen and (max-width: 991px){
	.s-detail-section1 .box{
		padding: 50px 0;
	}
	.s-detail-section1 .box .content .textbox{
		width: 48%;
	}
	.s-detail-section1 .box .content .textbox .title::after{
		margin-top: 15px;
		margin-bottom: 15px;
		width: 35px;
		height: 2px;
	}
	.s-detail-section1 .box .content .textbox .desp{
		max-width: 100%;
	}
	.s-detail-section1 .box .content .imgbox{
		border-radius: 10px;
	}
}
@media screen and (max-width: 750px){
	.s-detail-section1 .box .content,
	.s-detail-section1 .box:nth-child(even) .content{
		flex-direction: column;
	}
	.s-detail-section1 .box .content .textbox{
		width: 100%;
	}
	.s-detail-section1 .box .content .imgbox{
		margin-top: 25px;
		width: 100%;
	}
}


.s-detail-section2{
	padding: 64px 0;
	background: #eff4f7;
}
.s-detail-section2 .title{
	position: relative;
	font-weight: bold;
	font-size: var(--size40);
	color: #018a9a;
}
.s-detail-section2 .title::after{
	content: '';
	display: block;
	margin-top: 35px;
	margin-bottom: 35px;
	width: 50px;
	height: 4px;
	background: #018a9a;
}
.s-detail-section2 .box{
	display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.s-detail-section2 .box .item{
	position: relative;
  width: 29%;
  padding-right: 6%;
  box-sizing: border-box;
}
.s-detail-section2 .box .item::after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: block;
	width: 4px;
	height: 90%;
	background: rgba(179,200,212,0.2);
}
.s-detail-section2 .box .item:nth-child(3n)::after{
	display: none;
}
.s-detail-section2 .box .item .subtitle{
	font-weight: bold;
	color: #018a9a;
	font-size: var(--size30);
}
.s-detail-section2 .box .item .desp{
	margin-top: 15px;
	color: #0e2356;
	font-size: var(--size20);
	line-height: 2;
}
@media screen and (max-width: 1920px) and (min-width: 992px){
	.s-detail-section2{
		padding: 3.333333333333333vw 0;
	}
	.s-detail-section2 .title::after{
		margin-top: 1.822916666666667vw;
		margin-bottom: 1.822916666666667vw;
		width: 2.604166666666667vw;
		height: 0.2083333333333333vw;
	}
	.s-detail-section2 .box .item::after{
		width: 0.2083333333333333vw;
	}
	.s-detail-section2 .box .item .desp{
		margin-top: 0.78125vw;
	}
}
@media screen and (max-width: 991px){
	.s-detail-section2{
		padding: 50px 0;
	}
	.s-detail-section2 .title::after{
		margin-top: 15px;
		margin-bottom: 15px;
		width: 35px;
		height: 2px;
	}
	.s-detail-section2 .box{
		flex-direction: column;
		gap: 20px;
		padding-top: 10px;
	}
	.s-detail-section2 .box .item{
		width: 100%;
		padding-right: 0;
	}
	.s-detail-section2 .box .item::after{
		width: 2px;
	}
	.s-detail-section2 .box .item .desp{
		margin-top: 8px;
	}
}

.s-detail-section3{
	padding: 64px 0;
}
.s-detail-section3 .title{
	position: relative;
	font-weight: bold;
	font-size: var(--size40);
	color: #018a9a;
}
.s-detail-section3 .title::after{
	content: '';
	display: block;
	margin-top: 35px;
	margin-bottom: 35px;
	width: 50px;
	height: 4px;
	background: #018a9a;
}
.s-detail-section3 .box{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 1845px;
	width: 96.09375%;
	padding-left: 5%;
	padding-right: 5%;
	box-sizing: border-box;
}
.s-detail-section3 .box .swiper{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.s-detail-section3 .box .swiper-wrapper{
	align-items: stretch;
}
.s-detail-section3 .box .swiper-slide{
	height: auto;
	padding: 0 16px;
	box-sizing: border-box;
}
.s-detail-section3 .box .item{
	display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border: rgba(179, 200, 212, 0.2) solid 3px;
  border-radius: 13px;
  overflow: hidden;
}
.s-detail-section3 .box .item .imgbox{
	position: relative;
	width: 100%;
	padding-bottom: 57.69230769230769%;
	overflow: hidden;
}
.s-detail-section3 .box .item .imgbox img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	display: block;
	max-width: 100%;
	max-height: 100%;
	transition: all 0.4s ease;
}
.s-detail-section3 .box .item:hover .imgbox img{
	transform: translate(-50%,-50%) scale(1.08);
}
.s-detail-section3 .box .item .textbox{
	text-align: center;
	padding: 20px 20px 35px;
	box-sizing: border-box;
}
.s-detail-section3 .box .item .textbox .subtitle{
	font-weight: bold;
	color: #018A9A;
	font-size: var(--size30);
}
@media screen and (max-width: 1920px) and (min-width: 992px){
	.s-detail-section3{
		padding: 3.333333333333333vw 0;
	}
	.s-detail-section3 .title::after{
		margin-top: 1.822916666666667vw;
		margin-bottom: 1.822916666666667vw;
		width: 2.604166666666667vw;
		height: 0.2083333333333333vw;
	}
	.s-detail-section3 .box{
		max-width: 96.09375vw;
		width: 96.09375%;
	}
	.s-detail-section3 .box .swiper-slide{
		padding: 0 0.9895833333333333vw;
	}
	.s-detail-section3 .box .item{
		border-width: 0.15625vw;
		border-radius: 0.6770833333333333vw;
	}
	.s-detail-section3 .box .item .textbox{
		padding: 1.041666666666667vw 1.041666666666667vw 1.822916666666667vw;
	}
}
@media screen and (max-width: 991px){
	.s-detail-section3{
		padding: 50px 0;
	}
	.s-detail-section3 .title::after{
		margin-top: 15px;
		margin-bottom: 15px;
		width: 35px;
		height: 2px;
	}
	.s-detail-section3 .box{
		padding-top: 10px;
    max-width: 96%;
    width: 96%;
    padding-left: 50px;
   	padding-right: 50px;
	}
	.s-detail-section3 .box .swiper-slide{
		padding: 0 10px;
	}
	.s-detail-section3 .box .item{
		border-width: 2px;
    border-radius: 10px;
	}
	.s-detail-section3 .box .item .textbox{
		padding: 15px 15px 25px;
	}
}


.product-detail-page{
	padding-top: 50px;
}
.p-detail-section1{
	padding-top: 30px;
}
.p-detail-section1 .box{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.p-detail-section1 .box .imgbox{
	width: 49.63541666666667%;
	overflow: hidden;
}
.p-detail-section1 .box .imgbox .swiper{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.p-detail-section1 .box .imgbox .swiper .swiper-wrapper{
	align-items: stretch;
}
.p-detail-section1 .box .imgbox .swiper .swiper-slide{
	height: auto;
}
.p-detail-section1 .box .imgbox .item{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.p-detail-section1 .box .imgbox .item img{
	max-width: 100%;
}
.p-detail-section1 .box .textbox{
	width: 43%;
	padding-top: 3.6%;
	padding-bottom: 3.6%;
	padding-right: calc((100% - 1740px) / 2);
	box-sizing: border-box;
}
.p-detail-section1 .box .textbox .title{
	font-weight: bold;
	color: #018a9a;
	font-size: var(--size90);
	line-height: 1.267;
}
.p-detail-section1 .box .textbox .text{
	position: relative;
	font-weight: bold;
	font-size: var(--size32);
	color: #0e2356;
}
.p-detail-section1 .box .textbox .text::after{
	content: '';
	display: block;
	margin-top: 35px;
	width: 60px;
	height: 4px;
	background: #018a9a;
}
.p-detail-section1 .box .textbox .desp{
	margin-top: 35px;
	color: #0e2356;
	font-size: var(--size24);
	line-height: 1.583;
}
@media screen and (max-width: 1920px) and (min-width: 992px){
	.product-detail-page{
		padding-top: 2.604166666666667vw;
	}
	.p-detail-section1{
		padding-top: 1.5625vw;
	}
	.p-detail-section1 .box .textbox{
		padding-right: 4.6875%;
	}
	.p-detail-section1 .box .textbox .text::after{
		margin-top: 1.822916666666667vw;
		width: 3.125vw;
		height: 0.2083333333333333vw;
	}
	.p-detail-section1 .box .textbox .desp{
		margin-top: 1.822916666666667vw;
	}
}
@media screen and (max-width: 991px){
	.product-detail-page{
		padding-top: 30px;
	}
	.p-detail-section1{
		padding-top: 10px;
	}
	.p-detail-section1 .box{
		flex-direction: column;
		width: 90.625%;
		margin-left: auto;
		margin-right: auto;
	}
	.p-detail-section1 .box .imgbox{
		width: 100%;
	}
	.p-detail-section1 .box .textbox{
		width: 100%;
		padding: 25px 0;
	}
	.p-detail-section1 .box .textbox .text::after{
		margin-top: 15px;
		width: 40px;
		height: 2px;
	}
	.p-detail-section1 .box .textbox .desp{
		margin-top: 15px;
	}
}
@media screen and (max-width: 768px){
	.p-detail-section1 .box{
		width: 92%;
	}
}


.p-detail-section2{
	padding-bottom: 70px;
}
.p-detail-section2 .box{
	padding: 40px 0px 45px;
	border-radius: 13px;
	box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.08);
	overflow: hidden;
}
.p-detail-section2 .box .title{
	font-weight: bold;
	font-size: var(--size40);
	color: #018a9a;
	padding: 0 4%;
	box-sizing: border-box;
}
.p-detail-section2 .box .content{
	margin-top: 2.3%;
	display: flex;
	align-items: stretch;
}
.p-detail-section2 .box .content .item{
	position: relative;
	flex: 1;
	overflow: hidden;
	padding: 0 4%;
	box-sizing: border-box;
	text-align: center;
}
.p-detail-section2 .box .content .item::before{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 4px;
	height: 90%;
	background: rgba(179,200,212,0.2);
}
.p-detail-section2 .box .content .item:last-child::before{
	display: none;
}
.p-detail-section2 .box .content .item .icon{
	margin-bottom: 15px;
}
.p-detail-section2 .box .content .item .icon span{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	width: 82px;
	height: 82px;
	border-radius: 50%;
	background: rgba(1,138,154,0.1);
}
.p-detail-section2 .box .content .item .icon img{
	max-width: 52%;
}
.p-detail-section2 .box .content .item .subtitle{
	font-weight: bold;
	color: #0e2356;
	font-size: var(--size20);
}
.p-detail-section2 .box .content .item .desp{
	margin-top: 15px;
	color: #0e2356;
	font-size: var(--size16);
	line-height: 2.5;
}
@media screen and (max-width: 1920px) and (min-width: 992px){
	.p-detail-section2{
		padding-bottom: 3.645833333333333vw;
	}
	.p-detail-section2 .box{
		padding: 2.083333333333333vw 0 2.34375vw;
		border-radius: 0.6770833333333333vw;
	}
	.p-detail-section2 .box .content .item::before{
		width: 0.2083333333333333vw;
	}
	.p-detail-section2 .box .content .item .icon{
		margin-bottom: 0.78125vw;
	}
	.p-detail-section2 .box .content .item .icon span{
		width: 4.270833333333333vw;
		height: 4.270833333333333vw;
	}
	.p-detail-section2 .box .content .item .desp{
		margin-top: 0.78125vw;
	}
}
@media screen and (max-width: 991px){
	.p-detail-section2{
		padding-bottom: 50px;
	}
	.p-detail-section2 .box{
		padding: 30px 0px 35px;
		border-radius: 10px;
	}
	.p-detail-section2 .box .title{
		padding: 0 5%;
	}
	.p-detail-section2 .box .content{
		flex-wrap: wrap;
		margin-top: 30px;
		gap: 30px;
		width: 92%;
		margin-left: auto;
		margin-right: auto;
	}
	.p-detail-section2 .box .content .item{
		flex: none;
		width: calc((100% - 30px) / 2);
		padding: 0;
	}
	.p-detail-section2 .box .content .item::before{
		width: 2px;
		display: none;
	}
	.p-detail-section2 .box .content .item .icon span{
		width: 60px;
		height: 60px;
	}
	.p-detail-section2 .box .content .item .desp{
		margin-top: 10px;
		line-height: 1.7;
	}
}
@media screen and (max-width: 576px){
	.p-detail-section2 .box .content{
		gap: 20px 15px;
	}
	.p-detail-section2 .box .content .item{
		width: calc((100% - 15px) / 2);
	}
}

.p-detail-section3{
	width: 100%;
	overflow: hidden;
	padding-bottom: 70px;
}
.p-detail-section3 .title{
	color: #018a9a;
	font-weight: bold;
	font-size: var(--size40);
}
.p-detail-section3 .box{
	margin-top: 20px;
}
.p-detail-section3 .box .table-wrap{
	width: 100%;
 	overflow-x: auto;
  border: 3px solid rgba(179,200,212,0.2);
 	border-radius: 13px;
}
.p-detail-section3 .box .table-wrap table{
	width: 100%;
  border-collapse: collapse;
}
.p-detail-section3 .box .table-wrap table tr:nth-child(odd){
	background: #ffffff;
}
.p-detail-section3 .box .table-wrap table tr:nth-child(even){
	background: rgba(179,200,212,0.2);
}
.p-detail-section3 .box .table-wrap table th,
.p-detail-section3 .box .table-wrap table td{
	font-family: "HONOR Sans CN", sans-serif;
  font-weight: 400;
  color: #000000;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 32px;
  padding-right: 12px;
  text-align: left;
  font-size: var(--size20);
  color: #0e2356;
  line-height: 1.66666667;
  border-right: 3px solid rgba(179,200,212,0.2);
}
.p-detail-section3 .box .table-wrap table th:last-child,
.p-detail-section3 .box .table-wrap table td:last-child{
	border-right: none;
}
@media screen and (max-width: 1920px) and (min-width: 992px){
	.p-detail-section3{
		padding-bottom: 3.645833333333333vw;
	}
	.p-detail-section3 .box{
		margin-top: 1.041666666666667vw;
	}
	.p-detail-section3 .box .table-wrap{
	  border-width: 0.15625vw;
	 	border-radius: 0.6770833333333333vw;
	}
	.p-detail-section3 .box .table-wrap table th,
	.p-detail-section3 .box .table-wrap table td{
	  padding-top: 1.041666666666667vw;
	  padding-bottom: 1.041666666666667vw;
	  padding-left: 1.666666666666667vw;
	  padding-right: 0.625vw;
	  border-right-width: 0.15625vw;
	}
}
@media screen and (max-width: 991px){
	.p-detail-section3{
		padding-bottom: 50px;
	}
	.p-detail-section3 .box .table-wrap{
	  border-width: 2px;
	 	border-radius: 10px;
	}
	.p-detail-section3 .box .table-wrap table th,
	.p-detail-section3 .box .table-wrap table td{
	  padding-top: 12px;
	  padding-bottom: 12px;
	  padding-left: 20px;
	  padding-right: 10px;
	  border-right-width: 2px;
	}
}
@media screen and (max-width: 576px){
	.p-detail-section3 .box .table-wrap table th,
	.p-detail-section3 .box .table-wrap table td{
	  padding-top: 10px;
	  padding-bottom: 10px;
	  padding-left: 15px;
	  padding-right: 6px;
	}
}


.p-detail-section4{
	padding-bottom: 50px;
}
.p-detail-section4 .title{
	color: #018a9a;
	font-weight: bold;
	font-size: var(--size40);
}
.p-detail-section4 .box{
	margin-top: 20px;
	margin-left: -24px;
	margin-right: -24px;
}
.p-detail-section4 .box .swiper{
	position: relative;
	width: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.p-detail-section4 .box .swiper-wrapper{
	align-items: stretch;
}
.p-detail-section4 .box .swiper-slide{
	height: auto;
	padding: 0 24px;
	box-sizing: border-box;
}
.p-detail-section4 .box .item{
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	border: rgba(179, 200, 212, 0.2) solid 3px;
	border-radius: 13px;
	box-sizing: border-box;
	overflow: hidden;
}
.p-detail-section4 .box .item .imgbox{
	position: relative;
	padding-bottom: 70.491803278688525%;
	overflow: hidden;
}
.p-detail-section4 .box .item .imgbox>img{
	/*position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;*/
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	display: block;
	max-width: 100%;
	max-height: 100%;
	transition: all 0.4s ease;
}
.p-detail-section4 .box .item:hover .imgbox>img{
	transform: translate(-50%,-50%) scale(1.1);
}
.p-detail-section4 .box .item .textbox{
	padding: 45px 20px;
	text-align: center;
}
.p-detail-section4 .box .item .textbox .subtitle{
	font-weight: bold;
	color: #0E2356;
	font-size: var(--size20);
	transition: all 0.4s ease;
}
.p-detail-section4 .box .item:hover .textbox .subtitle{
	color: #018a9a;
}
@media screen and (max-width: 1920px) and (min-width: 992px){
	.p-detail-section4{
		padding-bottom: 2.604166666666667vw;
	}
	.p-detail-section4 .box{
		margin-top: 1.041666666666667vw;
		margin-left: -1.25vw;
		margin-right: -1.25vw;
	}
	.p-detail-section4 .box .swiper-slide{
		padding: 0 1.25vw;
	}
	.p-detail-section4 .box .item{
		border-width: 0.15625vw;
		border-radius: 0.6770833333333333vw;
	}
	.p-detail-section4 .box .item .textbox{
		padding: 2.34375vw 1.041666666666667vw;
	}
}
@media screen and (max-width: 991px){
	.p-detail-section4{
		padding-bottom: 40px;
	}
	.p-detail-section4 .box{
		margin-left: -10px;
		margin-right: -10px;
	}
	.p-detail-section4 .box .swiper-slide{
		padding: 0 10px;
	}
	.p-detail-section4 .box .item{
		border-width: 2px;
		border-radius: 10px;
	}
	.p-detail-section4 .box .item .textbox{
		padding: 24px 18px;
	}
}

.p-detail-section5{
	padding-bottom: 50px;
}
.p-detail-section5 .title{
	color: #018a9a;
	font-weight: bold;
	font-size: var(--size40);
}
.p-detail-section5 .box{
	position: relative;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1845px;
	width: 96.09375%;
	padding-left: 5%;
	padding-right: 5%;
	box-sizing: border-box;
}
.p-detail-section5 .box .swiper{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.p-detail-section5 .box .swiper-wrapper{
	align-items: stretch;
}
.p-detail-section5 .box .swiper-slide{
	height: auto;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}
.p-detail-section5 .box .item{
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	border: rgba(179, 200, 212, 0.2) solid 3px;
	border-radius: 13px;
	box-sizing: border-box;
	overflow: hidden;
}
.p-detail-section5 .box .item .imgbox{
	position: relative;
	width: 100%;
	padding-bottom: 61.33333333333333%;
	overflow: hidden;
}
.p-detail-section5 .box .item .imgbox img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	display: block;
	max-width: 100%;
	max-height: 100%;
	transition: all 0.4s ease;
}
.p-detail-section5 .box .item:hover .imgbox img{
	transform: translate(-50%, -50%) scale(1.1);
}
.p-detail-section5 .box .item .textbox{
	position: relative;
	flex: 1;
	padding: 12px 24px 15px;
	box-sizing: border-box;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}
.p-detail-section5 .box .item .textbox .subtitle{
	flex-shrink: 0;
	margin-bottom: 12px;
	font-weight: bold;
	color: #0e2356;
	font-size: var(--size24);
	transition: all 0.4s ease;
}
.p-detail-section5 .box .item:hover .textbox .subtitle{
	color: #018a9a;
}
.p-detail-section5 .box .item .textbox .text{
	flex: 1;
	overflow: hidden;
	padding-right: 60px;
	box-sizing: border-box;
	color: #0e2356;
	font-size: var(--size16);
	line-height: 1.7;
}
.p-detail-section5 .box .item .textbox .more-btn{
	position: absolute;
	right: 20px;
	bottom: 15px;
}
.p-detail-section5 .box .item .textbox .more-btn span{
	display: inline-block;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: rgba(1,138,154,0.1) url(../images/aicon55.png) center no-repeat;
	background-size: 7px auto;
}
@media screen and (max-width: 1920px) and (min-width: 992px){
	.p-detail-section5{
		padding-bottom: 2.604166666666667vw;
	}
	.p-detail-section5 .box{
		margin-top: 1.041666666666667vw;
		max-width: 96.09375vw;
    width: 96.09375%;
	}
	.p-detail-section5 .box .swiper-slide{
		padding-left: 0.78125vw;
		padding-right: 0.78125vw;
	}
	.p-detail-section5 .box .item{
		border-width: 0.15625vw;
		border-radius: 0.6770833333333333vw;
	}
	.p-detail-section5 .box .item .textbox{
		padding: 0.625vw 1.25vw 0.78125vw;
	}
	.p-detail-section5 .box .item .textbox .subtitle{
		margin-bottom: 0.625vw;
	}
	.p-detail-section5 .box .item .textbox .text{
		padding-right: 3.125vw;
	}
	.p-detail-section5 .box .item .textbox .more-btn{
		right: 1.041666666666667vw;
		bottom: 0.78125vw;
	}
	.p-detail-section5 .box .item .textbox .more-btn span{
		width: 2.5vw;
		height: 2.5vw;
		background: rgba(1,138,154,0.1) url(../images/aicon55.png) center no-repeat;
		background-size: 0.3645833333333333vw auto;
	}
}
@media screen and (max-width: 991px){
	.p-detail-section5{
		padding-bottom: 40px;
	}
	.p-detail-section5 .box{
		max-width: 96%;
    width: 96%;
    padding-left: 50px;
    padding-right: 50px;
	}
	.p-detail-section5 .box .swiper-slide{
		padding-left: 10px;
		padding-right: 10px;
	}
	.p-detail-section5 .box .item{
		border-width: 2px;
		border-radius: 10px;
	}
	.p-detail-section5 .box .item .textbox{
		padding: 10px 18px 15px;
	}
	.p-detail-section5 .box .item .textbox .subtitle{
		margin-bottom: 10px;
	}
	.p-detail-section5 .box .item .textbox .text{
		padding-right: 40px;
	}
	.p-detail-section5 .box .item .textbox .more-btn{
		right: 15px;
		bottom: 15px;
	}
	.p-detail-section5 .box .item .textbox .more-btn span{
		width: 36px;
		height: 36px;
		background: rgba(1,138,154,0.1) url(../images/aicon55.png) center no-repeat;
		background-size: 6px auto;
	}
}
@media screen and (max-width: 639px) {
    .p-detail-section5 .box .swiper-slide{
        padding: 0;
    }
}
@media screen and (max-width: 576px){
	.p-detail-section5 .box .item .textbox .text{
		padding-right: 35px;
	}
	.p-detail-section5 .box .item .textbox .more-btn span{
		width: 32px;
		height: 32px;
		background: rgba(1,138,154,0.1) url(../images/aicon55.png) center no-repeat;
		background-size: 5px auto;
	}
}


.g-popup-icon{
	cursor: pointer;
}
.general-form {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 21;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  max-width: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
  /*display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;*/
  overflow: auto;
  padding-top: 5%;
  padding-bottom: 5%;
  box-sizing: border-box;
}
.general-form.active {
  opacity: 1;
  visibility: visible;
}
.general-form.active .box {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.general-form .box {
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.6s, opacity 0.6s, transform 0.6s;
  transform: translateY(100%);
  max-width: 1000px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
 	padding: 2.5vw;
  box-sizing: border-box;
  border-radius: 10px;
  border: 3px solid rgba(179, 200, 212, 0.2);
}
@media screen and (max-width: 1920px) and (min-width: 992px){
	.general-form .box{
		width: 52.08333333333333vw;
	}
}
@media screen and (max-width: 991px) {
  .general-form .box {
    padding: 25px 20px;
    max-width: 90%;
    border-width: 2px;
  }
}
.general-form .box .closebtn {
  position: absolute;
  right: clamp(20px, 1.5625vw, 30px);
  top: clamp(20px, 1.5625vw, 30px);
  cursor: pointer;
}
.general-form .box .closebtn img {
  max-width: clamp(18px, 1.09375vw, 21px);
}
.general-form .box .topic{
	display: flex;
	align-items: flex-start;
}
.general-form .box .icon{
	display: inline-block;
	flex-shrink: 0;
	margin-right: 28px;
}
.general-form .box .icon span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: rgba(1, 138, 154, 0.1);
}
.general-form .box .icon span img{
	width: 50%;
}
@media screen and (max-width: 1920px) and (min-width: 992px){
	.general-form .box .icon{
		margin-right: 1.458333333333333vw;
	}
	.general-form .box .icon span{
		width: 5.208333333333333vw;
		height: 5.208333333333333vw;
	}
}
@media screen and (max-width: 991px){
	.general-form .box .icon{
		margin-right: 20px;
	}
	.general-form .box .icon span{
		width: 75px;
		height: 75px;
	}
}
@media screen and (max-width: 576px){
	.general-form .box .icon{
		margin-right: 3.4vmin;
	}
	.general-form .box .icon span{
		width: 13vmin;
		height: 13vmin;
	}
}
.general-form .box .content{
	flex: 1;
	overflow: hidden;
}
.general-form .box .title {
  font-weight: bold;
 	font-size: var(--size32);
 	color: #0E2356;
}
.general-form .box .txt{
	margin-top: 6px;
 	font-size: var(--size18);
 	color: #0e2356;
 	line-height: 1.8;
}
@media screen and (max-width: 480px){
	.general-form .box .txt{
		font-size: 14px;
	}
}
.general-form .box .g-form {
  margin-top: clamp(24px, 1.5625vw, 30px);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
}
@media screen and (max-width: 767px){
	.general-form .box .g-form{
		gap: 15px;
	}
}
.general-form .box .g-form .layui-form-item {
  position: relative;
  width: calc((100% - 20px) / 2);
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .general-form .box .g-form .layui-form-item {
    width: 100%;
  }
}
.general-form .box .g-form .layui-form-item.w100 {
  width: 100%;
}

.general-form .box .g-form .layui-form-item .layui-form-lebal{
	font-weight: bold;
	color: #0e2356;
	font-size: var(--size20);
	margin-bottom: 10px;
}
.general-form .box .g-form .layui-form-item .layui-form-lebal .required{
	display: inline-block;
	color: #ff0030;
}
.general-form .box .g-form .layui-form-item .layui-form-select .layui-select-title .layui-input{
	padding-right: 48px;
}
.general-form .box .g-form .layui-form-item .layui-form-select .layui-select-title .layui-edge{
  right: 0;
	top: 0%;
	width: 48px;
	height: 100%;
	margin-top: 0;
	cursor: pointer;
	border-width: 0px;
	border-top-color: transparent;
	background: url(../images/aicon32.png) center no-repeat;
	background-size: 12px auto;
}
.general-form .box .g-form .layui-form-item .layui-form-select dl dd, 
.general-form .box .g-form .layui-form-item .layui-form-select dl dt{
	padding: 0 20px;
}
.general-form .box .g-form .layui-form-item .layui-form-select dl dd.layui-select-tips{
	padding-left: 20px !important;
}
@media screen and (max-width: 767px){
	.general-form .box .g-form .layui-form-item .layui-form-select .layui-select-title .layui-edge{
		background: url(../images/aicon32.png) center no-repeat;
		background-size: 10px auto;
	}
	.general-form .box .g-form .layui-form-item .layui-form-select dl dd, 
	.general-form .box .g-form .layui-form-item .layui-form-select dl dt{
		padding: 0 15px;
	}
	.general-form .box .g-form .layui-form-item .layui-form-select dl dd.layui-select-tips{
		padding-left: 15px !important;
	}
}
.general-form .box .g-form .layui-form-item .layui-input {
  width: 100%;
  height: clamp(40px, 2.604166666666667vw, 50px);
  color: #000000;
  font-size: var(--font-18);
  padding: 0 20px;
  box-sizing: border-box;
  background: #ffffff;
 	border-radius: 10px;
 	border: 3px solid rgba(179, 200, 212, 0.2);
}

@media screen and (max-width: 1920px) and (min-width: 992px){
	.general-form .box .g-form .layui-form-item .layui-input{
		height: 2.5vw;
		padding: 0 1.041666666666667vw;
		border-width: 0.15625vw;
		border-radius: 0.5208333333333333vw;
	}
}
@media screen and (max-width: 991px){
	.general-form .box .g-form .layui-form-item .layui-input{
		padding: 0 15px;
		border-width: 2px;
		border-radius: 8px;
	}
}
@media screen and (max-width: 480px){
	.general-form .box .g-form .layui-form-item .layui-input{
		font-size: 14px;
	}
}
.general-form .box .g-form .layui-form-item .layui-input::-webkit-input-placeholder {
	font-family: HONOR Sans CN, sans-serif;
  color: rgba(0, 0, 0, 0.6);
}
.general-form .box .g-form .layui-form-item .layui-input::-moz-placeholder {
	font-family: HONOR Sans CN, sans-serif;
  color: rgba(0, 0, 0, 0.6);
}
.general-form .box .g-form .layui-form-item .layui-input:-moz-placeholder {
	font-family: HONOR Sans CN, sans-serif;
  color: rgba(0, 0, 0, 0.6);
}
.general-form .box .g-form .layui-form-item .layui-input:-ms-input-placeholder {
	font-family: HONOR Sans CN, sans-serif;
  color: rgba(0, 0, 0, 0.6);
}
.general-form .box .g-form .layui-form-item .layui-input::hover {
  border-color: #0e2356 !important;
}
.general-form .box .g-form .layui-form-item .layui-input:focus {
  border-color: #0e2356 !important;
}
.general-form .box .g-form .layui-form-item .layui-form-select dl{
	top: 100%;
}
.general-form .box .g-form .layui-form-item .layui-form-select dl dd{
	font-size: var(--font-16);
}
.general-form .box .g-form .layui-form-item .layui-form-select dl dd.layui-this{
	background: #018a9a;
}
.general-form .box .g-form .layui-form-item .layui-textarea {
  width: 100%;
  height: clamp(100px, 7.8125vw, 150px);
  color: #000000;
  font-size: var(--font-18);
  padding: 15px 20px 30px;
  background: #ffffff;
  resize: none;
  box-sizing: border-box;
 	border-radius: 10px;
 	border: 3px solid rgba(179, 200, 212, 0.2);
}
@media screen and (max-width: 1920px) and (min-width: 992px){
	.general-form .box .g-form .layui-form-item .layui-textarea{
		height: 5.208333333333333vw;
		padding: 0.78125vw 1.041666666666667vw 1.5625vw;
		border-width: 0.15625vw;
		border-radius: 0.5208333333333333vw;
	}
}
@media screen and (max-width: 991px){
	.general-form .box .g-form .layui-form-item .layui-textarea{
		padding: 10px 15px 24px;
		border-width: 2px;
		border-radius: 8px;
	}
}
@media screen and (max-width: 480px){
	.general-form .box .g-form .layui-form-item .layui-textarea{
		font-size: 14px;
	}
}
.general-form .box .g-form .layui-form-item.textarea-item{
	position: relative;
}
.general-form .box .g-form .layui-form-item.textarea-item .word-count{
	position: absolute;
	right: 18px;
	bottom: 10px;
	text-align: right;
  color: #0e2356;
 	font-size: var(--size14);
  user-select: none;
}
.general-form .box .g-form .layui-form-item.textarea-item .word-count.danger{
	color: #ff0000;
}
@media screen and (max-width: 480px){
	.general-form .box .g-form .layui-form-item.textarea-item .word-count{
		font-size: 12px;
	}
}
.word-count .warning {
 	color: #0e2356;
}
.word-count .danger {
  color: #0e2356;
}

.general-form .box .g-form .layui-form-item .layui-textarea::-webkit-input-placeholder {
	font-family: HONOR Sans CN, sans-serif;
  color: rgba(0, 0, 0, 0.6);
}
.general-form .box .g-form .layui-form-item .layui-textarea::-moz-placeholder {
	font-family: HONOR Sans CN, sans-serif;
  color: rgba(0, 0, 0, 0.6);
}
.general-form .box .g-form .layui-form-item .layui-textarea:-moz-placeholder {
	font-family: HONOR Sans CN, sans-serif;
  color: rgba(0, 0, 0, 0.6);
}
.general-form .box .g-form .layui-form-item .layui-textarea:-ms-input-placeholder {
	font-family: HONOR Sans CN, sans-serif;
  color: rgba(0, 0, 0, 0.6);
}
.general-form .box .g-form .layui-form-item .layui-textarea::hover {
  border-color: #0e2356 !important;
}
.general-form .box .g-form .layui-form-item .layui-textarea:focus {
  border-color: #0e2356 !important;
}
.general-form .box .g-form .layui-form-item .placehold-text {
  color: rgba(0, 0, 0, 0.6);
  font-size: var(--font-18);
}
.general-form .box .g-form .layui-form-item.btn-item{
	display: flex;
	justify-content: center;
	align-items: stretch;
}
.general-form .box .g-form .layui-form-item .layui-btn {
	display: flex;
	align-items: center;
	justify-content: center;
 	width: 42%;
 	height: 68px;
 	border-radius: 10px;
 	font-weight: bold;
 	color: #ffffff;
 	font-size: var(--size20);
 	background: #018a9a;
 	margin-top: 28px;
 	margin-right: 2.5%;
 	margin-left: 2.5%;
 	box-sizing: border-box;
 	transition: all 0.4s ease;
}
.general-form .box .g-form .layui-form-item .layui-btn.layui-btn-reset{
	color: #018a9a;
	background: none;
	border: #018a9a solid 3px;
}
.general-form .box .g-form .layui-form-item .layui-btn.layui-btn-reset:hover{
	color: #FFFFFF;
	background: #018a9a;
}
.general-form .box .g-form .layui-form-item .layui-btn.layui-btn-reset:hover img{
	-webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.general-form .box .g-form .layui-form-item .layui-btn.layui-btn-submit{
	border: none;
}
.general-form .box .g-form .layui-form-item .layui-btn.layui-btn-submit img{
	-webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.general-form .box .g-form .layui-form-item .layui-btn img{
	display: inline-block;
	margin-right: 10px;
	width: 20px;
	transition: all 0.4s ease;
}
@media screen and (max-width: 1920px) and (min-width: 992px){
	.general-form .box .g-form .layui-form-item .layui-btn{
		height: 3.541666666666667vw;
	 	margin-top: 1.458333333333333vw;
	}
	.general-form .box .g-form .layui-form-item .layui-btn.layui-btn-reset{
		border-width: 0.15625vw;
	}
	.general-form .box .g-form .layui-form-item .layui-btn img{
		margin-right: 0.5208333333333333vw;
		width: 1.041666666666667vw;
	}
}
@media screen and (max-width: 991px){
	.general-form .box .g-form .layui-form-item .layui-btn{
		height: 45px;
	 	margin-top: 15px;
	 	border-radius: 8px;
	}
	.general-form .box .g-form .layui-form-item .layui-btn.layui-btn-reset{
		border-width: 2px;
	}
	.general-form .box .g-form .layui-form-item .layui-btn img{
		margin-right: 6px;
		width: 15px;
	}
}

















.about-page .life .left .description{
	display: none;
}
.about-page .life .bg-img{
	display: none;
}



/*@media screen and (min-width: 992px){
  .support-page .general-banner .textbox{
      bottom: 12vw;
  }
}*/