/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family:'黑体';
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
	color:#333;
}
b {
	font-weight: bold;
}
#ispc {
	min-width: 1160px;
}
.clearfix:before {
	content: "";
	display: block;
	overflow: hidden;
}
.clearfix:after {
	content: "";
	display: block;
	overflow: hidden;
	clear: both;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    overflow:hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
/* End hide from IE-mac */ 
.clearfix {
    display: inline-block;
}
.clearfix {
    display: block;
}

.select_content {
	display: none;
	position: absolute;
	bottom: 55px;
	left: -100px;
	width: 1160px;
	box-shadow: 0 0 3px rgba(0,0,0, .5);
	background-color: rgba(253, 253, 253, .9);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#e5ffffff, endcolorstr=#e5ffffff);
}
.select_content p {
	padding: 15px 0 0 22px;
	font-size: 18px;
	color: #165d9c;
	line-height: 30px;
}
.link_content .link_list:hover  {
	background-color: #f1f1f1;
}

.select_menu_jnt {
	padding: 5px 25px 15px;
	overflow-y: auto;
}
.select_content .select_list {
	float: left;
	width: 277px;
	line-height: 28px;
}
.select_content .select_list a {
	font-size: 14px;
	color: #333;
}
.select_content .select_list a:hover {
	color: #0c55b0;
}
