body {
  font-family: PingFang SC;
}

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

.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: 1280px;
  margin: 0 auto;
}

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

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

header {
  position: fixed;
  z-index: 555;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  height: 76px;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.05);
  font-family: PingFang SC;
}

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

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

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

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

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

header .nav-search {
  width: 20px;
  height: 20px;
  margin: 0 0px 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 .header-active {
  color: #101a87;
  padding-bottom: 10px;
}

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

header nav ul li a {
  position: relative;
  margin: 27px 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #000000;
  font-family: PingFang SC;
}

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

header 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;
}

header nav ul li .sub-nav {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  top: 75px;
  left: 48%;
  padding: 2px;
  min-width: 160px;
  box-shadow: 0px 2px 29px 0px rgba(16, 26, 135, 0.09);
  background: rgba(255, 255, 255, 0.9);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

header nav ul li .sub-nav a {
  display: block;
  margin: 0px 0 !important;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  padding: 0 6px;
}

header 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;
}

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

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

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

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

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

header nav ul li:hover a::after {
  transform: scale(1);
  -webkit-transform: scale(1);
}

.index-container .product-index {
  width: 100%;
  height: 340px;
  background-size: cover;
  display: inline-block;
  position: relative;
}

.index-container .product-index .wrap {
  height: 100%;
}

.index-container .product-index .wrap .box-txt {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  font-family: PingFang SC;
}

.index-container .product-index .wrap .t1 {
  width: 100%;
  font-size: 40px;
  font-weight: 500;
  color: #ffffff;
  position: relative;
  margin: 0 0 30px 0;
  font-family: PingFang SC;
}

.index-container .product-index .wrap .t1::after {
  content: "";
  width: 80px;
  height: 3px;
  background: #ffffff;
  position: absolute;
  bottom: -18px;
  left: 0;
}

.index-container .product-index .wrap .t2 {
  margin-top: 10px;
  width: 100%;
  font-size: 22px;
  font-weight: 400;
  color: #ffffff;
  font-family: PingFang SC;
  opacity: 0.3;
}

.index-container .product-index .wrap .bottom-nav {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: rgba(16, 26, 135, 0.15);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.index-container .product-index .wrap .bottom-nav a {
  width: 200px;
  text-align: center;
  line-height: 60px;
  height: 60px;
  background: rgba(16, 26, 135, 0.3);
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 22px;
  color: #ffffff;
}

.index-container .product-index .wrap .bottom-nav a.active {
  background: #101a87;
}

.index-container .product-search {
  background-image: url(../img/banner_search.png);
}

.index-container .product-productCenter {
  background-image: url(../img/banner_product.png);
}

.index-container .product-connect {
  background-image: url(../img/banner_contact_us.png);
}

.index-container .product-solution {
  background-image: url(../img/banner_solution.png);
}

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

.index-container .product-content .wrap {
  margin: 29px auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}

.index-container .product-content .box-nav {
  font-family: PingFang SC;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}

.index-container .product-content .box-nav img {
  width: 18px;
  height: auto;
  margin: 0 11px 0 0;
}

.index-container .product-content .box-nav .txt2 {
  margin: 0 5px;
}

.index-container .product-content .box-nav .more-icon {
  margin: 0 10px;
}

.index-container .product-content .box-nav-right {
  font-size: 16px;
  font-weight: 400;
  color: #161616;
}

.index-container .product-field {
  width: 100%;
  min-height: 800px;
  padding: 0 0 0px 0;
  display: inline-block;
}

.index-container .product-field .box-title {
  margin: 21px auto 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.index-container .product-field .box-title img {
  width: 50px;
  height: auto;
  margin: 0 13px 0 0;
}

.index-container .product-field .box-title .title {
  font-size: 30px;
  font-weight: bold;
  color: #e71f19;
}

.index-container .product-field .box-content {
  margin: 0px auto 0;
}

.index-container .product-field .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;
}

.index-container .product-field .box-content .box-item-content .item {
  /* width: 30%; */
  width: 300px;
  /* max-width: 206px; */
  margin: 0 18px 53px 0px;
}

.index-container .product-field .box-content .box-item-content .box-img {
  width: 100%;
  height: auto;
  background: #f0f0f0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.index-container .product-field .box-content .box-item-content .img-scale {
  width: 100%;
}

.index-container .product-field .box-content .box-item-content .txt {
  margin: 30px auto 0;
  text-align: center;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 700;
  color: #000000;
}

.index-container .product-field .box-content .swiper-pagination {
  bottom: 0px;
}

.index-container .product-field .box-content .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 0 6px;
  background: #000000;
  border-radius: 50%;
  padding: 0;
}

.index-container .box-news-center {
  width: 100%;
  padding: 1px 0 70px 0;
  margin: 114px 0 0 0;
  background: #f1f1f1;
}

.index-container .box-news-center .box-news-content {
  display: flex;
  flex-wrap: wrap;
}

.index-container .box-news-center .box-news-content .item-news-content {
  width: 32%;
  height: auto;
  padding: 0 0 60px 0;
  max-height: 500px;
  margin: 0 1% 39px;
  background: #ffffff;
}

.index-container .box-news-center .box-news-content .item-news-content .img-scale {
  width: 100%;
  height: auto;
}

.index-container .box-news-center .box-news-content .item-news-content .time {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  /* width: 352px; */
  width: 90%;
  margin: 28px auto 25px;
}

.index-container .box-news-center .box-news-content .item-news-content .time .time-txt {
  width: 160px;
  height: 16px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #636363;
  line-height: 16px;
}

.index-container .box-news-center .box-news-content .item-news-content .time .time-count {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-end;
  width: 28px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #636363;
}

.index-container .box-news-center .box-news-content .item-news-content .time .time-count img {
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
}

.index-container .box-news-center .box-news-content .item-news-content .title {
  /* width: 352px; */
  width: 90%;
  margin: 0 auto;
  text-align: left;
  height: 18px;
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 18px;
  color: #0b0b0b;
  line-height: 18px;
}

.index-container .box-news-center .box-news-content .item-news-content .content {
  /* width: 352px; */
  width: 90%;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #636363;
  margin: 22px auto 0;
  line-height: 26px;
}

.index-container .box-news-center .box-news-content .item-news-content:nth-child(3) {
  margin: 0 0px 39px 0;
}

.box-left-and-right .item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  margin: 0 auto 51px;
}

.box-left-and-right .item .item-img {
  width: 600px;
  height: 350px;
}

.box-left-and-right .item .item-img img {
  width: 100%;
  height: auto;
}

.box-left-and-right .item .txt {
  width: 600px;
}

.box-left-and-right .item .txt .top-txt {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.box-left-and-right .item .txt .top-txt img {
  width: 38px;
  height: 38px;
  margin: 0 5px 0 0;
}

.box-left-and-right .item .txt .top-txt span {
  height: 23px;
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: 600;
  color: #101a87;
}

.box-left-and-right .item .txt .bottom-txt {
  margin: 32px 0 0 0;
  width: 100%;
  height: 17px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #000000;
  line-height: 17px;
  text-align: center;
}

.page-b {
  width: max-content;
  margin: auto;
}

.page-b .p1 {
  line-height: 36px;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #ffffff;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  margin: 0 5px;
}

.page-b .p2 {
  display: flex;
}

.page-b .p2 li {
  margin: 0 5px;
  text-align: center;
  line-height: 36px;
  width: 36px;
  height: 36px;
  background: #ffffff;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
}

.page-b .p2 li.cur {
  font-weight: bold;
  width: 36px;
  height: 36px;
  background: #101a87;
  border-radius: 4px;
  color: #ffffff;
}

.item-module-title {
  width: 100%;
  margin: 50px auto 70px;
}

.item-module-title .wrap {
  width: auto;
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.item-module-title .wrap .atitle {
  text-align: center;
  width: 100%;
  font-size: 32px;
  font-family: PingFang SC;
  font-weight: 600;
  color: #101a87;
}

.item-module-title .wrap .etitle {
  margin: 16px auto 0;
  text-align: center;
  width: 100%;
  height: 22px;
  font-size: 28px;
  font-family: Arial;
  font-weight: bold;
  color: #101a87;
  line-height: 22px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-transform: uppercase;
}

.item-module-title .wrap .etitle .triangle {
  margin: 0 0 0 15px;
  width: 0;
  height: 0;
  border-left: 10px solid #101a87;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.item-module-content .box-pro-content {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}

.item-module-content .box-pro-content .item-module {
  width: 235px;
  height: auto;
  margin: 0 26px 15px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
}

.item-module-content .box-pro-content .item-module .item-img {
  width: 235px;
  height: 235px;
  background: #f0f0f0;
}

.item-module-content .box-pro-content .item-module .txt {
  margin: 10px auto 0;
  width: 100%;
  line-height: 30px;
  text-align: center;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #0b0b0b;
}

.item-module-content .box-pro-content .item-module:nth-child(5) {
  margin: 0 0 15px 0;
}

@media (max-width: 600px) {
  .item-module-content .box-pro-content {
    flex-wrap: wrap !important;
  }

  .item-module-content .box-pro-content .item-module {
    margin: 0 1% 15px !important;
  }
}

@media (max-width: 1300px) {
  .index-container .product-field .box-content .box-item-content .item {
    /* width: 30%; */
    width: auto;
    max-width: 206px;
    margin: 0 18px 53px 0px;
  }
}

@media (max-width: 1280px) {

  .wrap {
    width: 96%;
  }

  .module-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }

  .module-content .left-content {
    width: 100% !important;
  }

  .module-content .left-content .module-ul li {
    width: 100%;
    text-align: left;
    height: 16px;
    line-height: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #0b0b0b;
    padding: 0 0 0 16px;
    position: relative;
    margin: 0 0 20px 0;
  }

  .module-content .left-content .module-ul li:before {
    content: "";
    top: 6px;
    left: 5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #0b0b0b;
    position: absolute;
  }

  .module-content .right-content {
    width: 50%;
  }

  .item-module-content .box-pro-content {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: auto;
  }

  .item-module-content .box-pro-content .item-module {
    width: 48%;
    max-width: 235px;
    height: auto;
    margin: 0 15px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .item-module-content .box-pro-content .item-module .item-img {
    width: 100%;
    height: auto;
  }

  .item-module-content .box-pro-content .item-module:nth-child(5) {
    margin: 0 0 15px 0;
  }
}

.item-more {
  width: 110px;
  height: 36px;
  border: 1px solid #101a87;
  line-height: 36px;
  text-align: center;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #101a87;
  cursor: pointer;
  margin: 69px auto 0;
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 10;
}

.item-more:after {
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  left: 0;
  background-color: #101a87 !important;
  width: 0;
  transition: all 0.3s;
  z-index: -1;
}

.item-more:hover {
  color: #ffffff !important;
}

.item-more:hover:after {
  width: 100%;
  /* background-color: #101a87 !important; */
}

.productContainer .product-top-l {
  width: 45%;
  height: auto;
  padding: 0 0 10px 0;
  background: #ffffff;
}

.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: 100%;
  height: 100%;
  padding: 0.3rem 0;
}

.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: 100%;
  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: #101a87 !important;
}

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

.productContainer .product-top-r {
  width: 50%;
}

.productContainer .product-top-r .title {
  font-size: 26px;
  font-weight: bold;
  color: #101a87;
  padding-bottom: 0.3rem;
  padding-top: 0.7rem;
  margin-bottom: 0.3rem;
  border-bottom: 1px solid #e0e0e0;
}

.productContainer .product-top-r .title span {
  font-size: 26px;
}

.productContainer .product-top-r .price-b-con .t1 {
  font-size: 16px;
  font-weight: 500;
  color: #212121;
  line-height: 36px;
}

.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: #101a87;
  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;
}

.txt-result {
  margin: 38px auto 49px;
  font-family: PingFang SC;
  font-size: 16px;
  color: #000000;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.txt-result .blue-result {
  color: #101a87;
}

@media (max-width: 1000px) {
  #navItemChange {
    display: none;
  }

  .index-container .product-content {
    display: none !important;
  }

  .index-container .product-index {
    height: 160px;
  }

  .index-container .product-index .wrap .t1 {
    font-size: 26px;
  }

  .index-container .product-index .wrap .t1::after {
    content: "";
    width: 45px;
    height: 2px;
    bottom: -10px;
  }

  .index-container .product-index .wrap .t2 {
    font-size: 16px;
    margin-top: 0;
  }

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

  .productContainer .flex-between {
    flex-wrap: wrap;
  }

  .productContainer .product-top-l {
    width: 100%;
    border: 1px solid rgba(231, 231, 231, 0.75);
    height: auto;
    padding: 0 0 10px 0;
    background: #ffffff;
    border: 1px solid #dcdcdc;
  }

  .productContainer .product-d-swiper {
    width: 100% !important;
    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: 100%;
    height: 100%;
    padding: 0.3rem 0;
  }

  .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: #101a87 !important;
  }

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

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

  .productContainer .product-top-r {
    width: 100%;
  }

  .productContainer .product-top-r .title {
    font-size: 26px;
    font-weight: bold;
    color: #111111;
    padding-bottom: 0.45rem;
    padding-top: 0.7rem;
    margin-bottom: 0.53rem;
    border-bottom: 1px solid #e0e0e0;
  }

  .productContainer .product-top-r .title span {
    font-size: 26px;
  }

  .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: #101a87;
    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: 800px;
    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: #101a87;
    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: center;
    align-content: center;
    justify-content: flex-start;
  }

  .product-field3 .box-content .box-item-content .item {
    width: 370px;
    margin: 0 22px 53px 22px;
  }

  .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: 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;
  }
}

.LeftandRightStructure {
  display: flex;
  flex-wrap: wrap;
}

.LeftandRightStructure .box-right {
  margin: 0 30px 0 0;
}

.LeftandRightStructure .box-right .item-menu {
  width: 280px;
  height: auto;
  border-top: 4px solid #101a87;
  box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.1);
  margin: 0 0 20px 0;
  padding: 0 0 30px 0;
}

.LeftandRightStructure .box-right .item-menu .title {
  margin: 20px auto 0;
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  color: #101a87;
  padding: 0 0 0 20px;
}

.LeftandRightStructure .box-right .item-menu .etitle {
  margin: 10px auto 20px;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.2);
  padding: 0 0 0 20px;
}

.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:hover {
  background-color: #f0f0f0;
}

.LeftandRightStructure .box-right .item-menu .am-menu .nav .item {
  border-bottom: 1px solid #e6e6e6;
}

.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_arrow_grey.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  width: 8px;
  height: 12px;
  font-size: 12px;
  color: #161616;
}

.LeftandRightStructure .box-right .item-menu .am-menu .nav .item:last-child {
  border: none;
}

.LeftandRightStructure .box-right .item-menu .am-menu .nav .active .t1 {
  height: 50px;
  background-color: #101a87;
  color: #ffffff;
}

.LeftandRightStructure .box-right .item-menu .am-menu .nav .active a::after {
  background-image: url("../img/icon_arrow_white.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 .box-left {
  max-width: 960px;
  /* width: 100%; */
}

.LeftandRightStructure .box-left .item-content .module-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}

.LeftandRightStructure .box-left .item-content .module-content .left-content {
  width: 50%;
}

.LeftandRightStructure .box-left .item-content .module-content .left-content .module-ul ul {
  display: flex;
  flex-wrap: wrap;
}

.LeftandRightStructure .box-left .item-content .module-content .left-content .module-ul li {
  width: auto;
  min-width: 50%;
  text-align: left;
  height: 16px;
  line-height: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #0b0b0b;
  padding: 0 0 0 16px;
  position: relative;
  margin: 0 0 20px 0;
}

.LeftandRightStructure .box-left .item-content .module-content .left-content .module-ul li p {
  white-space: break-spaces;
}

.LeftandRightStructure .box-left .item-content .module-content .left-content .module-ul li:before {
  content: "";
  top: 6px;
  left: 5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #0b0b0b;
  position: absolute;
}

.LeftandRightStructure .box-left .item-content .module-content .right-content {
  width: 50%;
}

.LeftandRightStructure .box-left .item-content .size-content {
  text-align: center;
  margin: auto;
}

.LeftandRightStructure .box-left .item-content .size-content img {
  width: 618px;
  height: auto;
  margin: 38px auto 0;
}

.LeftandRightStructure .box-left .item-content .size-content .txt {
  width: 100%;
  text-align: center;
  height: 12px;
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 12px;
  color: #6c6c6c;
  line-height: 12px;
}

.LeftandRightStructure .box-left .item-content .item-prodect-img {
  width: 100%;
  margin: 0px auto 0;
}

.LeftandRightStructure .box-left .item-content .item-prodect-img img {
  width: 100%;
  height: auto;
}

.LeftandRightStructure .box-left .item-content .module-title {
  margin: 65px 0 32px 0;
  width: 100%;
  text-align: left;
  height: 18px;
  line-height: 18px;
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 18px;
  color: #101a87;
}

.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;
  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 {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #161616;
}

.LeftandRightStructure .box-left .item-content .item-left-content p span {
  /* width: 100%; */
  display: inline-block;
  /* margin: 10px 0 0 20px; */
}

.box-table {
  margin: 18px 0 0 0;
  width: 100%;
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #000000;
  text-align: center;
}

.box-table .firstRow td {
  width: 192px;
  padding: 20px 0;
  background: #c8c8c8 !important;
  text-align: center;
  border: 1px solid #ffffff;
  font-weight: bold;
}

.box-table tr td:nth-child(1) {
  background: #e1e1e1;
  font-weight: bold;
}

.box-table tr td {
  width: 192px;
  padding: 20px 0;
  background: #ebebeb;
  border: 1px solid #ffffff;
}

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

.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;
}

.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;
}

.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;
}

.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;
}

.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 .bottom-page-btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-around;
  width: 100%;
  min-height: 60px;
  background: #f5f5f5;
  margin: 83px auto 0;
}

.LeftandRightStructure .box-left .item-content .bottom-page-btn .left-btn {
  padding-left: 64px;
  width: 50%;
  height: 60px;
  font-family: PingFang SC;
  font-weight: 700;
  font-size: 16px;
  line-height: 60px;
}

.LeftandRightStructure .box-left .item-content .bottom-page-btn .left-btn .blue {
  color: #101a87;
}

.LeftandRightStructure .box-left .item-content .bottom-page-btn .left-btn .black {
  color: #000000;
}

.LeftandRightStructure .box-content {
  margin: 53px auto 0;
}

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

.LeftandRightStructure .box-content .item-content {
  position: relative;
  width: 22%;
}

.LeftandRightStructure .box-content .item-content .bottom-txt {
  position: absolute;
  bottom: 40px;
  left: 10%;
  width: 80%;
  height: auto;
}

.LeftandRightStructure .box-content .item-content .name {
  width: 100%;
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: 800;
  color: #ffffff;
}

.LeftandRightStructure .box-content .item-content .t2 {
  width: 100%;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
  margin-top: 10px;
}

.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: flex-start;
  align-items: center;
  align-content: center;
}

.LeftandRightStructure .box-item-nav .item .item-r .count1 {
  font-size: 46px;
  font-weight: bold;
  color: #101a87;
  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: #101a87;
}

.LeftandRightStructure .box-item-nav .item .item-r .txt2 {
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
}

.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: #101a87;
  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: #101a87;
}

.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: 50px;
  height: 50px;
  font-size: 16px;
  font-weight: 400;
  color: #969696;
  line-height: 50px;
}

.LeftandRightStructure .box-search .right {
  width: 120px;
  height: 50px;
  background: #101a87;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.LeftandRightStructure .box-search .right img {
  width: 24px;
  height: 24px;
}

.LeftandRightStructure .list-i {
  margin-top: 50px;
}

.LeftandRightStructure .list-i .item {
  height: 67px;
  border-bottom: 1px solid #dcdcdc;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}

.LeftandRightStructure .list-i .item .left {
  font-size: 16px;
  color: #161616;
}

.LeftandRightStructure .list-i .item .right {
  font-size: 16px;
  color: #969696;
}

.product-detail {
  width: 100%;
  background-size: 100% 100%;
  display: inline-block;
}

.product-detail .box-content {
  margin: auto;
  max-width: 960px;
  width: 100%;
}

.product-detail .box-content .product-swiper {
  padding: 0 0 200px 0;
}

.product-detail .box-content .swiper {
  padding: 0px 0px;
  box-sizing: content-box;
  margin: 60px auto 0;
}

.product-detail .box-content .swiper .swiper-slide {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.product-detail .box-content .swiper .swiper-slide .item {
  max-width: 210px;
  width: 20%;
  margin: 0 8px 20px 8px;
}

.product-detail .box-content .swiper .swiper-slide .img-scale {
  width: 100%;
  height: auto;
  background: #ffffff;
  border: 1px solid #dcdcdc;
}

.product-detail .box-content .swiper .swiper-slide .txt {
  width: 100%;
  text-align: center;
  height: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #0b0b0b;
  line-height: 16px;
  margin: 24px auto 0;
}

.product-detail .box-content .swiper-button-prev {
  width: 9px;
  height: 16px;
  left: 0px;
  transform: translateY(-50%);
}

.product-detail .box-content .swiper-button-prev img {
  width: 9px;
  height: 16px;
}

.product-detail .box-content .swiper-button-next {
  width: 9px;
  height: 16px;
  right: 0px;
  transform: translateY(-50%);
}

.product-detail .box-content .swiper-button-next img {
  width: 9px;
  height: 16px;
}

.product-detail .box-content .swiper-button-prev:after,
.product-detail .box-content .swiper-button-next:after {
  display: none;
}

.red-line-title {
  width: 100%;
  margin: 59px auto 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: relative;
  max-width: 250px;
}

.red-line-title img {
  width: 42px;
  height: 22px;
  margin: 0 0px 0 0;
}

.red-line-title p {
  word-break: keep-all;
  font-size: 24px;
  height: 22px;
  line-height: 22px;
  font-weight: 700;
  color: #101a87;
  margin: 0 20px;
}

.red-line-title:before {
  content: "";
  position: absolute;
  top: 10px;
  left: -250px;
  width: 250px;
  height: 1px;
  background: #101a87;
}

.red-line-title:after {
  content: "";
  position: absolute;
  top: 10px;
  right: -250px;
  width: 250px;
  height: 1px;
  background: #101a87;
}

.connect-map .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 64px 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: 500px;
}

.connect-map .map-r .map-r-t {
  border-bottom: 1px solid #dcdcdc;
  padding: 0 0 40px 0;
}

.connect-map .map-r .map-r-t img {
  width: 202px;
  height: auto;
  margin: 54px 0 0 0;
}

.connect-map .map-r .map-r-b {
  margin: 21px 0 0 0;
}

.connect-map .map-r .map-r-b .item {
  margin: 0 5px 30px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}

.connect-map .map-r .map-r-b .item .item-top {
  width: 100%;
  text-align: left;
}

.connect-map .map-r .map-r-b .item .item-top img {
  width: 22px;
  height: 22px;
  margin: 0 13px 0 0;
}

.connect-map .map-r .map-r-b .item .item-top span {
  font-size: 16px;
  font-weight: bold;
  color: #101a87;
}

.connect-map .map-r .map-r-b .item .item-bottom {
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #000000;
  padding: 15px 0 0 36px;
}

.connect-map .map-r .map-r-b .item .item-bottom span {
  margin: 0 10px;
}

.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;
  overflow: hidden;
}

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

.connect-message .form-box .form-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

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

.connect-message .form-box .form-item .a-item-2 {
  margin-right: 3%;
  width: 100%;
}

.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 .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 20px 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: 12px;
  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: 14px;
  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 {
  padding: 0 0 0 20px;
  width: 100%;
  margin-top: 15px;
  height: 46px;
  background: #f6f6f6;
  font-size: 14px;
  font-weight: 400;
  color: #969696;
  line-height: 46px;
}

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

.connect-message .form-box .form-item .input-submit {
  width: 280px;
  height: 50px;
  background: #101a87;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 50px;
  justify-content: center;
  text-align: center;
  margin: 0 20px 20px 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: 0 0 0 0px;
}

.box-article {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.box-article p {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #0b0b0b;
  line-height: 30px;
  font-family: PingFang SC;
}

.box-article img {
  width: 100%;
  height: auto;
  margin: 40px auto 0;
}

.box-article .box-module {
  display: flex;
  flex-wrap: nowrap;
}

.box-article .box-module .item-module {
  width: 300px;
  height: 180px;
  background: #ffffff;
  box-shadow: 0px 2px 29px 0px rgba(16, 26, 135, 0.09);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.box-article .box-module .item-module .count-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.box-article .box-module .item-module .count-wrap .count-img {
  width: 52px;
  height: 52px;
  margin: 0 auto 29px;
}

.box-article .box-module .item-module .count-wrap .countTxt {
  font-size: 40px;
  font-weight: bold;
  color: #101a87;
  line-height: 34px;
  width: 100%;
  text-align: center;
  margin: 0 0 30px 0;
}

.box-article .box-module .item-module .count-wrap .countTxt .count {
  font-size: 40px;
  font-weight: bold;
  color: #101a87;
  line-height: 34px;
}

.box-article .box-module .item-module .count-wrap .txt {
  text-align: center;
  width: 100%;
  height: 18px;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #101a87;
  line-height: 18px;
  font-weight: bold;
}

.item-modele-ul {
  display: flex;
  /* 弹性布局 */
  width: 100%;
  height: 680px;
  overflow: hidden;
  /* 溢出隐藏 */
}

.item-modele-ul li {
  width: calc(220 / 1920 * 100%);
  height: 680px;
  transition: all 0.5s;
  position: relative;
}

.item-modele-ul li .hover-content {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.2);
}

.item-modele-ul li .hover-content-active {
  display: none;
  background-color: transparent !important;
}

.item-modele-ul img {
  width: 100%;
  height: 680px;
  object-fit: cover;
}

.item-modele-ul .item-active {
  width: calc(820 / 1920 * 100%) !important;
}

.item-modele-ul .item-active .hover-content {
  display: none !important;
}

.item-modele-ul .item-active .hover-content-active {
  display: inline-block !important;
}

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

.item-modele-ul .hover-content .content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  align-content: flex-end;
}

.item-modele-ul .hover-content .content img.pro {
  width: 48px;
  height: 48px;
}

.item-modele-ul .hover-content .content p.txt {
  width: 100%;
  text-align: center;
  height: 19px;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  line-height: 19px;
  margin: 31px auto 0;
}

.item-modele-ul .hover-content .content img.more {
  width: 42px;
  height: 42px;
  margin: 65px auto 65px;
}

.item-modele-ul .hover-content-active {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
}

.item-modele-ul .hover-content-active .content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  align-content: flex-end;
  padding: 0 0 187px 99px;
}

.item-modele-ul .hover-content-active p.txt {
  width: 100%;
  text-align: left;
  height: 19px;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  line-height: 19px;
  margin: 31px auto 39px;
}

.item-modele-ul .hover-content-active p.txt2 {
  width: 374px;
  height: 45px;
  line-height: 25px;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}

.item-modele-ul .hover-content-active img.more {
  width: 42px;
  height: 42px;
  margin: 65px auto 65px;
}

.item-modele-ul .hover-content-active .moretxt {
  width: 220px;
  height: 50px;
  line-height: 50px;
  background: #101a87;
  position: absolute;
  bottom: 88px;
  left: 0;
  padding: 0 0 0 98px;
  color: #ffffff;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 16px;
}

.item-modele-adv {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-between;
}

.item-modele-adv .item {
  margin: 0 0 0 0;
  width: 284px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
}

.item-modele-adv .item .item-top {
  width: 284px;
}

.item-modele-adv .item .item-top img {
  width: 284px;
  height: auto;
}

.item-modele-adv .item .item-top .img-scale {
  width: 284px;
  height: auto;
}

.item-modele-adv .item .item-bottom .t1 {
  margin: 38px auto 0;
  width: 100%;
  text-align: center;
  height: 18px;
  line-height: 18px;
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 18px;
  color: #101a87;
}

.item-modele-adv .item .item-bottom .t2 {
  margin: 36px auto 0;
  width: 100%;
  line-height: 30px;
  text-align: center;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #0b0b0b;
}

.item-modele-adv .item:nth-child(3) {
  margin: 0;
}

/* 动作 变大 变小*/
.news-list-container .news-i {
  min-height: 600px;
}

.news-list-container .member-list {
  margin: 40px auto;
}

.news-list-container .member-list-i {
  padding: 29px 0 24px 0;
  border-bottom: 1px solid #eeeeee;
}

.news-list-container .member-list-img {
  width: calc(480 / 1280 * 100%);
  height: 100%;
  max-width: 480px;
  height: 270px;
  background: #f0f0f0;
  min-width: 330px;
  margin-right: 33px;
}

.news-list-container .member-list-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  margin: auto;
}

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

.news-list-container .member-list-con .t0 {
  width: 100%;
  text-align: left;
  font-size: 22px;
  color: #212121;
  margin-top: 25px;
  font-weight: bold;
  font-family: PingFang SC;
  color: #101a87;
}

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

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

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

.news-list-container .member-list-con .box-t3 .t32 {
  margin-left: 61px;
  color: #636363;
}

.news-list-container .member-list-con .box-t3 .t32 img {
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
}

.item-module-content .img-prev {
  display: none;
}

.item-module-content .img-next {
  display: none;
}

@media (max-width: 800px) {
  .product-detail .box-content .swiper .swiper-slide .item {
    width: 160px !important;
    max-width: 160px !important;
    margin: 0 2% 20px 8px;
  }

  .product-detail .box-content .swiper .swiper-slide .img-scale {
    width: 100% !important;
    height: 160px !important;
    background: #ffffff;
    border: 1px solid #dcdcdc;
  }

  .product-detail .box-content .swiper .swiper-slide .txt {
    width: 100%;
    text-align: center;
    height: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #0b0b0b;
    line-height: 16px;
    margin: 24px auto 0;
  }
}

@media (max-width: 1000px) {
  .LeftandRightStructure .box-left .item-content .bottom-page-btn {
    flex-wrap: wrap;
  }

  .LeftandRightStructure .box-left .item-content .bottom-page-btn .left-btn {
    width: 100%;
  }

  .connect-map .map-l {
    width: 100%;
    max-width: 700px;
    margin: 0 0px 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: 500px;
  }

  .connect-map .map-r .map-r-t {
    padding: 0 0 40px 0;
  }

  .connect-map .map-r .map-r-t img {
    width: 202px;
    height: auto;
    margin: 54px 0 0 0;
  }

  .connect-map .map-r .map-r-b {
    margin: 21px 0 0 0;
  }

  .connect-map .map-r .map-r-b .item {
    margin: 0 5px 30px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
  }

  .connect-map .map-r .map-r-b .item .item-top {
    width: 100%;
    text-align: left;
  }

  .connect-map .map-r .map-r-b .item .item-top img {
    width: 22px;
    height: 22px;
    margin: 0 13px 0 0;
  }

  .connect-map .map-r .map-r-b .item .item-top span {
    font-size: 16px;
    font-weight: bold;
    color: #101a87;
  }

  .connect-map .map-r .map-r-b .item .item-bottom {
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #000000;
    padding: 15px 0 0 36px;
  }

  .connect-map .map-r .map-r-b .item .item-bottom span {
    margin: 0 10px;
  }

  .box-article .box-module .item-module .count-wrap .countTxt .count {
    font-size: 26px;
  }

  .box-article .box-module .item-module .count-wrap .countTxt {
    font-size: 26px;
  }

  .item-modele-ul {
    display: flex;
    flex-wrap: wrap !important;
    /* 弹性布局 */
    width: 100%;
    height: auto !important;
    overflow: hidden;
    /* 溢出隐藏 */
    position: relative;
  }

  .item-module-content {
    position: relative;
  }

  .item-module-content .img-prev {
    display: inline-block;
    position: absolute;
    width: 30px;
    height: auto;
    z-index: 1000;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
  }

  .item-module-content .img-next {
    display: inline-block;
    position: absolute;
    width: 30px;
    height: auto;
    z-index: 1000;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
  }

  .item-modele-ul li {
    display: none;
    width: 100% !important;
    height: 380px;
    transition: all 0.5s;
    position: relative;
  }

  .item-modele-ul li.item-active {
    display: inline-block !important;
  }

  .item-modele-ul li .hover-content {
    display: inline-block;
  }

  .item-modele-ul li .hover-content-active {
    display: none;
  }

  .item-modele-ul img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .item-modele-ul .item-active {
    width: 100% !important;
  }

  .item-modele-ul .item-active .hover-content {
    display: none !important;
  }

  .item-modele-ul .item-active .hover-content-active {
    display: inline-block !important;
  }

  .item-modele-ul .hover-content {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    display: none !important;
    z-index: 10;
  }

  .item-modele-ul .hover-content .content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    align-content: flex-end;
  }

  .item-modele-ul .hover-content .content img.pro {
    width: 48px;
    height: 48px;
  }

  .item-modele-ul .hover-content .content p.txt {
    width: 100%;
    text-align: center;
    height: 19px;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
    line-height: 19px;
    margin: 31px auto 0;
  }

  .item-modele-ul .hover-content .content img.more {
    width: 42px;
    height: 42px;
    margin: 65px auto 65px;
  }

  .item-modele-ul .hover-content-active {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    z-index: 10;
    display: inline-block !important;
  }

  .item-modele-ul .hover-content-active .content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
    align-content: flex-end;
    padding: 0 0 187px 99px;
  }

  .item-modele-ul .hover-content-active p.txt {
    width: 100%;
    text-align: left;
    height: 19px;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
    line-height: 19px;
    margin: 31px auto 39px;
  }

  .item-modele-ul .hover-content-active p.txt2 {
    width: 374px;
    height: 45px;
    line-height: 25px;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
  }

  .item-modele-ul .hover-content-active img.more {
    width: 42px;
    height: 42px;
    margin: 65px auto 65px;
  }

  .item-modele-ul .hover-content-active .moretxt {
    width: 220px;
    height: 50px;
    line-height: 50px;
    background: #101a87;
    position: absolute;
    bottom: 88px;
    left: 0;
    padding: 0 0 0 98px;
    color: #ffffff;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 16px;
  }

  .item-modele-adv {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
  }

  .item-modele-adv .item {
    margin: 0 0px 50px 0;
  }

  .item-modele-adv .item .item-top {
    width: 284px;
  }

  .item-modele-adv .item .item-top img {
    width: 284px;
    height: auto;
  }

  .item-modele-adv .item .item-top .img-scale {
    width: 284px;
    height: auto;
  }

  .item-modele-adv .item .item-bottom .t1 {
    margin: 38px auto 0;
    width: 100%;
    text-align: center;
    height: 18px;
    line-height: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 18px;
    color: #101a87;
  }

  .item-modele-adv .item .item-bottom .t2 {
    margin: 36px auto 0;
    width: 100%;
    line-height: 30px;
    text-align: center;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #0b0b0b;
  }

  .item-modele-adv .item:nth-child(3) {
    margin: 0;
  }

  .box-news-center {
    width: 100%;
    padding: 1px 0 70px 0;
    margin: 114px 0 0 0;
    background: #f1f1f1;
    justify-content: center;
  }

  .box-news-center .box-news-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .box-news-center .box-news-content .item-news-content {
    max-width: 400px !important;
    width: 100% !important;
    height: 500px;
    margin: 0 0px 39px 0 !important;
    background: #ffffff;
  }

  .box-news-center .box-news-content .item-news-content .img-scale {
    width: 100% !important;
    height: 300px;
  }

  .box-news-center .box-news-content .item-news-content .time {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    width: 92% !important;
    margin: 28px auto 25px;
  }

  .box-news-center .box-news-content .item-news-content .time .time-txt {
    width: 137px;
    height: 16px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #636363;
    line-height: 16px;
  }

  .box-news-center .box-news-content .item-news-content .time .time-count {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
    width: 28px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #636363;
  }

  .box-news-center .box-news-content .item-news-content .time .time-count img {
    width: 20px;
    height: 20px;
    margin: 0 5px 0 0;
  }

  .box-news-center .box-news-content .item-news-content .title {
    width: 92% !important;
    margin: 0 auto;
    text-align: left;
    height: 18px;
    font-family: PingFang SC;
    font-weight: bold;
    font-size: 18px;
    color: #0b0b0b;
    line-height: 18px;
  }

  .box-news-center .box-news-content .item-news-content .content {
    width: 92% !important;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #636363;
    margin: 28px auto 0;
  }

  .box-news-center .box-news-content .item-news-content:nth-child(3) {
    margin: 0 0px 39px 0;
  }

  .product-field {
    width: 100%;
    min-height: 800px;
    padding: 0 0 0px 0;
    display: inline-block;
  }

  .product-field .box-title {
    margin: 21px auto 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }

  .product-field .box-title img {
    width: 50px;
    height: auto;
    margin: 0 13px 0 0;
  }

  .product-field .box-title .title {
    font-size: 30px;
    font-weight: bold;
    color: #e71f19;
  }

  .product-field .box-content {
    margin: 0px auto 0;
  }

  .product-field .box-content .box-item-content {
    padding: 0 0 0px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center !important;
  }

  .product-field .box-content .box-item-content .item {
    width: 180px !important;
    max-width: 180px !important;
    margin: 0 2% 53px 0px !important;
  }

  .product-field .box-content .box-item-content .box-img {
    width: 100% !important;
    height: 180px !important;
    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% !important;
    height: 100% !important;
  }

  .product-field .box-content .box-item-content .txt {
    margin: 30px auto 0;
    text-align: center;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #000000;
  }

  .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;
  }

  .box-left-and-right .item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin: 0 auto 51px;
  }

  .box-left-and-right .item .item-img {
    width: 100%;
    height: auto;
    margin: 0 0 50px 0;
  }

  .box-left-and-right .item .item-img img {
    width: 100%;
    height: auto;
  }

  .box-left-and-right .item .txt {
    width: 600px;
    margin: 0 0 50px 0;
  }

  .box-left-and-right .item .txt .top-txt {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: center;
  }

  .box-left-and-right .item .txt .top-txt img {
    width: 38px;
    height: 38px;
    margin: 0 5px 0 0;
  }

  .box-left-and-right .item .txt .top-txt span {
    height: 23px;
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #101a87;
  }

  .box-left-and-right .item .txt .bottom-txt {
    margin: 32px 0 0 0;
    width: 100%;
    text-align: center;
    height: 17px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 17px;
  }

  footer .footer-b {
    display: none !important;
  }

  footer .footer-down {
    font-size: 9px !important;
  }

  .LeftandRightStructure {
    display: flex;
    flex-wrap: wrap;
  }

  .LeftandRightStructure .box-right {
    margin: 0 20px 0 0;
    border-top: 4px solid #101a87;
  }

  .LeftandRightStructure .box-right .item-menu {
    width: 280px;
    height: auto;
    border: 1px solid #dcdcdc;
    margin: 0 0 20px 0;
    padding: 0 0 30px 0;
  }

  .LeftandRightStructure .box-right .item-menu .title {
    margin: 20px auto 0;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    color: #101a87;
    padding: 0 0 0 0px;
  }

  .LeftandRightStructure .box-right .item-menu .etitle {
    margin: 10px auto 20px;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.2);
    padding: 0 0 0 0px;
  }

  .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 .itemMenuTop a {
    font-size: 16px;
    color: #000000;
    display: block;
    line-height: 24px;
    padding: 12px 20px;
    position: relative;
  }

  .LeftandRightStructure .box-right .item-menu .am-menu .nav .itemMenuTop a::after {
    content: "";
    background-image: url("../img/icon_arrow_grey.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 18px;
    width: 8px;
    height: 12px;
    font-size: 12px;
    color: #161616;
  }

  .LeftandRightStructure .box-right .item-menu .am-menu .nav .item {
    border-bottom: 1px solid #e6e6e6;
  }

  .LeftandRightStructure .box-right .item-menu .am-menu .nav .item .t1 {
    height: 50px;
  }

  .LeftandRightStructure .box-right .itemMenuTop {
    font-size: 16px;
    color: #000000;
    display: block;
    line-height: 24px;
    padding: 12px 20px;
    position: relative;
    font-weight: bold;
  }

  .LeftandRightStructure .box-right .itemMenuTop::after {
    content: "";
    background-image: url("../img/icon-dowm.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 14px;
    width: 18px;
    height: 12px;
    font-size: 12px;
    color: #161616;
  }

  .LeftandRightStructure .box-right .itemMenuBottom {
    font-size: 16px;
    color: #000000;
    display: block;
    line-height: 24px;
    padding: 12px 20px;
    position: relative;
    font-weight: bold;
  }

  .LeftandRightStructure .box-right .itemMenuBottom::after {
    content: "";
    background-image: url("../img/icon-up.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 14px;
    width: 18px;
    height: 12px;
    font-size: 12px;
    color: #161616;
  }

  .LeftandRightStructure .box-right .item-menu .am-menu .nav .item:last-child {
    border: none;
  }

  .LeftandRightStructure .box-right .item-menu .am-menu .nav .active .t1 {
    height: 50px;
    background-color: #101a87;
    color: #ffffff;
  }

  .LeftandRightStructure .box-right .item-menu .am-menu .nav .active a::after {
    background-image: url("../img/icon_arrow_white.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 .box-left {
    max-width: 960px;
    width: 100%;
  }

  .LeftandRightStructure .box-left .item-content .module-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
  }

  .LeftandRightStructure .box-left .item-content .module-content .left-content {
    width: 50%;
  }

  .LeftandRightStructure .box-left .item-content .module-content .left-content .module-ul ul {
    display: flex;
    flex-wrap: wrap;
  }

  .LeftandRightStructure .box-left .item-content .module-content .left-content .module-ul li {
    /* width: 100%; */
    width: auto;
    min-width: 50%;
    text-align: left;
    height: 16px;
    line-height: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #0b0b0b;
    padding: 0 0 0 16px;
    position: relative;
    margin: 0 0 20px 0;
  }

  .LeftandRightStructure .box-left .item-content .module-content .left-content .module-ul li:before {
    content: "";
    top: 6px;
    left: 5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #0b0b0b;
    position: absolute;
  }

  .LeftandRightStructure .box-left .item-content .module-content .right-content {
    width: 50%;
  }

  .LeftandRightStructure .box-left .item-content .size-content {
    text-align: center;
    margin: auto;
  }

  .LeftandRightStructure .box-left .item-content .size-content img {
    width: 618px;
    height: auto;
    margin: 38px auto 0;
  }

  .LeftandRightStructure .box-left .item-content .size-content .txt {
    width: 100%;
    text-align: center;
    height: 12px;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 12px;
    color: #6c6c6c;
    line-height: 12px;
  }

  .LeftandRightStructure .box-left .item-content .item-prodect-img {
    width: 100%;
    margin: 0px auto 0;
  }

  .LeftandRightStructure .box-left .item-content .item-prodect-img img {
    width: 100%;
    height: auto;
  }

  .LeftandRightStructure .box-left .item-content .module-title {
    margin: 65px 0 28px 0;
    width: 100%;
    text-align: left;
    height: 18px;
    line-height: 18px;
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 18px;
    color: #101a87;
  }

  .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;
    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%;
  }

  .news-list-container .member-list-i {
    padding: 29px 0 24px 0;
    border-bottom: 1px solid #eeeeee;
    display: flex;
    flex-wrap: wrap !important;
  }

  .news-list-container .member-list-img {
    width: 100% !important;
    height: auto;
    max-width: 100%;
    max-height: 270px;
    background: #f0f0f0;
    min-width: 330px;
    margin-right: 0px;
  }

  .news-list-container .member-list-img img {
    width: 100%;
    object-fit: cover;
    height: auto;
    margin: auto;
  }

  .news-list-container .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;
  }

  .news-list-container .member-list-con .t0 {
    width: 100%;
    text-align: left;
    font-size: 22px;
    color: #212121;
    margin-top: 25px;
    font-family: PingFang SC;
    color: #101a87;
  }

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

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

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

  .news-list-container .member-list-con .box-t3 .t32 {
    margin-left: 61px;
    color: #636363;
  }

  .news-list-container .member-list-con .box-t3 .t32 img {
    width: 20px;
    height: 20px;
    margin: 0 8px 0 0;
  }
}

.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;
  line-height: 30px;
}

.news-detail-container .news-bottom {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  margin: 24px 0 45px 0;
}

.news-detail-container .news-bottom-btn {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}

.news-detail-container .news-btn {
  width: 100%;
  height: 17px;
  font-size: 16px;
  color: #161616;
  line-height: 46px;
  margin: 0 0 20px 0;
  display: inline-block;
}

.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;
}

.news-bottom {
  width: 100%;
  min-height: 130px;
  background: #f5f5f5;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: 24px 0 0px 0;
  padding: 10px 0;
}

.news-bottom .wrap {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}

.news-bottom .news-bottom-btn {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}

.news-bottom .news-btn {
  width: 100%;
  min-height: 17px;
  font-size: 16px;
  color: #161616;
  line-height: 46px;
  margin: 0 0 5px 0;
  display: inline-block;
}

.news-bottom .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-bottom .news-return-btn img {
  width: 8px;
  margin: 0 0 0 20px;
  height: auto;
}

.box-aboutUs {
  margin: 0 auto 100px;
}

@media (max-width: 1300px) {
  .LeftandRightStructure {
    position: relative;
    /* flex-wrap: nowrap; */
    justify-content: center;
  }

  .LeftandRightStructure .box-left {
    /* width: 100%; */
    max-width: 680px;
  }
}

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

  header {
    position: fixed;
    z-index: 555;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #ffffff;
    height: 76px;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.05);
  }

  header nav ul li {
    margin: 0 5px !important;
  }

  header nav ul li a {
    position: relative;
    margin: 27px 0;
    font-size: 14px !important;
    font-weight: bold;
    text-align: center;
    color: #000000;
  }
}

.bannerImg {
  width: 100%;
  height: auto;
}

.bannerImg img {
  width: 100%;
  height: auto;
}

.bannerImg .home-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 26px;
  height: 2px;
  border-radius: 0;
  background: #212121;
}

.bannerImg .home-swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 26px;
  height: 2px;
  border-radius: 0;
  background: #101a87;
}

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

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

footer .footer-up {
  width: 100%;
  max-width: 1280px;
}

footer .footer-down {
  width: 100%;
  height: 41px;
  font-size: 14px;
  font-weight: 400;
  color: #cdcbcb;
  line-height: 41px;
  text-align: center;
  background-color: #424242;
}

footer .footer-l-i {
  margin: 0 50px 20px 0;
}

footer .footer-l {
  display: flex;
  justify-content: space-between;
}

footer .footer-l .footer-l-i-t {
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 32px;
  margin-top: 20px;
  height: 15px;
  font-size: 15px;
  line-height: 15px;
  width: 65px;
  font-family: PingFang SC;
}

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

footer .footer-box-tel img {
  width: 127px;
  height: auto;
  margin: 0 0px 54px 0;
}

footer .footer-l-tel-txt1,
footer .footer-l-tel-txt2 {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 36px;
  font-family: PingFang SC;
  max-width: 456px;
}

footer .footer-l-tel-txt2 span:nth-child(2) {
  padding-left: 0px;
  display: inline;
  /* width: 60%; */
}


footer .footer-l-tel-txt2 span {
  padding-left: 97px;
  display: inline-block;
  width: 60%;
}


footer .footer-l-tel-txt1 img,
footer .footer-l-tel-txt2 img {
  width: 18px;
  height: 18px;
  margin: 0 8px 0 0;
}

footer .footer-l-i-c {
  line-height: 30px;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #ffffff;
  opacity: 0.6;
}

footer .footer-l-i-c em {
  width: 6px;
  margin-right: 6px;
  font-size: 15px;
  font-family: SimSun;
  font-weight: 400;
  color: #a4a4a4;
}

footer .footer-b {
  width: 100%;
  background-color: #424242;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 36px 0 24px 0;
}

footer .footer-l-i-c a {
  margin-bottom: 6px;
}

footer .footer-l-i-c a:last-child {
  margin-bottom: 0;
}

footer .f-code {
  width: 130px;
  height: auto;
  margin-bottom: 10px;
}

footer .footer-r {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  width: 130px;
  justify-content: center;
}

footer .footer-r .f-code {
  width: 130px;
  height: 130px;
  background-color: #bbbbbb;
}

footer .footer-r p {
  font-size: 14px;
  font-family: PingFang SC;
  color: #ffffff;
  margin: 23px auto 0;
}

@media (max-width: 1024px) {
  .public-top {
    margin-top: 76px !important;
  }
}

@media (max-width: 1024px) {
  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: #101a87;
  }

  .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: 0;
    width: 40px;
    height: 70px;
    cursor: pointer;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAVFBMVEUAAABVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVW+WkCdAAAAG3RSTlMA86cS1Qd0zb+G48R+W0E4lVIhm5BKLeppGrQHXWddAAABjklEQVRIx6VV2XLDIAzkBgdf8d3o//+zg6GtB5DiTPfNi1cCrTRiV8i1Fc5aJ0yv2R30gsMv9mV7K9hekGGWtMJACf6kFOLnLyvGWShIaHCFgxOu+4rfk7GRWegcqr9y3X6SLfUOkbHSn3RfU0zx2khyrrGHiFowhcQaznewGuTpraynH4hXmpzVIZJnCELZbE6uIRBqcxNOv0oyVAXBUAsostTFtUs7fVHhos5zxoVmGunuE/+XuHcXKyOKzPvC/9LLNlYeQZ+KXFb+wCRztclCakXZ4gp6DIG6umSpn02AtswWj5Dhs+i4HNiFQZQKhQ/fEwLslJVyD+xDElMB3OhLisBRLi/x/NH0Mm6AmUOCwmxuIYEr7xWHC3ZsBawPKJAoPmBGNzwTdHqBiBXtWmP/9oTrdKpLbAAU07MdxdyYVWZr52D3cQBQGwD3GRl2asrKjqKxpVK+PtBMySCv72ukSs0j72u0T/ZO7D5eyWKk4bCtja5bakDQhUcPiGcfwMQSsE/QVbctjcFZw74Bhtc3xlH5qhwAAAAASUVORK5CYII=) no-repeat left center;
    background-size: 23px;
  }

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

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

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

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

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

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

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

  html.active .header-m .m-menu {
    display: block;
    left: 0;
  }

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

  .public-footer-item {
    width: 100%;
  }

  .public-footer-t {
    display: block;
  }

  .public-footer-t li {
    margin: 0 30px 0;
    height: 30px;
  }

  .public-footer-b {
    margin-top: 20px;
  }
}

.box-search {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
}

.box-search .container-search {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.box-search .content-search {
  width: 770px;
  height: 80px;
  background: #ffffff;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}

.box-search .content-search input {
  padding: 0 29px;
  width: 90%;
  height: 100%;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
}

.box-search .content-search img {
  cursor: pointer;
  width: 30px;
  height: 30px;
  margin: 0 30px 0 0;
}