@charset:utf-8;
/*CSS Document*/
*{
	padding: 0;
	margin: 0;
	/*font-family: "微软雅黑,黑体";*/

}

.headTop{
	width: 100%;
	min-width:980px;
  
	font-size: 13px;
	float: left;
}

.headCenter{
	width: 980px;
	margin: 0px auto;
	color: #fff;
}

.headTopLeft{
	float: left;
}
.headTopRight{
	float: right;
}

.headTopRight ul{
	list-style: none;
}
.headTopRight ul li{
	float: left;
	margin-left: 10px;
}

.headTopRight ul li a{
	color: #fff;
	text-decoration: none;
}

.headTopRight ul li a:hover{
	text-decoration: underline;
}
.logo{
	width: 980px;
	height: 110px;
	/*background-color: #eee;*/
	margin: auto;
}

.logoLeft{
	float: left;
	width: 65%;
	margin-top: 15px;
}

.logoLeft img{
	width: 100%;
}

.logoRight{
	float: right;
	width: 35%;
	margin-top: 10px;
}

.logoRight ul{
	list-style: none;
	float: right;
}

.logoRight ul li{
	width: 93px;
	float: left;
	margin-left: 10px;
}


.logoRight ul li img{
	
}
.list{
	width: 100%;
	min-width: 980px;
	height: 50px;
	background-color: #247db0;
}
.listCenter{
	width: 980px;
	
}


.listCenter ul{
	list-style:none;
	font-family: "Microsoft YaHei";
}

  /*font:bold 12px/1.5em "Microsoft YaHei";*/

.listCenter ul li{
	width: 140px;
	height: 50px;
	float: left;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 50px;
}

.listCenter ul li a{
	color: #fff;
	display: block;
	text-decoration: none;
}

.listCenter ul li a:hover{
	border-top: 3px solid #fdfe24;
	background-color: #467dd0;
	height: 47px;
}


/*banner css*/
img{ display: block; border:none;}
ul,li{ list-style: none;}
.lubo{ 
	width: 980px; /*轮播外框架*/
	clear: both; 
	position: relative; 
	height:290px;
	margin: 10px auto;
}
.lubo_box{ position: relative; width: 100%; height:368px; }
.lubo_box li{ float: left;position: absolute; top: 0; left: 0; width: 100%; height:368px; opacity: 0;filter:alpha(opacity=0);}
.lubo_box li a{ display: block;width: 100%;  height: 100%;}

.lubo_box li img{ width: 100%; height: 368px;}

/*圆点*/
.cir_box{ overflow: hidden; position: absolute; z-index: 100;}
.cir_box li{ float: left; width: 30px; height: 5px; margin:0 5px; cursor: pointer; background: #fff; opacity: 0.8;filter:alpha(opacity=80);}
.cir_on{ background: #000 !important;}

/*按钮*/
.lubo_btn{ position: absolute; width: 100%; top: 110px;}
.left_btn, .right_btn{ width: 30px; height: 50px; background: #000;opacity: 0.8;filter:alpha(opacity=80); cursor: pointer; color: #fff; line-height: 50px; font-size: 30px; text-align: center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.left_btn{ float: left;}
.right_btn{ float: right;}

/*banner css end!*/


