*{
	
	margin-top:16px;margin: 0;
	padding: 0;
	font-family: "Microsoft Yahei";
	font-weight: normal;
}
body{
	background-color: #f7f7f7;
}
ul,li{
	list-style: none;
}
a{
	text-decoration: none;
}
.pro-bigbox{
	width: 100%；
	height:auto;
	padding-top: 30px;
}
.pro-center{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.pro-nav{
	width: 190px;
	height: auto;
	float: left;
}
.pro-title{
	width: 100%;
	height: 100px;
	background-color: #ae0b0b;
}
.pro-title h1{
	width: 100%;
	text-align: center;
	line-height: 46px;
	font-size: 30px;
	color: #fff;
	padding-top: 12px;
}
.pro-title span{
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #fff;
	display: block;
}
.pro-nav-list {
	width: 100%;
	height: auto;
	border: solid 1px #eee;
}
.pro-nav-list li{
	width: 100%;
	height: 44px;
	font-size: 18px;
	color: #333;
	text-align: center;
	line-height: 44px;
	border-bottom: solid 1px #eee;
}
.pro-nav-list li a{	
	color: #333;
}
.pro-current{
	color: #ae0b0b!important;
}
.pro-nav-list li:hover{
	color: #ae0b0b;
	border-bottom: solid 1px #ae0b0b;
	cursor: pointer;
}
.pro-content{
	width: 990px;
	height: auto;
	float: right;
	overflow:hidden;
}
.pro-con-main{
	width: 100%;
	height: 66px;
	border-bottom: solid 1px #eee;
}
.pro-con-main h1{
	float: left;
	font-size: 26px;
	line-height: 66px;
	border-bottom: solid 3px #ae0b0b;
}

.pro-current-wz{
	float: right;
	height: 66px;
	margin-right: 10px;
}
.pro-current-wz li{
	padding: 0 5px;
	float: left;
	line-height: 66px;
	color: #666;
	font-size: 14px;
}
.pro-current-wz li span{
	display: block;
	font-size: 14px;
	color: #666;
	line-height: 66px;
	float: left;
}
.pro-current-wz li a{
	display: block;
	font-size: 14px;
	color: #666;
	line-height: 66px;
	float: left;
}
.pro-current-wz > li + li:before{
    content: "\00a0>";
    padding: 0 5px;
    color: #666;
}
.pro-current-wz  li:last-child a{
    
    padding: 0 5px;
    color: #df0024!important;
}
.pro-current-wz  li:last-child:before{
	content: none;
}
.pro-pic-list{
	width: 100%;
	height: auto;
	margin : 30px 0;
}
.pro-pic-list li{
	width: 306px;
	height: 380px;
	float: left;
	margin: 0 25px 25px 0;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.pro-pic-list li a{
	width: 306px;
	height: 380px;
	color: #333;
	font-size: 24px;
	display: block;
}
.pro-pic-list li:nth-child(3n){
	margin-right: 0;
}
.pro-pic-list li a img{
	width: 100%;
	height:306px;
}
.pro-pic-list li a span{
	width: 100%;
	height:68px;
	line-height: 68px;
	text-align: center;
	display: block;
	background-color: #eee;
	overflow:hidden
}
.pro-pic-list li a img:hover{
	transform: scale(1.05);
}
.pro-pic-list li a span:hover{
	background-color: #ae0b0b;
	color: #fff;
}