.index-title{
    margin-top: 70px;
    margin-bottom: 40px;
    text-align: center;
}
.index-title h2{
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #262626;
    margin-bottom: 10px;
}
.index-title.w h2{
    color: #FFF;
}
.index-title h3{
    display: block;
    margin: 0 auto;
    width: fit-content;
    height: 16px;
    width: -moz-fit-content;
}
.index-title h3 span{
    float: left;
    width: 50px;
    height: 1px;
    display: block;
    background: #666666;
    margin-top: 11px;
}
.index-title.w h3 span{
    background: #FFF;
}
.index-title h3 p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    margin: 0 50px;
    float: left;
}
.index-title.w h3 p{
    color: #FFF;
}
.indexBanner{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.indexBanner img{
    width: 100%;
    height: auto;
}
.swiper-container-banner .swiper-pagination-bullets{
    bottom: 170px;
}
.swiper-container-banner .swiper-pagination-bullet{
    width: 30px;
    height: 6px;
    background-color: #fff;
    opacity: .7;
    border-radius: 0;
}
.swiper-container-banner .swiper-pagination-bullet-active{
    background-color: #C7A05D;
    border-radius: 0px;
    opacity: 1;
}
.index-banner-navigation{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 30px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    background: rgba(0,0,0,.5);
    z-index: 2;
    left: calc((100% - 1200px)/2);
}
.index-banner-navigation.index-banner-next{
    right: calc((100% - 1200px)/2);
    left: unset;
}
.index-banner-navigation:hover{
    background: #D7A449;
    opacity: 1;
}
.index-form{
    width: 1100px;
    height: 120px;
    background: rgba(0,0,0,.7);
    margin: 0 auto;
    margin-top: -140px;
    position: relative;
    z-index: 2;
    padding:22px 30px;
}
.index-form .title h2{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    float: left;
}
.index-form .title h2 span{
    font-size: 14px;
}
.index-form .title p{
    float: right;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 35px;
}
.index-form form{
    margin-top: 5px;
}
.index-form form input{
    width: 235px;
    float: left;
    margin-right: 20px;
    background: #FFF;
    padding-left: 10px;
    box-sizing: border-box;
    border-radius: 10px;
    height: 35px;
    border: none;
}
.index-form form button{
    float: right;
    width: 235px;
    height: 35px;
    background: #D7A449;
    color: #FFF;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    border: none;
    border-radius: 10px;
}
.index-advantage-nav{
    width: 100%;
    height: 160px;
    background: #F7F7F7;
    padding-top: 30px;
    margin-top: 20px;
}
.index-advantage-nav .content .item{
    width: 224px;
    float: left;
    height: 100px;
    background: #FFFFFF;
    margin-right: 20px;
    transition-duration: .3s;
}
.index-advantage-nav .content .item:last-of-type{
    margin-right: 0;
}
.index-advantage-nav .content .item .imgBox{
    float: left;
    width: 80px;
    height: 100%;
    position: relative;
}
.index-advantage-nav .content .item .imgBox img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: auto;
}
.index-advantage-nav .content .item .wordsBox{
    float: left;
}
.index-advantage-nav .content .item .wordsBox h2{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #404040;
    margin-top: 30px;
}
.index-advantage-nav .content .item .wordsBox p{
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
}
.index-advantage-nav .content .item:hover{
    box-shadow: 0 0 20px #00000047;
}
.index-advantage .content .top{
    height: 340px;
    width: 100%;
}
.index-advantage .content .top .left{
    width: 790px;
    height: 340px;
    background: url("../images/ia1.jpg");
    float: left;
    padding-left: 70px;
    padding-top: 90px;
}
.index-advantage .content .top .left h2{
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #404040;
}
.index-advantage .content .top .left span{
    display: block;
    width: 50px;
    height: 2px;
    background: #404040;
    margin: 20px 0;
}
.index-advantage .content .top .left p{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #404040;
}
.index-advantage .content .top .right{
    width: 390px;
    height: 340px;
    float: right;
    background: url("../images/ia2.jpg");
    padding-left: 40px;
    padding-top: 40px;
}
.index-advantage .content .top .right h2{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #404040;
}
.index-advantage .content .top .right span{
    display: block;
    width: 30px;
    height: 2px;
    background: #404040;
    margin: 15px 0;
}
.index-advantage .content .top .right p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #404040;
}
.index-advantage .content .down{
    width: 100%;
    height: 340px;
    margin-top: 20px;
    margin-bottom: 70px;
}
.index-advantage .content .down .left{
    float: left;
}
.index-advantage .content .down .left .item{
    float: left;
    width: 250px;
    height: 340px;
    margin-right: 20px;
    background: url("../images/ia3.jpg");
    padding: 40px 30px;
}
.index-advantage .content .down .left .item:nth-of-type(2){
    background: url("../images/ia4.jpg");
}
.index-advantage .content .down .left .item:nth-of-type(3){
    background: url("../images/ia5.jpg");
}
.index-advantage .content .down .left .item h2{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #404040;
}
.index-advantage .content .down .left .item span{
    display: block;
    width: 30px;
    height: 2px;
    background: #404040;
    margin: 10px 0;
}
.index-advantage .content .down .left .item p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #404040;
}
.index-advantage .content .down .right{
    background: url("../images/ia6.jpg");
    width: 390px;
    height: 340px;
    float: right;
    padding: 40px;
}
.index-advantage .content .down .right h2{
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #D7A449;
}
.index-advantage .content .down .right h3{
    font-size: 36px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #404040;
}
.index-advantage .content .down .right span{
    display: block;
    width: 50px;
    height: 2px;
    background: #404040;
    margin: 10px 0;
}
.index-advantage .content .down .right p{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #404040;
}
.index-advantage .content .down .right a{
    display: block;
    width: 220px;
    height: 50px;
    background: #D7A449;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    border-radius: 5px;
    margin-top: 60px;
}
.index-case{
    width: 100%;
    background: #F7F7F7;
    overflow: hidden;
}
.index-case .index-case-nav{
    text-align: center;
    height: 30px;
    margin-bottom: 40px;
}
.index-case .index-case-nav a{
    display: inline-block;
    margin-right: 15px;
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
}
.index-case .index-case-nav a:last-of-type{
    margin-right: 0;
}
.index-case .index-case-nav a.on{
    background: #D7A449;
    border-color: #D7A449;
    color: #FFF;
}
.index-case .index-case-content{
    width: 100%;
    height: 78vh;
    display: none;
}
.index-case .index-case-content.on{
    display: block;
}
.index-case .index-case-content .item{
    width: 24.21%;
    height: 34vh;
    float: left;
    margin-right: 1.05%;
    margin-bottom: 2vh;
    display: block;
    position: relative;
    overflow: hidden;
}
.index-case .index-case-content .item:nth-of-type(4n){
    margin-right: 0;
}
.index-case .index-case-content .item img{
    width: 100%;
    height: auto;
}
.index-case .index-case-content .item p{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: rgba(0,0,0,.7);
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    box-sizing: border-box;
    padding:0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index-designer{
    width: 100%;
    height: 687px;
    background:url("../images/idb.jpg") repeat-x center center;
    overflow: hidden;
}
.index-designer .content{
    position: relative;
    height: 380px;
}
.index-designer .index-designer-navigation{
    color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -34px;
    font-size: 40px;
}
.index-designer .index-designer-navigation.index-designer-next{
    left: unset;
    right: -34px;
}
.index-designer .index-designer-swiper{
    width: 1200px;
    height: 380px;
}
.index-designer .index-designer-swiper .swiper-slide{
    width: 295px !important;
    height: 100%;
    overflow: hidden;
    transition-duration: .3s;
    position: relative;
}
.index-designer .index-designer-swiper .swiper-slide.swiper-slide-active{
    width: 590px !important;
}
.index-designer .index-designer-swiper .swiper-slide .left{
    width: 295px;
    height: 100%;
    float: left;
}
.index-designer .index-designer-swiper .swiper-slide .left img{
    width: 100%;
    height: auto;
}
.index-designer .index-designer-swiper .swiper-slide .right{
    background: url("../images/idrb.png");
    width: 315px;
    height: 380px;
    position: absolute;
    right: -315px;
    z-index: 2;
    transition-duration: .3s;
    padding: 32px 22px 0px 45px;
}
.index-designer .index-designer-swiper .swiper-slide.swiper-slide-active .right{
    right: 0;
}
.index-designer .index-designer-swiper .swiper-slide .right h2{
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #262626;
}
.index-designer .index-designer-swiper .swiper-slide .right h2 span{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #262626;
}
.index-designer .index-designer-swiper .swiper-slide .right h3{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 24px;
    color: #262626;
    margin: 15px 0;
}
.index-designer .index-designer-swiper .swiper-slide .right p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 16px;
    color: #666666;
    background: url("../images/id1.svg") left top no-repeat;
    padding-left: 26px;
    margin-bottom: 10px;
}
.index-designer .index-designer-swiper .swiper-slide .right p:nth-of-type(2){
    background: url("../images/id2.svg") left top no-repeat;
}
.index-designer .index-designer-swiper .swiper-slide .right p:nth-of-type(3){
    background: url("../images/id3.svg") left top no-repeat;
}
.index-designer .index-designer-swiper .swiper-slide .right p:nth-of-type(4){
    background: url("../images/id4.svg") left top no-repeat;
}
.index-designer .index-designer-swiper .swiper-slide .right a{
    display: block;
    width: 180px;
    height: 34px;
    margin: 0 auto;
    border: 1px solid #D7A449;
    box-sizing: border-box;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #D7A449;
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
}
.index-designer .index-designer-swiper .swiper-slide .right a:nth-of-type(2){
    bottom: 25px;
    background: #D7A449;
    color: #FFF;
}
.index-designer .swiper-pagination-bullets{
    bottom: -48px;
    width: 100%;
    text-align: center;
}
.index-designer .swiper-pagination-bullet{
    width: 30px;
    height: 6px;
    background-color: #fff;
    opacity: .7;
    border-radius: 0;
    margin:0 7px;
}
.index-designer .swiper-pagination-bullet-active{
    background-color: #C7A05D;
    border-radius: 0px;
    opacity: 1;
}
.index-vr .content{
    height: 720px;
}
.index-vr .content .top{
    display: block;
    width: 1200px;
    height: 500px;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}
.index-vr .content .top .imgBox{
    width: 100%;
    height: 100%;
    position: relative;
}
.index-vr .content .top .imgBox span{
    display: block;
    position: absolute;
    left: 40px;
    top: 30px;
    background: url("../images/ivr.png");
    width: 160px;
    height: 38px;
}
.index-vr .content .top p{
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,.5);
    text-align: center;
    line-height: 50px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    transition-duration: .3s;
}
.index-vr .content .top .mask{
    width: 100%;
    height: 100%;
    position: absolute;
    top: -100%;
    z-index: 3;
    transition-duration: .3s;
    background: rgba(0,0,0,.5);
}
.index-vr .content .top .mask div{
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding-left: 65px;
    background: url("../images/ivri.svg") no-repeat left;
    background-size: 50px auto;
    line-height: 50px;
    font-size: 21px;
}
.index-vr .content .top:hover .imgBox span{
    display: none;
}
.index-vr .content .top:hover p{
    bottom: -50px;
}
.index-vr .content .top:hover .mask{
    top: 0;
}
.index-vr .content .item{
    display: block;
    width: 285px;
    height: 200px;
    position: relative;
    margin-right: 20px;
    overflow: hidden;
    float: left;
}
.index-vr .content .item:last-of-type{
    margin-right: 0;
}
.index-vr .content .item .imgBox{
    width: 100%;
    height: 100%;
    position: relative;
}
.index-vr .content .item .imgBox span{
    display: block;
    position: absolute;
    left: 20px;
    top: 20px;
    background: url("../images/ivr.png");
    width: 130px;
    height: 32px;
    background-size: 100% auto;
}
.index-vr .content .item p{
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,.5);
    text-align: center;
    line-height: 50px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    transition-duration: .3s;
}
.index-vr .content .item .mask{
    width: 100%;
    height: 100%;
    position: absolute;
    top: -100%;
    z-index: 3;
    transition-duration: .3s;
    background: rgba(0,0,0,.5);
}
.index-vr .content .item .mask div{
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding-left: 34px;
    background: url("../images/ivri.svg") no-repeat left;
    background-size: 24px auto;
    line-height: 24px;
    font-size: 16px;
}
.index-vr .content .item:hover .imgBox span{
    display: none;
}
.index-vr .content .item:hover p{
    bottom: -40px;
}
.index-vr .content .item:hover .mask{
    top: 0;
}
.index-vr .index-vr-more{
    display: block;
    width: 300px;
    height: 60px;
    margin: 70px auto;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    background: #D7A449;
}
.index-process{
    width: 100%;
    height: 400px;
    background: url("../images/ipb.jpg") repeat-x center center;
    overflow: hidden;
}
.index-process .content{
    padding-top: 50px;
}
.index-process .content .left{
    float: left;
}
.index-process .content .left h2{
    font-size: 48px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #D7A449;
}
.index-process .content .left h3{
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #D7A449;
}
.index-process .content .left span{
    display: block;
    width: 50px;
    height: 4px;
    background: #D7A449;
    margin: 20px 0;
}
.index-process .content .left p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 24px;
    color: #262626;
    width: 450px;
    margin-bottom: 10px;
}
.index-process .content .right{
    float: right;
    width: 700px;
    height: 270px;
    border-bottom: 1px solid #262626;
}
.index-process .content .right h2{
    display: flex;
    flex-direction: row;
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #262626;
}
.index-process .content .right h2:before,.index-process .content .right h2:after{
    content: "";
    flex: 1 1;
    border-bottom: 1px solid #000;
    margin: auto 20px;
}
.index-process .content .right .main{
    width: 590px;
    margin: 0 auto;
    padding-top: 35px;
}
.index-process .content .right .main .item{
    float: left;
    width: 65px;
    margin-right: 110px;
    margin-bottom: 30px;
}
.index-process .content .right .main .item:nth-of-type(4n){
    margin-right: 0;
}
.index-process .content .right .main .item img{
    margin: 0 auto;
    display: block;
}
.index-process .content .right .main .item p{
    text-align: center;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #262626;
    margin-top: 10px;
}
.index-news .content .top{
    width: 100%;
    height: 360px;
}
.index-news .content .top .left{
    width: 600px;
    float: left;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.index-news .content .top .left img{
    width: 100%;
    height: auto;
}
.index-news .content .top .left p{
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,.5);
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    box-sizing: border-box;
}
.index-news .content .top .right{
    width: 600px;
    float: right;
    height: 100%;
    overflow: hidden;
    background: #F7F7F7;
    padding:20px 30px;
}
.index-news .content .top .right .title{
    height: 20px;
    width: 100%;
    margin-bottom: 25px;
}
.index-news .content .top .right .title h2{
    float: left;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    line-height: 20px;
    color: #262626;
}
.index-news .content .top .right .title a{
    float: right;
    line-height: 20px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
}
.index-news .content .top .right .item{
    width: 100%;
    height: 130px;
    margin-bottom: 10px;
}
.index-news .content .top .right .item .imgBox{
    display: block;
    width: 200px;
    height: 130px;
    float: left;
}
.index-news .content .top .right .item .wordsBox{
    float: right;
    width: 320px;
    padding-top: 4px;
}
.index-news .content .top .right .item .wordsBox a{
    display: block;
    width: 100%;
    margin-bottom: 15px;
    height: 15px;
}
.index-news .content .top .right .item .wordsBox a h2{
    width: 230px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 15px;
    color: #262626;
}
.index-news .content .top .right .item .wordsBox a p{
    float: right;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 15px;
    color: #999999;
}
.index-news .content .bottom{
    margin-top: 20px;
    margin-bottom: 70px;
    width: 100%;
    height: 220px;
}
.index-news .content .bottom .main{
    float: left;
    width: 385px;
    height: 220px;
    margin-right: 20px;
    background: #F7F7F7;
    padding: 20px;
}
.index-news .content .bottom .main:last-of-type{
    margin-right: 0;
}

.index-news .content .bottom .main .title{
    height: 20px;
    width: 100%;
    margin-bottom: 25px;
}
.index-news .content .bottom .main .title h2{
    float: left;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    line-height: 20px;
    color: #262626;
}
.index-news .content .bottom .main .title a{
    float: right;
    line-height: 20px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
}
.index-news .content .bottom .main .item{
    width: 100%;
    height: 130px;
}
.index-news .content .bottom .main .item .imgBox{
    display: block;
    width: 130px;
    height: 130px;
    float: left;
    overflow: hidden;
}
.index-news .content .bottom .main .item .imgBox img{
    height: 100%;
    width: auto;
}
.index-news .content .bottom .main .item .wordsBox{
    float: right;
    width: 195px;
}
.index-news .content .bottom .main .item .wordsBox a{
    display: block;
    width: 100%;
    margin-bottom: 13.5px;
    height: 15px;
}
.index-news .content .bottom .main .item .wordsBox a h2{
    width: 100%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 15px;
    color: #262626;
}
.index-about{
    width: 100%;
    height: auto;
    background: #F7F7F7;
    overflow: hidden;
    padding-bottom: 100px;
}
.index-about .content{
    height: 410px;
}
.index-about .content .left{
    display: block;
    width: 550px;
    height: 100px;
    float: left;
}
.index-about .content .right{
    width: 650px;
    float: left;
    background: #FFF;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.index-about .content .right .index-about-swiper{
    width: 570px;
    height: 360px;
    margin: 40px auto;
}
.index-about .content .right .index-about-pagination{
    position: absolute;
    text-align: right;
    width: 100%;
    padding:20px 40px;
}
.index-about .content .right .index-about-pagination .swiper-pagination-bullet{
    margin:0 5px;
}
.index-about .content .right .index-about-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #D7A449;
}
.index-about .content .right .swiper-slide .item{
    display: block;
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
    height: 120px;
    box-sizing: border-box;
    padding-top: 10px;
}
.index-about .content .right .swiper-slide .item:last-of-type{
    border-bottom: none;
}
.index-about .content .right .swiper-slide .item .wordsBox{
    width: 410px;
    float: left;
}
.index-about .content .right .swiper-slide .item .wordsBox h2{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #262626;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 12px 0px;
}
.index-about .content .right .swiper-slide .item .wordsBox p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 24px;
    color: #262626;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.index-about .content .right .swiper-slide .item .imgBox{
    width: 140px;
    height: 100px;
    float: right;
    overflow: hidden;
}