/* 公司简介 */
.index-brief-wrap {
    width: 100%;
    padding: 1rem 0;
    /* background: url(../img/index/index1-bg.png) no-repeat; */
    background-size: cover;
}

.index-brief-box {
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.index-brief-img {
    width: 8rem;
    height: 4.5rem;
    flex-shrink: 0;
}

.index-brief-img img,
.index-brief-img video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-brief-left {
    flex: 1;
    margin-right: 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.index-brief-title {
    font-size: 0.36rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    text-align: left;
    position: relative;
    padding-bottom: 0.4rem;
}

.index-brief-title::after {
    content: '';
    width: 1.06rem;
    height: 0.05rem;
    background: #76C431;
    border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
    position: absolute;
    left: 0;
    /* transform: translateX(-50%); */
    bottom: 0;
}

.index-brief-des {
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 0.4rem;
    margin: .4rem 0 .65rem 0;
}

.index-brief-des span {
    font-weight: bold;
}

.index-brief-num-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.index-brief-num-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.index-brief-num {
    display: flex;
    align-items: baseline;
    font-size: 0.2rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #76C431;
}

.index-brief-num p {
    font-size: 0.5rem;
    font-family: MicrosoftYaHei-Bold-, MicrosoftYaHei-Bold;
    font-weight: bold;
    color: #76C431;
}

.index-brief-num-p {
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-top: .1rem;
}


/* 愿景和使命 */
.vision-wrap {
    width: 100%;
}

.vision-list {
    margin: 0 auto;
    display: flex;
}

.vision-item-box {
    flex: 1;
    position: relative;
    background: url(../img/about/yj1-bg.png) no-repeat;
    background-size: cover !important;
    padding: .8rem 0.9rem .56rem .9rem;
}

.vision-item-box:nth-child(2) {
    background: url(../img/about/yj2-bg.png) no-repeat;
}

.vision-item-box:nth-child(3) {
    background: url(../img/about/yj3-bg.png) no-repeat;
}

.vision-item {
    /* width: 50%; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.vision-icon {
    height: .8rem;
    width: auto;
}

.vision-text {
    padding: .35rem 0;
    padding-top: .4rem;
    position: relative;
    font-size: 0.36rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}

.vision-text::after {
    content: '';
    width: 0.64rem;
    height: 0.04rem;
    background: #FFFFFF;
    border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.vision-p {
    font-size: 0.24rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 0.4rem;
    text-align: center;
    margin-top: .4rem;
}


/* 企业荣誉 */
.honor-wrap {
    padding: 1rem 0 .5rem 0;
    margin: 0 auto;
}
.honor-list {
    margin-top: .64rem;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.honor-list .swiper-button-prev{
    left: -.7rem;
}
.honor-list .swiper-button-next{
    right: -.7rem;
}
.honor-list .swiper-button-next:after, 
.honor-list .swiper-button-prev:after{
    color: #333;
    font-size: .45rem;
}
.honorSwiper{
    width: 100%;
}
.honor-item {
    /*width: 5.1rem;*/
    width: 100%;
    /*margin-right: .35rem;*/
    /*margin-bottom: .35rem;*/
}

.honor-item:nth-child(3n) {
    margin-right: 0;
}

.honor-img {
    width: 100%;
    height: 2.31rem;
}

.honor-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.honor-text {
    height: 0.38rem;
    background: #F2F2F2;
    margin-top: .15rem;
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: .38rem;
    text-align: center;
}

/* 发展历程 */
.course-wrap {
    width: 100%;
    background: url(../img/about/course-bg.png) no-repeat;
    background-size: cover;
    padding: 1rem 0;
}

.course-box {
    margin: 0 auto;
    margin-top: .64rem;
}

.mySwiper,
.mySwiper2 {
    width: 100%;
    overflow: hidden;
}

.course-year {
    width: 100%;
    position: relative;
    cursor: pointer;
}

.mySwiper::after {
    content: '';
    width: 100%;
    height: 0.01rem;
    background: #76C431;
    position: absolute;
    left: 0;
    top: .085rem;
    opacity: .3;
}

.course-ball {
    width: .18rem;
    height: .18rem;
    background: rgba(118,196,49, .3);
    margin: 0 auto;
    position: relative;
    border-radius: 50%;
    transition: all .365s;
}

.course-ball::after {
    content: '';
    width: 0.08rem;
    height: 0.08rem;
    background: #76C431;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.course-year-text {
    font-size: 0.24rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #76C431;
    margin-top: .24rem;
    text-align: center;
}

.mySwiper2 {
    margin-top: .72rem;
}

.course-slide {
    padding: 0 1.6rem;
    min-height: 4.68rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}

.course-img {
    width: 6.53rem;
    height: 4.68rem;
    position: absolute;
    left: 1.6rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.course-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.course-des {
    position: relative;
    z-index: 2;
    width: 6.53rem;
    min-height: 3.48rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.03rem 0.12rem 0.01rem rgba(0, 0, 0, 0.16);
    padding: .64rem;
}

.course-text {
    font-size: 0.28rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.course-p {
    font-size: 0.24rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 0.36rem;
    margin-top: .25rem;
}
.course-p1{
    margin-top: .25rem;
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 0.32rem;
}


.mySwiper .swiper-slide-thumb-active~.swiper-slide .course-ball {
    background: rgba(205, 22, 38, 0);
    opacity: 1;
}

.mySwiper .swiper-slide-thumb-active~.swiper-slide .course-year-text {
    opacity: .45;
}

.course-year::after {
    content: '';
    width: 100%;
    height: 0.02rem;
    background: #76C431;
    position: absolute;
    left: 0;
    top: .08rem;
    opacity: 1;
    transition: all .365s;
}

.mySwiper .swiper-slide-thumb-active~.swiper-slide .course-year::after {
    display: none;
}

.mySwiper2 .swiper-button-next:after,
.mySwiper2 .swiper-button-prev:after {
    font-size: .25rem;
    color: #76C431;
}

.mySwiper2 .swiper-button-next,
.mySwiper2 .swiper-button-prev {
    width: .64rem;
    height: .64rem;
    border: .01rem solid #76C431;
    border-radius: 50%;
}

.mySwiper2 .swiper-button-next:hover,
.mySwiper2 .swiper-button-prev:hover {
    background-color: #76C431;
}

.mySwiper2 .swiper-button-next:hover:after,
.mySwiper2 .swiper-button-prev:hover:after {
    color: #FFFFFF;
}

/* 合作伙伴 */
.partner-wrap {
    margin: 0 auto;
    padding: 1rem 0 ;
}

.partner-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: .64rem;
    position: relative;
}

.partner-list .swiper-button-prev{
    left: -.7rem;
}
.partner-list .swiper-button-next{
    right: -.7rem;
}
.partner-list .swiper-button-next:after, 
.partner-list .swiper-button-prev:after{
    color: #333;
    font-size: .45rem;
}
.partnerSwiper{
    width: 100%;
    height: 2.7rem;
}
.partnerSwiper .swiper-slide {
    height: calc((100% - 30px) / 2);
}
.partner-item {
    /*width: 2.72rem;*/
    width: 100%;
    height: 100%;
    /*margin-right: .6rem;*/
    /*margin-bottom: .4rem;*/
    border: .01rem solid #eee;
}

.partner-item:nth-child(5n) {
    margin-right: 0;
}

.partner-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}