﻿@charset "utf-8";

body {
	color: #2a2a2a;
}
a {
	color: #2a2a2a;
}
.col-logo, .w-main .row, .topLogBox .topLogBox-in, .w-footer-in {
	max-width: 1100px;
	margin: 0 auto;
}
.body {
	overflow: hidden;
	font-size: 14px;
}
.scrollTop {
	position: fixed;
	right: 15px;
	bottom: 30px;
	cursor: pointer;
}
/*---------------------header-----------------------*/
.w-logo h1 {
	font-size: 42px;
}
.w-logo h1, .w-logo a {
	color: #D8D8D8;
}
.col-right .w-custom {
	position: relative;
	left: 50%;
	margin-left: -550px;
	float: left;
	height: 60px;
	overflow: hidden;
}
.w-nav {
	border: 1px solid #ececec;
	background: #fff;
}
.w-nav .nav_inner {
	display: block;
}
.w-nav .nav_inner > li {
}
.w-nav li a {
	text-decoration: none;
	color: #fff;
	padding: 0 10px;
	font-size: 15px;
}
.w-nav .nav_inner > li > a, .w-nav .nav_inner > li > .li-parent-div > a {
	line-height: 59px;
	display: block;
	color: #444444;
}
.w-nav .nav_inner > li > .submenu {
	top: 59px;
	left: 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: left;
}
.w-nav .nav_inner > li:hover > a, .w-nav .nav_inner > li:hover > .li-parent-div > a, .w-nav .nav_inner > li.active > a, .w-nav .nav_inner > li.active > .li-parent-div > a, .w-admin-header .w-nav .nav_inner > li:hover > a, .w-admin-header .w-nav .nav_inner > li:hover > .li-parent-div > a, .w-admin-header .w-nav .nav_inner > li.active > a, .w-admin-header .w-nav .nav_inner > li.active > .li-parent-div > a {
	color: #444;
}
.topLogBox {
	position: absolute;
	left: 0;
	right: 0;
}
.topLogBox, .topLogBox a {
	font-size: 12px;
	color: #818181;
}
.topLogBox a {
	margin: 0 6px;
	text-decoration: none;
}
.topLogBox .topLogBox-in {
	position: relative;
}
.topLogBox .w-loginRegister, .topLogBox .w-shopCart, .topLogBox .w-languege {
	float: right;
	position: relative;
	z-index: 9;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-top: 2px;
}
.w-shopCart {
	margin-left: 30px;
}
.w-shopCart i {
	background: url(../images/shopcart.png) no-repeat center;
	width: 19px;
	height: 19px;
	vertical-align: middle;
	display: inline-block;
*zoom:1;
	margin-right: 2px;
}
.topLogBox .w-search {
	display: none;
}
.topLogBox .w-search, .search_pc .w-search {
	position: relative;
	margin-left: 5px;
}
.topLogBox .w-search .input-search-w, .search_pc .w-search .input-search-w {
	background: none;
	width: 385px;
	height: 32px;
*width:327px;
*height:30px;
	line-height: 30px;
	padding: 0 53px 0 5px;
	border: 1px solid #D3D3D3;
}
.topLogBox .w-search .search-btn-w, .search_pc .w-search .search-btn-w {
	position: absolute;
	width: 53px;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: pointer;
}
.topLogBox .w-search .search-btn-w span, .search_pc .w-search .search-btn-w span {
	display: block;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #fff;
}
.search_pc {
	position: relative;
	z-index: 1000;
	max-width: 1100px;
	margin: -23px auto 0;
	background: #3498DB;
	overflow: hidden;
}
.search_pc .w-search {
	float: right;
	margin: 8px 20px;
}
.search_pc .w-search .input-search-w {
	border: 0;
	background: #fff;
	color: #333;
}
.nav_right_mask {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	background: #000;
	opacity: 0.3;
*filter:alpha(opacity=30);
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
}
/*-----------------------banner------------------*/
.banner .bx-wrapper .bx-prev {
	background-image: url("../images/banner_pre.png") !important;
	left: 0 !important;
	background-position: left center !important;
}
.banner .bx-wrapper .bx-next {
	background-image: url("../images/banner_next.png") !important;
	right: 0 !important;
	background-position: right center !important;
}
.banner .bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff !important;
	opacity: 1;
*filter:alpha(opacity=100);
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff !important;
}
.banner .bx-wrapper .bx-pager {
	bottom: 25px !important;
}
/*---------------footer------------------*/
.w-footer {
	color: #eee;
	line-height: 2;
	background: #152530;
	font-size: 90%;
}
.w-footer a {
	color: #eee;
}
.w-footer .icon-social {
	background-image: url(../images/icon-social-foot-w-white.png);
	opacity: 0.8;
*filter:alpha(opacity=80);
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.w-footer .icon-social:hover {
	background-image: url(../images/icon-social-foot-w-white.png);
	opacity: 1;
*filter:alpha(opacity=100);
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
/*----------------------------组件-----------------------*/
.w-text {
	line-height: 1.8;
}
.search-defaut-w {
	max-width: none;
}
.btn-default-w {
	border: none;
	color: #fff;
	padding: 0.3em 2em;
	min-width: 7em;
	text-align: center;
	background: none;
	border: 1px solid #16242E;
	background: #16242E;
	line-height: 1.8;
}
.btn-default-w:hover, .btn-default-w:focus, .btn-global-w:hover, .btn-global-w:focus {
	text-decoration: none;
}
.btn-default-w:hover {
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}
.w-footer .btn-default-w {
	border-color: #eee;
	color: #eee;
}
.w-footer .btn-default-w:hover, .w-footer .btn-default-w:focus, .w-footer .btn-global-w:hover, .w-footer .btn-global-w:focus {
	background-color: #fff;
	color: #000;
	text-decoration: none;
	border-color: #fff;
}
.gallery-mar {
	margin: 10px;
}
.gallery-border {
	border: 1px solid #CCDADD;
}
.icon-social {
	background-image: url(../images/icon-social-w.png);
}
.search-defaut-w .input-search-w {
	border-color: #d3d3d3;
	padding-right: 50px;
}
.search-defaut-w .search-btn-w {
	background: none;
	width: auto;
	min-width: auto;
}
.search-defaut-w .search-btn-w span {
	display: block;
	line-height: 3em;
	color: #fff;
	padding: 0 1.5em;
}
.w-footer .search-defaut-w {
	background: url(../images/searchbg.png) repeat;
}
.w-footer .search-defaut-w .input-search-w {
	background: none;
	border: 0;
	line-height: 3.2;
	height: 3.2em;
	color: #fff;
}
.w-footer .search-defaut-w .search-btn-w {
	background: #3D464E;
	border-left: 1px solid #fff;
	border-left: 1px solid rgba(0,0,0,0.3);
}
.w-footer .search-defaut-w .search-btn-w span {
	line-height: 3.2em;
	padding: 0 1.2em;
}
.w-footer .search-defaut-w .search-btn-w:hover {
	background-color: #5193C3;
	border-color: rgba(0,0,0,0.3);
}
/*title*/
.color_main, .color_vice {
	color: #444444;
}
.lineborder {
	border-color: #d6d6d6;
}
.linebg {
	background-color: #e8e8e8;
}
.w-title34 .tith .line {
	background: #6f6f6f;
}
.w-title28 .tith span {
	font-size: 24px;
}
.w-title28 .tith > em {
	padding: 0;
}
.w-title20 .tith {
	line-height: 1.8;
}
.w-title20 .tith span {
	font-weight: bold;
	color: #4a4a4a;
}
/*--------------------系统------------------------*/
.systitle {
	color: #000;
	font-size: 24px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}
.crumbs {
	padding: 0 3px 12px;
	line-height: 1.8;
}
.crumbs .crumbs_in {
	padding: 0 10px;
}
.w-pages {
	text-align: center;
}
.w-pages a {
	border: 1px solid #DDDDDD;
	background: none;
	color: #5A5A5A;
}
.w-pages a.disabled {
	background: none !important;
	color: #bbb !important;
	border-color: #bbb !important;
}
.product-detail-info .product-quantity .stock {
	padding-top: 0;
}
/*-----------------------------产品----------------------*/
.w-prd-list-cell .w-prd-con {
	border: 1px solid #eee;
	padding: 15px;
}
.w-product3 .w-prd-list-cell .w-prd-con {
	padding-left: 0;
}
.w-prd-list1 .w-prd-list-cell .w-prd-infobox {
	padding: 5px 0 0;
}
.w-product1 .w-prd-list-cell .w-prd-infobox {
	padding: 0.5em 0 0;
}
.w-prd-list-cell .w-prd-price-groups {
	margin-bottom: 0;
	color: #ACACAC;
	font-size: 90%;
}
.w-prd-list-cell .w-prd-price-groups .product-price-prefix {
	font-weight: normal;
}
.w-prd-list-cell .w-prd-price-groups > div {
	font-size: 100%;
}
.w-prd-list-cell .w-prd-btns a {
	line-height: 1.5;
}
.w-prd-list-cell .w-prd-btns a.btn-buy {
	background: #628A82;
	border-color: #628A82;
	color: #fff;
}
.w-product .w-prd-infobox h2, .w-prd-list-cell .w-prd-infobox h2 {
	margin-bottom: 0;
}
.w-prd-list-cell .w-prd-infobox h2 a {
	font-size: 15px;
}
.w-prd-list-cell .w-prd-price-groups .w-prd-price-sale .product-price-amount {
	color: #ff0000;
}
.w-prd-list-cell .w-prd-price-groups .w-prd-price-markit .product-price-amount {
	color: #000;
}
.w-prd-list-cell .w-prd-sum {
	line-height: 1.2;
	font-size: 90%;
	margin-top: 3px;
}
.product-detail-info .product-grayBox .product-prices {
	line-height: 1.2;
}
.w-product .w-prd-list-cell .w-prd-price-groups {
	color: #ff0000;
}
.w-product .w-prd-list-cell .w-prd-price-groups .w-prd-price-markit .product-price-amount {
	color: #ff0000;
}
.info_tab ul {
	padding: 0;
}
.info_tab_in {
	border-color: #ccc;
}
.info_tab li {
	border: 0;
	background: none;
	margin-bottom: 0;
}
.info_tab li a {
	color: #212121;
	background: url(../images/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 {
	background: none;
}
.info_tab li.cur_tab a {
	color: #8A8A8A;
}
/*----------------------------新闻-------------------------*/
.w-News-list2 li .news-item, .w-News-list1 li, .w-News-list3 li, .w-News-list4 li, .w-News-list6 li, .w-News-list7 li, .w-adNews4 li, .w-adNews6 .adNewsTL li, .w-adNews8 li, .w-adNews9 li {
	border-color: #ebebeb;
}
.w-adNews .date, .w-News-list .news-com .date {
	color: #c6c6c6;
}
.w-News-list .news-h a {
	color: #5A5A5A;
}
.w-News-list, .w-News-list a, .w-News-list .news-com .date, .w-News-list .news-com .news-sum {
}
.w-News-list1 .news-com .news-sum, .w-News-list2 .news-com .news-sum, .w-News-list3 .news-com .news-sum, .w-News-list4 .news-com .news-sum {
	line-height: 1.2;
}
.w-News-list2 .news-com .news-sum {
	height: 3.6em;
}
.newsDetail .newsTitle {
	color: #333;
}
.w-News-list1 .news-com .news-sum {
	margin-top: 0;
}
.w-adNews {
	line-height: 1.3;
}
.w-adNews2 li .news-item .news-com .news-h, .w-adNews5 li .news-h, .w-adNews3 .w-adNews-texts li .w-adNews-textH h3, .w-adNews6 .adNewsF .news-h {
	font-size: 115%;
}
.w-adNews1 li .news-item .news-com .news-h a {
	color: #4c4c4c;
}
.w-adNews1 li .news-item .news-com .news-sum {
	color: #777;
}
.w-adNews3 .w-adNews-texts li .numberQ {
	color: #000;
}
.w-adNews3 .w-adNews-imgs .news-img .news-buoy-content .mask {
	background: #000;
}
.w-adNews5 li {
	border-bottom: 0;
	padding: 0.7em 0;
}
.w-adNews5 li .news-com {
	margin-left: 27%;
}
.w-adNews7 .adNewsL li {
	background: #f0f0f0;
}
.adNews7datebg {
	background: #ddd;
}
.newsDetail .newsSummary {
	background-color: #eaeaea;
}
/*----------------------菜单----------------------------*/
.w-com-menu li > .div-parent > .fa-plus::before {
	content: "\f107";
}
.w-com-menu li.open > .div-parent > .fa-plus::before {
	content: "\f106";
}
/*-----------------------会员中心和购物车--------------------*/
.w-admin-nav .w-nav-in {
	max-width: 1200px;
	margin: 0 auto;
}
/*---------------------登录注册--------------------------*/
.w-admin-header .w-admin-nav {
	margin-left: 0 !important;
}
.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("../images/signboxbg.png");
}
.login-button-A {
	background-image: url("../images/signbtnbg.png");
}
.login-checkA input.checked[type="checkbox"] + label {
	background-image: url("../images/login-checked.png");
}
.login-input-A, .login-button-A, .login-checkA label {
	border-color: #999;
}
@media (min-width:768px) {
/*---------------------------菜单-------------------------*/
.side_bar {
	width: 200px;
}
.side_left {
	margin-left: 230px;
}
.systitle {
}
.w-com-menu-V {
	text-align: center;
}
.w-com-menu-V .systitle {
	display: none;
}
.w-com-menu-V > .w-com-menu-in > .ul-parent {
	padding: 0 0 50px;
}
.w-com-menu-V > .w-com-menu-in > .ul-parent > .li-parent {
	margin-bottom: 3px;
}
.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: 2;
}
.w-com-menu-V > .w-com-menu-in > .ul-parent > .li-parent > .div-parent .fa {
	line-height: 2.4em;
}
.w-com-menu-V > .w-com-menu-in > .ul-parent > .li-parent > .div-parent a, .w-com-menu-V > .w-com-menu-in > .ul-parent > .li-parent > .div-parent .fa {
	color: #fff;
}
.w-com-menu-V li a {
	font-size: 13px;
}
.w-com-menu-V .ul-submenu .li-parent .div-parent {
	border: 0;
}
.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 a, .w-com-menu .ul-submenu .fa {
	color: #fff;
}
.w-com-menu .ul-submenu .fa {
	line-height: 1.8;
}
.w-com-menu-H {
}
.w-com-menu-H >.w-com-menu-in {
	max-width: 1100px;
	margin: 0 auto;
}
.w-com-menu-H >.w-com-menu-in > ul {
	display: inline-block;
*display:inline;
*zoom:1;
	vertical-align: bottom;
}
.w-com-menu-H >.w-com-menu-in > ul > li {
	float: left;
	position: relative;
	text-align: center;
	margin: 0 15px;
}
.w-com-menu-H li {
	margin: 0;
}
.w-com-menu-H li a {
	color: #fff;
}
.w-com-menu-H >.w-com-menu-in>.ul-parent> li >.div-parent a {
	padding: 0 10px;
	line-height: 40px;
	min-width: 136px;
*min-width: 116px;
	display: block;
	background: #16242E;
}
.w-com-menu-H .menu_simpline_cur {
	position: absolute;
	left: 0;
	right: 0;
	height: 4px;
	bottom: -4px;
	background-repeat: no-repeat;
	background-position: center;
}
.w-com-menu-H .ul-submenu {
	padding: 10px 0;
	top: 40px;
	width: 136px;
	background: #666666;
}
.w-com-menu-H .ul-parent > li> .ul-submenu > ul {
	background: none;
}
.w-com-menu-H .ul-submenu .ul-submenu {
	top: 0;
	left: 136px;
	padding-top: 0;
}
.w-com-menu-H .ul-submenu li {
	float: none;
}
.w-com-menu-H .ul-submenu li .div-parent {
}
.w-com-menu-H .ul-submenu li a {
	line-height: 1.5;
	color: #fff;
	padding: 4px 8px;
	font-size: 13px;
	white-space: normal;
}
.w-com-menu-H .ul-submenu .ul-submenu-up {
	display: none;
}
.order-progress .order-progress-line .order-progress-line-sec .line {
	width: 111px;
}
/*title*/
.w-title16 h2 {
	font-size: 36px;
	font-weight: 200;
}
.w-title20 .tith span {
	font-size: 30px;
}
}
@media (min-width:961px) {
.col-logo {
	padding: 10px 0;
	position: relative;
	z-index: 1;
}
.w-logo {
	min-height: 105px;
	min-width: 40px;
}
.w-logo h1 {
	line-height: 105px;
}
.w-nav {
}
.w-nav .nav_inner > li {
	float: left;
	text-align: center;
	position: relative;
}
.w-nav .nav_inner > li > a, .w-nav .nav_inner > li > .li-parent-div > a {
	padding: 0 10px;
}
.w-nav .li-parentOne-div .fa {
	display: none;
}
.w-nav .submenu {
	box-shadow: 0 2px 2px rgba(255,255,255,0.2);
	-moz-box-shadow: 0 2px 2px rgba(255,255,255,0.2);
	-webkit-box-shadow: 0 2px 2px rgba(255,255,255,0.2);
}
.w-nav .submenu li {
	width: 171px;
}
.w-nav .submenu li .submenu {
	left: 171px;
}
.w-admin-header .w-admin-row {
	width: 100%;
}
.w-admin-header .w-admin-nav {
	float: none;
	margin-left: 0;
}
.w-admin-header .w-admin-row {
	position: relative;
}
.w-admin-shopCart {
	position: absolute;
	right: 10px;
	top: 5px;
	margin-right: 0;
	z-index: 2;
}
.w-admin-shopCart a {
	background: #fff;
	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: 115px;
}
.w-nav .li-parent-div .fa-plus:before {
	content: "\f105";
}
.nav_simpline_cur {
	display: block;
	height: 5px;
	width: 0;
	position: absolute;
	bottom: -1px;
	left: 0;
}
.w-nav .nav_inner > li:hover .nav_simpline_cur, .w-nav .nav_inner > li.active .nav_simpline_cur {
	width: 100%;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
/*---------------------------topLogBox--------------------------*/
.topLogBox {
	top: 0;
}
.topLogBox .col_item {
	position: absolute;
	right: 0;
}
}
@media (min-width:1101px) {
.w-com-menu-H {
	width: 2000px;
	margin-left: -450px;
}
}
@media (min-width:1201px) {
.w-admin-shopCart {
	right: 50%;
	margin-right: -590px;
}
.banner .bx-controls-direction {
	width: 1200px;
	position: absolute;
	height: 1.66rem;
	top: 50%;
	margin-top: -0.83rem;
	left: 50%;
	margin-left: -585px;
}
.w-nav .nav_inner > li {
	margin: 0 25px;
}
}
@media (min-width:1350px) {
.w-nav .nav_inner > li {
	margin: 0 30px;
}
}
@media (max-width:1200px) {
.w-nav .nav_inner > li {
	margin: 0 10px;
}
}
@media (max-width:1100px) {
.col-right .w-custom {
	display: none;
}
.w-main .row, .w-header .row, .w-footer-in, .topLogBox .topLogBox-in {
	width: 100%;
}
.col-table {
	margin: 0;
}
.w-nav .nav_inner > li > a, .w-nav .nav_inner > li > .li-parent-div > a {
	min-width: auto;
	display: block;
}
}
@media (min-width:768px) and (max-width:1100px) {
.w-com-menu-H > .w-com-menu-in > .ul-parent > li > .div-parent a {
	min-width: auto;
}
/*---------------------头部--------------------------------*/
	/*.w-admin-shopCart{ margin-right:10px;}
	.w-admin-shopCart a{padding:7px 5px;}
	.w-admin-shopCart a span,.w-admin-shopCart a .fa-angle-right{display:none;}
	.w-admin-shopCart a .num{left:20px;}*/
}
@media (max-width:960px) {
html {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}
body {
	height: 100%;
	min-width: 100%;
}
.body {
	padding-top: 1.56rem;
}
/*--------------------header---------------------*/
.w-header, .w-admin-header, .body-login .w-admin-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 0;
	height: 1.56rem;
	background: #fff;
	z-index: 999;
	color: #000;
	box-shadow: 0 0 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.1);
}
.col-logo {
	float: none;
	text-align: center;
}
.w-logo {
	padding: 0 1.2rem;
	height: auto;
	min-height: 0;
	min-width: 0;
}
.w-logo h1 {
	font-size: 0.7rem;
	margin-top: 0.35rem;
	margin-bottom: 0;
}
.w-logo-img {
	display: block;
	padding: 0.25rem;
	line-height: 1.06rem;
}
.w-logo-img img {
	max-height: 1.06rem;
}
.col-right {
	position: fixed;
	left: -70%;
	width: 70%;
	background: #fff;
	top: 0;
	bottom: 0;
	padding: 0;
	padding-bottom: 9em;
	margin-top: 0px;
	z-index: 3;
}
.topLogBox {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.topLogBox, .topLogBox a {
	color: #6a6a6a;
}
.col-com {
	border-top: 1px solid #e1e1e1;
	float: none;
}
.topLogBox .w-loginRegister, .topLogBox .w-shopCart, .topLogBox .w-languege {
	float: none;
	margin: 0;
	padding: 0.5em;
	border-bottom: 1px solid #e1e1e1;
}
.col-com>div:last-child {
	border-bottom: 0;
}
.search_pc {
	display: none;
}
.topLogBox .w-search {
	display: block;
	margin: 0.5em 1em;
}
.w-header .w-search .input-search-w {
	width: 100%;
	box-sizing: border-box;
	height: 2.5em;
	line-height: 2.5em;
}
.w-nav {
	background: none;
	overflow-y: auto;
	height: 100%;
}
.w-admin-header .w-admin-nav {
	margin-left: 0;
}
.w-nav {
	border: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.w-nav ul {
	list-style: none;
	padding-left: 0;
}
.w-nav .nav_inner > li {
	display: block;
	margin: 0;
}
.w-nav .nav_inner > li > a, .w-nav .nav_inner > li > .li-parent-div > a {
	line-height: 2.5;
	color: #666;
	padding: 0 12px;
}
.w-nav li {
	border-bottom: 0;
	border-top: 0;
	float: none;
}
.w-nav li a, .w-nav .submenu li a {
	display: block;
	color: #6a6a6a;
	text-align: left;
	border-bottom: 1px solid #e1e1e1;
	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-admin-shopCart, .w-admin-top {
	display: none;
}
.signTel, .shopCartTel, .signQuitTel {
	display: block;
}
.w-admin-header .w-admin-nav {
	position: fixed;
	left: -70%;
	width: 70%;
	background: #fff;
	top: 0;
	bottom: 0;
	padding: 0;
	margin-top: 0px;
	z-index: 3;
	display: block;
}
.w-admin-nav .w-nav-in {
	height: 100%;
}
.order-progress {
	display: none;
}
}
@media (max-width:767px) {
.scrollTop {
	display: none;
}
/*----------------------系统页-------------------*/
.systitle {
	font-size: 125%;
}
/*----------------------新闻---------------------------*/
.w-adNews5 li .news-h {
	font-size: 105%;
}
}
@media only screen and (max-width:479px) {
.body {
	font-size: 0.375rem;
}
.w-title28 .tith span {
	font-size: 120%;
}
.w-prd-list-cell .w-prd-con {
	padding: 0.5em;
}
.w-prd-list-cell .w-prd-infobox h2 a {
	font-size: 105%;
}
}
