@charset "utf-8";

.home_product {
    width: 100%;
    overflow: hidden;
    margin-bottom: 25px;
}

    .home_product .title {
        width: 100%;
        position: relative;
        background: url("../images/home_probg.png") left no-repeat;
        height: 117px;
        padding-top: 62px;
    }

        .home_product .title:before {
            content: "";
            position: absolute;
            width: 95px;
            height: 74px;
            background: url("../images/titlebg.png") no-repeat;
            top: 0;
            left: -45px;
        }

        .home_product .title span {
            font-size: 24px;
            font-weight: bold;
            text-transform: uppercase;
            font-family: arial;
            display: block;
            color: #333;
            height: 24px;
            line-height: 24px;
            width: 920px;
            margin-left: 70px;
            float: left;
        }

        .home_product .title .btn {
            display: block;
            float: right;
            width: 145px;
            height: 38px;
            line-height: 38px;
            color: #fff;
            font-size: 16px;
            text-align: center;
            border-radius: 50px;
            background: #ee7703;
        }

            .home_product .title .btn:hover {
                color: #EAE8E8;
            }

.pro_xg {
    width: 275px;
    float: left;
    border: 2px solid #b4b4b4;
    padding: 25px;
}

    .pro_xg .title2 {
        position: relative;
        width: 100%;
        height: 80px;
        padding-top: 5px;
    }

        .pro_xg .title2:before {
            content: "";
            position: absolute;
            width: 77px;
            height: 94px;
            background: url("../images/asidebg.png") no-repeat;
            top: -27px;
            left: -27px;
        }

        .pro_xg .title2 big {
            display: block;
            text-align: center;
            color: #333;
            font-size: 24px;
            line-height: 24px;
            height: 30px;
            overflow: hidden;
            font-weight: bold;
        }

        .pro_xg .title2 small {
            display: block;
            text-align: center;
            color: #999;
            font-size: 20px;
            height: 24px;
            line-height: 24px;
            margin-top: 15px;
            overflow: hidden;
            text-transform: uppercase;
            font-family: arial;
        }

    .pro_xg .home_nav {
        list-style: none;
        margin-bottom: 7px;
    }

        .pro_xg .home_nav span {
            display: block;
            height: 50px;
            line-height: 50px;
            border-bottom: 1px dashed #999999;
            color: #ee7703;
            text-align: center;
            font-size: 18px;
            font-weight: bold;
            margin-top: 18px;
            margin-bottom: 10px;
            overflow: hidden;
        }

            .pro_xg .home_nav span a {
                color: #ee7703;
            }

        .pro_xg .home_nav small {
            display: block;
            background: #ee7703;
            height: 35px;
            line-height: 35px;
            text-align: center;
            color: #fff;
            font-size: 16px;
            font-weight: bold;
            margin: 20px 0 10px;
            border-radius: 2px;
        }

            .pro_xg .home_nav small a {
                color: #fff;
            }

                aside .home_nav small a:hover {
                    color: #504F4F;
                }

        .pro_xg .home_nav li {
            height: 35px;
            line-height: 35px;
            font-size: 15px;
            overflow: hidden;
            margin: 0 30px;
            padding-left: 12px;
            background: url("../images/aside.png") no-repeat left center;
        }

            .pro_xg .home_nav li a {
                color: #666666;
            }

.home_promain {
    width: 880px;
    float: right;
}

    .home_promain ul {
        list-style: none;
        display: table;
        width: 100%;
    }

        .home_promain ul li {
            border: 1px solid #e1e1e1;
            display: table;
            width: 870px;
            margin-bottom: 29px;
            position: relative;
        }

            .home_promain ul li:before {
                content: "";
                position: absolute;
                width: 8px;
                height: 100%;
                right: -9px;
                top: 8px;
                background: #f3f3f3;
            }

            .home_promain ul li:after {
                content: "";
                position: absolute;
                width: 100%;
                height: 8px;
                left: 8px;
                bottom: -9px;
                background: #f3f3f3;
            }

            .home_promain ul li:hover {
                background: #ee7703;
            }

                .home_promain ul li:hover:before {
                    content: "";
                    position: absolute;
                    width: 8px;
                    height: 100%;
                    right: -9px;
                    top: 8px;
                    background: #ffe9d3;
                }

                .home_promain ul li:hover:after {
                    content: "";
                    position: absolute;
                    width: 100%;
                    height: 8px;
                    left: 8px;
                    bottom: -9px;
                    background: #ffe9d3;
                }

                .home_promain ul li:hover .pic img {
                    transform: scale(1.05);
                    -webkit-transform: scale(1.05);
                    -moz-transform: scale(1.05);
                    -ms-transform: scale(1.05);
                    -o-transform: scale(1.05);
                }

                .home_promain ul li:hover .txt span a {
                    color: #fff;
                }

                .home_promain ul li:hover .txt p {
                    color: #fff;
                }

            .home_promain ul li .pic {
                width: 112px;
                height: 116px;
                border: 1px solid #e1e1e1;
                float: left;
                margin: 7px;
                position: relative;
                overflow: hidden;
            }

                .home_promain ul li .pic img {
                    transition: all 0.38s ease-in;
                    -webkit-transition: all 0.38s ease-in;
                    -moz-transition: all 0.38s ease-in;
                    -ms-transition: all 0.38s ease-in;
                    -o-transition: all 0.38s ease-in;
                }

            .home_promain ul li .txt {
                width: 680px;
                float: right;
                margin: 5px 45px 0 0;
            }

                .home_promain ul li .txt span {
                    font-size: 16px;
                    font-weight: bold;
                    display: block;
                    height: 30px;
                    line-height: 30px;
                    overflow: hidden;
                    margin: 15px 0 12px;
                }

                    .home_promain ul li .txt span a {
                        color: #333;
                    }

                .home_promain ul li .txt p {
                    color: #666666;
                    height: 44px;
                    overflow: hidden;
                    font-size: 12px;
                    line-height: 22px;
                }

.home_case {
    width: 100%;
    display: table;
    overflow: hidden;
    background: url("../images/home_sussbg.jpg") no-repeat;
    background-size: 100% 100%;
    padding: 70px 0 140px;
}

    .home_case big {
        display: block;
        font-family: webfontbold;
        color: #fff;
        font-size: 44px;
        text-align: center;
        line-height: 48px;
        height: 48px;
        overflow: hidden;
        text-transform: uppercase;
        margin-bottom: 8px;
    }



    .home_case .text1 {
        display: table;
        margin: 0 auto;
    }

        .home_case .text1 span {
            display: block;
            width: 80px;
            height: 1px;
            background: #fff;
            float: left;
            margin-top: 15px;
        }

        .home_case .text1 small {
            display: block;
            float: left;
            color: #fff;
            font-size: 26px;
            line-height: 28px;
            height: 28px;
            overflow: hidden;
            margin: 0 20px;
        }



    .home_case .homecase {
        width: 1200px;
        margin: 55px auto 10px;
    }

        .home_case .homecase .homecasemain {
            width: 1237px;
            display: inline-block;
            margin-left: -37px;
        }

            .home_case .homecase .homecasemain .slick-prev,
            .home_case .homecase .homecasemain .slick-next {
                width: 45px;
                height: 45px;
                border: none;
            }

            .home_case .homecase .homecasemain .slick-prev {
                background: url("../images/home_sucssleft.png") no-repeat;
                top: auto;
                bottom: -77px;
                left: 585px;
            }

                .home_case .homecase .homecasemain .slick-prev:hover {
                    background: url("../images/home_sucssright1.png") no-repeat;
                }

                .home_case .homecase .homecasemain .slick-prev:before {
                    content: "";
                    position: absolute;
                    width: 865px;
                    height: 1px;
                    background: #61a8d7;
                    left: -890px;
                    float: left;
                }

            .home_case .homecase .homecasemain .slick-next {
                background: url("../images/home_sucssleft1.png") no-repeat;
                top: auto;
                bottom: -77px;
                right: 540px;
            }

                .home_case .homecase .homecasemain .slick-next:hover {
                    background: url("../images/home_sucssright.png") no-repeat;
                }

                .home_case .homecase .homecasemain .slick-next:before {
                    content: "";
                    position: absolute;
                    width: 860px;
                    height: 1px;
                    background: #61a8d7;
                    right: -885px;
                    float: left;
                }

        .home_case .homecase .c_main {
            width: 270px;
            margin: 0 0 0 37px;
            position: relative;
        }

            .home_case .homecase .c_main:hover .mask1 {
                opacity: 1;
                display: block\9;
            }



            .home_case .homecase .c_main .mask1 .text {
                height: 202px;
                left: -270px;
                position: absolute;
                transition: All 0s ease-in-out;
                -webkit-transition: All 0s ease-in-out;
                -moz-transition: All 0s ease-in-out;
                -o-transition: All 0s ease-in-out;
            }

            .home_case .homecase .c_main .mask1 span {
                display: block;
                color: #fff;
                height: 126px;
                width: 210px;
                margin: 38px 30px;
                overflow: hidden;
                font-size: 13px;
                line-height: 32px;
            }



            .home_case .homecase .c_main .mask1 {
                width: 100%;
                height: 100%;
                position: absolute;
                z-index: 25;
                display: block;
                overflow: hidden;
                background: url("../images/mask.png");
                opacity: 0;
                transition: All 0.4s ease-in-out;
                -webkit-transition: All 0.4s ease-in-out;
                -moz-transition: All 0.4s ease-in-out;
                -o-transition: All 0.4s ease-in-out;
                display: none\9;
            }


            .home_case .homecase .c_main .pic {
                width: 270px;
                height: 202px;
                z-index: 15;
                position: relative;
                overflow: hidden;
            }

            .home_case .homecase .c_main small {
                display: block;
                width: 270px;
                height: 15px;
                background: url("../images/home_succmask.png") no-repeat center;
            }

            .home_case .homecase .c_main p {
                width: 270px;
                height: 34px;
                line-height: 34px;
                text-align: center;
                overflow: hidden;
                font-size: 15px;
                font-weight: bold;
            }

                .home_case .homecase .c_main p a {
                    color: #fff;
                }

.home_about {
    width: 100%;
    background: url("../images/home_aboutbg.png") no-repeat;
    background-size: 100% 100%;
    padding: 80px 0;
    display: table;
    overflow: hidden;
}

    .home_about big {
        display: block;
        font-family: webfontbold;
        color: #ee7703;
        font-size: 44px;
        text-align: center;
        line-height: 48px;
        height: 48px;
        overflow: hidden;
        text-transform: uppercase;
        margin-bottom: 8px;
    }

    .home_about .text {
        display: table;
        margin: 0 auto;
    }

        .home_about .text span {
            display: block;
            width: 80px;
            height: 1px;
            background: #666666;
            float: left;
            margin-top: 15px;
        }

        .home_about .text small {
            display: block;
            float: left;
            color: #333;
            font-size: 26px;
            line-height: 28px;
            height: 28px;
            overflow: hidden;
            margin: 0 20px;
        }

    .home_about .home_news {
        width: 925px;
        background: #fff;
        float: left;
        margin-top: 55px;
    }

        .home_about .home_news:hover .pic img {
            transform: scale(1.08);
            -webkit-transform: scale(1.08);
            -moz-transform: scale(1.08);
            -ms-transform: scale(1.08);
            -o-transform: scale(1.08);
        }

        .home_about .home_news:hover .txt span a {
            color: #ee7703;
        }

        .home_about .home_news:hover .txt .btn {
            color: #ee7703;
            border: 2px solid #ee7703;
        }

        .home_about .home_news .pic {
            float: left;
            width: 360px;
            height: 268px;
            position: relative;
            overflow: hidden;
        }

            .home_about .home_news .pic img {
                transition: all 0.38s ease-in;
                -webkit-transition: all 0.38s ease-in;
                -moz-transition: all 0.38s ease-in;
                -ms-transition: all 0.38s ease-in;
                -o-transition: all 0.38s ease-in;
            }

        .home_about .home_news .txt {
            width: 450px;
            float: right;
            margin: 10px 65px 10px 0;
        }

            .home_about .home_news .txt span {
                font-size: 20px;
                font-weight: bold;
                line-height: 24px;
                overflow: hidden;
                height: 24px;
                display: block;
                margin: 17px 0 25px;
            }

                .home_about .home_news .txt span a {
                    color: #333333;
                }

            .home_about .home_news .txt p {
                color: #666666;
                font-size: 13px;
                line-height: 26px;
            }

            .home_about .home_news .txt .btn {
                display: block;
                width: 123px;
                height: 33px;
                border: 2px solid #333;
                text-align: center;
                line-height: 30px;
                color: #333;
                font-size: 14px;
                margin: 25px 0 15px;
                font-weight: bold;
            }

    .home_about .home_honor {
        width: 235px;
        height: 270px;
        float: right;
        margin-top: 55px;
        z-index: 5;
    }

        .home_about .home_honor .mask {
            width: 100%;
            height: 33px;
            line-height: 33px;
            text-align: center;
            color: #fff;
            font-size: 15px;
            background: url(../images/honormask.png);
            font-weight: bold;
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: 20;
        }

        .home_about .home_honor .slick-prev,
        .home_about .home_honor .slick-next {
            width: 27px;
            height: 27px;
            border: none;
        }

        .home_about .home_honor .slick-prev {
            background: url("../images/left.png") no-repeat;
            left: 0;
        }

        .home_about .home_honor .slick-next {
            background: url("../images/right.png") no-repeat;
            right: 0;
        }

        .home_about .home_honor .homehonor {
            width: 235px;
            height: 270px;
        }

            .home_about .home_honor .homehonor .h_main {
                width: 235px;
                height: 270px;
                position: relative;
                z-index: 20;
            }

.home_adva {
    width: 100%;
    background: url("../images/home_advabg.jpg") no-repeat;
    background-size: 100% 100%;
    padding: 0 0 75px;
    display: table;
    overflow: hidden;
}

    .home_adva .atop {
        height: 35px;
        width: 70px;
        margin: 0 auto;
    }

    .home_adva big {
        display: block;
        font-family: webfontbold;
        color: #fff;
        font-size: 44px;
        text-align: center;
        line-height: 48px;
        height: 48px;
        margin-top: 50px;
        overflow: hidden;
        text-transform: uppercase;
        margin-bottom: 8px;
    }

    .home_adva .text {
        display: table;
        margin: 0 auto;
    }

        .home_adva .text span {
            display: block;
            width: 80px;
            height: 1px;
            background: #fff;
            float: left;
            margin-top: 15px;
        }

        .home_adva .text small {
            display: block;
            float: left;
            color: #fff;
            font-size: 26px;
            line-height: 28px;
            height: 28px;
            overflow: hidden;
            margin: 0 20px;
        }

    .home_adva ul {
        list-style: none;
        display: inline-block;
        width: 1260px;
        margin-left: -60px;
        margin-top: 60px;
    }

        .home_adva ul li {
            width: 250px;
            height: 360px;
            border: 3px solid #fff;
            float: left;
            margin-left: 60px;
            padding: 25px 20px;
        }

            .home_adva ul li:hover {
                background: #ee7703;
                border: 3px solid #ee7703;
            }

                .home_adva ul li:hover .pic img {
                    transform: rotateZ(360deg);
                    -webkit-transform: rotateZ(360deg);
                    -moz-transform: rotateZ(360deg);
                }

            .home_adva ul li .pic {
                width: 72px;
                height: 75px;
                position: relative;
                margin: 0 auto 20px;
            }

                .home_adva ul li .pic img {
                    -webkit-transition: 0.4s;
                    -webkit-transition: -webkit-transform 0.4s ease-out;
                    transition: transform 0.4s ease-out;
                    -moz-transition: -moz-transform 0.4s ease-out;
                }

            .home_adva ul li span {
                color: #fff;
                text-align: center;
                display: block;
                margin: 0 auto 20px;
                line-height: 40px;
                font-size: 20px;
                font-weight: bold;
                position: relative;
            }

                .home_adva ul li span:before {
                    content: "";
                    position: absolute;
                    width: 40px;
                    left: 50%;
                    margin-left: -20px;
                    height: 2px;
                    background: #fff;
                    bottom: -2px;
                }

            .home_adva ul li p {
                color: #fff;
                font-size: 12px;
                line-height: 20px;
                background: url("../images/advaico.png") no-repeat left 3px;
                padding-left: 15px;
                margin-bottom: 5px;
            }

.home_nc {
    width: 1200px;
    margin: 0 auto 70px;
    display: table;
}

.home_news {
    width: 815px;
    float: left;
    margin-top: 35px;
}

    .home_news .title {
        width: 100%;
        display: table;
        padding-bottom: 10px;
        border-bottom: 1px solid #dedede;
    }

        .home_news .title span {
            display: block;
            float: left;
            height: 35px;
            line-height: 35px;
            overflow: hidden;
            width: 730px;
            color: #292929;
            font-size: 24px;
            padding-left: 40px;
            background: url("../images/home_newsico.png") no-repeat left center;
        }

        .home_news .title .more {
            float: right;
            width: 50px;
            overflow: hidden;
        }

    .home_news .home_newsa {
        width: 450px;
        float: left;
        display: inline-block;
        margin-top: 25px;
    }

        .home_news .home_newsa .left {
            width: 165px;
            background: #ee7703;
            float: left;
            padding: 20px 15px;
            height: 203px;
        }

            .home_news .home_newsa .left span {
                font-size: 14px;
                display: block;
                font-weight: bold;
                line-height: 20px;
                height: 40px;
                overflow: hidden;
            }

                .home_news .home_newsa .left span a {
                    color: #fff;
                }

            .home_news .home_newsa .left p {
                font-size: 12px;
                line-height: 20px;
                color: #fff;
                height: 60px;
                overflow: hidden;
                margin: 10px 0 20px;
            }

            .home_news .home_newsa .left .btn {
                display: block;
                width: 98px;
                height: 23px;
                margin: 0 auto;
                border: 1px solid #fff;
                text-align: center;
                line-height: 22px;
                font-size: 12px;
                color: #fff;
                margin-bottom: 10px;
            }

        .home_news .home_newsa .right {
            width: 283px;
            height: 203px;
            float: left;
            position: relative;
        }

    .home_news .home_newslist {
        width: 358px;
        float: right;
        list-style: none;
        margin-top: 25px;
        display: inline-block;
    }

        .home_news .home_newslist li {
            width: 100%;
            height: 35px;
            border: 1px solid #dedede;
            font-size: 12px;
            line-height: 35px;
            margin-bottom: 7px;
            padding: 0 20px;
        }

            .home_news .home_newslist li:hover a {
                color: #ee7703;
            }

            .home_news .home_newslist li a {
                color: #525252;
                background: url("../images/home_newsico1.png") no-repeat left center;
                padding-left: 15px;
                height: 34px;
                display: block;
                line-height: 34px;
                overflow: hidden;
            }

.home_contact {
    width: 335px;
    float: right;
    display: inline-block;
    margin-top: 35px;
}

    .home_contact .title {
        width: 100%;
        display: table;
        padding-bottom: 10px;
        border-bottom: 1px solid #dedede;
    }

        .home_contact .title span {
            display: block;
            float: left;
            height: 35px;
            line-height: 35px;
            overflow: hidden;
            width: 250px;
            color: #292929;
            font-size: 24px;
            padding-left: 40px;
            background: url("../images/home_contactico.png") no-repeat left center;
        }

        .home_contact .title .more {
            float: right;
            width: 50px;
            overflow: hidden;
        }

    .home_contact .box {
        width: 332px;
        height: 220px;
        margin-top: 10px;
        margin-left: 5px;
        background: url("../images/home_contactbg1.png") no-repeat bottom center;
    }

        .home_contact .box p {
            color: #333333;
            font-size: 12px;
            line-height: 22px;
            margin: 0 10px;
        }

        .home_contact .box .ewm {
            width: 331px;
            height: 116px;
            padding: 5px;
            margin-bottom: 8px;
            background: url("../images/home_contbg.png") no-repeat;
        }

            .home_contact .box .ewm .left {
                width: 105px;
                height: 105px;
                float: left;
                position: relative;
            }

            .home_contact .box .ewm .right {
                width: 170px;
                float: left;
                margin: 8px 25px 10px 20px;
            }

                .home_contact .box .ewm .right span {
                    display: block;
                    color: #fff;
                    font-size: 18px;
                    line-height: 24px;
                    height: 24px;
                    overflow: hidden;
                    margin-bottom: 10px;
                }

                .home_contact .box .ewm .right small {
                    color: #fff;
                    font-size: 12px;
                    line-height: 26px;
                }

.footers {
    width: 100%;
    display: table;
    background: #04162c;
    padding-top: 45px;
}

    .footers .foot {
        width: 1200px;
        margin: 0 auto;
        display: table;
        padding-bottom: 40px;
    }

    .footers .foot_nav {
        list-style: none;
        width: 980px;
        float: left;
    }

        .footers .foot_nav li {
            width: 140px;
            float: left;
        }

            .footers .foot_nav li span {
                display: block;
                color: #fff;
                font-weight: bold;
                font-size: 16px;
                height: 24px;
                line-height: 24px;
                overflow: hidden;
                margin-bottom: 10px;
            }

            .footers .foot_nav li a {
                display: block;
                color: #a4a7ac;
                font-size: 14px;
                height: 24px;
                line-height: 24px;
                overflow: hidden;
                margin-right: 5px;
            }

                .footers .foot_nav li a:hover {
                    color: #1a5581;
                }

    .footers .select:after {
        content: "";
        width: 12px;
        height: 6px;
        background: url("../images/linkico1.png") no-repeat !important;
        position: absolute;
        z-index: 50;
        right: 20px;
        top: 17px;
    }

    .footers .flink {
        width: 210px;
        height: 40px;
        float: right;
        background: url("../images/linkbg.png") no-repeat;
        font-size: 12px;
        color: #d5d6d9;
        border-radius: 4px;
        cursor: pointer;
        position: relative;
    }

        .footers .flink p {
            display: block;
            padding-left: 45px;
            line-height: 40px;
            font-size: 15px;
            overflow: hidden;
            height: 40px;
            width: 165px;
        }

            .footers .flink p:after {
                content: "";
                width: 12px;
                height: 6px;
                background: url("../images/linkico.png") no-repeat;
                position: absolute;
                z-index: 50;
                right: 20px;
                top: 17px;
            }

    .footers .foptn {
        width: 206px;
        bottom: 40px;
        left: 0;
        position: absolute;
        display: none;
        background: #1D2A38;
        transition: All 0s ease-in-out;
        -webkit-transition: All 0s ease-in-out;
        -moz-transition: All 0s ease-in-out;
        -o-transition: All 0s ease-in-out;
    }

    .footers .flink dl dt {
        line-height: 40px;
        padding: 0 45px;
        color: #fff;
        border-bottom: 1px solid #636666;
        cursor: pointer;
        font-size: 14px;
    }

        .footers .flink dl dt a {
            line-height: 40px;
            color: #fff;
            cursor: pointer;
            font-size: 14px;
            height: 40px;
            display: block;
            overflow: hidden;
        }

        .footers .flink dl dt:hover {
            background: #083265;
        }

    .footers .copy {
        clear: both;
        width: 1200px;
        margin: 0 auto;
        color: #767b82;
        font-size: 12px;
        text-align: center;
        border-top: 1px solid #112237;
        line-height: 45px;
    }

.w1004 {
    max-width: 1260px;
    margin: 60px auto;
    border: solid 1px #cfcfcf;
    border-radius: 2px;
    padding: 20px;
    background: #fff;
}

.map {
    margin: 0 auto;
}

    .map dl {
        margin: 20px 0;
        overflow: hidden;
        border-bottom: 1px solid #EDF2F3;
        line-height: 25px;
    }

        .map dl:hover {
            background: #f5f8fa;
        }

            .map dl:hover dt a {
                color: #e0e9f3;
                font-weight: bold;
            }

    .map dt {
        font-size: 14px;
        float: left;
        width: 10%;
        text-align: center;
        background: #2b3360;
    }

        .map dt:hover {
            background: #c51c29;
        }

        .map dt a {
            color: #fff;
            display: block;
            padding: 10px 0;
        }

            .map dt a:hover {
                color: #e0e9f3;
                font-weight: bold;
            }

    .map dd {
        font-size: 12px;
        overflow: hidden;
        float: left;
        width: 85%;
    }

        .map dd .p2 {
            padding: 0 0 0 20px;
            clear: both;
        }

            .map dd .p2 a {
                color: #b87500;
                font-weight: bold;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }

                .map dd .p2 a:hover {
                    color: #764b00;
                }

        .map dd div {
            clear: both;
            overflow: hidden;
            padding: 0 20px 0 10px;
        }

            .map dd div a {
                color: #333;
                float: left;
                padding: 10px;
            }

                .map dd div a:hover {
                    color: #003e7e;
                    background: #3A4687;
                    color: #fff;
                }

.success {
    width: 1260px;
    margin: 50px auto;
    background: #fff;
}

    .success .success_box {
        width: 450px;
        margin: 0 auto;
    }

        .success .success_box p {
            color: #000000;
            font-size: 14px;
            margin-top: 35px;
            padding-top: 35px;
            clear: both;
            text-align: center;
        }

        .success .success_box .btn {
            background: #2b3360;
            display: table;
            margin: 0 auto;
            width: 145px;
            height: 45px;
            line-height: 45px;
            text-align: center;
            margin-top: 35px;
            color: #fff;
        }

            .success .success_box .btn:hover {
                background: #c51c29;
            }

        .success .success_box .left {
            width: 100px;
            float: left;
            margin: 35px 20px 0 0;
        }

            .success .success_box .left img {
                width: 80px;
            }

        .success .success_box .right {
            color: #4E4C4D;
            width: 320px;
            float: left;
            font-size: 32px;
            font-weight: bold;
            letter-spacing: 3px;
            padding-top: 60px;
        }

.ny_container {
    width: 1230px;
    background: url("../images/nybg.png") no-repeat center top;
    min-height: 580px;
    margin: 0 auto;
    padding: 0 22px;
}

.caseside {
    width: 230px;
    height: 240px;
    padding: 8px 10px 0 40px;
}

    .caseside .cur a {
        font-weight: bold;
        color: #333333;
    }

    .caseside span {
        display: block;
        color: #666666;
        padding-left: 10px;
        height: 35px;
        overflow: hidden;
        line-height: 35px;
        font-size: 13px;
        background: url("../images/aside.png") no-repeat left center;
    }

    .caseside .slick-prev,
    .caseside .slick-next {
        width: 19px;
        height: 19px;
        border: none;
        top: auto;
    }

    .caseside .slick-prev {
        bottom: -22px;
        left: 91px;
        background: url(../images/casebtn.png) no-repeat;
    }

        .caseside .slick-prev:before {
            content: "";
            position: absolute;
            width: 15px;
            height: 10px;
            background: #fff;
            left: -15px;
            top: 5px;
        }

    .caseside .slick-next {
        bottom: -22px;
        right: 90px;
        background: url(../images/casebtn1.png) no-repeat;
    }

        .caseside .slick-next:before {
            content: "";
            position: absolute;
            width: 10px;
            height: 10px;
            background: #fff;
            left: -10px;
            top: 5px;
        }

        .caseside .slick-next:after {
            content: "";
            position: absolute;
            width: 15px;
            height: 10px;
            background: #fff;
            right: -15px;
            top: 5px;
        }

.ny_aside {
    width: 237px;
    display: inline-block;
    float: left;
}

    .ny_aside .titlez {
        width: 230px;
        height: 95px;
        background: #ee7703;
        position: relative;
        margin-top: -30px;
        z-index: 10;
        padding: 20px 10px 10px 35px;
    }

        .ny_aside .titlez big {
            color: #fff;
            font-size: 24px;
            line-height: 28px;
            height: 28px;
            overflow: hidden;
            font-weight: bold;
            display: block;
        }

        .ny_aside .titlez small {
            color: #f5b289;
            font-size: 16px;
            line-height: 24px;
            height: 24px;
            margin-top: 8px;
            overflow: hidden;
            text-transform: uppercase;
            display: block;
        }

    .ny_aside .aside_main {
        width: 230px;
    }

        .ny_aside .aside_main .active {
            background: #ee7703;
        }

            .ny_aside .aside_main .active:before {
                background: #fff;
            }

            .ny_aside .aside_main .active a {
                color: #fff;
            }

        .ny_aside .aside_main dl {
            border-bottom: 1px solid #ebeaea;
            padding: 11px 0 12px;
        }

            .ny_aside .aside_main dl dd {
                width: 100%;
                height: 30px;
                line-height: 30px;
                border-radius: 50px;
                position: relative;
                padding-left: 55px;
                overflow: hidden;
            }

                .ny_aside .aside_main dl dd:before {
                    content: "";
                    width: 4px;
                    height: 4px;
                    background: #999999;
                    left: 35px;
                    top: 14px;
                    position: absolute;
                    border-radius: 50%;
                }

                .ny_aside .aside_main dl dd a {
                    color: #333;
                    font-size: 15px;
                }

                .ny_aside .aside_main dl dd:hover {
                    background: #ee7703;
                }

                    .ny_aside .aside_main dl dd:hover:before {
                        background: #fff;
                    }

                    .ny_aside .aside_main dl dd:hover a {
                        color: #fff;
                    }

            .ny_aside .aside_main dl .on .onn {
                font-weight: bold;
                color: #333333;
            }

            .ny_aside .aside_main dl .on a {
                background: url("../images/aside.png") no-repeat left center;
            }

                .ny_aside .aside_main dl .on a:hover {
                    font-weight: bold;
                    color: #333333;
                }

            .ny_aside .aside_main dl dt {
                display: block;
                overflow: hidden;
                padding: 8px 10px 0 45px;
            }

                .ny_aside .aside_main dl dt:hover a {
                    background: url("../images/aside.png") no-repeat left center;
                }

                .ny_aside .aside_main dl dt a {
                    display: block;
                    color: #666666;
                    padding-left: 10px;
                    height: 35px;
                    overflow: hidden;
                    line-height: 35px;
                    font-size: 13px;
                    background: url("../images/proico.png") no-repeat left center;
                }

    .ny_aside .cont_box {
        width: 230px;
        margin-top: 40px;
    }

        .ny_aside .cont_box big {
            display: block;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 30px;
            color: #333333;
            font-family: arial;
        }

        .ny_aside .cont_box small {
            display: block;
            font-size: 18px;
            color: #666666;
        }

    .ny_aside .left_box {
        width: 100%;
        border: 1px solid #c9c9c9;
        position: relative;
        margin: 15px 0;
        display: inline-block;
        padding: 8px 25px 25px;
    }

        .ny_aside .left_box:after {
            background: #ee7703;
            content: "";
            position: absolute;
            height: 4px;
            bottom: -5px;
            left: -1px;
            width: 230px;
        }

        .ny_aside .left_box:before {
            content: "";
            position: absolute;
            width: 9px;
            height: 6px;
            top: -6px;
            left: 37px;
            background: url("../images/left_san.png") no-repeat;
        }

        .ny_aside .left_box p {
            color: #303030;
            font-size: 16px;
            line-height: 22px;
            height: 21px;
            margin: 13px 0;
        }

            .ny_aside .left_box p span {
                float: left;
                display: block;
                width: 35px;
                height: 21px;
                vertical-align: middle;
            }

        .ny_aside .left_box .line {
            width: 100%;
            height: 1px;
            background: #afafaf;
            margin: 15px 0 20px;
        }

        .ny_aside .left_box .btn {
            width: 177px;
            height: 32px;
            line-height: 32px;
            padding-left: 70px;
            font-size: 16px;
            background: url("../images/left_contbg.png") no-repeat #1a5581;
            color: #fff;
            display: block;
        }

            .ny_aside .left_box .btn:hover {
                color: #E8E5E5;
            }

.ny_right {
    width: 929px;
    float: right;
    min-height: 580px;
    margin-right: 20px;
    padding: 10px 0 75px 29px;
    border-left: 1px solid #ebeaea;
}

    .ny_right .crumbs {
        width: 100%;
        border-bottom: 1px solid #dedede;
        height: 55px;
        padding: 0 10px;
        position: relative;
    }

        .ny_right .crumbs:after {
            background: url("../images/yuan.png") no-repeat;
            content: "";
            position: absolute;
            width: 7px;
            height: 7px;
            bottom: -4px;
            left: 0;
        }

        .ny_right .crumbs:before {
            content: "";
            position: absolute;
            width: 7px;
            height: 7px;
            bottom: -4px;
            right: 0;
            background: url("../images/yuan.png") no-repeat;
        }

        .ny_right .crumbs big {
            display: block;
            float: left;
            max-width: 500px;
            height: 55px;
            color: #404040;
            font-weight: bold;
            font-size: 20px;
            line-height: 55px;
            overflow: hidden;
        }

        .ny_right .crumbs h2 {
            background: url("../images/home.png") no-repeat left center;
            color: #898989;
            font-weight: 100;
            font-size: 12px;
            height: 24px;
            float: right;
            max-width: 350px;
            padding-left: 20px;
            line-height: 26px;
            margin-top: 20px;
            overflow: hidden;
        }

            .ny_right .crumbs h2 span {
                color: #4d4d4d;
                text-decoration: underline;
            }

.about .ico1 {
    margin: 40px auto 0;
    width: 49px;
    height: 23px;
}

.about .aboutbox {
    width: 100%;
    position: relative;
    margin: 20px auto 10px;
    padding: 0 180px;
}

    .about .aboutbox:after {
        background: url("../images/aboutico1.png") no-repeat;
        content: "";
        position: absolute;
        width: 57px;
        height: 39px;
        bottom: 0;
        right: 35px;
    }

    .about .aboutbox:before {
        content: "";
        position: absolute;
        width: 57px;
        height: 39px;
        top: 0;
        left: 65px;
        background: url("../images/aboutico2.png") no-repeat;
    }

    .about .aboutbox .text {
        color: #ee7703;
        font-size: 16px;
        text-align: center;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .about .aboutbox .text1 {
        color: #ee7703;
        font-size: 20px;
        text-align: center;
        font-weight: bold;
        line-height: 32px;
    }

.about .text2 {
    color: #666666;
    width: 655px;
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
    line-height: 22px;
}

.about .aboutimg {
    width: 100%;
    display: table;
    margin: 30px auto;
}

    .about .aboutimg .left {
        width: 512px;
        height: 240px;
        float: left;
        position: relative;
    }

    .about .aboutimg .right {
        width: 347px;
        height: 240px;
        float: right;
        position: relative;
    }

.about .text3 {
    color: #666666;
    font-size: 14px;
    text-indent: 2em;
    line-height: 30px;
}

.cultrue .culture_zn {
    display: table;
    margin-top: 40px;
    padding: 0 10px;
    width: 100%;
}

    .cultrue .culture_zn dd {
        width: 125px;
        height: 38px;
        background: #ee7703;
        border-radius: 2px;
        color: #fdfdfd;
        font-size: 16px;
        font-weight: bold;
        float: left;
        text-align: center;
        line-height: 38px;
        margin-top: 10px;
    }

    .cultrue .culture_zn dt {
        width: 730px;
        float: right;
    }

        .cultrue .culture_zn dt .text1 {
            color: #666666;
            font-size: 14px;
            line-height: 28px;
        }

        .cultrue .culture_zn dt .text2 {
            color: #666666;
            font-size: 14px;
            line-height: 52px;
        }

        .cultrue .culture_zn dt .left {
            width: 535px;
            float: left;
        }

            .cultrue .culture_zn dt .left .text {
                color: #666666;
                font-size: 14px;
                line-height: 34px;
            }

        .cultrue .culture_zn dt .right {
            width: 132px;
            float: right;
            margin-top: 10px;
        }

.page {
    display: table;
    margin: 0 auto;
}

    .page .active {
        border: 1px solid #ababab;
        background: #fff;
        color: #999;
    }

    .page .on {
        background: #ee7703;
        border: 1px solid #ee7703;
    }

    .page a {
        display: block;
        background: #d1d1d1;
        border: 1px solid #d1d1d1;
        float: left;
        font-size: 12px;
        line-height: 25px;
        padding: 0 8px;
        margin: 0 2px;
        color: #fff;
    }

        .page a:hover {
            background: #ee7703;
            color: #fff;
            border: 1px solid #ee7703;
        }

    .page .cpb {
        background: #ee7703;
        color: #fff;
        border: 1px solid #ee7703;
    }

.honor .ab-honor-bg {
    width: 100%;
    position: relative;
    z-index: 99;
}

    .honor .ab-honor-bg .ab-honor {
        width: 928px;
        margin-left: -28px;
        padding-top: 10px;
        margin-bottom: 40px;
    }

        .honor .ab-honor-bg .ab-honor figure {
            width: 281px;
            float: left;
            margin: 40px 0 0 28px;
            position: relative;
        }

            .honor .ab-honor-bg .ab-honor figure:hover span {
                color: #ee7703;
            }

            .honor .ab-honor-bg .ab-honor figure div {
                width: 210px;
                height: 237px;
                margin: 0 auto;
                display: block;
                z-index: 10;
                text-align: center;
                position: relative;
            }

                .honor .ab-honor-bg .ab-honor figure div img {
                    max-height: 100%;
                    max-width: 100%;
                }

            .honor .ab-honor-bg .ab-honor figure figcaption {
                width: 100%;
                height: 43px;
                position: relative;
                background: none;
                text-align: center;
                overflow: hidden;
                margin: -3px auto 0;
                z-index: 1;
            }

            .honor .ab-honor-bg .ab-honor figure span {
                width: 100%;
                height: 35px;
                color: #333333;
                line-height: 15px;
                line-height: 40px;
                overflow: hidden;
                position: relative;
                margin-top: -15px;
                font-size: 15px;
                z-index: 15;
                text-align: center;
                display: block;
            }



    .honor .ab-honor-bg .honor-page {
        margin-top: 30px;
    }

.products ul {
    list-style: none;
    display: table;
    width: 100%;
    margin: 40px 10px 35px;
}

    .products ul li {
        border: 1px solid #e1e1e1;
        display: table;
        width: 870px;
        margin-bottom: 30px;
        position: relative;
    }

        .products ul li:before {
            content: "";
            position: absolute;
            width: 8px;
            height: 100%;
            right: -9px;
            top: 8px;
            background: #f3f3f3;
        }

        .products ul li:after {
            content: "";
            position: absolute;
            width: 100%;
            height: 8px;
            left: 8px;
            bottom: -9px;
            background: #f3f3f3;
        }

        .products ul li:hover {
            background: #ee7703;
        }

            .products ul li:hover:before {
                content: "";
                position: absolute;
                width: 8px;
                height: 100%;
                right: -9px;
                top: 8px;
                background: #ffe9d3;
            }

            .products ul li:hover:after {
                content: "";
                position: absolute;
                width: 100%;
                height: 8px;
                left: 8px;
                bottom: -9px;
                background: #ffe9d3;
            }

            .products ul li:hover .pic img {
                transform: scale(1.05);
                -webkit-transform: scale(1.05);
                -moz-transform: scale(1.05);
                -ms-transform: scale(1.05);
                -o-transform: scale(1.05);
            }

            .products ul li:hover .txt span a {
                color: #fff;
            }

            .products ul li:hover .txt p {
                color: #fff;
            }

        .products ul li .pic {
            width: 112px;
            height: 116px;
            border: 1px solid #e1e1e1;
            float: left;
            margin: 7px;
            position: relative;
            overflow: hidden;
        }

            .products ul li .pic img {
                transition: all 0.38s ease-in;
                -webkit-transition: all 0.38s ease-in;
                -moz-transition: all 0.38s ease-in;
                -ms-transition: all 0.38s ease-in;
                -o-transition: all 0.38s ease-in;
            }

        .products ul li .txt {
            width: 680px;
            float: right;
            margin: 5px 45px 0 0;
        }

            .products ul li .txt span {
                font-size: 16px;
                font-weight: bold;
                display: block;
                height: 30px;
                line-height: 30px;
                overflow: hidden;
                margin: 15px 0 12px;
            }

                .products ul li .txt span a {
                    color: #333;
                }

            .products ul li .txt p {
                color: #666666;
                height: 44px;
                overflow: hidden;
                font-size: 12px;
                line-height: 22px;
            }

.article {
    width: 886px;
    display: table;
    margin: 40px 0 5px;
}

    .article .left {
        width: 390px;
        float: left;
        height: 35px;
        margin-right: 3px;
        font-size: 13px;
        line-height: 35px;
        text-align: center;
        background: #1a5581;
        overflow: hidden;
    }

        .article .left:hover a {
            color: #ee7703;
        }

        .article .left a {
            color: #fff;
        }

    .article .back {
        float: right;
        width: 100px;
        height: 35px;
        overflow: hidden;
        background: #ee7703;
        font-size: 13px;
        line-height: 35px;
        text-align: center;
    }

        .article .back:hover a {
            color: #212121;
        }

        .article .back a {
            color: #fff;
        }

.products_show .products_box {
    width: 885px;
    display: table;
    margin: 60px 0 0 10px;
}

.products_show .pro_part1 {
    width: 100%;
    display: table;
    margin: 40px auto;
    padding: 0 10px;
}

    .products_show .pro_part1 .left {
        width: 348px;
        height: 360px;
        float: left;
        position: relative;
        border: 1px solid #e1e1e1;
        z-index: 1;
    }

        .products_show .pro_part1 .left:before {
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            background: url("../images/yezi.png") no-repeat;
            top: 3px;
            left: 0;
            z-index: 10;
        }

    .products_show .pro_part1 .right {
        width: 445px;
        float: left;
        margin-left: 50px;
    }

        .products_show .pro_part1 .right big {
            color: #ee7703;
            font-weight: bold;
            font-size: 24px;
            line-height: 30px;
            margin-bottom: 30px;
            display: block;
        }

        .products_show .pro_part1 .right p {
            color: #666666;
            font-size: 13px;
            line-height: 24px;
            margin-top: 15px;
            padding-left: 15px;
            position: relative;
        }

            .products_show .pro_part1 .right p:before {
                content: "";
                position: absolute;
                width: 5px;
                height: 5px;
                background: #1a5581;
                border-radius: 50%;
                left: 0;
                top: 10px;
            }

.products_show .title1 {
    width: 882px;
    height: 43px;
    padding: 0 20px;
    clear: both;
    display: table;
    margin: 50px 0 45px;
    background: url("../images/product_showbg1.png") no-repeat left;
}

    .products_show .title1 span {
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        display: block;
        width: 800px;
        height: 43px;
        overflow: hidden;
        line-height: 43px;
    }

.products_show .text1 {
    color: #333;
    font-size: 15px;
    text-align: center;
    line-height: 24px;
    height: 24px;
    font-weight: bold;
}

.products_show center {
    margin: 0 0 40px;
    width: 885px;
    overflow: hidden;
}

    .products_show center img {
        max-width: 100%;
        max-height: 100%;
    }

.products_show .title2 {
    width: 247px;
    height: 56px;
    background: url("../images/product_showbg2.jpg") no-repeat;
    margin: 60px 0;
    padding: 7px 10px;
}

    .products_show .title2 big {
        color: #fff;
        display: block;
        font-weight: bold;
        font-size: 16px;
    }

    .products_show .title2 small {
        color: #fff;
        display: block;
        font-size: 14px;
        font-family: arial;
        line-height: 24px;
    }

.products_show .proimg {
    width: 100%;
}

.products_show .zhu {
    color: #333333;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}

.products_show .text2 {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
}

.products_show .lengque_box {
    width: 885px;
    display: table;
    margin: 60px 0 0;
}

    .products_show .lengque_box .lengque {
        width: 100%;
        height: 40px;
        background: #eeeeee;
        position: relative;
        z-index: 2;
    }

        .products_show .lengque_box .lengque:before {
            content: "";
            position: absolute;
            width: 16px;
            height: 10px;
            bottom: -9px;
            left: 60px;
            z-index: 10;
            background: url("../images/product_san.png") no-repeat;
        }

        .products_show .lengque_box .lengque span {
            width: 140px;
            height: 40px;
            background: #ee7703;
            line-height: 40px;
            text-align: center;
            color: #fff;
            font-weight: bold;
            display: block;
            float: left;
            max-width: 700px;
            overflow: hidden;
        }

        .products_show .lengque_box .lengque .more {
            color: #333;
            font-size: 16px;
            font-weight: bold;
            text-transform: uppercase;
            float: right;
            line-height: 40px;
            margin-right: 20px;
        }

            .products_show .lengque_box .lengque .more:hover {
                color: #ee7703;
            }

.products_show .lq_tiltle {
    list-style: none;
    display: inline-block;
    width: 895px;
    margin: 25px 0 0 -10px;
}

    .products_show .lq_tiltle .active {
        background: #ee7703;
    }

        .products_show .lq_tiltle .active a {
            color: #fff;
        }

    .products_show .lq_tiltle li {
        float: left;
        background: #eeeeee;
        margin: 10px 0 10px 10px;
        font-size: 14px;
        line-height: 38px;
        border-radius: 3px;
        padding: 0 15px;
    }

        .products_show .lq_tiltle li:hover {
            background: #ee7703;
        }

            .products_show .lq_tiltle li:hover a {
                color: #fff;
            }

        .products_show .lq_tiltle li a {
            color: #333333;
        }

.case .line {
    width: 230px;
    height: 1px;
    background: #ebeaea;
    position: relative;
    margin-top: 30px;
}

.case .scrollbox {
    width: 230px;
    margin-bottom: 70px;
    position: relative;
}

.case #scrollDiv {
    width: 230px;
    height: 255px;
    overflow: hidden;
    display: block;
}

    .case #scrollDiv ul {
        width: 100%;
    }

    .case #scrollDiv li {
        width: 100%;
        height: 35px;
        background: #fff;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
    }

        .case #scrollDiv li:hover {
            background: #7cba27;
            border: 1px solid #72ae2d;
        }

.case .scroltit {
    position: absolute;
    left: 85px;
    background: #fff;
    z-index: 99;
    bottom: -12px;
}

    .case .scroltit small {
        float: right;
        text-align: center;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        margin: 0 5px;
    }

.case .case_main {
    width: 925px;
    display: inline-block;
    list-style: none;
    margin-left: -25px;
    margin-bottom: 30px;
}

    .case .case_main li {
        width: 265px;
        float: left;
        margin: 40px auto 15px 40px;
    }

        .case .case_main li:hover p a {
            color: #ee7703;
        }

        .case .case_main li:hover .mask1 {
            opacity: 1;
            display: block\9;
        }

        .case .case_main li .mask1 .text {
            color: #fff;
            font-size: 13px;
            line-height: 28px;
            width: 100%;
            height: 202px;
            left: -270px;
            position: absolute;
            transition: All 0s ease-in-out;
            -webkit-transition: All 0s ease-in-out;
            -moz-transition: All 0s ease-in-out;
            -o-transition: All 0s ease-in-out;
        }

        .case .case_main li span {
            width: 215px;
            display: block;
            height: 118px;
            line-height: 30px;
            overflow: hidden;
            font-size: 15px;
            margin: 40px 25px;
        }




        .case .case_main li .mask1 {
            width: 100%;
            height: 100%;
            position: absolute;
            z-index: 25;
            display: block;
            overflow: hidden;
            background: url("../images/mask.png");
            opacity: 0;
            transition: All 0.4s ease-in-out;
            -webkit-transition: All 0.4s ease-in-out;
            -moz-transition: All 0.4s ease-in-out;
            -o-transition: All 0.4s ease-in-out;
            display: none\9;
        }

     
        .case .case_main li .pic {
            width: 265px;
            height: 198px;
            z-index: 15;
            position: relative;
            overflow: hidden;
        }

        .case .case_main li p {
            width: 270px;
            height: 34px;
            line-height: 34px;
            overflow: hidden;
            margin: 10px 0 0;
            font-size: 15px;
            font-weight: bold;
        }

            .case .case_main li p a {
                color: #333333;
            }

.case_show .line {
    width: 230px;
    height: 1px;
    background: #ebeaea;
    position: relative;
    margin-top: 30px;
}

.case_show .scrollbox {
    width: 230px;
    margin-bottom: 70px;
    position: relative;
}

.case_show #scrollDiv {
    width: 230px;
    height: 255px;
    overflow: hidden;
    display: block;
}

    .case_show #scrollDiv ul {
        width: 100%;
    }

    .case_show #scrollDiv li {
        width: 100%;
        height: 35px;
        background: #fff;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
    }

        .case_show #scrollDiv li:hover {
            background: #7cba27;
            border: 1px solid #72ae2d;
        }

.case_show .scroltit {
    position: absolute;
    left: 85px;
    background: #fff;
    z-index: 99;
    bottom: -12px;
}

    .case_show .scroltit small {
        float: right;
        text-align: center;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        margin: 0 5px;
    }

.case_show .title {
    text-align: center;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
}

.case_show .text {
    width: 100%;
    background: #f5f5f5;
    color: #666666;
    font-size: 13px;
    line-height: 28px;
    text-indent: 2em;
    padding: 10px 25px;
    margin: 30px 0 40px;
}

.case_show center {
    text-align: center;
    width: 100%;
    overflow: hidden;
}

    .case_show center img {
        max-width: 100%;
        max-height: 100%;
    }

.cooling .cooling_main {
    width: 940px;
    display: inline-block;
    list-style: none;
    margin: 40px 10px 10px -50px;
}

    .cooling .cooling_main li {
        width: 252px;
        float: left;
        margin: 0 0 50px 60px;
    }

        .cooling .cooling_main li:hover .pic img {
            transform: scale(1.1);
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
        }

        .cooling .cooling_main li:hover .txt {
            background: #ee7703;
        }

            .cooling .cooling_main li:hover .txt span:before {
                background: #fff;
            }

            .cooling .cooling_main li:hover .txt span a {
                color: #fff;
                font-weight: bold;
            }

            .cooling .cooling_main li:hover .txt p {
                color: #fff;
            }

        .cooling .cooling_main li .pic {
            width: 252px;
            height: 190px;
            position: relative;
            overflow: hidden;
        }

            .cooling .cooling_main li .pic img {
                transition: all 0.38s ease-in;
                -webkit-transition: all 0.38s ease-in;
                -moz-transition: all 0.38s ease-in;
                -ms-transition: all 0.38s ease-in;
                -o-transition: all 0.38s ease-in;
            }

        .cooling .cooling_main li .txt {
            padding: 23px 20px 20px 0;
            background: #f9f9f9;
            border-bottom: 2px solid #ee7703;
            transition: all 0.2s ease-in;
            -webkit-transition: all 0.2s ease-in;
            -moz-transition: all 0.2s ease-in;
            -ms-transition: all 0.2s ease-in;
            -o-transition: all 0.2s ease-in;
        }

            .cooling .cooling_main li .txt span {
                display: block;
                font-size: 16px;
                height: 18px;
                line-height: 18px;
                position: relative;
                overflow: hidden;
                padding-left: 23px;
            }

                .cooling .cooling_main li .txt span:before {
                    content: "";
                    position: absolute;
                    width: 5px;
                    height: 18px;
                    background: #ee7703;
                    left: 0;
                    top: 0;
                }

                .cooling .cooling_main li .txt span a {
                    color: #333333;
                }

            .cooling .cooling_main li .txt p {
                color: #666666;
                font-size: 12px;
                line-height: 22px;
                height: 44px;
                overflow: hidden;
                margin: 13px 0 0 23px;
            }

.cooling_show .title {
    text-align: center;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    margin-top: 40px;
}

.cooling_show .text {
    display: table;
    background: #f5f5f5;
    color: #666666;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    text-indent: 2em;
    padding: 10px 25px;
    margin: 30px auto 40px;
}

.cooling_show center {
    text-align: center;
    width: 100%;
    margin-top: 50px;
    display: table;
    overflow: hidden;
}

    .cooling_show center img {
        max-width: 100%;
        max-height: 100%;
    }

.cooling_show .chanpin_box {
    margin-top: 60px;
}

.cooling_show .chanpin {
    width: 100%;
    height: 40px;
    background: #eeeeee;
    position: relative;
    z-index: 2;
}

    .cooling_show .chanpin:before {
        content: "";
        position: absolute;
        width: 16px;
        height: 10px;
        bottom: -9px;
        left: 60px;
        z-index: 10;
        background: url("../images/product_san.png") no-repeat;
    }

    .cooling_show .chanpin span {
        width: 140px;
        height: 40px;
        background: #ee7703;
        line-height: 40px;
        text-align: center;
        color: #fff;
        font-weight: bold;
        display: block;
        float: left;
        max-width: 700px;
        overflow: hidden;
    }

    .cooling_show .chanpin .more {
        color: #333;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        float: right;
        line-height: 40px;
        margin-right: 20px;
    }

        .cooling_show .chanpin .more:hover {
            color: #ee7703;
        }

.cooling_show .chanpin_zn {
    list-style: none;
    display: inline-block;
    width: 933px;
    margin: 40px 0 0 -48px;
}

    .cooling_show .chanpin_zn li {
        float: left;
        width: 137px;
        margin-left: 48px;
    }

        .cooling_show .chanpin_zn li:hover .pic img {
            transform: scale(1.1);
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
        }

        .cooling_show .chanpin_zn li:hover p a {
            color: #ee7703;
        }

        .cooling_show .chanpin_zn li .pic {
            width: 139px;
            height: 144px;
            position: relative;
            border: 1px solid #e1e1e1;
            overflow: hidden;
        }

            .cooling_show .chanpin_zn li .pic img {
                transition: all 0.38s ease-in;
                -webkit-transition: all 0.38s ease-in;
                -moz-transition: all 0.38s ease-in;
                -ms-transition: all 0.38s ease-in;
                -o-transition: all 0.38s ease-in;
            }

        .cooling_show .chanpin_zn li p {
            font-size: 14px;
            height: 24px;
            line-height: 24px;
            overflow: hidden;
            margin: 8px 0;
        }

            .cooling_show .chanpin_zn li p a {
                color: #333333;
            }

.news .news_main {
    width: 885px;
    display: table;
    margin: 0px 10px 50px;
}

    .news .news_main dl {
        width: 100%;
        display: table;
        padding: 45px 0 40px;
        border-bottom: 1px dashed #dddddd;
    }

        .news .news_main dl:hover dd .title span a {
            color: #ee7703;
        }

        .news .news_main dl:hover dd .btn {
            background: #ee7703;
            color: #fff;
            border: 1px solid #ee7703;
        }

        .news .news_main dl:hover dt img {
            transform: scale(1.1);
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
        }

        .news .news_main dl dd {
            float: left;
            width: 660px;
        }

            .news .news_main dl dd .title {
                width: 100%;
                height: 24px;
                overflow: hidden;
            }

                .news .news_main dl dd .title span {
                    font-size: 16px;
                    display: block;
                    line-height: 24px;
                    height: 24px;
                    max-width: 530px;
                    overflow: hidden;
                    float: left;
                    font-weight: bold;
                }

                    .news .news_main dl dd .title span a {
                        color: #333333;
                    }

                .news .news_main dl dd .title time {
                    color: #999999;
                    font-size: 12px;
                    line-height: 24px;
                    height: 24px;
                    overflow: hidden;
                    max-width: 100px;
                    float: right;
                }

            .news .news_main dl dd p {
                color: #666666;
                font-size: 12px;
                line-height: 24px;
                height: 48px;
                overflow: hidden;
                margin: 10px 0 15px;
            }

            .news .news_main dl dd .btn {
                display: block;
                width: 98px;
                height: 30px;
                border: 1px solid #d0d0d0;

                text-align: center;
                line-height: 30px;
                overflow: hidden;
                color: #666666;
                font-size: 13px;
            }

        .news .news_main dl dt {
            float: right;
            width: 173px;
            height: 124px;
            overflow: hidden;
            position: relative;
        }

            .news .news_main dl dt img {
                transition: all 0.38s ease-in;
                -webkit-transition: all 0.38s ease-in;
                -moz-transition: all 0.38s ease-in;
                -ms-transition: all 0.38s ease-in;
                -o-transition: all 0.38s ease-in;
            }

.news_show .title {
    text-align: center;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
}

.news_show .visit {
    height: 30px;
    width: 100%;
    line-height: 30px;
    overflow: hidden;
    background: #f2f2f2;
    color: #999999;
    text-align: center;
    font-size: 13px;
    margin: 30px auto 40px;
}

.news_show .text {
    color: #666666;
    font-size: 13px;
    line-height: 30px;
    text-indent: 2em;
}

.zg_box {
    width: 885px;
    display: table;
    margin: 40px 10px 0;
}


.service .text {
    color: #333333;
    font-size: 14px;
    line-height: 24px;
    text-indent: 2em;
}

.service .title2 {
    max-width: 885px;
    display: inline-block;
    padding: 0 50px 0 10px;
    height: 43px;
    overflow: hidden;
    line-height: 42px;
    margin: 40px 0 10px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background: url("../images/servicebg.png") no-repeat right center;
}

.service .text1 {
    color: #666666;
    font-size: 12px;
    line-height: 24px;
    text-indent: 2em;
}

.service .text2 {
    color: #666666;
    font-size: 12px;
    line-height: 24px;
}


.part .partmain {
    width: 100%;
}

    .part .partmain ul {
        list-style: none;
        width: 120px;
        float: left;
    }

        .part .partmain ul .one {
            background: #ee7703;
        }

        .part .partmain ul li {
            width: 100%;
            height: 40px;
            background: #1a5581;
            line-height: 40px;
            text-align: center;
            color: #fff;
            font-size: 15px;
            margin-bottom: 12px;
            overflow: hidden;
            cursor: pointer;
            padding: 0px 5px;
            border-radius: 3px;
        }

    .part .partmain .content {
        width: 720px;
        float: right;
    }

        .part .partmain .content .partnr {
            width: 100%;
            overflow: hidden;
        }

            .part .partmain .content .partnr .pic {
                float: left;
                margin: 0 46px 25px 0;
                max-width: 460px;
            }

            .part .partmain .content .partnr .title3 {
                color: #333333;
                font-weight: bold;
                font-size: 18px;
                line-height: 26px;
                margin-bottom: 15px;
            }

                .part .partmain .content .partnr .title3 img {
                    margin-right: 10px;
                }

            .part .partmain .content .partnr .txt1 {
                color: #666666;
                font-size: 12px;
                line-height: 24px;
                text-indent: 2em;
            }

.contact .cont {
    width: 385px;
    float: left;
}

    .contact .cont big {
        color: #ee7703;
        font-size: 18px;
        font-weight: bold;
        display: block;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .contact .cont .text {
        color: #666666;
        font-size: 14px;
        line-height: 24px;
        margin-top: 10px;
    }

        .contact .cont .text span {
            color: #333333;
        }

.contact .contimg {
    width: 268px;
    float: left;
    overflow: hidden;
    margin: 0 25px 0 30px;
}

    .contact .contimg img {
        max-width: 100%;
        max-height: 100%;
    }

.contact .contewm {
    width: 170px;
    float: right;
}

    .contact .contewm .box {
        width: 168px;
        height: 80px;
        border: 2px solid #f6bb81;
        color: #ee7703;
        font-size: 23px;
        font-weight: bold;
        text-align: center;
        line-height: 30px;
        position: relative;
        padding: 8px;
        text-transform: uppercase;
        font-style: initial;
        float: right;
        font-family: times_new_romanbold;
        z-index: 10;
    }

        .contact .contewm .box:before {
            content: "";
            position: absolute;
            width: 34px;
            height: 22px;
            bottom: -11px;
            left: -17px;
            z-index: 15;
            background: url("../images/orage.png") no-repeat;
        }

    .contact .contewm .ewm {
        width: 167px;
        height: 167px;
        float: right;
        margin-top: 25px;
    }

.contact .cont_part1 {
    display: table;
    width: 100%;
}

.contact .cont_map {
    width: 885px;
    height: 380px;
    background: #ccc;
    clear: both;
    margin: 60px 0 5px 0;
}

    .contact .cont_map #map {
        width: 885px;
        height: 380px;
    }

.home_about .home_news .pic .play {
 display:block;
 width:62px;
 height:62px;
 border-radius:50%;
 background:rgba(255,255,255,0.6) url(../images/play.png) center center;
 position:absolute;
 top:0;
 bottom:0;
 left:0;
 right:0;
 margin:auto;
 -webkit-transition:all .5s;
 transition:all .5s
}
