.sesstion-bg{
    background: #F3F5FC;
}
.s3-tag{
    position: relative;
    padding-left: 8px;
}
.s3-tag::after{
    position: absolute;
    content: "";
    width: 3px;
    height: 12px;
    background: #2469F3;
    left: 0;
    bottom: 3px;
}
.feture{
    width: 100px;
    border: 1px solid #eee;
    text-align: center;
    height: 32px;
    line-height: 32px;
    color: #999;
    font-size: 14px;
}
.h-line{
    height: 1px;
    background: #EEEEEE;
}
.tab-item{
    cursor: pointer;
}
.tab-item>div{
    transition: all ease 0.5s;
}

.tab-item:hover div{
    color: #2469F3 !important;
}
.tab-item:hover .bottom-line{
    width: 60px;
}
.bottom-line{
    transition: all ease 1s;
    width: 0px;
    height: 2px;
    background: #2469F3;
}
.left-wapper{
    position: relative;
}
.bottom-box{
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding-left: 60px;
    padding-bottom: 50px;
}
.tab-act >div{
    color: #2469F3 ;
}
.tab-act .bottom-line{
    width: 60px;
}
.img-item{
    width: 380px;
    overflow: hidden;
    position: relative;

}
.img-item img{
    width: 100%;
    transition: all ease 1s;
}
.img-item:hover img{
    transform: scale(1.5);
}
.s4-tag{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
    color: #fff;
    font-size: 24px;
}
.s4-tips{
    width: 1060px;
    height: 60px;
    background: #2469F3;
    border-radius: 8px;
    font-size: 16px;
    line-height: 60px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    position: relative;
    padding: 0 30px;
    position: fixed;
    bottom: 114px;
    z-index: 1;
    left: 50%;
    transform: translate3d(-50%,0,0);
}
.s4-tips-close{
    position: absolute;
    top: -20px;
    right: 30px;
    background: #373D40;
    border-radius: 100%;
    opacity: 0.8;
    cursor: pointer;
    width: 12px;
}
.s4-tips-btn{
    width: 104px;
    height: 36px;
    line-height: 36px;
    background: #FFFFFF;
    border-radius: 4px;
    color: #2469F3;
    font-weight: bold;
    /* display: block; */
}

.why-wrapper {
    text-align: center;
    background-image: url(/assets/v2/images/newact/bg_why@2x.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: table;
    width: 100%;
}
.why-item {
    width:240px;
    float:left;
}
.why-desc {
    color:#fff;
}
.why-desc-big {
    font-size:46px;
    line-height:46px;

}
.why-wrapper-title {
    height: 32px;
    font-size: 32px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 32px;
}
.item-wapper {
    padding-top:30px;
    padding-left:20px;
    padding-right:30px;
    height:156px;
}
.item-desc{
height: 24px;
font-size: 24px;
font-weight: 500;
color: #333333;
line-height: 24px;
}
.s8bg1{
    background: url('/assets/v2021/img/index/s8_b1@2x.png');
    background-size: cover;
    background-position: center;
}
.s8bg2{
    background: #081940;
}
.s8bg3{
    background: url('/assets/v2021/img/index/s8_b3@2x.png');
    background-size: cover;
    background-position: center;
}
.s8bg4{
    background: #2469F3;

}
.s9bg{
    background: url('/assets/v2021/img/index/bg3@2x.png');
    background-size: cover;
    background-position: center;
}
.s4-item{
    transition: ease all 1s;
    background-image: linear-gradient(to right, #426af3 , #608efe);
    position: absolute;
    right: 380px;
    top: 0;
    height: 220px;
    padding: 30px 40px;
    width: 380px;
}
.img-item:hover .s4-item{
    right: 0px;
}
.s4-item-link{
    position: absolute;
    bottom: 30px;
    right: 40px;
    color: #fff;
}
.s9-btn{
    cursor: pointer;
    text-align: center;
    width: 144px;
    height: 64px;
    background: #2469F3;
    border-radius: 2px;
    color: white;
    font-size: 16px;
    line-height: 64px;
}
.s8-box{
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #EBECEC;
}
.s8-img-item{
    transition: all ease 1s;

}
.s8-img-item:hover{
    transform: scale(1.1);
}
.mask{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.3);
    overflow: hidden;
}
.success-box{
    background:#fff;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate3d(-50%,-50%,0);
    width:400px;
    height:300px;
    text-align:center;
    border:1px solid #ddd;
}
.success-box img{
    width:70px;
    height:70px;
    margin:0 auto;
    margin-top:63px;
    margin-bottom:30px;
}

  .s2-box {
      top: 670px;
      margin: 0 auto;
      padding: 20px;
      left: 50%;
      transform: translate3d(-50%,0,0);
    position: absolute;
    width: 1180px;
    /* height: 100px; */
    background: #fff;
    box-shadow: 0px 3px 19px 0px rgb(0 0 0 / 21%);
    z-index: 101;
}
.s2-box::before {
    z-index: 100;
    position: absolute;
    top: -10px;
    left: 690px;
    content: '';
    width: 20px;
    height: 20px;
    background: #fff;
    transform: rotate(135deg);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.s2-box::after {
    z-index: 100;
    position: absolute;
    top: 0px;
    left: 685px;
    content: '';
    width: 30px;
    height: 15px;
    background: #fff;
}
.search-btn{
    width: 200px;
    height: 64px;
    background: #2469F3;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
}
.search-input{
    width: 920px;
    height: 64px;
    background: #F8F8F8;
    padding-left: 20px;
}
.s2-mask{
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}
.list-waper{
    position: absolute;
    box-shadow: 0px 3px 19px 0px rgb(0 0 0 / 21%);
    width: 920px;
}
.index-list-item{
    padding: 20px;
    cursor: pointer;
}
.index-list-item:hover{
    background: rgba(36, 105, 243, 0.1);
}
.s2-list-c{
	top: 830px;
      margin: 0 auto;
      padding: 20px;
      left: 50%;
      transform: translate3d(-50%,0,0);
    position: absolute;
    width: 1180px;
    /* height: 100px; */
    background: #fff;
    box-shadow: 0px 3px 19px 0px rgb(0 0 0 / 21%);
    z-index: 100;
}
.s2-v-line{
    position: relative;
    z-index: 1;
}

.s2-v-line::after{
    position: absolute;
    top: 0;
    left: 168px;
    height: 100%;
    width: 1px;
    background: #c9c9c9;
    content: "";
    z-index: 0;

}
.s2-v-line img{
    z-index: 1;
}
.s1bg{
    background-image: url('/assets/v2021/img/aboutus/whyme/bg3@2x.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.s2bg{
    background: #F3F5FC;
}
.s2bg1{
    background-image: url('/assets/v2021/img/aboutus/whyme/1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.s2bg2{
    background-image: url('/assets/v2021/img/aboutus/whyme/2.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.s2bg3{
    background-image: url('/assets/v2021/img/aboutus/whyme/3.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.s2-item{

}
.s2-item:hover{
    background: rgba(36, 105, 243, 0.8);
    color: #fff !important;
}
.s2-item:hover >div{
    color: #fff !important;
}
.s2-item-wrap{
    transition: all ease 1s;
}
.s2-item-wrap:hover{

    transform: scale(1.1);
    transform: translateY(-20px)

}
.s3-item-bg1{
    background-image: url('/assets/v2021/img/aboutus/whyme/b1@2x.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.s3-item-bg2{
    background-image: url('/assets/v2021/img/aboutus/whyme/b2@2x.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.s3-item-bg3{
    background-image: url('/assets/v2021/img/aboutus/whyme/b3@2x.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.s3-item-bg4{
    background-image: url('/assets/v2021/img/aboutus/whyme/b4@2x.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.s3-session{
    position: relative;
}
.s3-session img,.value-text{
    text-align: center;
    font-size: 32px;
    color: #fff;
    position: absolute;
    width: 150px;
    height: 150px;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
}
.value-text{
    z-index: 2;
    z-index: 2;
    width: 65px;
    height: 65px;
    line-height: 32px;
}
.partner-banner-item{
    width: 380px;
    height: 400px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
    transition: all ease 0.5s;
}
.partner-banner-item:hover{
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.s5-label{
    font-size: 20px;
    color: #999999;
    font-weight: bold;
}
.s5-p-item:hover{
    background: #F5F5F5;
}
.s5-p-item:hover .s5-label{
    color: #2469F3;
    border-bottom: 1px solid #2469F3 ;
}