@charset "utf-8";
/*整体布局样式*/
html, body {
    font-family: Raleway-b, Arial, Helvetica, sans-serif;
    background: white;
    text-align: left;
    color: #191919;font-size: 62.5%;
}

* {
    margin: 0;
    padding: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}
.image-additional  .owl-theme .owl-nav [class*=owl-] {
    font-size: 20px;
    padding: 0; 
    background: inherit; 
    color: #666;
}

header {
    box-shadow: 0px 0px 50px rgb(0 0 0 / 10%);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 9999;
}
ul, li, ol {
    list-style: none outside;
}

a {
    text-decoration: none;
    color: #191919;
}

img {
    border: none;
}

input, button, select, textarea {
    outline: none;
}

input, textarea {
    background: none;
}

*, ::after, ::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

article, aside, footer, header, nav, section {
    display: block;
}

@font-face {
    font-family: "Raleway-b";
    src: url('https://9a75fd.claudeassets.com/20220331084541im_/https://www.gkuvc.com/css/Raleway-Bold.ttf'), url('https://60c8f1.claudeassets.com/20220331084541im_/https://www.gkuvc.com/css/Raleway-Bold.eot'); /* IE9+ */
}

@font-face {
    font-family: "raleway";
    src: url('https://a23874.claudeassets.com/20220331084541im_/https://www.gkuvc.com/css/raleway.ttf'), url('https://8fba89.claudeassets.com/20220331084541im_/https://www.gkuvc.com/css/raleway.eot'); /* IE9+ */
}
/*清除苹果按钮格式*/
input[type="text"], input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
    border-radius: 0;
}
/*整体布局样式结束*/

.main {
    background-color: #e5e5e5;
}




/*首页部分*/
/*焦点*/
.focus {
    padding: 40px 0;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #eee;
}

.focus-center {
    width: 90%;
    margin: auto;
    max-width: 1200px;
    text-align: center;
}

    .focus-center h1 {
        font-size: 30px;
        line-height: 30px;
        padding-bottom: 10px;
    }

    .focus-center p {
        font-size: 14px;
        line-height: 28px;
    }
/*快速链接,派生词*/
.quick-links {
    padding: 40px 0;
    overflow: hidden;
    background-color: #191919;
}

.quick-links-center, .derivative-center {
    width: 90%;
    margin: auto;
    max-width: 1200px;
}

.quick-links-t, .derivative-t {
    margin-bottom: 10px;
    position: relative;
}

    .quick-links-t span, .derivative-t span {
        font-size: 30px;
        color: #fff;
        line-height: 50px;
        display: inline-block;
        text-transform: uppercase;
        z-index: 1;
    }

.quick-links-box ul, .derivative-box ul {
    font-size: 0;
    margin: 0 -8px;
}

    .quick-links-box ul li {
        font-size: 14px;
        display: inline-block;
        vertical-align: top;
        margin: 4px 8px;
        line-height: 20px;
    }

        .quick-links-box ul li h4 {
            color: #fff;
            font-size: 14px;
            font-weight: normal;
        }

.derivative {
    padding: 20px 0;
    overflow: hidden;
    border-top: 1px solid #ececec;
}

.derivative-box ul li {
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    margin: 5px 8px;
    line-height: 20px;
}

    .derivative-box ul li h5 {
        font-size: 12px;
        font-weight: normal;
    }

    .quick-links-box ul li a:hover, .derivative-box ul li a:hover {
        color: #0363cd;
    }
/*首页中部*/
.mian-contain {
    width: 100%;
}

.subblock {
    padding: 70px 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: #191919;
}

    .subblock::after {
        content: " ";
        position: absolute;
        width: 120%;
        top: 0;
        right: 32.7%;
        height: 140%;
        background: #a600cf;
        -moz-transform: rotate(114deg);
        -ms-transform: rotate(114deg);
        -webkit-transform: rotate(114deg);
        -o-transform: rotate(114deg);
        transform: rotate(114deg);
        z-index: 1;
    }

    .subblock .category {
        width: 90%;
        max-width: 1200px;
        margin: auto;
        z-index: 2;
        position: relative;
    }

        .subblock .category ul {
            font-size: 0;
            margin: -15px;
        }

            .subblock .category ul li {
                width: 33.33333%;
                display: inline-block;
                vertical-align: top;
                text-align: left;
            }

.category-box {
    position: relative;
    overflow: hidden;
    margin: 15px;
}

    .category-box a {
        color: #fff;
        display: block;
        overflow: hidden;
    }

        .category-box a img {
            overflow: hidden;
            display: block;
            width: 100%;
            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;
        }

            .category-box a img:hover {
                transform: scale(1.1);
            }

.category-box-detail {
    color: #282828;
    padding-top: 25px;
}

.category-box-type {
    margin-bottom: 17px;
}

    .category-box-type h2 {
        font-size: 26px;
        font-weight: 600;
        text-transform: uppercase;
    }

.category-box-detail span {
    display: block;
    width: 100%;
}

    .category-box-detail span a.btn {
        font-size: 24px;
        font-family: "raleway";
        font-weight: 700;
    }

.category-box-detail a.btn i {
    font-size: 22px;
    color: #278032;
    margin-left: 10px;
    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;
}

.category-box-detail span a {
    display: inline-block;
}

    .category-box-detail span a.btn:hover i {
        color: #fff;
        margin-left: 20px;
    }
/*精选产品,热门产品*/
.featured-products, .hot-products {
    width: 100%;
    overflow: hidden;
    padding: 70px 0;
}

.featured-products {
    background: #278032;
}

.featured-products-center, .hot-products-center {
    width: 90%;
    margin: auto;
    max-width: 1200px;
}

.featured-products-t, .hot-products-t {
    margin-bottom: 30px;
}

    .featured-products-t span, .hot-products-t span {
        font-size: 50px;
        line-height: 50px;
        position: relative;
        text-transform: uppercase;
    }

    .featured-products-t span {
        color: #fff;
    }

.featured-products .item, .hot-products .item {
    margin: 0 15px;
    background: #fff;
}

.featured-products-box img, .hot-products-box img {
    width: 100%;
}

.featured-products-text, .hot-products-text {
    padding: 18px 10px;
    border: 1px solid #d9d9d9;
    overflow: hidden;
    text-align: center;
}

    .featured-products-text a, .hot-products-text a {
        display: table;
        height: 40px;
        width: 100%;
    }

    .featured-products-text h3, .hot-products-text h3 {
        font-size: 16px;
        font-weight: normal;
        display: table-cell;
        vertical-align: middle;
        line-height: 20px;
        overflow: hidden;
    }

    .featured-products-text:hover h3, .hot-products-text:hover h3 {
        color: #a600cf;
    }

.featured-products .owl-controls .owl-prev, .featured-products .owl-controls .owl-next {
    position: absolute;
    top: 35%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 0;
    color: #fff;
    background-color: #a600cf;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    transition: ease all 0.4s;
    -webkit-transition: ease all 0.4s;
    -moz-transition: ease all 0.4s;
    -o-transition: ease all 0.4s;
}

.hot-products .owl-controls .owl-prev, .hot-products .owl-controls .owl-next {
    position: absolute;
    top: 35%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 0;
    color: #fff;
    background-color: #278032;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    transition: ease all 0.4s;
    -webkit-transition: ease all 0.4s;
    -moz-transition: ease all 0.4s;
    -o-transition: ease all 0.4s;
}

.featured-products .owl-controls .owl-prev:hover, .featured-products .owl-controls .owl-next:hover {
    background-color: #191919;
    color: #fff;
}

.hot-products .owl-controls .owl-prev:hover, .hot-products .owl-controls .owl-next:hover {
    background-color: #a600cf;
    color: #fff;
}

.featured-products .owl-controls .owl-prev, .hot-products .owl-controls .owl-prev {
    left: 0;
}

.featured-products .owl-controls .owl-next, .hot-products .owl-controls .owl-next {
    right: 0;
    transform: rotateY(180deg);
}

    .featured-products .owl-controls .owl-prev:before, .featured-products .owl-controls .owl-next:before, .hot-products .owl-controls .owl-prev:before, .hot-products .owl-controls .owl-next:before {
        font-family: "iconfont" !important;
        font-style: normal;
        font-weight: bold;
        speak: none;
        -webkit-font-smoothing: antialiased;
        text-transform: none;
        font-size: 20px;
        content: "\e7d1";
    }


/*首页关于我们*/
.index-about {
    background-color: #e5e5e5;
    padding: 70px 0;
    overflow: hidden;
}

.index-about-center {
    width: 90%;
    margin: 30px auto;
    max-width: 1200px;
    overflow: hidden;
}

.index-about-box {
}

.index-about-l {
    float: left;
    width: 52%;
}

.index-about-t {
    margin-bottom: 20px;
}

    .index-about-t span {
        font-size: 50px;
        line-height: 55px;
        text-transform: uppercase;
    }

.index-about-l .th {
    font-family: "raleway";
    font-weight: bold;
    font-size: 34px;
    margin-bottom: 20px;
    margin-right: 40px;
    line-height: 40px;
    position: relative;
}

    .index-about-l .th a {
        color: #444;
        transition: ease all 0.4s;
        -webkit-transition: ease all 0.4s;
        -moz-transition: ease all 0.4s;
        -o-transition: ease all 0.4s;
    }

        .index-about-l .th a:hover {
            color: #a600cf;
        }

.index-about-l p {
    font-family: "raleway";
    font-size: 15px;
    font-weight: 600;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    margin-right: 40px;
    margin-bottom: 30px;
}

.index-about-l span a {
    color: #fff;
    font-size: 16px;
    background-color: #278032;
    display: inline-block;
    line-height: 40px;
    padding: 5px 25px;
    transition: ease all 0.4s;
    -webkit-transition: ease all 0.4s;
    -moz-transition: ease all 0.4s;
    -o-transition: ease all 0.4s;
}

    .index-about-l span a:hover {
        background-color: #a600cf;
    }

.index-about-r {
    float: right;
    width: 48%;
}

.index-about-r-frame {
    padding: 8px;
    background-color: #fff;
}

.index-about-r img {
    max-width: 100%;
}

/*首页新闻*/
.index-news {
    overflow: hidden;
    background-color: #e5e5e5;
    padding: 70px 0;
}

.index-news-center {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
}

.index-news-t {
    margin-bottom: 30px;
}

    .index-news-t span {
        font-size: 50px;
        line-height: 50px;
        position: relative;
        text-transform: uppercase;
    }

.index-news-box ul {
    overflow: hidden;
    text-align: center;
    font-size: 0;
    margin: -15px;
}

    .index-news-box ul li {
        width: 33.33333%;
        display: inline-block;
        vertical-align: top;
        font-size: 14px;
        text-align: left;
    }

        .index-news-box ul li .item {
            position: relative;
            overflow: hidden;
            padding-left: 90px;
            min-height: 90px;
            margin: 15px;
        }

            .index-news-box ul li .item a {
                overflow: hidden;
            }

.index-news-box-frame {
    overflow: hidden;
}

.index-news-box ul li .item img {
    max-width: 100%;
    transition: ease all 0.4s;
    -webkit-transition: ease all 0.4s;
    -moz-transition: ease all 0.4s;
    -o-transition: ease all 0.4s;
}

    .index-news-box ul li .item img:hover {
        transform: scale(1.1);
    }

.index-news-box ul li .item .th {
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
    margin-bottom: 10px;
}

    .index-news-box ul li .item .th a:hover {
        color: #278032;
    }

.index-news-box ul li .item p {
    color: #777;
    font-size: 15px;
    line-height: 24px;
}

.index-news-box ul li .item span {
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #278032;
    display: inline-block;
    width: 75px;
    padding: 4px 0 12px 0;
    text-align: center;
}

    .index-news-box ul li .item span b {
        display: block;
        font-size: 38px;
    }

    .index-news-box ul li .item span:after {
        content: '';
        position: absolute;
        left: 75px;
        top: 30px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6.5px 0 6.5px 7px;
        border-color: transparent transparent transparent #278032;
    }

/*首页案例*/
.index-case {
    padding: 70px 0;
    overflow: hidden;
    position: relative;
    background-image: url(https://e2f04e.claudeassets.com/20220331084541im_/https://www.gkuvc.com/images/bg1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #191919;
}

    .index-case:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #191919;
        opacity: .8;
        content: "";
    }

.index-case-center {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.index-case-t {
    margin-bottom: 30px;
}

    .index-case-t span {
        color: #fff;
        font-size: 50px;
        line-height: 50px;
        position: relative;
        text-transform: uppercase;
    }

.index-case-box ul {
    overflow: hidden;
    font-size: 0;
    margin: 0 -15px;
}

    .index-case-box ul li {
        width: 50%;
        display: inline-block;
        vertical-align: top;
        font-size: 14px;
    }

        .index-case-box ul li .item {
            margin: 0 15px 20px 15px;
            overflow: hidden;
            position: relative;
        }

.index-case-box-frame {
    width: 48%;
    overflow: hidden;
    float: left;
}

    .index-case-box-frame img {
        max-width: 100%;
        display: block;
        transition: ease all 0.4s;
        -webkit-transition: ease all 0.4s;
        -moz-transition: ease all 0.4s;
        -o-transition: ease all 0.4s;
    }

.index-case-box ul li .item:hover img {
    transform: scale(1.1);
}

.index-case-box-text {
    width: 48%;
    margin-left: 4%;
    float: left;
}

.index-case-box ul li .item .th {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
    margin-bottom: 10px;
}

    .index-case-box ul li .item .th a {
        color: #fff;
    }

        .index-case-box ul li .item .th a:hover {
            color: #278032;
        }

.index-case-box ul li .item p {
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    max-height: 72px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 20px;
}

.index-case-box ul li .item span {
    display: block;
}

    .index-case-box ul li .item span a {
        color: #fff;
        font-size: 16px;
        background-color: #a600cf;
        display: inline-block;
        height: 40px;
        line-height: 40px;
        padding: 0 20px;
        transition: ease all 0.4s;
        -webkit-transition: ease all 0.4s;
        -moz-transition: ease all 0.4s;
        -o-transition: ease all 0.4s;
    }

        .index-case-box ul li .item span a:hover {
            color: #fff;
            font-size: 16px;
            background-color: #333;
        }
/*首页部分结束*/

/*内页部分*/
.inner-page-main {
    width: 100%;
    overflow: hidden;
}

.inner-page-middle {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
}
/*面包屑导航*/
.bread-crumb {
    width: 100%;
    margin: 20px 0;
    overflow: hidden;
}

    .bread-crumb ul {
        color: #666;
    }

        .bread-crumb ul li {
            font-size: 14px;
            line-height: 24px;
            display: inline-block;
            vertical-align: middle;
            margin-right: 8px;
        }

            .bread-crumb ul li a {
                color: #666;
            }

                .bread-crumb ul li a:hover {
                    color: #a600cf;
                }

.inner-page-content {
    width: 100%;
    margin: 20px 0;
    overflow: hidden;
}
/*分页符*/
.pagination-bar {
    text-align: center;
    padding: 20px 0;
}

    .pagination-bar ul {
        display: block;
    }

        .pagination-bar ul li {
            display: inline-block;
            margin: 2px;
            vertical-align: top;
        }

            .pagination-bar ul li a {
                background: #fff;
                height: 35px;
                width: 35px;
                display: inline-block;
                line-height: 35px;
                text-align: center;
                transition: ease all 0.4s;
                -webkit-transition: ease all 0.4s;
                -moz-transition: ease all 0.4s;
                -o-transition: ease all 0.4s;
            }

            .pagination-bar ul li.pageinfo {
                background: #fff;
                line-height: 35px;
                text-align: center;
                padding: 0 15px;
            }

            .pagination-bar ul li.active {
                background: #292929;
                color: #fff;
                height: 35px;
                width: 35px;
                display: inline-block;
                line-height: 35px;
                text-align: center;
            }

            .pagination-bar ul li a i {
                vertical-align: middle;
                font-weight: bold;
            }

            .pagination-bar ul li a:hover {
                color: #fff;
                background: #a600cf;
            }
/*左边*/
.inner-page-l {
    width: 26%;
    float: left;
    margin-bottom: 40px;
}

.inner-page-r {
    width: 74%;
    float: right;
    margin-bottom: 40px;
}
/*侧边*/
.sidebar-block {
    margin-right: 30px;
    overflow: hidden;
}

.sidebar-box {
    overflow: hidden;
    margin-bottom: 30px;
}

.sidebar-title {
    background: #191919;
    padding: 10px 16px;
    margin-bottom: 15px;
}

    .sidebar-title span {
        color: #fff;
        font-size: 18px;
        line-height: 24px;
        text-transform: capitalize;
    }

.sidebar-contant {
    padding: 10px 16px;
    background-color: #fff;
}

.sidebar-featured ul {
    overflow: hidden;
}

    .sidebar-featured ul li {
        width: 100%;
        overflow: hidden;
        margin: 8px 0;
        float: left;
    }

        .sidebar-featured ul li .item {
            background-color: #fff;
            overflow: hidden;
        }

            .sidebar-featured ul li .item .pro-media {
                float: left;
                width: 45%;
            }

                .sidebar-featured ul li .item .pro-media img {
                    max-width: 100%;
                    display: block;
                }

            .sidebar-featured ul li .item .pro-detail-info {
                float: right;
                width: 55%;
            }

                .sidebar-featured ul li .item .pro-detail-info .th {
                    margin-left: 15px;
                    font-size: 14px;
                    line-height: 18px;
                    margin-bottom: 12px;
                    font-weight: normal;
                    max-height: 54px;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 3;
                    overflow: hidden;
                }

                    .sidebar-featured ul li .item .pro-detail-info .th a {
                        display: block;
                    }

                        .sidebar-featured ul li .item .pro-detail-info .th a:hover {
                            color: #278032;
                        }

                .sidebar-featured ul li .item .pro-detail-info span {
                    margin-left: 15px;
                    display: block;
                }

                    .sidebar-featured ul li .item .pro-detail-info span a {
                        color: #fff;
                        font-size: 14px;
                        background-color: #278032;
                        display: inline-block;
                        height: 30px;
                        line-height: 30px;
                        padding: 0 15px;
                        transition: ease all 0.4s;
                        -webkit-transition: ease all 0.4s;
                        -moz-transition: ease all 0.4s;
                        -o-transition: ease all 0.4s;
                    }

                        .sidebar-featured ul li .item .pro-detail-info span a:hover {
                            color: #fff;
                            background-color: #a600cf;
                        }
/*侧边联系方式*/
.sidebar-contact .mb-20 {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 8px;
}

    .sidebar-contact .mb-20:nth-last-child(1) {
        margin-bottom: 0;
    }

.sidebar-contact .inner-title {
    color: #278032;
    font-weight: bold;
}

    .sidebar-contact .inner-title i {
        margin-right: 5px;
    }

.sidebar-contact ul li a {
    word-break: break-all;
    display: inline-block;
}

    .sidebar-contact ul li a:hover {
        color: #278032;
    }

.sidebar-contact ul {
    overflow: hidden;
}

    .sidebar-contact ul li {
        font-size: 14px;
        line-height: 20px;
        margin: 8px 0;
        float: left;
    }
/*侧边新闻列表*/

/*产品页*/
.product-key {
    margin-bottom: 20px;
    background-color: #fff;
}

.product-key-box {
    padding: 14px 20px;
}

.product-key h1 {
    font-size: 20px;
    line-height: 24px;
    display: block;
}

.product-key p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
}

.product-listing-t {
    position: relative;
    margin: 20px 0;
    overflow: hidden;
}

    .product-listing-t h2 {
        font-size: 18px;
        color: #404042;
        line-height: 30px;
        display: inline-block;
        padding-right: 30px;
        background-color: #e5e5e5;
        position: relative;
        text-transform: capitalize;
        z-index: 1;
    }

    .product-listing-t span {
        font-size: 14px;
        color: #404042;
        display: inline-block;
        padding-left: 20px;
        background-color: #e5e5e5;
        z-index: 1;
        position: relative;
        float: right;
        margin-top: 5px;
    }

        .product-listing-t span a {
            padding: 2px 8px;
            background-color: #fff;
            display: inline-block;
        }

            .product-listing-t span a:hover {
                color: #fff;
                background-color: #278032;
            }

    .product-listing-t::after {
        background-color: #ccc;
        bottom: 14px;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        width: 100%;
    }

.product-listing {
    margin-bottom: 20px;
}

    .product-listing ul {
        font-size: 0;
        overflow: hidden;
        margin: -10px;
    }

        .product-listing ul li {
            width: 33.33333%;
            font-size: 14px;
            display: inline-block;
            vertical-align: top;
        }

    .product-listing .product-item {
        background-color: #fff;
        position: relative;
        overflow: hidden;
        margin: 10px;
        transition: ease all 0.4s;
        -webkit-transition: ease all 0.4s;
        -moz-transition: ease all 0.4s;
        -o-transition: ease all 0.4s;
    }

        .product-listing .product-item .sale-label {
            position: absolute;
            top: 10px;
            left: 0;
        }

            .product-listing .product-item .sale-label span {
                font-size: 14px;
                color: #fff;
                background-color: #f94825;
                display: inline-block;
                padding: 4px 10px;
            }

    .product-listing .product-image {
        overflow: hidden;
    }

        .product-listing .product-image img {
            width: 100%;
        }

    .product-listing .product-item-name {
        margin: 15px;
        overflow: hidden;
    }

        .product-listing .product-item-name h3 {
            font-size: 16px;
            font-weight: normal;
            width: 100%;
            text-align: center;
            line-height: 20px;
            height: 40px;
            overflow: hidden;
        }

    .product-listing .product-item:hover h3 {
        color: #278032;
    }
/*产品类别*/
.product-category {
}

    .product-category li {
        width: 100%;
        margin-bottom: 30px;
    }

    .product-category .product-item {
        text-align: left;
        font-size: 0;
        position: relative;
        padding: 20px;
        background-color: #fff;
    }

        .product-category .product-item .sale-label {
            position: absolute;
            top: 10px;
            left: 0;
        }

            .product-category .product-item .sale-label span {
                font-size: 14px;
                color: #fff;
                background-color: #278032;
                display: inline-block;
                padding: 4px 10px;
            }

    .product-category li .product-image {
        width: 30%;
        display: inline-block;
        vertical-align: middle;
    }

        .product-category li .product-image img {
            width: 100%;
            max-width: 500px;
        }

.product-item-text {
    font-size: 14px;
    width: 70%;
    display: inline-block;
    vertical-align: middle;
}

.product-item-text-b {
    margin-left: 30px;
}

.product-item-text h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
}

.product-item-text p {
    font-size: 14px;
    line-height: 24px;
}

.product-item-text .tag {
    font-size: 12px;
    width: 100%;
    margin: 10px -5px;
}

    .product-item-text .tag a {
        padding: 4px 8px;
        background-color: #eef0f1;
        display: inline-block;
        margin: 5px;
    }

        .product-item-text .tag a:hover {
            color: #fff;
            background-color: #278032;
        }

.product-item-text span a {
    line-height: 24px;
    color: #fff;
    background-color: #278032;
    padding: 8px 15px;
    display: inline-block;
    transition: ease all 0.4s;
    -webkit-transition: ease all 0.4s;
    -moz-transition: ease all 0.4s;
    -o-transition: ease all 0.4s;
}

    .product-item-text span a i {
        font-size: 20px;
        line-height: 18px;
        margin-right: 5px;
    }

    .product-item-text span a.more {
        color: #242424;
        background-color: #f0f0f0;
        margin-left: 10px;
    }

    .product-item-text span a:hover {
        color: #fff;
        background-color: #666;
    }
/*产品详情*/
.product-details {
    overflow: hidden;
    padding: 20px;
    background-color: #fff;
}

.product-page-plan {
    width: 46%;
    float: left;
}

.product-attributes {
    width: 54%;
    float: right;
}

    .product-attributes .product-name {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 20px;
    }

.product-attributes-item {
    margin-bottom: 20px;
}

    .product-attributes-item ul li {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
    }

        .product-attributes-item ul li label {
            color: #278032;
            font-size: 15px;
            margin: 0 0 5px 0;
        }

.product-overview {
    margin-bottom: 20px;
}

    .product-overview p {
        font-size: 14px;
        line-height: 24px;
    }

.product-detail-annex {
    margin-bottom: 10px;
    overflow: hidden;
}

    .product-detail-annex .pro-email-icon {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 10px;
    }

        .product-detail-annex .pro-email-icon a {
            line-height: 20px;
            color: #fff;
            background-color: #F60;
            padding: 8px 15px;
            display: block;
        }

            .product-detail-annex .pro-email-icon a i {
                font-size: 22px;
                margin-right: 5px;
            }

    .product-detail-annex .pro-annex-icon {
        display: inline-block;
        margin-bottom: 10px;
    }

        .product-detail-annex .pro-annex-icon a {
            line-height: 20px;
            background: #ececec;
            padding: 8px 15px;
            display: block;
        }

            .product-detail-annex .pro-annex-icon a i {
                margin-right: 5px;
            }

    .product-detail-annex a:hover {
        color: #fff;
        background-color: #666;
    }

.product-information {
    margin: 30px 0;
    overflow: hidden;
    padding: 20px;
    background-color: #fff;
}

.product-information-content {
    border-bottom: 1px solid #d9d9d9;
    overflow: hidden;
    padding: 0;
    line-height: 28px;
    font-size: 14px;
    padding-bottom: 20px;
}

.product-information-t {
    background: #ececec;
    padding: 10px 16px;
    margin-bottom: 20px;
}

    .product-information-t h1 {
        font-size: 18px;
        line-height: 24px;
    }

.product-information-box h2 {
    font-size: 16px;
    line-height: 28px;
}

.product-information-content img {
    display: inline-block;
    max-width: 100%;
}

.pgwSlideshow.narrow .ps-list .ps-next:hover, .pgwSlideshow.narrow .ps-list .ps-prev:hover {
    background-color: #278032;
}
/*表格手机端滑动*/
.nei-table {
    width: 100%;
    overflow: auto;
}

    .nei-table table {
        border-collapse: collapse;
        border-spacing: 0;
    }

        .nei-table table, .nei-table table th, .nei-table table td {
            border: 1px solid #666;
        }

            .nei-table table th, .nei-table table td {
                padding: 4px 10px;
            }
/*详情页标签*/
.product-tag {
    display: flex;
    margin-top: 20px;
    padding: 20px 0;
    border-top: 1px solid #d9d9d9;
}

.product-tag-title {
    display: inline-block;
}

.product-tag span {
    font-size: 16px;
    padding: 5px 0;
    float: left;
    white-space: nowrap;
}

.product-tag-item {
    vertical-align: top;
}

    .product-tag-item a {
        margin: 5px 12px;
        line-height: 20px;
        font-size: 14px;
        display: inline-block;
    }

        .product-tag-item a:hover {
            color: #a600cf;
        }
/*附件下载*/
.product-annex {
    display: flex;
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d9d9d9;
}

    .product-annex span {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .product-annex ul li {
        font-size: 14px;
        line-height: 20px;
        margin: 0 12px 10px 12px;
    }

        .product-annex ul li i {
            margin-right: 5px;
        }

        .product-annex ul li a:hover {
            color: #a600cf;
        }
/*相关产品*/
.related-products {
    width: 100%;
    margin-top: 20px;
}

.related-products-t {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

    .related-products-t::after {
        background-color: #eee;
        bottom: 10px;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        width: 100%;
    }

    .related-products-t span, .related-products-t span {
        font-size: 18px;
        line-height: 30px;
        background-color: #fff;
        display: inline-block;
        padding-right: 30px;
        position: relative;
        z-index: 1;
    }

.related-products ul {
    font-size: 0;
}

    .related-products ul li {
        font-size: 14px;
        width: 25%;
        display: inline-block;
        vertical-align: top;
    }

        .related-products ul li .item {
            padding: 15px;
        }

            .related-products ul li .item img {
                width: 100%;
                max-width: 500px;
            }

            .related-products ul li .item .text {
                font-size: 14px;
                line-height: 20px;
                margin-top: 5px;
            }
/*产品折叠菜单*/
.sidebar-product dl {
    width: 100%;
    overflow: hidden;
    margin-bottom: 0;
}

    .sidebar-product dl dt {
        font-size: 14px;
        line-height: 18px;
        font-weight: normal;
        padding: 10px 15px 10px 0;
        border-bottom: 1px solid #ebebeb;
        position: relative;
        margin-bottom: 0;
    }

    .sidebar-product dl:last-child dt {
        border-bottom: 0;
    }

    .sidebar-product dl dt a {
        font-size: 14px;
    }

    .sidebar-product dl dt i {
        width: 0;
        height: 0;
        background-color: #6d6d6d;
        overflow: hidden;
        position: absolute;
        left: 5px;
        top: 15px;
    }

    .sidebar-product dl dt a:hover {
        color: #278032;
    }

    .sidebar-product dl span {
        overflow: hidden;
        font-size: 16px;
        font-weight: bold;
        color: #6d6d6d;
        height: 38px;
        display: block;
        line-height: 38px;
        float: right;
        cursor: pointer;
        padding: 0 5px;
        position: relative;
        z-index: 1;
    }

        .sidebar-product dl span.clicker_active {
            font-size: 26px;
            font-weight: normal;
        }

        .sidebar-product dl span:hover {
            background-position: 10px 20px;
            text-decoration: none;
            color: #278032;
        }

    .sidebar-product dl dd {
        overflow: hidden;
        line-height: 18px;
        font-size: 14px;
        margin: 8px 0 8px 15px;
    }

        .sidebar-product dl dd a {
            font-size: 13px;
            color: #6d6d6d;
            width: 100%;
            display: block;
            padding-bottom: 8px;
            border-bottom: 1px dashed #ebebeb;
        }

.sidebar-product dd a:hover {
    text-decoration: none;
    color: #278032;
}


/*侧边新闻*/
.sidebar-news ul {
    overflow: hidden;
}

    .sidebar-news ul li {
        line-height: 20px;
        font-size: 16px;
        padding: 10px 20px;
        position: relative;
        display: block;
        overflow: hidden;
        transition: ease all 0.4s;
        -webkit-transition: ease all 0.4s;
        -moz-transition: ease all 0.4s;
        -o-transition: ease all 0.4s;
    }

        .sidebar-news ul li:hover {
            padding: 10px 10px 10px 30px;
        }

        .sidebar-news ul li a {
            display: block;
        }

        .sidebar-news ul li i {
            font-size: 8px;
            position: absolute;
            top: 10px;
            left: 0;
            transition: ease all 0.4s;
            -webkit-transition: ease all 0.4s;
            -moz-transition: ease all 0.4s;
            -o-transition: ease all 0.4s;
        }

        .sidebar-news ul li:hover i {
            left: 10px;
        }

        .sidebar-news ul li a:hover {
            color: #278032;
        }
/*侧边关于我们*/
.sidebar-about ul {
    overflow: hidden;
}

    .sidebar-about ul li {
        line-height: 20px;
        font-size: 16px;
        padding: 10px 20px;
        position: relative;
        display: block;
        overflow: hidden;
        transition: ease all 0.4s;
        -webkit-transition: ease all 0.4s;
        -moz-transition: ease all 0.4s;
        -o-transition: ease all 0.4s;
    }

        .sidebar-about ul li:hover {
            padding: 10px 10px 10px 30px;
        }

        .sidebar-about ul li a {
            display: block;
        }

        .sidebar-about ul li i {
            font-size: 8px;
            position: absolute;
            top: 10px;
            left: 0;
            transition: ease all 0.4s;
            -webkit-transition: ease all 0.4s;
            -moz-transition: ease all 0.4s;
            -o-transition: ease all 0.4s;
        }

        .sidebar-about ul li:hover i {
            left: 10px;
        }

        .sidebar-about ul li a:hover {
            color: #a600cf;
        }

/*新闻列表*/
/*推荐新闻*/
.news-list-top {
    overflow: hidden;
}

.news-list-top-box {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
    font-size: 14px;
}

    .news-list-top-box .item {
        position: relative;
        overflow: hidden;
        background-color: #fff;
        padding: 16px;
    }

        .news-list-top-box .item a {
            overflow: hidden;
            display: block;
        }

.news-list-top-box-frame {
    overflow: hidden;
    float: left;
    width: 40%;
    max-width: 220px;
    margin-right: 20px;
}

.news-list-top-box .item img {
    height: auto;
    display: block;
    font-size: 0;
    overflow: hidden;
    max-width: 100%;
    transition: ease all 0.4s;
    -webkit-transition: ease all 0.4s;
    -moz-transition: ease all 0.4s;
    -o-transition: ease all 0.4s;
}

    .news-list-top-box .item img:hover {
        transform: scale(1.1);
    }

.news-list-top-box .item h2, .news-list-top-box .item h3 {
    font-size: 18px;
    line-height: 30px;
    margin: 10px 0;
}

    .news-list-top-box .item h2:hover, .news-list-top-box .item h3:hover {
        color: #278032;
    }

.news-list-top-box .item p {
    font-size: 14px;
    line-height: 20px;
    max-height: 80px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.news-list-top-box .item span {
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 10px;
    left: 0;
    background-color: #278032;
    display: inline-block;
    width: 75px;
    padding: 4px 0 12px 0;
    text-align: center;
}

    .news-list-top-box .item span:after {
        content: '';
        position: absolute;
        left: 75px;
        top: 23px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6.5px 0 6.5px 7px;
        border-color: transparent transparent transparent #278032;
    }

    .news-list-top-box .item span b {
        display: block;
        font-size: 38px;
    }
/*新闻列表*/
.news-listing {
    overflow: hidden;
    margin-bottom: 20px;
}

.news-listing-t {
    background: #fff;
    padding: 10px 16px;
    margin-bottom: 15px;
    overflow: hidden;
}

    .news-listing-t .th {
        float: left;
        font-size: 18px;
        line-height: 24px;
        text-transform: capitalize;
    }

        .news-listing-t .th a:hover {
            color: #278032;
        }

    .news-listing-t span {
        float: right;
        font-size: 14px;
        line-height: 24px;
    }

        .news-listing-t span a {
            float: right;
            font-size: 14px;
            line-height: 24px;
        }

            .news-listing-t span a:hover {
                color: #278032;
            }

.news-listing ul {
    overflow: hidden;
}

    .news-listing ul li {
        margin-bottom: 10px;
    }

        .news-listing ul li .news-listing-box {
            background-color: #fff;
            overflow: hidden;
        }

        .news-listing ul li h2, .news-listing ul li h3 {
            font-size: 16px;
            line-height: 30px;
            margin: 7px 16px 0 16px;
        }

            .news-listing ul li h2:hover, .news-listing ul li h3:hover {
                color: #278032;
            }

        .news-listing ul li p {
            font-size: 14px;
            line-height: 24px;
            margin: 0 16px 7px 16px;
        }

        .news-listing ul li span {
            font-size: 14px;
            color: #fff;
            background-color: #278032;
            display: inline-block;
            width: 75px;
            padding: 4px 0 12px 0;
            text-align: center;
            float: left;
            margin-right: 16px;
            position: relative;
        }

            .news-listing ul li span:after {
                content: '';
                position: absolute;
                left: 75px;
                top: 23px;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 6.5px 0 6.5px 7px;
                border-color: transparent transparent transparent #278032;
            }

            .news-listing ul li span b {
                display: block;
                font-size: 38px;
            }
/*新闻详情*/
.news-details {
    border-bottom: 1px solid #d9d9d9;
    overflow: hidden;
    padding: 20px;
    line-height: 28px;
    font-size: 14px;
    background-color: #fff;
}

.news-details-t {
    background: #ececec;
    padding: 10px 16px;
    margin-bottom: 20px;
}

    .news-details-t h1 {
        font-size: 18px;
        line-height: 24px;
    }

.news-details-box {
    overflow: hidden;
}

.news-details-time {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}

    .news-details-time e {
        font-size: 14px;
        background: #fff;
        padding: 8px 10px;
    }
/*案例列表*/
.case-listing {
}

    .case-listing ul {
        overflow: hidden;
        font-size: 0;
    }

        .case-listing ul li {
            width: 100%;
            display: block;
            font-size: 14px;
        }

            .case-listing ul li .item {
                background-color: #fff;
                padding: 16px;
                margin: 0 0 20px 0;
                overflow: hidden;
            }

.case-listing-frame {
    width: 44%;
    float: left;
    margin-right: 20px;
    overflow: hidden;
    max-width: 220px;
}

    .case-listing-frame img {
        max-width: 100%;
        display: block;
        transition: ease all 0.4s;
        -webkit-transition: ease all 0.4s;
        -moz-transition: ease all 0.4s;
        -o-transition: ease all 0.4s;
    }

        .case-listing-frame img:hover {
            transform: scale(1.1);
        }

.case-listing ul li .item h2, .case-listing ul li .item h3 {
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
    margin: 10px 0;
}

    .case-listing ul li .item h2:hover, .case-listing ul li .item h3:hover {
        color: #a600cf;
    }

.case-listing ul li .item p {
    font-size: 14px;
    line-height: 20px;
    max-height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 20px;
}

.case-listing ul li .item span {
    display: block;
}

    .case-listing ul li .item span a {
        color: #fff;
        font-size: 16px;
        background-color: #278032;
        display: inline-block;
        height: 40px;
        line-height: 40px;
        padding: 0 20px;
        transition: ease all 0.4s;
        -webkit-transition: ease all 0.4s;
        -moz-transition: ease all 0.4s;
        -o-transition: ease all 0.4s;
    }

        .case-listing ul li .item span a:hover {
            background-color: #a600cf;
        }

/*证书展示*/
.certificate-listing ul {
    font-size: 0;
    overflow: hidden;
    margin: -10px;
}

    .certificate-listing ul li {
        width: 33.33333%;
        font-size: 14px;
        display: inline-block;
        vertical-align: top;
    }

.certificate-listing .item {
    margin: 10px;
    background-color: #fff;
    padding: 15px 10px;
    position: relative;
    transition: ease all 0.4s;
    -webkit-transition: ease all 0.4s;
    -moz-transition: ease all 0.4s;
    -o-transition: ease all 0.4s;
}

    .certificate-listing .item:hover {
        background-color: #278032;
    }

.certificate-listing-frame {
    overflow: hidden;
    height: 280px;
    text-align: center;
    display: table;
    width: 100%;
}

    .certificate-listing-frame a {
        display: table;
        display: table-cell;
        width: 100%;
        vertical-align: middle;
    }

    .certificate-listing-frame img {
        max-height: 280px;
        max-width: 100%;
    }

.certificate-listing .item span {
    font-size: 16px;
    font-weight: normal;
    display: table;
    margin: 8px 0;
    width: 100%;
    text-align: center;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}

    .certificate-listing .item span a {
        display: table-cell;
        vertical-align: middle;
        color: #404042;
        transition: ease all 0.4s;
        -webkit-transition: ease all 0.4s;
        -moz-transition: ease all 0.4s;
        -o-transition: ease all 0.4s;
    }

.certificate-listing .item:hover h3 a {
    color: #fff;
}

/*site-map网站地图*/
.site-map-t {
    font-size: 18px;
    line-height: 24px;
    background: #fff;
    padding: 12px 20px;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.site-map-th {
    color: #6d6d6d;
    font-size: 16px;
    line-height: 24px;
    background: #fff;
    border-bottom: 1px dashed #ebebeb;
    padding: 8px 20px;
}

    .site-map-th h2 {
        font-size: 16px;
        font-weight: normal;
    }

.site-map ul {
    overflow: hidden;
    margin: 15px 0 30px 0;
    border-bottom: 1px solid #ebebeb;
    padding: 22px 20px 12px 20px;
    background: #fff;
}

    .site-map ul li {
        font-size: 14px;
        margin-bottom: 12px;
        display: inline-block;
        vertical-align: top;
        line-height: 20px;
        width: 33.3%;
    }

        .site-map ul li h3 {
            font-size: 14px;
            font-weight: normal;
        }

    .site-map ul.site-map-l1 li {
        width: 25%;
    }

    .site-map ul.site-map-l2 li {
        width: 50%;
    }

.site-map a:hover {
    color: #a600cf;
}
/*案例详情,工厂展示,关于我们*/
.case-details, .factory-details, .about-details {
    border-bottom: 1px solid #d9d9d9;
    background-color: #fff;
    overflow: hidden;
    padding: 20px;
    line-height: 28px;
    font-size: 14px;
    padding-bottom: 20px;
}

.case-details-t, .factory-details-t, .about-details-t {
    background: #ececec;
    padding: 10px 16px;
    margin-bottom: 20px;
}

    .case-details-t h1, .factory-details-t h1, .about-details h1 {
        font-size: 18px;
        line-height: 24px;
    }

.case-details-box, .factory-details-box, .about-details-box {
    overflow: hidden;
}

    .case-details-box img, .factory-details-box img, .about-details-box img, .news-details-box img {
        max-width: 100%;
    }

    .product-information-box embed, .case-details-box embed, .factory-details-box embed, .about-details-box embed {
        max-width: 100% !important;
    }

    .product-information-box a, .case-details-box a, .factory-details-box a, .about-details-box a {
        text-decoration: underline;
        color: #06C;
    }

    .product-information-box ul, .product-information-box ol, .product-information-box li,
    .case-details-box ul, .case-details-box ol, .case-details-box li,
    .factory-details-box ul, .factory-details-box ol, .factory-details-box li,
    .about-details-box ul, .about-details-box ol, .about-details-box li {
        list-style: unset;
        margin-left: 20px;
    }
/*关于我们图片切换*/
.pb {
    display: inline-block;
    position: relative;
    height: auto;
    width: 100%;
    margin-bottom: 10px;
    z-index: 1;
}

    .pb .banners {
        width: 100%;
        overflow: hidden;
        padding: 0px;
        margin: 0px;
    }

        .pb .banners li.current {
            display: block;
        }

        .pb .banners li {
            display: none;
            padding: 0;
            margin: 0;
        }

.C_top_R1IMG2 {
    width: 100%;
    height: auto;
}

    .C_top_R1IMG2 a img {
        width: 100%;
        display: block;
    }

.switcher_2 {
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.pb .points_2 li {
    width: 22px;
    height: 22px;
    text-align: center;
    cursor: pointer;
    float: left;
    background-color: #999;
    line-height: 22px;
    color: #FFF;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    list-style-position: outside;
    list-style-image: none;
    list-style-type: none;
    padding: 0px;
    margin: 0px 5px 0px 0px;
    border: 1px solid #FFF;
}

    .pb .points_2 li.current {
        color: #FFF;
        margin-right: 5px;
        height: 22px;
        width: 22px;
        border: 1px solid #FFF;
        background-color: #C00;
    }
/*关于我们头部表格*/
.about_pc_tab {
    overflow: hidden;
    margin-bottom: 20px;
}

    .about_pc_tab table {
        background-color: #fff;
        width: 100%;
    }

        .about_pc_tab table tr {
            background-color: #fff;
            line-height: 20px;
        }

            .about_pc_tab table tr th, .about_pc_tab table tr td {
                padding: 8px 15px;
            }

            .about_pc_tab table tr th {
                width: 24%;
            }

/*联系我们表格*/
.contact-table-box {
    overflow: hidden;
    margin-bottom: 30px;
    padding: 20px;
    background-color: #fff;
}

.contact-name {
    background: #ececec;
    padding: 10px 16px;
    margin-bottom: 15px;
}

    .contact-name h5 {
        font-size: 16px;
        line-height: 24px;
    }

.contact-info table {
    width: 100%;
    border-collapse: collapse;
}

.contact-info tr {
    background-color: #fff;
    word-break: break-all;
}

    .contact-info tr:hover {
        background-color: #faf9f9;
    }

    .contact-info tr th, .contact-info tr td {
        font-size: 14px;
    }

        .contact-info tr th:first-child, .contact-info tr td:first-child {
            width: 28%;
        }

.contact-info td a {
    color: #fff;
    padding: 13px;
}

.contact-info td {
    padding: 15px 10px;
    border: 1px solid #ebebeb;
    vertical-align: middle;
}

    .contact-info td i {
        font-size: 18px;
        margin-right: 10px;
    }

    .contact-info td.name, .contact-info td.description {
        vertical-align: top;
    }

    .contact-info td:first-child {
        padding: 15px 10px;
        text-transform: uppercase;
        font-weight: bold;
        vertical-align: middle;
    }

/*邮件*/
.inner-message {
    margin-bottom: 30px;
    overflow: hidden;
}

.inner-message-t {
    background: #fff;
    padding: 10px 16px;
    margin-bottom: 20px;
}

    .inner-message-t h5 {
        font-size: 18px;
        line-height: 24px;
    }

.inner-message .th {
    font-size: 20px;
    margin-bottom: 10px;
}

.inner-message .inner-message-centered {
    font-size: 16px;
}

    .inner-message .inner-message-centered span {
        color: #F60;
    }

.inner-message-row {
    margin-top: 20px;
    overflow: hidden;
}

    .inner-message-row .item {
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }

        .inner-message-row .item input {
            color: #999;
            width: 100%;
            line-height: 30px;
            border: 0;
            height: 30px;
        }

        .inner-message-row .item textarea {
            color: #999;
            width: 100%;
            line-height: 30px;
            border: 0;
            font-family: Arial, Helvetica, sans-serif;
            min-height: 110px;
        }

        .inner-message-row .item button {
            color: #fff;
            font-size: 14px;
            background-color: #a600cf;
            display: block;
            line-height: 30px;
            padding: 8px 20px;
            transition: ease all 0.4s;
            -webkit-transition: ease all 0.4s;
            -moz-transition: ease all 0.4s;
            -o-transition: ease all 0.4s;
            cursor: pointer;
            border: 0;
        }

            .inner-message-row .item button:hover {
                background-color: #191919;
            }

            .inner-message-row .item button:active {
                background-color: #F60;
            }

        .inner-message-row .item.item-half {
            width: 50%;
        }

.inner-message-half {
    padding: 8px;
    border: 1px solid #d9d9d9;
    margin-right: 20px;
    background-color: #fff;
}

.inner-message-box {
    padding: 8px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
}
/*空位符*/
.air-h30 {
    width: 100%;
    height: 30px;
    display: block;
}
/*上下篇*/
.other-upper-next {
    border-bottom: 1px solid #d9d9d9;
    overflow: hidden;
    line-height: 28px;
    font-size: 14px;
    padding: 20px;
    background-color: #fff;
    margin-bottom: 30px;
}

.other-upper-next-box {
    overflow: hidden;
}

.other-upper-next .other-upper {
    float: left;
}

.other-upper-next .other-next {
    float: right;
}

.other-upper-next .other-upper i {
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.other-upper-next .other-next i {
    float: right;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.other-upper-next span a:hover {
    color: #a600cf;
}
/*底部*/
.footer-middle {
    padding-top: 60px;
    background: #278032;
}

.footer-content {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
    font-size: 0;
}

.footer-main {
    margin: 20px 0;
}

.footer-content .item {
    width: 22%;
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
    margin-bottom: 30px;
}
.footer-content .item.footer-inquiry {
    width: 26%;
}

    .footer-content .item.footer-contactus {
        width: 30%;
    }

        .footer-content .item.footer-contactus li {
            color: #fff;
            position: relative;
            display: flex;
        }

            .footer-content .item.footer-contactus li label {
                display: inline-block;
                vertical-align: top;
            }

                .footer-content .item.footer-contactus li label i {
                    font-size: 20px;
                    color: #a600cf;
                }

.footer-static-block {
    margin-right: 30px;
}

    .footer-static-block .th {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 30px;
        color: #fff;
        position: relative;
        text-transform: uppercase;
    }

        .footer-static-block .th::before {
            background: #a600cf;
            bottom: -10px;
            content: "";
            height: 2px;
            left: 0;
            position: absolute;
            width: 40px;
        }

        .footer-static-block .th a {
            color: #fff;
        }

            .footer-static-block .th a:hover {
                color: #a600cf;
            }

.footer-block-contant li {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 18px;
    color: #C1C1C1;
}

    .footer-block-contant li b {
        font-size: 16px;
    }

    .footer-block-contant li label {
        white-space: nowrap;
        margin-right: 5px;
    }

    .footer-block-contant li span {
        display: inline-block;
    }

.key-words li {
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding-left: 20px;
}

    .key-words li i {
        position: absolute;
        left: 0;
        top: 0;
        font-style: normal;
    }

        .key-words li i::after {
            font-family: "iconfont" !important;
            position: absolute;
            content: "\e618";
            font-size: 10px;
            color: #a600cf;
        }

.footer-block-contant li a {
    color: #fff;
}

    .footer-block-contant li a:hover {
        color: #a600cf;
    }

.footer-secondary {
    background-color: #191919;
    padding: 20px 0;
}

.footer-secondary-box {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

.footer-secondary p {
    font-family: "raleway";
    color: #777;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
}
/*返回顶部*/
.scroll {
    width: 40px;
    height: 40px;
    color: #fff;
    line-height: 42px;
    text-align: center;
    position: fixed;
    right: 34px;
    bottom: 74px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    z-index: 10;
}

    .scroll i {
        font-size: 28px;
    }

@media screen and (max-width: 1220px) {
    .inner-page-l {
        width: 32%;
    }

    .inner-page-r {
        width: 68%;
    }

    .company-motto {
        width: 100%;
        overflow: hidden;
    }

    .company-motto-p {
        padding: 0 0 10px 0;
        display: block;
        height: auto;
    }
}

@media screen and (max-width: 1044px) {
    .subblock .category ul li, .hot-products-box ul li, .index-news-box ul li, .product-listing ul li, .certificate-listing ul li {
        width: 50%;
    }

    .footer-content .item, .footer-content .item.footer-contactus {
        width: 50%;
    }

    .sidebar-featured ul li .item .pro-media {
        width: 100%;
    }

    .sidebar-featured ul li .item .pro-detail-info {
        width: 100%;
        margin-top: 10px;
    }

        .sidebar-featured ul li .item .pro-detail-info .th {
            margin-left: 0;
            line-height: 20px;
        }

        .sidebar-featured ul li .item .pro-detail-info span {
            margin-left: 0;
            display: block;
        }
    /*产品详情展示*/
    .product-page-plan, .product-attributes {
        width: 100%;
    }

    .index-case {
        background-size: auto 100%;
    }
}

@media screen and (max-width:1079px) {
    .header-inner-right {
        float: left;
        margin: 15px 0;
        text-align: left;
    }

    .header-contact ul li {
        font-size: 16px;
        line-height: 24px;
    }

        .category-box-type h2, .header-contact ul li.website-mailbox i {
            font-size: 18px;
        }

        .category-box-detail span a.btn, .header-contact ul li.website-phone i {
            font-size: 15px;
        }


    .header-middle .header-logo {
        max-width: none;
        margin: 10px 20px 10px 0;
        height: 60px;
    }

    .header-logo-box {
        height: 60px;
    }

        .header-logo-box a img {
            max-height: 60px;
        }

    .header-middle .company-motto {
        width: 100%;
        margin: 10px 0;
        height: auto;
        padding: 0;
        float: left;
    }

    .company-motto-p {
        padding: 0;
    }

        .company-motto-p p {
            font-size: 18px;
            line-height: 20px;
        }

    .header-search {
        float: left;
        display: inline-block;
        margin: 10px 0;
        position: static;
    }

        .header-search .search-box input.input-text {
            position: static;
            width: 170px;
            opacity: 1;
        }

    .index-about-l .th {
        font-size: 20px;
        margin-right: 0;
        line-height: 30px;
    }

    .index-case-box ul li {
        width: 100%;
    }

        .index-case-box ul li .item {
            margin: 0 15px 20px 15px;
        }

    .subblock .category ul {
        text-align: center;
    }

        .subblock .category ul li {
            width: 100%;
            max-width: 500px;
        }

    .index-about-t, .featured-products-t, .hot-products-t, .index-news-t, .index-case-t, .quick-links-t {
        margin: 0;
    }

        .index-about-t span, .featured-products-t span, .hot-products-t span, .index-news-t span, .index-case-t span, .quick-links-t span {
            font-size: 24px;
        }

    .category-box a img {
        display: inline-block;
    }

    .index-about-l, .index-about-r {
        width: 100%;
    }

    .hot-products-box ul li .item {
        margin: 0 5px;
        padding: 5px;
    }

        .hot-products-box ul li .item h3 {
            font-size: 14px;
        }

    .index-news-box ul li {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .footer-content .item, .footer-content .item.footer-contactus {
        width: 100%;
    }

    .index-case-box-frame {
        width: 100%;
        margin: 0;
        float: none;
        max-width: 500px;
    }

    .index-case-box-text {
        width: 100%;
        margin-left: 0;
    }

    /*联系我们表格*/
    .contact-info tr th, .contact-info tr td {
        font-size: 12px;
    }
    /*返回顶部*/
    .scroll {
        width: 32px;
        height: 32px;
        line-height: 34px;
        right: 2px;
        bottom: 8px;
    }

        .scroll i {
            font-size: 22px;
        }

    /*侧边*/
    .inner-page-content, .inner-page-l, .inner-page-r {
        width: 100%;
        margin-bottom: 0;
    }

    .sidebar-block {
        margin-right: 0;
    }

    .product-listing .product-item-name h3 {
        font-size: 14px;
    }
    /*侧边联系方式*/
    .sidebar-contact {
        display: none;
    }
    /*案例列表*/
    .case-listing-frame {
        width: 100%;
        margin: 0 0 20px 0;
        float: none;
        max-width: 500px;
    }

    .news-list-top-box-frame, .news-list-top-box-text {
        width: 100%;
        margin-bottom: 10px;
    }

        .news-list-top-box .item h2, .news-list-top-box .item h3, .news-list-top-box .item p, .news-list-top-box-text span {
            margin-left: 0;
        }
    /*证书*/
    .certificate-listing-frame {
        height: 180px;
    }

        .certificate-listing-frame img {
            max-height: 180px;
        }

    .site-map ul li, .site-map ul li, .site-map ul.site-map-l1 li, .site-map ul.site-map-l2 li {
        width: 100%;
    }

    .product-category li .product-image, .product-item-text, .product-item-text-b {
        margin: 0;
        width: 100%;
    }

    .related-products ul li {
        width: 50%;
    }
}

/*滚动图*/
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel {
    /*display: none;*/
    position: relative;
    -ms-touch-action: pan-y;
}

    .owl-carousel .owl-wrapper {
        display: none;
        position: relative;
        -webkit-transform: translate3d(0px,0px,0px);
    }

    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

        .owl-carousel .owl-wrapper-outer.autoHeight {
            -webkit-transition: height 500ms ease-in-out;
            -moz-transition: height 500ms ease-in-out;
            -ms-transition: height 500ms ease-in-out;
            -o-transition: height 500ms ease-in-out;
            transition: height 500ms ease-in-out;
        }

    .owl-carousel .owl-item {
        float: left;
    }

.owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}

.container {
    padding-left: 0;
    padding-right: 0;
}

.owl-carousel .owl-wrapper-outer {
    display: inline-block;
    padding-top: 7px;
    margin-top: -7px;
}

.roll-box {
    margin: 0 -15px;
}
/*移动端侧边,底部折叠*/
.sidebar-block-but, .footer-content-but {
    display: none;
}

@media screen and (max-width:768px) {
    .footer-middle {
        padding-top: 10px;
    }

    .inner-message {
        margin-bottom: 0;
    }

    .sidebar-block-but, .footer-content-but {
        position: relative;
        padding: 10px 40px 10px 20px;
        background-color: #eee;
        display: block;
        margin-bottom: 10px;
    }

        .sidebar-block-but span, .footer-content-but span {
            text-transform: uppercase;
            color: #222;
            font-size: 16px;
            line-height: 20px;
        }

        .sidebar-block-but button, .footer-content-but button {
            position: absolute;
            top: 9px;
            right: 5px;
            width: 30px;
            height: 24px;
            border: 0;
            color: #222;
            display: inline-block;
            border-radius: 0;
            line-height: 24px;
            background: none;
        }

            .sidebar-block-but button i, .footer-content-but button i {
                font-size: 20px;
                position: relative;
            }

                .sidebar-block-but button i::after, .footer-content-but button i::after {
                    content: "\e660";
                    font-family: "iconfont" !important;
                }

        .sidebar-block-but.expand button, .footer-content-but.expand button {
            transform: rotateZ(180deg);
        }

    /*.sidebar-box, .footer-main {
        display: none;
    }*/

        .sidebar-box.expand, .footer-main.expand {
            display: block;
        }
}
/*产品详情页图片*/
.pgwMenu {
    background: #333;
    height: 40px;
    position: relative;
    list-style: none;
}

    .pgwMenu ul {
        list-style: none;
        white-space: nowrap;
        margin: 0;
        padding: 0;
    }

    .pgwMenu .pm-links.mobile, .pgwMenu .pm-viewMore > ul {
        background: #333;
        box-shadow: 2px 2px 4px #777;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 1000;
    }

        .pgwMenu .pm-links.mobile li, .pgwMenu .pm-viewMore > ul > li {
            display: block;
            clear: both;
            width: 175px;
        }

    .pgwMenu li {
        float: left;
        font-size: .9rem;
    }

    .pgwMenu a {
        display: block;
        color: #fff;
        line-height: 40px;
        text-decoration: none;
        padding: 0 12px;
    }

    .pgwMenu.light a {
        color: #000;
    }

    .pgwMenu a.selected {
        background: #777;
    }

    .pgwMenu li a:hover {
        background: #666;
        text-decoration: none;
    }

    .pgwMenu.light li a:hover {
        background: #d0d0d0;
    }

    .pgwMenu .pm-dropDown a {
        display: inline-block;
        background: #777;
    }

        .pgwMenu .pm-dropDown a.active, .pgwMenu .pm-viewMore a.active {
            background: #666;
        }

    .pgwMenu.light .pm-dropDown a.active {
        background: #bbb;
    }

    .pgwMenu .pm-dropDown span.icon, .pgwMenu .pm-dropDown span.white {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwQAADsEBuJFr7QAAABZ0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMDvo9WkAAABKSURBVEhL7ZOxDQAwCMN6O4/T0tmjsxHJDB4yROJ0dz3s1BRHEi2OTREBpQFKA5QGKA3m7IP8RKeIgNIApQFKA5QGc/ZBfkJTdF0oUafLBAFNbAAAAABJRU5ErkJggg==) no-repeat;
        display: block;
        height: 22px;
        width: 22px;
        margin: 9px 5px;
    }

    .pgwMenu.light .pm-dropDown span.icon, .pgwMenu .pm-dropDown span.black {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOvgAADr4B6kKxwAAAABZ0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMDvo9WkAAABpSURBVEhL7ZPLCcAwDEM9jefI/ks1Hyj2QbiGSLcKHggl8sEktjTc/WGyZxo6YKAbrFzFoav3/hdhmsrlijBN5XJFmKZyuSJMU7lcsfV/kIN0FRJgyACGDGDIAIYMpK8CHt6iG6xZhY0JIJ+6AHGbUFsAAAAASUVORK5CYII=) no-repeat;
        display: block;
        height: 22px;
        width: 22px;
        margin: 9px 5px;
    }

    .pgwMenu .pm-viewMore {
        display: none;
        position: relative;
    }

        .pgwMenu .pm-viewMore > ul {
            left: auto;
            right: 0;
        }

        .pgwMenu .pm-viewMore li {
            float: none;
        }

        .pgwMenu .pm-viewMore span.icon, .pgwMenu .pm-viewMore span.white {
            margin-left: 3px;
            display: inline-block;
            border-color: #fff transparent;
            border-style: solid;
            border-width: 8px 6px 0;
        }

        .pgwMenu.light .pm-viewMore span.icon, .pgwMenu .pm-viewMore span.black {
            margin-left: 3px;
            display: inline-block;
            border-color: #000 transparent;
            border-style: solid;
            border-width: 8px 6px 0;
        }

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'),local(OpenSans),url(https://4639b4.claudeassets.com/20220331084541im_/https://www.gkuvc.com/css/.SETTING_STATIC."/fonts/opensans.wof") format(woff);
}

.cntr {
    max-width: 450px;
    float: left;
    width: 100%;
    position: relative;
    z-index: 2;
    background-color: #FFF;
}

    .cntr:before, .cntr:after {
        content: ' ';
        display: table;
    }

.pgwSlideshow {
    background: #fff;
    display: none;
    margin-right: 30px;
}

    .pgwSlideshow .ps-list {
        overflow: hidden;
        position: relative;
    }

        .pgwSlideshow .ps-list li a {
            border: 1px solid #e1e1e1;
            display: table-cell;
            width: 60px;
            height: 60px;
        }

        .pgwSlideshow .ps-list li img {
            max-width: 60px;
            max-height: 60px;
            background-color: #FFF;
        }

.pgwSlideshowLight {
    width: 100%;
    background: #ddd;
    display: none;
}

    .pgwSlideshowLight .ps-list {
        border-top: 1px solid #aaa;
        box-shadow: 0 10px 10px -5px #999 inset;
        background: #ddd;
        overflow: hidden;
        position: relative;
    }

        .pgwSlideshowLight .ps-list li img {
            display: block;
            border: 1px solid #aaa;
            width: 80px;
            height: 80px;
        }

.pgwMenu.light, .pgwMenu.light .pm-links.mobile {
    background: #ddd;
}

    .pgwMenu.light a.selected, .pgwMenu.light .pm-dropDown a {
        background: #c5c5c5;
    }

.pgwMenu .pm-dropDown, .pgwMenu .pm-viewMore, .pgwMenu .pm-viewMore > ul, .hide {
    display: none;
}

    .pgwMenu .pm-viewMore > a, .dib {
        display: inline-block;
    }

.cntr:after, .clr {
    clear: both;
}

.flf, .pgwSlideshow .ps-list li, .pgwSlideshowLight .ps-list li {
    float: left;
    width: 72px;
    height: 72px;
    display: table;
}

.pgwSlideshow a, .pgwSlideshowLight a {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}

.pgwSlideshow .ps-current, .pgwSlideshowLight .ps-current {
    text-align: center;
    position: relative;
    min-height: 150px;
    overflow: hidden;
    border: 1px solid #e1e1e1;
}

    .pgwSlideshow .ps-current > ul {
        padding: 0;
        height: 100%;
    }

        .pgwSlideshow .ps-current > ul > li, .pgwSlideshowLight .ps-current > ul > li {
            text-align: center;
            width: 100%;
            height: 100%;
            z-index: 1;
            opacity: 0;
            display: block;
            position: absolute;
        }

            .pgwSlideshow .ps-current > ul > li img, .pgwSlideshowLight .ps-current > ul > li img {
                display: block;
                max-width: 100%;
                max-height: 100%;
                margin: auto;
                background-color: #FFF;
            }

.pgwSlideshow .ps-caption, .pgwSlideshowLight .ps-caption {
    background: rgba(0,0,0,0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000',endColorstr='#99000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000')";
    text-align: left;
    font-size: 1rem;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: none;
    padding: 10px;
}

    .pgwSlideshow .ps-caption span, .pgwSlideshowLight .ps-caption span {
        display: inline-block;
        padding: 7px;
    }

.pgwSlideshow .ps-list ul, .pgwSlideshowLight .ps-list ul {
    position: relative;
    list-style: none;
    left: 0;
    margin: 0;
    padding: 5px 0;
    overflow: hidden;
}

.pgwSlideshow .ps-list li .ps-item, .pgwSlideshowLight .ps-list li .ps-item {
    display: table-cell;
    opacity: .6;
    filter: alpha(opacity=60);
    margin: 5px;
    width: 62px;
    height: 62px;
    text-align: center;
    vertical-align: middle;
}

    .pgwSlideshow .ps-list li .ps-item.ps-selected, .pgwSlideshowLight .ps-list li .ps-item.ps-selected {
        opacity: 1;
        overflow: hidden;
    }

        .pgwSlideshow .ps-list li .ps-item.ps-selected a {
            border: 1px solid #C00;
        }

.pgwSlideshow .ps-prevIcon, .pgwSlideshowLight .ps-prevIcon {
    display: block;
    border-color: transparent #666;
    border-style: solid;
    border-width: 10px 10px 10px 0;
}

.pgwSlideshow .ps-nextIcon, .pgwSlideshowLight .ps-nextIcon {
    display: block;
    border-color: transparent #666;
    border-style: solid;
    border-width: 10px 0 10px 10px;
}

.pgwSlideshow .ps-current .ps-prev, .pgwSlideshowLight .ps-current .ps-prev {
    background: rgba(0,0,0,0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000',endColorstr='#99000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000')";
    border: 1px solid #777;
    border-left: 0;
    border-radius: 0 4px 4px 0;
    position: absolute;
    left: 0;
    top: 45%;
    cursor: pointer;
    padding: 20px 20px 20px 15px;
}

.pgwSlideshow .ps-current .ps-next, .pgwSlideshowLight .ps-current .ps-next {
    background: rgba(0,0,0,0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000',endColorstr='#99000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000')";
    border: 1px solid #777;
    border-right: 0;
    border-radius: 4px 0 0 4px;
    position: absolute;
    right: 0;
    top: 45%;
    cursor: pointer;
    padding: 20px 15px 20px 20px;
}

.pgwSlideshow .ps-list .ps-prev, .pgwSlideshowLight .ps-list .ps-prev {
    background: #f5f5f5;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#bb000000',endColorstr='#bb000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#bb000000', endColorstr='#bb000000')";
    border-left: 0;
    border-radius: 0;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: 1000;
    display: none;
    padding: 20px 15px 20px 12px;
}

.pgwSlideshow .ps-list .ps-next, .pgwSlideshowLight .ps-list .ps-next {
    background: #f5f5f5;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#bb000000',endColorstr='#bb000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#bb000000', endColorstr='#bb000000')";
    border-right: 0;
    border-radius: 0;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 25px;
    z-index: 1000;
    display: none;
    padding: 20px 12px 20px 15px;
}

.pgwSlideshow.narrow .ps-current .ps-prev, .pgwSlideshowLight.narrow .ps-current .ps-prev {
    top: 40%;
    padding: 15px 15px 15px 12px;
}

.pgwSlideshow.narrow .ps-current .ps-next, .pgwSlideshowLight.narrow .ps-current .ps-next {
    top: 40%;
    padding: 15px 12px 15px 15px;
}

.pgwSlideshow.narrow .ps-list .ps-prev, .pgwSlideshowLight.narrow .ps-list .ps-prev {
    top: 16px;
    padding: 15px 8px 15px 8px;
}

.pgwSlideshow.narrow .ps-list .ps-next, .pgwSlideshowLight.narrow .ps-list .ps-next {
    top: 16px;
    padding: 15px 8px 15px 8px;
}

.pgwSlideshow.narrow .ps-caption, .pgwSlideshowLight.narrow .ps-caption {
    display: none;
    padding: 0;
    width: 0;
    font-size: 0;
}

.pgwSlideshow.narrow .ps-list .ps-next:hover, .pgwSlideshow.narrow .ps-list .ps-prev:hover {
    background: #f1ac06;
}

    .pgwSlideshow.narrow .ps-list .ps-next:hover .ps-nextIcon, .pgwSlideshow.narrow .ps-list .ps-prev:hover .ps-prevIcon {
        border-color: transparent #fff;
    }

@media screen and (max-width:1024px) {
    .pgwSlideshow {
        margin-right: 0;
    }
}

@media(min-width:768px) {
    .cntr {
        float: left;
        width: 100%;
        position: relative;
        z-index: 2;
        background-color: #FFF;
    }
}
/*产品详图情放大*/
#jquery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 900000;
    width: 100%;
    height: auto;
}

#jquery-lightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000000;
    text-align: center;
    line-height: 0;
}

    #jquery-lightbox a img {
        max-width: 100%;
        border: none;
    }

#lightbox-container-image-box {
    max-width: 100%;
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}

#lightbox-container-image {
    padding: 10px;
    background-color: #fff;
    position: relative;
}

#lightbox-loading {
    position: absolute;
    top: 40%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

#lightbox-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav {
    left: 0;
}

#lightbox-nav a {
    outline: none;
}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
    width: 49%;
    height: 100%;
    zoom: 1;
    display: block;
}

#lightbox-nav-btnPrev {
    left: 0;
    float: left;
}

#lightbox-nav-btnNext {
    right: 0;
    float: right;
}

#lightbox-container-image-data-box {
    font: 10px Verdana,Helvetica,sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
    padding: 0 10px 0;
}

#lightbox-container-image-data {
    padding: 0 10px;
    color: #666;
}

    #lightbox-container-image-data #lightbox-image-details {
        width: 70%;
        float: left;
        text-align: left;
    }

#lightbox-image-details-caption {
    font-weight: bold;
}

#lightbox-image-details-currentNumber {
    display: block;
    clear: left;
    padding-bottom: 1.0em;
}

#lightbox-secNav-btnClose {
    width: 66px;
    float: right;
    padding-bottom: .7em;
}

#files {
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
}

#lightbox-image {
    max-width: 100%;
}
/*详情页seo内容*/
.article-append {
    padding: 10px 0;
    overflow: hidden;
}

.article-outline {
    margin-bottom: 20px;
    padding: 10px;
    background-color: rgba(0,0,0,0.05);
    margin-top: 10px;
}

    .article-outline p {
        font-size: 16px;
    }

.append-item {
    padding: 10px 0;
    border-top: 1px solid #ccc;
    overflow: hidden;
    margin-bottom: 20px;
}

.article-append-t {
    overflow: hidden;
}

    .article-append-t span {
        font-size: 18px;
        line-height: 22px;
        display: inline-block;
        border-bottom: 1px solid #8e969b;
        padding: 5px 0;
    }

.append-item h2 {
    font-size: 18px;
    text-align: left;
}

.append-item p {
    overflow: hidden;
    text-align: left;
}

@media screen and (max-width:426px) {
    .article-outline {
        margin-top: 20px;
    }
}
/*证书放大*/
body.fancybox-active {
    overflow: hidden;
}

body.fancybox-iosfix {
    position: fixed;
    left: 0;
    right: 0;
}

.fancybox-is-hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden;
}

.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99992;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.fancybox-outer {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47,0,.74,.71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .87;
    transition-timing-function: cubic-bezier(.22,.61,.36,1);
}

.fancybox-caption-wrap, .fancybox-infobar, .fancybox-toolbar {
    position: absolute;
    direction: ltr;
    z-index: 99997;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s,visibility 0s linear .25s;
    box-sizing: border-box;
}

.fancybox-show-caption .fancybox-caption-wrap, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    visibility: visible;
    transition: opacity .25s,visibility 0s;
}

.fancybox-infobar {
    top: 0;
    left: 0;
    font-size: 13px;
    padding: 0 10px;
    height: 44px;
    min-width: 44px;
    line-height: 44px;
    color: #ccc;
    text-align: center;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased;
    mix-blend-mode: exclusion;
}

.fancybox-toolbar {
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
}

.fancybox-stage {
    overflow: hidden;
    direction: ltr;
    z-index: 99994;
    -webkit-transform: translateZ(0);
}

.fancybox-is-closing .fancybox-stage {
    overflow: visible;
}

.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: none;
    white-space: normal;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
}

    .fancybox-slide:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        height: 100%;
        width: 0;
    }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
    display: block;
}

.fancybox-slide--image {
    overflow: visible;
}

    .fancybox-slide--image:before {
        display: none;
    }

.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe {
    background: #000;
}

.fancybox-slide--map .fancybox-content, .fancybox-slide--map iframe {
    background: #e5e3df;
}

.fancybox-slide--next {
    z-index: 99995;
}

.fancybox-slide > * {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    box-sizing: border-box;
}

.fancybox-slide > base, .fancybox-slide > link, .fancybox-slide > meta, .fancybox-slide > script, .fancybox-slide > style, .fancybox-slide > title {
    display: none;
}

.fancybox-slide .fancybox-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: transparent;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
    cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-image, .fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
    max-height: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 80%;
    height: 80%;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 88px);
    overflow: visible;
    background: #fff;
}

.fancybox-iframe {
    display: block;
    padding: 0;
    border: 0;
    height: 100%;
}

.fancybox-error, .fancybox-iframe {
    margin: 0;
    width: 100%;
    background: #fff;
}

.fancybox-error {
    padding: 40px;
    max-width: 380px;
    cursor: default;
}

    .fancybox-error p {
        margin: 0;
        padding: 0;
        color: #444;
        font-size: 16px;
        line-height: 20px;
    }

.fancybox-button {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 10px;
    border: 0;
    border-radius: 0;
    background: rgba(30,30,30,.6);
    transition: color .3s ease;
    cursor: pointer;
    outline: none;
}

    .fancybox-button, .fancybox-button:link, .fancybox-button:visited {
        color: #ccc;
    }

        .fancybox-button:focus, .fancybox-button:hover {
            color: #fff;
        }

        .fancybox-button[disabled] {
            color: #ccc;
            cursor: default;
            opacity: .6;
        }

        .fancybox-button svg {
            display: block;
            position: relative;
            overflow: visible;
            shape-rendering: geometricPrecision;
        }

            .fancybox-button svg path {
                fill: currentColor;
                stroke: currentColor;
                stroke-linejoin: round;
                stroke-width: 3;
            }

.fancybox-button--share svg path {
    stroke-width: 1;
}

.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2) {
    display: none;
}

.fancybox-button--zoom svg path {
    fill: transparent;
}

.fancybox-navigation {
    display: none;
}

.fancybox-show-nav .fancybox-navigation {
    display: block;
}

.fancybox-navigation button {
    position: absolute;
    top: 50%;
    margin: -50px 0 0;
    z-index: 99997;
    background: transparent;
    width: 60px;
    height: 100px;
    padding: 17px;
}

    .fancybox-navigation button:before {
        content: "";
        position: absolute;
        top: 30px;
        right: 10px;
        width: 40px;
        height: 40px;
        background: rgba(30,30,30,.6);
    }

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 0;
}

.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    z-index: 10;
    cursor: pointer;
}

    .fancybox-close-small:after {
        content: "×";
        position: absolute;
        top: 5px;
        right: 5px;
        width: 30px;
        height: 30px;
        font: 22px/30px Arial,Helvetica Neue,Helvetica,sans-serif;
        color: #888;
        font-weight: 300;
        text-align: center;
        border-radius: 50%;
        border-width: 0;
        background-color: transparent;
        transition: background-color .25s;
        box-sizing: border-box;
        z-index: 2;
    }

    .fancybox-close-small:focus {
        outline: none;
    }

        .fancybox-close-small:focus:after {
            outline: 1px dotted #888;
        }

    .fancybox-close-small:hover:after {
        color: #555;
        background: #eee;
    }

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small {
    top: 0;
    right: -40px;
}

    .fancybox-slide--iframe .fancybox-close-small:after, .fancybox-slide--image .fancybox-close-small:after {
        font-size: 35px;
        color: #aaa;
    }

    .fancybox-slide--iframe .fancybox-close-small:hover:after, .fancybox-slide--image .fancybox-close-small:hover:after {
        color: #fff;
        background: transparent;
    }

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none;
}

.fancybox-caption-wrap {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 2vw 0;
    background: linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));
    pointer-events: none;
}

.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid hsla(0,0%,100%,.4);
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none;
}

    .fancybox-caption a, .fancybox-caption button, .fancybox-caption select {
        pointer-events: all;
        position: relative;
    }

    .fancybox-caption a {
        color: #fff;
        text-decoration: underline;
    }

.fancybox-slide > .fancybox-loading {
    border: 6px solid hsla(0,0%,39%,.4);
    border-top: 6px solid hsla(0,0%,100%,.6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: a .8s infinite linear;
    animation: a .8s infinite linear;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 99999;
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0,0,.25,1);
}

.fancybox-fx-slide.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19,1,.22,1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    -webkit-transform: scale3d(1.5,1.5,1.5);
    transform: scale3d(1.5,1.5,1.5);
    opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    -webkit-transform: scale3d(.5,.5,.5);
    transform: scale3d(.5,.5,.5);
    opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
}

.fancybox-fx-rotate.fancybox-slide--previous {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
    opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
    opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
}

.fancybox-fx-circular.fancybox-slide--previous {
    -webkit-transform: scale3d(0,0,0) translate3d(-100%,0,0);
    transform: scale3d(0,0,0) translate3d(-100%,0,0);
    opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
    -webkit-transform: scale3d(0,0,0) translate3d(100%,0,0);
    transform: scale3d(0,0,0) translate3d(100%,0,0);
    opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
    opacity: 1;
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%,0,0) scale(.1) skew(-10deg);
    transform: translate3d(-100%,0,0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%,0,0) scale(.1) skew(10deg);
    transform: translate3d(100%,0,0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
}

.fancybox-share {
    padding: 30px;
    border-radius: 3px;
    background: #f4f4f4;
    max-width: 90%;
    text-align: center;
}

    .fancybox-share h1 {
        color: #222;
        margin: 0 0 20px;
        font-size: 35px;
        font-weight: 700;
    }

    .fancybox-share p {
        margin: 0;
        padding: 0;
    }

p.fancybox-share__links {
    margin-right: -10px;
}

.fancybox-share__button {
    display: inline-block;
    text-decoration: none;
    margin: 0 10px 10px 0;
    padding: 0 15px;
    min-width: 130px;
    border: 0;
    border-radius: 3px;
    background: #fff;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    transition: all .2s;
}

    .fancybox-share__button:hover {
        text-decoration: none;
    }

.fancybox-share__button--fb {
    background: #3b5998;
}

    .fancybox-share__button--fb:hover {
        background: #344e86;
    }

.fancybox-share__button--pt {
    background: #bd081d;
}

    .fancybox-share__button--pt:hover {
        background: #aa0719;
    }

.fancybox-share__button--tw {
    background: #1da1f2;
}

    .fancybox-share__button--tw:hover {
        background: #0d95e8;
    }

.fancybox-share__button svg {
    position: relative;
    top: -1px;
    width: 25px;
    height: 25px;
    margin-right: 7px;
    vertical-align: middle;
}

    .fancybox-share__button svg path {
        fill: #fff;
    }

.fancybox-share__input {
    box-sizing: border-box;
    width: 100%;
    margin: 10px 0 0;
    padding: 10px 15px;
    background: transparent;
    color: #5d5b5b;
    font-size: 14px;
    outline: none;
    border: 0;
    border-bottom: 2px solid #d7d7d7;
}

.fancybox-thumbs {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 212px;
    margin: 0;
    padding: 2px 2px 4px;
    background: #fff;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-y: hidden;
    overflow-x: auto;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
    white-space: nowrap;
}

.fancybox-thumbs-x > ul {
    overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    padding: 0;
    margin: 2px;
    width: 100px;
    height: 75px;
    max-width: calc(50% - 4px);
    max-height: calc(100% - 8px);
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
}

li.fancybox-thumbs-loading {
    background: rgba(0,0,0,.1);
}

.fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-thumbs > ul > li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all .2s cubic-bezier(.25,.46,.45,.94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
}

@media (max-width:800px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs > ul > li {
        max-width: calc(100% - 10px);
    }
}


@media screen and (max-width:360px) {
    .header-search .search-box input.input-text {
        position: static;
        width: 130px;
        opacity: 1;
    }
}

@media screen and (max-width:1200px) {
    .footer-content .item {
        width: 50%;
    }
    .footer-content .item.footer-inquiry {
        width: 50%;
    }
    .footer-content .item.footer-contactus {
        width: 50%;
    }
}
@media screen and (max-width:640px) {
    .footer-content .item {
        width: 100%;
    }
    .footer-content .item.footer-inquiry {
        width: 100%;
    }
    .footer-content .item.footer-contactus{
        width: 100%;
    }
}





.container {
	padding-right:15px;
	padding-left:15px;
	margin-right:auto;
	margin-left:auto
}

	.container {
	width:90%;
}
.container-fluid {
	padding-right:15px;
	padding-left:15px;
	margin-right:auto;
	margin-left:auto
}
img{ display:block;}
.logo a img{ max-width:80px;}
.tp{ margin-top:20px; margin-bottom:20px;}
#contact{position:relative;height:124px;background:#a600cf}
#contact::after{position:absolute;bottom:0;left:0;width:16.04166vw;border-bottom:2.08333vw solid #fff;border-right:1.19791vw solid transparent;content:'';box-sizing:border-box}
#contact::before{position:absolute;bottom:0;right:0;background:#fff;width:16.04166vw;border-bottom:2.08333vw solid #fff;border-left:1.19791vw solid #a600cf;content:'';box-sizing:border-box}
#contact .index_wrapper_1200{height:100%;display:flex;justify-content:space-between;align-items:center}
#contact .contact_title{display:inline-block;font-size:24px;line-height:36px;max-height:72px;max-width:75%;overflow:hidden;font-weight:700;color:#fff}
#contact .contact_btn{display:inline-block;height:50px;width:187px;box-sizing:border-box;border:solid 1px #a600cf;color:#a600cf;background:#fff;font-size:14px;line-height:50px;text-align:center;font-weight:700;transition:.3s all;overflow: hidden;}
#contact .contact_btn:hover{color:#fff;border:solid 1px #fff;background:unset}
#professional{margin-top:100px}
#professional .index_wrapper_1200{display:flex;justify-content:space-between}
#professional .profes_left{width:45.8333%}
#professional .profes_left img{display:block;transition:.3s all}
#professional .profes_left img:hover{transform:scale(1.03,1.03)}
#professional .profes_left .profes_left_bot,#professional .profes_left .profes_left_top{display:block;width:100%;overflow: hidden;}
#professional .profes_left .profes_left_bot{margin-top:26px}
#professional .profes_right{width:50%;display:flex;flex-wrap:wrap;align-content:space-between}
#professional .profes_right .profes_right_top{width:100%}
#professional .profes_right .profes_right_top .small_title{font-size:18px;line-height:24px;width:100%;color:#888;vertical-align:text-top;overflow:hidden}
#professional .profes_right .profes_right_top .profes_right_title{font-size:34px;line-height:44px;font-weight:700;margin-top:22px;margin-bottom:26px}
#professional .profes_right .profes_right_top .profes_right_content{font-size:16px;line-height:30px}
#professional .profes_right .profes_right_bot{width:100%;height:150px;margin-left:10px;margin-top:20px;box-sizing:border-box;height:150px;background:#fff;box-shadow:0 0 40px rgba(0,0,0,.1)}
#professional .profes_right .profes_items{display:flex;flex-wrap:nowrap}
#professional .profes_right .profes_items .profes_item{padding-top:39px;text-align:center;width:33.33333%;border-right:1px solid #e3e3e3;}
#professional .profes_right .profes_items .profes_item span{display: block;padding: 0 10px; width: 100%;box-sizing: border-box;}
#professional .profes_right .profes_items .profes_item:last-of-type{border-right:unset}
#professional .profes_right .profes_items .profes_item .profes_item_number{font-size:36px;font-weight:700;color:#a600cf;line-height: 36px;;height: 36px;overflow: hidden;}
#professional .profes_right .profes_items .profes_item .profes_content{width:100%;font-size:16px;line-height:30px;color:#000;max-height: 60px;overflow: hidden;}
#recommend{width:100%;margin-top:100px}
#recommend .recommend_list{width:100%}
#recommend .recommend_list .recommend_item_bot,#recommend .recommend_list .recommend_item_center,#recommend .recommend_list .recommend_item_top{width:100%;display:flex;flex-wrap:wrap}
#recommend .recommend_list .recommend_item a img{width:100%;max-height:100%;overflow:hidden;transition:.3s all}
#recommend .recommend_list .recommend_item a img:hover{transform:scale(1.03,1.03)}
#recommend .recommend_list .recommend_item{width:50%;box-sizing:border-box;padding-top:4.16666vw;padding-left:5.72916vw;padding-right:3.90625vw}
#recommend .recommend_list .recommend_item .recommend_item_small_title{font-size:16px;line-height:24px}
#recommend .recommend_list .recommend_item .recommend_item_title{padding-top:.52083vw;padding-bottom:1.04166vw;line-height:50px;font-size:40px;font-weight:700}
#recommend .recommend_list .recommend_item .recommend_item_content{line-height:30px;font-size:16px;color:#555;transition:.3s all}
#recommend .recommend_list .recommend_item .recommend_item_title a{cursor:text;}
#recommend .recommend_list .recommend_item .recommend_item_content:hover{color:#000}
#recommend .recommend_list .recommend_item .recommend_item_btn{display:inline-block;width:143px;height:50px;box-sizing:border-box;border:solid 1px #333;color:#333;line-height:50px;margin-top:1.82291vw;font-size:14px;font-weight:700;text-align:center;transition:.3s all}
#recommend .recommend_list .recommend_item .recommend_item_btn:hover{background:#a600cf;border:solid 1px #a600cf;color:#fff}
#recommend .recommend_list .recommend_item_img{padding:0 0;overflow:hidden;display:flex;align-items:center}
#recommend .recommend_list .recommend_item_img a{font-size: 0;}
#recommend .recommend_list{padding-bottom:100px}
#product{background:#f4f4f4}
#product .index_wrapper_1200{padding-top:70px}
#product .product_title{font-size:40px;line-height:50px;text-align:center;margin-bottom:25px;font-weight: bold;}
#product .product_content{padding:0 165px;font-size:16px;line-height:30px;text-align:center;color:#555;}
#product .product_list{padding-top:35px;display:flex;flex-wrap:wrap;justify-content:space-between}
#product .product_list .product_item{margin-top:40px;width:31.66666%;text-align:center;overflow:hidden;background:#fff;}
#product .product_list .product_item .img{display:block;width:100%;padding-top:100%;position:relative}
#product .product_list .product_item .img img{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto}
#product .product_list .product_item .product_item_img img{display:block;transition:.3s all}
#product .product_list .product_item .product_item_text{padding: 22px 25px 36px 25px;;background:#fff}
#product .product_list .product_item .product_item_title{font-size:18px;line-height:24px;margin-bottom:10px;font-weight: bold;height: 24px;overflow: hidden;}
#product .product_list .product_item .price{font-size:16px;margin-bottom:10px;}
#product .product_list .product_item .product_item_content{font-size:16px;line-height:24px;color:#555;height: 48px;overflow: hidden;}
#product .product_btn{padding-top:80px;padding-bottom:78px;box-sizing:border-box;display:flex;justify-content:center}
#product .product_btn a{display:block;width:192px;height:49px;line-height:49px;font-size:14px;font-weight:700;text-align:center;border:solid 1px #000;border-radius:100px;transition:.3s all;overflow: hidden;}
#product .product_btn a:hover{color:#fff;background:#a600cf;border:solid 1px #a600cf}
#product .product_list .product_item:hover .product_item_img img{transform:scale(1.05,1.05)}
#news{background:#a600cf}
#news .index_wrapper_1200{padding-top:3.75vw;padding-bottom:3.85416vw;color:#fff;text-align:center}
#news .news_title{font-size:40px;font-weight:700;line-height:48px}
#news .news_content{font-size:16px;line-height:30px}
#news .news_list{display:flex;background:#fff}
#news .news_list .news_item{position:relative;width:25%;overflow:hidden}
#news .news_list .news_item .news_item_img img{display:block;width:100%;max-height:100%;transition:.3s all;font-size: 0;}
#news .news_list .news_item:hover img{transform:scale(1.05,1.05)}
#news .news_item_text{padding:0 34px;box-sizing:border-box;position:absolute;bottom:4.0625vw;color:#fff}
#news .news_item_text .news_item_title{font-size:26px;font-weight:700;line-height:32px;height: 32px;overflow: hidden; margin-bottom:30px;}
#news .news_item_text .news_item_title a{color:#fff}
#news .news_item_text .news_item_date{background:url(https://a3b2a5.claudeassets.com/20220331084541im_/https://www.gkuvc.com/images/time.png) no-repeat no-repeat center left;text-indent:30px;font-size:14px;font-weight:700;line-height:32px; margin-bottom:20px;}
#news .news_item_text .news_item_content{font-size:16px;line-height:24px;height: 48px;overflow: hidden;}
@media screen and (max-width:991px){
    #contact{height:auto}
    #contact::after,#contact::before{display:none}
    #contact .index_wrapper_1200{flex-wrap:wrap;padding-top:5.6vw;padding-bottom:7.46666vw;box-sizing:border-box;flex-direction:column;height:unset}
    #contact .contact_title{font-size:14px;line-height:20px;max-height:unset;max-width:unset;height: auto;text-align: center;}
    #contact .contact_btn{width:117px;height:32px;font-size:12px;line-height:32px;margin-top:3.73333vw;}
    #contact .contact_btn:hover{color:#a600cf;border:solid 1px #a600cf;background:#fff}
    #professional{margin-top:4vw}
    #professional .index_wrapper_1200{flex-wrap:wrap}
    #professional .profes_left{width:100%}
    #professional .profes_left img{width:100%}
    #professional .profes_right{width:100%}
    #professional .profes_left .profes_left_bot{margin-top:4vw}
    #professional .profes_right .profes_right_top .small_title{padding-top:14px;font-size:15px;line-height:26px;max-height:unset}
    #professional .profes_right .profes_right_top .profes_right_title{font-size:18px;line-height:23px;max-height:46px;margin-top:4px;margin-bottom:7px;overflow: hidden;}
    #professional .profes_right .profes_right_top .profes_right_content{font-size:14px;line-height:20px;color: #000;}
    #professional .profes_right .profes_items{margin-left:0;margin-top:16px;height:auto;max-height:unset}
    /* #professional .profes_right .profes_items .profes_item{padding:5.33333vw 2.66666vw;height:27.2vw;box-sizing:border-box} */
    #professional .profes_right .profes_items .profes_item{padding:5.33333vw 2.66666vw;height:27.2vw;box-sizing:border-box;display: flex;flex-direction: row-reverse;justify-content: center;align-items: center;}
    #professional .profes_right .profes_items .profes_item .profes_item_number{width:100%;font-size:21px;line-height:25px;height: 25px;}
    #professional .profes_right .profes_items .profes_item .profes_content{font-size:14px;line-height:18px;height: auto;max-height:54px;color:#000}

    #professional .profes_left img:hover{transform:scale(1,1)}


    #recommend{margin-top:3.2vw}
    #recommend .recommend_list{padding-bottom:8vw}
    #recommend .recommend_list .recommend_item{width:100%;padding:0 0}
    #recommend .recommend_list .recommend_item .recommend_item_small_title{font-size:14px;line-height:20px;color:#888}
    #recommend .recommend_list .recommend_item .recommend_item_title{font-size:18px;line-height:26px;padding:0 0;margin-bottom:6px}
    #recommend .recommend_list .recommend_item .recommend_item_content{font-size:14px;line-height:20px;color:#000}
    #recommend .recommend_list .recommend_item .recommend_item_content:hover{color: #000;}
    #recommend .recommend_list .recommend_item .recommend_item_btn{width:109px;height:38px;line-height:38px;background:#a600cf;color:#fff;border-color:#a600cf}
    #recommend .recommend_list .recommend_item .recommend_item_btn{margin-top:9.6vw}
    #recommend .recommend_list .recommend_item{margin-top:6.66666vw}
    #recommend .recommend_list .recommend_item_img:nth-last-of-type(2n){margin-top:6.66666vw}
    #recommend .recommend_list .recommend_item_center,#recommend .recommend_list .recommend_item_top{border-bottom:1px solid #e7e7e7;padding-bottom:6.66666vw}

    #recommend .recommend_list .recommend_item a img:hover{transform:scale(1,1)}


    #product .index_wrapper_1200{padding-top:6.66666vw}
    #product .product_title{font-size:20px;line-height:28px;margin-bottom:3.2vw}
    #product .product_content{font-size:14px;line-height:20px;padding:0 0}
    #product .product_list{padding-top:5.86666vw}
    #product .product_list .product_item{margin-top:0;width:48%;box-sizing:border-box;margin-bottom:4vw}
    #product .product_list .product_item .product_item_text{padding: 3.2vw 5.33333vw 4vw 5.33333vw;}
    #product .product_list .product_item .product_item_title{font-size:15px;font-weight:700;line-height:20px;margin-bottom:7px;height: 20px;}
    #product .product_list .product_item .product_item_content{font-size:14px;line-height:20px;height: 80px;}
    #product .product_btn{padding-top:4vw;padding-bottom:10.66666vw}
    #product .product_btn a{width:175px;height:45px;font-size:14px;line-height:45px}

    #product .product_list .product_item:hover .product_item_img img{transform:scale(1,1)}
    #product .product_btn a:hover{color:#333;border:solid 1px #333;background:unset}


    #news .index_wrapper_1200{padding-top:4.8vw;padding-bottom:6.4vw}
    #news .news_title{font-size:20px;line-height:28px}
    #news .news_content{font-size:14px;line-height:15px}
    #news .news_list{flex-wrap:wrap}
    #news .news_list .news_item{width:50%}
    #news .news_item_text .news_item_title{font-size:17px;line-height:20px;margin-bottom:2.13333vw;max-height: 40px;height: auto;}
    #news .news_item_text .news_item_date{font-size:12px;line-height:16px;background-size:16px 16px;text-indent:20px;margin-bottom:2.66666vw;}
    #news .news_item_text .news_item_content{font-size:14px;line-height:20px;height: 80px;}
    #news .news_item_text{bottom:4.8vw;padding:0 4vw}
  
    #news .news_list .news_item:hover img{transform:scale(1,1)}
}




/*-------------------------------
			language end
			----------------------------------*/
			
.c-clearfix:after {
    content: "";
    display: block;
    clear: both;
}			
.m-ftinfo .info-item p {
    display: inline !important;
}
.f-box {
    margin: 0 auto;
    width: 90%;
    max-width: 100%;
    overflow: visible;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.g-ft {
  background-color: #fff;
  line-height: 36px;
  font-size: 16px;

  color: #5c666f;
}
.g-ft a {
  color: #5c666f;
}
.g-ft a:hover {
  color: #a600cf;
}

.m-ftfix1 {
  padding-top: 62px;
  padding-bottom: 80px;
}
.m-ftfix2{ background:#29292a; position:relative; z-index:9;}
.m-ftfix2 *{ color:#fff;}
.m-ftlnk li a{ color:#fff;}
.m-ftb1 {
  float: left;
  margin-right: 5%;
  width: 10%;
}

.m-ftb2 {
  float: left;
  margin-right: 2%;
  width: 20%;
}

.m-ftb3 {
  float: left;
  width: 12%;
  margin-right: 10px; margin-left:10px
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.m-ftb4 {
  overflow: hidden; width:15%; padding-left:10px;
}
.f-box{ position:relative;}
.site-footer__graphic {
    position: absolute;
    bottom: -100px;
    right: -50px;
    width: 40%;
    max-width: 600px;
    z-index: 1; max-height:none;
}
.copy{ float:left;}
.c-right{ float:right;}
.m-ftlogo {
  line-height: 0;
  font-size: 0;
}

.m-ftext {
  margin-top: 20px;
}

.m-ftt {
  margin-bottom: 18px;
  line-height: 32px;
  font-size: 16px;
  
  text-transform: uppercase;
  font-family: "OpenSansBold", arial, helvetica, sans-serif;
}

.m-ftshare {
  margin-top: 10px; 
}
.m-ftshare .box-share {
  font-size: 0;
  letter-spacing: 0;
}
.m-ftshare .share-item {
  margin-right: 7px;
  margin-bottom: 8px;
  display: inline-block;
  vertical-align: top;
  width: 38px;

 height:38px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  background-color: #787878;
  border-radius: 50%; box-sizing:content-box;
}
.m-ftshare .share-item:hover {
  color: #fff;
  background-color: #a600cf;
}

.m-ftinfo {
  line-height: 30px;
}
.m-ftinfo .info-item {
  margin-top: 6px;
}
.m-ftinfo .info-item:first-child {
  margin-top: 0;
}

.m-ftform .form-info {
  line-height: 30px;
}
.m-ftform .box-form {
  margin-top: 13px;
}
.m-ftform .form-item {
  margin-top: 14px;
}
.m-ftform .form-text {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  font-size: 14px; margin-bottom:10px;
 
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
}
.m-ftform .form-text::-webkit-input-placeholder {
  color: #a3a3a3;
  opacity: 1;
}
.m-ftform .form-text:-moz-placeholder {
  color: #a3a3a3;
  opacity: 1;
}
.m-ftform .form-text::-moz-placeholder {
  color: #a3a3a3;
  opacity: 1;
}
.m-ftform .form-text:-ms-input-placeholder {
  color: #a3a3a3;
  opacity: 1;
}
.m-ftform .form-btn {
  margin-top: 12px;
  display: block;
  min-width: 176px;
  line-height: 48px;
  padding: 0 15px;
  font-size: 16px;
 
  color: #fff;
  text-align: center;
  background-color:#a600cf;
  border-radius: 24px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.m-ftform .form-btn img {
  vertical-align: middle;
}

.m-ftfix2 .box-wp {
 
  padding-top: 25px;
  padding-bottom: 25px;
}

.m-ftlnk {
  overflow: hidden;
  line-height: 26px; text-align:right;
}
.m-ftlnk li {
	display:inline-block;
  margin-right: 10px;
}

@media screen and (max-width: 991px) {
  .m-ftlogo, .m-ftb2, .m-ftb3, .m-ftb4, .m-ftfix2, .m-ftt {
	  
  }

  .m-ftb1 {
   
    margin-right: 0;
    width: 100%;
  }

  .m-ftfix1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .m-ftext {
    text-align: center;
  }
.copy{ float:none; text-align:center;}
.m-ftlnk{ text-align:center; margin-top:10px;}
.m-ftshare .share-item{ margin-bottom:0;}
.c-right{ float:none;}
  .m-ftshare {
    margin-top: 15px;
    text-align: center;
  }
}
.m-ftform .form-btn img {
    vertical-align: middle; display:inline-block;
}



/*顶部联系方式*/
.header-contact {
    width: auto; margin-top:10px; margin-right:30px;
}

    .header-contact ul {
        overflow: hidden;
    }

        .header-contact ul li {
            vertical-align: top;
            font-size: 14px;
            color: #a600cf;
            line-height: 30px;
            width: 100%;
        }

            .header-contact ul li a {
                color: #fff;
                vertical-align: middle;
                font-weight:normal;
            }

            .header-contact ul li i {
                display: inline-block;
                margin-right: 5px;
                vertical-align: middle;
                color: #fff;
            }

            .header-contact ul li.website-mailbox i {
                font-size: 20px;
                margin-top: -2px;
            }

            .header-contact ul li.website-phone i {
                font-size: 16px;
                font-weight: bold;
            }
/*顶部社交*/
.social-link {
    margin-bottom: 15px;
    overflow: hidden;
}

    .social-link a {
        color: #fff;
        margin-right: 5px;
        float: left;
        display: inline-block;
        background-color: #a600cf;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
    }

        .social-link a:hover {
            background-color: #191919;
            color: #a600cf;
        }
.sm {
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

    .sm, .sm ul, .sm li {
        list-style: none;
        margin: 0;
        padding: 0;
        line-height: normal;
        direction: ltr;
        text-align: left;
    }

.sm-rtl, .sm-rtl ul, .sm-rtl li {
    direction: rtl;
    text-align: right;
}

.sm > li > h1, .sm > li > h2, .sm > li > h3, .sm > li > h4, .sm > li > h5, .sm > li > h6 {
    margin: 0;
    padding: 0;
}

.sm ul {
    display: none;
}

.sm li, .sm a {
    position: relative;
}

.sm a {
    display: block;
}

    .sm a.disabled {
        cursor: default;
    }

.sm::after {
    content: "";
    display: block;
    height: 0;
    font: 0px/0 serif;
    clear: both;
    overflow: hidden;
}

.sm *, .sm *::before, .sm *::after {
    box-sizing: inherit;
}

.main-nav {
    background-color: #191919;
}

    .main-nav:after {
        clear: both;
        content: "\00a0";
        display: block;
        height: 0;
        font: 0px/0 serif;
        overflow: hidden;
    }

.nav-brand {
    float: left;
    margin: 0;
}

    .nav-brand a {
        display: block;
        padding: 10px 10px 10px 20px;
        color: #fff;
        font-size: 22px;
        font-weight: normal;
        line-height: 29px;
        text-decoration: none;
    }

#main-menu {
    clear: both;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

    #main-menu:before {
        content: '';
        display: block;
        height: 1px;
        overflow: hidden;
        background: #fff;
    }

@media (min-width: 768px) {
    #main-menu:before {
        display: none;
    }
}

.main-menu-btn {
    float: right;
    margin: 10px;
    position: relative;
    display: inline-block;
    width: 29px;
    height: 29px;
    text-indent: 29px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
    position: absolute;
    top: 50%;
    left: 2px;
    height: 2px;
    width: 24px;
    background: #fff;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

    .main-menu-btn-icon:before {
        content: '';
        top: -7px;
        left: 0;
    }

    .main-menu-btn-icon:after {
        content: '';
        top: 7px;
        left: 0;
    }

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
    height: 0;
    background: transparent;
}

    #main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
        top: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
        top: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

#main-menu-state {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

    #main-menu-state:not(:checked) ~ #main-menu {
        display: none;
    }

    #main-menu-state:checked ~ #main-menu {
        display: block;
    }

@media (min-width: 1080px) {
    .main-menu-btn {
        position: absolute;
        top: -99999px;
    }

    #main-menu-state:not(:checked) ~ #main-menu {
        overflow: inherit;
        display: table;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }
}

.demo-text {
    margin: 3em 22px;
}

    .demo-text p {
        margin-bottom: 1em;
    }

    .demo-text a {
        color: #999;
    }

.sm-blue {
    max-height: 400px;
    background: transparent;
    overflow: auto;
}

    .sm-blue li a {
        padding: 10px;
    }

    .sm-blue a, .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active {
        color: #fff;
        font-size: 16px;
        line-height: 23px;
        font-weight: bold;
        text-decoration: none;
    }

        .sm-blue a.disabled {
            color: #a1d1e8;
        }

        .sm-blue a .sub-arrow {
            position: absolute;
            top: 50%;
            margin-top: -17px;
            left: auto;
            right: 4px;
            width: 34px;
            height: 34px;
            overflow: hidden;
            font: bold 16px/34px monospace !important;
            text-align: center;
            text-shadow: none;
            background: rgba(0, 0, 0, 0.1);
            border-radius: 4px;
        }

            .sm-blue a .sub-arrow::before {
                content: '+';
            }

        .sm-blue a.highlighted .sub-arrow::before {
            content: '-';
        }

    .sm-blue > li:last-child > a.highlighted, .sm-blue > li:last-child > *:not(ul) a.highlighted, .sm-blue > li:last-child > ul > li:last-child > a.highlighted, .sm-blue > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted {
        border-radius: 0;
    }

    .sm-blue ul {
        background: #fff;
    }

        .sm-blue ul ul {
            background: rgba(102, 102, 102, 0.1);
        }

        .sm-blue ul a, .sm-blue ul a:hover, .sm-blue ul a:focus, .sm-blue ul a:active {
            background: transparent;
            color: #2b82ac;
            font-size: 14px;
            text-shadow: none;
            border-left: 8px solid transparent;
        }

            .sm-blue ul a.current {
                background: #006892;
                background-image: linear-gradient(to bottom, #006188, #006f9c);
                color: #fff;
            }

            .sm-blue ul a.disabled {
                color: #b3b3b3;
            }

        .sm-blue ul ul a,
        .sm-blue ul ul a:hover,
        .sm-blue ul ul a:focus,
        .sm-blue ul ul a:active {
            border-left: 16px solid transparent;
        }

        .sm-blue ul ul ul a,
        .sm-blue ul ul ul a:hover,
        .sm-blue ul ul ul a:focus,
        .sm-blue ul ul ul a:active {
            border-left: 24px solid transparent;
        }

        .sm-blue ul ul ul ul a,
        .sm-blue ul ul ul ul a:hover,
        .sm-blue ul ul ul ul a:focus,
        .sm-blue ul ul ul ul a:active {
            border-left: 32px solid transparent;
        }

        .sm-blue ul ul ul ul ul a,
        .sm-blue ul ul ul ul ul a:hover,
        .sm-blue ul ul ul ul ul a:focus,
        .sm-blue ul ul ul ul ul a:active {
            border-left: 40px solid transparent;
        }

        .sm-blue ul li {
            border-top: 1px solid rgba(0, 0, 0, 0.05);
        }

            .sm-blue ul li:first-child {
                border-top: 0;
            }

@media (min-width: 1080px) {
    .main-nav {
        background-color: #0e536c;
        padding-left:0px; padding-right:0;
    }

    .sm-blue ul {
        top: 80px;
        position: absolute;
        width: 12em;
    }

    .sm-blue > li {
        display: table-cell;
        height: 80px;
        vertical-align: middle;
        padding: 0 30px;
        text-align: center;
        border-left: 1px solid #094358;
    border-right: 1px solid #11617e;
    }

        .sm-blue > li:nth-child(1) {
            border-left: 1px solid #094358;
    border-right: 1px solid #11617e;
        }

        .sm-blue > li > a {
            padding: 0;
           
        }

    .sm-blue.sm-rtl li {
        float: right;
    }

    .sm-blue ul li, .sm-blue.sm-rtl ul li, .sm-blue.sm-vertical li {
        float: none;
    }

    .sm-blue ul a, .sm-blue.sm-vertical a {
        white-space: normal;
    }

    .sm-blue .sm-nowrap > li > a, .sm-blue .sm-nowrap > li > :not(ul) a {
        white-space: nowrap;
    }

    .sm-blue a {
        color: #fff;
    }

        .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active, .sm-blue a.highlighted {
            color: #fff;
        }

    .sm-blue > li.current {
        background-color: #a600cf;
    }

    .sm-blue > li:hover {
        background-color: #a600cf;
    }

        .sm-blue > li:hover > a {
            color: #fff;
        }

            .sm-blue > li:hover > a .sub-arrow {
                border-color: #fff transparent transparent transparent;
            }

    .sm-blue > .current > a .sub-arrow {
        border-color: #191919 transparent transparent transparent;
    }

    .sm-blue > li.current > a {
        color: #fff;
    }

    .sm-blue a.disabled {
        color: #444;
    }

    .sm-blue a:hover .sub-arrow, .sm-blue .highlighted .sub-arrow {
        border-color: #fff transparent transparent transparent;
    }

    .sm-blue ul a:hover .sub-arrow, .sm-blue ul .highlighted .sub-arrow {
        border-color: transparent transparent transparent #fff;
    }

    .sm-blue a .sub-arrow {
        position: static; 
        width: 0;
        height: 0;
        margin-top: 0;
        border-width: 5px;
        border-style: solid dashed dashed dashed;
        border-color: #a600cf transparent transparent transparent;
        background: transparent;
        border-radius: 0;
        display: inline-block;
        margin-left: 5px;
		display:none;
    }

        .sm-blue a .sub-arrow::before {
            display: none;
        }

    .sm-blue ul {
        padding: 7px 0;
        background: #fff;
        box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
    }

        .sm-blue ul ul {
            top: auto;
            border-radius: 4px !important;
            background: #fff;
        }

        .sm-blue ul a, .sm-blue ul a:hover, .sm-blue ul a:focus, .sm-blue ul a:active, .sm-blue ul a.highlighted {
            border: 0 !important;
            padding: 9px 23px;
            background: transparent;
            color: #999;
            border-radius: 0 !important;
        }

            .sm-blue ul a:hover, .sm-blue ul a:focus, .sm-blue ul a:active, .sm-blue ul a.highlighted {
                color: #fff;
                background-color: #a600cf;
            }

            .sm-blue ul a.current {
                color: #000;
            }

            .sm-blue ul a.disabled {
                background: #fff;
                color: #b3b3b3;
            }

            .sm-blue ul a .sub-arrow {
                top: 50%;
                margin-top: -5px;
                bottom: auto;
                left: auto;
                margin-left: 10;
                right: 10px;
                border-style: dashed dashed dashed solid;
                border-color: transparent transparent transparent #666;
            }

        .sm-blue ul li {
            border: 0;
        }

    .sm-blue .scroll-up,
    .sm-blue .scroll-down {
        position: absolute;
        display: none;
        visibility: hidden;
        overflow: hidden;
        background: #fff;
        height: 20px;
    }

    .sm-blue .scroll-up-arrow,
    .sm-blue .scroll-down-arrow {
        position: absolute;
        top: -2px;
        left: 50%;
        margin-left: -8px;
        width: 0;
        height: 0;
        overflow: hidden;
        border-width: 8px;
        border-style: dashed dashed solid dashed;
        border-color: transparent transparent #2b82ac transparent;
    }

    .sm-blue .scroll-down-arrow {
        top: 6px;
        border-style: solid dashed dashed dashed;
        border-color: #2b82ac transparent transparent transparent;
    }

    .sm-blue.sm-rtl.sm-vertical a .sub-arrow {
        right: auto;
        left: 10px;
        border-style: dashed solid dashed dashed;

        border-color: transparent #a1d1e8 transparent transparent;
    }

    .sm-blue.sm-rtl > li:first-child > a, .sm-blue.sm-rtl > li:first-child > :not(ul) a {
        border-radius: 0 8px 8px 0;
    }

    .sm-blue.sm-rtl > li:last-child > a, .sm-blue.sm-rtl > li:last-child > :not(ul) a {
        border-radius: 8px 0 0 8px !important;
    }

    .sm-blue.sm-rtl > li:first-child {
        border-left: 1px solid #2b82ac;
    }

    .sm-blue.sm-rtl > li:last-child {
        border-left: 0;
    }

    .sm-blue.sm-rtl ul a .sub-arrow {
        right: auto;
        left: 10px;
        border-style: dashed solid dashed dashed;
        border-color: transparent #a1d1e8 transparent transparent;
    }

    .sm-blue.sm-vertical {
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    }

        .sm-blue.sm-vertical a {
            padding: 9px 23px;
        }

            .sm-blue.sm-vertical a .sub-arrow {
                top: 50%;
                margin-top: -5px;
                bottom: auto;
                left: auto;
                margin-left: 0;
                right: 10px;
                border-style: dashed dashed dashed solid;
                border-color: transparent transparent transparent #a1d1e8;
            }

        .sm-blue.sm-vertical > li:first-child > a, .sm-blue.sm-vertical > li:first-child > :not(ul) a {
            border-radius: 8px 8px 0 0;
        }

        .sm-blue.sm-vertical > li:last-child > a, .sm-blue.sm-vertical > li:last-child > :not(ul) a {
            border-radius: 0 0 8px 8px !important;
        }

        .sm-blue.sm-vertical > li {
            border-left: 0 !important;
        }

        .sm-blue.sm-vertical ul {
            border-radius: 4px !important;
        }

            .sm-blue.sm-vertical ul a {
                padding: 9px 23px;
            }
}
/*banner*/
.banner_sy {
    background-color: #000;
}

.slides {
    text-align: center;
    overflow: hidden;
    display: block;
}

.flex-container a:active, .flexslider a:active {
    outline: 0;
}

.slides, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 0;
}

.flexslider {
    width: 100%;
    overflow: hidden;
    position: relative;
    zoom: 1;
}

    .flexslider .slides > li {
        display: none;
    }

    .flexslider .slides img {
        width: 100%;
        display: block;
        text-align: center;
        overflow: hidden;
        margin-right: auto;
        margin-left: auto;
    }

.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

.no-js .slides > li:first-child {
    display: block;
}

.flexslider .slides {
    zoom: 1;
}

    .flexslider .slides > li {
        position: relative;
    }

.flex-direction-nav li a {
    width: 50px;
    height: 50px;
    margin: -13px 0 0;
    display: block;
    position: absolute;
    bottom: 45%;
    cursor: pointer;
    font-size: 0;
    background-position: 0 0;
    z-index: 1;
    color: #278032;
    background: #191919;
    text-align: center;
}

.flexslider:hover a.next, .flexslider:hover a.prev {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.flex-direction-nav li a.next {
    right: 0;
}

.flex-direction-nav li a.prev {
    left: 0;
    transform: rotateY(180deg);
}

    .flex-direction-nav li a.next::before, .flex-direction-nav li a.prev::before {
        font-family: "iconfont" !important;
        content: "\e61a";
        font-style: normal;
        font-weight: bold;
        speak: none;
        -webkit-font-smoothing: antialiased;
        text-transform: none;
        font-size: 30px;
        color: #fff;
        line-height: 50px;
        margin-right: -3px;
    }

.flex-direction-nav li a:hover::before {
    color: #a600cf;
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 2%;
    text-align: center;
    overflow: hidden;
    height: 20px;
}

    .flex-control-nav li {
        display: inline-block;
        zoom: 1;
        *display: inline;
        margin: 0 5px 0 5px;
    }

        .flex-control-nav li a {
            width: 50px;
            height: 4px;
            display: block;
            cursor: pointer;
            text-indent: -9999px;
            background-color: #FFF;
            border: 2px solid #FFF;
        }

            .flex-control-nav li a:hover {
                background-color: #CCC;
            }

            .flex-control-nav li a.active {
                cursor: default;
                background-color: #a600cf;
            }

.banner-text {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.banner-text-c {
    width: 90%;
    height: 100%;
    max-width: 1200px;
    margin: auto;
    position: relative;
}

    .banner-text-c .itme {
        position: absolute;
        top: 25%;
        right: 0;
        width: 45%;
        text-align: right;
    }

        .banner-text-c .itme .th {
            font-size: 50px;
            color: #fff;
            font-weight: 600;
            margin-bottom: 10px;
            text-transform: uppercase;
        }

        .banner-text-c .itme p {
            color: #666;
            font-size: 18px;
            line-height: 28px;
            margin-bottom: 20px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            overflow: hidden;
        }

        .banner-text-c .itme span a {
            color: #191919;
            display: inline-block;
            padding: 20px 26px;
            font-weight: 600;
            text-decoration: none;
            outline: 0;
            background-color: #a600cf;
            text-transform: uppercase;
            transition: ease all .4s;
            -webkit-transition: ease all .4s;
            -moz-transition: ease all .4s;
            -o-transition: ease all .4s;
        }

            .banner-text-c .itme span a:hover {
                color: #a600cf;
                background-color: #191919;
            }

@media screen and (max-width:1320px) {
    .banner-text-c .itme .th {
        font-size: 40px;
    }
}

@media screen and (max-width:1044px) {
    .banner-text-c .itme .th {
        font-size: 30px;
    }

    .banner-text-c .itme p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
}

@media screen and (max-width:768px) {
    .banner-text-c .itme {
        top: 20%;
    }

        .banner-text-c .itme .th {
            font-size: 18px;
        }

        .banner-text-c .itme p {
            display: none;
        }

        .banner-text-c .itme span a {
            line-height: 28px;
            padding: 0 10px;
        }

    .flex-direction-nav li a {
        width: 30px;
        height: 30px;
        bottom: 40%;
    }

        .flex-direction-nav li a.next:before, .flex-direction-nav li a.prev:before {
            font-size: 20px;
            line-height: 30px;
        }

    .flex-control-nav li {
        margin: 0 2px 0 2px;
    }

        .flex-control-nav li a {
            width: 30px;
            height: 5px;
            border-radius: 0;
            border: 1px solid #FFF;
        }
}

@media screen and (max-width:480px) {
    .banner-text-c .itme .th {
        font-size: 16px;
        font-weight: normal;
    }

    .banner-text-c .itme span a {
        font-size: 14px;
        line-height: 24px;
        padding: 0 10px;
        font-weight: normal;
    }
}
/*导航栏置顶固定*/
#fixedMenu {
    width: 100%;
    background-color: #0e536c; z-index:9999999; display:flex;
}
/*头部中间*/
.header-middle {
    width: 100%;
    padding: 2px 0;
}

    .header-middle .header-inner {
    }

    .header-middle .header-logo {
        float: left;
        margin: 30px 0;
        max-width: 30%;
    }

.header-logo-box {
    height: 80px;
    display: block;
	 float:left; 
}

    .header-logo-box a {
        display: table-cell;
        vertical-align: middle;
    }

        .header-logo-box a img {
            display:block;
           
            max-width: 100%; max-height:50px; margin-top:15px; margin-left:30px;
        }
/*头部靠右*/
.header-inner-right {
    float: right;
    margin: 30px 0;
    text-align: right;
}
/*头部格言*/
.company-motto-p {
    display: table;
    height: 100px;
    margin: auto;
    padding: 30px 10px;
}

    .company-motto-p p {
        display: table-cell;
        line-height: 30px;
        font-size: 28px;
        vertical-align: middle;
    }
/*头部搜索*/
.header-search {
    position: absolute;
    top: 25px;
    right: 0;
    z-index: 2;
}

    .header-search:hover .search-btn i {
        color: #ff3c20;
    }

    .header-search .search-box input.input-text {
        position: absolute;
		top:0;
		right:0;
        border: 0;
        width: 0;
        padding: 0 5px;
        line-height: 30px;
        float: left;
        height: 30px;
        background-color: #fff;
        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;
        opacity: 0;
    }

.search-box {
    height: 30px;
}

    .search-box button.search-btn {
        color: #fff;
        cursor: pointer;
        height: 30px;
        width: 30px;
        border: none;
        float: left;
        position: relative;
        z-index: 1;
        background-color: #fff;
    }

        .search-box button.search-btn i {
            font-size: 25px;
            color: #232f3e;
            display: inline-block;
            padding-bottom: 3px;
        }

    .header-search .search-box:hover .input-text, .search-box input.input-text:focus {
        width: 170px;
        opacity: 1;
        right: 30px;
    }

.header-search{ margin-left:15px; margin-right:30px;}
.search-box{ position:relative;}

	.sm-blue > li{ padding: 0 30px;}
@media screen and (max-width:1700px) {
	.sm-blue > li{ padding: 0 20px;}
	
	}
	
@media screen and (max-width:1450px) {
	.sm-blue > li{ padding: 0 10px;}
	}	
	

.video{ position:relative; z-index:0;}
.d-flex{ position:absolute; top:4%; left:15%; color:#fff; z-index:1;text-transform: uppercase;}
.ms{ font-size:45px; font-weight:bold; line-height:1.5; color:#a600cf;margin-bottom:20px; }
.ms_xq{ font-size:45px; line-height:1.5;font-weight:bold; margin-bottom:20px;text-shadow:#000 3px 4px 5px; width:auto;}
.mt-4{
    font-size: 14px;
    line-height: 20px;
    padding: 10px 5px;
    word-break: break-word;
    width: 232px;
    letter-spacing: .5px;
    margin-bottom: 0 !important;
    margin: 0;
    text-transform: uppercase;
    text-align: left;
    font-weight: 800;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
	background: #a600cf;
    border: 2px solid #a600cf#a600cf;
    color: #fff;
    font-size: 14p
}


.m-ftlogo img{ max-height:50px;}






.recommend_item_title:hover{transform: scale(1.02);transition:.3s all;}
.recommend_item_content:hover{transform: scale(1.02);transition:.3s all;}
p:hover{transform: scale(1.02);transition:.3s all;}
.product_content:hover{transform: scale(1.02);transition:.3s all;}
.news_title:hover{transform: scale(1.02);transition:.3s all;}
.profes_right_title:hover{transform: scale(1.02);transition:.3s all;}
.small_title:hover{transform: scale(1.02);transition:.3s all;}
.news_item_title:hover{transform: scale(1.02);transition:.3s all;}
.product_item_title:hover{transform: scale(1.02);transition:.3s all;}
.product_title:hover{transform: scale(1.02);transition:.3s all;}
.ms:hover{transform: scale(1.02);transition:.3s all;}



input, textarea {
    -webkit-appearance: none;
    border-radius: 0; border:none;
}
.theight{
	height:100px;
}
.menu{ width:74%; margin-left:10%;}
.tmenu{ min-width:180px;}
.sousuo{
	padding:15px 0px;
	display:none;
}
.sousuo form{
	display:flex;
	justify-content:space-between;
}
.sousuo form input{
	width:85%;
	line-height:20px;
	font-size:1.5rem;
	outline:none;
	padding: 12px 15px;
	border:1px rgba(0,0,0,.1) solid;
	font-family:MaisonNeue-Book;
}
.sousuo form button{
	width:15%;
	border:0;
	color:#fff;
	background:#1c52d5;
	font-family:MaisonNeue-Medium;
	letter-spacing:1px;
	font-size:1.6rem;
}
/*搜索*/

.Hsrch {
	position: relative;
	float: right;
	margin-left:20px;
}

.Hsrch-menu {
	display: block;
	width: 38px;
	height: 100px;
	background: url(https://79d373.claudeassets.com/20220331084541im_/https://www.gkuvc.com/images/icon-Hsrch.png) no-repeat center center;
	transition: none !important;
	-webkit-transition: none !important;
}

.Hsrch-menu.cur {
	background: url(https://04e3db.claudeassets.com/20220331084541im_/https://www.gkuvc.com/images/icon-close.png) no-repeat center center / 16px auto;
}

.Hsrch-box {
	padding: 0 60px 0 10px;
	width: 330px;
	height: 50px;
	background: #fff;
	position: absolute;
	top: 100px;
	right: 0px;
	z-index: 2;
	display: none;
}

.Hsrch-box .text {
	width: 100%;
	height: 48px;
}

.Hsrch-box .btn {
	width: 50px;
	height: 100%;
	background: url(https://79d373.claudeassets.com/20220331084541im_/https://www.gkuvc.com/images/icon-Hsrch.png) no-repeat center center;
	position: absolute;
	right: 0px;
	top: 0px;
}

.Hsrch-box i {
	display: block;
	width: 1px;
	height: 16px;
	background: #ccc;
	position: absolute;
	right: 50px;
	top: 50%;
	margin: -8px 0 0;
}


.weilcome{
	background-color: #1c52d5;
}
.weilcome .w-menu{
	display: flex;
}
.weilcome .w-menu a{
	display: flex;
	align-items: center;
	color: #fff;
	line-height: 40px;
	margin-right: 30px;
	font-family:MaisonNeue-Book;
	font-size: 1.4rem;
}
.weilcome .w-menu a img{
	width: 15px;
	height: auto;
	display: block;
	margin-right: 5px;
}
.weilcome .w-menu a:nth-child(2) img{
	width: 13px;
}
.weilcome .w-menu a:nth-child(3) img{
	width: 13px;
}
.weilcome .our{
	display: flex;
}
.weilcome .our a.bt-a{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px 15px;
	height: 40px;
	position: relative;
}
.weilcome .our a.bt-a img{
	height: 18px;
	width: auto;
}
.weilcome .our a.bt-a i{
	position: absolute;
	font-style: normal;
	background-color: #fff;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	overflow: hidden;
	font-size: 2.0rem;
	color: #1c52d6;
	text-align: center;
	font-family:MaisonNeue-Book;
	line-height: 24px;
	right: 6px;
	top: 6px;
	transform: scale(.5);
	transform-origin: right 0;
}
.weilcome .our a.bt-tx{
	padding:0px 5px;
	width:40px;
	margin-left:10px;
}
.weilcome .our a.bt-tx b{
	display:block;
	background:#fff;
	width:30px;
	height:30px;
	border-radius:50%;
	padding:2px;
}
.weilcome .our a.bt-tx img{
	width:100%;
	height:auto;
	border-radius:50%;
}
/* .header .weilcome{ */
	/* display:none; */
/* } */
@media (max-width:1200px) {
	.theight{
		height:100px;
	}

.sy_tit{ width:90%; padding-left:10%; padding-right:10%;}
}
@media (max-width:992px) {
	.weilcome{
		display:none;
	}
}
.top{
	display: flex;
	
	align-items: center;
}
.logo{
	max-width: 216px;
}
.logo img{
	width: 100%;
	height: auto;
}
.menu ul{
	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.menu ul li{
	position:relative;
	margin-left:10px;
}
.menu ul li:first-child{
	margin-left: 0px;
}
.menu ul li>a{
	display: block;
	font-size: 14px;
	line-height: 40px;
	color: #000;
	font-family:'Noto Sans',sans-serif;
	padding: 30px 20px;
	transition:.3s;
	position:relative;
}
.sub_nav{ position:absolute; left:100% !important; top:0 !important; display:none;
    width: auto; min-width:180px;
    background: rgba(255,255,255,.9);
  padding-bottom:20px;
    box-shadow: 0px 5px 5px rgb(0 0 0 / 20%);
    border-top: 1px rgba(0,0,0,.05) solid;
	}
.menu ul li dl dd a{ position:relative;}
.menu ul li dl dd:hover .sub_nav{ display:block;}
/*.header .menu ul li>a{
	padding: 15px 10px;
}*/
.menu ul li a:hover{
	color:#a600cf;
}
.menu ul li>a:after{
	content:"";
	position:absolute;
	width:0;
	left:50%;
	height:3px;
	bottom:0;
	background:#a600cf;
	transition:.3s;
}
.menu ul li:hover>a:after{
	width:100%;
	left:0;
}
.menu ul li .tmenu{
	position:absolute;
	/* min-width:300%; */
	width:auto;
	background:rgba(255,255,255,.9);
	left:0;
	display:none;
	z-index:3;
	top:100%;
	padding-bottom:20px;
	box-shadow:0px 5px 5px rgba(0,0,0,.2);
	border-top:1px rgba(0,0,0,.05) solid;
}
/* .menu ul li .tmenu2{ */
	/* right:0; */
	/* left:auto; */
/* } */

.menu ul li:hover .tmenu{
	display:block;
}
.menu ul li dl dd{
	padding:20px; padding-bottom:0;position:relative;
}
.menu ul li dl dd a{
	display:block; 
	white-space:nowrap;
	font-size: 14px;
	color: #000;
	font-family:MaisonNeue-Medium;
	line-height: 30px;
}
.menu ul li dl dd a:hover{
	color:#a600cf;
}
.menu ul li dl dd:last-child a{
	border-bottom:0;
}
.menu ul li dl dd section{
	padding:0px 0px 0px;
}
.menu ul li dl dd section a{
	font-size:1.4rem;
	padding-left:12px;
	line-height:33px;
	color:#888;
	text-transform:uppercase;
}
.menu ul li dl dd section a:first-child{
	margin:10px 0px 0px;
}
@media (max-width:1200px) {
	.menu ul li>a{
		font-size: 14px;
		padding: 15px 10px;
	}
	.menu ul li .tmenu{
		padding:20px;
		width:460px;
	}
	.menu ul li dl dd a{
		font-size: 14px;
	}
	.menu ul li dl dd section a{
		font-size:1.2rem;
		line-height:26px;
	}
}
.nav-logo{
	display:none;
}
.heise{
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:66;
	background:rgba(0,0,0,.8);
}
	.menu ul li:last-child a{
		display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 56px;
    text-align: center;
    min-width: 201px;
    background: #a600cf;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    padding:0px 0px;
    white-space: nowrap;
    border-radius: 50px;
    -webkit-transition: background 0.6s ease, color 0.6s ease, border-color 0.6s ease;
    transition: background 0.6s ease, color 0.6s ease, border-color 0.6s ease;
    min-width: 139px;
    height: 52px;
		}
	.menu ul li:last-child a:after{ display:none;}

@media (max-width:992px) {
	.theight{
		display:none;
	}
	.banner_sy{ margin-top:70px;}
	.nav-logo{
		display:block;
		width:30px;
	}
	.nav-logo i{
		display:block;
		padding:3px 0px;
	}
	.nav-logo i:after{
		content:"";
		display:block;
		height:2px;
		background:#2860dd;
	}
	.logo{
		max-width: 50%;
	}
	.logo a{ display:block; line-height:70px;}
	.logo img{
		width: auto;
		height: 40px; max-width:none !important; vertical-align:middle;
	}
	.language-info .language-icon{ top:24px;}
	.menu{
		position:fixed;
		width:50% !important;
		height:100%;
		top:0;
		right:-100%;
		background:#fff;
		transition:.5s;
		z-index:99999999999999999999999;
	}
	.menu-show{
		right:0;
	}
	.menu ul{
		display:block; 
	}
	.menu ul li{
		margin:0;
	}
		.menu ul li:last-child a{
		display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display:block;
    -webkit-box-align: left;
    -ms-flex-align:left;
    align-items: left;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    height: 56px;
    text-align: center;
    min-width: none;
    background: none;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    padding:0px 0px;
    white-space: nowrap;
    border-radius: 0;
    -webkit-transition: background 0.6s ease, color 0.6s ease, border-color 0.6s ease;
    transition: background 0.6s ease, color 0.6s ease, border-color 0.6s ease;
    min-width:none;
    height: auto; width:100%; text-align:left;
		}

	.menu ul li a{
		padding:5px 15px;
		font-family:MaisonNeue-Book;
		font-size:14px; line-height:1; padding-top:20px !important; padding-bottom:20px !important; padding-left:25px !important;
		
		border-bottom:1px rgba(0,0,0,.1) solid;
	}
	.menu ul li>a:after{
		display:none;
	}
	.menu ul li dl dd{ padding:0;}
	
	.menu ul li .tmenu{
		position:static;
		width:100%;
		padding:0px 0px;
		box-shadow:none;
		border-top:0;
	}
	.menu ul li dl dd{
		padding-bottom:0px;
	}
	.menu ul li dl dd a{
		padding:8px 20px; line-height:1;padding-left:35px !important;
		border-bottom:1px rgba(0,0,0,.1) solid;
	}
	.menu ul li dl dd:last-child a{
		border-bottom:1px rgba(0,0,0,.1) solid;
	}
	.menu ul li dl dd section a{
		padding:10px 25px;
		display:block;
	}
	.menu ul li dl dd section a:first-child{
		margin:0px 0px 0px;
	}
	.banner_sy iframe{ height:500px !important;}
	.d-flex{ top:1%;}
}
.banner .swiper-slide img{
	width: 100%;
}
.banner .swiper-button-white{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 2px #fff solid;
	margin-top: -30px;
	background-size: auto 45%;
}
@media (max-width:992px) {
	.new_cp ul li{ width:50% !important;}
	.language-info .language-title{padding: 16px 16px 16px 0;}
	.Hsrch-box{ top:70px;}
	.banner{
		padding:80px 0px 0px;
	}
	
	.top{ float:left; width:100%;}
.Hsrch-menu{ height:70px;}
.sy_tit{ font-size:36px !important;line-height: 60px !important;
  
    bottom: 30px !important;}
	.top{ display:block;}
	.logo{ }
	.logo{ float:left; line-height:70px;}
	.Hsrch{ float:right; margin-left:-20px !important;}
	
	.language{ float:right; line-height:70px; margin-right:20px; margin-left:15px !important;}
	.nav-logo{ float:right;line-height:70px;vertical-align:middle; margin-top:23px;}
	.logo img{ display:inline-block;}
	.language-info{vertical-align:middle;}
	.banner .swiper-button-white{
		width: 30px;
		height: 30px;
		border: 1px #fff solid;
		margin-top: -15px;
	}
	
}
@media (max-width:600px) {
	.banner_sy iframe{ height:300px !important;}
	.ms,.ms_xq{ font-size:20px;}
	.primary-cta{ width:120px;}
}
@media (max-width:400px) {
	
	.language{ float:right; line-height:70px; margin-right:10px !important; margin-left:5px !important;}
	
	}


.Hsrch-box input{ border:none !important;}	
	
	@media (max-width:1850px) {
		.menu{ width:72%;}
		}
	@media (max-width:1660px) {
		.menu{ width:68%;}
		.menu ul li>a{padding: 30px 15px;}
		}
		
		@media (max-width:1480px) {
		.menu{ width:65%;}
		.menu ul li>a{padding: 30px 5px;}
		.menu ul li:last-child a{min-width: 100px;}
		}
		
		

.m-ftnav .nav-item{ width:50%; float:left;}
.cag .nav-item{ width:100%; float:left;}
.mr{ margin-right:100px;}

.input-group{position:relative;display: table;border-collapse: separate;}
		.input-group .input-group-addon{/* float:left; *//*  *//* padding: 0px; *//* margin: 0px; *//* height: 20px; *//* line-height: 20px; */font-size:14px;font-weight:bold;background-color: #eee;/* padding-left: 15px; *//* padding-right: 15px; */display:table-cell;border-radius: 4px;width: 90px;text-align: center;border: 1px solid #dbdbdb;border-top-right-radius: 0;white-space: nowrap;vertical-align: middle;}
		.input-group .form-control{ float:left; border-radius:4px;padding: 0px;line-height:30px;min-height:30px;padding-left: 10px;display:table-cell;margin-left: -5px;    border-top-left-radius: 0;/* white-space: nowrap; *//* overflow: hidden; */}
		.input-group .input-group-addon1{position:absolute;right: 30px;top:15px;}
		.input-group .input-group-addon2{height: 100px;line-height: 100px;}
		.input-group .form-control2{height:62px;resize: none;}
		.btn-primary,.btn-primary:hover{color:#fff;background: #c4261d;border-color:#c4261d;width: 100%;border-radius:4px;}
		.form-control {
	display:block;
	width: 100%;
	height:80px;
	padding:.5em 1em;
	
	font-size:14px;
	color:#5c666f;
	vertical-align:middle;
	background-color:#fff;
	background-image:none;
	border:1px #cbcecd solid;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
	-webkit-transition:border-color ease-in-out;
	-webkit-transition-delay:.15s;
	-moz-transition:border-color ease-in-out .15s;
	-o-transition:border-color ease-in-out .15s;
	transition:border-color ease-in-out .15s





}


textarea:-ms-input-placeholder {
    color: #a3a3a3;
}


textarea::-webkit-input-placeholder {
    color: #a3a3a3;
}

@media (max-width:1450px) {
	.m-ftb3{ width:18%;}
	
	.site-footer__graphic{ width:400PX;}
	}

@media (max-width:1400px) {

	.m-ftb3{ width:18%;}
	.m-ftb4{ width:18%;}
	.site-footer__graphic{ width:350PX;}
	}
	
@media (max-width:992px) {
	.m-ftb1{ margin-bottom:30px;}
.m-ftb3{ width:100%; margin-bottom:30px;}
.m-ftb4{ width:100%;padding-left:0; margin-bottom:80px;

}	

}





.block .product-right,
.block .product-left {
	
}
.block .product-left {
	float: right;
	width: 25%;
}
.block .product-left h3 {
	padding: 20px 10px;
	background-color: #a600cf;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}
.block .product-left ul {
	border: 1px solid #ccc;
}
.block .product-left ul ul {
	border: 0;
	display: none;
}
.block .product-left ul li {
	position: relative;
}
	.block .product-left .product-nav ul li span {
		background: url(https://d8126f.claudeassets.com/20220331084541im_/https://www.gkuvc.com/images/product_01.png);
		display: block;
		width: 15px;
		height: 15px;
		position: absolute;
		right: 0;
		top: 15px;
		transform: translate(-50%,0%);
	}
.block .product-left .product-list ul li .btn:hover {
	font-weight: 300;
}
.block .product-left .product-nav ul li a {
	display: block;
	padding: 15px 20px 15px 10px;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	line-height: 14px;
}
.block .product-left .product-list ul li .btn span {
	width: auto;
	padding: 10px 15px;
	background-color: #333;
	color: #fff;
	font-size: 14px; margin-left:0;
}
.block .product-left .product-list ul li .btn span:hover {
	background-color: #a600cf;
}
.block .product-left ul li a:hover {
	font-weight: 700;
}
.block .product-left ul li .current {
	background: inherit;
	font-weight: 700;
}
.block .product-left ul li ul li {
	padding-left: 10px;
}
	.block .product-left .product-nav ul li ul li a {
		background: url(https://i.trade-cloud.com.cn/NewImages/images/home_5.png) no-repeat;
		background-position-y: 15px;
		padding-left: 16px;
	}
.block .product-left .product-list {
	margin-top: 30px;
}
.block .product-left .product-list li {
	padding: 0 10px;
}
.block .product-left .product-list li:last-child a{ border-bottom:none;}
.block .product-left .product-list li a {
	display: -webkit-flex; /* Safari */
	display: flex;
	align-items:center;
	padding: 15px 0;
	border-bottom:1px solid #ccc; 
}
.block .product-left .product-list img {
	width: 30%;
}
.block .product-left .product-list span {
	display: inline-block;
	width: 65%;
	margin-left: 5%;
}
.block .product-right {
	float: left;
	width: 72%;
	
}
.product-right h3 {
	font-size: 24px;
	line-height: 150%;
	margin-top: 30px;
}
.block .product-right .product-info p {
	margin-top: 30px;
	font-size: 14px;
	/*text-align: justify;*/
	color: #666;
	line-height: 150%;
}
.block .product-right .product-list .product-item {
	width: 100%;
	box-sizing: border-box;
	display: -webkit-flex; /* Safari */
	display: flex;
	justify-content:space-between;
	padding: 0px 20px 20px 20px;
	border-bottom:1px solid #ccc; 
}
.block .product-right .product-list .product-item .product-img {
	width: 30%;
	border: 1px solid #eee;
} 
.block .product-right .product-list .product-item .product-img img {
	width: 100%;
	margin: 0;
}
.block .product-right .product-list .product-item .product-info {
	width: 68%;
	margin: 0;
} 
.block .product-right .product-list .product-item .product-info span {
	display: block;
	font-size: 16px;
	font-weight: 700;
	margin-top: 10px;
}
.block .product-right .product-list .product-item .product-info p {
	display: block;
	line-height: 120%;
	font-size: 14px;
}
.block .product-right .product-list .product-item .product-info .btn {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	padding:10px 20px;
	background-color: #303030;
	color: #fff;
	margin-top: 30px;
	margin-right: 10px; 
}
.block .product-right .product-list .product-item .product-info .btn:hover {
	background-color: #333;
}


.block .product-right .show-detail {
    display: flex;
    flex-wrap: wrap;
}
.block .product-right .show-detail .product-item {
    width: calc(33.3333333%);
    flex-wrap: wrap;
    border-bottom: 0;
}
.block .product-right .show-detail .product-item .product-img {
    width: 100%;
}
.block .product-right .show-detail .product-item .product-info {
    width: 100%;
}
.block .product-right .show-detail .product-item .product-info .btn {
    display: none;
}
.block .product-right .show-detail .product-item .product-info p {
    display: none;
}
.block .product-right .show-detail .product-item .product-info span {
    margin-bottom: 10px;
    text-align: center;
    margin-top: 20px; color:#000;
}
.product *{ color:#000;}

.shown_products_a_left,
.shown_products_a_right {
	
}
.shown_products_a_right {
	    float: right;
	    text-align: left;
	    width: 58%;
}

.shown_products_a_left {
	float: left;
	border: 0;
	padding: 2px;
	width: 40%;
}
.shown_products_a_right h1 {
	float: left;
	width: 100%;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
}

.block .shown_products_a_right h3 {
	float: left;
	width: 100%;
	font-size: 14px;
	padding-top: 10px;
	margin: 0px;
	color: #666;
	font-weight: normal;
}

.block .shown_products_a_right h2 {
	float: left;
	width: 100%;
	font-size: 14px;
	padding-top: 10px;
	margin: 0px;
	color: #666;
}
.shown_products_a_right h4 {
	float: left;
	margin-right: 10px;
	font-size: 12px;
	padding-top: 10px;
	margin-top: 20px;
}
.shown_products_a_right h4 a {
	background-color: #303030;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #FFF;
	font-weight: bold;
}
.shown_products_a .current {
	background-color: inherit;
}
.shown_products_b {
	width: 100%;
	height: auto;
	margin-top: 10px;
	float: left;
}
.shown_products_b_a {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 30px;
}
.op {
	float: left;
	width: 100%; background:#303030;
}
.shown_products_b_a h2 {
	padding-left:10px; padding-right:10px;
	
	float: left;
	height: 40px;
	font-weight: bold;
	color: #FFF; cursor:pointer;

	line-height: 40px; font-size:18px;
}

.shown_products_b_a h2.on{background:#fff;color:#000;border-left:2px solid #303030; border-top:2px solid #303030;}
.opt {
	float: left;
	width: 100%;
	margin-top: 1%;
	font-size: 14px;
	word-wrap: break-word;
	white-space: normal;
	word-break: normal; margin-bottom:30px; line-height:1.5; font-size:16px; color:#999;
}
.opt_pt {
    float: left;
    font-size: 16px;
    margin-top: 1.5%;
    width: 100%;
    color: #666; margin-bottom:15px;
}
.opt h3 {
	margin-right: 10px;
	margin-top: 0;
	font-size: 14px;
	font-weight: normal;
}

.block .opt h3 a {
	float: left;
	display: inline-block;
	margin-right: 20px;
}
.position{  margin-bottom:30px; padding:0 20px;}
.position img{ width:16px; margin-top:-2px; margin-right:5px; display:inline-block;}
.position * {
    color: #333;
}
.bg{ background:#f4f4f4; padding-top:50px; padding-bottom:80px;}	


.page_list{
	display: flex;
	justify-content: center;
	flex-wrap: wrap; clear:both;
}
.page_list a{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: block;
	background-color: #fff;
	margin-left: 14px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	font-family:MaisonNeue-Bold;
	color: rgba(0,0,0,.5);
	transition: background-color .3s;
}
.page_list a.on,.page_list a:hover{
	background-color: #a600cf;
	color: #fff;
}
.page_list a:first-child{
	background: #fff url(https://d5a6ee.claudeassets.com/20220331084541im_/https://www.gkuvc.com/images/zxhjt.svg) center no-repeat;
	background-size: auto 13px;
}
.page_list a:first-child:hover{
	background: #a600cf url(https://82d092.claudeassets.com/20220331084541im_/https://www.gkuvc.com/images/bsjt.svg) center no-repeat;
	background-size: auto 13px;
	transform: rotate(180deg);
}
.page_list a:last-child{
	background: #fff url(https://d5a6ee.claudeassets.com/20220331084541im_/https://www.gkuvc.com/images/zxhjt.svg) center no-repeat;
	background-size: auto 13px;
	transform: rotate(180deg);
}
.page_list a:last-child:hover{
	background: #a600cf url(https://82d092.claudeassets.com/20220331084541im_/https://www.gkuvc.com/images/bsjt.svg) center no-repeat;
	background-size: auto 13px;
	transform: rotate(0deg);
}
@media (max-width:992px) {
	.page_list a{
		width: 34px;
		height: 34px;
		line-height: 34px;
		font-size: 1.4rem;
	}
}
	
	
	
	
.inews{
	
}
.inews .container{overflow:hidden;}
.inews dl{
	margin: 0 1%; margin-bottom:40px; width:31.3333333333%; float:left; 
}
.inews dl dd.dd{
	float: left;
	font-weight: normal;
	width: 40%;
	padding: 0 10px;
}
.inews dl dd{

	
}
.inews dl a{
	display: block;
	position: relative;
	color: #000;
}
.inews dl dd.dd a section{
	position: absolute;
	width: 100%;
	z-index: 3;
	left: 0;
	bottom: 0px;
	padding: 50% 10% 35px;
	background-image: linear-gradient(to top,rgba(23,95,215,1),rgba(23,95,215,0));
	color: #fff;
}
.inews dl dd a section{
	width: 85%;
	margin: 0 auto;
	padding: 30px 0px 40px;
}
.inews dl a small{
	display: block;
	font-size: 1.4rem;
	line-height: 30px;
	font-family:MaisonNeue-Book;
	border-bottom: 1px #fff solid;
	padding-bottom: 6px;
	background: url(https://c963e8.claudeassets.com/20220331084541im_/https://www.gkuvc.com/images/time02.png) 0px 7px no-repeat;
	background-size: 16px auto;
	padding-left: 20px;
}
.inews dl dd.dd a small{
	border-bottom: 1px #fff solid;
	background: url(https://d301b3.claudeassets.com/20220331084541im_/https://www.gkuvc.com/images/sjpicb.svg) 0px 7px no-repeat;
	background-size: 12px auto;
}
.inews dl dd a small{
	border-bottom: 1px rgba(0,0,0,.1) solid;
}
.inews dl a i img:first-child{
	display: none;
}
.inews dl dd.dd a i img:first-child{
	display: block;
}
.inews dl dd.dd a i img:last-child{
	display: none;
}
.inews dl a section>p{
	font-size: 1.8rem;
	font-family:MaisonNeue-Book;
	line-height: 26px;
}
.inews dl dd.dd a section>p{
	margin: 15px 0px;
}
.inews dl dd a section>p{
	font-size: 18px;
	margin: 15px 0px 35px;
	height:52px;
	overflow:hidden;
}
.inews dl a span{
	display: block;
	position: relative;
	text-align: center;
	width: 125px;
}
.inews dl a span p{
	position: relative;
	z-index: 4;
	font-size: 1.4rem;
	font-family:MaisonNeue-Medium;
	height: 36px;
	line-height: 36px;
}
.inews dl dd a span p{
	color: #fff;
}
.inews dl a span:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #a600cf;
	

}
.inews dl dd.dd a span:after{
	background-color: #fff;
}
.inews dl dd.dd a span p{
	color: #3355d9;
}
.inews dl dd a{
	background-color: #fff;
}
@media (max-width:1440px) {
	
}
@media (max-width:992px) {
	.inews dl{ width:48%;}
}
.inews ul{
	margin: 35px 0px 0px;
}
.inews ul li{
	margin-bottom: 30px;
}
.inews ul li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 4% 50px 0px;
	transition: .3s;
	background-color: #f7f7f8;
}
.inews ul li a:hover{
	background-color: #0254d7;
	box-shadow: 0px 0px 35px rgba(0,0,0,.2);
}
.inews ul li a>small{
	width: 14%;
	display: block;
	text-align: center;
	padding: 0px 0px 35px;
	color: #3f3f3f;
	transition: .3s;
}
.inews ul li a:hover>small{
	color: #fff;
}
.inews ul li a>section{
	width: 70%;
}
.inews ul li a>h5{
	width: 12%;
	text-align: center;
}
.inews ul li a>small h4{
	font-size: 6.2rem;
	line-height: 70px;
	font-family:ITCAvant-Md;
}
.inews ul li a>small span{
	display: block;
	font-size: 1.8rem;
	font-family:ITCAvant-Md;
	line-height: 20px;
}
.inews ul li a>section h3{
	color: #03103a;
	line-height: 22px;
	font-size: 2.2rem;
	
}
.inews ul li a:hover>section h3{
	color: #fff;
}
.inews ul li a>section span{
	display: block;
	color: #808080;
	line-height: 28px;
	margin: 15px 0px 0px;
	font-family:MaisonNeue-Medium;
	max-width: 90%;
}
.inews ul li a:hover>section span{
	color: #fff;
}
.inews ul li a>h5,.ifaq ol li a>h5{
	color: #1c52d5;
	font-size: 1.4rem;
	position: relative;
	height: 38px;
	font-family:MaisonNeue-Bold;
	line-height: 38px;
}
@media (max-width:1440px) {
	.inews ul{
		margin: 20px 0px 0px;
	}
	.inews ul li{
		margin-bottom: 15px;
	}
	.inews ul li a{
		padding: 20px 4% 30px 0px;
	}
	.inews ul li a>small h4{
		font-size: 5.2rem;
		line-height: 60px;
	}
	.inews ul li a>small span{
		font-size: 1.6rem;
	}
	.inews ul li a>section h3{
		line-height: 24px;
		font-size: 1.8rem;
	}
	.inews ul li a>section span{
		line-height: 24px;
		margin: 10px 0px 0px;
	}
	.inews ul li a>h5,.ifaq ol li a>h5{
		font-size: 1.3rem;
		height: 34px;
		line-height: 34px;
	}
}
@media (max-width:1200px) {
	.inews ul{
		margin: 20px 0px 0px;
	}
	.inews ul li{
		margin-bottom: 15px;
	}
	.inews ul li a{
		padding: 20px 4% 30px 0px;
	}
	.inews ul li a>small h4{
		font-size: 4.2rem;
		line-height: 50px;
	}
	.inews ul li a>small span{
		font-size: 1.4rem;
	}
	.inews ul li a>section h3{
		font-size: 1.6rem;
	}
	.inews ul li a>section span{
		line-height: 22px;
		margin: 5px 0px 0px;
	}
	.inews ul li a>h5,.ifaq ol li a>h5{
		font-size: 1.2rem;
		height: 30px;
		line-height: 30px;
	}
}
@media (max-width:992px) {
	.inews ul{
		margin: 15px 0px 0px;
	}
	.inews ul li a{
		flex-wrap:wrap;
		padding:10px 15px 20px;
	}
	.inews ul li a>small{
		width: 100%;
		display: flex;
		text-align: left;
		padding: 0px 0px 5px;
	}
	.inews ul li a>small h4{
		font-size: 1.2rem;
		line-height: 20px;
	}
	.inews ul li a>small h4:after{
		content:" - ";
		margin-right:5px;
	}
	.inews ul li a>small span{
		font-size: 1.2rem;
	}
	.inews ul li a>section{
		width: 100%;
	}
	.inews ul li a>h5{
		display:none;
	}
	.inews ul li a>section h3{
		line-height: 19px;
		font-size: 1.4rem;
		font-family:MaisonNeue-Medium;
		margin:0px 0px 5px;
	}
	.inews ul li a>section span{
		line-height: 20px;
		margin: 5px 0px 0px;
		font-family:MaisonNeue-Book;
		max-width: 100%;
		font-size:1.2rem;
	}
}
.ifaq ol li a>h5{
	line-height: 39px;
	min-width: 130px;
	text-align: center;
}
.inews ul li a>h5 p,.ifaq ol li a>h5 p{
	position: relative;
	z-index: 3;
}
.inews ul li a>h5:after,.ifaq ol li a>h5:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 1px #1c52d5 solid;
	transform: skewX(-10deg);
}
.inews ul li a:hover>h5,.ifaq ol li a:hover>h5{
	color: #1c52d5;
}
.inews ul li a:hover>h5:after,.ifaq ol li a:hover>h5:after{
	border: 1px #fff solid;
	background-color: #fff;
}
.icontact{
	padding:50px 0px 30px; margin-left:20px; margin-right:20px;
}
.imessage{ margin-left:20px; margin-right:20px;}
.imessage *{ box-sizing:border-box;}
.all-width {
    width: 100% !important;
}
.icontact ul li{
	display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
	padding: 33px 33px 60px;
	box-shadow:0px 0px 45px rgba(0,0,0,.1);
	margin-bottom:45px;
	border-radius:5px; background:#fff;
}
.icontact ul li h3{
	width:100%;
	color:#03103a;
	font-size:2.2rem;
	line-height:46px;
	
	border-bottom:2px #f1f5fb solid;
	margin-bottom:50px;
	padding-bottom:3px;
}
.icontact ul li dl{
	width:20%;
	display:flex;
	justify-content:space-between;
	padding:0 20px;
	border-right:1px #f1f5fb solid;
}
.icontact ul li dl:nth-of-type(1){
	width:29%;
	padding: 0px 20px 0px 0px;
}
.icontact ul li dl:nth-of-type(4){
	width:30%;
	padding:0px 0px 0px 20px;
	border-right:0;
}
.icontact ul li dl dt{
	width:66px;
	padding:7px 0px 0px;
}
.icontact ul li dl dd{
	width:calc(100% - 66px);
}
.icontact ul li dl dt img{
	max-width:30px;
	display:block;
	margin:0 auto;
}
.icontact ul li dl dd h4{
	color:#333333;
	font-size:1.8rem;
	line-height:30px;
	
}
.icontact ul li dl dd section{
	color:#666666;
	font-size:1.4rem;
	font-family:MaisonNeue-Book;
	line-height:20px;
}
@media (max-width:1440px) {
	.ititle h3{
		font-size: 3.0rem;
	}
	.ititle span{
		font-size: 1.6rem;
	}
	.icontact ul li{
		padding: 30px 30px 50px;
		box-shadow:0px 0px 35px rgba(0,0,0,.1);
		margin-bottom:35px;
	}
	.icontact ul li h3{
		font-size:1.9rem;
		line-height:36px;
		margin-bottom:40px;
	}
	.icontact ul li dl dd h4{
		font-size:1.6rem;
	}
	.icontact ul li dl dd section{
		font-size:1.3rem;
	}
}
@media (max-width:992px) {
	.container{ width:auto;}
	.product .mr{margin-left:0 !important; margin-right:0 !important;}
	.lianxi{
		padding:15px 0px 0px;
	}
	.ititle h3{
		font-size: 2.0rem;
	}
	.ititle span{
		font-size: 1.3rem;
	}
	.icontact{
		padding:20px 0px;
	}
	.icontact ul li{
		padding: 15px 15px 10px;
		box-shadow:0px 0px 5px rgba(0,0,0,.1);
		margin-bottom:15px;
	}
	.icontact ul li h3{
		font-size:1.4rem;
		line-height:24px;
		margin-bottom:10px;
		padding-bottom:8px;
	}
	.icontact ul li dl{
		width:100%;
		padding:5px 0px 10px;
		border-right:0;
		border-bottom:1px #f1f5fb solid;
		margin-bottom:10px;
	}
	.icontact ul li dl:nth-of-type(1){
		width:100%;
		padding:5px 0px 10px;
	}
	.icontact ul li dl:nth-of-type(4){
		width:100%;
		padding:5px 0px 10px;
	}
	.icontact ul li dl dt{
		width:26px;
		padding:5px 0px 0px;
	}
	.icontact ul li dl dd{
		width:calc(100% - 26px);
		padding-left:10px;
	}
	.icontact ul li dl dt img{
		max-width:16px;
	}
	.icontact ul li dl dd h4{
		font-size:1.4rem;
		line-height:20px;
	}
	.icontact ul li dl dd section{
		font-size:1.2rem;
	}
}
.imessage{
	/*background-color: #f7f8fc;*/
	padding: 70px 0px 35px;
}
.imessage h2{
	font-size: 3.8rem;
	line-height: 48px; margin-bottom:20px;
	
	color: #232323;
}
.imessage form{
	margin: 25px 0px 0px;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	width:100%;
}
.imessage form span{
	width: 48.5%;
	padding-bottom:15px;
}
.imessage form p{
	color: #242e33;
	font-size: 1.6rem;
	line-height: 26px;
	font-family:MaisonNeue-Book;
}
.imessage form p font{
	color: #f71616;
}
.imessage form span input{
	width: 100%;
	background-color: #fff;
	border: 1px solid #e2e2e2;
	line-height: 24px;
	padding: 15px;
	margin: 10px 0px 0px;
	outline: none;
	
}
.imessage form span select{
	width: 100%;
	background-color: #fff;
	border: 1px solid #e2e2e2;
	height: 54px;
	font-size: 1.4rem;
	font-family:MaisonNeue-Book;
	margin: 10px 0px 0px;
	outline: none;
	box-shadow: 0px 0px 1px #e8ecef;
	padding:0px 10px;
}
.imessage form section{
	width: 100%;
}
.imessage form textarea{
	width: 100%;
	background-color: #fff;
	border: 1px #e8ecef solid;
	line-height: 24px;
	padding: 15px;
	margin: 10px 0px 15px;
	outline: none;
	box-shadow: 0px 0px 1px #e8ecef;
	resize: none;
}
.imessage form h4{
	color:#f00;
	font-size:1.4rem;
	font-family:MaisonNeue-Book;
	padding:5px 0px;
	width:100%;
	margin:0px 0px 20px;
}
.imessage form button{
	width: 200px;
	height: 50px;
	background-color: #a600cf;
	color: #fff;
	font-size: 1.6rem;
	font-family:MaisonNeue-Medium;
	border: 0;
	transition:.3s;
}

.imessage form section.sec{
	display:flex;
	margin:0px 0px 20px;
}
.imessage form section.sec i{
	display:block;
	width:20px;
	height:20px;
	border:1px rgba(0,0,0,.4) solid;
	cursor:pointer;
}
.imessage form section.sec i.i{
	border:1px #d81e06 solid;
	background:url(https://8c5fb7.claudeassets.com/20220331084541im_/https://www.gkuvc.com/images/gou.png) center no-repeat;
	background-size:95% auto;
}
.imessage form section.sec a{
	display:block;
	width:calc(100% - 20px);
	padding-left:20px;
	font-family:MaisonNeue-Book;
	font-size:1.4rem;
	line-height:24px;
	color:#333;
}
.imessage form .xzbd{
	display:flex;
	justify-content:space-between;
}
.imessage form .xzbd small{
	width:40%;
	display:flex;
	align-items:center;
	padding:10px 0px 0;
	height:66px;
}
.imessage form .xzbd small input{
	width:20px;
	height:20px;
	margin:0;
	border:0;
	box-shadow:none;
}
.imessage form .xzbd small h5{
	margin:0px 15px;
	font-family:MaisonNeue-Book;
}
.imessage form .xzbd .xzpp{
	width:60%;
	display:none;
}
@media (max-width:1440px) {
	.imessage{
		padding: 40px 0px 35px;
	}
	.imessage h2{
		font-size: 3.0rem;
		line-height: 38px;
	}
	.imessage form{
		margin: 20px 0px 0px;
	}
	.imessage form p{
		font-size: 1.6rem;
	}
	.imessage form span input{
		padding: 10px 15px;
	}
	.imessage form textarea{
		padding: 10px 15px;
	}
	.imessage form button{
		font-size: 1.5rem;
	}
}
@media (max-width:992px) {
	.tmenu{ min-width:none;}
	.imessage{
		padding: 20px 0px 15px;
	}
	.imessage h2{
		font-size: 2.0rem;
		line-height: 28px;
	}
	.imessage form{
		margin: 10px 0px 0px;
	}
	.imessage form p{
		font-size: 1.4rem;
		line-height:20px;
	}
	.imessage form span{
		padding-bottom:5px;
	}
	.imessage form span:nth-child(10){
		width:100%;
	}
	.imessage form span input{
		padding: 5px 10px;
		margin: 5px 0px 0px;
	}
	.imessage form .xzbd small{
		height:46px;
		padding:0px 0px 0px;
	}
	.imessage form .xzbd small input{
		width:15px;
		height:15px;
	}
	.imessage form .xzbd small h5{
		margin:0px 10px;
	}
	.imessage form textarea{
		padding: 5px 10px;
		line-height: 20px;
	}
	.imessage form>i{
		display:none;
	}
	.imessage form button{
		font-size: 1.4rem;
		width:100%;
		height: 44px;
	}
	.imessage form span select{
		margin:5px 0px 0px;
		height: 36px;
	}
}
.icontact *{ box-sizing:border-box;}
.application h2,.education h2{ font-weight:bold !important; font-size:20px;}
.video p,.application p,.education p{ max-height:52px; overflow:hidden; font-size:16px !important;}	
.agent{ position:relative;}
.agent p{ line-height:1.5; font-size:18px; color:#000 !important; position:absolute; top:30%; left:50%; width:500px; background:rgba(255,255,255,0.5); padding:20px; f}	
	
.xiwen .news_img{ position:relative; height:400px; overflow:hidden;}
.xiwen .news_img img{ width:100%; height:auto !important;  max-height:none !important; max-width:none !important; position:absolute; bottom:-15%;}
.news_tit{ margin-bottom:0 !important; height:auto !important;}	
.product .mr{ margin-left:20px; margin-right:20px;}
.video dl dd{ position:relative;}
.video h2 {
	float: left;
	width: 100%;
	font-size: 14px;
	padding-top: 10px;
	margin: 0px;
	color: #666; 
}
.video .ema{position:absolute; bottom:0; width:100%; }
.video h4 {
	float: left;
	
	font-size: 12px;
	padding-top: 10px;
	width:50%; 
}

.video h4 a {
	background-color: #000 !important;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFF;
	font-weight: bold; text-align:center;
}
.video h4 a.inqyr{background-color: #a600cf !important;}

.ab img{ max-width:1000px; margin-left:auto; margin-right:auto;}
.ab p{ font-size:16px; line-height:1.5; margin-bottom:20p; margin-top:10px;}



#content:-ms-input-placeholder {
    color: #757575 !important;
}

#content::-webkit-input-placeholder {
    color: #757575 !important;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option{color: #333 !important;}

.arer{ width:100% !important; margin-bottom:15px; margin-left:0; margin-right:0; padding:0 !important; }
.btn-group>.btn:first-child{height:50px;}
.btn{border-radius: 0px !important;background-color: #ccc !important; }
.btn-submit{ background:#000 !important;}
.btn-submit:hover{ color:#fff !important;}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){ width:100% !important;}

.dropdown-menu li:first-child{ display:none;}



.inewsd{
	padding:50px 0px;
	display:flex;
	justify-content:space-between;
}
.insct p{ margin-bottom:10px; color:#444;}
.inesd{
	width:100%;padding:0 20px; box-sizing:border-box;
}
.instt{
	font-size:2.0rem;
	font-family:MaisonNeue-Medium;
	text-align:center;
	line-height:22px;
	margin:0px 0px 10px;
}
.inewsd .instui{
	width:27%;
}
.insct{
	font-family:MaisonNeue-Book;
	line-height:24px;
	color:#444;
	margin:20px 0px 0px;
}
.insct p{
	font-family:arial;
}
.instm{
	display:flex;
	justify-content:center;
	border-bottom:2px rgba(0,0,0,.5) solid;
	padding-bottom:7px;
}
.instm span{
	color:#777;
	font-family:MaisonNeue-Book;
	display:flex;
	line-height:30px;
	margin:0px 10px;
	font-size:1.3rem;
}
.instm span i{
	line-height:26px;
	margin-right:5px;
}
.instui form{
	width:100%;
	border:2px #000 solid;
	display:flex;
}
.instui form input{
	width:85%;
	line-height:22px;
	padding:10px;
	outline:none;
	border:0;
	font-family:MaisonNeue-Book;
	font-size:1.6rem;
}
.instui form button{
	width:15%;
	background:url(https://3029b7.claudeassets.com/20220331084541im_/https://www.gkuvc.com/images/fdjn.png) center no-repeat;
	border:0;
}
.instui h3{
	color:#222222;
	font-size:2.6rem;
	line-height:30px;
	font-family:MaisonNeue-Medium;
	margin:50px 0px 0px;
}
.instui h3:after{
	content:"";
	width:32px;
	display:block;
	height:3px;
	background:#e92b2e;
	margin:5px 0px 0px;
}
@media (max-width:1200px) {
	.instui form input{
		line-height:20px;
		font-size:1.6rem;
	}
	.instui h3{
		font-size:2.2rem;
		margin:30px 0px 0px;
	}
}
@media (max-width:992px) {
	.inewsd{
		padding:15px 0px;
		flex-wrap:wrap;
	}
	.inesd{
		width:100%;
	}
	.instt{
		font-size:1.6rem;
		line-height:20px;
		margin:0px 0px 6px;
	}
	.inewsd .instui{
		display:none;
	}
	.instm{
		border-bottom:1px rgba(0,0,0,.5) solid;
		padding-bottom:5px;
	}
	.insct{
		line-height:22px;
		margin:15px 0px 0px;
		word-wrap:break-word;
		word-break:break-all;
	}
	.insct h3{
		font-size:1.6rem;
		line-height:22px;
	}
}
.instui dl{
	margin:30px 0px 0px;
}
.instui dl dd{
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px rgba(0,0,0,.1) dashed;
}
.instui dl dd a{
	display:flex;
	justify-content:space-between;
	color:#222222;
}
.instui dl dd a big{
	width:26%;
	display:block;
	overflow:hidden;
}
.instui dl dd a big img{
	width:100%;
	transform:scale(1);
	transition:1s;
}
.instui dl dd a:hover big img{
	transform:scale(1.2);
}
.instui dl dd a section{
	width:70%;
	display:flex;
	flex-wrap:wrap;
	align-content:space-between;
}
.instui dl dd a section p{
	font-family:MaisonNeue-Book;
	width:100%;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	transition:.3s;
}
.instui dl dd a section span{
	display:block;
	font-size:1.2rem;
	color:#666666;
	font-family:MaisonNeue-Book;
	line-height:18px;
	max-height:36px;
	overflow:hidden;
	width:100%;
}
.instui dl dd a section small{
	color:#e81a23;
	font-size:1.2rem;
	font-family:ITCAvant-Book;
	line-height:16px;
	display:block;
	width:100%;
}
.instui dl dd a:hover section p{
	color:#e81a23;
}
/*
     FILE ARCHIVED ON 09:09:49 Jun 01, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:55:34 Jul 21, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.328
  exclusion.robots: 0.03
  exclusion.robots.policy: 0.023
  esindex: 0.004
  cdx.remote: 11.366
  LoadShardBlock: 56.38 (3)
  PetaboxLoader3.datanode: 63.697 (4)
  load_resource: 46.979
  PetaboxLoader3.resolve: 38.052
*/