﻿* {
    margin:0;
    padding:0;
    list-style:none;
    box-sizing:border-box;
}

.img {
    overflow: hidden;
}

.img img {
    width: 100%;
    display: block;
    transition: all .5s;
}

.yih {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.erh {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

header {
    background: #fff;
    position: sticky;
    z-index: 300;
    top: 0;
    left: 0;
    border-bottom: 1px solid rgb(223, 225, 230);
}

.header_pack {
    display: flex;
    justify-content: space-between;
}

.logo {
    height: 80px;
    padding: 25px 0;
}

.logo img {
    max-height: 100%;
    display: block;
}

.logo a {
    display: block;
    height: 100%;
}

.header_right {
    display: flex;
    align-items: center;
}

.w_nav {
    display: flex;
}

.w_nav > li {
    padding: 0 30px;
    position: relative;
}

.w_nav > li > a {
    display: block;
    font-size: 16px;
    line-height: 77px;
    border-bottom: 3px solid transparent;
    color: rgb(0, 0, 0);
}

    .w_nav > li.active > a,
    .w_nav > li > a:hover {
        font-weight: bold;
        color: rgb(0, 112, 192);
        border-bottom-color: rgb(0, 112, 192);
    }

.er_nav {
    width: 100%;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    border: 1px solid #f1f1f1;
    padding: 5px 0;
    z-index: 5;
    display: none;
}

.er_nav > li a {
    display: block;
    font-size: 16px;
    line-height: 32px;
    color: #333;
    text-align: center;
}

    .er_nav > li a:hover {
        background: rgb(0, 112, 192);
        color: #fff;
    }

.header_phone {
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.header_phone img {
    width: 20px;
    display: block;
}

.header_phone span {
    font-size: 18px;
    line-height: 26px;
    color: #000;
    margin-left: 10px;
}

.nei-banner {
    position:relative;
}
.nei-banner img {
    width:100%;
    display:block;
}
.banner_cont {
    width:95%;
    max-width:1220px;
    padding:0 10px;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
.banner_cont h3 {
    font-size:60px;
    line-height:87px;
    color:#fff;
}
.banner_cont p {
    font-size:20px;
    line-height:30px;
    color:#fff;
    margin-top:12.6px;
}
.layout {
    max-width:1220px;
    padding:0 10px;
    margin:0 auto;
}
.news{
    padding:50px 0 100px;
}
.news_classify{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
}
.news_classify li {
    padding:0 10px;
}
.news_classify li a {
    border-radius: 30px;
    background: rgb(246, 246, 246);
    text-align: center;
    width: 150px;
    line-height: 46px;
    font-size: 16px;
    color: rgb(0, 0, 0);
    display:block;
}
.news_classify li a.active {
    background: rgb(186, 10, 32);
    color:#fff;
}
.news_cont{
    margin-top:30px;
}
.news_plate1_class_list {
    margin-bottom:50px;
}
.news_plate1_class_list li {
    padding: 50px 0;
    border-bottom: 1px solid rgb(222, 222, 222);
}

    .news_plate1_class_list li a {
        display: flex;
        align-items: center;
        background: #fff;
    }

.news_plate1_class_cont {
    width: 70%;
    display: flex;
    align-items: center;
}

.news_plate1_class_titme {
    width: 20%;
    text-align: center;
}

    .news_plate1_class_titme h3 {
        font-size: 72px;
        line-height: 90px;
        color: rgb(102, 102, 102);
    }

    .news_plate1_class_titme p {
        margin-top: 5px;
        font-size: 28px;
        line-height:40px;
        color: rgb(102, 102, 102);
    }

.news_plate1_class_text {
    width: 80%;
    border-left: 1px solid rgb(222, 222, 222);
    padding: 0 30px;
}

.news_plate1_class_text h4 {
    font-size: 24px;
    line-height: 35px;
    color: rgb(0, 0, 0);
}

.news_plate1_class_text p {
    font-size: 16px;
    line-height: 24px;
    color: rgb(102, 102, 102);
    margin-top: 29px;
    -webkit-line-clamp: 3;
}

.news_plate1_class_img {
    width: 30%;
}

.news_plate1_class_list li a:hover img {
    transform: scale(1.1);
}
.news_plate1_class_list li a:hover .news_plate1_class_text h4,
.news_plate1_class_list li a:hover .news_plate1_class_titme h3,
.news_plate1_class_list li a:hover .news_plate1_class_titme p {
    color: rgb(186, 10, 32);
}

.NewsDetail001 {
    margin:44px 0 0 ;
}
.newsdetail {
    padding: 28px 0 110px;
}
.NewsDetail001-title h3 {
    font-size: 40px;
    line-height: 58px;
    color: rgb(0, 0, 0);
}
.bx-mb-nav {
    border:none;
}
.about_plate1{
    padding:95.6px 0 0 ;
}
.public_title{
    text-align:center;
}
    .public_title h3,
    .bk1 h3 {
        font-size: 40px;
        line-height: 58px;
        color: rgb(0, 0, 0);
    }
    .public_title p {
        font-size: 18px;
        line-height: 26px;
        color: rgb(98, 98, 98);
        margin-top:15.5px;
    }
.about_plate1_cont {
    margin-top:46px;
}
.about_plate2{
    padding-top:95px;
}
.about_plate2_cont {
    background: url(../images/ap2.jpeg) no-repeat center/cover;
    padding: 85px 30px 55px;
    display: flex;
    justify-content: flex-end;
    margin-top:48px;
}
.about_plate2_list {
    display:flex;
    flex-wrap:wrap;
    width:430px;
    justify-content:space-between;
}
    .about_plate2_list li {
        width: 200px;
        margin-bottom: 30px;
    }
        .about_plate2_list li:first-child .about_plate2_pack {
            background: rgb(186, 10, 32);
        }
        .about_plate2_list li:first-child h4,
        .about_plate2_list li:last-child h4{
            color: #fff;
        }
        .about_plate2_list li:last-child .about_plate2_pack {
            background: rgb(0, 112, 192);
        }
            .about_plate2_pack {
                background: rgb(255, 255, 255);
                padding: 45px 10px;
            }

    .about_plate2_pack h4 {
        font-size: 24px;
        line-height: 35px;
        color: rgb(0, 0, 0);
        font-weight:bold;
        text-align:center;
    }
.about_plate2_icon{
    height:60px;
}
.about_plate2_icon img {
    max-height:100%;
    display:block;
    margin:16px auto 0;
}
.about_plate3 {
    padding-top:115px;
}
.about_plate3_list{
    display:flex;
    flex-wrap:wrap;
    margin:70px -20px 0;
}
.about_plate3_list li {
    width:33.333%;
    padding:0 20px;
    margin-bottom:40px;
}
.about_plate3_list_pack .about_plate3_text {
    font-size: 18px;
    line-height: 50px;
    max-width: 250px;
    margin: 20px auto 0;
    text-align: center;
    border: 1px solid rgb(236, 236, 236);
    border-radius: 30px;
    padding: 0 20px;
    color: rgb(0, 0, 0);
}
.about_plate3_list_pack:hover .about_plate3_text {
    background: rgb(186, 10, 32);
    color: #fff;
}
.about_plate3_list2 {
    margin:0 -15px;
}
.about_plate3_list2 li {
    padding:0 15px;
    width:20%;
    margin-bottom:30px;
}
.about_plate4{
    padding-top:110px;
}
.contect-lx ul {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .contect-lx ul li {
        width: 32%;
        padding: 60px 10px;
        text-align: center;
        font-size: 16px;
        color: #666;
        border-right: 1px solid #fff;
        background: #FBFBFB;
    }

        .contect-lx ul li:last-child {
            border: none;
        }

        .contect-lx ul li img {
            height: 40px;
        }

        .contect-lx ul li h3 {
            font-size: 20px;
            color: #000;
            padding: 20px 0 10px
        }

.contect-lx .map {
    padding-top: 40px
}

@media (max-width: 1000px) {
    .contect-lx ul {
        margin-top: 20px;
    }

        .contect-lx ul li {
            width: 50%;
            padding: 40px 10px;
            text-align: center;
            font-size: 14px;
            color: #666;
            border-right: none;
            border-bottom: 1px solid #fff
        }

            .contect-lx ul li:last-child {
                border: none;
                width: 100%
            }

            .contect-lx ul li img {
                height: 30px;
            }

            .contect-lx ul li h3 {
                font-size: 18px;
            }

    .contect-lx .map {
        padding-top: 40px
    }
}
.about_plate5 {
    padding:95px 0 80px;
}
.about_plate5_list{
    display:flex;
    flex-wrap:wrap;
    margin:48px -20px 0;
}
.about_plate5_list li {
    width:33.333%;
    padding:0 20px;
    margin-bottom:40px;
}
.about_plate5_list_pack {
    background: rgb(246, 246, 246);
    border-radius:10px;
    padding:22px 30px;
    height:100%;
}
    .about_plate5_list_pack h4 {
        font-size: 18px;
        line-height: 26px;
        color: rgb(0, 0, 0);
        font-weight:bold;
    }
    .about_plate5_list_pack div {
        margin-top: 13px;
        font-size: 14px;
        line-height: 24px;
        color: rgb(102, 102, 102);
    }
        .about_plate5_list_pack div span {
            color: rgb(186, 10, 32);
            font-weight:bold;
        }
.nei-banner2{
    text-align:center;
}
.tran_plate1 {
    padding:120px 0;
}

.tran_plate1_pack {
    display: flex;
    align-items: center;
}

.tran_plate1_left {
    width: 30%;
    position: relative;
    z-index: 3;
}

.tran_plate1_left_desc {
    width: 114%;
    padding: 50px;
    background: rgb(0, 112, 192);
    margin-right: -14%;
}
.netcont {
    color: rgb(255, 255, 255);
    padding: 50px;
    background: rgba(255, 255, 255,.05);
}

.tran_plate1_left_desc p {
    font-size: 16px;
    line-height: 28px;
    margin-top:29px;
}

.tran_plate1_right {
    width: 70%;
}
.tran_plate1_left_desc h4 {
    font-size:28px;
    line-height:40px;
    color:#fff;
}
.network {
    padding: 75px 0 58px;
    background: rgb(249, 249, 249);
}
.jou_plate1_list {
    display: flex;
    flex-wrap: wrap;
    margin: 51px -20px 0;
}

    .jou_plate1_list li {
        width: 50%;
        padding: 0 20px;
        margin-bottom: 40px;
    }

.jou_plate1_list_pack {
    padding: 50px 50px 40px;
    height: 100%;
    box-shadow: 0 0 20px rgba(0, 52, 129, 0.06);
    border-radius: 5px;
    border-bottom: 3px solid transparent;
    background: rgb(255, 255, 255);
}

.jou_plate1_list_icon {
    height: 48px;
}

    .jou_plate1_list_icon img {
        max-height: 100%;
        display: block;
    }

.jou_plate1_list_cont {
    margin-top: 27px;
}

    .jou_plate1_list_cont h4 {
        font-size: 20px;
        line-height: 29px;
        color: rgb(0, 0, 0);
        font-weight:bold;
    }

    .jou_plate1_list_cont p {
        font-size: 16px;
        line-height: 28px;
        color: rgb(98, 98, 98);
        margin-top: 19px;
    }
    .jou_plate1_list_cont strong {
        color: rgb(0, 0, 0);
    }

    .jou_plate1_list_pack:hover {
        border-bottom-color: rgb(186, 10, 32);
    }
.res_plate3 {
    padding: 95px 0 120px;
}

.res_plate3_pack {
    display: flex;
    align-items: center;
    margin-top:48px;
}

.res_plate3_title {
    text-align: left;
}
.network .public_title,
.jou_plate1_list_cont h4 {
    display: none;
}
.res_plate3_list {
    margin-top: 51px;
    display: none;
}

    .res_plate3_list li {
        margin-bottom: 30px;
        display: flex;
        align-items: flex-start;
    }

        .res_plate3_list li:last-child {
            margin: 0;
        }

.res_plate3_list_num {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 24px;
    color: rgb(0, 0, 0);
    width: 60px;
    height: 60px;
    background: url(../images/rbg2.png) no-repeat center/100% 100%;
}

.res_plate3_list_cont {
    width: calc(100% - 60px);
    padding-left: 20px;
}

    .res_plate3_list_cont h4 {
        font-size: 20px;
        line-height: 29px;
        color: rgb(0, 0, 0);
    }

    .res_plate3_list_cont p {
        font-size: 16px;
        line-height: 24px;
        color: rgb(106, 106, 106);
        margin-top: 9px;
    }

.res_plate3_left {
    width: 52%;
    padding-right: 8%;
}

.res_plate3_right {
    width: 48%;
}
.inter_title{
    text-align:left;
}

.y1400 {
    max-width:1400px;
    margin:0 auto;
    padding:0 10px;
}
.internet_plate3 {
    padding:115px 0 72px;
}
.home_plate1_list {
    margin: 48px -16px 0;
    display: flex;
}

    .home_plate1_list li {
        width: 33.333%;
        padding: 0 16px;
    }

    .home_plate1_list a {
        display: block;
        padding: 58px 60px;
        box-shadow: 0 0 30px rgb(241, 241, 241);
        height:100%;
        transition:all .5s;
    }

.home_plate1_list_cont {
    text-align: center;
}

    .home_plate1_list_cont h4 {
        font-size: 28px;
        line-height: 37px;
        font-weight: 700;
        margin-top: 40px;
        color: rgb(0, 0, 0);
    }

    .home_plate1_list_cont p {
        font-size: 16px;
        line-height: 24px;
        color: rgb(98, 98, 98);
        margin-top: 22px;
    }

    .home_plate1_list_cont span {
        display: block;
        font-size: 18px;
        line-height: 24px;
        margin-top: 35px;
        color: rgb(8, 131, 84);
    }


.home_plate1_list a:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 30px rgb(220, 220, 220);
}
    .home_plate1_list a:hover h4 {
        color:rgb(186, 10, 32);
    }

    .home_plate1_list_img {
        width: 110px;
        height: 110px;
        border-radius: 50%;
        background: rgba(186, 10, 32,.1);
        display: flex;
        justify-content: center;
        align-items: center;
    }

.home_plate1_list_img {
    margin: 0 auto;
}

    .home_plate1_list_img img {
        max-width: 50%;
        display: block;
    }
.app_plate1_list li {
    margin-bottom: 78px;
}

.mess_tk {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 300;
    display: none;
}

.mess_tkcont {
    position: absolute;
    border-radius: 20px;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 20px;
    display: flex;
    align-items: center;
}

.mess_code {
    width: 120px;
    padding: 0 20px 0 0;
}

.mess_code_text {
    padding: 0 0 0 20px;
    border-left: 1px solid #999;
}

.mess_code_form input {
    width: 250px;
    font-size: 16px;
    padding: 0 10px;
    line-height: 42px;
    border: 1px solid #999;
    border-radius: 5px;
    margin-bottom: 10px;
    display: block;
}

.submit {
    width: 100px;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    background: rgb(0, 112, 192);
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.mess_cha {
    font-size: 50px;
    line-height: 60px;
    position: absolute;
    top: -50px;
    right: 0;
    color: #fff;
    transform: rotate(45deg);
    font-weight: 300;
    cursor: pointer;
}  

.app_plate1_list_pack {
    display: flex;
    align-items: center;
}

    .app_plate1_list_pack > div {
        width: 50%;
    }

.app_plate1_list_cont {
    position: relative;
}

.app_plate1_list_text {
    width: 118%;
    margin-left: -18%;
    padding: 18%;
    font-size: 16px;
    line-height: 28px;
    background: #fff;
    color: rgb(98, 98, 98);
    box-shadow: 0 3px 15px rgba(142, 142, 142, 0.15);
}

.app_plate1_list li:nth-child(2) .app_plate1_list_pack {
    flex-direction: row-reverse;
}

.app_plate1_list li:nth-child(2) .app_plate1_list_text {
    margin-left: 0;
}
.internet_plate4{
    padding-top:120px;
}
.app_plate1_list_text h4 {
    font-size: 32px;
    line-height: 42px;
    color: rgb(0, 0, 0);
}
.app_plate1_list_text p{
    margin-top:29px;
}
.mess_code p {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin-top: 10px;
    text-align: center;
}
.mess_code_text h4 {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #000;
    margin-bottom: 10px;
}
.zero_banner h3,
.zero_banner p{
    color: rgb(0, 112, 192);
}
.zero_banner span {
    width:150px;
    display:block;
    line-height:50px;
    text-align:center;
    font-size:18px;
    border-radius:30px;
    color:#fff;
    background:rgb(0, 112, 192);
    margin:50px auto 0;
    cursor:pointer;
}
.zero_plate1 {
    padding: 100px 0 120px;
}
.zero_plate1_pack{
    display:flex;
    align-items:center;
}
.zero_plate1_left {
    width:52%;
    padding-right:7%;
}
.zero_plate1_right{
    width:48%;
}
.zero_plate1_left h4 {
    font-size: 40px;
    line-height: 53px;
    color: rgb(0, 0, 0);
}
.zero_plate1_left p {
    font-size: 16px;
    line-height: 24px;
    color: rgb(51, 51, 51);
    margin-top:28px;
}
.about_plate2 {
    padding: 85px 0 82px;
    background: rgb(248, 249, 251);
}

.about-wmdys {
    margin-top: 40px;
    position: relative;
}

    .about-wmdys .wmdys-pic {
        width: 360px;
        height: 360px;
        padding: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        background: #F9FAFB;
        border-radius: 50%;
    }

    .about-wmdys ul {
        display: flex;
        /*align-content: space-between;*/
        justify-content: space-between;
        flex-wrap: wrap;
        /*height: 530px;*/
    }

        .about-wmdys ul li {
            width: 43%;
            background: #fff;
            box-shadow: 0px 5px 30px 0px rgba(232, 235, 245, 0.6);
            border-radius: 20px;
            padding: 40px 118px 50px 60px;
            display: flex;
            margin-bottom: 30px;
        }

            .about-wmdys ul li .pic {
                width: 72px;
                height: 72px;
                background: rgba(186, 10, 32,.15);
                border-radius: 10px;
                display: flex;
                align-items: center;
                justify-content: center;
            }

                .about-wmdys ul li .pic img {
                    max-width: 50%;
                }

            .about-wmdys ul li .tet {
                width: calc(100% - 72px);
                padding-left: 30px;
            }

                .about-wmdys ul li .tet h3 {
                    font-size: 24px;
                    color: #000;
                    font-weight: bold;
                }

                .about-wmdys ul li .tet p {
                    font-size: 16px;
                    color: #666;
                    margin-top: 20px;
                }

            .about-wmdys ul li:nth-child(2n) {
                padding: 40px 60px 50px 118px;
            }

@media (max-width: 1000px) {
    .about-wmdys {
        margin-top: 20px;
        position: relative;
    }

        .about-wmdys .wmdys-pic {
            display: none;
        }

        .about-wmdys ul {
            height: auto;
        }

            .about-wmdys ul li {
                width: 100%;
                padding: 20px;
                margin-top: 10px;
            }

                .about-wmdys ul li .pic {
                    width: 60px;
                    height: 60px;
                }

                .about-wmdys ul li .tet {
                    width: calc(100% - 60px);
                    padding-left: 20px;
                }

                    .about-wmdys ul li .tet h3 {
                        font-size: 16px;
                    }

                    .about-wmdys ul li .tet p {
                        font-size: 14px;
                        margin-top: 10px;
                    }

                .about-wmdys ul li:nth-child(2n) {
                    padding: 20px;
                }
}
.zero_plate3 {
    padding: 95px 0 69px;
}
.zero_plate3_list {
    margin: 58px -13px 0;
    display: flex;
    flex-wrap: wrap;
}
    .zero_plate3_list li {
        width: 25%;
        padding: 0 13px;
        margin-bottom: 26px;
    }
.zero_plate3_list_cont {
    margin: 27px 0 0;
}
    .zero_plate3_list_cont h4 {
        font-size: 24px;
        line-height: 32px;
        font-weight: bold;
        color: rgb(0, 0, 0);
    }
    .zero_plate3_list_cont p {
        font-size: 18px;
        line-height: 28px;
        color: rgb(98, 98, 98);
        margin-top: 19px;
    }
.zero_plate4{
    padding:95px 0;
   background:url(../images/zbg.jpeg) no-repeat center/cover;
}
.rp_plate3_list {
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    margin: 52px -13px 0;
}

    .rp_plate3_list li {
        width: 25%;
        padding: 0 13px;
        margin-bottom: 30px;
    }

.rp_plate3_list_pack {
    box-shadow: 5px 5px 20px rgba(180, 184, 206, 0.14);
    background: #fff;
    position: relative;
    border-radius: 20px;
    padding: 67px 30px;
    height: 100%;
}

    .rp_plate3_list_pack span {
        width: 59px;
        height: 57px;
        background: url(../images/nbg.png) no-repeat center/100% 100%;
        text-align: center;
        line-height: 57px;
        font-size: 24px;
        color: #fff;
        position: absolute;
        left: 0;
        top: 0;
    }

    .rp_plate3_list_pack h4 {
        font-size: 24px;
        line-height: 32px;
        font-weight: bold;
        color: rgb(43, 45, 49);
    }

        .rp_plate3_list_pack h4::after {
            content: '';
            width: 32px;
            height: 2px;
            background: rgb(0, 112, 192);
            margin-top: 19px;
            display: block;
        }

    .rp_plate3_list_pack p {
        font-size: 16px;
        line-height: 24px;
        color: rgb(97, 98, 99);
        margin-top: 15px;
    }
.zero_plate5{
    padding:115px 0;
}
.zero_plate5_list{
    margin:48px -15px 0;
    display:flex;
    flex-wrap:wrap;
}
.zero_plate5_list li {
    width:33.333%;
    padding:0 15px;
    margin-bottom:30px;
}
.zero_plate5_list_pack {
    padding: 44px 30px 68px;
    background: rgb(248, 249, 251);
    height:100%;
}
.zero_plate5_list_img {
    height:72px;
}
.zero_plate5_list_img img {
    max-height:100%;
    display:block;
    margin:0 auto;
}
.zero_plate5_list_cont {
    margin-top:29px;
    text-align:center;
}
.zero_plate5_list_cont h4 {
    font-size:22px;
    line-height:32px;
    font-weight:bold;
    color:#000;

}
    .zero_plate5_list_cont h4::after {
        content: "";
        width: 28px;
        height: 2px;
        background: rgb(0, 112, 192);
        display:block;
        margin:25px auto 0;
    }
    .zero_plate5_list_cont p {
        margin-top: 25px;
        font-size: 16px;
        line-height: 24px;
        color: rgb(102, 102, 102);
    }
.zero_plate5_list_pack:hover {
    background: rgb(186, 10, 32);
}
    .zero_plate5_list_pack:hover h4,
    .zero_plate5_list_pack:hover  p{
        color: #fff;
    }
.zero_plate5_list_pack:hover h4::after {
    background:#fff;
}
.zero_plate5_list_pack:hover img {
    filter:grayscale(100%) contrast(5) invert(100%);
}
.footer_pack {
    display: flex;
    align-items: flex-start;
    padding: 44px 0;
}

.footer_pack_phone {
    width: 30%;
    border-right: 1px solid rgb(223, 225, 230);
}

    .footer_pack_phone li {
        margin-bottom: 31px;
        display: flex;
        align-items: center;
    }

.footer_phone_icon {
    width: 44px;
}

.footer_phone_cont {
    width: calc(100% - 44px);
    padding-left: 15px;
    font-size: 16px;
    line-height: 24px;
}

    .footer_phone_cont h4 {
        color: rgb(149, 149, 149);
    }

    .footer_phone_cont p {
        color: rgb(0, 0, 0);
    }

.footer_pack_right {
    width: 70%;
    padding-left: 5%;
}

.footer_pack_list {
    display: flex;
    justify-content: space-between;
}

    .footer_pack_list li {
        max-width: 27%;
    }

    .footer_pack_list h4 {
        font-size: 20px;
        line-height: 29px;
        color: rgb(0, 0, 0);
        margin-bottom: 10px;
        font-weight:bold;
    }

    .footer_pack_list a {
        display: block;
        font-size: 16px;
        line-height: 24px;
        margin:10px 0;
        color: rgb(102, 102, 102);
    }

.footer_code {
    max-width: 148px;
    margin-top: 10px;
}

.footer_pack_list li:last-child h4 {
    text-align: center;
}

.copyright {
    display: flex;
    justify-content: center;
    font-size: 16px;
    line-height: 24px;
    color: rgb(149, 149, 149);
    border-top: 1px solid rgb(223, 225, 230);
    padding: 19px 0 0;
}

    .copyright a {
        color: rgb(149, 149, 149);
    }
.UList-box {
    display:none;
}
footer {
    background: rgb(249, 249, 249);
    padding:20px 0 40px;
}
.flogo {
    border-bottom: 1px solid rgb(223, 225, 230);
    padding:40px 0;
    height:111px;
}
.flogo a {
    display:block;
    height:100%;
}
.flogo img {
    max-height:100%;
    display:block;
}
.lz-banner {
    margin-top:0;
    position:relative;
}
.lz-banner a {
    display:block;
    position:relative;
}
.hb_cont{
    width:95%;
    max-width:1200px;
    position:absolute;
    top:40%;
    left:50%;
    transform:translate(-50%,-50%);
    text-align:left;
}
    .hb_cont h3 {
        font-size: 60px;
        line-height: 87px;
        color: rgb(0, 0, 0);
    }
    .hb_cont p {
        font-size: 20px;
        line-height: 30px;
        margin-top: 12px;
        color: rgb(51, 51, 51);
    }
    .hb_cont span {
        width: 130px;
        border: 1px solid rgb(0, 0, 0);
        border-radius: 30px;
        text-align: center;
        font-size: 16px;
        line-height: 44px;
        margin-top: 29px;
        display: block;
        color: rgb(0, 0, 0);
    }
.hbanner_list {
    position:absolute;
    width:100%;
    display:flex;
    justify-content:space-between;
    bottom:50px;
    left:50%;
    transform:translateX(-50%);
    z-index:201;
}
.hbanner_list li {
    width:31%;
}
.hbanner_list_pack {
    border-radius: 5px;
    background: rgb(255, 255, 255);
    padding:17px 30px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    cursor:pointer;
    height:100%;
}
.hbanner_list_cont{
    width:calc(100% - 70px);
    text-align:left;
}
    .hbanner_list_cont h4 {
        font-size: 18px;
        font-weight: bold;
        line-height: 26px;
        color: rgb(0, 0, 0);
    }
    .hbanner_list_cont p {
        font-size: 14px;
        line-height: 20px;
        color: rgb(102, 102, 102);
        margin-top:4px;
    }
.hbanner_list_icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid rgb(51, 51, 51);
    display:flex;
    align-items:center;
    justify-content:center;
}
.hbanner_list_icon img {
    max-width:50%;
    display:block;
    min-height:auto;
}
.home_plate {
    padding: 120px 0 0;
}
.home_plate_list li {
    margin-bottom: 80px;
}
    .home_plate_list li:last-child {
        margin-bottom: 0;
    }
.home_plate_list_pack {
    display:flex;
    align-items:center;
}
.home_plate_list_cont {
    width:47%;
    padding:10px 6% 10px 4.5%;
}
    .home_plate_list_cont h4 {
        font-size: 28px;
        line-height: 40px;
        color: rgb(0, 0, 0);
    }
    .home_plate_list_cont p {
        font-size: 16px;
        line-height: 24px;
        color: rgb(102, 102, 102);
        margin-top:22px;
    }
        .home_plate_list_cont p span {
            text-decoration: underline;
            color: rgb(0, 0, 0);
            display:block;
            margin-top:10px;
        }
        .home_plate_list_cont a {
            display: block;
            width: 150px;
            line-height: 46px;
            border-radius: 30px;
            background: rgb(186, 10, 32);
            text-align: center;
            font-size: 16px;
            margin-top: 48px;
            color: #fff;
        }
.home_plate_list_img {
    width:53%;
}
.home_plate_list li:nth-child(2) .home_plate_list_pack {
    flex-direction: row-reverse;
}
.home_plate_list li:nth-child(2) .home_plate_list_cont {
    padding: 10px 4.5% 10px 6%;
}
.home_news{
    padding:115px 0;
}
.index-newsBox {
    margin-top:52px;
}
    .index-newsBox .news-list-item a {
        display: flex;
        align-items: center;
        padding: 37px 0;
        background: rgb(248, 249, 252);
    }
    .index-newsBox .news-list-item li {
        margin-bottom:16px;
    }
    .index-newsBox .news-list-item li:last-child {
        margin-bottom:0;
    }
    .index-newsBox .news-list-item a:hover {
        background: rgb(248, 249, 252);
    }
    .index-newsBox .news-list-item a:hover h3 {
        color:rgb(186, 10, 32);
    }
.news-flex-item .news-flex-list:hover .text {
    background: rgb(248, 249, 252);
}
.news-flex-item .news-flex-list:hover .text h3 {
    color:rgb(186, 10, 32);
}
.home_cooper {
    padding: 115px 0;
    background: rgb(248, 249, 252) url(../images/hm.png) no-repeat center/cover;
}
.str_wrap {
    overflow: hidden;
    /* zoom:1; */
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.str_move {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
}

.str_move_clone {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 100%;
    top: 0;
}

.str_vertical .str_move_clone {
    left: 0;
    top: 100%;
}

.str_down .str_move_clone {
    left: 0;
    bottom: 100%;
}

.str_vertical .str_move,
.str_down .str_move {
    white-space: normal;
    width: 100%;
}

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
    cursor: inherit;
}

.str_wrap img {
    max-width: none !important;
}

.bx-siteM103-title {
    text-align: center;
}

    .bx-siteM103-title h3 {
        font-size: 36px;
        line-height: 36px;
        color: #333;
    }

    .bx-siteM103-title p {
        color: #666666;
        font-size: 18px;
        line-height: 18px;
        margin-top: 20px;
    }

.bx-siteM103-item {
    width: 100%;
    position: relative;
    margin: 0 auto;
}

    

    .bx-siteM103-item ul {
        white-space: nowrap;
        margin-top: 0;
    }

        .bx-siteM103-item ul li {
            display: inline-block;
            width: 220px;
            height: 100px;
            float: none;
            margin: 10px 12px;
        }

            .bx-siteM103-item ul li .bx-siteM103-list {
                display: block;
                width: 100%;
                height: 100%;
                background-color: #fff !important;
                overflow: hidden;
                position: relative;
                box-shadow: 0 3px 10px rgba(0,0,0,.1);
            }

                .bx-siteM103-item ul li .bx-siteM103-list img {
                    max-width: 100%;
                    max-height: 100%;
                    width: auto;
                }

                .bx-siteM103-item ul li .bx-siteM103-list .img {
                    width: 100%;
                    height: 100%;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    border: 1px solid #E9E9E9;
                }

.bx-siteM103 {
    margin-top:30px;
}
.NewsDetail001-title {
    text-align: center;
}
.bk1 p{
    font-size:16px;
    line-height:24px;
    color:#666;
}
@media screen and (max-width: 1600px) {
    .bx-siteM103-item ul li {
        width: 200px;
        height: 90px;
    }

    .bx-siteM103-itemBox {
        margin-top: 25px;
    }

    .y1400 {
        max-width:1220px;
    }
    .w_nav > li{
        padding:0 20px;
    }
    .hbanner_list {
        bottom:30px;
    }
    .hb_cont h3,
    .banner_cont h3 {
        font-size: 45px;
        line-height: 60px;
    }
    .index-newsBox .news-list-item a {
        padding:25px 0;
    }
    .public_title h3,
    .zero_plate1_left h4,
    .app_plate1_list_text h4,
    .bk1 h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .home_plate_list_cont h4,
    .home_plate1_list_cont h4,
    .tran_plate1_left_desc h4 {
        font-size: 24px;
        line-height: 34px;
    }
    .about-wmdys .wmdys-pic{
        width:300px;
        height:300px;
    }
    .about-wmdys ul li:nth-child(2n) {
        padding:30px 40px 30px 70px;
    }
    .about-wmdys ul li{
        padding:30px 70px  30px  40px;
    }
        .about-wmdys ul li .tet h3,
        .zero_plate3_list_cont h4,
        .rp_plate3_list_pack h4,
        .zero_plate5_list_cont h4,
        .news_plate1_class_text h4 {
            font-size: 20px;
            line-height: 30px;
        }
    .news_plate1_class_text p{
        margin-top:15px;
    }
    .about-wmdys ul li .pic {
        width: 60px;
        height: 60px;
    }
    .zero_plate3_list_cont p{
        font-size:16px;
        line-height:24px;
    }
    .zero_plate3_list_cont{
        margin-top:20px;
    }
    .zero_plate5_list_img {
        height:50px;
    }
    .zero_plate5_list_cont h4::after{
        margin-top:20px;
    }
    .home_plate1_list_img {
        width:80px;
        height:80px;
    }
    .app_plate1_list_text{
        padding:15% 18%;
    }
    .tran_plate1_left_desc,
    .netcont {
        padding: 30px;
    }
    .news_plate1_class_titme h3{
        font-size:50px;
        line-height:60px;
    }
    .news_plate1_class_list li{
        padding:30px 0;
    }
    .NewsDetail001-title h3{
        font-size:30px;
        line-height:40px;
    }
    .about_plate3_list_pack .about_plate3_text{
        font-size:16px;
        line-height:45px;
    }
}

@media screen and (max-width: 1000px) {
    .bx-siteM103-item ul li {
        width: 120px;
        height: 60px;
        margin: 8px;
    }

    .bx-siteM103-itemBox {
        margin-top: 10px;
    }

    .bx-siteM103-item {
        margin-top: 20px;
    }

    .bx-siteM103-title h3 {
        font-size: 22px;
    }

    .bx-siteM103-title p {
        font-size: 14px;
        margin-top: 10px;
    }
    .iconfont {
        width: 40px;
        height: 40px;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
    }

        .iconfont i {
            width: 100%;
            height: 100%;
            position: absolute;
        }

        .iconfont .cha {
            background: url(../images/cha.png) no-repeat center/100% 100%;
            display: none;
        }

        .iconfont .nav {
            background: url(../images/nav.png) no-repeat center/100% 100%;
        }

    .logo {
        height: 60px;
        padding: 20px 0;
    }

    .navlist {
        position: absolute;
        width: 100%;
        top: 100%;
        left: 0;
        background: #fff;
        padding: 10px;
        border-top: 1px solid #f1f1f1;
        display: none;
        z-index: 101;
    }

    .w_nav {
        display: block;
    }

        .w_nav > li {
            padding: 0 10px;
        }

    .w_nav > li > a {
        line-height: 32px;
    }
    .header_phone {
        display:none;
    }
    .er_nav {
        position: static;
        border: none;
    }

        .er_nav > li a {
            padding: 0 10px;
            text-align: left;
        }
    .hb_cont h3, .banner_cont h3 {
        font-size:25px;
        line-height:35px;
    }
    .banner_cont p{
        font-size:16px;
        line-height:24px;
        margin-top:5px;
    }
    .about_plate1{
        padding:30px 0 0;
    }
    .public_title h3, .zero_plate1_left h4, .app_plate1_list_text h4,
    .bk1 h3 {
        font-size: 25px;
        line-height: 35px;
    }
    .about_plate1_cont{
        margin-top:20px;
    }
    .about_plate2 {
        padding:30px 0;
    }
    .about_plate2_cont{
        margin-top:30px;
        padding:30px 10px;
    }
    .about_plate2_list{
        width:100%;
    }
        .about_plate2_list li{
            width:48%;
            margin-bottom:15px;
        }
    .about_plate2_pack{
        padding:20px 10px;
    }
    .about_plate2_icon{
        height:45px;
    }
    .about_plate2_pack h4{
        font-size:20px;
        line-height:30px;
    }
    .about_plate3{
        padding:30px 0 0;
    }
    .public_title p {
        font-size:16px;
        line-height:24px;
    }
    .about_plate3_list{
        margin:30px 0 0;
    }
        .about_plate3_list li {
            width:100%;
            padding:0;
            margin-bottom:15px;
        }
    .about_plate4{
        padding-top:30px;
    }
    .about_plate5{
        padding:30px 0;
    }
    .about_plate5_list li {
        width:100%;
        margin-bottom:15px;
        padding:0;
    }
    .about_plate5_list {
        margin:30px 0 0;
    }
    footer{
        padding:20px 0 10px;
    }
    .flogo {
        height:60px;
        padding:20px 0;
    }
    .footer_pack_right{
        display:none;
    }
    .footer_pack_phone{
        width:100%;
        border:none;
    }
    .footer_pack{
        padding:20px 0;
    }
    .footer_pack_phone li{
        margin-bottom:15px;
    }
    .copyright{
        padding-top:10px;
    }
    .w_nav > li > a{
        border-bottom:none;
    }
    .news{
        padding:30px 0;
    }
    .news_plate1_class_list li a {
        display: block;
    }

    .news_plate1_class_cont {
        width: 100%;
        padding: 20px 0;
    }

    .news_plate1_class_img {
        width: 100%;
    }

    .news_plate1_class_text {
        padding: 0 10px;
    }

    .news_plate1_class_titme h3 {
        font-size: 25px;
        line-height: 35px;
    }

    .news_plate1_class_titme p {
        font-size: 16px;
        line-height: 24px;
    }

    .news_plate1_class_text h4 {
        font-size: 18px;
        line-height: 26px;
    }

    .news_plate1_class_text p {
        margin-top: 10px;
    }
    .news_cont{
        margin-top:0;
    }
    .news_plate1_class_list {
        margin:0;
    }
    .NewsDetail001{
        margin-top:20px;
    }
    .NewsDetail001-title h3{
         font-size:20px;
         line-height:30px;
    }
    .tran_plate1{
        padding:30px 0;
    }
    .tran_plate1_pack,
    .res_plate3_pack,
    .app_plate1_list_pack {
        display: block;
    }
        .tran_plate1_left,
        .res_plate3_left,
        .app_plate1_list_pack > div,
        .app_plate1_list_text {
            width: 100%;
        }
            .app_plate1_list_text{
                margin:0;
                padding:20px 10px;
            }
            .tran_plate1_left_desc {
                width: 100%;
            }
    .tran_plate1_left_desc,
    .res_plate3_left,
    .zero_plate1_left {
        padding: 0;
    }
        .home_plate_list_cont h4, .home_plate1_list_cont h4, .tran_plate1_left_desc h4{
            font-size:20px;
            line-height:30px;
        }
        .tran_plate1_left_desc p{
            margin-top:15px;
        }
    .tran_plate1_right,
    .res_plate3_right,
    .zero_plate1_left {
        width: 100%;
    }
    .network,
    .res_plate3 {
        padding: 30px 0;
    }
    .jou_plate1_list,
    .res_plate3_pack {
        margin: 30px 0 0;
    }
    .jou_plate1_list li {
        width:100%;
        padding:0;
        margin-bottom:15px;
    }
    .jou_plate1_list_pack{
        padding:30px 15px;
    }
    .jou_plate1_list_icon {
        height:40px;
    }
    .res_plate3_right{
        margin-top:20px;
    }
    .internet_plate3{
        padding:30px 0;
    }
    .home_plate1_list{
        margin:30px 0 0;
        flex-wrap:wrap;
    }
        .home_plate1_list li{
            width:100%;
            padding:0;
            margin-bottom:20px;
        }
        .home_plate1_list a{
            padding:30px 10px;
        }
    .home_plate1_list_img{
        width:60px;
        height:60px;
    }
    .home_plate1_list_cont h4,
    .app_plate1_list_text p {
        margin-top: 20px;
    }
    .internet_plate4{
        padding:30px 0 0;
    }
    .app_plate1_list li{
        margin-bottom:20px;
    }
    .banner_cont{
        padding:0;
    }
    .zero_plate1{
        padding:30px 0;
    }
    .zero_plate1_pack{
        display:block;
    }
    .zero_plate1_left p{
        margin-top:15px;
    }
    .zero_plate1_right {
        width:100%;
        margin-top:20px;
    }
    .about-wmdys ul li,
    .about-wmdys ul li:nth-child(2n) {
        padding: 20px 10px;
        margin-bottom:15px;
    }
        .about-wmdys ul li .pic{
            width:50px;
            height:50px;
        }
        .about-wmdys ul li .tet{
            width:calc(100% - 50px);
        }
            .about-wmdys ul li .tet h3, .zero_plate3_list_cont h4, .rp_plate3_list_pack h4, .zero_plate5_list_cont h4, .news_plate1_class_text h4{
                font-size:18px;
                line-height:26px;
            }
    .zero_plate3 {
        padding:30px 0;
    }
    .zero_plate3_list{
        margin:30px -5px 0;
        flex-wrap:wrap;
    }
        .zero_plate3_list li {
            width:50%;
            padding:0 5px;
            margin-bottom:10px;
        }
    .zero_plate4{
        padding:30px 0;
    }
    .rp_plate3_list{
        margin:30px 0 0;
    }
    .rp_plate3_list li {
         width:100%;
         padding:0;
    }
    .zero_plate5{
        padding:30px 0;
    }
    .zero_plate5_list{
        margin:30px -5px 0;
    }
        .zero_plate5_list li {
            width:100%;
            padding:0 5px;
            margin-bottom:15px;
        }
    .zero_plate5_list_pack{
        padding:30px 15px;
    }
    .zero_plate5_list_img{
        height:40px;
    }
    .hbanner_list {
        display:none;
    }
    .lz-banner .swiper-slide img{
        height:200px;
    }
    .hb_cont p{
        font-size:16px;
        line-height:24px;
    }
    .hb_cont span{
        width:120px;
        line-height:35px;
        margin-top:20px;
    }
    .hb_cont{
        top:50%;
    }
    .home_plate{
        padding:30px 0 0;
    }
    .home_plate_list li {
        margin-bottom:30px;
    }
    .home_plate_list_pack {
        display:block;
    }
    .home_plate_list_cont,
    .home_plate_list li:nth-child(2) .home_plate_list_cont {
        width: 100%;
        padding: 0 10px 20px;
    }
        .home_plate_list_cont a{
            margin-top:30px;
            width:130px;
            line-height:40px;
        }
    .home_plate_list_img{
        width:100%;
    }
    .home_news,
    .home_cooper {
        padding: 30px 0;
    }
    .mess_tkcont {
        display: block;
    }

    .mess_code {
        margin: 0 auto;
        padding: 0;
    }

    .mess_code_text {
        padding: 20px 0 0;
        border-left: 0;
    }
    .zero_banner span{
        width:130px;
        line-height:40px;
        margin-top:20px;
    }
}
                