
#Store{
	width: 100%;
}
.Store_content{
	width: 1200px;
	margin: 0 auto;
}
.SmallNav a{
	display: inline-block;
	height: 50px;
	line-height: 50px;
	color: #333333;
}
.StoreNews{
	width: 100%;
}
.StoreBanner{
	width: 54%;
	float: left;
}
#slider {
    position: relative;
    width: 100%;
    height: 428px;
    min-width: 100%;
    overflow: hidden;
}
#slider li{
	position: relative;
}
#slider ul li a{
	height: 428px; 
}
#slider li>p{
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.5);
	color: #FFFFFF;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 2%;
}

.arrow div > span {
    display: inline-block;
    width: 20px;
    height: 50px;
}

.left > span {
    left: 0;
    background: url(../images/AllIcon.png) no-repeat -111px -73px;
}

.right > span {
    right: 0;
    background: url(../images/AllIcon.png) no-repeat -88px -73px;
}
.arrow div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    color: white;
    text-align: center;
    padding: 10px 5px;
    background-color: rgba(0,0,0,.5);
    cursor: pointer;
}

    .arrow div:hover {
        background-color: rgba(229, 187, 115, 0.5);
    }
.StoreNewList{
	float: left;
	margin-left: 3%;
	width: 43%;
	height: 428px;
}
.StoreNewList ul li{
	width: 96%;
	padding: 2%;
	border: 1px solid #ccc;
	margin-bottom: 26px;
}
.StoreNewList ul li p{
	float: left;
    width: 73.4%;
}
.StoreNewList ul li p b{
	font-size: 16px;
	font-weight: bold;
    display: block;
    color: #333333;
    margin-bottom: 8px;
}
.StoreNewList ul li p span{
	font-size: 14px;
	color: #333333;
}
.StoreNewList ul li img{
	float: left;
	width: 24.6%;
	margin-left: 2%;
}
.StoreNewList>a{
	display: block;
	height: 25px;
	line-height: 25px;
	background: #F4F4F4;
	color: #333333;
	text-align: center;
}
.AllStore{
	margin-top: 50px;
}
.AllStore>h2{
	display: inline-block;
	height: 35px;
    font-size: 22px;
    color: #333333;
	border-bottom: 2px solid #E5BB73;
}
.Store_search{
	margin-top: 30px;
	padding: 28px;
	background-color: #f3f3f3;
}
.Store_Type{
	float: left;
}
.Store_Type>div{
	float: left;
	vertical-align: middle;
	font-size: 14px;
	margin-right: 10px;
	color: #333333;
	line-height: 24px;
}
.Store_Type>div>label{
	vertical-align: middle;
}
.Store_Type>div>input[type="radio"]{
	position: relative;
	display: inline-block;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
    box-sizing: border-box;
	width: 12px;
	height: 12px;
	border-radius: 0;
	vertical-align: middle;
	border-style: none;
	border: 1px solid #ccc;
	margin-left: 3px;
}
.Store_Type>div>input:checked{
	background: url(../images/AllIcon.png) no-repeat -91px -23px;
}
.Store_search>form{
	float: left;
	margin-left: 20px;
}
.Store_search>form>select{
	height: 25px;
	width: 260px;
	border: 1px solid #e5bb73;
	outline: none;
	vertical-align: middle;
	margin-right: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-right: 30px;
	padding-left: 20px;
	font-size: 14px;
	background: url(../images/Seleted.png) no-repeat right #FFFFFF;
	/*background-position: right;*/
	background:white \9;
	padding-right:0 \9 ;
}
.Store_search>form>input{
	height: 25px;
	width: 100px;
	line-height: 25px;
	vertical-align: middle;
	text-align: center;
	background-color: #222222;
	color: #FFFFFF;
	font-size: 14px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
	outline: none;
}

.StoreList{
	margin-top: 30px;
	max-height: 240px;
	overflow: auto;
}

.StoreList li{
	width: 29.33%;
	margin-right: 4%;
	margin-bottom: 30px;
	float: left;
}
.StoreList li a{
	display: inline-block;
	width: 100%;
}
.StoreList li a b{
	font-size: 16px;
	color: #333333;
}
.StoreList li a p{
	margin-top: 10px;
    font-size: 13px;
    color: #333333;
    line-height: 18px;
    height: 37.5px;
    overflow: hidden;
}
.ProfectStore{
    margin-top: 30px;
}
.ProfectStore>h2{
	display: inline-block;
	height: 35px;
    font-size: 22px;
    color: #333333;
	border-bottom: 2px solid #E5BB73;
}
.ProfectStore>ul{
	margin-top: 30px;
}
.ProfectStore li{
	width: 29.33%;
	margin-right: 4%;
	float: left;
	margin-bottom: 10px;
}
.ProfectStore li:nth-child(3n){
	margin-right: 0;
}
.ProfectStore li a{
	display: inline-block;
	width: 100%;
}
.ProfectStore li a img{
	width: 100%;
	display: block;
}
.ProfectStore li a p{
	height: 17px;
	line-height: 17px;
	font-size: 14px;
	color: #333333;
	margin-top: 10px;
	text-align: center;
}
