.wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.search {
    width: 100%;
    height: 60px;
    background: #FFFFFF;
    position: absolute;
    left: 0;
    top: 120px;
    display: flex;
    align-items: center;
}

.search label {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}

.search label input {
    width: 35%;
    height: 42px;
    border: 1px solid #000000;
    border-radius: 10px;
    text-indent: 45px;
    color: #000;
}

.search label img {
    position: absolute;
    left: 30%;
    top: 12px;
    display: block;
    width: 24px;
    height: 24px;
    margin-left: 10px;
}

.searchBtn {
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    margin-left: 10px;
    width: 100px;
    height: 42px;
    background: #CA1421;
    border-radius: 10px;
    line-height: 42px;
    color: #FFFFFF;
}

.customerContents {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.customerContent {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.contactsBannerC {
    width: 100%;
    height: auto;
    background-color: lightblue;
    margin-top: 160px;
}

.contactsBannerC a img {
    width: 100%;
    height: auto;
    background-color: lightblue;
    display: block;
}

.customerContent ul {
    
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
    /*margin: 0 auto;*/
    /*background: pink;;*/
}

.customerContent ul li {
    margin: 40px 35px;
    /*float: left;*/
}

.customerContent li a>img {
    display: block;
    width: 320px;
    height: 240px;
    background: #969696;
    border-radius: 8px;
}

.customerContent li a:nth-child(2) {
    height: 21px;
    font-size: 20px;
    font-family: AliMedium;
    font-weight: 500;
    display: block;
    margin-top: 32px;
}

.customerContent li a:nth-child(3) {
    width: 320px;
    height: 61px;
    font-size: 14px;
    font-family: AliRegular;
    font-weight: 400;
    display: block;
    line-height: 24px;
    margin-top: 18px;
}

.customerContent ul li:hover a {
    color: #CA1421;
}

.Pagers {
    margin-top: 30px;
    margin-right: 430px;
}

.Pagers ul {
    display: flex;
    justify-content: flex-end;
}

.Pagers ul li {
    width: 20px;
    height: 20px;
    margin: 0 10px;
    text-align: center;
}

.Pagers ul li {
    width: 20px;
    height: 20px;
    margin: 0 10px;
    text-align: center;
    border: 1px solid #000;
}

.Pagers ul li a {
    width: 20px;
    height: 20px;
    display: block;
    color: #000;
}

.Pagers ul .active a {
    width: 20px;
    height: 20px;
    display: block;
    color: #fff;
    background: #CA1421;
}
.Pagers ul .active span {
    width: 20px;
    height: 20px;
    display: block;
    color: #fff;
    background: #CA1421;
}

.Pagers ul li span {
    width: 20px;
    height: 20px;
    display: block;
    color: #000;
}

.activesLi>a {
    color: #fff;
    background: #CA1421;
    width: 20px;
    height: 20px;
    display: block;
}

.Pagers ul li>a:hover {
    color: #fff;
    background: #CA1421;
    width: 20px;
    height: 20px;
    display: block;
}

.newsBannerImgs {
    margin-top: 100px;
    width: 100%;
}

.newsBannerImgs img {
    display: block;
    height: 300px;
    width: 100%;
    background: #000000;
}

.liansxi li {
    position: relative;
}

.liansxi li:first-child {
    width: 52px;
    height: 150px;
    background: #F7F8FA;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 18px 40px 0px rgba(67, 153, 226, 0.15), 0px 5px 10px 0px rgba(108, 13, 0, 0.15);
    border-radius: 26px;
    text-align: center;
    position: fixed;
    right: 0;
    bottom: 200px;
    z-index: 999;
}

.liansxi li:first-child a {
    width: 17px;
    height: 83px;
    font-size: 16px;
    font-weight: 600;
    color: #340606;
    display: block;
    margin: 0 auto;
    margin-top: 55px;
    font-family: AliRegular;
}

.liansxi li:last-child a {
    font-size: 18px;
    font-weight: bold;
    width: 30px;
    height: 30px;
    background: #ca1421;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 18px 40px 0px rgba(67, 153, 226, 0.15), 0px 5px 10px 0px rgba(108, 13, 0, 0.15);
    border-radius: 50%;
    display: block;
    font-family: '楷体';
    text-align: center;
    position: fixed;
    right: 10px;
    bottom: 308px;
    z-index: 999;
    line-height: 30px;
    transform: rotate(-90deg);
    color: #ffffff;
}

.newsBannersImgs {
    display: none;
}

.customerConts {
    display: none;
}

.PagersC {
    display: none;
}

.last-contents {
    display: none;
}


/* .Pagers {
    display: none;
} */

@media (max-width: 767px) {
    .contactsBannerC {
        display: none;
    }
    .last-contents {
        display: block;
        width: 100%;
        height: 70px;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    #customersPng {
        margin-top: 80px;
        display: block;
        width: 100%;
        height: auto;
    }
    #customersPng img {
        display: block;
        width: 100%;
        height: auto;
    }
    .Pagersc {
        width: 100%;
        margin: 20px 0;
    }
    .customerConts {
        display: block;
        width: 100%;
        height: auto;
        margin-top: 10px;
    }
    .customerConts ul {
        display: flex;
        width: 100%;
        flex-direction: column;
    }
    .customerConts ul li {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        margin: 10px 0;
    }
    .customerConts ul li a img {
        display: block;
        margin: 0 auto;
        border-radius: 10px;
    }
    .customerConts ul li a {
        text-align: center;
        font-size: 18px;
        line-height: 1.5;
        margin-top: 5px;
    }
    .customerConts ul li a:nth-child(2) {
        text-align: center;
        font-size: 18px;
        line-height: 1.5;
        margin-top: 5px;
        font-family: AliMedium;
        color: #ca1421;
    }
    .customerConts ul li a:nth-child(3) {
        text-align: center;
        font-size: 14px;
        line-height: 1.5;
        margin-top: 5px;
        font-family: AliRegular;
        width: 88%;
        margin: 0 auto;
    }
    .customerConts ul li>.listB {
        font-weight: bolder;
    }
    .customerConts ul li>.listA {
        /* text-indent: 30px; */
        text-align: left;
        margin-left: 18px;
    }
    .customerContents {
        display: none;
    }
    .customersContents {
        display: block;
        width: 100%;
    }
    .newsBannersImgs {
        display: block;
        width: 100%;
        height: 200px;
    }
    .newsBannersImgs img {
        display: block;
        width: 100%;
        height: 200px;
    }
    .newsBannerImgs {
        display: none;
    }
    .liansxi {
        display: none;
    }
    .last-content {
        display: none;
    }
    .footer {
        display: none;
    }
    .footers {
        display: block;
        width: 100%;
    }
    .footersCon {
        width: 100%;
        display: flex;
    }
    .footersCon ul {
        width: 30%;
    }
    .footersCon ul li {
        display: flex;
        width: 100%;
    }
    .footersCon ul li a {
        line-height: 30px;
        margin-left: 30px;
    }
    .rightfooters {
        display: flex;
        width: 70%;
        margin-top: 10px;
        justify-content: space-around;
    }
    .rights-one>img {
        width: 103px;
        display: block;
        height: 102px;
    }
    .rights-two>img {
        width: 103px;
        display: block;
        height: 102px;
    }
}

/*@media (min-width: 768px) and (max-width: 991px) {*/
/*    .contactsBannerC {*/
/*        display: none;*/
/*    }*/
/*    .last-contents {*/
/*        display: block;*/
/*        width: 100%;*/
/*        height: 70px;*/
/*        display: flex;*/
/*        align-items: center;*/
/*        flex-direction: column;*/
/*    }*/
/*    #customersPng {*/
/*        display: block;*/
/*        width: 100%;*/
/*    }*/
/*    #customersPng img {*/
/*        display: block;*/
/*        width: 100%;*/
/*        margin-top: 120px;*/
/*    }*/
/*    .Pagers {*/
/*        width: 100%;*/
/*        margin: 20px 0;*/
/*    }*/
/*    .Pagers ul {*/
/*        display: flex;*/
/*        justify-content: flex-end;*/
/*    }*/
/*    .Pagers ul li {*/
/*        width: 20px;*/
/*        height: 20px;*/
/*        margin: 0 10px;*/
/*        text-align: center;*/
/*    }*/
/*    .Pagers ul li {*/
/*        width: 50px;*/
/*        height: 50px;*/
/*        margin: 0 10px;*/
/*        text-align: center;*/
/*        border: 1px solid #000;*/
/*        text-align: center;*/
/*        line-height: 50px;*/
/*    }*/
/*    .Pagers ul li a {*/
/*        font-size: 20px;*/
/*    }*/
/*    .activesLi>a {*/
/*        color: #fff;*/
/*        background: #CA1421;*/
/*        width: 50px;*/
/*        height: 50px;*/
/*        display: block;*/
/*    }*/
/*    .Pagers ul li>a:hover {*/
/*        color: #fff;*/
/*        background: #CA1421;*/
/*        width: 50px;*/
/*        height: 50px;*/
/*        display: block;*/
/*    }*/
/*    .customerConts {*/
/*        display: block;*/
/*        width: 100%;*/
/*        height: auto;*/
/*        margin-top: 10px;*/
/*    }*/
/*    .customerConts ul {*/
/*        display: flex;*/
/*        width: 100%;*/
/*        flex-direction: column;*/
/*    }*/
/*    .customerConts ul li {*/
/*        display: flex;*/
/*        flex-wrap: wrap;*/
/*        flex-direction: column;*/
/*        margin: 10px 0;*/
/*    }*/
/*    .customerConts ul li a img {*/
/*        display: block;*/
/*        margin: 0 auto;*/
/*        height: 150px;*/
/*        width: 80%;*/
/*    }*/
/*    .customerConts ul li a {*/
/*        text-align: center;*/
/*        font-size: 20px;*/
/*        line-height: 2;*/
/*    }*/
/*    .customerConts ul li>.listB {*/
/*        font-weight: bolder;*/
/*        font-size: 25px;*/
/*    }*/
/*    .customerConts ul li>.listA {*/
/*        text-indent: 35px;*/
/*        text-align: left;*/
/*        margin-left: 18px;*/
/*        font-size: 24px;*/
/*    }*/
/*    .customerContents {*/
/*        display: none;*/
/*    }*/
/*    .customersContents {*/
/*        display: block;*/
/*        width: 100%;*/
/*    }*/
/*    .newsBannersImgs {*/
/*        display: block;*/
/*        width: 100%;*/
/*        height: 200px;*/
/*    }*/
/*    .newsBannersImgs img {*/
/*        display: block;*/
/*        width: 100%;*/
/*        height: 200px;*/
/*    }*/
/*    .newsBannerImgs {*/
/*        display: none;*/
/*    }*/
/*    .liansxi {*/
/*        display: none;*/
/*    }*/
/*    .last-content {*/
/*        display: none;*/
/*    }*/
/*    .last-tit,*/
/*    .last-con {*/
/*        font-size: 30px;*/
/*        line-height: 1.5;*/
/*    }*/
/*    #liansxi {*/
/*        display: none;*/
/*    }*/
/*    .contactUsfooterBanner {*/
/*        display: none;*/
/*    }*/
/*    .contactUsfooterBanners {*/
/*        display: block;*/
/*        width: 100%;*/
/*        height: 300px;*/
/*    }*/
/*    .contactUsfooterBanners img {*/
/*        display: block;*/
/*        width: 100%;*/
/*        height: 300px;*/
/*    }*/
/*    .footer {*/
/*        display: none;*/
/*    }*/
/*    .footers {*/
/*        display: block;*/
/*        width: 100%;*/
/*    }*/
/*    .footersCon {*/
/*        width: 100%;*/
/*        display: flex;*/
/*    }*/
/*    .footersCon ul {*/
/*        width: 30%;*/
/*    }*/
/*    .footersCon ul li {*/
/*        display: flex;*/
/*        width: 100%;*/
/*        margin-top: 15px;*/
/*    }*/
/*    .footersCon ul li a {*/
/*        line-height: 2;*/
/*        margin-left: 30px;*/
/*        font-size: 30px;*/
/*    }*/
/*    .rightfooters {*/
/*        display: flex;*/
/*        width: 70%;*/
/*        margin-top: 10px;*/
/*        justify-content: space-around;*/
/*    }*/
/*    .rights-one>img {*/
/*        width: 220px;*/
/*        display: block;*/
/*        height: 200px;*/
/*    }*/
/*    .rights-two>img {*/
/*        width: 220px;*/
/*        display: block;*/
/*        height: 200px;*/
/*    }*/
/*    .rights-one>div {*/
/*        font-size: 30px;*/
/*    }*/
/*    .rights-two>div {*/
/*        font-size: 30px;*/
/*    }*/
/*}*/

/*@media (min-width: 992px) and (max-width: 1199px) {*/
/*    .last-content {*/
/*        display: none;*/
/*    }*/
/*}*/

@media (min-width: 1200px) {}