.com_td .t1 {
    font-family: Poppins;
    font-size: 70px;
    color: #333333;
    line-height: 1.2
}

.com_td .t2 {
    margin-top: 20px;
    font-weight: 400;
    font-size: 22px;
    color: #666666;
    line-height: 30px
}

.com_td .t2 b {
    font-weight: 400;
    font-size: 26px;
    line-height: 30px
}

.com_td .lists {
    margin-top: calc((30 / 8) * 1%);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.com_td .lists .item:nth-child(1) {
    width: 26%
}

.com_td .lists .item:nth-child(2) {
    width: 26%
}

.com_td .lists .item:nth-child(3) {
    width: 26%
}

.com_td .lists .item .top_value {
    display: flex;
    align-items: flex-end;
    line-height: 1
}

.com_td .lists .item .top_value .v1 {
    font-size: 65px
}

.com_td .lists .item .top_value div {
    color: var(--color-main);
    font-family: Poppins
}

.com_td .lists .item .desc {
    margin-top: 26px;
    font-weight: 500;
    font-size: 22px;
    color: #666666;
    line-height: 30px
}

.com_td .list2 {
    margin-top: 30px
}

.com_td .list2 li {
    font-weight: 400;
    font-size: 18px;
    color: var(--color-main);
    display: flex;
}

.com_td .list2 li::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--color-main);
    margin-right: 10px;
    flex-shrink: 0;
    margin-top: 11px;
}

.com_td .z_btns {
    margin-top: 20px;
}

.box1 {
    --l-w: calc((752 / 16) * 1%);
    align-items: center;
    padding: 46px 0 35px
}

.box1 .rrr {
    position: relative
}

.box1 .rrr .img {
    padding-bottom: calc((797 / 8.47) * 1% - 22px);
    margin-left: 112px;
    margin-top: 22px
}

.box1 .rrr .img img {
    object-fit: contain
}

.box1 .img1 {
    position: absolute;
    left: 0;
    top: 0
}

.box1 .img2 {
    width: calc((832 / 7.36) * 1% - 112px)
}

.for_amr {
    padding: calc((174 / 19.2) * 1%) 0 calc((100 / 19.2) * 1%) var(--all-pd);
    background: #e8f6fd
}

.for_amr .amr_main {
    --l-w: calc((740 / 16) * 1%);
    --pd: 10px;
    align-items: center;
}

.for_amr .amr_main .swiper1 {
    padding: 30px
}

.for_amr .amr_main .swiper1 .item {
    transition: all .3s ease;
    box-shadow: 0 0 24px 0 #ccc;
    border-radius: 20px;
    padding: 50px 20px;
    width: 336px;
    height: 300px
}

.for_amr .amr_main .swiper1 .item .d_hide {
    display: none
}

.for_amr .amr_main .swiper1 .item .d_show {
    display: block
}

.for_amr .amr_main .swiper1 .item .tt1 {
    font-family: Poppins;
    font-size: 20px;
    color: #333333;
    line-height: 30px;
    margin-top: 10px
}

.for_amr .amr_main .swiper1 .item .tt2 {
    margin-top: 10px;
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 30px
}

.for_amr .amr_main .swiper1 .swiper-slide-active {
    height: 434px;
    background: var(--color-main)
}

.for_amr .amr_main .swiper1 .swiper-slide-active div {
    color: #fff
}

.for_amr .amr_main .swiper1 .swiper-slide-active .d_hide {
    display: block
}

.for_amr .amr_main .swiper1 .swiper-slide-active .d_show {
    display: none
}

.for_amr .amr_main .swiper1 .swiper-slide-active .tt2 {
    -webkit-line-clamp: 7
}

.for_amr .amr_main .swiper1 .swiper-slide-active .tt1,
.for_amr .amr_main .swiper1 .swiper-slide-active .tt2 {
    color: #fff
}

.for_amr .amr_main .swiper1 .sw-pn {
    justify-content: flex-end;
    margin-top: 60px;
}

.for_amr .amr_main .swiper1 .sw-pn .line {
    width: 346px;
    height: 2px;
    background: #d3d3d3;
    margin-right: 10px
}

.for_amr .amr_main .swiper1 .sw-pn .sw-c {
    width: 36px;
    height: 18px;
    background: url(../images/color/btn1.png) no-repeat center / contain;
    cursor: pointer
}

.for_amr .amr_main .swiper1 .sw-pn .sw-c:hover {
    background: url(../images/color/btn1_.png) no-repeat center / contain;
    transform: rotate(180deg)
}

.for_amr .amr_main .swiper1 .sw-pn .sw-p {
    transform: rotate(180deg);
    margin-right: 30px
}

.for_amr .amr_main .swiper1 .sw-pn .sw-p:hover {
    transform: rotate(0)
}

.smart {
    padding: calc((173 / 19.2) * 1%) 0 0;
    background: var(--color-main);
    position: relative
}

.smart .smart_main {
    --l-w: calc((850 / 16) * 1%);
    --pd: 40px;
    align-items: center
}

.smart .smart_main .t1,
.smart .smart_main .t2 {
    color: #fff
}

.smart .smart_main .lists .item {
    border-radius: 27px;
    border: 1px solid #abd7f4;
    width: calc((100% / 3) - 10px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 0 30px
}

.smart .smart_main .lists .item .desc {
    text-align: center;
    font-size: 18px
}

.smart .smart_main .lists .item:nth-child(3n + 2) {
    margin: 0 15px
}

.smart .smart_main .lists .item div {
    color: #fff
}

.smart .smart_main .list2 li {
    color: #fff
}

.smart .smart_main .list2 li::before {
    background: #fff
}

.smart .smart_main .z_btns .item {
    background: transparent;
    border-color: #fff
}

.smart .smart_main .z_btns .item:hover::after {
    background: #fff
}

.smart .smart_main .z_btns .item:hover span {
    color: #333
}

.smart .smart_main .z_btns .item span {
    color: #fff
}

.smart .smart_main .img {
    border-radius: 15px;
    padding-bottom: calc((751 / 7.5) * 1%)
}

.smart .our_main {
    padding: 38px 106px 60px 56px;
    background: #e8f6fd;
    border-radius: 20px;
    --l-w: calc((726 / 14.38) * 1%);
    align-items: center;
    position: relative;
    top: 142px
}

.smart .our_main .rrr {
    display: flex;
    flex-direction: column;
    align-items: center
}

.smart .our_main .rrr .img {
    width: 392px;
    height: 340px
}

.smart .our_main .rrr .img span {
    position: absolute;
    z-index: 9;
    font-family: Poppins;
    font-size: 20px;
    text-align: center;
    color: #333333;
    line-height: 1.3
}

.smart .our_main .rrr .img span:nth-child(1) {
    left: 38%;
    top: 18%
}

.smart .our_main .rrr .img span:nth-child(2) {
    left: 6%;
    top: 62%
}

.smart .our_main .rrr .img span:nth-child(3) {
    left: 67%;
    top: 67%
}

.smart .our_main .rrr .z_btns {
    margin-top: 40px
}

.smart .our_main .rrr .z_btns .item {
    padding: 10px 37px;
    border: 1px solid #abd7f4;
    background: transparent
}

.smart .our_main .rrr .list3 {
    margin-top: 30px;
    align-self: flex-start
}

.smart .our_main .rrr .list3 li {
    font-size: 18px;
    color: #666
}

.dis_map {
    padding: calc((246 / 16) * 1%) 0 0
}

.dis_map .map_main {
    align-items: center;
    --l-w: calc((726 / 16) * 1%);
    --pd: calc((124 / 16) * 1%);
    flex-direction: column;
    align-items: flex-start;
}

.dis_map .map_main .lll {
    width: 100%
}

.dis_map .map_main .rrr {
    width: 100%;
}

.dis_map .img {
    padding-bottom: 100%;
    padding: 0;
    height: auto;
}

.dis_map .img img {
    object-fit: contain;
    position: unset;
}

/* .dis_map .img ul li:nth-child(1) {
    top: 431px;
    top: calc((431 / 7.1) * 1%);
    left: 309px;
    left: calc(((309) / 7.1) * 1%)
}

.dis_map .img ul li:nth-child(2) {
    top: calc((289 / 7.1) * 1%);
    left: calc(((174) / 7.1) * 1%)
}

.dis_map .img ul li:nth-child(3) {
    top: calc((224 / 7.1) * 1%);
    left: calc(((203) / 7.1) * 1%)
}

.dis_map .img ul li:nth-child(4) {
    top: calc((233 / 7.1) * 1%);
    left: calc(((125) / 7.1) * 1%)
}

.dis_map .img ul li:nth-child(5) {
    top: calc((280 / 7.1) * 1%);
    left: calc(((153) / 7.1) * 1%)
}

.dis_map .img ul li:nth-child(6) {
    top: calc((161 / 7.1) * 1%);
    left: calc(((159) / 7.1) * 1%)
}

.dis_map .img ul li:nth-child(7) {
    top: calc((150 / 7.1) * 1%);
    left: calc(((263) / 7.1) * 1%)
}

.dis_map .img ul li:nth-child(8) {
    top: calc((121 / 7.1) * 1%);
    left: calc(((306) / 7.1) * 1%)
}

.dis_map .img ul li:nth-child(9) {
    top: calc((109 / 7.1) * 1%);
    left: calc(((181) / 7.1) * 1%)
}

.dis_map .img ul li:nth-child(10) {
    top: calc((104 / 7.1) * 1%);
    left: calc(((220) / 7.1) * 1%)
}

.dis_map .img ul li:nth-child(11) {
    top: calc((263 / 7.1) * 1%);
    left: calc(((239) / 7.1) * 1%)
}

.dis_map .img ul li:nth-child(12) {
    top: calc((150 / 7.1) * 1%);
    left: calc(((198) / 7.1) * 1%)
} */

.dis_map .img ul li:nth-child(1) {
    top: 83.29%;
    left: 24.74%;
}

.dis_map .img ul li:nth-child(2) {
    top: 85.04%;
    left: 24.80%;
}

.dis_map .img ul li:nth-child(3) {
    top: 82.41%;
    left: 24.51%;
}

.dis_map .img ul li:nth-child(4) {
    top: 84.31%;
    left: 24.33%;
}

.dis_map .img ul li:nth-child(5) {
    top: 27.45%;
    left: 17.69%;
}

.dis_map .img ul li:nth-child(6) {
    top: 35.10%;
    left: 13.63%;
}

.dis_map .img ul li:nth-child(7) {
    top: 42.42%;
    left: 18.98%;
}

.dis_map .img ul li:nth-child(8) {
    top: 40.52%;
    left: 14.62%;
}

.dis_map .img ul li:nth-child(9) {
    top: 41.69%;
    left: 13.40%;
}

.dis_map .img ul li:nth-child(10) {
    top: 42.41%;
    left: 14.09%;
}

.dis_map .img ul li:nth-child(11) {
    top: 43.89%;
    left: 13.75%;
}

.dis_map .img ul li:nth-child(12) {
    top: 40.67%;
    left: 13.87%;
}

.dis_map .img ul li:nth-child(13) {
    top: 37.85%;
    left: 82.11%;
}

.dis_map .img ul li:nth-child(14) {
    top: 37.58%;
    left: 19.04%;
}

.dis_map .img ul li:nth-child(15) {
    top: 28.52%;
    left: 22.41%;
}

.dis_map .img ul li:nth-child(16) {
    top: 23.11%;
    left: 28.52%;
}

.dis_map .img ul li:nth-child(17) {
    top: 37.01%;
    left: 20.20%;
}

.dis_map .img ul li:nth-child(18) {
    top: 40.52%;
    left: 16.89%;
}

.dis_map .img ul li:nth-child(19) {
    top: 40.52%;
    left: 22.30%;
}

.dis_map .img ul li:nth-child(20) {
    top: 36.57%;
    left: 19.62%;
}

.dis_map .img ul li:nth-child(21) {
    top: 32.18%;
    left: 22.76%;
}

.dis_map .img ul li:nth-child(22) {
    top: 44.17%;
    left: 18.98%;
}

.dis_map .img ul li:nth-child(23) {
    top: 34.96%;
    left: 23.69%;
}

.dis_map .img ul li:nth-child(24) {
    top: 32.76%;
    left: 26.37%;
}

.dis_map .img ul li:nth-child(25) {
    top: 34.96%;
    left: 14.04%;
}

.dis_map .img ul li:nth-child(26) {
    top: 30.42%;
    left: 22.35%;
}

.dis_map .img ul li:nth-child(27) {
    top: 32.46%;
    left: 22.29%;
}

.dis_map .img ul li:nth-child(28) {
    top: 29.55%;
    left: 23.06%;
}

.dis_map .img ul li:nth-child(29) {
    top: 32.04%;
    left: 23.81%;
}

.dis_map .img ul li:nth-child(30) {
    top: 33.80%;
    left: 23.46%;
}

.dis_map .img ul li:nth-child(31) {
    top: 34.24%;
    left: 22.71%;
}

.dis_map .img ul li:nth-child(32) {
    top: 33.36%;
    left: 24.16%;
}

.dis_map .img ul li:nth-child(33) {
    top: 32.04%;
    left: 26.60%;
}

.dis_map .img ul li:nth-child(34) {
    top: 38.78%;
    left: 24.45%;
}

.dis_map .img ul li:nth-child(35) {
    top: 38.05%;
    left: 24.10%;
}

.dis_map .img ul li:nth-child(36) {
    top: 32.62%;
    left: 25.78%;
}

.dis_map .img ul li:nth-child(37) {
    top: 27.50%;
    left: 27.88%;
}

.dis_map .img ul li:nth-child(38) {
    top: 27.65%;
    left: 28.93%;
}

.dis_map .img ul li:nth-child(39) {
    top: 28.68%;
    left: 28.23%;
}

.dis_map .img ul li:nth-child(40) {
    top: 28.82%;
    left: 27.77%;
}
@media screen and (max-width:1600px) {
.smart .our_main .rrr .z_btns .item{ padding: 10px 10px !important;}
}

@media screen and (max-width:1400px) {
    .com_td .t1 {
        font-size: 45px
    }

    .com_td .t2 {
        font-size: 18px;
    }

    .com_td .lists .item .top_value .v1 {
        font-size: 48px
    }

    .com_td .lists .item .desc {
        font-size: 16px;
        margin-top: 18px
    }

    .smart .our_main {
        top: 60px
    }
}

@media screen and (max-width:1366px) {
    .com_td .t1 {
        font-size: 34px
    }

    .com_td .t2 {
        font-size: 16px
    }
}

@media screen and (max-width:950px) {
    .box1 {
        padding: 25px 0 48px
    }

    .box1 .lll,
    .box1 .rrr {
        width: 100% !important
    }

    .box1 .rrr {
        order: 1;
        margin: 0
    }

    .box1 .rrr .img1 {
        display: none
    }

    .box1 .rrr .img {
        margin: 0
    }

    .box1 .rrr .img2 {
        width: 100%
    }

    .box1 .lll {
        order: 2;
        margin-top: 40px
    }

    .com_td .lists .item:nth-child(1),
    .com_td .lists .item:nth-child(3) {
        width: 40%
    }

    .com_td .lists .item:nth-child(2) {
        width: 60%
    }

    .com_td .lists .item:nth-child(3) {
        margin-top: 42px
    }

    .for_amr {
        padding: 54px 12px
    }

    .for_amr .t2 {
        margin-top: 24px
    }

    .for_amr .amr_main .swiper1 {
        padding: 20px 0
    }

    .for_amr .amr_main .swiper1 .item {
        width: 70%;
        height: auto;
        box-shadow: 0 0 3px 0 #ccc
    }

    .for_amr .amr_main .swiper1 .item.swiper-slide-active {
        box-shadow: none;
        background: var(--color-main)
    }

    .for_amr .amr_main .swiper1 .item.swiper-slide-active .tt1,
    .for_amr .amr_main .swiper1 .item.swiper-slide-active .tt2 {
        color: #fff
    }

    .for_amr .amr_main .swiper1 .item .tt1 {
        font-size: 18px
    }

    .for_amr .amr_main .swiper1 .item .tt2 {
        font-size: 16px
    }

    .for_amr .amr_main .swiper1 .sw-pn {
        margin-top: 50px
    }

    .com_td .list2 {
        margin-top: 25px
    }

    .com_td .list2 li {
        align-items: flex-start
    }

    .com_td .list2 li::before {
        position: relative;
        top: 10px
    }

    .com_td .list2 li:not(:first-child) {
        margin-top: 10px
    }

    .smart .t2 {
        margin-top: 16px
    }

    .smart .lists {
        margin-top: 0;
        justify-content: space-between
    }

    .smart .lists .item {
        width: calc(50% - 6px) !important;
        margin: 20px 0 0 !important;
        padding: 30px 5px 23px !important
    }

    .smart .lists .item .desc {
        font-size: 16px !important
    }

    .smart .our_main {
        padding: 45px 20px;
        top: 38px
    }

    .smart .our_main .rrr .z_btns {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .smart .our_main .rrr .z_btns .item {
        width: calc(50% - 10px);
        padding: 10px 24px;
        margin: 0
    }

    .smart .our_main .rrr .z_btns .item:nth-child(3) {
        width: auto;
        margin-top: 14px;
        position: relative;
        left: 50%;
        transform: translateX(-50%)
    }

    .smart .our_main .rrr .list3 {
        margin-top: 20px
    }

    .smart .our_main .rrr .list3 li {
        font-size: 16px
    }

    .dis_map {
        padding: 62px 0 0
    }

    .dis_map .t2 {
        margin-top: 11px
    }

}