
/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol,
fieldset, form, label, legend,
caption{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: "微软雅黑","宋体", Arial;
}
table {border-collapse: collapse;border-spacing: 0;}
ol, ul, li {list-style: none; padding:0; margin:0;}
li {display: list-item;}
img {border:none;color: transparent;font-size: 0;vertical-align: middle; -ms-interpolation-mode: bicubic;}
div.clear {clear:both !important;height:0;font:0/0 serif !important;}
html>/**/body .clearfix{overflow:hidden;}
.clearfix{zoom:1;}
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.overflow{overflow:hidden; white-space:nowrap; 
-o-text-overflow: ellipsis;  /* Opera */
text-overflow:ellipsis;/* IE, Safari (WebKit) */}
sub,sup,small { font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sub {bottom: -0.25em;}
sup {top: -0.5em;}
b,strong {font-weight: bold;}
/* reset 结束*/


/* 公用样式 */
a { text-decoration:none;}
body{ background:url(../images/bg.jpg) center top no-repeat; font:13px/22px "微软雅黑","宋体", Arial, "Times New Roman", sans-serif;}
.ttop{ height:2px; background-color:#0771b7; overflow:hidden;}

#header, #nav, #banner, #i_info, #i_pro, #footer, #main, #friendlink{ width:980px; margin:0 auto; clear:right;}
#logo{ float:left; background:url(../images/logo.png) no-repeat; width:420px; height:75px; text-indent:-9999px; margin:15px 0 0; padding-bottom:12px;}
#logo a{ display:block; cursor:pointer; height:75px;}
.logo_r{ float:right; margin:17px 0 10px;}
.logo_r a{ color:#016eb5;}
.logo_r a:hover{ color:#039;}

#nav{ height:33px; background:url(../images/bg1.png) left top repeat-x;}
#nav ul{ float:left;}
#nav ul li{ float:left; width:80px; text-align:center;}
#nav li a{ color:#6b6b6b;font:bold 13px/33px "微软雅黑","宋体", Arial, "Times New Roman", sans-serif;}
#nav li a:hover{ color:#016EB5;}
#nav_home{ height:33px; width:56px; background:url(../images/bg1.png) left -100px no-repeat; float:left; display:block;text-indent:-999px; }
#nav_home a{ display:block; line-height:33px; width:100%;cursor:pointer;}

#search{ float:right; background:url(../images/bg1.png) left -50px no-repeat; width:200px; height:33px;}
#search input{ float:left;}
#keyword{ border:none; background-color:#f1f1e9; height:20px; width:140px; margin:8px 10px  0 15px; color:#7c7c7c; font-size:13px; padding:2px 0 0 0;}
.search_submit{ background-image:url(../images/space.gif); width:32px; height:33px; background-color:transparent; border:none; cursor:pointer;}

		
		#footer{ color:#fff; font-size:13px;}
		.footer1{background-color:#016eb5; padding:12px; margin-top:15px;}
		#footer ul{ clear:both;}
		#footer ul li{ margin:0 8px 0 0; float:left; line-height:24px;}
		#footer ul li a{ color:#FFF;font-size:14px;}
		#footer ul li a:hover{border-bottom:2px solid #4093cd;}
		
		.copyright, .icp{ font-size:13px;color:#73b5e2;line-height:16px; padding:6px 0 0 0; float:left;}
		.copyright a{ color:#FFF;}
		.copyright a:hover{ color:#4093cd; text-decoration:underline;}
		.icp{ float:right; padding-top:25px; text-align:right;}
		
		.bottom{ background-color:#EBEBEB; height:50px;}
		.icp a{color:#73b5e2;}




 /*-------- 下拉菜单 --------------*/
.dropMenu {
	position:absolute;
	top: 0;
	z-index:1000;
	width: 120px;
	visibility: hidden;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA, direction=135, strength=4);
	margin-top: -1px;
	border: 1px solid #CBCBCB;
	border-top: 0px solid #3CA2DC;
	background-color: #FFF;
	background:url(../../images/mmenubg.gif);
	padding-top:6px;
	padding-bottom:6px;
	filter:alpha(opacity=90);       /* IE */
	-moz-opacity:0.9;              /* Moz + FF */
	opacity: 0.9;      
}
#dropmenu4{ width:165px;}

.dropMenu li {
	margin-top:2px;
	margin-bottom:4px;
	padding-left:6px;
}
.dropMenu a {
	width: auto;
	display: block;
	color: black;
	padding: 2px 0 2px 1.2em;
	white-space:nowrap;
}
* html .dropMenu a {
	width: 100%;
}
.dropMenu a:hover {
	color:red;
	text-decoration: underline;
}