/*  首页整体变色 */
/* body.index {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	-webkit-filter: grayscale(1);
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
} */

.index .feature .container{
	border: solid 1px #ddd;
	background-color: #fff;
}
.index .feature h2{
	width: 240px;
	text-align: center;
	display: inline-block;
	float: left;
	margin: 22px 0;
}
.index .feature a{
	width: 210px;
	text-align: center;
	display: inline-block;
	float: left;
	margin-top: 50px;
	color: #515151;
	font-size: 18px;
    line-height: 45px;
}
.index .feature a:hover{
	color: #515151;
}
.index .feature a:not(:last-child){
	border-right: solid 1px #ccc;
}
.index .notice{
	width: 1085px;
	margin: 0 auto;
	background-image: -webkit-linear-gradient(#d9d9d9,#fff);
    background-image: -o-linear-gradient(#d9d9d9,#fff);
    background-image: linear-gradient(#d9d9d9,#fff);
    border: solid 1px #ddd;
    border-top: solid 1px #ccc;
}
.index .notice .container{
	width: 900px;
	padding: 20px 0;
}
.index .notice h5{
	color: #3e69dc;
	width: 100%;
	margin: 0;
}
.index .notice h5 span >a{
	color: #8f8f8f;
	float: right;
}
.index .notice >.container >a {
    float: left;
    width: 425px;
    margin-top: 10px;
    color: #505050;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index .notice a:nth-child(odd){
	margin-left: 50px;
}
.index .notice a span{
	color: #fff;
	background-color: #85a3f2;
	padding: 3px 5px;
	margin-right: 5px;
}
.continue_add{
	background-color: #fff;
    border: solid 1px #ddd;
    margin-top: 20px;
	text-align: center;
	height: 45px;
	line-height: 45px;
	color: #a3a3a3;
	display: block;
}
.index .study_flow{
	margin-top: 20px;
}
.index .study_flow .container{
	background: url(../img/study_flow_bg.png) 0 0 repeat;
}
.index .study_flow h1{
	background: url(../img/study_flow_title.png) top center no-repeat;
	font-size: 24px;
    color: #fff;
    text-align: center;
    height: 76px;
    padding-top: 15px;
    margin-top: 0;
}
.index .study_flow .flow{
	padding: 20px 0 50px 0; 
}
.index .study_flow .flow >a{
	width: 140px;
	height: 140px;
	border-radius: 140px;
	display: inline-block;
	color: #fff;
	margin: 0 13px;
}
.index .study_flow .flow >a:nth-child(1){
	background-color: #4874e9;
}
.index .study_flow .flow >a:nth-child(3){
	background-color: #5f55ce;
}
.index .study_flow .flow >a:nth-child(5){
	background-color: #ff6d6a;
}
.index .study_flow .flow >a:nth-child(7){
	background-color: #ffc717;
}
.index .study_flow .flow >a:nth-child(9){
	background-color: #28c29a;
}
.index .study_flow .flow h2{
	font-size: 48px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 0;
}
.index .study_flow .flow b{
	font-size: 18px;
	text-align: center;
	display: block;
    margin-top: 5px;
}
.index .study_flow .flow >i{
	width: 35px;
	height: 35px;
	display: inline-block;
	background: url(../img/study_flow_arrow.png) top center no-repeat;
    margin: 0 10px;
}
.notice_list .list .container{
	padding: 20px;
    border: solid 1px #ddd;
    background-color: #fff;
    margin-top: 10px;
}
.notice_list .list .container >h2{
	color: #515151;
	font-size: 18px;
	margin: 0 0 5px 0;
}
.notice_list .list .container >ul li{
	line-height: 35px;
	margin-top: 5px;
	border-bottom: dashed 1px #ccc;
    padding: 0 10px;
    position: relative;
}
.notice_list .list .container >ul li a{
	color: #505050;
	font-size: 14px;
}
.notice_list .list .container >ul li span{
	color: #fff;
    width: 70px;
    height: 20px;
    background-color: #ccc;
    float: right;
    line-height: 20px;
    padding: 2px 4px;
    vertical-align: middle;
    display: table;
    margin-top: 3px;
}
.notice_list .list .container >ul li:before{
	content: '';
    width: 4px;
    height: 3px;
    position: absolute;
    left: 0px;
    top: 16px;
    background: #505050;
}
.notice_list .list .container >ul b{
	font-size: 20px;
	font-weight: normal;
	display: block;
	text-align: center;
	margin-top: 40px;
	color: #999;
}
.notice_list article{
	padding-bottom: 65px;
    background-color: #f8f8f8;
}
.detail .container{
	padding: 20px;
    border: solid 1px #ddd;
    background-color: #fff;
    margin-top: 10px;
    color: #505050;
}
.detail .container >h2{
	color: #515151;
	font-size: 20px;
	margin: 20px 0 5px 0;
	font-weight: bold;
	text-align: center;
}
.detail .container >p{
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
}
.detail .container >.content{
	padding: 15px 20px;
}
.notice_detail article{
	padding-bottom: 10px;
    background-color: #f8f8f8;
}
.course_detail article{
	background-color: #fff;
}
.course_detail .top{
	background-color: #3a4050;
	position: relative;
}
.course_detail .top .content{
	position: relative;
	padding: 18px 18px 30px 0;
}
.course_detail .crumb{
	color: #fff;
    height: 40px;
    line-height: 40px;
    border-bottom: solid 1px #535866;
    margin-top: 10px;
}
.course_detail .crumb a{
	color: #8f98b6;
}
.course_detail .top > img{
	width: 30%;
}
.course_detail .top .right{
	width: calc(100% - 365px);
	float: right;
	display: inline-block;
	color: #fff;
}
.course_detail .top .right h3{
	margin: 0;
	font-size: 20px;
	font-weight: bold;
}
.course_detail .top .right h3 span{
	font-size: 14px;
	font-weight: normal;
}
.course_detail .top .right h5{
	margin: 8px 0 0 0;
	font-size: 14px;
	color: #8f98b6;
}
.course_detail .top .right h5 a{
	color: #8f98b6;
}
.course_detail .top .right p{
	margin-top: 16px;
    line-height: 22px;
    margin-bottom: 95px;
}
.course_detail .top .play{
	font-size: 18px;
	background-color:#3e69dc; 
	padding: 10px 25px 10px 30px;
	position: absolute;
	bottom: 30px;
	color: #fff;
	cursor: pointer;
}
.course_detail .top .play img{
	vertical-align: text-bottom;
	margin-left: 5px;
}
.course_detail .top .play:hover{
	color: #fff;
	background-color: #3164e1; 
}
.course_detail .top .show{
	position: absolute;
	bottom: 30px;
	left:540px;
}
.course_detail .top .show a{
	width: 55px;
    height: 55px;
    border-radius: 55px;
    display: block;
    padding-top: 13px;
    line-height: 15px;
    text-align: center;
    float: left;
    color: #fff;
    margin: 0 8px;
}
.course_detail .top .show a{
	width: 55px;
    height: 55px;
    border-radius: 55px;
    display: block;
    padding-top: 13px;
    line-height: 15px;
    text-align: center;
    float: left;
    color: #fff;
    margin: 0 8px;
}
.course_detail .top .show a:first-child{
	background-color: #28c29a;
}
.course_detail .top .show a:nth-child(2){
	background-color: #5f55ce;
}
.course_detail .top .show a:nth-child(3){
	background-color: #ff6d6a;
}
.course_detail .top .share{
	position: absolute;
	bottom: 30px;
	right: 0px;
}
.course_detail .top .share b{
	font-weight: normal;
	color: #8f98b6;
	vertical-align: bottom;
}
.course_detail .top .star{
	position: absolute;
    right: 0;
    top: 62px;
}
.course_detail .top .star img{
	display: inline-block;
}
.course_detail .top .star span{
	display: inline-block;
	font-size: 26px;
	color: #ff7616;
    vertical-align: middle;
}
.course_detail .tab{
	padding-bottom: 20px;
}
.course_detail .tab h2{
	border-bottom: solid 2px #3a4050;
	display: block;
	height: 37px;
}
.course_detail .tab h2 a{
	width: 95px;
	height: 35px;
	line-height: 35px;
    text-align: center;
	display: block;
	float: left;
	font-size: 16px;
	color: #4d4d4d;
	border-top: solid 1px #eaeaea;
	border-right: solid 1px #eaeaea;
}
.course_detail .tab h2 a:first-child{
	border-left: solid 1px #eaeaea;
}
.course_detail .tab h2 a.click{
	border-color: #3a4050;
	background-color: #3a4050;
	color: #fff;
}
.course_detail .tab .table{
	border-collapse:collapse;
}
.course_detail .tab #speech-area .form-group{
    margin: 15px 0 0 0;
}
.course_detail .tab .table th{
	text-align: center;
    background-color: #e3e7f1;
    border: 1px solid #666;
    height: 42px;
    width: 13%;
    line-height: 42px;
    vertical-align: middle;
    padding: 0;
}
.course_detail .tab .table th:nth-child(2){
	width: 45%;
}
.course_detail .tab .table td{
	border:1px solid #666;
	text-align: center;
	padding: 20px 30px;
	vertical-align: middle;
}
.course_detail .tab .table td >h2{
	margin: 0;
	border: 0;
	height: auto;
	line-height: 27px;
}
.course_detail .tab .table td:nth-child(2){
	text-align: left;
	color: #7d7d7d;
}
.course_detail .tab .table td b{
	font-size: 16px;
}
.course_detail .tab .table .download{
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #3e6adc;
	color: #fff;
    border: 0;
    border-radius: 2px;
    display: inline-block;
}
.course_detail .tab .table .upload{
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #28c29a;
	color: #fff;
    border: 0;
    border-radius: 2px;
    display: inline-block;
}
.school_list .title{
	margin-bottom: 0;
}
.school_list .list{
	padding-bottom: 20px;
}
.school_list .list .block{
	padding: 40px 0 45px 0;
	width: calc(33.33% - 10px);
	float: left;
	background-color: #fff;
}
.school_list .list .block{
	margin: 15px 0 0 15px;
	position: relative;
}
.school_list .list .shadow{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #5f56cd;
	padding: 50px 30px 30px 30px;
}
.school_list .list .shadow >h1{
	color: #fff;
	margin: 0;
	text-align: center;
	font-weight: bold;
	height: 78px;
}
.school_list .list .shadow >span{
	color: #fff;
	text-align: center;
	display: block;
	margin: 15px 0 20px 0;
}
.school_list .list .shadow >button{
	width: 145px;
	height: 40px;
    display: block;
	margin: 0 auto;
	border: 0;
	border-radius: 5px;
	background-color: #fff;
	color: #5f56cd;
}
.school_list .list .block:nth-child(3n+1){
	margin-left: 0;
}
.school_list .list .font >h3{
	font-size: 20px;
	color: #3964d7;
	margin: 0;
	padding-right: 15px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.school_list .list .font >span{
	font-size: 14px;
	color: #3964d7;
	margin: 0;
}
.school_list .list .font >p{
	margin-top: 20px;
	color: #505050;
	padding-right: 15px;
	height: 100px;
	overflow: hidden;
}
.school_list .list .block >img{
	float: left;
    margin: 20px 15px 0 15px;
    vertical-align: middle;
    width: 115px;
}
.school_list .list .block >.font{
	float: right;
	width: calc(100% - 145px);
}
.school_detail .top{
	background-color: #3a4050;
	position: relative;
}
.school_detail .top .content{
	padding: 15px 0;
}
.school_detail .top .content >img{
	margin: 0 18px;
}
.school_detail .crumb{
	color: #fff;
    height: 40px;
    line-height: 40px;
    border-bottom: solid 1px #535866;
    margin-top: 10px;
}
.school_detail .crumb a{
	color: #8f98b6;
}
.school_detail .top .img{
	width: 180px;
    height: 180px;
    line-height: 180px;
    background-color: #fff;
    display: block;
    float: left;
    margin: 0 25px 25px 0;
    text-align: center;
}
.school_detail .top .right{
	width: calc(100% - 205px);
	float: right;
	display: inline-block;
	color: #fff;
}
.school_detail .top .right h3{
	margin: 0;
	font-size: 20px;
	font-weight: bold;
}
.school_detail .top .right p{
	margin-top: 16px;
	line-height: 22px;
	height: 88px;
	overflow: hidden;
}
.school_detail .top .url{
	position: absolute;
    bottom: 21px;
    color: #8f98b6;
    cursor: pointer;
}
.school_detail article{
	background-color: #fbfbfb;
	padding-bottom: 60px;
}
.school_course{
	margin-top: 10px;
}
.school_course a{
	width: calc(33.33% - 14px);
	margin: 20px 0 0 20px;
	padding-bottom: 10px;
	background-color: #fff;
	display: block;
    float: left;
    position: relative;
    line-height: 15px;
    cursor: pointer;
}
.school_course a>img{
	width: 348px;
	height:234px
}
.school_course a:nth-child(3n+1){
	margin-left: 0;
}
.school_course a i{
	position: absolute;
	top: 0;
	left: 12px;
	width: 46px;
	height: 57px;
	background: url(../img/icon_score.png) center center no-repeat;
	font-style: normal;
	font-size: 12px;
	color: #fff;
	text-align: center;
}
.school_course a i >b{
	font-size: 20px;
    line-height: 26px;
}
.school_course a h5{
	font-weight: bold;
	color: #505050;
	padding: 0 15px;
}
.school_course a .prople{
	color: #8f8f8f;
	width: 70%;
	float: left;
	padding-left: 15px;
}
.school_course a .times{
	color: #8f8f8f;
	width: 30%;
	float: right;
	text-align: right;
	padding-right: 15px;
}
.search_title h2{
	display: block;
    margin: 60px 0 0 0;
    color: #3e69dc;
    font-size: 26px;
    text-align: center;
}
.search_title b{
	color: #505050;
}

.course .course_all .school .shadow img{
	width: 68px;
	height: 68px;
}

.continue_add:hover{
	color: #333;
	cursor: pointer;
}
.swiper-slide a{
    display: block;
}
.swiper-slide img{
    width: 1085px;
    height: 376px;
}

/* 21-7-19*/
#dlg-transfer .modal-dialog {
	width: 750px;
	margin-top: 10%;
}
#dlg-transfer .modal-content {
	position: relative;
	height: 424px;
	background: url('/img/transfer.jpg?t=0720') no-repeat center;
}

#dlg-transfer .modal-close {
	position: absolute;
	display: inline-block;
	top: 0;
	right: 0;
	width: 34px;
	height: 34px;
}