.someShow {
    visibility: visible !important;
}

@media screen and (max-width: 1700px){
.header .header-container .hc-img3 {
	padding: 0!important;
    right: -100px!important;
	left: auto!important;
    position: fixed!important;
}
}

@media screen and (max-width: 1510px){
.header .header-container .hc-img3 {
    position: fixed!important;
    right: -100px!important;
    left: auto!important;
    padding: 0!important;
	display: none!important;
}

.header .header-container .top-bar-left {
    padding-right: 0px;
    height: 100%;
    float: right;
}

}

@media screen and (max-width: 767px) {
    .header {
        width: 100%;
        position: fixed;
        z-index: 999;
        background: rgba(255, 255, 255, 0.9);
        top: 0;
        left: 0;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    }

        .header .header-container {
            width: 100%;
            min-height: 45px;
            margin: 0 auto;
            padding: 0 20px;
            position: relative;
        }

            .header .header-container .hc-logo {
                width: 65px;
                height: 45px;
                display: none;
                padding: 9.5px 0;
                margin: 0 auto;
                float: none;
            }

                .header .header-container .hc-logo .hcl-link {
                    width: 65px;
                    height: 26px;
                    display: block;
                }

                    .header .header-container .hc-logo .hcl-link img {
                        width: 100%;
                    }

            .header .header-container .top-bar-left {
                display: none;
            }

            .header .header-container .top-bar-right {
                display: none;
            }

            .header .header-container .search {
                display: none;
            }

            .header .header-container .search-box {
                display: none;
            }

            .header .header-container .mobile-menu {
                width: 15px;
                height: 10px;
                position: absolute;
                left: 20px;
                top: 17px;
                background: url('../img/zb-h-mmenu.png') no-repeat center;
                background-size: 100%;
                display: block;
            }

            .header .header-container .mobile-search {
                width: 16px;
                height: 15px;
                display: block;
                background: url("../img/zb-h-msearch.png") no-repeat center;
                background-size: 100%;
                position: absolute;
                top: 14px;
                right: 20px;
            }

            .header .header-container .mobile-search-box {
                width: 100%;
                height: 43px;
                padding: 10px 20px;
                display: none;
            }

                .header .header-container .mobile-search-box .msb-inner {
                    width: 100%;
                    height: 100%;
                    padding-left: 30px;
                    position: relative;
                    border-bottom: 1px solid #989898;
                }

                    .header .header-container .mobile-search-box .msb-inner .msbi-search {
                        width: 16px;
                        height: 15px;
                        display: block;
                        background: url("../img/zb-h-msearch.png") no-repeat center;
                        background-size: 100%;
                        position: absolute;
                        top: 3px;
                        left: 0;
                    }

                    .header .header-container .mobile-search-box .msb-inner .msbi-inp {
                        width: 100%;
                        background: transparent;
                        height: 23px;
                    }

            .header .header-container .mobile-search-show {
                display: block;
            }

    .morelink-outer {
        display: none;
    }

    .footer {
        width: 100%;
        padding: 0 20px;
        margin-top: 35px;
    }

        .footer .footer-content {
            width: 100%;
            border-top: 1px solid #ecf2f5;
            overflow: hidden;
        }

        .footer .fc-url {
            width: 100%;
            overflow: hidden;
            padding: 15px 0 0;
            border-bottom: 1px solid #ecf2f5;
            position: relative;
        }

            .footer .fc-url .fct-txt {
                padding-bottom: 15px;
                cursor: pointer;
                font-size: 1.2rem;
            }

            .footer .fc-url .more-icon {
                width: 10px;
                height: 10px;
                border-top: 1px solid #666;
                border-left: 1px solid #666;
                position: absolute;
                right: 7px;
                top: 20px;
                transform: rotate(135deg);
                transition: all 0.3s ease-out;
            }

            .footer .fc-url .more-icon-change {
                transform: rotate(-135deg);
                transition: all 0.3s ease-out;
            }

            .footer .fc-url .fc-list {
                padding-left: 20px;
                display: none;
            }

                .footer .fc-url .fc-list .fcl-item {
                    padding-bottom: 15px;
                    overflow: hidden;
                }

                    .footer .fc-url .fc-list .fcl-item a {
                        float: left;
                        display: block;
                        font-size: 1.1rem;
                    }

                    .footer .fc-url .fc-list .fcl-item .fcli-txt1 {
                        width: 25%;
                    }

                    .footer .fc-url .fc-list .fcl-item a:last-child {
                        width: 75%;
                        overflow: hidden;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                    }

                    .footer .fc-url .fc-list .fcl-item:hover a {
                        color: #259df6;
                    }

            .footer .fc-url .fc-list1 {
                padding-right: 25px;
            }

        .footer .fc-news .fct-txt,
        .footer .fc-business .fct-txt,
        .footer .fc-news .fc-list,
        .footer .fc-business .fc-list {
            display: none;
        }

        .footer .fc-news .news-link,
        .footer .fc-business .news-link,
        .footer .fc-news .business-link,
        .footer .fc-business .business-link {
            display: block;
            padding-bottom: 15px;
        }

        .footer .change-language {
            font-size: 1.2rem;
            display: block;
            padding: 15px 0 15px 20px;
            border-bottom: none;
            position: relative;
        }

            .footer .change-language::before {
                content: "";
                content: '';
                width: 15px;
                height: 15px;
                display: block;
                background: url("../img/zb-change-font.png") no-repeat center;
                background-size: 100%;
                position: absolute;
                top: 15px;
                left: 0;
            }

            .footer .change-language .url-english {
                padding-right: 20px;
                width: 100%;
                padding-bottom: 0;
            }

        .footer .fc2b-space {
            padding: 0 10px;
        }

    .footer2 {
        width: 100%;
        padding: 20px;
    }

        .footer2 .foot2-content {
            width: 100%;
        }

            .footer2 .foot2-content .fc2-isoBox {
                display: none;
            }

            .footer2 .foot2-content .fc2-tBox {
                font-size: 1rem;
            }

                .footer2 .foot2-content .fc2-tBox .fc2-btxt {
                    padding-bottom: 5px;
                }

                    .footer2 .foot2-content .fc2-tBox .fc2-btxt .clause {
                        display: none;
                    }

    .fixed-right {
        display: none;
    }

    .mobile-show {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        z-index: 9999;
        opacity: 0;
        visibility: hidden;
        transform: translatex(-100%);
        display: block !important;
    }

        .mobile-show .ms-content {
            width: 100%;
            height: 100%;
            background: rgba(255, 255, 255, 0.9);
            padding: 50px 20px 0;
            position: relative;
            overflow-y: auto;
        }

            .mobile-show .ms-content .msc-list .ml-item {
                padding: 15px 0;
                cursor: pointer;
                border-bottom: 1px solid #989898;
            }

                .mobile-show .ms-content .msc-list .ml-item:hover {
                    color: #259df6;
                }

                .mobile-show .ms-content .msc-list .ml-item .mli-list {
                    width: 100%;
                    padding: 10px 0 0 15px;
                    display: none;
                }

                    .mobile-show .ms-content .msc-list .ml-item .mli-list .mlil-item {
                        padding: 10px 0;
                        overflow: hidden;
                    }

                        .mobile-show .ms-content .msc-list .ml-item .mli-list .mlil-item:hover .mlil-link {
                            color: #259df6;
                        }

                        .mobile-show .ms-content .msc-list .ml-item .mli-list .mlil-item .mlil-link {
                            float: left;
                            display: block;
                        }

                        .mobile-show .ms-content .msc-list .ml-item .mli-list .mlil-item .mlil-link1 {
                            width: 90px;
                        }

            .mobile-show .ms-content .ms-close {
                width: 15px;
                height: 15px;
                display: block;
                background: url("../img/zb-h-mclose.png") no-repeat center;
                background-size: 100%;
                position: absolute;
                top: 20px;
                left: 20px;
            }

    .ms-show {
        visibility: visible;
        opacity: 1;
        transform: translatex(0);
        transition: all 0.3s ease-out;
    }
}

@media screen and (min-width: 768px) and (max-width: 1210px) {
    .header {
        width: 100%;
        height: 80px;
        position: fixed;
        z-index: 999;
        background: rgba(255, 255, 255, 0.9);
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    }

        .header .header-container {
            width: 100%;
            height: 80px;
            margin: 0 auto;
            padding: 0 20px 0 166px;
            position: relative;
        }

            .header .header-container .hc-logo {
                width: 126px;
                height: 80px;
                display: block;
                position: absolute;
                left: 40px;
            }

                .header .header-container .hc-logo .hcl-link {
                    width: 126px;
                    height: 50px;
                    display: block;
                }

                    .header .header-container .hc-logo .hcl-link img {
                        width: 100%;
                    }

            .header .header-container .top-bar-left {
                padding-left: 30px;
                height: 100%;
            }

                .header .header-container .top-bar-left .tbl-list {
                    height: 80px;
                    overflow: hidden;
                }

                    .header .header-container .top-bar-left .tbl-list .tbll-item {
                        height: 80px;
                        padding: 15px 30px 15px 0;
                        float: left;
                        line-height: 50px;
                        font-size: 1.4rem;
                    }

                        .header .header-container .top-bar-left .tbl-list .tbll-item:hover .tblli-link {
                            color: #259df6;
                        }

                        .header .header-container .top-bar-left .tbl-list .tbll-item:hover .more-link {
                            visibility: visible;
                        }

                        .header .header-container .top-bar-left .tbl-list .tbll-item .more-link {
                            width: 100%;
                            position: absolute;
                            left: 0;
                            top: 80px;
                            visibility: hidden;
                        }

                            .header .header-container .top-bar-left .tbl-list .tbll-item .more-link .ml-1 {
                                width: 100%;
                                height: 10px;
                                background: transparent;
                            }

                            .header .header-container .top-bar-left .tbl-list .tbll-item .more-link .ml-2 {
                                width: 33%;
                                height: 100%;
                                background: transparent;
                                overflow: hidden;
                                padding: 20px 0;
                                float: left;
                            }

                                .header .header-container .top-bar-left .tbl-list .tbll-item .more-link .ml-2 .mli-list1 {
                                    padding-left: 50px;
                                }

                                .header .header-container .top-bar-left .tbl-list .tbll-item .more-link .ml-2 .mli-list {
                                    width: 100%;
                                    float: left;
                                }

                                    .header .header-container .top-bar-left .tbl-list .tbll-item .more-link .ml-2 .mli-list .mlil-item {
                                        text-align: left;
                                        overflow: hidden;
                                    }

                                        .header .header-container .top-bar-left .tbl-list .tbll-item .more-link .ml-2 .mli-list .mlil-item:hover a {
                                            color: #259df6 !important;
                                        }

                                        .header .header-container .top-bar-left .tbl-list .tbll-item .more-link .ml-2 .mli-list .mlil-item .mlil-link {
                                            line-height: 30px;
                                            display: block;
                                            overflow: hidden;
                                            white-space: nowrap;
                                            text-overflow: ellipsis;
                                            font-size: 1.2rem;
                                            color: #666;
                                        }

                                .header .header-container .top-bar-left .tbl-list .tbll-item .more-link .ml-2 .mli-list1 .mlil-link1 {
                                    min-width: 115px;
                                    font-size: 1.4rem !important;
                                    color: #232528 !important;
                                }

                            .header .header-container .top-bar-left .tbl-list .tbll-item .more-link .ml-list2,
                            .header .header-container .top-bar-left .tbl-list .tbll-item .more-link .ml-list3 {
                                padding-left: 50px;
                            }

                    .header .header-container .top-bar-left .tbl-list .tbll-item4 .more-link .ml-2 {
                        padding-left: 100px;
                    }

            .header .header-container .top-bar-right {
                height: 80px;
                line-height: 50px;
                position: absolute;
                right: 40px;
                top: 0;
                overflow: hidden;
            }

                .header .header-container .top-bar-right .change-language {
                    cursor: pointer;
                    position: relative;
                    padding: 15px 0 15px 30px;
                    margin-left: 30px;
                    height: 100%;
                    float: left;
                }

                    .header .header-container .top-bar-right .change-language:hover .home-language {
                        color: #259df6;
                    }

                    .header .header-container .top-bar-right .change-language::after {
                        content: '';
                        width: 22px;
                        height: 21px;
                        display: block;
                        background: url("../img/zb-h-icons.png") no-repeat -590px -26px;
                        position: absolute;
                        top: 30px;
                        left: 0;
                    }

                    .header .header-container .top-bar-right .change-language:hover .cl-list {
                        transform: translate(0, 0);
                        transition: all 0.3s ease-out;
                        visibility: visible;
                        opacity: 1;
                    }

                    .header .header-container .top-bar-right .change-language .cl-list {
                        width: 115px;
                        padding: 10px 0;
                        background: #ffffff;
                        box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
                        position: absolute;
                        left: -8px;
                        text-align: center;
                        bottom: -60px;
                        border-radius: 5px;
                        transform: translate(0, 20px);
                        visibility: hidden;
                        opacity: 0;
                        transition: all 0.3s ease-out;
                    }

                        .header .header-container .top-bar-right .change-language .cl-list::after {
                            width: 18px;
                            height: 12px;
                            content: '';
                            background: url("../img/zb-h-cityTop.png") no-repeat;
                            position: absolute;
                            top: -12px;
                            left: 46px;
                        }

                        .header .header-container .top-bar-right .change-language .cl-list .cll-item {
                            width: 100%;
                            height: 40px;
                            line-height: 40px;
                        }

            .header .header-container .search {
                overflow: hidden;
                float: left;
            }

            .header .header-container .search-btn {
                width: 22px;
                height: 21px;
                display: block;
                background: url("../img/zb-h-icons.png") no-repeat -639px -25px;
                margin-top: 29.5px;
                float: left;
            }

                .header .header-container .search-btn:hover {
                    background: url("../img/zb-h-icons.png") no-repeat -637px -1px;
                }

            .header .header-container .search-txt {
                float: left;
                margin-top: 15px;
                cursor: pointer;
                padding-left: 10px;
            }

                .header .header-container .search-txt:hover {
                    color: #259df6;
                }

            .header .header-container .search-box {
                width: 23%;
                height: 80px;
                padding: 25px 40px;
                background: transparent;
                position: absolute;
                right: 20px;
                -webkit-transform-origin: 100% 25px;
                -moz-transform-origin: 100% 25px;
                -ms-transform-origin: 100% 25px;
                -o-transform-origin: 100% 25px;
                transform-origin: 100% 25px;
                -webkit-transform: scalex(0);
                -moz-transform: scalex(0);
                -ms-transform: scalex(0);
                -o-transform: scalex(0);
                transform: scalex(0);
                -webkit-transition: all 0.3s ease-out;
                -moz-transition: all 0.3s ease-out;
                -ms-transition: all 0.3s ease-out;
                -o-transition: all 0.3s ease-out;
                transition: all 0.3s ease-out;
                opacity: 0;
            }

                .header .header-container .search-box .sb-inp {
                    width: 100%;
                    height: 30px;
                    background: transparent;
                    font-size: 1.2rem;
                    border: none;
                }

                .header .header-container .search-box .sb-icon {
                    position: absolute;
                    left: 0;
                    top: 0;
                    margin-top: 30px;
                }

                .header .header-container .search-box .cloose-sb {
                    width: 20px;
                    height: 20px;
                    background: url("../img/zb-h-cloose.png") 0 0 no-repeat;
                    background-size: 100% 100%;
                    position: absolute;
                    right: 0;
                    top: 30px;
                    -webkit-transform: rotate(0);
                    -moz-transform: rotate(0);
                    -ms-transform: rotate(0);
                    -o-transform: rotate(0);
                    transform: rotate(0);
                    -webkit-transition: all 0.3s ease-out;
                    -moz-transition: all 0.3s ease-out;
                    -ms-transition: all 0.3s ease-out;
                    -o-transition: all 0.3s ease-out;
                    transition: all 0.3s ease-out;
                }

                    .header .header-container .search-box .cloose-sb:hover {
                        -webkit-transform: rotate(90deg);
                        -moz-transform: rotate(90deg);
                        -ms-transform: rotate(90deg);
                        -o-transform: rotate(90deg);
                        transform: rotate(90deg);
                        -webkit-transition: all 0.3s ease-out;
                        -moz-transition: all 0.3s ease-out;
                        -ms-transition: all 0.3s ease-out;
                        -o-transition: all 0.3s ease-out;
                        transition: all 0.3s ease-out;
                    }

            .header .header-container .search-box-show {
                -webkit-transform: scalex(1);
                -moz-transform: scalex(1);
                -ms-transform: scalex(1);
                -o-transform: scalex(1);
                transform: scalex(1);
                opacity: 1;
                -webkit-transition: all 0.3s ease-out;
                -moz-transition: all 0.3s ease-out;
                -ms-transition: all 0.3s ease-out;
                -o-transition: all 0.3s ease-out;
                transition: all 0.3s ease-out;
            }

        .header .morelink-outer {
            width: 100%;
            position: absolute;
            left: 0;
            z-index: -1;
            box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
            -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
            visibility: hidden;
        }

            .header .morelink-outer .mo-opcity {
                height: 10px;
                width: 100%;
                background: transparent;
            }

            .header .morelink-outer .mo-bgff {
                width: 100%;
                background: rgba(255, 255, 255, 0.9);
            }

    .footer {
        width: 100%;
        border-top: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc;
        padding: 25px 0 10px 0;
        margin-top: 70px;
    }

        .footer .footer-content {
            width: 100%;
            margin: 0 auto;
            overflow: hidden;
        }

        .footer .fc-url {
            width: 15%;
            float: left;
            overflow: hidden;
        }

            .footer .fc-url .fct-txt {
                padding-bottom: 20px;
            }

            .footer .fc-url .fc-list {
                float: left;
            }

                .footer .fc-url .fc-list .fcl-item {
                    padding-bottom: 15px;
                    overflow: hidden;
                }

                    .footer .fc-url .fc-list .fcl-item a {
                        float: left;
                        display: block;
                    }

                    .footer .fc-url .fc-list .fcl-item .fcli-txt1 {
                        width: 25%;
                    }

                    .footer .fc-url .fc-list .fcl-item a:last-child {
                        width: 75%;
                        overflow: hidden;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                    }

                    .footer .fc-url .fc-list .fcl-item:hover a {
                        color: #259df6;
                    }

            .footer .fc-url .fc-list1 {
                padding-right: 25px;
            }

        .footer .fc-product {
            width: 55%;
            padding-left: 50px;
        }

        .footer .fc-aboutUs .fcl-item a {
            width: 100% !important;
        }

        .footer .change-language {
            display: none;
        }

    .footer2 {
        width: 100%;
        padding: 20px 0 110px 0;
        overflow: hidden;
    }

        .footer2 .foot2-content {
            width: 100%;
            margin: 0 auto;
            padding: 0 50px;
            overflow: hidden;
        }

            .footer2 .foot2-content .fc2-isoBox {
                width: 16%;
                overflow: hidden;
                float: left;
            }

                .footer2 .foot2-content .fc2-isoBox .fc2i-icon {
                    width: 36px;
                    height: 36px;
                    margin-right: 20px;
                    display: block;
                    float: left;
                }

                .footer2 .foot2-content .fc2-isoBox .fc2i-icon1 {
                    background: url("../img/zb-h-isos.png") no-repeat -16px -10px;
                }

                .footer2 .foot2-content .fc2-isoBox .fc2i-icon2 {
                    background: url("../img/zb-h-isos.png") no-repeat -67px -10px;
                }

                .footer2 .foot2-content .fc2-isoBox .fc2i-icon3 {
                    background: url("../img/zb-h-isos.png") no-repeat -120px -10px;
                }

            .footer2 .foot2-content .fc2-tBox {
                width: 84%;
                float: left;
            }

                .footer2 .foot2-content .fc2-tBox .fc2-btxt {
                    padding-bottom: 5px;
                }

                    .footer2 .foot2-content .fc2-tBox .fc2-btxt .fc2b-space {
                        padding: 0 10px;
                    }

    .fixed-right {
        position: fixed;
        right: 40px;
        bottom: 300px;
        z-index: 999;
    }

        .fixed-right .fr-box {
            width: 60px;
            height: 60px;
            margin: 5px 0;
        }

        .fixed-right .fr-top {
            background: rgba(193, 193, 193, 0.9) url("../img/zb-h-top.png") no-repeat center center;
            visibility: hidden;
        }

            .fixed-right .fr-top:hover {
                background: rgba(67, 146, 207, 0.9) url("../img/zb-h-top.png") no-repeat center center;
            }
}

@media (min-width: 1211px) {
    .warp {
        width: 100%;
    }

    .header {
        width: 100%;
        height: 80px;
        position: fixed;
        z-index: 999;
        background: rgba(255, 255, 255, 0.9);
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    }

        .header .header-container {
            width: 1440px;
            height: 80px;
            margin: 0 auto;
            position: relative;
        }

            .header .header-container .hcl-link {
                width: 126px;
                height: 50px;
                padding: 15px 0;
                display: block;
            }

                .header .header-container .hcl-link img {
                    width: 100%;
                }

            .header .header-container .top-bar-left {
                padding-left: 60px;
                height: 100%;
            }

                .header .header-container .top-bar-left .tbl-list {
                    height: 80px;
                    overflow: hidden;
                }

                    .header .header-container .top-bar-left .tbl-list .tbll-item {
                        height: 80px;
                        padding: 15px 50px 15px 0;
                        float: left;
                        line-height: 50px;
                    }

                        .header .header-container .top-bar-left .tbl-list .tbll-item:hover .tblli-link {
                            color: #259df6;
                        }

                        .header .header-container .top-bar-left .tbl-list .tbll-item:hover .more-link {
                            visibility: visible;
                        }

                        .header .header-container .top-bar-left .tbl-list .tbll-item .more-link {
                            width: 100%;
                            position: absolute;
                            left: 0;
                            top: 80px;
                            visibility: hidden;
                        }

                            .header .header-container .top-bar-left .tbl-list .tbll-item .more-link .ml-1 {
                                width: 100%;
                                height: 10px;
                                background: transparent;
                            }

                            .header .header-container .top-bar-left .tbl-list .tbll-item .more-link .ml-2 {
                                width: 33%;
                                height: 100%;
                                background: transparent;
                                overflow: hidden;
                                padding: 20px 0 20px 20px;
                                float: left;
                            }

                                .header .header-container .top-bar-left .tbl-list .tbll-item .more-link .ml-2 .mli-list {
                                    width: 100%;
                                    float: left;
                                }

                                    .header .header-container .top-bar-left .tbl-list .tbll-item .more-link .ml-2 .mli-list .mlil-item {
                                        text-align: left;
                                        overflow: hidden;
                                    }

                                        .header .header-container .top-bar-left .tbl-list .tbll-item .more-link .ml-2 .mli-list .mlil-item:hover a {
                                            color: #259df6 !important;
                                        }

                                        .header .header-container .top-bar-left .tbl-list .tbll-item .more-link .ml-2 .mli-list .mlil-item .mlil-link {
                                            width: 100%;
                                            height: 40px;
                                            line-height: 30px;
                                            padding-bottom: 10px;
                                            display: block;
                                            overflow: hidden;
                                            white-space: nowrap;
                                            text-overflow: ellipsis;
                                            font-size: 1.4rem;
                                            color: #666;
                                        }

                                .header .header-container .top-bar-left .tbl-list .tbll-item .more-link .ml-2 .mli-list1 .mlil-link1 {
                                    width: 100%;
                                    height: 50px !important;
                                    display: block;
                                    line-height: 50px !important;
                                    padding-bottom: 0 !important;
                                    font-size: 1.6rem !important;
                                    color: #232528 !important;
                                }

                                    .header .header-container .top-bar-left .tbl-list .tbll-item .more-link .ml-2 .mli-list1 .mlil-link1:hover {
                                        color: #259df6 !important;
                                    }

                            .header .header-container .top-bar-left .tbl-list .tbll-item .more-link .ml-list2,
                            .header .header-container .top-bar-left .tbl-list .tbll-item .more-link .ml-list3 {
                                padding-left: 20px;
                            }

                    .header .header-container .top-bar-left .tbl-list .tbll-item4 .more-link .ml-2 {
                        padding-left: 100px;
                    }

			.header .header-container .hc-img3 {
				right: 0px;
				position: fixed;
				z-index: 999999;
			}

            .header .header-container .top-bar-right {
                height: 80px;
                line-height: 50px;
                position: absolute;
                right: 0;
                top: 0;
                overflow: hidden;
            }

                .header .header-container .top-bar-right .change-language {
                    cursor: pointer;
                    position: relative;
                    padding: 15px 0 15px 30px;
                    margin-left: 30px;
                    height: 100%;
                    float: left;
                }

                    .header .header-container .top-bar-right .change-language:hover .home-language {
                        color: #259df6;
                    }

                    .header .header-container .top-bar-right .change-language::after {
                        content: '';
                        width: 22px;
                        height: 21px;
                        display: block;
                        background: url("../img/zb-h-icons.png") no-repeat -590px -26px;
                        position: absolute;
                        top: 30px;
                        left: 0;
                    }

                    .header .header-container .top-bar-right .change-language:hover .cl-list {
                        transform: translate(0, 0);
                        transition: all 0.3s ease-out;
                        visibility: visible;
                        opacity: 1;
                    }

                    .header .header-container .top-bar-right .change-language .cl-list {
                        width: 115px;
                        padding: 10px 0;
                        background: #ffffff;
                        box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
                        position: absolute;
                        left: -8px;
                        text-align: center;
                        bottom: -60px;
                        border-radius: 5px;
                        transform: translate(0, 20px);
                        visibility: hidden;
                        opacity: 0;
                        transition: all 0.3s ease-out;
                    }

                        .header .header-container .top-bar-right .change-language .cl-list::after {
                            width: 18px;
                            height: 12px;
                            content: '';
                            background: url("../img/zb-h-cityTop.png") no-repeat;
                            position: absolute;
                            top: -12px;
                            left: 46px;
                        }

                        .header .header-container .top-bar-right .change-language .cl-list .cll-item {
                            width: 100%;
                            height: 40px;
                            line-height: 40px;
                        }

            .header .header-container .search {
                overflow: hidden;
                float: left;
            }

            .header .header-container .search-btn {
                width: 22px;
                height: 21px;
                display: block;
                background: url("../img/zb-h-icons.png") no-repeat -639px -25px;
                margin-top: 29.5px;
                float: left;
            }

                .header .header-container .search-btn:hover {
                    background: url("../img/zb-h-icons.png") no-repeat -637px -1px;
                }

            .header .header-container .search-txt {
                float: left;
                margin-top: 15px;
                cursor: pointer;
                padding-left: 10px;
            }

                .header .header-container .search-txt:hover {
                    color: #259df6;
                }

            .header .header-container .search-box {
                width: 30%;
                height: 80px;
                padding: 25px 40px;
                background: transparent;
                position: absolute;
                right: 0;
                -webkit-transform-origin: 100% 25px;
                -moz-transform-origin: 100% 25px;
                -ms-transform-origin: 100% 25px;
                -o-transform-origin: 100% 25px;
                transform-origin: 100% 25px;
                -webkit-transform: scalex(0);
                -moz-transform: scalex(0);
                -ms-transform: scalex(0);
                -o-transform: scalex(0);
                transform: scalex(0);
                -webkit-transition: all 0.3s ease-out;
                -moz-transition: all 0.3s ease-out;
                -ms-transition: all 0.3s ease-out;
                -o-transition: all 0.3s ease-out;
                transition: all 0.3s ease-out;
                opacity: 0;
            }

                .header .header-container .search-box .sb-inp {
                    width: 100%;
                    height: 30px;
                    background: transparent;
                    border: none;
                }

                .header .header-container .search-box .sb-icon {
                    position: absolute;
                    left: 0;
                    top: 0;
                    margin-top: 30px;
                }

                .header .header-container .search-box .cloose-sb {
                    width: 20px;
                    height: 20px;
                    background: url("../img/zb-h-cloose.png") 0 0 no-repeat;
                    background-size: 100% 100%;
                    position: absolute;
                    right: 0;
                    top: 30px;
                    -webkit-transform: rotate(0);
                    -moz-transform: rotate(0);
                    -ms-transform: rotate(0);
                    -o-transform: rotate(0);
                    transform: rotate(0);
                    -webkit-transition: all 0.3s ease-out;
                    -moz-transition: all 0.3s ease-out;
                    -ms-transition: all 0.3s ease-out;
                    -o-transition: all 0.3s ease-out;
                    transition: all 0.3s ease-out;
                }

                    .header .header-container .search-box .cloose-sb:hover {
                        -webkit-transform: rotate(90deg);
                        -moz-transform: rotate(90deg);
                        -ms-transform: rotate(90deg);
                        -o-transform: rotate(90deg);
                        transform: rotate(90deg);
                        -webkit-transition: all 0.3s ease-out;
                        -moz-transition: all 0.3s ease-out;
                        -ms-transition: all 0.3s ease-out;
                        -o-transition: all 0.3s ease-out;
                        transition: all 0.3s ease-out;
                    }

            .header .header-container .search-box-show {
                -webkit-transform: scalex(1);
                -moz-transform: scalex(1);
                -ms-transform: scalex(1);
                -o-transform: scalex(1);
                transform: scalex(1);
                opacity: 1;
                -webkit-transition: all 0.3s ease-out;
                -moz-transition: all 0.3s ease-out;
                -ms-transition: all 0.3s ease-out;
                -o-transition: all 0.3s ease-out;
                transition: all 0.3s ease-out;
            }

        .header .morelink-outer {
            width: 100%;
            position: absolute;
            left: 0;
            z-index: -1;
            box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
            -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
            visibility: hidden;
        }

            .header .morelink-outer .mo-opcity {
                height: 10px;
                width: 100%;
                background: transparent;
            }

            .header .morelink-outer .mo-bgff {
                width: 100%;
                background: rgba(255, 255, 255, 0.9);
            }

    .footer {
        width: 100%;
        border-top: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc;
        padding: 25px 0 10px 0;
        margin-top: 70px;
    }

        .footer .footer-content {
            width: 1200px;
            margin: 0 auto;
            overflow: hidden;
        }

        .footer .fc-url {
            width: 20%;
            float: left;
            overflow: hidden;
        }

            .footer .fc-url .fct-txt {
                padding-bottom: 20px;
            }

            .footer .fc-url .fc-list {
                float: left;
            }

                .footer .fc-url .fc-list .fcl-item {
                    padding-bottom: 15px;
                    overflow: hidden;
                }

                    .footer .fc-url .fc-list .fcl-item a {
                        float: left;
                        display: block;
                    }

                    .footer .fc-url .fc-list .fcl-item .fcli-txt1 {
                        width: 25%;
                    }

                    .footer .fc-url .fc-list .fcl-item a:last-child {
                        width: 75%;
                        overflow: hidden;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                    }

                    .footer .fc-url .fc-list .fcl-item:hover a {
                        color: #259df6;
                    }

            .footer .fc-url .fc-list1 {
                padding-right: 25px;
            }

        .footer .fc-product {
            width: 40%;
        }

        .footer .fc-news {
            padding-left: 50px;
        }

        .footer .fc-business {
            padding-left: 100px;
        }

        .footer .fc-aboutUs {
            padding-left: 155px;
        }

            .footer .fc-aboutUs .fcl-item a {
                width: 100% !important;
            }

        .footer .change-language {
            display: none;
        }

    .footer2 {
        width: 100%;
        padding: 20px 0 110px 0;
    }

        .footer2 .foot2-content {
            width: 1200px;
            margin: 0 auto;
            overflow: hidden;
        }

            .footer2 .foot2-content .fc2-isoBox {
                width: 168px;
                overflow: hidden;
                float: left;
            }

                .footer2 .foot2-content .fc2-isoBox .fc2i-icon {
                    width: 36px;
                    height: 36px;
                    margin-right: 20px;
                    display: block;
                    float: left;
                }

                .footer2 .foot2-content .fc2-isoBox .fc2i-icon1 {
                    background: url("../img/zb-h-isos.png") no-repeat -16px -10px;
                }

                .footer2 .foot2-content .fc2-isoBox .fc2i-icon2 {
                    background: url("../img/zb-h-isos.png") no-repeat -67px -10px;
                }

                .footer2 .foot2-content .fc2-isoBox .fc2i-icon3 {
                    background: url("../img/zb-h-isos.png") no-repeat -120px -10px;
                }

            .footer2 .foot2-content .fc2-tBox {
                width: 1032px;
                float: left;
            }

                .footer2 .foot2-content .fc2-tBox .fc2-btxt {
                    padding-bottom: 5px;
                }

                    .footer2 .foot2-content .fc2-tBox .fc2-btxt .fc2b-space {
                        padding: 0 10px;
                    }

    .fixed-right {
        position: fixed;
        right: 40px;
        bottom: 300px;
        z-index: 999;
    }

        .fixed-right .fr-box {
            width: 60px;
            height: 60px;
            margin: 5px 0;
        }

        .fixed-right .fr-top {
            background: rgba(193, 193, 193, 0.9) url("../img/zb-h-top.png") no-repeat center center;
            visibility: hidden;
        }

            .fixed-right .fr-top:hover {
                background: rgba(67, 146, 207, 0.9) url("../img/zb-h-top.png") no-repeat center center;
            }
}

.news-link,
.business-link,
.mobile-search-box,
.mobile-show {
    display: none;
}
