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

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

@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_top9 {
    position: relative;
}


.ind_top9>div {
    position: relative;
}

.ind_top9>div>p {
    position: absolute;
    top: 1rem;
    font-size: .3rem;
    left: 3.1rem;
    z-index: 15;
    color: #fff;
}

.ind_top9 .swiper-slide {
    padding: 1.8rem 3.1rem 1rem 3.1rem;
    background-size: cover;
}

.ind_top9 .swiper-slide::after {
    content: '';
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, .5), transparent);
}

.ind_top9 .swiper-slide>h3 {
    font-size: .48rem;
    color: #fff;
    margin-bottom: .5rem;
    /* display: flex; */
    align-items: center;
    position: relative;
    z-index: 10;
}

.ind_top9 .swiper-slide>h3>i {
    font-size: .24rem;
    color: #fff;
    font-weight: normal;
    margin-left: 0;
    margin-top: .6rem;
}

.ind_top9 .swiper-slide>h3>i>a {
    display: inline-block;
    color: #fff;
    border-bottom: 1px solid #fff;
    margin-right: .1rem;
}

.ind_top9 .swiper-slide>p {
    font-size: .3rem;
    line-height: 1.8;
    color: #fff;
    margin-bottom: .7rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 2rem;
    position: relative;
    z-index: 10;
    height: 1.5rem;
    display: none;
}

.ind_top9 .swiper-slide>p>span {
    width: .7rem;
    cursor: pointer;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    margin-top: -1.5rem;
}

.ind_top9 .swiper-slide>p>span:hover {
    transform: scale(1.1);
}

.ind_top9 .swiper-slide>ul {
    height: 1.2rem;
    position: relative;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.ind_top9 .swiper-slide>ul>li {
    font-size: .26rem;
    color: #fff;
    margin-bottom: .15rem;
    display: flex;
    align-items: center;
    padding-right: 2rem;
}

.ind_top9 .swiper-slide>ul>li>b {
    color: #fff;
    font-weight: normal;
    line-height: 1.5;
}

.ind_top9 .swiper-slide>ul>li>i {
    color: #fff;
}

.ind_top9 .swiper-slide>ul>li>span {
    width: .3rem;
}

.ind_top9 .swiper-slide>a {
    position: relative;
    z-index: 10;
    margin-top: .5rem;
}

.ind_top9 .sw9_lf {
    top: 2.7rem;
    left: 1.55rem;
    position: absolute;
    font-size: .6rem;
    color: #fff;
    width: .5rem;
    height: .5rem;
    z-index: 10;
    cursor: pointer;
}

.ind_top9 .sw9_rt {
    top: 2.7rem;
    right: 1.55rem;
    position: absolute;
    font-size: .6rem;
    color: #fff;
    width: .5rem;
    height: .5rem;
    z-index: 10;
    cursor: pointer;
}

@media screen and (max-width:540px) {
    .ind_top9 .swiper-slide {
        padding: 40px 13%;
    }

    .ind_top9>div>p {
        top: 15px;
        font-size: 14px;
        left: 13%;
    }

    .ind_top9 .swiper-slide>h3>i {
        font-size: 12px;
        margin-left: 10px;
    }

    .ind_top9 .swiper-slide>h3 {
        font-size: 20px;
    }

    .ind_top9 .swiper-slide>p {
        font-size: 14px;
        padding-right: 0;
    }

    .ind_top9 .swiper-slide>p>span {
        width: 35px;
    }

    .ind_top9 .sw9_lf {
        top: 41%;
        left: 5%;
        font-size: 20px;
    }

    .ind_top9 .sw9_rt {
        top: 41%;
        right: 5%;
        font-size: 20px;
    }

    .ind_top9 .swiper-slide>ul>li {
        font-size: 14px;
    }

    .ind_top9 .swiper-slide>ul>li>span {
        width: 12px;
    }
}

/*********************** 底部留资************************** */
.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%, #00aff0 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, .2);
    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: #00aff0;
    color: #00aff0;
}

.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 ****************************/
.fangan_banner {}

.fangan_banner>div {}

.fa_ba1 {
    padding: 1.8rem 0 .6rem 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 7.3rem;
}

.fa_ba1>h1 {
    text-align: center;
    font-size: .48rem;
    color: #010101;
}

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

.fa_ba2 {
    display: flex;
    align-items: flex-end;
    padding: 0 1.9rem;
    margin-top: -3.65rem;
}

.fa_ba2>li {
    width: 33%;
    position: relative;
    padding-top: 2.4rem;
}

.fa_ba2>li::after {
    width: 100%;
    height: 80%;
    content: '';
    z-index: 1;
    bottom: 0;
    left: 0;
    background-color: #D2DFF8;
    box-shadow: 0rem 0rem 1rem 0rem rgba(15, 36, 116, 0.09);
    border-radius: 0.1rem;
}

.fa_ba2>li>span {
    width: 68%;
    position: absolute;
    top: 0;
    left: 16%;
    z-index: 5;
}

.fa_ba2>li>a {
    padding: .5rem .5rem .35rem .5rem;
    background: linear-gradient(0deg, #F1F4FD 0%, #FFFFFF 100%);
    border-radius: 0.1rem;
    position: relative;
    z-index: 10;
}

.fa_ba2>li>a>b {
    font-size: .24rem;
    text-align: center;
}

.fa_ba2>li>a>i {
    font-size: .22rem;
    margin: .25rem 0;
    text-align: center;
}

.fa_ba2>li>a>span {
    font-size: .22rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.fa_ba2>li>a>span>em {
    color: #3A68FB;
    font-size: .32rem;
    font-weight: bold;
}

.fa_ba2>li>a>button {
    margin-top: .25rem;
    padding: .22rem 0;
    background: linear-gradient(90deg, #3059F9 0%, #59A3F6 100%);
    border-radius: 0.33rem;
    font-size: .22rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: none;
    outline: none;
    cursor: pointer;
}

.fa_ba2>li>a>button::before {
    opacity: 0;
}

.fa_ba2>li>a>button::after {
    font-size: .22rem;
    width: .22rem;
    height: .22rem;
    margin-left: .15rem;
    content: "\e6e7";
    position: relative;
}

.fa_ba2>p {
    width: 33%;
    padding: .35rem;
    border-radius: .15rem;
    background: linear-gradient(180deg, #005AFF 0%, #00aff0 100%);
}

.fa_ba2>p>span {}

.fa_ba2>p>span>img {
    width: 100%;
}

.fa_ba2>p>b {
    font-size: .26rem;
    font-weight: normal;
    margin-top: .25rem;
    color: #fff;
    text-align: center;
}

.fa_ba2>p>i {
    font-size: .18rem;
    margin-top: .15rem;
    color: #fff;
    line-height: 1.5;
    text-align: center;
}

.fa_ba2>p>a {
    margin: 0 auto;
    margin-top: .3rem;
    background: linear-gradient(to right, #FFB351 0%, #F08541 100%);
}

.fa_ba2>div {
    width: 62%;
    box-shadow: 0px 6px .3rem 0px rgba(51, 51, 51, 0.1);
    background-image: linear-gradient(to bottom, #f3f5f8, #ffffff);
    padding-bottom: .15rem;
    border: 2px solid #fff;
}

.fa_ba2>div .swiper-slide {
    display: flex;
    flex-wrap: wrap;
}

.fa_ba2>div .swiper-slide>div {
    width: 50%;
    transition: .5s;
    padding: .35rem;
    border: 2px solid transparent;
}

.fa_ba2>div .swiper-slide>div:hover {
    box-shadow: 0px 6px .3rem 0px rgba(51, 51, 51, 0.1);
    background-image: linear-gradient(to bottom, #ffffff, #f3f5f8);
    border-color: #fff;
}

.fa_ba2>div .swiper-slide>div>p {
    position: relative;
}

.fa_ba2>div .swiper-slide>div>p>b {
    font-size: .26rem;
    font-weight: normal;
}

.fa_ba2>div .swiper-slide>div>p>a {
    font-size: .16rem;
    color: #666;
    margin-top: .2rem;
}

.fa_ba2>div .swiper-slide>div>p>a:hover {
    color: #00aff0;
}

.fa_ba2>div .swiper-slide>div>p>i {
    font-size: .18rem;
    color: #999;
    margin-top: .1rem;
}

.fa_ba2>div .swiper-slide>div>p>span {
    width: .45rem;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    transition: .5s;
}

.fa_ba2>div .swiper-slide>div>p>span:hover {
    transform: scale(1.1);
}

.fa_ba2>div .swiper-slide>div>em {
    font-size: .16rem;
    line-height: 1.5;
    margin-top: .2rem;
}

.fa_ba2>div .swiper-slide>div>b {
    display: flex;
    flex-wrap: wrap;
    margin-top: .1rem;
}

.fa_ba2>div .swiper-slide>div>b>i {
    font-size: .16rem;
    padding: .07rem .15rem;
    border: 1px solid #999;
    color: #999;
    display: table;
    margin-right: .1rem;
    font-weight: normal;
    border-radius: .06rem;
}

.fa_ba2>div .fa_fy {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: .3rem;
}

.fa_ba2>div .fa_fy>span {
    width: .7rem;
    transition: .5s;
    height: .07rem;
    border-radius: 0;
}

.fa_ba2>div .fa_fy>span.swiper-pagination-bullet-active {}

.fa_ba2>div>p {
    position: absolute;
    width: auto;
    height: auto;
    top: 2.45rem;
    display: flex;
    justify-content: space-between;
    z-index: 10;
}

.fa_ba2>div>p>i {
    width: .45rem;
    height: .45rem;
    font-size: .25rem;
    color: #333;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    box-shadow: 0px 6px .3rem 0px rgba(51, 51, 51, 0.1);
    background-image: linear-gradient(to bottom, #f3f5f8, #ffffff);
}

.fa_ba2>div>p>i.fa_rt {
    right: -9rem;
    position: absolute;
    z-index: 10;
}

.public_banner2.fangan {
    padding-bottom: 1.8rem;
    padding-left: 2.1rem;
}

@media screen and (max-width:540px) {
    .fa_ba1 {
        padding: 80px 5%;
        height: 250px;
    }

    .fa_ba1>h1 {
        font-size: 24px;
    }

    .fa_ba1>p {
        font-size: 18px;
        margin-top: 15px;
    }
}

/********************* 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: #00aff0;
}

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

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

.act_search>div>.act_s1>a {
    font-size: .24rem;
    display: flex;
    align-items: center;
    padding: .25rem .6rem;
    background: #00aff0;
    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: #00aff0;
}

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

.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: #00aff0;
    color: #00aff0;
}

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

.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: #00aff0;
}

.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: #00aff0;
}

/*********************** 解决方案 ************************** */
.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_qie2 {}

ul.ul_qie2 {
    margin: 0 2.2rem;
    margin-top: .45rem;
    /* padding: .1rem 0; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgb(255 255 255 / 30%);
    border-bottom: 3px solid #3366f0;
    position: relative;
    z-index: 10;
    overflow: hidden;
}

.t1003 ul.ul_qie2 {
    background: none;
    border: none;
    justify-content: center;
}

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

ul.ul_qie2>li {
    padding: .17rem 0;
    border-radius: .3rem;
    text-align: center;
    width: 9%;
    cursor: pointer;
    transition: .5s;
    position: relative;
    z-index: 5;
    font-size: .2rem;
    transition: .5s;
    background-color: transparent;
    font-weight: bold;
    /*overflow: hidden;
     */
}

ul.ul_qie2>li.on {
    color: #00aff0;
    /* background-color: #fff; */
}

ul.ul_qie2>li.on::after {
    content: '';
    right: -.05rem;
    top: .02rem;
    left: auto;
    width: .16rem;
    height: 100%;
    /* background: #005aff; */
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
}

ul ul.ul_qie2>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);
}

ul.ul_qie2>li::after {}

ul.ul_qie2>li:nth-child(8).on::after {
    right: auto;
    left: -.05rem;
    transform: rotate(10deg);
    /* background: #00adf0; */
}

@media screen and (max-width:540px) {
    ul.ul_qie2 {
        margin: 0;
        margin-top: 20px;
        padding: 8px 0;
        border-radius: 0;
    }

    ul.ul_qie2>li {
        padding: 0;
        border-radius: 0;
        line-height: 1.3;
        width: 11%;
        font-size: 12px;
    }

    ul.ul_qie2>i {
        display: none;
    }

    ul.ul_qie2>li.on {
        color: #00aff0;
        background: none;
    }

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

}

/********************* 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:768px) {
    ul.ul_qie>li {
        font-size: 16px;
    }
}

@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;
    align-items: center;
}

.act_qie>em {
    font-size: .14rem;
    color: #999;
    margin-left: .4rem;
}

.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: #00aff0;
    border-color: #00aff0;
}

.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;
    }

    .act_qie>em {
        font-size: 12px;
        margin-left: 15px;
    }

    .act_qie {
        flex-wrap: wrap;
    }
}

@media screen and (max-width:540px) {
    .act_qie>em {
        margin-left: 0px;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
}

/************************ 新切换 ********************/

.carbody2 {
    padding: 1.2rem 0 .8rem 0;
    position: relative;
    background: url(../img/t100/top2_bg.png) no-repeat center;
    background-size: cover;
    background-color: #F5F5F5;
}

.carbody2.dz3 {
    background: #fff;
    padding-top: .8rem;
}

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

.carbody2>div .swiper-slide {
    border-radius: .3rem;
    overflow: hidden;
    background: #fff;
    padding-bottom: .2rem;
    height: auto;
}

.carbody2.dz3>div .swiper-slide {
    background: #f6f6f6;
}

.carbody2>div .swiper-slide>span {
    height: 2rem;
    overflow: hidden;
}

.carbody2>div .swiper-slide>b {
    font-size: .26rem;
    margin-bottom: .25rem;
    position: relative;
    z-index: 10;
    margin-top: .3rem;
    padding: 0 .25rem;
}

.carbody2>div .swiper-slide>p {
    display: flex;
    flex-wrap: wrap;
    padding: 0 .25rem;
}

.carbody2>div .swiper-slide>p>i {
    font-size: .16rem;
    margin-bottom: .15rem;
    line-height: 1.5;
    margin-right: .25rem;
}

.carbody2>div .swiper-slide>a {
    margin-top: .25rem;
    margin-left: .25rem;
}

.carbody2>div>p {
    position: absolute;
    z-index: 20;
    top: 1rem;
    top: 1.5rem;
    left: 1.2rem;
    font-size: 0.5rem;
    width: .8rem;
    height: .8rem;
    background: #fff;
    color: #333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .5s;
    box-shadow: 0rem 0rem 0.3rem 0rem rgba(51, 51, 51, 0.1);
}

.carbody2>div>p:last-child {
    right: 1.2rem;
    left: auto;
}

/************************ 第二屏 ********************/
.t1002 {
    /* padding: 1.3rem 1.9rem .8rem 1.9rem; */
    padding: 1.3rem 0rem .8rem 0rem;
    background: url(../img/t100/top2_bg.png) no-repeat center;
    background-size: cover;
    background-color: #F5F5F5;
}


.t1002>div {
    margin-top: .7rem;
    padding: .3rem 0;
}


.t1002>div>p {
    position: absolute;
    z-index: 20;
    top: 1rem;
    font-size: 0.5rem;
    width: .8rem;
    height: .8rem;
    background: #fff;
    color: #333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .5s;
}

.t1002>div>p:hover {
    color: #00aff0;
}

.t1002>div>p::after {}

.t1002>div>p.t1002_lf {
    left: 1.4rem;
}

.t1002>div>p.t1002_rt {
    right: 1.4rem;
}

.t1002>div::after {
    content: '';
    height: 90%;
    width: 15%;
    background: linear-gradient(45deg, #f5f5f5, transparent);
    top: 0;
    left: 0;
    z-index: 10;
    filter: blur(.2rem);
    -webkit-filter: blur(.2rem);
}

.t1002>div::before {
    content: '';
    height: 90%;
    width: 15%;
    background: linear-gradient(45deg, #f5f5f5, transparent);
    top: 0;
    right: 0;
    z-index: 10;
    filter: blur(.2rem);
}

.t1002>div .swiper-slide {
    border-radius: 0.2rem;
    /* background: #F0F8FF; */
    padding: 1.25rem .3rem .6rem .3rem;
    transition: .5s;
    height: auto !important;
}

.t1002.bdt_ic2>div .swiper-slide {
    padding-bottom: .2rem;
}

.t1002>div .swiper-slide::after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: #F0F8FF;
    transition: .5s;
    border-radius: .1rem;
}

.t1002>div .swiper-slide:hover::after {
    height: 110%;
    top: -5%;
}

.t1002>div .swiper-slide>span {
    width: 1rem;
    height: 1rem;
    background: #FEFEFE;
    border-radius: 0.1rem;
    padding: .15rem;
    position: absolute;
    top: -.2rem;
    left: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    z-index: 10;
}

.t1002>div .swiper-slide>b {
    font-size: .24rem;
    margin-bottom: .25rem;
    text-align: center;
    position: relative;
    z-index: 10;
}

.t1002>div .swiper-slide>img {
    position: relative;
    z-index: 10;
    width: 80%;
    margin: 0 auto;
    margin-top: .2rem;
}

.t1002>div .swiper-slide>ul {
    position: relative;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    padding: 0 .1rem;
}

.t1002>div .swiper-slide>ul>li {
    font-size: .16rem;
    position: relative;
    padding-left: .1rem;
    line-height: 1.5;
    width: 50%;
}

.t1002>div .swiper-slide>ul>li::before {
    content: '';
    width: .08rem;
    height: .08rem;
    border-radius: 50%;
    background-color: #00aff0;
    top: .08rem;
    left: -.07rem;
}

.t1002>div .swiper-slide>div {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 10;
    margin-top: .15rem;
    justify-content: flex-start;
}

.t1002>div .swiper-slide>div>i {
    margin-right: .1rem;
    font-size: .14rem;
    color: #666;
    padding: .06rem .03rem;
    border: none;
    background: #e4ebff;
    margin-bottom: .1rem;
    border-radius: .06rem;
    -webkit-border-radius: .06rem;
    -moz-border-radius: .06rem;
    -ms-border-radius: .06rem;
    -o-border-radius: .06rem;
}

.t1002.cwgl2>div .swiper-slide>div>i {
    border-color: #333;
    color: #333;
}

.bdt_ic2 .swiper-wrapper {
    /* align-items: flex-start; */
}

.t1002>div .swiper-slide>p {
    font-size: .16rem;
    text-align: justify;
    line-height: 1.8;
    position: relative;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
}

.t1002.bdt_cj2>div .swiper-slide>p {
    justify-content: center;
}

.t1002.bdt_cj2>div .swiper-slide>p::before {
    display: none;
}

.t1002.jswj2>div .swiper-slide>p {
    text-align: center;
    justify-content: center;
}

/* .t1002.bdt_ic2>div .swiper-slide>p {
    justify-content: center;
    text-align: center;
} */

.t1002.bdt_ic2>div .swiper-slide>p::before {
    content: '';
    width: .08rem;
    height: .08rem;
    border-radius: 50%;
    background-color: #00aff0;
    top: .08rem;
    left: -.12rem;
}

.t1002>div .swiper-slide>p>i {
    width: 50%;
    font-size: .16rem;
    margin-bottom: .1rem;
    line-height: 1.5;
    /* text-align: center; */
}

.t1002.car2>div .swiper-slide>p {
    justify-content: space-between;
}

.t1002.car2>div .swiper-slide>p>i {
    width: auto;
    margin-right: .1rem;
    text-decoration: underline;
}

.t1002>div .swiper-slide>p>em {
    line-height: 1.5;
}

.t1002>div .swiper-slide>a {
    padding: .1rem .45rem;
    margin: 0 auto;
    margin-top: .6rem;
    background: linear-gradient(-90deg, #005AFF 0%, #00aff0 100%);
    border-radius: 0.06rem;
    display: table;
    font-size: .16rem;
    color: #fff;
    transition: .5s;
    position: absolute;
    bottom: .2rem;
    left: 30%;
    opacity: 0;
    z-index: 10;
}

.t1002>div .swiper-slide:hover {
    padding: .8rem .3rem;
}

.t1002.bdt_ic2>div .swiper-slide:hover {
    padding-bottom: .6rem;
    padding-top: .5rem;
}

.t1002>div .swiper-slide:hover>span {
    opacity: 0;
    top: -.4rem;
}

.t1002>div .swiper-slide:hover>a {
    opacity: 1;
    bottom: .6rem;
}

.t1002.bdt_ic2>div .swiper-slide:hover>a {
    bottom: 0rem;
}

.t1002>ul {
    height: 3.15rem;
    margin-top: .5rem;
    background: #FFFFFF;
    box-shadow: 0px 6px 30px 0px rgba(51, 51, 51, 0.1);
    border-radius: .2rem;
    display: flex;
}

.t1002>ul>li {
    position: relative;
    width: 13.4%;
    transition: .5s;
    overflow: hidden;
    height: 100%;
    cursor: pointer;
}

.t1002>ul>li>p {
    width: 100%;
    transition: .5s;
    padding-top: .65rem;
}

.t1002>ul>li>p>span {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: rgb(0 180 230 / 10%);
    padding: .2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: .15rem;
}

.t1002>ul>li>p>b {
    font-size: .2rem;
    line-height: 1.6;
    text-align: center;
}

.t1002>ul>li>div {
    width: 67%;
    /*display: none;
    */
    overflow: hidden;
    align-items: center;
    justify-content: space-between;
    padding: .6rem .5rem;
    position: absolute;
    height: 100%;
    top: 0;
    left: -67%;
    /*box-shadow: 0px 6px 30px 0px rgba(51,51,51,0.1);
    */
    border-radius: .2rem;
    background: url(../img/t100/top2_icobg.png) no-repeat center;
    background-size: cover;
    background-color: #fff;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    -ms-border-radius: .2rem;
    -o-border-radius: .2rem;
}

.t1002>ul>li>div>b {
    font-size: .24rem;
    margin-bottom: .2rem;
}

.t1002>ul>li>div>p {
    font-size: .16rem;
    line-height: 1.7;
    margin-bottom: .2rem;
}

.t1002>ul>li>div>a {
    display: table;
    padding: .17rem .58rem;
    font-size: .16rem;
    border-radius: .1rem;
    border: 1px solid #333;
}

.t1002>ul>li.on {
    width: 33%;
}

.t1002>ul>li.on>p {
    width: 45%;
}

.t1002>ul>li.on>div {
    width: 100%;
    left: 0;
    transition: .5s;
}

.n_bdtic2 {
    background: #f6f7fa;
    padding: 1.3rem 1.9rem .8rem 1.9rem;
}

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

.n_bdtic2>div>p {
    position: absolute;
    z-index: 20;
    top: 1rem;
    left: 1.4rem;
    font-size: 0.5rem;
    width: .8rem;
    height: .8rem;
    background: #fff;
    color: #333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .5s;
}

.n_bdtic2>div>p.n_bdtic2_rt {
    right: 1.4rem;
    left: auto;
}

.n_bdtic2>div>div {
    background: #fff;
    border: 1px solid rgba(9, 18, 33, .08);
    border-radius: .2rem;
    padding: .4rem .2rem .3rem .4rem;
    height: auto;
    position: relative;
    width: 24%;
    margin-bottom: 1.5%;
}

.n_bdtic2>div>div.wid3 {
    width: 32.5%;
}

.n_bdtic2>div>div>b {
    font-size: .28rem;
    margin-bottom: .2rem;
}

.n_bdtic2>div>div>p {
    font-size: .14rem;
    color: #091221;
    line-height: 2;
}

.n_bdtic2>div>div>div {
    display: flex;
    flex-wrap: wrap;
    margin: .2rem 0;
}

.n_bdtic2>div>div>div>i {
    background: #f6f7fa;
    border-radius: .06rem;
    padding: .03rem .09rem;
    font-size: .12rem;
    margin-right: .1rem;
    margin-bottom: .1rem;
}

.n_bdtic2>div>div>a {
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background: linear-gradient(246deg, #ac61ff, #005eff);
    background-clip: text;
    -webkit-background-clip: text;
    color: inherit;
    font-size: .16rem;
    display: table;
    font-weight: bold;
    position: absolute;
    bottom: .3rem;
}

@media screen and (max-width:768px) {
    .t1002>div .swiper-slide>b {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .t1002>div .swiper-slide>p {
        font-size: 14px;
        line-height: 1.5;
    }

    .t1002>div .swiper-slide>a {
        padding: 8px 25px;
        margin: 0 auto;
        border-radius: 6px;
        font-size: 14px;
        position: relative;
        bottom: auto;
        left: auto;
        opacity: 1;
        margin-top: 15px;
    }

    .t1002>div .swiper-slide:hover>a {
        bottom: auto;
    }
}

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

    .t1002>ul {
        height: auto;
        margin-top: 20px;
        background: transparent;
        box-shadow: none;
        border-radius: 0;
        display: block;
    }

    .t1002>ul>li,
    .t1002>ul>li.on {
        width: 100%;
        margin-bottom: 10px;
    }

    .t1002>ul>li>p {
        display: none;
    }

    .t1002>ul>li>div {
        position: relative;
        z-index: 10;
        opacity: 1;
        width: 100%;
        padding: 15px 10px;
        left: 0;
        border-radius: 10px;
    }

    .t1002>ul>li>div>b {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .t1002>ul>li>div>p {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 10px;
    }

    .t1002>ul>li>div>a {
        padding: 12px 25px;
        font-size: 14px;
        border-radius: 10px;
    }

    .t1002>div {
        margin-top: 20px;
        padding: 15px 0;
    }

    .t1002>div .swiper-slide {
        border-radius: 10px;
        padding: 45px 6px 10px 6px;
    }

    .t1002>div .swiper-slide>span {
        width: 45px;
        height: 45px;
        border-radius: 6px;
        padding: 10px;
        top: -10px;
        left: 40%;
    }

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

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

    .t1002>div>p {
        top: 42%;
        font-size: 16px;
        width: 40px;
        height: 40px;
    }

    .t1002>div .swiper-slide>a {
        padding: 7px 25px;
        margin-top: 20px;
        border-radius: 6px;
        font-size: 14px;
        bottom: 15px;
    }
}

/************************ 底部咨询 ********************/
.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: .6rem .4rem;
    border-radius: .1rem;
    background: linear-gradient(135deg, #e5f6fe, #9ed3ff);
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.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: .9rem;
    position: absolute;
    left: .2rem;
}

.t1006>ul>li>b {
    font-size: .24rem;
    margin-top: 0;
    width: 100%;
    padding-left: 1rem;
}

.t1006>ul>li>p {
    font-size: .18rem;
    margin-top: .35rem;
    display: flex;
    width: 100%;
    text-align: right;
    padding-left: 1rem;
}

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

.t1006>ul>li>p>a>i {
    text-align: left;
    margin-top: .1rem;
    transition: .5s;
    opacity: 0;
    /* font-size: .4rem; */
    font-size: .26rem;
    height: 0rem;
}

.t1006>ul>li>p>a:hover {
    font-weight: bold;
    color: #00aff0;
}

.t1006>ul>li>p>a:hover>i {
    opacity: 1;
    color: #00aff0;
}

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

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

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

    h3.ind_bt {
        font-size: 22px;
        line-height: 1.5;
        width: 100%;
    }

    .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;
    }
}

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

    .t1006 {
        padding: 30px 40px;
    }

    .t1006>ul>li>span {
        left: 10px;
    }

    .t1006>ul>li>p,
    .t1006>ul>li>b {
        padding-left: 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>h1 {
    font-size: .54rem;
}

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

@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;
    }
}

/************************* 雅典娜7 **************************/

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

.ydn7.sjzt1 {
    padding: 1.2rem 1.9rem 0 1.9rem;
}

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

.ydn7>ul>li {
    transition: .5s;
    position: relative;
    width: 32.5%;
    margin-bottom: 1.5%;
    padding: .65rem .3rem;
    border-radius: .2rem;
    background: #f6f6fb;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.ydn7>ul>li:hover {
    box-shadow: 0 4px 32px 0 rgba(0, 0, 0, .14);
}

.ydn7>ul>li>span {
    height: 1rem;
    overflow: hidden;
    /* padding: .1rem; */
    border-radius: .2rem;
    /* background: #d9f2ff; */
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    margin-left: auto;
    display: table;
    position: absolute;
    width: 1rem;
    right: .3rem;
    /* top: .45rem; */
}

.ydn7>ul>li>b {
    font-size: .32rem;
    /* margin-top: -1rem; */
    padding: 0 .15rem;
    /* text-align: right; */
}

.ydn7>ul>li>p {
    font-size: .2rem;
    margin-top: .2rem;
    padding: 0 .15rem;
    color: #666;
    line-height: 1.5;
    position: relative;
    z-index: 10;
    width: 80%;
}

.ydn7>ul>li>p>i {
    color: #6A3EF8;
    display: inline;
}


.ydn7>ul>li.liuzi {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.ydn7>ul>li.liuzi>em {
    font-size: .3rem;
    line-height: 1.4;
}

.ydn7>ul>li.liuzi>span {
    position: relative;
    top: auto;
    right: auto;
    width: 28%;
    margin: 0;
}


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

.ydn7>div>p {
    background: linear-gradient(to right, #f6f6fb 0%, #f6f6fb 100%);
    border-radius: .2rem;
    padding: .8rem .3rem;
    position: relative;
    width: 48.5%;
    transition: .5s;
    border: 1px solid transparent;
}

.ydn7>div>p:hover {
    border-color: #576dff;
}

.ydn7>div>p>b {
    font-size: .32rem;
}

.ydn7>div>p>i {
    font-size: .22rem;
    margin-top: .2rem;
    color: #666;
}

.ydn7>div>p>span {
    position: absolute;
    width: 1rem;
    top: .65rem;
    right: .4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1rem;
}

/************************* 解决方案 **************************/
.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: #00aff0;
}

.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%, #00aff0 100%);
}

.al_t3_2>p>a:hover {
    color: #fff;
    border-color: transparent;
    background: linear-gradient(-90deg, #005AFF 0%, #00aff0 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;
    }
}

/************************** 装备行业第四屏 *********************************/
.mac4 {
    padding: .8rem 1.9rem .8rem 1.7rem;
    background: url(../img/machinery/mac4_bg.png) no-repeat center;
    background-size: cover;
}

.mac4>div {
    position: relative;
    margin-top: .5rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mac4>div>span {
    width: 30%;
}

.mac4>div>div {
    width: 67%;
}

.mac4>div>div>ul {
    z-index: 15;
    padding: 0;
    justify-content: center;
    margin-top: 0;
}

.mac4>div>div>ul>li {}

.mac4.xjzs4>div>div>ul>li,
.mac4.spd4>div>div>ul>li {
    padding: 0.2rem 0.3rem;
}

.mac4.bdt_cj3>div>div>ul>li {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    padding: .1rem .2rem;
}

.mac4>div>div>div {}

.mac4>div>div>div>div {
    padding: .7rem .6rem;
    background: url(../img/machinery/mac4_icobg.png) no-repeat center;
    background-size: cover;
    border-radius: .2rem;
}

.mac4>div>div>div>div>p {
    font-size: .2rem;
    margin-bottom: .2rem;
}

.mac4>div>div>div>div>div {
    position: relative;
    padding-left: .2rem;
    margin-bottom: .5rem;
}

.mac4>div>div>div>div>div::after {
    content: '';
    width: 0.05rem;
    height: 0.2rem;
    background: #00AFF0;
    border-radius: 0.03rem;
    top: 0;
    left: 0;
}

.mac4>div>div>div>div>div>b {
    font-size: .2rem;
}

.mac4.bdt_cj3>div>div>div>div>div>b {
    line-height: 1.5;
}

.mac4.bdt_cj3>div>div>div>div>div::after {
    top: 0.05rem;
}

.mac4>div>div>div>div>div>p {
    margin-top: .25rem;
    display: flex;
    flex-wrap: wrap;
}

.mac4>div>div>div>div>div>p>a,
.mac4>div>div>div>div>div>p>i {
    font-size: .16rem;
    margin-right: .65rem;
    line-height: 1.5;
}

.mac4>div>div>div>div>div>p>em {
    font-size: .16rem;
    line-height: 1.5;
    width: 100%;
}

.mac4>div>div>div>div>div:last-child {
    margin-bottom: 0;
}

/*************************** 图文 *********************/

.tuwen {
    padding: .8rem 2.7rem;
    position: relative;
    z-index: 10;
}

.tuwen>.pc_dis {
    margin: .5rem 0 .2rem 0;
}

@media screen and (max-width: 768px) {
    .tuwen {
        padding: .8rem 1.7rem;
    }
}

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

    .tuwen .di_lian {
        margin-top: 20px;
    }

    .tuwen>div>span {
        position: relative;
        width: 350%;
    }

    .tuwen>div {
        position: relative;
        overflow: auto;
        width: 90%;
        margin: 0 auto;
        background-color: transparent;
        box-shadow: none;
    }

    .tuwen>div::-webkit-scrollbar {
        width: 3px;
        height: 6px;
        transition: .5s;
        background-color: #DDDDDD;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
    }

    .tuwen>div::-webkit-scrollbar-thumb {
        background-color: #2345A7;
        border: 3px solid #2345A7;
    }

    .tuwen>div>span>img:last-child {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
    }
}

/*************************** 案例左侧 *********************/
.al4_lf {
    background: #F5F7FA;
    padding: .4rem 0 .4rem .3rem;
    width: 19%;
    background-image: linear-gradient(0deg, #fff, #f3f5f8);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, .05);
}

.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;
}

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

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

.al4_lf>ul>li {
    padding: .1rem 0;
    margin: .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, #00aff0 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%, #00aff0 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%, #00aff0 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: #00aff0;
    border-color: #00aff0;
}

.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: #00aff0;
}

.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: #00aff0;
    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%, #00aff0 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.2rem 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;
    height: 7.3rem;
    position: relative;
    z-index: 15;
}

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

.public_banner2>.pub2_search {
    position: fixed;
    top: .8rem;
    width: 100%;
    left: 0;
    display: none;
    z-index: 20;
    padding: .1rem .3rem;
    background: #e9e9e9;
    background: linear-gradient(90deg, #005AFF 0%, #00aff0 100%);
}

.public_banner2>.pub2_search.on {
    display: flex;
}

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

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

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

.public_banner2>.pub2_lf>p {
    margin-top: .3rem;
    font-size: .2rem;
    color: #fff;
    line-height: 1.6;
    width: 80%;
    height: .5rem;
}

.public_banner2>.pub2_lf>p.xiao {
    font-size: .18rem;
}

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

.public_banner2>.pub2_lf.hei>h1,
.public_banner2>.pub2_lf.hei>b,
.public_banner2>.pub2_lf.hei>p,
.public_banner2>.pub2_lf.hei>a {
    color: #333;
}

.public_banner2>.pub2_search>a {
    font-size: .2rem;
    display: flex;
    align-items: center;
    padding: .15rem .2rem;
    background: #00aff0;
    margin-right: .45rem;
    color: #fff;
}

.public_banner2>.pub2_search>a>i {
    width: .2rem;
    margin-right: .1rem;
}

.public_banner2>.pub2_lf>div {
    margin-top: 0.85rem;
    display: flex;
    /* padding-bottom: .11rem; */
    /* border-bottom: 1px solid rgb(255 255 255 / 50%); */
    /* align-items: center; */
    justify-content: space-between;
}

.public_banner2>.pub2_lf>div.ss_wid1 {
    width: 65%;
}

.public_banner2>.pub2_search>div {
    margin-top: 0;
    width: 46%;
    padding: .15rem;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.public_banner2>.pub2_lf>div>span {
    /* width: .3rem; */
    width: .16rem;
    cursor: pointer;
    margin-right: .1rem;
    font-size: .2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    background: #0052d9;
    color: #fff;
}

.public_banner2>.pub2_lf>div.ss_wid1>span {
    width: 20%;
}

.public_banner2>.pub2_lf>div>span>img {
    width: .25rem;
    margin-right: .1rem;
}

.public_banner2>.pub2_lf>div>input {
    font-size: .2rem;
    /* font-size: .14rem; */
    background: none;
    color: #333;
    width: 81%;
    transition: .5s;
    padding: .2rem;
    background: #fff;
    border: 1px solid #dcdcdc;
}

.public_banner2>.pub2_lf>div.ss_wid1>input {
    width: 75%;
}

.public_banner2>.pub2_search>div>input {
    width: 97%;
    font-size: .2rem;
    color: #333;
}

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

.public_banner2>.pub2_search>div>input::placeholder {
    color: #333;
}

.public_banner2>.pub2_search>div>span {
    /* width: .3rem; */
    width: .16rem;
    cursor: pointer;
    margin-right: .1rem;
}

.public_banner2>.pub2_search>div>input {
    /* font-size: .2rem; */
    font-size: .14rem;
    background: none;
    color: #333;
    width: 90%;
    transition: .5s;
    display: block;
}

.public_banner2>.pub2_search>div>input::placeholder {
    color: #999;
}

.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;
    /* width: 50%; */
}

.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%, #00aff0 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;
}

.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: #00aff0;
}

.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: center;
    justify-content: space-between;
    margin-bottom: -1.2rem;
    padding-right: 1.9rem;
}

.public_banner2>.n_bot.mar_top {
    margin-top: .6rem;
}

.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;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 1.3rem;
}

.public_banner2>.n_bot>li:first-child {
    padding: .3rem;
    display: block;
    cursor: default;
    max-height: none;
    padding: .3rem 0.25rem;
}

.public_banner2>.n_bot>li>span {
    position: relative;
}

.public_banner2>.n_bot>li>span>i {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
}

.public_banner2>.n_bot>li>span>i>img {
    width: .65rem;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.public_banner2>.n_bot>li>span>i:hover>img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.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:first-child>i {
    font-size: .16rem;
    text-align: center;
    transition: .5s;
    overflow: hidden;
    margin-top: .2rem;
    width: auto;
    background: none;
    height: auto;
}

.public_banner2>.n_bot>li>p {
    /* display: flex; */
    align-items: center;
    justify-content: center;
    margin-left: .15rem;
    width: 80%;
}

.public_banner2>.n_bot>li>i {
    width: 0.46rem;
    height: .46rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00aff0;
    padding: .05rem;
    border-radius: 50%;
}

.public_banner2>.n_bot>li:nth-child(2)>p>i {
    padding: .1rem;
}

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

.public_banner2>.n_bot>li>p>span {
    font-size: .16rem;
    /* text-align: center; */
    text-align: left;
    line-height: 1.3;
    margin-top: .13rem;
}

.public_banner2>.n_bot>li:first-child {
    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 40px;
        height: auto;
    }

    .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;
        height: auto;
        width: 100%;
    }

    .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: 0 auto;
        margin-top: 20px;
        width: 50%;
    }

    .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;
        max-height: none;
    }

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

    .public_banner2>.n_bot>li:first-child>i,
    .public_banner2>.n_bot>li>p>span {
        font-size: 12px;
        margin-top: 5px;
        display: block;
        text-align: center;
    }

    .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;
        display: none;
    }

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

    .public_banner2>.n_bot>li>p>b {
        text-align: center;
        font-size: 14px;
        margin-left: 0;
    }

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

@media screen and (max-width:540px) {
    .public_banner2>.pub2_rt>.pub2_rt_yzm>input {
        width: 35%;
    }

    .public_banner2>.n_bot>li>b>img {
        display: none;
    }

    .public_banner2>.n_bot>li>b {
        line-height: 1;
    }

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

    .public_banner2>.n_bot>li>em {
        margin-top: 10px;
    }

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

/*********************** 方案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: 40%;
}

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

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

.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: #00aff0;
}

.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-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.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;
    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: #00aff0;
    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: #00aff0;
    display: inline-block;
}

.t1005>.t5_d2>ul>li .t5_li_d1>a {
    margin-top: .35rem;
    background: linear-gradient(-90deg, #005AFF 0%, #00aff0 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;
}

.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,
    .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;
    }
}

/************************** t100客户案例********************* */
.t1007 {
    padding: .8rem 1.9rem 0 1.9rem;
    background: #fff;
}

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

.t1007>ul>li {
    padding: .5rem .45rem;
    border-radius: .3rem;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 2%;
    overflow: hidden;
}

.t1007>ul>li::after {
    content: '';
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .6;
    background: linear-gradient(90deg, #545454 0%, rgb(0 0 0 / 20%) 100%);
}

.t1007>ul>li.wid1 {
    width: 49%;
}

.t1007>ul>li.wid2 {
    width: 32%;
}

/* 
.t1007>ul>li.color_1::after {
    background: linear-gradient(90deg, #005AFF 0%, rgba(0, 180, 230, 0.1) 100%);
}

.t1007>ul>li.color_2::after {
    background: linear-gradient(90deg, #19A5D2 0%, rgba(220, 241, 255, 0.1) 100%);
}

.t1007>ul>li.color_3::after {
    background: linear-gradient(180deg, #00E1FF 0%, rgba(220, 241, 255, 0) 100%);
}

.t1007>ul>li.color_4::after {
    background: linear-gradient(180deg, #6446FF 0%, rgba(220, 241, 255, 0) 100%);
} */

.t1007>ul>li>p {
    display: flex;
    align-items: center;
    margin-bottom: .4rem;
    position: relative;
    z-index: 10;
}

.t1007>ul>li>p>b {
    font-size: .24rem;
    font-weight: bold;
    color: #fff;
}

.t1007>ul>li>p>i {
    font-size: .18rem;
    margin-left: .2rem;
    color: #fff;
}

.t1007>ul>li>i {
    font-size: .16rem;
    line-height: 1.7;
    color: #fff;
    position: relative;
    z-index: 10;
}

.t1007>ul>li>a {
    margin-top: .4rem;
    padding: .15rem .5rem;
    border-radius: .1rem;
    color: #fff;
    border: 1px solid #fff;
    font-size: .16rem;
    transition: .5s;
    display: table;
    position: relative;
    z-index: 10;
}

.t1007>ul>li>a:hover {
    background: #fff;
    color: #00aff0;
}

.t1007>ul>li>span {
    width: .8rem;
    position: absolute;
    z-index: 10;
    right: .9rem;
    top: 1.2rem;
    transition: .5s;
    cursor: pointer;
}

.t1007>ul>li>span:hover {
    transform: scale(1.1);
}

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

.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:768px) {
    .ind_p {
        font-size: 16px;
    }
}

@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: #00aff0;
    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: #00aff0;
    background: #fff;
    border: 2px solid #00aff0;
}

.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: #00aff0;
}

.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 {}

/******************************** 装备新第七屏 **********************************/
.mac7 {
    padding: .8rem 1.9rem;
    background: #F5F5F5;
}

.mac7>ul {
    margin-top: .5rem;
    padding-left: 0;
    justify-content: center;
    z-index: 11;
}

.mac7>div {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0rem 0rem 0.3rem 0rem rgba(51, 51, 51, 0.05), 0rem 0rem 0.3rem 0rem #FDFDFD, 0rem 1rem 2rem 0rem rgba(253, 253, 253, 0.8), 0rem 0rem 0.3rem 0rem rgba(32, 63, 153, 0.15);
    border-radius: 0.06rem;
}

.mac7>div>div {}

.mac7>div>div {}

.mac7>div>div>b {
    font-size: .24rem;
    text-align: center;
}

.mac7>div>div>p {
    font-size: .2rem;
    margin-top: .2rem;
    text-align: center;
    line-height: 1.5;
}

.mac7>div>div.mac7_d1 {
    padding: .6rem .5rem .3rem .5rem;
}

.mac7>div>div.mac7_d1>div {
    margin-top: .2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mac7_ul1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 68%;
}

.mac7_ul1>li {
    width: 49%;
    position: relative;
    background: rgb(180 180 180 / 10%);
    border-radius: 0.62rem;
    padding: .2rem .4rem .15rem 2rem;
    margin-bottom: .55rem;
}

.mac7_ul1>li:nth-child(3),
.mac7_ul1>li:nth-child(4) {
    margin-bottom: 0;
}

.mac7_ul1>li>span {
    width: 2rem;
    position: absolute;
    top: -.37rem;
    left: -.2rem;
}

.mac7_ul1>li>p {}

.mac7_ul1>li>p>b {
    font-size: .2rem;
}

.mac7_ul1>li>p>i {
    margin-top: .15rem;
    line-height: 1.7;
    font-size: .16rem;
}

.mac7>div>div.mac7_d1>div>div {
    width: 30%;
    padding: .43rem .47rem .12rem .47rem;
    background: url(../img/machinery/mac7_bq1.png) no-repeat center;
    background-size: 100% 100%;
}

.mac7>div>div.mac7_d1>div>div>b {
    font-size: .24rem;
    color: #00AFF0;
    text-align: center;
}

.mac7>div>div.mac7_d1>div>div>i {
    font-size: .16rem;
    line-height: 1.8;
    margin-top: .2rem;
}

.mac7>div>div.mac7_d1>div>div>span {
    width: 2.2rem;
    margin: 0 auto;
}

.mac7>div>div.mac7_d1>div>div.mac7_dd1>span {
    margin-top: .65rem;
}

.mac7>div>div.mac7_d1>div.mac7_d12 {
    margin-top: .55rem;
}

.mac7>div>div.mac7_d1>div.mac7_d12>div {
    width: 31%;
}

.mac7>div>div.mac7_d1>div>ol {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.mac7>div>div.mac7_d1>div.mac7_d12>ol {
    width: 69%;
}

.mac7>div>div.mac7_d1>div>ol>li {
    width: 33.33%;
    position: relative;
    z-index: 10;
    padding: .6rem 0 0 .64rem;
}

.mac7>div>div.mac7_d1>div>ol.mac7_ol1>li {
    padding-top: .48rem;
}

.mac7>div>div.mac7_d1>div>ol>li>p {
    padding-right: .65rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mac7>div>div.mac7_d1>div>ol>li>p>b {
    font-size: .3rem;
    color: #39B0F2;
}

.mac7>div>div.mac7_d1>div>ol>li>p>i {
    font-size: .24rem;
    color: #39B0F2;
    font-weight: bold;
}

.mac7>div>div.mac7_d1>div>ol>li>p>i>em {
    font-size: .16rem;
    margin-top: .14rem;
}

.mac7>div>div.mac7_d1>div>ol>li:nth-child(2)>p>i,
.mac7>div>div.mac7_d1>div>ol>li:nth-child(2)>p>b {
    color: #6162F2;
}

.mac7>div>div.mac7_d1>div>ol>li:nth-child(3)>p>i,
.mac7>div>div.mac7_d1>div>ol>li:nth-child(3)>p>b {
    color: #A54DED;
}

.mac7>div>div.mac7_d1>div>ol>li>em {
    margin-top: .6rem;
    width: 1.9rem;
    line-height: 2;
    margin-left: auto;
    font-size: .16rem;
}

.mac7>div>div.mac7_d1>div>ol>span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.mac7>div>div.mac7_d3 {
    padding: .6rem .5rem .2rem .5rem;
}

.mac7>div>div.mac7_d3>div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.mac7>div>div.mac7_d3>div>ul {
    width: 50%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mac7>div>div.mac7_d3>div>ul>li {
    width: 49%;
    padding: .2rem .4rem .15rem .45rem;
    background: rgb(180 180 180 / 10%);
    border-radius: 0.62rem;
    margin-bottom: .3rem;
}

.mac7>div>div.mac7_d3>div>ul>li:nth-child(3),
.mac7>div>div.mac7_d3>div>ul>li:nth-child(4) {
    margin-bottom: 0;
}

.mac7>div>div.mac7_d3>div>ul>li>b {
    font-size: .2rem;
    color: #00AFF0;
}

.mac7>div>div.mac7_d3>div>ul>li>i {
    font-size: .16rem;
    line-height: 1.7;
    margin-top: .15rem;
}

.mac7>div>div.mac7_d3>div>ul>li>span {}

.mac7>div>div.mac7_d3>div>ul:nth-child(2) {
    width: 20%;
}

.mac7>div>div.mac7_d3>div>ul:nth-child(2)>li {
    width: 100%;
}

.mac7>div>div.mac7_d3>div>div {
    width: 28%;
    padding: .43rem .47rem .6rem .46rem;
    background: url(../img/machinery/mac7_bq2.png) no-repeat center;
    background-size: 100% 100%;
}

.mac7>div>div.mac7_d3>div>div>b {
    font-size: .24rem;
    color: #00AFF0;
    text-align: center;
    margin-bottom: .2rem;
}

.mac7>div>div.mac7_d3>div>div>p {
    line-height: 1.8;
    font-size: .16rem;
}

.mac7>div>div.mac7_d3>div>div>p>i {
    display: inline-block;
    width: 0.1rem;
    height: 0.1rem;
    background: #00AFF0;
    border-radius: 50%;
    margin-right: .1rem;
}

.mac7>div>div.mac7_d3>b,
.mac7>div>div.mac7_d3>p {
    text-align: left;
}

/********************** 弹窗 *********************/
.tanc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .5s;
    transform: scale(0);
    z-index: 65;
}

.tanc.on {
    transform: scale(1);
}

.tanchuang {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tanchuang>div {
    position: relative;
    z-index: 10;
    padding: .5rem .45rem .45rem .5rem;
    background: #FFFFFF;
    border-radius: 0.2rem;
    width: 43%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tanchuang>div>b {
    text-align: center;
    font-size: .3rem;
    width: 100%;
}

.tanchuang>div>p {
    width: 100%;
    margin-top: .25rem;
    font-size: .16rem;
    display: flex;
    justify-content: space-between;
    padding: 0 1.7rem;
}

.tanchuang>div>p>i {}


.tanchuang>div>.hdxxtc_form {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: .2rem;
    flex-wrap: wrap;
}

.tanchuang>div>.hdxxtc_form>span {
    width: 45%;
    margin-right: 5%;
}

.tanchuang>div>.hdxxtc_form>div {
    width: 50%;
}

.tanchuang>div>.hdxxtc_form>div>b {
    font-size: .24rem;
    text-align: center;
}

.tanchuang>div>.hdxxtc_form>p {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    font-size: .16rem;
    margin-top: .3rem;
}

.tanchuang>div>.hdxxtc_form>p>b {
    font-size: .24rem;
}

.tanchuang>div>.hdxxtc_form>p>i {
    font-size: .16rem;
}

.tanchuang>div>.hdxxtc_form>p>input {}

.tanchuang>div>.tc_d1 {
    width: 52%;
}

.tanchuang>div>.tc_d1>b {
    font-size: .3rem;
    text-align: center;
}

.tanchuang>div>.tc_d1>b>i {
    display: inline-block;
    color: #00aff0;
}

.tanchuang>div>.tc_d1>em {
    font-size: .24rem;
    margin-top: .3rem;
    text-align: center;
}

.tanchuang>div>.tc_d1>i {
    font-size: .16rem;
    text-align: center;
    margin-top: .13rem;
}

.tanchuang .hdxxtc_form>div>input,
.tanchuang>div>.tc_d1>input {
    margin: .25rem 0 .2rem 0;
    padding: .15rem .2rem;
    border-radius: 0.1rem;
    border: 1px solid #999999;
    font-size: .16rem;
    color: #333;
    display: block;
    width: 100%;
    transition: .5s;
}

.tanchuang .hdxxtc_form>div>input::placeholder,
.tanchuang>div>.tc_d1>input::placeholder {
    color: #999;
}

.tanchuang .hdxxtc_form>div>input:focus,
.tanchuang>div>.tc_d1>input:focus {
    border-color: #00aff0;
}

.tanchuang .tc_yzm {
    position: relative;
}

.tanchuang .tc_yzm>input {
    margin: .25rem 0 .2rem 0;
    padding: .15rem .2rem;
    border-radius: 0.1rem;
    border: 1px solid #999999;
    font-size: .16rem;
    color: #333;
    display: block;
    width: 100%;
    transition: .5s;
}

.tanchuang .tc_yzm>input:focus {
    border-color: #00aff0;
}

.tanchuang .tc_yzm>button {
    position: absolute;
    top: 0;
    height: 100%;
    background: none;
    outline: none;
    border: none;
    font-size: .16rem;
    right: 0;
    display: table;
    cursor: pointer;
    padding: 0 .22rem;
}

.tanchuang .tc_yzm>button::after {
    content: '';
    width: 0.02rem;
    height: 0.28rem;
    background: #999;
    left: 0;
    top: .14rem;
}

.tanchuang .tc_ift {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tanchuang .tc_ift>input {
    display: block;
}

.tanchuang .tc_ift>label {
    font-size: .16rem;
    color: #333;
    display: flex;
    margin-left: .1rem;
}

.tanchuang .tc_ift>label>a {
    color: #00aff0;
    text-decoration: underline;
}

.tanchuang .tc_button {
    /* padding: .15rem;
    background: #00AFF0;
    border-radius: 0.1rem;
    margin-top: .25rem; */
}

.tanchuang .tc_button>button {
    outline: none;
    border: none;
    color: #fff;
    font-size: .16rem;
    cursor: pointer;
    padding: .15rem;
    background: #00AFF0;
    border-radius: 0.1rem;
    margin-top: .25rem;
    display: block;
    width: 100%;
}

.tanchuang .tc_button>i {
    width: .01rem;
    margin: 0 .15rem;
    background: #fff;
    height: .17rem;
}

.tanchuang>div>.tc_d2 {
    width: 47%;
}

.tanchuang>div>.tc_d2>p {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tanchuang>div>.tc_d2>p>b {
    font-size: .18rem;
}

.tanchuang>div>.tc_d2>p>i {
    font-size: .24rem;
    color: #00aff0;
    font-style: italic;
    font-weight: bold;
}

.tanchuang>div>.tc_d2>i {
    font-size: .18rem;
    text-align: center;
    margin-top: .25rem;
}

.tanchuang>div>.tc_d2>span {
    width: 60%;
    margin: 0 auto;
    padding: .1rem;
    border-radius: .1rem;
    border: 1px solid #dcdcdc;
    margin-top: .25rem;
}

.tanchuang>div>.tc_d2>span>img {}

.tanchuang>div>span {
    position: absolute;
    width: .4rem;
    height: .4rem;
    font-size: .4rem;
    top: -.3rem;
    right: -.5rem;
    color: #fff;
    cursor: pointer;
}

.tanchuang>div>span::before {}

.tanchuang>i {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
}

@media screen and (max-width:1024px) {
    .tanc.on {
        transform: scale(1.5);
    }
}

@media screen and (max-width:768px) {
    .tanchuang>div>p {
        font-size: 9px;
    }
}

@media screen and (max-width:540px) {
    .tanc.on {
        transform: scale(1);
    }

    .tanchuang>div {
        padding: 15px 20px;
        border-radius: 10px;
        width: 80%;
    }

    .tanchuang>div>.tc_d2,
    .tanchuang>div>.tc_d1 {
        width: 100%;
    }

    .tanchuang>div>span {
        width: 20px;
        height: 20px;
        font-size: 20px;
        top: -20px;
        right: -20px;
    }

    .tanchuang>div>.tc_d1>b {
        font-size: 18px;
    }

    .tanchuang>div>.tc_d1>em {
        font-size: 14px;
        margin-top: 15px;
    }

    .tanchuang>div>.tc_d1>i {
        font-size: 12px;
        margin-top: 8px;
    }

    .tanchuang .tc_yzm>input,
    .tanchuang .hdxxtc_form>div>input,
    .tanchuang>div>.tc_d1>input {
        margin: 15px 0;
        padding: 7px 10px;
        border-radius: 7px;
        font-size: 14px;
    }

    .tanchuang .tc_yzm>button {
        font-size: 14px;
        padding: 0 15px;
    }

    .tanchuang .tc_yzm>button::after {
        width: 2px;
        height: 80%;
        top: 10%;
    }

    .tanchuang .tc_ift>label {
        font-size: 12px;
        margin-left: 5px;
    }

    .tanchuang .tc_button>button {
        font-size: 14px;
        padding: 10px;
        border-radius: 7px;
        margin-top: 15px;
    }

    .tanchuang>div>.tc_d2>p {
        margin-top: 20px;
    }

    .tanchuang>div>.tc_d2>p>i,
    .tanchuang>div>.tc_d2>p>b {
        font-size: 16px;
    }

    .tanchuang>div>.tc_d2>i {
        font-size: 14px;
        margin-top: 10px;
    }

    .tanchuang>div>.tc_d2>span {
        width: 50%;
        padding: 7px;
        border-radius: 7px;
        margin-top: 10px;
    }

    .tanchuang>div>b {
        font-size: 18px;
    }

    .tanchuang>div>p {
        font-size: 14px;
        padding: 0;
        margin-top: 10px;
    }

    .tanchuang>div>.hdxxtc_form {
        margin-top: 15px;
    }

    .tanchuang>div>.hdxxtc_form>span {
        display: none;
    }

    .tanchuang>div>.hdxxtc_form>div {
        width: 100%;
    }

    .tanchuang>div>.hdxxtc_form>div>b {
        font-size: 16px;
    }

    .tanchuang>div>.hdxxtc_form>p {
        font-size: 12px;
        margin-top: 15px;
    }

    .tanchuang>div>.hdxxtc_form>p>b {
        font-size: 14px;
        width: 30%;
        margin-bottom: 10px;
    }

    .tanchuang>div>.hdxxtc_form>p>i {
        font-size: 14px;
        width: 70%;
        margin-bottom: 10px;
    }
}