@CHARSET "ISO-8859-1";
/* ============================== 
SUBJECT
============================== */

.wrapper{ width:1050px; margin:0 auto; padding:0 10px 0 30px; font-size:12px}

.subject, .software {
	width: 100%;
	height: 100%;
	padding-top: 10px;
}
.menu_tip {
	/*width: 580px;*/
	width: 380px;
	padding: 15px;
	margin: 10px 0;
	font-size: 12px;
	background: #fff;
	float: right;
	position: relative;
}
.menu_tip_confirm {
	width: 100px;
	position: absolute;
	top: 5px;
	right: 10px;
}
.subject_industry {
	font-size: 18px;
	clear: both;
	padding: 15px 0 5px 0;
}
.industry {
	font-size: 14px;
}
.subject_list_title,
.software_list_title {
	margin-top: 5px;
}
.subject_list_popularity {
	display:none;
}
.subject_list, .software_list {
	margin-bottom: 50px;
}
.subject_list ul, .software_list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.subject_list ul li {
	width: 250px;
	height: 170px;
	text-align: center;
	margin-right: 11px;
	margin-right: 10px; /* IE 8 and below */
	*margin-right: 10px; /* IE 7 and below */
	_margin-right: 10px; /* IE 6 */
	margin-top: 10px;
	float: left;
	position: relative;
}
.subject_list ul li a,
.software_list ul li a {
	color: #1b1b1b;
}
.subject_list ul li:hover a,
.software_list ul li:hover a {
	color: #ff5000;
}
.subject_list_panel {
	width: 210px;
	height: 91px;
	color: #fff;
	text-align: left;
	padding: 25px 20px;
	background: rgb(0, 0, 0);
	background: rgba(0,0,0,0.9);
	background: transparent !ie;
	_zoom: 1; /* IE 6 */
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	visibility: hidden;
}
.subject_list_panel_title {
	color: #fff;
	margin-bottom: 15px;
}
.subject_list ul li:hover .subject_list_panel {
	visibility: visible;
}

/* ============================== 
SOFTWARE
============================== */
.software .header {
	text-align: center;
	padding: 20px 0;
}
.software .header .sub_Title {
	margin-top: 5px;
	line-height: 1em;
}
.software_sort {
	clear: both;
	padding: 0 0 20px 0;
}
.software_sort.h5 {
	display: block;
}
.software_sort ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
.software_sort ul li {
	display: inline;
	text-align: center;
	padding: 0 10px;
	border-right: 1px solid #ccc;
}
.software_sort ul li:last-child {
	border-right: 0;
}
.software_sort ul li a {
	color: #1b1b1b;
}
.software_sort ul li a:hover {
	color: #ff5000;
}
.software_list ul li {
	width: 130px;
	height: 120px;
	text-align: center;
	margin-right:18px;
	margin-right:18px\9; /* IE 8 and below */
	*margin-right:18px; /* IE 7 and below */
	_margin-right:18px; /* IE 6 */
	float: left;
}
.sort_selected a:link,
.sort_selected a:visited,
.sort_selected a:hover,
.sort_selected a:active  {
	color: #ff5000;
}
.software .index_subscribe {
	text-align: center;
	margin: 80px 0;
}
.software .index_subscribe .orange_button {
	width: 220px;
	margin: 10px auto 10px auto;
}