﻿body{background:#fff; color:#333;font-family:\5FAE\8F6F\96C5\9ED1;}
.clear{clear:both;}
.wrap{width:1180px; margin:0 auto;}
/*专门针对firefox中的input的value值‘中文’不能居中的解决*/
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner{border:none;padding:0;} 
input,img,select{ vertical-align:middle;}

/* 顶部 始 */
.head_sw{
	height: 112px; background: #fff;
}
.head_ct{
	text-align: right; width:1180px; margin:0 auto; color:#666;overflow:hidden;
}
.head_ct span,.head_ct a{
	display: inline-block; text-align: center; color:#666;
}
.head_sp1{
	float: left; line-height: 60px; margin-top:26px;
    font-size: 22px;
    display: inline-block;
	padding-left:4px;
}
.head_sp1 a{color:#039;}
.head_ad{float: right; margin:0 auto;display: inline-block;margin-top:26px;}

.head_sp1 img{
	display: inline-block; vertical-align: middle;
}
.head_sp1 b{
	font-size: 22px; vertical-align: middle; font-weight: normal; margin-left:4px;
}
/*页面顶部 最右侧 广告图片 尺寸:705px x 100px*/
.head_TopAd{float:right;height:100px;line-height:100%;background:url(http://img.kje6.com/com/SiteFiles/images/index/TopRightAd.jpg) no-repeat;vertical-align:middle;text-align:center;}
.head_TopAd a{width:706px;height:70px;display:block;}
/* 顶部 止 */

/* 导航 始 */

/*蓝色导航条*/
/*.cNav{
	height:44px; line-height:44px; background: #557ec2; color:#fff; position: relative; *z-index:99; width:100%; 
}
.cNav_tab{
	position: relative;
}
.cNav_div{
	display: inline-block; float: left; width: 140px;font-size: 16px; cursor: pointer; text-align: center;
}
.cNav_active{
	background: #628dd5;
}
.subcNav{
	width:100%; height:45px; position: absolute; left:0px; top:44px; font-size:14px; color:#fdfffe; z-index: 1111; display: none; background: #fff; box-shadow: 0 1px 3px #ececec;
}
.subcNav p{
	line-height: 45px; text-align: left; padding:0 0 0 7px;
}
.subcNav p span{
	display: inline-block;
}
.subcNav p a{
	color:#333; display: inline-block; margin:0 18px;
}
.subcNav p a:hover{
	color:#709ce5; text-decoration: none;
}
.cNav_tab .show{
	background: url(../images/ico/cnav_down.png) no-repeat 120px center;
}
.cNav_tab .show_ex{
	background: #628dd5 url(../images/ico/cnav_up.png) no-repeat 120px center;
}
.cNav_tab .on{
	background: #628dd5;  
}
.cNav_tab .on.show{
	background: #628dd5 url(../images/ico/cnav_down.png) no-repeat 120px center;
}
.cNav_tab .on.show_ex{
	background: #628dd5 url(../images/ico/cnav_up.png) no-repeat 120px center;
}
*/

/*红色导航条*/
.cNav{  
    /*background: ##ec2b3d;原*/ 
	height:44px; line-height:44px; background: #293237; color:#fff; position: relative; *z-index:99; width:100%; 
}
.cNav_tab{
	position: relative;
}
.cNav_div{
	display: inline-block; float: left; font-size: 16px; width: 130px; cursor: pointer; text-align: center;
}
/*此处在继续教育站点中，有添加以下两行CSS代码，因为继续教育站无需子菜单，当然即时有子菜单，下面两行代码不删也没有影响，只是加上，兼容性更强而已*/
.cNav_div a{color:#fff; }
.cNav_div a:hover{cursor:pointer;}
.cNav_div a:hover, .cNav_div a:visited{color:#fff; text-decoration: none;}

.cNav_active{
	background: #cc2525;
}
.subcNav{
	width:100%; height:45px; position: absolute; left:0px; top:44px; font-size:14px; color:#fdfffe; z-index: 1111; display: none; background: #fff; box-shadow: 0 1px 3px #ececec;
}
.subcNav p{
	line-height: 45px; text-align: left; padding:0 0 0 7px;
}
.subcNav p span{
	display: inline-block;
}
.subcNav p a{
	color:#333; display: inline-block; margin:0 18px;
}
.subcNav p a:hover{ 
	color:#ab311c; text-decoration: none;
}
.cNav_tab .show{
	background: url(/images/ico/cnav_down.png) no-repeat 120px center;
}
.cNav_tab .show_ex{
	background: #ab311c url(/images/ico/cnav_up.png) no-repeat 120px center;
}
.cNav_tab .on{
	/*background: #cc2525; 原*/
	background:#ab311c;/*深红色*/
}
.cNav_tab .on.show{
	background: #ab311c url(/images/ico/cnav_down.png) no-repeat 120px center;
}
.cNav_tab .on.show_ex{
	background: #ab311c url(/images/ico/cnav_up.png) no-repeat 120px center;
}

/*链接显示手势*/
.cNav a:hover,#index-cotent a:hover{cursor: pointer;}
/* 导航 止 */

/*详情页，列表页公用样式 始*/
.main_n{padding-top:10px; font-size:12px; overflow:hidden;}
/*左侧内容*/
.content{float:left; width:800px; overflow:hidden;}
/*位置*/
.top{line-height:30px; color:#666;}
/*文章标题*/
.cursor{cursor:pointer;}
.hg-10{height:10px;}
.hg-20{height:20px;}
.co-8{color:#888;}
.co-3{color:#333;}
.co-6{color:#666;}
.mt-5{margin-top:5px;}
.mr-5{margin-right:5px;}
.mr-10{margin-right:10px;}
.mr-15{margin-right:15px;}
.mb-20{margin-bottom:20px;}
.bor-t{border-top:1px solid #ddd;}
.bor-cc{border:1px solid #ccc;}
.bor-c9{border:1px solid #999;}
/*右侧内容*/
.right-content{float:right; width:340px; overflow:hidden;}
/*详情页，列表页公用样式 止*/
.mr_30{margin-right:30px;}
.price{font-family: Arial;}  /*价格字体*/
.blue{color:#709ce5 !important;}

.co_9{color:#999;}
.co_3{color:#333;}
.co_ff0{ color:#ff0000;}
.link{color:#666;}
.link:hover{color:#709ce5;}

.color_6{color:#666;}
/*首页标题右侧链接*/
.tit_rt{
	color:#ccc; font-size: 14px; 
} 
.tit_rt span{
	color:#999; 
} 
.tit_rt a{
	color:#666;
}
/*首页标题右侧链接end*/

.fl{
	float:left;
}
.fr{
	float:right;
}

/*字体*/
.f18{FONT-WEIGHT: bold; FONT-SIZE: 28px; WIDTH: 150px; COLOR: #e30; FONT-FAMILY: "微软雅黑"; HEIGHT: 35px}
.ft18{FONT-SIZE: 14px; COLOR: #c00}

/*购买按钮*/
.buy_a{ display:inline-block; width:72px !important; height:26px !important; line-height:26px !important; color:#fff; border:none !important; border-radius:2px; background:#537cc1; text-align:center;}
.buy_a:hover{ background:#80a4e2; text-decoration:none;}
/*购买按钮end*/

.page_number{ text-align:center;}
.page_number a{ display:inline-block; width:36px; height:38px; line-height:38px; border:1px solid #ccc; font-size:14px; text-align:center; color:#666; margin-right:2px;}
.page_number a.chosen{width:38px; height:40px;line-height:40px; background:#709ce5; color:#fff; border:none;}
.page_number a.chosen:hover{width:36px; height:38px;line-height:38px;background:#eff4fc;border:1px solid #709ce5; text-decoration:none;color:#666;}
.page_number a:hover{ background:#eff4fc;border:1px solid #709ce5; text-decoration:none;}

/*解决公用头部尾部样式*/
.main{*position:static;}
.shortcut_right li{*z-index:100000;}
.main a:hover{color:#333;text-decoration:none;}
.copyrigyt a:hover,.footnav a:hover{color:#333;text-decoration:none;}