@charset "utf-8";

/*----------------------------------------------------
 *FileName:               common.css
 *Discription:            reset
 *Version:                1.0.1 (2013-03-04)
 *Author:                 Mayz
 ----------------------------------------------------*/
 
/*---RESET---*/ 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,
iframe,object,embed,fieldset,input,textarea,p,blockquote,td,th { 
	padding: 0; 
	margin: 0; 
} 

table { 
	border-collapse: collapse; 
	border-spacing: 0; 
} 

fieldset,img {
	border: 0;
} 

address,caption,cite,code,dfn,em,strong,th,var { 
	font-weight: normal; 
	font-style: normal;
} 

strong,.bold {
	font-weight:bold;
}

ol,ul {
	list-style: none;
} 

h1,h2,h3,h4,h5,h6 { 
	font-weight: normal; 
	font-size: 100%; 
} 

abbr,acronym,iframe { 
	border: none;
}

pre{
	white-space:normal;
}

a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

.clear{
	overflow:auto;
	zoom:1;
}

:focus{
	outline:none;
}

/*---GLOBAL---*/
.fl{
	float:left;
	_display:inline;
}
.fr{
	float:right;
	_display:inline;
}
.blk{
	display:block;
}
.rl{
	position:relative;
}
.hidden{
	display:none;
}

body{
	font:12px/22px Tahoma, Arial, "宋体", sans-serif;
}
body,a{
	color:#242424;
	-webkit-text-size-adjust:none;
}
.bodybg{
	background:#fff;
}

/*---Structure---*/
.container{
	width:980px;
	margin:0 auto;
	position:relative;
	background:#fff;
}
.header{
	position:relative;
	text-align:center;
	font:18px/42px "微软雅黑";
	height:45px;
	color:#fff;
	background:url(../images/top_bg.jpg) repeat-x;
}
.help{
	position:absolute;
	top:12px;
	right:61px;
	width:60px;
	height:21px;
	background:url(../images/btn_bg.jpg) no-repeat;
	text-align:center;
	line-height:21px;
	color:#5a5a5a;
	font-size:14px;
}
.logo{
	position:absolute;
	top:0;
	left:0;
	z-index:10;
}
.footer{
	padding:28px 0 36px;
	background:#b8b8b8;
	line-height:24px;
	font-family:"微软雅黑";
	text-align:center;
	color:#fff;
}
.content{
	padding:65px 36px 57px;
	background:#ebebeb;
}
.courseBox{
	border:1px solid #b8b8b8;
	background:#fff;
	padding:33px 14px 57px;
	height:560px;
	width:405px;
	position:relative;
}
.sj{
	position:absolute;
	top:-1px;
	right:-1px;
}
.courseBox .tit{
	background:url(../images/tit_bg.jpg) no-repeat;
	font:19px/1em "微软雅黑";
	color:#5f5f5f;
	padding: 26px 0 0 68px;
	letter-spacing:3px;
}
.courseBox .nr{
	font:14px/26px "微软雅黑";
	color:#5e5e5e;
	margin-top:22px;
	text-align:justify;
	text-justify:inter-ideograph;
}
.courseBox .enter{
	font:14px/32px "微软雅黑";
	color:#fff;
	background:#e4b33a;
	position:absolute;
	right:14px;
	top:264px;
	padding:0 13px;
}