@charset "utf-8";
/* CSS Document */
body {font:14px "microsoft Yahei","Arial",sans-serif; min-width:1200px; color:#333;}
html,body{-webkit-text-size-adjust:none;}
body,form,input,p,ul,li,h1,h2,h3,h4,h5,h6,table,th,td{padding:0;margin:0;}
ul,li{list-style:none;}
img {border:0;line-height:0; vertical-align: middle;}
a{text-decoration:none;transition:all 0.3s;-webkit-transition:all 0.3s;color:#333;}
a:hover {color:#f60;}
.clear{clear:both;width:100%;overflow:hidden;height:0; display:block;}
b{ font-weight:normal;}
i{ font-style:normal;}
input, textarea ,button,select{ margin:0; font:12px "Microsoft YaHei"; color:#979797; border:0 none; padding:0; vertical-align:middle;}
input{outline:medium;}
.cl{clear:both;overflow:hidden;}
table{border-collapse:collapse;}

/*公用*/
.center{width:1200px;margin:12px auto;}
.l_fl{float:left;}
.l_fr{float:right;}
/*财会项目*/
/*.z_ts1*/
.z_ts1,.z_ts2,.z_ts3{position: fixed;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	background:rgba(0,0,0,0.7);
	z-index: 9999;
}
.z_content{
	margin: 200px auto 0;
	width:400px;
	height: 300px;
	color: #ff366d;
	font-size:20px;
	font-weight:bold;
}
.z_flag{
	display: block;
	margin-left:calc( 100% - 40px);
	width:34px;
	height: 70px;
	cursor: pointer;
	background: url(../images/z_flag.png) no-repeat center top;
	background-size: auto 100%;
}
.z_msg{
	overflow: hidden;
	width: 100%;
	padding-bottom: 28px;
	background: #ffffff;
	border-radius: 10px;
	text-align: center;
	transition: all 1s;
}
.z_pay{
	display: block;
	margin: 28px auto 9px;
	width:70px;
	height: 70px;
	border-radius: 50%;
	background: url(../images/z_pay.jpg) no-repeat center top;
	background-size: auto 100%;
}
.z_btn{
	display: block;
	margin: 40px auto 0;
	width: 140px;
	height: 25px;
	border-radius: 20px;
	border: 1px solid #ff366d;
	color:#ff366d;
	font-size: 20px;
	text-align: center;
	line-height: 25px;
	font-weight: normal;
}
.z_content .z_msg a:hover{
	background: #ff366d;
	color: #ffffff;
}
.z_ts1{
	display:none;
}
/*.z_ts2*/
.z_ts2 .z_msg a{
	display: inline-block;
	margin: 40px 3px 0;
	width: 140px;
	height: 30px;
	border-radius: 18px;
	border: 1px solid #ff366d;
	color:#ff366d;
	font-size: 20px;
	text-align: center;
	line-height: 30px;
	font-weight: normal;
}
.z_blackpay{
	display: block;
	margin: 30px auto;
	width:70px;
	height: 70px;
	border-radius: 50%;
	background: url(../images/z_pay.jpg) no-repeat center top;
	background-size: auto 100%;
}
.z_ts2{
	display:none;
}
/*z_ts3*/
.z-ts3 h3{
	font-size: 35Px;
}
.z_ts3 .z_text{
	font-size: 20px;
    display: block;
    color: #333333;
    width: 80%;
    margin: 0 auto;
    line-height: 30px;
    padding: 10px;
}
.z_ts3 .z_time{
	font-size: 14px;
	color:#ff366c;
	font-weight: normal;
}
.z_ts3 .z_pay{
	background: url(../images/z_ok_03.jpg) no-repeat center top;
	background-size: auto 100%;
}
.z_ts3{
	display: none;
}
/*弹框结束*/


/*首页-实习就业新css 20171018*/


.lv_info{
      			overflow: hidden;
      			width: 1300px;
      		}

      		.ywin_sxjy .job_content .lv_info a{
			    transform: translate(100px);
			    opacity: 0;
			}


			.ywin_sxjy .job_content .lv_info a:nth-child(1){
				transition: all 1s 0.2s ease-out;
			}
			.ywin_sxjy .job_content .lv_info a:nth-child(2){
				transition: all 1s 0.4s ease-out;
			}
			.ywin_sxjy .job_content .lv_info a:nth-child(3){
				transition: all 1s 0.6s ease-out;
			}
			.ywin_sxjy .job_content .lv_info a:nth-child(4){
				transition: all 1s 0.8s ease-out;
			}

			.ywin_sxjy .job_content .lv_info a:nth-child(5){
				transition: all 1s 1s ease-out;
			}
			.ywin_sxjy .job_content .lv_info a:nth-child(6){
				transition: all 1s 1.2s ease-out;
			}
			.ywin_sxjy .job_content .lv_info a:nth-child(7){
				transition: all 1s 1.4s ease-out;
			}
			.ywin_sxjy .job_content .lv_info a:nth-child(8){
				transition: all 1s 1.6s ease-out;
			}


			.ywin_sxjy.in_anm .job_content .lv_info  a{
			    transform: translate(0,0);
			    opacity: 1;
			}


			.lv_info a{
				display: block;
				float: left;
			}

      		.lv_info dl{
      			float: left;
      			width: 286px;
      			overflow: hidden;
      			border: 1px solid #e4e4e4;
      			box-sizing: border-box;
      			padding:20px;
      			margin: 0;
      			margin-right: 18px;
      			margin-bottom: 18px;
      		}

      		.lv_info dl dd{
      			overflow: hidden;
      			margin: 0px;
      		}

      		.lv_info > a:hover dl{
      			border: 1px solid red;
      		}


      		.lv_info dl dd .img{
      			float: left;
      			width: 70px;
      			overflow: hidden;
      			height: 30px;
      		}

      		.lv_info dl dd .img img{
      			width: 100%;
      			height: 100%;
      		}

      		.lv_info dl dd .text{
      			float: right;
      			width: 155px;
      			overflow: hidden;
      			line-height: 30px;
      			height: 30px;
      			text-overflow: ellipsis;
      			white-space: nowrap;
      			text-align: left;
      			font-size: 12px;
      			font-weight: bold;
      		}

      		.lv_info dl dt{
      			padding-bottom: 20px;
      			border-bottom: 1px solid #e8e8e8;
      			margin-bottom: 10px;
      		}

      		.lv_info dl dt h2{
      			text-align: center;
      			font-weight: bold;
      			font-size: 18px;
      			margin-bottom: 10px;
      			line-height: 24px;
      		}

      		.lv_info dl dt p{
      			text-align: center;
      			font-size: 14px;
      			color: #fd6262;
      			margin-bottom: 10px;
      		}

      		.lv_info dl dt .tag{
      			text-align: center;
      		}

      		.lv_info dl dt .tag span{
      			display: inline-block;
      			height: 26px;
      			line-height: 26px;
      			text-align: center;
      			padding: 0 10px;·
      			background: #f0f2f5;
      			border-radius: 30px;
      			max-width: 110px;
      			white-space: nowrap;
      			overflow: hidden;
      			text-overflow: ellipsis;
      			color: #666666;
      			font-size: 12px;
      			margin: 0 5px;
      		}


/*首页-实习就业新css 20171018*/






.lv_loading{
		height: 100%;
		width: 100%;
		position: fixed;
		left: 0;
		top: 0;
		background: #fff;
		color: #fff;
		z-index: 10000;
	}

	.lv_loading_box{
		height: 40px;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-top:-20px;
		margin-left:-100px;
		text-align: center;
	}

	.lv_loading_box li{
		display: inline-block;
		width: 40px;
		text-align: center;
		line-height: 40px;
		font-size: 40px;
		font-weight: bold;
		background: #f71c5c;
		margin:0 5px;
		animation: 0.2s tiao forwards infinite alternate;
	}


	.lv_loading_box li:nth-of-type(1){
		animation-delay: 0s;
	}
	.lv_loading_box li:nth-of-type(2){
		animation-delay: 0.3s;
	}
	.lv_loading_box li:nth-of-type(3){
		animation-delay: 0.6s;
	}

	@keyframes tiao{
		from{
			transform: translate(0,0);
		}
		to{
			transform: translate(0,-20px);
		}
	}

/*head*/
.l_head_top a{display:block;}
.lm_headBox .center:after{content:"";display:block;width:0;height:0;clear:both;overflow:hidden;}
.lm_head_bg{margin-top:100px;}
.l_head_top{border-bottom:1px solid #efefef;height:36px;font-size:12px;}
.head_phone{display:block;float:left;background:url(../images/lm_head_phone_.png) left center no-repeat;padding:0 0 0 20px;color:#333;line-height:36px;font-size:16px;}
.l_head_top .l_rt{float:right;margin:10px 0 0;}
.head_gkk{float:left; position:relative;}
.head_gkk a{padding:0 24px 0 0;float:left;color:#666;}
.head_gkk a:hover {color:#f60;}
.head_gkk:after{content:"";display:block;width:1px;height:10px;position:absolute;right:-1px;top:5px;background:#b5b5b5;}
.head_gkk .last{border-right:1px solid #666;}
.l_head_top ol{margin:0 0 0 2px;padding-left:17px;float:left;}
.l_head_top ol:after{content:"";display:block;width:0;height:0;clear:both;overflow:hidden;}
.l_head_top li{float:left;line-height:16px;cursor:pointer;}
.l_head_top li a{margin:0 5px;color:#666;}
.l_head_top li a:hover {color:#f60;}
.l_head_top .zb a{margin:0 0 0 10px;font-weight:bold;}
.l_head_top .head_dl{background:url(../images/lm_head_icon1.png) left 1px no-repeat;padding:0 0 0 15px;margin:0 15px 0 15px;}
.l_head_top .head_zc{background:url(../images/lm_head_icon2.png) left 2px no-repeat;padding:0 0 0 13px;margin:0 4px 0 0;}
.l_head_top .head_gwc{background:url(../images/l_head_gwc.png) left center no-repeat;padding:0 0 0 13px;}
.l_head_top .head_gwc a{color:#f71c5c;}
.l_head_top .head_tc{background:url(../images/x_head_tc1.png) left 2px no-repeat;padding-left:12px;margin:0 3px;}
.l_head_top .head_num{margin:-3px 0 0 0;}
.l_head_top li.zb{position:relative;}
.l_head_top li.zb:before{content:"";display:block;position:absolute;left:0;top:4px;width:1px;height:10px;background:#b5b5b5;}


.logoBox {float:left;line-height:62px;}
.logoBox a {float:left;line-height: 62px;height:100%;}
.logoBox a img{vertical-align: middle;}
.logoBox .lm_logo_w{margin:0 0 0 10px;font-size:18px;color:#666;}
.l_head_bom .l_rt {float:right;}

.l_head_bom ul {margin:5px -24px 0;}
.l_head_bom li {float:left;position:relative;z-index:1;}
.l_head_bom li  a{color:#333;padding:0 24px;display:block;line-height:58px;position:relative;}
.l_head_bom li.one:after{content:"";display:block;position:absolute;left:8px;top:12px;width:60px;height:32px;background:#f71c5c;z-index:-1;}
.l_head_bom li.one a{color:#fff;}
.lm_headBox.lm_headBox_now {height:auto;}
.lm_headBox.lm_headBox_now li.one:after{height:23px;top:8px;}
.lm_headBox.lm_headBox_now .logoBox a{width:158px;line-height:40px;display:inline-block;}
.lm_headBox.lm_headBox_now .logoBox img{width:100%;vertical-align:middle;line-height:40px;display:inline-block;}
.lm_headBox.lm_headBox_now .logoBox{line-height:40px;height:40px;}
.lm_headBox.lm_headBox_now .l_head_bom li  a{line-height:40px;}
.lm_headBox.lm_headBox_now .l_head_bom ul{margin-top:0;}
.lm_headBox.lm_headBox_now .l_head_bom{box-shadow:0 1px 1px 0 #000;box-shadow:0 1px 1px 0 rgba(0,0,0,0.5); }

.lm_headBox .logoBox a:before{content:"";display:inline-block;width:0;height:100%;vertical-align:middle;}


.l_dqwz_con_border{margin-top:100px;}
.l_search{margin-top:100px;}
.login{margin-top:100px;}
				/*下拉*/
.yw_head_xiala{min-height: 0;transition: all 0.6s;-webkit-transition:all 0.6s;overflow:hidden;position:fixed;top:100px;left:0;z-index:9999;background:#051e36;background:rgba(5,30,54,0.95);width:100%;}
.yw_head_xiala_now{ top:77px;}
.yw_head_nav2{ display:none;}
.yw_head_nav2 .tab_a{background:#272c30;text-align: right;height:54px;}
.yw_head_nav2 .tab_a_box{display: inline-block;clear:both;overflow:hidden;border-left:1px solid #32373b;}
.yw_head_nav2 .tab_a a{text-align:center;color:#fff;display:block;width:233px;float:left;height:50px;line-height:50px;
	                   border-right:1px solid #32373b;}
.yw_head_nav2 .t_b_b{width:1200px;margin:0 auto;overflow:hidden;min-height:404px;}

/*yw_head_block1*/
.yw_head_block1{clear:both;overflow:hidden;padding-bottom:113px;}
.l_tit_head{margin:0 0 20px;padding:25px 0 14px;border-bottom:1px solid #86919d;color:#fff;text-align: right;font-size:16px; display: none;}
.yw_head_l{width:940px;float:left;}
.yw_head_top {margin:0 -10px;clear:both;overflow:hidden;}
.yw_head_top li{width:25%;padding:0 10px;box-sizing: border-box;}
.yw_head_top a{display:block;}
.yw_head_top img{width:100%;}
.yw_head_bot>li{padding:0 10px;box-sizing: border-box;width:25%;}
.yw_head_bot{margin:0 -10px;}
.yw_head_bot .tit_s_tit{padding-bottom:10px;border-bottom: 1px solid #85919d;color:#fff;margin:0 0 10px;font-size:16px;}

.l_head_ck{margin:0 -10px;}
.yw_head_block1 .yw_head_bot>li{width:25%;}
.l_head_ck li{padding:0 10px;box-sizing: border-box;margin: 0 0 10px;}
.l_head_ck .ol_box{color:#fff;border:1px solid #556676;display: block;padding:8px 15px;}
.l_head_ck .l_tit{font-size:12px;line-height:18px;}
.l_head_ck .l_intro{color:#a7abb1;display: block;font-size:11px;line-height:12px;}

.yw_head_rigth {width:260px;float:right;}
.yw_head_rigth .l_box{padding:0 0 0 20px;box-sizing: border-box;}
.yw_head_rigth .img{line-height:0;position:relative;}
.yw_head_rigth .img img{width:100%;}
.yw_head_rigth .l_txt{margin:20px 0 0;background:url(../images/l_head_xiala.icon.png) 24px 18px  no-repeat;text-indent: 40px;border:2px solid #f71c5c;background-color:#fff;color:#f71c5c;padding:13px 25px;line-height:24px;font-weight:bold;}

.yw_head_nav2 .tab_a .selected{background:#f71c5c;}
.yw_head_nav2 .tab_a a:hover{background:#f71c5c;}

.yw_head_xiala.hov .l_head_ck .ol_box:hover {background:#f71c5c;color:#fff;border:1px solid #f71c5c;}
.yw_head_xiala.hov .l_head_ck .ol_box:hover .l_intro {color:#fa9baf;}


.yw_head_block2{padding:0 0 113px;}
.yw_head_xiala.yw_head_xiala_now{top:77px;}

/*yw_head_block3*/
.yw_head_cma{margin:0 0 0 -20px;}
.yw_head_cma>li{width:50%;padding:0 0 0 20px;box-sizing:border-box;transition:all 0.6s;-webkit-transition:all 0.6s;}
.yw_head_cma .l_box{display:block;color:#fff;padding:15px;box-sizing:border-box;border:1px solid #546575;}
/*.yw_head_cma .li_box{clear:both;overflow:hidden;}*/
.yw_head_cma .boxIn{overflow:hidden;}
.yw_head_cma{padding:0;}
.yw_head_cma .ll_tit{color:#fff;font-size:16px;padding-left:15px;}
.yw_head_cma .l_tit{color:#fff;float:left;margin:0 8px 0 0;font-size:18px;margin-top:5px;}
.yw_head_cma .l_s_tit{color:#fff;font-size:12px;line-height:16px;}
.yw_head_cma i{line-height:14px;font-size:11px;word-break:break-all;color:#b9bcc0;display:block;min-height:30px;max-height:30px;}
.yw_head_cma ol{clear:both;overflow:hidden;}
.yw_head_cma ol li{width:50%;padding:17px 15px 10px;box-sizing:border-box;float:left;}

.yw_head_cma>li:hover .l_box {background:#f71c5c;border:1px solid #f71c5c;}
.yw_head_cma>li:hover i {color:#fcbbc8;}
.yw_head_block3{padding-bottom:50px;}


/*yw_head_block4*/
.yw_head_block4{padding:0 0 50px;clear:both;overflow:hidden;}
.yw_head_cpa{margin:0 -10px;}
.yw_head_cpa>li{padding:0 10px;width:25%;box-sizing:border-box;margin:0 0 20px;}
.yw_head_cpa .l_box{border:1px solid #627280;padding:20px 20px;display:block;color:#fff;height:75px;box-sizing:border-box;}
.yw_head_cpa .l_tit{font-size:12px;line-height:16px;}
.yw_head_cpa .l_intro{font-size:11px;line-height:14px;word-break:break-all;color:#babdc2;}

.yw_head_cpa{padding:0;}

.yw_head_cpa>li:hover .l_box{background:#f71c5c;border:1px solid #f71c5c;}
.yw_head_cpa>li:hover .l_intro{color:#fcbbc8;}


/*.yw_head_block5*/
.yw_head_block5{padding:0 0 75px;}
.l_head_cfa{padding:0;}
.l_head_cfa_ul {}
.l_head_cfa_ul>li {padding:0 20px 0 0;}
.l_head_cfa_ul .l_box{width:200px;display:block;border:1px solid #637280;color:#fff;font-size:16px;line-height:20px;height:75px;padding:25px 20px;box-sizing:border-box;}
.l_head_cfa_ul .l_box:hover{border:1px solid #f71c5c;color:#fff;background:#f71c5c;}

.l_tit_czd{color:#fff;margin:15px 0;font-size:12px;}
.l_head_cfa_km{margin:0 92px 0 0;background:#051e36;clear:both;overflow:hidden;padding:3px 0 0 10px;}
.l_head_cfa_km>li{width:25%;padding:20px 20px 24px;box-sizing:border-box;}
.l_head_cfa_km .l_box{color:#fff;font-size:12px;line-height:16px;}
.l_head_cfa_km .l_tit{}
.l_head_cfa_km .l_intro{font-size:11px;line-height:14px;color:#a5a9ae;max-height:44px;overflow:hidden;word-break:break-all;}


.yw_head_block6{padding:0 0 70px;}
.yw_head_block6 .head_gk>li{width:14.2%;}
.head_gk{margin:0 -5px;}
.head_gk .l_box{box-sizing:border-box;}
.head_gk>li{padding:0 5px;box-sizing:border-box;color:#fff;}
.head_gk .tit{padding-bottom:8px;border-bottom:1px solid #86929d;margin:0 0 10px;font-weight:normal;}
.head_gk ol li{margin:0 0 10px;display:table;width:100%;}
.yw_head_block6 .head_gk .ol_box{height:44px;}
.head_gk .ol_box{border:1px solid #546575;box-sizing:border-box;color:#fff;font-size:12px;line-height:16px;display:table-cell;vertical-align:middle;padding:0 20px;}
.head_gk .ol_box:hover{background:#f71c5c;border:1px solid #f71c5c;}


/*.yw_head_block7*/
.yw_head_block7{padding:0 0 50px;}
.l_head_yy{margin:0 -10px 0;clear:both;overflow:hidden;}
.l_head_yy>li{width:25%;padding:0 10px;box-sizing:border-box;}
.l_head_yy .l_box{display:block;padding:20px;color:#fff;border:1px solid #546574;height:161px;overflow:hidden;box-sizing:border-box;margin:0 0 10px;}
.l_head_yy .l_tit{font-weight:normal;margin:0 0 10px;}
.l_head_yy .l_intro{font-size:12px;line-height:20px;max-height:80px;overflow:hidden;}

.l_head_yy .l_box:hover{background:#f71c5c;border:1px solid #f71c5c;}

.yw_head_block7{padding:0 0 50px;}
.yw_head_block7 .head_gk>li{width:25%;}
.yw_head_block7 .head_gk .ol_box{height:55px;}

.yw_head_xiala.nav_dropdown{ min-height:714px;transition: max-height 0.8s 0.6s;-webkit-transition: max-height 0.8s 0.6s;}
.yw_head_nav2_1 .tab_a_box{margin-right:158px;}


.yw_head_rigth .lx_txt{line-height:24px;position:absolute;left:0;top:0;color:#fff;padding:36px 30px 0;}
.yw_head_rigth .lx_tit{margin:0 0 7px 0;}
.yw_head_rigth  .lx_txtIn{max-height:192px;overflow:hidden;}


.lm_lunbo{height:400px;position:relative;}
.lm_lunbo .owl-carousel .owl-item{height:400px;}
.lm_lunbo .owl-carousel .owl-dots{z-index:2;}
.lm_lunbo .owl-carousel .owl-dots .owl-dot{background:#fff;}
.lm_lunbo .owl-carousel .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot.active{border:2px solid #f71c5c;background:#f71c5c;}
.lm_lunbo .owl-carousel .owl-dots .owl-dot{margin-bottom:23px;}

.yw_head_block7,
.yw_head_block6,
.yw_head_block5,
.yw_head_block4,
.yw_head_block3,
.yw_head_block1,
.yw_head_block2{padding-bottom:20px;}

/*headbg*/
.lm_head_bg{background-repeat:no-repeat;height:400px;position:relative;background-size: auto 100%;background-position: center center;}
.head_txt{z-index:2;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;text-align:center;color:#fff;font-weight:bold;height:100px;width:1200px;padding:0 100px;box-sizing:border-box;}
.head_titBox{position:relative;width:400px;margin:0 auto;}
.head_tit{font-size:36px;}
.head_xian{width:48%;background:url(../images/head__bg_14_7.png) center 8px no-repeat;margin:4px auto 0;}
.head_xian i{width:50%;height:7px;box-sizing: border-box;display:inline-block;}
.head_xian u{width:100%;height:1px;display:block;background:#8d8d8e;background:rgba(255,255,255,0.6);}
.head_xian .left{padding:0 7px 0 0;}
.head_xian .right{padding:0 0 0 7px;}
.head_intro{font-size:24px;}
.head_bg_tc{z-index:1;position:absolute;top:0;left:0;background:url(../images/head_bg_tc.png) repeat;height:100%;width:100%;}


.lm_lunbo .owl-carousel .owl-item .head_txt{opacity:0;transition:all 0.6s;-webkit-transition:all 0.6s;transform: translateX(600px);-webkit-transform:translateX(600px);}
.lm_lunbo .owl-carousel .owl-item.active .head_txt{transform: translateX(0);-webkit-transform:translateX(0);opacity: 1;}


/*ckxm_b1*/
.ckxm_b1{padding:113px 0 40px;}
.lm_Lit{text-align: center;margin:0 auto;}







/*课程规划 css*/
.kecheng_box{
	padding:50px 0 ;
}

.kecheng_box .lm_Lit{
	margin-bottom:50px;
}

.kecheng_content{
	width: 1200px;
	margin: auto;
	line-height: 22px;
	color: #676565;
}

.kecheng_content *{
	font-family: "微软雅黑"!important;
	font-size: 13px!important;
}

.kecheng_content strong,.kecheng_content b{
	font-weight: bold!important;
	color: #000;

}

.kecheng_content > p > b:nth-of-type(1){
	display: inline-block;
	border-left: 2px solid #f71c5c;
	text-align: left;
	padding: 0px 0px 0px 5px;
}

.kecheng_content p{
	margin-bottom: 15px;
	line-height: 20px;
	color: #676565;
}

.kecheng_content table{
	width: 100%!important;
	margin: auto;
	margin-bottom: 20px;
}

.kecheng_content table tr td{
	border: 1px solid #d5d5d5!important;
	text-align: center;
	padding:4px 20px;
}

.kecheng_content table tr td p,.kecheng_content table tr th p{
	text-align: center;
}


.kecheng_content table tr td p{
	margin: 0;
}

.kecheng_content table.lv_table_left tr td {
	text-align: left;
	padding:10px 20px;
}

.kecheng_content table.lv_table_left tr td p,.kecheng_content table.lv_table_left tr th p{
	text-align: left;
}





.chapter-ct {
    width: 100%;
    height: auto;
    padding: 0 20px 8px 28px;
    margin-bottom: 0;
    background: #fff;
    overflow: hidden;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}



.chapter-ct-title-s1 {
    float: left;
    width: 11px;
    height: 11px;
    margin-top: 20px;
    margin-right: 10px;
    background: url(../images/chapter-ico.png) 0 -9px no-repeat;
     -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.chapter-ct-li>ul {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: none;
}

.chapter-ct-title-s1-active {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
}

.chapter-ct ul  li{
	padding-left:30px;
	border-top:1px solid #ededed;
	font-weight: lighter;
}


.chapter-ct-li{
	border-top: 1px solid #ccc;
	font-weight: bold;
}

.chapter-ct > .chapter-ct-li:first-of-type{
	border-top: none;
}


.chapter-ct-li>a {
    padding-right: 110px;
    line-height: 47px;
}

.chapter-ct-title-s2 {
    float: left;
    width: 20px;
    height: 20px;
    margin-top: 14px;
    margin-right: 10px;
    background: url(../images/chapter-ico.png) -20px -16px no-repeat;
}

.chapter-ct-study {
    position: absolute;
    top: 0;
    right: -9px;
    height: 50px;
    padding-top: 10px;
    display: none;
}

.chapter-ct-study a {
    width: 38px;
    height: 30px;
    margin-right: 10px;
    line-height: 30px;
    font-size: 14px;
    color: #a3a3a3;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*课程规划 css*/





/*
.kecheng_box{
	width: 1200px;
	margin: auto;
}

.kecheng_box p{
	font-size: 14px;
	margin-bottom: 10px;
	text-align: justify;
}

.kecheng_box li{
	width: 720px;
	margin: auto;
}

.kecheng_box li .p{
	font-size: 14px;
	margin-bottom: 10px;
}


.kecheng_box table{
	border: 1px solid red;
	margin: auto;

}

.kecheng_box table td{
	padding: 5px  10px;
	font-size: 14px;
}*/









.lm_Lit .tit{font-size:30px; color:#333;}
.lm_Lit_bai .tit{
	color: #fff;
}
.lm_xn{background:#d5d5d5;width:359px;position:relative;height:1px;margin:16px auto;}
.lm_xn span{display: block;width:61px;position:absolute;left:0;right:0;top:-1px;bottom:0;margin:auto;background:#f71c5c;}
.lm_Lit .intro{color:#908f8f;line-height: 24px;}

.lm_Lit_bai{color:#fff;}
.lm_Lit_bai .intro{color:#fff;}
.lm_Lit_bai .lm_xn{background:#e83b6e;}
.lm_Lit_bai .lm_xn span{background:#fff;}


.ckxm_b1 .l_fl{width:50%;margin:120px 0 0;}
.ckxm_b1 .cont{line-height:24px;color:#666;margin:0 0 72px;}
.border_btn{border:1px solid #f71c5c;border-radius: 2px;color:#f71c5c;height:52px;line-height: 52px;box-sizing: border-box;padding:0 40px;display:inline-block;}
.ckxm_b1 .l_fr{width:50%;margin:40px 0 0;}
.ckxm_b1 .l_fr a{display: inline-block;padding:0 0 0 40px;cursor:pointer;}


.border_btn:hover{background:#f60;color:#fff;border:1px solid #f60;}

/*ckxm_b2*/
.ckxm_b2 {background:#f2f5fa;padding:115px 0 112px;color:#666;}
.ckxm_b2 ul{margin:65px -10px 0;}
.ckxm_b2 li{width:50%;text-align: center;overflow: hidden;padding:0 10px;box-sizing: border-box;}
.ckxm_b2 li h2{font-size:16px;line-height:24px;}
.ckxm_b2 .img{width:100%;overflow:hidden;}
.ckxm_b2 .img img{transition:all 0.6s;-webkit-transition:all 0.6s;width:100%;}
.ckxm_b2 .cont{overflow: hidden;padding:30px 40px 22px;box-sizing:border-box;line-height:22px;height:144px;
	           background:#fff;position:relative;border:1px solid #d7e0e7;border-top:none;transition:all 0.6s;-webkit-transition:all 0.6s;}
.ckxm_b2 .txt{margin:20px 0 0;}

.ckxm_b2 .hov:hover .cont{color:#333;}
.ckxm_b2 .hov .img:hover img{transform: scale(1.2);-webkit-transform:scale(1.2);}
.ckxm_b2 .hov .cont:hover{background:#f71c5c;border:1px solid #f71c5c;border-top:none;color:#fff;}

/*ckxm_b3*/
.ckxm_b3{overflow:hidden;padding:115px 0 0;}
.ckxm_b3 ul{margin:45px -1px 0 0;}
.ckxm_b3 ul li{width:33.3%;box-sizing: border-box;padding:0 1px 0 0;border-bottom: 1px solid #fff;}
.ckxm_b3 ul .l_box{text-align: center;color:#fff;position:relative;display:block;}
.ckxm_b3 ul .boxIn{z-index:1;width:100%;height:100%;vertical-align: middle;position:absolute;left:0;top:0;background:rgba(247,28,92,0);transition:all 0.6s;-webkit-transition:all 0.6s;}
.ckxm_b3 ul .boxIn:after{content:"";display:block;position:absolute;left:0;top:0;width:100%;height:100%;transition:all 0.6s;-webkit-transition:all 0.6s;z-index:-1;background:url(../images/bg000_50.png);}
.ckxm_b3 ul .img{display:block;}
.ckxm_b3 ul .img img{}
.ckxm_b3 ul .jia{display:inline-block;width:51px;height:51px;opacity:0;filter:Alpha(opacity=0); background:url(../images/jtin_zbyw_tb.png) no-repeat;background-size:contain;margin:5% 0 0 0;
                transform:translateY(-80px);-webkit-transform:translateY(-80px);transition:all 0.6s;-webkit-transition:all 0.6s;}
.ckxm_b3 ul .l_tit{font-size:20px;line-height:28px;margin:4% 0 7%;}
.ckxm_b3 ul .intro{line-height:20px;margin-top:230px;transform:translateY(150px);-webkit-transform:translateY(150px);transition:all 0.6s;-webkit-transition:all 0.6s;min-height:60px;overflow:hidden; font-size: 14px; text-align: justify;}
.ckxm_b3 ul .cont{position:absolute;width:86%;height:80%;top:0;left:0;right:0;bottom:0;margin:auto;overflow:hidden;z-index:1;}

.ckxm_b3 ul .hov:hover .jia{opacity:1;filter:Alpha(opacity=100);transform:translateY(0);-webkit-transform:translateY(0);}
.ckxm_b3 ul .hov:hover .intro{transform:translateY(0);-webkit-transform:translateY(0);margin-top:0;}
.ckxm_b3 ul .hov:hover .boxIn{background:url(../images/logo_redcolor_90.png);}
.ckxm_b3 ul .hov:hover .boxIn:after{background:none;background:rgba(0,0,5,0);}

/*ckxm_b4*/
.ckxm_b4{margin:101px 0 109px;}
.ckxm_b4 .lm_Lit{margin-bottom:33px;}
.ckxm_zhmk{margin:0 -12px 0;}
.ckxm_zhmk li{width:25%;padding:0 12px;height:79px;box-sizing: border-box;margin:12px 0;text-align: center;}
.ckxm_zhmk ul{overflow: hidden;}
.ckxm_zhmk .l_box{display:table;border:1px solid #dadada;width:100%;height:100%;box-sizing: border-box;}
.ckxm_zhmk .icon{display:inline-block;}
.ckxm_zhmk .htit{font-size:16px;margin:10px 0 0;line-height:20px;}
.ckxm_zhmk .intro{line-height:14px;font-size:12px;max-height:28px;overflow: hidden;word-break: break-all;}

.ckxm_zhmk .li_tit{width:185px;margin:12px 12px 0;text-align: center;}
.ckxm_zhmk .li_tit .l_box{color:#fff;background:#f71c5c;height:79px;padding:7px 10px 0;box-sizing: border-box;}
.ckxm_zhmk .li_tit .icon{display:inline-block;}
.ckxm_zhmk .li_tit .htit{margin:10px 0 0;transition:all 0.4s;-webkit-transition:all 0.4s;}

.ckxm_zhmk .li_cont{text-align: left;transition:all 0.6s;-webkit-transition:all 0.6s;}
.ckxm_zhmk .li_cont .l_box{color:#333;padding:7px 10px 0}
.ckxm_zhmk .li_cont .smtit{display:inline-block;font-size:16px;font-weight: bold;float:left;margin:10px 10px 20px 0;}
.ckxm_zhmk .li_cont .htit{font-weight:normal;}
.ckxm_zhmk .li_cont .intro{color:#9a9a9a;overflow: hidden;}

.ckxm_zhmk .li_com{}
.ckxm_zhmk .li_com .l_box{border:1px solid #f71c5c;color:#f71c5c;padding:7px 10px 0 20px;}
.ckxm_zhmk .li_com .icon{width:40px;height:30px;float:left;margin:15px 0 0 0;}
.ckxm_zhmk .li_com .htit{margin:20px 0 0;overflow: hidden;text-align: left;}


.ckxm_zhmk.hov .li_cont:hover .l_box{background:#f71c5c;color:#fff;}
.ckxm_zhmk.hov .li_cont:hover .intro{color:#fff;}




/*.ckxm_b5*/
.ckxm_b5{background:#f2f5fa;padding:115px 0 70px;}
.ckxm_b5_ul{margin:22px -53px 0;}
.ckxm_b5_ul li{width:16.6%;padding:30px 53px;text-align: center;box-sizing:border-box;}
.ckxm_b5_ul .l_box{font-size:16px;line-height:20px;color:#333333;display:block;}
.ckxm_b5_ul .img{width:108px;height:108px;display:block;border:1px solid #cbcccd;border: 1px solid rgba(203,204,205,1);border-radius:50%;background:url(../images/ckxm_bkzl_icon1.png) no-repeat;transition:all 0.2s;-webkit-transition:all 0.2s;}
.ckxm_b5_ul .txt{margin:16px 0 0 0;}

.ckxm_b5_ul .li2 .img{background:url(../images/ckxm_bkzl_icon2.png) no-repeat;}
.ckxm_b5_ul .li3 .img{background:url(../images/ckxm_bkzl_icon8.png) no-repeat;}
.ckxm_b5_ul .li4 .img{background:url(../images/ckxm_bkzl_icon4.png) no-repeat;}
.ckxm_b5_ul .li5 .img{background:url(../images/ckxm_bkzl_icon5.png) no-repeat;}
.ckxm_b5_ul .li6 .img{background:url(../images/ckxm_bkzl_icon6.png) no-repeat;}
.ckxm_b5_ul .li7 .img{background:url(../images/ckxm_bkzl_icon7.png) no-repeat;}
.ckxm_b5_ul .li8 .img{background:url(../images/ckxm_bkzl_icon8.png) no-repeat;}
.ckxm_b5_ul .li9 .img{background:url(../images/ckxm_bkzl_icon9.png) no-repeat;}
.ckxm_b5_ul .li10 .img{background:url(../images/ckxm_bkzl_icon10.png) no-repeat;}
.ckxm_b5_ul .li11 .img{background:url(../images/ckxm_bkzl_icon11.png) no-repeat;}
.ckxm_b5_ul .li12 .img{background:url(../images/ckxm_bkzl_icon12.png) no-repeat;}

.ckxm_b5_ul.hov .l_box:hover .img{background-color:#f71c5c;background-position:left bottom;border: 1px solid rgba(203,204,205,0);}
.ckxm_b5_ul.hov .l_box:hover .txt{color:#f60;}

/*.ckxm_b6*/
.ckxm_b6{padding:88px 0 90px;}
.ckxm_xinw .l_tit{font-size:16px;font-weight:bold;color:#333;}
.ckxm_xinw .l_time{display:block;font-size:12px;margin:4px 0 11px;color:#fba8b9;}
.ckxm_xinw .xian{display:block;}
.ckxm_xinw .intro{line-height:20px;margin:14px 0 0;height:40px;overflow:hidden;}

.ckxm_xinw .hot{float:left;color:#fff;width:386px;padding:32px 0 0;}
.ckxm_xinw .hot .img{display:block;overflow:hidden;}
.ckxm_xinw .hot .img img{width:100%;transition:all 0.6s;-webkit-transition:all 0.6s;transform: scale(1);-webkit-transform:scale(1); }
.ckxm_xinw .hot .l_tit{color:#fff;}
.ckxm_xinw .hot .l_time{}
.ckxm_xinw .xian{width:35px;height:2px;display:block;background:#fff;}
.ckxm_xinw .hot .intro{color:#fddfe5;}
.ckxm_xinw .hot .txt{background:#f71c5c;height:160px;box-sizing: border-box;padding:26px 40px;}

.ckxm_xinw ul{overflow:hidden;position:relative;}
.ckxm_xinw ul:before{content:"";display:block;width:100%;left:0;bottom:0;height:10px;background:#fff;position:absolute;}
.ckxm_xinw .l_box{border-bottom:1px dashed #cccccc;padding:30px 0;}
.ckxm_xinw li{width:50%;padding:0 0 0 45px;box-sizing: border-box;}
.ckxm_xinw ul:after{content:"";display:block;width:0;height:0;clear:both;overflow:hidden;}
.ckxm_xinw ul .l_time{color:#9a9a9a;}
.ckxm_xinw ul .intro{color:#666666;margin:7px 0 0;padding:0 30px 0 0;}
.ckxm_xinw.hov  .l_tit:hover{color:#f60;}
.ckxm_xinw.hov .hot .l_tit:hover{color:#333;}
.ckxm_xinw.hov .img:hover img{transform: scale(1.2);-webkit-transform:scale(1.2); }

.ckxm_btnbox{text-align:center;margin:40px 0 0;}
.ckxm_btnbox .selected,
.btn_red{color:#fff;font-size:18px;height:44px;display:inline-block;background:#f71c5c;line-height:44px;border-radius: 2px;padding:0 50px;margin:0 10px;transition:all 0.6s;-webkit-transition:all 0.6s;}
.border_gray{color:#666;font-size:18px;height:44px;border:1px solid #dddddd;display:inline-block;line-height:44px;box-sizing: border-box;border-radius: 2px;padding:0 50px;margin:0 10px;transition:all 0.6s;-webkit-transition:all 0.6s;}

.ckxm_btnbox.hov .btn_red:hover{background:#f60;border:none;color:#fff;}
.ckxm_btnbox.hov .border_gray:hover{border:1px solid #f60;}

/*ckxm_b7*/
.ckxm_b7{background:#f2f5fa;padding:115px 0 125px;}
.ckxm_b7 .ckxm_con{margin:54px -10px 0;}
.ckxm_con{margin:0 -10px;}
.ckxm_con li{padding:0 10px;width:25%;box-sizing: border-box;}
.ckxm_con .l_box{overflow:hidden;}
.ckxm_con .tit{color:#333;font-weight:bold;}
.ckxm_con .img{display:block;overflow: hidden;}
.ckxm_con .img img{width:100%;transition:all 0.6s;-webkit-transition:all 0.6s;transform: scale(1);-webkit-transform: scale(1);}
.ckxm_con .txt{background:#fff;box-sizing: border-box;padding:19px 20px 14px;}
.ckxm_con .intro{line-height:22px;margin:8px 0 0;height:66px;overflow:hidden;}

.ckxm_con.hov  .img:hover img {transform: scale(1.2);-webkit-transform: scale(1.2);}
.ckxm_con.hov  .tit:hover {color:#f60;}


/*ckxm_b8*/
.ckxm_b8{padding:115px 0 95px;}
.ckxm_b8 .ckxm_zb{margin:50px 0 0;}
.ckxm_zb{margin:0 -25px;}
.ckxm_zb li{padding:30px 25px;width:33.3%;box-sizing:border-box;}
.ckxm_zb .l_box{}
.ckxm_zb .icon{display:block;width:85px;height:85px;background:url(../images/ckxm_zbct_icon1.png);border:1px solid #f71c5c;border-radius: 50%;float:left;margin:0 15px 0 0;transition:all 0.2s;-webkit-transition:all 0.2s;}
.ckxm_zb .txt{overflow:hidden;padding:12px 0 0;}
.ckxm_zb .tit{font-size:16px;line-height:22px;color:#333;font-weight:bold;height:21px;overflow: hidden;}
.ckxm_zb .intro{color:#908f8f;line-height:22px;overflow:hidden;height:44px;margin:10px 0 0;}

.ckxm_zb .li2 .icon{background:url(../images/ckxm_zbct_icon2.png);}
.ckxm_zb .li3 .icon{background:url(../images/ckxm_zbct_icon3.png);}
.ckxm_zb .li4 .icon{background:url(../images/ckxm_zbct_icon4.png);}
.ckxm_zb .li5 .icon{background:url(../images/ckxm_zbct_icon5.png);}
.ckxm_zb .li6 .icon{background:url(../images/ckxm_zbct_icon6.png);}
.ckxm_zb .li7 .icon{background:url(../images/ckxm_zbct_icon7.png);}
.ckxm_zb .li8 .icon{background:url(../images/ckxm_zbct_icon8.png);}
.ckxm_zb .li9 .icon{background:url(../images/ckxm_zbct_icon9.png);}

.ckxm_zb.hov .icon:hover {background-color:#f71c5c;background-position:left bottom;}
.ckxm_zb.hov .tit:hover{color:#f60;}

/*.ckxm_b9*/
.ckxm_b9 {background:#f2f5fa;padding:113px 0 118px;}
.ckxm_b9 .center{overflow:visible;}
.ckxm_b9 .ckxm_wans{margin:65px 0 0;}
.ckxm_wans{}
.ckxm_wans .l_box{text-align:center;}
.ckxm_wans .pic{color:#fff;display:block;position:relative;}
.ckxm_wans .contBox{position:absolute;top:0;left:0;width:100%;height:100%;box-sizing:border-box;line-height:26px;padding:54px 20px;background:rgba(247,28,92,0);opacity:0;transition:all 0.5s;-webkit-transition:all 0.5s;filter:Alpha(opacity=0);}
.ckxm_wans .contBox span{display:inline-block;background:url(../images/ckxm_shiting.png) left center no-repeat;height:27px;padding:0 0 0 31px;margin:35px 0 0;}
.ckxm_wans .l_txt{background:#fff;padding:20px 20px 13px;border:1px solid #efefef;border-bottom:3px solid #f71c5c; }
.ckxm_wans .tit{font-size:16px;color:#333;padding:0 0 18px;display:block;height:60px;overflow:hidden;box-sizing:border-box;}
.ckxm_wans .tit b{display:inline-block;width:100%;font-weight:bold;transition:all 0.4s;-webkit-transition:all 0.4s;}
.ckxm_wans .tit i{display:inline-block;width:100%;color:#f71c5c;font-size:14px;line-height:18px;}
.ckxm_wans .txtIn{line-height:20px;color:#666;border-top:1px solid #efefef;padding:15px 0 0;}
.ckxm_wans .owl-carousel .owl-item{height:auto !important;}

.ckxm_wans.hov .pic:hover .contBox{background:url(../images/logo_redcolor_90.png);opacity: 1;filter:Alpha(opacity=100);}
.ckxm_wans.hov .tit b:hover{color:#f60;}

.owl_btn .owl-carousel .owl-controls .owl-nav .owl-prev,
.owl_btn .owl-carousel .owl-controls .owl-nav .owl-next{width:51px;height:51px;background:url(../images/ywin_zbgkk_jt.png) no-repeat left top;}
.owl_btn .owl-carousel .owl-controls .owl-nav .owl-prev{left:-74px;}
.owl_btn .owl-carousel .owl-controls .owl-nav .owl-next{background-position:right top;right:-74px;}
.owl_btn.hov .owl-carousel .owl-controls .owl-nav .owl-prev:hover{background-position:left bottom;}
.owl_btn.hov .owl-carousel .owl-controls .owl-nav .owl-next:hover{background-position:right bottom;}

.yein_zbxy.ckxm_b11{background:url(../images/ckxm.zbxy_bg.jpg) no-repeat;}
.ckxm_b11.in_anm .ywin_tit h2{color:#333;}
.ckxm_b11.in_anm .ywin_tit .text{color:#999;}
.ckxm_b11.in_anm .ywin_tit h2{background:url(../images/ywin_bt_1.png) no-repeat center bottom;}


.ckxm_b11 .li_box{transition: all 0.4s;-webkit-transition: all 0.4s;}
.ckxm_b11 .li_box:before{transition: all 0.1s;-webkit-transition: all 0.1s;}
.ckxm_b11.in_anm  .right a{height:auto;margin-top:8px;}

.ckxm_b11.in_anm  .right a.music_button,.yein_zbxy .right a.music_button{
	display: none;
}
.ckxm_b11.in_anm  .right i{position:static;display: inline-block;margin:0 10px 0 0;}
.ckxm_b11.in_anm  .right .i2{position:static;display: inline-block;margin:0 10px;}
.ckxm_b11.in_anm  .ckxm_u{color:#999;text-decoration: none;display: block;margin:10px 0 0;padding:0 0 0 23px;font-size:12px;float:left;}
.ckxm_b11.in_anm .right .span2{font-size: 12px;padding:0;}

.ckxm_b11.in_anm .hov li:hover .li_box{background:#f71c5c;color:#fff;}
.ckxm_b11.in_anm .hov li:hover .left span.span2{color:#fff;}
.ckxm_b11.in_anm .hov li:hover .right .span2{color:#fddfe5;}
.ckxm_b11.in_anm .hov li:hover .left span.span3{color:#fddfe5;}
.ckxm_b11.in_anm .hov li:hover .right i{background:url(../images/yein_zbxy_i1_1.png) no-repeat left top;}
.ckxm_b11.in_anm .hov li:hover .right i.i2{background-position:right top;}
.ckxm_b11.in_anm .hov li:hover .li_box:before{background:url(../images/ckxm_zbxy_z1.png) no-repeat;}
.ckxm_b11.in_anm .hov .li2:hover .li_box:before{background:url(../images/ckxm_zbxy_z1_1.png) no-repeat;}

.ckxm_b11.in_anm .hov li:hover .ckxm_u{color:#fddfe5;}



/*ckxm_b12*/

.ckxm_b12{padding:110px 0 77px;}

.ckxm_b12 .ckxm_csxz{padding:45px 0 0;}
.ckxm_csxz .item{height:310px;}
.ckxm_csxz .owl-carousel .owl-item{height:auto !important;}
.ckxm_csxz .txt{line-height: 24px;position:absolute;left:36px;right:5px;bottom:108px;}
.ckxm_csxz .Ltit{font-size:72px;display: block;position:absolute;left:36px;right:5px;}
.ckxm_csxz i{width:0;height:0;border-style: solid;border-color:#29abb9 #fff #fff #29abb9;border-width: 7px;display: block;position:absolute;left:0;top:0;}

.ckxm_csxz .li2{margin:300px 0 0;}
.ckxm_csxz .li{box-sizing: border-box;width:100%;height:310px;}
.ckxm_csxz .li2 i{bottom:0;top:auto;}

.ckxm_csxz .li .Ltit{bottom:11px;}
.ckxm_csxz .li2 .Ltit{bottom:208px;}
.ckxm_csxz .li2 .txt {top:108px;left:36px;right:5px;height:100px;overflow:hidden;}

.ckxm_csxz .li_blue{border-bottom:10px solid #29abb9;border-left:1px solid #29abb9;}
.ckxm_csxz .li_blue .Ltit{color:#29abb9;}
.ckxm_csxz .li_red{border-top:10px solid #f71c5c;border-left:1px solid #f71c5c ;}
.ckxm_csxz .li_red .Ltit{color:#f71c5c;}
.ckxm_csxz .li_red i{border-color: #fff #fff #f71c5c #f71c5c;}
.ckxm_csxz  .li_yellow{border-bottom:10px solid #ef9e1b;border-left:1px solid #ef9e1b;}
.ckxm_csxz .li_yellow .Ltit{color:#ef9e1b;}
.ckxm_csxz .li_yellow i{border-color:#ef9e1b #fff #fff #ef9e1b;}
.ckxm_csxz  .li_green{border-top:10px solid #c9cf2e;border-left:1px solid #c9cf2e;}
.ckxm_csxz .li_green .Ltit{color:#c9cf2e;}
.ckxm_csxz .li_green i{border-color: #fff #fff #c9cf2e #c9cf2e;}
.ckxm_csxz  .li_black{border-bottom:10px solid #575950;border-left:1px solid #575950;}
.ckxm_csxz .li_black .Ltit{color:#575950;}
.ckxm_csxz .li_black i{border-color:#575950 #fff #fff #575950;}
.ckxm_csxz .l_box{position:relative;width:100%;height:100%;}

.owl_btn.ckxm_b12   .ckxm_csxz.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl_btn.ckxm_b12   .ckxm_csxz.owl-carousel .owl-controls .owl-nav .owl-next{margin-top:-10px;}




/*ckxm_b12*/
.ckxm_b13{background:#f2f5fa;}
.ckxm_b13 .job_content .poab_logo{background:#fff;}

/*.ckxm_b13*/
.jtin_zbfb.ckxm_b14{background:url(../images/ckxm_qgfb-bg.jpg) no-repeat;background-size:cover;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/ckxm_qgfb-bg.jpg',sizingMethod='scale');}

/*ckxm_b15*/
.ckxm_b15{height:839px;background:url(../images/ckxm_hq_bg.jpg) no-repeat;background-size: cover;padding:90px 0 103px;box-sizing: border-box;}
.ckxm_zxlb{width:50%;margin:0 0 0 50%;padding:0 65px 0 27px;box-sizing: border-box;;}
.ckxm_zxlb .tit{position:relative;padding:0 0 0 15px;}
.ckxm_zxlb h2{font-size:30px;margin:0 0 9px;}
.ckxm_zxlb .tit:after{display:block;content:"";position:absolute;left:0;top:10px;width:7px;height:24px;background:#f71c5c;}
.ckxm_zxlb span{font-size:12px;color:#908f8f;}
.ckxm_zxlb form{width:100%;margin:45px 0 0;}

.ckxm_zxlb input:focus{outline: none;}
.ckxm_zxlb textarea{outline: none;}
.ckxm_zxlb input{height:57px;line-height:56px;text-indent: 10px;width:100%;}
.ckxm_zxlb i{display: block;float: left;line-height: 56px;color:#999999;}
.ckxm_zxlb .inputbox{overflow: hidden;}
.ckxm_zxlb .cl{border:1px solid #dddddd;border-radius: 3px;width:100%;margin:0 0 20px;background:#fff;padding:0 20px 0 20px;box-sizing: border-box;}
.ckxm_zxlb  textarea{height:104px;background:#fff;width:100%;resize:none;text-indent: 30px;line-height:20px;}
.ckxm_zxlb .l_bz{background:#fff;padding:0 20px 20px 20px;}
.ckxm_zxlb .l_bz i{float: none;}
.ckxm_zxlb .l_btn{width:100%;color:#fff;font-size:18px;padding:10px 0 0;border:none;background:none;}
.ckxm_zxlb .l_btn input{color:#fff;font-size:18px;background:#f71c5c;cursor: pointer;border-radius: 3px;transition:all 0.6s;-webkit-transition: all 0.6s;}


.ckxm_zxlb.hov .l_btn:hover input{background:#f60;}
.ckxm_zxlb.hov .cl:hover{border:1px solid #f71c5c;}

.yein_zbxy.ckxm_b11 li:before{background:#f71c5c;right:-5px;}
.yein_zbxy.ckxm_b11 .swiper-wrapper{background:url(../images/yein_zbxy_xian_1.gif) repeat-y center top;}
.yein_zbxy.ckxm_b11 a{transition: all 0s;}


/*财会项目-CMA*/

/*.ckxm_b9_cma1*/

.ckxm_b9_cma1{background:#f2f5fa; padding:115px 0 115px; }
.ckxm_cma_wans{margin:45px 0 0;}
.ckxm_cma_wans{}
.ckxm_cma_wans{}
.ckxm_cma_wans{}
.ckxm_cma_wans .l_txt{background:#fff;box-sizing:border-box;padding:17px 20px;}
.ckxm_cma_wans .l_txt .tit{color:#333;font-weight:bold;overflow:hidden;display:block;text-overflow:ellipsis;white-space: nowrap;}
.ckxm_cma_wans .intro{line-height:22px;margin:10px 0 0;}
.ckxm_cma_wans .owl-carousel .owl-item{height:auto;}

.ckxm_cma_wans .pic{overflow:hidden;display: block;}
.ckxm_cma_wans .pic img{width:100%;transition:all 0.6s;-webkit-transition:all 0.6s;transform: scale(1);-webkit-transform:scale(1);}

.ckxm_cma_wans.hov .pic:hover img{transform: scale(1.2);-webkit-transform:scale(1.2);}
.ckxm_cma_wans.hov .l_txt .tit:hover{color:#f60;}


.ckxm_cma_b4{padding:100px 0;}

.ckxm_cma_b4 .ckxm_cma_jhnz{margin:50px 0 0;}
.ckxm_cma_jhnz .table-t{display: table;}
.ckxm_cma_jhnz .li{width:50%;display: table-cell;vertical-align: middle;box-sizing: border-box;min-height: 677px;transition:all 0.6s;-webkit-transition:all 0.6s;background:rgba(255,255,255,0);}
.ckxm_cma_jhnz .l_box{height:100%;display: block;}
.ckxm_cma_jhnz .l_cell{width:200px;display:inline-block;text-align: center;padding:0 27px;box-sizing: border-box;display: table-cell;vertical-align: middle;}
.ckxm_cma_jhnz .table_cell{display: table;}

.ckxm_cma_jhnz .li1{padding-right: 50px;}
.ckxm_cma_jhnz .li2{padding-left: 50px;}

.ckxm_cma_jhnz .titBox{}
.ckxm_cma_jhnz .tit{font-size:48px;font-weight:bold;color:#f71c5c;display:block;}
.ckxm_cma_jhnz .tit_int{font-size:12px;line-height:14px;color:#999;width:100%;margin:5px 0 0;display: block;}
.ckxm_cma_jhnz .tit_i{color:#666;display:block;margin:5px 0 0;}
.ckxm_cma_jhnz ol{display:inline-block;}
.ckxm_cma_jhnz ol>li{width:317px;height:87px;border:1px solid #dadada;padding:20px 30px;box-sizing: border-box;margin:5px 0;}
.ckxm_cma_jhnz .smtit{font-size:30px;float:left;margin:0 20px 0 0;}
.ckxm_cma_jhnz .over_box{overflow:hidden;}
.ckxm_cma_jhnz .ol_tit{font-size:16px;line-height:20px;}
.ckxm_cma_jhnz .ol_intro{font-size:12px;line-height:12px;max-height:28px;overflow:hidden;word-break: break-all;color:#999;}

.ckxm_cma_jhnz .ol_intro,
.ckxm_cma_jhnz .over_box,
.ckxm_cma_jhnz .tit_i,
.ckxm_cma_jhnz .tit_int,
.ckxm_cma_jhnz .li{transition:all 0.6s;-webkit-transition:all 0.6s;}

.ckxm_cma_jhnz.hov .li:hover {background:#f71c5c;}
.ckxm_cma_jhnz.hov .li:hover .over_box,
.ckxm_cma_jhnz.hov .li:hover .smtit,
.ckxm_cma_jhnz.hov .li:hover .tit_i,
.ckxm_cma_jhnz.hov .li:hover .tit{color:#fff;}
.ckxm_cma_jhnz.hov .li:hover .ol_intro,
.ckxm_cma_jhnz.hov .li:hover .tit_int{color:#fbacbc;}
.ckxm_cma_jhnz.hov .li:hover ol>li{border:1px solid #f9618d;}
.ckxm_cma_jhnz .l_box{transition: all 0s;-webkit-transition:all 0s;}
.ckxm_cma_jhnz.hov .l_box:hover{color:#fff;}


/*补充 ywin_sxjy*/
.ywin_sxjy .bdtxt{line-height:22px;text-align:center;position:relative;padding:14px 50px 0;}
.ywin_sxjy .bdtxt i{display:block;width:22px;height:21px;position:absolute;background:url(../images/biaodian_h21.gif) no-repeat left top;top:17px;left:0;}
.ywin_sxjy .bdtxt .i2{background-position:right top; top:17px;right:0;left:auto;}

.ckxm_b_cma2.ywin_sxjy {padding-bottom:116px;}

/*金融项目-CFA*/

.jrxm_b_cfa1{padding:91px 0 130px;}
.jrxm_b_cfa1 .center{overflow:visible;}
.jrxm_cfa_kctx {margin:70px -22px 0;position:relative;}

.jrxm_cfa_kctx .tab_a{position:absolute;top:0;left:0;right:0;width:314px;margin:auto;}
.jrxm_cfa_kctx .tab_a a{display: block;width:314px;height:113px;padding:5px 80px;text-align: center;position:relative;margin-bottom:64px;box-sizing: border-box;transition:all 0.6s;-webkit-transition:all 0.6s;}
.jrxm_cfa_kctx .tab_a a:after{content:"";display: block;width:31px;height:48px;
                       background:url(../images/ckxm_cfa_cfakecheng_.gif) no-repeat;position: absolute;bottom:-64px;left:0;right:0;margin:auto;}
.jrxm_cfa_kctx .tab_a .last:after{display: none;}
.jrxm_cfa_kctx .tab_a em {color:#f71c5c;font-size:48px;display: block;font-weight: bold;}

.jrxm_cfa_kctx .tab_a span{color:#666666;font-size: 24px;}

.jrxm_cfa_kctx.hov .tab_a a:hover {background:#f71c5c;}
.jrxm_cfa_kctx.hov .tab_a a:hover span,
.jrxm_cfa_kctx.hov .tab_a a:hover em{color:#fff;}


.jrxm_cfa_kctx_tab {min-height:472px;}
.jrxm_cfa_kctx_tab  ul:after{content:"";display:block;width:0px;height:0;clear:both;overflow: hidden;}
.jrxm_cfa_kctx_tab  li{width:50%;padding:0 200px;box-sizing: border-box;text-align: right;margin-bottom:10px;}
.jrxm_cfa_kctx_tab  .li2{text-align: left;padding:0 87px 0 196px;}
.jrxm_cfa_kctx_tab  .li1{padding:0 196px 0 87px;}


.jrxm_cfa_kctx_tab  .l_box{border:1px solid #dadada;display:block;width:100%;box-sizing: border-box;height:79px;}
.jrxm_cfa_kctx_tab  .li1 .l_box{padding:19px 68px 0 20px;}
.jrxm_cfa_kctx_tab  .li2 .l_box{padding:19px 20px 0 68px;}

.jrxm_cfa_kctx_tab .l_tit{display: block;font-size:16px;line-height:20px;}
.jrxm_cfa_kctx_tab .intro{display: block;max-height:24px;overflow:hidden;word-break: break-all;line-height:14px;color:#999;}

.jrxm_cfa_kctx_tab  .intro,
.jrxm_cfa_kctx_tab  .l_tit,
.jrxm_cfa_kctx_tab  .intro{transition:all 0.6s;-webkit-transition:all 0.6s;}


/*.jrxm_cfa_kctx.hov .jrxm_cfa_kctx_tab  .l_box:hover .intro{color:#fff;color:rgba(255,255,255,0.6);}*/
/*.jrxm_cfa_kctx.hov .jrxm_cfa_kctx_tab  .l_box:hover{background:#f71c5c;border:1px solid #f71c5c;}*/
.jrxm_cfa_kctx.hov .jrxm_cfa_kctx_tab  .l_box:hover .l_tit{color:#333;}

/*财会项目-CPA*/
.ckxm_zhmk_cpa_b1{padding:100px 0 95px;}

.ckxm_zhmk_cpa{margin:42px -9px 0;}
.ckxm_zhmk_cpa li{width:314px;border:1px solid #dadada;height:79px;text-align:center;margin:12px 45px;transition:all 0.6s;-webkit-transition:all 0.6s;}
.ckxm_zhmk_cpa .l_box{padding:10px 30px;display:block;}
.ckxm_zhmk_cpa .l_box{padding:10px 30px;display:block;}
.ckxm_zhmk_cpa .htit{font-size:16px;line-height:20px;font-weight:normal;margin-top:10px;}
.ckxm_zhmk_cpa .intro{font-size:12px;line-height:14px;max-height:28px;overflow:hidden;color:#9a9a9a;word-break:break-all;}

.ckxm_zhmk_cpa li:hover {background:#f71c5c;border:1px solid #f71c5c;}
.ckxm_zhmk_cpa li:hover .htit{color:#fff;}
.ckxm_zhmk_cpa li:hover .intro{color:#fff;}



/*财经证书*/

/*.cjzh_b1*/
.cjzh_b1{padding:115px 0 120px;}
.cjzh_nx{margin:55px 0 0;padding:0 70px;}
.cjzh_nx li{width:25%;padding:0 35px;box-sizing: border-box;}
.cjzh_nx .l_box{text-align: center;display: block;}
.cjzh_nx .icon{transition:all 0.4s;-webkit-transition:all 0.4s;margin:0 auto 15px;width:118px;height:118px;border:1px solid #f71c5c;background-color: rgba(0,0,0,0);background:url(../images/cjxm_nx_icon1.png) no-repeat;border-radius: 50%;}
.cjzh_nx .l_txt{color:#666;line-height:22px;}

.cjzh_nx .li2 .icon{background:url(../images/cjxm_nx_icon2.png) no-repeat;}
.cjzh_nx .li3 .icon{background:url(../images/cjxm_nx_icon3.png) no-repeat;}
.cjzh_nx .li4 .icon{background:url(../images/cjxm_nx_icon4.png) no-repeat;}

.cjzh_nx.hov .icon:hover {background-color: #f71c5c;background-position: left bottom;}


/*cjzh_b2*/
.cjzh_b2{background:#f2f5fa;}
.btn_ljgd{border:1px solid #fff;border-radius: 3px;display: inline-block;height:31px;padding:0 15px;line-height:31px;opacity:0;filter:Alpha(opacity=0);transition:all 0.6s;-webkit-transition:all 0.6s; }
.cjzh_b2 .btn_ljgd{transform: translateY(300px);-webkit-transform:translateY(300px);}

.cjzh_b2 .lm_xn{margin-bottom:5px;}
.cjzh_b2 ul .l_tit{margin-bottom:0;transition:all 0.6s;-webkit-transition:all 0.6s;}

.ckxm_b3 .smintro{font-size:12px;line-height:14px;word-break: break-all;color:rgb(255,255,255);color:rgba(255,255,255,0.8);opacity:1;}
.cjzh_b2 ul .intro{margin:20px 0 20px;height:60px;overflow:hidden;opacity:0;filter:Alpha(opacity=0);}
.cjzh_b2  ul .l_tit{margin:25% 0 0;}
.cjzh_b2.hov li:hover .btn_ljgd{opacity:1;transform: translateY(0);-webkit-transform:translateY(0);filter:Alpha(opacity=100);}
.cjzh_b2.hov  ul li:hover .l_tit{margin:9% 0 0;}
.cjzh_b2.hov  ul li:hover .intro{opacity:1;filter:Alpha(opacity=100);}
.cjzh .cjzh_b2.hov  ul li:hover .smintro{margin:3px 0 20px;}
.cjzh .cjzh_b2.hov  ul li a{color: #fff;}
				/*cjzh_b3*/
.cjzh_b3{padding:115px 0 119px;}
.cjzh_b3 .cjzh_b3_zjy{margin:45px 0 0;}
.cjzh_b3 .cjzh_b3_zjy_ol{margin-top:55px;}
.cjzh_b3_zjy{margin:0 -40px;}
.cjzh_b3_zjy li{padding:0 40px;width:20%;box-sizing: border-box;text-align: center;}
.cjzh_b3_zjy .l_box{display: block;}
.cjzh_b3_zjy .icon{width:118px;height:118px;border:1px solid #f71c5c;border-radius: 50%;position:relative;display: inline-block;transition:all 0.4s;-webkit-transition:all 0.4s;background:#f71c5c;}
.cjzh_b3_zjy .icon span{box-sizing: border-box;border-radius: 50%;border:2px solid #fff;width:102px;height:102px;position: absolute;margin:-51px 0 0 -51px;top:50%;left:50%;line-height:102px;
                       font-size:48px;transition:all 0.4s;-webkit-transition:all 0.4s;color:#fff;}
.cjzh_b3_zjy .l_txt{color:#666;line-height:20px;margin:15px 0 0;}

.cjzh_b3_zjy.hov .l_box:hover .icon{background:#fff;}
.cjzh_b3_zjy.hov .l_box:hover .icon span{color:#f71c5c;}

.cjzh_b3_zjy_ol{margin:0 -10px;}
.cjzh_b3_zjy_ol li{padding:0 10px;box-sizing: border-box;}
.cjzh_b3_zjy_ol .ol_box{position:relative;display:block;}
.cjzh_b3_zjy_ol .l_txt{overflow:hidden;padding:40px;box-sizing:border-box;position:absolute;left:0;top:0;background:url(../images/cjzh_zjy_t_bg.png) repeat-y;background:rgba(5,30,54,0.5);background-size:cover;width:100%;height:100%;color:#fff;text-align:center;}
.cjzh_b3_zjy_ol .tit{margin:44px 0 0;}
.cjzh_b3_zjy_ol	.intro{color:#fff;color:rgba(255,255,255,0.8);line-height:20px;display: inline-block;margin:14px 0 0;}


/*频道页-公考*/
.pd_bk_b1{padding:115px 0 0;background:#f2f5fa;}

.pd_bk_b1_bg{background-repeat:no-repeat;margin:55px 0 0;}
.pd_bk_xy{border-left:1px solid #fff;}
.pd_bk_xy li{box-sizing:border-box; border-right:1px solid #fff;width:50%;border-bottom:1px solid #fff;}
.pd_bk_xy .l_box{display:block;height:100%;position:relative;text-align:center;color:#fff;}
.pd_bk_xy .img img{width:100%;}
.pd_bk_xy .boxIn{position:absolute;left:0;top:0;height:100%;width:100%;background:url(../images/blue_50.png);}
.pd_bk_xy .l_tit{margin:125px 0 0;font-size:20px;transition:all 0.6s;-webkit-transition:all 0.6s;}
.pd_bk_xy .smintro{font-size:12px;color:rgba(255,255,255,0.8);word-break:break-all;}
.pd_bk_xy .intro{line-height:22px;opacity:0;transition:all 0.6s;-webkit-transition:all 0.6s;max-height:68px;overflow:hidden;filter:Alpha(opacity=0);}
.pd_bk_xy .cont{padding:40px 118px;height:100%;transition:all 0.6s;-webkit-transition:all 0.6s;}

.pd_bk_xy.hov li:hover .l_tit{margin-top:60px;}
.pd_bk_xy.hov li:hover .intro{opacity:1;margin:15px 0 0;filter:Alpha(opacity=100);}
.pd_bk_xy.hov li:hover .btn_ljgd{opacity:1;margin:25px 0 0;filter:Alpha(opacity=100);}
.pd_bk_xy.hov li:hover .cont{background:url(../images/logo_redcolor_90.png);}
.pd_bk_xy.hov li .cont a{color:#fff}
.bg_gray{background:#f2f5fa;}
.bg_gray .ckxm_xinw ul:before{background:#f2f5fa;}



.pd_gk_x1 .li1 .icon{background:url(../images/cjxm_gkpd_icon1.png) no-repeat;}
.pd_gk_x1 .li2 .icon{background:url(../images/cjxm_gkpd_icon2.png) no-repeat;}
.pd_gk_x1 .li3 .icon{background:url(../images/cjxm_gkpd_icon3.png) no-repeat;}
.pd_gk_x1 .li4 .icon{background:url(../images/cjxm_gkpd_icon4.png) no-repeat;}

.pd_bk_bx_kaoyan  .pd_bk_bx1 .li1 .neiyuan {background: url(../images/pd_gk_zjy_icon5.png) no-repeat;background-position: left bottom;}
.pd_bk_bx_kaoyan  .pd_bk_bx1 .li2 .neiyuan {background: url(../images/pd_gk_zjy_icon6.png) no-repeat;background-position: left bottom;}
.pd_bk_bx_kaoyan  .pd_bk_bx1 .li3 .neiyuan {background: url(../images/pd_gk_zjy_icon7.png) no-repeat;background-position: left bottom;}
.pd_bk_bx_kaoyan  .pd_bk_bx1 .li4 .neiyuan {background: url(../images/pd_gk_zjy_icon8.png) no-repeat;background-position: left bottom;}


.l_zbgkc .l_zbgkc_b3.ywin_zbgkk .item a{max-width:100%;}
.l_zbgkc .l_zbgkc_b3.ywin_zbgkk .nr{padding:20px 12px;}
.ywin_zbgkk .nr .bt{display:block;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;}

.l_zbgkc_xq  .l_zbgkc_b3.ywin_zbgkk .item a{max-width:100%;}
.l_zbgkc_xq  .l_zbgkc_b3.ywin_zbgkk .nr{padding:20px 12px;}

/*pd_bk_bx*/
.pd_bk_bx{padding:115px 0 70px;}
.pd_bk_bx .pd_bk_bx1 li {width:25%;padding:0 50px;}
.pd_bk_bx .pd_bk_bx1{padding:0 40px;margin:68px 0 0;}
.pd_bk_bx1{margin:68px 0 0;}
.pd_bk_bx1 li{box-sizing:border-box;text-align:center;}
.pd_bk_bx1 .icon{border:1px solid #f71c5c;background:#f71c5c;width:118px;height:118px;border-radius:50%;line-height:118px;position:relative;transition:all 0.6s;-webkit-transition:all 0.6s;display:inline-block;}
.pd_bk_bx1 .l_box{display:inline-block;}
.pd_bk_bx1 .l_txt{color:#666;line-height:20px;margin:15px 0 0;}
.pd_bk_bx1 .neiyuan{display:inline-block;width:102px;height:102px;box-sizing:border-box;border-radius:50%;border:2px solid #fff;position:absolute;left:50%;top:50%;
                  margin:-51px 0 0 -51px;background:url(../images/cjxm_ky3_icon1.png) no-repeat;background-position:left bottom;transition:all 0.6s;-webkit-transition:all 0.6s;}
.pd_bk_bx1 .li2 .neiyuan{background:url(../images/cjxm_ky3_icon2.png) no-repeat;background-position:left bottom;}
.pd_bk_bx1 .li3 .neiyuan{background:url(../images/cjxm_ky3_icon3.png) no-repeat;background-position:left bottom;}
.pd_bk_bx1 .li4 .neiyuan{background:url(../images/cjxm_ky3_icon4.png) no-repeat;background-position:left bottom;}
.pd_bk_bx1 .li5 .neiyuan{background:url(../images/cjxm_ky3_icon5.png) no-repeat;background-position:left bottom;}
.pd_bk_bx1 .li6 .neiyuan{background:url(../images/cjxm_ky3_icon6.png) no-repeat;background-position:left bottom;}


.pd_bk_bx1.hov li:hover .neiyuan{background-position:left top;border:2px solid #fff;}
.pd_bk_bx1.hov li:hover .icon{background:#fff;}


/*频道-考研*/
.pd_ky_b1{padding:115px 0 135px;}
.pd_ky_b1 .pd_bk_bx_kaoyan{margin:48px -30px 0;}
.pd_ky_b1 .pd_bk_bx_kaoyan li {width:16.6%;padding:0 30px;}

.pd_ky_x1.cjzh_b1  .li1 .icon{background:url(../images/cjxm_ky2_icon1.png) no-repeat;}
.pd_ky_x1.cjzh_b1  .li2 .icon{background:url(../images/cjxm_ky2_icon2.png) no-repeat;}
.pd_ky_x1.cjzh_b1  .li3 .icon{background:url(../images/cjxm_ky2_icon3.png) no-repeat;}
.pd_ky_x1.cjzh_b1  .li4 .icon{background:url(../images/cjxm_ky2_icon4.png) no-repeat;}

.pd_ky_x1.hov .l_box:hover .icon{background-position: left bottom;background-color: #f71c5c;}




/*频道-语言培训*/
.pd_yypx_b1{padding:115px 0 100px;}
.pd_yypx_b1  .cjzh_b3_zjy_ol{margin-top:35px;}
.pd_yypx_b1  .cjzh_b3_zjy_ol li{margin:0 0 20px;}

.pd_yypx_bx1.cjzh_nx .li1 .icon{background:url(../images/pd_gk_b2_icon1.png) no-repeat;}
.pd_yypx_bx1.cjzh_nx .li2 .icon{background:url(../images/pd_gk_b2_icon2.png) no-repeat;}
.pd_yypx_bx1.cjzh_nx .li3 .icon{background:url(../images/pd_gk_b2_icon3.png) no-repeat;}
.pd_yypx_bx1.cjzh_nx .li4 .icon{background:url(../images/pd_gk_b2_icon4.png) no-repeat;}

.pd_yypx_bx1.hov li:hover .icon{background-position: left bottom;background-color:#f71c5c;}

.pd_zqpx_b1 .pd_bk_bx1 .li1 .neiyuan{background:url(../images/pd_gk_zypx_icon1.png) no-repeat;background-position: left bottom;}
.pd_zqpx_b1 .pd_bk_bx1 .li2 .neiyuan{background:url(../images/pd_gk_zypx_icon2.png) no-repeat;background-position: left bottom;}
.pd_zqpx_b1 .pd_bk_bx1 .li3 .neiyuan{background:url(../images/pd_gk_zypx_icon3.png) no-repeat;background-position: left bottom;}



/*频道-职前培训*/
.ckxm_b3 .ul_2 li{width:50%;margin-bottom:1px;}
.pd_zqpx_b1{padding:130px 0;}
.pd_zqpx_b1 .pd_bk_bx1{padding:0 93px;margin-top:80px;}
.pd_zqpx_b1 .pd_bk_bx1 li{padding:0 55px;width:33.3%;}



/*pd_zqpx_b2*/
.pd_zqpx_b3{background:#fff;}

.pd_zqpx_b2{background:#f2f5fa;padding:115px 0 141px;}

.pd_zqpx_kctd{margin:40px -10px 0;}
.pd_zqpx_kctd li{width:33.3%;box-sizing:border-box;padding:10px;height:275px;}
.pd_zqpx_kctd .l_box{padding:39px 100px 32px;background:#fff;display:block;width:100%;height:100%;box-sizing:border-box;text-align:center;padding:39px 90px 32px}
.pd_zqpx_kctd .icon{width:50px;height:50px;background:url(../images/pd_zqpx_kctd_icon1.png) no-repeat;display:inline-block;margin:5px 0 0;transition:all 0.6s;-webkit-transition:all 0.6s;}
.pd_zqpx_kctd .intro{color:#666;line-height:22px;margin:10px 0 0;height:44px;overflow:hdiden;}
.pd_zqpx_kctd .l_btn{color:#666;border:1px solid #999;height:27px;line-height:27px;padding:0 20px;display:inline-block;border-radius:3px;margin:18px 0 0;}
.pd_zqpx_kctd .l_tit{font-size:16px;font-weight:normal;}

.pd_zqpx_kctd .li2 .icon{background:url(../images/pd_zqpx_kctd_icon2.png) no-repeat;}
.pd_zqpx_kctd .li3 .icon{background:url(../images/pd_zqpx_kctd_icon3.png) no-repeat;}
.pd_zqpx_kctd .li4 .icon{background:url(../images/pd_zqpx_kctd_icon4.png) no-repeat;}
.pd_zqpx_kctd .li5 .icon{background:url(../images/pd_zqpx_kctd_icon5.png) no-repeat;}
.pd_zqpx_kctd .li6 .icon{background:url(../images/pd_zqpx_kctd_icon6.png) no-repeat;}
.pd_zqpx_kctd .li7 .icon{background:url(../images/pd_zqpx_kctd_icon7.png) no-repeat;}
.pd_zqpx_kctd .li8 .icon{background:url(../images/pd_zqpx_kctd_icon8.png) no-repeat;}
.pd_zqpx_kctd .li9 .icon{background:url(../images/pd_zqpx_kctd_icon9.png) no-repeat;}

.pd_zqpx_kctd.hov .l_box:hover {background:#f71c5c;color:#fff;}
.pd_zqpx_kctd.hov .l_box:hover .intro{color:#fff;color:rgba(255,255,255,0.8);}
.pd_zqpx_kctd.hov .l_box:hover .icon {background-position:left bottom;}
.pd_zqpx_kctd.hov .l_box:hover .l_btn {border:1px solid #fff;color:#fff;}


.ywin_sxjy.bg_gray  .job_content .poab_logo{background:#fff;border:1px solid #fff;}



.jtin_zbry.owl_btn  .arrow-left{width:51px !important;height:51px !important;background:url(../images/ywin_zbgkk_jt.png) no-repeat left top !important;}
.jtin_zbry.owl_btn .arrow-right{width:51px;height:51px;background:url(../images/ywin_zbgkk_jt.png) no-repeat right top !important;}
.jtin_zbry.owl_btn .arrow-right:hover{background-position:right bottom !important;}
.jtin_zbry.owl_btn  .arrow-left:hover{background-position:left bottom !important;}
.jtin_zbry.owl_btn  .a_box a:hover{background-color:#fff !important;}
.jtin_zbry.owl_btn  a{transition: all 0s;-webkit-transition: all 0s;}

.ckxm_csxz.owl-carousel .owl-item{height:auto !important;}


/*留学频道页*/
.cjzh_ye_lx_b1.cjzh_b1 li{width:33.3%;padding:0 35px;}

.cjzh_ye_lx_b1.cjzh_b1 .cjzh_nx{padding:0 200px;}

.cjzh_ye_lx_b1 .li1 .icon{background:url(../images/ckxm_lx_icon1.png) no-repeat;}
.cjzh_ye_lx_b1  .li2 .icon{background:url(../images/ckxm_lx_icon2.png) no-repeat;}
.cjzh_ye_lx_b1  .li3 .icon{background:url(../images/ckxm_lx_icon3.png) no-repeat;}


.yw_pd_lxb1{margin:0;background:#f2f5fa;padding:115px 0 102px;}

.yw_pd_lxb1 .pd_bk_bx_kaoyan{margin:48px -30px 0;}
.yw_pd_lxb1 .pd_bk_bx_kaoyan li{width:16.6%;padding:0 30px;}

.yw_pd_lxb1 .li1 .neiyuan{background:url(../images/ckxm_lx_icon4.png) left bottom no-repeat;}
.yw_pd_lxb1 .li2 .neiyuan{background:url(../images/ckxm_lx_icon5.png) left bottom no-repeat;}
.yw_pd_lxb1 .li3 .neiyuan{background:url(../images/ckxm_lx_icon6.png) left bottom no-repeat;}
.yw_pd_lxb1 .li4 .neiyuan{background:url(../images/ckxm_lx_icon7.png)left bottom  no-repeat;}
.yw_pd_lxb1 .li5 .neiyuan{background:url(../images/ckxm_lx_icon8.png)left bottom  no-repeat;}
.yw_pd_lxb1 .li6 .neiyuan{background:url(../images/ckxm_lx_icon9.png)left bottom  no-repeat;}
.yw_pd_lxb1 .li7 .neiyuan{background:url(../images/ckxm_lx_icon10.png) left bottom no-repeat;}
.yw_pd_lxb1 .li8 .neiyuan{background:url(../images/ckxm_lx_icon11.png)left bottom no-repeat;}


.yw_pd_lxb2{padding:115px 0 122px;}
.yw_lx_hzjg_tit{margin:20px 0;}
.yw_lx_hzjg{margin:0 -11px;}
.yw_lx_hzjg .li{width:20%;padding:0 11px;box-sizing:border-box;margin:0 0 20px;text-align:center;}
.yw_lx_hzjg .li_box{background:#fff;display:block;padding:22px 20px 23px; box-sizing:border-box;height:153px;}
.yw_lx_hzjg .imgBox{display:table;width:100%;}
.yw_lx_hzjg .imgBox span{display:table-cell;text-align:center;vertical-align:middle;}
.yw_lx_hzjg .imgBox img{max-width:182px;max-height:100%;}
.yw_lx_hzjg .li_txt{line-height:34px;}
.yw_lx_hzjg_tit_l{font-size：18px;text-align:center;margin:55px 0 24px;	}

.yw_pd_lxb2_zyhzhb{position:relative;margin:45px 0 0; width: 100%; overflow: hidden;}
.yw_pd_lxb2_zyhzhb .boxWrap{height:659px;position:relative;}
.yw_pd_lxb2_zyhzhb .l_box{width:2400px;height:100%;position:absolute;left:50%;margin-left:-1200px;margin-top:0;}

.yw_pd_lxb2_zyhzhb .swiper-wrapper>li{width:653px;}
.yw_pd_lxb2_zyhzhb .l_box{height:659px;}
.yw_pd_lxb2_zyhzhb .b1 {width:2009px;height:659px;background:url(../images/con_000_70.png);z-index:999;left:-2014px;display:block;position:absolute;top:-330px}
.yw_pd_lxb2_zyhzhb .b2 {width:2009px;height:659px;background:url(../images/con_000_70.png);z-index:999;right:-2014px;display:block;position:absolute;top:-330px;}
.yw_pd_lxb2_zyhzhb .swiper-button-prev1,
.yw_pd_lxb2_zyhzhb .swiper-button-next1{width:51px;height:51px;top:50%;margin-top:-25.5px;display:block;position:absolute;z-index:1000;cursor:pointer;}
.yw_pd_lxb2_zyhzhb .swiper-button-prev1{background:url(../images/ywin_zbgkk_jt.png) left top;left:-194px;}
.yw_pd_lxb2_zyhzhb .swiper-button-next1{background:url(../images/ywin_zbgkk_jt.png) right top;right:-194px;}

.yw_pd_lxb2_zyhzhb .a_box{position:absolute;width:100%;top:50%;left:0;}
.yw_pd_lxb2_zyhzhb .c_box{width:1190px;margin:0 auto;position:relative;}



/*视频弹出*/

/*公用*/
.vid_bg{ position:fixed; left:0; top:0; width:100%; height:100%; z-index:999; background: #000; background:rgba(0,0,0,0.7); display:none;}
.vid_con{ width:894px; height:520px; position:absolute; left:50%; top:50%; margin:-343px 0 0 -445px;}
.vid_con .vid_xx{ text-align:right;}
.vid_con .vid_xx a{ display:inline-block;  width:40px; height:40px; background:url(../images/xx.png);  z-index:2;}
.vid_con .vid_ul{ text-align:center; margin-top:50px;}
.vid_con .vid_ul a{ font-size:24px;color:#fff; border-bottom:2px solid #fff; padding-bottom:5px; margin:0 25px; transition:all 0.3s; -webkit-transition:all 0.3s;}
.vid_con .vid_ul a:hover{ color:#e40073;}
#vid_a1{ width:100%; height:100%;}
.vid  b{display:block;position:absolute;top:50%;margin-top:-30px;left:50%;margin-left:-30px;}
.vid .pic{display:block;position:relative;}


/*修改*/
.cjzh_b3_zjy .icon span{font-size:36px;}
.pd_bk_xy li{height:347px;}
.pd_bk_xy .cont{box-sizing:border-box;}
.ckxm_wans .txtIn{height:44px;overflow:hidden;}
.yw_head_cma>li{height:292px;}
.ckxm_b3 ul{margin-left:-2px;margin-right:-2px;}
.pd_bk_xy li{height:348px;}

.yw_head_block2 .yw_head_bot>li{width:20%;}

.yw_head_nav2 .t_b_b{margin-top:20px;}

.yw_head_block7,
.yw_head_block6,
.yw_head_block5,
.yw_head_block4,
.yw_head_block3,
.yw_head_block1,
.yw_head_block2{padding-bottom:40px;}

.ckxm_b2 .txt{height:66px;overflow:hidden;}
.ckxm_zxlb  textarea{text-indent:0;}
.ckxm_b2 .cont{height:auto;}
.ckxm_cma_wans .intro{height:88px;overflow:hidden;}
.ckxm_cma .ckxm_b2 .txt{height:88px;}
.ywin_sxjy .job_content .lyl_img{height:97px;}
.ywin_sxjy.ckxm_b_cma2 .job_content .poab_logo{padding-bottom:20px;}
.ckxm_cpa .ckxm_cma_wans .intro{height:66px;overflow:hidden;}
.ckxm_cfa .ckxm_b2 .txt{height:88px;overflow:hidden;}
.ckxm_frm .ckxm_b2 .txt{height:88px;overflow:hidden;}
.yw_lx_hzjg .imgBox img{max-height:80px;}
.yw_lx_hzjg .imgBox span{height:80px;}

.ywin_sxjy.ckxm_b_cma2 .job_content .poab_logo{padding-bottom:25px;cursor:pointer;}
.ywin_sxjy.ckxm_b_cma2 .job_content ul.job_msg li{width:20%;}
.ckxm_b3 ul .img{overflow:hidden;}


/*8.24*/

/*中博公开课*/
.yw_kclb{padding:0 0 60px;}
.head_txt em{font-style:normal;color:#f71c5c;}

/*课程列表*/
.l_search{text-align:center;padding:30px 0;border-top:1px solid #dfe5ef;color:#fff;}
.l_search form{width:661px;height:46px;line-height:46px;display:inline-block;border:2px solid #f71c5c;border-radius:3px;overflow:hidden;}
.l_search span{display:block;float:left;width:43px;height:46px;background:url(../images/lyl_search.png) center no-repeat;}
.l_search .inputBox{ overflow:hidden;padding:0 10px 0 0;}
.l_search a{float:right;display:block;width:124px;height:46px;background:#f71c5c;color:#fff;}
.l_search .l_left{float:left;width:537px;}
.l_search input{width:100%;height:46px;line-height:46px;font-size:14px;}
.l_search input {border:none;outline:medium;}

.l_dqwz_con{padding:17px 0;background:#f2f5fa;font-size:12px;}
.l_dqwz_con a{color:#999;font-size:12px;}
.l_dqwz_con i{color:#f71c5c;padding:0 8px;font-size:16px;}
.l_dqwz_con .l_dq{color:#333;}

.yw_kclb{background:#f2f5fa;}
.l_kcxz_con .center {padding:0 20px;box-sizing:border-box;background:#fff;}

.l_kcxz_con .l_p1{background:#fff;border-bottom:1px dashed #f2f5fa;padding:13px 0;line-height:22px;}
.l_kcxz_con span{display:inline-block;margin:0 7px 0 0;}
.l_kcxz_con a{display:inline-block;margin:0 15px;}
.l_kcxz_con a:hover{color:#f71c5c;}
.l_kcxz_con .l_active{color:#f71c5c;}


.yw_kclb_ul{margin:30px -15px 0;padding:0 0 10px;}
.yw_kclb_ul li{padding:0 15px;margin:0 0 20px;width:33.3%;box-sizing:border-box;}
.yw_kclb_ul .l_box{display:block;padding:3px;background:#fff;}
.yw_kclb_ul .l_txt{padding:27px 21px;line-height:22px;}
.yw_kclb .yw_kclb_ul h4{display:block;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;font-size:18px;line-height:30px;}
.yw_kclb_ul h4{margin:0 0 6px;}
.yw_kclb_ul span{color:#f71c5c;font-size:18px;}
.yw_kclb_ul i{display:block;width:54px;height:27px;background:url(../images/ywin_xmpx_music.png) no-repeat;background-size:contain;position:absolute;bottom:14px;left:23px;}
.yw_kclb_ul em{color:#999;text-decoration:line-through;font-style:normal;margin:0 0 0 10px;}
.yw_kclb_ul .img{position:relative;}
.yw_kclb_ul .img img{width:100%;}
.yw_kclb_ul .l_jiage{margin:12px 0 0;}
.yw_kclb_ul .txt{height:44px;overflow:hidden;color:#666;}
.yw_kclb .yw_kclb_ul .txt{height:44px;}

.yw_kclb_ul.hov .l_box:hover{background:#f71c5c;color:#fff;}
.yw_kclb_ul.hov .l_box:hover em,
.yw_kclb_ul.hov .l_box:hover .txt{color:#fdced7;}
.yw_kclb_ul.hov .l_box:hover span{color:#fff;}
.yw_kclb_ul.hov .l_box:hover a{color:#fff}


.l_dqwz_con_border{border-top:1px solid #dfe5ef;}


/*ACCAC产品*/

/*.l_ACCACcp_b1*/
.l_ACCACcp{padding:40px 0 0;}
.l_ACCACcp_b1{color:#666;padding:0 0 60px;}
.l_ACCACcp_b1 .l_fl {width:50%;padding:0 15px 0 0;box-sizing:border-box}
.l_ACCACcp_b1 .l_fr {width:50%;padding:0 0 0 15px;box-sizing:border-box;}
.l_ACCACcp_b1 .l_fl .l_txt{line-height:22px;color:#666;padding:20px 30px;border:1px solid #dcdbd9;border-top:none;}
.l_ACCACcp_b1 .l_fl .l-ship{overflow:hidden;}
.l_ACCACcp_b1 .l_fl .l_txt span{display:inline-block;height:30px;line-height:30px;background:#fff;color:#f71c5c;margin:0 20px 0 0;padding:0 15px;}

.l_ACCACcp_b1.hov  .l_fl .l_txt span:hover{background:#f71c5c;color:#fff;cursor:pointer;border-radius:2px;}
.l_ACCACcp_b1 h1{display:block;color:#333;line-height:47px;}
.lx_ACCACcp_tit{padding-bottom:16px;border-bottom:1px solid #dcdbd9;}
.lx_ACCACcp_tit .l_intro{line-height:22px;padding-top:8px;}
.l_ACCACcp_b1 .l_fr .l_stit{float:left;display:block;width:100px;text-align:right;font-weight:bold;color:#555;}
.l_ACCACcp_b1 .l_fr .l_box{ margin-left:107px;}
.ACCACcp_zffs {padding:10px 0;}
.ACCACcp_zffs .p1{clear:both;overflow:hidden;padding:5px 0;line-height:24px;}
.ACCACcp_zffs i{margin:0 40px 0 0;float:left;}

.ACCACcp_jiage{background:#f2f5fa;padding:13px 0 20px;color:#555;line-height:px;}
.ACCACcp_jiage em{font-style:normal;}
.ACCACcp_jiage .l_icon{color:#f71c5c;font-size:18px;}
.ACCACcp_jiage b{font-size:30px;font-weight:bold;color:#f71c5c;margin:0 10px 0 0;}
.ACCACcp_jiage .l_stit{margin-top:15px;}
.ACCACcp_jiage .l_yj{text-decoration:line-through;}

.ACCACcp_yhhd{padding:15px 0 10px;border-bottom:1px solid #dcdbd9;}
.ACCACcp_yhhd .l_box{line-height:18px;}
.ACCACcp_yhhd .txtIn{margin:5px 0 10px;}
.ACCACcp_yhhd .l_gg{text-align:center;color:#f71c5c;line-height:52px;background:#ffeef3;font-size:18px;}
.ACCACcp_yhhd .l_stit{margin:3px 0 0;line-height:32px;}
.ACCACcp_yhhd a{display:inline-block;height:32px;padding:0 7px;border:1px solid #e3e3e4;line-height:32px; text-align:center;margin:0 5px 10px 0;position:relative;cursor:pointer;}
.ACCACcp_yhhd .l_box i{position:absolute;display:block;width:15px;height:15px;background:url(../images/lyl_xz.png) no-repeat;bottom:0;right:0;opacity:0;filter:Alpha(opacity=0);}
.ACCACcp_yhhd .l_active i{opacity:1;filter:Alpha(opacity=100);}
.ACCACcp_yhhd .l_active{border:1px solid #f71c5c; }
.ACCACcp_yhhd input{position:absolute;top:0;left:0;opacity:0;z-index:-1;filter:Alpha(opacity=0);width:0;}

.ACCACcp_tccc{padding:20px 0 0;}
.ACCACcp_tccc a{display:inline-block;}
.ACCACcp_tccc .l_stit{line-height:24px; display: none;}
.ACCACcp_tccc .x_stit_key{line-height:24px; font-weight: bold; color: #555;}
.ACCACcp_tccc .l_kc{margin:10px -5px 0;clear: both;overflow: hidden;}
.ACCACcp_tccc .l_kc a{border:1px solid #e3e3e4;height:30px;line-height:30px;padding:0 7px;position:relative;margin:0 5px 10px;float:left;}
.ACCACcp_tccc .l_kc i{display:block;position:absolute;width:15px;height:15px;background:url(../images/lyl_xz.png) no-repeat;bottom:0;right:0;opacity:0;filter:Alpha(opacity=0);}
.ACCACcp_tccc .l_gcc{margin:20px -7px 0;}
.ACCACcp_tccc .l_gcc a{font-size:16px;color:#f71c5c;border:1px solid #f71c5c;border-radius:2px;margin:0 7px;width:150px;height:40px;line-height:40px;font-weight:bold;text-align:center;box-sizing:border-box}
.ACCACcp_tccc .l_gcc .l_jgwc {padding-left:52px;background:url(../images/lyl_jrgwc.png) 16px center no-repeat;background-color:#f71c5c;color:#fff;}
.ACCACcp_tccc .l_gcc .l_djzf{background:#ffeef3;}
.l_ACCACcp_b1 .l_fr .ACCACcp_tccc .l_stit{display: none;}
.l_ACCACcp_b1 .l_fr .ACCACcp_tccc .l_box{margin-left: 30px;}

.l_ACCACcp_b1.hov .ACCACcp_tccc .l_kc .l_active{border:1px solid #f71c5c;}
.l_ACCACcp_b1.hov .ACCACcp_tccc .l_kc .l_active i{opacity:1;filter:Alpha(opacity=100);}

.l_ACCACcp_b3,
.l_ACCACcp_b4,
.l_ACCACcp_b5,
.l_ACCACcp_b6,
.l_ACCACcp_b7,
.l_ACCACcp_b2{padding:50px 0 0;}
.lyl_qh_bg{background:#f2f5fa;}
.lyl_sh_bg{background:#e9ebf0;}

.l_jrgwc_wrap{border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;position:fixed;z-index:888;background:#fff;width:100%;top:156px;left:0;display:none;}
.l_jrgwc_wrap_close{width:17px;height:16px;background:url(../images/l_accaccp_close.jpg);position:absolute;right:40px;top:42px;cursor:pointer;}
.l_gwc_jrgwc{width:653px;margin:20px auto 23px;clear:both;overflow:hidden;position:relative;text-align:center;}
.l_gwc_jrgwc:after{content:"";display:block;width:1px;height:174px;background:#cccccc;position:absolute;top:50%;left:50%;margin-top:-87px;}
.l_jrgwc_rgt,
.l_jrgwc_lt{float:left;width:50%;box-sizing:border-box;}
.l_jrgwc_rgt{padding:0 0 0 35px;}

.l_gwc_jrgwc .l_tit{font-size:28px;}
.l_gwc_jrgwc .l_tit i{color:#f22462;}
.l_jrgwc_lt .img{margin:28px 0;}
.l_jrgwc_lt .h5{font-weight:normal;}
.l_jrgwc_lt span i{color:#f22462;}
.l_jrgwc_lt .l_txt{font-size:12px;line-height:17px;}
.l_jrgwc_rgt h2{font-size:}
.l_jrgwc_rgt span{font-size:12px;color:#666;line-height:18px; display:block;margin:37px 0 29px;}
.l_jrgwc_rgt .l_btn a{display:inline-block;line-height:40px;border-radius:3px;font-size:16px;padding:0 16px;}
.l_jrgwc_rgt .l_btn_ckgwc{cursor:pointer;height:39px;border:1px solid #f71c5c;color:#f71c5c;margin:0 6px 0 0;}
.l_jrgwc_rgt .l_btn_ckgwc:hover{background:#f71c5c;color:#fff;}
.l_jrgwc_rgt .l_btn_js{height:41px;background:#f71c5c;color:#fff;}
.l_jrgwc_rgt .l_btn_js:hover{background:#f60;}



/*中博公开课*/

.l_zbgkc_b1{background:#f2f5fa;}
.ywin_zbgkk .lyl_jiage{padding:10px 0 0;}
.ywin_zbgkk .lyl_jiage em{font-style:normal;text-decoration:line-through;color:#999;line-height:30px;margin:0 10px;}
.ywin_zbgkk .lyl_jiage i{color:#f71c5c;font-size:18px;line-height:30px;}
.ywin_zbgkk .lyl_jiage .btn{border:1px solid #f71c5c;width:86px;height:30px;line-height:30px;color:#f71c5c;font-size:14px;display:inline-block;float:right;text-align:center;border-radius:1px;}

.ywin_zbgkk .z_hover:hover em{color:#fcb8c7;}
.ywin_zbgkk .z_hover:hover i{color:#fff;}
.ywin_zbgkk .z_hover:hover .btn{border:1px solid #fff;color:#fff;}
.ywin_zbgkk  .lyl_yycg{background:#ffeef3;}

.l_zbgkc .ywin_zbgkk .z_hover{display:block;padding:3px;background:#fff;}
.l_zbgkc .ywin_zbgkk .nr{background:none;}
/*.l_zbgkc .ywin_zbgkk a:hover {background:#f71c5c;}*/
/*.l_zbgkc .ywin_zbgkk a:hover .lyl_yycg {background:#f71c5c;}*/
.l_zbgkc .ywin_zbgkk .z_hover{background: #fff;}

.l_zbgkc .ywin_zbgkk .z_hover:hover .lyl_yycg {background:#f71c5c;}
.l_zbgkc .ywin_zbgkk .z_hover:hover .l_time{color:#fff;}
.l_zbgkc .ywin_zbgkk .z_hover .l_time{color: #666;}


.l_zbgkc_b2{background:#f2f5fa;padding:50px 0 0}
.l_zbgkc_b2 .l_kcxz_con{padding:42px 0 0;}

.l_zbgkc_b3 .box{margin:0 -10px;clear:both;overflow:hidden;padding-top:20px;padding-bottom:10px;width:auto;}
.l_zbgkc_b3 .item{width:25%;float:left;padding:0 10px;box-sizing:border-box;margin:0 0 20px;height:325px;}
.l_zbgkc_b3{padding:0 0 60px;}
.l_zbgkc_b3.ywin_zbgkk a .js{display:inline-block;}
.ywin_zbgkk a .l_time{font-size:12px;color:#c6c6c6;margin-top:6px;}

.ywin_zbgkk .lyl_jiage .lyl_zbjs{background:#999999;color:#fff;border:1px solid #999;}


/*个人中心——我的订单*/

.yw_gwzx_main{background:#f2f5fa;padding:0 0 60px;}
.lr_bg{clear:both;overflow:hidden;position:relative; z-index:1;}
.lyl_l_left{width:200px;margin:0 20px 0 0;background:#fff;float:left;height:100%;}
.lyl_l_left:after{content:"";display:block;position:absolute;height:100%;width:200px;left:0;top:0;background:#fff;z-index:-1;}
.lyl_l_right{width:978px;background:#fff;float:left;height:100%;}
.lyl_l_right:after{content:"";display:block;position:absolute;height:100%;width:987px;right:0;top:0;background:#fff;z-index:-1;}

.l_left_tit{color:#fff;font-size:16px;line-height:46px;background:#f71c5c;text-align:center;font-weight:normal;}
.lyl_l_left .img{width:96px;height:96px;margin:46px auto 16px;}
.lr_bg{width:1200px;margin:0 auto;clear:both;overflow:hidden;}
.lyl_l_left .l_tit{text-align:center;color:#f84f79;margin:16px 0 0;font-size:16px;}
.lyl_l_left .l_intro{text-align:center;color:#fcb5c3;}
.lyl_l_left_ul{margin:20px 0 0;}
.lyl_l_left_ul li>a{padding:0 20px 0 35px;transition:all 0.6s;-webkit-transition:all 0.6s;}
.lyl_l_left_ul .l_titBox{clear:both;overflow:hidden;display:block;height:44px;line-height:44px;margin:0 0 8px;cursor:pointer;}
.lyl_l_left_ul .l_titBox i{display:block;width:25px;height:20px;float:left;margin:12px 10px 0 0;transition:all 0.6s;-webkit-transition:all 0.6s;}
.lyl_l_left_ul .l_titBox span{display:block;float:left;font-size:16px;}

.lyl_l_left_ul .l_titBox em{display:block;float:right;width:6px;height:11px;background:url(../images/yw_grzx_left_xialabtn.png) no-repeat;margin:17px 0 0;}
.lyl_l_left_ul .l_nav2{display:none;}
.lyl_l_left_ul .l_nav2 a{display:block;padding:0 0 0 70px;line-height:24px;}

.lyl_l_left .active .l_nav2{display:block;}

.lyl_l_left .active>a,
.lyl_l_left.hov li:hover>a{color:#fff;background:#f71c5c;}
.lyl_l_left .active i,
.lyl_l_left.hov li:hover i{background-position:left bottom }
.lyl_l_left_ul .l_nav2 a.one,
.lyl_l_left_ul .l_nav2 a:hover{color:#f71c5c;}




.lyl_l_right{padding:20px 32px 30px;background:#fff;box-sizing:border-box;}
.l_right_tit{padding-bottom:9px;border-bottom:1px solid #dad8d6;clear:both;overflow:hidden;}
.l_right_tit:after{content:"";display:block;clear:both;overflow:hidden;width:0;height:0;}
.l_right_tit .l_tit{font-size:16px;float:left;padding:0 0 0 18px;position:relative;}
.l_right_tit .l_tit:after{content:"";display:block;width:7px;height:18px;background:#c72c26;position:absolute;left:0;top:3px;}
.l_right_tit .l_right{float:right;margin-right:-15px;}
.l_right_tit .l_right a{float:right;margin:0 15px;position:relative;}

.lyl_l_right.hov .active {color:#d63240;}
.lyl_l_right.hov .active:after {content:"";display:block;width:100%;height:2px;background:#d63240;position:absolute;left:0;bottom:-16px;}

.l_table_tit{height:42px;line-height:42px;background:#f2f5fa;padding:0 25px;float:left:overflow:hidden;border:1px solid #dfe5ef;}
.l_table_tit .l_ddh{margin:0 30px 0 0;display:inline-block; }
.l_table_tit .l_sc{display:block;float:right;font-style:normal;color:#f71c5c;border:1px solid #f71c5c;border-radius:2px;line-height:24px;padding:0 15px;margin:8px 5px 0;}
.l_table_tit .l_jjwc{display:block;float:right;font-style:normal;}
.l_table_tit .l_sc:hover {background:#f71c5c;color:#fff;}
.l_table{display:table;border-left:1px solid #dfe5ef;width:100%;box-sizing:border-box;}
.l_table .l_table_tr{display:table-row;}
.l_table .l_table_cell{display:table-cell; vertical-align:middle;border-right:1px solid #dfe5ef;border-bottom:1px solid #dfe5ef;box-sizing:border-box;padding-top:20px;padding-bottom:20px;}
.l_table .img{padding:6px 20px;}
.l_table .l_tit{font-size:16px;margin:0 0 10px;}
.l_table .p{color:#666;line-height:26px;}
.l_table .p span{float:left;}
.l_table .p .l_txtIn{overflow:hidden;}
.l_table .p i{display:inline-block;height:26px;padding:0 12px;margin:0 10px 4px 0;background:#f2f5fa;}
.l_table .l_grzx_jg{margin:0 0 8px;}

.l_table_cell_1{width:222px;}
.l_table_cell_3{width:242px;padding:0 55px;}
.l_table_cell_2{padding:0 25px;}

.l_grzx_jg i{color:#f71c5c;font-size:18px;font-weight:bold;}

.yw_grzx_wddd_more{cursor:pointer;height:42px;border:1px solid #dfe5ef;border-top:none;text-align:center;line-height:42px;display:block;font-weight:bold;color:#f71c5c;background:url(../images/yw_grzx_morebtn.png) no-repeat 53% center;}
.yw_grzx_wddd_more.l_shouqi{background:url(../images/yw_grzx_morebtn_1.png) 53% center no-repeat;}
.table_wrap_con{margin:23px 0 0;}
.l_table .l_grzx_yh{color:#666;}

.yw_gwzx_wdddxq .yw_gwc_js_zffs{padding-left:0;}
.yw_wddd_zfpz{background:#f2f5fa;padding:20px 30px;}
.yw_wddd_zfpz .p1{line-height:24px;margin:15px 0;}
.yw_wddd_zfpz .l_key{width:75px;display:inline-block;}
.yw_wddd_zfpz .p1 input{background:none;padding:0 10px;width:328px;box-sizing:border-box;border:1px solid #e0dfe0;height:38px;line-height:38px;}
.yw_wddd_zfpz .l_shtp:after{content:"";display:block;width:0;height:0;clear:both;overflow:hidden;}
.yw_wddd_zfpz .l_shtp .l_key{float:left;margin:35px 0 0;}
.yw_wddd_zfpz .l_shtp ul{float:left;text-align:center;}
.yw_wddd_zfpz .l_shtp .delImg{display:inline-block;padding:0 15px;height:26px;background:#e5e5e5;border-radius:3px;margin:10px;cursor:pointer;line-height:26px;position:absolute;bottom:0;left:10px;}
.yw_wddd_zfpz .l_shtp .aBox{float:left;margin:10px 0 0 15px;}
.yw_wddd_zfpz .l_shtp .btn{display:inline-block;padding:0 15px;height:36px;line-height:36px;background:#e5e5e5;border-radius:3px;cursor:pointer;}
.yw_wddd_zfpz .l_shtp .l_span{display:block;color:#a9a9a9;line-height:20px;margin:15px 0 0;}
.yw_wddd_zfpz .l_shtp ul{width:96px;position:relative; z-index:1;height:142px;}
.yw_wddd_zfpz .l_shtp ul:after{content:'';display:block;width:100%;height:96px;background:#cdcdcd;position:absolute;left:0;top:0;z-index:-1;line-height:96px;}
.yw_wddd_zfpz .l_shtp img{width:100%;}

				/*8.28修改*/
.l-ship b{margin-left:-64px;margin-top:-64px;}

/*个人中心——我的订单详情*/

.ddxx_clxx_table{margin:24px 0 40px;}
.ddxx_clxx_table table{width:100%;border-top:1px solid #e6e6e6;border-left:1px solid #e6e6e6;border-collapse:collapse;}
.ddxx_clxx_table th{background:#f1f4f9;height:44px;vertical-align:middle;text-align:center;border-right:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6;font-weight:normal;font-size:16px;}
.ddxx_clxx_table td{border-right:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6;padding:13px 32px;line-height:18px;}
.ddxx_clxx_table .td1{width:190px;}
.ddxx_clxx_table .td3{text-align:center;}

.gwzx_ddxx_cont{}
.gwzx_ddxx_cont .p{line-height:24px; overflow: hidden;}
.gwzx_ddxx_cont .p i{float:left;}
.gwzx_ddxx_cont .p span{overflow:hidden;}
.l_gwzx_ddxx_stit{color:#f71c5c;font-weight:bold;margin:20px 0 10px;}


/*个人中心-编辑资料*/
.ly_grzx_bjzl_tit{padding:0 0 10px;border-bottom:1px solid #dad8d6;}
.ly_grzx_bjzl_tit i{font-size:16px;position:relative;padding:0 5px;}
.ly_grzx_bjzl_tit i:after{content:"";display:block;bottom:-11px;left:0;width:100%;height:2px;background:#f71c5c;position:absolute;}

.yw_grzx_bjzl{padding-bottom:30px;}
.yw_grzx_bjzl .b1{line-height:46px;margin:25px 0 0;}
.yw_grzx_bjzl .b1:after{content:"";display:block;width:0;height:0;clear:both;overflow:hidden;}
.yw_grzx_bjzl .sp1{margin:34px 0 0;}
.yw_grzx_bjzl .b1 .l_key{float:left;display:block;width:88px;text-align: right;margin:0 5px 0 0;}
.yw_grzx_bjzl .b1 .l_xgtx,
.yw_grzx_bjzl .b1 .l_lxdz,
.yw_grzx_bjzl .b1 .iputBox{overflow: hidden;}
.yw_grzx_bjzl input{height:46px;line-height:46px;outline: medium;border: 1px solid #e0dfe0;min-width: 380px;padding:0 10px;}

.yw_grzx_bjzl .img{float:left;margin:0 15px 0 0;}
.yw_grzx_bjzl .l_xztx{overflow: hidden;margin:12px 0 0;}
.yw_grzx_bjzl .l_xztx a{display: block;width:97px;height:37px;line-height:36px;text-align: center;background:#e5e5e5;border-radius: 3px;}
.yw_grzx_bjzl .l_xztx i{color:#a9a9a9;}
.yw_grzx_bjzl .l_lxdz input{min-width:468px;}
.yw_grzx_bjzl .l_shtp .l_key{line-height:96px;}

.yw_grzx_bjzl_btn{width:382px;height:48px;line-height:48px;text-align: center;background:#f71c5c;display: block;margin:27px 0 0 92px;border-radius: 3px;font-size:18px;color:#fff;}

.yw_grzx_bjzl_btn:hover {color:#fff;background:#f60;}

#l_check .l_danxuan{overflow:hidden;}
#l_check .demo-list li{float:left;margin:0 20px 0 0;}
#l_check .demo-list label{ float:left;line-height:14px;}
#l_check .demo-list ul{clear:both;overflow:hidden;}
#l_check .iradio_square-blue{border-radius:50%;width:17px;height:17px;background:url(../images/l_check.png) left top no-repeat;margin:0 10px 0 0;}
#l_check .checked{background:url(../images/l_check.png) right top no-repeat;}

.yw_grzx_bjzl  .l_csnyr{ float:left;}
.yw_grzx_bjzl .sp2{line-height:14px;}
.yw_grzx_bjzl  .l_csnyr i{margin:0 7px;}
.yw_grzx_bjzl .l_selectC{display:inline-block;width:130px;}

#l_check .chosen-container-single .chosen-single span{height:47px;line-height:47px;}
#l_check .chosen-container-single .chosen-single div{background:url(../images/yw_grzx_bjzl_xiala.png) left center no-repeat;}
.chosen-container .chosen-results li.highlighted{background:#f71c5c;}

#l_check .chosen-container .chosen-results li{padding:0 10px;}

/*个人中心-我的优惠券*/
.lr_bg{min-height:858px;}
.l_grzx_wxts {color:#999;clear:both;overflow:hidden;line-height:24px;margin:28px 0 0;}
.l_grzx_wxts i{float:left;margin:0 10px 0 0;}
.l_grzx_wxts .l_cont{overflow:hidden;}
.l_grzx_wxts .l_cont span{display:block;}

.lyl_grzx_wdyhq .form{padding:16px 0 0;}
.lyl_grzx_wdyhq .form .b1{clear:both;overflow:hidden; line-height:40px;margin:21px 0 0;}
.lyl_grzx_wdyhq .form .b1 i{display:block;float:left;margin:0 5px 0 0;}
.lyl_grzx_wdyhq .form .b1 .inputBox{float:left;}
.lyl_grzx_wdyhq .form .b1 input{width:381px;height:41px;line-height:40px;border:1px solid #e0dfe0;outline:medium;padding:0 10px;box-sizing:border-box;}

.lyl_grzx_wdyhq .form .l_tj{width:150px;height:41px;line-height:40px;color:#fff;text-align:center;font-size:16px;background:#f71c5c;border-radius:3px;margin:24px 0 0 88px;}

.l_grzx_table{margin:40px 0 0;}
.l_grzx_table table{width:100%;text-align:center;border-left:1px solid #e6e6e6;border-top:1px solid #e6e6e6;border-collapse:collapse;vertical-align:middle;}
.l_grzx_table td{border-bottom:1px solid #e6e6e6;border-right:1px solid #e6e6e6;height:44px;padding:0 15px;box-sizing:border-box;}
.l_grzx_table .td1{width:192px;}
.l_grzx_table .td2{width:177px;}
.l_grzx_table .td3{width:245px;}
.l_grzx_table th{border-bottom:1px solid #e6e6e6;border-right:1px solid #e6e6e6;height:44px;background:#f1f4f9;font-size:16px;font-weight:normal;}

/*个人中心-我的购物车*/
.lyl_wdgwc_tit{background:#f2f5fa;height:42px;border:1px solid #dfe5ef;display:table;width:100%;box-sizing:border-box;text-align:center;margin:32px 0 0;}
.lyl_wdgwc_tit .table_cell{display:table-cell;vertical-align:middle;}
.yw_gwzx_wdgwc .td1{width:618px;}
.yw_gwzx_wdgwc .td2{width:195px;}
.yw_gwzx_wdgwc .td3{text-align:center;}

.lyl_wdgwc_table{border-left:1px solid #dfe5ef;border-top:1px solid #dfe5ef;margin:25px 0 10px;}
.lyl_wdgwc_table table{width:100%;color:#666;}
.lyl_wdgwc_table td{border-right:1px solid #dfe5ef;border-bottom:1px solid #dfe5ef;padding:26px;box-sizing:border-box;}
.lyl_wdgwc_table .td1 .img{float:left;margin:0 23px 0 0;}
.lyl_wdgwc_table .td1 .l_txt{margin:23px 0 0;overflow:hidden;}
.lyl_wdgwc_table .td1 .l_tit{font-size:16px;margin:0 0 10px;color:#333;}
.lyl_wdgwc_table .td1 .b1{color:#666;line-height:26px;}
.lyl_wdgwc_table .td1 .b1:after{content:"";display:block;clear:both;overflow:hidden;}
.lyl_wdgwc_table .td1 i{float:left;}
.lyl_wdgwc_table .td1 span{display:inline-block;background:#f2f5fa;padding:0 8px;margin:0 8px 4px 0;}
.lyl_wdgwc_table .td1 .l_last{margin:0;}
.lyl_wdgwc_table .td1 .l_txtIn{overflow:hidden;}
.lyl_wdgwc_table .td2 .span1{font-size:16px;color:#333;}
.lyl_wdgwc_table .td2 i{font-size:18px;font-weight:bold;color:#f71c5c;}
.lyl_wdgwc_table .td2 span{display:block;line-height:32px;}

.lyl_wdgwc_zj{background:#fafbfc;padding:54px 30px;clear:both;overflow:hidden;}
.lyl_wdgwc_zj .l_box{min-width:355px;float:right;line-height:48px;}
.lyl_wdgwc_zj .l_zj{display:inline-block;font-size:16px;margin:0 20px 0 0;}
.lyl_wdgwc_zj .l_zj i{color:#f71c5c;font-size:24px;font-weight:bold;}
.lyl_wdgwc_zj .l_jx{display:inline-block;height:48px;line-height:48px;background:#f71c5c;color:#fff;text-align:center;font-size:24px;width:186px;border-radius:4px;}
.lyl_wdgwc_zj .l_jx:hover{background:#f60;}

/*个人中心——我的下载*/
.lyl_grzx_wdxz{}
.lyl_grzx_wdxz ul{margin:14px -10px 45px;}
.lyl_grzx_wdxz li{padding:0 10px;box-sizing:border-box;margin:20px 0 0;}
.lyl_grzx_wdxz .l_txt{padding:11px 24px;position:absolute;left:0;bottom:0;width:100%;box-sizing:border-box; z-index:1;}
.lyl_grzx_wdxz .l_box{display:block;position:relative;}
.lyl_grzx_wdxz .img{}
.lyl_grzx_wdxz .l_bg{height:100%;width:100%;position:absolute;left:0;top:0;background:#000;opacity:0.6;filter:AlPha(opacity=60); z-index:-1;}
.lyl_grzx_wdxz .l_txt span{color:#fff;font-size:16px;max-height:21px;overflow:hidden;}

.yw_gwzx_wdxz #pages a,
.yw_gwzx_wdxz #pages  .a1{border:1px solid #f2f2f2;}
.yw_gwzx_wdxz #pages span{border:1px solid #f71c5c;}

/*个人中心——我的简历*/
.lyl_grzx_wdjl .ywin_sxjy{padding:35px 0 52px;}
.lyl_grzx_wdjl .ywin_sxjy .job_content{margin:0;}
.lyl_grzx_wdjl .ywin_sxjy .job_content ul.job_msg li{width:33.3%;}
.lyl_grzx_wdjl .container{width:auto;}


/*个人中心——修改密码*/
.lyl_grzx_xgmm{}
.lyl_grzx_xgmm .form{padding:14px 0 0;}
.lyl_grzx_xgmm .form .b1{clear:both;overflow:hidden;margin:24px 0 0;}
.lyl_grzx_xgmm .form i{display:block;width:96px;float:left;margin:0 10px 0 0;text-align:right;line-height:48px;font-size:16px;}
.lyl_grzx_xgmm .form .inputBox{overflow:hidden;}
.lyl_grzx_xgmm .form .inputBox input{width:380px;border:1px solid #e0dfe0;height:48px;padding:0 10px;line-height:48px;}
 .l_jj_con{height:48px;width:382px;background:#f71c5c;font-size:18px;color:#fff;border-radius:3px;margin:25px  0 0 0;cursor:pointer;}
.lyl_grzx_xgmm .l_jj_con{margin-left:106px;}
.lyl_grzx_xgmm .l_jj_con:hover{background:#f60;}



/*个人中心-找回密码*/
.lyl_gwzx_main_con2{background:#f2f5fa;padding:0 0 50px;}
.lyl_gwzx_main_con2 .center{background:#fff;padding:72px 0;}
.lyl_gwzx_zhmm .lyl_gwzx_zhmm_tit{margin:0 0 0 113px;}
.lyl_gwzx_zhmm_tit{font-size:31px;text-align:center;}
.form_con {width:497px;margin:0 auto;}
.form_con .b1{margin:24px 0 0;clear:both;overflow:hidden;}
.form_con i{font-size:16px;float:left;line-height:48px;text-align:right;margin:0 9px 0 0;}
.inputBox_con_yzm,
.inputBox_con{overflow:hidden;}
.inputBox_con input {width:382px;height:48px;border:1px solid #e0dfe0;padding:0 10px;box-sizing:border-box;line-height:48px;}
.lyl_gwzx_zhmm .form_con i{width:103px;}
.lyl_gwzx_zhmm .l_jj_con{margin-left:113px;}
.inputBox_con_yzm input{width:234px;height:48px;border:1px solid #e0dfe0;padding:0 10px;box-sizing:border-box;float:left;margin:0 10px 0 0;line-height:48px;}
.l_hqyzm{box-sizing:border-box;width:137px;height:48px;line-height:48px;text-align:center;border:1px solid #e0dfe0;display:inline-block;float:left;cursor:pointer;}

.l_ljdl{text-align:center;margin:16px 0 0 113px;}
.l_ljdl a{color:#f71c5c;}
.l_ljdl a:hover{color:#f60;}


/*个人中心-注册成功*/
.lyl_gwzx_zccl{}
.lyl_gwzx_zccl .center{min-height:620px;box-sizing:border-box;}
.l_gwzx_zccl{width:765px;margin:20px auto 0;z-index:1;position:relative;text-align:center;}
.l_gwzx_zccl:after{content:"";display:block;width:100%;height:3px;background:#f71c5c;position:absolute;top:20px;left:0; z-index:-1;}
.l_gwzx_zccl li{display:inline-block;margin:0 110px;}
.l_gwzx_zccl .l_box{position:relative;width:43px;height:43px;background:#fff;margin:0 auto 13px;}
.l_gwzx_zccl span{display:block;position:absolute;}
.l_gwzx_zccl .span1{width:36px;height:36px;background:#fdc2d3;border-radius:50%;left:50%;top:50%;margin-left:-18px;margin-top:-18px;}
.l_gwzx_zccl .span2{width:30px;height:30px;left:50%;top:50%;margin-top:-15px;margin-left:-15px;background:#f71c5c;
				              border-radius:50%;text-align:center;line-height:30px;color:#fff;font-size:18px;font-weight:bold;}
.l_gwzx_zccl .l_txt{color:#666;}

.l_gwzx_zccl_ts{width:331px;margin:136px auto 0;}
.l_gwzx_zccl_ts i{width:49px;height:49px;border-radius:50%;border:1px solid #f71c5c;display:block;float:left;background:url(../images/l_zccl_icon.png) center no-repeat;margin:0 16px 0 0;}
.l_gwzx_zccl_ts .l_tit{font-size:21px;margin:0 0 2px;}
.l_gwzx_zccl_ts .l_intro{font-size:12px;color:#9a9a9a;}

.enroll li.li5 .icheckbox_square-blue{border:1px solid #bbbbbb;margin:2px 7px 0 0;}
.enroll li.li5 .checked{border:1px solid #f71c5c;margin:2px 7px 0 0;position:relative;}
.enroll li.li5 .checked:after{content:"";display:block;width:100%;height:100%;box-sizing:border-box;border:1px solid #f71c5c;}


/*中博分开课详情*/
.l_zbgkc_xq{background:#f2f5fa;}
.l_zbgkc_hot .l_left{overflow:hidden;}
.l_zbgkc_hot{clear:both;overflow:hidden;background:#fff;padding:30px;}
.l_zbgkc_hot .img{float:left;margin:0 30px 0 0;}
.l_zbgkc_hot .titBox{overflow:hidden;padding:2px 0 17px;border-bottom:1px solid #dcdbd9;}
.l_zbgkc_hot .l_tit{font-size:30px;line-height:40px;}
.l_zbgkc_hot .intro{color:#666;line-height:20px;margin:10px 0 0;}
.l_zbgkc_hot .l_time{margin:14px 0;}
.l_zbgkc_hot .b1{line-height:26px;}
.l_zbgkc_hot .b1 i{color:#555;font-weight:bold;}
.l_zbgkc_hot .b1 span{color:#666;}
.l_zbgkc_hot .l_money{height:72px;line-height:72px;background:#f2f5fa;padding:0 0 0 56px;}
.l_zbgkc_hot .l_money .span1{margin:0 10px 0 0;}
.l_zbgkc_hot .l_money .span1 b{color:#555;font-weight:bold;}
.l_zbgkc_hot .l_money .span1 i{color:#f71c5c;}
.l_zbgkc_hot .l_money .span1 em{font-size:30px;font-weight:bold;font-style:normal;color:#f71c5c;}
.l_zbgkc_hot .l_money .span2{color:#aeb0b3;}
.l_zbgkc_hot .l_money .span2 i{text-decoration:line-through;}
.l_zbgkc_hot  .l_yuyue{line-height:42px;margin:30px 0 0;}
.l_zbgkc_hot  .l_yuyue a{display:inline-block;color:#fff;font-size:16px;width:213px;height:42px;text-align:center;background:#f71c5c;border-radius:3px;margin:0 25px 0 0;}
.l_zbgkc_hot  .l_yuyue a:hover {background:#f60;}
.l_zbgkc_hot  .l_yuyue span{color:#666;display:inline-block;padding:0 0 0 20px;background:url(../images/l_zbgkc_xq_hot_icon1.png) left 10px no-repeat;}
.l_zbgkc_hot  .l_yuyue i{font-weight:bold;color:#f71c5c;}

.l_zbgkc_ckxq{background:#fff;padding:30px;margin:30px 0 60px;clear:both;overflow:hidden;position:relative;}
.l_zbgkc_left{float:left;width:380px;margin:0 43px 0 0;}
.l_zbgkc_right{float:right;width:717px;}
.l_zbgkc_left .img{}
.l_zbgkc_tit{font-size:26px;color:#373c3f;padding:0 0 16px;border-bottom:1px solid #f71c5c;margin:30px 0 0;}
.l_zbgkc_tit i{color:#666;font-size:14px;}
.l_zbgkc_left .txtBox{margin:24px 0 0;}
.l_zbgkc_left .l_txt{color:#7b7f85;}
.l_zbgkc_left .b1{clear:both;overflow:hidden;line-height:24px;margin:5px 0;}
.l_zbgkc_left .sp{line-height:29px;}
.l_zbgkc_left .b1 i{float:left;}
.l_zbgkc_left .l_txt{overflow:hidden;}
.l_zbgkc_left .b1 span{display:inline-block;padding:0 15px;height:29px;background:#f71c5c;color:#fff;margin:0 10px 0 0;line-height:29px;}

.l_zbgkc_right{position:relative;}
.l_zbgkc_rgt_tit{font-size:26px;margin:3px 0 0;}
.l_downlode{font-weight:bold;color:#f71c5c;position:absolute;right:30px;top:30px;display:block;padding:0 35px 0 65px;border:1px solid #f71c5c;border-radius:3px;height:42px;box-sizing:border-box;line-height:42px;background:url(../images/l_zbgkc_kcjs_icon1.png) 26% center no-repeat;}
.l_zbgkc_rgt_cont{line-height:24px;color:#7b7f85;margin-bottom:15px;}
.l_zbgkc_rgt_cont h4{color:#333;margin:23px 0 0;}
.l_zbgkc_rgt_cont em{font-style:normal;color:#333;}

.l_zbgkc_xq .ywin_zbgkk {background:#fff;padding:0 0 30px;}
.l_zbgkc_xq .ywin_tit{padding:55px 0 25px;}

.l_zbgkc_xq .l_downlode{top:0;}
/*修改列表-实习就业*/
.l_xglb_sxjy{background:#f2f5fa;padding:40px 0 60px;}
.l_xglb_wrap{clear:both;overflow:hidden;margin:30px 0 0;}
.l_xglb_wrap .ywin_sxjy{padding:0;}
.l_xglb_wrap .ywin_sxjy .job_content{margin:0;}
.l_xglb_wrap .ywin_sxjy .job_content .poab_logo{background:#fff;}
.l_xglb_wrap  .ywin_sxjy .job_content ul.job_msg li{padding-bottom:25px;}
.l_xglb_wrap .pages{margin:5px 0 0;}
.l_xglb_sxjy_left{float:left;width:935px;margin:0 34px 0 0;}
.l_xglb_sxjy_left .container{width:auto;}
.l_xglb_sxjy_left .ywin_sxjy.in_anm .job_content ul.job_msg li{width:33.3%;}

.l_xglb_sxjy_right{float:right;width:231px;}
.l_sxjy_rgt_tit{padding:0 0 7px;border-bottom:1px solid #dfdfdf;}
.l_sxjy_rgt_tit i{position:relative;padding:0 4px;font-size:16px;font-weight:bold;}
.l_sxjy_rgt_tit i:after{content:"";display:block;width:100%;height:1px;background:#f71c5c;position:absolute;left:0;bottom:-8px;}
.l_sxjy_gxtj{}
.l_sxjy_gxtj li{clear:both;overflow:hidden;padding:10px 0;border-bottom:1px solid #dfdfdf; background: #fff;}
.l_sxjy_gxtj .last{border-bottom:none;}
.l_sxjy_gxtj a{display:block;}
.l_sxjy_gxtj .img{float:left;width:100px;height:70px;text-align:center;line-height:70px;margin:0 10px 0 0;}
.l_sxjy_gxtj .img img{vertical-align:middle;max-width:100%;}
.l_sxjy_gxtj .l_txt{line-height:18px; padding: 10px 0;}

.l_sxjy_gxtj  .l_tit{
	line-height:18px; padding: 10px 0;
}


/*修改列表-实习就业_详情*/
.l_xglb_sxyixq{padding:0 0 40px;background:#f2f5fa;}
.l_sxyixq_cont{background:#fff;clear:both;overflow:hidden;padding:37px 40px;}
.l_sxyixq_cont .img{float:left;width:245px; margin:40px 40px 0 0;  text-align: center;}
.l_sxyixq_cont .img img{}
.l_sxyixq_cont .txtBox{overflow:hidden;border-left:1px solid #f1f1f1;padding:0 0 0 40px;}
.l_sxyixq_cont .l_tit{font-size:18px;margin:5px 0 0;}
.l_sxyixq_cont .l_intro{font-weight:bold;margin:4px 0 0;}
.l_sxyixq_cont .txtIn{color:#666666;line-height:24px;margin:18px 0 10px;}

.l_xglb_sxyixq_tit{height:44px;background:#f71c5c;line-height:44px;padding:0 23px;font-size:16px;font-weight:bold;color:#fff;margin:20px 0;}
.jt_gyzb_jrzb_ul{margin:0 -10px;}
.jt_gyzb_jrzb_ul li{padding:0 10px;box-sizing:border-box;margin:0 0 20px;width:33.3%;box-sizing:border-box;}

.jt_gyzb_jrzb_ul .l_box{background:#fff;padding:20px 30px;height:227px;overflow:hidden;box-sizing:border-box;position:relative;}
.jt_gyzb_jrzb_ul .l_tit{font-size:16px;line-height:22px;display:block;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;}
.jt_gyzb_jrzb_ul .intro .l_xian:after{content:"";display:block;width:1px;height:14px;background:#f2f5fa;position:absolute;left:0;top:0;bottom:0;margin:auto;}
.jt_gyzb_jrzb_ul .intro .l_xian:before{content:"";display:block;width:1px;height:14px;background:#f2f5fa;position:absolute;right:0;top:0;bottom:0;margin:auto;}
.jt_gyzb_jrzb_ul .intro{color:#666;margin:10px 0 17px -15px;}
.jt_gyzb_jrzb_ul i{
	    padding: 0 15px;
	    display: inline-block;
	    position: relative;
	    max-width: 180px;
	    height: 20px;
	    line-height: 20px;
	    overflow: hidden;
	    white-space: nowrap;
	    text-overflow: ellipsis;
}
.jt_gyzb_jrzb_ul .fen_xian{border-bottom:1px dashed #bfbfbf;width:100%;height:27px;}
.jt_gyzb_jrzb_ul .border-intro{margin:0 -3px; }
.jt_gyzb_jrzb_ul span{display:inline-block;padding:0 22px;border:1px solid #ff6e98;color:#ff6e98;box-sizing:border-box;margin:0 3px;line-height:24px;border-radius:3px; height: 24px; overflow: hidden;}
.jt_gyzb_jrzb_ul .i_red{color:#f71c5c;}
.jt_gyzb_jrzb_ul .l_gshi{margin:19px 0 0;display:block;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;}
.jt_gyzb_jrzb_ul .l_time{color:#bfbfbf;margin:7px 0 0;font-size:12px;}
.l_jiaji{position:absolute;right:0;top:0;width:37px;height:36px;background:url(../images/jt_jiaji.gif) no-repeat;}


/*购物车*/
.yw_gwc{background:#f2f5fa;padding:0 0 60px;}
.l_gwc_center{background:#fff;padding:37px 30px 46px;width:1200px;margin:0 auto;box-sizing:border-box;min-height:408px;}
.l_yw_gwc_table1{background:#f2f5fa;border:1px solid #dfe5ef;display:table;width:100%;text-align:center;padding:0 26px;box-sizing:border-box;}
.l_yw_gwc_table1 .l_gwc_cell{display:table-cell;height:42px;line-height:42px;vertical-align:middle;font-size:16px;}
.l_yw_gwc_table1 .td1{width:551px;box-sizing:border-box;padding-right:150px;}

.yw_gwc .l_yw_gwc_table2{margin:20px 0 0px;padding-bottom:10px;}
.l_yw_gwc_table2{border:1px solid #dfe5ef;padding:0 26px;}
.l_yw_gwc_table2 .l_tit{font-size:16px;padding-bottom:12px;border-bottom:1px solid #dbdbdb;margin:20px 0 22px;}
.l_yw_gwc_table2 table{width:100%;}
.l_yw_gwc_table2 table td{padding:0 0 20px;vertical-align:middle;}
 .td1_con{width:551px;}
 .td2_con{width:86px;text-align:center;}
 .td3_con{width:265px;text-align:center;}
 .td4_con{width:100px;text-align:center;}
 .td5_con{text-align:right;}

/*.l_yw_gwc_table2 table{margin:0 0 10px;}*/
.l_yw_gwc_table2 table .l_txt{overflow:hidden;}
.l_yw_gwc_table2 table .b1{color:#666666;margin:7px 0 0;}
.l_yw_gwc_table2 table .b1 i{display:inline-block;background:#f6f6f6;padding:0 10px;line-height:20px;margin:0 12px 0 0 ;}
.l_yw_gwc_table2 table .tit{font-size:16px;margin:4px 0 0;}
.l_yw_gwc_table2 table .img{float:left;margin:0 18px 0 0;}
.l_yw_gwc_table2 .table_border{border-top:1px dashed #dbdbdb;}
.l_yw_gwc_table2 .table_border .tr1 td{padding-top:20px;}

.l_gwc_zj1{text-align:right;color:#666666;line-height:26px;margin:36px 0;}
.l_gwc_zj1 .l_wrap{min-width:221px;}
.l_gwc_zj1 .l_wrap i{color:#f71c5c;font-weight:bold;padding:0 4px;}

.l_gwc_zj2{background:#f2f5fa;padding:20px 34px;text-align:right;}
.l_gwc_zj2 .l_wrap{min-width:400px;}
.l_gwc_zj2 span{font-size:16px;}
.l_gwc_zj2 i{font-size:24px;color:#f71c5c;font-weight:bold;}
.l_gwc_zj2 a{display:inline-block;height:48px;width:186px;color:#fff;text-align:center;background:#f71c5c;border-radius:4px;line-height:48px;font-size:24px;margin:0 0 0 24px;}
.l_gwc_zj2 a:hover {background:#f60;}

/*购物车-数据失败*/
.yw_gwc_sjsb{text-align:center;background:#f2f5fa;padding:0 0 60px;}
.yw_gwc_sjsb .img{margin:30px 0 15px;}
.yw_gwc_sjsb .img img{}
.yw_gwc_sjsb .l_txt{width:451px;margin:0 auto;}
.yw_gwc_sjsb .l_tit{font-size:24px;}
.yw_gwc_sjsb .txtIn{color:#999;line-height:18px;margin:8px 0 36px;}

/*购物车-结算*/
.yw_gwc_js{background:#f2f5fa;padding:0 0 55px;}
.l_gwc_shrxx{border:1px solid #dfe5ef;margin:0 0 30px;}
.l_gwc_js_tit{height:42px;line-height:42px;font-size:16px;padding:0 28px;background:#f2f5fa;border-bottom:1px solid #dfe5ef;}
.yw_gwc_js .l_gwc_shrxx .l_select{font-size:14px;padding:25px 28px;clear:both; overflow:hidden;position:relative;min-height:84px;box-sizing:border-box;}
.yw_gwc_js .l_gwc_shrxx .l_select ul{float:left;}
.l_select li{line-height:34px;}
.l_select label{font-weight:bold;}
.l_select .txt{color:#666;margin:0 16px 0 11px;}
.l_select a{color:#2070ab;}
.l_select a:hover{color:#f60;}
.l_select .iradio_square-blue{background:url(../images/l_gwc_xq_icon1.png) no-repeat;margin:10px 6px 0;}
.l_select .iradio_square-blue.checked{background-position:-15px 0;}

.l_gwc_js_btnw{float:right;padding:0 25px 0 50px;border-left:1px solid #e7e7e7;position:absolute;top:30px;bottom:30px;right:0;box-sizing:border-box;width:196px;}
.l_gwc_js_btn{cursor:pointer;position:absolute;right:25px;top:50%;margin-top:-17px;display:inline-block;width:117px;height:34px;line-height:34px;border:1px solid #f71c5c;border-radius:4px;text-align:center;color:#f71c5c !important;font-size:16px;}
.l_gwc_js_btnw .l_gwc_js_btn:hover{color:#fff !important;background:#f71c5c;}
.yw_gwc_js .l_yw_gwc_table1{border-bottom:none;}
.yw_gwc_js .l_yw_gwc_table1 .td1{text-align:left;}
.yw_gwc_js .l_yw_gwc_table2{margin:0 0 30px;}

.yw_gwc_js_zffs{margin:20px 0 22px;padding:0 28px;}
.yw_gwc_js_zffs .l_key{float:left;display:block;line-height:39px;padding:0 27px 0 0;font-size:16px;}
.yw_gwc_js_zffs .l_select{overflow:hidden;}
.yw_gwc_js_zffs .l_select ul{line-height:39px;}
.yw_gwc_js_zffs .l_select label{height:39px;line-height:39px;border:1px solid #dfe5ef;padding:0 30px;display:inline-block;color:#666;font-weight:normal;}
.yw_gwc_js_zffs .l_select li{display:inline-block;margin:0 36px 0 0;}
.yw_gwc_js_zffs .l_select label i{display:inline-block;height:30px;line-height:30px;margin:0 10px 0 0;}
.yw_gwc_js_zffs .l_select label i img{vertical-align:middle;}
.yw_gwc_js_zffs .l_select .iradio_square-blue{margin:14px 10px 0 0;}


.yw_gwc_js_hkfs{background:#f2f5fa;padding:20px 30px;line-height:22px;position:relative;display:none;}
.yw_gwc_js_hkfs span{display:block;color:#f71c5c;}
.yw_gwc_js_hkfs .l_tit{font-size:16px;margin:0 0 10px;}
.yw_gwc_js_hkfs .txtIn{max-width:430px;color:#858585;margin:10px 0 0;}
.yw_gwc_js_hkfs:after{content:"";display:block;width:14px;height:10px;background:url(../images/l_gwc_sanjiao.jpg) no-repeat;position:absolute;top:-9px;left:390px;}

.l_checBox{min-width:135px;display:inline-block;overflow:hidden;}
.l_checBox .icheckbox_square-blue{margin:6px 0 0;background-position: -20px 0;background:url(../images/l_checkbox.png);width:14px;height:14px;}
.l_checBox .icheckbox_square-blue.checked{background-position: -40px 0;}
.l_checBox label a{color:#2194d2;}
.l_checBox label a:hover{color:#f71c5c;}
.l_checBox .icheckbox_square-blue {background-position:0px 0; float:left;}
.l_checBox .icheckbox_square-blue.hover{background-position:-20px 0;}
.l_checBox .icheckbox_square-blue.checked{background-position:-39px 0;}

.tc_close{position:absolute;width:15px;height:15px;background:url(../images/tc_close_btn.png) no-repeat;right:20px;top:20px;cursor: pointer;}

.l_gwc_shrxx .l_select li i{margin:0 10px;}
/*弹出*/
/*新增发票信息*/
html,body{height:100%;}
.yw_tc{background:url(../images/l_tc_bg.png) repeat-y;width:100%;height:100%;position:fixed;top:0;left:0;z-index: 10000;display:none;}
.yw_tc_xzfp{width:492px;height:530px;background:#fff;left:0;right:0;top:0;bottom:0;margin:auto;position: absolute;padding:25px 30px;box-sizing: border-box;}
.tc_tit{font-size:24px;padding-bottom: 17px;border-bottom:1px solid #e0e0e0;}
.tc_b1{margin:20px 0;line-height:42px;}
.tc_b1.tc_b1_select{margin:0;line-height: 14px;}
.tc_b1:after{content:"";display: block;width:0;height:0;clear:both;overflow:hidden;}
.tc_left{width:107px;font-size:16px;line-height:42px;float:left;}
.tc_left i{color:#f71c5c;display:inline-block;width:16px;line-height:42px;}
.tc_right{float:left;}
.tc_right .inputBox{width:325px;}
.tc_right .input1{margin:0 0 10px 0;}
.tc_right .inputBox input{width:100%;border:1px solid #d0d0d0;height:42px;padding:0 16px;box-sizing: border-box;color:#333;line-height:42px;}
.tc_right.l_select li{float:left;margin:0 20px 0 0;}
.tc_right .l_selectC{width:136px;}

.tc_right .chosen-container-single .chosen-single span{height:42px;line-height:42px;}
.tc_right .chosen-container-single .chosen-single div{background:url(../images/yw_grzx_bjzl_xiala.png) center center no-repeat;}
.tc_right .chosen-container .chosen-results li.active-result{width:100%;}

.tc_right input::-webkit-input-placeholder{color: #666;}
.tc_right input:-moz-placeholder, textarea:-moz-placeholder {color:#666;}
.tc_right input:-ms-input-placeholder, textarea:-ms-input-placeholder {color:#666;}
.tc_btn{cursor:pointer;display: block;width:200px;height:42px;background:#f71c5c;font-size:16px;font-weight:bold;text-align: center;line-height:42px;color:#fff;border-radius: 4px;margin:0 0 0 107px;}
.tc_btn:hover {color:#fff;background:#f60;}

.tc_b1.tc_b1_select .tc_left{line-height:18px;}
.tc_b1.tc_b1_select .tc_left i{line-height:18px;}
.tc_b1.tc_b1_select .l_select li{line-height:18px;color:#666;}
.tc_b1 .l_select .iradio_square-blue{margin:2px 6px 0;}

.tc_b1.tc_b1_select {margin:25px 0;}
.yw_tc_xzfp .tc_btn{margin-top:22px;}
.yw_tc_xzfp .tc_tit{margin:0 0 27px;}

/*新增收货地址*/
.tc_right .chosen-container .chosen-results li{padding:2px 10px;}
.yw_tc_xzdz{width:485px;height:530px;position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;background:#fff;padding:34px 30px;box-sizing: border-box;}
.yw_tc_xzdz  .tc_tit{margin:0 0 34px;}
.yw_tc_xzdz .l_selectC{display: inline-block;}
.yw_tc_xzdz .tc_right .inputBox{width:318px;}
.yw_tc_xzdz .tc_left{text-align: right;width:104px;box-sizing: border-box;padding-right:8px;}
.yw_tc_xzdz .tc_right .l_selectC{width:153px;}
.yw_tc_xzdz .l_selectC1{margin:0 8px 0 0;}


/*购物车-支付成功*/
 .yw_gwc_zfcg{background:#f2f5fa;padding:0 0 60px;}
 .l_zfgc_tishi{clear:both;overflow:hidden;width:325px;margin:30px auto 0;}
 .l_zfgc_tishi .img{float:left;margin:0 28px 0 0;}
 .l_zfgc_tishi .img img{}
 .l_zfgc_tishi .l_txt{overflow:hidden;}
 .l_zfgc_tishi .l_tit{font-size:36px;margin:20px 0 0;}
 .l_zfgc_tishi span{color:#666;margin:6px 0 0;display: block;}

.l_zfgc_ul{width:684px;margin:0 auto;border:1px solid #dddddd;box-sizing: border-box;margin-top:39px;clear:both;overflow:hidden;margin-bottom:35px;}
.l_zfgc_ul ul{float:left;width:50%;box-sizing: border-box;padding:15px 15px 5px;color:#666;font-size:16px;}
.l_zfgc_ul .ul1{border-right: 1px solid #ddd;}
.l_zfgc_ul li{padding:10px 30px;border-bottom:1px solid #dddddd;}

.l_zfgc_ul .l_tit{font-size:24px;color:#333;margin:0 0 8px;}
.l_zfgc_ul i{color:#333;}
.l_zfgc_ul a{color:#f71c5c;display:block;width:100%;text-align:right;margin-top:5px;}
.l_zfgc_ul a:hover {color:#f60;}
.l_zfgc_ul .last{border-bottom:none;}


/*购物车-支付成功2*/
.yw_gwc_zfcg2{background:#f2f5fa;padding:0 0 60px;}
.yw_gwc_zfcg2 .l_zfgc_tishi{width:659px;}

.l_zfgc_tishi .l_txt_x{line-height:24px;color:#666;margin:30px 0 5px;}
.l_zfgc_tishi .tit{font-size:16px;color:#333;}
.l_zfgc_tishi .l_zhxx{margin:22px 0 24px;}
.l_zfgc_tishi .l_tishi{}


/*购物车-支付失败*/
.yw_gwc_zfsb2{background:#f2f5fa;padding:0 0 60px;}
.yw_gwc_zfsb2 .l_zfgc_tishi{width:500px;margin:80px auto 75px;}
.yw_gwc_zfsb2 .l_zfgc_tishi span{line-height:22px;margin-top:15px;}
.yw_gwc_zfsb2 .l_zfgc_tishi .l_tit{margin-top:0;}
.l_l_zfgc_bs_btn{display:inline-block;height:39px;padding:0 25px 0 58px;border:1px solid #f71c5c;color:#f71c5c;line-height:39px;
				             font-size:18px;border-radius:4px;background:url(../images/yw_gwc_zfsb2_icon.png) 23px 9px no-repeat;margin:30px 0 0;}

/*修改列表-实习就业-详情*/
.l_xglb_sxjy_xq{padding:0 0 60px;}
.l_xglb_sxjy_xq{background:#f2f5fa;}
.l_xglb_sxjy_xq .l_xglb_sxjy_left{background:#fff;}
.l_sxjy_xq_current{position:relative;clear:both;overflow:hidden;}
.l_sxjy_xq_lft{float:left;border-right:1px solid #f2f5fa;width:644px;box-sizing:border-box;padding:0 35px;margin:55px 0 30px;}
.l_sxjy_xq_lft .tit{font-size:24px;font-weight:bold;color:#f71c5c;}
.l_sxjy_xq_lft .l_time{display:block;padding:0 0 0 30px;background:url(../images/l_time.png) no-repeat;margin:5px 0 0;}
.l_sxjy_xq_lft .l_keyBox{margin:17px 0 25px;}
.l_sxjy_xq_lft .b1{clear:both;overflow:hidden;line-height:24px;}
.l_sxjy_xq_lft .b1 i{float:left;color:#333;}
.l_sxjy_xq_lft .b1 span{display:block;overflow:hidden;color:#666;}
.l_sxjy_xq_rgt{position:absolute;width:285px;right:0;top:0;bottom:0;}
.l_sxjy_xq_rgt .l_cell{display:table;vertical-align:middle;height:100%;text-align:center;width:100%;}
.l_sxjy_xq_rgt .l_cell .cellIn{display:table-cell;height:100%;vertical-align:middle;}
.l_sxjy_xq_rgt .tit{font-size:18px;margin:15px 0 0;font-weight:bold;}
.l_sxyi_btn{line-height:22px;}
.l_sxyi_btn a{display:inline-block;height:22px;padding:0 15px;border:1px solid #f5afc3;border-radius:2px;color:#f5afc3;margin:0 10px 0 0;}

.l_sxjy_zw .l_txt_con{line-height:24px;color:#666;}
.l_sxjy_zw .tit{margin:24px 0 3px;}
.l_sxjy_zw{padding:28px 40px;border-top:1px solid #e5e5e5;}
.l_sxjy_xq_zwyh .tit_red{color:#f71c5c;margin:0 0 3px;}
.l_sxjy_zw .tit_s{margin:0 0 4px;}
.l_sxjy_xq_zwyh{margin:0 0 3px;}
.l_sxjy_xq_rzyq .l_intro{color:#333;}

.l_btnBox{margin:33px 0 23px;}
.l_btnBox a{margin:0 18px 0 0;display:block;float:left;height:42px;width:148px;background:#f71c5c;font-size:16px;font-weight:bold;text-align:center;line-height:42px;color:#fff;border-radius:2px;}
.l_btnBox .intro{color:#999;line-height:42px;overflow:hidden;}
.l_btnBox a:hover{background:#f60;}



/*出版物*/

.yw_cbw{background:#f2f5fa;padding:60px 0;}
.yw_cbw_ul{margin:0 -12px;}
.yw_cbw_ul li{width:50%;box-sizing:border-box;padding:0 12px;float:left;margin:0 0 50px;}
.yw_cbw_ul .l_box{position:relative;padding:0 40px 0 20px;z-index:1;}
.yw_cbw_ul .l_box:after{box-sizing:border-box;content:"";display:block;width:100%;position:absolute;left:0;top:40px;background:#fff;border:1px solid #eaedef;z-index:-1;bottom:0;}
.yw_cbw_ul .img{float:left;display:block;margin:0 10px 0 0;}
.yw_cbw_ul .l_txt{overflow:hidden;line-height:22px;padding:68px 0 0;}
.yw_cbw_ul .l_tit{font-size:16px;max-width:200px;max-height:20px;display:block;overflow:hidden;text-overflow:ellipsis;white-space: nowrap; }
.yw_cbw_ul .intro{color:#999;margin:3px 0 23px; }
.yw_cbw_ul .l_cont{color:#666;overflow:hidden;max-height:88px;}
.l_z_box{color:#999;line-height:48px;margin:20px 0 0;border-top:1px solid #f0f0f0;font-size:12px;}
.l_z_box .l_down{display:block;float:right;font-size:14px;line-height:25px;padding:0 20px;border-radius:2px;margin:12px 0 0;border:1px solid #dcdcdc;color:#999;}
.l_z_box .l_down:hover{color:#fff;background:#f71c5c;border:1px solid #f71c5c;}
.l_z_box span{display:inline-block;padding:0 0 0 25px;}
.l_z_box .span1{background:url(../images/yw_gwc_icon_1.png) 0 17px no-repeat;margin:0 20px 0 0;}
.l_z_box .span2{background:url(../images/yw_gwc_icon_2.png) 0 center no-repeat;}

.yw_cbw_ul_rgt li{padding:20px 0;border-bottom:1px solid #dfdfdf;clear:both;overflow:hidden;}
.yw_cbw_ul_rgt a{display:block;}
.yw_cbw_ul_rgt .l_txt{overflow:hidden;line-height:22px;padding:8px 0 0;}
.yw_cbw_ul_rgt .img{float:left;margin:0 13px 0 0;}
.yw_cbw_ul_rgt .l_tit{max-height:44px;overflow:hidden;}
.yw_cbw_ul_rgt .l_down{width:67px;height:23px;border:1px solid #dcdcdc;text-align:center;color:#999;margin:10px 0 0;}
.yw_cbw_ul_rgt .l_down:hover{color:#f60;border:1px solid #f60;}
.yw_cbw_ul_rgt .last{border-bottom:none;}

.yw_cbw_ul_rgt:hover{}


/*新闻中心*/
.yw_xwzx{background:#f2f5fa;padding:60px 0;}
.yw_xwzx_ul{clear:both;overflow:hidden;margin:0 -12px 0;}
.yw_xwzx .l_kcxz_con{margin:0 0 35px;}
.yw_xwzx_ul li{width:33.3%;box-sizing:border-box;padding:0 12px;margin:0 0 24px;}
.yw_xwzx_ul .l_box{padding:3px;background:#fff;display:block;transition:all 0.6s;-webkit-transition:all 0.6s;}
.yw_xwzx_ul .l_box .img img{width:100%;}
.yw_xwzx_ul .l_txt{padding:20px 20px 24px;}
.yw_xwzx_ul .tit{font-size:16px;line-height:22px;height:44px;overflow:hidden;}
.yw_xwzx_ul .l_time{font-size:12px;color:#b2b2b2;margin:13px 0 20px;}
.yw_xwzx_ul .l_time span{display:inline-block;padding:0 0 0 20px;}
.yw_xwzx_ul .l_time .span1{background:url(../images/yw_xwzx_icon1.png) 0 center no-repeat;margin:0 20px 0 0;}
.yw_xwzx_ul .l_time .span2{background:url(../images/yw_xwzx_icon2.png) 0 center no-repeat;}
.yw_xwzx_ul .l_btn{display:block;height:30px;width:107px;border:1px solid #f71c5c;border-radius:3px;text-align:center;line-height:30px;}

.yw_xwzx_ul .l_box:hover{background:#f71c5c;}
.yw_xwzx_ul .l_box:hover .tit{color:#fff;}
.yw_xwzx_ul .l_box:hover .l_time{color:#fdced7;}
.yw_xwzx_ul .l_box:hover .span1{background:url(../images/yw_xwzx_icon1_1.png) 0 center no-repeat;}
.yw_xwzx_ul .l_box:hover .span2{background:url(../images/yw_gwc_icon_2_1.png) 0 center no-repeat;}
.yw_xwzx_ul .l_box:hover .l_btn{border:1px solid #fff;color:#fff;}

.yw_xwzx_ul_rgt{}
.yw_xwzx_ul_rgt li{padding:20px 0;border-bottom:1px solid #dcdcdc;clear:both;overflow:hidden;}
.yw_xwzx_ul_rgt .img{float:left;margin:0 14px 0 0;}
.yw_xwzx_ul_rgt .last{border-bottom:none;}
.yw_xwzx_ul_rgt .l_txt{overflow:hidden;line-height:18px;}
.yw_xwzx_ul_rgt .l_tit{max-height:37px;overflow:hidden;}
.yw_xwzx_ul_rgt .l_time{display:block;padding-left:20px;background:url(../images/yw_xwzx_icon1.png) 0 center  no-repeat;color:#b2b2b2;font-size:12px;margin:5px 0 0;}

.yw_xwzx .l_sxjy_rgt_tit_1{margin-top:10px;}

/*业务-院校-详情*/
.yw_yx_nr_b1{padding:78px 0 85px;}
.yw_yx_nr_tit{text-align: center;}
.yw_yx_nr_tit h2{margin:14px 0 0;font-size:30px;}
.yw_yx_nr_tit .img{}
.yw_yx_nr_tit .img img{}
.yw_yx_nr_b1 .l_cont{color:#555;line-height:24px;padding:0 150px;}
.yw_yx_nr_b1 .l_cont p{margin:22px 0 0;}

.yw_yx_nr_b2{background:#f2f5fa;padding:90px 0;}
.yw_yx_nr_b2 .l_cont h4{color:#f71c5c;font-weight: normal;margin:37px 0 0;}
.yw_yx_nr_b2 .l_cont{color:#666;line-height: 24px;padding:0 150px;}

.yw_yx_nr .yw_pd_lxb2{padding:0;}
.yw_yx_nr .yw_pd_lxb2_zyhzhb{margin-top:0;}

/*分部-详情*/
.yw_fb_xq{}
.yw_fb_xq_b1{padding:70px 0 80px;}
.yw_fb_xq_b1 .yw_xwzx_ul{margin-top:65px;}
.yw_fb_xq_b1 .yw_xwzx_ul .l_box{background:#f2f5fa;}
.yw_fb_xq_b1 .yw_xwzx_ul .l_box:hover{background:#f71c5c;}
.yw_fb_xq_b1 .yw_xwzx_ul .img{overflow:hidden;}



.yw_fb_xq_x1{background:#f2f5fb;}
.yw_bjzb{background-repeat:no-repeat;background-size:contain;height:413px;text-align:right;margin:38px 0 0;}
.yw_bjzb:before{content:"";display:inline-block;width:0;height:100%;vertical-align:middle;}
.yw_bjzb_cont{text-align:left;width:471px;background:url(../images/yw_fb_xq_bjzb_bg.png);min-height:267px;display:inline-block;vertical-align:middle;
				         max-height:350px;overflow:hidden;word-break:break-all;box-sizing:border-box;padding:50px;color:#fff;}
.yw_bjzb_cont li{float:left;overflow:hidden;line-height:22px;margin:4px 0;}
.yw_bjzb_cont .tit{margin:3px 0 16px;}
.yw_bjzb_cont ul i{float:left;}
.yw_bjzb_cont ul .p{overflow:hidden;word-break:break-all;}

.yw_fb_xq_x1{padding:50px 0 90px;}
.yw_fb_xq_x1 .head_xian .right{padding:0 0 0 6px;}
.yw_fb_xq_x1 .head_xian u{background:#c1c4cd;}
.yw_fb_xq_x1 .lm_Lit .tit{color:#f71c5c;}
.yw_fb_xq_x1 .head_xian{width:24%;}
.yw_fb_xq_x1 .head_xian .left{padding:0 5px 0 0;}


.yw_fb_xq_b2{background:#f2f5fa;padding:95px 0 107px;}
.yw_fb_xxzx{margin:45px -16px 0;clear:both;overflow:hidden;}
.yw_fb_xxzx>li{float:left;padding:0 16px;box-sizing:border-box;width:33.3%;height:518px;}
.yw_fb_xxzx>li .l_box{position:relative;display:block;overflow:hidden;}
.yw_fb_xxzx img{transition:all 0.6s;-webkit-transition:all 0.6s;transform:scale(1);-webkit-transform:scale(1);}
.yw_fb_xxzx ol>li{position:relative;overflow:hidden;height:245px;}
.yw_fb_xxzx .ol_li1{margin:0 0 28px;}
.yw_fb_xq_xiazai{font-size:16px;position:absolute;bottom:0;left:0;float:left;overflow:hidden;color:#fff;background:url(../images/bg000_06.png);width:100%;
				           height:45px;line-height:45px;box-sizing:border-box;padding:0 24px;transition:all 0.6s;-webkit-transition:all 0.6s;}
.yw_fb_xq_xiazai i{display:block;float:right;padding:0 0 0 22px;background:url(../images/yw_fb_xq_xiazai.png) 0 center no-repeat;}
.yw_fb_xq_xiazai:hover {background:url(../images/bg_red.jpg);}
.yw_fb_xxzx img:hover {transform:scale(1.2);-webkit-transform:scale(1.2);}
.yw_fb_xq_xiazai .l_tit{max-width:265px;display:block;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;float:left;}
.yw_fb_xq_xiazai .l_tit a{color:#fff;}
.yw_fb_xxzx  .li2 ol>li{height:auto !important;}

/*新闻详情*/
.wrap{width:1200px;margin:0 auto;clear:both;overflow:hidden;}
.jtz_news_cen{margin:0 0 60px 0}
.jtz_news_cen .box_l{float: left; width: 935px; background: #fff;}
.jtz_news_cen .box_l .box{padding:50px 40px; word-break:break-all;}
.jtz_news_cen .box_l .txt{position: relative;text-align:center;}
.jtz_news_cen .box_l .txt h2{font-size: 24px;}
.jtz_news_cen .box_l .txt .bdsharebuttonbox{float:left;margin:5px 0 0 10px;}
.jtz_news_cen .box_l .txt .bdsharebuttonbox a{transition: none;}

.jtz_news_cen .box_l .box .lyl_wrap{min-width:400px;clear:both;overflow:hidden;display:inline-block;}
.jtz_news_cen .box_l .tit{padding-top:10px;text-align:center;float:left;}
.jtz_news_cen .box_l .txt span{margin-right: 10px; color: #b3b3b3;}
.jtz_news_cen .box_l .tet{ color: #666; line-height: 24px; padding: 35px 0;}
.jtz_news_cen .box_l .tet img{ max-width: 100%;}
.jtz_news_cen .box_l .page1{border-top:1px dotted #b2b2b2; padding-top: 25px;}
.jtz_news_cen .box_l .fh{float: right; border: 1px solid #f71c5c; border-radius: 3px; color: #f71c5c; height: 30px; line-height: 30px; width: 100px; text-align: center;}
.jtz_news_cen .box_l .fh:hover{background: #f71c5c; color: #fff}
.jtz_news_cen .box_l ul{ margin-right: 100px;}
.jtz_news_cen .box_l li{float:left;padding:0 54px 10px 0;}
.jtz_news_cen .box_l .last{padding-right:10px;}
.jtz_news_cen .box_l li a{color: #333;}
.jtz_news_cen .box_l li a:hover{color: #f71c5c;}
.jtz_news_cen .box_r{float: right; width: 265px;}
.jtz_news_cen .box_r .box{padding:0 0 0 34px; }
.jtz_news_cen .box_r .t_txt{ padding-bottom: 10px;}
.jtz_news_cen .box_r .t_txt span{font-size: 16px; font-weight: bold; position: relative;}
.jtz_news_cen .box_r .t_txt span:before{  content:""; position:absolute; left:0; bottom:-11px; display:inline-block; width:100%; height:1px; background: #f71c5c; }
.jtz_news_cen .box_r li{border-top:1px solid #dcdcdc; padding:15px 0; clear: both; overflow: hidden;}
.jtz_news_cen .box_r .txt{display: inline-block; color: #333}
.jtz_news_cen .box_r .txt:hover{ color: #f71c5c}
.jtz_news_cen .box_r .titm{display:block; color: #999; font-size: 12px; padding-top: 5px;padding-left:20px;background:url(../images/yw_xwzx_icon1.png) 0 7px no-repeat;}
.jtz_news_cen .box_r .ul1{margin-bottom:15px; }
.jtz_news_cen .box_r .ul1 .pic{display: block; float: left; width:95px;}
.jtz_news_cen .box_r .ul1 .con{display: block; margin-left: 110px;}
.lyl_xgwz{overflow:hidden;margin:44px 0 0;}
.lyl_xgwz .l_tit{font-size:18px;padding:0 0 8px;border-bottom:1px solid #ecebea;}
.lyl_xgwz .l_tit i{position:relative;display:inline-block;padding:0 4px;}
.lyl_xgwz .l_tit i:after{content:"";display:block;position:absolute;left:0;bottom:-9px;width:100%;height:2px;background:#f71c5c;}
.jtz_news_cen  .lyl_xgwz ul{margin:18px -100px 0 0;clear:both;overflow:hidden;}
.jtz_news_cen .lyl_xgwz li{width:50%;padding:3px 100px 3px 0;box-sizing:border-box;}
.jtz_news_cen .lyl_xgwz li a{line-height:24px;padding:0 0 0 10px;position:relative;}
.jtz_news_cen .lyl_xgwz li a:after{content:"";display:block;width:3px;height:3px;position:absolute;background:#f71c5c;left:0;top:9px;}
.jtz_news_cen .tet img{max-width:100%;}
.lyl_gjc{padding:9px 0 10px;line-height:22px;}
.lyl_gjc i{color:#333333;float:left;}
.lyl_gjc .l_cont{overflow:hidden;}

/*修改*/
.jtz_news_cen .box_l .page1{position:relative;}
.jtz_news_cen .box_l .fh{position:absolute;top:25px;right:0;}

/*资料*/
.yw_zl{background:#f2f5fa;}
.yw_kclb_ul .lx_time{font-size:12px;color:#666;margin:0 0 6px;}
.yw_zl .yw_kclb_ul h4{margin:0;max-height:22px;display:block;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;}
.yw_zl .yw_kclb_ul .l_txt{padding:23px 21px 13px;}
.yw_zl .yw_kclb_ul.hov .l_box:hover .lx_time{color:#fdced7;}
.yw_zl{padding:60px 0;}

/*资料-详情*/
.jtz_news_cen .lx_tit{font-size:24px;}
.jtz_news_cen .lx_intro{color:#b3b3b3;margin:8px 0 0;}
.jtz_news_cen.yw_zl_xq .box_l .tet{padding-top:25px;}
.lx_down_wrap{text-align:center;margin-top:5px;}
.lx_down_wrap .l_downlode{display:inline-block;position:static;padding:0 61px 0 81px;background-position:30% center;}



/*联系方式*/
.lyl_grzx_xgmm .lx_b1 .lx_wrap{width:195px;float:left;}
.lyl_grzx_xgmm .lx_b1 select{height:38px;}
.lyl_grzx_xgmm .lx_b1 .inputBox{float:left;overflow:visible;}
.lyl_grzx_xgmm .lx_b1 .lx_wrap1{margin:0 10px 10px 0;}
.lyl_grzx_xgmm .form .lx_b1{clear:none;overflow:visible;}
.lyl_grzx_xgmm .form .lx_b1:after{content:"";display:block;width:0;height:0;clear:both;overflow:hidden;}
.lyl_grzx_xgmm #l_check .chosen-container .chosen-results li{padding:15px 10px;}
.lyl_grzx_xgmm .lx_b1 .chosen-container-single .chosen-single{border:1px solid #e0dfe0;}

.lyl_grzx_xgmm .form .lx_b2 .l_select li{float:left;margin:0 15px 0 0;line-height:20px;}
.lyl_grzx_xgmm .form .lx_b2 i{line-height:20px;}
.lyl_grzx_xgmm .form .lx_b2 .l_select .iradio_square-blue{margin:4px 4px 0 0;}
.lyl_grzx_xgmm .form .lx_sp1 li{float:left;margin:0 20px 0 0;}
.lyl_grzx_xgmm .form .lx_sp1 .l_select .iradio_square-blue{margin:4px 8px 0 0; }

.lyl_grzx_xgmm .form .lx_sp1,
.lyl_grzx_xgmm .form .lx_sp1 li,
.lyl_grzx_xgmm .form .lx_sp1 i{line-height:20px;}

/*老师-列表*/
.yw_lslb{padding:40px 0 60px;background:#f2f5fa;}
.jt_gyzb_sztd_ul{margin:0 -11px 10px;}
.jt_gyzb_sztd_ul li{width:33.3%;padding:0 11px;box-sizing:border-box;margin:0 0 20px;}
.jt_gyzb_sztd_ul .l_box{background:#fff;padding:3px;}
.jt_gyzb_sztd_ul .img{line-height:0;display:block;margin:0 auto;}
.jt_gyzb_sztd_ul .l_txt{line-height:20px;padding:27px;}
.jt_gyzb_sztd_ul .l_tit{font-size:16px;line-height:22px;}
.jt_gyzb_sztd_ul .intro{color:#999;margin:8px 0 0;max-height:44px;overflow:hidden;height: 40px;}
.jt_gyzb_sztd_ul .red_border_btn{margin:28px 0 0;}

.red_border_btn{ transition: all 0.6s; -webkit-transition: all 0.6s; border: 1px solid #f71c5c; width: 103px; height: 30px; line-height: 30px; color: #f71c5c; display: block; border-radius: 3px; text-align: center; }

/*老师-详情*/
.yw_lsxq{padding:0 0 60px;background:#f2f5fa;}
.yw_lslb .jt_gyzb_sztd_ul{padding:25px 0 0;}
.jt_gyzb_sztd_xqul{padding:30px 30px 20px;background:#fff;}
.jt_gyzb_sztd_xqul .cont_box .l_top{text-align:center;}

.jt_gyzb_sztd_xqul .l_fl{margin:60px 0 0;width:381px;}
.jt_gyzb_sztd_xqul .l_fl .img{line-height:0;margin:0 0 28px;}
.jt_szxq_tit{padding:0 0 16px;border-bottom:1px solid #f71c5c;margin:0 0 20px;}
.jt_szxq_tit .tit_26{font-size:26px;}
.jt_szxq_tit  .tit_intro{font-size:12px;color:#666;line-height:26px;display:inline-block;}
.jt_gyzb_sztd_xqlist {margin: 0 0 28px;}
.jt_gyzb_sztd_xqlist  .list{clear:both;overflow:hidden;padding:6px 0;}
.jt_gyzb_sztd_xqlist  i{float:left;line-height:24px;}
.jt_gyzb_sztd_xqlist  .l_p{overflow:hidden;color:#7b7f85;line-height:24px;}
.jt_gyzb_sztd_xqlist .l_btn{display:inline-block;height:29px;padding:0 10px;background:#f71c5c;color:#fff;margin:0 10px 10px 0;line-height:28px;}

.jt_gyzb_sztd_xqul .l_fr{width:713px;margin:60px 0 0 40px;}
.jt_szxq_titcon {padding:0 0 8px;border-bottom:1px solid #d3d6dc;}
.jt_szxq_titcon .tit_span{font-size:16px;display:inline-block;padding:0 6px;position:relative;}
/*.jt_szxq_titcon .tit_span:after{display:block;position:absolute;content:"";width:100%;height:1px;background:#f71c5c;left:0;bottom:-9px;line-height:24px;}*/
.jt_gyzb_sztd_xqul  .l_txt{color:#7b7f85;line-height:24px;padding:12px 0 32px;}

.jt_szxq_titcon .zbgedu_tea_i{display:block;position:relative;width:100%;height:1px;background:#f71c5c;left:-6px;bottom:-12px;line-height:24px;max-height:1px;overflow:hidden;}


/*修改 cime*/
/*.ckxm_cima .ckxm_zhmk li{height:113px;}*/
/*.ckxm_cima .ckxm_zhmk .intro{max-height:40px;}*/
/*.ckxm_cima .ckxm_zhmk .li_com .icon{margin-right:5px;}*/
/*.ckxm_cima  .ckxm_zhmk .li_tit .l_box{height:113px;}*/

				/*9.4修改*/
.lyl_gjc{clear:both;overflow:hidden;}
.jtz_news_cen .box_l ul{clear:both;overflow:hidden;}
.jtz_news_cen{background:#f2f5fa;}
.jtz_news_cen{padding:0 0 60px;margin:0;}
.jtz_news_cen .box_l .page1{position:relative;}
.jtz_news_cen .box_l .fh{position:absolute;top:25px;right:0;}
.jtz_news_cen .box_l ul{margin-right:0;}
.jtz_news_cen .box_l .page1 ul{margin-right:118px;}
.jtz_news_cen .lyl_xgwz li a{display:block;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;}

.tc_right .inputBox{position:relative;}
.tc_right .inputBox input.lyl_select{border:1px solid #f71c5c;}
.tc_right .inputBox i{display:block;width:15px;height:15px;background:url(../images/lyl_xz.png) no-repeat;position:absolute;right:0;bottom:0;display:none;}
.yw_tc_xzfp .tc_left{ width:118px; }
.yw_tc_xzfp .tc_right .inputBox{width:314px;}
#lyl_ns{display:none;}


.tc_b1.tc_b1_xzdz{line-height:20px;}
.tc_b1.tc_b1_xzdz .tc_left{line-height:20px;}
.tc_b1.tc_b1_xzdz .l_select li{line-height:20px;}



.cjzh_b2  .ul_2 .l_tit{margin-top:15.5%;}
.lm_lunbo{margin-top:100px;}
.ckxm_xinw .hot .img{cursor:pointer;}
.main{overflow:hidden;}
.ckxm_wans .cont{max-height:124px;overflow:hidden;}
.lm_lunbo .owl-carousel .item{position:relative;background-size:auto 100% !important;}

.l_search input{line-height:44px;}
.l_search a{height:47px;}

.l_zbgkc{background:#f2f5fa;padding:0 0 60px;}
.l_zbgkc .l_zbgkc_b3{padding:0;}
.ywin_zbgkk .item a{display:block;overflow:hidden;}
.ckxm_cfa .jrxm_cfa_kctx_tab .li2 .l_box:hover i{color:#333;}
.head_num{cursor:default  !important;}
.lm_headBox.lm_headBox_now .lm_logo_w{display:none !important;}


/*2017-09-13*/
.bigbox .enroll li .srk{position: relative;}
.bigbox #code{padding-right:122px;}
.bigbox #code_img{position: absolute;right: 2px;top:3px;}

.yw_gwzx_zhmm  .inputBox_con{position: relative;}
.yw_gwzx_zhmm   #code{padding-right: 122px}
.yw_gwzx_zhmm #code_img{position: absolute;right: 5px;top:4px;}

.lm_lunbo .owl-carousel .item a,
.lm_head_bg  a{display: block;width:100%;height:100%;position: absolute;left:0;top:0;z-index: 33;}

/*2017-09-14*/
.ckxm_b5_ul .txt{   height: 40px; overflow: hidden;}

.yw_gwzx_zhmm .form_con .b1{overflow: visible;}
.yw_gwzx_zhmm .form_con .b1:after{content:"";display:block;height:0;clear:both;overflow:hidden;}
.yw_gwzx_zhmm .inputBox_con_yzm,  .yw_gwzx_zhmm .inputBox_con{float:left;overflow: visible;}

/*2017-09-15*/
.yw_xx_jssb{text-align: center;width:450px;margin:0 auto;line-height:18px;min-height:300px;}
.yw_xx_jssb .img{margin:30px 0 15px;}
.yw_xx_jssb .l_tit{font-size:24px;margin:20px 0 15px;}
.yw_xx_jssb  .txtIn{color:#999;}
.yw_xx_jssb  .l_l_zfgc_bs_btn{margin-top:15px !important;}

/*2017-09-16*/
.ckxm_b1 .border_btn{cursor: pointer;}
.lm_Lit a:hover,
.ywin_tit a:hover {color:#333;}
.l_kcxz_con span{width:85px;text-align: right;position: absolute;left:0;top:13px;}
.l_kcxz_con .l_p1{padding-left:76px;position: relative;}
.head_phone:hover {color:#333;}

.l_kcxz_con .x_a{float: left;}
.l_kcxz_con .x_box{ overflow: hidden;}

/*2017-09-22*/
.cjzh_b3_zjy_ol .l_txt:hover{background:url(../images/logo_redcolor_80.png);}
 .pd_yypx_b1 .cjzh_b3_zjy_ol .l_txt:hover{background: url(../images/cjzh_zjy_t_bg.png) repeat-y;}
.yw_fb_xq .yw_bjzb_cont li{width:100%;}
#jianli_file{word-break: break-all;line-height:24px;}


/*9.26*/
.x_lyl_zxzy{line-height:42px;}
.x_lyl_zxzy .btn{display:inline-block;width:70px;height:24px;background:#f71c5c;color:#fff;line-height:24px;text-align: center;border-right: 3px;margin:0 10px 0 0;}

/*9.26*/
.ckxm_zxlb  .demo-list{ clear:both; overflow:hidden;background:#fff;border-radius:4px;padding:17px 23px 20px;margin:0 0 22px;}
.ckxm_zxlb  .demo-list li{ list-style:none; float:left;width:50%;line-height:30px;color:#666;}
.ckxm_zxlb  .demo-list input{margin:0 10px 0 0; width: 20px; height: 20px;}
.ckxm_zxlb  .x_tit {font-size:16px;padding:3px 0 16px;}
.ckxm_zxlb   .icheckbox_square-blue, .iradio_square-blue{width:15px;height:15px;margin:7px 10px 0 0;}
.ckxm_zxlb  .icheckbox_square-blue.hover{background-position:-19px 0;}
.ckxm_zxlb  .icheckbox_square-blue.checked{background-position:-38px 0;}


/*9.27*/
.yw_tc_inCon{width:485px;position:absolute;left:50%;margin-left:-242.5px;height:535px;margin-top:-267.5px;top:50%;background:#fff;padding:33px 20px 25px;box-sizing:border-box;}
.yw_tc_inCon .ckxm_zxlb{width:100%;margin:0;padding:0;}
.yw_tc_inCon .ckxm_zxlb h2{font-weight:normal;font-size:24px;margin-bottom:4px;}
.yw_tc_inCon .ckxm_zxlb .tit:after{top:6px;}
.yw_tc_inCon .ckxm_zxlb input{height:44px;line-height:44px;}
.yw_tc_inCon .ckxm_zxlb i{line-height:44px;}
.yw_tc_inCon .ckxm_zxlb .cl{margin-bottom:15px;}
.yw_tc_inCon .ckxm_zxlb form{margin:32px 0 0;}
.yw_tc_inCon .ckxm_zxlb  .x_tit{padding:7px 0 0;}
.yw_tc_inCon .ckxm_zxlb  .demo-list{padding-left:0;padding-right:0;padding-top:14px;padding-bottom:0;margin-bottom:14px;	}

.ywin_zbgkk .lyl_jiage .btn{width:68px;}
.ywin_xmpx .m_title .bq .selected:before{width:100%;left:0;}



/*9.28*/
.ckxm_b4 .ckxm_zhmk .li_com .l_box,
.ckxm_b4 .ckxm_zhmk .li_cont .l_box{position: relative;padding-left:53px;font-size:0;padding-top:0;}
.ckxm_b4 .ckxm_zhmk .li_com .l_box{text-align: left;}
.ckxm_b4 .ckxm_zhmk .li_com .icon,
.ckxm_b4 .ckxm_zhmk .li_cont .smtit{position: absolute;left:10px;top:31px;margin:0;}
.ckxm_b4 .ckxm_zhmk .li_com .icon{left:20px;top:20px;}
.ckxm_b4 .ckxm_zhmk .li_com .htit,
.ckxm_b4 .ckxm_zhmk .li_cont .htit{display: inline-block;vertical-align:middle;margin:0;font-size:16px;line-height: 18px;}
.ckxm_b4 .ckxm_zhmk .li_com .htit{padding-left:10px;}
.ckxm_b4 .ckxm_zhmk .li_cont .l_box:after{content:"";display: inline-block;vertical-align: middle;height:79px;font-size:0;line-height: 0;}
.ckxm_b4 .ckxm_zhmk .li_com .l_box:after{content:"";display: inline-block;vertical-align: middle;height:79px;font-size:0;line-height: 0;}
.ckxm_b4 .ckxm_zhmk .li_tit .htit{margin-top:16px;}


.yw_tc_zxzx{width:600px;height:550px;left:50%;margin-left:-300px;top:50%;margin-top:-275px;position: absolute;background:#fff;box-sizing: border-box;}

.yw_tc_zxzx .tc_close{top:12px;right:12px; z-index: 999;}

.yw_tc_inCon .ckxm_zxlb .cl,
.ckxm_b15 .ckxm_zxlb .cl{position:relative;overflow:inherit;}

.yw_tc_xzfp.x_yw_tc_xzfp{height:400px;margin-top:-200px;top:50%;}

/*10.10*/
.yw_tc_zxzx{margin-top:-286px;}
.yw_tc .tc_zxcx{font-size:16px;line-height:16px;position:relative;margin:0 0 6px 20px;padding:10px 0 0 15px;}
.yw_tc .tc_zxcx:after{content:"";display:block;position: absolute;width:7px;height:16px;background:#f71c5c;left:0;top:10px;}
#interflow{background:#fff;}

/*11.16*/
.yw_gwzx_wdddxq  .yw_wddd_zfpz .p1{float:left;clear:both;position:relative;}
.yw_gwzx_wdddxq  .l_shtp{clear:both;}

@media screen and (max-width: 1800px){
    .yw_pd_lxb2_zyhzhb .swiper-button-prev1{left:-154px;}
    .yw_pd_lxb2_zyhzhb .swiper-button-next1{right:-154px;}
}

@media screen and (max-width: 1600px){
    .yw_pd_lxb2_zyhzhb .swiper-button-prev1{left:-94px;}
    .yw_pd_lxb2_zyhzhb .swiper-button-next1{right:-94px;}
    .vid_con{ width:800px; height:450px; position:absolute; left:50%; top:50%; margin:-225px 0 0 -400px;}
}

@media screen and (max-width: 1400px) {

    /*财经证书*/
    .cjzh_b2.hov  ul li:hover .l_tit{margin:5% 0 0;}

    /*财会项目*/
    .ckxm_b3 ul .intro{height:60px;overflow: hidden;}
    .ckxm_b3 ul .l_tit{margin:4% 0 4%;}
    .ckxm_b9 .center{width:984px;}

    .jtin_zbry .glory_cont{width:984px;margin:42px auto 0;}
    .jtin_zbry .center{width:984px !important;}

    .jtin_zbry .glory_cont .a_box{width:984px;}


    .jtin_zbry .swiper-container{overflow:visible;}
    .jtin_zbry .boxWrap .box .pic1{width:479px;height:350px;}
    .jtin_zbry .boxWrap .box{width:1739px;height:370px;margin-left:-341px;}

    .jtin_zbry .arrow-left,
    .jtin_zbry .arrow-right{margin-top:-102px;}
    .ckxm_b12 .txt{max-height:100px;overflow:hidden;}
    .ckxm_csxz .li .Ltit,
    .ckxm_csxz .li2 .Ltit{left:20px;}
    .ckxm_b12 .txt,
    .ckxm_csxz .li2 .txt{left:25px;}


    .ckxm_b12 .center{width:984px;margin:0 auto;}
    .ckxm_csxz .owl-stage-outer{margin-right:1px;}

    .owl_btn .ckxm_csxz.owl-carousel .owl-controls .owl-nav .owl-prev, .owl_btn .ckxm_csxz.owl-carousel .owl-controls .owl-nav .owl-next{margin-top:-38px;}


    .ckxm_b9_cma1 .center{width:984px;margin:0 auto;}

    .ckxm_b3 ul .l_tit{margin-top:12%;}
    .ckxm_b3 ul .jia{margin-top:8%;}

    /*cma*/
    .ckxm_wans .contBox{padding-top:32px;}
    .ckxm_wans .contBox span{margin-top:10px;}

    .cjzh .ckxm_b3 ul .l_tit{margin-bottom:0;margin-top:32%;}
    .cjzh_b2.hov  ul li:hover .l_tit{margin-top:14%;}

    /*留学*/
    .yw_pd_lxb2_zyhzhb .swiper-button-prev1{left:36px;}
    .yw_pd_lxb2_zyhzhb .swiper-button-next1{right:36px;}

    .yw_inleft{display: none !important;}

    /*9.27*/
    .yw_tc_inCon .ckxm_zxlb input{height:38px;line-height: 38px;}
    .yw_tc_inCon .ckxm_zxlb i{line-height: 38px;}
    .yw_tc_inCon .ckxm_zxlb  .x_tit{padding:0;}
    .yw_tc_inCon .ckxm_zxlb  .demo-list{padding-top:10px;margin-bottom:10px;}
    .yw_tc_inCon .ckxm_zxlb .l_btn input{height:40px;line-height: 40px;font-size: 16px;}
    .yw_tc_inCon{height:550px;margin-top:-225px;}


	/*.yw_tc_zxzx{width:700px;height:400px;left:50%;margin-left:-350px;top:50%;margin-top:-200px;overflow-y: scroll;}*/
/*    .yw_gwc_js  .x_btn_23{padding:10px 15px 5px 5px;display:inline-block;cursor: pointer;color:#f71c5c;background:url(../images/addr-i_1.png) right 15px no-repeat;}
    .yw_gwc_js  .x_btn_23.hover{background:url(../images/addr-i_2_1.png) right 16px no-repeat}*/

}




.yw_gwc_js  .x_btn_23{padding:10px 15px 5px 5px;display:inline-block;cursor: pointer;color:#f71c5c;background:url(../images/addr-i_1.png) right 15px no-repeat;}
.yw_gwc_js  .x_btn_23.hover{background:url(../images/addr-i_2_1.png) right 16px no-repeat}



