﻿

.pc {
  display: block;
}

.mb {
  display: none;
}

.m_header {
  display: none;
}

.home_f {
  overflow: hidden;
}

.home_f .his_btn {
  top: 4.75rem;
  right: 4rem;
}

.about_b .cont .list2 .t {
  text-align: center;
}
.img_cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1680px) {
  /* .home_f .news-container .swiper-slide {
        height: 13rem;
    } */
  .servies_b {
    padding-left: 23rem;
  }

  .servies_c .list .li .tit-24 {
    margin-top: 0.75rem;
  }
  .home_c .amin .acimg {
    width: 20rem;
  }

  .servies_c .list .li {
    padding: 1.5rem;
  }

  footer .top {
    height: 12.025rem;
    position: relative;
  }
  .j_e .list .li .tit-18 {
    font-size: 0.45rem;
  }
}

@media (max-width: 1466px) {
  header .pc_header .nav .li {
    margin-right: 0.5rem;
  }

  .servies_b {
    padding-left: 17rem;
  }

  .servies_b .t2 br {
    display: none;
  }

  .servies_c .list .li {
    height: 13rem;
  }

  header .pc_header .right_bnt .md,
  header .pc_header .right_bnt .seach {
    margin-left: 0.5rem;
  }
  .home_f .news-container .swiper-slide .txt .tit-24 {
    line-height: 0.8rem;
    height: 1.6rem;
  }
  .servies_c .list .li {
    height: auto;
  }
  .servies_c .list .li .rigt {
    width: 100%;
  }
  .servies_c .list .li .img {
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media (max-width: 1240px) {
  header .pc_header .nav .li .tit {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  header .pc_header .nav .li .tit {
    font-size: 12px;
  }
  .servies_c .list .li {
    width: calc((100% - 1.2rem) / 2);
  }
  .servies_c .list .li:nth-child(2n) {
    margin-right: 0;
  }
  header .pc_header .nav .li {
    margin-right: 0.25rem;
}
header .pc_header .right_bnt .md .tit-15{
  margin-left: .1rem;
}
header .pc_header .right_bnt .md, header .pc_header .right_bnt .seach{
  margin-right: 0.25rem;
}
}

@media (max-width: 1080px) {
  header .pc_header .right_bnt .md .tit-15,
  header .pc_header .nav .li .tit{
    font-size: 11px;
  }
  
  header .pc_header .right_bnt .md,
  header .pc_header .right_bnt .seach {
    margin-left: 0.5rem;
  }
  header .pc_header .nav .li {
    margin-right: 0.25rem;
  }
  header .pc_header .right_bnt .md img {
    width: 16px;
  }
  header .pc_header .right_bnt .member .md img {
    width: 18px;
  }
}
@media (max-width: 1024px) {
  header .pc_header {
    display: none;
  }

  header {
    height: 2.5rem;
  }

  .servies_b {
    padding-left: 23rem;
  }

  .m_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 2.5rem;
    padding: 0 1.25rem;
    background-color: #fff;
  }

  .m_header .logo {
    display: block;
    width: 6.025rem;
  }

  .m_header .right_bnt {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .m_header .right_bnt .nume {
    width: 0.9rem;
    height: 0.7rem;
    position: relative;
    margin-left: 1.425rem;
  }

  .m_header .right_bnt .nume .line {
    width: 0.9rem;
    height: 2px;
    background-color: #000;
    position: absolute;
    left: 0;
    transition: all 0.3s;
  }

  .m_header .right_bnt .nume .line1 {
    top: 0;
  }

  .m_header .right_bnt .nume .line2 {
    top: 50%;
    transform: translateY(-50%);
  }

  .m_header .right_bnt .nume .line3 {
    bottom: 0;
  }

  .m_header .right_bnt .nume.on .line1 {
    top: 50%;
    transform: rotate(45deg);
  }

  .m_header .right_bnt .nume.on .line3 {
    bottom: 42%;
    transform: rotate(-45deg);
  }

  .m_header .right_bnt .nume.on .line2 {
    left: 100%;
    opacity: 0;
  }

  .header-nav {
    float: right;
    /*overflow: hidden;*/
    font-size: 0;
  }

  .header-nav li {
    display: inline-block;
    margin-left: 90px;
    position: relative;
  }

  .header-nav li .a1 {
    display: block;
    font-size: 20px;
    color: #fff;
    line-height: 90px;
    font-family: FuturaND-DemiBold;
    position: relative;
  }

  .header-nav li .a1:after {
    content: "";
    width: 0;
    height: 3px;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: 0px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }

  .header-nav li .div1 {
    position: absolute;
    left: 0%;
    top: 100%;
    /*width: calc(100% + 30px);
        width: -webkit-calc(100% + 30px);*/
    width: 150px;
    max-width: 150px;
    padding: 0 15px;
    display: none;
    margin-left: -15px;
    /*transform:translateX(-50%);
      -ms-transform:translateX(-50%);
      -moz-transform:translateX(-50%);
      -webkit-transform:translateX(-50%);*/
  }

  .header-nav li .div1 a {
    display: block;
    font-size: 16px;
    line-height: 20px;
    margin: 15px 0;
    color: #fff;
    font-family: FuturaND-DemiBold;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }

  .header-nav {
    width: 100%;
    height: calc(100% - 60px);
    /* height: -webkit-calc(100% - 60px); */
    height: auto;
    padding: 0.75rem 4%;
    border-top: 1px solid #e5e5e5;
    position: fixed;
    top: 60px;
    left: 0;
    background: #fff;
    display: none;
    overflow: auto;
    padding-bottom: 100px;
  }

  .header-nav li {
    display: block;
    width: 100%;
    margin: 0;
  }

  .header-nav li .a1 {
    display: block;
    font-size: 0.6rem;
    line-height: 2rem;
    color: #000;
    border-bottom: 1px solid #ccc;
  }

  .header-nav li .div1 {
    width: 100%;
    position: relative;
    top: initial;
    transform: initial;
    left: initial;
    padding: 10px 0;
    margin: 0;
    max-width: initial;
    border-bottom: 1px solid #ccc;
    box-shadow: inherit !important;
  }

  .header-nav li .div1 a {
    font-size: 0.5rem;
    line-height: 1.25rem;
    margin: 0;
    color: #666;
    background: url(../image/ico05.png) no-repeat right center;
  }

  .header-nav .li2 > i {
    display: block;
    width: 30%;
    height: 2rem;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    background: url(../image/jah.png) no-repeat right center;
    background-size: 0.5rem 0.5rem;
  }
  .j_g form .t2 {
    font-size: 0.4rem;
  }

  .header-nav .li2.bj > i {
    background: url(../image/jh.png) no-repeat right center;
    background-size: 0.5rem 0.5rem;
  }

  header.w .m_header .logo .op1 {
    opacity: 0;
  }

  header.w .m_header .logo .op2 {
    opacity: 1;
  }

  header.w .m_header .right .nume .line {
    background-color: #000;
  }

  header.w .m_header .right .seach svg {
    fill: #000;
  }

  .seachbox {
    width: 100%;
    position: absolute;
    top: 2.5rem;
    background-color: #fff;
    padding: 0.5rem 1rem;
    display: none;
  }

  .seachbox .txx {
    width: 80%;
    height: 1.5rem;
    border-bottom: 1px solid #e5e5e5;
    float: left;
  }

  .seachbox .submm {
    width: 20%;
    height: 1.5rem;
    float: left;
    background-color: #e50012;
    font-size: 12px;
    color: #fff;
  }

  .pc {
    display: none;
  }

  .mb {
    display: block;
  }

  .banner {
    height: 27.5rem;
    padding-top: 2.5rem;
  }

  .banner .textbox {
    top: 1.275rem;
    left: 1.025rem;
    right: auto;
  }

  header.index {
    position: fixed;
  }

  .banner .textbox .en {
    margin-left: 2.925rem;
    font-size: 0.75rem;
  }

  .banner .btnbox .col-fff {
    color: #000;
    font-size: 14px;
  }

  .actionm {
    height: 25rem;
  }

  .actionm .ac6 {
    width: 14.025rem;
    max-width: 90%;
    margin: 0 auto;
    margin-top: 1.625rem;
  }

  .actionm .acc {
    width: auto;
    margin: 0 auto;
    margin-top: 3.25rem;
    text-align: center;
  }

  .actionm .acc img {
    display: inline-block;
    max-width: 95%;
  }

  .home_c .amin {
    width: 100%;
    border-radius: 0;
    padding: 1.6rem 6%;
    background: #e7e3e2;
  }

  .home_c {
    padding: 0;
    background: #e7e3e2;
  }

  .home_c .amin .numlist {
    width: 100%;
    display: flex;
    margin-top: 2rem;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }

  .home_c .amin .numlist .li {
    margin-top: 0;
  }

  .home_c .amin .numlist .li1 .num,
  .home_c .amin .numlist .num {
    font-size: 1.5rem;
  }

  .home_c .amin .numlist .ali {
    position: relative;
    top: auto;
    left: auto;
    opacity: 1;
  }

  .home_c .amin .numlist .li img {
    width: 1rem;
    height: 1rem;
  }

  .home_c .amin .numlist .num span {
    font-size: 0.6rem;
  }

  .home_c .amin .acimg {
    width: 100%;
    position: relative;
    margin-top: 1rem;
    right: auto;
    top: auto;
  }

  .home_c .amin .acimg .ac1 {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  }

  .home_c .amin .numlist .num {
    margin: 0.4rem 0;
  }

  .home_c .acimg2 {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3rem;
    z-index: 33;
    opacity: 1;
    transition: all 1s;
  }

  .home_d {
    padding: 1.6rem 4%;
  }

  .more {
    width: 3.8rem;
    height: 1.25rem;
    padding-left: 0.65rem;
  }

  .more span {
    line-height: 1.25rem;
    font-size: 12px;
  }

  .more .icon {
    width: 0.75rem;
    height: 0.75rem;
  }
  .home_d .list {
    margin-top: 1.6rem;
  }
  .home_d .list a {
    display: block;
    width: calc((100% - 0.5rem) / 2);
    margin-right: 0.5rem;
    height: 9rem;
    background-color: #fff;
    position: relative;
    padding: 1px;
    float: left;
  }

  .home_d .list a:nth-child(2n) {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }

  .home_d .list a .img {
    width: 3rem;
    margin-top: 1.5rem;
    display: inline-block;
    height: 2.35rem;
    margin-bottom: 0;
  }

  .home_d .list a .img img {
    height: 100%;
    display: inline-block;
  }

  .home_d .list a .t2 {
    margin-top: 0.6rem;
  }

  .home_e {
    height: 31rem;
  }

  .home_e .txt {
    right: 5%;
    top: 1.6rem;
    width: 90%;
    transform: translateY(0);
  }

  .home_e .bg {
    /* padding: 1.95rem 4%; */
  }
  .home_e .txt .txtbox .rht {
    display: none;
  }
  .home_e .txt .rht_box {
    /* width: 100%;
        height: 50%; */
    height: auto;
    position: relative;
  }
  .home_e .txt .rht {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 9rem;
    left: 0;
    bottom: 0;
    position: relative;
  }
  .home_e .txt .rht .img {
    width: 4rem;
    height: 4rem;
  }
  .home_e .txt .list {
    margin-top: 1rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .home_e .txt .list .li {
    background-color: #fff;
    height: 4.5rem;
  }

  .home_e .txt .list .li .tit-16 {
    line-height: 0.6rem;
  }

  .home_f {
    padding: 1.6rem 6%;
  }

  .home_f .t1 {
    padding-left: 0;
  }
  .home_f .news-container {
    margin-top: 1rem;
  }
  .home_f .news-container .swiper-slide .txt .tit-16 {
    display: none;
  }

  .home_f .news-container .swiper-slide .txt .more {
    width: 3.6rem;
    height: 1.25rem;
  }
  .home_f .news-container .swiper-slide {
    margin-right: 1rem;
  }
  .home_g .t1,
  .home_g .t2 {
    padding-left: 4%;
  }

  .home_g .box {
    height: 20.9rem;
  }

  .home_g .box .li1 {
    top: 2.925rem;
    left: 50%;
    width: 9rem;
    height: 9rem;
    margin-left: -4rem;
    border-radius: 50%;
  }

  .home_g .box .li.li2 {
    width: 5.925rem;
    height: 5.925rem;
    border-radius: 50%;
    overflow: hidden;
    left: 7%;
    top: 45%;
    z-index: 3;
  }

  .home_g .box .li.li3 {
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 50%;
    overflow: hidden;
    left: 2%;
    top: 11%;
    z-index: 3;
  }

  .home_g .box .li.li4 {
    width: 2.9rem;
    height: 2.9rem;
    border-radius: 50%;
    overflow: hidden;
    left: 32%;
    top: 0%;
    z-index: 3;
  }

  .home_g {
    overflow: hidden;
  }

  .home_g .box .li.li5 {
    width: 4.45rem;
    height: 4.45rem;
    border-radius: 50%;
    overflow: hidden;
    left: 63%;
    top: 58%;
    z-index: 3;
  }

  .home_g .box .li.li7 {
    display: none;
  }

  .home_g .box .li.li8 {
    left: 79%;
    top: 9%;
  }

  .home_g .box .li.li9 {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    overflow: hidden;
    left: 26%;
    top: 11%;
  }

  .home_g .box .li.li10 {
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    overflow: hidden;
    left: 40%;
    top: 77%;
  }

  .home_g .box .li.li6 {
    width: 2.825rem;
    height: 2.825rem;
    border-radius: 50%;
    overflow: hidden;
    left: 79%;
    top: 40%;
    z-index: 3;
  }

  .home_g .box .li1 .tit-36 {
    font-size: 0.65rem;
  }

  .home_g .box .li1 .more {
    margin-top: 1rem;
  }

  footer {
    padding: 1rem 8%;
  }

  footer .top {
    height: auto;
  }

  footer .nav .li {
    width: 100%;
    margin-bottom: 1rem;
  }

  footer .nav .li .tit {
    font-size: 16px;
    position: relative;
  }

  footer .nav .li .sub {
    display: none;
  }

  footer .nav .li .tit::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 7px;
    height: 8px;
    background-image: url(../image/pjt4.png);
  }

  .home_f .his_btn {
    top: 1.6rem;
    right: 4%;
  }

  footer .nav .li:nth-child(9) {
    display: none;
  }

  footer .nav .li:nth-child(10) {
    display: none;
  }

  footer .top .nn {
    display: none;
  }

  footer .contc {
    width: 100%;
    margin-top: 1rem;
    text-align: center;
    padding-bottom: 1rem;
  }

  footer .contc .tit-24 {
    font-weight: 400;
    color: #ffffff;
    line-height: 0.45rem;
    opacity: 0.3;
  }

  footer .contc .num {
    font-weight: 600;
    color: #e50012;
    line-height: 1.2;
    margin-top: 0.4rem;
  }

  footer .contc .share {
    margin-top: 0.65rem;
  }

  footer .contc .share a {
    display: inline-block;
    vertical-align: top;
    width: 1.6rem;
    height: 1.6rem;
    background: #e50012;
    border-radius: 50%;
    margin: 0 0.25rem;
    position: relative;
    transition: all 0.5s;
  }

  footer .contc:last-child {
    margin-right: 0;
  }

  footer .contc .share .wx .ewm {
    height: 125px;
    background: #f7f7f7;
    border-radius: 5px;
    padding: 15px 30px;
    position: absolute;
    top: 2.4rem;
    left: 50%;
    margin-left: -103px;
    font-size: 0;
    display: none;
  }

  footer .contc .share .wx .ewmb {
    display: flex;
    width: 100%;
  }

  footer .contc .share .wx .ewm .i {
    display: inline-block;
    margin-right: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  footer .contc .share .wx .ewm .i:last-child {
    margin-right: 0;
  }

  footer .contc .share .wx .ewm .i .tit-12 {
    white-space: nowrap;
    color: #999999;
    line-height: 0.45rem;
  }

  footer {
    padding-bottom: 7rem;
  }

  footer .contc .share .wx .ewm::before {
    content: "";
    width: 20px;
    height: 20px;
    background-color: #f7f7f7;
    position: absolute;
    top: -9px;
    left: 50%;
    margin-left: -27px;
    transform: rotate(45deg);
  }

  footer .bot .tit-12 {
    width: 100%;
  }

  footer .bot {
    display: block;
    height: auto;
  }

  .dbxf {
    width: 100%;
    height: auto;
    background: #e50012;
    border-radius: 12px 12px 0px 0px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    font-size: 0;
    padding-bottom: 0.4rem;
  }
  .dbxf .er_mbe {
    position: absolute;
    left: -50%;
    transform: translateX(50%);
    bottom: 100%;
    width: 100%;
    display: none;
  }
  .dbxf .er_mbe img {
    max-width: 170px;
    margin: 0 auto 0.5rem;
  }
  .dbxf a {
    display: inline-block;
    /* width: 33.333%; */
    width: 25%;
    height: 100%;
    text-align: center;
    color: #fff;
    vertical-align: top;
    position: relative;
  }

  .dbxf a .img {
    margin-top: 0.6rem;
    display: inline-block;
    vertical-align: top;
    height: 1rem;
    margin-bottom: 0.3rem;
    display: none;
  }

  .dbxf a .img img {
    max-height: 100%;
  }

  .dbxf a:after {
    content: "";
    width: 1px;
    height: 1rem;
    right: 0;
    top: 50%;
    margin-top: -0.25rem;
    border-right: 1px dotted #fff;
    position: absolute;
  }

  .dbxf a .tit-24 {
    font-size: 0.5rem;
    padding-top: 0.4rem;
  }

  .dbxf a:last-child::after {
    display: none;
  }

  .fixheader {
    height: 2.5rem;
  }

  .sub_banner {
    height: 9.5rem;
  }

  .sub_banner .txt {
    top: 1rem;
    left: 1.25rem;
  }

  .addss {
    display: none;
  }

  .about_a {
    padding: 1.6rem 8%;
  }

  .about_a .left {
    width: 100%;
  }

  .about_a .left .t3 br {
    display: none;
  }

  .about_a .right {
    width: 100%;
  }

  .about_a .right .list {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    margin-top: 1.6rem;
    align-items: flex-start;
    justify-content: space-around;
  }

  .about_a .right .list .li {
    margin-right: 0;
  }

  .about_a .right .dian {
    top: 48%;
    left: 37%;
  }

  .about_b {
    padding: 1.6rem 8%;
  }

  .about_b .mcont {
    margin-top: 2rem;
  }

  .about_b .mcont .li {
    margin-bottom: 0.9rem;
  }

  .about_b .mcont .num {
    font-weight: 600;
    color: #e50012;
  }

  .about_b .mcont .tit-36 {
    font-weight: 500;
    color: #000000;
    line-height: 1.2rem;
  }

  .about_b .mcont .img {
    height: 7rem;
    width: 100%;
    margin-top: 0.85rem;
  }

  .about_b .cont .list2 {
    display: block;
    margin-top: 1.5rem;
  }

  .about_b .cont .list2 .li {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }

  .about_b .cont .list2 .li .img {
    width: 2.5rem;
    height: 2.5rem;
  }

  .about_b .cont .list2 .li .img img {
    width: 50%;
  }

  .about_b .cont .list2 .t {
    text-align: left;
    margin-left: 1rem;
    width: 62%;
  }

  .aaa {
    position: relative;
    width: 100%;
    top: -3.5rem;
    height: 1px;
  }

  .about_b .cont .list2 .li .t2 {
    text-align: left;
  }

  .about_b .cont .list2 .li .t2 br {
    display: none;
  }

  .about_c {
    padding-top: 1.6rem;
  }

  .about_c .t1 {
    padding-left: 8%;
  }

  .about_c .t2 {
    padding-left: 8%;
    font-size: 1.2rem;
  }

  .about_a .left .t2 {
    font-size: 1.3rem;
  }

  .main-container .t6 {
    font-size: 16px;
    line-height: 1.5;
  }

  .about_d {
    padding: 1.6rem 8%;
  }

  .about_d .cont .left {
    width: 100%;
    height: auto;
  }

  .about_d .cont .right {
    width: 100%;
    padding-left: 0;
    margin-top: 1rem;
    display: block;
  }

  .small-container {
    width: 100%;
    height: auto;
    text-align: left;
    overflow: hidden;
    margin-top: 1.95rem;
    margin-top: 0;
  }

  .small-container .swiper-slide {
    font-size: 20px;
  }

  .small-container .swiper-slide::after {
    display: none;
  }

  .big-container {
    width: 100%;
    padding-left: 0;
    height: auto;
    padding-right: 0;
    margin-top: 1rem;
  }

  .big-container .swiper-slide .tit-16 {
    font-size: 16px;
    line-height: 1.5;
  }

  .big-container .swiper-slide .tit-36 {
    font-size: 24px;
    display: none;
  }

  .adds {
    display: none;
  }

  .play-btn {
    margin-top: 1.2rem;
  }

  .goods,
  .home {
    padding: 1.6rem 8%;
  }

  .goods .list .swiper-slide a {
    width: calc((100% - 1rem) / 2);
    margin-right: 1rem;
  }

  .goods .list .swiper-slide a:nth-child(2n) {
    margin-right: 0;
  }

  .goods .list .swiper-slide a .tit-16 {
    font-size: 16px;
    line-height: 1.5;
  }

  .home .top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }

  .home .top .nav a {
    margin: 0;
    width: 11%;
    vertical-align: top;
    height: 4rem;
  }

  .home .top .nav a .tit-15 {
    display: none;
  }

  .home .top .nav {
    width: 100%;
    margin: 0.5rem 0;
    margin: 0.5rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .home .list {
    margin-top: 1.6rem;
  }

  .home .list .li {
    width: 100%;
    float: inherit;
  }

  .home .list .li img {
    width: 100%;
  }

  .home .list .li .tit-14 {
    font-size: 16px;
    margin: 0.5rem 0 0.5rem;
    position: relative;
    left: auto;
    bottom: auto;
    transform: translateY(0);
    line-height: 1.5;
  }

  .home .list a .wr {
    padding-bottom: 0;
  }

  .gjnn {
    padding: 1.6rem 8%;
  }

  .gjnn .t1 {
    display: block;
  }

  .gjnn .cont .left {
    width: 100%;
  }

  .gjnn .t1 .i2 {
    display: none;
  }

  .gjnn .cont .left .t2 {
    margin-top: 2.5rem;
  }

  .gjnn .cont .right {
    width: 100%;
    float: right;
  }

  .nn-container .swiper-slide .txt {
    display: none;
  }

  .nn-container .swiper-slide .num {
    display: none;
  }

  .gjnn_c {
    height: 7rem;
    margin-top: 1.25rem;
  }

  .gjnn_c .play-btn {
    position: absolute;
    bottom: 0.5rem;
    left: 1rem;
  }

  .gjnn_c .play-btn {
    position: absolute;
    bottom: 0.5rem;
    left: 1rem;
  }

  .gjnn_d .list .li {
    width: 100%;
  }

  .gjnn_d .list .li .tit-16 {
    font-size: 16px;
  }
  .servies_a {
    /* padding: 1.5rem 0; */
  }
  .servies_a .list {
    width: 100%;
  }

  .servies_b,
  .servies_c {
    padding: 1.6rem 8%;
  }

  .servies_c .list .li {
    /* width: 100%; */
    margin-bottom: 1rem;
    height: auto;
  }

  .servies_c .list .li .tit-24 {
    margin-top: 0.6rem;
  }

  .servies_c .list .li .tit-14 {
    font-size: 0.4rem;
    line-height: 1.5;
  }

  .servies_b .t2 {
    font-size: 0.8rem;
  }

  .jion_b .list .cont .li:nth-child(2n) .litop {
    display: none;
  }

  .j_f .txt .t1 {
    font-size: 16px;
  }

  .j_f .txt {
    margin-top: 1.5rem;
  }

  .j_g form .t1 {
    font-size: 0.4rem;
  }

  .j_e,
  .j_a,
  .j_c,
  .j_d,
  .j_f {
    padding: 1.6rem 8%;
  }

  .ja-container .swiper-slide {
    width: 100%;
    margin-right: 0.5rem;
  }

  .j_b {
    padding: 0 8%;
  }

  .j_c .list .li {
    width: 100%;
    margin-bottom: 1rem;
  }

  .j_d .list .li {
    width: calc((100% - 1rem) / 2);
    margin-right: 1rem;
    margin-bottom: 1rem;
  }

  .j_e .list .li .img img {
    width: 60%;
  }

  .j_f {
    display: block;
  }

  .j_f .img {
    width: 100%;
  }

  .j_f .txt {
    width: 100%;
    padding: 0;
  }

  .j_g form {
    width: 80%;
    overflow: hidden;
  }

  .mds {
    padding: 1.6rem 8%;
  }

  .mds .mseach {
    width: 100%;
  }

  .mds .mapbox .map {
    width: 100%;
    height: 11rem;
  }

  .mds .mapbox .right {
    width: 100%;
    padding: 0;
  }

  .xf2 {
    display: none;
  }

  .jion_a .cont {
    margin-top: 1.625rem;
    padding: 1.6rem 8%;
    height: auto;
  }

  .jion_a .cont .from {
    position: relative;
    top: 0;
    right: 0;
  }

  .jion_a .cont .from .item2 .sor {
    width: 100%;
  }

  .jion_a .cont .from .initem {
    width: 100%;
  }

  .jion_a .cont .from .sor {
    width: 100%;
    margin-bottom: 0.8rem;
  }

  .jion_a .cont .from .item2 .sor {
    margin-top: 0;
  }

  .jion_a .cont .from .initem {
    margin-top: 0;
    margin-bottom: 0.8rem;
  }

  .jion_a .cont .from .tj {
    width: 100%;
  }

  .jion_b {
    padding: 1.6rem 0;
  }

  .jion_b .list .cont .li {
    width: 100%;
    margin-bottom: 0.8rem;
  }

  .jion_b .list .top {
    height: auto;
    background: #f3f3f3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem;
    flex-direction: column;
  }

  .jion_b .list .top .right {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 0.6rem;
  }

  .jion_b .list .top .right img {
    width: 23%;
    margin: 0 5%;
    margin-bottom: 0.5rem;

    max-width: none;
  }

  .in_a {
    padding: 1.6rem 8%;
  }

  .in_a .cont {
    margin-top: 1.6rem;
  }

  .in_a .cont .left {
    width: 100%;
    padding-right: 0;
  }

  .in_a .cont .right {
    width: 100%;
    margin-top: 1rem;
  }

  .in_b,
  .in_c {
    padding: 1.6rem 8%;
  }

  .in_b .cont .left {
    width: 100%;
  }

  .in_b .cont .right {
    width: 100%;
    margin-top: 0.5rem;
  }

  .in_b .cont .right .li {
    width: 100%;
    margin-left: 0;
  }

  .in_c .list a {
    width: 100%;
  }

  .in_d {
    padding: 1.6rem 8%;
  }

  .in_d .cont .left {
    width: 100%;
  }

  .in_d .cont .right {
    width: 100%;
    padding-left: 0;
  }

  .in_d .cont .left .li {
    width: 100%;
  }

  .job_a {
    padding: 1.6rem 8%;
  }

  .job_a .cont .txt {
    display: block;
  }

  .job_a .cont .txt .tit-16 {
    width: 100%;
    margin-bottom: 1rem;
  }

  .job_a .cont .txt .ewm .wr {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }

  .job_a .cont .txt .ewm {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
  }

  .job_a .cont .txt .ewm .box .tit-14 {
    line-height: 1.3;
  }

  .job_a .cont .img a {
    display: none;
  }

  .job_a .cont .mb {
    width: 4rem;
    height: 1.25rem;
    background: #d71618;
    border-radius: 0.625rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.25rem;
    font-size: 0.4rem;
    text-align: center;
    margin-top: 1rem;
  }

  .big-container .swiper-slide {
    height: 8rem;
    overflow: auto;
  }

  .his-container {
    overflow: auto;
    height: 9rem;
    padding-top: 3.425rem;
  }

  .his-container::-webkit-scrollbar {
    opacity: 0;
    display: none;
  }

  .his-container::-webkit-scrollbar-track {
    opacity: 0;
    display: none;
  }

  .his-container .swiper-slide {
    width: 1920px;
  }

  .his-container .swiper-slide img {
    width: 1920px;
    max-width: none;

    max-height: 100%;
  }

  .about_c .con {
    padding: 0 8%;
  }

  .about_c .bgi {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    font-size: 3.5rem;
    padding-left: 3rem;
    margin-top: 1.5rem;
  }

  .about_c .his_btn {
    width: 2.75rem;
    font-size: 0;
    position: absolute;
    top: 6.825rem;
    right: auto;
    left: 10%;
  }

  .main_btn {
    width: 3rem;
  }

  .main_btn div {
    height: 1.25rem;
  }

  html,
  body {
    overflow: hidden;
    overflow-y: scroll;
  }

  .xf {
    display: none !important;
  }

  footer .contc .share .wx .ewm .i {
    width: 3rem;
  }

  .banner .textbox .en {
    margin-left: 1.9rem;
    white-space: nowrap;
  }

  .home_c .amin .t3 {
    line-height: 1rem;
    width: 100%;
  }

  .servies_c .list .li .img {
    /* max-width: 1rem;
        min-height: 1rem; */
  }

  .home_f .news-container .swiper-slide .txt .tit-24 {
    line-height: 0.85rem;
  }

  footer .nav .li .sub a {
    font-size: 14px;
    margin-bottom: 0.6rem;
  }
  #page {
    padding-right: 0;
  }
  .tmss {
    text-align: center;
  }
  .mds .mapbox .right .list .li .tit-14 {
    line-height: 0.75rem;
  }
  .goods .fsc {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }

  .goods .t1 {
    margin-bottom: 0.5rem;
  }

  .goods .list .swiper-slide a {
    width: 100%;
  }

  .goods .list .swiper-slide a .img {
    height: 8rem;
  }

  .goods .list .swiper-slide a .tit-16 {
    line-height: 1.5;
    height: auto;
    font-size: 0.6rem;
  }

  .job .txt .play-btn {
    margin-top: 1rem;
  }

  .play-btn img {
    width: 1rem;
  }

  .servies_c .list .li .rigt {
    width: calc(100% - 1.5rem - 1.05rem);
  }
}

@media (max-width: 767px) {
  .servies_a .list .li {
    margin: 0 0.2rem;
    margin-top: 0.85rem;
  }

  .servies_b .t2 {
    font-size: 0.72rem;
  }

  .servies_b,
  .servies_c {
    padding: 1.6rem 8%;
    background-position: 13%;
  }

  .jb-container {
    padding-bottom: 1.6rem;
  }

  .j_d .list .li img {
    max-width: 60%;
  }

  .mds .mseach .t2,
  .mds .mseach .t1 {
    font-size: 0.4rem;
  }

  .jion_a .cont {
    margin-top: 0.625rem;
  }

  .jion_a {
    padding-top: 0.625rem;
  }

  .jion_a .cont .from .sor .tits {
    font-size: 0.45rem;
  }

  .jion_a .cont .from .sor .sub a {
    font-size: 0.4rem;
  }

  .jion_a .cont .from .initem input {
    font-size: 0.4rem;
  }

  .jion_b .list .cont .li .lilist .lis .tit-16 {
    height: auto;
  }

  .result-box .pages {
    margin-top: 1rem;
  }

  .home_f .news-container .swiper-slide .hoverbox {
    display: none;
  }

  .home_g .box .li:first-child .bg {
    transition: all 0s;
  }

  .goods .fsc .col-999 span:first-child {
    margin-left: 0;
  }

  .about_a .left .t3 {
    line-height: 1.2rem;
  }
  .hz_prev,
  .hz_next {
    display: none;
  }
  .about_b .cont .list2 .li .t2 {
    font-size: 0.75rem;
  }
  .about_a .left .t2 {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
  .servies_c .list .li .img {
    width: 1.5rem;
    height: 1.5rem;
  }
  .servies_c .list .li {
    margin-right: 0;
    width: 100%;
  }
  .servies_c .list .li .rigt {
    width: 100%;
  }
}

.zi9 {
  z-index: 9;
}

.zi6 {
  z-index: 6;
}

.zi3 {
  z-index: 3;
}
