.pb-wrap {
  padding-top: 60px;
  text-align: center;
}
.pb-wrap .pb-tit {
  position: relative;
  font-size: 40px;
  color: #d7151a;
  font-weight: bold;
  text-align: center;
}
.pb-wrap .pb-tit:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -50px;
  width: 30px;
  height: 2px;
  margin-top: -1px;
  background: #d7151a;
}
.pb-wrap .pb-tit:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -50px;
  width: 30px;
  height: 2px;
  margin-top: -1px;
  background: #d7151a;
}
@media screen and (max-width: 1360px) {
  .pb-wrap .pb-tit {
    font-size: 28px;
  }
}

.sub-tit {
  font-size: 40px;
}
@media screen and (max-width: 1360px) {
  .sub-tit {
    font-size: 28px;
  }
}

.inner-banner {
  position: relative;
  width: 100%;
  height: 496px;
  margin-top: 100px;
  transition: all .2s linear;
}
.inner-banner .zhf-banner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}
.inner-banner img {
  object-fit: cover;
  width: 100%;
  height: inherit;
  vertical-align: top;
}
.inner-banner .inner-banner-tit {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  padding: 0 15px;
  width: 1200px;
  margin: 0 auto;
  font-size: 68px;
  color: #fff;
  transform: translateY(-50%);
  box-sizing: border-box;
}
.inner-banner .inner-banner-tit:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 15px;
  width: 68px;
  height: 4px;
  background: #d7151a;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #eee;
  background: #fff;
  z-index: 999;
}

.head-wrap {
  position: relative;
  height: 100px;
}

.head-wrap .logo {
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -20px;
  width: 185px;
  height: 40px;
}
.head-wrap .logo .lk {
  display: block;
  width: 100%;
  height: 100%;
}
.head-wrap .logo .lk img {
  width: 100%;
}

.head-wrap .nav-wrap {
  position: absolute;
  right: 30px;
  top: 0;
  height: 100%;
}

@media screen and (max-width: 1200px) {
    .head-wrap .nav-wrap {
      margin-right: 0;
    }
}

.head-wrap .nav-wrap .nav {
  display: inline-block;
  margin-right: 50px;
}

@media screen and (max-width: 1200px) {
    .head-wrap .nav-wrap .nav {
      margin-right: 0;
    }
}

.head-wrap .nav-wrap .nav .list {
  height: 100%;
}
.head-wrap .nav-wrap .nav .list .item {
  position: relative;
  display: inline-block;
  padding: 0 15px;
  height: 100%;
  line-height: 100px;
  margin: 0 10px;
  text-align: center;
}

@media screen and (max-width: 1440px) {
    .head-wrap .nav-wrap .nav .list .item {
  position: relative;
  display: inline-block;
  padding: 0 15px;
  height: 100%;
  line-height: 100px;
  margin: 0 8px;
  text-align: center;
}
}





@media screen and (max-width: 1200px) {

    .head-wrap .nav-wrap {
        margin-left: 8px;
    }
    .head-wrap .nav-wrap .nav .list .item{
      padding: 0;
    }
}

.head-wrap .nav-wrap .nav .list .item .lk {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #333;
}
@media screen and (max-width: 1600px) {
  .head-wrap .nav-wrap .nav .list .item .lk {
    font-size: 16px;
  }
}
.head-wrap .nav-wrap .nav .list .item .lk.cur {
  color: #d7151a;
  border-bottom: 2px solid #d7151a;
}
.head-wrap .nav-wrap .nav .list .item:hover .lk {
  color: #d7151a;
  border-bottom: 2px solid #d7151a;
}
.head-wrap .nav-wrap .nav .list .item:hover .submenu {
  display: block;
}
.head-wrap .nav-wrap .nav .list .submenu {
  position: absolute;
  display: none;
  left: -20px;
  right: 0;
  height: auto;
  width: 150px;
  margin-top: -1px;
  padding: 10px 5px;
  box-sizing: border-box;
  background: #fff;
  transition: all 1s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.1);
}
.head-wrap .nav-wrap .nav .list .submenu .sub-item {
  height: 44px;
  text-align: center;
  font-size: 14px;
  line-height: 44px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.head-wrap .nav-wrap .nav .list .submenu .sub-item:hover {
  transform: translate(0, -2px);
}
.head-wrap .nav-wrap .nav .list .submenu .sub-item:hover .sub-lk {
  color: #d7151a;
}
.head-wrap .nav-wrap .search {
  display: inline-block;
  position: relative;
  border: 1px solid #eee;
  border-radius: 44px;
}
.head-wrap .nav-wrap .search input, .head-wrap .nav-wrap .search button {
  border: none;
  outline: none;
  background: transparent;
}
.head-wrap .nav-wrap .search input {
  width: 75%;
  height: 30px;
  padding-left: 15px;
}
.head-wrap .nav-wrap .search button {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 0;
  right: 5px;
  cursor: pointer;
}
.head-wrap .nav-wrap .search .layui-icon {
  color: #d7151a;
}

.footer {
  width: 100%;
  background: url(../img/footer-bg.jpg) no-repeat center;
  background-size: cover;
}

@media (max-width: 1200px) {
   .footer {
       width: 1200px;
       margin: 0 auto;
   }
}
.footer .footer-nav {
  padding: 100px 0;
}
.footer .footer-nav .wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-items: flex-start;
}
.footer .footer-nav .f-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-items: flex-start;
  width: 75%;
}
.footer .footer-nav .f-nav li {
  width: 25%;
  font-weight: bold;
  font-size: 20px;
  color: #333;
}
.footer .footer-nav .f-nav .f-sub {
  margin-top: 30px;
}
.footer .footer-nav .f-nav .lk {
  display: block;
  line-height: 40px;
  font-size: 16px;
  color: #666;
  font-weight: normal;
}
.footer .footer-nav .f-nav .lk:hover {
  color: #d7151a;
}
.footer .footer-nav .qr-img {
  width: 25%;
}
.footer .footer-nav .qr-img .qr-itme {
  position: relative;
  padding-bottom: 40px;
  text-align: right;
}
.footer .footer-nav .qr-img .qr-tit {
  position: absolute;
  width: 120px;
  right: 0;
  text-align: center;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
}

.filing {
  padding: 20px 0;
  width: 100%;
  background: #d7151a;
}

@media (max-width: 1200px) {
   .filing {
       width: 1200px;
       margin: 0 auto;
   }
}
.filing p {
  color: #fff;
}
.filing p .lk {
  display: inline-block;
  color: #fff;
  margin-left: 15px;
}
.filing .bq {
  margin-top: 8px;
}

.main {
    width: 100%;
}

@media (max-width: 1200px) {
   .main {
       width: 1200px;
       margin: 0 auto;
   }
}

.inner-tab-nav {
  width: 100%;
  margin: 60px auto 0;
}
.inner-tab-nav .list {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #333;
  justify-content: center;
  border-bottom: 1px solid #eee;
}
.inner-tab-nav .list .item {
  position: relative;
  min-width: 120px;
  height: 40px;
  padding: 0 5px;
  text-align: center;
  line-height: 40px;
}
.inner-tab-nav .list .item:hover:after, .inner-tab-nav .list .item.cur:after {
  opacity: 1;
}
.inner-tab-nav .list .item:hover .lk, .inner-tab-nav .list .item.cur .lk {
  color: #d7151a;
}
.inner-tab-nav .list .item:after {
  opacity: 0;
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 80%;
  height: 3px;
  transform: translateX(-50%);
  background: #d7151a;
  transition: opacity .2s ease;
}
.inner-tab-nav .list .item .lk {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #424242;
  transition: color .2s ease;
}

.section {
  margin-top: 60px;
}
.section .tit {
  position: relative;
  color: #424242;
  font-size: 32px;
  padding-bottom: 15px;
}
.section .tit:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 2px;
  background: #d7151a;
}
.section .hg-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 60px;
  margin-bottom: 20px;
}
.section .hg-list .hg-item {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 68px;
  width: calc(100% / 2 - 40px);
  margin-right: 40px;
  margin-bottom: 40px;
}
.section .hg-list .hg-item:nth-child(1):after {
  content: '';
  position: absolute;
  bottom: -45px;
  left: 25px;
  height: 50px;
  border-left: 2px dashed #ccc;
}
.section .hg-list .hg-item:nth-child(2):after {
  content: '';
  position: absolute;
  bottom: -45px;
  left: 25px;
  height: 50px;
  border-left: 2px dashed #ccc;
}
.section .hg-list .hg-item:nth-child(2n) {
  margin-right: 0;
}
.section .hg-list .hg-item .item-icon {
  padding: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #d7151a;
}
.section .hg-list .hg-item .item-icon img {
  width: 100%;
}
.section .hg-list .hg-item .item-tit,
.section .hg-list .hg-item .item-icon {
  flex-shrink: 0;
  margin-right: 15px;
}
.section .hg-list .hg-item .item-tit {
  font-size: 16px;
  padding: 0 15px;
  padding: 20px 30px;
  background: #d7151a;
  text-align: center;
  color: #fff;
  border-radius: 5px;
}
.section .hg-list .hg-item .item-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: auto;
  min-height: 66px;
  font-size: 16px;
  padding: 8px 25px;
  line-height: 25px;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  color: #666;
}

.safe {
  margin-top: 0;
  padding: 60px 0;
  width: 100%;
  background: #f6f6f6;
}
.safe .safe-list {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-top: 60px;
}
.safe .safe-list .safe-item {
  width: 32.65%;
  min-height: 555px;
  margin-right: 30px;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
}
.safe .safe-list .safe-item:last-child {
  margin-right: 0;
}
.safe .safe-list .safe-item .safe-item-tit {
  padding: 30px 15px;
  border-top: 15px solid #d7151a;
}
.safe .safe-list .safe-item .safe-item-tit .sub {
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.safe .safe-list .safe-item .safe-item-tit .sub img {
  width: 80px;
}
.safe .safe-list .safe-item .safe-item-tit span {
  display: inline-block;
  font-size: 24px;
  color: #424242;
  font-weight: bold;
  margin-left: 15px;
  vertical-align: middle;
}
.safe .safe-list .safe-item .safe-item-info {
  padding: 0 20px;
}
.safe .safe-list .safe-item .safe-item-info .content {
  margin-bottom: 30px;
}
.safe .safe-list .safe-item .safe-item-info .con-tit, .safe .safe-list .safe-item .safe-item-info h4 {
  font-size: 18px;
  font-weight: bold;
  color: #424242;
  margin-bottom: 15px;
}
.safe .safe-list .safe-item .safe-item-info .con-item, .safe .safe-list .safe-item .safe-item-info p {
  font-size: 16px;
  color: #666;
  line-height: 25px;
}

.bz .sub-tit {
  font-size: 16px;
  margin-top: 30px;
  color: #666;
}
.bz .bz-bg {
  margin: 60px 0;
}
.bz .bz-bg .go-list {
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.bz .bz-bg .go-list .item {
  position: relative;
  width: 32.65%;
  margin-right: 100px;
  box-shadow: 0 0 10px #ccc;
}
.bz .bz-bg .go-list .item:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -80px;
  width: 60px;
  height: 45px;
  margin-top: -22.5px;
  background: url(../img/right.png) no-repeat center;
  background-size: 100%;
}
.bz .bz-bg .go-list .item:last-child {
  margin-right: 0;
}
.bz .bz-bg .go-list .item:last-child:after {
  display: none;
}
.bz .bz-bg .go-list .item .top-tit {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  padding: 10px 30px;
  box-sizing: border-box;
  text-align: center;
  background: #d7151a;
}
.bz .bz-bg .go-list .item .go-tip {
  margin: 30px 0;
}
.bz .bz-bg .go-list .item .go-tip p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  text-align: center;
}
.bz .bz-bg .go-list .item .bottom-tit {
  text-align: center;
}
.bz .bz-bg .go-list .item .bottom-tit span {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #d7151a;
  padding-bottom: 5px;
  border-bottom: 1px solid #d7151a;
}

.plus {
  margin-top: 0;
  padding: 60px 0;
  width: 100%;
  background: #f6f6f6;
}
.plus .plus-list {
  width: 100%;
  margin-top: 60px;
  display: flex;
  flex-direction: row;
}
.plus .plus-list .plus-item {
  width: 32.65%;
  margin-right: 30px;
  background: #fff;
  border-radius: 5px;
  padding: 30px;
  text-align: center;
  overflow: hidden;
}
.plus .plus-list .plus-item:last-child {
  margin-right: 0;
}
.plus .plus-list .plus-item .plus-img-wrap {
  border-bottom: 1px solid #eee;
}
.plus .plus-list .plus-item .plus-img-wrap img {
  width: 85px;
}
.plus .plus-list .plus-item .plus-img {
  display: inline-block;
}
.plus .plus-list .plus-item .plus-img h4 {
  font-size: 18px;
  font-weight: bold;
  color: #424242;
  margin-top: 15px;
  padding: 0 0 30px;
}
.plus .plus-list .plus-item .plus-info {
  font-size: 16px;
  margin-top: 30px;
  min-height: 60px;
  line-height: 30px;
}

.data-list {
  width: 100%;
  margin: 60px 0;
}
.data-list .data-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.data-list .data-item:last-child {
  margin-bottom: 0;
  border: none;
}
.data-list .data-item .item-left {
  display: flex;
  align-items: center;
  width: calc(100% - 378px);
  margin-right: 30px;
}
.data-list .data-item .item-left img {
  width: 100%;
}
.data-list .data-item .item-left .data-icon {
  flex-shrink: 0;
  width: 120px;
}
.data-list .data-item .item-left .data-icon img {
  width: 100%;
}
.data-list .data-item .item-right {
  display: flex;
  align-items: center;
  width: 348px;
}
.data-list .data-item .item-right .data-icon {
  flex-shrink: 0;
  width: 120px;
}
.data-list .data-item .item-right .data-icon img {
  width: 100%;
}
.data-list .data-item:nth-child(2n) .item-left {
  width: 348px;
}
.data-list .data-item:nth-child(2n) .item-right {
  width: calc(100% - 378px);
}
.data-list .data-item .data-info {
  padding: 0 15px;
}
.data-list .data-item h4 {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: bold;
}
.data-list .data-item .con {
  font-size: 16px;
  line-height: 25px;
  color: #666;
}

.pt .pt-img-wrap {
  margin: 60px 0;
}
.pt .pt-img-wrap .pt-part {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.pt .pt-img-wrap .pt-part .pt-item {
  position: relative;
  width: 30%;
  padding: 30px 0;
  text-align: center;
  margin-right: 20%;
  color: #fff;
  border-radius: 10px;
}
.pt .pt-img-wrap .pt-part .pt-item .pt-icon {
  width: 65px;
  margin: 0 auto;
}
.pt .pt-img-wrap .pt-part .pt-item .pt-icon img {
  width: 100%;
}
.pt .pt-img-wrap .pt-part .pt-item:first-child {
  background: #d7151a;
}
.pt .pt-img-wrap .pt-part .pt-item:nth-child(2) {
  border: 2px dashed #ccc;
  color: #333;
}
.pt .pt-img-wrap .pt-part .pt-item:nth-child(2) .pt-icon {
  width: 100px;
  margin: 0 auto;
}
.pt .pt-img-wrap .pt-part .pt-item:nth-child(2) .pt-icon img {
  width: 100%;
}
.pt .pt-img-wrap .pt-part .pt-item:last-child {
  margin-right: 0;
  background: #666;
}
.pt .pt-img-wrap .pt-part .pt-item:last-child:after {
  display: none;
}
.pt .pt-img-wrap .pt-part .pt-item span {
  display: block;
  width: 40%;
  margin: 10px auto;
  background: #fff;
  color: #424242;
}
.pt .pt-img-wrap .pt-part .pt-item h4 {
  margin: 5px 0;
  font-size: 20px;
}
.pt .pt-img-wrap .pt-part .pt-item:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -60%;
  width: 65px;
  height: 55px;
  margin-top: -27.5px;
  background: url(../img/pt-part-jt.png) no-repeat center;
}
.pt .pt-img-wrap .pt-part-icon {
  margin-top: 60px;
  border: 2px dashed #ccc;
  border-radius: 10px;
  padding: 30px;
  box-sizing: border-box;
  width: 100%;
}
.pt .pt-img-wrap .pt-part-icon .pt-part-icon-tit {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.pt .pt-img-wrap .pt-part-icon .icon-list {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.pt .pt-img-wrap .pt-part-icon .icon-item {
  flex: 1;
  text-align: center;
  margin: 30px 0;
}
.pt .pt-img-wrap .pt-part-icon .icon-item img {
  width: 125px;
}
.pt .pt-img-wrap .pt-part-icon .icon-item span {
  display: block;
  margin-top: 10px;
  font-size: 16px;
}
.pt .sub-tit {
  font-size: 16px;
  margin-top: 30px;
  color: #666;
}
.pt .pt-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 60px 0;
}
.pt .pt-list .pt-item {
  width: 32.65%;
  text-align: center;
  margin-right: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.pt .pt-list .pt-item:last-child {
  margin-right: 0;
}
.pt .pt-list .pt-item .pt-item-img {
  width: 350px;
  margin: 30px auto;
}
.pt .pt-list .pt-item .pt-item-img img {
  width: 100%;
}
.pt .pt-list .pt-item .pt-item-tit {
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  font-weight: bold;
  background: #d7151a;
  color: #fff;
}
.pt .pt-list .pt-item .pt-item-info {
  padding: 0 30px 60px;
}
.pt .pt-list .pt-item .pt-item-info .info-tip {
  font-size: 14px;
  color: #999;
}
.pt .pt-list .pt-item .pt-item-info .info-tit {
  margin-top: 15px;
  color: #d7151a;
  font-size: 16px;
  font-weight: bold;
}

.cost {
  padding: 60px 0;
  background: #f6f6f6;
}
.cost .cost-type {
  position: relative;
  height: 470px;
  margin-top: 60px;
}
.cost .cost-type .type-item {
  position: absolute;
  width: 350px;
  height: 190px;
  padding: 30px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.cost .cost-type .type-item.aric {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -195px;
  margin-top: -195px;
  width: 360px;
  height: 360px;
  padding: 30px;
  border: 1px dashed #ccc;
  border-radius: 50%;
  background: transparent;
  overflow: hidden;
  box-shadow: none;
}
@media screen and (max-width: 1600px) {
  .cost .cost-type .type-item.aric {
    width: 300px;
    height: 300px;
    margin-left: -150px;
    margin-top: -150px;
  }
}
.cost .cost-type .type-item.aric img {
  width: 100%;
}
.cost .cost-type .type-item:nth-child(1) {
  top: 0;
  left: 0;
}
.cost .cost-type .type-item:nth-child(1) .type-out {
  right: -150px;
}
.cost .cost-type .type-item:nth-child(2) {
  top: 0;
  right: 0;
}
.cost .cost-type .type-item:nth-child(2) .type-out {
  left: -150px;
}
.cost .cost-type .type-item:nth-child(4) {
  bottom: 0;
  left: 0;
}
.cost .cost-type .type-item:nth-child(4) .type-out {
  right: -150px;
}
.cost .cost-type .type-item:nth-child(5) {
  bottom: 0;
  right: 0;
}
.cost .cost-type .type-item:nth-child(5) .type-out {
  left: -150px;
}
.cost .cost-type .type-item .type-out {
  position: absolute;
  top: 50%;
  font-size: 20px;
  color: #424242;
  font-weight: bold;
  transform: translateY(-50%);
}
.cost .cost-type .type-item .type-tit {
  font-size: 20px;
  color: #d7151a;
  font-weight: bold;
}
.cost .cost-type .type-item .type-info {
  font-size: 16px;
  color: #999;
  margin-top: 15px;
  line-height: 30px;
}
.cost .process-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #ccc;
}
.cost .process-list .pro-item {
  position: relative;
  width: 32.65%;
  margin-right: 100px;
  background: #fff;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.cost .process-list .pro-item:last-child {
  margin-right: 0;
}
.cost .process-list .pro-item.right:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -80px;
  width: 60px;
  height: 45px;
  margin-top: -22.5px;
  background: url(../img/right.png) no-repeat center;
  background-size: 100%;
}
.cost .process-list .pro-item .pro-tit {
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  font-weight: bold;
  background: #d7151a;
  color: #fff;
}
.cost .process-list .pro-item .pro-info {
  padding: 30px;
}
.cost .process-list .pro-item .pro-info p {
  font-size: 16px;
  line-height: 30px;
}
.cost .process-img-wrap {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #ccc;
}
.cost .process-img-wrap img {
  width: 100%;
}

.client-list {
  margin-top: 60px;
  padding: 30px;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.client-list .client-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 30px;
}
.client-list .client-item .client-img {
  width: 950px;
}
.client-list .client-item .client-img img {
  width: 100%;
}
.client-list .client-item .client-info {
  flex: auto;
}
.client-list .client-item .client-info p {
  text-align: center;
  font-size: 20px;
  margin-bottom: 80px;
  color: #424242;
  font-weight: bold;
}
.client-list .client-item .client-info p:last-child {
  margin-bottom: 0;
}
.client-list .client-item .client-info p span {
  padding-left: 10px;
  color: #d7151a;
}

.client-item_flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 30px;
  margin: 60px 0;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.client-item_flex .client-item_sub {
  width: 33%;
  text-align: center;
}
.client-item_flex .client-item_sub img {
  width: 100%;
}
.client-item_flex .client-item_sub:nth-child(2) {
  flex: auto;
}
.client-item_flex .client-item_sub .client-sub-img {
  height: 385px;
  margin-top: 30px;
  overflow: hidden;
}
.client-item_flex .client-item_sub .client-item-sub_tit {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  color: #d7151a;
}
.client-item_flex .client-item_sub .client-item-sub_tit img {
  padding-right: 8px;
}
.client-item_flex .client-item_sub .tps-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
  justify-content: center;
}
.client-item_flex .client-item_sub .tps-group span {
  padding: 5px 10px;
  box-sizing: border-box;
  width: 40%;
  margin-right: 15px;
  margin-bottom: 15px;
  background: #f6f6f6;
  border-left: 3px solid #d7151a;
}
.client-item_flex .client-item_sub .tps-group span:nth-child(2n) {
  margin-right: 0;
}

.get-rz {
  margin: 60px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.get-rz .rz-left {
  width: 65%;
}
.get-rz .rz-left .details {
  font-size: 16px;
  padding-right: 10%;
  line-height: 40px;
  text-align: justify;
}
.get-rz .rz-left .details.mt {
  margin-top: 30px;
  color: #d7151a;
}
.get-rz .rz-right {
  width: 35%;
}
.get-rz .rz-right .video {
  width: 100%;
}
.get-rz .rz-right .video video {
  width: 100%;
  object-fit: cover;
  height: 300px;
}

.discount {
  padding: 60px 0;
  background: #f6f6f6;
}
.discount .dis-body {
  margin-top: 60px;
}
.discount .dis-body .dis-detail {
  font-size: 16px;
  line-height: 30px;
}
.discount .dis-body .dis-detail.spec {
  margin-top: 8px;
}
.discount .dis-body .dis-detail.spec .lk {
  display: inline-block;
  margin-right: 20px;
  transition: all .2s ease;
  color: #d7151a;
  border-bottom: 1px solid transparent;
}
.discount .dis-body .dis-detail.spec .lk:hover {
  transform: translate(2px);
  border-color: #d7151a;
}
.discount .pay-type {
  margin-top: 60px;
}
.discount .pay-type .pay-type-list {
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.discount .pay-type .pay-type-list .pay-type-item {
  position: relative;
  width: 20%;
  min-height: 232px;
  border-radius: 5px;
  background: #fff;
  margin-right: 30px;
  overflow: hidden;
  transition: all .2s linear;
}
.discount .pay-type .pay-type-list .pay-type-item img {
  width: 100%;
}
.discount .pay-type .pay-type-list .pay-type-item:last-child {
  margin-right: 0;
}
.discount .pay-type .pay-type-list .pay-type-item:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.discount .pay-type .pay-type-list .pay-type-item span {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .discount .pay-type .pay-type-list .pay-type-item span {
    font-size: 16px;
  }
}

.chose .chose-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 80px 0 100px;
}
.chose .chose-list .chose-item {
  text-align: center;
  transition: all .2s ease;
}
.chose .chose-list .chose-item img {
  width: 128px;
}
.chose .chose-list .chose-item:hover {
  transform: translateY(-5px);
}
.chose .chose-list h4 {
  margin-top: 10px;
  color: #424242;
  font-size: 16px;
}

.collect-list .collect-item {
  padding: 60px 0;
}
.collect-list .collect-item:first-child {
  padding-top: 0;
}
.collect-list .collect-item:nth-child(2n) {
  background: #f6f6f6;
}
.collect-list .collect-item .item-info {
  width: 60%;
}
.collect-list .collect-item .zhf-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.collect-list .collect-item .zhf-wrap:nth-child(2n) {
  background: #f6f6f6;
  flex-direction: row-reverse;
}
.collect-list .collect-item .zhf-wrap .item-img {
  width: 40%;
  margin-right: 120px;
}
.collect-list .collect-item .zhf-wrap .item-img img {
  width: 100%;
}
.collect-list .collect-item .zhf-wrap .item-img.res {
  margin-left: 120px;
  margin-right: 0;
}
.collect-list .collect-item .zhf-wrap .item-des {
  margin-top: 60px;
  font-size: 16px;
  line-height: 30px;
}

.exper .tip {
  margin-top: 30px;
  font-size: 16px;
  color: #d7151a;
}
.exper .tip.mt-15 {
  margin-top: 15px;
}
.exper .exper-content {
  margin: 60px 0;
}
.exper .exper-content img {
  width: 100%;
}
.exper .exper-list {
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.exper .exper-list .exper-item {
  position: relative;
  width: 25%;
  border-radius: 5px;
  background: #fff;
  margin-right: 30px;
  overflow: hidden;
  transition: all .2s linear;
}
.exper .exper-list .exper-item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.exper .exper-list .exper-item img {
  width: 100%;
  object-fit: cover;
}
.exper .exper-list .exper-item:last-child {
  margin-right: 0;
}
.exper .exper-list .exper-item:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.exper .exper-list .exper-item span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
}

.scene {
  padding: 60px 0;
  background: #f6f6f6;
}
.scene .scene-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
}
.scene .scene-content .scene-list {
  width: calc(100% - 655px);
}
.scene .scene-content .scene-list .imps-wrap {
  margin-top: 80px;
}
.scene .scene-content .scene-list .imps {
  font-size: 16px;
  line-height: 35px;
  color: #666;
}
.scene .scene-content .scene-img {
  width: 595px;
}
.scene .scene-content .scene-img img {
  width: 100%;
}

.form-wrap {
  width: 100%;
  background: url(../img/form-bg.jpg) no-repeat center;
  background-size: cover;
}
.form-wrap .form-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding: 50px 0;
}
.form-wrap .form-left {
  float: left;
  width: 50%;
}
.form-wrap .form-left .tit {
  font-size: 30px;
  color: #333;
}
.form-wrap .form-left .tip {
  margin-top: 15px;
  font-size: 16px;
  line-height: 30px;
  color: #999;
}
.form-wrap .form-left .phone {
  margin-top: 15%;
  line-height: 30px;
  font-size: 16px;
  color: #666;
}
.form-wrap .form-left .phone span {
  padding-left: 2px;
  font-weight: bold;
  color: #d7151a;
}
.form-wrap .form-right {
  float: right;
  width: 50%;
}
.form-wrap .wrapper {
  background: #fff;
  padding: 50px 30px;
  box-sizing: border-box;
  border-radius: 5px;
}
.form-wrap .form-body {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 20px;
}
.form-wrap .form-body .input {
  width: 50%;
}
.form-wrap .form-body .text {
  flex: auto;
  height: 144px;
}
.form-wrap .form-body .text textarea {
  height: 100%;
}
.form-wrap .form-body .form-item {
  margin-bottom: 15px;
}
.form-wrap .form-body .form-item:last-child {
  margin-bottom: 0;
}
.form-wrap .submit {
  margin-top: 15px;
}
.form-wrap .submit .layui-btn {
  width: 100px;
  background: #d7151a;
}
.form-wrap .form-tps {
  margin-top: 15px;
}
.form-wrap .form-tps span {
  display: inline-block;
  margin-right: 71px;
  font-size: 12px;
  color: #666;
}
@media screen and (max-width: 1600px) {
  .form-wrap .form-tps span {
    margin-right: 31px;
  }
}
.form-wrap .form-tps span:last-child {
  margin-right: 0;
}

/*# sourceMappingURL=solution.css.map */
