/* 首页布局 */
* { margin:0; padding:0;}
body,h1,h2,h3,h4,h5,h6,p,ul{
	margin:0;
	padding:0;
}




/* 大屏幕 */
.banner{width:100%; margin: 0 auto;}
.bann {
	
	position: relative;
}
.swipe {
	overflow: hidden;
	position: relative;
	text-align: center;
}
/*.swipe #left{
	width:0.5%;
	height:18px;
	position:absolute;
	z-index:1000;
	left:20px;
	top:50%;
}
.swipe #left a{
	width:100%;
	height:100%;
	display:block;
	cursor: pointer;
	background:url{../images/023.jpg) no-repeat;
}*/
	
.swipe ul {
	-webkit-transition: left 800ms ease-in 0;
	-moz-transition: left 800ms ease-in 0;
	-o-transition: left 800ms ease-in 0;
	-ms-transition: left 800ms ease-in 0;
	transition: left 800ms ease-in 0;
}
.swipe ul li {
	text-align: center;
	width: 100%;
}
.swipe ul li img {
	width: 100%;
	height: auto;
	display: block;
	position:relative;
}
/*.swipe #right{
	width:0.5%;
	height:18px;
	position:absolute;
	right:20px;
	z-index:1000;
	top:50%;
}
.swipe #right a{
	width:100%;
	height:100%;
	display:block;
	cursor: pointer;
	background:url{../images/024.jpg) no-repeat;
}
.swipe ul li dl{
	width:3.5%;
 	height:40px; 
  z-index:1000;
  position:absolute;
   bottom:10%; 
   right:3%;
}
.swipe ul li dl dt{
	width:45%; 
	height:100%; 
	border:1px solid rgba(0,0,0,1);
	float:left;
	margin-right:5%;
}
.swipe ul li dl dt a{
	font-size:20px;
 font-family:"微软雅黑"; 
 color:rgba(0,0,0,1);
  text-align:center;
   line-height:40px;
    display:block;
}
.swipe ul li dl dd{
	width:45%; 
	height:100%; 
	border:1px solid rgba(0,0,0,1);
	float:left;
}
.swipe ul li dl dd a{
	font-size:20px;
 font-family:"微软雅黑"; 
 color:rgba(0,0,0,1);
  text-align:center;
   line-height:40px;
    display:block;
}*/

.swipe #pagenavi {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 5;
	text-align: center;
}
.swipe #pagenavi a {
	width: 8px;
	height: 8px;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: 0 3px;
	overflow: hidden;
	cursor: pointer;
	display: inline-block;
	box-shadow: 1px 1px 1px #000;
}
.swipe #pagenavi a.active {
	background: #DB362B;
}


a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: underline;text-decoration:none;}
a:active {text-decoration: none;}
ul {padding:0; margin:0px;}
li { list-style-type:none;}

.mt3 {margin-top:3px;}
.mt5 {margin-top:5px;}
.mt8 {margin-top:8px;}
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt30 {margin-top:30px;}
.ml1 {margin-left:1px;}
.ml2 {margin-left:2px;}
.ml10 {margin-left:10px;}
.mr10 {margin-right:10px;}
.mb10 {margin-bottom:10px;}
.p10 {padding:10px;}
.pt10 {padding-top:10px;}
.FFF,.FFF a:hover,.FFF a:visited{ color:#FFF;}
.yellow {color:#FFC500}

.h241 {height:241px;min-height:241px;height:auto!important;}
.h1089 {height:1089px;min-height:1089px;height:auto!important;}
.fl {float:left;}
.fr {float:right;}

#bottom:after,#top:after,#main:after,.banner:after{clear:both;content:".";display:block;height:0; visibility:hidden;}