@CHARSET "UTF-8";
#warp {
	
	width: 1200px;
	margin: 0 auto;
	background-color: #F0F0F0;
	
	/* 解决数字，英文字符网页中不换行 */
	word-wrap: break-word;
	word-break: break-all;
}
p{
	cursor: pointer;
}

.pro>p{
font-size: 16px;
margin: 0 0 10px;
}

.pro.h p{background:#3366ff}
.pro.h p:hover{background-color:#fff;color:#000}

.proLb{
width: 180px;
float: left;
margin-top: 5px;
}
.pro{
width: 180px;
background-color: rgb(18, 93, 200);
color: white;
height: 30px;
line-height: 30px;
text-align: center;
}
.pro:HOVER{
background-color: white;	
width: 180px;
background-color: rgb(18, 93, 200);

height: 30px;
line-height: 30px;
text-align: center;
}
.pro .irreary{
position: absolute;
background-color: #E7E8E1;
width: 800px;
height: 400px;
margin-left: 180px;

}
ul>li>div>span{
float: left;
height: 36px;
width: 180px;
line-height: 22px;
}
.irreary>span>em>a{
color: #999;
font-size: 14px;
font-style: normal;
}
.irreary>span>em>a[href]{
	color:#fff;
	background:#3366ff;
	padding:0 5px;
	text-decoration:none;
}
.irrMs{
width: 1020px;
background-color: white;
float: left;
margin-top: 20px;
height: 1050px;
}