@charset "utf-8";
/*当前页面菜单锁定*/
.pc-menu .index ul li.current{
	background: #f3782c url(../images/head_current.png) no-repeat center bottom;				
}
	.pc-menu .index ul li.current a{
		color: #000;
	}	
	
	
/*detail*/
.detail{
	width: 100%;
	overflow: hidden;
}       
	.detail .index{
		width: 1180px;
		overflow: hidden;
		margin: 0 auto;
		padding-bottom: 100px;
	}
	.detail .index h1{
		width: 100px;
		font-size: 20px;
		line-height: 35px;
		margin-bottom: 25px;
		border-bottom: 1px solid #f3782c;
	}	
/*左右结构	*/
	/*smallPicture 左小图*/
	.smallPicture{
		width: 30%;
		overflow: hidden;
		float: left;
	}
		.smallPicture img{
			display: block;
			width: 100%;
		}
	/*detailPicture 右细节图*/
	.detailPicture{
		width: 68%;
		overflow: hidden;
		float: right;
		padding: 0 10px;
		border-left: 1px solid #e8e8e8;
	}
		/*centerPosition 图片中间位置*/
		.detailPicture .centerPosition img{
			display: block;
			width: 240px;
			margin: 0 auto 35px;
		}
		/*allPosition 图片全部占满*/
		.detailPicture .allPosition img{
			display: block;
			margin: 0 auto;
			max-width: 100%;
		}
		
@media screen and (max-width: 640px){
/*detail*/
.detail{
	padding-bottom: 50px;
}  
	.detail .index{
	  width: 92%;
	  padding-bottom: 30px;
	}
		.smallPicture{
			width: 100%;
			float: none;
			margin-bottom: 20px;
		}
		.detailPicture{
			width: 100%;
			float: none;
			padding: 0;
			border-left: 0;
		}
			.detailPicture .centerPosition img{
				display: block;
				width: 100%;
			}
	.position .index{
		background: #efefef url(../images/icon-home.png) no-repeat 15px 13px;
	}
}