.aboutBannerBox {
    position: relative;
}

.BannerTitle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12%;
    font-weight: 500;
    color: #FFFFFF;
}

.about_01 {
    background: #f0f4f9;
}

.aboutTitles {
    /* background: #F0F4F9; */
    padding: 40px 12%;
}

.about_index2 {
    background-image: url('../imgs/aboutImg1.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 890px;
    position: relative;
}

.btmImg {
    position: absolute;
    bottom: 0px;
    width: 76%;
    margin: 0 auto;
}

.btmImg img {
    width: 100%;
}

.intBox {
    display: flex;
    justify-content: space-between;
    /* height: 100%; */
    box-sizing: border-box;
    flex-wrap: wrap;
    margin-bottom: 4%;
}

.intBox_left {
    margin-top: 40px;
    width: 38%;
}

.intBox_left img {
    width: 78%;
    margin-left: 20px;
    margin-top: 20px;
}

.intBox_left_intrduce {
    /* margin-top: 50px; */
    overflow-y: hidden;
    text-align: left;
}

.intBox_left_intrduce .pBlank {
    /* font-weight: 300; */
    color: #062639;
}

.intBox_left_intrduce p:first-child {
    margin-bottom: 30px;
}

.intBox_right {
    width: 58%;
    margin-top: 10px;
    text-align: center;

}

.intBox_right h2 {
    font-size: 36px;
    font-weight: 500;
    color: #054994;
}

.aboutLandu {
    /* background: #054994; */
    width: 100%;
}

.whiteC {
    color: #fff;
}

.whiteBG {
    background-color: #fff;
}

.landuH1 {
    /* height: 34%; */
    padding-top: 40px;
    box-sizing: border-box;
}

.landuBox {
    height: 56%;
}

.landu_left {
    /* height: 56%; */
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: space-between;
}

.landuH4 {
    font-size: 32px;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 36px;
}

.landu22 {
    font-size: 22px;
    font-weight: 400;
    color: #FFFFFF;
}

.landuUl {
    height: 80%;
    flex-direction: column;
}

.marginTp0 {
    margin-top: 0px;
}

.flexSpaceBete {
    display: flex;
    justify-content: space-between;
}

.aboutTip {
    background-image: url('../imgs/aboutImg13.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.honorBox,
.aboutTips {
    height: 500px;
    width: 76%;
}

#certify {
    margin-top: 66px;
}

.aboutTips .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
}

.aboutTips .swiper-slide-active,
.swiper-slide-duplicate-active {
    transform: scale(1);
}

.leader {
    background: #fff;
}

.teamTitles {
    font-weight: 600;
    color: #054994;
    margin-bottom: 30px;
}

.consultant {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
}

.consultantItem {
    /* width: 23%; */
    width: 28%;
    margin-bottom: 40px;
    margin-right: 6%;
}

.consultantItem:nth-child(3n) {
    margin-right: 0px;
    /* background-color: red; */
}

.consultantItemImgBox {
    width: 100%;
    text-align: center;
    background: #C9D7E6;
    box-shadow: 0px 0px 5px 1px #DEE2E6;
    height: 330px;
    display: flex;
    justify-content: center;
    align-items: end;
}

.consultantItem img {
    width: 80%;
    /* height: 86%; */
    max-height: 90%;
    vertical-align: bottom;

}

.consultantItemtipBox {
    background: #F5F7FA;
    width: 100%;
    box-shadow: 0px 0px 5px 0px #DEE2E6;
    border-radius: 0px 0px 10px 10px;
    padding: 20px;
    box-sizing: border-box;
}

.teamNames {
    /* font-weight: 600; */
    color: #054994;
    margin-bottom: 20px;
}

.consultantItemtipBox p {
    font-weight: 400;
    color: #333C45;
}

.bossBox {
    display: flex;
    flex-direction: row;
    margin-bottom: 3%;
    align-items: center;
    height: 330px;
    width: 100%;
}

.bossBox .BossPicture {
    background: #C9D7E6;
    box-shadow: 0px 0px 5px 1px #DEE2E6;
    width: 28%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: end;
}

.BossPicture img {
    width: 80%;
    max-height: 99%;
}

.consultantBoss {
    background: #F5F7FA;
    box-shadow: 0px 0px 5px 0px #DEE2E6;
    border-radius: 0px 0px 10px 10px;
    width: 71%;
    padding: 3%;
    display: flex;
    flex-direction: row;
    height: 100%;
    box-sizing: border-box;
}

.bossBox_left {
    width: 38%;
    height: 100%;
    display: flex;
    /* align-items: center; */
    flex-direction: column;
    justify-content: space-around;
    align-content: space-around;
}

.bossBox_left .Name {
    /* font-weight: 600; */
    color: #054994;
    margin-right: 20px;
}

.bossBox_left p span {
    font-weight: 400;
}

.bossBox_right {
    width: 58%;
    height: 100%;
    overflow-y: auto;
    color: #333C45;
    margin-left: 3%;
    display: flex;
    align-items: center;
    text-align: justify;
    /* font-family: "微软雅黑"; */
}

.blank {
    font-weight: 600;
    color: #091827;
}

.bossBox_left .tips {
    font-weight: 500;
    color: #091827;
    /* margin-top: 20px;
    margin-bottom: 3%; */
}

.bossTItle {
    /* line-height: 40px; */
    /* margin-bottom: 20px; */
}

.landuItemBox {
    width: 100%;
    height: 21.625rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.landuBox-1 {
    width: 24%;
    height: 100%;
    /* margin-right: 20px; */
    background: #054994;
    /* padding:0px 20%; */
    box-sizing: border-box;
}

.landuBox-1 div {
    width: 41%;
    text-align: center;

}

.landuBox-2 {
    width: 28%;
    /* height: 330px; */
    margin: 0px 1% 0% 1%;
    /* padding-bottom: 20px; */
    /* padding-right: 20px; */
    box-sizing: border-box;

}

.landuBox-2 img {
    width: 100%;
    height: 100%;
}

.landuBox-3 {
    width: 46%;
    height: 100%;
    background: #0698D4;
}

.landuBox-3 div {
    width: 66%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
}

.landuBox-3 div>p {
    width: 100%;
    margin-top: 20px;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.landuBox-3 div>p>span{
    display: block;
    width:33%;
}

.landuItemBox1 {
    height: 370px;
}

.landuBox-4 {
    width: 24%;
    margin-right: 1%;
    margin-top: 1%;
    box-sizing: border-box;
}

.landuBox-4 img,
.landuBox-6 img {
    width: 100%;
    height: 100%;
}

.landuBox-5 {
    /* width: 30%; */
    width: 28%; 
    margin-top: 1%;
    background: #EE6F12;
    /* margin-right: 1%; */
}

.landuBox-5 div {
    width: 60%;
    text-align: center;
}

.landuBox-6 {
    /* width: 45%; */
    width: 46%;
    margin-left: 1%;
    margin-top: 1%;
    box-sizing: border-box;
}

.landuBox_title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.landuBox_title h2 {
    font-weight: 500;
    color: #FFFFFF;
}

.contactBox {
    margin-top: 60px;
    margin-bottom: 60px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.formBox {
    width: 100%;
}

.formBox .form {
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin: 0 auto;
    margin-top: 30px;
    width: 80%;
}

.form input {
    background: #F9F9F9;
    border: 1px solid #E5EBF2;
    border-radius: 5px;
    width: 26%;
    height: 50px;
    margin-right: 30px;
    padding: 12px;
    box-sizing: border-box;
}

.form input:last-child {
    margin-right: 0px;
}

.submits {
    width: 245px;
    height: 50px;
    background: #054994;
    border-radius: 30px;
    color: #fff;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
}

.contact_title {
    font-weight: 500;
    color: #1A2B43;
    margin-bottom: 3%;
}

.contact_tip {
    font-weight: 300;
    color: #364655;
    margin-bottom: 1%;
}

.contactImgBox {
    margin-top: 20px;
    width: 100%;
    height: 620px;
    display: flex;
    flex-direction: row;
}

.contactImgBox img {
    width: 100%;
    height: 100%;
}

.pad136 {
    padding-bottom: 0px;
}

@media screen and (min-width:1930px) {
    .about_index2 {
        height: 930px;
    }
}

@media only screen and (max-width:1720px) {
    .consultantItemtipBox p {
        height: 54px;
        overflow: hidden;
    }

    .consultantItemtipBox p.item1366 {
        height: 27px;
        line-height: 27px;
    }
}

@media only screen and (max-width:1600px) {
    .about_index2 {
        height: 820px;
    }

    .landuItemBox1,
    .landuItemBox {
        height: 320px;
    }
}

@media only screen and (max-width:1580px) {
    .bossBox_left {
        width: 40%;
    }

    .bossBox_right {
        width: 55%;
    }
}

@media only screen and (max-width:1366px) {
    .abtNav li {
        /* width: 18%; */
    }

    .landuBox-1 div {
        width: 60%;
    }

    .landuItemBox1,
    .landuItemBox {
        height: 260px;
    }

    .landuBox-5 div {
        width: 70%;
    }

    .consultantItemImgBox {
        height: 260px;
    }
    .bossBox{
        height: 260px;
    }
    .consultantItem img {
        max-width: 88%;
    }

    .bossBox_left {
        width: 47%;
    }

    .bossBox_left p {
        font-size: 16px;
    }

    .bossBox_right {
        width: 51%
    }

    .fnt_18 {
        font-size: 14px;
    }

    .consultantItemtipBox p {
        height: 42px;
        overflow: hidden;
    }

    /* .pad136{ */
    /* padding-bottom: 20px; */
    /* } */
    .consultantItemtipBox p.item1366 {
        height: 22px;
        line-height: 22px;
    }
}

@media (min-width:1024px) and (max-width:1360px){
    .abtNav li {
        width: 25%;
    }

    .about_index2 {
        height: 790px;
    }

    .landuItemBox {
        height: 220px;
    }

    .landuBox-1 div,
    .landuBox-5 div {
        width:62%;
    }

    .landuBox-3 div {
        width: 60%;
    }

    .bossBox {
        height: 300px;
    }

    .consultantBoss {
        padding: 2%;
    }

    .bossBox_left {
        width: 49%;
    }

    .bossBox_right {
        width: 50%;
    }
}