@charset "utf-8";
/* CSS Document */
/*基本定义*/
*{
	margin:0;
	padding:0;
}
body{
	font-family:"宋体";
	font-size:12px;
	color:#000000;
}
a{
	color:#5e5e5e;
	text-decoration:none;
}
a:hover{
	color:#5e5e5e;
	text-decoration:underline;
}

.english{
	font-family:Arial, Helvetica, sans-serif;
}
/*页面底部*/
.footer{
	width:100%;
	height:176px;
	clear:both;
	margin:18px auto 0 auto;
	padding-top:14px;
	border-top:solid 1px #d6d6d6;
}
.footernr{
	width:100%;
	margin:0 auto;
	text-align:center;
}
.footernr p{
	height:21px;
	line-height:21px;
	color:#515151;	
}
.sitesm{
	padding-bottom:8px;	
}
.sitesm a{
	color:#515151;
}
.hr33ico{
	width:280px;
	margin:0 auto;	
}
.hr33ico a:link,.hr33ico a:visited,.hr33ico a:hover,.hr33ico a:active{
	text-decoration:none;
	float:left;
	display:block;
	border:#d2d2d2 1px solid;
	color:#515151;
	width:78px;
	height:42px;
	line-height:18px;
	text-align:left;
	margin:15px 9px 0 0;
	padding:8px 0 0 44px;	
}
.hr33ad1,.hr33ad2,.hr33ad3,.hr33ad4,.hr33ad5{
	background:url(../image/bottom.gif) no-repeat;
}
.hr33ad1{
	background-position:7px 8px;
}
.hr33ad2{
	background-position:7px -45px;	
}
.hr33ad3{
	background-position:7px -102px;	
}
.hr33ad4{
	background-position:3px -165px;	
}
.hr33ad5{
	background-position:4px -235px;	
}
/*页面底部*/


/* Add By KinKo Begin */

/*页面顶部登陆、退出等文字链接 Begin*/
.topBarAsRegister
{
}
.topBarAsLogin
{
}
.topBarAsShop
{
    font-size:12px;
    font-weight:bold;
    color:Red;
}
.topBarAsCourseDemandPublish
{
}
.topBarAsLogout
{
}
.topBarAsMngIndex
{
}
/*页面顶部登陆、退出等文字链接 End*/

/* Add By KinKo End */