* {
    margin: 0;
}
html {
    color: #555555;
    font-size: 12px;
    font-family: "Microsoft Yahei";
}
a {
    text-decoration: none;
}
ul,li,dl,dt,dd { list-style: none; padding:0px; margin:0px;}
.clearFix{
    clear: both;
}
.header {
	position:relative;
	width:100%;
	min-width: 1263px;
	background-color: #fff;
	z-index: 6;
	transition:padding 0.2s;
}
.header .top { 
	height: 65px;
    line-height: 65px;
    position: relative;
    margin: 0 20px;
    text-align: right;
}
.header .top .logo { 
	position: absolute; 
	left:0px;
	top:0;
	display: inline-block; 
	zoom: 1; 
	vertical-align: middle;
}
.header .top .logo img {
	vertical-align: middle;
}
.header .top .links{ 
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
 }
 .container {
    position: relative;
    width: 100%;
    min-width: 1263px;
    height: 250px;
}
.recommend{
    position: relative;
    background-color: #fff;
    margin: 20px auto;
    min-width: 1200px;
    width:1200px;
}
.reviewPrd{
    position: absolute;
    top: 0px;
    right: 20px;
    line-height: 24px;
    height: 24px;
    font-size: 15px;
    color: #999;
    text-align: right;
}
.reviewPrd a{
    color: #999
}
.productList {
    margin: 10px 0;
    margin-left: -20px;
}
.productList li{
    float: left;
    position: relative;
    margin-left: 14px;
    
}
.productIntro {
    width: 230px;
    height: 370px;
}
.productIntro img{
    vertical-align: middle;
}
.productImg{
    width:230px;
    height:230px;
    text-align: center;
    line-height: 230px;
}
.productImg img{
    max-width:230px;
    max-height:230px;
    vertical-align: middle;
}
.productView {
    overflow: hidden;
    margin-top: 5px;
}
.productView p{
    line-height: 20px;
}
.viewLeft{
    float: left;
    text-align: left;
}
.titleFrame{
    width:190px;
    overflow-x: hidden;
}
.priceFrame{
    width:123px;
    overflow-x: hidden;
}

.viewLeft a.title{
    max-width: 190px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    display:inline-block;
    color:#555555;
}

.viewRight{
    text-align: right;
}
.productAction {
    margin-top: 5px;
}
.productAction button{
    width: 100px;
    text-align: center;
    line-height: 100%;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    zoom: 1;
    color: #fff;
    background: #2196F3;
    border: none;
    border-radius: 0.3em;
    padding: 8px;
}
.dailyNew{
    position: relative;
    background-color: #fff;
    margin: 0px auto;
    min-width: 1200px;
    width:1200px;
}
.newProduct{
    margin: 10px 0;
    overflow: hidden;
}
.new_left{
    float: left;
    margin-right: 20px;
    margin-left: 20px;
}
.newPrdList li{
    float: left;
    margin-left: 44px;
    margin-bottom: 10px;
}

.newPrdImg{
    width:140px;
    height:140px;
    line-height: 140px;
}
.newPrdInfo .title p{
    margin-top:4px;
    max-width: 140px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.newPrdList a {
    float: left;
    margin-left: 44px;
    margin-bottom: 10px;
    display:inline-block;
    color: #555555;
    cursor: pointer;
    height:178px;
}

.newPrdImg img{
    max-width:140px;
    max-height:140px;
    vertical-align: middle;
}
.footer {
    margin-top: 10px;
    border-top: 1px solid #D3D3D3;
    height: 60px;
    color: #888888;
    line-height: 60px;
    text-align: center;
    background: #fff;
}
#loader{
    background-color: white;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(25%, rgba(255,255,255,0.9)), color-stop(75%, rgba(255,255,255,0.9)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
}
#slideMap{
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}
#slideMap li{
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden; 
    display: block; 
    visibility: visible;
    cursor: pointer;
}
#slideMap .active{
    z-index: 2;
}
#slideMap .activeLeft{
    z-index: 1;
}
.promo-nav li{
    display: inline-block;
    margin: 3px;
}
.promo-opt .prev {
    left: 20px;
}
.promo-opt a {
    display: block;
    height: 50px;
    width: 40px;
    line-height: 30px;
    color: #fff;
    position: absolute;
    top: 175px;
    font-weight: 700;
    font-size: 64px;
    color: rgba(255,255,255,.3);
}
.promo-opt .next {
    right: 20px;
}
.promo-ft{
    z-index: 3;
}
.promo-nav {
    border-radius: 10px;
    position: absolute;
    bottom: 15px;
    height: 13px;
    text-align: center;
    font-size: 0;
    left: 50%;
    margin-left: -39px;
}
.promo-nav li {
    display: inline-block;
    margin: 3px;
}
.promo-nav li a {
    display: block;
    padding-top: 8px;
    width: 8px;
    height: 0;
    border-radius: 50%;
    background-color: rgba(255,255,255,.4);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dffffff', endColorstr='#4dffffff', GradientType=0);
}
.promo-nav .selected a {
    background: #fff;
}