.contained .about-team-text .hd ul .on {
    background-color: #FF7F00;
}
.contained .about-team-photo .hd ul .on div {
    position: absolute;
    right: 0;
    height: 100%;
    width: 2px;
    background: linear-gradient(244deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
}

.aboutcontent {
	padding: 60px 0;
    background: #1b2232;
    margin-top: -1px;
}

/* .abouttitle {
    margin-bottom: 40px;
} */

.abouttitle h2 {
	font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: normal;
    margin-top: 0;
}

.abouttitle p {
    color: #999999;
	font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.about-img {
    width: 100%;
}

.about-text {
    color: #ccc;
    font-size: 16px;
    padding-top: 15px;
    text-indent: 2em;
}

.about-r {
    width: 100%;
    height: 100%;
}

.about-team {
    height: 100%;
}

.about-team-img,
.about-team-text,
.about-team-photo {
    height: 100%;
}

.about-team-text {
    position: relative;
    text-align: end;
    /* background: url(http://192.168.4.3:8098//sitefiles/library/images/2021/11/9e66085efc0cdba0.png) no-repeat;
    background-size: contain; */
}

.about-team-photo .form {
    position: absolute;
    height: 100%;
    width: 60%;
    left: -70%;
    z-index: 10;
    text-align: right;
}

.about-team-photo .form ul li {
    padding-right: 5%;
    position: relative;
}


.about-team-text ul {
    position: absolute;
    bottom: 5%;
}

.about-team-text .point ul li {
    height: 8px;
    width: 8px;
    background: #fff;
    margin: 15px;
}

.about-team-photo {
    float: right;
    width: 100%;
    height: 100%;
    position: relative;
}

.about-team-photo h2 {
    color: #FF7F00;
    font-size: 22px;
}

.about-team-photo h3,
.about-team-photo p {
    color: #ccc;
    font-size: 16px;
    margin-bottom: 40px;
}

/* .about-team-photo .details img {
    position: absolute;
} */

.about-team-photo .wchat-img,
.about-team-photo .email-img,
.about-team-photo .phone-img {
    position: absolute;
    width: 30%;
    height: 8%;
    margin: 10%;
    left: -14%;
    z-index: 10;
}
.about-team-photo span {
    display: none;
    padding: 2px 10px;
    color: #fff;
    border: 2px solid #FF7F00;
}

.wchat-img {
    bottom: 30%;
}

.email-img {
    bottom: 15%;
}

.phone-img {
    bottom: 0%;
}
.wchat-QR {
    position: absolute;
    display: block;
}

/* ---------------------------- */

.contained {
    width: 100%;
    /* height: 569px; */
    border: 0;
    display: grid;
    grid-template-columns: 28.0625% 3.375% 68.5625%;
    /* grid-template-rows: repeat(50%, 50%); */
    /* grid-template-columns: repeat(50%, 50%); */
    /* //定义两行两列的栅格容器 */
    grid-row-gap: 0;
    grid-column-gap: 0;
    /* //栅格之间的间距 */
}


.BMap_shadow{
display:none;
}
.photo-wall {
    height: 100%;
}
.rw {
    overflow: hidden;
}
.about-team-photo-wall {
    height: 100%;
}
.row-inner{
    padding: 0 10% 10% 0 ;
}