.pro-tit{
    text-align: center;
    padding: 70px 0 50px !important;
    font-weight: 800;
}
.scheme-hz .hz-main{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.scheme-cj {
    padding: 77px 0 78px !important;
    background-color: #f1f4f6;
    margin-top: 70px !important;
}
.cj-top{
    flex-shrink: 0;
    padding-bottom: 50px !important;
}
.scheme-tit{
    font-size: 25px;
    line-height: 32px;
    color: #212529;
    font-weight: bold;

}
.cj-info{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.cj-list{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 33px !important;
    padding-bottom: 50px !important;
}
.cj-item{
    background-color: #fff;
    overflow: hidden;
    width: 225px;
    height: 172px;
    box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.15);
    border-radius: 10px;

    line-height: 172px;
    text-align: center;
    flex-shrink: 0;
}
.cj-item img{
    width: 80%;
    pointer-events: none;
}
.cj-item+.cj-item{
    margin-left: 65px !important;
}
.user-s-page{
    bottom: 0;
    top: unset !important;
    width: 50% !important;
    left: unset !important;
    right: 0;
}
.scheme-hz{
    background: url(../img/45.png) center center no-repeat;
    background-size: cover;
    height: 353px;
}

.hz-left{
    color: #fff;
}
.hz-l-tit{
    font-size: 40px;
}
.hz-l-des {
    margin-top: 39px !important;
    font-size: 22px;
    letter-spacing: 0.3px;
}
.hz-right{
    font-size: 16px;
    padding: 20px 109px 20px 72px !important;
    background: #fff;
    position: relative;
    color: #0069b7;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;

    white-space: nowrap;
}
.hz-right .iconfont{
    font-size: 27px;
    position: absolute;
    right: 44px;
    top: 50%;
    transform: translateY(-50%);
}

.fs-main{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 74px 0 !important;
    box-sizing: border-box;
}
.fs-l-tit{
    font-size: 38px;
}
.fs-l-list {
    margin-top: 89px !important;
}
.fs-l-info{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.fs-l-info span {
    display: inline-block;
}
.fs-l-info span+span{
    margin-left: 24px !important;
}
.fs-l-info .iconfont{
    font-size: 38px;
    color: #0069b7;
}
.fs-l-info span:nth-child(n+2){
    font-size: 25px;
}
.fs-l-info span:nth-child(3){
    margin-left: 41px !important;
}
.fs-l-list .fs-l-item:nth-child(3) .fs-l-info span:nth-child(3){
    letter-spacing: -2px;
}
.fs-l-tit {
    font-size: 39px;
    position: relative;
}
.fs-l-tit::before {
    content: "";
    width: 40px;
    height: 4px;
    background: #0069b7;
    position: absolute;
    bottom: -30px;
}
.fs-l-des{
    margin-left: 66px !important;
}
.fs-l-list .fs-l-item+.fs-l-item{
    margin-top: 67px !important;
}

.fs-right{
    padding: 50px !important;
    border: 1px solid #ccc;
    margin-left: 30px !important;
}
.fs-main>div{
    width: 50%;
    flex-shrink: 0;
}
.fs-right h2{
    font-size: 37px;
}
.fs-right p{
    margin-top: 18px !important;
    font-size: 16px;
    letter-spacing: 0.6px;
}
.fs-form {
    margin-top: 51px !important;
}
.fs-f-item input{
    padding: 20px 15px !important;
}
.fs-form>.fs-f-item+.fs-f-item{
    margin-top: 22px !important;
}
.fs-f-item .col-auto{
    width: 46%;
}
.fs-form .fs-f-item:nth-child(1){
    justify-content: space-between;
}
.fs-f-item textarea{
    padding: 20px 15px !important;
    height: 194px;
}
.yzm{
    justify-content: space-between;
}
.yzm-left{
    width: 65% !important;
}
.yzm-right{
    width: 35% !important;
    text-align: center;
}
.yzm-right button{
    padding: 20px 58px !important;
    border-radius: 40px;
    font-size: 14px;
    white-space: nowrap;
}
.yzm-code{
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 45%;
}
@keyframes ys-sw{
    /*0%{ opacity:0.5; margin-top:20px !important;}*/
    /*50%{ opacity:0.75; margin-top:10px !important;}*/
    /*100%{ opacity:1; margin-top:0px !important;}*/
    0%{
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
        opacity:0.5;
    }
    25%{
        transform: translateY(75px);
        -webkit-transform: translateY(75px);
        -moz-transform: translateY(75px);
        -ms-transform: translateY(75px);
        -o-transform: translateY(75px);
        opacity:0.62;
    }
    50%{
        transform: translateY(50px);
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        opacity:0.75;
    }
    75%{
        transform: translateY(25px);
        -webkit-transform: translateY(25px);
        -moz-transform: translateY(25px);
        -ms-transform: translateY(25px);
        -o-transform: translateY(25px);
        opacity:0.87;
    }
    100%{
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        opacity:1;
    }
}

.pro-ys{
    padding: 70px 0 0!important;
    transform: translateY(100px);
    opacity: 0.5;
}
.pro-ys.ys-show{
    animation:ys-sw 0.5s  linear;
    -webkit-animation:ys-sw 0.5s linear;
    animation-fill-mode : forwards;
}
.ys-list{
    display: flex;
    flex-wrap: wrap;
}
.ys-item{
    width: 33.3%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 50px 30px !important;
    margin-top: 30px !important;
    position: relative;
    flex-shrink: 0;
}

.ys-item:hover{
    box-shadow: 0 .5rem 1rem rgba(var(--bs-body-color-rgb), .15) !important;
}
.ys-item:hover::before{
    opacity: 1;
}
.ys-item::before{
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 8px;
    background: linear-gradient(to top, #0069b7, #03ecbb);
    transition: all 0.36s;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.ys-left .iconfont{
    font-size: 50px;
    margin-right: 30px !important;
    color: #0069b7;
}
.ys-r-tit{
    font-size: 32px;
}
.ys-r-des{
    font-size: 24px;
    padding-top: 20px !important;
}
.pro-swiper{
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 10px;
}
.pro-swiper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@keyframes opy{
    0%{ opacity:0; }
    25%{ opacity:0.25; }
    50%{ opacity:0.5; }
    75%{ opacity:0.75; }
    100%{ opacity:1; }

}
.pro-swiper .swiper-wrapper{
    height: 50vh;
}
.pro-swiper .swiper-slide{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.pro-swiper .swiper-slide.active{
    /*opacity: 1;*/
    animation:opy 1s linear;
    -webkit-animation:opy 1s linear;
    animation-fill-mode : forwards;
}

.swiper-page{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 65px !important;
}
.swiper-p-item{
    text-align: center;
    flex: 1 1 100%;
    cursor: pointer;
    line-height: 3;
    font-size: 30px;

    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

}
.swiper-p-item.active{
    position: relative;
}
.swiper-p-item.active:before{
    content: "";
    width: 100px;
    height: 4px;
    background-color: #0069b7;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.empty-list{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: transparent;
    z-index: 9;

    display: flex;
}
.empty-item{
    flex: 1 1 100%;
}
.empty-item+.empty-item{
    border-left: 1px solid #fff;
}
.pro-main{
    /*padding-top: 70px !important;*/
}
.pro-i-infos{
    padding: 0 148px 0 22px !important;
}
.pro-info{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 50px !important;
}
.pro-info>div{
    width: 50%;
}
.pro-info .swiper-slide{
    text-align: center;
}
.pro-info .swiper-slide:hover img{
    transform: scale(1.1);
}
.pro-i-tit{
    font-size: 32px;
    font-weight: bold;
    color: #373737;
    line-height: 3;
    border-bottom: 1px solid #efefef;

}
.pro-i-des{
    font-size: 18px;
    color: #373737;
    line-height: 2;
    margin-top: 25px !important;
    padding-right: 22px !important;
}
@media (max-width: 1540px) {
    .swiper-p-item{
        font-size: 20px;
    }
}
@media (max-width: 1150px) {
    .fs-main{
        flex-direction: column;
        padding: 30px 0 !important;
    }
    .fs-main>div{
        width: 95%;
        margin: 0 20px !important;
    }
}

@media (max-width: 992px) {
    .scheme-hz{
        height: auto;
        box-sizing: border-box;
        padding: 20px !important;
    }
    .scheme-hz .hz-main{
        flex-direction: column;
    }
    .hz-right{
        margin-top: 30px !important;
    }

    .fs-main .fs-right{
        margin-top: 20px !important;
        padding: 30px !important;
    }
    .fs-l-list{
        margin-top: 50px !important;
    }
    .fs-l-list .fs-l-item+.fs-l-item{
        margin-top: 40px !important;
    }
    .fs-l-info .iconfont{
        font-size: 32px;
    }
    .fs-l-info span:nth-child(n+2) {
        font-size: 20px;
    }
    .fs-l-des{
        margin-left: 55px !important;
        font-size: 14px;
    }
    .cj-left{
        width: 90px;
        height: 90px;
    }
    .cj-left::before{
        width: 130px;
        height: 130px;
    }
    .cj-left .iconfont{
        font-size: 36px;
    }
    .swiper-p-item{
        font-size: 18px;
    }
    .pro-swiper .swiper-wrapper{
        height: 50vw;
    }
    .pro-main{
        padding-top: 40px !important;
    }
    .pro-info{
        flex-flow: column;
    }
    .pro-info>div{
        width: 100%;
    }
    .pro-i-infos{
        padding: 20px 0 0 !important;
    }
    .pro-i-tit{
        text-align: center;
    }
    .ys-r-tit{
        font-size: 24px;
    }
    .ys-r-des{
        font-size: 18px;
    }
}
@media (max-width: 840px) {
    .ys-item{
        width: 50%;
    }
    .cj-info{
        flex-flow: column;
    }
    .cj-list{
        margin-top: 30px !important;
        margin-left: 0 !important;
    }
}
@media (max-width: 600px) {
    .pro-ys{
        padding: 20px 0 !important;
    }
    .pro-tit{
        padding: 30px 0 15px !important;
    }
    .ys-left .iconfont{
        font-size: 30px;
        margin-right: 15px !important;
    }
    .ys-r-tit{
        font-size: 20px;
    }
    .ys-r-des{
        font-size: 16px;
    }
    .ys-item{
        width: 100% !important;
        padding: 20px 15px !important;
        margin-top: 10px !important
    }
}
@media (max-width: 576px) {
    .scheme-tit{
        font-size: 32px;
    }
    .scheme-des{
        font-size: 14px;
    }
    .ys-des{
        font-size: 16px;
        margin-top: 10px !important;
    }
    .hz-l-tit{
        font-size: 32px;
    }
    .hz-l-des{
        margin-top: 25px !important;
        font-size: 18px;
    }
    .hz-right{
        padding: 15px 80px 15px 54px !important;
        font-size: 12px;
    }
    .hz-right .iconfont{
        font-size: 20px;
        right: 25px;
    }
    .fs-l-tit{
        font-size: 32px
    }
    .fs-l-tit::before{
        bottom: -20px;
    }
    .fs-l-info .iconfont{
        font-size: 24px;
    }
    .fs-l-info span:nth-child(n+2) {
        font-size: 18px;
    }
    .fs-l-info span:nth-child(2){
        flex-shrink: 0;
        white-space: nowrap;
    }
    .fs-right h2{
        font-size: 32px;
    }
    .fs-right p{
        font-size: 16px;
    }
    .fs-form {
        margin-top: 30px !important;
    }
    .fs-f-item input {
        padding: 15px 10px !important;
        font-size: 16px;
    }
    .fs-f-item input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        font-size: 14px;
        color: #666;
    }

    .fs-f-item input:-moz-placeholder,
    textarea:-moz-placeholder {
        font-size: 14px;
        color: #666;
    }

    .fs-f-item input::-moz-placeholder,
    textarea::-moz-placeholder {
        font-size: 14px;
        color: #666;
    }

    .fs-f-item input:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        font-size: 14px;
        color: #666;
    }
    .yzm{
        flex-direction: column;
    }
    .yzm-left{
        width: 100% !important;
    }
    .yzm-right{
        width: 100% !important;
        margin-top: 20px !important;
    }

    .cj-item+.cj-item{
        margin-left: 5% !important;
    }
}
@media (max-width: 450px) {
    .cj-list{
        flex-flow: column;
    }
    .cj-item+.cj-item{
        margin-left: 0 !important;
        margin-top: 20px !important;
    }
}