body {
    overflow-x: hidden;
}

.about_banner {
    width: 100%;
}

.about_banner .about_content {
    max-height: 580px;
    position: relative;
}

.about_banner .about_content img {
    width: 100%;
    object-fit: contain;
}

.about_banner .about_content .textdesc {
    width: 1300px;
    height: 120px;
    position: absolute;
    top: 50%;
    left: 64%;
    margin-left: -650px;
    margin-top: -60px;
}

.about_banner .about_content .textdesc p {
    font-size: 36px;
    font-weight: bold;
    font-style: italic;
    color: #FFFFFF;
    padding-left: 2px;
}

.about_banner .about_content .textdesc .poline {
    width: 540px;
    height: 1px;
    background-color: #ffffff;
    margin-top: 15px;
    position: relative;
}

.about_banner .about_content .textdesc .poline div {
    width: 190px;
    height: 10px;
    background: #ffffff;
    box-shadow: rgb(0, 204, 0) 0px 0px 2px inset;
    position: absolute;
    left: 0;
    top: -5px;
}

.about_banner .about_content .textdesc .poline p {
    font-size: 20px;
    font-style: italic;
    color: #FFFFFF;
    position: absolute;
    right: 0;
    bottom: -35px;
}

/* 内容 */
.content {
    position: relative;
    top: -4px;
    width: 1920px;
    height: 2150px;
    background-color: thistle;
    background-image: url(../img/team9.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;

}

.center {
    position: relative;
    width: 1120px;
    height: 2150px;
    margin: 0 auto;
    background-image: url(../img/team8.png);
    background-repeat: no-repeat;
    background-size: 1120px 2379px;
}

.cen_head {
    width: 300px;
    text-align: center;
    margin: 0 auto;
}

.cen_head>p:nth-child(1) {
    font-size: 24px;
    color: #2A74AF;
    line-height: 16px;
    padding-top: 60px;
    padding-bottom: 9px;
}

.cen_head1 {
    font-size: 24px;
    color: #2A74AF;
    line-height: 16px;
    padding-top: 10px;
    padding-bottom: 38px;
}

/*  团队介绍*/
/* 右边出 */
.info {

    width: 1030px;
    height: 328px;
    margin: 0 auto;
    margin-bottom: 50px;
    display: flex;

}

.info1 {
    position: relative;
    left: -145px;
    top: 1px;
    height: 325px;
    width: 888px;
    margin: 0 auto;
    background-color: #2A74AF;
}

.info>img {
    width: 285px;
    position: relative;
    left: -3px;
    z-index: 2;
}

.info2 {
    height: 325px;
    width: 888px;
    display: flex;
    align-items: center;

}

/* 第一块 */
.eng_name {
    width: 220px;
    
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    transform: rotate(90deg);
    padding-bottom: 105px;
    padding-left: 37px;
    /* text-align: center; */
}

.yuan {
    background-color: white;
    width: 11px;
    height: 10px;
    border-radius: 50%;
    position: relative;
    left: -55px;
}

.chi_name {
    display: flex;
    width: 15px;
    font-size: 16px;
    color: #FFFFFF;
    flex-direction: column;
    position: relative;
    left: -40px;

}

.infomation {
    width: 569px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 28px;
    text-align: justify;
}

/* 左边出第二块 */
.info3 {
    width: 1030px;
    height: 328px;
    margin: 0 auto;
    margin-bottom: 50px;
    display: flex;

}

.info4 {
    position: relative;
    top: 1px;
    height: 325px;
    width: 888px;
    margin: 0 auto;
    background-color: #2A74AF;
}

.info3>img {
    width: 285px;
    position: relative;
    left: -144px;
    z-index: 2;
}

.info5 {
    height: 325px;
    width: 888px;
    display: flex;
    align-items: center;
    position: relative;
}
.eng_name1 {
    width: 220px;
    font-size: 21px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    transform: rotate(90deg);
    /* padding-bottom: 105px; */
    padding-left: 10px;
}

.yuan1 {
    background-color: white;
    width: 11px;
    height: 10px;
    border-radius: 50%;
    position: relative;
    left: 90px;
}

.chi_name1 {
    display: flex;
    width: 15px;
    font-size: 16px;
    color: #FFFFFF;
    flex-direction: column;
    position: relative;
    left:73px;

}

.infomation1 {
    width: 569px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 28px;
    text-align: justify;
   position: relative;
   left: 38px;
}