
#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: 17px;
	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: 13px;
	margin-top: 10px;
    height: 42px;
    line-height: 19px;
}

.course_status {
	font-size: 12px;
	color: #ec1d03;
	height: 56px;
	line-height: 40px;
}

.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: 20px;
	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: 8px;
	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: 10px ;
	width: 100%;
	height: 361px;
	
	border: thin solid #e8e9e9;
}

.info {
	display: inline-block;
	vertical-align: top;
	padding: 20px 0 0 27px;
	width: 773px;
	min-height: 389px;
	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;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ad_date,
.ad_brief {
	font-size: 12px;
	color: #a1a1a5;
	display: -webkit-box;-webkit-box-orient: vertical; overflow: hidden;-webkit-line-clamp:2;
	
}

.ad_brief {
	line-height: 17px;
}
.ad_info:hover  .ad_brief{
	color:#319EFF;
}
.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;
    white-space: nowrap;
    text-overflow: ellipsis;
	list-style-type: disc;
}

.toutiao_info ul li:hover {
	color: #319EFF;
}

.cal_tab li {
	font-size: 14px;
	line-height: 30px;
	margin:0 5px 7px 0;
	width: 84px;
	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{
	    margin-top: 10px;
}
.cal_th p {
	font-size: 14px;
	background-color: #e8e9e9;
	display: inline-block;
	line-height: 34px;
	width: 130px;
	text-align: center;
}

.cal_th p:nth-of-type(1) {
	margin-right: 10px;
	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: 12px;
	display: inline-block;
	text-align: center;
	border-bottom: thin dotted #E8E9E9;
	width: 135px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	//cursor: pointer;
}

.teachers li {
	display: inline-block;float: left;
}

.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_nes {
	    border-bottom: thin dotted #E8E9E9;
}
.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(../IMGS/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 .icon {
	width: 32px;
	margin: 0 auto;
}

.fixed-contain .right-fixed-con p {
	font-size: 12px;
	color: #474747;
	padding-top: 4px;
}


#teltips .text p{
	line-height: 22px;
	font-size: 16px;
	padding: 0px;
	color: #fff;
	margin-top: 3px;
}



.news__box{
	    list-style: none;
}

.news__box .news__box_z{width:200px;height:400px;overflow:hidden;}
.news__box .news__box_z img{width:100%;-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;}
.news__box .news__box_z img:hover{transform: scale(1.1);}
.news__box .news__box_c{width:626px;height:400px;margin:0 30px;overflow:hidden;border-bottom:thin dotted #E8E9E9;}
.news__courseName{color: #333333;font-size: 18px;margin: 5px 0 15px 0;font-weight:600;
}
.news__courseList li{width: 203px;float: left;transition: all 0.5s;
}
.news__courseList li ~ li{
	    margin-left: 8px;
}
.news__courseList a{
	display: block;
}

.news__courseList img{
	display: block;
    max-width: 100%;
    width: 203px;
    height: 108px;
    transition: all 0.5s;
}
.news__courseList p{
	    margin: 6px 0 0;
    color: #333333;
    font-size: 14px;
    line-height: 24px;
}
.news__courseList li p{
	height: 29px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
	margin-bottom:20px;
}

.news__actList a ~ a{
	    margin-left: 20px;
}
.news__box .news__box_y{width:294px;height:400px;overflow:hidden;}
.news__cp{margin-bottom:20px;font-weight:600;}
.news__cp span{cursor: pointer; cursor: hand;}
.news__cp .news__cp_ho{border-bottom:3px solid #319eff;line-height:30px;    padding-bottom: 6px;}
.news__zx{display:none}
.news__zx_cal{display:block;}
.news__zx li{border-bottom:thin dotted #E8E9E9;    height: 30px;line-height: 30px;    list-style-type: disc;}
.news__zx li a:before{ 
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #000;
    margin: -2px 9px 0px 0;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 13px;
}
.news__zx a{font-size:13px;   -webkit-box-orient: vertical;  -webkit-line-clamp: 1;overflow: hidden;}
.news__zx li:hover a{color:#319EFF;transition: all 0.3s linear;}
.news__zx li:hover a:before{background-color: #319EFF;transition: all 0.3s linear;}
.news__zx a span{
	display: -webkit-box;
    float: right;
    border: 1px solid #ccc;
    border-radius: 10px;
    line-height: 18px;
    font-size: 12px;
    padding: 0 15px;
    background: #e8e9e9;
	margin-top: 4px;
}
.news__zx li:hover a span{color:#fff;background:#319EFF;transition: all 0.3s linear;}














