/*list(列表)*/
.list-box{
	width: 1200px;
	margin: 10px auto 50px auto;
}
/*title(标题)*/
.list-title{
	width: 100%;
	height: 66px;
	border-bottom: 4px solid #f2f2f2;
	position: relative;
}
.list-title .list-title-box{
	width: 200px;
	margin: 0 auto;
}
.list-title-box img{
	float: left;
	height: 26px;
	padding: 20px 7px;

}
.list-title-box h2{
	width: auto;
	float: left;
	font-size: 24px;
	color: #D10101;
	line-height: 66px;
	font-weight: bold;
	text-align: center;
}
/*list(二季导航)*/
.list-nav{
	width: 1200px;
	margin: 0 auto;
	margin-top: 15px;
	height: 52px;
}
.list-nav a{
	width: 226px;
	height: 50px;
	float: left;
	border: 1px solid #ccc;
	display: inline-block;
	white-space:nowrap;
	border-radius: 4px;
	text-align: center;
    line-height: 50px;
	color: #000;
}
.list-nav a.on,
.list-nav a:hover{
	background-color: #df4240;
	border-color: #df4d4d;
	color: #ffffff;
}
.list-nav>a:not(:last-child){
	margin-right: 15px;
}

/*article list(文章列表)*/
.art-list-box{
	width: 100%;
	margin-bottom: 50px;
}
.art-list-box .art-slide{
	display: block;
	width: 100%;
	padding: 10px 0 9px 0;
	border-bottom: 1px dashed #b3b3b3;
}
.art-slide img{
	display: block;
	float: left;
	width: 22px;
	margin: 9px 3px;
}
.art-slide h5{
	float: left;
	width: 1000px;
	font-size: 16px;
	color: #333333;
	line-height: 40px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.art-slide h6{
	float: right;
	font-size: 16px;
	color: #333333;
	line-height: 40px;
}
.art-list .art-slide:hover h5{
	color: #D10101;
}

/*classify(分类导航)*/
.kczx-classify{
	width: 100%;
	padding: 18px 0;
}
.kczx-classify .classify-slide{
	display: inline-block;
	font-size: 18px;
	line-height: 32px;
	color: #333333;
	padding: 0 4px;
	margin: 0 6px;
	border-bottom:2px solid #ffffff;
}
.kczx-classify .classify-slide:hover,
.kczx-classify .classify-slide.on{
	color: #D10101;
	border-bottom:2px solid #D10101;
}

/*class list(课程列表)*/
.kczx-list-box{
	width: 100%;
	margin-bottom: 30px;
}
.kczx-list-box .kczx-slide{
	width: 291px;
	height: 240px;
	float: left;
	margin: 0 12px 20px 0;
}
.kczx-slide img{
	display: block;
	width: 100%;
	height: 170px;
}
.kczx-slide .kczx-text{
	width: 285px;
	height: 70px;
	padding: 0 3px;
}
.kczx-text h4{
	font-size: 16px;
	color: #333333;
	line-height: 20px;
	height: 40px;
	text-align: justify;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 5px 0;
}
.kczx-text .kczx-text-two{
	width: 100%;
	height: 20px;
	overflow: hidden;
}
.kczx-text-two h5{
	float: left;
	font-size: 16px;
	color: #333333;
	line-height: 20px;
}
.kczx-text-two h6{
	float: right;
	font-size: 16px;
	color: #333333;
	line-height: 20px;
}

/*plan list(计划列表)*/
.ztjh-list-box{
	width: 100%;
	margin: 20px 0 30px 0;
}
.ztjh-list-box .ztjh-slide{
	display: block;
	float: left;
	width: 380px;
	height: 200px;
	margin: 0 30px 20px 0;
	position: relative;
}
.ztjh-slide .r-t-img{
	position: absolute;
	right: 0;
	top: 0;
	width: 44px;
	display: none;
}
.ztjh-slide .r-t-img.on{
	display: block;
}
.ztjh-slide .ztjh-slide-img{
	display: block;
	width: 100%;
	height: 140px;
}
.ztjh-slide .ztjh-text{
	width: 380px;
	height: 50px;
	padding: 5px 0;
}
.ztjh-text h4{
	width: 100%;
	font-size: 16px;
	color: #333333;
	line-height: 25px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.ztjh-text .ztjh-text-two{
	width: 100%;
	height: 25px;
	overflow: hidden;
}
.ztjh-text-two h5{
	float: left;
	font-size: 16px;
	color: #333333;
	line-height: 25px;
	margin-right: 15px;
}
.ztjh-text-two h6{
	float: right;
	font-size: 16px;
	color: #333333;
	line-height: 25px;
}

/*page(翻页)*/
.list-pages{
	width: 100%;
	font-size: 0;
	text-align: center;
}
.list-pages a{
	display: inline-block;
	height: 34px;
	padding: 0 12px;
	border:1px solid #b3b3b3;
	font-size: 18px;
	text-align: center;
	line-height: 34px;
	color: #666;
	margin: 0 5px;
}
.list-pages a:hover{
	border:none;
	height: 36px;
	padding: 0 13px;
	background-color:#D10101;
	line-height: 36px;
	color: #ffffff;
}
.list-pages span{
	display: inline-block;
	height: 36px;
	width: 36px;
	background-color:#D10101;
	font-size: 18px;
	text-align: center;
	line-height: 36px;
	color: #ffffff;
	margin: 0 5px;
}

/*aboutus(关于我们)*/
.about-box{
	width: 100%;
}
.about-box .about-img{
	width: 100%;
	height: 600px;
	overflow: hidden;
	position: relative;
	padding-top: 20px;
}
.about-img .about-img-bd{
	width: 100%;
	height: 600px;
}
.about-img .about-img-bd .about-img-slide{
	width: 100%;
	height: 100%;
	position: relative;
}
.about-img-slide img{
	display: block;
	width: 100%;
	height: 100%;
}
.about-img-slide .about-img-title-bg{
	display: block;
	width: 100%;
	height: 46px;
	background-color: #FFFFFF;
	filter:alpha(opacity=70); /* IE */
	-moz-opacity:0.7; /* 老版Mozilla */
	-khtml-opacity:0.7; /* 老版Safari */
	opacity: 0.7; /* 支持opacity的浏览器*/
	position: absolute;
	top: 0;
	left: 0;
}
.about-img-slide h6{
	width: 100%;
	height: 46px;
	font-size: 24px;
	color: #D10101;
	line-height: 46px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
.about-img .about-img-hd{
	width: 100%;
	height: 50px;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 0;
	text-align: center;
	z-index: 10;
}
.about-img-hd .about-img-circle{
	width: 10px;
	height: 10px;
	background-color: #FFFFFF;
	display: inline-block;
	margin: 20px 5px;
	filter:alpha(opacity=70); /* IE */
	-moz-opacity:0.7; /* 老版Mozilla */
	-khtml-opacity:0.7; /* 老版Safari */
	opacity: 0.7; /* 支持opacity的浏览器*/
}
.about-img-hd .about-img-circle.on{
	background-color: #D10101;
}
.about-img .next,
.about-img .prev{
	width: 30px;
	height: 64px;
	position: absolute;
	top: 50%;
	margin-top: -32px;
	cursor: pointer;
}
.about-img .prev{
	left: 20px;
}
.about-img .next{
	right: 20px;
}
.about-img .prev img,
.about-img .next img{
	display: block;
	width: 100%;
	height: 100%;
}


.about-box .about-content{
	width: 100%;
	padding: 15px 0;
	/* border-bottom: 1px dashed #b3b3b3; */
}
.about-content,
.about-content p{
	font-size: 18px;
	color: #333333;
	line-height: 32px;
	text-align: justify;
}
.about-box .about-contact{
	width: 100%;
	padding: 30px 0;
}
.about-contact h2{
	width: 100%;
	font-size: 28px;
	color: #333333;
	line-height: 30px;
	text-align: center;
	margin-bottom: 60px;
}
.about-contact .contact-l{
	width: 700px;
	float: left;
}
.contact-l h5{
	font-size: 20px;
	color: #666666;
	line-height: 36px;
	margin-top: 28px;
}
.about-contact .contact-r{
	width: 420px;
	float: right;
}
.contact-r img{
	display: block;
	width: 150px;
	height: 150px;
	margin: 0 auto;
	border: 1px solid #f5f5f5;
}
.contact-r h6{
	width: 100%;
	font-size: 20px;
	line-height: 30PX;
	color: #666666;
	text-align: center;
	margin-top: 10px;
}


/*培训定制*/
.pxdz-box{
	width: 100%;
	padding: 10px 0;
}
.pxdz-box .pxdz-slide{
	width: 590px;
	margin-right: 20px;
}
.pxdz-box .pxdz-slide.pxdz-online{
	float: left;
}
.pxdz-box .pxdz-slide.pxdz-xx{
	float: right;
	margin-right: 0;
}
.pxdz-slide h6{
	font-size: 18px;
	color: #D10101;
	line-height: 26px;
	margin-bottom: 30px;
	font-weight: bold;
}
.pxdz-slide .pxdz-progress{
	width: 100%;
}
.pxdz-progress .pxdz-pro-slide{
	width:100%;
	height: 100px;
	overflow: hidden;
	margin-bottom: 32px;
	position: relative;
}
.pxdz-pro-slide .pxdz-icon{
	display: block;
	width: 100px;
	height: 100px;
	margin-right: 20px;
}
.pxdz-pro-slide .pxdz-text{
	width: 470px;
	height: auto;
	position: absolute;
	left: 120px;
	top: 10px;
}
.pxdz-pro-slide .pxdz-text h4{
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	font-weight: bold;
}
.pxdz-pro-slide .pxdz-text p{
	font-size: 16px;
	color: #333333;
	line-height: 22px;
	text-align: justify;
}