﻿
.banner{
    width: 100%;
}
.banner .swiper-slide {
     width: 100% !important;
     height: 580px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(90deg, #304AD3 0%, #6D3FF2 100%);
}

.banner .swiper-slide-img{
    width: 100%;
    /*height: auto;*/
    /*min-height: 580px;*/
    height: 580px;
}

.slide-item-container{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 9;
    padding-top: 80px;
}

.auto-container{
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    padding: 20px 2px 0;
}

.banner .banner-item-icon{
    width: 847px;
    height: 480px;
    object-fit: cover;
    object-position: 100% 100%;
}

.banner .content-box {
    position: relative;
    display: block;
    z-index: 5;
    max-width: 570px;
    min-width: 520px;
    width: 100%;
    padding-top: 78px;
}

.banner .content-title{
    color: #ffffff;
    font-size: 52px;
    font-weight: 500;
    line-height: 48px;
}

.banner .content-sub-title{
    color: #ffffff;
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px;
}

.banner .content-des{
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    margin-top: 16px;
}

.btn-container{
    margin-top: 60px;
    display: flex;
}

.banner-tap-container{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 27px 0;
}

.tap-item{
    display: flex;
    align-items: center;
}

.tap-item-icon{
    width: 48px;
    height: 48px;
    margin-right: 10px;
}

.tap-item-title{
    color: #333333;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
}

.tap-item-des{
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
}

.service-container{
    width: 100%;
    height: 893px;
    background: url("../img/social-bg@2x.png") 100% 100% no-repeat;
    background-size: cover;
    /* padding: 80px 0; */
}

.service-title{
	margin-top: 60px;
    color: #333333;
    font-size: 36px;
    line-height: 42px;
    font-weight: 500;
    text-align: center;
}

.service-des{
    color: #666666;
    font-size: 16px;
    line-height: 22px;
    margin-top: 16px;
    text-align: center;
}

.service-ul{
    width: 100%;
    border-bottom:1px solid #DDDDDD;
}

.service-btn-list{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding-top: 22px;
}

.service-buy-btn,.service-reserve-btn{
    width: 152px;
    height: 46px;
    background: #466CFF;
    box-shadow: 0px 6px 12px 0px rgba(57, 98, 255, 0.28);
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
}

.service-reserve-btn{
    border: 1px solid #4352D4;
    color: #4352D4;
    box-shadow: none;
    margin-left: 20px;
    background: #ffffff;
}

.service-buy-btn:hover{
    cursor: pointer;
    background: #6786FF;
    box-shadow: 0px 6px 12px 0px rgba(57, 98, 255, 0.28);
}

.service-reserve-btn:hover{
    cursor: pointer;
    border: 1px solid #6786FF;
    color: #6786FF;
}

.clue-box{
	
    width: 100%;
    padding: 40px 0;
}
.clue-box-bg{
	background: url(../img/social-bg@2x.png) 10% 100% no-repeat;
}

.clue-title{
	margin-top: 20px;
    color: #666666;
    font-size: 36px;
    line-height: 50px;
    text-align: center;
    font-weight: 500;
}

.clue-tap{
    margin-top: 60px;
}

.clue-item{
	width: 354px;
    display: flex;
    flex-direction: column;
    align-items: center;
	justify-content: center;
}

.clue-item-box{
    width: 154px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.item-box{
	flex-direction: row;
	margin: 30px 0;
    width: 354px;
    display: flex;
    align-items: center;
	justify-content: center;
}

.clue-item-icon{
    width: 95px;
    height: 95px;
}
.item-icon{
    width: 70px;
    height: 70px;
}
.index-item-icon{
    /* width: 50px; */
    height: 400px;
}


.clue-item-title{
    color: #333333;
    font-size: 20px;
    line-height: 26px;
    margin-top: 20px;
    text-align: center;
    font-weight: 500;
}
.item-title{
    color: #333333;
    font-size: 1em;
    line-height: 26px;
    margin: 0 0 0 10px;
    text-align: left;
    font-weight: 500;
}
.item-title-wz{
	/* background: -webkit-linear-gradient(315deg,rgb(254 181 161) 0%,#ff6143 100%);
	    -webkit-background-clip: text;
	    -webkit-text-fill-color: transparent; */
		color: #333333; 
	    font-size: 18px;
	    
}

.clue-item-des{
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    margin-top: 12px;
    text-align: center;
}
.item-des{
	margin-left: 10px;
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
}

.strength-ban{
    width: 100%;
    height: 368px;
    background: url("../img/strength_ban.png") 100% 100% no-repeat;
    background-size: cover;
}


.strength-title{
    color: #FFFFFF;
    font-size: 36px;
    line-height: 42px;
    font-weight: 500;
    padding-top: 80px;
    text-align: center;
}

.strength-des{
    color: #FFFFFF;
    font-size: 16px;
    line-height: 22px;
    margin-top: 16px;
    text-align: center;
}

.strength-container{
    margin-top: -148px;
}

.strength-item-box{
    height: 296px;
    box-shadow: 0px 14px 24px 0px rgba(42, 100, 179, 0.06);
    border-radius: 27px;
    margin-left: -3px;
    margin-right: -3px;
    background: #ffffff;
    position: relative;
    padding-top: 127px;
    padding-left: 25px;
    padding-right: 25px;
    transition: all 0.5s;
}

.strength-item-box:hover{
    transform: scale(1.05);
}

.strength-row{
    margin-left: -12px;
    margin-right: -12px;
}

.strength-item-icon{
    width: 135px;
    height: 109px;
    position: absolute;
    top: 0;
    right: 32px;
}

.strength-item-title{
    color: #333333;
    font-size: 24px;
    line-height: 33px;
}

.strength-item-line{
    width: 60px;
    height: 2px;
    background: #466CFF;
    margin-top: 16px;
}

.strength-item-des{
    color: #666666;
    font-size: 16px;
    line-height: 22px;
    margin-top: 34px;
}

.shop-title{
    color: #191919;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    margin-bottom: 60px;
    font-weight: 500;
    padding-top: 80px;
}

.shop-box{
    margin-left: -3px;
    margin-right: -3px;
}

.shop-icon{
    display: block;
    width: 142px;
    height: 50px;
    margin: 19px auto;
}

.shop-row{
    margin-bottom: 24px;
}

.shop-container{
    padding-bottom: 80px;
}

.news-ban{
    width: 100%;
    background: #FAFCFF;
}

.news-container{
    padding: 80px 0;
}

.news-row{
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 60px;
}

.new-item-box{
    margin-left: 5px;
    margin-right: 5px;
}

.new-item-icon{
    display: block;
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.new-item-icon-box{
    width: 100%;
    height: 180px;
    object-fit: cover;
    margin-bottom: 24px;
    position: relative;
    transition: all 0.5s;
}

.new-item-main{
    width: 100%;
    height: 180px;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 24px;
}

.new-item-main-title{
    color: #FFFFFF;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
}

.new-item-main-des{
    color: #FFFFFF;
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}

.new-item-icon-box:hover{
    transform: scale(1.05);
}

.new-time{
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    margin-right: 14px;
}

.new-text-box{
    width: 100%;
    color: #333333;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 8px;
}

.news-more{
    margin: 40px auto 0;
    width: 152px;
    height: 46px;
    border-radius: 4px;
    border: 1px solid #4352D4;
    color: #4352D4;
    font-size: 18px;
    line-height: 46px;
    font-weight: 500;
    text-align: center;
}

.news-more:hover{
    cursor: pointer;
    border: 1px solid #6786FF;
    color: #6786FF;
}

.news-more-phone{
    display: none;
}

.news-more:hover{
    cursor: pointer;
}

.new-text-box:hover{
    cursor: pointer;
}

.new-text-box:hover .new-text-title{
    color: #4352D4 !important;
}

.new-text-title:hover{
    cursor: pointer;
    color: #4352D4 !important;
}

.service-tap-list{
    width: 100%;
    border-bottom: 1px solid #DDDDDD;
    padding: 0 125px;
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.service-tap-item{
    border-bottom: 1px solid transparent;
    padding-bottom: 16px;
}

.service-tap-icon{
    width: 60px;
    height: 60px;
    margin: 0 auto 13px;
    display: block;
}

.service-tap-title{
    color: #333333;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
}

.service-tap-item:hover{
    cursor: pointer;
}

.service-tap-item:hover .service-tap-title{
    color: #466CFF;
}

.service-ban-list{
    margin-top: 20px;
}

.service-ban-item{
    display: none;
}

.service-ban-item-left{
    padding-top: 20px;
}

.service-item-second{
    width: 463px;
    height: 110px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid transparent;
    padding: 20px 16px;
    display: flex;
    margin-bottom: 10px;
}

.service-item-second:hover{
    cursor: default;
}

.service-second-icon{
    width: 40px;
    height: 40px;
    margin-right: 15px;
}

.service-second-title{
    color: #333333;
    font-size: 16px;
    line-height: 22px;
}

.service-second-des{
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
}

.service-ban-img{
    display: none;
    width: 604px;
    height: 388px;
    object-fit: cover;
    object-position: 100% 100%;
}

.service-tap-item-active{
    border-bottom: 2px solid #466CFF;
}

.service-tap-title-active{
    color: #466CFF;
}

.div_show{
    display: flex !important;
    justify-content: space-between;
    visibility: visible !important;
    animation-duration: 800ms;
    animation-name: fadeInDown !important;
}

.service-item-second-active{
    box-shadow: 0px 7px 11px 0px rgba(42, 100, 179, 0.06);
    border: 1px solid #466CFF;
}

.service-phone-container{
    display: none;
}

/*手机端样式*/
@media (max-width: 992px) {
    .nav-header-container{
        display: none;
    }

    .banner .swiper-slide {
        height: 9.28rem;
    }

    .slide-item-container{
        padding-top: 1.24rem;
    }

    .auto-container{
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 0 0.2rem 0;
    }

    .banner .banner-item-icon{
        display: block;
        width: 7.24rem;
        height: 4.23rem;
        object-fit: cover;
        object-position: 100% 100%;
        /*margin-top: 0.43rem;*/
        /*margin-left: 0.06rem;*/
        margin: 0.43rem auto 0;
    }

    .banner .content-box {
        position: relative;
        display: block;
        z-index: 5;
        width: 100%;
        padding-top: 0;
        max-width: unset;
        min-width: unset;
    }

    .banner .content-title{
        color: #ffffff;
        font-size: 0.6rem;
        font-weight: 500;
        line-height: 0.66rem;
        text-align: center;
    }

    .banner .content-sub-title{
        color: #ffffff;
        font-size: 0.3rem;
        line-height: 0.36rem;
        margin-top: 0.12rem;
        text-align: center;
    }

    .banner .content-des{
        color: #ffffff;
        font-size: 0.24rem;
        line-height: 0.3rem;
        margin-top: 0.24rem;
        text-align: center;
    }

    .btn-container{
        margin-top: 0.6rem;
        display: flex;
        justify-content: center;
    }

    .banner-tap-container{
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding:0.8rem 0.5rem 0;
    }

    .tap-item{
        flex-direction: column;
        align-items: center;
        width: 50%;
        padding-bottom: 0.29rem;
    }

    .tap-item-icon{
        width: 0.8rem;
        height: 0.8rem;
        margin-right: 0;
        margin-bottom: 0.08rem;
    }

    .tap-item-title{
        color: #333333;
        font-size: 0.32rem;
        line-height: 0.32rem;
        font-weight: 500;
        text-align: center;
    }

    .tap-item-des{
        color: #666666;
        font-size: 0.26rem;
        line-height: 0.32rem;
        margin-top: 0.24rem;
        text-align: center;
        width: 2.65rem;
    }

    .tap-item:nth-child(1),.tap-item:nth-child(2){
        border-bottom: 1px solid #DDDDDD;
        position: relative;
    }

    .tap-item:nth-child(3),.tap-item:nth-child(4){
       padding-top: 0.36rem;
        position: relative;
    }

    .tap-item:nth-child(1)::after,.tap-item:nth-child(3)::after{
        content:"";
        border-left: 0.6px solid #DDDDDD;
        height: 2rem;
        background: #DDDDDD;
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .tap-item:nth-child(3)::after{
        top:0;
    }

    .service-container{
        height: auto;
        background: #ffffff;
        /* padding: 0.49rem 0 0; */
    }

    .service-title{
        font-size: 0.48rem;
        line-height: 0.56rem;
    }

    .service-des{
        font-size: 0.26rem;
        line-height: 0.32rem;
        margin: 0.2rem auto 0;
        width: 83.1%;
    }

    .service-tap-list{
        width: 89%;
        border-bottom: 1px solid #DDDDDD;
        padding: 0;
        margin: 0.6rem auto 0;
    }

    .service-tap-item{
        padding-bottom: 0.37rem;
    }

    .service-tap-icon{
        width: 0.8rem;
        height: 0.8rem;
        margin: 0 auto 0.16rem;
        display: block;
    }

    .service-tap-title{
        font-size: 0.3rem;
        line-height: 0.42rem;
    }

    .service-span-title{
        display: none;
    }

    .service-ban-list{
        display: none;
    }

    .service-phone-container{
        width: 100%;
        display: block;
        height: 6.68rem;
        background: rgba(70, 108, 255, 0.08);
        padding: 0.4rem 0 0;
    }

    .service-btn-list{
        width: 100%;
        background: rgba(70, 108, 255, 0.08);
        padding-top: 0.5rem;
        padding-bottom: 0.8rem;
    }

    .service-buy-btn,.service-reserve-btn{
        width: 3rem;
        height: 0.8rem;
        background: #466CFF;
        box-shadow: 0 0.06rem 0.12rem 0 rgba(57, 98, 255, 0.28);
        border-radius: 0.04rem;
        font-size: 0.3rem;
        line-height: 0.8rem;
    }

    .service-reserve-btn{
        margin-left: 0.22rem;
        background: #ffffff;
    }

    .clue-box{
        padding: 0.8rem 0.4rem 0.5rem;
    }

    .clue-tap{
        margin-top: 0;
    }

    .clue-title{
        color: #333333;
        font-size: 0.48rem;
        line-height: 0.56rem;
        padding-bottom: 0.6rem;
    }

    .clue-item{
        flex-direction: row;
        align-items: center;
    }

    .clue-item-box{
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        box-shadow: 0 0.14rem 0.24rem 0 rgba(42, 100, 179, 0.06);
        border-radius: 0.12rem;
        border: 1px solid #E9E9E9;
        padding: 0.3rem 0.24rem;
        margin-bottom: 0.3rem;
    }

    .clue-item-icon{
        width: 0.95rem;
        height: 0.95rem;
        margin-right: 0.16rem;
    }

    .clue-item-title{
        font-size: 0.36rem;
        line-height: 0.42rem;
        margin-top: 0;
        text-align: left;
    }

    .clue-item-des{
        font-size: 0.26rem;
        line-height: 0.32rem;
        margin-top: 0.12rem;
        text-align: left;
    }

    .strength-ban{
        width: 100%;
        height: 10.72rem;
        background: url("../img/strength_ban_phone.png") 100% 100% no-repeat;
        background-size: cover;
    }

    .strength-title{
        font-size: 0.48rem;
        line-height: 0.56rem;
        padding-top: 0.8rem;
    }

    .strength-des{
        font-size: 0.26rem;
        line-height: 0.32rem;
        margin-top: 0.2rem;
    }

    .strength-container{
        margin-top: -8.24rem;
        padding: 0 0.4rem 0.5rem;
    }

    .strength-item-box{
        height: 2.28rem;
        box-shadow: 0 0.14rem 0.24rem 0 rgba(42, 100, 179, 0.06);
        border-radius: 0.27rem;
        margin-left: -3px;
        margin-right: -3px;
        background: #ffffff;
        position: relative;
        padding-top: 0.4rem;
        padding-left: 0.33rem;
        padding-right: 0.33rem;
        margin-bottom: 0.3rem;
    }

    .strength-item-icon{
        width: 1.9rem;
        height: 1.46rem;
        position: absolute;
        top: 0;
        right: 0.29rem;
    }

    .strength-item-title{
        font-size: 0.36rem;
        line-height: 0.42rem;
    }

    .strength-item-line{
        width: 0.60rem;
        height: 0.04rem;
        margin-top: 0.16rem;
    }

    .strength-item-des{
        color: #666666;
        font-size: 0.26rem;
        line-height: 0.32rem;
        font-weight: 500;
        margin-top: 0.21rem;
    }

    .shop-title{
        color: #333333;
        font-size: 0.48rem;
        line-height: 0.56rem;
        margin-bottom: 0.6rem;
        padding-top: 0.8rem;
    }

    .shop-box{
        margin-left: -8px;
        margin-right: -8px;
    }

    .shop-icon{
        display: block;
        width: 100%;
        height: 0.75rem;
    }

    .shop-row{
        margin-bottom: 0.16rem;
    }

    .shop-container{
        padding: 0 0.4rem 0;
    }

    .no-show-shop{
        display: none;
    }

    .news-ban{
        width: 100%;
        background: #ffffff;
    }

    .news-container{
        padding: 0.64rem 0.48rem 0.3rem;
    }

    .news-row{
        margin-left: -20px;
        margin-right: -20px;
        margin-top: 0.6rem;
    }

    .new-item-box{
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 0.5rem;
    }

    .new-item-icon{
        display: block;
        width: 100%;
        height: 2rem;
    }

    .new-item-icon-box{
        height: 2rem;
        margin-bottom: 0.32rem;
    }

    .new-item-main{
        height: 2rem;
        padding-left: 0.24rem;
    }

    .new-item-main-title{
        font-size: 0.36rem;
        line-height: 0.42rem;
    }

    .new-item-main-des{
        font-size: 0.26rem;
        line-height: 0.32rem;
        margin-top: 0.16rem;
    }


    .new-time{
        font-size: 0.24rem;
        line-height: 0.33rem;
        margin-right: 0.12rem;
    }

    .new-text-box{
        width: 100%;
        font-size: 0.24rem;
        line-height: 0.33rem;
        margin-bottom: 0.08rem;
    }

    .news-more{
        display: none;
    }

    .news-more-phone{
        display: block;
        color: #466CFF;
        font-size: 0.32rem;
        line-height: 0.32rem;
        margin-top: 0.2rem;
        text-align: center;
    }

    .service-phone-item-container{
        height: 6.28rem;
        overflow: hidden !important;
        display: none;
        position: relative;
    }

    .service-phone-item-container .swiper-slide{
        width: 100% !important;
        padding: 0 0.4rem;
        background: transparent;
        margin: 0 auto;
    }

    .service-phone-item-container .swiper-pagination-bullet-active{
        background: #466CFF;
    }

    .service-phone-item-slide{
        width: 100%;
        height: 6.28rem;
        background: #FFFFFF;
        box-shadow: 0 0.14rem 0.24rem 0 rgba(42, 100, 179, 0.06);
        border-radius: 0.12rem;
        padding: 0.5rem 0.33rem 0;
    }

    .service-phone-item-title{
        color: #333333;
        font-size: 0.36rem;
        line-height: 0.42rem;
        text-align: center;
    }

    .service-phone-item-des{
        width: 4.7rem;
        color: #666666;
        font-size: 0.26rem;
        line-height: 0.32rem;
        margin: 0.16rem auto 0;
        text-align: center;
    }

    .service-phone-item-icon{
        display: block;
        width: 6.04rem;
        height: 3.88rem;
        margin: 0.2rem auto 0;
    }

    .div_show{
        display: flex !important;
        justify-content: space-between;
    }
}