@charset "utf-8";

/*************************************



* 文件名称：ui-all.css

* 作   者：zxl

* 创建日期：2014-7-7

* 内容概要: 框架公用样式文件



*************************************/

.ui_div{width:100%; min-width:1400px;}

.ui_div_center{width:1400px; margin:0px auto;}

.ui_left{width:314px; min-height:500px; height:500px; height:auto !important;  }

.ui_right{width:930px; min-height:500px; height:auto !important; height:500px;}

/*全屏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:889px; height:98px; border-left:1px solid #e5e5e5;}

nav ul{width:889px; position:relative; z-index:1000;}

nav li{width:126px;height:98px; border-right:1px solid #e5e5e5; float:left; z-index:1; }

.nav_a{width:100%; height:98px; line-height:98px; text-align:center; display:inline-block; color:#515151; font-size:15px; font-family:"微软雅黑"; text-decoration:none;}

.nav_a:hover,.nav_a.active1,.nav_a.active{text-decoration:none;color:#515151; background:url(../images/bnav.jpg) bottom repeat-x; }*/
nav{width:690px; height:98px;/* border-left:1px solid #e5e5e5;*/background:url(../images/xs.jpg) left center no-repeat;}

nav ul{width:690px; position:relative; z-index:1000;}

nav li{width:98px;height:98px;/* border-right:1px solid #e5e5e5;*/background:url(../images/xs.jpg) right center no-repeat; float:left; z-index:1; }

.nav_a{width:100%; height:98px; line-height:98px; text-align:center; display:inline-block; color:#515151; font-size:15px; font-family:"微软雅黑"; text-decoration:none;}

.nav_a:hover,.nav_a.active1,.nav_a.active{text-decoration:none;color:#515151; background:url(../images/bnav.jpg) bottom repeat-x; }

.nav_a_phone{width:155px; height:98px; line-height:98px; margin-left:65px; padding-left:35px; color:#515151; font-size:20px; font-weight:bold;background:url(../images/zxl_phone.png) left center no-repeat;}



/*竖起的二级下拉*/

nav li dl{width:1300px; background:url(../images/eed.png) repeat;font-family:"微软雅黑"; padding:10px 0px 25px 0px; position:absolute; left:-310px; top:98px; font-size:14px; display:none;}

nav li dl dd{width:177px; text-align:center; float:left; overflow:hidden; text-align:center; }

nav li dl dd .a1{width:100%; height:40px; line-height:40px; color:#e61f1f; font-size:14px; display:inline-block; overflow:hidden; font-weight:bold; float:left;}

nav li dl dd .a1:hover{ color:#e61f1f; text-decoration:none;}

nav li dl dd a{width:100%; height:30px; line-height:30px; display:inline-block; overflow:hidden; color:#515151; font-size:14px;}

nav li dl dd a:hover{color:#e61f1f; text-decoration:none;}



/*横起的二级下拉*/

/*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;}



