.pd80 {
    padding: 40px 0;
}
.about-title {
    font-size: 30px;
    color: #000;
    text-align: center;
    line-height: 34px;
    padding: 50px 0;
    font-weight: bold;
    position: relative;
}

.about-title::after {
    content: '';
    display: block;
    width: 45px;
    height: 4px;
    margin: 10px auto;
    background-color: #1e2b58;
}

.page-about1-button button{
    padding: 10px 20px;
    color: #fafafa;
    font-weight: bold;
    color: #02A1C0;
    background-color: #fff;
    border: 1px solid #0186A0;
}

.page-about1-button .active{
    background-color: #02A1C0;
    color: #fff;
}

.aboutNav {
    box-sizing: border-box;
    width: 100%;
    border-bottom: 1px solid #dddddd;
    position: sticky;
    top: 0;
    background: #F5F5F5;
    z-index: 9;
    margin-top: -10px;
}

.aboutNavCur {
    background: #ffffff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
}

.aboutNav div {
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.aboutNav div nav {
    display: inline-block;
}

.aboutNav div a {
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    /*line-height: 5em;*/
    line-height: 3.5em;
    width: 8em;
    color: #888888;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.aboutNav div a:hover,
.aboutNav div .aboutcur1 {
    color: #fff !important;
    font-weight: bold;
    background: #0186A0;
    border-bottom: 1px solid #02A1C0;
}


/* 简介 */
.about-us .about-us-bgc {
    min-width: 1200px
}

.page-about-img1 {
    margin-bottom: 16px;
}

.page-about-img1 img {
    width: 100%;
}

.page-about-img2 img {
    width: 100%;
}

.page-about-left-p1 {
    font-weight: 500;
    font-size: 20px;
    color: #000;
    line-height: 40px;
    text-align: left;
    padding: 10px 0;
    border-bottom: 1px dashed #ccc;

}
.page-about-left {
    display: none;
}
.about-us .show{
    display: block;
}
.page-about-imgbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page-about-left-box2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.page-about-left-box2-itme {
    flex: 0 0 48%;
    display: flex;
    align-items: center;
    margin: 10px 0;
    border-radius: 4px;
    background-color: #fff;
}

.page-about-left-box2-number {
    width: 70px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    background-color: #02A1C0;
    color: #fff;
    font-weight: 600;
    border-radius: 4px;
}

.page-about-left-box2-number img {
    width: 35px;
    height: 35px;
}

.page-about-left-box2-info {
    flex: 1;
    font-weight: 500;
    font-size: 20px;
    color: #02A1C0;
    line-height: 46px;
    text-align: center;
}

/* 简介end */

/* 组织架构 */
.organization-img{
    width: 100%;
}
.organization-img img{
    width: 100%;
}
/* 组织架构end */


/* 团队介绍 */
.tpolyTeams-bom{
    cursor: pointer;
}

.tpolyTeams-box {
    display: flex;
}

.tpolyTeams-box-img {
    height: 300px;
    width: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tpolyTeams-box-img img{
    width: 80%;
    height: 100%;
    object-fit: cover;
}

.tpolyTeams-info {
    flex: 1;
    padding: 20px;
    overflow: hidden;
}

.tpolyTeams-info-title {
    font-size: 28px;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
}

.tpolyTeams-info-word {
    line-height: 2;
    font-size: 16px;
    text-align: justify;
}
/* 团队介绍-end */