.index-wrapper{
    font-family: PingFang SC;
}
.f8{font-size: 8px;}
.f9{font-size: 9px;}
.f10{font-size: 10px;}
.f11{font-size: 11px;}
.f12{font-size: 12px;}
.f13{font-size: 13px;}
.f14{font-size: 14px;}
.f15{font-size: 15px;}
.f16{font-size: 16px;}
.f17{
    font-size: 17px;
}
.f20{
    font-size: 20px;
}
.f22{font-size: 22px;}
.f25{font-size: 25px;}
.mar23{
    margin: 0 23px;
}
.mar32{
    margin: 0 32px;
}
.lineup-wrapper{
    background: #fff;
    padding: 43px 0 28px;
}
.lineup-wrapper .home-sec-title{
    background: url(../img/img/academician.png) no-repeat;
    background-size: 100%;
    padding-bottom: 26px;
}
.lineup-wrapper .swiper-slide-content {
    padding: 0 10px 50px;
    display: flex;
    flex-direction: column;
}
.lineup-wrapper .swiper-slide-left{
    font-size: 0;
}
.lineup-wrapper .swiper-slide-left img {
    width: 40vw;
    height: 50vw;
    /*width: 100%;
    height: 100%;
    max-height: 244px;*/
    border-radius: 3px;
    /*object-fit: cover;*/
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
}

/*.swiper-button-next {
    width: 32px;
    height: 32px;
    background-image: url("img/img/index/arrow-right.png");
    background-size: 100%;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

.swiper-button-prev {
    width: 32px;
    height: 32px;
    background-image: url("img/img/index/arrow-left.png");
    background-size: 100%;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: '';
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
}*/
.lineup-wrapper .lineup-content h3{
    font-size: 13px;
    text-align: center;
    color: #0B828F;
    font-weight: bold;
    margin-top: 10px;
}
.lineup-wrapper .lineup-content .tit{
    margin-top: 6px;
}
.lineup-wrapper .lineup-content h4{
    font-size: 11px;
    line-height: 15px;
    text-align: center;
    color: #333;
    font-weight: bold;
    white-space: nowrap;
}
.lineup-wrapper .lineup-content .summary{
    margin-top: 9px;
}
.lineup-wrapper .lineup-content h5{
    font-size: 11px;
    line-height: 15px;
    text-align: center;
    color: #666;
}
.matrix-of-wrapper{
    background: #F7F7F7;
    padding: 60px 0 18px;
}

.matrix-of-wrapper .home-sec-title{
    background: url('../img/img/matrix.png?v=0') no-repeat;
    background-size: 100%;
    padding-bottom: 26px;
}
.matrix-of-wrapper .mini-home-three-wrapper{
    padding: 0 1rem;
}
.matrix-of-wrapper .three-list-top{
    display: flex;
}
.matrix-of-wrapper .three-list-top-left {
    font-size: 0;
    width: 49%;
    margin-right: 2%;
    position: relative;
}
.matrix-of-wrapper .three-list-top-left img, .three-list-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.matrix-of-wrapper .three-list-right {
    width: 49%;
}

.matrix-of-wrapper .three-list-right-content {
    font-size: 0;
    display: flex;
    flex-direction: column;
    margin-top: -2%;
}

.matrix-of-wrapper .three-list-right-content-top {
    margin-top: 3%;
}

.matrix-of-wrapper .three-list-bottom {
    display: flex;
    margin-top: 2%;
}

.matrix-of-wrapper .three-list-bottom-left {
    font-size: 0;
    width: 67%;
}

.matrix-of-wrapper .three-list-bottom-left img, .matrix-of-wrapper .three-list-bottom-right img {
    width: 100%;
    height: 100%;
   /* object-fit: cover;*/
}

.matrix-of-wrapper .three-list-bottom-right {
    margin-left: 2%;
    width: 31%;
    font-size: 0;
}

.matrix-of-wrapper .three-pic-info {
    position: absolute;
    left: 11px;
    bottom: 10px;
    color: #fff;
    font-weight: bold;
}

.matrix-of-wrapper .three-pic-name {
    font-size: 16px;
    margin-bottom: 3px;
}

.matrix-of-wrapper .three-pic-text {
    font-size: 10px;
    margin: 0;
    line-height: 14px;
}

.matrix-of-wrapper .three-list-right-content-top,.matrix-of-wrapper  .three-list-bottom-left,.matrix-of-wrapper  .three-list-bottom-right {
    position: relative;
}
.home-sec-title span{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -6px;
    font-weight: bold;
    color: #0B828F;
}
.home-sec-title span.home-sec-info{
    font-weight: bold;
    color: #019BAC;
}

.video-wrapper{
    color: #fff;
}
.video-wrapper-bg{
    position: relative;
    font-size: 0;
    /*display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    background: url(../img/img/video.gif) no-repeat;
    background-size: 100%;*/
}
.video-wrapper-bg img{
    width: 100%;
    height: auto;
}
.video-wrapper-bg .content{
    align-items: center;
}
.join-us-wrapper .entry .content, .video-wrapper-bg .content{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.video-wrapper-bg .title{
    padding-bottom: 6px;
    border-bottom: 1px solid #fff;
}
.video-wrapper-bg p{
    margin-top: 3px;
}
.video-mask{
    position:fixed;
    top:0;
    left:0;
    z-index:998;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.5);
    /*pointer-events: none;*/
    display: none;
}
.video-content{
    position: relative;
    height: 100%;
    width: 90%;
    margin: 0 auto;
}
.video-content .video{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.mini-home-product-wrapper{
    padding: 67px 0 20px;
}
.mini-home-product-wrapper .home-sec-title{
    background: url(../img/img/product.png) no-repeat;
    background-size: 100%;
}
.home-product-content {
    /*display: flex;
    flex-direction: column;
    flex: 1;*/
    /*padding: 0 10px;
    width: 100%;*/
    text-align: center;
    margin: 0 10px;
}

.home-product-content h3 {
    margin: 21px 0 15px;
    color: #019BAC;
    font-weight: bold;
}

.home-product-into {
    line-height: 17px;
    color: #666666;
    font-weight: bold;
}

.home-product-pic {
   /* padding-bottom: 10px;*/
    /*margin-top: 10px;*/
    /*margin: 0 34px;*/
}

.home-product-pic img {
    width: auto;
    max-width: 100%;
    height: 210px;
    min-height: 210px;
    /*object-fit: cover;*/
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    margin-top: 1rem;
}
.swiper-container-product{
    padding-bottom: 20px!important;
}
.lineup-wrapper .swiper-pagination-bullet,.home-product-swiper .swiper-pagination-bullet{
    width: 5px;
    height: 5px;
    background: #DBDBDB;
    opacity: 1;
}
.lineup-wrapper  .swiper-pagination-bullet-active,.home-product-swiper .swiper-pagination-bullet-active{
    background: #0B828F;
}
.swiper-button-next, .swiper-button-prev{
    background: #0B828F;
    width: 30px!important;
    height: 30px!important;
    border-radius: 50%;
    outline: none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 12px!important;
    color: #fff;
    font-weight: bold;
}
.home-product-swiper .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 10px;
}
.join-us-wrapper {
    padding: 60px 0 22px;
    background: #F7F7F7;
    overflow: hidden;
}
.join-us-wrapper .app-title{
    margin-bottom: 14px;
    margin-top: 10px;
    font-weight: bold;
    color: #666;
    line-height: 17px;
}
.join-us-wrapper .home-sec-title{
    background: url(../img/img/join-us.png) no-repeat;
    background-size: 100%;
}
.join-us-wrapper .home-sec-title span.home-sec-info{
    position: relative;
    left: 1.5em;
}
.join-us-wrapper .entry{
    position: relative;
}
.join-us-wrapper .entry  img{
    /*background: url('../img/img/rencai.png') center no-repeat;
    background-size: cover;*/
    height: 100%;
    width: 100%;
}
.join-us-wrapper .entry .content .text{
    margin-top: 17px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 17px;
}
.join-us-wrapper .content {
    padding: 0 3.5em;
    display: flex;
    flex-direction: column;
    color: #fff;
}
.join-us-wrapper .content h5 {
    line-height: 17px;
    color: #fff;
    text-align: center;
}
.join-us-wrapper .content h5 span{
    padding-bottom: 8px;
    border-bottom: 1px solid #fff;
    font-weight: bold;
}
.button-details{
    display: inline-block;
    margin-top: 12px;
}
.button-details .button {
    display: inline-block;
    border-radius: 4px;
    color: #0B828F;
    background: #FFF;
    padding: 6px 11px 6px 7px;
}
.button-details .button i{
    display: inline-block;
    width: 11px;
    height: 11px;
    background: url('../img/img/join-details.png') center no-repeat;
    background-size: 100%;
    margin-right: 6px;
    position: relative;
    top: 1px;
}
.button-details-video{
    margin-top: 22px;
}
.button-details-video .button{
    display: flex;
    align-items: center;
    background: #FFF;
    opacity: 0.9;
    padding: 7px 14px 7px 10px;
}
.button-details-video .button i{
    width: 18px;
    height: 18px;
    background: url('../img/img/video-btn.png') center no-repeat;
    background-size: 100%;
    top: 0;
}
@media screen and ( max-width: 320px){
    .lineup-wrapper .lineup-content h4{
        white-space: normal;
    }
    .video-wrapper-bg .title{
        margin-top: 25px;
    }
    .join-us-wrapper .content h5{
        padding-top: 10px;
    }
}