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: 1366px;
    height:1530px;
    background-color: thistle;
    background-image: url(../img/team9.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;

}

.center {
    position: relative;
    width: 797px;
    height: 1530px;
    margin: 0 auto;
    background-image: url(../img/team8.png);
    background-repeat: no-repeat;
    background-size: 797px 1667px;
}

.cen_head {
    width: 300px;
    text-align: center;
    margin: 0 auto;
}
.cen_head>img {
  position: relative;
  top: -5px;
}
.cen_head>p:nth-child(1) {
    font-size: 17px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #2A74AF;
    padding-top: 43px;
    /* padding-bottom: 9px; */
}

.cen_head1 {
    font-size: 17px;
    color: #2A74AF;
    line-height: 16px;
    /* padding-top: 10px; */
    padding-bottom: 38px;
}

/*  团队介绍*/
/* 右边出 */
.info {

    width: 1030px;
    height: 328px;
    margin: 0 auto;
    margin-bottom: 38px;
    display: flex;

}

.info1 {
    position: relative;
    left: -167px;
    top: -21px;
    height: 231px;
    width:632px;
    margin: 0 auto;
    background-color: #2A74AF;
}

.info>img {
    width: 203px;
    height: 233px;
    position: relative;
    left: 32px;
    top: -22px;
    z-index: 2;
}

.info2 {
    height: 231px;
    width:620px;
    display: flex;
    align-items: center;
  

}

/* 第一块 */
.eng_name {
    width: 220px;
   
    font-size: 13px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    transform: rotate(90deg);
    padding-bottom: 64px;
    padding-left: 37px;
    /* text-align: center; */
}

.yuan {
    background-color: white;
    width: 10px;
    height: 6px;
    border-radius: 50%;
    position: relative;
    left: -46px;
}

.chi_name {
    display: flex;
    width: 15px;
    font-size: 11px;
    color: #FFFFFF;
    flex-direction: column;
    position: relative;
    left: -36px;

}

.infomation {
    width: 569px;
    font-size: 11px;
    color: #FFFFFF;
    line-height: 20px;
    text-align: justify;
    padding-right: 30px;
}

/* 左边出第二块 */
.info3 {
    width: 1030px;
    /* height: 328px; */
    margin: 0 auto;
    /* margin-bottom: 50px; */
    display: flex;

}

.info4 {
    position: relative;
    top: -124px;
    left: -68px;
    height: 231px;
    width:632px;
    margin: 0 auto;
    background-color: #2A74AF;
}

.info3>img {
    width: 203px;
    height: 233px;
    position: relative;
    left: -267px;
    top: -125px;
    z-index: 2;
}

.info5 {
    height: 231px;
    width:632px;
    display: flex;

    align-items: center;
    position: relative;
}
.eng_name1 {
    width: 220px;
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    transform: rotate(90deg);
    /* padding-bottom: 13px; */
    padding-left: 58px;
}

.yuan1 {
    background-color: white;
    width: 11px;
    height: 10px;
    border-radius: 50%;
    position: relative;
    left: 106px;
}

.chi_name1 {
    display: flex;
    width: 15px;
    font-size: 11px;
    color: #FFFFFF;
    flex-direction: column;
    position: relative;
    left:95px;

}

.infomation1 {
    width: 405px;
    font-size: 11px;
    color: #FFFFFF;
    line-height: 20px;
    text-align: justify;
   position: relative;
   left: 38px;
}
.three{
    position: relative;  
    top: -68px;
}
.four{
    position: relative;  
    top: -68px;
}
.five{
    position: relative;  
    top: -137px;
}