  /*联系我们*/
  .contact {
    width: 100%;
    height: 100%;
  }
  .contact .tabnav {
    width: 342px;
    margin: 50px auto;
  }
  .tabnav ul li {
    float: left;
    width: auto;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    border-right: solid 2px #333;
  }
  .tabnav ul li:last-child {
    border-right: 0;
  }
  .tabnav ul li a {
    font-size: 24px;
    color: #333;
    font-weight: bold;
  }
  .tabnav ul li a.hit {
    color: #b34f38;
  }
  .contact .c1 {
    width: 1400px;
    margin: 0 auto;
  }
  .contact .c1 ul li {
    float: left;
    width: 22.75%;
    height: 240px;
    margin-right: 3%;
    background: linear-gradient(to bottom, #b9bbbe, #f2f6fa);
    text-align: center;
    border-radius: 15px;
  }
  .contact .c1 ul li:nth-child(4n) {
    margin-right: 0;
  }
  .contact .c1 ul li img {
    padding: 35px 0 20px;
  }
  .contact .c1 ul li h2 {
    font-size: 24px;
    color: #333;
    font-weight: bold;
  }
  .contact .c1 ul li p {
    font-size: 18px;
    color: #666;
    padding: 20px 40px 0;
    line-height: 27px;
  }
  .contact .c2 {
    width: 1400px;
    margin: 70px auto 0;
  }
  .contact .c2 h2 {
    font-size: 30px;
    color: #333;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
  }
  .contact .c2 h3 {
    font-size: 18px;
    color: #666;
    font-weight: normal;
    margin-bottom: 50px;
    text-align: center;
  }
  .contact .c2 form {
    width: 100%;
    overflow: hidden;
  }
  .contact .c2 ul li {
    margin-bottom: 5px;
    overflow: hidden;
    width: 32%;
    float: left;
    margin-right: 2%;
  }
  .contact .c2 ul li:nth-child(3) {
    margin-right: 0;
  }
  .contact .c2 ul li span {
    width: 100%;
    display: block;
    overflow: hidden;
    text-align: left;
    font-size: 18px;
    line-height: 50px;
    color: #333e46;
  }
  .contact .c2 .icon-text-company {
    background: rgba(255, 255, 255, 1) url(../images/icon-text-company.png)
      no-repeat 10px center;
  }
  .contact .c2 .icon-text-user {
    background: rgba(255, 255, 255, 1) url(../images/icon-text-user.png)
      no-repeat 10px center;
  }
  .contact .c2 .icon-text-tel {
    background: rgba(255, 255, 255, 1) url(../images/icon-text-tel.png)
      no-repeat 12px center;
  }
  .contact .c2 .icon-text-message {
    background: rgba(255, 255, 255, 1) url(../images/icon-text-message.png)
      no-repeat 10px 17px;
    padding: 17px 18px 0 44px;
  }
  .contact .c2 input.intxt {
    width: 97%;
    color: #666;
    font-size: 15px;
    height: 42px;
    line-height: 42px;
    border: #e0e0e0 1px solid;
    text-indent: 45px;
  }
  .contact .c2 ul li.wenb {
    position: relative;
    width: 100%;
    float: none;
  }
  .contact .c2 ul li textarea {
    width: 94.7%;
    border: #e0e0e0 1px solid;
    height: 150px;
    line-height: 20px;
    font-size: 15px;
    margin: 6px 0 30px;
    padding: 3%;
    color: #666;
    resize: none;
  }
  .contact .c2 .btn {
    padding: 13px 85px;
    margin: 20px auto 80px;
    display: block;
    cursor: pointer;
    font-size: 20px;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    border: 0px;
    background: #b34f38;
  }
  .contact .c3 {
    width: 100%;
    margin: 0 auto;
  }
  .contact .c3 h2 {
    font-size: 30px;
    color: #333;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
  }
  /*自媒体平台*/
  .zimeiti {
    width: 100%;
    background: #f8f8f8;
    padding: 5% 0 3%;
  }
  .zimeiti .media {
    width: 1400px;
    margin: 0 auto;
  }
  .zimeiti .media ul li {
    float: left;
    width: 23.5%;
    height: auto;
    background: #fff;
    margin: 0 2% 2% 0;
    padding: 2%;
    box-sizing: border-box;
    position: relative;
  }
  .zimeiti .media ul li:nth-child(4n) {
    margin-right: 0;
  }
  .media ul li .logo {
    width: 80px;
    height: 80px;
  }
  .media ul li .name {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    padding: 10% 0;
  }
  .media ul li .num {
    font-size: 30px;
    color: #666;
    position: absolute;
    top: 12%;
    right: 12%;
  }
  .media ul li .ewm {
    width: 200px;
    height: 200px;
  }
  /*新改*/
  .contact-topbg{
      position: relative; 
  width: 100%;
  }
  .contact-topbg .bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  position: absolute; 
  top: 0;
  left: 0;
  z-index: 1; 
}
.contact-topbg .overlay-text {
  position: absolute; 
  bottom: 15% ;
  left: 5%;
  z-index: 2;
  color: white; 
  width: 80%; 
}
 .contact-topbg .overlay-text .contact-btn {
     display: flex;
     gap: 60px;
 }
.contact-topbg .overlay-text .contact-btn .btn{
    padding: 17px 46px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 18px;
}
.contact-topbg .overlay-text .contact-btn .btn p:first-of-type {
  font-size: 18px;
   padding-bottom: 7px;
}

.contact-topbg .overlay-text .contact-btn .btn p:last-of-type {
  font-size: 28px;
      font-weight: bold;
}
.contact-topbg .overlay-text h2{
    font-size: 40px;
    font-weight: bold;
    padding: 40px 0;
}
  .contact .customer{
          background: url(/template/pc/images/contact_full_bg.jpg) center top no-repeat;
              padding: 45px 0;
              max-width: 1440px;
    width: 88%;
    margin-left: auto;
    margin-right: auto;
  }
  .contact .customer .h2-tit {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
  }
  .contact .customer .customer-fourgrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;

  }
  .contact .customer .customer-fourgrid .item-box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .contact .customer .customer-fourgrid .top-img {
    box-shadow: 0px 3px 10px 0px rgba(1, 1, 1, 0.25),
      0px -3px 10px 0px rgba(1, 1, 1, 0.25);
    border-radius: 16px;
    overflow: hidden;
    border: 4px solid #3076c5;
  }
  .contact .customer .customer-fourgrid .top-img img{
     max-width: 100%;
     height: auto;
  }
  .contact .customer .customer-fourgrid .botoom-text {
    box-shadow: 0px 3px 6px 0px rgba(1, 1, 1, 0.3),
      0px -3px 6px 0px rgba(1, 1, 1, 0.3);
    border-radius: 0 0 16px 16px;
    border: 3px solid silver;
    padding: 40px 25px;
    background: url("https://www.hxjqgl.com/static/images_pc/contact_item_bg.png")
      center center no-repeat;
    width: 70%;
  }
  .contact .customer .customer-fourgrid .botoom-text .tit {
    color: #222222;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
  }
  .contact .customer .customer-fourgrid .botoom-text .describe {
    color: #666666;
    font-size: 18px;
    font-weight: 500;
    margin-top: 18px;
  }
  .contact .contact-viewmore {
    background: #b04b3f;
    box-shadow: 0px 3px 10px 0px rgba(1, 1, 1, 0.25),
      0px -3px 10px 0px rgba(1, 1, 1, 0.25);
    border-radius: 40px;
    color: #fff;
    font-size: 30px;
    width: 320px;
    height: 80px;
    margin: 0 auto;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

   .contact .global {
       padding-top:60px;
  }
  .contact .global .g-title {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
  }
  .contact .global .cooperate-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 16px;
  }
  .contact .global .cooperate-grid .cooperate-item {
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.07);
    border-radius: 15px;
        display: flex;
    justify-content: center;
    align-items: center;
  }
  .contact .global .cooperate-grid .cooperate-item img{
      max-width: 100%;
      height: auto;
  }
  @media (max-width: 1600px) {
    .contact .c1,
    .contact .c2,
    .zimeiti .media {
      width: 1200px;
    }
  }
  @media (max-width: 1280px) {
    .contact .c1,
    .contact .c2,
    .zimeiti .media {
      width: 1160px;
    }
  }
  @media (min-width: 1px) and (max-width: 768px) {
      .contact-topbg .overlay-text .contact-btn{
              flex-direction: column;
              gap: 20px;
      }
      .contact .customer .customer-fourgrid{
          grid-template-columns: repeat(1, 1fr);
      }

      .contact .global .cooperate-grid{
          grid-template-columns: repeat(2, 1fr);
      }
    .contact .tabnav {
      width: 75%;
    }
    .tabnav ul li {
      height: 25px;
      line-height: 25px;
    }
    .tabnav ul li a {
      font-size: 18px;
    }
    .contact .c1,
    .contact .c2,
    .zimeiti .media {
      width: 90%;
    }
    .contact .c1 ul li {
      width: 48%;
      height: 210px;
      margin: 0 4% 7% 0;
    }
    .contact .c1 ul li:nth-child(2n) {
      margin-right: 0;
    }
    .contact .c1 ul li img {
      padding: 20px 0;
    }
    .contact .c1 ul li h2 {
      font-size: 16px;
    }
    .contact .c1 ul li p {
      font-size: 12px;
      padding: 20px 15px 0;
      line-height: 21px;
    }
    .contact .c2 h2 {
      font-size: 18px;
    }
    .contact .c2 h3 {
      font-size: 14px;
    }
    .contact .c2 ul li {
      width: 100%;
      float: none;
      margin: 0;
    }
    .contact .c2 ul li textarea {
      width: 80%;
    }
    .contact .c2 .btn {
      padding: 13px 50px;
      margin: 7px auto 60px;
      font-size: 14px;
    }
    .zimeiti .media ul li {
      width: 48%;
      margin: 0 4% 5% 0;
    }
    .zimeiti .media ul li:nth-child(2n) {
      margin-right: 0;
    }
    .media ul li .logo {
      width: 40px;
      height: 40px;
    }
    .media ul li .name {
      font-size: 16px;
    }
    .media ul li .ewm {
      width: 100%;
      height: 100%;
    }
  }
  