.w1200{
    width:1200px;
    margin:0 auto;
    overflow: hidden;
}
.cleat:after{
    content:'';
    display: block;
    clear:both;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.header_Top_r span.wb_icon{
	font-size:20px;
	color:#0068bf;
}
.header_Top_r span.wx_icon{
	font-size:20px;
	color:#79d136;
}
.header_T_w{
	width:100%;
	background:#F5F5F5;
}
.header_Top{
	height:40px;
	line-height:40px;
	color:#999;
	width:1200px;
	margin:0 auto;
}
.logo_text{
	margin-top:14px;
	border-left:1px solid #eee;
	margin-left:22px;
	padding-left:10px;
}
.logo_text .logo_text_p1,.logo_text .logo_text_p2{
	font-size:16px;
	font-weight: bold;
}
.logo_text_p1{
	color:#105a9f;
}
.logo_text_p2{
	color:#333;
}
.header_div{padding:10px 0;}
.header_Top_r a{
	float: left;
	color:#999;
	position:relative;
}
.header_Top_r a>i{
	width:1px;
	height:12px;
	background:#B1B1B1;
    overflow: hidden;
    display:inline-block;
    margin: 0 14px 0;
}
.wb_img{
	position:absolute;
	bottom:-82px;
	width:80px;
	height:80px;
	left:6px;
	z-index:99;
	display: none;
}
a.currus .wb_img{
	display: block;
}
.wb_img img{
	width:100%;
	height:100%;
}
.tel_out{
	margin-left:386px;
}
.tel_out .tel_icon{
	font-size:54px;
	line-height:75px;
	display: inline-block;
	color: #105a9f;
}
.mc_color{
	font-size:32px;
	font-weight: bold;
	color:#105a9f;
}
.tel{
	margin-left:10px;
}
.tel .tel_text_p1{
	margin-top:10px;
}
.nav{background:#0061a7;width: 100%;z-index: 999;}
.nav ul{overflow: hidden;width:998px;}
.nav ul li{
	float:left;
	line-height:60px;
	height:60px;
}
.nav ul li a{
	display: inline-block;
	color:#fff;
	width:105px;
	text-align: center;
	font-size:16px;
}
.curve{
	background:#005896;
}
.nav ul li a:hover{
	background:#005896;
}
.search{
	margin-top:14px;
	width:200px;
	height:30px;
	line-height:30px;
	position:relative;
}
.search>input{
	height:100%;
	padding-left:10px;
	border-radius:20px;
}
.search button{
    position:absolute;
    right:48px;
    top:5px;
    width:20px;
    height:20px;
    color:#999;
    display: inline-block;
}
/* 首页banner 开始 */
.fullSlide{width:100%;position:relative;height:600px;padding-bottom:20px;overflow: hidden;}
.fullSlide .bd{margin:0 auto;position:relative;z-index:0;overflow:hidden;}
.fullSlide .bd ul{width:100% !important;}
.fullSlide .bd li{width:100% !important;height:600px;overflow:hidden;text-align:center;}
.fullSlide .bd li a{display:block;height:600px;}
.fullSlide .hd{width:100%;position:absolute;z-index:1;bottom:-16px;left:0;height:30px;line-height:30px;}
.fullSlide .hd ul{text-align:center;}
.fullSlide .hd ul li{cursor:pointer;display:inline-block;*display:inline;zoom:1;width:42px;height:6px;margin:1px;overflow:hidden;background:#000;filter:alpha(opacity=50);opacity:0.5;line-height:999px;}
.fullSlide .hd ul .on{background:#0061a7;}
.fullSlide .prev,.fullSlide .next{display:block;position:absolute;z-index:1;top:50%;margin-top:-30px;left:15%;z-index:1;width:40px;height:60px;background:url(../images/slider-arrow.png) -126px -137px #000 no-repeat;cursor:pointer;filter:alpha(opacity=50);opacity:0.5;display:none;}
.fullSlide .next{left:auto;right:15%;background-position:-6px -137px;}
/* 首页banner 结束 */
.index_title{
	margin-top:30px;
	text-align: center;
	font-size:30px;
}
.index_title h4{
	line-height:48px;
}
.index_title2{
	color:#fff;
}
.index_title2 .index_title_p1{
	color:#fff;
}
.index_title2 .index_title_p2{
	background:#fff;
}
.index_title_p1{
	font-size:24px;
	color:#666;
	line-height:30px;
}
.index_title_p2{
	width:400px;
	height:2px;
	margin:26px auto;
	background:#0061a7;
	position:relative;
}
.index_title_p2 span{
	width:100px;
	display:block;
	position:absolute;
	top:-10px;
	left:50%;
	font-size:28px;
	background: #fff;
	margin-left:-50px;
	color:#0061a7;
}
.index_title_p2 span.b_color1{
	background:#eaeeef;
}
.index_title_p2 span.b_color2{
	background:#0061a7;
	color:#fff;
}
.page_One{
	padding-bottom:50px;
}
.page_One ul{
	margin-top:46px;
}
.page_One ul li{
	width:288px;
	height:180px;
	float: left;
	margin-right:14px;
	background:#0061a7;
	position:relative;
	 -webkit-transition: .4s all;
     -moz-transition: .4s all; 
     -ms-transition: .4s all; 
     transition: .4s all;
}
.page_One ul li.on {
    box-shadow:0px 8px 10px rgba(0,0,0,0.2);
     background:#eaeeef;
     transform:translate3d(0,-2px,0);
     -webkit-transform:translate3d(0,-2px,0);
     -moz-transform:translate3d(0,-2px,0);
     -ms-transform:translate3d(0,-2px,0);
 }
 .page_One ul li.on h5, .page_One ul li.on i{
 	color:#0061a7;
 }
 .page_One ul li.on span{
 	background:#0061a7;
 }
.page_One ul li h5{
	font-size:20px;
	font-weight:normal;
	text-align:center;
	margin-bottom:20px;
}
.page_One ul li a{
	color:#fff;
	display:block;
	width:100%;
	height:100%;
	overflow: hidden;
	position:relative;
}
.page_One ul li a i.icon_1{
	width:50px;
	height:50px;
	line-height:50px;
	font-size:40px;
	text-align: center;
	margin:26px auto 12px;
	display: block;
}
.page_One ul li a span{
	width:38px;
	height:2px;
	margin:6px auto;
	background:#fff;
	display:block;
}
.page_One ul li.m_none{
	margin:0;
}
.top{
	position: absolute;
	z-index:1;
	height:2px;
	width: 0px;
	top:8px;
	width: 0px;
}
.bottom{
	position: absolute;
	z-index:1;
	height:2px;
	width: 0%;
	bottom:8px;
	right: 0px;
}
.left{
	height: 0;
	position: absolute;
	left:8px;
	width:2px;
}
.right{
	height: 0;
	position: absolute;
	right:8px;
	width:2px;
	bottom: 0px;
}

.box li p{
	position: absolute;
	z-index: 2;
	background: rgba(2,179,191,0.5);
	height: 0px;
	line-height: 40px;
	width:100%;
	text-align: center;
	color: #fff;
	bottom: 5px;
	left: 5px;
}
/*学员成果*/
.page_Two_out{
	margin-top:20px;
	background: #eaeeef;
	padding-bottom:20px;
}
.page_Two{
	padding:20px 0;
}
.bodyCon08{
	margin-top:40px;
}
.page2_ykcg{
	margin-top:50px;
	margin-bottom:20px;
}
.page2_ykcg dl{
	width:224px;
	float: left;
	text-align: center;
	margin-right:16px;
	margin-bottom:20px;
}
.page2_ykcg dl dt{
	background:#fff;
	padding:14px 10px 20px;
}
.page2_ykcg dl dd img{
    width:100%;

}
.page2_ykcg dl a:hover dt{
	background:#105a9f;
	color:#fff;
	font-weight: bold;
}
/**/
/*老师*/
.bodyCon08 .students{margin:0 auto;width:1200px;height:590px;position:relative;}
.bodyCon08 .students p.PP{width:510px;height:50px;font-size:16px;color:#333;text-align:center;position:absolute;top:60px; left:300px;}
#four_flash{position:relative;width:1200px;height:550px; margin:0 auto;position:absolute;}
#four_flash .flashBg{width:1138px;height:550px; margin:0 auto;position:relative;overflow:hidden;}
.flashBg ul.mobile{width:2000%;position:absolute;top:15; left:0;}
.flashBg ul.mobile li{color:#666;float:left;width:252px;margin-left:26px;background:#F5F6F8;}
#teacher_td .flashBg ul.mobile li{background:#fff;}
#teacher_td ul.mobile li:hover .mobile_text{color:#fff;background:#ff714b;}
.flashBg ul.mobile li .mobile_text{padding-bottom:40px;padding-top:26px;padding-left:8px;padding-right:8px;height:134px;overflow: hidden;}
.flashBg ul.mobile li:hover .mobile_text{color:#fff;background:#105a9f;}
.flashBg ul.mobile li:hover .mobile_text>h5,#four_flash .flashBg ul.mobile li:hover .mobile_text .dt_color{color:#fff;}
#four_flash .flashBg ul.mobile li img{display:block; margin:0 auto;width:100%;height: 340px;}
#four_flash .flashBg ul.mobile li p{font-size:16px; text-align:center;width:250px; line-height:24px;margin-top:10px;}
#four_flash .flashBg ul.mobile li a{display:block;background:url(../images/jiantou.png);width:31px;height:31px;border:0px;margin:8px auto;}
#four_flash .flashBg ul.mobile li a:hover {background:url(../images/jiantou2.png);}
#four_flash .but_left{width:50px;height:100px;position:absolute; top:168px; left:-22px;}
#four_flash .but_right{width:50px;height:100px; position:absolute; top:168px; right:-26px;}
.but_left:hover{background:url(../images/qianxleft1.png) no-repeat;}
.but_right:hover{background:url(../images/qianxr1.png) no-repeat;}
#four_flash .but_left:hover{background:url(../images/kc_ls_left.png) no-repeat;}
#four_flash .but_right:hover{background:url(../images/kc_ls_r.png) no-repeat;}
.flashBg .mobile li h5{
    text-align: center;
    font-size: 20px;
    color: #666;
    line-height: 42px;
}
.mobile_text .dt_color{
    color: #ff7149;
    line-height: 30px;
    margin-bottom: 2px;
}
/*视频*/
.page_four{
	background:#105a9f;
	padding:20px 0 50px;
}
.video_c ul li{
	float:left;
	text-align: center;
	color:#fff;
	font-size:16px;
	margin-right:20px;
	line-height:46px;
}
/*新闻*/
.page_five_title h4{
	font-size:20px;
}
.page_five_title{
	margin:30px 0;
	position:relative;
}
a.new_icon{
	position:absolute;
	right:50px;
	top:20px;
	color:#999;
	font-size:32px;
}
a.new_icon2{
	right:0px;
}
.page_five_title span{
	width:46px;
	height:3px;
	display: block;
	background:#105a9f;
	margin-top:28px;
}
.page_five_ul_l li{
	width:370px;
	float: left;
	margin-right:42px;
}
.page_five_ul_l li .new_time{
	font-size:14px;
	color:#999;
	margin-top:14px;
	display: block;
}
.page_five_l{
	width:824px;
}
.page_five_ul_l{
	padding-bottom:30px;
}
.page_five_ul_l li a>h5{
	font-size:16px;
	font-weight:normal;
	margin:14px 0px;
}
.page_five_ul_l li .new_p1,.page_five_ul_r li .new_p1{
	font-size:14px;
	color:#666;
}
.page_five_ul_r li{
	width:370px;
	padding-bottom:20px;
	overflow: hidden;
	margin-bottom:28px;
	border-bottom:1px solid #e4e4e4;
}
.page_five_l_bottom{
	width:764px;
	padding-right:18px;
	padding-top:16px;
	border-top:1px solid #e4e4e4;
}
.page_five_l_bottom ul li{
	float: left;
	width:380px;
	white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}
.new_time_icon{
	padding-right:8px;
}
.page_five_ul_r li .new_p1{
	margin:10px 0;
}
.five_r_img{
	width:120px;
	height:80px
}
.five_r_img img{
	width:100%;
	height:100%;
}
.five_r_r{
	width:234px;
}
.five_bottom_l{
	margin-left:50px;
}
.page_five_l_bottom ul{
	line-height:42px;
}
.page_five_l_bottom ul li a{
	display:block;
	font-size:14px;
	font-weight:400;
	padding-left:20px;
	color:#333;
	background: url(../images/li_l_02.png) no-repeat 0px center;
}
.page_five_l_bottom ul li a:hover{
	color:#0068bf;
	background: url(../images/li_l_01.png) no-repeat 0px center;
}

/*page_six*/
.page_six{
	background: #eaeeef;
	padding:20px 0 50px;
}
.index_culm_c td {
    border-right: 1px solid #bebebf;
    border-bottom: 1px solid #bebebf;
    border: 1px solid #bebebf;
    padding: 8px;
    line-height: 22px;
    text-align: center;
}
.index_culm .index_culm_c{
	text-align: center;
	margin-top:40px;
}
.index_culm .index_culm_c .culm_c_1{
	height:64px;
	line-height:64px;
	font-weight: bold;
	background:#105a9f;
	color:#fff;
}
.index_culm .index_culm_c .click_one{
    display: block;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    height: 34px;
    line-height: 34px;
    color: #FFF;
    font-size: 14px;
    text-align: center;
    background: #db1927;
}

/*提交表单*/
.index_form{
	padding:70px 0;
	background:url(../images/form_bg.jpg);
}
.form_in{
	margin:0 auto;
	padding:20px 0;
	width:780px;
	background:#fff;
}
.submit{
	width:500px;
	margin:40px auto;
}
.submit strong{
	width:80px;
	margin-right:20px;
	text-align: right;
	display: inline-block;
}
.submit input.text_sub,.text_yzm{
	width:286px;
	height:40px;
	padding-left:14px;
	line-height:40px;
	background:#eaeeef;
}
.name{margin-bottom:20px;}
.text_yzm{
	margin-top:20px;
	width:100px;
}
.yzm_img{
	display:inline-block;
}
.click_button{
	width:300px;
	height:40px;
	display:block;
	margin:20px auto;
	background: #105a9f;
	line-height:40px;
	color:#fff;
	font-weight: bold;
}
/*公共底部*/
.list_footer_top{
    background:#2d2f3c;
}
.list_footer_top_in{
    padding:60px 0 40px;
}
.l_footer_st_one>img{
    margin-top:8px;
}
.list_footer_list{
    float: left;
    color:#a3a4a6;
}
.st_one_r{
    color:#999;
    margin-left: 10px;
}
.st_one_r h4{
    font-size:26px;
}
.footer_one_b{
    margin-top:26px;
}
.erma{
    float: left;
    width:65px;
    margin-left:35px;
}
.erma img{
    width:65px;
}
.erma p{
    margin-top:10px;
    background:#4e525e;
    color:#a6a6a5;
    text-align: center;
}
.bor_l_bg{
    padding-left:70px;
    padding-right:70px;
    background:url(../images/bor_l_bg.jpg) no-repeat;
}
.list_footer_list h5{
    color:#fff;
    font-weight: normal;
}
.list_footer_list ul{
    margin-top:20px;
}
.list_footer_list ul li a ,.list_footer_bottom a{
    color:#a6a6a6;
}
.list_footer_list ul li a:hover ,.list_footer_bottom a:hover{
    text-decoration:underline;
    color:#a6a6a6;
}
.list_footer_bottom{
    background:#262834;
    text-align: center;
    color:#a6a6a6;
    padding:30px 0;
}
.ft_one{
    margin:30px 70px 0 20px;
}
.list_footer_bottom p{
    line-height:28px;
}
.xqfl{margin-bottom:20px;}
.xqfl>a{
    margin:0 16px;
}
.bor_l_bg{
    text-align: center;
    margin-top:10px;
    padding-top:24px;
}
.bor_l_bg>img{
    width:100px;
    height:100px;

}
.bor_l_bg p{margin-top: 10px;}
.footer_bottom_i{
    width:391px;
    margin:20px auto 0;
}
/*.page_seven{
	padding-bottom:60px;
}*/
/*播音艺考*/
.page_five{
	padding-top:20px;
	padding-bottom:40px;
}
.index_nine_l,.index_nine_c,.index_nine_r{
	overflow: hidden;
}
.index_nine{
    margin:30px auto 20px;
}
.index_nine_l{
    width:220px;
    float: left;
}
.contact_tab{
    margin-bottom:20px;
}
.contact_tab li{
    float: left;
    font-size:16px;
    font-weight:bold;
    line-height:40px;
    margin-right:54px;
    position:relative;
    cursor: pointer;
}
.contact_tab .bot_border {
    position: absolute;
    height: 2px;
    width: 100%;
    background: #105a9f;
    display: none;
}
.contact_tab li.cur .bot_border{
	display:block;
}
.nine_l_top{
    padding-bottom:15px;
    border-bottom:1px dashed  #dde0e3;
}
.nine_l_top dd{
    width:144px;
    height:94px;
    margin-right:16px;
}
.nine_l_top dd img{
    width:100%;
    height:100%;
}
.nine_l_top dt{
    width:406px;
    line-height:26px;
    color:#333;
}
.nine_l_top dt a{
    color:#333;
}

.index_nine_l .contact_c{
    padding:20px 20px 10px 20px;
    border-left:1px solid #dde0e3;
    border-right:1px solid #dde0e3;
    border-bottom:1px solid #dde0e3;
}
.nine_l_bottom{
    margin-top:10px;
}
.nine_l_bottom div.bold_title span{
    font-weight: bold;
    line-height:30px;
    color:#105a9f;
    font-size:18px;
}
.nine_more{
    font-size:14px;
    color:#999;
}
.nine_l_bottom ul li{
    line-height:46px;
    color:#999;
    border-bottom:1px dashed  #dde0e3;
}
.nine_l_bottom ul li a{
    color:#333;
    padding-left:12px;
    background:url(../images/li_icon.jpg) no-repeat 0 22px;
}
.nine_l_bottom ul li a:hover{
    background:url(../images/li_icon2.jpg) no-repeat 0 22px;
}
.index_nine_l .contact_tab{
    height:42px;
    line-height:42px;
    text-align: center;
    border-bottom:1px solid #dde0e3;
    background:url(../images/tab_bg.jpg);
}
.contact_tab .top_border{
    position:absolute;
    height:2px;
    width: 100%;
    position:absolute;
    display:none;
}
.index_nine_l .contact_tab li{
    width:125px;
    border-left:1px solid #dde0e3;
    position:relative;
    cursor:pointer;
    font-size:16px;
}
.contact_tab .cur{
    
}
.contact_tab .cur .top_border{
    display: block;
}
.contact_list{
    display: none;
}
.index_nine_c{
    position:relative;
    float: left;
    margin:0 12px;
    width:576px;
    background:#fff;
    padding:10px 30px 12px;
}
.index_nine_c .nine_c_bg{
    position:absolute;
    width:306px;
    background:#D61B06;
}
.nine_c_img{
    width:296px;
    position:absolute;
    left:10px;
    top:10px;
    background:#000;
}
.index_nine_r{
    width:280px;
    float: left;
    background:#fff;
    padding:10px 20px 25px;
}
.index_nine_r h4{
    height:40px;
    line-height:40px;
    font-size:16px;
    color:#333;
    padding-left:30px;
    background:url(../images/wudao_icon.png) no-repeat 0 center;
}
.index_nine_r ul li{
    line-height:40px;

}
.index_nine_r ul li a{
    color:#333;
    display: block;
    padding-left:28px;
    background:url(../images/li_l_02.png) no-repeat 8px center;
}
.index_nine_r ul li a:hover{
	 background:url(../images/li_l_01.png) no-repeat 8px center;
}
.index_nine_r ul li a:hover,.nine_l_bottom ul li a:hover{
    color:#105a9f;
}
.nine_r_bottom{
    position:relative;
    margin-top:12px;
}
.nine_r_bottom img{
    width:100%;
    height:145px;
}
.nine_r_bottom p{
    background:rgba(0,0,0,0.5);
    position:absolute;
    bottom:0;
    color:#fff;
    width:100%;
    text-align:center;
    height:30px;
    line-height:30px;
}
.s_t_img{
    width:1200px;
    margin:34px auto;
}
.index_nine_c .nine_c_color{
    background:#019647;
}
.by_new_list li a{overflow: hidden;display:block;line-height: 46px;}
.by_new_list li a>span{
	float: left;
}
.by_new_list li a>i{
	float: right;
	font-size:12px;
	color:#999;
}
.bold_title{
	/*margin:17px 0 6px;*/margin: 0px;
}
.share-platform{
    text-align: center;
    margin:0 20px;
}
.share-platform .bdsharebuttonbox a{
	margin: 0px 6px 0px 0;
}
.share-platform .share-platform-l{
    float: left;
    width: 77px;
    margin-top: 8px;
}
.share-platform .share-platform-r{
    float: left;
    width: 310px;
}
.share-platform .bds_weixin{
    background-image: url('../images/css-bg.png');
    background-position: -13px -7px !important;
}
.share-platform .bds_tsina{
    background-image: url('../images/css-bg.png');
    background-position: -57px -7px !important;
}
.share-platform .bds_tieba{
    background-image: url('../images/css-bg.png');
    background-position: -101px -7px !important;
}
.share-platform .bds_qzone{
    background-image: url('../images/css-bg.png');
    background-position: -146px -7px !important;
}
.share-platform .share-platform-text{
    color: #aaa;
    margin-top: 5px;
}
/*新闻列表页*/
/*学院动态*/
.dongtai_content{
	padding-top:20px;
	padding-bottom:60px;
}
.new_hot{
	width:880px;
	/*height:546px;*/
	height: auto;
	position:relative;
	margin-bottom:20px;
}
.new_hot_title{
	padding:22px 12px;
	position:absolute;
	bottom:0px;
	color:#fff;
	width:856px;
	background:rgba(0,0,0,0.5);
}
.new_hot_title h4{
	padding-left:10px;
	border-left:4px solid #0061a7;
	font-size:16px;
	line-height:20px;
	width:100%;
}
.new_hot_title p{
	margin-top:10px;
	line-height:24px;
	text-indent:26px;
	display: none;
}
.new_hot img{
	width:100%;
	height:100%;
}
.by_new_box{background:#eaeeef;}
.dongtai_l{width:880px;}
.dongtai_banner{
	width:100%;
	height:306px;
	overflow: hidden;
	position:relative;
}
.dongtai_new_list ul{
	background: #fff;
    margin-bottom:20px;
}
.dongtai_banner img{
    position:absolute;
    left:50%;
    margin-left:-960px;
}
.dongtai_new_list ul li{
	border-bottom:1px solid #e6e6e6;
	padding:26px 24px;
	overflow: hidden;
}
.dongtai_new_list ul li a:hover h4{
	color:#0061a7;
}
.new_list_li{
	width:322px;
	height:200px;
	overflow: hidden;
}
.new_list_li>img{
	height:100%;
	width:100%;
}
.new_list_r{
    width:470px;
}
.new_list_r h4{
    color:#333;
    font-size:16px;
}
.new_list_r p{
    color:#999;
    margin-top:14px;
}
.new_list_r .dontai_x_icon{
    width:110px;
    height:34px;
    line-height:34px;
    text-align: center;
    background:#0061a7;
    color:#fff;
    border-radius:20px;
    margin-top:12px;
    float: right;
}
a.dontai_x_icon:hover{
	text-decoration:underline;
}
.pageToolbar{
	padding:18px 0;
	background: #fff;
    text-align: center;
    margin-bottom:30px;
}
.pageToolbar a {
    padding: 6px 20px;
    color: #797979;
    display: inline-table;
    border: 1px solid #ccc;
    margin-left: 5px;
}
.side_new_one{
	padding:6px 16px;
	width:248px;
	background:#fff;
}
.pageToolbar a.cur{
    background:#0061a7;
    color:#fff;
    border:none;
}
.dongtai_r{
    width:280px;
}
.kaibantime{
    margin:12px 0;
    height:776px;
    background:#fff;
}
.dongtai_r_img{
	margin-top:10px;
}
.news_side_r_t{
	background:#0061a7;
	padding:0 16px;
	height:46px;
    line-height:46px;
}
.side_new_d_t{
    font-size:18px;
    color:#fff;
    display: inline-block;
}
.news_side_r_t i{
    color:#D4D3D3;
    font-size:14px;
    font-style:italic;
}
.kbt_title{
    background:#0061a7;
    padding-left:8px;
    margin-bottom:20px;
}
.kbt_title h4{
    height:46px;
    line-height:46px;
    color:#fff;
    font-weight:normal;
    font-size:20px;
}
.kbt_title h4 span{
    font-size:16px;
    color:#fff;
    margin-left:8px;
}
#marquee4 {
    width: 252px;
    height:650px;
    padding:20px 14px;
    margin-bottom:20px;
    float: left;
    overflow: hidden;
    background:#fff;
}
#marquee4 ul li strong{
    font-size:20px;
    color:#333;
    line-height:40px;
}
#marquee4 ul li .p1,#marquee4 ul li .p2{
    border-bottom:1px dashed #333;
}
#marquee4 ul li .marquee4_button{
    display: block;
    margin:20px auto;
}
.side_erma_out{
    background:#fff;
    margin-top:12px;
}
.erma_title{
	text-align: center;
}
.side_erma{
    width:210px;
    padding:24px 12px;
    margin:10px auto;
}
.side_erma_list{
    margin-bottom:24px;
}
.side_erma_l{
    width:100px;
    float:left;
    border:1px solid #a8a8a8;
}
.side_erma_r{
    float: right;
    width:80px; 
}
.side_erma_r p{
    line-height:24px;
    background: #333;
    color:#fff;
    text-align: center;
    margin-top:14px;
}
/*滚动*/
.ly_text{
	margin-right:40px;
}
.crumbs{
	background:#fff;
	margin-bottom:10px;
	padding:10px 26px;
}
.dt_details_c{
	background:#fff;
    padding:50px 26px;
}
.dt_details_c>h2{
    text-align: center;
    font-size:24px;
    font-weight: normal;
    color:#333;
}
.dt_details_c>p{
    text-align: center;
    font-size:12px;
    border-top:1px solid #e5e5e5;
    border-bottom:1px solid #e5e5e5;
    line-height:40px;
    color:#999;
    margin:20px 0;
}
.crumbs .crumbs_title{font-weight:normal;}
.detalis_in{
    color:#666;
    /*text-indent:26px;*/
    line-height:24px;
}
.detalis_in a{
	font-weight: bold;
}
.detalis_in>p{
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
}
.detalis_in img{
    margin:4px auto;
}
.detalis_in_bottom .Prev,.detalis_in_bottom .next{
    background:#000;
    color:#fff;
    padding:6px 30px;
    margin-right:8px;
}
.detalis_in_bottom{
	width:510px;
    margin:30px auto;
}
.side_new_one_l{
    width:76px;
    height:56px;
    float: left;
}
.side_new_one ul li{
    overflow: hidden;
    padding:14px 0;
    border-bottom: 1px dashed #e2e2e2;
}
.side_new_one_r{
    width:158px;
    float: right;
}
.side_new_one_r h6{
    font-size:14px;
    color:#333;
    line-height:20px;
    font-weight: normal;
}
.side_new_one_r p{
    font-size:12px;
    color:#999;
    line-height:16px;
    margin-top:2px;
}
.slide_login_title{
    background:#0061a7;
    color:#fff;
    text-align: center;
    padding:10px 0;
}
.slide_login_title h4{
    font-size:20px;
}
.slide_login_title p{
    font-size:14px;
}
.slide_login_c{
    padding:50px 34px 40px;
    margin-top:30px;
    background:url(../images/slide_login2.png) no-repeat;
}
.input_border{
    border:1px solid #e5e5e5;
    background:#f3f7f7; 
}
.input_border_verify{
    border:1px solid #e5e5e5;
    background:#f3f7f7;
    width: 98px;
    margin-left: 42px;
    color: #666;
}
.slide_login_c p.login_p{
    margin-bottom:12px;
}
.slide_login{
    margin-top:14px;
    background:#fff;
}
.login_button{
    background:#2d3239;
    text-align: center;
    height:24px;
    width:104px;
    color: #fff;
    line-height:24px;
    margin:0 auto;
    display: block;
    margin-top:50px;
}
.slide_login_c .slide_tel{
    text-align: center;
    margin-top:25px;
    color:#333;
    font-size:10px;
}
.slide_login_c .address{
    text-align: center;
    color:#333;
    font-size:10px;
}
.input_border_verify {
    border: 1px solid #e5e5e5;
    background: #f3f7f7;
    width: 98px;
    margin-left: 42px;
    color: #666;
}
.input_verify {
    border: 1px solid #e5e5e5;
    background: #f3f7f7;
    width:68px;
    padding:0 10px;
    margin-left: 42px;
    color: #666;
}
/*新闻列表*/
.vfp_new_list ul{
    margin-bottom:20px;
}
.vfp_new_list ul li{
    overflow: hidden;
    border-bottom:1px solid #efefef;
    padding-left:24px;
    padding-top:36px;
    padding-bottom:36px;
}
.vfp_new_list ul li>.vfp_new_l{
    float: left;
    text-align: center;
    color:#788195; 
}
.vfp_new_l .new_time{
    width:106px;
    height:58px;
    padding:20px 0;
    border:1px solid #f5f5f5; 
    margin-bottom:30px;
}
.vfp_new_l .new_time span{
    display:block;
}
.vfp_new_l .new_time .year{
    font-size:14px;
    line-height:24px;
}
.vfp_new_l .new_time .day{
    font-size:36px;
    line-height:48px;
    font-weight: bold;
}
.vfp_new_r{
    float: right;
    width:690px;
}
.vfp_new_r h4{
    font-size:22px;
}
.Comments{
    margin:16px 0 10px;
    font-size:12px;
    color:#999;
}
.Comments span{
    margin-right:8px;
}
.comts_span2{
    margin-left:8px;
}
.digest{
    color:#999;
    margin-bottom:16px;
}
.details_icon{
    padding:6px 24px;
    color:#fff;
    border-radius:4px;
    background:#0061A7;
    float: right;
    margin-right: 20px;
}
.vfp_new_list ul li{
	background:#fff;
	padding-right:24px;
}
/*课程页面*/
.kc_banner{
	width:100%;
	height:520px;
	position:relative;
	overflow: hidden;
}
.kc_banner img{
	height:520px;
	position:absolute;
	left:50%;
	margin-left:-960px;
	overflow: hidden;
}
.kc_title>p{
	width:600px;
}
.kc_table_thead td{
	font-weight: bold;
	background:#0061a7;
	padding:14px 0;
	color:#fff;
}
.kc_td1{
	font-weight: bold;
}
.k_c_click_one{
	background:#ff834d;
	color:#fff;
	line-height:34px;
	height:34px;
	border-radius:25px;
	display:block;
	cursor:pointer;
}
.k_c_click_one:hover{
	color:#fff;
	background:#ffa178;
}
/*课程button*/
.kc_button_box{
	text-align: center;
}
.kc_teacher .kc_button{
	margin:0px auto 40px;
}
.kc_button{
    text-align: center;
    font-size:16px;
    color:#fff;
    display:inline-block;
    height:50px;
    margin:40px auto;
}
a.kc_button:hover{
    color:#fff;
}
.kc_button span{
    background:#0061a7;
    height:48px;
    display: inline-block;
    line-height:44px;
}
.kc_button span.kc_but_s1{
    border-top-left-radius:6px;
    border-bottom-left-radius:6px;
    background:#303248;
    width:214px;
}
.kc_button span.kc_but_s2{
    width:214px;
}
.kc_button span>i{
    font-size:24px;
    margin-right:10px;
}
.kc_button span.kc_but_s3{
    border-top-right-radius:6px;
    border-bottom-right-radius:6px;
    background:#303248;
    width:214px;
}
.k_c_Two{
	padding:14px 0 50px;
	background:#F7F7F7;
}
.k_c_hj{
	padding:14px 0 14px;
	background:#F7F7F7;
}
.index_culm_c td.kc_td2{
	text-align: left;
}
.index_culm_c td.kc_td2 span{
	color:#ff834d;
	text-align:left;
}
.contentbox li{
	width: 226px;
    height: 340px;
	float: left;
	margin-right:14px;
	position:relative;
	cursor: pointer;
	margin-bottom: 24px;
}
.contentbox li.con .txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    background: #0061a7;
    overflow: hidden;
}
.contentbox li.con .txt p {
    font-size: 14px;
    display: block;
    line-height: 20px;
}
.contentbox li.con>img{
	width:100%;
}
.kc_button{
	text-align: center;
}
.cj_button{
    padding:12px 60px;
    margin:30px auto;
    background:#FF834D;
    height:42px;
    color:#fff;
    font-size:16px;
    line-height:42px;
    border-radius:8px;
    position:relative;
   border-bottom: 4px solid #c01724;
}
.cj_button:hover {
    top: 2px;
    color:#fff;
}
.cj_button:active {
    top: 6px;
    color:#fff;
}
.kc_ys_img{
	margin:60px auto 6px;
}
.kc_js_text {
	text-indent:30px;
	margin:20px auto;
	font-size:16px;
}
.k_c_Two .index_title_p2 span,.k_c_hj .index_title_p2 span{
	background:#F7F7F7;
}
/* sgw_img */
.sgw_img{
	overflow:hidden;
	border:1px solid #dcdcdc;
	padding:3px;
}
.sgw_img .hj_one{
	margin-right:3px;
	float:left;
	display:inline;
	width:320px;
	height:382px;
	position:relative;
	overflow:hidden;
}
.sgw_img dd{
	float:left;
	position:relative;
	overflow:hidden;
}
.sgw_img_dd1{
	width:260px;
	height:382px;
	float:left;
	margin-right:3px;
	display:inline;
}
.sgw_img_dd1 dd{
	height:125px;
	overflow:hidden;
	float:left;
}
.sgw_img_dd1 #dd2{
	margin:3px 0px 4px 0;
}
.sgw_img_dd2{
	float:left;
	width:606px;
	height:382px;
	overflow:hidden;
}
.sgw_img_dd2 img{
	margin-right:3px;
	overflow:hidden;
	display:inline;
	float: left;
}
.sgw_img_dd2 #dd3, .sgw_img_dd2 #dd4{margin:0;}
.sgw_img_dd1 #dd2 {
    margin: 3px 0px 4px 0;
}
.sgw_img_dd2 #dd3,.sgw_img_dd2 #dd5{
	margin-bottom:4px;
}
/* life_focus */
.life_focus{width:1200px;height:585px;overflow:hidden;position:relative;margin:0px auto;margin-top:30px;}
.life_focus .life_focus_imgs_wrap{width:819px;height:585px;}
.life_focus ul.life_focus_imgs{width:819px;height:9999em;position:absolute;left:0;top:0;}
.life_focus ul.life_focus_imgs li{height:585px;overflow:hidden;}
.life_focus .life_focus_desc h3{
    height:45px;line-height:45px;overflow:hidden;position:absolute;left:0;bottom:0;background:rgba(0,0,0,.5);color:#fff;width:100%;padding-left:24px;z-index:99;font-size:14px;
    filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#7F000000',endColorstr='#7F000000');
}
.life_focus .life_focus_nav_wrap{width:370px;height:585px;overflow:hidden;position:absolute;right:0;top:0;z-index:100;}
.life_focus ul.life_focus_nav{width:360px;background:#C7D9E5;overflow: hidden;padding:16px 10px 10px 0;}
.life_focus ul.life_focus_nav li{float:left;margin:0 0px 10px 16px;width:160px;height:94px;border:1px solid #fff;}
.life_focus ul.life_focus_nav li img{width:100%;height:100%;}
.life_focus ul.life_focus_nav li h4{color:#B2B2B2;position:absolute;bottom:0;right:0;font-weight:normal;height:15px;line-height:15px;padding:2px 5px 3px 0;text-align:right;}
.life_focus ul.life_focus_nav li.cur h4{
    
}
.life_focus_imgs li{position:relative;z-index:1;}
.xyhf_bg{
    padding:10px 0 70px;
    background: url(../images/xiaoyuan_bg2.jpg) no-repeat;
}
.ktfc_bg{
    padding:10px 0 30px;
    margin:30px auto 0px;
    background: url(../images/xiaoyuan_bg1.jpg) no-repeat;
}
.life_focus ul.life_focus_lis_h li{
    height:100px;
}
.life_focus ul.life_focus_lis_w168 li {
    width:168px;
}
ul#xysh_xyhf li{
    height:120px;
}
.life_focus_imgs li>p{
    position:absolute;
    background:rgba(0,0,0,0.7);
    bottom:0px;
    height:48px;
    width:100%;
    color:#fff;
    font-weight: bold;
    line-height:48px;
    font-size:16px;
    text-align: center;
}
.campus_title img{
	margin:0 auto;
}
.campus_banner{
	width:100%;
	height:520px;
	position:relative;
	overflow: hidden;
	margin-bottom:30px;
}
.campus_banner img{
	height:520px;
	position:absolute;
	left:50%;
	margin-left:-960px;
	overflow: hidden;
}
/*联系我们*/
.lianxi_banner{
	width:100%;
	height:500px;
	position:relative;
	overflow: hidden;
}
.lianxi_banner img{
	height:500px;
	position:absolute;
	left:50%;
	margin-left:-960px;
	overflow: hidden;
}
.map img{
	margin:0px auto 30px;
}
.lianxi_title{
	text-align: center;
	margin-bottom:16px;
}
.lianxi_content{
	padding:30px 0px 50px;
	background: #f3f3f3;
}
.lianxi_tel{
    margin-bottom:24px;
}
.lianxi_address{
    width:1100px;
    padding:50px 50px 70px;
    margin:0px auto;
    background:#fff;
    color:#666;
}
.lianxi_address strong{
    color:#0061a7;
    font-size:16px;
    margin-bottom:8px;
    display:block;
}
.address_h4{
    width:180px;
    font-size:16px;
    line-height:32px;
    margin-bottom:10px;
    color:#333;
    border-bottom:2px solid #0061a7;
}
.address_color{
    border-bottom:1px solid #ddd;
    line-height:50px;
    margin-bottom:20px;
    color:#0061a7;
    font-size:16px;
}
.mb30{
    margin-bottom:20px;
}
.line_p_1{
    padding-left:14px;
    position:relative;
}
.dot-right {  
    font-size: 0;  
    line-height: 0;  
    border-width: 8px;
    border-color: #666;  
    border-right-width: 0;  
    border-style: dashed;  
    position:absolute;
    left:0px;
    top:10px;
    border-left-style: solid;  
    border-top-color: transparent;  
    border-bottom-color: transparent;  
} 
.campus_title img{
    margin:0 auto;
}
.lianxi_title h6{
	font-size:30px;
	line-height:48px;
}
.lianxi_address p{
    font-size:14px;
    line-height:28px;
}
/*师资团队*/
.teacher_banner{
	position:relative;
	width:100%;
	height:600px;
	overflow: hidden;
}
.teacher_banner img{
	position:absolute;
	height:600px;
	left:50%;
	margin-left:-960px;
	overflow: hidden;
}
.teacher_title{
	text-align: center;
}
.teacher_title h4{
	font-size:36px;
	line-height:48px;
}
.yz_video_bg{
    height:640px;
    margin-top:20px;
    padding-top:62px;
    background: url(../images/pc_bg.png) no-repeat center center;
}
.yz_video {
    width:734px;
    height:414px;
    margin:0 auto;
}
.font_size_16{
	font-size:18px;
	text-align: center;
}
.bg_c{
	margin:20px auto;
}
/*校园简介*/
.lianxi_C{
	width:1200px;
	margin:0 auto;
}
.QQ{
    margin-left:400px;
    margin-right:46px;
}
.lianxi_C>a{
    position:relative;
}
.lianxi{
    padding-top:40px;
    padding-bottom: 150px;
}
.click_erma{
    position:absolute;
    width:100px;
    height:100px;
    left:50%;
    top:42px;
    margin-left: -50px;
    display: none;
}
.click_erma>img{
    width:100px;
    height:100px;
}
.about_title{
    text-align: center;
    margin:30px auto;
}
.about_title h4{
    font-size:36px;
    line-height:48px;
    color:#333;
}
.teacher_text{
    font-size:16px;
    text-indent:26px;
}
.about_title span{
    width:45px;
    height:4px;
    margin:8px auto;
    display:block;
    background:#0061a7;
}
.about_title>p{
    font-size:14px;
    font-size:#666;
    line-height:18px;
}
.about_jianjie_img{
	float:left;
}
.about_jianjie_r{
	float: left;
	width:872px;
	margin-left:28px;
}
.about_jianjie_r p{
	margin-bottom:34px;
	padding-left:18px;
	font-size:16px;
	background: url(../images/by_icon1.png) no-repeat 0px 5px;
}
.about_jianjie{
	padding-top:20px;
	padding-bottom:20px;
	background: url(../images/by_bg3.png) no-repeat 100px 0px;
}
.jj_img2{
	margin:10px auto;
}
.by_hj1{
	width:594px;
	height:575px;
	margin-bottom:10px;
}
.by_hj2{
	width:594px;
	height:283px;
}
.by_hj3,.by_hj4,.by_hj5,.by_hj6,.by_hj7,.by_hj8{
	width:292px;
	height:283px;
}
.hj_c{
	margin:0 10px;
}
.hj_l,.hj_c,.hj_r{
	float:left;
}
.by_hj4,.by_hj7{
	margin:10px 0;
}
.hj{
	padding:20px 0px 40px;
	background: url(../images/by_bg3.png) no-repeat 1100px 0px;
}
.chengguo{
	padding:24px 0px 54px;
	background:#eaeff3;
}
.about_banner{
	width:100%;
	height:520px;
	position:relative;
	overflow: hidden;
}
.about_banner img{
	height:520px;
	position:absolute;
	left:50%;
	margin-left:-960px;
}
.jj_img_banner{
	width:100%;
	height:390px;
	position:relative;
	overflow: hidden;
}
.jj_img_banner img{
	height:390px;
	position:absolute;
	left:50%;
	margin-left:-960px;
}
/*师资团队*/
.teacher_page{
	
}
.teacher_title span{
	width:60px;
	height:3px;
	display: block;
	margin:10px auto;
	background:#0061a7;
}
.teacher_one_out{
	padding:50px 0px;
    background:url(../images/bg-1.jpg);
}
.teacher_One{
	width:1080px;
	margin:0 auto;
    background:#fff;
    padding:16px 60px 42px;
    box-shadow:0px 1px 6px -1px rgba(0,0,0,0.3);
}
.teacher_title{
	margin-bottom:20px;
}
.teacher_One p{
	font-size:16px;
}
.teacher_Three{
	padding: 30px 0;
	background:#f5f9fc;
}
.teacher_four{
	padding:30px 0px;
}
.teacher_five{
	padding: 30px 0;
	background:#eaeff3;
}
.lead_text_p2{
	text-indent: 32px;
}
.teacher_list{
	width:1200px;
	margin:0 auto;
}
.teacher_list ul li{
	border:2px solid #0061a7;
	padding:28px;
	background:#fff;
	position:relative;
	margin-bottom:30px;
}
.teacher_list ul li .line{
    width: 195px;
    height: 6px;
    display: block;
    position: absolute;
    left: 28px;
    top: -8px;
    background: #0061a7;
}
.teacher_list ul li .tl_r{
	width:860px;
	background:#f5f9fc;
	padding:55px 30px 20px 40px;
	height:188px;
}
.teacher_list ul li.tl_d .tl_r{
	padding: 14px 30px 20px 40px;
    height: 229px;
}
.t_l_p1{
	margin-bottom:10px;
}
.t_l_p1 strong{
	font-size:24px;
}
.t_l_p1 span{
	font-size:18px;
	margin-left:20px;
}
.t_l_p2{
	text-indent:32px;
}
.teacher_click{
	background:#0061a7;
	color:#fff;
	height:28px;
	line-height:28px;
	text-align: center;
	display:block;
	width:100px;
	margin-top:6px;
	border-radius: 16px;
}
.teacher_click:hover{
	color:#fff; 
	text-decoration:underline;
}
.tl_p_c p{
	line-height:24px;
}
/*老师详情页*/
.teacher_warp_out{
	padding:10px 0px 30px;
	background:#eaeeef;
}
.teac_d_title{
	width:1160px;
	margin:0 auto;
	padding:8px 20px;
	background:#fff;
	margin-bottom:10px;
}
.teac_d_cin{
	width:1160px;
	margin:0 auto;
	padding:30px 20px;
	background:#fff;
}
.teac_in_r {
    width: 800px;
    margin-left: 50px;
    border:1px solid #F3F3F3;
    padding:20px;
    background:#FBFBFB;
}
.teac_in_r_p1 span {
    padding: 0px 20px;
    background: #0061a7;
    color: #fff;
    border-radius: 4px;
}
.teac_in_r p{
	line-height:28px;
}
.teac_in_r h6{
	line-height:32px;
	border-bottom:1px solid #f5f5f5;
	margin-bottom:10px;
	padding-bottom:12px;
}
.teac_in_r img{
	margin:10px auto;
}
.in_l_bottom h5 {
    color: #fff;
    font-size: 16px;
    padding-left: 28px;
    line-height: 30px;
    margin-bottom: 12px;
    background: url(../images/teac_details2.png) no-repeat;
}
.teac_in_l{
	width:250px;
}
.teac_in_l_top {
    padding-left: 26px;
    padding-bottom:30px;
    background: url(../images/teac_details3.png) no-repeat 0 bottom;
}
.in_l_bottom{
	margin-top:20px;
}
.lianx_icon_p a{
	color:#fff;
	height:36px;
	line-height:36px;
	padding:12px 20px;
	background:#0061a7;
	font-weight: bold;
}
.lianx_icon_p{
	margin-top:8px;
}
.lianx_icon_p a:hover{
	background:#eaeeef;
	color:#0061a7;
	font-weight: bold;
}
.in_l_bottom p {
    line-height: 38px;
    text-indent:12px;
    font-size: 16px;
    padding-bottom:6px;
    border-bottom: 1px dashed #aeaeae;
}
.xueyuan_title{
    width: 1090px;
    margin: 0 auto;
    height:76px;
    line-height:62px;
    color:#fff;
    padding:0 30px 0 80px;
    background: url(../images/teac_details1.png) no-repeat 0 top;
}
.xueyuan_title a{
	color: #fff;
}
.xueyuan_title h4{
	font-size:26px;
}
.xy_tit {
    margin: 20px auto;
    padding: 10px 46px;
    background: #EAEEEF;
    border-radius: 6px;
}
.xueyuan_crumbs{
	margin-top:4px;
}
.xy_school{
	margin-left:32px;
}
.xy_d_icon{
	margin:14px auto;
}
.xy_d_cin {
    width: 1134px;
    margin:-18px auto 0px;
    padding: 30px 20px;
    background: #fff;
}
.teac_in_r{
    margin-left: 34px;
}
/*404页面*/
.page_404{
	padding:50px;
	text-align: center;
	background: #eaeeef;
}
.page_404 h4{
	width:400px;
	font-size:20px;
	margin:0 auto;
	height:60px;
	line-height:60px;
	font-weight: normal;
	background: url(../images/56e221b6b15db_03.png) no-repeat;
}
.page_404 img{
	width:845px;
	margin:0 auto;
}
.page_404_click{
	margin-top:30px;
}
.page_click1,.page_click2{
	width:154px;
	height:48px;
	line-height: 48px;
	display: inline-block;
	font-size:16px;
}
.page_click1{
	color:#fff;
	background: url(../images/56e221b6b15db_11.png) no-repeat;
}
.page_click2{
	color:#0170bf;
	background: url(../images/56e221b6b15db_13.png) no-repeat;
}
.page_404 p{
	font-size:16px;
	margin-top:36px;
}
.zzx_teacher{
	padding-top:30px;
}
.zzx_teacher .zzx_p{
	text-indent:30px;
	font-size:16px;
	line-height:34px;
}
.zzx_teacher .zzx_img{
	margin:20px auto;
}
.page_Three{
	padding-bottom:40px;
}
/*首页button*/
.index_button {
    text-align: center;
}
.cj_button {
    text-align: center;
    padding: 12px 60px;
    margin: 30px auto;
    background: #0061A7;
    height: 42px;
    color: #fff;
    font-size: 16px;
    line-height: 42px;
    border-radius: 8px;
    position: relative;
    border-bottom: 4px solid #004271;
}
/*首页button*/
/*乐语*/
.zx {
width:70px;
position: fixed;
right: 0;
top: 20%;
z-index: 99999;
}

.zx>ul>li {
    width: 68px;
    height: 68px;
    border: 1px solid #E0E0E0;
    margin-bottom: -1px;
    background: #fff;
    position: relative;
    z-index: 99999;
    text-align: center;
}
.zx li a{
    display:block;
    width:100%;
    height:100%;
}
.zx li span{
    margin-top:10px;
    display:inline-block;
    font-size:30px;
    line-height:28px;
    color:#105a9f;
}
.zx li p {
    font-size: 12px;
    line-height:26px;
    text-align: center;
}
.zx li.li_1 {
    background: #105a9f;
    color:#fff;
}
.zx li.li_1>a{
    color:#fff;
}
.zx li.li_1>a>span{
    color:#fff;
}
.icon-qq{
    width:24px;
    height:26px;
    margin:0 auto;
    background:url(../images/side_qq.png) no-repeat;
}
.zx li .zx_div {
    position: absolute;
    right: -1px;
    top:0px;
    display: none;
}
.zx li .zx_div_red{
     background: #105a9f;
}

.zx li.li_gd div p span.zx_icon{
    color:#fff;
}
.zx ul li.cur .zx_div{
    display:block;
}
.zx li img.siber_ewm{
    top:-196px;
    left:-105px;
}
.zx li a:hover{
    background:#105a9f;
}
.zx li a:hover>span{
    color:#fff;
}
.zx li a:hover>p{
    color:#fff;
}
.zx_culum{
    position:absolute;
    left:-154px;
    top:0px;
}
.zx_culum ul li{
    background:#105a9f;
    border:none;
    width:150px;
    height:46px;
    line-height:46px;
    border-bottom:1px solid #E0E0E0;
}
.zx_culum ul li a{
    color:#fff;
    text-align:left;
    text-indent:10px;
}
.zx_culum ul li a>i{
    display: inline-block;
    margin-right:10px;
    font-size:18px;
}
.zx_culum ul li a:hover{
    background:#eee;
    color:#105a9f;
    font-weight:bold;
}
/*播音艺考成果*/
.ykcg_banner{
	width:100%;
	height:600px;
	position:relative;
	overflow: hidden;
}
.ykcg_banner img{
	position:absolute;
	height:600px;
	left:50%;
	margin-left:-960px;
}
.bycg_box{
	color:#fff;
	background:url(../images/bycg_img2.jpg);
}
.bycg_title img{
	margin:0 auto;
}
.bycg_page1_out{
	width:1200px;
	margin:0 auto;
}
.bycg_page1{
	padding:20px 16px;
	background:rgba(75,110,198,0.9);
}
.bycg_page1 .by_p1{
	text-align: center;
	font-size:26px;
	line-height:36px;
}
.by_p2{
	font-size:16px;
	text-indent:28px;
	margin:20px auto;
}
.bycg_page1 .cg_qs{
	overflow: hidden;
}
.bycg_page1 .cg_qs li{
	float: left;
	text-align: center;
	width:348px;
	height:446px;
	margin-left:16px;
	position:relative;
}
.bycg_page1 .cg_qs li img{
	width:296px;
	height:320px;
	margin:0 auto;
}
.bycg_page1 .cg_qs li h6{
	position:absolute;
	width:348px;
	left:-2px;
	font-size:24px;
	height:80px;
	line-height:68px;
	color:#7b5d00;
	background:url(../images/cg_top_img.png) no-repeat;
}
.bycg_page1 .cg_qs li p{
	font-size:18px;
	margin-top:80px;
}
.bycg_ul_list{
	overflow: hidden;
}
.bycg_ul_list li {
    width:586px;
    float: left;
    border: 1px solid #959595;
    margin: 20px 10px 0 0;
    overflow: hidden;
    background:#fff;
}
.zc_p_l {
    text-align: center;
    width:200px;
    float: left;
}
.zc_p_r {
    text-align: center;
    float: right;
}
.zc_p_r_p1 {
    height: 28px;
    line-height: 28px;
    font-weight: bold;
    color:#666;
}
.zc_p_l img {
    width: 200px;
    height: 270px;
}
.zc_p_r img {
    width:382px;
    height:240px;
    border: 1px solid #959595;
}
.page3_bottom_p {
    line-height: 36px;
    background: #1a357a;
    color: #fff;
    font-weight: bold;
}
.bycg_page2_out{
	padding:40px 0px 0px;
}
.bycg_button {
    text-align: center;
    margin:30px;
}
.bycg_button .cj_button {
    text-align: center;
    padding: 12px 60px;
    margin: 30px auto;
    background: #1486F8;
    height: 42px;
    color: #fff;
    font-size: 16px;
    line-height: 42px;
    border-radius: 8px;
    position: relative;
    border-bottom: 4px solid #020BFE;
}
.bycg_page4_out{
	padding-bottom:20px;
}

.link_a{
    padding:40px;
}
.link_a a{
    margin-right:22px;
    line-height:32px;
}
.link_a a:hover,.nine_l_top dt a:hover{
    text-decoration:underline;
    color:#105a9f; 
}
.links_out{
    border-top:1px solid #E2E2E2;
    padding:20px 0;
    background:#EFEFEF;
}
.links>.links_title_r{
    font-size:20px;
    border-left: 4px solid #364d94;
    padding-left: 14px;
}
/*各大学校*/
.school_big,.school_big_page{
	background:#fff;
	padding:26px 34px 50px;
}
.school_list_ul{
	padding:10px 14px;
}
.school_TWo_list{
	width:404px;
	height: 260px;
	float: left;
	margin-bottom:20px;
	padding-bottom:14px;
	border-right: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}
.school_stitle {
    font-size: 22px;
    padding: 10px 0px;
    line-height:28px;
    margin-bottom:8px;
    border-bottom: 1px dashed #dcdcdc;
}
.school_TWo_list p{
	line-height:30px;
	font-size:14px;
}
.shool_big_title{
	height:36px;
	line-height:36px;
	padding:0px 14px;
	background:#eaeeef;
}
.school_Icon{
	color:#7B7B7B;
	padding-right:4px;
}
.shool_big_title>a{
	color:#999;
}
.school_list_ul>li{
	line-height:36px;
	font-size:16px;
	border-bottom: 1px dashed #e2e2e2;
}
.school_list_ul>li>a:hover{
	color:#0061a7;
}
.school_list_ul>li p{
	line-height:40px;
	display: inline-block;
}
.school_list_ul>li span{
	font-size:14px;
	color:#999;
	margin-top:4px;
}
.school_big_page ul li{
	padding:20px 0px;
	border-bottom: 1px dashed #dcdcdc;
}
.school_big_page ul li h4{
	font-size:18px;
	line-height:34px;
	color:#0061a7;
}
.school_details{
	padding-left:14px;
	color: #999;
}
/*首页修改*/
.byyk_One{
	display: none;
}
.byyk_Box_ul{
	padding:12px 0px 6px 244px;
}
.byyk_Box_ul li{
	float: left;
	font-size:26px;
	height:54px;
	line-height:54px;
	cursor: pointer;
	width:262px;
	padding-left:76px;
	color:#fff;
	position: relative;
}
.byyk_Box_ul_two{
	margin-left:32px;
}
.byyk_Box_ul li span{
	font-size:26px;  
	position: absolute;
	left:40px;
	top:2px;
}
.byyk_Box_ul li{
	background: url(../images/byxk1.png)no-repeat;
}
.byyk_Box_ul li.curues{
	background: url(../images/byxk_cur.png)no-repeat;
}
a.new_icon110{
    top:6px;
    right:0px;
    background: url(../images/more.png);
}
.tap_a{
    border-left: 1px solid #DFDFDF;
    box-shadow:0px 2px 2px rgba(0,0,0,0.1);
}
.tap_a a{
    display: block;
    float: left;
    width:132px;
    border-right: 1px solid #DFDFDF;
    background: #fff;
    text-align: center;
    height:40px;
    line-height:40px;
    position: relative;
    top: -2px;
}
.tap_a a .colorbg {
    position: absolute;
    top: 0;
    left: 0;
    width:132px;
    height: 2px;
    line-height: 0;
    font-size: 0;
    background: #105A9F;
    z-index: 1;
}
.a_gd {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.tap_a a span{position:relative; z-index: 2;}
.tap_a .colorbg{position:absolute; top:0; left: 0; width:125px; height: 2px; line-height: 0; font-size: 0; background: #3688FF; z-index: 1;}
.tap_a a:hover .colorbg{height:40px;}
.tap_a a:hover span{color: #fff;}
.tap_a a.cur .colorbg{height:40px;}
.tap_a a.cur span{color: #fff;}
#cj_title_top{
    border-bottom:none;
}
.byyk_One_list{
	display:none;
	background:#fff;
	padding:20px 20px 24px;
	overflow: hidden;
}
.byxk_One_list{
	display:none;
	padding:10px 0px 24px 20px;
	overflow: hidden;
	background:#fff;
}
.byxk_Coneter_list{
	float: left;
}
.byxk_Box_in{
	width:856px;
	margin-right:20px;
}
.byxk_Coneter_list{
	width:398px;
	height: 259px;
	margin-right:20px;
}
.byxk_Coneter_list dt{
	width:234px;
}
.byxk_C_title{
	line-height:45px;
	overflow: hidden;
}
.by_new_list>li a{
	border-bottom: 1px dashed #dde0e3;
	padding-left: 12px;
	background: url(../images/li_icon.jpg) no-repeat 0 22px;
}
.by_new_list li a:hover{
	color:#105a9f;
    background:url(../images/li_icon2.jpg) no-repeat 0 22px;
}
.byxk_Box,.byyk_One_box{
	margin-top:10px;
}
.byyk_OneBox_in{
	margin:0px 20px;
}
.byyk_OneBox_in{
	width:620px;
}
.byyk_Mone{
	margin-top:10px;
	float: right;
	color:#999;
}
.byyk_dt_title h4{
	line-height:36px;
}
.index_New_top>a{
    margin-top:10px;
    color:#999;
}
.byxk_C_title a{
    color:#999;
}




@font-face {font-family: "iconfont";
  src: url('../font/iconfont.eot?t=1491473489242'); /* IE9*/
  src: url('../font/iconfont.eot?t=1491473489242#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../font/iconfont.woff?t=1491473489242') format('woff'), /* chrome, firefox */
  url('../font/iconfont.ttf?t=1491473489242') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('../font/iconfont.svg?t=1491473489242#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-dianhua:before { content: "\e600"; }

.icon-weixin:before { content: "\e66f"; }

.icon-iconfontweibowukuang:before { content: "\e661"; }

.icon-dianhua1:before { content: "\e626"; }

.icon-gengduo:before { content: "\e667"; }

.icon-academy:before { content: "\e6a2"; }

.icon-more:before { content: "\e656"; }

.icon-huatong:before { content: "\e663"; }

.icon-zixun:before { content: "\e78a"; }

.icon-gengduo1:before { content: "\e61a"; }

.icon-erweima:before { content: "\e62a"; }

.icon-weibiaoti2zhuanhuan:before { content: "\e621"; }

.icon-tiwendayi:before { content: "\e635"; }

.icon-gengduo2:before { content: "\e613"; }

.icon-icon00:before { content: "\e601"; }

.icon-shijian:before { content: "\e6b5"; }

.icon-zixun1:before { content: "\e69f"; }

.icon-gonglve:before { content: "\e705"; }

.icon-dianhua2:before { content: "\e7c9"; }

.icon-71:before { content: "\e606"; }

.icon-sun-jiangbei:before { content: "\e602"; }

.icon-2701:before { content: "\e618"; }

.icon-tuandui:before { content: "\e89f"; }

.icon-huatong1:before { content: "\e60e"; }

.icon-chunyin:before { content: "\e630"; }

.icon-shipin:before { content: "\e64d"; }

.icon-sousuo-sousuo:before { content: "\e603"; }

.icon-gengduo3:before { content: "\e660"; }

.icon-wangzhan:before { content: "\e68e"; }

.icon-zuixinkecheng:before { content: "\e620"; }

.icon-fanhuidingbu:before { content: "\e605"; }

.icon-icon_hot:before { content: "\e604"; }

.icon-zhuye1:before { content: "\e60b"; }

/*  20170815仿旧专题页 */
.jz {
    width: 1200px;
    margin: 0 auto;
}
.zsbt {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    font: 45px "微软雅黑";
    color: #333;
    font-weight: bold;
}
.wz {
    font: 16px/28px "Microsoft Yahei";
    color: #333;
    text-indent: 2em;
    margin-top: 10px;
}
.bisai {
    width: 1200px;
    margin: 20px auto 40px;
}
.mstdbt {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 20px;
    font: 30px/20px "Microsoft Yahei";
    color: #333;
    text-align: center;
    font-weight: bold;
}
.bisai_top_h5 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #333;
    font-family: "微软雅黑";
}
.b_s_fontsize {
    text-indent: 30px;
    line-height: 34px;
    margin: 14px 0;
    font-size: 16px;
}
.bisai>ul {
    overflow: hidden;
}
.bisai>ul li {
    list-style: none;
    float: left;
    width: 290px;
    height: 170px;
    position: relative;
    margin-right: 10px;
    margin-top: 10px;
}
.bisai>ul li>img {
    width: 290px;
    height: 170px;
    display: block;
}
.b_s_title {
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 0;
    text-align: center;
    color: #eee;
    line-height: 30px;
    font-weight: bold;
    background: rgba(0,0,0,0.8);
    font-size: 14px;
    opacity: 0.8;
}
.bj1 {
    width: 100%;
    margin: 0 auto;
}
.zsbt1 {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    font: 30px "微软雅黑";
    color: #333;
    font-weight: bold;
}
.zsbt1 span {
    font: 30px "微软雅黑";
    color: #0061A7;
    font-weight: bold;
}
.by_fc {
    width: 1200px;
    margin: 20px auto;
}
.by_fc>ul {
    overflow: hidden;
}
.by_fc>ul li {
    list-style: none;
    float: left;
    position: relative;
    margin-right: 10px;
    margin-top: 10px;
    overflow: hidden;
}
.btwz {
    width: 1200px;
    margin: 20px auto;
    font: 18px/28px "微软雅黑";
    color: #333;
    text-indent: 2em;
}
.btwz span {
    font: 18px/28px "微软雅黑";
}

/*轮播*/
#focus_Box{position:relative;width:1200px;height:407px;margin-top:40px;}
#focus_Box ul{position:relative;width:275px;height:407px;}
#focus_Box li{z-index:0;position:absolute; width:0px;height:0px;top:0px;cursor:pointer;left:0px;width:187px;height:106px;}
#focus_Box li img{width:100%;height:100%;vertical-align:top}
#focus_Box li p{position:absolute;left:30%;bottom:-80px;}
#focus_Box li p img{width:144px;height:65px;}
#focus_Box .prev{display:block;z-index:100;overflow:hidden;cursor:pointer;position:absolute;width:246px;height:281px;top:50px;left:0px;}
#focus_Box .next{display:block;z-index:100;overflow:hidden;cursor:pointer;position:absolute;width:246px;height:281px;top:50px;right:0px;}
#focus_Box .prev:hover{background-position:left top;}
#focus_Box .next:hover{background-position:right top;}

.jy {
    margin-bottom: 10px;
    width: 1080px;
    margin-top: 70px;
    margin-left: 65px;
    height: 450px;
}
.clearfix {
    zoom: 1;
}
.jy div {
    font: 20px/36px "微软雅黑";
    color: #fcda3a;
}
.jy p {
    text-indent: 2em;
    font: 18px/40px "微软雅黑";
    color: #fff;
}
.ul {
    width: 1050px;
    margin: 0 auto;
    padding-left: 150px;
    margin-top: 30px;
}
.ul li {
    float: left;
}
.ul li a {
    width: 218px;
    height: 43px;
    background: #ffb310;
    display: inline-block;
    text-align: center;
    font: 30px/43px "微软雅黑";
    color: #fff;
    margin-right: 10px;
}
.ul_hover {
    width: 218px;
    height: 43px;
    background: #e03933 !important;
    display: inline-block;
    text-align: center;
    font: 16px/43px "微软雅黑";
    color: #fff;
}
.bj2 {
    width: 100%;
    margin: 0 auto;
    height: 826px;
    background: url(http://www.zhongyingyikao.com/boyin/images/bj1.jpg) no-repeat top center;
    padding-top: 50px;
    margin-top: 40px;
}
.zt {
    width: 937px;
    height: 590px;
    padding-left: 263px;
    background: url(http://www.zhongyingyikao.com/boyin/images/ys.png) left no-repeat;
    padding-top: 1px;
}
.dy {
    margin-top: 20px;
}
.dyl {
    width: 447px;
    float: left;
    font: 18px/30px "微软雅黑";
    color: #333;
}
.dyr {
    width: 462px;
    float: left;
    font: 18px/30px "微软雅黑";
    color: #333;
}
.nr {
    width: 937px;
    font: 18px/30px "微软雅黑";
    color: #333;
    margin-top: 50px;
}
.xx {
    width: 100%;
    height: 1px;
    margin-top: 20px;
}
.wk {
    width: 1194px;
    border: 2px solid #979797;
    padding: 15px 0;
    margin-top: 20px;
}
.zk {
    width: 1141px;
    margin: 0 auto;
}
.yx {
    margin-bottom: 15px;
}
.yxl {
    width: 62px;
    float: left;
}
.yxr {
    width: 1073px;
    float: right;
}
.yxr h1 {
    font: 22px "微软雅黑";
    color: #e2585e;
    margin-top: 30px;
}
.yxr p {
    font: 16px/32px "微软雅黑";
    color: #525252;
    margin-top: 16px;
}
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
}

.btwz span{
	color: #e00;
}
.xyul {
    width: 1200px;
    padding: 20px 0;
    border-bottom: 1px dashed #cdebff;
}
.xyul li {
    width: 395px;
    float: left;
    margin-right: 7px;
}
.xyl {
    width: 146px;
    height: 202px;
    float: left;
}
.xyr {
    width: 241px;
    height: 202px;
    float: right;
}
.xyr p {
    font: 16px/28px "微软雅黑";
    color: #606060;
    text-align: center;
}
.xyr p span {
    font: 18px/28px "微软雅黑";
    color: #cc141c;
}
.xy_wz {
    font: 14px/28px "微软雅黑";
    color: #606060;
    text-align: center;
}
.xy_wz span {
    font: 18px/28px "微软雅黑";
    color: #cc141c;
}
.index_Byhf>img{
	float: left;
}

/* 首页轮播banner */
#demo {
    width: 100%;
    overflow: hidden;
    margin: 0px auto;
    margin-top: 30px;
}
#demo table tr td img {
    border: none;
    height: 200px;
    widows: 132px;
}
#divhalf {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-top: -60px;
    background: url(http://www.zhongyingyikao.com/tpls/2015/index/index_roll_bg.png) repeat-x;
    z-index: 100;
    position: relative;
    font-size: 32px;
    color: #227ed4;
    font-weight: bold;
}
#divhalf>img {
    margin: 0 auto;
}

/* 幻灯开始*/
#imgshow_mask{width:100%; position:absolute; z-index:1; background:url(../images/imgshow_mask.png) repeat-x 0 0; height:27px;}
.bannerbg {height:400px; overflow:hidden;}
#imageShow{ clear:both;border-bottom:1px solid #fff;position:relative;}
#imageShow .imagebg{height:620px; overflow:hidden; position:relative;}
#imageShow .imagebg li { height:620px; overflow: hidden; position:absolute; top:0; left:50%; width:1920px;margin-left:-960px;overflow: hidden; display:block; filter:alpha(opacity=0); opacity: 0;}
.btn_home_down {width:195px;height:62px;position:absolute;top:296px;left:36px;cursor:pointer;background:url(../images/home/btn_home_down.png);}
.btn_home_android {width:195px;height:62px;position:absolute;top:296px;left:240px;cursor:pointer;background:url(../images/home/btn_home_android.png);} 
.scrollbg {height:82px;background:rgba(244,244,244,0.8);position:absolute;bottom:8px;left:50%;margin-left:-480px;}
.scroll {margin:0 auto;width:960px;height:80px;position:relative;}
.s_pre, .s_next {display:block;width:48px;height:80px;position:absolute;}
a.s_pre {background:url(../images/home/arrow_l.png);top:4px;left:18px;}
a.s_pre:hover {background:url(http://www.zhongyingyikao.com/ceshishouye/images/home/arrow_l_on.png);}
a.s_next {background:url(../images/home/arrow_r.png);top:4px;right:18px;}
a.s_next:hover {background:url(../images/home/arrow_r_on.png);}
.outScroll_pic{  height: 76px;margin-left: 70px;overflow: hidden;position:relative;width:822px;}
.outScroll_pic .scroll_pic{position:absolute}
.scroll_pic {margin:0 auto;width:40000px; height:76px; }
.scroll_pic li {float:left;float: left; height:70px;width: 145px; margin:8px 9px; _margin:5px 14px 5px 4px;cursor:pointer;  background:#000;}
.scroll_pic li img {filter:alpha(opacity=70);-moz-opacity:0.7;opacity: 0.7;width:100%;height:70px;;}
.scroll_pic li:hover img,.scroll_pic li:hover{filter:alpha(opacity=100);-moz-opacity:1;opacity:1;}
.current {width:144px;height:65px;border:2px #ff780d solid;background:url(../images/home/arrow_on.png) 50% -4px no-repeat;z-index:10;position:absolute;top:8px;left:0;}
.currently img {filter:alpha(opacity=100)!important;-moz-opacity:1!important;opacity:1!important;}
/* 幻灯结束*/

/*隐藏下载按钮*/
video::-internal-media-controls-download-button {
    display:none;
}
video::-webkit-media-controls-enclosure {
    overflow:hidden;
}
video::-webkit-media-controls-panel {
    width: calc(100% + 30px); 
}
/*科学教学模式新增*/
.mos{width:1200px;margin:0 auto;margin-top:50px;}
.mos li{width:294px;float:left;margin-right:6px;}
.mos li p{width:246px;margin:0 auto;text-indent:2em;font:18px/28px "微软雅黑";color:#333;}
.mos1{width:294px;height:319px;background:url(../images/sn.jpg) no-repeat;padding-top:90px;}
.mos2{width:294px;height:319px;background:url(../images/sn1.jpg) no-repeat;padding-top:90px;}
.mos3{width:294px;height:319px;background:url(../images/sn2.jpg) no-repeat;padding-top:90px;}
.mos4{width:294px;height:319px;background:url(../images/sn3.jpg) no-repeat;padding-top:90px;}
