body, html {
    background: #fff;
    font-size: 14px;
    color: #333;
    -webkit-text-size-adjust: none;
    outline: 0;
    font-family: Arial,Helvetica,"",sans-serif;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

* {
    -webkit-tap-highlight-color: rgba(255,0,0,0);
    -webkit-appearance: none;
    box-sizing: inherit
}

.narrow {
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    overflow: hidden
}

    .narrow:hover {
        transform: scale(1.08);
        -moz-transform: scale(1.08);
        -ms-transform: scale(1.08);
        -webkit-transform: scale(1.08);
        -o-transform: scale(1.08)
    }

.r_delay {
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

    .r_delay:hover {
        transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
        -ms-transform: rotateY(360deg);
        -webkit-transform: rotateY(360deg)
    }

.mask {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: .8;
    z-index: 99
}

.page-num {
    text-align: center;
    height: 35px;
    line-height: 35px;
    margin: 20px 0 40px
}

    .page-num .col-lg-3 {
        float: left
    }

    .page-num .col-lg-9 {
        float: right
    }

    .page-num .pagination li {
        float: left;
        border: 1px solid #ccc;
        border-right: 0
    }

        .page-num .pagination li:last-child {
            border-right: 1px solid #ccc
        }

        .page-num .pagination li.active {
            background: #173552
        }

            .page-num .pagination li.active a {
                color: #fff
            }

    .page-num a {
        width: 32px;
        height: 33px;
        display: block;
        text-align: center;
        text-decoration: none
    }

.trans3 {
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s
}

.trans5 {
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s
}

.trans7 {
    transition: all .7s;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
    -o-transition: all .7s
}

.w-1200 {
    max-width: 1227px !important;
    margin: 0 auto;
    position: relative
}

body {
    position: relative;
    right: 0;
    top: 0;
    margin-right: 0
}

.lang {
    position: relative
}

.h_nav {
    display: none;
    position: absolute;
    z-index: 101;
    left: 0;
    top: 100%;
    height: auto;
    padding: 0;
    background: #fff;
    border: 1px solid #6c4f4f;
    border-top: 0
}

    .h_nav li {
        height: 34px;
        line-height: 34px;
        padding: 2px 12px 2px 8px;
        color: #d3d3d3;
        white-space: nowrap;
        border-bottom: 1px solid #ccc
    }

        .h_nav li a {
            margin-left: 4px;
            color: #666
        }

        .h_nav li:hover {
            background-color: #54d9f5
        }

.lang span {
    overflow: hidden;
    position: relative;
    display: block;
    height: 26px;
    line-height: 26px;
    padding: 0 15px;
    cursor: pointer
}

    .lang span a {
        vertical-align: middle
    }

    .lang span:after {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #000;
        transform: translate3d(0,-50%,0)
    }

.header {
    width: 100%;
    position: relative;
    padding: 5px 0
}

    .header .main {
        width: 1200px;
        margin: 0 auto;
        position: relative;
        z-index: 99
    }

    .header .tel {
        float: right;
        margin-top: 32px;
        line-height: 22px;
        padding: 0 0 2px 53px;
        color: #424242;
        font-size: 28px;
        background: url(../images/tel.png) left 0 no-repeat
    }

.logo {
    overflow: hidden;
    float: left;
    
    height: 70px;
    line-height: 70px; padding-right:100px;
}

    .logo img {
        max-height: 70px;
        vertical-align: middle
    }

    .logo a span {
        margin-left: 8px;
        font-size: 36px;
        color: #010101;
        vertical-align: middle
    }

.header .sign {
    margin-right: 36px;
    line-height: 26px;
    color: #999;
    text-align: center
}

    .header .sign a {
        color: #333;
        vertical-align: middle
    }

    .header .sign em {
        line-height: 1;
        margin: 0 5px;
        vertical-align: middle
    }

    .header .sign a:first-child {
        display: inline-block;
        height: 26px;
        line-height: 26px;
        text-align: center;
        font-size: 12px;
        color: #515151
    }

    .header .sign i {
        font-size: 16px;
        color: #515151;
        vertical-align: middle
    }

    .header .sign a:hover {
        text-decoration: underline
    }

.nav {
    height: 86px;
    line-height: 86px;
    background: #173552
}

    .nav .nav-list {
        overflow-x: hidden
    }

        .nav .nav-list li.active a {
            color: #ec586a
        }

        .nav .nav-list li > a {
            position: relative;
            display: block;
            line-height: 86px;
            font-size: 15px;
            color: #fff;
            text-align: center
        }

            .nav .nav-list li > a:hover {
                color: #ec586a
            }

    .btnBox, .nav .close {
        display: none;
        opacity: 0
    }

.swiper-container {
    width: 100%;
    overflow: hidden
}

    .swiper-container .swiper-wrapper .swiper-slide img {
        display: block;
        max-width: 100%;
        margin: 0 auto;
        max-height: 100%
    }

    .swiper-container .pagination {
        position: absolute;
        z-index: 20;
        bottom: 10px;
        width: 100%;
        text-align: center
    }

.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #555;
    margin: 0 5px;
    opacity: .8;
    border: 1px solid #fff;
    cursor: pointer
}

.swiper-active-switch {
    background: #fff
}

.all_tit {
    text-align: center;
    padding: 45px 0 20px
}

    .all_tit.about-title {
        padding: 45px 0 0
    }

.all_tit01 {
    height: 35px;
    font-size: 24px;
    font-weight: 700;
    color: #ec586a;
    font-family: ''
}

    .all_tit01 span {
        color: #595959
    }

.pro-bg {
    background: #f7f7f7
}

.inpage .pro-more {
    padding: 32px 0 58px;
    text-align: center
}

.about-box .about-text {
    position: relative;
    overflow: hidden;
    margin: 28px 0 0;
    font-size: 0
}

.about-box .about-us {
    overflow: hidden;
    height: 435px;
    padding: 0 0 0 20px
}

    .about-box .about-us p {
        overflow: hidden;
        max-height: 385px;
        line-height: 25px;
        font-size: 14px;
        color: #333
    }

    .about-box .about-us span {
        display: inline-block;
        margin: 15px 0;
        font-size: 20px;
        color: #595959;
        font-weight: 700
    }

    .about-box .about-us strong {
        display: block;
        font-size: 20px;
        color: #ec586a
    }

.about-box .about-img {
    text-align: center
}

    .about-box .about-img img {
        display: inline-block;
        width: 100%
    }

.about-box .about-more {
    margin: 50px 0 0;
    text-align: center
}

    .about-box .about-more a, .news-more a, .pro-more a {
        position: relative;
        display: inline-block;
        min-width: 140px;
        max-width: 600px;
        height: 36px;
        line-height: 36px;
        border-radius: 8px;
        background: #ec586a;
        font-size: 14px;
        color: #fff;
        text-align: center
    }

        .about-box .about-more a:hover, .news-more a:hover, .pro-more a:hover {
            background: #ea2e45
        }

.news-box {
    margin: 40px 0 0;
    border-top: 8px solid #1d1d1d;
    border-bottom: 8px solid #1d1d1d
}

.news-main .w04 {
    border: 1px solid #cecece;
    border-radius: 6px
}

.news-main .news-img {
    width: 100%;
    padding: 18px 18px 0
}

    .news-main .news-img img {
        display: block;
        width: 100%;
        margin: 0 auto
    }

.news-main .news-text a {
    display: block;
    padding: 0 18px 20px
}

.news-main .news-text strong {
    display: block;
    max-width: 100%;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    white-space: normal;
    line-height: 20px;
    height: 40px;
    text-overflow: clip
}

.news-main .news-text span {
    display: block;
    overflow: hidden;
    min-height: 60px;
    max-height: 60px;
    line-height: 20px;
    color: #676767;
    margin: 7px 0 0
}

.case-more-a a, .news-box .news-more a {
    display: block;
    width: 131px;
    height: 36px;
    margin: 32px auto 45px;
    line-height: 36px;
    border: 1px solid #d6d6d6;
    color: #737373;
    text-align: center
}

.news-main .w04:hover {
    box-shadow: 0 2px 2px 0 rgba(194,194,194,.9)
}

.news-main .news-more {
    padding: 52px 0 24px;
    text-align: center
}

.contact-box {
    margin: 40px 0 60px
}

    .contact-box .w04 {
        overflow: hidden
    }

        .contact-box .w04 strong {
            overflow: hidden;
            display: block;
            margin: 20px 0;
            font-size: 12px;
            color: #797979;
            font-weight: 400
        }

            .contact-box .w04 strong.super {
                margin: 55px 0 44px
            }

        .contact-box .w04 span {
            overflow: hidden;
            display: block;
            padding: 0 10px;
            line-height: 24px;
            margin-bottom: 18px;
            font-size: 14px;
            color: #efefef;
            background: #183552
        }

            .contact-box .w04 span:first-child {
                margin-top: 20px
            }

            .contact-box .w04 span a {
                color: #efefef
            }

.footer-box {
    background: #dbdbde;
    background: -moz-linear-gradient(top,#fff,#dcdcdc);
    background: -webkit-gradient(linear,0 0,0 bottom,from(#fff),to(#dcdcdc));
    background: -o-linear-gradient(top,#fff,#dcdcdc)
}

.help {
    padding: 30px 0
}

    .help .code {
        position: relative;
        width: 20%;
        text-align: center
    }

        .help .code .big {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 160px;
            height: 160px;
            margin-top: -80px;
            margin-left: -80px;
            opacity: 0;
            visibility: hidden
        }

        .help .code:hover .big {
            opacity: 1;
            visibility: visible
        }

        .help .code span {
            display: block;
            margin: 18px auto 0;
            line-height: 1;
            color: #787878
        }

.footer-box .phone {
    overflow: hidden
}

    .footer-box .phone span {
        margin: 30px 0 0 0;
        font-size: 14px;
        color: #787878
    }

.links {
    float: left;
    width: 80%;
    font-size: 0;
    margin-top: 15px
}

    .links span {
        display: inline-block;
        margin: 0;
        width: 33%;
        padding: 0 10px;
        font-size: 14px;
        color: #787878;
        word-wrap: break-word
    }

    .links p {
        display: inline-block;
        line-height: 24px;
        max-width: 85%
    }

        .links p a {
            font-size: 14px;
            color: #333;
            white-space: nowrap;
            word-break: break-all;
            border-right: 1px solid #d6d6d6;
            padding: 0 14px;
            display: inline-block;
            text-overflow: clip;
            overflow: hidden;
            max-width: 100px
        }

            .links p a:last-child {
                border-right: 0
            }

            .links p a:hover {
                text-decoration: underline
            }

.totop {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer
}

.footer {
    overflow: hidden;
    padding: 12px 15px;
    color: #787878;
    border-top: 1px solid #515050;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 22px;
    max-height: 82px
}

    .footer a {
        margin-left: 12px;
        color: #787878;
        white-space: nowrap
    }

        .footer a:hover {
            text-decoration: underline
        }

.map {
    margin-bottom: 20px
}

    .map #container {
        width: 100%;
        height: 525px
    }

.in-title {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #2b2e39;
    background: #e1e1e1;
    padding: 0 15px
}

.wrap .Album {
    min-height: 650px
}

.wrap > .w-1200 > .location {
    display: none
}

.location:last-child {
    display: none
}

.location {
    position: relative;
    height: 39px;
    line-height: 39px;
    margin-top: 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    font-size: 14px;
    color: #585858
}

    .location .more {
        color: #666;
        font-size: 12px
    }

    .location .fr {
        width: 80%;
        font-size: 0;
        text-align: right
    }

        .location .fr a {
            overflow: hidden;
            display: inline-block;
            max-width: 25%;
            font-size: 12px;
            white-space: nowrap;
            text-overflow: clip;
            vertical-align: middle
        }

        .location .fr em {
            margin: 0 5px;
            font-size: 12px;
            vertical-align: middle
        }

    .location a:hover {
        color: #ec586a
    }

    .location strong {
        display: inline-block;
        height: 92%;
        padding-left: 12px;
        color: #595959;
        border-left: 10px solid #ec586a;
        vertical-align: middle;
        font-size: 18px;
        max-width: 19%;
        white-space: nowrap;
        text-overflow: clip;
        overflow: hidden
    }

.pro-list {
    margin: 0 0 15px;
    font-size: 0
}

    .pro-list > li {
        position: relative;
        display: inline-block;
        height: 36px;
        min-width: 225px;
        line-height: 36px;
        padding: 0 15px;
        margin: 5px 15px 5px 0;
        border: 1px solid #d7d7d7;
        cursor: pointer;
        font-size: 14px;
        white-space: nowrap;
        border-radius: 4px;
        text-align: center
    }

        .pro-list > li > a {
            display: block;
            vertical-align: bottom;
            text-overflow: clip
        }

        .pro-list > li:hover {
            background: #ec586a;
            border-color: #ec586a;
            color: #fff
        }

            .pro-list > li.active > a, .pro-list > li:hover > a {
                color: #fff
            }

        .pro-list > li.active {
            background: #ec586a
        }

            .pro-list > li.active i {
                color: #fff
            }

        .pro-list > li i {
            display: inline-block;
            vertical-align: bottom;
            font-size: 12px
        }

            .pro-list > li i:before {
                content: "\e603"
            }

        .pro-list > li:hover i.less:before {
            content: "\e606"
        }

.pro-list-down {
    display: none;
    z-index: 1;
    position: absolute;
    top: 100%;
    left: 0;
    width: auto
}

    .pro-list-down li {
        height: 36px;
        line-height: 36px;
        margin-top: 2px;
        color: #fff;
        font-size: 14px;
        background: #ec5869;
        border-radius: 4px
    }

        .pro-list-down li a {
            overflow: hidden;
            display: block;
            width: 100%;
            height: 100%;
            padding: 0 5px;
            white-space: nowrap;
            text-overflow: clip;
            text-align: center
        }

        .pro-list-down li:hover {
            background: rgba(236,88,106,.8)
        }

            .pro-list-down li:hover a {
                color: #fff
            }

.pro-list > li:hover .pro-list-down {
    display: block
}

.pro-details {
    display: none
}

    .pro-details.cur {
        display: block
    }

    .pro-details .w04 {
        overflow: hidden;
        text-align: center;
        border: 1px solid #d4d4d4;
        margin-bottom: 16px;
        background: #fff
    }

        .pro-details .w04:nth-child(3n+1) {
            margin-left: 0
        }

        .pro-details .w04 a {
            font-size: 0
        }

            .pro-details .w04 a img {
                display: block;
                width: 100%;
                margin: 0 auto
            }

            .pro-details .w04 a span {
                display: inline-block;
                max-width: 100%;
                height: 60px;
                padding: 0 10px;
                line-height: 20px;
                font-size: 12px;
                color: #ec586a;
                line-height: 20px;
                white-space: normal;
                overflow: hidden;
                text-align: left;
            }

            .pro-details .w04 a strong {
                display: block;
                line-height: 30px;
                height: 30px;
                padding: 0 15px;
                font-size: 14px;
                white-space: normal;
                color: #595959;
                text-align: center;
            }

        .pro-details .w04:hover {
            box-shadow: 2px 2px 2px -1px rgba(194,194,194,.9)
        }

.pro-index .w04:nth-child(1n+10) {
    display: none
}

.pdetail-new .gallery .small_img .bd span.on, .pdetail-new .gallery .small_img .bd span:hover {
    border-color: #ec586a !important
}

.detail-product .pro-list > li {
    float: none;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 12px
}

    .detail-product .pro-list > li .pro-list-down {
        width: 0;
        transition: all 3s
    }

    .detail-product .pro-list > li:hover .pro-list-down {
        top: -1px;
        left: 100%;
        width: 100%
    }

.detail-product .pro-list-down {
    background: #fff
}

    .detail-product .pro-list-down li:first-child {
        margin-top: 0
    }

.leftmenu img {
    max-width: 100%
}

.leftmenu .hot_products {
    overflow: hidden;
    position: relative;
    margin-bottom: 12px
}

    .leftmenu .hot_products span {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 0 15px;
        line-height: 30px;
        background: rgba(0,0,0,.7);
        color: #fff
    }

.leftmenu .leftmenu-title {
    margin-bottom: 10px;
    line-height: 30px;
    border-bottom: 1px solid #ec586a;
    text-align: center;
    font-size: 16px;
    font-weight: 700
}

.hot-products {
    padding: 0;
    text-align: center;
    margin-bottom: 15px
}

    .hot-products a {
        display: block;
        border: 1px solid #eee
    }

        .hot-products a img {
            max-width: 100%
        }

    .hot-products span {
        display: block;
        height: 36px;
        line-height: 36px;
        color: #333;
        border-top: 1px solid #eee;
        background: #f5f5f5;
        padding: 0 15px
    }

.leftmenu-x:after {
    content: "";
    display: block;
    height: 0;
    clear: both
}

.leftmenu-x > strong {
    display: block;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    font-weight: 400
}

.leftmenu-x .hot_products {
    overflow: hidden;
    float: left;
    width: 25%;
    padding: 4px
}

    .leftmenu-x .hot_products img {
        max-width: 100%;
        max-height: 100%;
        border: 1px solid #ddd
    }

    .leftmenu-x .hot_products span {
        overflow: hidden;
        display: block;
        line-height: 24px;
        height: 48px;
        padding: 0 10px;
        white-space: normal;
        text-overflow: clip
    }

    .leftmenu-x .hot_products:hover {
        box-shadow: 0 0 10px 0 #cacaca
    }

.pro-key {
    font-size: 0
}

    .pro-key span {
        display: inline-block;
        max-width: 15%;
        font-size: 14px;
        color: #787878;
        vertical-align: top
    }

    .pro-key div {
        display: inline-block;
        max-width: 85%
    }

        .pro-key div a {
            margin-right: 6px;
            font-size: 14px;
            color: #787878
        }

.pro-price strong {
    display: inline-block;
    margin-bottom: 15px;
    line-height: 1;
    font-size: 18px;
    color: #797979
}

.pro-price span {
    display: inline-block;
    margin-bottom: 10px;
    line-height: 1.75;
    font-size: 14px;
    color: #787878
}

.pdetail .detail {
    position: relative;
    padding: 20px 0 50px
}

.pdetail .info {
    width: 100%;
    height: 272px;
    padding: 0 0 50px
}

.pdetail .name {
    margin-bottom: 20px;
    line-height: 1;
    font-size: 18px;
    color: #ec586a
}

.pdetail .brief {
    color: #999;
    font-size: 14px;
    line-height: 24px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 10px;
    padding: 12px 0;
    max-height: 265px;
    overflow: hidden
}

.description {
    margin-top: 10px
}

    .description .hd {
        height: 40px;
        line-height: 40px;
        color: #000;
        border-bottom: 1px solid #ddd
    }

        .description .hd span {
            display: block;
            padding-left: 12px;
            border-left: 10px solid #ec586a
        }

    .description .bd .desc_txt {
        padding: 18px 0;
        min-height: 200px;
        line-height: 24px
    }

        .description .bd .desc_txt p {
            margin-top: 14px;
            line-height: 1.75
        }

            .description .bd .desc_txt p img {
                display: block;
                width: 100%
            }

            .description .bd .desc_txt p:first-child {
                margin-top: 0
            }

.pdetail .add_to_inquiry {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    background: #e56664;
    font-size: 14px;
    padding: 0 20px;
    border-radius: 8px
}

.pdetail {
    overflow: hidden
}

    .pdetail .gallery {
        width: 600px;
        position: relative;
        float: left;
        margin-right: 20px
    }

        .pdetail .gallery .small_img .bd span.on a img {
            border-color: #ec586a
        }

.news-list > ul li {
    margin-left: 1.5%;
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #cfcfcf;
    border-radius: 8px
}

    .news-list > ul li:nth-child(3n+1) {
        margin-left: 0
    }

    .news-list > ul li img {
        display: block;
        max-width: 100%;
        margin: 0 auto
    }

    .news-list > ul li strong {
        display: block;
        width: 100%;
        line-height: 22px;
        font-size: 14px;
        height: 44px;
        white-space: normal;
        color: #595959;
        font-weight: 700
    }

    .news-list > ul li span {
        overflow: hidden;
        height: 60px;
        line-height: 20px;
        text-overflow: clip;
        display: inline-block
    }

        .news-list > ul li span.overflow-d:after {
            font-size: 14px
        }

    .news-list > ul li:hover {
        box-shadow: 0 2px 10px 0 rgba(195,195,195,.7)
    }

.tex-detail {
    border: 1px solid #cfcfcf;
    padding: 15px
}

    .tex-detail h3 {
        text-align: center;
        font-size: 18px;
        color: #333;
        padding: 20px
    }

    .tex-detail .abstract {
        background: #f2f2f2;
        margin: 15px 0;
        padding: 10px 12px
    }

    .tex-detail .txt-box {
        margin-bottom: 20px;
        font-size: 12px;
        line-height: 24px;
        color: #666
    }

        .tex-detail .txt-box .about-img {
            width: 47%;
            margin-right: 20px;
            margin-bottom: 20px
        }

        .tex-detail .txt-box img {
            max-width: 100%
        }

        .tex-detail .txt-box p {
            margin-top: 12px;
            color: #595959;
            font-size: 16px
        }

            .tex-detail .txt-box p:first-child {
                margin-top: 0
            }

        .tex-detail .txt-box span {
            display: block;
            margin-top: 28px
        }

            .tex-detail .txt-box span.top {
                margin-top: 48px
            }

    .tex-detail .time {
        text-align: center
    }

        .tex-detail .time em {
            margin: 0 12px;
            font-style: normal;
            font-size: 12px;
            color: #666
        }

.info-list .item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5
}

    .info-list .item .name {
        max-height: 50px;
        overflow: hidden;
        line-height: 25px;
        padding-bottom: 5px
    }

    .info-list .item .brief {
        font-size: 14px;
        color: #999;
        line-height: 20px;
        margin-top: 5px
    }

        .info-list .item .brief .fr {
            color: #e56664
        }

    .info-list .item .time {
        font-size: 12px;
        color: #d3d3d3;
        line-height: 30px
    }

.info-list .add_to_inquiry {
    display: block;
    width: 100px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    background: #e56664;
    font-size: 14px;
    padding: 0 20px;
    margin-bottom: 20px
}

.inquiry-box {
    min-height: 672px
}

.feedback_img .inquiry-text {
    position: absolute;
    left: 50%;
    top: 50%;
    line-height: 1.2;
    transform: translate3d(-50%,-50%,0)
}

    .feedback_img .inquiry-text span {
        display: block;
        font-size: 28px;
        font-weight: 700;
        background-image: -webkit-gradient(linear,left 0,right 100,from(rgba(68,217,255,1)),to(rgba(53,145,252,1)));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent
    }

.feedback_form {
    width: 100%;
    margin: 0;
    border: 1px solid #ddd;
    padding: 15px
}

.bd-form .form-list input, .bd-form .form-list textarea {
    background: #f2f2f2
}

.bd-form .form_button, .bd-form-h .form_button {
    background-color: #e06462 !important
}

    .bd-form .form_button:hover, .bd-form-h .form_button:hover {
        background-color: #b0312f !important
    }

.go-inquiry {
    margin: 52px 0
}

    .go-inquiry a {
        display: block;
        width: 140px;
        height: 36px;
        line-height: 36px;
        border-radius: 10px;
        text-align: center;
        background: #ec586a;
        color: #fff
    }

.feedback-box li .w06 {
    border: 1px solid transparent;
    background: #f9f9f9
}

.feedback-box li .fl {
    position: relative;
    width: 180px;
    padding: 5px 0;
    text-align: center
}

.feedback-box li .w06 .news-text {
    padding-left: 190px;
    padding-right: 10px
}

    .feedback-box li .w06 .news-text a {
        display: block;
        overflow: hidden;
        position: relative
    }

    .feedback-box li .w06 .news-text span {
        overflow: hidden;
        display: block;
        max-height: 60px
    }

    .feedback-box li .w06 .news-text strong {
        display: inline-block;
        max-width: 85%;
        margin: 20px 0 6px
    }

.feedback-box li .w06:hover {
    background: #ec586a
}

    .feedback-box li .w06:hover .news-text span, .feedback-box li .w06:hover .news-text strong {
        color: #fefefe
    }

.case-box {
    overflow: hidden;
    position: relative;
    float: left;
    width: 50%
}

    .case-box .case-img {
        float: left;
        position: relative;
        overflow: hidden;
        width: 50%
    }

    .case-box img {
        display: block;
        max-width: 100%;
        margin: 0 auto
    }

    .case-box .case-text {
        z-index: 1;
        display: none;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(255,151,0,.7)
    }

        .case-box .case-text > span {
            display: block;
            width: 150px;
            height: 46px;
            line-height: 46px;
            border: 1px solid #fff;
            margin: 15% auto 0;
            text-align: center;
            color: #fff;
            font-size: 18px
        }

        .case-box .case-text p {
            overflow: hidden;
            max-height: 60px;
            width: 80%;
            margin: 10% auto 0;
            color: #fff
        }

        .case-box .case-text .case-more {
            position: absolute;
            bottom: 15px;
            right: 15px;
            width: 10%
        }

            .case-box .case-text .case-more span {
                display: block;
                width: 100%;
                height: 2px;
                background: #fff;
                margin-top: 8px
            }

                .case-box .case-text .case-more span:first-child {
                    margin-top: 0
                }

.case-box-a .case-text .case-more {
    width: 5%
}

.case-box .case-img:hover .case-text, .case-box-a:hover .case-text {
    display: block
}

.case-box .case-img:hover .narrow, .case-box-a:hover .narrow {
    transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -o-transform: scale(1.08)
}

.case-box-b ul {
    margin-bottom: 20px
}

    .case-box-b ul li {
        position: relative;
        width: 100%;
        margin-top: 12px;
        padding: 9px;
        background: #f9f9f9;
        border: 1px dashed transparent;
        -webkit-transition: all .3s;
        -ms-transition: all .3s;
        transition: all .3s
    }

        .case-box-b ul li a {
            float: left;
            width: 200px
        }

        .case-box-b ul li div {
            padding-left: 240px
        }

            .case-box-b ul li div a {
                width: 100%
            }

        .case-box-b ul li img {
            max-width: 100%
        }

        .case-box-b ul li:first-child {
            margin-top: 0
        }

        .case-box-b ul li div {
            font-size: 0
        }

        .case-box-b ul li strong {
            display: block;
            margin: 10px 0;
            color: #434343;
            font-size: 16px;
            color: #030303;
            text-overflow: clip
        }

        .case-box-b ul li span {
            overflow: hidden;
            height: 60px;
            color: #b7b7b7;
            font-size: 14px;
            text-align: left;
            word-break: break-all;
            padding: 3px 0 0;
            text-overflow: clip;
            overflow: hidden;
            line-height: 20px;
            display: inline-block
        }

            .case-box-b ul li span.btns {
                display: block;
                min-height: auto
            }

        .case-box-b ul li:hover {
            border-color: #ec586a;
            background: #ec586a
        }

            .case-box-b ul li:hover span, .case-box-b ul li:hover strong {
                color: #fefefe
            }

.loading {
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ccc
}

.loading_big {
    z-index: 9999;
    position: absolute;
    width: 32px;
    height: 32px;
    cursor: wait;
    background: url(../images/loading.gif) no-repeat
}

.loading_small {
    z-index: 9999;
    position: absolute;
    width: 14px;
    height: 14px;
    cursor: wait;
    background: url(../images/loading_small.gif) no-repeat
}

.delay {
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    overflow: hidden
}

    .delay:hover {
        transform: scale(1.08,1.08);
        -moz-transform: scale(1.08,1.08);
        -ms-transform: scale(1.08,1.08);
        -webkit-transform: scale(1.08,1.08);
        -o-transform: scale(1.08,1.08)
    }

.hm-t-c {
    position: fixed;
    right: 15px;
    bottom: 50px;
    z-index: 99
}

    .hm-t-c .hm-t-s {
        width: 42px;
        height: 42px;
        line-height: 16px;
        background-color: #ccc;
        margin-bottom: 5px;
        text-align: center;
        vertical-align: middle
    }

.flip {
    padding: 3px 5px
}

    .flip .fl, .flip .fr {
        width: 50%
    }

    .flip strong {
        font-weight: 400 !important
    }

    .flip a {
        color: #595959
    }

        .flip a.white {
            color: #fff
        }

        .flip a:hover {
            text-decoration: underline
        }

.Album li img {
    width: 100%
}

.Album li {
    float: left;
    width: 24.25%;
    background: #fff;
    padding: 5px;
    margin: 0 0 1% 1%;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 0 5px 0 #ddd;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

    .Album li:nth-child(4n+1) {
        margin-left: 0
    }

    .Album li h3 {
        line-height: 24px;
        font-size: 16px
    }

    .Album li:hover {
        box-shadow: 0 0 5px 0 #3766bc
    }

.Album-detail {
    margin-top: 10px
}

    .Album-detail li {
        float: left;
        width: 19.2%;
        background: #fff;
        padding: 5px;
        margin: 0 0 1% 1%;
        text-align: center;
        box-shadow: 0 0 5px 0 #ddd;
        cursor: pointer;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box
    }

        .Album-detail li:nth-child(5n+1) {
            margin-left: 0
        }

        .Album-detail li img {
            width: 100%
        }

        .Album-detail li:hover {
            box-shadow: 0 0 5px 0 #3766bc
        }

.banner .swiper-button-next, .banner .swiper-button-prev {
    background-image: none
}

.factory-item .factory-list .hover:hover .font-box h3 a {
    color: #ec586a
}

.inquiries span {
    border-bottom-color: #ec586a
}

.faqPage .faq-list.active .faq-title {
    background: #eb586a
}

.g-contact .title {
    background: #0b3554
}

@media only screen and (min-width:870px) {
    .header {
        display: none
    }

    .nav .nav-list li {
        width: auto !important;
        padding: 0 23px;
        float: left
    }

    .nav .w-1200 {
        height: 86px;
        overflow: hidden
    }
}

@media (max-width:870px) {
    .w-1200 {
        margin: 0 15px
    }

    .header {
        height: 45px;
        background: #183552;
        padding: 0
    }

        .header .main {
            width: 100%
        }

        .header .logo {
            height: 45px;
            line-height: 45px;
            padding: 0 15px;
            width: 30%
        }

            .header .logo a span {
                display: none
            }

            .header .logo a img {
                max-width: 100%
            }

    .lang span:after {
        border-top-color: #fff
    }

    .lang {
        margin-right: 75px
    }

        .lang span {
            height: 45px;
            line-height: 45px
        }

            .lang span img {
                margin-right: 6px
            }

            .lang span a {
                display: none
            }

    .h_nav {
        left: 50%;
        transform: translate3d(-50%,0,0)
    }

    .w-1000 {
        max-width: 100% !important;
        margin: 0 15px !important
    }

    .line {
        margin: 25px 0 15px !important
    }

    .category-box .photo li a img {
        width: 90%
    }

    .product-box .w03 {
        width: 100%;
        float: none
    }

    .product-box .pro-show {
        width: 100%;
        float: none;
        margin-left: 0
    }

    .product-box .more.more-hide a {
        display: none
    }

    .product-box .moilbe-show a {
        display: block
    }

    .product-box .more a {
        margin: 30px auto 15px
    }

    .product-box .w03 {
        height: auto;
        background: 0 0
    }

        .product-box .w03 .picScroll-top {
            padding: 0;
            height: auto;
            margin: 0 0 15px
        }

            .product-box .w03 .picScroll-top .pro-list-bd ul {
                display: -webkit-flex;
                display: flex;
                flex-wrap: wrap;
                padding: 0 6px !important
            }

            .product-box .w03 .picScroll-top .pro-list-bd li {
                overflow: hidden;
                width: 32%;
                height: 38px !important;
                margin-right: 4px;
                margin-bottom: 4px;
                line-height: 38px;
                background: #eae9e9;
                text-align: center
            }

                .product-box .w03 .picScroll-top .pro-list-bd li:nth-child(3n+0) {
                    margin-right: 0
                }

                .product-box .w03 .picScroll-top .pro-list-bd li a {
                    display: block;
                    overflow: hidden;
                    width: 100%;
                    white-space: nowrap;
                    font-size: 12px;
                    text-overflow: clip
                }

    .tempWrap {
        height: auto !important
    }

    .all_tit {
        padding: 20px 0 12px
    }

    .header .btnBox {
        z-index: 100;
        display: block;
        position: absolute;
        top: 14px;
        right: 16px;
        opacity: 1
    }

    .nav {
        height: auto
    }

        .nav .nav-list {
            display: none;
            position: fixed;
            top: 0;
            right: -220px;
            width: 220px;
            height: 100%;
            background: #232323;
            visibility: hidden;
            opacity: 0;
            transition: all .3s;
            -moz-transition: all .3s;
            -webkit-transition: all .3s;
            -o-transition: all .3s
        }

    .nav-active .nav-list {
        display: block;
        z-index: 102;
        right: 0;
        width: 100%;
        visibility: visible;
        opacity: 1;
        background: rgba(0,0,0,.4);
        padding-top: 90px
    }

    .nav .nav-list li {
        float: none;
        width: 80%;
        margin: 0 auto;
        border-radius: 10px
    }

        .nav .nav-list li a {
            line-height: 42px
        }

        .nav .nav-list li.active {
            background: rgba(236,88,106,.4)
        }

            .nav .nav-list li.active a {
                color: #fff
            }

    .nav-active .close {
        z-index: 130;
        display: block;
        position: fixed;
        top: 9px;
        right: 15px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border: 1px solid #fff;
        border-radius: 50%;
        font-size: 24px;
        vertical-align: middle;
        color: #fff;
        opacity: 1;
        text-align: center;
        background: #626262
    }

    .fixed-body {
        overflow: hidden;
        z-index: 100;
        position: fixed;
        width: 100%
    }

    .location .fr {
        display: none
    }

    .MagicZoomPup {
        display: none !important
    }

    .news-list li .news-text .news-title {
        height: auto
    }

    .logo {
        z-index: 200;
        position: absolute;
        bottom: 100%;
        left: 15px;
        height: 45px;
        line-height: 45px;
        padding: 3px 0
    }

    .nav-active .logo {
        z-index: 101
    }

    .logo img {
        max-width: 100%;
        max-height: 100%;
        padding: 2px;
        vertical-align: inherit
    }

    .header.cur .main {
        z-index: 126
    }

    .header .sign {
        z-index: 105;
        display: none;
        position: fixed;
        bottom: 20%;
        left: 50%;
        width: 50%;
        border-radius: 10px;
        transform: translate3d(-50%,0,0);
        background: rgba(236,88,106,.4);
        text-align: center
    }

    .header.cur .sign {
        display: block
    }

    .header.cur .lang {
        opacity: .1
    }

    .header.cur .btnBox {
        opacity: .2
    }

    .header .sign i {
        display: none
    }

    .header .sign a {
        color: #fff
    }

    .pro-list {
        display: none
    }

    .inpage .pro-more {
        padding: 6px 0
    }

    .m-block.mw-100 > li {
        max-width: 100%
    }

    .m-hidden {
        display: none
    }

    .m-block {
        display: block !important
    }

    .pd-left-right {
        padding-left: 10px;
        padding-right: 10px
    }

    .mw-100 {
        width: 100%;
        float: none;
        margin-left: 0
    }
}

@media (max-width:980px) {
    .feedback_form {
        width: 100%;
        padding: 15px
    }

    .category-box {
        padding-bottom: 0
    }

        .category-box .photo li a img {
            width: 80%
        }

    .contact-box .w03 {
        width: 49.25%;
        height: 200px;
        margin-left: 1.5%
    }

        .contact-box .w03:nth-child(2n+1) {
            margin-left: 0
        }

        .contact-box .w03 span {
            word-break: break-all
        }

    .f_link .totop {
        display: none
    }

    .f_link a {
        margin-right: 8px
    }

        .f_link a:nth-child(1n+6) {
            display: none
        }

    .footer {
        background: #2b2b2b
    }

    .contact-box {
        margin: 10px 0
    }

    .pro-key {
        margin: 20px 0 0
    }

        .pro-key span {
            max-width: 30%
        }

        .pro-key div {
            max-width: 70%
        }

    .about-box .about-us span {
        margin-top: 0
    }

    .news-main .news-more {
        padding: 6px 0
    }
}

@media (max-width:870px) {
    .mask .icon-guanbi {
        display: none
    }

    .nav-active .nav-list {
        overflow-y: auto
    }

    .nav .nav-list > :last-child {
        margin-bottom: 56px
    }

    .m-menu {
        height: 45px;
        line-height: 43px
    }

        .m-menu .m-lang .curLang:before {
            top: 20px
        }

    .tex-detail {
        margin-top: 15px;
        padding: 0;
        border: 0
    }

    .news-list ul li span.overflow-d:after {
        right: 10px
    }

    .footer-box .phone {
        width: 100%;
        text-align: left
    }

    .footer-box .w-1200 {
        margin: 0
    }

    .header .logo img {
        max-height: 45px
    }

    .header .nav {
        position: absolute;
        top: 0;
        right: -15px;
        height: 0;
        z-index: 100;
        width: 60%;
        padding: 0;
        background: #131622
    }

        .header .nav li {
            width: 100%
        }

            .header .nav li > a {
                line-height: 42px;
                color: #fff;
                text-align: left;
                padding: 0 15px;
                border-bottom: 1px solid #fff
            }

                .header .nav li > a:hover {
                    border-bottom: 1px solid #e06462
                }

    .header .btnBox .btn {
        display: block;
        width: 24px;
        cursor: pointer
    }

        .header .btnBox .btn i {
            display: block;
            width: 100%;
            height: 3px;
            margin-bottom: 5px;
            background: #dfe1e3
        }

    .header .nav .close {
        display: block;
        position: absolute;
        left: -50%;
        top: 10%;
        text-align: center;
        cursor: pointer;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border: 1px solid #fff;
        background-color: rgba(255,255,255,.2);
        text-align: center;
        border-radius: 50%;
        color: #fff;
        font-size: 16px
    }

        .header .nav .close:hover {
            background-color: rgba(255,255,255,.8);
            color: #333
        }

    .header .nav-active {
        display: table;
        overflow: inherit;
        height: 100%
    }

    .all_tit01 {
        font-size: 20px
    }

    .category-box {
        padding-bottom: 15px;
        margin-bottom: 15px
    }

        .category-box .photo li a img {
            width: 100%
        }

    .hot-products {
        margin-left: 1.5%;
        width: 49.25%;
        float: left
    }

        .hot-products:nth-child(2n) {
            margin-left: 0
        }

    .news-main .w06 {
        width: 100%;
        margin-left: 0;
        margin-bottom: 8px
    }

        .news-main .w06:nth-child(1n+3) {
            margin-top: 0
        }

    .news-main .news-text a {
        height: auto;
        padding: 0 10px
    }

    .news-main .news-img {
        padding: 5px 5px 0 5px
    }

    .news-main .news-text strong {
        margin-top: 5px;
        padding: 0;
        font-size: 14px
    }

    .news-main .news-text span {
        display: -webkit-box;
        padding: 3px 0 0;
        text-overflow: clip;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        font-size: 12px
    }

    .news-box .news-more a {
        margin: 24px auto 30px
    }

    .news-box {
        margin: 20px 0 0
    }

    .case-more-a a {
        margin: 32px auto 30px
    }

    .case-box-b ul li {
        float: left;
        width: 49.25%;
        margin-left: 1.5%;
        margin-top: 0;
        margin-bottom: 12px;
        padding: 0
    }

        .case-box-b ul li:nth-child(2n+1) {
            margin-left: 0
        }

        .case-box-b ul li a {
            float: none;
            display: block;
            width: 100%
        }

        .case-box-b ul li div {
            width: 100%;
            padding-left: 0
        }

    .feedback-box li {
        margin-bottom: 0 !important;
        padding: 0 10px
    }

        .feedback-box li .w06 {
            width: 100%;
            margin-left: 0;
            margin-bottom: 12px
        }

        .feedback-box li .fl {
            width: 80px
        }

            .feedback-box li .fl img {
                display: block;
                max-width: 100%;
                margin: 0 auto
            }

    .page-num {
        padding: 0;
        margin: 12px 0 20px
    }

    .case-box-b ul li span {
        height: 40px;
        min-height: 40px;
        line-height: 20px;
        -webkit-line-clamp: 2
    }

    .case-box-b ul li strong {
        margin: 3px 0;
        font-weight: 400
    }

    .feedback-box li .w06 .news-text span {
        overflow: hidden;
        display: -webkit-box;
        padding: 3px 0 0;
        text-overflow: clip;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        word-wrap: break-word
    }

    .feedback-box li .w06 .news-text strong {
        margin: 5px 0 0
    }

    .feedback-box li .w06 .news-text span {
        padding: 0;
        margin: 0 !important
    }

    .case-box-b ul li {
        margin-bottom: 6px
    }

    .help {
        padding: 20px 10px
    }

    .totop {
        width: 30px;
        height: 30px
    }

        .totop img {
            width: 100%
        }

    .links {
        float: none;
        width: 100%;
        text-align: center;
        font-family: "宋体",""
    }

        .links span {
            float: left;
            max-width: none;
            font-size: 12px;
            white-space: nowrap
        }

        .links p {
            float: left;
            max-width: 75%;
            text-align: left;
            display: -webkit-box;
            text-overflow: clip;
            -webkit-box-orient: vertical;
            overflow: hidden
        }

    .footer-box .phone span {
        float: none;
        width: 100%;
        margin: 10px 12px 0 0;
        white-space: nowrap
    }

    .go-inquiry {
        margin: 15px 10px
    }

    .news-list, .pro-details-box {
        min-height: 350px;
        margin-top: 20px
    }

        .news-list > ul li img {
            width: 100%;
            max-width: none
        }

    .inpage .w04 {
        margin-left: 1.5%;
        width: 49.25%;
        padding: 5px 5px 10px;
        margin-bottom: 12px
    }

    .news-list > ul li:nth-child(3n+1) {
        margin-left: 1.5%
    }

    .pro-details .w04:nth-child(3n+1) {
        margin-left: 1.5%
    }

    .inpage .w04:nth-child(2n+1) {
        margin-left: 0
    }

    .tex-detail .txt-box {
        padding: 0 15px
    }

    .pdetail .gallery .small_img {
        position: relative;
        width: 100%;
        padding: 0 15px;
        margin-bottom: 20px
    }

        .pdetail .gallery .small_img .bd {
            display: -webkit-flex;
            display: flex;
            justify-content: space-between
        }

            .pdetail .gallery .small_img .bd span:first-child {
                margin-top: 8px
            }

            .pdetail .gallery .small_img .bd span {
                height: auto
            }

    .pdetail .info {
        height: auto;
        padding: 0 15px
    }

    .pdetail .add_to_inquiry {
        position: relative;
        display: block;
        margin-top: 12px
    }

    .description .bd .desc_txt {
        padding: 15px
    }

    .map {
        width: 100%;
        margin-bottom: 0
    }

    .contact-box .w04 {
        width: 100%;
        padding: 0 15px
    }

    .news-main .w04 {
        width: 100%;
        margin-left: 0;
        margin-bottom: 12px;
        padding-bottom: 10px
    }

        .news-main .w04:nth-child(2n+1) {
            margin-left: 0
        }

    .contact-box .w04 strong.super {
        margin: 35px 0
    }

    .contact-box .w04 strong {
        margin: 35px 0
    }

    .pro-index .w04:nth-child(1n+10) {
        display: block
    }

    .pro-details .w04 a strong {
        line-height: 24px;
        font-size: 12px
    }

    .tex-detail .txt-box span {
        margin-top: 12px
    }

        .tex-detail .txt-box span.top {
            margin-top: 24px
        }

    .pdetail .gallery .bigimg {
        margin: 0 auto
    }

    .inpage .w04 {
        padding: 0
    }

    .pro-details .w04 div {
        margin-bottom: 0
    }

    .pro-details .w04 > a strong {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: rgba(0,0,0,.6);
        color: #fff
    }

    .Album li, .Album-detail li {
        width: 49.25%
    }

        .Album li:nth-child(2n+1), .Album-detail li:nth-child(2n+1) {
            margin-left: 0
        }

    .gallery-box {
        left: 0;
        width: 100%;
        padding: 0 10px;
        margin-left: 0;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box
    }

        .gallery-box .swiper-container .arrow-left, .gallery-box .swiper-container .arrow-right {
            display: block
        }

    .news-list ul li strong {
        margin: 5px 0;
        padding: 0 5px;
        font-size: 14px
    }

    .news-list ul li span {
        font-size: 12px;
        padding: 0 10px
    }

    .map #container {
        height: 240px
    }

    .detail-product .w09 {
        width: 100%;
        margin-left: 0 !important
    }

    .pdetail-new .info {
        padding: 0 10px
    }

    .description .bd .desc_txt p {
        padding: 0 10px
    }

    .feedback_form {
        margin: 15px 0 0
    }

    .about-box .about-us {
        width: 100%;
        padding: 10px 0 0;
        max-height: 384px
    }

    .case-box-b ul li span.btns, .detail-product .w03, .help .code, .location, .moilbe-hide, .pro-details .w04 a span {
        display: none
    }

    .links * {
        display: none !important
    }

    .links .phone {
        display: block !important
    }

        .links .phone a, .links .phone span {
            display: inline-block !important;
            white-space: normal
        }

        .links .phone span {
            display: -webkit-box !important;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            line-height: 22px;
            max-height: 88px;
            overflow: hidden
        }

    .wrap .Album {
        margin-top: 20px
    }

    .pro-details .w04:nth-child(1n+10) {
        display: block
    }

    .about-box .about-img {
        float: none
    }
}

@media (max-width:700px) {
    .leftmenu-x .hot_products {
        width: 50%
    }

        .leftmenu-x .hot_products:hover {
            box-shadow: none
        }

    .flip .fl, .flip .fr {
        width: 100%
    }

    .pdetail .gallery {
        float: initial;
        width: 100%;
        margin: 0 auto
    }

        .pdetail .gallery .bigimg {
            margin: 0 auto
        }

    .pdetail .detail {
        width: 100%;
        padding-left: 0
    }

    .pdetail .brief {
        max-height: auto
    }

    .pdetail .gallery #zoom-big {
        display: none
    }

    .about-box .about-text {
        margin: 0
    }

    .about-box .about-more {
        padding: 20px 0;
        margin-top: 0
    }

        .about-box .about-more a {
            margin-right: 8px
        }

    .about-box .about-us p {
        line-height: 24px
    }

    .pro-details .w03 {
        width: 49.25%;
        margin-left: 1.5%
    }

        .pro-details .w03:nth-child(2n+1) {
            margin-left: 0
        }

        .pro-details .w03:hover {
            background: #f0efef
        }

            .pro-details .w03:hover span {
                color: #000
            }

    .product-box .w09 .pro-text {
        display: block;
        overflow: hidden;
        top: auto;
        height: 30px;
        line-height: 30px;
        text-align: center
    }

        .product-box .w09 .pro-text a {
            display: none
        }

        .product-box .w09 .pro-text strong {
            position: static;
            font-size: 14px
        }

    .case-box .case-text {
        display: block;
        top: auto;
        width: 100%;
        height: 30px;
        text-align: center
    }

    .case-box-a .case-text {
        display: block;
        top: auto;
        height: 66px
    }

    .case-box .case-text > span {
        height: 24px;
        line-height: 24px;
        margin: 5px 0 0;
        padding-left: 10px;
        border: 0
    }

    .case-box-a .case-text > span {
        text-align: left
    }

    .case-box .case-text p {
        margin: 3px 0 0;
        font-size: 12px;
        padding-left: 10px;
        overflow: hidden;
        display: -webkit-box;
        text-overflow: clip;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2
    }

    .case-box-a .case-text .case-more {
        top: 20px
    }

    .case-box .case-text .case-more a {
        display: none
    }

    .case-box-a .case-text .case-more a {
        display: block
    }

    .overflow-d:after {
        display: none
    }

    .news-list ul li span {
        display: -webkit-box;
        width: 100%;
        height: auto;
        min-height: 38px;
        line-height: 19px;
        text-overflow: clip;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2
    }
}

@media (max-width:600px) {
    .category-box {
        padding-bottom: 0
    }

        .category-box .photo li a img {
            width: 80%
        }

    .help dl {
        width: 96%
    }

    .inpage .w04 {
        overflow: hidden;
        margin-left: 1.5%;
        width: 49.25%
    }

    .feedback_form .rows label {
        width: 100%;
        text-align: left
    }

    .feedback_form .rows span, .feedback_form .rows span .contents, .feedback_form .rows span .input {
        width: 100%;
        padding-left: 0
    }

    .feedback_form .form_button {
        margin-top: 0
    }

    .case-box {
        width: 100%
    }

    .case-box-a .case-text .case-more {
        width: 10%
    }

    .case-box .case-img {
        width: 49.25%;
        margin-left: 1.5%
    }

        .case-box .case-img:nth-child(2n+1) {
            margin-left: 0
        }
}

@media (max-width:480px) {
    .news-list, .pro-details-box {
        min-height: 240px
    }

    .category-box .photo {
        right: -20px;
        top: auto
    }

        .category-box .photo li a img {
            width: 60%
        }

    .pdetail .gallery {
        width: 100%
    }

        .pdetail .gallery .bigimg, .pdetail .gallery .bigimg a {
            width: 100% !important
        }

    .case-box .case-img {
        margin-top: 6px
    }

    .feedback-box li .w06 .news-text {
        padding-left: 100px
    }

    .nav-active .nav-list {
        padding-top: 40px
    }
}

@media (max-width:380px) {
    .category-box .photo {
        display: none
    }

    .hot-products {
        margin-left: 0;
        width: 100%
    }

    .case-box .case-img {
        margin-top: 4px
    }
}

@media screen and (max-width:320px) and (max-height:640px) and (min-height:300px) {
    .nav .nav-list li a {
        line-height: 32px
    }

    .nav-active .nav-list {
        padding-top: 40px
    }
}

@media(max-width:320px) {
    .case-box .case-img {
        margin-top: 3px
    }

    .feedback-box li .w06 .news-text {
        padding-left: 90px
    }
}
