.swiper-button-next, .swiper-button-prev {
  width: 1.3541vw;
  height: 3.6458vw;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0.1041vw;
}

.btn1 {
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}

.btn1:hover {
  color: rgb(255, 255, 255);
  border-color: rgb(0, 91, 172);
}

.btn1 .btnbg-x {
  position: absolute;
  background: rgb(0, 91, 172);
  left: 50%;
  width: 0px;
  top: 0px;
  bottom: 0px;
  transition: 0.5s;
}

.btn1:hover .btnbg-x {
  width: 100%;
  left: 0px;
}

.btn1 span {
  position: relative;
  z-index: 1;
}

.c-banner1 {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.c-banner1 .swiper-slide {
  position: relative;
  overflow: hidden;
}

.c-banner1 .swiper-slide .img {
  width: 100%;
  height: 40.416vw;
}

.c-banner1 .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 7s;
}

.c-banner1 .swiper-slide .img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-banner1 .swiper-slide-active img {
  transform: scale(1.1, 1.1);
}

.c-banner1 .swiper-slide .c-wrap {
  position: absolute;
  bottom: 12.2396vw;
  left: 0px;
  right: 0px;
  display: flex;
  flex-direction: column;
}

.c-banner1 .swiper-slide .c-wrap h2 {
  font-size: 2.0833vw;
  color: rgb(255, 255, 255);
  line-height: 1;
  margin-bottom: 1.7708vw;
}

.c-banner1 .swiper-slide .c-wrap p {
  font-size: 3.6458vw;
  color: rgb(255, 255, 255);
  line-height: 1;
  margin-bottom: 2.0833vw;
}

.c-banner1 .swiper-slide .c-wrap .more {
  display: flex;
  align-items: center;
}

.c-banner1 .swiper-slide .c-wrap .more .a1 {
  width: 2.5vw;
  height: 1.4583vw;
  background: rgb(0, 194, 107);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.0938vw;
  cursor: pointer;
}

.c-banner1 .swiper-slide .c-wrap .more .a1 img {
  width: 1.1979vw;
  transition: 0.5s;
}

.c-banner1 .swiper-slide .c-wrap .more .a1:hover {
  background: rgb(0, 167, 92);
}

.c-banner1 .swiper-slide .c-wrap .more .a1:hover img {
  transform: translateX(0.2604vw);
}

.c-banner1 .swiper-slide .c-wrap .more .a2 {
  font-size: 0.8333vw;
  color: rgb(0, 194, 107);
  cursor: pointer;
}

.c-banner1 .c-dot {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 7.2396vw;
}

.c-banner1 .c-dot .c-wrap {
  position: relative;
}

.c-banner1 .c-dot .swiper-pagination {
  text-align: left;
}

.c-banner1 .c-dot .swiper-pagination .swiper-pagination-bullet {
  margin-right: 0.3125vw;
  width: 1.5625vw;
  height: 0.2083vw;
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
  border-radius: 0px;
  position: relative;
}

.c-banner1 .c-dot .swiper-pagination .swiper-pagination-bullet span {
  font-weight: bold;
  font-size: 0.625vw;
  color: rgb(255, 255, 255);
  left: 0.1563vw;
  bottom: calc(100% + 0.5208vw);
  position: absolute;
  display: none;
}

.c-banner1 .c-dot .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 100%;
  left: 0px;
  top: 0px;
  background: rgb(255, 255, 255);
}

.c-banner1 .c-dot .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 4.1146vw;
}

.c-banner1 .c-dot .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active span {
  display: block;
}

.c-banner1 .c-dot .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  width: 100%;
  transition: 8s;
}

.hw_cloud_main {
  overflow: hidden;
}

.c-wrap {
  width: 75.5208vw;
  margin: 0px auto;
}

.c-wrap.aa {
  width: 68.3854vw;
}

.counter {
  width: 100%;
  margin-top: -3.6458vw;
  position: relative;
  z-index: 9;
}

.counter .mySwiper {
  width: calc(100% + 0vw);
  height: 3.6458vw;
  background: rgb(255, 255, 255);
  box-sizing: border-box;
  margin: 0px;
}

.counter .c-wrap {
  position: relative;
}

.counter .mySwiper .swiper-slide {
  display: flex;
  align-items: center;
  font-size: 0.7292vw;
  color: rgb(10, 17, 15);
  box-sizing: border-box;
  padding-left: 2.5vw;
}

.counter .swiper-button-next, .counter .swiper-button-prev {
  width: 2.8125vw;
  height: 1.5625vw;
  right: calc(1.8542vw);
  background: transparent;
  border: 1px solid rgb(224, 224, 224);
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  margin: 0px;
  overflow: hidden;
}

.counter .swiper-button-next::after, .counter .swiper-button-prev::after {
  content: "";
  width: 100%;
  height: 100%;
  transition: 0.5s;
}

.counter .swiper-button-prev {
  right: calc(5.0833vw);
}

.counter .swiper-button-next:hover, .counter .swiper-button-prev:hover {
  background: rgb(0, 194, 107);
  border-color: rgb(0, 194, 107);
}

.counter .swiper-button-prev::after {
  background: url("../img/left.png") center center / 1.1979vw no-repeat;
}

.counter .swiper-button-prev:hover::after {
  transform: translateX(-0.2604vw);
}

.counter .swiper-button-next {
}

.counter .swiper-button-next::after {
  background: url("../img/right.png") center center / 1.1979vw no-repeat;
}

.counter .swiper-button-next:hover::after {
  transform: translateX(0.2604vw);
}

.section1 {
  padding-top: 4.5833vw;
  padding-bottom: 5.2458vw;
  position: relative;
}

.section1 .bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0px;
  top: 0px;
}

.section1 .c-wrap {
  position: relative;
  z-index: 2;
}

.sec_title {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.sec_title h2 {
  font-weight: 600;
  font-size: 2.0833vw;
  color: rgb(10, 17, 15);
  line-height: 2.9167vw;
}

.sec_title h3 {
  font-size: 2.0833vw;
  color: rgb(10, 17, 15);
  line-height: 2.9167vw;
}

.sec_title p {
  font-size: 0.9333vw;
  color: rgb(10, 17, 15);
  margin-top: 0.8333vw;
  line-height: 1.1458vw;
}

.sec_title .a {
  width: 11.1458vw;
  height: 2.8125vw;
  background: radial-gradient(90.23% 82.5% at 50% 53.7%, rgb(0, 194, 107) 0%, rgb(31, 215, 85) 100%);
  margin-top: 1.4583vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9375vw;
  color: rgb(10, 17, 15);
  cursor: pointer;
}

.sec_title .a:hover {
  background: rgb(0, 183, 101);
}

.about {
  width: 100%;
  padding-top: 4.6875vw;
}

.about .customer_stories {
  width: 100%;
  display: flex;
}

.about .customer_stories .content_item {
  transition: 0.3s ease-out;
  width: 22.1354vw;
  height: auto;
  display: flex;
  flex-direction: column;
}

.about .customer_stories.active .content_item {
  width: 33.3%;
}

.about .customer_stories .content_item .title {
  width: 100%;
  height: 11.3021vw;
  box-sizing: border-box;
  padding: 1.3021vw 2.1354vw 0px;
  font-weight: bold;
  font-size: 1.3542vw;
  color: rgb(10, 17, 15);
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.about .customer_stories .content_item .title span {
  margin-bottom: 1.8229vw;
}

.about .customer_stories .content_item .title img {
  width: 1.1458vw;
  margin-left: 0.3125vw;
}

.about .customer_stories .content_item .title img.img2 {
  display: none;
}

.about .customer_stories .content_item .img {
  width: 100%;
  height: 10.9896vw;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.about .customer_stories .content_item .img .desc {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: calc(100% - 5.5729vw);
  left: 2.0833vw;
  bottom: 1.5104vw;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}

.about .customer_stories .content_item .img .desc .txt {
  font-size: 0.8333vw;
  color: rgb(255, 255, 255);
  line-height: 1.5;
}

.about .customer_stories .content_item .img .desc .more {
  display: flex;
  align-items: center;
  margin-top: 1.5104vw;
}

.about .customer_stories .content_item .img .desc .more .a1 {
  width: 2.5vw;
  height: 1.4583vw;
  background: rgb(0, 194, 107);
  border-radius: 0.1042vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.0938vw;
  cursor: pointer;
}

.about .customer_stories .content_item .img .desc .more .a1 img {
  width: 1.1979vw;
  height: auto;
  min-height: initial;
  transition: 0.5s;
}

.about .customer_stories .content_item .img .desc .more .a1:hover img {
  transform: translateX(0.2604vw);
}

.about .customer_stories .content_item .img .desc .more .a2 {
  font-size: 0.8333vw;
  color: rgb(255, 255, 255);
  cursor: pointer;
}

.about .customer_stories .content_item .img img {
  width: 31.6667vw;
  min-height: 100%;
}

.about .customer_stories .content_item .num {
  font-weight: bold;
  font-size: 0.9375vw;
  color: rgb(10, 17, 15);
  box-sizing: border-box;
  padding: 0.7292vw 0.4167vw 0px;
}

.about .customer_stories .content_item.active {
  width: 31.6667vw;
}

.about .customer_stories .content_item.active .title {
  background: url("../img/bg14.png") 0% 0% / cover no-repeat;
  position: relative;
}

.about .customer_stories .content_item .title::before {
  content: "";
  position: absolute;
  top: -0.4167vw;
  right: 2.6563vw;
  height: 1.875vw;
  width: 0.4688vw;
  background: rgb(0, 194, 107);
  transform: scaleY(0);
  transform-origin: center top;
  transition: transform 1.3s cubic-bezier(0, 0, 0.2, 1);
  visibility: hidden;
}

.about .customer_stories .content_item.active .title::before {
  visibility: visible;
}

.about .customer_stories .content_item.active .title img.img1 {
  display: none;
}

.about .customer_stories .content_item.active .title img.img2 {
  display: block;
}

.about .customer_stories.loaded .content_item.active .title::before {
  transform: scaleY(1);
}

.about .customer_stories .content_item.active .img .desc {
  visibility: visible;
  opacity: 1;
  transition: 0.3s ease-out 0.3s;
}

.about .customer_stories .content_item.active .img::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.4);
}

.section2 {
  width: 100%;
  overflow: hidden;
}

.section2 .sec_title {
  margin-bottom: 2.1083vw;
}

.gray_bg {
  width: 100%;
  height: 100vh;
  position: relative;
}

.gray_bg .bg {
  position: absolute;
  width: 100%;
  height: calc(100% - 2.3958vw);
  z-index: 1;
  left: 0px;
  top: 0px;
  background: rgb(0, 0, 0);
}

.gray_bg .gray_bg1 {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-top: 13vw;
}

.gray_bg .gray_bg1 .c-wrap {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.gray_bg .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gray_bg .bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gray_bg .mySwiper1 {
  width: 100%;
  height: calc(100% - 2.3958vw);
  position: absolute;
  z-index: 2;
  overflow: initial;
  left: 0px;
  top: 0px;
}

.gray_bg .mySwiper .swiper-slide {
}

.gray_bg .mySwiper .swiper-slide .c-wrap {
  box-sizing: border-box;
  padding-top: 25.3958vw;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  height: 100%;
}

.gray_bg .gray_bg1 .c-wrap .title {
  font-weight: bold;
  font-size: 1.475vw;
  color: rgb(255, 255, 255);
  margin-bottom: 3.0729vw;
  position: relative;
  z-index: 3;
}

.gray_bg .gray_bg1 .c-wrap .txt {
  width: 36.1979vw;
  height: 2.2917vw;
  margin-bottom: 2.9167vw;
  font-size: 0.8333vw;
  color: rgb(255, 255, 255);
  line-height: 1.5;
  position: relative;
  z-index: 3;
}

.gray_bg .mySwiper .swiper-slide .c-wrap .pagination {
  display: flex;
  margin-bottom: 1.8229vw;
}

.gray_bg .mySwiper .swiper-slide .c-wrap .pagination .bullet {
  width: 1.25vw;
  height: 0.1563vw;
  background: rgb(255, 255, 255);
  opacity: 0.43;
  margin-right: 0.2604vw;
  position: relative;
}

.gray_bg .mySwiper .swiper-slide .c-wrap .pagination .bullet span {
  position: absolute;
  left: 0.1042vw;
  bottom: calc(100% + 0.4167vw);
  font-size: 0.5208vw;
  color: rgb(255, 255, 255);
  display: none;
}

.gray_bg .mySwiper .swiper-slide .c-wrap .pagination .bullet.active {
  width: 3.2813vw;
  opacity: 1;
}

.gray_bg .mySwiper .swiper-slide .c-wrap .pagination .bullet.active span {
  display: block;
}

.gray_bg .mySwiper .swiper-slide .c-wrap .pagination .bullet:last-child {
  margin-right: 0px;
}

.gray_bg .mySwiper3  {
  width: 25vw;
  height: 16.7188vw;
  position: relative;
  z-index: 3;
  margin: 0;
  margin-top: 2vw;
}
.gray_bg .mySwiper3 .img {
  width: 100%;
  height: 100%;
}

.gray_bg .mySwiper3 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gray_bg .gray_bg1 .bg1 .tit {
  position: absolute;
  right: 0px;
  top: 9.6354vw;
  text-align: right;
  font-size: 0.7813vw;
  color: rgb(255, 255, 255);
  z-index: 3;
}

.gray_bg .gray_bg1 .bg1 {
  position: absolute;
  z-index: 3;
  width: 75.5208vw;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  top: 0px;
}

.gray_bg .gray_bg1 .bg1::before {
  content: "";
  width: 0.1042vw;
  height: 12.9688vw;
  background: rgb(13, 193, 102);
  position: absolute;
  right: 0px;
  top: 13.0208vw;
  transform: scaleY(0);
  transform-origin: center top;
  transition: transform 1.3s cubic-bezier(0, 0, 0.2, 1);
}

.gray_bg.loaded .gray_bg1 .bg1::before {
  transform: scaleY(1);
}

.gray_bg .gray_bg1 .bg2 {
  position: absolute;
  z-index: 3;
  width: 75.5208vw;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  bottom: 0px;
}

.gray_bg .gray_bg1 .bg2::after {
  content: "";
  height: 7.0313vw;
  position: absolute;
  left: 0px;
  width: 0.1563vw;
  bottom: -2.3958vw;
  box-sizing: border-box;
  background: rgb(13, 193, 102);
  z-index: 9;
  transform: scaleY(0);
  transform-origin: center top;
  transition: transform 1.3s cubic-bezier(0, 0, 0.2, 1);
}

.gray_bg.loaded .gray_bg1 .bg2::after {
  transform: scaleY(1);
}

.gray_bg .mySwiper2 {
  position: absolute;
  right: 0px;
  top: 33.6771vw;
  height: 7.5vw;
  display: flex;
  z-index: 3;
}
.gray_bg .mySwiper2 .numCount{
  display: flex;
  width: 100%;
}

.gray_bg .mySwiper2 .numCount li {
  margin-right: 3.4896vw;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.gray_bg .mySwiper2 .numCount li h2 {
  position: relative;
  color: rgb(255, 255, 255);
}

.gray_bg .mySwiper2 .numCount li h2 .timer {
  font-weight: bold;
  font-size: 5.2604vw;
}

.gray_bg .mySwiper2 .numCount li h2 .unitb {
  font-weight: bold;
  position: absolute;
  top: -0.4688vw;
  left: calc(100% + 1.0417vw);
  font-size: 2.2604vw;
}

.gray_bg .mySwiper2 .numCount li h2 .unitC {
  font-size: 1.0417vw;
  color: rgb(255, 255, 255);
  position: absolute;
  left: calc(100% + 0.7813vw);
  bottom: 1.3021vw;
}

.gray_bg .mySwiper2 .numCount li p {
  font-size: 0.9375vw;
  color: rgb(255, 255, 255);
}

.gray_bg .mySwiper2 .numCount li:last-child {
  margin-right: 0px;
}

.gray_bg .mySwiper .swiper-pagination {
  right: 0px;
  width: 75.5208vw;
  margin: 0px auto;
  bottom: auto;
  top: 22.8vw;
  text-align: left;
}

.gray_bg .mySwiper .swiper-pagination .swiper-pagination-bullet {
  width: 1.25vw;
  height: 0.1563vw;
  background: rgb(255, 255, 255);
  opacity: 0.43;
  margin: 0;
  margin-right: 0.2604vw;
  border-radius: 0px;
}

.gray_bg .mySwiper .swiper-pagination .swiper-pagination-bullet span {
  position: absolute;
  left: 0.1042vw;
  bottom: calc(100% + 0.4167vw);
  font-size: 0.5208vw;
  color: rgb(255, 255, 255);
  display: none;
}

.gray_bg .mySwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 3.2813vw;
  opacity: 1;
}

.gray_bg .mySwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active span {
  display: block;
}

.sec_title.right {
  align-items: flex-end;
  text-align: right;
}

.sec_title.left {
  align-items: flex-start;
  text-align: left;
}

.section6 {
  padding-top: 4.2708vw;
}

.section6 .sec_title {
  margin-bottom: 3.3854vw;
}

.message {
  width: 100%;
  padding-top: 3.9583vw;
  padding-bottom: 6.4063vw;
  border-top: 1px solid rgb(222, 222, 222);
  position: relative;
  overflow: hidden;
}

.message .bg {
  width: 32.1354vw;
  position: absolute;
  right: 0px;
  top: 0px;
}

.message .bg img {
  width: 100%;
}

.message .c-wrap {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.message .tit {
  font-weight: bold;
  font-size: 1.875vw;
  color: rgb(10, 17, 15);
  margin-bottom: 0.7813vw;
}

.message .txt {
  font-size: 0.8333vw;
  color: rgb(10, 17, 15);
  width: 35.5729vw;
  margin-bottom: 3.0208vw;
  line-height: 1.5;
}

.message iframe {
  width: 41.0417vw;
  height: 14.7917vw;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
}

.section3 {
  padding-top: 2.8088vw;
}

.sec_territory {
  width: 100%;
  display: flex;
  padding-top: 2.1354vw;
  padding-bottom: 2.5521vw;
  border-bottom: 1px solid rgb(235, 235, 235);
}

.sec_territory .list {
  margin-right: 12.4479vw;
  width: 16.9271vw;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding-bottom: 2.3958vw;
  position: relative;
}

.sec_territory .list::before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  width: 2.7604vw;
  height: 0.3646vw;
  background: rgb(226, 226, 226);
  bottom: 0px;
  z-index: 8;
}

.sec_territory .list::after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  width: 0px;
  height: 0.3646vw;
  background: rgb(0, 194, 107);
  bottom: 0px;
  z-index: 9;
  transition: 0.5s;
}

.sec_territory .list:hover::after {
  width: 2.7604vw;
}

.sec_territory .list .img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.0313vw;
  width: 100%;
  height: 12.3438vw;
  position: relative;
}

.sec_territory .list .img img {
  max-width: 100%;
  max-height: 100%;
}

.sec_territory .list .img dotlottie-player {
  width: 100%;
}

.sec_territory .list .img:hover .img1 {
  visibility: hidden;
}

.sec_territory .list .img:hover dotlottie-player {
  visibility: visible;
}

.sec_territory .list .img .animated-frame {
  position: absolute;
  display: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.sec_territory .list .tit {
  font-weight: bold;
  font-size: 0.9375vw;
  color: rgb(10, 17, 15);
  margin-bottom: 2.0313vw;
}

.sec_territory .list .txt {
  font-size: 0.7292vw;
  color: rgb(10, 17, 15);
  line-height: 1.5;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}

.sec_territory .list:hover .txt {
  visibility: visible;
  opacity: 1;
}

.sec_territory .list:last-child {
  margin-right: 0px;
}

.section4 {
  padding-top: 2.8125vw;
}

.sec_enterprise {
  height: 38.2813vw;
  margin-top: 2.8125vw;
  position: relative;
}

.sec_enterprise::before {
  content: "";
  width: 12.3958vw;
  height: 30.7292vw;
  background: rgb(243, 243, 243);
  position: absolute;
  right: 0px;
  top: 0px;
}

.sec_enterprise .c-wrap {
  height: 100%;
  position: relative;
  z-index: 2;
}

.sec_enterprise .mySwiper {
  width: calc(100% + 0.3vw - 12.0058vw);
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 2;
  margin-right: 12.0058vw;
}

.sec_enterprise .mySwiper.mySwiper2 {
  position: absolute;
  width: 31.6146vw;
  height: 26.1979vw;
  right: -0.3vw;
  top: 4.4792vw;
}

.sec_enterprise .mySwiper .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}

.sec_enterprise .mySwiper .swiper-slide .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 1;
  box-sizing: border-box;
  padding-right: 0;
}

.sec_enterprise .mySwiper.mySwiper2 .c-wrap {
  width: 100%;
}

.sec_enterprise .mySwiper .swiper-slide .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec_enterprise .mySwiper .swiper-slide .bq {
  position: absolute;
  font-weight: bold;
  font-size: 4.8604vw;
  color: rgb(241, 241, 241);
  opacity: 0.68;
  left: -0.6vw;
  top: 6.8229vw;
  writing-mode: sideways-rl;
  line-height: 1;
}

.sec_enterprise .mySwiper .swiper-slide .desc {
  position: absolute;
  width: 31.6146vw;
  height: 26.1979vw;
  background: rgb(252, 252, 252);
  right: 0px;
  top: 4.4792vw;
  box-sizing: border-box;
  padding: 3.0208vw 2.3438vw 0px;
  overflow: hidden;
}

.sec_enterprise .mySwiper.mySwiper2 .swiper-slide .desc {
  top: 0px;
}

.sec_enterprise .mySwiper .swiper-slide .desc .tit {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 1.3542vw;
  color: rgb(51, 51, 51);
  margin-bottom: 6.3021vw;
}

.sec_enterprise .mySwiper.mySwiper2.active .swiper-slide.swiper-slide-active .desc .tit {
  visibility: visible !important;
}

.sec_enterprise .mySwiper.mySwiper2.active .swiper-slide.swiper-slide-active .desc .txt {
  visibility: visible !important;
}

.sec_enterprise .mySwiper.mySwiper2.active .swiper-slide.swiper-slide-active .desc .txt1 {
  visibility: visible !important;
}

.sec_enterprise .mySwiper.mySwiper2.active .swiper-slide.swiper-slide-active .desc .ul {
  visibility: visible !important;
}

.sec_enterprise .mySwiper .swiper-slide .desc .tit span {
  color: rgb(14, 125, 8);
}

.sec_enterprise .mySwiper .swiper-slide .desc .tit img {
  width: 1.7188vw;
  margin-right: 0.4167vw;
}

.sec_enterprise .mySwiper .swiper-slide .desc .txt {
  font-weight: bold;
  font-size: 0.9375vw;
  color: rgb(10, 17, 15);
  line-height: 1.1458vw;
  margin-bottom: 1.0417vw;
}

.sec_enterprise .mySwiper .swiper-slide .desc .txt1 {
  font-size: 0.7292vw;
  color: rgb(10, 17, 15);
  line-height: 1.1458vw;
  margin-bottom: 2.4479vw;
}

.sec_enterprise .mySwiper .swiper-slide .desc .ul {
  display: flex;
}

.sec_enterprise .mySwiper .swiper-slide .desc .ul .li {
  min-width: 7.1354vw;
  margin-right: 2.6042vw;
  display: flex;
  flex-direction: column;
}

.sec_enterprise .mySwiper .swiper-slide .desc .ul .li .tit1 {
  padding-bottom: 0.2083vw;
  margin-bottom: 1.0417vw;
  font-size: 0.7292vw;
  color: rgb(10, 17, 15);
  line-height: 1.1458vw;
  border-bottom: 1px solid rgb(224, 224, 224);
  position: relative;
}

.sec_enterprise .mySwiper .swiper-slide .desc .ul .li .tit1::before {
  content: "";
  position: absolute;
  left: 0px;
  width: 1.1979vw;
  height: 1px;
  background: rgb(47, 47, 47);
  bottom: -1px;
  z-index: 3;
}

.sec_enterprise .mySwiper .swiper-slide .desc .ul .li:last-child {
  margin-right: 0px;
}

.sec_enterprise .mySwiper .swiper-slide .desc .ul .li .num {
  font-weight: bold;
  font-size: 1.7708vw;
  color: rgb(10, 17, 15);
}

.sec_enterprise .mySwiper .swiper-pagination {
  position: absolute;
  left: 0px;
  bottom: 3.2292vw;
  text-align: left;
  right: 0px;
  margin: 0px auto;
  width: 75.5208vw;
}

.sec_enterprise .mySwiper .swiper-pagination .swiper-pagination-bullet {
  margin-right: 0.3125vw;
  width: 1.5625vw;
  height: 0.2083vw;
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
  border-radius: 0px;
  position: relative;
}

.sec_enterprise .mySwiper .swiper-pagination .swiper-pagination-bullet span {
  font-weight: bold;
  font-size: 0.625vw;
  color: rgb(255, 255, 255);
  left: 0.1563vw;
  bottom: calc(100% + 0.5208vw);
  position: absolute;
  display: none;
}

.sec_enterprise .mySwiper .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 100%;
  left: 0px;
  top: 0px;
  background: rgb(255, 255, 255);
}

.sec_enterprise .mySwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 4.1146vw;
}

.sec_enterprise .mySwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active span {
  display: block;
}

.sec_enterprise .mySwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  width: 100%;
  transition: 5s;
}

.sec_enterprise .mySwiper .swiper-button-next, .sec_enterprise .mySwiper .swiper-button-prev {
  width: 3.0208vw;
  height: 1.875vw;
  margin: 0px;
  inset: auto 28.6417vw 4.2708vw auto;
  overflow: hidden;
}

.sec_enterprise .mySwiper .swiper-button-next::after, .sec_enterprise .mySwiper .swiper-button-prev::after {
  content: "";
  width: 100%;
  height: 100%;
  transition: 0.5s;
}

.sec_enterprise .mySwiper .swiper-button-prev {
  display: none;
}

.sec_enterprise .mySwiper .swiper-button-prev::after {
}

.sec_enterprise .mySwiper .swiper-button-prev:hover::after {
  transform: translateX(-0.2604vw);
}

.sec_enterprise .mySwiper .swiper-button-next {
  background: rgb(0, 0, 0);
}

.sec_enterprise .mySwiper .swiper-button-next::after {
  background: url("../img/jt8.png") center center / 1.25vw no-repeat;
}

.sec_enterprise .mySwiper .swiper-button-next:hover {
  background: rgb(0, 194, 107);
}

.sec_enterprise .mySwiper .swiper-button-next:hover::after {
  transform: translateX(0.2604vw);
  background: url("../img/jt3.png") center center / 1.25vw no-repeat;
}

.section5 {
  padding-top: 3.8021vw;
}

.sec_intelligence {
  width: 100%;
  padding-top: 1.0417vw;
  border-top: 1px solid rgb(234, 234, 234);
  margin-top: 1.3542vw;
}

.sec_intelligence .title {
  width: 100%;
  box-sizing: border-box;
  padding: 0px 5.9896vw 0.4167vw 2.3438vw;
  display: flex;
  justify-content: space-between;
}

.sec_intelligence .title .a {
  font-size: 0.9375vw;
  color: rgb(10, 17, 15);
  padding-bottom: 0.625vw;
  position: relative;
  cursor: pointer;
}

.sec_intelligence .title .a::before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  width: 0px;
  height: 0.1042vw;
  background: rgb(0, 194, 107);
  bottom: 0px;
}

.sec_intelligence .title .a.active::before {
  width: 2.7604vw;
  transition: 0.5s;
}

.sec_intelligence .ul {
  width: 100%;
  position: relative;
  height: 19.7396vw;
  padding-bottom: 1.1458vw;
}

.sec_intelligence .ul .list {
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: url("../img/bg05.png") right center / auto 100% no-repeat rgb(243, 243, 243);
  display: flex;
}

.sec_intelligence .ul .list .img {
  width: 30.7813vw;
  height: 100%;
}

.sec_intelligence .ul .list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec_intelligence .ul .list .desc {
  flex: 1 1 0%;
  width: 0px;
  box-sizing: border-box;
  padding: 2.9167vw 3.125vw;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
}

.sec_intelligence .ul .list .desc::before {
  content: "";
  position: absolute;
  width: 0.2083vw;
  height: 3.9063vw;
  left: 3.125vw;
  bottom: -1.1458vw;
  background: rgb(0, 194, 107);
  transform: scaleY(0);
  transform-origin: center top;
  transition: transform 1.3s cubic-bezier(0, 0, 0.2, 1);
}

.sec_intelligence.loaded .ul .list.swiper-slide-active .desc::before {
  transform: scaleY(1);
}

.sec_intelligence .ul .list .desc .biaoti {
  position: absolute;
  top: 1.4063vw;
  right: 1.3021vw;
  font-size: 0.8333vw;
  color: rgb(48, 185, 7);
}

.sec_intelligence .ul .list .desc .tit {
  font-size: 1.1458vw;
  color: rgb(10, 17, 15);
  line-height: 1.5;
}

.sec_intelligence .ul .list .desc .txt {
  margin-top: 1.6667vw;
  font-size: 0.7292vw;
  color: rgb(10, 17, 15);
  line-height: 1.0417vw;
}

.sec_intelligence .ul .list .desc .a {
  display: flex;
  align-items: center;
  margin-top: 1.9792vw;
  font-size: 0.8333vw;
  color: rgb(10, 17, 15);
  cursor: pointer;
}

.sec_intelligence .ul .list .desc .a img {
  width: 1.0417vw;
  margin-left: 1.5625vw;
  transition: 0.5s;
}

.sec_intelligence .ul .list .desc .a:hover img {
  transform: translateX(0.2604vw);
}

.gbook {
  width: 41.0417vw;
  height: 14.7917vw;
  display: flex;
  flex-wrap: wrap;
}

.gbook .form_tit {
  width: 100%;
  font-size: 0.833333vw;
  font-weight: bold;
  line-height: 1.14583vw;
  margin-bottom: 0.78125vw;
}

.gbook .list {
  width: 11.875vw;
  height: 1.8229vw;
  background: rgb(255, 255, 255);
  box-sizing: border-box;
  border: 1px solid rgb(231, 231, 231);
  margin-right: 0.5408vw;
  margin-bottom: 0.7813vw;
}

.gbook .list input {
  width: 100%;
  height: 100%;
  outline: none;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
  box-sizing: border-box;
  padding: 0px 0.625vw;
  font-size: 0.7292vw;
  color: rgb(51, 51, 51);
  float: left;
  background: transparent;
}

.gbook .list select {
  width: 100%;
  height: 100%;
  outline: none;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
  box-sizing: border-box;
  padding: 0px 0.625vw;
  font-size: 0.7292vw;
  float: left;
  appearance: none;
  background: url("../img/jt5.png") calc(100% - 0.7813vw) center / 0.3646vw no-repeat;
  color: rgb(146, 146, 146);
}

.gbook .list select.selected {
  color: rgb(51, 51, 51);
}

.gbook .list textarea {
  width: 100%;
  height: 100%;
  outline: none;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
  box-sizing: border-box;
  padding: 0.3125vw 0.7813vw;
  font-size: 0.7292vw;
  color: rgb(51, 51, 51);
  resize: none;
}

/* input 元素 - Chrome/Safari/Edge */
.gbook .list input::-webkit-input-placeholder {
  color: rgb(146, 146, 146);
}

/* textarea 元素 - Chrome/Safari/Edge */
.gbook .list textarea::-webkit-input-placeholder {
  color: rgb(146, 146, 146);
}

/* input 元素 - Firefox 19+ */
.gbook .list input::-moz-placeholder {
  color: rgb(146, 146, 146);
  opacity: 1;
}

/* textarea 元素 - Firefox 19+ */
.gbook .list textarea::-moz-placeholder {
  color: rgb(146, 146, 146);
  opacity: 1;
}

/* input 元素 - IE 10-11 */
.gbook .list input:-ms-input-placeholder {
  color: rgb(146, 146, 146);
}

/* textarea 元素 - IE 10-11 */
.gbook .list textarea:-ms-input-placeholder {
  color: rgb(146, 146, 146);
}

/* 标准写法 - 所有现代浏览器 */
.gbook .list input::placeholder,
.gbook .list textarea::placeholder {
  color: rgb(146, 146, 146);
  opacity: 1;
}

.gbook .list .sod_select {
  width: 100%;
  height: 100%;
  outline: none;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
  box-sizing: border-box;
  padding: 0px 0.625vw;
  font-size: 0.7292vw;
  color: rgb(51, 51, 51);
  margin: 0px;
  line-height: 1;
  outline-offset: initial;
  border-radius: 0px;
  background: transparent;
  float: left;
  display: flex;
  align-items: center;
  box-shadow: initial !important;
}

.gbook .list .sod_select .sod_label {
  color: rgb(146, 146, 146);
  font-size: 0.7292vw;
}

.gbook .list .sod_select.focus .sod_label {
  color: rgb(51, 51, 51);
}

.gbook .list .sod_select .sod_list {
  width: calc(100% + 2px);
  z-index: 99;
  border: 1px solid rgb(238, 238, 238);
  left: -1px;
}

.gbook .list .sod_select .sod_list li {
  font-size: 0.7292vw;
  height: 1.8229vw;
  line-height: 1.8229vw;
  padding: 0px 0.625vw;
}

.gbook .list .sod_select::after {
  background: url("../img/jt5.png") 0% 0% / contain no-repeat;
  width: 0.3646vw;
  height: 0.3646vw;
  right: 0.7813vw;
  bottom: auto;
  transform: translateY(-50%);
  margin-top: 0px;
}

.gbook .miaoshu {
  width: 100%;
  margin-bottom: 1.5625vw;
  display: flex;
  align-items: center;
  font-size: 0.625vw;
  color: rgb(10, 17, 15);
}

.gbook .miaoshu .a {
  color: rgb(54, 174, 11);
  cursor: pointer;
}

.gbook .miaoshu .check {
  width: 0.7292vw;
  margin-right: 0.625vw;
  cursor: pointer;
}

.gbook .miaoshu .check img {
  width: 100%;
  float: left;
}

.gbook .miaoshu .check img.img2 {
  display: none;
}

.gbook .miaoshu .check.active img.img1 {
  display: none;
}

.gbook .miaoshu .check.active img.img2 {
  display: block;
}

.gbook .button {
  width: 8.3333vw;
  height: 2.6042vw;
  background: rgb(10, 17, 15);
  border-radius: 0.1042vw;
  outline: none;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  cursor: pointer;
}

.gbook .button .btn-inner {
  font-size: 0.8333vw;
  color: rgb(255, 255, 255);
}

.gbook .button .img {
  width: 1.1979vw;
  margin-left: 1.7188vw;
  transition: 0.5s;
}

.gbook .button .img img {
  width: 100%;
  float: left;
}

.gbook .button .img .img2 {
  display: none;
}

.gbook .button:hover .btn-inner {
  color: rgb(28, 213, 87);
}

.gbook .button:hover .img {
  transform: translateX(0.2604vw);
}

.gbook .button:hover .img .img1 {
  display: none;
}

.gbook .button:hover .img .img2 {
  display: block;
}

.gbook .list.list3 {
  margin-right: 0px;
  width: 16.1458vw;
}

.gbook .list.list6 {
  margin-right: 0px;
  width: 16.1458vw;
}

.gbook .list.list7 {
  margin-right: 0px;
  width: 100%;
  height: 3.9063vw;
  margin-bottom: 0.5208vw;
}

.regist_center {
  width: 100vw;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0px;
  left: 0px;
  text-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  z-index: 9999;
  overflow: hidden;
}

.regist_center .t-message {
  width: 15.625vw;
  height: 10.417vw;
  background: rgb(255, 255, 255);
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column;
  border-radius: 0.521vw;
  font-size: 0.833vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.regist_center .t-message p {
  padding: 0px 2.281vw 1.302vw;
}

.regist_center .t-message .btn {
  display: inline-block;
  margin-bottom: 0px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 4px;
  user-select: none;
  outline: none;
  transition: 0.2s ease-out;
  padding: 0.313vw 1.042vw 0.208vw;
  font-size: 0.833vw;
  color: rgb(255, 255, 255);
  background: radial-gradient(90.23% 82.5% at 50% 53.7%, rgb(0, 194, 107) 0%, rgb(31, 215, 85) 100%);
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
}

.news_banner {
  width: 100%;
  position: relative;
}

.news_banner .img {
  width: 100%;
}

.news_banner .img img {
  width: 100%;
}

.news_banner .c-wrap {
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 9;
  bottom: 0px;
  height: 100%;
  display: flex;
  align-items: flex-end;
}

.news_banner .c-wrap .title::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 9.3229vw;
  background: rgb(13, 193, 102);
  left: 0px;
  bottom: -1.4063vw;
  transform: scaleY(0);
  transform-origin: center top;
  transition: transform 1.3s cubic-bezier(0, 0, 0.2, 1);
}

.news_banner .c-wrap .title.duan::before {
  height: 7.0313vw;
}

.news_banner .c-wrap .title.duan1::before {
  height: 7.0313vw;
}

.news_banner.loaded .c-wrap .title::before {
  transform: scaleY(1);
}

.news_banner .c-wrap .title {
  box-sizing: border-box;
  padding-left: 1.3542vw;
  padding-bottom: 1.8229vw;
  font-size: 2.0833vw;
  color: rgb(10, 17, 15);
  position: relative;
}

.news_banner .desc {
  z-index: 4;
  position: absolute;
  right: 0px;
  bottom: -1.9271vw;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  font-weight: bold;
  font-size: 1.5625vw;
  color: rgb(255, 255, 255);
  width: 21.8229vw;
}

.news_banner .desc.black {
  color: rgb(10, 17, 15);
}

.news_banner .desc.black p {
  font-weight: bold;
}

.news_banner .desc .bg {
  margin-top: 1.4208vw;
  width: 100%;
}

.news_banner .desc .img {
  width: 10.2083vw;
}

.news_pageShow {
  width: 100%;
}

.news_title {
  padding-top: 5.5208vw;
  padding-bottom: 3.6458vw;
  border-bottom: 1px solid rgb(231, 231, 231);
  margin-bottom: 1.0938vw;
  line-height: 1.5;
  font-size: 1.0417vw;
  color: rgb(10, 17, 15);
}

.news_nav {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 1.8229vw;
}

.news_nav .a {
  margin: 0px 3.8542vw;
  font-size: 0.8333vw;
  color: rgb(10, 17, 15);
  position: relative;
  padding-bottom: 0.9375vw;
  cursor: pointer;
}

.news_nav .a::before {
  content: "";
  position: absolute;
  width: 0px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  height: 0.1042vw;
  background: rgb(0, 194, 107);
  bottom: 0px;
  transition: 0.5s;
}

.news_nav .a.active {
  font-weight: bold;
}

.news_nav .a.active::before {
  width: calc(100% + 0.2083vw);
}

.news_nav .a:hover::before {
  width: calc(100% + 0.2083vw);
}

.news_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.news_list li {
  width: 21.1458vw;
  margin-right: 5.9979vw;
  margin-bottom: 2.8646vw;
}

.news_list li a {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  cursor: pointer;
  padding-bottom: 0.5208vw;
  border-bottom: 1px solid rgb(211, 211, 211);
  position: relative;
}

.news_list li a::before {
  content: "";
  background: rgb(7, 198, 99);
  width: 0px;
  left: 0px;
  bottom: -1px;
  height: 2px;
  position: absolute;
  transition: 0.5s;
}

.news_list li a:hover::before {
  width: 100%;
}

.news_list li a .img {
  width: 100%;
  overflow: hidden;
}

.news_list li a .img img {
  width: 100%;
  transition: 0.5s;
}

.news_list li a:hover .img img {
  transform: scale(1.02);
}

.news_list li a .biaoqian {
  margin-top: 0.9896vw;
  font-size: 0.7292vw;
  color: rgb(10, 17, 15);
}

.news_list li a .tit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 2.6042vw;
  font-weight: bold;
  font-size: 0.9375vw;
  color: rgb(10, 17, 15);
  margin-top: 0.625vw;
  line-height: 1.5;
}

.news_list li a .txt {
  font-size: 0.7292vw;
  color: rgb(10, 17, 15);
  margin-top: 0.5208vw;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}

.news_list li a .time {
  font-size: 0.625vw;
  color: rgb(10, 17, 15);
  margin-top: 2.6563vw;
}

.news_list li:nth-child(3n) {
  margin-right: 0px;
}

.news_list .zhanwu {
  text-align: center;
  width: fit-content;
  margin: 0px auto;
  font-size: 1.0417vw;
}

.news_page {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 2.3958vw;
}

.news_page .button {
  width: 1.5625vw;
  height: 1.5625vw;
  border: 1px solid rgb(192, 192, 192);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.news_page .button img {
  width: 0.2604vw;
  transition: 0.5s;
}

.news_page .button.prev {
  margin-right: 0.2083vw;
}

.news_page .button.prev:hover img {
  transform: translateX(-0.2604vw);
}

.news_page .button.next:hover img {
  transform: translateX(0.2604vw);
}

.news_show_title {
  width: 100%;
  position: absolute;
  left: 0px;
  top: 11.5625vw;
  display: flex;
  justify-content: center;
}

.news_show_title .max {
  width: 47.2917vw;
  display: flex;
  flex-direction: column;
}

.news_show_title .max .time {
  font-size: 0.8333vw;
  color: rgb(10, 17, 15);
}

.news_show_title .max .time span {
  margin-right: 1.1979vw;
}

.news_show_title .max .tit {
  margin-top: 1.0938vw;
  font-weight: bold;
  font-size: 2.0833vw;
  color: rgb(24, 24, 24);
  line-height: 1.5;
}

.news_banner.yinshi .news_show_title {
  top: auto;
  bottom: 1.1458vw;
}

.news_banner.yinshi .news_show_title .max {
  position: relative;
}

.news_banner.yinshi .news_show_title .max::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 7.0313vw;
  background: rgb(13, 193, 102);
  left: -1.1458vw;
  bottom: -2.4479vw;
  transform: scaleY(0);
  transform-origin: center top;
  transition: transform 1.3s cubic-bezier(0, 0, 0.2, 1);
}

.news_banner.yinshi .news_show_title.loaded .max::before {
  transform: scaleY(1);
}

.news_banner.yinshi .news_show_title .tit {
  margin-top: 0px;
}

.news_show_title .max .txt {
  margin-top: 1.0938vw;
  font-size: 1.0417vw;
  color: rgb(24, 24, 24);
}

.news_show {
  width: 47.2917vw;
  margin: 0px auto;
  padding-top: 4.2708vw;
  padding-bottom: 5.4688vw;
  font-size: 1.0417vw;
  color: rgb(10, 17, 15);
  line-height: 1.6667vw;
}

.news_show .small {
  font-size: 0.8333vw;
}

.news_show img {
  max-width: 100%;
  display: inline-block;
}

.news_show.yinshi {
  padding-top: 1.7188vw;
}

.news-table-cont {
  border-collapse: collapse;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
}

.news-table-cont {
  border: 1px solid;
}

.news-table-cont td {
  border-bottom: 1px solid;
  border-left: 1px solid;
  padding: 0.5vw;
  text-align: center;
}

.news-table-cont td:first-child {
  border-left: 0px;
  width: 10%;
}

.news-table-cont td:nth-child(2) {
  width: 15%;
}

.news-table-cont td:nth-child(3) {
  width: 20%;
}

.news-table-cont td:nth-child(4) {
  width: 45%;
  text-align: left;
}

.news-table-cont tr:last-child td {
  border-bottom: 0px;
  text-align: left;
}

.news-table-cont th {
  border-left: 1px solid;
  padding: 0.5vw;
  border-bottom: 1px solid;
  font-weight: normal;
}

.news-table-cont th:first-child {
  border-left: 0px;
}

.news-table-cont ul {
  padding-left: 1vw;
}

.news-table-cont ul li {
  list-style: disc;
}

.video_cont video {
  width: 100%;
  height: 100%;
}

.news_show .mySwiper {
  width: 100%;
  padding-bottom: 3vw;
}

.news_show .mySwiper .swiper-button-next, .news_show .mySwiper .swiper-button-prev {
  width: 2.8125vw;
  height: 1.5625vw;
  inset: auto 0px 0px auto;
  background: transparent;
  border: 1px solid rgb(224, 224, 224);
  transform: initial;
  margin: 0px;
  overflow: hidden;
}

.news_show .mySwiper .swiper-button-next::after, .news_show .mySwiper .swiper-button-prev::after {
  content: "";
  width: 100%;
  height: 100%;
  transition: 0.5s;
}

.news_show .mySwiper .swiper-button-prev {
  right: 3.5833vw;
}

.news_show .mySwiper .swiper-button-next:hover, .news_show .mySwiper .swiper-button-prev:hover {
  background: rgb(0, 194, 107);
  border-color: rgb(0, 194, 107);
}

.news_show .mySwiper .swiper-button-prev::after {
  background: url("../img/left.png") center center / 1.1979vw no-repeat;
}

.news_show .mySwiper .swiper-button-prev:hover::after {
  transform: translateX(-0.2604vw);
}

.news_show .mySwiper .swiper-button-next {
}

.news_show .mySwiper .swiper-button-next::after {
  background: url("../img/right.png") center center / 1.1979vw no-repeat;
}

.news_show .mySwiper .swiper-button-next:hover::after {
  transform: translateX(0.2604vw);
}

.news_show .mySwiper.wufeng {
  padding-bottom: 0px;
}

.news_show .mySwiper.wufeng .swiper-wrapper {
  transition-timing-function: linear !important;
}

.news_show .dian {
  padding-left: 1.2vw;
}

.news_show .dian li {
  list-style: disc;
}

.about_title {
  padding-top: 4.0104vw;
  border-bottom: 1px solid rgb(231, 231, 231);
  margin-bottom: 7.3958vw;
}

.about_title .nav {
  display: flex;
}

.about_title .nav .a {
  padding-bottom: 0.8854vw;
  position: relative;
  font-size: 0.8333vw;
  color: rgb(10, 17, 15);
  margin-right: 17.7083vw;
  cursor: pointer;
}

.about_title .nav .a:last-child {
  margin-right: 0px;
}

.about_title .nav .a::before {
  content: "";
  position: absolute;
  width: 0px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  height: 0.1042vw;
  background: rgb(0, 194, 107);
  bottom: -1px;
  transition: 0.5s;
}

.about_title .nav .a:hover::before {
  width: 100%;
}

.about_title .nav .a.active {
  font-weight: bold;
}

.about_title .nav .a.active::before {
  width: 100%;
}

.about_show {
  display: flex;
  flex-direction: column;
  padding-bottom: 7.2917vw;
}

.about_show .top {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 29.8438vw;
  margin-bottom: 4.7396vw;
}

.about_show .top::before {
  content: "";
  position: absolute;
  width: 0.1042vw;
  height: 5.9375vw;
  background: rgb(13, 193, 102);
  left: 0px;
  bottom: 0px;
  transform: scaleY(0);
  transform-origin: center top;
  transition: transform 1.3s cubic-bezier(0, 0, 0.2, 1);
}

.about_show.loaded .top::before {
  transform: scaleY(1);
}

.about_show .top .tit {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 1.6667vw;
  color: rgb(41, 41, 41);
}

.about_show .top .tit img {
  width: 2.7604vw;
  margin-right: 0.7813vw;
}

.about_show .top .txt {
  font-weight: bold;
  font-size: 1.0417vw;
  color: rgb(10, 17, 15);
  line-height: 1.8229vw;
  margin-top: 1.875vw;
}

.about_show .top .bg {
  position: absolute;
  width: 52.0833vw;
  height: calc(100% - 1.4063vw);
  right: 0px;
  bottom: 0px;
  z-index: 9;
}

.about_show .top .bg img {
  width: 100%;
  float: left;
}

.about_show .top .bg .img1 {
  width: 28.125vw;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 3;
}

.about_show .top .bg .img2 {
  position: absolute;
  left: 28.125vw;
  bottom: 0px;
  width: 16.3542vw;
  z-index: 3;
}

.about_show .top .bg .img3 {
  width: 13.9583vw;
  left: 11.7708vw;
  position: absolute;
  top: 0px;
  z-index: 2;
}

.about_show .top .bg .img4 {
  left: 23.5938vw;
  position: absolute;
  width: 20.7292vw;
  top: 0px;
  z-index: 2;
}

.about_show .top .bg .img5 {
  position: absolute;
  left: 38.6458vw;
  width: 29.1667vw;
  top: 0px;
  z-index: 1;
}

.about_show .top .bg p {
  font-weight: bold;
  font-size: 1.5625vw;
  color: rgb(255, 255, 255);
  line-height: 1.5;
  position: absolute;
  top: 3.5938vw;
  right: 0px;
  z-index: 4;
}

.about_show .desc {
  display: flex;
  flex-direction: column;
  font-size: 0.7813vw;
  color: rgb(100, 100, 100);
}

.about_show .desc p {
  margin-bottom: 1.3021vw;
}

.about_show .desc p:last-child {
  margin-bottom: 0px;
}

.sec_title_about {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.sec_title_about h2 {
  font-weight: bold;
  font-size: 1.875vw;
  color: rgb(10, 17, 15);
}

.sec_title_about p {
  font-size: 1.875vw;
  color: rgb(10, 17, 15);
  margin-top: 0.5208vw;
}

.sec_title_about .txt {
  font-size: 0.7813vw;
  color: rgb(93, 93, 93);
  line-height: 1.5;
  margin-top: 1.0417vw;
}

.about_honor {
  width: 100%;
  display: flex;
  margin-bottom: 7.3542vw;
  padding-top: 4.6875vw;
}

.about_honor .list {
  width: 16.8229vw;
  margin-right: 0.3646vw;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.about_honor .list .img {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 2.3958vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about_honor .list .img img {
  max-width: 100%;
  max-height: 100%;
}

.about_honor .list .tit {
  font-weight: bold;
  font-size: 0.8333vw;
  color: rgb(10, 17, 15);
}

.about_honor .list:nth-child(4n) {
  margin-right: 0px;
}

.about_coreValues {
  background: url("../img/bg10.png") 0% 0% / cover no-repeat;
  padding-top: 3.9063vw;
  padding-bottom: 4.1667vw;
  position: relative;
}

.about_coreValues .mySwiper {
  width: 100%;
  height: 31.3542vw;
  overflow: hidden;
  margin-top: 2.9688vw;
  position: relative;
  z-index: 9;
}

.about_coreValues .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.about_coreValues .c-wrap.aa {
  position: relative;
  padding: 2.6563vw 6.875vw 2.7083vw 29.4271vw;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.about_coreValues .c-wrap.aa.desc {
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  bottom: 4.1667vw;
  height: 31.3542vw;
}

.about_coreValues::before {
  content: "";
  right: 0px;
  width: 70.4688vw;
  height: 31.3542vw;
  background: url("../img/bg11.png") right center / auto 100% no-repeat rgb(0, 0, 0);
  position: absolute;
  z-index: 1;
  bottom: 4.1667vw;
}

.about_coreValues .c-wrap.aa .img {
  position: absolute;
  width: 41.875vw;
  left: -16.0938vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.about_coreValues .c-wrap.aa .img img {
  width: 100%;
  float: left;
}

.about_coreValues .c-wrap.aa ul {
  position: relative;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

.about_coreValues .c-wrap.aa.desc ul {
  visibility: visible;
  opacity: 1;
  z-index: 9;
}

.about_coreValues .c-wrap.aa li {
  margin-bottom: 1.5625vw;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.about_coreValues .c-wrap.aa li:last-child {
  margin-bottom: 0px;
}

.about_coreValues .c-wrap.aa li .tit {
  box-sizing: border-box;
  padding-left: 1.0417vw;
  font-size: 0.9375vw;
  color: rgb(185, 185, 185);
  background: url("../img/jt4.png") left center / 0.3125vw no-repeat;
  position: relative;
}

.about_coreValues .c-wrap.aa li.active .tit {
  background: url("../img/jt7.png") left center / 0.625vw no-repeat;
  font-weight: bold;
  font-size: 1.5625vw;
  color: rgb(255, 255, 255);
}

.about_coreValues .c-wrap.aa li .txt {
  box-sizing: border-box;
  padding-left: 1.0417vw;
  margin-top: 1.0417vw;
  font-size: 0.9375vw;
  color: rgb(255, 255, 255);
  line-height: 1.4583vw;
  padding-bottom: 1.5104vw;
  position: relative;
  display: none;
}

.about_coreValues .c-wrap.aa li:nth-child(1) .txt {
  margin-bottom: 5.5208vw;
}

.about_coreValues .c-wrap.aa li:nth-child(3) .txt {
  margin-bottom: 4.7396vw;
}

.about_coreValues .c-wrap.aa li:nth-child(2) .txt {
  margin-bottom: 3.2813vw;
}

.about_coreValues .c-wrap.aa li:nth-child(4) .txt {
  margin-bottom: 0px;
}

.about_coreValues .c-wrap.aa .txt::before {
  content: "";
  position: absolute;
  left: 1.0417vw;
  bottom: 0px;
  width: 2.0833vw;
  height: 0.2604vw;
  background: rgb(0, 194, 107);
}

.about_coreValues .swiper-pagination {
  width: auto;
  right: 3.0729vw;
  bottom: 3.6979vw;
  left: auto;
}

.about_coreValues .swiper-pagination .swiper-pagination-bullet {
  margin: 0px 0.3125vw 0px 0px;
  width: 1.5625vw;
  height: 0.2083vw;
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
  border-radius: 0px;
  position: relative;
}

.about_coreValues .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0px;
}

.about_coreValues .swiper-pagination .swiper-pagination-bullet span {
  font-weight: bold;
  font-size: 0.625vw;
  color: rgb(255, 255, 255);
  left: 0.1563vw;
  bottom: calc(100% + 0.5208vw);
  position: absolute;
  display: none;
}

.about_coreValues .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 100%;
  left: 0px;
  top: 0px;
  background: rgb(255, 255, 255);
}

.about_coreValues .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 4.1146vw;
}

.about_coreValues .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active span {
  display: block;
}

.about_coreValues .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  width: 100%;
  transition: 5s;
}

.about_esg {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 2.5vw;
}

.about_esg .esg {
  background: url("../img/bg12.jpg") center top / 100% no-repeat;
  padding-top: 37.4479vw;
  width: 100%;
  margin-top: 2.5521vw;
}

.about_esg .esg .ul {
  display: flex;
}

.about_esg .esg .ul .li {
  width: 24.6875vw;
  margin-right: 0.7292vw;
  display: flex;
  flex-direction: column;
  height: 33.9063vw;
  background: rgb(255, 255, 255);
  box-sizing: border-box;
  position: relative;
  border-bottom: 1px solid rgb(232, 232, 232);
}

.about_esg .esg .ul .li::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0px;
  height: 1px;
  background: rgb(0, 194, 107);
  transition: 0.5s;
}

.about_esg .esg .ul .li .top {
  width: 100%;
  height: 9.4792vw;
  position: relative;
  border-bottom: 1px solid rgb(232, 232, 232);
  cursor: pointer;
}

.about_esg .esg .ul .li .top .tit {
  font-weight: bold;
  font-size: 1.1458vw;
  color: rgb(10, 17, 15);
  position: absolute;
  left: 1.875vw;
  bottom: 0.8333vw;
  transition: 0.5s;
}

.about_esg .esg .ul .li .top .num {
  font-weight: bold;
  font-size: 1.1458vw;
  color: rgb(188, 188, 188);
  right: 1.9792vw;
  bottom: 0.2604vw;
  position: absolute;
  padding-bottom: 0.7813vw;
  transition: 0.5s;
}

.about_esg .esg .ul .li .top .num::before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  width: 0px;
  height: 0.1042vw;
  background: rgb(0, 194, 107);
  bottom: 0px;
}

.about_esg .esg .ul .li .top img {
  width: 5.0521vw;
  position: absolute;
  top: 0.625vw;
  right: 1.25vw;
}

.about_esg .esg .ul .li .bottom {
  flex: 1 1 0%;
  height: 0px;
  box-sizing: border-box;
  padding: 1.875vw;
  transition: 0.5s;
  opacity: 0;
}

.about_esg .esg .ul .li.active .bottom {
  opacity: 1;
}

.about_esg .esg .ul .li .bottom .tit {
  font-weight: bold;
  font-size: 0.9375vw;
  color: rgb(10, 17, 15);
  line-height: 1.4583vw;
}

.about_esg .esg .ul .li .bottom .txt {
  margin-top: 3.0104vw;
  font-size: 0.7813vw;
  color: rgb(10, 17, 15);
  line-height: 1.4583vw;
}

.about_esg .esg .ul .li .bottom .txt strong {
  font-weight: bold;
}

.about_esg .esg .ul .li.active::before {
  width: 100%;
}

.about_esg .esg .ul .li.active .top {
  background: url("../img/bg13.png") 0% 0% / cover no-repeat rgb(255, 255, 255);
}

.about_esg .esg .ul .li.active .top .tit {
  bottom: 6.5104vw;
}

.about_esg .esg .ul .li.active .top .num {
  bottom: 0.7292vw;
  color: rgb(36, 36, 36);
}

.about_esg .esg .ul .li.active .top .num::before {
  width: calc(100% + 0.2083vw);
}

.about_esg .esg .ul .li:last-child {
  margin-right: 0px;
}

.about_team {
  margin-top: 3.9583vw;
}

.about_team .diqiu {
  width: 100%;
  position: relative;
  margin-top: 9.8958vw;
  box-sizing: border-box;
  padding-left: 4.0625vw;
  padding-right: 6.7188vw;
}

.about_team .diqiu img {
  width: 100%;
}

.about_team .diqiu .list {
  position: absolute;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 4.8958vw;
}

.about_team .diqiu .list span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 2.2917vw;
  background: rgb(216, 247, 235);
  box-shadow: rgba(189, 189, 189, 0.25) 0px 0.2604vw 0.5729vw 0px;
  border-radius: 1.1458vw;
  border: 0.1042vw solid rgb(255, 255, 255);
  box-sizing: border-box;
  font-size: 0.8333vw;
  color: rgb(10, 17, 15);
}

.about_team .diqiu .list .dian {
  margin-top: 0.5208vw;
  width: 0.5208vw;
  height: 0.5208vw;
  position: relative;
}

.about_team .diqiu .list .dian::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  background: rgb(19, 197, 130);
  animation: 3s linear 0s infinite normal none running round2;
}

.about_team .diqiu .list .dian::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  background: rgb(19, 197, 130);
  opacity: 0.5;
  animation: 3s linear 1s infinite normal none running round2;
}

@-webkit-keyframes round2 {
  0% {
      opacity: 1;
      transform: scale(0);
  }

  100% {
      opacity: 0;
      transform: scale(2);
  }
}

@keyframes round2 {
  0% {
      opacity: 1;
      transform: scale(0);
  }

  100% {
      opacity: 0;
      transform: scale(2);
  }
}

.about_team .diqiu .list:hover span {
  background: rgb(13, 201, 132);
  border: 0.0521vw solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  font-weight: bold;
}

.about_team .diqiu .list.milu {
  left: 23.6979vw;
  bottom: 11.9792vw;
}

.about_team .diqiu .list.baxi {
  left: 28.0208vw;
  bottom: 7.2396vw;
}

.about_team .diqiu .list.lmny {
  left: 50.6771vw;
  top: 5.3125vw;
}

.about_team .diqiu .list.wzbkst {
  right: 36.6667vw;
  top: 7.4479vw;
  width: 7.1875vw;
}

.about_team .diqiu .list.aiji {
  right: 44.1667vw;
  top: 12.6042vw;
}

.about_team .diqiu .list.shenyang {
  right: 19.6354vw;
  top: 8.1771vw;
}

.about_team .diqiu .list.hanguo {
  right: 14.4271vw;
  top: 7.0833vw;
}

.about_team .diqiu .list.dalian {
  right: 16.1979vw;
  top: 10.7292vw;
}

.about_team .diqiu .list.riben {
  right: 10.7292vw;
  top: 9.8958vw;
}

.about_team .diqiu .list.feilvbin {
  right: 19.6875vw;
  top: 16.0938vw;
}

.about_team .diqiu .list.yinni {
  right: 21.5104vw;
  bottom: 10.5729vw;
}

.about_team .diqiu .list.taiguo {
  right: 15.7813vw;
  bottom: 9.5313vw;
}

.about_team .diqiu .list.yuenan {
  right: 20.9375vw;
  bottom: 6.4063vw;
}

.about_team .diqiu .list.malaixiya {
  right: 15.7292vw;
  bottom: 5.2604vw;
}

.section6.contact {
  padding-top: 0px;
}

.section6.contact .message {
  padding-top: 4.8958vw;
  padding-bottom: 3.0729vw;
  border-top: 0px;
}

.section6.contact .message .c-wrap {
  flex-direction: initial;
}

.section6.contact .message .left {
  display: flex;
  flex-direction: column;
  padding-top: 0.9375vw;
}

.section6.contact .message .left .tit {
  margin-bottom: 1.0938vw;
}

.section6.contact .message .txt {
  width: auto;
  margin-bottom: 1.0938vw;
  font-size: 0.7813vw;
  color: rgb(100, 100, 100);
}

.section6.contact .message .right {
  box-sizing: border-box;
  height: 31.7188vw;
  flex: 1 1 0%;
  width: 0px;
  border-left: 1px solid rgb(234, 234, 234);
  padding-top: 1.3021vw;
  margin-left: 11.6667vw;
  padding-left: 3.75vw;
  display: flex;
  flex-direction: column;
}

.section6.contact .message .right .tit {
  font-weight: bold;
  font-size: 1.0417vw;
  color: rgb(10, 17, 15);
  box-sizing: border-box;
  padding-left: 0.4167vw;
}

.section6.contact .message .right .txt {
  margin-top: 0.9375vw;
  font-size: 0.7813vw;
  color: rgb(81, 81, 81);
  line-height: 1.6667vw;
  box-sizing: border-box;
  padding-left: 0.4167vw;
}

.section6.contact .message .right .ewm {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 4.5313vw;
}

.section6.contact .message .right .ewm span {
  font-weight: bold;
  font-size: 1.0417vw;
  color: rgb(10, 17, 15);
  line-height: 1.5;
  margin-bottom: 1.0938vw;
}

.section6.contact .message .right .ewm img {
  width: 6.6146vw;
}

.head_search {
  width: 100%;
  background: rgb(0, 2, 0);
  min-height: 100vh;
}

.head_search .gohome {
  position: absolute;
  width: 1.45vw;
  top: 8.0625vw;
  right: 2vw;
  z-index: 99;
}

.head_search .gohome img {
  width: 100%;
}

.head_search .max {
  width: 54.1146vw;
  padding-top: calc(9.1146vw);
  margin: 0px auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.head_search .max .tit {
  font-weight: bold;
  font-size: 1.875vw;
  color: rgb(255, 255, 255);
  margin-bottom: 1.6667vw;
}

.head_search .max .sea {
  width: 100%;
  height: 5.5729vw;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgb(100, 100, 100);
}

.head_search .max .sea img {
  width: 1.3021vw;
  margin-right: 1.5625vw;
}

.head_search .max .sea input {
  flex: 1 1 0%;
  height: 100%;
  width: 0px;
  font-weight: bold;
  font-size: 1.4583vw;
  color: rgb(255, 255, 255);
  outline: none;
  background: transparent;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
  padding: 0px;
}

.head_search .max .sea .close {
  width: 1.25vw;
  margin-right: 0.9375vw;
  cursor: pointer;
  display: none;
}

.head_search .max .sea input::-webkit-input-placeholder {
  color: rgb(112, 112, 112);
}

.sea_list {
  width: 100%;
  box-sizing: border-box;
  padding-left: 0.1563vw;
  padding-right: 1.25vw;
  padding-top: 1.3542vw;
  display: none;
}

.sea_list .list {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 1.0938vw;
}

.sea_list .list .img {
  width: 8.4896vw;
}

.sea_list .list .img img {
  float: left;
  width: 100%;
}

.sea_list .list .desc {
  font-size: 0.8333vw;
  color: rgb(240, 240, 240);
  box-sizing: border-box;
  padding-right: 1.0417vw;
  position: relative;
  margin-left: 1.1979vw;
  flex: 1 1 0%;
  width: 0px;
}

.sea_list .list .desc span {
  color: rgb(0, 194, 107);
}

.sea_list .list .desc::before {
  width: 0.3646vw;
  height: 100%;
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  background: url("../img/jt4.png") center center / 0.3646vw no-repeat;
}

.sea_list .list:last-child {
  margin-bottom: 0px;
}

.sec_sitemap {
  padding-top: 8.5208vw;
  padding-bottom: 3.6979vw;
}

.sec_sitemap .title {
  font-size: 1.1458vw;
  margin-bottom: 0.9375vw;
  color: rgb(14, 14, 14);
  font-weight: bold;
}

.sec_sitemap .tit {
  width: 100%;
  display: flex;
  align-items: center;
  height: 2.6042vw;
  background: rgb(249, 249, 249);
  box-sizing: border-box;
  padding: 0px 1.1458vw;
  font-size: 0.9375vw;
  color: rgb(14, 14, 14);
  font-weight: bold;
  margin-bottom: 1.0417vw;
}

.sec_sitemap .txt {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 1.0417vw;
}

.sec_sitemap .txt a {
  color: rgb(10, 17, 15);
  font-size: 0.8333vw;
  display: flex;
  align-items: center;
  margin-bottom: 1.0417vw;
  cursor: pointer;
  box-sizing: border-box;
  padding-left: 1.0417vw;
  background: url("../img/z_icon07.png") left center / 0.2083vw no-repeat;
}

.sec_sitemap .txt a:hover {
  color: rgb(0, 194, 107);
}

.sec_sitemap .desc {
  margin-top: -1.0417vw;
  display: flex;
  box-sizing: border-box;
  padding: 1.4583vw 0.9896vw 0px;
  border-top: 1px solid rgb(234, 234, 234);
}

.sec_sitemap .desc a {
  font-size: 0.8333vw;
  color: rgb(10, 17, 15);
  margin-right: 2.8646vw;
  cursor: pointer;
}

.sec_sitemap .desc a:hover {
  color: rgb(0, 194, 107);
}

.sec_sitemap .desc a:last-child {
  margin-right: 0px;
}

.loadding {
  width: 100vw;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0px;
  left: 0px;
  text-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  z-index: 9999;
  overflow: hidden;
  display: none;
}

.loadding .t-message {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  flex-direction: column;
}

.loadding .t-message p {
  font-size: 0.8333vw;
  color: rgb(255, 255, 255);
  margin-top: 1.5vw;
}

.load-circle {
  width: 2.0833vw;
  height: 2.0833vw;
  position: relative;
}

.load-container1 > div, .load-container2 > div, .load-container3 > div {
  width: 20%;
  height: 20%;
  background-color: rgb(255, 255, 255);
  border-radius: 100%;
  position: absolute;
  animation: 1.2s ease-in-out 0s infinite normal both running bouncedelay;
}

.load-circle .load-container {
  position: absolute;
  width: 100%;
  height: 100%;
}

.load-container2 {
  transform: rotateZ(45deg);
}

.load-container3 {
  transform: rotateZ(90deg);
}

.circle1 {
  top: 0px;
  left: 0px;
}

.circle2 {
  top: 0px;
  right: 0px;
}

.circle3 {
  right: 0px;
  bottom: 0px;
}

.circle4 {
  left: 0px;
  bottom: 0px;
}

.load-container2 .circle1 {
  animation-delay: -1.1s;
}

.load-container3 .circle1 {
  animation-delay: -1s;
}

.load-container1 .circle2 {
  animation-delay: -0.9s;
}

.load-container2 .circle2 {
  animation-delay: -0.8s;
}

.load-container3 .circle2 {
  animation-delay: -0.7s;
}

.load-container1 .circle3 {
  animation-delay: -0.6s;
}

.load-container2 .circle3 {
  animation-delay: -0.5s;
}

.load-container3 .circle3 {
  animation-delay: -0.4s;
}

.load-container1 .circle4 {
  animation-delay: -0.3s;
}

.load-container2 .circle4 {
  animation-delay: -0.2s;
}

.load-container3 .circle4 {
  animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
      transform: scale(0);
  }

  40% {
      transform: scale(1);
  }
}

@keyframes bouncedelay {
  0%, 80%, 100% {
      transform: scale(0);
  }

  40% {
      transform: scale(1);
  }
}

.mob_show {
  display: none;
}

@media screen and (max-width: 992px) {
  body {
      text-size-adjust: 100%;
  }

  .pc_show {
      display: none;
  }

  .mob_show {
      display: block;
  }

  .c-wrap {
      width: calc(100% - 9.6vw);
  }

  .head_search .gohome {
      display: none;
  }

  .head_search .max {
      padding-top: calc(29.8666vw);
      width: calc(100% - 11.7333vw);
  }

  .head_search .max .tit {
      margin-bottom: 2.9333vw;
      font-size: 3.7333vw;
  }

  .head_search .max .sea {
      height: 12.5333vw;
      box-sizing: border-box;
      padding: 0px 1.8667vw;
      border-bottom: 1px solid rgb(59, 59, 59);
  }

  .head_search .max .sea img {
      margin-right: 3.2vw;
      width: 4vw;
  }

  .head_search .max .sea input {
      font-size: 4.2667vw;
  }

  .head_search .max .sea .close {
      width: 3.4667vw;
      margin-right: 0px;
  }

  .sea_list {
      padding: 9.0667vw 0px 0px;
  }

  .sea_list .list {
      margin-bottom: 6.6667vw;
  }

  .sea_list .list .img {
      width: 25.6vw;
  }

  .sea_list .list .desc {
      margin-left: 6.1333vw;
      font-size: 3.7333vw;
  }

  .c-banner1 .swiper-slide .img {
      height: auto;
  }

  .c-banner1 .swiper-slide .c-wrap {
      width: calc(100% - 18.1333vw);
      bottom: auto;
      top: 30.1333vw;
  }

  .c-banner1 .swiper-slide .c-wrap h2 {
      font-size: 8.5333vw;
      margin-bottom: 4.5333vw;
  }

  .c-banner1 .swiper-slide .c-wrap p {
      font-size: 3.2vw;
      margin-bottom: 5.8667vw;
  }

  .c-banner1 .swiper-slide .c-wrap .more .a1 {
      width: 8.8vw;
      height: 5.6vw;
      margin-right: 2.6667vw;
  }

  .c-banner1 .swiper-slide .c-wrap .more .a1 img {
      width: 4vw;
  }

  .c-banner1 .swiper-slide .c-wrap .more .a2 {
      font-size: 3.2vw;
  }

  .c-banner1 .c-dot {
      bottom: auto;
      top: 65.8667vw;
      left: 9.0667vw;
      height: 5.4667vw;
      display: flex;
      align-items: flex-end;
  }

  .c-banner1 .c-dot .c-wrap {
      width: 100%;
  }

  .c-banner1 .c-dot .swiper-pagination .swiper-pagination-bullet {
      width: 4.8vw;
      height: 0.64vw;
      margin: 0px 0.96vw 0px 0px;
  }

  .c-banner1 .c-dot .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      width: 12.64vw;
  }

  .c-banner1 .c-dot .swiper-pagination .swiper-pagination-bullet span {
      left: 0.48vw;
      bottom: calc(100% + 1.0667vw);
      font-size: 2.6667vw;
  }

  .counter {
      margin-top: -13.3333vw;
  }

  .counter .mySwiper {
      width: 100%;
      height: 13.3333vw;
      margin: 0px;
  }

  .counter .mySwiper .swiper-slide {
      padding: 0px 4.5333vw;
      font-size: 3.2vw;
  }

  .counter .swiper-button-next, .counter .swiper-button-prev {
      top: auto;
      margin: 0px;
      bottom: calc(100% + 4.1067vw);
      right: 0.6933vw;
      transform: initial;
      width: 7.36vw;
      height: 7.36vw;
      border: 0px;
  }

  .counter .swiper-button-prev {
      background: rgb(0, 194, 107);
      right: 12.3733vw;
  }

  .counter .swiper-button-prev::after {
      background: url("../img/left1.png") center center / 3.2533vw no-repeat;
  }

  .counter .swiper-button-next {
      background: rgb(57, 57, 57);
  }

  .counter .swiper-button-next::after {
      background: url("../img/right1.png") center center / 3.2533vw no-repeat;
  }

  .section1 {
      padding: 10.6667vw 0px;
  }

  .section1 .bg {
      display: none;
  }

  .sec_title h2 {
      font-size: 5.8667vw;
      line-height: 1.5;
  }

  .sec_title h3 {
      font-size: 5.8667vw;
      line-height: 1.5;
  }

  .sec_title p {
      margin-top: 2.4533vw;
      font-size: 3.4667vw;
      line-height: 5.3333vw;
  }

  .about {
      padding-top: 6.1867vw;
  }

  .about .customer_stories {
      flex-direction: column;
  }

  .about .customer_stories .content_item {
      width: 100%;
      height: auto;
      margin-bottom: 4.8vw;
      flex-direction: column-reverse;
  }

  .about .customer_stories.active .content_item {
      width: 100%;
  }

  .about .customer_stories .content_item.active {
      width: 100%;
  }

  .about .customer_stories .content_item:last-child {
      margin-bottom: 0px;
  }

  .about .customer_stories .content_item .img {
      height: auto;
  }

  .about .customer_stories .content_item.active .img::before {
      display: none;
  }

  .about .customer_stories .content_item .img img {
      width: 100%;
  }

  .about .customer_stories .content_item .num {
      display: none;
  }

  .about .customer_stories .content_item .title::before {
      display: none;
  }

  .about .customer_stories .content_item .title {
      height: auto;
      padding: 4.8vw 5.6vw 5.8667vw 6.6667vw;
      background: rgb(233, 248, 242);
  }

  .about .customer_stories .content_item.active .title {
      background: rgb(233, 248, 242);
  }

  .about .customer_stories .content_item .title span {
      font-size: 4.8vw;
      color: rgb(34, 34, 34);
      font-weight: bold;
      margin-bottom: 2.4vw;
  }

  .about .customer_stories .content_item .title .txt {
      font-weight: normal;
      font-size: 3.2vw;
      color: rgb(63, 63, 63);
      margin-bottom: 10.779vw;
      line-height: 1.5;
  }

  .about .customer_stories .content_item .title img {
      width: 5.0667vw;
  }

  .about .customer_stories .content_item .title img.img1 {
      display: block !important;
  }

  .about .customer_stories .content_item .title img.img2 {
      display: none !important;
  }

  .about .customer_stories .content_item.active .img .desc {
      display: none;
  }

  .section2 .sec_title {
      margin-bottom: 5.8667vw;
  }

  .gray_bg {
      height: calc(200.8vw);
  }

  .gray_bg .bg {
      height: calc(100% - 18.4vw);
  }
  .gray_bg .gray_bg1{
    padding-top: 12vw;
  }
  .gray_bg .gray_bg1 .bg1{
    width: calc(100% - 9.6vw);
  }
  .gray_bg .gray_bg1 .bg2{
    width: calc(100% - 9.6vw);
  }
  .gray_bg .gray_bg1 .bg2::after {
      width: 0.5333vw;
      height: 23.4667vw;
      bottom: 0;
  }

  .gray_bg .mySwiper .swiper-slide .c-wrap {
      padding: 12vw 2.9333vw 0px;
      height: calc(100% - 18.4vw);
  }

  .gray_bg .gray_bg1 .bg1::before {
      top: 74.6667vw;
      right: 1.8667vw;
      width: 0.5333vw;
      height: 35.7333vw;
  }

  .gray_bg .gray_bg1 .c-wrap .title {
      font-size: 5.8667vw;
      margin-bottom: 5.3333vw;
  }

  .gray_bg .gray_bg1 .c-wrap .txt {
      font-size: 3.4667vw;
      width: 61.3333vw;
      height: auto;
      line-height: 1.5;
      color: rgb(190, 190, 190);
  }

  .gray_bg .mySwiper .swiper-slide .c-wrap .pagination {
      position: absolute;
      height: 6.4vw;
      align-items: flex-end;
      left: 2.9333vw;
      bottom: 17.3333vw;
      margin-bottom: 0px;
      display: none;
  }

  .gray_bg .mySwiper .swiper-slide .c-wrap .pagination .bullet {
      width: 4.8vw;
      height: 0.64vw;
      margin: 0px 0.96vw 0px 0px;
  }

  .gray_bg .mySwiper .swiper-slide .c-wrap .pagination .bullet span {
      position: absolute;
      left: 0.48vw;
      bottom: calc(100% + 1.0667vw);
      font-size: 2.6667vw;
      color: rgb(255, 255, 255);
      display: none;
  }

  .gray_bg .mySwiper .swiper-slide .c-wrap .pagination .bullet.active {
      width: 12.64vw;
  }

  .gray_bg .mySwiper .swiper-slide .c-wrap .pagination .bullet.active span {
      display: block;
  }

  .gray_bg .mySwiper3 {
      position: absolute;
      left: calc(2.9333vw + 4.9333vw);
      bottom: 48.2107vw;
      width: 64vw;
      height: auto;
      margin-top: 0;
  }

  .gray_bg .gray_bg1 .bg1 .tit {
      right: 0.8vw;
      top: 62.1333vw;
      font-size: 2.6667vw;
      line-height: 1.5;
  }

  .gray_bg .mySwiper2 {
      left: 2.9333vw;
      top: 83.6771vw;
      height: 23.5vw;
  }

  .gray_bg .mySwiper2 .numCount li {
    margin-right: 10.6667vw;
  }

  .gray_bg .mySwiper2 .numCount li h2 .timer {
    font-size: 14.9333vw;
  }

  .gray_bg .mySwiper2 .numCount li h2 .unitb {
    font-size: 7.5467vw;
  }
  .gray_bg .mySwiper2 .numCount li h2 .unitC{
  font-size: 3.2vw;
}
.gray_bg .mySwiper2 .numCount li p {
    font-size: 3.2vw;
  }

  .gray_bg .mySwiper .swiper-pagination {
      left: 7.2vw;
      bottom: calc(35.7333vw);
      width: auto;
      top: auto;
      display: flex;
      align-items: flex-end;
      opacity: 1;
  }

  .gray_bg .mySwiper .swiper-pagination .swiper-pagination-bullet {
      width: 4.8vw;
      height: 0.64vw;
      margin: 0px 0.96vw 0px 0px;
      border-radius: 0px;
  }

  .gray_bg .mySwiper .swiper-pagination .swiper-pagination-bullet span {
      position: absolute;
      left: 0.48vw;
      bottom: calc(100% + 1.0667vw);
      font-size: 2.6667vw;
      color: rgb(255, 255, 255);
      display: none;
  }

  .gray_bg .mySwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      width: 16.86vw;
  }

  .gray_bg .mySwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active span {
      display: block;
  }

  .sec_territory {
      padding-top: 17.3333vw;
      padding-bottom: 26.6667vw;
      border-bottom: 0px;
      align-items: center;
      flex-direction: column;
  }

  .sec_territory .list {
      width: 75.7333vw;
      margin-right: 0px;
      margin-bottom: 17.8667vw;
      padding-bottom: 7.4667vw;
  }

  .sec_territory .list:last-child {
      margin-bottom: 0px;
  }

  .sec_territory .list::before {
      width: 14.1333vw;
      height: 1.8667vw;
      background: rgb(0, 194, 107);
  }

  .sec_territory .list .img {
      width: 52.0507vw;
      height: auto;
      margin-bottom: 8.8vw;
  }

  .sec_territory .list .tit {
      margin-bottom: 4.8vw;
      font-size: 4.8vw;
  }

  .sec_territory .list .txt {
      opacity: 1;
      visibility: visible;
      font-size: 3.4667vw;
  }

  .sec_title .a {
      margin-top: 5.8667vw;
      width: 42.1333vw;
      height: 10.6667vw;
      font-size: 3.7333vw;
  }

  .index_yuyue {
      position: fixed;
      z-index: 9;
      background: rgb(10, 17, 15);
      box-shadow: rgba(57, 57, 57, 0.25) 0px 1.0667vw 2.6133vw;
      border-radius: 0.5333vw;
      width: 37.3333vw;
      height: 11.2vw;
      display: flex;
      align-items: center;
      box-sizing: border-box;
      padding-left: 3.2vw;
      font-size: 3.4667vw;
      color: rgb(0, 194, 107);
      right: 2.9333vw;
      bottom: 10vw;
  }

  .index_yuyue .tx {
      width: 7.4667vw;
      margin-right: 1.6vw;
  }

  .index_yuyue .jt {
      width: 4vw;
      margin-left: 3.7333vw;
  }

  .sec_enterprise {
      margin-top: 12vw;
      height: auto;
  }

  .sec_enterprise::before {
      width: 12.8vw;
      height: 78.4vw;
  }

  .sec_enterprise .mySwiper {
      width: 100%;
      height: auto;
      margin-right: 0;
  }

  .sec_enterprise .mySwiper .swiper-slide .bg {
      height: auto;
      padding-right: 12.8vw;
  }

  .sec_enterprise .mySwiper .swiper-slide .bq {
      font-size: 9.7227vw;
      top: auto;
      bottom: calc(100% + 35.7333vw);
      left: -15.0667vw;
      writing-mode: initial;
      transform: rotate(90deg);
      opacity: 0.4;
  }

  .sec_enterprise .c-wrap {
      margin-top: 78.6667vw;
      height: 126.933vw;
      background: rgb(8, 11, 7);
      width: 100%;
  }

  .sec_enterprise .mySwiper .swiper-slide .desc {
      top: -9.3333vw;
      width: calc(100% - 9.3334vw);
      left: 4.2667vw;
      height: 130.133vw;
      padding: 15.4667vw 10.6667vw 0px;
  }

  .sec_enterprise .mySwiper .swiper-slide .desc .tit {
      margin-bottom: 12.8vw;
      font-size: 6.9333vw;
  }

  .sec_enterprise .mySwiper .swiper-slide .desc .tit img {
      width: 8.8vw;
      margin-right: 2.1333vw;
  }

  .sec_enterprise .mySwiper .swiper-slide .desc .txt {
      font-size: 4.8vw;
      line-height: 5.8667vw;
      margin-bottom: 5.3333vw;
  }

  .sec_enterprise .mySwiper .swiper-slide .desc .txt1 {
      font-size: 3.4667vw;
      line-height: 5.8667vw;
  }

  .sec_enterprise .mySwiper .swiper-slide .desc .ul {
      width: calc(100% - 10.1333vw);
      left: 10.1333vw;
      position: absolute;
      bottom: 8.5333vw;
  }

  .sec_enterprise .mySwiper .swiper-slide .desc .ul .li {
      min-width: initial;
      width: 29.8667vw;
      margin-right: 6.6667vw;
  }

  .sec_enterprise .mySwiper .swiper-slide .desc .ul .li .tit1 {
      font-size: 3.7333vw;
      line-height: 5.8667vw;
      padding-bottom: 1.0667vw;
      margin-bottom: 5.3333vw;
  }

  .sec_enterprise .mySwiper .swiper-slide .desc .ul .li .tit1::before {
      width: 6.1333vw;
  }

  .sec_enterprise .mySwiper .swiper-slide .desc .ul .li:last-child {
      width: 34.1333vw;
  }

  .sec_enterprise .mySwiper .swiper-slide .desc .ul .li.duo {
      width: auto !important;
  }

  .sec_enterprise .mySwiper .swiper-slide .desc .ul .li .num {
      font-size: 6.9333vw;
  }

  .sec_enterprise .mySwiper .swiper-pagination {
      inset: 58.1333vw 17.6vw auto auto;
      width: auto;
      display: flex;
      align-items: flex-end;
      opacity: 1;
  }

  .sec_enterprise .mySwiper .swiper-pagination .swiper-pagination-bullet {
      width: 4.8vw;
      height: 0.64vw;
      margin: 0px 0.96vw 0px 0px;
      border-radius: 0px;
  }

  .sec_enterprise .mySwiper .swiper-pagination .swiper-pagination-bullet span {
      position: absolute;
      left: 0.48vw;
      bottom: calc(100% + 1.0667vw);
      font-size: 2.6667vw;
      color: rgb(255, 255, 255);
      display: none;
  }

  .sec_enterprise .mySwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      width: 12.64vw;
  }

  .sec_enterprise .mySwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active span {
      display: block;
  }

  .sec_enterprise .mySwiper .swiper-button-next, .sec_enterprise .mySwiper .swiper-button-prev {
      width: 12.3733vw;
      height: 7.68vw;
      inset: 57.5467vw auto auto 4.2667vw;
  }

  .sec_enterprise .mySwiper .swiper-button-prev {
      display: block;
      left: 18.56vw;
      background: rgb(0, 0, 0);
  }

  .sec_enterprise .mySwiper .swiper-button-prev::after {
      background: url("../img/jt8.png") center center / 5.12vw no-repeat;
      position: absolute;
  }

  .sec_enterprise .mySwiper .swiper-button-prev:hover::after {
      transform: translateX(0px);
  }

  .sec_enterprise .mySwiper .swiper-button-next {
      background: rgb(0, 194, 107);
  }

  .sec_enterprise .mySwiper .swiper-button-next::after {
      background: url("../img/left.png") center center / 5.12vw no-repeat;
  }

  .sec_enterprise .mySwiper .swiper-button-next:hover {
      background: rgb(0, 194, 107);
  }

  .sec_enterprise .mySwiper .swiper-button-next:hover::after {
      transform: translateX(0px);
      background: url("../img/left.png") center center / 5.12vw no-repeat;
  }

  .section5 {
      padding-top: 8vw;
  }

  .section5 .sec_title h3 {
      font-size: 3.4667vw;
  }

  .sec_intelligence {
      padding-top: 9.6vw;
      margin-top: 0px;
      border-top: 0px;
  }

  .sec_intelligence .title {
      padding: 0px;
      margin-bottom: 2.1333vw;
  }

  .sec_intelligence .title .a {
      font-size: 3.7333vw;
      padding-bottom: 2.9333vw;
  }

  .sec_intelligence .title .a::before {
      height: 0.5333vw;
  }

  .sec_intelligence .title .a.active::before {
      width: 100%;
  }

  .sec_intelligence .ul {
      height: calc(147.867vw);
      padding-bottom: 9.8667vw;
  }

  .sec_intelligence .ul .list {
      flex-direction: column;
      background: url("../img/bg05.png") right bottom / 48.2667vw no-repeat rgb(243, 243, 243);
  }

  .sec_intelligence .ul .list .img {
      width: 100%;
      height: auto;
      max-height: 59vw;
  }

  .sec_intelligence .ul .list .desc {
      padding: 5.3333vw 6.4vw;
      width: 100%;
      height: 0px;
  }

  .sec_intelligence .ul .list .desc .biaoti {
      display: none;
  }

  .sec_intelligence .ul .list .desc .tit {
      font-size: 5.3333vw;
  }

  .sec_intelligence .ul .list .desc .txt {
      margin-top: 5.3333vw;
      font-size: 3.4667vw;
      line-height: 1.5;
  }

  .sec_intelligence .ul .list .desc .a {
      margin-top: 9.6vw;
      font-size: 4.2667vw;
  }

  .sec_intelligence .ul .list .desc .a img {
      width: 6.1307vw;
      margin-left: 8.8vw;
  }

  .sec_intelligence .ul .list .desc::before {
      width: 1.0667vw;
      height: 20vw;
      left: 9.6vw;
      bottom: -9.8667vw;
  }

  .sec_intelligence .ul .list .desc::before {
      padding-top: 5.3333vw;
  }

  .section6 .sec_title {
      margin-bottom: 9.8667vw;
  }

  .message {
      padding-top: 0px;
      padding-bottom: 17.3333vw;
      border-top: 0px;
      display: flex;
      flex-direction: column;
  }

  .message .bg {
      width: 100%;
      position: relative;
  }

  .message .bg img {
      width: 100%;
  }

  .message .tit {
      font-size: 5.3333vw;
      margin-top: 7.2vw;
      margin-bottom: 5.3333vw;
  }

  .message .txt {
      width: auto;
      margin-bottom: 10.6667vw;
      font-size: 3.4667vw;
  }

  .gbook {
      width: 100%;
      height: auto;
  }

  .gbook .form_tit {
      display: none;
  }

  .gbook .list {
      width: 100%;
      height: 9.3333vw;
      margin-right: 0px;
      margin-bottom: 4.2667vw;
  }

  .gbook .list input {
      padding: 0px 3.4667vw;
      font-size: 3.7333vw;
  }

  .gbook .list select {
      padding: 0px 3.4667vw;
      font-size: 3.7333vw;
      background: url("../img/jt5.png") calc(100% - 4.68vw) center / 2.048vw no-repeat;
  }

  .gbook .list.list3 {
      width: 100%;
  }

  .gbook .list.list6 {
      width: 100%;
  }

  .gbook .list .sod_select {
      padding: 0px 3.4667vw;
      font-size: 3.7333vw;
  }

  .gbook .list .sod_select .sod_label {
      font-size: 3.7333vw;
  }

  .gbook .list .sod_select::after {
      right: 4.68vw;
      width: 2.048vw;
      height: 2.048vw;
  }

  .gbook .list.list7 {
      height: 20vw;
      margin-bottom: 2.6667vw;
  }

  .gbook .list textarea {
      padding: 1.6vw 4.2667vw;
      font-size: 3.7333vw;
  }

  .gbook .miaoshu {
      margin-bottom: 6.4vw;
      font-size: 3.2vw;
      line-height: 1;
  }

  .gbook .miaoshu .check {
      width: 3.7333vw;
      height: 3.7333vw;
      margin-right: 2.6667vw;
  }

  .gbook .button {
      width: 100%;
      height: 13.3333vw;
      border-radius: 0.5333vw;
      padding: 0px 6.6667vw;
      justify-content: space-between;
  }

  .gbook .button .btn-inner {
      font-size: 4.2667vw;
  }

  .gbook .button .img {
      width: 6.704vw;
  }

  .news_banner .c-wrap .title {
      padding-left: 6.9333vw;
      padding-bottom: 5.8667vw;
      font-size: 5.8667vw;
      font-weight: 600;
  }

  .news_banner .c-wrap .title.duan1 {
      padding-bottom: 2.9333vw;
      color: rgb(255, 255, 255);
  }

  .news_banner .c-wrap .title::before {
      left: 2.9333vw;
      width: 0.5333vw;
      height: 37.6vw;
      bottom: -17.6vw;
  }

  .news_title {
      padding-top: 8.5333vw;
      padding-left: 6.9333vw;
      padding-bottom: 17.3333vw;
      margin-bottom: 5.0667vw;
      font-size: 3.2vw;
  }

  .news_nav {
      box-sizing: border-box;
      padding: 0px 2.9333vw;
      justify-content: space-between;
      margin-bottom: 2.6667vw;
  }

  .news_nav .a {
      margin: 0px;
      font-size: 3.7333vw;
      padding-bottom: 3.2vw;
  }

  .news_nav .a::before {
      height: 0.5333vw;
  }

  .news_nav .a.active::before {
      width: calc(100% - 0.5333vw);
  }

  .news_list li {
      margin-right: 0px;
      width: 100%;
      margin-bottom: 8.5333vw;
  }

  .news_list li:last-child {
      margin-bottom: 5.3333vw;
  }

  .news_list li a {
      padding-bottom: 3.4667vw;
  }

  .news_list li a .biaoqian {
      margin-top: 5.0667vw;
      font-size: 3.2vw;
  }

  .news_list li a .tit {
      height: auto;
      margin-top: 4vw;
      font-size: 4.8vw;
  }

  .news_list li a .txt {
      margin-top: 3.2vw;
      font-size: 3.4667vw;
  }

  .news_list li a .time {
      font-size: 3.2vw;
      margin-top: 12vw;
  }

  .news_banner .desc {
      display: none;
  }

  .news_show_title {
      top: auto;
      width: 100%;
      bottom: 9.3333vw;
  }

  .news_show_title .max {
      width: 100%;
  }

  .news_show_title .max .time {
      font-size: 3.4667vw;
  }

  .news_show_title .max .time span {
      margin-right: 10.1333vw;
  }

  .news_show_title .max .tit {
      margin-top: 4.5333vw;
      font-size: 6.4vw;
  }

  .news_show_title .max .txt {
      margin-top: 5.3333vw;
      font-size: 3.2vw;
  }

  .news_show {
      width: calc(100% - 9.6vw);
      padding-top: 5.3333vw;
      padding-bottom: 12.2667vw;
      font-size: 3.4667vw;
      line-height: 6.4vw;
  }

  .news_show .small {
      font-size: 3.2667vw;
  }

  .news_show .mySwiper {
      padding-bottom: calc(11.4667vw);
  }

  .news_show .mySwiper .swiper-button-next, .news_show .mySwiper .swiper-button-prev {
      width: 7.36vw;
      height: 7.36vw;
  }

  .news_show .mySwiper .swiper-button-prev {
      right: 10.4vw;
  }

  .news_show .mySwiper .swiper-button-prev::after {
      background-size: 3.2053vw;
  }

  .news_show .mySwiper .swiper-button-next::after {
      background-size: 3.2053vw;
  }

  .news-table-cont ul {
      padding-left: 6vw;
  }

  .news_show .dian {
      padding-left: 4.2vw;
  }

  .news_page {
      justify-content: center;
      padding-bottom: 8.5333vw;
  }

  .news_page .button {
      width: 11.2vw;
      height: 11.2vw;
  }

  .news_page .button img {
      width: 1.4933vw;
  }

  .news_page .button.prev {
      margin-right: 1.4933vw;
  }

  .news_banner .c-wrap .title.duan::before {
      height: 21.0667vw;
      bottom: -4.5333vw;
  }

  .news_banner .c-wrap .title.duan1::before {
      height: 21.0667vw;
      bottom: -9.0667vw;
  }

  .about_title {
      padding-top: 16.5333vw;
      margin-bottom: 8.8vw;
  }

  .c-wrap.aa {
      width: calc(100% - 9.6vw);
  }

  .about_title .nav {
      justify-content: space-between;
  }

  .about_title .nav .a {
      font-size: 3.7333vw;
      padding-bottom: 2.9333vw;
      margin-right: 0px;
  }

  .about_title .nav .a::before {
      height: 0.5333vw;
  }

  .about_title .nav .a:hover::before {
      width: 0px;
  }

  .about_title .nav .a.active::before {
      width: calc(100% - 0.5333vw);
  }

  .about_show {
      padding-bottom: 16.5333vw;
  }

  .about_show .top {
      height: auto;
      margin-bottom: 12vw;
  }

  .about_show .top::before {
      display: none;
  }

  .about_show .top .tit {
      font-size: 5.8667vw;
  }

  .about_show .top .tit img {
      width: 9.4827vw;
      margin-right: 4.1173vw;
  }

  .about_show .top .txt {
      margin-top: 1.8667vw;
      font-size: 3.7333vw;
      line-height: 5.8667vw;
  }

  .about_show .top .bg {
      position: relative;
      left: 50%;
      transform: translateX(-50%);
      width: calc(100% + 9.6vw);
      height: 72.2667vw;
      margin-top: 9.0667vw;
  }

  .about_show .top .bg .img1 {
      width: 41.336vw;
  }

  .about_show .top .bg .img2 {
      width: 29.6vw;
      left: 41.336vw;
  }

  .about_show .top .bg .img3 {
      left: 17.3333vw;
      width: 17.6vw;
  }

  .about_show .top .bg .img4 {
      width: 56vw;
      right: 10.0667vw;
      z-index: 1;
      left: auto;
  }

  .about_show .top .bg .img5 {
      left: auto;
      right: 0px;
      width: auto;
      height: 100%;
      z-index: 2;
  }

  .about_show .top .bg p {
      top: 5.2933vw;
      right: 13.8693vw;
      font-size: 2.256vw;
  }

  .about_show .desc {
      font-size: 3.4667vw;
      line-height: 5.3333vw;
  }

  .about_show .desc p {
      margin-bottom: 5.3333vw;
  }

  .sec_title_about h2 {
      font-size: 5.8667vw;
  }

  .sec_title_about p {
      font-size: 5.8667vw;
  }

  .about_honor {
      padding-top: 5.8667vw;
      margin-bottom: calc(4.664vw);
      flex-wrap: wrap;
  }

  .about_honor .list {
      margin-right: 0.9547vw;
      width: calc(50% - 0.4773vw);
      margin-bottom: 6.0027vw;
  }

  .about_honor .list .img {
      margin-bottom: 3.2027vw;
  }

  .about_honor .list .tit {
      font-size: 3.2vw;
      line-height: 5.3333vw;
      font-weight: normal;
      text-align: center;
      box-sizing: border-box;
      padding: 0px 2.6667vw;
  }

  .about_honor .list:nth-child(2n) {
      margin-right: 0px;
  }

  .about_coreValues {
      padding-top: 5.8667vw;
      padding-bottom: 5.6vw;
      background: url("../img/bg21.png") 0% 0% / cover no-repeat;
  }

  .about_coreValues::before {
      display: none;
  }

  .about_coreValues .mySwiper {
      margin-top: 6.1333vw;
      height: calc(149.067vw);
  }

  .about_coreValues .c-wrap.aa {
      padding: 0px 6.4vw;
  }

  .about_coreValues .c-wrap.aa::before {
      background: url("../img/bg22.png") center bottom / auto 121.067vw no-repeat;
      width: 100%;
      left: 0px;
      bottom: 0px;
      content: "";
      height: 100%;
      top: 0px;
      position: absolute;
      z-index: 1;
  }

  .about_coreValues .c-wrap.aa .img {
      position: relative;
      left: 0px;
      top: 0px;
      transform: initial;
      width: 100%;
      margin-bottom: 6.1333vw;
  }

  .about_coreValues .c-wrap.aa ul {
      visibility: visible;
      opacity: 1;
      z-index: 2;
  }

  .about_coreValues .c-wrap.aa.desc {
      display: none;
  }

  .about_coreValues .c-wrap.aa li {
      display: none;
      margin-bottom: 0px;
  }

  .about_coreValues .c-wrap.aa li.active {
      display: block;
  }

  .about_coreValues .c-wrap.aa li .tit {
      padding-left: 0px;
      background: transparent !important;
      font-size: 5.3333vw !important;
  }

  .about_coreValues .c-wrap.aa li .txt {
      margin-top: 3.2vw;
      font-size: 3.4667vw;
      line-height: 5.3333vw;
      padding-left: 0px;
      padding-bottom: 18.6667vw;
  }

  .about_coreValues .c-wrap.aa .txt::before {
      width: 10.6667vw;
      height: 1.3333vw;
      left: 0px;
  }

  .about_coreValues .swiper-pagination {
      left: 10.6667vw;
      bottom: 8.4533vw;
      right: auto;
  }

  .about_coreValues .swiper-pagination .swiper-pagination-bullet {
      width: 4.8vw;
      height: 0.64vw;
      margin: 0px 0.96vw 0px 0px;
  }

  .about_coreValues .swiper-pagination .swiper-pagination-bullet span {
      position: absolute;
      left: 0.48vw;
      bottom: calc(100% + 1.0667vw);
      font-size: 2.6667vw;
      color: rgb(255, 255, 255);
      display: none;
  }

  .about_coreValues .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      width: 12.64vw;
  }

  .about_coreValues .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active span {
      display: block;
  }

  .about_esg {
      padding-top: 0px;
  }

  .about_esg .esg {
      margin-top: 13.3333vw;
      padding-top: 140vw;
      background: url("../img/bg23.jpg") center top / 100% no-repeat;
  }

  .about_esg .esg .ul {
      flex-direction: column;
  }

  .about_esg .esg .ul .li {
      margin-right: 0px;
      margin-bottom: 13.3333vw;
      width: 100%;
      height: auto;
      border-bottom: 0px;
  }

  .about_esg .esg .ul .li::before {
      display: none;
  }

  .about_esg .esg .ul .li .top {
      border-bottom: 0px;
      height: 44vw;
      background: url("../img/bg24.png") 0% 0% / cover no-repeat !important;
  }

  .about_esg .esg .ul .li .top .tit {
      top: 5.3333vw;
      left: 6.1333vw;
      font-size: 5.3333vw;
      bottom: auto !important;
  }

  .about_esg .esg .ul .li .top .num {
      right: 11.2vw;
      font-size: 5.8667vw;
      color: rgb(36, 36, 36) !important;
      padding-bottom: 4.5333vw !important;
      bottom: 5.6vw !important;
  }

  .about_esg .esg .ul .li .top .num::before {
      width: calc(100% + 0.5333vw);
      height: 0.5333vw;
  }

  .about_esg .esg .ul .li .top img {
      top: 3.2vw;
      right: 4.512vw;
      width: 20.5547vw;
  }

  .about_esg .esg .ul .li .bottom {
      height: auto;
      padding: 6.4vw 1.6vw 0px;
      opacity: 1;
  }

  .about_esg .esg .ul .li .bottom .tit {
      font-size: 3.7333vw;
      line-height: 5.8667vw;
  }

  .about_esg .esg .ul .li .bottom .txt {
      margin-top: 9.0667vw;
      font-size: 3.7333vw;
      line-height: 5.8667vw;
  }

  .about_esg .esg .ul .li .bottom .txt br {
      display: none;
  }

  .about_esg .esg .ul .li .bottom .txt p {
      margin-bottom: 4vw;
  }

  .about_esg .esg .ul .li .bottom .txt p:last-child {
      margin-bottom: 0px;
  }

  .about_esg .esg .ul .li:last-child {
      margin-bottom: 0px;
  }

  .about_team {
      margin-top: 9.0667vw;
  }

  .sec_title_about .txt {
      margin-top: 4.2667vw;
      font-size: 3.4667vw;
      line-height: 5.3333vw;
  }

  .about_team .diqiu {
      margin-top: 0px;
      padding: 9.0667vw 5.0133vw calc(49.2267vw) 4.8vw;
      background: url("../img/diqiu1.png") center bottom / 100% no-repeat;
      display: flex;
      flex-wrap: wrap;
  }

  .about_team .diqiu .list {
      position: relative;
      width: 20.0533vw;
      margin-bottom: 4.32vw;
      margin-right: 3.1467vw;
      inset: 0px !important;
  }

  .about_team .diqiu .list.wzbkst {
      width: 29.44vw;
  }

  .about_team .diqiu .list.taiguo {
      margin-right: 0.1467vw;
  }

  .about_team .diqiu .list.yuenan {
      left: 3vw !important;
  }

  .about_team .diqiu .list span {
      height: 9.3867vw;
      font-size: 3.4133vw;
      border: 0.4267vw solid rgb(255, 255, 255);
      border-radius: 4.6933vw;
  }

  .about_team .diqiu .list .dian {
      display: none;
  }

  .about_team .diqiu img {
      display: none;
  }

  .section6.contact .message {
      padding-top: 13.3333vw;
      padding-bottom: 13.8667vw;
  }

  .section6.contact .message .c-wrap {
      flex-direction: column;
  }

  .section6.contact .message .left {
      padding-top: 0px;
  }

  .section6.contact .message .left .tit {
      margin-bottom: 8.2667vw;
      margin-top: 0px;
      box-sizing: border-box;
      padding: 0px 3.2vw;
  }

  .section6.contact .message .txt {
      box-sizing: border-box;
      padding: 0px 3.2vw;
      margin-bottom: 5.3333vw;
      font-size: 3.4667vw;
      line-height: 5.3333vw;
  }

  .section6.contact .message .right {
      flex: initial;
      box-sizing: border-box;
      margin: 13.3333vw 0px 0px;
      padding-top: 4.2667vw;
      border-left: 0px;
      border-top: 1px solid rgb(234, 234, 234);
      width: 100%;
      height: auto;
  }

  .section6.contact .message .right .tit {
      margin: 0px;
      box-sizing: border-box;
      padding: 0px 2.4vw;
      font-size: 5.3333vw;
  }

  .section6.contact .message .right .txt {
      box-sizing: border-box;
      padding: 0px 2.4vw;
      margin-top: 4.8vw;
      font-size: 3.7333vw;
      line-height: 8.5333vw;
      margin-bottom: 8.8vw;
  }

  .section6.contact .message .right .ewm {
      margin-top: 0px;
  }

  .section6.contact .message .right .ewm span {
      font-size: 5.3333vw;
      margin-bottom: 5.6vw;
  }

  .section6.contact .message .right .ewm img {
      width: 33.8667vw;
  }

  .news_banner.yhinshi .c-wrap {
      width: calc(100% - 16vw);
  }

  .news_banner.yinshi .news_show_title {
      bottom: 0px;
  }

  .news_banner.yinshi .news_show_title .max {
      padding-left: 4vw;
      padding-bottom: 5.0667vw;
      box-sizing: border-box;
  }

  .news_banner.yinshi .news_show_title .max::before {
      width: 0.5333vw;
      height: 18.9333vw;
      bottom: -4.8vw;
  }

  .news_show.yinshi {
      width: calc(100% - 19.7334vw);
      padding-top: 6.6667vw;
      padding-bottom: 23.7333vw;
  }

  .sec_sitemap {
      padding-top: 28.5208vw;
      padding-bottom: 8.6979vw;
  }

  .sec_sitemap .title {
      font-size: 4.1458vw;
      margin-bottom: 4.9375vw;
  }

  .sec_sitemap .tit {
      height: 9.6042vw;
      padding: 0px 3.1458vw;
      font-size: 3.9375vw;
      color: rgb(14, 14, 14);
      margin-bottom: 4.0417vw;
  }

  .sec_sitemap .txt {
      margin-bottom: 4.0417vw;
  }

  .sec_sitemap .txt a {
      font-size: 3.8333vw;
      margin-bottom: 3.0417vw;
      padding-left: 3.0417vw;
      background-size: 1.2083vw;
  }

  .sec_sitemap .desc {
      margin-top: -1.0417vw;
      padding: 4.4583vw 1.9896vw 0px;
  }

  .sec_sitemap .desc a {
      font-size: 3.8333vw;
      margin-right: 4.8646vw;
  }

  .regist_center .t-message {
      width: 60.625vw;
      height: 34.417vw;
      font-size: 4.833vw;
  }

  .regist_center .t-message p {
      padding-bottom: 4.302vw;
  }

  .regist_center .t-message .btn {
      padding: 1.313vw 3.042vw 1.208vw;
      font-size: 3.833vw;
  }

  .loadding .t-message p {
      font-size: 3.2vw;
      margin-top: 7vw;
  }

  .load-circle {
      width: 10.0833vw;
      height: 10.0833vw;
  }
}

.embed-messageboard-base {
  display: none;
}

.embed-icon {
  display: none;
}

#newBridge .nb-icon-wrap {
  display: none;
}

.sod_select .sod_list .disabled {
  display: none;
}
