body {
  font-family: "Helvetica Neue", Helvetica, "Microsoft YaHei", Arial, sans-serif;
  background-color: #f6f9fc;
}
  /* font-family:"Roboto","PingFang sc"; */
@font-face {
  font-family: 'Roboto';
  src: url('sourcehansans.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.mauto {
  max-width: 1700px;
}

.img-scale,
.hover-scale {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.img-scale img {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease;
  object-fit: cover;
}

.img-scale:hover img,
.hover-scale:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

header,
footer,
.header-m,
main,
.i-banner,
.banner {
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

header {
  position: fixed;
  z-index: 555;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #ffffff;
}

header .top {
  height: 34px;
  line-height: 34px;
  background: #f6f6f6;
}

.box-product-txt {
  background-color: #f6f9fc;
  height: 219px;
  width: 100%;
}

.box-product-txt .mauto {
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
}

.box-product-txt .center-txt {
  width: 100%;
  height: 48px;
  font-weight: 800;
  font-size: 48px;
  color: #2c2c2c;
  line-height: 48px;
  margin: 50px auto 0;
}

.box-product {
  background-color: #f6f9fc;
  height: 264px;
  width: 100%;
}

.box-product .mauto {
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}

.box-product .mauto .left {
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  align-content: flex-end;
}

.box-product .mauto .left .box-title {
  width: 296px;
  height: 222px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url("../images/shadow.png");
}

.box-product .mauto .left .box-title p {
  height: 48px;
  font-weight: 800;
  font-size: 48px;
  color: #2c2c2c;
  line-height: 48px;
  margin: 67px 0 0 0;
}

.box-product .mauto .center {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}

.box-product .mauto .center .center-icon img {
  width: 41px;
  margin: 0 15px 0 0;
}

.box-product .mauto .center .right-txt .t1 {
  height: 14px;
  font-weight: 500;
  font-size: 14px;
  color: rgba(44, 44, 44, 0.9);
  line-height: 14px;
}

.box-product .mauto .center .right-txt .t2 {
  height: 30px;
  font-weight: 600;
  font-size: 30px;
  color: rgba(44, 44, 44, 0.9);
  line-height: 30px;
  margin-top: 10px;
}

.box-product .mauto .box-qrcode {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 180px;
}

.box-product .mauto .box-qrcode img {
  width: 107px;
  height: 107px;
  overflow: cover;
  margin: auto;
}

.box-product .mauto .box-qrcode p {
  margin: 16px auto 0;
  width: 100%;
  height: 16px;
  font-weight: 500;
  font-size: 16px;
  color: #393a3b;
  line-height: 16px;
}

.box-product .mauto .right {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}

.box-product .mauto .right li {
  margin: 0 40px 0 0;
  line-height: 52px;
  height: 52px;
}

.box-product .mauto .right li a {
  height: 16px;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  line-height: 16px;
}

.box-product .mauto .right li.active {
  padding: 0 40px;
  background: #075696;
  border-radius: 0px 0px 20px 0px;
}

.box-product .mauto .right li.active a {
  color: #ffffff;
}

.box-product-nav {
  height: 540px;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.box-product-nav .left2 {
  width: 50%;
  height: 100%;
}

.box-product-nav .left2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box-product-nav .left {
  width: 50%;
  height: 100%;
  background-image: url("../images/pro.jpg");
  background-repeat: no-repeat;
  background-position: center;
}

.box-product-nav .right2 {
  width: 50%;
  height: 100%;
  background-color: #075696;
  padding: 0 0 0 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}

.box-product-nav .right2 p {
  width: 90%;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  margin: 10px 0;
}

.box-product-nav .right {
  width: 50%;
  height: 100%;
  background-color: #075696;
  padding: 0 0 0 40px;
}

.box-product-nav .right .box-t1 {
  margin: 98px 0 0 0px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}

.box-product-nav .right .box-t1 .t1 {
  height: 57px;
  font-weight: 800;
  font-size: 57px;
  color: #ffffff;
  line-height: 57px;
  margin: 0 10px 0 0;
}

.box-product-nav .right .box-t1 .t2 {
  height: 28px;
  font-weight: 800;
  font-size: 28px;
  color: #ffffff;
  line-height: 28px;
}

.box-product-nav .right .line {
  width: 55px;
  height: 2px;
  background-color: #ffffff;
  margin: 40px 0;
}

.box-product-nav .right .pro {
  width: 633px;
  max-width: 80%;
  height: 197px;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
}

.box-prodect-detail {
  padding: 200px 0;
}

.box-prodect-detail .wrap .item .title {
  height: 48px;
  font-weight: 800;
  font-size: 48px;
  color: #231f20;
  line-height: 48px;
}

.box-prodect-detail .wrap .item img {
  margin: 50px auto 0;
  width: 100%;
}

.logo {
  margin: 0 0 0 10px;
  height: 92px;
  line-height: 92px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo img {
  width: 245px;
  height: auto;
}

.showSizeSmall {
  display: none !important;
}

@media (max-width: 1024px) {
  .public-content1 {
    padding: 10px 0 30px 0 !important;
  }

  footer {
    background-position: center;
  }

  .content-product-img-txt .product-img-txt {
    margin-bottom: 15px !important;
  }

  footer .public-footer-top .footer-top-left .item .t1 {
    font-weight: bold !important;
  }

  .showSizeSmall {
    display: inline-block !important;
  }

  .showSizeBig {
    display: none !important;
  }

  .mauto {
    max-width: 94% !important;
  }

  .health-b {
    display: flex;
    flex-wrap: wrap;
    padding: 0.5rem 0px !important;
  }

  .health-b .health-i {
    width: 100% !important;
    margin-right: 0 !important;
  }
}

.header-m .m-language {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  border-top: 1px solid #ebebeb;
}

.header-m .m-language a {
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #666;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  -moz-animation: slideInUp 1.5s both;
  -o-animation: slideInUp 1.5s both;
  animation: slideInUp 1.5s both;
  -webkit-animation: slideInUp 1.5s both;
}

.header-m .m-language a img {
  height: 18px;
  vertical-align: -2px;
  margin: 0 5px 0 0;
}

nav ul li {
  position: relative;
  float: left;
  height: 100%;
  text-align: center;
  margin: 0 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 90px;
}

nav ul li>a {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0px 0;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

nav ul li a span {
  display: block;
  font-size: 12px;
  color: #aaa;
  margin-top: 5px;
}

nav ul li>a>.ts {
  position: relative;
}

nav ul li.cur p {
  color: #f58220;
}

nav ul li.cur a>p::after {
  position: absolute;
  content: "";
  width: 80%;
  height: 2px;
  background: #f58220;
  bottom: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

nav ul li:hover a {
  font-weight: 600;
}

nav ul li:hover a p {
  color: #f58220 !important;
}

nav ul li:last-child>a::after {
  transform: none;
  left: auto;
  bottom: auto;
}

nav ul li:last-child:hover {
  background: transparent !important;
}

nav ul li .abs {
  position: absolute;
}

nav ul li .sub-nav-b {
  background-color: #f6f6f6;
  width: 100% !important;
  left: 0 !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  background: #f2f2f2 !important;
  top: 92px !important;
  overflow: hidden;
  padding: 0 !important;
}

nav ul li .sub-nav-b-i {
  max-width: 1400px;
  width: 100%;
  margin: auto;
  display: block;
  overflow-y: auto;
}

nav ul li .sub-nav-b-i-c {
  width: 100%;
}

nav ul li .sub-nav-row {
  width: 50%;
  text-align: left !important;
  padding-left: 1%;
  padding-right: 2%;
  padding-top: 0.74rem !important;
  padding-bottom: 0.66rem !important;
}

nav ul li .sub-nav-row:nth-child(1) {
  border-right: 2px solid #e6e6e6;
}

nav ul li .sub-nav-row a {
  text-align: left !important;
}

nav ul li .sub-nav-row>.title {
  font-size: 18px;
  font-weight: bold;
  color: #182b84;
  padding: 15px 30px 15px 0 !important;
  border-bottom: 2px solid #e6e6e6;
}

nav ul li .sub-nav-row a:hover {
  color: #182b84 !important;
  background: transparent !important;
}

nav ul li .sub-nav-row-i a:hover {
  background: transparent !important;
}

nav ul li .sub-nav-row-i {
  height: 100%;
  max-height: 200px;
  overflow-y: auto;
  display: flex;
  flex-wrap: nowrap;
}

nav ul li .sub-nav-row-i .sub-nav-row-item {
  width: 33%;
}

nav ul li .sub-nav-row-i .sub-nav-row-item .item-title {
  border: none;
  color: #282828;
  font-size: 16px;
  font-weight: bold;
}

nav ul li .sub-nav-row-i .sub-nav-row-item .sub-nav-row-i-child {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #3f3a39 !important;
  line-height: 34px !important;
  text-align: left !important;
  border: none !important;
  padding: 0 30px 0 0 !important;
}

nav ul li .sub-nav {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  top: 110px;
  left: 48%;
  padding: 10px;
  width: 150px;
  background: rgba(255, 255, 255, 0.9);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

nav ul li .sub-nav a {
  display: block;
  line-height: 23px;
  padding: 8px 0;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.fix-search {
  z-index: 999;
  top: 0;
  left: 0;
}

.fix-search .hide {
  width: 20px;
  height: 50px;
  margin-right: 10px;
  cursor: pointer;
}

.fix-search .hide::before,
.fix-search .hide::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 1px;
  height: 35%;
  margin-top: -35%;
  background: #000;
}

.fix-search .hide::before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.fix-search .hide::after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.fix-search .hide:hover {
  opacity: 0.5;
}

.fix-search .txt,
.fix-search .btn {
  height: 50px;
  line-height: 50px;
}

.fix-search .txt {
  width: -webkit-calc(70%);
  width: -moz-calc(70%);
  width: calc(100% - 30px);
  font-size: 15px;
  padding: 0 15px 0 5px;
  border-bottom: 1px solid #e1e1e1;
}

.fix-search .txt:focus {
  border-color: #666;
}

.fix-search .btn {
  width: 30px;
  height: 50px;
  line-height: 50px;
  font-size: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAilBMVEUAAABmZmZmZmZlZWVmZmZmZmZmZmZmZmZmZmZmZmZmZmZlZWVmZmZlZWVlZWVlZWVmZmZmZmZmZmZmZmZmZmZiYmJmZmZmZmZmZmZlZWVmZmZmZmZmZmZmZmZmZmZkZGRmZmZmZmZmZmZlZWVmZmZlZWVnZ2dmZmZmZmZnZ2dmZmZqampnZ2dmZmbkjhFbAAAALXRSTlMAr5hB9NSAem7q5YxpRjcw+thfVSsU38zHwLq2k3NkIqmhhlpRGhDuSjwKJB5esRyhAAACPElEQVRIx8WW2XaDIBCGcY9b3Go0ajQ2exre//XKclqKIpDkov8dM/NxZBhmBALFn2Pj+OmmNrroAZ5QeRgv8K+2u0QTPXsBnMuIddhV9gvYWR0wfFyr0HVFI9MmSkpiGazwZ7tQzh5pVJuX/JauT89+l7AeDSnmniFMsevyscg25KC92JnsIdYSTbyb5UsxCX0S+j6xq5ZeBI5wzgJPTzxAKovc+Nz+CBiruA1X+NHOoC4hnPKvifHDRtYrUMsQFEuHbHu2lB875W9kgEg3oKMRRXacJUIWE2hpjYuBs7TIEgM9NZPslGw3tXaTr4xYCtU6oWB/kmsL6GqLokv+8hJt2OAfV42WgzY88tndkA9Rix0yZ0vcJVQI/ww8tsQd6q4Nhyg6YktH1CGkHeXIlo24OUna1ZrLH1nq1+eJT0GvDft8ei3WmvRedDPZLC2fSLY3TeBBE66mCSrwgFJRLDTjZ3KgnbJ63nw9NgvUrSCYFNQ5IxsqNQQ4TjiHdlpvOTgJkwgtjbKGkeDubexQP0bYiTwHCBXdqOWH5PzYMF9Cv2oyhJden0toU+zOHUiULdE34rbDx7yutvBHWbL0aTTGNwvOumrprpEr/W25m5DK3nvR4Wod85VbQarKAsAj9GLjuO2hULZZ/v6qBcttJzbmaOYNrLgRLZnlD3xIpjosaGNmtC/9E7jHudcZren2MX1sU1o9GCXVdIn/hY5I/q8v0v37dHp8kc7fp2GhD8y7RwXeoB3wqopq634DOx1tNyykjbUAAAAASUVORK5CYII=) no-repeat center / 60% auto;
}

nav ul li .earth,
nav ul li .search-btn {
  min-width: auto;
  cursor: pointer;
  height: 92px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-right: none;
  margin: 0;
}

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

nav ul li .earth::after,
nav ul li .search-btn::after {
  padding: 33px 0;
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  margin: 0 47px 0 0;
  background: url(../images/search.png) no-repeat center;
}

.header.on .search-btn::after {
  background: url(../images/search.png) no-repeat center;
}

nav ul li .sub-nav a:hover {
  color: #fff;
  background: #f58220;
}

nav ul li:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.65)), to(transparent));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.65), transparent);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.65), transparent);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.65), transparent);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.65), transparent);
}

nav ul li:last-child::after,
nav ul li:nth-last-child(2)::after {
  display: none;
}

nav ul li:hover .sub-nav {
  visibility: visible;
  opacity: 1;
  top: 92px;
}

.lang {
  display: flex;
  flex-wrap: wrap;
  font-family: 'Roboto' !important;
}
.lang a{
  font-family: 'Roboto' !important;
}
.lang .img-earch {
  width: 19px;
  height: 19px;
  margin: 0 11px 0 0;
}

.header.active {
  background-color: #fff;
}

.header.on,
.header.cur {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.09);
}

.header.on nav ul li>a,
.header.cur nav ul li>a {
  color: #000;
}

.header nav ul li>a {
  color: #000;
}

.header-ul {
  height: 100%;
}

.header-ul li>a:hover {
  color: #505050;
}

.header-search {
  width: 106px;
  height: 25px;
  border-bottom: 1px solid #cccccc;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.content-product-img-txt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.content-product-img-txt .product-img-txt:nth-child(2n + 1) .wrap {
  flex-direction: row-reverse;
}

.content-product-img-txt .product-img-txt {
  width: 100%;
  margin: 0 auto 33px;
}

.product-service-content {
  margin: auto;
  text-align: center;
}

.product-service-content .wrap {
  margin: 0 auto 0px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.product-service-content .wrap .item {
  max-width: 32.33%;
  width: 402px;
  padding: 0 0 50px 0;
  height: auto;
  background-color: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
}

.product-service-content .wrap .item .box-img {
  width: 100%;
  height: 189px;
}

.product-service-content .wrap .item .box-img img {
  width: 100%;
}

.product-service-content .wrap .item .bottom-txt {
  padding: 0 0 0 27px;
  width: 100%;
}

.product-service-content .wrap .item .bottom-txt .t1 {
  margin: 28px 0 0 0;
  width: 100%;
  text-align: left;
  height: 20px;
  font-weight: 800;
  font-size: 20px;
  color: #323232;
  line-height: 24px;
}

.product-service-content .wrap .item .bottom-txt .t2 {
  width: 90%;
  text-align: left;
  font-weight: 500;
  font-size: 14px;
  color: #323232;
  line-height: 24px;
  margin: 12px 0 0 0;
}

.product-img-txt {
  width: 100%;
  margin: 0 auto 0px;
}

.product-img-txt .wrap {
  background-color: #fff;
  height: 388px;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  /* padding: 0; */
  border-radius: 5px;
  overflow: hidden;
  padding: 0;
}

.product-img-txt .wrap .left {
  width: 50%;
  height: 100%;
}

.product-img-txt .wrap .left .box-img {
  height: 100%;
}

.product-img-txt .wrap .left .box-img img {
  width: 100%;
  height: 100%;
}

.product-img-txt .wrap .right {
  width: 50%;
  padding: 0 0 0 52px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}

.product-img-txt .wrap .right p.t1 {
  width: 100%;
  text-align: left;
  height: 30px;
  font-weight: 800;
  font-size: 30px;
  color: #424242;
  line-height: 30px;
  position: relative;
  font-weight: bold;
  margin: 0px auto 50px;
}

.product-img-txt .wrap .right .t1:after {
  content: "";
  width: 30px;
  height: 5px;
  position: absolute;
  bottom: -28px;
  left: 0;
  background-color: #f58220;
}

.product-img-txt .wrap .right .box-txt {
  width: 100%;
  padding: 0 5% 0 0;
  /* font-family: PingFang SC; */
  font-weight: 500;
  font-size: 14px;
  color: #2d2d2d;
  line-height: 26px;
}

.product-img-txt .wrap .right .more {
  margin: 45px 0 0 0;
  width: 127px;
  height: 41px;
  line-height: 41px;
  color: #f58220;
  text-align: center;
  background: rgba(245, 130, 32, 0);
  border-radius: 20px;
  border: 2px solid #f58220;
}

.home-server {
  height: auto;
  width: 100%;
  background-image: url(../images/server-1.png);
  background-size: 100% auto;
  background-position: left bottom;
  background-size: cover;
  padding: 159px 0 112px 0;
  box-sizing: content-box;
}

.home-server .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-between;
}

.home-server .wrap .item {
  background-color: #fff;
  max-width: 48%;
  padding: 64px 54px;
  height: 400px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  position: relative;
  /* min-height: 393px; */
  border-radius: 5px;
  overflow: hidden;
}

.home-server .wrap .item .icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 106px;
  height: 104px;
}

.home-server .wrap .item .t1 {
  margin: 0px 0 0 0px;
  width: 100%;
  text-align: left;
  height: 30px;
  font-weight: 800;
  font-size: 30px;
  color: #323232;
  line-height: 30px;
  position: relative;
}

.home-server .wrap .item .t1:after {
  content: "";
  width: 30px;
  height: 5px;
  position: absolute;
  bottom: -28px;
  left: 0;
  background-color: #f58220;
}

.home-server .wrap .item .txt {
  margin: 52px 0 0px 0;
  padding: 0 0 0px 0;
  width: 100%;
  max-width: 100%;
  font-weight: 500;
  font-size: 14px;
  color: #323232;
  line-height: 24px;
}

.home-server .wrap .item .txt2 {
  width: 100%;
  font-size: 14px;
  color: #f58220;
  margin: 6px 0 0 0;
}

.home-server .wrap .item ul {
  margin: 6px 0 0 0;
}

.home-server .wrap .item ul li {
  margin: 6px 0 0 0;
  color: #323232;
  font-size: 14px;
  position: relative;
  padding: 0 0 0 16px;
}

.home-server .wrap .item ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #323232;
}

.home-page {
  position: relative;
}

.home-page .home-page1 {
  position: relative;
  padding: 0 0 125px 0;
}

.home-page .home-page1 .home-swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

.home-page .home-page1 .home-swiper .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}

.home-page .home-page1 .home-swiper .swiper-slide .content-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}

.home-page .home-page1 .home-swiper .swiper-slide .content-text .t1 {
  width: 100%;
  text-align: center;
  font-weight: 800;
  font-size: 60px;
  color: #ffffff;
  line-height: 31px;
}

.home-page .home-page1 .home-swiper .swiper-slide .content-text .t2 {
  margin: 28px 0 0 0;
  width: 100%;
  text-align: center;
  font-weight: 800;
  font-size: 30px;
  color: #ffffff;
}

.home-page .home-page1 .home-swiper .swiper-slide .home-swiper-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-page .home-page1 .home-swiper .swiper-button-next {
  right: 30px !important;
}

.home-page .home-page1 .home-swiper .swiper-button-prev {
  left: 30px !important;
}

.home-page .home-page1 .home-swiper .swiper-button-next:after,
.home-page .home-page1 .home-swiper .swiper-button-prev:after {
  font-size: 40px;
  color: #fff;
}

.home-page .home-page1 .wrap {
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  bottom: 0px;
  display: flex;
  z-index: 100;
  justify-content: space-between;
}

.home-page .home-page1 .wrap .swiper {
  height: 100%;
}

.home-page .home-page1 .wrap .swiper .swiper-pagination {
  bottom: 10px;
}

.home-page .home-page1 .wrap .swiper .swiper-pagination-bullet-active {
  background-color: #ffffff;
  border: 1px solid #efefef;
}

.home-page .home-page1 .wrap .item {
  max-width: 30%;
  width: 389px;
  max-height: 80%;
  background: #f58220;
  border-radius: 5px;
  padding: 2% 2% 0 2%;
  box-sizing: border-box;
}

.home-page .home-page1 .wrap .item img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.home-page .home-page1 .wrap .item .bottom {
  width: 100%;
  height: 266px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.home-page .home-page1 .wrap .item .bottom .t1 {
  width: 100%;
  margin: 31px auto 0;
  height: 24px;
  font-weight: 800;
  font-size: 24px;
  color: #ffffff;
  line-height: 24px;
}

.home-page .home-page1 .wrap .item .bottom .t2 {
  margin: 29px 0 0 0;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  line-height: 26px;
  height: 80px;
}

.home-page .home-page1 .wrap .item .bottom .t3 {
  margin: 29px 0 0 0;
  line-height: 41px;
  text-align: center;
  width: 127px;
  height: 41px;
  background: rgba(0, 0, 0, 0);
  border-radius: 20px;
  border: 2px solid #ffffff;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 10;
}

.home-page .home-page1 .wrap .item .bottom .t3:after {
  content: "";
  background: #fff;
  position: absolute;
  z-index: -1;
  color: #f58220 !important;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  transition: all ease-out 0.3s;
}

.home-page .home-page1 .wrap .item .bottom .t3:hover::after {
  width: 100%;
}

.home-page .home-page1 .wrap .item .bottom .t3:hover {
  box-sizing: border-box;
}

.home-page .home-page1 .wrap .item:nth-child(1) {
  background: #f58220;
}

.home-page .home-page1 .wrap .item:nth-child(1) .bottom {
  background-image: url("../images/home-1-11.png");
}

.home-page .home-page1 .wrap .item:nth-child(1) .t3:hover {
  color: #f58220;
}

.home-page .home-page1 .wrap .item:nth-child(2) {
  background: #265596;
}

.home-page .home-page1 .wrap .item:nth-child(2) .bottom {
  background-image: url("../images/home-1-22.png");
}

.home-page .home-page1 .wrap .item:nth-child(2) .t3:hover {
  color: #265596;
}

.home-page .home-page1 .wrap .item:nth-child(2) .t3:after {
  background: #ffffff !important;
}

.home-page .home-page1 .wrap .item:nth-child(3) {
  background: #ffffff;
}

.home-page .home-page1 .wrap .item:nth-child(3) .bottom {
  background-image: url("../images/home-1-33.png");
}

.home-page .home-page1 .wrap .item:nth-child(3) .t1 {
  color: #000;
}

.home-page .home-page1 .wrap .item:nth-child(3) .t2 {
  color: #000;
}

.home-page .home-page1 .wrap .item:nth-child(3) .t3:hover {
  color: #000;
  border: 2px solid #000;
}

.home-page .home-page1 .wrap .item:nth-child(3) .t3 {
  background: #f58220;
  border-radius: 20px;
  border: 2px solid #f58220;
}

.home-page .home-page-all {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.home-page .home-page2 {
  width: 100%;
  padding: 40px 0 91px 0;
  margin-top: -89px;
  background-image: url("../images/home-page2.png");
  background-position: 0 bottom;
  background-size: cover;
}

.home-page .home-page2 .wrap {
  margin: 125px auto 0;
}

.home-page .home-page2 .wrap .top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: nowrap;
}

.home-page .home-page2 .wrap .top .left {
  width: 561px;
  max-width: 50%;
}

.home-page .home-page2 .wrap .top .left .t1 {
  font-weight: bold;
  font-size: 36px;
  color: #f58220;
}

.home-page .home-page2 .wrap .top .left .change-nav {
  margin: 58px 0 0 0;
  width: 100%;
  height: 43px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  background-color: #fff;
  border-radius: 5px;
}

.home-page .home-page2 .wrap .top .left .change-nav .item-text {
  height: 43px;
  line-height: 43px;
  font-size: 16px;
  color: #000;
  padding: 0 30px;
  cursor: pointer;
}

.home-page .home-page2 .wrap .top .left .change-nav .item-active {
  color: #fff;
  background-color: #f58220;
  border-radius: 5px;
}

.home-page .home-page2 .wrap .top .left .box-t2 {
  margin: 53px 0 0 0;
}

.home-page .home-page2 .wrap .top .left .box-t2 .t2 {
  display: none;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  color: #2d2d2d;
  line-height: 30px;
}

.home-page .home-page2 .wrap .top .left .box-t2 .t2-active {
  display: inline-block;
}

.home-page .home-page2 .wrap .top .left .t3 {
  margin: 54px 0 0 0;
  width: 127px;
  height: 41px;
  line-height: 41px;
  background: rgba(245, 130, 32, 0);
  border-radius: 20px;
  border: 2px solid #f58220;
  font-weight: 500;
  font-size: 14px;
  color: #f58220;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.product-img-txt .wrap .right .more,
.btn-more {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.product-img-txt .wrap .right .more:after,
.btn-more::after,
.home-page .home-page2 .wrap .top .left .t3::after {
  background: #f58220;
  position: absolute;
  z-index: -1;
  color: #fff !important;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  content: "";
  transition: all ease-out 0.3s;
}

.product-img-txt .wrap .right .more:hover,
.btn-more:hover,
.home-page .home-page2 .wrap .top .left .t3:hover {
  color: #fff !important;
}

.product-img-txt .wrap .right .more:hover:after,
.btn-more:hover:after,
.home-page .home-page2 .wrap .top .left .t3:hover::after {
  width: 100%;
}

.home-page .home-page2 .wrap .top .right {
  max-width: 50%;
  width: 591px;
  height: 423px;
}

.home-page .home-page2 .wrap .top .right .box-right-img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.home-page .home-page2 .wrap .top .right .box-right-img img {
  width: 100%;
  height: auto;
  display: none;
}

.home-page .home-page2 .wrap .top .right .box-right-img img.active {
  display: inline-block;
  border-radius: 5px;
}

.home-page .home-page2 .wrap .bottom {
  margin: 48px auto 0;
}

.home-page .home-page2 .wrap .bottom .bottom-title {
  height: 23px;
  font-weight: bold;
  font-size: 24px;
  color: #f58220;
  line-height: 23px;
  padding-left: 10px;
  border-left: 3px solid #f58220;
}

.home-page .home-page2 .wrap .bottom .box-server {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  margin: 37px auto 0;
}

.home-page .home-page2 .wrap .bottom .box-server .item {
  max-width: 32%;
  width: 402px;
  height: 189px;
  min-height: 189px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 31px 27px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
  border-radius: 5px;
}

.home-page .home-page2 .wrap .bottom .box-server .item .item-detail {
  margin: 0 0 19px 0;
  width: 100%;
}

.home-page .home-page2 .wrap .bottom .box-server .item .item-detail .t1 {
  width: 100%;
  color: #323232;
  font-size: 16px;
  font-weight: bold;
}

.home-page .home-page2 .wrap .bottom .box-server .item .item-detail .t2 {
  margin: 5px 0 0 0;
  width: 100%;
  color: #323232;
  font-size: 14px;
}

/*.home-page .home-page2 .wrap .bottom .box-server .item:nth-child(1) {
  background-image: url("../images/home-2-2.png");
}
.home-page .home-page2 .wrap .bottom .box-server .item:nth-child(2) {
  background-image: url("../images/home-2-3.png");
}
.home-page .home-page2 .wrap .bottom .box-server .item:nth-child(3) {
  background-image: url("../images/home-2-4.png");
}*/
.home-page .home-page3 {
  width: 100%;
  position: relative;
  height: 551px;
}

.home-page .home-page3 .top {
  height: 100%;
  background-image: url("../images/home-page3.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}

.home-page .home-page3 .top .wrap {
  padding: 103px 0 0 0;
  height: 100%;
  margin: 0 auto 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-between;
}

.home-page .home-page3 .top .wrap .left {
  color: #ffffff;
  max-width: 50%;
}

.home-page .home-page3 .top .wrap .left p.title {
  margin: 0px 0 0 0;
  height: 36px;
  font-weight: bold;
  font-size: 36px;
  line-height: 36px;
}

.home-page .home-page3 .top .wrap .left .box-txt {
  margin: 46px 0 0 0;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
}

.home-page .home-page3 .top .wrap .right {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  max-width: 40%;
  width: 616px;
  color: #ffffff;
}

.home-page .home-page3 .top .wrap .right .item {
  width: 100%;
  margin: 0 0 30px 0;
}

.home-page .home-page3 .top .wrap .right .item .box-txt {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 0 11px 0;
}

.home-page .home-page3 .top .wrap .right .item p.t1 {
  width: 100%;
  height: 14px;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
}

.home-page .home-page3 .top .wrap .right .item .box-progress {
  width: 100%;
  height: 12px;
  background: rgba(255, 255, 255, 0.22);
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.home-page .home-page3 .top .wrap .right .item .box-progress .active-progress {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f58220;
}

.home-page .home-page3 .bottom {
  position: absolute;
  bottom: -50%;
  left: 0;
  z-index: 100;
  width: 100%;
}

.home-page .home-page3-copy {
  width: 100%;
  position: relative;
  padding: 69px 0 0 0;
}

.home-page .home-page3-copy .top {
  height: 353px;
  background-image: url("../images/product2.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom;
  width: 100%;
  padding: 0 0 69px 0;
  box-sizing: content-box;
}

.home-page .home-page3-copy .top .wrap {
  height: 100%;
  margin: 0 auto 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}

.home-page .home-page3-copy .top .wrap .left {
  color: #2d2d2d;
  max-width: 50%;
  height: 100%;
}

.home-page .home-page3-copy .top .wrap .left .box-txt {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: space-between;
  align-content: space-between;
  width: 100%;
  height: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  margin: 0px 0 0 0;
  padding: 40px 0 60px 0;
}

.home-page .home-page3-copy .top .wrap .left .box-txt p {
  margin: 0px 0 0 0;
}

.home-page .home-page3-copy .top .wrap .right {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  max-width: 40%;
  width: 616px;
  color: #2d2d2d;
}

.home-page .home-page3-copy .top .wrap .right .item {
  width: 100%;
  margin: 0 0 30px 0;
}

.home-page .home-page3-copy .top .wrap .right .item .box-txt {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 0 11px 0;
}

.home-page .home-page3-copy .top .wrap .right .item p.t1 {
  width: 100%;
  height: 14px;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
}

.home-page .home-page3-copy .top .wrap .right .item .box-progress {
  width: 100%;
  height: 12px;
  background: rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.home-page .home-page3-copy .top .wrap .right .item .box-progress .active-progress {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f58220;
}

.home-page .home-page3-copy .bottom {
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
}

.home-page .home-page4 {
  background-image: url("../images/home-page4.png");
  padding: 373px 0 50px 0;
  text-align: center;
}

.home-page .home-page4 .title {
  margin: auto;
  text-align: center;
  width: 100%;
  height: 36px;
  font-weight: bold;
  font-size: 36px;
  color: #f58220;
  line-height: 36px;
}

.home-page .home-page4 .box-item {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.home-page .home-page4 .box-item .item {
  max-width: 50%;
  position: relative;
}

.home-page .home-page4 .box-item .item .box-txt {
  left: 0px;
  width: 100%;
  padding: 20px 5% 40px;
  bottom: 0px;
  display: flex;
  flex-wrap: nowrap;
  position: absolute;
  flex-wrap: wrap;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.home-page .home-page4 .box-item .item .box-txt .t1 {
  width: 100%;
  font-size: 24px;
  color: #fff;
  text-align: left;
}

.home-page .home-page4 .box-item .item .box-txt .t2 {
  margin: 10px 0 0 0;
  width: 100%;
  color: #fff;
  text-align: left;
  font-size: 16px;
}

.home-page .home-page4 .box-item-top {
  margin: 42px auto 0;
  height: 421px;
}

.home-page .home-page4 .box-item-top .item {
  width: 49%;
  height: 421px;
  max-width: 50%;
  position: relative;
  border-radius: 5px;
}

.home-page .home-page4 .box-item-top .item .box-img {
  width: 100%;
  height: 421px;
  /* border-radius: 5px; */
  /* overflow: hidden; */
}

.home-page .home-page4 .box-item-top .item .box-img img {
  width: 100%;
  height: 421px;
}

.home-page .home-page4 .box-item-bottom {
  margin: 28px auto 0;
  flex-wrap: wrap;
  display: flex;
}

.home-page .home-page4 .box-item-bottom .item {
  height: 251px;
  min-width: 32%;
  width: 32%;
  margin: 0 0 30px 0;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.home-page .home-page4 .box-item-bottom .item .box-img {
  width: 100%;
  height: 251px;
}

.home-page .home-page4 .box-item-bottom .item .box-img img {
  width: 100%;
  height: 251px;
  object-fit: cover;
}

.home-page .home-page4 .item {
  overflow: hidden;
}

.home-page .home-page4 .item:hover .box-txt {
  display: none;
}

.home-page .home-page4 .item:hover .active-text {
  display: flex !important;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
  background-color: rgba(245, 130, 32, 0.88);
}

.home-page .home-page4 .active-text {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  padding: 0 37px;
}

.home-page .home-page4 .active-text .active-t1 {
  text-align: left;
  width: 100%;
  font-size: 24px;
  margin: 59px 0 0 0;
}

.home-page .home-page4 .active-text .active-t2 {
  text-align: left;
  width: 100%;
  font-size: 16px;
  margin: 5px 0 0 0;
}

.home-page .home-page4 .active-text .active-t3 {
  text-align: left;
  width: 100%;
  font-size: 14px;
  margin: 20px 0 0 0;
}

.home-page .home-page4 .active-text img {
  width: 35px;
  height: auto;
  margin: 20px 0 0 0;
}

.home-page .home-page4 .btn-more {
  width: 127px;
  height: 41px;
  background: rgba(245, 130, 32, 0);
  border-radius: 20px;
  border: 2px solid #f58220;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  color: #f58220;
  line-height: 41px;
  margin: 50px auto 0;
}

.home-page .home-page4 .box-page5 {
  margin: 105px 0 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}

.home-page .home-page4 .box-page5 .title {
  margin: 70px 0 26px 0;
}

.home-page .home-page4 .box-page5 .title2 {
  width: 100%;
  height: 18px;
  font-weight: 500;
  font-size: 18px;
  color: #323232;
  line-height: 18px;
}

.home-page .home-page5 .box-content {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}

.home-page .home-page5 .box-content .left-content {
  width: 50%;
  height: 635px;
}

.home-page .home-page5 .box-content .left-content .box-img {
  width: 100%;
}

.home-page .home-page5 .box-content .right-content {
  height: 635px;
  width: 50%;
  background-image: url(../images/home-5-2.png);
  background-size: 100% auto;
  background-position: left bottom;
  background-size: cover;
  padding: 0 0 0 80px;
  box-sizing: content-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}

.home-page .home-page5 .box-content .right-content .item {
  max-width: 80%;
}

.home-page .home-page5 .box-content .right-content .item .title {
  margin: 20px 0 0 0px;
  width: 100%;
  text-align: left;
  height: 18px;
  font-weight: 800;
  font-size: 18px;
  color: #ffffff;
  line-height: 18px;
}

.home-page .home-page5 .box-content .right-content .item .txt {
  margin: 24px 0 0px 0;
  padding: 0 0 0px 0;
  width: 531px;
  max-width: 100%;
  font-weight: 500;
  font-size: 14px;
  color: #a0c2f0;
  line-height: 30px;
}

.home-page .home-page5 .box-content .right-content .item .txt2 {
  font-size: 14px;
  color: #c7dcf9;
  margin: 10px 0 0 0;
}

.home-page .home-page5 .box-content .right-content .item ul {
  margin: 10px 0 0 0;
}

.home-page .home-page5 .box-content .right-content .item ul li {
  margin: 10px 0 0 0;
  color: #a0c2f0;
  font-size: 14px;
  position: relative;
  padding: 0 0 0 16px;
}

.home-page .home-page5 .box-content .right-content .item ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #a0c2f0;
}

.home-page .home-page5 .box-content .right-content .item:nth-child(1) .title {
  margin: 0px 0 0 0;
}

.home-page .home-page5 .box-content .right-content .item:nth-child(1) .txt {
  /* border-bottom: 1px solid #a0c2f0; */
  /* padding: 0 0 34px 0; */
}

.home-page .home-page6 {
  width: 100%;
  background-image: url("../images/home-6-5.png");
  background-size: contain;
}

.home-page .home-page6 .wrap {
  margin: 58px auto 0;
  padding: 0 0 60px 0;
  position: relative;
  width: 100%;
  height: 100%;
}

.home-page .home-page6 .wrap .title {
  margin: 63px auto 0;
  text-align: center;
  width: 100%;
  height: 36px;
  font-weight: bold;
  font-size: 36px;
  color: #f58220;
  line-height: 36px;
}

.home-page .home-page6 .wrap .swiper {
  margin: 40px auto 0;
  height: 100%;
  padding: 0 0 50px 0;
  position: relative;
}

.home-page .home-page6 .wrap .swiper .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
  height: 100%;
  padding: 14px 5px;
}

.home-page .home-page6 .wrap .swiper .swiper-slide .item {
  width: 288px;
  width: 24%;
  height: 232px;
  background: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 0 20px;
  margin: 0 0.5% 10px 0.5%;
}

.home-page .home-page6 .wrap .swiper .swiper-slide .item .t {
  width: 257px;
  height: 74px;
  font-weight: 800;
  font-size: 18px;
  color: #323232;
  line-height: 74px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.home-page .home-page6 .wrap .swiper .swiper-slide .item .bottom .bottom-i {
  margin: 10px 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  align-content: flex-start;
}

.home-page .home-page6 .wrap .swiper .swiper-slide .item .bottom .bottom-i img {
  width: 13px;
  height: auto;
  margin: 4px 10px 0 0;
}

.home-page .home-page6 .wrap .swiper .swiper-slide .item .bottom .bottom-i p {
  color: #323232;
  font-size: 14px;
  width: 200px;
}

.home-page .home-page6 .swiper-pagination {
  bottom: 50px !important;
  top: auto !important;
}

.home-page .home-page6 .swiper-pagination-progressbar {
  background-color: transparent;
}

.home-page .home-page6 .swiper-pagination-bullet-active {
  background-color: #f58220;
}

.box-swiper {
  background-image: url("../images/aboutUs4.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 1px 0 40px 0;
}

.box-swiper .wrap {
  overflow: hidden;
}

.box-swiper .evolve-swiper {
  position: relative;
  width: 430px;
  height: 430px;
  margin: auto;
}

.box-swiper .evolve-swiper .swiper-wrapper {
  align-items: center;
  align-content: center;
}

.box-swiper .evolve-swiper .swiper-wrapper .swiper-slide {
  width: 309px;
  height: 309px;
  padding: 0 60px;
}

.box-swiper .evolve-swiper .swiper-wrapper .swiper-slide .box-img {
  width: 100%;
  box-sizing: content-box;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  overflow: hidden;
}

.box-swiper .evolve-swiper .swiper-wrapper .swiper-slide img {
  object-fit: contain;
  max-width: 80%;
  width: 80%;
  height: 80%;
  max-height: 80%;
}

.box-swiper .evolve-swiper .swiper-wrapper .swiper-slide-active {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.box-swiper .swiper-button-prev,
.box-swiper .swiper-button-next {
  width: 42px !important;
  height: 42px !important;
  top: 55% !important;
  transform: translateY(-50%);
}

.box-swiper .swiper-button-prev:after,
.box-swiper .swiper-button-next:after {
  font-size: 0.4rem !important;
  color: #a9a9a9 !important;
  width: 42px !important;
  height: 42px !important;
  text-align: center;
  line-height: 42px;
}

.box-swiper .swiper-button-prev {
  left: -10% !important;
}

.box-swiper .swiper-button-next {
  right: -10% !important;
}

.product-banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 403px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.product-banner p.banner-title {
  width: 100%;
  text-align: center;
  height: 48px;
  font-weight: bold;
  font-size: 48px;
  color: #fefefe;
  line-height: 48px;
}

.product-content p.title {
  width: 100%;
  height: 36px;
  font-weight: bold;
  font-size: 36px;
  color: #f58220;
  line-height: 36px;
  margin: 78px auto 50px;
  text-align: center;
}

.product-page .home-news {
  margin: 88px auto 40px;
  width: 100%;
  max-width: 1500px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  background-color: #f6f9fc;
}

.product-page .home-news .n1Swiper-i {
  margin: 0 auto 70px 0;
}

.product-page .home-news .box-left {
  height: 100%;
  position: relative;
  padding: 0.8rem 0 0 0;
}

.product-page .home-news .box-left .t1 {
  font-size: 24px;
  font-weight: 400;
  color: #414141;
}

.product-page .home-news .box-left .pro-title {
  font-weight: bold;
  font-size: 36px;
  color: #075696;
  margin-bottom: 14px;
  line-height: 36px;
}

.product-page .home-news .box-left .pro-t2 {
  font-weight: 500;
  font-size: 18px;
  color: #075696;
}

.product-page .home-news .box-left .line2 {
  width: 43px;
  height: 3px;
  background: #075696;
  margin: 0.24rem 0 0.25rem;
}

.product-page .home-news .box-left .line {
  width: 43px;
  height: 3px;
  background: #0e1b83;
  margin: 0.24rem 0 0.25rem;
}

.product-page .home-news .box-left .time {
  color: #a9a9a9;
  font-size: 14px;
  margin: 0.17rem 0 0px 0;
}

.product-page .home-news .box-left .t2 {
  max-width: 566px;
  font-size: 16px;
  font-weight: 400;
  color: #2c2c2c;
  line-height: 30px;
}

.product-page .home-news .box-left .icon-more {
  width: 42px;
  height: 42px;
  margin-top: 49px;
}

.product-page .home-news .box-left .mores {
  width: 232px;
  height: 53px;
  background-color: #0e1b83;
  color: #ffffff;
  margin: 0;
  margin-top: 0.41rem;
  position: relative;
}

.product-page .home-news .box-left .mores img {
  width: 17px;
  height: auto;
  position: absolute;
  right: 38px;
  top: 50%;
  transform: translateY(-50%);
}

.product-page .home-news .n1Swiper-i {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  height: 420px;
}

.product-page .home-news .n1Swiper-i .newsImg {
  width: 868px;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-page .home-news .n1Swiper-i:nth-child(2n) {
  flex-direction: row-reverse;
}

.product-page .home-news .n1Swiper-i .show {
  max-width: 100%;
  width: 416px;
  right: 0;
  bottom: 0;
  padding: 0 0 0 0px;
}

.product-page .home-news2 {
  margin: 22px auto 0px;
  width: 100%;
  max-width: 1500px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  background-color: #f6f9fc;
}

.product-page .home-news2 .n1Swiper-i {
  height: 262px;
  border-bottom: 1px solid #e6e6e6;
  padding: 0 0 32px 0;
  margin: 32px auto 0px;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.product-page .home-news2 .n1Swiper-i .newsImg {
  width: 437px;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-page .home-news2 .n1Swiper-i .box-left {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  height: 262px;
  max-width: 100%;
  width: 843px;
  height: 100%;
}

.product-page .home-news2 .n1Swiper-i .box-left .t1 {
  margin: 47px 0 0 0;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  color: #3d3d3d;
}

.product-page .home-news2 .n1Swiper-i .box-left .box-t2 {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  margin: 14px auto 0;
}

.product-page .home-news2 .n1Swiper-i .box-left .box-t2 .line2 {
  width: 20px;
  height: 3px;
  background: #075696;
}

.product-page .home-news2 .n1Swiper-i .box-left .box-t2 p {
  margin: 0 0 0 6px;
  font-size: 14px;
  color: #636363;
}

.product-page .home-news2 .n1Swiper-i .box-left p.t3 {
  width: 100%;
  margin: 14px auto 0;
  font-weight: 500;
  font-size: 14px;
  color: #636363;
}

.product-page .home-news2 .n1Swiper-i .box-left .icon-more {
  width: 126px;
  height: 34px;
  border-radius: 17px;
  border: 1px solid #e6e6e6;
  position: absolute;
  bottom: 16px;
  left: 0;
  text-align: center;
  line-height: 34px;
  font-weight: 500;
  font-size: 14px;
  color: #676767;
}

.product-page .product-aboutus {
  margin: 59px auto 0;
  height: 506px;
  background-image: url("../images/produce.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.product-page .product-aboutus .content-txt {
  max-width: 1024px;
  font-weight: 500;
  font-size: 16px;
  color: #2c2c2c;
  margin: auto;
}

.product-page .product-aboutus .content-swiper {
  margin: 108px auto 0;
  width: 100%;
}

.product-page .product-aboutus .content-swiper .swiper .swiper-slide {
  width: 20%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}

.product-page .product-aboutus .content-swiper .swiper .swiper-slide .left {
  width: 15px;
  height: 347px;
  background-image: url("../images/q.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 0 22px 0 0;
}

.product-page .product-aboutus .content-swiper .swiper .swiper-slide .right {
  max-width: 80%;
}

.product-page .product-aboutus .content-swiper .swiper .swiper-slide .right p.t1 {
  width: 90%;
  height: 30px;
  font-weight: 800;
  font-size: 30px;
  color: #000000;
  line-height: 30px;
}

.product-page .product-aboutus .content-swiper .swiper .swiper-slide .right p.t2 {
  margin: 28px 0 0 0;
  width: 80%;
  height: 16px;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
}

.product-page .product-aboutus .content-swiper .swiper-button-prev {
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0);
  border-radius: 50%;
  border: 1px solid #d8d8d8;
}

.product-page .product-aboutus .content-swiper .swiper-button-next {
  width: 42px;
  height: 42px;
  background: #075696;
  border-radius: 50%;
  color: #fff;
}

.product-page .product-aboutus .content-swiper .swiper-button-next:after,
.product-page .product-aboutus .content-swiper .swiper-button-prev:after {
  font-size: 10px;
}

.product-page .product-aboutus .content-swiper .swiper-button-prev {
  left: 0px;
  z-index: 20;
}

.product-page .aboutUs {
  width: 100%;
}

.product-page .aboutUs img {
  width: 100%;
}

.product-page .logo {
  margin: 127px auto;
  height: auto !important;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.product-page .logo p {
  width: 100%;
  height: auto !important;
  font-weight: 500;
  font-size: 18px;
  color: #2c2c2c;
  margin: 10px auto 0;
}

.product-page .logo img {
  margin: 0 auto;
  width: 268px;
  height: 82px;
}

.product-page .introduction-b .model {
  margin: 0 auto 183px;
}

.product-page .introduction-b .model .row {
  position: relative;
}

.product-page .introduction-b .model .row .model-con {
  position: absolute;
  right: 0;
  top: 41px;
  width: 739px;
  height: 375px;
  max-width: 100%;
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  margin-left: -38px;
}

.product-page .introduction-b .model .row .model-con .t1 {
  width: 100%;
  font-size: 30px;
  color: #2c2c2c;
  margin-bottom: 0.2rem;
}

.product-page .introduction-b .model .row .model-con .t2 {
  margin: 10px 0 0 0;
  font-size: 18px;
  font-weight: 400;
  color: #2c2c2c;
}

.product-page .introduction-b .model .row .model-con .t3 {
  margin: 20px 0 0 0;
  font-size: 18px;
  font-weight: 400;
  color: #2c2c2c;
  line-height: 30px;
}

.product-page .introduction-b .model .row .model-img {
  width: 697px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-page .introduction-b .modelbg {
  height: 836px;
  background-image: url(../images/aboutUs2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.product-page .introduction-b .modelbg .wrap {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

.product-page .introduction-b .modelbg .wrap .left {
  width: 50%;
}

.product-page .introduction-b .modelbg .wrap .left p.t1 {
  color: #ffffff;
  font-size: 30px;
}

.product-page .introduction-b .modelbg .wrap .left .t2 {
  margin: 50px 0 0 0;
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
}

.product-page .introduction-b .modelbg .wrap .left p.t3 {
  margin: 40px 0 0 0;
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
}

.product-page .introduction-b .modeltxt {
  height: 818px;
  background-image: url(../images/aboutUs3.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.product-page .introduction-b .modeltxt .wrap {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.product-page .introduction-b .modeltxt .wrap .left {
  width: 45%;
  font-weight: 500;
  font-size: 18px;
  color: #2c2c2c;
  line-height: 30px;
  border-right: 2px solid #e6e6e6;
  min-height: 277px;
  padding-right: 10%;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
}

.product-page .introduction-b .modeltxt .wrap .right {
  width: 45%;
  font-weight: 500;
  font-size: 18px;
  color: #2c2c2c;
  line-height: 30px;
  min-height: 277px;
  display: flex;
  align-items: flex-start;
}

.product-page .introduction-b .model1 {
  height: 383px;
  background: url(../images/aboutUs1.png) no-repeat center center;
  background-size: cover;
}

.product-page .introduction-b .model1 .row {
  padding: 0 0.66rem;
  height: 100%;
}

.product-page .introduction-b .model1 .model1-i {
  width: 25%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}

.product-page .introduction-b .model1 .model1-i .t1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  align-content: flex-end;
  justify-content: flex-start;
}

.product-page .introduction-b .model1 .model1-i .t1 .title {
  font-size: 48px;
  font-weight: bold;
  color: #075696;
  line-height: 48px;
}

.product-page .introduction-b .model1 .model1-i .t1 em {
  font-size: 16px;
  font-weight: 400;
  color: #221916;
  line-height: 22px;
  margin-left: 5px;
}

.product-page .introduction-b .model1 .model1-i .t2 {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #221916;
  margin-top: 24px;
}

.product-page .introduction-b .modelvideo {
  display: flex;
  justify-content: center;
  height: auto;
}

.product-page .introduction-b .modelvideo video {
  width: 100%;
}

.product-page .box-search {
  width: 100%;
  height: 146px;
  background-color: #0b84c7;
}

.product-page .box-search .wrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  height: 100%;
}

.product-page .box-search .wrap .left .item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  margin: 0 0 10px 0;
}

.product-page .box-search .wrap .left .item .item-title {
  width: 81px;
  height: 32px;
  font-size: 16px;
  color: #ffffff;
  line-height: 32px;
  background-color: #075696;
  text-align: center;
  margin: 0 30px 0 0;
}

.product-page .box-search .wrap .left .item ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}

.product-page .box-search .wrap .left .item ul li input {
  background-color: transparent !important;
}

.product-page .box-search .wrap .left .item ul li span {
  color: #ffffff;
  font-size: 16px;
}

.product-page .box-search .wrap .right {
  width: 476px;
  height: auto;
}

.product-page .box-search .wrap .right .a-search {
  width: 100%;
  height: 46px;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff;
}

.product-page .box-search .wrap .right .a-search input {
  background-color: transparent;
  width: 90%;
  height: 20px;
  line-height: 20px;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
}

.product-page .box-search .wrap .right .a-search input::placeholder {
  color: #fff;
}

.product-page .box-search .wrap .right .a-search input::-webkit-input-placeholder {
  color: #fff;
}

.product-page .box-search .wrap .right .a-search img {
  width: 20px;
  height: 20px;
}

.product-page .health-b {
  width: 100%;
  padding: 0.4rem 0 0 0;
  justify-content: flex-start;
}

.product-page .health-b .health-i {
  width: 48%;
  margin-right: 28px;
  height: 334px;
  width: 32%;
  margin-bottom: 0.37rem;
}

.product-page .health-b .health-i .health-img {
  width: 100%;
  max-width: 444px;
  height: 283px;
  position: relative;
}

.product-page .health-b .health-i .health-img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/icon-play.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45px 45px;
}

.product-page .health-b .health-i .health-img :hover {
  box-shadow: 0px 3px 27px 0px rgba(23, 43, 132, 0.14);
}

.product-page .health-b .health-i .health-con {
  text-align: center;
  margin: 34px auto 0;
  width: 100%;
  height: 16px;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  line-height: 16px;
}

.product-page .health-b .health-i:nth-child(3n) {
  margin-right: 0 !important;
}

.product-page .health-b-video {
  width: 100%;
  padding: 0.4rem 0 0 0;
  justify-content: flex-start;
}

.product-page .health-b-video .health-i {
  width: 48%;
  margin-right: 28px;
  height: 440px;
  width: 32%;
  margin-bottom: 0.37rem;
}

.product-page .health-b-video .health-i .health-img {
  width: 100%;
  max-width: 444px;
  height: 283px;
  position: relative;
}

.product-page .health-b-video .health-i .health-img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/icon-gou.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45px 45px;
}

.product-page .health-b-video .health-i .health-img :hover {
  box-shadow: 0px 3px 27px 0px rgba(23, 43, 132, 0.14);
}

.product-page .health-b-video .health-i .health-con {
  text-align: center;
  margin: 34px auto 0;
  width: 100%;
  height: auto !important;
}

.product-page .health-b-video .health-i .health-con .title {
  font-size: 16px;
  color: #000000;
  padding: 0 0 20px 0;
  text-align: left;
  border-bottom: 2px solid #75a0c4;
}

.product-page .health-b-video .health-i .health-con .box-t2 {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  margin: 22px 0 0 0;
}

.product-page .health-b-video .health-i .health-con .box-t2 img {
  width: 13px;
  height: 14px;
  margin: 0 20px 0 5px;
}

.product-page .health-b-video .health-i .health-con .box-t2 p {
  width: 56px;
  height: 14px;
  font-weight: 500;
  font-size: 14px;
  color: #676767;
  line-height: 14px;
}

.product-page .health-b-video .health-i:nth-child(3n) {
  margin-right: 0 !important;
}

.box-search-fixed {
  position: fixed;
  top: 90px;
  left: 0;
  z-index: 1000;
}

.box-search-public {
  padding-top: 146px;
}

.content-map {
  width: 100%;
  height: 573px;
}

.content-map .wrap {
  height: 388px;
  display: flex;
  align-items: center;
  align-content: center;
}

.content-map .wrap .swiper-slide {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  height: 100%;
}

.content-map .wrap .swiper-slide .left {
  max-width: 50%;
  width: 697px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

.content-map .wrap .swiper-slide .left .box-txt-active {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  border-bottom: 2px solid #085696;
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
}

.content-map .wrap .swiper-slide .left .box-txt-active p {
  color: #085696;
  font-size: 18px;
  margin: 0 79px 0 0;
}

.content-map .wrap .swiper-slide .left .box-txt-active img {
  width: 15px;
  height: 15px;
  display: inline-block !important;
}

.content-map .wrap .swiper-slide .left .box-txt {
  cursor: pointer;
  color: #2c2c2c;
  font-size: 16px;
  margin: 0 0 20px 0;
}

.content-map .wrap .swiper-slide .left .box-txt img {
  display: none;
}

.content-map .wrap .swiper-slide .right {
  width: 50%;
  height: 100%;
}

.content-map .wrap .swiper-slide .right .box-map {
  width: 701px;
  height: 388px;
  display: none;
  overflow: hidden;
}

.content-map .wrap .swiper-slide .right .box-map-active {
  display: inline-block;
}

.public-page {
  width: fit-content;
  margin: 0.4rem auto;
}

.news-detail-b-row {
  padding: 0.53rem;
  background: #ffffff;
  border-top: 2px solid #0174dd;
}

.news-box,
.news-b {
  padding: 0.3rem 0;
}

.news-detail-b {
  padding: 0.29rem 20px;
}

.news-detail-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 0.31rem;
}

.news-detail-menu .info {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #717171;
  margin: 0 auto 20px;
  text-align: center;
}

.news-detail-share {
  margin: 0 2%;
}

.news-detail-b-row-top {
  position: relative;
  padding: 0 0.24rem;
  padding-bottom: 3%;
  border-bottom: 1px solid #d8d8d8;
}

.news-detail-share-i {
  margin: 0 8px;
}

.news-detail-b-row-top>.title {
  font-size: 30px;
  font-weight: bold;
  color: #393939;
  text-align: center;
}

.news-detail-share>.title {
  font-size: 16px;
  font-weight: 500;
  margin-left: 14px;
}

.news-detail-con {
  padding: 0.37rem 0.29rem;
  line-height: 30px;
}

.news-detail-con a,
.news-detail-con em,
.news-detail-con i,
.news-detail-con span {
  display: inline;
}

.news-detail-con img {
  margin: 1% auto;
  height: auto;
  display: block;
}

.news-detail-con-img {
  margin: auto;
  display: block;
}

.news-detail-con-title {
  font-size: 18px;
  font-weight: 500;
  color: #3b3b3b;
  line-height: 36px;
}

.news-detail-page-l-prev,
.news-detail-page-l-next {
  font-size: 16px;
  line-height: 24px;
  margin: 3% 0;
  display: block;
  font-weight: bold;
  color: #7d7d7d;
}

.news-detail-page-l-prev:hover,
.news-detail-page-l-next:hover {
  color: #034698;
}

.news-detail-page {
  margin: 0 0.29rem;
  background: #f9f9f9;
  padding: 2% 4%;
}

.news-detail-page-r {
  max-width: 170px;
  width: 100%;
  height: 48px;
  background: #034698;
}

.news-detail-page-r>.title {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  margin-left: 7px;
}

.page-b {
  margin: 0 15px;
}

.page-b-i,
.page-i {
  width: auto;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-b-i.cur,
.page-b-i:hover {
  font-weight: bold;
}

.page-b-i {
  margin: 0 10px;
  font-size: 16px;
  /* font-family: PingFang SC; */
  font-weight: 400;
  width: 40px;
  height: 40px;
  border: 1px solid #d0d0d0;
  color: #999999;
}

.page-b .cur {
  background-color: #075696;
  color: #fff;
}

.page-i {
  height: 44px;
  background: rgba(35, 47, 61, 0);
  border: 1px solid #e0e0e0;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 500;
  color: #160a8b;
}

.page-i:hover {
  background-color: #075696;
  color: #fff;
}

.join-nav {
  width: calc(100% - 90px);
  font-size: 16px;
  font-weight: bold;
  color: #444444;
}

.join-nav li {
  width: 11%;
}

.join-nav li:nth-child(1) {
  width: 15%;
  margin-right: 15px;
}

.join-nav li:nth-child(n + 3) {
  text-align: center;
}

.join-con {
  margin-top: 16px;
}

.join-nav1 {
  height: 54px;
  line-height: 54px;
  font-size: 16px;
  font-weight: 500;
  color: #3b3b3b;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

.join-nav1 .que-left {
  width: 19px;
  height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 15px 0 0;
}

.join-nav1 .que-left img {
  width: 19px;
  height: 19px;
}

.join-nav1 .que-left .que1 {
  display: none;
}

.join-nav1 .que-left .que2 {
  display: inline-block;
}

.join-nav1 .que-right p {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
}

.join-b {
  margin: 86px auto 0 !important;
}

.join-con-box {
  background: #ffffff;
  margin-bottom: 16px;
}

.join-us {
  background: #fff;
  padding: 24px 29px 70px 45px;
  border-top: 1px solid #f0f1f3;
}

.join-us {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
}

.join-us .img-icon {
  width: 21px;
  height: 19px;
  margin: 0 15px 0 0;
  background-image: url("../images/que3.png");
  background-size: 100% 100%;
  color: #fff;
  text-align: center;
  line-height: 10px;
}

.join-us p {
  width: 1241px;
  max-width: 90%;
  font-weight: 500;
  font-size: 16px;
  color: #373737;
  line-height: 26px;
  margin: -6px 0 0 0;
}

.join-con-box.current .join-btn {
  background: #075696;
}

.join-con-box .join-btn {
  align-items: center;
}

.join-con-box.current .join-nav1 {
  color: #fff;
}

.join-btn {
  padding: 0 29px 0 45px;
}

.join-con-box .unfold-up {
  width: 21px;
  height: 21px;
  background: url(../images/down.png) no-repeat center center;
}

.join-con-box.current .unfold-up {
  background: url(../images/up.png) no-repeat center center;
}

.join-us-btn>.title {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  margin-left: 0.08rem;
}

.join-us-btn {
  width: max-content;
  padding: 0.16rem 0.35rem;
  background: #007bc6;
  border-radius: 50px;
  margin-top: 0.4rem;
}

.join-us-btn .webuploader-pick {
  line-height: initial !important;
  color: #fff !important;
}

.box-map-nav {
  margin: 10px 0 170px 0;
}

.box-map-nav .wrap .item {
  margin: 81px 0 0 0;
}

.box-map-nav .wrap .item p.title {
  color: #085696;
  font-size: 24px;
}

.box-map-nav .wrap .item .box-ul {
  margin: 30px 0 0 0;
}

.box-map-nav .wrap .item .box-ul a {
  color: #2c2c2c;
  font-size: 18px;
  margin: 0 26px 0 0;
}

.evolve-b {
  padding: 0 0 100px 0;
}

.evolve-b .evolve-swiper {
  position: relative;
  margin-bottom: 0.1rem;
}

.evolve-b .evolve-swiper .swiper-wrapper {
  align-items: center;
  align-content: center;
}

.evolve-b .evolve-swiper .swiper-wrapper .swiper-slide {
  width: 306px;
  height: 224px;
}

.evolve-b .evolve-swiper .swiper-wrapper .swiper-slide img {
  object-fit: cover;
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 100%;
}

.evolve-b .evolve-swiper .swiper-wrapper .swiper-slide-active {
  width: 566px;
  height: 390px;
}

.evolve-b .evolve-swiper .swiper-button-prev,
.evolve-b .evolve-swiper .swiper-button-next {
  width: 42px !important;
  height: 42px !important;
  border-radius: 50%;
  top: 55% !important;
  transform: translateY(-50%);
}

.evolve-b .evolve-swiper .swiper-button-prev:after,
.evolve-b .evolve-swiper .swiper-button-next:after {
  font-size: 0.2rem !important;
  color: #a9a9a9 !important;
  width: 42px !important;
  height: 42px !important;
  text-align: center;
  background: #ffffff;
  border-radius: 50%;
  border: 1px solid #d8d8d8;
  line-height: 42px;
}

.evolve-b .evolve-swiper .swiper-button-prev {
  left: 39% !important;
}

.evolve-b .evolve-swiper .swiper-button-next {
  right: 39% !important;
}

.evolve-b .evolve-swiper .evolve-swiper-con {
  visibility: hidden;
  opacity: 0;
  transition: all ease-out 0.3s;
  padding-top: 0.49rem;
}

.evolve-b .evolve-swiper .evolve-swiper-con .title {
  font-size: 16px;
  font-weight: 400;
  color: #090909;
  text-align: center;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.evolve-b .evolve-swiper .evolve-swiper-con .info {
  font-size: 16px;
  font-weight: 500;
  color: #676767;
  line-height: 30px;
  margin-top: 0.3rem;
}

.evolve-b .evolve-swiper .swiper-slide-active .evolve-swiper-con {
  visibility: visible;
  opacity: 1;
  transition: all ease-out 0.3s;
}

.evolve-b .evolve-swiper .evolve-swiper-img {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.evolve-b .evolve-swiper .evolve-swiper-img img {
  max-width: 90%;
  width: auto;
  height: auto;
  max-height: 90%;
  object-fit: cover;
  margin: auto;
  display: block;
}

.box-question {
  padding: 0 24px;
  margin: 0 auto 20px;
  background-color: #eef4fa;
  text-align: center;
  padding-top: 77px;
}

.box-question .box-title .title {
  width: 100%;
  line-height: 34px;
  height: 34px;
  font-weight: bold;
  font-size: 36px;
  position: relative;
  color: #363636;
}

.box-question .box-title .title:after {
  content: "";
  width: 66px;
  height: 4px;
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #475b94;
}

.box-question .box-message {
  text-align: center;
  margin: 62px auto 0;
}

.box-question .box-message .txt {
  width: 100%;
  height: 24px;
  font-weight: 400;
  font-size: 24px;
  color: #363636;
  line-height: 24px;
}

.box-question .box-message .box-txt {
  margin: 70px auto 0;
  width: 90%;
}

.box-question .box-message .form-box {
  margin: 20px auto 0;
  padding: 0 40px;
  margin-bottom: 40px;
}

.box-question .box-message .form-box .form-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.box-question .box-message .form-box .form-item input {
  padding: 0 0 0 20px;
  width: 100%;
  margin-top: 15px;
  height: 46px;
  font-size: 14px;
  background-color: #fff;
  font-weight: 400;
  color: #969696;
  line-height: 46px;
}

.box-question .box-message .form-box .form-item .a-item {
  width: 30%;
  margin: 0 0% 10px 0;
}

.box-question .box-message .form-box .form-item .a-item input {
  background-color: #fff;
}

.box-question .box-message .form-box .form-item .a-item-2 {
  width: 100%;
  margin: 0 0% 10px 0;
}

.box-question .box-message .form-box .form-item .a-item-2 input {
  background-color: #fff;
}

.box-question .box-message .form-box .form-item .box-aline {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  margin-top: 15px;
}

.box-question .box-message .form-box .form-item textarea {
  padding: 10px 0 0 20px;
  width: 100%;
  max-width: 100%;
  height: 96px;
  background: #fff;
  font-size: 14px;
  color: #969696;
  margin-top: 15px;
}

.box-question .box-message .form-box .form-item .input-submit {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 60px;
  justify-content: center;
  text-align: center;
  margin: 37px auto 106px;
  width: 216px;
  height: 60px;
  background: #085696;
  border-radius: 30px;
}

.box-question .box-message .form-box .form-item .input-replay {
  width: 100px;
  height: 50px;
  border: 1px solid #787878;
  font-size: 16px;
  font-weight: 400;
  color: #141414;
  line-height: 50px;
  text-align: center;
  margin: 0 0 0 0px;
}

footer {
  background-image: url("../images/footer.png");
  height: 451px;
  background-size: cover;
}

footer .public-footer {
  width: 100%;
  height: 451px;
}

footer .public-footer-top {
  height: 351px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

footer .public-footer-top .footer-top-left {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
}

footer .public-footer-top .footer-top-left .item {
  margin: 0 150px 0 0;
}

footer .public-footer-top .footer-top-left .item .t1 {
  margin: 76px 0px 0 0;
  height: 20px;
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  line-height: 20px;
}

footer .public-footer-top .footer-top-left .item ul {
  margin: 30px 0 0 0;
}

footer .public-footer-top .footer-top-left .item ul li {
  font-weight: 500;
  font-size: 14px;
  height: 30px;
  color: #ffffff;
  line-height: 30px;
}

footer .public-footer-top .footer-top-right .txt {
  height: 16px;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  line-height: 16px;
  margin: 79px 0 0 0;
}

footer .public-footer-top .footer-top-right .box-icon {
  flex-wrap: nowrap;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-end;
  margin: 35px 0 0 0;
}

footer .public-footer-top .footer-top-right .box-icon .item-icon {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.23);
  border-radius: 50%;
  position: relative;
  margin: 0 18px 0 0;
  cursor: pointer;
}

footer .public-footer-top .footer-top-right .box-icon .item-icon a {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.23);
  border-radius: 50%;
  position: relative;
  margin: 0 0px 0 0;
  cursor: pointer;
}

footer .public-footer-top .footer-top-right .box-icon .item-icon a:hover,
footer .public-footer-top .footer-top-right .box-icon .item-icon:hover {
  background-color: #f58220 !important;
}

footer .public-footer-top .footer-top-right .box-icon .item-icon img {
  width: 19px;
  height: auto;
}

footer .public-footer-top .footer-top-right .box-icon .item-icon .active-icon {
  display: none;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  background: #ffffff;
  border-radius: 5px;
  z-index: 100;
  text-align: center;
  padding: 5%;
}

footer .public-footer-top .footer-top-right .box-icon .item-icon .active-icon img {
  width: 100%;
  height: 100%;
}

footer .public-footer-top .footer-top-right .box-icon .item-icon .active-icon:before {
  content: "";
  top: -8px;
  left: 50%;
  z-index: 0;
  transform: translateX(-50%);
  position: absolute;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
}

footer .public-footer-top .footer-top-right .box-icon-active {
  background-color: #f58220 !important;
}

footer .public-footer-top .footer-top-right .box-icon-active .active-icon {
  display: inline-block !important;
}

footer .public-footer-num {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  width: 100%;
  height: 100px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: space-around;
}

footer .public-footer-num .left {
  height: 14px;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  line-height: 14px;
}

.sild-float {
  position: fixed;
  z-index: 21;
  right: 0;
  bottom: 30%;
  width: 69px;
}

.sild-float .bpmaeb {
  height: 69px;
  width: 69px;
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  cursor: pointer;
}

.sild-float .bpmaeb img.icon {
  width: 25px;
  height: auto;
}

.sild-float .bpmaeb .icon2 {
  display: none;
}

.sild-float .bpmaeb:hover {
  background-color: #f58220;
}

.sild-float .bpmaeb:hover .icon {
  display: none;
}

.sild-float .bpmaeb:hover .icon2 {
  display: inline-block;
}

.sild-float .bpmaeb:hover p {
  color: #ffffff;
}

/*  new  */
.public-top {
  padding-top: 90px;
}

.product-top {
  padding-top: 354px;
}

.wrap {
  width: 100%;
  max-width: 1230px;
  margin: auto;
  position: relative;
}

.public-tobody {
  max-width: 1400px;
  width: 100%;
  margin: auto;
}

@media (max-width: 1400px) {
  .wrap {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }

  nav ul li {
    min-width: 80px;
  }
}

@media (max-width: 1350px) {
  nav ul li {
    min-width: 75px;
  }

  nav ul li a {
    font-size: 12px;
  }
}

@media (max-width: 1300px) {
  nav ul li {
    margin: 0;
  }
}

@media (max-width: 1200px) {
  .m-lang {
    height: 70px;
    position: absolute;
    top: 0;
    right: 20px;
    z-index: 999;
  }

  .m-lang>em,
  .m-lang-i {
    font-size: 16px;
    font-family: 'Roboto' !important;

  }

  .m-lang>em {
    margin: 0 7px;
  }

  .public-top {
    padding-top: 0;
  }

  .home-page {
    position: relative;
  }

  .home-page .home-page1 {
    position: relative;
    padding: 0 0 200px 0;
  }

  .product-service-content {
    margin: auto;
    text-align: center;
  }

  .product-service-content .wrap {
    margin: 0 auto 42px;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
  }

  .product-service-content .wrap .item {
    max-width: 100%;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    height: auto;
  }

  .product-service-content .wrap .item .box-img {
    width: 100%;
    height: auto;
  }

  .product-service-content .wrap .item .box-img img {
    width: 100%;
    height: auto;
  }

  .product-service-content .wrap .item .bottom-txt {
    padding: 0 0 0 20px;
  }

  .product-service-content .wrap .item .bottom-txt .t1 {
    margin: 20px 0 0 0;
    width: 100%;
    height: 14px;
    font-size: 14px;
    line-height: 14px;
  }

  .product-service-content .wrap .item .bottom-txt .t2 {
    font-size: 12px;
    line-height: 16px;
    margin: 12px 0 0 0;
  }

  .mauto {
    width: 95%;
  }

  .header {
    display: none;
  }

  .md-db {
    display: block !important;
  }

  .ny-banner {
    padding: 6% 0 0;
  }

  .ny-nav span {
    position: relative;
    display: block;
    padding: 0 55px 0 20px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.6);
    line-height: 52px;
    font-size: 16px;
    height: 52px;
  }

  .ny-nav span:before {
    content: "";
    position: absolute;
    right: 20px;
    top: 0;
    height: 100%;
    width: 15px;
    background: url(../images/xx2.png) no-repeat center center;
    -o-background-size: 100% auto;
    background-size: 100% auto;
  }

  .ny-nav p {
    float: none;
    display: none;
    position: absolute;
    z-index: 5;
    left: 0;
    top: 52px;
    width: 100%;
  }

  .ny-nav p a {
    width: 100%;
    text-align: left;
    padding: 10px 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .mauto {
    width: 95%;
  }

  nav ul li {
    margin: 0 0px;
  }

  .header-m {
    left: 0;
    top: 0;
    width: 100%;
    height: 70px;
    background: #fff;
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  }

  .header-m::after {
    display: none;
    position: fixed;
    content: "";
    top: 70px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }

  .header-m .logo {
    position: fixed;
    z-index: 999;
    left: 50%;
    height: 70px;
    line-height: 70px;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }

  .header-m .logo img {
    max-height: 40px;
    width: auto;
  }

  .header-m .m-menu-b {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 70px;
    cursor: pointer;
  }

  .header-m .m-menu-b::before,
  .header-m .m-menu-b::after {
    position: absolute;
    content: "";
    top: 50%;
    left: -webkit-calc(35px / 2);
    left: -moz-calc(35px / 2);
    left: calc(35px / 2);
    width: 25px;
    height: 1px;
    z-index: 999;
    -o-transition: all 0.3s ease-out 0.3s;
    -moz-transition: all 0.3s ease-out 0.3s;
    transition: all 0.3s ease-out 0.3s;
    -webkit-transition: all 0.3s ease-out 0.3s;
    background: #222;
  }

  .header-m .m-menu-b::before {
    -moz-transform: translateY(-4px) rotate(0);
    -ms-transform: translateY(-4px) rotate(0);
    -o-transform: translateY(-4px) rotate(0);
    transform: translateY(-4px) rotate(0);
    -webkit-transform: translateY(-4px) rotate(0);
  }

  .header-m .m-menu-b::after {
    -moz-transform: translateY(4px) rotate(0);
    -ms-transform: translateY(4px) rotate(0);
    -o-transform: translateY(4px) rotate(0);
    transform: translateY(4px) rotate(0);
    -webkit-transform: translateY(4px) rotate(0);
  }

  .header-m .m-menu {
    display: none;
    z-index: 888;
    position: fixed;
    width: 100%;
    width: 260px;
    height: 100%;
    top: 0;
    left: -260px;
    opacity: 1;
    background: #fafafa;
    text-align: left;
    padding-top: 70px;
  }

  .header-m .m-menu::after {
    position: absolute;
    top: 70px;
    content: "";
    width: 100%;
    height: 1px;
    background: #ebebeb;
  }

  .header-m .nav {
    height: -webkit-calc(-6%);
    height: -moz-calc(-6%);
    height: calc(100vh - 106px);
    overflow-x: hidden;
    overflow-y: auto;
  }

  .header-m .nav>li {
    border-bottom: 1px solid #ebebeb;
    -moz-animation: resize 0.5s both;
    -o-animation: resize 0.5s both;
    animation: resize 0.5s both;
    -webkit-animation: resize 0.5s both;
  }

  .header-m .nav>li>a {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    padding: 0 40px;
    color: #666;
    vertical-align: middle;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
  }

  .header-m .nav>li>a::after {
    position: absolute;
    content: "";
    left: 20px;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border: 1px solid #999;
    border-radius: 50%;
    background: transparent;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }

  .header-m .nav>li .sub-nav {
    display: none;
  }

  .header-m .nav>li .sub-nav a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 12px 40px;
    background: #f2f2f2;
    color: #4e4e4e;
  }

  .header-m .nav>li .sub-nav a::before,
  .header-m .nav>li .sub-nav a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 20px;
    top: 20px;
    border: 5px solid transparent;
    overflow: hidden;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }

  .header-m .nav>li .sub-nav a::before {
    left: 21px;
    border-left: 5px solid #555;
  }

  .header-m .nav>li .sub-nav a::after {
    border-left: 5px #ebebeb solid;
  }

  .header-m .nav>li.cur {
    position: relative;
  }

  .header-m .nav>li.cur::after,
  .header-m .nav>li.cur::before {
    position: absolute;
    content: "";
    background: #999;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }

  .header-m .nav>li.cur::before {
    top: 19px;
    right: 25px;
    width: 2px;
    height: 12px;
  }

  .header-m .nav>li.cur::after {
    top: 24px;
    right: 20px;
    width: 12px;
    height: 2px;
  }

  .header-m .nav>li.active::after {
    background: #fff;
  }

  .header-m .nav>li.active::before {
    height: 0;
  }

  .header-m .nav>li.active>a {
    color: #fff;
    background: #f58220;
  }

  .header-m .nav>li.active>a::after {
    border-color: #fff;
    background: #fff;
  }

  .header-m .nav>li.active .sub-nav li {
    -moz-animation: ReturnToNormal 0.5s both;
    -o-animation: ReturnToNormal 0.5s both;
    animation: ReturnToNormal 0.5s both;
    -webkit-animation: ReturnToNormal 0.5s both;
  }

  .header-m .m-search-b {
    display: block;
    position: fixed;
    top: 0;
    z-index: 999;
    right: 0;
    width: 40px;
    height: 70px;
    cursor: pointer;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAVFBMVEUAAABVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVW+WkCdAAAAG3RSTlMA86cS1Qd0zb+G48R+W0E4lVIhm5BKLeppGrQHXWddAAABjklEQVRIx6VV2XLDIAzkBgdf8d3o//+zg6GtB5DiTPfNi1cCrTRiV8i1Fc5aJ0yv2R30gsMv9mV7K9hekGGWtMJACf6kFOLnLyvGWShIaHCFgxOu+4rfk7GRWegcqr9y3X6SLfUOkbHSn3RfU0zx2khyrrGHiFowhcQaznewGuTpraynH4hXmpzVIZJnCELZbE6uIRBqcxNOv0oyVAXBUAsostTFtUs7fVHhos5zxoVmGunuE/+XuHcXKyOKzPvC/9LLNlYeQZ+KXFb+wCRztclCakXZ4gp6DIG6umSpn02AtswWj5Dhs+i4HNiFQZQKhQ/fEwLslJVyD+xDElMB3OhLisBRLi/x/NH0Mm6AmUOCwmxuIYEr7xWHC3ZsBawPKJAoPmBGNzwTdHqBiBXtWmP/9oTrdKpLbAAU07MdxdyYVWZr52D3cQBQGwD3GRl2asrKjqKxpVK+PtBMySCv72ukSs0j72u0T/ZO7D5eyWKk4bCtja5bakDQhUcPiGcfwMQSsE/QVbctjcFZw74Bhtc3xlH5qhwAAAAASUVORK5CYII=) no-repeat left center;
    -o-background-size: 23px;
    background-size: 23px;
  }

  html.active {
    height: 100%;
    overflow: hidden;
  }

  html.active body {
    height: 100%;
    overflow: hidden;
  }

  html.active .header-m {
    left: 0px;
  }

  html.active .header-m::after {
    display: block;
  }

  html.active .header-m .m-menu-b::before,
  html.active .header-m .m-menu-b::after {
    background: #000;
  }

  html.active .header-m .m-menu-b::before {
    -moz-transform: translateY(0) rotate(225deg);
    -ms-transform: translateY(0) rotate(225deg);
    -o-transform: translateY(0) rotate(225deg);
    transform: translateY(0) rotate(225deg);
    -webkit-transform: translateY(0) rotate(225deg);
  }

  html.active .header-m .m-menu-b::after {
    -moz-transform: translateY(0) rotate(-225deg);
    -ms-transform: translateY(0) rotate(-225deg);
    -o-transform: translateY(0) rotate(-225deg);
    transform: translateY(0) rotate(-225deg);
    -webkit-transform: translateY(0) rotate(-225deg);
  }

  html.active .header-m .m-menu {
    display: block;
    left: 0;
    width: 100vw;
    opacity: 0.95;
  }

  html.active footer,
  html.active main,
  html.active .i-banner,
  html.active .banner {
    -moz-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -o-transform: translateX(260px);
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
  }
}

@media (max-width: 1100px) {
  body {
    padding-top: 70px !important;
  }

  nav ul li {
    min-width: 100px;
  }
}

@media (max-width: 1024px) {
  footer .public-footer-top .footer-top-left .item {
    margin: 0 60px 0 0;
  }

  header {
    height: 70px;
  }

  .home-server {
    padding: 30px 0 30px 0;
  }

  .home-server .wrap {
    flex-wrap: wrap;
  }

  .home-server .wrap .item {
    max-width: 100%;
    padding: 20px 20px;
    height: auto;
    margin: 0 auto 10px;
    min-height: auto;
  }

  .home-server .wrap .item .icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 53px;
    height: 52px;
  }

  .home-server .wrap .item .t1 {
    height: 30px;
    font-size: 24px;
    line-height: 30px;
  }

  .home-server .wrap .item .t1:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    background-color: #f58220;
  }

  .home-server .wrap .item .txt {
    margin: 20px 0 0px 0;
    padding: 0 0 0px 0;
    width: 100%;
    max-width: 100%;
    font-weight: 500;
    font-size: 14px;
    color: #323232;
    line-height: 24px;
  }

  .home-server .wrap .item .txt2 {
    width: 100%;
    font-size: 14px;
    color: #f58220;
    margin: 6px 0 0 0;
  }

  .home-server .wrap .item ul {
    margin: 6px 0 0 0;
  }

  .home-server .wrap .item ul li {
    margin: 6px 0 0 0;
    color: #323232;
    font-size: 14px;
    position: relative;
    padding: 0 0 0 16px;
  }

  .home-server .wrap .item ul li:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #323232;
  }

  .product-img-txt {
    position: relative !important;
    width: 100%;
  }

  .product-img-txt .wrap {
    margin: 10px auto 0;
    background-color: #fff;
    height: auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    overflow: hidden;
    padding: 0 0.2rem;
  }

  .product-img-txt .wrap .left {
    width: 100%;
    height: 100%;
    margin: 20px auto 0;
  }

  .product-img-txt .wrap .left .box-img {
    height: 100%;
  }

  .product-img-txt .wrap .left .box-img img {
    width: 100%;
    height: 100%;
  }

  .product-img-txt .wrap .right {
    width: 100%;
    padding: 0 0 20px 0px;
    display: flex;
    flex-wrap: wrap;
  }

  .product-img-txt .wrap .right p.t1 {
    margin: 20px 0 30px 0 !important;
  }

  .product-img-txt .wrap .right .box-txt {
    width: 100%;
    height: auto;
    margin: 30px 0 0 0;
  }

  .product-img-txt .wrap .right .more {
    margin: 45px 0 0 0;
    width: 127px;
    height: 41px;
    line-height: 41px;
    color: #f58220;
    text-align: center;
    background: rgba(245, 130, 32, 0);
    border-radius: 20px;
    border: 2px solid #f58220;
  }

  .home-page {
    position: relative;
  }

  .home-page .home-page1 {
    position: relative;
    padding: 0 0 20px 0 !important;
  }

  .home-page .home-page1 .home-swiper .swiper-slide .home-swiper-img {
    min-height: 6rem;
  }

  .home-page .home-page1 .home-swiper .swiper-slide .content-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
  }

  .home-page .home-page1 .home-swiper .swiper-slide .content-text .t1 {
    font-size: 22px;
    line-height: 24px;
  }

  .home-page .home-page1 .home-swiper .swiper-slide .content-text .t2 {
    margin: 20px auto 0;
    font-size: 16px;
    width: 80%;
  }

  .home-page .home-page1 .home-swiper .swiper-button-next {
    right: 10px !important;
  }

  .home-page .home-page1 .home-swiper .swiper-button-prev {
    left: 10px !important;
  }

  .home-page .home-page1 .home-swiper .swiper-button-next:after,
  .home-page .home-page1 .home-swiper .swiper-button-prev:after {
    font-size: 20px;
  }

  .home-page .home-page1 .wrap {
    width: 100%;
    margin-top: -60px;
    position: relative !important;
    display: flex;
    flex-wrap: wrap !important;
    justify-content: center;
  }

  .home-page .home-page1 .wrap .item {
    max-width: 100% !important;
    width: 100% !important;
    max-height: 80%;
    height: 250px;
    background: #f58220;
    border-radius: 5px;
    padding: 4% 6% 4% 6%;
    box-sizing: border-box;
    margin: 10px 0 0 0;
  }

  .home-page .home-page1 .wrap .item img {
    width: 20px;
    height: auto;
  }

  .home-page .home-page1 .wrap .item .bottom {
    width: 100%;
    height: auto;
    padding: 0 0 10px 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .home-page .home-page1 .wrap .item .bottom .t1 {
    width: 100%;
    margin: 14px auto 0;
    height: 16px;
    font-weight: 800;
    font-size: 16px;
    color: #ffffff;
    line-height: 26px;
  }

  .home-page .home-page1 .wrap .item .bottom .t2 {
    margin: 12px 0 0 0;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    line-height: 26px;
    height: auto;
  }

  .home-page .home-page1 .wrap .item .bottom .t3 {
    margin: 10px 0 0 0;
    line-height: 30px;
    text-align: center;
    width: 80px;
    height: 30px;
    background: rgba(0, 0, 0, 0);
    border-radius: 20px;
    border: 2px solid #ffffff;
    color: #fff;
    font-size: 14px;
    color: #ffffff;
    display: inline-block;
  }

  .home-page .home-page1 .wrap .item:nth-child(1) {
    background: #f58220;
  }

  .home-page .home-page1 .wrap .item:nth-child(1) .bottom {
    background-image: url("../images/home-1-11.png");
  }

  .home-page .home-page1 .wrap .item:nth-child(2) {
    background: #265596;
  }

  .home-page .home-page1 .wrap .item:nth-child(2) .bottom {
    background-image: url("../images/home-1-22.png");
  }

  .home-page .home-page1 .wrap .item:nth-child(3) {
    background: #ffffff;
  }

  .home-page .home-page1 .wrap .item:nth-child(3) .bottom {
    background-image: url("../images/home-1-33.png");
  }

  .home-page .home-page1 .wrap .item:nth-child(3) .t1 {
    color: #000;
  }

  .home-page .home-page1 .wrap .item:nth-child(3) .t2 {
    color: #000;
  }

  .home-page .home-page1 .wrap .item:nth-child(3) .t3 {
    background: #f58220;
    border-radius: 20px;
    border: 2px solid #f58220;
  }

  .home-page .home-page-all {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .home-page .home-page2 {
    width: 100%;
    height: auto;
    margin-top: -49px;
    padding: 0 0 20px 0;
    background-image: url("../images/home-page2.png");
  }

  .home-page .home-page2 .wrap {
    margin: 40px auto 0;
  }

  .home-page .home-page2 .wrap .top {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap !important;
  }

  .home-page .home-page2 .wrap .top .left {
    width: 100%;
    max-width: 100%;
  }

  .home-page .home-page2 .wrap .top .left .t1 {
    font-weight: bold;
    font-size: 20px;
    color: #f58220;
  }

  .home-page .home-page2 .wrap .top .left .change-nav {
    margin: 28px 0 0 0;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    background-color: #fff;
    border-radius: 5px;
  }

  .home-page .home-page2 .wrap .top .left .change-nav .item-text {
    height: 43px;
    line-height: 43px;
    font-size: 12px;
    color: #000;
    padding: 0 25px;
    cursor: pointer;
  }

  .home-page .home-page2 .wrap .top .left .change-nav .item-active {
    color: #fff;
    background-color: #f58220;
    border-radius: 5px;
  }

  .home-page .home-page2 .wrap .top .left .t2 {
    margin: 20px 0 0 0;
    width: 100%;
    font-weight: 500;
    font-size: 12px;
    color: #2d2d2d;
    line-height: 30px;
  }

  .home-page .home-page2 .wrap .top .left .t3 {
    margin: 24px 0 0 0;
    width: 127px;
    height: 41px;
    line-height: 41px;
    background: rgba(245, 130, 32, 0);
    border-radius: 20px;
    border: 2px solid #f58220;
    font-weight: 500;
    font-size: 14px;
    color: #f58220;
    text-align: center;
  }

  .home-page .home-page2 .wrap .top .left .box-t2 {
    margin: 20px 0 0 0;
  }

  .home-page .home-page2 .wrap .top .right {
    margin: 30px auto 0;
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .home-page .home-page2 .wrap .top .right img {
    width: 100%;
    height: auto;
  }

  .home-page .home-page2 .wrap .bottom {
    margin: 20px auto 0;
  }

  .home-page .home-page2 .wrap .bottom .bottom-title {
    height: 23px;
    font-weight: bold;
    font-size: 18px;
    color: #f58220;
    line-height: 23px;
    border-left: 3px solid #f58220;
  }

  .home-page .home-page2 .wrap .bottom .box-server {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
    height: auto;
    margin: 20px auto 10px;
  }

  .home-page .home-page2 .wrap .bottom .box-server .item {
    margin: 10px auto 10px;
    width: 100%;
    max-width: 100%;
    min-height: auto;
    height: auto !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px;
    min-height: 1.8rem;
    box-sizing: content-box;
    display: flex;
    flex-direction: column;
    /* flex-wrap: wrap; */
    align-items: center;
    justify-content: center;
  }

  .home-page .home-page2 .wrap .bottom .box-server .item .item-detail {
    margin: 0 0 19px 0;
    width: 100%;
  }

  .home-page .home-page2 .wrap .bottom .box-server .item .item-detail .t1 {
    width: 100%;
    color: #323232;
    font-size: 16px;
    font-weight: bold;
  }

  .home-page .home-page2 .wrap .bottom .box-server .item .item-detail .t2 {
    margin: 5px 0 0 0;
    width: 100%;
    color: #323232;
    font-size: 14px;
  }

  .home-page .home-page2 .wrap .bottom .box-server .item:nth-child(1) {
    background-image: url("../images/home-2-2.png");
  }

  .home-page .home-page2 .wrap .bottom .box-server .item:nth-child(2) {
    background-image: url("../images/home-2-3.png");
  }

  .home-page .home-page2 .wrap .bottom .box-server .item:nth-child(3) {
    background-image: url("../images/home-2-4.png");
  }

  .home-page .home-page3 {
    width: 100%;
    position: relative;
    height: auto;
  }

  .home-page .home-page3 .top {
    height: auto;
    background-image: url("../images/home-page3.png");
    width: 100%;
  }

  .home-page .home-page3 .top .wrap {
    padding: 50px 5%;
    margin: 0 auto 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-between;
  }

  .home-page .home-page3 .top .wrap .left {
    max-width: 100%;
    width: 100%;
  }

  .home-page .home-page3 .top .wrap .left p.title {
    height: 36px;
    font-weight: bold;
    font-size: 36px;
    color: #ffffff;
    line-height: 36px;
  }

  .home-page .home-page3 .top .wrap .left .box-txt {
    margin: 46px 0 0 0;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
  }

  .home-page .home-page3 .top .wrap .right {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    max-width: 100%;
    width: 100%;
    margin: 50px auto 0;
  }

  .home-page .home-page3 .top .wrap .right .item {
    width: 100%;
    margin: 0 0 30px 0;
  }

  .home-page .home-page3 .top .wrap .right .item .box-txt {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    color: #ffffff;
    margin: 0 0 11px 0;
  }

  .home-page .home-page3 .top .wrap .right .item p.t1 {
    width: 100%;
    height: 14px;
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    line-height: 14px;
  }

  .home-page .home-page3 .top .wrap .right .item .box-progress {
    width: 100%;
    height: 12px;
    background: rgba(255, 255, 255, 0.22);
    border-radius: 6px;
    overflow: hidden;
    position: relative;
  }

  .home-page .home-page3 .top .wrap .right .item .box-progress .active-progress {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #f58220;
  }

  .home-page .home-page3-copy {
    width: 100%;
    position: relative;
    height: auto;
    padding: 0;
  }

  .home-page .home-page3-copy .top {
    height: auto;
    width: 100%;
  }

  .home-page .home-page3-copy .top .wrap {
    padding: 10px 20px;
    margin: 0 auto 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-between;
  }

  .home-page .home-page3-copy .top .wrap .left {
    max-width: 100%;
    width: 100%;
    height: 100%;
  }

  .home-page .home-page3-copy .top .wrap .left p.title {
    height: 36px;
    font-weight: bold;
    font-size: 36px;
    line-height: 36px;
  }

  .home-page .home-page3-copy .top .wrap .left .box-txt {
    margin: 46px 0 0 0;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    padding: 0;
  }

  .home-page .home-page3-copy .top .wrap .right {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    margin: 40px auto 0;
    max-width: 100%;
    width: 100%;
  }

  .home-page .home-page3-copy .top .wrap .right .item {
    width: 100%;
    margin: 0 0 30px 0;
  }

  .home-page .home-page3-copy .top .wrap .right .item .box-txt {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0 0 11px 0;
  }

  .home-page .home-page3-copy .top .wrap .right .item p.t1 {
    width: 100%;
    height: 14px;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
  }

  .home-page .home-page3-copy .top .wrap .right .item .box-progress {
    width: 100%;
    height: 12px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
  }

  .home-page .home-page4 {
    padding: 10px 0 50px 0;
  }

  .home-page .home-page4 .title {
    margin: auto;
    text-align: center;
    width: 100%;
    height: 36px;
    font-weight: bold;
    font-size: 36px;
    color: #f58220;
    line-height: 36px;
  }

  .home-page .home-page4 .box-item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .home-page .home-page4 .box-item .item {
    max-width: 100%;
    position: relative;
  }

  .home-page .home-page4 .box-item .item .box-txt {
    left: 0px;
    width: 100%;
    padding: 20px 5% 40px;
    bottom: 0px;
    display: flex;
    flex-wrap: nowrap;
    position: absolute;
    flex-wrap: wrap;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }

  .home-page .home-page4 .box-item .item .box-txt .t1 {
    width: 100%;
    font-size: 18px !important;
    color: #fff;
    font-weight: bold;
    text-align: left;
  }

  .home-page .home-page4 .box-item .item .box-txt .t2 {
    margin: 10px 0 0 0;
    width: 100%;
    color: #fff;
    text-align: left;
    font-size: 14px !important;
  }

  .home-page .home-page4 .box-item-top {
    margin: 20px auto 0;
    height: auto;
  }

  .home-page .home-page4 .box-item-top .item {
    margin: 10px auto 0;
    width: 100%;
    height: auto;
    max-width: 100%;
    position: relative;
  }

  .home-page .home-page4 .box-item-top .item .box-img {
    width: 100%;
    height: auto;
  }

  .home-page .home-page4 .box-item-top .item .box-img img {
    width: 100%;
    height: auto;
  }

  .home-page .home-page4 .box-item-bottom {
    margin: 10px auto 0;
    display: flex;
    flex-wrap: wrap !important;
    width: 100%;
  }

  .home-page .home-page4 .box-item-bottom .item {
    margin: 10px auto 0;
    height: auto;
    max-width: 100%;
    width: 100% !important;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
  }

  .home-page .home-page4 .box-item-bottom .item .box-img {
    width: 100% !important;
    height: auto;
  }

  .home-page .home-page4 .box-item-bottom .item .box-img img {
    width: 100%;
    height: auto;
  }

  .home-page .home-page4 .active-text {
    background-color: rgba(245, 130, 32, 0.88);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    padding: 0 37px;
    display: none;
  }

  .home-page .home-page4 .active-text .active-t1 {
    text-align: left;
    width: 90%;
    font-size: 18px;
    font-weight: bold;
    margin: 30px 0 0 0;
  }

  .home-page .home-page4 .active-text .active-t2 {
    text-align: left;
    width: 100%;
    font-size: 14px;
    margin: 5px 0 0 0;
  }

  .home-page .home-page4 .active-text .active-t3 {
    text-align: left;
    width: 100%;
    height: auto;
    font-size: 14px;
    margin: 20px 0 0 0;
  }

  .home-page .home-page4 .active-text img {
    width: 25px;
    height: auto;
    margin: 20px 0 0 0;
  }

  .home-page .home-page4 .btn-more {
    width: 127px;
    height: 41px;
    background: rgba(245, 130, 32, 0);
    border-radius: 20px;
    border: 2px solid #f58220;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    color: #f58220;
    line-height: 41px;
    margin: 50px auto 0;
  }

  .home-page .home-page4 .box-page5 {
    margin: 20px 0 0 0;
  }

  .home-page .home-page4 .box-page5 .title {
    margin: 20px 0 26px 0;
  }

  .home-page .home-page4 .box-page5 .title2 {
    width: 100%;
    height: 18px;
    font-weight: 500;
    font-size: 18px;
    color: #323232;
    line-height: 18px;
  }

  .home-page .home-page5 .box-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
  }

  .home-page .home-page5 .box-content .left-content {
    width: 100%;
    height: auto !important;
  }

  .home-page .home-page5 .box-content .left-content .box-img {
    width: 100%;
  }

  .home-page .home-page5 .box-content .right-content {
    height: auto;
    width: 100%;
    background-image: url(../images/home-5-2.png);
    background-size: 100% auto;
    background-position: left bottom;
    background-size: cover;
    padding: 20px 0 40px 80px;
    box-sizing: content-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
  }

  .home-page .home-page5 .box-content .right-content .item {
    max-width: 80%;
  }

  .home-page .home-page5 .box-content .right-content .item .title {
    margin: 20px 0 0 0px;
    width: 100%;
    text-align: left;
    height: 18px;
    font-weight: 800;
    font-size: 18px;
    color: #ffffff;
    line-height: 18px;
  }

  .home-page .home-page5 .box-content .right-content .item .txt {
    margin: 24px 0 0px 0;
    padding: 0 0 0px 0;
    width: 531px;
    max-width: 100%;
    font-weight: 500;
    font-size: 14px;
    color: #a0c2f0;
    line-height: 30px;
  }

  .home-page .home-page5 .box-content .right-content .item .txt2 {
    font-size: 14px;
    color: #c7dcf9;
    margin: 10px 0 0 0;
  }

  .home-page .home-page5 .box-content .right-content .item ul {
    margin: 10px 0 0 0;
  }

  .home-page .home-page5 .box-content .right-content .item ul li {
    margin: 10px 0 0 0;
    color: #a0c2f0;
    font-size: 14px;
    position: relative;
    padding: 0 0 0 16px;
  }

  .home-page .home-page5 .box-content .right-content .item ul li:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #a0c2f0;
  }

  .home-page .home-page5 .box-content .right-content .item:nth-child(1) .title {
    margin: 0px 0 0 0;
  }

  .home-page .home-page5 .box-content .right-content .item:nth-child(1) {
    border-bottom: 1px solid #a0c2f0;
  }

  .home-page .home-page5 .box-content .right-content .item:nth-child(1) .txt {
    /* border-bottom: 1px solid #a0c2f0; */
    /* padding: 0 0 34px 0; */
    margin: 28px 0 34px 0;
  }

  .home-page .home-page6 .wrap {
    margin: 28px auto 0;
    padding: 0 0 0px 0;
    width: 100%;
  }

  .home-page .home-page6 .wrap .title {
    margin: 20px auto 0;
    text-align: center;
    width: 100%;
    height: 36px;
    font-weight: bold;
    font-size: 36px;
    color: #f58220;
    line-height: 36px;
  }

  .home-page .home-page6 .wrap .swiper {
    margin: 30px auto 0;
    padding: 10px 0 80px 0;
  }

  .home-page .home-page6 .wrap .swiper .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 2%;
  }

  .home-page .home-page6 .wrap .swiper .swiper-slide .item {
    width: 100%;
    height: auto;
    padding: 20px;
    margin: 10px auto 0;
  }

  .home-page .home-page6 .wrap .swiper .swiper-slide .item .t {
    width: 100%;
    height: auto;
    padding: 10px 0;
    font-size: 14px;
    line-height: 18px;
  }

  .home-page .home-page6 .wrap .swiper .swiper-slide .item .bottom .bottom-i {
    margin: 10px 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    align-content: flex-start;
  }

  .home-page .home-page6 .wrap .swiper .swiper-slide .item .bottom .bottom-i img {
    width: 11px;
    height: auto;
    margin: 3px 8px 0 0;
  }

  .home-page .home-page6 .wrap .swiper .swiper-slide .item .bottom .bottom-i p {
    font-size: 12px;
    width: 100%;
  }

  .evolve-b {
    padding: 0 0 100px 0;
  }

  .evolve-b .evolve-swiper .swiper-button-prev {
    left: 10% !important;
  }

  .evolve-b .evolve-swiper .swiper-button-next {
    right: 10% !important;
  }

  .box-search-fixed {
    position: relative !important;
    top: 0;
    z-index: 0;
    left: 0;
  }

  .box-search-public {
    padding-top: 0 !important;
  }

  .box-search {
    width: 100%;
    height: auto !important;
    padding: 0 0 50px 0 !important;
    background-color: #0b84c7;
  }

  .box-search .wrap {
    display: flex;
    flex-wrap: wrap !important;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    height: 100%;
  }

  .box-search .wrap .left {
    margin: 50px 0;
  }

  .box-search .wrap .left .item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    margin: 0 0 10px 0;
  }

  .box-search .wrap .left .item .item-title {
    width: 81px;
    height: 32px;
    font-size: 16px;
    color: #ffffff;
    line-height: 32px;
    background-color: #075696;
    text-align: center;
    margin: 0 30px 0 0;
  }

  .box-search .wrap .left .item ul {
    display: flex;
    flex-wrap: wrap !important;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    width: 80%;
  }

  .box-search .wrap .left .item ul li {
    width: 100% !important;
  }

  .box-search .wrap .left .item ul li input {
    background-color: transparent !important;
  }

  .box-search .wrap .left .item ul li span {
    color: #ffffff;
    font-size: 16px;
  }

  .box-search .wrap .right {
    width: 476px;
    height: auto;
  }

  .box-search .wrap .right .a-search {
    width: 100%;
    height: 46px;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-between;
    border-bottom: 1px solid #ffffff;
  }

  .box-search .wrap .right .a-search input {
    background-color: transparent;
    width: 90%;
    height: 20px;
    line-height: 20px;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
  }

  .box-search .wrap .right .a-search input::placeholder {
    color: #fff;
  }

  .box-search .wrap .right .a-search input::-webkit-input-placeholder {
    color: #fff;
  }

  .box-search .wrap .right .a-search img {
    width: 20px;
    height: 20px;
  }

  .box-product-txt {
    background-color: #f6f9fc;
    height: 100px;
    width: 100%;
  }

  .box-product-txt .mauto {
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    text-align: center;
  }

  .box-product-txt .center-txt {
    width: 100%;
    height: 48px;
    font-weight: 800;
    font-size: 48px;
    color: #2c2c2c;
    line-height: 48px;
    margin: 50px auto 0;
  }

  .home-page-all {
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
  }

  .home-page-all .title {
    padding: 20px 0 0 0 !important;
    font-size: 20px !important;
  }

  .home-page-all .title:after {
    content: "";
    bottom: -10px !important;
    height: 2px !important;
  }

  .product-page {
    padding: 0 2.5%;
  }

  .product-page .home-news {
    margin: 20px auto 40px;
    width: 100%;
    max-width: 1500px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    background-color: #f6f9fc;
  }

  .product-page .home-news .n1Swiper-i {
    margin: 0 auto 70px 0;
    flex-wrap: wrap !important;
    height: auto !important;
    overflow: visible !important;
  }

  .product-page .home-news .n1Swiper-i .newsImg {
    width: 100%;
    height: auto !important;
  }

  .product-page .home-news .box-left {
    width: 100% !important;
    height: auto !important;
    position: relative;
    padding: 0.8rem 0 0 0;
  }

  .product-page .home-news .box-left .t1 {
    font-size: 24px;
    font-weight: 400;
    color: #414141;
  }

  .product-page .home-news .box-left .pro-title {
    font-weight: bold;
    font-size: 36px;
    color: #075696;
    margin-bottom: 14px;
    line-height: 36px;
  }

  .product-page .home-news .box-left .pro-t2 {
    font-weight: 500;
    font-size: 18px;
    color: #075696;
  }

  .product-page .home-news .box-left .line2 {
    width: 43px;
    height: 3px;
    background: #075696;
    margin: 0.24rem 0 0.25rem;
  }

  .product-page .home-news .box-left .line {
    width: 43px;
    height: 3px;
    background: #0e1b83;
    margin: 0.24rem 0 0.25rem;
  }

  .product-page .home-news .box-left .time {
    color: #a9a9a9;
    font-size: 14px;
    margin: 0.17rem 0 0px 0;
  }

  .product-page .home-news .box-left .t2 {
    max-width: 566px;
    font-size: 16px;
    font-weight: 400;
    color: #2c2c2c;
    line-height: 30px;
  }

  .product-page .home-news .box-left .icon-more {
    width: 42px;
    height: 42px;
    margin-top: 49px;
  }

  .product-page .home-news .box-left .mores {
    width: 232px;
    height: 53px;
    background-color: #0e1b83;
    color: #ffffff;
    margin: 0;
    margin-top: 0.41rem;
    position: relative;
  }

  .product-page .home-news .box-left .mores img {
    width: 17px;
    height: auto;
    position: absolute;
    right: 38px;
    top: 50%;
    transform: translateY(-50%);
  }

  .product-page .home-news .n1Swiper-i {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 420px;
  }

  .product-page .home-news .n1Swiper-i .newsImg {
    width: 868px;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .product-page .home-news .n1Swiper-i:nth-child(2n) {
    flex-direction: row-reverse;
  }

  .product-page .home-news .n1Swiper-i .show {
    max-width: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    padding: 0 0 0 0px;
  }

  .product-page .home-news2 {
    margin: 22px auto 0px;
    width: 100% !important;
    max-width: 1500px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    background-color: #f6f9fc;
  }

  .product-page .home-news2 .n1Swiper-i {
    height: 262px;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 0 32px 0;
    margin: 32px auto 0px !important;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100% !important;
  }

  .product-page .home-news2 .n1Swiper-i .newsImg {
    width: 100% !important;
    max-width: 100%;
    height: 100%;
    max-height: 300px;
    object-fit: cover;
  }

  .product-page .home-news2 .n1Swiper-i .box-left {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    height: 262px;
    max-width: 100%;
    width: 843px;
    height: 100%;
  }

  .product-page .home-news2 .n1Swiper-i .box-left .t1 {
    margin: 47px 0 0 0;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #3d3d3d;
  }

  .product-page .home-news2 .n1Swiper-i .box-left .box-t2 {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    margin: 14px auto 0;
  }

  .product-page .home-news2 .n1Swiper-i .box-left .box-t2 .line2 {
    width: 20px;
    height: 3px;
    background: #075696;
  }

  .product-page .home-news2 .n1Swiper-i .box-left .box-t2 p {
    margin: 0 0 0 6px;
    font-size: 14px;
    color: #636363;
  }

  .product-page .home-news2 .n1Swiper-i .box-left p.t3 {
    width: 100%;
    margin: 14px auto 0;
    font-weight: 500;
    font-size: 14px;
    color: #636363;
  }

  .product-page .home-news2 .n1Swiper-i .box-left .icon-more {
    width: 126px;
    height: 34px;
    border-radius: 17px;
    border: 1px solid #e6e6e6;
    position: absolute;
    bottom: 16px;
    left: 0;
    text-align: center;
    line-height: 34px;
    font-weight: 500;
    font-size: 14px;
    color: #676767;
  }

  .product-page .product-aboutus {
    margin: 59px auto 0;
    height: 506px;
    background-image: url("../images/produce.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
  }

  .product-page .product-aboutus .content-txt {
    max-width: 1024px;
    font-weight: 500;
    font-size: 16px;
    color: #2c2c2c;
    margin: auto;
  }

  .product-page .product-aboutus .content-swiper {
    margin: 108px auto 0;
    width: 100%;
  }

  .product-page .product-aboutus .content-swiper .swiper .swiper-slide {
    width: 20%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }

  .product-page .product-aboutus .content-swiper .swiper .swiper-slide .left {
    width: 15px;
    height: 347px;
    background-image: url("../images/q.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0 22px 0 0;
  }

  .product-page .product-aboutus .content-swiper .swiper .swiper-slide .right {
    max-width: 80%;
  }

  .product-page .product-aboutus .content-swiper .swiper .swiper-slide .right p.t1 {
    width: 90%;
    height: 30px;
    font-weight: 800;
    font-size: 30px;
    color: #000000;
    line-height: 30px;
  }

  .product-page .product-aboutus .content-swiper .swiper .swiper-slide .right p.t2 {
    margin: 28px 0 0 0;
    width: 80%;
    height: 16px;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
  }

  .product-page .product-aboutus .content-swiper .swiper-button-prev {
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0);
    border-radius: 50%;
    border: 1px solid #d8d8d8;
  }

  .product-page .product-aboutus .content-swiper .swiper-button-next {
    width: 42px;
    height: 42px;
    background: #075696;
    border-radius: 50%;
    color: #fff;
  }

  .product-page .product-aboutus .content-swiper .swiper-button-next:after,
  .product-page .product-aboutus .content-swiper .swiper-button-prev:after {
    font-size: 10px;
  }

  .product-page .product-aboutus .content-swiper .swiper-button-prev {
    left: 0px;
    z-index: 20;
  }

  .product-page .aboutUs {
    width: 100%;
  }

  .product-page .aboutUs img {
    width: 100%;
  }

  .product-page .logo {
    margin: 20px auto;
    text-align: center;
  }

  .product-page .logo img {
    margin: 0 auto;
    width: 200px;
    height: auto;
  }

  .product-page .logo p {
    line-height: 30px;
  }

  .product-page .introduction-b .model {
    margin: 0 auto 20px;
  }

  .product-page .introduction-b .model .row {
    position: relative;
  }

  .product-page .introduction-b .model .row .model-con {
    position: absolute;
    right: 0;
    top: 41px;
    width: 739px;
    height: 375px;
    max-width: 100%;
    background-color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    margin-left: -38px;
  }

  .product-page .introduction-b .model .row .model-con .t1 {
    width: 100%;
    font-size: 30px;
    color: #2c2c2c;
    margin-bottom: 0.2rem;
  }

  .product-page .introduction-b .model .row .model-con .t2 {
    margin: 10px 0 0 0;
    font-size: 18px;
    font-weight: 400;
    color: #2c2c2c;
  }

  .product-page .introduction-b .model .row .model-con .t3 {
    margin: 20px 0 0 0;
    font-size: 18px;
    font-weight: 400;
    color: #2c2c2c;
    line-height: 30px;
  }

  .product-page .introduction-b .model .row .model-img {
    width: 697px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .product-page .introduction-b .modelbg {
    height: 836px;
    background-image: url(../images/aboutUs2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
  }

  .product-page .introduction-b .modelbg .wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap !important;
    height: 100%;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
  }

  .product-page .introduction-b .modelbg .wrap .left {
    width: 100% !important;
  }

  .product-page .introduction-b .modelbg .wrap .left p.t1 {
    color: #ffffff;
    font-size: 30px;
  }

  .product-page .introduction-b .modelbg .wrap .left .t2 {
    margin: 50px 0 0 0;
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
  }

  .product-page .introduction-b .modelbg .wrap .left p.t3 {
    margin: 40px 0 0 0;
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
  }

  .product-page .introduction-b .modeltxt {
    height: 818px;
    background-image: url(../images/aboutUs3.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
  }

  .product-page .introduction-b .modeltxt .wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    align-content: center;
  }

  .product-page .introduction-b .modeltxt .wrap .left {
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    color: #2c2c2c;
    line-height: 30px;
    border-right: none !important;
    border-bottom: 2px solid #e6e6e6;
    min-height: 277px;
    padding-right: 0%;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
  }

  .product-page .introduction-b .modeltxt .wrap .right {
    margin: 20px auto 0;
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    color: #2c2c2c;
    line-height: 30px;
    min-height: 277px;
    display: flex;
    align-items: flex-start;
  }

  .product-page .introduction-b .model1 {
    height: auto !important;
    padding: 50px 0;
    background: url(../images/aboutUs1.png) no-repeat center center;
    background-size: cover;
  }

  .product-page .introduction-b .model1 .row {
    padding: 0 0.66rem;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .product-page .introduction-b .model1 .model1-i {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    margin: 0 0 30px 0;
  }

  .product-page .introduction-b .model1 .model1-i .t1 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end;
    justify-content: flex-start;
  }

  .product-page .introduction-b .model1 .model1-i .t1 .title {
    font-size: 30px;
    font-weight: bold;
    color: #075696;
    line-height: 30px;
  }

  .product-page .introduction-b .model1 .model1-i .t1 em {
    font-size: 12px;
    font-weight: 400;
    color: #221916;
    line-height: 22px;
    margin-left: 5px;
  }

  .product-page .introduction-b .model1 .model1-i .t2 {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #221916;
    margin-top: 12px;
  }

  .product-page .introduction-b .modelvideo {
    display: flex;
    justify-content: center;
    height: auto;
  }

  .product-page .introduction-b .modelvideo video {
    width: 100%;
  }

  .product-page .health-b {
    width: 100%;
    padding: 0.4rem 0 0 0;
    justify-content: flex-start;
  }

  .product-page .health-b .health-i {
    width: 48%;
    margin-right: 28px;
    height: 334px;
    width: 32%;
    margin-bottom: 0.37rem;
  }

  .product-page .health-b .health-i .health-img {
    width: 100%;
    max-width: 444px;
    height: 283px;
    position: relative;
  }

  .product-page .health-b .health-i .health-img:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("/images/icon-play.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 45px 45px;
  }

  .product-page .health-b .health-i .health-img :hover {
    box-shadow: 0px 3px 27px 0px rgba(23, 43, 132, 0.14);
  }

  .product-page .health-b .health-i .health-con {
    text-align: center;
    margin: 34px auto 0;
    width: 100%;
    height: 16px;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    line-height: 16px;
  }

  .product-page .health-b .health-i:nth-child(3n) {
    margin-right: 0 !important;
  }

  .product-page .health-b-video {
    width: 100%;
    padding: 0.4rem 0 0 0;
    justify-content: flex-start;
  }

  .product-page .health-b-video .health-i {
    width: 100% !important;
    margin-right: 0 !important;
    height: auto !important;
    margin-bottom: 0.37rem !important;
  }

  .product-page .health-b-video .health-i .health-img {
    width: 100%;
    max-width: 444px;
    height: 283px;
    position: relative;
  }

  .product-page .health-b-video .health-i .health-img:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("/images/icon-gou.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 45px 45px;
  }

  .product-page .health-b-video .health-i .health-img :hover {
    box-shadow: 0px 3px 27px 0px rgba(23, 43, 132, 0.14);
  }

  .product-page .health-b-video .health-i .health-con {
    text-align: center;
    margin: 34px auto 0;
    width: 100%;
    height: 16px;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    line-height: 16px;
  }

  .product-page .health-b-video .health-i:nth-child(3n) {
    margin-right: 0 !important;
  }
}

@media (max-width: 767px) {
  .home-page .home-page1 .home-swiper .swiper-slide .home-swiper-img {
    min-height: 500px;
  }

  .product-content p.title {
    width: 100%;
    height: 20px;
    font-weight: bold;
    font-size: 20px;
    color: #f58220;
    line-height: 20px;
    margin: 20px auto 20px;
    text-align: center;
  }

  .box-swiper {
    padding: 1px 0 30px 0;
  }

  .box-swiper .wrap {
    overflow: hidden;
  }

  .box-swiper .evolve-swiper {
    position: relative;
    width: 100%;
    height: auto;
    margin: auto;
    overflow: hidden;
  }

  .box-swiper .evolve-swiper .swiper-wrapper {
    align-items: center;
    align-content: center;
  }

  .box-swiper .evolve-swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    height: auto;
    padding: 0 0px;
  }

  .box-swiper .evolve-swiper .swiper-wrapper .swiper-slide img {
    object-fit: cover;
    max-width: 100%;
    width: 100%;
    height: auto;
    max-height: 100%;
  }

  .box-swiper .evolve-swiper .swiper-wrapper .swiper-slide-active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  .box-swiper .swiper-button-prev,
  .box-swiper .swiper-button-next {
    width: 42px !important;
    height: 42px !important;
    top: 50% !important;
    transform: translateY(-50%);
  }

  .box-swiper .swiper-button-prev:after,
  .box-swiper .swiper-button-next:after {
    font-size: 0.4rem !important;
    width: 42px !important;
    height: 42px !important;
    text-align: center;
    line-height: 42px;
  }

  .box-swiper .swiper-button-prev {
    left: 0% !important;
  }

  .box-swiper .swiper-button-next {
    right: 0% !important;
  }

  .product-banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
  }

  .product-banner p.banner-title {
    width: 100%;
    text-align: center;
    height: 24px;
    font-weight: bold;
    font-size: 24px;
    color: #fefefe;
    line-height: 24px;
  }

  footer {
    height: auto;
  }

  footer .public-footer {
    width: 100%;
    height: auto;
  }

  footer .public-footer-top {
    /* display: none !important; */
    display: flex;
    flex-wrap: wrap;
  }

  footer .public-footer-top .footer-top-left {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    width: 100%;
  }

  footer .public-footer-top .footer-top-left .item {
    margin: 0 10px 0 0;
    /* border：1px solid red; */
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  footer .public-footer-top .footer-top-left .item .t1 {
    margin: 26px 0px 0 0;
    height: 10px;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    line-height: 10px;
  }

  footer .public-footer-top .footer-top-left .item ul {
    margin: 6px 0 0 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  footer .public-footer-top .footer-top-left .item ul li {
    font-weight: 500;
    font-size: 12px;
    height: 30px;
    color: #ffffff;
    line-height: 30px;
    margin: 0 10px 0 10px;
  }

  .footer-top-right {
    width: 100%;
  }

  footer .public-footer-top .footer-top-right .txt {
    height: 16px;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    line-height: 16px;
    /* margin: 20px 0 0 0; */
    margin: 20px auto 0;
    width: 100%;
    text-align: center;
  }

  footer .public-footer-top .footer-top-right .box-icon {
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin: 35px 0 0 0;
  }

  footer .public-footer-top .footer-top-right .box-icon .item-icon {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.23);
    border-radius: 50%;
    position: relative;
    margin: 0 18px 0 0;
    cursor: pointer;
  }

  footer .public-footer-top .footer-top-right .box-icon .item-icon a {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.23);
    border-radius: 50%;
    position: relative;
    margin: 0 0px 0 0;
    cursor: pointer;
  }

  footer .public-footer-top .footer-top-right .box-icon .item-icon a:hover,
  footer .public-footer-top .footer-top-right .box-icon .item-icon:hover {
    background-color: #f58220 !important;
  }

  footer .public-footer-top .footer-top-right .box-icon .item-icon img {
    width: 19px;
    height: auto;
  }

  footer .public-footer-top .footer-top-right .box-icon .item-icon .active-icon {
    display: none;
    position: absolute;
    top: -5px;
    left: 200%;
    transform: translateX(-37%);
    width: 60px;
    height: 60px;
    background: #ffffff;
    border-radius: 5px;
    z-index: 100;
    text-align: center;
    padding: 5%;
  }

  footer .public-footer-top .footer-top-right .box-icon .item-icon .active-icon img {
    width: 100%;
    height: 100%;
  }

  footer .public-footer-top .footer-top-right .box-icon .item-icon .active-icon:before {
    content: "";
    top: 31%;
    left: 53%;
    z-index: 0;
    transform: translateX(-272%);
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 9px solid transparent;
    border-top: 9px solid transparent;
    border-right: 9px solid #fff;
  }

  footer .public-footer-top .footer-top-right .box-icon-active {
    background-color: #f58220 !important;
  }

  footer .public-footer-top .footer-top-right .box-icon-active .active-icon {
    display: inline-block !important;
  }

  footer .public-footer-num {
    border-top: none;
    width: 100%;
    height: 60px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: space-around;
  }

  footer .public-footer-num .left {
    font-size: 10px;
  }

  .evolve-b {
    padding: 0 0 100px 0;
  }

  .evolve-b .evolve-swiper .swiper-button-prev {
    left: 0% !important;
  }

  .evolve-b .evolve-swiper .swiper-button-next {
    right: 0% !important;
  }

  .news-detail-page {
    margin: 0;
  }

  .news-box {
    padding: 0px;
  }

  .sild-float {
    display: none;
  }

  .news-box {
    font-size: 20px !important;
  }

  .news-detail-menu {
    display: flex;
    flex-wrap: wrap;
  }

  .news-detail-menu {
    display: flex;
    flex-wrap: wrap;
  }

  .news-detail-page-r {
    margin: auto;
    margin-top: 20px;
  }

  .business,
  .news-detail-page {
    display: block;
  }

  .news-detail-page {
    margin: 0;
  }

  .news-box {
    padding: 0px;
  }
}