.aboutus-banner {
    border: 1px solid #59c1ba;
    margin-top: 5px;
}
.aboutus-banner>div>div{
    padding:0;
}
.main-h2{
    font-size: 20px; 
    font-weight: bold;
    margin-top: 40px;
}
.main-line{
    height: 1px; 
    background-color: #59c1ba;
    margin-bottom: 20px;
}
.main-ul{
    margin-bottom:60px;
}
.main-ul li{
    line-height: 24px;
}
.main-list>div{
    padding: 0 1%;
}

.main-list-ul{
    background-color: #e5f5f4;
    padding: 15px 10px 1px 10px;
}
.main-list-ul ul {
    list-style: none;
}
.main-list-ul ul li {
    margin-bottom: 30px;
    line-height: 24px;
}
.main-list-ul ul li h3 {
    font-size: 20px;
    color: #2da6a9;
    font-weight: bold;
}
.ourteam{
    position: relative;
}
.ourteam>div{
    position: absolute;
}
.ourteam>div>h3{
    font-size: 20px;
    font-weight: bold;
    color: #2da6a9;
}
.nrzz{
    right: 14.3%;
    top: 0.5%;
    width: 20.5%;
    height: 25%;
}
.gwwyh{
    width: 15%;
    right: 5%;
    top: 41.3%;
}
.sjsj{
    right: 1%;
    top: 68%;
    width: 21%;
}
.zdj{
    top: 90%;
    right: 35%;
    width: 20%;
}
.cbcy{  
    top: 68%;
    left: 7%;
    width: 21%;
}
.zlsjjly{
    top: 28%;
    width: 23%;
    left: 0%;
}





@media (max-width:768px){
    .main-ul {
        margin-bottom: 30px;
    }
    .main-h2 {
        margin-top: 30px;
    }
    .main-list-ul ul li {
        margin-bottom: 0px;
    }
    .main-list-ul {
        padding: 5px 10px 1px 10px;
    }
}

@media(max-width: 1199px){
.bg{
        display: none;
    }  
    .ourteam>div{
        position: static;
        width: 80%;
        margin-left: 21%;
    }
}
@media(max-width:991px){
    .ourteam>div{
        position: static;
        width: 100%;
        margin-left: 0;
    }
    .ourteam>div>h3,
    .main-list-ul ul li h3{
        font-size: 18px;
    }
}
