@media only screen and (max-width: 1600px) {
    .container-2 {
        max-width: 1230px;
    }
    .container-4 {
        max-width: 1280px;
    }
    .index-product-img {
        height: 900px;
    }
}

@media only screen and (max-width: 1440px) {
    .index-product-img {
        height: 810px;
    }
    .product-icon-list {
        margin-top: 40px;
    }
    .container-2 {
        max-width: 1100px;
    }
    /* .nav-itemlist {
    width: 300px;
    padding: 20px 0 20px 20px;
  } */
    .index-title-head h2 {
        font-size: 60px;
    }
    /* .nav-itme-childwrap {
    height: 350px;
    padding: 20px 20px 20px 20px;
  }
  .nav-itemlist {
    height: 350px;
  } */
    /* .nav-itemlist >li {
    padding-right: 20px;
  } */
    .foot-info-center {
        width: 45%;
    }
    .foot-info-right {
        width: 33.9%;
    }
    .container-4 {
        max-width: 1180px;
    }
    .container-3 {
        max-width: 1030px;
    }
    .understand-info h2 {
        font-size: 36px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .understand-info {
        padding: 20px 27px 20px 27px;
    }
    .service-bg .container-5 {
        max-width: 1098px;
    }
    .product-info-leftbox h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .head-nav-list>li>a {
        /* line-height: 48px; */
    }
    .nav-item-wrap-children-all,
    .nav-item-wrap-pro-all,
    .nav-item-wrap-children,
    .nav-item-wrap {
        top: 48px;
    }
    .pad-top {
        padding-top: 117px;
    }

   
}

@media only screen and (max-width: 1367px) {
    .container-2 {
        max-width: 1054px;
    }
    .head-nav-list>li>a {
        /*padding: 0 35px;*/
        /*font-size: 19px;*/
    }
    .product-info-leftbox h2 {
        font-size: 30px;
    }
    .product-online {
        display: block;
        margin-top: 20px;
        margin-left: 0;
    }
    .container-4 {
        max-width: 1092px;
    }
    .s-show-img {
        left: 40px;
        top: 50px;
    }
}

@media only screen and (max-width: 1200px) {
    .head-nav-list>li>a {
        /*padding: 0 15px;*/
    }
    .s-show-img {
        left: 180px;
        top: 147px;
    }
}


@media only screen and (max-width: 1000px) {
    .p-w-t-list >li {
        float: left;
        width: 50%;
        margin-right: 0;
        padding: 0 15px;
        margin-bottom: 30px;
    }
    .container-11 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .pad-top {
        padding-top: 68px;
    }
    .index-product-img {
        height: 1080px;
    }
    .myadmin-wrap {
        margin-top: 150px;
        padding: 0 20px;
    }
    .product-icon-list {
        margin-top: 40px;
    }
    .index-pro-wrap {
        padding: 20px 0;
    }
    .pompMenu {
        display: none;
    }
    .page-header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 100000;
    }
    .inside_banner {
        padding-top: 69px;
    }
    .und-tablist {
        display: none;
    }

    .nav-toggle {
        display: block;
        right: 0;
        top: 0;
        bottom: 0;
        right: 10px;
        margin: auto 0 auto auto;
        width: 60px;
        height: 60px;
        z-index: 6;
        position: absolute;
        cursor: pointer;
        -webkit-transition-duration: 0.66s;
        transition-duration: 0.66s;
        -webkit-transition-timing-function: swing;
        transition-timing-function: swing;
    }
    .nav-toggle .icon {
        width: 45px;
        height: 4px;
        background-color: #fff;
        border-radius: 2px;
        position: absolute;
        top: 26px;
        left: 15px;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: swing;
        transition-timing-function: swing;
        z-index: 5;
    }
    .nav-toggle .icon:before,
    .nav-toggle .icon:after {
        width: 45px;
        height: 4px;
        background-color: #fff;
        border-radius: 2px;
        content: "";
        position: absolute;
        left: 0;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: swing;
        transition-timing-function: swing;
    }
    .nav-toggle .icon:before {
        top: -12px;
    }
    .nav-toggle .icon:after {
        top: 12px;
    }
    /* .sideopen .nav-toggle .icon {
    width: 0;
  }
  .sideopen .nav-toggle .icon:before {
    -webkit-transform: translateY(12px) rotate(45deg);
    -ms-transform: translateY(12px) rotate(45deg);
    transform: translateY(12px) rotate(45deg);
  }
  .sideopen .nav-toggle .icon:after {
    -webkit-transform: translateY(-12px) rotate(-45deg);
    -ms-transform: translateY(-12px) rotate(-45deg);
    transform: translateY(-12px) rotate(-45deg);
  } */
    .sideopen .gird {
        right: 0px;
    }
    .sideopen #page {
        left: -400px;
    }
    body.sideopen .shadow {
        display: block;
    }
    #page {
        position: relative;
        top: 0;
        left: 0;
        z-index: 1000;
        transition: left 0.5s;
        -webkit-transition: left 0.5s;
        -moz-transition: left 0.5s;
        -ms-transition: left 0.5s;
        -o-transition: left 0.5s;
        height: 100%;
    }
    .sideopen .page-header {
        /* left: -400px; */
        display: none;
    }

    .nav-2,
    .g_right {
        display: none;
    }
    .foot-info-center {
        width: 70%;
        padding-left: 5%;
    }
    .foot-info-left {
        width: 30%;
    }
    .foot-info-right {
        width: 100%;
        padding-left: 42px;
        margin-top: 40px;
        padding-right: 60px;
    }
    .foot-bottom-list {

        margin-left: -10px;
    }

    .swiper-container.index_news {
        height: 480px;
    }

    .product-left,
    .product-right {
        width: 100%;
    }
    .product-right {
        display: none;
        margin-top: 30px;
        position: static;
        /* background: url(../images/index_bg2_22.jpg) right bottom no-repeat;
    background-size: cover;  */
    }
    .product-info-left,
    .product-info-right {
        width: 100%;
    }
    .product-info-left {
        padding-left: 15px;
        padding-right: 15px;
    }
    .product-info-right {
        margin-top: 30px;
        /* background: url(../images/product_bg_02.jpg) 87% 0% no-repeat; */
    }
    .product-info {
        padding-bottom: 0;
    }
    .solu-cont1 {
        padding-bottom: 80px;
    }
    .activity-box {
        width: 50%;
        margin-bottom: 10px;
    }
    .g-ban-item-text.activity .g-ban-child {
        width: 100%;
    }
    .understand-img,
    .understand-info {
        width: 100%;
    }
    .understand-img img {
        width: 100%;
    }
    .advan-1-img {
        left: auto;
        right: 15px;
        top: 20px;
        text-align: right;
    }
    .advan-bg1 {
        height: 650px;
    }
    .advan-2-info {
        margin-top: 0;
    }
    .advan-2-imgnum {
        bottom: -20px;
    }
    .advan-example-list li {
        width: 50%;
    }
    .advan-example-list li {
        padding: 0 15px;
    }
    .advan-example-list {
        margin-right: 0;
    }
    #issues {
        max-width: 450px;
    }
    .media-left,
    .media-right {
        width: 100%;
    }
    .media-left {
        padding-right: 0;
    }
    .media-right {
        margin-top: 30px;
    }
    .understand-bg.service-bg,
    .understand-bg {
        padding-bottom: 80px;
    }
    .statement-main-headtip>span {
        float: left!important;
    }
    .g-ban-item-text.activity p.ser-p {
        width: 80%;
    }
    .service-class-list li {
        width: 50%;
        padding: 0 15px;
        margin-bottom: 30px;
    }
    .service-down-list li {
        width: 50%;
    }
    .service-search {
        width: 400px;
        margin: 50px auto 54px auto;
    }
    .service-class-box {
        padding: 15px 0;
    }
    .service-class-box p {
        margin-top: 20px;
        margin-bottom: 18px;
    }
    .partner-title {
        width: 100%;
    }
    .partner-c-img {
        top: 30px;
    }
    .partner-c-info {
        left: 0;
        top: 60px;
    }
    .partner-c-info.alt4,
    .partner-c-info.alt2 {
        left: 0px;
        top: -10px;
    }
    .partner-c-info.alt5 {
        left: auto;
        right: -50px;
        top: 80px;
    }
    .search {
        padding-left: 40px;
        padding-right: 10px;
    }
    #searchForm {
        height: 40px;
        position: relative;
    }
    .inputW {
        height: 100%;
        width: 100%;
        outline-style: none;
        color: #fff;
        text-indent: 19px;
        border: 1px solid #ccc;
        border-radius: 15px;
        background: none;
    }
    .inputBtn {
        height: 100%;
        font-size: 0;
        border: none;
        display: inline-block;
        background: url(../images/seach2.png) no-repeat center center;
        width: 40px;
        height: 40px;
        outline-style: none;
        cursor: pointer;
        position: absolute;
        top: 0;
        right: 0;
        border-left: 1px solid #ccc;
    }

    .wrapper {
        visibility: visible;
      }
   
}

@media only screen and (max-width: 640px) {}