﻿@charset "utf-8";
/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
  .container {
    width: 1200px;
    margin: 0 auto;
}

.fl {
    float: left;
}
.fr {
    float: right;
}
.ta {
    text-align: center;
}
.clearfix {
    zoom: 1;
}
.index_pro {
    padding: 80px 0;
}

    .index_pro .hd-div .hd-title span {
        background: #ffffff;
    }

    .index_pro .hd-div .hd-div2 span {
        background: #ffffff;
    }

    .index_pro .pro-divs {
        margin-top: 53px;
    }

        .index_pro .pro-divs .le {
            width: 80%;
        }

            .index_pro .pro-divs .le .pro-ul li {
                padding: 43px 20px;
                float: left;
            }

                .index_pro .pro-divs .le .pro-ul li .img-div {
                    margin-top: 20px;
                }

                .index_pro .pro-divs .le .pro-ul li .p1 {
                    font-size: 1rem;
                    line-height: 30px;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    text-overflow: ellipsis;
                    -webkit-line-clamp: 1;
                    overflow: hidden;
                    color: #000000;
                    position: relative;
                }

                    .index_pro .pro-divs .le .pro-ul li .p1 a {
                        color: #000000;
                    }

                    .index_pro .pro-divs .le .pro-ul li .p1:after {
                        content: '';
                        position: absolute;
                        width: 25px;
                        height: 3px;
                        background-color: #000000;
                        left: 0;
                        bottom: 0px;
                        display: none;
                    }

                .index_pro .pro-divs .le .pro-ul li .yay1 {
                    font-size: 13px;
                    line-height: 25px;
                    letter-spacing: 0px;
                    color: #7f9291;
                    opacity: 0.8;
                    height: 50px;
                    margin: 0px 0 5px;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    /* text-overflow: ellipsis; */
                    /* -webkit-line-clamp: 2; */
                    /* overflow: hidden; */
                    padding: 0 0px 0 0;
                }

            .index_pro .pro-divs .le .pro-ul1 li {
                width: 24%;
                margin: .5%;
                float: left;
                background-color: #ecf9f8;
            }

                .index_pro .pro-divs .le .pro-ul1 li:nth-child(2), .index_pro .pro-divs .le .pro-ul1 li:nth-child(4), .index_pro .pro-divs .le .pro-ul1 li:nth-child(5), .index_pro .pro-divs .le .pro-ul1 li:nth-child(7) {
                    background-color: #d3f5f3;
                }


            .index_pro .pro-divs .le .pro-ul2 li {
                width: 50%;
                float: left;
            }

            .index_pro .pro-divs .le .pro-ul li .img-div img {
                transition: 400ms ease-in-out;
                -moz-transition: 400ms ease-in-out; /* Firefox 4 */
                -webkit-transition: 400ms ease-in-out; /* Safari and Chrome */
                -o-transition: 400ms ease-in-out; /* Opera */
            }

            .index_pro .pro-divs .le .pro-ul li:hover .img-div img {
                transition: 400ms ease-in-out;
                -moz-transition: 400ms ease-in-out; /* Firefox 4 */
                -webkit-transition: 400ms ease-in-out; /* Safari and Chrome */
                -o-transition: 400ms ease-in-out; /* Opera */
                transform: scale(1.2);
                -ms-transform: scale(1.2);
                /* IE 9 */
                -moz-transform: scale(1.2);
                /* Firefox */
                -webkit-transform: scale(1.2);
                /* Safari 和 Chrome */
                -o-transform: scale(1.2);
            }

            .index_pro .pro-divs .le .pro-ul3 img {
                transition: 400ms ease-in-out;
                -moz-transition: 400ms ease-in-out; /* Firefox 4 */
                -webkit-transition: 400ms ease-in-out; /* Safari and Chrome */
                -o-transition: 400ms ease-in-out; /* Opera */
            }

            .index_pro .pro-divs .le .pro-ul3:hover img {
                transition: 400ms ease-in-out;
                -moz-transition: 400ms ease-in-out; /* Firefox 4 */
                -webkit-transition: 400ms ease-in-out; /* Safari and Chrome */
                -o-transition: 400ms ease-in-out; /* Opera */
                transform: scale(1.2);
                -ms-transform: scale(1.2);
                /* IE 9 */
                -moz-transform: scale(1.2);
                /* Firefox */
                -webkit-transform: scale(1.2);
                /* Safari 和 Chrome */
                -o-transform: scale(1.2);
            }

            .index_pro .pro-divs .le .pro-ul2 li:nth-child(1) {
                background-color: #365f73;
            }

            .index_pro .pro-divs .le .pro-ul2 li:nth-child(2) {
                background-color: #3b84c7;
            }

            .index_pro .pro-divs .le .pro-ul3 {
                background-color: #7299c0;
                height: 257px;
            }

                .index_pro .pro-divs .le .pro-ul3 li {
                    width: 50%;
                    float: left;
                }

            .index_pro .pro-divs .le .pro-bot .left {
                width: 50%;
            }

            .index_pro .pro-divs .le .pro-bot .right {
                width: 50%;
            }

        .index_pro .pro-divs .re {
            width: 19.5%;
            margin-left: .5%;
            height: 537px;
            background-color: #d3f5f3;
            padding-top: 168px;
            text-align: center;
            margin-top: 0.5%;
        }

            .index_pro .pro-divs .re .more {
                margin-top: 60px;
            }

                .index_pro .pro-divs .re .more a {
                    width: 148px;
                    height: 46px;
                    border-radius: 2px;
                    border: solid 1px #6d757b;
                    display: inline-block;
                    text-align: center;
                    line-height: 46px;
                    color: #6d757b;
                    font-size: 14px;
                }

                    .index_pro .pro-divs .re .more a:hover {
                        background: #009689;
                        transition: 400ms ease-in-out;
                        -moz-transition: 400ms ease-in-out;
                        /* Firefox 4 */
                        -webkit-transition: 400ms ease-in-out;
                        /* Safari and Chrome */
                        -o-transition: 400ms ease-in-out;
                        /* Opera */
                        color: #FFF;
                    }

.index_branded {
    background: url(/images/11.jpg) no-repeat;
    background-size: cover;
    padding: 80px 0 100px;
}

    .index_branded .hd-div .hd-title span {
        color: #fff;
        background: transparent;
    }

    .index_branded .hd-div .hd-div2 span {
        background: transparent;
    }

    .index_branded .hd-div:after {
        background: url(/images/7.png) no-repeat;
        background-size: 100% 100%;
        z-index: 1;
        border: none;
    }

    .index_branded .branded_div {
        padding: 61px 0 0;
        position: relative;
    }

        .index_branded .branded_div .left {
            width: 47%;
        }

        .index_branded .branded_div .right {
            width: 47%;
        }

        .index_branded .branded_div .branded_ul li {
            margin-bottom: 50px;
        }

        .index_branded .branded_div .branded_ul .branded_le {
            width: 20%;
            text-align: center;
        }

        .index_branded .branded_div .branded_ul .branded_re {
            width: 80%;
            text-align: right;
        }

            .index_branded .branded_div .branded_ul .branded_re .title {
                font-size: 1.125rem;
                line-height: 28px;
                letter-spacing: 1px;
                color: #ffffff;
                margin-bottom: 5px;
            }

            .index_branded .branded_div .branded_ul .branded_re .zhai {
                font-size: 14px;
                line-height: 24px;
                color: #ffffff;
            }

        .index_branded .branded_div .branded_ul1 li .branded_re {
            text-align: left;
        }

        .index_branded .branded_div::before {
            content: '';
            position: absolute;
            width: 1px;
            height: 368px;
            background-color: #ffffff;
            opacity: 0.3;
            left: 50%;
            transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            /* IE 9 */
            -moz-transform: translateX(-50%);
            /* Firefox */
            -webkit-transform: translateX(-50%);
            /* Safari 和 Chrome */
            -o-transform: translateX(-50%);
            top: 10%;
        }

.index-new {
    padding: 30px 0 30px;

}

    .index-new .index-new-div {
        margin: 50px 0;
        height: 465px;
    }

        .index-new .index-new-div .right {
            width: 48%;
        }

        .index-new .index-new-div .left {
            width: 48%;
            height: 320px;
        }

        .index-new .index-new-div .left .swiper-slide{
            
        }

            .index-new .index-new-div .left .new-cons {
                margin-top: 30px;
            }

                .index-new .index-new-div .left .new-cons .data {
                    width: 16%;
                    text-align: center;
                    border-right: 1px solid #cbcbcb;
                }

                    .index-new .index-new-div .left .new-cons .data .ren {
                        font-size: 3rem;
                        font-weight: bold;
                        color: #009689;
                        line-height: 1;
                    }

                    .index-new .index-new-div .left .new-cons .data .nian {
                        font-size: 1rem;
                        color: #666666;
                    }

                .index-new .index-new-div .left .new-cons > .fr {
                    width: 80%;
                }

                    .index-new .index-new-div .left .new-cons > .fr .ly-title {
                        font-size: 1.125rem;
                        line-height: 30px;
                        color: #009689;
                        font-weight: bold;
                        display: -webkit-box;
                        -webkit-box-orient: vertical;
                        text-overflow: ellipsis;
                        -webkit-line-clamp: 1;
                        overflow: hidden;
                    }

                        .index-new .index-new-div .left .new-cons > .fr .ly-title a {
                            color: #009689;
                        }

                    .index-new .index-new-div .left .new-cons > .fr .yaos {
                        font-size: 14px;
                        line-height: 24px;
                        color: #666666;
                        display: -webkit-box;
                        -webkit-box-orient: vertical;
                        text-overflow: ellipsis;
                        -webkit-line-clamp: 2;
                        overflow: hidden;
                    }

    .index-new .xinwen-ul li {
        padding: 22px 70px 36px 24px;
        margin-bottom: 16px;
        border-bottom: solid 1px rgba(0, 0, 0, 0.1);
        position: relative;
        cursor: pointer;
    }

        .index-new .xinwen-ul li:last-child {
            margin-bottom: 0;
        }

        .index-new .xinwen-ul li .abiao {
            line-height: 24px;
            color: #181818;
            font-size: 1.125rem;
            overflow: hidden;
        }

            .index-new .xinwen-ul li .abiao span {
                width: 64px;
                height: 24px;
                background-color: #009689;
                display: inline-block;
                float: left;
                font-size: 12px;
                color: #ffffff;
                line-height: 24px;
                text-align: center;
            }

            .index-new .xinwen-ul li .abiao a {
                display: inline-block;
                width: 70%;
                font-size: 1.125rem;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                text-overflow: ellipsis;
                -webkit-line-clamp: 1;
                overflow: hidden;
                color: #181818;
                float: left;
                margin-left: 20px;
                font-weight: bold;
            }

        .index-new .xinwen-ul li .zhen {
            font-size: 14px;
            margin-top: 5px;
            line-height: 24px;
            color: #666666;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            overflow: hidden;
        }

        .index-new .xinwen-ul li .ion {
            right: 0;
            top: 35%;
            transition: 400ms ease-in-out;
            -moz-transition: 400ms ease-in-out;
            /* Firefox 4 */
            -webkit-transition: 400ms ease-in-out;
            /* Safari and Chrome */
            -o-transition: 400ms ease-in-out;
            /* Opera */
        }

            .index-new .xinwen-ul li .ion i {
                color: #332f2f;
                font-size: 2.5rem;
            }

        .index-new .xinwen-ul li:hover .abiao a {
            color: #009689;
        }

        .index-new .xinwen-ul li:hover .ion {
            right: 10px;
            transition: 400ms ease-in-out;
            -moz-transition: 400ms ease-in-out;
            /* Firefox 4 */
            -webkit-transition: 400ms ease-in-out;
            /* Safari and Chrome */
            -o-transition: 400ms ease-in-out;
            /* Opera */
        }

            .index-new .xinwen-ul li:hover .ion i {
                color: #009689;
            }

.mores a {
    width: 148px;
    height: 46px;
    display: inline-block;
    background-color: #009689;
    border-radius: 2px;
    line-height: 46px;
    color: #ffffff;
    font-size: 14px;
}

.application_lunbo {
    margin: 30px 0;
    padding: 0 60px 15px;
    /*border-bottom: solid 1px rgba(0, 0, 0, 0.3);*/

    /*height: 590px;*/
}

    .application_lunbo .application_div a {
        display: block;
    }

        .application_lunbo .application_div a::after {
            content: '';
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            /* IE 9 */
            -moz-transform: translate(-50%, -50%);
            /* Firefox */
            -webkit-transform: translate(-50%, -50%);
            /* Safari 和 Chrome */
            -o-transform: translate(-50%, -50%);
            width: 80%;
            height: 60%;
            border-radius: 2px;
            border: solid 1px #ffffff;
            opacity: 0;
        }

    .application_lunbo .application_div .app-div {
        width: 80%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        /* IE 9 */
        -moz-transform: translate(-50%, -50%);
        /* Firefox */
        -webkit-transform: translate(-50%, -50%);
        /* Safari 和 Chrome */
        -o-transform: translate(-50%, -50%);
        text-align: center;
    }

        .application_lunbo .application_div .app-div .pp1 {
            font-size: 1.25rem;
            line-height: 30px;
            letter-spacing: 0px;
            color: #ffffff;
        }

        .application_lunbo .application_div .app-div .pp2 {
            font-size: 1.125rem;
            line-height: 30px;
            letter-spacing: 0px;
            color: #ffffff;
        }

    .application_lunbo .swiper-pagination {
        bottom: -5px;
        left: 50%;
        transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        /* IE 9 */
        -moz-transform: translateX(-50%);
        /* Firefox */
        -webkit-transform: translateX(-50%);
        /* Safari 和 Chrome */
        -o-transform: translateX(-50%);
    }

    .application_lunbo .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background-color: #aaaaaa;
        margin: 0 5px;
        position: relative;
        z-index: 7;
    }

    .application_lunbo .swiper-pagination-bullet-active {
        background-color: #009689;
        position: relative;
    }

        .application_lunbo .swiper-pagination-bullet-active::after {
            content: '';
            position: absolute;
            width: 20px;
            height: 20px;
            border-radius: 100%;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            /* IE 9 */
            -moz-transform: translate(-50%, -50%);
            /* Firefox */
            -webkit-transform: translate(-50%, -50%);
            /* Safari 和 Chrome */
            -o-transform: translate(-50%, -50%);
            border: solid 1px #009689;
        }
.application_lunbo .swiper-wrapper{
    height: auto;
}
    .application_lunbo .swiper-slide{
         height: auto;
         overflow: hidden;
    }
 
        .application_lunbo .swiper-slide img {
            transition: 400ms ease-in-out;
            -moz-transition: 400ms ease-in-out;
            /* Firefox 4 */
            -webkit-transition: 400ms ease-in-out;
            /* Safari and Chrome */
            -o-transition: 400ms ease-in-out;
            /* Opera */
        }

        .application_lunbo .swiper-slide:hover .application_div a img {
            transition: 400ms ease-in-out;
            -moz-transition: 400ms ease-in-out;
            /* Firefox 4 */
            -webkit-transition: 400ms ease-in-out;
            /* Safari and Chrome */
            -o-transition: 400ms ease-in-out;
            /* Opera */
            transform: scale(1.2);
            -ms-transform: scale(1.2);
            /* IE 9 */
            -moz-transform: scale(1.2);
            /* Firefox */
            -webkit-transform: scale(1.2);
            /* Safari 和 Chrome */
            -o-transform: scale(1.2);
        }

        .application_lunbo .swiper-slide:hover .application_div a::after {
            width: 70%;
            opacity: 1;
            transition: 400ms ease-in-out;
            -moz-transition: 400ms ease-in-out;
            /* Firefox 4 */
            -webkit-transition: 400ms ease-in-out;
            /* Safari and Chrome */
            -o-transition: 400ms ease-in-out;
            /* Opera */
            height: 55%;
        }
.index_application{
    padding: 30px 0;
}
 
.index_application .mores {
    margin-top: 60px;
}

.index_cooperative {
    padding: 80px 0;
}

    .index_cooperative .cooperative_lunbo {
        margin-top: 60px;
        margin-bottom: 50px;
    }

        .index_cooperative .cooperative_lunbo .swiper-slide {
            border: solid 1px rgba(0, 0, 0, 0.16);
            cursor: pointer;
        }

            .index_cooperative .cooperative_lunbo .swiper-slide:hover {
                border: solid 1px #009689;
            }

    .index_cooperative .more1 {
        margin-top: 50px;
    }

        .index_cooperative .more1 a {
            display: inline-block;
            width: 148px;
            height: 46px;
            background-color: #ffffff;
            border-radius: 2px;
            text-align: center;
            font-size: 14px;
            line-height: 46px;
            color: #181818;
            border: solid 1px #181818;
            transition: 400ms ease-in-out;
            -moz-transition: 400ms ease-in-out;
            /* Firefox 4 */
            -webkit-transition: 400ms ease-in-out;
            /* Safari and Chrome */
            -o-transition: 400ms ease-in-out;
            /* Opera */
        }

            .index_cooperative .more1 a:hover {
                background: #009689;
                border: solid 1px #009689;
                color: #ffffff;
                transition: 400ms ease-in-out;
                -moz-transition: 400ms ease-in-out;
                /* Firefox 4 */
                -webkit-transition: 400ms ease-in-out;
                /* Safari and Chrome */
                -o-transition: 400ms ease-in-out;
                /* Opera */
            }

.product_center {
    padding: 60px 0;
}

    .product_center .product_div .left {
        width: 20%;
    }

        .product_center .product_div .left .navigation_ul > li {
            position: relative;
            margin-bottom: 4px;
        }

            .product_center .product_div .left .navigation_ul > li.active ul {
                display: block;
            }

            .product_center .product_div .left .navigation_ul > li .div1 {
                width: 100%;
                height: 48px;
                line-height: 48px;
                padding: 0 25px;
                background-color: #ffffff;
                border: solid 1px rgba(0, 0, 0, 0.1);
            }

                .product_center .product_div .left .navigation_ul > li .div1 a {
                    display: block;
                    font-size: 1rem;
                    color: #181818;
                    font-weight: bold;
                }

                .product_center .product_div .left .navigation_ul > li .div1:hover a {
                    color: #009689;
                }

            .product_center .product_div .left .navigation_ul > li .nav_ul {
                display: none;
                padding: 10px 0;
            }

                .product_center .product_div .left .navigation_ul > li .nav_ul > li {
                    padding: 0 25px;
                    line-height: 30px;
                }

                    .product_center .product_div .left .navigation_ul > li .nav_ul > li a {
                        font-size: 14px;
                        color: #8a8a8a;
                    }

                    .product_center .product_div .left .navigation_ul > li .nav_ul > li:hover a,
                    .product_center .product_div .left .navigation_ul > li .nav_ul > li.active a {
                        color: #009689;
                    }

        .product_center .product_div .left .sou-div {
            border: 8px solid #009689;
            margin-top: 28px;
        }

            .product_center .product_div .left .sou-div input {
                width: 80%;
                height: 28px;
                padding-left: 10px;
            }

            .product_center .product_div .left .sou-div button {
                width: 20%;
                height: 28px;
                border: none;
                border-left: 1px solid rgba(0, 0, 0, 0.09);
                text-align: center;
                background: #ffffff;
            }

                .product_center .product_div .left .sou-div button i {
                    color: #009689;
                }

        .product_center .product_div .left .link-p {
            margin-top: 15px;
        }

            .product_center .product_div .left .link-p .lin-l {
                font-size: 1.125rem;
                line-height: 30px;
                font-weight: bold;
                color: #009689;
                border-bottom: 2px solid #009689;
                padding-left: 50PX;
                position: relative;
            }

                .product_center .product_div .left .link-p .lin-l::after {
                    position: absolute;
                    content: "\e630";
                    font-size: 42px;
                    font-family: "iconfont";
                    left: 0;
                    background-color: #FFF;
                    top: 5px;
                }

                .product_center .product_div .left .link-p .lin-l span {
                    background: #ffffff;
                    position: relative;
                    top: 10px;
                    padding: 0 10px;
                }

            .product_center .product_div .left .link-p .link-top {
                font-size: 14px;
                margin-top: 25px;
                line-height: 25px;
                color: #181818;
            }

    .product_center .product_div .right {
        width: 78%;
    }

        .product_center .product_div .right .product_ul li {
            width: 49%;
            padding: 20px 30px 20px 0px;
            box-shadow: 0px 0px 18px 1px rgba(177, 178, 180, 0.17);
            border: solid 1px #d2d2d2;
            margin-bottom: 20px;
            float: left;
            transition: 400ms ease-in-out;
            -moz-transition: 400ms ease-in-out;
            /* Firefox 4 */
            -webkit-transition: 400ms ease-in-out;
            /* Safari and Chrome */
            -o-transition: 400ms ease-in-out;
            /* Opera */
            cursor: pointer;
        }

            .product_center .product_div .right .product_ul li .product_l {
                width: 40%;
                text-align: center;
            }

            .product_center .product_div .right .product_ul li .product_r {
                width: 60%;
            }

                .product_center .product_div .right .product_ul li .product_r .title {
                    line-height: 24px;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    text-overflow: ellipsis;
                    -webkit-line-clamp: 1;
                    overflow: hidden;
                }

                    .product_center .product_div .right .product_ul li .product_r .title a {
                        font-size: 1.125rem;
                        color: #181818;
                        font-weight: bold;
                    }

                .product_center .product_div .right .product_ul li .product_r .zhasi {
                    font-size: 12px;
                    line-height: 24px;
                    color: #181818;
                    /* display: -webkit-box;
                    -webkit-box-orient: vertical; */
                    margin-top: 10px;
                    /* -webkit-line-clamp:6; */
                    height: 134px;
                    /* overflow: hidden; */
                }

            .product_center .product_div .right .product_ul li:nth-child(even) {
                float: right;
            }

            .product_center .product_div .right .product_ul li:hover {
                border: 1px solid #009689;
                transition: 400ms ease-in-out;
                -moz-transition: 400ms ease-in-out;
                /* Firefox 4 */
                -webkit-transition: 400ms ease-in-out;
                /* Safari and Chrome */
                -o-transition: 400ms ease-in-out;
                /* Opera */
                box-shadow: 0px 0px 5px 1px #009689;
            }

        .product_center .product_div .right .list_l {
            line-height: 34px;
            font-size: 14px;
            color: #181818;
            width: 71px;
        }

        .product_center .product_div .right .all_div {
            width: 58px;
            line-height: 34px;
            height: 34px;
            text-align: center;
            color: #ffffff;
            background-color: #009689;
            cursor: pointer;
        }

        .product_center .product_div .right .all_columns {
            margin-bottom: 25px;
        }

            .product_center .product_div .right .all_columns .all_list {
                padding-bottom: 3px;
                border-bottom: 1px solid rgba(0, 0, 0, 0.17);
                margin-bottom: 12px;
            }

        .product_center .product_div .right .list_ul {
            width: 92%;
        }

            .product_center .product_div .right .list_ul li {
                float: left;
                font-size: 14px;
                margin-right: 34px;
                line-height: 34px;
                text-align: center;
                background-color: #FFF;
                cursor: pointer;
                padding: 0px 10px;
                margin-bottom: 10px;
            }


                .product_center .product_div .right .list_ul li.active {
                    background-color: #009689;
                }

                    .product_center .product_div .right .list_ul li.active a {
                        color: #FFF;
                    }

                .product_center .product_div .right .list_ul li a {
                    color: #7d7d7e;
                }

.nav1 {
    margin-bottom: 52px;
}

    .nav1 li {
        position: relative;
        margin-right: 2px;
        float: left;
        width: 134px;
        text-align: center;
    }

        .nav1 li a {
            display: block;
            float: left;
            color: #4e4e4e;
            width: 100%;
            height: 34px;
            line-height: 34px;
            background-color: #ededed;
            font-size: 14px;
        }

            .nav1 li a em {
                display: none;
            }

        .nav1 li.hover em,
        .nav1 li:hover em {
            width: 16px;
            height: 9px;
            position: absolute;
            left: 50%;
            margin-left: -8px;
            top: 34px;
            display: block;
            background: url("/images/d4.png") no-repeat center top;
        }

        .nav1 li.hover a,
        .nav1 li a:hover {
            background-color: #009689;
            color: #fff;
        }

.valor_div {
    padding-bottom: 70px;
    /* job */
    /* 左边导航 */
}

    .valor_div .table {
        border: solid #d9d9d9;
        border-width: 1px 0px 0px 1px;
    }

        .valor_div .table td,
        .valor_div .table th {
            border: solid #d9d9d9;
            border-width: 0px 1px 1px 0px;
            padding: 5px;
            line-height: 40px;
            color: #666;
            text-align: center;
            cursor: pointer;
        }

            .valor_div .table td a,
            .valor_div .table th a {
                color: #3e3e3e;
            }

                .valor_div .table td a:hover,
                .valor_div .table th a:hover {
                    color: #009689;
                }

        .valor_div .table th {
            background-color: #737373;
            font-weight: normal;
            color: #fcfcfc;
        }

        .valor_div .table tr:hover td {
            background-color: #f8fbfe;
        }

    .valor_div .table1 {
        border: solid #e7e7e7;
        border-width: 1px 0px 0px 1px;
        text-align: left;
        text-indent: 20px;
    }

        .valor_div .table1 td,
        .valor_div .table1 th {
            border: solid #e7e7e7;
            border-width: 0px 1px 1px 0px;
            padding: 5px;
            line-height: 30px;
            color: #666;
        }

        .valor_div .table1 th {
            background-color: #e9e9e9;
            font-weight: normal;
            color: #666;
            font-size: 15px;
        }

    .valor_div .job-box {
        border: 1px solid #ddd;
        border-top: 0;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

        .valor_div .job-box .box {
            border-bottom: 1px solid #ddd;
            width: 90%;
            margin: 0px auto 20px;
            line-height: 24px;
            padding: 10px 0 20px;
        }

            .valor_div .job-box .box h2 {
                font-size: 12px;
                margin-top: 20px;
            }

        .valor_div .job-box .time {
            font-size: 14px;
            width: 90%;
            margin: 0px auto;
        }

            .valor_div .job-box .time font {
                color: #df0044;
            }

    .valor_div .btn1,
    .valor_div .btn1:hover {
        float: left;
        border: none;
        border: 0;
        width: 110px;
        height: 42px;
        line-height: 42px;
        background-color: #009689;
        text-align: center;
        font-size: 14px;
        color: #fff;
        margin-right: 10px;
    }

    .valor_div .btn2,
    .valor_div .btn2:hover {
        width: 110px;
        height: 42px;
        line-height: 42px;
        background-color: #b6b6b6;
        text-align: center;
        font-size: 14px;
        color: #fff;
    }

    .valor_div .subnav h2,
    .valor_div .lx h2 {
        height: 47px;
        line-height: 47px;
        background-color: #009689;
        font-size: 16px;
        color: #fff;
        text-align: center;
        font-weight: normal;
    }

    .valor_div .subnav ul {
        border-left: 1px solid #e4e4e4;
        border-right: 1px solid #e4e4e4;
        border-top: 1px solid #e4e4e4;
        width: 243px;
        float: left;
    }

        .valor_div .subnav ul li {
            width: 100%;
            text-indent: 28px;
            border-bottom: 1px solid #e4e4e4;
        }

            .valor_div .subnav ul li a {
                font-size: 14px;
                display: block;
                float: left;
                width: 100%;
                height: 45px;
                line-height: 45px;
                color: #565656;
            }

                .valor_div .subnav ul li.hover a,
                .valor_div .subnav ul li a:hover {
                    color: #009689;
                    font-weight: bold;
                }

            .valor_div .subnav ul li.xl {
                margin: 5px 0;
                width: 198px;
                padding-left: 28px;
                padding-right: 19px;
                border: none;
                border: 0;
            }

                .valor_div .subnav ul li.xl a {
                    height: 21px;
                    line-height: 21px;
                    font-size: 12px;
                    color: #797979;
                }

                    .valor_div .subnav ul li.xl a:hover {
                        background: url("../images/subnav.png") no-repeat 179px center #009689;
                        color: #fff;
                    }

        .valor_div .subnav ul > div {
            border-bottom: 1px solid #e4e4e4;
            float: left;
            width: 100%;
        }

    .valor_div .lx {
        margin-top: 20px;
    }

        .valor_div .lx > div {
            padding: 20px 0;
            border: 1px solid #e4e4e4;
            border-top: 0;
            text-align: center;
            font-size: 14px;
            color: #565656;
            line-height: 30px;
        }

            .valor_div .lx > div .tel {
                font-size: 19px;
                font-weight: bold;
                color: #009689;
            }

.position {
    margin-bottom: 35px;
    height: 71px;
    line-height: 71px;
    background: #eeeeee;
}

    .position .fl {
        font-size: 18px;
        font-weight: bold;
        color: #4e4e4e;
        background: url(/images/d3.png) no-repeat 27px top;
    }

    .position .fr {
        padding-left: 20px;
        color: #9b9b9b;
    }

        .position .fr a {
            color: #9b9b9b;
        }

            .position .fr a:hover {
                color: #009689;
            }
/* down */
.down li {
    width: 100%;
    height: 54px;
    border-bottom: 1px solid #f6f6f6;
    line-height: 54px;
}

    .down li a.b {
        font-size: 13px;
        color: #636363;
        padding-left: 30px;
    }

    .down li span {
        background: url("/images/down.png") no-repeat left center;
        padding-right: 63px;
        padding-left: 20px;
        font-size: 14px;
        color: #585858;
    }

        .down li span a {
            color: #585858;
        }

    .down li:hover {
        background-color: #f6f6f6;
    }
/* art-list */
.art-list li {
    margin-bottom: 20px;
    width: 49%;
    float: left;
    padding: 13px;
    background-color: #f8f8f8;
    border: 1px solid #e8e8e8;
}

    .art-list li a {
        display: block;
    }

        .art-list li a .fl {
            width: 40%;
        }

        .art-list li a .fr {
            width: 56%;
        }

    .art-list li:nth-child(2n) {
        float: right;
    }

    .art-list li img {
        float: left;
    }

    .art-list li span {
        font-size: 15px;
        margin-bottom: 10px;
        color: #464646;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    .art-list li p {
        line-height: 25px;
        color: #888;
        font-size: 13px;
        margin-top: 10px;
        height: 50px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .art-list li em {
        color: #888;
        display: inline-block;
        zoom: 1;
        *display: inline;
        padding-top: 5px;
    }
/* 文章内容 */
.wz-box {
    text-align: left;
    padding-bottom: 30px;
}

    .wz-box h1 {
        margin: 20px 0 10px;
        font-size: 1.375rem;
        line-height: 30px;
        text-align: center;
    }

    .wz-box .info {
        line-height: 26px;
        background-color: #eee;
        margin: 10px;
        text-align: center;
    }

    .wz-box .content1 {
        line-height: 25px;
        margin: 20px 0px 30px;
    }

        .wz-box .content1 p {
            margin-top: 20px;
        }

        .wz-box .content1 img {
            max-width: 90%;
        }

.product_xind {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

    .product_xind > div {
        width: 48%;
    }

    .product_xind > .lunbo_chanxing {
        width: 50%;
    }

    .product_xind .gallery-top {
        border: solid 1px #b7b7b7;
    }

        .product_xind .gallery-top .swiper-slide {
            padding: 30px 0;
        }

    .product_xind .gallery-thumbs {
        margin-top: 10px;
    }

        .product_xind .gallery-thumbs .swiper-slide {
            border: solid 1px #b7b7b7;
        }

            .product_xind .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
                border: solid 1px #009689;
            }

    .product_xind .fr .til {
        font-size: 1.375rem;
        line-height: 49px;
        padding-bottom: 10px;
        font-weight: bold;
        color: #009689;
        border-bottom: 1px solid rgba(0, 0, 0, 0.32);
        position: relative;
    }

        .product_xind .fr .til::after {
            content: '';
            position: absolute;
            width: 110px;
            height: 2px;
            background-color: #009689;
            bottom: -1px;
            left: 0;
        }

    .product_xind .fr .zhis {
        margin-top: 20px;
    }

        .product_xind .fr .zhis .fl {
            width: 16%;
            font-size: 1rem;
            line-height: 28px;
            font-weight: bold;
            color: #181818;
        }

        .product_xind .fr .zhis .fr {
            width: calc(84% - 10px);
            font-size: 14px;
            line-height: 28px;
            color: #181818;
            margin-left: 10px;
        }

            .product_xind .fr .zhis .fr span::before {
                position: relative;
                left: 0;
                top: -2px;
                width: 4px;
                height: 4px;
                border-radius: 50%;
                background: #000;
                content: "";
                display: inline-block;
                margin-right: 6px;
            }

            .product_xind .fr .zhis .fr span {
                margin-left: -10px;
            }

.zhangs-bot {
    margin-top: 24px;
}

    .zhangs-bot a {
        width: 45%;
        float: left;
        font-size: 1rem;
        margin: 0 2.5%;
        height: 53px;
        text-align: center;
        line-height: 53px;
        border: solid 1px #d2d2d2;
        color: #181818;
        transition: 400ms ease-in-out;
        -moz-transition: 400ms ease-in-out;
        /* Firefox 4 */
        -webkit-transition: 400ms ease-in-out;
        /* Safari and Chrome */
        -o-transition: 400ms ease-in-out;
        /* Opera */
    }

        .zhangs-bot a:hover {
            background: #009689;
            color: #ffffff;
            transition: 400ms ease-in-out;
            -moz-transition: 400ms ease-in-out;
            /* Firefox 4 */
            -webkit-transition: 400ms ease-in-out;
            /* Safari and Chrome */
            -o-transition: 400ms ease-in-out;
            /* Opera */
        }

.product_page {
    margin-top: 47px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

    .product_page .product_page_title {
        font-size: 1.125rem;
        line-height: 30px;
        color: #009689;
        padding-bottom: 20px;
        font-weight: bold;
        border-bottom: 1px solid rgba(0, 0, 0, 0.17);
        position: relative;
    }

        .product_page .product_page_title::after {
            position: absolute;
            content: '';
            width: 91px;
            height: 3px;
            background-color: #009689;
            left: 0;
            bottom: -1px;
        }

    .product_page .product_page_yys {
        padding: 40px;
    }

    .product_page .product_page_yys1 {
        padding: 40px 0 0;
    }

.product_page1 {
    border-bottom: none;
}

.about-us {
    padding-bottom: 50px;
}

    .about-us .content {
        font-size: 14px;
        line-height: 30px;
        color: #555;
    }

.rong-divs .rong-p {
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.rong-divs {
    margin-bottom: 15px;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    padding: 10px;
    border: 1px solid #eee;
}

.xiala_div {
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
    width: 62vw;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    /* IE 9 */
    -moz-transform: translateX(-50%);
    /* Firefox */
    -webkit-transform: translateX(-50%);
    /* Safari 和 Chrome */
    -o-transform: translateX(-50%);
    display: none;
    background: #ffffff;
}

    .xiala_div .left {
        width: 21%;
        border-right: 1px solid rgba(48, 49, 50, 0.16);
    }

        .xiala_div .left .uls {
            font-size: 14px;
            line-height: 37px;
            color: #181818;
            padding: 10px 0;
            border-bottom: 1px solid rgba(48, 49, 50, 0.16);
            text-align: left;
        }

            .xiala_div .left .uls li {
                padding: 0 0 0 30px;
            }

                .xiala_div .left .uls li a {
                    color: #181818;
                }

                    .xiala_div .left .uls li a span {
                        font-size: 12px;
                        line-height: 14px;
                        color: #666666;
                    }

                    .xiala_div .left .uls li a:hover {
                        color: #009689;
                    }

    .xiala_div .rights {
        width: 79%;
    }

.banner .swiper-button-prev {
    background-image: url(../images/ban_left.png) !important;
    left: 90px;
}

.banner .swiper-button-next {
    background-image: url(../images/ban_right.png) !important;
    right: 90px;
}

.banner .swiper-button-next, .banner .swiper-button-prev {
    width: 55px !important;
    height: 55px !important;
    background-size: 100% 100%;
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin-bottom: 3.4%;
}

.banner .swiper-pagination-bullet {
    width: 4.53125% !important;
    height: 4px !important;
    border-radius: 0;
    background: url(../images/B1.png) !important;
    opacity: 1;
}

.banner .swiper-pagination-bullet-active {
    background: url(../images/B2.png) !important;
}

.product_cpzx {
    background: #009689;
    text-align: center;
    padding: 12px 10px;
    color: #fff;
    font-size: 23px;
    margin-bottom: 10px;
}

.ul1 > li {
    float: left;
    margin-right: 55px;
}

    .ul1 > li:nth-child(2) {
        width: 36%;
    }

.ul1 {
    overflow: hidden;
}

    .ul1 > li > a:nth-child(1) {
        color: #D3D3D3;
        font-size: 18px;
        display: inline-block;
        margin-bottom: 10px;
        position: relative;
        font-weight: bold;
    }

    .ul1 > li > a {
        color: #FFF;
        font-size: 15px;
    }

.er-uls1 {
    margin-top: 15px;
}

    .er-uls1 > li > a {
        color: #696969;
        font-size: 14px;
        display: inline-block;
        line-height: 30px;
    }

.ul1 > li:last-child {
    margin-right: 0px;
}

.ul1 > li > a:nth-child(1)::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -10px;
    width: 20px;
    height: 1px;
    background: #A9A9A9;
}

footer .foot-bot .foot-bot_div {
    padding: 20px 0;
}

    footer .foot-bot .foot-bot_div .fr {
        width: 10%;
    }

    footer .foot-bot .foot-bot_div .fl {
        width: 90%;
    }

.div-y {
    color: #696969;
    font-size: 14px;
}

    .div-y a {
        color: #696969;
        font-size: 14px;
    }

.div-y2 {
    margin-top: 20px;
    color: #696969;
    font-size: 14px;
}

.div-y a:hover {
    color: #009689;
}

.xuan-product .product_div .right {
    width: 100%;
}

.xuan-product-ul li {
    float: left;
    width: 20%;
    text-align: center;
    line-height: 80px;
}

    .xuan-product-ul li a {
        display: block;
        color: #666;
        font-size: 15px;
    }

.xuan-product-ul li {
    border-right: 1px solid #eee;
}

    .xuan-product-ul li:hover, .xuan-product-ul li.active {
        background: #009689;
    }

        .xuan-product-ul li:hover a, .xuan-product-ul li.active a {
            color: #FFf;
        }

.xuan-product-top {
    margin-bottom: 40px;
}

.xuan-product-ul li:nth-child(1) {
    line-height: 30px;
}

.xuan-product-ul li:nth-child(1) {
    background: #1b1b1b;
    color: #FFF;
}

.xuan-product-ul .xuan-img i {
    font-size: 40px;
    color: #FFF;
}

.xuan-product-ul .xuan-img {
    left: 38px;
    top: 56%;
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -moz-transform: translateY(-50%);
    /* Firefox */
    -webkit-transform: translateY(-50%);
    /* Safari 和 Chrome */
    -o-transform: translateY(-50%);
}

.xuan-product-ul li:nth-child(1) {
    text-align: left;
    padding: 15px 10px 15px 90px;
}

.xuan-product-ul li .pp12 {
    font-size: 22px;
}

.xuan-product-ul li .pp12-en {
    line-height: 20px;
}

@media (max-width: 1750px) {
    .nav-ul > li {
        padding: 0 1rem;
    }
}

@media (max-width: 1530px) {
    html {
        font-size: 12px;
    }

    .daohang .daohang-bot {
        line-height: 65px;
        padding: 0 4.5rem;
    }

    body {
         
    }


    .position {
        line-height: 60px;
        height: 60px;
    }

    .ban .zzi .pp2 {
        margin-top: 5px;
    }

    .daohang .daohang-top {
        padding: 0 4.5rem;
    }

    .banner .ban-zi {
        left: 4%;
    }

        .banner .ban-zi > .le {
            margin-top: 6%;
        }

        .banner .ban-zi .p2 {
            margin: 2px 0 17px;
        }

        .banner .ban-zi .div3 {
            line-height: 27px;
        }

        .banner .ban-zi > .re {
            width: 54%;
            float: right;
        }
}

@media (max-width: 1200px) {
    .ul1 > li {
        margin-right: 36px;
    }

        .ul1 > li:nth-child(2) {
            width: 44%;
        }

    .xuan-product-ul .xuan-img {
        left: 20px;
    }

    .xuan-product-ul li:nth-child(1) {
        padding: 15px 10px 15px 63px;
    }

    .xiala_div {
        width: 90vw;
        left: -5vw;
        /* transform: translateX(0%);
        -ms-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -o-transform: translateX(0%); */
    }

    .nav-ul {
        margin-left: 0%;
    }

        .nav-ul > li {
            padding: 0 .875rem;
        }

    footer .foot-top .foot-top-ul > li:nth-child(2) {
        padding: 0 65px;
    }

    .product_center .product_div .right .list_ul {
        width: 79%;
    }

        .product_center .product_div .right .list_ul li {
            margin-right: 26px;
        }

    .banner .ban-zi > .le {
        margin-top: 0%;
    }
}

@media (max-width: 990px) {
    .product_center .product_div .right .list_ul {
        width: 67%;
    }

    .xuan-product-ul .xuan-img {
        left: 10px;
    }

    .xuan-product-ul li .pp12-en {
        font-size: 12px;
    }

    .xuan-product-ul li .pp12 {
        font-size: 15px;
    }

    .xuan-product-ul .xuan-img i {
        font-size: 26px;
    }

    .xuan-product-ul li:nth-child(1) {
        padding: 15px 10px 15px 45px;
    }

    .phone {
        display: block;
    }

    .product_center .product_div .right .all_columns .all_list {
        padding-bottom: 11px;
        margin-bottom: 11px;
    }

    .product_center .product_div .right .all_columns {
        margin-bottom: 30px;
    }

    .daohang {
        display: none;
    }

    footer .foot-top {
        display: none;
    }

    body {
        padding-top: 52px;
    }

    .link .right .liu-ul li textarea {
        padding: 15px;
        height: 90px;
    }

    .divs .div-lind {
        padding: 10px;
    }

    .field-ul li .p2 {
        line-height: 25px;
    }

    .field-ul {
        width: 100%;
    }

    .field-ul {
        margin-top: 20px;
    }

        .field-ul li .p2 {
            height: 50px;
        }

        .field-ul li .p1 span {
            width: 50px;
            height: 50px;
            line-height: 50px;
        }

    .product_center .product_div .left {
        width: 30%;
    }

    .product_center .product_div .right {
        width: 66%;
    }

        .product_center .product_div .right .product_ul li .product_l {
            width: 100%;
            text-align: center;
        }

        .product_center .product_div .right .product_ul li .product_r {
            width: 100%;
            margin-top: 10px;
        }

        .product_center .product_div .right .product_ul li {
            padding: 15px;
        }

    .dian-ul li .title {
        line-height: 21px;
        height: 42px;
    }

    .banner .ban-zi .div3 {
        display: none;
    }

    .banner .ban-zi > .le {
        margin-top: 10%;
    }

    .index-new .xinwen-ul li .abiao a {
        width: 67%;
    }

    .index-new .xinwen-ul li {
        padding: 15px 70px 12px 24px;
        margin-bottom: 5px;
    }

    .index_branded .branded_div .branded_ul li {
        margin-bottom: 29px;
    }

    .index_branded .branded_div .branded_ul .branded_le {
        width: 17%;
    }

    .xuan-product .product_div .right {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .xuan-product-top {
        margin-bottom: 14px;
    }

    .xuan-product-ul li:nth-child(1) {
        width: 100%;
    }

    footer .foot-bot .foot-bot_div .fl {
        width: 100%;
    }

    footer .foot-bot .foot-bot_div .fr {
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }

    .xuan-product-ul li {
        width: 50%;
    }

    .xuan-product-ul li {
        line-height: 50px;
    }

    .banner .swiper-button-prev {
        left: 10px;
        width: 30px !important;
        height: 30px !important;
        background-size: 100% 100% !important;
    }

    .banner .swiper-button-next {
        right: 10px;
        width: 30px !important;
        height: 30px !important;
        background-size: 100% 100% !important;
    }

    footer .foot-bot .foot-bot_div {
        border: none;
    }

    .link .right .tioajiao button {
        width: 100%;
    }

    .product_xind > div {
        width: 100%;
    }

    .zhangs-bot a {
        height: 30px;
        line-height: 30px;
    }

    .zhangs-bot a {
        width: 100%;
        margin-bottom: 10px;
    }

    .rightfix,
    .bns {
        display: none;
    }

    body {
        padding-top: 4.25rem;
    }

    .ban img {
        height: 200px;
        object-fit: cover;
    }

    .position,
    .nav1 {
        display: none;
    }

    .about-us,
    .valor_div {
        padding: 30px 15px;
    }

    .art-list li {
        width: 100%;
    }

        .art-list li a .fl {
            width: 100%;
        }

        .art-list li a .fr {
            width: 100%;
            margin-top: 10px;
        }

    .wz-box h1 {
        margin: 0px 0 10px;
    }

    .link {
        padding: 30px 15px;
    }

    .divs > .fl {
        width: 100%;
    }

    .divs > .fr {
        width: 100%;
    }

    .link-bots {
        padding: 30px 0;
    }

    .field-ul li {
        width: 44%;
        margin: 2% 3%;
        padding: 20px 10px;
    }

    .product_center {
        padding: 30px 15px;
    }

        .product_center .product_div .left {
            width: 100%;
        }

        .product_center .product_div .right {
            width: 100%;
            margin-top: 15px;
        }

        .product_center .product_div .left .navigation_ul > li .div1 {
            height: 40px;
            line-height: 40px;
        }

        .product_center .product_div .right .all_div {
            width: 42px;
            line-height: 24px;
            height: 24px;
        }

        .product_center .product_div .right .list_l {
            line-height: 24px;
        }

        .product_center .product_div .right .list_ul {
            margin-left: 0;
            margin-top: 10px;
        }

        .product_center .product_div .right .list_ul {
            width: 100%;
        }

            .product_center .product_div .right .list_ul li {
                margin-right: 4px;
            }

    footer .foot-bot {
        line-height: 25px;
    }

    footer .foot-bot {
        padding: 10px;
    }

    .ban .zzi .pp2 {
        display: none;
    }

    .index_pro .pro-divs .le {
        width: 100%;
    }

    .index_pro .pro-divs .re {
        width: 100%;
    }

    .index_pro .pro-divs .le .pro-ul1 li {
        width: 49%;
    }

    .index_pro .pro-divs .le .pro-bot .left {
        width: 100%;
    }

    .index_pro .pro-divs .le .pro-bot .right {
        width: 100%;
    }

    .index_pro .pro-divs .le .pro-ul3 {
        height: auto;
    }

    .index_pro .pro-divs .re {
        height: 250px;
        padding-top: 66px;
    }

        .index_pro .pro-divs .re .more {
            margin-top: 23px;
        }

    .index_branded {
        padding: 30px 15px;
    }

    .index_pro {
        padding: 30px 0 0;
    }

    .index_branded .branded_div .left {
        width: 100%;
    }

    .index_branded .branded_div .right {
        width: 100%;
    }

    .index_branded .branded_div::before {
        display: none;
    }

    .index_branded .branded_div .branded_ul .branded_le {
        float: left;
    }

    .index_branded .branded_div .branded_ul .branded_re {
        float: right;
        text-align: left;
    }

    .index_branded .branded_div {
        padding: 20px 0 0;
    }

    .index-new {
        padding: 30px 15px 30px;
    }

        .index-new .index-new-div .left {
            width: 100%;
        }

        .index-new .index-new-div .right {
            width: 100%;
        }

        .index-new .xinwen-ul li {
            padding: 15px 50px 12px 0px;
            margin-bottom: 5px;
        }

        .index-new .index-new-div {
            margin: 26px 0;
        }

    .application_lunbo {
        margin: 20px 0 0;
        padding: 20px 40px 20px;
    }

    .index_cooperative {
        padding: 30px 10px;
    }

        .index_cooperative .cooperative_lunbo {
            margin-top: 20px;
        }

        .index_cooperative .more1 {
            margin-top: 27px;
        }

    .hd-div .hd-div2 {
        font-size: 1.8rem;
    }

    .index_application .mores {
        margin-top: 30px;
    }

    .mores a,
    .index_cooperative .more1 a,
    .index_pro .pro-divs .re .more a {
        width: 100px;
        height: 36px;
        line-height: 36px;
    }

    .dian-ul li {
        width: 50%;
    }

    .dian-div {
        padding: 10px;
        margin-top: 0px;
    }

    .banner .ban-zi > .le {
        margin-top: 6%;
    }

    .banner .ban-zi .p1 {
        font-size: 1.625rem;
    }

    .banner .ban-zi > .re {
        width: 50%;
    }

    .field-ul li .p2 {
        height: auto;
    }

    .field-ul li {
        width: 46%;
        margin: 2% 2%;
    }

        .field-ul li:last-child {
            width: 96%;
        }
}

.series_ul li {
    width: 25%;
    float: left;
    border-right: solid 1px #dedede;
    padding: 20px;
    position: relative;
    border-bottom: solid 1px #dedede;
    cursor: pointer;
}

    .series_ul li .tlt {
        line-height: 30px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        overflow: hidden;
        font-weight: bold;
        margin-top: 10px;
        text-align: center;
    }

        .series_ul li .tlt a {
            font-size: 16px;
            color: #181818;
        }

    .series_ul li::after {
        content: '';
        position: absolute;
        display: none;
        border: solid 1px #009689;
        top: 0;
        left: 0;
        opacity: 0;
        right: 0;
        bottom: 0;
        transition: 400ms ease-in-out;
        -moz-transition: 400ms ease-in-out;
        /* Firefox 4 */
        -webkit-transition: 400ms ease-in-out;
        /* Safari and Chrome */
        -o-transition: 400ms ease-in-out;
        /* Opera */
    }

    .series_ul li:hover::after {
        opacity: 1;
        transition: 400ms ease-in-out;
        -moz-transition: 400ms ease-in-out;
        /* Firefox 4 */
        -webkit-transition: 400ms ease-in-out;
        /* Safari and Chrome */
        -o-transition: 400ms ease-in-out;
        /* Opera */
    }

    .series_ul li:hover .tlt a {
        color: #009689;
    }

.series_content > ul {
    display: none;
}

.nav-ul > li:hover .xiala_div {
    display: block;
}

.ab-img {
    padding: 20px 0;
    background: #f1f1f1;
}

.er-ul {
    width: 64%;
    top: 110%;
    z-index: 99;
    margin: 0 auto;
}

    .er-ul li {
        transition: 400ms ease-in-out;
        -moz-transition: 400ms ease-in-out;
        /* Firefox 4 */
        -webkit-transition: 400ms ease-in-out;
        /* Safari and Chrome */
        -o-transition: 400ms ease-in-out;
        display: inline-block;
        width: 18%;
        float: left;
        margin: 0 1%;
        /* Opera */
    }

        .er-ul li a {
            font-size: 14px;
            font-weight: 400;
            color: #000;
            display: block;
        }




.nav-ul > li .ab-img {
    display: none;
}

.nav-ul > li:hover .ab-img {
    display: block;
}

.nav-ul > li {
    position: relative;
}

#c_message_form-15552351655206686 .js-validate-group {
    width: 50%;
    float: left;
    padding: 10px 10px;
}

.c_message_form-01001014 .e_input-001 .InputText {
    width: 300px;
    height: 26px;
    background: #f6f6f6;
    border: 1px solid #ddd;
}

#mads-div .divs-inp {
    padding: 10px 10px;
    line-height: 30px;
    margin-bottom: 0px;
    color: #666;
}

    #mads-div .divs-inp .fl {
        width: 20%;
    }

        #mads-div .divs-inp .fl span {
            color: #ff1800;
            line-height: 30px;
            display: inline-block;
            margin-right: 5px;
        }

    #mads-div .divs-inp .fr {
        width: 80%;
    }

        #mads-div .divs-inp .fr input {
            height: 26px;
            width: 100%;
            background: #f6f6f6;
            border: 1px solid #ddd;
            padding-left: 10px;
        }

        #mads-div .divs-inp .fr textarea {
            border-color: #ddd;
            width: 100%;
            height: 106px;
            resize: none;
            background: #f6f6f6;
        }

        #mads-div .divs-inp .fr .code-img img {
            border: 1px solid #ddd;
        }

        #mads-div .divs-inp .fr .code-img a {
            color: #666;
            display: inline-block;
            margin-left: 10px;
        }

        #mads-div .divs-inp .fr .code-img {
            margin: 10px 0;
        }

        #mads-div .divs-inp .fr .tiaoj button {
            width: 135px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            color: #ffffff;
            border: none;
            background: #009689;
            font-size: 1rem;
        }

.art-list li .fl {
    overflow: hidden;
}

.art-list li:hover .fl img {
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    /* Firefox 4 */
    -webkit-transition: 400ms ease-in-out;
    /* Safari and Chrome */
    -o-transition: 400ms ease-in-out;
    /* Opera */
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* IE 9 */
    -moz-transform: scale(1.2);
    /* Firefox */
    -webkit-transform: scale(1.2);
    /* Safari 和 Chrome */
    -o-transform: scale(1.2);
}

.art-list li:hover .fr span {
    color: #009689;
}

@media (min-width: 992px) {
    #mads-div .modal-lg {
        margin: 0 auto;
        top: 50%;
        -ms-transform: translateY(-50%);
        /* IE 9 */
        -moz-transform: translateY(-50%);
        /* Firefox */
        -webkit-transform: translateY(-50%);
        /* Safari 和 Chrome */
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    #mads-div .modal-body {
        padding: 21px 30px;
    }
}

.nodata {
    text-align: center;
    padding: 100px 0px;
    font-size: 14px;
}

.lunbo_chanxing .swiper-button-next, .lunbo_chanxing .swiper-button-prev {
    background: transparent;
}


   .lunbo_chanxing .swiper-button-next {  
        top:92%;
        
    }



      .lunbo_chanxing .swiper-button-prev  {
        top:92%;
        left: 0!important;
    }

    .lunbo_chanxing .swiper-button-next i, .lunbo_chanxing .swiper-button-prev i {
        font-size: 40px;
        color: #009689;
    }

.product_center .product_div .left .navigation_ul > li.active .div1 > a {
    color: #009689;
}

.pagebar {
    width: 100%;
    margin: auto;
    color: #888888;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
}

    .pagebar i {
        font-size: 22px;
    }

.pageborder {
    width: 45px;
    height: 45px;
    border: 1px solid #CFD8DC;
    display: inline-block;
    line-height: 46px;
}

.pagebar a {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0px 14px;
    text-align: center;
    color: rgb(0, 0, 0);
    background-color: rgb(238, 238, 238);
    font-family: 微软雅黑, 宋体;
    font-size: 12px;
}

.pagebar span {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0px 14px;
    text-align: center;
    color: #ffffff;
    background-color: #009689;
}

.pagebar a:hover {
    color: #ffffff;
    background-color: #009689;
    text-decoration: none;
}

.pageborder a i {
    font-size: 22px;
    line-height: 40px;
}

.pagetext {
    width: 45px;
    line-height: 45px;
    display: inline-block;
    font-size: 18px;
}

.pageinput {
    box-shadow: none;
    width: 45px;
    height: 45px;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    color: #ff5500;
    border: 1px solid #CFD8DC;
    display: inline-block;
}

.zhangsxingq {
    font-size: 1rem;
    line-height: 2;
}

b, strong {
    font-weight: bold;
}

.index_pro .pro-divs .le .pro-ul3 li:last-child {
    padding: 50px 10px 0;
}

.ab-img {
    position: fixed;
    width: 100vw;
    left: 0;
}

    .ab-img .er-ul li span {
        height: 24px;
        line-height: 24px;
        padding: 0 10px;
        border-left: 10px solid #ddd;
        background: #009689;
        color: #fff;
        display: inline-block;
        zoom: 1;
    }

.no_data {
    text-align: center;
}

/* 放大镜css */
/*
 Cloud Zoom CSS. (c)2012-2013 Star Plugins.
*/

/* CSS for lens */
.cloudzoom-lens {
   
    width: 133px!important;
    height: 133px!important;
    cursor: move;
   
z-index: 99;
    border: solid 1px #009689;
   position: absolute;

   box-shadow: 0  5px 10px rgba(0, 0, 0, 0.3);
}
/* CSS for zoom window. */
.cloudzoom-zoom {
    border: 4px solid #ddd;
    width: 400px !important;
    height: 400px !important;
    box-shadow: 0  3px 10px rgba(0, 0, 0, 0.17);
}
/* CSS for zoom window in 'inside' mode. */
.cloudzoom-zoom-inside {
    border: none;
    box-shadow: none;
}

/* CSS for captions */
.cloudzoom-caption {
    display: none; /* CSS captions should be hidden initially */
    text-align: left;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    font-family: sans-serif;
    font-size: 11px;
}

/* A blank image */
.cloudzoom-blank {
background: rgba(255,255,255,.01);
z-index: 55;
}

/* The animated ajax loading image */

.tanchus{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    background: rgba(0, 0, 0,.2);
    z-index: 99;
    display: none;
}
.tan-img {
    position: absolute;
    width: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    /* IE 9 */
    -moz-transform: translate(-50%, -50%);
    /* Firefox */
    -webkit-transform: translate(-50%, -50%);
    /* Safari 和 Chrome */
    -o-transform: translate(-50%, -50%);
    
}.tan-img  img{
    width: 100%;
}
.tanchus .colse{
    right: -15px;
    width: 30px;
    height: 30px;
    background: #Fff;
    border-radius: 100%;
    top: -15px;

    border: 1px solid #ddd;
    line-height: 30px;
    text-align: center;
}.tanchus .colse i{
    color: rgb(0, 0, 0);
}#mads-div .divs-inp .fr .code-img a{
    cursor: pointer;
}

.product_center .product_div .right .product_ul_select li .product_r .zhasi{
    height: 168px;
}.banner{
    cursor: pointer;
}

.tui-img .swiper-pagination-bullet-active {
    background: #009689 !important;
}