@font-face{font-family:'icon-font';src:url("/static/css/font/icon-font/icon-font.eot");src:url("/static/css/font/icon-font/icon-font.eot?#iefix") format("embedded-opentype"),url("/static/css/font/icon-font/icon-font.svg#icon-font") format("svg"),url("/static/css/font/icon-font/icon-font.woff") format("woff"),url("/static/css/font/icon-font/icon-font.ttf") format("truetype");font-weight:normal;font-style:normal}
html {
	font-size: 62.5%;
}

body {
	font-family: 'Microsoft Yahei Light',Lantinghei,'Microsoft Yahei',verdana,sans-serif;
}

div, p, h1, h2, h3, h4, h5, h6, h7, ul, li, lo, table, dl, dt, dd, button {
	margin: 0;
	padding: 0;
}

div {
	display: block;
}

header {
	display: block;
}

header > div {
	width: 100%;
	overflow: hidden;
}

/******** top area **********/
header .header1 {
	background-color: #F9F9F9;
	border-bottom: 1px solid #eee;
	padding: 8px 0;
}
header .header1 a {
	text-decoration: none;
}
header .header1 .search .searchBtn{
	padding: 0 8px;
	/* background: #e47911;
	border: #e47911 solid 1px; */
	border: none;
	background: #fff;
}
/******** top area **********/

/******** header2 **********/
header .header2 {
}

header .header2 .topmenu {
	display: none;
}

header .header2 .search-input {
	padding: 30px 10px;
}

header .header2 .search-input input {
	width: 100%;
	height: 34px;
	border: 0;
}

header .header2 .search-input input:FOCUS {
	box-shadow: none;
}
/******** header2 **********/



#logo img {
/* 	height: 100%; */
	max-height: 80px;
/* 	max-width: 180px; */
}

#siteTitle h1 {
	font-size: 44px;
	font-weight: bolder;
	margin: 20px 0 0 20px;
}

#siteTitle h1 a {
	text-decoration: none;
}

#siteTitle h2 {
	font-size: 16px;
	font-weight: bolder;
	margin: 5px 0 30px 20px;
}

/******** mainmenu **********/
#main-menu {
	text-align: center;
/* 	float: right; */
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 7px;
}

#main-menu > ul {
	list-style: none;
}

#main-menu > ul > li {
/* 	border-bottom: solid #fff 1px; */
	position: relative;
	display:inline-block;
	margin: 0;
	padding: 0;
	border: 0;
}

#main-menu > ul > li > a {
	text-decoration: none;
	display: block;
	padding: 15px 25px;
	padding: 1.3rem 1.8rem;
	font-size: 16px;
	font-size: 1.6rem;
}

#main-menu > ul > li > a:HOVER {
	-moz-opacity:0.5;
	filter:alpha(opacity=50);
	text-decoration: none;
	/* border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; */
}

#main-menu > ul > li > div {
	display: none;
	position: absolute;
	background-color: #fff;
	border: solid 1px #bbb;
	z-index: 99;
	right: 0;
}

.nav {
	margin: 10px 0;
}

#toplink {
	margin: 10px 0;
	text-align: right;
	min-height: 15px;
}

#toplink a {
	font-size:12px;
	padding: 5px;
}
/******** topmenu **********/

/******** topmenu-icon **********/
.topmenu-icon {
	display: none;
}
.topmenu-mobile {
	display: none;
	position: absolute;
	background: rgba(0,0,0,0.85) 0%;
	width: 100%;
	top:0;
	left: 0;
	padding: 1.5rem 2rem;
	z-index: 999;
}

.topmenu-mobile ul {
	list-style: none;
	padding-left: 3rem;
}

.topmenu-mobile ul li {
	padding: 1.5rem 0;
}

.topmenu-mobile .close-icon {
	display: block;
	overflow: hidden;
}

.topmenu-mobile .close-icon a {
	padding: 1.2rem 0;
	font-size: 1.6rem;
	display: block;
	float: right;
	vertical-align: middle;
}

.topmenu-mobile a {
	color: #fff;
	font-size: 1.8rem;
	text-decoration: none;
}

.topmenu-mobile a:HOVER {
	color: #00a2e9;
}

.topmenu-mobile .underline {
	/* padding: 1.5rem 0;
	margin: 0 3rem; */
	border-top: 1px solid #fff;
	
}

/******** topmenu-icon **********/

/******** nav **********/
#nav {
	padding: 10px 0;
/* 	background-color: #F5F5F5; 
	border-bottom: 1px solid #BBBCBD;*/
}

#nav a {
	color: #232f3e;
	text-decoration: none;
}

#nav a:HOVER {
	color: #00a2e9;
}

#nav #currentNav {
	display:inline;
}
/******** nav **********/

/******** body **********/
.content {
	min-height: 400px;
	overflow: hidden;
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.left-menu {
	display: block;
	float: left;
	width: 20%;
	padding: 10px 0;
	list-style-type: none;
}

.left-menu > li {
	margin: 0;
	padding: 0 5px;
}

.left-menu > li > a {
	border-bottom: none;
	padding: 10px 0 10px 15px;
	width: 100%;
	display: block;
	text-decoration: none;
}

.right-content {
	float: left;
	width: 80%;
}

.right-content .categoryPath {
	margin: 20px 0 15px 1.875%;
}

.right-content .categoryPath span {
	font-weight: bold;
}

.right-content .productlist {
	margin: 0 1.875%;
	padding-bottom: 10px;
}

.categorylist {
	border: 1px #232f3e dotted;
	padding: 10px 30px;
	margin: 0 1.875% 15px 1.875%;
}

.categorylist > ul {
	list-style: none;
}

.categorylist > ul > li {
	display: inline-block;
	margin-right: 30px;
}

.categorylist > ul > li > a {
	text-decoration: none;
	color: #232f3e;
}

.categorylist > ul > li > a:HOVER {
	color: #e47911;
}

.productlist > .bar {
	overflow: hidden;
}

.productlist > .bar > a {
	border: #e47911 1px solid;
	color: #e47911;
	padding: 3px 10px;
	font-size: 12px;
	text-decoration: none;
	margin-right: 5px;
}

.productlist > .bar > a.selected {
	background: #e47911;
    color: #fff;
}

.productlist .section{
	padding: 20px 0 0;
}

.productlist .section > div > p{
	color:#314A5A!important;
	font-size: 20px;
	border: #6ea7d8 solid 1px;
	border-radius: 5px;
	padding: 3px 0 3px 20px;
	background: rgba(116, 177, 191, 0.45);
}

.productlist .section > div > p > span:BEFORE {
	border: 10px solid transparent;
	border-left-color: #f00;
	width: 0;
	height: 0;
}

.productlist ul {
	list-style-type: none;
	overflow: hidden;
	margin-top: 15px;
}

.productlist .product {
	
	/*  box-shadow: 1px 1px 3px 0 #f2f2f2;
	background: #fdfdfd;*/
	text-align: center;
	margin: 0 2%;
}

.productlist .product > a {
	overflow: hidden;
	display: table-cell;
	height: 202px;
	width: 202px;
	vertical-align: middle;
	text-align: center;
}

.productlist .product > a > div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.productlist .product img {
	margin: 0 auto;
/* 	border-radius:5px; */
	max-width: 200px;
    max-height: 200px;
}

.productlist .product .caption {
	padding: 10px 0 2px;
}

.productlist .product h5 a {
	color: #004B91;
	display: block;
	height: 24px;
	line-height: 12px;
}

.productlist .product h5 a:HOVER {
	color: #e47911;
	text-decoration: none;
}



.productlist .product .price {
	color: #b12704!important;
}

.cartpage-left {
	width: 75%;
	float: left;
}

.cartpage-right {
	padding-top: 15px;
	width: 25%;
	float: left;
}

.loginpage-left {
	width: 50%;
	float: left;
}

.loginpage-right {
	width: 50%;
	float: left;
	border-left: 1px solid #ccc;
}
/******** body **********/

/******** footer **********/
footer {
	overflow: hidden;
}

footer > div {
	overflow:hidden;
	font-size:14px;
}
footer .info {
	padding: 20px 0;
}
footer .copyright {
	padding: 15px;
}
/******** footer **********/



#loginForm input:FOCUS {
	box-shadow: none;
	-webkit-box-shadow: none;
}

#registerForm input:FOCUS {
	box-shadow: none;
	-webkit-box-shadow: none;
}

#addressForm input:FOCUS {
	box-shadow: none;
	-webkit-box-shadow: none;
}

.orders-page .page-area a {
	color: #fff;
	padding: 2px 3px;
	margin: 1px 2px;
}

.orders-page .page-area a.selected {
	background: #fff;
	color: #6A7F99;
}

.products-page {
	float: right;
}

.productlist .page-area {
	text-align: right;
	padding: 2px;
}

.productlist .page-area a {
	color: #e47911;
	border: #e47911 1px solid;
	padding: 3px 7px;
	text-decoration: none;
	margin-left: 3px;
	font-size: 12px;
}

.productlist .page-area a.selected {
	background: #e47911;
	color: #fff;
}

.productdetail {
	margin-top: 15px;
}

.productdetail .images{
	width: 40%;
	float: left;
}

.productdetail .images .largeImageDiv {
	border: none; width: 80%;
}

.productdetail .images .smallImages {
	width: 20%;float: right;
	list-style: none;
}

.productdetail .images .smallImages li {
	margin-left: 5px;
}

.productdetail .images .smallImages li img {
	width: 100%;display: block;cursor: pointer;
	border: 1px dotted #000;
}

.productdetail .images .smallImages li img.selected {
	border: 3px solid #000;
}

.productdetail .desc{
	width: 60%;
	float: left;
	padding-left: 1%;
}

/********* news ************/
.newslist {
	list-style:none;
}

.newslist li {
	padding: 7px 0;
	border-bottom: 1px dotted #D6CFCF;
}

.newslist li > h3 {
	margin: 5px 0 8px;
}

.newslist li > h3 a {
	font-size:18px;
	color: #00a2e9;
	font-weight: bold;
}

.newslist li > p {
	overflow:hidden; 
	text-overflow:ellipsis;
	line-height: 20px;
}

.newslist li > span {
	font-style: italic;
}

/********* news ************/

/******** common **********/
.item-box {
	background-color: #fff;
	border: 1px solid #c5d8db;
	margin: 15px;
	overflow: hidden;
}

.item-box .header {
	padding: 10px;
    font-weight: bold;
    color: #314A5A;
    border-bottom: solid 1px #C5D8DB;
    background: linear-gradient(#fff, #E4EBEC);
    background: -webkit-linear-gradient(#fff, #E4EBEC);
    background: -o-linear-gradient(#fff, #E4EBEC);
    background: -moz-linear-gradient(#fff, #E4EBEC);
}

.item-box label {
	text-align: right;
}

.item-box input {
	width: 300px;
	max-width: 100%;
}

.item-box textarea {
	max-width: 100%;
}

.home-section {
	overflow: hidden;
}

.home-section h3 {
	background: #21b6ff;
	padding: 5px 0 4px 15px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

.home-section ul {
	list-style: none;
	padding: 5px;
	overflow: hidden;
}

.home-section ul li {
	width: 50%;
	float: left;
	text-align: center;
	padding: 5px;
	border-radius: 5px;
}

.home-section ul li .name {
	white-space:nowrap;
}

.home-section ul li > div {
	border: 1px solid #35b6ff;
	border-radius: 5px;
	overflow: hidden;
}

.home-section ul img {
	width: 100%;
}

@media screen and (min-width:1200px) {
	.content {
		width: 1170px;
	}
	#main-menu {
		width: 1170px;
	}
	
	.productlist ul li {
		width: 25%;
		display: block;
		float: left;
		padding-bottom: 10px;
	}

}
@media screen and (min-width:993px) and (max-width:1199px) {
	.content {
		width: 970px;
	}
	#main-menu {
		width: 970px;
	}
	.topmenu > ul > li > a {
		padding: 0.8rem 1.6rem;
		font-size: 1.5rem;
	}
	
	.productlist ul li {
		width: 25%;
		display: block;
		float: left;
		padding-bottom: 10px;
	}
	
	.productlist .product img {
		max-width: 170px;
		max-height: 170px;
	}

}
@media screen and (min-width:768px) and (max-width:992px) {
	.content {
		width: 750px;
	}
	#main-menu {
		width: 750px;
	}
	.topmenu > ul > li > a {
		padding: 0.7rem 1.4rem;
		font-size: 1.5rem;
	}
	
	.productlist ul li {
		width: 33%;
		display: block;
		float: left;
		padding-bottom: 10px;
	}
	
	.productlist .product img {
		max-width: 170px;
		max-height: 170px;
	}
}
@media screen and (min-width:721px) and (max-width:767px) {
	.topmenu > ul > li > a {
		padding: 0.7rem 1.2rem;
		font-size: 1.5rem;
	}
	
	.productlist ul li {
		width: 50%;
		display: block;
		float: left;
		padding-bottom: 10px;
	}
	
	.newslist {
		margin: 0 0;
		list-style:none;
	}
}
@media screen and (max-width:720px) {
	#main-menu {
		display: none;
	}
	
	.topmenu {
		display: none;
		top: 7.5rem;
		position: fixed;
		background-color: #E6FBEF;
		border: 1px solid #fff;
	}
	
	.topmenu-icon {
		display: block;
		position: relative;
    	top: 1.5rem;
    	right: 2rem;
    	color: #fff;
    	font-size: 4rem;
    	height: 4rem;
    	float: right;
	}
	
	.topmenu-icon span {
		font-family: 'icon-font';
    	speak: none;
    	font-style: normal;
    	font-weight: normal;
    	font-variant: normal;
    	text-transform: none;
   	 	line-height: 1;
    	-webkit-font-smoothing: antialiased;
    	cursor: pointer;
	}
	
	.topmenu-icon span:before {
		content:"\e000";
	}
		
	.productlist ul li {
		width: 50%;
		display: block;
		float: left;
		padding-bottom: 10px;
	}
	
	#logo {
		height: 7rem;
	}
	
	#logo img {
		height: 5rem;
	}
	
	.content {
		padding-left: 0;
		padding-right: 0;
	}
	
	.newslist {
		margin: 0 0;
		list-style:none;
	}
	
	.left-menu {
		width: 100%;
	}
	
	.right-content {
		width: 100%;
	}
	
	.productdetail .images{
		width: 100%;
	}
	
	.productdetail .images .largeImageDiv {
		width: 100%;
	}
	
	.productdetail .images .smallImages {
		width: 100%;
		list-style: none;
	}
	
	.productdetail .images .smallImages li {
		float:left;
		width: 20%;
	}
	
	.productdetail .images .smallImages li img {
		
	}
	
	.productdetail .name{
		width: 100%;
	}
	
	.productdetail .desc{
		width: 100%;
	}
	
	.productlist .product > a {
		display: block;
		width: 100%;
	}
	
	.cartpage-left {
		width:100%;
	}
	
	.cartpage-right {
		width:100%;
		padding: 0 0 15px 0;
	}
	
	.loginpage-left {
		width:100%;
		padding-bottom: 15px;
	}
	
	.loginpage-right {
		width:100%;
		border-top: 1px solid #ccc;
		border-left: none;
		padding: 15px 0 15px;
	}
}