@font-face {
  font-family: 'PINGFANG-HEAVY';
  src: url(../fonts/PINGFANG-HEAVY.TTF);
  font-display: swap;
}
@font-face {
  font-family: 'PINGFANG-BOLD';
  src: url(../fonts/PINGFANG-BOLD.TTF);
  font-display: swap;
}
@font-face {
  font-family: 'PINGFANG-MEDIUM';
  src: url(../fonts/PINGFANG-MEDIUM.TTF);
  font-display: swap;
}
@font-face {
  font-family: 'PINGFANG-REGULAR';
  src: url(../fonts/PINGFANG-REGULAR.TTF);
  font-display: swap;
}
@font-face {
  font-family: 'PINGFANG-LIGHT';
  src: url(../fonts/PINGFANG-LIGHT.TTF);
  font-display: swap;
}
@font-face {
  font-family: 'DINPro-Bold';
  src: url(../fonts/DINPro-Bold.otf);
  font-display: swap;
}
html,
body {
  font-family: 'PINGFANG-REGULAR';
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.content {
  display: flex;
}
.banner {
  position: relative;
}
.banner .banner-img {
  width: 100vw;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.banner .banner-img .certificate {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.banner .banner-img .certificate ul.content li {
  width: 141px;
  margin: 0 auto;
  cursor: pointer;
  transform: translateY(31px);
  transform-origin: bottom;
  transition: all 0.3s;
}
.banner .banner-img .certificate ul.content li a {
  display: block;
  width: 100%;
  height: 100%;
}
.banner .banner-img .certificate ul.content li a img {
  display: block;
  width: 100%;
  height: 100%;
}
.banner .banner-img .certificate ul.content li:hover {
  transform: scale(1.3) translateY(0);
}
.banner .swiper-pagination {
  text-align: left;
  left: 34px;
  bottom: 33px;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  margin: 0 3px;
  background-color: #fff;
  opacity: 1;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0070FF;
}
.banner .toreview {
  width: 23px;
  position: absolute;
  bottom: 70px;
  left: 50%;
  z-index: 2;
  animation: slide 1s infinite;
  transition: all 0.3s;
  cursor: pointer;
}
.banner .toreview img {
  width: 100%;
  display: block;
}
@keyframes slide {
  0% {
    transform: translateX(-50%) translateY(5px);
  }
  50% {
    transform: translateX(-50%) translateY(0px);
  }
  100% {
    transform: translateX(-50%) translateY(5px);
  }
}
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  transition: all 0.3s;
}
.header:hover {
  background-color: #fff;
}
.header:hover .header-container .logo a {
  background-image: url(../images/logo-2.svg);
}
.header:hover .header-container nav ul.content li.first-nav a {
  color: #333;
}
.header.active {
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}
.header.active .header-container .logo a {
  background-image: url(../images/logo-2.svg);
}
.header.active .header-container nav ul.content li.first-nav a {
  color: #333;
}
.header .header-container {
  width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
}
.header .header-container .logo {
  width: 126px;
  height: 40px;
}
.header .header-container .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/logo.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.header .header-container .logo img {
  width: 100%;
  display: block;
}
.header .header-container nav {
  margin-left: 240px;
}
.header .header-container nav ul.content li.first-nav {
  margin-right: 71px;
  position: relative;
}
.header .header-container nav ul.content li.first-nav:last-child {
  margin-right: 0;
}
.header .header-container nav ul.content li.first-nav h3 a {
  display: block;
  padding: 32px 0;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  transition: all 0.3s;
}
.header .header-container nav ul.content li.first-nav:hover h3 a {
  color: #0070FF;
}
.header .header-container nav ul.content li.first-nav:hover .sec-nav-content {
  transform: rotateX(0deg) translateX(-50%);
}
.header .header-container nav ul.content li.first-nav.active h3 a {
  color: #0070FF;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content {
  width: 100%;
  height: 461px;
  position: fixed;
  top: 86px;
  left: 50%;
  display: flex;
  transform: rotateX(90deg) translateX(-50%);
  transform-origin: top;
  transition: all 0.3s;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  backdrop-filter: brightness(1.5) blur(30px) opacity(1);
  background-color: rgba(241, 242, 245, 0.7);
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .left-intro {
  position: relative;
  z-index: 2;
  width: 750px;
  height: 100%;
  padding: 70px 62px;
  text-align: right;
  background-image: url(../images/nav-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .left-intro h4 {
  font-family: 'PINGFANG-LIGHT';
  font-size: 18px;
  line-height: 25px;
  color: #333;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .left-intro h2 {
  font-family: 'PINGFANG-HEAVY';
  font-size: 20px;
  line-height: 28px;
  color: #333;
  margin-top: 10px;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .left-intro h6 {
  font-size: 12px;
  line-height: 17px;
  color: #333;
  margin-top: 10px;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .left-intro a {
  width: 81px;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-top: 16px;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .left-intro a::after {
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  background-image: url(../images/arrow-right.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .left-intro a span {
  font-size: 12px;
  line-height: 17px;
  color: #0070FF;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .right-sec-nav {
  position: relative;
  z-index: 2;
  padding: 39px 178px 0 98px;
  width: calc(100% - 750px);
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .right-sec-nav .sec-nav {
  width: auto;
  white-space: nowrap;
  margin-left: 122px;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .right-sec-nav .sec-nav:first-child {
  margin-left: 0;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .right-sec-nav .sec-nav h6 {
  font-family: 'PINGFANG-BOLD';
  font-size: 16px;
  line-height: 22px;
  color: #333;
  margin-bottom: 15px;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .right-sec-nav .sec-nav ul {
  border-top: 1px solid #fff;
  padding-top: 23px;
  width: 100%;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .right-sec-nav .sec-nav ul li {
  min-width: 300px;
  margin-bottom: 32px;
  padding-left: 23px;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .right-sec-nav .sec-nav ul li:last-child {
  margin-bottom: 0;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .right-sec-nav .sec-nav ul li a {
  font-size: 16px;
  line-height: 22px;
  color: #5F5F5F;
  transition: all 0.3s;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .right-sec-nav .sec-nav ul li a:hover {
  color: #0070FF;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .right-sec-nav .sec-nav ul li.strong {
  background-image: url(../../common/images/orange-fire.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 15px 17px;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .right-sec-nav.flex-wrap .sec-nav {
  width: 100%;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .right-sec-nav.flex-wrap .sec-nav ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 210px;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .right-sec-nav.flex-wrap .sec-nav ul li {
  min-width: 422px;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .right-sec-nav.flex-wrap .sec-nav ul li:nth-child(4n) {
  margin-bottom: 0;
}
.header .header-container .tel {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 22px;
  border: 1px solid #0070FF;
  border-radius: 11px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s;
  width: 146px;
  padding: 0 28px 0 12px;
}
.header .header-container .tel:hover {
  width: 146px;
  padding: 0 28px 0 12px;
}
.header .header-container .tel:hover .tel-box span {
  opacity: 1;
}
.header .header-container .tel .tel-box span {
  font-family: 'DINPro-Bold';
  font-size: 16px;
  line-height: 20px;
  color: #0070FF;
  opacity: 1;
  transition: all 0.3s;
}
.header .header-container .tel .tel-box img {
  width: 22px;
  height: 22px;
  position: absolute;
  top: -1px;
  right: -1px;
  z-index: 1;
}
.footer .footer-content {
  padding-top: 60px;
  padding-bottom: 36px;
  background-image: url(../images/footer-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer .footer-content .foot-top {
  display: flex;
}
.footer .footer-content .foot-top .foot-items-1 {
  width: 126px;
  margin-right: 109px;
}
.footer .footer-content .foot-top .foot-items-1 .logo {
  width: 100%;
}
.footer .footer-content .foot-top .foot-items-1 .logo img {
  width: 100%;
  display: block;
}
.footer .footer-content .foot-top .foot-items-2 {
  margin-right: 90px;
}
.footer .footer-content .foot-top .foot-items-3 {
  margin-right: 90px;
}
.footer .footer-content .foot-top .foot-items-4 {
  margin-right: 75px;
}
.footer .footer-content .foot-top .foot-items-5 {
  margin-right: 0;
}
.footer .footer-content .foot-top h3 {
  font-family: 'PINGFANG-BOLD';
  font-size: 18px;
  line-height: 25px;
  margin-top: 8px;
  margin-bottom: 10px;
}
.footer .footer-content .foot-top ul li a {
  font-size: 14px;
  line-height: 30px;
  color: #5F5F5F;
  transition: all 0.3s;
}
.footer .footer-content .foot-top ul li a:hover {
  color: #0070FF;
}
.footer .footer-content .foot-bottom {
  display: flex;
}
.footer .footer-content .foot-bottom .left-contact {
  width: 282px;
  display: flex;
  flex-wrap: wrap;
}
.footer .footer-content .foot-bottom .left-contact .chat-code {
  width: 128px;
  height: 128px;
}
.footer .footer-content .foot-bottom .left-contact .chat-code img {
  width: 100%;
  height: 100%;
  display: block;
}
.footer .footer-content .foot-bottom .left-contact .chat-tips {
  width: calc(100% - 140px);
  margin-left: 12px;
  margin-top: 4px;
}
.footer .footer-content .foot-bottom .left-contact .chat-tips h6 {
  font-size: 14px;
  line-height: 22px;
  color: #5F5F5F;
}
.footer .footer-content .foot-bottom .left-contact .chat-tips a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 136px;
  height: 38px;
  background-color: #fff;
  border-radius: 4px;
  margin-top: 42px;
}
.footer .footer-content .foot-bottom .left-contact .chat-tips a span {
  font-family: 'PINGFANG-BOLD';
  font-size: 16px;
  line-height: 22px;
  color: #0070FF;
}
.footer .footer-content .foot-bottom .left-contact .chat-tips a img {
  width: 9px;
  height: 9px;
  display: block;
}
.footer .footer-content .foot-bottom .left-contact .chat-tel {
  width: 100%;
  margin-top: 10px;
}
.footer .footer-content .foot-bottom .left-contact .chat-tel h2 {
  font-family: 'DINPro-Bold';
  font-size: 44px;
  line-height: 54px;
  color: #5F5F5F;
}
.footer .footer-content .foot-bottom .right-address {
  width: 580px;
  margin-top: 38px;
  margin-left: auto;
}
.footer .footer-content .foot-bottom .right-address ul li {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #5F5F5F;
}
.footer .footer-content .foot-bottom .right-address ul li label {
  width: 96px;
  text-align: right;
  line-height: 32px;
}
.footer .footer-content .foot-bottom .right-address ul li h2 {
  width: calc(100% - 96px);
  line-height: 32px;
}
.footer .footer-content .foot-links {
  margin-top: 48px;
}
.footer .footer-content .foot-links ul.content {
  flex-wrap: wrap;
}
.footer .footer-content .foot-links ul.content li {
  margin-right: 20px;
}
.footer .footer-content .foot-links ul.content li:first-child {
  margin-right: 16px;
}
.footer .footer-content .foot-links ul.content li:last-child {
  margin-right: 0;
}
.footer .footer-content .foot-links ul.content li h6,
.footer .footer-content .foot-links ul.content li a {
  font-size: 14px;
  line-height: 20px;
  color: #5F5F5F;
}
.footer .footer-content .foot-links ul.content li a:hover {
  color: #0070FF;
}
.footer .copyright {
  padding-top: 21px;
  padding-bottom: 20px;
}
.footer .copyright .content p {
  font-size: 12px;
  line-height: 17px;
  color: #5F5F5F;
}
.footer .copyright .content p a {
  color: #5F5F5F;
}
.footer .copyright .content p a:hover {
  color: #0070FF;
}
.footer .copyright .content .email {
  margin-left: auto;
}
.footer .copyright .content .email h6 {
  font-size: 12px;
  line-height: 17px;
  color: #5F5F5F;
}
.footer .copyright .content .email h6 a {
  color: #0070FF;
}
.pt-90 {
  padding-top: 90px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pb-110 {
  padding-bottom: 110px;
}
.title {
  margin-bottom: 40px;
  text-align: center;
}
.title h3 {
  font-family: 'PINGFANG-BOLD';
  font-size: 32px;
  line-height: 45px;
  color: #333;
}
.title h6 {
  font-size: 18px;
  line-height: 25px;
  color: #5F5F5F;
  margin-top: 10px;
}
a.common-btn {
  width: 240px;
  height: 48px;
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
a.common-btn img {
  width: 28px;
  height: 28px;
  margin-right: 6px;
}
a.common-btn span {
  font-size: 20px;
  line-height: 28px;
  color: #0070FF;
}
a.readmore-btn {
  display: block;
  width: 210px;
  height: 48px;
  background-color: #fff;
  border-radius: 8px;
  font-size: 20px;
  line-height: 48px;
  text-align: center;
  color: #0070FF;
  margin: 0 auto;
}
a.zx-btn {
  width: 340px;
  height: 48px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background-color: #0070FF;
}
a.zx-btn img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
a.zx-btn span {
  font-size: 18px;
  line-height: 25px;
  color: #fff;
}
.inner-banner {
  position: relative;
}
.inner-banner img {
  display: block;
  width: 100%;
}
.inner-banner .info {
  width: 100%;
  position: absolute;
  top: 216px;
}
.inner-banner .info .banner-container {
  width: 1440px;
  margin: 0 auto;
}
.inner-banner .info .banner-container h2 {
  font-family: 'PINGFANG-HEAVY';
  font-size: 46px;
  line-height: 65px;
  color: #fff;
  margin-bottom: 10px;
}
.inner-banner .info .banner-container h2 span,
.inner-banner .info .banner-container h2 b {
  color: #0070FF;
}
.inner-banner .info .banner-container h2 b {
  font-family: 'DINPro-Bold';
}
.inner-banner .info .banner-container h6 {
  font-size: 22px;
  line-height: 30px;
  color: #fff;
}
.inner-banner .info .banner-container a {
  display: block;
  width: 214px;
  height: 48px;
  border-radius: 8px;
  background-color: #0070FF;
  font-size: 22px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  margin-top: 30px;
}
.inner-banner .tips {
  width: 100%;
  padding-top: 18px;
  padding-bottom: 17px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.inner-banner .tips::before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  backdrop-filter: brightness(1) blur(30px) opacity(1);
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.inner-banner .tips .content {
  justify-content: space-around;
}
.inner-banner .tips .content h6 {
  padding-left: 20px;
  background-image: url(../images/small_quo_mark.png);
  background-size: 11px 9px;
  background-repeat: no-repeat;
  background-position: left 2px;
  font-size: 18px;
  line-height: 25px;
  color: #333;
  position: relative;
  z-index: 2;
}
.inner-banner .tips .content h6 a {
  color: #0070FF;
}
.company {
  padding-top: 107px;
  padding-bottom: 93px;
}
.company .img-main {
  width: 100%;
}
.company .img-list {
  width: 100%;
  max-height: 90px;
  margin-bottom: 30px;
}
.company .img-list:last-child {
  margin-bottom: 0;
}
.company .img-list a {
  display: inline-block;
  width: 205px;
  height: 90px;
  margin-left: 12px;
}
.market {
  padding-top: 72px;
  padding-bottom: 62px;
  background-image: url(../../static/home/images/activeblue.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.market h3 {
  font-family: 'PINGFANG-BOLD';
  font-size: 28px;
  line-height: 56px;
  color: #fff;
  text-align: center;
}
.market a.common-btn {
  margin-top: 26px;
}
.inner-process {
  padding-bottom: 76px;
  background-image: url(../images/bg-2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.inner-process ul.content {
  margin-top: 55px;
  justify-content: space-between;
}
.inner-process ul.content li {
  flex: 1;
  text-align: center;
  font-family: 'PINGFANG-BOLD';
  position: relative;
}
.inner-process ul.content li::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  border: 1px dashed #E9E9E9;
  position: absolute;
  top: 30px;
  left: 50%;
  z-index: 1;
}
.inner-process ul.content li:last-child::after {
  display: none;
}
.inner-process ul.content li .nums {
  width: 60px;
  height: 60px;
  background-color: #fff;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.09), inset 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
  border: 1px solid #E9E9E9;
  font-size: 24px;
  line-height: 58px;
  text-align: center;
  color: #0070FF;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 18px;
  position: relative;
  z-index: 2;
}
.inner-process ul.content li h5 {
  font-size: 20px;
  line-height: 28px;
  color: #333;
  margin-bottom: 12px;
}
.inner-process ul.content li p {
  font-family: 'PINGFANG-REGULAR';
  font-size: 14px;
  line-height: 22px;
  color: #5F5F5F;
}
.inner-process a {
  display: block;
  width: 240px;
  height: 48px;
  background: #0070FF;
  border-radius: 8px 8px 8px 8px;
  font-size: 18px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  margin-top: 59px;
}
.inner-select {
  background-color: #F5F5F5;
}
.inner-select ul.content {
  flex-wrap: wrap;
}
.inner-select ul.content li {
  width: calc(50% - 10px);
  padding: 36px 50px 35px 50px;
  background-color: #fff;
  margin-right: 20px;
  border-radius: 8px;
  transition: all 0.3s;
}
.inner-select ul.content li:nth-child(2n) {
  margin-right: 0;
}
.inner-select ul.content li:nth-child(n + 3) {
  margin-top: 20px;
}
.inner-select ul.content li .info-box {
  display: flex;
  align-items: center;
}
.inner-select ul.content li .info-box .left-icon {
  width: 69px;
  height: 69px;
}
.inner-select ul.content li .info-box .left-icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.inner-select ul.content li .info-box .right-info {
  width: calc(100% - 69px);
  padding-left: 22px;
}
.inner-select ul.content li .info-box .right-info h5 {
  font-family: 'PINGFANG-BOLD';
  font-size: 20px;
  line-height: 28px;
  color: #333;
  margin-bottom: 12px;
  transition: all 0.3s;
}
.inner-select ul.content li .info-box .right-info p {
  font-size: 16px;
  line-height: 22px;
  color: #5F5F5F;
  transition: all 0.3s;
}
.inner-select ul.content li:hover {
  background-color: #0070FF;
}
.inner-select ul.content li:hover .info-box .right-info h5,
.inner-select ul.content li:hover .info-box .right-info p {
  color: #fff;
}
.need {
  background-color: #F5F5F5;
}
.need ul.content li {
  flex: 1;
  padding: 24px 24px 20px 38px;
  background-color: #fff;
  margin-right: 15px;
}
.need ul.content li:last-child {
  margin-right: 0;
}
.need ul.content li img.icon {
  width: 54px;
  height: 54px;
  display: block;
  margin-bottom: 12px;
}
.need ul.content li h3 {
  font-family: 'PINGFANG-BOLD';
  font-size: 22px;
  line-height: 30px;
  color: #333;
  margin-bottom: 10px;
}
.need ul.content li p {
  font-size: 16px;
  line-height: 22px;
  color: #5F5F5F;
}
.need ul.content li a {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  color: #707070;
  margin-top: 30px;
  transition: all 0.3s;
}
.need ul.content li a img {
  width: 9px;
  height: 9px;
  display: block;
}
::-moz-selection {
  background: #5F5F5F;
  color: #fff;
}
::selection {
  background: #5F5F5F;
  color: #fff;
}
#imgmasking {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.imgpre {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.showimgcontent {
  /*width: 700px;*/
  /* height: 660px; */
  max-width: 700px;
  width: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#showimg {
  min-width: 600px;
  max-width: 1200px;
  max-height: 800px;
  /* height: 660px; */
}
#zstip {
  display: none;
}
.imgmasking-back {
  width: 30px;
  height: 30px;
  background-color: #777777;
  position: absolute;
  top: -10px;
  right: -10px;
  text-align: center;
  line-height: 24px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 3px solid #fff;
  cursor: pointer;
  font-size: 18px;
  color: #FFFFFF;
}
@media (max-width: 1440px) {
  .header .header-container {
    width: 1200px;
  }
  .header .header-container nav {
    margin-left: 120px;
  }
  .inner-banner .info {
    top: 125px !important;
  }
  .inner-banner .info .banner-container {
    width: 1200px;
  }
}
