div {
    box-sizing: border-box;
}
#map {
    width: 100%;
    height:740px;
}
.title {
    width: 215px;
    height: 92px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 57px;
}

.title div {
    width: 48px;
    border: 1px solid #3645A8;
    margin-top: 8px;
}

.title p {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 40px;
    color: #262626;
    line-height: 46px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 0;
}

.title span {
    height: 30px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    background: linear-gradient(180deg, #BFC4C8 0%, rgba(191, 196, 200, 0) 100%);
    -webkit-background-clip: text;
    color: transparent;
    white-space: nowrap;
}

.about-us-top {
    min-width: 1400px;
    width: 100%;
    height: 420px;
    position: relative;
    display: flex;
    justify-content: center;
}
.about-banner{
    position: absolute;
    width: 100%;
    height: 100%;
   background-size:cover;
background-repeat: no-repeat;
    animation: about-banner 1s ;
    z-index: -1;
}
@keyframes about-banner {
    0% {
        transform: scale(1.2);
        /*transform: translateZ(-800px);*/
    }
    100% {
        transform: scale(1);
        /*transform: translateZ(-800px);*/
    }
}
.about-us-top-desc {
    width: 1400px;
    height: 420px;
    display: flex;
    flex-direction: column;
    margin-top: 103px;
}

.about-us-top-desc-Entitle {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 48px;
    color: rgba(255, 255, 255, 0.2);
    line-height: 56px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    animation: top-desc-Entitle 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.about-us-top-desc-title {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 54px;
    color: #FFFFFF;
    line-height: 63px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 12px;
    animation: top-desc-title 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
@keyframes top-desc-Entitle {
    0% {
        transform: translateX(-100px) translateY(-100px);
        opacity: 0;
    }
    100% {
        transform: translateX(0) translateY(0) translateZ(-800px);
        opacity: 1;
    }
}
@keyframes top-desc-title {
    0% {
        transform: translateX(-100px) ;
        opacity: 0;
    }
    100% {
        transform: translateX(0) ;
        opacity: 1;
    }
}
.about-us-top-desc-content {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    animation: top-desc-content 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
@keyframes top-desc-content {
    0% {
        -webkit-transform: translateX(100px) translateY(100px);
        transform: translateX(100px) translateY(100px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
        opacity: 1;
    }
}
.about-us-CP {
    min-width: 1400px;
    width: 100%;
    height: 674px;
    background-image: url(../assets/Group\ 1479@2x.png);
   background-size:cover;
background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-us-CP-desc {
    width: 1400px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-us-CP-desc-title {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 500;
    font-size: 32px;
    color: #3F51B5;
    line-height: 38px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 51px 0 30px;
}

.about-us-CP-desc-content {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 16px;
    color: #4E5D65;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.about-us-CP-descBT {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 51px 0 69px;
}

.about-us-CP-descBT-num {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 145px;
}

.about-us-CP-descBT-Num {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 40px;
    color: #3F51B5;
    line-height: 47px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.about-us-CP-descBT-Numdesc {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 16px;
    color: #3F51B5;
    line-height: 19px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.about-us-CP-descBT-numdesc {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 16px;
    color: #8C8C8C;
    line-height: 19px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.about-us-CC {
    min-width: 1400px;
    width: 100%;
    background-image: url(../assets/Rectangle\ 2897@2x.png);
   background-size:cover;
background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 112px;
}

.about-us-CC-container {
    width: 1400px;
    display: flex;
    justify-content: space-between;
    margin: 42px 14px 0;
}

.about-us-CC-container-desc {
    width: 448px;
    background: #FFFFFF;
    border-radius: 3px;
    border: 1px solid #BFC4C8;
    display: flex;
    flex-direction: column;
}

.about-us-CC-container-desc-img {
    width:100%;
    height: 224px;
   background-size:cover;
background-repeat: no-repeat;
}
.about-us-CC-container-desc-title {
    display: block;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 500;
    font-size: 24px;
    color: #262626;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin:48px 0 19px 40px;
}
.about-us-CC-container-desc-text{
    padding: 27px 42px 33px 42px;
}
.about-us-CC-container-desc-contentT:before {
    content: '';
    display: block;
    height: 0;
    width: 16px;
    border: 2px solid #608DE2;
    margin:17px 8px 0 0;
}
.about-us-CC-container-desc-contentT {
    display: flex;
    box-sizing: border-box;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 500;
    font-size: 16px;
    color: #404040;
    line-height: 35px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.about-us-CC-container-desc-content {
    margin-left: 24px;
    display: block;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 16px;
    color: #6A6A6A;
    line-height: 35px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    box-sizing: border-box;
}

.about-us-CC-container-desc-line {
    width: 61px;
    height: 6px;
    background: #618DE2;
    margin-left: 40px;
}

.about-us-CH {
    min-width: 1400px;
    width: 100%;
    height: 563px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url(../assets/Rectangle\ 2904@2x.png);
}
.about-us-CH-swiper{
    width: 1400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.about-us-CH-swiper-desc{
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 16px;
    color: #262626;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: flex;
    align-items: center;
   justify-content: center;
    padding: 14px 18px;
}
.about-us-CH-swiper-container{
    width: 1400px;
    height: 343px;
    overflow: hidden;
    position: relative;
}
.about-us-CH-swiper-Box{
    width: 100%;
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
}
.about-us-CH-swiper-Box.active {
    opacity: 1;
}
.about-us-CH-swiper-box{
    width: 337px;
    height: 258px;
    padding: 7px 9px 14px 11px;
    background: #FFFFFF;
    border-radius: 0 0 3px 3px;
    margin: 39px 17px 46px 0;
}

.about-us-CH-swiper img{
    width: 317px;
    height: 182px;
    border-radius: 3px;
    margin-bottom: 5px;
}
.about-us-CH-swiper-box div{
    width: 317px;
    height: 50px;
    background: #EEF2FB;
    border-radius: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.swiper-dots{
  display: flex;
    justify-content: center;
}
.swiper-dot{
    width: 12px;
    height: 12px;
    background: #CED9EA;
    border-radius:50%;
    margin-right: 11px;
    cursor: pointer;
}
.swiper-dot.active {
    width: 12px;
    height: 12px;
    background: #3F51B5;
    border-radius:50%;
    margin-right: 11px;
}
.about-us-CI {
    width: 100%;
    min-width: 1400px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-image: url(../assets/Rectangle\ 34624577@2x.png);
   background-size:cover;
background-repeat: no-repeat;
    padding-bottom: 80px;
}

.about-us-CI-container {
    width: 1400px;
    display: flex;
    justify-content: space-between;
    margin: 49px 0 0;
}

.about-us-CI-container-left {
    width: 656px;
    height: 690px;
    overflow: hidden;
}

.about-us-CI-container-right {
    width: 726px;
}

.about-us-CI-container-right-top {
    width: 100%;
    height: 168px;
    padding: 16px 0 0 25px;
    margin-bottom: 12px;
    background-color: #4774CB;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
}

.about-us-CI-container-right-top-title {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 500;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 38px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 4px;
}

.about-us-CI-container-right-top-content {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #FCFCFC;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.about-us-CI-container-right-top-content > label {
    display: flex;
    width: 100%;
    white-space: pre-wrap;
}

.about-us-CI-container-right-bottom {
    width: 726px;
    background-color: #EDF3F9;
    border-radius: 3px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 16px 28px 20px 22px;

}

.about-us-CI-container-right-bottom-title {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 500;
    font-size: 20px;
    color: #404040;
    line-height: 23px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    width: 288px;
    white-space: pre-wrap;
}

.about-us-CI-container-right-bottom-content {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #878C97;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    white-space: nowrap
}
.about-us-CI-container-right-bottom-content > label {
    display: flex;
    width: 289px;
    white-space: pre-wrap;
}
