@charset "UTF-8";
/***************首页 start************/
.classify_box{
    position:absolute;
    z-index:99;
    top:50px;
    width:350px;
    height:600px;
    background:rgba(0,0,0,.4);
    padding:5px 0;
    transition:all .3s;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.classify{
    width:100%;
    height:600px;
    transition:all .3s;
    overflow:hidden;
}
.classify_box:hover{
    height:730px;
    background:rgba(0,0,0,.6);
    padding:15px 0;
    overflow:inherit;
}
.classify_box:hover .classify{
    height:790px;
}
.classify li{
    width:100%;
    padding:0 15px;
    font-size:14px;
    transition:all .5s;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.classify li>a{
    display:block;
    width:100%;
    height:35px;
    line-height:35px;
    color:#fff;
    font-size:15px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.classify li>a i{
    float:right;
    color:#fff;
}
.classify li:hover{ padding:0 5px 0 25px;}
.classify li:hover>a,
.classify li:hover i{color:#fff000;}
/*二级 start*/
.classify .second{
    position:absolute;
    top:0;
    left:350px;
    width:450px;
    height:790px;
    background:rgba(255,255,255,0.95);
    padding:25px 20px 50px 30px;
    transition:all .2s;
    display:none;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.classify .second h3{
    width:100%;
    margin-bottom:25px;
    overflow:hidden;
}
.classify .second h3>a{
    width:100%;
    line-height:20px;
    border-left:5px solid #0b388e;
    padding-left:10px;
    color:#0b388e;
}
.classify .second>a{
    display:block;
    width:100%;
    line-height:35px;
    color:#333;
    font-size:15px;
    margin:0 10px 10px 0;
    transition:all .5s ease;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.classify .second>a:hover{
    background:#0b388e;
    color:#fff;
    padding:0 10px;
    border-radius:5px;
}
.classify li:hover .second{
    display:block;
}
.icon_more{
    position:absolute;
    bottom:5px;
}
.classify_box .icon_more i{
    float:inherit;
}
.classify_box:hover .icon_more{
    display:none;
}
/*二级 end*/
/*专辑 end*/

/*banner start*/
#banner{
    position:relative;
    width:100%;
    min-width:1280px;
    height:600px;
    overflow:hidden;
}
#carouselmain div>a,#carouselmain div>span{
    position:absolute;
    left:50%;
    transform:translate(-50%,0);
    width:1920px;
    height:600px;
}
#carouselmain .blank{
    position:absolute;
    left:50%;
    bottom:165px;
    width:520px;
    margin-left:-173px;
}
#carouselmain .blank a{
    position:static;
    left:auto;
    transform: translate(0);
    float:left;
    width:245px;
    height:48px;
    line-height:48px;
    background:url(../images/blank_bg.jpg) no-repeat center;
    background-size:100% 100%;
    border-radius:50px;
    color:#9c111c;
    font-size:19px;
    transition:all .3s;
}
#carouselmain .blank a:first-child{
    margin-right:35px;
}
#carouselmain .blank a:hover{
    box-shadow: 0 5px 5px 1px rgba(0,0,0,.2);
}
.layui-carousel-ind li.layui-this{
    width:22px;
    border-radius:10px;
}
.layui-carousel-ind{
    top:-40px!important;
}
.layui-carousel-arrow{ 
    opacity:1;
    margin-top:-20px;
    width:40px;
    height:40px;
    line-height:40px;
}
/*banner end*/

/*两个重点 start*/
.important_tu{
    margin:30px auto 5px;
    overflow:hidden;
}
.important_tu a{
    float:left;
    width:calc((100% - 20px)/2);
    overflow:hidden;
}
.important_tu a img{
    width:100%;
    transition:all 0.36s ease;
}
.important_tu a:first-child{
     margin-right:20px;
}
.important_tu a:hover img{
    transform:scale(1.1,1.1);
    transition: all .5s;
}
/*两个重点 end*/

/*两个重点专题课程 start*/
#important{
    width:100%;
    min-width:1280px;
    overflow:hidden;
}
#important .title{ padding:25px 0 5px;}
#important .important_course{padding-bottom:35px;}
#important .important_course:last-child{
    background:#eff4ff;
    padding-bottom:0;
}
.important_course .course_list{
    max-width:1400px;
    margin:0 auto;
}
#important .important_course:first-child li{
    box-shadow: 0 0 5px 1px rgb(0 0 0 / 8%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#important .important_course .course_more{
    float:none;
    display:block;
    width:180px;
    height:50px;
    line-height:50px;
    background-image: -moz-linear-gradient( 34deg, rgb(229,38,0) 0%, rgb(255,60,0) 100%);
    background-image: -webkit-linear-gradient( 34deg, rgb(229,38,0) 0%, rgb(255,60,0) 100%);
    background-image: -ms-linear-gradient( 34deg, rgb(229,38,0) 0%, rgb(255,60,0) 100%);  
    border-radius:50px;
    border:0;
    margin:30px auto 0;
}
#important .important_course .course_more:hover{
    width:220px;
}
/*两个重点专题课程 end*/

/*专家讲堂 start*/
#teacher{
    width:100%;
    min-width:1280px;
    height:950px;
    background:url("../images/teacher_bg2.jpg") no-repeat center top;
    padding-top:170px;
    box-sizing: border-box;
}
.content{
	width:1280px;
	margin:0 auto;
	padding:40px 0;
	overflow: hidden;
}
/* ui-banner */
.ui-banner{
	display:block;
	position:relative;
	width:100%;
	height:480px;
}
.ui-banner.ui-banner-invalid{display:none;}
.ui-banner .ui-banner-arrow{
	position:absolute;
	height:420px;
}
.ui-banner .ui-banner-slides{
	position:absolute;
	width:1080px;
	height:420px;
	margin:30px 0;
	overflow:hidden;
}
.ui-banner .ui-banner-slides li{
	display:none;
	position:absolute;
	width:100%;
	height:420px;
}
.ui-banner .ui-banner-slides li a{
	display:block;
	width:1060px;
	height:420px;
	background:rgba(255,255,255,0.25);
    padding:40px;
	margin-top:10px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.ui-banner .ui-banner-slides li img{
    float:left;
	width:247px;
}
.teacher_nav{
    float:left;
	width:720px;
	padding:10px 30px;
	overflow:hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.teacher_nav h2{
    display:inline-block;
    position:relative;
	height:55px;
	line-height:55px;
	color:#ffde01;
	font-size:24px;
}
.teacher_nav h2::after{
    content:'';
    position:absolute;
    bottom:0;
    left:50%;
    transform: translate(-50%,0);
    width:30px;
    height:3px;
    background:#fff;
}
.teacher_nav p{
    color:#fff;
    font-size:18px;
	margin-top:20px;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
}
.teacher_nav i{
    line-height:35px;
    color:#ffde01;
}
.teacher_nav span{
	line-height:40px;
	color:#fff;
}
.ui-banner .ui-banner-slogans{position:absolute;}
.ui-banner .ui-banner-slides li.ui-banner-slides-current,
.ui-banner .ui-banner-slides li.ui-banner-slides-prev,
.ui-banner .ui-banner-slides li.ui-banner-slides-next{display:block;}
.ui-banner .ui-banner-slides li.ui-banner-slides-current{left:0;}
.ui-banner .ui-banner-slides li.ui-banner-slides-prev{left:-1080px;}
.ui-banner .ui-banner-slides li.ui-banner-slides-next{left:1080px;}
.ui-banner .ui-banner-slogans{width:150px;height:480px;overflow:hidden;right:0;}
.ullinehover{
	width:150px;
	height:150px;
	border-radius:8px;
	overflow:hidden;
	margin-bottom:15px;
	transition:all 0.36s ease;
    cursor:pointer;
}
.ui-bnnerimg img{
	width:100%;
}
.ui-banner-current .ullinehover,.ullinehover:hover{
	border:3px solid #fdf0c7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.ui-line{
	zoom: 1;
	overflow: hidden;
}
.ui-banner .ui-banner-arrow.ui-banner-arrow-prev{
	right:65px;
	top:-35px;
	width:30px;
	height:30px;
	background:url(../images/up_jt.png) no-repeat center;
}
.ui-banner .ui-banner-arrow.ui-banner-arrow-next{
	right:65px;
	bottom:-35px;
	width:30px;
	height:30px;
	background:url(../images/down_jt.png) no-repeat center;
}
.teacher_more{
    display:block;
    width:200px;
    height:50px;
    line-height:50px;
    border:2px solid #fff;
    border-radius:50px;
    color:#fff;
    font-size:16px;
    text-align: center;
    margin:0 auto;
    transition:all 0.36s ease;
    overflow:hidden;
}
.teacher_more:hover{
    width:220px;
    background:#ffde01;
    border-color:#ffde01;
    color:#c81215;
}
/* 专家讲堂 end*/

/*专辑列表 start*/
.title{
    width:100%;
    padding:20px 0 0;
    text-align: center;
    overflow:hidden;
}
.course_more{
    display:block;
    width:180px;
    line-height:45px;
    background:#0b388e;
    border:2px solid #fff;
    border-radius:45px;
    font-size:16px;
    color:#fff;
    margin:30px auto 30px;
    text-align:center;
    transition:all .5s ease;
    overflow:hidden;
}
.course_more i{
    transition:all .3s ease;
}
.course_more:hover{
    width:200px;
    color:#fff;
    font-size:17px;
}
.course_more:hover i{
    margin-left:20px;
}  
.course{
    position:relative;
    width:100%;
    min-width:1280px;
    overflow:hidden;
}
.course_kinds .course:nth-child(even){
    background:#eff4ff;
}
.course_kinds .course:nth-child(2){
    background:url(../images/index_bg1.jpg) no-repeat center top;
}
.course_kinds .course:nth-child(8){
    background:url(../images/index_bg2.jpg) no-repeat center top;
}
.course_kinds .course:nth-child(12){
    background:url(../images/index_bg3.jpg) no-repeat center top;
}

.course_box{
    width:100%;
    margin-top:25px;
}
.course_tu{
    position:relative;
    float:left;
    width:calc(50% - 10px);
    margin-right:20px;
    overflow:hidden;
}
.course_tu img{
    width:100%;
}
.course_bottom{
    position:absolute;
    bottom:0;
    width:100%;
    height:70px;
    line-height:70px;
    overflow:hidden;
}
.course_bottom a{
    float:left;
    width:30%;
    background:rgba(201,20,24,0.8);
    color:#fff;
    font-size:18px;
    text-align: center;
    transition:all .5s;
    box-sizing: border-box;
}
.course_bottom:hover a{
    width:100%;
    font-size:20px;
}
.course_bottom h2{
    float:right;
    width:70%;
    background:rgba(244,244,244,0.8);
    color:#000;
    font-size:24px;
    text-align: center;
    transition:all .5s;
    overflow:hidden;
}
.course_bottom:hover h2{
    width:0;
}
.course_box .course_list{
    float:left;
    
    width:calc(50% - 10px);
}
.course_box .course_list li{
    width:calc(50% - 10px);
    margin:0;
}
.course_box .course_list li:first-child{
    margin-right:20px;
}
/*专辑列表 end*/

/*小banner start*/
.ad{
    width:100%;
    height:120px;
    overflow:hidden;
}
.ad_banner1{ background:url("../images/ad_banner1.jpg") no-repeat center;}
.ad_banner2{ background:url("../images/ad_banner2.jpg") no-repeat center;}
.ad_banner3{ background:url("../images/ad_banner3.jpg") no-repeat center;}
.ad_banner4{ background:url("../images/ad_banner4.jpg") no-repeat center;}
.ad_banner5{ background:url("../images/ad_banner5.jpg") no-repeat center;}
.ad_banner6{ background:url("../images/ad_banner6.jpg") no-repeat center;}
/*小banner end*/
/*课程分类 end*/
/****************首页 end***************/