.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 {
  display: block;
  width: 100%;
  height: 100%;
  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;
}

.ceo {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 60px;
  align-items: flex-start;
}
.ceo .ceo-img {
  position: relative;
  width: 340px;
  height: 430px;
  overflow: hidden;
  background: #666;
  margin-right: 60px;
}
.ceo .ceo-img img {
  width: 100%;
}
.ceo .ceo-img .name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.ceo .ceo-info {
  flex: 1;
}
.ceo .ceo-info .ceo-tit {
  position: relative;
  color: #424242;
  font-size: 32px;
  padding-bottom: 15px;
}
.ceo .ceo-info .ceo-tit:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 2px;
  background: #d7151a;
}
.ceo .ceo-info .ceo-talk {
  margin-top: 30px;
  line-height: 25px;
  font-size: 16px;
  color: #666;
}

.about {
  margin-top: 60px;
}
.about .tit {
  position: relative;
  color: #424242;
  font-size: 32px;
  padding-bottom: 15px;
}
.about .tit:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: #d7151a;
}
.about .about-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 60px 0 0;
}
.about .about-info {
  margin-right: 60px;
  width: calc(100% - 532px);
}
.about .about-info p {
  font-size: 16px;
  color: #666;
  margin-bottom: 15px;
  line-height: 30px;
}
@media screen and (max-width: 1600px) {
  .about .about-info p {
    font-size: 14px;
  }
}
.about .about-info .tip-list {
  width: 100%;
}
.about .about-info .tip-list .tip-item {
  float: left;
  text-align: center;
  width: 188px;
  padding: 30px 60px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #ddd;
  transition: all .2s linear;
}
@media screen and (max-width: 1600px) {
  .about .about-info .tip-list .tip-item {
    width: 108px;
    padding: 15px 60px;
  }
}
.about .about-info .tip-list .tip-item:hover {
  border-color: #d7151a;
  background: rgba(215, 21, 26, 0.8);
}
.about .about-info .tip-list .tip-item:hover .point, .about .about-info .tip-list .tip-item:hover .sup {
  color: #fff;
}
.about .about-info .tip-list .tip-item:nth-child(3n) {
  border-right: none;
}
.about .about-info .tip-list .tip-item.no-bot {
  border-bottom: none;
}
.about .about-info .tip-list .tip-item .point {
  color: #d7151a;
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 1600px) {
  .about .about-info .tip-list .tip-item .point {
    font-size: 30px;
  }
}
.about .about-info .tip-list .tip-item .sup {
  font-size: 14px;
  color: #999;
  margin-top: 6px;
}
.about .about-img {
  width: 532px;
  flex-shrink: 0;
}
.about .about-img img {
  width: 100%;
}

.get {
  background: #d7151a;
  color: #fff;
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.get .layui-btn {
  margin-left: 30px;
  background: #baa16e;
}

.progress {
  margin-top: 60px;
}
.progress .tit {
  position: relative;
  color: #424242;
  font-size: 32px;
  padding-bottom: 15px;
}
.progress .tit:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 2px;
  background: #d7151a;
}
.progress .timeline {
  display: flex;
  margin: 60px 0;
}
.progress .accordion {
  width: 120px;
  flex-shrink: 0;
  padding-right: 30px;
  border-right: 1px solid #eee;
}
.progress .accordion .accordion-li {
  color: #333;
  border-right: none;
  position: relative;
  cursor: pointer;
  color: #333;
  line-height: 40px;
  margin-bottom: 5px;
  text-align: center;
  transition: all .2s ease;
}
.progress .accordion .accordion-li.cur {
  color: #fff;
  background: #d7151a;
}
.progress .accordion-content {
  margin-left: 50px;
  padding: 60px 90px 90px;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
}
.progress .accordion-item {
  display: none;
}
.progress .accordion-item.active {
  display: block;
}
.progress .accordion-item .acc-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.progress .accordion-item .acc-tit {
  color: #d7151a;
  font-size: 100px;
}
.progress .accordion-item .acc-info {
  margin-top: 30px;
  margin-left: 50px;
  font-size: 16px;
  line-height: 30px;
}

.jg {
  margin-top: 60px;
}
.jg .tit {
  position: relative;
  color: #424242;
  font-size: 32px;
  padding-bottom: 15px;
}
.jg .tit:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 2px;
  background: #d7151a;
}
.jg .jg-img {
  margin: 60px 0 0;
  padding-bottom: 60px;
  border-bottom: 1px solid #eee;
}
.jg .jg-img img {
  width: 100%;
}

.pinp {
  margin-top: 60px;
}
.pinp .tit {
  position: relative;
  color: #424242;
  font-size: 32px;
  padding-bottom: 15px;
}
.pinp .tit:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 2px;
  background: #d7151a;
}
.pinp .brand {
  margin: 60px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.pinp .brand .brand-item {
  position: relative;
  width: 32.65%;
  max-height: 275px;
  margin-right: 60px;
  border-radius: 5px;
  overflow: hidden;
}
.pinp .brand .brand-item img {
  width: 100%;
}
.pinp .brand .brand-item:last-child {
  margin-right: 0;
}
.pinp .brand .brand-item .brand-tit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
}
.pinp .brand .brand-item .brand-tit .pos-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.pinp .brand .brand-item .brand-tit .pos-wrap .eng {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.pinp .brand .brand-item .brand-tit .pos-wrap .eng span {
  font-size: 24px;
  color: #d7151a;
}
.pinp .brand .brand-item .brand-tit .pos-wrap .China {
  font-size: 28px;
  color: #fff;
  font-weight: bold;
}

.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 .main-phone {
  font-size: 18px;
  color: #d7151a;
  font-weight: bold;
}
.section .qual-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 44.5px 0;
  flex-wrap: wrap;
  width: 102%;
  margin-left: -1%;
}
.section .qual-list .qual-item {
  width: 279px;
  margin: 1%;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.section .qual-list .qual-item .qual-img {
  width: 100%;
}
.section .qual-list .qual-item .qual-img img {
  width: 100%;
  max-height: 215px;
}
.section .qual-list .qual-item .qual-tit {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  border-top: 1px solid #eee;
}
.section .sup-tit {
  margin-top: 30px;
  font-size: 16px;
}

.section .sup-tit .top {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.section .sup-tit .top .layui-icon {
  color: #d7151a;
}
.section .sup-tit .email {
  margin-top: 5px;
}
.section .honor {
  margin-top: 60px;
}
.section .honor:last-child {
  margin-bottom: 45px;
}
.section .honor .lit-tit {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.section .honor .honor-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 15px;
  width: 102%;
  margin-left: -1%;
  flex-wrap: wrap;
}
.section .honor .honor-list .honor-item {
  width: 279px;
  margin: 1%;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.section .honor .honor-list .honor-item .honor-img {
  width: 100%;
}
.section .honor .honor-list .honor-item .honor-img img {
  width: 100%;
  max-height: 215px;
}
.section .honor .honor-list .honor-item .honor-tit {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  border-top: 1px solid #eee;
}
.section .video-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 102%;
  flex-wrap: wrap;
  margin: 60px 0 60px -1%;
}
.section .video-list .video {
  position: relative;
  width: 22.87%;
  margin: 1%;
  height: auto;
  border: 1px solid #eee;
}
.section .video-list .video img {
  width: 100%;
}
.section .video-list .video .layui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 52px;
  color: #fff;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.section .video-control {
  display: none;
  border: 1px solid #eee;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -320px;
  margin-top: -210px;
  z-index: 1001;
  width: 640px;
  height: 360px;
}
.section .video-control .layui-icon-close-fill {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #666;
  font-size: 36px;
  cursor: pointer;
}
.section #video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.section .talent {
  margin: 60px 0;
}
.section .talent .f-job {
  margin-top: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.section .talent .f-job:first-child {
  margin-top: 0;
}
.section .talent .f-job .f-job-tit {
  position: relative;
  padding: 10px 30px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  box-sizing: border-box;
  background: #d7151a;
}
.section .talent .f-job .f-job-tit span {
  display: block;
  font-weight: normal;
  font-size: 14px;
}
.section .talent .f-job .f-job-tit.triangle::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #d7151a;
}
.section .talent .welfare {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  padding: 30px 50px;
  width: 102%;
  margin-left: -1%;
  box-sizing: border-box;
}
.section .talent .welfare .item {
  width: 23%;
  margin: 1%;
  padding: 15px;
  box-sizing: border-box;
  background: rgba(215, 21, 26, 0.2);
}
.section .talent .welfare .item .item-tit {
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.section .talent .welfare .item .item-tit-info {
  margin-top: 5px;
  color: #666;
  font-size: 14px;
}
.section .talent .re-info {
  padding: 60px 30px;
  box-sizing: border-box;
}
.section .talent .re-info h4 {
  font-size: 18px;
  color: #424242;
  font-weight: bold;
}
.section .talent .re-info .zg {
  margin-top: 60px;
}
.section .talent .re-info li {
  font-size: 16px;
  margin-top: 15px;
}
.section .map {
  position: relative;
  width: 100%;
  height: 450px;
  margin-top: 60px;
}
.section .map .wrapper {
  width: 100%;
  height: 100%;
}
.section .amap-info-close {
  right: 5px !important;
}
.section .amap-info-content {
  max-width: 380px;
  padding: 15px 30px;
  overflow: hidden;
}
.section .amap-info-content .map-info {
  width: 100%;
}
.section .amap-info-content .map-info .map-logo {
  height: 30px;
}
.section .amap-info-content .map-info .info-wrap {
  margin-top: 15px;
}
.section .amap-info-content .map-info .map-item {
  margin: 5px 0;
}
.section .contact {
  display: flex;
  display: -ms-flexbox;
  border: 1px solid #ccc;
  width: 100%;
  margin: 60px auto;
  height: 140px;
}
.section .contact li {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 25%;
  border-right: 1px solid #ccc;
  transition: all .2s ease;
}
.section .contact li:hover {
  background: #d7151a;
}
.section .contact li:hover:after {
  display: none;
}
.section .contact li:hover .contact-item .p1, .section .contact li:hover .contact-item .p2 {
  color: #fff;
}
.section .contact li:after {
  content: '';
  position: absolute;
  top: -1px;
  left: 50%;
  width: 30px;
  height: 1px;
  margin-left: -15px;
  background: #d7151a;
}
.section .contact li .contact-item {
  width: 100%;
  text-align: center;
}
.section .contact li .contact-item .p1 {
  color: #666;
  font-size: 16px;
}
.section .contact li .contact-item .p2 {
  font-size: 20px;
  margin-top: 10px;
  font-weight: bold;
  color: #d7151a;
}

.zh:after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1000;
}

/*# sourceMappingURL=about.css.map */
