@charset "utf-8";
.header_260_1 #header .header_in {
    width: 100%;
    transition: all 0.3s
}

.header_260_1 #header .header_in.fixed {
    padding: 10px 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    background: #000
}

.header_260_1 #header {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: 0 0;
    height: 130px
}

.header_260_1 #header.other_header {
    background: rgba(0, 0, 0, 1) !important;
    position: relative
}

.header_260_1 #header .index_wrapper_1353 {
    width: 1353px;
    margin: 0 auto
}

.header_260_1 #header .header_top {
    display: flex;
    justify-content: flex-end;
    height: 60px;
    align-items: center
}

.header_260_1 #header .header_nav .logo {
    width: 25%;
    max-width: 300px
}

.header_260_1 #header .header_top .header_icon {
    display: inline-block;
    width: 26px;
    height: 26px
}

.header_260_1 #header .header_top .header_search_icon {
    position: relative;
    margin-left: 35px;
    background: url(//ueeshop.ly200-cdn.com/static/v1/v5.0030/themes/default/cusvis_mode/header/mode_260_1/images/ico_search.png)
}

.header_260_1 #header .header_top .header_search_icon .search_box {
    position: absolute;
    top: 50%;
    right: 0;
    width: 250px;
    height: 42px;
    background: #fff;
    border-bottom: 1px solid #9cc6cd;
    pointer-events: none;
    opacity: 0;
    transform: translateY(-50%);
    transition: all .3s
}

.header_260_1 #header .header_top .header_search_icon .search_box form {
    width: 100%;
    height: 100%
}

.header_260_1 #header .header_top .header_search_icon .search_box form input[type='text'] {
    padding-left: 10px;
    width: 80%;
    height: 100%;
    background: none;
    border: 0;
    box-sizing: border-box
}

.header_260_1 #header .header_top .header_search_icon .search_box form input[type='submit'] {
    cursor: pointer;
    width: 15%;
    height: 100%;
    background: url(//ueeshop.ly200-cdn.com/static/v1/v5.0030/themes/default/cusvis_mode/header/mode_260_1/images/ico_search_g.png) no-repeat center / 50% auto;
    border: 0
}

.header_260_1 #header .header_top .header_user_icon {
    background: url(//ueeshop.ly200-cdn.com/static/v1/v5.0030/themes/default/cusvis_mode/header/mode_260_1/images/ico_user.png)
}

.header_260_1 #header .header_top .default_shopping_cart {
    width: 26px;
    height: 26px;
    background-size: 100%;
    filter: invert(1);
    margin-left: 35px
}

.header_260_1 #header .header_nav {
    display: flex;
    justify-content: space-between;
    height: 40px;
    line-height: 100%
}

.header_260_1 #header .header_nav .header_nav_btn,
.header_260_1 #header .header_nav .header_nav_logo {
    display: inline-block
}

.header_260_1 #header .header_nav .header_nav_logo {
    max-width: 23%;
    height: 100%;
    vertical-align: middle
}

.header_260_1 #header .header_nav .header_nav_logo img {
    width: 100%;
    max-width: 100%;
    max-height: 100%
}

.header_260_1 #header .header_nav .header_nav_right {
    width: 77%;
    display: flex;
    justify-content: flex-end
}

.header_260_1 #header .header_nav .header_nav_btn {
    box-sizing: border-box;
    background: #ba0913;
    width: 135px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin-left: 2.8125vw;
    border: solid 1px transparent;
    transition: .3s all;
    overflow: hidden
}

.header_260_1 #header .header_nav .header_nav_btn:hover {
    background: unset;
    color: #fff;
    border: solid 1px #fff
}

.header_260_1 #header .header_nav .header_nav_items {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-shrink: 1;
    width: 100%
}

.header_260_1 .default_nav_style {
    height: 40px
}

.header_260_1 .default_nav_style .n_item {
    height: 40px;
    line-height: 40px;
    margin-right: 30px;
    padding-bottom: 10px
}

.header_260_1 .default_nav_style .n_item>a {
    font-size: 16px;
    color: #fff;
    transition: .3s all;
    height: 31px;
    position: relative;
    text-transform: uppercase;
    padding: 0px 0px 9px
}

.header_260_1 .default_nav_style .n_item>a:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    display: block;
    height: 2px;
    width: 23px;
    background: rgba(0, 0, 0, 0);
    transition: .3s all
}

.header_260_1 .default_nav_style .n_item>a:hover {
    color: #ba0913
}

.header_260_1 .default_nav_style .n_item>a:hover:after {
    background: #ba0913
}

.header_260_1 .default_nav_style .small_nav_sec .nav_sec_item a,
.header_260_1 .default_nav_style .small_nav_sec .nav_sec_item dt a {
    font-size: 14px;
    color: #000;
    line-height: 1.8;
    transition: .3s all
}

.header_260_1 .default_nav_style .small_nav_sec .nav_sec_item a:hover,
.header_260_1 .default_nav_style .small_nav_sec .nav_sec_item dt a:hover {
    color: #ba0913
}

@media screen and (max-width: 1380px) {
    .header_260_1 #header .index_wrapper_1353 {
        width: 100% !important;
        padding: 0 15px;
        box-sizing: border-box
    }
}
.footer_260_1 #footer {
    background: #1f1f1f
}

.footer_260_1 #footer .index_wrapper_1200 {
    width: 1200px;
    margin: 0 auto
}

.footer_260_1 #footer .footer_top_bg {
    background: #161616
}

.footer_260_1 #footer .footer_top .footer_top_items {
    height: 136px;
    box-sizing: border-box;
    padding-top: 40px;
    padding-bottom: 42px;
    display: flex;
    justify-content: space-between
}

.footer_260_1 #footer .footer_top .footer_top_items .footer_top_item {
    height: 64px;
    display: flex;
    margin-left: 35px;
    align-items: center;
    width: 33%;
    box-sizing: border-box;
    overflow: hidden
}

.footer_260_1 #footer .footer_top .footer_top_items .footer_top_item .footer_top_img {
    font-size: 0px
}

.footer_260_1 #footer .footer_top .footer_top_items .footer_top_item .footer_img_a img {
    width: 100%
}

.footer_260_1 #footer .footer_top .footer_top_items .footer_top_line {
    margin-left: 16px;
    margin-right: 20px;
    width: 2px;
    height: 24px;
    background: #ba0913
}

.footer_260_1 #footer .footer_top .footer_top_items .footer_top_item .footer_top_text {
    margin-top: 8px;
    overflow: hidden
}

.footer_260_1 #footer .footer_top .footer_top_items .footer_top_item .footer_top_text .footer_top_title {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    height: 30px;
    overflow: hidden;
    color: #fff
}

.footer_260_1 #footer .footer_top .footer_top_items .footer_top_item .footer_top_text .footer_top_content {
    font-size: 16px;
    line-height: 25px;
    color: #888;
    height: 25px;
    overflow: hidden
}

.footer_260_1 #footer .footer_bot {
    padding-top: 55px
}

.footer_260_1 #footer .footer_bot .footer_bot_items {
    display: flex;
    flex-wrap: wrap
}

.footer_260_1 #footer .footer_bot .footer_bot_items .footer_bot_item {
    width: 24%;
    margin-right: 1%;
    box-sizing: border-box;
    overflow: hidden
}

.footer_260_1 #footer .footer_bot .footer_bot_items .footer_bot_item dt {
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 14px;
    text-transform: uppercase;
    height: 30px;
    overflow: hidden
}

.footer_260_1 #footer .footer_bot .footer_bot_items .footer_bot_item dd a {
    display: block;
    font-size: 16px;
    line-height: 32px;
    color: #999;
    height: 32px;
    overflow: hidden;
    transition: all .3s
}

.footer_260_1 #footer .footer_bot .footer_bot_items .footer_bot_item dd a:hover {
    color: #fff
}

.footer_260_1 #footer .footer_bot .copy {
    font-size: 14px;
    line-height: 32px;
    color: #999;
    padding-top: 60px;
    padding-bottom: 40px
}

.footer_260_1 #footer .footer_bot .copy a {
    color: #999
}

.footer_260_1 .foot_share {
    display: block;
    text-align: center;
    padding: 10px 15px
}

.footer_260_1 .partners {
    padding: 20px 0
}

.footer_260_1 .partners ul {
    font-size: 0;
    text-align: center
}

.footer_260_1 .partners ul li {
    display: inline-block;
    margin-left: 20px;
    width: 108px;
    height: 42px
}

.footer_260_1 .partners ul li:first-child {
    margin-left: 0
}

@media screen and (max-width: 1380px) {
    .footer_260_1 #footer .index_wrapper_1200 {
        width: 100% !important;
        padding: 0 15px;
        box-sizing: border-box
    }
}

@media screen and (max-width:991px) {
    .footer_260_1 #footer .footer_top .footer_top_items .footer_top_item .footer_img_a {
        width: 32px
    }

    .footer_260_1 #footer .footer_bot .footer_bot_items .footer_bot_item {
        width: 100%;
        height: auto;
        overflow: hidden
    }

    .footer_260_1 #footer .footer_bot .footer_bot_items .footer_bot_item dt {
        cursor: pointer;
        font-size: 15px;
        line-height: 40px;
        height: 40px;
        position: relative;
        margin-bottom: 0
    }

    .footer_260_1 #footer .footer_bot .footer_bot_items .footer_bot_item dd {
        display: none
    }

    .footer_260_1 #footer .footer_bot .footer_bot_items .footer_bot_item dd a {
        line-height: 38px;
        height: 38px
    }

    .footer_260_1 #footer .footer_bot .footer_bot_items .footer_bot_item dt .footer_icon_add {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 12px;
        height: 12px;
        margin: auto
    }

    .footer_260_1 #footer .footer_bot .footer_bot_items .footer_bot_item dt .footer_icon_add::before {
        position: relative;
        top: -14px;
        display: inline-block;
        background: content-box #fff;
        height: 12px;
        width: 12px;
        box-sizing: border-box;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        content: '';
        transform: rotate(0);
        transition: .3s all
    }

    .footer_260_1 #footer .footer_bot .footer_bot_items .footer_bot_item dt .footer_icon_add::after {
        position: relative;
        top: -54px;
        display: inline-block;
        background: content-box #fff;
        height: 12px;
        width: 12px;
        box-sizing: border-box;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        content: '';
        transform: rotate(0);
        transition: .3s all
    }

    .footer_260_1 #footer .footer_bot .footer_bot_items .footer_bot_item dt .open_add_icon::after {
        transform: rotate(90deg)
    }

    .footer_260_1 #footer .footer_bot .copy {
        font-size: 13px;
        line-height: 20px;
        padding-bottom: 23px;
        padding-top: 13px;
        text-align: center
    }

    .footer_260_1 #footer .footer_bot .copy {
        display: block
    }

    .footer_260_1 #footer .footer_bot .copy a {
        display: block;
        width: 100%
    }

    .footer_260_1 #footer .footer_top .footer_top_items {
        flex-wrap: wrap;
        height: auto;
        padding-top: 0;
        padding-bottom: 30px
    }

    .footer_260_1 #footer .footer_top .footer_top_items .footer_top_item {
        width: 100%;
        margin-left: 0;
        height: 44px;
        margin-top: 18px
    }

    .footer_260_1 #footer .footer_top .footer_top_items .footer_top_item .footer_top_text {
        margin-top: 10px
    }

    .footer_260_1 #footer .footer_top .footer_top_items .footer_top_item .footer_top_text .footer_top_title {
        font-size: 15px;
        line-height: 15px;
        margin-bottom: 4px;
        height: 15px
    }

    .footer_260_1 #footer .footer_top .footer_top_items .footer_top_item .footer_top_img {
        height: 100%
    }

    .footer_260_1 #footer .footer_top .footer_top_items .footer_top_item .footer_top_text .footer_top_content {
        font-size: 14px;
        line-height: 14px;
        height: 17px
    }

    .footer_260_1 #footer .footer_top .footer_top_items .footer_top_line {
        width: 4px;
        height: 14px;
        margin-left: 8px
    }

    .footer_260_1 #footer .footer_bot {
        padding-top: 15px
    }
}
@media screen and (max-width:991px) {
    .header_260_1 #header {
        display: none
    }

    .header_260_1 .ueeshop_responsive_header .header {
        background: #000 !important;
        border-bottom: 0 !important
    }

    .header_260_1 .ueeshop_responsive_header .header .func .search_btn {
        background: url(//ueeshop.ly200-cdn.com/static/v1/v5.0030/themes/default/cusvis_mode/header/mode_260_1/images/search_btn_white.png) no-repeat center center/100% !important
    }

    .header_260_1 .ueeshop_responsive_header .header .func .member_btn {
        background: url(//ueeshop.ly200-cdn.com/static/v1/v5.0030/themes/default/cusvis_mode/header/mode_260_1/images/ico_user.png) no-repeat center center/100% !important
    }

    .header_260_1 .ueeshop_responsive_header .header .func .menu_btn {
        background: url(//ueeshop.ly200-cdn.com/static/v1/v5.0030/themes/default/cusvis_mode/header/mode_260_1/images/menu_btn_white.png) no-repeat center center/100% !important
    }

    .header_260_1 .ueeshop_responsive_header .header .func .language_btn {
        color: #fff
    }

    .header_260_1 .ueeshop_responsive_header .header .func .menu_btn.on {
        background: url(//ueeshop.ly200-cdn.com/static/v1/v5.0030/themes/default/cusvis_mode/header/mode_260_1/images/close_btn_white.png) no-repeat center center/80% !important
    }
}
/*前端公共纯色图标*/
@font-face {
    font-family: "icons";
    src: url("//ueeshop.ly200-cdn.com/static/v1/v5.0030/static/font/icons.eot");
    /* IE9 */
    src: url("//ueeshop.ly200-cdn.com/static/v1/v5.0030/static/font/icons.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("//ueeshop.ly200-cdn.com/static/v1/v5.0030/static/font/icons.woff2") format("woff2"),
        /* chrome、firefox、opera、Safari, Android, iOS */
        url("//ueeshop.ly200-cdn.com/static/v1/v5.0030/static/font/icons.woff") format("woff"),
        /* chrome、firefox */
        url("//ueeshop.ly200-cdn.com/static/v1/v5.0030/static/font/icons.ttf") format("truetype"),
        /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */
        url("//ueeshop.ly200-cdn.com/static/v1/v5.0030/static/font/icons.svg#uxfonteditor") format("svg");
    /* iOS 4.1- */
}
body #header .header_nav .header_nav_btn {
    display: none;
}

body #contact .contact_btn {
    display: none;
}

body .product-list .leftContent {
    display: none;
}

#footer .footer_bot .copy {
    text-align: center;
}

#header .header_top {
    opacity: 0;
}
* {
    font-family: "Opensans-Regular";
}

a:hover {
    text-decoration: none;
    text-decoration: none;
}

.w {
    width: 980px;
    margin: 0 auto;
    min-width: 899px;
}

.wrap {
    width: 1440px;
    margin: 0 auto;
    zoom: 1;
}

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

.wrap:after {
    clear: both;
}

body {
    background: #fff;
    width: 100%;
    height: 100%;
    max-width: 1920px;
    margin: 0 auto;
    overflow-x: hidden;
    position: relative;
}

.product-detail .position_bg {
    background: #f3f3f3;
}

.product-detail .ueeshop_responsive_position {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
}

.wrap-righter-style .ueeshop_responsive_position .title {
    font-size: 30px;
    color: #1f1f1f;
    /*height: 35px;line-height: 35px;*/
}

.wrap-righter-style .ueeshop_responsive_position .position {
    /*height: 35px;line-height: 35px;*/
}

.wrap-righter-style .ueeshop_responsive_position .position a {
    font-size: 14px;
    color: #7d7d7d;
}

.wrap-righter-style .ueeshop_responsive_position {
    background: #f2f2f2;
    padding-left: 15px;
}

.article-content .art-title {
    height: 35px;
    margin: 30px 0;
    font-size: 22px;
    color: #333;
    text-align: center;
}

.wrap-module .ueeshop_responsive_position {
    margin: 0 auto 25px;
    border-bottom: none;
}

.art-menu-wrap-style {
    margin-bottom: 45px;
}

.art-menu-wrap-style .menu {
    text-align: center;
}

.art-menu-wrap-style .menu ul li {
    display: inline-block;
    font-size: 15px;
    color: #222;
    margin: 0 25px;
}

.wrap-righter-style .cate_info {
    margin: 0 27px 29px;
}

.wrap-righter-style .cate_info .cate_title {
    margin-bottom: 15px;
    /* width: 20%;*/
    height: 35px;
    line-height: 35px;
    font-size: 26px;
    color: #29293a;
}

.wrap-righter-style .cate_info .cate_brief {
    width: calc(100% - 20%);
}

.headerTop {
    margin-right: 20px;
    ;
    line-height: 60px;
}

.headerTop * {
    font-size: 16px;
    color: #fff;
}

.headerTop .wel {
    background: #0a152d;
    padding-right: 8%;
}

.headerTop .wel:after {
    position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
    width: 240px;
    background: #0a152d;
    content: '';
}

.headerTop .langWrapper {
    display: inline-block;
    position: relative;
    margin-left: 35px;
}

.headerTop .langWrapper .topLang {}

.headerTop .langWrapper .otherLang {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 130px;
    z-index: 1;
    background: #fff;
    padding: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    display: none;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
    max-height: 490px;
    overflow-y: auto;
}

.headerTop .langWrapper .otherLang::-webkit-scrollbar {
    display: none;
}

.headerTop .langWrapper .otherLang .langName {
    display: block;
    line-height: 24px;
    font-size: 14px;
    color: #000;
}

.headerTop .langWrapper:hover .otherLang {
    display: block;
}

.headerTop .headerInfo {
    float: right;
}

.headerTop .headerInfo img {
    vertical-align: middle;
    margin-right: 5px;
}

.headerTop .headerInfo .headerInquiry,
.headerTel,
.headerEmail {
    display: inline-block;
    margin-left: 35px;
}

.headerTop .headerInfo .headerInquiry a {
    font-size: 14px;
}

.headerTop .headerInfo .headerInquiry span {
    font-size: 14px;
    color: #b97a56;
}

.headerTop .headerInfo .headerUser {
    display: inline-block;
}

.headerTop .headerInfo .headerUser a {
    font-size: 14px;
}

.headerTop a:hover {
    color: #b97a56;
}


.product-list {
    margin: 0 auto 30px;
}

.product-list .pro_cate {
    float: left;
    width: 260px;
}

.product-list .pro_cate .page_name {
    position: relative;
    margin-bottom: 10px;
    font-size: 22px;
    height: 55px;
    line-height: 55px;
    text-transform: uppercase;
}

.product-list .pro_cate .page_name:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 37px;
    height: 3px;
    background: #ba0913;
    content: '';
}

.product-list .pro_cate .first_cate {
    height: 51px;
    line-height: 51px;
    position: relative;
    padding-right: 15px;
    overflow: hidden;
    cursor: pointer;
}

.product-list .pro_cate .first_cate a {
    font-size: 18px;
}

.product-list .pro_cate .first_cate .border {
    width: 37px;
    border-bottom: 1px solid #333;
}

.product-list .pro_cate .son_cate {
    display: none;
}

.product-list .pro_cate .list.on .son_cate {
    display: block;
}

.product-list .pro_cate .list.on .first_cate {
    background: url(../img/pro_cate_icon_on.png) no-repeat center right;
}

.product-list .pro_cate .son_cate .item:first-child {
    border-top: none;
}

.product-list .pro_cate .son_cate .item {
    height: 49px;
    line-height: 49px;
    border-top: 1px solid #e2e2e2;
}

.product-list .pro_cate .son_cate .item a {
    font-size: 13px;
    color: #909090;
}

.product-list .pro_cate .son_cate .item:hover a,
.product-list .pro_cate .son_cate .item.on a,
.product-list .pro_cate .son_cate .item a.on,
.product-list .pro_cate .son_cate .subcate3 a.sia:hover {
    color: #ba0913;
}

.product-list .pro_cate .son_cate .subcate3 {
    margin-bottom: 10px;
}

.product-list .pro_cate .son_cate .subcate3 a.sia {
    display: block;
    font-size: 12px;
    color: #909090;
    text-indent: 15px;
    line-height: 200%;
}


.product-list {
    /*padding-top: 35px;*/
}

.product-list .ueeshop_responsive_products_list {
    margin-top: 0;
    padding-top: 5px;
}

.product-list .ueeshop_responsive_products_list .item {
    margin-bottom: 50px;
}

.product-list .ueeshop_responsive_products_list .item .pro {
    width: 86%;
}

.product-list .ueeshop_responsive_products_list .item .pro {
    padding-bottom: 30px;
    background: #fff;
    overflow: visible;
}

.product-list .ueeshop_responsive_products_list .item .img {
    transition: all .2s .1s;
    -webkit-transition: all .2s .1s;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
}

.product-list .ueeshop_responsive_products_list .item .pro:hover .img {
    -webkit-box-shadow: 0 0px 8px 2px rgba(143, 143, 143, 0.3);
    box-shadow: 0 0px 8px 2px rgba(143, 143, 143, 0.3);
}

.product-list .ueeshop_responsive_products_list .item:hover img {
    transform: scale(1);
}

.product-list .ueeshop_responsive_products_list .item .info .name {
    text-align: left;
}

.product-list .ueeshop_responsive_products_list .item .info .price {
    text-align: left;
}

.product-list .ueeshop_responsive_products_list .item .info .more {
    display: inline-block;
    width: 130px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #ba0913;
    border-radius: 4px;
    transition: all .2s;
    text-transform: uppercase;
    background: #ba0913;
    color: #fff;
}

.product-list .ueeshop_responsive_products_list .item .info .more:hover {
    background: unset;
    color: #333;
    border-color: #333;
}

.product-list .ueeshop_responsive_products_list .item .info {
    text-align: left;
}


body .ueeshop_responsive_products_detail .gallery .left_small_img .pic_box.on {
    border: 1px solid #ba0913;
}

/*.product-detail .ueeshop_responsive_products_detail .info .button > a,.product-detail .ueeshop_responsive_products_detail{background: none!important;}*/
.product-detail .description .desc_txt {
    line-height: 250%;
}

body .ueeshop_responsive_products_detail .description .title {
    padding: 10px 0 0;
}

.product-detail .ueeshop_responsive_products_detail .description .title {
    border: none;
}

.product-detail .ueeshop_responsive_products_detail .description .title span {
    font-size: 30px;
    color: #1f1f1f;
    position: relative;
    background: #fff;
    margin-right: 0;
    padding-right: 15px;
}

.product-detail .ueeshop_responsive_products_detail .description .title span.cur {
    color: #ba0913;
}

.product-detail .ueeshop_responsive_products_detail .description .title span:after {
    position: absolute;
    width: 10000px;
    left: 100%;
    top: 13px;
    height: 1px;
    background: #e3e3e3;
    margin-left: 20px;
    content: '';
}

body .product-detail .ueeshop_responsive_products_detail.products_detail_module1 .description .title span.cur {
    padding-bottom: 6px;
}

body .ueeshop_responsive_case_list .item .img {
    margin: 0 auto;
    width: 50%;
}

body .ueeshop_responsive_case_list .item .info {
    margin: 0 auto;
    width: 50%;
}

.ueeshop_responsive_download_list ul li:hover {
    color: #ba0913;
}

.ueeshop_responsive_download_list ul li a:hover {
    background-color: #ba0913;
}

#header .header_in {
    width: 100%;
    transition: all 0.3s;
}

#header .header_in.fixed {
    padding: 10px 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    background: #000;
}

.menu-in-left {
    padding-top: 30px;
}

.menu-in-left .menu-wrap-style {
    width: 20%;
    float: left;
}

.menu-in-left .wrap-righter-style {
    width: 76%;
    float: right;
}

.menu-wrap-style .menu .m-title {
    position: relative;
    margin-bottom: 10px;
    font-size: 22px;
    height: 55px;
    line-height: 55px;
    text-transform: uppercase;
}

.menu-wrap-style .menu .m-title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 37px;
    height: 3px;
    background: #ba0913;
    content: '';
}

.menu-wrap-style .menu .cate-top {
    margin-bottom: 30px;
    font-size: 30px;
    color: #1f1f1f;
}

.menu-wrap-style .menu h3 {
    margin-bottom: 10px;
}

.menu-wrap-style .menu h3 a {
    font-size: 16px;
    color: #1f1f1f;
}

.menu-wrap-style .menu h3 a:hover {
    color: #ba0913;
}

.menu-wrap-style .menu .sublist {
    line-height: 250%;
    margin-bottom: 15px;
}

.menu-wrap-style .menu .sublist li a {
    font-size: 16px;
    color: #737373;
}

.menu-wrap-style .menu .sublist li a:before {
    width: 13px;
    height: 13px;
    border: 1px solid #737373;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    transition: all .5s;
    content: '';
    display: none;
}

.menu-wrap-style .menu .sublist li a.on {
    color: #ba0913;
}

.menu-wrap-style .menu .sublist li a:hover {
    color: #ba0913;
}

.menu-wrap-style .menu .sublist li.v3 {
    padding-left: 20px;
}

.menu-wrap-style .menu .sublist li.v3 a:before {
    display: none;
}

.menu-wrap-style .related {
    margin-top: 22px;
    width: 100%;
}

.menu-wrap-style .related .r_title {
    position: relative;
    margin-bottom: 10px;
    font-size: 22px;
    height: 55px;
    line-height: 55px;
    text-transform: uppercase;
}

.menu-wrap-style .related .r_title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 37px;
    height: 3px;
    background: #b97a56;
    content: '';
}

.menu-wrap-style .related .r_list {
    margin-top: 5px;
    width: 100%;
}

.menu-wrap-style .related .r_list .item {
    padding: 16px 0 19px;
    border-bottom: 1px solid #e5e5e5;
}

.menu-wrap-style .related .r_list .item:first-child {
    border-top: 0;
}

.menu-wrap-style .related .r_list .item .img {
    display: block;
    width: 100%;
    text-align: center;
}

.menu-wrap-style .related .r_list .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    width: 100%;
    line-height: 24px;
    font-size: 18px;
    color: #555;
    text-decoration: none;
    overflow: hidden;
}

.menu-wrap-style .related .r_list .author {
    margin-top: 6px;
    width: 100%;
    height: 21px;
    line-height: 21px;
    font-size: 14px;
    color: #989898;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.menu-wrap-style .related .r_list .brief {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-top: 8px;
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    color: #888;
    word-break: break-all;
    overflow: hidden;
}

.product-list .left_outer {
    width: 22.5%;
}

.product-list .left_title {
    width: 100%;
    height: 49px;
    line-height: 49px;
    text-indent: 17px;
    background: #1f1f1f;
    font-size: 20px;
    color: #fff;
}

.product-list .left {
    width: 100%;
}

.product-list .left .cate_row span {
    display: block;
    position: relative;
    padding: 15px;
    line-height: 30px;
    font-size: 16px;
    color: #333333;
    border-top: 1px solid #ebebeb;
    cursor: pointer;
}

.product-list .left .cate_row span em {
    width: 10px;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    right: 2%;
    background: url(../img/icon_p_close.png) no-repeat center 25px;
}

.product-list .left .cate_row a.topa {
    font-size: 16px;
    color: #333;
}

.product-list .left .cate_row:first-child span {
    border-top: none;
}

.product-list .left .cate_row ul {
    margin-top: 0px;
    padding: 0 20px 15px 15px;
}

.product-list .left .cate_row ul li {
    margin: 3px 0;
}

.product-list .left .cate_row ul li a {
    display: block;
    font-size: 16px;
    line-height: 25px;
    color: #8d8d8d;
    height: 0px;
    overflow: hidden;
}

.product-list .left .cate_row ul li a:hover {
    color: #1f1f1f;
}

.product-list .left .cate_row ul li.v3 {
    padding-left: 15px;
    margin: 0;
}

.product-list .left .cate_row ul li.v3 a {
    font-size: 14px;
}

.product-list .left .cate_row.on span em {
    background-image: url(../img/icon_p_open.png);
}

.product-list .left .cate_row.on ul li a {
    height: auto;
}

.product-list .left .cate_row.on ul {
    margin-top: -8px;
    padding-bottom: 23px;
}

.product-list .leftContent .relate {
    margin-top: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.product-list .leftContent .relate * {
    box-sizing: inherit;
}

.product-list .leftContent .relate .title {
    width: 100%;
    height: 49px;
    line-height: 49px;
    text-indent: 17px;
    background: #1f1f1f;
    font-size: 20px;
    color: #fff;
}

.product-list .leftContent .relate .list {
    margin-top: 33px;
    background: none;
}

.product-list .leftContent .relate .list .row {
    margin-bottom: 30px;
}

.product-list .leftContent .relate .list .row a {
    display: inline-block;
    vertical-align: middle;
}

.product-list .leftContent .relate .list .row .img {
    width: 30.5%;
    margin-right: 5%;
    padding: 3px;
    border: 1px solid #d3d3d3;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.product-list .leftContent .relate .list .row .row_txt {
    width: 55%;
}

.product-list .leftContent .relate .list .row .name {
    width: 100%;
    font-size: 14px;
    color: #555;
    line-height: 20px;
    vertical-align: top;
}

.product-list .leftContent .relate .list .row .price {
    font-size: 14px;
    color: #555;
    margin-top: 5px;
}

.product-list .leftContent .relate .list .row .btn {
    margin-top: 10px;
    width: 90px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #000;
    font-size: 12px;
    color: #333;
    text-align: center;
    -webkit-text-transform: uppercase;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    flex-shrink: 0;
}

.wrap-module .ueeshop_responsive_products_detail_review .review_form h1 {
    font-size: 30px;
    color: #1f1f1f;
    text-align: center;
    margin-bottom: 35px;
}

body .ueeshop_responsive_turn_page span {
    width: auto;
    min-width: 54px;
}

body .ueeshop_responsive_turn_page span a,
body .ueeshop_responsive_turn_page span font {
    width: 100%;
}

body .ueeshop_responsive_turn_page span .page_item_current {
    background: #ba0913;
}

.product-list .ueeshop_responsive_position {
    margin: 0 27px 25px;
}

/* 新闻详细(推荐文章) */
.rale_news {
    padding-bottom: 56px;
    width: 100%;
}

.rale_news .news_title {
    width: 100%;
    height: 30px;
    line-height: 30px;
}

.rale_news .news_title .title {
    font-size: 22px;
    color: #191919;
}

.rale_news .news_title .read_btn {
    font-size: 14px;
    color: #888;
}

.rale_news .news_title .read_btn span {
    font-size: 14px;
    color: #888;
    font-weight: bold;
}

.rale_news .list {
    display: grid;
    grid-template-columns: repeat(4, 23.25%);
    justify-content: space-between;
    margin-top: 23px;
    width: 100%;
}

.rale_news .list .item {}

.rale_news .list .item .img {
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
}

.rale_news .list .item .title {
    display: -webkit-box;
    margin-top: 15px;
    line-height: 21px;
    font-size: 16px;
    color: #333;
    text-decoration: none;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.rale_news .list .item .time {
    margin-top: 8px;
    width: 100%;
    height: 21px;
    line-height: 21px;
    font-size: 14px;
    color: #989898;
}

.rale_news .list .item .brief {
    display: -webkit-box;
    margin-top: 6px;
    line-height: 24px;
    font-size: 14px;
    color: #888;
    text-decoration: none;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.rale_news .list .item:hover .img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.rale_news .list .item:hover .title {
    color: #691a19;
}

.download-list .related {
    margin-top: 22px;
    padding-bottom: 20px;
    width: 100%;
}

.download-list .related .r_list {
    margin-top: 5px;
    width: 100%;
}

.download-list .related .r_list .item {
    margin-top: 20px;
    width: 100%;
}

.download-list .related .r_list .item:first-child {
    border-top: 0;
}

.download-list .related .r_list .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 11px;
    width: 100%;
    line-height: 20px;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    overflow: hidden;
}

.download-list .related .r_list .time {
    margin-top: 11px;
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #989898;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.download-list .related .r_list .brief {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-top: 7px;
    width: 100%;
    line-height: 23px;
    font-size: 14px;
    color: #888;
    word-break: break-all;
    overflow: hidden;
}



/* t260 start */
.index_wrapper_1353 {
    width: 1353px;
    margin: 0 auto
}

.index_wrapper_1200 {
    width: 1200px;
    margin: 0 auto
}

#header {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: 0 0;
    height: 130px
}

#header.other_header {
    background: rgba(0, 0, 0, 1) !important;
    position: relative;
}

#header .index_wrapper_1353 {}

#header .header_top {
    display: flex;
    justify-content: flex-end;
    height: 60px;
    align-items: center
}

#header .header_nav .logo {
    width: 25%;
    max-width: 300px;
}

#header .header_top .header_icon {
    display: inline-block;
    width: 26px;
    height: 26px
}

#header .header_top .header_search_icon {
    position: relative;
    margin-left: 35px;
    background: url(../img/ico_search.png);
}

#header .header_top .header_search_icon .search_box {
    position: absolute;
    top: 50%;
    right: 0;
    width: 250px;
    height: 42px;
    background: #fff;
    border-bottom: 1px solid #9cc6cd;
    pointer-events: none;
    opacity: 0;
    transform: translateY(-50%);
    transition: all .3s;
}

#header .header_top .header_search_icon .search_box form {
    width: 100%;
    height: 100%;
}

#header .header_top .header_search_icon .search_box form input[type='text'] {
    padding-left: 10px;
    width: 80%;
    height: 100%;
    background: none;
    border: 0;
    box-sizing: border-box;
}

#header .header_top .header_search_icon .search_box form input[type='submit'] {
    cursor: pointer;
    width: 15%;
    height: 100%;
    background: url(../img/ico_search_g.png) no-repeat center / 50% auto;
    border: 0;
}

#header .header_top .header_user_icon {
    background: url(../img/ico_user.png)
}

#header .header_top .default_shopping_cart {
    width: 26px;
    height: 26px;
    background-size: 100%;
    filter: invert(1);
    margin-left: 35px;
}

#header .header_nav {
    /*position:relative;*/
    display: flex;
    justify-content: space-between;
    height: 40px;
    line-height: 100%
}

#header .header_nav .header_nav_btn,
#header .header_nav .header_nav_logo {
    display: inline-block
}

#header .header_nav .header_nav_logo {
    max-width: 23%;
    height: 100%;
    vertical-align: middle
}

#header .header_nav .header_nav_logo img {
    width: 100%;
    max-width: 100%;
    max-height: 100%
}

#header .header_nav .header_nav_right {
    width: 77%;
    display: flex;
    justify-content: flex-end
}

#header .header_nav .header_nav_btn {
    box-sizing: border-box;
    background: #ba0913;
    width: 135px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin-left: 2.8125vw;
    border: solid 1px transparent;
    transition: .3s all;
    overflow: hidden;
}

#header .header_nav .header_nav_btn:hover {
    background: unset;
    color: #fff;
    border: solid 1px #fff
}

#header .header_nav .header_nav_items {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-shrink: 1;
    width: 100%;
}

.default_nav_style {
    height: 40px;
}

.default_nav_style .n_item {
    height: 40px;
    line-height: 40px;
    margin-right: 30px;
    padding-bottom: 30px;
}

.default_nav_style .n_item>a {
    font-size: 16px;
    color: #fff;
    transition: .3s all;
    height: 31px;
    position: relative;
    text-transform: uppercase;
    padding: 0px 0px 9px;
}

.default_nav_style .n_item>a:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    display: block;
    height: 2px;
    width: 23px;
    background: rgba(0, 0, 0, 0);
    transition: .3s all;
}

.default_nav_style .n_item>a:hover {
    color: #ba0913;
}

.default_nav_style .n_item>a:hover:after {
    background: #ba0913;
}

.default_nav_style .small_nav_sec .nav_sec_item a,
.default_nav_style .small_nav_sec .nav_sec_item dt a {
    font-size: 14px;
    color: #000;
    line-height: 1.8;
    transition: .3s all;
}

.default_nav_style .small_nav_sec .nav_sec_item a:hover,
.default_nav_style .small_nav_sec .nav_sec_item dt a:hover {
    color: #ba0913;
}

/*
#header .header_nav .header_nav_items .header_nav_item{margin-left:3.54166vw;height:40px;line-height:40px;position:relative;    text-overflow: ellipsis;}
#header .header_nav .header_nav_items .header_nav_item:first-child{margin-left:0}
#header .header_nav .header_nav_items .header_nav_item a{font-size:16px;color:#fff;transition:.3s all;position:relative;height:31px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
#header .header_nav .header_nav_items .header_nav_item .header_item_navSub{opacity:0;width:200px;background:#fff;position:absolute;top:40px;left:50%;transform:translate(-50%,0);box-shadow:0 0 10px rgba(0,0,0,.1);padding:20px 30px;box-sizing:border-box;transition:.3s all;pointer-events:none;z-index: 99;}
#header .header_nav .header_nav_items .header_nav_item .header_nav_item_a::after{content:'';position:absolute;bottom:-8px;left:0;display:block;height:2px;width:23px;background:rgba(0,0,0,0);transition:.3s all}
#header .header_nav .header_nav_items .header_nav_item .header_nav_item_a:hover{color:#ba0913}
#header .header_nav .header_nav_items .header_nav_item .header_nav_item_a:hover::after{content:'';display:block;background:#ba0913}
#header .header_nav .header_nav_items .header_nav_item .header_item_navSub a{display:block;line-height:1.8;font-size:14px;text-transform:capitalize;color:#000;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
#header .header_nav .header_nav_items .header_nav_item .header_item_navSub a:hover{color:#ba0913}
#header .header_nav .header_nav_items .header_nav_item:hover .header_item_navSub{pointer-events:all;opacity:1} */
#banner {
    width: 100%;
    margin: 0 auto
}

#banner img {
    display: block;
    width: 100%
}

.bx-wrapper .bx-controls-direction a {
    display: none
}

.bx-wrapper .bx-pager {
    display: none
}

#footer {
    background: #1f1f1f
}

#footer .footer_top_bg {
    background: #161616
}

#footer .footer_top .footer_top_items {
    height: 136px;
    box-sizing: border-box;
    padding-top: 40px;
    padding-bottom: 42px;
    display: flex;
    justify-content: space-between
}

#footer .footer_top .footer_top_items .footer_top_item {
    height: 64px;
    display: flex;
    margin-left: 35px;
    align-items: center;
    width: 33%;
    box-sizing: border-box;
    overflow: hidden;
}

#footer .footer_top .footer_top_items .footer_top_item .footer_top_img {
    font-size: 0px;
}

#footer .footer_top .footer_top_items .footer_top_item .footer_img_a img {
    width: 100%;
}

#footer .footer_top .footer_top_items .footer_top_line {
    margin-left: 16px;
    margin-right: 20px;
    width: 2px;
    height: 24px;
    background: #ba0913
}

#footer .footer_top .footer_top_items .footer_top_item .footer_top_text {
    margin-top: 8px;
    overflow: hidden;
}

#footer .footer_top .footer_top_items .footer_top_item .footer_top_text .footer_top_title {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    height: 30px;
    overflow: hidden;
    color: #fff;
}

#footer .footer_top .footer_top_items .footer_top_item .footer_top_text .footer_top_content {
    font-size: 16px;
    line-height: 25px;
    color: #888;
    height: 25px;
    overflow: hidden;
}

#footer .footer_bot {
    padding-top: 55px
}

#footer .footer_bot .footer_bot_items {
    display: flex;
    flex-wrap: wrap
}

#footer .footer_bot .footer_bot_items .footer_bot_item {
    width: 24%;
    margin-right: 1%;
    box-sizing: border-box;
    overflow: hidden;
}

#footer .footer_bot .footer_bot_items .footer_bot_item dt {
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 14px;
    text-transform: uppercase;
    height: 30px;
    overflow: hidden;
}

#footer .footer_bot .footer_bot_items .footer_bot_item dd a {
    display: block;
    font-size: 16px;
    line-height: 32px;
    color: #999;
    height: 32px;
    overflow: hidden;
    transition: all .3s;
}

#footer .footer_bot .footer_bot_items .footer_bot_item dd a:hover {
    color: #fff;
}

#footer .footer_bot .copy {
    font-size: 14px;
    line-height: 32px;
    color: #999;
    padding-top: 60px;
    padding-bottom: 40px
}

#footer .footer_bot .copy a {
    color: #999
}

.foot_share {
    display: block;
    text-align: center;
    padding: 10px 15px;
}

.inquiry {
    min-height: 500px;
}

.partners {
    padding: 20px 0;
}

.partners ul {
    font-size: 0;
    text-align: center;
}

.partners ul li {
    display: inline-block;
    margin-left: 20px;
    width: 108px;
    height: 42px;
}

.partners ul li:first-child {
    margin-left: 0;
}

.ueeshop_responsive_products_detail .info .name {
    font-size: 18px !important;
    font-weight: bold;
}

.ueeshop_responsive_download_list ul li {
    overflow: hidden;
    display: flex;
    justify-content: space-between
}

.ueeshop_responsive_download_list ul li .name {
    height: 48px;
    overflow: hidden;
    flex-shrink: 1
}

.ueeshop_responsive_download_list ul li a {
    flex-shrink: 0;
    margin-left: 5px;
}

.menu-wrap-style .menu .m-title {
    overflow: hidden;
}

.ueeshop_responsive_products_list .item .img a {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width:1380px) {
    .index_wrapper_1353 {
        width: 100% !important;
        padding: 0 15px;
        box-sizing: border-box
    }

    .index_wrapper_1200 {
        width: 100% !important;
        padding: 0 15px;
        box-sizing: border-box
    }

    #recommend {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
        overflow: hidden
    }
    .index_wrapper_1353{
        display: none;
    }
    #header{
        height: 65px !important;
    }
}

@media screen and (max-width:991px) {
    #footer .footer_top .footer_top_items .footer_top_item .footer_img_a {
        width: 32px;
    }

    #header {
        display: block;
    }

    .ueeshop_responsive_header .header {
        background: #000 !important;
        border-bottom: 0 !important
    }

    .ueeshop_responsive_header .header .func .search_btn {
        background: url(../img/search_btn_white.png) no-repeat center center/100% !important
    }

    .ueeshop_responsive_header .header .func .member_btn {
        background: url(../img/ico_user.png) no-repeat center center/100% !important
    }

    .ueeshop_responsive_header .header .func .menu_btn {
        background: url(../img/menu_btn_white.png) no-repeat center center/100% !important
    }

    .ueeshop_responsive_header .header .func .language_btn {
        color: #fff
    }

    .ueeshop_responsive_header .header .func .menu_btn.on {
        background: url(../img/close_btn_white.png) no-repeat center center/80% !important
    }

    #footer .footer_bot .footer_bot_items .footer_bot_item {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    #footer .footer_bot .footer_bot_items .footer_bot_item dt {
        cursor: pointer;
        font-size: 15px;
        line-height: 40px;
        height: 40px;
        position: relative;
        margin-bottom: 0
    }

    #footer .footer_bot .footer_bot_items .footer_bot_item dd {
        display: none;
    }

    #footer .footer_bot .footer_bot_items .footer_bot_item dd a {
        line-height: 38px;
        height: 38px;
    }

    #footer .footer_bot .footer_bot_items .footer_bot_item dt .footer_icon_add {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 12px;
        height: 12px;
        margin: auto;
    }

    #footer .footer_bot .footer_bot_items .footer_bot_item dt .footer_icon_add::before {
        position: relative;
        top: -14px;
        display: inline-block;
        background: content-box #fff;
        height: 12px;
        width: 12px;
        box-sizing: border-box;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        content: '';
        transform: rotate(0);
        transition: .3s all;
    }

    #footer .footer_bot .footer_bot_items .footer_bot_item dt .footer_icon_add::after {
        position: relative;
        top: -54px;
        display: inline-block;
        background: content-box #fff;
        height: 12px;
        width: 12px;
        box-sizing: border-box;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        content: '';
        transform: rotate(0);
        transition: .3s all;
    }

    #footer .footer_bot .footer_bot_items .footer_bot_item dt .open_add_icon::after {
        transform: rotate(90deg);
    }

    #footer .footer_bot .copy {
        font-size: 13px;
        line-height: 20px;
        padding-bottom: 23px;
        padding-top: 13px;
        text-align: center
    }

    #footer .footer_bot .copy {
        display: block
    }

    #footer .footer_bot .copy a {
        display: block;
        width: 100%
    }

    #footer .footer_top .footer_top_items {
        flex-wrap: wrap;
        height: auto;
        padding-top: 0;
        padding-bottom: 30px
    }

    #footer .footer_top .footer_top_items .footer_top_item {
        width: 100%;
        margin-left: 0;
        height: 44px;
        margin-top: 18px
    }

    #footer .footer_top .footer_top_items .footer_top_item .footer_top_text {
        margin-top: 10px
    }

    #footer .footer_top .footer_top_items .footer_top_item .footer_top_text .footer_top_title {
        font-size: 15px;
        line-height: 15px;
        margin-bottom: 4px;
        height: 15px;
    }

    #footer .footer_top .footer_top_items .footer_top_item .footer_top_img {
        height: 100%
    }

    #footer .footer_top .footer_top_items .footer_top_item .footer_top_text .footer_top_content {
        font-size: 14px;
        line-height: 14px;
        height: 17px;
    }

    #footer .footer_top .footer_top_items .footer_top_line {
        width: 4px;
        height: 14px;
        margin-left: 8px;
    }

    #footer .footer_bot {
        padding-top: 15px
    }
}

/* t260 end */

@media (max-width: 1440px) {
    .wrap {
        width: 96%;
    }
}

@media (max-width: 991px) {
    .product-list .ueeshop_responsive_products_list .item {
        width: 50%;
        margin-bottom: 25px;
    }

    .product-list .ueeshop_responsive_position {
        margin: 0 0 15px;
    }

    .product-list .left_outer {
        display: none;
    }

    .menu-in-left .wrap-righter-style {
        width: 100%;
    }

    .product-list .ueeshop_responsive_products_list .item .info .more:hover {
        background: #ba0913;
        color: #fff;
        border-color: #ba0913;
    }
}

@media (max-width: 768px) {
    .art-menu-wrap-style {
        display: none;
    }

    .menu-in-left .menu-wrap-style {
        display: none;
    }

    .menu-in-left .wrap-righter-style {
        float: none;
        width: 100%;
    }

    .rale_news .list {
        grid-template-columns: repeat(2, 46.5%);
    }

    body .ueeshop_responsive_case_list .item .img {
        width: 98%;
    }

    body .ueeshop_responsive_case_list .item .info {
        width: 98%;
    }

    .ueeshop_responsive_position>.position {
        text-align: left !important;
    }

    .partners ul li {
        margin-left: 2%;
        margin-bottom: 20px;
        width: 31%;
        height: 16.0vw;
    }
}

@media (max-width: 450px) {
    .wrap-righter-style .cate_info .cate_title {
        height: auto;
        font-size: 22px;
    }
}