.bannerIndex{
    font-size: 0;
    width: 100%;
}
.bannerIndex img{
    width: 100%;
    height: auto;
}
.swiper-container-banner{
    width: 100%;
    height: 100%;
}
.swiper-container-banner .swiper-pagination-banner{
    bottom: .81rem;
    padding-left: 2rem;
    text-align: left;
}
.swiper-container-banner .swiper-pagination-bullet{
    width: .4rem;
    height: .08rem;
    background:#fff;
    opacity: .6;
    margin: 0 .1rem;
    border-radius: 0;
}
.swiper-container-banner .swiper-pagination-bullet-active{
    opacity: 1;
}
.swiper-container-banner .swiper-button-prev-banner,
.swiper-container-banner .swiper-button-next-banner{
    width: .5rem;
    height: .5rem;
    top: auto;
    bottom: .6rem;
}
.swiper-container-banner .swiper-button-prev-banner{
    left: auto;
    right: 3.1rem;
    background: url("../img/common/bannerPrev.png") no-repeat;
    background-size: 100% 100%;
}
.swiper-container-banner .swiper-button-prev-banner:hover{
    background: url("../img/common/bannerPrevOn.png") no-repeat;
    background-size: 100% 100%;
}
.swiper-container-banner .swiper-button-next-banner{
    right: 2rem;
    background: url("../img/common/bannerNext.png") no-repeat;
    background-size: 100% 100%;
}
.swiper-container-banner .swiper-button-next-banner:hover{
    background: url("../img/common/bannerNextOn.png") no-repeat;
    background-size: 100% 100%;
}
.swiper-container-banner .swiper-button-prev-banner:after,
.swiper-container-banner .swiper-button-next-banner:after{
    content: '';
}
.swiper-container-banner{}
.swiper-container-banner{}
.swiper-container-banner{}
.swiper-container-banner{}

.indexOne{
    height: 3.3rem;
    padding-top: .45rem;
    background-color: #F2F4F7;
}
.eachIndexOne{
    display: block;
    float: left;
    width: 3.5rem;
    margin-right: .4rem;
    padding-top: .1rem;
    transition: .3s;
}
.eachIndexOne:last-child{
    margin-right: 0;
}
.eachIndexOneCont{
    width: 100%;
    height: 2.2rem;
    padding: 0 .45rem;
    display: flex;
    align-items: center;
    text-align: center;
    background-color: #fff;
    transition: .3s;
}
.eachIndexOneImg{
    margin-bottom: .25rem;
    font-size: 0;
}
.eachIndexOneImg img{
    display: inline-block;
    width: .5rem;
    height: .5rem;
    transition: .3s;
}
.eachIndexOneContTit{
    margin-bottom: .13rem;
    font-size: .2rem;
    line-height: .2rem;
    font-weight: bold;
    color: #262626;
    transition: .3s;
}
.eachIndexOneContBrief{
    font-size: .14rem;
    line-height: .28rem;
    color: #999999;
    transition: .3s;
}
.eachIndexOne:hover{
    padding-top: 0;
    box-shadow: 0 .05rem .15rem rgba(0,0,0,.3);
}
.eachIndexOne:hover .eachIndexOneCont{
    background-color: #262626;
}
.eachIndexOne:hover .eachIndexOneContTit{
    color: #ccc;
}
.eachIndexOne:hover .eachIndexOneContBrief{
    color: #666;
}
.eachIndexOne:nth-child(1):hover .eachIndexOneImg img{
    content: url("../img/common/indexOneImgOn1.png");
}
.eachIndexOne:nth-child(2):hover .eachIndexOneImg img{
    content: url("../img/common/indexOneImgOn2.png");
}
.eachIndexOne:nth-child(3):hover .eachIndexOneImg img{
    content: url("../img/common/indexOneImgOn3.png");
}
.eachIndexOne:nth-child(4):hover .eachIndexOneImg img{
    content: url("../img/common/indexOneImgOn4.png");
}
.indexTwo{
    height: 8.75rem;
    padding-top: .5rem;
}
.eachIndexTwo{
    position: relative;
    float: left;
    overflow: hidden;
    color: #fff;
}
.eachIndexTwo:nth-child(1){
    width: 4.6rem;
    height: 7.35rem;
    margin-right: .15rem;
}
.eachIndexTwo:nth-child(2),
.eachIndexTwo:nth-child(3),
.eachIndexTwo:nth-child(4),
.eachIndexTwo:nth-child(5){
    width: 5.15rem;
    height: 3.6rem;
}
.eachIndexTwo:nth-child(2){
    margin-right: .15rem;
    margin-bottom: .15rem;
}
.eachIndexTwo:nth-child(3){
    margin-bottom: .15rem;
}
.eachIndexTwo:nth-child(4){
    margin-right: .15rem;
}
.eachIndexTwoContBg{
    position: absolute;
    bottom:0;
    left: 0;
    width:100%;
    height: 100%;
    background:rgba(0,0,0,0.5);
}
.eachIndexTwoCont{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2rem;
    padding: .81rem .3rem 0;
    cursor: pointer;

}
.eachIndexTwoContTit{
    position: relative;
    padding-bottom: .24rem;
    margin-bottom: .1rem;
    font-size: .24rem;
    font-weight: bold;
    line-height: .24rem;
}
.eachIndexTwoContTit:after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: .3rem;
    height: .04rem;
    background: #fff;
}
.eachIndexTwoContBrief{
    width: 100%;
    font-size: .16rem;
    line-height: .36rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.eachIndexTwo:nth-child(1) .eachIndexTwoCont{
    height: 3rem;
    padding: 1.3rem .3rem 0;
}
.eachIndexTwo:nth-child(1) .eachIndexTwoContBrief{
    display: -webkit-box;
    display: -ms-flexbox;
    text-overflow: ellipsis;
    overflow : hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.indexTwoImg{
    display: block;
    width: 100%;
    height: 100%;
    transition: .6s;
}
.eachIndexTwo:hover .indexTwoImg{
    transform: scale(1.1);
}
.indexThree{
    height: 6rem;
    width: 100%;
}
.swiper-container-three{
    width: 100%;
    height: 100%;
}
.swiper-container-three .swiper-pagination-bullet{
    width: .2rem;
    height: .2rem;
    margin: 0 .125rem;
    background: #fff;
    opacity: .6;
}
.swiper-container-three .swiper-pagination-bullet-active{
    opacity: 1;
}
.swiper-container-three .swiper-button-prev-three,
.swiper-container-three .swiper-button-next-three{
    width: .5rem;
    height: 1rem;
}
.swiper-container-three .swiper-button-prev-three{
    left: 2rem;
    background: url("../img/common/indexThreePrev.png") no-repeat;
    background-size: 100% 100%;
}
.swiper-container-three .swiper-button-prev-three:hover{
    background: url("../img/common/indexThreePrevOn.png") no-repeat;
    background-size: 100% 100%;
}
.swiper-container-three .swiper-button-next-three{
    right: 2rem;
    background: url("../img/common/indexThreeNext.png") no-repeat;
    background-size: 100% 100%;
}
.swiper-container-three .swiper-button-next-three:hover{
    background: url("../img/common/indexThreeNextOn.png") no-repeat;
    background-size: 100% 100%;
}
.swiper-container-three .swiper-button-next.swiper-button-disabled,
.swiper-container-three .swiper-button-prev.swiper-button-disabled{
    opacity: 1;
}
.swiper-container-three .swiper-button-next-three:after,
.swiper-container-three .swiper-button-prev-three:after{
    content: '';
}
.swiper-slide-three{
    position: relative;
    overflow: hidden;
}
.indexThreeBannerImg{
    width:100%;
    height: 100%;
    object-fit: cover;
}
.indexThreeBannerCont{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: .7rem 4.6rem 0;
    color: #fff;
    text-align: center;
    background-image: linear-gradient(rgba(0,0,0,.35), rgba(0,0,0,.15));
}
.indexThreeContTit{
    margin-bottom: .25rem;
    font-size: .4rem;
    font-weight: bold;
    line-height: .4rem;
}
.indexThreeContTips{
    margin-bottom: .28rem;
    font-size: .18rem;
    line-height: .18rem;
}
.indexThreeContTips span{
    margin: 0 .15rem;
}
.indexThreeContBrief{
    font-size: .16rem;
    line-height: .32rem;
}
.indexThreeContMore{
    display: inline-block;
    width: 2rem;
    height: .5rem;
    font-size: .18rem;
    line-height: .5rem;
    color: #FFF;
    border: .01rem solid #fff;
}
.indexFour{
    height: 6.2rem;
    background: url("../img/common/indexFourBj.png") no-repeat;
    background-size: cover;
}
.indexFourBox{
    padding-top: .7rem;
    display: flex;
}
.indexFourImg{
    display: block;
    width: 4.4rem;
    height: 4.4rem;
    margin-top: .2rem;
    margin-left: 1.2rem;
}
.indexFourCont{
    flex: 1;
    width: 1px;
}
.indexFourTit{
    position: relative;
    height: .8rem;
    padding-top: .26rem;
    margin-bottom: .25rem;
}
.indexFourTitZh{
    position: relative;
    padding-bottom: .14rem;
    z-index: 2;
    font-size: .3rem;
    font-weight: bold;
    color: #262626;
    line-height: .3rem;
}
.indexFourTitZh:after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: .5rem;
    height: .04rem;
    background-color: #262626;
}
.indexFourTit:after{
    position: absolute;
    content: 'ABOUT US';
    top: 0;
    left: 0;
    height: .8rem;
    font-size: .8rem;
    line-height: .8rem;
    font-weight: bold;
    color: #E6E8EB;
}
.indexFourContZh{
    margin-bottom: .13rem;
    font-size: .16rem;
    line-height: .36rem;
    color: #262626;
}
.indexFourContEn{
    font-size: .14rem;
    line-height: .28rem;
    color: #999999;
    word-break: break-word;
}
.indexFourMore{
    display: block;
    width: 1.8rem;
    height: .44rem;
    margin-top: .53rem;
    font-size: .16rem;
    line-height: .44rem;
    color: #404040;
    text-align: center;
    border: .01rem solid #404040;
}
.indexFive{
    height: 8.1rem;
    background: url("../img/common/indexFiveBj.png") no-repeat;
    background-size: cover;
}
.indexFiveSwiper{
    width:100%;
    height: 5.4rem;
    margin-top: .5rem;
    overflow: hidden;
}
.swiper-container-five{
    width: 100%;
    height: 100%;
}
.swiper-container-five .swiper-pagination-five{
    width: 3.4rem;
    height: .04rem;
    overflow: hidden;
    left: 3.5rem;
    top: 4.08rem;
    font-size: 0;
    text-align: left;
}
.swiper-container-five .swiper-pagination-bullet{
    display: inline-block !important;
    width: .3rem;
    height: .04rem;
    margin: 0 .1rem 0 0 !important;
    background: #999;
    opacity: 1;
    border-radius: initial;
}
.swiper-container-five .swiper-pagination-bullet-active{
    background: #FFF;
}
.designBox{
    display: flex;
}
.designImg{
    display: block;
    width:3.2rem;
    height: 4.4rem;
    margin-right: .3rem;
}
.designCont{
    flex: 1;
    width: 1px;
    padding-top: .2rem;
}
.designName{
    margin-bottom: .15rem;
    font-size: .24rem;
    font-weight: bold;
    line-height: .24rem;
    color: #FFFFFF;
}
.designPosition{
    position: relative;
    padding-bottom: .12rem;
    margin-bottom: .23rem;
    font-size: .14rem;
    line-height: .14rem;
    color: #999999;
}
.designPosition:after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: .7rem;
    height: .02rem;
    background-color: #FFFFFF;
}
.introduce{
    display: flex;
    margin: .14rem 0;
    font-size: .14rem;
    line-height: .21rem;
    color: #999999;
}
.introduceCont{
    flex: 1;
    width: 1px;
}
.subscribe{
    display: block;
    width: 1.85rem;
    height: .44rem;
    margin-top: .33rem;
    font-size: .14rem;
    color: #999;
    line-height: .44rem;
    text-align: center;
    border: .01rem solid #999;
}
.designOpus{
    width: 7.9rem;
    height: 100%;
    margin-left: .4rem;
}
.designOpusShow{
    position: relative;
    float: left;
    height: 2.65rem;
    margin-left: 10px;
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.designOpusShow:nth-child(1),.designOpusShow:nth-child(2){
    margin-bottom: .1rem;
}
.designOpusShow:nth-child(1),.designOpusShow:nth-child(4){
    width: 4.5rem;
}
.designOpusShow:nth-child(2),.designOpusShow:nth-child(3){
    width: 3rem;
}
.designOpusShow img{
    display: inline-block;
    height: 100%;
}
.designOpusTit{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: .9rem;
    padding: .53rem .2rem 0;
    font-size: .14rem;
    color: #FFFFFF;
    text-align: center;
    background-image: linear-gradient(rgba(255,255,255,0), rgba(0,0,0,.45), rgba(0,0,0,.85));
}

.designOpusShow:nth-child(4) .designOpusTit{
    text-align: left;
}
    .identifying{
        position: absolute;
        bottom: 0;
        display: none;
        right: 0;
        width: 1.7rem;
        height: 1.4rem;
        padding-top: .66rem;
        padding-right: .1rem;
        font-size: .14rem;
        color: #262626;
        line-height: .14rem;
        text-align: right;
        background: url("../img/common/designOpusShowBj.png") no-repeat right bottom;
        background-size: 100% 100%;
    }
    .identifyingZnTit{
        position: relative;
        padding-top: .11rem;
        margin-bottom: .1rem;
    }
    .identifyingZnTit:after{
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        width: .15rem;
        height: .01rem;
        background-color: #262626;
    }
    .designOpusShow:hover .identifying{
        display: block;
    }
.swiper-container-five .swiper-button-prev-five{
    left: 0;
    top: auto;
    bottom: 0;
    width: 2.7rem;
    height: .5rem;
    border-right: 1px  solid #999;
    background: url("../img/common/indexFivePrev.png") no-repeat center center #fff;
    background-size: .2rem .2rem;
}
.swiper-container-five .swiper-button-next-five{
    left: 2.7rem;
    top: auto;
    right: auto;
    bottom: 0;
    width: 2.7rem;
    height: .5rem;
    background: url("../img/common/indexFiveNext.png") no-repeat center center #fff;
    background-size: .2rem .2rem;
}
.swiper-container-five .swiper-button-prev-five:after,
.swiper-container-five .swiper-button-next-five:after{
    content: '';
}
.indexSix{
    height: 9.05rem;
}
.eachIndexSix{
    position: relative;
    float: left;
    width:4.9rem;
    height: 3rem;
    margin-right: .25rem;
    margin-bottom: .25rem;
    display: flex;
    align-items: center;
    border: 1px solid #E6E6E6;
    cursor: pointer;
    transition: .3s;
    overflow: hidden;
}
.eachIndexSix:nth-child(3n){
    margin-right: 0;
}
.showIndexSixCont{
    width: 100%;
    text-align: center;
}
.eachIndexSixImg{
    margin-bottom: .4rem;
    font-size: 0;
}
.eachIndexSixImg img{
    display: inline-block;
    width: .9rem;
    height: .9rem;
}
.showIndexSixContTit{
    margin-bottom: .2rem;
    font-size: .24rem;
    font-weight: bold;
    line-height: .24rem;
    color: #262626;
}
.showIndexSixContTitEn{
    font-size: .16rem;
    color: #999;
}
.hideIndexSixCont{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    padding: .5rem .45rem 0;
    background-color: #262626;
    text-align: center;
    transition: .3s;
}
.hideIndexSixContTit{
    position: relative;
    padding-bottom: .22rem;
    margin-bottom: .1rem;
    font-size: .24rem;
    font-weight: bold;
    color: #CCC;
    line-height: .24rem;
}
.hideIndexSixContTit:after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    width: .5rem;
    height: .02rem;
    margin-left: -.25rem;
    background-color: #ccc;
}
.hideIndexSixContCont{
    font-size: .16rem;
    line-height: .36rem;
    color: #999;
}
.eachIndexSix:hover{
    box-shadow: 0 .05rem .15rem rgba(0,0,0,.3);
}
.eachIndexSix:hover .hideIndexSixCont{
    top: 0;
}
.indexSeven{
    /*height: 7.1rem;*/
    padding-bottom: .7rem;
    background-color: #F2F4F7;
}
.mrt40{
    margin-top: .4rem;
}
.indexSevenList{
    float: left;
    display: block;
    width: 2.35rem;
    height: 1.3rem;
    margin-bottom: .8rem;
    margin-right: 1.90rem;
    border: 1px solid #E6E6E6;
    font-size: 0;
    transition: .3s;
}
.indexSevenList:nth-child(4n){
    margin-right: 0;
}
.indexSevenList img{
    width: 100%;
    height: 100%;
    transition: .3s;


}
.indexSevenList:hover{
    box-shadow: 0 .08rem .2rem rgba(0,0,0,.2);
}
.indexSevenListBox{
    width:100%;
    overflow: hidden;
}
.indexEight{
    height: 3.7rem;
    background: url("../img/common/indexEightBj.png") no-repeat;
    background-size: cover;
}
.indexEightForm{
    margin-top: .6rem;
}
.indexFormInput{
    float: left;
    width: 2.9rem;
    height: .6rem;
    margin-right: .2rem;
    padding: 0 .15rem;
    background-color: #fff;
}
.indexFormSelect{
    float: left;
    width: 2.9rem;
    height: .6rem;
    padding: 0 .15rem;
    appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari 和 Chrome */
}
.indexFormSelect .layui-input{
    height: .6rem;
    line-height: .6rem;
}
.indexFormSelect:focus{
    outline: 0;
}
.indexFormBtn{
    float: right;
    width: 2.6rem;
    height: .6rem;
    font-size: .18rem;
    font-weight: 500;
    color: #262626;
    background: #fff;
    border: none;
}
.indexBigTit{
    position: relative;
    height: 1.5rem;
    padding-top: .96rem;
    font-size: .3rem;
    font-weight: bold;
    line-height: .3rem;
    text-align: center;
    color: #FFF;
}
.indexBigTit:after{
    position: absolute;
    content: '';
    bottom: .08rem;
    left: 50%;
    width: .5rem;
    height: .04rem;
    margin-left: -.25rem;
    background-color: #fff;
}
.indexBigTitEn{
    position: absolute;
    top: .7rem;
    left: 0;
    width: 100%;
    height: .8rem;
    font-size: .8rem;
    line-height: .8rem;
    font-weight: bold;
    text-align: center;
    color: rgba(255, 255, 255, .2);
}
.indexBigTitCh{
    position: relative;
    z-index: 2;
}
.indexBigTitBlack{
    color: #262626;
}
.indexBigTitBlack:after{
    background-color: #262626;
}
.indexBigTitBlack .indexBigTitEn{
    color: rgba(230, 232, 235, 1);
}