.banner {
	height: 433px;
	background: url(Guitar_banner.png) no-repeat center top;
}

.content {
	width: 100%;
	margin: 0 auto;
	background: #fff url(Guitar_bg.jpg) center 0 no-repeat ;
	
}
.nav_box{
    background-color:#01458e;
    height: 46px;
    text-align: center;
    margin:0 auto;
}
.nav_box ul li {  
	display: inline-block;
	margin-top: 7px ;
	padding: 0px 60px;
	border-right:1px dashed #fff;
}
.nav_box a {
	font-size: 20px;
	color: #fff;
}
.nav_box ul li:last-child {
    border-right: none;
}
.frame{
	width:1200px;
	margin:10px auto 0; /*border:1px solid red;*/
}
.bgtitle img {
	height:auto;
	margin:20px auto ;  
}
.main{
	width:1220px;
	margin:0 auto ;
	overflow:hidden;
}
.one{
	float:left;
	height:109px;
	margin:0 11px 10px 0;
}
.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:-65px;
	color:#FFF;	
}
.name:hover{
	color:#f60;
}
.one1{
	float:left;
	border: 1px solid #999;
	margin:0 12px 10px 0;
	/*border: 1px solid #01458e;*/
}
.name1{
	font-size:14px;
	color:#fff;
	line-height:25px;
	background-color:#999;
}
.one1:hover{
	border-color:#01458e;
}
.one1:hover .name1{
	background-color:#01458e;
	text-decoration:underline;
}
.one2{
	float:left;
	height:156px;
	margin-right:20px;
}
.name2{
	font-size:14px;
	color:#fff;
	position:relative;
	top:-30px;
}
.one2 img{ 
    cursor:pointer;
    transition:all 0.6s; 
}
.one2 img:hover {
    opacity: 0.9;
	transform:scale(0.92);
}
.name2:hover{
	text-decoration:underline;
}
.one3{
	float:left;
	border: 1px solid #999;
	margin:0 16px 10px 0;
} 
.one3:hover{
	border-color:#01458e;
}
.one3:hover .name1{
	background-color:#01458e;
	text-decoration:underline;
}