﻿/*通用页面头部*/
.header_bar,
.header_bar_top {
  width: 100%;
  background: #fff;
  overflow: hidden;
}
.header_bar_top {
  height: 36px;
  background: #f9f9f9;
  border-bottom: 1px solid #dedede;
}
.header_bar_top .con {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  align-items: stretch;
}
.header_bar_top .con p {
  height: 36px;
  line-height: 36px;
}
.header_bar_top .con a {
  color: #666;
}
.header_bar_top .nav {
  overflow: hidden;
}
.header_bar_top .nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  height: 100%;
  padding: 0 15px;
  color: #666;
  font-size: 13px;
    font-family: "宋体";
    font-weight: normal;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.header_bar_top .nav a:hover {
  color: #e60012;
}
.header_bar_top .nav a:not(:last-of-type):after {
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  height: 20px;
  border-right: 1px solid #dedede;
}
.header_bar_con {
  width: 1160px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  height: 120px;
}
.header_bar_con .logo img {
  vertical-align: middle;
}
.header_bar_con .service {
  width: 406px;
  padding-bottom: 14px;
  background: url("../images/iconBases/icon_campus_list_bg.jpg") center bottom no-repeat;
}
.header_bar_con .service .list {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  justify-content: space-evenly;
  height: 24px;
}
.header_bar_con .service a {
  color: #333;
  font-size: 13px;
  font-family: Arial, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;
}
.header_bar_con .tel img {
  vertical-align: middle;
}
.header_bar_nav {
  height: 40px;
  padding-bottom: 3px;
  background: url("../images/iconBases/icon_header_nav_bg.png") center top;
}
.header_bar_nav .nav_list {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.header_bar_nav .nav_list a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-family: Arial, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;
  float: left;
  height: 100%;
  padding: 0 22px;
  font-weight: 600;
  position: relative;
}
.header_bar_nav .nav_list a:not(:last-of-type):after {
  content: "";
  position: absolute;
  right: -1px;
  width: 2px;
  height: 40px;
  background: url("../images/iconBases/icon_header_nava_gd.jpg") center center no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
/*页面底部*/
.footer_bar {
	width: 100%;
	padding-bottom: 60px;
	overflow: hidden;
  }
  .footer_bar .service_con {
	width: 100%;
	background: #fff;
  }
  .footer_bar .service_list {
	width: 1170px;
	margin: 0 auto;
	padding: 42px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	justify-content: space-between;
	align-items: center;
  }
  .footer_bar .service_list .tel img {
	vertical-align: middle;
  }
  .footer_bar .service_list > .nav {
	display: flex;
	align-items: center;
	justify-content: center;
	justify-content: space-between;
	position: relative;
  }
  .footer_bar .service_list .nav:after {
	content: "";
	position: absolute;
	top: 0;
	width: 2px;
	height: 100%;
	background: url("../images/iconBases/icon_footer_nav_bg.jpg") left center no-repeat;
	right: 0;
	margin-right: -1px;
  }
  .footer_bar .service_list .list {
	display: flex;
	justify-content: center;
	align-items: end;
	flex-flow: column;
	align-items: center;
	width: 134px;
	position: relative;
  }
  /* 服务部分 */
  .footer_bar .service_list .list:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 100%;
	background: url("http://www.tianlaiedu.com/images/iconBases/icon_footer_nav_bg.jpg") left center no-repeat;
	left: 0;
	margin-left: -1px;
  }
  .footer_bar .service_list a {
	color: #666;
	font-size: 13px;
	font-family: Arial, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;
	line-height: 24px;
	font-weight: 400;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
  }
  .footer_bar .service_list a:hover {
	color: #e60012;
  }
  .footer_bar .qrcode {
	display: flex;
	align-items: center;
	justify-content: center;
	justify-content: space-between;
  }
  .footer_bar .qrcode dl {
	margin: 0 6px;
  }
  .footer_bar .qrcode dt {
	width: 75px;
	height: 75px;
	margin: 0 auto;
	overflow: hidden;
  }
  .footer_bar .qrcode dd {
	padding-top: 10px;
	height: 20px;
	line-height: 20px;
  }
  .footer_bar .qrcode img {
	width: 100%;
  }
  .footer_bar .copyright_info {
	display: flex;
	justify-content: center;
	align-items: end;
	flex-flow: column;
	align-items: center;
	width: 100%;
	padding-top: 24px;
	overflow: hidden;
  }
  .footer_bar .copyright_info .copyright {
	height: 24px;
	line-height: 24px;
	color: #333;
	font-size: 13px;
	font-family: Arial, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;
  }
  .footer_bar .copyright_info a {
	color: #333;
  }
  .footer_bar .copyright_info .internet {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	color: #666;
  }
  .footer_bar .copyright_info .internet:before {
	content: "";
	width: 20px;
	height: 20px;
	margin-right: 6px;
	background: url("../images/iconBases/icon_gaba.png") center center no-repeat;
	background-size: 100% auto;
  }
/*******悬浮样式********/
/*右侧*左侧**/
.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(http://www.tianlaiedu.com/images/youce_bg.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.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.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;
}