body {
  background-color: #ffffff;
  width: 100vw;
}

.mauto {
  max-width: 1280px;
}

.industry-mauto {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

.home-mauto {
  max-width: 1550px;
}

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

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

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

header {
  position: fixed;
  z-index: 555555;
  left: 0;
  top: 0;
  width: 100%;
  height: 90px;
  background-color: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}

header .nav-mauto {
  width: 100%;
  max-width: 1280px;
  margin: auto;
}

header nav .header-ul {
  height: 100%;
}

header nav ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-end;
}

header nav ul li {
  float: left;
  height: 100%;
  text-align: center;
  margin: 0 58px 0 0;
  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;
}

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

header nav ul li a p.ts {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  height: 90px;
  line-height: 90px;
}

header nav ul li a .ts::after {
  content: "";
  width: 23px;
  height: 23px;
  background: rgba(229, 20, 8, 0.36);
  transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-transform: scale(0);
  transform: scale(0);
}

header nav ul .box-search {
  width: 250px;
  height: 40px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 20px 20px 20px 20px;
}

header nav ul .box-search input {
  background-color: transparent;
  margin: 0 0 0 25px;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 19px;
  text-align: left;
}

header nav ul .box-search img {
  width: 20px;
  height: 20px;
}

header nav ul .box-language {
  margin: 0 0 0 0;
}

header nav ul .box-language img {
  width: 20px;
  height: 20px;
  margin: 0 9px 0 0;
}

header nav ul .box-language p {
  height: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 16px;
  text-align: left;
}

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

header .header-mauto nav {
  margin: 0 0 0 70px;
}

header .logo {
  height: 90px;
  line-height: 90px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .logo img {
  /* width: 186px; */
  height: auto;
  max-height: 70px;
  object-fit: contain;
}

header nav ul li.active a p.ts {
  color: #e51408;
}

header nav ul li a.eader-active {
  color: #e51408;
}

header nav ul li a.eader-active p.ts {
  color: #e51408;
}

header nav ul li .sub-nav {
  visibility: hidden;
  /* opacity: 0; */
  z-index: 1;
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  -moz-transition: all 0.1s;
  transition: all 0.1s;
  background-color: #f5f5f5;
  font-family: PingFang SC, PingFang SC;
  height: 0;
}

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

header nav ul li .sub-nav .nav-item .nav-mauto {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  margin: 55px auto;
  box-sizing: border-box;
  position: relative;
}

header nav ul li .sub-nav .nav-item .nav-mauto .nav-item-left {
  width: calc(1100 / 1320 * 100%);
}

header nav ul li .sub-nav .nav-item .nav-mauto .nav-item-left .box-li {
  width: calc(1/5*100%);
  margin: 0 3% 0 0;
}

header nav ul li .sub-nav .nav-item .nav-mauto .nav-item-left2 {
  width: calc(1100 / 1320 * 100%);
}

header nav ul li .sub-nav .nav-item .nav-mauto .nav-item-left2 .box-li {
  min-width: calc(1 / 6* 100%);
  max-width: calc(1 / 4* 100%);
  width: calc(1 / 4* 100%);
  margin: 0 6% 0 0;
}

header nav ul li .sub-nav .nav-item .nav-mauto .nav-item-left {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  min-height: 210px;
}

header nav ul li .sub-nav .nav-item .nav-mauto .nav-item-left .box-li {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}

header nav ul li .sub-nav .nav-item .nav-mauto .nav-item-left .box-li a.title {
  font-family: PingFang SC, PingFang SC;
  width: 100%;
  height: 22px;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  line-height: 22px;
  margin: 0 0px 0 0;
  text-align: left;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
}

header nav ul li .sub-nav .nav-item .nav-mauto .nav-item-left .box-li ul {
  width: 100%;
  margin: 31px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
}

header nav ul li .sub-nav .nav-item .nav-mauto .nav-item-left .box-li ul li {
  margin: 0px 0 10px 0;
  width: 100%;
  text-align: left;
}

header nav ul li .sub-nav .nav-item .nav-mauto .nav-item-left .box-li ul li a {
  font-family: PingFang SC, PingFang SC;
  width: 100%;
  text-align: left !important;
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
  /* line-height: 22px; */
  height: 38px;
  /* border: 1px solid red; */
  align-items: flex-start;
  justify-content: flex-start;
}

header nav ul li .sub-nav .nav-item .nav-mauto .nav-item-right {
  width: calc(350 / 1320 * 100%);
  max-width: 350px;
  position: absolute;
  right: -10%;
}

header nav ul li .sub-nav .nav-item .nav-mauto .nav-item-right .box-img {
  width: 100%;
  height: auto;
}

header nav ul li .sub-nav .nav-item .nav-mauto .nav-item-right .box-img img {
  width: 100%;
  height: auto;
}

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

header nav ul li li.cur .ts,
header nav ul li li:hover .ts {
  color: #075696;
  font-weight: bold;
}

header nav ul li li.cur .ts a,
header nav ul li li:hover .ts a {
  color: #0055a2;
}

header nav ul li a:hover .ts:after {
  animation: scale 2s ease infinite;
}

@keyframes scale {
  0% {
    opacity: 0.5;
    transform: scale(0.2);
  }

  50% {
    opacity: 1;
    transform: scale(1.25);
  }

  100% {
    opacity: 0.5;
    transform: scale(0.2);
  }
}

@keyframes scale2 {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  50% {
    transform: scale(1.5);
    opacity: 1;
  }

  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}

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



.abtn-content {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}

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

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

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

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

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

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

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

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

nav ul li .search-btn::after {
  padding: 33px 0;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 0px 0 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/public/jp/img/search.png);
}

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

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

.public-page {
  margin: 28px auto 130px;
  justify-content: center;
  display: flex;
  flex-wrap: nowrap;
}

.public-page .page-i {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  height: 32px;
  padding: 0 0px;
  font-size: 16px;
  font-weight: 500;
  color: #e51408;
}

.public-page .page-i img {
  width: 16px;
  height: 16px;
  margin: 0 8px;
}

.public-page .page-i .page-i-next {
  transform: rotateY(180deg);
}

.public-page .page-i p {
  color: #888888;
  font-size: 16px;
  height: 16px;
  line-height: 16px;
}

.public-page .page-i .btn-active {
  display: none;
}

.public-page .page-i:hover p {
  font-weight: bold;
  color: #e51408;
}

.public-page .page-i:hover .btn-default {
  display: none;
}

.public-page .page-i:hover .btn-active {
  display: inline-block;
}

.public-page .page-b {
  margin: 0 39px;
}

.public-page .page-b .cur {
  width: 32px;
  height: 32px;
  background: #e51408;
  border-radius: 16px 16px 16px 16px;
  color: #fff;
}

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

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

.public-page .page-b-i {
  margin: 0 8px;
  font-size: 16px;
  font-weight: 400;
  width: 32px;
  height: 32px;
  color: #1e1e1e;
}

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

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

  nav ul li {
    margin: 0 0px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .header-m .m-search-d {
    display: block;
    position: absolute;
    top: 0;
    right: 50px;
    width: 40px;
    height: 70px;
    cursor: pointer;
    /* border: 1px solid red; */
  }

  .header-m .m-search-d li {
    height: 100%;
    /* border: 1px solid red; */
    /* line-height: 70px; */
    display: flex;
    align-items: center;
    align-content: center;
    jua: c;
    justify-content: center;
  }

  .header-m .m-search-d li img {
    margin: auto;
  }

  .header-m .m-search-d li .i2 {
    display: none;
  }

  .header-m .m-search-b {
    display: block;
    position: absolute;
    top: 0;
    right: 50px;
    width: 50px;
    height: 70px;
    cursor: pointer;
    background-size: 25px auto;
    background-repeat: no-repeat;
    background-image: url(/public/jp/img/search.png);
    background-position: center center;
  }

  .header-m .m-language {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 70px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header-m .m-language p {
    font-size: 18px;
    color: #000;
  }

  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 {
    -moz-transform: translateY(0) rotate(225deg);
    -ms-transform: translateY(0) rotate(225deg);
    -o-transform: translateY(0) rotate(225deg);
    transform: translateY(0) rotate(225deg);
    -webkit-transform: translateY(0) rotate(225deg);
  }

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

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

footer {
  font-family: PingFang SC;
  background-image: url("/public/jp/img/bg_03.png");
  background-repeat: no-repeat;
  background-size: cover;
}

footer .footer-up {
  width: 100%;
  padding: 40px 0 0 0;
}




footer .footer-up .mauto {
  height: 52px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  margin: 0px auto 0;
}

footer .footer-up .mauto img {
  /* width: 186px; */
  height: 70px;
  object-fit: contain;
}

footer .footer-up .box-i {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-end;
}


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

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

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

footer .box-icon .item-icon a:hover,
footer .box-icon .item-icon:hover {
  /* background-color: #f58220 !important; */
}

footer .box-icon .item-icon img {
  /* width: 19px; */
  /* height: auto; */
  width: 24px !important;
  height: 24px !important;
}

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

footer .box-icon .item-icon .active-icon img {
  width: 90% !important;
  height: 90% !important;
}

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

footer .box-icon-active {
  /* background-color: #f58220 !important; */
}

footer .box-icon-active .active-icon {
  display: flex !important;
}




/* 
footer .footer-up .box-i a {
  width: 24px;
  height: 24px;
  margin: 0 0 0 27px;
}

footer .footer-up .box-i a img {
  width: 24px;
  height: 24px;
} */

footer .footer-center {
  /* height: 372px; */
  margin: 50px auto 10px;
}

footer .footer-center .mauto {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

footer .footer-center .mauto .item {}

footer .footer-center .mauto .first-item {
  width: 362px;
}

footer .footer-center .mauto .second-item {
  max-width: 180px;
}

footer .footer-center .mauto .item .tcontact {
  height: 14px;
  font-weight: 600;
  font-size: 14px;
  color: #000000;
  line-height: 14px;
  text-align: left;
}

footer .footer-center .mauto .item ul {
  margin: 29px auto 0;
  /* max-width: 200px; */
}

footer .footer-center .mauto .item ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 0 12px 0;
  /* width: 100px; */
}

footer .footer-center .mauto .item ul li a {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  min-height: 40px;
  /* border: 1px solid red; */
  height: auto;
  justify-content: flex-start;
  text-align: left;
  max-width: 400px;
}

footer .footer-center .mauto .item ul li a img {
  width: 18px;
  height: 18px;
  margin: 5px 20px 0 0;
}

footer .footer-center .mauto .item ul li a p {
  font-weight: 600;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 22px;
  /* height: 14px; */
  max-width: 450px;
  text-align: left;
}

footer .footer-down {
  width: 100%;
  min-height: 80px;
  line-height: 80px;
  height: 80px;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

footer .footer-down .footer-abtn {
  width: 92%;
  margin: 50px 0 40px 0;
  display: none;
}

footer .footer-down .footer-txt {
  margin: 10px auto 10px;
  width: 80%;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
}

@media (max-width: 1300px) {
  header nav ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
  }

  header nav ul li {
    margin: 0 20px 0 0;
  }

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

  header nav ul li a p.ts {
    font-size: 14px;
  }

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

  header .header-mauto nav {
    margin: 0 0 0 70px;
  }

  header .logo {
    height: 90px;
    line-height: 90px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  header .logo img {
    width: 186px;
    height: auto;
    /* max-height: 90%; */
    object-fit: contain;
  }

  header nav ul li .sub-nav {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #f5f5f5;
    font-family: PingFang SC, PingFang SC;
  }

  header nav ul li .sub-nav .nav-item .nav-mauto {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    margin: 55px auto;
    box-sizing: border-box;
  }

  header nav ul li .sub-nav .nav-item .nav-mauto .nav-item-left {
    width: calc(1100 / 1320 * 100%);
  }

  header nav ul li .sub-nav .nav-item .nav-mauto .nav-item-left .box-li {
    max-width: calc(1 / 5* 100%);
    margin: 0 3% 0 0;
  }

  header nav ul li .sub-nav .nav-item .nav-mauto .nav-item-left2 {
    width: calc(1100 / 1320 * 100%);
  }

  header nav ul li .sub-nav .nav-item .nav-mauto .nav-item-left2 .box-li {
    min-width: calc(1 / 6 * 100%);
    max-width: calc(1 / 4 * 100%);
    width: calc(1/4*100%);
  }

  header nav ul li .sub-nav .nav-item .nav-mauto .nav-item-left {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }

  header nav ul li .sub-nav .nav-item .nav-mauto .nav-item-left .box-li {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }

  header nav ul li .sub-nav .nav-item .nav-mauto .nav-item-left .box-li a.title {
    font-family: PingFang SC, PingFang SC;
    width: 100%;
    height: 22px;
    font-size: 14px;
    color: #000000;
    line-height: 22px;
    margin: 0 0px 0 0;
    text-align: left;
    justify-content: flex-start;
  }

  header nav ul li .sub-nav .nav-item .nav-mauto .nav-item-left .box-li ul {
    width: 100%;
    margin: 31px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
  }

  header nav ul li .sub-nav .nav-item .nav-mauto .nav-item-left .box-li ul li {
    margin: 0px 0 10px 0;
    width: 100%;
  }

  header nav ul li .sub-nav .nav-item .nav-mauto .nav-item-left .box-li ul li a {
    width: 100%;
    text-align: left !important;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    justify-content: flex-start;
  }

  header nav ul li .sub-nav .nav-item .nav-mauto .nav-item-right {
    width: calc(280 / 1320 * 100%);
    max-width: 350px;
  }

  header nav ul li .sub-nav .nav-item .nav-mauto .nav-item-right .box-img {
    width: 100%;
    height: auto;
  }

  header nav ul li .sub-nav .nav-item .nav-mauto .nav-item-right .box-img img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 1100px) {
  footer .footer-center {
    height: auto;
    margin: 50px auto 0;
  }

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

  footer .footer-center .mauto .item:nth-child(1) {
    width: 100%;
  }

  footer .footer-center .mauto .item {
    min-width: 30%;
    margin: 0 0 40px 0;
  }

  footer .footer-center .mauto .item .tcontact {
    height: 30px;
    font-weight: 600;
    font-size: 14px;
    color: #000000;
    line-height: 17px;
    width: 80%;
    text-align: left;
  }

  footer .footer-center .mauto .item ul {
    margin: 20px auto 0;
  }

  footer .footer-center .mauto .item ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 0 8px 0;
  }

  footer .footer-center .mauto .item ul li a {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    text-align: left;
    font-size: 12px;
    min-height: 20px;
  }

  footer .footer-center .mauto .item ul li a img {
    width: 14px;
    height: 14px;
    margin: 5px 10px 0 0;
  }

  footer .footer-center .mauto .item ul li a p {
    font-size: 14px;
    /* line-height: 12px; */
    height: auto;
    text-align: left;
  }

  footer .footer-down {
    width: 100%;
    min-height: 40px;
    line-height: 40px;
    height: 40px;
    font-size: 10px;
  }

  footer .footer-down .footer-txt {
    margin: 10px auto 10px;
    width: 100%;
    font-size: 10px;
    color: #ffffff;
  }

  .public-page {
    margin: 14px auto 40px;
    justify-content: center;
    display: flex;
    flex-wrap: nowrap;
  }

  .public-page .page-i {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    height: 20px;
    padding: 0 0px;
    font-size: 12px;
    font-weight: 500;
    color: #e51408;
  }

  .public-page .page-i img {
    width: 12px;
    height: 12px;
    margin: 0 6px;
  }

  .public-page .page-i .page-i-next {
    transform: rotateY(180deg);
  }

  .public-page .page-i p {
    color: #888888;
    font-size: 12px;
    height: 16px;
    line-height: 16px;
  }

  .public-page .page-i .btn-active {
    display: none;
  }

  .public-page .page-i:hover p {
    font-weight: bold;
    color: #e51408;
  }

  .public-page .page-i:hover .btn-default {
    display: none;
  }

  .public-page .page-i:hover .btn-active {
    display: inline-block;
  }

  .public-page .page-b {
    margin: 0 10px;
  }

  .public-page .page-b .cur {
    width: 20px;
    height: 20px;
    background: #e51408;
    border-radius: 16px 16px 16px 16px;
    color: #fff;
  }

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

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

  .public-page .page-b-i {
    margin: 0 2px;
    font-size: 12px;
    font-weight: 400;
    width: 20px;
    height: 20px;
    color: #1e1e1e;
  }
}

@media (max-width: 600px) {
  footer .footer-up {
    display: none;
  }

  footer .footer-center {
    display: none;
  }
}

.dtcell img {
  max-width: 40%;
  width: 100% !important;
}

.dtcell video {
  max-width: 40%;
  width: 100% !important;
}<!--ºÄÊ±1759766181.1477Ãë-->