@charset "utf-8";


.banner {
    width: 100%;
    margin-top: 80px;
}

.banner .lshop {
    height: 520px;
    background: url('../mirror/images/voice/lshop_bg.png') no-repeat center center;
    background-size: 100% 100%;
}

.banner .lshop .lshop_ber {
    background: url('../mirror/images/voice/lshop_ber.png') no-repeat center center;
    background-size: 100% 100%;
}

.banner .lshop .lshop_ber .lshop_ber_ber {
    width: 100%;
    height: 100%;
    background: url('../mirror/images/voice/lshop_ber_ber.png') no-repeat center right;
}

.banner .lshop .lshop_ber .lshop_ber_ber > .ls_tit {
    height: 70px;
    font-size: 50px;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-weight: normal;
    color: #333333;
    line-height: 59px;
    margin-left: -25px;
    padding-top: 5%;
}

.banner .lshop .lshop_ber .lshop_ber_ber > .ls_tit > span {
    background: linear-gradient(to right, #1C53FF, #416fffc7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner .lshop .lshop_ber .lshop_ber_ber > .ls_msg {
    width: 550px;
    height: 32px;
    font-size: 28px;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-weight: normal;
    color: #333333;
    line-height: 32px;
    letter-spacing: 2px;
}

.banner .lshop .lshop_ber .lshop_ber_ber > .ls_msg > span {
    background: linear-gradient(to right, #1C53FF, #416fffc7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner .lshop .lshop_ber .lshop_ber_ber > .lshop_ul {
    width: 600px;
    margin-top: 18px;
}

.banner .lshop .lshop_ber .lshop_ber_ber > .lshop_ul > li {
    width: 200px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-weight: normal;
    color: #475793;
    float: left;
}

.banner .lshop .lshop_ber .lshop_ber_ber .lshop_renew {
    width: 232px;
    height: 34px;
    background: linear-gradient(92deg, #C9D5FF 0%, rgba(196, 209, 255, 0) 100%);
    padding-left: 15px;
    margin-top: 30px;

    font-size: 20px;
    font-family: AlibabaPuHuiTi-3-65-Medium;
    font-weight: normal;
    color: #1F4DF9;
    line-height: 34px;

}

.banner .lshop .lshop_ber .lshop_ber_ber .lshop_but {
    margin-top: 40px;
}

.banner .lshop .lshop_ber .lshop_ber_ber .lshop_but > .free {
    margin-right: 50px;
    padding: 5px 20px;
    background: #003EFF;
    border-radius: 6px 6px 6px 6px;

    font-size: 20px;
    font-family: AlibabaPuHuiTi-3-75-SemiBold;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 41px;

}

.banner .lshop .lshop_ber .lshop_ber_ber .lshop_but > .update {
    padding: 5px 20px;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #003EFF;
    font-size: 20px;
    font-family: AlibabaPuHuiTi-3-75-SemiBold;
    font-weight: normal;
    color: #003EFF;
    line-height: 41px;
}

/*特点*/
.feature-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #e8ecfc;
}
.feature-box .feature-tit {
    color: #333;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 47px 0 59px;
}
.feature-box .content-box {
    width: 1200px;
    display: flex;
    align-items: center;
    padding-bottom: 96px;
}
.feature-box .content-box .left-box {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
}
.feature-box .content-box .left-box .list-item {
    width: 50%;
    height: 126px;
}
.feature-box .content-box .left-box .list-item .item-box {
    padding: 25px 20px 26px;
    border-left: 2px solid transparent;
}
.content-box .left-box .list-item .item-box .item-bg {
    display: none;
}
.feature-box .content-box .left-box .list-item.selected .item-box {
    border-radius: 0px 0px 60px 0px;
    background-color: rgba(101, 112, 210, 0.15);
    overflow: hidden;
    position: relative;
    border-left: 2px solid #3A6AFF;
}
.feature-box .content-box .left-box .list-item.selected .item-box .item-bg {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
}
.feature-box .content-box .left-box .list-item .item-box .tit-box {
    display: flex;
    align-items: center;
}
.feature-box .content-box .left-box .list-item .item-box .tit-box img {
    margin-right: 8px;
    display: block;
}
.feature-box .content-box .left-box .list-item.selected .item-box .tit-box img {
    display: none;
}
.feature-box .content-box .left-box .list-item .item-box .tit-box .tit {
    color: #333;
    font-family: AlibabaPuHuiTi-3-65-Medium;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.feature-box .content-box .left-box .list-item.selected .item-box .tit-box .tit {
    color: #3A71FF;
}
.feature-box .content-box .left-box .list-item .item-box .des {
    color: #878787;
    font-family: AlibabaPuHuiTi-3-55-RegularL3;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 8px;
}
.feature-box .content-box .left-box .list-item.selected .item-box .des {
    color: #495770;
}
.feature-box .content-box .right-box {
    width: 516px;
    height: 631px;
}
.feature-box .content-box .right-box .img-box {
    width: 100%;
    height: 100%;
    background: url('../mirror/images/voice/feature_right.png') no-repeat center right;
    display: flex;
    justify-content: center;
    align-items: center;
}
.feature-box .content-box .right-box .img-box img {
    margin-top: 40px;
}

/*优势*/
.advantage-box {
    display: flex;
    justify-content: center;
    background: linear-gradient(90deg, #F8F6FF 0%, #FBFDFE 37.73%, #EBECFF 100%);
}
.advantage-box .content-box {
    width: 1200px;
    display: flex;
    align-items: center;
    padding: 82px 0;
}
.advantage-box .content-box .left-box {
    width: 373px;
    height: 534px;
    background: url('../mirror/images/voice/adv_bg.png') no-repeat center center;
    display: flex;
    flex-direction: column;
}
.advantage-box .content-box .left-box .logo {
    margin: 0px 0 0 25px;
}
.advantage-box .content-box .left-box .tit {
    margin: 0 0 0 34px;
}
.advantage-box .content-box .left-box .tit2 {
    margin: 12px 0 0 34px;
}
.advantage-box .content-box .right-box{
    margin-left: 22px;
    flex: 1;
    height: 534px;
    display: flex;
    flex-wrap: wrap;
}
.advantage-box .right-box .list-item {
    width: 391px;
    height: 255px;
    border-radius: 18px;
    background: #FFF;
    overflow: hidden;
    position: relative;
    margin:0 23px 14px 0;
}
.advantage-box .right-box .list-item:nth-child(2n){
    margin-right: 0px;
}
.advantage-box .right-box .list-item .item-box {
    padding: 23px 0 0 19px;
}
.advantage-box .content-box .right-box .item-tit-box {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.advantage-box .content-box .right-box .item-tit-box  .tit-line {
    width: 4px;
    height: 18px;
    background-color: #3A6AFF;
    border-radius: 29px;
}
.advantage-box .content-box .right-box .item-tit {
    color: #333;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 8px;
}
.advantage-box .content-box .right-box .item-tit span{
    color: #3A6AFF;
}
.advantage-box .content-box .right-box .item-des {
    color: #495770;
    font-family: AlibabaPuHuiTi-3-55-RegularL3;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.advantage-box .content-box .right-box .item-shadow {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.advantage-box .content-box .right-box .item-shadow img {
    width: 100%;
    height: auto;
}
.advantage-box .content-box .right-box .item-icon {
    position: absolute;
    right: 23px;
    bottom: 8px;
}

/*售后*/
.after-sales-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.after-sales-box .after-sales-right {
    position: absolute;
    top: 0;
    right: 0;
}
.after-sales-box .after-sales-left {
    position: absolute;
    bottom: 0;
    left: 0;
}
.after-sales-box .after-sales-tit{
    color: #333;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 56px 0 54px 0;
}
.after-sales-box .content-box {
    width: 1200px;
    padding-bottom: 46px;
}
.after-sales-box .content-box .as-kind {
    width: 1200px;
    height: 612px;
    background: url('../mirror/images/voice/after_sales_bg.png') no-repeat center center;
    position: relative;
}
.after-sales-box .content-box .as-kind .as-item {
    border-radius: 98px;
    border: 2px solid #FFF;
    background: linear-gradient(180deg, #F1F4F5 0%, #FDFBFB 100%);
    box-shadow: 1px 3px 12px 0px rgba(52, 55, 123, 0.15);
    width: 343px;
    height: 62px;
    flex-shrink: 0;

    color: #495770;
    font-family: AlibabaPuHuiTi-3-65-Medium;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;

    display: flex;
    align-items: center;
    justify-content: center;

    position: absolute;
}
.after-sales-box .content-box .as-kind .as-1 {
    right: 63%;
    top: 18%;
}
.after-sales-box .content-box .as-kind .as-3 {
    right: 69%;
    top: 36%;
}
.after-sales-box .content-box .as-kind .as-5 {
    right: 69%;
    top: 54%;
}
.after-sales-box .content-box .as-kind .as-7 {
    right: 63%;
    top: 72%;
}

.after-sales-box .content-box .as-kind .as-2 {
    left: 63%;
    top: 18%;
}
.after-sales-box .content-box .as-kind .as-4 {
    left: 69%;
    top: 36%;
}
.after-sales-box .content-box .as-kind .as-6 {
    left: 69%;
    top: 54%;
}
.after-sales-box .content-box .as-kind .as-8 {
    left: 63%;
    top: 72%;
}

/*公司资质*/
.about_company{
    width: 100%;
    height: 500px;
    background: #F9FBFE url('../mirror/images/voice/about_company_bg.png') no-repeat center right;
    background-size:100% 100%;

    box-shadow: inset 0px 6px 20px 0px rgba(11,50,174,0.15), inset 0px -6px 20px 0px rgba(11,50,174,0.15);
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
}
.about_company>p{
    width: 100%;
    height: 42px;
    font-size: 30px;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-weight: normal;
    color: #333333;
    line-height: 35px;
    text-align:center;
    padding-top: 60px;
}
.about_company .company_tips{
    width: 1200px;
    margin: 0 auto;
    margin-top:50px;
}


/* 联系我们 */
.contactus{
    width: 100%;
    padding:100px 0;

    background: #FFFFFF;
}

.contactus .contactus_tit{
    width: 100%;
    height: 42px;
    font-size: 30px;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-weight: normal;
    color: #333333;
    line-height: 35px;
    text-align:center;
    margin-bottom: 10px;
}
.contactus .contactus_tit>span {
    background: linear-gradient(to right, #1C53FF, #416fffc7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.contactus .contactus_msg{
    width: 100%;
    /*height: 65px;*/
    font-size: 18px;
    font-family: AlibabaPuHuiTi-3-55-RegularL3;
    font-weight: normal;
    color: #888888;
    /*line-height: 50px;*/
    text-align: center;

}
.contactus .contactus_but{
    width: 240px;
    height: 55px;
    line-height: 55px;
    background: #3A6AFF;
    border-radius: 999px;
    margin:26px auto 0 auto;
    display: block;

    font-size: 22px;
    font-family: AlibabaPuHuiTi-3-75-SemiBold;
    font-weight: normal;
    color: #FFFFFF;
    text-align:center;
}

.contactus .contactus_but:hover{
    background: #6086FF;
}

.global{
    width:100%;
    height:155px;
    background-color:#262834
}
.global .global_cont{
    width: 1200px;
    height:100%;
    margin: 0 auto;
    background: url('../mirror/images/voice/global_ber.png') no-repeat center right;
    background-size: auto 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.global .global_cont .global_msg{
    width: 720px;
    height: 67px;
    font-size: 20px;
    font-family: AlibabaPuHuiTi-3-75-SemiBold;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 23px;
    margin-right:50px;

}
.global .global_cont .global_msg>span{
    font-size: 25px;
}
.global .global_cont .global_but{
    display: block;
    width: 159px;
    height: 48px;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 1px solid #FFFFFF;
    text-align: center;
    line-height: 48px;
    margin-right:100px;

    font-size: 20px;
    font-family: AlibabaPuHuiTi-3-55-RegularL3;
    font-weight: normal;
    color: #FFFFFF;
}
.global .global_cont .global_but:hover{
    color:#262834;
    background-color:#FFFFFF;
}

