* {
    margin:0;
    padding:0;
    list-style:none;
    text-decoration: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 {
    border-bottom:1px solid #fff;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    z-index:200;
}
.nei-banner{
    position:relative;
}
.banner_title {
    width:1400px;
    position:absolute;
    top:60%;
    left:50%;
    transform:translate(-50%,-50%);
}
.banner_pack {
    display:flex;
    align-items:center;
}
.banner_pack img {
    width:80px;
    display:block;
}
.banner_pack .banner_cont {
    width:calc(100% - 80px);
    padding-left:36px;
}
.banner_cont h3 {
    font-size:44px;
    line-height:64px;
    color:#fff;
}
.banner_cont p {
    font-size:22px;
    line-height:32px;
    margin-top:7px;
    color:#fff;
    text-transform:capitalize;
}
.header_pack {
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.logo {
    height:100px;
    padding:17px 0;
}
.logo a {
    height:100%;
    display:block;
}
.logo img {
    max-height:100%;
    display:block;
}
.w_nav {
    display:flex;
}
.w_nav>li {
    padding:0 35px;
}
.w_nav>li>a {
    display:block;
    font-size:20px;
    line-height:29px;
    color:#fff;
    position:relative;
}
    .w_nav > .active > a::after {
        content:"";
        width:80%;
        height:3px;
        border-radius:3px;
        background:#fff;
        position:absolute;
        left:50%;
        transform:translateX(-50%);
        bottom:-25%;
    }
    .public {
        padding: 83px 0 116px;
    }
.contact_pack{
    display:flex;
    justify-content:space-between;
}
.contact_cont{
    width:calc(100% - 150px);
}
.contact_cont p {
    display:flex;
    align-items:flex-start;
    margin-bottom:33px;
}
.contact_cont img {
    max-width:20px;
    display:block;
    margin-top:7px;
}
    .contact_cont span {
        width: calc(100% - 20px);
        padding-left: 18px;
        font-size: 20px;
        line-height: 29px;
        color: rgb(37, 37, 37);
    }
.contact_code {
    width:114px;
}
.contact_code img {
    width:100%;
    display:block;
}
    .contact_code p {
        font-size: 16px;
        line-height: 23px;
        margin-top:16px;
        color: rgb(37, 37, 37);
        text-align:center;
    }
.map{
    margin-top:65px;
}
.map * {
    width:100%;
    height:619px !important;
}

.footers004 {
    background: rgb(22, 104, 162);
}

.footers004-item {
    padding-top: 30px;
    padding-bottom: 40px;
    display: flex;
    justify-content: space-between;
}

.footers004-item-left {
}

    .footers004-item-left .footer-logo {
        display: block;
    }

        .footers004-item-left .footer-logo img {
            max-height: 100px;
        }

.footers004-item-right .footers004-footer-nav {
    text-align: right;
}

    .footers004-item-right .footers004-footer-nav ul li:nth-child(1) {
        margin-left: 0;
    }

    .footers004-item-right .footers004-footer-nav ul li {
        display: inline-block;
        vertical-align: top;
        margin-left: 70px;
    }

        .footers004-item-right .footers004-footer-nav ul li a {
            display: block;
            text-align: left;
            font-size: 14px;
            color: rgba(255, 255, 255,.5);
            margin-top: 10px;
        }

            .footers004-item-right .footers004-footer-nav ul li a.title {
                font-size: 16px;
                color: #FFFFFF;
                margin-bottom: 15px;
            }

            .footers004-item-right .footers004-footer-nav ul li a:hover {
                color: #fff;
            }




.footers004-item-left .left {
    margin-top: 85px;
}

    .footers004-item-left .left p {
        display: block;
        font-size: 14px;
        color: rgba(255, 255, 255, .8);
        line-height: 23px;
        padding-left: 40px;
        position: relative;
        margin: 20px 0;
    }

        .footers004-item-left .left p:nth-last-child(1) {
            margin-bottom: 0;
        }

        .footers004-item-left .left p i {
            position: absolute;
            left: 0;
            top: -3px;
            display: inline-block;
            width: 30px;
            height: 30px;
            background-color: rgb(25, 89, 134);
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 50%;
        }

            .footers004-item-left .left p i.bx-tongzhi1 {
                font-size: 12px;
            }

.footers004-xmt {
    text-align: right;
    margin-top: 50px;
}

    .footers004-xmt ul {
        display: inline-block;
    }

        .footers004-xmt ul li {
            display: inline-block;
            margin-left: 20px;
        }

            .footers004-xmt ul li .icon > img {
                height: 22px;
                opacity: 0.5;
                transition: all 0.5s;
            }

    .footers004-xmt > h3 {
        display: inline-block;
        font-size: 14px;
        color: #fff;
    }

    .footers004-xmt ul li a {
        display: block;
        position: relative;
    }

        .footers004-xmt ul li a .footers004-xmt-ewm {
            position: absolute;
            top: 0;
            left: 50%;
            padding-bottom: 15px;
            width: 120px;
            transform: translate(-50%,-120%);
            background-color: #fff;
            padding: 3px;
            display: none;
        }

            .footers004-xmt ul li a .footers004-xmt-ewm::before {
                content: "";
                display: block;
                width: 0;
                border-width: 10px;
                border-style: solid;
                border-color: #fff transparent transparent transparent;
                position: absolute;
                bottom: -20px;
                left: 50%;
                transform: translate(-50%,0);
            }

            .footers004-xmt ul li a .footers004-xmt-ewm img {
                width: 100%;
                height: auto;
            }

.footers004-bottom {
    border-top: 1px solid rgba(255, 255, 255, .1);
    text-align: center;
    padding: 10px;
    font-size: 14px;
    color: rgba(255, 255, 255, .4);
    background-color: rgb(20, 77, 118);
}

    .footers004-bottom a {
        font-size: 14px;
        color: rgba(255, 255, 255, .4);
    }

        .footers004-bottom a:hover {
            color: #fff;
        }
.support {
    padding:80px 0;
}
.support_cont{
    margin-bottom:60px;
}
    .support_cont h4 {
        font-size: 26px;
        line-height: 38px;
        font-weight: bold;
        color: rgb(22, 104, 162);
        border-bottom: 1px solid rgb(22, 104, 162);
        padding: 16px 0;
    }
    .support_cont > div {
        font-size: 20px;
        line-height: 36px;
        color: rgb(75, 90, 101);
        margin-top:30px;
    }
.bx-siteLr002-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

    .bx-siteLr002-list .img {
        width: 320px;
        overflow: hidden;
    }

        .bx-siteLr002-list .img img {
            width: 100%;
        }

    .bx-siteLr002-list .text {
        width: calc(100% - 320px);
        padding-left: 40px;
    }

        .bx-siteLr002-list .text h3 {
            font-size: 20px;
            color: #151515;
            margin-bottom: 15px;
            transition: all 0.3s;
        }

        .bx-siteLr002-list .text span {
            font-size: 14px;
            color: rgb(102, 102, 102);
            display: inline-block;
        }

        .bx-siteLr002-list .text p {
            font-size: 16px;
            color: #6A6A6A;
            margin-top: 20px;
        }

        .bx-siteLr002-list .text small {
            display: inline-block;
            width: 120px;
            line-height: 38px;
            border: 1px solid rgb(51, 51, 51);
            color: rgb(51, 51, 51);
            margin-top: 30px;
            font-size: 16px;
            text-align: center;
            transition: all 0.3s;
        }

    .bx-siteLr002-list:hover .text h3 {
        color: rgb(22, 104, 162);
    }
    .bx-siteLr002-list:hover .text small {
        border-color: rgb(22, 104, 162);
        color: rgb(22, 104, 162);
    }
.news{
    padding:80px 0 120px;
}
.bx-mb-nav {
    margin-top:0;
}
.NewsDetail001 {
    margin:60px 0 0;
}
.business li {
    margin-bottom: 65px;
}

    .business li:hover img {
        transform:scale(1.1);
    }

    .business li:last-child  {
        margin-bottom: 0;
    }

    .business li:nth-child(2n) .business_list_pack {
        flex-direction: row-reverse;
    }

.business_list_pack {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.business_list_img {
    width: 630px;
}

.business_list_cont {
    width: calc(100% - 630px);
    padding-left: 130px;
}

.business li:nth-child(2n) .business_list_cont {
    padding: 0 130px 0 0;
}

.business_list_cont h2 {
    font-size: 150px;
    line-height: 150px;
    color: rgba(197, 153, 59,.1);
    margin-bottom: -62px;
    font-weight: 500;
}

.business_list_cont h4 {
    font-size: 28px;
    line-height: 41px;
    color: rgb(37, 37, 37);
}

.business_list_cont p {
    font-size: 18px;
    line-height: 36px;
    margin-top: 26px;
    color: rgb(37, 37, 37);
}
.solve {
    padding:60px 0 80px;
}
.solve_classify {
    box-shadow: 0 0 20px rgba(104, 144, 192, 0.2);
    padding:0 5px;
}
.solve_classify_list {
    
    display:flex;
    flex-wrap:wrap;
}
    .solve_classify_list li a {
        display: block;
        font-size: 20px;
        line-height: 29px;
        padding: 30px 0;
        position: relative;
        white-space:nowrap;
    }
    .solve_classify_list li {
        margin: 0 30px;
    }
        .solve_classify_list li .active {
            color: rgb(22, 104, 162);
        }
        .solve_classify_list li .active::after {
            content: "";
            width: 100%;
            height: 5px;
            border-radius: 8px;
            background: rgb(22, 104, 162);
            position: absolute;
            bottom: 5px;
            left: 0;
        }
.slove_cont {
    margin:80px 0 0;
}
.solve_list {
    margin:0 -20px;
    display:flex;
    flex-wrap:wrap;
}
    .solve_list li {
        width:50%;
        padding:0 20px;
        margin-bottom:40px;
    }
        .solve_list li a {
            display:block;
        }
            .solve_list li a:hover h4 {
                color:rgb(22, 104, 162);
            }
            .solve_text h4 {
                font-size: 24px;
                line-height: 35px;
                text-align: center;
                margin-top: 20px;
                color: #333;
            }
.solve_text p,
.solve_text span{
    display: none;
}

.solve_list li:first-child {
    width:100%;
}
    .solve_list li:first-child a {
        position:relative;
    }
        .solve_list li:first-child a img {
            height:554px;
            object-fit:cover;
        }
        .solve_list li:first-child .solve_text {
            position: absolute;
            top: 50%;
            left: 60px;
            width: 672px;
            background: rgba(0,0,0,.3);
            backdrop-filter: blur(1px);
            padding: 50px;
            border: 2px solid #fff;
            transform: translateY(-50%);
        }
        .solve_list li:first-child .solve_text h4 {
            margin-top:0;
            text-align:left;
            padding-left:26px;
            position:relative;
                color:#fff;
        }
            .solve_list li:first-child .solve_text h4::before {
                content: "";
                width: 16px;
                height: 2px;
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                background:#fff;
                border-radius:3px;
            }
        .solve_list li:first-child .solve_text p {
            font-size: 18px;
            line-height: 32px;
            color: #fff;
            margin-top:30px;
            -webkit-line-clamp:3;
            display:block;
        }
        .solve_list li:first-child .solve_text span {
            font-size: 16px;
            line-height: 22px;
            display: block;
            margin-top: 94px;
            color: rgb(37, 37, 37);
        }
.about_plate1 {
    padding:70px 0;
    overflow:hidden;
}
.about_plate1_pack {
    display:flex;
    align-items:flex-start;
}
.about_plate1_cont {
    width:calc(100% - 680px);
    padding-right:84px;
}
.public_title  {
    display:flex;
    align-items:flex-end;
}
    .public_title h3 {
        font-size: 36px;
        line-height: 52px;
        color: rgb(51, 51, 51);
        font-weight:bold;
    }
    .public_title p {
        font-size: 20px;
        line-height: 29px;
        color: rgb(176, 184, 187);
        margin-left:13.6px;
    }
.about_plate1_desc {
    font-size: 20px;
    line-height: 34px;
    color: rgb(37, 37, 37);
    -webkit-line-clamp:7;
    margin-top:30px;
}
.about_plate1_list {
    display:flex;
    justify-content:space-between;
    margin-top:50px;
}
    .about_plate1_list li h2 {
        font-size: 48px;
        line-height: 70px;
        color: rgb(197, 153, 59);
        font-weight:bold;
    }
        .about_plate1_list li h2 span {
            color: rgb(197, 153, 59);
            font-size: 24px;
            line-height: 35px;
            color: rgb(197, 153, 59);
            font-weight:500;
        }
    .about_plate1_list li p {
        font-size: 18px;
        line-height: 26px;
        color: rgb(102, 102, 102);
        margin-top:19px;
    }
.about_plate1_cont>a {
    display:block;
    margin-top:75px;
    font-size:18px;
    line-height:26px;
    color:rgb(22, 104, 162);
}
.about_plate1_img {
    width:680px;
}
    .about_plate1_img img {
        
        max-width:160%;
        display:block;
        border-radius:30px 0 0 30px;
    }
.about_content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,.5);
    z-index: 222;
    display:none;
}
.about_content_pack {
    background:#fff;
    width:80%;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    padding:50px;
    
}
    .about_content_pack h4 {
        font-size:30px;
        line-height:40px;
        text-align:center;
        color:#666;
    }
.about_detail {
    font-size:16px;
    line-height:26px;
    color:#666;
    margin-top:30px;
    max-height:300px;
    overflow:auto;
    min-height:150px;
}
.about_content_pack>span {
    font-size:50px;
    line-height:60px;
    color:rgb(22, 104, 162);
    transform:rotate(45deg);
    position:absolute;
    right:20px;
    top:0px;
    font-weight:300;
    cursor:pointer;
}
.about_plate2 {
    padding:60px 0 65px;
    background:url(../image/abg.png) no-repeat center/cover;
    display:none;
}
.public_center{
    justify-content:center;
}
    .public_center h3 {
        color:#fff;
    }
    .about_plate2_img {
        margin-top: 60px;
    }
.about_plate3{
    padding:70px 0 128px;
}
.about_plate3_list{
    display:flex;
}
    .about_plate3_list li {
        width:25%;
    }
.about_plate3_pack {
    height: 100%;
    box-shadow: 0 8px 20px rgba(41, 113, 199, 0.2);
}
.about_plate3_cont {
    padding:0 30px;
    display:flex;
    align-items:center;
    justify-content:center;
    height:250px;
}
    .about_plate3_cont h4 {
        font-size: 22px;
        line-height: 32px;
        color: rgb(37, 37, 37);
        font-weight:bold;
    }
    .about_plate3_cont p {
        font-size: 18px;
        line-height: 26px;
        margin-top: 15px;
        color: rgb(37, 37, 37);
        max-height:calc(26px * 3);
        overflow:auto;
    }
    .about_plate3_title {
        justify-content: center;
    }
.about_plate3_list {
    margin-top:60px;
}
.about_plate3_img img {
    height:250px;
    object-fit:cover;
}
.about_plate3_text {
    width:100%;
}
.swiperbanner {
    overflow:hidden;
    position:relative;
}
    .swiperbanner a {
        display:block;
        position:relative;
    }
    .swiperbanner img {
        width:100%;
        display:block;
    }
.swiper_banner_cont {
    width:1400px;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
}
    .swiper_banner_cont h3 {
        font-size: 54px;
        line-height: 78px;
        color: rgb(255, 255, 255);
        font-weight:bold;
    }
    .swiper_banner_cont p {
        font-size:20px;
        line-height:32px;
        margin-top:24px;
        color:#fff;
    }
    .swiper_banner_cont span {
        font-size:16px;
        line-height:38px;
        border-radius:38px;
        width:158px;
        border:1px solid #fff;
        display:block;
        margin-top:140px;
        text-align:center;
        color:#fff;
    }
.swiper_banner_list {
    width:100%;
    position:absolute;
    bottom:0;
    left:0;
    backdrop-filter:blur(20px);
    background:rgba(255,255,255,.5);
    z-index:300;
}
.swiper_banner_l_pack {
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
}
.swiper_banner_list_pack {
    display: flex;
    align-items: flex-start;
}
    .swiper_banner_list_pack img {
        width:13px;
        display:block;
    }
    .swiper_banner_list_pack span {
        width: calc(100% - 13px);
        padding-left: 8px;
        font-size: 18px;
        line-height: 26px;
        color: rgb(255, 255, 255);
    }
.swiperbanner .swiper-pagination {
    width:auto;
    left:0%;
    bottom:-15%;
    display:flex;
    margin:0 ;
}
.swiperbanner .swiper-pagination-bullet {
    opacity: 1;
    background: rgba(255, 255, 255, 0.5);
    width: 42px;
    border-radius: 0;
    height: 4px;
    border: none ;
    margin:0 2px;
}
.swiperbanner .swiper-pagination-bullet-active {
    background:#fff;
}
.home_plate2 {
    padding:20px 0 0;
}
    .home_plate2 .public_title {
        justify-content:center;
    }
.home_plate2_list {
    margin-top: 60px;
    background: url(../image/sbg.png) no-repeat center/cover;
    display: flex;
    flex-wrap: wrap;
    
}
    .home_plate2_list li {
        width: 25%;
        background-color: rgba(0,0,0,.4);
    }
        .home_plate2_list li a {
            border:1px solid #fff;
            display:block;
            padding:23px 0;
        }
        .home_plate2_list li:hover a {
            background: rgba(197, 153, 59,.8);
        }
            .home_plate2_list_icon {
                width: 94px;
                margin: 0 auto;
            }
    .home_plate2_list_icon img {
        width:100%;
        display:block;
    }
.home_plate2_cont {
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    color: rgb(255, 255, 255);
    margin-top:20px;
}
.home_plate2_list li:nth-child(13),
.home_plate2_list li:last-child {
    width: 50%;
}
.bx-siteList011-item ul {
    overflow: hidden;
    width: 55%;
}
.nei-banner>img {
    width:100%;
    min-height:150px;
    object-fit:cover;
    display:block;
}
    .bx-siteList011-item ul li {
        width: calc(50% - 40px);
        float: left;
        margin-right: 40px;
        margin-top: 70px;
    }

        .bx-siteList011-item ul li .bx-siteList011-list {
            width: 100%;
            display: block;
        }

            .bx-siteList011-item ul li .bx-siteList011-list .img {
                height: 240px;
                width: 100%;
                position: relative;
                overflow: hidden;
            }

                .bx-siteList011-item ul li .bx-siteList011-list .img img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }

                .bx-siteList011-item ul li .bx-siteList011-list .img small {
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    line-height: 30px;
                    padding: 0 11px;
                    font-size: 14px;
                    color: #FEFEFE;
                    background-color: #96C41F;
                }

            .bx-siteList011-item ul li .bx-siteList011-list .text {
                padding-top: 20px;
            }

                .bx-siteList011-item ul li .bx-siteList011-list .text h3 {
                    font-size: 16px;
                    color: #070707;
                    font-weight: 400;
                }

                .bx-siteList011-item ul li .bx-siteList011-list .text p {
                    margin-top: 25px;
                    margin-bottom: 20px;
                    font-size: 14px;
                    color: #787878;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 3;
                    overflow: hidden;
                    line-height: 26px;
                    height: 75px;
                }

                .bx-siteList011-item ul li .bx-siteList011-list .text span {
                    width: 190px;
                    line-height: 60px;
                    text-align: center;
                    background-color: #126335;
                    font-size: 14px;
                    color: #FFFFFF;
                    display: block;
                    transition: all 0.5s;
                }

.bx-siteList011-item {
    position: relative;
    margin-top:60px;
}

.bx-siteList011-rm {
    position: absolute;
    left: 55%;
    top: 0;
    width: 63%;
}

    .bx-siteList011-rm .text {
        position: absolute;
        right: 0;
        bottom: 0;
        background-color: #fff;
        width: 55%;
    }

        .bx-siteList011-rm .text h3 {
            font-size: 24px;
            color: #96C41F;
            font-weight: 400;
        }

        .bx-siteList011-rm .text p {
            font-size: 14px;
            color: #787878;
            margin-top: 10px;
            width:60%;
        }

        .bx-siteList011-rm .text span {
            width: 100%;
            line-height: 60px;
            text-align: left;
            background-color: #126335;
            font-size: 14px;
            color: #FFFFFF;
            display: block;
            transition: all 0.5s;
            padding-left: 50px;
        }

        .bx-siteList011-rm .text .textBox {
            padding: 37px 50px;
        }

    .bx-siteList011-rm .img {
        overflow: hidden;
        height: 527px;
    }

        .bx-siteList011-rm .img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

.bx-siteList011 {
    width: 100%;
    overflow: hidden;
}
.home_plate3 {
    padding:120px 0;
}
    .home_plate3 .public_title {
        justify-content:center;
    }
.home_plate4 {
    padding:60px 0 80px;
    background:url(../image/cbg.png) no-repeat center/cover;
}
.home_plate4_cont {
    margin-top:60px;
}
.home_plate4_list {
    border-bottom:1px solid #fff;
    display:flex;
    justify-content:center;
}
    .home_plate4_list li {
        padding:0 40px;
    }
        .home_plate4_list li p {
            padding-bottom: 22px;
            font-size: 22px;
            line-height: 32px;
            position: relative;
            color: rgba(255, 255, 255,.7);
            cursor:pointer;
        }
            .home_plate4_list .active p::after {
                content:"";
                width:100%;
                height:3px;
                border-radius:3px;
                background:#fff;
                position:absolute;
                bottom:-1.5px;
                left:0;
            }
    .home_plate4_list .active p {
        color:#fff;
    }
.home_plate4_list_cont {
    margin-top:50px;
}
.home_plate4_list_cont_pack {
    background:#fff;
    border-radius:30px;
    padding:40px;
    display:flex;
    align-items:center;
    display:none;
}
.home_plate4_list_cont_left {
    width:calc(100% - 640px);
    padding-right:40px;
}
    .home_plate4_list_cont_left h4 {
        font-size: 28px;
        line-height: 41px;
        color: rgb(37, 37, 37);
    }
    .home_plate4_list_cont_left p {
        font-size: 18px;
        line-height: 34px;
        color: rgb(37, 37, 37);
        margin-top:40px;
        -webkit-line-clamp:5;
    }
.home_plate4_list_cont_list {
    margin-top:98px;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
    .home_plate4_list_cont_list li {
        width:48%;
        margin-bottom:30px;
    }
        .home_plate4_list_cont_list li p {
            font-size: 18px;
            line-height: 26px;
            color: rgb(22, 104, 162);
            margin-top:0;
            position:relative;
            padding-left:15px;
        }
            .home_plate4_list_cont_list li p:before {
                content:"";
                width:5px;
                height:5px;
                border-radius:50%;
                background:rgb(22, 104, 162);
                position:absolute;
                left:0;
                top:50%;
                transform:translateY(-50%);
            }
            .home_plate4_list_cont_left > a {
                display: block;
                width: 135px;
                text-align: center;
                line-height: 38px;
                border-radius: 30px;
                background: rgb(22, 104, 162);
                border: 1px solid rgb(22, 104, 162);
                color: #fff;
                font-size: 16px;
                margin-top: 30px;
            }
    .home_plate4_list_cont_left > a:hover {
        background:#fff;
        color:rgb(22, 104, 162);
    }
.home_plate4_list_cont_img {
    width:640px;
}
    .home_plate4_list_cont_img img {
        border-radius:15px;
    }

.home_plate1,
.home_plate3 {
    padding-top: 0;
}
#fp-nav ul li a span {
    background:#fff;
    opacity:1;
    transition:all 0;
}
    #fp-nav ul li a span.er {
        background:rgb(22, 104, 162);
    }
    #fp-nav ul li a.active span {
        background: url(../image/x.png) no-repeat center/100% 100% !important;
        width: 15px;
        height: 15px;
        left: -2px;
        top: 0;
    }
    #fp-nav ul li a.active span.acimg {
        background: url(../image/x2.png) no-repeat center/100% 100% !important;
    }
@media screen and (max-width: 1500px) {
    .bx-siteList011-item ul li {
        margin-right: 30px;
        margin-top: 35px;
    }

        .bx-siteList011-item ul li .bx-siteList011-list .img {
            height: 204px;
        }

    .bx-siteList011-rm {
        width: 56%;
        left: 54%;
    }

        .bx-siteList011-rm .img {
            height: 410px;
        }

        .bx-siteList011-rm .text p {
            width:90%;
        }

        .bx-siteList011-rm .text .textBox {
            padding: 37px;
        }

    .bx-siteList011-item ul li .bx-siteList011-list .text p {
        -webkit-line-clamp: 2;
        height: 50px;
        margin-top: 10px;
        margin-bottom: 14px;
    }

    .bx-siteList011-item ul li .bx-siteList011-list .text span {
        width: 170px;
        line-height: 45px;
    }
    .w_nav > li {
        padding:0 20px;
    }
    .w_nav > li>a {
        font-size:18px;
    }
    .swiper_banner_cont,
    .banner_title {
        width: 1200px;
    }
    .banner_cont h3 {
        font-size:34px;
        line-height:50px;
    }
    .swiper_banner_cont h3 {
        font-size:44px;
        line-height:60px;
    }
    .swiper_banner_cont>span {
        margin-top:50px;
    }
    .home_plate1 {
        padding-top:100px;
    }
    .about_plate1_img {
        width:580px;
    }
    .about_plate1_cont {
        width:calc(100% - 580px);
    }
}

@media screen and (max-width: 1000px) {
    .bx-siteList011-item ul {
        width: 100%;
    }

    .bx-siteList011-rm {
        width: 100%;
        position: relative;
        left: 0;
        top: 0;
        display: block;
    }

    .bx-siteList011-item ul li {
        width: 100%;
        margin-top: 15px;
        margin-right: 0;
    }

        .bx-siteList011-item ul li .bx-siteList011-list .text span {
            display: none;
        }

    .bx-siteList011-rm .text {
        width: 100%;
        right: auto;
        left: 0;
    }

        .bx-siteList011-rm .text .textBox {
            padding: 20px;
            padding: 10px;
            background-color: rgba(255,255,255,.5);
        }

        .bx-siteList011-rm .text h3 {
            font-size: 25px;
        }

        .bx-siteList011-rm .text span {
            display: none;
        }

    .bx-siteList011-rm .img {
        height: auto;
    }
}
@media(max-width:1500px) {
    .footers004-item-left .left p {
        margin: 15px 0;
    }

    .footers004-item-right .footers004-footer-nav ul li {
        margin-left: 45px;
    }
}

@media(max-width:1200px) {
    .footers004-item-right .footers004-footer-nav ul li {
        margin-left: 40px;
    }
}

@media(max-width:1000px) {
    .footers004-item {
        display: block;
    }

    .footers004-item-left {
        display: block;
    }

    .footers004-item-right .footers004-footer-nav {
        display: none;
    }

    .footers004-item-left .footer-logo img {
        max-height: 50px;
    }

    .footers004-item {
        padding: 30px 0;
    }

    .footers004-item-top .footers004-footer-nav, .footers004-xmt {
        display: none;
    }

    .footers004-item-botttom {
        display: block;
    }

        .footers004-item-botttom .left {
            width: 100%;
        }

    .footers004-item-left .left {
        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(../image/cha.png) no-repeat center/100% 100%;
            display: none;
        }

        .iconfont .nav {
            background: url(../image/nav.png) no-repeat center/100% 100%;
        }

    .logo {
        height: 60px;
        padding: 10px 0;
    }

    .navlist {
        position: absolute;
        width: 100%;
        top: 100%;
        left: 0;
        background: #000;
        padding: 10px;
        border-top: 1px solid #f1f1f1;
        display: none;
        z-index: 101;
    }

    .w_nav {
        display: block;
    }

    header {
        position: relative;
        background:rgba(0,0,0,1) !important;
    }

    .w_nav > li > a, .language_on span {
        line-height: 30px;
        text-align: center;
    }
    .container,
    .swiper_banner_cont, .banner_title {
        width: 100%;
    }
    .swiper_banner_cont, .banner_title {
        padding:0 10px;
    }
    .banner_title{
        top:50%;
    }
    .banner_pack img {
        width:60px;
    }
    .banner_pack .banner_cont {
        width:calc(100% - 60px);
        padding-left:15px;
    }
    .banner_cont h3 {
        font-size:20px;
        line-height:30px;
    }
    .banner_cont p {
        font-size:16px;
        line-height:26px;
        margin-top:0px;
    }
    .public {
        padding:30px 0;
    }
    .contact_pack {
        display:block;
    }
    .contact_cont {
        width:100%;
    }
        .contact_cont p {
            margin-bottom:15px;
        }
        .contact_cont span {
            font-size:16px;
            line-height:26px;
        }
        .contact_cont img {
            margin-top:5px;
        }
    .contact_code {
        margin:0 auto;
    }
    .map {
        margin-top:30px;
    }
        .map * {
            height:300px !important;
        }
    .support {
        padding:30px 0;
    }
    .support_cont {
        margin-bottom:30px;
    }
    .support_cont h4 {
        font-size: 18px;
        line-height: 28px;
        padding: 5px 0;
    }
    .support_cont > div{
        font-size:16px;
        line-height:26px;
    }
    .news,
    .solve {
        padding: 30px 0;
    }
    .bx-siteLr002-list,
    .business_list_pack {
        display: block;
    }
        .bx-siteLr002-list .img,
        .business_list_img {
            width: 100%;
        }
        .bx-siteLr002-list .text,
        .business_list_cont {
            width: 100%;
            padding: 20px 0 0;
        }
            .bx-siteLr002-list .text h3 {
                font-size:18px;
            }
    .NewsDetail001 {
        margin-top:30px;
    }
    .business_list_cont h2 {
        font-size:50px;
        line-height:60px;
        margin:0;
    }
    .business_list_cont h4 {
        font-size:18px;
        line-height:28px;
    }
    .business_list_cont p {
        font-size:16px;
        line-height:26px;
    }
    .business li {
        margin-bottom:30px;
    }
        .business li:nth-child(2n) .business_list_cont {
            padding:20px 0 0;
        }
    .solve_classify_list li a {
        padding:15px 0;
        font-size:18px;
        line-height:30px;
    }
    .solve_classify_list li {
        margin:0 10px;
    }
    .slove_cont {
        margin-top:30px;
    }
    .solve_list li:first-child a img{
        height:auto;
    }
    .solve_list li:first-child .solve_text {
        position:static;
        transform:none;
        width:100%;
        padding:20px 10px;
    }
    .solve_text h4,
    .about_plate3_cont h4,
    .home_plate2_cont {
        font-size: 18px;
        line-height: 28px;
    }
    .solve_list li:first-child .solve_text p {
        font-size:16px;
        line-height:26px;
        margin-top:15px;
    }
    .solve_list li:first-child .solve_text span {
        margin-top:30px;
    }
    .solve_list {
        margin:0;
    }
    .solve_list li {
        width: 100%;
        padding: 0;
        margin-bottom:20px;
    }
    .about_plate1 {
        padding:30px 0;
    }
    .about_plate1_pack{
        display:block;
    }
    .about_plate1_cont {
        width:100%;
        padding:0;
    }
    .public_title h3 {
        font-size:25px;
        line-height:35px;
    }
    .public_title p {
        font-size:16px;
        line-height:26px;
    }
    .about_plate1_desc,
    .about_plate1_list li p,
    .about_plate1_cont > a,
    .about_plate3_cont p,
    .swiper_banner_cont p {
        font-size: 16px;
        line-height: 26px;
        margin-top: 10px;
    }
    .about_plate1_list{
        margin-top:20px;
    }
        .about_plate1_list li h2{
            font-size:30px;
            line-height:40px;
        }
    .about_plate1_cont > a {
        margin-top:20px;
    }
    .about_plate1_img{
        width:100%;
        margin-top:20px;
    }
        .about_plate1_img img {
            max-width:100%;
            border-radius:10px;
        }
    .about_plate2,
    .about_plate3 {
        padding: 30px 0;
    }
    .about_plate3_list {
        margin-top:30px;
        flex-wrap:wrap;
    }
    .about_plate3_list li {
        width:50%;
    }
    .about_plate3_cont {
        padding:0 10px;
        height:150px;
    }
    .about_plate3_img img{
        height:150px;
    }
    .swiper_banner_list {
        position:static;
        background:#000;
    }
    .swiperbanner a>img {
        height: 250px;
        object-fit: cover;
    }
    .swiper_banner_cont h3 {
        font-size:25px;
        line-height:35px;
    }
    .swiper_banner_cont > span {
        margin-top:30px;
        width:130px;
        line-height:35px;
    }
    .swiperbanner .swiper-pagination{
        left:10px;
    }
    .swiper_banner_l_pack {
        flex-wrap:wrap;
    }
    .swiper_banner_list_pack{
        width:100%;
    }
    .about_content_pack{
        width:95%;
        padding:20px 10px;
    }
        .about_content_pack h4 {
            font-size:20px;
            line-height:30px;
        }
    .home_plate2_list li {
        width:50%;
    }
    .home_plate2_list_icon {
        width:60px;
    }
    .home_plate2_list,
    .bx-siteList011-item {
        margin-top: 30px;
    }
    .home_plate3 {
        padding:30px 0;
    }
    .home_plate4 {
        padding:30px 0;
    }
    .home_plate4_list li {
        padding:0 10px;
    }
        .home_plate4_list li p {
            font-size:18px;
            line-height:30px;
            white-space:nowrap;
            padding-bottom:15px;
        }
    .home_plate4_list {
        justify-content:flex-start;
        overflow:auto;
    }
    .home_plate4_cont {
        margin-top:30px;
    }
    .home_plate4_list_cont_pack {
        border-radius:10px;
        padding:15px 10px;
    }
    .home_plate4_list_cont_left {
        width:100%;
        padding:0;
    }
        .home_plate4_list_cont_left h4 {
            font-size:18px;
            line-height:28px;
        }
        .home_plate4_list_cont_left p{
            font-size:16px;
            line-height:26px;
            margin-top:20px;
        }
    .home_plate4_list_cont_list{
        margin-top:30px;
    }
        .home_plate4_list_cont_list li {
            width:100%;
            margin-bottom:15px;
        }
    .home_plate4_list_cont_img {
        width:100%;
        margin-top:20px;
    }
    .home_plate4_list_cont_left > a{
        margin-top:15px;
        font-size:16px;
    }
    .home_plate4_list_cont_list li p {
        font-size:16px;
    }
    .w_nav > .active > a::after {
        display:none;
    }
}



.Sidebar {
    position: fixed;
    right: 0px;
    bottom: 50%;
    transform:translateY(50%);
    background: #fff;
    box-shadow: 0 2px 8px 2px rgba(198, 201, 208, 0.5);
    border-radius: 0px;
    z-index: 10;
    display: none;
}

    .Sidebar ul li {
        position: relative;
        width: 70px;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #878787;
        border-bottom: solid 1px #fff;
    }

        .Sidebar ul li a {
            display: block;
            padding: 5px;
            text-align: center;
            font-size: 12px;
            color: #fff;
        }

            .Sidebar ul li a p {
                padding-top: 5px;
            }

        .Sidebar ul li:hover {
            background: rgb(22, 104, 162);
        }

            .Sidebar ul li:hover a {
                color: #fff;
            }

        .Sidebar ul li a .img-a {
            height: 20px;
        }

        .Sidebar ul li:last-child a .img-a {
            height: 20px;
            width: 25px;
        }
        

        .Sidebar ul li .cl-fd {
            position: absolute;
            right: 70px;
            min-width: 120px;
            top: 0;
            background: #fff;
            padding: 10px;
            border-radius: 5px;
            font-size: 20px;
            color: #666666;
            white-space: nowrap;
            box-shadow: 0 2px 8px 1px rgba(198, 201, 208, 0.5);
            display: none;
        }

        .Sidebar ul li:hover .cl-fd {
            display: block;
        }

        .Sidebar ul li .cl-fd:before {
            content: '';
            border-color: transparent transparent transparent #fff;
            border-style: solid;
            border-width: 8px;
            position: absolute;
            right: -16px;
            top: 10px;
            z-index: 2;
        }

        .Sidebar ul li .cl-fd:after {
            content: '';
            border-color: transparent transparent transparent rgba(198, 201, 208, 0.4);
            border-style: solid;
            border-width: 9px;
            position: absolute;
            right: -18px;
            top: 9px;
        }

        .Sidebar ul li .cl-fd img {
            width: 100%;
        }
        .Sidebar ul li a i{
            font-size:18px;
        }