@charset "utf-8";
/*************************************

* 文件名称：ui-all.css
* 作   者：zxl
* 创建日期：2014-7-7
* 内容概要: 框架公用样式文件

*************************************/
.ui_div{width:100%; min-width:1200px;}
.ui_div_center{width:1200px; margin:0px auto;}
.ui_left{width:270px; min-height:500px; height:500px; height:auto !important; }
.ui_right{width:845px; min-height:500px; height:auto !important; height:500px;}
/*全屏banner*/
.banner{width:100%; height:500px;position:relative; overflow:hidden; min-width:1200px; }
.banner_c{position:absolute; left:50%; top:0px; margin-left:-960px;}
/*非全屏banner*/
.f_banner{width:1000px; height:300px;}

/*导航*/
nav{width:1200px; height:52px;padding-top:10px;}
nav li{width:150px; height:52px; float:left; position:relative; z-index:1; }
.nav_a{width:150px; height:52px; line-height:52px; display:inline-block; color:#ffffff; font-size:18px; font-family:"微软雅黑"; text-decoration:none; text-align:center;}
.nav_a:hover,.nav_a.active1,.nav_a.active{text-decoration:none;color:#ffffff;/* background-color:#408b66;*/ }


/*竖起的二级下拉*/
nav li dl{width:100%; background-color:#1f90e7;font-family:"微软雅黑"; position:absolute; left:0px; top:52px; font-size:14px; display:none;}
nav li dl dd{width:100%; height:30px; line-height:30px; text-align:center; float:left; overflow:hidden; }
nav li dl dd a{width:100%; height:30px; line-height:30px; border-top:1px solid #75d6f7; text-align:center; display:inline-block;color:#fff; overflow:hidden; font-size:14px; font-family:"微软雅黑";}
nav li dl dd a:hover{  color:#fff; text-decoration:none;/* background-color:#619f81;*/}


/*横起的二级下拉*/
/*nav .subnav {
	display:none;
	position:absolute;
	top:37px;
	width:auto!important;
	min-width:110px;
	height:23px;
	line-height:23px;
	white-space:nowrap;
	border:1px slid red;
	

}
nav .subnav p {

}
nav .subnav p span {
	display:block;
	color:#ffffff;
}
nav .subnav p a {
	font-size:12px;
	display:inline;
	color:#37474d;
	text-decoration:none;
	padding-right:25px; float:left;
	font-family:"微软雅黑";
	text-transform:uppercase;
}
nav .subnav p a:hover {
	font-weight:400;
	background-image:none;
}
 nav .subnav .arrow {
	position:absolute;
	top:-4px;
	display:block;
	width:11px;
	height:5px;
	left:58px;
	background:url(../images/nav_tb1.jpg) top no-repeat;
} 
*/


/*右侧漂浮框*/
#gotop{width:44px;hegith:40px;position:fixed; z-index:2; bottom:145px; display:none; right:0px;}
/* IE6浏览器的特有方法 */
*html #gotop{position:absolute;right:expression(eval(document.documentElement.scrollLeft+0));top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));}
/* 修正IE6振动bug */
*html,*html body{background-attachment:fixed;}

