﻿@font-face {
    font-family: "LumiSans-Medium"; /* 定义字体名称 */
    src: url("../../fonts/WOFF(Web)/HarmonyOS_Sans_SC_Medium.ttf") format('ttf'); /* 定义字体文件的URL和格式，可以引入多种格式的文件，并以逗号分隔 */
}

@font-face {
    font-family: "LumiSans-Light"; /* 定义字体名称 */
    src: url("../../fonts/WOFF(Web)/HarmonyOS_Sans_SC_Light.ttf") format('truetype'); /* 定义字体文件的URL和格式，可以引入多种格式的文件，并以逗号分隔 */
}

@font-face {
    font-family: "LumiSans-SemiBold"; /* 定义字体名称 */
    src: url("../../fonts/WOFF(Web)/HarmonyOS_Sans_SC_Bold.ttf") format('truetype'); /* 定义字体文件的URL和格式，可以引入多种格式的文件，并以逗号分隔 */
}

@font-face {
    font-family: "LumiSans-Regular"; /* 定义字体名称 */
    src: url("../../fonts/WOFF(Web)/HarmonyOS_Sans_SC_Regular.ttf") format('truetype'); /* 定义字体文件的URL和格式，可以引入多种格式的文件，并以逗号分隔 */
}
@font-face {
    font-family: "LumiSans-Black"; /* 定义字体名称 */
    src: url("../../fonts/WOFF(Web)/HarmonyOS_Sans_SC_Black.ttf") format('truetype'); /* 定义字体文件的URL和格式，可以引入多种格式的文件，并以逗号分隔 */
}
@font-face {
    font-family: "LumiSans-Thin"; /* 定义字体名称 */
    src: url("../../fonts/WOFF(Web)/HarmonyOS_Sans_SC_Thin.ttf") format('truetype'); /* 定义字体文件的URL和格式，可以引入多种格式的文件，并以逗号分隔 */
}
@font-face {
    font-family: "EthnocentricRg"; /* 定义字体名称 */
    src: url("../../fonts/WOFF(Web)/ethnocentric rg it.ttf") format('truetype'); /* 定义字体文件的URL和格式，可以引入多种格式的文件，并以逗号分隔 */
}
@font-face {
    font-family: "Ethnocentric"; /* 定义字体名称 */
    src: url("../../fonts/WOFF(Web)/ethnocentric rg.ttf") format('truetype'); /* 定义字体文件的URL和格式，可以引入多种格式的文件，并以逗号分隔 */
}

body {
    overflow-x: hidden;
    font: 400 1.4rem/150% "LumiSans-Regular", Helvetica, Arial, Tahoma, sans-serif;
    -webkit-text-size-adjust: none;
}

@media screen and (min-width: 768px) {
    body {
        font: 400 1.4rem/150% "LumiSans-Regular", VippNeue, Arial,Tahoma, Helvetica, sans-serif;
    }
}

body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

ol, ul {
    list-style: none;
}

img {
    border: 0;
    display: block;
    /*    width: 100%;
*/ /*把图片变为块级元素，解决图片在ie67下的空白间隙问题*/
}

a img {
    border: none;
}

address, caption, em, i {
    font-style: normal;
    font-weight: 400;
}

table {
    border-collapse: collapse;
}

main {
    background-color: #000;
    padding-top: 72px;
    min-height: calc(100% - 48px);
}

@media screen and (max-device-width: 320px) {
    html {
        font-size: 6px;
    }
}
/*5*/
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    html {
        font-size: 8px;
    }
}
/*6*/
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) {
    html {
        font-size: 10px;
    }
}
/*6+*/
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: portrait) {
    html {
        font-size: 10px;
    }
}
/*******************************************
*               常 用 样 式                 *
*******************************************/
/*利用伪类元素清楚浮云*/
.clearBoth:before,
.clearBoth:after {
    content: " ";
    display: block;
    height: 0px;
    line-height: 0;
    clear: both;
}

.margin_auto {
    margin: auto;
}

.text_center {
    text-align: center;
}

.overflow_hidden {
    overflow: hidden;
}

.hide {
    display: none;
}

.mt20 {
    margin-top: 20px;
}

.ml5 {
    margin-left: 5px;
}

.hidden {
    display: none !important;
}

.show {
    display: block;
}

/*******************************************
*              链  接  样  式               *
*******************************************/
a {
    color: #212529;
    cursor: pointer;
}
a:active, a:hover, a:link, a:visited {
    text-decoration: none !important
}


@media screen and (min-width: 1400px) {
    .container {
        width: 1380px
    }
}

@media screen and (min-width: 1600px) {
    .container {
        width: 1716px;
/*        width: 100%;*/
    }
}
@media screen and (max-width: 1700px) {
    .container {
        /*        width: 1716px;*/
        width: 100%;
    }
}

.column {
    width: 100%;
    height: 32px;
/*    background: #3D3B3B;*/
    background: #000;
    position: fixed;
    top: 72px;
/*    padding-top:100px;*/
    padding-top:125px;
    z-index: 99;
}
.unsetFixed {
    position: unset;
    padding-top:170px;
}

@-webkit-keyframes anim2 {
    0% {
        top: 72px;
    }

    100% {
        top: 40px;
    }
}

.column-hide {
    -webkit-animation: anim2 0.7s linear;
    top: 40px;
}

.breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
    display: inline-block;
    font-size: 20px;
    line-height: 23px;
    padding: 0;
    text-transform:uppercase;
}

    .breadcrumb > li + li:before {
        padding:0;
/*        padding: 0 18px;
        content: "\003E";*/
        color: #fff;
    }

    .breadcrumb > li a {
/*        color: #CCCBCA;*/
        color: #fff;
        font-size:20px;
    }

    .breadcrumb > .active {
        font-weight:600;
        font-size:20px;
        color: #fff;
    }
/*新闻*/
.index-productThumb {
    background: radial-gradient( 65% 99% at 4% -20%, #0A0A0A 0%, #1A1412 19%, #2E2A28 42%, #383A3D 100%);
    padding: 56px 0 0 0;
    overflow: hidden;
}
    .index-productThumb .swiper {
        margin-bottom:56px;
    }

    .productThumb_text {
        overflow: hidden;
        margin-bottom: 34px;
    }

.productThumb_title {
    font-size: 24px;
    font-family:"LumiSans-Medium";
    color: #E6E4E3;
    line-height: 32px;
    height: 32px;
    margin-bottom: 16px;
}

.productThumb_line {
    width: 104px;
    height: 2px;
    background: #FF4D00;
    border-radius: 2px;
}

.new_con {
    margin-bottom: 64px;
}

.new_list {
    margin-bottom: 40px;
}

.new_con .new_list .new_a {
    position: relative;
    display: block;
    overflow: hidden;
}

    .new_con .new_list .new_a:hover img {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

.new_con .new_list img {
    width: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.new_con .new_list .new_text {
    overflow: hidden;
}

    .new_con .new_list .new_text h3 {
        font-family: "LumiSans-SemiBold";
        color: #CCCBCA;
        line-height: 24px;
        font-size: 16px;
        margin-bottom: 12px;
        height: 48px;
        margin-top: 22px;
        -webkit-line-clamp: 2;
        -ms-line-clamp: 2;
        -moz-line-clamp: 2;
        -o-line-clamp: 2;
        -webkit-box-orient: vertical;
        -ms-box-orient: vertical;
        -woz-box-orient: vertical;
        -o-box-orient: vertical;
        overflow: hidden;
        display: -webkit-box;
        transition: color .5s cubic-bezier(.39,.575,.565,1) 0s;
    }

    .new_con .new_list .new_text p {
        color: #CCCBCA;
        line-height: 25px;
        font-family: "LumiSans-Light";
        font-size: 14px;
        margin-bottom: 12px;
        transition: color .5s cubic-bezier(.39,.575,.565,1) 0s;
    }

    .new_con .new_list .new_text a {
        color: #999897;
        line-height: 25px;
        font-size: 14px;
        transition: color .5s cubic-bezier(.39,.575,.565,1) 0s;
        padding-bottom: 4px;
    }
    .new_con .new_list .new_text .line {
        width: 77px;
        height: 2px;
        background: #999897;
        transition: background .5s cubic-bezier(.39,.575,.565,1) 0s;
    }

        .new_list:hover .new_text h3 {
            color: #FFFAF8;
        }
.new_list:hover .new_text p {
    color: #FFFAF8;
}
.new_list:hover .new_text a {
    color: #FFFAF8;
}
.new_list:hover .new_text .line {
    background: #FF4D00;
}
.new_list:hover .product-new-more {
    color: #FF4D00 !important;
}
.black {
    color: #292827 !important;
}

.product-new-title {
    color: #524F4E !important;
}

.product-new-more {
    color: #524F4E !important;
}

@media screen and (min-width: 768px) {
    .desktop {
        display: block;
    }

    .mobile {
        display: none;
    }

    .carousel-index {
        position: relative;
        overflow: hidden;
        height: calc(100vh - 72px);
    }

    ul.pic_list {
        position: relative;
    }

        ul.pic_list li {
            float: left;
            /*width: 100%;*/
            position: absolute;
            top: 0px;
            left: 50%;
            margin-left: -960px;
        }

            ul.pic_list li img {
                /*height: 100vh;*/
            }

            ul.pic_list li .navbar-logo {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                width: 72px;
            }

            ul.pic_list li .videoplay {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                font-size: 70px;
                z-index: 10;
                color: #363635;
                z-index: 111;
            }

            ul.pic_list li:hover .videoplay {
                color: red;
            }

    .title_nav {
        position: absolute;
        display: table;
        width: 100%;
        max-width: 1520px;
        left: 50%;
        bottom: 40px;
        border-top: 1px solid rgba(255, 255, 255, 0.7);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

        .title_nav a.control {
            display: table-cell;
            color: #fff;
            text-decoration: none;
            border-top: 3px solid transparent;
            -webkit-transition: left 500ms ease-out;
            transition: left 500ms ease-out;
            padding-right: 10px;
            padding-left: 10px;
        }

            .title_nav a.control.select {
                border-top: 3px solid #fff;
            }

            .title_nav a.control h5 {
                padding: 20px 30px 5px 0;
                color: #fff;
                line-height: 15px;
                letter-spacing: 1px;
            }

            .title_nav a.control h3 {
                color: #fff;
                font-size: 14px;
                line-height: 1.4;
                font-weight: bold;
                padding-bottom: 3px;
            }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .title_nav a.control h3 {
        font-size: 14px;
    }
}

@media screen and (min-width: 768px) {
    .title_nav a.control h4 {
        color: #fff;
        font-size: 13px;
        line-height: 20px;
        font-weight: normal;
    }

    .gradient {
        -webkit-pointer-events: none;
        pointer-events: none;
        position: absolute;
        display: block;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        height: 100%;
        width: 100%;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY0JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(64%, transparent), to(rgba(0, 0, 0, 0.65)));
        background: linear-gradient(to bottom, transparent 0%, transparent 64%, rgba(0, 0, 0, 0.65) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    }
}
/*适配范围 移动端 */
@media screen and (max-width: 767px) {
    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .carousel2 {
        position: relative;
        padding-top:76px;
    }

        .carousel2 .videoplay {
            position: absolute;
            top: 46%;
            left: 43%;
            font-size: 50px;
            z-index: 10;
            color: red;
        }

    .mobile .caption {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 20px;
        background: rgba(0, 0, 0, 0.6);
        color: #ddd;
        font-size: smaller;
        max-height: 30%;
        z-index: 111;
    }

        .mobile .caption h5 {
            padding-bottom: 10px;
            margin-top: 0px;
        }

        .mobile .caption h4 {
            padding-bottom: 5px;
        }
}

/*产品一级类别 Large category*/
.proImg-con {
/*    padding-right: 100px;*/
margin-right:130px;
}

.product-large {
    width: 100%;
    overflow: hidden;
}

.product-large-top {
    margin-bottom: 54px;
    position: relative;
}

    .product-large-top h2 {
        color: #292827;
        font-size: 28px;
        position: absolute;
        bottom: 80px;
        left: 46px;
        margin: 0;
    }

.product-large-con {
    margin-bottom: 26px;
}

.product-large-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
    cursor: pointer;
}

    .product-large-list:hover img {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

    .product-large-list img {
        width: 100%;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    .product-large-list .product-large-bottom {
        position: absolute;
        bottom: 36px;
        width: 100%;
        text-align: center;
    }

.product-large-title {
    color: #292827;
    line-height: 24px;
    font-size: 16px;
    margin-bottom:10px;
}

.product-large-but {
    background: #524F4E;
    border-radius: 16px;
    color: #FFFAF8;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    padding: 0px 20px;
    height: 28px;
    display: inline-block;
    transition: background .5s cubic-bezier(.39,.575,.565,1) 0s;
}

.product-large-list:hover .product-large-but {
    background: #FF4D00;
}
/***********************************
*产品列表页（搜索页）：loading          *
************************************/
.sljf_products_list_loading {
    height: 32px;
    width: 32px;
    text-align: center;
    margin: 0 auto;
}

/***********************************
*产品详细页             *
************************************/
#l_main {
    margin-bottom: 48px;
}

.Detail {
    padding-right:57px;
}
.product-wrapper .Product-id {
    height: 36px;
    font-size: 2.8rem;
    color: #292827;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 36px;
}

    .product-wrapper .Product-id .social-links {
        color: #999897;
        font-size: 1.4rem;

    }

        .product-wrapper .Product-id .social-links li {
            display: inline-block;
            float: left;
            padding: 0 8px;
            text-transform: capitalize;
            letter-spacing:0;
        }

            .product-wrapper .Product-id .social-links li a {
                color: #999897;
                font-size: 1.6rem;
                width: 1.6rem;
                height: 1.6rem;
                line-height: 2.25rem;
                display: inline-block;
                text-align: center;
                border-radius: 100%;
            }

                .product-wrapper .Product-id .social-links li a:hover {
                    color: #000;
                }

.product-wrapper .product_title {
    font-size: 2.8rem;
    margin-top: 3.2rem;
    line-height: 3.6rem;
/*    font-family:"LumiSans-SemiBold";*/
    color: #fff;
    text-transform: uppercase;
    font-weight:300;
}

.product_item {
    color: #3D3B3B;
    font-size: 1.8rem;
    margin: 1.4rem 0 4rem 0;
    line-height: 26px;
/*    font-family: "LumiSans-Medium";*/
    font-weight:500;
    color:#fff;
}

.product_options_specs .option_label {
    color: rgba(255,255,255,0.6);
    font-size: 1.9rem;
    height: 24px;
    line-height: 30px;
    font-family: "LumiSans-SemiBold";
/*    text-transform: uppercase;*/
    display: inline-block;
    margin-bottom: 17px;
    margin-top:18px;
    font-size:26px;
}

.product_options_specs .content {
    display: block;
}
.product_options_specs{
    margin-bottom:30px;
}

.product_options_specs .content p {
    font-size: 1.4rem;
    line-height: 20px;
    font-family: "LumiSans-Light";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 0;
    color:rgba(255,255,255,0.6);
}

.option_desc {
    display:flex;
    align-items:center;
    font-size: 1.6rem;
    color: #3D3B3B;
/*    height:24px;*/
    font-family:"LumiSans-SemiBold";
    line-height: 24px;
/*    text-transform: uppercase;*/
/*    margin-top: 4rem;*/
    margin-top: 1rem;
    margin-bottom:20px;
    color:rgba(255,255,255,0.6);
}

.detail-option_color {
/*    margin-top: 1.8rem;*/
}

    .detail-option_color .image {
        display: inline-block;
        position: relative;
        float: none;
        margin-right: 2rem;
    }

        .detail-option_color .image .option_block img {
            width: 32px;
            height: 32px;
            border: 1px solid #979797;
            cursor: pointer;
            border-radius:50%;
        }

        .detail-option_color .image .option_hidden {
            display: none;
            position: absolute;
            bottom: 35px;
            left: -30px;
            background: #fff;
            border: 1px solid #ccc;
            text-align: center;
/*            min-width:120px;*/
            width:auto;
        }

            .detail-option_color .image .option_hidden img {
                width: 74px;
                height: 74px;
                margin: 6px;
                border: 1px solid #ccc;
            }

            .detail-option_color .image .option_hidden .option_hidden_text {
                font-weight: 600;
                font-size: 1.3rem;
                padding: 0 2px;
                margin-bottom: .4rem;
                color:#000;
            }

@media screen and (max-width: 991px) {
    .product-wrapper .product_title {
        font-size: 1.8rem;
    }

    .product_item {
        font-size: 1.4rem;
    }

    .product_options_specs .option_label {
        margin-top:0;
        font-size: 1.4rem;
    }

    .product_options_specs .content p {
        font-size: 1.4rem;
    }
}

.section-md {
    padding: 44px 0 20px 0;
}

.section-sm {
    padding: 2rem 0;
}

@media screen and (max-width: 767px) {
    .section-md {
        padding: 2rem 0;
    }

    .section-sm {
        padding: 1rem 0;
    }
}
/*产品图片滚动*/
.gallerySwiper {
    margin-bottom: 16px;
}

.thumbsSwiper {
    padding: 0 50px !important;
}

    .thumbsSwiper .swiper-button-prev {
        background-image: none;
        font-size: 30px;
        color: #999897;
        height: 56px;
        text-align: center;
        line-height: 56px;
    }

    .thumbsSwiper .swiper-button-next {
        background-image: none;
        font-size: 30px;
        color: #999897;
        height: 56px;
        text-align:center;
        line-height:56px;
    }

    .thumbsSwiper .swiper-wrapper .swiper-slide {
        margin-right: 50px;
        border: 1px solid #CCCBCA;
    }

    .thumbsSwiper .swiper-wrapper .swiper-slide-thumb-active {
        border: 1px solid #FF4D00;
    }

    .thumbsSwiper .swiper-wrapper .swiper-slide img {
        width: 100%;
    }
@media screen and (max-width: 767px) {
    .proImg-con {
        padding-right: 0;
        padding-left: 0;
    }
    .thumbsSwiper {
        padding: 0 10px !important;
    }
    .thumbsSwiper .swiper-wrapper .swiper-slide {
        margin-right: 10px !important;
        width:72px !important;
        border: none;
        opacity:0.4
    }

    .thumbsSwiper .swiper-wrapper .swiper-slide-thumb-active {
        opacity: 1;
        border:none;

    } 
}
    
.section-content {
    margin: auto;
    padding-top: 48px;
}

.nav-height {
    position: relative;
}

.nav-wrap {
    width: 100%;
}

@-webkit-keyframes anim3 {
    0% {
        top: 112px;
    }

    100% {
        top: 72px;
    }
}

.nav-wrap.navFix {
    position: fixed;
    top: 72px;
    left: 0;
    box-shadow: 0 0 5px rgba(0,0,0, 0.2);
    border-bottom: 1px solid #e3e3e3\9;
    z-index: 99;
    background: #F0F0F0;
    -webkit-animation: anim3 0.7s linear;
}

.nav-wrap ul {
    padding: 0;
    margin: 0 auto;
    display: block;
    border-bottom: 2px solid #CCCBCA;
}

.nav-wrap.navFix ul {
    border-bottom: 0;
}

.nav-wrap li {
    display: inline-block;
    text-align: left;
    height: 32px;
    line-height: 32px;
    float: left;
}

    .nav-wrap li a {
        display: block;
        margin-right: 116px;
        font-size: 16px;
        font-family:"LumiSans-SemiBold";
        color: #3D3B3B;
        text-decoration: none;
    }

        .nav-wrap li a:hover {
            color: #FF4D00;
        }

        .nav-wrap li a.active {
            border-bottom: 2px solid #FF4D00;
            color: #FF4D00;
        }

.nav-mobile {
    display: none;
    font-weight: bold;
    width: 100%;
}

.click-me {
    width: 150px;
    height: 30px;
    background: #4680d1;
    color: white;
    text-align: center;
    line-height: 30px;
}

    .click-me a {
        display: block;
        color: white;
    }

.section-content > .am-panel-hd {
    background: none;
    font-size: 2.8rem;
    line-height: 36px;
    color: #292827;
    display: inline-block;
}

    .section-content > .am-panel-hd a:nth-child(3) {
        padding-left: 250px;
    }

@media only screen and (min-width: 1024px) {
    .section-content > .am-panel-hd a:nth-child(3) {
        padding-left: 120px;
    }
}

@media only screen and (min-width: 1800px) {
    .section-content > .am-panel-hd a:nth-child(3) {
        padding-left: 320px;
    }
}

.am-panel-hd p {
    font-size: 2.4rem;
}

.am-panel-hd a {
    font-size: 2.4rem;
}

.am-panel-bd {
    overflow: hidden;
    padding: 20px 0 0 0;
}

    .am-panel-bd .thumbnail {
        border: none;
        margin-bottom: 0;
    }

.content-features li {
    font-size: 1.6rem;
    line-height: 2rem;
    color: #292827;
    font-size: 1.4rem;
    height: 44px;
}

    .content-features li .f_text {
        color: #292827;
        font-size:14px;
        font-family:"LumiSans-Medium";
        line-height: 22px;
    }

    .content-features li p {
        line-height: 22px;
        margin-top: 2px;
        margin-left: 12px;
    }


@media screen and (max-width: 991px) {
    .content-features li {
        font-size: 1.4rem;
    }
}

.content-features li .f_text i {
    padding-right: 4px;
    font-size: 14px;
}

.showcontent {
    width: auto;
}
/*Specification*/
.content-Specification {
    color: #000;
}

    .content-Specification tr td {
        height: 32px;
        padding-left: 10px;
        font-size: 1.45rem;
    }

        .content-Specification tr td:nth-of-type(2) {
            word-break: break-all;
        }
/*table 表格*/
*#table_wrap > table tr {
    border-bottom: 1px dashed #999897;
}
#table_wrap > table tr td:nth-child(1) {
    padding: 8px 0 7px 0;
    color: #3D3B3B;
    font-family: "LumiSans-SemiBold";
    font-size: 1.4rem;
    width: 33.3%;
    line-height: 22px;
    word-break: keep-all;
}

#table_wrap > table tr td:nth-child(2) {
    color: #524F4E;
    font-size: 1.4rem;
    width: 66.6%;
    line-height: 22px;
    word-break: break-word;
}

/*#table_wrap > table tr td:first-child,
#table_wrap > table tr td:nth-child(2),
#table_wrap > table tr td:nth-child(3),
#table_wrap > table tr td:last-child {*/
    /*设置table表格每列底部边框*/
    /*border-bottom: 2px solid #CCCBCA;
}*/

/*#table_wrap > table tr:last-child td:first-child,
#table_wrap > table tr:last-child td:nth-child(2),
#table_wrap > table tr:last-child td:nth-child(3),
#table_wrap > table tr:last-child td:last-child {*/
    /*设置table表格最后一列底部边框*/
    /*border-bottom: 2px solid #CCCBCA;
}*/

.video-cover {
    display: inline-block;
    vertical-align: top;

}

.video-cover_list {
    position: relative;
}

.video-cover .caption {
    margin-top: 6px;
    color: #292827;
    line-height: 22px;
    font-size: 14px;
}

.video-cover .video-cover_list i {
    position: absolute;
    font-size: 24px;
    color: red;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    cursor: pointer
}

.pro-resource-line {
    border-radius: 8px;
    border: 1px solid #CCCBCA;
    padding: 8px 16px 8px 12px;
    color: #292827;
    cursor:pointer
}
    .pro-resource-line:hover {
        border: 1px solid #FF4D00;
        color: #FF4D00;
    }

    .pro-resource-title {
        line-height: 24px;
        font-size: 18px;
        height: 72px;
        margin-bottom: 8px;
        -webkit-line-clamp: 3;
        -ms-line-clamp: 3;
        -moz-line-clamp: 3;
        -o-line-clamp: 3;
        -webkit-box-orient: vertical;
        -ms-box-orient: vertical;
        -woz-box-orient: vertical;
        -o-box-orient: vertical;
        overflow: hidden;
        display: -webkit-box;
    }

.pro-resource-list {
    overflow: hidden;
}

.pro-resource-test {
    font-size: 14px;
    color: #999897;
    line-height: 22px;
}

.pro-resource-line img {
    width:88px;
    position:absolute;
    top:18px;
    right:19px
}


.mn-wrap {
    overflow: hidden;
    position: relative;
}

.mn-swiper {
    width: calc(100% - 84px);
    height: 100%;
    position: initial !important;
}

.swiper-wrapper {
    -webkit-transition-timing-function: linear; /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    margin: 0 auto;
}

.mn-swiper .swiper-slide a {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}

.mn-swiper .swiper-slide {
    width: 280px !important;
    margin-right: 38px;
}
/* 左侧点击按钮 */
.mn-swiper .swiper-button-prev {
    left: 0;
    font-size: 42px;
    background-image: none;
}
/* 右侧点击按钮 */
.mn-swiper .swiper-button-next {
    right: 0;
    font-size: 42px;
    background-image: none;
    text-align: right;
}

.mn-swiper .swiper-button-next, .mn-swiper .swiper-button-prev {
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
}

.mn-swiper .swiper-wrapper {
    width: 100%;
    margin: 0 auto;
}

.pro-detail-con {
    background: #E6E6E6;
}

    .pro-detail-con .pro-detail-img {
        background: #fff;
    }

        .pro-detail-con .pro-detail-img a img {
            width: 100%;
            -webkit-transition: all 0.5s;
            transition: all 0.5s;
        }

        .pro-detail-con .pro-detail-img a {
            position: relative;
            cursor: pointer;
            display: block;
            overflow: hidden;
        }

            .pro-detail-con .pro-detail-img a:hover img {
                -webkit-transform: scale(1.05);
                -ms-transform: scale(1.05);
                transform: scale(1.05);
            }
        .pro-detail-con .pro-detail-img a .f_ico {
            position: absolute;
            right: 8px;
            bottom: 5px;
        }

            .pro-detail-con .pro-detail-img a .f_ico li {
                display: inline-block;
            }

                .pro-detail-con .pro-detail-img a .f_ico li img {
                    width: 24px;
                }
@media screen and (min-width: 992px) {
    .modal-dialog{
        width:1200px !important;
    }
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5); /* 半透明黑色 */
    z-index:1000; /* 确保在最上层 */
    display: none; /* 默认隐藏 */
}

    @media screen and (max-width: 992px) {
        .pro-detail-con .pro-detail-img a .f_ico li img {
            width: 20px;
        }
    }

    .pro-detail-con .pro-detail-caption {
        padding: 10px 16px 16px 16px;
        font-size: 14px;
    }

        .pro-detail-con .pro-detail-caption .pro-detail-caption-title {
            color: #292827;
            line-height: 22px;
            height: 22px;
            display: block;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .pro-detail-con .pro-detail-caption h5 a {
            -webkit-line-clamp: 2;
            -ms-line-clamp: 2;
            -moz-line-clamp: 2;
            -o-line-clamp: 2;
            -webkit-box-orient: vertical;
            -ms-box-orient: vertical;
            -woz-box-orient: vertical;
            -o-box-orient: vertical;
            overflow: hidden;
            display: -webkit-box;
            font-size: 1.4rem;
            color: #292827;
            position: relative;
            height: 44px;
            line-height: 22px;
            font-family:"LumiSans-SemiBold";
            margin-bottom:12px;
        }

.product_colorblock {
    display: flex;
    height:15px;
}

    .product_colorblock .image {
        display: inline-block;
        position: relative;
        margin-right: 4px
    }

        .product_colorblock .image .option_block img {
            width: 15px;
            height: 15px;
            border: 1px solid rgba(55,56,71,.25);
            cursor: pointer
        }

@media screen and (max-width: 767px) {

    .product_colorblock .image .option_block img {
        width: 20px;
        height: 20px
    }
    .product-wrapper .Product-id {
        font-size: 2.0rem;
    }
    .product-wrapper .product_title {
        font-size:1.6rem;
        line-height:2.8rem;
    }
    .Detail {
        padding:15px;
    }
    .product_options_specs .option_label {
        padding-bottom:10px;
    }
    .product_options_specs .content p {
       font-size:1.2rem;
    }
    .option_desc {
       margin-top:1rem;
       margin-bottom:1rem;
    }
    #l_main {
        margin-bottom: 20px;
/*        margin-left: 10px;*/
        margin-right: 10px;
    }
    .section-content {
        padding-top:20px;
    }
        .section-content > .am-panel-hd {
            font-size:2.2rem;
        }
    .content-features li {
        font-size: 1.2rem;
        height: auto;
    }
    .content-Specification {
        border:0;
    }
    #table_wrap > table tr td:nth-child(1) {
        font-size: 1.2rem;
    }
    #table_wrap > table tr td:nth-child(2) {
        font-size: 1.2rem;
    }
    .section-content {
        padding-top:20px;
    }
    .pro-resource-title {
        font-size:14px;
    }
    .mn-swiper .swiper-slide {
        width:160px !important;
        margin-right:16px;
    }
}

.product_colorblock .image .option_hidden {
    display: none;
    position: absolute;
    bottom: 25px;
    left: -16px;
    background: #fff;
    border: 1px solid #ccc;
    text-align: center
}

    .product_colorblock .image .option_hidden img {
        width: 74px;
        height: 74px;
        margin: 6px;
        border: 1px solid #ccc
    }

    .product_colorblock .image .option_hidden .option_hidden_text {
        font-weight: 600;
        font-size: 1.3rem;
        padding: 0 2px
    }



/*弹框*/

.bs-example-modal-lg.modal {
    top: 10%
}

.modal-footer, .modal-header {
    border-color: #e6e6e6
}

    .modal-header .close {
        font-size: 27px
    }

.modal-body, .modal-footer, .modal-header {
    padding: 15px 20px
}

@media (min-width: 768px) {
    .modal-dialog {
        margin: 0 auto
    }
}

/***********************************
*产品类别页             *
************************************/
.proList-con .categoryProductList-largeContent .layui-collapse {
    border: inherit;
}

.proList-wrapper {
    overflow: hidden;
}

.proList-screen {
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}

.proList-screen-fixed {
    position: fixed;
    top: 104px;
    background: #F0F0F0;
    z-index: 99;
}
.proList-screen_xs {
    width: 40px;
    height: 40px;
    position: fixed;
    top: 40%;
    background: #fff;
    line-height: 50px;
    text-align: center;
    z-index: 999;
    border-radius: 0 6px 6px 0;
}
    .proList-screen_xs img {
        padding:10px;
    }
.proList-screen_xs_menu {
    width: 80%;
    height: 100%;
    position: fixed;
    top: 0;
    left:-80%;
    background: #fff;
    z-index: 999;
}
.proList-screen_xs_menu_bg {
    background: #000;
    opacity: 0.2;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
}
.proList-screen_xs_menu_open {
    left: 0;
    transition: left 0.3s ease;
}
.proList-screen_xs_icon {
    position: absolute;
    right: 15px;
    top: 10px;
}
    .proList-screen_xs_icon i{
        font-size:24px;
    }
    .proList-title {
        color: #292827;
        font-family: "LumiSans-SemiBold";
        line-height: 32px;
        font-size: 24px;
    }

.proList-check {
    overflow: hidden;
}

    .proList-check .proList-check-left {
        width: calc(100% - 228px );
        float: left;
    }


.proList-check-item {
    border-bottom: 1px solid #CCCBCA;
    padding-bottom: 4px;
    padding-top: 4px;
}
.proList-check-item-xs {
    margin:0;
    padding:30px 15px;

}

.proList-check-line {
    cursor: pointer;
}

    .proList-check-line span {
        font-size: 14px;
        font-family: "LumiSans-SemiBold";
        color: #3D3B3B;
        line-height: 22px;
    }

    .proList-check-line i {
        font-size: 16px;
        color: #999897;
        line-height: 24px;
        float: right;
    }
.proList-check-line-xs {
   margin-bottom:10px;
   overflow:hidden;
}

    .proList-check-line-xs span {
        font-size: 14px;
        font-family: "LumiSans-SemiBold";
        color: #3D3B3B;
        line-height: 22px;
    }

.proList-check .proList-check-right {
    width: 192px;
    float: right;
}

.form-control {
    background: #D8D8D8;
    border: none;
    border-radius: 0;
    color: #292827;
    font-weight: bold;
    font-size: 16px;
    box-shadow: none;
}

.proList-screen .proList-check .proList-check-left .proList-check-con {
    border: 1px solid #CCCBCA;
    margin-left: 0;
    background: #F0F0F0;
    position: absolute;
    width: 1307px;
    z-index:99;
    margin-top: -1px;
    display: none;
}

.proList-screen-fixed .proList-check .proList-check-left .proList-check-con {
    border: none;
    margin-left: 0;
    background: #F0F0F0;
    position: initial;
    width: 1307px;
}

.proList-check .proList-check-left:hover .proList-check-con {
    display: block;
}


.proList-check-con .proList-check-boxItem {
    padding-left: 8px;
}
    .proList-check-con .proList-check-boxItem .check-box a {
        display:block;
    }
    .proList-check-con .proList-check-boxItem .layui-form-checkbox {
        height: auto !important;
        line-height: normal !important;
        min-width: 18px;
        min-height: 18px;
        border: none !important;
        margin-right: 0;
        padding-left: 28px;
        padding-right: 0;
        background: 0 0;
        margin-top: 10px;
    }
        .proList-check-con .proList-check-boxItem .layui-form-checkbox span {
            padding-left: 0;
            padding-right: 15px;
            line-height: 18px;
            background: 0 0;
            color: #666;
            overflow: hidden;
            white-space: normal;
            word-wrap: break-word;
        }
        .proList-check-con .proList-check-boxItem .layui-form-checkbox i {
            right: auto;
            left: 0;
            width: 16px;
            height: 16px;
            line-height: 16px;
            border: 1px solid #d2d2d2;
            font-size: 12px;
            border-radius: 2px;
            background-color: #fff;
            -webkit-transition: .1s linear;
            transition: .1s linear;
        }
    .proList-check-con .proList-check-boxItem .layui-form-checked i {
        border: 1px solid #FF4D00;
        background: #FF4D00;
        color: #FF4D00;
    }


    .proList-list {
        overflow: hidden;
    }

    .proList-list h2 {
        color: #292827;
        line-height: 36px;
        font-size: 2.8rem;
        margin-bottom: 25px;
        font-weight: 400;
    }
        .proList-list h2 span {
            color: #3D3B3B;
            font-size: 2.6rem;
            margin-left:16px;
            font-family:"LumiSans-Light";
        }

    .proList-list .proList-line {
        width: 310px;
        padding: 0 15px 32px 15px;
        overflow: hidden;
        float: left;
    }

.layui-form-checked[lay-skin=primary] i {
    border-color: #FF4D00 !important;
    background-color: #FF4D00 !important;
    color: #FF4D00 !important;
}

/*News & Blog*/
.newList-wrapper {
    padding-top: 48px
}

    .newList-wrapper h1 {
        color: #292827;
        line-height: 36px;
        font-size: 2.8rem;
        margin-bottom: 32px;
    }

    .newList-wrapper .newList-check {
        line-height: 24px;
        color: #3D3B3B;
        font-size: 1.6rem;
        margin-bottom: 60px;
    }
        .newList-wrapper .newList-check .select-box__current {
            overflow:hidden;
            
        }
            .newList-wrapper .newList-check .select-box__current .select-box__value {
                float: left;
                margin-right: 24px;
                margin-bottom: 8px;
                color: #3D3B3B;
            }
                .newList-wrapper .newList-check .select-box__current .select-box__value .select-box__input-text {
                    display: inline;
                }

/***********************************
*新闻详情页             *
************************************/
.sljl_main_content {
    overflow: hidden;
/*    padding:40px 0 80px 0;*/
    padding:0;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .sljl_main_content {
        width: 100%;
    }
}
@media (min-width: 1200px) {
    .sljl_main_content {
        width: 1018px;
    }
}

.sljf_article_title {
    font-weight:900;
    font-size: 36px;
    text-align: center;
/*    color: #292827;*/
    color: #fff;
    text-decoration: none;
    line-height: 40px;
    margin-bottom:60px;
}
.sljf_article_info {
    margin-bottom:100px;
    text-align: center;
/*    color: #999897;*/
    color: #fff;
    line-height: 23px;
    font-size: 20px;
}
.btn-default:hover {
    background: #000;
    color: #bbf408;
}
.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
    background: none;
    color: #bbf408;
}
.btn{
    margin-bottom:5px !important;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: unset;
    outline: unset;
    outline-offset: unset;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
    color: #bbf408;
    background-color: #000;
    border-color: none;
}
}
.sljf_article_share {
    text-align: center;
    color: #999897;
    font-size: 14px;
    margin-bottom: 32px;
}

    .sljf_article_share ul li {
        display: inline-block;
        padding: 0 6px;
    }

        .sljf_article_share ul li a {
            color: #999897;
            font-size: 1.6rem;
            width: 1.6rem;
            height: 1.6rem;
            line-height: 2.25rem;
            display: inline-block;
            text-align: center;
            border-radius: 100%;
        }
            .sljf_article_share ul li a:hover {
                color:#000;
            }

            .sljf_article_artcontent {
                clear: both;
                font-size: 14px;
                overflow: hidden;
/*                color: #524F4E;*/
                color: #C9C9C9;
                line-height: 22px;
            }

    .sljf_article_artcontent a:hover,
    .sljf_article_artcontent a:active {
        text-decoration: none;
    }

    .sljf_article_artcontent img {
        margin: 0 auto;
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
    }

    .sljf_article_artcontent p {
        line-height: 24px;
        margin-bottom:12px;
    }

    .sljf_article_artcontent em {
        font-style: italic;
    }

.sljf_article_email:after {
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
    content: "";
}

.sljf_article_email span {
    border-bottom: 2px solid #f08519;
    height: 1px;
    width: 15px;
}

.sljf_article_email .sljf_article_emailsub {
    float: left;
    display: inline-block;
    width: 200px;
    padding: 0px 0px 10px 0px;
}

    .sljf_article_email .sljf_article_emailsub h4 {
        padding-bottom: 4px;
        color: #666;
        font-weight: 700;
    }

    .sljf_article_email .sljf_article_emailsub a {
        color: #757575;
    }
/***************自适应调试*************/
/*移动端*/
@media screen and (max-width: 767px) {
    .sljf_article_email .sljf_article_emailsub {
        width: 155px;
    }
}



/*--------------------------------------------------
	[3. Bootstrap pagination]    
    使用于所有页面中的页签
    .pagination
----------------------------------------------------*/
.pagination > li > a.active, .pagination > li > span.active {
    /*    color: #3D3B3B;*/
    color: #bbf408;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #f60;
}

.pagination > li > a, .pagination > li > span {
    color: #999897;
    background: none;
    border: 0;
}


@media screen and (max-width: 1024px) {
    .new_con {
        margin-bottom: 30px;
    }
    .product-large-top h2 {
        font-size: 24px;
        bottom: 30px;
        left: 30px;
    }
    .product-large-title {
        font-size: 14px;
    }
    .product-large-but {
        font-size: 12px;
    }
    .proList-list h2 {
        font-size: 2.4rem;
    }
        .proList-list h2 span {
            font-size: 1.8rem;
        }
}

@media screen and (max-width: 767px) {
    main {
        padding-top: 72px;
    }
    .product-large-top {
        margin-bottom: 30px;
    }
    .product-large-top h2 {
        font-size: 18px;
        bottom: 10px;
        left: 10px;
    }
    .product-large-title {
        line-height: 20px;
        font-size: 12px;
        margin-bottom: 5px;
    }
    .product-large-but {
        font-size: 12px;
    }
    .product-large-list .product-large-bottom {
        bottom: 10px;
    }
    .proList-list h2 {
        line-height: 28px;
        font-size: 1.8rem;
        margin-bottom: 14px;
    }
    .proList-list .proList-line {
        width: 187px;
        padding: 0 10px 32px 10px;
    }
    .proList-title {
        font-size:20px;
    }
    .pro-detail-con .pro-detail-caption h5 a {
        font-size:1.2rem;
        line-height:18px;
        height:auto;
    }
}

/*--------------------------------------------------
	[3. Bootstrap pagination]    
    搜索
    .pagination
----------------------------------------------------*/
.searchbox {
    color: #292827;
    line-height: 32px;
    height: 32px;
    font-size: 24px;
    margin: 20px 0 19px 0;
    font-family:'LumiSans-SemiBold';
}
.searchUserControl {
    padding: 8px 10px 14px 14px;
    background: #E6E6E6;
}

.searchUserControl .panel-group {
    margin: 0;
}
    .searchUserControl .panel-group .leftMenu {
        padding-bottom:18px;
    }
    .searchUserControl .series_heading {
        color: #3D3B3B;
        line-height: 22px;
        display:block;
        font-size: 14px;
        font-family: 'LumiSans-SemiBold';
        cursor:pointer;
    }
        .searchUserControl .series_heading:hover {
            color: #FF4D00;
        }


     .searchUserControl .panel-group .leftMenu .series_now {
        position: relative;
    }

    .searchUserControl .panel-group .leftMenu .series_now i {
            color: #C49651;
        }

       .searchUserControl .panel-group .leftMenu .series_now:before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 20px;
            width: 283px;
            height: 2px;
            background-color: #C49651;
        }

  .searchUserControl .panel-group .leftMenu .panel-collapse ul {
        overflow:hidden;
    }

    .searchUserControl .panel-group .leftMenu .panel-collapse ul .series_li {
        line-height: 22px;
        height: 22px;
        font-family:'LumiSans-Light';
    }

        .searchUserControl .panel-group .leftMenu .panel-collapse ul .series_li a,
        .searchUserControl .panel-group .leftMenu .panel-collapse ul .series_li a:link {
            display: block;
            font-size: 14px;
            color: #3D3B3B;
        }

            .searchUserControl .panel-group .leftMenu .panel-collapse ul .series_li a:hover,
            .searchUserControl .panel-group .leftMenu .panel-collapse ul .series_li a:link:hover {
                color: #FF4D00 !important;
            }



    .searchUserControl > * .panel-group .leftMenu .panel-collapse:nth-of-type(2) ul, .searchUserControl > * .panel-group .leftMenu .panel-collapse:nth-of-type(6) ul, .searchUserControl > * .panel-group .leftMenu .panel-collapse:nth-of-type(10) ul {
        background: #E6E6E6;
    }

  .searchUserControl > * .panel-group .leftMenu .panel-collapse:nth-of-type(1) ul, .searchUserControl > * .panel-group .leftMenu .panel-collapse:nth-of-type(4) ul, .searchUserControl > * .panel-group .leftMenu .panel-collapse:nth-of-type(8) ul {
        background-color: #F3F3F3;
    }

.search-tab {
    overflow: hidden;
    margin-bottom: 32px;
}
    .search-tab .sortby {
        width: 192px;
        height: 32px;
        float:right;
    }
.search-tab-title {
    overflow: hidden;
    width: calc(100% - 220px);
    float: left;
    position: relative;
}
    .search-tab-title .nav {
        z-index: 9;
        position: relative;
    }

    .search-tab-title .nav > li {
        height: 32px;
        line-height: 32px;
        width: 30%;
    }
        .search-tab-title .nav > li > a {
            color: #3D3B3B;
            font-size: 14px;
            padding: 0;
            font-family: 'LumiSans-SemiBold';
            display: inline-block;
        }
            .search-tab-title .nav > li > a:hover {
                height: 32px;
                color: #FF4D00;
                border-bottom: 2px solid #CCCBCA;
                background: none;
            }
        .search-tab-title .nav > li.active > a {
            color: #FF4D00;
            background: none;
            border-bottom: 2px solid #FF4D00;
            border-radius: 0;
            padding-bottom: 7px;
            border-radius: 0;
            height: 32px;
        }
    .search-tab-title .line {
        width: 100%;
        height: 2px;
        background: #CCCBCA;
        border-radius: 2px;
        position: absolute;
        bottom: 0px;
    }
    .search-product-list {
        margin-bottom: 32px;
    }
@media screen and (max-width: 767px) {
    .search-tab-title .nav > li {
        width:33.3%;
        text-align:center;
        margin-left:0;
    }
    .search-tab-title {
        overflow: hidden;
        width: 100%;
        float: none
    }
    .searchbox {
        font-size: 18px;
        margin:10px 20px;
    }
}
/****************************search feedback*****************************/
.feedback-box {
    background-color: #f7f7f7;
    padding: 20px 20px 10px 20px;
    margin-top: 2.3rem;
}

    .feedback-box h4.title {
        font-size: 2rem;
    }

    .feedback-box p.desc {
        margin: 1rem 0 2rem 0;
        font-size: 1.4rem;
    }
.feedback-online {
    background-color: rgba(240, 131, 0, 0.2);
    font-size: 1.4rem;
    padding: 30px 0;
}

    .feedback-online a {
        font-weight: bold;
        text-transform: uppercase;
    }

        .feedback-online a i {
            font-size: 1.6rem;
            padding: 0 10px;
        }

        .feedback-online a span {
            font-weight: 400;
            padding-left: 4px;
        }


/****************************Site Map*****************************/
.sljl_sitemap_con {
    margin-bottom:148px;
    overflow:hidden;
}
.sljf_sitemap_title {
    font-weight: 600;
    color: #292827;
    height: 32px;
    font-size: 24px;
    line-height: 32px;
    margin-top: 40px;
    font-family: "LumiSans-SemiBold";
}
.sljf_sitemap_big_cagegory_title {
    padding: 24px 0 6px 0;
    border-bottom: 2px solid #CCCBCA;
    height: 52px;
    font-size: 14px;
    color: #3D3B3B;
    line-height: 24px;
    font-family: "LumiSans-SemiBold";
    font-weight: 600;
}
.sljf_sitemap_small_cagegory_title, .sljf_sitemap_small_cagegory_title a {
    margin-top: 6px;
    color: #3D3B3B;
    line-height: 30px;
    height: 30px;
    font-size: 16px;
}
    .sljf_sitemap_small_cagegory_title a:hover {
        color: #FF4D00
    }
    .sljf_sitemap_small_cagegory_list li a {
        color: #524F4E;
        line-height: 22px;
        height: 22px;
        font-size: 14px;
        margin-top: 4px;
        display: block;
    }
    .sljf_sitemap_small_cagegory_list li a:hover {
        color: #FF4D00
    }

.sljf_sitemap_big_cagegory_title_pro {
    font-weight: 500;
    color: #3D3B3B;
    line-height: 24px;
    height: 24px;
    font-size: 16px;
    margin: 6px 0 10px 0;
}
.l_sitemap_title {
    margin-bottom:18px;
}
.l_sitemap_title a {
    color: #3D3B3B;
    line-height: 22px;
    height: 22px;
    font-size: 14px;
    font-family: "LumiSans-SemiBold";
    font-weight: 600;
}
    .l_sitemap_title a:hover {
        color: #FF4D00
    }
.submenu li a {
    color: #524F4E;
    line-height: 22px;
    height: 22px;
    font-size: 14px;
    font-family: "LumiSans-Light";
    display: block;
    margin-top: 0;
    font-weight: 300;
}
    .submenu li a:hover {
        color: #FF4D00
    }
/*资源下载中的search列表*/
.f_support_searchTitle {
    display: block;
    padding: 20px 0px 35px 0;
    margin: 0 15px;
}

    .f_support_searchTitle span {
        border-bottom: 4px double #ddd;
        font-size: 14px;
        padding: 8px 20px;
    }
/*support中的videos列表*/
.f_support_videos ul li {
    margin: 5px 0;
}

.f_support_videos .f_thumbnail_img {
    width: inherit;
    height: inherit;
    padding: 4px;
    position: relative;
    border-radius: 4px;
    border: none;
}

    .f_support_videos .f_thumbnail_img i {
        position: absolute;
        font-size: 30px;
        opacity: .7;
        color: red;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: none;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
        cursor: pointer;
    }

    .f_support_videos .f_thumbnail_img:hover i,
    .f_support_videos .f_thumbnail_img:active i {
        display: block;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
    }

    .f_support_videos .f_thumbnail_img img {
        max-width: 100%;
        width: inherit;
        height: inherit;
        margin: 0 auto;
    }
/*移动端*/
@media screen and (max-width: 767px) {
    .f_thumbnail_img {
        width: 100%;
        height: 100%;
    }

        .f_thumbnail_img img {
            width: 100%;
            height: 100%;
        }
}

.f_support_videos {
    position: relative;
}
/***********************************
*support下载页面文本缩略图                     *
************************************/
.f_thumbnail {
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 240px;
}
.f_thumbnail .pic_text {
    margin-top: 9px;
    height: 48px;
    overflow: hidden;
    margin-bottom:32px;
}
    .f_thumbnail .pic_text p {
        font-weight: 600;
        color: #3D3B3B;
        line-height: 24px;
        height: 48px;
        font-size: 16px;
        font-family: "LumiSans-SemiBold";
        -webkit-line-clamp: 2;
        -ms-line-clamp: 2;
        -moz-line-clamp: 2;
        -o-line-clamp: 2;
        -webkit-box-orient: vertical;
        -ms-box-orient: vertical;
        -woz-box-orient: vertical;
        -o-box-orient: vertical;
        overflow: hidden;
        display: -webkit-box;
    }
.f_thumbnail_img {
    width: 210px;
    height: 297px;
    margin: 0 auto;
    position: relative;
}

    .f_thumbnail_img img {
        width: 210px;
        height: 297px;
    }

/*按钮*/
.f_thumbnail_img .f_thumbnail_btn {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.6);
    transition-duration: 0.3s;
}

    .f_thumbnail_img .f_thumbnail_btn a {
        color: #f08519;
    }

        .f_thumbnail_img .f_thumbnail_btn a.btn1 {
            position: absolute;
            top: 50%;
            left: 35%;
            transform: translate(-35%, -50%);
        }

        .f_thumbnail_img .f_thumbnail_btn a.btn2 {
            position: absolute;
            top: 50%;
            right: 35%;
            transform: translate(35%, -50%);
        }

        .f_thumbnail_img .f_thumbnail_btn a.btn-load {
            position: absolute;
            top: 50%;
            right: 35%;
            transform: translate(35%, -50%);
        }

.f_thumbnail_img:hover .f_thumbnail_btn {
    opacity: 1;
    -webkit-transition: 0.6s linear;
    -moz-transition: 0.6s linear;
    -o-transition: 0.6s linear;
    transition: 0.6s linear;
}

/*# sourceMappingURL=main.css.map */

.st-custom-button .TwitterOpen {
    display: block;
    width: 16px;
    margin-top: 3px;
}

.st-custom-button .TwitterHover {
    display: none;
    width: 16px;
    margin-top: 3px;
}

.st-custom-button:hover .TwitterOpen {
    display: none;
    width: 16px;
    margin-top: 3px;
}

.st-custom-button:hover .TwitterHover {
    display: block;
    width: 16px;
    margin-top: 3px;
}

.eventTwitter {
    width: 22px;
    height: 22px;
    background: #595959;
    display: block;
    border-radius: 5px;
    padding: 2px;
    top: 3px;
    position: relative;
}

    .eventTwitter:hover {
        background: #f08300;
    }

    .eventTwitter img {
        width: 18px;
    }

.st-custom-button .Twitterblack {
    width: 14px;
    display: block;
}

.st-custom-button .Twitterorange {
    width: 14px;
    display: none;
}

.st-custom-button:hover .Twitterblack {
    width: 14px;
    display: none;
}

.st-custom-button:hover .Twitterorange {
    width: 14px;
    display: block;
}

/*DMCA Notice*/
.DMCA-notice {
    padding: 40px 0px 70px;
}

    .DMCA-notice h3 {
        font-weight: 600;
/*        color: #292827;*/
        color: #fff;
        line-height: 32px;
        height: 32px;
        font-size: 24px;
        margin-bottom:16px;
        text-align:center;
    }
    .DMCA-notice p a {
        color: #bbf408;
    }

    .DMCA-notice p {
        /*        color: #979797;*/
        color: #e5e2e2;
        line-height: 22px;
        font-size: 14px;
    }
    .DMCA-notice ul {
        color: #e5e2e2;
    }
    .Privacy-notice {
        padding: 40px 0px 70px;
    }

    .Privacy-notice h3 {
        font-weight: 600;
/*        color: #292827;*/
        color: #fff;
        line-height: 32px;
        font-size: 24px;
        margin-bottom: 16px;
        text-align:center;
    }
    .Privacy-notice h4 {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 4px;
        /*        color: #3D3B3B;*/
        color: #f3ecec;
        line-height: 24px;
        margin-bottom: 4px;
    }
    .Privacy-notice a {
        /*        color: #FF4D00;*/
        color: #bbf408;
        font-size: 14px;
    }
        .Privacy-notice p {
            /*        color: #979797;*/
            color: #e5e2e2;
            line-height: 22px;
            font-size: 14px;
            margin-bottom: 32px;
        }


   /*****资源下载*****/
.downloadCon .modal-sm {
    margin: 100px auto;
}

    .downloadCon .modal-sm .modal-title {
        color: #292827;
        line-height: 24px;
        height: 24px;
        font-size: 16px;
        font-family: LumiSans-SemiBold;
    }

    .downloadCon .modal-sm .modal-body {
        padding: 27px;
        overflow: hidden;
    }

        .downloadCon .modal-sm .modal-body .form-group {
            overflow: hidden;
        }

            .downloadCon .modal-sm .modal-body .form-group .radio {
                float: left;
            }

        .downloadCon .modal-sm .modal-body .download-p {
            color: #999897;
            line-height: 22px;
            font-size: 14px;
            margin-bottom: 12px;
            font-family:LumiSans-Light;
        }

        .downloadCon .modal-sm .modal-body .download-p2 {
            font-size: 14px;
            line-height: 22px;
            margin-bottom: 10px;
            color: #7f7f7f;
            text-align: center;
        }

        .downloadCon .modal-sm .modal-body .download-p3 {
            font-size: 14px;
            line-height: 30px;
            margin-bottom: 10px;
            color: #000;
            font-weight: bold;
            text-align: center;
        }

        .downloadCon .modal-sm .modal-body .download-error {
            font-size: 14px;
            line-height: 30px;
            margin-bottom: 10px;
            color: #a30014;
            font-weight: bold;
        }

            .downloadCon .modal-sm .modal-body .download-error .icon-error {
                font-size: 14px;
                color: #a30014;
                margin-right: 5px;
            }

        .downloadCon .modal-sm .modal-body .icon {
            text-align: center;
            margin-bottom: 20px;
        }

        .downloadCon .modal-sm .modal-body .icon-style {
            font-size: 80px;
            color: #7f7f7f;
        }

        .downloadCon .modal-sm .modal-body .download-input {
            height: 32px;
            width: 100%;
            background: #fff;
            border: 1px solid #CCCBCA;
            padding: 5px 12px;
            font-family: 'LumiSans-Regular';
            float:right;
        }

.downloadCon .modal-sm .modal-body .form-group select {
    padding: 7px 40px 7px 10px;
    width: 100%;
    box-shadow: 0 1px 3px -2px #CCCBCA;
    font-size: 14px;
    outline: none;
}

        .downloadCon .modal-sm .modal-body .form-group .radio {
            display: inline-block;
            margin: 0px 10px 0px 0px;
        }

            .downloadCon .modal-sm .modal-body .form-group .radio label {
                font-size: 16px;
                line-height: 24px;
                font-family:LumiSans-Regular;
                color: #3D3B3B;
            }

                .downloadCon .modal-sm .modal-body .form-group .radio label input {
                    width: auto;
                    min-height: inherit;
                    margin-top:0px;
                }

.downloadCon .modal-sm .modal-body .form-group textarea {
    width: calc(100% - 15px);
    height: 128px;
    border: 1px solid #CCCBCA;
    padding: 5px 12px;
    color: #000;
    outline: none;
    float:right;
    resize: vertical;
}

        .downloadCon .modal-sm .modal-body .download-input:focus {
            border: 0;
        }

        .downloadCon .modal-sm .modal-body .resource-form-botton {
            float: right;
        }

        .downloadCon .modal-sm .modal-body .resource-form-submit {
            display: inline-block;
            background: #FF4D00;
            border-radius: 16px;
            font-size: 14px;
            cursor: pointer;
            color: #FFFAF8;
            width: 88px;
            height: 28px;
            line-height:28px;
            text-align:center;
            font-family:LumiSans-Regular;
            border: none;
        }

        .downloadCon .modal-sm .modal-body .resource-form-botton .resource-form-back {
            border: none;
            background: none;
            cursor: pointer;
            width: 72px;
            height: 22px;
            line-height:22px;
            text-align:center;
            font-size: 14px;
            margin-right: 4px;
            color: #524F4E;
        }

        .downloadCon .modal-sm .modal-body .download-p4 {
            padding: 0 0 24px 0;
            color: #999897;
            line-height: 22px;
            font-family: LumiSans-Light;
            font-size: 14px;
        }

            .downloadCon .modal-sm .modal-body .download-p4 span {
                font-family:LumiSans-Medium;
                color: #FF4D00
            }

        .downloadCon .modal-sm .modal-body .resource-form-close {
            margin-top: 20px;
            text-align: center;
        }

        .downloadCon .modal-sm .modal-body .resource-form-botton .resource-form-back:hover {
            color: #FF4D00;
        }

        .downloadCon .modal-sm .modal-body .buttonOne {
            width: 160px;
            height: 136px;
            display: table-cell;
            text-align: center;
            line-height: 22px;
            font-size: 14px;
            background: #fff;
            color: #524F4E;
            vertical-align: middle;
            padding: 0;
            border: 0
        }
            .downloadCon .modal-sm .modal-body .buttonOne img {
                width:16px;
                margin:0 auto;
                margin-bottom:4px;
            }
            .downloadCon .modal-sm .modal-body .buttonOne .buttonOne_2 {
                display:none;
            }
            .downloadCon .modal-sm .modal-body .buttonOne .buttonOne_4 {
                display: none;
            }
            #download-one .modal-sm .modal-body .resource-form-customer:hover {
                color: #FF4D00 !important;
            }
            #download-one .modal-sm .modal-body .resource-form-customer:hover .buttonOne_2 {
                display:block;
            }
            #download-one .modal-sm .modal-body .resource-form-customer:hover .buttonOne_1 {
                display: none;
            }
            #download-one .modal-sm .modal-body .resource-form-visitor:hover {
                color: #292827 !important;
            }
            #download-one .modal-sm .modal-body .resource-form-visitor:hover .buttonOne_4 {
                display:block;
            }
            #download-one .modal-sm .modal-body .resource-form-visitor:hover .buttonOne_3 {
                display: none;
            }
@media (min-width: 768px) {
    .downloadCon .modal-sm {
        width: 423px;
    }
}
.zyxzHide {
    display:none;
}

@media screen and (max-width: 1023px) {
    .productThumb_title {
        font-size: 20px;
        margin-bottom: 12px;
        line-height: 28px;
        height: 28px;
    }
    .productThumb_line {
        width:94px;
    }
    .new_con .new_list .new_text h3 {
        font-size: 14px;
        margin-top: 18px;
        font-family: "LumiSans-Regular";
        height: auto;
    }
    .new_con .new_list .new_text p {
        font-size: 12px;
        margin-bottom: 4px;
    }
    .new_con .new_list .new_text a {
        font-size: 12px;
        line-height: 22px;
    }
    .new_con .new_list .new_text .line {
        width: 64px;
    }
}

@media screen and (max-width: 767px) {
    .video-cover {
        display:table;
        margin:0 auto;
    }
    .video-cover_list img {
        max-width:100% 
    }
    .container-yd {
        overflow-y: scroll;
        height: 32px;
    }
    .breadcrumb {
        font-size: 12px;
        width: 100%;
        display: ruby-text;
        padding-right:10px
    }
    .breadcrumb > li a {
        font-size: 12px;
    }
        .breadcrumb > li + li:before {
            padding: 0 8px;
        }
        .productThumb_title {
            font-size: 18px;
            margin-bottom: 10px;
            line-height: 26px;
            height: 26px;
        }
    .new_con .new_list .new_text h3 {
        margin-top:10px;
        margin-bottom:6px;
    }
    .new_list {
        margin-bottom: 30px;
    }
    .newList-wrapper {
        padding-top:30px;
    }
        .newList-wrapper h1 {
            font-size: 2.2rem;
            margin-bottom: 20px;
        }
        .newList-wrapper .newList-check {
            margin-bottom:30px;
        }
        .newList-wrapper .newList-check .select-box__current .select-box__value {
            margin-bottom: 12px;
            font-size:14px;
        }
    .sljf_article_title {
        font-size:20px;
    }
    .sljf_article_share {
        margin-bottom:20px;
    }
    .product_colorblock .image .option_hidden {
        left:-6px;
    }
    .detail-option_color .image .option_hidden {
        left: -10px;
    }
}
/****************************置顶按钮*****************************/
#topcontrol {
    z-index: 99;
    font-size: 14px;
    color: #FF4D00;
    position: relative;
    right: 66px !important;
    bottom: 62px !important;
    line-height:30px;
}
#topcontrol span{
   opacity:0;
}
/*@media screen and (max-width: 768px) {
    #topcontrol {
        width: 30px;
        height: 30px;
        font-size: 18px;
    }
}*/

    #topcontrol:after {
        width: 30px;
        height: 30px;
        background: #FF4D00;
        border-radius: 50%;
        color: #FFFAF8;
        content: "\f106";
        position: absolute;
        text-align: center;
        font-family: FontAwesome;
        margin-left: 10px;
        line-height: 28px;
        font-size:20px;
    }

/*@media screen and (max-width: 768px) {
    #topcontrol:after {
        left: 9px;
        top: 5px;
    }
}*/

    #topcontrol:hover {
        color: #FF4D00;
        transition: all 0.3s ease-in-out;
    }
    #topcontrol:hover span{
        opacity:1;
        transition: all 0.3s ease-in-out;
    }

input[type=radio] {
    display: none;
}

input[type="radio"] + label::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    border-radius: 50%;
    border: 1px solid #CCCBCA;
    vertical-align: middle;
    margin-top: -3px;
}

/* 自定义的选中样式 */
input[type="radio"]:checked + label::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    border-radius: 50%;
    background-color: #FF4D00;
    vertical-align: middle;
    box-shadow: inset 0 0 0 2px #fff;
}

/* 单选框旁边的文本样式 */
input[type="radio"] + label {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    color: #3D3B3B;
    cursor:pointer;
}
.sljf_series_analysis_list table {
    border: none;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    color:#fff;
}
    .sljf_series_analysis_list table tr:not(:first-child) {
        border-bottom: 1px solid rgba(255,255,255,0.3);
        height: 54px;
    }
    .sljf_series_analysis_list table tr td {
        min-width: 260px;
        font-size: 18px;
        font-weight: 300;
        font-family: auto;
        padding-right:20px !important;
    }
.sljf_series_analysis_list {
    margin-bottom: 100px;
}
.fa-youtube:hover {
    /*    color: #ff6a00;*/
    color: #bbf408;
}
/*弹窗的css*/
.tanchukuang_bg11 {
    width: 100%;
    min-width: 1164px;
    height: 100%;
    background: #000;
    position: fixed;
    z-index: 1001;
    filter: alpha(opacity=20);
    opacity: .4;
    left: 0;
    top: 0;
    display: none
}

.picture {
    height: 562px;
    /*  border: 1px solid #c7c7c7bf;*/
    font-family: "宋体";
    display: none;
    z-index: 99999;
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    bottom: 0;
    right: 0;
    margin: 0 auto
}