﻿@charset "utf-8";

/* eyoucms.com 易优CMS -- 好用,免费,安全 */
/*默认页面主体样式定义*/
body {
    color: #747474;
    background: #EFEFEF;
}

a {
    color: #3b3b3b;
}

.w-header .row,
.topLogBox .topLogBox-in,
.w-main .row,
.w-footer-in {
    max-width: 1200px;
    margin: 0 auto;
}

.body {
    overflow: hidden;
    font-size: 14px;
}

.col-right {
    display: none;
}

.w-foot-content {
    padding-top: 20px;
    padding-bottom: 20px;
}

/*---------------------header-----------------------*/
.w-header,
.body-login .w-admin-header {
    background: #fff;
}

.row_top {
    border-bottom: 1px solid #e5e5e5;
    font-size: 12px;
    color: #818181;
}

.row_top .topCustom {
    float: left;
}

.w-custom .w-text {
    line-height: 1.8;
}

.logo_nav .column_l {
    float: left;
}

.logo_nav .column_m {
    float: right;
}

.col-logo {}

.w-admin-header .col-logo {
    float: left;
}

.w-admin-header {
    background: #fff;
}

.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;
}

.w-nav .nav_inner>li {
    float: left;
    text-align: center;
    margin: 0 8px;
}

.w-nav li a {
    text-decoration: none;
    color: #3f3f3f;
    padding: 0 10px;
}

.w-nav .nav_inner>li>a,
.w-nav .nav_inner>li>.li-parent-div>a {
    line-height: 84px;
    font-size: 15px;
    display: block;
    color: #3f3f3f;
}

.body-admin .w-nav .nav_inner>li>a,
.body-admin .w-nav .nav_inner>li>.li-parent-div>a {
    border-color: #f6f6f6;
}

.w-nav .nav_inner>li:last-child>a,
.w-nav .nav_inner>li:last-child>.li-parent-div>a {
    border-right: 0;
}

.w-nav .nav_inner>li>.submenu {
    top: 84px;
    left: 0;
}

.w-nav .nav_inner>li:hover>.submenu,
.w-nav .submenu li:hover>.submenu {
    display: none;
}

.w-nav .submenu a {
    font-size: 14px;
    text-align: left;
    color: #3f3f3f;
}

.nav_simpline_cur {
    position: absolute;
    left: 50%;
    width: 0;
    bottom: 0;
    height: 1px;
}

.w-nav .nav_inner>li.active>.nav_simpline_cur,
.w-nav .nav_inner>li:hover>.nav_simpline_cur {
    width: 100%;
    left: 0;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
}

.topLogBoxPc {
    float: right;
    line-height: 1.8;
}

.topLogBox,
.topLogBox a {
    font-size: 12px;
    color: #666;
}

.topLogBox a {
    margin: 0 6px;
    text-decoration: none;
}

.topLogBox a:hover {
    text-decoration: underline;
}

.w-loginRegister,
.w-shopCart {
    margin-top: 10px;
    float: right;
    margin-bottom: 10px;
}

.w-languege {
    margin-top: 10px;
    float: right;
    margin-bottom: 10px;
}

.w-shopCart i {
    background: url(../img/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: 3px;
    margin-bottom: 5px;
    overflow: hidden;
    float: right;
}

.topLogBox .w-search .input-search-w {
    background: none;
    width: 205px;
    *width: 170px;
    line-height: 26px;
    padding: 2px 30px 2px 5px;
    border: none;
    border-bottom: 1px solid #E5E5E5;
}

.topLogBox .w-search .search-btn-w {
    position: absolute;
    width: 30px;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../img/input-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: 0.3;
    *filter: alpha(opacity=30);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
}

/*-----------------------banner------------------*/
.bx-controls-direction {
    opacity: 0;
    *filter: alpha(opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.bx-wrapper:hover .bx-controls-direction {
    opacity: 1;
    *filter: alpha(opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.banner .bx-wrapper .bx-prev {
    background-image: url("../img/slide_bl.png") !important;
    width: 30px !important;
    height: 40px !important;
    left: 30px !important;
    background-position: left center !important;
}

.banner .bx-wrapper .bx-next {
    background-image: url("../img/slide_br.png") !important;
    width: 30px !important;
    height: 40px !important;
    right: 30px !important;
    background-position: right center !important;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a {
    width: 30px;
    height: 5px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: #fff !important;
}

/*---------------footer------------------*/
.w-footer {
    color: #000;
    background: #fff;
    margin-top: 15px;
}

.w-footer a,
.w-footer a:hover {
    color: #fff;
}

.w-footer .w-form-submit .w-buttom .btn-default-w,
.w-footer .w-form-submit .w-buttom .btn-default-w:hover {
    color: #fff;
    border: 1px solid #fff;
    background: none;
}

.w-footer .w-form .w-form-UL .w-text-form,
.w-footer .w-form .w-form-UL .w-textarea-form {
    color: #fff;
}

.w-footer .w-form .w-form-UL {
    border-bottom: 1px solid #CCCCCC;
    border-color: rgba(255, 255, 255, 0.3);
}

/*----------------------------组件-----------------------*/

.btn-default-w {
    padding: 1.1em 4em;
    text-align: center;
    background: #fff;
    border-radius: 2em;
    -webkit-border-radius: 2em;
    color: #666;
}

.w-social .social-item {
    background: #888;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    padding: 3px;
    line-height: 1;
    margin: 3px 18px 3px 0;
}

.icon-social {
    background-image: url('../img/icon-social-w.png');
}

.search-defaut-w {
    max-width: 100%;
}

.search-defaut-w .input-search-w {
    background: none;
    border: 0;
    border-bottom: 1px solid #ddd;
    line-height: 2.6em;
    height: 2.6em;
    padding-right: 50px;
    color: #41494f;
}

.search-defaut-w .search-btn-w {
    background: url(../img/input-search.png) no-repeat center;
    width: 44px;
    height: 100%;
    border: none;
}

.search-defaut-w .search-btn-w:hover {
    background: url(../img/input-search.png) no-repeat center;
}

.w-form-filebox .w-form-file-upload .btn-default-w {
    min-width: 0;
}

.w-text-form,
.w-textarea-form {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border-color: #ccc;
}

.w-form .w-label-form {
    font-weight: normal;
    width: 2.1em;
}

.w-form-submit .w-buttom .btn-default-w {
    padding: 6px 25px;
    min-width: 8em;
    border-radius: 0;
    -webkit-border-radius: 0;
}

.w-form .w-form-UL {
    border-bottom: 1px solid #ccc;
}

.w-form .w-form-UL .w-text-form,
.w-form .w-form-UL .w-textarea-form {
    background: none;
    border: 0;
    padding-left: 0;
    padding-right: 0;
}

.w-form-code .w-text-form {
    border: 1px solid #CCCCCC;
    border-color: rgba(0, 0, 0, 0.2);
    padding-left: 10px;
    padding-right: 10px;
}

.w-form-code .w-text-form {
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

/*title*/
.bgtit_body {
    background: #EFEFEF;
}

.color_main {
    color: #101010;
}

.color_vice {
    color: #575757;
}

.w-title {
    margin-top: 0;
    margin-bottom: 10px;
}

.w-title .title-h-in>span {
    font-family: Arial, Helvetica, sans-serif;
}

.w-title1 {}

.w-title1 .simpline {
    width: 37px;
    height: 3px;
    margin-top: 1em;
    background: #EEEEEE;
}

.w-title1,
.w-title1 h2 {
    line-height: 1.4;
}

.w-title1 h2 {
    font-size: 42px;
}

.w-title1 .title-h-in>span {
    font-size: 18px;
}

.w-title16,
.w-title16 h2 {
    line-height: 1.4;
}

.w-title16 h2 {
    font-size: 42px;
}

.w-title16 .title-h-in>span {
    font-size: 18px;
}

.w-title28 .tith span {
    font-size: 24px;
    color: #2c2c2c;
    padding-left: 1.5em;
    background: url(../img/icon_tit.png) no-repeat left center;
    background-size: 1em auto;
}

.w-title28 h2,
.w-title28 .tith>em {
    font-size: 89%;
    color: #b5b5b5;
}

/*--------------------系统------------------------*/
.systitle {
    color: #2c2c2c;
    font-size: 24px;
    text-align: left;
    padding-left: 1.34em;
    background: url(../img/icon_menu.png) no-repeat left center;
    background-size: 1em auto;
    margin-bottom: 1px;
}

.crumbs,
.w-breadcrumbs {
    background: none;
    padding: 0;
    line-height: 1.5;
    margin-bottom: 1em;
    color: #2c2c2c;
}

.crumbs a,
.w-breadcrumbs a {
    color: #2c2c2c;
}

.w-pages a {
    border-color: #C7C7C7;
    color: #333333;
    padding: 0 0.7em;
    margin-left: 0.1em;
    margin-right: 0.1em;
    line-height: 2.28;
    background: #fff;
    vertical-align: middle;
}

.w-pages {
    text-align: center;
}

.w-pages a:hover,
.w-pages a.cur {
    color: #fff;
    background-color: #212121;
    border: 1px solid #212121;
}

.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;
    border-color: #C7C7C7;
    box-sizing: content-box;
    padding: 0;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
}

.w-pages .w-page-first {
    background-image: url(../img/icon3.png);
}

.w-pages .w-page-pre {
    background-image: url(../img/icon4.png);
}

.w-pages .w-page-next {
    background-image: url(../img/icon6.png);
}

.w-pages .w-page-last {
    background-image: url(../img/icon5.png);
}

.w-pages .w-page-first:hover,
.w-pages .w-page-first.disabled {
    background-image: url(../img/icon3_1.png);
}

.w-pages .w-page-pre:hover,
.w-pages .w-page-pre.disabled {
    background-image: url(../img/icon4_1.png);
}

.w-pages .w-page-next:hover,
.w-pages .w-page-next.disabled {
    background-image: url(../img/icon6_1.png);
}

.w-pages .w-page-last:hover,
.w-pages .w-page-last.disabled {
    background-image: url(../img/icon5_1.png);
}

.w-pages a.disabled,
.w-pages a.disabled:hover {
    color: #fff;
    background-color: #C7C7C7;
    border-color: #C7C7C7;
    opacity: 1;
}

.w-system .w-searchbox {
    background: #fff;
    padding: 10px 0;
    margin-bottom: 0;
}

.w-prd-list {
    background: #fff;
    margin: 0;
    padding: 30px
}

.upload_more,
.upload_wait {
    background: #fff;
}

/*-----------------------------产品----------------------*/
.w-prd-list-cell .w-prd-infobox h2 {
    margin-bottom: 0.2em;
}

.w-prd-list-cell .w-prd-infobox h2,
.w-productList .w-prd-infobox h2,
.w-product .w-prd-infobox h2 {
    font-size: 105%;
}

.w-prd-list-cell .w-prd-sum,
.w-productList .w-prd-list-cell .w-prd-sum {
    line-height: 1.3;
    color: #aaa;
    font-size: 90%;
}

.w-prd-list-cell .w-prd-price-groups {}

.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 {
    color: #ff8245;
}

.w-productList1 .w-prd-list-cell {
    margin-bottom: 30px;
}

.w-productList1 .w-prd-list-cell .w-prd-price-groups,
.w-productList2 .w-prd-list-cell .w-prd-price-groups,
.w-product1 .w-prd-list-cell .w-prd-price-groups {
    color: #4f4f4f;
}

.w-productList1 .w-prd-list-cell .w-prd-con,
.w-productList2 .w-prd-list-cell .w-prd-con,
.w-product .w-prd-list-cell .w-prd-con {
    border: 1px solid #e5e5e5;
    background: #fff;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.w-productList1 .w-prd-list-cell .w-prd-infobox,
.w-productList2 .w-prd-list-cell .w-prd-infobox,
.w-product1 .w-prd-list-cell .w-prd-infobox {
    padding: 0.2em 0 1.2em;
}

.w-productList1 .w-prd-list-cell .w-prd-con a,
.w-productList2 .w-prd-list-cell .w-prd-con a,
.w-product .w-prd-list-cell .w-prd-con a {
    color: #999;
}

.w-productList1 .w-prd-list-cell .w-prd-con a.btn-buy,
.w-productList2 .w-prd-list-cell .w-prd-con a.btn-buy,
.w-product .w-prd-list-cell .w-prd-con a.btn-buy {
    color: #fff;
}

.w-productList1 .w-prd-infobox h2,
.w-productList2 .w-prd-infobox h2,
.w-product1 .w-prd-infobox h2 {
    line-height: 2.5;
    padding: 0 1em;
}

.w-productList1 .w-prd-infobox .w-prd-price-groups,
.w-productList2 .w-prd-infobox .w-prd-price-groups,
.w-product1 .w-prd-infobox .w-prd-price-groups {
    padding: 0.5em 1em 0;
    border-top: 1px solid transparent;
}

.w-productList1 .w-prd-list-cell .w-prd-btns,
.w-productList2 .w-prd-list-cell .w-prd-btns,
.w-product1 .w-prd-list-cell .w-prd-btns {
    margin-left: 1em;
    margin-right: 1em;
}

.w-productList1 .w-prd-list-cell .w-prd-con:hover,
.w-productList2 .w-prd-list-cell .w-prd-con:hover,
.w-product .w-prd-list-cell .w-prd-con:hover {
    box-shadow: 0 8px 20px rgba(10, 4, 7, 0.3);
    -webkit-box-shadow: 0 8px 20px rgba(10, 4, 7, 0.3);
    transform: translateY(-18px);
    -webkit-transform: translateY(-18px);
}

.w-productList1 .w-prd-list-cell .w-prd-con:hover .w-prd-price-groups,
.w-productList2 .w-prd-list-cell .w-prd-con:hover .w-prd-price-groups,
.w-product .w-prd-list-cell .w-prd-con:hover .w-prd-price-groups {
    border-color: #EEEEEE;
}

.w-productList1 .w-prd-list-cell .w-prd-sum,
.w-productList2 .w-prd-list-cell .w-prd-sum,
.w-product1 .w-prd-list-cell .w-prd-sum {
    padding: 0 1em;
}

.w-product2 .w-prd-list-cell .w-prd-infobox,
.w-product3 .w-prd-list-cell .w-prd-infobox {
    padding: 1em;
}

.product-detail-info .product-grayBox .product-prices {
    line-height: 1.2;
}

.product-detail-info .product-grayBox {
    background: none;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.info_tab ul {
    padding: 0;
}

.info_tab_in {
    border-color: #e5e5e5;
}

.info_tab li {
    border: 0;
    background: none;
    margin-bottom: 0;
}

.info_tab li a {
    color: #333;
    background: url(../img/tabli.png) no-repeat right center;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    display: block;
}

.info_tab li:last-child a {
    background: none;
}

.info_tab li.cur_tab a {
    color: #8A8A8A;
}

.product-detail-top1,
.product-detail-top2,
.product-detail-top3 {
    background: #fff;
    padding: 30px;
}

.product-maincon {
    margin-top: 0;
    background: #fff;
    padding: 0 30px 30px;
}

.product-detail-images .product-detail-image-big {
    border: 1px solid #F2F2F2;
}

.product-detail-images .product-detail-image-big .magnifier {
    top: auto;
    bottom: 5px;
}

.product-detail-images .product-detail-image-small .img-small-item {
    width: 23%;
}

.product-detail-images .product-detail-image-small .imgsmall-pre,
.product-detail-images .product-detail-image-small .imgsmall-next {
    width: 37px;
    height: 37px;
    top: 50%;
    margin-top: -18px;
    border: 0;
}

.product-detail-images .product-detail-image-small .imgsmall-pre,
.product-detail-images .product-detail-image-small .imgsmall-pre.disabled {
    background: url(../img/slide_pdl.png) no-repeat center;
}

.product-detail-images .product-detail-image-small .imgsmall-next,
.product-detail-images .product-detail-image-small .imgsmall-next.disabled {
    background: url(../img/slide_pdr.png) no-repeat center;
}

.product-detail-info {
    padding-top: 20px;
    color: #646464;
}

.product-detail-info .product-title h2 {
    font-size: 24px;
    font-weight: normal;
}

.product-detail-info .product-short-sum {
    opacity: 1;
    line-height: 1.8;
}

.product-maincon {
    color: #646464;
    line-height: 1.8;
}

.product-detail-info .product-grayBox .collect_share,
.product-detail-info .product-grayBox .collect_share a {
    color: #646464;
}

.product-detail-info .product-grayBox .product-prices .price-sale .num {
    color: #000;
}

/*----------------------------新闻-------------------------*/
.w-News-list {
    background: #fff;
    padding: 30px;
}

.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 {
    border-color: #EEEEEE;
}

.w-adNews4 li,
.w-adNews6 .adNewsTL li,
.w-adNews8 li,
.w-adNews9 li,
.w-adNews11 li .news-sum {
    border-color: #e0e0e0;
}

.w-News-list1 li {
    padding: 1em 0;
}

.w-News-list a {
    color: #5d5d5d;
}

.w-News-list .news-com .news-h {
    font-weight: normal;
}

.w-News-list .news-com .date {
    color: #b6b6b6;
}

.w-News-list .news-sum {
    color: #999;
}

.w-News-list1 .news-com .date,
.w-News-list1 .news-com .news-sum {
    margin-top: 0;
}

.w-News-list1 .news-sum {
    max-height: 3.8em;
    overflow: hidden;
}

.w-News-list .date,
.w-adNews .date {
    font-size: 95%;
}

.w-News-list8 .news-item .news-com .news-h a:hover {
    color: #fff;
}

.w-adNews .news-h a:hover {
    text-decoration: none;
}

.w-adNews .news-sum {
    font-size: 95%;
}

.w-adNews1 li .news-item .news-com .news-h a {
    color: #565656;
}

.w-adNews1 li .news-item .news-com .news-sum {
    color: #959595;
    font-size: 100%;
}

.w-adNews2 li .news-item {
    border-color: #e5e5e5;
    background: #fff;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.w-adNews2 li:hover .news-item {
    box-shadow: 0 8px 20px rgba(10, 4, 7, 0.3);
    -webkit-box-shadow: 0 8px 20px rgba(10, 4, 7, 0.3);
    transform: translateY(-18px);
    -webkit-transform: translateY(-18px);
}

.w-adNews2 li .viewDetail {
    display: none;
}

.w-adNews2 li .news-item .news-com .news-com-top {
    margin-bottom: 0;
}

.w-adNews2 li .news-item .news-com .news-h {
    font-weight: normal;
}

.w-adNews2 li .news-item .news-com .news-sum {
    margin-top: 5px;
    line-height: 1.5;
    height: 4.5em;
    font-size: 95%;
}

.w-adNews2 li .news-item .news-com .news-com-top .date {
    font-size: 13px;
}

.w-adNews3 .w-adNews-texts li .w-adNews-textH h3 {
    font-size: 115%;
}

.w-adNews5 li .news-h {
    font-weight: normal;
    font-size: 105%;
}

.w-adNews5 li {
    border-bottom: 0;
    padding: 0.7em 0;
}

.w-adNews5 li .news-com {
    margin-left: 27%;
}

.w-adNews6 .adNewsF .news-h {
    font-size: 105%;
}

.w-adNews6 .adNewsF .news-sum {
    font-size: 90%;
}

.w-adNews7 .adNewsL li {
    background-color: #fff;
}

.adNews7datebg {
    background: #e5e5e5;
}

.w-adNews7 .adNewsL li .news-com {
    color: #959595;
}

.w-adNews7 .adNewsL li .news-com .news-h {
    font-size: 115%;
}

.w-adNews7 .adNewsL li .news-com .news-h a {
    color: #353535;
}

.w-adNews7 .adNewsL li .news-com .news-h a:hover {
    text-decoration: underline;
}

.w-adNews7 .adNewsL li .news-com .news-sum {
    font-size: 90%;
    line-height: 2;
    max-height: 5.8em;
}

.triangle-bottomright {
    border-bottom-color: #535353;
}

.w-adNews7 .adNewsR .border_colorbottom_main {
    border-bottom-color: #535353;
}

.w-adNews7 .adNewsR .news-com .news-h {
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
}

.w-adNews7 .adNewsR .news-com .date {
    margin-top: 0.3em;
}

.w-adNews7 .adNewsR .news-com .news-sum {
    line-height: 2;
    max-height: 5.8em;
    font-size: 90%;
}

.w-adNews8 li {
    padding-top: 0.5em;
    padding-bottom: 0.2em;
}

.w-adNews8 .news-sum {
    line-height: 1.5;
    max-height: 4.3em;
}

.w-adNews9 li .date {
    padding: 0.3em;
    margin-left: 0;
}

.w-adNews11 li .news-h {
    font-size: 115%;
}

.w-adNews li .news-btn {
    padding: 7px 20px;
    min-width: 0;
}

.newsDetail {
    background: #fff;
    padding: 30px;
}

.newsDetail .newsTitle {
    color: #2c2c2c;
    font-size: 20px;
    text-align: left;
    padding-bottom: 0.7em;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 0.8em;
}

.newsDetail .newsST {
    text-align: left;
    color: #aeaeae;
    font-size: 90%;
}

.newsDetail .newsST>span {
    margin: 0 1.5em;
}

.newsDetail .newsST>span:first-child {
    margin-left: 0;
}

.newshare {
    text-align: right;
    margin-top: -30px;
    color: #aeaeae;
}

.newsDetail .newsContent {
    padding: 24px 0;
    border-top: 1px solid #EEEEEE;
    color: #636363;
}

.news-others {
    margin-top: 1em;
    padding: 1em 0;
    border-top: 1px solid #eee;
}

/*-----------------------------分页 start--------------------------------*/
.next1 {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
}

.next1 ul {
    display: inline-block;
}

.next1 ul li {
    display: inline-block;
}

.next1 li {
list-style: none;
float: left;
}

.next1 a {
    display: inline-block;
    border: 1px solid #ebebeb;
    color: #999;
    width: 30px;
    height: 28px;
    line-height: 28px;
    margin: 0 4px;
    overflow: hidden;
}

.next1 a.on1,
.next1 a:hover {
    background: #c1a879;
    color: #fff;
    border: 1px solid #c1a879;
}

/*--------------------分页 end----------------------*/
/*----------------------菜单----------------------------*/
.w-com-menu li>.div-parent>.fa-plus::before {
    content: "\f107";
}

.w-com-menu li.open>.div-parent>.fa-plus::before {
    content: "\f106";
}

/*-----------------------会员中心和购物车--------------------*/
/*---------------------登录注册--------------------------*/
.body-login {
    background: url(../img/signbg.jpg) no-repeat center #efefef;
}

.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 {
    max-width: 1200px;
    width: auto;
    height: auto;
    background: none;
    overflow: hidden;
}

.signbox-A {
    padding: 30px 25px;
    max-width: 368px;
    float: right;
    background: #fff;
    border: 1px solid #e5e5e5;
}

.login-button-A {
    background-image: url("../img/signbtnbg.png");
}

.login-checkA input.checked[type="checkbox"]+label {
    background-image: url("../img/login-checked.png");
}

.login-input-A,
.login-button-A,
.login-checkA label {
    border-color: #dcdcdc;
    border-radius: 0;
    -webkit-border-radius: 0;
    background-color: #f2f2f2;
}

.body-login1 .sign-content-A1 {
    border-color: #e5e5e5;
}

.orderC-tb th {
    background: none;
    border-bottom: 3px solid #DCDCDC;
    font-weight: bold;
}

.orderC-tb td,
.shopCartTableA-sum {
    border-color: #DCDCDC;
}

@media (min-width:478px) {}

@media (min-width:768px) {

    /*---------------------------菜单-------------------------*/
    .side_bar {
        width: 230px;
    }

    .side_left {
        margin-left: 250px;
    }

    .w-com-menu-V {
        text-align: left;
        background: #fff;
    }

    .w-com-menu-V .systitle {
        margin-left: 15px;
    }

    .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>.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: 14px;
        line-height: 24px;
        color: #000;
        padding: 12px 15px;
        background: url(../img/menu.png) no-repeat center right;
    }

    .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: #f6f6f6;
        padding: 5px 0;
    }

    .w-com-menu-V .ul-submenu .div-parent {
        padding: 5px 0;
    }

    .w-com-menu-V .ul-submenu a {
        color: #666;
        *position: relative;
    }

    .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: #EFEFEF;
    }

    .w-com-menu-V .ul-submenu .ul-submenu .div-parent {
        padding: 0;
    }

    .w-com-menu-V .ul-submenu .ul-submenu a {}

    .w-com-menu-H .systitle {
        display: block;
    }

    .w-com-menu-H {
        margin-bottom: 20px;
        text-align: left;
        background: #fff;
    }

    .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;
        margin-right: 0.8em;
        margin-bottom: 0.5em;
    }

    .w-com-menu-H .ul-parent>li>.ul-submenu>ul {}

    .w-com-menu-H li {
        margin: 0;
    }

    .w-com-menu-H li a {}

    .w-com-menu-H>.w-com-menu-in>.ul-parent>li {}

    .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;
        min-width: 125px;
        text-align: center;
        line-height: 40px;
        display: block;
        font-size: 14px;
        background: #C6C6C6;
        color: #fff;
    }

    .w-com-menu-H .ul-submenu {
        top: 40px;
    }

    .w-com-menu-H .ul-submenu .ul-submenu {
        top: 28px;
        background: #EFEFEF;
    }

    .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-News-list1 .news-imgbox {
        width: 180px;
    }

    .w-News-list1 .news-com {
        margin-left: 204px;
    }

}

@media (min-width:961px) {
    .body-login .w-admin-header .w-admin-nav {
        float: right;
        margin-left: 0;
    }

    .w-logo h1 {
        line-height: 84px;
    }

    .w-logo-img {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 64px;
    }

    .w-logo-img img {
        max-height: 64px;
    }

    .body-login-special .login-navPc .w-admin-nav .nav_inner>li>a,
    .body-login-special .login-navPc .w-admin-nav .nav_inner>li>.li-parent-div>a {
        padding: 0 15px;
    }

    .w-nav .li-parentOne-div .fa {
        display: none;
    }

    .w-nav .submenu {
        background: #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    }

    .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 15px;
    }

    .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: "\f105";
    }

    .w-admin-header .w-admin-nav {
        margin-left: 15px;
    }

    /*---------------------------topLogBox--------------------------*/

    .w-pages {
        margin-top: 30px;
    }
}

@media (min-width:1201px) {
    .w-nav .nav_inner>li {
        margin: 0 18px;
    }

    .w-admin-shopCart {
        left: 50%;
        margin-left: -600px;
        right: auto;
    }
}

@media (max-width:1366px) {
    .w-adNews9 li .news-com .news-h {
        font-size: 16px;
    }

    .w-title16 h2 {
        font-size: 24px;
    }

    .w-title16 .title-h-in>span {
        font-size: 18px;
    }
}

@media (max-width:1200px) {
    .w-custom {
        padding-left: 5px;
        padding-right: 5px;
    }

    .signbox-A {
        margin-left: 1em;
        margin-right: 1em;
        margin-top: 1em;
    }
}

@media (max-width:960px) {
    html {
        width: 100%;
        height: 100%;
        overflow-x: hidden;
    }

    body {
        height: 100%;
        min-width: 100%;
    }

    .body {
        padding-top: 1.4rem;
    }

    /*--------------------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, 0.1);
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    }

    .row_top {
        display: block;
    }

    .logo_nav .column {
        float: none;
        width: 100%;
        display: block;
    }

    .logo_nav .row .w-nav {
        display: none;
    }

    .col-logo,
    .w-admin-header .col-logo {
        float: none;
        text-align: center;
        padding: 0;
        position: relative;
    }

    .w-logo {
        padding: 0 1.2rem;
        height: auto;
        min-height: 0;
        min-width: 0;
    }

    .w-logo h1 {
        font-size: 0.7rem;
        margin-top: 0.25rem;
        margin-bottom: 0;
    }

    .w-logo-img {
        display: block;
        padding: 0.17rem 0.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: -70%;
        width: 70%;
        background: #fff;
        top: 0;
        bottom: 0;
        padding: 0;
        margin-top: 0px;
        z-index: 10;
        display: block;
    }

    .w-nav {
        background: none;
        overflow-y: auto;
        height: 100%;
        margin: 0;
        padding: 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;
    }

    .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: #787878;
        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;
    }

    .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: 2em;
        height: 2em;
        line-height: 2em;
        text-align: center;
        font-size: 150%;
    }

    .w-nav .li-parent-div .fa-plus::before {
        content: "\f107";
    }

    .w-nav .li-parent-div.open .fa-plus::before {
        content: "\f106";
    }

    .w-nav .submenu li a {
        padding: 0.5em 0.5em 0.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: 0.5em;
        border-bottom: 1px solid #e1e1e1;
    }

    .topLogBox .w-search {
        float: none;
        margin: 0.5em;
    }

    .topLogBox .w-search .input-search-w {
        border-color: #e0e0e0;
        width: 100%;
    }

    /*-----------------------会员中心和购物车--------------------*/
    .w-admin-shopCart,
    .w-admin-top {
        display: none;
    }

    .mobile-nav-toggle {
        top: 0.35rem;
    }

    .signTel,
    .shopCartTel,
    .signQuitTel {
        display: block;
        top: 0.35rem;
    }

    .w-admin-header .w-admin-nav {
        position: fixed;
        left: -70%;
        width: 70%;
        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-productList1 .w-prd-list-cell {
        margin-bottom: 1em;
    }

    .newshare {
        margin-top: 0;
        text-align: left;
    }
}

@media (max-width:767px) {
    .w-foot-content {
        padding-top: 0.3em;
        padding-bottom: 0.3em;
    }

    /*----------------------系统页-------------------*/
    .crumbs,
    .w-breadcrumbs {
        padding-left: 1em;
        padding-right: 1em;
    }

    .w-system .w-searchbox {
        margin-left: 0;
        margin-right: 0;
    }

    .systitle {
        font-size: 125%;
        margin-bottom: 0;
        padding: 0.4em 1em;
        font-weight: normal;
    }

    .w-system .w-com-menu-H {
        margin-left: 0;
        margin-right: 0;
    }

    .crumbs {
        padding-bottom: 0;
    }

    .product-detail-info .product-grayBox {
        border: 0;
    }

    .product-detail-top1,
    .product-detail-top2,
    .product-detail-top3 {
        padding: 1em;
    }

    .product-maincon {
        padding: 0 1em 1em;
    }

    /*----------------------新闻---------------------------*/
    .w-News-list {
        padding: 1em;
    }

    .w-prd-list {
        padding: 1em;
    }

    .w-adNews5 li .news-h {
        font-size: 105%;
    }

    .newsDetail {
        padding: 1.5em 1em;
    }

    .newsDetail .newsContent {
        padding: 1.5em 0 0.5em;
    }

    .w-title16 h2 {
        font-size: 130%;
    }

    .w-title16 .title-h-in>span {
        font-size: 105%;
    }
}

@media only screen and (max-width:479px) {
    .body {
        font-size: 0.35rem;
    }

    .w-admin-header .w-logo {
        padding: 0 8.5em 0 1.2rem;
    }

    .signbox-A {
        padding: 2em;
        max-width: 100%;
    }

    .topLogBox .w-search .input-search-w {
        height: 2.5em;
        line-height: 2.5em;
    }

    .w-adNews9 li .date {
        padding: 0;
    }

    .w-adNews9 li .news-com .news-h {
        font-size: 110%;
    }

    .newsDetail .newsTitle {
        font-size: 130%;
    }

    .w-title {
        margin-bottom: 0.3em;
    }

    .w-title1 h2,
    .w-title16 h2 {
        font-size: 150%;
    }

    .w-title1 .title-h-in>span,
    .w-title16 .title-h-in>span {
        font-size: 100%;
    }

    .w-title28 .tith span {
        font-size: 130%;
    }

    .w-social .social-item {
        margin-right: 0.8em;
    }

    .product-detail-info .product-title h2 {
        font-size: 135%;
    }
}