@charset "UTF-8";


.wrop {
	width: 1200px;
	margin: auto;
}




.banner {
	width: 100%;
	height: 698px;
	display: inline-block;
}

.banner .swiper-slide img {
	width: 100%;
	height: 498px;
	display: inline-block;
}

/*.swiper-pagination-fraction{
				bottom: -151px!important;
			}*/

.swiper-container {
	height: 498px;
}

.swiper-pagination-bullet {
	border-radius: 0!important;
	width: 30px;
	height: 4px;
	background-color: #FFFFFF!important;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background-color: #FF8200!important;
}

.swiper-pagination {
	margin-bottom: 10px;
}

.special_topics {margin-top: 22px;}

.s_p {
	color: #4A9EE2;
	font-size: 30px;
	text-align: center;
	height: 38px;
	line-height: 38px;
	margin-top: 50px;
	margin-bottom: 20px;
}

.model_more {
	width: 50px;
	height: 20px;
	line-height: 20px;
	background: #4A9EE2;
	color: #ffffff;
	font-size: 12px;
	display: inline-block;
	float: right;
	border-radius: 2px;
	margin-top: 12px;
	cursor: pointer;
	text-align:center;
}

.special_content p i {
	margin-left: 63px;
}

.special_1 ul li {
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
}

.special_1 ul li:nth-of-type(3n) {
	margin-right: 0;
}

.special_1 dl dt img {
	width: 380px;
	height: 142px;
	border-radius: 2px;
}

.special_1 dl dd {}

.special_1 dl dd h4 {
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight:normal;
	margin-top:10px;
}

.special_1 dl dd p {
	margin-top: 10px;
	font-size: 14px;
	color: #333333;
	display: flex;
	justify-content: space-between;
	align-items:center;
}

.special_1 dl dd p span {
	font-size: 14px;
	color: #999999;
}

.special_1 dl dd p span:nth-of-type(2) {
	width: 90px;
	height: 30px;
	line-height: 30px;
	background: #FF8200;
	color: #FFFFFF;
	text-align: center;
	border-radius: 3px;
	cursor: pointer;
}


.recommend_course,.jp_course,.famous_lecturer,.programa{
	margin-top:22px;
}



/***推荐课程****/
.title_divider{
	display:inline-block;
	width:8px;
	height:26px;
	background:#4A9EE2;
	margin-right: 10px;
	position: relative;
	top: 3px
}
.model_name{
	font-size:26px;
	color:#4A9EE2;
	font-weight:bold;
}
.cc_tab{
	margin-left:20px;
	height:44px;
	line-height:44px;
}
.cc_tab li{
	color:#9B9B9B;
	font-weight:bold;
	margin:0 13px;
	cursor: pointer;
}
.cc_tab li.cc_tab_active{
	color:#4A9EE2;
}
.index_list{

	margin-top:20px;
}
.cc_item{
	width:216px;
	margin:0 30px 20px 0 ;
}
.cc_item img{
	width:216px;
	height:122px;
	border-radius:2px;
}
.cc_item a .index_course_name{
	color:#333;
	font-size:14px;
	width:100%;
	overflow:hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
	margin:12px 0;
}
.cc_item .index_lecturer_intro{
	color:#9b9b9b;
	font-size:14px;
	width:100%;
	overflow:hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
}

/***名师讲堂****/
.lecturer_item{
	width:138px;
	height:230px;
	background-color:#f2f2f2;
	text-align:center;
}
.lecturer_item img{
	/*width:216px;
	height:302px;*/
	width: 138px;
	height: 184px;
}
.lecturer_item .lecturer_name{
	color:#333;
	font-size:16px;
	padding:5px 0;
}
.programa_a img{
	width: 216px;
    height: 122px;
    border-radius: 2px;
}

.programa .programa_a {
display: inline-block;
}


.index_sms_login_admin {
    width: 760px;
    height: 360px;
    top: 50%;
    left: 50%;
    margin-left: -380px;
    margin-top: -220px;
    background-color:#fff;
    border-radius:2px;
    position:fixed;
    z-index:9999;
    display:none;
}

.sms_title {
    background-color: #f8f8f8;
    font-size: 20px;
    line-height: 65px;
    color: #666;
    font-weight: normal;
    text-align: center;
    position: relative;
}

.sms_title i {
    position: absolute;
    top: 25px;
    right: 25px;
    color: #d8d8d8;
    transition: all 0.5s ease;
    cursor: pointer;
    line-height:1;
}

.sms_title i:hover {
    color: #e69f2d;
    transform: rotate(90deg)
}

.sms_form {
    width: 466px;
    margin: 4px auto;
    font-size: 16px;
}

.sms_form .sms_prompt {
    font-size: 14px;
    color: #999;
}

.sms_form td {
    padding: 14px 0
}

.sms_form input[type="text"],.sms_form input[type="password"] {
    width: 230px;
    height: 40px;
    line-height: 40px;
    margin: 0 16px;
    border:1px solid #ccc;
}

.sms_form  .send_code {
    font-size: 14px;
    color: #e69f2d;
    cursor: pointer
}

.sms_form .sms_item {
    text-align: right;
}

.sms_form .sms_sure, .sms_form .sms_cancel {
    width: 110px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    cursor: pointer;
}

.sms_form .sms_cancel {
    margin-left: 10px;
    background-color: #999;
}

.sms_form .sms_sure {
    margin-left: 16px;
    background-color: #cc0000;
}







/*网上专题班  */
.bj_info {
	margin-top: 4px;
}

.bj_info li {
	line-height: 26px;
}

.bj_info .bj_title h4 {
	font-size: 16px;
	font-weight: normal;
	color: #333;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bj_info .course_num, .bj_info .start_time {
	font-size: 15px;
	color: #333;
}
//.bj_info .course_num, .bj_info .zt_belong{/*color:#cc0000;*/}
.bj_info .start_time {
	position: relative;
}

.bj_info .enroll {
	position: absolute;
	right: 0;
	bottom: 4px;
	display: inline-block;
	width: 90px;
	height: 30px;
	line-height: 30px;
	background-color: #cc0000;
	color: #fff;
	text-align: center;
}
.slider1 .slide{width:380px;float:left;margin:0 30px 20px 0;}
/************课程中心**************/

/*************专题推荐**************/
.zt_item {
	width: 380px;
	float: left;
	margin-right: 30px;
}

.zt_item img {
	width: 380px;
	height:146px;
}

.zt_item .bj_xs {
	margin-left: 9px;
}
.zt_recommend .zttj_name{margin-top:4px;height:52px;line-height:26px;overflow:hidden;}
/*******名师推荐*********/


/**************遮罩层******************/
.mask {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5)
}

.index_register, .index_forget {
	display: none;
	border-radius: 2px;
	background-color: #fff;
	position: fixed;
	z-index: 100000;
}

.index_register {
	width: 750px;
	height: 510px;
	top: 50%;
	left: 50%;
	margin-left: -375px;
	margin-top: -255px;
}

.index_forget {
	width: 760px;
	height: 488px;
	top: 50%;
	left: 50%;
	margin-left: -380px;
	margin-top: -220px;
}

.zc_title {
	background-color: #f8f8f8;
	font-size: 20px;
	line-height: 65px;
	color: #666;
	font-weight: normal;
	text-align: center;
	position: relative;
}

.zc_title i {
	position: absolute;
	top: 25px;
	right: 25px;
	color: #d8d8d8;
	transition: all 0.5s ease;
	cursor: pointer;
	line-height:1;
}

.zc_title i:hover {
	color: #e69f2d;
	transform: rotate(90deg)
}

.zc_form {
	width: 466px;
	margin: 4px auto;
	font-size: 16px;
}

.zc_form .zc_prompt {
	font-size: 14px;
	color: #999;
}

.zc_form td {
	padding: 14px 0
}

.zc_form input[type="text"],.zc_form input[type="password"] {
	width: 230px;
	height: 40px;
	line-height: 40px;
	margin: 0 16px;
	border:1px solid #ccc;
}

.zc_form  .send_code {
	font-size: 14px;
	color: #e69f2d;
	cursor: pointer
}

.zc_form .zc_item {
	text-align: right;
}

.zc_form .zc_sure, .zc_form .zc_cancel {
	width: 110px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	cursor: pointer;
}

.zc_form .zc_cancel {
	margin-left: 10px;
	background-color: #999;
}

.zc_form .zc_sure {
	margin-left: 16px;
	background-color: #4A9EE2;
}

.zoom {
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 100;
}

.zoom a {
	display: block;
	width: 60px;
	height: 60px;
	margin-bottom: 6px;
	cursor: pointer;
	margin-left:49px;
}

.zoom .user_login {
	 background: url(../imgs/studentLogin_white.png) no-repeat;
 }
.zoom .user_login:hover {
	background: url(../imgs/studentLogin_red.png) no-repeat;
}

.zoom .service {
	background: url(../imgs/onlineService_white.png) no-repeat;
}
.zoom .service:hover {
	background: url(../imgs/onlineService_red.png) no-repeat;
}
.zoom .ask {
	background: url(../imgs/question_white.png) no-repeat;
}
.zoom .ask:hover {
	background: url(../imgs/question_red.png) no-repeat;
}
.zoom .student_guide {
	background: url(../imgs/studentGuide_white.png) no-repeat;
}
.zoom .student_guide:hover {
	background: url(../imgs/studentGuide_red.png) no-repeat;
}
.zoom .survey {
	background: url(../imgs/survey_white.png) no-repeat;
}
.zoom .survey:hover {
	background: url(../imgs/survey_red.png) no-repeat;
}

.zoom .scan_ewm{width:156px;border:1px solid #ccc;margin-bottom:10px;background:#fff;text-align:center;padding:12px 0;}
.zoom .scan_ewm .welcomeScan{font-size:12px;color:#666;line-height:20px;}

.zoom .ewm p {
	margin-top: 8px;
}
/*登录页面样式*/


.mask{position:fixed;left:0;top:0;z-index:99;width:100%;height:100%;background:rgba(0,0,0,0.6)}
.login_box{display:none;text-align:center;width:740px;height:354px;border-radius:4px;background:#fff;position:fixed;z-index:99999;left:50%;top:50%;margin-left:-370px;margin-top:-177px;}
.account_login,.scan_login{float:left;width:340px;padding:0 14px;margin:24px 0}
.account_login{border-right:2px solid #ccc;}
.login_title{color:#333;font-weight:normal;margin:10px 0;position:relative;z-index:999}
.login_form{margin-top:20px}
.login_form input{width:270px;height:40px;line-height:40px;padding-left:40px;border-radius:2px;border:1px solid #ececec;margin:10px 0}
.user{background:url(../imgs/account.png) no-repeat 8px center;}
.pwd{background:url(../imgs/code.png) no-repeat 8px center;}
.login_form .login_btn{width:310px;padding:0;font-size:16px;letter-spacing:4px;background:#CE0F07;color:#fff;border-radius:2px;border:1px solid #CE0F07;}
.forget{position:relative;margin-bottom:30px;}
.forget a{position:absolute;color:#CE0F07;margin-bottom:12px;}
.login_form{display:none}
.welcome_scan{margin-top:20px;color:#333}



.lf{float:left;}
.index_zt{margin:30px 0 15px;}
.slider{width:790px;height:315px;overflow:hidden}
.banner_slide .slide img{width:790px;height:315px;}
.zt_link{margin-left:15px;width:395px;height:315px;}
.zt_link a{display:block;width:395px;height:150px;}
.zt_link img{width:395px;height:150px}


/* .welcome_txt{float:left;font-size:16px;padding:0 8px;}
.edge_line{float:left;width:98px;border-bottom:1px solid #ccc;position:relative;top:11px;}
.ewm{margin-top:20px;}
.login_tip{    width: 120px;
	height: 40px;
	margin: 5px 0 0 0;
	float: left;
	cursor: pointer;
	position:absolute;
	bottom:10px;
	z-index: 999;}
.quick_login{ position: absolute;left: 0px;top: 0px;cursor: pointer;}
.login_tip .poptip{
	color: #3a7ab2;
	position: absolute;
	font-size: 12px;
	left: 46px;
	top: 0px;
	height: 16px;
	line-height: 16px;
	padding: 5px 10px;
	border: 1px solid #3a7ab2;
}

*****箭头*******
.left{
	width:20px;
	height:20px;
	position:absolute;
	left:-13px;
	top:7px;
	z-index: 2;兼容ie8-
}
.left-arrow1,.left-arrow2{
	width:0;
	height:0;
	display:block;
	position:absolute;
	left:0;
	top:0;
	z-index:5;兼容ie8-
	border-top:6px transparent dashed;
	border-left:6px transparent dashed;
	border-bottom:6px transparent dashed;
	border-right:6px white solid;
	overflow:hidden;
}
.left-arrow1{
	border-right:6px  #3a7ab2 solid;
}
.left-arrow2{
	left:1px;重要
	border-right:6px white solid;
}
.login_close{    display: block;
	width: 24px;
	height: 24px;
	line-height: 21px;
	cursor:pointer;position:absolute;top:6px;right:6px;color:#666;font-size:24px;transition: transform 0.5s ease;}
.login_close:hover {
	color: #e69f2d;
	transform-origin: 50% 50%;
	transform: rotateZ(90deg);
	-webkit-transform: rotateZ(90deg);

	-moz-transform: rotateZ(90deg);

}


*********天翼二维码登录**********

.codewrap_top,.codewrap_left,.codewrap_right,.codewrap_bottom{position:absolute;z-index:101;background-color:#fff;}
.codewrap_top{width:330px;height:88px;top:0;}
.codewrap_left{width:90px;height:180px;top:66px;}
.codewrap_right{width:70px;height:180px;top:66px;right:0;}
.codewrap_bottom{width:320px;bottom:52px;height:79px;} */
