html{
	background: #f5f8fa;
}

body {
	font-family: "微软雅黑";
	font-size:16px;
	color: #555;

}

ul li{
	list-style: none;
}

a{
	color: #666;
	text-decoration: none;
	font-size: 16px;
}

a:hover{
	color: #23b8ff;
}

/*---------top_bar---------*/
#top_bar{
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #ddd;
	background: #fff;
}

.top_bar_in{
	width: 1200px;
	margin: 0 auto;
}

.top_bar_in p{
	float: left;
	line-height: 40px;
	font-size: 14px;
}

.top_bar_in p a{
	color: #333;
	font-size: 14px;
}

.top_bar_in p a:hover{
	color: #23b8ff;
}

.top_bar_in>a{
	margin-top: 13px;
	float: right;
	font-size: 14px;
}

/*--------------header---------------*/
#header{
	width: 100%;
	height: 110px;
	background: #fff;
}

.header_in{
	width: 1200px;
	height: 110px;
	margin: 0 auto;
}

.header_in h1,
.header_in ul{
	float: left;
}

.header_in h1{
	width: auto;
	overflow: hidden;
}

.header_in h1 a{
	width: auto;
	height: 110px;
	display: block;
	line-height: 138px;
}

.header_in ul{
	width: 700px;
	height: 80px;
	border-left: 1px solid #eee;
	margin: 16px 0 0 20px;
	padding-left: 20px;
}

.header_in ul li{
	font-size: 14px;
	color: #999;
	height: 30px;
}

.header_in .tel{
	height: 110px;
	background: url(../images/phone.png) no-repeat left center;
	float: right;
	padding-left: 47px;
	color: #23b8ff;
	font-weight: 400;
	font-size: 22px;
	line-height: 110px;

}

/*----------nav------------*/

#nav{
	width: 100%;
	height: 60px;
	background: #fff;
}

.nav_in{
	width: 1200px;
	height: 60px;
	margin: 0 auto;
}

.nav_in li{
	float: left;
	line-height: 60px;
	margin-right: 89px;
}

.nav_in li a{
	font-size: 18px;
}

.nav_in li:last-of-type{
	margin-right: 0;
}

/*----------banner-------------*/
#banner{
	width: 100%;
	height: 445px;
	position: relative;
}

#banner img{
	width: 100%;
	height: 445px;
}

.banner_in{
	width: 1200px;
	height: 445px;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	right: 50%;
	margin-top: -222px;
	top: 50%;
	bottom: 50%;
}

#banner form{
	width: 260px;
	height: 330px;
	background: #fff;
	margin-left: auto;
	margin-top: 15px;
}

form .top{
	width: 260px;
	height: 75px;
	padding-top: 25px;
	background: url(../images/audition_bg.png) no-repeat;
}

form .top p{
	color: #333;
	text-align: center;
}

form .top p:first-of-type{
	font-size: 18px;
	height: 28px;
}

form .down{
	/*width: 220px;*/
	/*height: 300px;*/
	padding: 10px 20px;
	overflow: hidden;
	background: #fff;
}

form .down input{
	width: 220px;
	height: 40px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	font-size: 14px;
	padding-left: 33px;
	background: url(../../images/name_icon.png) no-repeat 10px center;
	margin-bottom: 10px;
}

form .down input:nth-of-type(2){
		background: url(../../images/phone_icon.png) no-repeat 10px center;
}

form .down input:nth-of-type(3){
		background: url(../../images/course_icon.png) no-repeat 10px center;
}

form .down input:last-of-type{
	background: none;
	background: #23b8ff;
	color: #fff;
	border: none;
	padding: 0;
	text-align: center;
	cursor: pointer;

}


/*----------content-------------*/
.con2{
	width:100%;
}

.con2_in{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.course_nav_sum{
	width: 100%;
	/*overflow: hidden;*/
	background: #fff;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}

.course_nav{
	width: 1200px;
	/*overflow: hidden;*/
	margin: 0 auto;
	padding: 20px 0;
	background: #fff;
	
}

.course_nav_til{
	width: 1200px;
	overflow: hidden;
	margin: 70px 0 20px;
	border-bottom: 1px solid #ecf0f2;
	padding-bottom: 10px;
}

.course_nav_til h2{
	font-size: 30px;
	color: #333;
	text-align: center;
	height: 54px;
}

.course_nav_til p{
	font-size: 18px;
	color: #ccc;
	text-align: center;
}
.course_nav {
    display: flex;
    align-items: center;
}
.course_nav .category-box{
    position: relative;
    flex:1;
    width: 1200px;
    height: 35px;
    padding-left: 10px;
}
.course_nav ul{
    position: absolute;
    left: 10px;
    top: 0px;
	height: 35px;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	z-index: 999999;
	background: #FFF;
	
}

.course_nav ul li{
	/*width: 145px;*/
	/*height: 50px;*/
	/*border: 1px solid #dfe7eb;*/
	border: none;
	border-radius: 22px;
	box-sizing: border-box;
	text-align: center;
	/*line-height: 50px;*/
	/*float: left;*/
	margin-right: 15px;
	margin-bottom: 10px;
	
}

.course_nav ul li:last-of-type{
	margin-right: 0;
}

.course_nav ul li a{
	/*width: 145px;*/
	/*height: 50px;*/
	display: block;
	padding: 8px 10px;
	font-size: 14px;
}

.course_nav ul li:hover{
	background: #23b8ff;
	
}
.course_nav ul li:hover a{
    color: #FFF;
}
.course_nav .more-btn{
    font-size: 14px;
}

.show-category{
    height: auto !important;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 28px 8px;
}

.con2 .organ{
	width: 1200px;
	height: 306px;
	margin: 0 auto 40px;
}

.con2 .organ li{
	width: 276px;
	overflow: hidden;
	float: left;

	padding: 5px;
	margin-right: 14px;
	overflow: hidden;
}

.con2 .organ li:last-of-type{
	margin-right: 0;
}

.con2 .organ li a{
	width: 276px;
	overflow: hidden;
	float: left;
}

.con2 .organ li:hover{
	padding: 5px;
	box-shadow: 0px 0px 20px 0 #ccc;
	background: #fff;
}


.con2 .organ dt{
	width: 276px;
	height: 180px;
}

.con2 .organ dt img{
	width: 276px;
}

.con2 .organ dd{
	border: 1px solid #e4ecf3;
	box-sizing: border-box;
	padding-left: 20px;
	background: #fff;
	overflow: hidden;
	padding-bottom: 20px;
}

.con2 .organ dd h3{
	font-size: 18px;
	color: #333;
	margin-top: 20px;
}

.con2 .organ dd{
	padding-top: 20px;
}

.con2 .change{
	width: 100%;
	height: 58px;
	overflow: hidden;
	margin: -250px auto 0;
	float: left;
	position: relative;
	z-index: 1;
}

.con2 .change .change_in{
	width: 1200px;
	height: 58px;
	margin: 0 auto;
}

.con2 .change .change_in a{
	width: 35px;
	height: 58px;
	float: left;
	margin-left: -65px;
	background: url(../images/arr_l.png) no-repeat;
}

.con2 .change .change_in a:last-of-type{
	float: right;
	margin-right: -65px;
	background: url(../images/arr_r.png) no-repeat;
}

.con3{
	width: 100%;
	background: #fff;
}

.con3 .con3_top{
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #f4f4f4;
}

.con3_top .con3_tab{
	width: 1200px;
	height: 60px;
	margin: 0 auto;
}

.con3_top .con3_tab li{
	margin:0 30px;
	height: 60px;
	float: left;
	line-height: 60px;
	border-bottom: 3px solid #fff;
}

.con3_top .con3_tab li a{
	font-size: 20px;
	height: 60px;
	float: left;
}

.con3_top .con3_tab li:hover{
	border-bottom: 3px solid #23b8ff;
}

.con3_top .con3_tab li:first-of-type a{
	color: #23b8ff;
}

.con3_top .con3_tab li:first-of-type{
	border-bottom: 3px solid #23b8ff;
}

.con3_down{
	width: 1200px;
}

.con3_down .organ{
	margin-top: 40px;
}





/*.con3_down .organ:last-of-type{
	margin-bottom: 20px;
}*/

.con3_down .organ span{
	font-size: 14px;
	color: #999;
	margin-top: 16px;
}

.con3_down .organ span:first-of-type{
	background: url(../images/course_time.png) no-repeat left center;
	padding-left: 23px;
	float: left;
}

.con3_down .organ span:last-of-type{
	background: url(../images/add_icon.png) no-repeat left center;
	padding-left: 23px;
	float: right;
	margin-right: 20px;
}

.con3_down .organ dd{
	border: 1px solid #fff;
}


.con3_down .organ a:hover{
	color: #999;
}

.more{
	width: 120px;
	height: 60px;
	background: #23b8ff;
	margin: 0 auto 70px;
}

.more a{
	width: 120px;
	height: 60px;
	display: block;
	text-align: center;
	line-height: 60px;
	color: #fff;
}

.more a:hover{
	color: #fff;
}

.con4{
	width: 100%;
	overflow: hidden;
	background: url(../images/intro_bg.png) no-repeat;
	background-size: 100% 100%;
}

.con4_in{
	width: 1200px;
	overflow: hidden;
	margin: 50px auto;
}

.con4 .con4_left{
	width: 570px;
	height: 500px;
	float: left;
}

.con4 .con4_left h3{
	font-size: 30px;
	color: #333;
	margin-top: 60px;
}

.con4 .con4_left h3 span{
	font-size: 18px;
	color: #ccc;
}

.con4 .con4_left p{
	line-height: 36px;
	margin-top: 30px;
}

.con4 .con4_left ul{
	margin-top: 10px;
}

.con4 .con4_left li{
	width: 98px;
	height: 50px;
	border: 1px solid #23b8ff;
	box-sizing: border-box;
	background: #f2fbff;
	float: left;
	margin-right: 20px;
}

.con4 .con4_left li:last-of-type{
	margin-right: 0;
}

.con4 .con4_left li a{
	width: 98px;
	height: 50px;
	display: block;
	color: #23b8ff;
	text-align: center;
	line-height: 50px;
}

.con4 .con4_right{
	width: 570px;
	height: 500px;
	float: right;
}

.con4 .con4_right img{
	width: 570px;
	height: 500px;
}

.con5,.con7{
	width: 1200px;
	overflow: hidden;
	margin: 0 auto 70px;
}

.con5 .con5_down{
	width: 1200px;
	overflow: hidden;
}

.con5 .con5_down dl{
	width: 262px;
	overflow: hidden;
	float: left;
	margin-right: 50px;
}

.con5 .con5_down dl:last-of-type{
	margin-right: 0;
}

.con5 .con5_down dl a{
	width: 262px;
	overflow: hidden;
	display: block;
}

.con5 .con5_down dd h3{
	font-size: 20px;
	color: #333;
	text-align: center;
	margin-top: 16px;
}

.con5 .con5_down dd span{
	width: 30px;
	height: 4px;
	background: #23b8ff;
	display: block;
	margin: 20px auto;
}

.con5 .con5_down dd p{
	line-height: 28px;
	text-align: center;
}

.con6{
	width: 100%;
	overflow: hidden;
	background: #fff;
}

.con6 .con6_in{
	width: 1200px;
	overflow: hidden;
	margin: 0 auto 70px;
}

.con6 .con6_down{
	width: 1200px;
	overflow: hidden;
}

.con6 .con6_down ul{
	width: 300px;
	overflow: hidden;
	float: left;
}

.con6 .con6_down ul li:first-of-type{
	color: #333;
	font-size: 20px;
	border-left: 3px solid #23b8ff;
	padding-left: 13px;
	margin-bottom: 26px;
}

.con6 .con6_down li{
	width: 280px;
	margin-bottom: 20px;
}

.con6 .con6_down li span{
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #e1e1e1;
	float: left;
	margin: 10px 10px 0 0;
}

.con6 .con6_down li a{
	font-size: 14px;
}
.con6 .con6_down li:first-child a{
	font-size: 20px;
}
.con7 .envir{
	width: 1200px;
	height: 260px;
	padding: 20px 0;
	background: #fff;
	overflow: hidden;
}

.con7 .envir_in{
	width: 1160px;
	height: 260px;
	margin-left: 20px;
	overflow: hidden;
	position: relative;
	/*border:1px solid blue;*/
}

.con7 .envir ul{
	position: absolute;
	left: 0;
	top:0;
	height: 260px;
	/*border:1px solid red;*/
}

.con7 .envir ul li{
	float: left;
	margin-right: 20px;
}

.con8{
	width: 100%;
	overflow: hidden;
	background: url(../images/add_bg.png) no-repeat;
}

.con8 .con8_in{
	width: 1200px;
	overflow: hidden;
	margin: 0 auto 70px;
}

.con8_in .course_nav_til{
	border-bottom: none;
	margin-bottom: 0;
}

.con8_in .con8_left,
.con8_in .con8_right{
	width: 580px;
	height: 425px;
}

.con8_in .con8_left{
	float: left;
}

.con8_left li{
	width: 560px;
	height: 60px;
	font-size: 18px;
	color: #333;
	line-height: 60px;
	padding-left: 20px;
	cursor: pointer;
	background: #f2f2f2 url(../images/arr_d.png) no-repeat 530px center;
	margin-bottom: 6px;
	overflow: hidden;
}

.con8_left li:first-of-type{
	background: #f2f2f2 url(../images/arr_t.png) no-repeat 530px center;
}

.con8_left li:last-of-type{
	margin-bottom: 0;
}

.con8_left ul .school_title{
	width: 500px;
	padding:10px 20px;
	overflow: hidden;
	margin-top: -10px;
	overflow: hidden;
}
.con8_left ul .contact_info{
	width: 500px;
	padding:10px 20px;
	overflow: hidden;
	margin-top: -10px;
	overflow: hidden;
}
.con8_left ul div span{
	font-size: 16px;
	color: #555;
	/*height: 32px;*/
	display: block;
	line-height: 24px;
}

.con8_in .con8_right{
	float: right;
	position: relative;
}

.con8_in .con8_right p{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 580px;
	height: 50px;
	background: rgba(0,0,0,0.6);
	text-align: center;
	line-height: 50px;
}

.con8_in .con8_right p a{
	color: #fff;
	background: url(../images/look.png) no-repeat left center;
	padding-left: 30px;
}

.list_blogroll{
	width: 100%;
	overflow: hidden;
}

.list_blogroll_top{
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #e1e1e1;
	margin: 20px 0;
}

.list_blogroll_top .list_blogroll_in{
	width: 1200px;
	margin: 0 auto;
}

.list_blogroll_top ul{
	width: 510px;
	margin: 0 auto;
}

.list_blogroll_top ul li{
	float: left;
	margin-right: 60px;
	height: 40px;
	border-bottom: 3px solid #f5f8fa;
}

.list_blogroll_top ul li:last-of-type{
	margin-right: 0;
}

.list_blogroll_top ul li:first-of-type a{
	color: #23b8ff;
}
 .current_a{
	color: #23b8ff;
}
.list_blogroll_top ul li:first-of-type{
	border-bottom: 3px solid #23b8ff;
}

.list_blogroll_top ul li:hover{
	border-bottom: 3px solid #23b8ff;
}

.list_blogroll_top ul li a{
	width: auto;
	height: 40px;
	font-size: 20px;
	display: block;
}

.list_blogroll_down{
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}
.list_blogroll_down ul{
	overflow: hidden;
	display: none;
}
.list_blogroll_down li{
	float: left;
	margin:0 40px 30px 0;
}

.list_blogroll_down li a:hover{
	color: #333;
}

#footer{
	width: 100%;
	background: #f2f2f2;
	padding: 20px 0;
	/*margin-bottom: 166px;*/
}

#footer ul{
	width: 320px;
	margin: 0 auto;
	overflow: hidden;
}

#footer ul li{
	float: left;
	margin-right: 40px;
}

#footer ul li:last-of-type{
	margin-right: 0;
}

#footer ul li a:hover{
	color: #fff;
}

#footer p{
	text-align: center;
	margin-top: 5px;
}
#footer p:first-child{
   margin-bottom:10px;
  margin-bottom:50px;
}

#apply{
	width: 100%;
	overflow: hidden;
	background: rgba(0,0,0,0.7);
	position: fixed;
	left: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 3;
}

.apply_in{
	width: 1500px;
	margin: 30px auto;
}

.apply_in .apply_in_top{
	width: 1200px;
	overflow: hidden;
}

.apply_in p{
	float: left;
	color: #23b8ff;
	font-weight: bold;
	line-height: 36px;
}

.apply_in p:first-of-type{
	font-size: 24px;
	line-height: 28px;
}

.apply_in p:nth-of-type(2){
	color: #fff;
	font-weight: normal;
}

.apply_in p:nth-of-type(3){
	margin: 0 20px 0 25px;
}

.apply_in .apply_in_down{
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}

.apply_in .apply_in_down input{
	width: 210px;
	height: 50px;
	border: none;
	padding-left: 20px;
	margin-right: 30px;
	float: left;
	border-radius: 2px;
}

.apply_in .apply_in_down input:last-of-type{
	float: right;
	background: #23b8ff;
	color: #fff;
	width: 150px;
	font-size: 18px;
	padding: 0;
}
/*-----------contact----------------*/
#content{
	width: 100%;
	overflow: hidden;
	background: #fff;
}

.contact_in{
	width: 1200px;
	overflow: hidden;
	margin: 0 auto 70px;
}

.contact_left{
	width: 850px;
	float: left;
   overflow:hidden;
}

.contact_left img{
	max-width:100%;
}

.list_til{
	width: 850px;
	overflow: hidden;
	margin-bottom: 50px;
}

.list_til h2{
	float: left;
	font-size: 30px;
	color: #333;
	margin-right: 20px;
}

.list_til p{
	float: left;
	font-size: 20px;
	color: #ccc;
	margin-top: 9px;
}

.list_til span{
	float: right;
	width: 562px;
	height: 1px;
	background: #ddd;
	margin-top: 21px;
}

.contact_add{
	width: 850px;
	overflow: hidden;
	margin-bottom: 70px;
}

.contact_add dl{
	width: 283px;
	overflow: hidden;
	float: left;
}

.contact_add dl dt{
	width: 80px;
	height: 105px;
	margin: 0 auto;
}

.contact_add dl dd h4,
.contact_add dl dd p{
	text-align: center;
}

.contact_add dl dd h4{
	font-size: 20px;
	color: #333;
	height: 40px;
}

.contact_add dl dd p{
	width: 243px;
	margin: 0 auto;
	line-height: 28px;
}

.intro_course{
	width: 850px;
	overflow: hidden;
}

.intro_teacher dl dt{
	width: 262px;
	height: 300px;
}

.intro_teacher dl dt img{
	width: 262px;
	height: 300px;
}

.list_s_til{
	overflow: hidden;
	height: 40px;
	font-size: 20px;
	color: #333;
	background: url(../images/list_bg.png) no-repeat left 8px;
	padding-left: 23px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
}

.intro_course:last-of-type{
	margin-top: 30px;
}

.intro_course dl{
	width: 253px;
	overflow: hidden;
	float: left;
}

.intro_course dl:nth-of-type(2){
	margin: 0 45px;
}

.intro_course dl h3{
	text-align: center;
	font-size: 20px;
	color: #333;
	height: 60px;
	line-height: 60px;
}

.contact_right{
	width: 300px;
	overflow: hidden;
	float: right;
}

.list_choose .list_s_til{
	border-bottom: none;
	margin-bottom: 15px;
}

.list_choose input{
	width: 300px;
	height: 40px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	margin-bottom: 20px;
	background: url(../images/name_icon.png) no-repeat 10px center;
	padding-left: 32px;
	font-size: 14px;
}

.list_choose input:nth-of-type(2){
	background: url(../images/phone_icon.png) no-repeat 10px center;
}

.list_choose input:nth-of-type(3){
	background: url(../images/course_icon.png) no-repeat 10px center;
}

.list_choose input:nth-of-type(5){
	background:none;
	padding: 0;
	border: none;
	background: #23b8ff;
	color: #fff;
	cursor: pointer;
	margin-bottom: 50px;
}

.new_article{
	width: 300px;
	overflow: hidden;
	margin-bottom: 50px;
}

.new_article:last-of-type{
	margin-bottom: 0;
}

.new_article h3{
	margin-bottom: 20px;
}

.new_article li{
	font-size: 14px;
	color: #555;
	margin-bottom: 20px;
}

.new_article li:last-of-type{
	margin-bottom: 0;
}

.new_article li span{
	width: 4px;
	height: 4px;
	background: #e1e1e1;
	border-radius: 50%;
	float: left;
	margin: 10px 10px 0 0;
}

.list_blogroll .list_blogroll_page{
	margin: 0;
}

/*----------course_detail--------------*/
.course_detail{
	margin-top: 0;
}

.course_detail .contact_left p{
	height: 58px;
	line-height: 58px;
	font-size: 14px;
	color: #999;
}

.course_detail_top{
	width: 850px;
	height: 263px;
}

.course_detail_l{
	width: 350px;
	height: 263px;
	float: left;
}

.course_detail_r{
	width: 470px;
	height: 263px;
	float: right;
}

.course_detail_r h3{
	font-size: 24px;
	color: #333;
	height: 50px;
}

.course_detail_r ul{
	width: 470px;
	overflow: hidden;
	margin-bottom: 10px;
}

.course_detail_r ul li{
	float: left;
	font-size: 14px;
	color: #999;
	height: 38px;
}

.course_detail_r ul li:nth-of-type(odd){
	width: 200px;
}

.course_detail_r ul li:nth-of-type(even){
	width: 270px;
}

.course_detail_r ul li:last-of-type{
	color: #23b8ff;
}

.course_detail_r a{
	width: 145px;
	height: 50px;
	display: block;
	background: #e5f7ff;
	float: left;
	color: #23b8ff;
	text-align: center;
	line-height: 50px;
}

.course_detail_r a:last-of-type{
	background: #ffebe0;
	color: #f96210;
	margin-left: 55px;
}

.course_detail_txt{
	width: 850px;
	overflow: hidden;
	margin-top: 50px;
}

.course_detail_txt h4{
	font-size: 20px;
	color: #333;
	border-left: 3px solid #23b8ff;
	padding-left: 13px;
	margin-bottom: 20px;
}

.course_detail .course_detail_txt p{
	height: auto;
	line-height: 32px;
	font-size: 16px;
	color: #555;
}

.course_detail .course_detail_txt p a,
.course_detail .course_detail_txt p span{
	/*color: #23b8ff;*/
}
.course_detail_txt a{
    color: blue;
    font-size: inherit;
    cursor: pointer;
}

.course_detail_txt strong{
    font-weight: bold;
}

.contact_left .course_detail_txt div p{
	margin-bottom: 0;
	float: left;
	/*line-height: 87px;*/
	margin-right: 20px;
}

/*.course_detail_txt div a{*/
/*	width: 145px;*/
/*	height: 50px;*/
/*	float: left;*/
/*	text-align: center;*/
/*	line-height: 50px;*/
/*	background: #e5f7ff;*/
/*	color: #23b8ff;*/
/*	margin-top: 20px;*/
/*}*/

.course_left .list_til{
	margin-bottom: 0;
}

.train_con2_left dl{
	width: 840px;
	height: 180px;
	padding:10px 0 30px 10px;
	border-bottom: 1px solid #f3f6f9;
	margin-top: 20px;
}

.train_con2_left dl:hover{
	border-bottom: 2px solid #23b8ff;
	box-shadow: 0px 0px 20px 0 #ccc;
}

.train_con2_left dl dt{
	width: 255px;
	height: 180px;
	float: left;
}

.train_con2_left dl dd{
	width: 555px;
	float: right;
}

.train_con2_left dd h3{
	font-size: 18px;
	margin-bottom: 20px;
	color: #333;
}

.dynamic_con2_left dl h3{
	margin-top: 20px;
	height: 38px;
}

.train_con2_left dd ul{
	width: 550px;
	overflow: hidden;
}

.train_con2_left dd li{
	width: 165px;
	background: url(../images/course_time.png) no-repeat left center;
	color: #999;
	padding-left: 22px;
	float: left;
	margin-bottom: 15px;
	font-size: 14px;
}

.train_con2_left dd li:nth-of-type(2){
	background: url(../images/money_icon.png) no-repeat left center;
}

.train_con2_left dd li:nth-of-type(3){
	background: url(../images/add_icon.png) no-repeat left center;
}

.train_con2_left dd li:nth-of-type(4){
	background: url(../images/course_see.png) no-repeat left center;
}

.train_con2_left dd h3 a{
	font-size: 18px;
	color: #333;
}

.train_con2_left dd h3 a:hover{
	color: #23b8ff;
}

.train_con2_left dd li a{
	color: #555;
	font-size: 14px;
}

.train_con2_left dd li a:hover{
	color: #23b8ff;
}

.train_con2_left dd p{
	font-size: 14px;
	line-height: 30px;
}

.train_con2_left dd p a{
	font-size: 14px;
}
.page_wrap{
	display: block;
	text-align: center;
}
.page{
	margin: 50px auto 0;
	border: 1px solid #f3f6f9;
	box-sizing: border-box;
	text-align: center;
	display: inline-block;
}

.page li{
	float: left;
	border-right: 1px solid #f3f6f9;
	box-sizing: border-box;
}

.page li:last-of-type{
	border-right: none;
}

.page li a{
	padding: 10px 18px;
	text-align: center;
	display: block;
}

.page li a:hover{
	background: #e5f7ff;
	color: #23b8ff;
}
.page .active{
	background: #e5f7ff;
	color: #23b8ff;
	/*padding: 10px 18px;*/
	text-align: center;
	display: block;
}

.page .disabled{
	color:#B7C9E8;
	padding: 10px 18px;
	text-align: center;
	display: block;
}



.course_detail .contact_right{
	margin-top: 70px;
}

/*---------dynamic----------------*/
.dynamic_in{
	margin: 0 auto;
}


/*--------dynamic_detail-------------*/
.dy_left .list_til{
	margin-bottom: 0;
}


.dy_con2_left>h3{
	text-align: center;
	color: #333;
	font-size: 20px;
	margin-top: 30px;
	height: 45px;
}

.dy_con2_left p{
	text-indent: 2em;
	line-height: 36px;
}

.dy_con2_left strong{
    font-weight: bold;
}

.dy_con2_left a{
    color: revert;
    font-size: unset;
    cursor: pointer;
}

/*------------envir---------------*/
.envir_con2_left ul{
	width: 850px;
	overflow: hidden;
	margin-top: 30px;
}

.envir_con2_left ul li{
	width: 263px;
	height: 200px;
	float: left;
	position: relative;
	margin:0 30px 30px 0;
}

.envir_con2_left ul li:nth-of-type(3),
.envir_con2_left ul li:nth-of-type(6),
.envir_con2_left ul li:nth-of-type(9),
.envir_con2_left ul li:nth-of-type(12){
	margin-right: 0;
}

.envir_con2_left ul li:nth-of-type(10),
.envir_con2_left ul li:nth-of-type(11),
.envir_con2_left ul li:nth-of-type(12){
	margin-bottom: 0;
}

.envir_con2_left ul li p{
	width: 263px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	background: rgba(0,0,0,0.6);
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
}

/*-----------profe------------------*/
.profe_left .list_til{
	margin-bottom: 20px;
}

.profe_left>p{
	line-height: 26px;
	/*text-indent: 2em;*/
}

/*------------teacher----------*/
.teacher_left .list_til{
	margin-bottom: 0;
}

.teacher_left dl{
	width: 840px;
	height: 160px;
	padding: 10px 0 30px 10px;
	border-bottom: 1px solid #f3f6f9;
	margin-top: 10px;
}

.teacher_left dl:last-of-type{
	margin-bottom: 50px;
}

.teacher_left dl:hover{
	box-shadow: 0px 0px 20px 0 #ccc;
	border-bottom: 2px solid #23b8ff;
}

.teacher_left dl:hover p{
	color: #666;
}

.teacher_left dl dt{
	width: 200px;
	height: 170px;
	float: left;
}

.teacher_left dl dd{
	width: 620px;
	height: 170px;
	float: right;
}

.teacher_left dd h3{
	font-size: 20px;
	color: #333;
	margin-bottom: 30px;
}

.teacher_left dd p{
	margin-bottom: 20px;
}

/*---------teacher_detail--------------*/
.teacher_detail .list_til{
	margin-bottom: 30px;
}

.teacher_detail>dl{
	width: 850px;
	overflow: hidden;
	margin-bottom: 20px;
}

.teacher_detail>dl dt{
	width: 262px;
	height: 300px;
	float: left;
}

.teacher_detail>dl dd{
	width: 560px;
	height: 285px;
	float: right;
}

.teacher_detail>dl dd p{
	line-height: 38px;
}

/*---------------add----------------*/
.list_map{
	width: 560px;
	height: 480px;
}

.add_txt{
	margin-top: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f3f6f9;
}

.add_txt:last-of-type{
	padding-bottom: 0;
}

.add_txt:hover a{
	color: #666;
}

.add_txt h5{
	border-left: 3px solid #23b8ff;
	padding-left: 13px;
	font-size: 20px;
	color: #333;
	margin-bottom: 20px;
}

.add_txt p{
	margin-bottom: 10px;
}

.add_txt:last-of-type{
	border-bottom: none;
}



/*文章详情*/
.current-location {
    height: 50px;
    line-height: 50px;
    color: #000000;
    padding: 0;
    background: #F7F9FB;
}
.current-location>p {
    font-size: 16px;
    color: #333;
}
.article_end{
	margin:15px auto;
	line-height: 30px;
  font-weight:bold;
}
.article_end strong{
	display: inline-block;
    padding: 1px 5px;
    background: rgba(33,184,255,.7);
    border-radius: 5px;
    margin: 7px 5px;
}
.article_end strong a{
	color:#fff;
}
.article_end .title{
	color:#23B8FF;
    font-weight:normal;
}
.article_end strong:hover{
	box-shadow:0px 0px 3px 0px #40BFFC;
}

.blue{
	color:#23B8FF;
}

/*文章详情*/
.article-title{
    font-weight: bold;
    font-size: 30px !important;
}

.article-info{
    display: flex;
    justify-content: space-between;
    color: #999;
    font-size: 14px;
    margin: 20px 0;
}

/******评论*****/
.min-box {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.text-line-1 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.text-line-2 {
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;/*è¶…å‡º2è¡Œå°±æ˜¾ç¤ºçœç•¥å·ï¼Œå¯ä»¥å¡«3æˆ–è€…å…¶å®ƒæ­£æ•´æ•°*/
}

.flex-col {
	display: flex;
	flex-direction: column;
}

.flex-row {
	display: flex;
	flex-direction: row;
}

.flex-1 {
	flex: 1;
}

.flex-wrap {
	display: flex;
	flex-wrap: wrap;
}

.justify-start {
	display: flex;
	justify-content: flex-start;
}

.justify-center {
	display: flex;
	justify-content: center;
}

.justify-end {
	display: flex;
	justify-content: flex-end;
}

.justify-evenly {
	display: flex;
	justify-content: space-evenly;
}

.justify-around {
	display: flex;
	justify-content: space-around;
}

.justify-between {
	display: flex;
	justify-content: space-between;
}

.align-start {
	display: flex;
	align-items: flex-start;
}

.align-center {
	display: flex;
	align-items: center;
}

.align-end {
	display: flex;
	align-items: flex-end;
}

.font-14 {
	font-size: 14px;
}

.font-16 {
	font-size: 16px;
}

.font-18 {
	font-size: 18px;
}

.comment-box{
  margin-top: 30px;
/*  width: 910px;*/
  padding:30px;
  background-color: #FFF;
  overflow: hidden;
}
.comment-title {
    height: 42px;
    font-size: 30px;
    font-weight: 600;
    color: #242B3A;
    line-height: 42px;
}
.comment-box .comment-list{
  width: 100%;
  overflow:hidden;
}
.comment-box .comment-list li{
  background-color: rgba(247, 248, 249, 1);
  border-radius: 8px;
  height: 152px;
/*  width: 850px;*/
  display: flex;
  flex-direction: column;
  justify-content: flex-center;
  margin-top: 20px;
}
.comment-box .comment-wrap{
    /*width: 810px;*/
    height: 79px;
    margin: 20px 0 0 20px;
}
.comment-box .content-wrap{
    /*width: 762px;*/
    flex: 1;
    margin-left: 15px;
    height: 76px;
    margin-top: 3px;
}
.comment-box .content-top{
  width: 463px;
    height: 20px;
}
.comment-box .comment-content{
  /*width: 762px;*/
    height: 44px;
    overflow-wrap: break-word;
    color: rgba(36, 43, 58, 1);
    font-size: 14px;
    text-align: left;
    line-height: 22px;
    margin-top: 12px;
}

.comment-box .dot{
    background-color: rgba(188, 191, 196, 1);
    border-radius: 50%;
    width: 2px;
    height: 2px;
    margin: 9px 0 0 8px;
}
.comment-box .point-img{
      width: 98px;
    height: 18px;
    margin: 1px 0 0 8px;
}

.comment-box .score-box{
  width: 35px;
    height: 20px;
    font-weight: 500;
    line-height: 20px;
    margin-left: 4px;
    overflow-wrap: break-word;
    color: rgba(253, 145, 1, 1);
    font-size: 14px;
    text-align: left;
    white-space: nowrap;
}

.comment-box .content-top>span:nth-child(n+2){
    width: 44px;
    height: 17px;
    overflow-wrap: break-word;
    color: rgba(144, 149, 157, 1);
    font-size: 12px;
    text-align: left;
    white-space: nowrap;
    line-height: 17px;
    margin: 2px 0 0 12px;
}
.comment-box .name{
    height: 20px;
    color: rgba(36, 43, 58, 1);
    font-size: 14px;
    line-height: 20px;
}


.comment-box .avatar-box{
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
}
.comment-box .avatar-box img{
  width: 100%;
  height: 100%;
}

.comment-box .comment-info{
  width: 193px;
  height: 17px;
  margin: 16px 0 20px 68px;
}
.comment-box .comment-info>span{
    height: 17px;
    overflow-wrap: break-word;
    color: rgba(144, 149, 157, 1);
    font-size: 12px;
    text-align: left;
    white-space: nowrap;
    line-height: 17px;
}
@font-face {
  font-family: 'iconfont';  /* Project id 4150454 */
  src: url('/static/pc/school/iconfont/iconfont.woff2?t=1689821630407') format('woff2'),
       url('/static/pc/school/iconfont/iconfont.woff?t=1689821630407') format('woff'),
       url('/static/pc/school/iconfont/iconfont.ttf?t=1689821630407') format('truetype');
}
.rating {
  display: flex;
  align-items: center;
}

.rating .star {
	position: relative;
	width: 16px;
	height: 16px;
	line-height: 16px;
	margin-right: 4px;
}

.rating .star:before{
	content: '\e73f';
    font-family: iconfont;
    font-size: 16px;
    position: absolute;
    top: 0;
    color: #E5E5E5;
}

.rating .star:after{
	content: "\e73f";
    font-family: iconfont;
    font-size: 16px;
    position: absolute;
    top: 0;
    color: #FD9101;
    overflow: hidden;
}
.rating .star:last-child:after{
	width: 80%;
	display: block;
}


.latest-article li {
  width: 20%;
  margin: 10px 0;
  text-align: left; /* 文本居中 */
  box-sizing: border-box; /* 确保padding和border包含在元素的宽度和高度内 */
  white-space: nowrap; /* 禁止换行 */
  display: flex;
  padding-right: 10px;
  position: relative;
}

.latest-article>li::before {
    content: '';
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    top: 50%;
    width: 0.1rem;
    height: 0.1rem;
    background: #BCBFC4;
    border-radius: 50%;
}

.latest-article li a{
    flex:1;
    overflow: hidden; /* 超出部分隐藏 */
  text-overflow: ellipsis; /* 显示省略号 */
}


.latest-article li em{
    display: inline-block;
    margin-right: 2px;
    width: 18px;
    height: 18px;
    background: #E5E5E5;
    color: #FFF;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    border-radius: 3px;
}
.latest-article li em.active{
    background-color: #fd9101;
}

