﻿body{
	margin:0;
	padding:0;
	font-size:16px;
	font-family:Helvetica, Tahoma, Arial, "Microsoft YaHei", "微软雅黑", SimSun, "宋体", sans-serif;
	line-height:30px;
}
a{
	color:#333;
	text-decoration:none;
}
ul{
	list-style:none;
	margin:0;
	padding:0;
}
img{
	border:0;
}
.copyright{
	margin:0 auto;
	text-align:center;
	font-size:12px;
	color:#666;
	line-height:40px;
}
.copyright a{	
	color:#bd0401;
}
.clear{
	clear:both;
}
.main{
	margin:0 auto;
	width:1000px;
	overflow:hidden;
}
.main .l{
	width:500px;
	height:850px;
	float:left;
	background:url(images/index_link_l.png) right no-repeat;
}
.l:hover{
	background:url(images/index_hover_l.png) left no-repeat;
}
.main .r{
	width:500px;
	height:850px;
	float:right;
	background:url(images/index_link_r.png) left no-repeat;
}
.r:hover{
	background:url(images/index_hover_r.png) left no-repeat;
}
.slogan a{
	display:block;
	height:850px;
}