﻿body,div,address,blockquote,iframe,ul,ol,dl,dt,dd,li,h1,h2,h3,h4,h5,h6,p,pre,table,caption,th,td,form,legend,fieldset,input,button,select,textarea {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

ol,ul,li,dl,dt {
	list-style: none;
}

img {
	margin: 0;
	padding: 0;
	border: none
}

table {
	border-collapse: collapse;
}

.cls {
	clear: both;
}

.notxt {
	text-indent: -9999px;
}

body {
	font-size: 14px;
	font-family: "微软雅黑";
	background-repeat: repeat-x;
	color: #666;
}

a {
	color: #666;
	text-decoration: none;
	outline: none;
        blr: expression(this.onFocus=this.blur());
	font-family: "微软雅黑";
}

a:hover {
	color: #f30;
}

i {
	font-style: normal;
}

/*头部广告开始*/

.home_ads1,
.home_ads2,
.home_ads3 {
	float: left;
	overflow: hidden;
}

.home_ads2 {
	margin: 0 25px;
}

.home_ads1 img,
.home_ads2 img,
.home_ads3 img {
	border-radius: 5px;
}

.advbox {
	width: 1100px;
	margin: 20px auto;
}

.advbox .dt_small,
.advbox .dt_big {
	position: relative;
	cursor: pointer;
}

.advbox .dt_toBig {
	position: absolute;
	left: -49px;
	width: 49px;
	height: 21px;
	background: url("../images/public_showTL.png");
}

.advbox .dt_toSmall {
	position: absolute;
	left: -49px;
	width: 49px;
	height: 21px;
	background: url("../images/public_closeTL.png");
}

/*头部广告结束*/

.acen {
	text-align: center;
}

.autoh {
	height: auto;
	overflow: hidden;
}

.contain {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

.contain .topnav {
	font-family: "宋体";
	font-size: 12px;
	line-height: 30px;
	color: #666666;
	height: 30px;
}

.contain .topnav span {
	float: right;
}

.contain .logotel {
	height: 95px;
}

.contain .logotel .logo {
	float: left;
	padding-top: 30px;
	width: 300px;
}

.contain .logotel .tel {
	float: right;
	width: 240px;
	padding-top: 30px;
}

.body_1 {
	border-bottom: 1px solid #e9e9e9;
	height: 40px;
	background: #f5f5f5;
}

.topnav {
	width: 1100px;
	margin: 0 auto;
}

.contain1 {
	width: 1100px;
	margin: 10px auto;
}

.contain1 .topnav {
	height: 40px;
}

.contain1 .topnav span {
	float: right;
}

.contain1 .logotel {
	height: 95px;
}

.contain1 .logotel .logo {
	float: left;
	padding-top: 20px;
	width: 300px;
}

.contain1 .logotel .tel {
	float: right;
	width: 240px;
	padding-top: 20px;
}

.navban {
        height: 45px;
        background: #ea5514;
}

.nav {
        width: 1100px;
        margin: 0 auto;
}


.daohanglie {
	width: 200px;
	overflow: visible;
        position: relative;
        z-index: 100;
	float: left;
	font-size: 13px;
}

.daohangcourseHd {
	height: 45px;
	background-color: #00b0f0;
}

.daohangcourseHd a {
	font-size: 18px;
	color: #fff;
	line-height: 45px;
	padding-left: 60px;
	font-weight: bold;
	background: url(/images/12345.png) no-repeat 25px -148px;
}

.daohangcourseHd a:hover {
	color: #f30;
}

#daohangnav {
	position: absolute;
	z-index: 1;
	border: 1px solid #efefef;
        background: #ffffff;
	width: 198px;
}

#daohangnav .mainCate {
	padding: 0px 10px;
}

#daohangnav .mainCate:hover {
	cursor: pointer;
}

#daohangnav h3 {
	height: 43px;
	line-height: 43px;
	font-size: 15px;
	border-bottom: 1px dashed #DDD;
	font-weight: normal;
}

#daohangnav h3 i {
	float: left;
	width: 30px;
	height: 30px;
	margin: 8px 0 0 5px;
	background: url(/images/123456.png) no-repeat;
}

#daohangnav h3:hover i {
	-webkit-animation: wobble 1s 0s ease both;
	-moz-animation: wobble 1s 0s ease both;
}

@-webkit-keyframes wobble {
	0%{-webkit-transform: translateX(0%)}
	15%{-webkit-transform: translateX(-15%) rotate(-5deg)}
	30%{-webkit-transform: translateX(10%) rotate(3deg)}
	45%{-webkit-transform: translateX(-10%) rotate(-3deg)}
	60%{-webkit-transform: translateX(5%) rotate(2deg)}
	75%{-webkit-transform: translateX(-5%) rotate(-1deg)}
	100%{-webkit-transform: translateX(0%)}
}

@-moz-keyframes wobble {
	0%{-moz-transform: translateX(0%)}
	15%{-moz-transform: translateX(-15%) rotate(-5deg)}
	30%{-moz-transform: translateX(10%) rotate(3deg)}
	45%{-moz-transform: translateX(-10%) rotate(-3deg)}
	60%{-moz-transform: translateX(5%) rotate(2deg)}
	75%{-moz-transform: translateX(-5%) rotate(-1deg)}
	100%{-moz-transform: translateX(0%)}
}

#daohangnav h3 s {
	float: right;
	width: 5px;
	height: 7px;
	margin: 20px 10px 0 5px;
	display: inline;
	background: url(/images/1234.png) no-repeat -190px -197px;
}

#daohangnav .subCate {
	display: none;/*默认隐藏*/ 
	background: #fafafa;
	position: absolute;
	left: 170px;
	top: 0;
	width: 370px;
	padding: 0 20px;
	cursor: auto;
	border-radius: 5px;
	border: 1px solid #f30;
}

#mainCate-2 .subCate {
	width: 500px;
}

#daohangnav .subCate ul {
	display: none;
	width: 100%;
	float: left;
	overflow: hidden;
	padding: 10px 0;
}

#daohangnav .subCate h4 {
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	color: #ff7800;
	text-align: center;
	border-bottom: 1px dashed #ddd;
	clear: both;
}

#daohangnav .subCate h4 em {
	float: right;
	display: block;
	width: 20px;
	height: 40px;
	background: url(/images/icoAdd.png) 12px 20px no-repeat;
	cursor: pointer;
}

#daohangnav .subCate h4.on em {
	background-position: 12px -48px;
}

#daohangnav .subCate li {
	width: 100%;
	float: left;
	display: inline;
}

#daohangnav .subCate li span:after {
	content: '';
	display: block;
	clear: both;
}

#daohangnav .subCate li p {
	margin: 10px 0;
}

#daohangnav .subCate li a {
	display: inline-block;
	float: left;
	line-height: 25px;
	color: #666;
	word-break: keep-all;
	white-space: nowrap;
	margin: 0 10px;
}

#daohangnav .subCate li a:hover {
	color: #f30;
}

#daohangnav #mainCate-5 .subCate {
	display: none;
	background: #fafafa;
	position: absolute;
	left: 170px;
	top: 175px;
	width: 400px;
	padding: 0;
}

#daohangnav #mainCate-6 .subCate {
	display: none;
	background: #fafafa;
	position: absolute;
	left: 170px;
	top: 219px;
	width: 330px;
	padding: 0;
}

#daohangnav #mainCate-5 .subCate ul,
#daohangnav #mainCate-6 .subCate ul {
	padding: 0px;
	display: block;
}

#daohangnav #mainCate-5 .subCate ul li {
	float: left;
	width: 200px;
	text-align: center;
}

#daohangnav #mainCate-6 .subCate ul li {
	float: left;
	width: 110px;
	text-align: center;
}

#daohangnav #mainCate-5 .subCate ul li:hover,
#daohangnav #mainCate-6 .subCate ul li:hover {
	background: #e4e4e4;
}

#daohangnav #mainCate-5 .subCate ul li a,
#daohangnav #mainCate-6 .subCate ul li a {
	float: none;
	line-height: 44px;
}

#daohangnav .on {
	background: #efefef;
}

#daohangnav .on h3 a {
	color: #f30;
}

#daohangnav .on .subCate {
	display: block !important; /* !important 强制显示，否则会闪烁*/
}

#mainCate-5 .subCate {
	top: -1px;
}

.daohangpai {
	background-color: #ea5514;
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 45px;
	color: #FFFFFF;
	float: left;
        position: relative;
}

.daohangpai  ul li {
	float: left;
	padding: 0 15px;
	text-align: center;
}

.daohangpai ul li a {
	color: #ffffff;
}

.daohangpai li a:hover {
	color: #fffd5a;
}

.daohangpai li:hover {
	background-color: #f30;
}

.banner {
        height: 400px;
}

.fullSlide {
	width: 100%;
	position: relative;
	height: 420px;
}

.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 10;
	overflow: hidden;
}

.fullSlide .bd ul {
	width: 100% !important;
}

.fullSlide .bd li {
	width: 100% !important;
	height: 400px;
	overflow: hidden;
	text-align: center;
}

.fullSlide .bd li a {
	display: block;
	height: 400px;
}

.fullSlide .hd {
	width: 150px;
	position: absolute;
	z-index: 20;
	bottom: 0;
	right: 180px;
	text-align: center;
	_background: #000;
	_filter: alpha(opacity=60);
}

.fullSlide .hd ul {
	text-align: center;
}

.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 26px;
	height: 26px;
	background: url(/images/tg_flash_p.png) -26px 0 no-repeat;
	overflow: hidden; 
	line-height: 9999px; 
}

.fullSlide .hd ul .on {
	background-position: 0 0;
}


.cnav li a {
	color: #FFFFFF;
}

.cnav li a:hover {
	color: #FFFF00;
}

.contain .innews h2 {
	background-image: url(/img/fk.jpg);
	background-repeat: no-repeat;
	background-position: 5px center;
	color: #666;
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 40px;
	padding-left: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ef4e22;
	margin-top: 10px;
	margin-bottom: 10px;
}

.contain .innews .more {
	color: #ef4e22;
	float: right;
}

.contain .innews .newsl {
	float: left;
	width: 290px;
	margin-left: 15px;
}

.contain1 .innews h2 {
	background: url(/img/fk.jpg) no-repeat ;
	background-position: 5px center;
	color: #666;
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 40px;
	padding-left: 20px;
	border-bottom: 2px solid #ef4e22;
	margin-top: 10px;
	margin-bottom: 10px;
}

.contain1 .innews .more {
	color: #ef4e22;
	float: right;
}

.contain1 .innews .newsl {
	float: left;
	width: 290px;
}

.contain1 .innews .newsl img {
	border-radius: 5px;
}

.picnew p {
	line-height: 50px;
	color: #FFFFFF;
	background-color: #ef4e22;
	height: 50px;
	text-align: center;
	margin:5px 0 0 0;
	border-radius: 5px;
}

.picnew p a{
	color: #FFF;
}

.newsl ul {
	margin-left: -10px;
	margin-top: -20px;
}

.newsl li {
	float: left;
	width: 140px;
	margin-left: 10px;
	text-align: center;
	line-height: 26px;
	color: #666;
}

.contain .innews .newsm {
	float: left;
	width: 420px;
	margin-left: 25px;
	background: url(/img/nlist.jpg) no-repeat;
}

.contain1 .innews .newsm {
	float: left;
	width: 490px;
	margin-left: 50px;
	background: url(/img/nlist.jpg) no-repeat;
}

.newsm li {
	font-size: 14px;
	line-height: 49px;
	padding-left: 30px;
}

.newsm li .data {
	float: right;
	color: #999999;
}

.contain .innews .newsr {
	float: right;
	width: 210px;
	margin-right: 15px;
}

.contain1 .innews .newsr {
	float: right;
	width: 210px;
}

/*思源教育招聘详情页样式开始*/

.contain2 {
	width: 800px;
	margin: 20px auto 0 auto;
}

.contain2 p {
	font-size: 18px;
	color: #e4393c;
}

.contain2 img {
	width: 700px;
	height: 500px;
	margin: 0px 50px;	
}
.recruitment2 {
	overflow: visible;
}

.recruitment1,
.recruitment3 {
	overflow: hidden;
}

.recruitment1 h2,
.recruitment2 h2,
.recruitment3 h2 {
	color: #ea5514;
	font-size: 48px;
	padding: 50px 0 30px 0;
	text-align: center;
	font-weight: bold;
	letter-spacing: 10px;
	background-repeat: no-repeat;
	background-position: center center;
}

.recruitment1 h2 em,
.recruitment2 h2 em,
.recruitment3 h2 em {
	width: 64px;
	height: 64px;
	vertical-align: middle;
	display: inline-block;
	background-size: 64px 64px;
	margin-right: 10px;
}

.recruitment1 .recruitment_left {
	width: 450px;
	font-size: 14px;
	line-height: 30px;
	float: left;
}

.recruitment1 .recruitment_left p {
	text-indent: 2em;
}

.recruitment1 .recruitment_right {
	width: 600px;
	float: right;
}

.recruitment2_1 {
	padding: 20px;
	background: #ea5514;
	color: #fff;
	border-radius: 5px;
	position: relative;
	width: 1100px;
	margin: 0 auto;
}

.recruitment2_1:after {
	position: absolute;
	top: -21px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -8px;
	border-left: 28px solid transparent;
	border-right: 28px solid transparent;
	border-bottom: 33px solid #ea5514;
	content: "";
}

.recruitment2_1>ul>span {
	display: inline-block;
	margin: 0 75px;
	font-size: 16px;
}

.recruitment2_1 li {
	margin: 20px 30px;
	border-bottom: 1px solid #fff;
	padding: 0 50px;
}

.recruitment2_1 li h3 {
	font-size: 18px;
	line-height: 40px;
	text-align: center;
}

.recruitment2_1 li span {
	font-size: 16px;
	line-height: 30px;
}

.recruitment2_1 li span:before {
	content: ">>>";
}

.recruitment2_1 li p {
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 10px;
}

.recruitment3>.contain1>div {
	float: left;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	position: relative;
	margin: 40px 27.5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.recruitment3>.contain1>div * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.recruitment3>.contain1>div a:hover .recruitment3_1 {
	opacity: 0;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
}

.recruitment3>.contain1>div a:hover .recruitment3_2 {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
	opacity: 1;
}

.recruitment3>.contain1>div a:hover {
	text-decoration: none;
}

.recruitment3_1 {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.35s ease-out;
	-moz-transition: all 0.35s ease-out;
	transition: all 0.35s ease-out;
	position: relative;
	width: 200px;
	height: 200px;
	border-radius: 50%;
}

*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.recruitment3_1:before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 50%;
	box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.recruitment3_1 img {
	border-radius: 50%;
	width: 100%;
	height: 100%;
}

.recruitment3_2 {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	background: #ea5514;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transition: all 0.35s ease 0.2s;
	-moz-transition: all 0.35s ease 0.2s;
	transition: all 0.35s ease 0.2s;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	border-radius: 50%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.recruitment3_2 p {
	color: #fff;
	padding: 10px;
	font-size: 14px;
	margin: 33px 11px;
	height: 200px;
	width: 200px;
	line-height: 22px;
	letter-spacing: 0.1em;
}

.recruitment3>.contain1> div:nth-child(4) .recruitment3_2 p {
	margin: 43px 11px;
}

.recruitment3>.contain1> div:nth-child(5) .recruitment3_2 p {
	margin: 43px 11px;
}

.recruitment3>.contain1> div:nth-child(7) .recruitment3_2 p {
	margin: 43px 11px;
}

/*思源教育招聘详情页样式结束*/

.newsr h3 {
	background: url(/img/jz.jpg);
	height: 40px;
}

.newsr .jz {
	background-color: #f6f6f6;
	margin-top: 10px;
	padding: 5px;
}

.newsr .jz li {
	line-height: 48px;
	border-bottom: 1px dotted #cdcccc;
}

/*首页名师开始*/

.tabsList {
	overflow: hidden;
	zoom: 1;
	width: 1100px;
}

.tabsList li {
	float: left;
	display: inline;
	height: 290px;
	overflow: hidden;
	zoom: 1;
	border: 1px solid #e6e6e6;
}

.tabsList li i {
	width: 218px;
	float: left;
	overflow: hidden;
}

.tabsList li.on .tabBody {
	display: block;
	width: 198px;
	display: inline;
	float: left;
	padding: 10px;
}

.tabsList li .tabBody {
	display: none;
}

.tabsList li .tabBody h5 {
	font-size: 16px;
	font-weight: 100;
	font-family: "微软雅黑";
	color: #555;
	margin-bottom: 8px;
}

.tabsList li .tabBody p {
	font-family: "微软雅黑";
    	font-size: 13px;
    	line-height: 25px;
	color: #666666;
	text-indent: 2em;
}

/*首页名师结束*/

.contain1 .huodong li {
	font-family: "微软雅黑";
	width: 200px;
	float: left;
	margin: 0 10px;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
}

.huodong h2 {
	background: url(/img/fk.jpg) no-repeat;
	background-position: 5px center;
	color: #666;
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 40px;
	padding-left: 20px;
	border-bottom: 2px solid #ef4e22;
	margin: 10px 0;
}

.huodong .more {
	color: #ef4e22;
	float: right;
}

/*校区查询样式表开始*/

.schoolquery {
	margin-top: 20px;
	overflow: hidden;
}

.schoolquery1 {
	width: 840px;
	float: left;
}

.schoolquery1 h3 {
	font-size: 24px;
	color: #ff0000;
	margin-bottom: 10px;
}

.schoolquery1 p {
	font-size: 16px;
	color: #666;
	line-height: 30px;
	text-indent: 2em;
	text-align: justify;
}

.schoolquery1 ul {
	margin-top: 10px;
}

.schoolquery1 .schoolquery1_1 {
	width: 270px;
	font-size: 22px;
	color: #FFF;
	float: left;
	line-height: 40px;
	text-align: center;
}
	
.schoolquery1 .schoolquery1_2 {
	width: 270px;
	font-size: 22px;
	color: #FFF;
	float: left;
	margin: 0 15px;
	line-height: 40px;
	text-align: center;
}
	
.schoolquery1 .schoolquery1_3 {
	width: 270px;
	font-size: 22px;
	color: #FFF;
	float: left;
	line-height: 40px;
	text-align: center;
}

.schoolquery2 {
	float: right;
}


.schcx {
}

.schcx .tel{
	float: right;
	color: #FF3300;
	padding-right: 8px;
}

.schcx h3 {
	color: #666;
	font-family: "微软雅黑";
	font-size: 18px;
	line-height: 45px;
	margin-bottom: 10px;
}

.red {
	color: #FF0000;
}

.schcx ul {
	margin-left: -90px;
}

.schcx li {
	float: left;
	margin-left: 90px;
	width: 505px;
	line-height: 40px;
	color: #666666;
}

.schcx li p {
	line-height: 32px;
	font-weight: 600;
	color: #666;
	padding-left: 5px;
	background-color: #ececec;
	border-radius: 5px;
}

/*校区查询样式表结束*/

.footer {
	background-color: #ff6245;
}

.footer .footcon {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}

.footer .footcon ul {
	padding-top: 15px;
	padding-bottom: 15px;
}

.footer .footcon li {
	background: url(../img/fkbai.jpg) no-repeat;
	background-position: left 12px;
	padding-left: 15px;
	margin-left: 20px;
	float: left;
	width: 200px;
	font-size: 12px;
	line-height: 32px;
	color: #FFFFFF;
}

.footer .footcon li p {
	font-size: 14px;
	font-weight: 600;
}

.footer .footcon li a {
	color: #FFFFFF; 
}

.footer .footcon li a:hover {
	color: #FFFF66; 
}

.copyright {
	text-align:center;
	color:#FFFFFF;
	line-height:30px;
	font-size:12px;
}

.huanjing,.schoolintroduce,.innewss {
	float: right;
	width: 890px;
}

.huanjing h1,.schoolintroduce h1,.innewss h1 {
	text-align: center;
	margin-bottom:10px;
	color: #666;
	font-size: 22px;
	font-weight: bold;
}

.huanjing h2,.schoolintroduce h2,.innewss h2 {
	background: url(/img/fk.jpg) no-repeat 5px center;
	color: #666;
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 40px;
	padding-left: 20px;
	border-bottom: 2px solid #ef4e22;
	margin-bottom: 10px;
}

.huanjing ul li {
	font-family: "微软雅黑";
	width: 260px;
	float: left;
	margin: 0 7px 15px 7px;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	border: 1px #cecfd3 solid;
	padding: 10px;
	background: #f3f3f3;
	border-radius: 10px;
}

.huanjing ul li img {
	border-radius: 5px;
}

.huanjing p,.schoolintroduce p,.innewss .info p,.foota3 p {
	line-height: 25px;
	text-indent: 2em;
	color: #666;
}

.schoolintroduce ul {
	margin: 10px 0px;
}

.schoolintroduce li {
	line-height: 36px;
	font-size: 14px;
	color: #666666;
	border-bottom: 1px dotted #e1e1e1;
}

.schoolintroduce li span {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #f65c5d;
	margin: 0 5px 0 0;
	padding: 5px 15px;
	border-radius: 5px;
}

.tealist {
	border: 1px solid #efefef;
	padding: 10px;
	font-size: 12px;
	line-height: 24px;
	color: #666;
	float: left;
	width: 413px;
	margin: 0 5px 10px 5px;
	border-radius: 10px;
	background: #f5f5f5;
}

.tout {
	width: 868px;
	border: 1px solid #efefef;
	padding: 10px;
	font-size: 14px;
	line-height: 24px;
	color: #666;
	float: left;
	margin: 0 10px 10px 0;
	border-radius: 10px;
	background: #f5f5f5;
}

.tout2 {
	width: 718px;
	float: none;
}

.teaimg {
	float: left;
	height: 220px;
	width: 190px;
	margin-right: 15px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 3px 3px 3px #c5c5c5;
}

.teaimg img {
	position: relative;
	top: -20px;
	left: -30px;
}

.tout .jiaoshijieshao {
	width: 660px;
	float: left;
}

.tout .jiaoshijieshao h3 {
	width: 660px;
}

.tout .jiaoshijieshao p {
	text-indent: 2em;
}

.tout .jxsp span {
	display: inherit;
	margin: 20px 0px;
	text-align: center;
	font-size: 16px;
	color: #ff6600;
	border-bottom: 1px dotted #969696;
	line-height: 40px;
}

.tout .jxsp embed {
	width: 870px;
	height: 500px;
}

.tout .jxsp img {
	width: 870px;
	height: 500px;
}

.tealist h3,.tout h3 {
	font-size: 16px;
	line-height: 25px;
	color: #ff6600;
	font-family: "微软雅黑";
	border-bottom: 1px dotted #969696;
	margin-bottom: 10px;
	float: left;
}

.tout h3 {
	width: 660px;
}

.tealist h3{
	width: 205px;
}

.tealist p {
	text-indent: 2em;
}

.hui3 {
	font-size: 12px;
	color: #666;
}

.teasx {
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 27px;
	color: #666;
}

.teasx li {
	margin-top: 10px;
	height: 50px;
	border-bottom: 1px dotted #969696;
	padding-bottom: 10px;
}

.teasx .teab1 {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 190px;
}
.teasx .teab2 {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 190px;
}
.teasx .teab3 {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 190px;
}
.teasx .teab4 {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 190px;
}
.teasx .teab5 {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 190px;
}
.newschl h2 {
	background-image: url(../img/fk.jpg);
	background-repeat: no-repeat;
	background-position: 5px center;
	color: #666;
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 40px;
	padding-left: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ef4e22;
	margin-top: 10px;
	margin-bottom: 10px;
}
.newschl .more {
	color: #ef4e22;
	float: right;
}
.newsch {
	width: 229px;
	float: left;
	background-color: #f6f6f6;
	margin: 0 23px;
}
.newsch .newscht {
	height: 39px;
	text-align: center;
	font-family: "微软雅黑";
	line-height: 39px;
	color: #FFFFFF;
}
.newschtb1 {
	background-image: url(../img/ntc.jpg);
}
.newschtb2 {
	background-image: url(../img/nth.jpg);
}
.newschtb3 {
	background-image: url(../img/ntl.jpg);
}
.newschtb4 {
	background-image: url(../img/nty.jpg);
}
.newsch ul {
	padding: 5px;
}

.newsch li {
	text-align: left;
	height: 35px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	line-height: 35px;
	overflow: hidden;
}

.newsll {
	float: left;
	width: 810px;
	border: 1px solid #e5e5e5;
	padding: 20px;
	border-radius: 10px;
}

.newsllt {
	font-size: 12px;
	line-height: 24px;
	color: #999999;
	border-bottom: 1px dotted #CCCCCC;
	margin-top: 10px;
	padding-bottom: 10px;
}

.newsllt .data {
	color: #666666;
	float: right;
	line-height: 40px;
}

.newsllt .title {
	font-size: 14px;
	color: #f27200;
	font-weight: 600;
	line-height: 40px;
}

.newsllt .pindao {
	font-size: 14px;
	line-height: 40px;
	font-weight: 600;
	color: #666;
}

.newscon {
	font-size: 14px;
	line-height: 26px;
	color: #444;
}

.newscon p{
	text-indent: 2em;
}

.newscon td {
	text-align: center;
}

.newscon h1 {
	font-size: 22px;
	color: #444;
	line-height: 45px;
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
}
.newscondata {
	font-size: 12px;
	line-height: 32px;
	color: #999999;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 15px;
	padding-bottom: 5px;
}


.newslr {
	float: right;
	width: 235px;
	font-size: 12px;
	line-height: 40px;
	font-weight: 600;
	color: #666;
}

.newslr h3 {
	background: #f44;
	font-family: "微软雅黑";
	line-height: 39px;
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

.newslr h4 {
	background: #00b0f0;
	font-family: "微软雅黑";
	line-height: 39px;
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	margin-top: 20px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

.newsrlist,.sideMenu {
	background: #f6f6f6;
	padding: 0 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.newsrlist li {
	line-height: 30px;
	border-bottom: 1px dashed #CCCCCC;
	overflow: hidden;
}

.sideMenu p {
	font-size: 16px;
	color: #f30;
	padding-left: 15px;
	background: url(/img/course-dot.jpg) no-repeat 0 54%;
	border-bottom: 1px dashed #cccccc;
}

.sideMenu p em {
	float: right;
	display: block;
	width: 20px;
	height: 40px;
	background: url(/images/icoAdd.png) 12px 20px no-repeat;
	cursor: pointer;
}

.sideMenu p.on {
	border-bottom: 0;
}

.sideMenu p.on em {
	background-position: 12px -48px;
}

.sideMenu ul {
	color: #999;
	display: none;/* 默认都隐藏 */
}

.sideMenu ul:after{
	content: '';
	display: block;
	clear: both;
}

.sideMenu ul li {
	margin: 0 10px 0 0;
	float: left;
	line-height: 25px;
}

.thisclass a {
	color: #FF3300;
}

.ctitle1 {
	background-image: url(../img/ct1.jpg);
	height: 69px;
	line-height: 65px;
	font-size: 24px;
	color: #FFFFFF;
	font-family: "微软雅黑";
	padding-left: 200px;
	margin-top: 15px;
}

.ctitle15126 {
	background-image: url(../img/ct15126.jpg);
	height: 69px;
	line-height: 65px;
	font-size: 24px;
	color: #FFFFFF;
	font-family: "微软雅黑";
	padding-left: 200px;
	margin-top: 15px;
}

.ctitle2 {
	height: 69px;
	line-height: 65px;
	font-size: 24px;
	color: #FFFFFF;
	font-family: "微软雅黑";
	padding-left: 223px;
	margin-top: 15px;
}

.ctitle3 {
	height: 69px;
	line-height: 65px;
	font-size: 24px;
	color: #FFFFFF;
	font-family: "微软雅黑";
	padding-left: 230px;
	margin-top: 15px;
}

.ctitle4 {
	background-image: url(../img/ct4.jpg);
	height: 69px;
	line-height: 65px;
	font-size: 24px;
	color: #FFFFFF;
	font-family: "微软雅黑";
	padding-left: 200px;
	margin-top: 15px;
}

.ccont {
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}

.ccont h1 {
	font-size: 24px;
	line-height: 45px;
	color: #666666;
	text-align: center;
	font-family: "微软雅黑";
	margin-top: 15px;
}

.ccont h2 {
	font-size: 24px;
	line-height: 45px;
	color: #666666;
	text-align: center;
	font-family: "微软雅黑";
	margin-top: 15px;
}

.ccont .csht {
	background-image: url(../img/csht.jpg);
	background-repeat: no-repeat;
	height: 44px;
	text-align: center;
	line-height: 42px;
	background-position: center;
	margin-bottom: 10px;
	color: #888888;
	font-family: "微软雅黑";
	font-size: 14px;
}
.innews table {
	text-align: center;
	line-height: 30px;
	font-family: "微软雅黑";
	font-size: 12px;
	color: #000000;
}
.cban {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 15px;
	text-align: center;
}

.bai {
	color: #FFFFFF;
}
.courseleft {
	float: left;
	width: 220px;
}
.courseright {
	float: right;
	width: 780px;
}
.clnav {
	background-image: url(../img/clbg.jpg);
}
.clnav li {
	height: 72px;
	color: #FFFFFF;
	padding-left: 25px;
	line-height: 72px;
	font-size: 14px;
}
.clnav li a {
	color: #FFFFFF;
}
.dot{
	background-image: url(../img/fkbai.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	margin-right: 8px;
	font-size: 12px;
}
.cschaddr {
	margin-top: 10px;
}
.cschaddr p {
	background-color: #ff6245;
	height: 40px;
	color: #FFFFFF;
	font-family: "微软雅黑";
	font-size: 14px;
	text-align: center;
	line-height: 39px;
}
.cschaddr ul {
	 margin:0; padding:0;
}
.huibg{
	background-color: #ececec;
}
.cschaddr li {
	height: 62px; padding:10px;
	line-height: 22px;
	color: #666666;
	overflow: hidden;
	font-size: 12px;
}
.courseinfo {
	margin-left: 20px;
}
.courseinfo .tit {
	background-repeat: no-repeat;
	height: 39px;
	padding-left: 80px;
	font-family: "微软雅黑";
	font-size: 18px;
	line-height: 38px;
	color: #FFFFFF;
	margin-top: 10px;
}
.courseinfo .info {
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 24px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.courseinfo a:hover {
	font-weight: bold;
	color:#ffff66;
}
.akemu li {
	float: left;
	width: 310px;
	margin-left: 35px;
}
.akemu{
	margin-left: -35px;
	margin-top: 20px;
}
.aboutcon {
	color: #666;
	font-size: 14px;
	line-height: 26px;
	padding: 15px;
	margin-top: 20px;
	background-color: #ededed;
}

.mt20 {
	margin-top: 20px;
}

.foota3 {
	margin-top:20px;
}

.foota3 li {
	float: left;
	margin: 0 0 20px 52px;
	width: 207px;
	border: 1px #dfdfdf solid;
	height: 330px;
	padding:10px;
}

/*下拉菜单*/
.nav_list {}
.nav_list li{width:220px; line-height:50px;position:relative;}
.nav_list li.last{background:none;}
.nav_list li a{float:left;display:block; height:50px; text-align:center; line-height:50px;}
.nav_list li a:hover{background:url(../images/nav_hover.jpg) no-repeat center center; text-decoration:none;}
.nav_list li a span{float:left;display:block; line-height:50px;cursor:pointer; font-family:"Microsoft YaHei";text-align:center; color:#fff; font-size:13px;}
.nav_list li a.selected{ no-repeat center center; color:#fff;}
.nav_list li a.selected2{ color:#fff;}
.nav_list li.selected .submenu{display:block;}
.nav_list li .submenu{	display:none;	position:absolute;	top:50px;	left:0px;}
.nav_list li .submenu{
	width:220px;
	background-position: 0 -50px;background-image: url(../img/navc.jpg);
	
}
.nav_list li .submenu{ z-index:9999;}
.nav_list li .submenu li{padding:0;height:72px; line-height:72px;}
.nav_list li .submenu li a{padding:0;text-align:left; color:#fff; line-height:70px;}
.nav_list li .submenu li a:hover{	font-weight:normal;	color:#FFFF99;	text-decoration:none;}



.listbox{
	width:830px;
	overflow:hidden;
	float:left;
	clear:both;
	overflow:hidden;
}
.listbox dl{
	width:352px;
	margin-right:8px;
	margin-top:2px;
	float:left;
}
.listbox ul a{
	color:#666;
}

.listbox1 {
	width:890px;
	overflow:hidden;
	float:left;
	clear:both;
	overflow:hidden;
}

.listbox1 dl{
	width:352px;
	margin-right:8px;
	margin-top:2px;
	float:left;
}

.listbox1 ul a {
	color:#666;
}

.e2{
	
}

.e2 li {
	width:100%;
	overflow:hidden;
	clear:both;
	padding:15px 0px;
	border-bottom:1px solid #EEE;
	color:#aaa;
}

.e2 .e2_1 {
	height: 30px;
	margin-left: 40px;
}

.e2 .e2_2 {
	width: 400px;
	float: left;
}

/*招聘页开始*/

.e2_2 b {
	font-size: 16px;
}

.e2_2 a {
	font-size: 16px;
}

.e2_1 span {
	width: 330px;
	float: right;
}


/*招聘页结束*/

.e2 li b {
	font-size: 16px;
}

.e2 li b a {
	color: #666;
	font-size: 16px;
}

.e2 li b a:hover {
	color: #f30;
}

.e2 li a.preview{
	width: 84px;
	height: 90px;
	float: left;
	margin: 5px 20px;
	display: inline;
}

.e2 li a.preview img{
	width: 84px;
	height: 90px;
	display: block;
	padding: 2px;
	border: 1px solid #EEE;
}

.e2 li a.preview:hover img{
	border:1px solid #AAA;
}

.e2 li a.title{
	overflow: hidden;
	line-height: 25px;
	font-weight: bold;
	font-size: 16px;
	margin-left: 10px;
	color: #666;
}

.e2 span.info{
	display:block;
	line-height:23px;
	color:#666;
	padding-left:12px;
}

.e2 span.info small{
	color:#666;
	font-size:12px;
	margin-left:3px;
}

.e2 span.info a{
	color:#690;
}

.e2 p.intro{
	color:#776955;
	line-height:20px;
	margin-left:5px;
	padding-left:10px;
	padding-right:30px;
}


.dede_pages{
	width: 712px;
	float: none;
	overflow: hidden;
	text-align: center;
	margin: 10px auto 0;
	color: #666;
}

.dede_pages ul{
	margin: 0px auto;
	float: none;
	clear: both;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
	line-height: 40px;
	font-size: 16px;
}
.dede_pages ul li,.viewbox .dede_pages ul li a{
	float: none;
	display: inline;
}
.w1200 {
        width: 1100px;
	margin: 20px auto 0px auto;
}

.h79 {
	text-align: center;
	background: url(/images/htitle_bg.png) no-repeat center center;
}

.h79 p.title {
	font-size: 30px;
	font-family: 'Microsoft YaHei';
	display: inline-block;
	color: #363636;
}

.pt15 {
	padding-top: 10px;
	text-align: justify;
}

.pt15 a{
	margin: 0 5px;
	line-height: 2em;
	display: inline-block;
}

#hz_2 li {
	float: left;
	line-height: 30px;
	margin-right: 30px;
}

.c_both {
	clear: both;
	overflow: hidden;
	font-size: 0px;
}

.h47_bg {
	background: url(/images/h47_bg.png) repeat-x bottom;
	min-width: 1200px;
}

.bottom_bg {
	width: 1200px;
	margin: 0px auto;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 225px;
	line-height: 47px;
	height: 47px;
	text-align: center;
}

.w11_left {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	display: inline-block;
	text-align: center;
}

.w11_left a {
	color: #fff;
}

.w11_right {
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 35px;
	display: inline-block;
	padding-left: 20px;
	text-align: center;
	color: #fff;
}

/*底部样式开始*/

.p30_mw1200 {
    	background: #484848;
	padding: 30px 0px 10px;
	min-width: 1200px;
}

.p30_mw1201 {
	margin: 0 auto;
	width: 1100px;
	overflow: hidden;
}

.p30_mw1201_1 {
	border-right: 1px solid #5e5d5d;
	padding: 35px;
	width: 130px;
	float: left;
	height: 90px;
}

.p30_mw1201_2 {
	float: left;
	border-right: 1px solid #5e5d5d;
	width: 380px;
	height: 160px;
}

.p30_mw1201_2 ul {
	width: 33%;
	float: left;
}

.p30_mw1201_2 ul h3 {
	color: #f30;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
}

.p30_mw1201_2 ul li {
	line-height: 24px;
	text-align: center;
}

.p30_mw1201_2 ul li a {
	color: #898787;
	font-size: 14px;
}

.p30_mw1201_2 ul li a:hover {
	color: #f30;
}

.p30_mw1201_3 {
	float: left;
	width: 210px;
	border-right: 1px solid #5e5d5d;
	height: 160px;
}

.p30_mw1201_3 p {
	line-height: 24px;
	padding-left: 24px;
	font-size: 14px;
	color: #898787;
	margin: 10px 0 10px 15px;
}

.p30_mw1201_3 p a {
	color: #898787;
}

.p30_mw1201_3 p a:hover {
	color: #f30;
}

.p30_mw1201_4,
.p30_mw1201_5 {
	width: 120px;
	padding: 0px 15px;
	float: left;
	height: 160px;
}

.p30_mw1201_4 img,
.p30_mw1201_5 img {
	width: 120px;
	height: 120px;
	border-radius: 5px;
}

.p30_mw1201_4 p,
.p30_mw1201_5 p {
	font-size: 14px;
	color: #898787;
	text-align: center;
}

.p30_mw1201 .icp {
	color: #898787;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	margin-top: 20px;
}

/*底部样式结束*/

.br_bl {
    	border-right: 1px solid #5e5d5d;
	padding: 0px 35px;
}

.br_bk1 {
    	border-right: 1px solid #5e5d5d;
}

.bottom_title {
    	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	line-height: 30px;
}

.bottom_show {
    	line-height:24px;
	color:#898787;
}

.bottom_show a:link,.bottom_show a:visited {
	color:#898787;
}

.bottom_show a:hover {
	color:#F30;
}

a:link,a:visited {
	text-decoration:none;
}

.br_p045 {
	border-right:1px solid #5e5d5d;
	padding:0px 40px;
}

.right_phone {
	background:url(../images/zx_1.png) no-repeat left;
	line-height:24px;
	padding-left:24px;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
}

.bottom_phone {
	line-height:30px;
	color:#ffffff;
	font-size:14px;
}

.color_1 {
	color:#ee7800;
}

.zx_h30 {
	line-height:30px;
	font-weight:bold;
	font-size:14px;
	color:#ffffff;
}

.zx_h30 a:link,.zx_h30 a:visited {
	color:#ffffff;
	text-decoration:none;
}

.zx_h30 a:hover {
	color:#F30;
}

.zx_2 {
	background:url(../images/zx_2.png) no-repeat left;
	padding-left:24px;
}

.zx_3 {
	background:url(../images/zx_3.png) no-repeat left;
	padding-left:24px;
}

.p045 {
	padding:0px 45px;
}

.bottom_right_font {
        line-height:20px;
	text-align:center;
	font-size:14px;
	color:#ffffff;
	height:20px;
	margin-top:5px;
}

.partAbout {
	overflow: hidden;
	clear: both;
	zoom: 1;
	background: url(/images/bg_about_img.jpg) repeat-x;
}

.partAbout .About {
	width: 1100px;
	margin: 0 auto;
}

.partAbout .Aboutimg {
	overflow: hidden;
	width: 1100px;
	height: 160px;
}

.Aboutfooter {
	overflow: hidden;
	clear: both;
	padding: 10px 0 0 0;
}

.Aboutfooter .left {
	width: 180px;
	float: left;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 3px 3px 3px #c5c5c5;
	background: #efefef;
	padding: 0 10px;
}

.Aboutfooter .left li {
	width: 180px;
	height: 40px;
	border-bottom: 1px solid #e1e1e1;
}

.Aboutfooter .left li a {
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	color: #555;
	text-decoration: none;
	padding: 0 0 0 60px;
}

.Aboutfooter .left li a:hover{
	color: #f30;
}

/*招聘页面样式开始*/

.recruitment {
	width: 100%;
	min-width: 1100px;
	height: 400px;
	position: relative;
	overflow: hidden;
}
			
.recruitment .bd {
	width: 1100px;
	position: absolute;
	left: 50%;
	margin-left: -550px
}
			
.recruitment .bd li {
	width: 1100px;
	overflow: hidden;
}
			
.recruitment .bd li img {
	display: block;
	width: 1100px;
	height: 400px;
}
			
.recruitment .tempWrap {
	overflow: visible !important
}
			
.recruitment .tempWrap ul {
	margin-left: -1100px !important;
	/*强制位置*/
}
			
.recruitment .hd {
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 1;
	height: 8px;
	bottom: 30px;
	text-align: center;
}
			
.recruitment .hd li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 8px;
	height: 8px;
	line-height: 99px;
	overflow: hidden;
	background: url(/recruitment/img/recruitment-btn.png) 0 -10px no-repeat;
	margin: 0 5px;
	cursor: pointer;
	filter: alpha(opacity=60);
	opacity: 0.6;
}
			
.recruitment .hd li.on {
	background-position: 0 0;
	filter: alpha(opacity=100);
	opacity: 1;
}
			
.recruitment .pnBtn {
	position: absolute;
	z-index: 1;
	top: 0;
	width: 95.6%;
	height: 400px;
	cursor: pointer;
}
			
.recruitment .prev {
	left: -50%;
	margin-left: -490px;
}
			
.recruitment .next {
	left: 54.4%;
	margin-left: 490px;
}
			
.recruitment .pnBtn .blackBg {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 400px;
	background: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
			
.recruitment .pnBtn .arrow {
	display: none;
	position: absolute;
	top: 0;
	z-index: 1;
	width: 60px;
	height: 400px;
}
			
.recruitment .pnBtn .arrow:hover {
	filter: alpha(opacity=60);
	opacity: 0.6;
}
			
.recruitment .prev .arrow {
	right: 0;
	background: url(/recruitment/img/recruitment-arrow.png) -120px 0 no-repeat;
}
			
.recruitment .next .arrow {
	left: 0;
	background: url(/recruitment/img/recruitment-arrow.png) 0 0 no-repeat;
}

/*招聘页面样式开始*/

/*联系思源开始*/

.cont_xiangxi {
	overflow: hidden;
	padding: 10px 0 0 10px;
	font-size: 14px;
	line-height: 30px;
	
}

.cont_xiangxi strong {
	color: #666;
	font-style: normal;
}

.cont_xiangxi li.dashed {
	margin: 6px 0 7px;
	*margin: 0;
	height: 1px;
	background: url(/images/about_img2.gif) 0 0 repeat-x;
}

.cont_xiangxi li em.typeName {
	display: block;
	float: left;
	width: 105px;
	padding-left: 5px;
	font-weight: bold;
	color: #666;
	font-style: normal;
}

.cont_xiangxi li span.typeCon {
	display: block;
	overflow: hidden;
	*float: left;
	color: #666;
}

.cont_xiangxi li span.type {
	clear: both;
	padding: 5px 0;
}

.cont_xiangxi li span a {
	color: #666;
	text-decoration: underline;
}

.cont_xiangxi li span a:hover {
	color: #f30;
	text-decoration: none;
}

/*联系思源结束*/

/*课程详情开始*/

.kcxq {
	font-size: 13px;
	overflow: hidden;
	margin-bottom: 10px;
}

.kcxq_1 {
	overflow: hidden;
	float: left;
}

.kcxq_1 img {
	display: block;	
	width: 210px;
	overflow: hidden;
	padding: 3px;
	border: 1px solid #DFDFDF;
	height: 280px;
	border-radius: 5px;
}

.kcxq_2 {
	float: right;
	width: 580px;
}

.kcxq_2 h1 {
	font-size: 16px;
	color: #F44;
	line-height: 25px;
	text-align: left;
	margin: 0;
}
.kcxq_2 ul span {
	font-weight: bold;
	color: #ff6600;
}

.kcxq_2 ul a,.kczl_1 ul a {
	width: 70px;
	height: 50px;
	line-height: 50px;
	background: #00b0f0;
	color: #ffffff;
	box-shadow: #a1a1a1 0 1px 1px;
	border-radius: 5px;
	padding: 5px 15px;
	margin: 0 5px;
}

.kcxq_2 ul a:hover,.kczl_1 ul a:hover {
	color: #f30;
}

.kcxq_2 ul:last-child {
	float: right;
}

.kcxq_3 {
	width: 49%;
	float: left;
}

.kcxq_3 .hd {
	border-bottom: 1px solid #DFDDDE;
	margin: 10px 0;
	overflow: hidden;
}

.kcxq_3 .hd li {
	color: #ff6600;
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	float: left;
	font-weight: bold;
	padding: 0 20px;
}

.kcxq_3 .hd li.on {
	background: #DFDDDE;
	border-radius: 10px 10px 0 0;
}

.kcxq_4 {
	width: 49%;
	float: right;
}

.kcxq_4 embed {
	width: 100%;
	height: 247px;
}

.kcjxjh h3,.kcxq_4 h3{
	color: #ff6600;
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	border-bottom: 1px solid #DFDDDE;
	font-weight: bold;
	margin: 10px 0;
}

.kcxq_4 p {
	text-indent: 0;
}

.kcjxjh h4 {
	font-size: 16px;
	font-weight: bolder;
	margin: 5px 0px;
}

.kcjxjh p {
	text-indent: 2em;
}

.kcxq_3 p {
	padding-left: 20px;
	line-height: 23px;
	margin: 21px 0;
}

.kcxq_3 .bd ul:last-child p {
	text-indent: 0;
}

.lesson_introduce {
	margin-top: 10px;
	width: 100%;
	color: #fff;
}

.lesson_introduce p {
	text-indent: 0;
}

.lesson_introduce img {
	width: 100%;
}

.lesson_introduce_2,.lesson_introduce_3 {
	text-align: center;
	margin: 10px 0;
}

.lesson_introduce_2_color {
	background: #00b0f0;
	padding-top: 10px;
	border-radius: 30px 8px;
}

.lesson_introduce_3_color {
	padding-top: 10px;
	background: #38c81f;
	margin-bottom: 10px;
	border-radius: 30px 8px;
}

.lesson_introduce_2 .lesson_introduce_2_color h3,.lesson_introduce_3 .lesson_introduce_3_color h3 {
	font-size: 26px;
	line-height: 40px;
	width: 450px;
	border-bottom: 1px solid #afafaf;
	margin: 0 auto;
}

.lesson_introduce_2 .lesson_introduce_2_color p,.lesson_introduce_3 .lesson_introduce_3_color p {
	line-height: 40px;
}

/*课程详情结束*/

/*头顶样式*/

.tmTitBar {
	position: relative;
	float: left;
	z-index: 101;
}

.tmTit h3 {
	font-weight: normal;
	font-size: 14px;
	border-radius: 6px;
}

.tmTit h3:hover {
	background: #efefef;
}

.tmTit .m1 {
	position: relative;
	float: left;
	display: inline;
	margin-left: 10px;
	font-size: 12px;
}

.tmTit .m1 h3 i {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 10px;
	height: 10px;
	background: url(/images/icon.png) 0 -198px no-repeat;
	overflow: hidden;
	margin: -2px 0 0 5px;
	vertical-align: middle;
	filter: alpha(opacity=50);
	opacity: 0.5; 
}

.tmTit h3 a {
	zoom: 1;
	line-height: 40px;
	display: block;
	margin-left: 10px;
}

.tmTit .on h3 a i {
	filter: alpha(opacity=100);
	opacity: 1;
}

.tmTit .tmBox {
	display: none; /*默认隐藏*/
	position: absolute;
	top: 40px;
	background: #fafafa;
	float: left;
	line-height: 30px; 
	border-radius: 6px;
}

.tmTit .tmBox dl {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	padding: 15px 0;
	line-height: 30px;
}

.tmTit .tmBox dl a:hover {
	color: #f30;
	background-position: 0 -40px;
}

.tmTit .tmBox dl dt {
	float: left;
	width: 350px;
	position: relative;
	margin-left: 30px;
	border-bottom: 1px dashed #CCC;
}

.tmTit .tmBox dl dt a {
	color: #666;
	padding-left: 15px;
	background: url(/images/www_schDot.png) 0 -3px no-repeat;
}

.tmTit .tmBox dl dt a em {
	background: url(/images/www_schDot.png) no-repeat 0 -76px;
	padding: 0 0 0 22px;
	position: absolute;
	right: 0px;
}

.tmTit #m2 .tmBox {
	z-index: 1;
	width: 790px;
}

.tmTit #m3 .tmBox {
	padding: 10px;
	width: 85px;
	z-index: 1;
}

.tmTit #m3 .tmBox dt {
	width: 85px;
	line-height: 28px;
	border-bottom: 1px dashed #CCC;
}

/*结束*/

/*vip、寒暑晚托页面公用css*/

.vip1,.tbw1,.tbs1,.tbh1,.sxs1 {
	height: 240px;
	background-repeat: no-repeat;
	background-position: center center;
}

.vip1 .vip1img,.tbw1 .tbw1img,.tbs1 .tbs1img,.tbh1 .tbh1img,.sxs1 .sxs1img,.zxs1 .zxs1img {
	width: 1100px;
	margin: 0px auto;
}

.vip2,.tbw2,.tbs2,.tbh2,.sxs2,.zxs2 {
	width: 1100px;
	margin: 0 auto;
}

.vip2 h1,.tbw2 h1,.tbs2 h1,.tbh2 h1,.sxs2 h1,.zxs2 h1 {
    font-size: 24px;
    line-height: 45px;
    color: #666666;
    text-align: center;
    margin-top: 15px;
}

.vip2 .csht,.tbw2 .csht,.tbs2 .csht,.tbh2 .csht,.sxs2 .csht,.zxs2 .csht {
    background: url(/img/csht.jpg) no-repeat center;
    height: 44px;
    text-align: center;
    line-height: 42px;
    margin-bottom: 20px;
    color: #888888;
    font-size: 14px;
}

/*公用结束*/

/*VIP页面*/

.vip_3 {
	background-position: center center;
	height: 750px;
	overflow: hidden;
}

.vip3 {
	width: 1100px;
	margin: 0 auto;
}

.vip3 a {
	background: rgba(146, 48, 141 ,.8);
	font-size: 30px;
	color: #fff;
	width: 260px;
	height: 50px;
	overflow: hidden;
	line-height: 50px;
	border-radius: 5px;
	display: block;
	text-decoration: none;
	text-align: center;
	margin: auto;
}

.vip3_1 li {
	float: left;
	width: 235px;
	margin: 20px;
	text-align: center;
}

.vip3_1 img {
	    margin-bottom: 10px;
}

.vip3_1:after {
    content: '';
    display: block;
    clear: both;
}

.vip3_2 {
	position: relative;
	height: 551px;
}

.vip3_2 img {
	position: absolute;
	transform-origin: center;
	-moz-transform-origin: center center;
	transition: all .4s ease;
	-moz-transition: all .4s ease;
}

.vip3_2 img:hover {
	-webkit-transform: scale3d(1.1, 1.1, 1);
	transform: scale3d(1.1, 1.1, 1 );/*box-shadow: 0px 3px 8px rgba(0,0,0,0.3);*/
	-moz-transform:scale3d(1.1, 1.1, 1);
	-ms-transform:scale3d(1.1, 1.1, 1);
	-o-transform:scale3d(1.1, 1.1, 1);
}

.vip3_2 img:nth-child(1) {
	top: 122px;
	left: 214px;
}

.vip3_2 img:nth-child(2) {
	top: 32px;
	left: 492px;
}

.vip3_2 img:nth-child(3) {
	top: 16px;
	left: 351px;
}

.vip3_2 img:nth-child(4) {
	top: 236px;
	right: 52px;
}

.vip3_2 img:nth-child(5) {
	top: 239px;
	left: 41px;
}

.vip3_2 img:nth-child(6) {
	top: 417px;
	right: 185px;
}

.vip3_2 img:nth-child(7) {
	top: 53px;
	right: 296px;
}

.vip3_2 img:nth-child(8) {
	top: 393px;
	left: 207px;
}

.vip3_2 img:nth-child(9) {
	top: 62px;
	right: 52px;
}

.vip3_2 img:nth-child(10) {
	top: 180px;
	right: 423px;
}

.focusSwitch {
	width: 1100px;
	margin: 0 auto;
	height: 370px;
}

.focusSwitch h2 {
    background: url(/img/fk.jpg) no-repeat;
    background-position: 5px center;
    color: #666;
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 40px;
    padding-left: 20px;
    border-bottom: 2px solid #ef4e22;
    margin-top: 10px;
    margin-bottom: 10px;
}

.picMarquee-left {
	width: 1100px;
	overflow: hidden;
	position: absolute;
}
			
.picMarquee-left .hd .prev,.picMarquee-left .hd .next {
	display: block;
	width: 25px;
	height: 40px;
	margin: 10px;
	background: #666;
	opacity: 0.3;
	font-size: 36px;
	line-height: 40px;
	color: #fff;
	cursor: pointer;
	border-radius: 3px;
	position: relative;
	top: 120px;
}
			
.picMarquee-left .hd .next {
	float: left;
}
			
.picMarquee-left .hd .prev {
	float: right;
}
			
.picMarquee-left .bd {
	padding: 10px 45px;
}
			
.picMarquee-left .bd .picList_1 {
	overflow: hidden;
	width: 1005px;
}
			
.picMarquee-left .bd ul {
	zoom: 1;
}
			
.picMarquee-left .bd ul li {
	margin-right: 20px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}
			
.picMarquee-left .bd ul li .pic {
	text-align: center;
}
			
.picMarquee-left .bd ul li .pic img {
	width: 230px;
	height: 260px;
	display: block;
	padding: 2px;
	border: 1px solid #ccc;
}
			
.picMarquee-left .bd ul li .pic a:hover img {
	border-color: #999;
}
			
.picMarquee-left .bd ul li .title {
	line-height: 24px;
}
			
.focusSwitch1 .t {
	background: #780414;
	text-align: center;
	color: #fff;
	position: relative;
	width: 224px;
	height: 266px;
}
			
.focusSwitch1 .t p {
	padding: 10px;
	line-height: 18px;
	margin-top: 70px;
}
			
.focusSwitch1 .t h3 {
	font: bold 18px "微软雅黑";
	color: #FFF8A7;
}
			
.focusSwitch1 .t a {
	background: #0ea340 url(/images/ceshi/www_public_2015.png) no-repeat -3px -183px;
	color: #fff;
	padding: 7px 28px 7px 8px;
	display: block;
	border-radius: 3px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	float: left;
	width: 90px;
	position: absolute;
	left: 55px;
}
			
.focusSwitch1 .t a:hover {
	background: #ffae00 url(/images/ceshi/www_public_2015.png) no-repeat -2px -182px;
}
			
.focusSwitch1 .n img,.focusSwitch1 .on img {
	filter: alpha(opacity=40);
	opacity: 1;
}
			
.focusSwitch2 {
	display: none;
	position: absolute;
	background: #fdfdfd;
	top: 0;
	width: 215px;
	height: 245px;
	float: left;
	line-height: 30px;
	background: rgba(0, 0, 0, .55);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	padding: 10px;
}
			
.focusSwitch2 p {
	color: #fff;
	height: 200px;
	overflow: hidden;
	font-size: 12px;
	width: 198px;
	margin-left: 10px;
	text-align: left;
}
			
.focusSwitch2 a {
	background: #0ea340 url(/images/ceshi/www_public_2015.png) no-repeat -35px -179px;
	color: #fff;
	padding: 7px 28px 7px 8px;
	display: block;
	border-radius: 3px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	float: left;
	width: 56px;
	margin-right: 6px;
	margin-left: 9px;
}
			
.focusSwitch2 a:hover {
	background: #ffae00 url(/images/ceshi/www_public_2015.png) no-repeat -36px -181px;
}


.lessonvip {
	margin: 25px auto 0 auto;
	padding: 5px 0 10px 0;
	overflow: hidden;
	border: 1px dashed #ff6245;
	border-radius: 15px;
	color: #666;
	font-size: 16px;
	width: 1100px;
}

.lessonvip li {
	width: 450px;
	float: left;
	margin: 10px 0 10px 70px;
}

.lessonvip li div {
	font-size: 25px;
	color: #fff;
	background: #03aaee;
	width: 120px;
	text-align: center;
	border-radius: 20px;
	float: left;
	box-shadow: #a1a1a1 2px 2px 2px;
}

.lessonvip li p {
	float: left;
	margin-top: 13px;
	margin-left: 10px;
}

/*vip页面结束*/

/*晚、寒、暑、三校、分开部分开始*/

.tbs3,.tbw3,.tbh3 {
	height: 350px;
	background-position: center center;
	background-repeat: no-repeat;
}

.sxs3 {
	height: 350px;
	background-repeat: no-repeat;
	background-position: center center;
}

.tbs3 .tbs3_3 h3 {
	color: #f39800;
}

.tbw3 .tbw3_3 h3 {
	color: #036eb8;
}

.tbh3 .tbh3_3 h3 {
	color: #00a0e9;
}

.sxs3 .sxs3_3 h3 {
	color: #f30;
}

/*晚寒暑分开部分结束*/

/*晚寒暑公用部分开始*/

.tbs3 .tbs3_1,.tbw3 .tbw3_1,.tbh3 .tbh3_1,.sxs3 .sxs3_1 {
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
}

.tbs3 .tbs3_2,.tbw3 .tbw3_2,.tbh3 .tbh3_2,.sxs3 .sxs3_2 {
	float: left;
	margin: 110px 0 0 40px;
	font-size: 16px;
	width: 560px;
	text-indent: 2em;
	line-height: 30px;
	color: #555;
	letter-spacing: 0.2em;
}

.tbs3 .tbs3_3,.tbw3 .tbw3_3,.tbh3 .tbh3_3,.sxs3 .sxs3_3 {
	float: left;
	margin: 45px 0 0 55px;
}

.tbs3 .tbs3_3 h3,.tbw3 .tbw3_3 h3,.tbh3 .tbh3_3 h3,.sxs3 .sxs3_3 h3 {
	font-size: 24px;
	font-family: "楷体";
	font-weight: bold;
	transform:rotate(-5deg);
	-ms-transform:rotate(-5deg); /* Internet Explorer */
	-moz-transform:rotate(-5deg); /* Firefox */
	-webkit-transform:rotate(-5deg); /* Safari 和 Chrome */
	-o-transform:rotate(-5deg); /* Opera */
	margin-bottom: 23px;
}

.tbs3 .tbs3_4 embed,.tbw3 .tbw3_4 embed,.tbh3 .tbh3_4 embed,.sxs3 .sxs3_4 embed {
	height: 255px;
	width: 444px;
}

.tbs4 h2,.tbw4 h2,.tbh4 h2 {
	height: 100px;
	width: 1100px;
	margin: 0 auto;
}

.sxs4 h2 {
	background-repeat: no-repeat;
	height: 100px;
	width: 1100px;
	margin: 0 auto;
}

.tbs4 .tbs4_1,.tbw4 .tbw4_1,.tbh4 .tbh4_1,.sxs4 .sxs4_1 {
	width: 880px;
	height: 450px;
	position: relative;
	background: #f9f9f9;
	border-radius: 10px;
	margin: 20px auto;
}

.tbs4 .tbs4_1 .tbs4_2,.tbw4 .tbw4_1 .tbw4_2,.tbh4 .tbh4_1 .tbh4_2,.sxs4 .sxs4_1 .sxs4_2 {
	height:100%;
	padding: 10px;
}

.tbs4 .tbs4_1 .tbs4_2 li,.tbw4 .tbw4_1 .tbw4_2 li,.tbh4 .tbh4_1 .tbh4_2 li,.sxs4 .sxs4_1 .sxs4_2 li {
	zoom: 1;
}

.tbs4 .tbs4_1 .tbs4_2 img,.tbw4 .tbw4_1 .tbw4_2 img,.tbh4 .tbh4_1 .tbh4_2 img,.sxs4 .sxs4_1 .sxs4_2 img {
	width: 860px;
	height: 430px;
	display: block;
}

.tbs4 .tbs4_1 .tbs4_2 span,.tbw4 .tbw4_1 .tbw4_2 span,.tbh4 .tbh4_1 .tbh4_2 span {
	width: 845px;
	position: absolute;
	top: 410px;
	left: 10px;
	height: 30px;
	background: rgba(0,0,0,0.6);
	color: #fff;
	line-height: 30px;
	padding-left: 15px;
}

.sxs4 .sxs4_1 .sxs4_2 span {
	width: 845px;
	position: absolute;
	bottom: 10px;
	left: 10px;
	height: 30px;
	background: rgba(0,0,0,0.6);
	color: #fff;
	line-height: 30px;
	padding-left: 15px;
}

/* 前/后按钮代码开始*/

.tbs4 .tbs4_1 .prev,.tbs4 .tbs4_1 .next,
.tbw4 .tbw4_1 .prev,.tbw4 .tbw4_1 .next,
.tbh4 .tbh4_1 .prev,.tbh4 .tbh4_1 .next {
	position: absolute;
	left: -60px;
	top: 45%;
	display: block;
	width: 50px;
	height: 70px;
	background: url(/images/ssiess.png) -8px 0 no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.sxs4 .sxs4_1 .prev,.sxs4 .sxs4_1 .next {
	position: absolute;
	left: -60px;
	top: 45%;
	display: block;
	width: 50px;
	height: 70px;
	background: url(/images/ssiess1.png) -6px 0 no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.tbs4 .tbs4_1 .next,.tbw4 .tbw4_1 .next,.tbh4 .tbh4_1 .next,.sxs4 .sxs4_1 .next {
	left: auto;
	right: -60px;
	background-position: -65px 0;
}

.tbs4 .tbs4_1 .prev:hover,.tbs4 .tbs4_1 .next:hover,
.tbw4 .tbw4_1 .prev:hover,.tbw4 .tbw4_1 .next:hover,
.tbh4 .tbh4_1 .prev:hover,.tbh4 .tbh4_1 .next:hover,
.sxs4 .sxs4_1 .prev:hover,.sxs4 .sxs4_1 .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.tbs4 .tbs4_1 .prevStop,.tbs4 .tbs4_1 .nextStop,
.tbw4 .tbw4_1 .prevStop,.tbw4 .tbw4_1 .nextStop,
.tbh4 .tbh4_1 .prevStop,.tbh4 .tbh4_1 .nextStop,
.sxs4 .sxs4_1 .prevStop,.sxs4 .sxs4_1 .nextStop {
	display: none;
}

/*前/后按钮代码结束*/

/*寒、暑、晚各校区简章开始*/

.tbs5,.tbw5,.tbh5 {
	width: 1100px;
	margin: 0 auto;
}

.tbs5_1,.tbw5_1,.tbh5_1 {
	height: auto;
	text-align: center;
}

.tbs5_1 dl,.tbw5_1 dl,.tbh5_1 dl {
	overflow: hidden;
	display: inline-block;
}

.tbs5_1 dt,.tbw5_1 dt,.tbh5_1 dt {
	float: left;
	font-size: 16px;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
	background: #03aaee;
	opacity: 1;
	margin: 10px 20px;
	width: 140px;
	border-radius: 20px;
	text-align: center;
}

.tbs5_1 dt:hover,.tbw5_1 dt:hover,.tbh5_1 dt:hover {
	cursor: pointer;
}

.tbs5_1 .on,.tbw5_1 .on,.tbh5_1 .on {
	opacity: 0.7;
}

.tbs5_1 a,.tbw5_1 a,.tbh5_1 a {
	color: #fff;
}

.tbs5_1 .on a,.tbw5_1 .on a,.tbh5_1 .on a {
	color: #f30;
}
	
.tbs5_1 ul,.tbw5_1 ul,.tbh5_1 ul {
	clear: both;
	float: left;
	width: 1080px;
	padding: 10px;
	background: #f9f9f9;
	border-radius: 6px;
	height: 938px;
}

.tbs5_3 ul,.tbw5_3 ul,.tbh5_3 ul {
	position: relative;
}

.tbs5_3 img,.tbw5_3 img,.tbh5_3 img {
	width: 1078px;
	height: 936px;
	border: 1px solid #999;
}

.tbs5_3 a,.tbw5_3 a,.tbh5_3 a {
	background: #0ea340 url(/images/ceshi/www_public_2015.png) no-repeat -30px -183px;
	color: #fff;
	padding: 7px 28px 7px 8px;
	display: block;
	border-radius: 3px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	float: left;
	width: 70px;
	margin-left: 40px;
	position: relative;
	bottom: 100px;
}

.tbs5_3 a:hover,.tbw5_3 a:hover,.tbh5_3 a:hover {
	background: #ffae00 url(/images/ceshi/www_public_2015.png) no-repeat -31px -182px;
}

/*寒、暑、晚各校区简章结束*/

/*晚、寒、暑、三校、共用部分结束*/

/*三校生单独小样式开始*/

.sxs2_2 {
	width: 1100px;
	margin: 10px auto;
}

.sxs2_3 {
	border: 1px solid #ea9800;
	width: 1098px;
	margin: 30px auto;
	overflow: hidden;
}

.sxs2_2 img {
	width: 1100px;
}

.sxs2_3_1 {
	float: left;
	padding: 3px;
	background: #ea9800;
	width: 380px;
}

.sxs2_3_2 {
	float: right;
	padding: 30px;
	width: 650px;
}

.sxs2_3_2 h2 {
	color: #f30;
	font-family: '楷体';
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 20px;
}

.sxs2_3_2 span {
	color: #555;
	font-size: 16px;
	line-height: 30px;
}

.sxs2_3_2 p {
	color: #555;
	line-height: 30px;
	text-indent: 2em;
	font-size: 15px;
}

.sxs5 {
	height: 350px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 30px;
}

.sxs5 .sxs5_1 {
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
}

.sxs5_1 h2 {
	color: #f30;
	font-family: '楷体';
	font-weight: bold;
	font-size: 30px;
	margin: 20px 30px 10px 40px;
}

.sxs5_1 .hd {
	overflow: hidden;
	width: 920px;
	margin: 0 auto;
	color: #fff;
}

.sxs5_1 .hd ul li {
	float: left;
	border-radius: 50%;
	padding: 3px;
	border: 2px solid transparent;
}

.sxs5_1 .hd ul li div {
	text-align: center;
	border-radius: 50%;
	width: 102px;
	height: 72px;
	font-weight: bold;
	padding-top: 30px;
	font-size: 16px;
}

.sxs5_1 .hd ul li.on {
	box-shadow: 0 0 6px #f39800;
}

.sxs5_1 .hd ul li.on div {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

.sxs5_1 .hd ul li:nth-child(1) {
	margin: 10px 20px 30px 100px;
}

.sxs5_1 .hd ul li:nth-child(2) {
	margin: 10px 20px 30px 20px;
}

.sxs5_1 .hd ul li:nth-child(3) {
	margin: 10px 20px 30px 20px;
}

.sxs5_1 .hd ul li:nth-child(4) {
	margin: 10px 20px 30px 20px;
}

.sxs5_1 .hd ul li:nth-child(5) {
	margin: 10px 100px 30px 20px;
}

.sxs5_1 .hd ul li:nth-child(1) div {
	background: #3ababd;
}

.sxs5_1 .hd ul li:nth-child(2) div {
	background: #1993cc;
}

.sxs5_1 .hd ul li:nth-child(3) div {
	background: #ef7e1a;
}

.sxs5_1 .hd ul li:nth-child(4) div {
	background: #1a9d4e;
}

.sxs5_1 .hd ul li:nth-child(5) div {
	background: #e9504c;
}

.sxs5_1 .hd ul li:nth-child(1) span,
.sxs5_1 .hd ul li:nth-child(2) span,
.sxs5_1 .hd ul li:nth-child(3) span,
.sxs5_1 .hd ul li:nth-child(4) span,
.sxs5_1 .hd ul li:nth-child(5) span {
	width: 80px;
	height: 40px;
	border-top: 2px solid #fff;
	overflow: hidden;
	display: block;
	margin: 0px auto;
}

.sxs5_1 .hd ul li:nth-child(1) span {
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 10px -10px;
}

.sxs5_1 .hd ul li:nth-child(2) span {
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 10px -7px;
}

.sxs5_1 .hd ul li:nth-child(3) span {
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 10px -10px;
}

.sxs5_1 .hd ul li:nth-child(4) span {
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 10px -8px;
}

.sxs5_1 .hd ul li:nth-child(5) span {
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 10px -8px;
}

.sxs5_1 .bd {
	width: 730px;
	margin: 0px auto;
}

.sxs5_1 .bd ul li p {
	color: #474747;
	font-size: 14px;
	text-indent: 2em;
	line-height: 30px;
	letter-spacing: 0.204em;
}

/*三校生单独小样式结束*/

/*新闻tab*/

.slideTxtBox {
	width: 780px;
	margin: 20px 20px 20px 0;
	float: left;
	overflow: hidden;
}

.slideTxtBox .hd {
	border-bottom: 2px solid #00b0f0;
	line-height: 40px;
	font-size: 16px;
	overflow: hidden;
}

.slideTxtBox .hd ul li {
	padding: 0 15px;
	cursor: pointer;
	border-radius: 10px;
	margin-right: 8px;
	display: inline-block;
}

.slideTxtBox .hd ul li:last-child {
	margin-right: 0;
}

.slideTxtBox .hd ul li.on {
    height: 40px;
    background: #00b0f0;
    color: #fff;
}

.newstab-l,.newstab-r {
	float:left;
}

.newstab-l {
	margin: 20px 20px 0 0;
	width: 260px;
}

.newstab-l img {
	border-radius: 7px;
	display: inline-block;
}

.xinwen a:nth-child(1) p {
	margin: 5px 0px 10px;
	text-align: center;
	line-height: 50px;
	background: #ef4e22;
	color: #fff;
	border-radius: 7px;
}

.xinwen a:nth-child(n+2) {
	float:left;
}

.xinwen a:nth-child(n+2) p {
	text-align: center;
}

.xinwen a:nth-child(2) {
	margin-right: 10px;
}

.newstab-r {
	width: 500px;
	margin-top: 20px;
}

.newstab-r li {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dashed #ddd;
}

.newstab-r li:last-child {
	text-align: center;
	border-bottom: none;
}

.newstab-r li:last-child a {
	color: #00b0f0;
	font-weight: bold;
	font-size: 16px;
}

.newstab-r li:last-child a:hover {
	color: #f30;
}

.newstab-r li span {
	float: right;
	color: #999999;
}

.slideTxtBox-r {
	float: left;
	width:300px;
	margin: 20px 0 20px 0;
	overflow: hidden;
}

.slideTxtBox-r-1 h3 {
	color: #666;
	font-size: 16px;
	font-weight: normal;
	padding: 0 10px 0 12px;
	display: inline-block;
	background: #fff;
}

.slideTxtBox-r-1 span {
	background: transparent url("/images/title2-bg.png") repeat-x scroll 0px 85%;
	width: 162px;
	display: inline-block;
	height: 21px;
	margin-right: 10px;
}

.slideTxtBox-r div:nth-child(n+2) {
	padding-left: 12px;
	height: 75px;
	margin-top: 17px;
	overflow: hidden;
}

.slideTxtBox-r div:nth-child(n+2) img {
	border-radius: 7px;
	float: left;
}

.slideTxtBox-r div:nth-child(n+2) h3 {
	display: inline-block;
	margin-left: 15px !important;
	font-size: 14px;
	line-height: 28px;
	margin: 0;
}

.slideTxtBox-r div:nth-child(n+2) p {
	display: inline-block;
	margin-left: 15px !important;
	width: 165px;
	font-size: 12px;
	text-indent: 2em;
	line-height: 23px;
	margin: 0;
}

/*新闻tab结束*/

/*首页名师和明星学员开始*/

.slideTxtBox1 {
	width: 1100px;
	text-align: left;
	color: #666;
	overflow: hidden;
	float: left;
}
			
.slideTxtBox1 .hd {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	border-bottom: 2px solid #00b0f0;
}
			
.slideTxtBox1 .hd h3 {
	float: left;
	margin: 0 355px 0 10px;
}
			
.slideTxtBox1 .hd h3 a {
	font-size: 16px;
	color: #666;
}
			
.slideTxtBox1 .hd h3 a:hover {
	color: #f30;
}
			
.slideTxtBox1 .hd ul li {
	float: left;
	padding: 0 15px;
	cursor: pointer;
	border-radius: 10px;
	margin-right: 10px;
}

.slideTxtBox1 .hd ul li:last-child {
	    margin-right: 0;
}
			
.slideTxtBox1 .hd ul li.on {
	height: 40px;
	background: #00b0f0;
	color: #fff;
}
			
.slideTxtBox1 .bd ul {
	padding: 10px 0 0 15px;
	zoom: 1;
}
			
.slideTxtBox1 .bd ul li {
	margin: 0 15px 15px 0;
	width: 240px;
	float: left;
}

.slideTxtBox1 .bd ul li .control {
	width: 240px;
	height: 180px;
	border-radius: 7px;
	overflow: hidden;
}
		
.slideTxtBox1 .bd ul li img {
	position: relative;
	top: -30px;
	left: -5px;
}
			
.slideTxtBox1 .bd ul li p {
	text-align: center;
}
			
.slideTxtBox1 .bd ul li p a {
	font-size: 14px;
	color: #666;
	line-height: 32px;
}

.slideTxtBox1 .bd ul li p a:hover {
	color: #f30;
}

.slideTxtBox2 {
	width: 300px;
	float: right;
	overflow: hidden;
	margin-top: 10px;
}
			
.slideTxtBox2 .hd {
	background: url(/images/title2-bg.png) repeat-x 0 50%;
}
			
.slideTxtBox2 .hd h3 {
	color: #666;
	font-size: 16px;
	font-weight: normal;
	padding: 0 10px 0 12px;
	display: inline-block;
	background: #fff;
}			

.slideTxtBox2 .bd {
	padding-top: 30px;
}
			
.slideTxtBox2 .bd li {
	float: right;
	width: 140px;
	margin: 0 5px;
	text-align: center;
	line-height: 40px;
	padding-bottom: 8px;
	font-size: 14px;
}
			
.slideTxtBox2 .bd li img {
	border-radius: 50px;
	display: block;
	margin: 0 auto;
	width: 100px;
	height: 100px;
}

.slideTxtBox2 .bd li p {
	color: #666;
}

/*首页名师和明星学员结束*/

/*在线报名样式表开始*/

.enrill {
	width: 1100px;
	margin: 0 auto;
}

.enrill_1 {
	float: left;
	width: 470px;
	height: 700px
}
.enrill_1 img {
	width: 470px;
	height: 610px
}

.enrill_2 {
	float: left;
	width: 335px;
}

.enrill_3 img {
	width: 260px;
	height: 700px;
}

/*在线报名样式表结束*/

/*课程筛选样式开始*/

.kechengshaixuan {
	width: 1080px;
	background: #f5f5f5;
	border: 1px solid #efefef;
	margin: 10px auto;
	border-radius: 10px;
	padding: 5px 10px;
}

.kechengshaixuan b {
	color: #666;
	font-size: 16px;
	line-height: 30px;
	margin-left: 10px;
}

.kechengshaixuan span {
	background: #ff6600;
	font-size: 14px;
	line-height: 40px;
	margin: 0px 5px;
	color: #fff;
	padding: 2px 10px;
	border-radius: 5px;
}

.kechengshaixuan a {
	color: #666;
	font-size: 14px;
	line-height: 30px;
	margin: 0px 5px;
}

.kechengshaixuan a:hover {
	color: #ff6600;
}

/*课程筛选样式结束*/

/*课程筛选下面列表开始*/

.kczl {
	margin: 10px;
	width: 508px;
	overflow: hidden;
	padding: 10px;
	border: 1px solid #DFDFDF;
	border-radius: 10px;
	float: left;
	background: #f5f5f5;
}

.kczl span {
	float: left;
	margin-right: 10px;
}

.kczl span img {
	display: block;
	width: 150px;
	overflow: hidden;
	padding: 3px;
	border: 1px solid #DFDFDF;
	height: 200px;
	border-radius: 5px;
	background: #fff;
}

.kczl_1 {
	float: right;
	width: 340px;
	position: relative;
	height: 210px;
}

.kczl_1 h2 {
	font-size: 16px;
	color: #F44;
	line-height: 25px;
	text-align: left;
	margin: 0;
}

.kczl_1 p {
	text-indent: 2em;
	color: #444;
}

.kczl_1 ul {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

/*课程筛选下面列表结束*/

/*名师总览开始*/

.slideTxtBox3 {
	color: #666;
}

.slideTxtBox3 .hd {
	font-size: 16px;
	overflow: hidden;
	margin-bottom: 10px;
	padding: 10px;
}

.slideTxtBox3 .hd ul li {
	float: left;
	padding: 0 10px;
	cursor: pointer;
	border-radius: 50px;
	margin: 0 90px;
	width: 80px;
	height: 100px;
	background: url(/img/qiuti.png) no-repeat;
	line-height: 100px;
	color: #fff;
	box-shadow: 3px 3px 3px #c5c5c5;
	font-weight: bold;
}

.slideTxtBox3 .hd ul li:hover {
	-webkit-animation: wobble 1s 0s ease both;
	-moz-animation: wobble 1s 0s ease both;
}

.slideTxtBox3 .hd ul li.on {
	background: url(/img/qiution.png) no-repeat;
	filter: alpha(opacity=80); 
	-moz-opacity: 0.8; 
	opacity: 0.8;
	color: #fff;
	-webkit-transition: all 3s;
	-moz-transition: all 3s;
	-ms-transition: all 3s;
	-o-transition: all 3s;
	transition: all 3s;
}

.slideTxtBox3 .bd {
	overflow: hidden;
}

.teaimg:hover {
	-webkit-animation: bounce 1s 0s ease both;
	-moz-animation: bounce 1s 0s ease both;
}

@-webkit-keyframes bounce{
	0%,80%,100%{-webkit-transform: translate(0,0)}
	10%{-webkit-transform: translate(2px,-2px) rotate(1deg)}
	30%{-webkit-transform: translate(-5px,5px)}
	50%{-webkit-transform: translate(5px,-5px) rotate(-3deg)}
	65%{-webkit-transform: translate(-2px,7px)}
	75%{-webkit-transform: translate(2px,-2px) rotate(1deg)}
}

@-moz-keyframes bounce{
	0%,80%,100%{-moz-transform: translate(0,0)}
	10%{-moz-transform: translate(2px,-2px) rotate(1deg)}
	30%{-moz-transform: translate(-5px,5px)}
	50%{-moz-transform: translate(5px,-5px) rotate(-3deg)}
	65%{-moz-transform: translate(-2px,7px)}
	75%{-moz-transform: translate(2px,-2px) rotate(1deg)}
}

/*名师总览结束*/

/*课程筛选开始*/

.lesson {
	width: 1100px;
	margin: 0 auto;
	color: #fff;
}
			
.lesson h1 {
	width: 240px;
	line-height: 40px;
	font-size: 24px;
	text-align: center;
	background: #ef4e22;
	font-weight: normal;
	border-radius: 20px;
	margin: 50px auto;
	box-shadow: #c1c1c1 2px 2px 1px;
}

/*课程筛选结束*/

/*中学生临时页开始*/

.zxs1 {
	height: 240px;
}

/*中学生临时页结束*/

/*商桥样式*/

.main-im {
	position: fixed;
	right: 0;
	top: 150px;
	z-index: 1000;
	width: 140px;
}

.main-im .im_main {
	background: #F9FAFB;
	border: 1px solid #dddddd;
	border-radius: 10px;
	display: block;
}

.main-im .close-im {
	position: absolute;
	right: 10px;
	top: -12px;
	z-index: 1000;
	width: 24px;
	height: 24px;
}

.main-im .close-im a {
	display: block;
	width: 24px;
	height: 24px;
	background: url(/images/shangqiao/close_im.png) no-repeat left top;
}

.main-im .close-im a:hover {
	text-decoration: none;
}

.main-im .qq-a {
	display: block;
	width: 140px;
	height: 116px;
	font-size: 14px;
	color: #0484cd;
	text-align: center;
	position: relative;
}

.main-im .qq-container {
	z-index: 999;
	position: absolute;
	width: 140px;
	height: 118px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom: 1px solid #dddddd;
	background: url(/images/shangqiao/qq-icon-bg.png) no-repeat center 8px;
}

.main-im .qq-hover-c {
	width: 70px;
	height: 70px;
	border-radius: 35px;
	position: absolute;
	left: 35px;
	top: 10px;
	overflow: hidden;
	z-index: 9;
}

.main-im .img-qq {
	max-width: 60px;
	display: block;
	position: absolute;
	left: 6px;
	top: 3px;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.main-im .im-qq:hover .img-qq {
	max-width: 70px;
	left: 1px;
	top: 8px;
	position: absolute;
}

.main-im .qq-a span {
	bottom: 5px;
	position: absolute;
	width: 90px;
	left: 25px;
}

.main-im .im-qq:hover span {
	color: #f30;
}

.main-im .im_main .im-tel {
	color: #000000;
	text-align: center;
	width: 140px;
	border-bottom: 1px solid #dddddd;
}

.main-im .im_main .im-tel .tel-num {
	font-weight: bold;
	color: #e66d15;
	margin: 10px 0;
	font-size: 16px;
}

.main-im .im_main .im-tel input.api-lxb-cb-input {
	height: 25px;
	line-height: 25px;
	margin: 0 auto 10px;
	width: 120px;
	background: #fff;
	border: 1px solid #1ba6d4;
	border-radius: 5px;
}

.main-im .im_main .im-tel input.api-lxb-cb-btn {
	height: 28px;
	line-height: 26px;
	font-size: 14px;
	text-align: center;
	margin: 0 auto 10px;
	white-space: pre;
	border: none;
	cursor: pointer;
	background: url(/images/shangqiao/api_lxb_cb_btn_bg.png) 5px 3px no-repeat;
	color: #fff;
	width: 122px;
	background-color: #e66d15;
	border-radius: 5px;
}

.main-im .im_main .weixing-container {
	width: 68px;
	height: 50px;
	border-right: 1px solid #dddddd;
	border-bottom-left-radius: 10px;
	background: url(/images/shangqiao/weixing-icon.png) no-repeat center center;
	float: left;
}

.main-im .im_main .weixing-show {
	width: 112px;
	height: 172px;
	position: absolute;
	left: -275px;
	top: -126px;
	display: none;
}

.main-im .im_main .go-top {
	width: 68px;
	height: 50px;
	background: #f5f5f5;
	border-bottom-right-radius: 10px;
	float: right;
}

.main-im .im_main .go-top a {
	display: block;
	text-decoration: none;
	text-align: center;
	margin-top: 3px;
	color: #0484cd;
	font-size: 16px;
	line-height: 20px;
}

.main-im .im_main .go-top a:hover {
	color: #f30;
}

.main-im .open-im {
	display: none;
	cursor: pointer;
	width: 180px;
	height: 180px;
	background: url(/images/shangqiao/qq_icon.png) no-repeat left top;
	margin-left: 10px;
}

.main-im .open-im:hover {
	-moz-animation: shangqiao 1.5s 0s ease both;
	-webkit-animation: shangqiao 1.5s 0s ease both;
	-o-animation: shangqiao 1.5s 0s ease both;
	animation: shangqiao 1.5s 0s ease both;
}

@-moz-keyframes shangqiao {
	0% {
		-moz-transform: translateX(0%)
	}
	15% {
		-moz-transform: translateX(-5%) rotate(-15deg)
	}
	30% {
		-moz-transform: translateX(-10%) rotate(5deg)
	}
	45% {
		-moz-transform: translateX(-15%) rotate(-5deg)
	}
	60% {
		-moz-transform: translateX(-20%) rotate(3deg)
	}
	75% {
		-moz-transform: translateX(-25%) rotate(-1deg)
	}
	100% {
		-moz-transform: translateX(-30%)
	}
}

@-webkit-keyframes shangqiao {
	0% {
		-webkit-transform: translateX(0%)
	}
	15% {
		-webkit-transform: translateX(-5%) rotate(-15deg)
	}
	30% {
		-webkit-transform: translateX(-10%) rotate(5deg)
	}
	45% {
		-webkit-transform: translateX(-15%) rotate(-5deg)
	}
	60% {
		-webkit-transform: translateX(-20%) rotate(3deg)
	}
	75% {
		-webkit-transform: translateX(-25%) rotate(-1deg)
	}
	100% {
		-webkit-transform: translateX(-30%)
	}
}

@-webkit-keyframes shangqiao {
	0% {
		-o-transform: translateX(0%)
	}
	15% {
		-o-transform: translateX(-5%) rotate(-15deg)
	}
	30% {
		-o-transform: translateX(-10%) rotate(5deg)
	}
	45% {
		-o-transform: translateX(-15%) rotate(-5deg)
	}
	60% {
		-o-transform: translateX(-20%) rotate(3deg)
	}
	75% {
		-o-transform: translateX(-25%) rotate(-1deg)
	}
	100% {
		-o-transform: translateX(-30%)
	}
}

@-webkit-keyframes shangqiao {
	0% {
		transform: translateX(0%)
	}
	15% {
		transform: translateX(-5%) rotate(-15deg)
	}
	30% {
		transform: translateX(-10%) rotate(5deg)
	}
	45% {
		transform: translateX(-15%) rotate(-5deg)
	}
	60% {
		transform: translateX(-20%) rotate(3deg)
	}
	75% {
		transform: translateX(-25%) rotate(-1deg)
	}
	100% {
		transform: translateX(-30%)
	}
}