@media only screen and (max-width: 1750px) {
  html {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1650px) {
  html {
    font-size: 12px;
  }
   .Page_about .About_content .devrlopModule .time_line .time_line_area .swiper-button-next {
    top: 7% !important;
    right: 6% !important;
  }

  .Page_about .About_content .devrlopModule .time_line .time_line_area .swiper-button-prev {
    top: 7% !important;
    left:86% !important;
  }
  .Page_about .About_content .devrlopModule .time_line .time_line_area .development_history_swiper .swiper-slide i{
      width: 1rem;
  height: 10.5rem;
  }
  .Page_about .About_content .devrlopModule .time_line .time_line_area .development_history_swiper .swiper-slide::before{
    top: .4rem;
  }
  .Page_about .About_content .devrlopModule .time_line .time_line_area .development_history_swiper .swiper-slide::before{
      margin-left: -10rem;
  }
}

@media only screen and (max-width: 1440px) {
  html {
    font-size: 12px;
  }
   .Page_about .About_content .devrlopModule .time_line .time_line_area .swiper-button-next {
    top: 7% !important;
    right: 6% !important;
  }

  .Page_about .About_content .devrlopModule .time_line .time_line_area .swiper-button-prev {
    top: 7% !important;
    left:86% !important;
  }
  .Page_about .About_content .devrlopModule .time_line .time_line_area .development_history_swiper .swiper-slide i{
      width: 1rem;
  height: 10.5rem;
  }
  .Page_about .About_content .devrlopModule .time_line .time_line_area .development_history_swiper .swiper-slide::before{
    top: .4rem;
  }
}

@media only screen and (max-width: 1280px) {
  html {
    font-size: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .indexModule .zhanweifu {
    display: block;
  }

  html {
    font-size: 16px;
  }

  .area {
    width: 92%;
  }

  .Header_box {
    display: none;
  }

  .banner {
    display: none;
  }

  .wap_banner {
    display: block;
    width: 100%;
    height: auto;
  }

  .wap_banner img {
    width: 100%;
    height: auto;
  }

  .numberBox {
    display: none !important;
  }

  .Page_about .About_content .about {
    flex-direction: column;
  }

  .Page_about .About_content .about .left {
    width: 100%;
  }

  .Page_about .About_content .about {
    padding: 2rem 0;
  }

  .Page_about .About_content .about .left .name .logo {
    width: 75%;
  }

  .Page_about .About_content .about .left .name {
    margin-bottom: 1.25rem;
  }

  .Page_about .About_content .about .left .textarea {
    font-size: 0.9375rem;
    margin-bottom: 0.9375rem;
    text-align: justify;
  }

  .Page_about .About_content .about .right {
    width: 100%;
    height: auto;
  }

  .Footer {
    padding: 1.875rem 0 0 0;
  }

  .Footer .Footer_area {
    width: 92%;
    padding-bottom: 1.25rem;
    flex-direction: column-reverse;
  }

  .Footer .Footer_area .right {
    width: 100%;
  }

  .Footer .Footer_area .right .inputBox .nameBox input {
    width: 48%;
  }

  .inputBox {
    margin-bottom: 1.875rem;
  }

  .Footer .Footer_area .left {
    flex-direction: column;
  }

  .Footer .Footer_area .left .Nav_box:first-child {
    display: none;
  }

  .Footer .Footer_area .left .Nav_box:nth-child(2) {
    display: none;
  }

  .Footer .Footer_area .left .Nav_box {
    margin-right: 0;
  }

  .Footer .Footer_area .left .Nav_box .title {
    margin-bottom: 1.25rem;
  }

  .Footer .Footer_area .left .Nav_box .nav {
    margin-bottom: 0.9375rem;
  }

  .Footer .warning {
    padding-bottom: 0.9375rem;
    font-size: 0.75rem;
  }

  .Footer .warning div {
    line-height: 140%;
  }

  .WapHeader {
    display: block !important;
    z-index: 999999;
  }

  .WapHeader {
    height: 5rem;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 0.875rem;
    position: fixed;
    background-color: #fff;
    z-index: 66;
    justify-content: space-between;
  }

  .WapHeader .WapHeader_box {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .WapHeader .Header-left {
    height: 100%;
    display: flex;
    align-items: center;
  }

  .WapHeader .Header-left .logo {
    width: 80%;
    height: auto;
  }

  .WapHeader .Header-left .name {
    color: #009944;
    font-size: 1rem;
    font-weight: bold;
    margin-top: 1rem;
  }

  .WapHeader .Header-left .enname {
    font-size: 0.6875rem;
    margin-top: 0.4rem;
  }

  .WapHeader .Header-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .WapHeader .Header-right span {
    display: inline-block;
    width: 2rem;
    height: 0.1875rem;
    border-radius: 0.375rem;
    margin-bottom: 0.375rem;
    background-color: #575b66;
  }

  .MainNavBox {
    display: block;
  }

  /* MainNavBox 样式 */
  .MainNavBox {
    position: fixed;
    top: 0;
    right: -100%;
    width: 0;
    height: 100%;
    background-color: #fff;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    z-index: 999;
    overflow-y: auto;
    opacity: 0;
  }

  .MainNavBox .selectBox {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 1.875rem;
    color: #1695e9;
  }

  .MainNavBox .selectBox .item {
    margin: 0 0.625rem;
    color: #fff;
    padding: 0.375rem 0.625rem;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    background-color: rgba(21, 126, 195, 0.5);
  }

  .MainNavBox .selectBox .line {
    height: 1.125rem;
    width: 0.0625rem;
    background: #1695e9;
  }

  .MainNavBox .selectBox .active {
    background-color: #1695e9;
  }

  .MainNavBox.active {
    right: 0;
    width: 50%;
    opacity: 1;
  }

  .nav-content {
    padding: 2rem 1.5rem;
  }

  .nav-content h3 {
    font-size: 1.2rem;
    color: #282828;
    margin-bottom: 1.5rem;
    font-weight: bold;
    border-bottom: 2px solid #1695E9;
    padding-bottom: 0.5rem;
  }

  .nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .nav-list li {
    margin-bottom: 0.8rem;
  }

  .nav-list a {
    border-radius: .375rem;
  }

  .nav-link2 {
    display: block;
    padding: 0.8rem 1rem;
    color: #333;
    text-decoration: none;
    font-size: 1rem;
    border-radius: 4px;
    transition: all 0.3s ease;
    background-color: #f8f9fa;
    z-index: 999;
  }

  .nav-linkActive {
    background-color: #1695E9;
    color: #fff;
    transform: translateX(5px);
  }

  .ListProduct .contentModule .news_title {
    display: none;
  }

  .ListProduct .contentModule {
    width: 92%;
    flex-direction: column;
    padding-top: 2.5rem;
    min-height: auto;
  }

  .ListProduct .contentModule .product_list_box {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem;
    padding-bottom: 40px;
  }

  .ListProduct .contentModule .right_box {
    width: 100%;
  }

  .ListProduct .contentModule .right_box .nav_btn {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    text-align: center;
    color: #fff;
    margin-bottom: 2rem;
  }

  .ListProduct .contentModule .right_box .nav_btn .newsBtnEle {
    margin-right: 1.25rem;
    width: 100%;
    text-align: center;
    background-color: #f5f6f7;
  }

  .ListProduct .contentModule .right_box .nav_btn .newsBtnEle {
    width: 100%;
    text-align: center;
    font-size: 0.875rem;
    margin-bottom: 0;
    border-bottom: none;
    /* //婧㈠嚭闅愯棌鐪佺暐鍙� */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    /* //-webkit-line-clamp:1; 瓒呭嚭鍑犺 */
    color: #1695E9;
  }

  .ListProduct .contentModule .right_box .nav_btn .active {
    background-color: #1695E9;
    color: #fff;
  }

  .ListProduct .contentModule .product_list_box li .item_content .img_box {
    height: auto;
  }

  .ListProduct .contentModule .product_list_box li .item_content {
    width: 100%;
    height: auto;
  }

  .ListProduct .contentModule .product_list_box li .item_content .title {
    font-size: 0.9375rem;
    margin-top: 0.625rem;
  }

  .ListHoner .honerContent {
    width: 92%;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .ListHoner .honerContent .honerList {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem;
    margin-top: 1.875rem;
  }

  .ListHoner .honerContent .entitle {
    font-size: 2.5rem;
  }

  .ListHoner .honerContent .cntitle {
    margin-top: -1rem;
    font-size: 1.5rem;
  }

  .ListEquipment .Case_box {
    width: 92%;
    padding-top: 3.125rem;
    padding-bottom: 2.5rem;
  }

  .ListEquipment .entitle {
    font-size: 2.5rem;
  }

  .ListEquipment .cntitle {
    margin-top: -1rem;
    font-size: 1.5rem;
    margin-bottom: 1.875rem;
  }

  .ListEquipment .Case_box .item_box {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
  }

  .ListEquipment .Case_box .item_box .item .img_box {
    width: 100%;
  }

  .ListEquipment .Case_box .item_box .item .img_box .show {
    width: 100%;
    display: none;
  }

  .ListEquipment .Case_box .item_box .item .img_box img {
    width: 100%;
  }

  .ListNews .News_box .News_box_area {
    width: 92%;
  }

  .ListNews .entitle {
    font-size: 2.5rem;
  }

  .ListNews .News_box {
    padding-top: 2.5rem;
  }

  .ListNews .cntitle {
    margin-top: -1rem;
    font-size: 1.5rem;
  }

  .ListNews .News_box .News_content .item_box {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
  }

  .ListNews .News_box .News_content .item_box .item:first-child {
    grid-column: span 1;
  }

  .ListNews .News_box .News_content {
    padding-top: 1.875rem;
  }

  .ListNews .News_box .News_content .item_box .item1 {
    font-size: 1.125rem;
  }

  .ListNews .News_box .News_content .item_box .item .item_title {
    font-size: 1.125rem;
    line-height: 180%;
  }

  .ListNews .News_box .News_content .item_box .item .item_title1 {
    font-size: 0.9375rem;
  }

  .ListNews .News_box .News_content .item_box .item {
    height: 20rem;
  }

  .ListNews .News_box .News_content .item_box .item .icon {
    margin-top: 1.8rem;
  }

  .ListNews .News_box .News_content .item_box .item .text_box {
    padding: 1.875rem;
  }

  .ListNews .News_box .News_content .item_box .item1 .data {
    margin-top: 13.5rem;
  }

  .ListNews .News_box .News_content .item_box .item .icon {
    width: 2.5rem;
    height: auto;
  }

  .Page_content .map_box .map_info_content_box {
    display: none;
  }

  #map {
    height: 400px;
    z-index: 1;
  }

  .show_product .details .container {
    width: 92%;
  }

  .show_product .view-desc,
  .show_product .view-desc img {
    width: 100%;
    height: auto;
  }

  .show_product .details .view-top h1 {
      line-height: 150%;
    font-size: 1.125rem;
    padding-top: 2.5rem;
  }

  .indexSwiper {
    display: none;
  }

  .WapSwiper {
    display: block;
    height: 35.625rem;
  }

  .WapSwiper img {
    width: 100%;
    height: 100%;
  }

  .indexModule .aboutModule .title {
    padding: 1.25rem 0;
    font-size: 1.125rem;
  }

  .indexModule .aboutModule {
    height: auto;
    padding-bottom: 2.5rem;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .indexModule .aboutModule .contentBox {
    width: 94%;
    background-image: none;
    height: auto;
    padding: 0;
  }

  .indexModule .aboutModule .contentBox .top {
    flex-direction: column;
  }

  .indexModule .aboutModule .contentBox .top .left .logo {
    width: 70%;
    height: auto;
    padding-top: 2.5rem;
  }

  .indexModule .aboutModule .title {
    display: none;
  }

  .indexModule .aboutModule .contentBox .top .left {
    width: 100%;
  }

  .indexModule .aboutModule .textarea {
    width: 100%;
  }

  .indexModule .aboutModule .contentBox .top .right {
    width: 100%;
    height: auto;
  }

  .indexModule .aboutModule .equipment {
    width: 94%;
  }

  .indexModule .aboutModule .equipment .swiper .swiper-wrapper .swiper-slide {
    width: 12rem;
    overflow: hidden;
  }

  .indexModule .aboutModule .equipment .swiper .swiper-wrapper .swiper-slide .name {
    font-size: 1rem;
  }

  .indexModule .productBox {
    width: 100%;
    height: auto;
    padding: 2.5rem 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: none;
  }

  .indexModule .wapProductBox {
    display: block;
  }

  .indexModule .honerBox {
    width: 100%;
    height: auto;
  }

  .indexModule .honerBox .title {
    padding: 2.5rem 0 1.875rem 0;
    font-size: 1.125rem;
  }

  .indexModule .honerBox .honerArea {
    width: 94%;
    padding-bottom: 40px;
  }

  .indexModule .honerBox .honerArea .logoBox {
    padding: 0 2.5rem;
    margin-bottom: 1.875rem;
  }

  .indexModule .honerBox .honerArea .logoBox .image1 {
    width: 3rem;
    height: auto;
  }

  .indexModule .honerBox .honerArea .logoBox .image2 {
    width: 2.5rem;
    height: auto;
  }

  .indexModule .honerBox .honerArea .logoBox .image3 {
    width: 2rem;
    height: 2rem;
  }

  .indexModule .honerBox .honerArea .logoBox .image4 {
    width: 2rem;
    height: 2rem;
  }

  .indexModule .honerBox .honerArea .logoBox .image5 {
    width: 2rem;
    height: 1.8rem;
  }

  .indexModule .honerBox .honerArea .itemBox {
    margin-bottom: 5.1875rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0rem;
  }

  .indexModule .honerBox .honerArea .itemBox img {
    width: 48%;
    margin-bottom: 1.25rem;
    height: auto;
  }

  .indexModule .honerBox .honerArea .button img {
    width: 9.375rem;
    height: auto;
    margin-top: 0.625rem;
  }

  .indexModule .newsBox {
    height: auto;
  }

  .indexModule .newsBox .title {
    font-size: 1.125rem;
    padding-top: 2.5rem;
    padding-bottom: 1.875rem;
  }

  .indexModule .newsBox .itemBox .item {
    width: 94%;
    background-color: #fff;
    margin: 0 auto;
    border: none;
    margin-bottom: 1.25rem;
    padding: 1.5rem 1rem;
  }

  .indexModule .newsBox .button {
    padding-bottom: 2.5rem;
  }

  .indexModule .newsBox .itemBox {
    width: 100%;
    flex-direction: column;
  }

  .indexModule .aboutModule .equipment .swiper .swiper-wrapper {
    -webkit-transition-timing-function: none;
    -moz-transition-timing-function: none;
    -ms-transition-timing-function: none;
    -o-transition-timing-function: none;
    transition-timing-function: none;
  }

  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .zhanwei {
    display: block;
  }

  .Top_run.show {
    display: none;
  }

  .wapProductBox {
    padding-bottom: 2.5rem;
  }

  .wapProductBox .enname {
    text-align: center;
    font-size: 1rem;
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
    color: #282828;
  }

  .wapProductBox .name {
    text-align: center;
    font-weight: bold;
    font-size: 1.125rem;
    color: #282828;
    padding-top: 2.5rem;
  }

  .wapProductBox .line {
    margin: 0 auto;
    width: 1.6rem;
    height: 0.2rem;
    margin-top: 0.3rem;
    background-color: #157EC3;
  }

  .wapProductBox .prouctBox {
    padding: 0 0.875rem;
  }

  .wapProductBox .prouctBox .navBox {
    width: 100%;
    padding: 0 0.625rem;
    margin-top: 1.875rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .wapProductBox .prouctBox .navBox .item {
    width: 25%;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    font-size: 0.9375rem;
    padding: 0 0.125rem;
  }

  .wapProductBox .prouctBox .navBox .line {
    background-color: #dcdddd;
    height: 0.875rem;
    width: 1px;
  }

  .wapProductBox .prouctBox .navBox .active {
    color: #fff;
    border-radius: 6px 6px 0 0;
    background-color: #157EC3;
  }

  .wapProductBox .prouctBox .Box {
    display: none;
  }

  .wapProductBox .prouctBox .productItemBox {
    width: 100%;
    background: rgba(21, 126, 195, 0.1);
    padding: 1rem;
    border-radius: 0.375rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.9375rem;
  }

  .wapProductBox .prouctBox .productItemBox .item {
    text-align: center;
  }

  .wapProductBox .prouctBox .productItemBox .item .image {
    width: 100%;
    height: auto;
    border: 1px solid none;
  }

  .wapProductBox .prouctBox .productItemBox .item .name {
    font-size: 0.75rem;
    background-color: #fff;
    height: 1.8rem;
    line-height: 1.8rem;
    padding: 0 0.5rem;
    margin-top: 0.25rem;
  }

  .wapProductBox .prouctBox .productItemBox .item:active .image {
    border: 1px solid #157EC3;
  }

  .wapProductBox .prouctBox .productItemBox .item:active .name {
    color: #fff;
    background-color: #157EC3;
  }
  .pageBox{
      width: 100%;
  }
  .page .pager .pagination{
      padding: 0 0 30px 0;
  }
  .ListProduct .pageBox{
       width: 100%;
  }
  
   /*// 发展历程*/
  .Page_about .About_content .devrlopModule .time_line {
    height: auto;
  }

  .Page_about .About_content .devrlopModule .time_line .title {
    font-size: 1.25rem;
    padding-top: 2.5rem;

  }

  .Page_about .About_content .devrlopModule .time_line .detaile {
    width: 94%;
    font-size: 1rem;
    text-align: justify;
  }

  .Page_about .About_content .devrlopModule .inner_development_history_box {
    width: 100%;
    padding-top: 0;
  }

  .Page_about .About_content .devrlopModule .time_line_area_title {
    font-size: 1.125rem;
    width: 94%;
    margin: 0 auto;
  }

  .Page_about .About_content .devrlopModule .time_line .time_line_area .swiper-button-next,
  .Page_about .About_content .devrlopModule .time_line .time_line_area .swiper-button-prev {
    width: 2.5rem;
    height: 2.5rem;
  }

  .Page_about .About_content .devrlopModule .time_line .time_line_area .swiper-button-next {
      top: 5% !important;
    right: 5% !important;
  }

  .Page_about .About_content .devrlopModule .time_line .time_line_area .swiper-button-prev {
      top: 5% !important;
    left: 72% !important;
  }
  .Page_about .About_content .devrlopModule .time_line .time_line_area .development_history_swiper{
     margin-top: 4rem;
  }
  .Page_about .About_content .devrlopModule .time_line .time_line_area .development_history_swiper .development_history_desc{
      padding-right: 0;
  }
  
}