.banner {
	height:372px;
	background: url(Coin_banner.png) no-repeat center top;
}
.content {
	float: left;
	width: 100%;
	margin: 0px auto;
	background: #fff url(Coin_bg.png) center 0 no-repeat;
}
.frame{
	width:1200px;
	margin:10px auto ;
	/*border:1px solid red;*/
}
.frame2{
	width:1200px;
	margin:10px auto 128px;	
}
.bgtitle img {
	height:auto;
	margin:20px auto ;  
}
.hot{
	width:1220px;
	margin:0 auto ;
	overflow:hidden;
}
.one1{
	float:left;
	height:262px;
	margin:5px 12px 5px -1px;
}
.one1 img{ 
    cursor:pointer;
    transition:all 0.6s; 
}
.one1 img:hover {
    opacity:0.8;
	transform:scale(0.92);
}
.name1{
	font-size:14px;
	color:#fff;
	position:relative;
	top:-50px;
	text-decoration:underline;
}
.name1:hover{
	color:#f60;
}
.main{
	width:1215px;
	margin:0 auto;
	overflow:hidden;
}
.one{
	float:left;
	width:124px;
	height:222px;
	margin:0 12px 0 -1px;
}
.one img{ 
    cursor:pointer;
    transition:all 0.6s; 
}
.one img:hover {
    opacity: 0.9;
	transform:scale(0.92);
}
.name{
    font-size:14px;
	position:relative;
	top:-136px;
	color:#FFF;	
}
.name:hover{
	color:#f60;
} 
.one2{
	float:left;
	width:390px;
	height:152px;
	margin-right:15px;
}