html,
body {
    overflow-x: hidden;
}

.wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.aboutContent {
    width: 100%;
    /*height: 520px;*/
    /*margin-bottom: 50px;*/
}

.aboutContentTitle {
    width: 100%;
    text-align: center;
    margin-top: 106px;
}

.aboutContentTitle p {
    width: 1920px;
    width: 32px;
    height: 4px;
    background: #CA1421;
    margin: 0 auto;
    margin-top: 8px;
}

.aboutContentTitle span {
    font-size: 30px;
    font-family: AliMedium;
    font-weight: 500;
    color: #2C2C34;
}

.aboutList {
    width: 1101px;
    /*height: 317px;*/
    margin: 0 auto;
    padding-top: 59px;
}

.aboutList li {
    font-size: 16px;
    font-family: AliRegular !important;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    text-indent: 30px;
}
.aboutList li a{
    font-size: 16px;
    font-family: AliRegular !important;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    text-indent: 30px;
}

.navbarTitle {
    width: 100%;
    height: 120px;
    background: #F1F1F1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.navbarTitle li {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0 30px;
}

.contactsBanner {
    width: 100%;
    height: auto;
}

.contactsBanner img {
    width: 100%;
    height: auto;
}

.navbarTitle li p {
    font-size: 28px;
    font-family: FZLTCHK;
    font-weight: normal;
    font-style: italic;
    color: #CA1421;
}

.navbarTitle li span {
    padding-top: 20px;
    font-size: 16px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #333333;
}

.aboutBottom {
    /*height: 1033px;*/
    width: 100%;
    /*display: flex;*/
    margin-bottom: 100px;
    /* justify-content: center; */
}

.aboutLeft {
    width: 17.7%;
    margin-left: 18.1%;
    margin-right: 3%;
}

.leftTitle {
    margin-top: 62px;
    text-align: center;
}

.leftTitle p {
    width: 32px;
    height: 4px;
    background: #CA1421;
    margin: 0 auto;
    margin-top: 9px;
}

.leftTitle span {
    font-size: 30px;
    font-family: AliMedium;
    font-weight: 500;
    color: #2C2C34;
}

.aboutLeft dl {
    width: 100%;
    border-radius: 8px;
}

.aboutLeft dl dt {
    width: 10px;
    height: 10px;
    background: #CA1421;
    margin: 0 auto;
    border-radius: 50%;
    margin-top: 60px;
}

.aboutLeft dl dd {
    width: 100%;
    height: 650px;
    padding-top: 30px;
    border-radius: 8px;
    background: #F8F8F8;
    border-radius: 8px;
}

.aboutLeft dl dd a {
    display: block;
    width: 84%;
    height: 196px;
    font-size: 16px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    margin: 0 auto;
}

.aboutLeft dl li {
    margin-top: -220px;
    width: 100%;
    height: auto;
    background: #F2F2F2;
    border-radius: 0px 0px 8px 8px;
}

.aboutBottom_part1{
    display:flex;margin:0 auto;
    width: 1200px;
}

.aboutCenter:first-child{
    /*margin-left: 350px;*/
}

.aboutCenter {
    /*width: 17.7%;*/
    /*margin-right: 3%;*/
    width: 40%;
    margin: 0 3%;
}

.aboutCenter dl {
    width: 100%;
    border-radius: 8px;
}

.aboutCenter dl dt {
    width: 10px;
    height: 10px;
    background: #CA1421;
    margin: 0 auto;
    border-radius: 50%;
    margin-top: 60px;
}

.aboutCenter dl dd {
    width: 100%;
    height: 300px;
    background: #F8F8F8;
    border-radius: 8px;
    border-radius: 8px;
    padding-top: 30px;
}

.aboutCenter dl dd a {
    display: block;
    width: 84%;
    /*height: 196px;*/
    font-size: 16px;
    font-family: AliRegular;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    margin: 0 auto;
}

.aboutCenter dl .about_img {
    /*margin-top: -220px;*/
    width: 100%;
    height: auto;
    /*background: #F2F2F2;*/
    border-radius: 0px 0px 8px 8px;
    padding-top: 100px;
}

.aboutCenter dl .about_img img {
    width: 100%;
    height: auto;
}

.aboutCenter dl li {
    margin-top: -220px;
    width: 100%;
    height: auto;
    background: #F2F2F2;
    border-radius: 0px 0px 8px 8px;
}

.aboutRight {
    width: 17.7%;
    margin-right: 3%;
}

.aboutRight dl dt {
    width: 10px;
    height: 10px;
    background: #CA1421;
    margin: 0 auto;
    border-radius: 50%;
    margin-top: 60px;
}

.aboutRight dl dd {
    width: 100%;
    height: 650px;
    background: #F8F8F8;
    border-radius: 8px;
    border-radius: 8px;
    padding-top: 30px;
}

.aboutRight dl dd a {
    display: block;
    width: 84%;
    height: 196px;
    font-size: 16px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    margin: 0 auto;
}

.aboutRight dl li {
    margin-top: -220px;
    width: 100%;
    height: auto;
    background: #F2F2F2;
    border-radius: 0px 0px 8px 8px;
}

.aboutRight dl li a img {
    width: 100%;
    height: auto;
}

.aboutLeft dl li a img {
    width: 100%;
    height: auto;
}

.aboutCenter dl li a img {
    width: 100%;
    height: auto;
}

.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;
}

.contactUsfooterBanner {
    width: 100%;
    height: auto;
}

.contactUsfooterBanner img {
    width: 100%;
    height: auto;
}

.navbarTitles {
    display: none;
}

.contactsBanners {
    display: none;
}

.aboutContents {
    display: none;
}

.navTitles {
    display: none;
}

.aboutBottoms {
    display: none;
}

.contactUsfooterBanners {
    display: none;
}

.footers {
    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;
    }
    .contactsBanner {
        display: none;
    }
    .contactsBanners {
        display: block;
        width: 100%;
        height: auto;
    }
    .contactsBanners img {
        display: block;
        width: 100%;
        height: auto;
    }
    .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{
        font-family: AliMedium;
    }
    .navTitles ul li a:hover {
        border-bottom: 2px solid #CA1421;
        color: #CA1421;
    }
    .aboutContent {
        display: none;
    }
    .aboutContents {
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }
    .aboutContentTitles {
        text-align: center;
        width: 100%;
        margin-top: 30px;
        align-items: center;
    }
    .aboutContentTitles span {
        font-size: 35px;
        font-family: AliMedium;
    }
    .aboutLists li {
        line-height: 2;
        font-size: 18px;
        text-indent: 30px;
        margin: 0 10px;
    }
    .navbarTitle {
        display: none;
    }
    .aboutLists {
        width: 90%;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 30px;
        margin: 0 auto;
    }
    .navbarTitles {
        width: 100%;
        display: block;
        background: #F1F1F1;
    }
    .navBarContent {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }
    .navBarContent li {
        width: 25%;
        font-size: 15px;
        text-align: center;
        line-height: 1.5;
    }
    .navBarContent li p {
        font-size: 28px;
        font-family: AliMedium;
        font-weight: normal;
        font-style: italic;
        color: #CA1421;
    }
    .navBarContent li span{
        font-family: AliRegular;
    }
    .last-content {
        display: none;
    }
    .leftTitles{
        margin-top: 20px;
    }
    .aboutBottoms {
        display: block;
        width: 100%;
        margin-top: 15px;
    }
    .aboutBottomsCon {
        padding: 10px;
    }
    .aboutLefts {
        width: 100%;
    }
    .leftTitles {
        text-align: center;
        margin-bottom: 10px;
    }
    .leftTitles span {
        font-size: 20px;
        line-height: 1.5;
        display: block;
        font-family: AliMedium;
        font-weight: 700;
    }
    .aboutLefts dl dd>a {
        font-size: 18px;
        line-height: 1.5;
        text-indent: 20px;
        display: block;
        font-family: AliRegular;
    }
    .aboutLefts dl li>a>img {
        width: 100%;
        display: block;
    }
    .aboutCenters dl dd a {
        font-size: 18px;
        line-height: 1.5;
        text-indent: 20px;
        display: block;
        font-family: AliRegular;
    }
    .aboutCenters dl li>a>img {
        width: 100%;
        display: block;
    }
    .aboutRights dl li>a>img {
        width: 100%;
        display: block;
    }
    .aboutRights dl dd a {
        font-size: 18px;
        line-height: 1.5;
        text-indent: 20px;
        display: block;
        font-family: AliRegular;
    }
    .aboutLists li font span{
        font-family: AliRegular;
    }
    .aboutBottom {
        display: none;
    }
    .contactUsfooterBanner {
        display: none;
    }
    .contactUsfooterBanners {
        display: block;
        width: 100%;
        height: 200px;
    }
    .contactUsfooterBanners img {
        display: block;
        width: 100%;
        height: 200px;
    }
    #liansxi {
        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) {*/
/*    .contactsBanner {*/
/*        display: none;*/
/*    }*/
/*    .contactsBanners {*/
/*        display: block;*/
/*        width: 100%;*/
/*    }*/
/*    .contactsBanners img {*/
/*        display: block;*/
/*        width: 100%;*/
/*        height: 400px;*/
/*    }*/
/*    .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 {*/
/*        font-size: 25px;*/
/*    }*/
/*    .navTitles ul li a:hover {*/
/*        border-bottom: 2px solid #CA1421;*/
/*        color: #CA1421;*/
/*    }*/
/*    .aboutContent {*/
/*        display: none;*/
/*    }*/
/*    .aboutContents {*/
/*        display: block;*/
/*    }*/
/*    .aboutContents {*/
/*        width: 100%;*/
/*        display: flex;*/
/*        flex-direction: column;*/
/*        flex-wrap: wrap;*/
/*    }*/
/*    .aboutContentTitles {*/
/*        text-align: center;*/
/*        width: 100%;*/
/*        margin-top: 30px;*/
/*        align-items: center;*/
/*    }*/
/*    .aboutContentTitles span {*/
/*        font-size: 35px;*/
/*    }*/
/*    .aboutLists li {*/
/*        line-height: 2;*/
/*        font-size: 26px;*/
/*        text-indent: 30px;*/
/*        margin: 0 10px;*/
/*    }*/
/*    .navbarTitle {*/
/*        display: none;*/
/*    }*/
/*    .navbarTitles {*/
/*        width: 100%;*/
/*        display: block;*/
/*        background: #F1F1F1;*/
/*    }*/
/*    .navBarContent {*/
/*        display: flex;*/
/*        width: 100%;*/
/*        flex-wrap: wrap;*/
/*    }*/
/*    .navBarContent li {*/
/*        width: 25%;*/
/*        font-size: 15px;*/
/*        text-align: center;*/
/*        line-height: 1.5;*/
/*    }*/
/*    .navBarContent li p {*/
/*        font-size: 28px;*/
/*        font-family: FZLTCHK;*/
/*        font-weight: normal;*/
/*        font-style: italic;*/
/*        color: #CA1421;*/
/*    }*/
/*    .aboutBottom {*/
/*        display: none;*/
/*    }*/
/*    .aboutBottoms {*/
/*        display: block;*/
/*        width: 100%;*/
/*    }*/
/*    .aboutBottomsCon {*/
/*        width: 100%;*/
/*        margin-top: 20px;*/
/*        display: flex;*/
/*        flex-wrap: wrap;*/
/*    }*/
/*    .aboutLefts {*/
/*        width: 100%;*/
/*        padding: 10px;*/
/*    }*/
/*    .leftTitles span {*/
/*        margin: 0 auto;*/
/*        display: block;*/
/*        width: 100%;*/
/*        text-align: center;*/
/*        font-size: 30px;*/
/*    }*/
/*    .aboutLefts dl dd>a {*/
/*        font-size: 29px;*/
/*        line-height: 1.5;*/
/*        text-indent: 30px;*/
/*        margin-top: 15px;*/
/*        display: block;*/
/*    }*/
/*    .aboutLefts dl li>a>img {*/
/*        width: 100%;*/
/*        display: block;*/
/*        height: 239px;*/
/*        margin-top: 5px;*/
/*    }*/
/*    .aboutCenters {*/
/*        width: 100%;*/
/*        padding: 10px;*/
/*    }*/
/*    .aboutCenters dl dd>a {*/
/*        font-size: 29px;*/
/*        line-height: 1.5;*/
/*        text-indent: 30px;*/
/*        margin-top: 15px;*/
/*        display: block;*/
/*    }*/
/*    .aboutCenters dl li>a>img {*/
/*        width: 100%;*/
/*        display: block;*/
/*        height: 239px;*/
/*        margin-top: 5px;*/
/*    }*/
/*    .aboutRights {*/
/*        width: 100%;*/
/*        padding: 10px;*/
/*    }*/
/*    .aboutRights dl dd>a {*/
/*        font-size: 29px;*/
/*        line-height: 1.5;*/
/*        text-indent: 30px;*/
/*        margin-top: 15px;*/
/*        display: block;*/
/*    }*/
/*    .aboutRights dl li>a>img {*/
/*        width: 100%;*/
/*        display: block;*/
/*        height: 239px;*/
/*        margin-top: 5px;*/
/*    }*/
/*    .last-content {*/
/*        width: 100%;*/
/*        height: 100px;*/
/*        display: flex;*/
/*        align-items: center;*/
/*        flex-direction: column;*/
/*    }*/
/*    .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 {*/
/*        width: 100%;*/
/*        height: 70px;*/
/*        display: flex;*/
/*        align-items: center;*/
/*        flex-direction: column;*/
/*    }*/
/*    .navTitles {}*/
/*    .last-tit,*/
/*    .last-con {}*/
/*    #liansxi {*/
/*        display: none;*/
/*    }*/
/*}*/

@media screen and (max-width:1200px){
    .aboutBottom_part1{
        width: 100%;
    }
}