@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

body {
	font-family: "微软雅黑";
	position: relative;
	background: #ffffff;
    font-size: 14px;
	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;
  margin-right: 120px;
}

.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;
}

.fulong_news_content td {padding: 3px;}
/*lmx--csp首页*/
/*.l_phonemain{
  position:relative;
  z-index:9999;
}
.l_nav {
  padding-right:200px;
}*/
.index_header {
	height: 80px;
	line-height: 80px;
	font-size: 0;
	width: 1200px;
	margin: 0 auto;
}

.index_header>a>img {
	margin-left: 15px;
	margin-top:13px; 
}

.l_nav li {
	margin: 0 5px;
	padding: 0 4px;
	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;
	margin-top:18px;
	width: 115px;
	height: 38px;
	line-height: 38px;
	border-radius: 4px;
	background: #103E96;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
    margin:0px -15px 0px 0px;
}

.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 50px;
}

.l_option {
	width: 1000px;
	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: 37px 0 30px 0;
}

.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;
  margin-top:-36px;
}

.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: 0px;
}

.l_mainouter:nth-of-type(2n) {
	background: #F3F5F9;
}

.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: 394px;
	position: relative;
	margin-right: 1px;
}

.l_newsimg {
	width: 100%;
	height: 100%;
}
.l_newsimg img{
	width: 537px;
	height:394px;
}

.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 a {
	font-size: 18px;
	line-height: 29px;
  font-weight:bold;
  	display:block;
 	color:#333;
    width: 490px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.l_newscont {
	display: block;
	font-size: 14px;
	color: #999999;
	line-height: 22px;
	text-indent: 2em;
}

.l_news span{
	font-size: 16px;
	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 16px 17px 16px;
	background: #F3F5F9;
}

.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;
}

.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;
}


/*lmx--认证计划查询*/

.l_exam_search {
	float: none;
	width: 100%;
}

.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;
}

.l_topspan {
	background: #F8FBFC;
	border-bottom: 1px solid #DDDDDD;
}

.l_score li.l_anaysis {
	line-height: 87px;
	height: 89px;
	background: #F8FBFC;
}

.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: 20px 63px;
  letter-spacing:1px;
  line-height:22px;
}
.l_notice_cont a{
	color:#2db7f5;
}
.l_notice_cont p {
	color: #4d4f53;
	font-size: 16px;
	text-indent: 2em;
	margin: 5px 0;
	
}
.l_notice_cont td p {
	
	margin: 2px;;
	text-indent: 0em;
}

.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_notice_cont2 {
	/* margin: 20px 63px; */
	letter-spacing:1px;
	line-height:22px;
}
.l_notice_cont2 a{
	color:#2db7f5;
}
.l_notice_cont2 p {
	color: #4d4f53;
	font-size: 16px;
	/* text-indent: 2em; */
	margin: 5px 0;
  word-break:break-all;
}
.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;
}

.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;
}

/*操作说明*/

.handle-system {
	width: 1140px;
	margin: 0 auto;
}

.handle-system .title-list {
	width: 100%;
	margin-top: 33px;
	margin-bottom: 20px;
}

.handle-system .title-list ul {
	width: 670px;
	height: 38px;
	margin: 0 auto;
}

.handle-system .title-list ul li {
	width: 218px;
	float: left;
	height: 100%;
	text-align: center;
	line-height: 38px;
	color: #999;
	font-weight: bold;
	background: url(../images/handle2.png) no-repeat center;
	background-size: 100% 100%;
	cursor: pointer;
}

.handle-system .title-list ul li.active {
	background: url(../images/handle1.png) no-repeat center;
	color: #fff;
	background-size: 100% 100%;
}

.center-wrap .steps {
	width: 100%;
	height: 122px;
	background: #f9fafa;
	display: flex;
	align-items: center;
}

.center-wrap .steps img {
	display: block;
	margin: 0 auto;
    max-width: 100%;
}

.center-wrap .step-tit1 {
	margin-top: 40px;
	color: #000;
}

.center-wrap .step-tit2 {
	color: #777;
	text-indent: 30px;
}

.center-wrap .step-tit2 i,
.center-wrap .step-tit3 i {
	color: #ff0000;
}

.center-wrap .step-img {
	text-align: center;
	padding-top: 35px;
	padding-bottom: 20px;
}

.center-wrap .step-tit3 {
	color: #777;
}

.register {
	margin-bottom: 110px;
}


/*侧边浮动*/

.loutinav {
	width: 50px;
	position: fixed;
	top: 25%;
	right: 50px;
	z-index: 22222;
}

.loutinav ul li {
	width: 50px;
	height: 50px;
	border-bottom: 1px dotted #DDDDDD;
	list-style: none;
	font-size: 16px;
	text-align: center;
	position: relative;
	cursor: pointer;
	color: #fff;
	border: 3px solid #e79135;
	border-radius: 6px;
	box-sizing: border-box;
	margin-bottom: 8px;
}

.loutinav ul li span {
	display: block;
	width: 100%;
	height: 100%;
	background: #e46824;
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 18px;
}

.loutinav ul li.last {
	background: #e46824;
	color: #fff;
	border-bottom: 1px solid #ddd;
	height: 30px;
}

.loutinav ul li.active span {
	background: #fff;
	color: #e46824;
}


/*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: 27px;
	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_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: #0074B6;
	-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;
}
/*pc  iframe*/
#l_loginpc{
  position:absolute;
  right:0px;
}
.l_ulbg{
  position:relative;
 // padding-right:200px;
}
body{
min-width: 1200px;
}
@media screen and (max-width: 640px) {
body{
min-width: inherit;
}
}
@media screen and (max-width: 640px) {
  .bx-wrapper .bx-prev {
	left: 0rem;
}

.bx-wrapper .bx-next {
	right: 0rem;
}

	.l_phoneshow {
		display: block !important;
	}
	.l_phonehide {
		display: none !important;
	}
  	.l_phonemain{
      position:fixed;
      width:100%;
      top:0;
      z-index:200;
  	}
	.index_header {
		width: 100%;
		height: .94rem;
		line-height: .94rem;
		//position: fixed;
		background: #FFFFFF;
		z-index: 200;
	}
	.index_header>a>img {
		width: 4.3rem;
      	margin-top:.15rem;
	}
	.l_ulbg,
	.l_index_login {
		display: none;
	}
  .right {
    float: right !important;
  margin-right: 0px;}
	.l_menu_m {
		width: .32rem;
		padding: .35rem .3rem 0 0;
      box-sizing:content-box;
      z-index:200;
	}
	.index_banner {
		background: url(../images/index-banner-m.png) no-repeat center;
		background-size: 100%;
		margin-top: .94rem;
	}
	.l_tosign {
		margin: 2.28rem .3rem .54rem .2rem;
		width: 1.57rem;
		height: .44rem;
		line-height: .44rem;
		font-size: .2rem;
		border-radius: .06rem;
	}
	.l_option {
		width: 100%;
		border-radius: 0;
		box-shadow: none;
		margin-top: 0;
		border-bottom: 1px solid #DDDDDD;
	}
	.l_option li {
		line-height: .96rem;
		height: .96rem;
		width: 32.3%;
	}
	.l_option li a {
		padding: 0;
		font-size: .24rem;
		margin: .18rem 0;
		height: .6rem;
	}
	.l_imgs {
		width: .7rem;
		height: .7rem;
		margin-right: .1rem;
	}
	.l_imgs img:nth-of-type(1) {
		width: 90%;
	}
	.l_imgs img:nth-of-type(2) {
		width: 100%;
		top: .25rem;
	}
	.l_main {
		width: 100%;
		padding: 0 .24rem;
	}
	.l_more {
		display: none;
	}
	.l_notice_ul {
		padding-bottom: .34rem;
	}
	.l_notice_ul li {
		float: none;
		width: 100%;
		margin: 0 0 .2rem 0;
		padding: .25rem .25rem .25rem .4rem;
	}
	.l_notice_ul li h3 {
		font-size: .28rem;
		line-height: .36rem;
		height: .72rem;
	}
	.l_date {
		font-size: .24rem;
	}
	.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 .25rem 0
	}
  .l_news a{
		    font-size: 0.28rem;
line-height: .4rem;
    font-weight: bold;
    display: block;
    color: #333;
    width: 6.8rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	}
	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: .28rem;
		line-height: .6rem;
	}
	.l_news span {
		font-size: .24rem;
		line-height: .28rem;
	}
	.l_news {
		border-bottom: none;
	}
	.l_intro {
		width: 100%;
		margin: 0;
		padding-bottom: .3rem;
	}
	.l_intro li a {
		font-size: .28rem;
		line-height: .72rem;
		height: .72rem;
		padding-left: .2rem;
	}
	.l_title_right {
		margin-left: 0;
	}
	.l_phoneclear {
		float: none !important;
	}
	.l_title {
		padding: .2rem 0 .25rem 0;
		font-size: .28rem;
	}
	.l_title img {
		width: .43rem;
	}
//	.l_phonemain {
//		overflow: hidden;
//	}
	.l_ulbg {
		position: fixed;
		top: .94rem;
		bottom: 0;
		left: 0;
		width: 100%;
		background: rgba(0, 0, 0, .6);
      	z-index:600;
      float:none !important;
      padding-right:0;
	}
	.l_nav {
		width: 3rem;
		height: 100%;
		float: right;
		background: #FFFFFF;
		text-align: center;
		border-top: 1px solid #203555;
	}
	.l_nav li {
		float: none !important;
		margin: 0;
		display: block;
		height: .93rem;
		line-height: .92rem;
		border-bottom: 1px solid #F4F4F4;
		font-size: .3rem;
	}
	.l_index_login {
		display: block;
		vertical-align: auto;
		width: auto;
		height: auto;
		line-height: inherit;
		background: none;
		border-radius: 0;
		font-size: .3rem;
		color: #333333;
	}
	.l_index_login a {
		color: #333333;
	}
	/*------------认证成绩查询lmx---------*/
	.page_banner {
		margin-top: .94rem;
	}
	.l_page_tit {
		width: 100%;
		font-size: .4rem;
		height: 2rem;
		line-height: 2rem;
	}
	.l_page_tit i {
		font-size: .3rem;
		margin-left: .1rem;
	}
	.l_exam {
		margin: .2rem 0;
	}
	.l_exam_detail {
		float: none;
		width: 100%;
	}
	.l_exam_detail a {
		height: 1rem;
		line-height: 1rem;
		font-size: .3rem;
	}
	.l_exam_time {
		display: block;
		float: left;
		margin: 0 0 .2rem .4rem;
		font-size: .26rem;
		padding-bottom: 0;
	}
	.l_exam_time img {
		margin-right: .05rem;
	}
	.l_exam_score {
		float: none;
		margin: 0 0 .2rem 0;
	}
	.l_exam_score li {
		font-size: .26rem;
		padding: 0 .3rem;
	}
	.l_page span {
		font-size: .24rem;
		margin: 0 .1rem;
	}
	.l_pagenum {
		margin: 0;
	}
	.l_pagenum a {
		font-size: .24rem;
		height: .5rem;
		line-height: .47rem;
		padding: 0 .1rem;
	}
	/*-------------认证计划查询lmx-----------*/
	.l_exam_tip {
		width: 4.5rem;
	}
	/*lmx--新闻资讯*/
	.l_newsmsg {
		margin: .2rem 0 0 0;
		padding-bottom: .2rem;
	}
	.l_newsmsg_detail {
		display: none;
	}
	.l_newsmsg_img img {
		width: 2.5rem;
		margin-right: .3rem;
	}
	.l_newsmsg_title {
		font-size: .32rem;
		margin: .3rem 0;
	}
	.l_newmsg_msg span {
		font-size: .23rem;
		margin-right: .3rem;
	}
	.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: .3rem;
		margin-top: .2rem;
	}
	.l_condition span {
		min-width: 3.2rem;
		text-align: right;
	}
	.l_condition input,
	.l_condition .l_input760 {
		width: 3.7rem;
	}
	.l_reporttip {
		font-size: .26rem;
		text-align: left;
	}
	.l_search {
		width: 100%;
	}
	.l_report_result li {
		float: none;
		width: 100%;
	}
	.l_report_result li span {
		font-size: .3rem;
	}
	.l_leftspan {
		width: 2.5rem;
		text-align: right;
	}
	.l_rightspan {
		width: calc(100% - 2.5rem);
	}
	.l_score li {
		width: 100%;
		font-size: 0;
	}
	.l_score li span {
		width: 50%;
		display: inline-block;
		font-size: .3rem;
	}
	.l_topspan {
		border-bottom: none;
		border-right: 1px solid #DDDDDD;
	}
	.l_score li.l_anaysis {
		height: 1rem;
		line-height: .99rem;
	}
	/*lmx--认证介绍-认证标准*/
	.l_recom_ul {
		left: auto;
		right: .1rem;
		margin-left: auto;
		width: 3rem;
	}
	.l_recom_ul li {
		height: .7rem;
		line-height: .7rem;
		font-size: .3rem;
	}
	.l_item_img2,
	.l_item_img1 {
		width: 100%;
	}
	/*lmx--详情*/
	.l_notice_title {
		font-size: .36rem;
		margin: 0;
		padding: .3rem 0;
	}
	.l_notice_time {
		margin-bottom: .3rem;
	}
	.l_line {
		width: 100%;
	}
	.l_notice_cont img {
		width: 90%;
	}
	.l_notice_cont {
		margin: 0;
	}
	.l_notice_time span {
		font-size: .28rem;
	}
	.l_notice_cont p {
		font-size: .3rem;
		margin: .2rem 0;
	}
	/*xk--认证报名答疑页面*/
	.apply-section1 {
    	font-size: .3rem;
	}
	.apply-section1 i{
		font-size: .24rem;
	}
	.x-apply-section1{
	    margin-top: .94rem;
	    height: 1.6rem;
}
	.x-apply-section1 .l_main{
		margin: 0rem auto;
	}
	.section2-tit-big{
		font-size: .28rem;
		margin-top: .2rem;
	}
	.section2-tit-lit{
		font-size:.24rem
	}
	.section2-list1,.section2-list2,.section2-list3,.section2-list1-color{
		margin-bottom: .27rem;
	}
	.section2-center{
		padding-top:0 ;
		font-size: .28rem;
	}
	.section2-tit-lit{
		margin-bottom: -.5rem;
	}
	/*xk--考试机构查询*/
	.test-section1 ul li{
		width: 100%;
		padding: .2rem .15rem;
		margin-right: 0;
	}
	.test-section1 ul li:last-of-type{
		margin-bottom: 0;
	}
	.test-section1-tit1{
		font-size: .32rem;
		margin-bottom: .2rem;
		padding-left: .16rem;
	}
	
	.test-section1-tit2 span{
		margin-right:.2rem;
		font-size: .24rem;
	}
	.test-section1-tit2{
		font-size: .24rem;
	}
	.test-section1 .l_main{
		padding-top:.2rem ;
	}
	/*考试机构信息*/
	.info-section-table td{
		font-size: .24rem;
		line-height: .25rem;
	}
	.info-section-table tr td:nth-of-type(2){
		padding-left: .18rem;
	}
	.section2-img{
		height: .1rem;
		margin-bottom: .2rem;
	}
	.test-section1-tit1::before{
		top: .14rem;
		width: .1rem;
		height: .1rem;
	}
	.info-section-table tr td:first-of-type{
		white-space: nowrap;
		padding-right: .15rem;
	}
	.test-section1-tit2 a{
		float: none;
		font-size: .26rem;
	}
	.info-section-img{
		width: 100%;
	}
	.info-section{
		padding-top: 0;
	}
	.test-section1-tit2 img{
		width: .2rem;
	}
	/*xk--联系我们*/
	.relationUs-ul li{
		width: 100%;
		margin-top: .2rem;
		padding: .35rem  .4rem;
	}
	.relationUs-ul-line{
		font-size: .24rem;
	}
	.relationUs-ul{
		margin-top: 0;
	}
	.relationUs-ul li img{
		width: .8rem;
	}
	.relationUs-ul-tit{
		font-size: .24rem;	
		line-height: 1.3rem;
	}
	.relationUs-ul-tit img{
		width: .6rem;
	}
	.relationUs-ul-img img{
		width: 100%;
	}
	/*.l_nav {
      padding-right:0;
    }*/


/*操作说明*/
	.handle-system{
		width:100%;
		font-size: .24rem;
	}
	.right-handle{
		display: none;
	}
	.handle-system .title-list ul{
		width: 100%;
		height: .5rem;
	}
	.handle-system .title-list ul li{
		width: 33%;
		line-height: .5rem;
	}
	.handle-system .title-list{
		margin-top: .2rem;
	}
	.center-wrap .steps{
		height: auto;
	}
	.center-wrap .step-img{
		padding-top: .25rem;
	}
	.center-wrap .step-img img{
		width: 90%;
	}
	.center-wrap{
		padding: 0 .17rem;
	}
}
.l_option li .search li {
	width: 300px;
	height: 30px;
	line-height: 30px;
	background: #000;
	border-radius: 15px;
	padding: 0 11px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
 .l_option .search img {
	cursor: pointer;
}
.imgs {
    background: url(/cms/resource/100000/images/ss20191114.png);
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    float: right;
    margin: 0 10px !important;
    padding: 0 !important;
    display: inline-block !important;
}
.search_input {border: none;
    height: 28px;
    line-height: 28px;
    width: 152px;
    outline: none;
    padding-left: 30px;
    background: url(/cms/resource/100000/images/search-bg.png) no-repeat left center;
    background-size: 26px auto;}
/*搜索页面*/
.searchMain{width:1198px;height:968px;border:1px solid #ccc;margin:21px auto 0 auto;}
.searchMain_title{width:1158px;height:52px;border-bottom:1px solid #ccc;margin-left:40px;font-weight: 600;font-size:16px;color:#1483ff;text-indent:1.8em;background:url(../images/search_03.png) no-repeat 3px center;line-height:52px;}
.searchMain_search{width:583px;height:31px;border:2px solid #467ab9;margin:9px 0 27px 273px;}
.searchMain_search>input{display:inline-block;vertical-align:top;}
.searchMain_search>input[type='text']{width:483px;height:29px;padding:0;margin:0;border:1px solid #467ab9;}
.searchMain_search>input[type='button']{width:98px;height:31px;background:#467ab9;color:#fff;line-height:31px;text-align:center;border:none;margin-left:-5px;font-size:16px;font-weight:600;}
.button2{width:98px;height:31px;background:#467ab9;color:#fff;line-height:31px;text-align:center;border:none;padding:6px 10px 9px 10px;font-size:16px;font-weight:600;}
.searchMain_contents{width:1158px;height:129px;border-bottom:1px solid #ccc;margin-left:40px;}
.searchMain_contents>span{display:block;}
.searchMain_name{font-size:16px;color:#0000cc;padding-top:15px;}
.font_RED{color:#fd376a;}
.searchMain_date{color:#999;font-size:16px;padding-top:10px;}
.searchMain_text{font-size:14px;color:#333;padding-top:10px;}
.searchMain_page{width:307px;height:39px;margin:0 auto;min-width:307px;}
.searchMain_page>a{display:inline-block;height:37px;border:1px solid #e9e9e9;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;line-height:37px;font-size:14px;color:#666;margin-right:8px;margin-left: 0;text-align:center;}
.goPage_btn{width:82px;}
.munPage_btn{width:48px;}
//分页
.fl_page2 .selected {background: #103E96;}
.fl_page2 {font-size: 14px;}
//搜索
/*企业高校页面样式从这儿开始*/

.bServe{
	width: 100%;
	height: 160px;
	background: url(../images/bServeBg.png) no-repeat;
	background-size: 100% 100%;
}
.bServe span{
	display: block;
	width: 1173px;
	height: 100%;
	line-height: 160px;
	font-size: 28px;
	color: #fff;
	margin: 0 auto;
}
.bServe span font{
	font-size: 24px;
}
.bHMian{
	width: 1173px;
	margin: 0 auto;
	min-height: 300px;
	padding-top: 15px;
}
/*新闻滚动部分开始*/
.bHMian > .tz{
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	padding-left: 20px;
	color: #333;
	background: #edf7ff;
	overflow: hidden;
	position: relative;
}
.bHMian > .tz img{
	position: absolute;
	left: 12px;
	top: 9px;
}
.bHMian > .tz #scrollWrap{
	display: inline-block;
	margin-left: 35px;
	width: 800px;
	height: 40px;
	overflow: hidden;
}
.bHMian > .tz #scrollWrap ul li{
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}
/*新闻滚动部分结束*/
.bHMian > p img{
	margin-right: 12px;
}
.bHCenter{
	margin: 20px auto;
	width: 100%;
}
.bHLeft{
	float: left;
	width: 300px;
	box-shadow: 0px 0px 10px #ddd;
}
.bHLeft > h3{
	height: 56px;
	line-height: 55px;
	border-bottom: 1px solid #ddd;
	font-size: 20px;
	color: #103e96;
	padding-left: 20px;
}
.bHLeft > h3 img{
	margin-right: 4px;
}
.bHLeft > ul{
	width: 100%;
	padding-top: 10px;
	padding-bottom: 20px;
}
.bHLeft > ul li{
	height: 30px;
	width: 100%;
}
.bHLeft > ul li{
	display: block;
	width: 100%;
	height: 30px;
	cursor: pointer;
	font-size: 16px;
	color: #333;
	padding-left: 20px;
	line-height: 30px;
}
.bHLeft > ul li.active img{
	opacity: 1;
}
.bHLeft > ul li.active,.bHLeft > ul li a:hover{
	color: #103e96;
}
.bHLeft > ul li img{
	margin-right: 10px;
	width: 8px;
	height: 9px;
	margin-top: -3px;
	opacity: 0;
	vertical-align: middle;
}
.bHRight{
	width: 820px;
	float: right;
}
.bHRight > h3{
	min-height: 62px;
  padding-bottom:10px;	
  width: 100%;
	font-size: 36px;
	line-height: 52px;
	color: #103e96;
	background: url(../images/bPho4.png) no-repeat;
	background-size: 100% 8px;
	background-position: 0px bottom;
}
 .btfwl {float:right;
font-size:16px;
color:#4d4f53;}
.bHText{
	padding-top: 10px;
}

.bHText p span{
	font-weight: bold;
}
.bHText > img{
	display: block;
	max-width: 100%;
	border-radius: 10px;
	margin: 0px auto 20px;
}

                     