﻿@charset "utf-8";

html, body {
    width: 100%;
    height: 100%;
    background-color: #fff;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft YaHei';
    overflow-x: hidden;
    color: #333;
    font-size: 13px;
}

nav, footeraa, section, header, article {
    display: block;
}

ul, dl, dd, h1, h2, h3, h4, h5, h6, form, p, input, textarea, i, em, select {
    padding: 0;
    margin: 0;
    font-weight: normal;
    font-style: normal;
    font-family: 'Microsoft YaHei';
}

ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

img {
    margin: 0px;
    padding: 0px;
    border: none;
    max-width: 100%;
}

a {
    color: #666;
    text-decoration: none;
}

    a:link {
        -webkit-tap-highlight-color: rgba(0,0,0,0); /*禁止链接高亮*/
        -webkit-touch-callout: none; /*禁止链接长按弹出选项菜单*/
    }

    a:hover {
        text-decoration: none;
        color: #fd8800;
    }

input, textarea {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

    a, button, input, input:focus, textarea:focus, select:focus, label:focus, option:focus {
        outline: none;
    }

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.ofH {
    overflow: hidden;
}

*::before, *::after {
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

.clearfix:after, .clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}



.bz-wrapper {
    margin: 0px auto;
}

.bz-index-banner {
    text-align: center;
    width: 100%;
    margin: 0px auto;
}

.contain .swiper-slide {
    height: auto;
    text-align: center;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

    .swiper-container-autoheight .swiper-wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-transition-property: -webkit-transform,height;
        -moz-transition-property: -moz-transform;
        -o-transition-property: -o-transform;
        -ms-transition-property: -ms-transform;
        transition-property: transform,height
    }

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        opacity: .35;
        cursor: auto;
        pointer-events: none
    }

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0
    }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}




.bz-header {
    width: 1200px;
    margin: 0px auto;
}

    .bz-header .bz-logo {
        float: left;
        height: 100px;
        line-height: 100px
    }

        .bz-header .bz-logo img {
            vertical-align: middle
        }

    .bz-header .header-nav-cover {
        float: right
    }

        .bz-header .header-nav-cover .header-nav {
            float: left
        }

            .bz-header .header-nav-cover .header-nav > li {
                float: left;
                position: relative;
                height: 100px;
                line-height: 100px
            }

                .bz-header .header-nav-cover .header-nav > li + li {
                    margin-left: 50px
                }

                .bz-header .header-nav-cover .header-nav > li > a {
                    display: block;
                    font-weight: lighter;
                    padding: 6px 6px 0;
                    position: relative;
                    font-size: 18px;
                    font-weight: bold;
                }

                    .bz-header .header-nav-cover .header-nav > li > a:before {
                        content: "";
                        position: absolute;
                        width: 100%;
                        height: 6px;
                        background: 0 0;
                        top: 0;
                        left: 0
                    }

                    .bz-header .header-nav-cover .header-nav > li > a:hover {
                        color: #f28422
                    }

                        .bz-header .header-nav-cover .header-nav > li > a:hover:before {
                            background: #f28422
                        }

                .bz-header .header-nav-cover .header-nav > li. > a {
                    color: #f8b62c
                }

                    .bz-header .header-nav-cover .header-nav > li. > a:before {
                        background: #f8b62c
                    }

                .bz-header .header-nav-cover .header-nav > li.active > a {
                    color: #f28422
                }

                    .bz-header .header-nav-cover .header-nav > li.active > a:before {
                        background: #f28422;
                    }

        .bz-header .header-nav-cover .header-action {
            float: left;
            margin-left: 65px
        }

            .bz-header .header-nav-cover .header-action li {
                float: left;
                width: 125px;
                height: 100px;
                line-height: 111px;
                text-align: center;
                border-left: 1px solid #e1e1e1;
                overflow: hidden
            }

                .bz-header .header-nav-cover .header-action li a {
                    display: block;
                    vertical-align: middle;
                    color: #6e6e6e;
                    font-size: 18px;
                    font-weight: bold;
                }

                    .bz-header .header-nav-cover .header-action li a:hover {
                    }

                    .bz-header .header-nav-cover .header-action li a.icon-fangdajing {
                        font-size: 28px
                    }

.bz-footer {
    width: 100%;
    background: #3e3a39
}

    .bz-footer .footer-cover {
        min-width: 1200px;
        max-width: 1440px;
        margin: 0 auto;
        padding-bottom: 100px
    }

        .bz-footer .footer-cover .footer-service {
            float: left;
            width: 42.4%;
            padding-top: 90px
        }

    .bz-footer
    .bz-index-banner {
        overflow: hidden;
        margin: 0px auto;
        text-align: center;
        width: 100%;
    }

.bz-index-banner .index-banner-container {
    position: relative
}

    .bz-index-banner .index-banner-container .swiper-slide {
        overflow: hidden
    }

        .bz-index-banner .index-banner-container .swiper-slide img {
            max-width: 100%
        }

    .bz-index-banner .index-banner-container .swiper-pagination {
        width: 100%;
        bottom: 20px
    }

        .bz-index-banner .index-banner-container .swiper-pagination .swiper-pagination-bar {
            display: inline-block;
            position: relative
        }

            .bz-index-banner .index-banner-container .swiper-pagination .swiper-pagination-bar:before {
                content: "";
                position: absolute;
                left: 10px;
                right: 10px;
                top: 8px;
                height: 1px;
                background: #939292
            }

            .bz-index-banner .index-banner-container .swiper-pagination .swiper-pagination-bar .swiper-pagination-bullet {
                width: 10px;
                height: 10px;
                display: inline-block;
                border-radius: 100%;
                background: #cdcdcd;
                border: 1px solid #939292;
                opacity: 1;
                margin: 0 16px;
                position: relative
            }

                .bz-index-banner .index-banner-container .swiper-pagination .swiper-pagination-bar .swiper-pagination-bullet.swiper-pagination-bullet-active {
                    width: 15px;
                    height: 15px;
                    position: relative;
                    top: 2px;
                    background: #939292
                }

                .bz-index-banner .index-banner-container .swiper-pagination .swiper-pagination-bar .swiper-pagination-bullet:first-child {
                    margin-left: 0
                }

                .bz-index-banner .index-banner-container .swiper-pagination .swiper-pagination-bar .swiper-pagination-bullet:last-child {
                    margin-right: 0
                }



.sub-banner-cover {
    display: none;
    position: absolute;
    z-index: 999;
    top: 100px;
    left: -106px;
    width: 275px;
    min-height: 300px;
    background-color: #333333
}

    .sub-banner-cover.active {
        display: block
    }

    .sub-banner-cover .banner-inner {
        width: 100%;
        margin: 0 auto;
        padding: 40px 0 40px
    }

.banner-part + .banner-part {
    margin-top: 120px
}

.banner-part .part-nav {
    float: left;
    padding-left: 20px;
    position: relative
}

    .banner-part .part-nav .nav-title {
        position: relative;
        font-size: 18px;
        color: #fff;
        font-weight: 400;
        margin-bottom: 18px;
        padding-left: 25px;
        height: auto;
        line-height: 22px
    }

.top_prolist {
    padding: 10px 0 0 10px;
    width: 88%;
    display: flex;
    flex-wrap: wrap;
}

    .top_prolist li {
        width: 46%;
        padding: 0 2%;
        font-size: 14px;
        height: 30px;
        line-height: 30px;
        overflow: hidden;
    }

        .top_prolist li a {
            color: #fff;
        }

.banner-part .part-nav .nav-layer-01 {
    padding-left: 25px;
    display: none
}

    .banner-part .part-nav .nav-layer-01. {
        display: block
    }

    .banner-part .part-nav .nav-layer-01 > li {
        margin-bottom: 13px;
        float: none;
        height: auto;
        line-height: 20px;
        margin-left: 0
    }

        .banner-part .part-nav .nav-layer-01 > li + li {
            margin-left: 0
        }

        .banner-part .part-nav .nav-layer-01 > li a {
            font-size: 14px;
            color: #f8b62c;
            display: inline-block;
            vertical-align: bottom;
            padding: 0;
            border: none
        }

            .banner-part .part-nav .nav-layer-01 > li a:hover {
                opacity: .6;
                border: none
            }

.banner-part .part-nav.part-nav-01 {
    width: 100%
}

.banner-part .part-nav.part-nav-02 {
    width: 25%
}

.banner-part .part-nav.part-nav-03 {
    width: 29.17%
}

.banner-part .part-nav.part-nav-04 {
    width: 20.83%
}

.banner-part .part-nav .spread-btn {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 0;
    line-height: 13px;
    text-align: center;
    border-radius: 50%;
    background: #656565;
    position: absolute;
    left: 0;
    top: 4px
}

    .banner-part .part-nav .spread-btn .spread-inner {
        color: #9b9b9b;
        position: relative;
        left: .5px;
        font-size: 16px
    }

    .banner-part .part-nav .spread-btn. {
        background: #f8b62c
    }

        .banner-part .part-nav .spread-btn. .spread-inner {
            color: #fff
        }

    .banner-part .part-nav .spread-btn:hover {
        background: #f8b62c
    }

        .banner-part .part-nav .spread-btn:hover .spread-inner {
            color: #fff
        }

.banner-part .part-nav .nav-layer-02 {
    display: block;
    width: 210px;
    vertical-align: top;
    position: relative;
    margin-left: 0;
    margin-top: 15px;
    display: none
}

    .banner-part .part-nav .nav-layer-02. {
        display: block
    }

    .banner-part .part-nav .nav-layer-02 ul:before {
        content: "";
        position: absolute;
        width: 1px;
        background: #656565;
        top: 3px;
        bottom: 3px
    }

    .banner-part .part-nav .nav-layer-02 ul li {
        float: none;
        height: auto;
        line-height: normal;
        margin-left: 0
    }

        .banner-part .part-nav .nav-layer-02 ul li + li {
            margin-top: 10px;
            margin-left: 0
        }

        .banner-part .part-nav .nav-layer-02 ul li a {
            word-wrap: normal;
            font-size: 14px;
            position: relative;
            display: inline-block;
            vertical-align: bottom;
            color: #a07e38;
            padding: 0;
            padding-left: 20px;
            border: none
        }

            .banner-part .part-nav .nav-layer-02 ul li a:before {
                content: "-";
                position: absolute;
                color: #656565;
                left: 10px;
                top: 0;
                background: 0 0
            }

            .banner-part .part-nav .nav-layer-02 ul li a:hover {
                color: #fff;
                border: none;
                opacity: 1
            }

                .banner-part .part-nav .nav-layer-02 ul li a:hover:before {
                    color: #fff
                }

.hvr-scale {
    transition: all .3s
}

    .hvr-scale:hover {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2)
    }



/* 关于我们*/

.content {
    margin: 0px auto;
    width: 1200px;
    position: relative;
}

.ind_ab {
    width: 100%;
    margin: 40px auto;
}

.title {
    text-align: center;
}

.ind_pro {
    display: none;
}

    .ind_pro .title {
        padding: 30px 0 0 0;
    }

.title {
    line-height: 53px;
    height: 53px;
    font-size: 33px;
    position: relative;
    color: #333;
}

    .title:after,
    .title:before {
        content: "";
        display: inline-block;
        width: 141px;
        height: 53px;
        background: url(../images/It-orn1.png) no-repeat right center;
        vertical-align: middle;
        margin: 0 20px 0 0;
    }

    .title:after {
        background: url(../images/It-orn2.png) no-repeat right center;
        vertical-align: middle;
        margin: 0 0 0 20px;
    }

.tit1 {
    font-size: 14px;
    color: #999;
    text-align: center;
    margin: 10px auto;
}

.con {
    width: 100%;
    margin: 30px auto;
    text-align: center;
}

    .con p {
        line-height: 26px;
        color: #666;
        font-size: 14px;
    }

.btn {
    display: block;
    width: 148px;
    height: 45px;
    line-height: 45px;
    border: 1px solid rgba(204,204,204,.8);
    border-radius: 0px;
    margin: 40px auto;
}

    .btn:hover {
        color: #fff;
        background: #f8b62c;
        border-color: #f8b62c;
        cursor: pointer;
    }

.bz-case-part {
    width: 100%;
    margin: 20px auto;
}

    .bz-case-part ul li {
        float: left;
        width: calc(100% / 5);
        position: relative;
    }

        .bz-case-part ul li + li {
            /*margin-left: 30px*/
        }

        .bz-case-part ul li a {
            display: block;
            height: 300px;
            width: 230px;
            text-align: center;
            background: #ebebeb;
            transition: all .8s
        }

            .bz-case-part ul li a .icon-img-cover {
                height: 70px;
                line-height: 70px;
                margin-bottom: 15px;
                position: relative;
                top: 35px;
            }

                .bz-case-part ul li a .icon-img-cover .icon-img {
                    display: inline-block;
                    vertical-align: middle;
                    width: 70px;
                    height: 50px;
                    background: url(../images/icon-case.png) 0 0 no-repeat
                }

            .bz-case-part ul li a .part-title {
                font-size: 16px;
                color: #3e3a39;
                position: relative;
                top: 35px;
                font-weight: lighter
            }

            .bz-case-part ul li a .part-title {
                color: #fff
            }

        .bz-case-part ul li.case-01 a .icon-img-cover .icon-img {
            width: 70px;
            height: 50px;
            background: url(../images/icon-case.png) 0 0 no-repeat
        }

        .bz-case-part ul li.case-01 a {
            transition: all .8s;
            background-image: url(../images/home_1_01KOMATSU.jpg);
            background-repeat: no-repeat;
            background-position: 0 0;
            background-size: 100% 100%;
        }

            .bz-case-part ul li.case-01 a .icon-img-cover .icon-img {
                background-position: -70px 0
            }

        .bz-case-part ul li.case-02 a .icon-img-cover .icon-img {
            width: 70px;
            height: 68px;
            background: url(../images/icon-case.png) 0 -50px no-repeat
        }

        .bz-case-part ul li.case-02 a {
            transition: all .8s;
            background-image: url(../images/home_1_02kobelco.jpg);
            background-repeat: no-repeat;
            background-position: 0 0;
            background-size: 100% 100%;
        }

            .bz-case-part ul li.case-02 a .icon-img-cover .icon-img {
                background-position: -70px -50px
            }

        .bz-case-part ul li.case-03 a .icon-img-cover .icon-img {
            width: 70px;
            height: 56px;
            background: url(../images/icon-case.png) 0 -118px no-repeat;
        }

        .bz-case-part ul li.case-03 a {
            transition: all .8s;
            background-image: url(../images/home_1_03HITACHI.jpg);
            background-repeat: no-repeat;
            background-position: 0 0;
            background-size: 100% 100%;
            transition: all .5s;
        }

        .bz-case-part ul li a:hover {
            transform: scale(1.1);
        }

        .bz-case-part ul li.case-03 a .icon-img-cover .icon-img {
            background-position: -70px -118px
        }

        .bz-case-part ul li.case-04 a .icon-img-cover .icon-img {
            width: 70px;
            height: 65px;
            background: url(../images/icon-case.png) 0 -174px no-repeat
        }

        .bz-case-part ul li.case-04 a {
            transition: all .8s;
            background-image: url(../images/home_1_04SUMITOMO.jpg);
            background-repeat: no-repeat;
            background-position: 0 0;
            background-size: 100% 100%;
        }

        .bz-case-part ul li.case-05 a {
            transition: all .8s;
            background-image: url(../images/home_1_05sanyi.jpg);
            background-repeat: no-repeat;
            background-position: 0 0;
            background-size: 100% 100%;
        }

        .bz-case-part ul li.case-04 a .icon-img-cover .icon-img {
            background-position: -70px -174px
        }

    .bz-case-part + .bz-case-part {
        margin-top: 10px
    }





.trade-black {
    height: 400px;
    background: url(../images/probj.jpg) center center no-repeat;
    margin: 40px auto 0px;
}

.trade-box {
    width: 1200px !important;
    margin: 0 auto;
    position: relative;
    transition: all .3s ease;
}

.trade-box-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.trade-box-item {
    flex: 1;
    text-align: center;
    position: relative;
    height: 400px;
    background: no-repeat center;
    background-size: 100% auto;
}

    .trade-box-item:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0; /*background-color: rgba(0,0,0,.6); */
        transition: all .4s cubic-bezier(.4, 0, .2, 1);
    }

    .trade-box-item a {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

.item-logo {
    margin: 0 auto;
    display: block;
}

.trade-box-item .item-logo {
    position: relative;
    margin-top: 120px;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.item-logo img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.item-title {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 20px 0;
    position: relative;
}

    .item-title:before {
        content: "";
        position: relative;
        display: block;
        width: 20px;
        border-bottom: 2px solid #fff;
        margin: 0 auto 20px;
        transition: all .4s cubic-bezier(.4, 0, .2, 1);
    }

.item-text {
    position: relative;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    opacity: 0;
    margin: 10px auto;
    width: 95%;
}

    .item-text p {
        color: #fff;
        font-size: 16px;
        text-align: center;
    }

.trade-black .item01 {
    background-image: url(../images/pro1.jpg);
}

.trade-black .item02 {
    background-image: url(../images/pro2.jpg);
}

.trade-black .item03 {
    background-image: url(../images/pro3.jpg);
}

.trade-black .item04 {
    background-image: url(../images/pro4.jpg);
}

.trade-black .trade-box-item:hover .item-text {
    display: block;
    opacity: 1;
    margin-top: 0;
}

.trade-black .trade-box-item:hover .item-logo {
    margin-top: 80px;
}

.trade-black .trade-box-item:hover .item-title:before {
    opacity: 0;
    margin-bottom: 0;
}


.ind_news {
    /*background: url(../images/index-news-bg.jpg) center center no-repeat;*/
    width: 100%;
    padding: 40px 0px;
    display: none;
}

.news_l {
    margin: 40px auto;
    width: 45%;
    display: none;
    float: left;
}

.news_r {
    margin: 0 auto;
    width: 95%;
    float: right;
}

    .news_r li {
        border-bottom: 1px #ccc dashed;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

.newstit {
    font-size: 16px;
    float: left;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 88%;
    margin-left: 2%;
}

    .newstit a {
        color: #333;
    }

.newstime {
    font-size: 13px;
    color: #333;
    float: right;
}

.newsms {
    color: #666;
    line-height: 24px;
    width: 88%;
    margin-left: 12%;
    margin-top: 5px;
}

.newstit a:hover {
    color: #fd8800
}

.bz-news-lg {
    display: none;
    float: left;
    width: 100%;
    margin-right: 30px;
    position: relative;
}

.news-lg-img {
    overflow: hidden;
}

.hvr-scale {
    transition: all .3s;
}

.bz-news-lg .news-lg-mess {
    left: 0 !important;
    bottom: 0 !important;
    width: 100%;
    padding: 20px 20px !important;
    background: rgba(0,0,0,0.5);
    position: absolute;
    right: 0px;
}

    .bz-news-lg .news-lg-mess .lg-title {
        font-size: 16px;
        line-height: 16px;
        color: #fff;
        font-weight: lighter;
        margin-bottom: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.news_l a:hover .lg-title {
    color: #fd8800;
}

.bz-news-lg .news-lg-mess .lg-main {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: lighter;
    width: 100%;
}

.ellipsis-2l {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.lg-time {
    /*position: absolute;
    left: 0;
    top: 0;*/
    background: #fd8800;
    float: left;
    padding: 20px 0;
    width: 10%;
    text-align: center;
}

    .lg-time .time-date {
        font-family: Arial;
        font-size: 24px;
        color: #fff;
    }

    .lg-time .time-year {
        font-family: Arial;
        font-size: 14px;
        color: #fff;
        line-height: 16px;
    }



.ind_cus {
    margin: 40px auto;
}

.partnerlist {
    width: 100%;
    margin: 40px auto;
}

    .partnerlist li {
        width: 18%;
        border: 1px #ccc solid;
        float: left;
        margin: 10px 1%;
        overflow: hidden;
    }

        .partnerlist li img {
            display: block;
            width: 100%;
            -webkit-transition: all .5s ease-out;
            -o-transition: all .5s ease-out;
            -moz-transition: all .5s ease-out;
            -ms-transition: all .5s ease-out;
            transition: all .5s ease-out;
            text-align: center;
            margin: 0px auto;
            overflow: hidden;
        }

        .partnerlist li:hover img {
            transform: scale(1.1);
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
        }

        .partnerlist li:hover {
            box-shadow: 0px 0px 20px 5px rgba(0,0, 0, 0.1);
        }

.partnerlist1 {
    width: 100%;
    margin: 40px auto;
}

    .partnerlist1 li {
        width: 30.33%;
        float: left;
        margin: 10px 1.5%;
        overflow: hidden;
        box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.15);
    }

        .partnerlist1 li .hbimg {
            border: 1px #ddd solid;
            overflow: hidden;
        }

        .partnerlist1 li img {
            display: block;
            -webkit-transition: all .5s ease-out;
            -o-transition: all .5s ease-out;
            -moz-transition: all .5s ease-out;
            -ms-transition: all .5s ease-out;
            transition: all .5s ease-out;
            text-align: center;
            margin: 0px auto;
            padding: 20px 0px;
            max-height: 388px;
        }

        .partnerlist1 li:hover img {
            transform: scale(1.1);
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
            overflow: hidden;
        }

    .partnerlist1 p {
        text-align: center;
        padding: 10px 0px;
    }

    .partnerlist1 li:hover p {
        color: #f8b62c;
    }


.copyright {
    background: #333;
    width: 100%;
    margin: 0px auto;
    padding: 30px 0px 0px;
}

.copyl {
    float: left;
    width: 75%;
}

    .copyl dl {
        width: 16%;
        float: left;
    }

        .copyl dl dt {
            padding-bottom: 10px;
        }

            .copyl dl dt a {
                font-size: 15px;
                color: #a6a6a6;
            }

        .copyl dl dd {
            line-height: 24px;
            color: #666;
        }

            .copyl dl dd span {
                font-size: 30px;
                color: #fd8800;
                font-family: "impact";
            }

            .copyl dl dd p {
                color: #666 !important;
                line-height: 24px;
            }

.copyr {
    float: right;
    width: 15%;
    color: #666;
    text-align: center;
    margin: 0px auto;
}

.dbbot p {
    line-height: 40px;
    color: #666;
    text-align: center;
}



.nybanner {
    background: url(../images/nybanner.jpg) center center no-repeat;
    height: 300px;
    position: relative;
}

.nybanneren {
    background: url(../images/nybanneren.jpg) center center no-repeat;
    height: 300px;
    position: relative;
}

.dhtit {
    width: 96%;
    background: #009dc6;
    height: 50px;
    line-height: 50px;
    padding: 0px 2%;
    margin-top: -50px
}

.nydh {
    float: left;
}

    .nydh li {
        float: left;
        padding: 0 15px;
        position: relative;
    }

    .nydh .cur a {
        color: #fff;
        z-index: 2;
        font-weight: bold;
    }

    .nydh li a {
        display: block;
        font-size: 15px;
        color: #fff;
        position: relative;
    }

    .nydh li.cur:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 65px;
        top: 0;
        left: 0;
        z-index: 1;
        background-image: url(../images/xbt.jpg);
        background-size: cover;
        background-position: center;
    }

.posi {
    font-weight: normal;
    color: #fff;
    font-size: 13px;
    float: right;
}

    .posi i {
        margin: 0;
    }

    .posi a {
        color: #fff;
    }

.ico {
    display: inline-block;
    overflow: hidden;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background: url(../images/ico.png);
    margin: 0 .3em;
}

.ico1_4 {
    background-position: -60px 0;
}

.ico1_5 {
    background-position: -80px 0;
}

.channelCurrent {
    font-size: 24px;
    font-weight: bold;
    margin: 20px auto;
    padding-left: 40px;
}

.nycon {
    margin: 20px auto;
    width: 100%;
}

    .nycon p {
        line-height: 26px;
        color: #666;
        font-size: 15px;
    }




.nypro {
    margin-top: 20px;
    width: 100%;
    position: relative
}

.protit {
    color: #191919;
    font-size: 16px;
    font-weight: normal;
    border-top: 1px #ccc solid;
    padding: 15px 5px;
}

.nypro li {
    width: 281px;
    float: left;
    margin-right: 17px;
    border: 1px #ddd solid;
    margin-bottom: 20px;
    text-align: center;
}

.proimg {
    width: 230px;
    height: 230px;
    text-align: center;
    margin: 0px auto;
}

.nypro li:hover {
    box-shadow: 0px 0px 20px 5px rgba(0,0, 0, 0.2);
    color: #f00;
}

    .nypro li:hover .protit {
        color: #f78503;
    }

.detprotit {
    margin: 20px auto;
    text-align: center;
    font-size: 18px;
}

.detproimg {
    text-align: center;
    margin: 20px 0px;
}

.nypro p {
    line-height: 26px;
    color: #666;
}



.nynews li {
    overflow: hidden;
    padding: 0.5% 3.5%;
    border-bottom: 1px #f0f0f0 solid;
}


    .nynews li:nth-child(1) {
        float: left;
        width: 40%;
    }

        .nynews li:nth-child(1) .lg-time {
            padding: 11px 7px;
            width: 15%;
        }

        .nynews li:nth-child(1) .newstit {
            width: 77%;
        }


        .nynews li:nth-child(1) .newsms {
            height: 56px;
            margin-top: 22px;
            width: 80%;
            margin-left: 20%;
            overflow: hidden;
            line-height: 25px;
            display: -webkit-box;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

    .nynews li:nth-child(2) .newsms {
        height: 56px;
        margin-top: 22px;
        width: 80%;
        margin-left: 20%;
        overflow: hidden;
        line-height: 25px;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .nynews li:nth-child(3) .newsms {
        height: 56px;
        margin-top: 22px;
        width: 80%;
        margin-left: 20%;
        overflow: hidden;
        line-height: 25px;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .nynews li:nth-child(4) .newsms {
        height: 56px;
        margin-top: 22px;
        width: 80%;
        margin-left: 20%;
        overflow: hidden;
        line-height: 25px;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .nynews li:nth-child(5) .newsms {
        height: 56px;
        margin-top: 22px;
        width: 80%;
        margin-left: 20%;
        overflow: hidden;
        line-height: 25px;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .nynews li:nth-child(6) .newsms {
        height: 56px;
        margin-top: 22px;
        width: 80%;
        margin-left: 20%;
        overflow: hidden;
        line-height: 25px;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .nynews li:nth-child(2) {
        width: 40%;
    }

        .nynews li:nth-child(2) .lg-time {
            padding: 11px 7px;
            width: 15%;
        }

        .nynews li:nth-child(2) .newstit {
            width: 77%;
        }

    .nynews li:nth-child(3) {
        clear: both;
        float: left;
        width: 40%;
    }

        .nynews li:nth-child(3) .lg-time {
            padding: 11px 7px;
            width: 15%;
        }

        .nynews li:nth-child(3) .newstit {
            width: 77%;
        }

    .nynews li:nth-child(4) {
        width: 40%;
    }

        .nynews li:nth-child(4) .lg-time {
            padding: 11px 7px;
            width: 15%;
        }

        .nynews li:nth-child(4) .newstit {
            width: 77%;
        }

    .nynews li:nth-child(4) {
        clear: both;
        float: left;
        width: 40%;
    }

    .nynews li:nth-child(5) .lg-time {
        padding: 11px 7px;
        width: 15%;
    }

    .nynews li:nth-child(5) .newstit {
        width: 77%;
    }

    .nynews li:nth-child(6) {
        width: 40%;
    }

        .nynews li:nth-child(6) .lg-time {
            padding: 11px 7px;
            width: 15%;
        }

        .nynews li:nth-child(6) .newstit {
            width: 77%;
        }

    .nynews li:nth-child(7) {
        clear: both;
    }

#shantuiNews {
    width: 52%;
    float: left;
    margin-right: 2%;
}

#shantuiNews1 {
    width: 100%;
    float: left;
}

    #shantuiNews1 li {
        overflow: hidden;
        padding: 1% 2%;
        border-bottom: 1px #f0f0f0 solid;
        margin-bottom: 15px;
    }

        #shantuiNews1 li:hover {
            background: none;
        }

.nynewstit {
    float: left;
    font-size: 18px;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .nynewstit a {
        color: #626262;
    }

        .nynewstit a:hover {
            color: #fc7e05;
        }

.nynewstime {
    float: right;
    color: #666;
    font-size: 14px;
}

    .nynewstime span {
        background: url(../images/yj.jpg) left center no-repeat;
        padding-left: 20px;
    }

.nynews .kdate {
    float: left;
    width: 7%;
    background: #fd8800;
    text-align: center;
    padding: 11px 0px;
}

    .nynews .kdate span {
        color: #f69b3a;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
    }

    .nynews .kdate .day {
        font-family: Arial;
        font-size: 24px;
        color: #fff;
        display: block;
    }

    .nynews .kdate .month {
        font-family: Arial;
        font-size: 14px;
        color: #fff;
        line-height: 16px;
    }

.nynews ._txt {
    width: 85%;
    float: right;
}

    .nynews ._txt ._t {
        font-size: 18px;
        color: #626262;
        margin-bottom: 10px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .nynews ._txt ._p {
        color: #7c7c7c;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

.nynews li:hover {
    background-color: #f0f0f0;
}

    .nynews li:hover .kdate span {
        color: #3f3f3f;
    }

.nynewsimg {
    float: right;
}

.dettit {
    text-align: center;
    font-size: 18px;
}

.dettime {
    padding: 10px 0px;
    color: #666;
    text-align: center;
    border-bottom: 1px #ccc dashed;
}

.detnews {
    margin: 20px auto;
}

    .detnews p {
        line-height: 26px;
        font-size: 15px;
        color: #666;
    }


.partnerlist1 h1 {
    text-align: center;
    font-size: 18px;
}

.partnertit {
    font-size: 18px;
    text-align: center;
}

.partnerlist1 .detpimg {
    text-align: center;
    margin: 15px auto;
}

.partnerimg {
    text-align: center;
    margin-top: 10px;
}

    .partnerimg img {
        text-align: center;
    }



.conleft {
    float: left;
    width: 55%;
}

.conrig {
    float: right;
    width: 45%;
}

    .conrig .book p {
        margin-bottom: 10px;
    }

.book {
    margin-top: 20px;
}

    .book label {
        float: left;
        line-height: 33px;
        padding-right: 10px;
        width: 70px;
    }

    .book input {
        border: 1px #ccc solid;
        height: 30px;
        line-height: 30px;
        width: 300px;
        padding: 5px 5px;
    }

    .book textarea {
        width: 300px;
        border: 1px #ccc solid;
        padding: 3px 5px;
        resize: none;
    }

    .book .tj {
        padding: 0px;
        height: 30px;
        line-height: 30px;
        background: #f78503;
        text-align: center;
        border: none;
        color: #fff;
        margin-left: 120px;
        width: 120px;
        margin-top: 15px;
    }

    .book .yzm {
        width: 100px;
        float: left;
    }

    .book .yzmimg {
        padding: 5px 0px;
        margin-left: 10px;
        float: left;
    }

.leftlx {
    line-height: 26px;
}




#circle1 {
    width: 83px;
    height: 83px;
    position: absolute;
    bottom: 0;
    left: 395px;
    border: 6px solid rgba(0,0,0,0.15);
    border-radius: 95px;
    text-indent: 0;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 999;
    background: #fff;
    padding-top: 5px;
    font-size: 20px;
}

#circle {
    width: 83px;
    height: 83px;
    position: absolute;
    top: 0;
    left: 395px;
    border: 6px solid rgba(0,0,0,0.15);
    border-radius: 95px;
    text-indent: 0;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 999;
    background: #fff;
    padding-top: 5px;
    font-size: 20px;
}

.timeblock {
    font-size: 20px;
    color: #f8b62c;
    font-weight: bold;
    width: 70px;
    margin: 0px auto;
    padding-top: 18px;
}

#circle .cmsk {
    height: 83px;
    position: absolute;
    width: 83px;
    top: 0;
    left: 0;
}

#circle:hover {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    border-color: rgba(0,0,0,0);
}

.clock {
    display: block;
}

#circle:hover {
    border-color: rgba(255,255,255,0.6);
    background-color: #f8b62c;
    color: #fff;
}

    #circle:hover .clock {
        display: block;
    }

    #circle:hover .timeblock {
        color: #fff;
    }



.list {
    overflow: hidden;
    position: relative;
    width: 1180px;
    overflow: hidden;
    background: url(../images/vertical.png) repeat-y 432px 40px;
    padding-top: 10px;
}

    .list li {
        height: 100px;
        vertical-align: bottom;
        overflow: hidden;
        position: relative;
    }

.liwrap {
    height: 55px;
    margin-top: 28px;
}

.lileft {
    position: absolute;
    top: 0;
    left: 0px;
    height: 55px;
    width: 400px;
    line-height: 55px;
    text-align: right;
}

.liright {
    position: absolute;
    top: 13px;
    right: 0px;
    height: 55px;
    width: 700px;
}

.histt {
    line-height: 26px;
    font-size: 16px;
    color: #666;
}

.md {
    font-size: 18px;
    color: #AEAEAE;
}

.year {
    font-size: 12px;
    color: #AEAEAE;
    margin-right: 10px;
}

.point {
    width: 55px;
    height: 55px;
    position: absolute;
    top: 0;
    left: 409px;
    background: url(../images/point.png) no-repeat 0px 18px;
    overflow: hidden;
}

    .point b {
        height: 16px;
        width: 16px;
        background: #fff;
        display: block;
        margin: 17px 0 0 19px;
        border-radius: 18px;
        border: 2px solid #f8b62c;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        -o-transition: all 0.1s linear;
        transition: all 0.1s linear;
        position: absolute;
        top: 2px;
        left: 0;
    }



.lxleft {
    /*width: 40%;*/
    /*float: left;*/
    margin-bottom: 20px;
    background: #f4f4f4;
    padding: 1%;
    margin: 0px 3%;
    margin-bottom: 30px;
    height: 171px;
    border: 1px #eee solid;
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
}

.lxrig {
    width: 48%;
    float: right;
}

.conl {
    float: left;
}

.conr {
    /*float: left;*/
    padding-left: 5px;
}


.anli-conr ul li {
    float: left;
    width: 280px;
    height: 210px;
    margin: 0px 10px 20px;
    position: relative;
    overflow: hidden
}

    .anli-conr ul li:nth-child(4n) {
        margin-right: 0
    }

.anli-ms1 {
    position: absolute;
    width: 100%;
    height: 120px;
    left: 0;
    top: 20%;
    text-align: center;
    z-index: 3;
    opacity: 0
}

    .anli-ms1 h2 {
        font-size: 24px;
        color: #fff;
        margin-bottom: 30px;
        font-weight: bold;
    }

    .anli-ms1 a {
        display: inline-block;
        width: 120px;
        height: 38px;
        line-height: 38px;
        background: #1999fa;
        font-size: 14px;
        color: #fff
    }

.anli-conr ul li:before {
    width: 94%;
    height: 94%;
    left: 3%;
    top: 3%;
    border: 1px solid #fff;
    position: absolute;
    content: '';
    z-index: 2;
    transform: scale(1.2);
    transition: all ease-in-out 0.5s
}

.anli-conr ul li:after {
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0;
    background: rgba(0,0,0,0.3);
    position: absolute;
    content: '';
    transform: scale(0);
    transition: all ease-in-out 0.5s
}

.anli-conr ul li:hover:before {
    transform: scale(1);
    transition: all ease-in-out 0.5s
}

.anli-conr ul li:hover:after {
    transform: scale(1);
    transition: all ease-in-out 0.5s
}

.anli-conr ul li:hover .anli-ms1 {
    top: 42%;
    opacity: 01;
    transition: all ease-in-out 0.5s
}

.anli-conr ul li img {
    width: 280px;
    height: 210px
}

.anli-conr ul li {
    border: 1px #ccc solid;
}

    .anli-conr ul li:hover img {
        transform: scale(1.2);
        transition: all ease-in-out 1s
    }

    .anli-conr ul li img {
        transition: all ease-in-out 1s
    }


.scnltit {
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    margin-bottom: 20px;
    background: #eee;
    padding-left: 40px;
    color: #f78503;
}

    .scnltit span {
        color: #333;
        padding-left: 10px;
        font-weight: bold;
        font-size: 18px;
    }


/*手机适配*/
.md_nav_list, .m_copyright {
    display: none;
}

@media screen and (max-width: 640px) {
    body {
        min-width: initial;
        max-width: 640px;
        width: 99%;
        position: relative;
    }

    .bz-wrapper {
        max-width: 640px;
        min-width: initial;
    }

    .bz-header {
        width: 99%;
        max-width: 100%;
        height: 80px;
    }

        .bz-header .bz-logo {
            display: none;
        }

        .bz-header .header-nav-cover {
            float: initial;
            position: absolute;
            z-index: 30;
            background-color: #00000080;
            width: 100%;
            display: none;
            top: 80px;
            height: calc(100% - 80px);
        }

            .bz-header .header-nav-cover .header-nav {
                float: initial;
                background-color: #fff;
                width: 70%;
                height: 100%;
                margin-left: 30%;
                overflow-y: scroll;
            }

            .bz-header .header-nav-cover .header-action {
                display: none;
            }

            .bz-header .header-nav-cover .header-nav > li + li {
                margin-left: initial;
            }

            .bz-header .header-nav-cover .header-nav > li {
                float: inherit;
                height: auto;
                line-height: 40px;
                position: relative;
                border-bottom: 2px solid #d2d2d2;
            }

    .sub-banner-cover .banner-inner {
        padding: 0;
    }

    .sub-banner-cover {
        display: block;
        position: relative;
        top: initial;
        left: initial;
        text-align: right;
        background-color: #fff;
        min-height: initial;
        width: 100%;
    }

    .banner-part .part-nav {
        padding: 0;
        width: 90% !important;
    }

        .banner-part .part-nav .nav-title a {
            color: #333 !important;
            font-size: 14px;
        }

        .banner-part .part-nav .spread-btn {
            display: none;
        }

    .nycon {
        width: 98%;
        margin: 0 auto;
    }
    /*导航*/
    .md_nav_list {
        display: flex;
        width: 100%;
        height: 80px;
        max-width: 640px;
        position: relative;
        line-height: 80px;
        overflow: hidden;
    }

    .m_en {
        text-align: right;
        font-size: 15px;
        font-weight: bold;
        color: #333;
    }

    .md_nav_list .mbz-logo {
        width: 118px;
        height: 80px;
        display: block;
        text-align: center;
        margin: 0 auto;
        line-height: 80px;
    }

        .md_nav_list .mbz-logo img {
            vertical-align: middle;
        }

    .md_nav_list .m_nav_list {
        display: block;
        text-align: right;
        height: 80px;
        line-height: 104px;
    }

        .md_nav_list .m_nav_list img {
            width: 40px;
        }

    .md_nav_list .nav-d:nth-child(1) {
        width: 20%;
    }

    .md_nav_list .nav-d:nth-child(2) {
        width: 60%;
    }

    .md_nav_list .nav-d:nth-child(3) {
        width: 20%;
    }

    .bz-header .header-nav-cover .header-nav > li > a {
        padding: 6px 15px 0;
        text-align: right;
    }
    /*产品展示*/
    .content {
        max-width: 640px;
        width: 100%;
    }

    .nypro {
        display: flex;
        flex-wrap: wrap;
        max-width: 640px;
        width: 100%;
    }

    .proimg {
        width: 90%;
    }

    .nypro li {
        float: initial;
        width: 44%;
        margin-left: 2%;
        margin-right: 3%;
    }


    .nypro .m_prodeta_t {
        width: 95%;
        margin: 0 auto;
        float: initial;
    }

    .nypro .m_prodeta_b {
        width: 95%;
        margin: 0 auto;
    }

    .item-logo img {
        width: 80px;
    }
    /*页脚*/
    .copyright {
        padding: 0;
    }

    .m_copyright {
        display: block;
    }

    .copyright .content {
        display: none;
    }

    .copyright .m_copyright {
        color: #a6a6a6;
        font-size: 14px;
        text-align: center;
        line-height: 27px;
        width: 95%;
        margin: 0 auto;
    }
    /*发展历程*/
    .md, .histt {
        font-size: 14px;
    }

    .histt {
        line-height: 22px;
    }

    .list {
        background: initial;
        width: 100%;
        max-width: 640px;
        margin: 0 auto;
    }

    .lileft {
        width: 20%;
        line-height: 22px;
    }

    .liright {
        left: 25%;
        top: 0px;
        width: 70%;
    }

    .point, #circle, #circle1 {
        display: none;
    }

    .title:after, .title:before {
        width: 54px;
    }

    /**/
    .bz-case-part {
        width: 97%;
        margin: 0 auto;
    }

        .bz-case-part ul {
            display: flex;
            flex-wrap: wrap;
        }

            .bz-case-part ul li {
                float: initial;
                width: 43%;
                height: 120px;
                margin: 10px;
                border-bottom: 23px solid #fff;
            }

                .bz-case-part ul li a {
                    padding-top: 14px;
                }

                .bz-case-part ul li + li {
                    margin: 10px;
                }


    /*产品分类*/
    .trade-box {
        width: 100% !important;
        max-width: 640px;
    }

    .item-title {
        font-size: 14px;
    }


    /*首页新闻*/
    .news_l, .nynewsimg {
        display: none;
    }

    .lg-time {
        width: 20%;
        padding: 12px 0;
    }

        .lg-time .time-date {
            font-size: 17px;
        }

    .news_r {
        width: 95%;
    }

    .newstit {
        width: 78%;
    }

    .newsms {
        width: 80%;
        height: 44px;
        margin-left: 22%;
        overflow: hidden;
        line-height: 22px;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .news_r li:nth-child(1) .newsms, .news_r li:nth-child(2) .nynews, .news_r li:nth-child(3) .nynews, .news_r li:nth-child(4) .nynews, .news_r li:nth-child(5) .nynews, .news_r li:nth-child(6) .newsms {
        width: 80% !important;
        height: 44px !important;
        margin-left: 22% !important;
        overflow: hidden;
        line-height: 22px !important;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }


    .news_r li:nth-child(1), .news_r li:nth-child(2), .news_r li:nth-child(3), .news_r li:nth-child(4), .news_r li:nth-child(5), .news_r li:nth-child(6) {
        float: initial !important;
        width: initial !important;
    }

    .ind_news {
        background: initial;
    }

    #shantuiNews {
        width: 99%;
    }

    .nynewstit {
        width: 62%;
    }

    .nynews ._txt {
        width: 80%;
        margin-left: 10px;
    }

    .nynews {
        width: 95%;
        margin: 0 auto;
    }

    .partnerlist1 li {
        height: 166px;
        width: 46.33%;
    }

    /*ome*/
    .khqtl {
        float: initial !important;
        width: 95% !important;
    }

    #gallery {
        height: auto !important;
        padding: 0 !important;
        float: initial !important;
        display: flex;
        flex-wrap: wrap;
        background: initial !important;
    }

        #gallery .span3 {
            float: initial !important;
            margin-right: 12px !important;
            margin-top: 13px !important;
            width: 44%;
            margin-left: 9px;
        }


    .anli-conr ul li {
        float: initial !important;
        width: 96% !important;
        text-align: center;
    }

    #ZN, #EN {
        display: block !important;
    }

    .con {
        width: 95%;
    }

    .dhtit {
        display: none;
    }
}

.m_prodeta_t {
    float: left;
    width: 50%;
}

.m_prodeta_b {
    float: right;
    width: 95%;
    font-size: 15px;
    padding-top: 50px;
    color: #666;
    line-height: 26px
}

#ZN, #EN {
    display: none;
}

.comHist-min {
    position: relative;
}

.contain {
    width: 1200px;
    margin: 0 auto;
}


.cHmin-box.cur .year {
    width: 93px;
    height: 93px;
    line-height: 93px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    border-radius: 100%;
    background: #e88128;
    position: absolute;
    left: 50%;
    top: -60px;
    margin: 0 0 0 -46px;
}

.cHmin-box .year {
    display: block;
    line-height: 28px;
    font-size: 18px;
    color: #666666;
}

.cHmin-box:after {
    content: "";
    display: block;
    width: 2px;
    height: 8px;
    background: #bbbbbb;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin: 0 0 0 -1px;
}

.cHmin-box.cur:after {
    width: 23px;
    height: 58px;
    background: url(../images/icon-cur.png) no-repeat center center;
    bottom: -42px;
    margin: 0 0 0 -11px;
}

.cHmin-box {
    display: block;
    height: 46px;
    padding: 0 0 18px;
    text-align: center;
    position: relative;
}

.com-RaD {
    position: relative;
    margin-top: 40px;
}

.cRaD-media {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../images/3技术研发能力.jpg);
    height: 500px;
}

#w_grid-1648260921638 {
    width: 1200px;
    height: auto;
    min-height: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.w_grid-000 > .w_grid.signal {
    min-height: inherit;
}

.w_grid-000 > .w_grid {
    width: 100%;
    position: relative;
}

.w_grid-000 > div > .p_gridbox {
    width: 100%;
    overflow: hidden;
    position: static;
}

#c_portalResNews_list-16482616308789970 .history-speed {
    width: 100%;
    margin: 0 auto;
    height: 100px;
    position: relative;
}

    #c_portalResNews_list-16482616308789970 .history-speed span.prev {
        left: 0;
        background: url(../images/le.png) center center no-repeat #e88128;
    }

    #c_portalResNews_list-16482616308789970 .history-speed span {
        width: 36px;
        text-align: center;
        height: 100px;
        border: solid 1px #dcdcdc;
        display: inline-block;
        position: absolute;
        top: 0;
        line-height: 98px;
        font-size: 20px;
        font-family: arial;
        color: #fff;
        cursor: pointer;
    }

    #c_portalResNews_list-16482616308789970 .history-speed .main {
        width: calc(100% - 77px);
        height: 100px;
        margin: 0 auto;
        background: url(../images/bg1.png) left 16px no-repeat;
        background-size: 100% 23px;
        padding-top: 38px;
        position: relative;
        overflow: hidden;
    }

        #c_portalResNews_list-16482616308789970 .history-speed .main ul {
            display: block;
            position: absolute;
            left: 0;
        }

.history-speed .main ul li {
    float: left;
    height: 62px;
    padding-top: 30px;
    line-height: 30px;
    width: 128px;
    text-align: center;
    font-size: 20px;
    color: #0b5a9f;
    cursor: pointer;
}

#c_portalResNews_list-16482616308789970 .history-speed span.next {
    right: 0;
    background: url(../images/le.png) center center no-repeat #e88128;
    transform: rotate(180deg);
}

#c_portalResNews_list-16482616308789970 .history-speed .main ul li.cur {
    background: url(../images/t_2.png?tenantId=279494&viewType=1&v=1658140946000) top center no-repeat;
    font-size: 24px;
    font-weight: bold;
    color: #e2001a;
}

#c_portalResNews_list-16482616308789970 .history-speed .main ul li {
    float: left;
    height: 62px;
    padding-top: 30px;
    line-height: 30px;
    width: 124px;
    text-align: center;
    font-size: 20px;
    color: #0b5a9f;
    cursor: pointer;
}

#c_portalResNews_list-16482616308789970 .history-main {
    width: 99%;
    margin: 0 auto;
    height: 225px;
    border: solid 1px #ccc;
    margin-top: 80px;
}

#c_portalResNews_list-16482616308789970 .fl {
    float: left;
}

#c_portalResNews_list-16482616308789970 .pic img {
    padding: 20px;
}

#c_portalResNews_list-16482616308789970 .his-ri {
    width: 623px;
    height: 134px;
    padding-top: 20px;
    padding-left: 0;
}

#c_portalResNews_list-16482616308789970 .fr {
    float: right;
}

#c_portalResNews_list-16482616308789970 .his-ri .title {
    font-size: 40px;
    color: #e2001a;
    border-left: solid 5px #e2001a;
    height: 32px;
    line-height: 32px;
    text-align: left;
    padding-left: 18px;
}

    #c_portalResNews_list-16482616308789970 .his-ri .title:before {
        content: inherit;
        background: none;
        margin: 0;
        height: inherit;
        width: auto;
    }

    #c_portalResNews_list-16482616308789970 .his-ri .title:after {
        content: inherit;
        background: none;
        margin: 0;
        height: inherit;
        width: auto;
    }

#c_portalResNews_list-16482616308789970 .his-ri .con {
    height: 134px;
    line-height: 28px;
    padding: 20px 0;
    margin: 0;
    text-align: left;
    padding-right: 20px;
    overflow: hidden;
}

.scroll {
    overflow-y: auto;
    display: block !important;
}

#c_portalResNews_list-16482616308789970 .history-speed span.prev.valid {
    background: url(/images/le_cur.png) center center no-repeat #fff;
    cursor: default;
}

#c_portalResNews_list-16482616308789970 .history-speed span.next.valid {
    background: url(/images/le_cur.png) center center no-repeat #fff;
    cursor: default;
}

.products-con {
    width: 1200px;
    margin: 0 auto;
}

.block {
    display: block;
}

.relative {
    position: relative;
}

.c_portalResProduct_category-01001003 .con_left {
    float: left;
    max-width: 320px;
    text-align: center;
    width: 60%;
    position: relative;
}

.con_left {
    text-align: center;
    width: 100%;
    position: relative;
}

.productLi .con_left img {
    display: block;
    width: 280px;
    margin: 0 auto;
    transition: all ease-in-out 1s;
}

.con-right {
    position: absolute;
    width: 100%;
    height: 120px;
    left: 0;
    top: 20%;
    text-align: center;
    z-index: 3;
    opacity: 0;
}

.text-center {
    text-align: center;
}

.productLi {
    padding: 20px 30px;
    background: #fff;
    border: 1px #ccc solid;
    margin: 0px 10px 20px;
    position: relative;
    overflow: hidden;
}

    .productLi:after {
        width: 100%;
        height: 100%;
        left: 0%;
        top: 0;
        background: rgba(0,0,0,0.3);
        position: absolute;
        content: '';
        transform: scale(0);
        transition: all ease-in-out 0.5s;
    }

    .productLi:before {
        width: 94%;
        height: 94%;
        left: 3%;
        top: 3%;
        border: 1px solid #fff;
        position: absolute;
        content: '';
        z-index: 2;
        transform: scale(1.2);
        transition: all ease-in-out 0.5s;
    }

    .productLi:hover:before {
        transform: scale(1);
        transition: all ease-in-out 0.5s;
    }

    .productLi:hover:after {
        transform: scale(1);
        transition: all ease-in-out 0.5s;
    }

    .productLi:hover .con-right {
        top: 42%;
        opacity: 01;
        transition: all ease-in-out 0.5s;
    }

    .productLi:hover .proCateImg {
        transform: scale(1.2);
        transition: all ease-in-out 1s;
    }

.con_more {
    display: none;
}

.desc2 {
    color: #555;
    font-size: 14px;
    margin: 10px 0 28px 0;
    overflow: hidden;
    line-height: 24px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3px;
    -webkit-box-orient: vertical;
    text-align: left;
    opacity: 1;
    letter-spacing: 1px;
    transition: all .5s ease;
}

.proName2 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 30px;
    font-weight: bold;
}

.pro-count {
    min-height: 300px;
    width: 1200px;
    margin: 0 auto;
    /*background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../images/产品覆盖范围.jpg);*/
}

.fixed-btn {
    position: fixed;
    bottom: 5%;
    right: 1%;
    width: 48px;
    cursor: pointer;
    border: 1px solid #e88128;
    background-color: #e88128;
    font-size: 24px;
    height: 48px;
    background-repeat: no-repeat;
    display: none;
    background-position: center;
    z-index: 1040;
    -webkit-backface-visibility: hidden;
    background-image: url(../images/Other002539-icon2.png);
}

.nav-fixed {
    position: fixed;
    top: 0;
    width: 85%;
    z-index: 1;
    margin-top: 0;
}

.flexs {
    width: 100%;
    position: relative;
    display: flex;
}

    .flexs .flexs_d1 {
        width: 13%;
        position: absolute;
        right: 0;
    }

    .flexs .flexs_d2 {
        width: 100%;
    }

.flexs_d2 ul li {
    float: inherit;
    width: auto;
    margin: 0;
    border: none;
    text-align: left;
}

    .flexs_d2 ul li:hover {
        color: #000;
        box-shadow: none;
    }



/*--------全套产业齐全--------*/
#w_grid-1648272181259 {
    width: 90%;
    max-width: 1440px;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 100px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
.w_grid-000 > .w_grid {
    width: 100%;
    position: relative;
}
    .w_grid-000 > .w_grid.signal {
        min-height: inherit;
    }
#w_grid-1648272181259 > div > .p_gridbox {
    overflow: visible;
}
.w_grid-000 > .w_grid.signal > .p_gridbox {
    min-height: inherit;
}
.w_grid-000 > div > .p_gridbox {
    width: 100%;
    overflow: hidden;
    position: static;
}
#w_grid-1648272181259 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
    margin-left: 0;
    clear: left;
}
.w_grid-000 > .w_grid.signal > .p_gridbox > .p_gridCell {
    min-height: inherit;
}
@media only screen and (min-width: 769px) {
    .w_grid-000 > div > .p_gridbox > .p_gridCell:first-child {
        width: 100%;
        margin-left: 0;
        margin-top: 0rem;
        margin-bottom: 0rem;
    }
    .c_portalResPublic_codeContainer-01001 {
        min-height: 500px;
        width: 100%;
    }
}
.w_grid-000 > div > div > .p_gridCell {
    float: left;
    position: static;
}
    .w_grid-000 > div > div > .p_gridCell:not(:empty):before {
        content: '';
        height: 0px;
        display: block;
    }
#c_portalResPublic_codeContainer-16482722661985502 {
    max-height: none;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    min-height: 0px;
    margin-right: 0px;
    margin-left: 0px;
    max-width: none;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    min-width: 0px;
    height: auto;
    padding-right: 0px;
}
    #c_portalResPublic_codeContainer-16482722661985502 p {
        line-height: 26px;
        text-align:center;
        color: #666;
        font-size: 14px;
    }
    #c_portalResPublic_codeContainer-16482722661985502 .cont {
        width: 100%;
        height: 377px;
        margin-top: 40px;
        background: url(http://www.hof-brand.com/images/yyly.png) no-repeat center;
        position: relative;
    }
        #c_portalResPublic_codeContainer-16482722661985502 .cont .bg1 {
            top: 0;
            left: 13px;
            width:34%;
        }
        #c_portalResPublic_codeContainer-16482722661985502 .cont li {
            position: absolute;
        }
        #c_portalResPublic_codeContainer-16482722661985502 .cont .bg2 {
            top: 0;
            right: 55px;
        }
        #c_portalResPublic_codeContainer-16482722661985502 .cont .bg3 {
            top: 160px;
            width:35%;
            left: -51px;
        }
        #c_portalResPublic_codeContainer-16482722661985502 .cont .bg4 {
            top: 160px;
            right: 0;
        }
        #c_portalResPublic_codeContainer-16482722661985502 .cont .bg5 {
            top: 320px;
            left: 65px;
            z-index: 9999;
            width:32%;
        }
        #c_portalResPublic_codeContainer-16482722661985502 .cont .bg6 {
            top: 320px;
            right: 90px;
            z-index: 9999;
        }
        #c_portalResPublic_codeContainer-16482722661985502 .cont li .licon {
            height: 96px;
            padding: 18px 15px;
            text-align: right;
            cursor: pointer;
            display: block;
            transition: All 0.4s ease-in-out;
            -webkit-transition: All 0.4s ease-in-out;
            -moz-transition: All 0.4s ease-in-out;
            -o-transition: All 0.4s ease-in-out;
        }
        #c_portalResPublic_codeContainer-16482722661985502 .cont li .tit {
            font-size: 20px;
            font-weight: 500;
            color: #f08200;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }
        #c_portalResPublic_codeContainer-16482722661985502 .cont li .con {
            font-size: 14px;
            color: #555;
            line-height: 20px;
            height: 60px;
            text-align:left;
            margin-top: 6px;
            overflow: hidden;
        }
        #c_portalResPublic_codeContainer-16482722661985502 .cont li .licon2 {
            width: 300px;
            height: 96px;
            padding: 18px 15px;
            cursor: pointer;
            display: block;
            transition: All 0.4s ease-in-out;
            -webkit-transition: All 0.4s ease-in-out;
            -moz-transition: All 0.4s ease-in-out;
            -o-transition: All 0.4s ease-in-out;
        }
        #c_portalResPublic_codeContainer-16482722661985502 .cont li .licon:hover {
            transform: translate(-20px, 0);
            -webkit-transform: translate(-20px, 0);
            -moz-transform: translate(-20px, 0);
            -o-transform: translate(-20px, 0);
            -ms-transform: translate(-20px, 0);
        }
        #c_portalResPublic_codeContainer-16482722661985502 .cont li .licon2:hover {
            transform: translate(20px, 0);
            -webkit-transform: translate(20px, 0);
            -moz-transform: translate(20px, 0);
            -o-transform: translate(20px, 0);
            -ms-transform: translate(20px, 0);
        }