.companyprofile,
.member{
    padding: 2% 10%;
}
.companyprofile{
    /* height: 650px; */
    background-image: url(../images/companyProfile/companyprofile-bg.jpg);
    background-size: 100% 100%;
}
.companyprofile-content{
    display: flex;
    justify-content: space-between;
}
.companyprofile-content .left{
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.companyprofile-content .left .left-ct{
    font-size: 1.125rem;
    text-indent: 2em;
    line-height: 2rem;
}

.left img{
    margin: 1.875rem 0;
}

.companyprofile-content .video{
    width: 50%;
}

.companyprofile-content .right{
    width: 50%;
}
.menber{
    overflow: hidden;
}
.menber-c{
    display: flex;
    justify-content: space-between;
}
.memberItem{
    width: 100%;
    min-height: 100%;
    margin-right: 33px;
    margin-bottom: 6px;
    float: left;
    border: 1px solid #ccc;
    box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.5);
}
.memberItem:last-of-type{
    margin-right: 0;
}
.menberItem-topimg{
    width: 100%;
    height: 12.5rem;
    background-size: 100% 100%;
    position: relative;
}
.menberItem-title{
    position: absolute;
    bottom: 20px;
    left: 15px;
    color: white;
    font-size: 16px;
    font-weight: bold;
}
.menberItem-content{
    padding: 0 20px 20px;
    box-sizing: border-box;
}
.menberItem-content p{
    line-height: 2;
    text-indent: 2em;
    text-align: start;
    font-size: 1rem;
}
.swiper-capacity{
    overflow: hidden;
    background: #F1F1F1;
}
.swiper-capacity .swiper-slide{
    width: 320px;
    height: 334px;
}
.swiper-capacity .swiper-slide .slide-body{
    width: 100%;
    height: 100%;
    background: #fff;
    position: relative;
}

.swiper-capacity .swiper-slide img{
    width: 275px;
    height: 206px;
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
}
.swiper-capacity .slide-text{
    padding-top: 100px;
    padding-left: 20px;
    font-size: 20px;
    color: #333333;
    font-weight: 600;
    position: relative;
}
.swiper-capacity .slide-text .slide-textname{
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 2;
    font-size: 24px;
}
.swiper-capacity .slide-text .slide-textshadow{
    position: absolute;
    bottom: 28px;
    left: 20px;
    font-size: 32px;
    color: #EBEBEB;
    z-index: 1;
}
.capacity-pagination{
    text-align: center;
}
.swiper-capacity .pagination-box{
    margin: 7% 0 3%;
}
.swiper-pagination-bullet{
    width: 11px;
    height: 11px;
    margin-right: 22px !important;
    background-color: #004297;
}

.underline-blue{
    width: 6.25rem;
    height: 6px;
    background: #004297;
    border-radius: 0.1875rem;
    margin-top: 0.625rem;
}

@media screen and (max-width:1000px){

    .companyprofile, .member {
        padding: 2% 5%;
    }
}