/* 分辨率适配---官网固定内容宽度 */
html {
    font-size: 16px;
    
}

.box1280 {
    width: 1280px;
}
.address-item {
    height: 170px;
}
.positioning-center-text span {
    font-size: 1.825rem;
}

.pd15 {
    padding: 0px 15px;
}

.show-H5 {
    display: none;
}




 /* 平板 768px-1280px */
 @media screen and (min-width: 768px) and (max-width: 1280px) {
    .hide-iPad {
        display: none;
    }
 }
/* 很小的笔记本 ，内边距调整，因为考虑纵向滚动条一般有15px*/
 @media screen and (min-width: 1280px) and (max-width: 1280px) {
    .box1280  {
        padding-left:  15px;
        padding-right: 30px;
    }
    .common-width1320 {
        padding-left:  15px;
        padding-right: 30px;
    }
 }

 @media screen and (max-width: 1280px) {
    .common-width1320{
        width: 100%;
        /* padding-left: 20px;
        padding-right: 20px; */
    }
    .jump-cards02 .card-left{
        width: 26.56%;
    }
    .jump-cards02 .card-left .card{
        height: 100%;
    }
    .jump-cards02 .card-right{
        width: 35.93%;
    }
    .company-news-left{
        width: 42.3%;
    }
    .company-news-right{
        width: 53.8%;
    }
    .company-news .news-img{
        width: 100%;
    }
    .list-boxs .list-box{
        width: 49%;
    }
}

/* 移动端 */
@media  screen and (max-width: 1279px) {
    .show-PC {
        display: none;
    }

    .show-H5 {
        display: block;
    }
    .pualification .pualification-center .img-box{
        width: 54px;
        height: 54px;
        border: 1px solid #F3F3F3;
    }
    .floating-sidebar {
        right: 6px;
    }
    .floating-sidebar.sidebar-visible{
        right: 10px;
    }
    .floating-sidebar .sidebar-item{
        width: 2.5rem;
        height: 2.5rem;
    }
    .floating-sidebar .icon{
        width: 1.3rem;
    }
    .floating-sidebar .sidebar-tooltip{
        right: 20px;
    }
    .floating-sidebar .sidebar-tooltip::before{
        width: 0;
    }
    .floating-sidebar .sidebar-item:hover .sidebar-tooltip,
    .floating-sidebar .sidebar-tooltip:hover{
        right: 54px;
    }
    /* footer */
    .contact-us {
        min-width: auto;
    }
    .contact-us .conotact-info > div{
      margin-bottom: 12px;
    }
    .contact-us .conotact-info .conotact-img{
      width: 20px;
    }
    .contact-us .conotact-test >div,
    .contact-us .conotact-test >p{
      font-size: 12px;
    }
    .contact-us .contact-us-content{
      height: auto;
      padding: 26px 29px 14px 26px;
    }
    .contact-us .contact-us-content .contact-us-top .contact-us-top-right .contact-us-qrcode img{
      width: 116px;
      height: 116px;
    }
    .contact-us .contact-us-content .contact-us-top .contact-us-top-right .contact-us-qrcode .contact-us-qrcode-titel{
      font-size: 12px;
    }
    .contact-us .contact-us-bottom{
      height: auto;
      text-align: center;
      overflow: hidden;
    }
    .contact-us .contact-us-bottom .contact-us-flex{
      height: auto;
      padding: 0;
      width: 133.33%;
      display: block;
      transform: translateX(-50%);
      position: relative;
      left: 50%;
    }
    .contact-us .contact-us-content .contact-us-top{
      justify-content: space-around;
      flex-wrap: wrap;
    }
    .contact-us .contact-us-bottom p,
    .contact-us .contact-us-bottom a{
      font-size: 12px;
      transform: scale(0.75);
    }
    .contact-us .contact-us-bottom .btm-img{
      height: 34px;
    }
    /* footer end */

}
