@charset "utf-8";
/*************************************

* 文件名称：ui-all.css
* 作   者：zxl
* 创建日期：2014-7-7
* 内容概要: 框架公用样式文件

*************************************/
.ui_div{width:100%;}
.ui_div_c{width:1130px; margin:0px auto;}
.ui_div_center{width:1000px; margin:0px auto;}
.ui_left{width:163px; min-height:500px; height:500px; height:auto !important; padding-left:12px;  }
.ui_right{width:753px; min-height:500px; height:auto !important; height:500px; padding-top:8px;}
/*全屏banner*/
.banner{width:100%; height:460px;position:relative; overflow:hidden; }
.banner_c{position:absolute; left:50%; top:0px; margin-left:-750px;}
/*非全屏banner*/
.f_banner{width:1000px; height:300px;}

/*导航*/
nav{width:730px; height:51px; border:1px solid red;}
nav li{ height:51px; float:left; position:relative; z-index:1; }
.nav_a{ padding:0px 15px; height:51px; line-height:51px; display:inline-block; color:#ffffff; font-size:15px; font-family:"微软雅黑"; text-decoration:none;}
.nav_a:hover,.nav_a.active1,.nav_a.active{text-decoration:none;color:#ffffff; background-color:#408b66; }


/*竖起的二级下拉*/
nav li dl{width:100%; background-color:#408b66;font-family:"微软雅黑"; padding:10px 0px; position:absolute; left:0px; top:51px; font-size:14px; display:none;}
nav li dl dd{width:100%; height:35px; line-height:35px; text-align:center; float:left; overflow:hidden; }
nav li dl dd a{width:100%; height:35px; line-height:35px; 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;}

