h3.ind_bt {
    font-size: .4rem;
    text-align: center;
    position: relative;
    z-index: 10;
}

a.more {
    background: linear-gradient(-90deg, #005AFF 0%, #00B4E6 100%);
    border-radius: .1rem;
    padding: .15rem .48rem;
    font-size: .16rem;
    color: #fff;
    transition: .5s;
    display: table;
}

.sj_head_right {
    padding: 2.5% 2%;
    border-radius: 6px;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.1500);
    /* margin-right: 5%; */
    width: 285px;
    margin: 0 auto;
}

.sj_head_right>h3 {
    font-size: 24px;
    color: #fff;
    text-align: center;
    margin-bottom: 6%;
}

.sj_head_right>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 15px;
    border-radius: 6px;
    border: 1px solid #fff;
    margin-bottom: 10px;
}

.sj_head_right>div>span {}

.sj_head_right>div>i {
    width: 1px;
    height: 14px;
    background: #FFFFFF;
    margin: 0 8px;
}

.sj_head_right>div>input {
    outline: none;
    border: none;
    padding: 5px 10px;
    font-size: .14rem;
    background: none;
    color: #fff;
    width: 83%;
}

.sj_head_right>div>input::placeholder {
    color: #fff;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.sj_head_right>div>input:focus::placeholder {
    color: #aeaeae
}

.sj_head_right>button.btn {
    font-size: 16px;
    padding: 9px 48px;
    margin: 0 auto;
    display: block;
    margin-top: 15px;
    background: linear-gradient(to right, #ffb252 0%, #f18541 100%);
    width: 100%;
    outline: none;
    border: none;
    color: #fff;
    border-radius: 6px;
    line-height: 1.5;
    cursor: pointer;
}

.sj_head_right>p {
    font-size: 16px;
    margin-top: 20px;
    color: #fff;
    text-align: center;
}

@media screen and (max-width:1440px) {
    .sj_head_right>h3 {
        font-size: 20px;
    }

    .sj_head_right>div>input {
        padding: 5px;
        width: 170px;
    }

    .sj_head_right>button.btn {
        padding: 7px 30px;
        margin-top: 10px;
        width: 100%;
    }

    .sj_head_right>p {
        margin-top: 13px;
    }
}

@media screen and (max-width:768px) {
    .sj_head_right>div>input {
        font-size: 14px;
    }
}

@media screen and (max-width:768px) {
    a.more {
        border-radius: 10px;
        padding: 10px 20px;
        font-size: 14px;
    }
}

.el-message__icon {
    margin-right: .1rem;
    font-size: .16rem;
    display: block;
    height: .15rem;
    width: .15rem;
}

/*********************** 底部留资************************** */
.ind_top6 {
    background: #F4F4F6;
    padding: .8rem 0;
    position: relative;
    z-index: 10;
}

.ind_top6>p {
    display: flex;
    justify-content: center;
}

.ind_top6>p>b {
    font-weight: bold;
    font-size: .4rem;
    color: #333333;
    background: linear-gradient(0deg, rgba(0, 90, 255, 0.98) 0%, rgba(0, 180, 230, 0.98) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: .2rem;
}

.ind_top6>p>i {
    font-size: .4rem;
    font-family: Microsoft YaHei, '微软雅黑';
}

.ind_top6>i {
    font-size: .2rem;
    text-align: center;
    margin: .3rem 0 .4rem 0;
}

.ind_top6>a {
    padding: .18rem .52rem;
    border: 1px solid #333;
    border-radius: .3rem;
    display: table;
    margin: 0 auto;
    position: relative;
    transition: .5s;
}

.ind_top6>a>i {
    font-size: .24rem;
    transition: .5s;
    position: relative;
    z-index: 10;
}

.ind_top6>a::after {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: .3rem;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    background: linear-gradient(-90deg, #005AFF 0%, #00B4E6 100%);
    opacity: 0;
}

.ind_top6>a:hover {
    border-color: transparent;
}

.ind_top6>a:hover>i {
    color: #fff;
}

.ind_top6>a:hover::after {
    opacity: 1;
}

@media screen and (max-width:768px) {
    .ind_top6 {
        padding: 40px 5%;
    }

    .ind_top6>p>b {
        font-size: 20px;
        margin-right: 15px;
    }

    .ind_top6>p>i {
        font-size: 20px;
    }

    .ind_top6>i {
        font-size: 16px;
        margin: 15px 0;
        line-height: 1.5;
    }

    .ind_top6>a {
        padding: 13px 40px;
        border-radius: 20px;
    }

    .ind_top6>a>i {
        font-size: 14px;
    }
}

/********************* 公共banner ****************************/

.public_banner {
    width: 100%;
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2.4rem 0 2.1rem 0;
}

.public_banner::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 5;
}

.public_banner>video {
    display: block;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.public_banner>h1 {
    position: relative;
    z-index: 10;
    font-size: .48rem;
    color: #fff;
    font-family: Microsoft YaHei, '微软雅黑';
}

.public_banner>p {
    position: relative;
    z-index: 10;
    font-size: .24rem;
    text-align: center;
    color: #fff;
    margin: .4rem 0 .6rem 0;
    line-height: 1.7;
}

.public_banner>a {
    position: relative;
    z-index: 10;
    border-radius: .2rem;
    border: 1px solid #FFFFFF;
    font-size: .24rem;
    padding: .18rem .93rem;
    color: #fff;
    font-family: Microsoft YaHei, '微软雅黑';
    transition: .5s;
}

.public_banner>a:hover {
    border-color: #00B4E6;
    color: #00B4E6;
}

.public_banner>h2 {
    font-size: .4rem;
    text-align: center;
    color: #fff;
    margin-bottom: 1rem;
    position: relative;
    z-index: 10;
}

.public_banner>span {
    width: 2.5rem;
    margin-bottom: .3rem;
    position: relative;
    z-index: 10;
}

@media screen and (max-width:768px) {
    .public_banner {
        height: 50vh;
    }

    .public_banner>h1 {
        font-size: 28px;
    }

    .public_banner>p {
        font-size: 16px;
        margin: 15px 0 30px 0;
    }

    .public_banner>a {
        border-radius: 10px;
        font-size: 14px;
        padding: 12px 50px;
    }
}

/********************* banner下搜索 ****************************/
.act_search {
    padding: 0 2.1rem;
    position: relative;
    z-index: 15;
    display: none;
}

.act_search>div {
    padding: .3rem .8rem;
    background: linear-gradient(90deg, #ECF6FF 0%, #FFFFFF 100%);
    box-shadow: 0px 6px 30px 0px rgba(51, 51, 51, 0.1);
    border-radius: .1rem;
    margin-top: -1.15rem;
}

.act_search>div>div {}

.act_search>div>.act_s1 {
    padding: .1rem 0;
    display: flex;
    justify-content: space-between;
    margin-bottom: .1rem;
}

.act_search>div>.act_s1>div {
    border-radius: .2rem;
    background: #fff;
    display: flex;
    padding: .1rem 0;
    width: 81%;
}

.act_search>div>.act_s1>div>.el-select {
    border-right: 1px solid #e6e6e6;
    margin-right: .2rem;
    width: 20%;
}

.act_search>div>.act_s1>div>.el-select>.el-input {}

.el-input.el-input--suffix .el-input__suffix {
    right: .3rem;
    display: flex;
    align-items: center;
}

span.el-input__suffix .el-input__suffix-inner {
    display: flex;
}

.act_search>div>.act_s1>div>.el-select>.el-input>.el-input__inner {
    font-size: .2rem;
    border: none;
    padding: 0;
    height: auto;
    line-height: normal;
    padding: .2rem .35rem;
}

.el-input,
.el-select,
.el-textarea {
    display: block;
}

.el-input__inner::placeholder {
    color: #333;
}

.el-select .el-input .el-select__caret {
    height: .08rem;
    width: .11rem;
    background: url(../img/sanjiao_shang.png) no-repeat center;
    background-size: 100% 100%;
}

.el-select .el-input.is-focus .el-select__caret {
    background-image: url(../img/sanjiao_xial.png);
}

.el-select .el-input .el-select__caret::before,
.el-select .el-input .el-select__caret::after {
    content: '';
    display: none;
}

.act_search>div>.act_s1>div>input {
    display: block;
    padding: .1rem;
    font-size: .16rem;
    width: 75%;
}

.el-select-dropdown__item {
    font-size: .2rem;
    line-height: normal;
    padding: .15rem .2rem;
    height: auto;
}

.el-select-dropdown__item.selected>span {
    color: #00B4E6;
}

.el-input.is-active .el-input__inner,
.el-input__inner:focus {
    border-color: #00b4e6;
    outline: 0
}

.el-select-dropdown__item.selected {
    color: #00b4e6;
}

.act_search>div>.act_s1>a {
    font-size: .24rem;
    display: flex;
    align-items: center;
    padding: .25rem .6rem;
    background: #00B4E6;
    border-radius: .2rem;
    color: #fff;
    font-family: Microsoft YaHei, '微软雅黑';
}

.act_search>div>.act_s1>a>img {
    margin-right: .2rem;
    width: .3rem;
}

.el-radio__input.is-checked+.el-radio__label {
    color: #00B4E6;
}

.el-radio__input.is-checked .el-radio__inner {
    border-color: #00B4E6;
    background: #00B4E6;
}

.act_search>div>.act_s2 {
    display: flex;
}

.act_search>div>.act_s2>label {
    display: flex;
    align-items: center;
}

.act_search>div>.act_s2>label>span {
    font-size: .16rem;
    color: #000;
}

/************************* 分类 ********************/
.act_fl1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.act_fl1 .el-input--suffix .el-input__inner {
    padding: .16rem .55rem .16rem .3rem;
    width: 1.8rem;
    transition: .5s;
}

.el-select .el-input.is-focus .el-input__inner {
    border-color: #00B4E6;
    color: #00B4E6;
}

.el-select .el-input.is-focus .el-input__inner::placeholder {
    color: #00B4E6;
}

.act_fl1>b {
    font-size: .24rem;
    width: 8%;
}

.act_fl1>ul {
    display: flex;
    justify-content: flex-start;
    width: 52%;
}

.act_fl1>ul>li {
    margin-right: .2rem;
}

.act_fl1>ul>li>div {
    display: block;
}

.act_fl1>div {
    display: flex;
    width: 26%;
    padding-left: .5rem;
}

.act_fl1>div>label {
    display: flex;
    align-items: center;
}

.act_fl1>div>label:first-child {
    margin-right: .5rem;
}

.act_fl1>div>label>span {
    font-size: .16rem;
}

.act_fl1>p {
    padding: .16rem .55rem;
    border-radius: .26rem;
    background: rgb(0 175 225 / 10%);
    display: flex;
    align-items: center;
    cursor: pointer;
}

.act_fl1>p>i {
    width: .2rem;
    margin-right: .1rem;
}

.act_fl1>p>span {
    font-size: .16rem;
    color: #00B4E6;
}

.act_fl2 {}

.act_fl2>li {
    padding: .2rem 0 .1rem 0;
    margin-top: .1rem;
    display: flex;
    border-bottom: 1px solid #999999;
}

.act_fl2>li>b {
    font-size: .18rem;
    width: 8%;
}

.act_fl2>li>p {
    display: flex;
    width: 92%;
}

.act_fl2>li:first-child>p {
    justify-content: space-between;
}

.act_fl2>li:first-child>p>a {
    margin-right: 0;
}

.act_fl2>li>p>a {
    font-size: .16rem;
    transition: .5s;
    margin-right: .75rem;
}

.act_fl2>li>p>a:last-child {
    margin-right: 0;
}

.act_fl2>li>p>a:hover,
.act_fl2>li>p>a.on {
    color: #00B4E6;
}

/*********************** 解决方案 ************************** */
.pub_jjfa {
    padding: .8rem 0;
    position: relative;
    z-index: 10;
    overflow: hidden;
    background: #ecedf1;
}

.pub_jjfa::after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: 1.5s;
    transition-delay: .3s;
    transform: scale(.8);
    background: linear-gradient(180deg, #D1E8FD 0%, #FFFFFF 100%);
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    -ms-transition: 1.5s;
    -o-transition: 1.5s;
}

.pub_jjfa.animated::after {
    transform: scale(1);
}

.pub_jjfa>ul {
    margin: 0 3.6rem;
    margin-top: .45rem;
    padding: .1rem;
    border-radius: .4rem;
    align-items: center;
    justify-content: space-between;
    background: rgb(255 255 255 / 30%);
    border: 1px solid#fff;
    position: relative;
    z-index: 10;
}

.pub_jjfa>ul>i {
    position: absolute;
    border-radius: .3rem;
    width: 11%;
    height: .55rem;
    background: #fff;
    z-index: 1;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    left: 0.5%;
}

.pub_jjfa>ul>li {
    padding: .17rem 0;
    border-radius: .3rem;
    text-align: center;
    width: 11%;
    cursor: pointer;
    transition: .5s;
    position: relative;
    z-index: 5;
}

.pub_jjfa>ul>li.on {}

.pub_jjfa>ul>li>b {
    font-size: .2rem;
    transition: .5s;
}

.pub_jjfa>ul>li.on>b {
    /* font-size: .24rem; */
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.pub_jjfa>ul>li::after {}

.pub_jjfa>ul>li.on::after {}

@media screen and (max-width:768px) {
    .pub_jjfa {
        padding: 40px 5%;
    }
}

/********************* ul切换2********************* */

ul.ul_qie {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: flex-start;
    margin-top: 0.5rem;
    padding-left: 1.5rem;
}

ul.ul_qie>li {
    font-size: .2rem;
    color: #333;
    padding: 0.2rem 0.3rem;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    position: relative;
    z-index: 10;
    margin-right: 0.07rem;
    cursor: pointer;
    background: linear-gradient(90deg, #DFE5F8 0%, #E3ECF8 100%);
}

ul.ul_qie>li::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 0.2rem;
    background-color: #fff;
    transition: .5s;
    opacity: 0;
    bottom: -0.24rem;
    left: 0;
    background: linear-gradient(90deg, #CECEFF 0%, #CCE3FE 100%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

ul.ul_qie>li.on {
    color: #fff;
    background: linear-gradient(90deg, #3059F9 0%, #59A3F6 100%);
}

ul.ul_qie>li.on::after {
    opacity: 1;
}

@media screen and (max-width:540px) {

    ul.ul_qie {
        flex-wrap: wrap;
        padding: 0;
        display: none;
        justify-content: space-between;
    }

    ul.ul_qie>li {
        font-size: 15px;
        padding: 0.2rem 0.1rem;
        width: auto;
        margin-bottom: 0.1rem;
        text-align: center;
        margin-right: 0;
    }

    ul.ul_qie>li::after {
        display: none;
    }
}

/********************* 切换********************* */
.act_qie {
    display: flex;
    justify-content: center;
}

.act_qie>span {
    border-radius: 4px;
    border: 1px solid #DDDDDD;
    font-size: .14rem;
    padding: .1rem .13rem;
    cursor: pointer;
    transition: .5s;
}

.act_qie>span:last-child {
    margin-left: .1rem;
}

.act_qie>span.on {
    color: #333;
    border-color: #333;
}

.act_qie>i {
    border-radius: 4px;
    border: 1px solid #333;
    font-size: .14rem;
    padding: .1rem .13rem;
    cursor: pointer;
    margin-left: .1rem;
    transition: .5s;
}

.act_qie>i.on,
.act_qie>i:hover,
.act_qie>span:hover {
    color: #00B4E6;
    border-color: #00B4E6;
}

.act_qie>i.more {
    border: none;
}

.act_fl3>.act_fl3rt {
    width: 32%;
}

.act_fl3>.act_fl3rt>.Calendar {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width:768px) {

    .act_qie>span,
    .act_qie>i {
        font-size: 14px;
        padding: 8px 10px;
    }
}

/************************ 底部咨询 ********************/
.t1006 {
    padding: .8rem 1.4rem;
    position: relative;
    z-index: 10;
    background: #fff;
}

.t1006>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: .4rem;
}

.t1006>ul>li {
    width: 32%;
    padding: .5rem .4rem;
    border-radius: .1rem;
    background: linear-gradient(135deg, #e5f6fe, #9ed3ff);
}

.t1006>ul>li:nth-child(2) {
    background: linear-gradient(135deg, #cae8ff, #cfedff);
}

.t1006>ul>li:nth-child(3) {
    background: linear-gradient(135deg, #d5edfe, #cef3ff);
}

.t1006>ul>li>span {
    width: .6rem;
}

.t1006>ul>li>b {
    font-size: .24rem;
    margin-top: .4rem;
}

.t1006>ul>li>p {
    font-size: .18rem;
    margin-top: .15rem;
    display: flex;
}

.t1006>ul>li>p>a {
    margin-right: .35rem;
}

@media screen and (max-width:768px) {
    .t1006 {
        padding: 30px 5%;
    }

    .t1006>ul {
        margin-top: 15px;
    }

    h3.ind_bt {
        font-size: 24px;
        line-height: 1.5;
    }

    .t1006>ul>li {
        width: 100%;
        padding: 10px 15px;
        border-radius: 8px;
        margin-bottom: 10px;
    }

    .t1006>ul>li>b {
        font-size: 16px;
        margin-top: 8px;
    }

    .t1006>ul>li>p {
        font-size: 12px;
        margin-top: 10px;
    }

    .t1006>ul>li>span {
        width: 35px;
    }
}

/************************ 关于banner ********************/
.ab_banner {
    height: 7.3rem;
    padding: 0 2.1rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 10;
}

.ab_banner>.ab_banner1 {}

.ab_banner>.ab_banner1>span {
    width: 3.3rem;
    margin-bottom: .4rem;
}

.ab_banner>.ab_banner1>p {
    font-size: .24rem;
}

@media screen and (max-width:768px) {
    .ab_banner {
        height: 35vh;
        padding: 0 5%;
    }

    .ab_banner>.ab_banner1>span {
        width: 60%;
        margin-bottom: 10px;
    }

    .ab_banner>.ab_banner1>p {
        font-size: 14px;
    }
}

/************************* 解决方案 **************************/
.al_top3 {}

.al_top3>div {
    margin-top: .5rem;
}

.al_top3>p {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 10;
    margin-top: .4rem;
}

.al_top3>p>i {
    width: 1.35rem;
    height: 1px;
    background-color: #999;
}

.al_top3>p>span {
    font-size: .2rem;
    color: #999999;
    margin: 0 .2rem;
}

.al_top3>div.swiper-container {
    padding: 0;
    margin-top: .2rem;
}

.al_top3>div.swiper-container .swiper-wrapper {
    transition-timing-function: linear;
    align-items: center;
}

.al_top3>div>div {
    display: flex;
    justify-content: space-between;
    padding: 0 2.1rem;
}

.al_top3>div>div>div {
    display: flex;
    justify-content: space-between;
    width: 23.5%;
}

.al_top3>div>div>div.on {
    width: 75%;
}

.al_top3>div .al_t3_1 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: .25rem .3rem 0 .6rem;
    border-radius: .2rem;
    background: #fff;
}

.al_top3>div>div>div.on>.al_t3_1 {
    display: flex;
}

.al_top3>div>div>div>.al_t3_2 {
    display: block;
}

.al_top3>div .al_t3_1>.al_lf {
    width: 44%;
    padding-top: .6rem;
}

.al_top3>div .al_t3_1>.al_lf>b {
    font-size: .24rem;
    font-family: Microsoft YaHei, '微软雅黑';
    font-weight: normal;
    margin-bottom: .2rem;
}

.al_top3>div .al_t3_1>.al_lf>i {
    font-size: .14rem;
    line-height: 1.6;
    margin-bottom: .3rem;
}

.al_top3>div .al_t3_1>.al_lf>p {
    display: flex;
    margin-bottom: .3rem;
}

.al_top3>div .al_t3_1>.al_lf>p>a {
    padding: .15rem .3rem;
    font-size: .16rem;
    transition: .5s;
    border: 1px solid #666;
    border-radius: .06rem;
}

.al_top3>div .al_t3_1>.al_lf>p>a:first-child,
.al_top3>div .al_t3_1>.al_lf>p>a:hover {
    background: #2183E9;
    color: #fff;
    border-color: #2183E9;
    margin-right: .2rem;
}

.al_top3>div .al_t3_1>.al_lf>ul {
    padding-top: .3rem;
    border-top: 1px solid #EFEFEF;
    display: flex;
    flex-wrap: wrap;
}

.al_top3>div .al_t3_1>.al_lf>ul>li {
    font-size: .16rem;
    width: 100%;
    margin-bottom: .15rem;
}

.al_top3>div .al_t3_1>.al_lf>ul>li>a {
    transition: .5s;
}

.al_top3>div .al_t3_1>.al_lf>ul>li>a:hover {
    color: #2183E9;
}

.al_top3>div .al_t3_1>.al_rt {
    padding: .1rem;
    padding-bottom: 0;
    position: relative;
    width: 50%;
}

.al_top3>div>div>div.on>.al_t3_2,
.al_top3>div>div>div>.al_t3_1 {
    display: none;
}

.al_t3_2>* {
    position: relative;
    z-index: 10;
}

.al_t3_2::after {
    content: '';
    background: linear-gradient(-45deg, #E5F3FF 0%, #FFFFFF 100%);
    border-radius: 20px 20px 100px 20px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.al_top3>div .al_t3_1>.al_rt>span {
    border-radius: .2rem;
    overflow: hidden;
    margin-bottom: .2rem;
    height: 2.4rem;
}

.al_top3>div .al_t3_1>.al_rt>span>img {
    width: 100%;
}

.al_top3>div .al_t3_1>.al_rt>div {
    padding: .2rem;
    border-radius: .2rem;
    background: #F5F5F5;
}

.al_top3>div .al_t3_1>.al_rt>div>ul {
    display: flex;
    justify-content: space-between;
}

.al_top3>div .al_t3_1>.al_rt>div>ul>li {
    width: 33%;
}

.al_top3>div .al_t3_1>.al_rt>div>ul>li>b {
    font-size: .24rem;
}

.al_top3>div .al_t3_1>.al_rt>div>ul>li>p {
    font-size: .16rem;
    margin-top: .1rem;
}

.al_top3>div .al_t3_1>.al_rt>div>p {
    font-size: .14rem;
    margin-top: .1rem;
    line-height: 1.6;
    margin-bottom: .1rem;
}

.al_top3>div .al_t3_1>.al_rt>div>a {
    font-size: .14rem;
    color: #00B4E6;
}

.al_t3_2 {
    position: relative;
    width: 100%;
    padding: .1rem;
    padding-bottom: .5rem;
    background: #FFFFFF;
    box-shadow: 0px 6px 30px 0px rgba(51, 51, 51, 0.1);
    border-radius: .2rem;
}

.al_t3_2>span {}

.al_t3_2>b {
    font-size: .22rem;
    margin-top: .3rem;
    margin-bottom: .1rem;
}

.al_t3_2>i {
    font-size: .16rem;
    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 1;

    overflow: hidden;
}

.al_t3_2>p {
    margin-top: .4rem;
    font-size: .16rem;
    display: flex;
}

.al_t3_2>p>a {
    padding: .15rem .45rem;
    transition: .5s;
    border-radius: .1rem;
    border: 1px solid #000000;
}

.al_t3_2>p>a:first-child {
    margin-right: .15rem;
    color: #fff;
    border-color: transparent;
    background: linear-gradient(-90deg, #005AFF 0%, #00B4E6 100%);
}

.al_t3_2>p>a:hover {
    color: #fff;
    border-color: transparent;
    background: linear-gradient(-90deg, #005AFF 0%, #00B4E6 100%);
}

.al_t3_2>u {
    position: absolute;
    bottom: .1rem;
    right: .1rem;
    width: .26rem;
    cursor: pointer;
}

@media screen and (max-width:768px) {
    .pub_jjfa>ul {
        margin: 0;
        margin-top: 15px;
        padding: 8px;
        border-radius: 40px;
    }

    .pub_jjfa>ul>li {
        padding: 7px 0px;
        border-radius: 30px;
        width: 25%;
    }

    .pub_jjfa>ul>li.on {
        background: #fff;
    }

    .pub_jjfa>ul>li>b {
        font-size: 14px;
    }

    .pub_jjfa>ul>i {
        display: none;
    }

    .al_top3>div>div {
        padding: 0;
        flex-wrap: wrap;
    }

    .al_top3>div>div.swiper-wrapper {
        flex-wrap: nowrap;
    }

    .al_top3>div>div>div,
    .al_top3>div>div>div.on {
        width: 100%;
        margin-bottom: 15px;
    }

    .al_top3>div>div>div>.al_t3_1 {
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 15px;
    }

    .al_top3>div>div>div>.al_t3_2 {
        display: none;
    }

    .al_top3>div .al_t3_1>.al_lf,
    .al_top3>div .al_t3_1>.al_rt {
        width: 100%;
    }

    .al_top3>div .al_t3_1>.al_lf>b {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .al_top3>div .al_t3_1>.al_lf>i {
        font-size: 12px;
        margin-bottom: 15px;
    }

    .al_top3>div .al_t3_1>.al_lf>p {
        margin-bottom: 15px;
    }

    .al_top3>div .al_t3_1>.al_lf>p>a {
        padding: 12px 35px;
        font-size: 14px;
        border-radius: 6px;
    }

    .al_top3>div .al_t3_1>.al_lf>ul {
        padding-top: 15px;
    }

    .al_top3>div .al_t3_1>.al_lf>ul>li {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .al_top3>div .al_t3_1>.al_rt>span {
        border-radius: 15px;
        margin-bottom: 10px;
        height: auto;
    }

    .al_top3>div .al_t3_1>.al_rt>div>ul>li>b {
        font-size: 16px;
    }

    .al_top3>div .al_t3_1>.al_rt>div>ul>li>p {
        font-size: 12px;
        margin-top: 7px;
        line-height: 1.3;
    }

    .al_top3>div .al_t3_1>.al_rt>div>p {
        font-size: 12px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .al_top3>div .al_t3_1>.al_rt>div {
        padding: 10px;
        border-radius: 15px;
    }

    .al_top3>div .al_t3_1>.al_rt>div>a {
        font-size: 14px;
    }

    .al_top3>p>i {
        width: 100px;
    }

    .al_top3>p>span {
        font-size: 14px;
        margin: 0 15px;
    }
}

/*************************** 案例左侧 *********************/
.al4_lf {
    background: #F5F7FA;
    padding: .4rem 0 .4rem .3rem;
    width: 19%;
}

.al4_lf>b {
    font-size: .2rem;
    margin-bottom: .2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: .3rem;
    cursor: pointer;
}

.al4_lf>b>i {
    /* width: .17rem; */
    /* height: .17rem; */
    /* border-top: 2px solid #333; */
    /* border-right: 2px solid #333; */
    /* transform: rotate(-45deg); */
    /* transition: .5s; */
    font-size: .14rem;
    display: none;
}

.al4_lf>b>i:last-child {
    display: block;
}

.al4_lf>b.on>i:last-child {
    display: none;
}

.al4_lf>b.on>i {
    /* transform: rotate(135deg); */
    display: block;
}

.al4_lf>ul {
    margin-bottom: .25rem;
    display: none;
}

.al4_lf>ul:nth-child(2) {
    display: block;
}

.al4_lf>ul:last-child {
    margin-bottom: 0;
}

.al4_lf>ul>li {
    padding: .1rem 0;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.al4_lf>ul>li::after {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-90deg, #00B4E6 0%, #FFFFFF 100%);
    opacity: 0;
    transition: .5s;
}

.al4_lf>ul>li.on::after,
.al4_lf>ul>li:hover::after {
    opacity: .3;
}

.al4_lf>ul>li::before {
    content: '';
    top: 0;
    left: -.26rem;
    height: 0%;
    width: 4px;
    background: linear-gradient(0deg, #005AFF 0%, #00B4E6 100%);
    border-radius: 2px;
    transition: .5s;
}

.al4_lf>ul>li.on::before,
.al4_lf>ul>li:hover::before {
    height: 100%;
}

.al4_lf>ul>li>i {
    position: relative;
    width: .2rem;
}

.al4_lf>ul>li>i>img {
    width: 100%;
    position: relative;
    transition: .5s;
}

.al4_lf>ul>li>i>img:last-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
}

.al4_lf>ul>li>i:hover>img,
.al4_lf>ul>li.on>i>img {
    opacity: 0;
}

.al4_lf>ul>li.on>i>img:last-child,
.al4_lf>ul>li:hover>i>img:last-child {
    opacity: 1;
}

.al4_lf>ul>li>p {
    font-size: .16rem;
    margin-left: .15rem;
}

@media screen and (max-width:768px) {
    .al4_lf {
        padding: 20px 0 20px 10px;
        width: 100%;
    }

    .al4_lf>b {
        font-size: 16px;
        padding-right: 10px;
    }

    .al4_lf>b>i {
        font-size: 12px;
    }

    .al4_lf>ul>li>i {
        width: 13px;
    }

    .al4_lf>ul>li>p {
        font-size: 14px;
        margin-left: 5px;
    }

}

/*************************** 案例 *********************/

p.p_lz {
    display: flex;
}

p.p_lz>a {
    padding: .17rem .48rem;
    border-radius: .1rem;
    border: 1px solid #000000;
    transition: .5s;
    font-size: .16rem;
    margin-right: .15rem;
}

p.p_lz>a:first-child,
p.p_lz>a:hover {
    background: linear-gradient(-90deg, #005AFF 0%, #00B4E6 100%);
    color: #fff;
    border-color: transparent;
}

.pro2 {
    padding: .5rem 3.1rem .8rem 3.1rem;
    background: linear-gradient(0deg, #ECEDF1 0%, #FFFFFF 100%);
}

.pro2>h3 {
    font-size: .4rem;
    color: #010101;
    text-align: center;
    margin-bottom: .5rem;
}

.pro2>ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: .5rem;
}

.pro2>ul>li {
    font-size: .2rem;
    padding-bottom: .15rem;
    border-bottom: 1px solid #D9DADC;
    width: 15%;
    font-family: Microsoft YaHei, '微软雅黑';
    transition: .5s;
    cursor: pointer;
}

.pro2>ul>li:hover,
.pro2>ul>li.on {
    color: #00B4E6;
    border-color: #00B4E6;
}

.pro2>div {}

.pro2>div>div {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
}

.pro2>div>div>.p2_lf {
    width: 38%;
    padding-top: .3rem;
}

.pro2>div>div>.p2_lf>span {
    width: 1.6rem;
}

.pro2>div>div>.p2_lf>b {
    font-size: .24rem;
    margin-top: .2rem;
    margin-bottom: .3rem;
}

.pro2>div>div>.p2_lf>i {
    font-size: .16rem;
    margin-bottom: .5rem;
    line-height: 1.5;
}

.pro2>div>div>.p2_lf>p {
    margin-bottom: .55rem;
}

.pro2>div>div>.p2_lf>ul {
    padding-top: .4rem;
    border-top: 1px solid #D9DADC;
}

.pro2>div>div>.p2_lf>ul>li {
    margin-right: 2.5%;
    width: 31%;
    margin-bottom: .1rem;
}

.pro2>div>div>.p2_lf>ul>li:nth-child(3n) {
    margin-right: 0;
}

.pro2>div>div>.p2_lf>ul>li>a {
    font-size: .16rem;
    color: #333;
    transition: .5s;
}

.pro2>div>div>.p2_lf>ul>li>a:hover {
    color: #00B4E6;
}

.pro2>div>div>.p2_rt {
    width: 56%;
    border-radius: .2rem;
    padding: .1rem;
    background: #fff;
    padding-bottom: .24rem;
}

.pro2>div>div>.p2_rt>div {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.5rem 1rem .6rem;
}

.pro2>div>div>.p2_rt>div>p {}

.pro2>div>div>.p2_rt>div>p>b {
    font-size: .3rem;
    color: #fff;
    margin-bottom: .3rem;
}

.pro2>div>div>.p2_rt>div>p>i {
    font-size: .16rem;
    color: #fff;
}

.pro2>div>div>.p2_rt>div>span {
    width: .8rem;
    transition: .5s;
    cursor: pointer;
}

.pro2>div>div>.p2_rt>div>span:hover {
    transform: scale(1.1);
}

.pro2>div>div>.p2_rt>ul {
    padding: .25rem .3rem;
    display: flex;
    justify-content: space-between;
}

.pro2>div>div>.p2_rt>ul>li {}

.pro2>div>div>.p2_rt>ul>li>b {
    margin-bottom: .2rem;
    font-size: .3rem;
    font-family: Microsoft YaHei, '微软雅黑';
}

.pro2>div>div>.p2_rt>ul>li>p {
    font-size: .16rem;
}

.pro2>div>div>.p2_rt>i {
    font-size: .16rem;
    padding: .1rem .3rem;
    color: #999999;
    margin-bottom: .15rem;
}

.pro2>div>div>.p2_rt>a {
    margin-left: .3rem;
    color: #00B4E6;
    font-size: .16rem;
}

.pro2>div>div>.p2_rt>a>img {
    width: .18rem;
    margin-left: .1rem;
    display: inline-block;
    margin-top: .1em;
}

@media screen and (max-width:768px) {
    p.p_lz>a {
        padding: 10px 20px;
        border-radius: 10px;
        font-size: 14px;
        margin-right: 10px;
    }

    .pro2 {
        padding: 40px 5%;
    }

    .pro2>h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .pro2>ul {
        margin-bottom: 10px;
        flex-wrap: wrap;
    }

    .pro2>ul>li {
        font-size: 14px;
        padding-bottom: 6px;
        margin-bottom: 10px;
        width: 32%;
    }

    .pro2>div>div {
        flex-wrap: wrap;
    }

    .pro2>div>div>.p2_lf {
        width: 100%;
        padding-top: 0;
    }

    .pro2>div>div>.p2_lf>span {
        width: 100px;
    }

    .pro2>div>div>.p2_lf>b {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .pro2>div>div>.p2_lf>i {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .pro2>div>div>.p2_lf>ul {
        padding-top: 15px;
    }

    .pro2>div>div>.p2_lf>ul>li {
        margin-bottom: 10px;
    }

    .pro2>div>div>.p2_lf>ul>li>a {
        font-size: 14px;
    }

    .pro2>div>div>.p2_rt {
        width: 100%;
        border-radius: 10px;
        padding: 10px;
        padding-bottom: 15px;
    }

    .pro2>div>div>.p2_rt>div>p>b {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .pro2>div>div>.p2_rt>div>p>i {
        font-size: 14px;
        line-height: 1.5;
    }

    .pro2>div>div>.p2_rt>div>span {
        width: 45px;
    }

    .pro2>div>div>.p2_rt>div {
        padding: 30px 20px;
    }

    .pro2>div>div>.p2_rt>ul {
        padding: 10px 15px;
    }

    .pro2>div>div>.p2_rt>ul>li>b {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .pro2>div>div>.p2_rt>ul>li>p {
        font-size: 14px;
        line-height: 1.3;
    }

    .pro2>div>div>.p2_rt>i {
        font-size: 14px;
        line-height: 1.5;
        padding: 0 15px;
        margin-bottom: 10px;
    }

    .pro2>div>div>.p2_rt>a {
        margin-left: 15px;
        font-size: 14px;
    }

    .pro2>div>div>.p2_rt>a>img {
        width: 10px;
        margin-left: 10px;
        margin-top: 5px;
    }
}

/***************** 公共切换******************/
p.p_qie {
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
    margin-bottom: .4rem;
    border-bottom: 1px solid #999999;
}

p.p_qie>i {
    font-size: .24rem;
    padding-bottom: .16rem;
    position: relative;
    margin-right: 1.1rem;
    cursor: pointer;
}

p.p_qie>i:last-child {
    margin-right: 0;
}

p.p_qie>i::after {
    content: '';
    width: 0%;
    bottom: 0;
    left: 0;
    height: .04rem;
    transition: .5s;
    background: linear-gradient(-90deg, #005AFF 0%, #00B4E6 100%);
}

p.p_qie>i.on {}

p.p_qie>i.on::after,
p.p_qie>i:hover::after {
    width: 100%;
}

@media screen and (max-width:768px) {
    p.p_qie>i {
        font-size: 14px;
        padding-bottom: 10px;
    }
}

/***************** 产品公共banner ******************/
.public_banner2 {
    padding: 1.8rem 0rem 0rem 1.9rem;
    background: url(../img/t100/top1_bg.png) no-repeat center;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.public_banner2.public_banner22 {
    padding-bottom: 1.25rem;
}

.public_banner2>.pub2_lf {
    width: 48%;
}

.public_banner2>.pub2_lf>h1 {
    font-size: .5rem;
    color: #fff;
    margin-bottom: .45rem;
    line-height: 1.4;
}

.public_banner2>.pub2_lf>b {
    font-size: .36rem;
    color: #fff;
}

.public_banner2>.pub2_lf>p {
    margin-top: .3rem;
    font-size: .24rem;
    color: #fff;
    line-height: 1.6;
}

.public_banner2>.pub2_lf>a {
    background: linear-gradient(-90deg, #005AFF 0%, #00B4E6 100%);
    border-radius: .1rem;
    padding: .15rem .48rem;
    font-size: .16rem;
    color: #fff;
    margin-top: .5rem;
    display: none;
}

.public_banner2>.pub2_lf>div {
    margin-top: 0.85rem;
    display: flex;
    padding-bottom: .11rem;
    border-bottom: 1px solid rgb(255 255 255 / 50%);
}

.public_banner2>.pub2_lf>div>span {
    width: .3rem;
    cursor: pointer;
    margin-right: .1rem;
}

.public_banner2>.pub2_lf>div>input {
    font-size: .2rem;
    background: none;
    color: #fff;
    width: 90%;
    transition: .5s;
}

.public_banner2>.pub2_lf>div>input::placeholder {
    color: #fff;
}

.public_banner2>.pub2_lf.fangan1 {}

.public_banner2>.pub2_lf.fangan1>h1,
.public_banner2>.pub2_lf.fangan1>p,
.public_banner2>.pub2_lf.fangan1>div>input,
.public_banner2>.pub2_lf.fangan1>div>input::placeholder {
    color: #333;
}

.public_banner2>.pub2_lf.fangan1>div {
    border-color: #333;
}

.public_banner2>.pub2_rt {
    width: 4.6rem;
    background: rgb(26 38 77 / 60%);
    border-radius: .1rem;
    padding: .4rem .55rem;
    margin-right: 3rem;
}

.public_banner2>.pub2_rt>b {
    font-size: .3rem;
    color: #fff;
    text-align: center;
}

.public_banner2>.pub2_rt>.pub2_rt_phone {
    margin-top: .25rem;
    display: flex;
    justify-content: space-between;
}

.public_banner2>.pub2_rt>.pub2_rt_phone>select {
    font-size: .16rem;
    color: #fff;
    background: none;
    border: none;
    border-bottom: 1px solid #F5F5F5;
    cursor: pointer;
    width: 23%;
}

.public_banner2>.pub2_rt>.pub2_rt_phone option {}

.public_banner2>.pub2_rt>.pub2_rt_phone>input {
    background: none;
    border-bottom: 1px solid #F5F5F5;
    padding: .07rem .4rem;
    width: 70%;
    font-size: .16rem;
    color: #fff;
}

.public_banner2>.pub2_rt>.pub2_rt_phone>input::placeholder {
    color: #fff;
}

.public_banner2>.pub2_rt>.pub2_rt_yzm {
    margin-top: .25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #F5F5F5;
}

.public_banner2>.pub2_rt>.pub2_rt_yzm>span {
    font-size: .16rem;
    color: #fff;
}

.public_banner2>.pub2_rt>.pub2_rt_yzm>input {
    background: none;
    color: #fff;
    width: 45%;
}

.public_banner2>.pub2_rt>.pub2_rt_yzm>p {
    font-size: .16rem;
    color: #fff;
    cursor: pointer;
}

.public_banner2>.pub2_rt>.pub2_rt_ift {
    margin-top: .4rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.public_banner2>.pub2_rt>.pub2_rt_ift>input {}

.public_banner2>.pub2_rt>.pub2_rt_ift>label {
    font-size: .16rem;
    color: #fff;
    display: flex;
}

.public_banner2>.pub2_rt>.pub2_rt_ift>label>a {
    color: #fff;
    text-decoration: underline;
}

.public_banner2>.pub2_rt>input {
    margin: 0 auto;
    margin-top: .45rem;
    padding: .13rem .63rem;
    font-size: .2rem;
    font-weight: bold;
    background: linear-gradient(-90deg, #005AFF 0%, #00B4E6 100%);
    border-radius: .2rem;
    color: #fff;
    display: block;
    cursor: pointer;
}

.public_banner2>.pub2_bottom {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: -.5rem;
    padding-right: 1.9rem;
    margin-top: 1rem;
}

.public_banner2>.pub2_bottom>span {
    overflow: hidden;
    position: relative;
    padding: .13rem;
    background: #fff;
    border-radius: .1rem;
    cursor: pointer;
    width: 5.35rem;
    box-shadow: 0px 6px 30px 0px rgba(51, 51, 51, 0.1);
}

.public_banner2>.pub2_bottom>span>i {
    width: .8rem;
    transition: .5s;
    position: absolute;
    z-index: 10;
    top: .7rem;
    left: 45%;
}

.public_banner2>.pub2_bottom>span:hover>i {
    transform: scale(1.1);
}

.public_banner2>.pub2_bottom>div {
    padding: .23rem .8rem;
    border-radius: .2rem;
    box-shadow: 0px 6px 30px 0px rgba(51, 51, 51, 0.1);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.public_banner2>.pub2_bottom>div>a {
    padding-right: .8rem;
    border-right: 1px solid #E0E0E0;
}

.public_banner2>.pub2_bottom>div>a>b {
    font-size: .24rem;
    margin-bottom: .1rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    transition: .5s;
}

.public_banner2>.pub2_bottom>div>a:hover>b {
    color: #00B4E6;
}

.public_banner2>.pub2_bottom>div>a>b>i {
    width: .23rem;
    margin-left: .1rem;
}

.public_banner2>.pub2_bottom>div>a>i {
    font-size: .2rem;
}

.public_banner2>.pub2_bottom>div>p {
    padding-left: .8rem;
    display: flex;
    align-items: center;
}

.public_banner2>.pub2_bottom>div>p>b {
    font-size: .24rem;
    margin-right: .4rem;
}

.public_banner2>.pub2_bottom>div>p>i {
    font-size: .4rem;
    color: #00AFF0;
}

.public_banner2>.n_bot {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: -.5rem;
    padding-right: 1.9rem;
    margin-top: 1rem;
}

.public_banner2>.n_bot>li {
    padding: .35rem .3rem .4rem .3rem;
    border-radius: 0.06rem;
    box-shadow: 0rem 0rem 0.3rem 0rem rgba(51, 51, 51, 0.1);
    background: linear-gradient(0deg, #FEFEFF 0%, #F3F5F8 100%);
    transition: .5s;
    width: 24.5%;
    cursor: pointer;
}

.public_banner2>.n_bot>li:first-child {
    padding: .3rem;
    cursor: default;
}

.public_banner2>.n_bot>li>b {
    font-weight: bold;
    font-size: 0.24rem;
    line-height: 0.48rem;
    background: linear-gradient(180deg, #FFB351 0%, #F08541 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.public_banner2>.n_bot>li>b>img {
    width: .22rem;
    margin: 0 .1rem;
}

.public_banner2>.n_bot>li>em {
    font-size: .2rem;
    margin-top: .2rem;
    text-align: center;
    font-weight: bold;
}

.public_banner2>.n_bot>li>i {
    font-size: .16rem;
    text-align: center;
    transition: .5s;
    overflow: hidden;
    margin-top: .2rem;
}

.public_banner2>.n_bot>li>p {
    display: flex;
    align-items: center;
    justify-content: center;
}

.public_banner2>.n_bot>li>p>i {
    width: .36rem;
    height: .36rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00b4e6;
    padding: .1rem;
    border-radius: 50%;
}

.public_banner2>.n_bot>li>p>b {
    font-size: .24rem;
    margin-left: .15rem;
}

.public_banner2>.n_bot>li>span {
    font-size: .16rem;
    text-align: center;
    margin-top: .13rem;
}

.public_banner2>.n_bot>li:hover {
    background: linear-gradient(180deg, #FFFEFD 0%, #FDF3EA 100%);
}

.public_banner2>.n_bot>li:hover>i {
    /* margin-top: .2rem;
    height: .2rem; */
}


@media screen and (max-width:768px) {
    .public_banner2 {
        padding: 75px 5%;
    }

    .public_banner2.public_banner22 {
        padding-bottom: 40px;
    }

    .public_banner2>.pub2_lf,
    .public_banner2>.pub2_rt {
        width: 100%;
    }

    .public_banner2>.pub2_lf>h1 {
        font-size: 26px;
        margin-bottom: 20px;
        text-align: center;
    }

    .public_banner2>.pub2_lf>p {
        margin-top: 0;
        font-size: 16px;
        text-align: center;
        line-height: 1.3;
    }

    .public_banner2>.pub2_lf>a {
        border-radius: 8px;
        padding: 13px 40px;
        font-size: 14px;
        margin: 0 auto;
        margin-top: 15px;
    }

    .public_banner2>.pub2_lf>div {
        margin: 0 auto;
        margin-top: 20px;
        width: 70%;
        background: #3333337a;
        padding: 10px;
        border-radius: 8px;
    }

    .public_banner2>.pub2_lf>div>span {
        width: 20px;
        margin-right: 10px;
    }

    .public_banner2>.pub2_lf>div>input {
        font-size: 14px;
    }

    .public_banner2>.pub2_rt {
        border-radius: 10px;
        padding: 15px;
        margin-right: 0;
        margin-top: 20px;
    }

    .public_banner2>.pub2_rt>.pub2_rt_ift {
        justify-content: center;
    }

    .public_banner2>.pub2_rt>b {
        font-size: 18px;
    }

    .public_banner2>.pub2_rt>.pub2_rt_phone {
        margin-top: 10px;
    }

    .public_banner2>.pub2_rt>.pub2_rt_phone>select {
        font-size: 14px;
    }

    .public_banner2>.pub2_rt>.pub2_rt_phone>input {
        padding: 3px 5px;
        font-size: 14px;
    }

    .public_banner2>.pub2_rt>.pub2_rt_yzm>span,
    .public_banner2>.pub2_rt>.pub2_rt_yzm>p {
        font-size: 14px;
    }

    .public_banner2>.pub2_rt>.pub2_rt_yzm {
        margin-top: 10px;
        padding-bottom: 6px;
    }

    .public_banner2>.pub2_rt>.pub2_rt_ift>label {
        font-size: 14px;
        margin-left: 7px;
    }

    .public_banner2>.pub2_rt>input {
        margin-top: 15px;
        padding: 13px 45px;
        font-size: 16px;
        border-radius: 25px;
    }

    .public_banner2>.pub2_bottom {
        margin-bottom: 0;
        padding-right: 0;
        flex-wrap: wrap;
        margin-top: 10px;
    }

    .public_banner2>.pub2_bottom>span {
        padding: 10px;
        border-radius: 10px;
        width: 100%;
    }

    .public_banner2>.pub2_bottom>span>i {
        width: 45px;
        top: 45px;
    }

    .public_banner2>.pub2_bottom>div {
        padding: 10px 15px;
        border-radius: 15px;
        width: 100%;
        margin-top: 10px;
    }

    .public_banner2>.pub2_bottom>div>a {
        padding-right: .4rem;
    }

    .public_banner2>.pub2_bottom>div>a>b {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .public_banner2>.pub2_bottom>div>a>b>i {
        width: 15px;
        margin-left: 5px;
    }

    .public_banner2>.pub2_bottom>div>a>i {
        font-size: 14px;
    }

    .public_banner2>.pub2_lf>b {
        font-size: 20px;
        text-align: center;
        margin-bottom: 10px;
    }

    .public_banner2>.pub2_bottom>div>p {
        display: block;
        width: 52%;
        padding-left: .2rem;
    }

    .public_banner2>.pub2_bottom>div>p>b {
        font-size: 16px;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .public_banner2>.pub2_bottom>div>p>i {
        font-size: 14px;
    }

    .public_banner2>.n_bot {
        padding-right: 0;
        flex-wrap: wrap;
        margin-top: 15px;
    }

    .public_banner2>.n_bot>li:first-child {
        padding: 10px;
    }

    .public_banner2>.n_bot>li {
        padding: 10px;
        width: 49%;
        margin-bottom: 2%;
        border-radius: 6px;
    }

    .public_banner2>.n_bot>li>b>img {
        width: 13px;
        margin: 0 5px;
    }

    .public_banner2>.n_bot>li>b {
        font-size: 16px;
    }

    .public_banner2>.n_bot>li>em {
        font-size: 12px;
        margin-top: 5px;
    }

    .public_banner2>.n_bot>li>i {
        font-size: 12px;
        margin-top: 5px;
    }

    .public_banner2>.n_bot>li>p>i {
        width: 24px;
        height: 24px;
        padding: 6px;
    }

    .public_banner2>.n_bot>li>p>b {
        font-size: 13px;
        margin-left: 5px;
    }

    .public_banner2>.n_bot>li>span {
        font-size: 12px;
        margin-top: 6px;
        line-height: 1.3;
    }
}

/*********************** 方案3 *************************/
.new_pro3 {
    padding: .8rem 2.1rem;
}

.new_pro3.mes2 {
    padding-top: 1.5rem;
}

.new_pro3>div {
    margin-top: .5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.new_pro3>div>ul {
    width: 100%;
}

.new_pro3>div>ul>li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 1%;
}

.new_pro3.mes2>div>ul>li {
    margin: 0;
}

.new_pro3>div>ul>li:last-child {
    margin-bottom: 0;
}

.new_pro3>div>ul>li>div {
    padding: 0 .4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 2.3rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: .1rem;
}

.new_pro3>div>ul>li>div.fa3_d1 {
    width: 51%;
}

.new_pro3>div>ul>li>div.fa3_d2 {
    width: 27%;
}

.new_pro3>div>ul>li>div.fa3_d3 {
    width: 20%;
}

.new_pro3.mes2>div>ul>li>div.fa3_d1 {
    width: 39%;
}

.new_pro3.mes2>div>ul>li>div.fa3_d2 {
    width: 30.5%;
}

.new_pro3.mes2>div>ul>li>div.fa3_d3 {
    width: 30.5%;
}

.new_pro3.mes2>div>ul>li>div {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.new_pro3>div>ul>li>div>b,
.new_pro3>div>div>b {
    font-size: .24rem;
    color: #fff;
}

.new_pro3>div>ul>li>div>p,
.new_pro3>div>div>p {
    font-size: .16rem;
    margin-top: .2rem;
    color: #fff;
    line-height: 1.5;
}

.new_pro3>div>ul>li>div>a,
.new_pro3>div>div>a {
    margin-top: .3rem;
    background: none;
    border: 1px solid transparent;
    height: 0px;
    overflow: hidden;
    transition: .5s;
    display: block;
    padding: 0;
}

.new_pro3>div>ul>li>div:hover>a,
.new_pro3>div>div:hover>a {
    margin-top: .3rem;
    height: .5rem;
    padding: .15rem .48rem;
    border-color: #fff;
}

.new_pro3>div>div {
    padding: 0.8rem .4rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 19%;
    border-radius: .1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

@media screen and (max-width:768px) {
    .new_pro3 {
        padding: 20px 5%;
    }

    .new_pro3>div>ul>li>div>b,
    .new_pro3>div>div>b {
        font-size: 14px;
    }

    .new_pro3>div>ul>li>div>p,
    .new_pro3>div>div>p {
        font-size: 12px;
        margin-top: 10px;
    }

    .new_pro3>div>ul>li>div.fa3_d1,
    .new_pro3.mes2>div>ul>li>div.fa3_d1 {
        width: 100%;
    }

    .new_pro3>div>ul>li>div {
        padding: 10px;
        height: auto;
        border-radius: 6px;
        margin-bottom: 3%;
    }

    .new_pro3>div>ul>li>div>a,
    .new_pro3>div>div>a {
        height: auto;
    }

    .new_pro3>div>ul>li>div:hover>a,
    .new_pro3>div>div:hover>a.ab_banner,
    .new_pro3>div>ul>li>div>a,
    .new_pro3>div>div>a {
        margin-top: .3rem;
        height: auto;
        padding: 5px 10px;
        border-color: #fff;
    }

    .new_pro3>div>ul>li>div.fa3_d2,
    .new_pro3>div>ul>li>div.fa3_d3,
    .new_pro3.mes2>div>ul>li>div.fa3_d2,
    .new_pro3.mes2>div>ul>li>div.fa3_d3 {
        width: 48%;

    }
}

/************************ 第5屏 ********************/
.t1005 {
    padding: .8rem;
    background-color: #F7F8FA;
}

.t1005>ul {
    margin-top: .4rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 1.1rem;
    justify-content: center;
}

.t1005>ul>li {
    padding: .12rem .36rem;
    border-radius: .26rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: .5s;
    /* cursor: pointer; */
    margin: 0 .1rem;
}

.t1005>ul>li>i {
    width: .25rem;
    margin-right: .1rem;
}

.t1005>ul>li>p {
    font-size: .24rem;
    transition: .5s;
}

.t1005>ul>li.on,
.t1005>ul>li:hover {
    background: rgb(0 180 230 / 10%);
}

.t1005>ul>li.on>p,
.t1005>ul>li:hover>p {
    color: #00B4E6;
}

.t1005>.swiper-container {
    /* margin-top: .35rem; */
    padding: .27rem 0;
}

.t1005>.swiper-container>div {
    transition-timing-function: linear;
}

.t1005>.swiper-container .swiper-slide {
    background: #FEFFFF;
    box-shadow: 0px 6px .3rem 0px rgba(51, 51, 51, 0.1);
    border-radius: .1rem;
    padding: .1rem;
    display: flex;
    align-items: center;
}

.t1005>.swiper-container .swiper-slide>i {
    width: .7rem;
    margin-right: .14rem;
}

.t1005>.swiper-container .swiper-slide>p {}

.t1005>.swiper-container .swiper-slide>p>b {
    font-size: .24rem;
    margin-bottom: .14rem;
}

.t1005>.swiper-container .swiper-slide>p>i {
    font-size: .16rem;
    color: #999999;
}

.t1005>p {
    font-size: .24rem;
    margin-bottom: .4rem;
    text-align: center;
    margin-top: .4rem;
}

.t1005>.t5_d2 {
    margin: 0 1.2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.t1005>.t5_d2>ul {
    height: 3.15rem;
    display: flex;
    justify-content: space-between;
}

.t1005>.t5_d2>ul>li {
    position: relative;
    transition: .5s;
    overflow: hidden;
    height: 100%;
    border-radius: .2rem;
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-size: cover;
    background-repeat: no-repeat;
}

.t1005>.t5_d2>ul.t5_d2_li3>li {
    width: 20%;
}

.t1005>.t5_d2>ul>li::after {
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    background: #000;
    opacity: .3;
}

.t1005>.t5_d2>ul>li>b {
    font-size: .24rem;
    color: #fff;
    position: relative;
    z-index: 5;
}

.t1005>.t5_d2>ul>li>div {
    transition: .5s;
    padding: .2rem .4rem;
    background: #fff;
    box-shadow: 0px 6px .3rem 0px rgba(51, 51, 51, 0.1);
    border-radius: .2rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: absolute;
    width: 100%;
    left: -100%;
    top: 0;
    opacity: 0;
    cursor: default;
    z-index: 10;
    height: 100%;
}

.t1005>.t5_d2>ul>li.on {
    width: 54%;
}

.t1005>.t5_d2>ul>li.on>b {
    opacity: 0;
}

.t1005>.t5_d2>ul>li.on>div {
    left: 0;
    width: 100%;
    opacity: 1;
}

.t1005>.t5_d2>ul>li .t5_li_d1 {
    width: 48%;
}

.t1005>.t5_d2>ul>li .t5_li_d1>b {
    font-size: .24rem;
}

.t1005>.t5_d2>ul>li .t5_li_d1>i {
    font-size: .18rem;
    color: #00B4E6;
    margin: .18rem 0 .3rem 0;
}

.t1005>.t5_d2>ul>li .t5_li_d1>p {
    font-size: .16rem;
    /* display: flex; */
    line-height: 1.8;
    align-items: center;
}

.t1005>.t5_d2>ul>li .t5_li_d1>p>i {
    color: #00B4E6;
    display: inline-block;
}

.t1005>.t5_d2>ul>li .t5_li_d1>a {
    margin-top: .35rem;
    background: linear-gradient(-90deg, #005AFF 0%, #00B4E6 100%);
    border-radius: .1rem;
    padding: .15rem .48rem;
    font-size: .16rem;
    color: #fff;
    transition: .5s;
    display: table;
}

.t1005>.t5_d2>ul>li .t5_li_d2 {
    width: 52%;
}

.t1005>.t5_d2>ul>li .t5_li_d2>span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    max-height: 2rem;
    overflow: hidden;
}

.t1005>.t5_d2>ul>li .t5_li_d2>span>i {
    position: absolute;
    width: .6rem;
    transition: .5s;
}

.t1005>.t5_d2>ul>li .t5_li_d2>span:hover>i {
    transform: scale(1.2);
}

.t1005>.t5_d2>ul>li .t5_li_d2>p {
    font-size: .16rem;
    margin-top: .15rem;
    line-height: 1.8;
    color: #999;
}

@media screen and (max-width:768px) {

    .t1005>ul>li>i {
        width: 15px;
        margin-right: 7px;
    }

    .t1005>ul>li>p {
        font-size: 16px;
    }

    .t1005>ul {
        margin-top: 15px;
        padding: 0;
        margin-bottom: 15px;
    }

    .t1005 {
        padding: 40px 5%;
    }

    .t1005>.swiper-container .swiper-slide>i {
        width: 40px;
        margin-right: 10px;
    }

    .t1005>.swiper-container .swiper-slide {
        border-radius: 10px;
        padding: 10px;
    }

    .t1005>.swiper-container {
        padding: 10px 0;
    }

    .t1005>.swiper-container .swiper-slide>p {
        width: 70%;
    }

    .t1005>.swiper-container .swiper-slide>p>b {
        font-size: 16px;
        margin-bottom: 7px;
    }

    .t1005>.swiper-container .swiper-slide>p>i {
        font-size: 14px;
        line-height: 1.3;
    }

    .t1005>p {
        font-size: 16px;
        line-height: 1.3;
        margin-bottom: 15px;
        margin-top: 20px;
    }

    .t1005>.t5_d2 {
        margin: 0;
    }

    .t1005>.t5_d2>ul {
        height: auto;
        flex-wrap: wrap;
    }

    .t1005>.t5_d2>ul>li .t5_li_d2>span {
        max-height: none;
    }

    .t1005>.t5_d2>ul.t5_d2_li3>li,
    .t1005>.t5_d2>ul>li,
    .t1005>.t5_d2>ul>li.on {
        width: 100%;
        height: auto;
        margin-bottom: 15px;
        background: none !important;
    }

    .t1005>.t5_d2>ul>li::after {
        display: none;
    }

    .t1005>.t5_d2>ul>li>b {
        display: none;
    }

    .t1005>.t5_d2>ul>li>div {
        padding: 20px 14px;
        border-radius: 10px;
        position: relative;
        width: 100%;
        left: 0;
        top: 0;
        opacity: 1;
    }

    .t1005>.t5_d2>ul>li .t5_li_d1 {
        width: 100%;
    }

    .t1005>.t5_d2>ul>li .t5_li_d1>b {
        font-size: 16px;
    }

    .t1005>.t5_d2>ul>li .t5_li_d1>i {
        font-size: 14px;
        margin: 15px 0 10px 0;
    }

    .t1005>.t5_d2>ul>li .t5_li_d1>p {
        font-size: 14px;
    }

    .t1005>.t5_d2>ul>li .t5_li_d1>a {
        margin-top: 15px;
        border-radius: 10px;
        padding: 13px 25px;
        font-size: 14px;
    }

    .t1005>.t5_d2>ul>li .t5_li_d2 {
        width: 100%;
        margin-top: 15px;
    }

    .t1005>.t5_d2>ul>li .t5_li_d2>span>i {
        width: 45px;
    }

    .t1005>.t5_d2>ul>li .t5_li_d2>p {
        font-size: 14px;
        margin-top: 10px;
    }
}

/************************** 家具第三块********************* */
.ind_p {
    font-size: .24rem;
    margin-top: .3rem;
    text-align: center;
}

.jiaju3 {
    padding: .8rem 1.9rem;
}

.jiaju3>ul {
    margin-top: .5rem;
    display: flex;
    flex-wrap: wrap;
}

.jiaju3>ul>li {
    background: #FFFFFF;
    box-shadow: 0px 6px .3rem 0px rgba(51, 51, 51, 0.1);
    border-radius: .2rem;
    padding: .4rem .2rem;
    width: 16%;
    margin-right: .8%;
}

.jiaju3>ul>li:nth-child(6n) {
    margin-right: 0;
}

.jiaju3>ul>li>span {
    width: 1.2rem;
    height: 1.2rem;
    padding: .25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #F5F5F5;
    margin: 0 auto;
}

.jiaju3>ul>li>b {
    margin-top: .3rem;
    font-size: .2rem;
    text-align: center;
}

.jiaju3>ul>li>p {
    margin-top: .15rem;
}

.jiaju3>ul>li>p>i {
    font-size: .16rem;
    line-height: 1.8;
    text-align: center;
}

@media screen and (max-width:540px) {
    .ind_p {
        font-size: 16px;
        margin-top: 10px;
        line-height: 1.5;
    }

    .jiaju3 {
        padding: 40px 5%;
    }

    .jiaju3>ul {
        margin-top: 20px;
        justify-content: space-between;
    }

    .jiaju3>ul>li {
        border-radius: 10px;
        padding: 15px 10px;
        width: 48%;
        margin-right: 0;
        margin-bottom: 4%;
    }

    .jiaju3>ul>li>span {
        width: 50px;
        height: 50px;
        padding: 10px;
    }

    .jiaju3>ul>li>b {
        margin-top: 15px;
        font-size: 16px;
    }

    .jiaju3>ul>li>p {
        margin-top: 10px;
    }

    .jiaju3>ul>li>p>i {
        font-size: 12px;
    }
}

/************************** 家具第六块********************* */

.sj_top6 {
    padding: .8rem 0;
    position: relative;
    background-color: #E4E6ED;
}

.sj_top6>h3 {
    font-size: .4rem;
    font-weight: bold;
    text-align: left;
    color: #333;
    padding-left: 45%;
}

.sj_top6>b {
    font-weight: normal;
    font-size: .24rem;
    margin-top: .3rem;
    color: #333;
    padding-left: 45%;
}

.sj_top6>div {
    margin-top: .5rem;
    margin-left: 30%;
    width: 70%;
}

.sj_top6>div .swiper-slide {
    padding: .3rem 0 0 .6rem;
    padding-bottom: .1rem;
    padding-right: 0;
    position: relative;
    height: auto;
    border-radius: 6px;
    display: flex;
    align-items: center;
    background: linear-gradient(0deg, #FEFEFF 0%, #F3F5F8 100%);
    box-shadow: 0px 6px 30px 0px rgba(51, 51, 51, 0.1);
    border: 2px solid #FFFFFF;
    padding-bottom: 0;
}

.sj_top6>div .swiper-slide>div {
    width: 50%;
}

.sj_top6>div .swiper-slide>div>b {
    font-size: .2rem;
    font-weight: bold;
    margin-bottom: .3rem;
}

.sj_top6>div .swiper-slide>div>p {
    font-size: .16rem;
    margin-bottom: .3rem;
    line-height: 1.6;
}

.sj_top6>div .swiper-slide>div>p:last-child {
    margin-bottom: 0;
}

.sj_top6>div .swiper-slide>div>p>i {
    color: #00b4e6;
    display: inline-block;
    font-size: .16rem;
}

.sj_top6>div .swiper-slide>span {
    width: 50%;
}

.sj_top6>p {
    margin-top: .2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 35%;
    left: 17%;
}

.sj_top6>p.di_lian {
    margin-left: -11%;
}

.sj_top6>p {
    margin-top: .2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 54%;
    left: 17%;
}

@media screen and (max-width:1600px) {
    .sj_top6>p.di_lian {
        margin-left: -7%;
    }

    .sj_top6>div {
        /* margin-top: .5rem; */
        /* margin-left: 13%; */
        /* width: 85%; */
    }
}

@media screen and (max-width:1280px) {
    .sj_top6>div {
        margin-top: .5rem;
        margin-left: 4%;
        width: 94%;
    }
}

.sj_top6>p:last-child {
    left: 19%;
}

.sj_top6>p>i {
    width: .6rem;
    height: .6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .26rem;
    color: #333;
    cursor: pointer;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    background: #EEF1FC;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
}

.sj_top6>p>i:hover {
    color: #00b4e6;
    background: #fff;
    border: 2px solid #00b4e6;
}

.sj_top6>p>i.t6_lf {
    margin-right: .2rem;
}

.sj_top6>p>i.t6_lf::before {
    content: '<';
    transform: scaleY(1.2);
    -webkit-transform: scaleY(1.2);
    -moz-transform: scaleY(1.2);
    -ms-transform: scaleY(1.2);
    -o-transform: scaleY(1.2);
    color: #333;
}

.sj_top6>p>i.t6_rt {}

.sj_top6>p>i.t6_rt::before {
    content: '>';
    transform: scaleY(1.2);
    color: #333;
}

.sj_top6>p>i.t6_rt:hover::before,
.sj_top6>p>i.t6_lf:hover::before {
    color: #00b4e6;
}

.sj_top6>span {
    width: 42%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/top6_lf.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.sj_top6>span>img {
    opacity: 0;
}

@media screen and (max-width:540px) {

    .sj_top6>p>i {
        font-size: 16px;
    }

    .sj_top6>div .swiper-slide>i {
        font-size: 14px;
    }

    .sj_top6>h3 {
        font-size: 24px;
        text-align: center;
        padding-left: 0;
        position: relative;
        z-index: 10;
        width: 90%;
        margin: 0 auto;
        line-height: 1.3;
    }

    .sj_top6>b {
        font-size: 16px;
        padding: 0 5%;
        line-height: 1.5;
    }

    .sj_top6>div .swiper-slide {
        cursor: pointer;
        padding: 15px 0 0 15px;
    }

    .sj_top6 {
        padding-bottom: 0.3rem;
    }

    .sj_top6>b {
        padding-left: 0;
        text-align: center;
        position: relative;
        z-index: 10;
    }

    .sj_top6>span>img {
        opacity: 1;
    }

    .sj_top6>span {
        width: 100%;
        height: auto;
        position: relative;
        margin-top: 0.5rem;
        top: auto;
        left: 0;
        background-image: none;
    }

    .sj_top6>div {
        margin-top: -1rem;
        margin-left: 0;
        width: 100%;
        padding: 0 5%;
    }

    .sj_top6>div .swiper-slide {
        display: block;
    }

    .sj_top6>div .swiper-slide>div,
    .sj_top6>div .swiper-slide>span {
        width: 100%;
    }

    .sj_top6>div .swiper-slide>div>b {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .sj_top6>div .swiper-slide>div>p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .sj_top6>div .swiper-slide>div>p>i {
        font-size: 14px;
    }

    .sj_top6>div>div {
        /* display: block; */
        flex-wrap: wrap;
    }

    .sj_top6>span:nth-child(6) {
        height: 6px;
        width: 90%;
        margin: 0 auto;
    }

    .swiper-pagination-progressbar {
        background: rgba(0, 0, 0, .25);
        position: absolute;
        background: #2345A7;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: left top;
        -moz-transform-origin: left top;
        -ms-transform-origin: left top;
        -o-transform-origin: left top;
        transform-origin: left top;
    }

    .sj_top6>div .swiper-slide {
        margin-bottom: .3rem;
    }

    .sj_top6>p {
        display: none;
    }

    .sj_top6>p:last-child {
        left: auto;
        display: none;
    }


    .sj_top6 {
        padding: 40px 0;
    }

}

.di_lian {
    display: flex;
    justify-content: center;
    position: relative !important;
    z-index: 10;
    width: 100%;
    top: auto !important;
    /* left: auto !important; */
}

.di_lian>a {
    height: 40px;
    border: 1px solid #fff;
    border-radius: 6px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin-top: 0.35rem;
    padding: 0 0.2rem;
}

.di_lian>a:first-child {
    margin-right: 0.3rem;
    border: 1px solid transparent;
    border-right: none;
    border-left: none;
    background: linear-gradient(-90deg, #3059F9 0%, #59A3F6 100%);
}

.di_lian>a:hover,
.di_lian>a:last-child {
    border: 1px solid transparent;
    background: linear-gradient(90deg, #FFB351 0%, #F08541 100%);
}

.di_lian>a:first-child:hover {}