<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: SourceHanSansCN;
  src: url(../font/SourceHanSansCN-Normal.ttf);
}

body {
  font-family: PingFang SC;
}

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

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

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

.wrap {
  max-width: 1550px;
  margin: 0 auto;
}

@media (max-width: 1600px) {
  .wrap {
    width: 96% !important;
    margin: auto;
  }

  .footer-b {
    width: 92% !important;

  }
}

.max-width {
  width: 100%;
  max-width: 1600px;
  margin: auto;
}

@media (max-width: 767px) {
  .wrap {
    width: 90%;
  }

  .text-small-767 {
    font-size: 12px !important;
  }
}

.mauto {
  max-width: 1300px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}

@media (max-width: 1200px) {
  .mauto {
    max-width: 92% !important;
  }
}

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

header {
  position: fixed;
  z-index: 555;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid #f4f4f4;
}

header .nav-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

header .nav-box .logo {
  width: auto;
  height: 43px;
  line-height: 43px;
  overflow: hidden;
  margin: 0 0 0 70px;
}

header .nav-box .logo img {
  width: 336px;
  height: auto;
}

header .nav-box .nax-right {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 106px 0 0;
  align-items: center;
  align-content: center;
}

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

header .nav-search {
  width: 17px;
  height: 18px;
  margin: 0 43px 0 0;
}

header .nav-search img {
  width: 100%;
  height: auto;
}

header .nav-earth {
  width: 19px;
  height: 19px;
}

header .nav-earth img {
  width: 100%;
  height: auto;
}

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

.header.active nav ul li&gt;a {
  color: #000;
}

.header-active {
  color: #f39800;
  padding-bottom: 10px;
}

.box-customer-service {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 46px;
  height: 46px;
  right: 0;
  top: calc(50% - 46px);
  background-color: #f39700;
  z-index: 1001;
}

.box-customer-service img {
  width: 21px;
  height: 21px;
}

.box-return-top {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #868686;
  width: 46px;
  height: 46px;
  top: 50%;
  position: fixed;
  right: 0;
  z-index: 1001;
}

.box-return-top img {
  width: 19px;
  height: 13px;
}

nav ul li {
  position: relative;
  float: left;
  text-align: center;
  margin: 0 20px;
  min-width: 94px;
  height: 76px;
}

nav ul li a {
  position: relative;
  height: 76px;
  line-height: 76px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #000000;
}

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

nav ul li a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 20px;
  width: 100%;
  height: 2px;
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

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

nav ul li .sub-nav a {
  display: block;
  line-height: 50px !important;
  height: 50px !important;
  padding: 0px 0;
  font-weight: 400;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

nav ul li .search-btn {
  min-width: auto;
  cursor: pointer;
  height: 102px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-right: none;
  margin: 0;
}

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

nav ul li .cur a::after,
nav ul li .sub-nav a:hover {
  color: #fff;
  background: #f39800;
}

nav ul li:hover {
  font-weight: bold;
}

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

nav ul li:hover .sub-nav {
  display: block;
}

nav ul li:hover a::after {
  transform: scale(1);
  -webkit-transform: scale(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 {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.fix-search .hide::after {
  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: 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;
}

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

.public-top {
  width: 100%;
  margin-top: 76px !important;
}

.public-flex {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

@media (max-width: 900px) {
  .public-flex {
    display: flex;
    flex-wrap: wrap !important;
    justify-content: center;
  }

  .public-flex .public-l {
    width: 90%;
    margin: 0 auto !important;
  }

  .public-flex .public-r {
    margin-top: 50px;
    width: 90%;
  }
}

.homes-index .homes-banner {
  width: 100%;
  height: 100%;
}

.homes-index .box-content {
  background-image: url("../images/index1.png");
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  text-align: center;
  display: inline-block;
}

.homes-index .box-content .title {
  font-size: 60px;
  font-family: PingFang SC;
  font-weight: 800;
  color: #000000;
  margin: 160px auto 0;
  text-align: center;
  width: 100%;
}

.homes-index .box-content .txt {
  margin: 47px auto 0;
  width: 100%;
  max-width: 780px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #000000;
  line-height: 26px;
}

.homes-index .box-content .box-item {
  width: 80%;
  justify-content: space-around;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin: 70px auto 0;
}

.homes-index .box-content .box-item .item .item-top {
  font-weight: 300;
  color: #f39800;
  width: auto;
  position: relative;
}

.homes-index .box-content .box-item .item .item-top .item-text-yellow {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 48px;
  width: auto;
}

.homes-index .box-content .box-item .item .item-top .item-txt2 {
  position: absolute;
  top: 0;
  right: -30px;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #f39800;
}

.homes-index .box-content .box-item .item .item-bottom {
  font-size: 16px;
  color: #000000;
}

.homes-index .box-content .box-more {
  margin: 104px auto 107px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.homes-index .box-content .box-more p {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #0c0c0c;
  margin: 0 3px 0 0;
}

.homes-index .box-content .box-more img {
  width: 15px;
  height: 15px;
}

.homes-detailt {
  width: 100%;
  margin: auto;
  margin: 20px auto 0;
  background: url(../images/index2.png) no-repeat;
  background-size: cover;
  background-position: center;
  display: inline-block;
}

.homes-detailt .img-bg {
  width: 100%;
  height: auto;
}

.homes-detailt .title {
  width: 100%;
  text-align: center;
  font-size: 36px;
  color: #ffffff;
  margin: 354px auto 0;
}

.homes-detailt .txt {
  width: 100%;
  text-align: center;
  font-size: 60px;
  color: #ffffff;
  margin: 50px auto 0;
}

.homes-detailt .box-more {
  margin: 21px auto 300px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.homes-detailt .box-more p {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
  margin: 0 3px 0 0;
}

.homes-detailt .box-more img {
  width: 15px;
  height: 15px;
}

.homes-esg {
  width: 100%;
  margin: 20px auto 0;
  background: url(../images/index4.png) no-repeat;
  background-size: cover;
  background-position: center;
  display: inline-block;
  background-repeat: no-repeat;
}

.homes-esg .title {
  width: 100%;
  text-align: center;
  font-size: 60px;
  font-family: PingFang SC;
  font-weight: 800;
  color: #ffffff;
  margin: 184px auto 114px;
}

.homes-esg .box-item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.homes-esg .box-item .a-item {
  cursor: pointer;
  width: 30%;
}

.homes-esg .box-item .a-item:hover .item {
  display: none !important;
}

.homes-esg .box-item .a-item:hover .item-active {
  display: inline-block !important;
}

.homes-esg .box-item .item {
  /* width: 505px; */
  width: 100%;
  height: 307px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background-color: rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
}

.homes-esg .box-item .item .item-icon {
  width: 65px;
  height: 65px;
  margin: 81px auto 0;
}

.homes-esg .box-item .item .txt {
  width: 100%;
  text-align: center;
  margin: 23px auto 0;
  font-size: 36px;
  color: #ffffff;
}

.homes-esg .box-item .item .txt2 {
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
}

.homes-esg .box-item .item-active {
  display: none;
  width: 100%;
  /* min-width: 505px; */
  height: 307px;
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.42);
}

.homes-esg .box-item .item-active .txt {
  width: 100%;
  text-align: center;
  font-size: 36px;
  font-family: PingFang SC;
  font-weight: 800;
  color: #ffffff;
  margin: 55px auto 0;
}

.homes-esg .box-item .item-active .txt1 {
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
  margin: 14px auto 0;
}

.homes-esg .box-item .item-active .box-txt2 {
  margin: 20px auto 0;
}

.homes-esg .box-item .item-active .box-txt2 .txt2 {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
  margin: 5px auto 0;
  text-align: center;
}

.homes-esg .box-item .item-active .box-txt2 .txt22 {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
  margin: 5px auto 0;
  text-align: center;
}

.homes-esg .box-more {
  cursor: pointer;
  margin: 104px auto 107px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.homes-esg .box-more p {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
  margin: 0 3px 0 0;
}

.homes-esg .box-more img {
  width: 15px;
  height: 15px;
}

.home-news {
  width: 100%;
  margin: 0px auto 0px;
  background: url(../images/index6.png) no-repeat;
  background-size: cover;
  background-position: center;
  display: inline-block;
  background-repeat: no-repeat;
}

.home-news .title {
  width: 100%;
  text-align: center;
  font-size: 60px;
  font-family: PingFang SC;
  font-weight: 800;
  color: #000000;
  margin: 73px auto 0;
}

.home-news .box-news {
  display: flex;
  margin: 59px auto 0;
  justify-content: center;
}

.home-news .box-news .left-news {
  /* width: 781px; */
  width: calc(781/1600*100%);
  height: 579px;
  background: #ffffff;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}

.home-news .box-news .left-news p.txt {
  margin: 0px 0 0 30px;
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #282828;
  word-break: break-all;
  line-height: 20px;
  width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.home-news .box-news .left-news .box-txt-bottom {
  margin: 19px 0 0px 30px;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

.home-news .box-news .left-news .box-txt-bottom .txt2 {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #f39800;
}

.home-news .box-news .left-news .box-txt-bottom .txt3 {
  font-size: 18px;
  font-family: PingFang SC;
  text-align: left;
  color: #b7b7b7;
  border-left: 1px solid #b7b7b7;
  padding-left: 20px;
  box-sizing: border-box;
  margin-left: 20px;
  height: 18px;
  line-height: 18px;
}

.home-news .box-news .left-news .left-img {
  height: auto;
  margin: 0 0 39px 0;
}

.home-news .box-news .left-news .left-img img {
  width: 781px;
  height: 443px;
}

.home-news .box-news .right-news {
  width: calc(763/1600*100%);
  /* width: 763px; */
  height: 579px;
  margin: 9px 0 0 0;
}

.home-news .box-news .right-news p.txt {
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #282828;
  word-break: break-all;
  line-height: 20px;
  width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.home-news .box-news .right-news ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.home-news .box-news .right-news ul .item-news {
  width: 100%;
  margin: 0 0 36px 30px;
}

.home-news .box-news .right-news ul .item-news:nth-child(5) {
  margin: 0 0 0px 30px;
}

.home-news .box-news .right-news ul .box-txt-bottom {
  margin: 16px 0 0px 0px;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  padding-bottom: 24px;
  border-bottom: 1px dotted #bababa;
}

.home-news .box-news .right-news ul .box-txt-bottom .txt2 {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #f39800;
}

.home-news .box-news .right-news ul .box-txt-bottom .txt3 {
  height: 18px;
  line-height: 18px;
  font-size: 18px;
  font-family: PingFang SC;
  text-align: left;
  color: #b7b7b7;
  border-left: 1px solid #b7b7b7;
  padding-left: 20px;
  box-sizing: border-box;
  margin-left: 20px;
}

.home-news .box-more {
  margin: 44px auto 55px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.home-news .box-more p {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #0c0c0c;
  margin: 0 3px 0 0;
}

.home-news .box-more img {
  width: 15px;
  height: 15px;
}

.homes-cook {
  /* height: 882px; */
}

.homes-cook .box-homes-cook {
  position: relative;
}

.homes-cook .box-homes-cook .leftMenu {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  height: 100%;
  border-left: 0.5px dashed rgba(0, 0, 0, 0.18);
  padding: 0 0 0 24px;
}

.homes-cook .box-homes-cook .leftMenu .item {
  cursor: pointer;
  width: 100%;
  font-size: 18px;
  color: #000000;
  margin: 30px 0;
  position: relative;
  height: 18px;
  line-height: 18px;
}

.homes-cook .box-homes-cook .leftMenu .item:before {
  cursor: pointer;
  content: "";
  width: 7px;
  height: 7px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 7px;
  left: -27.5px;
  border-radius: 50%;
}

.homes-cook .box-homes-cook .leftMenu .item-active {
  color: #f39800;
  font-size: 36px;
}

.homes-cook .box-homes-cook .leftMenu .item-active:before {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  top: -5px;
  left: -35px;
  border-radius: 50%;
  background-color: #f39800;
  border: 5px solid #f1ddbb;
  box-sizing: border-box;
  padding: 5px;
}

.homes-cook .box-homes-cook .homes-cook-swiper {
  /* height: 882px; */
  width: 100%;
}

.homes-cook .box-homes-cook .homes-cook-swiper .swiper-slide {
  /* height: 882px; */
  width: 100%;
}

.homes-cook .box-homes-cook .homes-cook-swiper .swiper-slide .box-slide {
  /* height: 882px; */
  width: 100%;
}

.homes-cook .box-homes-cook .homes-cook-swiper .swiper-slide .box-slide img {
  /* height: 882px; */
  width: 100%;
  object-fit: cover;
}

.homes-cook .box-homes-cook .homes-cook-swiper .swiper-slide .box-slide .text {
  position: absolute;
  right: 10%;
  top: 50%;
  z-index: 10;
}

.homes-cook .box-homes-cook .homes-cook-swiper .swiper-slide .box-slide .text .title {
  font-size: 60px;
  font-weight: 800;
  color: #000000;
}

.homes-cook .box-homes-cook .homes-cook-swiper .swiper-slide .box-slide .text .t1 {
  font-size: 24px;
  font-weight: 500;
  color: #000000;
  margin-top: 30px;
}

.homes-cook .box-homes-cook .homes-cook-swiper .swiper-slide .box-slide .text .box-more {
  margin: 44px 0 0 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}

.homes-cook .box-homes-cook .homes-cook-swiper .swiper-slide .box-slide .text .box-more p {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #0c0c0c;
  margin: 0 3px 0 0;
}

.homes-cook .box-homes-cook .homes-cook-swiper .swiper-slide .box-slide .text .box-more img {
  width: 15px !important;
  height: 15px !important;
}

@media (max-width: 1000px) {
  .homes-index .homes-banner {
    width: 100%;
    height: 100%;
  }

  .homes-index .box-content {
    background-image: url("../images/index1.png");
    background-size: cover;
    width: 100%;
    height: 100%;
    text-align: center;
    display: inline-block;
  }

  .homes-index .box-content .title {
    font-size: 20px !important;
    margin: 80px auto 0;
  }

  .homes-index .box-content .txt {
    max-width: 80%;
    margin: 30px auto 0;
    font-size: 16px !important;
  }

  .homes-index .box-content .box-item {
    width: 80%;
    justify-content: space-around;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin: 70px auto 0;
  }

  .homes-index .box-content .box-item .item .item-top {
    font-weight: 300;
    color: #f39800;
    width: auto;
    position: relative;
  }

  .homes-index .box-content .box-item .item .item-top .item-text-yellow {
    font-size: 24px;
    width: auto;
  }

  .homes-index .box-content .box-item .item .item-top .item-txt2 {
    position: absolute;
    top: 0;
    right: -10px;
    font-size: 16px;
  }

  .homes-index .box-content .box-item .item .item-bottom {
    font-size: 14px;
    color: #000000;
  }

  .homes-index .box-content .box-more {
    margin: 104px auto 66px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: center;
  }

  .homes-index .box-content .box-more p {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #0c0c0c;
    margin: 0 6px 0 0;
    height: 12px;
    line-height: 12px;
  }

  .homes-index .box-content .box-more img {
    width: 12px;
    height: 12px;
  }

  .homes-detailt {
    width: 100%;
    margin: auto;
    margin: 20px auto 0;
    background: url(../images/index2.png) no-repeat;
    background-size: cover;
    background-position: center;
    display: inline-block;
  }

  .homes-detailt .img-bg {
    width: 100%;
    height: auto;
  }

  .homes-detailt .title {
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    margin: 112px auto 0;
  }

  .homes-detailt .txt {
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    margin: 20px auto 0;
  }

  .homes-detailt .box-more {
    margin: 21px auto 112px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: center;
  }

  .homes-detailt .box-more p {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #ffffff;
    margin: 0 6px 0 0;
    height: 12px;
    line-height: 12px;
  }

  .homes-detailt .box-more img {
    width: 12px;
    height: 12px;
  }

  .homes-cook {
    height: 450px;
  }

  .homes-cook .box-homes-cook {
    position: relative;
  }

  .homes-cook .box-homes-cook .leftMenu {
    position: absolute;
    z-index: 100;
    top: 0%;
    left: 6%;
    transform: translateY(0%);
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-between;
    height: auto;
    width: 92%;
    border: none;
    padding: 0 0 0 0px;
  }

  .homes-cook .box-homes-cook .leftMenu .item {
    width: 90px;
    cursor: pointer;
    margin: 20px 0px 0 0px;
    font-size: 16px;
    color: #000000;
    position: relative;
  }

  .homes-cook .box-homes-cook .leftMenu .item:before {
    display: none;
    cursor: pointer;
    content: "";
    width: 7px;
    height: 7px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: -20px;
    left: 0;
    transform: translateX(50%);
    border-radius: 50%;
  }

  .homes-cook .box-homes-cook .leftMenu .item-active {
    color: #f39800;
  }

  .homes-cook .box-homes-cook .leftMenu .item-active:before {
    display: inline-block;
    content: "";
    width: 3px;
    height: 3px;
    position: absolute;
    top: 5px;
    left: -20px;
    transform: translateX(50%);
    border-radius: 50%;
    background-color: #f39800;
    border: 3px solid #f1ddbb;
    box-sizing: border-box;
    padding: 2px;
  }

  .homes-cook .box-homes-cook .box-slide {
    margin-top: 0px;
    position: relative;
  }

  .homes-cook .box-homes-cook .homes-cook-swiper {
    height: 450px;
    width: 100%;
  }

  .homes-cook .box-homes-cook .homes-cook-swiper .swiper-slide {
    height: 100%;
    width: 100%;
  }

  .homes-cook .box-homes-cook .homes-cook-swiper .swiper-slide .box-slide {
    height: 100%;
    width: 100%;
  }

  .homes-cook .box-homes-cook .homes-cook-swiper .swiper-slide .box-slide img {
    margin-top: 60px;
    height: 60%;
    width: 100%;
    object-fit: cover;
  }

  .homes-cook .box-homes-cook .homes-cook-swiper .swiper-slide .box-slide .text {
    position: absolute;
    left: 10%;
    top: 75%;
    z-index: 10;
    height: 20%;
  }

  .homes-cook .box-homes-cook .homes-cook-swiper .swiper-slide .box-slide .text .title {
    text-align: left;
    font-size: 20px;
    font-weight: 800;
    color: #000000;
    margin-top: 10px;
  }

  .homes-cook .box-homes-cook .homes-cook-swiper .swiper-slide .box-slide .text .t1 {
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin-top: 10px;
  }

  .homes-cook .box-homes-cook .homes-cook-swiper .swiper-slide .box-slide .text .box-more {
    margin: 10px 0 0 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
  }

  .homes-cook .box-homes-cook .homes-cook-swiper .swiper-slide .box-slide .text .box-more p {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #0c0c0c;
    margin: 0 3px 0 0;
  }

  .homes-cook .box-homes-cook .homes-cook-swiper .swiper-slide .box-slide .text .box-more img {
    margin: 0;
    width: 14px !important;
    height: 14px !important;
  }

  .homes-cook .title {
    font-size: 14px;
    font-weight: 800;
    color: #000000;
    text-align: right;
  }

  .homes-cook .t1 {
    font-size: 12px;
    font-weight: 500;
    color: #000000;
    margin-top: 30px;
    text-align: right;
  }

  .homes-cook .box-more {
    justify-content: flex-end;
  }
}

@media (max-width: 1200px) {
  .homes-esg {
    padding: 0 3%;
    width: 100%;
    margin: 20px auto 0;
    background: url(../images/index4.png) no-repeat;
    background-size: cover;
    background-position: center;
    display: inline-block;
    background-repeat: no-repeat;
  }

  .homes-esg .title {
    width: 100%;
    text-align: center;
    font-size: 60px;
    font-family: PingFang SC;
    font-weight: 800;
    color: #ffffff;
    margin: 20px auto 0;
  }

  .homes-esg .box-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .homes-esg .box-item .a-item {
    width: 100%;
    margin-top: 50px;
  }

  .homes-esg .box-item .a-item .item {
    width: 100%;
  }

  .homes-esg .box-item .a-item .item-active {
    width: 100%;
    min-width: 100%;
  }

  .homes-esg .box-more {
    cursor: pointer;
    margin: 104px auto 107px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: center;
  }

  .homes-esg .box-more p {
    font-size: 12px;
    height: 12px;
    line-height: 12px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #ffffff;
    margin: 0 3px 0 0;
  }

  .homes-esg .box-more img {
    width: 12px;
    height: 12px;
  }

  .home-news {
    padding: 0 3%;
    margin: auto;
  }

  .home-news .title {
    width: 100%;
    text-align: center;
    font-size: 28px;
    font-family: PingFang SC;
    font-weight: 800;
    color: #000000;
    margin: 20px auto 0;
  }

  .home-news .box-news {
    display: flex;
    margin: 40px auto 0;
    justify-content: center;
    flex-wrap: wrap;
  }

  .home-news .box-news .left-news {
    width: 100%;
    height: auto;
    background: #ffffff;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    padding: 0 0 35px 0;
  }

  .home-news .box-news .left-news .left-img {
    height: auto;
    margin: 0 0 30px 0;
  }

  .home-news .box-news .left-news img {
    width: 100% !important;
    height: auto !important;
  }

  .home-news .box-news .left-news p.txt {
    margin: 0px 0 0px 10px !important;
    font-size: 16px;
  }

  .home-news .box-news .left-news .box-txt-bottom {
    margin: 12px 0 0px 10px !important;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
  }

  .home-news .box-news .left-news .box-txt-bottom .txt2 {
    font-size: 12px;
  }

  .home-news .box-news .left-news .box-txt-bottom .txt3 {
    font-size: 12px;
  }

  .home-news .box-news .right-news {
    margin: 10px auto 0;
    width: 100%;
    height: auto !important;
  }

  .home-news .box-news .right-news .item-news {
    margin: 0 !important;
    width: 100%;
  }

  .home-news .box-news .right-news ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .home-news .box-news .right-news ul .item-news {
    padding: 20px 0 0 0;
    width: 100%;
  }

  .home-news .box-news .right-news ul .box-txt-bottom {
    font-size: 12px;
    padding-bottom: 14px;
    border-bottom: 1px dotted #bababa;
  }

  .home-news .box-news .right-news p.txt {
    margin: 0 !important;
    font-size: 16px;
    font-family: PingFang SC;
    line-height: 20px;
  }

  .home-news .box-news .right-news .box-txt-bottom {
    margin: 12px 0 0px 30px;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
  }

  .home-news .box-news .right-news .box-txt-bottom .txt2 {
    font-size: 12px !important;
  }

  .home-news .box-news .right-news .box-txt-bottom .txt3 {
    font-size: 12px !important;
  }

  .home-news .box-news .box-more {
    margin: 44px auto 55px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: center;
  }

  .home-news .box-news .box-more p {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #0c0c0c;
    margin: 0 3px 0 0;
  }

  .home-news .box-news .box-more img {
    width: 12px;
    height: 12px;
  }
}

.box-banner {
  position: relative;
}

.box-banner img {
  width: 100%;
  height: auto;
}

.box-banner .txt {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  text-align: center;
  font-size: 60px;
  color: #ffffff;
  font-family: SourceHanSansCN !important;
}

@media (max-width: 767px) {
  .box-banner img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }

  .box-banner .txt {
    font-size: 30px;
  }
}

.pro-list-container {
  background-color: #f5f5f5;
}

.box-pro-list {
  background-color: #f5f5f5;
  border-bottom: 1px solid #efefef;
}

.box-pro-head {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 50px;
  width: 100%;
}

.box-pro-head .item-pro {
  font-size: 18px;
  color: #141c27;
  margin: 0 50px;
}

.box-pro-head .item-active {
  color: #f39800;
}

.box-pro-icon {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  margin: auto;
  padding: 79px 0 0 0;
}

.box-pro-icon .item-active-pro .img1 {
  display: none;
}

.box-pro-icon .item-active-pro .img2 {
  display: inline-block !important;
}

.box-pro-icon .item-pro {
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.box-pro-icon .item-pro .img-pro {
  width: 65px;
  height: auto;
}

.box-pro-icon .item-pro .img2 {
  display: none;
}

.box-pro-icon .item-pro .txt {
  margin: 17px auto 0;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
}

.pro-container {
  background-color: #f5f5f5;
  padding-top: 70px;
}

.box-product {
  display: inline-block;
  background-color: #f5f5f5;
  width: 100%;
  max-width: 1564px;
  margin: 70px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.box-product .item-product:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.box-product .item-product {
  width: calc(762 / 1564 * 100%);
  margin: 0 auto 95px;
  max-width: 762px;
  position: relative;
}

.box-product .item-product .img-scale {
  background-color: rgba(0, 0, 0, 0.3);
}

.box-product .item-product:hover .box-shadow {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.3);
}

.box-product .item-product img {
  width: 100%;
  height: auto;
  position: relative;
}

.box-product .item-product .title {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 72px;
  left: 0;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
}

.box-product .item-product .txt1 {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 113px;
  left: 0;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #f39700;
}

.box-product .item-product .txt1 img {
  width: 6px;
  height: 10px;
}

.box-product-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 79px auto 0;
}

.box-product-list .item-product {
  max-width: 484px;
  min-width: 400px;
  width: 31%;
  height: 392px;
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: 0 1% 3% 1%;
  position: relative;
}

.box-product-list .item-product .product {
  width: 100%;
  height: auto;
}

.box-product-list .item-product .product img {
  width: 250px;
  height: 250px;
  object-fit: contain;
  margin: auto;
}

.box-product-list .item-product .prologo {
  width: 124px;
  height: auto;
  position: absolute;
  top: 38px;
  left: 30px;
}

.box-product-list .item-product .pro-name {
  width: 100%;
  text-align: center;
  margin: 20px auto 0;
}

.box-product-list2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 68px auto 60px;
}

.box-product-list2 .item-product {
  max-width: 484px;
  min-width: 400px;
  width: 31%;
  height: 392px;
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin: 0 1% 3% 1%;
  position: relative;
}

.box-product-list2 .item-product .item-shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  display: none;
}

.box-product-list2 .item-product .item-shadow .box-shdow {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.box-product-list2 .item-product .item-shadow .t1 {
  width: 100%;
  text-align: center;
  height: 18px;
  font-size: 18px;
  font-weight: 800;
  color: #ffffff;
  line-height: 18px;
}

.box-product-list2 .item-product .item-shadow .t2 {
  margin: 20px auto 0;
  width: 100%;
  text-align: center;
  height: 16px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  line-height: 16px;
}

.box-product-list2 .item-product .product {
  width: 100%;
  height: auto;
}

.box-product-list2 .item-product .product img {
  width: 393px;
  height: 258px;
  object-fit: contain;
  margin: auto;
}

.box-product-list2 .item-product .pro-name {
  width: 100%;
  text-align: center;
  margin: 20px auto 0;
  font-size: 18px;
  color: #000000;
}

.box-product-list2 .item-product-active .item-shadow {
  display: inline-block !important;
}

.box-product-list2 .item-product-active .pro-name {
  display: none;
}

.box-product-list2 .item-product:hover .item-shadow {
  display: inline-block !important;
}

.box-product-list2 .item-product:hover .pro-name {
  display: none;
}

.box-product-list3 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 68px auto 60px;
}

.box-product-list3 .item-product {
  max-width: 484px;
  min-width: 400px;
  width: 31%;
  height: 320px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin: 0 1% 3% 1%;
  position: relative;
}

.box-product-list3 .item-product .product {
  width: 100%;
  height: auto;
  height: 301px;
}

.box-product-list3 .item-product .product img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.box-product-list3 .item-product .pro-name {
  width: 100%;
  text-align: center;
  margin: 20px auto 0;
  font-size: 18px;
  color: #000000;
}

@media (max-width: 1200px) {
  .box-product-list2 {
    width: 92%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px auto 0;
  }

  .box-product-list2 .item-product {
    width: 100%;
    height: 392px;
    background-color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin: 0 0 3% 0%;
    position: relative;
  }

  .box-product-list2 .item-product .item-shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
    display: none;
  }

  .box-product-list2 .item-product .item-shadow .box-shdow {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
  }

  .box-product-list2 .item-product .item-shadow .t1 {
    width: 100%;
    text-align: center;
    height: 18px;
    font-size: 18px;
    font-weight: 800;
    color: #ffffff;
    line-height: 18px;
  }

  .box-product-list2 .item-product .item-shadow .t2 {
    margin: 20px auto 0;
    width: 100%;
    text-align: center;
    height: 16px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    line-height: 16px;
  }

  .box-product-list2 .item-product .product {
    width: 100%;
    height: auto;
  }

  .box-product-list2 .item-product .product img {
    width: 393px;
    height: 258px;
    object-fit: contain;
    margin: auto;
  }

  .box-product-list2 .item-product .pro-name {
    width: 100%;
    text-align: center;
    margin: 20px auto 0;
    font-size: 18px;
    color: #000000;
  }

  .box-product-list2 .item-product-active .item-shadow {
    display: inline-block !important;
  }

  .box-product-list2 .item-product-active .pro-name {
    display: none;
  }

  .box-product-list2 .item-product:hover .item-shadow {
    display: inline-block !important;
  }

  .box-product-list2 .item-product:hover .pro-name {
    display: none;
  }

  .box-product-list3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px auto 0;
  }
}

.produde-service {
  display: none;
  width: 100%;
  height: 100%;
}

.produde-service .produde-service-contaner {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.produde-service .produde-servi-content {
  position: relative;
  width: 54%;
  padding-bottom: 10%;
  background-color: #ffffff;
  text-align: center;
}

.produde-service .produde-servi-content .close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
}

.produde-service .produde-servi-content .title {
  font-size: 36px;
  font-family: PingFang SC;
  font-weight: 800;
  color: #000000;
  margin: 57px auto 0;
  position: relative;
  text-align: center;
}

.produde-service .produde-servi-content .title:after {
  content: "";
  width: 50%;
  height: 2px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f6b750;
}

.produde-service .produde-servi-content .box-item {
  margin: 80px auto 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.produde-service .produde-servi-content .box-item img {
  max-width: 160px;
  width: 160px;
  height: 160px;
  object-fit: cover;
}

.produde-service .produde-servi-content .box-item p {
  margin: 0 0 0 50px;
  font-size: 24px;
  font-weight: 500;
  color: #000000;
}

@media (max-width: 1200px) {
  .produde-service {
    width: 100%;
    height: 100%;
  }

  .produde-service .produde-service-contaner {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }

  .produde-service .produde-service-contaner .produde-servi-content {
    position: relative;
    width: 54%;
    padding-bottom: 10%;
    background-color: #ffffff;
    text-align: center;
  }

  .produde-service .produde-service-contaner .produde-servi-content .close {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
  }

  .produde-service .produde-service-contaner .produde-servi-content .title {
    font-size: 36px;
    font-family: PingFang SC;
    font-weight: 800;
    color: #000000;
    margin: 57px auto 0;
    position: relative;
    text-align: center;
  }

  .produde-service .produde-service-contaner .produde-servi-content .title:after {
    content: "";
    width: 50%;
    height: 2px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f6b750;
  }

  .produde-service .produde-service-contaner .produde-servi-content .box-item {
    margin: 50px auto 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
  }

  .produde-service .produde-service-contaner .produde-servi-content .box-item img {
    max-width: 120px;
    width: 120px;
    height: auto;
    object-fit: cover;
  }

  .produde-service .produde-service-contaner .produde-servi-content .box-item p {
    margin: 50px auto 0px;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
  }

  .produde-service .online-content {
    position: relative;
    width: 54%;
    padding-bottom: 10%;
    background-color: #ffffff;
    text-align: center;
  }

  .produde-service .online-content .close {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
  }

  .produde-service .online-content .title {
    font-size: 36px;
    font-family: PingFang SC;
    font-weight: 800;
    color: #000000;
    margin: 57px auto 0;
    position: relative;
    text-align: center;
  }

  .produde-service .online-content .title:after {
    content: "";
    width: 50%;
    height: 2px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f6b750;
  }

  .produde-service .online-content .box-item {
    margin: 80px auto 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
  }

  .produde-service .online-content .box-item img {
    max-width: 160px;
    width: 160px;
    height: 160px;
    object-fit: cover;
    margin: auto;
  }

  .produde-service .online-content .box-item p {
    width: 100%;
    text-align: center;
    margin: 20px auto 50px;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
  }
}

@media (max-width: 767px) {
  .box-pro-head .item-pro {
    margin: 0 3%;
  }

  .box-pro-icon {
    padding: 5% 0;
    overflow: scroll;
  }

  .box-pro-icon .item-pro {
    min-width: 20%;
    cursor: pointer;
  }

  .box-pro-icon .item-pro .img-pro {
    width: 10px;
    height: auto;
  }

  .box-pro-icon .item-pro .txt {
    margin: 5px auto 0;
  }

  .box-product-list {
    width: 90%;
    margin: 20px auto 0;
  }

  .box-product-list .item-product {
    max-width: 400px;
    min-width: 200px;
    width: 100%;
    height: auto;
    background-color: #ffffff;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 0 0% 3% 0%;
    padding: 20% 0;
  }

  .box-product-list .item-product .product img {
    width: 20%;
    height: auto;
    margin: auto;
  }

  .box-product-list .item-product .prologo {
    width: 30%;
    height: auto;
    position: absolute;
    top: 5%;
    left: 2%;
  }

  .box-product-list .item-product .pro-name {
    width: 100%;
    text-align: center;
    margin: 10px auto 0;
  }
}

.pro-detail-container .product-top {
  overflow: visible !important;
}

.pro-detail-container .product-top-l {
  margin-right: 10px;
  min-width: 750px;
  width: calc(750 / 1420 * 100%);
}

.pro-detail-container .product-top-l .product-detail-right {
  display: none;
}

.pro-detail-container .product-d-swiper-b,
.pro-detail-container .product-d-swiper2 {
  width: 100%;
}

.pro-detail-container .product-d-swiper {
  width: 85%;
  margin: auto;
}

.pro-detail-container .product-d-swiper-b {
  position: relative;
  margin-top: 0.35rem;
}

.pro-detail-container .product-d-swiper2-img {
  width: 100%;
  height: 100%;
}

.pro-detail-container .product-d-swiper2-img img {
  width: auto;
  height: auto;
  margin: auto !important;
  max-height: 3.9rem;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}

.pro-detail-container .product-d-swiper-img {
  width: 0.8rem;
  height: 0.73rem;
  border: 2px solid #e7e7e7;
  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;
  margin: auto;
  overflow: hidden;
  cursor: pointer;
}

.pro-detail-container .product-d-swiper-img img {
  width: 100%;
  height: 100%;
}

.pro-detail-container .product-detail-next,
.pro-detail-container .product-detail-prev {
  width: 0.3rem;
  height: 0.3rem;
  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;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pro-detail-container .product-detail-next {
  left: auto;
  right: 0;
}

.pro-detail-container .product-d-swiper-b .swiper-slide.swiper-slide-thumb-active .product-d-swiper-img {
  border-color: #fccf00 !important;
}

.pro-detail-container .product-d-swiper-img {
  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;
}

.pro-detail-container .product-top-r {
  width: calc(650 / 1420 * 100%);
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.pro-detail-container .product-top-r&gt;.title {
  font-size: 48px;
  font-weight: bold;
  color: #111111;
  padding-bottom: 0.45rem;
  margin-bottom: 0.53rem;
  border-bottom: 1px solid #e0e0e0;
}

.pro-detail-container .product-top-r-con .product-top-r-con-i {
  font-size: 16px;
  font-weight: 400;
  color: #232323;
  line-height: 0.48rem;
}

.pro-detail-container .product-top-r-con-i&gt;.info {
  font-size: 18px;
  font-weight: bold;
  color: #db261f;
}

.pro-detail-container .product-top-title {
  display: none;
}

.pro-detail-container .product-b {
  margin-top: 0.24rem;
  background: #fff;
  padding: 0.67rem 0.43rem;
}

.pro-detail-container .product-b {
  padding: 0.68rem 0;
}

.pro-detail-container .product-con-t-c {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 50px;
  background: #005629;
  border-radius: 10px 0px 10px 0px;
  padding: 0 45px;
  line-height: 50px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}

.pro-detail-container .product-con-t {
  position: relative;
  margin: 0.8rem 0 0.7rem 0;
  border-bottom: 1px solid #d8d8d8;
}

.pro-detail-container .product-con-t::after {
  position: absolute;
  width: 0.31rem;
  height: 0.17rem;
  right: 0;
  bottom: -6px;
  content: "";
  background: url(../images/icon-product-nav.png) no-repeat;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.pro-detail-container .product-con .news-detail-page {
  margin: auto;
  margin-top: 0.3rem;
}

.pro-detail-container .public-nav .title {
  font-size: 14px;
  font-weight: 400;
  color: #494949;
}

.pro-detail-container .public-nav em {
  margin: 0 5px;
}

.pro-detail-container .nav-home {
  width: auto;
  height: max-content;
  margin-right: 0.12rem;
}

.pro-detail-container .product-detail {
  padding: 0.23rem 0;
}

.pro-detail-container .news-detail-share-i {
  margin: 0 12px;
}

.pro-detail-container .product-detail-con .top {
  width: 100%;
  background: #f9f9f9;
}

.pro-detail-container .product-detail-con .top .t1 {
  width: max-content;
  padding: 0.2rem 0.63rem;
  position: relative;
  background: #253d93;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}

.pro-detail-container .product-detail-con {
  width: 100%;
  margin-top: 0.83rem;
}

.pro-detail-container .product-detail-con .con {
  padding: 0.4rem 0;
  font-size: 18px;
  font-weight: 500;
  color: #3c3c3c;
  line-height: 36px;
}

.pro-detail-container .product-detail-con .con .i1 {
  width: auto;
  height: max-content;
  display: block;
  margin: auto;
}

.product-box-l {
  margin-top: 50px;
}

.product-box-l img {
  width: 100%;
  height: auto;
}

.product-detail-right {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  margin-top: 79px;
}

.product-detail-right .box-title2 {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  padding-bottom: 35px;
  padding-top: 35px;
  border-bottom: 1px solid #e6e6e6;
}

.product-detail-right .box-title2 .title {
  font-size: 30px;
  font-weight: bold;
  color: #111111;
}

.product-detail-right .box-title2 .box-icon {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-end;
}

.product-detail-right .box-title2 .box-icon img {
  width: 18px;
  height: auto;
  margin: 0 0 0 27px;
  cursor: pointer;
}

.product-detail-right .content {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #000000;
  margin: 44px auto 0;
  line-height: 30px;
}

.product-detail-right .box-ul {
  margin: 40px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.product-detail-right .box-ul li {
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #292929;
  padding-left: 22px;
  position: relative;
  margin: 1% auto 0;
}

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

.product-detail-right .anbtn {
  width: 650px;
  height: 61px;
  background: #f39800;
  border-radius: 5px;
  margin: 67px auto 0;
  font-size: 20px;
  color: #ffffff;
  line-height: 61px;
  text-align: center;
}

@media (max-width: 980px) {
  .product-b {
    margin-top: 0;
  }

  .product-top {
    display: block;
    padding: 20px;
  }

  .product-top-r,
  .product-top-l {
    width: 100% !important;
    min-width: 100% !important;
  }

  .product-top-l .product-detail-right {
    display: inline-block !important;
    margin-top: 0px !important;
  }

  .product-top-r {
    display: none;
    margin-top: 0.2rem;
  }
}

.online-customer-service {
  display: none;
  width: 100%;
  height: 100%;
}

.online-customer-service .online-box-contaner {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.online-customer-service .online-content {
  position: relative;
  width: 54%;
  padding-bottom: 10%;
  background-color: #ffffff;
  text-align: center;
}

.online-customer-service .online-content .close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
}

.online-customer-service .online-content .title {
  font-size: 36px;
  font-family: PingFang SC;
  font-weight: 800;
  color: #000000;
  margin: 57px auto 0;
  position: relative;
  text-align: center;
}

.online-customer-service .online-content .title:after {
  content: "";
  width: 50%;
  height: 2px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f6b750;
}

.online-customer-service .online-content .box-item {
  margin: 80px auto 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: center;
}

.online-customer-service .online-content .box-item .item {
  width: 33%;
  margin: 0;
  border-right: 1px solid #e6e6e6;
  padding: 30px 0;
}

.online-customer-service .online-content .box-item .item .box-img {
  height: 65px;
}

.online-customer-service .online-content .box-item .item img {
  max-width: 63px;
  width: 30%;
  height: auto;
  max-height: 63px;
  object-fit: cover;
}

.online-customer-service .online-content .box-item .item .txt1 {
  max-width: 90%;
  margin: 59px 0 0 0;
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: 800;
  color: #363636;
  word-wrap: break-word;
}

.online-customer-service .online-content .box-item .item .txt2 {
  max-width: 68%;
  margin: 5px auto 0;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #000000;
  word-wrap: break-word;
}

.online-customer-service .online-content .box-item .item:nth-child(3) {
  border-right: none;
}

.online-customer-service .online-content .box-bottom {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin: 40px auto 0;
}

.online-customer-service .online-content .box-bottom p {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #000000;
  margin: 0 5px 0 0;
}

.online-customer-service .online-content .box-bottom img {
  width: 7px;
  height: auto;
}

@media (max-width: 1400px) {
  .title {
    font-size: 26px !important;
  }
}

@media (max-width: 767px) {
  .online-customer-service .online-content {
    width: 90%;
    padding-bottom: 5%;
  }

  .online-customer-service .online-content .title {
    font-size: 20px;
    margin: 20px auto 0;
  }

  .online-customer-service .online-content .title:after {
    bottom: -10px;
  }

  .online-customer-service .online-content .box-item {
    margin: 15px auto 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
  }

  .online-customer-service .online-content .box-item .item {
    width: 33%;
    margin: 10px auto 0;
    border-right: 1px solid #e6e6e6;
    padding: 30px 0;
  }

  .online-customer-service .online-content .box-item .item .box-img {
    height: 50px;
  }

  .online-customer-service .online-content .box-item .item img {
    max-width: 40px;
    width: 30%;
    height: auto;
    max-height: 40px;
  }

  .online-customer-service .online-content .box-item .item .txt1 {
    font-size: 12px;
  }

  .online-customer-service .online-content .box-item .item .txt2 {
    font-size: 12px;
  }

  .online-customer-service .online-content .box-bottom {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin: 20px auto 0;
  }

  .online-customer-service .online-content .box-bottom p {
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    margin: 0 5px 0 0;
  }

  .online-customer-service .online-content .box-bottom img {
    width: 7px;
    height: auto;
  }
}

.box-title {
  margin: 91px 0 0 0;
  position: relative;
  height: auto;
}

.box-title p {
  font-size: 48px;
  font-weight: 800;
  color: #000000;
  position: relative;
}

@media (max-width: 1400px) {
  .box-title {
    margin: 50px 0 0 0;
  }
}

.box-title:after {
  content: "";
  width: 68px;
  height: 3px;
  position: absolute;
  bottom: -15px;
  left: 0%;
  background-color: #f6b750;
}

.cooperation-container .box-cooperation {
  display: flex;
  flex-wrap: nowrap;
  padding: 5% 0 6% 0;
  justify-content: space-between;
  align-content: flex-end;
  align-items: flex-end;
}

.cooperation-container .box-cooperation .left {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}

.cooperation-container .box-cooperation .left .box-title {
  width: 100%;
}

.cooperation-container .box-cooperation .left .box-title .title {
  width: 100%;
  display: inline-block;
  font-size: 48px;
  font-weight: 800;
  color: #000000;
}

.cooperation-container .box-cooperation .left img.dou {
  width: 20%;
  margin: 50px 0 107px 0;
  max-width: 51px;
  height: auto;
}

.cooperation-container .box-cooperation .left .box-page-prev-next {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}

.cooperation-container .box-cooperation .left .box-page-prev-next .cooperation-prev {
  position: relative !important;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #b2b2b2;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin: 0 9px 0 0 !important;
  color: #ffffff;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0;
}

.cooperation-container .box-cooperation .left .box-page-prev-next .cooperation-prev:after {
  font-size: 12px;
}

.cooperation-container .box-cooperation .left .box-page-prev-next .cooperation-next {
  position: relative !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  color: #ffffff;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #b2b2b2;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.cooperation-container .box-cooperation .left .box-page-prev-next .cooperation-next:after {
  font-size: 12px;
}

.cooperation-container .box-cooperation .right {
  display: flex;
  flex-wrap: nowrap;
  min-height: 285px;
  padding: 0 0 20px 0;
}

.cooperation-container .box-gray-txt {
  max-width: 1238px;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.cooperation-container .box-gray-txt .cooperation-swiper {
  width: 90%;
  max-width: 1238px;
  overflow: hidden;
}

.cooperation-container .box-gray-txt .cooperation-swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.cooperation-container .box-gray-txt .cooperation-swiper .swiper-slide {
  width: 100%;
  height: 100%;
  padding-top: 139px;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
}

.cooperation-container .box-gray-txt .cooperation-swiper .swiper-slide .box-apple {
  top: 20px;
  left: 62px;
  position: absolute;
  width: 303px;
  height: 303px;
  background-color: #ffffff;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 5px #e6e6e6;
}

.cooperation-container .box-gray-txt .cooperation-swiper .swiper-slide .box-apple img {
  width: 94px;
  height: 114px;
}

.cooperation-container .box-gray-txt .cooperation-swiper .swiper-slide .box-right-slide {
  background-color: #f6f6f6;
  width: 1238px;
  height: 285px;
}

.cooperation-container .box-gray-txt .cooperation-swiper .swiper-slide .box-right-slide .name {
  margin: 68px 40px 0 443px;
  font-size: 30px;
  font-weight: 800;
  color: #000000;
}

.cooperation-container .box-gray-txt .cooperation-swiper .swiper-slide .box-right-slide .content {
  margin: 20px 40px 0 443px;
  display: inline-block;
  font-size: 16px;
  color: #000000;
  line-height: 30px;
}

.cooperation-container .box-icon-brand {
  width: 100%;
  background-color: #f6f6f6;
  display: inline-block;
  padding-bottom: 57px;
}

.cooperation-container .box-icon-brand .box-title {
  width: 100%;
  margin: 91px auto 0;
  position: relative;
  height: auto;
}

.cooperation-container .box-icon-brand .box-title p {
  font-size: 48px;
  font-weight: 800;
  color: #000000;
  position: relative;
}

.cooperation-container .box-icon-brand .box-title:after {
  content: "";
  width: 68px;
  height: 3px;
  position: absolute;
  bottom: -15px;
  left: 0%;
  background-color: #f6b750;
}

.cooperation-container .box-icon-brand img {
  margin: 66px auto 0;
  width: 100%;
  height: auto;
}

.chat-box-connect {
  width: 100%;
  position: relative;
  background-image: url("../images/cooperation-bg.png");
  background-size: cover;
  padding: 105px 3%;
  max-height: 302px;
}

.chat-box-connect .connect {
  width: 100%;
  max-width: 1550px;
  height: 100%;
  margin: auto;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}

.chat-box-connect .connect .title {
  font-size: 48px;
  font-weight: bold;
  color: #000000;
  margin-right: 5%;
}

.chat-box-connect .connect .item {
  height: 80px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
}

.chat-box-connect .connect .item .top {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}

.chat-box-connect .connect .item .top img {
  width: 32px;
  height: auto;
  margin: 0 5px 0 0;
}

.chat-box-connect .connect .item .top .t1 {
  font-size: 24px;
  font-weight: 800;
  color: #000000;
}

.chat-box-connect .connect .item .bottom .t2 {
  font-size: 36px;
  font-weight: 800;
  color: #f39800;
}

.chat-box-connect .connect .item .bottom .t3 {
  margin-top: 18px;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
}

@media (max-width: 1400px) {
  .cooperation-container .box-cooperation {
    flex-wrap: wrap;
  }

  .cooperation-container .box-cooperation .left {
    width: 90%;
    margin: auto;
  }

  .cooperation-container .box-cooperation .left .box-title {
    margin: 10px 0 0 0;
  }

  .cooperation-container .box-cooperation .left .dou {
    display: none;
  }

  .cooperation-container .box-cooperation .right {
    width: 100%;
    margin: 50px auto 0;
  }

  .cooperation-container .title {
    font-size: 26px !important;
  }

  .cooperation-container .box-page-prev-next {
    margin: 50px auto 10px;
  }

  .cooperation-container .cooperation-prev {
    width: 30px !important;
    height: 30px !important;
  }

  .cooperation-container .cooperation-next {
    width: 30px !important;
    height: 30px !important;
  }

  .chat-box-connect .connect {
    width: 100%;
  }

  .chat-box-connect .connect .item {
    margin-top: 0px;
    width: auto;
    height: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
  }

  .chat-box-connect .connect .item .top {
    width: 100%;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    margin-right: 10px;
  }

  .chat-box-connect .connect .item .top img {
    width: 12px;
    height: auto;
  }

  .chat-box-connect .connect .item .top .t1 {
    font-size: 16px;
    width: auto;
  }

  .chat-box-connect .connect .item .bottom .t2 {
    font-size: 14px;
  }

  .chat-box-connect .connect .item .bottom .t3 {
    margin-top: 0px;
    font-size: 14px;
  }

  .box-gray-txt {
    max-width: 1238px;
    width: 100%;
    flex-wrap: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
  }

  .box-gray-txt .box-apple {
    display: none !important;
    width: 150px !important;
    height: 150px !important;
  }

  .box-gray-txt .box-apple img {
    width: 50%;
    height: auto;
  }

  .box-gray-txt .cooperation-swiper .swiper-slide {
    width: 100%;
    height: 100%;
    padding-top: 0px !important;
    display: flex;
    flex-wrap: wrap !important;
  }

  .box-gray-txt .cooperation-swiper .swiper-slide .name {
    margin: 40px 0 0 20px !important;
    font-size: 30px;
    font-weight: 800;
    color: #000000;
  }

  .box-gray-txt .cooperation-swiper .swiper-slide .content {
    margin: 20px 0 0 20px !important;
    display: inline-block;
    font-size: 16px;
    color: #000000;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .chat-box-connect .connect {
    width: 100%;
    flex-wrap: wrap !important;
  }

  .chat-box-connect .connect .item {
    width: 100% !important;
    margin-top: 10px;
    height: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
  }

  .chat-box-connect .connect .item .top {
    width: auto;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    margin-right: 10px;
  }

  .chat-box-connect .connect .item .top img {
    width: 12px;
    height: auto;
  }

  .chat-box-connect .connect .item .top .t1 {
    font-size: 16px;
    width: auto;
  }

  .chat-box-connect .connect .item .bottom {
    width: auto;
  }

  .chat-box-connect .connect .item .bottom .t2 {
    font-size: 14px;
  }

  .chat-box-connect .connect .item .bottom .t3 {
    margin-top: 0px;
    font-size: 14px;
  }
}

.about-container .about-intro {
  background-image: url(../images/about2.png);
  background-size: 100% 100%;
  max-height: 765px;
  box-sizing: border-box;
  padding: 77px 0;
  padding-left: 50%;
  padding-right: 10%;
}

.about-container .about-intro .title {
  font-size: 48px;
  color: #000000;
}

.about-container .about-intro .txt1 {
  font-size: 30px;
  font-weight: 800;
  color: #f39700;
  margin-top: 35px;
}

.about-container .about-intro .txt2 {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  margin-top: 35px;
  line-height: 25px;
}

.about-container .box-item {
  width: 100%;
  justify-content: space-between;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin: 70px 0 0 0;
}

.about-container .box-item .item .item-top {
  font-weight: 300;
  color: #f39800;
  width: auto;
  position: relative;
}

.about-container .box-item .item .item-top .item-text-yellow {
  font-size: 48px;
  width: auto;
  font-weight: bold;
}

.about-container .box-item .item .item-top .item-txt2 {
  position: absolute;
  top: 0;
  left: 80px;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #f39800;
}

.about-container .box-item .item .item-bottom {
  font-size: 16px;
  color: #000000;
}

.about-container .box-item .item .item-bottom span {
  font-size: 14px;
  color: #767676;
  margin-left: 10px;
}

.about-container .about-live {
  padding: 104px 0;
}

.about-container .about-live .title {
  font-size: 48px;
  font-weight: 800;
  color: #000000;
}

.about-container .about-live .box-txt {
  margin: 43px auto 0;
}

.about-container .about-live .box-txt .txt {
  width: 100%;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #000000;
  margin: 0 0 8px 0;
}

.about-container .about-live .box-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
  height: auto;
}

.about-container .about-live .box-item .item0 {
  width: 25.5% !important;
  height: auto;
}

.about-container .about-live .box-item .right-item {
  width: 71.68%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
  height: 100%;
}

.about-container .about-live .box-item .item {
  margin-bottom: 4.2%;
  width: 48.21%;
  position: relative;
}

.about-container .about-live .box-item .item .item-normal .txt {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  width: 100%;
  position: absolute;
  bottom: 0px;
  padding: 0 0 10px 0;
  left: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  color: #ffffff;
}

.about-container .about-live .box-item .item .item-active {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about-container .about-live .box-item .item .item-active .active-content {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}

.about-container .about-live .box-item .item .item-active .active-title {
  width: 80%;
  text-align: left;
  margin: auto;
  font-size: 30px;
  font-weight: 800;
  color: #ffffff;
}

.about-container .about-live .box-item .item .item-active .active-txt {
  width: 80%;
  text-align: left;
  margin: auto;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}

.about-container .about-live .box-item .item:hover .item-active {
  animation: growHeight 0.5s ease-in-out forwards;
}

.about-container .about-live .box-item .item:hover .txt {
  display: none;
}

.about-container .about-develop {
  width: 100%;
  height: auto;
  background-color: #f8f8f8;
  padding: 101px 0;
}

.about-container .about-develop .wrap {
  position: relative;
}

.about-container .about-develop .title {
  font-size: 48px;
  font-weight: 800;
  color: #000000;
}

.about-container .about-develop .txt {
  font-size: 24px;
  font-weight: 800;
  color: #f39700;
}

.about-container .about-develop .txt2 {
  max-width: 60%;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #000000;
  line-height: 25px;
  margin-top: 29px;
}

.about-container .about-develop ul {
  margin: 60px 0 0 0;
  width: 60%;
}

.about-container .about-develop ul li {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 0 44px 0;
}

.about-container .about-develop ul li .item-left {
  font-size: 16px;
  font-weight: 800;
  color: #f39700;
  margin: 0 80px 0 0;
  word-break: keep-all;
}

.about-container .about-develop ul li .item-right {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
}

.about-container .about-develop ul li .item-right p {
  margin-bottom: 20px;
}

.about-container .about-develop .item-next {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
}

.about-container .about-develop .item-next .item-left-next {
  font-size: 24px;
  font-weight: 800;
  color: #f39700;
  word-break: keep-all;
}

.about-container .about-develop .item-next .line {
  width: 40px;
  margin: 0 10px;
  height: 3px;
  background-color: #e6e6e6;
}

.about-container .about-develop .item-next .item-right-next {
  font-size: 24px;
  font-weight: 800;
  color: #333333;
}

.about-container .about-develop .box-right {
  position: absolute;
  top: 30px;
  right: 0;
  width: 450px;
}

.about-container .about-develop .box-right .item {
  cursor: pointer;
  padding-right: 76px;
  width: 100%;
  height: 171px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  color: #b5b5b5;
}

.about-container .about-develop .box-right .item .name {
  text-align: right;
  width: 100%;
  font-size: 20px;
  font-weight: 800;
}

.about-container .about-develop .box-right .item .time {
  width: 100%;
  text-align: right;
  font-size: 36px;
}

.about-container .about-develop .box-right .item-active {
  background: linear-gradient(to left, #f3f3f3, #f8f8f8);
  color: #f39700;
}

.about-container .about-develop .box-right .item-active .name {
  font-size: 30px;
}

.about-container .about-develop .box-right .item-active .time {
  font-size: 60px;
}

.about-container .about-overview {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  padding: 101px 0;
}

.about-container .about-overview .wrap {
  position: relative;
}

.about-container .about-overview .title {
  font-size: 48px;
  font-weight: 800;
  color: #000000;
}

.about-container .about-overview .txt {
  margin-top: 43px;
  max-width: 700px;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}

.about-container .about-overview .box-tab {
  position: absolute;
  width: 300px;
  right: 0;
  top: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.about-container .about-overview .box-tab .item {
  cursor: pointer;
  width: 145px;
  height: 42px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 800;
  color: #000000;
  background-color: #e6e6e6;
  line-height: 42px;
  text-align: center;
}

.about-container .about-overview .box-tab .item-active {
  background-color: #f39700;
  color: #ffffff;
}

.about-container .about-overview .box-content {
  margin: 53px auto 0;
}

.about-container .about-overview .box-content ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-between;
}

.about-container .about-overview .box-content .item-content {
  position: relative;
  width: 22%;
}

.about-container .about-overview .box-content .item-content .bottom-txt {
  position: absolute;
  bottom: 0px;
  left: 0%;
  width: 100%;
  height: auto;
  padding: 0 0 0px 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.about-container .about-overview .box-content .item-content .name {
  margin: auto;
  width: 80%;
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: 800;
  color: #ffffff;
}

.about-container .about-overview .box-content .item-content .t2 {
  height: 70px;
  margin: auto;
  width: 80%;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
  margin-top: 10px;
}

.about-container .about-culture {
  width: 100%;
  height: auto;
  background-color: #f8f8f8;
  padding: 93px 0;
}

.about-container .about-culture .box-wrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-between;
}

.about-container .about-culture .title {
  font-size: 48px;
  font-weight: 800;
  color: #000000;
}

.about-container .about-culture .box-left {
  margin: 0px 0 0 0;
  padding: 0 0 0 24px;
}

.about-container .about-culture .box-left .item {
  cursor: pointer;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  margin: 14% 0 0 0;
}

.about-container .about-culture .box-left .item .t1 {
  margin: 0 24px 0 0;
  font-size: 24px;
  color: #000000;
  height: 36px;
  line-height: 36px;
  width: 80px;
}

.about-container .about-culture .box-left .item .t2 {
  width: 310px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #000000;
  line-height: 20px;
  display: none;
}

.about-container .about-culture .box-left .item-active .t1 {
  font-size: 36px;
  position: relative;
  font-weight: bold;
}

.about-container .about-culture .box-left .item-active .t1:before {
  content: "";
  width: 3px;
  height: 30px;
  position: absolute;
  top: 0;
  left: -20px;
  background-color: #f39700;
}

.about-container .about-culture .box-left .item-active .t2 {
  display: inline-block;
}

.about-container .about-culture .box-right {
  width: 60%;
}

.about-container .about-culture .box-right ul {
  width: 100%;
}

.about-container .about-culture .box-right ul img {
  width: 100%;
  max-width: 962px;
  height: auto;
}

.about-container .about-summary {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  padding: 101px 0;
}

.about-container .about-summary .title {
  font-size: 48px;
  font-weight: 800;
  color: #000000;
}

.about-container .about-summary .box-item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
}

.about-container .about-summary .box-item .item {
  width: 23%;
  margin-right: 2%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: center;
  position: relative;
}

.about-container .about-summary .box-item .item .box-img-scale {
  width: 368px;
  height: 371px;
  background-color: #f8f8f8;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.about-container .about-summary .box-item .item .box-img-scale .img-scale {
  background-color: #f8f8f8;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.about-container .about-summary .box-item .item .box-img-scale img {
  width: 240px;
  height: 240px;
  object-fit: contain;
}

.about-container .about-summary .box-item .item p.txt {
  margin: 24px 0;
  width: 100%;
  font-size: 16px;
  color: #000000;
  max-width: 100%;
  text-align: center;
}

.about-container .about-summary .box-item .item:hover .item-active {
  display: inline-block;
}

.about-container .about-summary .box-item .item-active {
  display: none;
}

.about-container .about-summary .box-item .item-active .item-active-content {
  width: 368px;
  height: 371px;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}

.about-container .about-summary .box-item .item-active p {
  line-height: 30px;
  width: 80%;
  margin: auto;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #fffefe;
}

.about-container .about-summary .box-item .item:nth-child(4n) {
  margin-right: 0%;
}

@keyframes growHeight {
  0% {
    display: none;
    opacity: 0;
  }

  100% {
    opacity: 1;
    display: inline-block !important;
  }
}

@media (max-width: 1400px) {
  .about-container .about-intro {
    padding: 40px 0;
    padding-left: 40%;
    padding-right: 10%;
  }

  .about-container .about-intro .title {
    font-size: 26px;
  }

  .about-container .about-intro .txt1 {
    font-size: 16px;
    margin-top: 20px;
  }

  .about-container .about-intro .txt2 {
    font-size: 12px;
    margin-top: 20px;
    line-height: 20px;
  }

  .about-container .box-item {
    width: 100%;
    margin: 50px 0 0 0;
  }

  .about-container .box-item .item .item-top .item-text-yellow {
    font-size: 26px;
  }

  .about-container .box-item .item .item-top .item-txt2 {
    left: 50px;
    font-size: 12px;
  }

  .about-container .box-item .item .item-bottom {
    font-size: 12px;
    color: #000000;
  }

  .about-container .box-item .item .item-bottom span {
    font-size: 10px;
  }

  .about-container .about-live {
    padding: 50px 0;
  }

  .about-container .about-live .title {
    font-size: 26px;
  }

  .about-container .about-live .box-txt {
    margin: 20px auto 0;
  }

  .about-container .about-live .box-txt .txt {
    font-size: 14px;
  }

  .about-container .about-overview {
    padding: 50px 0;
  }

  .about-container .about-overview .title {
    font-size: 26px;
  }

  .about-container .about-overview .txt {
    margin-top: 20px;
    max-width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
  }

  .about-container .about-overview .box-tab {
    position: relative;
    width: 300px;
    margin-top: 30px;
    right: 0;
    top: 0;
    justify-content: flex-start;
  }

  .about-container .about-overview .box-tab .item-active {
    background-color: #f39700;
    color: #ffffff;
  }

  .about-container .about-overview .box-content {
    margin: 30px auto 0;
  }

  .about-container .about-overview .box-content ul {
    display: flex;
    flex-wrap: wrap;
  }

  .about-container .about-overview .box-content .item-content {
    position: relative;
    width: 48%;
    margin-bottom: 20px;
  }

  .about-container .about-overview .box-content .item-content .bottom-txt {
    position: absolute;
    bottom: 0px;
    left: 0%;
    width: 100%;
    height: auto;
  }

  .about-container .about-overview .box-content .item-content .name {
    font-size: 16px;
  }

  .about-container .about-overview .box-content .item-content .t2 {
    font-size: 12px;
  }

  .about-container .about-summary {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    padding: 50px 0;
  }

  .about-container .about-summary .box-item .item {
    width: 46%;
    margin-right: 5%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
    position: relative;
  }

  .about-container .about-summary .box-item .item .box-img-scale {
    width: 100%;
    height: 200px;
    background-color: #f8f8f8;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
  }

  .about-container .about-summary .box-item .item .box-img-scale .img-scale {
    background-color: #f8f8f8;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
  }

  .about-container .about-summary .box-item .item .box-img-scale img {
    width: 50%;
    height: auto;
    object-fit: cover;
  }

  .about-container .about-summary .box-item .item .item-active {
    width: 100%;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .about-container .about-summary .box-item .item .item-active .item-active-content {
    width: 100% !important;
    height: 200px;
  }

  .about-container .about-summary .box-item .item .item-active .item-active-content p {
    font-size: 12px !important;
    line-height: 16px;
  }

  .about-container .about-summary .box-item .item p.txt {
    margin: 24px 0;
    width: 100%;
    font-size: 12px;
    color: #000000;
    max-width: 100%;
    text-align: center;
  }

  .about-container .about-summary .box-item .item:nth-child(2n) {
    margin-right: 0% !important;
  }
}

@media (max-width: 1200px) {
  .about-develop {
    padding: 50px 0 !important;
  }

  .about-develop .title {
    font-size: 26px !important;
  }

  .about-develop .txt {
    font-size: 16px !important;
  }

  .about-develop .txt2 {
    max-width: 100% !important;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 25px;
    margin-top: 29px;
  }

  .about-develop ul {
    margin: 20px 0 0 0 !important;
    width: 100% !important;
  }

  .about-develop ul li {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0 0 44px 0;
  }

  .about-develop ul li .item-left {
    font-size: 16px;
    font-weight: 800;
    color: #f39700;
    margin: 0 80px 0 0;
    word-break: keep-all;
  }

  .about-develop ul li .item-right {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
  }

  .about-develop ul li .item-right p {
    margin-bottom: 20px;
  }

  .about-develop ul .item-next {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
  }

  .about-develop ul .item-next .item-left-next {
    font-size: 16px !important;
    font-weight: 800;
    color: #f39700;
    word-break: keep-all;
  }

  .about-develop ul .item-next .line {
    width: 40px;
    margin: 0 10px;
    height: 3px;
    background-color: #e6e6e6;
  }

  .about-develop ul .item-next .item-right-next {
    font-size: 16px !important;
    font-weight: 800;
    color: #333333;
  }

  .about-develop .box-right {
    position: relative !important;
    margin: 10px auto 0;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100px;
    display: flex;
    flex-wrap: nowrap;
  }

  .about-develop .box-right .item {
    padding-right: 10px !important;
    width: 33.33% !important;
    height: 80px !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    color: #b5b5b5;
  }

  .about-develop .box-right .item .name {
    text-align: right;
    width: 100%;
    font-size: 16px !important;
    font-weight: 800;
  }

  .about-develop .box-right .item .time {
    width: 100%;
    text-align: right;
    font-size: 16px !important;
  }

  .about-develop .box-right .item-active {
    background: linear-gradient(to left, #f3f3f3, #f8f8f8);
    color: #f39700;
  }

  .about-develop .box-right .item-active .name {
    font-size: 16px !important;
  }

  .about-develop .box-right .item-active .time {
    font-size: 16px !important;
  }

  .about-culture {
    padding: 50px 0 !important;
  }

  .about-culture .box-wrap {
    display: flex;
    flex-wrap: wrap !important;
    justify-content: center;
  }

  .about-culture .box-left {
    width: 100% !important;
    padding: 0 0 0 12px;
    margin: 4% 0 0 0 !important;
  }

  .about-culture .box-left .item {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    margin: 2% 0 0 0 !important;
  }

  .about-culture .box-left .item .t1 {
    margin: 0 10px 0 0 !important;
    font-size: 18px !important;
    height: 20px !important;
    line-height: 20px !important;
    width: 80px;
  }

  .about-culture .box-left .item .t2 {
    width: 100%;
    font-size: 16px !important;
  }

  .about-culture .box-left .item-active .t1 {
    font-size: 24px;
  }

  .about-culture .box-left .item-active .t1:before {
    content: "";
    height: 18px;
    position: absolute;
    top: 0;
    left: -20px;
    background-color: #f39700;
  }

  .about-culture .box-left .item-active .t2 {
    display: inline-block;
  }

  .about-culture .box-right {
    margin-top: 20px;
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .about-container .about-intro {
    padding-left: 10%;
    padding-right: 10%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
  }

  .about-container .box-item {
    width: 100%;
    margin: 40px 0 0 0;
  }

  .about-container .box-item .item .item-top .item-text-yellow {
    font-size: 22px;
  }

  .about-container .box-item .item .item-top .item-txt2 {
    left: 45px;
    font-size: 12px;
  }

  .about-container .box-item .item .item-bottom {
    font-size: 10px;
    color: #000000;
  }

  .about-container .box-item .item .item-bottom span {
    font-size: 8px;
  }

  .about-container .about-live {
    padding: 34px 0;
  }

  .about-container .about-live .title {
    font-size: 20px;
  }

  .about-container .about-live .box-txt {
    margin: 20px auto 0;
  }

  .about-container .about-live .box-txt .txt {
    font-size: 12px;
  }

  .about-container .about-live .box-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
    height: auto;
  }

  .about-container .about-live .box-item .item0 {
    width: 100% !important;
    height: auto;
  }

  .about-container .about-live .box-item .right-item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
    height: 100%;
  }

  .about-container .about-live .box-item .item {
    margin-bottom: 4.2%;
    width: 100%;
    position: relative;
  }

  .about-container .about-live .box-item .item .item-normal .txt {
    font-size: 18px;
  }

  .about-container .about-live .box-item .item .item-active {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .about-container .about-live .box-item .item .item-active .active-content {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
  }

  .about-container .about-live .box-item .item .item-active .active-title {
    width: 80%;
    text-align: left;
    margin: auto;
    font-size: 30px;
    font-weight: 800;
    color: #ffffff;
  }

  .about-container .about-live .box-item .item .item-active .active-txt {
    width: 80%;
    text-align: left;
    margin: auto;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
  }

  .about-container .about-live .box-item .item:hover .item-active {
    animation: growHeight 0.5s ease-in-out forwards;
  }

  .about-container .about-live .box-item .item:hover .txt {
    display: none;
  }
}

.connect-container {
  width: 100%;
}

.connect-container .connect-box {
  width: 100%;
  padding: 80px 0 50px 0;
  border-bottom: 1px solid #e6e6e6;
}

.connect-container .connect-box .box-title {
  display: flex;
  flex-wrap: nowrap;
}

.connect-container .connect-box .title {
  width: 31%;
  margin-right: 3%;
  font-size: 36px;
  color: #333333;
  font-weight: bold;
  position: relative;
}

.connect-container .connect-box .title:after {
  content: "";
  width: 68px;
  height: 2px;
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: #f39800;
}

.connect-container .connect-box .box-item {
  margin: 80px auto 0;
  display: flex;
  flex-wrap: wrap;
}

.connect-container .connect-box .box-item .content-item {
  width: 31%;
  margin-right: 3%;
  height: 150px;
}

.connect-container .connect-box .box-item .content-item .t1 {
  font-size: 24px;
  font-weight: 800;
  color: #222222;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 20px;
}

.connect-container .connect-box .box-item .content-item .t2 {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #666666;
}

.connect-container .connect-box .box-item .content-item .box-brand {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}

.connect-container .connect-box .box-item .content-item .box-brand .item-brand {
  width: 25px !important;
  position: relative;
  margin: 0 50px 250px 0;
}

.connect-container .connect-box .box-item .content-item .box-brand .item-brand .icon {
  width: 25px;
  height: auto;
}

.connect-container .connect-box .box-item .content-item .box-brand .item-brand .shadow-img {
  visibility: hidden;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 500;
  transform: translateX(-50%);
  width: 139px;
  height: 145px;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.11);
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.connect-container .connect-box .box-item .content-item .box-brand .item-brand .shadow-img img {
  width: 125px;
  height: 125px;
  position: relative;
}

.connect-container .connect-box .box-item .content-item .box-brand .item-brand .shadow-img .tringle {
  position: absolute;
  z-index: 10;
  top: -20px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
}

.connect-container .connect-box .box-item .content-item .box-brand .item-brand-active .shadow-img {
  visibility: visible;
}

.connect-container .connect-box .box-item .content-item .item-t2 {
  margin-top: 20px;
}

.connect-container .connect-box .box-item .content-item .item-t2 .t21 {
  font-size: 16px;
  color: #000000;
}

.connect-container .connect-box .box-item .content-item .item-t2 .t22 {
  font-size: 16px;
  color: #666666;
}

.connect-container .connect-box .box-item .content-item .item-connect-img1 {
  margin-top: 23px;
  width: 125px;
  height: 125px;
}

.connect-container .connect-box .box-item .content-item:nth-child(3n) {
  margin-right: 0%;
}

@media (max-width: 1000px) {
  .connect-container .connect-box {
    padding: 20px 0 20px 0;
  }

  .connect-container .connect-box .box-title {
    flex-wrap: wrap;
  }

  .connect-container .connect-box .title {
    width: 100%;
    margin-top: 20px;
    font-size: 20px !important;
  }

  .connect-container .connect-box .box-item .box-brand .item-brand {
    width: 25px !important;
    position: relative;
    margin: 0 50px 200px 0;
  }

  .connect-container .connect-box .box-item .box-brand .item-brand .icon {
    width: 25px;
    height: auto;
  }

  .connect-container .connect-box .box-item .box-brand .item-brand .shadow-img {
    left: 0;
    transform: translateX(0) !important;
  }

  .connect-container .connect-box .box-item .box-brand .item-brand .shadow-img .tringle {
    left: 10px;
  }

  .connect-container .connect-box .box-item .box-brand .item-brand-active .shadow-img {
    visibility: visible;
  }

  .connect-container .connect-box .box-item .content-item {
    width: 100% !important;
    margin-right: 3%;
    height: auto;
  }

  .connect-container .connect-box .box-item .content-item .t1 {
    font-size: 24px;
    font-weight: 800;
    color: #222222;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 20px;
  }

  .connect-container .connect-box .box-item .content-item .t2 {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #666666;
  }

  .connect-container .connect-box .box-item .content-item .item-t2 {
    margin-top: 20px;
  }

  .connect-container .connect-box .box-item .content-item .item-t2 .t21 {
    font-size: 16px;
    color: #000000;
  }

  .connect-container .connect-box .box-item .content-item .item-t2 .t22 {
    font-size: 16px;
    color: #666666;
  }

  .connect-container .connect-box .box-item .content-item .item-connect-img1 {
    margin-top: 23px;
    width: 125px;
    height: 125px;
  }

  .connect-container .connect-box .box-item .content-item:nth-child(3n) {
    margin-right: 0%;
  }
}

.person-container .box-icon-person {
  padding: 108px 0;
}

.person-container .box-icon-person .person-top {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
}

.person-container .box-icon-person .person-top .person-left {
  width: 60%;
}

.person-container .box-icon-person .person-top .person-left .box-title {
  margin-top: 24px;
}

.person-container .box-icon-person .person-top .person-left .txt2 {
  width: 90%;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  margin-top: 50px;
}

.person-container .box-icon-person .person-top .person-left .txt2 p {
  margin-top: 10px;
}

.person-container .box-icon-person .person-top .person-right {
  width: 40%;
}

.person-container .box-icon-person .person-top .person-right img {
  width: 100%;
  height: auto;
}

.person-container .box-icon-person .person-bottom {
  margin: 33px 0 0 0;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}

.person-container .box-icon-person .person-bottom .person-left {
  width: 60%;
}

.person-container .box-icon-person .person-bottom .person-left img {
  width: 100%;
  height: auto;
}

.person-container .box-icon-person .person-bottom .person-right {
  width: 40%;
}

.person-container .box-icon-person .person-bottom .person-right p {
  width: 80%;
  margin: auto;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 30px;
}

.box1-person {
  background-color: #f8f8f8;
  padding-top: 80px;
  margin: auto;
}

.box1-person .box-title {
  margin: 0 0 0 0;
}

.box1-person .box-item {
  margin: 60px auto 0px;
  padding-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.box1-person .box-item .item:nth-child(4) {
  margin-right: 0px;
}

.box1-person .box-item .item {
  background-color: #ffffff;
  width: 370px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 42px 34px 50px 52px;
}

.box1-person .box-item .item img {
  width: 34px;
  height: auto;
}

.box1-person .box-item .item p.t1 {
  margin-top: 16px;
  font-size: 24px;
  font-weight: bold;
  color: #000000;
}

.box1-person .box-item .item p.t2 {
  margin-top: 26px;
  font-size: 16px;
  color: #000000;
}

.box1-person .box-title2 {
  margin: 0px auto 0;
  position: relative;
  text-align: center;
  height: auto;
}

.box1-person .box-title2 p.txt1 {
  margin: auto;
  font-size: 48px;
  font-weight: 800;
  color: #000000;
  position: relative;
}

.box1-person .txt2 {
  margin: 50px auto 0;
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  text-align: center;
}

.box1-person .box-title2:after {
  content: "";
  width: 68px;
  height: 3px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f6b750;
}

.box1-person .box-item-new-detail {
  margin: 60px auto 0px;
  padding-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.box1-person .box-item-new-detail .item:nth-child(4) {
  margin-right: 0px;
}

.box1-person .box-item-new-detail .item {
  width: 366px;
  margin-bottom: 20px;
  margin-right: 20px;
}

.box1-person .box-item-new-detail .item .img-scale {
  width: 100%;
  height: 206px !important;
}

.box1-person .box-item-new-detail .item img {
  width: 100%;
  height: auto;
}

.box1-person .box-item-new-detail .item p.t1 {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #363636;
  line-height: 26px;
  margin-top: 16px;
  height: 50px;
}

.box1-person .box-item-new-detail .item .box-t3 {
  width: 100%;
  text-align: left;
  transform: translateY(-50%);
  margin-top: 24px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}

.box1-person .box-item-new-detail .item .box-t3 .t31 {
  font-size: 16px;
  font-weight: 500;
  color: #f39800;
}

.box1-person .box-item-new-detail .item .box-t3 .t32 {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #b7b7b7;
  color: #b7b7b7;
}

.box1-person .box-item-cooperation {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 100px auto 0;
  padding-bottom: 100px;
}

.box1-person .box-item-cooperation .item {
  width: 30%;
  height: 268px;
  background-color: #ffffff;
}

.box1-person .box-item-cooperation .item .box-t1 {
  width: 96px;
  height: 96px;
  background: #f39800;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: -53px auto 0;
  align-content: center;
}

.box1-person .box-item-cooperation .item .t1 {
  width: 50%;
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: 800;
  color: #ffffff;
}

.box1-person .box-item-cooperation .item .t11 {
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 800;
  color: #ffffff;
  margin-top: 7px;
}

.box1-person .box-item-cooperation .item .t2 {
  width: 80%;
  margin: 50px auto 0;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #000000;
}

.box-person {
  padding: 90px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}

.box-person .box-left {
  width: 55%;
  position: relative;
}

.box-person .box-left img {
  width: 100%;
  height: auto;
}

.box-person .box-left .hover-img {
  z-index: 1000;
  position: absolute;
  width: 100%;
  height: 55px;
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  padding: 0 36px;
  align-items: center;
}

.box-person .box-left .hover-img .swiper-pagination2 {
  color: #ffffff;
  width: 30%;
}

.box-person .box-left .hover-img .swiper-pagination2 .swiper-num {
  z-index: 2;
  font-size: 24px;
}

.box-person .box-left .hover-img .swiper-pagination2 .swiper-num .active {
  font-size: 24px;
  display: inline-block;
}

.box-person .box-left .hover-img .swiper-pagination2 .swiper-num span {
  font-size: 16px;
}

.box-person .box-left .hover-img .swiper-pagination2 .swiper-num .total {
  display: inline-block;
}

.box-person .box-left .hover-img .t1 {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}

.box-person .box-left .hover-img .swiper-pagination {
  text-align: right;
  position: relative !important;
  width: 30%;
  height: 55px;
  line-height: 55px;
  bottom: 0;
}

.box-person .box-left .hover-img .swiper-pagination .swiper-pagination-bullet {
  background-color: #f8f8f8;
}

.box-person .box-left .hover-img .swiper-pagination .swiper-pagination-bullet-active {
  color: #ffffff;
  background-color: #ffffff;
}

.box-person .box-right {
  width: 40%;
}

.box-person .box-right .box-title {
  margin-top: 0;
}

.box-person .box-right .t0 {
  margin-top: 30px;
  font-size: 24px;
  font-weight: bold;
  color: #000000;
}

.box-person .box-right .t1 {
  width: 100%;
  line-height: 30px;
  margin-top: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}

@media (max-width: 1200px) {
  .person-container .box-icon-person {
    padding: 30px 0;
  }

  .chat-box-connect {
    padding: 55px 3%;
  }

  .box1-person {
    padding-top: 30px;
  }

  .box1-person .box-title2 {
    margin: 0px auto 0;
  }

  .box1-person .box-title2 p.txt1 {
    font-size: 36px;
  }

  .box1-person .txt2 {
    margin: 30px auto 0;
    font-size: 16px;
  }

  .box1-person .box-item {
    justify-content: center;
  }

  .box1-person .box-item .item:nth-child(4) {
    margin-right: 0px;
  }

  .box1-person .box-item .item {
    background-color: #ffffff;
    width: 100%;
    margin-right: 0;
  }

  .box1-person .box-item-cooperation {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .box1-person .box-item-cooperation .item {
    width: 100%;
    margin-top: 10px;
    height: auto !important;
    padding: 0px 0 60px 0;
  }

  .box1-person .box-item-cooperation .item .box-t1 {
    width: 96px;
    height: 96px;
    background: #f39800;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -53px auto 0;
    align-content: center;
  }

  .box1-person .box-item-cooperation .item .t1 {
    width: 50%;
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 800;
    color: #ffffff;
  }

  .box1-person .box-item-cooperation .item .t2 {
    width: 80%;
    margin: 50px auto 0;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #000000;
  }

  .box1-person .box-item-new-detail {
    margin: 60px auto 0px;
    padding-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .box1-person .box-item-new-detail .item:nth-child(4) {
    margin-right: 0px;
  }

  .box1-person .box-item-new-detail .item {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
  }

  .box-person {
    padding: 50px 3%;
  }

  .box-person .box-left {
    width: 100% !important;
  }

  .box-person .box-right {
    width: 100% !important;
    margin: 30px auto !important;
  }

  .box-person .box-right .box-title {
    margin-top: 0;
  }

  .box-person .box-right .t0 {
    margin-top: 30px;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
  }

  .box-person .box-right .t1 {
    width: 100% !important;
    line-height: 30px;
    margin-top: 40px;
    font-size: 16px !important;
    font-weight: 400;
    color: #000000;
  }
}

@media (max-width: 767px) {
  .person-container .box-icon-person .person-top {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
  }

  .person-container .box-icon-person .person-top .person-left {
    width: 100%;
  }

  .person-container .box-icon-person .person-top .person-left .box-title {
    margin-top: 24px;
  }

  .person-container .box-icon-person .person-top .person-left .txt2 {
    width: 90%;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin-top: 50px;
  }

  .person-container .box-icon-person .person-top .person-left .txt2 p {
    margin-top: 10px;
  }

  .person-container .box-icon-person .person-top .person-right {
    width: 100%;
  }

  .person-container .box-icon-person .person-top .person-right img {
    width: 100%;
    height: auto;
  }

  .person-container .box-icon-person .person-bottom {
    margin: 33px 0 0 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
  }

  .person-container .box-icon-person .person-bottom .person-left {
    width: 100%;
  }

  .person-container .box-icon-person .person-bottom .person-left img {
    width: 100%;
    height: auto;
  }

  .person-container .box-icon-person .person-bottom .person-right {
    width: 100%;
  }

  .person-container .box-icon-person .person-bottom .person-right p {
    width: 100%;
    margin: auto;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
  }
}

.news-container .news-list {
  margin: 0px auto 50px;
}

.news-container .news-list-i {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 21px 0;
  border-bottom: 1px solid #eeeeee;
}

.news-container .news-list-i .news-left {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.news-container .news-list-i .news-left .news-list-img {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  margin-right: 20px;
  justify-content: center;
  width: 66px;
  height: 72px;
  background-color: rgba(0, 0, 0, 0.08);
}

.news-container .news-list-i .news-left .news-list-img .t1 {
  width: 100%;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  color: #4b4b4b;
}

.news-container .news-list-i .news-left .news-list-img .t2 {
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #b2b2b2;
  margin: 5px auto 0;
}

.news-container .news-list-i .news-left .news-list-con {
  width: 88%;
  height: 72px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  position: relative;
}

.news-container .news-list-i .news-left .news-list-con .t1 {
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  color: #3b3b3b;
  margin-top: 9px;
}

.news-container .news-list-i .news-left .news-list-con .t2 {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  margin-top: 10px;
}

.news-container .new-list-active .news-left .news-list-img {
  background-color: #f39800;
}

.news-container .new-list-active .news-left .news-list-img .t1 {
  color: #ffffff;
}

.news-container .new-list-active .news-left .news-list-img .t2 {
  color: #ffffff;
}

.news-container .new-list-active .news-left .news-list-con .t1 {
  color: #f39800 !important;
}

.news-container .news-right {
  width: 140px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-end;
}

.news-container .news-right img {
  width: 18px;
  height: auto;
  margin: 0 18px 0 0;
}

.news-container .news-right span {
  font-size: 16px;
  color: #f39800;
}

.news-container .news-content-box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin-top: 67px;
}

.news-container .news-content-box .news-left-box {
  width: 1107px;
}

.news-container .news-content-box .news-right-box {
  margin-left: 71px;
  margin-top: 30px;
  width: 393px;
  height: 347px;
  padding: 45px 30px 76px 74px;
  background-color: #f8f8f8;
  border-top: 2px solid #f39700;
}

.news-container .news-content-box .news-right-box p.t1 {
  color: #3c3c3c;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 0px 0;
}

.news-container .news-content-box .news-right-box p.t2 {
  color: #3c3c3c;
  font-size: 16px;
  margin: 10px 0 0px 0;
}

@media (max-width: 1300px) {
  .news-content-box {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin-top: 67px;
    position: relative;
  }

  .news-content-box .news-left-box {
    width: 1107px;
    margin-top: 347px;
  }

  .news-content-box .news-right-box {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 71px;
    width: 90% !important;
    height: 250px !important;
    padding: 20px !important;
  }

  .news-content-box .news-right-box p.t1 {
    color: #3c3c3c;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0 0px 0;
  }

  .news-content-box .news-right-box p.t2 {
    color: #3c3c3c;
    font-size: 16px;
    margin: 10px 0 0px 0;
  }
}

.box-swiper-online {
  position: relative;
  background-color: #f8f8f8;
  padding-top: 60px;
  margin: auto;
  padding-bottom: 50px;
}

.box-swiper-online .online-swiper {
  margin: 50px auto 100px;
  overflow-x: hidden;
  padding: 0 0 50px 0;
  position: relative;
}

.box-swiper-online .swiper-slide {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
}

.box-swiper-online .swiper-slide .img-scale {
  width: 100%;
}

.box-swiper-online .swiper-horizontal&gt;.swiper-scrollbar {
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.box-swiper-online .swiper-scrollbar-drag {
  background-color: #f39800;
}

@media (max-width: 1600px) {
  .box-swiper-online {
    padding-top: 6px;
    padding-bottom: 10px;
  }
}

.news-list-container .news-i {
  min-height: 600px;
  padding: 0px 0;
  margin: 0 auto 50px;
}

.news-list-container .wrap {
  position: relative;
}

.news-list-container .box-news-tab {
  display: flex;
  flex-wrap: wrap;
  width: 265px;
  position: absolute;
  top: 50px;
  left: -50px;
  z-index: 50;
}

.news-list-container .box-news-tab .item {
  width: 265px;
  height: 63px;
  background: #f3f3f3;
  border-radius: 5px;
  line-height: 63px;
  font-size: 22px;
  font-weight: 500;
  color: #141c27;
  text-align: center;
  margin-bottom: 20px;
}

.news-list-container .box-news-tab .item-active {
  background-color: #f39800;
  color: #fff;
}

.news-list-container .member-list {
  margin: 40px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.news-list-container .member-list-i {
  max-width: 1200px;
  padding: 29px 0 24px 0;
  border-bottom: 1px solid #eeeeee;
  justify-content: space-between;
}

.news-list-container .member-list-img {
  border-radius: 10px;
  width: 340px;
  height: 225px;
}

.news-list-container .member-list-img img {
  width: 340px;
  height: 225px;
}

.news-list-container .member-list-con {
  width: calc(752 / 1200 * 100%);
  min-height: 200px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
}

.news-list-container .member-list-con .t0 {
  width: 100%;
  text-align: left;
  font-size: 26px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #000000;
  margin-top: 38px;
}

.news-list-container .member-list-con .t2 {
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  color: #696969;
  line-height: 29px;
  margin-top: 16px;
}

.news-list-container .member-list-con .box-t3 {
  margin-top: 37px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}

.news-list-container .member-list-con .box-t3 .t31 {
  font-size: 16px;
  font-weight: 500;
  color: #f39800;
}

.news-list-container .member-list-con .box-t3 .t32 {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #b7b7b7;
  color: #b7b7b7;
}

@media (max-width: 1600px) {
  .box-news-tab {
    display: flex;
    flex-wrap: wrap !important;
    width: 100% !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    margin-top: 50px;
  }

  .box-news-tab .item {
    padding: 0 40px;
    width: auto !important;
    height: 50px;
    background: #f3f3f3;
    border-radius: 5px;
    line-height: 50px;
    font-size: 22px;
    font-weight: 500;
    color: #141c27;
    text-align: center;
    margin-right: 10px;
  }

  .box-news-tab .item-active {
    background-color: #f39800;
    color: #fff;
  }
}

@media (max-width: 1400px) {
  .member-list {
    margin: 0px auto 0 !important;
  }

  .box-news-tab {
    display: flex;
    flex-wrap: wrap !important;
    width: 100% !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    margin-top: 30px !important;
  }

  .box-news-tab .item {
    padding: 0 10px;
    width: auto !important;
    height: 40px !important;
    background: #f3f3f3;
    border-radius: 5px;
    line-height: 40px !important;
    font-size: 16px !important;
    font-weight: 500;
    color: #141c27;
    text-align: center;
    margin-right: 15px;
  }

  .member-list {
    margin: 40px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center !important;
  }

  .member-list-i {
    padding: 0 !important;
    max-width: auto !important;
    flex-wrap: wrap;
  }

  .member-list-img {
    width: 100% !important;
    margin: 30px auto;
  }

  .member-list-img img {
    width: 100% !important;
    height: auto !important;
  }

  .member-list-con {
    width: 100% !important;
    margin: 0px auto 0;
  }
}

.news-detail .public-tobody {
  position: relative;
}

.news-detail .left-btn-box {
  position: absolute;
  top: 75px;
  left: 108px;
  margin-top: 0px;
}

.news-detail .left-btn-box .itema-ctive {
  background: #f39800 !important;
}

.news-detail .left-btn-box .item {
  margin-bottom: 10px;
  width: 41px;
  height: 39px;
  background: #f8f8f8;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-detail .left-btn-box .item img {
  width: 20px;
  height: auto;
}

.news-detail .news-banner {
  position: relative;
  background-image: url("../images/news.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 0 71px 0;
}

.news-detail .news-banner .txt {
  max-width: 90%;
  padding-top: 84px;
  margin: 0px auto 0;
  text-align: center;
  font-size: 30px;
  color: #363636;
}

.news-detail .news-banner .box-t3 {
  width: 100%;
  text-align: center;
  margin-top: 23px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.news-detail .news-banner .box-t3 .t31 {
  font-size: 16px;
  font-weight: 500;
  color: #f39800;
}

.news-detail .news-banner .box-t3 .t32 {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #b7b7b7;
  color: #b7b7b7;
}

.news-detail .news-i {
  min-height: 600px;
  padding: 50px 0;
  max-width: 900px;
  margin: 0 auto 50px;
}

.news-detail .detail-time-box {
  width: 100%;
  height: 100%;
  background: #f1e6f3;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #666666;
  text-align: center;
}

.news-detail .new-detail-content {
  margin: 22px auto 0;
  border-bottom: 1px solid #eeeeee;
  padding: 0 0 40px 0;
}

.news-detail .new-detail-content img {
  width: 83%;
  margin: 20px auto 0;
}

@media (max-width: 1600px) {
  .left-btn-box {
    position: relative !important;
    top: 20px !important;
    left: 20px !important;
    margin-top: 75px;
    width: 100% !important;
    flex-wrap: nowrap;
    display: flex;
  }

  .left-btn-box .item {
    margin-right: 10px;
    width: 41px;
    height: 39px;
    background: #f8f8f8;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .left-btn-box .item img {
    width: 20px;
    height: auto;
  }

  .new-i {
    padding: 0 !important;
  }

  .news-detail .new-detail {
    margin: 0px auto 0;
    max-width: 900px;
  }
}

@media (max-width: 1200px) {
  .news-banner {
    position: relative;
    background-image: url("../images/news.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 0 10px 0;
  }

  .news-banner .txt {
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #363636;
  }

  .news-banner .box-t3 {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: center;
  }

  .news-banner .box-t3 .t31 {
    font-size: 16px;
    font-weight: 500;
    color: #f39800;
  }

  .news-banner .box-t3 .t32 {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #b7b7b7;
    color: #b7b7b7;
  }

  .news-detail .news-i {
    max-width: 90%;
  }
}

.page-b {
  width: max-content;
  margin: auto;
}

.page-b .p1 {
  line-height: 44px;
  text-align: center;
  color: #f39700;
  width: 90px;
  height: 44px;
  background: rgba(35, 47, 61, 0);
  border: 1px solid #e0e0e0;
  border-radius: 22px;
}

.page-b .p2 {
  display: flex;
}

.page-b .p2 li {
  width: 40px;
  height: 44px;
  border-radius: 5px;
  margin: 0 5px;
  text-align: center;
  line-height: 44px;
}

.page-b .p2 li a {
  color: #444444;
  font-weight: 200;
}

.page-b .p2 .cur a {
  color: #444444;
  font-weight: bold;
}

.box-recruitment {
  margin: 108px auto 98px;
}

.box-recruitment .table-head {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 0 25px 0;
}

.box-recruitment .table-head .item {
  font-size: 16px;
  font-family: PingFang SC;
  color: #444444;
  width: 200px;
  text-align: center;
}

.box-recruitment .table-content .item-content {
  margin: 0px auto 10px;
}

.box-recruitment .table-content .item-content .item-li {
  width: 100%;
  height: 51px;
  background-color: #f8f8f8;
  border-radius: 10px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}

.box-recruitment .table-content .item-content .item-li .item-left {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
}

.box-recruitment .table-content .item-content .item-li .item-left .item {
  height: 51px;
  line-height: 51px;
  font-size: 16px;
  font-family: PingFang SC;
  color: #303030;
  width: 200px;
  text-align: center;
}

.box-recruitment .table-content .item-content .item-li .item-right img {
  margin: 0 60px 0 0;
  width: 21px;
  height: auto;
}

.box-recruitment .table-content .item-content .item-li .item-right .icon1 {
  display: none;
}

.box-recruitment .table-content .item-content .item-bottom-content {
  display: none;
  margin: 10px auto 39px;
}

.box-recruitment .table-content .item-content .item-bottom-content .item-content {
  margin: 25px 0 0 65px;
}

.box-recruitment .table-content .item-content .item-bottom-content .item-content .item-email .t1 {
  font-size: 16px;
  color: #444444;
}

.box-recruitment .table-content .item-content .item-bottom-content .item-content .item-email .t2 {
  font-size: 16px;
  color: #f39700;
}

.box-recruitment .table-content .item-content .item-bottom-content .item-content .title {
  font-size: 16px;
  font-weight: bold;
  color: #1c1c1c;
}

.box-recruitment .table-content .item-content .item-bottom-content .item-content ul li {
  margin: 10px 0 0 0;
  font-size: 16px;
  color: #444444;
}

.box-recruitment .table-content .item-content-active .item-li {
  background-color: #f39700;
}

.box-recruitment .table-content .item-content-active .item-li .item-left .item {
  color: #ffffff;
}

.box-recruitment .table-content .item-content-active .item-li .item-right .icon1 {
  display: inline-block !important;
}

.box-recruitment .table-content .item-content-active .item-li .item-right .icon2 {
  display: none;
}

.box-recruitment .table-content .item-content-active .item-bottom-content {
  display: inline-block !important;
}

@media (max-width: 900px) {
  .box-recruitment {
    margin: 50px auto 98px;
  }

  .box-recruitment .table-head {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 0 10px 0;
  }

  .box-recruitment .table-head .item {
    font-size: 11px;
    width: 60px;
    height: 30px;
    line-height: 30px;
  }

  .box-recruitment .table-content .item-content .item-li {
    height: 44px;
  }

  .box-recruitment .table-content .item-content .item-li .item-left .item {
    font-size: 12px;
    width: 60px;
  }

  .box-recruitment .table-content .item-content .item-li .item-right img {
    margin: 0 60px 0 0;
    width: 21px;
    height: auto;
  }

  .box-recruitment .table-content .item-content .item-li .item-right .icon1 {
    display: none;
  }

  .box-recruitment .table-content .item-content .item-bottom-content {
    display: none;
    margin: 10px auto 39px;
  }

  .box-recruitment .table-content .item-content .item-bottom-content .item-content {
    margin: 10px 0 0 20px;
  }

  .box-recruitment .table-content .item-content .item-bottom-content .item-content .item-email .t1 {
    font-size: 12px;
    color: #444444;
  }

  .box-recruitment .table-content .item-content .item-bottom-content .item-content .item-email .t2 {
    font-size: 12px;
    color: #f39700;
  }

  .box-recruitment .table-content .item-content .item-bottom-content .item-content .title {
    font-size: 12px;
    font-weight: 400;
    color: #1c1c1c;
  }

  .box-recruitment .table-content .item-content .item-bottom-content .item-content ul li {
    margin: 10px 0 0 0;
    font-size: 12px;
    color: #444444;
  }
}

.cooperation {
  background-color: #f8f8f8;
}

.cooperation .wrap {
  padding: 106px 0 106px 0;
}

.cooperation .cooperation-swiper-one .swiper-slide {
  width: 709px;
  height: auto;
}

.cooperation .cooperation-swiper-one .swiper-slide .t1,
.cooperation .cooperation-swiper-one .swiper-slide .t2,
.cooperation .cooperation-swiper-one .swiper-slide .t3 {
  display: none;
}

.cooperation .cooperation-swiper-one .swiper-slide .img-scale {
  width: 100% !important;
  height: 332px;
}

.cooperation .cooperation-swiper-one .swiper-slide .img-scale img {
  width: 100% !important;
  height: 332px;
}

.cooperation .cooperation-swiper-one .swiper-slide .t1 {
  width: 100%;
  text-align: center;
  margin-top: 47px;
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #000000;
}

.cooperation .cooperation-swiper-one .swiper-slide .t2 {
  width: 100%;
  text-align: center;
  margin-top: 18px;
  font-size: 16px;
  color: #000000;
}

.cooperation .cooperation-swiper-one .swiper-slide .t3 {
  width: 100%;
  text-align: center;
  margin-top: 12px;
  font-size: 16px;
  color: #000000;
}

.cooperation .cooperation-swiper-one .swiper-slide-active .t1,
.cooperation .cooperation-swiper-one .swiper-slide-active .t2,
.cooperation .cooperation-swiper-one .swiper-slide-active .t3 {
  display: inline-block;
}

.cooperation2 .wrap {
  overflow: hidden;
  position: relative;
}

.cooperation2 .swiper-button-prev {
  width: 56px;
  height: 56px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  left: 0;
  z-index: 100;
  bottom: 89px;
  top: auto;
}

.cooperation2 .swiper-button-next:after,
.cooperation2 .swiper-button-prev:after {
  font-size: 12px;
  color: #ffffff;
}

.cooperation2 .swiper-button-next {
  width: 56px;
  height: 56px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  left: 80px;
  z-index: 100;
  bottom: 89px;
  top: auto;
}

.cooperation2 .cooperation-swiper-box {
  position: relative;
}

.cooperation2 .cooperation-swiper-box .swiper-wrapper {
  height: 100%;
  position: relative;
}

.cooperation2 .box-left {
  width: 50%;
  position: relative;
}

.cooperation2 .box-left .hover-img {
  z-index: 1000;
  position: absolute;
  width: 100%;
  height: 55px;
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  padding: 0 36px;
  align-items: center;
}

.cooperation2 .box-left .hover-img .swiper-pagination2 {
  color: #ffffff;
  width: 30%;
}

.cooperation2 .box-left .hover-img .swiper-pagination2 .swiper-num {
  z-index: 2;
  font-size: 24px;
}

.cooperation2 .box-left .hover-img .swiper-pagination2 .swiper-num .active {
  font-size: 24px;
  display: inline-block;
}

.cooperation2 .box-left .hover-img .swiper-pagination2 .swiper-num span {
  font-size: 16px;
}

.cooperation2 .box-left .hover-img .swiper-pagination2 .swiper-num .total {
  display: inline-block;
}

.cooperation2 .box-left .hover-img .t1 {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}

.cooperation2 .box-left .hover-img .swiper-pagination {
  text-align: right;
  position: relative !important;
  width: 30%;
  height: 55px;
  line-height: 55px;
  bottom: 0;
}

.cooperation2 .box-left .hover-img .swiper-pagination .swiper-pagination-bullet {
  background-color: #f8f8f8;
}

.cooperation2 .box-left .hover-img .swiper-pagination .swiper-pagination-bullet-active {
  color: #ffffff;
  background-color: #ffffff;
}

.cooperation2-2 .box-person .box-right {
  width: 90% !important;
}

.cooperation2-2 .wrap {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 80px;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
}

.cooperation2-2 .cooperation-swiper-two {
  width: 50%;
  position: relative;
}

.cooperation2-2 .cooperation-swiper-two .swiper-wrapper {
  height: 100%;
  position: relative;
}

.cooperation2-2 .cooperation-swiper-two .swiper-button-prev {
  width: 56px;
  height: 56px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  left: 0;
  z-index: 100;
  top: 90%;
}

.cooperation2-2 .cooperation-swiper-two .swiper-button-next:after,
.cooperation2-2 .cooperation-swiper-two .swiper-button-prev:after {
  font-size: 12px;
  color: #ffffff;
}

.cooperation2-2 .cooperation-swiper-two .swiper-button-next {
  width: 56px;
  height: 56px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  left: 80px;
  z-index: 100;
  top: 90%;
}

.cooperation-gray {
  background-color: #f8f8f8;
}

.cooperation3 {
  background-color: #f8f8f8;
}

.cooperation4 {
  padding-bottom: 60px;
  margin: auto;
  text-align: center;
}

.cooperation4 .wrap {
  display: inline-block;
}

.cooperation4 .flow {
  margin: 50px auto 50px;
}

.cooperation4 .box-title {
  text-align: left;
}

.cooperation4 .box-ul {
  margin-top: 50px;
}

.cooperation4 .box-ul li {
  border-radius: 5px;
  padding: 20px 0;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}

.cooperation4 .box-ul li img {
  width: 26px;
  height: 26px;
  margin: 0 39px 0 31px;
}

.cooperation4 .box-ul li .t1 {
  font-size: 16px;
  color: #000000;
  width: 180px;
}

.cooperation4 .box-ul li .t2 {
  text-align: left;
  width: 70%;
  font-size: 16px;
  line-height: 25px;
  color: #000000;
}

.cooperation4 .box-ul li:nth-child(2n + 1) {
  background-color: #f8f8f8;
}

.cooperation5 img {
  width: 100%;
  height: auto;
  margin: 100px auto 50px;
}

@media (max-width: 1200px) {
  .cooperation4 {
    padding-bottom: 30px;
    margin: auto;
    text-align: center;
  }

  .cooperation4 .wrap {
    display: inline-block;
  }

  .cooperation4 .flow {
    margin: 50px auto 50px;
  }

  .cooperation4 .box-title {
    text-align: left;
  }

  .cooperation4 .box-ul {
    margin-top: 50px;
  }

  .cooperation4 .box-ul li {
    border-radius: 5px;
    padding: 20px 5%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
  }

  .cooperation4 .box-ul li img {
    width: 26px;
    height: 26px;
    margin: 0 10px 0 0%;
  }

  .cooperation4 .box-ul li .t1 {
    font-size: 16px;
    color: #000000;
    width: auto;
  }

  .cooperation4 .box-ul li .t2 {
    text-align: left;
    width: 100%;
    font-size: 16px;
    line-height: 25px;
    color: #000000;
    margin: 20px auto;
  }

  .cooperation4 .box-ul li:nth-child(2n + 1) {
    background-color: #f8f8f8;
  }

  .cooperation5 img {
    width: 100%;
    height: auto;
    margin: 50px auto 50px;
  }
}

.online-box-qrcode {
  background-image: url("../images/cooperation8.png");
  background-size: cover;
  width: 100%;
  height: 100%;
  text-align: center;
  display: inline-block;
}

.online-box-qrcode .content {
  width: 100%;
  max-width: 1200px;
  padding: 50px 0;
  margin: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

.online-box-qrcode .content .content-left {
  width: 40%;
  text-align: right;
  margin: 0 30px 0 0;
}

.online-box-qrcode .content .content-left img {
  width: 228px;
  height: auto;
}

.online-box-qrcode .content .content-right {
  width: 60%;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

.online-box-qrcode .content .content-right .txt1 {
  width: 100%;
  font-size: 48px;
  font-weight: 800;
  color: #f39700;
}

.online-box-qrcode .content .content-right .txt2 {
  width: 100%;
  font-size: 30px;
  font-weight: 600;
  color: #000000;
}

.online-box-qrcode .content .content-right .txt3 {
  width: 100%;
  font-size: 30px;
  font-weight: 600;
  color: #000000;
  margin-top: 45px;
}

@media (max-width: 1200px) {
  .cooperation2 .cooperation-swiper-box {
    position: relative;
  }

  .cooperation2 .swiper-button-prev {
    width: 56px;
    height: 56px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    left: auto;
    right: 80px;
    z-index: 100;
    top: 15%;
  }

  .cooperation2 .swiper-button-next:after,
  .cooperation2 .swiper-button-prev:after {
    font-size: 12px;
    color: #ffffff;
  }

  .cooperation2 .swiper-button-next {
    width: 56px;
    height: 56px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    right: 10px;
    left: auto;
    z-index: 100;
    top: 15%;
  }

  .cooperation2 .box-left {
    width: 50%;
    position: relative;
  }

  .cooperation2 .box-left .hover-img {
    z-index: 1000;
    position: absolute;
    width: 100%;
    height: 55px;
    background-color: rgba(0, 0, 0, 0.3);
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    padding: 0 36px;
    align-items: center;
  }

  .cooperation2 .box-left .hover-img .swiper-pagination2 {
    color: #ffffff;
    width: 30%;
    display: none;
  }

  .cooperation2 .box-left .hover-img .swiper-pagination2 .swiper-num {
    z-index: 2;
    font-size: 24px;
  }

  .cooperation2 .box-left .hover-img .swiper-pagination2 .swiper-num .active {
    font-size: 24px;
    display: inline-block;
  }

  .cooperation2 .box-left .hover-img .swiper-pagination2 .swiper-num span {
    font-size: 16px;
  }

  .cooperation2 .box-left .hover-img .swiper-pagination2 .swiper-num .total {
    display: inline-block;
  }

  .cooperation2 .box-left .hover-img .t1 {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
  }

  .cooperation2 .box-left .hover-img .swiper-pagination {
    text-align: right;
    position: relative !important;
    width: 30%;
    height: 55px;
    line-height: 55px;
    bottom: 0;
  }

  .cooperation2 .box-left .hover-img .swiper-pagination .swiper-pagination-bullet {
    background-color: #f8f8f8;
  }

  .cooperation2 .box-left .hover-img .swiper-pagination .swiper-pagination-bullet-active {
    color: #ffffff;
    background-color: #ffffff;
  }

  .online-box-qrcode {
    text-align: center;
    display: inline-block;
  }

  .online-box-qrcode .content {
    width: 90%;
    max-width: 1200px;
    padding: 50px 0;
    margin: auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
  }

  .online-box-qrcode .content .content-left {
    width: 25%;
    text-align: right;
    margin: 0 30px 0 0;
  }

  .online-box-qrcode .content .content-left img {
    width: 100%;
    height: auto;
  }

  .online-box-qrcode .content .content-right {
    width: 60%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
  }

  .online-box-qrcode .content .content-right .txt1 {
    width: 100%;
    font-size: 24px;
    font-weight: 800;
    color: #f39700;
  }

  .online-box-qrcode .content .content-right .txt2 {
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
  }

  .online-box-qrcode .content .content-right .txt3 {
    width: 100%;
    font-size: 18px;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .cooperation .wrap {
    padding: 50px 0;
  }
}

footer {
  overflow: hidden;
}

footer .box-code {
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  margin-bottom: 10px;
  margin-right: 0px;
}

footer .box-code .f-code {
  width: 130px;
  height: auto;
}

footer .shadow-img {
  visibility: hidden;
  position: absolute;
  top: 60px;
  left: 26px;
  transform: translateX(-50%);
  width: 139px;
  height: 145px;
  background-color: #ffffff;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.11);
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  z-index: 50;
}

footer .shadow-img img {
  width: 130px;
  height: auto;
  position: relative;
}

footer .shadow-img .tringle {
  position: absolute;
  z-index: 10;
  top: -20px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
}

footer .item-brand-active .shadow-img {
  visibility: visible;
}

footer {
  width: 100%;
  background-color: #444444;
}

footer .footer-b {
  margin: auto;
  width: 100%;
  background-color: #444444;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 24px 0;
}

footer .footer-b .footer-t {
  border-bottom: 1px solid #525252;
  padding-bottom: 25px;
  max-width: 1578px;
  width: 100%;
  margin: 0 auto 25px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  color: #ffffff;
}

footer .footer-b .footer-t ul li.item {
  font-size: 18px;
  font-weight: 800;
  color: #ffffff;
}

footer .footer-b .footer-t .ul-left {
  width: 70%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

footer .footer-b .footer-t .ul-left .item {
  font-weight: bold;
  font-size: 18px;
  display: inline-block;
  width: 120px;
}

footer .footer-up {
  max-width: 1578px !important;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

footer .footer-up .footer-l {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

footer .footer-up .footer-l .footer-l-i {
  width: 120px;
}

footer .footer-up .footer-l-i-tel {
  color: #ffffff;
  margin: 5px 0 0 0;
  font-size: 15px;
}

footer .footer-up .footer-l-i-t {
  margin: 38px auto 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
}

footer .footer-up .footer-l-i-t img {
  width: 26px;
  height: 26px;
  margin: 0 9px 0 0;
}

footer .footer-up .footer-l-i-t .footer-box-tel2 {
  margin: 5px 0 0 0;
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: 800;
  color: #ffffff;
}

footer .footer-up .footer-l-i-c {
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  line-height: 36px;
  display: flex;
  flex-direction: column;
}

footer .footer-up .footer-l-i-c em {
  width: 6px;
  margin-right: 6px;
  font-size: 15px;
  font-family: SimSun;
  font-weight: 400;
  color: #a4a4a4;
}

footer .footer-up .footer-l-i-c a {
  margin-bottom: 6px;
}

footer .footer-up .footer-l-i-c a:last-child {
  margin-bottom: 0;
}

footer .footer-up .footer-r {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  box-sizing: border-box;
}

footer .footer-up .footer-r .footer-r-t {
  margin: 0 0px 0 0;
  display: flex;
  flex-wrap: wrap;
  width: 146px;
}

footer .footer-up .footer-r .footer-r-t .item-icon {
  position: relative;
  margin-left: 23px;
  margin-bottom: 20px;
  width: 49px;
  height: 49px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 50%;
}

footer .footer-up .footer-r .footer-r-t .item-icon img.icon {
  width: 25px;
  height: auto;
}

footer .box-code {
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  margin-bottom: 10px;
  margin-right: 0px;
}

footer .box-code .f-code {
  width: 130px;
  height: auto;
}

footer .footer-down {
  width: 100%;
  height: 41px;
  font-size: 14px;
  font-weight: 400;
  color: #cdcbcb;
  line-height: 41px;
  text-align: center;
  background-color: #343434;
}

@media (max-width: 1700px) {
  header .nav-box .logo img {
    width: 336px;
    height: auto;
  }

  header .nav-box .nax-right {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 5% 0 0;
    align-items: center;
    align-content: center;
  }

  header .nav-box .nax-right nav {
    margin: 0 30px 0 0;
  }

  .nav-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
  }

  .nav-box .logo img {
    width: 200px !important;
    height: auto;
  }

  .nav-tel-txt {
    font-size: 16px;
  }

  nav ul li {
    position: relative;
    float: left;
    text-align: center;
    margin: 0 15px;
    min-width: 50px;
    height: 76px;
  }

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

@media (max-width: 1300px) {
  .sub-nav {
    z-index: 1;
    top: 75px;
    left: 0%;
    padding: 0px;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }

  .sub-nav a {
    display: block;
    padding: 0px 0;
    text-align: left;
    font-size: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  nav ul li {
    margin: 0 10px;
    min-width: 40px;
  }

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

  .nav-qrcode {
    width: 50px;
    height: 50px;
  }

  .nav-tel-txt {
    font-size: 14px;
  }

  .header-top-i,
  .mauto {
    width: 95%;
  }
}

@media (max-width: 1400px) {
  .public-top {
    margin-top: 0px !important;
  }

  footer .shadow-img {
    visibility: hidden;
    position: absolute;
    top: 40px;
    left: 10px;
    transform: translateX(-50%);
    width: 110px;
    height: 110px;
    background-color: #ffffff;
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.11);
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    z-index: 1000;
  }

  footer .shadow-img img {
    width: 100px;
    height: auto;
    position: relative;
  }

  footer .shadow-img .tringle {
    position: absolute;
    z-index: 10;
    top: -20px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
  }

  footer .item-brand-active .shadow-img {
    visibility: visible;
  }

  footer .footer-up .footer-l .footer-l-i {
    width: 80px;
  }

  footer .footer-box-tel2 {
    font-size: 12px !important;
  }

  footer .footer-l-tel-txt2 {
    font-size: 10px !important;
  }

  footer .footer-b {
    padding: 20px 0;
  }

  footer .footer-b .footer-t {
    max-width: 90%;
    width: 90%;
    margin: 0 auto 25px;
  }

  footer .footer-b .footer-t ul li.item {
    width: 80px;
    font-size: 10px !important;
  }

  footer .footer-b .footer-t .ul-left .item {
    width: 80px;
    font-size: 12px !important;
  }

  footer .footer-up {
    width: 90%;
  }

  footer .footer-up .footer-l-i-t {
    margin: 2px auto 0;
  }

  footer .footer-up .footer-l-i-t img {
    width: 10px;
    height: 10px;
    margin: 0 5px 0 0;
  }

  footer .footer-up .footer-l-i-t .footer-box-tel {
    font-size: 10px !important;
    color: #ffffff;
  }

  footer .footer-up .footer-l-i-c {
    font-size: 12px !important;
  }

  footer .footer-up .footer-l-i-c em {
    font-size: 12px !important;
  }

  footer .footer-up .footer-l-i-c a {
    width: 80px;
    margin-bottom: 6px;
    font-size: 10px !important;
  }

  footer .footer-up .footer-l-i-c a:last-child {
    margin-bottom: 0;
  }

  footer .footer-up .footer-r {
    font-size: 12px !important;
  }

  footer .footer-up .footer-r .footer-r-t {
    width: 100px;
  }

  footer .footer-up .footer-r .footer-r-t .item-icon {
    margin-left: 10px;
    margin-bottom: 10px;
    width: 40px;
    height: 40px;
  }

  footer .footer-up .footer-r .footer-r-t .item-icon img.icon {
    width: 50%;
    height: auto;
  }

  body {
    padding-top: 70px !important;
  }

  header {
    height: 76px;
  }

  .header-m {
    left: 0;
    top: 0;
    width: 100%;
    height: 70px;
    background: #fff;
    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: absolute;
    left: 50%;
    height: 70px;
    line-height: 70px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }

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

  .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: calc(35px / 2);
    width: 25px;
    height: 1px;
    z-index: 999;
    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 {
    transform: translateY(-4px) rotate(0);
    -webkit-transform: translateY(-4px) rotate(0);
  }

  .header-m .m-menu-b::after {
    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: calc(100% - 82px);
    overflow-x: hidden;
    overflow-y: auto;
  }

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

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

  .header-m .nav&gt;li&gt;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;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }

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

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

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

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

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

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

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

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

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

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

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

  .header-m .nav&gt;li.active&gt;a {
    color: #fff;
    background: #f39700;
  }

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

  .header-m .nav&gt;li.active .sub-nav li {
    animation: ReturnToNormal 0.5s both;
    -webkit-animation: ReturnToNormal 0.5s both;
  }

  .header-m .m-search-b {
    display: block;
    position: absolute;
    top: 0;
    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;
    background-size: 23px;
  }

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

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

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

  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 {
    transform: translateY(0) rotate(225deg);
    -webkit-transform: translateY(0) rotate(225deg);
  }

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

  html.active .header-m .m-menu {
    display: block;
    left: 0;
  }

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

  .public-footer-item {
    width: 100%;
  }

  .public-footer-t {
    display: block;
  }

  .public-footer-t li {
    margin: 0 30px 0;
    height: 30px;
  }

  .public-footer-b {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .box-customer-service {
    display: none;
  }

  .box-return-top {
    opacity: 0;
  }

  .footer-up {
    display: block;
  }

  .footer-l {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .about-info-con {
    margin-top: 30px;
  }

  #main {
    margin: 0 !important;
  }

  .work-b {
    padding: 20px 0;
  }

  .work-i-b,
  .work-i-a {
    margin-bottom: 30px;
  }

  .tj-list,
  .work-i,
  .work-i-c {
    display: block;
  }

  .work-i-c,
  .work-i-c-i {
    width: 100%;
    margin: 0;
  }

  .work-i {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }

  .work-i-l {
    width: 100%;
    margin-bottom: 20px;
  }

  .wenhua-list-i,
  .qiye-list-i {
    width: 100%;
  }

  .qiye-list-i {
    margin: 0 10px;
    margin-bottom: 30px;
  }

  .qiye-list-i .t1 {
    margin-top: 20px;
  }

  .wenhua-list-img {
    width: 40%;
    height: 142px;
    margin-right: 20px;
  }

  .wenhua-list-con {
    width: 54%;
  }

  .wenhua-list-i {
    margin: 20px 0;
  }

  .wenhua-list-con .t2 {
    margin-top: 10px;
  }

  .rencai-c,
  .rencai-b-img,
  .rencai-b-con,
  .rencai-a,
  .tj-list-i {
    width: 100%;
  }

  .rencai-c .t1,
  .rencai-a .t1 {
    font-size: 23px;
  }

  .rencai-a .t2 {
    margin-top: 20px;
    font-size: 17px;
  }

  .rencai-b-i {
    display: block;
  }

  .rencai-b {
    margin: 30px 0;
  }

  .rencai-b-img,
  .rencai-b-con {
    margin-bottom: 20px;
  }

  .rencai-b-con .t1 {
    margin-bottom: 20px;
  }

  .rencai-b-con .t1 {
    font-size: 20px;
  }

  .about-info-swiper-r-t,
  .rencai-c .t2 {
    font-size: 21px;
  }

  .footer-b {
    display: none !important;
  }

  .footer-down {
    font-size: 9px !important;
  }

  .about-info-h1::after {
    width: 40px;
  }

  .home-info-list-t {
    font-size: 22px;
  }
}

.zoomDiv {
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  background: #fff;
  border: 1px solid #eff1f1;
  display: none;
  text-align: center;
  overflow: hidden;
}

.zoomMask {
  position: absolute;
  z-index: 99;
  cursor: move;
  background: rgba(255, 255, 255, 0.4);
}

.zoomDiv img {
  max-width: inherit;
}</pre></body></html>