@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

body {
	font-family: "微软雅黑";
	position: relative;
	background: #ffffff;
	color: #333;
}

ul,
li {
	list-style: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

table {
	width: 100%;
	border-collapse: collapse;
}

input,
textarea,
select {
	outline: none;
	border: none;
	padding-left: 5px;
}

a {
	text-decoration: none;
	color: #333;
	cursor: pointer;
}

textarea {
	resize: none;
	overflow: auto;
	padding: 5px;
}

img {
	border: none;
	vertical-align: middle;
}

i,
em {
	font-style: normal;
}

.left {
	float: left !important;
}

.right {
	float: right !important;
}

.block {
	display: block !important;
}

.none {
	display: none !important;
}

.align {
	margin: 0 auto !important;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: ".";
	width: 0;
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
	overflow: hidden;
}


/*lmx--csp首页*/

.index_header {
	/*height: 80px;*/
	line-height: 80px;
	font-size: 0;
	width: 1200px;
	margin: 0 auto;
}

.index_header>img {
	margin-left: 5px;
}

.l_nav li {
	margin: 0 5px;
	padding: 0 8px;
	line-height: 78px;
	float: left;
	font-size: 18px;
	color: #333333;
}

.l_nav li:hover {
	border-bottom: 2px solid #103E96;
}

.l_nav li:last-of-type:hover {
	border-bottom: none;
}

.l_index_login {
	display: inline-block;
	vertical-align: middle;
	width: 115px;
	height: 38px;
	line-height: 38px;
	border-radius: 4px;
	background: #103E96;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
}

.l_index_login a {
	display: inline-block;
	color: #FFFFFF;
}

.index_banner {
	background: url(../images/index-banner.png) no-repeat center;
	background-size: 1920px auto;
	text-align: center;
	overflow: hidden;
}

.l_tosign {
	display: inline-block;
	width: 157px;
	height: 44px;
	line-height: 44px;
	border-radius: 6px;
	background: #FF8106;
	font-size: 20px;
	color: #FFFFFF;
	margin: 186px auto 98px auto;
}

.l_option {
	width: 750px;
	border-radius: 10px;
	background: #FFFFFF;
	box-shadow: 0 4px 7px rgba(4, 0, 0, .14);
	margin: 0 auto;
	margin-top: -46px;
	font-size: 0;
	text-align: center;
}

.l_option li {
	display: inline-block;
	line-height: 90px;
	height: 90px;
	overflow: hidden;
}

.l_option li a {
	display: block;
	margin: 15px 0;
	line-height: normal;
	padding: 0 31px;
	font-size: 16px;
}

.l_option li a:hover {
	color: #103E96;
}

.l_option li:nth-of-type(2) a {
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}

.l_option li a span {
	display: inline-block;
	vertical-align: middle;
}

.l_imgs {
	display: inline-block;
	position: relative;
	width: 60px;
	height: 60px;
	vertical-align: middle;
	margin-right: 25px;
}

.l_imgs img:nth-of-type(1) {
	position: absolute;
	top: -3px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 100;
}

.l_imgs img:nth-of-type(2) {
	position: absolute;
	top: 16px;
	left: 0;
	right: 0;
	margin: auto;
}

.l_option li:hover .l_imgs {}

.index_footer {
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	padding: 43px 0;
	background: #373D44;
	color: #FFFFFF;
}


/*上下跳动*/

@keyframes transY {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-15px);
	}
	100% {
		transform: translateY(0);
	}
}

@-webkit-keyframes transY {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-15px);
	}
	100% {
		transform: translateY(0);
	}
}

@-moz-keyframes transY {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-15px);
	}
	100% {
		transform: translateY(0);
	}
}


/*水平旋转*/

@keyframes rotateY {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(180deg);
	}
}

@-webkit-keyframes rotateY {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(180deg);
	}
}

@-moz-keyframes rotateY {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(180deg);
	}
}

.l_option li:hover .l_imgs img:nth-of-type(1) {
	animation: transY 0.7s ease-in 1;
	-webkit-animation: transY 0.7s ease-in 1;
	-moz-animation: transY 0.7s ease-in 1;
	-ms-animation: transY 0.7s ease-in 1;
}


/*.l_option li:hover .l_imgs img:nth-of-type(2){
    animation:rotateY 0.5s ease-in 1;
    -webkit-animation:rotateY 0.5s ease-in 1;
    -moz-animation:rotateY 0.5s ease-in 1;
    -ms-animation:rotateY 0.5s ease-in 1;
}*/

.l_main {
	width: 1200px;
	margin: 0 auto;
	padding: 10px 0 30px 0;
	background: #fff;
}

.l_title {
	font-size: 20px;
	color: #333333;
}

.l_title img {
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 10px;
}

.l_more {
	float: right;
	font-size: 16px;
	color: #999999;
	margin-bottom: 15px;
}

.l_more img {
	vertical-align: middle;
	margin-top: -3px;
}

.l_notice_ul li {
	width: 390px;
	margin-right: 15px;
	background: #F3F5F9;
	padding: 18px 22px;
	float: left;
	margin-bottom: 20px;
	border-radius: 4px;
}

.l_notice_ul li:hover {
	box-shadow: 2px 2px 15px rgba(16, 16, 16, .23);
}

.l_notice_ul li:nth-of-type(3n) {
	margin-right: 0;
}

.l_notice_ul li a {
	display: block;
}

.l_notice_ul li h3 {
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	line-height: 28px;
	height: 56px;
}

.l_date {
	float: right;
	font-size: 16px;
	color: #999999;
	margin-top: -5px;
}

.l_mainouter:nth-of-type(2n) {
	background: #F3F7FC;
}

.l_intro {
	margin: 20px 80px 20px 22px;
	width: 485px;
}

.l_intro li a {
	display: block;
	height: 59px;
	line-height: 59px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 20px;
	font-size: 16px;
}

.l_intro li a:hover {
	background: #F5FBFF;
}

.l_intro li a i {
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
	width: 7px;
	height: 7px;
	border-radius: 7px;
	background: #999999;
	margin-right: 5px;
}

.l_intro li a:hover i {
	background: #103E96;
}

.l_intro_btns {
	margin-left: 22px;
	font-size: 0;
}

.l_intro_btns a {
	display: inline-block;
	line-height: 43px;
	border: 1px solid #103E96;
	border-radius: 6px;
	padding: 0 39px;
	margin: 0 10px;
	font-size: 16px;
}

.l_intro_btns a:first-of-type {
	background: #103E96;
	color: #FFFFFF;
}

.l_intro_btns a:nth-of-type(2) {
	color: #103E96;
}

.l_item_img1 {
	width: 600px;
	margin-top: 10px;
}

.l_item_img2 {
	width: 600px;
	margin-right: 10px;
}

.l_title_right {
	margin-left: 22px;
}

.l_titleh3 {
	width: 615px;
	margin: 0 auto;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	border-bottom: 1px solid #DDDDDD;
	line-height: 40px;
	height: 20px;
}

.l_titleh3 span {
	background: #FFFFFF;
	padding: 0 25px;
}

.l_tip {
	display: block;
	font-size: 14px;
	color: #999999;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
}

.l_white {
	color: #FFFFFF;
}

.l_white span {
	background: #498DFF;
}

.l_grey {
	color: #E4E4E4;
}

.l_schools {
	font-size: 0;
	text-align: center;
}

.l_schools li {
	display: inline-block;
	width: 169px;
	margin: 0 34px;
	padding-bottom: 40px;
}

.l_schools li a {
	display: block;
}

.l_schools li img {
	width: 105px;
	display: block;
	margin: 0 auto 15px auto;
}

.l_schools li span {
	display: block;
	font-size: 16px;
	color: #333333;
}

.l_main .bx-wrapper {
	padding: 0;
}

.l_main .bx-wrapper .bx-pager {
	bottom: -10px;
}

.l_main .bx-wrapper .bx-pager.bx-default-pager a {
	border: 1px solid #103E96;
}

.l_main .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #103E96;
}

.l_mainouter.l_company {
	background: url(../images/compant-bg.png) no-repeat center;
	background-size: 1920px auto;
}

.l_company .l_main {
	padding-top: 28px;
}

.slider2 {
	margin: 0 auto;
}

.slider2 .slide {
	height: 110px;
	border-radius: 6px;
	background: #FFFFFF;
	box-shadow: 0 0 10px rgba(20, 58, 162, .26);
}

.slider2 .slide img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.bx-wrapper .bx-prev {
	left: -75px;
}

.bx-wrapper .bx-next {
	right: -75px;
}

.bx-wrapper .bx-viewport {
	background: none;
	border: none;
	box-shadow: none;
}

.bx-wrapper img {
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}

.bx-wrapper {
	margin: 0;
	padding: 225px 0 0 0;
}

.bx-wrapper .bx-pager {
	font-size: 0;
}

.l_showimg {
	width: 537px;
	height: 367px;
	position: relative;
	margin-right: 1px;
}

.l_newsimg {
	width: 100%;
	height: 100%;
}

.l_pre {
	position: absolute;
	right: 47px;
	bottom: 0;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background: url(../images/index-left1.png) no-repeat center;
}

.l_pre:hover {
	background: url(../images/index-left2.png) no-repeat center;
}

.l_next {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background: url(../images/index-right1.png) no-repeat center;
}

.l_next:hover {
	background: url(../images/index-right2.png) no-repeat center;
}

.l_content {
	margin-top: 20px;
}

.l_newsul {
	width: 662px;
	box-shadow: 0 0 10px rgba(20, 58, 62, .14);
	background: #FFFFFF;
}

.l_newsul li {
	padding: 10px 30px 0 35px;
	border-left: 4px solid #FFFFFF;
}

li.l_active {
	border-left: 4px solid #103E96;
	background: #F5FBFF;
}

.l_news {
	display: block;
	padding-bottom: 5px;
	border-bottom: 1px dashed #DDDDDD;
}

.l_newsul li:last-of-type a {
	border-bottom: none;
}

.l_news h4 {
	font-size: 16px;
	line-height: 40px;
}

.l_newscont {
	display: block;
	font-size: 14px;
	color: #999999;
	line-height: 22px;
	text-indent: 2em;
}

.l_news span {
	font-size: 14px;
	color: #999999;
}

.l_phoneshow {
	display: none;
}


/*------------认证成绩查询 lmx---------------*/

.page_banner {
	background: url(../images/l-banner.png) no-repeat center;
	background-size: 1920px auto;
	position: relative;
}

.l_page_tit {
	display: block;
	width: 1200px;
	margin: 0 auto;
	height: 156px;
	line-height: 156px;
	color: #FFFFFF;
	font-size: 28px;
	padding-left: 38px;
}

.l_page_tit i {
	font-size: 24px;
	color: #FFDF4A;
	margin-left: 15px;
}

.l_exam {
	margin: 0 0px 17px 0px;
	background: #fff;
}

.l_exam_detail {
	float: left;
	width: 660px;
	overflow: hidden;
	font-size: 0;
}

.l_exam_detail a {
	display: block;
	font-weight: bold;
	padding-left: 30px;
	background: url(../images/dot.png) no-repeat center;
	background-size: 6px;
	background-position-x: 16px;
	font-size: 20px;
	line-height: 70px;
	height: 70px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor:unset;
}

.l_exam_time {
	display: inline-block;
	margin: 0 70px 0 15px;
	padding-bottom: 25px;
	font-size: 16px;
}

.l_exam_time img {
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 5px;
}

.l_exam_score {
	float: right;
	margin-top: 20px;
}

.l_exam_score li {
	float: left;
	font-size: 16px;
	text-align: center;
	padding: 0 35px;
	background: url(../images/line.png) no-repeat center;
	background-size: 1px 51px;
	background-position: right 0 center;
}

.l_exam_score li:last-of-type {
	background: none;
}

.l_exam_score li img {
	display: block;
	margin: 0 auto 13px auto;
}

.l_page {
	text-align: center;
	font-size: 0;
	padding: 25px 0 20px 0;
}

.l_page span {
	font-size: 14px;
	margin: 0 15px;
	display: inline-block;
	vertical-align: middle;
}

.l_page span i {
	color: #103E96;
}

.l_pagenum {
	display: inline-block;
	vertical-align: middle;
	margin: 0 30px;
}

.l_pagenum a {
	display: inline-block;
	height: 32px;
	line-height: 30px;
	border: 1px solid #E0E0E0;
	border-radius: 4px;
	padding: 0 17px;
	margin: 0 4px;
	font-size: 14px;
	color: #333333;
}

.l_pagenum a:hover,
a.l_page_active {
	background: #103E96;
	color: #FFFFFF;
}

.l_inputnum {
	width: 50px;
	height: 32px;
	line-height: 30px;
	border: 1px solid #E0E0E0;
	border-radius: 4px;
	margin: 0 10px;
}

.l_submit {
	display: inline-block;
	height: 32px;
	line-height: 30px;
	border: 1px solid #E0E0E0;
	border-radius: 4px;
	padding: 0 17px;
	font-size: 14px;
	background: #103E96;
	color: #FFFFFF;
	vertical-align: middle;
}
/*2019-3-22 新增两个按钮*/
.l_score_opts{
	margin: -13px 16px 20px 16px;
	font-size: 16px;
}
.l_score_opts a{
	float: left;
	min-width: 231px;
	padding: 0 20px;
	text-align: center;
	color: #fff;
	background: #2F74FF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-right: 13px;
	height: 38px;
	line-height: 38px;
}
.l_score_opts a img{
	vertical-align: middle;
	margin-top: -3px;
}
/*lmx--认证计划查询*/

.l_exam_search {
	float: none;
	width: 100%;
	background: #fff;
}

.l_exam_tip {
	display: inline-block;
	vertical-align: top;
	width: 970px;
}


/*lmx--认证介绍-认证标准*/

.l_recom_ul {
	position: absolute;
	left: 50%;
	margin-left: 376px;
	bottom: 0;
	width: 224px;
	background: #FFFFFF;
	border-radius: 4px 4px 0 0;
}

.l_recom_ul li {
	width: 50%;
	float: left;
	height: 45px;
	line-height: 43px;
	border-bottom: 2px solid #FFFFFF;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
}

.l_recom_ul li span {
	display: inline-block;
	width: 100%;
	line-height: 23px;
	height: 23px;
	border-right: 1px solid #DDDDDD;
}

.l_recom_ul li:last-of-type span {
	border-right: 0;
}

.l_recom_ul li.active {
	border-bottom: 2px solid #FFDF4A;
}


/*lmx--新闻资讯*/

.l_newsmsg {
	padding-bottom: 12px;
	margin: 0 16px 30px 16px;
	border-bottom: 1px solid #DDDDDD;
}

.l_newsmsg_img {
	float: left;
}

.l_newsmsg_img img {
	display: block;
	width: 245px;
	border: 1px solid #DDDDDD;
	margin-right: 25px;
}

.l_newsmsg_title {
	display: block;
	font-size: 20px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.l_newsmsg_detail {
	font-size: 16px;
	line-height: 23px;
	color: #777777;
	margin: 28px 0;
}

.l_newsmsg_detail a {
	color: #103E96;
}

.l_newmsg_msg {
	font-size: 0;
}

.l_newmsg_msg span {
	font-size: 16px;
	margin-right: 35px;
}

.l_newmsg_msg span img {
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 5px;
}

.l_overflowhidden {
	overflow: hidden;
}


/*lmx--验证成绩单*/

.l_searchreport {
	width: 950px;
	margin: 0 auto;
	border-radius: 6px;
	box-shadow: 0 0 9px rgba(0, 0, 0, .14);
}

.l_searchreport h2 {
	height: 69px;
	line-height: 69px;
	font-size: 20px;
	text-align: center;
	background: #F8FBFC;
	border-radius: 6px 6px 0 0;
}

.l_report_condition {
	overflow: hidden;
	font-size: 0;
}

.l_condition {
	margin-top: 25px;
	display: inline-block;
	font-size: 16px;
	margin-right: 45px;
}

.l_condition span {
	display: inline-block;
	min-width: 120px;
	padding: 0 5px;
	text-align: center;
}

.l_condition input {
	width: 270px;
	height: 36px;
	line-height: 34px;
	border: 1px solid #DDDDDD;
	background: #F8FBFC;
	border-radius: 4px;
}

.l_condition .l_input760 {
	width: 760px;
}

.l_reporttip {
	display: block;
	font-size: 16px;
	text-align: center;
	color: #B60000;
	padding-top: 20px;
}

.l_search {
	display: block;
	margin: 23px auto;
	width: 460px;
	height: 45px;
	line-height: 45px;
	border-radius: 6px;
	background: #103E96;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
}

.l_report_result {
	width: 950px;
	margin: 47px auto 0 auto;
}

.l_report_result li {
	border: 1px solid #DDDDDD;
	background: #F8FBFC;
	font-size: 0;
	width: 50%;
	margin-left: -1px;
	margin-top: -1px;
	float: left;
}

.l_report_result li span {
	display: inline-block;
	font-size: 16px;
	line-height: 43px;
}

.l_leftspan {
	width: 145px;
	text-align: center;
	border-right: 1px solid #DDDDDD;
}

.l_rightspan {
	width: calc(100% - 145px);
	padding-left: 22px;
	background: #FFFFFF;
}

.l_uldiv {
	text-align: center;
}

.l_h3 {
	display: inline-block;
	position: relative;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	line-height: 58px;
}

.l_h3:before {
	content: '';
	display: block;
	width: 14px;
	height: 2px;
	background: #103E96;
	position: absolute;
	left: -20px;
	top: 50%;
	margin-top: -1px;
}

.l_h3:after {
	content: '';
	display: block;
	width: 14px;
	height: 2px;
	background: #103E96;
	position: absolute;
	right: -20px;
	top: 50%;
	margin-top: -1px;
}

.l_score {
	width: 950px;
	margin: 0 auto;
}

.l_score li {
	border: 1px solid #DDDDDD;
	margin-top: -1px;
	margin-left: -1px;
	width: 159px;
	float: left;
	font-size: 16px;
}

.l_score li span {
	display: block;
	line-height: 43px;
	height: 44px;
}

.l_topspan {
	background: #F8FBFC;
	border-bottom: 1px solid #DDDDDD;
}

.l_score li.l_anaysis {
	line-height: 87px;
	height: 90px;
	background: #F8FBFC;
}
.l_score li.l_anaysis span{
	line-height: 87px;
}
.l_uldiv {
	font-size: 0;
}

.l_uldiv:last-of-type {
	margin-bottom: 20px;
}


/*lmx--详情*/

.l_notice_title {
	font-size: 20px;
	text-align: center;
	margin-bottom: 30px;
}

.l_notice_time {
	font-size: 0;
	text-align: center;
	margin-bottom: 30px;
}

.l_notice_time span {
	display: inline-block;
	font-size: 16px;
	margin: 0 17px;
}

.l_notice_time span img {
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 5px;
}

.l_notice_cont {
	margin: 0 63px;
}

.l_notice_cont p {
	color: #777777;
	font-size: 16px;
	text-indent: 2em;
	margin: 28px 0;
}

.l_notice_cont img {
	display: block;
	width: 500px;
	margin: 0 auto;
}

.l_notice_cont span {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #777777;
	margin: 15px 0 45px 0;
}

.l_line {
	display: block;
	margin: 0 auto;
}


/*xk--认证报名答疑页面*/

.x-apply-section1 {
	width: 100%;
	height: 160px;
	background: url(../images/apply1.png) no-repeat center;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}

.apply-section1 {
	font-size: 28px;
	color: #FFFFFF;
}

.apply-section1 i {
	font-size: 24px;
	color: #ffdf4a;
}

.x-apply-section1 .l_main {
	padding-left: 40px;
}

.section2-tit-big {
	/*line-height: 50px;*/
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 15px;
}

.section2-tit-lit {
	line-height: 40px;
	text-align: center;
}

.section2-tit-lit span {
	margin-right: 37px;
}

.section2-tit-lit span img {
	margin-right: 5px;
	display: inline-block;
	margin-top: -3px;
}

.section2-list1 {
	color: #777;
	margin-bottom: 27px;
}

.section2-list2 {
	color: #333;
	margin-bottom: 27px;
}

.section2-list1-color {
	color: #cc0404;
	margin-bottom: 27px;
}

.section2-list3 {
	text-indent: 2em;
}

.section2-center {
	padding-top: 30px;
	font-size: 16px;
}


/*xk--考试机构查询*/

.test-section1 ul {
	width: 100%;
}

.test-section1 ul li {
	width: 48%;
	float: left;
	margin-right: 20px;
	margin-bottom: 18px;
	background: #f3f5f9;
	padding: 20px 15px;
	box-sizing: border-box;
}

.test-section1-tit1 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 19px;
	position: relative;
	padding-left: 15px;
}

.test-section1-tit1:before {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	display: inline-block;
	background: #16379d;
	left: 0px;
	top: 11px;
}
.test-section1-tit2{
	font-size: 0;
}
.test-section1-tit2 img {
	display: inline-block;
	margin-top: -3px;
	margin-right: 3px;
}

.test-section1-tit2>span {
	margin-right: 30px;
	font-size: 16px;
	float: left;
	width: 213px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.test-section1-tit2 a {
	float: right;
	color: #0e318b;
	font-size: 16px;
}


/*xk---考试机构信息*/

.info-section-table td {
	border: 1px solid #eaeaea;
	line-height: 25px;
	box-sizing: border-box;
	padding-top: 13px;
	padding-bottom: 13px;
	font-size: 16px;
}

.info-section-table tr td:first-of-type {
	text-align: right;
	padding-right: 15px;
	background: #f8fbfc;
	vertical-align: top;
}

.info-section-table tr td:nth-of-type(2) {
	text-align: left;
	padding-left: 18px;
}

.info-section {
	padding-top: 15px;
	padding-bottom: 15px;
}

.section2-img {
	width: 100%;
	display: block;
}


/*xk--联系我们*/

.relationUs-ul {
	width: 100%;
	margin-top: 30px;
}

.relationUs-ul li {
	width: 48%;
	margin-right: 47px;
	padding: 39px 47px;
	box-sizing: border-box;
	float: left;
}

.relationUs-ul li:first-of-type {
	background: #ddf2f4;
}

.relationUs-ul li:nth-of-type(2) {
	background: #ebf3da;
	margin-right: 0;
	display: flex;
	align-items: center;
}

.relationUs-ul li img {
	float: left;
	margin-right: 27px;
	display: block;
	margin-top: 8px;
}

.relationUs-ul-line {
	line-height: 30px;
	color: #666;
	font-size: 16px;
}

.relationUs-ul-tit {
	line-height: 100px;
	color: #666;
	font-size: 16px;
}

.relationUs-ul-tit img {
	margin-right: 5px;
}

.relationUs-ul-img {
	margin-bottom: 30px;
}


.l_iframe{
	width: 100%;
	border: none;
}
/*新加的登录注册小窗口*/

.xk-login-span{
	cursor: pointer;
	position: relative;
}
.xk-login-span:after{
	position: absolute;
	content: "";
	display: inline-block;
	width:0;
	height:0;
	border-width: 8px 5px 0;
	border-style: solid;
	border-color: #333 transparent transparent;
	top: 7px;
	right: -15px;
}
.xk-login-img{
	vertical-align: middle;
	margin-right: 11px;
}
.xk-login-down{
	position: absolute;
	top: 70px;
	left: 0px;
	min-width: 155px;
	background: #FFFFFF;
	border-radius: 6px;
	z-index: 33;
	padding: 0 14px;
	box-sizing: border-box;
	box-shadow: 0px 0px 5px #ddd;
	display: none;
}
.xk-login-down a{
	font-size: 16px;
	line-height: 44px;
	font-weight: normal;
	border-bottom: 1px dashed #dddddd;
	text-align: center;
	cursor: pointer;
	display: block;
	white-space: nowrap;
}
.xk-login-down a:hover{
	color: #103e96;
}
.xk-login-down a:last-of-type{
	border-bottom: none;
}
.xk-login2{
	display: none;
}
.l_searchplan{
	width: 1200px;
	height: 46px;
	position: absolute;
	left:  0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 0;
	text-align: right;
}
.l_searchplan input{
	width: 368px;
	height: 46px;
	line-height: 46px;
	background: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding-right: 60px;
	font-size: 16px;
	margin-right: 18px;
	padding-left: 10px;
}
.l_searchplan a{
	position: absolute;
	right: 22px;
	top: 4px;
	width: 46px;
	height: 39px;
	line-height: 39px;
	background: #103E96;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-align: center;
}
.l_searchplan a img{
	width: 21px;
	height: 22px;
}
/*2019-3-25  我的认证成绩 lmx*/
/*.l_score_ul{
	margin: 45px 16px 17px 16px;
}
.l_score_ul li{
	height: 48px;
	line-height: 48px;
	border: 1px solid #EEEEEE;
	margin-top: -1px;
	font-size: 0px;
	color: #666666;
}
.l_score_ul li span{
	display: inline-block;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-right: 1px solid #EEEEEE;
	text-align: center;
	padding: 0 5px;
}
.l_score_ul li.l_score_head{
	background: #F8FBFC;
	color: #333333;
}
.l_score_ul li span:nth-of-type(1){
	width: 300px;
}
.l_score_ul li span:nth-of-type(2){
	width: 275px;
}
.l_score_ul li span:nth-of-type(3){
	width: 215px;
}
.l_score_ul li span:nth-of-type(4){
	width: 145px;
}
.l_score_ul li span:nth-of-type(5){
	border-right: none;
	width: 225px;
}
.l_score_ul li a{
	color: #0074B6;
}*/
.l_score_div{
	width: auto;
	margin: 45px 16px 17px 16px;
	font-size: 16px;
}
.l_score_div th{
	line-height: 47px;
	border: 1px solid #EEEEEE;
	background: #F8FBFC;
	color: #333333;
	font-weight: normal;
}
.l_score_div td{
	line-height: 47px;
	border: 1px solid #EEEEEE;
	color: #666666;
	padding: 0 5px;
}
.l_score_div td span{
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}
.l_score_div tr th:nth-of-type(1){
	width: 300px;
}
.l_score_div tr th:nth-of-type(2){
	width: 275px;
}
.l_score_div tr th:nth-of-type(3){
	width: 215px;
}
.l_score_div tr th:nth-of-type(4){
	width: 145px;
}
.l_score_div tr th:nth-of-type(5){
	width: 225px;
}
.l_score_div td a{
	display: block;
	text-align: center;
	color: #0074B6;
}

@media screen and (max-width: 750px) {
	.l_phoneshow {
		display: block !important;
	}
	.l_phonehide {
		display: none !important;
	}
	.index_header {
		width: 100%;
		height: 48px;
		line-height: 48px;
		position: fixed;
		background: #FFFFFF;
		z-index: 200;
	}
	.index_header>a>img {
		width: 221px;
	}
	.l_ulbg,
	.l_index_login {
		display: none;
	}
	.l_menu_m {
		width: 16px;
		margin: 19px 16px 0 0;
	}
	.index_banner {
		background: url(../images/index-banner-m.png) no-repeat center;
		background-size: 100%;
		margin-top: 48px;
	}
	.l_tosign {
		margin-top: 115px;
		margin-bottom: 29px;
		width: 80px;
		height: 22px;
		line-height: 22px;
		font-size: 10px;
		border-radius: 3px;
	}
	.l_option {
		width: 100%;
		border-radius: 0;
		box-shadow: none;
		margin-top: 0;
		border-bottom: 3px solid #DDDDDD;
	}
	.l_option li {
		line-height: 48px;
		height: 48px;
		width: 33.3%;
	}
	.l_option li a {
		padding: 0;
		font-size: 13px;
		margin: 10px 0;
		height: 32px;
	}
	.l_imgs {
		width: 35px;
		height: 35px;
		margin-right: 6px;
	}
	.l_imgs img:nth-of-type(1) {
		width: 90%;
	}
	.l_imgs img:nth-of-type(2) {
		width: 100%;
		top: 13px;
	}
	.l_main {
		width: 100%;
		padding: 0 13px;
		padding-top: 10px;
	}
	.l_more {
		display: none;
	}
	.l_notice_ul {
		padding-bottom: 16px;
	}
	.l_notice_ul li {
		float: none;
		width: 100%;
		margin: 0 0 10px 0;
		padding: 13px 13px 13px 19px;
	}
	.l_notice_ul li h3 {
		font-size: 13px;
		line-height: 19px;
		height: 38px;
	}
	.l_date {
		font-size: 13px;
	}
	.l_showimg {
		display: none;
	}
	.l_newsul {
		width: 98%;
		margin: 0 auto;
		background: none;
		box-shadow: none;
	}
	.l_newsul li {
		border-left: none;
		padding: 0 0 13px 0
	}
	li.l_active {
		border-left: none;
		background: none;
	}
	.l_newsul li>img {
		width: 100%;
		display: block !important;
	}
	.l_content {
		margin-top: 0;
	}
	.l_news h4 {
		font-size: 13px;
		line-height: 32px;
	}
	.l_news span {
		font-size: 13px;
		line-height: 13px;
	}
	.l_news {
		border-bottom: none;
	}
	.l_intro {
		width: 100%;
		margin: 0;
		padding-bottom: 16px;
	}
	.l_intro li a {
		font-size: 13px;
		line-height: 38px;
		height: 38px;
		padding-left: 10px;
	}
	.l_title_right {
		margin-left: 0;
	}
	.l_phoneclear {
		float: none !important;
	}
	.l_title {
		padding: 10px 0 13px 0;
		font-size: 13px;
	}
	.l_title img {
		width: 22px;
	}
	.l_phonemain {
		overflow: hidden;
	}
	.l_ulbg {
		position: fixed;
		top: 48px;
		bottom: 0;
		left: 0;
		width: 100%;
		background: rgba(0, 0, 0, .6);
	}
	.l_nav {
		width: 154px;
		height: 100%;
		float: right;
		background: #FFFFFF;
		text-align: center;
		border-top: 3px solid #203555;
	}
	.l_nav li {
		float: none !important;
		margin: 0;
		display: block;
		height: 48px;
		line-height: 48px;
		border-bottom: 3px solid #F4F4F4;
		font-size: 16px;
	}
	.l_index_login {
		display: block;
		vertical-align: auto;
		width: auto;
		height: auto;
		line-height: inherit;
		background: none;
		border-radius: 0;
		font-size: 16px;
		color: #333333;
	}
	.l_index_login a {
		color: #333333;
	}
	/*------------认证成绩查询lmx---------*/
	.page_banner {
		margin-top: 48px;
	background-position: top center;
	}
	.l_page_tit {
		width: 100%;
		font-size: 19px;
		height: 102px;
		line-height: 102px;
	}
	.l_page_tit i {
		font-size: 16px;
		margin-left: 6px;
	}
	.l_exam {
		margin: 10px 0;
	}
	.l_exam_detail {
		float: none;
		width: 100%;
	}
	.l_exam_detail a {
		height: 51px;
		line-height: 51px;
		font-size: 16px;
	}
	.l_exam_time {
		display: block;
		float: left;
		margin: 0 0 10px 19px;
		font-size: 11px;
		padding-bottom: 0;
	}
	.l_exam_time img {
		margin-right: 3px;
	}
	.l_exam_score {
		float: none;
		margin: 0 0 10px 0;
	}
	.l_exam_score li {
		font-size: 11px;
		padding: 0 22px;
	}
	.l_page span {
		font-size: 13px;
		margin: 0 6px;
	}
	.l_pagenum {
		margin: 0;
	}
	.l_pagenum a {
		font-size: 13px;
		height: 26px;
		line-height: 26px;
		padding: 0 6px;
	}
	/*2019-3-22 新增两个按钮*/
	.l_score_opts{
		margin:10px 0;
		font-size: 13px;
	}
	.l_score_opts a{
		min-width: 49%;
		margin-right: 2%;
		height: 32px;
		line-height: 32px;
	}
	.l_score_opts a:last-of-type{
		margin-right: 0;
	}
	/*查询搜索  2019-3-22  lmx*/
    .l_searchplan{
	position: relative;
	height: auto;
	width: 100%;
	margin-top: 51px;
		font-size: 0;
		padding: 0 13px;
		text-align: left;
      }
    .l_searchplan input{
	position: relative;
	top: auto;
	right: auto;
	line-height: 32px;
	height: auto;
	border: 3px solid #DDDDDD;
		width: 285px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		background: #F8FBFC;
		padding-right: 0;
		font-size: 13px;
	margin-right: 0;
    }
    .l_searchplan a{
	position: relative;
	float: right;
	top: auto;
	right: auto;
	width: 64px;
	height: 32px;
	line-height: 32px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	vertical-align: middle;
    }
    .l_searchplan a img{
	display: none;
    }
    .l_searchplan a span{
	font-size: 13px;
	color: #fff;
    }
	/*-------------认证计划查询lmx-----------*/
	.l_exam_tip {
		width: 230px;
	}
	/*lmx--新闻资讯*/
	.l_newsmsg {
		margin: 10px 0 0 0;
		padding-bottom: 10px;
	}
	.l_newsmsg_detail {
		display: none;
	}
	.l_newsmsg_img img {
		width: 128px;
		margin-right: 16px;
	}
	.l_newsmsg_title {
		font-size: 16px;
		margin: 16px 0;
	}
	.l_newmsg_msg span {
		font-size: 13px;
		margin-right: 16px;
	}
	.l_newmsg_msg span img {
		margin-right: 0;
	}
	/*lmx--验证成绩单*/
	.l_searchreport,
	.l_report_result,
	.l_score {
		width: 100%;
		border-radius: 0;
		box-shadow: none;
		margin: 0;
	}
	.l_searchreport h2 {
		background: none;
	}
	.l_condition {
		display: block;
		margin-right: 0;
		font-size: 16px;
		margin-top: 10px;
	}
	.l_condition span {
		min-width: 163px;
		text-align: right;
	}
	.l_condition input,
	.l_condition .l_input760 {
		width: 189px;
	}
	.l_reporttip {
		font-size: 13px;
		text-align: left;
	}
	.l_search {
		width: 100%;
	}
	.l_report_result li {
		float: none;
		width: 100%;
	}
	.l_report_result li span {
		font-size: 16px;
	}
	.l_leftspan {
		width: 128px;
		text-align: right;
	}
	.l_rightspan {
		width: calc(100% - 128px);
	}
	.l_score li {
		width: 100%;
		font-size: 0;
	}
	.l_score li span {
		width: 50%;
		display: inline-block;
		font-size: 16px;
	}
	.l_topspan {
		border-bottom: none;
		border-right: 3px solid #DDDDDD;
	}
	.l_score li.l_anaysis {
		height: 51px;
		line-height: 51px;
	}
	/*lmx--认证介绍-认证标准*/
	.l_recom_ul {
		left: auto;
		right: 6px;
		margin-left: auto;
		width: 154px;
	}
	.l_recom_ul li {
		height: 35px;
		line-height: 35px;
		font-size: 16px;
	}
	.l_item_img2,
	.l_item_img1 {
		width: 100%;
	}
	/*lmx--详情*/
	.l_notice_title {
		font-size: 19px;
		margin: 0;
		padding: 16px 0;
	}
	.l_notice_time {
		margin-bottom: 16px;
	}
	.l_line {
		width: 100%;
	}
	.l_notice_cont img {
		width: 90%;
	}
	.l_notice_cont {
		margin: 0;
	}
	.l_notice_time span {
		font-size: 13px;
	}
	.l_notice_cont p {
		font-size: 16px;
		margin: 10px 0;
	}
	/*xk--认证报名答疑页面*/
	.apply-section1 {
	font-size: 16px;
	}
	.apply-section1 i{
		font-size: 13px;
	}
	.x-apply-section1{
	    margin-top: 48px;
	    height: 83px;
}
	.x-apply-section1 .l_main{
		margin: 0 auto;
	}
	.section2-tit-big{
		font-size: 13px;
		margin-top: 10px;
	}
	.section2-tit-lit{
		font-size:13px
	}
	.section2-list1,.section2-list2,.section2-list3,.section2-list1-color{
		margin-bottom: 13px;
	}
	.section2-center{
		padding-top:0 ;
		font-size: 13px;
	}
	.section2-tit-lit{
		margin-bottom: -26px;
	}
	/*xk--考试机构查询*/
	.test-section1 ul li{
		width: 100%;
		padding: 10px 6px;
		margin-right: 0;
	}
	.test-section1 ul li:last-of-type{
		margin-bottom: 0;
	}
	.test-section1-tit1{
		font-size: 16px;
		margin-bottom: 10px;
		padding-left: 10px;
	}

	.test-section1-tit2 span{
		margin-right:10px;
		font-size: 13px;
		width: 80%;
		white-space: normal;
	}
	.test-section1-tit2{
		font-size: 13px;
	}
	.test-section1 .l_main{
		padding-top:10px ;
	}
	/*考试机构信息*/
	.info-section-table td{
		font-size: 13px;
		line-height: 13px;
	}
	.info-section-table tr td:nth-of-type(2){
		padding-left: 10px;
	}
	.section2-img{
		height: 6px;
		margin-bottom: 10px;
	}
	.test-section1-tit1::before{
		top: 6px;
		width: 6px;
		height: 6px;
	}
	.info-section-table tr td:first-of-type{
		white-space: nowrap;
		padding-right: 6px;
	}
	.test-section1-tit2 a{
		float: none;
		font-size: 13px;
	}
	.info-section-img{
		width: 100%;
	}
	.info-section{
		padding-top: 0;
	}
	.test-section1-tit2 img{
		width: 10px;
	}
	/*xk--联系我们*/
	.relationUs-ul li{
		width: 100%;
		margin-top: 10px;
		padding: 19px  19px;
	}
	.relationUs-ul-line{
		font-size: 13px;
	}
	.relationUs-ul{
		margin-top: 0;
	}
	.relationUs-ul li img{
		width: 42px;
	}
	.relationUs-ul-tit{
		font-size: 13px;
		line-height: 67px;
	}
	.relationUs-ul-tit img{
		width: 32px;
	}
	.relationUs-ul-img img{
		width: 100%;
	}
	/*用户菜单下拉*/
	.xk-login2{
		display: block;
	}
	.xk-login{
		display: none;
	}
	.xk-login2 a{
		font-size: 16px;
		font-weight: normal;
		display: block;
	}




	/*我的认证成绩  2019-3-25  lmx*/
	/*.l_score_ul{
		margin: 64px 0;
	}
	.l_score_ul li{
		height: auto;
		line-height: 19px;
	}
	.l_score_ul li.l_score_head span{
		padding: 6px 0;
	}
	.l_score_ul li span{
		white-space: normal;
		padding:0 6px;
		vertical-align: middle;
		font-size: 13px;
		height: 100%;
	}
	.l_score_ul li span:nth-of-type(1){
		width: 90px;
	}
	.l_score_ul li span:nth-of-type(2){
		width: 83px;
	}
	.l_score_ul li span:nth-of-type(3){
		width: 86px;
	}
	.l_score_ul li span:nth-of-type(4){
		width: 45px;
	}
	.l_score_ul li span:nth-of-type(5){
		border-right: none;
		width: 51px;
	}*/
	.l_score_div{
		width: 100%;
		margin: 64px 0;
		font-size: 13px;
	}
	.l_score_div th,.l_score_div td{
		line-height: 19px;
		padding: 6px;
	}
	.l_score_div td span{
		display: block;
		text-align: center;
		white-space: normal;
	}
	.l_score_div tr th:nth-of-type(1){
		width: 70px;
	}
	.l_score_div tr th:nth-of-type(2){
		width: 70px;
	}
	.l_score_div tr th:nth-of-type(3){
		width: 70px;
	}
	.l_score_div tr th:nth-of-type(4){
		width: 35px;
	}
	.l_score_div tr th:nth-of-type(5){
		width: 45px;
	}
	.l_score_div td a{
		display: block;
		text-align: center;
		color: #0074B6;
	}

}