@charset "utf-8";
/* CSS Document */

.school_nav {
	width:141px;
	border:1px solid #2D90D4;
	padding:1px;
	font-size:13px;
	font-family:"微软雅黑";
	left:28px;
	position:fixed;
	bottom:1px;
	background:#FFF;
	_position:absolute;
	_top:450px
}
.school_nav ul li.li1 {
	height:30px;
	line-height:30px;
	text-align:center;
	background:#2D90D4;
	color:#FFF
}
.school_nav ul li {
	height:38px;
	line-height:39px;
	text-align:center;
	border-bottom:#DADADA 1px solid;
	padding:1px 1px 0px 1px
}
.school_nav ul li a {
	line-height:37px;
	display:block;
	background:url(../images/school_navbg.png) no-repeat;
	color:#434343
}
.school_nav ul li a:hover {
	background:#606060;
	color:#FFF
}

/*浮动客服*/
#floatDivBoxs{width:140px;background:#fff;position:fixed;top:200px;left:0;z-index:999; border:2px solid #dd8e11;}
#floatDivBoxs .floatDtt{width:100%;height:35px;line-height:35px; background:#dd8e11;color:#fff;font-size:16px; text-align:center;position:relative;}
#floatDivBoxs .floatDqq{padding:0 24px ;}
#floatDivBoxs .floatDqq img{ width:25px; height:28px;}
#floatDivBoxs .floatDqq li{height:35px;line-height:35px;font-size:14px;border-bottom:1px solid #e3e3e3;}
#floatDivBoxs .floatDtxt{font-size:18px;color:#333;padding:12px 14px;}
#floatDivBoxs .floatDtel{padding:0 0 15px 10px;}
#floatDivBoxs .floatDtel img{display:block;}

.floatShadow{ background:#fff;box-shadow:-2px 0 3px rgba(0,0,0,0.25);}
.wxbox{text-align:center; padding:10px 0px;background:#dd8e11;}
.wxbox img{ width:120px; height:120px; border:0px; margin-top:5px;}
.wxbox p{ font-size:16px; color:#FFFFFF; display:block; height:25px; line-height:25px;}
#rightArrow{width:30px;height:100px;background:url(../yljy/images/online2.jpg) no-repeat; background-position:-30px 0; position:fixed;top:323px;left:140px;z-index:999;}
#rightArrow a{display:block;height:100px;}


/*回到顶部*/

.to_top{
	display:none;
	position: fixed;
    _position: absolute;
	background:url(../yljy/images/to_top.jpg) no-repeat; 
    width: 58px;
    height: 58px;
    right: 130px;
    
    bottom: 32px;
}

.to_top:hover{
	display:block;
	position: fixed;
    _position: absolute;
	background:url(../yljy/images/to_top.jpg) no-repeat;
	background-position:right;  
	width: 58px;
    height: 58px;
    right: 130px;
    _right: -47px;
    bottom: 32px;
}

/*居中浮动框*/

.ft_box{
	display:none;
	width:556px;
	height:321px;
	padding:7px;
	position:relative;
	background:url(../yljy/images/invite.png) no-repeat;
	top:20px;
	position:fixed;
}
.ft_box .ft_x{
	width:28px;
	height:28px;
	float:right;
	background:url(../yljy/images/xx.png) no-repeat;
	margin:20px 34px 0px 0px;
	cursor:pointer;
}

.ft_box .ft_consult{
	display:block;
	position:absolute;
	width:130px;
	height:35px;
	bottom:58px;
	left:115px;		
}

.ft_box .ft_enroll{
	display:block;
	position:absolute;
	width:130px;
	height:35px;
	bottom:58px;
	right:128px;	
}


