@media only screen and (max-width: 1680px) {
  html {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1440px) {
  html {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1280px) {
  html {
    font-size: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .Header {
    display: none;
  }
  .WapHeader {
    height: 5rem;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 0.875rem;
    position: fixed;
    background-color: #fff;
    top: 0;
    z-index: 66;
    justify-content: space-between;
  }
  .WapHeader .Header-left {
    width: 100%;
    text-align: center;
  }
  .WapHeader .Header-left .logo {
    width: 8.1875rem;
    height: auto;
    margin-left: 2rem;
    margin-top: 1rem;
  }
  .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;
    padding-top: 1rem;
  }
  .WapHeader .Header-right span {
    display: inline-block;
    width: 2rem;
    height: 0.1875rem;
    border-radius: 0.375rem;
    margin-bottom: 0.375rem;
    background-color: #575b66;
  }
  /* 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.1);
    transition: all 0.3s ease;
    z-index: 999999;
    overflow-y: auto;
    opacity: 0;
  }
  .MainNavBox.active {
    right: 0;
    width: 50%;
    opacity: 1;
  }
  .nav-content {
    padding: 2rem 1.5rem;
  }
  .nav-content .selectBox {
    display: flex;
    margin-top: 3rem;
    justify-content: center;
    align-items: center;
  }
  .nav-content .selectBox .ch {
    background-color: #f5f6f7;
    padding: 5px 16px;
    border-radius: 4px;
    font-size: 0.875rem;
  }
  .nav-content .selectBox .line {
    margin: 0 0.5rem;
  }
  .nav-content .selectBox .active {
    color: #fff;
    background-color: #46266D;
  }
  .nav-content h3 {
    font-size: 1.2rem;
    color: #282828;
    margin-bottom: 1.5rem;
    font-weight: bold;
    border-bottom: 2px solid #46266D;
    padding-bottom: 0.5rem;
  }
  .nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .nav-list li {
    margin-bottom: 0.8rem;
  }
  .nav-link {
    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;
  }
  .nav-link:hover {
    background-color: #46266D;
    color: #fff;
    transform: translateX(5px);
  }
  .swiperBox {
    display: none;
  }
  .wapswiper {
    display: block;
  }
  html {
    font-size: 15px;
  }
  .indexModule .swiperBox {
    height: auto;
  }
  .indexModule .About .About_area {
    width: 100%;
    height: auto;
    margin-top: 0;
    flex-direction: column;
  }
  .indexModule .About .About_area .leftBox .button {
    display: none;
  }
  .indexModule .About .About_area .leftBox {
    width: 100%;
    margin-left: 0;
    background-image: url('/static/images/wap2.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .indexModule .About .About_area .right {
    width: 94%;
    height: auto;
    margin-right: 0;
  }
  .indexModule .About .About_area {
    background-image: none;
  }
  .indexModule .About .About_area .leftBox .title {
    text-align: center;
    font-size: 1.875rem;
  }
  .indexModule .About .About_area .leftBox .title2 {
    font-size: 1.5rem;
    text-align: center;
  }
  .indexModule .About .About_area .leftBox .content {
    width: 94%;
    margin: 0 auto;
    text-align: justify;
    margin-bottom: 1.5rem;
  }
  .indexModule .About .About_area .leftBox {
    height: auto;
    margin-bottom: 1.75rem;
  }
  .indexModule .About .About_area .leftBox .numberBox {
    padding-right: 0;
    width: 94%;
    margin: 0 auto;
  }
  .indexModule .About .About_area .leftBox .numberBox .numberBox_item .number {
    font-size: 2.25rem;
  }
  .indexModule .Product .title {
    font-size: 1.875rem;
    margin-top: 1.25rem;
  }
  .indexModule .newsBox {
    width: 100%;
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
  .indexModule .newsBox .title {
    font-size: 1.875rem;
  }
  .indexModule .newsBox .recommend {
    width: 94%;
    margin: 0 auto;
    height: auto;
    margin-top: 1.875rem;
    flex-direction: column;
  }
  .indexModule .newsBox .recommend .left {
    width: 100%;
  }
  .indexModule .newsBox .recommend .right {
    width: 100%;
  }
  .indexModule .newsBox .recommend .right {
    padding: 0.625rem;
  }
  .indexModule .newsBox .recommend .right .des {
    font-size: 1rem;
  }
  .indexModule .newsBox .recommend .right .content {
    display: none;
  }
  .indexModule .newsBox .recommend .right .button {
    display: none;
  }
  .indexModule .newsBox .newsitemBox {
    width: 94%;
    margin: 0 auto;
    flex-direction: column;
  }
  .indexModule .newsBox .newsitemBox a {
    width: 100%;
  }
  .indexModule .newsBox .newsitemBox .item {
    padding-bottom: 1.25rem;
    width: 100%;
  }
  .indexModule .newsBox .newsitemBox .item .content .det {
    width: 19.125rem;
  }
  .indexModule .joinBox {
    padding-top: 2rem;
    height: auto;
    font-size: 1.5rem;
    padding-bottom: 6rem;
    background-image: url('/static/images/wap3.jpg');
  }
  .indexModule .joinBox div {
    width: 74%;
    margin: 0 auto;
    margin-top: 0.4rem;
  }
  .indexModule .joinBox .button {
    width: 7.75rem;
    margin-top: 3.75rem;
  }
  .indexModule .joinBox .logo {
    width: 11rem;
    margin-top: 4.375rem;
    margin-bottom: 1.25rem;
  }
  .pcFooter {
    display: none;
  }
  .wapFooter {
    display: block;
    background-color: #1C1A1A;
    padding: 0 0.9375rem;
    padding-bottom: 0.75rem;
  }
  .wapFooter .logoBox {
    text-align: center;
    padding-top: 2.125rem;
  }
  .wapFooter .logo {
    width: 9rem;
    height: auto;
  }
  .wapFooter .title {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 0.625rem;
    margin-top: 1.375rem;
  }
  .wapFooter .navBox {
    display: flex;
    color: #D4D9E1CC;
    flex-wrap: wrap;
  }
  .wapFooter .navBox .item {
    width: 33.333%;
    margin-bottom: 0.375rem;
    font-size: 0.9375rem;
  }
  .wapFooter .phone {
    font-size: 0.9375rem;
    color: #D4D9E1CC;
    margin-bottom: 0.375rem;
  }
  .wapFooter .Copyright {
    font-size: 0.8125rem;
    color: #B3B9C3;
    margin-top: 1.9375rem;
    padding: 0 1.875rem;
    padding-top: 0.6875rem;
    text-align: center;
    border-top: 0.5px solid #FFFFFF1F;
  }
  .productModule .contentBox {
    width: 94%;
    margin: 0 auto;
  }
  .productModule .contentBox .titleBox {
    padding: 4rem 0;
  }
  .productModule .contentBox .titleBox .right img {
    display: none;
  }
  .productModule .contentBox .titleBox .left .text {
    font-size: 1.75rem;
  }
  .productModule .contentBox .titleBox .left .text1 {
    font-size: 1rem;
    width: 100%;
  }
  .productModule .contentBox .titleBox .right {
    width: 0;
  }
  .productModule .listBox .rightBox .item .imgBox {
    height: 12.125rem;
  }
  .productModule .listBox {
    flex-direction: column;
  }
  .productModule .listBox .leftBox {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1.5rem;
    margin-bottom: 2.5rem;
  }
  .productModule .listBox .leftBox .class {
    font-size: 1rem;
    text-align: center;
    height: 2.5rem;
    margin-bottom: 0;
    border-radius: 0.375rem;
    line-height: 2.5rem;
    width: 100%;
    background-color: #f5f6f7;
  }
  .productModule .listBox .leftBox .active {
    color: #fff;
    background-color: #46266D;
  }
  .productModule .listBox .rightBox {
    grid-template-columns: repeat(2, 1fr);
  }
  .productModule .listBox .rightBox a {
    width: 100%;
  }
  .productModule .listBox .rightBox .item {
    width: 100%;
    margin: 0 auto;
  }
  .productModule .listBox .rightBox .item .name {
    width: 100%;
    font-size: 1rem;
  }
  .productModule .listBox .rightBox .item .imgBox {
    width: 100%;
  }
  .productModule .listBox .rightBox {
    grid-gap: 1rem;
  }
  .productModule .listBox .rightBox .item .imgBox img {
    object-fit: cover;
  }
  .experienceModule .contentBox {
    width: 94%;
    margin: 0 auto;
  }
  .experienceModule .contentBox .titleBox {
    padding: 4rem 0;
    flex-direction: column;
  }
  .experienceModule .contentBox .titleBox .left {
    display: none;
  }
  .experienceModule .contentBox .titleBox .right {
    width: 100%;
    justify-content: center;
  }
  .experienceModule .contentBox .titleBox .left .text {
    font-size: 1.75rem;
  }
  .experienceModule .listBox .item .show {
    display: none;
  }
  .experienceModule .contentBox .titleBox .left .text1 {
    font-size: 1rem;
  }
  .experienceModule .listBox {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 4rem;
  }
  .experienceModule .listBox .item {
    width: 100%;
  }
  .experienceModule .listBox .item .imgBox img {
    object-fit: cover;
  }
  .banner {
    height: 17rem;
    background-image: url('/static/images/wapbanner.png');
    background-size: 100% 100%;
  }
  .banner .area {
    width: 100%;
    height: auto;
  }
  .banner .area .icon {
    display: none;
  }
  .banner .area .title {
    margin-top: 4.375rem;
    font-size: 1.8rem;
    margin-left: 1.5rem;
  }
  .banner .area .title1 {
    margin-left: 1.5rem;
    font-size: 1rem;
    margin-top: 0.2rem;
  }
  .AboutModule .About {
    width: 100%;
  }
  .AboutModule .About .About_area {
    width: 100%;
    flex-direction: column;
    margin-top: 0;
    height: auto;
    background-image: none;
  }
  .AboutModule .About .About_area .leftBox {
    width: 94%;
    margin: 0 auto;
    height: auto;
  }
  .AboutModule .About .About_area .leftBox .title {
    font-size: 1.875rem;
  }
  .AboutModule .About .About_area .leftBox .title2 {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
  .AboutModule .About .About_area .leftBox .numberBox {
    width: 100%;
    padding-right: 0;
  }
  .AboutModule .About .About_area .leftBox .content {
    text-align: justify;
    background-size: 100% 100%;
    background-image: url('/static/images/wap2.png');
  }
  .AboutModule .About .About_area .leftBox .numberBox .numberBox_item .number {
    font-size: 2rem;
  }
  .AboutModule .About .About_area .right {
    width: 94%;
    height: auto;
    margin-right: 0;
    margin-top: 3rem;
  }
  .AboutModule .wenhua {
    height: auto;
  }
  .AboutModule .wenhua .title {
    margin-top: 2rem;
    font-size: 1.875rem;
  }
  .AboutModule .wenhua .title1 {
    font-size: 1rem;
  }
  .AboutModule .wenhua .itemBox {
    width: 100%;
  }
  .AboutModule .wenhua .itemBox .item {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0);
    padding: 2rem 0;
    font-size: 1.5rem;
  }
  .AboutModule .wenhua .itemBox .item .des {
    font-size: 1rem;
  }
  .AboutModule .wenhua .itemBox .item .line {
    width: 5rem;
  }
  .banner1 {
    background-image: url('/static/images/wapbanner1.jpg');
  }
  .banner2 {
    background-image: url('/static/images/wapbanner2.jpg');
  }
  .banner3 {
    background-image: url('/static/images/wapbanner4.jpg');
  }
  .Page_partnership .content {
    background-image: url('/static/images/wapbanner3.jpg');
    height: auto;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 1.25rem;
    padding-bottom: 9rem;
  }
  .Page_partnership .content .Career {
    width: 94%;
    margin: 0 auto;
  }
  .Page_partnership .content .logo {
    margin-top: 9rem;
    width: 10rem;
    height: auto;
    margin-bottom: 3rem;
  }
  .Page_partnership .content .phone {
    width: 16rem;
    text-align: center;
    font-size: 0.9375rem;
    margin-top: 3rem;
  }
  .Page_content .map_box .map_info_box {
    display: none;
  }
  #map {
    height: 30rem;
  }
  .showProductModule .details .container {
    width: 100%;
  }
  .showProductModule .details .view-top h1 {
    font-size: 1.4rem;
    padding-top: 3rem;
  }
  .showProductModule .details .view-top h1 {
    width: 94%;
    margin: 0 auto;
    margin-bottom: 1.25rem;
  }
  .showProductModule .view-desc {
    width: 94%;
    margin: 0 auto;
  }
  .showProductModule .view-desc img{
      width: 100%;
       height: auto;
  }
  .showProductModule .view-pager {
    width: 94%;
    margin: 0 auto;
  }
}
