/*
描述:响应式主题样式表第714套
作者:wangxb
*//*默认页面主体样式定义*/
body
{
    color: #555;
}
a
{
    color: #333;
}
.w-header .row, .topLogBox .topLogBox-in, .w-main .row, .w-footer-in
{
    max-width: 1200px;
    margin: 0 auto;
}
.body
{
    overflow: hidden;
    font-size: 14px;
    padding-top: 88px;
}
.body-login, .body-login-special, .body-admin
{
    padding-top: 0;
}
.col-right
{
    display: none;
}
.w-foot-content
{
    padding-top: 15px;
    padding-bottom: 15px;
}/*---------------------header-----------------------*/
.w-header, .w-admin-header
{
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,.05);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.05);
}
.w-header-common
{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}
.row_top .column
{
    float: left;
}
.row_top .columnM, .row_top .columnR
{
    float: right;
}
.row_top .columnR
{
    position: relative;
    z-index: 9;
}
.row_top .div-table
{
    width: auto!important;
}
.w-admin-header .col-logo
{
    float: left;
}
.w-logo h1
{
    font-size: 32px;
    padding: 0 10px;
}
.w-logo h1, .w-logo a
{
    color: #212121;
}
.w-nav
{
    text-align: right;
    font-size: 0;
}
.body-login-special .login-navPc .w-admin-nav
{
    margin: 0;
}
.w-nav .nav_inner>li
{
    float: left;
    text-align: center;
}
.w-nav li a
{
    text-decoration: none;
    color: #5c5c5c;
    padding: 0 10px;
}
.w-nav .nav_inner>li>a, .w-nav .nav_inner>li>.li-parent-div>a
{
    line-height: 88px;
    font-size: 15px;
    display: block;
    color: #000;
    padding: 0 12px;
}
.w-nav .nav_inner>li>.submenu
{
    top: 88px;
    left: 50%;
    margin-left: -85px;
}
.w-nav .nav_inner>li:hover>.submenu, .w-nav .submenu li:hover>.submenu
{
    display: none;
}
.w-nav .submenu a
{
    font-size: 14px;
}
.w-nav .submenu li a
{
    text-align: center;
    padding: 8px 10px;
}
.topLogBox, .topLogBox a
{
    font-size: 13px;
    color: #666;
}
.topLogBox a
{
    margin: 0 6px;
    text-decoration: none;
}
.topLogBox a:hover
{
    text-decoration: underline;
}
.w-loginRegister, .w-shopCart
{
    margin-top: 6px;
    float: right;
    margin-bottom: 6px;
}
.w-languege
{
    margin-top: 6px;
    float: right;
    margin-bottom: 6px;
}
.w-shopCart i
{
    background: url(../image/shopCart.png) no-repeat center;
    width: 19px;
    height: 19px;
    vertical-align: middle;
    display: inline-block;
    *zoom: 1;
    margin-right: 2px;
}
.topLogBox .w-search
{
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
    overflow: hidden;
    float: right;
}
.topLogBox .w-search
{
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden;
    float: right;
}
.topLogBox .w-search .input-search-w
{
    background: none;
    width: 150px;
    *width: 115px;
    height: 2.3em;
    line-height: 2.3em;
    padding: 0 30px 0 5px;
    border: none;
    border-bottom: 1px solid #bbb;
}
.topLogBox .w-search .search-btn-w
{
    position: absolute;
    width: 30px;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../image/icon_search.png) no-repeat center;
    cursor: pointer;
}
.topLogBox .w-search .search-btn-w span
{
    display: none;
}
.nav_right_mask
{
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    background: #000;
    opacity: .3;
    *filter: alpha(opacity=30);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
}
.w-custom
{
    padding: 2px 0;
    float: right;
}/*-----------------------banner------------------*/
.bx-wrapper .bx-prev, .bx-wrapper .bx-next
{
    width: 50px!important;
    height: 50px!important;
    margin-top: -25px!important;
    background-image: url("../image/bxSlide.png")!important;
    background-color: #ccc!important;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    background-size: auto!important;
    visibility: hidden;
}
.bx-wrapper .bx-prev
{
    background-position: 0 0!important;
    left: -20px!important;
}
.bx-wrapper .bx-next
{
    background-position: -50px -50px!important;
    right: -20px!important;
}
.bx-wrapper:hover .bx-prev, .bx-wrapper:hover .bx-next
{
    visibility: visible;
}
.bx-wrapper:hover .bx-prev
{
    left: 0!important;
}
.bx-wrapper:hover .bx-next
{
    right: 0!important;
}
.bx-wrapper .bx-prev:hover
{
    background-position: -50px 0!important;
}
.bx-wrapper .bx-next:hover
{
    background-position: 0 -50px!important;
}
.banner .bx-wrapper .bx-prev, .banner .bx-wrapper .bx-next
{
    width: 40px!important;
    height: 90px!important;
    margin-top: -45px!important;
    background-image: url("../image/bxSlide2.png")!important;
    background-color: rgba(54,46,43,.5)!important;
}
.banner .bx-wrapper .bx-next
{
    background-position: -40px -90px!important;
}
.banner .bx-wrapper .bx-prev:hover
{
    background-position: -40px 0!important;
}
.banner .bx-wrapper .bx-next:hover
{
    background-position: 0 -90px!important;
}
.banner .bx-wrapper .bx-pager.bx-default-pager a
{
    background: #ddd!important;
    width: 22px;
    height: 2px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active
{
    opacity: 1;
    *filter: alpha(opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}/*---------------footer------------------*/
.w-footer
{
    background: #34343e;
    color: #9b9b9b;
}
.w-footer a
{
    color: #9b9b9b;
}
.w-footer .w-simImg a:hover
{
    text-decoration: none;
}/*----------------------------组件-----------------------*/
.w-text
{
    line-height: 1.7;
}
.btn-default-w
{
    padding: .8em 1em;
    text-align: center;
    color: #666;
    border: 1px solid #d8d8d8;
}
.btn-default-w .btn-inner
{
    padding-left: 35px;
    background: url(../image/s3.png) no-repeat left center;
}
.btn-default-w:hover, .btn-default-w:focus, .btn-global-w:hover, .btn-global-w:focus
{
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
}
.w-form-submit .btn-default-w
{
    background: #007d5a;
    border-color: #007d5a;
    color: #fff;
}
.w-form .btn-default-w .btn-inner, .w-form-submit .btn-default-w .btn-inner
{
    padding-left: 0;
    background: none;
}
.icon-social
{
    background-image: url('../image/icon-social-w.png');
    width: 35px;
    height: 35px;
}
.icon-social-facebook
{
    background-position: 0 0;
}
.icon-social-twitter
{
    background-position: -35px 0;
}
.icon-social-linkedin
{
    background-position: -70px 0;
}
.icon-social-mail
{
    background-position: -105px 0;
}
.icon-social-instagram
{
    background-position: -140px 0;
}
.icon-social-flickr
{
    background-position: -175px 0;
}
.icon-social-pinterest
{
    background-position: 0 -35px;
}
.icon-social-google
{
    background-position: -35px -35px;
}
.icon-social-rss
{
    background-position: -70px -35px;
}
.icon-social-yahoo
{
    background-position: -105px -35px;
}
.icon-social-vimeo
{
    background-position: -140px -35px;
}
.icon-social-dribbble
{
    background-position: -175px -35px;
}
.icon-social-youtube
{
    background-position: 0 -70px;
}
.icon-social-douban
{
    background-position: -35px -70px;
}
.icon-social-pengyouquan
{
    background-position: -70px -70px;
}
.icon-social-weixin
{
    background-position: -105px -70px;
}
.icon-social-QQ
{
    background-position: -140px -70px;
}
.icon-social-zhihu
{
    background-position: -175px -70px;
}
.icon-social-renren
{
    background-position: 0 -105px;
}
.icon-social-tenxun
{
    background-position: -35px -105px;
}
.icon-social-xinlang
{
    background-position: -70px -105px;
}
.icon-social-QQkongjian
{
    background-position: -105px -105px;
}
.icon-social-dazong
{
    background-position: -140px -105px;
}
.icon-social-tianya
{
    background-position: -175px -105px;
}
.icon-social-kaixin
{
    background-position: 0 -140px;
}
.icon-social-pengyouweb
{
    background-position: -35px -140px;
}
.w-social .social-item:hover .icon-social
{
    background-image: url('../image/icon-social-w.png');
}
.search-defaut-w
{
    max-width: 100%;
}
.search-defaut-w .search-btn-w
{
    top: 1px;
    right: 1px;
    bottom: 1px;
    background-color: #fff;
    background-image: url(../image/icon_search.png);
}
.search-defaut-w .search-btn-w:hover
{
    background-color: #fff;
}
.search-defaut-w .search-btn-w:after
{
    display: none;
}
.w-header-common .search-defaut-w .input-search-w
{
    height: 2.3em;
    line-height: 2.3;
    font-size: 12px;
    border: 0;
    border-bottom: 1px solid #bbb;
}
.w-slide .w-slide-page-num .cycle-prev, .w-slide .w-slide-page-num .cycle-next
{
    width: 61px;
    height: 61px;
    left: auto;
    top: auto;
    bottom: 20px;
    opacity: 1;
    *filter: alpha(opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.w-slide .w-slide-page-num .cycle-prev:hover, .w-slide .w-slide-page-num .cycle-next:hover
{
    opacity: 1;
    *filter: alpha(opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.w-slide .w-slide-page-num .cycle-prev
{
    background-image: url(../image/slide_l1.png);
    right: 90px;
}
.w-slide .w-slide-page-num .cycle-next
{
    background-image: url(../image/slide_r1.png);
    right: 20px;
}
.w-lantern-h .w-lantern-in
{
    padding: 0 25px;
}
.w-lantern-h .lantern_pre, .w-lantern-h .lantern_next
{
    top: 50%;
    margin-top: -12px;
    width: 25px;
    height: 25px;
    background-size: contain;
    border: 1px solid #d9d9d9;
}
.w-lantern-h .lantern_pre
{
    background: url(../image/slide_l.png) no-repeat center;
}
.w-lantern-h .lantern_next
{
    background: url(../image/slide_r.png) no-repeat center;
}
.w-lantern-h .lantern_pre:hover
{
    background-image: url(../image/slide_lHover.png);
}
.w-lantern-h .lantern_next:hover
{
    background-image: url(../image/slide_rHover.png);
}
.w-service-fixed
{
    right: 0;
}
.w-text-form, .w-textarea-form, .w-form-area select
{
    background-color: #f9f9f9;
    border-color: #e0e0e0;
    padding: 10px 10px;
}
.w-select-box
{
    background: #f6f6f6;
    height: 41px;
}
.w-select-dl .w-select-dt
{
    line-height: 39px;
}
.w-select-option
{
    top: 39px;
}/*title*/
.color_span
{
    color: #161616;
}
.w-title
{
    margin-top: 0;
    margin-bottom: 15px;
}
.w-title .title-h-in>span
{
    font-family: Arial,Helvetica,sans-serif;
}
.w-title1 h2
{
    font-size: 40px;
}
.w-title1 .title-h-in>span
{
    line-height: 1.3;
}
.w-title1 .simpline
{
    height: 44px;
    width: 100%;
    margin: 2px 0;
    background: url(../image/tit1.png) no-repeat center;
}
.w-title16
{
    line-height: 1.5;
}
.w-title16 h2
{
    font-size: 34px;
    line-height: 1.5;
}
.w-title16 .title-h-in>span
{
    font-size: 16px;
}
.w-title4 h2
{
    padding-top: .55em;
    padding-bottom: .55em;
}
.w-title17 .more
{
    background: none;
}
.w-title34 .tith .line
{
    background: #666;
}/*--------------------系统------------------------*/
.systitle
{
    color: #fff;
    font-size: 24px;
    padding: .7em 17px;
    text-align: left;
}
.crumbs
{
    float: right;
    color: #666;
    line-height: 1.5;
    margin-bottom: 1.2em;
    padding: 0 0 0 24px;
    background: url(../image/icon_home.png) no-repeat left center;
}
.w-system .side_left .crumbs
{
    float: none;
}
.crumbs a
{
    color: #666;
}
.w-pages a
{
    border: 1px solid #969696;
    color: #373737;
    padding: 0 .8em;
    margin-left: 1px;
    margin-right: 0;
    line-height: 2.28;
    vertical-align: middle;
}
.w-pages
{
    text-align: center;
}
.w-pages a:hover, .w-pages a.cur
{
    color: #fff;
    border: 1px solid #333;
    background-color: #333;
}
.w-pages .w-page-first span, .w-pages .w-page-pre span, .w-pages .w-page-next span, .w-pages .w-page-last span
{
    display: none;
}
.w-pages .w-page-first, .w-pages .w-page-pre, .w-pages .w-page-next, .w-pages .w-page-last
{
    width: 2.28em;
    height: 2.28em;
    box-sizing: content-box;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center center;
}
.w-pages .w-page-first
{
    background-image: url(../image/icon3.png);
}
.w-pages .w-page-pre
{
    background-image: url(../image/icon4.png);
}
.w-pages .w-page-next
{
    background-image: url(../image/icon6.png);
}
.w-pages .w-page-last
{
    background-image: url(../image/icon5.png);
}
.w-pages .w-page-first:hover
{
    background-image: url(../image/icon3_1.png);
}
.w-pages .w-page-pre:hover
{
    background-image: url(../image/icon4_1.png);
}
.w-pages .w-page-next:hover
{
    background-image: url(../image/icon6_1.png);
}
.w-pages .w-page-last:hover
{
    background-image: url(../image/icon5_1.png);
}
.w-pages .w-page-first.disabled
{
    background-image: url(../image/icon3.png);
}
.w-pages .w-page-pre.disabled
{
    background-image: url(../image/icon4.png);
}
.w-pages .w-page-next.disabled
{
    background-image: url(../image/icon6.png);
}
.w-pages .w-page-last.disabled
{
    background-image: url(../image/icon5.png);
}
.w-pages a.disabled, .w-pages a.disabled:hover
{
    opacity: .5;
    background-color: #fff;
    border-color: #ccc;
}/*-----------------------------产品----------------------*/
.w-prd-more a
{
    color: #d51519;
    padding-left: 30px;
    background: url(../image/nm.png) no-repeat left center;
    line-height: 21px;
    display: inline-block;
}
.w-prd-list-cell .w-prd-infobox h2
{
    margin-bottom: .2em;
}
.w-prd-list-cell .w-prd-infobox h2, .w-product .w-prd-infobox h2
{
    font-size: 115%;
}
.w-prd-list-cell .w-prd-sum
{
    line-height: 1.5;
    color: #666;
}
.w-prd-list-cell .w-prd-price-groups
{
    margin-bottom: 0;
}
.w-prd-list-cell .w-prd-price-groups .product-price-prefix
{
    font-weight: normal;
}
.w-prd-list-cell .w-prd-btns a
{
    line-height: 1.2;
}
.w-prd-list-cell .w-prd-btns a.btn-buy
{
    background: #628a82;
    border-color: #628a82;
    color: #fff;
}
.w-prd-list-cell .w-prd-infobox h2 a:hover
{
    text-decoration: none;
}
.w-prd-list-cell .w-prd-price-groups>div
{
    font-size: 100%;
}
.w-prd-list-cell .w-prd-price-groups .w-prd-price-sale
{
    color: #eb4346;
}
.w-prd-list-cell .w-prd-price-groups .w-prd-price-markit .product-price-amount
{
    color: #000;
}
.w-prd-list .w-prd-list-cell .w-prd-price-groups .w-prd-price-sale .product-price-prefix
{
    color: #bbb;
}
.w-prd-list .w-prd-list-cell .w-prd-price-groups .w-prd-price-markit .product-price-prefix
{
    color: #999;
}
.w-prd-list2 .w-prd-list-cel
{
    margin-bottom: 34px;
}
.w-prd-list2 .w-prd-list-cell-in
{
    padding: 3px 0 3px 3px;
}
.w-prd-list2 .w-prd-list-cell .w-prd-infobox h2
{
    margin-bottom: .5em;
    font-weight: bold;
    line-height: 2;
}
.w-prd-list2 .w-prd-list-cell .w-prd-imgbox
{
    width: 245px;
}
.w-prd-list2 .w-prd-list-cell .w-prd-imgbox a
{
    display: block;
    border: 5px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    box-shadow: 0 0 5px rgba(3,3,3,.22);
    -webkit-box-shadow: 0 0 5px rgba(3,3,3,.22);
    overflow: hidden;
}
.w-prd-list2 .w-prd-list-cell .w-prd-infobox
{
    margin-left: 265px;
    padding-top: 45px;
}
.w-prd-list2 .w-prd-list-cell .w-prd-sum
{
    max-height: 5.8em;
    overflow: hidden;
}
.w-prd-list2 .w-prd-more
{
    margin-top: 1em;
}
.w-productList .w-prd-list-cell
{
    margin-bottom: 0;
}
.w-productList
{
    margin-left: -8px;
    margin-right: -8px;
}
.w-productList .w-prd-list-cell .w-prd-list-cell-in
{
    margin: 0 8px;
}
.w-productList .prd_pre, .w-productList .prd_next
{
    background: url(../image/bxSlide1.png) no-repeat;
    background-color: rgba(0,0,0,.3);
    width: 40px;
    height: 40px;
    margin-top: -20px;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    visibility: hidden;
}
.w-productList .prd_pre
{
    left: -17px;
    background-position: 0 0;
    visibility: hidden;
}
.w-productList .prd_next
{
    right: -17px;
    background-position: -40px -40px;
}
.w-productList:hover .prd_pre, .w-productList:hover .prd_next
{
    visibility: visible;
}
.w-productList:hover .prd_pre
{
    left: 7px;
}
.w-productList:hover .prd_next
{
    right: 7px;
}
.w-productList .prd_pre:hover
{
    background-position: -40px 0;
}
.w-productList .prd_next:hover
{
    background-position: 0 -40px;
}
.w-productList3
{
    margin-left: -1px;
    margin-right: -1px;
}
.w-productList3 .w-prd-list-cell .w-prd-list-cell-in
{
    margin: 0 1px;
}
.w-productList3 .w-prd-list-cell:hover .w-prd-con .w-prd-infoboxBox .w-prd-infobox
{
    padding-top: 20%;
}
.w-productList3 .w-prd-list-cell .w-prd-infobox h2
{
    border-bottom: 0;
}
.w-productList3 .w-prd-list-cell:hover .w-prd-infobox h2
{
    font-size: 24px;
    border-bottom: 1px dashed #adadad;
    padding-bottom: .3em;
    margin-bottom: .2em;
}
.w-productList3 .w-prd-list-cell .w-prd-sum
{
    max-width: 400px;
    margin: 0 auto;
    line-height: 2;
}
.w-productList3:hover .prd_pre
{
    left: 0;
}
.w-productList3:hover .prd_next
{
    right: 0;
}
.w-product .imgSearch .imgbg, .w-productList .imgSearch .imgbg, .prd_imgbgBlack .imgbg
{
    opacity: .85;
    *filter: alpha(opacity=85);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
}
.w-product .imgSearch .imgSearchBox .icon_search, .w-productList .imgSearch .imgSearchBox .icon_search
{
    background-image: url(../image/icon_adore.png);
}
.product-detail-wrap
{
    color: #555;
}
.product-detail-info .product-title h2
{
    color: #101010;
    font-size: 21px;
    padding-bottom: 20px;
    border-bottom: 2px dashed #101010;
}
.product-title-top h2
{
    color: #101010;
    font-size: 24px;
}
.product-detail-info .product-grayBox .product-prices
{
    line-height: 1.2;
}
.product-detail-info .product-grayBox
{
    background: none;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.product-detail-info .product-grayBox .collect_share p
{
    color: #131313;
}
.info_tab
{
    background: #f2f2f2;
}
.info_tab_in
{
    border: 0;
}
.info_tab ul
{
    padding: 0;
}
.info_tab li
{
    border: 0;
    background: none;
    margin-bottom: 0;
}
.info_tab li a
{
    color: #333;
    padding-top: .1em;
    padding-bottom: .1em;
    display: block;
    font-size: 115%;
}
.info_tab li:last-child a
{
    background: none;
}
.descon_item, .fileListBox, .msgLBox
{
    padding-left: 0;
    padding-right: 0;
}/*----------------------------新闻-------------------------*/
.w-News-list1 li, .w-News-list2 li .news-item, .w-News-list3 li, .w-News-list4 li, .w-News-list6 li, .w-News-list7 li, .w-adNews4 li, .w-adNews6 .adNewsTL li, .w-adNews8 li, .w-adNews9 li
{
    border-color: #ebebeb;
}
.w-News-list .news-com .news-h
{
    font-weight: normal;
}
.w-News-list .news-com .date
{
    color: #666;
}
.w-News-list .news-sum
{
    color: #666;
}
.w-News-list1 li
{
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #eaeaea;
}
.w-News-list1 li:first-child
{
    padding-top: 10px;
}
.w-News-list2
{
    margin-left: -15px;
    margin-right: -15px;
}
.w-News-list2 li
{
    width: 33.33%;
    margin-bottom: 30px;
}
.w-News-list2 li .news-item
{
    border: 1px solid #eaeaea;
    margin: 0 15px;
    background: #fff;
}
.w-News-list2 li .news-item .news-com
{
    padding: 15px 15px 20px;
    position: relative;
}
.w-News-list2 li .news-item .news-com:before, .w-News-list2 li .news-item .news-com:after
{
    position: absolute;
    content: "";
    opacity: 0;
    *filter: alpha(opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    z-index: 0;
}
.w-News-list2 li .news-item .news-com:before
{
    border-bottom: 1px solid #c8181e;
    border-top: 1px solid #c8181e;
    bottom: 5px;
    left: 5px;
    right: 5px;
    top: 5px;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.w-News-list2 li .news-item .news-com:after
{
    border-left: 1px solid #c8181e;
    border-right: 1px solid #c8181e;
    bottom: 5px;
    left: 5px;
    right: 5px;
    top: 5px;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.w-News-list2 li .news-item:hover .news-com:before, .w-News-list2 li .news-item:hover .news-com:after
{
    opacity: 1;
    *filter: alpha(opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.w-News-list2 li .date
{
    position: relative;
    z-index: 9;
    padding-left: 5em;
}
.w-News-list2 li .date:before
{
    content: 'DATE';
    text-align: center;
    position: absolute;
    line-height: 1.7;
    width: 4em;
    left: 0;
    top: 50%;
    margin-top: -.85em;
    color: #fff;
    background: #c8181e;
}
.w-News-list2 li .news-item .news-com .news-h
{
    position: relative;
    z-index: 9;
}
.w-News-list2 li .news-item .news-com .news-sum
{
    margin-top: 5px;
    line-height: 1.7;
    height: 4.9em;
    font-size: 92%;
    position: relative;
    z-index: 9;
}
.w-News-list7 li .date
{
    border: 2px solid #666;
    color: #666;
    font-family: Arial,Helvetica,sans-serif;
    padding: 5px 0;
}
.w-News-list7 li .date .date-day
{
    font-size: 35px;
    line-height: 1.3;
}
.w-News-list7 li .date .date-day, .w-News-list7 li .date .date-yearMonth
{
    background: none;
}
.w-News-list7 li:hover .date
{
    border-color: #c8181e;
    background: #c8181e;
    color: #fff;
}
.w-News-list8 .news-item .news-com .news-h a:hover
{
    color: #fff;
}
.w-adNews .date
{
    font-family: Arial,Helvetica,sans-serif;
}
.w-adNews .news-sum, .w-adNews .date
{
    color: #888;
}
.w-adNews1 li .news-item .news-com .news-h a
{
    color: #333;
}
.w-adNews1 li .news-item .news-com .news-sum
{
    color: #818181;
    font-size: 100%;
}
.w-adNews2
{
    margin-left: -15px;
    margin-right: -15px;
}
.w-adNews2 li
{
    margin-right: 0;
    width: 33.33%;
}
.w-adNews2 li .news-item
{
    border: none;
    margin: 0 15px;
    background: #fff;
}
.w-adNews2 li .viewDetail
{
    display: none;
}
.w-adNews2 li .news-item .news-com
{
    padding: 25px 15px 20px;
    position: relative;
}
.w-adNews2 li .news-item .news-com:before, .w-adNews2 li .news-item .news-com:after
{
    position: absolute;
    content: "";
    opacity: 0;
    *filter: alpha(opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    z-index: 0;
}
.w-adNews2 li .news-item .news-com:before
{
    border-bottom: 1px solid #c8181e;
    border-top: 1px solid #c8181e;
    bottom: 5px;
    left: 5px;
    right: 5px;
    top: 5px;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.w-adNews2 li .news-item .news-com:after
{
    border-left: 1px solid #c8181e;
    border-right: 1px solid #c8181e;
    bottom: 5px;
    left: 5px;
    right: 5px;
    top: 5px;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.w-adNews2 li .news-item:hover .news-com:before, .w-adNews2 li .news-item:hover .news-com:after
{
    opacity: 1;
    *filter: alpha(opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.w-adNews2 li .date
{
    position: relative;
    z-index: 9;
    padding-left: 5em;
}
.w-adNews2 li .date:before
{
    content: 'DATE';
    text-align: center;
    position: absolute;
    line-height: 1.7;
    width: 4em;
    left: 0;
    top: 50%;
    margin-top: -.85em;
    color: #fff;
    background: #c8181e;
}
.w-adNews2 li .news-item .news-com .news-h
{
    font-size: 110%;
    position: relative;
    z-index: 9;
}
.w-adNews2 li .news-item .news-com .news-sum
{
    margin-top: 5px;
    line-height: 1.7;
    height: 4.9em;
    font-size: 92%;
    position: relative;
    z-index: 9;
}
.w-adNews3
{
    background: #8f283c;
}
.w-adNews3 .w-adNews-texts li .w-adNews-textH h3
{
    font-size: 115%;
}
.w-adNews3 .w-adNews-imgs .news-img .news-buoy-content .mask
{
    background: #222;
}
.w-adNews3 .w-adNews-imgs .adNews3prev, .w-adNews3 .w-adNews-imgs .adNews3next
{
    background-color: #8f283c;
}
.w-adNews3 .w-adNews-texts li .w-adNews-textH a, .w-adNews3 .w-adNews-texts li .w-adNews-textH h3
{
    color: #fff;
    opacity: .98;
    *filter: alpha(opacity=98);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=98);
}
.w-adNews3 .w-adNews-texts li .w-adNews-textH a:hover, .w-adNews3 .w-adNews-texts li .w-adNews-textH a:hover h3
{
    color: #fcd003;
}
.w-adNews3 .w-adNews-texts li .w-adNews-textH p, .w-adNews3 .w-adNews-texts li .w-adNews-textH .news-sum
{
    color: #fff;
    opacity: .98;
    *filter: alpha(opacity=98);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=98);
}
.w-adNews3 .w-adNews-texts li .numberQ
{
    border-color: #fff;
    color: #fff;
    opacity: .9;
    *filter: alpha(opacity=90);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
}
.w-adNews3 .w-adNews-texts li
{
    border-color: #fff;
}
.w-adNews3 .w-adNews-imgs .adNews3prev
{
    background-image: url("../image/adNews3prev_white.png");
}
.w-adNews3 .w-adNews-imgs .adNews3next
{
    background-image: url("../image/adNews3next_white.png");
}
.w-adNews6 .adNewsF .news-h
{
    font-size: 110%;
}
.w-adNews6 .adNewsF .news-sum
{
    font-size: 90%;
}
.w-adNews7 .adNewsL li
{
    background-color: #f0f0f0;
}
.adNews7datebg
{
    background: #e0e0e0;
}
.w-adNews7 .adNewsL li .news-com .news-h a:hover
{
    text-decoration: underline;
}
.w-adNews7 .adNewsL li .news-com .news-sum
{
    font-size: 100%;
}
.w-adNews9 li
{
    margin-bottom: 25px;
    border-bottom: 0;
    padding: 0;
}
.w-adNews9 li .date
{
    background: none;
    border: 2px solid #666;
    padding: 5px 6px 10px;
    line-height: 1.3;
    color: #666;
    font-family: Arial,Helvetica,sans-serif;
}
.w-adNews9 li .date .date-day
{
    font-size: 35px;
}
.w-adNews9 li .date .date-yearMonth
{
    padding: 0;
}
.w-adNews9 li:hover .date
{
    color: #fff;
}
.w-adNews9 li .news-com
{
    padding-top: 15px;
}
.w-adNews9 li .news-com .news-h
{
    font-size: 115%;
}
.w-adNews9 li .news-com .news-sum
{
    font-size: 95%;
    height: auto;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
}
.w-adNews11 li .news-h
{
    font-size: 115%;
}
.w-adNews li .news-btn
{
    padding: 7px 10px;
    min-width: 0;
}
.newsDetail .newsTitle
{
    color: #333;
    font-size: 30px;
}
.newsDetail .newsST, .newshare
{
    font-size: 90%;
    color: #333;
}
.newsDetail .newsContent
{
    padding-top: 30px;
    border-top: 1px solid #e9e9e9;
}
.news-others
{
    color: #666;
}
.news-others a
{
    color: #666;
}/*---------------------faq----------------------*/
.w-faq-list .faq_det
{
    color: #666;
}
.w-faq-list2 li .faq_tit h3
{
    color: #212121;
}
.w-faq-list3 li
{
    margin-bottom: .6em;
}
.w-faq-list3 li .faq_tit
{
    background: #f6f6f6;
    font-size: 100%;
    padding-left: 1em;
    padding-right: 0;
    color: #212121;
}
.w-faq-list3 li .faq_tit h3
{
    padding: .8em 1em .8em 1.7em;
    font-size: 110%;
}
.w-faq-list3 li .faq_tit .icon_adore
{
    right: auto;
    left: 1em;
    width: 1.1em;
    height: 1.1em;
    background: url(../image/icon1_0.png) no-repeat center;
}
.w-faq-list3 li.open .faq_tit .icon_adore
{
    background-image: url(../image/icon2_1.png);
    background-position: center center;
}
.w-faq-list3 li.open .faq_tit
{
    background: #454545;
    color: #fff;
}
.w-faq-list3 li .faq_det
{
    padding: 1em;
    line-height: 2;
}/*----------------------菜单----------------------------*/
.w-com-menu li>.div-parent>.fa-plus::before
{
    content: "";
}
.w-com-menu li.open>.div-parent>.fa-plus::before
{
    content: "";
}/*-----------------------会员中心和购物车--------------------*/
.w-admin-header .w-admin-nav a
{
    color: #5c5c5c;
}/*---------------------登录注册--------------------------*/
.body-login
{
    background: #fff;
}
.signbox-A .login-h2A, .login-input-A, .register-A a, .password-forget-A a, .login-button-A, .signfoot, .login-checkA span
{
    color: #666;
}
input[class*='login-input-A']::-webkit-input-placeholder
{
    color: #666;
}
input[class*='login-input-A']:-moz-placeholder
{
    color: #666;
}
input[class*='login-input-A']::-moz-placeholder
{
    color: #666;
}
input[class*='login-input-A']:-ms-input-placeholder
{
    color: #666;
}
.sign-content-A
{
    background-image: url("../image/signboxbg.png");
}
.login-button-A
{
    background-image: url("../image/signbtnbg.png");
}
.login-checkA input.checked[type="checkbox"]+label
{
    background-image: url("../image/login-checked.png");
}
.login-input-A, .login-button-A, .login-checkA label
{
    border-color: #999;
}
.order-progress .order-progress-line .order-progress-line-sec .curcle
{
    border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
}
@media(min-width: 768px)
{/*---------------------------菜单-------------------------*/
    .side_bar
    {
        width: 230px;
    }
    .side_left
    {
        margin-left: 270px;
    }
    .w-com-menu-V
    {
        text-align: left;
        background: #fff;
    }
    .w-com-menu-V .systitle
    {
        margin-bottom: 1px;
    }
    .w-com-menu-V .fa
    {
        font-size: 100%;
        font-weight: normal;
        right: 0;
        top: 10px;
        bottom: auto;
        color: #000;
    }
    .w-com-menu-V>.w-com-menu-in>.ul-parent
    {
        border: 1px solid #ddd;
        border-top: 0;
    }
    .w-com-menu-V>.w-com-menu-in>.ul-parent>.li-parent
    {
        border-bottom: 1px solid #e6e6e6;
    }
    .w-com-menu-V>.w-com-menu-in>.ul-parent>.li-parent:last-child
    {
        border-bottom: 0;
    }
    .w-com-menu-V>.w-com-menu-in>.ul-parent>.li-parent>.div-parent
    {
        background: none;
        border: 0;
    }
    .w-com-menu-V>.w-com-menu-in>.ul-parent>.li-parent>.div-parent a
    {
        font-size: 16px;
        line-height: 24px;
        color: #000;
        padding: 12px 15px;
    }
    .w-com-menu-V li a
    {
        padding: 0 15px;
        font-size: 100%;
        line-height: 1.8;
    }
    .w-com-menu-V>.w-com-menu-in>.ul-parent>.li-parent:hover>.div-parent
    {
        box-sizing: content-box;
    }
    .w-com-menu-V .ul-submenu
    {
        background: #f9f9f9;
        padding: 5px 0 5px 15px;
    }
    .w-com-menu-V .ul-submenu a
    {
        color: #666;
        position: relative;
        padding-left: 10px;
    }
    .w-com-menu-V .ul-submenu a:before
    {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        height: 1px;
        width: 5px;
        background: #bbb;
    }
    .w-com-menu-V .ul-submenu .div-parent
    {
        padding: 5px 0;
    }
    .w-com-menu-V .ul-submenu .li-parent .div-parent
    {
        border-bottom: 0;
    }
    .w-com-menu-V .ul-submenu .li-parent .div-parent .fa
    {
        line-height: 1.8;
        top: 5px;
    }
    .w-com-menu-V .ul-submenu .ul-submenu
    {
        background: #f9f9f9;
    }
    .w-com-menu-V .ul-submenu .ul-submenu .div-parent
    {
        padding: 0;
    }
    .w-com-menu-H
    {
        margin-bottom: 50px;
        margin-top: -20px;
        padding-bottom: 20px;
        text-align: left;
        border-bottom: 1px solid #d9d9d9;
    }
    .w-com-menu-H>.w-com-menu-in
    {
        margin: 0 auto;
    }
    .w-com-menu-H>.w-com-menu-in>ul:after
    {
        content: "";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
    }
    .w-com-menu-H>.w-com-menu-in>ul>li
    {
        position: relative;
    }
    .w-com-menu-H li
    {
        margin: 0;
    }
    .w-com-menu-H li a
    {
        color: #434343;
    }
    .w-com-menu-H>.w-com-menu-in>.ul-parent>li
    {
        padding: 0 10px;
        position: relative;
    }
    .w-com-menu-H>.w-com-menu-in>.ul-parent>li:first-child
    {
        padding-left: 0;
    }
    .w-com-menu-H>.w-com-menu-in>.ul-parent>li:after
    {
        content: '';
        width: 1px;
        height: 16px;
        background: #cbcbcb;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -8px;
    }
    .w-com-menu-H>.w-com-menu-in>.ul-parent>li>.div-parent
    {
        position: relative;
    }
    .w-com-menu-H>.w-com-menu-in>.ul-parent>li>.div-parent a
    {
        padding: 0 1em;
        color: #333;
        line-height: 34px;
        display: block;
        font-size: 16px;
    }
    .w-com-menu-H .ul-submenu
    {
        top: 34px;
        padding-top: 25px;
    }
    .w-com-menu-H .ul-parent>li>.ul-submenu>ul
    {
        background: none;
    }
    .w-com-menu-H .ul-submenu .ul-submenu
    {
        padding-top: 10px;
        top: 28px;
        background: #fff;
    }
    .w-com-menu-H .ul-submenu li .div-parent
    {
        margin: 0 5px;
    }
    .w-com-menu-H .ul-submenu li a
    {
        line-height: 2;
        color: #434343;
        font-size: 14px;
    }
    .w-com-menu-H .ul-submenu .ul-submenu-up
    {
        display: none;
    }
    .order-progress .order-progress-line .order-progress-line-sec .line
    {
        width: 111px;
    }
    .w-title17 .title-h-in
    {
        padding-left: 35px;
    }
}
@media(min-width: 961px)
{
    .body-login .w-admin-header .w-admin-nav
    {
        float: right;
        margin-left: 0;
    }
    .w-logo
    {
        min-height: 88px;
    }
    .w-logo h1
    {
        line-height: 88px;
    }
    .w-logo-img
    {
        padding-top: 5px;
        padding-bottom: 5px;
        line-height: 78px;
    }
    .w-logo-img img
    {
        max-height: 78px;
    }
    .w-nav .li-parentOne-div .fa
    {
        display: none;
    }
    .w-nav .submenu
    {
        background: #fffcfa;
    }
    .w-nav .submenu li
    {
        width: 171px;
    }
    .w-nav .submenu li:last-child
    {
        border-bottom: 0;
    }
    .w-nav .submenu li .submenu
    {
        left: 171px;
    }
    .w-admin-shopCart
    {
        position: absolute;
        left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        z-index: 2;
        top: -35px;
    }
    .w-admin-shopCart a
    {
        background: none;
        padding: 7px 10px;
    }
    .w-admin-shopCart a span, .w-admin-shopCart a .fa-angle-right
    {
        display: inline-block;
        *display: inline;
        *zoom: 1;
    }
    .w-admin-shopCart a .num
    {
        left: 111px;
    }
    .w-nav .li-parent-div .fa-plus:before
    {
        content: "";
    }
    .w-admin-header .w-admin-nav
    {
        margin-left: 15px;
    }/*---------------------------topLogBox--------------------------*/
}
@media(min-width: 1201px)
{
    .w-admin-shopCart
    {
        left: 50%;
        margin-left: -600px;
        right: auto;
    }
    .w-nav .nav_inner>li>a, .w-nav .nav_inner>li>.li-parent-div>a
    {
        padding: 0 25px;
    }
    .w-system .crumbs
    {
        margin-top: -95px;
    }
    .w-system .side_left .crumbs
    {
        margin-top: 0;
    }
    .w-com-menu-H>.w-com-menu-in>.ul-parent>li
    {
        padding: 0 30px;
    }
    .w-adNews4 li
    {
        padding: .3em 0;
    }
}
@media(min-width: 1366px)
{
    .w-News-list .news-com .news-h
    {
        font-size: 18px;
    }
    .w-News-list4 .news-com .news-h
    {
        font-size: 120%;
    }
}
@media(max-width: 1366px)
{
    .w-title1 h2
    {
        font-size: 30px;
    }
    .w-title1 .title-h-in>span
    {
        font-size: 100%;
    }
    .w-title1 .simpline
    {
        height: 30px;
        background-size: contain;
    }
    .w-title16 h2
    {
        font-size: 28px;
    }
    .w-title16 .title-h-in>span
    {
        font-size: 100%;
    }
    .newsDetail .newsTitle
    {
        font-size: 24px;
    }
}
@media(max-width: 1200px)
{
    .w-custom
    {
        display: none;
    }
    .crumbs
    {
        display: none;
    }
    .w-adNews2
    {
        margin-left: -10px;
        margin-right: -10px;
    }
    .w-adNews2 li .news-item
    {
        margin: 0 10px;
    }
    .w-News-list2
    {
        margin-left: -10px;
        margin-right: -10px;
    }
    .w-News-list2 li
    {
        margin-bottom: 20px;
    }
    .w-News-list2 li .news-item
    {
        margin: 0 10px;
    }
}
@media(max-width: 960px)
{
    html
    {
        width: 100%;
        height: 100%;
        overflow-x: hidden;
    }
    body
    {
        height: 100%;
        min-width: 100%;
    }
    .body
    {
        padding-top: 1.4rem;
    }
    .w-footer
    {
        font-size: 89%;
    }
    .banner .bx-controls-direction
    {
        display: none;
    }/*--------------------header---------------------*/
    .w-admin-header, .body-login .w-admin-header, .w-header
    {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding-top: 0;
        height: 1.4rem;
        z-index: 999;
        color: #333;
        background: #fff;
        box-shadow: 0 1px 2px rgba(0,0,0,.1);
        -moz-box-shadow: 0 1px 2px rgba(0,0,0,.1);
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
    }
    .row_top
    {
        display: block;
    }
    .row_top .column
    {
        float: none;
        width: 100%;
        display: block;
    }
    .row_top .columnM, .row_top .columnR
    {
        display: none;
    }
    .col-logo, .w-admin-header .col-logo
    {
        float: none;
        text-align: center;
        padding: 0;
    }
    .w-logo
    {
        padding: 0 1.2rem;
        height: auto;
        min-height: 0;
        min-width: 0;
    }
    .w-logo h1
    {
        font-size: .7rem;
        margin-top: .25rem;
        margin-bottom: 0;
    }
    .w-logo-img
    {
        display: block;
        padding: .17rem .25rem;
        line-height: 1.06rem;
    }
    .w-logo-img img
    {
        max-height: 1.06rem;
    }
    .w-admin-header .w-logo
    {
        padding: 0 13.5em 0 1.2rem;
    }
    .col-right
    {
        position: fixed;
        left: -240px;
        width: 240px;
        background: #fff;
        top: 0;
        bottom: 0;
        padding: 0;
        margin-top: 0;
        z-index: 10;
        display: block;
        transition: left .5s;
        -webkit-transition: left .5s;
    }
    .left0
    {
        left: 0;
    }
    .w-nav
    {
        background: none;
        overflow-y: auto;
        height: 100%;
        margin: 0;
        padding: 0;
    }
    .w-admin-header .w-admin-nav
    {
        margin-left: 0;
        margin-right: 0;
    }
    .w-nav ul
    {
        list-style: none;
        padding-left: 0;
    }
    .w-nav .nav_inner
    {
        display: block;
    }
    .w-nav .nav_inner>li
    {
        display: block;
        float: none;
        text-align: left;
        margin: 0;
    }
    .w-nav .nav_inner>li>a, .w-nav .nav_inner>li>.li-parent-div>a
    {
        line-height: 2.5;
        padding: 0 10px;
        font-size: 14px;
    }
    .w-nav li
    {
        border-bottom: 0;
        border-top: 0;
        float: none;
    }
    .w-nav li a, .w-nav .submenu li a, .w-admin-header .w-admin-nav a
    {
        display: block;
        color: #666;
        text-align: left;
        border-bottom: 1px solid #f0f0f0;
        font-size: 14px;
    }
    .w-nav .nav_inner>li:hover>.submenu, .w-nav .submenu li:hover>.submenu
    {
        display: none;
    }
    .w-nav .nav_inner>li>.submenu
    {
        top: 0;
        left: 0;
        margin-left: 0;
    }
    .w-nav .submenu
    {
        position: relative;
        font-size: 14px;
        box-shadow: 0;
        -moz-box-shadow: 0;
        -webkit-box-shadow: 0;
    }
    .w-nav .submenu li
    {
        width: auto;
    }
    .w-nav .submenu li .submenu
    {
        left: 0;
        top: 0;
    }
    .w-nav .submenu ul, .w-nav .submenu .submenu ul
    {
        background: none;
    }
    .w-nav .li-parent-div .fa
    {
        position: absolute;
        top: 50%;
        margin-top: -1em;
        right: 0;
        width: 4em;
        height: 2em;
        line-height: 2em;
        text-align: right;
        font-size: 150%;
    }
    .w-nav .li-parent-div .fa-plus::before
    {
        content: "";
        margin-right: .5em;
    }
    .w-nav .li-parent-div.open .fa-plus::before
    {
        content: "";
    }
    .w-nav .submenu li a
    {
        padding: .5em .5em .5em 1.5em;
        text-align: left;
    }
    .w-nav .submenu .submenu li a
    {
        padding-left: 2.5em;
    }
    .mobile-nav-toggle
    {
        display: block;
    }
    .w-nav .nav_simpline_cur
    {
        display: none;
    }
    .topLogBoxPc
    {
        display: none;
    }
    .topLogBox
    {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .topLogBox, .topLogBox a
    {
        color: #6a6a6a;
    }
    .w-languege, .w-loginRegister, .w-shopCart
    {
        float: none;
        margin: 0;
        padding: .5em;
        border-bottom: 1px solid #e1e1e1;
    }
    .topLogBox .w-search
    {
        float: none;
        margin: .5em;
    }
    .topLogBox .w-search .input-search-w
    {
        border-color: #e0e0e0;
        width: 100%;
    }/*-----------------------会员中心和购物车--------------------*/
    .w-admin-shopCart, .w-admin-top
    {
        display: none;
    }
    .mobile-nav-toggle
    {
        top: .35rem;
    }
    .signTel, .shopCartTel, .signQuitTel
    {
        display: block;
        top: .35rem;
    }
    .w-admin-header .w-admin-nav
    {
        position: fixed;
        left: -240px;
        width: 240px;
        background: #fff;
        top: 0;
        bottom: 0;
        padding: 0;
        margin-top: 0;
        z-index: 10;
        display: block;
        float: none;
        transition: left .5s;
        -webkit-transition: left .5s;
    }
    .w-admin-header .left0
    {
        left: 0;
    }
    .w-admin-nav .w-nav-in
    {
        height: 100%;
    }
    .order-progress
    {
        display: none;
    }/*----------------------新闻---------------------------*/
    .w-News-list .news-com .date, .w-News-list .news-sum
    {
        font-size: 90%;
    }
    .w-News-list1 .news-com .news-h
    {
        font-size: 115%;
    }
    .w-News-list1 .news-com .date
    {
        margin-top: 0;
    }
    .w-News-list1 .news-com .news-sum
    {
        margin-top: 0;
    }
    .w-News-list2 li .news-item .news-com
    {
        padding: 1em .8em 1.5em .8em;
    }
    .w-adNews2 li .news-item .news-com
    {
        padding: 1.8em .8em;
    }
    .w-adNews2 li .news-item .news-com .news-com-top
    {
        left: .8em;
    }
    .w-adNews5 li
    {
        padding: 1em .5em;
    }
    .w-adNews5 li .news-item
    {
        padding: 0;
    }
    .w-adNews5 li .news-h
    {
        font-size: 115%;
    }
    .w-adNews9 li
    {
        margin-bottom: 1em;
    }
    .w-prd-list2 .w-prd-list-cell .w-prd-imgbox
    {
        width: 200px;
    }
    .w-prd-list2 .w-prd-list-cell .w-prd-infobox
    {
        margin-left: 205px;
        padding-top: 30px;
    }
    .w-slide .w-slide-page-num .cycle-prev, .w-slide .w-slide-page-num .cycle-next
    {
        width: 40px;
        height: 40px;
        background-size: contain;
        bottom: 15px;
    }
    .w-slide .w-slide-page-num .cycle-prev
    {
        right: 60px;
    }
    .w-slide .w-slide-page-num .cycle-next
    {
        right: 15px;
    }
}
@media(max-width: 767px)
{
    .w-foot-content
    {
        padding-top: .3em;
        padding-bottom: .3em;
    }/*----------------------系统页-------------------*/
    .systitle
    {
        font-size: 125%;
        margin-bottom: 0;
        padding: .4em 1em;
        font-weight: normal;
    }
    .w-system .w-com-menu-H
    {
        margin-left: 0;
        margin-right: 0;
    }
    .crumbs
    {
        background-position: 5px center;
    }
    .product-detail-info .product-grayBox
    {
        border: 0;
    }
    .w-productList .prd_pre, .w-productList .prd_next
    {
        display: none;
    }
    .w-productList3 .w-prd-list-cell:hover .w-prd-con .w-prd-infoboxBox .w-prd-infobox
    {
        padding-top: 1.5em;
    }
    .w-productList3 .w-prd-list-cell:hover .w-prd-infobox h2
    {
        font-size: 120%;
    }
    .w-productList3 .w-prd-list-cell .w-prd-sum
    {
        line-height: 1.3;
        font-size: 90%;
        max-height: 3.8em;
    }
    .fileListBox, .msgLBox
    {
        padding-left: 1em;
        padding-right: 1em;
    }
    .bx-wrapper .bx-prev
    {
        background-size: contain!important;
    }
    .bx-wrapper .bx-next
    {
        background-size: contain!important;
    }
}
@media only screen and (max-width: 479px)
{
    .body
    {
        font-size: .35rem;
    }
    .w-admin-header .w-logo
    {
        padding: 0 8.5em 0 1.2rem;
    }
    .topLogBox .w-search .input-search-w
    {
        height: 2.5em;
        line-height: 2.5em;
    }
    .w-title
    {
        margin-bottom: .5em;
    }
    .w-title1 h2
    {
        font-size: 150%;
        line-height: 1.5;
    }
    .w-title16 h2
    {
        font-size: 140%;
    }
    .w-title16 .title-h-in>span, .w-title1 .title-h-in>span
    {
        font-size: 87%;
    }
    .btn-default-w .btn-inner
    {
        padding-left: 2.5em;
        background-size: 1.85em auto;
    }
    .w-lantern-h .w-lantern-in
    {
        padding: 0 1.8em;
    }
    .w-lantern-h .lantern_pre, .w-lantern-h .lantern_next
    {
        width: 1.5em;
        height: 1.5em;
        margin-top: -.75em;
    }
    .w-prd-list-cell .w-prd-infobox h2, .w-product .w-prd-infobox h2
    {
        font-size: 110%;
    }
    .w-prd-more a
    {
        background-size: 1.2em auto;
        padding-left: 1.8em;
        font-size: 90%;
    }
    .w-prd-list-cell .w-prd-sum
    {
        font-size: 90%;
    }
    .w-prd-list2 .w-prd-list-cell .w-prd-imgbox
    {
        width: 9em;
    }
    .w-prd-list2 .w-prd-list-cell .w-prd-infobox
    {
        margin-left: 9em;
        padding-top: .5em;
    }
    .w-prd-list2 .w-prd-list-cell .w-prd-infobox h2
    {
        margin-bottom: .2em;
    }
    .w-prd-list2 .w-prd-list-cell .w-prd-sum
    {
        max-height: 5.1em;
    }
    .w-prd-list2 .w-prd-more
    {
        margin-top: 0;
    }
    .w-productList
    {
        margin-left: -.3em;
        margin-right: -.3em;
    }
    .w-productList .w-prd-list-cell .w-prd-list-cell-in
    {
        margin: 0 .3em;
    }
    .w-productList3
    {
        margin-left: -1px;
        margin-right: -1px;
    }
    .w-productList3 .w-prd-list-cell .w-prd-list-cell-in
    {
        margin: 0 1px;
    }
    .product-detail-info .product-title h2, .product-title-top h2
    {
        font-size: 130%;
    }
    .product-detail-info .product-title h2
    {
        padding-bottom: .5em;
    }
    .w-News-list1 li
    {
        padding: .5em;
        margin-bottom: 1em;
    }
    .w-News-list1 li:first-child
    {
        padding-top: .5em;
    }
    .w-News-list2
    {
        margin-left: -.3em;
        margin-right: -.3em;
    }
    .w-News-list2 li
    {
        margin-bottom: 1em;
    }
    .w-News-list2 li .news-item
    {
        margin-left: .3em;
        margin-right: .3em;
    }
    .w-News-list7 li .date
    {
        padding: .4em 0;
    }
    .w-News-list7 li .date .date-day
    {
        font-size: 200%;
    }
    .w-adNews2
    {
        margin-left: -.3em;
        margin-right: -.3em;
    }
    .w-adNews2 li
    {
        min-width: 100%;
    }
    .w-adNews2 li .news-item
    {
        margin: 0 .3em;
    }
    .w-adNews9 li .date
    {
        padding: .5em .4em;
    }
    .w-adNews9 li .date .date-day
    {
        font-size: 200%;
    }
    .w-adNews9 li .news-com
    {
        padding-top: .8em;
    }
    .newsDetail .newsTitle
    {
        font-size: 140%;
    }
    .newsDetail .newsContent
    {
        padding-top: 1.5em;
    }
    .w-faq-list3 li .faq_tit .icon_adore
    {
        background-size: contain;
    }
}