/*banner*/
.bannerbox {
	width: 100%;
	position: relative;
}

.fullSlide {
	width: 100%;
	height: 450px;
	position: relative;
}

.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.fullSlide .bd ul {
	width: 100% !important;
}

.fullSlide .bd li {
	width: 100% !important;
	height: 450px;
	overflow: hidden;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
}

.fullSlide .bd li a {
	width: 100%;
	height: 100%;
	display: block;
}

.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 5px;
	left: 0;
	height: 30px;
	line-height: 10px;
}

.fullSlide .hd ul {
	text-align: center;
	vertical-align: top;
	height: 10px;
}

.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 10px;
	height: 10px;
	margin: 1px 5px 0;
	overflow: hidden;
	line-height: 999px;
	vertical-align: top;
	background: #fff;
	border-radius: 50%;
	opacity: 0.5;
}

.fullSlide .hd ul .on {
	opacity: 1;
}

/*首页左侧导航*/
.index_centerbox {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -600px;
	height: 100%;
}

.index_leftnav {
	width: 220px;
	height: 435px;
	background: #446ec5;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 99999;
}

.leftnavcon {
	border-bottom: 1px #698bd1 solid;
	padding-bottom: 10px;
}

.leftnavcon:last-child {
	border: none;
	padding: 0;
}

.leftnav_tit {
	font-size: 18px;
	color: #fff;
	margin: 25px 0 10px 15px;
}

.leftnav_list {
	padding: 0 15px;
}

.leftnav_list li {
	width: 50%;
	float: left;
}

.leftnav_list li a {
	font-size: 14px;
	color: #fff;
	line-height: 38px;
}

.leftnav_list li i {
	width: 3px;
	height: 3px;
	background: #fff;
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}

/* .index_loginbox {
	width: 273px;
	height: 307px;
	background: #fff;
	border-radius: 6px;
	position: absolute;
	right: 0;
	top: 100px;
} */
.login_index {
	width: 1200px;
	min-height: 307px;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	top: 50%;
	margin-top: -153px;
}

.login_index>div {
	width: 273px;
	height: 307px;
	background: #fff;
	border-radius: 7px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99;
}

.login_index .agreement {
	font-size: 12px;
	color: #999999;
	margin: 5px 0 15px 22px;
}

.login_index .agreement i {
	width: 13px;
	height: 13px;
	display: block;
	border: #2b8ddb 2px solid;
	border-radius: 50%;
	display: inline-block;
	cursor: pointer;
}

.login_index .agreement i.checked {
	width: 15px;
	height: 15px;
	display: block;
	background: url(../img/argIcon.png) no-repeat center center;
	background-size: 100% 100%;
	border: none;
	border-radius: 50%;
	display: inline-block;
}

.login_index .agreement span {
	line-height: 16px;
	margin-left: 4px;
}

.login_index .loginBtn {
	width: 236px;
	height: 36px;
	display: block;
	background: #4070ba;
	border: none;
	color: #fff;
	font-size: 14px;
	border-radius: 10px;
	cursor: pointer;
	margin: 0 auto;
	box-shadow: 0px 0px 10px 0px rgba(4, 0, 0, 0.22);
}

.login_index .regsiterBtn {
	width: 236px;
	height: 36px;
	display: block;
	background: none;
	border: none;
	color: #2b8ddb;
	font-size: 12px;
	cursor: pointer;
	margin: 0 auto;
}

.login_index .login_item {
	width: 234px;
	height: 36px;
	border: 1px #ddd solid;
	border-radius: 14px;
	margin: 0 auto 8px;
	overflow: hidden;
}

.login_index .login_user>img {
	width: 15px;
	height: 15px;
	margin: 10px 4px 11px 11px;
}

.login_index .login_user input {
	width: 195px;
	border: none;
	border-left: 1px #b7b7b7 solid;
	padding-left: 8px;
	height: 29px;
	margin-top: 4px;
	background-color: #fff;
}

.login_index .login_item input::-webkit-input-placeholder {
	/* placeholder颜色  */
	color: #c9c9c9;
}

.login_index .login_pass>img {
	width: 12px;
	height: 15px;
	margin: 10px 8px 11px 11px;
}

.login_index .login_pass input {
	width: 132px;
	border: none;
	border-left: 1px #b7b7b7 solid;
	border-right: 1px #b7b7b7 solid;
	padding-left: 8px;
	height: 29px;
	margin-top: 4px;
	background-color: #fff;
}

.forgetPass {
	font-size: 12px;
	color: #4385c8;
	border: none;
	background: none;
	margin: 12px 8px 0 0;
	cursor: pointer;
}

.index_login_tit {
	padding: 5px 0 20px 15px;
	box-sizing: border-box;
}

.index_login_tit img {
	float: left;
	margin-right: 10px;
}

.login_tab {
	float: left;
	display: inline-block;
}

.login_tab span,
.login_tab a {
	font-size: 16px;
	color: #000;
	line-height: 35px;
}

.login_tab a.seled {
	color: #2556bb;
	font-weight: bold;
	font-size: 18px;
}

.login_yzm {
	width: 150px !important;
	float: left;
}

.yzmpic {
	float: right;
}

.yzmbox {
	width: 236px;
	margin: 0 auto;
}

.login_yzm input {
	width: 100px !important;
	border-right: none !important;
}

.index_trainarea {
	width: 100%;
	background: #618be1;
	padding: 45px 0 25px;
}

.index_trainarea p {
	font-size: 28px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin-bottom: 35px;
}

.trainarea_list a {
	display: inline-block;
	width: 138px;
	height: 48px;
	box-sizing: border-box !important;
	border: 1px #fff solid;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 48px;
	float: left;
	margin: 0 6px 20px;
}

.trainarea_list a.sed {
	color: #618be1 !important;
	background: #fff !important;
}

.fixed_box {
	width: 65upx;
	height: 216upx;
	position: fixed;
	top: 40%;
	margin-top: -108px;
	right: 15px;
	z-index: 99;
}

.fixed_item {
	width: 65px;
	height: 65px;
	background: #446ec5;
	border-radius: 5px;
	text-align: center;
	margin-bottom: 10px;
	cursor: pointer;
}

.fixed_item img {
	margin: 10px 0 7px;
}
.header_lf img {
	/*width: 366px;*/
	/*height: 144px;*/
}

.fixed_item span {
	font-size: 14px;
	color: #fff;
	display: block;
}

.index_newsbox {
	padding: 25px 0 20px;
}

.index_news_left {
	width: 793px;
	background: #fff;
	padding: 10px 0 0;
	height: 314px;
}

.indexnews_tit {
	width: 765px;
	margin: 0 auto;
	border-bottom: 1px #e8e8e8 solid;
}

.indexnews_tit a {
	font-size: 14px;
	color: #999;
	line-height: 43px;
}

.index_news_tab span {
	font-size: 20px;
	color: #5c5c5c;
	line-height: 43px;
}

.index_news_tab span.index_news_tabed {
	width: 125px;
	padding-right: 21px;
	text-align: center;
	height: 43px;
	display: inline-block;
	line-height: 43px;
	color: #fff;
	background: url(../img/indexnews_tabed.png) no-repeat;
}

.index_newspic {
	width: 327px;
	height: 227px;
	overflow: hidden;
	margin: 18px 0 0 13px;
	position: relative;
}

.index_newspic img {
	width: 100%;
	height: 100%;
}

.index_news_tit {
	width: 100%;
	height: 40px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.index_news_tit span {
	color: #fff;
	padding: 0 10px;
	font-size: 18px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: absolute;
	z-index: 10;
}

.index_news_tit:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	opacity: 0.6;
}

.index_newslist {
	width: 420px;
	margin: 5px 15px 0 0;
}

.index_newslist li a {
	font-size: 16px;
	color: #333;
	line-height: 42px;
}

.index_newslist li span {
	float: right;
	font-size: 14px;
	color: #808080;
	line-height: 42px;
}

.index_news_right {
	width: 395px;
	height: 324px;
	background: #fff;
}

.index_title {
	border-bottom: 1px #e8e8e8 solid;
	margin: 0 15px;
	height: 50px;
}

.index_title span {
	font-size: 20px;
	color: #000;
	line-height: 50px;
	padding-left: 12px;
	display: inline-block;
	position: relative;
}

.index_title span:after {
	content: '';
	position: absolute;
	width: 4px;
	height: 24px;
	background: #446ec5;
	left: 0;
	top: 50%;
	margin-top: -12px;
}

.index_title a {
	font-size: 14px;
	color: #999;
	line-height: 50px;
	float: right;
}

.index_newslist_rt {
	width: 365px !important;
	margin: 0 auto;
}

.index_progress {
	background: #fff;
}

.index_recommend {
	margin: 15px auto 0;
}

.index_recommend_list {
	margin: 20px -30px 40px 0;
}

.index_recommend_item {
	width: 277px;
	height: 239px;
	float: left;
	overflow: hidden;
	background: #fff;
	margin: 0 30px 0 0;
}

/* .index_recommend_item:hover {
	box-shadow: 0px 0px 4px rgba(20, 50, 112, 0.5);
} */

.index_rec_pic {
	width: 277px;
	height: 162px;
	overflow: hidden;
	position: relative;
}

.index_rec_pic img {
	width: 100%;
	height: 100%;
}

/* .index_recommend_item:hover .rec_shadow {
	display: block;
} */

.rec_shadow {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.rec_shadow span {
	font-size: 16px;
	width: 132px;
	height: 46px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -23px;
	margin-left: -66px;
	background: #3260bf;
	color: #fff;
	text-align: center;
	line-height: 46px;
}

.rec_shadow:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	opacity: 0.5;
}

.index_recommend_item p {
	margin: 10px;
	font-size: 16px;
	color: #333;
	line-height: 32px;
}

.index_recommend_item:hover p {
	color: #143270;
}

.index_expert {
	margin: 30px auto;
}

.index_expertlist {
	margin: 25px 0 30px;
}

.slideBox {
	overflow: hidden;
	zoom: 1;
	width: 100%;
	position: relative;
}

.slideBox .sPrev,
.slideBox .sNext {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -23px;
	display: block;
	width: 15px;
	height: 46px;
	background: url(../img/prev.png);
	z-index: 50;
	cursor: pointer;
}

.slideBox .sNext {
	left: auto;
	right: 0;
	background: url(../img/next.png);
}

.slideBox ul {
	overflow: hidden;
	zoom: 1;
}

.slideBox ul li {
	width: 218px;
	height: 316px;
	margin: 0 30px 0 0;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	position: relative;
}

.slideBox ul li .pic {
	text-align: center;
}

.slideBox ul li .pic img {
	width: 120px;
	height: 90px;
	display: block;
	padding: 2px;
	border: 1px solid #ccc;
}

.slideBox ul li .pic a:hover img {
	border-color: #999;
}

.slideBox ul li .title {
	line-height: 24px;
}
/* .slideBox ul li:hover .expert_info {
	height: 100% !important;
} */
.expert_info {
	position: absolute;
	width: 100%;
	height: 90px;
	left: 0;
	bottom: 0;
	z-index: 10;
	overflow: hidden;
}
.teacherList > li:hover > a > .expert_info{
	height: 100%;
}

.teacherList > li:hover > a > .expert_info > div > .expert_intro{
	display: none;
}
.slideBox ul li:hover .expert_info .expert_file {
	display: block;
}
.expert_info:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: #000;
	opacity: 0.6;
	height: 100%;
}
.expert_info>div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-left: 18px;
	padding-right: 18px;
	box-sizing: border-box !important;
}
.expert_name {
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	margin-top: 20px;
	text-align: left;
}
.expert_intro {
	font-size: 14px;
	color: #fff;
	margin: 20px 0 5px;
	text-align: left;
}
.expert_file {
	font-size: 12px;
	color: #fff;
	line-height: 24px;
	text-align: left;
	display: none;
	padding-top: 15px;
	height: 240px;
	overflow: hidden;
}

.helpcenter {
	width: 887px;
	background: #fff;
	padding: 10px 0;
	margin-bottom: 40px;
}
.index_helplist {
	margin: 25px 0 15px;
}
.index_helpitem {
	width: 112px;
	height: 112px;
	border-radius: 10px;
	background: #f2f2f2;
	float: left;
	margin: 0 16px;
}
.index_helpitem:hover {
	background: #446ec5;
}
.ic_help {
	width: 43px;
	height: 43px;
	margin: 20px auto 15px;
}
.ic_help1 {
	display: block;
}
.ic_help2 {
	display: none;
}
.index_helpitem:hover .ic_help1 {
	display: none;
}
.index_helpitem:hover .ic_help2 {
	display: block;
}
.index_helpitem p {
	text-align: center;
	font-size: 16px;
	color: #3b3b3b;
}
.index_helpitem:hover p {
	color: #fff;
}
.contactus {
	width: 280px;
}
.certificate_search {
	width: 280px;
	height: 75px;
	background: #e5925a;
	text-align: center;
	margin-bottom: 15px;
}
.certificate_search span {
	font-size: 20px;
	color: #fff;
	line-height: 75px;
	vertical-align: top;
}
.certificate_search img {
	margin: 15px 25px 0 0;
}
.wxcon {
	width: 132px;
	height: 132px;
	background: #1296db;
	text-align: center;
}
.wxcon p , .download_code p {
	font-size: 16px;
	color: #fff;
}
.wxcon img {
	margin: 30px 0 20px;
}
.download_code {
	width: 132px;
	height: 132px;
	background: #9bc0e7;
	text-align: center;
}
.download_code img {
	margin: 5px 0;
}
.crumbsWrapper {
	width: 1200px;
	color: #aaa;
	padding-top: 30px;
	margin: 0 auto 38px;
}

.crumbsWrapper a {
	font-size: 16px;
	color: #aaa;
}
.newslist_box {
	background: #fff;
	padding: 15px 25px;
	box-sizing: border-box !important;
}
.newslist {
	width: 100%;
}
.newslist li {
	padding: 9px 0;
	border-bottom: 1px #ddd dashed;
}
.dot_nlst {
	width: 5px;
	height: 5px;
	display: inline-block;
	float: left;
	background: #ebebeb;
	margin: 18px 20px 0 0;
}
.pagenumbox {
	text-align: center;
	padding: 50px 0;
}
.pagenumbox a {
	padding: 10px 12px;
	display: inline-block;
	border: 1px #dfdfdf solid;
	margin: 0 5px;
	font-size: 12px;
	color: #777;
}
.page_current {
	background: #446ec5;
	border-color: #446ec5 !important;
	color: #fff !important;
}
.news_title {
	border-bottom: 1px #d5d5d5 dashed;
	margin: 0 40px;
	text-align: center;
	padding: 50px 0 25px;
}
.news_title h1 {
	font-size: 24px;
	font-weight: bold;
	color: #3d3d3d;
	line-height: 40px;
}
.news_title p {
	font-size: 16px;
	color: #3d3d3d;
	line-height: 40px;
}
.newscon {
	margin: 60px 35px 0;
}
.newscon p {
	font-size: 16px;
	color: #3d3d3d;
	line-height: 40px;
	text-indent: 32px;
}
.newscon img {
	margin: 20px auto;
	/*display: block;*/
	max-width: 100%;
}
.news_around {
	padding: 40px 0;
}
.news_around span {
	font-size: 16px;
	line-height: 40px;
	color: #7c7c7c;
}
.news_around a {
	font-size: 16px;
	line-height: 40px;
	color: #3d3d3d;
}
.reg_main {
	background: #fff;
	padding: 20px 15px;
}
.reg_title {
	height: 54px;
	border-bottom: 2px #e8e8e8 solid;
}
.reg_title_lf p {
	font-size: 20px;
	color: #7b7b7b;
	line-height: 54px;
}
.reg_title_lf p span {
	font-size: 24px;
	color: #446ec5;
	font-weight: bold;
	margin-right: 25px;
}
.reg_title_rt p {
	font-size: 20px;
	color: #818181;
	line-height: 54px;
}
.reg_title_rt a {
	color: #446ec5;
}
.reg_tips {
	margin: 17px 0 40px;
}
.reg_tips p {
	line-height: 36px;
	font-size: 14px;
	color: #d81e06;
	border: 1px #df4935 dashed;
	background: #fbe8e6;
	display: inline-block;
	padding: 0 80px 0 45px;
}
.reg_item {
	margin: 0 0 20px 0px;
}
.reg_item_tit2 {
	float: left;
	width: 120px;
	display: inline-block;
	text-align: right;
	font-size: 16px;
	line-height: 45px;
	margin: 0 17px 0 0;
}
.reg_item_tit {
	float: left;
	display: inline-block;
	text-align: right;
	line-height: 45px;

}
.reg_item input {
	width: 340px;
	height: 45px;
	padding-left: 10px;
	border: 1px #dfdfdf solid;
	box-sizing: border-box !important;
	margin: 0 35px 0 0px;
	float: left;
	font-size: 16px;
}
.reg_input_tips {
	float: left;
}
.reg_input_tips img {
	width: 20px;
	height: 20px;
	margin: 12px 10px 0 0;
	float: left;
}
.reg_input_tips span {
	font-size: 14px;
	color: #464646;
	line-height: 45px;
}
.reg_tit {
	font-size: 20px;
	color: #2a2a2a;
	border-left: 4px #446ec5 solid;
	padding-left: 10px;
	margin-bottom: 30px;
}
.btn_reg_next {
	width: 200px;
	height: 48px;
	border: none;
	line-height: 48px;
	font-size: 16px;
	color: #fff;
	background: #446ec5;
	margin: 25px 0 85px 175px;
}
.sex_choose {
	width: 340px;
	margin: 0 35px 0 0px;
}
.sex_choose label {
	font-size: 16px;
	color: #464646;
	line-height: 45px;
	margin-right: 60px;
}
.sex_choose label input {
	width: 15px;
	height: 15px;
	vertical-align: middle;
	float: none;
	margin: 0 10px 0 0;
}
.area_choose div {
	margin-right: -5px;
}
.area_choose select {
	width: 90px;
	height: 43px;
	border: 1px #dfdfdf solid;
	float: left;
	margin-right: 5px;
	outline: none;
	padding-left: 10px;
	font-size: 16px;
}
.area_choose select:last-child{
	width: 114px;
}
.select_identify {
	float: left;
	width: 98px;
	height: 43px;
	border: 1px #dfdfdf solid;
	float: left;
	outline: none;
	padding:0 10px;
	font-size: 16px;
	margin: 0 5px 0 0px;
}
.select_nations2 {
	float: left;
	width: 318px;
	height: 45px;
	border: 1px #dfdfdf solid;
	float: left;
	outline: none;
	padding:0  10px;
	font-size: 16px;
	margin: 0 35px 0 0px;
}
.select_nations {
	float: left;
	width: 330px;
	height: 45px;
	border: 1px #dfdfdf solid;
	float: left;
	outline: none;
	padding:0  10px;
	font-size: 16px;
	margin: 0 35px 0 0px;
}
.idcard_num {
	margin: 0 35px 0 0 !important;
	width: 215px !important;
}
.select_department {
	width: 330px;
	height: 43px;
	border: 1px #dfdfdf solid;
	float: left;
	margin: 0 35px 0 25px;
	padding-left: 10px;
	outline: none;
	font-size: 16px;
}
.in_yzm {
	width: 220px !important;
	margin: 0 15px 0 25px !important;
}
.yzm {
	width: 82px;
	height: 45px;
	float: left;
}
.yzmchage {
	line-height: 45px;
	font-size: 14px;
	color: #464646;
	margin-left: 15px;
}
.yzmchage a {
	color: #446ec5;
}
.loginbox {
	background: url(../img/bg_login.jpg) #f0fdfe center no-repeat;
	width: 100%;
	min-height: 1080px;
	position: relative;
}
.expertlist {
	background: #fff;
	padding: 50px 20px 20px;
	margin: 0;
}
.expertlist .slideBox ul li {
	width: 218px;
	height: 316px;
	margin: 0 7px 30px;
}
.login_title {
	font-size: 36px;
	font-weight: bold;
	color: #446ec5;
	text-align: center;
	padding-top: 175px;
}
.login_footer {
	width: 100%;
	height: 60px;
	background: #505454;
	position: absolute;
	left: 0;
	bottom: 0;
}
.login_footer p {
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 60px;
}
.loginpic {
	margin: 140px 0 0;
}
.logincon {
	width: 476px;
	height: 505px;
	background: #e0f4ff;
	border-radius: 5px;
	margin: 120px 0 0;
	box-shadow: 0px 0px 14px rgba(44,114,191,0.4);
}
.logincon h2 {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	color: #446ec5;
	padding: 45px 0 35px;
}
.loginlist {
	width: 410px;
	margin: 0 auto;
}
.login_column {
	width: 100%;
	height: 60px;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 20px;
	align-items: center;
}
.login_icon {
	width: 60px;
	height: 60px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.login_column input {
	flex: 1;
	height: 60px;
	font-size: 18px;
	line-height: 60px;
	border: none;
	background: transparent;
}
.login_column .yzm {
	margin: 0 10px;
}
.btn_login {
	width: 100%;
	height: 64px;
	margin: 15px 0 0;
	border: none;
	background: #446ec5;
	border-radius: 5px;
	font-size: 26px;
	color: #fff;
}
.login_toreg {
	text-align: right;
}
.login_toreg a {
	font-size: 18px;
	color: #626262;
	line-height: 48px;
}
.login_top {
	width: 100%;
	height: 152px;
	background: url(../img/bg_top_login.jpg) center no-repeat;
	text-align: center;
	padding-top: 95px;
}
.login_top h1 {
	font-size: 48px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 24px;
}
.login_top p {
	font-size: 36px;
	font-weight: bold;
	color: #fff;
}
.login_mainer {
	position: relative;
}
.login_bgpic {
	position: absolute;
	width: 1646px;
	height: 306px;
	bottom: 0;
	left: 50%;
	margin-left: -823px;
}
.login_main {
	position: relative;
	padding: 60px 0 90px;
}
.login_main .logincon {
	margin: 0;
	background: #fff;
}
.login_main .logincon .login_column {
	background: #f5f5f5;
}
.login_news {
	width: 585px;
	margin: 0 0 0 20px;
}
.login_news>div {
	margin: 0 0 25px;
}
.login_news_title {
	height: 45px;
	border-bottom: 1px #d5d5d5 solid;
}
.login_news_title span {
	font-size: 18px;
	color: #000;
	line-height: 45px;
	border-left: 5px #446ec6 solid;
	padding-left: 15px;
}
.login_news_item p {
	line-height: 42px;
	font-size: 14px;
	color: #000;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.login_news_item p span {
	color: #446ec5;
}

.header{
	/* margin-top: 50px; */
}

/*2020.4.23证书列表页*/
.certificateFilter {
	margin: 20px 0 0;
}
.certificateFilter>div {
	float: left;
	margin-right: 35px;
}
.certificateFilter>div span {
	font-size: 16px;
	color: #000;
	line-height: 45px;
}
.certificateFilter>div input {
	width: 233px;
	height: 45px;
	box-sizing: border-box !important;
	border: 1px #dfdfdf solid;
	padding-left: 10px;
	font-size: 16px;
	line-height: 45px;
}
.btn_search {
	width: 135px;
	height: 45px;
	display: block;
	float: right;
	text-align: center;
	line-height: 45px;
	font-size: 16px;
	color: #fff !important;
	font-weight: bold;
	background: #446ec5;
}
.certificateList table tr {
	border: 1px #d4d4d4 solid;
}
.certificateList table th {
	background: #eeeeee;
	font-size: 16px;
	color: #282828;
	line-height: 40px;
}
.certificateList table td {
	font-size: 14px;
	color: #000;
	line-height: 24px;
	padding: 20px 5px 10px;
	background: #f9f9f9 !important;
}
.certificateList table td a {
	font-size: 14px;
	color: #446ec5;
}
.certificateList table td i {
	color: #446ec5;
	margin: 0 5px;
}
.shade {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 9998;
	display: none;
}
.fixedWin {
	width: 1048px;
	height: 812px;
	background: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -406px;
	margin-left: -524px;
	z-index: 9999;
	display: none;
}
.closeWin {
	width: 24px;
	height: 23px;
	display: block;
	background: url(../img/closeWin.png) no-repeat;
	position: absolute;
	top: 30px;
	right: 30px;
}
.fixedWin_tit {
	text-align: center;
	font-size: 24px;
	color: #000;
	margin: 60px 0 0;
}
.infoList {
	width: 910px;
	margin: 70px auto 0;
}
.infoItem {
	width: 50%;
	float: left;
}
.infoItem span {
	font-size: 14px;
	color: #666;
	line-height: 48px;
}
.infoTit {
	display: inline-block;
	color: #000 !important;
}
.infoTable {
	width: 100%;
	border: 1px #99bec4 solid;
	border-bottom: none;
	border-right: none;
	text-align: center;
	font-size: 16px;
	color: #000;
}
.infoTable th {
	line-height: 52px;
	background: #b9dce2;
	border-bottom: 1px #99bec4 solid;
	border-right: 1px #99bec4 solid;
}
.infoTable td {
	height: 46px;
	border-bottom: 1px #99bec4 solid;
	border-right: 1px #99bec4 solid;
}
.infoBtns {
	text-align: center;
	margin: 70px 0 0;
}
.infoBtns a {
	display: inline-block;
	width: 135px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	background: #446ec5;
	margin: 0 50px;
}
.progressCon {
	width: 886px;
	height: 110px;
	border: 1px #d2d2d2 solid;
	box-sizing: border-box !important;
	margin: 45px auto 0;
	position: relative;
	background: #f2f2f2;
}
.progressCon>div {
	width: 33.3%;
	float: left;
	height: 100%;
	text-align: center;
	position: relative;
}
.progressCon>div::after {
	content: '';
	position: absolute;
	width: 17px;
	height: 108px;
	top: 0;
	right: -17px;
	background: url(../img/bg_progress2.png) no-repeat;
	z-index: 10;
}
.progressCon>div:last-child::after {
	background: none !important;
}
.progressCon>div.steped {
	position: relative;
	background: #fff !important;
}
.progressCon>div.steped::after {
	content: '';
	position: absolute;
	width: 17px;
	height: 108px;
	top: 0;
	right: -17px;
	background: url(../img/bg_progress.png) no-repeat;
	z-index: 10;
}
.progressCon>div.steped:last-child::after {
	background: none !important;
}
.progressCon p {
	font-size: 16px;
	color: #010101;
}
.stepIc {
	margin: 12px 0 0;
}
.stepIc span {
	font-size: 72px;
	font-weight: bold;
	color: #b2b2b2;
	font-style: italic;
	margin-right: 10px;
}
.progressCon>div.steped .stepIc span {
	color: #446ec5;
}
.progressCon>div .step_gray {
	display: inline-block;
}
.progressCon>div.steped .step_gray {
	display: none;
}
.progressCon>div .step_blue {
	display: none;
}
.progressCon>div.steped .step_blue {
	display: inline-block;
}
.step_search {
	margin: 40px auto 25px;
	width: 886px;
}
.step_search span {
	font-size: 16px;
	color: #000;
	line-height: 45px;
}
.step_search input {
	width: 235px;
	height: 45px;
	padding-left: 10px;
	border: 1px #dfdfdf solid;
	font-size: 16px;
	color: #000;
}
.step_search a {
	display: inline-block;
	width: 135px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	background: #446ec5;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	margin-left: 25px;
}
.stepTable {
	width: 886px;
	margin: 0 auto;
}
.pagenumber {
	text-align: center;
	margin: 50px 0 0;
}
.pagenumber a {
	font-size: 14px;
	color: #333;
	line-height: 30px;
	margin: 0 20px;
}
.pagenumber a.in {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	color: #fff !important;
	background: #000;
}
.stepInfo {
	width: 880px;
}
.okInfo {
	text-align: center;
	margin: 100px 0 0;
}
.okInfo p {
	font-size: 16px;
	color: #82ae38;
	font-weight: bold;
	margin-top: 30px;
}
/*2020.5.19新增证书查询页面*/
.cnav {
	margin: 30px 0 20px;
}
.cnav span , .cnav a {
	font-size: 16px;
	color: #a9a9a9;
	line-height: 40px;
}
.certificate_search_con {
	background: #fff;
	width: 100%;
	padding: 20px 0;
}
.certificate_search_bannerpic img {
	width: 1143px;
	height: 231px;
	display: block;
	margin: 0 auto;
}
.certificate_search_box {
	text-align: center;
	margin: 55px 0 35px;
}
.certificate_search_txt {
	width: 492px;
	height: 48px;
	border: 1px #bfbfbf solid;
	border-radius: 20px;
	padding-left: 30px;
	font-size: 16px;
	color: #6c6c6c;
	line-height: 48px;
	display: block;
	margin: 0 auto;
}
.certificate_search_btn {
	width: 150px;
	height: 42px;
	background: #446ec5;
	font-size: 18px;
	color: #fff;
	line-height: 42px;
	margin: 57px 0 0;
	border: none;
	border-radius: 20px;
	cursor: pointer;
}
.certificatePiclist {
	margin-top: 35px;
}
.certificatePiclist>div {
	width: 338px;
	height: 237px;
	float: left;
	margin: 0 31px 15px;
	overflow: hidden;
}
.certificatePiclist img {
	width: 100%;
	height: 100%;
}

.buzhou{width:100%; float: left; text-align: center; margin: 20px 0;}
.buzhou img{margin:5px;}