
/* 整体 */
.hangye{
	display: none;
	width: 60%;
	position: absolute;
	top: 0;
	left: 0;
	border:2px solid #ccc;
	box-shadow: 0 0 40px #ccc;
	background: #fff;
	z-index: 9;
}
.hangye_title{
	height: 60px;
	line-height: 60px;
	border-bottom: 2px solid #87CAF7;
}
/* 头部 */
.hangye_title_left{
	float: left;
}
.hangye_title_left_title>li{
	float: left;
	margin-left: 10px;
}
.hangye_title_left_title>li>h3{
	color: #444;
}
.hangye_title_left_title>li>a{
	display: inline-block;
	width: 60px;
	text-align: center;
	height: 25px;
	line-height: 25px;
	color: #fff;
	border-radius: 7px;
}
.hangye_title_left_title1{
	background: #ff6501;
}
.hangye_title_left_title2{
	background: #ccc;
}

.hangye_title_right{
	float: right;
	margin-right: 10px;
}
.hangye_title_right>a{
	font-size: 20px;
	color: #444;
	font-weight: bolder;
}

/* 选择 */
.hangye_content{
    height: 400px;
    overflow-y: auto;
    width: 100%;
}
.hangye_content>table{
	width: 100%;
	border:none;
	border-collapse: collapse;
}
.hangye_content>table tr:nth-child(odd){
	background: #F1F1F1;
}
.hangye_content_fu{
	display: inline-block;
	width: 100%;
	text-align: right;
	color: #444;
	font-weight: bolder;
}
.hangye_content_lexing{
	padding-left: 10px;
}
.hangye_content_lexing>li{
	float: left;
	width: 50%;
	color: #666;
	margin: 2px 0;
	height: 20px;
	line-height: 20px;
}
.hangye_content_lexing>li>input{
	margin-right: 5px;
	float: left;
	margin-top: 2px;
	height: 20px;
}