.wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.contactsBanner {
    width: 100%;
    height: auto;
}

.contactsBanner img {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 120px;
}

.navTitle {
    width: 100%;
    height: 100px;
    background: #2C2C34;
}

.navTitle ul {
    height: 100px;
    display: flex;
    align-items: center;
    margin-left: 18.75%;
}

.navTitle ul li {
    /*width: 100px;*/
    /*height: 100px;*/
    /*display: flex;*/
    /*align-items: center;*/
    text-align: center;
    display: flex;
    align-items: center;
    line-height: 100px;
    margin: 0 20px;
}

.navTitle ul li a {
    display: block;
    color: #fff;
    line-height: 100px;
    font-family: AliRegular;
    width: auto;
    white-space: nowrap;
}

.navTitle ul li :hover {
    color: #CA1421;
    border-bottom: 3px solid #CA1421;
}

.navTitle ul li .actives {
    color: #CA1421;
    border-bottom: 2px solid #CA1421;
}

.actives {
    color: #CA1421;
    border-bottom: 3px solid #CA1421;
}

.contactUsfooterBanner {
    width: 100%;
    height: auto;
    background: #E9F0F6;
    background: yellowgreen;
}

.contactUsfooterBanner img {
    width: 100%;
    height: auto;
}

.contactContent {
    width: 100%;
    padding-bottom: 200px;
    background: #FFFFFF;
}

.contactContent dl {
    width: 100%;
    margin-left: 18.7%;
    margin-top: 80px;
    display: flex;
}

.contactContent dl dt {
    width: 20%;
    height: auto;
    border-radius: 8px;
}

.contactContent dl dt img {
    width: 100%;
    height: auto;
}

.contactContent dl dd {
    margin-left: 4%;
}

.contactContent dl dd p a {
    font-size: 30px;
    font-weight: 500;
    margin-left: 49px;
    color: #2C2C34;
    margin-top: 5px;
    font-family: AliMedium;
}

/*.contactContentLine {*/
/*    width: 560px;*/
/*    height: 1px;*/
/*    margin-left: 49px;*/
/*    background: #DFDFDF;*/
/*    margin-top: 20px;*/
/*}*/

.contactContent dl dd ul {
    margin-top: 20px;
    margin-left: 49px;
}

.contactContent dl dd ul li {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    font-family: AliRegular !important;
}

.contactContent dl dd ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 30px;
}

.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;
}

.navTitles {
    display: none;
}

.contactContents {
    display: none;
}

.contactsBanners {
    display: none;
}

.contactUsfooterBanners {
    display: none;
}

.last-contents {
    display: none;
}

@media (max-width: 767px) {
    .last-contents {
        display: block;
        width: 100%;
        height: 70px;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .contactUsfooterBanner {
        display: none;
    }
    .contactsBanner {
        display: none;
    }
    .contactsBanners {
        display: block;
        width: 100%;
        height: auto;
    }
    .contactsBanners img {
        margin-top: 80px;
        display: block;
        width: 100%;
        height: auto;
    }
    .contactContents>.contactContentLines {
        border: none;
    }
    .navTitle {
        display: none;
    }
    .navTitles {
        display: block;
        width: 100%;
        height: 55px;
    }
    .navTitles ul {
        width: 100%;
        align-items: center;
        display: flex;
    }
    .navTitles ul li {
        width: 100%;
        align-items: center;
        display: flex;
        justify-content: space-between;
        justify-content: center;
        height: 55px;
    }
    .navTitles ul li a:hover {
        border-bottom: 2px solid #CA1421;
        color: #CA1421;
    }
    .contactContent {
        display: none;
    }
    .contactContents {
        width: 100%;
        display: block;
    }
    .contactContents dl {
    width: 96%;
    display: flex;
    margin-top: 20px;
    margin: 0 auto;
    flex-direction: column;
    }
    .contactContents dl dt img {
        width: 75%;
        margin: 0 auto;
        height: 150px;
        display: block;
    }
    .contactContents dl dd {
        width: 100%;
        font-size: 22px;
    }
    .contactContents dl dd p {
        width: 100%;
        margin-top: 15px;
        font-size: 22px;
        text-align: center;
    }
    .contactContents dl dd p a{
        font-family: AliMedium;
    }
    .contactContents dl dd li {
        display: flex;
        flex-wrap: wrap;
        margin-left: 40px;
        margin-right: 10px;
        line-height: 1.5;
    }
    .contactUsfooterBanners {
        display: block;
        width: 100%;
        height: 200px;
    }
    .contactUsfooterBanners img {
        display: block;
        width: 100%;
        height: 200px;
    }
    .lianxi {
        display: none;
    }
    .last-content {
        width: 100%;
        height: 70px;
        display: none;
        align-items: center;
        flex-direction: column;
    }
    .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) {*/
/*    .last-contents {*/
/*        display: block;*/
/*        width: 100%;*/
/*        height: 70px;*/
/*        display: flex;*/
/*        align-items: center;*/
/*        flex-direction: column;*/
/*    }*/
/*    .contactsBanner {*/
/*        display: none;*/
/*    }*/
/*    .contactsBanners {*/
/*        display: block;*/
/*        width: 100%;*/
/*        height: auto;*/
/*    }*/
/*    .contactsBanners img {*/
/*        display: block;*/
/*        width: 100%;*/
/*        height: 300px;*/
/*    }*/
/*    .contactContents>.contactContentLines {*/
/*        border: none;*/
/*    }*/
/*    .navTitle {*/
/*        display: none;*/
/*    }*/
/*    .navTitles {*/
/*        display: block;*/
/*        width: 100%;*/
/*        height: 55px;*/
/*    }*/
/*    .navTitles ul {*/
/*        width: 100%;*/
/*        align-items: center;*/
/*        display: flex;*/
/*    }*/
/*    .navTitles ul li {*/
/*        width: 100%;*/
/*        align-items: center;*/
/*        display: flex;*/
/*        justify-content: space-between;*/
/*        justify-content: center;*/
/*        height: 55px;*/
/*        font-size: 25px;*/
/*    }*/
/*    .navTitles ul li a:hover {*/
/*        border-bottom: 2px solid #CA1421;*/
/*        color: #CA1421;*/
/*    }*/
/*    .contactContent {*/
/*        display: none;*/
/*    }*/
/*    .contactContents {*/
/*        width: 100%;*/
/*        display: block;*/
/*    }*/
/*    .contactContents dl {*/
/*        width: 100%;*/
/*        display: flex;*/
/*        margin-top: 20px;*/
/*        flex-direction: column;*/
/*    }*/
/*    .contactContents dl dt img {*/
/*        width: 75%;*/
/*        margin: 0 auto;*/
/*        height: 150px;*/
/*        display: block;*/
/*    }*/
/*    .contactContents dl dd {*/
/*        width: 100%;*/
/*        font-size: 22px;*/
/*    }*/
/*    .contactContents dl dd p {*/
/*        width: 100%;*/
/*        margin-top: 15px;*/
/*        font-size: 22px;*/
/*        text-align: center;*/
/*    }*/
/*    .contactContents dl dd li {*/
/*        display: flex;*/
/*        flex-wrap: wrap;*/
/*        margin-left: 90px;*/
/*        margin-right: 10px;*/
/*        line-height: 1.5;*/
/*        font-size: 26px;*/
/*    }*/
/*    .lianxi {*/
/*        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;*/
/*    }*/
/*    .contactContents dl dd li {*/
/*        display: flex;*/
/*        flex-wrap: wrap;*/
/*        margin-left: 80px;*/
/*        margin-right: 10px;*/
/*        line-height: 1.5;*/
/*        font-size: 26px;*/
/*    }*/
/*}*/

@media (min-width: 1200px) {}