@media only screen and (max-width: 1024px) {
  .container {
    padding: 0 5%;
    max-width: 100%;
  }
  .header-wrap .logo {
    height: 50px;
  }
  .works-wrap .hd .txt {
    font-size: 44px;
  }
  .works-wrap .hd .title {
    width: 80%;
    line-height: 100px;
    font-size: 40px;
  }
  .works-wrap ul {
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .about-wrap .hd {
    font-size: 48px;
  }
  .about-wrap .left {
    width: 50%;
  }
  .about-wrap .left img {
    width: 100%;
  }
  .about-wrap .right {
    padding-left: 20px;
    width: 50%;
  }
  .about-wrap .right p {
    margin: 30px 0;
    width: 100%;
  }
  .map-info-wrap .hd {
    font-size: 48px;
  }
  .map-info-wrap .right {
    padding: 20px;
    width: 55%;
  }
  .footer-wrap .left {
    flex: 1;
    min-width: 0;
  }
  .footer-wrap .left h3 {
    font-size: 28px;
  }
  .footer-wrap .right {
    width: 46%;
  }
  .footer-wrap .right h3 {
    font-size: 28px;
  }
  .about-section1 .hd {
    font-size: 48px;
  }
  .about-section2 h3 {
    font-size: 28px;
  }
  .about-section2 li {
    padding: 70px 0;
  }
  .about-section3 h3 {
    font-size: 48px;
  }
  .map-section .container {
    max-width: 100%;
  }
  .map-section .hd h3 {
    font-size: 48px;
  }
  .map-section .bd {
    height: 700px;
  }
}
@media only screen and (max-width: 767px) {
  .gh {
    display: block;
  }
  .header-wrap .container {
    height: 70px;
  }
  .header-wrap .logo {
    height: 40px;
    transform: translateX(-10px);
  }
  .header-wrap .nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    transition: all 0.4s;
    opacity: 0;
    visibility: hidden;
  }
  .header-wrap .nav.show {
    opacity: 1;
    visibility: visible;
  }
  .header-wrap .nav.show ul {
    transform: translate3d(0, 0, 0);
  }
  .header-wrap .nav ul {
    position: absolute;
    top: 0;
    left: 0;
    flex-direction: column;
    padding-top: 20px;
    width: 70%;
    height: 100%;
    background-color: #DA8E9C;
    transform: translate3d(-100%, 0, 0);
    transition: all 0.4s;
  }
  .header-wrap .nav li {
    width: 100%;
  }
  .header-wrap .nav a {
    padding: 10px 15px;
    display: block;
    width: 100%;
  }
  .map-section .hd {
    padding-right: 0;
  }
  .map-section .hd h3 {
    margin-bottom: 28px;
    font-size: 28px;
  }
  .map-section .bd {
    padding: 50px 0;
    display: flex;
    align-items: center;
    height: auto;
  }
  .map-section .map-echarts {
    display: none;
    transform: none;
    height: 250px;
  }
  .map-section .map-img {
    display: block;
  }
  .footer-wrap .container {
    flex-wrap: wrap;
  }
  .footer-wrap .left, .footer-wrap .right {
    width: 100%;
  }
  .footer-wrap .left {
    flex: none;
  }
  .footer-wrap .left h3 {
    font-size: 22px;
  }
  .footer-wrap .left .contact {
    font-size: 16px;
  }
  .footer-wrap .left .copyright {
    font-size: 12px;
  }
  .footer-wrap .right {
    order: -1;
  }
  .footer-wrap .right h3 {
    font-size: 22px;
  }
  .footer-wrap .layui-form-item:after {
    display: none;
  }
  .infinite-wrap .infinite-swiper {
    gap: 20px;
  }
  .infinite-wrap .infinite-slide {
    font-size: 14px;
    gap: 20px;
  }
  .infinite-wrap svg {
    width: 18px;
    height: 18px;
  }
  .works-wrap .hd .txt {
    font-size: 20px;
  }
  .works-wrap .hd .title {
    width: 100%;
    line-height: 50px;
    font-size: 20px;
  }
  .works-wrap .hd .desc {
    width: 100%;
    font-size: 16px;
  }
  .works-wrap ul {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .works-wrap li .txt {
    padding: 10px;
  }
  .works-wrap li .txt .tit {
    font-size: 16px;
  }
  .about-wrap .hd {
    font-size: 22px;
  }
  .about-wrap .left, .about-wrap .right {
    width: 100%;
  }
  .about-wrap .right {
    flex: none;
    padding-left: 0;
  }
  .map-info-wrap .hd {
    font-size: 22px;
  }
  .map-info-wrap .bd {
    flex-wrap: wrap;
  }
  .map-info-wrap .left, .map-info-wrap .right {
    width: 100%;
  }
  .map-info-wrap .right {
    order: -1;
  }
  .map-info-wrap .left {
    margin: 0;
  }
  .map-info-wrap .left .txt {
    margin-top: 30px;
    font-size: 16px;
  }
  .about-section1 {
    padding: 10% 5%;
  }
  .about-section1 .hd {
    font-size: 22px;
  }
  .about-section1 .bd {
    width: 100%;
    font-size: 16px;
  }
  .about-section2 h3 {
    margin-bottom: 30px;
    font-size: 22px;
  }
  .about-section2 ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .about-section2 li {
    padding: 10% 5%;
    background-color: #1B2D55 !important;
    color: #fff !important;
  }
  .about-section2 li:nth-child(2n) {
    background-color: #858DA8 !important;
    color: #da8e9c !important;
  }
  .about-section2 dl {
    width: 100%;
  }
  .about-section2 dl dd::before {
    background-color: #fff;
  }
  .about-section2 .txt {
    width: 100%;
  }
  .about-section3 .hd {
    margin-bottom: 20px;
  }
  .about-section3 h3 {
    font-size: 22px;
  }
  .about-section3 .team-box img {
    width: 160px;
  }
  .about-section3 .team-box .name {
    font-size: 16px;
  }
  .about-section3 .team-box .job {
    font-size: 14px;
  }
  .about-section3 .txt {
    width: 100%;
  }
  .popup {
    width: 100%;
    height: auto;
    min-height: 100vh;
  }
  .popup .popup-box {
    display: block;
  }
  .popup .left, .popup .right {
    width: 100%;
    height: auto;
  }
  .popup .left {
    border: none;
  }
  .popup .left .bd {
    flex: none;
  }
  .popup .left .bd ul {
    display: flex;
  }
  .popup .left .bd li {
    margin-bottom: 0;
    margin-right: 20px;
    flex-shrink: 0;
  }
  .popup .left .bd img {
    width: 220px;
    height: 100%;
  }
  .popup .right .hd {
    margin-bottom: 20px;
  }
  .popup .right .right-img img {
    width: 100%;
  }
  .popup .hd h3 {
    margin-bottom: 20px;
    font-size: 22px;
  }
  .popup .hd .desc {
    font-size: 16px;
  }
}/*# sourceMappingURL=responsive.css.map */