html,
body {
  font-family: PingFang SC;
}
body,
main {
  width: 100vw;
  overflow-x: hidden;
}
.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 {
  width: 100%;
  max-width: 1278px;
  margin: 0 auto;
}
.max-width {
  width: 94%;
  margin: auto;
}
.btn-more {
  position: relative;
  z-index: 1;
}
.item-left-content table {
  width: 100%;
  margin: 29px 0 0 0;
}
.item-left-content table tbody tr td {
  padding: 0 0 0 10px;
  justify-content: flex-start;
  /* width: 49.5%; */
  line-height: 40px;
  /* text-align: center; */
  /* display: flex; */
  flex-wrap: nowrap;
  font-size: 16px !important;
}
.item-left-content table tbody p {
  text-align: left;
  font-size: 16px !important;
}
.item-left-content table tbody p strong {
  font-size: 16px !important;
}
.item-left-content table tbody p span {
  width: auto !important;
  font-size: 16px !important;
  margin: auto !important;
}
.btn-more:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #ffffff;
}
.btn-more:after {
  width: 0;
  background: #e71f19;
  transition: all 0.3s;
  z-index: -1;
  color: #ffffff;
}
.btn-more:hover {
  color: #ffffff !important;
}
.btn-more:hover:after {
  width: 100%;
}
@media (max-width: 767px) {
  .wrap {
    width: 92%;
  }
  .yrln-txt {
    width: 92%;
  }
  .wrap .wrap {
    width: 100% !important;
  }
  .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: 1400px) {
  .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: 555555;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #ffffff;
}
header .header-top {
  border-bottom: 1px solid #ebebeb;
  width: 100%;
  height: 35px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}
header .header-top .wrap {
  width: 100%;
  height: 35px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}
header .header-top .txt {
  height: 14px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #212121;
  line-height: 14px;
}
header .nav-box {
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  background-color: #ffffff;
}
header .nav-box .nav-box-content {
  width: 100%;
  height: 90px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
header .nav-box .logo {
  width: auto;
  overflow: hidden;
  margin: 0 0 0 88px;
}
header .nav-box .logo img {
  width: 204px;
  height: auto;
}
header .nav-box .nax-right {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 101px 0 0;
  align-items: center;
  align-content: center;
}
header .nav-box .nax-right li {
  height: 90px;
  font-size: 16px;
  font-family: PingFang SC;
  color: #000000;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  line-height: 90px;
  font-weight: 500;
}
header .nav-box .nax-right li a {
  text-align: center;
  font-weight: bold;
  height: 90px;
  line-height: 90px;
}
header .nav-box .nax-right .box-icon-content .icon-left {
  width: 22px;
  height: auto;
  margin: 0 42px 0 0;
}
header .nav-box .nax-right .box-icon-content .icon-right {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
header .nav-box .nax-right .box-icon-content .icon-right .icon01 {
  width: 30px;
  height: auto;
}
header .nav-box .nax-right .box-icon-content .icon-right .aline {
  width: 2px;
  height: 15px;
  border: 1px solid #000000;
  margin: 0 12px;
  background-color: #000000;
}
header .nav-box .nax-right .box-icon-content .icon-right .icon02 {
  width: 30px;
  height: auto;
}
header .nav-box .nax-right li.box-icon-content {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  margin: 0 0 0 33px;
}
header .nav-box .nax-right li.tel img {
  width: 24px;
  height: 22px;
  margin: 0 8px 0 0;
}
header .nav-box .nax-right li.tel p {
  font-size: 22px;
  font-family: Arial;
  font-weight: bold;
  color: #e71f19;
}
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 > a {
  color: #000;
}
.header-active .nav-title {
  color: #e71f19;
  font-weight: 600;
}
.price-b-con {
  font-size: 16px;
}
nav ul {
  display: flex;
  align-items: center;
  align-content: center;
}
nav ul li {
  position: relative;
  float: left;
  text-align: center;
  margin: 0 35px;
}
nav ul li a {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  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 .nav-item,
nav ul li .sub-nav a {
  white-space: wrap;
  height: auto !important;
  min-height: 50px;
  min-width: 120px;
  display: inline-block;
  display: block;
  line-height: 23px;
  padding: 0px 0;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
nav ul li .sub-nav-product {
  width: 100vw !important;
  top: 125px !important;
  left: 0% !important;
  background: #ffffff !important;
  transform: translateX(0%) !important;
  -webkit-transform: translateX(0%) !important;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  display: flex;
  position: fixed !important;
  box-shadow: 0 5px 10px 0 rgba(34, 34, 34, 0.1);
}
nav ul li .sub-nav {
   visibility: hidden;
   opacity: 0;
  z-index: 10002;
  width: auto;
  top: 90px;
  left: 48%;
  background: rgba(255, 255, 255, 0.9);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  display: flex;
  flex-wrap: wrap !important;
  justify-content: center !important;
  position: absolute;
  z-index: 1000000;
}
nav ul li .sub-nav-content {
  /* left: 0; */
  /* z-index: 10;
  position: fixed !important;
  width: 12vw !important;
  transform: translateX(0%) !important;
  -webkit-transform: translateX(0%) !important;
  background-color: transparent; */
  /* box-shadow: 0px 7px 24px 0px rgba(0,0,0,0.05); */
}
nav ul li .sub-nav-content .sub-nav-container {
  /* width: 100vw !important; */
  left: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  height: 100%;
  /* background-color: #ffffff; */
  position: relative;
}
nav ul li .sub-nav-content .sub-nav-container .left-nav {
  padding: 10px 0;
  box-sizing: content-box;
  background-color: #ffffff;
  width: 180px;
  height: 100%;
  border: none;
  box-shadow: 0px 7px 24px 0px rgba(0, 0, 0, 0.05);
}
.active-nav-item {
  background-color: #e6e6e6;
  color: #000;
}
.active-nav-item p {
  background-color: #e6e6e6;
  color: #000;
}
nav ul li .sub-nav-content .sub-nav-container .left-nav .nav-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  /* padding: 0px 39px; */
  padding: 0;
  /* margin: 0 20px; */
  /* box-sizing: border-box; */
  /* border: 1px solid red; */
  margin: auto;
  width: 90%;
  background-color: #ffffff !important;
  border: none;
  border-bottom: 1px solid #e2e2e2;
}
nav ul li .sub-nav-content .sub-nav-container .left-nav .nav-item p {
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 14px;
  color: #000000;
  /* margin: 0 16px 0 0; */
  width: 100%;
  /* margin: 0 20px; */
  padding: 0 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
nav ul li .sub-nav-content .sub-nav-container .left-nav .nav-item img.iconRed {
  width: 8px;
  height: 10px;
  display: none;
}
nav ul li .sub-nav-content .sub-nav-container .left-nav .nav-item img.iconBlack {
  width: 8px;
  height: 10px;
  display: none;
}
nav ul li .sub-nav-content .sub-nav-container .left-nav .nav-item-active p,
nav ul li .sub-nav-content .sub-nav-container .left-nav .nav-item:hover p {
  color: #ffffff;
  background-color: #d4021d;
}
nav ul li .sub-nav-content .sub-nav-container .left-nav .nav-item:hover img.iconRed {
  width: 8px;
  height: 10px;
  /* display: inline-block; */
  display: none;
}
nav ul li .sub-nav-content .sub-nav-container .left-nav .nav-item:hover img.iconBlack {
  width: 8px;
  height: 10px;
  display: none;
}
.right-item-nav .right-item-two-nav .nav-item p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
nav ul li .sub-nav-content .sub-nav-container .right-nav {
  box-shadow: 0px 7px 24px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  /* padding: 20px 0; */
  box-sizing: content-box;
  background-color: #ffffff;
  /* border: 1px solid #e6e6e6; */
  height: auto;
  /* height: 100% !important; */
  /* min-height: 250px; */
  margin: 0 0 0 -1vw;
  z-index: 100;
  justify-content: flex-start;
  position: absolute;
  top: 0;
}
nav ul li .sub-nav-content .sub-nav-container .right-nav .nav-item:first-child {
  margin: 10px auto 0;
}
nav ul li .sub-nav-content .sub-nav-container .right-nav .nav-item:last-child {
  margin-bottom: 10px;
}
.right-nav-two {
  left: 190px;
  width: 240px;
}
.right-nav-three {
  left: 250px;
  width: 280px;
}
nav ul li .sub-nav-content .sub-nav-container .right-nav .nav-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  width: 90%;
  padding: 0;
  margin: auto;
  background-color: #ffffff !important;
  border: none;
  border-bottom: 1px solid #e2e2e2;
}
nav ul li .sub-nav-content .sub-nav-container .right-nav .nav-item p {
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 14px;
  color: #000000;
  width: 100%;
  padding: 0 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
nav ul li .sub-nav-content .sub-nav-container .right-nav .nav-item-active .nax-item-p,
nav ul li .sub-nav-content .sub-nav-container .right-nav .nav-item:hover .nax-item-p {
  color: #ffffff;
  background-color: #d4021d;
}
nav ul li .sub-nav-content .sub-nav-container .right-nav-three .nav-item-active p,
nav ul li .sub-nav-content .sub-nav-container .right-nav-three .nav-item:hover p {
  color: #ffffff;
  background-color: #d4021d;
}
nav ul li .sub-nav .sub-nav-more {
  width: auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: center;
}
nav ul li .sub-nav .item {
  padding: 0 5px;
}
nav ul li .sub-nav .item a {
  width: 200px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: break-spaces;
}
nav ul li .sub-nav .item .item-title {
  font-weight: bold;
}
nav ul li .sub-nav .item .item-txt {
  font-weight: 500;
}
nav ul li .sub-nav .item .item-more {
  color: #e71f19;
}
nav ul li .sub-nav .item .item-more:hover {
  color: #fff;
  background: #e71f19;
}
nav ul li .sub-nav a.nax-item-p {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
nav ul li .sub-nav a,
nav ul li .sub-nav .nav-item {
  text-align: left !important;
  font-size: 14px;
  height: auto !important;
  min-height: 50px;
  line-height: 50px !important;
  display: block;
  line-height: 23px;
  padding: 0px 30px;
  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: #e71f19;
}
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: 100vw;
  margin-top: 90px;
}
.public-flex {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.public-flex .public-r {
  margin-top: 20px;
}
.product-list-footer {
  border-top: 1px solid #dedede;
  padding: 0 0 80px 0;
}
.product-list-footer .product-list-content {
  display: flex;
  flex-wrap: nowrap;
  padding: 0 0 100px 0;
  position: relative;
}
.product-list-footer .product-list-content .left-content {
  width: 33%;
  margin: 40px 0 0 70px;
}
.product-list-footer .product-list-content .left-content .box-title {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  width: 100%;
}
.product-list-footer .product-list-content .left-content .box-title img {
  width: 32px;
  height: 32px;
  margin: 0 13px 0 0;
}
.product-list-footer .product-list-content .left-content .box-title p {
  height: 20px;
  font-weight: 600;
  font-size: 20px;
  color: #d4021d;
  line-height: 20px;
}
.product-list-footer .product-list-content .left-content .t1 {
  margin: 37px 0 0 0;
  height: 16px;
  font-size: 16px;
  color: #000000;
  line-height: 16px;
  font-weight: bold;
}
.product-list-footer .product-list-content .left-content .t2 {
  margin: 28px 0 0 0;
  height: 16px;
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  line-height: 16px;
}
.product-list-footer .product-list-content .left-content .box-tel {
  margin: 28px 0 0 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}
.product-list-footer .product-list-content .left-content .box-tel img {
  width: 26px;
  height: 26px;
  margin: 0 10px 0 0;
}
.product-list-footer .product-list-content .left-content .box-tel p {
  height: 17px;
  font-family: Arial;
  font-weight: bold;
  font-size: 22px;
  color: #d4021d;
  line-height: 17px;
}
.product-list-footer .product-list-content .center-content {
  width: 33%;
  margin: 70px 0 0 70px;
}
.product-list-footer .product-list-content .center-content .item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  margin: 15px 0;
}
.product-list-footer .product-list-content .center-content .item img {
  width: 22px;
  height: 22px;
  margin: 0 10px 0 0;
}
.product-list-footer .product-list-content .center-content .item p.txt {
  font-size: 14px;
  color: #000000;
  line-height: 14px;
}
.product-list-footer .product-list-content .box-gray {
  width: 100%;
  height: 50px;
  background-color: #dedede;
  position: absolute;
  bottom: 0;
  left: 0;
}
.product-list-footer .product-list-content .people-img {
  width: 196px;
  height: 284px;
  position: absolute;
  bottom: 0;
  right: 84px;
}
@media (max-width: 900px) {
  .product-list-footer .product-list-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0 0 100px 0;
    position: relative;
  }
  .product-list-footer .product-list-content .left-content {
    width: 100% !important;
    margin: 40px 0 0 0px !important;
  }
  .product-list-footer .product-list-content .center-content {
    width: 100%;
    margin: 20px 0 0 0px !important;
  }
  .product-list-footer .product-list-content .center-content .item {
    margin: 10px 0 !important;
  }
  .product-list-footer .product-list-content .box-gray {
    width: 100%;
    height: 50px;
    background-color: #dedede;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
  }
  .product-list-footer .product-list-content .people-img {
    display: none;
    width: 196px;
    height: 284px;
    position: absolute;
    bottom: 0;
    right: 84px;
  }
  .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 .swiper-pagination-bullet-active {
  background: #d4021d !important;
}
.homes-index {
  position: relative;
  width: 100vw;
}
.homes-index .homes-banner {
  width: 100%;
  height: 100%;
}
.homes-index .homes-banner .swiper-slide img {
  width: 100%;
  height: auto;
}
.homes-index .swiper-button-prev {
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  color: #d4021d;
  margin-top: 0 !important;
}
.homes-index .swiper-button-next {
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  color: #d4021d;
  margin-top: 0 !important;
}
.homes-index .swiper-button-disabled {
  color: #4e4e4e;
  opacity: 1;
}
.homes-index-small {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 30px auto 30px;
}
.homes-index-small .swiper-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.homes-index-small .swiper-wrapper .swiper-slide-thumb-active {
  opacity: 1 !important;
}
.homes-index-small .swiper-wrapper .swiper-slide-thumb-active img {
  border-bottom: 4px solid #d4021d;
}
.homes-index-small .swiper-wrapper .swiper-slide {
  width: 200px;
  height: 100px;
  opacity: 0.4;
}
.homes-index-small .swiper-wrapper .swiper-slide img {
  width: 200px;
  height: 100%;
  object-fit: cover;
  box-sizing: border-box;
}
.box-search {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
.box-search .box-input-search {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.box-search .box-input-search .abox-search {
  position: relative;
  width: 770px;
  height: 80px;
  background: #ffffff;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  padding: 0 0 0 28px;
}
.box-search .box-input-search .abox-search input {
  width: 100%;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
}
.box-search .box-input-search .abox-search img {
  position: absolute;
  right: 30px;
  width: 28px;
  height: 28px;
}
@media (max-width: 1000px) {
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 20px !important;
  }
  .swiper-button-next,
  .swiper-button-prev {
    font-size: 20px !important;
    top: 50% !important;
    transform: translateY(-50%);
  }
  .homes-index .homes-banner {
    width: 100%;
    height: 100%;
  }
  .homes-index .swiper-slide img {
    width: 100%;
    min-height: 150px;
    object-fit: cover;
  }
  .homes-index .swiper-pagination {
    bottom: 30px !important;
  }
  .homes-index .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #212121;
    border-radius: 50%;
  }
  .homes-index .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #212121;
  }
  .product-field .box-title-nav .item {
    width: auto !important;
    padding: 0 8px !important;
    font-size: 12px !important;
    height: 40px !important;
    line-height: 40px !important;
    font-weight: bold;
  }
  .product-field .box-title-nav {
    overflow-x: scroll;
  }
  .product-field .box-content .box-item-content {
    justify-content: flex-start !important;
  }
  .product-field .box-title .title {
    width: 100%;
    text-align: center;
    margin: 0 auto 10px;
  }
  .item-nav-box {
    height: auto !important;
  }
  .item-nav-box .wrap {
    flex-wrap: wrap;
  }
}
.homes-product .box-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  margin: 50px auto;
}
.homes-product .box-title .left-title {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}
.homes-product .box-title .left-title #activeTitle {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}
.homes-product .box-title .left-title .item {
  font-size: 30px;
  font-weight: 600;
  color: #000000;
  margin-right: 26px;
  line-height: 30px;
  height: 30px;
}
.homes-product .box-title .left-title .item-active {
  color: #e71f19 !important;
}
.homes-product .box-title .left-title .t1 {
  margin-right: 26px;
}
.homes-product .box-title .left-title .t2 {
  border-left: 2px solid #b4b4b4;
  padding-left: 26px;
}
.homes-product .box-title .right-title {
  width: 90px;
  height: 36px;
  border: 1px solid #e71f19;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #e71f19;
  line-height: 36px;
  text-align: center;
}
.homes-product .box-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.homes-product .box-content .item-content {
  width: 300px;
  margin: 0 6px 53px 6px;
  text-align: center;
}
.homes-product .box-content .item-content .img-scale {
  width: 300px;
  height: 300px;
  background: #f0f0f0;
  object-fit: cover;
  position: relative;
}
.homes-product .box-content .item-content .img-scale:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.06);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.homes-product .box-content .item-content .txt {
  margin: 30px auto 0;
  height: 16px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #000000;
  line-height: 16px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  width: 100%;
  max-width: 300px;
}
.homes-search {
  min-height: 180px;
  width: 100%;
  background: url(../img/home-title.png) no-repeat center;
  background-size: cover;
  padding: 0px 0;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding: 50px 0 40px 0;
}
.homes-search .wrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.homes-search .search-l {
  margin: 0 107px 0 0;
}
.homes-search .search-l .search-l-t {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.homes-search .search-l .search-l-t img {
  width: 40px;
  height: 40px;
  margin: 0 15px 0 0;
}
.homes-search .search-l .search-l-t .title {
  height: 30px;
  font-size: 30px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #161616;
  line-height: 30px;
}
.homes-search .search-l .search-l-b {
  margin: 30px 0 0 0;
}
.homes-search .search-l .search-l-b a {
  margin: 0 5px 0 0;
}
.homes-search .search-r {
  width: 680px;
  height: 50px;
  background: #ffffff;
  box-shadow: 0px 0px 24px 0px rgba(90, 150, 228, 0.51);
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  position: relative;
}
.homes-search .search-r select {
  font-size: 18px;
  font-weight: 400;
  color: #161616;
  padding: 0 0 0 27px;
  width: 140px;
}
.homes-search .search-r select option {
  font-size: 18px;
  color: #161616;
  padding: 0 100px;
}
.homes-search .search-r input {
  font-size: 18px;
  font-weight: 400;
  color: #161616;
  padding: 0 0 0 27px;
}
.homes-search .search-r .abtn {
  position: absolute;
  top: 0;
  right: 0;
  width: 160px;
  height: 50px;
  background: #e71f19;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #ffffff;
}
.homes-search .search-r .abtn img {
  width: 20px;
  margin: 0 9px 0 0;
}
.homes-work {
  width: 100%;
  height: auto;
}
.homes-work .wrap .swiper-slide .item {
  display: flex;
  flex-wrap: nowrap;
}
.homes-work .swiper-pagination {
  bottom: 0px;
}
.homes-work .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 0 6px;
  background: #000000;
  border-radius: 50%;
  padding: 0;
}
.homes-field {
  width: 100%;
  min-height: 800px;
  padding: 0 0 86px 0;
  background: url(../img/home-bg5.png) no-repeat center;
  background-size: cover;
  display: inline-block;
}
.homes-field .box-title {
  margin: 68px auto 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.homes-field .box-title img {
  width: 50px;
  height: auto;
  margin: 0 15px 0 0;
}
.homes-field .box-title .title {
  font-size: 32px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #000000;
}
.homes-field .box-content {
  margin: auto;
}
.homes-field .box-content .work-swiper {
  padding: 0 0 20px 0;
}
.homes-field .box-content .swiper {
  margin: 106px auto 0;
}
.homes-field .box-content .swiper .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}
.homes-field .box-content .swiper .swiper-slide .item {
  width: 300px;
  margin: 0 6px 6px 6px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.homes-field .box-content .swiper .swiper-slide .img-scale {
  width: 300px;
  height: 300px;
}
.homes-field .box-content .swiper .swiper-slide .txt {
  margin: 53px auto 0;
  text-align: center;
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #000000;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  width: 100%;
}
.homes-field .box-content .swiper-pagination {
  bottom: 0px;
}
.homes-field .box-content .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 0 6px;
  background: #000000;
  border-radius: 50%;
  padding: 0;
}
.homes-about {
  background-color: #295588;
  padding: 121px 0 150px 0;
  position: relative;
  height: 800px;
}
.homes-about .img-bg {
  width: 770px;
  height: 800px;
  position: absolute;
  top: 0;
  right: 0;
}
.homes-about .box-title {
  width: 240px;
  border-bottom: 2px solid #ffffff;
  padding: 0 0 52px 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.homes-about .box-title img {
  width: 46px;
  height: auto;
  margin: 0 15px 0 0;
}
.homes-about .box-title p {
  font-size: 36px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
}
.homes-about .txt {
  margin: 41px 0 0 0;
  width: 800px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
}
.homes-about .more {
  margin-top: 37px;
  width: 90px;
  height: 36px;
  text-align: center;
  border: 1px solid #ffffff;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 36px;
}
.homes-about .box-count {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  margin: 69px 0 0 0;
  width: 70%;
}
.homes-about .box-count .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}
.homes-about .box-count .item .top-item {
  width: 100%;
  font-size: 46px;
  font-weight: bold;
  color: #ffffff;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}
.homes-about .box-count .item .bottom-item {
  width: 100%;
  padding: 12px 0 0 10px;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  font-family: PingFang SC;
}
.homes-adv {
  width: 100%;
  height: 600px;
  background: url(../img/home-bg2.png) no-repeat center;
  background-size: cover;
  display: inline-block;
}
.homes-adv .box-title {
  margin: 68px auto 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.homes-adv .box-title img {
  width: 50px;
  height: auto;
  margin: 0 15px 0 0;
}
.homes-adv .box-title .title {
  font-size: 32px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #000000;
}
.homes-adv .box-content {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 44px auto 0;
}
.homes-adv .box-content .item-content {
  width: 33.33%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
}
.homes-adv .box-content .item-content .top-img {
  width: 160px;
  height: 160px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(242, 247, 244, 0.6));
  border: 1px solid rgba(231, 31, 25, 0.2);
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homes-adv .box-content .item-content .top-img img {
  width: 82px;
  height: 82px;
}
.homes-adv .box-content .item-content .bottom-txt {
  margin: 47px 0 0 0;
  width: 100%;
}
.homes-adv .box-content .item-content .bottom-txt .t1 {
  height: 19px;
  font-size: 20px;
  font-weight: bold;
  font-family: PingFang SC;
  color: #000000;
  width: 90%;
  line-height: 19px;
  white-space: nowrap;
  /* 盲赂聧忙聧垄猫隆艗 */
  overflow: hidden;
  /* 茅拧聬猫鈥斅徝β郝⒚モ€÷好モ€犫€γヂ� */
  text-overflow: ellipsis;
  /* 盲陆驴莽鈥澛撀伱р€⒙ッヂ徛访÷ぢ好λ喡︹€撀� */
}
.homes-adv .box-content .item-content .bottom-txt .t2 {
  margin: 31px 0 0 0;
  font-family: PingFang SC;
  width: 90%;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 26px;
  text-align: left;
}
.homes-news {
  width: 100%;
  padding-bottom: 123px;
  background: url(../img/home-bg3.png) no-repeat center;
  background-size: cover;
  display: inline-block;
}
.homes-news .box-title {
  position: relative;
  height: 50px;
  margin: 68px auto 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.homes-news .box-title img {
  width: 50px;
  height: auto;
  margin: 0 15px 0 0;
}
.homes-news .box-title .title {
  height: 50px;
  line-height: 50px;
  font-size: 32px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #000000;
}
.homes-news .box-content {
  margin: 70px auto 0;
  display: flex;
  flex-wrap: nowrap;
}
.homes-news .box-content .left-content {
  width: 480px;
  margin-right: 59px;
}
.homes-news .box-content .left-content .item-content {
  width: 100%;
}
.homes-news .box-content .left-content .item-content .img-scale {
  width: 480px;
  height: 320px;
}
.homes-news .box-content .left-content .item-content .t1 {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #212121;
  margin: 28px 0 0 0;
}
.homes-news .box-content .left-content .item-content .t2 {
  width: 100%;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #787878;
  margin: 26px 0 0 0;
}
.homes-news .box-content .left-content .item-content .box-t3 {
  margin: 29px 0 0 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}
.homes-news .box-content .left-content .item-content .box-t3 .time {
  font-size: 16px;
  font-weight: 400;
  color: #636363;
  margin: 0 28px 0 0;
}
.homes-news .box-content .left-content .item-content .box-t3 .view {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}
.homes-news .box-content .left-content .item-content .box-t3 .view img {
  width: 20px;
  height: 16px;
  margin: 0 5px 0 0;
}
.homes-news .box-content .left-content .item-content .box-t3 .view span {
  font-size: 16px;
  font-weight: 400;
  color: #636363;
}
.homes-news .box-content .right-content {
  width: 725px;
}
.homes-news .box-content .right-content .item-content {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  margin: 0 0px 30px 0;
}
.homes-news .box-content .right-content .item-content .img-scale {
  width: 210px;
  height: 140px;
  margin: 0 30px 0 0;
}
.homes-news .box-content .right-content .item-content .right-text {
  width: 485px;
}
.homes-news .box-content .right-content .item-content .right-text .t1 {
  width: 100%;
  margin: 10px 0 0 0;
  font-size: 18px;
  font-weight: bold;
  color: #212121;
}
.homes-news .box-content .right-content .item-content .right-text .t2 {
  width: 100%;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #787878;
  margin: 22px 0 0 0;
}
.homes-news .box-content .right-content .item-content .right-text .box-t3 {
  margin: 22px 0 0 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}
.homes-news .box-content .right-content .item-content .right-text .box-t3 .time {
  font-size: 16px;
  font-weight: 400;
  color: #636363;
  margin: 0 28px 0 0;
}
.homes-news .box-content .right-content .item-content .right-text .box-t3 .view {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}
.homes-news .box-content .right-content .item-content .right-text .box-t3 .view img {
  width: 20px;
  height: 16px;
  margin: 0 5px 0 0;
}
.homes-news .box-content .right-content .item-content .right-text .box-t3 .view span {
  font-size: 16px;
  font-weight: 400;
  color: #636363;
}
.homes-news .btn-more {
  position: absolute;
  top: 7px;
  right: 0;
}
.homes-honor {
  width: 100%;
  background: url(../img/home-bg4.png) no-repeat center;
  background-size: cover;
  display: inline-block;
  height: auto;
  padding: 0 0 6px 0;
}
.homes-honor .box-title {
  margin: 72px auto 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.homes-honor .box-title img {
  width: 50px;
  height: auto;
  margin: 0 15px 0 0;
}
.homes-honor .box-title .title {
  font-size: 32px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #000000;
}
.homes-honor .box-content {
  margin: auto;
}
.homes-honor .box-content .honor-swiper {
  padding: 0 0 200px 0;
}
.homes-honor .box-content .swiper {
  padding: 0px 0px;
  box-sizing: content-box;
  margin: 110px auto 200px;
}
.homes-honor .box-content .honor-swiper .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.homes-honor .box-content .honor-swiper .swiper-slide .item {
  width: 260px;
  margin: 0 20px 20px 20px;
}
.homes-honor .box-content .honor-swiper .swiper-slide .img-scale {
  width: 260px;
  height: 368px;
}
.homes-honor .box-content .honor-swiper .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.homes-honor .box-content .honor-swiper .swiper-slide .item {
  width: 260px;
  margin: 0 20px 20px 20px;
}
.homes-honor .box-content .honor-swiper .swiper-slide .img-scale {
  width: 260px;
  height: 368px;
}
.homes-honor .box-content .swiper-button-prev {
  width: 50px;
  height: 50px;
  left: 0px;
  transform: translateY(-50%);
  background: #ffffff;
}
.homes-honor .box-content .swiper-button-prev img {
  width: 20px;
}
.homes-honor .box-content .swiper-button-next {
  width: 50px;
  height: 50px;
  right: 0px;
  transform: translateY(-50%);
  background: #ffffff;
}
.homes-honor .box-content .swiper-button-next img {
  width: 20px;
}
.homes-honor .box-content .swiper-button-prev:after,
.homes-honor .box-content .swiper-button-next:after {
  display: none;
}
.btn-more {
  width: 90px;
  height: 36px;
  border: 1px solid #e71f19;
  font-size: 16px;
  font-weight: 400;
  color: #e71f19;
  line-height: 36px;
  text-align: center;
}
.honor-swiper-small {
  display: none;
}
@media (max-width: 900px) {
  .homes-search {
    min-height: 180px;
    width: 100%;
    background: url(../img/home-title.png) no-repeat center;
    background-size: cover;
    padding: 0px 0;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 50px 0 40px 0;
  }
  .homes-search .wrap {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: center;
  }
  .homes-search .search-l {
    margin: 0 107px 0 0;
  }
  .homes-search .search-l .search-l-t {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: center;
  }
  .homes-search .search-l .search-l-t img {
    width: 30px;
    height: 30px;
    margin: 0 15px 0 0;
  }
  .homes-search .search-l .search-l-t .title {
    height: 30px;
    font-size: 30px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #161616;
    line-height: 30px;
  }
  .homes-search .search-l .search-l-b {
    margin: 30px 0 0 0;
  }
  .homes-search .search-l .search-l-b a {
    margin: 0 5px 0 0;
  }
  .homes-search .search-r {
    width: 680px;
    height: 50px;
    background: #ffffff;
    box-shadow: 0px 0px 24px 0px rgba(90, 150, 228, 0.51);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    position: relative;
  }
  .homes-search .search-r select {
    font-size: 14px;
    font-weight: 400;
    color: #161616;
    padding: 0 0 0 10px;
    width: 120px;
  }
  .homes-search .search-r select option {
    font-size: 14px;
    color: #161616;
    padding: 0 50px;
  }
  .homes-search .search-r input {
    font-size: 14px;
    font-weight: 400;
    color: #161616;
    padding: 0 0 0 27px;
  }
  .homes-search .search-r .abtn {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 50px;
    background: #e71f19;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #ffffff;
  }
  .homes-search .search-r .abtn img {
    display: none;
    width: 20px;
    margin: 0 9px 0 0;
  }
  .homes-product .box-title {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    margin: 15px auto;
  }
  .homes-product .box-title .left-title {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
  }
  .homes-product .box-title .left-title #activeTitle {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
  }
  .homes-product .box-title .left-title img {
    width: 30px;
    height: 30px;
    margin: 0 16px 0 0;
  }
  .homes-product .box-title .left-title .item {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    margin-right: 20px;
    line-height: 30px;
    height: 30px;
  }
  .homes-product .box-title .left-title .item-active {
    color: #e71f19 !important;
  }
  .homes-product .box-title .left-title .t1 {
    margin-right: 20px;
  }
  .homes-product .box-title .left-title .t2 {
    padding-left: 20px;
    border-left: 2px solid #b4b4b4;
  }
  .homes-product .box-title .right-title {
    width: 80px;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
  }
  .homes-product .box-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .homes-product .box-content .item-content {
    width: 48%;
    height: auto;
    margin: 0 1% 53px 1%;
    text-align: center;
  }
  .homes-product .box-content .item-content .img-scale {
    width: 100%;
    height: 180px;
    height: auto;
    background: #f0f0f0;
    object-fit: cover;
    position: relative;
  }
  .homes-product .box-content .item-content .img-scale:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.06);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .homes-product .box-content .item-content .txt {
    margin: 20px auto 0;
    height: 16px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 16px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 100%;
    max-width: 300px;
  }
  .homes-field {
    width: 100%;
    min-height: 800px;
    padding: 0 0 86px 0;
    display: inline-block;
  }
  .homes-field .box-title {
    margin: 40px auto 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  .homes-field .box-title img {
    width: 40px;
    height: auto;
    margin: 0 15px 0 0;
  }
  .homes-field .box-title .title {
    font-size: 32px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #000000;
  }
  .homes-field .box-content {
    margin: auto;
  }
  .homes-field .box-content .work-swiper {
    padding: 0 0 80px 0;
  }
  .homes-field .box-content .swiper {
    margin: 50px auto 0;
  }
  .homes-field .box-content .swiper .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
  }
  .homes-field .box-content .swiper .swiper-slide .item {
    width: 100%;
    margin: 0 0% 6px 0px;
  }
  .homes-field .box-content .swiper .swiper-slide .img-scale {
    width: 100%;
    height: auto;
  }
  .homes-field .box-content .swiper .swiper-slide .txt {
    margin: 20px auto 20px;
    text-align: center;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #000000;
  }
  .homes-field .box-content .swiper-pagination {
    bottom: 0px;
  }
  .homes-field .box-content .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 6px;
    background: #000000;
    border-radius: 50%;
    padding: 0;
  }
  .homes-about {
    background-color: #295588;
    padding: 100px 0 100px 0;
    position: relative;
    height: 700px;
  }
  .homes-about .img-bg {
    display: none;
    width: 770px;
    height: 800px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .homes-about .box-title {
    width: 150px;
    border-bottom: 2px solid #ffffff;
    padding: 0 0 20px 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
  }
  .homes-about .box-title img {
    width: 25px;
    height: auto;
    margin: 0 15px 0 0;
  }
  .homes-about .box-title p {
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #ffffff;
  }
  .homes-about .txt {
    margin: 20px 0 0 0;
    width: 100%;
    font-size: 14px;
    line-height: 25px;
  }
  .homes-about .more {
    margin-top: 20px;
    font-size: 12px;
  }
  .homes-about .box-count {
    margin: 30px 0 0 0;
    width: 100%;
  }
  .homes-about .box-count .item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
  }
  .homes-about .box-count .item .top-item {
    font-size: 20px;
  }
  .homes-about .box-count .item .bottom-item {
    padding: 12px 0 0 0px;
    font-size: 12px;
  }
  .homes-adv .box-content .item-content .top-img {
    width: 80px;
    height: 80px;
    border-radius: 30px;
  }
  .homes-adv .box-content .item-content .top-img img {
    width: 50px;
    height: auto;
  }
  .homes-adv .box-content .item-content .bottom-txt {
    margin: 27px 0 0 0;
  }
  .homes-adv .box-content .item-content .bottom-txt .t1 {
    font-size: 13px !important;
    width: 90%;
  }
  .homes-adv .box-content .item-content .bottom-txt .t2 {
    margin: 10px 0 0 0;
    font-size: 12px;
    line-height: 20px;
  }
  .homes-news {
    width: 100%;
    padding-bottom: 100px;
    display: inline-block;
  }
  .homes-news .box-title {
    position: relative;
    height: 50px;
    margin: 68px auto 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  .homes-news .box-title img {
    width: 50px;
    height: auto;
    margin: 0 15px 0 0;
  }
  .homes-news .box-title .title {
    height: 50px;
    line-height: 50px;
    font-size: 32px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #000000;
  }
  .homes-news .box-content {
    margin: 70px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .homes-news .box-content .left-content {
    margin-right: 0px;
  }
  .homes-news .box-content .left-content .item-content {
    width: 100%;
  }
  .homes-news .box-content .left-content .item-content .img-scale {
    width: 100%;
    height: auto;
  }
  .homes-news .box-content .left-content .item-content .t1 {
    width: 100%;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #212121;
    margin: 28px 0 0 0;
  }
  .homes-news .box-content .left-content .item-content .t2 {
    width: 100%;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #787878;
    margin: 26px 0 0 0;
  }
  .homes-news .box-content .left-content .item-content .box-t3 {
    margin: 29px 0 0 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
  }
  .homes-news .box-content .left-content .item-content .box-t3 .time {
    font-size: 16px;
    font-weight: 400;
    color: #636363;
    margin: 0 28px 0 0;
  }
  .homes-news .box-content .left-content .item-content .box-t3 .view {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
  }
  .homes-news .box-content .left-content .item-content .box-t3 .view img {
    width: 20px;
    height: 16px;
    margin: 0 5px 0 0;
  }
  .homes-news .box-content .left-content .item-content .box-t3 .view span {
    font-size: 16px;
    font-weight: 400;
    color: #636363;
  }
  .homes-news .box-content .right-content {
    margin: 50px auto 0;
  }
  .homes-news .box-content .right-content .item-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 0 0px 30px 0;
  }
  .homes-news .box-content .right-content .item-content .img-scale {
    width: 100%;
    height: auto;
    margin: 0 0px 0 0;
  }
  .homes-news .box-content .right-content .item-content .right-text {
    width: 100%;
  }
  .homes-news .box-content .right-content .item-content .right-text .t1 {
    width: 100%;
    margin: 10px 0 0 0;
    font-size: 18px;
    font-weight: 500;
    color: #212121;
  }
  .homes-news .box-content .right-content .item-content .right-text .t2 {
    width: 100%;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #787878;
    margin: 22px 0 0 0;
  }
  .homes-news .box-content .right-content .item-content .right-text .box-t3 {
    margin: 27px 0 0 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
  }
  .homes-news .box-content .right-content .item-content .right-text .box-t3 .time {
    font-size: 16px;
    font-weight: 400;
    color: #636363;
    margin: 0 28px 0 0;
  }
  .homes-news .box-content .right-content .item-content .right-text .box-t3 .view {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
  }
  .homes-news .box-content .right-content .item-content .right-text .box-t3 .view img {
    width: 20px;
    height: 16px;
    margin: 0 5px 0 0;
  }
  .homes-news .box-content .right-content .item-content .right-text .box-t3 .view span {
    font-size: 16px;
    font-weight: 400;
    color: #636363;
  }
  .homes-news .btn-more {
    position: absolute;
    top: 56px;
    right: 0;
  }
  .homes-honor .box-content .honor-swiper {
    padding: 0 0 100px 0;
  }
  .homes-honor .box-content .swiper {
    padding: 0px 0px;
    box-sizing: content-box;
    margin: 56px auto 0;
  }
  .homes-honor .box-content .honor-swiper .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
  }
  .homes-honor .box-content .honor-swiper .swiper-slide .item {
    width: 40%;
    margin: 0 5% 20px 5%;
  }
  .homes-honor .box-content .honor-swiper .swiper-slide .img-scale {
    width: 100%;
    height: auto;
  }
  .homes-honor .box-content .honor-swiper .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
  }
  .homes-honor .box-content .honor-swiper-big {
    display: none;
  }
  .homes-honor .box-content .honor-swiper-small {
    display: inline-block !important;
    width: 100%;
  }
  .homes-honor .box-content .honor-swiper-small .swiper-slide .item {
    width: 90%;
    margin: 0 0% 20px 5%;
  }
  .homes-honor .box-content .honor-swiper-small .swiper-slide .img-scale {
    width: 100%;
    height: auto;
  }
  .homes-honor .box-content .swiper-button-prev {
    width: 50px;
    height: auto;
    left: -20px;
    transform: translateY(-50%);
    background: transparent;
  }
  .homes-honor .box-content .swiper-button-prev img {
    display: none;
  }
  .homes-honor .box-content .swiper-button-next {
    width: 50px;
    height: auto;
    right: -20px;
    transform: translateY(-50%);
    background: transparent;
  }
  .homes-honor .box-content .swiper-button-next img {
    display: none;
  }
  .homes-honor .box-content .swiper-button-prev:after,
  .homes-honor .box-content .swiper-button-next:after {
    display: inline-block;
    font-size: 20px;
    color: #000;
  }
}
.product-index {
  width: 100%;
  height: 260px;
  background-image: url(../img/banner1.png);
  background-size: cover;
  display: inline-block;
}
.product-index .wrap {
  height: 100%;
}
.product-index .wrap .box-txt {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.product-index .wrap .t1 {
  width: 100%;
  text-align: center;
  border: 1px solid red;
  font-size: 30px;
  font-weight: 500;
  color: #000000;
}
.product-index .wrap .t2 {
  margin-top: 10px;
  width: 100%;
  font-size: 28px;
  font-weight: 400;
  color: #6d4a49;
  opacity: 0.3;
}
@media (max-width: 900px) {
  .product-index {
    width: 100%;
    height: 140px;
  }
  .product-index .wrap .t1 {
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    margin-top: 20px;
    padding-left: 50px;
  }
  .product-index .wrap .t2 {
    margin-top: 10px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #6d4a49;
    opacity: 0.3;
    padding-left: 50px;
  }
}
.product-connect-us .t1 {
  color: #ffffff !important;
}
.product-connect-us .t2 {
  color: rgba(255, 255, 255, 0.3) !important;
}
.product-news {
  background-image: url(../img/banner-news.png);
}
.product-news .t1 {
  color: #ffffff !important;
}
.product-news .t2 {
  color: rgba(255, 255, 255, 0.3) !important;
}
.product-library {
  background-image: url(../img/banner1.png);
}
.product-library .t1 {
  color: #ffffff !important;
}
.product-library .t2 {
  color: rgba(255, 255, 255, 0.3) !important;
}
.product-center {
  background-image: url(../img/product01.png);
}
.product-center .t1 {
  color: #000000 !important;
}
.product-center .t2 {
  color: #6d4a49 !important;
}
.product-intro {
  background-image: url(../img/bannerlab.png);
}
.product-intro .t1 {
  color: #ffffff !important;
}
.product-intro .t2 {
  color: rgba(255, 255, 255, 0.3) !important;
}
.product-index2 {
  background-image: url(../img/banner1.png);
}
.product-index2 .t1 {
  color: #ffffff !important;
}
.product-index2 .t2 {
  color: rgba(255, 255, 255, 0.3) !important;
}
.product-index3 {
  background-image: url(../img/banner2.png);
}
.product-index3 .t1 {
  color: #ffffff !important;
}
.product-index3 .t2 {
  color: rgba(255, 255, 255, 0.3) !important;
}
.product-aboutUs {
  background-image: url(../img/banner-aboutUs.png);
}
.product-aboutUs .t1 {
  color: #ffffff !important;
}
.product-aboutUs .t2 {
  color: rgba(255, 255, 255, 0.3) !important;
}
.product-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.product-content .wrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-end;
  width: 100%;
}
.product-content .left-return {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.product-content .left-return img {
  width: 20px;
  height: auto;
  margin: 0 10px 0 0;
  cursor: pointer;
}
.product-content .left-return span {
  display: inline-block;
  width: auto;
  height: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #161616;
  white-space: nowrap;
  line-height: 16px;
}
.product-content .box-nav {
  margin: 29px auto;
  font-family: PingFang SC;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: flex-end;
  width: 100%;
  font-size: 14px;
}
.product-content .box-nav a {
  cursor: pointer;
  margin: 0 5px 0 0;
}
.product-content .box-nav p {
  cursor: pointer;
}
.product-content .box-nav img {
  cursor: pointer;
  width: 18px;
  height: auto;
  margin: 0 11px 0 0;
}
.product-content .box-nav span {
  cursor: pointer;
  margin: 0 0 0px 5px;
}
.product-content .box-nav .txt2 {
  cursor: pointer;
  margin: 0 5px;
}
.product-content .box-nav .more-icon {
  margin: 0 5px;
}
.product-content .box-nav-right {
  font-size: 16px;
  font-weight: 400;
  color: #161616;
}
.product-content .module-nav {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.product-content .module-nav .t1 {
  text-align: center;
  height: 34px;
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 34px;
  color: #d4021d;
  line-height: 34px;
}
.product-content .module-nav .t2 {
  margin: 0 0 0 21px;
  text-align: center;
  height: 30px;
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 30px;
  color: #4b4b4b;
  line-height: 30px;
  opacity: 0.3;
}
.yrln-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.yrln-content .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: flex-end;
  width: 100%;
}
@media (max-width: 900px) {
  .product-content {
    display: none !important;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
  }
  .product-content .wrap {
    margin: 29px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
    width: 100%;
  }
  .product-content .box-nav {
    display: none !important;
    font-family: PingFang SC;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    padding: 0 0 0 10px;
    font-size: 14px;
    width: 100%;
  }
  .yrln-box {
    margin: 60px auto 0;
  }
  .product-content .box-nav a {
    margin: 0 5px 0 0;
  }
  .product-content .box-nav img {
    width: 18px;
    height: auto;
    margin: 0 11px 0 0;
  }
  .product-content .box-nav span {
    margin: 0 0 0px 5px;
  }
  .product-content .box-nav .txt2 {
    margin: 0 5px;
  }
  .product-content .box-nav .more-icon {
    margin: 0 5px;
  }
  .product-content .box-nav-right {
    display: none !important;
    font-size: 16px;
    font-weight: 400;
    color: #161616;
  }
}
.product-field {
  width: 100%;
  padding: 0 0 0px 0;
  display: inline-block;
}
.product-field .box-title {
  width: 100%;
  margin: 70px auto 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.product-field .box-title .title {
  height: 34px;
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 34px;
  color: #d4021d;
  line-height: 34px;
}
.product-field .box-title .etitle {
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 30px;
  color: rgba(75, 75, 75, 0.3);
  margin: 0 0 0 22px;
  text-align: center;
}
.product-field .box-title2 {
  width: 100%;
  margin: 29px auto 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.product-field .box-title2 .title {
  height: 24px;
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 24px;
  color: #d4021d;
  line-height: 24px;
}
.product-field .box-title2 .etitle {
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 30px;
  color: rgba(75, 75, 75, 0.3);
  margin: 0 0 0 22px;
  text-align: center;
}
.product-field .box-title-nav {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  /* overflow-x: scroll; */
}
.product-field .box-title-nav .item {
  width: 160px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 16px;
  background: #ffffff;
  color: #000000;
  cursor: pointer;
  /* width: auto; */
  white-space: nowrap;
}
.product-field .box-title-nav .item-active {
  background: #d4021d;
  color: #ffffff;
}
.product-field .home-content {
  margin: 47px auto 200px;
}
.product-field .home-content .box-item-content {
  padding: 0 0 0px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}
.product-field .home-content .box-item-content .item {
  width: 300px;
  margin: 0 6px 40px 6px;
  /* background: #f0f0f0; */
  position: relative;
}
.product-field .home-content .box-item-content .item:hover .item-active {
  display: inline-block;
}
.product-field .home-content .box-item-content .item-active {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
  background: #d4021d;
}
.product-field .home-content .box-item-content .item-active .t1 {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  margin: 60px auto 0;
  text-align: center;
}
.product-field .home-content .box-item-content .item-active .box-ul {
  width: 80%;
  margin: 50px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow-y: scroll;
  height: 200px;
}
.product-field .home-content .box-item-content .item-active .box-ul li {
  margin: 0 0 20px 0;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}
.product-field .home-content .box-item-content .box-ul::-webkit-scrollbar {
  width: 5px;
}
.product-field .home-content .box-item-content .box-ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.2);
  opacity: 0.2;
  background: rgba(255, 255, 255, 0.2);
}
.product-field .home-content .box-item-content .box-ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.2);
  border-radius: 0;
}
.product-field .home-content .box-item-content .box-img {
  width: 300px;
  height: 350px;
  /* background: #f0f0f0; */
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.product-field .home-content .box-item-content .img-scale {
  width: 100%;
  height: 100%;
  position: relative;
}
.product-field .home-content .box-item-content .img-scale img {
  object-fit: contain;
}
.product-field .home-content .box-item-content .img-scale:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.06);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.product-field .home-content .box-item-content .txt {
  width: 100%;
  height: 50px;
  position: relative;
  z-index: 100;
  margin-top: -50px;
  line-height: 50px;
  background: rgba(0, 0, 0, 0.35);
  overflow: hidden;
  /* 忙沤搂氓藛露氓鈥ζ捗绰犆β郝⒚モ€÷好┢捖ニ嗏€犆ぢ嘎嵜λ溌久ぢ� */
  text-overflow: ellipsis;
  /* 氓陆鈥溍︹€撯€∶ヂ€斆垛€γモ€÷好︹€斅睹λ溌久ぢ好撀伱р€⒙ッヂ徛� */
  display: -webkit-box;
  /* 氓掳鈥犆モ€ζ捗绰犆ぢ脚撁ぢ嘎好ヂ悸姑︹偓搂盲录赂莽录漏莽鈥衡€櫭ヂ惷β∶ヅ锯€姑ヂも€灻愨€� */
  -webkit-line-clamp: 2;
  /* 茅鈩⒙惷ニ喡睹ε撯偓氓陇拧忙藴戮莽陇潞盲赂陇猫隆艗忙鈥撯€∶ε撀� */
  -webkit-box-orient: vertical;
  /* 猫庐戮莽陆庐氓啪鈥毭р€郝疵ヂ钙捗ヂ扁偓 */
  text-align: center;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #ffffff;
}
.product-field .home-content .box-content-icon {
  display: flex;
  flex-wrap: wrap;
  margin: 40px auto 0;
}
.product-field .home-content .box-content-icon .item {
  width: 305px;
  height: 400px;
  margin: 0 18px 20px 0;
  transition: all ease-out 0.5s;
}
.product-field .home-content .box-content-icon .item:nth-child(4) {
  margin: 0 0px 20px 0 !important;
}
.product-field .home-content .box-content-icon .item .item-content-icon {
  width: 100%;
  height: 400px;
  background: #f0f0f0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.product-field .home-content .box-content-icon .item .item-content-icon img {
  width: 106px;
  height: 106px;
}
.product-field .home-content .box-content-icon .item .item-content-icon p.txt {
  width: 100%;
  margin: 80px auto 0;
  text-align: center;
  height: 22px;
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 22px;
  color: #d4021d;
  line-height: 22px;
}
.product-field .home-content .box-content-icon .item .item-content-active {
  width: 100%;
  height: 400px;
  display: none;
  background: #d4021d;
}
.product-field .home-content .box-content-icon .item .item-content-active p.title {
  width: 100%;
  text-align: center;
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 26px;
  color: #ffffff;
  margin: 60px auto 0;
}
.product-field .home-content .box-content-icon .item .item-content-active .txt {
  width: 239px;
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  margin: 40px auto 0;
  line-height: 30px;
}
.product-field .home-content .box-content-icon .item .item-content-active .box-txt2 {
  width: 239px;
  margin: 20px auto 0;
}
.product-field .home-content .box-content-icon .item .item-content-active .box-txt2 .t2 {
  margin: 0 0 10px 0;
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
}
.product-field .home-content .box-content-icon .item:hover .item-content-icon {
  display: none;
}
.product-field .home-content .box-content-icon .item:hover {
  transform: rotateY(180deg);
}
.product-field .home-content .box-content-icon .item:hover .item-content-active {
  display: inline-block;
  transform: rotateY(180deg);
  transition: all ease-out 0.5s;
}
.product-field .box-content {
  margin: 47px auto 200px;
}
.product-field .box-content .box-item-content {
  padding: 0 0 0px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
}
.product-field .box-content .box-item-content .item {
  width: 300px;
  margin: 0 18px 40px 0px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: center;
}
.product-field .box-content .box-item-content .item:hover .item-active {
  display: inline-block;
}
.product-field .box-content .box-item-content .item-active {
  width: 90%;
  height: 100%;
  z-index: 500;
  color: #000000;
}
.product-field .box-content .box-item-content .item-active .t1 {
  font-weight: bold;
  font-size: 18px;
  color: #d4021d;
  margin: 38px auto 0;
  text-align: left;
}
.product-field .box-content .box-item-content .item-active .t1 a {
  text-align: left;
  font-weight: bold;
  font-size: 18px;
  color: #d4021d;
}
.product-field .box-content .box-item-content .item-active .box-ul {
  width: 100%;
  margin: 30px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  overflow-y: scroll;
  height: 200px;
  position: relative;
}
.product-field .box-content .box-item-content .item-active .box-ul p {
  margin: 0 0 10px 0;
  font-weight: 400;
  font-size: 12px;
  color: #000000;
  position: relative;
  padding: 0 0 0 20px;
  box-sizing: content-box;
  display: inline-block;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
.product-field .box-content .box-item-content .item-active .box-ul p a {
  width: 100%;
  text-align: left;
  display: inline-block !important;
  margin: 0 !important;
  padding: 0 !important;
}
.product-field .box-content .box-item-content .box-ul::-webkit-scrollbar {
  width: 5px;
}
.product-field .box-content .box-item-content .box-ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  opacity: 0.6;
  background: rgba(0, 0, 0, 0.1);
  z-index: 10;
}
.product-field .box-content .box-item-content .box-ul::-webkit-scrollbar-track {
  border-radius: 0;
}
.product-field .box-content .box-item-content .item-active .box-ul p:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 5px;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background: #000000;
  opacity: 0.8;
}
.product-field .box-content .box-item-content .more {
  width: 160px;
  height: 40px;
  background: #d4021d;
  line-height: 40px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  display: inline-block;
  margin: 40px auto 0;
}
.product-field .box-content .box-item-content .box-img {
  width: 300px;
  height: 350px;
  background: #f0f0f0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.product-field .box-content .box-item-content .img-scale {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
}
.product-field .box-content .box-item-content .img-scale img {
  object-fit: contain;
}
.product-field .box-content .box-item-content .img-scale:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.06);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.product-field .box-content .box-item-content .txt {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: rgba(0, 0, 0, 0.35);
  overflow: hidden;
  /* 忙沤搂氓藛露氓鈥ζ捗绰犆β郝⒚モ€÷好┢捖ニ嗏€犆ぢ嘎嵜λ溌久ぢ� */
  text-overflow: ellipsis;
  /* 氓陆鈥溍︹€撯€∶ヂ€斆垛€γモ€÷好︹€斅睹λ溌久ぢ好撀伱р€⒙ッヂ徛� */
  display: -webkit-box;
  /* 氓掳鈥犆モ€ζ捗绰犆ぢ脚撁ぢ嘎好ヂ悸姑︹偓搂盲录赂莽录漏莽鈥衡€櫭ヂ惷β∶ヅ锯€姑ヂも€灻愨€� */
  -webkit-line-clamp: 2;
  /* 茅鈩⒙惷ニ喡睹ε撯偓氓陇拧忙藴戮莽陇潞盲赂陇猫隆艗忙鈥撯€∶ε撀� */
  -webkit-box-orient: vertical;
  /* 猫庐戮莽陆庐氓啪鈥毭р€郝疵ヂ钙捗ヂ扁偓 */
  text-align: center;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #ffffff;
}
.product-field .box-content-icon {
  display: flex;
  flex-wrap: wrap;
  margin: 40px auto 0;
}
.product-field .box-content-icon .item {
  width: 305px;
  height: 400px;
  margin: 0 18px 20px 0;
  transition: all ease-out 0.5s;
}
.product-field .box-content-icon .item:nth-child(4) {
  margin: 0 0px 20px 0 !important;
}
.product-field .box-content-icon .item .item-content-icon {
  width: 100%;
  height: 400px;
  background: #f0f0f0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.product-field .box-content-icon .item .item-content-icon img {
  width: 106px;
  height: 106px;
}
.product-field .box-content-icon .item .item-content-icon p.txt {
  width: 100%;
  margin: 80px auto 0;
  text-align: center;
  height: 22px;
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 22px;
  color: #d4021d;
  line-height: 22px;
}
.product-field .box-content-icon .item .item-content-active {
  width: 100%;
  height: 400px;
  display: none;
  background: #d4021d;
}
.product-field .box-content-icon .item .item-content-active p.title {
  width: 100%;
  text-align: center;
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 26px;
  color: #ffffff;
  margin: 60px auto 0;
}
.product-field .box-content-icon .item .item-content-active .txt {
  width: 239px;
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  margin: 40px auto 0;
  line-height: 30px;
}
.product-field .box-content-icon .item .item-content-active .box-txt2 {
  width: 239px;
  margin: 20px auto 0;
}
.product-field .box-content-icon .item .item-content-active .box-txt2 .t2 {
  margin: 0 0 10px 0;
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
}
.product-field .box-content-icon .item:hover .item-content-icon {
  display: none;
}
.product-field .box-content-icon .item:hover {
  transform: rotateY(180deg);
}
.product-field .box-content-icon .item:hover .item-content-active {
  display: inline-block;
  transform: rotateY(180deg);
  transition: all ease-out 0.5s;
}
@media (max-width: 767px) {
  .connect-title-box {
    margin: 26px auto 0 !important;
  }
  .connect-message {
    margin: 60px auto 114px !important;
  }
  .fixednav {
    position: relative !important;
  }
  .homes-index-small .swiper-wrapper {
    justify-content: flex-start !important;
  }
  .nav-side {
    right: 0px !important;
  }
  .nav-side .nav-side-item {
    width: 25px;
    height: 25px;
  }
  .homes-index-small {
    margin: 20px auto 20px;
  }
  .nav-side .nav-side-item img {
    width: 15px;
    height: 15px;
  }
  .homes-index-small .swiper-wrapper .swiper-slide {
    /* width: auto !important; */
    height: auto !important;
  }
  .product-field .box-content .box-item-content .item {
    width: 100% !important;
    margin: 0 2% 20px !important;
  }
  .product-field .box-content {
    margin: 47px auto 100px !important;
  }
  .product-field .box-content .box-item-content .item-active .t1 {
    margin: 10px auto 0 !important;
  }
  .product-field .box-content .box-item-content .item-active .box-ul {
    margin: 20px auto 0 !important;
    height: 140px !important;
  }
  .product-field .box-content .box-item-content .item-active .box-ul li {
    font-size: 10px !important;
  }
  .product-field .box-content .box-item-content .box-img {
    width: 100% !important;
    height: 150px !important;
    background: #f0f0f0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: center;
  }
  .product-field .box-content .box-item-content .txt {
    height: 45px;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* display: -webkit-box; */
    /* -webkit-line-clamp: 2; */
    /* -webkit-box-orient: vertical; */
    margin: 15px auto 0;
    /* text-align: center; */
    font-size: 12px !important;
    /* font-family: PingFang SC; */
    /* font-weight: 400; */
  }
  .connect-index {
    height: 150px !important;
  }
  .connect-index .wrap .t1 {
    font-size: 20px !important;
  }
  .connect-index .wrap .t2 {
    margin-top: -16px !important;
    font-size: 18px !important;
  }
  .product-field .box-title {
    margin: 20px auto 20px;
  }
  .yrln-swiper {
    margin: 60px auto 0 !important;
  }
  .yrln-swiper .yrln-title-box .title1,
  .product-field .box-title .title {
    font-size: 20px !important;
    width: 100%;
    text-align: center;
  }
  .yrln-swiper .yrln-title-box .title2,
  .product-field .box-title .etitle {
    font-size: 18px !important;
    width: 100%;
    text-align: center;
  }
  .client-list-container .member-list-con .box-t3 .t31 .line {
    display: none;
  }
  .client-list-container .member-list-con .box-t3 {
    flex-wrap: nowrap !important;
  }
  .client-list-container .member-list-con .box-t3 .t31 {
    font-size: 16px !important;
    width: auto !important;
    color: #787878 !important;
    font-weight: 400 !important;
  }
  .client-list-container .member-list-con .box-t3 .t32 {
    margin: 0 !important;
    width: auto !important;
    margin: 0 0 0 10px !important;
  }
  .LeftandRightStructure .box-left .item-content .part-one-item .part-one-right .img-company01 {
    width: 87% !important;
    height: auto !important;
  }
  .LeftandRightStructure .box-left .item-content .part-one-item .part-one-right .img-company02 {
    bottom: -22px !important;
    right: 10px !important;
    width: 73% !important;
    height: auto !important;
  }
}
.product-field .box-content .swiper-pagination {
  bottom: 0px;
}
.product-field .box-content .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 0 6px;
  background: #000000;
  border-radius: 50%;
  padding: 0;
}
.product-field2 {
  background-color: rgba(240, 245, 245, 0.7);
  width: 100%;
  min-height: 800px;
  padding: 0 0 0px 0;
  display: inline-block;
}
.product-field2 .box-title {
  margin: 30px auto 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.product-field2 .box-title img {
  width: 50px;
  height: auto;
  margin: 0 13px 0 0;
}
.product-field2 .box-title .title {
  font-size: 30px;
  font-weight: bold;
  color: #000000;
}
@media (max-width: 767px) {
  .product-field2 {
    min-height: auto;
  }
  .product-field2 .box-content {
    overflow-x: scroll;
  }
  .product-field2 .box-content .box-item-content {
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
  }
  .product-field2 .box-content .box-item-content .item {
    width: auto !important;
  }
  .product-field2 .box-content .box-item-content .item:last-child {
    padding: 0 20px 0 0;
  }
}
.product-field2 .box-content {
  margin: 47px auto 0;
}
.product-field2 .box-content .box-item-content {
  padding: 0 0 0px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}
.product-field2 .box-content .box-item-content .item {
  width: 300px;
  margin: 0 6px 53px 6px;
}
.product-field2 .box-content .box-item-content .box-img {
  width: 300px;
  height: 200px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.product-field2 .box-content .box-item-content .img-scale {
  width: 300px;
  height: 200px;
}
.product-field2 .box-content .box-item-content .txt {
  margin: 30px auto 0;
  text-align: center;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #000000;
}
.product-field2 .box-content .swiper-pagination {
  bottom: 0px;
}
.product-field2 .box-content .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 0 6px;
  background: #000000;
  border-radius: 50%;
  padding: 0;
}
.product-field3 {
  width: 100%;
  min-height: 800px;
  padding: 0 0 0px 0;
  display: inline-block;
}
.product-field3 .box-title {
  margin: 60px auto 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background: #f0f0f0;
  border-radius: 25px;
  width: 50%;
  height: 50px;
  overflow: hidden;
}
.product-field3 .box-title .item {
  width: 50%;
  text-align: center;
  font-size: 22px;
  height: 50px;
  line-height: 50px;
  color: #000000;
  padding: 0 50px;
}
.product-field3 .box-title .item-active {
  background: #e71f19;
  color: #ffffff;
}
.product-field3 .box-content {
  margin: 70px auto 0;
}
.product-field3 .box-content .box-item-content {
  padding: 0 0 0px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}
.product-field3 .box-content .box-item-content .item {
  width: 291px;
  margin: 0px 14px 53px 14px;
}
.product-field3 .box-content .box-item-content .box-img {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 100%;
  height: auto;
  border: 1px solid #f0f0f0;
}
.product-field3 .box-content .box-item-content .img-scale {
  width: 370px;
  height: 280px;
  background: #f0f0f0;
}
.product-field3 .box-content .box-item-content .txt {
  margin: 41px auto 0;
  text-align: center;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #000000;
}
.product-field3 .box-content .swiper-pagination {
  bottom: 0px;
}
.product-field3 .box-content .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 0 6px;
  background: #000000;
  border-radius: 50%;
  padding: 0;
}
.item-nav-box {
  width: 100%;
  height: 80px;
  background: #445052;
  margin: 50px auto 0;
}
.item-nav-box .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}
.item-nav-box .item-nav-one {
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  width: 200px;
  height: 80px;
}
.item-nav-box .item-nav-one img {
  width: 30px;
  height: 30px;
}
.item-nav-box .item-nav-one p {
  width: 100%;
  height: 16px;
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  line-height: 16px;
  margin: 16px auto 0;
}
.item-nav-box .item-nav-one-active {
  background-color: #d4021d;
}
.productContainer .product-top-l {
  width: 100%;
  height: auto;
  padding: 0 0 10px 0;
}
.productContainer .product-d-swiper {
  width: 85%;
  margin: auto;
}
.productContainer .product-d-swiper-b {
  position: relative;
  margin-top: 0.35rem;
}
.productContainer .product-d-swiper-b,
.productContainer .product-d-swiper2 {
  width: 100%;
}
.productContainer .news-detail-share-i {
  margin: 0 12px;
}
.productContainer .product-detail-con .top {
  width: 100%;
  background: #f9f9f9;
}
.productContainer .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;
}
.productContainer .product-detail-con {
  width: 100%;
  margin-top: 0.83rem;
}
.productContainer .product-detail-con .con {
  padding: 0.4rem 0;
  font-size: 18px;
  font-weight: 500;
  color: #3c3c3c;
  line-height: 36px;
}
.productContainer .product-detail-con .con .i1 {
  width: auto;
  height: max-content;
  display: block;
  margin: auto;
}
.productContainer .product-d-swiper2-img {
  width: 50%;
  height: auto;
  margin: auto;
}
.productContainer .box-video {
  width: 50%;
  height: 100%;
  margin: auto;
}
.productContainer .box-video .video-open {
  width: 100%;
  height: 100%;
}
.productContainer .box-video .video-open .qiye-list-img-s {
  width: 100%;
  height: 100%;
  position: relative;
}
.productContainer .box-video .video-open .qiye-list-img-s:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  z-index: 10;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  background-image: url("../img/video-btn.png");
}
.productContainer .product-d-swiper2-img > img {
  width: auto !important;
  height: auto !important;
  margin: auto !important;
  max-height: 3.9rem;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
.product-d-swiper2 {
  /* width: 270px; */
  /* height: 360px; */
  margin: auto;
  text-align: center;
}
.product-d-swiper2 .swiper-slide {
  width: 50%;
  height: 100%;
  text-align: center;
}
.product-d-swiper2 .swiper-slide .product-d-swiper-img {
  margin: auto;
  width: 50%;
  max-width: 400px;
  height: auto;
  max-height: 400px;
  /* background: #ebebeb; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-d-swiper2 .swiper-slide .product-d-swiper-img img {
  width: auto;
  margin: 10px auto;
  height: auto;
  max-width: 100%;
  max-height: 390px;
}
.product-d-swiper2 .swiper-button-prev {
  position: absolute;
  left: 10%;
  top: 50%;
}
.product-d-swiper2 .swiper-button-next {
  position: absolute;
  right: 10%;
  top: 50%;
}
.product-d-swiper2 .swiper-button-next:after,
.product-d-swiper2 .swiper-button-prev:after {
  color: #d4021d;
}
.product-d-swiper2 .swiper-button-disabled {
  color: #4e4e4e;
}
.product-d-swiper-b .swiper-slide {
  background: #ffffff;
  padding: 20px 0;
}
.product-d-swiper-b .swiper-slide .product-d-swiper-img {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 300px;
  height: 200px;
  opacity: 0.3;
  border-bottom: 6px solid #d4021d;
  /* border-color: #e71f19 !important; */
  /* background: #ebebeb; */
  position: relative;
}
.product-d-swiper-b .swiper-slide .product-d-swiper-img:after {
  /* content: ""; */
  /* position: absolute; */
  /* width: 100%; */
  /* height: 100%; */
  /* top: 0; */
  /* left: 0; */
  /* background-color: rgba(0, 0, 0, 0.1); */
}
.product-d-swiper-b .swiper-slide .product-d-swiper-img img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  height: auto;
  transform: scale(1) !important;
  -webkit-transform: scale(1) !important;
}
.product-d-swiper-b .swiper-slide-thumb-active .product-d-swiper-img {
  /* width: 300px; */
  /* height: 200px; */
  opacity: 1 !important;
  /* background: #ffffff; */
  border-bottom: 6px solid #d4021d;
  box-sizing: border-box;
  /* box-shadow: 0px 3px 27px 0px rgba(0, 0, 0, 0.1); */
}
.product-d-swiper-b .swiper-slide-thumb-active .product-d-swiper-img:after {
  background-color: rgba(255, 255, 255, 0.1);
}
.product-d-swiper-b .swiper-slide-thumb-active .product-d-swiper-img img {
  width: 100%;
  height: auto;
  /* width: auto; */
  max-width: 100%;
  max-height: 100%;
}
.productContainer .product-detail-next,
.productContainer .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%);
}
.productContainer .product-detail-next {
  left: auto;
  right: 0;
}
.productContainer .product-d-swiper-b .swiper-slide.swiper-slide-thumb-active .product-d-swiper-img {
  border-color: #e71f19 !important;
}
.productContainer .product-detail-con .top {
  width: 100%;
  background: #f9f9f9;
}
.productContainer .product-top-r {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.productContainer .product-top-r .item-left {
  margin: 0 0 10px 0;
}
.productContainer .product-top-r .title {
  font-weight: bold;
  font-family: PingFang SC;
  font-size: 34px;
  color: #d4021d;
  /* line-height: 30px; */
}
.productContainer .product-top-r .item-menu .title {
  font-weight: bold;
  font-family: PingFang SC;
  font-size: 18px;
  color: #ffffff;
  line-height: 18px;
}
.productContainer .product-top-r .title span {
  font-size: 34px;
}
.productContainer .product-top-r .box-t1 {
  margin: 50px auto 0;
}
.productContainer .product-top-r .box-t1 .t1 {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 30px;
}
.productContainer .product-top-r .price-b-con .t1 {
  font-size: 18px;
  font-weight: 500;
  color: #212121;
  line-height: 48px;
}
.productContainer .box-btn {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  margin-top: 67px;
}
.productContainer .box-btn .item-btn {
  cursor: pointer;
  width: 180px;
  height: 50px;
  border-radius: 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.productContainer .box-btn .item-btn img {
  width: 24px;
  height: 24px;
  margin: 0 12px 0 0;
}
.productContainer .box-btn .item-btn p {
  font-size: 18px;
  color: #ffffff;
}
.productContainer .box-btn .left-btn {
  background: #e71f19;
  margin: 0 20px 0 0;
}
.productContainer .box-btn .right-btn {
  background: #ff7800;
}
.productContainer .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;
}
.productContainer .product-detail-con {
  width: 100%;
  margin-top: 0.83rem;
}
.productContainer .product-detail-con .con {
  padding: 0.4rem 0;
  font-size: 18px;
  font-weight: 500;
  color: #3c3c3c;
  line-height: 36px;
}
.productContainer .product-detail-con .con .i1 {
  width: auto;
  height: max-content;
  display: block;
  margin: auto;
}
.productContainer .price-b-con .t2 {
  font-size: 18px;
  font-weight: bold;
  color: #253d93;
  line-height: 24px;
  margin-bottom: 0.2rem;
}
.productContainer .price-b-con .t1 {
  font-size: 16px;
  font-weight: 500;
  color: #212121;
  line-height: 48px;
}
.productContainer .develop-b {
  padding: 1.5rem 0;
  background: url(../images/bg-develop.png) no-repeat center center;
  background-size: cover;
}
.productContainer .developswiper-next,
.productContainer .developswiper-prev {
  width: 0.52rem;
  height: 0.52rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.productContainer .developswiper-prev {
  left: 0;
}
.productContainer .developswiper-next {
  right: 0;
}
@media (max-width: 1000px) {
  .product-field .box-content .box-item-content {
    /* justify-content: center !important; */
  }
  .box-content-icon {
    justify-content: center !important;
  }
  .box-item-content {
    justify-content: center !important;
  }
  .nav-slide-box {
    margin: 40px auto 0;
  }
  .nav-slide-box .item-slide-box {
    font-size: 18px !important;
    width: auto !important;
    margin: 0 10px 10px 10px !important;
  }
  .productContainer .product-d-swiper2-img {
    width: 50%;
    height: auto;
    margin: auto;
  }
  .productContainer .box-video {
    width: 100%;
    height: 100%;
    padding: 0.3rem 0;
  }
  .productContainer .box-video .video-open {
    width: 100%;
    height: 100%;
  }
  .productContainer .box-video .video-open .qiye-list-img-s {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .productContainer .box-video .video-open .qiye-list-img-s:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    z-index: 10;
    background-size: 100% 100%;
    transform: translate(-50%, -50%);
    background-image: url("../img/video-btn.png");
  }
  .productContainer .product-d-swiper2-img > img {
    width: auto !important;
    height: auto !important;
    margin: auto !important;
    max-height: 3.9rem;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .productContainer .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;
  }
  .productContainer .product-d-swiper-img img {
    width: auto;
    height: auto;
  }
  .productContainer .product-detail-next,
  .productContainer .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%);
  }
  .productContainer .product-detail-next {
    left: auto;
    right: 0;
  }
  .productContainer .product-d-swiper-b .swiper-slide.swiper-slide-thumb-active .product-d-swiper-img {
    border-color: #e71f19 !important;
  }
  .productContainer .product-detail-con .top {
    width: 100%;
    background: #f9f9f9;
  }
  .productContainer .product-top-r {
    width: 100%;
  }
  .productContainer .box-btn {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    margin-top: 67px;
  }
  .productContainer .box-btn .item-btn {
    cursor: pointer;
    width: 180px;
    height: 50px;
    border-radius: 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
  }
  .productContainer .box-btn .item-btn img {
    width: 24px;
    height: 24px;
    margin: 0 12px 0 0;
  }
  .productContainer .box-btn .item-btn p {
    font-size: 18px;
    color: #ffffff;
  }
  .productContainer .box-btn .left-btn {
    background: #e71f19;
    margin: 0 20px 0 0;
  }
  .productContainer .box-btn .right-btn {
    background: #ff7800;
  }
  .productContainer .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;
  }
  .productContainer .product-detail-con {
    width: 100%;
    margin-top: 0.83rem;
  }
  .productContainer .product-detail-con .con {
    padding: 0.4rem 0;
    font-size: 18px;
    font-weight: 500;
    color: #3c3c3c;
    line-height: 36px;
  }
  .productContainer .product-detail-con .con .i1 {
    width: auto;
    height: max-content;
    display: block;
    margin: auto;
  }
  .productContainer .price-b-con .t2 {
    font-size: 18px;
    font-weight: bold;
    color: #253d93;
    line-height: 24px;
    margin-bottom: 0.2rem;
  }
  .productContainer .price-b-con .t1 {
    font-size: 16px;
    font-weight: 500;
    color: #212121;
    line-height: 48px;
  }
  .productContainer .develop-b {
    padding: 1.5rem 0;
    background: url(../images/bg-develop.png) no-repeat center center;
    background-size: cover;
  }
  .productContainer .developswiper-next,
  .productContainer .developswiper-prev {
    width: 0.52rem;
    height: 0.52rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .productContainer .developswiper-prev {
    left: 0;
  }
  .productContainer .developswiper-next {
    right: 0;
  }
  .product-field3 {
    width: 100%;
    min-height: 500px;
    padding: 0 0 0px 0;
    display: inline-block;
  }
  .product-field3 .box-title {
    margin: 30px auto 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background: #f0f0f0;
    border-radius: 25px;
    width: 90%;
    height: 50px;
    overflow: hidden;
  }
  .product-field3 .box-title .item {
    width: 50%;
    text-align: center;
    font-size: 12px;
    height: 50px;
    line-height: 50px;
    color: #000000;
    padding: 0 0px;
  }
  .product-field3 .box-title .item-active {
    background: #e71f19;
    color: #ffffff;
  }
  .product-field3 .box-content {
    margin: 70px auto 0;
    width: 100%;
  }
  .product-field3 .box-content .box-item-content {
    width: 100%;
    padding: 0 0 0px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start !important;
  }
  .product-field3 .box-content .swiper-pagination {
    bottom: 0px;
  }
  .product-field3 .box-content .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 0 6px;
    background: #000000;
    border-radius: 50%;
    padding: 0;
  }
}
.connect-index {
  width: 100%;
  height: 260px;
  background-size: cover !important;
  display: inline-block;
}
.connect-index .wrap {
  height: 100%;
}
.connect-index .wrap .box-txt {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.connect-index .wrap .t1 {
  height: 30px;
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 32px;
  color: #ffffff;
  line-height: 30px;
  width: 100%;
  text-align: center;
}
.connect-index .wrap .t2 {
  margin-top: -10px;
  text-align: center;
  width: 100%;
  height: 36px;
  font-family: Arial;
  font-weight: bold;
  font-size: 48px;
  color: rgba(255, 255, 255, 0.15);
  line-height: 36px;
}
.lxwm-index {
  background: url(../img/banner-contact.png) no-repeat center;
}
.news-index {
  background: url(../img/img_banner_xwzx.png) no-repeat center;
}
.technology-index {
  background: url(../img/img_banner_ssfw.png) no-repeat center;
}
.company-index {
  background: url(../img/img_banner_gsjs.png) no-repeat center;
}
.qrln-index {
  background: url(../img/img_banner_rczp.png) no-repeat center !important;
}
.yrln-box {
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.yrln-box .yrln-nav {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  height: 25px;
  width: 100%;
  margin: 0 0 106px 0;
}
.yrln-box .yrln-nav .item-nav {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 26px;
  color: #787878;
  margin: 0 40px;
}
.yrln-box .yrln-nav .item-nav-actice {
  font-weight: 600;
  color: #d4021d;
  position: relative;
}
.yrln-box .yrln-nav .item-nav-actice:after {
  content: "";
  width: 50px;
  height: 3px;
  background: #d4021d;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.yrln-content {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}
.yrln-content .yrln-content-item {
  margin: 0 65px;
  width: 220px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.yrln-content .yrln-content-item img {
  width: 220px;
  height: 220px;
}
.yrln-content .yrln-content-item p {
  margin: 29px auto 0;
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
}
.yrln-txt {
  margin: 66px auto 0;
}
.yrln-txt p {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  text-align: center;
}
.yrln-swiper {
  margin: 124px auto 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.yrln-swiper .yrln-title-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin: 0 auto 80px;
}
.yrln-swiper .yrln-title-box .title1 {
  height: 32px;
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 34px;
  color: #d4021d;
  line-height: 32px;
  margin: 0 21px 0px 0;
}
.yrln-swiper .yrln-title-box .title2 {
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 30px;
  color: rgba(75, 75, 75, 0.3);
  text-align: center;
}
.yrln-box-content {
  margin: 0 auto 138px;
  display: flex;
  align-items: center;
  align-content: center;
  overflow: hidden;
  position: relative;
}
.yrln-box-content .swiper-wrapper {
  display: flex;
  align-items: center;
  align-content: center;
}
.yrln-box-content .swiper-button-prev {
  position: absolute;
  left: 15%;
  top: 50%;
}
.yrln-box-content .swiper-button-next {
  position: absolute;
  right: 15%;
  top: 50%;
}
.yrln-box-content .swiper-button-next:after,
.yrln-box-content .swiper-button-prev:after {
  color: #ffffff;
}
.yrln-box-content .swiper-slide {
  width: 480px;
  height: 360px;
}
.yrln-box-content .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(0.7);
  filter: blur(4px);
}
.yrln-box-content .swiper-slide-active img {
  transform: scale(1);
  filter: blur(0px) !important;
}
.yrln-ul-list {
  width: 100%;
  margin: 0 0 178px 0;
}
.yrln-ul-list .yrln-item-box {
  width: 100%;
  margin: 0 0 10px 0;
}
.yrln-ul-list .yrln-item-box .item-title {
  width: 100%;
  margin: auto;
  height: 70px;
  background: #e6e6e6;
  padding: 0 26px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.yrln-ul-list .yrln-item-box .item-title .title {
  /* height: 18px; */
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  /* line-height: 18px; */
  max-width: 60%;
}
.yrln-ul-list .yrln-item-box .item-title .item-title-right {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.yrln-ul-list .yrln-item-box .item-title .item-title-right .count {
  /* height: 17px; */
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 18px;
  color: #d4021d;
  margin: 0 50px 0 0;
  /* line-height: 17px; */
}
.yrln-ul-list .yrln-item-box .item-title .item-title-right .icon {
  font-size: 30px;
  font-weight: bold;
  color: #787878;
}
.yrln-ul-list .yrln-item-box .item-title .item-title-right .icon-reduce {
  display: none;
}
.yrln-ul-list .yrln-item-box .item-title .item-title-right .icon-add {
  display: inline-block;
}
.yrln-ul-list .yrln-item-box .item-content {
  display: none;
  width: 100%;
  box-sizing: border-box;
}
.yrln-ul-list .yrln-item-box .item-content .item-content-module {
  width: 100%;
  padding: 42px 30px 0px 30px;
}
.yrln-ul-list .yrln-item-box .item-content .item-content-module .t1 {
  height: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #d4021d;
  line-height: 16px;
  position: relative;
  padding: 0 0px 0 10px;
}
.yrln-ul-list .yrln-item-box .item-content .item-content-module .t1:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 16px;
  background: #d4021d;
  left: 0;
  top: 2px;
}
.yrln-ul-list .yrln-item-box .item-content .item-content-module .content1 {
  margin: 32px auto 0;
  width: 100%;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #787878;
  line-height: 36px;
}
.yrln-ul-list .yrln-item-box .item-content .item-content-time {
  padding: 0px 30px 0px 30px;
  width: 100%;
  margin: 55px auto 48px;
  height: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #787878;
  line-height: 16px;
}
.yrln-ul-list .yrln-item-active .icon-reduce {
  display: inline-block !important;
}
.yrln-ul-list .yrln-item-active .icon-add {
  display: none !important;
}
.yrln-ul-list .yrln-item-active .item-content {
  display: inline-block;
}
.connect-map .wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 72px auto 0;
}
.connect-map .map-l {
  width: 100%;
  max-width: 720px;
  max-height: 500px;
  margin: 0 80px 0 0;
}
.connect-map .map-l .img-scape {
  width: 100%;
  height: auto;
}
.connect-map .map-l .img-scape img {
  width: 100%;
  height: auto;
}
.connect-map .map-r .map-r-b {
  margin: 0px 0 0 0;
}
.connect-map .map-r .map-r-b .item {
  margin: 0 5px 18px 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}
.connect-map .map-r .map-r-b .item span {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}
.connect-map .map-r .map-r-b .item img {
  width: 72px;
  height: 72px;
  margin: 0 18px 0 0;
}
.connect-map .map-r .map-r-b .item .box-span p {
  width: 100%;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 15px;
  color: #000000;
  line-height: 30px;
}
@media (max-width: 767px) {
  .yrln-box-content .swiper-button-prev {
    left: 5% !important;
  }
  .yrln-box-content .swiper-button-next {
    right: 5% !important;
  }
  .LeftandRightStructure .box-left .item-content {
    margin-top: 10px !important;
  }
  .item-left-content table {
    width: 100% !important;
    overflow: scroll;
  }
  .item-nav-box .item-nav-one {
    width: 30% !important;
    height: auto !important;
    padding: 10px 10px !important;
    flex-wrap: nowrap !important;
  }
  .item-nav-box .item-nav-one img {
    width: 15px !important;
    height: auto !important;
  }
  .item-nav-box .item-nav-one p {
    font-size: 14px !important;
    margin: 0px auto 0;
  }
  .product-d-swiper-b .swiper-slide .product-d-swiper-img {
    width: 100% !important;
    height: auto !important;
  }
  .product-d-swiper-b .swiper-slide-thumb-active .product-d-swiper-img {
    width: 100% !important;
    height: auto !important;
  }
  .productContainer .product-top-r .title {
    margin-top: 20px;
  }
  .item-menu {
    display: none !important;
  }
  .yrln-box {
    margin: 40px auto 0;
  }
  .yrln-box .yrln-nav {
    margin: 0 auto 70px;
  }
  .yrln-box .yrln-nav .item-nav {
    font-size: 18px !important;
  }
  .yrln-content .yrln-content-item {
    margin: 0 auto 50px;
  }
  .product-field3 .box-content .box-item-content .item {
    width: 150px;
    margin: 0 8px 53px 8px;
  }
  .product-field3 .box-content .box-item-content .box-img {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 100%;
    height: auto;
    border: 1px solid #f0f0f0;
  }
  .product-field3 .box-content .box-item-content .img-scale {
    width: 100%;
    height: auto;
    background: #f0f0f0;
  }
  .product-field3 .box-content .box-item-content .txt {
    margin: 20px auto 0;
    text-align: center;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #000000;
  }
}
@media (max-width: 1000px) {
  .connect-map .wrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 36px auto 0;
  }
  .connect-map .map-l {
    width: 100%;
    max-width: 700px;
    margin: 0 80px 0 0;
  }
  .connect-map .map-l .img-scape {
    width: 100%;
    height: auto;
  }
  .connect-map .map-l .img-scape img {
    width: 100%;
    height: auto;
  }
  .connect-map .map-r {
    width: 100% !important;
    margin: auto;
  }
  .connect-map .map-r .map-r-b {
    margin: 20px auto 0;
  }
  .connect-map .map-r .map-r-b .item {
    margin: 0 5px 30px 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
  }
  .connect-map .map-r .map-r-b .item img {
    width: 40px;
    height: 40px;
    margin: 0 10px 0 0;
  }
  .connect-map .map-r .map-r-b .item span {
    font-size: 16px;
  }
}
.connect-title-box {
  margin: 95px auto 0;
}
.connect-title-box .line {
  width: 35px;
  height: 2px;
  background: #da0e29;
}
.connect-title-box .txt {
  width: 172px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  margin-top: 22px;
}
.connect-message {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-between;
  margin: 11px auto 0;
}
.connect-message .connect-left {
  max-width: 530px;
  width: 100%;
  margin: 45px 0 20px 0;
}
.connect-message .connect-left .t1 {
  height: 40px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 40px;
  color: #000000;
  line-height: 40px;
}
.connect-message .connect-left .t2 {
  margin: 40px 0 0 0;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}
.connect-message .connect-left .box-img {
  margin: 43px 0 0 0;
}
.connect-message .connect-left .box-img .img-scale img {
  width: 530px;
  height: 295px;
}
.connect-message .connect-left .box-img .bottom-img {
  width: 100%;
  height: 90px;
  background: #d4021d;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}
.connect-message .connect-left .box-img .bottom-img .left {
  margin: 0 32px 0 50px;
}
.connect-message .connect-left .box-img .bottom-img .left img {
  width: 42px;
  height: auto;
}
.connect-message .connect-left .box-img .bottom-img .right {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: center;
}
.connect-message .connect-left .box-img .bottom-img .right .right-t1 {
  width: 100%;
  height: 30px;
  font-weight: 400;
  font-size: 30px;
  color: #ffffff;
  line-height: 30px;
  text-align: left;
}
.connect-message .connect-left .box-img .bottom-img .right .right-t2 {
  width: 100%;
  height: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  line-height: 18px;
  text-align: left;
  margin-top: 12px;
}
.connect-message .connect-right {
  max-width: 600px;
  height: 600px;
  border-top: 6px solid #d4021d;
  width: 100%;
  margin: 0px 0 114px 0;
  background: #ffffff;
  box-shadow: 0px 24px 68px 0px rgba(218, 218, 218, 0.56);
  display: inline-block;
}
.connect-message .connect-right .form-box {
  margin: 42px auto 0;
  padding: 0 40px;
}
.connect-message .connect-right .form-box .form-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.connect-message .connect-right .form-box .form-item .a-item {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  margin: 0 0% 20px 0;
  background: #f6f6f6;
  height: 46px;
}
.connect-message .connect-right .form-box .form-item .a-item .input-title {
  font-size: 14px;
  font-weight: 400;
  color: #212121;
  height: 46px;
  line-height: 46px;
  padding: 0 0 0 20px;
  width: 40%;
  background: #f6f6f6;
}
.connect-message .connect-right .form-box .form-item .a-item .title-red {
  position: relative;
  display: inline;
}
.connect-message .connect-right .form-box .form-item .a-item .title-red:before {
  content: "*";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  color: red;
  font-size: 12px;
}
.connect-message .connect-right .form-box .form-item .a-item input {
  width: 80%;
  font-size: 14px;
  font-weight: 400;
  color: #969696;
  text-align: right;
  padding: 0 20px 0 0;
  color: #212121;
  background: #f6f6f6;
}
.connect-message .connect-right .form-box .form-item .a-item textarea {
  padding: 10px 0 0 20px;
  width: 600px;
  height: 96px;
  background: #f6f6f6;
  font-size: 14px;
  color: #969696;
  margin-top: 15px;
}
.connect-message .connect-right .form-box .form-item .a-item .input-submit {
  width: 280px;
  height: 50px;
  background: #da0e29;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 50px;
  justify-content: center;
  text-align: center;
  margin: 0 0 73px 0;
}
.connect-message .connect-right .form-box .form-item .a-item .input-replay {
  width: 100px;
  height: 50px;
  border: 1px solid #787878;
  font-size: 16px;
  font-weight: 400;
  color: #141414;
  line-height: 50px;
  text-align: center;
  margin: 0 0 0 20px;
}
.connect-message .connect-right .form-box .form-item .a-item-2 {
  margin-right: 3%;
  width: 100%;
  height: 96px;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  align-content: flex-start;
  background: #f6f6f6;
}
.connect-message .connect-right .form-box .form-item .a-item-2 .input-title {
  font-size: 14px;
  font-weight: 400;
  color: #212121;
  height: 46px;
  line-height: 46px;
  padding: 0 0 0 20px;
  width: 20%;
  background: #f6f6f6;
}
.connect-message .connect-right .form-box .form-item .a-item-2 textarea {
  padding: 10px 20px 0 20px;
  width: 600px;
  height: 96px;
  font-size: 14px;
  text-align: right;
  color: #212121;
  background: #f6f6f6;
}
.connect-message .connect-right .form-box .form-item .box-aline {
  width: 100%;
  margin: 20px auto 0;
  height: 46px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}
.connect-message .connect-right .form-box .form-item .box-aline .a-item2 {
  width: 190px;
  display: flex;
  flex-wrap: nowrap;
  margin: 0 0% 0px 0;
  background: #f6f6f6;
}
.connect-message .connect-right .form-box .form-item .box-aline .a-item2 .input-title {
  font-size: 14px;
  font-weight: 400;
  color: #212121;
  height: 46px;
  line-height: 46px;
  padding: 0 0 0 20px;
  width: 100px;
  background: #f6f6f6;
}
.connect-message .connect-right .form-box .form-item .box-aline .a-item2 .title-red {
  position: relative;
  display: inline;
}
.connect-message .connect-right .form-box .form-item .box-aline .a-item2 .title-red:before {
  content: "*";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  color: red;
  font-size: 12px;
}
.connect-message .connect-right .form-box .form-item .box-aline .a-item2 input {
  width: 100px;
  font-size: 14px;
  font-weight: 400;
  padding: 0 0px 0 0;
  color: #969696;
  text-align: left;
  color: #212121;
  background: #f6f6f6;
}
.connect-message .connect-right .form-box .form-item .box-aline .a-item2 textarea {
  padding: 10px 0 0 20px;
  width: 600px;
  height: 96px;
  background: #f6f6f6;
  font-size: 14px;
  color: #969696;
  margin-top: 15px;
}
.connect-message .connect-right .form-box .form-item .box-aline .box-verification {
  width: 100px;
  height: 34px;
  margin: 0 0 0 15px;
}
.connect-message .connect-right .form-box .form-item .box-aline .box-verification img {
  width: 100px;
  height: 34px;
}
.connect-message .connect-right .form-box .form-item .box-aline .box-txt {
  margin: 0 0 0 17px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
.connect-message .connect-right .form-box .form-item .box-aline .box-txt p.t1 {
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  color: #636363;
}
.connect-message .connect-right .form-box .form-item .box-aline .box-txt p.t2 {
  font-size: 12px;
  font-weight: 400;
  color: #636363;
}
.connect-message .connect-right .form-box .form-item .box-abtn {
  margin: 40px auto 0;
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  height: 50px;
}
.connect-message .connect-right .form-box .form-item .box-abtn .input-submit {
  width: 280px;
  height: 50px;
  background: #da0e29;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 50px;
  justify-content: center;
  text-align: center;
  margin: 0 0 0px 0;
  display: inline-block;
}
.connect-message .connect-right .form-box .form-item .box-abtn .input-replay {
  width: 100px;
  height: 50px;
  border: 1px solid #787878;
  font-size: 16px;
  font-weight: 400;
  color: #141414;
  line-height: 50px;
  text-align: center;
  margin: 0 0 0 20px;
  display: inline-block;
  background-color: #ffffff;
}
.product-detail {
  width: 100%;
  background-size: 100% 100%;
  display: inline-block;
}
.product-detail .box-content {
  margin: auto;
  max-width: 1278px;
}
.product-detail .box-content .product-swiper {
  padding: 0 0 200px 0;
}
.product-detail .box-content .swiper {
  padding: 0px 0px;
  box-sizing: content-box;
  margin: 70px auto 0;
}
.product-detail .box-content .swiper .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.product-detail .box-content .swiper .swiper-slide .item {
  width: 240px;
  margin: 0 20px 20px 20px;
}
.product-detail .box-content .swiper .swiper-slide .item .img-scale {
  position: relative;
}
.product-detail .box-content .swiper .swiper-slide .item .img-scale:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.06);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.product-detail .box-content .swiper .swiper-slide .img-scale {
  width: 240px;
  height: 240px;
  background: #ffffff;
  border: 1px solid #dcdcdc;
}
.product-detail .box-content .swiper-button-prev {
  width: 50px;
  height: 50px;
  left: 0px;
  transform: translateY(-50%);
  /* background: #f0f0f0; */
}
.product-detail .box-content .swiper-button-prev img {
  width: 18px;
  height: 14px;
}
.product-detail .box-content .swiper-button-next {
  width: 50px;
  height: 50px;
  right: 0px;
  transform: translateY(-50%);
  /* background: #f0f0f0; */
}
.product-detail .box-content .swiper-button-next img {
  width: 18px;
  height: 14px;
}
.product-detail .box-content .swiper-button-prev:after,
.product-detail .box-content .swiper-button-next:after {
  display: none;
}
.product-detail2 {
  width: 100%;
  background-size: 100% 100%;
  display: inline-block;
  margin: 0 0 50px 0;
}
.product-detail2 .box-content {
  margin: 49px auto 0;
}
.product-detail2 .box-content .product-swiper {
  padding: 0 0 200px 0;
}
.product-detail2 .box-content .swiper {
  padding: 0px 0px;
  box-sizing: content-box;
  margin: 70px auto 120;
}
.company-swiper-small {
  display: none;
}
.product-detail2 .box-content .swiper .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.product-detail2 .box-content .swiper .swiper-slide .item {
  width: 260px;
  margin: 0 6px 20px 6px;
}
.product-detail2 .box-content .swiper .swiper-slide .img-scale {
  width: 260px;
  height: 368px;
  background: #ffffff;
  border: 1px solid #dcdcdc;
}
.product-detail2 .box-content .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: #f0f0f0;
  left: 0px;
  transform: translateY(-50%);
}
.product-detail2 .box-content .swiper-button-prev img {
  width: 18px;
  height: 14px;
}
.product-detail2 .box-content .swiper-button-next {
  width: 50px;
  height: 50px;
  right: 0px;
  transform: translateY(-50%);
  background: #f0f0f0;
}
.product-detail2 .box-content .swiper-button-next img {
  width: 18px;
  height: 14px;
}
.product-detail2 .box-content .swiper-button-prev:after,
.product-detail2 .box-content .swiper-button-next:after {
  display: none;
}
.product-detail2 .box-aboutUs {
  margin: 82px auto 0;
}
.product-detail2 .box-aboutUs .product-swiper {
  padding: 0 0 200px 0;
}
.product-detail2 .box-aboutUs .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: center;
}
.product-detail2 .box-aboutUs .swiper-slide .item {
  width: 30%;
  margin: 0 1% 20px 1%;
}
.product-detail2 .box-aboutUs .swiper-slide .img-box {
  width: 84px;
  height: 84px;
  background: #ffffff;
  margin: auto;
}
.product-detail2 .box-aboutUs .swiper-slide .t1 {
  margin: 35px auto 0;
  width: 100%;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #000000;
}
.product-detail2 .box-aboutUs .swiper-slide .t2 {
  margin: 28px auto 0;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}
.product-detail .small-swiper {
  display: none;
}
.work-small-swiper {
  display: none;
}
@media (max-width: 767px) {
  .connect-message .connect-right .form-box .form-item .a-item-2 .input-title {
    width: 24%;
  }
  .connect-message .connect-right .form-box .form-item .a-item-2 textarea {
    width: auto !important;
  }
  .connect-message .connect-left .box-img .bottom-img .left {
    margin: 0 32px 0 20px;
  }
  .connect-message .connect-left .box-img .bottom-img .left img {
    width: 30px;
  }
  .connect-message .connect-left .box-img .bottom-img .right .right-t1 {
    font-size: 18px !important;
  }
  .connect-message .connect-left .box-img .bottom-img .right .right-t2 {
    font-size: 16px !important;
  }
  .product-detail2 .box-content .swiper {
    width: 100% !important;
  }
  .company-swiper-small {
    display: inline-block !important;
  }
  .company-swiper-big {
    display: none !important;
  }
  .product-detail .small-swiper {
    display: inline-block;
    width: 100%;
  }
  .product-detail .big-swiper {
    display: none;
  }
  .work-small-swiper {
    display: inline-block;
    width: 100%;
  }
  .work-big-swiper {
    display: none;
  }
}
@media (max-width: 1000px) {
  .box-aboutUs {
    margin: 82px auto 0;
  }
  .box-aboutUs .product-swiper {
    padding: 0 0 200px 0;
  }
  .box-aboutUs .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
  }
  .box-aboutUs .swiper-slide .item {
    width: 100% !important;
    margin: 20px 0 20px 0 !important;
  }
  .box-aboutUs .swiper-slide .t1 {
    margin: 16px auto 0 !important;
    font-size: 14px !important;
  }
  .box-aboutUs .swiper-slide .t2 {
    margin: 14px auto 0 !important;
    font-size: 12px !important;
  }
}
.product-detail3 {
  width: 100%;
  background-size: 100% 100%;
  display: inline-block;
}
.product-detail3 .box-aboutUs {
  margin: 82px auto 0;
}
.product-detail3 .box-aboutUs .product-swiper {
  padding: 0 0 200px 0;
}
.product-detail3 .box-aboutUs .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: center;
}
.product-detail3 .box-aboutUs .swiper-slide .item {
  border: 1px solid #dcdcdc;
  width: 310px;
  height: 280px;
  margin: 0 5px 20px 5px;
  box-sizing: border-box;
}
.product-detail3 .box-aboutUs .swiper-slide .img-box {
  width: 78px;
  font-size: 20px;
  color: #161616;
  margin: 45px auto 0;
}
.product-detail3 .box-aboutUs .swiper-slide .t1 {
  font-size: 20px;
  font-weight: 600;
  color: #161616;
  margin: 23px auto 0;
  width: 100%;
  text-align: center;
}
.product-detail3 .box-aboutUs .swiper-slide .t2 {
  margin: 31px auto 0;
  width: 85%;
  text-align: center;
  font-size: 16px;
  color: #161616;
}
.product-detail4 {
  width: 100%;
  background-size: 100% 100%;
  display: inline-block;
}
.product-detail4 .box-server2 {
  margin: 57px auto 111px;
  height: 320px;
  border: 1px solid #dcdcdc;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.product-detail4 .box-server2 .server-left {
  width: 480px;
  height: 320px;
  position: relative;
  overflow: hidden;
}
.product-detail4 .box-server2 .server-left .server {
  width: 480px;
  height: auto;
}
.product-detail4 .box-server2 .server-left .bottom {
  width: 480px;
  height: 90px;
  background: #da0e29;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.product-detail4 .box-server2 .server-left .bottom img {
  width: 42px;
  height: 42px;
  margin: 0 33px 0 50px;
}
.product-detail4 .box-server2 .server-left .bottom .bottom-right {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
}
.product-detail4 .box-server2 .server-left .bottom .bottom-right .t1 {
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
}
.product-detail4 .box-server2 .server-left .bottom .bottom-right .t2 {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}
.product-detail4 .box-server2 .server-right {
  width: 520px;
  height: 320px;
  padding: 0 0 0 66px;
  box-sizing: border-box;
}
.product-detail4 .box-server2 .server-right img {
  width: 202px;
  height: auto;
  margin: 38px 0 0 0px;
}
.product-detail4 .box-server2 .server-right .title {
  font-size: 18px;
  font-weight: 600;
  color: #161616;
  margin: 20px 0 0 0;
}
.product-detail4 .box-server2 .server-right .t1 {
  margin: 42px 0 0 0;
}
.product-detail4 .box-server2 .server-right .t1 span {
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  color: #161616;
  margin: 8px 0 0 0;
}
@media (max-width: 1000px) {
  .box-server2 {
    margin: 57px auto 111px;
    height: auto !important;
    border: 1px solid #dcdcdc;
    display: flex;
    flex-wrap: wrap !important;
    align-items: center;
    align-content: center;
    justify-content: center;
  }
  .box-server2 .server-left {
    width: 100% !important;
    height: 230px !important;
    position: relative;
    overflow: hidden;
  }
  .box-server2 .server-left .server {
    width: 100% !important;
    height: auto;
  }
  .box-server2 .server-left .bottom {
    width: 100%;
    height: 60px !important;
    background: #da0e29;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
  }
  .box-server2 .server-left .bottom img {
    width: 30px !important;
    height: 30px !important;
    margin: 0 20px 0 20px !important;
  }
  .box-server2 .server-left .bottom .bottom-right {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
  }
  .box-server2 .server-left .bottom .bottom-right .t1 {
    width: 100%;
    font-size: 16px !important;
    font-weight: bold;
    color: #ffffff;
  }
  .box-server2 .server-left .bottom .bottom-right .t2 {
    font-size: 12px !important;
    font-weight: 400;
    color: #ffffff;
  }
  .box-server2 .server-right {
    width: 520px;
    height: 320px;
    padding: 0 0 0 66px;
    box-sizing: border-box;
  }
  .box-server2 .server-right img {
    width: 202px;
    height: auto;
    margin: 38px 0 0 0px;
  }
  .box-server2 .server-right .title {
    font-size: 18px;
    font-weight: 600;
    color: #161616;
    margin: 20px 0 0 0;
  }
  .box-server2 .server-right .t1 {
    margin: 42px 0 0 0;
  }
  .box-server2 .server-right .t1 span {
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    color: #161616;
    margin: 8px 0 0 0;
  }
}
.red-line-title {
  width: 100%;
  margin: 59px auto 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  position: relative;
  max-width: 250px;
}
.red-line-title img {
  width: 34px;
  height: 34px;
  margin: 0 12px 0 0;
}
.red-line-title p {
  word-break: keep-all;
  font-size: 24px;
  color: #da0e29;
  font-weight: bold;
}
.red-line-title:before {
  content: "";
  position: absolute;
  top: 16px;
  left: -220px;
  width: 250px;
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(231, 31, 25, 0.99));
}
.red-line-title2:before {
  content: "";
  left: -300px !important;
}
.red-line-title2:after {
  content: "";
  right: -300px !important;
}
.red-line-title:after {
  content: "";
  position: absolute;
  top: 16px;
  right: -220px;
  width: 250px;
  height: 2px;
  background: linear-gradient(90deg, rgba(231, 31, 25, 0.99), rgba(255, 255, 255, 0));
}
@media (max-width: 1000px) {
  .red-line-title {
    width: 100%;
    margin: 59px auto 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    position: relative;
    max-width: 250px;
  }
  .red-line-title img {
    width: 34px;
    height: 34px;
    margin: 0 12px 0 0;
  }
  .red-line-title p {
    word-break: keep-all;
    font-size: 24px;
    color: #da0e29;
    font-weight: bold;
  }
  .red-line-title:before {
    display: none;
  }
  .red-line-title:after {
    display: none;
  }
  .red-line-title2:before {
    display: none;
  }
  .red-line-title2:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .connect-message {
    width: 100%;
    margin: 101px auto 114px;
    max-width: 1280px;
    background: #ffffff;
    box-shadow: 0px 24px 68px 0px rgba(218, 218, 218, 0.56);
    display: inline-block;
  }
  .connect-message .title img {
    width: 34px;
    height: 34px;
    margin: 0 12px 0 0;
  }
  .connect-message .form-box {
    margin: 59px auto 0;
    padding: 0 5% !important;
  }
  .connect-message .form-box .form-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .connect-message .form-box .form-item .a-item {
    width: 100% !important;
    margin: 0 0% 20px 0 !important;
  }
  .connect-message .form-box .form-item .a-item-2 {
    margin-right: 0% !important;
    width: 100% !important;
  }
  .connect-message .form-box .form-item .box-aline {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    margin-top: 15px;
  }
  .connect-message .connect-left {
    margin: 20px auto;
    width: 90%;
  }
  .connect-message .connect-right {
    margin: auto;
  }
  .connect-message .form-box .form-item .box-aline .box-verification {
    width: 100px;
    height: 34px;
    margin: 0 0 0 15px;
  }
  .connect-message .form-box .form-item .box-aline .box-verification img {
    width: 100px;
    height: 34px;
  }
  .connect-message .form-box .form-item .box-aline .box-txt {
    margin: 0 0 0 17px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
  }
  .connect-message .form-box .form-item .box-aline .box-txt p.t1 {
    width: 100%;
    font-size: 10px !important;
    font-weight: 400;
    color: #636363;
  }
  .connect-message .form-box .form-item .box-aline .box-txt p.t2 {
    font-size: 12px;
    font-weight: 400;
    color: #636363;
  }
  .connect-message .form-box .form-item .input-title {
    font-size: 12px !important;
    font-weight: 400;
    color: #212121;
  }
  .connect-message .form-box .form-item .title-red {
    position: relative;
    width: auto;
    display: inline;
  }
  .connect-message .form-box .form-item .title-red:before {
    content: "*";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
    color: red;
    font-size: 12px;
  }
  .connect-message .form-box .form-item .input-submit {
    width: 280px;
    height: 50px;
    background: #da0e29;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 50px;
    justify-content: center;
    text-align: center;
    margin: 50px 0 73px 0;
  }
  .connect-message .form-box .form-item .input-replay {
    width: 100px;
    height: 50px;
    border: 1px solid #787878;
    font-size: 16px;
    font-weight: 400;
    color: #141414;
    line-height: 50px;
    text-align: center;
    margin: 30px 0 50px 0px;
  }
}
.LeftandRightStructure {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.LeftandRightStructure .box-left {
  max-width: 1274px;
  position: relative;
  width: 100%;
  margin: 0 auto 0;
}
.LeftandRightStructure .box-left .item-content {
  /* margin-top: 44px; */
  /* margin-bottom: 44px; */
  padding-top: 44px;
  padding-bottom: 44px;
}
.LeftandRightStructure .box-left .item-content .item-left-title {
  position: relative;
  width: 180px;
  border-bottom: 3px solid #d4021d;
  padding: 0 0 13px 0;
  box-sizing: content-box;
  margin: 0 0 38px 0;
}
.LeftandRightStructure .box-left .item-content .item-left-title:after {
  content: "";
  width: 80px;
  height: 3px;
  background: #445052;
  bottom: -3px;
  position: absolute;
  right: 0;
}
.LeftandRightStructure .box-left .item-content .item-left-box {
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 28px;
  color: #d4021d;
  line-height: 30px;
}
.LeftandRightStructure .box-left .item-content .item-left-title .item-left-box .atitle p {
  height: 27px;
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 28px;
  color: #d4021d;
  line-height: 27px;
}
.LeftandRightStructure .box-left .item-content .item-left-title .item-left-box img {
  width: 24px;
  height: 24px;
  margin: 0 8px 0 0;
}
.LeftandRightStructure .box-left .item-content .item-left-title .item-left-box p {
  font-size: 20px;
  color: #ffffff;
}
.LeftandRightStructure .box-left .item-content .item-left-title2 {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}
.LeftandRightStructure .box-left .item-content .item-left-title2 .item-left-box {
  display: inline-block;
  height: 46px;
  display: flex;
  flex-wrap: nowrap;
  width: auto;
  white-space: nowrap;
  padding: 0 32px 0 0;
}
.LeftandRightStructure .box-left .item-content .item-left-title2 .item-left-box .atitle {
  height: 46px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.LeftandRightStructure .box-left .item-content .item-left-title2 .item-left-box img {
  width: 34px;
  height: 34px;
  margin: 0 8px 0 0;
}
.LeftandRightStructure .box-left .item-content .item-left-title2 .item-left-box p {
  font-size: 30px;
  color: #e71f19;
  height: 46px;
  line-height: 46px;
  font-weight: bold;
}
.LeftandRightStructure .box-left .item-content .item-left-title2 .item-line {
  width: 100%;
  height: 2px;
  background: #dcdcdc;
}
.LeftandRightStructure .box-left .item-content .item-prodect-img {
  width: 100%;
  margin: 42px auto 0;
}
.LeftandRightStructure .box-left .item-content .item-prodect-img img {
  width: 100%;
  height: auto;
}
.LeftandRightStructure .box-left .item-content .item-product-table {
  margin: 68px auto 148px;
  display: flex;
  flex-wrap: wrap;
}
.LeftandRightStructure .box-left .item-content .item-product-table .header {
  height: 40px !important;
}
.LeftandRightStructure .box-left .item-content .item-product-table .header .item-table {
  background: #dcdcdc;
  font-weight: bold;
  height: 40px !important;
  line-height: 40px !important;
  border: 1px solid #dcdcdc;
}
.LeftandRightStructure .box-left .item-content .item-product-table .item {
  width: 100%;
  background: #ffffff;
  min-height: 100px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
.LeftandRightStructure .box-left .item-content .item-product-table .item .item-table {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  height: 100%;
  border-left: 1px solid #dcdcdc;
}
.LeftandRightStructure .box-left .item-content .item-product-table .item .item-table p {
  width: 80%;
}
.LeftandRightStructure .box-left .item-content .item-product-table .item .one {
  width: 10%;
  min-width: 50px;
}
.LeftandRightStructure .box-left .item-content .item-product-table .item .two {
  width: 100%;
}
.LeftandRightStructure .box-left .item-content .item-product-table .item .three {
  width: 100%;
}
.LeftandRightStructure .box-left .item-content .item-product-table .item .four {
  width: 100%;
}
.LeftandRightStructure .box-left .item-content .item-left-content p.item-left-txt {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  position: relative;
  height: 30px;
  line-height: 30px;
  padding: 0 0 0 30px;
  margin: 0 0 10px 0;
}
.LeftandRightStructure .box-left .item-content .item-left-content .item-left-img {
  width: 900px;
  height: 400px;
  margin: 0 0 20px 0;
}
.download-box .item-download {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  margin: 0 0 22px 0;
}
.download-box .item-download img {
  width: 22px;
  height: 22px;
  margin: 0 7px 0 0;
}
.download-box .item-download span {
  height: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  line-height: 18px;
  text-decoration-line: underline;
}
.LeftandRightStructure .box-left .item-content .item-left-content p.item-left-txt:before {
  content: "";
  top: 50%;
  position: absolute;
  left: 10px;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: #e71f19;
  border-radius: 50%;
}
.LeftandRightStructure .box-left .item-content .item-left-content table p {
  line-height: inherit !important;
  margin: 0px 0 0 0;
  font-size: 16px;
  font-weight: 400;
  color: #161616;
}
.LeftandRightStructure .box-left .item-content .item-left-content p span {
  width: 100%;
  display: inline-block;
  margin: 0;
}
.LeftandRightStructure .box-left .item-content .item-left-content .box-table {
  margin: 29px 0 0 0;
  width: 100%;
}
.LeftandRightStructure .box-left .item-content .item-left-content .box-table .item-table {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.LeftandRightStructure .box-left .item-content .item-left-content .box-table .item-table .item-table-l {
  justify-content: center;
  width: 49.5%;
  text-align: center;
  height: 50px;
  line-height: 50px;
  display: flex;
  flex-wrap: nowrap;
}
.LeftandRightStructure .box-left .item-content .item-left-content .box-table .item-table .item-table-l-box {
  width: 49.5%;
  text-align: center;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: space-between !important;
}
.LeftandRightStructure .box-left .item-content .item-left-content .box-table .item-table .item-table-l-1 {
  width: 49.5%;
  text-align: center;
  min-height: 50px;
  height: 100%;
  margin: 0;
  font-weight: bold;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.LeftandRightStructure .box-left .item-content .item-left-content .box-table .item-table .item-table-l-1 .txt {
  padding: 38px 0 38px 0;
  box-sizing: border-box;
  min-height: 210px;
  height: 100%;
  width: 80%;
  margin: 0px auto;
  text-align: left;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  color: #000000;
}
.LeftandRightStructure .box-left .item-content .item-left-content .box-table .item-table .item-table-r {
  width: 49.5%;
  text-align: center;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.LeftandRightStructure .box-left .item-content .item-left-content .box-table .item-table:nth-child(1) .item-table-l,
.LeftandRightStructure .box-left .item-content .item-left-content .box-table .item-table:nth-child(1) .item-table-l-1,
.LeftandRightStructure .box-left .item-content .item-left-content .box-table .item-table:nth-child(1) .item-table-r {
  font-weight: bold;
}
.LeftandRightStructure .box-left .item-content .item-left-content .box-table .item-table:nth-child(2n) .item-table-l,
.LeftandRightStructure .box-left .item-content .item-left-content .box-table .item-table:nth-child(2n) .item-table-l-1,
.LeftandRightStructure .box-left .item-content .item-left-content .box-table .item-table:nth-child(2n) .item-table-r {
  background: #f8f8f8;
}
.LeftandRightStructure .box-left .item-content .item-left-content .box-table .item-table:nth-child(2n + 1) .item-table-l,
.LeftandRightStructure .box-left .item-content .item-left-content .box-table .item-table:nth-child(2n + 1) .item-table-l-1,
.LeftandRightStructure .box-left .item-content .item-left-content .box-table .item-table:nth-child(2n + 1) .item-table-r {
  background: #ebebeb;
}
.LeftandRightStructure .box-left .item-content .item-list {
  margin: 29px 0 0 0;
  width: 100%;
}
.LeftandRightStructure .box-left .item-content .item-list p.title {
  width: 100%;
  position: relative;
  padding-left: 0px;
  margin: 0 0 20px 0;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
}
.LeftandRightStructure .box-left .item-content .item-list li.item {
  width: 100%;
  position: relative;
  padding-left: 28px;
  margin: 0 0 20px 0;
  color: #000000;
  font-size: 16px;
}
.LeftandRightStructure .box-left .item-content .item-list li.item:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 5px;
  height: 5px;
  background: #e71f19;
  border-radius: 50%;
}
.LeftandRightStructure .box-left .item-content .item-left-content {
  margin: 50px auto 0;
}
.LeftandRightStructure .box-left .item-content .item-left-content img {
  object-fit: cover;
}
.LeftandRightStructure .box-left .item-content .part-one-item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-between;
}
.LeftandRightStructure .box-left .item-content .part-one-item .part-one-left .line {
  width: 80px;
  height: 4px;
  background: #d30903;
  margin: 40px 0 0 0;
}
.LeftandRightStructure .box-left .item-content .part-one-item .part-one-left .title {
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 30px;
  color: #d4021d;
  margin: 32px auto 0;
}
.LeftandRightStructure .box-left .item-content .part-one-item .part-one-left .content {
  max-width: 730px;
  width: 100%;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 36px;
  margin: 62px auto 0;
}
.LeftandRightStructure .box-left .item-content .part-one-item .part-one-right {
  position: relative;
}
.LeftandRightStructure .box-left .item-content .part-one-item .part-one-right .img-company01 {
  width: 480px;
  height: 580px;
}
.LeftandRightStructure .box-left .item-content .part-one-item .part-one-right .img-company02 {
  z-index: 10;
  position: absolute;
  bottom: -40px;
  right: -40px;
  width: 318px;
  height: 250px;
}
.box-nav-img {
  width: 100%;
  margin: 80px auto 0;
  max-width: 1920px;
  cursor: pointer;
}
.box-nav-img img {
  width: 100%;
  height: auto;
}
.item-develop {
  margin: 97px auto 0;
}
.item-develop .title-develop {
  height: 24px;
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 24px;
  color: #d4021d;
  line-height: 24px;
  margin: 0 0 54px 0;
}
.item-develop .box-list-develop .item-list-develop {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  margin: 0 0 20px 0;
  padding: 0 0 0 100px;
}
.item-develop .box-list-develop .item-list-develop .time {
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 18px;
  color: #d4021d;
  margin: 0 27px 0 0;
  position: relative;
}
.item-develop .box-list-develop .item-list-develop .time:before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  background: #ffffff;
  border-radius: 50%;
  border: 3px solid #d4021d;
}
.item-develop .box-list-develop .item-list-develop .time:after {
  content: "";
  position: absolute;
  left: -44px;
  top: 80%;
  width: 1px;
  height: 30px;
  background: #ffffff;
  border-left: 1px dashed #d4021d;
}
.item-develop .box-list-develop .item-list-develop .txt {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}
.item-menu {
  float: right;
  width: 245px;
  height: auto;
  border: 1px solid #dcdcdc;
  margin: 0 0 20px 0;
  padding: 0 0 30px 0;
}
.item-menu .item-menu-title {
  width: 100%;
  height: 50px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  background: #d4021d;
}
.item-menu .item-menu-title img {
  width: 26px;
  height: 26px;
  margin: 0 6px 0 20px;
}
.item-menu .item-menu-title p {
  height: 18px;
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  line-height: 18px;
}
.item-menu .txt1 {
  margin: 31px 0 0 21px;
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 16px;
  color: #000000;
}
.item-menu .txt2 {
  margin: 20px 0 0 21px;
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 16px;
  color: #000000;
}
.item-menu .item-menu-tel {
  margin: 32px 0 0 20px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}
.item-menu .item-menu-tel img {
  width: 26px;
  height: 26px;
  margin: 0 9px 0 0;
}
.item-menu .item-menu-tel .tel {
  height: 15px;
  line-height: 15px;
  font-family: Arial;
  font-weight: bold;
  font-size: 20px;
  color: #d4021d;
}
.LeftandRightStructure .box-right .item-menu .etitle {
  margin: 10px 0 26px 20px;
  font-size: 18px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.2);
}
.LeftandRightStructure .box-right .item-menu .tel1 {
  margin: 0px 0 10px 20px;
  font-size: 16px;
  color: #000000;
  display: flex;
  flex-wrap: nowrap;
}
.LeftandRightStructure .box-right .item-menu .tel1 .tel12 {
  font-weight: bold;
}
.LeftandRightStructure .box-right .item-menu .am-menu {
  z-index: 888;
  width: 100%;
  height: 100%;
  opacity: 1;
  text-align: left;
  padding-top: 0px;
  padding-bottom: 10px;
}
.LeftandRightStructure .box-right .item-menu .am-menu .nav .item .t1 {
  height: 50px;
}
.LeftandRightStructure .box-right .item-menu .am-menu .nav .item a {
  font-size: 16px;
  color: #000000;
  display: block;
  line-height: 24px;
  padding: 12px 20px;
  position: relative;
}
.LeftandRightStructure .box-right .item-menu .am-menu .nav .item a::after {
  content: "";
  background-image: url("../img/icon-rightarrow.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 12px;
  height: 12px;
  font-size: 12px;
  color: #161616;
}
.LeftandRightStructure .box-right .item-menu .am-menu .nav .item:hover a::after {
  content: "";
  background-image: url("../img/icon-rightarrow-white.png") !important;
}
.LeftandRightStructure .box-right .item-menu .am-menu .nav .item:hover .t1 {
  height: 50px;
  background-color: rgba(231, 31, 25, 0.1);
  color: #000000;
}
.LeftandRightStructure .box-right .item-menu .am-menu .nav .item:hover a::after {
  background-image: url("../img/icon-rightarrow.png");
}
.LeftandRightStructure .box-right .item-menu .am-menu .nav .item:hover .sub-nav {
  display: inline-block;
}
.LeftandRightStructure .box-right .item-menu .am-menu .nav .active a::after {
  content: "";
  background-image: url("../img/icon-rightarrow-white.png") !important;
}
.LeftandRightStructure .box-right .item-menu .am-menu .nav .active .t1 {
  height: 50px;
  background-color: #e71f19 !important;
  color: #ffffff !important;
}
.LeftandRightStructure .box-right .item-menu .am-menu .nav .active a::after {
  background-image: url("../img/icon-rightarrow.png");
}
.LeftandRightStructure .box-right .item-menu .am-menu .nav .active .sub-nav {
  display: inline-block;
}
.LeftandRightStructure .box-right .item-menu .am-menu .nav .sub-nav {
  display: none;
  width: 100%;
  overflow: hidden;
}
.LeftandRightStructure .box-right .item-menu .am-menu .nav .sub-nav a {
  width: 100%;
  position: relative;
  display: block;
  line-height: 24px;
  box-sizing: border-box;
  padding: 12px 0px 0 40px;
  background: #f2f2f2;
  color: #4e4e4e;
}
.LeftandRightStructure .box-right .item-menu .am-menu .nav .sub-nav a:after {
  display: none;
}
.LeftandRightStructure .product-img-list {
  margin: 57px 0 0 0;
}
.LeftandRightStructure .product-img-list .img-scale {
  margin: 0 0 20px 0;
  width: 100%;
  height: auto;
  background: #f0f0f0;
}
.LeftandRightStructure .box-item-nav {
  width: 100%;
  margin: 0 0 158px 0;
  height: 240px;
  background: #ffffff;
  border: 1px solid #dcdcdc;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.LeftandRightStructure .box-item-nav .item {
  width: 33.33%;
  height: 90px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.LeftandRightStructure .box-item-nav .item img {
  width: 70px;
  height: 70px;
  margin: 0 30px 0 0;
}
.LeftandRightStructure .box-item-nav .item .item-r {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.LeftandRightStructure .box-item-nav .item .item-r .count1 {
  font-size: 46px;
  font-weight: bold;
  color: #e71f19;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
}
.LeftandRightStructure .box-item-nav .item .item-r .count {
  font-size: 46px;
  font-weight: bold;
  color: #e71f19;
  font-family: Arial;
  width: auto !important;
  margin: 10px 0 0 0;
}
.LeftandRightStructure .box-item-nav .item .item-r .txt2 {
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  text-align: center;
  margin: 10px 0 0 0;
}
.LeftandRightStructure .box-item-nav .item:nth-child(2) {
  border-left: 1px solid #e1e1ff;
  border-right: 1px solid #e1e1ff;
}
.LeftandRightStructure .box-item-server {
  width: 100%;
  margin: 0 0 158px 0;
  height: 240px;
  background: #ffffff;
  border: 1px solid #dcdcdc;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.LeftandRightStructure .box-item-server .item {
  width: 33.33%;
  height: 90px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.LeftandRightStructure .box-item-server .item img {
  width: 70px;
  height: 70px;
  margin: 0 30px 0 0;
}
.LeftandRightStructure .box-item-server .item .item-r {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.LeftandRightStructure .box-item-server .item .item-r .count1 {
  font-size: 46px;
  font-weight: bold;
  color: #e71f19;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
}
.LeftandRightStructure .box-item-server .item .item-r .count {
  font-size: 46px;
  font-weight: bold;
  color: #e71f19;
}
.LeftandRightStructure .box-item-server .item .item-r .txt2 {
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
}
.LeftandRightStructure .box-item-server .item:nth-child(2) {
  border-left: 1px solid #e1e1ff;
  border-right: 1px solid #e1e1ff;
}
.LeftandRightStructure .box-search {
  width: 100%;
  background: #ffffff;
  border: 1px solid #dcdcdc;
  margin: 42px auto 0;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.LeftandRightStructure .box-search .left {
  width: calc(100% - 120px);
}
.LeftandRightStructure .box-search .left input {
  width: 100%;
  padding-left: 20px;
  height: 50px;
  font-size: 16px;
  font-weight: 400;
  color: #969696;
  line-height: 50px;
}
.LeftandRightStructure .box-search .right {
  width: 120px;
  height: 50px;
  background: #e71f19;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.LeftandRightStructure .box-search .right img {
  width: 24px;
  height: 24px;
}
.LeftandRightStructure .list-i .item {
  border-bottom: 1px solid #dcdcdc;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  padding: 37px 17px 39px 19px;
}
.LeftandRightStructure .list-i .item .item-box-left .time {
  height: 16px;
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #787878;
  line-height: 16px;
}
.LeftandRightStructure .list-i .item .item-box-left .txt {
  margin: 28px auto 20px;
  width: 100%;
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 20px;
  color: #000000;
}
.LeftandRightStructure .list-i .item .item-box-right img {
  width: 31px;
  height: 12px;
}
.LeftandRightStructure .list-i .item .item-box-right .more-grey {
  display: inline-block;
}
.LeftandRightStructure .list-i .item .item-box-right .more-red {
  display: none;
}
.LeftandRightStructure .list-i .item-active .more-grey {
  display: none !important;
}
.LeftandRightStructure .list-i .item-active .more-red {
  display: inline-block !important;
}
@media (max-width: 1300px) {
  .LeftandRightStructure {
    position: relative;
    flex-wrap: wrap;
  }
  .LeftandRightStructure .box-left {
    width: 90%;
  }
}
@media (max-width: 900px) {
  .LeftandRightStructure {
    flex-wrap: wrap;
  }
  .LeftandRightStructure .box-left {
    width: 100%;
  }
  .LeftandRightStructure .box-search {
    width: 100%;
    background: #ffffff;
    border: 1px solid #dcdcdc;
    margin: 42px auto 0;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
  }
  .LeftandRightStructure .box-search .left {
    width: calc(100% - 60px) !important;
  }
  .LeftandRightStructure .box-search .right {
    width: 60px !important;
  }
  .LeftandRightStructure .box-search .right img {
    width: 24px;
    height: 24px;
  }
  .LeftandRightStructure .list-i .item .left {
    width: 100% !important;
  }
  .LeftandRightStructure .list-i .item .right {
    margin-top: 10px;
  }
}
@media (max-width: 1000px) {
  .box-item-nav {
    width: 100%;
    margin: 0 0 158px 0;
    height: auto !important;
    background: #ffffff;
    border: 1px solid #dcdcdc;
    display: flex;
    flex-wrap: wrap !important;
    align-items: center;
    align-content: center;
    justify-content: center;
  }
  .box-item-nav .item {
    width: 100% !important;
    height: 90px;
  }
  .box-item-nav .item img {
    margin: 0 auto 0 !important;
  }
  .box-item-nav .item .item-r {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
  }
  .box-item-nav .item .item-r .count1 {
    font-size: 46px;
    font-weight: bold;
    color: #e71f19;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: flex-start;
  }
  .box-item-nav .item .item-r .count {
    font-size: 46px;
    font-weight: bold;
    color: #e71f19;
  }
  .box-item-nav .item .item-r .txt2 {
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
  }
  .box-item-nav .item:nth-child(2) {
    border-left: none !important;
    border-right: none !important;
  }
  .item-left-title2 .item-line {
    display: none;
  }
}
.news-list-container .news-i {
  min-height: 600px;
}
.news-list-container .member-list {
  margin: 30px auto;
}
.news-list-container .member-list-i,
.news-list-container .member-list-i2 {
  padding: 29px 0 30px 0;
  border-bottom: 1px solid #dcdcdc;
}
.news-list-container .member-list-i .member-list-img,
.news-list-container .member-list-i2 .member-list-img {
  width: calc(270 / 1280 * 100%);
  min-width: 270px;
  margin-right: 56px;
}
.news-list-container .member-list-i .member-list-img img,
.news-list-container .member-list-i2 .member-list-img img {
  width: 100%;
  height: auto;
}
.news-list-container .member-list-i .member-list-con,
.news-list-container .member-list-i2 .member-list-con {
  width: calc(695 / 1280 * 100%);
  min-height: 180px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
}
.news-list-container .member-list-i .member-list-con .t0,
.news-list-container .member-list-i2 .member-list-con .t0 {
  font-size: 20px;
  color: #000000;
  margin-top: 14px;
  font-weight: bold;
  font-family: PingFang SC;
}
.news-list-container .member-list-i .member-list-con .t2,
.news-list-container .member-list-i2 .member-list-con .t2 {
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  color: #787878;
  margin-top: 46px;
  line-height: 30px;
}
.news-list-container .member-list-i .member-list-con .box-t3,
.news-list-container .member-list-i2 .member-list-con .box-t3 {
  width: 259px;
  height: 180px;
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
}
.news-list-container .member-list-i .member-list-con .box-t3 .t31,
.news-list-container .member-list-i2 .member-list-con .box-t3 .t31 {
  position: relative;
  width: 100%;
  font-family: PingFang SC;
  text-align: right;
  font-weight: 600;
  font-size: 24px;
  color: #636363;
}
.news-list-container .member-list-i .member-list-con .box-t3 .t31:before,
.news-list-container .member-list-i2 .member-list-con .box-t3 .t31:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background: #787878;
  top: 15px;
  right: 105px;
}
.news-list-container .member-list-i .member-list-con .box-t3 .t32,
.news-list-container .member-list-i2 .member-list-con .box-t3 .t32 {
  width: 100%;
  height: 13px;
  text-align: right;
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #787878;
  line-height: 13px;
  margin: 20px auto 0;
}
.nav-slide-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.nav-slide-box .item-slide-box {
  font-size: 26px;
  font-weight: 400;
  color: #787878;
  font-family: PingFang SC;
  margin: 0 50px 20px 50px;
  cursor: pointer;
  padding: 0 0 15px 0;
}
.nav-slide-box .item-slide-active {
  color: #d4021d;
  border-bottom: 3px solid #d4021d;
  font-weight: bold;
}
.item-box-year {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  padding: 0 0 0 19px;
}
.item-box-year p {
  height: 16px;
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  line-height: 16px;
  margin: 0 19px 0 0;
}
.item-box-year select {
  width: 140px;
  height: 44px;
  border: 1px solid #c8c8c8;
  padding: 0 20px;
  font-size: 16px;
  color: #d4021d;
  font-weight: bold;
}
/* 自定义下拉菜单样式 */
/* .item-box-year select {
  width: 150px;
  padding: 0 24px 0 4px;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 12px;
  line-height: 22px;
} */
/* .item-box-year select::-webkit-scrollbar {

  width: 10px;

} */
/* /滚动条里面小方块/ */
/* .item-box-year select::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.2);
} */
/* /滚动条里面轨道/ */
/* .item-box-year select::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
} */
.item-box-year select option {
  color: #000000;
}
.news-detail-container .news-i {
  margin-bottom: 50px;
}
.news-detail-container .new-detail {
  margin: 93px auto 0;
}
.news-detail-container .new-detail-title {
  width: 100%;
  text-align: center;
  font-size: 26px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #000000;
}
.news-detail-container .new-detail-time {
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
  height: 105px;
  margin: 24px auto 0;
  padding: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.news-detail-container .new-detail-time .one {
  margin: 0 40px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.news-detail-container .new-detail-time .one img {
  width: 20px;
  height: auto;
  margin: 0 6px 0 0;
}
.news-detail-container .new-detail-time .one p {
  font-size: 16px;
  color: #161616;
}
.news-detail-container .new-detail-content {
  margin: 39px auto 0;
  border-bottom: 1px solid #dcdcdc;
  padding: 0 0 40px 0;
}
.news-detail-container .news-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  margin: 24px 0 45px 0;
}
.news-detail-container .news-bottom-btn {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  font-weight: bold;
}
.news-detail-container .news-btn {
  width: 100%;
  font-size: 16px;
  color: #161616;
  line-height: 46px;
  margin: 0 0 20px 0;
  display: inline-block;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.news-detail-container .news-return-btn {
  width: 180px;
  height: 50px;
  border: 1px solid #dcdcdc;
  font-size: 16px;
  font-weight: 400;
  color: #161616;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.news-detail-container .news-return-btn img {
  width: 16px;
  margin: 0 0 0 10px;
  height: auto;
}
.client-list-container .news-i {
  min-height: 180px;
}
.client-list-container .member-list {
  margin: 40px auto;
}
.client-list-container .member-list-i2 {
  padding: 26px 0 20px 0 !important;
  border-bottom: 1px solid #eeeeee;
}
.client-list-container .member-list-i2 .member-list-img {
  background: #f0f0f0;
  width: calc(300 / 1000 * 100%);
  min-width: 350px;
  height: 350px;
  margin-right: 58px;
  display: flex;
  align-items: center;
  align-content: center;
}
.client-list-container .member-list-i2 .member-list-img img {
  width: 100%;
  height: auto;
}
.client-list-container .member-list-i2 .member-list-con {
  width: calc(720 / 1000 * 100%);
  min-height: 350px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
  position: relative;
}
.client-list-container .member-list-i2 .member-list-con .t0 {
  width: 70%;
  text-align: left;
  margin-top: 54px;
  font-weight: bold;
  font-weight: 600;
  font-size: 18px;
  color: #d4021d;
}
.client-list-container .member-list-i2 .member-list-con .box-list-t2 {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 47px;
}
.client-list-container .member-list-i2 .member-list-con .box-list-t2 a {
  height: 14px;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  line-height: 14px;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0 0 0 10px;
  position: relative;
}
.client-list-container .member-list-i2 .member-list-con .box-list-t2 a:before {
  content: "";
  width: 10px;
  height: 10px;
  width: 5px;
  height: 5px;
  background: #000000;
  border-radius: 50%;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -5px;
}
.client-list-container .member-list-i2 .member-list-con .box-t3 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: flex-end;
  width: 160px;
  height: 40px;
  background: #d4021d;
}
.client-list-container .member-list-i2 .member-list-con .box-t3 p {
  width: 100%;
  text-align: center;
  height: 16px;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  line-height: 16px;
}
.client-list-container .member-list-i {
  padding: 26px 0 20px 0 !important;
  border-bottom: 1px solid #eeeeee;
}
.client-list-container .member-list-i .member-list-img {
  width: calc(270 / 1000 * 100%);
  min-width: 270px;
  margin-right: 28px;
}
.client-list-container .member-list-i .member-list-img img {
  width: 100%;
  height: auto;
}
.client-list-container .member-list-i .member-list-con {
  width: calc(720 / 1000 * 100%);
  min-height: 180px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
  position: relative;
}
.client-list-container .member-list-i .member-list-con .t0 {
  width: 70%;
  text-align: left;
  font-size: 22px;
  color: #212121;
  margin-top: 16px;
  font-weight: bold;
}
.client-list-container .member-list-i .member-list-con .t2 {
  width: 70%;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  color: #787878;
  margin-top: 30px;
  line-height: 30px;
}
.client-list-container .member-list-i .member-list-con .box-t3 {
  position: absolute;
  top: 16px;
  right: 0;
  margin-top: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: flex-end;
}
.client-list-container .member-list-i .member-list-con .box-t3 .t31 {
  text-align: right;
  width: 100%;
  font-size: 24px;
  font-weight: 600;
  color: #636363;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-end;
}
.client-list-container .member-list-i .member-list-con .box-t3 .t31 .line {
  width: 50px;
  height: 1px;
  background: #787878;
  margin: 0 20px 0 0;
}
.client-list-container .member-list-i .member-list-con .box-t3 .t32 {
  text-align: right;
  width: 100%;
  font-size: 16px;
  color: #787878;
  margin: 15px 15px 0 0;
}
@media (max-width: 1000px) {
  .LeftandRightStructure .box-left {
    margin: auto !important;
  }
  .LeftandRightStructure .box-left .item-left-content {
    max-width: 100%;
    margin: auto;
  }
  .news-list-container .news-i {
    min-height: 600px;
  }
  .news-list-container .member-list {
    width: 100%;
    margin: 40px auto;
  }
  .news-list-container .member-list-i {
    flex-wrap: wrap;
    padding: 29px 0 24px 0;
    border-bottom: 1px solid #eeeeee;
  }
  .news-list-container .member-list-i .member-list-img {
    width: 100%;
    min-width: auto;
    margin: auto;
    margin-right: 0;
  }
  .news-list-container .member-list-i .member-list-img img {
    width: 100%;
    height: auto;
  }
  .news-list-container .member-list-i .member-list-con {
    width: 100%;
    height: auto;
    min-height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
  }
  .news-list-container .member-list-i .member-list-con .t0 {
    width: 100%;
    text-align: left;
    font-size: 22px;
    color: #212121;
    margin-top: 25px;
    font-weight: bold;
  }
  .news-list-container .member-list-i .member-list-con .t2 {
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    color: #787878;
    margin-top: 36px;
    line-height: 30px;
  }
  .news-list-container .member-list-i .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-i .member-list-con .box-t3 .t31 {
    font-size: 16px;
    font-weight: 500;
    color: #636363;
  }
  .news-list-container .member-list-i .member-list-con .box-t3 .t32 {
    margin-left: 61px;
    color: #636363;
  }
  .news-list-container .member-list-i .member-list-con .box-t3 .t32 img {
    width: 20px;
    height: 20px;
    margin: 0 8px 0 0;
  }
  .news-list-container .member-list-i2 {
    flex-wrap: wrap;
    padding: 29px 0 24px 0;
    border-bottom: 1px solid #eeeeee;
  }
  .news-list-container .member-list-i2 .member-list-img {
    width: 100%;
    min-width: auto;
    margin: auto;
    margin-right: 0;
  }
  .news-list-container .member-list-i2 .member-list-img img {
    width: 100%;
    height: auto;
  }
  .news-list-container .member-list-i2 .member-list-con {
    width: 100%;
    height: auto;
    min-height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
  }
  .news-list-container .member-list-i2 .member-list-con .t0 {
    width: 100%;
    text-align: left;
    font-size: 18px;
    color: #d4021d;
    margin-top: 25px;
    font-weight: bold;
  }
  .news-list-container .member-list-i2 .member-list-con .t2 {
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    color: #787878;
    margin-top: 36px;
    line-height: 30px;
  }
  .news-list-container .member-list-i2 .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-i2 .member-list-con .box-t3 .t31 {
    font-size: 16px;
    font-weight: 500;
    color: #636363;
  }
  .news-list-container .member-list-i2 .member-list-con .box-t3 .t32 {
    margin-left: 61px;
    color: #636363;
  }
  .news-list-container .member-list-i2 .member-list-con .box-t3 .t32 img {
    width: 20px;
    height: 20px;
    margin: 0 8px 0 0;
  }
  .client-list-container .news-i {
    min-height: 180px;
  }
  .client-list-container .member-list {
    margin: 10px auto 40px;
  }
  .client-list-container .member-list-i2 {
    padding: 26px 0 30px 0;
    border-bottom: 1px solid #eeeeee;
    display: flex;
    flex-wrap: wrap;
  }
  .client-list-container .member-list-i2 .member-list-img {
    width: 100%;
    min-width: auto;
    margin-right: 0;
  }
  .client-list-container .member-list-i2 .member-list-img img {
    width: 100%;
    height: auto;
  }
  .client-list-container .member-list-i2 .member-list-con {
    width: 100% !important;
    min-height: 220px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    position: relative;
    padding: 0 0 100px 0;
  }
  .client-list-container .member-list-i2 .member-list-con .t0 {
    width: 100% !important;
    text-align: left;
    font-size: 22px;
    color: #d4021d;
    margin-top: 20px !important;
    font-weight: bold;
  }
  .client-list-container .member-list-i2 .member-list-con .box-list-t2 {
    width: 100% !important;
    margin-left: 10px;
  }
  .client-list-container .member-list-i2 .member-list-con .box-t3 {
    position: absolute;
    transform: translateY(-100%);
    top: 100%;
    left: 0;
    margin-top: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
  }
  .client-list-container .member-list-i2 .member-list-con .box-t3 .t31 {
    text-align: right;
    width: 100%;
    font-size: 24px;
    font-weight: 600;
    color: #636363;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
  }
  .client-list-container .member-list-i2 .member-list-con .box-t3 .t31 .line {
    width: 50px;
    height: 1px;
    background: #787878;
    margin: 0 20px 0 0;
  }
  .client-list-container .member-list-i2 .member-list-con .box-t3 .t32 {
    text-align: right;
    width: 100%;
    font-size: 16px;
    color: #787878;
    margin: 15px 15px 0 0;
  }
  .client-list-container .member-list-i {
    padding: 26px 0 30px 0;
    border-bottom: 1px solid #eeeeee;
    display: flex;
    flex-wrap: wrap;
  }
  .client-list-container .member-list-i .member-list-img {
    width: 100%;
    min-width: auto;
    margin-right: 0;
  }
  .client-list-container .member-list-i .member-list-img img {
    width: 100%;
    height: auto;
  }
  .client-list-container .member-list-i .member-list-con {
    width: 100% !important;
    min-height: 220px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    position: relative;
  }
  .client-list-container .member-list-i .member-list-con .t0 {
    width: 100%;
    text-align: left;
    font-size: 22px;
    color: #212121;
    margin-top: 16px;
    font-weight: bold;
  }
  .client-list-container .member-list-i .member-list-con .t2 {
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    color: #787878;
    margin-top: 30px;
    line-height: 30px;
  }
  .client-list-container .member-list-i .member-list-con .box-t3 {
    position: absolute;
    top: 160px;
    right: 0;
    margin-top: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
  }
  .client-list-container .member-list-i .member-list-con .box-t3 .t31 {
    text-align: right;
    width: 100%;
    font-size: 24px;
    font-weight: 600;
    color: #636363;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
  }
  .client-list-container .member-list-i .member-list-con .box-t3 .t31 .line {
    width: 50px;
    height: 1px;
    background: #787878;
    margin: 0 20px 0 0;
  }
  .client-list-container .member-list-i .member-list-con .box-t3 .t32 {
    text-align: right;
    width: 100%;
    font-size: 16px;
    color: #787878;
    margin: 15px 15px 0 0;
  }
}
.page-b {
  width: max-content;
  margin: auto;
}
.page-b .p1 {
  width: 36px;
  height: 36px;
  background: #ffffff;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  line-height: 36px;
  text-align: center;
}
.page-b .p2 {
  display: flex;
}
.page-b .p2 li {
  width: 36px;
  height: 36px;
  background: #ffffff;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  line-height: 36px;
  text-align: center;
  margin: 0 5px;
}
.page-b .p2 li a {
  color: #636363;
}
.page-b .p2 .cur {
  font-weight: bold;
  background: #e71f19 !important;
  border: none;
}
.page-b .p2 .cur a {
  color: #ffffff !important;
}
.nav-side {
  position: fixed;
  right: 40px;
  display: flex;
  flex-wrap: wrap;
  width: 40px;
  z-index: 10;
  top: 50%;
}
.nav-side .nav-side-item {
  width: 40px;
  height: 40px;
  background: #d4021d;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 10px 0;
  cursor: pointer;
  position: relative;
}
.nav-side .nav-side-item img {
  width: 24px;
  height: 24px;
}
.nav-side-item:hover .hide-side-box {
  display: inline-block;
}
.nodata {
  margin: 50px auto;
  text-align: center;
}
.nodata p {
  margin: auto;
  text-align: center;
}
.nav-side-item .hide-side-box {
  display: none;
  position: absolute;
  right: 64px;
  top: 0;
  /* width: 197px; */
  min-width: 197px;
  padding: 0 20px;
  height: auto;
  background: #d4021d;
  /* position: relative; */
}
.nav-side-item .item-box:before {
  content: "";
  position: absolute;
  right: -16px;
  top: 14px;
  /* transform: translateY(-50%); */
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-left-color: #d4021d;
}
.nav-side-item .item-box {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.nav-side-item .hide-side-txt {
  height: 50px;
  font-family: Arial;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  line-height: 50px;
}
.nav-side-item .hide-side-img img {
  width: 80%;
  height: auto;
  margin: 20px auto;
  /* border: 1px solid red; */
}
footer {
  font-family: PingFang SC;
}
.right-nav .right-item-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  text-align: left;
  width: 100%;
  /* display: none; */
}
.right-nav-three {
  border-right: 1px solid #e6e6e6;
}
.right-nav-three .right-item-nav {
  /* display: none; */
}
footer .footer-head {
  width: 100%;
  height: 70px;
  background: #424242;
  background-color: #424242;
}
footer .footer-head .wrap {
  height: 70px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
}
footer .footer-head .wrap .nav-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
}
footer .footer-head .wrap .nav-item .item {
  margin: auto;
  text-align: center;
}
footer .footer-head .wrap .nav-item .item p {
  width: auto;
  text-align: center;
  margin: auto;
  padding: 0 20px 0;
  border-right: 1px solid #ffffff;
}
footer .footer-head .wrap .item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  margin: 0 20px 0 0;
}
footer .footer-head .wrap .item p {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  font-family: PingFang SC;
}
footer .footer-b {
  width: 100%;
  background-color: #424242;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0px 0;
  border-top: 1px solid #484848;
}
footer .footer-b .wrap {
  width: 100%;
}
footer .footer-b .footer-logo {
  width: 200px;
  border-bottom: 2px solid #ffffff;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  padding: 0 0 11px 0;
  margin: 65px 0 24px 0;
}
footer .footer-b .footer-logo img {
  width: 20px;
  height: 18px;
  margin: 0 12px 0 0;
}
footer .footer-b .footer-logo p {
  line-height: 16px;
  height: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}
footer .footer-b .footer-t {
  padding-bottom: 20px;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto 0px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  color: #ffffff;
}
footer .footer-b .footer-t ul {
  display: flex;
}
footer .footer-b .footer-t ul li.item {
  font-size: 12px;
  font-weight: 800;
  color: #ffffff;
}
footer .footer-b .footer-t .ul-left .item {
  display: inline-block;
  width: 110px;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}
footer .footer-up {
  width: 100%;
  padding: 0 0 50px 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
footer .footer-up .footer-l-box {
  display: flex;
  flex-wrap: wrap;
}
footer .footer-up .footer-l {
  display: flex;
  justify-content: flex-start;
}
footer .footer-up .footer-l .footer-l-i {
  width: auto;
  margin: 0 20px 0 0;
}
footer .footer-up .footer-l-i-tel {
  color: #ffffff;
}
footer .footer-up .box-footer-l-i-t {
  margin-top: -40px;
  margin-left: 50px;
}
footer .footer-up .footer-l-i-t {
  color: #ffffff;
  margin: 0px auto 23px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
}
footer .footer-up .footer-l-i-t img {
  width: 20px;
  height: 20px;
  margin: 0 9px 0 0;
}
footer .footer-up .footer-l-i-t .footer-box-tel2 {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}
footer .footer-up .footer-l-i-c {
  font-size: 16px;
  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 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 6px;
}
footer .footer-up .footer-l-i-c a:last-child {
  margin-bottom: 0;
}
.footer-r-box {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  box-sizing: border-box;
  margin: 80px 0 0 0;
}
.footer-r-box .an-box-icon {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 260px;
}
.footer-r-box .an-box-icon .box-icon:hover .box-qrcode {
  visibility: visible;
}
.footer-r-box .an-box-icon .box-icon {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.footer-r-box .an-box-icon .box-icon .box-icon-item {
  width: 28px;
  height: 28px;
}
.footer-r-box .an-box-icon .box-icon .box-icon-item img.icon {
  width: 28px;
  height: 28px;
}
.footer-r-box .an-box-icon .box-icon .box-qrcode {
  visibility: hidden;
  width: 130px;
  height: 135px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -150px;
  left: 40%;
  transform: translateX(-50%);
  z-index: 10;
}
.footer-r-box .an-box-icon .box-icon .box-qrcode .img-qrcode {
  width: 110px;
  height: 110px;
}
.footer-r-box .an-box-icon .box-icon .box-qrcode:after {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid rgba(255, 255, 255, 0.1);
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-40%);
}
footer .footer-up .footer-r {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
}
footer .box-code {
  width: 136px;
  height: 136px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .box-code .f-code {
  width: 136px;
  height: auto;
}
footer .t-code {
  width: 206px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}
footer .footer-down {
  width: 100%;
  min-height: 41px;
  font-size: 14px;
  font-weight: 400;
  color: #cdcbcb;
  text-align: center;
  background-color: #424242;
  border-top: 1px solid #484848;
  height: 60px;
  line-height: 60px;
}
footer .footer-down .footer-abtn {
  width: 92%;
  margin: 50px 0 40px 0;
  display: none;
}
.abtn-content {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
footer .footer-down .footer-abtn .abtn00 {
  padding: 0.12rem 0.32rem 0.12rem 0.32rem;
  text-align: center;
  background: #ffffff;
  border-radius: 35px;
  font-family: PingFang SC;
  font-weight: 700;
  font-size: 0.26rem;
}
footer .footer-down .footer-abtn .abtn01 {
  background: #ffffff;
  color: #e71f19;
}
footer .footer-down .footer-abtn .abtn02 {
  background: #e71f19;
  color: #ffffff;
}
footer .footer-down .footer-abtn .abtn03 {
  background: #ff7800;
  color: #ffffff;
}
footer .footer-down .footer-txt {
  margin: 10px auto 10px;
  width: 80%;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
}
@media (max-width: 1700px) {
  header .nav-box .logo img {
    width: 336px;
    height: auto;
  }
  header .nav-box .nax-right {
    display: flex;
    flex-wrap: nowrap;
    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 .wrap {
    background-color: #ffffff;
  }
  .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 6px;
    height: 76px;
  }
  nav ul li a span {
    font-size: 14px;
  }
}
@media (max-width: 1300px) {
  nav ul li > a {
    font-size: 14px;
  }
  .nav-qrcode {
    width: 50px;
    height: 50px;
  }
  .nav-tel-txt {
    font-size: 14px;
  }
  .header-top-i,
  .mauto {
    width: 95%;
  }
}
@media (max-width: 1024px) {
  .public-top {
    margin-top: 70px !important;
    min-height: calc(100vh - 100px);
  }
}
@media (max-width: 1400px) {
  footer .footer-up .footer-l .footer-l-i {
    width: 90px;
  }
  footer {
    font-family: PingFang SC;
  }
  footer .footer-head {
    width: 100%;
    height: 70px;
    background: #424242;
    background-color: #424242;
  }
  footer .footer-head .wrap {
    height: 70px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
  }
  footer .footer-head .wrap .item {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    margin: 0 67px 0 0;
  }
  footer .footer-head .wrap .item img {
    width: 26px;
    height: auto;
    margin: 0 7px 0 0;
  }
  footer .footer-head .wrap .item p {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    font-family: PingFang SC;
  }
  footer .footer-b {
    width: 100%;
    background-color: #424242;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0px 0;
  }
  footer .footer-b .wrap {
    width: 100%;
  }
  footer .footer-b .footer-t {
    padding-bottom: 20px;
    width: 100%;
    margin: 0 auto 0px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    color: #ffffff;
  }
  footer .footer-b .footer-t ul {
    display: flex;
  }
  footer .footer-b .footer-t ul li.item {
    font-size: 10px !important;
    font-weight: 800;
    color: #ffffff;
  }
  footer .footer-b .footer-t .ul-left .item {
    display: inline-block;
    width: 90px;
    font-size: 12px !important;
    text-align: left;
    font-weight: bold;
  }
  footer .footer-up {
    width: 100%;
    padding: 0 0 50px 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
  }
  footer .footer-up .footer-l-box {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
  }
  footer .footer-up {
    flex-wrap: wrap;
  }
  footer .footer-up .footer-l {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  footer .footer-up .footer-l .footer-l-i {
    width: 100%;
    font-size: 10px !important;
  }
  footer .footer-up .footer-l-i-t {
    color: #ffffff;
    margin: 0px auto 23px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
  }
  footer .footer-up .footer-l-i-t img {
    width: 20px;
    height: 20px;
    margin: 0 9px 0 0;
  }
  footer .footer-up .footer-l-i-t .footer-box-tel2 {
    font-size: 12px !important;
    font-weight: 400;
    color: #ffffff;
  }
  footer .footer-up .footer-l-i-c {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 36px;
    display: flex;
    width: 100%;
  }
  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 {
    font-size: 12px !important;
    font-weight: 400;
    margin-bottom: 6px;
  }
  footer .footer-up .footer-l-i-c a:last-child {
    margin-bottom: 0;
  }
  .footer-r-box {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-r-box .box-icon {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-r-box .box-icon img {
    width: 28px;
    height: 28px;
  }
  footer .box-code {
    width: 100px;
    height: 100px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
  }
  footer .box-code .f-code {
    width: 100px;
    height: auto;
  }
  footer .t-code {
    width: 100%;
    text-align: center;
    font-size: 10px;
    font-weight: 400;
    color: #ffffff;
  }
  footer .footer-down {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 100%;
    min-height: 41px;
    font-size: 14px;
    font-weight: 400;
    color: #cdcbcb;
    text-align: center;
    background-color: #424242;
  }
  footer .footer-down .footer-abtn {
    display: inline-block !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 li {
    border-bottom: 1px solid #ebebeb;
    animation: resize 0.5s both;
    -webkit-animation: resize 0.5s both;
  }
  .header-m .nav li a {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    padding: 0 40px;
    color: #666;
    vertical-align: middle;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
  }
  .header-m .nav li a::after {
    position: absolute;
    content: "";
    left: 20px;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border: 1px solid #999;
    border-radius: 50%;
    background: transparent;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .header-m .nav > li .sub-nav {
    display: none;
  }
  .header-m .nav > li .sub-nav a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 12px 40px;
    background: #f2f2f2;
    color: #4e4e4e;
  }
  .header-m .nav > li .sub-nav a::before,
  .header-m .nav > li .sub-nav a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 20px;
    top: 20px;
    border: 5px solid transparent;
    overflow: hidden;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .header-m .nav > li .sub-nav a::before {
    left: 21px;
    border-left: 5px solid #555;
  }
  .header-m .nav > li .sub-nav a::after {
    border-left: 5px #ebebeb solid;
  }
  .header-m .nav > li .cur {
    position: relative;
  }
  .header-m .nav > li .cur::after,
  .header-m .nav > li .cur::before {
    position: absolute;
    content: "";
    background: #999;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .header-m .nav > li .cur::before {
    top: 19px;
    right: 25px;
    width: 2px;
    height: 12px;
  }
  .header-m .nav > li .cur::after {
    top: 24px;
    right: 20px;
    width: 12px;
    height: 2px;
  }
  .header-m .nav > li.active::after {
    background: #fff;
  }
  .header-m .nav > li.active::before {
    height: 0;
  }
  .header-m .nav > li.active > a {
    color: #fff;
    background: #e71f19;
  }
  .header-m .nav > li.active > a::after {
    border-color: #fff;
    background: #fff;
  }
  .header-m .nav > 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: 20px;
    width: 20px;
    height: 70px;
    cursor: pointer;
    background: url(../img/search2.png) no-repeat left center;
    background-size: 100% auto;
  }
  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-t {
    display: block;
  }
  .public-footer-t li {
    margin: 0 30px 0;
    height: 30px;
  }
  .public-footer-b {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .LeftandRightStructure .list-i .item .item-box-right {
    display: none;
  }
  .footer-head {
    display: none;
  }
  .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;
  }
}
