/*!
 * SlickNav Responsive Mobile Menu v1.0.10
 * (c) 2016 Josh Cope
 * licensed under MIT
 */
#search_tem_165_0, #tab_tem_163_2{
    display: none;
}
.fullcolumn-outer {
    background-color: transparent;
    background-image: url(/static/images/list_banner_bg.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background: -moz-linear-gradient(top, none, none);
    background: -o-linear-gradient(top, none, none);
    background: linear-gradient(top, none, none);
    background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
    background-size: cover;
    position: absolute;
    top: 0px;
    bottom: 0px;
    z-index: -1;
}

.slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    padding: 7px 10px 8px 10px;
    line-height: 18px;
    cursor: pointer;
}

    .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
        margin-top: 0.188em;
    }

.slicknav_menu {
    *zoom: 1;
}

    .slicknav_menu .slicknav_menutxt {
        display: block;
        line-height: 19px;
        float: left;
    }

    .slicknav_menu .slicknav_icon {
        float: left;
        width: 1.125em;
        height: 0.875em;
        margin: 0.188em 0 0 0.438em;
    }

        .slicknav_menu .slicknav_icon:before {
            background: transparent;
            width: 1.125em;
            height: 0.875em;
            display: block;
            content: "";
            position: absolute;
        }

    .slicknav_menu .slicknav_no-text {
        margin: 0;
    }

    .slicknav_menu .slicknav_icon-bar {
        display: block;
        width: 1.125em;
        height: 0.125em;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    }

    .slicknav_menu:before {
        content: " ";
        display: table;
    }

    .slicknav_menu:after {
        content: " ";
        display: table;
        clear: both;
    }

.slicknav_nav {
    clear: both;
    max-height: 600px;
    overflow: scroll;
}

    .slicknav_nav::-webkit-scrollbar {
        width: 2px;
    }

    .slicknav_nav li {
        display: block;
    }

    .slicknav_nav .slicknav_arrow {
        /*font-size: 0.8em;*/
        margin: 0 0 0 0.4em;
    }

    .slicknav_nav .slicknav_item {
        cursor: pointer;
    }

        .slicknav_nav .slicknav_item a {
            display: inline;
        }

    .slicknav_nav .slicknav_row {
        display: block;
    }

    .slicknav_nav a {
        display: block;
    }

    .slicknav_nav .slicknav_parent-link a {
        display: inline;
    }

.slicknav_brand {
    float: left;
}

.slicknav_menu {
    font-size: 16px;
    box-sizing: border-box;
    background: #4c4c4c;
    padding: 5px;
    position: relative;
    z-index: 99999999;
}

    .slicknav_menu * {
        box-sizing: border-box;
    }

    .slicknav_menu .slicknav_menutxt {
        color: #fff;
        font-weight: bold;
        text-shadow: 0 1px 3px #000;
    }

    .slicknav_menu .slicknav_icon-bar {
        background-color: #fff;
    }

.slicknav_btn {
    margin: 5px 5px 6px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #222;
}

.slicknav_nav {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 0.875em;
    list-style: none;
    max-height: 600px;
    overflow-y: scroll;
    overflow-x:hidden;
}

    .slicknav_nav > ul {
        list-style: none;
        overflow: visible;
        padding: 0;
        margin: 0 0 0 20px;
        display: block;
    }

.slicknav_parent > ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 0 0 20px;
    display: block;
}


.slicknav_nav .slicknav_txtnode {
    margin-left: 15px;
    margin-top: 10px;
}

.slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0;
}

.slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0;
}

.slicknav_brand {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    padding: 7px 12px;
    height: 44px;
}

.auto-nav-li {
    border-bottom: 1px dashed #E6E6E6;
    position: inherit;
    min-height: 40px;
    margin: 15px;
}

.auto-nav-li-child {
    border-bottom: 1px dashed #E6E6E6;
    position: inherit;
    min-height: 30px;
    margin: 10px;
}

.slicknav_item {
    padding: 0 0 0 0;
    min-height: 40px;
}

.slicknav_arrow {
    float: right;
    /*background-image: url(./Content/dropdown.png);*/
    background-repeat: no-repeat;
    background-position: top center;
    width: 40px;
    height: 40px;
    text-align: center;
    /*display: block*/
}
.slicknav_arrow:before {
    content:"\e808";
    font-family:'iconfont';
    display: inline-block;
}

.slicknav_open > a.slicknav_row > .slicknav_arrow:before {
    transform: rotate(180deg);
}

span[onclick] {
    cursor: pointer;
}

[auto-nav-index] {
    cursor: pointer;
}

.notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.forceShow {
    display: block !important;
}
/*list-news slide nav*/
.con_105_22 > .w-container {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-right: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-radius: 0px;
    background-color: rgb(255, 255, 255);
    background-image: none;
    background-repeat: repeat;
    background-position: 0 0;
    background: -moz-linear-gradient(top, none, none);
    background: -o-linear-gradient(top, none, none);
    background: -ms-linear-gradient(top, none,none);
    background: linear-gradient(top, none, none);
    background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
    background-size: auto;
    -moz-box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    -ms-box-shadow: 0 0 0 transparent;
    -o-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
}
.con_111_40 .w-list .w-list-item .w-list-link {
    padding: 0;
    margin-left: 0;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
    font-size: 14px;
    font-family: Tahoma;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    height: 36px;
    line-height: 36px;
    outline: none;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.con_111_40 .w-list .w-list-item {
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    height: 36px;
    line-height: 36px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #ccc;
    text-align: left;
}
/*list-news body*/
.con_108_57 .w-list .w-list-ul .w-list-item {
    padding: 0;
    margin: 0;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
    min-height: 88px;
    border-bottom-color: #ddd;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
}
.con_108_57 .w-list .w-list-ul .w-list-item .w-list-desc {
    padding: 0;
    margin: 0;
    margin-top: 5px;
    line-height: 24px;
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    color: #999;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
}
.con_108_57 .w-list .w-list-ul .w-list-item .w-list-bottom .w-list-viewnum {
    float: right;
    font-family: Tahoma;
    font-size: 12px;
    color: #BBB;
}
.con_108_57 .w-list .w-list-ul .w-list-item .w-list-bottom {
    padding: 0;
    margin: 0;
    margin-top: 5px;
    height: 20px;
    line-height: 20px;
}
/* product right slide nav*/
    .con_41_12 .w-first-title {
        border-top: 1px solid #e7e7e7;
        border-bottom: 1px solid #e7e7e7;
        background-color: #FFF;
        background-image: none;
        background-repeat: no-repeat;
        background-position: 0 0;
        background-image: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
        background-image: -moz-linear-gradient(none, none);
        background-image: -ms-linear-gradient(none, none);
        background-image: linear-gradient(none, none);
        background-size: auto;
    }
.con_39_12 > .w-container {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-right: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-radius: 0px;
    background-color: rgb(255, 255, 255);
    background-image: none;
    background-repeat: repeat;
    background-position: 0 0;
    background: -moz-linear-gradient(top, none, none);
    background: -o-linear-gradient(top, none, none);
    background: -ms-linear-gradient(top, none,none);
    background: linear-gradient(top, none, none);
    background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
    background-size: auto;
    -moz-box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    -ms-box-shadow: 0 0 0 transparent;
    -o-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
}
.con_41_12 .w-first-title .w-first-link {
    font-family: Tahoma;
    font-size: 13px;
    color: #333;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    line-height: 42px;
    height: 42px;
}
.con_41_12 .w-category-list .w-second-item .w-second-title .w-second-link {
    padding-left: 24px;
    padding-right: 24px;
    font-family: Tahoma;
    font-size: 12px;
    color: #333;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    line-height: 42px;
    height: 42px;
}
