﻿@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: "microsoft yahei",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;
    width: 100%;
}

input, textarea {
    font-family: "microsoft yahei",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: 1220px;
}

@media (max-width:1220px) {
    .container {
        margin-right: auto;
        margin-left: auto;
        padding-right: 10px;
        padding-left: 10px;
        width: 100%;
    }
}

.header {
    width: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    height: 80px;
    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: 2px;
                background: #f1971b;
                content: '';
                left: 0;
                transition: .5s;
            }

            .header .header-right ul li a {
                display: block;
                position: relative;
                color: #333;
                line-height: 75px;
                text-transform: capitalize;
                transition: .36s;
            }

            .header .header-right ul li .subnav {
                width: 240px;
                padding: 10px 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: rgba(241,151,27,0.8);
                    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 #fff;
                            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;
                                font-weight: bold;
                            }

        .header .header-right ul .active:after {
            width: 100%;
        }

        .header .header-right ul .active a {
            color: #f1971b;
        }

.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;
    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%;
                max-height:800px;
            }

        .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 2px;
                padding: 0;
                width: 55px;
                height: 4px;
            }

                .home-banner .home-banner-slick .slick-dots li button {
                    width: 55px;
                    height: 4px;
                    display: block;
                    background: #fff;
                    padding: 0;
                }

                    .home-banner .home-banner-slick .slick-dots li button:before {
                        content: "";
                    }

            .home-banner .home-banner-slick .slick-dots .slick-active button {
                background: #f1971b;
            }

    .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: 20px;
            line-height: 0;
            text-align: center;
        }

            .home-banner .home-banner-slick-phone .slick-dots li {
                margin: 0 4px;
                padding: 0;
                width: 28px;
                height: 5px;
            }

                .home-banner .home-banner-slick-phone .slick-dots li button {
                    width: 28px;
                    height: 5px;
                    display: block;
                    background: #fff;
                    padding: 0;
                }

                    .home-banner .home-banner-slick-phone .slick-dots li button:before {
                        content: "";
                        height: 4px;
                    }

            .home-banner .home-banner-slick-phone .slick-dots .slick-active button {
                background: #f1971b;
            }

@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) {
    .footer {
        margin-bottom: 54px;
    }

    .mobile-footer-menu {
        display: block;
        width: 100%;
        background: #f1971b;
        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%;
    position: relative;
}

    .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;
    }
}

.current {
    background: url(../images/current.png) repeat center center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 43px;
    line-height: 43px;
    text-align: right;
    color: #fff;
    font-size: 12px;
}

    .current .current-title img {
        vertical-align: sub;
        margin-right: 5px;
    }

    .current .current-title a {
        color: #fff;
    }

.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: #f1971b;
            border: 1px solid #f1971b;
            color: #fff;
        }

.order {
    background: #f1971b;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 100px;
    right: 0;
    transition: .5s;
    z-index: 10;
    border-radius: 50%;
}

    .order a {
        color: #fff;
        font-size: 14px;
        display: block;
        text-transform: capitalize;
        padding: 0;
        height: 50px;
        background: url("../images/liuyan.png") no-repeat center center;
        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: #f1971b;
    }
}

.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: 9999999;
    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;
}

.home {
    padding: 60px 0;
    overflow: hidden;
}

.home-top {
    text-align: center;
}

    .home-top:after {
        content: '';
        margin: 10px auto;
        display: block;
        height: 2px;
        width: 50px;
        background: #f1971b;
    }

    .home-top .left h3 {
        font-size: 30px;
        color: #333;
        font-family: 'Microsoft JhengHei';
    }

    .home-top .left span {
        color: #6e6e6e;
        font-size: 14px;
        text-transform: uppercase;
        font-family: 'Microsoft JhengHei';
    }

.home-bottom {
    margin-top: 40px;
}

.home-product .home-bottom ul {
    margin: 0 -10px;
}

    .home-product .home-bottom ul li {
        width: 33.3333333%;
        float: left;
        padding: 0 10px;
        margin-bottom: 20px;
    }

        .home-product .home-bottom ul li .pic img {
            transition: .5s;
        }

        .home-product .home-bottom ul li .pic:after {
            padding-bottom: 76.7%;
        }

        .home-product .home-bottom ul li .pic .text {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            padding: 24px 20px;
        }

            .home-product .home-bottom ul li .pic .text .info {
                margin: 0 20px;
            }

                .home-product .home-bottom ul li .pic .text .info .bt {
                    text-overflow: ellipsis;
                    overflow: hidden;
                    white-space: nowrap;
                    display: block;
                    transition: all .36s ease;
                    color: #f0f0f0;
                    font-size: 16px;
                    line-height: 30px;
                    opacity: 0;
                    width: 84%;
                    bottom: 12px;
                    position: absolute;
                }

                .home-product .home-bottom ul li .pic .text .info .jsh {
                    text-overflow: ellipsis;
                    overflow: hidden;
                    white-space: nowrap;
                    display: block;
                    bottom: 12px;
                    width: 84%;
                    opacity: 0;
                    position: absolute;
                    border-bottom: 1px rgba(255,255,255,0.19) solid;
                    padding-bottom: 9px;
                    transition: all .36s ease;
                    color: #777;
                    font-size: 14px;
                    line-height: 22px;
                }

            .home-product .home-bottom ul li .pic .text .more {
                transition: all .36s ease;
                display: inline-block;
                font-size: 13px;
                line-height: 30px;
                color: rgba(255,255,255,0.55);
                margin-left: 20px;
                margin-bottom: 30px;
                padding: 0 20px;
                right: 5px;
                border: 0 solid rgba(170,170,170,0.2);
                opacity: 0;
                position: absolute;
                bottom: 0;
            }

            .home-product .home-bottom ul li .pic .text:after {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                transition: .36s ease;
                border: 4px solid rgba(255,255,255,0);
                height: auto;
            }

.home-about {
    background: url(../images/home-about.jpg) no-repeat center center;
    background-size: cover;
}

    .home-about .home-top .left h3 {
        color: #fff;
    }

    .home-about .home-bottom {
        font-size: 14px;
        line-height: 26px;
        color: #999;
    }

    .home-about .team-list {
        margin-top: 50px;
    }

        .home-about .team-list ul {
            text-align: center;
            font-size: 0;
        }

            .home-about .team-list ul li {
                display: inline-block;
                width: 200px;
                margin: 0 20px 20px 20px;
            }

                .home-about .team-list ul li .pic {
                    border-radius: 50%;
                }

                .home-about .team-list ul li .text {
                    text-align: center;
                    padding-top: 10px;
                }

                    .home-about .team-list ul li .text .bt {
                        color: #fff;
                        font-size: 16px;
                        line-height: 30px;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        overflow: hidden;
                    }

                    .home-about .team-list ul li .text .span {
                        font-size: 14px;
                        color: #ddd;
                        line-height: 25px;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        overflow: hidden;
                    }

                    .home-about .team-list ul li .text .jsh {
                        font-size: 12px;
                        color: #999;
                        height: 40px;
                        line-height: 20px;
                        overflow: hidden;
                    }

.home-case .home-bottom {
    padding-bottom: 20px;
    overflow: hidden;
}

.home-case .case-list {
    overflow: hidden;
    position: relative;
    padding: 0 80px 50px 80px;
}

    .home-case .case-list .slick-prev {
        width: 50px;
        height: 50px;
        background: rgba(0,0,0,0.5);
        left: 0;
        cursor: pointer;
        margin-top: -25px;
    }

        .home-case .case-list .slick-prev:hover {
            background: rgba(241,157,41,0.8);
        }

    .home-case .case-list .slick-next {
        width: 50px;
        height: 50px;
        background: rgba(0,0,0,0.5);
        right: 0;
        cursor: pointer;
        margin-top: -25px;
    }

        .home-case .case-list .slick-next:hover {
            background: rgba(241,157,41,0.8);
        }

    .home-case .case-list .item {
        background: #f5f5f5;
        width: 100%;
    }

        .home-case .case-list .item a {
            display: block;
        }

        .home-case .case-list .item .pic {
            width: 50%;
            float: left;
            border-right: 20px solid #fff;
        }

            .home-case .case-list .item .pic img {
                transition: .5s;
            }

        .home-case .case-list .item .text {
            float: left;
            width: 50%;
            padding: 12% 30px;
        }

            .home-case .case-list .item .text .bt {
                font-size: 36px;
                color: #333;
                line-height: 40px;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
                margin-bottom: 10px;
            }

            .home-case .case-list .item .text .span {
                font-size: 16px;
                color: #555;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
                margin-bottom: 20px;
            }

            .home-case .case-list .item .text .jsh {
                line-height: 30px;
                font-size: 14px;
                color: #999;
                height: 90px;
                overflow: hidden;
            }

            .home-case .case-list .item .text .more {
                background: url("../images/tb.png") no-repeat center left;
                padding-left: 15px;
                background-size: 7px;
                margin-top: 30px;
                transition: .5s;
                font-size: 14px;
                -webkit-text-size-adjust: none;
            }

    .home-case .case-list .slick-dots {
        z-index: 100;
        bottom: 0;
        line-height: 0;
        left: 0;
    }

        .home-case .case-list .slick-dots li {
            margin: 0 3px;
            width: 16px;
            height: 16px;
            padding: 5px;
            border: 1px solid #fff;
            border-radius: 50%;
        }

            .home-case .case-list .slick-dots li button {
                width: 4px;
                height: 4px;
                display: block;
                background: #000;
                border-radius: 50%;
                padding: 0;
            }

                .home-case .case-list .slick-dots li button:before {
                    content: "";
                }

        .home-case .case-list .slick-dots .slick-active {
            border: 1px solid #f1971b;
        }

            .home-case .case-list .slick-dots .slick-active button {
                background: #f1971b;
            }

                .home-case .case-list .slick-dots .slick-active button:before {
                    color: transparent;
                }

.home-news {
    background: #202020 url(../images/home-news.jpg) no-repeat top center;
    background-size: cover;
}

    .home-news .home-top .left h3 {
        color: #fff;
    }

    .home-news ul {
        margin: 0 -10px;
    }

        .home-news ul li {
            padding: 0 10px;
            width: 50%;
            float: left;
            margin-bottom: 20px;
        }

            .home-news ul li .box {
                position: relative;
                padding-left: 150px;
                transition: .5s;
                border: 1px solid #555;
            }

            .home-news ul li .date {
                width: 150px;
                height: 88px;
                background: transparent;
                position: absolute;
                top: 28px;
                left: 0;
                padding: 2px 30px 0 40px;
                font-weight: 100;
                text-align: left;
                color: #999;
                font-size: 12px;
                margin-bottom: 10px;
            }

                .home-news ul li .date .md {
                    color: #adadad;
                    position: relative;
                    top: 40px;
                    transition: all .3s ease-out 0s;
                    font-family: HELVETICANEUELTPRO-THEX,"微软雅黑";
                    display: block;
                    line-height: 20px;
                    width: 100%;
                }

                .home-news ul li .date .year {
                    font-size: 22px;
                    float: left;
                    color: #696969;
                    font-family: HELVETICANEUELTPRO-THEX,"微软雅黑";
                    display: block;
                    line-height: 46px;
                    position: relative;
                    top: -20px;
                    width: 100%;
                }

                .home-news ul li .date:after {
                    content: '';
                    width: 35px;
                    height: 1px;
                    background: rgba(0,0,0,0.25);
                    display: block;
                    position: relative;
                    top: 2px;
                    left: -40px;
                    transition: .6s;
                }

            .home-news ul li .text {
                padding-top: 35px;
                padding-right: 30px;
                padding-bottom: 30px;
            }

                .home-news ul li .text .bt {
                    height: 45px;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    transition: .6s;
                    font-size: 18px;
                    color: #fff;
                    line-height: 32px;
                }

                .home-news ul li .text .jsh {
                    height: 78px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    transition: all .3s ease-out 0s;
                    color: #999;
                    line-height: 26px;
                    font-size: 14px;
                }

                .home-news ul li .text .more {
                    width: 25px;
                    height: 10px;
                    background: url(../images/icon.png) no-repeat center left;
                    background-size: 13px;
                    opacity: 0;
                    transition: .3s;
                    margin-top: 10px;
                }

.more1 {
    width: 240px;
    height: 50px;
    font-size: 16px;
    color: #dedede;
    line-height: 48px;
    border: 1px solid rgba(170,170,170,0.2);
    text-align: center;
    margin: 30px auto 0;
    display: block;
    position: relative;
}

    .more1 p {
        z-index: 4;
        position: relative;
    }

    .more1:after {
        height: 1px;
        content: " ";
        width: 240px;
        display: block;
        position: absolute;
        transition: all .36s ease;
        bottom: 0;
    }

.footer {
    background: #2d2d2d;
}

    .footer .footer-top {
        overflow: hidden;
        padding: 70px 0;
    }

    .footer .menu {
        overflow: hidden;
        width: 70%;
        float: left;
        color: #a7a7a7;
        line-height: 30px;
    }

        .footer .menu a {
            color: #a7a7a7;
            display: block;
            -webkit-transition: all .5s;
            transition: all .5s;
            padding-right: 10px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

            .footer .menu a.bt {
                color: #fff;
                font-size: 16px;
                margin-bottom: 10px;
            }

        .footer .menu li {
            width: 20%;
            float: left;
        }

    .footer .footer-contact {
        float: right;
        width: 27%;
        color: #a7a7a7;
        line-height: 30px;
    }

        .footer .footer-contact img {
            margin-top: 10px;
        }

        .footer .footer-contact .bt {
            color: #fff;
            font-size: 16px;
            margin-bottom: 10px;
            display: block;
            -webkit-transition: all .5s;
            transition: all .5s;
            padding-right: 10px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

    .footer .copyright {
        padding: 10px 0;
        background: #232323;
        line-height: 30px;
        color: #666;
    }

.inmain {
    padding: 50px 0;
    min-height: 500px;
}

.second-nav {
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #e7e7e7;
}

    .second-nav ul {
        float: right;
    }

        .second-nav ul li {
            float: left;
            margin-left: 23px;
        }

            .second-nav ul li a {
                font-size: 16px;
                color: #1b1b1b;
                line-height: 40px;
                display: block;
                padding-left: 25px;
                position: relative;
            }

                .second-nav ul li a:before {
                    content: '';
                    display: block;
                    width: 1px;
                    height: 16px;
                    background: #e3e3e3;
                    position: absolute;
                    left: 0;
                    top: 12px;
                }

        .second-nav ul .active a {
            color: #f1971b;
            font-weight: bold;
        }

.second-title {
    text-align: center;
    margin-bottom: 30px;
}

    .second-title h3 {
        font-size: 36px;
        color: #1b1b1b;
        font-family: 'Microsoft JhengHei';
        font-weight: normal;
        margin-bottom: 5px;
    }

    .second-title p {
        color: #666;
        font-size: 14px;
        text-transform: uppercase;
        font-family: 'Microsoft JhengHei';
    }

.content {
    font-size: 15px;
    line-height: 30px;
    color: #666;
}

.about .team-list {
    margin-top: 50px;
}

    .about .team-list ul li {
        margin-bottom: 20px;
        position: relative;
    }

        .about .team-list ul li .pic {
            width: 200px;
            height: 200px;
            position: absolute;
            top: 0;
            left: 0;
        }

        .about .team-list ul li .text {
            padding-top: 10px;
            padding-left: 220px;
            min-height: 200px;
        }

            .about .team-list ul li .text .bt {
                color: #333;
                font-size: 20px;
                line-height: 30px;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
            }

            .about .team-list ul li .text .span {
                font-size: 16px;
                color: #666;
                line-height: 35px;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
            }

            .about .team-list ul li .text .jsh {
                font-size: 14px;
                color: #999;
                line-height: 30px;
                overflow: hidden;
            }

.culture ul {
    margin-top: 40px;
    border-radius: 5px;
    border: solid 1px #e9e9e9;
}

@media (max-width:990px) {
    .culture ul {
        margin-top: 20px;
    }
}

.culture ul li {
    width: 33.333%;
    float: left;
    padding: 40px;
    padding-right: 0;
}

@media (max-width:1050px) {
    .culture ul li {
        padding: 20px;
        padding-right: 0;
    }
}

@media (max-width:990px) {
    .culture ul li {
        width: 50%;
    }
}

@media (max-width:700px) {
    .culture ul li {
        width: 100%;
    }
}

.culture ul li span {
    width: 60px;
    height: 60px;
    float: left;
    line-height: 58px;
    text-align: center;
    border-radius: 100%;
    background: #aba9aa;
    display: inline-block;
    transition: all 334ms ease-in-out;
    position: relative;
}

    .culture ul li span:after {
        top: -5px;
        left: -5px;
        content: "";
        position: absolute;
        width: 70px;
        height: 70px;
        opacity: 0;
        display: none\9;
        border-radius: 100%;
        border: solid 1px #f1971b;
        transition: all 334ms ease-in-out;
        transform: rotate(360deg);
    }

    .culture ul li span img {
        max-height: 35px;
        vertical-align: middle;
        transition: all 334ms ease-in-out;
    }

@media (max-width:480px) {
    .culture ul li span {
        width: 50px;
        height: 50px;
        line-height: 45px;
    }

        .culture ul li span:after {
            display: none;
        }

        .culture ul li span img {
            max-height: 30px;
        }
}

.culture ul li div {
    width: 80%;
    float: left;
    font-size: 16px;
    padding-top: 10px;
    padding-left: 30px;
}

    .culture ul li div h3 {
        color: #333;
        font-size: 22px;
        font-weight: normal;
    }

@media (max-width:480px) {
    .culture ul li div h3 {
        font-size: 14px;
    }
}

@media (max-width:1350px) {
    .culture ul li div {
        width: 80%;
    }
}

@media (max-width:1050px) {
    .culture ul li div {
        padding-left: 15px;
    }
}

@media (max-width:480px) {
    .culture ul li div {
        padding-top: 0;
    }
}

.honor {
    clear: both;
    width: 100%;
    overflow: hidden;
}

    .honor li {
        width: 25%;
        float: left;
        text-align: center;
        font-size: 16px;
        margin-bottom: 25px;
        color: #333;
        cursor: pointer;
        padding: 10px;
    }

        .honor li .box {
            max-width: 244px;
            margin: auto;
        }

        .honor li .pic {
            display: block;
            margin: auto;
            position: relative;
            overflow: hidden;
            background: url(../images/honor-bg.png) no-repeat;
            background-size: contain;
        }

            .honor li .pic span {
                margin: 12px;
                position: relative;
                display: block;
            }

                .honor li .pic span:after {
                    content: "";
                    display: block;
                    padding-top: 147.72727272727272%;
                }

            .honor li .pic:after {
                padding-bottom: 0;
            }

        .honor li img {
            transition: all .5s;
        }

        .honor li .bt {
            line-height: 60px;
            height: 60px;
            overflow: hidden;
            display: block;
            font-size: 16px;
        }

@media (max-width:1023px) {
    .honor li {
        width: 50%;
    }
}

@media (max-width:767px) {
    .honor li {
        margin-bottom: 10px;
        width: 50%;
    }

        .honor li .bt {
            height: 40px;
            line-height: 40px;
        }
}

.product ul {
    margin: 0 -10px 30px -10px;
}

    .product ul li {
        width: 33.3333333%;
        float: left;
        padding: 0 10px;
        margin-bottom: 20px;
    }

        .product ul li .pic img {
            transition: .5s;
        }

        .product ul li .pic:after {
            padding-bottom: 76.7%;
        }

        .product ul li .pic .text {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            padding: 24px 20px;
        }

            .product ul li .pic .text .info {
                margin: 0 20px;
            }

                .product ul li .pic .text .info .bt {
                    text-overflow: ellipsis;
                    overflow: hidden;
                    white-space: nowrap;
                    display: block;
                    transition: all .36s ease;
                    color: #f0f0f0;
                    font-size: 16px;
                    line-height: 30px;
                    opacity: 0;
                    width: 84%;
                    bottom: 12px;
                    position: absolute;
                }

                .product ul li .pic .text .info .jsh {
                    text-overflow: ellipsis;
                    overflow: hidden;
                    white-space: nowrap;
                    display: block;
                    bottom: 12px;
                    width: 84%;
                    opacity: 0;
                    position: absolute;
                    border-bottom: 1px rgba(255,255,255,0.19) solid;
                    padding-bottom: 9px;
                    transition: all .36s ease;
                    color: #777;
                    font-size: 14px;
                    line-height: 22px;
                }

            .product ul li .pic .text .more {
                transition: all .36s ease;
                display: inline-block;
                font-size: 13px;
                line-height: 30px;
                color: rgba(255,255,255,0.55);
                margin-left: 20px;
                margin-bottom: 30px;
                padding: 0 20px;
                right: 5px;
                border: 0 solid rgba(170,170,170,0.2);
                opacity: 0;
                position: absolute;
                bottom: 0;
            }

            .product ul li .pic .text:after {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                transition: .36s ease;
                border: 4px solid rgba(255,255,255,0);
                height: auto;
            }

.news ul {
    margin: 0 -10px 30px -10px;
}

    .news ul li {
        padding: 0 10px;
        width: 50%;
        float: left;
        margin-bottom: 20px;
    }

        .news ul li .box {
            position: relative;
            padding-left: 150px;
            transition: .5s;
            border: 1px solid #e5e5e5;
        }

        .news ul li .date {
            width: 150px;
            height: 88px;
            background: transparent;
            position: absolute;
            top: 28px;
            left: 0;
            padding: 2px 30px 0 40px;
            font-weight: 100;
            text-align: left;
            color: #999;
            font-size: 12px;
            margin-bottom: 10px;
        }

            .news ul li .date .md {
                color: #adadad;
                position: relative;
                top: 40px;
                transition: all .3s ease-out 0s;
                font-family: HELVETICANEUELTPRO-THEX,"微软雅黑";
                display: block;
                line-height: 20px;
                width: 100%;
            }

            .news ul li .date .year {
                font-size: 22px;
                float: left;
                color: #696969;
                font-family: HELVETICANEUELTPRO-THEX,"微软雅黑";
                display: block;
                line-height: 46px;
                position: relative;
                top: -20px;
                width: 100%;
            }

            .news ul li .date:after {
                content: '';
                width: 35px;
                height: 1px;
                background: rgba(0,0,0,0.25);
                display: block;
                position: relative;
                top: 2px;
                left: -40px;
                transition: .6s;
            }

        .news ul li .text {
            padding-top: 35px;
            padding-right: 30px;
            padding-bottom: 30px;
        }

            .news ul li .text .bt {
                height: 45px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                transition: .6s;
                font-size: 18px;
                color: #333;
                line-height: 32px;
            }

            .news ul li .text .jsh {
                height: 78px;
                overflow: hidden;
                text-overflow: ellipsis;
                transition: all .3s ease-out 0s;
                color: #999;
                line-height: 26px;
                font-size: 14px;
            }

            .news ul li .text .more {
                width: 25px;
                height: 10px;
                background: url(../images/icon.png) no-repeat center left;
                background-size: 13px;
                opacity: 0;
                transition: .3s;
                margin-top: 10px;
            }

.projects .case-list {
    overflow: hidden;
    position: relative;
    margin: 0 -10px 30px -10px;
}

    .projects .case-list .item {
        padding: 0 10px;
        width: 50%;
        float: left;
        margin-bottom: 20px;
    }

        .projects .case-list .item a {
            display: block;
            position: relative;
            background: #f5f5f5;
            overflow: hidden;
        }

        .projects .case-list .item .pic {
            width: 200px;
            height: 200px;
            float: left;
            position: absolute;
        }

            .projects .case-list .item .pic img {
                transition: .5s;
            }

        .projects .case-list .item .text {
            float: left;
            padding-left: 220px;
            padding-top: 15px;
            height: 200px;
            padding-right: 10px;
        }

            .projects .case-list .item .text .bt {
                font-size: 20px;
                color: #333;
                 line-height: 30px;
                 height: 30px;
                overflow: hidden;
            }

            .projects .case-list .item .text .span {
                font-size: 15px;
                color: #555;

                overflow: hidden;
                margin-bottom: 10px;
            }

            .projects .case-list .item .text .jsh {
                line-height: 30px;
                font-size: 14px;
                color: #999;
                height: 60px;
                overflow: hidden;
            }

            .projects .case-list .item .text .more {
                background: url("../images/tb.png") no-repeat center left;
                padding-left: 15px;
                background-size: 7px;
                margin-top: 5px;
                transition: .5s;
            }

.contact .contact-list {
    color: #444;
    font-size: 16px;
    padding: 30px 0;
}

    .contact .contact-list li {
        min-height: 80px;
        padding: 0 40px;
        padding-top: 10px;
        width: 33.333%;
        float: left;
        border-left: solid 1px #ccc;
    }

        .contact .contact-list li:first-child {
            border-left: 0;
        }

    .contact .contact-list .title {
        font-size: 24px;
    }

    .contact .contact-list .qq a {
        width: 30px;
        height: 30px;
        margin-top: 10px;
        border-radius: 100%;
        text-align: center;
        line-height: 26px;
        display: inline-block;
        background-color: #737373;
    }

@media (max-width:767px) {
    .contact .contact-list li {
        padding: 15px;
        min-height: auto;
        width: 100%;
        border-left: 0;
        border-bottom: solid 1px #ddd;
    }
}

.contact .contact-emap {
    width: 100%;
    height: 570px;
    margin-top: 40px;
    position: relative;
    margin-bottom: 50px;
    overflow: hidden;
}

@media (max-width:767px) {
    .contact .contact-emap {
        margin-top: 0;
        height: 300px;
        margin-bottom: 20px;
    }
}

.contact #allmap {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.contact .anchorBL {
    display: none;
}

.message {
    position: relative;
    margin: 0 -6px;
    overflow: hidden;
}

    .message:before {
        content: "";
        display: block;
        width: 300px;
        height: 300px;
        background: url("../images/pen.png") no-repeat center center;
        position: absolute;
        top: 0;
        right: -150px;
    }

    .message li {
        width: 50%;
        float: left;
        padding: 0 6px;
    }

    .message input, .message textarea {
        background: #f2f3f5;
        border: 0;
        padding: 10px;
        color: #333;
        margin-bottom: 18px;
        vertical-align: middle;
        border: #f2f3f5 solid 2px;
    }

    .message input {
        width: 100%;
        float: left;
    }

        .message input:focus {
            border: #f1971b solid 2px;
        }

    .message textarea {
        width: 100%;
        padding-right: 90px;
        min-height: 220px;
    }

        .message textarea:focus {
            border: #f1971b solid 2px;
        }

    .message .yzhm {
        width: 100%;
    }

        .message .yzhm input {
            width: 40%;
        }

        .message .yzhm img {
            margin-right: 5px;
        }

    .message .btn {
        text-align: center;
        width: 100%;
    }

    .message .submit, .message .reset {
        width: 44%;
        display: inline-block;
        max-width: 360px;
        padding: 0 5px;
        text-align: center;
        line-height: 32px;
        font-weight: bold;
        color: #fff;
        float: none;
        margin: 0 10px;
    }

    .message .submit {
        transition: all .5s;
        border: 2px #f1971b solid;
        background: #f1971b;
    }

    .message .reset {
        border: 2px #dadada solid;
        color: #666;
    }

    .message .verify {
        max-height: 39px;
        vertical-align: middle;
        margin-left: 5px;
    }

@media (max-width:1279px) {
    .message {
        font-size: 12px;
    }

        .message:before {
            display: none;
        }

        .message input, .message textarea {
            font-size: 12px;
        }

        .message textarea {
            padding-right: 10px;
        }
}

@media (max-width:414px) {
    .message li {
        width: 100%;
    }

    .message .yzhm input {
        margin-bottom: 0;
        width: 30%;
    }

    .message .yzhm .a-01 {
        text-align: left;
    }

    .message .btn {
        margin-top: 25px;
    }

        .message .btn .submit, .message .btn .reset {
            max-width: 120px;
        }
}

@media (max-width:374px) {
    .message .yzhm .a-01 {
        font-size: 9px;
    }
}

.product-show .pro-left {
    width: 50%;
    float: left;
}

    .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;
        padding: 5px;
    }

        .product-show .pro-left .pro-max .item i {
            display: block;
        }

            .product-show .pro-left .pro-max .item i:after {
                padding-bottom: 76.7%;
            }

.product-show .pro-right {
    width: 48%;
    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: #f1971b;
            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 p{
                margin-top: 10px;
            }

.relate-product {
    margin-bottom: 20px;
    overflow: hidden;
}

    .relate-product ul {
        margin: 0 -10px 30px -10px;
    }

        .relate-product ul li {
            width: 33.3333333%;
            float: left;
            padding: 0 10px;
            margin-bottom: 20px;
        }

            .relate-product ul li .pic img {
                transition: .5s;
            }

            .relate-product ul li .pic:after {
                padding-bottom: 76.7%;
            }

            .relate-product ul li .pic .text {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                padding: 24px 20px;
            }

                .relate-product ul li .pic .text .info {
                    margin: 0 20px;
                }

                    .relate-product ul li .pic .text .info .bt {
                        text-overflow: ellipsis;
                        overflow: hidden;
                        white-space: nowrap;
                        display: block;
                        transition: all .36s ease;
                        color: #f0f0f0;
                        font-size: 16px;
                        line-height: 30px;
                        opacity: 0;
                        width: 84%;
                        bottom: 12px;
                        position: absolute;
                    }

                    .relate-product ul li .pic .text .info .jsh {
                        text-overflow: ellipsis;
                        overflow: hidden;
                        white-space: nowrap;
                        display: block;
                        bottom: 12px;
                        width: 84%;
                        opacity: 0;
                        position: absolute;
                        border-bottom: 1px rgba(255,255,255,0.19) solid;
                        padding-bottom: 9px;
                        transition: all .36s ease;
                        color: #777;
                        font-size: 14px;
                        line-height: 22px;
                    }

                .relate-product ul li .pic .text .more {
                    transition: all .36s ease;
                    display: inline-block;
                    font-size: 13px;
                    line-height: 30px;
                    color: rgba(255,255,255,0.55);
                    margin-left: 20px;
                    margin-bottom: 30px;
                    padding: 0 20px;
                    right: 5px;
                    border: 0 solid rgba(170,170,170,0.2);
                    opacity: 0;
                    position: absolute;
                    bottom: 0;
                }

                .relate-product ul li .pic .text:after {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    bottom: 0;
                    right: 0;
                    transition: .36s ease;
                    border: 4px solid rgba(255,255,255,0);
                    height: auto;
                }

.relate-title {
    font-size: 20px;
    color: #f1971b;
    font-weight: bold;
    background: url(../images/line07.png) no-repeat center left;
    padding-left: 18px;
    line-height: 60px;
    height: 60px;
    margin-bottom: 10px;
}

.relate-news ul {
    margin: 0 -10px 30px -10px;
}

    .relate-news ul li {
        padding: 0 10px;
        width: 50%;
        float: left;
        margin-bottom: 20px;
    }

        .relate-news ul li .box {
            position: relative;
            padding-left: 150px;
            transition: .5s;
            border: 1px solid #e5e5e5;
        }

        .relate-news ul li .date {
            width: 150px;
            height: 88px;
            background: transparent;
            position: absolute;
            top: 28px;
            left: 0;
            padding: 2px 30px 0 40px;
            font-weight: 100;
            text-align: left;
            color: #999;
            font-size: 12px;
            margin-bottom: 10px;
        }

            .relate-news ul li .date .md {
                color: #adadad;
                position: relative;
                top: 40px;
                transition: all .3s ease-out 0s;
                font-family: HELVETICANEUELTPRO-THEX,"微软雅黑";
                display: block;
                line-height: 20px;
                width: 100%;
            }

            .relate-news ul li .date .year {
                font-size: 22px;
                float: left;
                color: #696969;
                font-family: HELVETICANEUELTPRO-THEX,"微软雅黑";
                display: block;
                line-height: 46px;
                position: relative;
                top: -20px;
                width: 100%;
            }

            .relate-news ul li .date:after {
                content: '';
                width: 35px;
                height: 1px;
                background: rgba(0,0,0,0.25);
                display: block;
                position: relative;
                top: 2px;
                left: -40px;
                transition: .6s;
            }

        .relate-news ul li .text {
            padding-top: 35px;
            padding-right: 30px;
            padding-bottom: 30px;
        }

            .relate-news ul li .text .bt {
                height: 45px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                transition: .6s;
                font-size: 18px;
                color: #333;
                line-height: 32px;
            }

            .relate-news ul li .text .jsh {
                height: 78px;
                overflow: hidden;
                text-overflow: ellipsis;
                transition: all .3s ease-out 0s;
                color: #999;
                line-height: 26px;
                font-size: 14px;
            }

            .relate-news ul li .text .more {
                width: 25px;
                height: 10px;
                background: url(../images/icon.png) no-repeat center left;
                background-size: 13px;
                opacity: 0;
                transition: .3s;
                margin-top: 10px;
            }

.relate-case .case-list {
    overflow: hidden;
    position: relative;
    margin: 0 -10px 30px -10px;
}

    .relate-case .case-list .item {
        padding: 0 10px;
        width: 50%;
        float: left;
        margin-bottom: 20px;
    }

        .relate-case .case-list .item a {
            display: block;
            position: relative;
            background: #f5f5f5;
            overflow: hidden;
        }

        .relate-case .case-list .item .pic {
            width: 200px;
            height: 200px;
            float: left;
            position: absolute;
        }

            .relate-case .case-list .item .pic img {
                transition: .5s;
            }

        .relate-case .case-list .item .text {
            float: left;
            padding-left: 220px;
            padding-top: 15px;
            height: 200px;
            padding-right: 10px;
        }

            .relate-case .case-list .item .text .bt {
                font-size: 20px;
                color: #333;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
            }

            .relate-case .case-list .item .text .span {
                font-size: 15px;
                color: #555;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
                margin-bottom: 10px;
            }

            .relate-case .case-list .item .text .jsh {
                line-height: 30px;
                font-size: 14px;
                color: #999;
                height: 60px;
                overflow: hidden;
            }

            .relate-case .case-list .item .text .more {
                background: url("../images/tb.png") no-repeat center left;
                padding-left: 15px;
                background-size: 7px;
                margin-top: 5px;
                transition: .5s;
            }

.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;
    }

.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;
        margin-top: 10px
    }

.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: .3s;
            }

@media (min-width:1025px) {
    .header .header-right ul li .subnav ul li a:hover {
        padding-left: 12px;
        font-weight: bold;
    }

    .header .header-right ul li:hover:after {
        width: 100%;
    }

    .header .header-right ul li:hover a {
        color: #f1971b;
    }

    .header .header-right ul li:hover .subnav {
        top: 70px;
        display: block \9;
        visibility: visible;
        opacity: 1;
        z-index: 2;
    }

        .header .header-right ul li:hover .subnav ul li:after {
            display: none;
        }

    .home-product .home-bottom ul li:hover .pic img {
        transform: scale(1.05);
    }

    .home-product .home-bottom ul li:hover .pic .text .info .bt {
        opacity: 1;
        bottom: 80px;
        color: #f1971b;
    }

    .home-product .home-bottom ul li:hover .pic .text .info .jsh {
        bottom: 55px;
        opacity: 1;
        color: #000000;
    }

    .home-product .home-bottom ul li:hover .pic .text .more {
        bottom: -8px;
        opacity: 1;
    }

    .home-product .home-bottom ul li:hover .pic .text:after {
        top: 15px;
        left: 15px;
        bottom: 15px;
        right: 15px;
        border: 4px solid #f1971b;
    }

    .home-case .case-list .slick-prev:hover {
        background: rgba(241,157,41,0.8);
    }

    .home-case .case-list .slick-next:hover {
        background: rgba(241,157,41,0.8);
    }

    .home-case .case-list .item:hover .pic img {
        transform: scale(1.05);
    }

    .home-case .case-list .item:hover .text .bt {
        color: #f1971b;
    }

    .home-case .case-list .item:hover .text .more {
        color: #f1971b;
        padding-left: 20px;
        background: url("../images/tb1.png") no-repeat center left;
        background-size: 7px;
    }

    .home-news ul li:hover .box {
        border: 1px solid #f1971b;
    }

    .home-news ul li:hover .date:after {
        left: 85px;
        background: #f1971b;
    }

    .home-news ul li:hover .text .bt {
        padding-left: 30px;
        color: #f1971b;
    }

    .home-news ul li:hover .text .more {
        opacity: 1;
    }

    .more1:hover {
        color: #fff;
    }

        .more1:hover:after {
            height: 50px;
            background-color: #f1971b;
        }

    .footer .menu a:hover {
        color: #fff;
        text-decoration: underline;
        padding-left: 5px;
    }

    .second-nav ul li:hover a {
        color: #f1971b;
    }

    .culture ul li:hover span {
        background: #f1971b;
    }

        .culture ul li:hover span:after {
            opacity: 1;
            display: block \9;
        }

        .culture ul li:hover span img {
            transform: rotateY(180deg);
        }

    .honor li:hover img {
        transform: scale(0.95);
    }

    .honor li:hover .bt {
        color: #f1971b;
    }

    .product ul li:hover .pic img {
        transform: scale(1.05);
    }

    .product ul li:hover .pic .text .info .bt {
        opacity: 1;
        bottom: 80px;
        color: #f1971b;
    }

    .product ul li:hover .pic .text .info .jsh {
        bottom: 55px;
        opacity: 1;
        color: #000000;
    }

    .product ul li:hover .pic .text .more {
        bottom: -8px;
        opacity: 1;
    }

    .product ul li:hover .pic .text:after {
        top: 15px;
        left: 15px;
        bottom: 15px;
        right: 15px;
        border: 4px solid #f1971b;
    }

    .news ul li:hover .box {
        border: 1px solid #f1971b;
    }

    .news ul li:hover .date:after {
        left: 85px;
        background: #f1971b;
    }

    .news ul li:hover .text .bt {
        padding-left: 30px;
        color: #f1971b;
    }

    .news ul li:hover .text .more {
        opacity: 1;
    }

    .projects .case-list .item:hover .pic img {
        transform: scale(1.05);
    }

    .projects .case-list .item:hover .text .bt {
        color: #f1971b;
    }

    .projects .case-list .item:hover .text .more {
        color: #f1971b;
        padding-left: 20px;
        background: url("../images/tb1.png") no-repeat center left;
        background-size: 7px;
    }

    .relate-case .case-list .item:hover .pic img {
        transform: scale(1.05);
    }

    .relate-case .case-list .item:hover .text .bt {
        color: #f1971b;
    }

    .relate-case .case-list .item:hover .text .more {
        color: #f1971b;
        padding-left: 20px;
        background: url("../images/tb1.png") no-repeat center left;
        background-size: 7px;
    }

    .contact .contact-list .qq a:hover {
        background-color: #f1971b;
    }

    .message .submit:hover {
        background: transparent;
        border: 2px #f1971b solid;
        color: #666;
    }

    .message .reset:hover {
        background: transparent;
        border: 2px #f1971b solid;
        color: #666;
    }

    .relate-product ul li:hover .pic img {
        transform: scale(1.05);
    }

    .relate-product ul li:hover .pic .text .info .bt {
        opacity: 1;
        bottom: 80px;
        color: #f1971b;
    }

    .relate-product ul li:hover .pic .text .info .jsh {
        bottom: 55px;
        opacity: 1;
        color: #868585;
    }

    .relate-product ul li:hover .pic .text .more {
        bottom: -8px;
        opacity: 1;
    }

    .relate-product ul li:hover .pic .text:after {
        top: 15px;
        left: 15px;
        bottom: 15px;
        right: 15px;
        border: 4px solid #f1971b;
    }

    .relate-news ul li:hover .box {
        border: 1px solid #f1971b;
    }

    .relate-news ul li:hover .date:after {
        left: 85px;
        background: #f1971b;
    }

    .relate-news ul li:hover .text .bt {
        padding-left: 30px;
        color: #f1971b;
    }

    .relate-news ul li:hover .text .more {
        opacity: 1;
    }

    .return a:hover {
        background: #f1971b;
        color: #fff;
    }

    .prev-next ul li p a:hover {
        color: #f1971b;
    }
}

@media (max-width:1024px) {
    .home-case .case-list .item .text {
        padding: 12% 30px 0 30px;
    }

    .home-product .home-bottom ul li .pic .text {
        padding: 0;
    }

        .home-product .home-bottom ul li .pic .text .info {
            margin: 0;
        }

            .home-product .home-bottom ul li .pic .text .info .bt {
                opacity: 1;
                width: 100%;
                padding: 0 10px;
            }

    .product ul li .pic .text {
        padding: 0;
    }

        .product ul li .pic .text .info {
            margin: 0;
        }

            .product ul li .pic .text .info .bt {
                opacity: 1;
                width: 100%;
                padding: 0 10px;
            }

    .relate-product ul li .pic .text {
        padding: 0;
    }

        .relate-product ul li .pic .text .info {
            margin: 0;
        }

            .relate-product ul li .pic .text .info .bt {
                opacity: 1;
                width: 100%;
                padding: 0 10px;
            }
}

@media (max-width:768px) {
    .home {
        padding: 30px 0;
    }

    .home-top .left h3 {
        font-size: 22px;
    }

    .home-top .left span {
        font-size: 12px;
    }

    .home-bottom {
        margin-top: 25px;
    }

    .home-product .home-bottom ul li {
        width: 50%;
    }

    .more1 {
        margin: 10px auto 0 auto;
        width: 130px;
        height: 40px;
        font-size: 12px;
        line-height: 38px;
    }

    .home-case .case-list {
        padding: 0 0 30px 0;
    }

        .home-case .case-list .slick-next, .home-case .case-list .slick-prev {
            display: none!important;
        }

        .home-case .case-list .item .pic {
            border-right: 0;
        }

    .home-about .team-list ul li {
        width: 25%;
        padding: 0 20px 20px 20px;
        margin: 0;
    }

    .home-about .team-list {
        margin-top: 20px;
    }

    .home-case .case-list .item .text .bt {
        font-size: 26px;
    }

    .home-news ul li .box {
        padding-left: 80px;
    }

    .home-news ul li .date {
        width: 110px;
        padding: 2px 0 0 15px;
        top: 10px;
    }

    .home-news ul li .text {
        padding-top: 18px;
        padding-right: 18px;
        padding-bottom: 18px;
    }

        .home-news ul li .text .more {
            opacity: 1;
        }

    .home-news ul li .date .year {
        font-size: 18px;
    }

    .home-news ul li .text .bt {
        font-size: 16px;
        height: 38px;
    }

    .footer .footer-top {
        padding: 20px 0;
    }

    .footer .footer-contact {
        width: 100%;
    }

    .footer .menu li {
        width: 100%;
        border-bottom: 1px solid #666;
    }

    .footer .menu a.bt {
        display: block;
        margin-bottom: 0;
        line-height: 45px;
        font-size: 14px;
    }

    .footer .menu a {
        display: none;
    }

    .footer .menu {
        width: 100%;
    }

    .footer .footer-contact .bt {
        font-size: 14px;
        line-height: 45px;
    }

    .footer .copyright {
        font-size: 12px;
    }

    .second-nav ul li a {
        line-height: 35px;
        font-size: 14px;
    }

    .second-nav {
        padding: 5px 0;
    }

    .second-title h3 {
        font-size: 22px;
        margin-bottom: 0;
    }

    .second-title {
        margin-bottom: 20px;
    }

    .inmain {
        padding: 30px 0;
    }

    .content {
        font-size: 13px;
        line-height: 26px;
    }

    .about .team-list {
        margin-top: 20px;
    }

        .about .team-list ul li .pic {
            width: 100px;
            height: 100px;
        }

        .about .team-list ul li .text {
            padding-left: 120px;
            min-height: 100px;
            padding-top: 0;
        }

            .about .team-list ul li .text .jsh {
                font-size: 12px;
                line-height: 26px;
            }

            .about .team-list ul li .text .span {
                font-size: 14px;
                line-height: 30px;
            }

            .about .team-list ul li .text .bt {
                font-size: 16px;
            }

    .honor li {
        margin-bottom: 0;
    }

        .honor li .bt {
            font-size: 14px;
            line-height: 40px;
            height: 40px;
        }

    .product ul li {
        width: 50%;
    }

    .relate-product ul li {
        width: 50%;
    }

    .return a {
        width: 120px;
        height: 40px;
        line-height: 40px;
    }

    .second-nav ul li a:before {
        display: none;
    }

    .news ul li .box {
        padding-left: 80px;
    }

    .news ul li .date {
        width: 110px;
        padding: 2px 0 0 15px;
        top: 10px;
    }

    .news ul li .text {
        padding-top: 18px;
        padding-right: 18px;
        padding-bottom: 18px;
    }

        .news ul li .text .more {
            opacity: 1;
        }

    .news ul li .date .year {
        font-size: 18px;
    }

    .news ul li .text .bt {
        font-size: 16px;
        height: 38px;
    }

    .h1 {
        font-size: 20px;
    }

    .h2 {
        font-size: 12px;
        padding: 5px 0;
    }

    .info1 {
        padding: 20px 0;
    }

    .relate-news ul li .box {
        padding-left: 80px;
    }

    .relate-news ul li .date {
        width: 110px;
        padding: 2px 0 0 15px;
        top: 10px;
    }

    .relate-news ul li .text {
        padding-top: 18px;
        padding-right: 18px;
        padding-bottom: 18px;
    }

        .relate-news ul li .text .more {
            opacity: 1;
        }

    .relate-news ul li .date .year {
        font-size: 18px;
    }

    .relate-news ul li .text .bt {
        font-size: 16px;
        height: 38px;
    }

    .second-nav ul li a {
        padding-left: 15px;
    }

    .projects .case-list {
        margin: 0 -5px;
    }

        .projects .case-list .item {
            padding: 0 5px;
        }

    .relate-case .case-list {
        margin: 0 -5px;
    }

        .relate-case .case-list .item {
            padding: 0 5px;
        }
}

@media (max-width:520px) {
    .home-product .home-bottom ul {
        margin: 0 -5px;
    }

        .home-product .home-bottom ul li {
            padding: 0 5px;
            margin-bottom: 10px;
        }

            .home-product .home-bottom ul li .pic .text .info .bt {
                font-size: 14px;
            }

    .product ul {
        margin: 0 -5px 10px -5px;
    }

        .product ul li {
            padding: 0 5px;
            margin-bottom: 10px;
        }

            .product ul li .pic .text .info .bt {
                font-size: 14px;
            }

    .home-about .home-bottom {
        font-size: 12px;
        line-height: 24px;
    }

    .home-about .team-list ul li {
        width: 50%;
    }

    .home-case .case-list .item .pic {
        width: 100%;
    }

    .home-case .case-list .item .text {
        width: 100%;
        padding: 20px;
    }

        .home-case .case-list .item .text .bt {
            line-height: 27px;
            font-size: 18px;
            margin-bottom: 5px;
        }

        .home-case .case-list .item .text .span {
            font-size: 13px;
            margin-bottom: 5px;
        }

        .home-case .case-list .item .text .jsh {
            height: 50px;
            line-height: 25px;
            font-size: 12px;
        }

        .home-case .case-list .item .text .more {
            margin-top: 10px;
            font-size: 12px;
        }

    .home-news ul {
        margin: 0 -5px;
    }

        .home-news ul li {
            width: 100%;
            margin-bottom: 10px;
            padding: 0 5px;
        }

    .second-nav ul li {
        margin-left: 15px;
    }

    .product-show .pro-left {
        width: 100%;
    }

    .product-show .pro-right {
        width: 100%;
        padding-left: 0;
        margin-top: 10px;
    }

        .product-show .pro-right .pro-name {
            font-size: 16px;
        }

        .product-show .pro-right .pro-p {
            font-size: 13px;
            line-height: 24px;
        }

    .product-show .pro-bottom {
        margin-top: 20px;
    }

        .product-show .pro-bottom .pro1 .bt {
            font-size: 14px;
            width: 130px;
        }

        .product-show .pro-bottom .pro1 .jsh {
            padding: 20px;
            line-height: 25px;
            font-size: 13px;
        }

        .product-show .pro-bottom .pro1 {
            margin-bottom: 20px;
        }

    .prev-next {
        padding: 10px 0;
    }

    .relate-product {
        margin-bottom: 10px;
    }

    .relate-title {
        font-size: 18px;
        line-height: 50px;
        height: 50px;
        margin-bottom: 5px;
    }

    .relate-product ul {
        margin: 0 -5px;
    }

        .relate-product ul li {
            padding: 0 5px;
        }

            .relate-product ul li:nth-child(3) {
                display: none;
            }

            .relate-product ul li .pic .text .info .bt {
                font-size: 14px;
            }

    .news ul {
        margin: 0 -5px;
    }

        .news ul li {
            width: 100%;
            margin-bottom: 10px;
            padding: 0 5px;
        }

            .news ul li .date:after {
                display: none;
            }

    .relate-news ul {
        margin: 0 -5px;
    }

        .relate-news ul li {
            width: 100%;
            margin-bottom: 10px;
            padding: 0 5px;
        }

            .relate-news ul li .date:after {
                display: none;
            }

    .projects .case-list .item {
        width: 100%;
    }

        .projects .case-list .item .text .bt {
            font-size: 16px;
        }

        .projects .case-list .item .text .span {
            font-size: 14px;
            margin-bottom: 5px;
        }

        .projects .case-list .item .text .jsh {
            line-height: 24px;
            font-size: 12px;
            height: 48px;
        }

        .projects .case-list .item .pic {
            width: 150px;
            height: 150px;
        }

        .projects .case-list .item .text {
            padding-left: 170px;
            padding-top: 5px;
            height: 150px;
        }

    .relate-case .case-list .item {
        width: 100%;
    }

        .relate-case .case-list .item .text .bt {
            font-size: 16px;
        }

        .relate-case .case-list .item .text .span {
            font-size: 14px;
            margin-bottom: 5px;
        }

        .relate-case .case-list .item .text .jsh {
            line-height: 24px;
            font-size: 12px;
            height: 48px;
        }

        .relate-case .case-list .item .pic {
            width: 150px;
            height: 150px;
        }

        .relate-case .case-list .item .text {
            padding-left: 170px;
            padding-top: 5px;
            height: 150px;
        }

    .contact .contact-list .title {
        font-size: 18px;
    }
}
