/* 
    pc端适配方案开始
*/

.aboutUsContainer {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.aboutUsBanner {
    width: 100%;
    height: auto;
}

.aboutUsBanner img {
    width: 100%;
    display: block;
    margin-top: 100px;
}

.aboutAsNav {
    height: 50px;
    background: #F3F3F3;
    width: 100%;
    font-size: 18px;
    display: flex;
}

.about-divleft {
    width: 50%;
}
.about-divright {
    width: 50%;
}


.aboutAsNav .about-divright ul {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0 auto;
    height: 50px;
}

.aboutAsNav .about-divright ul li {
    display: flex;
    width:100px;
    justify-content: space-around;
}


.aboutAsNav .about-divleft ul {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;
    height: 50px;
    margin-left: 4%;
}

.aboutAsNav .about-divleft ul li {
    display: flex;
    line-height: 24px;
    /* width:100px; */
    justify-content: space-around;
}
.aboutAsNav .about-divleft ul li p{
    margin-bottom: 0!important;
}
.aboutAsNav .about-divleft ul li span{
    padding-top: 2px;
    font-family: 楷体;
    margin-left: 4px;
    margin-right: 5px;
}

.aboutAsNav ul li a {
    color: #000;
    font-size: 17px;
}

.aboutAsNav ul li a:hover {
    color: #0071BC;
}

.active {
    color: #0071BC !important;
}

.aboutAsContent {
    width: 100%;
    text-align: center;
    /* margin-top: 106px; */
}

.aboutAsTitle p {
    /* width: 100%; */
    width: 32px;
    height: 4px;
    background: #CA1421;
    margin: 0 auto;
    margin-top: 8px;
}

.aboutAsTitle {
    margin-top: 60px;
}

.aboutAsTitle span {
    width: 100%;
    text-align: center;
    display: none;
    font-size: 30px;
    font-family: AliMedium;
    font-weight: 500;
    color: #2C2C34;
}

.aboutList {
    width: 65%;
    margin: 0 auto;
    padding-top: 59px;
    margin-bottom: 50px;
    /* border: 2px solid blue; */
}

.aboutList img {
    display: none;
}

.aboutAsContent .aboutList ul li p span {
    font-size: 18px !important;
}

.aboutList li {
    font-size: 16px;
    font-family: AliRegular !important;
    font-weight: 400;
    color: #333333;
    line-height: 35px;
    text-indent: 30px;
    text-align: left;
}

.aboutList li a {
    font-size: 18px;
    font-family: AliRegular !important;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    text-indent: 30px;
}

.aboutBannerFooter {
    width: 100%;
    height: auto;
    margin-top: 135px;
}

.aboutBannerFooter img {
    width: 100%;
    height: auto;
}

.companyList {
    width: 50%;
    margin: 0 auto;
}

.companyTit {
    margin-top: 40px;
    width: 100%;
}

.companyTit p {
    text-align: left;
    font-size: 22px;
    font-family: AliMedium;
    font-weight: 500;
    color: #2C2C34;
    margin-left: 20px;
}

.companyTit li {
    text-align: left;
    margin-top: 35px;
    margin-left: 12%;
    font-family: AliMedium;
    font-weight: 500;
    color: #2C2C34;
    font-size: 18px;
}


.right {
    flex: 1;
    display: flex;
    margin-top: 36px;
}

/* .right-one {
    margin-left: 50px
} */

.right-two {
    margin-left: 20px;
}

.right-two img {
    width: 103px;
    height: 102px;
    display: block;
}

.last-content {
    width: 100%;
    /* width: 1920px; */
    /* height: 84px; */
    background: #F8F8F8;
    /* margin: 0 auto; */
    padding-top: 20px;
}

.last-tit,
.last-con {
    font-size: 14px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    text-align: center;
}

.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: 18px;
    font-weight: 600;
    color: #340606;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
}

.lianxi li:last-child a {
    color: #340606;
    font-size: 26px;
    font-weight: bold;
    width: 52px;
    height: 52px;
    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: 50%;
    display: block;
    font-family: '楷体';
    text-align: center;
    z-index: 999;
    line-height: 52px;
    transform: rotate(-90deg);
    position: fixed;
    right: 0;
    bottom: 120px;
}

.zuihou {
    display: none;
}

/* 
    PC端适配方案结束
*/


/* 
    移动端适配方案开始
*/
.mobileTitle{
    display: none;
}
/* 媒体查询 */
@media (max-width: 767px) {
    .mobileTitle{
    display: block;
}
    /* 图片 */
    .aboutUsContainer {
        width: 100%;
        font-size: 0.1rem;
    }

    .aboutUsContainer {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .aboutUsBanner {
        width: 100%;
    }

    .aboutUsBanner img {
        width: 100%;
        height: 8rem;
        margin-top: 5rem;
    }

    /* 选项卡 */
    .aboutAsNav {
        display: none;
        height: 3.5rem;

        background: #fff;
        width: 100%;
    }

    .aboutAsNav ul {
        width: 100%;
        /* border: 1px solid red; */
        display: flex;
        align-items: center;
        margin: 0 auto;
        height: 3.5rem;
    }

    .aboutAsNav ul li {
        display: flex;
        /* border: 1px solid blue; */
        width: 5rem;
        height: 4rem;
        font-size: 1rem;
        align-items: center;
    }

    .aboutAsNav ul li a {
        color: #000;
    }

    .aboutAsNav ul li a:hover {
        color: #0071BC;
    }

    .active {
        border-bottom: 0.2rem solid #0071BC;
        color: #0071BC !important;
    }

    /* 公司简介开始 */
    .aboutAsContent {
        font-size: 1rem;
        margin-top: 0.5rem;
        width: 100%;
        text-align: center;
    }

    .aboutAsTitle span {
        font-family: "黑体";
        font-weight: 600;
    }

    .aboutList {
        width: 90%;
    }

    .aboutList ul {
        margin-top: -3.5rem;
    }

    /* 公司简介结束 */
    /* 大照片 */
    .aboutBannerFooter {
        width: 100%;
        height: 5rem;
        margin-top: 0.2rem;
    }

    .aboutBannerFooter img {
        width: 100%;
        height: 100%;
    }

    /* 大照片结束 */




    /* 封装h5小型模块 */
    .footer {
        display: none;
    }

    .zuihou {
        width: 100%;
        display: flex;
    }

    .vertical {
        border: 0px solid blue;
        font-size: 1rem;
        margin-top: 1rem;
        margin-left: 2rem;
    }

    .vertical ul {
        width: 5rem;
    }

    .vertical ul li {
        width: 100%;
        height: 2rem;
        text-align: center;
        line-height: 2rem;
    }

    .right-two {
        width: 6rem;
        height: 6rem;
    }

    .right-two img {
        width: 100%;
        height: 100%;
    }

    .right {
        font-size: 1rem;
        position: relative;
        top: -0.55rem;
        margin-left: 0.9rem;
    }

    /* 结束 */
}

/* 
    移动端适配方案结束
*/