﻿.header-container {
  width: 92%;
  max-width: 1760px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.container {
  width: 92%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.hide {
  display: none;
}

.inner-banner {
  width: 100%;
  height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.inner-banner .com-nav-box {
  width: 100%;
  bottom: -50px;
  position: absolute;
}
.inner-banner .com-nav-box .com-nav {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  box-shadow: 0px 4px 14px 1px rgba(221, 221, 221, 0.5);
  padding: 0 40px 0 30px;
}
.inner-banner .com-nav-box .com-nav .left a {
  display: inline-block;
  height: 100%;
  line-height: 30px;
}
.inner-banner .com-nav-box .com-nav .left a span {
  font-size: 18px;
  line-height: 16px;
  padding: 0 15px;
  color: #333;
  border-right: 1px solid #ddd;
}
.inner-banner .com-nav-box .com-nav .left a.active span {
  color: #122a88;
}
.inner-banner .com-nav-box .com-nav .left a:last-of-type span {
  border-right: 0;
}
.inner-banner .com-nav-box .com-nav .right a {
  display: inline-block;
  height: 100%;
  line-height: 100px;
}
.inner-banner .com-nav-box .com-nav .right a span {
  font-size: 14px;
  line-height: 14px;
  color: #333;
}
.inner-banner .com-nav-box .com-nav .right .t1 span {
  color: #122a88;
}
.inner-banner .com-nav-box .com-nav .right .t2 {
  color: #9dadb8;
}
.inner-banner .com-nav-box .case-nav {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  box-shadow: 0px 4px 14px 1px rgba(221, 221, 221, 0.5);
  padding: 0 40px 0 30px;
}
.inner-banner .com-nav-box .case-nav .left {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
}
.inner-banner .com-nav-box .case-nav .right > a {
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  border-radius: 20px;
  border: 1px solid #333;
  display: block;
}
.inner-banner .texts {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  margin-left: -25%;
  margin-top: -60px;
}
.inner-banner .texts .img img {
  width: 100%;
}

.header {
  width: 100%;
  height: 100px;
  background-color: #fff;
  transition: all 0.6s;
  position: relative;
  z-index: 100000;
}
.header.header-fix {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  transition: all 0.6s;
}
.header .left {
  display: flex;
  align-items: center;
}
.header .left .logo {
  width: 190px;
  display: inline-block;
}
.header .left .logo img {
  width: 100%;
}
.header .left .info {
  color: #333;
  font-size: 14px;
  border-left: 1px solid #ddd;
  margin-left: 20px;
  padding-left: 20px;
}
.header .center {
  height: 100%;
}
.header .center li {
  height: 100%;
  float: left;
  font-size: 16px;
}
.header .center li a {
  line-height: 100px;
  height: 100%;
  display: inline-block;
  width: 120px;
  text-align: center;
  color: #333;
  transition: all 0.2s;
}
.header .center li a:hover span, .header .center li a.active span {
  display: none;
}
.header .center li a:hover em, .header .center li a.active em, .header .center li a span {
  display: block;
}
.header .center li a em {
  display: none;
  font-style: normal;
  font-family: "DIN";
}
.header .right i {
  width: 24px;
  height: 28px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.6s;
  cursor: pointer;
  margin-right: 5px;
}
.header .right i.tel-icon {
  background-image: url("../image/01.png");
}
.header .right i.weChat-icon {
  background-image: url("../image/217.png");
}
/* .header .right i.weChat-icon:hover {
  background-image: url("../image/216.png");
} */
.header .right i.douyin-icon {
  background-image: url("../image/215.png");
}
.header .right i.douyin-icon:hover {
  background-image: url("../image/214.png");
}
.header .right .weChat-box, .header .right .douyin-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: 50px;
  position: relative;
}
.header .right .weChat-box .code-box, .header .right .douyin-box .code-box {
  width: 140px;
  height: 140px;
  position: absolute;
  padding: 10px;
  top: 24px;
  left: -58px;
  display: none;
}
.header .right .weChat-box .code-box img, .header .right .douyin-box .code-box img {
  width: 100%;
  height: 100%;
}
.header .right .weChat-box:hover .code-box, .header .right .douyin-box:hover .code-box {
  display: block;
}
.header .right span {
  font-size: 24px;
  color: #333;
  margin-left: 20px;
  display: inline-block;
  vertical-align: middle;
  font-family: "DIN";
}

.m-header, .m-cover {
  display: none;
}

.footer {
  background-color: #232323;
  padding: 0 0 35px;
}
.footer .footer-top {
  border-bottom: 1px solid #3c3c3c;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .footer-top .logo {
  width: 230px;
  display: inline-block;
}
.footer .footer-top .logo img {
  width: 100%;
}
.footer .footer-top .hot-line {
  margin: 30px 0;
}
.footer .footer-top .hot-line p {
  line-height: 3em;
  color: #fff;
}
.footer .footer-top .hot-line p .label {
  font-size: 14px;
}
.footer .footer-top .hot-line p .number {
  font-size: 28px;
  line-height: 28px;
  margin-left: 20px;
  font-family: "DIN";
  color: #fff;
}
.footer .footer-middle {
  padding: 60px 0 30px;
}
.footer .footer-middle .footer-list > li {
  float: left;
  margin-right: 80px;
}
.footer .footer-middle .footer-list > li .tt {
  font-size: 16px;
  color: #fff;
  margin-bottom: 30px;
}
.footer .footer-middle .footer-list > li .link-box li {
  margin-bottom: 10px;
}
.footer .footer-middle .footer-list > li .link-box li a {
  font-size: 14px;
  color: #b7b7b7;
}
.footer .footer-middle .code-box {
  text-align: center;
}
.footer .footer-middle .code-box img {
  width: 140px;
}
.footer .footer-middle .code-box p {
  color: #b7b7b7;
  font-size: 14px;
  margin-top: 20px;
}
.footer .footer-bottom .link {
  color: #b7b7b7;
  font-size: 14px;
  width: 100%;
}
.footer .footer-bottom .link a {
  color: #b7b7b7;
  display: inline-block;
  margin-left: 30px;
}
.footer .footer-bottom .copy-right {
  color: #b7b7b7;
  font-size: 12px;
  margin-top: 10px;
}
.footer .footer-bottom .copy-right .tt {
  margin-left: 15px;
}

.inner-title {
  text-align: center;
  color: #333;
}
.inner-title .t1 {
  font-size: 48px;
  line-height: 48px;
  font-family: "DIN";
  text-transform: uppercase;
}
.inner-title .t2 {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  margin-top: 15px;
}
.inner-title .t3 {
  font-size: 16px;
  margin-top: 20px;
}

.service-title {
  font-size: 32px;
  line-height: 32px;
  text-align: center;
}
.service-title .t1 {
  font-size: 18px;
  margin-top: 20px;
}

.right-nav-box {
  padding-left: 10px;
  position: fixed;
  top: calc(50% - 200px);
  right: 0px;
  z-index: 100;
}
.right-nav-box .right-nav {
  width: 50px;
  height: 160px;
  background-color: #55459d;
  border-radius: 8px;
  padding: 15px 10px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 6px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.right-nav-box .right-nav img {
  width: 32px;
}
.right-nav-box .right-nav span {
  width: 16px;
  display: inline-block;
}
.right-nav-box .right-nav-new {
  width: 160px;
  background-color: #55459d;
  padding: 10px;
  position: absolute;
  top: 0;
  left: -160px;
  display: none;
}
.right-nav-box .right-nav-new .tel-box {
  display: block;
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 15px;
}
.right-nav-box .right-nav-new .tel-box span {
  margin-left: 10px;
}
.right-nav-box .right-nav-new .code {
  width: 100%;
  padding: 10px;
  margin-top: 20px;
  background-color: #fff;
}
.right-nav-box .right-nav-new .code img {
  width: 100%;
}

.right-nav01-box {
  width: 250px;
  position: fixed;
  right: 0;
  top: calc(50% - 220px);
  z-index: 100000;
}
.right-nav01-box .tops-box {
  width: 100%;
  /* height: 200px; */
  background-color: #ffffff;
  box-shadow: 0px 4px 15px 0px rgba(221, 221, 221, 0.5);
  border-radius: 8px;
}
.right-nav01-box .tops-box .tops {
  color: #fff;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  background-color: #55459d;
  padding-left: 10px;
  border-radius: 8px 8px 0 0;
  position: relative;
}
.right-nav01-box .tops-box .tops .close-icon {
  width: 40px;
  height: 100%;
  background-image: url("../image/212.png");
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: center;
  display: inline-block;
  right: 0px;
  top: 0;
  position: absolute;
  cursor: pointer;
}
.right-nav01-box .tops-box .item-box {
  padding: 25px 20px 20px;
}
.right-nav01-box .tops-box .item-box .item {
  margin-bottom: 25px;
  position: relative;
  cursor: pointer;
  display: flex;
}
.right-nav01-box .tops-box .item-box .item:hover .phone-box {
  display: block;
}
.right-nav01-box .tops-box .item-box .item:last-of-type {
  margin-bottom: 0;
}
.right-nav01-box .tops-box .item-box .item .tt {
  display: inline-block;
  vertical-align: middle;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-size: 18px 21px;
  background-image: url("../image/209.png");
  background-position: left center;
  width: 88px;
}
.right-nav01-box .tops-box .item-box .item .code {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../image/210.png");
  cursor: pointer;
  margin-left: 25px;
}
.right-nav01-box .tops-box .item-box .item .qq-link {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-image: url("../image/211.png");
  background-position: center;
  background-size: 18px 20px;
  margin-left: 20px;
}
.right-nav01-box .tops-box .item-box .item .phone-box {
  padding-right: 45px;
  position: absolute;
  left: -140px;
  top: -5px;
  display: none;
}
.right-nav01-box .tops-box .item-box .item .phone-box > a {
  padding: 5px 10px;
  background-color: #55459d;
  color: #fff;
  display: block;
  position: relative;
  border-radius: 4px;
}
.right-nav01-box .tops-box .item-box .item .phone-box > a:after {
  content: "";
  position: absolute;
  border-width: 6px 0 6px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #55459d;
  right: -6px;
  top: 9px;
}
.right-nav01-box .tops-box .item-box .item .phone-num {
  font-size: 16px;
  line-height: 16px;
  margin-left: 15px;
  font-family: "DIN";
}
.right-nav01-box .code-box {
  padding: 20px;
  background-color: #fff;
  background-color: #ffffff;
  box-shadow: 0px 4px 15px 0px rgba(221, 221, 221, 0.5);
  border-radius: 8px;
  margin-top: 10px;
  position: relative;
}
.right-nav01-box .code-box p {
  font-size: 14px;
  color: #333;
}
.right-nav01-box .code-box .img-box {
  width: 100%;
  height: 180px;
  margin-top: 25px;
}
.right-nav01-box .code-box .img-box img {
  width: 100%;
  height: 100%;
}
.right-nav01-box .code-box .close01-icon {
  width: 40px;
  height: 40px;
  background-image: url("../image/213.png");
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: center;
  display: inline-block;
  right: 0px;
  top: 0;
  position: absolute;
  cursor: pointer;
}

.right-nav02-box {
  width: 220px;
  position: fixed;
  right: 0;
  bottom: 20%;
  z-index: 100000;
}
.right-nav02-box .code-box {
  padding: 20px;
  background-color: #fff;
  background-color: #ffffff;
  box-shadow: 0px 4px 15px 0px rgba(221, 221, 221, 0.5);
  border-radius: 8px;
  margin-top: 10px;
  position: relative;
}
.right-nav02-box .code-box p {
  font-size: 14px;
  color: #333;
}
.right-nav02-box .code-box .img-box {
  width: 100%;
  height: 180px;
  margin-top: 25px;
}
.right-nav02-box .code-box .img-box img {
  width: 100%;
  height: 100%;
}
.right-nav02-box .code-box .close01-icon {
  width: 40px;
  height: 40px;
  background-image: url("../image/213.png");
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: center;
  display: inline-block;
  right: 0px;
  top: 0;
  position: absolute;
  cursor: pointer;
}

.view-more {
  color: #333;
  font-size: 14px;
  padding: 10px 0;
  display: flex;
  align-items: center;
  width: 140px;
  font-family: "DIN";
}
.view-more span {
  margin-right: 20px;
}
.view-more i {
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: #333;
}
.view-more:hover i {
  animation: more 1s;
  -webkit-animation: more 1s;
  animation-fill-mode: forwards;
}

@keyframes more {
  0% {
    width: 0px;
  }
  100% {
    width: 40px;
  }
}
.index-title {
  font-size: 36px;
  color: #333;
  display: flex;
  flex-direction: column;
}
.index-title .t1 {
  font-weight: bold;
}
.index-title .t2 {
  font-size: 18px;
  color: #666;
  margin-left: 0;
  padding-top: 10px;
}

@media screen and (max-width: 1900px) {
  .header .left .logo {
    width: 200px;
  }
  .header .right .weChat-box, .header .right .douyin-box {
    margin-left: 30px;
  }
  .header .center li a {
    width: 120px;
  }
}
@media screen and (max-width: 1600px) {
  .header .center li a {
    width: 90px;
  }
  .header .right span {
    font-size: 20px;
    margin-left: 5px;
  }
  .header .left .info {
    margin-left: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 1460px) {
  .right-nav01-box {
    /* width: 175px; */
    top: calc(50% - 180px);
  }
  .right-nav01-box .tops-box {
    /* height: 160px; */
  }
  .right-nav01-box .tops-box .item-box {
    padding: 15px 10px 15px;
  }
  .right-nav01-box .tops-box .tops {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
  }
  .right-nav01-box .tops-box .item-box .item {
    margin-bottom: 15px;
  }
  .right-nav01-box .tops-box .item-box .item .code, .right-nav01-box .tops-box .item-box .item .qq-link {
    margin-left: 15px;
  }
  .right-nav01-box .tops-box .item-box .item .tt {
    font-size: 12px;
    width: 78px;
  }
  .right-nav01-box .code-box {
    padding: 10px;
  }
  .right-nav01-box .code-box .img-box {
    height: 155px;
    margin-top: 10px;
  }
  .right-nav02-box {
    width: 175px;
    bottom: 20%;
  }
  .right-nav02-box .code-box {
    padding: 10px;
  }
  .right-nav02-box .code-box .img-box {
    height: 155px;
    margin-top: 10px;
  }
  .right-nav-box {
    top: calc(50% - 180px);
  }
  .header .center li a {
    width: 110px !important;
  }
  .header .right .weChat-box, .header .right .douyin-box {
    margin-left: 20px;
  }
  .header .right .weChat-box .code-box, .header .right .douyin-box .code-box {
    width: 130px;
    height: 130px;
  }
}
@media screen and (max-width: 1386px) {
  .header .left .logo {
    width: 175px !important;
  }
  .header .center li a {
    width: 85px !important;
  }
  .header .left .info {
    font-size: 12px;
  }
  .header .right span {
    margin-left: 5px;
  }
  .header .right .weChat-box, .header .right .douyin-box {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1044px) {
  .inner-banner .com-nav-box .com-nav .left {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: wrap;
  }
  .inner-banner .com-nav-box .com-nav .left a {
    flex-shrink: 0;
  }
  .inner-banner .com-nav-box .com-nav .right {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .right-nav01-box {
    width: 3rem;
    top: calc(50% + 1rem);
  }
  .right-nav02-box {
    width: 2rem;
    bottom: 5%;
  }
  .right-nav-box {
    top: calc(50% + 1rem);
  }
  .right-nav01-box .tops-box {
    /* height: 2.8rem; */
  }
  .right-nav01-box .tops-box .item-box {
    padding: 0.2rem;
  }
  .right-nav01-box .tops-box .tops {
    font-size: 12px;
    height: 0.6rem;
    line-height: 0.6rem;
  }
  .right-nav01-box .tops-box .item-box .item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.3rem;
  }
  .right-nav01-box .tops-box .item-box .item .tt {
    display: none;
  }
  .right-nav01-box .tops-box .item-box .item .code, .right-nav01-box .tops-box .item-box .item .qq-link {
    margin-left: 0;
  }
  .right-nav01-box .code-box {
    padding: 0.2rem;
  }
  .right-nav01-box .code-box .img-box {
    height: 1.6rem;
    margin-top: 0.2rem;
  }
  .right-nav01-box .code-box p {
    font-size: 12px;
  }
  .right-nav01-box .code-box .t1 {
    display: none;
  }
  .right-nav02-box .code-box {
    padding: 0.2rem;
  }
  .right-nav02-box .code-box .img-box {
    height: 1.6rem;
    margin-top: 0.2rem;
  }
  .right-nav02-box .code-box p {
    font-size: 12px;
  }
  .right-nav02-box .code-box .t1 {
    display: none;
  }
}

/*# sourceMappingURL=common.css.map */