﻿.landscape {
	position:absolute;
	bottom:0;
	margin;0 auto;
	width:80%;
	height:100px;;
	background-size:1000px 250px;
	background-repeat:repeat-x;
	background-position:center bottom;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, input, button, textarea, p, blockquote, th, td, form, pre {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
    color: #333;
    text-decoration: none;
}
/**/

 .productList {margin-top:1350px;overflow:hidden; margin-left:84px; position: static ;}
 .productList dl {
	 
	 float: left;
    width: 278px;
    margin-right: 40px;
    background: #fff;
    margin-bottom: 40px;
    transition: all 0.5s;


}
 .productList dl:nth-child(3n) {margin-right:0;}
 .productList dl dt {  font-size:0;text-align:center; 

 
    vertical-align: middle;
	
	overflow: hidden;
    height: 148px;
	
}
 .productList dl dt img {max-width:100%; }
 .productList dl dd {font-size:13px;text-align:center;line-height:30px;height:30px;overflow:hidden;
background-color: #b48e61;
color:#fff;

}
 .productList dl:hover {background:#941f25;}
 .productList dl:hover dd {color:#fff;}



 .productList dl dt img   {
    display: inline-block;
    border: none;
    vertical-align: middle;
}

.back{position:absolute;right:82px; bottom:34px;}