@charset "UTF-8";
body {
  padding: 0;
  margin: 0;
  width: 100%;
  overflow-x: hidden;
}
body p {
  margin: 0;
  font-family: "PingFang-SC-Medium";
}
body span {
  margin: 0;
  font-family: "PingFang-SC-Medium";
}
body h1 {
  margin: 0;
  font-family: "PingFang-SC-Medium";
}
body h2 {
  margin: 0;
  font-family: "PingFang-SC-Medium";
}
body .header {
  width: 100%;
  padding: 21px 0;
  position: relative;
}
body .header::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.1);
}
body .header > .logo {
  margin-left: 40px;
}
body .header > .msg-list {
  float: right;
  height: 40px;
}
body .header > .msg-list > .nav-list {
  height: 40px;
  float: left;
}
body .header > .msg-list > .nav-list a {
  margin-right: 43px;
  display: inline-block;
  line-height: 40px;
  color: #000;
  font-size: 14px;
  text-decoration: none;
  font-family: "Adobe 黑体 Std";
}
body .header > .msg-list > .phone {
  float: left;
  padding: 0 30px;
}
body .header > .msg-list > .phone > img {
  position: relative;
  top: 4px;
  margin-right: 8px;
}
body .header > .msg-list > .phone > span {
  line-height: 40px;
}
body .header > .msg-list > .zixun {
  float: right;
  height: 40px;
  padding: 0 30px;
}
body .header > .msg-list > .zixun > .btn {
  width: 120px;
  height: 40px;
  background: url(../img/ljzx.png) no-repeat center;
  color: #fff;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}
body .header > .msg-list > div {
  position: relative;
}
body .header > .msg-list > div::after {
  display: block;
  content: "";
  width: 1px;
  height: 86px;
  position: absolute;
  right: 0px;
  top: -22px;
  background-color: rgba(0, 0, 0, 0.1);
}
body .header > .msg-list > div:last-child::after {
  display: none;
}
body .header .menu {
  display: none;
}
body .header .menu-list-box {
  display: none;
}
body .header-hover {
  width: 100%;
  padding: 21px 0;
  position: fixed;
  background: #fff;
  top: -86px;
  left: 0;
  z-index: 999;
  transition: all 0.5s;
}
body .header-hover::before {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  left: 0;
  bottom: -20px;
  position: absolute;
}
body .header-hover::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.1);
}
body .header-hover.nav-show:hover {
  top: 0;
}
body .header-hover > .logo {
  margin-left: 40px;
}
body .header-hover > .msg-list {
  float: right;
  height: 40px;
}
body .header-hover > .msg-list > .nav-list {
  height: 40px;
  float: left;
}
body .header-hover > .msg-list > .nav-list a {
  margin-right: 43px;
  display: inline-block;
  line-height: 40px;
  color: #000;
  font-size: 14px;
  text-decoration: none;
  font-family: "Adobe 黑体 Std";
}
body .header-hover > .msg-list > .phone {
  float: left;
  padding: 0 30px;
}
body .header-hover > .msg-list > .phone > img {
  position: relative;
  top: 4px;
  margin-right: 8px;
}
body .header-hover > .msg-list > .phone > span {
  line-height: 40px;
}
body .header-hover > .msg-list > .zixun {
  float: right;
  height: 40px;
  padding: 0 30px;
}
body .header-hover > .msg-list > .zixun > .btn {
  width: 120px;
  height: 40px;
  background: url(../img/ljzx.png) no-repeat center;
  color: #fff;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}
body .header-hover > .msg-list > div {
  position: relative;
}
body .header-hover > .msg-list > div::after {
  display: block;
  content: "";
  width: 1px;
  height: 86px;
  position: absolute;
  right: 0px;
  top: -22px;
  background-color: rgba(0, 0, 0, 0.1);
}
body .header-hover > .msg-list > div:last-child::after {
  display: none;
}
body > .banner-panter {
  width: 100%;
  max-width: 1920px;
  height: 2145px;
  margin: 0 auto;
  position: relative;
}
body > .banner-panter > .banner {
  position: absolute;
  width: 100%;
  max-width: 1920px;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}
body > .banner-panter > .banner > video {
  width: 100%;
}
body > .banner-panter > .banner > .banner-content {
  width: 100%;
  max-width: 1440px;
  height: 100%;
  position: absolute;
  top: 0;
  margin: 0 auto;
  display: none;
  overflow: hidden;
}
body > .banner-panter > .banner > .banner-content > .banner-round {
  display: block;
  width: 52.2%;
  position: absolute;
  right: -5%;
  top: 15%;
}
body > .banner-panter > .banner > .banner-content > .banner-text {
  padding-top: 254px;
}
body > .banner-panter > .banner > .banner-content > .banner-text p {
  color: #fff;
}
body > .banner-panter > .banner > .banner-content > .banner-text > .h1 {
  font-size: 60px;
  line-height: 70px;
}
body > .banner-panter > .banner > .banner-content > .banner-text > .h2 {
  font-size: 20px;
  margin-top: 40px;
  color: #fff;
  margin-bottom: 22px;
}
body > .banner-panter > .banner > .banner-content > .banner-text > .h3 {
  font-size: 14px;
}
body > .banner-panter > .banner > .banner-content > .banner-text > .logo-list {
  height: 80px;
  margin-top: 60px;
}
body > .banner-panter > .banner > .banner-content > .banner-text > .logo-list > div {
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 10px;
}
body > .banner-panter > .banner > .banner-content > .banner-text > .logo-list > div > img {
  display: block;
  width: 100%;
  height: 100%;
}
body > .banner-panter > .banner > .banner-content > .banner-text > .banner-btn {
  width: 180px;
  height: 50px;
  margin-top: 80px;
  cursor: pointer;
}
body > .banner-panter > .banner > .banner-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(../img/banner-mask.png) no-repeat center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
}
body > .banner-panter > .banner > .banner-mask2 {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(../img/banner-mask2.svg) no-repeat center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
}
body > .banner-panter > .banner > .mask-text {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: none;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, 0);
}
body > .banner-panter > .banner > .mask-text > .p1 {
  font-size: 18px;
  color: #1bc162;
  text-align: center;
}
body > .banner-panter > .banner > .mask-text > .p2 {
  font-size: 26px;
  color: #000;
  text-align: center;
  margin-top: 18px;
}
body > .banner-panter > .banner > .mask-text > .p3 {
  width: 660px;
  margin: 0 auto;
  margin-top: 29px;
}
body > .banner-panter > .banner > .mask-text > .p3 > p {
  font-size: 14px;
  text-align: center;
}
body > .banner-panter > .banner > .mask-text > .mouse {
  display: block;
  margin: 0 auto;
  margin-top: 90px;
}
body > .banner-panter2 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
body > .banner-panter2 > .banner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
body > .banner-panter2 > .banner > img {
  width: 100%;
  display: block;
}
body > .banner-panter2 > .banner > .banner-content {
  width: 100%;
  max-width: 1440px;
  height: 100%;
  position: absolute;
  top: 0;
  margin: 0 auto;
  overflow: hidden;
}
body > .banner-panter2 > .banner > .banner-content > .banner-round {
  display: block;
  width: 52.2%;
  position: absolute;
  right: -5%;
  top: 15%;
}
body > .banner-panter2 > .banner > .banner-content > .banner-text {
  padding-top: 254px;
}
body > .banner-panter2 > .banner > .banner-content > .banner-text p {
  color: #fff;
}
body > .banner-panter2 > .banner > .banner-content > .banner-text > .h1 {
  font-size: 60px;
  line-height: 70px;
}
body > .banner-panter2 > .banner > .banner-content > .banner-text > .h2 {
  font-size: 20px;
  margin-top: 40px;
  color: #fff;
  margin-bottom: 22px;
}
body > .banner-panter2 > .banner > .banner-content > .banner-text > .h3 {
  font-size: 14px;
}
body > .banner-panter2 > .banner > .banner-content > .banner-text > .logo-list {
  height: 80px;
  margin-top: 60px;
}
body > .banner-panter2 > .banner > .banner-content > .banner-text > .logo-list > div {
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 10px;
}
body > .banner-panter2 > .banner > .banner-content > .banner-text > .logo-list > div > img {
  display: block;
  width: 100%;
  height: 100%;
}
body > .banner-panter2 > .banner > .banner-content > .banner-text > .banner-btn {
  width: 180px;
  height: 50px;
  margin-top: 80px;
  cursor: pointer;
}
body > .banner-panter2 > .banner > .banner-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(../img/banner-mask.png) no-repeat center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
}
body > .banner-panter2 > .banner > .banner-mask2 {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(../img/banner-mask2.svg) no-repeat center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
}
body > .banner-panter2 > .banner > .mask-text {
  width: 100%;
  max-width: 1440px;
  display: none;
  margin: 0 auto;
  position: absolute;
  top: 460px;
  left: 50%;
  transform: translate(-50%, 0);
}
body > .banner-panter2 > .banner > .mask-text > .p1 {
  font-size: 18px;
  color: #1bc162;
  text-align: center;
}
body > .banner-panter2 > .banner > .mask-text > .p2 {
  font-size: 26px;
  color: #000;
  text-align: center;
  margin-top: 18px;
}
body > .banner-panter2 > .banner > .mask-text > .p3 {
  width: 660px;
  margin: 0 auto;
  margin-top: 29px;
}
body > .banner-panter2 > .banner > .mask-text > .p3 > p {
  font-size: 14px;
  text-align: center;
}
body > .banner-panter2 > .banner > .mask-text > .mouse {
  display: block;
  margin: 0 auto;
  margin-top: 90px;
}
body > .service-content {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  margin-top: 137px;
  position: relative;
}
body > .service-content > h1 {
  font-size: 60px;
  text-align: center;
  font-weight: 400;
}
body > .service-content > .service-list {
  margin-top: 60px;
}
body > .service-content > .service-list::after {
  display: block;
  clear: both;
  content: "";
}
body > .service-content > .service-list > .box {
  width: 31.2%;
  height: 561px;
  border-radius: 30px;
  margin-right: 3%;
  background-color: rgb(242, 249, 251);
  padding-top: 1px;
  float: left;
  cursor: pointer;
  position: relative;
}
body > .service-content > .service-list > .box:hover::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url(../img/jt.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  right: 80px;
  bottom: 80px;
}
body > .service-content > .service-list > .box:last-child {
  margin-right: 0;
}
body > .service-content > .service-list > .box > img {
  width: 92.6%;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}
body > .service-content > .service-list > .box > .text {
  width: 92.6%;
  margin: 0 auto;
  margin-top: 50px;
}
body > .service-content > .service-list > .box > .text > span {
  font-size: 16px;
  color: #1bc162;
}
body > .service-content > .service-list > .box > .text > p {
  font-size: 28px;
  color: #000;
  margin-top: 10px;
}
body > .service-content > .service-list > .box > .text > .ul {
  margin-top: 37px;
}
body > .service-content > .service-list > .box > .text > .ul > .li {
  font-size: 15px;
  line-height: 24px;
  color: #666666;
}
body > .brand-transition {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  margin-top: 148px;
}
body > .brand-transition > h1 {
  margin: 0;
  font-size: 60px;
  font-weight: 400;
}
body > .brand-transition > a {
  display: block;
  font-size: 16px;
  color: #1bc162;
  margin-top: 39px;
}
body > .brand-transition > .brand-box {
  width: 100%;
}
body > .brand-transition > .brand-box::after {
  content: "";
  clear: both;
  display: block;
}
body > .brand-transition > .brand-box > .box {
  width: 48.2%;
  margin-top: 91px;
  padding-bottom: 40px;
  border-radius: 30px;
  background-color: rgb(242, 249, 251);
  padding-top: 1px;
  float: left;
}
body > .brand-transition > .brand-box > .box:last-child {
  float: right;
  position: relative;
  top: -110px;
}
body > .brand-transition > .brand-box > .box > img {
  display: block;
  width: 92.8%;
  margin: 0 auto;
  margin-top: 30px;
}
body > .brand-transition > .brand-box > .box > .text {
  width: 92.8%;
  margin: 0 auto;
  margin-top: 31px;
}
body > .brand-transition > .brand-box > .box > .text > p {
  font-size: 28px;
  color: #000;
  margin-bottom: 40px;
}
body > .brand-transition > .brand-box > .box > .text > .label {
  margin-bottom: 10px;
}
body > .brand-transition > .brand-box > .box > .text > .label > span:first-child {
  display: inline-block;
  font-size: 15px;
  color: #1bc162;
  padding: 10px 30px;
  background: #fff;
  border-radius: 40px;
  margin-right: 20px;
}
body > .brand-transition > .brand-box > .box > .text > .label > span:last-child {
  font-size: 15px;
}
body > .service-process {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  margin-top: 165px;
  position: relative;
}
body > .service-process > video {
  width: 100%;
}
body > .service-process > .wap-bg {
  display: none;
}
body > .service-process > .service-process {
  display: none;
}
body > .service-process > .service-content {
  width: 100%;
  max-width: 1440px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
body > .service-process > .service-content > h1 {
  font-size: 60px;
  color: #fff;
  text-align: center;
  font-weight: 400;
  margin-top: 180px;
}
body > .service-process > .service-content > .swiper-container {
  width: 100%;
  margin-top: 80px;
}
body > .service-process > .service-content > .swiper-container > .swiper-wrapper {
  width: 100%;
  padding-bottom: 80px;
}
body > .service-process > .service-content > .swiper-container > .swiper-wrapper > .swiper-slide {
  text-align: center;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.902);
  padding-bottom: 77px;
}
body > .service-process > .service-content > .swiper-container > .swiper-wrapper > .swiper-slide > img {
  margin: 0 auto;
  margin-top: 35px;
}
body > .service-process > .service-content > .swiper-container > .swiper-wrapper > .swiper-slide > .tag {
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.051);
  width: 81.8%;
  height: 40px;
  margin: 0 auto;
  margin-top: 36px;
}
body > .service-process > .service-content > .swiper-container > .swiper-wrapper > .swiper-slide > .tag > p {
  font-size: 18px;
  line-height: 40px;
  color: #000;
}
body > .service-process > .service-content > .swiper-container > .swiper-wrapper > .swiper-slide > .text-list {
  width: 81.8%;
  margin: 0 auto;
}
body > .service-process > .service-content > .swiper-container > .swiper-wrapper > .swiper-slide > .text-list > p {
  text-align: left;
  font-size: 15px;
  color: #666666;
  padding: 12px 0;
  padding-left: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.051);
}
body > .service-process > .service-content > .swiper-container > .swiper-pagination {
  position: relative;
}
body > .service-process > .service-content > .swiper-container > .swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 2px;
  background: #fff;
  opacity: 1;
}
body > .service-process > .service-content > .swiper-container > .swiper-pagination .swiper-pagination-bullet-active {
  background-color: rgb(27, 193, 98);
}
body > .service-process > .service-content > .swiper-container .swiper-btn-box {
  width: 500px;
  height: 50px;
  position: relative;
  margin: 0 auto;
  top: -20px;
}
body > .service-process > .service-content > .swiper-container .swiper-btn-box .swiper-button-prev {
  background-image: url(../img/prev.png);
  width: 50px;
  height: 50px;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}
body > .service-process > .service-content > .swiper-container .swiper-btn-box .swiper-button-next {
  background-image: url(../img/next.png);
  width: 50px;
  height: 50px;
  background-size: 100% 100%;
  top: 0;
  right: 0;
  opacity: 1;
}
body > .service-process-wap {
  display: none;
}
body > .enterprise-honor {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  margin-top: 128px;
}
body > .enterprise-honor > h1 {
  text-align: center;
  font-size: 60px;
  font-weight: 400;
}
body > .enterprise-honor > .honor-list {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  margin-top: 80px;
}
body > .enterprise-honor > .honor-list::after {
  display: block;
  clear: both;
  content: "";
}
body > .enterprise-honor > .honor-list > .li {
  width: 17.8%;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.102);
  box-sizing: border-box;
  float: left;
  margin-right: 2.7%;
  margin-bottom: 40px;
  border-radius: 20px;
}
body > .enterprise-honor > .honor-list > .li:nth-child(5n) {
  margin-right: 0;
}
body > .enterprise-honor > .honor-list > .li > img {
  display: block;
  width: 100%;
}

.service-content-box {
  overflow: hidden;
}

@media (max-width: 1670px) {
  .banner-text {
    padding-top: 160px !important;
  }
  .banner-round {
    top: 6% !important;
  }
  .position-content2 > h1 {
    margin-top: 120px !important;
  }
}
@media (max-width: 1650px) {
  .service-content h1 {
    margin-top: 10px !important;
  }
}
@media (max-width: 1550px) {
  .banner-text {
    padding-top: 160px !important;
  }
}
@media (max-width: 1345px) {
  .banner-text {
    padding-top: 90px !important;
  }
  .swiper-container {
    margin-top: 10px !important;
  }
}
@media (max-width: 1440px) {
  .banner-text {
    width: 94%;
    margin: 0 auto;
    padding-top: 100px !important;
  }
  .service-content-box {
    width: 94% !important;
    margin: 0 auto;
  }
  .brand-transition {
    width: 94% !important;
    margin: 0 auto;
  }
  .enterprise-honor {
    width: 94% !important;
    margin: 0 auto;
  }
  .swiper-container {
    width: 96% !important;
    margin: 0 auto;
    margin-top: 40px !important;
  }
}
@media (max-width: 1360px) {
  .swiper-container .swiper-slide {
    padding-bottom: 40px !important;
  }
}
@media (max-width: 1360px) {
  .swiper-container .swiper-slide {
    padding-bottom: 20px !important;
  }
  .swiper-container .swiper-slide > img {
    margin-top: 15px !important;
  }
}
@media (max-width: 1200px) {
  .banner-text {
    padding-top: 60px !important;
  }
  .service-process {
    display: none !important;
  }
  .service-process-wap {
    display: block !important;
    width: 100%;
    margin-top: 165px;
    position: relative;
    background: url(../img/wap-bg.png) no-repeat center;
    background-size: cover;
  }
  .service-process-wap > .service-content {
    width: 96% !important;
    margin: 0 auto;
    padding-bottom: 90px;
  }
  .service-process-wap > .service-content h1 {
    padding-top: 90px;
    font-size: 60px;
    font-weight: 500;
    text-align: center;
    color: #fff;
  }
  .service-process-wap > .service-content > .service-process-ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 40px;
  }
  .service-process-wap > .service-content > .service-process-ul > div {
    width: 48%;
  }
  .service-process-wap > .service-content > .service-process-ul > div > .li {
    text-align: center;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.902);
    padding-bottom: 50px;
    margin-bottom: 30px;
    padding-top: 1px;
  }
  .service-process-wap > .service-content > .service-process-ul > div > .li > img {
    display: block;
    width: 90px;
    margin: 0 auto;
    margin-top: 35px;
  }
  .service-process-wap > .service-content > .service-process-ul > div > .li > .tag {
    border-radius: 15px;
    background-color: rgba(0, 0, 0, 0.051);
    width: 81.8%;
    height: 40px;
    margin: 0 auto;
    margin-top: 36px;
  }
  .service-process-wap > .service-content > .service-process-ul > div > .li > .tag > p {
    font-size: 22px;
    line-height: 40px;
    color: #000;
  }
  .service-process-wap > .service-content > .service-process-ul > div > .li > .text-list {
    width: 81.8%;
    margin: 0 auto;
    margin-top: 20px;
  }
  .service-process-wap > .service-content > .service-process-ul > div > .li > .text-list > p {
    text-align: left;
    font-size: 18px;
    color: #666666;
    padding: 12px 0;
    padding-left: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.051);
  }
}
@media (max-width: 1134px) {
  .banner-text .h1 {
    font-size: 40px !important;
    line-height: 50px;
  }
  .banner-text .h2 {
    font-size: 14px !important;
    line-height: 20px !important;
    margin-top: 25px !important;
    margin-bottom: 18px !important;
  }
  .banner-text .h2 {
    font-size: 12px !important;
  }
  .banner-text .logo-list {
    margin-top: 30px !important;
  }
  .banner-text .logo-list > div {
    width: 60px !important;
    height: 60px !important;
  }
  .banner-text .banner-btn {
    margin-top: 30px !important;
  }
  .banner-round {
    top: 6% !important;
  }
  .nav-list a {
    margin-right: 20px !important;
  }
}
@media (max-width: 1000px) {
  .banner-panter {
    display: none;
  }
  .banner-text {
    padding-top: 20px !important;
  }
  .banner-text .h1 {
    font-size: 40px !important;
    line-height: 50px !important;
  }
  .banner-text .logo-list {
    margin-top: 40px !important;
  }
  .banner-btn {
    margin-top: 40px !important;
  }
  .mask-text {
    display: none !important;
  }
}
@media (max-width: 980px) {
  .banner-text {
    width: 94%;
    margin: 0 auto;
    padding-top: 65px !important;
  }
  .service-content-box {
    width: 94% !important;
    margin: 0 auto;
  }
  .brand-transition {
    width: 94% !important;
    margin: 0 auto;
  }
  .service-process {
    width: 94% !important;
    margin: 0 auto;
  }
  .enterprise-honor {
    width: 94% !important;
    margin: 0 auto;
  }
  .nav-list a {
    font-size: 12px !important;
    margin-right: 10px !important;
  }
  .phone {
    padding: 0 10px !important;
    font-size: 14px !important;
  }
}
@media (max-width: 750px) {
  body {
    padding-top: 81px;
  }
  .header-hover {
    display: none;
  }
  .header {
    width: 100% !important;
    margin: 0 auto;
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    background: #fff !important;
  }
  .header::after {
    content: "";
    display: block;
    height: 0 !important;
    position: relative !important;
    clear: both;
  }
  .header .logo {
    float: left;
    margin-left: 3% !important;
  }
  .header .logo > img {
    display: block;
    width: 6.18rem;
  }
  .header .msg-list {
    display: none;
  }
  .header .menu {
    display: block !important;
    float: right;
    margin-right: 3% !important;
  }
  .header .menu-list-box {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: all 0.3s;
    display: none;
  }
  .header .menu-list-box > .coutent {
    width: 80%;
    height: 100%;
    background: #fff;
    position: absolute;
    right: -80%;
    top: 0;
    transition: all 0.3s;
  }
  .header .menu-list-box > .coutent > a {
    color: #000;
    font-size: 16px;
    line-height: 3;
    text-decoration: none;
    display: block;
    text-align: center;
    border-bottom: 1px solid #eee;
  }
  .banner-panter2 > .banner > .banner-content > .banner-text {
    padding-top: 10px !important;
  }
  .banner-panter2 > .banner > .banner-content > .banner-text > .h1 {
    font-size: 5.12vw !important;
    line-height: 1.2 !important;
  }
  .banner-panter2 > .banner > .banner-content > .banner-text > .h2 {
    font-size: 3.3vw !important;
    margin-top: 10px !important;
    margin-bottom: 5px !important;
  }
  .banner-panter2 > .banner > .banner-content > .banner-text > .h3 {
    font-size: 2.7vw !important;
  }
  .banner-panter2 > .banner > .banner-content > .banner-text > .logo-list {
    height: 25px !important;
    margin-top: 10px !important;
  }
  .banner-panter2 > .banner > .banner-content > .banner-text > .logo-list > div {
    width: 25px !important;
    height: 25px !important;
  }
  .banner-panter2 > .banner > .banner-content > .banner-text > .banner-btn {
    width: 108px !important;
    height: 30px !important;
    margin-top: 5px !important;
  }
  .banner-panter2 > .banner > .banner-content > .banner-text > .banner-btn > img {
    width: 100%;
    height: 100%;
  }
  .service-content {
    margin-top: 30px !important;
  }
  .service-content > h1 {
    font-size: 7vw !important;
    margin-top: 0 !important;
  }
  .service-content > .service-list {
    margin-top: 25px !important;
  }
  .service-content > .service-list > .box {
    width: 100% !important;
    height: auto !important;
    float: none !important;
    padding-bottom: 20px !important;
    margin-bottom: 20px !important;
  }
  .service-content > .service-list > .box > .text {
    margin-top: 20px !important;
  }
  .service-content > .service-list > .box > .text > span {
    font-size: 4.26vw !important;
  }
  .service-content > .service-list > .box > .text > p {
    font-size: 7.46vw !important;
  }
  .service-content > .service-list > .box > .text > .ul {
    margin-top: 10px !important;
  }
  .service-content > .service-list > .box > .text > .ul > .li {
    font-size: 4vw !important;
  }
  .brand-transition {
    margin-top: 30px !important;
  }
  .brand-transition > h1 {
    font-size: 7vw !important;
  }
  .brand-transition > a {
    margin-top: 15px !important;
    font-size: 4vw !important;
  }
  .brand-transition > .brand-box {
    margin-top: 20px;
  }
  .brand-transition > .brand-box > .box {
    float: none !important;
    width: 100% !important;
    margin-top: 0 !important;
  }
  .brand-transition > .brand-box > .box:last-child {
    top: 0 !important;
    margin-top: 20px !important;
  }
  .brand-transition > .brand-box > .box > .text > p {
    font-size: 6.5vw !important;
  }
  .brand-transition > .brand-box > .box > .text > .label > span {
    font-size: 3.5vw !important;
  }
  .service-process-wap {
    margin-top: 30px !important;
  }
  .service-process-wap > .service-content {
    padding-bottom: 30px !important;
  }
  .service-process-wap > .service-content > h1 {
    padding-top: 30px !important;
  }
  .service-process-wap > .service-content > .service-process-ul > div > .li > img {
    width: 50px !important;
  }
  .service-process-wap > .service-content > .service-process-ul > div > .li > .tag {
    margin-top: 20px !important;
  }
  .service-process-wap > .service-content > .service-process-ul > div > .li > .tag > p {
    font-size: 4.2vw !important;
  }
  .service-process-wap > .service-content > .service-process-ul > div > .li > .text-list > p {
    font-size: 3vw !important;
  }
  .enterprise-honor {
    margin-top: 30px !important;
  }
  .enterprise-honor > h1 {
    font-size: 7vw !important;
  }
  .enterprise-honor > .honor-list {
    margin-top: 20px !important;
  }
  .enterprise-honor > .honor-list > .li {
    width: 48% !important;
    margin-right: 4% !important;
  }
  .enterprise-honor > .honor-list > .li:nth-child(2n) {
    margin-right: 0 !important;
  }
  .enterprise-honor > .honor-list > .li:nth-child(5n) {
    margin-right: 4% !important;
  }
  .enterprise-honor > .honor-list > .li:nth-child(10) {
    margin-right: 0 !important;
  }
  .footer {
    margin-top: 10px !important;
  }
}/*# sourceMappingURL=index.css.map */