﻿
@import url(http://www.tianlaiedu.com/css/video-js.min.css);
i,em{
	font-style: normal;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.w1000{
	width: 1000px;
	margin: 0 auto;
}
.bottom{
	margin-bottom: 20px;
}

/***************头部样式***************/
.header{
	width: 100%;
	min-width: 1000px;
	height: 199px;
	/* height: 268px; */
	background: url(/images/ico_topGb1.jpg);
}
.header .top{
	height: 35px;
	line-height: 35px;
	padding-bottom: 1px;
}
.header .top dt b{
	font-weight: 100;
}
.header .top dd a{
	display: block;
	float: left;
	color: #666;
}
.header .top dd a:hover{
	text-decoration: underline;
}
.header .top dd em{
	float: left;
	color: #d9d9d9;
	font-size: 20px;
	margin: 0 10px;
}
.header .top .xinlang{
	color: #00a0e9;
	margin: 0 2px;
}
.header .top dd i{
	width: 21px;
	height: 17px;
	float: left;
	margin-top: 7px;
	background: url(/images/ico_xinlang.jpg) no-repeat;
}
.header .header-middle{
	height: 120px;
	/* height: 103px; */
	overflow: hidden;
}
.header .logo{
	width: 282px;
	padding-left: 24px;
}
.header .logo img{
	margin-top: 30px;
}
.header .choice{
	width: 406px;
	padding-top: 30px;
	margin: 0 24px;
}
.header .choice i{
	display: block;
	height: 1px;
	margin-top: 13px;
	background: url(/images/ico_choice.jpg) no-repeat;
}
.header .choice ul{
	padding-top: 11px;
}
.header .choice ul li{
	text-align: center;
}
.header .choice ul li a{
	line-height: 19px;
	color: #333;
}
.header .choice ul li em{
	margin: 0 10px;
}
.header .phone{
	float: left;
}
.header .phone img{
 padding-top: 30px;
}
.header .nav{
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-family: "微软雅黑";
	font-weight: 700;
	display: inline-block;
}
.header .nav ul li{
	float: left;
}
.header .nav ul li a{
	display: block;
	float: left;
	color: #fff;
	padding: 0 17px;
}
.header .nav .current,.header .nav ul li a:hover{
	color: #ffe3a7;
}
.header .nav ul i{
	display: inline-block;
	float: left;
	height: 40px;
	width: 2px;
	background: url(/images/ico_navBg.jpg) no-repeat;
}
.subnav{
	font-size: 16px;
	background: #fff;
	overflow: hidden;
	font-family: "微软雅黑"；
}
.subnav ul{
	line-height: 28px;
}
.subnav ul li{
	float: left;
}
.subnav ul a{
	display: inline-block;
	color: #666;
	margin: 0 13px;
	float: left;
	line-height: 48px;
}
.subnav ul a:hover{
	text-decoration: underline;
}
/***************底部样式***************/
.footer{
	height: 377px;
	width: 100%;
	background: url(../images/ico_footer.jpg) repeat-x;
	margin-top: 30px;
	overflow: hidden;
}
.service{
	height: 182px;
	padding-top: 42px;
	overflow: hidden;
}
.fphone{
	width: 197px;
	margin-top: 18px;
}
.counseling{
	width: 410px;
	padding: 0 71px;
}
.counseling img{
	float: left;
}
.counseling dl{
	width: 134px;
	float: left;
	margin-top: 12px;
}
.counseling dl dd{
	text-align: center;
	line-height: 23px;
}
.counseling dl dd a{
	color: #666;
}
.two-dimension{
	width: 220px;
	margin-top: 15px
}
.two-dimension dl{
	width: 110px;
	float: left;
}
.two-dimension dl dt{
	text-align: center;
}
.two-dimension dl dd{
	line-height: 20px;
	margin: 10px 0;
	text-align: center;
}
.footer-bottom{
	padding-top: 24px;
}
.site,.copy{
	line-height: 23px;
}
.site p,.copy p{
	display: block;
	text-align: center;
}
/*新增加video视频部分*/
.fix_video{
	position: fixed;
	_position: relative;
	right: 0;
	bottom: 0;
	width: 350px;
	height: 200px;
	z-index: 99999;
	_position: absolute;
	background: #000;
}
.fix_video .box{
	position: absolute;;
	bottom: 0;
	z-index: 1;
	width: 350px;
	height: 200px;
	overflow: hidden;
	/*background: red;*/
}
.fix_video .fix_box{
	position: absolute;
	bottom: 0;
	width: 350px;
	height: 200px;
	z-index: 999999!important;
	/* overflow: hidden; */
	/*background: green;*/
}
.fix_video .fix_box .close{
	width: 100%;
	height: 20px;
	cursor: pointer;
	color: red;
	overflow: hidden;
	/*z-index: 999;*/
}
.fix_video .fix_box .close span{
	display: block;
	height: 20px;
	padding: 0 8px;
	color: #fff;
	line-height: 20px;
	text-align: center;
	font-family: arial;
	font-weight: bold;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 12px;
	background: rgba(0, 0, 0, .3);
}
.fix_video .fix_box .close span:hover{
	color: red;
	background: rgba(0, 0, 0, .5);
}
.fix_video object{
	position: relative;
	bottom: 0;
	width: 100%;
	height: 240px!important;
	z-index: 1!important;

}
.fix_video .fix_box a{
	display: block;
	width: 350px;
	height: 240px;
	overflow: hidden;
	/*background: red;*/
}
