@media screen and (max-width: 1300px) {
    .wPIRShip-titleBox
    {
        top: 15px;
        left: 30px;
    }
    .company-notice
    {
        display: block;
    }
    .company-notice .notice-container,.company-notice .company-quotation
    {
        width: 100%;
    }
}
@media screen and (max-width: 1600px) {
  .main-header-container {
    height: 70px;
  }
  .main-header {
    height: 70px;
  }
  .page-container {
    padding-top: 60px;
  }
  .swiper-container1 .page-head {
    left: 50px;
    top: 50px;
  }
  .page-container1 .page1-desc {
    top: 180px;
  }
  .page-container7 .page7-img {
    height: 400px;
  }
  .page-container7 .footer-info {
    padding: 25px 140px;
  }
  .page-container7 .footer-info .map-container {
    width: 800px;
    height: 230px;
  }
}
@media screen and (max-width: 1440px) {
  .page-container7 .footer-info .map-container {
    margin-left: 60px;
  }
}
@media screen and (max-width: 1366px) {
  .page-container1 .page1-desc {
    top: 100px;
  }
  .page-container7 .page7-img {
    height: 300px;
  }
  .page-container7 .footer-info {
    padding: 15px 120px;
  }
  .menu-body .page-container2 .page2-header {
    width: 160px;
    height: auto;
    font-size: 20px;
    padding: 20px 0;
  }
  .menu-body .page-container2 .page2-header .img-content {
    width: 51px;
    height: 32px;
    padding: 0 0 20px;
    margin: auto;
  }
  .menu-body .page-container2 .page2-subhead {
    font-size: 18px;
    line-height: 1;
    margin: 20px auto 0;
  }
  .menu-body .page-container2 .page2-body {
    margin-top: 20px;
  }
  .menu-body .page-container2 .page2-body .footprint1 {
    width: 60%;
  }
  .menu-body .page-container2 .page2-body .footprint1 .wRollArea {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    margin: 20px auto;
    top: -95px;
  }
  .menu-body .page-container2 .page2-body .step-container1 {
    width: 40%;
  }
  .menu-body .page-container2 .page2-body .step-container1 {
    height: 300px;
  }
  .menu-body .page-container2 .page2-body .step-container1 .swiper-slide-canvas .first-text {
    font-size: 30px;
  }
  .menu-body .page-container2 .page2-body .step-container1 .swiper-slide-canvas .desc-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 1280px) {
  .page-container7 .footer-info {
    padding: 15px 70px;
  }
  .menu-body .page-container2 .page2-body {
    left: -100px;
  }
}
@media screen and (max-width: 1024px) {
  .menu-body .page-container2 .page2-body .step-container {
    height: auto;
    overflow-y: inherit !important;
  }
  .menu-body .page-container2 .page2-body {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    top: 0;
    left: 0;
  }
  .contact-us {
    padding: 50px;
  }
  .contact-us .contact-grid .contact-item .contact-way {
    font-size: 16px;
  }
  .contact-us .contact-grid .contact-item .contact-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .swiper-container1 .page-head {
    left: 30px;
    top: 30px;
  }
  .swiper-container1 .page-head .page-subhead {
    margin-top: 10px;
  }
  .page-container1 .page1-desc {
    top: 250px;
    width: 300px;
    height: 300px;
    padding: 30px 10px 10px;
  }
  .page-container1 .page1-desc .page1-title {
    font-size: 14px;
    font-weight: 400;
  }
  .page-container1 .page1-desc .page1-subhead {
    font-size: 26px;
    font-weight: bold;
    margin: 50px 0 60px;
  }
  .page-container1 .page1-desc .page1-text {
    font-size: 16px;
    font-weight: 400;
  }
  .page-container1 .page1-desc .swiper-pagination {
    width: 100px;
  }
  .page-container3 .page-head {
    top: 70px;
  }
  .page-container7 .page-head {
    top: 80px;
  }
  .page-container7 .footer-info {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    padding: 60px 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page-container7 .footer-info .company-qrcode {
    margin-left: 0;
  }
  .page-container7 .footer-info .map-container {
    display: none;
  }
  .main-header-container {
    display: none;
  }
  .main-header-container2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 106;
  }
  .main-header-container2 .mini-header {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 10px;
    background: #fff;
  }
  .main-header-container2 .mini-header .home-icon {
    /*height: 45pxpx;*/
    width: 165px;
    margin-top: 5px;
  }
  .main-header-container2 .mini-header .header-menu-icon2 {
    width: 44px;
    height: 40px;
    background: #333;
    border-radius: 5px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
    -webkit-transition: all 0.5s easy;
    transition: all 0.5s easy;
  }
  .main-header-container2 .mini-header .header-menu-icon2 img {
    width: 24px;
    height: 18px;
  }
  .main-header-container2 .masking {
    width: 100%;
    min-height: 400px;
    display: none;
  }
  .main-header-container2 .menu-container {
    display: none;
  }
  .main-header-container2 .menu-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main-header-container2 .menu-list .header-menu-item {
    background: #333;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    height: 45px;
    border-top: 1px solid #fff;
    cursor: pointer;
  }
  .main-header-container2 .menu-list .header-menu-item .icon-content {
    width: 25px;
    height: 25px;
  }
  .main-header-container2 .menu-list .header-menu-item .header-menu-item-name {
    font-size: 14px;
    width: 100px;
    text-align: center;
  }
  .main-header-container2 .menu-list .header-menu-item .header-menu-item-name a {
    color: #ffffff;
    text-decoration: none;
  }
  .page-container {
    display: block;
    height: auto;
  }
  .page-container .left-menu {
    width: 100%;
  }
  .page-container .left-menu .page-header {
    position: relative;
    top: auto;
    left: auto;
    margin: 0;
    padding-top: 20px;
  }
  .page-container .left-menu .page-header .page-name {
    font-size: 26px;
  }
  .page-container .left-menu .page-header .en-name {
    font-size: 20px;
  }
  .page-container .left-menu .menu-item-container {
    position: relative;
    top: auto;
    left: auto;
    padding: 0;
    margin-top: 20px;
    white-space: nowrap;
    overflow-x: scroll;
  }
  .page-container .left-menu .menu-item-container .menu-item {
    height: 40px;
    line-height: 40px;
    padding: 0 13px;
    border-left: none;
    font-size: 15px;
    display: inline-block;

  }
  .page-container .left-menu .menu-item-container .active-item {
    color: #3c93ff;
  }
  .page-container .left-menu .menu-item-container .more-item {
    display: none;
  }
  .page-container .left-menu .menu-item-container .hide-item {
    display: inline-block;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .page-container .right-container {
    padding-bottom: 50px;
  }
  .menu-body .page-container2 .page2-header {
    margin-top: 20px;
  }
  .menu-body .page-container2 .page2-body .step-container1 {
    height: 600px;
    margin-top: 0;
  }
  .menu-body .page-container2 .page2-body {
    margin-top: 20px;
  }
  .menu-body .page-container2 .page2-body {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    left: 0;
    top: 0;
  }
  .menu-body .about-company {
    padding: 50px 30px 0;
    text-indent: 2em;
  }
  .menu-body .organization-img {
    width: auto;
    height: auto;
    margin: 20px 5px;
  }
  .main-footer {
    position: fixed;
  }
  .masking-dialog .dialog-body .dialog-header {
    line-height: 1;
  }
  .masking-dialog .dialog-body .dialog-header .back-img {
    height: 45px;
    line-height: 45px;
    width: 110px;
    /*top: 1px;*/
    font-size: 18px;
  }
  
  /*20210301新增*/
  .zXyjs_c3_list
  {
      display: block!important;
  }
  .zXyjs_c3_item{
      width: 89%!important;
      margin-bottom: 20px;
  }
  .zXyjs_c3_text
  {
      margin-left: 20px!important;
  }
  .zXyjs_c3_img{
      height: 110px!important;
  }
  .dialog-info-container{
      padding-bottom: 3% 20px!important;
      height: 94%!important;
      touch-action:inherit!important
  }
  
  .masking-dialog .dialog-body .dialog-header .route-name{
      /*padding-left: 43px;*/
      width: 100%;
  }
  .masking-dialog .dialog-body .dialog-header {
    height: 45px;
  }
  .masking-dialog .dialog-body .dialog-info-container {
    padding: 20px;
  }
  .masking-dialog .dialog-body .dialog-info-container .dialog-time {
    margin: 10px auto 20px;
  }
  .masking-dialog .dialog-body .dialog-info-container .dialog-desc {
    font-size: 14px;
    line-height: 1.5;
  }
  .contact-us {
    padding: 20px;
  }
  .contact-us .contact-company {
    font-size: 18px;
  }
  .contact-us .contact-grid {
    margin-top: 25px;
  }
  .contact-us .contact-grid .contact-item .contact-way {
    font-size: 16px;
  }
  .contact-us .contact-grid .contact-item .contact-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .menu-body .about-company {
    padding: 20px;
    font-size: 16px;
    line-height: 1.7;
  }
  .page-controller {
    bottom: 0;
    position: inherit;
  }
  .school-action .action-swiper .swiper-wrapper .swiper-slide .action-img {
   /* height: 350px;*/
  }
  .school-action .action-swiper .prev-action {
    top: 100px ;
  }
  .school-action .action-swiper .next-action {
    top: 100px ;
  }
}
@media screen and (max-width: 414px) {
  .page-container7 .footer-info {
    margin-top: 0;
    padding: 0;
  }
  .page-container7 .footer-info .company-qrcode {
    margin-top: 20px;
  }
  .menu-body .page-container2 .page2-header {
    font-size: 18px;
    padding: 20px 0;
  }
  .menu-body .page-container2 .page2-header .img-content {
    padding-bottom: 20px;
  }
  .menu-body .page-container2 .page2-subhead {
    font-size: 14px;
  }
  .menu-body .page-container2 .page2-body .step-container1 {
    height: 350px;
  }
  .menu-body .page-container2 .page2-body .step-container1 .swiper-wrapper-canvas .first-text {
    font-size: 14px;
  }
  .menu-body .page-container2 .page2-body .step-container1 .swiper-wrapper-canvas .desc-text {
    font-size: 12px;
    line-height: 1;
  }
}
@media screen and (max-width: 375px) {
  .menu-body .page-container2 .page2-body .step-container1 .swiper-slide-canvas .desc-text {
    font-size: 12px;
  }
}
<!--0.00011706352233887-->