﻿/*******悬浮样式********/
/*右侧*左侧**/
.rightNav{
	width: 130px;
	height: 437px;
	position: fixed;
	right: 10px;
	top: 30%;
	z-index: 9999;
	_position:absolute;
	text-align: left;
	_position: absolute;
	_bottom: auto;
	_top:expression(eval(document.documentElement.scrollTop+200));
	}
.rightNav{
	background: url(../images/youce_bg_3.png) no-repeat;
	}
.leftNav{
	width: 120px;
	height: 381px;
	left: 10px;
	position: fixed;
	top: 30%;
	z-index: 9999;
	_position:absolute;
	text-align: left;
	_position: absolute;
	_bottom: auto;
	_top:expression(eval(document.documentElement.scrollTop+200));
}
.leftNav .course{
	width: 180px;
	margin-bottom: 20px;
}
.leftNav .course img{
	width: 100%;
}
.leftNav ul
{
width: 120px;
    margin-left: 60px;
	display: inline-block;
}
.leftNav ul i{
	display: block;
	width: 120px;
	height: 149px;
	background: url(../images/zuoce-bg_3.png) no-repeat;
}
.leftNav ul li{
	width: 100%;
	height: 31px;
	background-color:#fff;
	float: left;
	margin-top: -1px;
	box-sizing: border-box;
	border: 1px solid #dbdbdb;
}
.leftNav ul li a{
	display: block;
	color: #666;
	width: 100%;
	height:31px;
	line-height: 31px;
	text-align: center;
}
.leftNav ul .qqzx{
	background: #f7203e;
}
.leftNav ul .qqzx a{
	color: #fff;
}
.leftNav ul .qqzx a:hover{
	color: #fff;
}
.rightNav ul{
	display: inline-block;
	margin-top: 51px;
}
.rightNav ul li{
	width: 100%;
	float: right;
	margin-top: 1px;
}
.rightNav ul li a{
	display: block;
	color: #fff;
	line-height: 33px;
	text-align: center;
}
.leftNav ul li a:hover,
.leftNav ul li .on{
	color: #ed0d32;
}
.rightNav ul li a:hover,
.rightNav ul li .on{
	color: #ffe08a;
}
.rightNav ul li span{
	display: block;
	margin-top: 122px;
	color: #fff;
	line-height: 27px;
	text-align: center;
	overflow: hidden;
}
/*底部*/

.bot_fix{
	position: fixed;
	width: 1000px;
	height: 40px;
	bottom: 0;
	color: #333;
	font-family: "微软雅黑";
	z-index: 9999;
	background: url(../images/fix-bg_3.jpg) no-repeat;
}
.bot_fix p{
	width: 614px;
	float: left;
	line-height: 40px;
	text-indent: 70px;
	font-size: 24px;
	font-weight: bold;
	color:#666666;
}
.bot_fix p span{
	display: inline-block;
	float: right;
	color:Red;
}
.bot_fix em{
	display: block;
	line-height: 40px;
	margin-left: 12px;
	float: left;
	font-size: 16px;
	color:#666666;
}
.bot_fix a{
	display: block;
	width: 149px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	color: #fff;
	float: right;
	margin-right: 70px;
	margin-top: 7px;
	font-size: 18px;
}