﻿* {
    margin:0;
    padding:0;
    list-style:none;
    text-decoration:none;
    box-sizing:border-box;
}

body, html {
    background: #F3F3F3;
}
.layout {
    width:1400px;
    margin:0 auto;
}
.header_top_pack {
    background: linear-gradient(180.00deg, rgb(86, 206, 255) 0.081%,rgb(0, 160, 226) 100%);
    box-shadow: 0px 6px 10px 0px rgba(15, 72, 95, 0.2);
}
.header_top_pack .layout {
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.header_top_right{
    display:flex;
    align-items:center;
}
.banner img {
    width:100%;
}
.logo {
    height: 86px;
    padding: 13px 0;
}
.home_about_list em {
    font-style: normal;
    font-weight:bold;
}
.logo a {
    display: block;
    height: 100%;
}
.logo a img {
    max-height:100%;
    display:block;
}
.header_search {
    position:relative;
}
    .header_search input {
        border-radius: 24px;
        border: 1px solid #FFFFFF;
        font-size: 16px;
        line-height:38px;
        width:314px;
        padding:0 10px 0 50px;
        color:#fff;
        background:transparent;
    }
    .header_search input::-webkit-input-placeholder {
        color:#fff;
    }
.header_search i {
    width:18px;
    height:19px;
    background:url(../images/search.png) no-repeat center/100% 100%;
    position:absolute;
    top:50%;
    left:20px;
    transform:translateY(-50%);
}
.language {
    margin-left:50px;
    position:relative;
    z-index:300;
}
.language_cont {
    display: flex;
    align-items: center;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
}
.language_cont i {
    display:block;
    margin-left:10px;
}
.language_list {
    background:#fff;
    font-size:14px;
    line-height:32px;
    position:absolute;
    top:100%;
    left:0;
    width:100%;
    text-align:center;
    display:none;
}
    .language_list li a {
        color:#000;
        display:block;
    }
    .language_list li a:hover {
        color: #fff;
        background: #0593CE;
        cursor: pointer;
    }
.navlist {
    background: #0593CE;
}
   header.active {
        position:fixed;
        width:100%;
        top:0;
        left:0;
        z-index:200;
    }
    header.active .header_top_pack {
        display:none;
    }
    header.active .w_nav > li > a {
        font-size: 18px;
        line-height: 70px;
    }
    header.active .er_nav>li>a {
        font-size: 16px;
        line-height: 32px;
    }
        .w_nav {
            display: flex;
            justify-content: space-between;
        }
    .w_nav > li {
        position:relative;
        z-index:102;
    }
    .w_nav > li > a {
        display: block;
        padding: 0 50px;
        color: #fff;
        font-size: 22px;
        line-height: 90px;
    }
        .w_nav > li > a:hover,
        .w_nav > .active > a:hover {
            color: #00A0E2;
            background: #fff;
        }
.er_nav {
    background: #0593CE;
    position:absolute;
    top:100%;
    left:0;
    width:100%;
    display:none;
    padding:10px 0;
}
.productser_nav {
    width: 1400px;
    left: -450px;
    
}
.products_nav {
    display: none;
    flex-wrap: wrap;
    background: #0593CE;
    padding:15px 10px;
    /*overflow:auto;
    max-height:400px;*/
}
    .products_nav>li {
        width:calc(100% / 6);
    }
       
        .er_nav li a {
            display: block;
            text-align: center;
            color: #fff;
            font-size: 18px;
            line-height: 36px;
        }
    .er_nav li a:hover {
        color: #00A0E2;
        background: #fff;
    }
.products_nav>li {
    margin:10px 0;
}
.products_nav > li > a {
    text-align: left;
    font-size: 18px;
    line-height: 28px;
    padding: 0 5px;
}
.san_nav {
    margin-top:10px;
}
.san_nav li a {
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    padding: 0 5px;
}
.banner {
    position:relative;
}
.banner_title {
    position:absolute;
    top:50%;
    left:0;
    width:100%;
    transform:translateY(-50%);
}
    .banner_title h3 {
        color: rgb(255, 255, 255);
        font-size: 64px;
        font-weight: 500;
        line-height: 93px;
        text-align:center;
    }
.banner_title img {
    width:85px;
    display:block;
    margin:8px auto 0;
}
.bx-mb-nav a {
    color:#333;
}
.news {
    padding:40px 0 120px;
}
.news_classify {
    margin: 70px auto 0;
    display: flex;
    width: 1000px;
    background: rgba(204, 229, 252, 0.31);
    border-radius:34px;
}
    .news_classify a {
        width: 33.3333%;
        display: block;
        text-align: center;
        color: rgb(51, 51, 51);
        font-size: 24px;
        line-height:68px;
        border-radius:34px;
    }
        .news_classify a:hover,
        .news_classify .active{
            background: #00A0E2;
            color: #fff;
        }
.bx-siteLr002 {
    margin-top:55px;
}
.bx-siteLr002-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 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: #BFBFBF;
            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: 122px;
            line-height: 38px;
            color: #486175;
            margin-top: 30px;
            font-size: 16px;
            text-align: center;
            transition: all 0.3s;
            border: 1px solid rgb(72, 97, 117);
        }

    .bx-siteLr002-list:hover .text h3 {
        color: #00A0E2;
    }

    .bx-siteLr002-list:hover .text small {
        border: 1px solid rgb(0, 160, 226);
        color: #00A0E2;
    }
.about {
    padding:80px 0 0;
}
.about__pack {
    display: flex;
    justify-content: space-between;
}
.about_right_list {
    width:48%;
}
    .about_right_list img {
        width:100%;
        display:block;
    }
.about__left_list {
    width:48%;
}
.about_left_list_cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about__left_list li {
    width: 48%;
    margin-bottom:25px;
}
    .about__left_list li a {
        display: block;
        background: #fff;
        border-radius: 8px;
        padding: 16px 24px;
        height: 160px;
    }
.about_left_list_cont_pack {
    overflow: hidden;
    position: relative;
    padding:16px 0;
    height:100%;
}
.about_left_list_cont_img{
    width:56px;
    margin:0 auto 0;
}
    .about_left_list_cont_img img {
        width:100%;
        display:block;
        transition:all .5s; 
    }
.about_left_list_text h4 {
    font-size: 20px;
    line-height: 22px;
    font-weight:500;
    color:#000;
    text-align:center;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.about_left_list_text p {
    font-size: 14px;
    line-height: 21px;
    color: #000;
    margin-top:20px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
}
    .about_left_list_text span {
        font-size:14px;
        line-height:21px;
        display:block;
        text-align:center;
        text-decoration:underline;
        color:rgb(0, 160, 226);
    }
.about_left_list_text {
    position: absolute;
    top: 70%;
    opacity: 1;
    transition: all .8s;
    background: #fff;
    width: 100%;
    height: 100%;
}
.about__left_list li a:hover .about_left_list_cont_img img {
    transform:scale(1.1);
}
.about_detail {
    padding:80px 0;
}

@media screen and (max-width: 1000px) {
    .bx-siteLr002-list {
        flex-direction: column;
    }

        .bx-siteLr002-list .img {
            width: 100%;
            border-radius: 10px;
        }

        .bx-siteLr002-list .text {
            width: 100%;
            padding-left: 0;
            margin-top: 20px;
        }

            .bx-siteLr002-list .text small {
                display: none;
            }

            .bx-siteLr002-list .text h3 {
                margin-bottom: 10px;
            }

            .bx-siteLr002-list .text p {
                margin-top: 10px;
                font-size: 14px;
            }

            .bx-siteLr002-list .text h3 {
                font-size: 18px;
            }
    .about {
        padding-top:30px;
    }
    .about__pack{
        display:block;
    }
    .about__left_list{
        margin-top:20px;
    }
        .about__left_list li {
            margin-bottom:20px;
        }
        .about__left_list,
        .about_right_list,
        .about__left_list li {
            width: 100%;
        }
}
.public_classify {
    width:1200px;
}
    .public_classify a {
        width:25%;
    }
    .serve_list {
        margin: 76px -35px 0;
        display: flex;
        flex-wrap: wrap;
    }
.serve_list li {
    width:33.333%;
    padding:0 35px;
    margin-bottom:40px;
}
    .serve_list li a {
        display:block;
    }
.serve_list_img {
    overflow:hidden;
}
.serve_list_img img {
    width:100%;
    display:block;
    transition:all .5s;
}
.serve_list_cont {
    padding: 25px 20px;
    box-shadow: 0px 2px 10px 0px rgba(14, 60, 105, 0.1);
    border-radius: 0px 0px 8px 8px;
    background:#fff;
}
    .serve_list_cont p {
        color: rgb(29, 192, 228);
        font-size: 16px;
        font-weight: 400;
        line-height: 23px;
        display:flex;
        align-items:center;
    }
.serve_list_cont  p i {
    width:16px;
    height:16px;
    background:url(../images/time.png) no-repeat center/100% 100%;
    display:block;
    margin-right:10px;
}
    .serve_list_cont h4 {
        color: rgb(72, 97, 117);
        font-size: 22px;
        font-weight: 500;
        line-height: 30px;
        margin-top:10px;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
    }
    .serve_list_cont span {
        display: block;
        width: 157px;
        line-height: 44px;
        text-align: center;
        border-radius: 24px;
        background: #00A0E2;
        margin-top:60px;
        font-size:16px;
        color:#fff;
    }
.faq_list {
    margin-top:70px;
}
    .faq_list li {
        margin-bottom: 30px;
    }
.faq_list_pack {
    display: flex;
    align-items:flex-start;
}
.faq_list_pack img {
    width:28px;
    display:block;
    margin-right:14px;
}
.faq_list_cont h4 {
    color: rgb(51, 51, 51);
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
}
.faq_list_cont p {
    color: rgb(102, 102, 102);
    font-size: 18px;
    line-height: 26px;
    margin-top:10px;
}
.work_img{
    margin-top:75px;
    width:100%;
    overflow:auto;
}
.work_img img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.contact_list {
    margin:75px -9px 0;
    display:flex;
}
.contact_list li {
    padding:0 9px;
    width:33.333%;
}
.contact_list_pack {
    height: 100%;
    display: flex;
    background: #F5FAFF;
    padding:50px 20px 50px 40px;
    align-items:center;
}
.contact_list_icon {
    width:78px;
    margin-right:30px;
}
.contact_list_icon img {
    width:100%;
    display:block;
}
.contact_list_cont h4 {
    color: rgb(51, 51, 51);
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
}
.contact_list_cont p {
    color: rgb(102, 102, 102);
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    margin-top:10px;
}
.map{
    margin-top:50px;
}
.map * {
    width:100%;
    height:720px !important;
}
.contactUs_message {
    margin-top:100px;
}
    .contactUs_message h3 {
        color: rgb(32, 32, 32);
        font-size: 36px;
        font-weight: 700;
        line-height: 52px;
        text-align:center;
    }
.contactUs_message_form {
    width:866px;
    margin:50px auto 0;
}
.contactUs_message_input {
    margin-bottom:36px;
    display:flex;
    align-items:flex-start;
}
    .contactUs_message_input label {
        width: 130px;
        text-align: right;
        color: rgb(51, 51, 51);
        font-size: 22px;
        font-weight: 500;
        line-height: 52px;
        padding-right:10px;
    }
        .contactUs_message_input label span {
            color: #D64343;
        }
    .contactUs_message_input input {
        width: calc(100% - 130px);
        border: 1px solid rgba(13, 98, 201, 0.2);
        font-size:22px;
        line-height:50px;
        border-radius:8px;
        padding:0 10px;
    }
    .contactUs_message_input textarea {
        width: calc(100% - 130px);
        border: 1px solid rgba(13, 98, 201, 0.2);
        font-size: 22px;
        border-radius: 8px;
        padding:10px;
        resize:none;
        height:240px;
    }
.contactUs_message_code {
    padding-left:130px;
    display:flex;
    align-items:center;
}
    .contactUs_message_code input {
        width: 230px;
        line-height: 54px;
        border: 1px solid rgba(13, 98, 201, 0.2);
        border-radius: 2px;
        font-size: 18px;
        padding:0 10px;
        margin-right:10px;
    }
        .contactUs_message_code input::-webkit-input-placeholder {
            color: rgb(153, 153, 153);
        }
.message_submit {
    width: 180px;
    line-height: 48px;
    border-radius: 6px;
    background: #00A0E2;
    text-align:center;
    color:#fff;
    margin:70px auto 0;
    font-size:20px;
    cursor:pointer;
}
.message_submit:hover {
    opacity:.8;
}
.support_download_list li a {
    display: flex;
    padding: 20px 0;
    border-bottom: 1px dashed rgba(56, 108, 119, 0.24);
    align-items: center;
}

    .support_download_list li a img {
        width: 40px;
        display: block;
    }

    .support_download_list li a p {
        color: rgb(51, 51, 51);
        font-size: 20px;
        font-weight: 500;
        line-height: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-left: 24px;
        width: calc(100% - 40px - 95px);
        padding-right: 100px;
    }

    .support_download_list li a span {
        display: block;
        color: rgb(72, 129, 220);
        font-size: 20px;
        line-height: 29px;
        letter-spacing: 8px;
        text-decoration: underline;
        display: flex;
    }

        .support_download_list li a span img {
            width: 26px;
            display: block;
            margin-right: 10px;
        }
.download{
    margin-top:50px;
}
.banner_swiper img {
    width:100%;
}
.count {
    width: 1300px;
    margin: 0 auto;
}
.count_plate1 {
    display:flex;
    align-items:center;
}
.count_title {
    width: 180px;
    text-align: right;
    padding-right: 10px;
    color: rgb(51, 51, 51);
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
}
.count_cont {
    width:calc(100% - 180px);
    display:flex;
    justify-content:space-between;
}
.count_title span {
    color: #D64343;
}
.count_plate1 .count_input {
    width: 31%;
}
.count_plate2 .count_input {
    width:48%;
}
.count_input {
    display: flex;
    align-items: center;
    border: 1px solid rgba(13, 98, 201, 0.2);
    border-radius: 8px;
    padding: 0 20px;
}
.count_input label {
    color: rgb(102, 102, 102);
    font-size: 20px;
    font-weight: 500;
    line-height: 50px;
    margin:0;
}
    .count_input input {
        font-size: 20px;
        line-height: 50px;
        border:none;
    }
.count_plate1 {
    margin-bottom:36px;
}

.count_plate3 .count_input select,
.count_plate3 .count_input,
.count_plate3 .count_input input{
    width: 100%;
}
    .count_plate3 .count_input select {
        font-size: 20px;
        border: none;
        height: 50px;
        color: rgb(102, 102, 102);
    }
.extra_input {
    width:165px;
}
.count_submit {
    width: 180px;
    line-height: 50px;
    border-radius: 6px;
    background: #00A0E2;
    text-align:center;
    color:#fff;
    font-size:20px;
    margin:80px auto 0;
    cursor:pointer;
}
.count_submit:hover {
    opacity:.8;
}
.count{
    margin-top:20px;
}
.products_pack {
    margin-top:60px;
    display:flex;
}
.products_classify {
    width:320px;
}
    .products_classify > ul {
        padding: 10px 0 30px;
        background: #fff;
        box-shadow: 0px 3px 12px 0px rgba(116, 116, 116, 0.16);
        border-radius: 8px;
    }
                .products_classify > ul > li:hover > a,
                .products_classify > ul > .active > a {
                    color: #fff;
                    background: #00A0E2;
                }
                    .products_classify > ul > li:hover > a i,
                    .products_classify > ul > .active > a i {
                        background: #fff;
                        color: rgb(0, 160, 226);
                    }
            .products_classify > ul > li > a {
                display: block;
                display: flex;
                align-items: center;
                color: rgb(51, 51, 51);
                font-size: 20px;
                font-weight: 700;
                line-height: 35px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                border-bottom: 1px solid rgba(112, 112, 112,.2);
                padding: 15px 25px;
            }
                .products_classify > ul > li > a i {
                    display: block;
                    width: 20px;
                    height: 20px;
                    border-radius: 50%;
                    background: #00A0E2;
                    color:#fff;
                    font-size:14px;
                    text-align:center;
                    line-height:22px;
                    padding-right:5px;
                    margin-right:10px;
                    transition:all .5s;
                }
        .products_classify > ul > .active > a i {
            transform: rotate(90deg);
        }
.er_pro_class {
    display:none;
}
.er_pro_class li {
    padding: 0 34px;
    border-bottom: 1px solid rgba(112, 112, 112,.2);
}
    .er_pro_class li a {
        padding: 12px 0;
        display: block;
        color: rgba(51, 51, 51,.7);
        font-size: 20px;
        line-height: 35px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .er_pro_class li a:hover {
        color:rgb(0, 160, 226);
    }
        .er_pro_class li .active {
            color:rgb(0, 160, 226);
        }
.products_list {
    width:calc(100% - 320px);
    padding-left:40px;
}
.products_list_cont {
    display:flex;
    flex-wrap:wrap;
    margin:0 -15px;
}
.products_list_cont li {
    padding:0 15px;
    width:33.333%;
    margin-bottom:35px;
}
    .products_list_cont li a {
        display:block;
    }
.products_list_img img {
    width:100%;
    height:240px;
    object-fit:cover;
    display:block;
}
.products_list_title {
    color: rgb(51, 51, 51);
    font-size: 20px;
    line-height: 29px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
   padding:15px 0;
    text-align:center;
}
.products_detail {
    margin-top: 50px;
}

    .products_detail h3 {
        color: rgb(51, 51, 51);
        font-size: 30px;
        font-weight: 700;
        line-height: 43px;
    }

    .products_detail div {
        margin-top: 20px;
        color: #5C6A81;
        font-size: 20px;
  /*      line-height: 36px;*/
    }

.products {
    padding-bottom: 80px;
}

.products_content_erlist {
    margin: 40px -20px 0;
    display: flex;
    flex-wrap: wrap;
}

    .products_content_erlist > li {
        width: 50%;
        padding: 0 20px;
        margin-bottom: 40px;
    }

.products_content_erlist_pack {
    position: relative;
}

    .products_content_erlist_pack > a {
        display: block;
        position: relative;
    }

.products_content_erlist_img img {
    width: 100%;
    display: block;
}

.products_content_erlist_cont {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(50,50,50,.2);
    padding: 100px 50px;
    color: rgb(255, 255, 255);
    font-size: 28px;
    font-weight: 500;
    line-height: 41px;
}

.products_content_list_cont {
    position: absolute;
    bottom: 20%;
    left: 50%;
    /*padding:0 50px;*/
    transform: translateX(-50%);
    overflow: hidden;
    width: calc(100% - 100px);
    margin: 0 -20px 0;
}

    .products_content_list_cont li {
        width: auto;
        float: left;
        padding: 0 20px;
        margin-bottom: 20px;
    }

    .products_content_list_cont a {
        display: block;
        padding: 0 10px;
        line-height: 36px;
        border: 1px solid #fff;
        color: #fff;
        text-align: center;
        font-size: 18px;
    }
.products_detail_cont {
    margin-top: 60px;
}

.products_detail_tab_list {
    display: flex;
    border-bottom: 2px solid rgba(72, 129, 220,.3);
}

.products_detail_tab {
    display: flex;
    margin-right: 120px;
    align-items: center;
    cursor: pointer;
    padding-bottom: 20px;
    position: relative;
}

    .products_detail_tab:hover::after,
    .products_detail_tab.active::after {
        content: "";
        width: 100%;
        height: 6px;
        border-radius: 3px;
        background: #4881DC;
        position: absolute;
        bottom: -2px;
        left: 0;
    }

    .products_detail_tab:hover img,
    .products_detail_tab.active img {
        filter: drop-shadow(#4881DC 0 30px);
        transform: translateY(-30px);
    }

    .products_detail_tab:hover span,
    .products_detail_tab.active span {
        color: #4881DC;
    }

    .products_detail_tab .products_detail_tab_icon {
        width: 28px;
        margin-right: 10px;
        overflow: hidden;
    }

.products_detail_tab_icon img {
    width: 100%;
    display: block;
}

.products_detail_tab span {
    color: rgb(51, 51, 51);
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
}

.public_gauge {
    margin-top: 40px;
}

.public_detail_title {
    color: rgb(72, 129, 220);
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
}

.products_detail_text {
    color: rgb(92, 106, 129);
    font-size: 20px;
    line-height: 36px;
    display: flex;
    margin-top: 20px;
}

    .products_detail_text .products_detail_text_left {
        width: calc(100% - 680px);
        padding-right: 58px;
    }

.public_detail_table_list {
    overflow: auto;
    width: 100%;
    margin-top: 20px;
}
.products_detail_content > div {
    display: none;
}
.about_plate1 {
    overflow: hidden;
    position: relative;
    margin-top:100px;
}

.about_plate1_img {
    width: 50%;
    float: right;
    overflow: hidden;
}

    .about_plate1_img img {
        width: 130%;
        max-width: 130%;
        display: block;
        margin-right: -30%;
    }

.about_plate1 .layout {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.about_plate1_pack {
    width: 50%;
    padding-right: 120px;
    position: relative;
}

.about_plate1_title {
    text-align: left;
}

    .about_plate1_title h3 {
        left: 0;
        transform: translate(0,-50%);
    }

.about_plate1_pack h4 {
    font-size: 24px;
    line-height: 31px;
    color: #11418B;
    margin-top: 30px;
}

.about_palte1_desc {
    font-size: 16px;
    line-height: 24px;
    color: #626262;
    margin-top: 30px;
}

.public_title {
    text-align: center;
    font-weight: bold;
}
.about_plate1_title {
    text-align: left;
}
.public_title h2 {
    font-size:68px;
    line-height:80px;
    color: #F6F6F6;
}

.public_title h3 {
    font-size: 36px;
    line-height: 52px;
    color: #202020;
    margin-top:-20px;
}
.footers004 {
    background: #343434;
}

.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: 60px;
        }

.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: #707070;
            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: 60px;
}

    .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: #000;
            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: #101318;
}

    .footers004-bottom a {
        font-size: 14px;
        color: rgba(255, 255, 255, .4);
    }

        .footers004-bottom a:hover {
            color: #fff;
        }

@media(max-width:1500px) {


    .footers004-item-left .left p {
        margin: 15px 0;
    }

    .footers004-item-right .footers004-footer-nav ul li {
        margin-left: 50px;
    }
}

@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;
    }
}
.bx-siteR003-list {
}

    .bx-siteR003-list .left {
        width: 57%;
    }

        .bx-siteR003-list .left img {
            width: 100%;
            border-radius:8px;
            transition: all 0.5s;
        }

    .bx-siteR003-list .right {
        width: 57%;
        position: absolute;
        right: 10px;
        bottom: 50%;
        transform:translateY(50%);
        height: calc(100% - 30px);
        background-color: #fff;
        transition: all 0.5s;
        padding: 40px 50px;
    }

        .bx-siteR003-list .right .img {
            width: 36%;
        }

            .bx-siteR003-list .right .img img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        .bx-siteR003-list .right .text {
            width: 100%;
        }

            
        .bx-siteR003-list .right .text h3 {
                color: rgb(0, 160, 226);
                font-size: 30px;
                font-weight: 700;
                line-height: 43px;
                display:flex;
                align-items:center;
            }
                .bx-siteR003-list .right .text h3 img {
                    width:40px;
                    display:block;
                    margin-right:10px;
                }
                .bx-siteR003-list .right .text .p1 {
                    font-size: 20px;
                    color: #333;
                    margin-top: 20px;
                }

            .bx-siteR003-list .right .text .p2 {
                font-size: 18px;
                color: #666;
                margin-top: 40px;
                line-height: 30px;
                height: 300px;
                overflow:auto;
                -webkit-line-clamp:initial;
            }

            .bx-siteR003-list .right .text .buttom {
                margin-top: 12px;
            }

.bx-siteR003 .swiper-pagination {
    position: relative;
    left: 0;
    top: 0;
    display: inline-block;
    text-align: left;
    font-size: 26px;
    color: #999;
}

    .bx-siteR003 .swiper-pagination .swiper-pagination-current {
        font-size: 45px;
        color: #333;
    }

.bx-siteR003-list .right .text .buttom {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position:absolute;
    bottom:60px;
    left:40px;
}

    .bx-siteR003-list .right .text .buttom > span {
        width: 120px;
        line-height: 40px;
        border: 1px solid #999;
        text-align: center;
        font-size: 14px;
        cursor: pointer;
        transition: all 0.5s;
    }

        .bx-siteR003-list .right .text .buttom > span:hover {
            background-color: #008dce;
            border-color: #008dce;
            color: #fff;
        }

.bx-siteR003-item {
    position: relative;
}

    .bx-siteR003-item .swiper-button-prev {
        left: -50px;
    }

    .bx-siteR003-item .swiper-button-next {
        right: -50px;
    }

.bx-siteR003-list .right:hover {
    /*transform: translate(0,-8px);*/
    box-shadow: 0 3px 10px rgba(0,0,0,.16);
}

@media screen and (max-width: 1500px) {

    .bx-siteR003-list .right .text h3 {
        font-size: 25px;
    }

    .bx-siteR003-list .right .text .p1 {
        font-size: 16px;
        margin-top: 10px;
    }

    .bx-siteR003-list .right .text .p2 {
        font-size: 16px;
        margin-top: 30px;
        line-height: 26px;
        height: 210px;
    }

    .bx-siteR003-list .right .text {
        padding: 20px 30px;
    }

    .bx-siteR003 .swiper-pagination {
        font-size: 20px;
    }

        .bx-siteR003 .swiper-pagination .swiper-pagination-current {
            font-size: 35px;
        }

    .bx-siteR003-list .right .text .buttom > span {
        line-height: 35px;
        font-size: 12px;
    }
}

@media screen and (max-width: 1200px) {
    .bx-siteR003-list .right .text .p2 {
        font-size: 14px;
        line-height: 22px;
        height: 88px;
        margin-top: 20px;
    }

    .bx-siteR003-list .right .text h3 {
        font-size: 23px;
    }

    .bx-siteR003-list .right .text .p1 {
        font-size: 14px;
    }

    .bx-siteR003 .swiper-pagination .swiper-pagination-current {
        font-size: 35px;
    }

    .bx-siteR003 .swiper-pagination {
        font-size: 20px;
    }

    .bx-siteR003-list .right .text .buttom > span {
        width: 100px;
        line-height: 30px;
    }
}

@media screen and (max-width: 1000px) {
    .bx-siteR003-item .swiper-button-next, .bx-siteR003-item .swiper-button-prev {
        display: none;
    }

    .bx-siteR003-list .left {
        width: 100%;
    }

    .bx-siteR003-list .right {
        position: relative;
        left: 0;
        width: 100%;
        flex-direction: column;
    }

        .bx-siteR003-list .right .img {
            width: 60%;
            margin: 0 auto;
        }

        .bx-siteR003-list .right .text {
            width: 100%;
            padding: 15px;
        }
}
.territory {
    margin-top:85px;
}
    .territory>h3 {
        color: rgb(32, 32, 32);
        font-size: 36px;
        font-weight: 700;
        line-height: 52px;
        text-align:center;
    }
.bx-siteR003 {
    margin-top:50px;
}
.banner_swiper {
    position:relative;
    overflow:hidden;
}
.banner_swiper a {
    display:block;
    position:relative;
}
.banner_swiper_title{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    text-align:center;
}
    .banner_swiper_title h2 {
        color: rgb(255, 255, 255);
        font-size: 108px;
        font-weight: 500;
        line-height: 162px;
    }
    .banner_swiper_title h4 {
        color: rgb(247, 247, 247);
        font-size: 16px;
        font-weight: 100;
        line-height: 24px;
        letter-spacing: 4.8px;
        margin-top:-20px;
        text-transform:uppercase;
    }
        .banner_swiper_title h4::after {
            content: "";
            width: 100%;
            height: 1px;
            background: linear-gradient(116.57deg, rgba(255, 255, 255, 0) 0%,rgb(255, 255, 255) 50.616%,rgba(255, 255, 255, 0) 100%);
            margin:25px auto 0;
            display:block;
        }
    .banner_swiper_title p {
        color: rgb(247, 247, 247);
        font-size: 24px;
        font-weight: 400;
        line-height: 36px;
        letter-spacing: 7.2px;
        margin-top:25px;
    }
.banner_swiper .swiper-button-next {
    background:url(../images/arrow.png) no-repeat center/100% 100%;
    width:60px;
    height:60px;
    right:160px;
}
.banner_swiper .swiper-button-prev {
    background: url(../images/arrow.png) no-repeat center/100% 100%;
    width: 60px;
    height: 60px;
    left: 160px;
    transform:rotate(180deg);
}
.home_about {
    padding:80px 0;
}
.home_about_list {
    display:flex;
}
.home_about_list li {
    width:25%;
    position:relative;
    text-align:center;
    padding:0 15px;
}
    .home_about_list li:after {
        content: "";
        width: 1px;
        height: 80px;
        background: #999999;
        opacity:.3;
        position:absolute;
        right:0;
        top:50%;
        transform:translateY(-50%);
    }
    .home_about_list li h2 {
        color: rgb(0, 0, 0);
        font-size: 72px;
        font-weight: 700;
        line-height:82px;
    }
        .home_about_list li h2 span {
            color: rgb(0, 0, 0);
            font-size: 28px;
            font-weight: 700;
            line-height: 37px;
        }
    .home_about_list li p {
        color: rgb(0, 0, 0);
        font-size: 20px;
        font-weight: 400;
        line-height: 26px;
    }
    .home_about_list li:last-child::after {
        display:none;
    }
.home_products {
    padding:80px 0 65px;
    /*background:url(../images/probg.png) no-repeat center/cover;*/
}
.home_pro_list .products_list_img img {
    height:320px;
}
.products_list_cont li a:hover img {
    transform:scale(1.1);
}
.products_list_img {
    overflow:hidden;
}
.products_list_img img {
    transition:all .5s;
}
.products_list_cont li a:hover .products_list_title {
    color: rgb(0, 160, 226);
}
/*.home_pro_list li:first-child {
    padding-top:55px;
}*/
/*.home_pro_list li:first-child h3 {
    color: rgb(51, 51, 51);
    font-size: 40px;
    font-weight: 500;
    line-height: 58px;
}
.home_pro_list li:first-child h4 {
    color: rgb(51, 51, 51);
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    margin-top:10px;
}
    .home_pro_list li:first-child  a {
        display: block;
        color: rgb(0, 160, 226);
        font-size: 18px;
        font-weight: 500;
        line-height: 26px;
        margin-top:50px;
    }*/
.home_territory{
    padding:100px 0;
}
    .home_territory .territory {
        margin-top:0;
    }
.home_news {
    padding:80px 0;
    background:url(../images/newsbg.png) no-repeat center/cover;
}
.home_news_pack h3 {
    color: rgb(32, 32, 32);
    font-size: 36px;
    font-weight: 700;
    line-height: 52px;
    text-align:center;
}
.home_news_pack .serve_list {
    margin-top:50px;
}
.home_download {
    padding:100px 0;
}
.home_download_list {
    margin-top:30px;
}
.trophyhonr {
    width: 90%;
    margin:50px auto 0;
    overflow: hidden;
    background: url(../images/duanbg.png) no-repeat bottom center/100%;
    padding: 0 150px 15px;
}

.trophyhonrswiper {
    width: 100%;
    overflow: hidden;
}

    .trophyhonrswiper .swiper-slide p {
        font-size: 18px;
        line-height: 32px;
        text-align: center;
        margin-top:10px;
    }

    .trophyhonrswiper .swiper-slide img {
        width: 100%;
        display: block;
        margin: 0 auto;
    }

.bottom {
    margin-top: 80px;
    background: url(../images/changbg.png) no-repeat bottom/100%;
    padding: 0 50px 15px;
}

.bothonorswiper {
    width: 100%;
    overflow: hidden;
}

    .bothonorswiper .swiper-slide p {
        font-size: 18px;
        line-height: 32px;
        text-align: center;
        margin-top: 10px;
    }

    .bothonorswiper .swiper-slide img {
        width: 100%;
        display: block;
        margin: 0 auto;
    }
.honor{
    padding:100px 0;
}
    .honor h3,
    .history  h3{
        color: rgb(32, 32, 32);
        font-size: 36px;
        font-weight: 700;
        line-height: 52px;
        text-align: center;
    }
.history {
    padding:80px 0;
    background:url(../images/hisbg.png) no-repeat center/cover;
}
.hisswiper {
    width:70%;
    margin:0 auto;
    overflow:hidden;
}
.hisswiper_pack {
    display:flex;

}
.hisswiper_img {
    width:425px;
}
.hisswiper_img img {
    width:100%;
    display:block;
}
.hisswiper_cont {
    width: calc(100% - 425px);
    background: #fff;
    padding: 39px;
    color: rgb(51, 51, 51);
    font-size: 18px;
    line-height: 32px;
}
.history_list {
    margin-top:50px;
    position:relative;
}
.hisarr {
    width:64px;
    height:64px;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    background:url(../images/hisarr.png) no-repeat center/100% 100%;
    cursor:pointer;
}
.hisarr_right {
    transform:rotate(180deg) translateY(50%);
    right:0;
}
.hisarr_left {
    left:0;
}
.hisarr:hover {
    background-image:url(../images/hisactive.png);
}
.hisarr_right:hover {
    transform: rotate(0) translateY(-50%);
}
.hisarr_left:hover {
    transform: rotate(180deg) translateY(50%);
}
.history_time {
    margin-top:50px;
    overflow:hidden;
}
.history_time_list {
    position:relative;
    overflow:hidden;
}
    .history_time_list::before {
        content: "";
        width: 100%;
        height: 2px;
        background: #D5DBE5;
        width:100%;
        position:absolute;
        top:50%;
        transform:translateY(-50%);
        left:0;
    }
    .history_time_list .swiper-slide span {
        display: block;
        text-align:center;
        position:relative;
    }
    .history_time_list .swiper-slide span:first-child {
        color: rgb(0, 160, 226);
        font-size: 32px;
        font-weight: 700;
        line-height: 42px;
        padding-bottom:35px;
        margin-bottom:10px;
        opacity:0;
    }
        .history_time_list .swiper-slide span:last-child {
            color: rgb(0, 1, 0);
            font-size: 24px;
            line-height: 32px;
            padding-top: 15px;
        }
        .history_time_list .swiper-slide span:before {
            content: "";
            width: 20px;
            height: 20px;
            border: 2px solid rgb(213, 219, 229);
            position:absolute;
            bottom:0;
            left:50%;
            transform:translateX(-50%);
            border-radius:50%;
        }
        .history_time_list .swiper-slide span:first-child:before {
            border-color: #00A0E2;
        }
        .history_time_list .swiper-slide span:last-child:before {
            top:-30px;
        }
    .history_time_list .swiper-slide-active span:first-child {
        opacity:1;
    }
    .history_time_list .swiper-slide-active span:last-child {
        opacity:0;
    }
.news_classify.active {
    position: fixed;
    width: 100%;
    top: 70px;
    left: 0;
    z-index: 190;
    margin: 0;
    justify-content: center;
    border-radius: 0;
    background: rgba(204, 229, 252,1);
}
.news_classify.active a {
    max-width:300px;
    font-size:18px;
    line-height:40px;
    border-radius:0;
}
.serve_list li a:hover img {
    transform:scale(1.1);
}
.serve_list li a:hover .serve_list_cont h4 {
    color:rgb(0, 160, 226);
}
.side_column {
    background: #00A0E2;
    box-shadow: 0px 8px 10px 0px rgba(111, 139, 150, 0.2);
    border-radius: 40px;
    width:80px;
    position:fixed;
    right:30px;
    top:40%;
    z-index:200;
    padding:5px 0;
    cursor:pointer;
}
.service {
    padding:20px;
    position:relative;
}
    .service::after {
        content: "";
        width:70%;
        height: 1px;
        background: #E3E3E3;
        position:absolute;
        bottom:0;
        left:50%;
        transform:translateX(-50%);
    }
        .service:last-child::after {
            display:none;
        }
        .service img {
            width: 40px;
            height: 40px;
        }
.service:first-child p {
    position:absolute;
    right:100%;
    top:50%;
    transform:translateY(-50%);
    min-width:130px;
    font-size:14px;
    line-height:24px;
    background:#fff;
    padding:10px 0;
    text-align:center;
    border-radius:5px;
    display:none;
}
.serve_list li a:hover {
    box-shadow: 0px 2px 10px 0px rgba(14, 60, 105, 0.2);
}
.contact_list_cont {
    width:calc(100% - 108px);
}
.products_detail_pack {
    display:flex;
}
.products_detail_img {
    width:500px;
}
    .products_detail_img img {
        width:100%;
        display:block;
    }
.products_detail_texts {
    width: calc(100% - 500px);
    padding-left: 30px;
}
    .products_detail_texts p {
        font-size: 16px;
        line-height: 26px;
        color: rgb(92, 106, 129);
    }
.serve_cont {
    margin-top:70px;
}
.serve_plate1_title {
    text-align: center;
    font-size: 36px;
    line-height: 52px;
    color: rgb(32, 32, 32);
    font-weight:bold;
}
.serve_plate1_list {
    display:flex;
    margin:50px -20px 0;
    flex-wrap:wrap;
}
    .serve_plate1_list li {
        width: 33.333%;
        padding: 0 20px;
        margin-bottom: 40px;
        position: relative;
    }
.serve_plate1_pack {
    padding: 52px 39px;
    border: 1px solid rgb(231, 236, 240);
    background:#fff;
    z-index:1;
    position:relative;
    height:100%;
}
    .serve_plate1_pack:hover {
        border-color: rgb(0, 160, 226);
    }
    .serve_plate1_list li::after {
        content: "";
        width: calc(100% - 42px);
        height: 20px;
        border-radius: 20px;
        background: rgb(0, 160, 226);
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
        z-index: 0;
    }
.serve_plate1_img {
    width:74px;
    margin:0 auto;
}
    .serve_plate1_img img {
        width:100%;
        display:block;
    }
.serve_plate1_cont{
    margin-top:30px;
    text-align:center;
}
    .serve_plate1_cont h4 {
        font-size: 24px;
        line-height: 35px;
        color: rgb(51, 51, 51);
    }
    .serve_plate1_cont p {
        font-size: 20px;
        line-height: 32px;
        color: rgb(102, 102, 102);
        margin-top:20px;
    }
.serve_plate2 {
    display:flex;
    padding-top:60px;
    justify-content:space-between;
}
.serve_plate2_pack {
    border: 1px solid rgb(231, 236, 240);
    width:calc(50% - 20px);
    padding:30px 50px;
}
    .serve_plate2_pack h4 {
        font-size: 26px;
        line-height: 38px;
        color: rgb(51, 51, 51);
    }
.serve_plate2_pack_cont {
    display:flex;
    align-items:center;
    margin-top:30px;
}
    .serve_plate2_pack_cont img {
        width:40px;
        display:block;
    }
.serve_plate2_pack_text {
    width:calc(100% - 40px);
    padding-left:19px;
}
    .serve_plate2_pack_text h5 {
        font-size: 20px;
        line-height: 29px;
        color: rgb(51, 51, 51);
    }
    .serve_plate2_pack_text p {
        font-size: 30px;
        color: rgb(51, 51, 51);
        margin-top:6px;
    }
.serve_plate3{
    background:url(../images/img6.png) no-repeat center/cover;
    margin-top:80px;
    position:relative;
    height:168px;
}
    .serve_plate3 p {
        font-size:34px;
        line-height:39px;
        color:#fff;
        text-align:center;
    }
.serve_plate3_pack {
    padding: 60px 0;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,65%);
    width: 100%;
    height: 100%;
}
.home_plate4{
    padding-top:80px;
}
.serve_plate2_pack_cont2 .serve_plate2_pack_text {
    padding-left:0;
    width:100%;
}
.serve_plate2_pack_cont2 .serve_plate2_pack_text p {
    font-size: 24px;
}
@media(max-width:1600px) {
    .layout,
    .productser_nav {
        width: 1200px;
    }
    .productser_nav {
        left: -350px;
    }
    .w_nav > li > a {
        font-size:20px;
        padding:0 40px;
    }
    .products_classify {
        width: 280px;
    }
    .products_list {
        width: calc(100% - 280px);
        padding-left: 30px;
    }
    .banner_swiper_title h2 {
        font-size:90px;
        line-height:130px;
    }
    .products_detail_tab {
        margin-right:80px;
    }
}
@media(max-width:1400px) {
    .layout,
    .productser_nav {
        width: 1000px;
    }
    .productser_nav {
        left: -300px;
    }
    .w_nav > li > a {
        font-size: 18px;
        padding: 0 30px;
        line-height: 80px;
    }
    .products_nav {
        left:-300px;
    }
    .bx-siteR003-list .right .text .p2 {
        height:150px;
    }
    .banner_swiper_title h2 {
        font-size: 75px;
        line-height: 110px;
    }
    .serve_plate1_title {
        font-size:30px;
        line-height:46px;
    }
    .serve_plate1_pack{
        padding:30px;
    }
    .serve_plate1_img{
        width:50px;
    }
    .serve_plate1_cont h4 {
        font-size:20px;
        line-height:30px;
    }
    .serve_plate1_cont p {
        font-size:16px;
        line-height:26px;
    }
    .serve_plate2_pack h4 {
        font-size:20px;
        line-height:30px;
    }
    .serve_plate2_pack {
        padding:30px;
    }
    .serve_plate2_pack_text h5 {
        font-size:18px;
        line-height:28px;
    }
    .serve_plate2_pack_text p{
        font-size:25px;
        line-height:35px;
    }
    .serve_plate3 p {
        font-size:25px;
        line-height:35px;
    }
    .serve_plate2_pack_cont2 .serve_plate2_pack_text p {
        font-size: 20px;
        line-height: 30px;
    }
    .serve_plate2_pack_cont {
        margin-top:15px;
    }
    .banner_swiper_title h4 {
        margin-top: -10px;
    }
    .banner_swiper_title p{
        font-size:20px;
        margin-top:10px;
    }
    .home_about {
        padding:50px 0;
    }
    .home_about_list li h2 {
        font-size:60px;
        line-height:70px;
    }
    .products_detail h3 {
        font-size:25px;
        line-height:35px;
    }
    .home_about_list li p {
        font-size: 16px;
        line-height: 26px;
    }
    .home_pro_list li:first-child h3 {
        font-size:30px;
        line-height:48px;
    }
    .home_pro_list li:first-child h4 {
        font-size:20px;
        line-height:34px;
    }
    .home_pro_list li:first-child a{
        font-size:16px;
        margin-top:30px;
    }
    .products_list_title {
        font-size:16px;
        line-height:26px;
        padding:10px 0;
    }
    .home_pro_list .products_list_img img {
        height:260px;
    }
    .products_list_cont li {
        margin-bottom:20px;
    }
    .territory > h3,
    .home_news_pack h3 {
        font-size: 30px;
        line-height: 42px;
    }
    .home_news_pack .serve_list{
        margin-top:30px;
    }
    .serve_list li{
        padding:0 15px;
    }
    .serve_list {
        margin:76px -15px 0;
    }
    .serve_list_cont h4{
        font-size:18px;
        line-height:28px;
    }
    .serve_list_cont span {
        margin-top:40px;
        width:130px;
        font-size:14px;
        line-height:40px;
    }
    .support_download_list li a {
        padding:10px 0;
    }
        .support_download_list li a p,
        .support_download_list li a span {
            font-size: 18px;
            line-height:35px;
        }
            .support_download_list li a span {
                line-height:25px;
            }
            .support_download_list li a span img {
                width: 24px;
            }
        .support_download_list li a img {
            width:35px;
        }
    .side_column {
        width:60px;
    }
    .service {
        padding:10px 10px;
    }
    .news_classify a {
        font-size:20px;
        line-height:50px;
    }
    .news_classify {
        margin-top:50px;
    }
    .about_plate1{
        margin-top:80px;
    }
    .news {
        padding-bottom:80px;
    }
    .about_plate1_pack {
        padding-right:60px;
    }
    .public_title h2{
        font-size:58px;
        line-height:70px;
    }
    .public_title h3,
    .honor h3, .history h3,
    .contactUs_message h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .about_palte1_desc {
        margin-top:15px;
    }
    .honor {
        padding:80px;
    }
    .trophyhonr {
        padding:0 100px 15px;
    }
    .hisswiper_img {
        width:400px;
    }
    .hisswiper_cont {
        width:calc(100% - 400px);
        font-size:16px;
        line-height:26px;
        padding:20px;
    }
    .hisswiper {
        width:80%;
    }
    .history_time_list .swiper-slide span:first-child {
        font-size:26px;
    }
    .history_time_list .swiper-slide span:last-child {
        font-size:20px;
        padding-top:5px;
    }
        .history_time_list .swiper-slide span:last-child:before {
            top:-35px;
        }
    .history_time_list .swiper-slide span:before {
        bottom:5px;
    }
    .territory {
        margin-top:60px;
    }
    .products_list_cont li {
        width:50%;
    }
    .products_classify > ul > li > a,
    .er_pro_class li a {
        font-size: 18px;
    }
    .products_detail_tab {
        margin-right:60px;
    }
        .products_detail_tab span,
        .public_detail_title {
            font-size: 20px;
        }
    .faq_list_cont h4 {
        font-size:20px;
    }
    .faq_list_cont p {
        font-size:16px;
    }
    .public_classify{
        width:1000px;
    }
    .contact_list_cont h4 {
        font-size:20px;
    }
    .contact_list_cont p {
        font-size:16px;
    }
    .contact_list_icon {
        width:60px;
        margin-right:10px;
    }
    .contact_list_cont {
        width: calc(100% - 90px);
    }
    .map * {
        height:500px !important;
    }
    .contactUs_message {
        margin-top:80px;
    }
    .contactUs_message_input label {
        font-size:18px;
        line-height:45px;
    }
    .contactUs_message_input input {
        font-size:18px;
        line-height:43px;
    }
    .contactUs_message_input textarea {
        font-size:18px;
        height:180px;
    }
    .contactUs_message_code input {
        line-height:43px;
    }
    .message_submit {
        font-size:150px;
        line-height:40px;
        font-size:16px;
    }
    .banner_title h3 {
        font-size:50px;
        line-height:70px;
    }
    .banner_title img {
        width:60px;
    }
    .home_pro_list li {
        width:33.333%;
    }
}
@media(max-width:1000px) {
    .layout,
    .news_classify {
        width: 100%;
    }
        
        .side_column {
            right: 0;
            width: 40px;
        }
    .service {
        padding:5px;
    }
        .service img {
            width:30px;
            height:30px;
        }
        .banner_title h3 {
            font-size: 30px;
            line-height: 50px;
        }
    .banner_title img {
        width: 40px;
    }
    .banner>img {
        height:150px;
    }
    .news {
        padding:30px 15px;
    }
    .news_classify a {
        font-size:16px;
        line-height:40px;
        width:50%;
    }
    .news_classify {
        flex-wrap:wrap;
    }
    .w_nav {
        flex-wrap:wrap;
    }
        .w_nav > li {
            width:100%;
        }
            .w_nav > li > a {
                line-height:40px;
                font-size:16px;
                padding:0 10px;
            }
    .er_nav {
        position:static;
        width:100%;
    }
        .er_nav li a {
            font-size: 16px;
            line-height: 32px;
            text-align: left;
            padding: 0 10px;
        }
    .serve_plate3 {
        margin-top:30px;
    }
    .home_plate4 {
        padding-top:30px;
    }
    .logo {
        height: 60px;
        padding: 10px 15px;
    }
    .header_search {
        display:none;
    }
    .header_top_pack {
        position:relative;
    }
    header.active .header_top_pack {
        display: block;
    }
    header.active .w_nav > li > a {
        font-size:16px;
        line-height:40px;
    }
    .language {
        margin-left:0;
    }
    .header_top_right {
        margin-right:120px;
    }
    .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%;
        }
        .navlist {
            display:none;
        }
    .banner_swiper .swiper-button-prev {
        width:40px;
        height:40px;
        left:15px;
    }
    .banner_swiper .swiper-button-next {
        width: 40px;
        height: 40px;
        right:15px;
    }
    .banner_swiper img {
        height:200px;
    }
    .banner_swiper_title h2 {
        font-size:30px;
        line-height:40px;
    }
    .banner_swiper_title h4  {
        font-size:14px;
        line-height:24px;
        margin-top:0;
    }
    .banner_swiper_title p{
        font-size:16px;
        line-height:26px;
    }
    .banner_swiper_title {
        width:100%;
    }
    .home_about_list {
        flex-wrap:wrap;
    }
    .home_about_list li {
        width: 50%;
        margin-bottom:10px;
    }
        .home_about_list li h2{
            font-size:30px;
            line-height:40px;
        }
        .home_about_list li p {
            font-size:14px;
            line-height:24px;
        }
    .home_pro_list li {
        width:100%;
        padding:0;
    }
    .home_products {
        padding:30px 15px;
    }
    .products_list_cont {
        margin:0 0;
    }
    .home_pro_list li:first-child h3 {
        font-size:20px;
        line-height:30px;
    }
    .home_pro_list li:first-child h4 {
        font-size:16px;
        line-height:26px;
    }
    .home_pro_list li:first-child a {
        font-size:14px;
        line-height:24px;
    }
    .home_pro_list li:first-child {
        padding-top:0;
    }
    .bx-siteR003-list .right {
        padding:20px;
    }
    .home_territory {
        padding:30px 15px;
    }
    .bx-siteR003 {
        margin-top:30px;
    }
    .territory > h3, .home_news_pack h3 {
        font-size:20px;
        line-height:30px;
    }
    .bx-siteR003-list .right {
        transform:none;
    }
        .bx-siteR003-list .right .text {
            padding:0 0 50px;
        }
            .bx-siteR003-list .right .text .buttom {
                bottom:0;
            }
    .home_news {
        padding:30px 15px;
    }
    .serve_list li {
        width:100%;
    }
    .serve_list_cont p {
        font-size:14px;
        line-height:24px;
    }
    .serve_list_cont h4{
        font-size:16px;
        line-height:26px;
    }
    .home_download {
        padding:30px 15px;
    }
    .support_download_list li a p, .support_download_list li a span {
        font-size:16px;
        line-height:26px;

    }
    .support_download_list li a p {
        padding-right:30px;
    }
    .support_download_list li a span img {
        width:20px;
    }
    .about_plate1 {
        margin-top:30px;
    }
        .about_plate1 .layout {
            position:static;
            transform:none;
        }
    .about_plate1_pack {
        width:100%;
        padding-right:0;
    }
    .public_title h2 {
        font-size:35px;
        line-height:45px;
    }
    .public_title h3, .honor h3, .history h3, .contactUs_message h3 {
        font-size:20px;
        line-height:30px;
    }
    .about_palte1_desc {
        font-size:14px;
    }
    .about_plate1_img{
        float:none;
        width:100%;
        margin-top:20px;
    }
    .honor {
        padding:20px 0;
    }
    .trophyhonr,
    .bottom {
        padding: 0 20px 15px;
    }
    .history {
        padding:30px 15px;
    }
    .hisswiper_pack {
        display:block;
    }
    .hisswiper_img,
    .hisswiper {
        width: 100%;
    }
    .hisswiper_cont{
        width:100%;
    }
    .hisarr {
        width:40px;
        height:40px;
        display:none;
    }
    .history_list {
        margin-top:30px;
    }
    .hisswiper_cont{
        font-size:14px;
        line-height:24px;
    }
    .news_classify.active {
        top:60px;
    }
        .news_classify.active a {
            font-size:16px;
        }
    .products_pack {
        margin-top:30px;
        display:block;
    }
    .products_classify,
    .products_list {
        width: 100%;
    }
        .products_classify > ul > li > a, .er_pro_class li a {
            font-size:16px;
            line-height:26px;
        }
        .products_classify > ul > li > a {
            padding:10px 20px;
        }
    .er_pro_class li a{
        padding:8px 0;
    }
    .products_list {
        padding:0;
    }
    .products_list_cont li {
        width:100%;
    }
    .products_list {
        margin-top:20px;
    }
    .products_detail h3 {
        font-size:20px;
        line-height:30px;
    }
    .products_detail div,
    .products_detail_text {
        font-size: 16px;
        line-height: 26px;
    }
    .products_detail_cont {
        margin-top:30px;
        overflow:auto;
    }
    .products_detail_tab_list,
    .products_detail_content {
        width: 300%;
    }
    .products_detail_tab span, .public_detail_title,
    .faq_list_cont h4 {
        font-size: 18px;
    }
    .faq_list_pack img{
        width:25px;
    }
    .faq_list_cont p{
        font-size:14px;
    }
    .contact_list li{
        width:100%;
        padding:0 ;
        margin-bottom:10px;
    }
    .contact_list{
        flex-wrap:wrap;
        margin:30px 0 0;
    }
    .contact_list_pack {
        padding:30px 10px;
    }
    .contact_list_icon {
        width:40px;
    }
    .contact_list_cont {
        width: calc(100% - 50px);
    }
    .map * {
        height:300px !important;
    }
    .contactUs_message {
        margin-top:30px;
    }
    .contactUs_message_form {
        width:100%;
        margin:30px 0;
    }
    .contactUs_message_input label {
        font-size:16px;
        line-height:40px;
    }
    .contactUs_message_input input{
        font-size:16px;
        line-height:38px;
        width:calc(100% - 100px);
    }
    .contactUs_message_input label {
        width:100px;
    }
    .contactUs_message_input textarea {
        font-size:16px;
        width:calc(100% - 100px);
    }
    .contactUs_message_code {
        padding-left:0;
    }
    .count {
        width:100%;
    }
    .count_plate1 {
        flex-wrap:wrap;
    }
    .count_cont {
        width:100%;
    }
    .count_title {
        width:100%;
        text-align:left;
        margin-bottom:10px;
    }
    .count_plate1 .count_input {
        width:100%;
        margin-bottom:10px;
    }
    .count_cont {
        flex-wrap:wrap;
    }
    .count_input label {
        font-size:16px;
        line-height:40px;
    }
    .count_title {
        font-size:18px;
        line-height:40px;
    }
    .count_input input {
        font-size: 16px;
        line-height: 38px;
    }
    .count_plate3 .count_input select {
        font-size:16px;
        height:40px;
    }
    .count_plate1{
        margin-bottom:10px;
    }
    .count_submit{
        width:150px;
        line-height:40px;
        font-size:16px;
        margin-top:50px;
    }
    .products_nav {
        display:none;
        padding:0;
        max-height:200px;
        overflow:auto;
    }
    .products_nav>li {
        width:50%;
    }
    .san_nav li a {
        padding:0 15px;
        font-size:14px;
        line-height:24px;
    }
    .san_nav {
        margin-top:5px;
    }
    /*.products_nav > li > a,
    .san_nav li a {
        padding: 0 5px;
    }*/
    .products_detail_pack {
        display:block;
    }
    .products_detail_img,
    .products_detail_texts {
        width: 100%;
    }
    .products_detail_texts {
        padding: 0 0;
    }
    .products_detail_texts p {
        font-size:14px;
        line-height:24px;
    }
    .serve_cont{
        margin-top:30px;
    }
    .serve_plate1_title {
        font-size:25px;
        line-height:35px;
    }
    .serve_plate1_list {
        margin:30px 0 0;
    }
        .serve_plate1_list li {
            width:100%;
            padding:0;
            margin-bottom:20px;
        }
            .serve_plate1_list li::after {
                width:100%;
            }
    .serve_plate2{
        padding-top:20px;
        display:block;
    }
    .serve_plate2_pack{
        width:100%;
        margin-bottom:20px;
        padding:20px;
    }
    .serve_plate2_pack_text p,
    .serve_plate3 p {
        font-size: 20px;
        line-height: 30px;
    }
    .serve_plate2_pack_cont2 .serve_plate2_pack_text p{
        font-size:18px;
        line-height:28px;
    }
    .serve_plate3_pack{
        padding:40px 15px;
    }
    .banner_swiper_title {
        display:none;
    }
}