@charset "utf-8";
 
/*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{
	clear:both;
	width:0;
	height:0;
	line-height:0;
	font-size:0;
}

:focus{
	outline:none;
}

/*public*/
.fl{
	float:left;
	_display:inline;
}
.fr{
	float:right;
	display:_inline;
}
.blk{
	display:block;
}
.rl{
	position:relative;
}
.hidden{
	display:none;
}

body{
	background:#5f5f5f;
	font-size:14px;
}
body,a{
	color:#fff;
}

/*---2013---*/
.container{
	width:958px;
	margin:0 auto;
}
.header{
	padding:24px 0 26px;
}
.logo{
	margin-right:20px;
}
.footer,.footer a{
	color:#b5b5b5;
}
.footer{
	padding:22px 0 40px;
	font-size:12px;
	line-height:200%;
	margin-top:-22px;
}
.links{
	font-family:"宋体";
}

/*---courseBox---*/
.courseBox{
	margin-bottom:22px;
	position:relative;
	zoom:1;
}
.coursePic{
	display:block;
	border-bottom:1px solid #8b0101;
	padding-bottom:1px;
}
.courseLink{
	border-top:1px solid #c27879;
	background:#8b0101;
	text-align:right;
}
.courseLink span{
	display:inline-block;
	padding:10px 16px 11px 20px;
	border-left:1px solid #c27879;
}
.courseLink a{
	display:inline-block;
	height:44px;
	font:16px/44px "微软雅黑";
	padding:0 12px;
}
.icon{
	position:absolute;
	bottom:22px;
	left:0;
	padding-left:22px;
	font:14px/24px "微软雅黑";
}
.icon span,.icon a{
	float:left;
	_display:inline;
	width:24px;
	height:24px;
	margin-left:12px;
	border-right:1px solid #d57a7c;
	padding-right:12px;
}
.apple{
	background:url(../images/icon1.jpg) no-repeat;
}
.android{
	background:url(../images/icon2.jpg) no-repeat;
}
.icon .video{
	background:url(../images/icon3.jpg) no-repeat;
	width:88px;
	padding-left:34px;
	border:none;
	color:#e3c4c2;
	padding-right:0;
}
.icon a:hover{
	filter:alpha(opacity=80);
	opacity:0.8;
	text-decoration:none;
}