
#banner {
	position: relative;
	margin: 0 auto;
	height: 600px;
	overflow: visible;
	width: 1180px;
}

.top_banner {
	width: 1920px;
	position: absolute;
	height: 600px;
	left: -370px;
	top: 0px;
	overflow: hidden;
}

.pagination {
	position: absolute;
	z-index: 1;
	left: 0;
	text-align: center;
	bottom: 30px;
	width: 100%;
}

.course_list {
	margin-top: 45px;
	margin-bottom: 30px;
}

.course_list h1 {
	font-size: 26px;
	margin-right: 30px;
	display: inline-block;
	vertical-align: top;
}

.course_name {
	display: inline-block;
	vertical-align: top;
}

.course_name li {
	font-size: 18px;
	color: #999;
	display: inline-block;
	//margin-left: 42px;
	margin-left: 22px;
	padding: 5px 0 10px 0;
	border-bottom: 3px solid #FFFFFF;
	//cursor: pointer;
}

.course_name .active_course {
	color: #319EFF;
	border-color: #319EFF;
}

.course_brief {
	margin-top: 20px;
	display: none;
}
.active_course_brief{
	display: block;
}
.course_banner,
.course {
	display: inline-block;
	margin-bottom: 22px;
	vertical-align: top;
}
.course_banner{
	width: 578px;
	height: 272px;
}
.course_banner img {
	width: 100%;
	height: 100%;
}

.course {
	width: 278px;
	height: 272px;
	cursor: pointer;
	margin-left: 22px;
	padding: 25px 16px 20px 16px;
	border: thin solid #e8e8e8;
}
.has_course_banner a:nth-of-type(4n-1) .course {
	margin-left: 0px;
}
.no_course_banner a:nth-of-type(4n-3) .course {
	margin-left: 0px;
}

.course_title {
	font-size: 18px;
	font-weight: bold;
}

.course_des {
	font-size: 12px;
	margin-top: 10px;
	height: 42px;
	line-height: 16px;
}

.course_status {
	font-size: 12px;
	color: #ec1d03;
	height: 30px;
}

.tags {
	height: 81px;
	padding-bottom: 18px;
	border-bottom: thin solid #f4f4f4;
}

.tag {
	display: inline-block;
	text-align: center;
	margin-right: 10px;
}

.tag img {
	width: 42px;
}

.tag p {
	color: #b9b5ba;
	font-size: 12px;
	margin-top: 8px;
}

.price {
	position: relative;
}

.buy {
	position: absolute;
	font-size: 12px;
	color: #788188;
}

.old_price {
	position: absolute;
	font-size: 16px;
	color: #EC1D03;
}

.new_price {
	position: absolute;
	font-size: 26px;
	color: #EC1D03;
}

.new_price .symbol {
	font-size: 16px;
}

.sale .buy {
	top: 39px;
	right: 0px;
}

.sale .old_price {
	top: 25px;
	left: 0px;
}

.sale .new_price {
	top: 12px;
	right: 0px;
}

.no_sale .buy {
	top: 33px;
	left: 0px;
}

.no_sale .old_price {
	display: none;
}

.no_sale .new_price {
	top: 23px;
	right: 0px;
}

.cal_info_title {
	margin-bottom: 27px;
}

.cal_info_title span {
	font-size: 26px;
	margin-right: 226px;
}

.cal_info_title span:nth-of-type(2) {
	margin-left: 75px;
	margin-right: 615px;
}

.cal_info_title i {
	color: #8c8f99;
	font-size: 14px;
	padding-right: 10px;
}

.cal_info_title img {
	vertical-align: bottom;
}

.cal {
	display: inline-block;
	vertical-align: top;
	padding: 20px 0 0 27px;
	width: 387px;
	height: 397px;
	margin-right: 20px;
	border: thin solid #e8e9e9;
}

.info {
	display: inline-block;
	vertical-align: top;
	padding: 20px 0 0 27px;
	width: 773px;
	height: 397px;
	border: thin solid #e8e9e9;
	overflow: hidden;
}

.left_info {
	display: inline-block;
	vertical-align: top;
	width: 347px;
	margin-right: 38px;
}

.right_info {
	display: inline-block;
	vertical-align: top;
	width: 332px;
}

.ad_info {
	margin-bottom: 22px;
	min-height: 96px;
	cursor: pointer;
}

.ad_info img {
	margin-right: 15px;
	margin-bottom: 5px;
}

.ad_info img,
.ad_right {
	display: inline-block;
	vertical-align: top;
}

.ad_t {
	font-size: 14px;
	margin: 9px 0 12px 0;
	width: 268px;
	line-height: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.ad_date,
.ad_brief {
	font-size: 12px;
	color: #a1a1a5;
}

.ad_brief {
	line-height: 17px;
}

.ad_brief span {
	float: right;
}

.toutiao_info {
	margin-bottom: 20px;
}

.toutiao_info h1 {
	font-size: 18px;
	margin-bottom: 20px;
}

.toutiao_info ul {
	list-style: disc;
	padding-left: 20px;
}

.toutiao_info ul li {
	font-size: 14px;
	margin-top: 16px;
	cursor: pointer;
}

.toutiao_info ul li:hover {
	color: #319EFF;
}

.cal_tab li {
	font-size: 15px;
	line-height: 32px;
	margin: 0 10px 12px 0;
	width: 104px;
	text-align: center;
	border: thin solid #e8e9e9;
	border-radius: 18px;
	display: inline-block;
	//cursor: pointer;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.cal_tab li:nth-of-type(3n) {
	margin-right: 0px;
}

.cal_tab .active_cal,
.cal_tab li:hover {
	color: #fff;
	background-color: #319EFF;
}

.cal_th p {
	font-size: 16px;
	background-color: #e8e9e9;
	display: inline-block;
	line-height: 36px;
	width: 164px;
	text-align: center;
}

.cal_th p:nth-of-type(1) {
	margin-right: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.cal_th p:nth-of-type(2) {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.exam_desc{
	display: none;
}
.active_exam_desc{
	display: block;
}
.exam_desc li {
	font-size: 14px;
	display: inline-block;
	text-align: center;
	border-bottom: thin dotted #E8E9E9;
	width: 166px;
	line-height: 42px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	//cursor: pointer;
}

.teachers li {
	display: inline-block;
}

.teachers div {
	width: 236px;
	height: 276px;
	margin-bottom: 15px;
	overflow: hidden;
}

.teachers img {
	width: 236px;
	height: 276px;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.teachers img:hover {
	transform: scale(1.1);
}

.teachers p {
	text-align: center;
}

.teachers span {
	font-size: 16px;
	margin-right: 10px;
}

.teachers b {
	font-size: 12px;
	color: #8c8f99;
}



.famous {
	margin-top: 50px;
	padding: 47px 0;
}

.famous_title {
	margin-bottom: 27px;
}

.famous_title span {
	font-size: 26px;
	margin-right: 1020px;
}

.famous_title i {
	color: #8c8f99;
	font-size: 14px;
	padding-right: 10px;
}

.famous_title img {
	vertical-align: bottom;
}

.column_container {
	background: url(../img/column_bg.jpg) center 0 no-repeat;
	background-size: 1920px 1080px;
	background-attachment: fixed;
}

.column_content {
	text-align: center;
	padding: 50px 0;
}

.column_content p:nth-of-type(1) {
	font-size: 40px;
	color: #fff;
	font-weight: 500;
	letter-spacing:6px;
}

.column_content p:nth-of-type(2) {
	font-size: 30px;
	color: #fff;
}

.study {
	padding: 70px 0 100px 0;
}

.study .video_wrap {
	float: right;
	//border-radius: 8px;
	background-color: #000;
	width: 713px;
	height: 410px;
	margin-left: 50px;
	overflow: hidden;
}

.study object,.study object embed,.study .video_wrap img {
	width: 100%;
	height: 100%;
	background-color: #000;
}

.study h1:nth-of-type(1) {
	margin: 10px 0 14px 0;
	font-size: 26px;
}

.study h1:nth-of-type(2) {
	font-size: 36px;
}

.line {
	width: 36px;
	height: 4px;
	background-color: #319EFF;
	margin: 40px 0;
}

.study_content {
	min-height: 209px;
}

.study_content p,.study_detail a {
	font-size: 16px;
	line-height: 26px;
	color: #a3a9ac;
}

.study_content p:nth-of-type(2) {
	margin: 15px 0;
}

.study_detail {
	font-size: 16px;
	color: #a3a9ac;
	float: right;
}

.baike {
	padding: 47px 0 23px 0;
}

.baike h1 {
	font-size: 26px;
	margin-bottom: 27px;
}

.baike_module {
	width: 277px;
	margin: 0 24px 24px 0;
	border-radius: 5px;
	overflow: hidden;
	display: inline-block;
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .1);
}

.baike_module:nth-of-type(4n) {
	margin-right: 0px;
}

.baike_module h2 {
	font-size: 20px;
	text-align: center;
	padding: 18px 0;
	color: #fff;
	background-color: #51bbfa;
}

.baike_module ul {
	padding: 25px 25px 5px 25px;
	background-color: #fff;
}

.baike_module ul li {
	font-size: 17px;
	color: #747474;
	padding-bottom: 5px;
	border-bottom: thin solid #cecece;
	margin-bottom: 20px;
	display: inline-block;
	cursor: pointer;
}

.baike_module ul li:hover {
	color: #319EFF;
	border-bottom: thin solid #319EFF;
}

.baike_module ul a:nth-of-type(2n) {
	float: right;
}

.partener {
	padding: 47px 0 47px 0;
}

.partener h1 {
	font-size: 26px;
	margin-bottom: 27px;
}

.partener img {
	width: 100%;
}



#toolbar {
	position: fixed;
	z-index: 3;
	right: 0px;
	bottom: 150px;
	width: 66px;
	font-size: 0px;
	cursor: pointer;
	box-shadow: -3px 1px 5px rgba(14, 5, 10, 0.17);
}

#code {
	position: fixed;
	display: none;
	bottom: 173px;
	right: 100px;
	cursor: auto;
}

#qr_code {
	box-shadow: -3px 1px 5px rgba(14, 5, 10, 0.17);
}

#code img {
	display: inline-block;
	vertical-align: middle;
}

#phone_number {
	position: fixed;
	display: none;
	bottom: 245px;
	right: 100px;
	cursor: auto;
	text-align: center;
}

#phone_number p {
	line-height: 15px;
	width: 118px;
	padding: 0 10px;
	display: inline-block;
	vertical-align: middle;
	background-color: #fff;
	padding: 30px 0;
	font-size: 12px;
	color: #e50041;
	font-weight: bold;
	box-shadow: -3px 1px 5px rgba(14, 5, 10, 0.17);
}

#phone_number img {
	display: inline-block;
	vertical-align: middle;
}

#phone_number #phone_icon {
	margin-bottom: 15px;
}


@-webkit-keyframes tipsShow {
	0% {
		opacity: .2;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
		filter: alpha(opacity=20);
		right: 70px
	}
	to {
		opacity: 1;
		-ms-filter: none;
		filter: none;
		right: 80px
	}
}

@-o-keyframes tipsShow {
	0% {
		opacity: .2;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
		filter: alpha(opacity=20);
		right: 70px
	}
	to {
		opacity: 1;
		-ms-filter: none;
		filter: none;
		right: 80px
	}
}

@keyframes tipsShow {
	0% {
		opacity: .2;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
		filter: alpha(opacity=20);
		right: 70px
	}
	to {
		opacity: 1;
		-ms-filter: none;
		filter: none;
		right: 80px
	}
}

.fixed-contain {
	position: fixed;
	right: 30px;
	top: 50%;
	margin-top: -110px;
	z-index: 100;
	width: 65px;
	height: 220px;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

.fixed-contain .right-fixed-con {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 80;
	width: 64px;
	height: 210px;
	background: #fff;
	-webkit-box-shadow: 0 12px 15px 0 rgba(71, 71, 71, .1), 0 20px 60px 0 rgba(71, 71, 71, .11);
	box-shadow: 0 12px 15px 0 rgba(71, 71, 71, .1), 0 20px 60px 0 rgba(71, 71, 71, .11);
	border-radius: 25px;
	text-align: center;
}

.fixed-contain .right-fixed-con li {
	position: relative;
	padding-top: 17px;
	cursor: pointer;
	width: 65px;
	height: 65px;
}

.fixed-contain .right-fixed-con .icon {
	width: 32px;
	margin: 0 auto;
}

.fixed-contain .right-fixed-con p {
	font-size: 12px;
	color: #474747;
	padding-top: 4px;
}

.fixed-contain .right-fixed-con li:hover .erweima,
.fixed-contain .right-fixed-con li:hover .tips {
	display: block;
	-webkit-animation: tipsShow .25s ease-in 1 forwards;
	-moz-animation: tipsShow .25s ease-in 1 forwards;
	-o-animation: tipsShow .25s ease-in 1 forwards;
	-ms-animation: tipsShow .25s ease-in 1 forwards;
	animation: tipsShow .25s ease-in 1 forwards;
}

#teltips .text p{
	line-height: 22px;
	font-size: 16px;
	padding: 0px;
	color: #fff;
	margin-top: 3px;
}

.fixed-contain .right-fixed-con li .erweima {
	display: none;
	//padding: 10px;
	position: absolute;
	top: -30px;
	right: 80px;
	width: 150px;
	height: 150px;
	background: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .06), 0 15px 40px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .06), 0 15px 40px 0 rgba(0, 0, 0, .12);
}

.fixed-contain .right-fixed-con li .erweima .con {
	width: 100%;
}

.fixed-contain .right-fixed-con li .erweima .rectangle {
	position: absolute;
	right: -8px;
	top: 50%;
	margin-top: -8px;
	width: 8px;
}

.fixed-contain .right-fixed-con li {
	position: relative;
	padding-top: 17px;
	cursor: pointer;
	width: 65px;
	height: 65px;
}

.fixed-contain .right-fixed-con li .tips {
	display: none;
	overflow: hidden;
	position: absolute;
	top: 18px;
	right: 80px;
	width: 185px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}

.fixed-contain .right-fixed-con li .tips.zixun .text {
	background: #428dff;
}

.fixed-contain .right-fixed-con li .tips .text {
	width: 178px;
	height: 100%;
	background: #ffaf00;
	border-radius: 4px;
	overflow: hidden;
}

.fixed-contain .right-fixed-con li .tips .rectangle {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -8px;
	width: 8px;
}
