@charset "utf-8";
/*全局样式*/
body{margin:0;padding:0; background:url(images/bg2.jpg) }
div,dl,dt,dd,td,th,ul,li,h1,h2,h3,h4,h5,h6,h7 {
	font-size:13px;
	color:#333333;
	line-height:20px;
	font-family:微软雅黑, Arial, Helvetica, sans-serif;
}
form{margin:0; padding:0}
input,textarea{font-family:微软雅黑,Arial;color:#555555;}

.tLeft {text-align: center;}
.tCenter {text-align: center;}
.tRight {text-align: right;}
.right {float: right;}
.left {float: left;}
.clear {clear:both;}
.clearL {clear:left;}
.clearR {clear:right;  }

ul,li{list-style:none; margin:0; padding:0}

:focus {outline: none; }
a,area {blr:expression(this.onFocus=this.blur()) }
a img{border:none}
img{vertical-align:middle}

a{
font-size:13px;
color:#454545;
font-family:微软雅黑,Arial, Helvetica, sans-serif;
text-decoration:none;
line-height:20px;
}
a:hover{color:#cc0000;}

/*页面画布*/
.wrap{z-index:1;width:1000px;margin:0 auto;overflow:hidden; text-align:left}

/* 除IE6浏览器的通用方法，悬浮固定代码 */
.ie6fixedTL{position:fixed;left:0;top:0; width:100%; z-index:2000} 
/* IE6浏览器的特有方法 */
* html .ie6fixedTL{position:absolute;top:expression(eval(document.documentElement.scrollTop))} 


.clear{
	clear: both; 
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}	
.hide{display:none}





#qq{position:fixed;right:0;top:150px; width:100%; z-index:2000} 
/* IE6浏览器的特有方法 */
* html #qq{position:absolute;top:expression(eval(document.documentElement.scrollTop))} 



.bannner{ position:relative; width:100%; height:970px; overflow:hidden}
#slider{
	position: absolute;
	width: 1920px;
	height: 970px;
	background: url(../images/loading.gif) no-repeat 50% 50%;
	left: 960px;
	margin-left: -960px;
	top: 0px;
}
#slider img {position:absolute;top:0px;left:0px;display:none;}
.nivo-controlNav{position:absolute;left:50%;bottom:70px;margin-left:-60px}
.nivo-controlNav a {display:block;width:22px;height:22px;background:url(../images/bullets.png) no-repeat;text-indent:-9999px;border:0;margin-right:3px;float:left;}
.nivo-controlNav a.active {background-position:0 -22px;}
.nivo-directionNav a {display:block;width:30px;height:30px;background:url(../images/arrows.png) no-repeat;text-indent:-9999px;border:0;}
a.nivo-nextNav {background-position:-30px 0;right:100px;}
a.nivo-prevNav {left:100px;}
.nivo-caption {text-shadow:none; font-family: Helvetica, Arial, sans-serif;}
.nivo-caption a {color:#efe9d1;text-decoration:underline;}

/*body img{min-width:100%;position:relative;left:50% !important;transform:translateX(-50%) !important;}
