﻿@charset "utf-8";
/* CSS Document */


html{overflow-x:hidden; /*隐藏水平滚动条*/}




body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	/*background-color:#f7f7f7;*/
	min-width:1000px;
}
ul,li{
	padding:0px;
	margin:0px;
	list-style-type: none;
}
* a{
	text-decoration: none;
	color:#CFE0EE;
}
a:hover{
	color:#F09C42;
}


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,blockquote,th,td,p,a,span,strong{
	margin:0;
	padding:0;
	font-family:微软雅黑, Geneva, sans-serif;

}

.clear{clear:both; height:0px; width:100%; overflow:hidden}
a{text-decoration:none;color:#444}
a:hover { color: #cc0000;}
img{vertical-align:top; border:0;	}



/*^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^*/ 
a:hover{
color:#F09C42;
}

/*头部*/
  
#header {
	background-color: #fff;
	width: 100%;
	height: 102px;
	overflow: hidden;
}

#logo_banner {
	MARGIN: 0px auto; WIDTH: 1000px;  
}
#logo {
	width: 519px;
	float: left;

}
#lefttop {
	width: 319px;
	float:right;

}
  


/*导航菜单*/
.ui_logo{
	float:left;
	width:250px;
	height:47px;
}
.uig_top{
	width:100%;
	height:47px;
	background:#000000;
}
.uig_nav{
	width:1000px;
	height:47px;
	margin:0 auto;
}
#navMenu {
	width:1000px;
	height: 47px;
	line-height: 47px;
	display:block;
	overflow:hidden;
	float:left
}
#navMenu ul{
	height:47px;
	width:1000px;


}
#navMenu .onelink{
background-image:none;}
#navMenu li {
	width:100px;
	text-align:center;
	float: left;
	line-height: 47px;
	height: 47px;
	background-position: 0 center;

	font-size:16px;

}

#navMenu li a {
	color:#fff;
	font-family: "微软雅黑";
	padding-right: 1em;
	padding-left: 1em;

	font-weight:bold;
	display: block;
}
#navMenu li a:hover, #navMenu li.hover a {
	background:#db6302;
	/*background-image: url(../images/hover_bg.jpg);
	background-repeat:repeat-x;
	background-position: center top;*/
	text-decoration: none;
	color:#fff;
}
/*-------- 下拉菜单 --------------*/
.dropMenu {
	position:absolute;
	top: 0;
	z-index:10000;
	width: 96px;
	visibility: hidden;
/*  	filter: progid:DXImageTransform.Microsoft.Shadow(color=#000, direction=135, strength=4);
*/	margin-top: -1px;
	/*margin-left:-2px;*/
	border: 1px solid #4D5B66;
	border-top: 1px solid #F60;
	background-color: #140404;
	/*background:url(../imagess/mmenubg.gif);*/
	padding-top:6px;
	padding-bottom:6px;
	filter: Alpha(Opacity=85);
}

.dropMenu li {
	margin-top:2px;
	margin-bottom:4px;
	padding-left:6px;
}
.dropMenu li a {
	width: 92%;
	display: block;
	text-align:center;
	color: black;
	padding: 4px 0 4px 0px;
	color:#eee;
}
.dropMenu+li a{
border-top:none;
}
* html .dropMenu a {
	width: 100%;
	color:#eee;
}
.dropMenu a:hover {
	text-decoration: none;
	/*text-decoration: underline;*/
	color:#F09C42;
	
}

.hdo{
width:100%;
height:auto;
display:block;
overflow:hidden;
}



#loading { 
width:100%; 
height:3px; 
background:#fff; 
padding:0px; 
position:fixed; 
left:0; 
top:0; 
} 
#loading div { 
width:1px; 
height:3px; 
background:#a00; 
} 



#header_div {
	width:1000px;
	height: 102px;
	text-align: center;
	margin:0 auto;
}
#header {
	width:999px;
	height: 102px;
	background: url("../images/header_01.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	position:relative;
	text-align: left;
}
#header_text1 {
	margin-left: 300px;
	font:  14px/21px arial, sans-serif;
	font-family: '微软雅黑';
	color: rgb(100,100,100);
	position : absolute;
	top: 20px;
	left: 20px;
}
#header_img {
	position : absolute;
	top:18px;
	left:700px;
}