﻿/*
描述:响应式主题样式表第762套
作者:wangxb
*//*默认页面主体样式定义*/
body
{
    color: #333;
}
a
{
    color: #333;
}
.w-header .row, .w-main .row, .w-footer-in
{
    max-width: 82%;
    margin: 0 auto;
}
.body
{
    overflow: hidden;
    font-size: 16px;
}
.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 5px 10px rgba(221,221,221,.35);
    -webkit-box-shadow: 0 5px 10px rgba(221,221,221,.35);
}
.row_top .column
{
    float: left;
}
.row_top .columnL
{
    max-width: 34%;
}
.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: center;
    font-size: 0;
}
.body-login-special .login-navPc .w-admin-nav
{
    margin: 0;
}
.w-nav .nav_inner
{
    height: auto!important;
}
.w-nav .nav_inner>li
{
    float: left;
    text-align: center;
    position: relative;
    margin: 0 12px;
}
.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: 122px;
    font-size: 16px;
    display: block;
    color: #333;
    padding: 0;
    position: relative;
}
.w-nav .nav_inner>li>a:before, .w-nav .nav_inner>li>.li-parent-div>a:before
{
    display: none;
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
    width: 1px;
    height: 14px;
    background: #ebebeb;
}
.w-nav .nav_inner>li:last-child>a:before, .w-nav .nav_inner>li:last-child>.li-parent-div>a:before
{
    display: none;
}
.w-nav .nav_inner>li>.submenu
{
    top: 122px;
    left: 50%;
    margin-left: -85px;
    border-top: 2px solid #333;
    padding: 10px 0;
}
.w-nav .nav_inner>li:hover>.submenu, .w-nav .submenu li:hover>.submenu
{
    display: none;
}
.w-nav .submenu a
{
    font-size: 13px;
    text-align: center;
}
.w-nav .submenu li a
{
    padding: 8px 10px;
}
.topLogBoxPc
{
    float: right;
}
.topLogBox, .topLogBox a
{
    font-size: 14px;
    color: #555;
}
.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/shopCart1.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: 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------------------*/
.banner_edit
{
    top: 50%;
    top: 10%\9;
    *top: 10%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #fff;
    width: 82%;
    left: 9%;
    margin-left: 0;
}
:root .banner_edit
{
    top: 50%;
}
.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: #bbb!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: 34px!important;
    height: 34px!important;
    margin-top: -17px!important;
    background: url("../image/bxSlide2.png") no-repeat!important;
}
.banner .bx-wrapper .bx-next
{
    background-position: 0 -34px!important;
}
.banner .bx-wrapper:hover .bx-prev
{
    left: 20px!important;
}
.banner .bx-wrapper:hover .bx-next
{
    right: 20px!important;
}
.banner .bx-wrapper .bx-prev:hover
{
    background: url("../image/bxSlide2.png") no-repeat!important;
    background-position: 0 0!important;
}
.banner .bx-wrapper .bx-next:hover
{
    background: url("../image/bxSlide2.png") no-repeat!important;
    background-position: 0 -34px!important;
}
.banner .bx-wrapper .bx-pager
{
    bottom: 30px;
}
.banner .bx-wrapper .bx-pager.bx-default-pager a
{
    background: #dddbda!important;
    width: 8px;
    height: 8px;
    margin: 0 15px;
    position: relative;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.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);
}
.banner .bx-wrapper .bx-pager.bx-default-pager a:hover, .banner .bx-wrapper .bx-pager.bx-default-pager a.active
{
    background: #fff!important;
}
.banner .bx-wrapper .bx-pager.bx-default-pager a:hover:after, .banner .bx-wrapper .bx-pager.bx-default-pager a.active:after
{
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    border: 1px solid #fff;
    left: 50%;
    margin-left: -10px;
    top: 50%;
    margin-top: -10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}/*---------------footer------------------*/
.w-footer
{
    border-top: 5px solid #de0715;
    background: #fff;
    font-size: 87%;
}/*----------------------------组件-----------------------*/
.w-text
{
    line-height: 2;
}
.lineborder
{
    border-color: #c7c7c7;
}
.btn-default-w
{
    padding: .75em 3em;
    text-align: center;
    color: #999;
    border: 1px solid #afaeae;
}
.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-file-upload .btn-default-w
{
    padding: .75em 1.2em;
}
.w-button9 .btn-w
{
    width: 42px;
    height: 42px;
    border: 1px solid #9b9b9b;
    background: url(../image/more.png) no-repeat center #fff;
}
.w-button9 .btn-w:hover
{
    background-image: url(../image/moreHover.png);
}
.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;
    min-width: 0;
    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;
    border: 0;
    width: 145px;
}
.w-slide .cycle-prev, .w-slide .cycle-next
{
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    background: url(../image/bxSlide1.png) no-repeat;
    background-color: #666;
    background-color: rgba(0,0,0,.3);
    opacity: 1;
    *filter: alpha(opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    transition: all .5s;
    -webkit-transition: all .5s;
}
.w-slide .cycle-next
{
    background-position: -40px -40px;
}
.w-slide .cycle-prev:hover
{
    background-position: -40px 0;
}
.w-slide .cycle-next:hover
{
    background-position: 0 -40px;
}
.w-slide-page-num .w-page-bottom
{
    position: relative;
}
.w-slide-page-num .w-page-bottom .slide-page
{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.3);
    z-index: 801;
    text-align: right;
    padding-right: 12px;
}
.w-slide-page-num .slide-page a
{
    background: #333;
    height: 18px;
    line-height: 18px;
    min-width: 18px;
    font-size: 12px;
}
.w-lantern a:hover
{
    text-decoration: none;
}
.w-lantern-h .w-lantern-in
{
    padding: 0;
}
.w-lantern-h .lantern_pre, .w-lantern-h .lantern_next
{
    top: 50%;
    margin-top: -11px;
    width: 11px;
    height: 22px;
    background-size: contain;
}
.w-lantern-h .lantern_pre
{
    background: url(../image/slide_l.png) no-repeat center;
    left: -20px;
}
.w-lantern-h .lantern_next
{
    background: url(../image/slide_r.png) no-repeat center;
    right: -20px;
}
.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-select-box, .w-form-area select
{
    background-color: #fff;
    border-color: #e3e3e3;
}
.w-form-submit .w-buttom .btn-default-w
{
    border: 0;
    padding: .7em 0;
    min-width: 12em;
    text-align: center;
}
.imgFloat.captionbgFadeInDefault.textFade .captionbg
{
    bottom: 0;
}
.imgFloat.captionbgFadeInDefault.textFade .textFadeInDefault
{
    opacity: 1;
    *filter: alpha(opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.w-fileNew-btn .w-file-opt a
{
    font-size: 95%;
}
.w-his1:before
{
    height: 15px;
    background-image: url(/template/762/images/icon_his.png);
}
.w-his1:after
{
    background-image: url(/template/762/images/icon_his2.png);
    width: 50px;
    height: 50px;
    margin-left: -25px;
}
.w-his1 ul:before
{
    background: #888;
    top: 15px;
}
.w-his1 li
{
    padding-bottom: 50px;
}
.w-his1 li .item
{
    position: relative;
    padding: 0 20px;
}
.w-his1 li .point
{
    top: 16px;/*background:#B50033;*/
}
.w-his1 li .his_text .year
{
    position: absolute;
    font-size: 44px;
    line-height: 1.1;
    font-family: Arial,Helvetica,sans-serif;
    white-space: nowrap;
}
.w-his1 li.li_hs_r .his_text .year
{
    right: 100%;
    margin-right: 42px;
    text-align: right;
}
.w-his1 li.li_hs_l .his_text .year
{
    left: 100%;
    margin-left: 42px;
    text-align: left;
}
.w-his1 li .his_text .t_p
{
    line-height: 1.7;
    padding-bottom: 40px;
    padding-top: 10px;
    border-bottom: 1px solid #888;
}/*title*/
.color_main
{
    color: #000;
}
.color_vice
{
    color: #999;
}
.w-title
{
    margin-top: 0;
    margin-bottom: 15px;
}
.w-title .title-h-in>span
{
    font-family: Arial,Helvetica,sans-serif;
}
.w-title5 .w-title-in, .w-title17 .w-title-in, .w-title19 .w-title-in, .w-title21 .w-title-in, .w-title32 .w-title-in
{
    max-width: 100%;
}
.w-title1 h2
{
    font-size: 28px;
    line-height: 1.5;
}
.w-title1 .title-h-in>span
{
    font-size: 100%;
    line-height: 1.3;
}
.w-title1 .simpline
{
    width: 80px;
    height: 3px;
}
.w-title16 h2
{
    font-size: 38px;
    line-height: 1.3;
}
.w-title16 .title-h-in>span
{
    font-size: 18px;
}
.w-title2
{
    padding: 0;
    background: none;
}
.w-title2 .title-h-in h2
{
    font-size: 38px;
    line-height: 1.3;
    color: #000;
}
.w-title2 .title-h-in>span
{
    font-size: 18px;
    color: #000;
}
.w-title4 h2
{
    padding-top: .5em;
    padding-bottom: .5em;
}
.w-title17 .more
{
    background: none;
}
.w-title20 .tith
{
    line-height: 1.3;
}
.w-title20 .tith span
{
    font-size: 38px;
    color: #000;
}
.w-title20 h2
{
    font-size: 18px;
    color: #000;
}
.w-title34 .tith .line
{
    background: #bbb;
}/*--------------------系统------------------------*/
.systitle
{
    color: #fff;
    font-size: 24px;
    padding: .7em 17px;
    text-align: left;
}
.crumbs
{
    line-height: 1.5;
    background: url(../image/icon_home.png) no-repeat 2px center;
    padding: .68em 0 .68em 22px;
    border-bottom: 1px solid #e2e2e2;
}
.w-pages
{
    text-align: center;
}
.w-pages a
{
    border: 1px solid #c1c0c0;
    color: #666;
    margin-left: 1px;
    font-size: 90%;
    margin-right: 1px;
    line-height: 2.5;
    padding-top: 0;
    padding-bottom: 0;
    min-width: 2.5em;
}
.w-pages a:hover, .w-pages a.cur
{
    border: 1px solid #000;
}
.w-pages a.disabled, .w-pages a.disabled:hover
{
    color: #999;
    background: none;
    border: 1px solid #c1c0c0;
}
.upload_more, .upload_wait
{
    background: #f7f7f7;
}/*-----------------------------产品----------------------*/
.w-prd-list-cell .w-prd-con
{
    position: relative;
}
.w-prd-more a, .w-prd-list .w-prd-more a
{
    color: #999;
}
.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;
    font-size: 95%;
}
.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
{
    display: none;
}
.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-list1
{
    margin-left: -18px;
    margin-right: -18px;
}
.w-prd-list1 .w-prd-list-cell
{
    margin-bottom: 36px;
}
.w-prd-list1 .w-prd-list-cell-in
{
    padding: 0 18px;
}
.w-prd-list1 .w-prd-list-cell .w-prd-con
{
    border: 1px solid #ddd;
}
.w-prd-list1 .w-prd-list-cell .w-prd-infobox
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .7em 1em;
    background: #fff;
    background: rgba(255,255,255,.9);
}
.w-prd-list1 .w-prd-list-cell .w-prd-infobox h2
{
    margin-bottom: 0;
}
.w-prd-list1 .w-prd-list-cell .w-prd-sum
{
    margin-top: .2em;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
    margin-bottom: 0;
}
.w-prd-list1 .w-prd-more
{
    display: none;
}
.w-prd-list2 .w-prd-list-cell
{
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e2e2;
}
.w-prd-list2 .w-prd-list-cell .w-prd-btns
{
    display: none;
}
.w-prd-list2 .w-prd-list-cell .w-prd-imgbox
{
    width: 25%;
}
.w-prd-list2 .w-prd-list-cell .w-prd-infobox
{
    margin-left: 30%;
    padding: 0;
}
.w-prd-list2 .w-prd-infobox h2
{
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: .5em;
}
.w-prd-list2 .w-prd-list-cell .w-prd-sum
{
    line-height: 1.7;
    max-height: 5em;
    overflow: hidden;
}
.w-prd-list2 .w-prd-list-cell .w-prd-more
{
    margin-top: 1em;
    font-size: 90%;
}
.w-prd-list2 .w-prd-list-cell .w-prd-more a
{
    text-decoration: underline;
}
.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: -35px;
    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: 13px;
}
.w-productList:hover .prd_next
{
    right: 13px;
}
.w-productList .prd_pre:hover
{
    background-position: -40px 0;
}
.w-productList .prd_next:hover
{
    background-position: 0 -40px;
}
.w-productList2 .w-prd-list-cell .w-prd-infobox
{
    background: #fff;
    padding: 30px 1em;
}
.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;
    margin-bottom: .2em;
}
.w-productList3 .w-prd-list-cell .w-prd-sum
{
    max-width: 400px;
    margin: 0 auto;
    line-height: 2;
}
.prd_pageState span
{
    width: 38px;
    height: 4px;
    margin: 0 4px;
    border-radius: 0;
    -webkit-border-radius: 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-top1 .product-detail-images, .product-detail-top3 .product-detail-images
{
    width: 44%;
}
.product-detail-top1 .product-detail-info, .product-detail-top3 .product-detail-info
{
    margin-left: 48%;
}
.product-detail-images .product-detail-image-small .img-small-item
{
    width: 23%;
}
.product-detail-info .product-title h2, .product-title-top h2
{
    color: #333;
    font-size: 32px;
    font-weight: normal;
}
.product-title-top h2
{
    margin: 0;
    padding-bottom: .7em;
    border-bottom: 1px solid #e1e1e1;
}
.product-detail-info .product-grayBox .product-prices
{
    line-height: 1.2;
}
.product-detail-info .product-grayBox
{
    background: none;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
.product-detail-info .product-short-sum, .product-descons
{
    line-height: 2;
}
.info_tab
{
    background: #f4f4f4;
}
.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: .4em;
    padding-bottom: .4em;
    display: block;
    font-size: 115%;
}
.info_tab li:last-child a
{
    background: none;
}
.descon_item, .fileListBox, .msgLBox
{
    padding-left: 0;
    padding-right: 0;
}
.evalInfoList li
{
    border-color: #e0e0e0;
}/*----------------------------新闻-------------------------*/
.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-adNews5 li, .w-adNews6 .adNewsTL li, .w-adNews8 li, .w-adNews9 li
{
    border-color: #e6e2e2;
}
.w-News-list a
{
    color: #262626;
}
.w-News-list .news-com .news-h
{
    font-weight: normal;
}
.w-News-list .news-com .date
{
    font-size: 90%;
    color: #666;
}
.w-News-list .news-sum
{
    font-size: 90%;
    color: #888;
}
.w-News-list1 li
{
    padding: 0 0 15px 0;
    margin-bottom: 20px;
}
.w-News-list1 .news-imgbox
{
    width: 220px;
}
.w-News-list1 .news-com
{
    margin-left: 248px;
}
.w-News-list1 .news-com .news-h
{
    margin-bottom: .5em;
}
.w-News-list1 .news-com .date, .w-News-list1 .news-com .news-sum
{
    margin-top: 0;
}
.w-News-list2
{
    margin-left: -15px;
    margin-right: -15px;
}
.w-News-list2 li
{
    width: 25%;
    margin-bottom: 30px;
}
.w-News-list2 li .news-item
{
    margin: 0 15px;
    border: 1px solid #dcdcdc;
    padding: 14px;
}
.w-News-list2 .news-item .news-com
{
    padding: .7em 0 3em;
    position: relative;
}
.w-News-list2 .news-com .news-sum
{
    line-height: 1.7;
    height: 3.2em;
}
.w-News-list2 .news-com .date
{
    position: absolute;
    left: 0;
    bottom: 0;
    padding-left: 28px;
    line-height: 20px;
    background: url(../image/icon_time.png) no-repeat left center;
}
.w-News-list6 li
{
    padding: 0;
    margin-bottom: 10px;
}
.w-News-list6 .news-item
{
    padding: 20px 0;
}
.w-News-list6 .news-imgbox
{
    float: right;
    width: 230px;
}
.w-News-list6 .news-com
{
    margin-left: 0;
    margin-right: 260px;
}
.w-News-list6 .news-com .news-h
{
    float: none;
    width: 100%;
    line-height: 1.5;
}
.w-News-list6 .news-com .date
{
    float: none;
    text-align: left;
    width: 100%;
}
.w-News-list7 li
{
    border-bottom: 0;
    padding: 0;
    margin-bottom: 25px;
}
.w-News-list7 li .news-item
{
    background: #f7f7f7;
    padding: 25px 50px 25px 15px;
}
.w-News-list7 li .news-item:after
{
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.w-News-list7 li .date
{
    margin-right: 45px;
    padding: 0 30px;
    text-align: left;
    position: relative;
}
.w-News-list7 li .date:before
{
    content: '';
    position: absolute;
    width: 1px;
    right: 0;
    top: 10px;
    bottom: 0;
    background: #cfcfcf;
}
.w-News-list7 li .date .date-day
{
    background: none;
    color: #222;
    font-weight: bold;
    font-size: 50px;
    line-height: 1.1;
}
.w-News-list7 li .date .date-yearMonth
{
    background: none;
    color: #999;
    font-size: 20px;
    line-height: 1.2;
    padding: 0;
}
.w-News-list7 li:hover .date .date-day, .w-News-list7 li:hover .date .date-yearMonth, .w-News-list7 li:hover .news-com a, .w-News-list7 li:hover .news-com .news-sum
{
    color: #fff;
}
.w-News-list7 li:hover .date:before
{
    background: #fff;
}
.w-News-list8
{
    margin-left: 0;
    margin-right: 0;
}
.w-News-list8 .w-News-list-in
{
    margin-left: -10px;
    margin-right: -10px;
}
.w-News-list8 li .news-item
{
    margin-left: 10px;
    margin-right: 10px;
}
.w-News-list8 .news-item .news-com
{
    bottom: 0;
}
.w-News-list8 .news-item .news-com .news-h a:hover
{
    color: #fff;
}
.w-adNews li .news-h
{
    font-weight: normal;
}
.w-adNews .news-sum, .w-adNews .date
{
    font-size: 90%;
    color: #666;
}
.w-adNews1 li .news-item .news-com .news-h a
{
    color: #333;
}
.w-adNews1 li .news-item .news-com .news-sum
{
    color: #666;
    font-size: 90%;
}
.w-adNews2
{
    margin-left: -12px;
    margin-right: -12px;
}
.w-adNews2 li
{
    margin-right: 0;
    width: 25%;
    margin-bottom: 24px;
}
.w-adNews2 li .news-item
{
    border: none;
    margin: 0 12px;
}
.w-adNews2 li .news-item .news-com
{
    padding: 1em 0 1em;
}
.w-adNews2 li .news-item .news-com .news-com-top
{
    margin-bottom: .3em;
}
.w-adNews2 li .viewDetail
{
    display: none;
}
.w-adNews3
{
    background: #fff;
}
.w-adNews3 .w-adNews-imgs .news-img .news-buoy-content .mask
{
    background: #222;
}
.w-adNews3 .w-adNews-texts li .w-adNews-textH h3
{
    font-size: 115%;
}
.w-adNews3 .w-adNews-imgs .adNews3prev, .w-adNews3 .w-adNews-imgs .adNews3next
{
    background-color: #0c6ab9;
}
.w-adNews3 .w-adNews-texts .w-adNews-textsIn
{
    border: 1px solid #e9e9e9;
}
.w-adNews3 .w-adNews-texts li .w-adNews-textH p, .w-adNews3 .w-adNews-texts li .w-adNews-textH .news-sum
{
    color: #727272;
    opacity: .98;
    *filter: alpha(opacity=98);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=98);
}
.w-adNews3 .w-adNews-texts li .numberQ
{
    border-color: #727272;
    color: #727272;
    opacity: .9;
    *filter: alpha(opacity=90);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
}
.w-adNews3 .w-adNews-texts li a:hover .numberQ
{
    border-color: #333;
    background: #333;
    color: #fff;
}
.w-adNews3 .w-adNews-texts li
{
    border-color: #ccc;
}
.w-adNews3 .w-adNews-texts li:last-child
{
    border-bottom: 0;
}
.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 .news-sum
{
    color: #777;
}
.w-adNews7 .adNewsL li:hover .news-com .news-sum, .w-adNews7 .adNewsR .news-com .news-sum
{
    color: #bbb;
}
.w-adNews7 .adNewsR .news-com .news-sum
{
    max-height: 4.3em;
}
.w-adNews8 li
{
    padding-top: .2em;
    padding-bottom: .3em;
}
.w-adNews8 li .news-h
{
    width: 100%;
    float: none;
    font-weight: normal;
    line-height: 1.8;
}
.w-adNews8 li .date
{
    width: 100%;
    float: none;
    text-align: left;
    line-height: 1.3;
}
.w-adNews9 li
{
    padding: 12px 20px;
    border: 1px solid #e0e0e0;
    background: #fff;
    margin-bottom: 20px;
}
.w-adNews9 li:first-child
{
    padding-top: 12px;
}
.w-adNews9 li .date
{
    background: none;
    margin: 0;
    line-height: 1.2;
}
.w-adNews9 li .date .date-day
{
    color: #969897;
    font-size: 42px;
    line-height: 1.1;
    opacity: .78;
}
.w-adNews9 li .date .date-yearMonth
{
    color: #201f24;
    font-size: 16px;
    opacity: .64;
}
.w-adNews9 li .news-com
{
    margin-left: 95px;
}
.w-adNews9 li .news-com .news-h
{
    margin-bottom: .3em;
    font-size: 15px;
}
.w-adNews9 li .news-com .news-sum
{
    line-height: 1.7;
    height: 3.2em;
    font-size: 90%;
    opacity: .75;
}
.w-adNews10 li .news-item .news-com
{
    background: #fff;
}
.w-adNews11 li .news-together
{
    margin-bottom: 1em;
}
.w-adNews11 li .news-sum
{
    border-bottom: 0;
}
.w-adNews11 li .news-btn
{
    margin-top: 2em;
    padding: 0;
    width: 80px;
    height: 30px;
    border: 0;
    background: url(../image/add2.png) no-repeat center #bd0708;
}
.w-adNews11 li .news-btn .btn-inner
{
    display: none;
}
.newsDetail
{
    padding: 20px 0;
}
.newsDetail .newsTitle
{
    font-size: 22px;
    margin-bottom: .5em;
    color: #333;
}
.newsDetail .newsST, .newshare
{
    line-height: 1.5;
    font-size: 90%;
    color: #666;
}
.newsDetail .newsContent
{
    padding-top: 45px;
    margin-top: 45px;
    padding-left: 0;
    padding-right: 0;
    border-top: 1px solid #b8b8b8;
}
.news-others
{
    border-top: 1px dashed #999;
    padding-top: 1em;
}
.news-others a
{
    font-weight: normal;
}
.news-others .pre-next>div
{
    padding-left: 20px;
    background: url(../image/icon_pn.png) no-repeat left center;
}
.news-others .link-r a
{
    background: #535b5e;
    font-size: 90%;
    padding: .3em 2.5em;
}/*---------------------faq----------------------*/
.w-faq-list .faq_det
{
    color: #666;
}
.w-faq-list2 li .faq_tit h3
{
    color: #333;
}
.w-faq-list3 li
{
    margin-bottom: .6em;
}
.w-faq-list3 li .faq_tit
{
    background: #f2f2f2;
    font-size: 100%;
    padding: 0 1.5em;
    color: #333;
}
.w-faq-list3 li .faq_tit h3
{
    padding: .8em 1.7em .8em 0;
    font-size: 110%;
}
.w-faq-list3 li .faq_tit .icon_adore
{
    right: 1.5em;
    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: 1.5em 1.5em 2em;
    line-height: 2;
    border: 1px solid #ddd;
}/*----------------------菜单----------------------------*/
.w-com-menu li>.div-parent>.fa-plus::before
{
    content: "";
}
.w-com-menu li.open>.div-parent>.fa-plus::before
{
    content: "";
}/*-----------------------会员中心和购物车--------------------*/
.body-login-special .w-admin-header
{
    padding-left: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.w-admin-header .w-admin-nav
{
    float: right;
}
.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: 260px;
    }
    .w-com-menu-V
    {
        text-align: left;
        background: #fff;
    }
    .w-com-menu-V .systitle
    {
        margin-bottom: 1px;
        padding: 20px 15px 20px 30px;
        font-size: 26px;
    }
    .w-com-menu-V .fa
    {
        font-size: 100%;
        font-weight: normal;
        right: 0;
        top: 11px;
        bottom: auto;
        color: #000;
    }
    .w-com-menu-V>.w-com-menu-in>.ul-parent
    {
        border: 0;
        margin-top: 4px;
    }
    .w-com-menu-V>.w-com-menu-in>.ul-parent>.li-parent
    {
        border: 1px solid #e5e5e5;
        margin-bottom: 2px;
    }
    .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: 15px;
        line-height: 24px;
        color: #555;
        padding: 12px 40px 12px 30px;
        position: relative;
    }
    .w-com-menu-V>.w-com-menu-in>.ul-parent>.li-parent>.div-parent a:before
    {
        content: '';
        position: absolute;
        top: 0;
        right: 20px;
        width: 20px;
        bottom: 0;
        background: url(../image/add.png) no-repeat center;
    }
    .w-com-menu-V>.w-com-menu-in>.ul-parent>.li-parent:hover>.div-parent a:before, .w-com-menu-V>.w-com-menu-in>.ul-parent>.li-parent.cur>.div-parent a:before
    {
        background-image: url(../image/minus.png);
    }
    .w-com-menu-V>.w-com-menu-in>.ul-parent>.li-parent>.div-parent>.fa-plus
    {
        position: absolute;
        top: 1px;
        right: 0;
        width: 40px;
        height: 46px;
    }
    .w-com-menu-V>.w-com-menu-in>.ul-parent>.li-parent>.div-parent>.fa-plus:before
    {
        content: '';
        position: absolute;
        top: 0;
        right: 20px;
        width: 20px;
        height: 46px;
        background: url(../image/add.png) no-repeat center #fff;
    }
    .w-com-menu-V>.w-com-menu-in>.ul-parent>.li-parent:hover>.div-parent>.fa-plus:before, .w-com-menu-V>.w-com-menu-in>.ul-parent>.li-parent.cur>.div-parent>.fa-plus:before, .w-com-menu-V>.w-com-menu-in>.ul-parent>.li-parent.open>.div-parent>.fa-plus:before
    {
        background: url(../image/minus.png) no-repeat center #c00;
    }
    .w-com-menu-V li a
    {
        padding: 0 15px;
        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: none;
        padding: 5px 0 5px 30px;
    }
    .w-com-menu-V .ul-submenu a
    {
        color: #666;
        position: relative;
        padding-left: 14px;
        font-size: 14px;
    }
    .w-com-menu-V .ul-submenu a:before
    {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -1px;
        height: 2px;
        width: 8px;
        background: #ccc;
    }
    .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: 3px;
        right: 15px;
    }
    .w-com-menu-V .ul-submenu .ul-submenu
    {
        background: none;
        padding-left: 15px;
    }
    .w-com-menu-V .ul-submenu .ul-submenu .div-parent
    {
        padding: 0;
    }
    .w-com-menu-H2 .systitle
    {
        font-size: 28px;
    }
    .w-com-menu-H2>.w-com-menu-in>.ul-parent>.li-parent>.div-parent a
    {
        font-size: 100%;
    }
    .w-com-menu-H
    {
        margin-bottom: 40px;
        margin-top: -40px;
        position: relative;
    }
    .w-com-menu-H:before
    {
        content: '';
        width: 3000px;
        position: absolute;
        left: 50%;
        top: 0;
        bottom: 0;
        margin-left: -1500px;
        border-bottom: 1px solid #c4c4c4;
        background: #f5f5f5;
    }
    .w-com-menu-H>.w-com-menu-in
    {
        position: relative;
        z-index: 1;
    }
    .w-com-menu-H .systitle
    {
        background: none;
        display: block;
        float: left;
        color: #101010;
        padding: 11px 0;
        font-weight: normal;
    }
    .w-com-menu-H>.w-com-menu-in:after
    {
        content: "";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
    }
    .w-com-menu-H>.w-com-menu-in>ul
    {
        float: right;
    }
    .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: #666;
    }
    .w-com-menu-H>.w-com-menu-in>.ul-parent>li
    {
        margin: 0 3px;
    }
    .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 10px;
        color: #262626;
        line-height: 66px;
        display: block;
        font-size: 16px;
    }
    .w-com-menu-H .menu_simpline_cur
    {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        height: 2px;
    }
    .w-com-menu-H>.w-com-menu-in>.ul-parent>li:hover>.div-parent .menu_simpline_cur, .w-com-menu-H>.w-com-menu-in>.ul-parent>li.cur>.div-parent .menu_simpline_cur
    {
        display: block;
    }
    .w-com-menu-H .ul-submenu
    {
        top: 66px;
    }
    .w-com-menu-H .ul-submenu .ul-submenu
    {
        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: #666;
        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;
    }
}
@media(min-width: 768px) and (max-width: 1201px)
{
    .w-com-menu-H
    {
        margin-left: -10px;
        margin-right: -10px;
        padding-left: 10px;
    }
}
@media(min-width: 1201px)
{
    .body-login .w-admin-header .w-admin-nav
    {
        float: right;
        margin-left: 0;
    }
    .w-logo h1
    {
        line-height: 122px;
    }
    .w-logo-img
    {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 102px;
    }
    .w-logo-img img
    {
        max-height: 102px;
    }
    .w-nav .li-parentOne-div .fa
    {
        display: none;
    }
    .w-nav .submenu
    {
        background: #fff;
        background: rgba(255,255,255,.9);
    }
    .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--------------------------*/
    .w-admin-shopCart
    {
        left: 50%;
        margin-left: -600px;
        right: auto;
    }
    .w-nav .nav_inner>li
    {
        margin: 0 12px;
    }
    .side_bar
    {
        width: 250px;
    }
    .side_left
    {
        margin-left: 280px;
    }
    .w-com-menu-H>.w-com-menu-in>.ul-parent>li>.div-parent
    {
        margin: 0 12px;
    }
    .w-adNews4 li
    {
        padding: .3em 0;
    }
    .w-slide .cycle-prev, .w-slide .cycle-next
    {
        opacity: 0;
        transition: all .5s;
        -webkit-transition: all .5s;
    }
    .w-slide .cycle-prev
    {
        left: -20px;
    }
    .w-slide .cycle-next
    {
        right: -20px;
    }
    .w-slide:hover .cycle-prev, .w-slide:hover .cycle-next
    {
        opacity: 1;
    }
    .w-slide:hover .cycle-prev
    {
        left: 0;
    }
    .w-slide:hover .cycle-next
    {
        right: 0;
    }
}
@media(min-width: 1366px)
{
    .w-adNews17 li .news-item
    {
        max-width: 1366px;
    }
}
@media(min-width: 1600px)
{
    .w-nav .nav_inner>li
    {
        margin: 0 26px;
    }
    .w-prd-list-cell .w-prd-infobox h2, .w-product .w-prd-infobox h2
    {
        font-size: 20px;
    }
    .w-prd-list2 .w-prd-infobox h2
    {
        font-size: 24px;
    }
}
@media(max-width: 1599px)
{
    .w-lantern-h .w-lantern-in
    {
        padding: 0 20px;
    }
    .w-lantern-h .lantern_pre
    {
        left: 0;
    }
    .w-lantern-h .lantern_next
    {
        right: 0;
    }
}
@media(max-width: 1600px)
{
    .w-header .row, .w-main .row, .w-footer-in
    {
        max-width: 90%;
        margin: 0 auto;
    }
    .banner_edit
    {
        width: 90%;
        left: 5%;
    }
}
@media(max-width: 1366px)
{
    .body
    {
        font-size: 14px;
    }
    .w-header .row, .w-main .row, .w-footer-in
    {
        max-width: 94%;
        margin: 0 auto;
    }
    .banner_edit
    {
        width: 94%;
        left: 3%;
    }
    .w-title1 h2, .w-title16 h2, .w-title2 .title-h-in h2, .w-title20 .tith span
    {
        font-size: 28px;
    }
    .w-title1 .title-h-in>span, .w-title16 .title-h-in>span, .w-title2 .title-h-in>span, .w-title20 h2
    {
        font-size: 105%;
    }
    .w-prd-list1
    {
        margin-left: -7px;
        margin-right: -7px;
    }
    .w-prd-list1 .w-prd-list-cell
    {
        margin-bottom: 14px;
    }
    .w-prd-list1 .w-prd-list-cell-in
    {
        padding: 0 7px;
    }
    .w-productList2 .w-prd-list-cell .w-prd-infobox
    {
        padding: 1.2em 1em;
    }
    .product-detail-info .product-title h2, .product-title-top h2
    {
        font-size: 26px;
    }
    .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: 1200px)
{
    html
    {
        width: 100%;
        height: 100%;
        overflow-x: hidden;
    }
    body
    {
        height: 100%;
        min-width: 100%;
    }
    .body
    {
        padding-top: 1.4rem;
    }
    .w-header-common
    {
        padding-left: 0;
    }
    .w-custom
    {
        padding-left: 5px;
        padding-right: 5px;
        display: none;
    }
    .w-header .row, .w-main .row, .w-footer-in
    {
        max-width: 100%;
    }/*--------------------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: 3000;
        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 .columnL
    {
        max-width: 100%;
    }
    .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: -250px;
        width: 250px;
        background: #fff;
        top: 0;
        bottom: 0;
        padding: 0;
        margin-top: 0;
        z-index: 10;
        display: block;
    }
    .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: 15px;
    }
    .w-nav li:hover .nav_simpline_cur, .w-nav li.active .nav_simpline_cur
    {
        display: none;
    }
    .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: #777;
        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;
        padding: 0;
    }
    .w-nav .submenu
    {
        position: relative;
        box-shadow: 0;
        -moz-box-shadow: 0;
        -webkit-box-shadow: 0;
    }
    .w-nav .submenu li
    {
        width: auto;
    }
    .w-nav .submenu li a
    {
        font-size: 14px;
    }
    .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;
    }
    .w-shopCart i
    {
        background-image: url(../image/shopCart1.png);
    }
    .topLogBox .w-search
    {
        float: none;
        margin: .5em;
    }
    .topLogBox .w-search .input-search-w
    {
        border-color: #e0e0e0;
        width: 100%;
    }
    .body-login-special .w-admin-header
    {
        color: #fff;
    }
    .login-navPc
    {
        display: none;
    }
    .login-navTel
    {
        display: block;
    }
    .body-login-special
    {
        padding-top: 1.56rem;
    }
    .body-login-special .w-admin-header .col-logo .w-logo
    {
        padding-top: 0;
        padding-bottom: 0;
    }
    .body-login .signTel, .body-login-special .signTel
    {
        right: .35rem;
    }
    .body-login .w-admin-header .w-logo, .body-login-special .w-admin-header .w-logo
    {
        padding-right: 1.2rem;
    }/*-----------------------会员中心和购物车--------------------*/
    .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: -250px;
        width: 250px;
        background: #fff;
        top: 0;
        bottom: 0;
        padding: 0;
        margin-top: 0;
        z-index: 10;
        display: block;
        float: none;
    }
    .w-admin-nav .w-nav-in
    {
        height: 100%;
    }
    .order-progress
    {
        display: none;
    }
    .w-adNews2
    {
        margin-left: -7px;
        margin-right: -7px;
    }
    .w-adNews2 li .news-item
    {
        margin: 0 7px;
    }
    .w-adNews2 li
    {
        margin-bottom: 1em;
    }
    .newsDetail
    {
        padding: 0;
    }
    .newsDetail .newsContent
    {
        padding-top: 25px;
        margin-top: 25px;
    }
    .w-productList .prd_pre, .w-productList .prd_next
    {
        display: none;
    }
    .prd_pageState span
    {
        width: 20px;
        height: 3px;
    }
    .w-lantern-h .w-lantern-in
    {
        padding: 0;
    }
    .w-lantern-h .lantern_pre, .w-lantern-h .lantern_next
    {
        display: none;
    }
}
@media(max-width: 960px)
{
    .banner .bx-controls-direction
    {
        display: none;
    }
    .banner .bx-wrapper .bx-pager
    {
        bottom: 1em;
    }/*----------------------新闻---------------------------*/
}
@media(max-width: 767px)
{
    .w-foot-content
    {
        padding-top: .3em;
        padding-bottom: .3em;
    }
    .banner .bx-wrapper .bx-pager.bx-default-pager a
    {
        width: .5em;
        height: .5em;
        margin: 0 .8em;
    }
    .banner .bx-wrapper .bx-pager.bx-default-pager a:hover:after, .banner .bx-wrapper .bx-pager.bx-default-pager a.active:after
    {
        width: 1.2em;
        height: 1.2em;
        margin-left: -.6em;
        margin-top: -.6em;
        box-sizing: border-box;
    }/*----------------------系统页-------------------*/
    .systitle
    {
        font-size: 125%;
        margin-bottom: 0;
        padding: .4em 1em;
        font-weight: normal;
    }
    .crumbs .crumbs_in
    {
        padding-left: 0;
    }
    .w-pages
    {
        padding-top: 0;
    }
    .w-system .w-com-menu-H
    {
        margin-left: 0;
        margin-right: 0;
    }
    .product-detail-info .product-grayBox
    {
        border: 0;
    }
    .prd_detInfo_con
    {
        border-color: #e0e0e0;
    }
    .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;
    }
    .product-detail-top1 .product-detail-images, .product-detail-top3 .product-detail-images
    {
        width: 100%;
    }
    .product-detail-top1 .product-detail-info, .product-detail-top3 .product-detail-info
    {
        margin-left: 0;
    }
    .fileListBox, .msgLBox
    {
        padding-left: 1em;
        padding-right: 1em;
    }
    .w-News-list7 li
    {
        margin-bottom: 1em;
    }
    .w-News-list7 li .news-item
    {
        padding: 1.2em 1.2em 1.2em 0;
    }
    .w-News-list7 li .date
    {
        padding: 0 1.2em;
        margin-right: 1.2em;
    }
    .w-News-list8 .w-News-list-in
    {
        margin-left: -.3em;
        margin-right: -.3em;
    }
    .w-News-list8 li .news-item
    {
        margin-left: .3em;
        margin-right: .3em;
    }
    .w-adNews9 li
    {
        padding: .8em .3em;
        margin-bottom: 1em;
    }
    .w-adNews11 li .news-btn
    {
        margin-top: 1em;
    }
    .w-adNews11 li .news-btn
    {
        width: 80px;
    }
    .newsDetail
    {
        padding: 1em;
    }
    .newsDetail .newsContent
    {
        padding-top: 1.5em;
        margin-top: 1.5em;
    }
    .newsDetail .news-others
    {
        padding-left: 0;
        padding-right: 0;
    }
    .btn-default-w
    {
        padding: .5em 1.8em;
    }
    .w-title16 h2
    {
        font-size: 24px;
    }
    .w-title16 .title-h-in>span
    {
        font-size: 100%;
    }
    .w-his1:after
    {
        width: 3em;
        height: 3em;
        margin-left: 0;
    }
    .w-his1 li .point
    {
        top: 1.2em;
    }
    .w-his1 li .his_text .year
    {
        font-size: 220%;
    }
    .w-his1 li .his_text .year, .w-his1 li.li_hs_r .his_text .year, .w-his1 li.li_hs_l .his_text .year
    {
        position: relative;
        left: 0;
        right: 0;
        margin: 0;
        text-align: left;
    }
    .w-his1 .li_hs_l .his_text, .w-his1 .li_hs_r .his_text
    {
        padding-left: 2em;
    }
    .w-his1 li
    {
        padding-bottom: 2em;
    }
    .w-his1 li .his_text .t_p
    {
        padding-top: .5em;
        padding-bottom: 1.5em;
    }
}
@media only screen and (max-width: 640px)
{
    .w-News-list .news-com .news-h
    {
        font-size: 115%;
    }
    .w-News-list1 li
    {
        margin-bottom: 1em;
        padding-bottom: .8em;
    }
    .w-News-list1 .news-imgbox
    {
        width: 28%;
    }
    .w-News-list1 .news-com
    {
        margin-left: 31%;
    }
    .w-News-list1 .news-com .news-h
    {
        margin-bottom: .2em;
    }
    .w-News-list6
    {
        margin-bottom: .5em;
    }
    .w-News-list6 .news-item
    {
        padding: 1em 0;
    }
    .w-News-list6 .news-imgbox
    {
        width: 28%;
    }
    .w-News-list6 .news-com
    {
        margin-right: 31%;
    }
    .w-News-list6 .news-com .news-sum
    {
        max-height: 4.3em;
        overflow: hidden;
    }
    .w-News-list1 .aspectRatio, .w-News-list6 .aspectRatio
    {
        padding-bottom: 75%!important;
    }
    .w-prd-list2 .w-prd-list-cell
    {
        padding-bottom: 1em;
        margin-bottom: .8em;
    }
    .w-prd-list2 .w-prd-list-cell .w-prd-imgbox
    {
        width: 30%;
    }
    .w-prd-list2 .w-prd-list-cell .w-prd-infobox
    {
        margin-left: 33%;
    }
    .w-prd-list2 .w-prd-infobox h2
    {
        margin-bottom: .2em;
    }
}
@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: .3em;
    }
    .w-title1 h2, .w-title16 h2, .w-title2 .title-h-in h2, .w-title20 .tith span
    {
        font-size: 140%;
    }
    .w-title1 .title-h-in>span, .w-title16 .title-h-in>span, .w-title2 .title-h-in>span, .w-title20 h2
    {
        font-size: 90%;
    }
    .w-title1 .simpline
    {
        width: 3em;
    }
    .w-News-list1 .news-com .news-sum
    {
        white-space: normal;
        word-break: normal;
    }
    .w-News-list1 .aspectRatio
    {
        padding-bottom: 85%!important;
    }
    .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;
        padding: .8em;
    }
    .w-News-list6 .news-com .news-h
    {
        margin-bottom: .5em;
    }
    .w-News-list6 .news-com .news-sum
    {
        max-height: 2.6em;
    }
    .w-News-list7 li .date .date-day
    {
        font-size: 300%;
    }
    .w-News-list7 li .date .date-yearMonth
    {
        font-size: 100%;
    }
    .w-News-list7 .news-com .news-sum
    {
        line-height: 1.5;
        max-height: 2.8em;
    }
    .w-adNews2
    {
        margin-left: -.3em;
        margin-right: -.3em;
    }
    .w-adNews2 li .news-item
    {
        margin: 0 .3em;
    }
    .w-adNews9 li .date .date-day
    {
        font-size: 300%;
    }
    .w-adNews9 li .date .date-yearMonth
    {
        font-size: 100%;
    }
    .w-adNews9 li .news-com
    {
        margin-left: 5em;
    }
    .w-adNews9 li .news-com .news-h
    {
        font-size: 105%;
    }
    .w-adNews9 li .news-com .news-sum
    {
        line-height: 1.5;
        height: 2.8em;
    }
    .newsDetail .newsTitle
    {
        font-size: 130%;
    }
    .newsDetail .newsST, .newshare
    {
        font-size: 90%;
    }
    .w-faq-list3 li .faq_tit .icon_adore
    {
        background-size: contain;
    }
    .w-prd-list-cell .w-prd-infobox h2, .w-product .w-prd-infobox h2
    {
        font-size: 110%;
    }
    .w-prd-list-cell .w-prd-sum
    {
        font-size: 90%;
    }
    .w-prd-list1
    {
        margin-left: -.3em;
        margin-right: -.3em;
    }
    .w-prd-list1 .w-prd-list-cell
    {
        margin-bottom: .6em;
    }
    .w-prd-list1 .w-prd-list-cell-in
    {
        padding: 0 .3em;
    }
    .w-prd-list2 .w-prd-list-cell .w-prd-more
    {
        display: none;
    }
    .prd_pageState span
    {
        width: 5px;
        height: 5px;
        margin: 0 3px;
    }
    .product-detail-info .product-title h2, .product-title-top h2
    {
        font-size: 130%;
    }
    .prd_pageState span
    {
        width: 1em;
        height: 2px;
    }
}