﻿@charset "utf-8";

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}

#bsWXBox {
    box-sizing: content-box;
}

ul {
    list-style: none;
}

body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li, sub, sup, tt, var, del, dfn, ins, kbd, q, s, samp, strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select {
    margin: 0;
    padding: 0;
}

body {
    font-family: "arial";
    font-size: 14px;
    color: #222;
    line-height: 1.5;
    width: 100%;
}

a:link, a:visited {
    text-decoration: none;
    outline: 0;
    color: #666;
}

a:hover, a:active, a:focus {
    color: #666;
    text-decoration: none;
}

img {
    border: 0;
    max-width: 100%;
}

table {
    border-collapse: collapse;
}

input, textarea {
    font-family: arial;
    font-size: 14px;
    outline: 0;
    overflow: hidden;
}

    input[type='reset'], input[type='button'], input[type='submit'], input[type='radio'] {
        cursor: pointer;
        outline: 0;
    }

    input[type='checkbox'], input[type='radio'] {
        position: relative;
        vertical-align: middle;
        margin-top: -2px;
        margin-bottom: 1px;
        margin-left: 5px;
        margin-right: 5px;
    }

    textarea, input[type='email'], input[type='date'], input[type='password'], input[type='text'] {
        padding: 0;
        color: #666;
        outline: 0;
    }

    input[type="submit"], input[type="reset"], input[type="button"], input[type='text'], select, button {
        -webkit-appearance: none;
    }

select {
    background: url(../images/arrow.png) no-repeat center right;
}

input, select, textarea {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    border-radius: 0;
}

::-webkit-input-placeholder {
    color: #666;
}

:-moz-placeholder {
    color: #666;
    opacity: 1;
}

::-moz-placeholder {
    color: #666;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #666;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    clear: both;
    height: 0;
    content: "";
    line-height: 0;
    font-size: 0;
    display: block;
}

.pic {
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .pic:after {
        content: "";
        display: block;
        padding-bottom: 100%;
    }

.middleCenter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    text-align: center;
    margin: auto;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    width: 1280px;
}

@media (max-width:1280px) {
    .container {
        margin-right: auto;
        margin-left: auto;
        padding-right: 10px;
        padding-left: 10px;
        width: 100%;
    }
}

.header {
    position: fixed;
    z-index: 99;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    height: 82px;
    top: 0;
    left: 0;
    transition: .36s;
}

    .header .logo {
        padding: 14px 0;
        overflow: hidden;
        float: left;
        transition: .36s;
    }

        .header .logo a {
            display: block;
        }

        .header .logo img {
            max-height: 52px;
            display: block;
        }

    .header .header-right {
        float: right;
    }

        .header .header-right ul li {
            transition: .36s;
            position: relative;
            float: left;
            font-size: 16px;
            margin: 0 28px;
        }

            .header .header-right ul li:after {
                position: absolute;
                bottom: 0;
                width: 0;
                height: 3px;
                background: #e40e0e;
                content: '';
                left: 0;
                transition: .5s;
            }

            .header .header-right ul li a {
                display: block;
                position: relative;
                color: #333;
                line-height: 82px;
                text-transform: capitalize;
                transition: .36s;
            }

            .header .header-right ul li .subnav {
                width: 240px;
                padding: 0;
                position: absolute;
                top: 100px;
                left: -40px;
                display: none \9;
                visibility: hidden;
                opacity: 0;
                text-align: left;
                z-index: 1;
                transition: all .5s;
            }

                .header .header-right ul li .subnav ul {
                    background: #333;
                    padding: 20px;
                }

                    .header .header-right ul li .subnav ul li {
                        margin: 0;
                        float: none;
                        text-align: left;
                    }

                        .header .header-right ul li .subnav ul li a {
                            display: block;
                            padding: 0 0 0 5px;
                            font-size: 12px;
                            color: #fff;
                            font-weight: normal;
                            line-height: 40px;
                            text-overflow: ellipsis;
                            white-space: nowrap;
                            overflow: hidden;
                            bottom: 0;
                            background-size: 10px;
                            text-transform: capitalize;
                            border-bottom: 1px solid #555;
                            transition: .5s;
                        }

                            .header .header-right ul li .subnav ul li a:after {
                                display: none;
                            }

                            .header .header-right ul li .subnav ul li a:hover {
                                padding-left: 12px;
                            }

                    .header .header-right ul li .subnav ul .on a {
                        color: #e40e0e;
                    }

                .header .header-right ul li .subnav .picnone {
                    display: none;
                }

                .header .header-right ul li .subnav .pic1 {
                    width: 249px;
                    height: 165px;
                    float: right;
                    position: relative;
                }

                    .header .header-right ul li .subnav .pic1 a {
                        display: block;
                        width: 249px;
                        height: 165px;
                        padding: 0;
                    }

            .header .header-right ul li:hover:after {
                width: 100%;
            }

            .header .header-right ul li:hover .subnav {
                top: 82px;
                display: block \9;
                visibility: visible;
                opacity: 1;
                z-index: 2;
            }

        .header .header-right ul .active:after {
            width: 100%;
        }

        .header .header-right ul .active a {
            color: #e40e0e;
        }

.navFix {
    height: 66px;
}

    .navFix .header-right ul li a {
        line-height: 66px;
    }

    .navFix .logo {
        padding: 7px 0;
    }

    .navFix .header-right ul li:hover .subnav {
        top: 66px;
    }

.phone-nav {
    position: absolute;
    font-size: 30px;
    right: 15px;
    top: 0;
    line-height: 82px;
    display: none;
    color: #666;
    z-index: 100;
}

    .phone-nav img {
        height: 26px;
        margin-top: 28px;
        display: block;
    }

#mmenu {
    z-index: 99;
    text-transform: capitalize;
}

    #mmenu .search {
        position: relative;
        border: 1px solid #ddd;
        margin: 10px 10px 10px 20px;
        background: #fff;
    }

        #mmenu .search #btn1 {
            border: 0;
            font-size: 12px;
            color: #666;
            width: 23px;
            height: 35px;
            line-height: 35px;
            text-align: center;
            cursor: pointer;
            border-radius: 0;
            background: url(../images/search.png) no-repeat center center;
            background-size: 13px;
            outline: 0;
            position: absolute;
            top: 0;
            right: 5px;
        }

        #mmenu .search #text1 {
            text-align: left;
            width: 100%;
            font-size: 14px;
            height: 35px;
            padding-right: 30px;
            padding-left: 6px;
            color: #666;
            line-height: 25px;
            padding-top: 4px;
            padding-bottom: 4px;
            vertical-align: top;
            -webkit-appearance: none;
            transition: .5s;
            border: 0;
            background: 0;
        }

            #mmenu .search #text1::-webkit-input-placeholder {
                color: #666;
            }

            #mmenu .search #text1:-moz-placeholder {
                color: #666;
                opacity: 1;
            }

            #mmenu .search #text1::-moz-placeholder {
                color: #666;
                opacity: 1;
            }

            #mmenu .search #text1:-ms-input-placeholder {
                color: #666;
            }

.home-banner {
    overflow: hidden;
    width: 100%;
    position: relative;
    padding-top: 82px;
    z-index: 1;
}

    .home-banner .home-banner-slick {
        overflow: hidden;
    }

        .home-banner .home-banner-slick .slick-slide {
            position: relative;
        }

            .home-banner .home-banner-slick .slick-slide img {
                width: 100%;
            }

        .home-banner .home-banner-slick .slick-dots {
            z-index: 10;
            bottom: 20px;
            line-height: 0;
            text-align: center;
        }

            .home-banner .home-banner-slick .slick-dots li {
                margin: 0 4px;
                padding: 0;
                width: 10px;
                height: 10px;
            }

                .home-banner .home-banner-slick .slick-dots li button {
                    width: 10px;
                    height: 10px;
                    display: block;
                    border: 1px solid #fff;
                    border-radius: 10px;
                }

                    .home-banner .home-banner-slick .slick-dots li button:before {
                        content: "";
                    }

            .home-banner .home-banner-slick .slick-dots .slick-active button {
                border: 1px solid #e40e0e;
                background: #e40e0e;
            }

    .home-banner .home-banner-slick-phone {
        overflow: hidden;
        width: 100%;
        position: relative;
        display: none;
    }

        .home-banner .home-banner-slick-phone .slick-slide {
            position: relative;
        }

            .home-banner .home-banner-slick-phone .slick-slide img {
                width: 100%;
            }

        .home-banner .home-banner-slick-phone .slick-dots {
            z-index: 10;
            bottom: 10px;
            line-height: 0;
            text-align: center;
        }

            .home-banner .home-banner-slick-phone .slick-dots li {
                margin: 0 4px;
                padding: 0;
                width: 8px;
                height: 8px;
            }

                .home-banner .home-banner-slick-phone .slick-dots li button {
                    width: 8px;
                    height: 8px;
                    display: block;
                    border-radius: 50%;
                    border: 1px solid #fff;
                }

                    .home-banner .home-banner-slick-phone .slick-dots li button:before {
                        content: "";
                    }

            .home-banner .home-banner-slick-phone .slick-dots .slick-active button {
                border: 1px solid #e40e0e;
                background: #e40e0e;
            }

@media (max-width:768px) {
    .home-banner .slick-dots {
        bottom: 20px;
        text-align: center;
        padding: 0;
    }
}

.mobile-footer-menu {
    display: none;
    height: 54px;
}

@media (max-width:768px) {
    .mobile-footer-menu {
        display: block;
        width: 100%;
        background: #e40e0e;
        padding: 5px 0;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 99;
        list-style: none;
        font-size: 12px;
    }

        .mobile-footer-menu li {
            width: 25%;
            float: left;
            position: relative;
        }

            .mobile-footer-menu li:after {
                content: "";
                position: absolute;
                height: 42px;
                width: 1px;
                background: rgba(255,255,255,0.1);
                right: 0;
                top: 2px;
            }

            .mobile-footer-menu li span {
                width: 24px;
                height: 24px;
                display: block;
                margin: 0 auto;
                position: relative;
                overflow: hidden;
            }

                .mobile-footer-menu li span img {
                    max-width: 100%;
                }

            .mobile-footer-menu li em {
                text-transform: capitalize;
                font-style: normal;
                text-align: center;
                display: block;
                color: #fff;
                height: 20px;
                line-height: 20px;
                overflow: hidden;
            }

            .mobile-footer-menu li:last-child:after {
                display: none;
            }
}

.inbanner {
    overflow: hidden;
    width: 100%;
    padding-top: 82px;
}

    .inbanner .inbanner-slick {
        overflow: hidden;
        position: relative;
        text-align: center;
    }

        .inbanner .inbanner-slick img {
            display: block;
        }

    .inbanner .inbanner-slick-phone {
        overflow: hidden;
        position: relative;
        text-align: center;
        display: none;
    }

        .inbanner .inbanner-slick-phone img {
            display: block;
        }

@media (max-width:768px) {
    .inbanner .inbanner-slick {
        display: none;
    }

    .inbanner .inbanner-slick-phone {
        display: block;
    }
}

.page {
    text-align: center;
    overflow: hidden;
}

    .page a {
        color: #353535;
        display: inline-block;
        font-size: 14px;
        line-height: 38px;
        height: 40px;
        padding: 0 16px;
        margin: 0 8px;
        font-family: arial;
        -webkit-transition: all .5s;
        transition: all .5s;
        border: 1px solid #dadada;
        vertical-align: top;
    }

        .page a.cpb, .page a:hover {
            background: #c51f17;
            border: 1px solid #c51f17;
            color: #fff;
        }

.order {
    background: #e40e0e;
    width: 90px;
    height: 90px;
    position: fixed;
    bottom: 100px;
    right: 0;
    transition: .5s;
    z-index: 10;
    border-radius: 5px;
}

    .order a {
        color: #fff;
        font-size: 14px;
        display: block;
        text-transform: capitalize;
        line-height: 35px;
        padding: 50px 5px 5px 5px;
        background: url("../images/liuyan.png") no-repeat center 15px;
        text-align: center;
    }

    .order:hover {
        bottom: 110px;
    }

@media (max-width:768px) {
    .order {
        display: none;
    }
}

@media (max-width:767px) {
    .page a {
        display: none;
        font-size: 12px;
        line-height: 37px;
        height: 37px;
        padding: 0 10px;
        margin: 0 5px;
    }

        .page a.first, .page a.prev, .page a.next, .page a.last {
            display: inline-block;
        }
}

@media (max-width:992px) {
    .phone-nav {
        display: block;
    }

    .header .header-right {
        display: none;
    }

    .header .logo img {
        max-height: 45px;
    }

    .header {
        position: relative;
        height: 70px;
    }

        .header .logo {
            padding: 12px 0;
        }

    .phone-nav img {
        margin-top: 22px;
    }

    .navFix {
        height: 70px;
    }

    .home-banner {
        padding-top: 0;
    }

    .inbanner {
        padding-top: 0;
    }

    .home-banner .home-banner-slick {
        display: none;
    }

    .home-banner .home-banner-slick-phone {
        display: block;
    }
}

@media (min-width:1025px) {
    .header .header-right ul li a:hover {
        color: #e40e0e;
    }
}

.prompt {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(../images/ie_sosad.png) no-repeat center 35% #fff;
    left: 0;
    bottom: 0;
    display: none;
    z-index: 999;
    filter: alpha(opacity=80);
    opacity: 80;
}

    .prompt span {
        position: absolute;
        font-size: 14px;
        top: 55%;
        left: 50%;
        margin-left: -152px;
        width: 304px;
        display: block;
        line-height: 24px;
        color: #666;
    }

        .prompt span a {
            text-decoration: underline;
        }

.prompt_close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 30px;
    top: 30px;
    background: url(../images/closed.png) no-repeat center center;
    cursor: pointer;
}

@font-face {
    font-family: "HelveticaNeueLTPro-ThEx";
    src: url("../font/HelveticaNeueLTPro-ThEx.woff2") format("woff2"),url("../font/HelveticaNeueLTPro-ThEx.woff") format("woff"),url("../font/HelveticaNeueLTPro-ThEx.ttf") format("truetype"),url("../font/HelveticaNeueLTPro-ThEx.eot") format("embedded-opentype"),url("../font/HelveticaNeueLTPro-ThEx.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

.home-one .container_content {
    position: relative;
    height: 160px;
    background: #fff;
    box-shadow: 0 8px 25px rgba(0,0,0,0.07);
    margin-top: -80px;
    z-index: 5;
    overflow: hidden;
}

    .home-one .container_content ul {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        padding: 0;
    }

        .home-one .container_content ul li {
            width: 25%;
            float: left;
            text-align: center;
            position: relative;
        }

            .home-one .container_content ul li p {
                text-align: center;
                font-size: 14px;
            }

                .home-one .container_content ul li p .counterDX {
                    color: #555;
                    font-size: 40px;
                    font-weight: bold;
                    text-align: center;
                    margin-top: 15px;
                    font-family: "HelveticaNeueLTPro-ThEx";
                }

                .home-one .container_content ul li p .unit {
                    font-size: 14px;
                    vertical-align: top;
                }

            .home-one .container_content ul li .bt {
                font-size: 14px;
                line-height: 30px;
                color: #999;
                text-align: center;
                text-transform: uppercase;
            }

            .home-one .container_content ul li:not(:last-child):after {
                content: '';
                position: absolute;
                width: 1px;
                height: 45px;
                background-color: rgba(170,170,170,0.2);
                right: 0;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
            }

.home-hot {
    padding: 70px 0;
    overflow: hidden;
}

    .home-hot .bottom {
        margin-top: 30px;
    }

        .home-hot .bottom ul {
            margin: 0 -10px;
        }

            .home-hot .bottom ul li {
                width: 33.33333333%;
                float: left;
                padding: 0 10px;
                margin-bottom: 30px;
            }

                .home-hot .bottom ul li .box {
                    background: #f1f1f1;
                    padding: 10px;
                }

                    .home-hot .bottom ul li .box .pic:after {
                        padding-bottom: 75%;
                    }

                    .home-hot .bottom ul li .box .pic img {
                        transition: .5s;
                    }

                    .home-hot .bottom ul li .box .pic .hover {
                        background: rgba(0,0,0,0.7);
                        position: absolute;
                        top: -100%;
                        transition: .5s;
                        left: 0;
                        width: 100%;
                        height: 100%;
                    }

                        .home-hot .bottom ul li .box .pic .hover p {
                            width: 40px;
                            height: 40px;
                            position: absolute;
                            top: 50%;
                            left: 50%;
                            margin-left: -20px;
                            margin-top: -20px;
                            z-index: 3;
                            border-radius: 50%;
                            border: 1px solid #fff;
                        }

                            .home-hot .bottom ul li .box .pic .hover p:before {
                                content: '';
                                width: 1px;
                                height: 15px;
                                position: absolute;
                                top: 50%;
                                left: 50%;
                                margin-top: -7px;
                                background: #fff;
                            }

                            .home-hot .bottom ul li .box .pic .hover p:after {
                                content: '';
                                width: 15px;
                                height: 1px;
                                position: absolute;
                                top: 50%;
                                left: 50%;
                                margin-left: -7px;
                                background: #fff;
                            }

                    .home-hot .bottom ul li .box .text {
                        padding: 15px 10px;
                    }

                        .home-hot .bottom ul li .box .text .bt {
                            font-size: 16px;
                            color: #333;
                            text-overflow: ellipsis;
                            white-space: nowrap;
                            overflow: hidden;
                            margin-bottom: 5px;
                        }

                        .home-hot .bottom ul li .box .text .jsh {
                            transition: all .36s ease;
                            font-size: 14px;
                            line-height: 25px;
                            height: 50px;
                            overflow: hidden;
                            color: #999;
                        }

.title h3 {
    padding-top: 10px;
    text-align: center;
    font-size: 26px;
    color: #444;
    margin-bottom: 8px;
    font-family: "HelveticaNeueLTPro-ThEx";
    letter-spacing: 5px;
    text-transform: uppercase;
}

.home-main .title:before {
    content: '';
    display: block;
    width: 50px;
    height: 1px;
    background: #e40e0e;
    margin: 0 auto;
}

.home-about {
    background: url("../images/home-about.jpg") no-repeat bottom center;
    padding: 70px 0;
    overflow: hidden;
}

    .home-about .item_info {
        background: #e40e0e;
        color: #fff;
        padding: 50px 30px;
        width: 50%;
        margin: 0 auto;
    }

        .home-about .item_info .bt {
            font-size: 24px;
            text-transform: uppercase;
            overflow: hidden;
        }

            .home-about .item_info .bt:after {
                content: '';
                display: block;
                width: 50px;
                height: 1px;
                margin: 10px 0;
                background: #fff;
            }

        .home-about .item_info .jsh {
            line-height: 24px;
            font-size: 14px;
        }

.home-case {
    padding: 70px 20px;
    overflow: hidden;
}

    .home-case .bottom {
        margin-top: 30px;
        overflow: hidden;
        position: relative;
    }

        .home-case .bottom .slick-prev {
            left: 10px;
            background: url("../images/left.png") no-repeat center center;
            z-index: 5;
            width: 50px;
            height: 80px;
            margin-top: -40px;
            background-size: 45px;
            transition: .5s;
        }

        .home-case .bottom .slick-next {
            right: 10px;
            background: url("../images/right.png") no-repeat center center;
            z-index: 5;
            width: 50px;
            height: 80px;
            background-size: 45px;
            transition: .5s;
            margin-top: -40px;
        }

            .home-case .bottom .slick-prev:before, .home-case .bottom .slick-next:before {
                content: '';
            }

        .home-case .bottom .item {
            width: 25%;
            float: left;
            padding: 0 10px;
        }

            .home-case .bottom .item .pic img {
                transition: .5s;
            }

            .home-case .bottom .item .pic:after {
                padding-bottom: 66%;
            }

            .home-case .bottom .item .pic .hover {
                position: absolute;
                top: 0;
                right: 0;
                width: 100%;
                height: 100%;
                text-align: center;
                background: rgba(0,0,0,0.7);
                transition: .5s;
                opacity: 0;
            }

                .home-case .bottom .item .pic .hover .info {
                    top: -50%;
                    position: relative;
                    left: 0;
                    margin-top: -45px;
                    transition: .5s;
                }

                .home-case .bottom .item .pic .hover .bt {
                    color: #fff;
                    line-height: 40px;
                    font-size: 16px;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    overflow: hidden;
                    margin-bottom: 10px;
                    padding: 0 50px;
                }

                .home-case .bottom .item .pic .hover .more {
                    width: 40px;
                    height: 40px;
                    z-index: 3;
                    border-radius: 50%;
                    border: 1px solid #fff;
                    position: relative;
                    margin: 0 auto;
                    transition: 1.2s;
                }

                    .home-case .bottom .item .pic .hover .more:before {
                        content: '';
                        width: 1px;
                        height: 15px;
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        margin-top: -7px;
                        background: #fff;
                    }

                    .home-case .bottom .item .pic .hover .more:after {
                        content: '';
                        width: 15px;
                        height: 1px;
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        margin-left: -7px;
                        background: #fff;
                    }

.home-news {
    padding: 70px 0;
    overflow: hidden;
    background: #fafafa;
}

    .home-news .bottom {
        margin-top: 30px;
    }

        .home-news .bottom ul {
            margin: 0 -15px;
        }

            .home-news .bottom ul li {
                width: 50%;
                float: left;
                padding: 0 15px;
                margin-bottom: 20px;
            }

                .home-news .bottom ul li .box {
                    position: relative;
                    background-color: #f5f5f5;
                    padding: 20px;
                    transition: .5s;
                }

                    .home-news .bottom ul li .box:after {
                        content: '';
                        position: absolute;
                        top: 0;
                        display: block;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        background: #fff;
                        transform: scaleY(0);
                        transition: transform .75s cubic-bezier(0.19,1,0.22,1);
                        transform-origin: top;
                        transition-delay: 0s!important;
                        z-index: 1;
                    }

                .home-news .bottom ul li .pic {
                    width: 200px;
                    height: 130px;
                    position: absolute;
                    top: 20px;
                    left: 20px;
                    z-index: 2;
                }

                    .home-news .bottom ul li .pic img {
                        transition: .5s;
                    }

                .home-news .bottom ul li .text {
                    padding-left: 230px;
                    height: 130px;
                    position: relative;
                    z-index: 2;
                }

                    .home-news .bottom ul li .text .bt {
                        font-size: 16px;
                        color: #333;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        overflow: hidden;
                        margin-bottom: 10px;
                    }

                    .home-news .bottom ul li .text .jsh {
                        line-height: 24px;
                        height: 72px;
                        overflow: hidden;
                    }

.footer .footer-top {
    padding: 30px 0 20px 0;
    background: #111;
}

    .footer .footer-top ul {
        text-align: center;
        margin: 0 auto;
        font-size: 0;
    }

        .footer .footer-top ul li {
            display: inline-block;
            text-transform: uppercase;
            margin: 0 20px;
        }

            .footer .footer-top ul li a {
                color: #65666a;
                font-size: 16px;
                line-height: 30px;
                display: block;
                transition: .4s;
            }

.footer .footer-bottom {
    text-align: center;
    line-height: 25px;
    border-top: 1px solid #181c26;
    color: #3a3c42;
    background: #111;
    padding: 10px 0;
}

.current {
    background: #f5f5f5;
}

    .current span {
        display: block;
        background: url("../images/home.png") no-repeat center left;
        padding: 17px 0 17px 25px;
        font-size: 13px;
        color: #333;
    }

        .current span a {
            color: #333;
        }

            .current span a:hover {
                color: #e40e0e;
            }

        .current span b {
            font-weight: normal;
            color: #e40e0e;
            text-decoration: underline;
        }

.inmain {
    padding: 50px 0 0 0;
    overflow: hidden;
}

.inmain-list ul {
    font-size: 0;
}

    .inmain-list ul li {
        display: inline-block;
        width: 20%;
        padding: 0 20px;
        margin-bottom: 10px;
        vertical-align: top;
    }

        .inmain-list ul li a {
            font-size: 18px;
            color: #fff;
            display: block;
            height: 50px;
            line-height: 50px;
            text-align: center;
            border-radius: 25px;
            border-bottom: 4px solid #bbb;
            background-color: #ccc;
            padding: 0 10px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

    .inmain-list ul .active a {
        border-bottom: 4px solid #d70001;
        background:#e40e0e;
    }

.content {
    padding: 50px 0 0 0;
    min-height:300px;
    overflow: hidden;
}

.about .about1, .about .about2, .about .about3 {
    margin-bottom: 50px;
}

.about .about2, .about .about4 {
    background-color: #f5f5f5;
    padding: 50px 0;
}

.about p {
    font-size: 15px;
    line-height: 26px;
    color: #666;
}

.about .title1 {
    text-align: center;
    font-size: 38px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 30px;
    font-family: "HelveticaNeueLTPro-ThEx";
}

    .about .title1:after {
        content: '';
        display: block;
        width: 100px;
        height: 2px;
        margin: 10px auto;
        background: #e40e0e;
    }

.about .good {
    overflow: hidden;
}

    .about .good li {
        width: 25%;
        float: left;
    }

        .about .good li img {
            width: 100px;
            height: 100px;
            float: left;
        }

        .about .good li p {
            font-size: 22px;
            color: #333;
            float: left;
            margin-left: 20px;
            padding-top: 20px;
            line-height: 30px;
        }

.culture {
    font-size: 15px;
    line-height: 26px;
    color: #666;
}

.culture, .honor, .product, .news, .projects, .support, .contact, .news-show, .projects-show, .product-show {
    padding-bottom: 50px;
}

    .honor .honor-info {
        overflow: hidden;
    }

        .honor .honor-info a {
            width: 25%;
            float: left;
            padding: 0 10px;
            margin-bottom: 30px;
        }

            .honor .honor-info a .pic {
                border: 1px solid #ccc;
            }

                .honor .honor-info a .pic img {
                    transition: all .3s linear;
                    -moz-transition: all .3s linear;
                    -o-transition: all .3s linear;
                    -webkit-transition: all .3s linear;
                }

                .honor .honor-info a .pic:after {
                    padding-bottom: 130%;
                }

                .honor .honor-info a .pic i {
                    background: url(../images/bg4.png) repeat center center;
                    text-align: center;
                    position: absolute;
                    width: inherit;
                    height: inherit;
                    padding-top: 60%;
                    z-index: 100;
                    top: 0;
                    display: none;
                    width: 100%;
                    padding-bottom: 120%;
                }

                    .honor .honor-info a .pic i img {
                        margin-top: -15px;
                        width: 50px;
                        height: 50px;
                    }

            .honor .honor-info a span {
                color: #333;
                margin-top: 10px;
                height: 30px;
                line-height: 30px;
                overflow: hidden;
                text-align: center;
                display: block;
                text-overflow: ellipsis;
                white-space: nowrap;
                max-width: 100%;
            }

    .product ul {
        margin: 0 -10px;
    }

        .product ul li {
            width: 33.33333333%;
            float: left;
            padding: 0 10px;
            margin-bottom: 30px;
        }

            .product ul li .box {
                background: #f1f1f1;
                padding: 10px;
            }

                .product ul li .box .pic:after {
                    padding-bottom: 75%;
                }

                .product ul li .box .pic img {
                    transition: .5s;
                }

                .product ul li .box .pic .hover {
                    background: rgba(0,0,0,0.7);
                    position: absolute;
                    top: -100%;
                    transition: .5s;
                    left: 0;
                    width: 100%;
                    height: 100%;
                }

                    .product ul li .box .pic .hover p {
                        width: 40px;
                        height: 40px;
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        margin-left: -20px;
                        margin-top: -20px;
                        z-index: 3;
                        border-radius: 50%;
                        border: 1px solid #fff;
                    }

                        .product ul li .box .pic .hover p:before {
                            content: '';
                            width: 1px;
                            height: 15px;
                            position: absolute;
                            top: 50%;
                            left: 50%;
                            margin-top: -7px;
                            background: #fff;
                        }

                        .product ul li .box .pic .hover p:after {
                            content: '';
                            width: 15px;
                            height: 1px;
                            position: absolute;
                            top: 50%;
                            left: 50%;
                            margin-left: -7px;
                            background: #fff;
                        }

                .product ul li .box .text {
                    padding: 15px 10px;
                }

                    .product ul li .box .text .bt {
                        font-size: 16px;
                        color: #333;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        overflow: hidden;
                        margin-bottom: 5px;
                    }

                    .product ul li .box .text .jsh {
                        transition: all .36s ease;
                        font-size: 14px;
                        line-height: 25px;
                        height: 50px;
                        overflow: hidden;
                        color: #999;
                    }

.second-nav {
    background: #f5f5f5;
    padding: 20px;
    overflow: hidden;
    margin-top: 20px;
}

    .second-nav a {
        max-width: 150px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: block;
        float: left;
        margin: 0 10px 10px 10px;
        line-height: 30px;
    }

        .second-nav a:hover {
            color: #e40e0e;
        }

    .second-nav .active {
        color: #e40e0e;
    }

.news ul {
    margin: 0 -15px 20px -15px;
}

    .news ul li {
        width: 50%;
        float: left;
        padding: 0 15px;
        margin-bottom: 30px;
    }

        .news ul li .box {
            position: relative;
            background-color: #f5f5f5;
            padding: 20px;
            transition: .5s;
        }

            .news ul li .box:after {
                content: '';
                position: absolute;
                top: 0;
                display: block;
                left: 0;
                width: 100%;
                height: 100%;
                background: #fff;
                transform: scaleY(0);
                transition: transform .75s cubic-bezier(0.19,1,0.22,1);
                transform-origin: top;
                transition-delay: 0s!important;
                z-index: 1;
            }

        .news ul li .pic {
            width: 200px;
            height: 130px;
            position: absolute;
            top: 20px;
            left: 20px;
            z-index: 2;
        }

            .news ul li .pic img {
                transition: .5s;
            }

        .news ul li .text {
            padding-left: 230px;
            height: 130px;
            position: relative;
            z-index: 2;
        }

            .news ul li .text .bt {
                font-size: 16px;
                color: #333;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
                margin-bottom: 10px;
            }

            .news ul li .text .jsh {
                line-height: 24px;
                height: 72px;
                overflow: hidden;
            }

.news-show .relate-news {
    margin-bottom: 20px;
    overflow: hidden;
}

    .news-show .relate-news .relate-title {
        font-size: 20px;
        color: #e40e0e;
        font-weight: bold;
        background: url(../images/line07.png) no-repeat center left;
        padding-left: 18px;
        line-height: 60px;
        height: 60px;
        margin-bottom: 10px;
    }

    .news-show .relate-news ul li {
        background: url(../images/dot.png) no-repeat center left;
        padding-left: 14px;
        overflow: hidden;
        margin-bottom: 19px;
        padding-right: 10px;
        position: relative;
    }

        .news-show .relate-news ul li h3 {
            float: left;
            font-size: 14px;
            height:20px;
            line-height:20px;
            color: #666;
            max-width: 100%;
            padding-right: 80px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

        .news-show .relate-news ul li span {
            position: absolute;
            font-size: 13px;
            right: 10px;
            top: 0;
            color: #999;
            font-family: arial;
            display: block;
            width: 70px;
            text-align: center;
            line-height: 21px;
        }

.projects-show .relate-projects {
    margin-bottom: 20px;
    overflow: hidden;
}

    .projects-show .relate-projects .relate-title {
        font-size: 20px;
        color: #e40e0e;
        font-weight: bold;
        background: url(../images/line07.png) no-repeat center left;
        padding-left: 18px;
        line-height: 60px;
        height: 60px;
        margin-bottom: 10px;
    }

    .projects-show .relate-projects ul {
        margin: 0 -10px;
    }

        .projects-show .relate-projects ul li {
            width: 33.3333333%;
            float: left;
            padding: 0 10px;
        }

            .projects-show .relate-projects ul li .pic img {
                transition: .5s;
            }

            .projects-show .relate-projects ul li .pic:after {
                padding-bottom: 66%;
            }

            .projects-show .relate-projects ul li .pic .hover {
                position: absolute;
                top: 0;
                right: 0;
                width: 100%;
                height: 100%;
                text-align: center;
                background: rgba(0,0,0,0.7);
                transition: .5s;
                opacity: 0;
            }

                .projects-show .relate-projects ul li .pic .hover .info {
                    top: -50%;
                    position: relative;
                    left: 0;
                    margin-top: -45px;
                    transition: .5s;
                }

                .projects-show .relate-projects ul li .pic .hover .bt {
                    color: #fff;
                    line-height: 40px;
                    font-size: 16px;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    overflow: hidden;
                    margin-bottom: 10px;
                    padding: 0 10px;
                }

                .projects-show .relate-projects ul li .pic .hover .more {
                    width: 40px;
                    height: 40px;
                    z-index: 3;
                    border-radius: 50%;
                    border: 1px solid #fff;
                    position: relative;
                    margin: 0 auto;
                    transition: 1.2s;
                }

                    .projects-show .relate-projects ul li .pic .hover .more:before {
                        content: '';
                        width: 1px;
                        height: 15px;
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        margin-top: -7px;
                        background: #fff;
                    }

                    .projects-show .relate-projects ul li .pic .hover .more:after {
                        content: '';
                        width: 15px;
                        height: 1px;
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        margin-left: -7px;
                        background: #fff;
                    }

.product-show .pro-left {
    width: 60%;
    float: left;
}

    .product-show .pro-left .slick-prev:before, .product-show .pro-left .slick-next:before {
        display: none;
    }

    .product-show .pro-left .pro-max {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        position: relative;
        cursor: pointer;
        border: 1px solid #ccc;
    }

        .product-show .pro-left .pro-max .item i {
            display: block;
        }

            .product-show .pro-left .pro-max .item i:after {
                padding-bottom: 60%;
            }

    .product-show .pro-left .slick-dots {
        z-index: 10;
        bottom: 20px;
        line-height: 0;
        text-align: center;
    }

        .product-show .pro-left .slick-dots li {
            margin: 0 4px;
            padding: 0;
            width: 10px;
            height: 10px;
        }

            .product-show .pro-left .slick-dots li button {
                width: 10px;
                height: 10px;
                display: block;
                background: #ccc;
                border-radius: 10px;
            }

                .product-show .pro-left .slick-dots li button:before {
                    content: "";
                }

        .product-show .pro-left .slick-dots .slick-active button {
            background: #e40e0e;
        }

.product-show .pro-right {
    width: 38%;
    padding-left: 20px;
    float: right;
}

    .product-show .pro-right .pro-name {
        font-size: 20px;
        color: #000;
    }

    .product-show .pro-right .pro-p {
        padding: 10px 0;
        overflow: hidden;
        line-height: 26px;
        color: #333;
        font-size: 14px;
    }

.product-show .pro-bottom {
    margin-top: 50px;
}

    .product-show .pro-bottom .pro1 {
        margin-bottom: 50px;
        overflow: hidden;
    }

        .product-show .pro-bottom .pro1 .bt {
            white-space: nowrap;
            height: 40px;
            cursor: pointer;
            background: #c9151e;
            color: #fff;
            font-size: 18px;
            text-align: center;
            padding-left: 5px;
            padding-right: 5px;
            line-height: 40px;
            width: 200px;
        }

        .product-show .pro-bottom .pro1 .jsh {
            background: #fff;
            border: 1px solid #e5e5e5;
            padding: 30px;
            line-height: 30px;
        }

            .product-show .pro-bottom .pro1 .jsh .message ul {
                margin: 0 -10px;
                overflow: hidden;
            }

                .product-show .pro-bottom .pro1 .jsh .message ul li {
                    float: left;
                    padding: 0 10px 10px 10px;
                    position: relative;
                    width: 33.3333333333%;
                }

                    .product-show .pro-bottom .pro1 .jsh .message ul li input {
                        line-height: 24px;
                        height: 40px;
                        border: 1px solid #eee;
                        padding: 0 10px 0 45px;
                        color: #333;
                        background: 0;
                        width: 100%;
                        transition: .5s;
                        font-size: 14px;
                    }

                        .product-show .pro-bottom .pro1 .jsh .message ul li input:focus {
                            border: 1px solid #e40e0e;
                        }

                        .product-show .pro-bottom .pro1 .jsh .message ul li input::-webkit-input-placeholder {
                            color: #333;
                        }

                        .product-show .pro-bottom .pro1 .jsh .message ul li input:-moz-placeholder {
                            color: #333;
                            opacity: 1;
                        }

                        .product-show .pro-bottom .pro1 .jsh .message ul li input::-moz-placeholder {
                            color: #333;
                            opacity: 1;
                        }

                        .product-show .pro-bottom .pro1 .jsh .message ul li input:-ms-input-placeholder {
                            color: #333;
                        }

                    .product-show .pro-bottom .pro1 .jsh .message ul li #FullName {
                        background: #fff url(../images/message-icon.png) 10px -36px no-repeat;
                    }

                    .product-show .pro-bottom .pro1 .jsh .message ul li #Tel {
                        background: #fff url(../images/message-icon.png) 10px -120px no-repeat;
                    }

                    .product-show .pro-bottom .pro1 .jsh .message ul li #Email {
                        background: #fff url(../images/message-icon.png) 10px -78px no-repeat;
                    }

                    .product-show .pro-bottom .pro1 .jsh .message ul li #Content {
                        background: #fff url(../images/message-icon.png) 10px -160px no-repeat;
                    }

                    .product-show .pro-bottom .pro1 .jsh .message ul li #Code {
                        background: #fff url(../images/message-icon.png) 10px 8px no-repeat;
                    }

                    .product-show .pro-bottom .pro1 .jsh .message ul li i {
                        color: #e40e0e;
                        font-style: normal;
                        position: absolute;
                        top: 0;
                        right: 0;
                    }

                    .product-show .pro-bottom .pro1 .jsh .message ul li .yanzheng {
                        width: 170px;
                        float: left;
                    }

                    .product-show .pro-bottom .pro1 .jsh .message ul li a {
                        display: block;
                        float: left;
                        padding-left: 12px;
                    }

                        .product-show .pro-bottom .pro1 .jsh .message ul li a img {
                            float: left;
                        }

                    .product-show .pro-bottom .pro1 .jsh .message ul li span {
                        color: #333;
                        font-size: 12px;
                        padding-left: 41px;
                        vertical-align: middle;
                        display: block;
                        float: left;
                        height: 40px;
                        line-height: 40px;
                        position: relative;
                        padding-right: 10px;
                    }

                .product-show .pro-bottom .pro1 .jsh .message ul .message-content {
                    width: 100%;
                }

                    .product-show .pro-bottom .pro1 .jsh .message ul .message-content textarea {
                        outline: 0;
                        padding: 10px 10px 0 45px;
                        line-height: 24px;
                        height: 180px;
                        border: 1px solid #eee;
                        color: #333;
                        background: 0;
                        width: 100%;
                        transition: .5s;
                        font-size: 14px;
                    }

                        .product-show .pro-bottom .pro1 .jsh .message ul .message-content textarea:focus {
                            border: 1px solid #e40e0e;
                        }

                        .product-show .pro-bottom .pro1 .jsh .message ul .message-content textarea::-webkit-input-placeholder {
                            color: #333;
                        }

                        .product-show .pro-bottom .pro1 .jsh .message ul .message-content textarea:-moz-placeholder {
                            color: #333;
                            opacity: 1;
                        }

                        .product-show .pro-bottom .pro1 .jsh .message ul .message-content textarea::-moz-placeholder {
                            color: #333;
                            opacity: 1;
                        }

                        .product-show .pro-bottom .pro1 .jsh .message ul .message-content textarea:-ms-input-placeholder {
                            color: #333;
                        }

                .product-show .pro-bottom .pro1 .jsh .message ul .code {
                    width: 100%;
                }

                .product-show .pro-bottom .pro1 .jsh .message ul .message-submit {
                    margin-top: 14px;
                    width: 100%;
                }

                    .product-show .pro-bottom .pro1 .jsh .message ul .message-submit input {
                        width: 195px;
                        height: 40px;
                        line-height: 38px;
                        border: 0;
                        font-size: 14px;
                        padding: 0;
                    }

                    .product-show .pro-bottom .pro1 .jsh .message ul .message-submit #tijiao {
                        margin-right: 6px;
                        background: #f5f5f5;
                        color: #333;
                    }

                        .product-show .pro-bottom .pro1 .jsh .message ul .message-submit #tijiao:hover {
                            cursor: pointer;
                            background: #e40e0e;
                            color: #fff;
                        }

                    .product-show .pro-bottom .pro1 .jsh .message ul .message-submit #quxiao {
                        background: #e40e0e;
                        color: #fff;
                    }

                        .product-show .pro-bottom .pro1 .jsh .message ul .message-submit #quxiao:hover {
                            cursor: pointer;
                            background: #c60909;
                        }

.product-show .relate-product {
    margin-bottom: 20px;
    overflow: hidden;
}

    .product-show .relate-product .relate-title {
        font-size: 20px;
        color: #e40e0e;
        font-weight: bold;
        background: url(../images/line07.png) no-repeat center left;
        padding-left: 18px;
        line-height: 60px;
        height: 60px;
        margin-bottom: 10px;
    }

    .product-show .relate-product ul {
        margin: 0 -10px;
    }

        .product-show .relate-product ul li {
            width: 33.33333333%;
            float: left;
            padding: 0 10px;
        }

            .product-show .relate-product ul li .box {
                background: #f1f1f1;
                padding: 10px;
            }

                .product-show .relate-product ul li .box .pic:after {
                    padding-bottom: 75%;
                }

                .product-show .relate-product ul li .box .pic img {
                    transition: .5s;
                }

                .product-show .relate-product ul li .box .pic .hover {
                    background: rgba(0,0,0,0.7);
                    position: absolute;
                    top: -100%;
                    transition: .5s;
                    left: 0;
                    width: 100%;
                    height: 100%;
                }

                    .product-show .relate-product ul li .box .pic .hover p {
                        width: 40px;
                        height: 40px;
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        margin-left: -20px;
                        margin-top: -20px;
                        z-index: 3;
                        border-radius: 50%;
                        border: 1px solid #fff;
                    }

                        .product-show .relate-product ul li .box .pic .hover p:before {
                            content: '';
                            width: 1px;
                            height: 15px;
                            position: absolute;
                            top: 50%;
                            left: 50%;
                            margin-top: -7px;
                            background: #fff;
                        }

                        .product-show .relate-product ul li .box .pic .hover p:after {
                            content: '';
                            width: 15px;
                            height: 1px;
                            position: absolute;
                            top: 50%;
                            left: 50%;
                            margin-left: -7px;
                            background: #fff;
                        }

                .product-show .relate-product ul li .box .text {
                    padding: 15px 10px;
                }

                    .product-show .relate-product ul li .box .text .bt {
                        font-size: 16px;
                        color: #333;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        overflow: hidden;
                        margin-bottom: 5px;
                    }

                    .product-show .relate-product ul li .box .text .jsh {
                        transition: all .36s ease;
                        font-size: 14px;
                        line-height: 25px;
                        height: 50px;
                        overflow: hidden;
                        color: #999;
                    }

.return {
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
}

    .return a {
        width: 144px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        color: #666;
        font-size: 14px;
        display: block;
        background: #ddd;
    }

        .return a:hover {
            background: #e40e0e;
            color: #fff;
        }

.h1 {
    text-align: center;
    font-size: 26px;
    color: #333;
}

.h2 {
    text-align: center;
    font-size: 14px;
    color: #999;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    padding: 10px 0;
    margin-top: 10px;
}

    .h2 span {
        padding: 0 10px;
    }

.info1 {
    padding: 30px 0;
    overflow: hidden;
}

    .info1 p {
        line-height: 30px;
        color: #666;
        font-size: 14px;
    }

.prev-next {
    padding: 25px 0;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}

    .prev-next ul li {
        height: 34px;
        line-height: 34px;
        margin-bottom: 4px;
    }

        .prev-next ul li a {
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .prev-next ul li p {
            line-height: 34px;
        }

            .prev-next ul li p a {
                color: #666;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                display: block;
                transition: all .3s linear;
                -moz-transition: all .3s linear;
                -o-transition: all .3s linear;
                -webkit-transition: all .3s linear;
            }

.projects ul {
    margin: 0 -10px 20px -10px;
}

    .projects ul li {
        width: 33.3333333%;
        float: left;
        padding: 0 10px;
        margin-bottom: 30px;
    }

        .projects ul li .pic img {
            transition: .5s;
        }

        .projects ul li .pic:after {
            padding-bottom: 66%;
        }

        .projects ul li .pic .hover {
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
            text-align: center;
            background: rgba(0,0,0,0.7);
            transition: .5s;
            opacity: 0;
        }

            .projects ul li .pic .hover .info {
                top: -50%;
                position: relative;
                left: 0;
                margin-top: -45px;
                transition: .5s;
            }

            .projects ul li .pic .hover .bt {
                color: #fff;
                line-height: 40px;
                font-size: 16px;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
                margin-bottom: 10px;
                padding: 0 10px;
            }

            .projects ul li .pic .hover .more {
                width: 40px;
                height: 40px;
                z-index: 3;
                border-radius: 50%;
                border: 1px solid #fff;
                position: relative;
                margin: 0 auto;
                transition: 1.2s;
            }

                .projects ul li .pic .hover .more:before {
                    content: '';
                    width: 1px;
                    height: 15px;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    margin-top: -7px;
                    background: #fff;
                }

                .projects ul li .pic .hover .more:after {
                    content: '';
                    width: 15px;
                    height: 1px;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    margin-left: -7px;
                    background: #fff;
                }

.support {
    font-size: 15px;
    line-height: 26px;
    color: #666;
}

.contact .title1 {
    text-align: center;
    font-size: 38px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 30px;
    font-family: "HelveticaNeueLTPro-ThEx";
}

    .contact .title1:after {
        content: '';
        display: block;
        width: 100px;
        height: 2px;
        margin: 10px auto;
        background: #e40e0e;
    }

.contact .lianxi-box {
    padding: 30px;
    font-size: 17px;
    color: #666;
    line-height: 30px;
    margin-bottom: 50px;
    background-color: #f5f5f5;
}

    .contact .lianxi-box span {
        color: #333;
    }

        .contact .lianxi-box span strong {
            font-weight: normal;
        }

.contact .message {
    padding: 0 10%;
}

    .contact .message ul {
        margin: 0 -10px;
        overflow: hidden;
    }

        .contact .message ul li {
            float: left;
            padding: 0 10px 10px 10px;
            position: relative;
            width: 33.3333333333%;
        }

            .contact .message ul li input {
                line-height: 24px;
                height: 40px;
                border: 1px solid #eee;
                padding: 0 10px 0 45px;
                color: #999;
                background: 0;
                width: 100%;
                transition: .5s;
                font-size: 14px;
            }

                .contact .message ul li input:focus {
                    border: 1px solid #e40e0e;
                }

                .contact .message ul li input::-webkit-input-placeholder {
                    color: #333;
                }

                .contact .message ul li input:-moz-placeholder {
                    color: #333;
                    opacity: 1;
                }

                .contact .message ul li input::-moz-placeholder {
                    color: #333;
                    opacity: 1;
                }

                .contact .message ul li input:-ms-input-placeholder {
                    color: #333;
                }

            .contact .message ul li #FullName {
                background: #fff url(../images/message-icon.png) 10px -36px no-repeat;
            }

            .contact .message ul li #Tel {
                background: #fff url(../images/message-icon.png) 10px -120px no-repeat;
            }

            .contact .message ul li #Email {
                background: #fff url(../images/message-icon.png) 10px -78px no-repeat;
            }

            .contact .message ul li #Content {
                background: #fff url(../images/message-icon.png) 10px -160px no-repeat;
            }

            .contact .message ul li #Code {
                background: #fff url(../images/message-icon.png) 10px 8px no-repeat;
            }

            .contact .message ul li i {
                color: #e40e0e;
                font-style: normal;
                position: absolute;
                top: 0;
                right: 0;
            }

            .contact .message ul li .yanzheng {
                width: 170px;
                float: left;
            }

            .contact .message ul li a {
                display: block;
                float: left;
                padding-left: 12px;
            }

                .contact .message ul li a img {
                    float: left;
                }

            .contact .message ul li span {
                color: #333;
                font-size: 12px;
                padding-left: 41px;
                vertical-align: middle;
                display: block;
                float: left;
                height: 40px;
                line-height: 40px;
                position: relative;
                padding-right: 10px;
            }

        .contact .message ul .message-content {
            width: 100%;
        }

            .contact .message ul .message-content textarea {
                outline: 0;
                padding: 10px 10px 0 45px;
                line-height: 24px;
                height: 180px;
                border: 1px solid #eee;
                color: #999;
                background: 0;
                width: 100%;
                transition: .5s;
                font-size: 14px;
            }

                .contact .message ul .message-content textarea:focus {
                    border: 1px solid #e40e0e;
                }

                .contact .message ul .message-content textarea::-webkit-input-placeholder {
                    color: #333;
                }

                .contact .message ul .message-content textarea:-moz-placeholder {
                    color: #333;
                    opacity: 1;
                }

                .contact .message ul .message-content textarea::-moz-placeholder {
                    color: #333;
                    opacity: 1;
                }

                .contact .message ul .message-content textarea:-ms-input-placeholder {
                    color: #333;
                }

        .contact .message ul .code {
            width: 100%;
        }

        .contact .message ul .message-submit {
            margin-top: 14px;
            width: 100%;
        }

            .contact .message ul .message-submit input {
                width: 195px;
                height: 40px;
                line-height: 38px;
                border: 0;
                font-size: 14px;
                padding: 0;
            }

            .contact .message ul .message-submit #tijiao {
                margin-right: 6px;
                background: #f5f5f5;
                color: #333;
            }

                .contact .message ul .message-submit #tijiao:hover {
                    cursor: pointer;
                    background: #e40e0e;
                    color: #fff;
                }

            .contact .message ul .message-submit #quxiao {
                background: #e40e0e;
                color: #fff;
            }

                .contact .message ul .message-submit #quxiao:hover {
                    cursor: pointer;
                    background: #c60909;
                }

@media (min-width:1025px) {
    .projects-show .return a:hover {
        background: #e40e0e;
        color: #fff;
    }

    .news-show .return a:hover {
        background: #e40e0e;
        color: #fff;
    }

    .news-show .relate-news ul li:hover a h3 {
        color: #e40e0e;
    }

    .home-hot .bottom ul li:hover .box .pic .hover {
        top: 0;
    }

    .home-hot .bottom ul li:hover .box .text .bt {
        color: #e40e0e;
    }

    .home-hot .bottom ul li:hover .box .pic img {
        transform: scale(1.1);
    }

    .product ul li:hover .box .pic .hover {
        top: 0;
    }

    .product ul li:hover .box .text .bt {
        color: #e40e0e;
    }

    .product ul li:hover .box .pic img {
        transform: scale(1.1);
    }

    .product-show .relate-product ul li:hover .box .pic .hover {
        top: 0;
    }

    .product-show .relate-product ul li:hover .box .text .bt {
        color: #e40e0e;
    }

    .product-show .relate-product ul li:hover .box .pic img {
        transform: scale(1.1);
    }

    .home-case .bottom .item:hover .pic img {
        transform: scale(1.1);
    }

    .home-case .bottom .item:hover .pic .hover {
        opacity: 1;
    }

        .home-case .bottom .item:hover .pic .hover .info {
            top: 50%;
        }

        .home-case .bottom .item:hover .pic .hover .more {
            transform: rotate(360deg);
        }

    .home-case .bottom .slick-prev:hover {
        background: rgba(0,0,0,0.7) url("../images/left.png") no-repeat center center;
        background-size: 40px;
    }

    .home-case .bottom .slick-next:hover {
        background: rgba(0,0,0,0.7) url("../images/right.png") no-repeat center center;
        background-size: 40px;
    }

    .home-news .bottom ul li:hover .box:after {
        z-index: 0;
        transform-origin: bottom;
        transform: scaleY(1);
        box-shadow: 0 7px 17px #dedede;
    }

    .home-news .bottom ul li:hover .pic img {
        transform: scale(1.1);
    }

    .home-news .bottom ul li:hover .text .bt {
        color: #e40e0e;
    }

    .footer .footer-top ul li a:hover {
        color: #fff;
        text-decoration: underline;
    }

    .inmain-list ul li:hover a {
        border-bottom: 4px solid #d70001;
        background-image: -moz-linear-gradient(180deg,#e40e0e 0,#fe4250 100%);
        background-image: -webkit-linear-gradient(180deg,#e40e0e 0,#fe4250 100%);
        background-image: -ms-linear-gradient(180deg,#e40e0e 0,#fe4250 100%);
    }

    .honor .honor-info a .pic:hover i {
        display: block;
    }

    .honor .honor-info a .pic:hover img {
        transform: scale(1.1);
    }

    .news ul li:hover .box:after {
        z-index: 0;
        transform-origin: bottom;
        transform: scaleY(1);
        box-shadow: 0 7px 17px #dedede;
    }

    .news ul li:hover .pic img {
        transform: scale(1.1);
    }

    .news ul li:hover .text .bt {
        color: #e40e0e;
    }

    .projects ul li:hover .pic img {
        transform: scale(1.1);
    }

    .projects ul li:hover .pic .hover {
        opacity: 1;
    }

        .projects ul li:hover .pic .hover .info {
            top: 50%;
        }

        .projects ul li:hover .pic .hover .more {
            transform: rotate(360deg);
        }

    .projects-show .relate-projects ul li:hover .pic img {
        transform: scale(1.1);
    }

    .projects-show .relate-projects ul li:hover .pic .hover {
        opacity: 1;
    }

        .projects-show .relate-projects ul li:hover .pic .hover .info {
            top: 50%;
        }

        .projects-show .relate-projects ul li:hover .pic .hover .more {
            transform: rotate(360deg);
        }

    .prev-next ul li a:hover {
        color: #e40e0e;
    }

    .prev-next ul li p a:hover {
        color: #e40e0e;
    }
}

@media (max-width:1280px) {
    .home-case {
        padding: 70px 10px;
    }
}

@media (max-width:1024px) {
    .home-one .container_content {
        margin-top: 30px;
    }
}

@media (max-width:992px) {
    .home-one .container_content ul li p .counterDX {
        font-size: 30px;
    }

    .home-hot, .home-about, .home-case, .home-news {
        padding: 30px 0;
    }

        .home-news .bottom ul {
            margin: 0 -5px;
        }

            .home-news .bottom ul li {
                padding: 0 5px;
                margin-bottom: 10px;
            }

        .home-news .bottom, .home-case .bottom, .home-hot .bottom {
            margin-top: 20px;
        }

        .home-about .item_info {
            width: 90%;
            padding: 20px;
        }

        .home-hot .bottom ul {
            margin: 0 -5px;
        }

            .home-hot .bottom ul li {
                padding: 0 5px;
                margin-bottom: 10px;
            }

    .title h3 {
        font-size: 20px;
    }

    .inmain-list ul li a {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }

    .inmain {
        padding-top: 30px;
    }

    .content {
        padding-top: 30px;
        
    }

    .about .title1 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .about .about1, .about .about2, .about .about3 {
        margin-bottom: 30px;
    }

    .about .about2, .about .about4 {
        padding: 30px 0;
    }

    .about .good li {
        width: 50%;
        margin-top: 10px;
    }

        .about .good li p {
            font-size: 16px;
        }

    .product ul {
        margin: 0 -5px 20px -5px;
    }

        .product ul li {
            padding: 0 5px;
            margin-bottom: 10px;
        }

    .news ul {
        margin: 0 -5px 20px -5px;
    }

        .news ul li {
            padding: 0 5px;
            margin-bottom: 10px;
        }

    .contact .title1 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .product ul {
        margin: 0 -5px;
    }

    .product-show .relate-product ul li {
        padding: 0 5px;
    }

    .culture, .honor, .product, .news, .projects, .support, .contact, .news-show, .projects-show, .product-show {
        padding-bottom: 30px;
    }

        .projects ul {
            margin: 0 -5px 20px -5px;
        }

            .projects ul li {
                padding: 0 5px;
                margin-bottom: 10px;
            }

                .projects ul li .pic .hover {
                    opacity: 1;
                    height: 40px;
                    line-height: 40px;
                    bottom: 0;
                    top: auto;
                }

                    .projects ul li .pic .hover .info {
                        top: 0;
                        margin-top: 0;
                    }

        .projects-show .relate-projects ul {
            margin: 0 -5px 20px -5px;
        }

            .projects-show .relate-projects ul li {
                padding: 0 5px;
            }

                .projects-show .relate-projects ul li .pic .hover {
                    opacity: 1;
                    height: 40px;
                    line-height: 40px;
                    bottom: 0;
                    top: auto;
                }

                    .projects-show .relate-projects ul li .pic .hover .info {
                        top: 0;
                        margin-top: 0;
                    }

    .home-case .bottom .item .pic .hover {
        opacity: 1;
        height: 40px;
        line-height: 40px;
        bottom: 0;
        top: auto;
    }

        .home-case .bottom .item .pic .hover .info {
            top: 0;
            margin-top: 0;
        }
}

@media (max-width:768px) {
    .home-one .container_content ul li p .counterDX {
        font-size: 20px;
    }

    .home-one .container_content ul li p .unit {
        font-size: 12px;
    }

    .home-one .container_content ul li {
        margin: 5px 0;
    }

        .home-one .container_content ul li .bt {
            font-size: 12px;
            line-height: 25px;
        }

    .home-news .bottom ul li {
        width: 100%;
    }

    .projects-show .relate-projects ul li {
        width: 50%;
    }

        .projects-show .relate-projects ul li:last-child {
            display: none;
        }

    .contact .message ul li {
        width: 100%;
    }

    .contact .message ul {
        margin: 0;
    }

    .contact .message {
        padding: 0;
    }

    .footer .footer-top ul {
        text-align: left;
    }

        .footer .footer-top ul li {
            display: block;
            border-bottom: 1px solid #444;
        }

            .footer .footer-top ul li a {
                font-size: 14px;
                line-height: 45px;
            }

    .footer .footer-top {
        padding-bottom: 0;
    }

    .footer .footer-bottom {
        border: 0;
    }

    .product-show .relate-product ul li {
        width: 50%;
    }

        .product-show .relate-product ul li:last-child {
            display: none;
        }

    .projects ul li {
        width: 50%;
    }

    .news ul li {
        width: 100%;
    }

    .inmain-list ul li {
        width: 25%;
        padding: 0 10px;
    }

    .product ul li {
        width: 50%;
    }

    .product-show .pro-bottom .pro1 .jsh .message ul li {
        width: 100%;
    }

    .honor .honor-info a {
        width: 50%;
    }

    .honor .honor-info a {
        margin-bottom: 20px;
    }

    .product-show .pro-bottom {
        margin-top: 30px;
    }

        .product-show .pro-bottom .pro1 .bt {
            width: 150px;
            font-size: 16px;
        }

        .product-show .pro-bottom .pro1 {
            margin-bottom: 30px;
        }

            .product-show .pro-bottom .pro1 .jsh .online ul {
                margin-top: 0;
            }

    .home-hot .bottom ul li {
        width: 50%;
    }

    .home-case .bottom .slick-next {
        background-size: 25px;
    }

    .home-case .bottom .slick-prev {
        background-size: 25px;
    }
}

@media (max-width:520px) {
    .product-show .pro-left {
        width: 100%;
    }

    .product-show .pro-right {
        width: 100%;
        padding-left: 0;
        padding-top: 10px;
    }

    .product-show .pro-bottom .pro1 .jsh .online ul li {
        width: 100%;
        margin-bottom: 10px;
        padding: 0;
    }

    .inmain-list ul li {
        width: 33.3333333%;
    }

    .home-one .container_content ul li {
        width: 50%;
    }

    .home-news .bottom ul li .box {
        padding: 10px;
    }

    .home-news .bottom ul li .pic {
        top: 10px;
        left: 10px;
        width: 150px;
        height: 98px;
    }

    .home-news .bottom ul li .text {
        padding-left: 160px;
        height: 98px;
    }

        .home-news .bottom ul li .text .jsh {
            height: 48px;
        }

    .home-case .bottom .item .pic .hover .bt {
        font-size: 14px;
        padding:0 10px;
    }

    .projects ul li .pic .hover .bt {
        font-size: 14px;
    }

    .projects-show .relate-projects ul li .pic .hover .bt {
        font-size: 14px;
    }

    .inmain-list ul li {
        width: 50%;
    }

    .product-show .pro-bottom .pro1 .jsh {
        padding: 20px;
    }

        .product-show .pro-bottom .pro1 .jsh .message ul li span {
            padding-left: 5px;
        }

        .product-show .pro-bottom .pro1 .jsh .message ul .message-submit input {
            width: 120px;
        }

    .news ul li .box {
        padding: 10px;
    }

    .news ul li .pic {
        top: 10px;
        left: 10px;
        width: 150px;
        height: 98px;
    }

    .news ul li .text {
        padding-left: 160px;
        height: 98px;
    }

        .news ul li .text .jsh {
            height: 48px;
        }

    .h1 {
        font-size: 20px;
    }

    .news-show .relate-news ul li {
        margin-bottom: 15px;
    }

    .news-show .relate-news .relate-title {
        font-size: 18px;
        margin-bottom: 0;
    }

    .prev-next {
        padding: 10px 0;
    }

    .contact .lianxi-box {
        font-size: 14px;
        padding: 15px;
    }

    .contact .message ul li span {
        padding-left: 5px;
    }

    .contact .message ul .message-submit input {
        width: 120px;
    }

    .product ul li .box .text {
        padding: 10px 0;
    }

    .product-show .pro-bottom .pro1 .jsh .message ul li input {
        font-size: 12px;
    }

    .product-show .pro-bottom .pro1 .jsh .message ul .message-content textarea {
        font-size: 12px;
    }

    .product-show .pro-bottom .pro1 .jsh .message ul li .yanzheng {
        width: 150px;
    }

    .contact .message ul li input {
        font-size: 12px;
    }

    .contact .message ul .message-content textarea {
        font-size: 12px;
    }

    .contact .message ul li .yanzheng {
        width: 150px;
    }

    .about .good li {
        width: 100%;
    }
}

@-webkit-keyframes slideUp-02 {
    0% {
        -webkit-transform: translateY(100px);
    }

    100% {
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes slideUp-02 {
    0% {
        -moz-transform: translateY(100px);
    }

    100% {
        -moz-transform: translateY(0);
    }
}

@-o-keyframes slideUp-02 {
    0%;

{
    -o-transform: translateY(100px);
}

100% {
    -o-transform: translateY(0);
}

}

@keyframes slideUp-02 {
    0% {
        transform: translateY(100px);
    }

    100% {
        transform: translateY(0);
    }
}

.slideUp-02 {
    -webkit-animation-name: slideUp-02;
    -moz-animation-name: slideUp-02;
    -o-animation-name: slideUp-02;
    animation-name: slideUp-02;
}

.mobile-footer-menu {
    display: none;
    height: 54px;
}

@media (max-width:768px) {
    .footer {
        margin-bottom: 54px;
    }

    .mobile-footer-menu {
        display: block;
        width: 100%;
        background: #666;
        padding: 5px 0;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 99;
        list-style: none;
        font-size: 12px;
    }

        .mobile-footer-menu li {
            width: 25%;
            float: left;
            position: relative;
        }

            .mobile-footer-menu li:after {
                content: "";
                position: absolute;
                height: 42px;
                width: 1px;
                background: rgba(255,255,255,0.1);
                right: 0;
                top: 2px;
            }

            .mobile-footer-menu li span {
                width: 24px;
                height: 24px;
                display: block;
                margin: 0 auto;
                position: relative;
                overflow: hidden;
            }

                .mobile-footer-menu li span img {
                    max-width: 100%;
                }

            .mobile-footer-menu li em {
                font-style: normal;
                text-align: center;
                display: block;
                color: #fff;
                height: 20px;
                line-height: 20px;
                overflow: hidden;
            }

            .mobile-footer-menu li:last-child:after {
                display: none;
            }
}


#st_gdpr_iframe { display: none;
}