.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 {
  font-size: 16px;
  color: #424242;
  transition: color .2s ease;
}

.inner-tab-content .tab-content-item {
  display: none;
}
.inner-tab-content .tab-content-item.active {
  display: block;
}

.honner {
  margin-top: 60px;
}
.honner:last-child {
  margin-bottom: 60px;
}
.honner .tit {
  position: relative;
  color: #424242;
  font-size: 32px;
  padding-bottom: 15px;
}
.honner .tit:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 2px;
  background: #d7151a;
}

.cus-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 45px;
  flex-wrap: wrap;
  width: 102%;
  margin-left: -1%;
}
.cus-list .cus-item {
  width: 14.515%;
  margin: 1%;
  border: 1px solid #eee;
}
@media (max-width: 1440px) {
   .cus-list .cus-item {
  width: 14%;
  margin: 1%;
  border: 1px solid #eee;
}
}

.cus-list .cus-item img {
  width: 100%;
}

.case-list {
  width: 100%;
  margin: 60px 0;
}
.case-list .case-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-items: flex-start;
  border-bottom: 1px solid #eee;
  padding: 30px 0;
}
.case-list .case-item:last-child {
  border: none;
}
.case-list .case-item .case-info {
  color: #666;
  line-height: 30px;
}
.case-list .case-item .case-info .tit {
  font-size: 24px;
  color: #424242;
  font-weight: bold;
}
.case-list .case-item .case-info .info {
  margin-top: 15px;
  font-size: 16px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /*设置对齐模式*/
  -webkit-line-clamp: 2;
  /*设置多行的行数，示例为2行*/
}
.case-list .case-item .case-info .lk {
  display: inline-block;
  margin-top: 30px;
}
.case-list .case-item .case-info .lk .layui-btn {
  background: #d7151a;
}
.case-list .case-item .case-img {
  width: 320px;
  flex-shrink: 0;
  margin-right: 50px;
  background: #666;
}
.case-list .case-item .case-img img {
  width: 100%;
}

/*# sourceMappingURL=customer.css.map */
