@charset "utf-8";
/* CSS Document */
/*-----------------banner--------------------*/
#banner {
	margin: 0;
}
.bannerslide li {
	width: 100%;
}
/*-----------------top--------------------*/
#storeTop {
	width: 1200px;
	margin: 70px auto 0 auto;
	padding: 20px 0;
	position: relative;
}
#storeTopLeft {
	float: left;
	width: 160px;
	margin-left:60px;
}
#storeTopLeft .squareThumb{
	border-radius:200px; 
}
#storeTopRight {
	width: auto;
	margin-left: 340px;
	padding:5px 0;
}
.storeData {
	margin: 40px 0 10px 0;
}
.storeData li {
	display: inline-block;
	border-right: 1px solid #999;
	color: #666;
	line-height: 120%;
	margin-right: 10px;
	padding-right: 10px;
}
.storeData li:last-child {
	border: 0;
}
.badge li {
	display: inline-block;
	margin-right: 15px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 24px 24px;
	padding-left: 30px;
}
.badge li.storeReal {
	background-image: url(../images/badges/storeReal.svg);
}
.badge li.storeHot {
	background-image: url(../images/badges/BP1.svg);
}
.badge li.storeExcellent {
	background-image: url(../images/badges/storeExcellent.svg);
}
/*---------rate----------*/
#topInfo {
	position: absolute;
	right: 0;
	bottom: 20px;
	text-align: right;
}
#rate {
	line-height: 100%;/*margin-bottom: 10px;*/
}
#rate li {
	display: inline-block;
	margin-left: 3px;
	width: 18px;
	height: 18px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/starEmpty.svg);
}
#rate li.star {
	background-image: url(../images/star.svg);
}
/*--------------menu------------------*/
#storeMenu {
	width: 1200px;
	margin: 0 auto;
	height: 40px;
}
#storeMenu li {
	float: left;
	width: 20%;
	position: relative;
}
#storeMenu li a {
	display: block;
	text-align: center;
	line-height: 40px;
	font-size: 17px;
	text-decoration: none;
	color: #333;
	cursor: pointer;
	text-align: center;
	background-color: #d3d3d3;
	border-right: 1px solid #fff;
}
#storeMenu li.selected a, #storeMenu li.choosed a {
	color: #fff;
	background-color: #001E3C;
}
#storeMenu li a:hover {
	color: #fff;
}
#storeMenu li ul {
	position: absolute;
	z-index:998;
	display: none;
	width: 100%;
	border:1px solid #B3b3b3;
}
#storeMenu li ul li {
	border: 0;
	position: relative;
	z-index: 995;
	float: none;
	width: 100%;
}
#storeMenu li ul li a, #storeMenu li.selected ul li a {
	display: block;
	line-height: 40px;
	color: #333;
	font-weight: normal;
	font-size: 15px;
	border: 0;
	background:#fff;
}
#storeMenu li ul li:last-child a {
	border-bottom: 0;
}
#storeMenu li ul li a:hover {
	background: #f2f2f2;
}
/*----------marquee----------------*/
#marquee {
	border: 0px solid #e0e0e0;
	width: 1200px;
	margin: 10px auto -10px auto;
	line-height: 30px;
	line-height: 30px;
	color:#820000;
	font-size:19px;
}
#marquee marquee {
	background: #f5f5f5;
}
/*------------storeNews-----------*/
.storeNews li {
	padding: 10px 0;
	border-bottom: 1px solid #e0e0e0;
}
.storeNews li:last-child {
	border: 0;
}
.storeNews li a {
	color: #333;
}
.leftVideo {
	margin: 0 -10px;
}
.storeNews li.selected a {
	color: #631216;
}
/*-------qrcode--------*/
.qrcodeLeft {
	float: left; width:90px;
}
.qrcodeLeft img {
	margin:-10px; width:100%;
}
.qrcodeRight {
	width: auto;
	margin-left: 100px;
}
/*--------indedx left right ----------*/
#storeLeft {
	float: left;
	width: 400px;
}
#storeRight {
	float: right;
	width: 420px;
}
/*--------------tab-----------------*/
#tabsNav {
	overflow: auto;
}
#tabsNav li:first-child {
	margin: 0;
	z-index: 4;
}
#tabsNav li:nth-child(2) {
	z-index: 3;
}
#tabsNav li:nth-child(3) {
	z-index: 2;
}
#tabsNav li:last-child(3) {
	z-index: 1;
}
#tabsNav li {
	float: left;
	width: 25%;
	margin-left: -10px;
	position: relative;
}
#tabsNav li a {
	display: block;
	text-decoration: none;
	color: #888;
	text-align: center;
	font-size: 17px;
	padding: 10px 0;
	background-image: url(../images/tab.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% 100%;
	background-color: transparent;
}
#tabsNav li.active a, #tabsNav li a:hover {
	color: #333;
	background-image: url(../images/tabSele.png);
}
/*---------------------album---------------------------*/
#albumLarge {
	text-align: center;
	width: 400px;
	height: 400px;
	overflow: hidden;
}
#albumThumb {
	margin-top: 10px;
}
#albumThumb li {
	width: 15%;
	margin-right: 2%;
	float: left;
	cursor: pointer;
	display: block;
	border: 1px solid #e0e0e0;
	position: relative;
}
#albumThumb li:last-of-type {
	margin: 0;
}
#albumThumb li.target {
	border: 1px solid #c7b299;
}
#albumThumb li.video span {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	background-image: url(../images/youtube.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 36px 36px;
}
