﻿* {
    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;
}
.logo {
    height:100px;
    padding:30px 0;
}
.logo a {
    display:block;
   height:100%;
}
.logo img {
    display:block;
    max-height:100%;
}
.header_pack{
    display:flex;
    justify-content:space-between;
}
.w_nav{
   display:flex;
}
.w_nav>li {
    padding:0 25px;
    position:relative;
}
    .w_nav > li > a {
        font-size: 18px;
        line-height: 97px;
        color: rgb(0, 0, 0);
        display:block;
        border-bottom:3px solid transparent;
    }
        .w_nav > li.active > a,
        .w_nav > li > a:hover {
            color: rgb(19, 41, 126);
            font-weight: bold;
            border-bottom-color: rgb(19, 41, 126);
        }
    .er_nav {
        background:#fff;
        position:absolute;
        top:100%;
        left:0;
        min-width:100%;
        z-index:100;
        box-shadow:0 10px 10px rgba(0,0,0,.1);
        display:none;
    }
        .er_nav li a {
            display:block;
            font-size:16px;
            line-height:32px;
            white-space:nowrap;
            color:#000;
            text-align:left;
            padding:0 25px;
        }
            .er_nav li a:hover {
                /*background: linear-gradient(to right,rgb(0, 147, 66),rgb(19, 41, 126));*/
                background: rgb(19, 41, 126);
                color: #fff;
            }
            header {
                padding: 0 100px;
                border-bottom: 1px solid rgb(234, 237, 241);
            }
.nei-banner{
    position:relative;
}
    .nei-banner img {
        width:100%;
        display:block;
    }
    .banner_cont {
        position: absolute;
        width: 90%;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }
.banner_cont h3 {
    font-size:60px;
    line-height:79px;
    font-weight:bold;
    text-align:center;
    color:#fff;
}
.banner_cont p {
    font-size:24px;
    line-height:32px;
    color:#fff;
    text-align:center;
    margin-top:16px;
}
.public_classify {
    background: rgba(249, 250, 251,.9);
    padding:27px 0;
}
.public_classify li {
    padding:0 50px;
    position:relative;
}
    .public_classify li::after {
        content: "";
        width: 1px;
        height: 60%;
        background: rgb(213, 216, 217);
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
        .public_classify li:last-child::after {
            display:none;
        }
        .public_classify li a {
            display: block;
            font-size: 18px;
            line-height: 24px;
            color: rgb(0, 0, 0);
            white-space:nowrap;
        }
        .public_classify   li   a.active {
            color: rgb(0, 147, 66);
            font-weight:bold;
        }
.public_classify_list {
    display:flex;
    justify-content:center;
    overflow:auto;
}
    .public_classify_list::-webkit-scrollbar {
        height:5px;
    }
    .public_classify_list_cont {
        display: flex;
    }
.news_cont{
    padding:80px 0 150px;
}
.news_list {
    display:flex;
    flex-wrap:wrap;
    margin:0 -43px;
}
.news_list li {
    width:33.3333%;
    padding:0 43px;
    margin-bottom:80px;
}
    .news_list li a {
        display:block;
    }
.news_list_cont {
    padding: 30px 30px 27px;
    transition:all .5s;
    background: rgb(249, 250, 251);
}
    .news_list_cont h4 {
        font-size: 16px;
        line-height: 24px;
        color: rgb(0, 0, 0);
        height:48px;
    }
    .news_list_cont span {
        display: block;
        font-size: 16px;
        line-height: 24px;
        color: rgb(135, 135, 135);
        margin-top:15px;
    }
.news_list li a:hover img {
    transform:scale(1.1);
}
.news_list li a:hover .news_list_cont {
    background: linear-gradient(to right,rgb(0, 147, 66),rgb(19, 41, 126));
}
.news_list li a:hover h4,
.news_list li a:hover span{
    color: #fff;
}
.footer002.footer {
    width: 100%;
    background-color: #303030;
}

.footer002 .footer-item {
    padding-top: 45px;
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

.footer002 .footer-logo {
    width: 17%;
}

    .footer002 .footer-logo .footl {
        display: block;
        height: 80px;
    }

        .footer002 .footer-logo .footl img {
            max-height: 100%
        }

.footlink {
    display: flex;
    align-items: center;
    padding-top: 30px;
}

    .footlink a {
        display: block;
        width: 40px;
        height: 40px;
        background: #ffffff20;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        margin-right: 10px;
    }

        .footlink a img {
            max-height: 15px;
        }

.footer002 .footer-nav {
    width: 80%;
}

    .footer002 .footer-nav ul {
        display: flex;
        justify-content: space-between;
    }

        .footer002 .footer-nav ul li {
            width: 13%;
        }

            .footer002 .footer-nav ul li:nth-child(5) {
                width: 28%;
                padding-right: 10px
            }

            /*.footer002 .footer-nav ul li:nth-child(5) {
                width: 18%;
            }*/

            .footer002 .footer-nav ul li .ewm {
                display: flex;
                justify-content: space-between
            }

            .footer002 .footer-nav ul li .ewm-f {
                width: 100%
            }

                .footer002 .footer-nav ul li .ewm-f p {
                    padding: 0;
                    text-align: center;
                    line-height: 30px;
                }

            .footer002 .footer-nav ul li a {
                display: block;
                font-size: 16px;
                color: rgba(255, 255, 255, .6);
                line-height: 32px;
            }

                .footer002 .footer-nav ul li a:hover {
                    color: #fff;
                }

            .footer002 .footer-nav ul li h3 {
                font-size: 18px;
                color: #efefef;
                font-weight: 400;
                margin-bottom: 15px;
            }

            .footer002 .footer-nav ul li p {
                display: block;
                font-size: 16px;
                color: rgba(255, 255, 255, 1);
                padding-bottom: 10px;
                position: relative;
                padding-left: 20px
            }

                .footer002 .footer-nav ul li p i {
                    position: absolute;
                    left: 0;
                    top: 2px;
                }

                .footer002 .footer-nav ul li p .bx-tongzhi1 {
                    font-size: 12px;
                }

            .footer002 .footer-nav ul li img {
                width: 105px;
                margin:20px auto 0;
                display:block;
            }

.footer002 .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .1);
    text-align: center;
    padding: 10px;
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
    background-color: #303030
}

    .footer002 .footer-bottom a {
        font-size: 14px;
        color: rgba(255, 255, 255, .4);
    }

        .footer002 .footer-bottom a:hover {
            color: #fff;
        }
        .y1200 {
            max-width:1200px;
            margin:0 auto;
        }

@media(max-width:1000px) {
    .footer002 .footer-nav ul li {
        display: none;
    }

        .footer002 .footer-nav ul li:nth-child(5) {
            display: block;
            width: 100%
        }

    .footer002 .footer-item {
        flex-direction: column;
        padding: 20px 0;
    }

    .footlink {
        display: none;
    }

    .footer002 .footer-logo {
        width: 100%;
        text-align: center;
    }

    .footer002 .footer-nav ul li p {
        margin-top: 10px;
    }

    .footer002 .footer-nav {
        width: 100%;
        margin-top: 20px;
    }
}
.news_detail{
    padding:18.5px 0 100px;
}
.public_nav {
    font-size: 16px;
    line-height: 24px;
    color: rgb(102, 102, 102);
}
    .public_nav a {
        color: rgb(102, 102, 102);
    }
.news_detail_pack{
    padding-top:44px;
}
.NewsDetail001-title {
    text-align: left;
}
.NewsDetail001-title h3 {
    font-size: 40px;
    line-height: 53px;
    color: #000;
    font-weight:bold;
}
.tit_bar .text {
    color: rgb(102, 102, 102);
    margin:17px 0 0;
}
.NewsDetail001-item {
    padding: 80px;
    background: rgb(249, 250, 251);
    margin:48.5px 0 0;
    font-size:18px;
    line-height:28px;
}
.news_detail_list {
    padding: 76px 0 83px;
    background: rgb(249, 250, 251);
}
    .news_detail_list h3 {
        font-size: 36px;
        line-height: 48px;
        color: rgb(0, 0, 0);
        font-weight:bold;
    }
.news_detail_listswiper{
    overflow:hidden;
    margin-top:49px;
}

.news_detail_listswiper a {
    display:block;
}
.news_detail_listswiper_cont {
    background:#fff;
    padding:30px 35px;
}
    .news_detail_listswiper_cont h4 {
        font-size: 20px;
        line-height: 30px;
        color: rgb(0, 0, 0);
    }
    .news_detail_listswiper_cont p {
        font-size: 16px;
        line-height: 24px;
        color: rgb(102, 102, 102);
        margin-top:10px;
    }
.news_detail_listswiper a:hover img {
    transform:scale(1.1);
}
.str_wrap {
    overflow: hidden;
    /* zoom:1; */
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.str_move {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
}

.str_move_clone {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 100%;
    top: 0;
}

.str_vertical .str_move_clone {
    left: 0;
    top: 100%;
}

.str_down .str_move_clone {
    left: 0;
    bottom: 100%;
}

.str_vertical .str_move,
.str_down .str_move {
    white-space: normal;
    width: 100%;
}

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
    cursor: inherit;
}

.str_wrap img {
    max-width: none !important;
}

.bx-siteM103-title {
    text-align: center;
}

    .bx-siteM103-title h3 {
        font-size: 36px;
        line-height: 36px;
        color: #333;
    }

    .bx-siteM103-title p {
        color: #666666;
        font-size: 18px;
        line-height: 18px;
        margin-top: 20px;
    }

.bx-siteM103-item {
    width: 100%;
    max-width: 1700px;
    position: relative;
    margin: 0 auto;
    margin-top: 78px;
}


    .bx-siteM103-item ul {
        white-space: nowrap;
        margin-top: 0;
    }

        .bx-siteM103-item ul li {
            display: inline-block;
            width: 220px;
            height: 100px;
            float: none;
            margin: 10px 12px;
        }

            .bx-siteM103-item ul li .bx-siteM103-list {
                display: block;
                width: 100%;
                height: 100%;
                background-color: #fff !important;
                overflow: hidden;
                position: relative;
                border-radius:5px;
            }

                .bx-siteM103-item ul li .bx-siteM103-list img {
                    max-width: 100%;
                    max-height: 100%;
                    width: auto;
                }

                .bx-siteM103-item ul li .bx-siteM103-list .img {
                    width: 100%;
                    height: 100%;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }

                .bx-siteM103-item ul li .bx-siteM103-list .img:hover:before {
                    width: 100%;
                }

                .bx-siteM103-item ul li .bx-siteM103-list .img:hover:after {
                    width: 100%;
                }

                .bx-siteM103-item ul li .bx-siteM103-list:hover:before {
                    height: 100%;
                }

                .bx-siteM103-item ul li .bx-siteM103-list:hover::after {
                    height: 100%;
                }

.bx-siteM103-itemBox {
    margin-top: 15px;
}

/*@media screen and (max-width: 1500px) {
    .bx-siteM103-item ul li {
        width: 230px;
        height: 100px;
    }

    .bx-siteM103-itemBox {
        margin-top: 25px;
    }

    .bx-siteM103-item {
        margin-top: 80px;
    }
}*/

@media screen and (max-width: 1000px) {
    .bx-siteM103-item ul li {
        width: 120px;
        height: 60px;
        margin: 8px;
    }

    .bx-siteM103-itemBox {
        margin-top: 10px;
    }

    .bx-siteM103-item {
        margin-top: 20px;
    }

    .bx-siteM103-title h3 {
        font-size: 22px;
    }

    .bx-siteM103-title p {
        font-size: 14px;
        margin-top: 10px;
    }
}
.cooper {
    padding:115px 0 163px;
    background:url(../images/cbg.png) no-repeat center/cover;
}
.cooper_title {
    text-align:center;
}
.cooper_title h3 {
    font-size: 40px;
    line-height: 53px;
    font-weight: bold;
    color: rgb(19, 41, 126);
}
.build_plate1 .cooper_title h3,
.build_plate2 .cooper_title h3,
.build_plate3 .cooper_title h3,
.build_plate4 .cooper_title h3 {
    color: rgb(219, 0, 0);
}
.case {
    padding: 120px 0 150px;
}
.case_list li {
    margin-bottom:40px;
}
.case_list li a {
    display:flex;
    align-items:center;
}
.case_list li a>div {
    width:50%;
}
.case_list_cont{
    padding:10px 80px 10px 60px;
}
.case_list_cont span {
    font-size: 18px;
    line-height: 24px;
    color: rgb(102, 102, 102);
}
.case_list_cont h4 {
    font-size: 24px;
    line-height: 32px;
    margin-top: 20px;
    font-weight: bold;
    color: rgb(0, 0, 0);
}
.case_list_cont p {
    font-size: 16px;
    line-height: 24px;
    color: rgb(102, 102, 102);
    margin-top:26px;
}
.case_list li a:hover img {
    transform:scale(1.1);
}
.case_list li:nth-child(2n) a {
    flex-direction:row-reverse;
}
.case_list li:nth-child(2n) .case_list_cont {
    padding:10px 60px 10px 80px;
}
.contact {
    padding:95px 0 120px;
}
.contact_list {
    display: flex;
    margin: 50px -12.5px 0;
}
.contact_list li {
    width: 33.333%;
    padding: 0 12.5px;
}
.contact_list_pack {
    display: block;
    background: rgb(248, 251, 255);
    padding: 56px 50px;
    height: 100%;
}
.contact_list_pack:hover {
    background: linear-gradient(to right,rgb(0, 147, 66),rgb(19, 41, 126));
}
.contact_list_pack:hover h4,
.contact_list_pack:hover p {
    color: #fff;
}
.contact_list_pack:hover .contact_list_img img {
    display:none;
}
.contact_list_pack:hover .contact_list_img img:last-child {
    display:block;
}
.contact_list_img {
    height: 51px;
}
.contact_list_img img {
    max-height: 100%;
    display: block;
}
.contact_list_img img:last-child {
    display:none;
}
.contact_list_text {
    margin-top: 48px;
}
.contact_list_text h4 {
    font-size: 24px;
    line-height: 32px;
    color: rgb(0, 0, 0);
}
.contact_list_text p {
    font-size: 16px;
    line-height: 21px;
    color: rgb(98, 98, 98);
    margin-top: 20px;
}
.map {
    margin-top: 40px;
}
.map * {
    width: 100%;
    height: 600px !important;
}
.contact_form {
    margin-top:115px;
}
.contact_form_input{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    margin-top:48.4px;
}
.contact_input {
    width: 24%;
    display: flex;
    align-items: center;
    background: rgb(248, 249, 251);
    padding:0 20px;
    margin-bottom:20px;
}
    .contact_input p {
        font-size: 18px;
        line-height: 26px;
        color: rgb(0, 0, 0);
        width:63px;
    }
    .contact_input span {
        color: rgb(192, 0, 0);
    }
.contact_input input {
    width:calc(100% - 63px);
    padding:0 0 0 10px;
    border:none;
    background:transparent;
    font-size:18px;
    line-height:50px;
}
.contact_input:last-child {
    width:100%;
    align-items:flex-start;
}
    .contact_input:last-child p {
        width:110px;
        margin-top:10px;
    }
    .contact_input:last-child textarea {
       width:calc(100% - 110px);
       height:160px;
       font-size:18px;
       line-height:26px;
       padding:10px;
       border:none;
       background:transparent;
    }
.submit {
    width: 150px;
    background: linear-gradient(to right,rgb(0, 147, 66),rgb(19, 41, 126));
    color:#fff;
    text-align:center;
    margin:30px auto 0;
    font-size:16px;
    line-height:50px;
    cursor:pointer;
    transition:all .5s;
}
.submit:hover {
    box-shadow:0 0 20px rgba(0, 147, 66,.2);
}
.join {
    padding:77px 0 150px;
}
.join_list li {
    margin-bottom:44px;
}
.join_list_title {
    border-bottom: 1px solid rgb(229, 229, 229);
    padding-bottom:24px;
    cursor:pointer;
}
    .join_list_title.active {
        border-bottom-color:rgb(0, 147, 66);
    }
        .join_list_title.active h4 {
            color:rgb(0, 147, 66);
        }
        .join_list_title h4 {
            font-size: 24px;
            line-height: 32px;
            color: rgb(0, 0, 0);
            font-weight: bold;
        }
.join_list_title_cont {
    display: flex;
    align-items: flex-start;
    justify-content:space-between;
    margin-top: 17px;
    font-size: 16px;
    line-height: 24px;
}
    .join_list_title_cont p {
        
        color: rgb(0, 0, 0);
    }
    .join_list_title_cont span {
        color: rgb(102, 102, 102);
    }
.join_list_desc {
    padding: 21.5px 0 0;
    font-size: 16px;
    line-height: 28px;
    color: rgb(102, 102, 102);
}
.join_list_cont{
    display:none;
}
.ls-title h3 {
    font-size: 40px;
    font-weight: bold;
    color: rgb(19, 41, 126);
}

.ls-title p {
    font-size: 20px;
    color: rgb(0, 147, 66);
}

.ls-title span {
    display: inline-block;
    width: 60px;
    height: 2px;
    background: rgb(0, 147, 66);
    margin-top: 40px;
}
.about_plate1{
    padding:120px 0;
}
.index-adout {
    position: relative;
}

    .index-adout .pic {
        position: relative;
        width: 65%;
        border-radius: 0 200px 0 0;
        overflow: hidden;
        height: 775px
    }

        .index-adout .pic:before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: #00000060
        }

        .index-adout .pic img {
            width: 100%;
            height: 100%;
            object-fit: cover
        }

    .index-adout .index-adout-fd {
        position: absolute;
        width: 90%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        bottom:0;
    }

        .index-adout .index-adout-fd .video-fl {
            width: 40%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer
        }

        .index-adout .index-adout-fd .sy-adout {
            width: 60%;
            background: #fff;
            padding: 70px;
            border-radius: 20px 0 0 0;
        }

            .index-adout .index-adout-fd .sy-adout .tet {
                font-size: 16px;
                color: #666;
                line-height: 25px;
                margin: 40px 0 0;
                overflow:auto;
                max-height:250px;
            }
                .index-adout .index-adout-fd .sy-adout .tet::-webkit-scrollbar {
                    width:3px;
                }
                .tet p {
                    text-indent: 2em;
                    margin-bottom: 5px;
                }

.index-adout .index-adout-fd .sy-adout ul {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0 0 0
}

                .index-adout .index-adout-fd .sy-adout ul li {
                    width: 33.3%;
                    padding-right: 60px;
                }

                    .index-adout .index-adout-fd .sy-adout ul li:last-child {
                        padding: 0
                    }

                    .index-adout .index-adout-fd .sy-adout ul li h3 {
                        font-size: 52px;
                        color: rgb(0, 147, 66)
                    }

                        .index-adout .index-adout-fd .sy-adout ul li h3 sub {
                            font-size: 18px;
                            padding-left: 10px;
                        }

                    .index-adout .index-adout-fd .sy-adout ul li p {
                        font-size: 16px;
                        color: #666;
                        border-top: solid 1px #e7e7e7;
                        padding-top: 10px;
                        margin-top: 20px;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        overflow: hidden;
                    }

            .index-adout .index-adout-fd .sy-adout .but {
                display: inline-block;
                padding: 8px 40px;
                border: solid 1px #b2b2b2;
                font-size: 16px;
                color: #333;
                border-radius: 10px;
                display:none;
            }

                .index-adout .index-adout-fd .sy-adout .but:hover {
                    background: linear-gradient(to right,rgb(0, 147, 66),rgb(19, 41, 126));
                    color: #fff;
                }

@media (max-width: 1000px) {
    .ls-title h3 {
        font-size: 24px;
    }

    .ls-title p {
        font-size: 16px;
    }

    .ls-title span {
        display: inline-block;
        margin: 20px auto 0
    }

    .index-adout {
        position: relative;
    }

        .index-adout .pic {
            position: relative;
            width: 100%;
            border-radius: 0;
            overflow: hidden;
            height: 200px
        }

        .index-adout .index-adout-fd {
            position: relative;
            width: 100%;
            top: 0px;
        }

            .index-adout .index-adout-fd .video-fl {
                position: absolute;
                top: -200px;
                left: 0;
                z-index: 5;
                width: 100%;
                height: 200px;
                display: flex;
                align-items: center;
                justify-content: center;
                cursor: pointer
            }

                .index-adout .index-adout-fd .video-fl img {
                    width: 50px;
                }

            .index-adout .index-adout-fd .sy-adout {
                width: 100%;
                background: #fff;
                padding: 20px 10px;
                border-radius: 0;
            }

                .index-adout .index-adout-fd .sy-adout .ls-title {
                    text-align: center;
                }

                .index-adout .index-adout-fd .sy-adout .tet {
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 100;
                    line-height: 25px;
                    height: auto;
                    overflow: hidden;
                    margin: 20px 0 0;
                }

                .index-adout .index-adout-fd .sy-adout ul {
                    display: flex;
                    flex-wrap: wrap;
                    padding: 20px 0 20px 0
                }

                    .index-adout .index-adout-fd .sy-adout ul li {
                        width: 33.3%;
                        padding-right: 10px;
                    }

                        .index-adout .index-adout-fd .sy-adout ul li:last-child {
                            padding: 0
                        }

                        .index-adout .index-adout-fd .sy-adout ul li h3 {
                            font-size: 38px;
                        }

                            .index-adout .index-adout-fd .sy-adout ul li h3 sub {
                                font-size: 14px;
                                padding-left: 10px;
                            }

                        .index-adout .index-adout-fd .sy-adout ul li p {
                            font-size: 14px;
                        }

                .index-adout .index-adout-fd .sy-adout .but {
                    display: block;
                    text-align: center;
                    width: 140px;
                    padding: 8px 30px;
                    font-size: 14px;
                    margin: 20px auto 0
                }
}
.video_shadow {
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 302;
    display: none;
}

.video_sahodw_cont {
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

    .video_sahodw_cont video {
        max-height: 70vh;
    }

.vidoe_cha {
    font-size: 50px;
    line-height: 60px;
    position: absolute;
    top: -60px;
    right: 0;
    transform: rotate(45deg);
    color: #fff;
    font-weight: 300;
    cursor: pointer;
}

.video_sahodw_cont video {
    width: 100%;
}
.about_plate2 {
    padding: 95px 0 105px;
    background: rgb(249, 250, 251);
}
.history_swiper {
    margin-top: 50px;
    padding-left: 10%;
    overflow: hidden;
    position: relative;
    padding-bottom: 20px;
}

    .history_swiper::before {
        content: "";
        width: 100%;
        height: 1px;
        background: rgb(19, 41, 126);
        position: absolute;
        top: 56px;
        left: 0;
    }

    .history_swiper h3 {
        font-size: 36px;
        line-height: 48px;
        color: rgb(0, 0, 0);
        font-weight: 500;
        padding-bottom: 9px;
        position: relative;
        display: inline-block;
        margin-left: 36px;
    }



        .history_swiper h3::after {
            content: "";
            width: 12px;
            height: 12px;
            background: rgb(19, 41, 126);
            border-radius: 50%;
            position: absolute;
            bottom: -7px;
            left: 50.5%;
            transform: translateX(-50%);
            z-index: 2;
        }

.history_list {
    margin-top: 29.5px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(159, 24, 23, 0.1);
    padding: 20px 20px 50px;
    position: relative;
}



    .history_list li {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        font-size: 16px;
        line-height: 21px;
        color: rgb(51, 51, 51);
        padding-bottom: 30px;
        position: relative;
    }

        .history_list li::before {
            content: "";
            width: 12px;
            height: 12px;
            top: 5px;
            left: 51px;
            border-radius: 50%;
            background: rgb(19, 41, 126);
            position: absolute;
        }

        .history_list li::after,
        .history_list::before {
            content: "";
            height: 105%;
            width: 1px;
            border-right: 1px dashed rgb(19, 41, 126);
            position: absolute;
            top: 0;
            left: 56.5px;
        }

    .history_list::before {
        left: 76.5px;
        top: -30px;
        height: 60px;
    }

    .history_list li:last-child {
        padding: 0;
    }

        .history_list li:last-child::after {
            display: none;
        }

    .history_list li h4 {
        width: 50px;
        padding-top: 3px;
    }

    .history_list li div {
        width: calc(100% - 80px);
    }

        .history_list li div p {
            margin-bottom: 10px;
        }

.history_swiper .swiper-slide-active h3::before {
    background: rgba(42, 129, 226,.15);
}

.history_swiper .swiper-slide-active h3 {
    color: rgb(0, 147, 66);
}
    .history_swiper .swiper-slide-active h3::after {
        background:rgb(0, 147, 66);
    }
.history_swiper .swiper-slide-active .history_list li::after, .history_swiper .swiper-slide-active .history_list::before {
    border-right-color:rgb(0, 147, 66);
}
.history_swiper .swiper-slide-active .history_list li::before {
    background:rgb(0, 147, 66);
}
.about_plate3{
    padding:100px 0 125px;
    background:url(../images/a4.png) no-repeat center center;
}
.about_plate3_pack{
    display:flex;
    align-items:center;
}
.about_plate3_left{
    width:45%;
    padding-right:18%;
}
.about_plate3_cont {
    margin-top: 46.5px;
    font-size: 16px;
    line-height: 36px;
    color: rgb(102, 102, 102);
}
.about_plate3_cont span  {
    font-weight:bold;
    color:#000;
}
.about_plate3_left .cooper_title {
    text-align:left;
}
.about_plate3_right{
    display:flex;
    width:55%;
    justify-content:space-between;
}
.about_plate3_right>div {
    width:calc(50% - 25px);
}
.about_plate3_cont1 {
    position:relative;
}
.about_plate3_cont1_img img {
    height: 300px;
    object-fit: cover;
}
.about_plate3_cont2 {
    margin-top: 50px;
    position: relative;
}
.about_plate3_cont2_img {
    height:445px;
    object-fit:cover;
}
.about_plate3_cont3 {
    margin-top:210px;
}
.about_plate3_cont3_img img{
    height:390px;
    object-fit:cover;
}
.about_plate3_cont1_text {
    padding-bottom: 17px;
    border-bottom: 1px dashed  rgb(228, 228, 228);
}
    .about_plate3_cont1_text h4 {
        font-size: 18px;
        line-height: 24px;
        color: rgb(0, 147, 66);
        font-weight:bold;
    }
    .about_plate3_cont1_text p {
        font-size: 16px;
        line-height: 24px;
        color: rgb(102, 102, 102);
        margin-top:20px;
    }
.about_plate3_cont1 .about_plate3_cont1_text {
    position:absolute;
    left:100%;
    bottom:151px;
    width:100%;
    padding-left:50px;
}
.about_plate3_cont2 .about_plate3_cont1_text {
    position: absolute;
    right: 100%;
    bottom: 71px;
    width: 60%;
}
.about_plate3_cont3 .about_plate3_cont1_text {
    margin-top:28px;
}
.about_plate4 {
    padding: 95px 0 104px;
    background: url(../images/hbg.png) no-repeat center/cover;
}

    .about_plate4 .public_title {
        text-align: center;
    }

        .about_plate4 .public_title h3 {
            left: 50%;
            transform: translate(-50%,-50%);
        }

.honor_pack {
    position: relative;
}

.honor_swiper {
    overflow: hidden;
    padding: 120px 0;
    margin-top:63px;
}

    .honor_swiper .swiper-slide {
        transform: scale(.8);
        transition: all .3s;
        z-index: 6;
    }

    .honor_swiper .swiper-slide-active {
        transform: scale(1.5);
        z-index: 10;
    }

    .honor_swiper .swiper-slide-prev {
        transform: scale(1) translateX(-30px);
        z-index: 8;
    }

    .honor_swiper .swiper-slide-next {
        transform: scale(1) translateX(30px);
        z-index: 8;
    }

        .honor_swiper .swiper-slide-next + div {
            transform: scale(.8) translateX(-10px);
        }

    .honor_swiper .active {
        transform: scale(.8) translateX(10px);
    }
.arrow {
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    line-height: 70px;
    text-align: center;
    font-size: 30px;
    color: #000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    padding-top: 2px;
    z-index: 105;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.arrowr_l {
    padding-left: 7px;
    left: 6%;
}
.arrowr_r {
    padding-right: 7px;
    right: 6%;
}
.arrow:hover {
    background: linear-gradient(to bottom,rgb(0, 147, 66),rgb(19, 41, 126));
    color: #fff;
}
.products{
    padding:100px 0 150px;
}
.products_list{
    display:flex;
    flex-wrap:wrap;
    margin: 0 -20px;
}
.products_list li {
    width:33.333%;
    padding:0 20px;
    margin-bottom:77px;
}
.products_list li a {
    display:block;
}
.products_list_cont{
    padding-top:17.5px;
    text-align:center;
}
    .products_list_cont h4 {
        font-size: 28px;
        line-height: 40px;
        color: rgb(0, 0, 0);
    }
    .products_list_cont p {
        font-size: 16px;
        line-height: 24px;
        color: rgb(102, 102, 102);
        margin-top:19px;
    }
.products_list li a:hover img {
    transform:scale(1.1);
}
.products_list li a:hover h4 {
    color:rgb(0, 147, 66);
}
.pro_detail{
    padding:100px 0 150px;
}
.pro_detail_plate1{
    display:flex;
    align-items:center;
}
    .pro_detail_plate1>div {
        width:50%;
    }
.pro_detail_plate1_cont {
    padding-left:50px;
}
.pro_detail_plate1_cont h3 {
    font-size:28px;
    line-height:40px;
    font-weight:bold;
    color:#000;
    padding-bottom:23px;
}
.pro_detail_plate1_list li {
    margin-top:25px;
}
    .pro_detail_plate1_list li h4 {
        font-size: 20px;
        line-height: 26px;
        color: rgb(0, 0, 0);
        font-weight:bold;
    }
    .pro_detail_plate1_list li p {
        font-size: 16px;
        line-height: 24px;
        color: rgb(98, 98, 98);
        margin-top:19px;
    }
.pro_detail_plate2{
    padding-top:77.5px;
}
.detail_title{
    text-align:center;
}
    .detail_title h3 {
        font-size: 28px;
        line-height: 40px;
        font-weight: bold;
        color: rgb(0, 0, 0);
    }
.pro_detail_plate2_list {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    margin-top:29.5px;
}
.pro_detail_plate2_list li {
    width:calc(50% - 50px);
    margin-bottom:50px;
}
    .pro_detail_plate2_list li .pro_detail_plate2_pack {
        display:flex;
        align-items:center;
    }
.pro_detail_plate2_pack>div {
   width:50%;
}
.pro_detail_plate2_cont {
   padding-left:30px; 
}
    .pro_detail_plate2_cont h4 {
        font-size: 20px;
        line-height: 29px;
        font-weight: bold;
        color: rgb(0, 0, 0);
    }
    .pro_detail_plate2_cont p {
        font-size: 16px;
        line-height: 24px;
        color: rgb(98, 98, 98);
        margin-top:19px;
    }
.pro_detail_palte3{
    padding-top:27.5px;
}
.pro_detail_plate3_list {
    margin-top:29.5px;
    overflow:auto;
}
    .pro_detail_plate3_list li .pro_detail_plate3_pack > div {
        background: rgb(249, 250, 251);
    }
    .pro_detail_plate3_list li:nth-child(2n) .pro_detail_plate3_pack > div {
        background:#fff;
    }
    .pro_detail_plate3_pack {
        display: flex;
        justify-content: space-between;
    }
    .pro_detail_plate3_pack > div {
        padding: 23px 20px;
        font-size: 16px;
        line-height: 24px;
        color: rgb(98, 98, 98);
        width:calc(50% - 1px);
    }
    .pro_detail_plate3_pack span {
        font-weight: bold;
        color: rgb(0, 0, 0);
        margin-right:15px;
    }
.pro_detail_plate4{
    padding-top:77.5px;
}
.pro_detail_plate4_list{
    display:flex;
    flex-wrap:wrap;
    margin:29.5px -13px 0;
}
.pro_detail_plate4_list li {
    width:25%;
    padding:0 13px;
    margin-bottom:26px;
}
.pro_detail_plate4_pack {
    padding: 64px 40px;
    background: #fff;
    box-shadow: 0 0 30px rgb(241, 241, 241);
    height:100%;
}
    .pro_detail_plate4_pack:hover {
        background: linear-gradient(135deg,rgb(0, 147, 66),rgb(19, 41, 126));
    }
        .pro_detail_plate4_pack:hover .pro_detail_plate4_icon {
            background:#fff;
        }
        .pro_detail_plate4_pack:hover h4,
        .pro_detail_plate4_pack:hover p {
            color: #fff;
        }
            .pro_detail_plate4_pack:hover h4::after {
                background:#fff;
            }
            .pro_detail_plate4_icon {
                width: 110px;
                height: 110px;
                border-radius: 50%;
                background: linear-gradient(to bottom,rgba(0, 147, 66,.1),rgba(19, 41, 126,.1));
                display: flex;
                align-items: center;
                justify-content: center;
                margin: 0 auto;
            }
.pro_detail_plate4_icon img {
    max-width:60%;
    display:block;
}
.pro_detail_plate4_cont{
    margin-top:40px;
    text-align:center;
}
    .pro_detail_plate4_cont h4 {
        font-size: 28px;
        line-height: 40px;
        font-weight:bold;
        color: rgb(0, 0, 0);
    }
    .pro_detail_plate4_cont h4::after {
        content:"";
        width:32px;
        height:3px;
        background:rgb(0, 147, 66);
        margin:37px auto 0;
        display:block;
    }
    .pro_detail_plate4_cont p {
        font-size: 16px;
        line-height: 24px;
        margin-top: 40px;
        color: rgb(102, 102, 102);
    }
.pro_detail_plate5{
    margin-top:50px;
}
.pro_detail_plate5_list {
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    margin-top:29.5px;
}
.pro_detail_plate5_list li {
    width:calc(50% - 40px);
    margin-bottom:30px;
}
.pro_detail_plate5_desc {
    font-size: 16px;
    line-height: 28px;
    color: rgb(102, 102, 102);
}
.pro_detail_plate5_img{
    margin-top:23px;
}
.pro_detail_plate6 {
    margin-top:47px;
}
.pro_detail_plae6_content {
    margin-top:29.5px;
}
.pro_detail_plate8{
    padding-top:77.5px;
}
.pro_detail_plate8_list{
    margin-top:29.5px;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.pro_detail_plate8_list li {
    width:calc(50% - 20px);
    margin-bottom:40px;
}
    .pro_detail_plate8_list li img {
        width:100%;
        display:block;
    }
.pro_detail_plate7{
    margin-top:77px;
}
.pro_detail_plate7_cont {
    margin-top:30px;
}
.pro_detail_plate7_desc {
    font-size: 16px;
    line-height: 28px;
    color: rgb(102, 102, 102);
}
.pro_detail_plate7_img {
    margin-top:13px;
}
.solution_deail {
    margin-top: 48px;
    font-size: 16px;
    line-height: 24px;
    color: rgb(98, 98, 98);
}
.solution_deail img {
    max-width:60%;
    display:block;
    margin:0 auto;
}
.solution_btn{
    margin-top:47px;
}
    .solution_btn a {
        display: block;
        width: 150px;
        line-height: 50px;
        background: linear-gradient(to right,rgb(0, 147, 66),rgb(19, 41, 126));
        margin:auto;
        text-align:center;
        font-size:16px;
        color:#fff;
    }
.solution_btn span {
    margin-right:10px;
}
.solution {
    padding:95px 0 120px;
}
.solution_list {
    padding: 50px 0 120px;
    background: rgb(249, 250, 251);
}
.solution_list_pack{
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.solution_title {
    font-size: 40px;
    line-height: 53px;
    font-weight: bold;
    color: rgb(0, 0, 0);
}
.solution_arr{
    display:flex;
    align-items:center;
}
.solution_arr .arr {
    width:60px;
    height:60px;
    display:block;
    cursor:pointer;
    margin:0 10px;
}
    .solution_arr .arr_l {
        background:url(../images/al.png) no-repeat center/100% 100%;
    }
    .solution_arr .arr_r {
        background:url(../images/ar.png) no-repeat center/100% 100%;
    }
.solution_swiper {
    overflow:hidden;
    margin-top:48px;
}
.solution_swiper a {
    display:block;
    background:#fff;
    height:100%;
}
.solution_swiper_cont {
    padding: 24px 0 29px;
    font-size: 18px;
    line-height: 26px;
    color: rgb(102, 102, 102);
    text-align:center;
}
.solution_swiper a:hover img {
    transform:scale(1.1);
}
.solution_swiper a:hover .solution_swiper_cont {
    color:rgb(0, 147, 66);
}
.build_plate1{
    padding:95px 0 100px;
}
.build_plate1_pack{
    margin-top:48px;
    display:flex;
    align-items:center;
    max-width:1200px;
    margin:48px auto 0;
}
.build_plate1_img{
    width:52%;
}
.build_plate1_cont {
    width: 48%;
    padding-left: 7%;
    font-size: 16px;
    line-height: 28px;
    color: rgb(0, 0, 0);
}
.build_plate2 {
    padding: 95px 0 118px;
    background: rgb(249, 250, 251);
}
.build_plate2_list {
    margin-top:18px;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
    .build_plate2_list li {
        border-bottom: 1px solid rgb(229, 229, 229);
        width:calc(50% - 80px);
    }
.build_plate2_list a {
    display:flex;
    align-items:center;
    justify-content:space-between;
    font-size:20px;
    line-height:26px;
    padding:28px 0;
}
    .build_plate2_list a p {
        color: rgb(98, 98, 98);
        width:70%;
    }
    .build_plate2_list a span {
        color: rgb(174, 174, 174);
    }
    .build_plate2_list a:hover p {
        color: rgb(219, 0, 0);
    }
    .build_plate2_list a:hover span {
        color: rgb(219, 0, 0);
    }
.build_plate3{
    padding:115px 0 0;
}
.build_plate3_pack {
    background: rgb(249, 250, 251);
    display:flex;
    align-items:center;
    margin-top:48px;
}
.build_plate3_img {
    width: 53%;
}
.build_plate3_cont{
    width:48%;
    padding:50px ;
}
.build_plate3_list li a {
    display: block;
    padding-bottom: 27px;
    border-bottom: 1px solid rgb(238, 238, 238);
    margin-bottom:27px;
}
    .build_plate3_list li a:hover h4 {
        color:rgb(219, 0, 0);
    }
    .build_plate3_list li a h4 {
        font-size: 20px;
        line-height: 26px;
        color: rgb(0, 0, 0);
        font-weight: bold;
    }
    .build_plate3_list li a p {
        font-size: 14px;
        line-height: 18px;
        color: rgb(102, 102, 102);
        margin-top:14px;
        -webkit-line-clamp:3;
    }
.build_plate3_list li:last-child a {
    padding-bottom:0;
    border:none;
    margin-bottom:0;
}
.build_plate4{
    padding:115.6px 0 100px;
}
.build_plate4_list{
    margin:48px -40px 0;
    display:flex;
    flex-wrap:wrap;
}
.build_plate4_list li {
    width:25%;
    padding:0 40px;
    margin-bottom:40px;
}

.build_plate4_list a {
    display:block;
    height:100%;
}
.build_plate4_list_cont{
    padding-top:28px;
}
    .build_plate4_list_cont h4 {
        font-size: 18px;
        line-height: 26px;
        color: rgb(0, 0, 0);
        font-weight:bold;
    }
        .build_plate4_list_cont h4 span {
            color: rgb(219, 0, 0);
            font-size:16px;
            line-height:24px;
            margin-left:20px;
            font-weight:500;
        }
    .build_plate4_list_cont p {
        font-size: 16px;
        line-height: 20px;
        color: rgb(98, 98, 98);
        margin-top:10px;
    }
.home_banner_swiper {
    overflow:hidden;
    position:relative;
}

.home_banner_swiper a {
    display:block;
    position:relative;
}
.home_banner_swiper img {
    width:100%;
    display:block;
}
.home_banner_swiper_cont {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
    color:#fff;
    text-align:center;
}
.home_banner_swiper_cont h4 {
    font-size:60px;
    line-height:79px;
    font-weight:bold;
}
.home_banner_swiper_cont p {
    font-size:24px;
    line-height:32px;
    margin-top:16px;
}
    .home_banner_swiper_cont span {
        display: block;
        width: 150px;
        line-height: 50px;
        background: linear-gradient(to right,rgb(0, 147, 66),rgb(19, 41, 126));
        margin:49px auto 0;
        font-size:16px;
    }
.page_swiperlist {
    display:flex;
    justify-content:center;
    position:absolute;
    width:100%;
    bottom:30px;
    left:0;
    z-index:101;
}
    .page_swiperlist li {
        margin: 0 2.5px;
        font-size: 14px;
        line-height: 20px;
        color: #fff;
        border-bottom: 1px solid rgb(216, 218, 223);
        position:relative;
        padding:0 17px 9px;
        cursor:pointer;
    }
        .page_swiperlist li p {
            opacity:0;
        }
        .page_swiperlist li::after {
            content: "";
            width: 0;
            left: 0;
            bottom: -1px;
            height: 2px;
            background: rgb(0, 147, 66);
            display: block;
            position: absolute;
            transition: all 4s;
        }
        .page_swiperlist li.active::after {
            width:100%;
        }
.home_plate1 {
    padding: 95.6px 0 117px;
    background: #F5F5F5;
}
.home_plate1_classify{
    margin-top:48px;
}
   
    .home_plate1_classify_list {
        display:flex;
        justify-content:center;
        flex-wrap:wrap;
    }
.home_plate1_classify li {
    margin:10px;
}
    .home_plate1_classify li a {
        display: block;
        min-width: 150px;
        line-height: 48px;
        border-radius:48px;
        border: 1px solid rgb(210, 210, 210);
        text-align: center;
        font-size: 16px;
        padding: 0 10px;
        color: rgb(0, 0, 0);
    }
.index-pro-box ul li .text .buts,
.home_plate3 .case_btn,
.home_plate5 .case_btn {
    background: linear-gradient(to right,rgb(0, 147, 66),rgb(19, 41, 126));
    color: #fff;
    text-align: center;
    font-size: 16px;
    width: 150px;
    line-height: 48px;
    border-radius: 10px;
    display: block;
    margin-top: 27px;
    transition: all .5s;
    border: 1px solid rgb(210, 210, 210);
    box-shadow:0 0 5px rgba(0,0,0,.1);
}
    .index-pro-box ul li .text .buts:hover,
    .home_plate3 .case_btn:hover,
    .home_plate5 .case_btn:hover {
        background: #fff;
        color: #000;
    }
.home_plate1_classify li a:hover {
    background: linear-gradient(to right,rgb(0, 147, 66),rgb(19, 41, 126));
    color: #fff;
}
.home_plate1swiper{
    overflow:hidden;
    margin-top:50px;
}
.home_plate1swiper_cont{
    text-align:center;
}
    .home_plate1swiper_cont h4 {
        font-size: 28px;
        line-height: 37px;
        color: rgb(0, 0, 0);
        margin-top:27.5px;
    }
    .home_plate1swiper_cont p {
        font-size: 16px;
        line-height: 24px;
        margin-top: 19px;
        color: rgb(102, 102, 102);
    }
.home_plate1swiper a {
    display:block;
}
.home_plate1swiper a:hover img {
    transform:scale(1.1);
}
    .home_plate1swiper a:hover h4,
    .home_plate1swiper a:hover p {
        color: rgb(0, 147, 66);
    }
.index-pro-box ul {
    display: flex;
    width: 100%;
}

    .index-pro-box ul li {
        flex-grow: 1;
        transition: all 0.3s;
        max-width: 80%;
    }

.index-pro-list {
    width: 100%;
    display: block;
    position: relative;
}

.index-pro-box ul .img {
    height: 85vh;
    width: 100%;
    position: relative;
}

    .index-pro-box ul .img::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.4);
        position: absolute;
        left: 0;
        top: 0;
    }

    .index-pro-box ul .img .img-text {
        position: absolute;
        left: 0;
        bottom: 30px;
        width: 100%;
        text-align: center;
    }

        .index-pro-box ul .img .img-text .img-icon {
            width: 48px;
            margin: 0 auto;
            margin-top: 3vh;
        }

        .index-pro-box ul .img .img-text h3 {
            font-size: 18px;
            color: #FFFFFF;
            padding: 0 15px;
        }

    .index-pro-box ul .img img {
        height: 100%;
        object-fit:cover;
    }

.index-pro-box ul .text {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
}

.index-pro-box ul .texts {
    width: calc(100% - 13vw);
    margin: 0 auto;
    display: none;
}

.index-pro-box ul li.active {
    flex-shrink: 0;
}

    .index-pro-box ul li.active .img img {
        width: 100%;
    }


.index-pro-box ul li .text h3 {
    font-size: 40px;
    color: #FFFFFF;
}

.index-pro-box ul li .text p {
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 3vh;
}
.index-pro-box ul li.active .texts {
    transition-delay: 0.1s;
    display: block;
}

.index-pro-box ul li.active .text {
    opacity: 1;
    transition: all 0.3s;
    transition-delay: 0.2s;
    background-color: rgba(0, 0, 0,0.5);
}

.index-pro-box ul li.active .img .img-text {
    transition-delay: 0.3s;
    opacity: 0;
}
.home_plate3{
    padding:115px 0 120px;
}
.Case-one-box {
    margin-top:50px;
}
.Case-one-box ul {
    overflow: hidden;
    margin: 0 -20px;
}

.Case-one-box ul li {
    float: left;
    width: 33.33%;
    padding: 0 20px;
    margin-top: 18px;
}

.Case-one-box ul li:nth-child(1) {
    width: 45.6%;
}

.Case-one-box ul li:nth-child(2), .Case-one-box ul li:nth-child(3), .Case-one-box ul li:nth-child(4), .Case-one-box ul li:nth-child(5) {
    width: 27.2%;
}

.Case-one-list {
    display: block;
}

.Case-one-list .text {
    margin-top: 15px;
}

.Case-one-list .text h3 {
    font-size: 16px;
    color: #000;
    text-align: center;
}

.Case-one-list .text p {
    display: none;
}

.Case-one-box ul li:nth-child(1) .Case-one-list .text h3 {
    font-size: 20px;
    text-align: left;
    font-weight: bold;
    color: rgb(0, 0, 0);
}

.Case-one-box ul li:nth-child(1) .Case-one-list .text p {
    display: block;
    margin-top: 14px;
    font-size: 16px;
    color: rgb(102, 102, 102);
}

.Case-one-box ul li:nth-child(1) .Case-one-list .text {
    background-color: rgb(249, 250, 251);
    padding: 30px;
    margin-top: 0;
}
.home_plate3 .case_btn,
.home_plate5 .case_btn {
    margin: 50px auto 0;
}
.home_plate5 {
    padding:115px 0 120px;
}
.home_plate5_pack {
    display:flex;
    margin-top:48px;
    align-items:flex-start;
    justify-content:space-between;
}
.home_plate5_left {
    width:45%;
}
.home_plate5_left a {
    display:block;
}
.home_plate5_left_cont {
    background: rgb(249, 250, 251);
    padding:30px;
}
    .home_plate5_left_cont h4 {
        font-size: 24px;
        line-height: 32px;
        color: rgb(0, 0, 0);
    }
.home_plate5_left_cont span {
    display:block;
    font-size:16px;
    line-height:24px;
    margin-top:9px;
}
    .home_plate5_left_cont p {
        font-size: 16px;
        line-height: 24px;
        margin-top: 18.5px;
        color: rgb(102, 102, 102);
    }
.home_plate5_right {
    width:53%;
}
    .home_plate5_right li {
        margin-bottom:20px;
    }
        .home_plate5_right li:last-child {
            margin-bottom:0;
        }
        .home_plate5_right li a {
            display: flex;
            align-items: center;
            background: rgb(249, 250, 251);
        }
.home_plate5_right_time {
    width: 15%;
    padding:0 4%;
    font-size: 18px;
    line-height: 24px;
    color: rgb(0, 0, 0);
    text-align:center;
}
.home_plate5_right_cont {
    width: 50%;
    padding: 0 4%;
    border-left: 1px solid rgb(226, 226, 226);
}
.home_plate5_right_cont h4 {
    font-size:20px;
    line-height:26px;
    font-weight:bold;
    color:#000;
}
    .home_plate5_right_cont p {
        font-size: 16px;
        line-height: 23px;
        color: rgb(102, 102, 102);
        margin-top:12px;
    }
    .home_plate5_right_cont span {
        font-size: 16px;
        line-height: 24px;
        display: block;
        margin-top: 13px;
        color: rgb(102, 102, 102);
    }
.home_plate5_right_img{
    width:35%;
}
.home_plate5_right_img img {
    height:200px;
    object-fit:cover;
}
.home_plate5_right li a:hover {
    background: linear-gradient(to right,rgb(0, 147, 66),rgb(19, 41, 126));
}
    .home_plate5_right li a:hover .home_plate5_right_time {
        color:#fff;
    }
    .home_plate5_right li a:hover img,
    .home_plate5_left a:hover img {
        transform: scale(1.1);
    }
    .home_plate5_right li a:hover h4,
    .home_plate5_right li a:hover p,
    .home_plate5_right li a:hover span,
    .home_plate5_left a:hover h4,
    .home_plate5_left a:hover p,
    .home_plate5_left a:hover span {
        color: #fff;
    }
.home_plate5_left a:hover .home_plate5_left_cont {
    background: linear-gradient(to right,rgb(0, 147, 66),rgb(19, 41, 126));
}
.home_p1 {
    padding:60px 0 30px;
}
.home_p1_list {
    display: flex;
    flex-wrap:wrap;
    margin:0 -15px;
}
    .home_p1_list li {
        width:25%;
        padding: 0 15px;
        margin-bottom: 30px;
    }
.home_p1_list_pack{
    padding:30px;
    border-radius:5px;
    background:rgb(19, 41, 126);
    text-align:center;
    color:#fff;
    height:100%;
}
    .home_p1_list_pack h4 {
        font-size: 20px;
        font-weight: 500;
        line-height: 28px;
        margin-bottom:30px;
    }
.home_p1_list_img {
    width:50%;
    margin:auto;
}
.home_p1_list_pack p {
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 1.7;
    opacity: .9;
}
.about_public_title {
    text-align: center;
}

    .about_public_title h3 {
        font-size: 36px;
        line-height: 48px;
        color: rgb(19, 41, 126);
        font-weight: bold;
    }

    .about_public_title p {
        font-size: 24px;
        line-height: 32px;
        color: rgb(0, 0, 0);
        margin-top: 26px;
    }
.home_plate1_list {
    display: flex;
    margin: 50px -20px 0;
    flex-wrap: wrap;
}

    .home_plate1_list li {
        width: 33.333%;
        padding: 0 20px;
    }

.home_plate1list_pack {
    background: #fff;
    border-radius: 0;
    padding: 80px;
    height: 100%;
    box-shadow: 0 2px 30px rgb(237, 241, 246);
    position: relative;
}

.home_plae1list_icon {
    height: 72px;
}

    .home_plae1list_icon img {
        max-height: 100%;
        display: block;
    }

.home_plae1list_img {
    height: 220px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
}

    .home_plae1list_img img {
        height: 100%;
        display: block;
    }

.home_plae1list_cont h4 {
    font-size: 36px;
    line-height: 52px;
    color: rgb(32, 32, 32);
    margin-top: 31px;
}

.home_plae1list_cont p {
    font-size: 20px;
    line-height: 32px;
    color: rgb(98, 98, 98);
    margin-top: 26.5px;
    position: relative;
    z-index: 1;
}
.home_tpl{
    padding:80px 0;
}
@media(max-width:1600px) {
    .about_plate3_cont2 .about_plate3_cont1_text {
        bottom:112px;
    }
    .home_plate1list_pack {
        padding: 50px;
    }
    .w_nav > li {
        padding:0 15px;
    }
    .about_plate3_right > div {
        width: calc(50% - 10px);
    }
    .about_plate3_cont1 .about_plate3_cont1_text{
        padding-left:20px;
    }
    .about_plate3_cont3{
        margin-top:180px;
    }
    header {
        padding:0 50px;
    }
    .home_plate5_right_time,
    .home_plate5_right_cont {
        padding: 0 3%;
    }
    .home_plate5_right_img img{
        height:188px;
    }
    .home_plate5_right_cont h4{
        font-size:18px;
        line-height:24px;
    }
    .home_plate5_left_cont h4{
        font-size:20px;
    }
    .NewsDetail001-title h3,
    .news_detail_list h3,
    .index-pro-box ul li .text h3,
    .ls-title h3,
    .cooper_title h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .home_plate1swiper_cont h4{
        font-size:20px;
        line-height:30px;
        margin-top:15px;
    }
    .home_plate1swiper_cont p,
    .products_list_cont p {
        margin-top: 10px;
    }
    .products_list_cont h4{
        font-size:20px;
        line-height:30px;
    }
    .news_list{
        margin:0 -10px;
    }
        .news_list li,
        .build_plate4_list li {
            padding: 0 10px;
            margin-bottom: 20px;
        }
    .build_plate4_list {
        margin:48px -10px 0;
    }
    .news_list_cont {
        padding: 20px;
    }
    .build_plate2_list a{
        padding:20px 0;
        font-size:18px;
        line-height:26px;
    }
    .build_plate3_list li a{
        padding-bottom:15px;
        margin-bottom:15px;
    }
    .build_plate3_cont{
        padding:30px 50px;
    }
    .map * {
        height:500px !important;
    }
    .banner_cont h3 {
        font-size:50px;
        line-height:60px;
    }
    .home_banner_swiper_cont h4{
        font-size:50px;
        line-height:60px;
    }
}
@media(max-width:1400px) {
    .w_nav > li > a {
        font-size: 16px;
        line-height:77px;
    }
    .logo {
        height:80px;
        padding:23px 0;
    }
    .w_nav > li {
        padding: 0 10px;
    }
    .banner_cont h3,
    .home_banner_swiper_cont h4 {
        font-size: 40px;
        line-height: 50px;
    }
    .er_nav li a {
        padding:0 15px;
    }
    .y1200 {
        padding: 0 10px;
    }
}
@media(max-width:1100px) {
    header {
        padding:0 10px;
    }
    .y1200 {
        max-width:100%;
    }
}
@media(max-width:1000px) {
    .iconfont {
        width: 40px;
        height: 40px;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
    }

        .iconfont i {
            width: 100%;
            height: 100%;
            position: absolute;
        }

        .iconfont .cha {
            background: url(../images/cha.png) no-repeat center/100% 100%;
            display: none;
        }

        .iconfont .nav {
            background: url(../images/nav.png) no-repeat center/100% 100%;
        }

    .logo {
        height: 60px;
        padding: 17px 0;
    }

    .navlist {
        position: absolute;
        width: 100%;
        top: 100%;
        left: 0;
        background: #fff;
        padding: 10px;
        border-top: 1px solid #f1f1f1;
        display: none;
        z-index: 101;
    }

    .w_nav {
        display: block;
    }

    header {
        position: relative;
    }

    .w_nav > li {
        padding: 0;
    }

        .w_nav > li > a {
            line-height: 35px;
            border-bottom:none;
        }

    .er_nav {
        position: relative;
        box-shadow: none;
    }

    .banner_cont h3 {
        font-size: 25px;
        line-height: 35px;
    }

    .banner_cont p {
        font-size: 16px;
        line-height: 24px;
        margin-top: 10px;
    }

    .public_classify li {
        padding: 0 15px;
    }

    .public_classify {
        padding: 15px 0;
    }

    .news_cont,
    .news_detail_list {
        padding: 30px 0;
    }

    .news_list li {
        width: 100%;
        padding: 0;
    }

    .news_list {
        margin: 0;
    }

    .news_detail_pack {
        padding-top: 30px;
    }

    .NewsDetail001-title h3, .news_detail_list h3, .index-pro-box ul li .text h3, .ls-title h3, .cooper_title h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .tit_bar .text {
        margin: 0;
    }

    .NewsDetail001-item {
        padding: 20px 10px;
        margin-top: 20px;
    }

    .news_detail {
        padding-bottom: 30px;
    }

    .news_detail_listswiper {
        margin-top: 25px;
    }

    .news_detail_listswiper_cont {
        padding: 20px 10px;
    }

        .news_detail_listswiper_cont h4 {
            font-size: 18px;
            line-height: 26px;
        }

    .about_plate1 {
        padding: 30px 0;
    }

    .video_sahodw_cont {
        width: 95%;
    }

    .index-adout .index-adout-fd .sy-adout ul li h3 {
        font-size: 30px;
    }

    .about_plate2 {
        padding: 30px 0;
    }

    .about_plate3 {
        padding: 30px 0;
    }

    .about_plate3_pack {
        display: block;
    }

    .about_plate3_left {
        width: 100%;
        padding: 0;
    }

    .about_plate3_cont {
        margin-top: 30px;
    }

    .about_plate3_right {
        display: block;
        width: 100%;
        margin-top: 30px;
    }

        .about_plate3_right > div,
        .about_plate3_cont2 .about_plate3_cont1_text {
            width: 100%;
        }

    .about_plate3_cont1 .about_plate3_cont1_text,
    .about_plate3_cont2 .about_plate3_cont1_text {
        position: relative;
        bottom: 0;
        left: 0;
        padding: 20px 0;
    }

    .about_plate3_cont2 {
        margin-top: 30px;
    }

    .about_plate3_cont2_img {
        height: auto;
    }

    .about_plate3_cont3 {
        margin-top: 30px;
    }

    .arrow {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
        padding-top: 0;
    }

    .honor_swiper {
        padding: 80px 0;
        margin-top: 30px;
    }

    .about_plate4,
    .cooper,
    .case {
        padding: 30px 0;
    }

    .case_list li {
        margin-bottom: 20px;
    }

        .case_list li a {
            display: block;
        }

            .case_list li a > div {
                width: 100%;
            }

        .case_list_cont,
        .case_list li:nth-child(2n) .case_list_cont {
            padding: 20px 0;
        }
        .case_list_cont h4 {
            font-size:18px;
            line-height:26px;
            margin-top:10px;
        }
        .case_list_cont p{
            margin-top:15px;
        }
        .case_list_cont span {
            font-size:16px;
            line-height:24px;
        }
    .solution,
    .solution_list {
        padding: 30px 0;
    }
    .solution_deail{
        margin-top:30px;
    }
    .solution_title{
        font-size:20px;
        line-height:30px;
    }
    .solution_arr .arr{
        width:40px;
        height:40px;
    }
    .products {
        padding:30px 0;
    }
    .public_classify_list {
        justify-content:flex-start;
    }
    .products_list li{
        width:50%;
        padding:0 5px;
        margin-bottom:15px;
    }
    .products_list  {
        margin:0 -5px;
    }
    .products_list_cont h4,
    .pro_detail_plate1_list li h4 {
        font-size: 18px;
        line-height: 26px;
    }
    .products_list_cont {
        padding-top:10px;
    }
    .pro_detail,
    .build_plate1,
    .build_plate2,
    .build_plate4,
    .join,
    .contact {
        padding: 30px 0;
    }
    .pro_detail_plate1,
    .build_plate1_pack {
        display: block;
    }
        .pro_detail_plate1 > div,
        .build_plate1_img,
        .build_plate1_cont,
        .build_plate2_list li {
            width: 100%;
        }
    .pro_detail_plate1_cont,
    .build_plate1_cont {
        padding: 20px 0 0;
    }
        .pro_detail_plate1_cont h3{
            font-size:20px;
            line-height:30px;
            padding-bottom:15px;
        }
    .pro_detail_plate2{
        padding-top:30px;
    }
    .detail_title h3,
    .join_list_title h4 {
        font-size: 20px;
        line-height: 30px;
    }
    .join_list_title_cont span{
        display:none;
    }
    .join_list_title_cont{
        margin-top:10px;
    }
    .join_list li{
        margin-bottom:20px;
    }
    .join_list_title {
        padding-bottom: 10px;
    }
    .pro_detail_plate2_list li {
        width: 100%;
        margin-bottom: 20px;
    }
    .pro_detail_plate2_pack .pro_detail_plate2_img,
    .build_plate3_img {
        width: 100%;
    }
    .pro_detail_plate2_pack .pro_detail_plate2_cont,
    .build_plate3_cont {
        width: 100%;
        padding: 20px 0 0;
    }
    .pro_detail_plate2_cont h4,
    .build_plate3_list li a h4 {
        font-size: 18px;
        line-height: 26px;
    }
    .pro_detail_plate2_cont p{
        margin-top:10px;
    }
    .pro_detail_plate2_list li .pro_detail_plate2_pack,
    .build_plate3_pack {
        display: block;
    }
    .pro_detail_plate3_list li {
        min-width:260%;
    }
    .pro_detail_plate4,
    .pro_detail_plate8,
    .build_plate3 {
        padding-top: 30px;
    }
    .pro_detail_plate4_list li{
        width:100%;
        padding:0;
        margin-bottom:15px;
    }
    .pro_detail_plate4_list,
    .build_plate3_pack
     {
        margin: 30px 0 0;
    }
    .build_plate4_list{
        margin:30px 0 0;
    }
        .build_plate4_list li,
        .contact_list li {
            padding: 0 0;
            width: 100%;
            margin-bottom: 20px;
        }
    .build_plate4_list_cont{
        padding-top:10px;
    }
    .pro_detail_plate4_pack {
        padding: 30px 20px;
    }
    .pro_detail_plate4_icon{
        width:80px;
        height:80px;
    }
    .pro_detail_plate4_cont{
        margin-top:20px;
    }
        .pro_detail_plate4_cont h4,
        .contact_list_text h4 {
            font-size: 20px;
            line-height: 30px;
        }
            .pro_detail_plate4_cont h4::after{
                margin-top:10px;
            }
        .pro_detail_plate4_cont p,
        .pro_detail_plate7_cont {
            margin-top: 20px;
        }
    .pro_detail_plate5,
    .pro_detail_plate6,
    .pro_detail_plate7,
    .map {
        margin-top: 30px;
    }
    .pro_detail_plate5_list li,
    .pro_detail_plate8_list li {
        width: 100%;
        margin-bottom: 20px;
    }
    .build_plate2_list a{
        padding:10px 0;
        font-size:16px;
        line-height:24px;
    }
    .contact_list{
        margin:30px 0 0 ;
        flex-wrap:wrap;
    }
    .contact_list_pack{
        padding:30px;
    }
    .contact_list_text{
        margin-top:20px;
    }
    .map *{
        height:300px !important;
    }
    .contact_form{
        margin-top:30px;
    }
    .contact_form_input{
        margin-top:30px;
    }
    .contact_input{
        width:100%;
        margin-bottom:10px;
    }
        .contact_input p{
            font-size:16px;
            width:58px;
        }
    .contact_input input {
        font-size:16px;
        width:calc(100% - 58px);
    }
    .submit,
    .index-pro-box ul li .text .buts, .home_plate3 .case_btn, .home_plate5 .case_btn {
        width: 130px;
        line-height: 43px;
    }
    .home_banner_swiper_cont h4  {
        font-size:25px;
        line-height:35px;
    }
    .home_banner_swiper_cont p{
        font-size:16px;
        line-height:24px;
        margin-top:10px;
    }
    .home_banner_swiper_cont span{
        display:none;
    }
    .page_swiperlist li p {
        display:none;
    }
    .page_swiperlist {
        bottom:10px;
    }
        .page_swiperlist li{
            padding:0 10px;
        }
    .home_plate1{
        padding:30px 10px;
    }
    .home_plate1_classify{
        margin-top:30px;
    }
        .home_plate1_classify li{
            margin:5px;
        }
    .home_plate1swiper{
        margin-top:30px;
    }
    .home_plate1_classify li a{
        line-height:43px;
        min-width:130px;
    }
    .home_plate1swiper_cont h4{
        font-size:18px;
        line-height:26px;
    }
    .index-pro-box ul {
        display: block;
    }

        .index-pro-box ul > li {
            width: 100%;
            max-width: 100%;
        }

        .index-pro-box ul .img {
            height:60vh;
        }
            .index-pro-box ul .img .img-text .img-icon{
                width:40px;
            }
    .home_plate3{
        padding:30px 0;
    }
    .Case-one-box ul li:nth-child(1) {
        width: 100% !important;
    }

    .Case-one-box ul {
        margin: 0 -5px;
    }

        .Case-one-box ul li {
            width: 50% !important;
            padding: 0 5px;
        }

            .Case-one-box ul li:nth-child(1) .Case-one-list .text h3 {
                font-size: 16px;
            }

            .Case-one-box ul li:nth-child(1) .Case-one-list .text p {
                font-size: 14px;
            }
    .Case-one-box{
        margin-top:30px;
    }
        .Case-one-box ul li:nth-child(1) .Case-one-list .text{
            padding:20px 10px;
        }
    .home_plate5{
        padding:30px 0;
    }
    .home_plate5_pack {
        display:block;
        margin-top:30px;
    }
    .home_plate5_left{
        width:100%;
    }
    .home_plate5_left_cont{
        padding:20px 10px;
    }
        .home_plate5_left_cont h4{
            font-size:18px;
        }
    .home_plate5_right{
        width:100%;
    }
        .home_plate5_right li {
            margin:20px 0 0;
        }
            .home_plate5_right li a{
                flex-wrap:wrap;
            }
    .home_plate5_right_img {
        width:100%;
    }
    .home_plate5_right_time{
        width:25%;
    }
    .home_plate5_right_cont{
        width:75%;
        padding:20px 3%;
    }
    .home_p1_list {
        margin:0;
    }
    .home_p1_list li {
        width:100%;
        padding:0 ;
        margin-bottom:15px;
    }
    .home_p1_list_pack h4{
        font-size:18px;
        line-height:26px;
        margin-bottom:15px;
    }
    .home_p1{
        padding:30px 0 15px;
    }
    .about_public_title h3 {
        font-size: 24px;
        line-height: 34px;
    }
    .about_public_title p {
        font-size: 16px;
        line-height: 26px;
        margin-top: 10px;
    }
    .home_plae1list_cont h4{
        font-size:20px;
        line-height:30px;
    }
    .home_plate1_list {
        display: block;
        margin: 30px 0 0;
    }

        .home_plate1_list li {
            width: 100%;
            padding: 0;
            margin-bottom: 20px;
        }

    .home_plate1list_pack {
        padding: 30px 20px;
    }

    .home_plae1list_icon {
        height: 50px;
    }

    .home_plae1list_cont h4 {
        margin-top: 15px;
    }

    .home_plae1list_cont p {
        font-size: 16px;
        line-height: 26px;
        margin-top: 10px;
    }

    .home_plae1list_img {
        height: 100px;
    }
    .home_tpl{
        padding:30px 0;
    }
}