/* header开始 */
.headerbg {
    width: 100%;
    /* background: transparent; */
    padding: 30px 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
}
.header {
    max-width: 1350px;
    margin: 0 auto;
}
.logo {
    float: left;
    width: 198px;
}
.logo a img {
    width: 100%;
}
.nav {
    float: left;
    margin-left: 5%;
}
.nav ul li {
    float: left;
    width: 100px;
    line-height: 50px;
    text-align: center;
}
.nav ul li a {
    font-size: 16px;
    color: #ffffff;
    display: block;
    transition: all .5s ease;
}
.nav ul li a:hover {
    color: #ff4500;
    border-bottom: 1px solid #ff4500;
}
/* .nav-max {
    border: 1px solid #ffffff;
    border-radius: 5px;
} */
/* .nav-max:hover {
    border-bottom: 0px solid #ff4500;
} */
.tel {
    float: left;
    margin-left: 5%;
    margin-top: 10px;
}
.tel img {
    width: 24px;
    height: 22px;
    display: inline-block;
}
.tel span {
    color: #43aedc;
    font-size: 18px;
    display: inline-block;
}
/* 轮播图开始 */
/* 轮播图开始 */
.lunbotubg {
    width: 100%;
    background-color: #ffffff;
    height: 100vh;
}
.lunbotu {
    width: 100%;
    margin: 0 auto;
    height: 100%;
}
.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .swiper {
    margin-left: auto;
    margin-right: auto;
  }
.swiper-button-next01 {
    display: none;
}
.swiper-button-prev01 {
    display: none;
}
/* 抖音开始 */
.douyin {
    position: fixed;
    right: 50px;
    top: 70px;
    width: 126px;
    height: 150px;
    border-radius: 10px;
    z-index: 11;
}
.douyin img {
    width: 100%;
    height: 100%;
}
/* 关于我们开始 */
.guanyubg {
    width: 100%;
    background: url(..//images/index-guanyu1.jpg)no-repeat center;
    height: 100vh;
    padding-top: 20vh;
}
.guanyubg h2 {
    font-size: 36px;
    color: #ffffff;
    padding-left: 60%;
}
.guanyu1 {
    margin-top: 4.6vh;
    background: rgba(4, 54, 144, .5);
    padding-bottom: 40px;
}
.guanyu-left {
    width: 56%;
    float: left;
    padding-left: 10%;
}
.guanyu-left div {
    width: 80%;
    overflow: hidden;
    margin: -130px auto 0;
}
.guanyu-left img {
    width: 100%;
}
.guanyu-left img:hover {
    transform: scale(1.1);
    transition: all 1s ease;
}
.guanyu-right {
    width: 42%;
    float: right;
    padding-right: 10%;
    padding-top: 35px;
}
.guanyu-right p {
    padding-bottom: 20px;
}
.guanyu-right p a {
    color: #ffffff;
    font-size: 16px;
}
.guanyu-right a img {
    display: inline-block;
    width: 54px;
    margin-top: 20px;
}
.guanyu2 {
    float: right;
    width: 40%;
    margin-top: 30px;
}
.guanyu2 ul li {
    float: left;
    width: 33%;
}
.guanyu2 ul li h3 {
    font-size: 45px;
    color: #ffffff;
}
.guanyu2 ul li p {
    color: #a2a4ae;
    font-size: 14px;
}
/* 产品中心开始 */
.chanpinbg {
    width: 100%;
    height: 100vh;
    background: url(..//images/index-chanpin1.jpg)no-repeat;
    padding-top: 15vh;
}
.chanpinbg h1 {
    font-size: 36px;
    color: #ffffff;
    font-weight: normal;
    text-align: center;
}
.chanpinbg h3 {
    border-top: 1px solid #ffffff;
    text-align: center;
    width: 56px;
    margin: 5px auto 0;
}
.chanpin {
    margin-top: 50px;
    padding: 0 80px;
}
.chanpin1 {
    float: left;
    width: 92.75%;
}
.chanpin1 ul li {
    float: left;
    width: 16.66666%;
   
}
.chanpin1 ul li a:hover {
    background: #1aa9d0;
}
.cp1 {
    background: rgba(24, 73, 153, 0.3);
}
.cp2 {
    background: rgba(16, 49, 105, 0.7);
}
.chanpin1 ul li a {
    display: block;
    padding: 50px 24px 90px;
}
.chanpin1 ul li  {
    background: rgba(19, 56, 136, 0.7);
}
.chanpin1 ul li a h2 {
    color: #ffffff;
    font-size: 28px;
    margin-bottom: 20px;
}
.chanpin1 ul li a i {
    display: inline-block;
    border-top: 1px solid #284cff;
    width: 20px;
}
.chanpin1 ul li a h4 {
    font-weight: normal;
    color: #ffffff;
    font-size: 12px;
    padding-top: 20px;
    overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.chanpin1 ul li a p {
    color: #ffffff;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 22px;
}
.chanpin1 ul li a div {
    width: 100%;
    height: 187px;
    margin-top: 45px;
}
.chanpin1 ul li a div img {
    width: 100%;
    height: 100%;
}
.chanpin2 {
    float: left;
    width: 7.24%;
    background: url(..//images/index-chanpin3.jpg)no-repeat center;
    background-size: cover;
    text-align: center;
}
.chanpin2 a {
    display: block;
}
.chanpin2 a p {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    font-weight: 300;
    padding-top: 80px;
    line-height: 56px;
    width: 38px;
    font-size: 24px;
    height: auto;
    letter-spacing: 3px;
    color: #ffffff;
    padding-bottom: 26px;
}
/* 视频中心开始 */
.shipinbg {
    width: 100%;
    height: 100vh;
    background: url(..//images/index-shipin1.jpg)no-repeat;
    padding-top: 15vh;
}
.shipinbg h1 {
    font-size: 36px;
    color: #ffffff;
    font-weight: normal;
    text-align: center;
}
.shipinbg h3 {
    border-top: 1px solid #ffffff;
    text-align: center;
    width: 56px;
    margin: 5px auto 0;
}
.shipin {
    /* margin-top: 40px;
    padding: 0 216px; */
    max-width: 1488px;
    margin: 40px auto 0;

}
.shipin-left {
    float: left;
    width: 50%;
}
.shipin-left1 {
    position: relative;
    width: 100%;
    height: 330px;
}
.shipin-left1 h2 {
    position: absolute;
    left: 10%;
    top: 10%;
    color: #ffffff;
    font-weight: normal;
    font-size: 32px;
}
.shipin-left1 i {
    position: absolute;
    left: 10%;
    top: 30%;
    width: 50px;
    border-top: 2px solid #284cff;
}
.shipin-left1 img {
    width: 100%;
    height: 100%;
}
.shipin-left2 {
    position: relative;
    width: 100%;
    height: 330px;
}
.shipin-left2 h2 {
    position: absolute;
    left: 10%;
    top: 10%;
    color: #ffffff;
    font-weight: normal;
    font-size: 32px;
}
.shipin-left2 img {
    width: 100%;
    height: 100%;
}
.shipin-left2 i {
    position: absolute;
    left: 10%;
    top: 30%;
    width: 50px;
    border-top: 2px solid #284cff;
}
.shipin-right {
    float: left;
    width: 50%;
    position: relative;
}
.shipin-right #bofang3 {
    position: relative;
    width: 100%;
    height: 660px;
}
.shipin-right div img {
    width: 100%;
    height: 100%;
}
.shipin-right div h2 {
    position: absolute;
    left: 10%;
    top: 10%;
    color: #ffffff;
    font-weight: normal;
    font-size: 32px;
}
.shipin-right div i {
    position: absolute;
    left: 10%;
    top: 20%;
    width: 50px;
    border-top: 2px solid #284cff;
}
.shipin-right div p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: url(..//images/index-shipin5.png)no-repeat;
    background-position-y: center;
    background-position-x: 75%;
    padding: 32px 20px 26px 70px;
    background-color: rgba(3, 64, 125, 0.84);
}
.shipin-right div p span {
    display: block;
    font-size: 24px;
    color: #ffffff;
}
.shipin-right div p strong {
    display: block;
    width: 100%;
    color: #ffffff;
    margin-top: 6px;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 14px;
}
.zz {
    display: none;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 20;
}
.video1 {
    display: none;
    position: absolute;
    left: 20%;
    top: 10%;
    z-index: 30;
    width: 1000px;
    height: 60vh;
}
.video1 video {
    width: 100%;
    height: 60vh;
    margin: 0 auto;
}
.video1 span {
    width: 40px;
    grid-template: 40px;
    position: absolute;
    right: -40px;
    top: -40px;
    z-index: 3000;
}
.video1 span img {
    width: 100%;
    height: 100%;
}
.video2 {
    display: none;
    position: absolute;
    left: 20%;
    top: -100%;
    z-index: 30;
    width: 1000px;
    height: 60vh;
}
.video2 video {
    width: 100%;
    height: 60vh;
    margin: 0 auto;
}
.video2 span {
    width: 40px;
    grid-template: 40px;
    position: absolute;
    right: -40px;
    top: -40px;
    z-index: 30;
}
.video2 span img {
    width: 100%;
    height: 100%;
}
.video3 {
    display: none;
    position: absolute;
    left: -70%;
    top: 10%;
    z-index: 30;
    width: 1000px;
    height: 60vh;
}
.video3 video {
    width: 100%;
    height: 60vh;
    margin: 0 auto;
}
.video3 span {
    width: 40px;
    grid-template: 40px;
    position: absolute;
    right: -40px;
    top: -40px;
    z-index: 30;
}
.video3 span img {
    width: 100%;
    height: 100%;
}
/* 技术中心开始 */
.jishubg {
    width: 100%;
    height: 100vh;
    background: url(..//images/index-jishu1.jpg)no-repeat;
    padding-top: 15vh;
}
.jishubg h1 {
    font-size: 36px;
    color: #ffffff;
    font-weight: normal;
    text-align: center;
}
.jishubg h3 {
    border-top: 1px solid #ffffff;
    text-align: center;
    width: 56px;
    margin: 5px auto 0;
}
.jishu {
    margin: 40px auto 0;
    max-width: 1200px;
}
.jishu ul li {
    float: left;
    width: 33.3%;
    height: 260px;
}
.jishu ul li a div {
    width: 66px;
    height: 66px;
    margin: 40px auto 0;
}
.jishu ul li a div img {
    width: 100%;
    height: 100%;
}
.jishu ul li a h2 {
    margin-top: 25px;
    color: #ffffff;
    font-weight: normal;
    text-align: center;
    font-size: 20px;
    letter-spacing: 3px;
}
.jishu ul li a span {
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    margin-top: 20px;
}
.j1 {
    background: rgba(18, 46, 86, 0.8);
}
.j2 {
    background: rgba(42, 79, 131, 0.8);
}
.jishu1 {
    width: 50%;
    margin-top: 40px;
    background: url(..//images/index-shipin5.png)no-repeat;
    background-position-y: center;
    background-position-x: 95%;
    padding: 32px 20px 26px 70px;
    background-color: rgba(3, 64, 125, 0.84);
}
.jishu1 a h4 {
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    font-weight: normal;
    letter-spacing: 3px;
}
.jishu1 a h5 {
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
    letter-spacing: 14px;
    margin-top: 5px;
}
/* 品牌客户开始 */
.pinpaibg {
    width: 100%;
    height: 100vh;
    background: url(..//images/index-pinpai1.jpg)no-repeat;
    padding-top: 15vh;
}
.pinpaibg h1 {
    font-size: 36px;
    color: #ffffff;
    font-weight: normal;
    text-align: center;
}
.pinpaibg h3 {
    border-top: 1px solid #ffffff;
    text-align: center;
    width: 56px;
    margin: 5px auto 0;
}
.pinpai {
    max-width: 1200px;
    margin: 40px auto 0;
}
.pinpai ul li {
    float: left;
    width: 14.6%;
    border: 5px solid #000;
    border-radius: 10px;
    background-color: #ffffff;
    margin: 0px 1% 35px 1%;
}
.pinpai ul li:hover div img {
    transform: scale(1.1);
}
.pinpai ul li div {
   /* width: 50%;*/
    height: 86px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(0%);
    padding: 5px 0;
}
.pinpai ul li div img {
   /* width: 100%;*/
    height: 100%;
    transition: all 1s ease;
}
/* 联系方式开始 */
.lianxibg {
    width: 100%;
    height: 100vh;
    background: url(..//images/index-lianxi1.jpg)no-repeat;
    padding-top: 15vh;
}
.lianxibg h1 {
    font-size: 36px;
    color: #ffffff;
    font-weight: normal;
    text-align: center;
}
.lianxibg h3 {
    border-top: 1px solid #ffffff;
    text-align: center;
    width: 56px;
    margin: 5px auto 0;
}
.lianxi {
    max-width: 1050px;
    margin: 40px auto;
}
.lianxi-left {
    float: left;
    width: 53%;
}
.lianxi-left img {
    width: 100%;
}
.lianxi-right {
    float: right;
    width: 43%;
}
.lianxi-right h2 {
    font-size: 24px;
    color: #ffffff;
}
.lianxi-right h4 {
    margin-top: 15px;
}
.lianxi-right h4 img {
    display: inline-block;
    width: 24px;
    height: 24px;
}
.lianxi-right h4 span {
    display: inline-block;
    padding-left: 15px;
    font-size: 18px;
    color: #ffffff;
    font-weight: normal; 
}
.lianxi-right ul {
    margin-top: 30px;
}
.lianxi-right ul li {
    margin-bottom: 20px;
}
.lianxi-right ul li input {
    width: 80%;
    line-height: 24px;
    padding: 10px;
    background-color: #e8eaec;
}
.yanzhengma {
    width: 80%;
    margin-top: 20px;
}
.yanzhengma-left {
    float: left;
    width: 69%;
}
.yanzhengma-left input {
    width: 100%;
    line-height: 24px;
    padding: 10px;
    background-color: #e8eaec;
}
.yanzhengma-right {
    float: right;
    width: 25%;
}
.yanzhengma-right img {
    width: 100%;
    margin-top: 10px;
}
.tijiao {
    margin-top: 20px;
    width: 80%;
}
.tijiao button {
    width: 100%;
    display: block;
    font-size: 16px;
    letter-spacing: 4px;
    background-color: #0781b8;
    text-align: center;
    color: #ffffff;
    padding: 10px 0;
}
.banquan {
    border-top: 1px solid #5e99be;
    padding-top: 15px;
    text-align: center;
}
.banquan span {
    font-size: 14px;
    color: #ffffff;
}
.banquan a {
    font-size: 14px;
    color: #ffffff;
}
.lianjie {
    text-align: center;
}
.lianjie span {
    font-size: 14px;
    color: #ffffff;
}
.lianjie a {
    font-size: 14px;
    color: #ffffff;
}



/* 右侧小圆点开始 */
.section-btn {
    width: 14px;
    position: fixed;
    right: 4%;
    top: 50%;
}

.section-btn li {
    width: 14px;
    height: 14px;
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-bottom: 12px;
    background: #FDBE07;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.section-btn li.on {
    background: #fff
}

.arrow {
    opacity: 1;
    animation: arrow 3s cubic-bezier(0.5, 0, 0.1, 1) infinite;
    -webkit-animation: arrow 3s cubic-bezier(0.5, 0, 0.1, 1) infinite;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    background-image: url(../images/down.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.in {
    background-image: url(../images/up.png);
}

.arrow:hover {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
}


/* 动画效果 */
    .put-section-1 .section-2 h2{ animation-name:fadeInUp;
    animation-delay:0; animation-duration:1.5s;}
    .put-section-1 .section-2 .guanyu-left{ animation-name: fadeInUp;
        animation-delay:0; animation-duration:2s;}
    .put-section-1 .section-2 .guanyu-right{ animation-name:fadeUp;
        animation-delay:0; animation-duration:1s;}
    .put-section-1 .section-2 .guanyu1{ animation-name:fadeInUp;
        animation-delay:0; animation-duration:1s;}
    .put-section-2 .section-3 h1{ animation-name:fadeInUp;
        animation-delay:0; animation-duration:1.5s;}
    .put-section-2 .section-3 .chanpin{ animation-name:fadeInUp;
        animation-delay:0; animation-duration:1.5s;}
    .put-section-3 .section-4 h1{ animation-name:fadeInUp;
        animation-delay:0; animation-duration:1.5s;}
    .put-section-3 .section-4 .shipin-left1{ animation-name:fadeInUp;
        animation-delay:0; animation-duration:2s;}
    .put-section-3 .section-4 .shipin-left2{ animation-name:fadeInUp;
        animation-delay:0; animation-duration:2s;}
    .put-section-3 .section-4 .shipin-right{ animation-name:fadeInUp;
        animation-delay:0; animation-duration:2s;}
    .put-section-4 .section-5 h1{ animation-name:fadeInUp;
        animation-delay:0; animation-duration:1.5s;}
    .put-section-4 .section-5 .jishu{ animation-name:fadeInUp;
        animation-delay:0; animation-duration:1.5s;}
    .put-section-4 .section-5 .jishu1{ animation-name:fadeInUp;
        animation-delay:0;animation-duration:1.5s;}
    .put-section-5 .section-6 h1{ animation-name:fadeInUp;
        animation-delay:0; animation-duration:1.5s;}
    .put-section-5 .section-6 .pinpai{ animation-name:fadeInUp;
        animation-delay:0; animation-duration:1.5s;}
    .put-section-6 .section-7 .lianxi-left{ animation-name:fadeInUp;
        animation-delay:0; animation-duration:1.5s;}
    .put-section-6 .section-7 h1{ animation-name:fadeInUp;
        animation-delay:0; animation-duration:1.5s;}


.chanpin3 {
    display: none;
}
.santiaogang {
    display: none;
}
.zhezhao {
    display: none;
}
.nav-content {
    display: none;
}
.chacha {
    display: none;
}



.wap-lunbotubg {
    display: none;
}


@media only screen and (max-width: 980px) {
    /* 轮播图开始 */
    .lunbotu {
        display: none;
    }
    .wap-lunbotubg {
        display: block;
        width: 100%;
        height: 100vh;
    }
    .lunbotu {
        width: 100%;
        margin: 0 auto;
        height: 100%;
    }
    .swiper {
        width: 100%;
        height: 100%;
      }
    
      .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
    
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }
    
      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    
      .swiper {
        margin-left: auto;
        margin-right: auto;
      }
    .swiper-button-next03 {
        display: none;
    }
    .swiper-button-prev03 {
        display: none;
    }
    /* header开始 */
    .nav {
        display: none;
    }
    .logo {
        width: 30%;
    }

    .tel span {
        font-size: 12px;
    }
    .tel img {
        width: 20px;
        height: 18px;
    }
    .santiaogang {
        float: left;
        width: 32px;
        height: 25px;
        display: block;
        margin-left: 20%;
    }
    .santiaogang  img {
        width: 100%;
        height: 100%;
    }
    .chacha {
        display: none;
        position: absolute;
        top: 2%;
        right: 5%;
        width: 23px;
        height: 20px;
        z-index: 21;
    }
    .chacha img {
        width: 100%;
        height: 100%;
    }
    .zhezhao {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 20%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        z-index: 19;
    }
    .nav-content {  
        display: none;
        position: fixed;
        /* top: -100%;
        bottom: 0; */
        top: 0;
        right: 0;
        background: #ffffff;
        height: 100%;
        width: 80%;
        z-index: 20;
    }
    .nav-content ul {
        height: 50%;
        background-color: #ffffff;
        padding-top: 50px;
    }
    .nav-content ul li {
        float: left;
        width: 100%;
        text-align: left;
        position: relative;
        line-height: 50px;
        border-bottom: 1px solid #f0f0f0;    
    }
    .nav-content ul li a {
        display: block;
        color: #222222;
        font-size: 14px;
        padding-left: 20px;
    }
    .nav-content-max {
        background-color: #0544a1;
        color: #ffffff !important;
    }
    /* 抖音开始 */
    .douyin {
        display: none;
    }
    /* 关于我们开始 */
    .guanyubg {
        padding-top: 15vh;
    }
    .guanyubg h2 {
        font-weight: normal;
        padding: 0;
        width: 96%;
        margin: 0 auto;
        font-size: 24px;
    }
    .guanyu-left {
        width: 96%;
        margin: 0px 2% 20px 2%;
        float: none;
        padding-left: 0;
    }
    .guanyu-left div {
        margin-top: 0px;
    }
    .guanyu-right {
        width: 96%;
        margin: 0px 2% 20px 2%;
        float: none;
    }
    .guanyu2 {
        display: none;
    }
    /* 产品中心开始 */
    .chanpinbg {
        padding-top: 15vh;
    }
    .chanpinbg h1 {
        font-size: 24px;
    }
    .chanpinbg h3 {
        display: none;
    }
    .chanpin {
        padding: 0;
    }
    .chanpin1 {
        float: none;
        width: 100%;
    }
    .chanpin1 ul li {
        width: 33.3%;
    }
    .chanpin1 ul li a {
        padding: 20px 10px;
    }
    .chanpin1 ul li a div{
        height: 170px;
    }
    .chanpin1 ul li a h2 {
        font-size: 14px;
    }
    .chanpin1 ul li a i {
        display: none;
    }
    .chanpin1 ul li a h4 {
        display: none;
    }
    .chanpin1 ul li a p {
        display: none;
    }
    .chanpin2 {
        float: none;
        width: 100%;
        display: none;
    }
    .chanpin3 {
        display: none;
    }
    .chanpin3 p {
        width: 100%;
        background: url(..//images/index-shipin5.png)no-repeat;
        background-position-y: center;
        background-position-x: 90%;
        padding: 20px 30px;
        background-color: rgba(3, 64, 125, 0.84);
        margin-top: 20px;
    }
    .chanpin3 p span {
        display: block;
        font-size: 16px;
        color: #ffffff;
    }
    .chanpin3 p strong {
        display: block;
        width: 100%;
        color: #ffffff;
        margin-top: 6px;
        font-size: 16px;
        font-weight: normal;
    }
    /* 视频中心开始 */
    .shipinbg {
        padding-top: 15vh;
    }
    .shipinbg h1 {
        font-size: 24px;
    }
    .shipinbg h3 {
        display: none;
    }
    .shipin-left {
        float: none;
        width: 100%;
    }
    .shipin-right {
        float: none;
        width: 100%;
    }
    .shipin-left1 {
        height: auto;
    }
    .shipin-left1 h2 {
        font-size: 18px;
    }
    .shipin-left1 i {
        display: none;
    }
    .shipin-left2 {
        height: auto;
    }
    .shipin-left2 h2 {
        font-size: 18px;
    }
    .shipin-left1 i {
        display: none;
    }
    .shipin-right div {
        height: 174px;
    }
    .shipin-right div h2 {
        font-size: 18px;
    }
    .shipin-right div  i {
        display: none;
    }
    .shipin-right div p {
        position: static;
        background-position-x: 90%;
        margin-top: 20px;
    }
    .shipin-right div p span {
        font-size: 16px;
    }
    .shipin-right div p strong {
        font-size: 16px;
        letter-spacing: 0px;
    }
    /* 技术中心开始 */
    .jishubg {
        padding-top: 15vh;
    }
    .jishubg h1 {
        font-size: 24px;
    }
    .jishubg h3 {
        display: none;
    }
    .jishu ul li {
        height: 150px;
    }
    .jishu ul li a div {
        width: 46px;
        height: 46px;
    }
    .jishu ul li a span {
        display: none;
        
    }
    .jishu ul li a h2 {
        margin-top: 10px;
        letter-spacing: 0px;
        font-size: 13px;
    }
    .jishu1 {
        width: 100%;
        padding: 20px 30px;
    }
    .jishu1 a h4 {
        font-size: 16px;
        text-align: left;
    }
    .jishu1 a h5 {
        letter-spacing: 0px;
        text-align: left;
    }
    /* 品牌客户开始 */
    .pinpaibg {
        padding-top: 15vh;
    }
    .pinpaibg h1 {
        font-size: 24px;
    }
    .pinpaibg h3 {
        display: none;
    }
    .pinpai ul li {
        width: 25%;
        margin: 0px 4% 15px 4%;
    }
    .pinpai ul li div {
        height: 68px;
    }
    /* 联系方式开始 */
    .lianxibg h1 {
        font-size: 24px;
    }
    .lianxibg h3 {
        display: none;
    }
    .lianxi-left {
        display: none;
    }
    .lianxi-right {
        float: none;
        width: 100%;
        padding-left: 30px;
    }
    .lianxi-right ul {
        display: none;
    }
    .yanzhengma {
        display: none;
    }
    .tijiao {
        display: none;
    }
    .banquan {
        padding: 15px 25px 0;
    }
    .lianjie {
        padding: 15px 25px 0;
    }
   
}
