@media only screen and (max-width: 1680px) {
  html {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) {
  html {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1280px) {
  html {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
  .Header {
    display: none;
  }
  .wap_header {
    display: block !important;
  }
  .wap_header .navi {
    position: absolute;
    width: 1.7rem;
    z-index: 999999;
    top: 1.4rem;
    right: 1rem;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  .wap_header .navi a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .wap_header .navi span {
    width: 100%;
    background: #176E65;
    border-radius: 1.5px;
    height: 3px;
    margin-top: 5px;
    display: block;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
  }
  .wap_header .navi.on span {
    background: #176E65;
  }
  .wap_header .navi.on {
    top: 1.6rem;
  }
  .wap_header .navi.on span:last-child {
    display: none;
  }
  .wap_header .navi.on span:nth-child(1) {
    transform: skewY(46deg) translateX(0.32rem) translateY(-0.1rem);
  }
  .wap_header .navi.on span:nth-child(2) {
    width: 100%;
    transform: skewY(-46deg) translateX(0.32rem);
  }
  .wap_header header {
    min-width: 320px;
    width: 100%;
    height: 81px;
    position: fixed;
    z-index: 1001;
    left: 50%;
    top: 0;
    overflow: hidden;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #fff !important;
    box-shadow: 0 2px 3.92px 0.08px rgba(0, 0, 0, 0.05);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .wap_header header .logo {
    width: 100%;
    height: 100%;
  }
  .wap_header header .logo a img {
    width: 11.25rem;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    top: 1rem;
    position: fixed;
  }
  .wap_header header .logo a .logo_name {
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    margin-left: 10px;
  }
  .wap_header header .logo a {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
  }
  .wap_header header.open {
    max-height: 100vh;
    min-height: 100vh;
    overflow: auto;
    background-color: #ffffff !important;
    box-shadow: 0 2px 3.92px 0.08px rgba(0, 0, 0, 0.05);
  }
  .wap_header .header-nav {
    background: #ffffff;
    display: none;
    width: 100%;
    position: fixed;
    left: 0;
    top: 5rem;
    z-index: 999999;
  }
  .wap_header .header-nav > ul > li > a {
    position: relative;
    display: block;
    padding: 1.25rem;
    border-top: 0.0313rem solid lightgray;
    font-size: 1rem;
    color: #081f2c;
    font-weight: 700;
  }
  .wap_header .header-nav > ul > li > a::after {
    content: " ";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    background: url(../img/icon_menu-arrow.svg) no-repeat center;
    background-size: 7px 13px;
    width: 7px;
    height: 13px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .wap_header .header-nav > ul > li > ul {
    display: none;
  }
  .wap_header .header-nav > ul > li > ul > li > a {
    position: relative;
    display: block;
    padding: 1.25rem;
    border-top: 1px solid #b7b7b8;
    font-size: 1rem;
    color: #081f2c;
  }
  .wap_header .header-nav > ul > li > ul > li > a::after {
    content: " ";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    background: url(../img/icon_menu-arrow.svg) no-repeat center;
    background-size: 7px 13px;
    width: 7px;
    height: 13px;
  }
  .SwiperBox {
    display: none;
  }
  .wap_SwiperBox {
    display: block !important;
    /* Swiper 分页器样式 */
  }
  .wap_SwiperBox .banner {
    width: 100%;
    height: auto;
  }
  .wap_SwiperBox .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    border-radius: 50px;
    margin: 0 8px;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid #fff;
  }
  .wap_SwiperBox .swiper-pagination-bullet-active {
    background: #176E65;
    width: 7px;
    border: 1px solid #176E65;
    height: 7px;
    border-radius: 50px;
  }
  .wap_SwiperBox .swiper-horizontal > .swiper-pagination-bullets,
  .wap_SwiperBox .swiper-pagination-bullets.swiper-pagination-horizontal,
  .wap_SwiperBox .swiper-pagination-custom,
  .wap_SwiperBox .swiper-pagination-fraction {
    bottom: 2rem;
  }
  .area {
    width: 94%;
  }
  .indexModule .Product .top {
    margin-bottom: 0;
  }
  .indexModule .Product .top .left {
    margin-top: 38px;
    width: 238px;
    font-size: 26px;
    height: auto;
    line-height: 64px;
    background-size: contain;
  }
  .indexModule .Product .top .button {
    display: none;
  }
  .indexModule .Product .line {
    height: 20px;
    margin-bottom: 14px;
  }
  .indexModule .Product .Product_box {
    padding-bottom: 70px;
  }
  .indexModule .Product .wap_button {
    display: block !important;
    width: 137px;
    height: 38px;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 40px;
  }
  .indexModule .About {
    background-size: contain;
    background-image: url(../img/wapindex5.png);
  }
  .indexModule .About .About_box .top .left {
    width: 10.5625rem;
    height: auto;
    font-size: 26px;
    line-height: 4.2rem;
  }
  .indexModule .About .About_box .top {
    padding-top: 37px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .indexModule .About .About_box .top .button {
    display: none;
  }
  .indexModule .About .About_box .line {
    height: 20px;
    margin-bottom: 14px;
    margin-top: -4px;
  }
  .indexModule .About .About_box .About_content .left .Number_box {
    display: none;
  }
  .indexModule .About .About_box .About_content .left .title {
    display: none;
  }
  .indexModule .About .About_box .About_content {
    flex-direction: column;
    height: auto;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
  }
  .indexModule .About .About_box .About_content .left {
    width: 100%;
    order: 2;
    /* 将left元素放在后面 */
    font-size: 15px;
  }
  .indexModule .About .About_box .About_content .right {
    width: 100%;
    order: 1;
    height: auto;
    margin-bottom: 24px;
  }
  .indexModule .About .About_box .About_content .right img {
    width: 100%;
    height: auto;
  }
  .indexModule .About .wap_title {
    text-align: center;
    margin-bottom: 32px;
    color: #fff;
    font-size: 18px;
    display: block !important;
  }
  .indexModule .About .wap_button {
    display: block !important;
    width: 137px;
    height: 38px;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 40px;
  }
  .indexModule .Case_box {
    margin-top: 70px;
    padding-top: 40px;
    padding-bottom: 55px;
    background-image: url(../img/wapcase.png);
  }
  .indexModule .Case_box .top {
    margin-bottom: 0px;
  }
  .indexModule .Case_box .top .button {
    display: none;
  }
  .indexModule .Case_box .top .left {
    width: 130px;
    line-height: 5rem;
    font-size: 26px;
    background-image: url(../img/wapcase1.png);
  }
  .indexModule .Case_box .line {
    height: 20px;
    margin-top: -10px;
    margin-bottom: 12px;
  }
  .Top_run {
    right: 1rem;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 16px;
  }
  .indexModule .Case_box .swiper-slide .name {
    font-size: 16px;
  }
  .indexModule .Case_box .swiper-slide {
    background-color: rgba(0, 0, 0, 0);
  }
  .indexModule .News_box {
    height: auto;
    padding-top: 40px;
    background-image: none;
  }
  .indexModule .News_box .top .left {
    width: 143px;
    font-size: 26px;
    line-height: 5rem;
  }
  .indexModule .News_box .top .button {
    display: none;
  }
  .indexModule .News_box .top {
    margin-bottom: 0;
  }
  .indexModule .News_box .line {
    height: 20px;
    margin-top: -14px;
    margin-bottom: 14px;
  }
  .indexModule .News_box .News_list {
    flex-direction: column;
  }
  .indexModule .News_box .News_list .right {
    height: auto;
    width: 100%;
    padding-bottom: 20px;
  }
  .indexModule .News_box .News_list .left {
    width: 100%;
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 16px;
  }
  .indexModule .News_box .News_list .left .img_box {
    width: 100%;
    height: auto;
  }
  .indexModule .News_box .News_list .left .img_box .image {
    height: auto;
    width: 100%;
  }
  .indexModule .News_box .News_list .right .item .textarea {
    display: none;
  }
  .indexModule .News_box .News_list .right .item .title_time {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 18px;
  }
  .indexModule .News_box .News_list .right .item .title_time .title {
    width: 100%;
  }
  .indexModule .News_box .News_list .right .item .title_time .title .read {
    display: none;
  }
  .indexModule .News_box .News_list .right .item .title_time .time {
    width: auto;
    margin-top: 10px;
    font-size: 13px;
  }
  .indexModule .News_box .News_list .left .title {
    font-size: 15px;
  }
  .indexModule .News_box .News_list .left .time {
    color: #909399;
    font-size: 13px;
    margin-bottom: 6px;
    display: block !important;
  }
  .indexModule .News_box .News_list .right .item .title_time .title {
    font-size: 15px;
  }
  .indexModule .News_box .News_list .left .textarea {
    font-size: 14px;
    color: #909399;
  }
  .indexModule .News_box .News_list .right .item {
    padding-top: 18px;
    padding-bottom: 0;
    margin-top: 18px;
  }
  .Footer {
    display: none;
  }
  .wap_footer {
    width: 100%;
    display: block !important;
    background-color: #2C333E;
  }
  .wap_footer .wap_footer_box {
    padding-top: 38px;
  }
  .wap_footer .wap_footer_box .logo_box {
    text-align: center;
    margin-bottom: 20px;
  }
  .wap_footer .wap_footer_box .logo {
    width: 9.375rem;
    height: 2.6875rem;
  }
  .wap_footer .wap_footer_box .phone_box {
    padding-left: 16px;
    font-size: 1.1875rem;
    color: #FFFFFF;
  }
  .wap_footer .wap_footer_box .phone_box .title {
    color: #B3B9C3;
    font-size: 18px;
  }
  .wap_footer .wap_footer_box .address_box {
    width: 96%;
    padding-left: 16px;
    color: #B3B9C3;
    font-size: 14px;
    line-height: 140%;
    padding-top: 12px;
    padding-bottom: 30px;
  }
  .wap_footer .wap_footer_box .qrcode_box {
    width: 94%;
    padding-bottom: 30px;
    margin: 0 auto;
    line-height: 160%;
    font-size: 12px;
    padding-top: 10px;
    color: #B3B9C3;
    border-top: 1px solid #4B5563;
  }
  .Top_run {
    display: none;
  }
  .indexModule .Product .Product_box .ProductSwiper {
    display: none;
  }
  .indexModule .Product .Product_box .Product_wap {
    width: 100%;
    display: block !important;
    margin: 0 auto;
  }
  .indexModule .Product .Product_box .Product_wap .item_box {
    width: 100%;
    height: auto;
    display: grid;
    /* grad布局 display: grid; */
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 17px;
  }
  .indexModule .Product .Product_box .Product_wap .item_box .item {
    font-size: 16px;
    color: #303133;
    text-align: center;
    margin-top: 10px;
  }
  .indexModule .Product .Product_box .Product_wap .item_box .item .image {
    width: 100%;
    height: auto;
    margin-bottom: 14px;
  }
  .aboutModule .Number_box {
    width: 94%;
    margin-top: 0;
    height: auto;
    padding: 20px 0;
    margin-top: -45px;
  }
  .aboutModule .Number_box .item .number {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .aboutModule .Number_box .item .text {
    font-size: 15px;
  }
  .aboutModule .banner img {
    display: none;
  }
  .aboutModule .wap_banner {
    display: block !important;
  }
  .aboutModule .wap_banner img {
    width: 100%;
    display: block !important;
  }
  .aboutModule .Number_box .item .danwei {
    font-size: 12px;
  }
  .aboutModule .content {
    width: 96%;
  }
  .aboutModule .content {
    margin-top: 50px;
  }
  .aboutModule .content .title {
    font-size: 24px;
  }
  .aboutModule .content .china {
    font-size: 20px;
    margin-top: 14px;
  }
  .aboutModule .content .textarea {
    margin-top: 20px;
  }
  .aboutModule .content .textarea img {
    width: 100%;
    height: auto;
  }
  .productModule .banner {
    display: none;
  }
  .productModule .wap_banner {
    display: block !important;
  }
  .productModule .wap_banner img {
    width: 100%;
  }
  .productModule .Product {
    padding-top: 50px;
  }
  .productModule .Product .top {
    margin-bottom: 20px;
  }
  .productModule .Product .top .left {
    width: 238px;
    height: auto;
    font-size: 26px;
    line-height: 4rem;
    background-size: contain;
  }
  .productModule .Product .Product_box {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 17px;
    padding-bottom: 0;
  }
  .productModule .Product .Product_box .item {
    width: auto;
    margin-bottom: 10px;
  }
  .productModule .Product .Product_box .item .img_box {
    width: auto;
    height: auto;
    margin-bottom: 14px;
  }
  .productModule .Product .Product_box .item .name {
    font-size: 16px;
  }
  .caseModule .banner img {
    display: none;
  }
  .caseModule .wap_banner {
    display: block !important;
  }
  .caseModule .wap_banner img {
    width: 100%;
  }
  .caseModule .Case_box .top .left {
    width: 130px;
  }
  .caseModule .Case_box {
    padding: 0;
  }
  .caseModule .Case_box .top .left {
    font-size: 26px;
    line-height: 5rem;
    background-size: contain;
  }
  .caseModule .Case_box .top {
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .caseModule .Case_box .item_box {
    margin-top: 0;
  }
  .caseModule .Case_box .item_box {
    grid-template-columns: repeat(1, 1fr);
  }
  .newsModule .banner img {
    display: none;
  }
  .newsModule .wap_banner {
    display: block !important;
  }
  .newsModule .wap_banner img {
    width: 100%;
    display: block !important;
  }
  .newsModule .News_box .News_box_area {
    width: 94%;
  }
  .newsModule .News_box .top .left {
    width: 143px;
    font-size: 26px;
    line-height: 5rem;
    background-size: contain;
  }
  .newsModule .News_box {
    width: 100%;
    padding-bottom: 2rem;
    padding-top: 50px;
    margin: 0 auto;
    background-color: #f5f6f7;
  }
  .newsModule .News_box .News_content {
    padding-top: 0;
  }
  .newsModule .News_box .top {
    margin-bottom: 0;
  }
  .newsModule .News_box .News_content .item_box {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .newsModule .News_box .News_content .item_box .item .item_title {
    font-size: 22px;
    line-height: 160%;
  }
  .newsModule .News_box .News_content .item_box .item .item_title1 {
    font-size: 16px;
    line-height: 160%;
  }
  .newsModule .News_box .News_content .item_box .item1 .text_box {
    font-size: 20px;
  }
  .show_newsModule .banner img {
    display: none;
  }
  .show_newsModule .wap_banner {
    display: block !important;
  }
  .show_newsModule .wap_banner img {
    width: 100%;
    display: block !important;
  }
  .show_newsModule .details .container {
    width: 94%;
  }
  .show_newsModule .details .view-top h1 {
    font-size: 22px;
    line-height: 140%;
  }
  .show_newsModule .details .view-top h1 {
    padding-top: 50px;
  }
  .show_newsModule .view-desc,
  .show_newsModule .view-desc p {
    font-size: 16px;
  }
  .show_newsModule .view-desc {
    margin-top: 10px;
  }
  .show_productModule .banner img {
    display: none;
  }
  .show_productModule .wap_banner {
    display: block !important;
  }
  .show_productModule .wap_banner img {
    width: 100%;
    display: block !important;
  }
  .show_productModule .details .container {
    width: 94%;
  }
  .show_productModule .details .view-top h1 {
    font-size: 22px;
    line-height: 140%;
  }
  .show_productModule .details .view-top h1 {
    padding-top: 50px;
  }
  .show_productModule .view-desc,
  .show_productModule .view-desc p {
    font-size: 16px;
  }
  .show_productModule .view-desc {
    margin-top: 10px;
  }
  .show_productModule .view-desc img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 768px) {
  .header .logo {
    width: 100%;
    height: auto;
  }
  .header .logo img {
    width: 100%;
    height: auto;
  }
  .header .nav {
    display: none;
  }
  .contactModule .banner img {
    display: none;
  }
  .contactModule .wap_banner {
    display: block !important;
  }
  .contactModule .wap_banner img {
    width: 100%;
    display: block !important;
  }
  .contactModule .map_box .map_info_box {
    display: none;
  }
  .caseModule .Case_box .item_box .item {
    width: 100%;
  }
  .caseModule .Case_box .item_box .item .img_box {
    width: 100%;
    height: auto;
  }
  .caseModule .Case_box .item_box .item .img_box img {
    width: 100%;
    height: auto;
  }
  .caseModule .Case_box .item_box .item .img_box .show {
    width: 100%;
    height: auto;
  }
  #map {
    height: 400px;
  }
}
