.about-banner{
    height: 600px;
    background: url("../images/about-banner.png");
    background-size: 100% 100%;
}
.banner-title-aboutUs{
    font-size: 36px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 50px;
    margin-top: 251px;
}
.banner-text-dec{
    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 33px;
    margin-top: 13px;
}
.dec-box-title{
    margin-top: 10px;
    font-size: 32px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #202328;
    line-height: 45px;
    text-align: center;

}
.dec-box-blue-img{
    width: 174px;
    height: 12px;
    background: url("../images/blue-points.png") no-repeat;
    background-size: 100% 100%;
    margin: 7px auto;
}
.dec-outside-box{
    margin-bottom:20px;
    background: #fff;
}
.dec-text{
    width: 900px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #5C636D;
    line-height: 40px;
    letter-spacing: 2px;
    margin-top: 10px;
}
.brand-box{
    height: 256px;
    background: #F5FAFF;
}

.brand-container{
    height: 100%;
    /*display: flex;*/
    /*justify-content: space-around;*/
    /*justify-content: space-between;*/
    /*align-items: center;*/
}
.brand-item{
    width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 32px;
}
.brand-item-img{
    height: 60px;
    width: 60px;
}
.brand-item-title{
    margin-top: 20px;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #202328;
    line-height: 25px;
    opacity: 0.5;
}
.brand-item-text{
    margin-top: 12px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #202328;
    line-height: 25px;
}
.course-box{
    /*height: 1152px;*/
    background: #fff;
    padding:50px 0;
}
.course-container{
    display: flex;
    justify-content: center;
    padding-top: 90px;
    box-sizing: border-box;

}
.course-left-item{
    margin-right: 60px;
}
.course-right-item{
    margin-left: 60px;
}

.year{
    font-size: 19px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #2F353D;
    line-height: 26px;

}
.left-item-content{
    width: 340px;
    height: 157px;
    background: #FFFFFF;
    box-shadow: 0px 4px 12px 0px rgba(133, 163, 193, 0.2);
    border: 1px solid rgba(40, 141, 255, 0.05);
    box-sizing: border-box;
    padding:40px 24px 0;
    margin-top: 20px;
}
.month{
    width: 48px;
    height: 20px;
    background: #317FFA;
    border-radius: 2px;
    color: #fff;
    line-height: 20px;
    text-align: center;
}
.conten-text{
    width: 292px;
    height: 40px;
    font-size: 14px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 500;
    color: #5C636D;
    line-height: 20px;
    margin-top: 16px;
}
.course-center-box{
    position: relative;
    width: 2px;
    height: 1518px;
    background: #5C636D;
    opacity: 0.2;
}
.allow-icon{
    position: absolute;
    width: 11px;
    height: 8px;
    left:-6px;
    top:0;
    z-index:2;
}
.awards-box{
    height: 684px;
    background: #F5FAFF;
}

.awards-swiper,.certificate-swiper{
    /*width: 100%;*/
    width: 1032px;
    margin-top: 37px;
}

.swiper-img{
    display: block;
    height: 250px;
    width:240px;
    margin: 0 auto;
}
.swiper-title{
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #202328;
    line-height: 20px;
    text-align: center;
    margin-top: 28px;
}
.swiper-dec{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #5C636D;
    line-height: 20px;
    text-align: center;
    margin-top: 7px;
}

.swiper-slide{
    width: 240px;
}

.my-swiper-button-next,.my-swiper-button-pre,.certificate-swiper-button-next,.certificate-swiper-button-pre{
    width: 40px;
    height: 40px;
    position: absolute;
    top:322px;
    cursor: pointer;
}
.my-swiper-button-next,.certificate-swiper-button-next{
    background: url("../images/aboutAs/swiper-next-active.png");
    background-size: 100% 100%;
    right:0;
}
.my-swiper-button-pre,.certificate-swiper-button-pre{
    left:0;
    background: url("../images/aboutAs/swiper-pre-active.png");
    background-size: 100% 100%;
}

.my-swiper-button-next.swiper-button-disabled{
    background: url("../images/aboutAs/swiper-next.png");
    background-size: 100% 100%;
}
.certificate-swiper-button-next.swiper-button-disabled{
    background: url("../images/aboutAs/swiper-next.png");
    background-size: 100% 100%;
}
.my-swiper-button-pre.swiper-button-disabled{
    background: url("../images/aboutAs/swiper-pre.png");
    background-size: 100% 100%;
}

.certificate-swiper-button-pre.swiper-button-disabled{
    background: url("../images/aboutAs/swiper-pre.png");
    background-size: 100% 100%;
}


.certificate-box{
    height: 595px;
    background:#fff;
}
.contact-box{
    height: 781px;
    background: #F5FAFF;
}
.map-box{
    position: relative;
    width: 1200px;
    height: 500px;
    margin-top: 48px;
    background: url("../images/aboutAs/map.png");
    background-size: 100% 100%;
    box-sizing: border-box;
    padding:90px 0 0 40px;
}
.contact-msg-box{
    width: 400px;
    height: 320px;
    background: #FFFFFF;
    box-shadow: 0px 4px 12px 0px rgba(115, 155, 223, 0.3);
    border-radius: 2px;
    box-sizing: border-box;
    padding:32px;
    font-family: PingFangSC-Semibold, PingFang SC;
    color: #2F353D;
}
.map-addre{
    width: 110px;
    height: 30px;
    position: absolute;
}
.map-wx{
    top: 164px;
    right: 316px;
}
.map-gz{
    bottom: 82px;
    right: 472px;
}
