.wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.contactsBannerC {
    width: 100%;
    height: auto;
    background-color: lightblue;
    margin-top: 160px;
}

.contactsBannerC a img {
    width: 100%;
    height: auto;
    background-color: lightblue;
    display: block;
}

.pressCenterContent {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.preCenterlist {
    width: 100%;
    margin-top: 78px;
}

.preCenterlist ul {
    display: flex;
}

.preCenterlist ul li {
    display: flex;
    width: 100%;
    margin-left: 5%;
}

.preCenterlist ul li>a {
    flex: 4;
    display: block;
    width: 100%;
}

.preCenterlist ul li>a img {
    display: block;
    height: auto;
    background: #969696;
    border-radius: 8px;
    float: right;
}

.liList {
    flex: 6;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.liList a:nth-child(1) {
    display: block;
    width: 500px;
    font-size: 20px;
    font-family: AliMedium;
    font-weight: 500;
    margin-left: 30px;
}

.liList:hover a {
    color: #CA1421;
}

.liList a:nth-child(2) {
    display: block;
    line-height: 24px;
    font-size: 14px;
    width: 60%;
    font-family: AliRegular;
    font-weight: 400;
    margin-left: 30px;
    margin-top: 18px;
    line-height: 24px;
}

.liList a:last-child {
    display: block;
    font-size: 14px;
    margin-top: 2.5%;
    line-height: 1.5;
    font-family: AliRegular;
    font-weight: 400;
    margin-left: 30px;
    text-align: left;
}

.Pager {
    width: 100%;
    display: flex;
    margin-top: 55px;
    padding-bottom: 120px;
}

.Pager ul {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-right: 21%;
}

.Pager ul li {
    width: 20px;
    height: 20px;
    margin: 0 10px;
    text-align: center;
}

.Pager ul li {
    width: 20px;
    height: 20px;
    margin: 0 10px;
    text-align: center;
    border: 1px solid #000;
}

.Pager ul li a {
    width: 20px;
    height: 20px;
    display: block;
    color: #000;
}

.Pager ul .active a {
    width: 20px;
    height: 20px;
    display: block;
    color: #fff;
    background: #CA1421;
}
.Pager ul .active span {
    width: 20px;
    height: 20px;
    display: block;
    color: #fff;
    background: #CA1421;
}

.Pager ul li span {
    width: 20px;
    height: 20px;
    display: block;
    color: #000;
}

.activesLi>a {
    color: #fff;
    background: #CA1421;
    width: 20px;
    height: 20px;
    display: block;
}

.Pager ul li a:hover {
    color: #fff;
    background: #CA1421;
    width: 20px;
    height: 20px;
    display: block;
}

.newsBannerImg {
    width: 100%;
    background: #1F4367;
}

.newsBannerImg a img {
    display: block;
    width: 100%;
    background: #1F4367;
}

.lianxi li {
    position: relative;
}

.lianxi 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;
}

.lianxi 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;
}

.lianxi 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;
}

.newsBannerImgs {
    display: none;
}

.pressCenterContents {
    display: none;
}

.navTitles {
    display: none;
}

.last-contents {
    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;
    }
    .contactsBanners {
        display: block;
        width: 100%;
    }
    .contactsBanners img {
        display: block;
        width: 100%;
    }
    .navTitle {
        display: none;
    }
    .navTitles {
        width: 100%;
        display: none;
    }
    .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;
        border: 1px solid #000;
        text-align: center;
    }
    .Pagers ul li a {
        font-size: 14px;
    }
    .pressCenterContents {
        display: block;
        width: 100%;
    }
    .pressCenterContents>.preCenterlists {
        margin-bottom: 20px;
        width: 96%;
        margin: 0 auto;
        padding-top: 10px;
     
    }
    .pressCenterContents>.preCenterlists ul li a>img {
        display: block;
        width: 96%;
        margin: 0 auto;
    }
    .liLists a {
        display: block;
        font-size: 15px;
    }
    .liLists a:nth-child(1) {
        width: 90%;
        margin: 0 auto;
        padding: 5px 0;
        text-align: center;
        font-family: AliMedium;
    }
    .liLists a:nth-child(2) {
        font-family: AliRegular;
        line-height: 1.5;
    }
    .liLists a:last-child {
        display: none;
        float: right;
        margin-top: -14px;
    }
    .pressCenterContent {
        display: none;
    }
    .Pager {
        display: none;
    }
    .newsBannerImg {
        display: none;
    }
    .newsBannerImgs {
        display: block;
        width: 100%;
        height: 200px;
    }
    .newsBannerImgs img {
        display: block;
        width: 100%;
        height: 200px;
    }
    .lianxi {
        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-content {*/
/*        display: none;*/
/*    }*/
/*    .last-contents {*/
/*        display: block;*/
/*    }*/
/*    .navTitles {*/
/*        width: 100%;*/
/*        display: block;*/
/*    }*/
/*    .pressCenterContents {*/
/*        display: block;*/
/*        width: 100%;*/
/*    }*/
/*    .pressCenterContents>.preCenterlists {*/
/*        width: 100%;*/
/*        margin: 10px 0;*/
/*    }*/
/*    .pressCenterContents>.preCenterlists ul li a>img {*/
/*        display: block;*/
/*        width: 90%;*/
/*        height: 150px;*/
/*        margin: 0 auto;*/
/*    }*/
/*    .liLists a {*/
/*        display: block;*/
/*        font-size: 25px;*/
/*    }*/
/*    .liLists a:nth-child(1) {*/
/*        text-align: center;*/
/*        padding: 5px 0;*/
/*    }*/
/*    .liLists a:nth-child(2) {*/
/*        margin-left: 35px;*/
/*        line-height: 1.5;*/
/*    }*/
/*    .liLists a:last-child {*/
/*        margin-left: 35px;*/
/*    }*/
/*    .pressCenterContent {*/
/*        display: none;*/
/*    }*/
/*    .Pager {*/
/*        display: none;*/
/*    }*/
/*    .newsBannerImg {*/
/*        display: none;*/
/*    }*/
/*    .newsBannerImgs {*/
/*        display: block;*/
/*        width: 100%;*/
/*        height: 200px;*/
/*    }*/
/*    .newsBannerImgs img {*/
/*        display: block;*/
/*        width: 100%;*/
/*        height: 200px;*/
/*    }*/
/*    .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;*/
/*    }*/
/*    .lianxi {*/
/*        display: none;*/
/*    }*/
/*    .last-content {*/
/*        display: none;*/
/*    }*/
/*    .last-tit,*/
/*    .last-con {*/
/*        font-size: 30px;*/
/*        line-height: 1.5;*/
/*    }*/
/*    .lianxi {*/
/*        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 {*/
/*        width: 100%;*/
/*        height: 70px;*/
/*        display: flex;*/
/*        align-items: center;*/
/*        flex-direction: column;*/
/*    }*/
/*}*/

@media (min-width: 1200px) {}