.wal {
	max-width: 14rem;
	margin: 0 auto;
}
@font-face {
	font-family: "iconfont";
	src: url("https://at.alicdn.com/t/font_2640790_0xr51bk0scp.woff2?t=1650704386844") format("woff2"),url("https://at.alicdn.com/t/font_2640790_0xr51bk0scp.woff?t=1650704386844") format("woff"),url("https://at.alicdn.com/t/font_2640790_0xr51bk0scp.ttf?t=1650704386844") format("truetype");
  }
  
  .iconfont {
	font-family: "iconfont";
  }
  
  @font-face {
	font-family: "DINPro-Bold";
	src: url("https://public-ziti.oss-cn-shanghai.aliyuncs.com/DINPro-Bold.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
  }
  
  @font-face {
	font-family: "Roboto-Regular";
	src: url(../image/Roboto-Regular.ttf) format("truetype");
	font-weight: normal;
	font-style: normal;
  }
  
  @font-face {
	font-family: "Roboto-Light";
	src: url(../image/Roboto-Light.ttf) format("truetype");
	font-weight: normal;
	font-style: normal;
  }
  
  @font-face {
	font-family: "Roboto-Bold";
	src: url(../image/Roboto-Bold.ttf) format("truetype");
	font-weight: normal;
	font-style: normal;
  }
  
  @font-face {
	font-family: "HarmonyOS_Sans_SC_Bold";
	src: url(../image/HarmonyOS_Sans_SC_Bold.ttf) format("truetype");
	font-weight: normal;
	font-style: normal;
  }
  
  @font-face {
	font-family: "HarmonyOS_Sans_SC_Light";
	src: url(../image/HarmonyOS_Sans_SC_Light.ttf) format("truetype");
	font-weight: normal;
	font-style: normal;
  }
  
  @font-face {
	font-family: "HarmonyOS_Sans_SC_Medium";
	src: url(../image/HarmonyOS_Sans_SC_Medium.ttf) format("truetype");
	font-weight: normal;
	font-style: normal;
  }
  
  @font-face {
	font-family: "HarmonyOS_Sans_SC";
	src: url(../image/HarmonyOS_Sans_SC_Regular.ttf) format("truetype");
	font-weight: normal;
	font-style: normal;
  }

  .zoomImg {
	width: 100%;
	overflow: hidden;
	position: relative;
	display: block;
  }
  
  .zoomImg:before {
	position: absolute;
	top: 0;
	left: -90%;
	z-index: 2;
	display: block;
	content: "";
	width: 50%;
	height: 100%;
	opacity: .6;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	-webkit-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	transform: skewX(-25deg);
  }
  
  .zoomImg img {
	width: 100%;
  }
  
  .zoomImg:hover:before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
  }
  
  .zoomImg:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
  }
  
  a:hover .zoomImg:before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
  }
  
  a:hover .zoomImg img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
  }

  a.p-btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 1.72rem;
	height: 0.44rem;
	padding: 0 0.2rem;
	color: #000;
	border-radius: 0.3rem;
	font-size: 0.18rem;
	border:solid 1px #cccccc;
	font-style: normal;
  }
  
  a.p-btn:after {
	content: "";
	font-family: "iconfont";
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	position: relative;
	left: 0;
	-webkit-transition: .5s;
	transition: .5s;
  }
  
  a.p-btn:hover {
	box-shadow: 0 0.04rem 0.1rem 0 rgba(0,0,0,.2);
  }
  
  a.p-btn:hover:after {
	left: 0.08rem;
  }
.index-title .name {
	font-size: 28px;
	padding-bottom: 0.15rem;
	color: #000000;
  }
  
  .index-title h2 {
	font-size: 16px;
	line-height: 0.56rem;
	font-weight: 400;
	color: #1d1d1d;
  }

  .index-product {
	background: #fbfaf6;
	position: relative;
	z-index: 2;
  }
  
  .index-product .wal {
	padding: 1.2rem 0 1.5rem 0;
	position: relative;
  }
  
  .index-product .index-title {
	padding-bottom: 0.55rem;
  }
  
  .index-product .more {
	position: absolute;
	z-index: 5;
	top: 2.1rem;
	right: 0;
  }
  
  .index-product .list {
	position: relative;
	margin-left: -0.12rem;
	margin-right: -0.12rem;
  }
  
  .index-product .list .list-wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
  }
  
  .index-product .list li {
	padding: 0 0.12rem;
  }
  
  .index-product .list li a {
	display: block;
	color: #1a1a1a;
  }
  
  .index-product .list li a .zoomImg img {
	height: 5.4rem;
  }
  
  .index-product .list li a .name {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 0.25rem;
	font-size: 0.26rem;
	line-height: 1em;
  }
  
  .index-product .list li a .name:after {
	content: "";
	font-family: "iconfont";
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
	opacity: 0;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	margin-left: 0.2rem;
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition-property: opacity,-webkit-transform;
	transition-property: opacity,-webkit-transform;
	transition-property: transform,opacity;
	transition-property: transform,opacity,-webkit-transform;
  }
  
  .index-product .list li a:hover {
	color: #0a9b3d;
  }
  
  .index-product .list li a:hover .name:after {
	opacity: 1;
	-webkit-transform: rotate(-45deg) scale(0.9);
	-ms-transform: rotate(-45deg) scale(0.9);
	transform: rotate(-45deg) scale(0.9);
  }
  
  .index-product .list .arrow a {
	position: absolute;
	z-index: 5;
	top: 50%;
	margin-top: -0.5rem;
  }
  
  .index-product .list .arrow a.prev {
	left: -0.5rem;
  }
  
  .index-product .list .arrow a.next {
	right: -0.5rem;
  }
  
  .p-arrow a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	width: 0.48rem;
	height: 0.48rem;
	border: rgba(0,0,0,.15) solid 1px;
	font-size: 0.24rem;
	color: #1d1d1d;
  }
  
  .p-arrow a:after {
	font-family: "iconfont";
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
  }
  
  .p-arrow a:hover {
	color: #ffffff;
	border:solid 1px #cccccc;
	background:#999
  }
  
  .p-arrow a.prev:after {
	content: "";
  }
  
  .p-arrow a.next:after {
	content: "";
  }

.index-honor {
	padding: 1.2rem 0;
	position: relative;
	background: #fff;
  }
  
  .index-honor .big-img {
	position: absolute;
	z-index: 5;
	bottom: 0.48rem;
	right: 0.48rem;
	width: 3.97rem;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 0.24rem 0 rgba(0,0,0,.1);
	border-radius: 0.12rem;
  }
  
  .index-honor .big-img li {
	height: 5.6rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
  }
  
  .index-honor .big-img li .img {
	width: 3.8rem;
	position: relative;
  }
  
  .index-honor .big-img li .img:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 5;
	font-family: "iconfont";
	content: "";
	width: 0.4rem;
	height: 0.4rem;
	background: #0a9b3d;
	color: #fff;
	font-size: 0.2rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
	cursor: pointer;
  }
  
  .index-honor .big-img li .img img {
	height: 3.94rem;
  }
  
  .index-honor .big-img li .img:hover:before {
	opacity: 1;
  }
  
  .index-honor .big-img li .name {
	/* font-family: "HarmonyOS_Sans_SC_Medium"; */
	margin-top: 0.35rem;
	font-size: 0.2rem;
  }
  
  .index-honor .list {
	position: relative;
  }
  
  .index-honor .list:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 2.8rem;
	background: #f5f5f7;
  }
  
  .index-honor .list .control {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0.85rem 0 0.38rem 0;
	max-width: 7.95rem;
  }
  
  .index-honor .list .control .num {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
  }
  
  .index-honor .list .control .num span.num-curr {
	font-size: 0.38rem;
	color: #1d1d1d;
	font-family: "Roboto-Bold";
  }
  
  .index-honor .list .control .num span {
	font-family: "Roboto-Regular";
	font-size: 0.18rem;
	color: #6e6e6e;
	padding-right: 0.02rem;
	position: relative;
	top: 0.05rem;
  }
  
  .index-honor .list .control .arrow {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	z-index: 1;
	margin-bottom:20px;
  }
  
  .index-honor .list .control .arrow a {
	margin-left: 0.22rem;
  }
  
  .index-honor .list .list-wrapper {
	width: 7.84rem;
	overflow: hidden;
	position: relative;
	left: 0.48rem;
	z-index: 2;
  }
  
  .index-honor .list li {
	padding: 0.52rem 0.26rem 0.52rem 0;
	box-sizing: border-box;
  }
  
  .index-honor .list li .img {
	position: relative;
	display:inline-block;
  }
  
  .index-honor .list li .img:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 5;
	font-family: "iconfont";
	content: "";
	width: 0.4rem;
	height: 0.4rem;
	background: #0a9b3d;
	color: #fff;
	font-size: 0.2rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
	cursor: pointer;
	-webkit-transition: .5s;
	transition: .5s;
  }
  
  .index-honor .list li .img:hover:after {
	opacity: 1;
  }
  
  .index-news {
	background-color: #f5f5f7;
  }
  
  .index-news .wal {
	padding: 1.2rem 0;
	position: relative;
  }
  
  .index-news .index-title {
	padding-bottom: 0.62rem;
	border-bottom: #000 solid 1px;
  }
  
  .index-news .more {
	position: absolute;
	top: 0.6rem;
	right: 0;
  }
  
  @media screen and (min-width: 800px) {
	.index-news .list ul {
	  display: -ms-grid;
	  display: grid;
	  -ms-grid-columns: (1fr)[3];
	  grid-template-columns: repeat(3, 1fr);
	  grid-gap: 0.5rem 0.28rem;
	}
  }
  
  .index-news .list a {
	display: block;
  }
  
  .index-news .list a .time {
	font-size: 0.16rem;
	color: #999;
	line-height: 0.65rem;
  }
  
  .index-news .list a h5 {
	font-size: 0.18rem;
	height: 1.1em;
	line-height: 1.1em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
  }
  
  .index-news .list a .btn {
	height: 1.1rem;
	position: relative;
  }
  
  .index-news .list a .btn:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 0.14rem;
	height: 0.14rem;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	background: url(../css/next.png) center no-repeat;
	background-size: 100%;
  }
  
  .index-news .list a .zoomImg img {
	height: 2.68rem;
  }

  .about-4-layer {
	position: fixed;
	z-index: 9999;
	inset: 0;
	opacity: 0;
	visibility: hidden;
	background: rgba(0,0,0,.7);
  }
  
  .about-4-layer.show {
	opacity: 1;
	visibility: visible;
  }
  
  .about-4-layer .container {
	position: absolute;
	inset: 0;
  }
  
  .about-4-layer .container .close {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 0.3rem;
	color: #fff;
	position: absolute;
	z-index: 5;
	top: 0;
	right: 0;
	width: 1rem;
	height: 1rem;
	font-family: "iconfont";
  }
  
  .about-4-layer .container .close:hover {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
  }
  
  .about-4-layer .container .list {
	width: 100%;
	overflow: hidden;
	position: relative;
  }
  
  .about-4-layer .container .list li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100vh;
  }
  
  .about-4-layer .container .list li img {
	max-height: 80vh;
	max-width: 80vw;
  }
  
  .about-4-layer .container .arrow a {
	display: block;
	width: 50vw;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 4;
  }
  
  .about-4-layer .container .arrow a.prev {
	left: 0;
  }
  
  .about-4-layer .container .arrow a.next {
	right: 0;
  }
  
  .about-4-layer .container .num {
	color: #fff;
	font-size: 0.24rem;
	position: absolute;
	z-index: 5;
	left: 0;
	right: 0;
	bottom: 0.5rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
  }
  
  .about-4-layer .container .num em {
	padding: 0 0.03rem;
  }


  @media screen and (max-width: 800px) {
	a.p-btn {
	  width: 2.2rem;
	  height: 0.64rem;
	  padding: 0 0.2rem 0 0.24rem;
	  border-radius: 0.4rem;
	  font-size: 0.24rem;
	}
  
	.index-flash .control>.line.line-1 {
	  width: 50vw;
	  right: 50%;
	  margin-right: 3.5rem;
	}
  
	.index-flash .control>.line.line-2 {
	  width: 50vw;
	  left: 50%;
	  margin-left: 3.5rem;
	}
  
	.index-flash .control>.line.line-3 {
	  width: 0.5rem;
	  right: 50%;
	  margin-right: 0.95rem;
	}
  
	.index-flash .control>.line.line-4 {
	  width: 0.5rem;
	  left: 50%;
	  margin-left: 0.95rem;
	}
  
	.index-flash .control .scroll-tips .name {
	  -webkit-transform: scale(0.8);
	  -ms-transform: scale(0.8);
	  transform: scale(0.8);
	}
  
	.index-flash .control .arrow .num b {
	  font-size: 0.26rem;
	}
  
	.index-flash .control .arrow .num em {
	  font-size: 0.24rem;
	}
  
	.index-flash .control .arrow a {
	  font-size: 0.26rem;
	}
  
	.index-title .name {
	  font-size: 0.24rem;
	}
  
	.index-about .index-title {
	  padding-bottom: 0.4rem;
	}
  
	.index-about .col {
	  position: relative;
	  top: 0;
	  width: 100%;
	  padding-bottom: 0.6rem;
	}
  
	.index-about .col .content {
	  font-size: 0.24rem;
	}
  
	.index-about .col .more {
	  position: absolute;
	  top: -1.1rem;
	  right: 0;
	}
  
	.index-about .video {
	  position: relative;
	}
  
	.index-about .video img {
	  height: 4rem;
	  border-radius: 0.2rem;
	}
  
	.index-about .video .video-btn .name {
	  font-size: 0.22rem;
	}
  
	.video-layer .close {
	  width: 1rem;
	  height: 1rem;
	  font-size: 0.28rem;
	}
  
	.video-layer .container {
	  width: 100%;
	}
  
	.index-product .list {
	  margin-left: -0.3rem;
	  margin-right: -0.3rem;
	}
  
	.index-product .list li {
	  padding: 0 0 0 .3rem;
	}
  
	.index-product .list li a .name {
	  font-size: 0.28rem;
	}
  
	.index-product .list .arrow {
	  display: none;
	}
  
	.p-arrow a {
	  width: 0.6rem;
	  height: 0.6rem;
	  font-size: 0.3rem;
	}
  
	.index-honor .index-title {
	  padding-bottom: 0.5rem;
	}
  
	.index-honor .big-img {
	  position: relative;
	  bottom: 0;
	  right: 0;
	  margin: 0 auto;
	  width: 6rem;
	}
  
	.index-honor .big-img li {
	  height: 7.28rem;
	}
  
	.index-honor .big-img li .img {
	  width: 3.6rem;
	}
  
	.index-honor .big-img li .img img {
	  height: 5.12rem;
	}
  
	.index-honor .big-img li .name {
	  font-size: 0.26rem;
	}
  
	.index-honor .list:before {
	  right: -0.3rem;
	  height: 3.1rem;
	}
  
	.index-honor .list .control .num em {
	  font-size: 0.48rem;
	}
  
	.index-honor .list .control .num span {
	  font-size: 0.24rem;
	  top: 0.05rem;
	}
  
	.index-honor .list .list-wrapper {
	  width: 6.6rem;
	  left: 0.48rem;
	  z-index: 2;
	}
  
	.index-honor .list li {
	  padding: 0.52rem 0.26rem 0.52rem 0;
	}
  
	.index-honor .list li img {
	  cursor: pointer;
	}
  
	.index-news .list {
	  width: calc(100% + .6rem);
	  overflow: hidden;
	  position: relative;
	  left: -0.3rem;
	}
  
	.index-news .list li {
	  padding-left: .3rem;
	}
  
	.index-news .list a .time {
	  font-size: 0.24rem;
	  line-height: 0.95rem;
	}
  
	.index-news .list a h5 {
	  font-size: 0.28rem;
	  height: 2.6em;
	  line-height: 1.3em;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-line-clamp: 2;
	  -webkit-box-orient: vertical;
	}
  
	.index-news .list a .btn:before {
	  width: 0.2rem;
	  height: 0.2rem;
	}
  
	.index-news .list a .zoomImg img {
	  height: 3.2rem;
	}
  
	.page-banner .wal {
	  height: 7rem;
	  padding-top: 1.95rem;
	}
  
	.page-banner .wal .msg {
	  font-size: 0.26rem;
	  width: 6rem;
	  margin: 0 auto;
	  line-height: 1.5em;
	}
  
	.page-banner .nav li a {
	  font-size: 0.24rem;
	}
  
	.page-banner2 .wal {
	  height: 5rem;
	  padding-top: 1.9rem;
	}
  
	.about-1 {
	  padding: 1.2rem 0;
	}
  
	.about-1 .title {
	  position: relative;
	  top: 0;
	  padding-bottom: 0.6rem;
	}
  
	.about-1 .content {
	  font-size: 0.24rem;
	  line-height: 1.8em;
	}
  
	.about-1 .list ul {
	  -webkit-box-pack: justify;
	  -webkit-justify-content: space-between;
	  -ms-flex-pack: justify;
	  justify-content: space-between;
	}
  
	.about-1 .list li {
	  padding-right: 0.8rem;
	}
  
	.about-1 .list li:after {
	  width: 0.8rem;
	}
  
	.about-1 .list li:last-child {
	  padding-right: 0;
	}
  
	.about-1 .list li .hd div {
	  padding: 0.1rem 0 0 0.15rem;
	  font-size: 0.22rem;
	}
  
	.about-1 .list li .hd div em {
	  color: #6e6e6e;
	  text-transform: uppercase;
	  margin-top: 0.06rem;
	}
  
	.about-1 .list li .name {
	  font-size: 0.24rem;
	  line-height: 1.5em;
	}
  
	.about-2 .btns li {
	  font-size: 0.24rem;
	}
  
	.about-2 .container {
	  padding: 0.55rem 0.4rem 0.55rem 0.45rem;
	}
  
	.about-2 .container .name {
	  font-size: 0.28rem;
	}
  
	.about-2 .container h3,
	.about-2 .container .content {
	  font-size: 0.24rem;
	  line-height: 1.8em;
	}
  
	.about-3 {
	  height: auto;
	  margin-bottom: 0;
	}
  
	.about-3 .title {
	  padding-bottom: 0.6rem;
	}
  
	.about-3 .title p {
	  font-size: 0.24rem;
	}
  
	.about-3 .list {
	  bottom: 0;
	  background-position: left bottom;
	  background-size: 100%;
	  position: relative;
	  padding-bottom: 0.3rem;
	}
  
	.about-3 .list .wal {
	  height: auto;
	}
  
	.about-3 .list li {
	  position: relative;
	  padding-bottom: 0.4rem;
	}
  
	.about-3 .list li .line {
	  height: 140%;
	}
  
	.about-3 .list li h5 {
	  font-size: 0.28rem;
	}
  
	.about-3 .list li dd {
	  font-size: 0.24rem;
	  line-height: 0.4rem;
	}
  
	.about-3 .list li dd:before {
	  top: 0.17rem;
	}
  
	.about-4 .btns {
	  top: 0.58rem;
	}
  
	.about-4 .btns li {
	  margin-left: 0.08rem;
	  width: 1.4rem;
	  height: 0.86rem;
	  font-size: 0.24rem;
	}
  
	.about-4 .list li .item .name {
	  font-size: 0.24rem;
	  padding: 0.18rem 0.2rem 0 0.2rem;
	  text-align: center;
	}
  
	.about-4 .list .num {
	  padding-top: 0.45rem;
	  font-size: 0.28rem;
	}
  
	.about-4 .list .num span {
	  font-size: 0.24rem;
	}
  
	.about-4 .list .arrow a {
	  width: 0.6rem;
	  height: 0.6rem;
	  font-size: 0.28rem;
	}
  
	.about-5 .list {
	  margin-left: -0.3rem;
	  margin-right: -0.3rem;
	}
  
	.about-5 .list li {
	  padding: 0 0 0 0.3rem;
	}
  
	.about-5 .list li a .time {
	  font-size: 0.24rem;
	  line-height: 0.95rem;
	}
  
	.about-5 .list li a h5 {
	  font-size: 0.28rem;
	  height: 2.6em;
	  line-height: 1.3em;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-line-clamp: 2;
	  -webkit-box-orient: vertical;
	}
  
	.about-5 .list li a .btn:before {
	  width: 0.2rem;
	  height: 0.2rem;
	}
  
	.about-5 .list li a .zoomImg img {
	  height: 3.2rem;
	}
  
	.about-5 .list .arrow {
	  display: none;
	}
  
	.news li a {
	  -webkit-flex-wrap: wrap;
	  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
	}
  
	.news li a .time {
	  width: 1.05rem;
	  font-size: 0.2rem;
	  height: 3.3rem;
	}
  
	.news li a .time div {
	  font-size: 0.64rem;
	}
  
	.news li a .zoomImg {
	  width: calc(100% - 1.05rem);
	  border-radius: 0.16rem;
	}
  
	.news li a .zoomImg img {
	  height: 3.36rem;
	}
  
	.news li a .col {
	  width: 100%;
	  padding: 0.3rem 0 0 1.05rem;
	}
  
	.news li a .col h5 {
	  font-size: 0.28rem;
	  line-height: 1.5em;
	}
  
	.news li a .col p {
	  font-size: 0.24rem;
	  line-height: 1.6em;
	  padding: 0.2rem 0 0.3rem 0;
	}
  
	.news li a .col .more {
	  width: 1.9rem;
	  height: 0.6rem;
	  border-radius: 0.04rem;
	  padding-left: 0.2rem;
	  font-size: 0.24rem;
	}
  
	.page-num {
	  font-size: 0.28rem;
	}
  
	.page-num a {
	  margin: 0 0.2rem;
	}
  
	.news-detail .head {
	  padding-right: 1rem;
	}
  
	.news-detail .head .title {
	  font-size: 0.32rem;
	  line-height: 1.5em;
	}
  
	.news-detail .head .time {
	  padding: 0.2rem 0 0.3rem 0;
	  font-size: 0.24rem;
	}
  
	.news-detail .content {
	  font-size: 0.26rem;
	  line-height: 1.8em;
	}
  
	.news-detail .content .imgs .img {
	  width: 100%;
	}
  
	.page-num2 li {
	  padding: .1rem 0;
	}
  
	.page-num2 a {
	  font-size: 0.24rem;
	  line-height: 1.8em;
	  display: block;
	}
  
	.p-control .num {
	  width: 1.6rem;
	  font-size: 0.32rem;
	}
  
	.p-control .num span {
	  font-size: 0.24rem;
	}
  
	.p-control .arrow {
	  width: 0.9rem;
	}
  
	.p-control .arrow a {
	  font-size: 0.28rem;
	}
  
	.development-1 .head .content {
	  width: 100%;
	  padding-top: 0.4rem;
	  font-size: 0.24rem;
	  line-height: 1.8em;
	}
  
	.development-1 .list li img {
	  height: 4rem;
	  border-radius: 0.2rem;
	}
  
	.development-2 .list ul {
	  -ms-grid-columns: (1fr)[1];
	  grid-template-columns: repeat(1, 1fr);
	}
  
	.development-2 .list li h5 {
	  font-size: 0.28rem;
	}
  
	.development-2 .list li p {
	  font-size: 0.24rem;
	  line-height: 1.7em;
	}
  
	.development-3 .list li .item .name {
	  font-size: 0.24rem;
	  padding: 0.18rem 0.2rem 0 0.2rem;
	}
  
	.development-3 .list .arrow {
	  position: absolute;
	  z-index: 5;
	  right: 0.2rem;
	  top: -1.1rem;
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
	}
  
	.development-3 .list .arrow a {
	  position: relative;
	  top: 0;
	  -webkit-transform: translateY(0);
	  -ms-transform: translateY(0);
	  transform: translateY(0);
	  margin-left: 0.2rem;
	}
  
	.development-3 .list .arrow a.prev {
	  left: 0;
	}
  
	.development-3 .list .arrow a.next {
	  right: 0;
	}
  
	.product .nav {
	  width: 100%;
	}
  
	.product .nav ul {
	  top: 0;
	  position: relative;
	}
  
	.product .nav li .name {
	  height: 0.9rem;
	  font-size: 0.28rem;
	}
  
	.product .nav li dl {
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-flex-wrap: wrap;
	  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
	  margin-left: -0.5rem;
	}
  
	.product .nav li dl dd {
	  min-width: 33.333%;
	  padding-left: 0.5rem;
	}
  
	.product .nav li dl a {
	  height: 0.6rem;
	  font-size: 0.24rem;
	}
  
	.product .list {
	  width: 100%;
	  padding-top: 0.6rem;
	}
  
	.product .list ul {
	  -ms-grid-columns: (1fr)[2];
	  grid-template-columns: repeat(2, 1fr);
	  grid-gap: 0.6rem 0.3rem;
	}
  
	.product .list a .name {
	  font-size: 0.28rem;
	  padding-top: 0.3rem;
	}
  
	.product-detail .img-list {
	  position: relative;
	  width: 100vw;
	  left: -0.3rem;
	}
  
	.product-detail .img-list li {
	  height: 8rem;
	}
  
	.product-detail .img-list .dots {
	  position: absolute;
	  z-index: 5;
	  left: 0;
	  right: 0;
	  bottom: 0.6rem;
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: center;
	  -webkit-justify-content: center;
	  -ms-flex-pack: center;
	  justify-content: center;
	}
  
	.product-detail .img-list .dots span {
	  width: 0.2rem;
	  height: 0.2rem;
	  margin: 0 0.1rem;
	  position: relative;
	  cursor: pointer;
	}
  
	.product-detail .img-list .dots span:before,
	.product-detail .img-list .dots span:after {
	  content: "";
	  display: block;
	  position: absolute;
	  left: 0;
	  top: 50%;
	  border-radius: 50%;
	  width: 0.2rem;
	  height: 0.2rem;
	  -webkit-transform: translateY(-50%);
	  -ms-transform: translateY(-50%);
	  transform: translateY(-50%);
	  box-sizing: border-box;
	}
  
	.product-detail .img-list .dots span:before {
	  border: #0a9b3d solid 1px;
	  opacity: 0;
	}
  
	.product-detail .img-list .dots span:after {
	  background: #d3d3d3;
	  -webkit-transform: translateY(-50%) scale(0.45);
	  -ms-transform: translateY(-50%) scale(0.45);
	  transform: translateY(-50%) scale(0.45);
	  -webkit-transition: .5s;
	  transition: .5s;
	}
  
	.product-detail .img-list .dots span.on:before {
	  opacity: 1;
	}
  
	.product-detail .img-list .dots span.on:after {
	  background: #0a9b3d;
	}
  
	.product-detail .col {
	  width: 100%;
	  padding-bottom: 1rem;
	}
  
	.product-detail .col .curr {
	  height: 0.99rem;
	  font-size: 0.24rem;
	  line-height: 1em;
	  position: relative;
	}
  
	.product-detail .col .curr a {
	  margin-right: 0.24rem;
	}
  
	.product-detail .col .curr a:after {
	  width: 0.24rem;
	}
  
	.product-detail .col .title {
	  padding-top: 0.6rem;
	}
  
	.product-detail .col .content {
	  font-size: 0.26rem;
	  line-height: 1.8em;
	}
  
	.product-detail .col .list {
	  font-size: 0.24rem;
	  line-height: 2em;
	}
  
	.product-detail .col .list b {
	  font-size: 0.28rem;
	}
  
	.product-detail .col .btn a {
	  width: 1.9rem;
	  height: 0.7rem;
	  font-size: 0.28rem;
	  border-radius: 0.4rem;
	}
  
	.strength .head {
	  padding-bottom: 0.6rem;
	}
  
	.strength .head .content {
	  font-size: 0.24rem;
	  line-height: 1.8em;
	  width: 100%;
	  padding-top: 0.4rem;
	}
  
	.strength .img-list li img {
	  border-radius: 0.2rem;
	  height: 4rem;
	}
  
	.strength .img-list .dots {
	  margin-top: 0.4rem;
	}
  
	.strength .img-list .arrow a {
	  font-size: 0.32rem;
	}
  
	.strength .title p {
	  font-size: 0.24rem;
	  line-height: 1.7em;
	}
  
	.strength .img-list2 .arrow a.prev {
	  left: 0.5rem;
	}
  
	.strength .img-list2 .arrow a.next {
	  right: 0.5rem;
	}
  
	.contact {
	  background-size: 5.4rem;
	  padding-bottom: 2.6rem;
	}
  
	.contact .list li {
	  width: 50%;
	}
  
	.contact .list li .name {
	  font-size: 0.24rem;
	}
  
	.contact .list li p {
	  font-size: 0.28rem;
	}
  
	.contact .list li:nth-child(3) {
	  width: 100%;
	}
  
	.contact .list li:nth-child(4) {
	  width: calc(100% - 1rem);
	}
  
	.contact .msg {
	  font-size: 0.24rem;
	  line-height: 1.7em;
	}
  
	.contact .form li {
	  width: calc(50% - .15rem);
	}
  
	.contact .form li .name {
	  font-size: 0.24rem;
	}
  
	.contact .form li .input {
	  border-radius: 0.06rem;
	}
  
	.contact .form li .input input,
	.contact .form li .input textarea {
	  height: 0.7rem;
	  line-height: 0.7rem;
	  font-size: 0.24rem;
	  padding: 0 0.2rem;
	}
  
	.contact .form li .input textarea {
	  height: 2.2rem;
	  line-height: 0.4rem;
	  padding: 0.15rem 0.2rem;
	}
  
	.contact .form .tips {
	  font-size: 0.24rem;
	  line-height: 1.5em;
	}
  
	.contact .form .row .input {
	  width: 2.9rem;
	  height: 0.7rem;
	}
  
	.contact .form .row .input input {
	  height: 0.68rem;
	  line-height: 0.68rem;
	  padding: 0 0.2rem;
	  font-size: 0.24rem;
	}
  
	.contact .form .row .input img {
	  width: 1.3rem;
	}
  
	.contact .form .row .submit {
	  width: 2.2rem;
	  height: 0.7rem;
	  font-size: 0.26rem;
	}
  
	.job li {
	  margin-bottom: 0.3rem;
	  padding: 0 0.3rem 0 0.5rem;
	}
  
	.job li .hd {
	  padding-bottom: 0.28rem;
	}
  
	.job li .hd:before {
	  width: 0.5rem;
	  height: 0.5rem;
	  font-size: 0.22rem;
	}
  
	.job li .hd .name {
	  line-height: 0.48rem;
	  font-size: 0.28rem;
	  padding: 0.32rem 0;
	}
  
	.job li .hd .name:before {
	  width: 0.04rem;
	  height: 0.3rem;
	}
  
	.job li .hd dl {
	  -webkit-flex-wrap: wrap;
	  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
	  margin-top: -0.2rem;
	}
  
	.job li .hd dl dd {
	  padding-right: 0.4rem;
	  font-size: 0.24rem;
	  line-height: 1.8em;
	}
  
	.job li .bd .msg {
	  font-size: 0.24rem;
	  line-height: 1.8em;
	}
  
	.job li .bd .title {
	  font-size: 0.26rem;
	}
  
	.job li .bd .content {
	  font-size: 0.24rem;
	  line-height: 1.8em;
	}
  
	.job li .bd .msg2 {
	  font-size: 0.28rem;
	}
  
	.employee-benefit .list li .name {
	  font-size: 0.28rem;
	  -webkit-box-pack: center;
	  -webkit-justify-content: center;
	  -ms-flex-pack: center;
	  justify-content: center;
	}
  
	.employee-benefit .list .arrow a {
	  top: -1.14rem;
	}
  
	.employee-benefit .list .arrow a.prev {
	  left: 0.3rem;
	}
  
	.employee-benefit .list .arrow a.next {
	  right: 0.3rem;
	}
  
	.employee-benefit-layer .container {
	  width: 6.9rem;
	  padding: 0.5rem 0.3rem;
	}
  
	.employee-benefit-layer .container .close {
	  left: 100%;
	  top: -0.7rem;
	  font-size: 0.46rem;
	  margin-left: -0.45rem;
	}
  
	.employee-benefit-layer .container .title {
	  font-size: 0.32rem;
	}
  
	.employee-benefit-layer .container .content {
	  font-size: 0.24rem;
	  line-height: 1.8em;
	  margin-right: -0.25rem;
	  padding-right: 0.2rem;
	}
  
	.employee-benefit-layer .container .content .imgs div {
	  max-width: 100%;
	}
  
	.cooperation-title p {
	  font-size: 0.24rem;
	  line-height: 1.5em;
	}
  
	.cooperation-1 .title {
	  font-size: 0.28rem;
	}
  
	.cooperation-2 .title {
	  font-size: 0.28rem;
	}
  
	.cooperation-3 {
	  padding-bottom: 1.2rem;
	}
  
	.cooperation-3 .map .layer {
	  width: 3.82rem;
	  margin-top: -0.7rem;
	}
  
	.cooperation-3 .map .layer h3 {
	  padding: 0.32rem 0 0.22rem 0;
	  font-size: 0.28rem;
	}
  
	.cooperation-3 .map .layer dl {
	  padding: 0.2rem 0 0.3rem 0;
	}
  
	.cooperation-3 .map .layer dl dd {
	  font-size: 0.24rem;
	  height: auto;
	  padding: 0.1rem 0;
	  -webkit-box-align: start;
	  -webkit-align-items: flex-start;
	  -ms-flex-align: start;
	  align-items: flex-start;
	}
  
	.cooperation-3 .map .layer dl dd img {
	  width: 0.18rem;
	  position: relative;
	  top: 0.02rem;
	}
  
	.page-search {
	  padding: 1.2rem 0 0 0;
	}
  
	.page-search .form {
	  width: 6.9rem;
	  height: .8rem;
	}
  
	.page-search .form .input input {
	  height: .8rem;
	  line-height: .8rem;
	  font-size: .24rem;
	}
  
	.page-search .form .submit {
	  width: 1.2rem;
	  font-size: .28rem;
	}
  
	.page-search .btns li {
	  padding: 0 .2rem;
	}
  
	.page-search .btns a {
	  height: .6rem;
	  padding: 0 .24rem 0 .32rem;
	  font-size: .26rem;
	}
  
	.search-list .product .list {
	  width: 100%;
	  padding: 0;
	}
  
	.search-list .product ul {
	  -ms-grid-columns: (1fr)[2];
	  grid-template-columns: repeat(2, 1fr);
	}
  
	.search-list .news {
	  padding-bottom: 1.2rem;
	}
  
	.about-4-layer .container .close {
	  font-size: 0.38rem;
	}
  
	.about-4-layer .container .list li img {
	  max-width: calc(100vw - 0.6rem);
	}
  
	.about-4-layer .container .num {
	  font-size: 0.28rem;
	}
  }