

.Pagersapp{
    display: none;
}
.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;
}



.wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.navTitle ul li .active {
    color: #CA1421;
    border-bottom: 2px solid #CA1421;
}

.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;
}

.navTitle ul li {
    /*width: 164px;*/
    width: auto;
    height: 100px;
    display: flex;
    align-items: center;
    text-align: center;
    margin-right: 3%;
}

.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;
    font-family: AliRegular;
}

.solutionCenter {
    width: 100%;
}

.solutionBanner {
    width: 100%;
    margin-top: 160px;
}

.solutionBanner img {
    width: 100%;
    display: block;
}

.navTitle {
    width: 100%;
    height: 100px;
    background: #2C2C34;
}

.solutionCenterTop {
    position: relative;
}

.solutionCenterTop>.solutionCenterTopimgs {
    width: 100%;
    height: 80px;
}

.solutionCenterTopimgs>img {
    display: block;
    width: 100%;
    height: 80px;
}

.solutionCenterList {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 0;
    top: 30px;
    width: 100%;
}

.solutionCenterList li:first-child {
    margin-left: 18%;
    display: flex;
    align-items: center;
}

.solutionCenterList p img {
    width: 30px;
    height: 29px;
    display: block;
    margin-right: 17px;
}

.solutionCenterList li:last-child {
    display: flex;
    justify-content: flex-end;
    margin-right: 21%;
}

.solutionCenterList span {
    font-size: 26px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #333333;
}

.solutionLists {
    padding-top: 60px;
    display: flex;
    /*width: 1200px;*/
    width: 100%;
    flex-wrap: wrap;
    /*flex-wrap: nowrap;*/
    /*justify-content: center;*/
    margin: 0 auto;
    padding-left: 25px;
    padding-right: 25px;
    /* padding: 0 20px; */
}

.solutionLists ul {
     width: 62.5%;
     margin: 0 auto;
     display: flex;
     flex-wrap: wrap;
     /*justify-content: center;*/
}

.solutionLists ul li {
    width: 28%;
    /*padding-bottom: 100px;*/
    overflow: hidden;
    /*margin-right: 34px;*/
    display: flex;
    /*margin-left: 7px;*/
    flex-direction: column;
    margin: 0 20px 100px;
}

.solutionLists ul li a:nth-child(1) {
    width: 100%;
    display: block;
}

.solutionLists ul li a:nth-child(1) img{
    border-radius: 8px;
    width: 100%;;
}

.solutionLists ul li a:nth-child(2) {
    /* width: 53%; */
    display: block;
    margin-top: 32px;
    font-size: 20px;
    font-family: AliMedium;
    font-weight: 500;
    color: #2C2C34;
}

.solutionLists ul li a:nth-child(3) {
    width: 80%;
    display: block;
    font-size: 14px;
    font-family: AliRegular;
    font-weight: 400;
    color: #2C2C34;
    line-height: 24px;
    margin-top: 6px;
}


/* .solutionLists li a {
    display: block;
    width: 320px;
    height: 240px;
}

.solutionLists li a>img {
    width: 320px;
    height: 240px;
    background: #969696;
    border-radius: 8px;
    display: block;
}

.solutionLists li a:nth-child(2) {
    font-size: 20px;
    font-family: PingFangSC;
    font-weight: 500;
    margin-top: 28px;
    display: block;
}

.solutionLists li a:nth-child(3) {
    width: 28%;
    background: red;
    height: 61px;
    font-size: 14px;
    font-family: PingFangSC;
    font-weight: 400;
    display: block;
    line-height: 24px;
    margin-top: 18px;
} */


/* .solutionLists li:nth-child(2) {
    margin-left: 70px;
}

.solutionLists li:nth-child(3) {
    margin-left: 70px;
} */

.solutionLists ul li:hover a {
    color: #CA1421;
}

.lianxis li {
    position: relative;
}

.lianxis 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;
}

.lianxis 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;
}

.lianxis 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;
}

.solutionsBanners {
    display: none;
}

.navTitles {
    display: none;
}

.solutionCenters {
    display: none;
}

.last-contents {
    display: none;
}

@media (max-width: 767px) {
    
    .Pagersapp {
    width: 100%;
    margin: 20px 0;
    display: block;
}
    
/*    .Pagers {*/
/*    margin-top: 30px;*/
/*    margin-right: 430px;*/
/*}*/

.Pagersapp ul {
    display: flex;
    justify-content: flex-end;
}

.Pagersapp ul li {
    width: 20px;
    height: 20px;
    margin: 0 10px;
    text-align: center;
}

.Pagersapp ul li {
    width: 20px;
    height: 20px;
    margin: 0 10px;
    text-align: center;
    border: 1px solid #000;
}

.Pagersapp ul li a {
    width: 20px;
    height: 20px;
    display: block;
    color: #000;
}

.Pagersapp ul .active a {
    width: 20px;
    height: 20px;
    display: block;
    color: #fff;
    background: #CA1421;
}
.Pagersapp ul .active span {
    width: 20px;
    height: 20px;
    display: block;
    color: #fff;
    background: #CA1421;
}

.Pagersapp ul li span {
    width: 20px;
    height: 20px;
    display: block;
    color: #000;
}

.activesLi>a {
    color: #fff;
    background: #CA1421;
    width: 20px;
    height: 20px;
    display: block;
}

.Pagersapp ul li>a:hover {
    color: #fff;
    background: #CA1421;
    width: 20px;
    height: 20px;
    display: block;
}
    
    
    .solutionsBanners {
        display: block;
        width: 100%;
        margin-top: 80px;
    }
    .solutionsBanners img {
        display: block;
        width: 100%;
    }
    .solutionBanner {
        display: none;
    }
    .last-contents {
        display: block;
        width: 100%;
        height: 70px;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .solutionCenters {
        display: block;
        width: 100%;
    }
    .solutionTitlesCon {
        width: 100%;
        display: flex;
        height: 50px;
        align-items: center;
    }
    .solutionTitlesCon li {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 0 10px;
    }
    .solutionTitlesCon li a {
        font-size: 14px;
    }
    .solutionTitlesCon li a>span>img {
        display: inline-block;
        width: 25px;
        height: 25px;
        margin-right: 10px;
    }
    .solutionCenters ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .solutionCenters ul li {
        width: 33%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .solutionCenters ul li a>img {
        display: block;
        width: 90px;
        height: 50px;
        margin: 0 auto;
        border-radius: 5px;
        margin-top: 13px;
    }
    .solutionCenters ul li a {
        width: 90%;
    margin: 0 auto;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 12px;
        text-align: center;
    }
    .solutionTitlesCon li a span{
        font-size: 16px;
        font-family: AliMedium;
    }
    .solutionTitlesCon li a:nth-child(2){
        font-size: 14px;
        font-family: AliMedium;
    }
    .navTitles {
        display: block;
        width: 100%;
        background: #2C2C34;
    }
    .navTitles ul li a {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #fff;
        font-family: AliMedium;
    }
    .navTitles ul li a:hover {
        color: #CA1421;
    }
    
    .navTitles ul li .active {
        color: #CA1421;
    }
    
    .navTitle {
        display: none;
    }
    .solutionCenter {
        display: none;
    }
    .contactsBanners {
        display: block;
        width: 100%;
        margin-top: 80px;
        /* margin-top: 200px; */
    }
    .contactsBanners img {
        display: block;
        width: 100%;
    }
    .contactsBanner {
        display: none;
    }
    .search {
        display: none;
    }
    .lianxis {
        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) {*/
/*    .solutionsBanners {*/
/*        display: block;*/
/*        width: 100%;*/
/*        margin-top: 80px;*/
/*    }*/
/*    .solutionsBanners img {*/
/*        display: block;*/
/*        width: 100%;*/
/*    }*/
/*    .solutionBanner {*/
/*        display: none;*/
/*    }*/
/*    .last-contents {*/
/*        display: block;*/
/*        width: 100%;*/
/*        height: 70px;*/
/*        display: flex;*/
/*        align-items: center;*/
/*        flex-direction: column;*/
/*    }*/
/*    .solutionCenters {*/
/*        display: block;*/
/*        width: 100%;*/
/*    }*/
/*    .solutionTitlesCon {*/
/*        width: 100%;*/
/*        display: flex;*/
/*        height: 50px;*/
/*        align-items: center;*/
/*    }*/
/*    .solutionTitlesCon li {*/
/*        width: 100%;*/
/*        display: flex;*/
/*        justify-content: space-between;*/
/*        padding: 0 10px;*/
/*    }*/
/*    .solutionTitlesCon li a {*/
/*        font-size: 14px;*/
/*    }*/
/*    .solutionTitlesCon li a>span>img {*/
/*        display: inline-block;*/
/*        width: 25px;*/
/*        height: 25px;*/
/*        margin-right: 10px;*/
/*    }*/
/*    .solutionCenters ul {*/
/*        width: 100%;*/
/*        display: flex;*/
/*        flex-wrap: wrap;*/
/*        justify-content: center;*/
/*    }*/
/*    .solutionCenters ul li {*/
/*        width: 33%;*/
/*        display: flex;*/
/*        flex-direction: column;*/
/*        justify-content: center;*/
/*    }*/
/*    .solutionCenters ul li a>img {*/
/*        display: block;*/
/*        width: 200px;*/
/*        height: 50px;*/
/*        margin: 0 auto;*/
/*    }*/
/*    .solutionCenters ul li a {*/
/*        overflow: hidden;*/
/*        text-overflow: ellipsis;*/
/*        white-space: nowrap;*/
/*        font-size: 12px;*/
/*        text-align: center;*/
/*    }*/
/*    .navTitles {*/
/*        display: block;*/
/*        width: 100%;*/
/*        background: #2C2C34;*/
/*    }*/
/*    .navTitles ul li a {*/
/*        overflow: hidden;*/
/*        text-overflow: ellipsis;*/
/*        white-space: nowrap;*/
/*        color: #fff;*/
/*    }*/
/*    .navTitles ul li a:hover {*/
/*        color: #CA1421;*/
/*    }*/
/*    .navTitle {*/
/*        display: none;*/
/*    }*/
/*    .solutionCenter {*/
/*        display: none;*/
/*    }*/
/*    .solutionsBanners {*/
/*        display: block;*/
/*        width: 100%;*/
/*        margin-top: 120px;*/
/*    }*/
/*    .solutionsBanners img {*/
/*        display: block;*/
/*        width: 100%;*/
/*    }*/
/*    .contactsBanner {*/
/*        display: none;*/
/*    }*/
/*    .search {*/
/*        display: none;*/
/*    }*/
/*    .search {*/
/*        display: none;*/
/*    }*/
/*}*/

/*@media (min-width: 992px) and (max-width: 1199px) {*/
/*    .search {*/
/*        display: none;*/
/*    }*/
/*    .lianxis {*/
/*        display: none;*/
/*    }*/
/*    .last-content {*/
/*        width: 100%;*/
/*        height: 70px;*/
/*        display: flex;*/
/*        align-items: center;*/
/*        flex-direction: column;*/
/*    }*/
/*}*/