.swerp-t{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
}
.swerp-t p{
    font-size:20px;
    font-family:PingFangSC;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:28px;
}
.wrap{
    width:100%;
    height:500px;
    background-size:100% 100%;
    overflow: hidden;
    text-align: center;
}
.banner-box{
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
}
.banner-right{
    width: 50%;
    float: right;
    margin-top: 100px;
}
.banner-right img{
    width: 80%;
}
.banner-left{
    width: 50%;
    float: left;
    color: #fff;
    text-align: left;
    margin-top: 50px;
}

.banner-left h6{
    font-size: 40px;
    margin-top: 70px;

}

.banner-left p{
    font-size: 22px;
    text-align: left;
    margin-top: 28px;
}

.banner-button{
    width: 124px;
    height: 40px;
    font-size: 20px;
    border: 1px solid #fff;
    line-height: 40px;
    text-align: center;
    margin-top: 40px;
    border-radius: 5px;
}
.banner-left h4{
    font-size: 34px;
    margin-top: 50px;
}
.banner-left h5{
    font-size: 28px;
    margin-top: 48px;
}

@-webkit-keyframes flipOutYtest {
    from {
        -webkit-transform: perspective(1400px);
        transform: perspective(1400px);
    }

    40% {
        -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, 60deg);
        transform: perspective(1400px) rotate3d(0, 1, 0, 60deg);
        opacity: 1;
    }

    50% {
        -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(1400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }

    to {
        -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, 180deg);
        transform: perspective(1400px) rotate3d(0, 1, 0, 180deg);
        opacity: 0;
    }
}

.test{
    -webkit-animation: flipOutYtest 0.75s linear;
    animation: flipOutYtest 0.75s linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


@-webkit-keyframes flipInYtest {
    from {
        -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, -180deg);
        transform: perspective(1400px) rotate3d(0, 1, 0, -180deg);
        opacity: 0;
    }

    50% {
        -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, -90deg);
        transform: perspective(1400px) rotate3d(0, 1, 0, -90deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, -60deg);
        transform: perspective(1400px) rotate3d(0, 1, 0, -60deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(1400px);
        transform: perspective(1400px);
        opacity: 1;
    }
}

.test2{
    -webkit-animation: flipInYtest 0.75s linear;
    animation: flipInYtest 0.75s linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.correct{
    position: absolute;
    width:251px;
    height: 251px;
    overflow: hidden;
}
.correctc{
    width: 251px;
    height: 251px;
    /*background-color:#fff;
    border: 1px solid #EAEAEA;
    border-radius: 10px;*/
    overflow: hidden;
    /*background: url('') no-repeat;
    background-size: 100% 100%;*/
}
.block1-box {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.block1-box-a{
    float: left;
    width: 25%;
}
.well-item{
    width: 251px;
    height: 251px;
    margin: 0 auto;
}
.opposite{
    width: 251px;
    height: 251px;
    overflow: hidden;
}
.opposite-content{
    width: 219px;
    height: 220px;
    background: linear-gradient(0deg, #0689FF, #53EBFF);
    box-shadow: 0px 3px 16px 0px rgba(121, 149, 174, 0.28);
    border-radius: 16px;
    margin: 12px auto 0 auto;
    overflow: hidden;
}
.opposite-text2{
    width: 95%;
    margin: 70px auto 0 auto;
    font-size: 20px;
    text-align: center;
    color: #ffffff;
}

.block3-box{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.block3-nav-top{
    width: 100%;
    overflow: hidden;
}
.block3-nav-top-a{
    width: 25%;
    float: left;
    margin: 10px 0;
}
.block3-nav-top-b{
    width: 250px;
    height: 468px;
    background: #FFFFFF;
    box-shadow: 0px 3px 13px 0px rgba(4, 0, 0, 0.09);
    border-radius: 12px;
    margin: 0 auto;
}
.block3-nav-top-b-top{
    width: 250px;
    height: 132px;
    border-radius: 12px 12px 0px 0px;
    color: #ffffff;
    text-align: center;
    overflow: hidden;
}
.block3-nav-top-b-top h5{
    font-size: 24px;
    margin-top: 30px;
}
.block3-nav-top-b-top p{
    font-size: 18px;
    margin-top: 20px;
}
.block3-nav-top-b-top1{background: linear-gradient(180deg, #FFAB01 0%, #FFD98C 100%);}
.block3-nav-top-b-top2{background: linear-gradient(0deg, #5BCDFF 0%, #59A4F7 100%);}
.block3-nav-top-b-top3{background: linear-gradient(180deg, #FF3B7D 0%, #FF6B9D 100%);}
.block3-nav-top-b-top4{background: linear-gradient(0deg, #B381FF 0%, #8E51FF 100%);}

.block3-nav-top-b-center{
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 36px;
    overflow: hidden;
    min-height: 280px;
}
.block3-nav-top-b-center ul{
    margin-top: 34px;
}
.block3-nav-top-b-button{
    width: 113px;
    height: 38px;
    border-radius: 6px;
    text-align: center;
    line-height: 38px;
    color: #ffffff;
    font-size: 16px;
    margin: 0 auto;
}
.block3-nav-top-b-button1{background: linear-gradient(0deg, #FFD88B, #FFAB02);}
.block3-nav-top-b-button2{background: linear-gradient(0deg, #5BCCFF 0%, #59A4F7 100%);}
.block3-nav-top-b-button3{background: linear-gradient(0deg, #FF6B9C 0%, #FF3B7D 100%);}
.block3-nav-top-b-button4{background: linear-gradient(0deg, #B280FF 0%, #8F51FF 100%);}
.block3-box-bottom{
    height: 600px;
    overflow: hidden;
}
.block3-box-bottom table{
    width: 1150px;
    margin: 0 auto;
}
.block3-box-bottom table tr th{
    width: 20%;
    background: #E8F3FF;
    font-size: 16px;
    line-height: 69px;
}
.block3-box-bottom table tr{
    width: 100%;
    border:1px solid #E1E1E1;
    line-height: 69px;
    font-size: 14px;
}
.block3-box-bottom table tr td img{
    height: 16px;
}
.block3-box-bottom-one{
    color: #007AFF;
    font-size: 16px;
}
.block3-box-bottom-table-b{
    position: absolute;
    width: 1200px;
    height: 150px;
    background:linear-gradient(rgba(255,255,255,0.5),rgba(255,255,255,1));
    /*background: linear-gradient(#ffffff,#ffffff);*/
    /*background-color: rgba(0,0,1,.5);*/
    margin-top: -150px;
}
.block3-box-bottom-table-b-ck{
    width: 161px;
    height: 38px;
    border: 1px solid #007AFF;
    color: #007AFF;
    font-size: 16px;
    margin: 60px auto 0 auto;
    text-align: center;
    line-height: 38px;
}
.block3-box-bottom-table-l{
    width: 1200px;
}

.block3-box-bottom-table-l-ck{
    width: 161px;
    height: 38px;
    border: 1px solid #007AFF;
    color: #007AFF;
    font-size: 16px;
    margin: 60px auto;
    text-align: center;
    line-height: 38px;
}
.block3-left-nav{
    position: fixed;
    width: 1200px;
    padding: 20px 0;
    /*margin-left: -110px;*/
    /*overflow: hidden;*/
    border-right: 1px solid #E1E1E1;
    /*left: -10%;*/
    margin-left: -1190px;
    top: 25vh;
    display: none;
}
.block3-left-nav-box{
    width: 100%;
    text-align: right;
    font-size: 14px;
}
.block3-left-nav-box ul li{
    /*padding: 0 6px 0 0;*/
    position: relative;
    left: 6px;
    cursor: pointer;
    margin-top: 5px;
}
.block3-left-nav-box ul li p{
    display: inline-block;
    font-size: 14px;
    color: #999999;
}

.block3-left-nav-box ul li span{
    width: 11px;
    height: 11px;
    /*background: #00a4ff;*/
    border-radius: 50%;
    margin-left: 13px;
    display: inline-block;
}
.block3-left-nav-box ul .active p{
    color: #00a4ff;
}
.block3-left-nav-box ul .active span{
    width: 11px;
    height: 11px;
    background: #00a4ff;
    border-radius: 50%;
    margin-left: 13px;
    display: inline-block;
}
.block3-nav{
    width: 1150px;
    height: 136px;
    background: #FFFFFF;
    box-shadow: 0px 3px 16px 0px rgba(121, 149, 174, 0.16);
    border-radius: 0px 0px 6px 6px;
    position: fixed;
    top: 0;
    margin-left: 25px;
    display: none;
}
.block3-nav-a-box{
    width: 20%;
    float: left;
    text-align: center;
}
.block3-nav-a-box h5{
    font-size: 20px;
    margin-top: 20px;
}
.block3-nav-a-box1 h5{
    text-align: left;
    line-height: 100px;
}
.block3-nav-a-box .block3-nav-button{
    width: 120px;
    height: 40px;
    border-radius: 6px;
    font-size: 16px;
    line-height: 40px;
    margin: 20px auto 0 auto;
    color: #ffffff;
}
.block3-nav-button1{background: linear-gradient(0deg, #FFD88B, #FFAB02);}
.block3-nav-button2{background: linear-gradient(0deg, #5BCCFF 0%, #59A4F7 100%);}
.block3-nav-button3{background: linear-gradient(0deg, #FF6B9C 0%, #FF3B7D 100%);}
.block3-nav-button4{background: linear-gradient(0deg, #B280FF 0%, #8F51FF 100%);}

.block2{
    width:100%;
    height: 712px;
    background: #E8F3FF;
    overflow: hidden;
}
.swiper-container-b{
    width: 1200px;
    /*height: 412px;*/
    margin: 0 auto;
    overflow: hidden;
}
.swiper-container-b .swiper-wrapper .swiper-slide{
    height: 490px;
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    /* -webkit-align-items: center; */
    /* align-items: center; */
    transition: 300ms;
    transform: scale(1);
    margin-top: 85px;
}

.swiper-container-b .swiper-wrapper .swiper-slide-active {
    transform: scale(1.3);
    z-index: +999;
}

.swiper-box{
    width: 100%;
}
.swiper-box img{
    max-width: 100%;
}
.swiper-slide-bottom{
    background: #FFFFFF;
    box-shadow: 0px 3px 16px 0px rgba(121, 149, 174, 0.28);
    line-height: 43px;
}
.swiper-slide-active .swiper-box{
    /*position: absolute;
    width: 120%;
    z-index: +999;*/
}

.block4{
    width: 100%;
    overflow: hidden;
    background: #F8F8F8;
}
.block4-box{
    width: 1200px;
    margin: 0 auto;
}
.block4-box-float{
    overflow: hidden;
    width: 25%;
    float: left;
    padding:  20px 0;
}
.block4-box-float-box{
    width: 230px;
    height: 230px;
    background: #FFFFFF;
    box-shadow: 0px 3px 14px 0px rgba(4, 0, 0, 0.1);
    border-radius: 16px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
}
.block4-box-float-box p{
    font-size: 18px;
    margin-top: 20px;
}
.block4-box-float-box img{
    width: 140px;
    height: 140px;
    margin-top: 20px;
}
.block4-box-float-box-code{
    width: 230px;
    height: 230px;
    background: #007AFF;
    box-shadow: 0px 3px 14px 0px rgba(4, 0, 0, 0.1);
    border-radius: 16px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    display: none;
}
.block4-box-float-box-code img{
    width: 140px;
    height: 140px;
    margin-top: 20px;
}
.block4-box-float-box-code div{
    background: #FFFFFF;
    border-radius: 16px;
    width: 33%;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #007AFF;
    line-height: 23px;
    margin: 10px auto 0 auto;

}


/*新UI*/
.swerp-t h5{
    color: #999999;
    font-size: 16px;
}
.accompany-banner-box{
    width: 1000px;
    margin: 50px auto auto auto;
}
.accompany-banner-left{
    float: left;
}
.accompany-banner-left .accompany-banner-left-top{
    margin-top: 80px;
    color: #ffffff;
    font-size: 32px;
}
.accompany-banner-left ul{
    list-style: inherit;
    margin-top: 30px;
    margin-left: 15px;
}
.accompany-banner-left ul li{
    list-style: inherit;
    color: #ffffff;
    font-size: 18px;
    text-align: left;
    line-height: 30px;
}
.accompany-banner-right{
    float: right;
}
.accompany-banner-right img{
    height: 300px;
    margin-top: 40px;
}
.block1-new-box{
    width: 1200px;
    margin: 0 auto;
}
.block1-new-box-a{
    width: 25%;
    float: left;
    text-align: center;
    /*margin-bottom: 20px;*/
}
.block1-new-box-a-t{
    height: 70px;
}
.block1-new-box-a-t img{
    width: 60px;
}
.block1-new-box-a-c{
    font-size: 18px;
    line-height: 30px;
    margin-top: 10px;
    color: #333333;
}
.block1-new-box-a-b{
    color: #999999;
}
.block2-new{
    width:100%;
    height: 850px;
    overflow: hidden;
    background: url("../images/accompany_new/chanpin_bgm.png") no-repeat;
    background-size: 100% 100%;
}
.block2-new .swerp-t{
    margin-top:150px;
}
.block2-new-box{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
.block2-new-box-left{
    float: left;
    width: 50%;
}
.block2-new-box-left img{
    width: 420px;
}
.block2-new-box-right{
    float: right;
    width: 50%;
    margin-top: 50px;
}

.block2-new-box-right-box{
    width: 100%;
    text-align: left;
}
.block2-new-box-right-box h1{
    font-size: 20px;
    color: #333333;
}
.block2-new-box-right-box h2{
    font-size: 16px;
    text-align: left;
    color: #666666;
    font-weight: normal;
}
.block3-new-box{
    width: 1200px;
    margin: 0 auto;

    overflow: hidden;
}
.block3-new-box-a{
    width: 33.333%;
    float: left;
    margin-top: 30px;
    margin-bottom: 5px;
}
.block3-new-box-b{
    width: 220px;
    height: 238px;
    background: #FFFFFF;
    box-shadow: 0px 3px 7px 0px rgba(6, 0, 1, 0.14);
    border-radius: 6px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}
.block3-new-box-b-img{
    margin-top: 50px;
}
.block3-new-box-b-c{
    color: #333333;
    font-size: 16px;
    margin-top: 10px;
}
.block3-new-box-b-b{
    width: 90%;
    margin: 10px auto auto auto;
    color: #999;
    font-size: 14px;
}
.block4-new{
    background: url("../images/accompany_new/youshi_bgm.png") no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 500px;
    overflow: hidden;
    margin-bottom: 30px;
}
.block4-new .swerp-t{
    margin-top: 120px;
}
.block4-new-box{
    width: 1000px;
    margin: 0 auto;
}
.block4-new-box-left{
    float: left;
    width: 50%;
    text-align: center;
}
.block4-new-box-right{
    float: left;
    width: 50%;
    margin-top: 50px;
}
.block4-new-box-right-a{
    float: left;
    margin-top: 30px;
}
.block4-new-box-right-a .block4-new-box-right-b-l{
    width: 10px;
    height: 10px;
    background: #3E75FF;
    border-radius: 2px;
    float: left;
    margin-top: 8px;
}
.block4-new-box-right-b{
    float: left;
    color: #333333;
    font-size: 18px;
    margin-left: 5px;
    margin-right: 30px;
}