.sect1{
    width: 100%;
    height: 525px;
    background-color: #FFF;
    box-shadow: 0 0 5px #b1b1b1;
    border-radius: 15px;
    margin: 60px 0 20px 0;
}
.sect1 header{
    background: url(../images/index/about_title.png) no-repeat;
    height: 103px;
    position: relative;
    width: 100%;
    margin-top: -47px;
    display: inline-block;
}
.sect1 header a{
    display: block;
    background: url(../images/index/index_readmore.png) no-repeat;
    width: 95px;
    height: 25px;
    position: absolute;
    right: 170px;
    top: 50px;
}
.sect1 .col1{
    float: left;
    display: inline-block;
    width: 419px;
    box-sizing: border-box;
    padding: 0 25px;
    position: relative;
}
.sect1 .col1 img{
    display: block;
    position: relative;
    top: 69px;
}
.sect1 .col2{
    float: right;
    display: inline-block;
    width: calc(100% - 419px);
}
.about-list{
    display: inline-block;
    width: 100%;
}
.about-list li{
    box-sizing: border-box;
    padding: 5px 0;
    position: relative;
    padding-right: 15px;
    margin-left: 100px;
    margin-right: 15px;
    font-size: 15px;
    border-bottom: dotted 1px #ddd;
}
.about-list li div{
    max-height: 50px;
    overflow: hidden;
}
.about-list li:last-child{border-bottom: none;}
.about-list li:before{
    content: '';
    display: block;
    background: url(../images/index/about_pic2.png) no-repeat;
    position: absolute;
    top: -3px;
    left: -110px;
     width: 99px;
    height: 87px;
    
}
.about-list li.yellow:before{
    width: 99px;
    height: 82px;
    top: 0px;
    background-position: 0 -4px;
}
.about-list li.purple:before{
    width: 100px;
    height: 88px;
    top: -5px;
    background-position: 0 -89px;
}
.about-list li.red:before{
    background-position: 0 -201px;
    top: 5px;
}
.about-list li.green:before{
    background-position: 0 -295px;
    top: 15px;
    height: 80px;
}
.about-list li.blue:before{
    background-position: 0 -375px;
    top: 5px;
    width: 109px;
    left: -120px;
}
.about-list li span{
    color: #f9e535;
    display: block;
    font-weight: 900;
}
.about-list li.purple span{
    color: #a51a61;
}
.about-list li.red span{
    color: #e93130;
}
.about-list li.green span{
    color: #00ae47;
}
.about-list li.blue span{
    color: #0180c1;
}


.sect2{
    display: inline-block;
    width: 100%;
}
.sect2 .col{
    position: relative;
    width: 100%;
    margin-top: 60px;
    background: #FFF;
    height: 400px;
    box-shadow: 0 0 5px #b1b1b1;
}
.sect2 .col1{
    width: 353px;
    float: left;
    display: inline-block;
}
.sect2 .col1 header{
    background: url(../images/index/news_title.png) no-repeat;
    height: 85px;
    position: relative;
    width: 100%;
    margin-top: -42px;
    text-indent: -9999999px;
}

.sect2 .col2{
    width: 615px;
    float: right;
    display: inline-block;
}

.sect2 .col2 header{
    background: url(../images/index/course_title.png) no-repeat;
    height: 93px;
    position: relative;
    width: 100%;
    margin-top: -50px;
}

.sect2 .col2 header a{
    display: block;
    background: url(../images/index/index_readmore.png) no-repeat;
    width: 95px;
    height: 25px;
    position: absolute;
    right: 100px;
    top: 59px;
}
.sect2 .col2 header a:hover{
	background-position:0 100%;
}

.news-slide{
    text-align: center;
    /*background: url(../images/index/news_bg.png) no-repeat center top;*/
    margin-top: 15px;
}
.news-slide .item{
    margin-top: 10px;
}
.news-slide .item a{display: block; position:relative;}
.news-slide .item a:before,.news-slide .item a:after{
	content:'';
	width:49px;
	height:49px;
	position:absolute;
	display:block;
}
.news-slide .item a:before{
	background:url(../images/index/news_before.png);
	right:25px;
	top:-10px;
}
.news-slide .item a:after{
	background:url(../images/index/news_after.png);
	left:25px;
	bottom:-10px;
}

.slick-slide img{
    display: inline-block;
}

.slick-dots {
    text-align: center;
    display: inline-block;
    margin-top: 15px;
}
.slick-dots li{
    float: left;
    width: 8px;
    height: 8px;
    margin: 10px  5px;
}
.slick-dots button{
    background-color: #222;
    border-radius: 10px;
    width: 8px;
    height: 8px;
    text-indent: -9999px;
	border:none;
	padding:0;
}
.slick-dots li.slick-active button{
    background-color: pink;
}

.news-slide .txt{
    text-align: left;
    width: 80%;
    margin: 0 auto;
    margin-top: 10px;
    max-height: 80px;
    overflow: hidden;
	height:56px;
}
.news-slide .txt span{
    display: block;
    color: #DA414D;
}




.course-list{
    width: 100%;
    display: inline-block;
    margin: 0 ;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 20px;
	margin:0 -7px;
}
.course-list li {
    width: 50%;
    float: left;
    display: inline-block;
    margin: 2px 0;
    padding: 0 7px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.course-list li a{
    background-color: #FFF;
    display: inline-block;
    border: solid 4px #a294c8 ;
    border-radius: 10px;
	width:100%;
	max-width:270px;
}
.course-list .name{
    float: left;
    width: calc(100% - 135px);
    font-size: 19px;
    overflow: hidden;
    height: 70px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 15px;
    padding-top: 10px;
    line-height: 1.7;
}
.course-list .pic{
    float: right;
    width: 135px;
    overflow: hidden;
    position: relative;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.course-list .pic:before{
    content: '';
    display: block;
    background: url(../images/course/wrap.png) no-repeat;
    width: 277px;
    height: 180px;
    position: absolute;
    left: -230px;
    top: 0;
    z-index: 1;
    
}
.course-list a:hover .pic:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255,255,255,0.6);
}

.first-wrap{
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.95);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    text-align: center;
}
.first-wrap img{
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    max-width:400px;
}

.skip{
    display: block;
    color: #000;
    font-size: 24px;
}
.skip i{margin: 0 5px;}
.skip:hover{
    color: #006dd9;
}

.closes{
    display: none;
}
.banner{
    position: relative;
    width: 100%;
}
.banner-list .slick-prev {
    width: 73px;
    height: 72px;
    text-indent: -9999px;
    display: inline-block;
    background: url(../images/index/banner_arrow.png) no-repeat;
    background-position: 0 0;
    position: absolute;
    left: 35%;
    top: 35%;
    z-index: 4;
    border: none;
}
.banner-list .slick-prev:hover{
    background-position: 0 100%;
}
.banner-list .slick-next {
    width: 73px;
    height: 72px;
    text-indent: -9999px;
    display: inline-block;
    background: url(../images/index/banner_arrow.png) no-repeat;
    background-position: -77px 0;
    position: absolute;
    left: inherit;
    top: 35%;
    right: 34%;
    border: none;
    z-index: 4;
}
.banner-list .slick-next:hover{
    background-position: -77px 100%;
}
.banner-list .pic{
    margin: 0 10px;
    background-color: green;
}


.banner:before{
    content: '';
    display: block;
    width: 100%;
    height: 74px;
    background: url(../images/index/banner_wrap_top.png) no-repeat center top;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.banner:after{
    content: '';
    display: block;
width:100%;
    min-width: 1000px;
    height: 175px;
    background: url(../images/index/banner_wrap_bottom.png) no-repeat center bottom;
    position: absolute;
    left: 0;
    bottom: -10px;
    z-index: 2;
}

@media screen and (max-width: 1440px){
    .banner-list .slick-next{
        /*right: 22.5%;*/
        top: 45%;
    }
    .banner-list .slick-prev{
        /*left: 22.5%;*/
        top: 45%;
    }
.banner:after{
    top: 250px;
}
}


