
/************** 1关于认证 ****************/
.nav{
	width: 100%;
	margin-top: 20px;
}
.nav ul{
	display: flex;
	height: 82px;
	background: #fff;
}
.nav ul li{
	width: 17%;
	height: 100%;
}
.nav .navUls_diff li{
	width: 20%;
}
.nav ul li:last-child a i {
	display: none;
}
.nav ul li a{
	display: block;
	width: 100%;
	height: 79px;
	line-height: 79px;
	text-align: center;
	color: #afafaf;
	font-size: 16px;
}
.nav ul li a i{
	display: block;
	width: 1px;
	height: 18px;
	background: #e0dfe4;
	float: right;
	margin-top: 32px;
}
.nav ul li span{
	display: block;
	width: 30px;
	height: 3px;
	margin:0 auto; 
}
.nav ul li:hover a{
	color: #72c432;
}
.nav ul li:hover span{
	background: #71c430;
}
.nav ul li.on a{
	color: #72c432;
}
.nav ul li.on span{
	background: #71c430;
}

.banner{
	width: 100%;
	position: relative;
}
.banner img{
	width: 100%;
}
.banner .bannerbox{
	position: absolute;
	z-index: 10;
	top: 120px;
	left: 120px;
}
.banner .bannerbox h1{
	color: #fff;
	font-size: 46px;
}
.banner .bannerbox div{
	display: flex;
	margin-top: 44px;
}
.banner .bannerbox div a{
	width: 128px;height: 28px;
	border: 1px solid #fff;
	border-radius: 28px;
	text-align: center;
	line-height: 28px;
	color: #fff;
	font-size: 16px;
	margin-right: 10px;
}
.about{
	width: 100%;
	height: 150px;
	background: #fff;
	text-align: center;
}
.about p{
	color: #494949;
	font-size: 20px;
	padding-top: 20px;
}
.about p:first-child{
	padding-top: 35px;
}



/************** 2证书优势 ****************/

.youshi{
	background: #fff;
}
.youshi ul{
	margin: 0 30px;
}
.youshi ul li{
	border-bottom: 1px solid #eee;
	padding: 30px 0;
	display: flex;
	align-items: center;
}
.youshi ul li:last-child{
	border-bottom: none;
}
.youshi ul li img{
	width: 86px;height: 86px;
	margin-right: 28px;
}
.youshi ul li p{
	color: #494949;
	font-size: 20px;
}
.youshi ul li p:hover{
	color: #71c430
}
.youshi ul li p span{
	display: block;
	margin-top: 15px;
	color: #999;
	font-size: 14px;
}
.youshi ul li p:hover span{
	color: #71c430;
}




/************** 3认证类别 ****************/

.leibie{
	width: 100%;
	background: #fff;
	display: flex;
}
.leibie div{
	width: 50%;
}
.leibie div.leibiediv{
	border-right: 1px solid #eee;
}
.leibie div h1{
	margin:0 30px; 
	height: 80px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #eee;
	color: #494949;
	font-size: 20px;
	font-weight: 500;
}
.leibie div h1 img{
	width: 20px;height: 20px;
	margin-right: 10px;
}
.leibie div ul{
	margin:0 30px;
}
.leibie div ul li{
	padding: 30px 0;
	border-bottom: 1px solid #eee;
}
.leibie div ul li:last-child{
	border-bottom: none;
}
.leibie div ul li a{
	display: flex;
	align-items: center;
}
.leibie div ul li a img{
	width: 84px;height: 84px;
	margin-right: 30px;
}
.leibie div ul li a p{
	color: #494949;
	font-size: 20px;
}
.leibie div ul li a p:hover{
	color: #71c430;
}
.leibie div ul li a p span{
	color: #999;
	font-size: 14px;
	display: block;
	margin-top: 15px;
}
.leibie div ul li a p:hover span{
	color: #71c430;
}




/************** 5认证标准 ****************/

.biaozhun{
	width: 100%;
	background: #fff;
	display: flex;
	border-top: 1px solid #eee;
}
.biaozhun .biaozhunleft{
	width: 28%;
	border-right: 1px solid #eee;
	padding-bottom: 50px;
}
.biaozhun .biaozhunleft h1{
	color: #494949;
	font-size: 20px;
	margin-top: 30px;
	margin-left: 30px;
	margin-bottom: 20px;
}
.biaozhun .biaozhunleft em{
	display: block;
	background: #f4f4f4;
	font-size: 14px;
	color: #999;
	height: 36px;
	line-height: 36px;
	border-radius: 5px;
	width: 252px;
	text-align: center;
	margin-top: 15px;
	margin-left: 30px;
	cursor: pointer;
}
.biaozhun .biaozhunleft em.on{
	background: #71c430;
	color: #fff;
}
.biaozhun .biaozhunright{
	width: 72%;
}
/*.biaozhun .biaozhunright .biaozhunbox{
	padding: 50px 140px;
}
.biaozhun .biaozhunright .biaozhunbox h2{
	color: #333;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}
.biaozhun .biaozhunright .biaozhunbox span{
	display: block;
	color: #333;
	font-size: 14px;
	margin: 15px 0;
}
.biaozhun .biaozhunright .biaozhunbox p{
	color: #333;
	font-size: 14px;
	text-indent: 2em;
	line-height: 25px;
}*/




/************** 6培训课程 ****************/

.kecheng{
	width: 100%;
	background: #fff;
	border-top: 1px solid #eee;
}
.kecheng .title{
	margin: 0 30px;
	border-bottom: 1px solid #eee;
	color: #666;
	font-size: 16px;
	height: 74px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.kecheng .title .search{
	display: flex;
	border: 1px solid #eee;
	border-radius:5px;
}
.kecheng .title .search input{
	width: 270px;
	height: 36px;
	border-radius: 5px 0 0 5px;
	text-indent: 10px;
	background: #f2f1f1;
	font-size: 12px;
	color: #666;
}
.kecheng .title .search a{
	width: 44px;height: 36px;
	text-align: center;
	line-height: 36px;
	color: #72c432;
	font-size: 12px;
}
.tiaojian{
	margin: 0 30px;
	border-bottom: 1px solid #eee;
	padding: 20px 0;
}
.tiaojian .tiaojianbox1{
	margin-top: 15px;
}
.tiaojian .tiaojianbox span{
	line-height: 28px;
	color: #999;
	font-size: 14px;
	width: 76px;
	float: left;
}
.tiaojian .tiaojianbox div{
	display: flex;
	flex-wrap: wrap;
	float: left;
	width: 1064px;
}
.tiaojian .tiaojianbox div a{
	line-height: 28px;
	padding: 0 10px;
	color: #666;
	font-size: 14px;
}
.tiaojian .tiaojianbox div a.on{
	color: #72c432;
}
.tiaojian .tiaojianbox div a:hover{
	color: #72c432;
}
.list{
	margin:30px;
	display: flex;
	flex-wrap: wrap;
}
.list .listbox{
	width: 23%;
    float: left;
    margin: 0 1%;
    margin-bottom: 40px;
}
.list .listbox a{
	display: block;
}
.list .listbox a .p_img{
	width: 100%;
}
.list .listbox a .p_img img{
	width: 100%;
}
.list .listbox a p{
	font-size: 16px;
    color: #000000;
    line-height: 25px;
    margin-top: 10px;
    height: 25px;
    overflow: hidden;
    text-overflow:ellipsis;
	white-space: nowrap;
	display: flex;
}
.list .listbox a p .sf{
	display: inline-block;
    width: 50%;
    font-size: 14px;
    color: #74c52c;
}
.list .listbox a p label{
	display: inline-block;
    font-size: 12px;
    color: #555555;
}




/************** 登录 ****************/
.login{
	width: 522px;
	margin: 40px auto;
}
.login h1{
	color: #494949;
	font-size: 28px;
	text-align: center;
	font-weight: 500;
}
.login p{
	color: #666;
	font-size: 16px;
	text-align: center;
	margin-top: 15px;
}
.logintab{
	width: 100%;
	border-bottom:1px solid #eee;
	display: flex;
	justify-content: center;
	margin-top: 35px;
}
.logintab em{
	width: 85px;
	text-align: center;
	color: #999;
	font-size: 16px;
	height: 57px;
	line-height: 57px;
	margin: 0 32px;
	cursor: pointer;
}
.logintab em.on{
	color: #71c430;
	border-bottom: 3px solid #71c430;
}
.loginbox{
	margin: 30px auto;
	width: 360px;
	padding-bottom: 60px;
	height: 290px;
}
.loginbox ul li{
	margin-top: 15px;
	position: relative;
}
.loginbox ul li > img{
	width: 20px;
	height: 20px;
	position: absolute;
	top: 11px;
	left: 15px;
}
.loginbox ul li .input{
	width: 358px;
	height: 40px;
	border-radius: 40px;
	border:1px solid #ccc;
	text-indent: 40px;
	color: #666;
	font-size: 14px;
}
.loginbox ul li > span.error{
	display: block;
	color: #e94141;
    background: url(../../images/error2.png) left center no-repeat;
    padding-left: 18px;
    line-height: 28px;
}
.loginbox ul li .forget{
	position: absolute;
	right: 20px;top: 13px;
	color: #71c430;
	font-size: 12px;
}
.loginbox ul li p{
	color: #666;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 15px 0;
}
.loginbox ul li p .input1{
	margin-right: 5px;
}
.loginbox ul li .submit{
	width: 100%;
	height: 42px;
	border-radius: 42px;
	background: #71c430;
	color: #fff;
	font-size: 16px;
	display: block;
	line-height: 42px;
	text-align: center;
}
.loginbox ul li .other{
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
}
.loginbox ul li .other div{
	display: flex;
}
.loginbox ul li .other div a{
	display: flex;
	align-items: center;
	padding: 0 7px;
}
.loginbox ul li .other div a:last-child{
	border-left: 1px solid #eee;
}
.loginbox ul li .other div a img{
	width: 16px;height: 16px;
	margin-right: 5px;
}
.loginbox ul li .other .reg{
	color: #999;
	font-size: 14px;
}




/************** 认证机构 ****************/
.leibei_moreBtn {
	display: block;
	width: 80px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border-radius: 20px;
	border: 1px solid #dddddd;
	color: #000;
	background: #fff;
	font-size: 14px;
}
.leiSpan_blue {
	font-size: 16px;
	color: #1ca7ea;
}
.leftH1 {
	width: 75%;
	line-height: 30px;
}



/************** 考点进入页 ****************/
.biaozhun .biaozhunright .biaozhunbox_differ {
	padding: 40px;
}
.biaozhun .biaozhunright .biaozhunbox_differ p {
	font-size: 16px;
	color: #666;
	line-height: 150%;
}






/************** 认证课程 ****************/

.list .leibox {
	width: 32%;
	margin: 0 2% 40px 0;
}
.list .leibox:nth-child(3n + 3) {
	margin-right: 0;
}
.list .listbox a .listBlocks {
	display: block;
}
.list .listbox a .listStu .sf {
	width: 20%;
}
.list .listbox a .listStu label {
	font-size: 14px;
	color: #999;
}


/************** 资源下载 ****************/
.biaoDown {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 40px;
	background: #f1f3fb;
	font-size: 14px;
	margin-bottom: 10px;
}
.biaoDown_each {
	display: flex;
	align-items: center;
	width: 85%;
}
/* .downEach_norm {
	margin-left: 40px;
} */
.normTitle {
	font-size: 18px;
	color: #333;
	font-weight: 700;
	margin-bottom: 5px;
}
.normTime {
	color: #666;
}
.normDown_btn {
	width: 80px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 50px;
	color: #fff;
	background: #eb6015;
}
.pageDown {
    width: 100%;
    display: flex;
    justify-content: center;
}
.pageDown a {
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 50%;
    background: #e4e4e4;
    margin: 0 5px;
    color: #000;
}
.pageDown a.on {
	background: #eb6015;
	color: #fff;
}
.pageDown a:hover {
	background: #eb6015;
	color: #fff;
}





/************** 展示一门课程 ****************/

.a_course {padding-top:65px;padding-bottom: 50px;background: #fff;}
.course_img{float:left; width:45%;}
.course_img img{
    width:100%;
   
}
.course_text{overflow:hidden; padding-left:30px;}
.course_text p.text_1{font-size:20px;color:#a5a5a5;padding-top:10px;}
.course_text p.text_2{font-size:26px;color:#000000;margin-top:30px;margin-bottom:20px;}
.course_text p.text_3{font-size:18px;color:#888888;line-height:35px;}
.course_text p.text_3 span{font-size:18px;color:#74c52c;}
.course_text p.text_4{margin-top:30px;}
.course_text p.text_4 a{font-size:16px;display:inline-block;width:135px;line-height:40px;text-align:center;margin:0 10px;border-radius:5px;}
.course_text p.text_4 a.a_1{color:#fff;background:#8ad732;box-shadow:0px 10px 10px #e3f4d4;}
.course_text p.text_4 a.a_2{color:#fff;background:#f1c503;box-shadow:0px 10px 10px #fcf2cb;}
.course_text p.text_4 a.a_3{color:#f83b1b;border:1px solid #e8e8e8;background:url(../img/aciz13.png) no-repeat 30px center;padding-left:10px;}

.course_contents{width:100%;border:1px solid #e9eaec;background:#fff;margin-bottom:30px;}
.info_course{padding-top:40px;background:#f8f8f8;}
.p_title p span{display:inline-block;font-size:16px;color:#222222;text-align:center;width:155px;line-height:50px;cursor: pointer; margin-bottom:-1px;border-top:3px solid #fff;border-bottom:1px solid #e9eaec;border-left:1px solid #fff;border-right:1px solid #fff;}
.p_title p span.on{border-left:1px solid #e9eaec;border-right:1px solid #e9eaec;border-top-color:#74c52c;border-bottom-color:#fff;}
.p_title p span.on.in{border-left-color:#fff;}
.p_title p{border-bottom:1px solid #e9eaec;display: flex;}
.jindu{ margin:0 20px;margin-bottom:35px;}
.jindu p{background:#f6f6f6;line-height:55px;margin:20px 0;}
.jindu p span{display:block;float:left; width:18%;text-align:center;border-right:1px solid #e5e5e5;float:left;color:#222222;}
.jindu p label{display:block;width:60%;background:#dfdfdf;height:10px;border-radius:10px;float:left;margin:22px 30px;}
.jindu p label a{display:block;height:10px;width:60%;background:#74c52c;border-radius:10px;}
.jindu p i{color:#74c52c;}
.kuka p{  line-height:40px;}
.kuka p.title_one{background:#f6f6f6;font-size:18px;color:#737373;line-height:45px;padding-left:20px;float:left;margin-top:-19px; width:100%; box-sizing:border-box;}
.kuka p.chapter{font-size:16px;color:#000000;margin-top:10px;margin-bottom:10px;}
.kuka p a{color:#555555;font-size:14px;}
.kuka p a span{color:#222222;}
.kuka p a i{color:#74c52c;margin:0 5px;}
.kuka p.on0{background:url(../../images/aciz14.png) no-repeat left center;padding-left:25px;}
.kuka p.on1{background:url(../../images/aciz16.png) no-repeat left center;padding-left:25px;}
.kuka p.on2{background:url(../../images/aciz15.png) no-repeat left center;padding-left:25px;}
.kuka p.on3{background:url(../../images/aciz17.png) no-repeat left center;padding-left:25px;}

.kuka{border-left:1px solid #76c62e;margin-left:20px;position:relative;padding-bottom: 21px;padding-left:20px;padding-right:20px;}
.kuka.on{border-left:1px solid #e9eaec;margin-bottom:15px;}
.yuan{position:absolute;left:-9px;top:-5px;}



.back_colo{background:#f8f8f8;padding:80px 0;}
.back_colo.on{background:#fff;}


/*.container{ max-width:1200px;}*/

.tit_inp p {line-height:72px;}
.tit_inp p span{display:inline-block;float:left;font-size:16px;color:#000000;}
.tit_inp p label{display:inline-block;float:right;border:1px solid #ebebeb;line-height:35px;margin-top:18px;border-radius:5px;}
.tit_inp p label input{line-height:36px;height:36px; font-size:12px;color:#b8b8b8;background:#f3f2f2;border:0;border-radius:5px 0 0 5px;width:270px;text-indent:10px;vertical-align:top; height:36px;}
.tit_inp p label a{display:inline-block;font-size:12px;color:#74c52c;padding:0 10px;}

.chooes{border:1px solid #e1e1e1;}
.chooes p{width:95%;margin:0 auto;border-bottom:1px dashed #e5e5e5;line-height:50px;}
.chooes p span{display:inline-block;font-size:14px;color:#898989;width:100px;text-align:center;float:left;}
.chooes p.last_p{border-bottom:0px;}
.chooes p label{display:inline-block;color:#000000;font-size:14px;margin-right:30px;line-height:22px;padding:0px 7px;}
.chooes p label.on{color:#fff;background:#f73e2f;border-radius:3px;}
.chooes p i{overflow:hidden;display:block; }


.new_info{margin-top:20px;}
.new_info p{background:#f7f7f7;border:1px solid #e1e1e1;line-height:50px;}
.new_info p span{display:inline-block;width:105px;text-align:center;font-size:16px;color:#888888;border-right:1px solid #e1e1e1;}
.new_info p span.on{background:#fff;color:#f73e2f;}

.kecheng{margin:0 -1%;}
.kecheng_1{width:23%;float:left;margin:0 1%;margin-top:40px;}
.kecheng_1 .p_img img{display:block;width:100%;}
.kecheng_1 p{font-size:16px;color:#000000;line-height:25px;margin-top:10px;}
.kecheng_1 p a{color:#000000; display:block; width:100%; white-space:nowrap; text-overflow:ellipsis;overflow:hidden;}
.kecheng_1 p.on{font-size:12px;color:#888888;}
.kecheng_1 p span{display:inline-block;width:40%;font-size:12px;color:#74c52c;}
.kecheng_1 p label{display:inline-block;font-size:12px;color:#555555;}

.mainer.border{border-bottom:1px solid #e4e4e4;padding-bottom:30px;}
.tiaoye p{text-align:right;}
.tiaoye p a{display:inline-block;font-size:12px;color:#9b9d9c;border:1px solid #e4e4e4;line-height:30px;padding:0 12px;margin:0 5px;}
.tiaoye{margin-top:60px;margin-bottom:30px;}
.tiaoye p a:hover{background:#74c52c;color:#fff;border-color:#74c52c;}
.tiaoye p a.on{background:#74c52c;color:#fff;border-color:#74c52c;}
.box{
	width: 100%;
}
.text{
	margin: 0 20px;
	padding: 30px 0;
	color: #555;
	font-size: 14px;
}
.none{
	display: none;
}
.del_tis{height:190px;}
.xuesheng_tanc .modal-content{border-radius:0;}
.xue_tishi p .lat_span{font-size:16px;color:#fff;}
.xue_tishi p{padding:0 10px;line-height:40px;height:40px;}
.xue_tishi{background:#74c52c;}
.xue_tishi p .pull-right{display:inline-block;width:17px;height:40px;background:url(../../images/addimg34.png) no-repeat center center;vertical-align:middle;}
.del_info .text-center{font-size:14px;color:#555;line-height:90px;margin:-10px;}
.del_info .text-center span img{display:inline-block;vertical-align:middle;margin-right:10px;}
.butt_xue button{display:inline-block;width:95px;height:32px;line-height:32px;text-align:center;background:#ebebeb;color:#555555;font-size:16px;border:0;border-radius:5px;margin:0 15px;}
.butt_xue button.yes{background:url(../../images/addimg36.png) no-repeat center center;color:#fff;}
a:hover{text-decoration: none}
























































































