@charset "UTF-8";
/***************首页 start************/
/*专辑 start*/
.classify_box{
    position:absolute;
    z-index:99;
    top:50px;
    width:260px;
    height:600px;
    background:rgba(0,0,0,.3);
    padding:20px 0;
    transition:all .3s;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.classify{
    width:100%;
    transition:all .3s;
    overflow:hidden;
}
.classify li{
    width:100%;
    padding:0 20px 0 25px;
    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:43px;
    line-height:43px;
    color:#fff;
    font-size:15px;
    transition:all .5s;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.classify li:hover{
    padding:0 5px 0 30px;
    background:rgba(0,0,0,.35);
}
.classify li:hover a{
    color:#ffd800;
    font-size:17px;
}
/*专辑 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:-240px;
}
#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;
    background-size:100% 100%;
    border-radius:50px;
    color:#c40000;
    font-size:18px;
    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;
    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*/
#teacher{
    width:100%;
    min-width:1280px;
    height:720px;
    background:url("../images/teacher_bg.jpg") repeat-y top center;
    padding-top:35px;
}
.content{
	width:1280px;
	margin:0 auto;
	padding:28px 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:480px;
}
.ui-banner .ui-banner-slides{
	position:absolute;
	width:1080px;
	height:420px;
	margin:40px 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:380px;
	background:rgba(255,255,255,0.25);
    border:2px solid #fdf0c7;
	border-radius:15px;
    padding:25px;
	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;
	border-radius:15px;
}
.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:22px;
}
.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;
	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;
    font-size:16px;
}
.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;
}
.uibannerslog ul li{
	border: 1px solid red;
}
.ui-banner .ui-banner-arrow.ui-banner-arrow-prev{
	right:65px;
	top:-35px;
	width: 0;
	height: 0;
	border:12px solid transparent;
	border-bottom:12px solid #fff;
}
.ui-banner .ui-banner-arrow.ui-banner-arrow-next{
	right:65px;
	bottom:-35px;
	width: 0;
	height: 0;
	border:12px solid transparent;
	border-top:12px solid #fff;
}
.teacher_more{
    display:block;
    width:180px;
    height:45px;
    line-height:45px;
    border:2px solid #fff;
    border-radius:6px;
    color:#fff;
    font-size:16px;
    text-align: center;
    margin:0 auto;
    transition:all 0.36s ease;
    overflow:hidden;
}
.teacher_more:hover{
    width:200px;
    background:#ffde01;
    border-color:#ffde01;
    color:#c81215;
}
/* 专家讲堂 end*/

/*两个重点专题课程 start*/
#important{
    width:100%;
    min-width:1280px;
    overflow:hidden;
}
.title{
    width:100%;
    text-align: center;
    overflow:hidden;
}
#important .important_course{
    padding:0 0 40px;
}
#important .important_course:first-child{
    background:#fff8f8;
}
.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;
    margin:30px auto 0;
}
#important .important_course .course_more:hover{
    width:220px;
}
/*两个重点专题课程 end*/

/*专辑列表 start*/
.title{
    width:100%;
    padding:30px 0 10px;
    text-align: center;
    overflow:hidden;
}
.course_more{
    display:block;
    width:160px;
    height:45px;
    line-height:45px;
    background-color:#e50206;
    box-shadow: 0px 1px 7.2px 0.8px rgba(229, 63, 63, 0.33); 
    border-radius:5px;
    font-size:16px;
    color:#fff;
    margin:35px auto 40px;
    text-align:center;
    transition:all .5s ease;
    overflow:hidden;
}
.course_more i{
    transition:all .3s ease;
}
.course_more:hover{
    width:180px;
    color:#fff;
    font-size:17px;
    box-shadow:0 2px 8px 0 rgba(201,20,24,0.5);
}
.course_more:hover i{
    margin-left:20px;
}  
.course{
    position:relative;
    width:100%;
    min-width:1280px;
}
.course_kinds .course:nth-child(even){
    width:100%;
    background:#fff8f8;
}
.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;}
/*小banner end*/
/*课程分类 end*/
/****************首页 end***************/