/* 文字颜色 */
.c1 {
	color: #333;
}

.c2 {
	color: #666;
}

.c3 {
	color: #999;
}

.gdColor {
	color: #2F81F7 !important;
}

/* 文字houver */
.gdhover:hover {
	color: #2F81F7;
}

/* 文字链接houver */
.bluehover:hover {
	color: #1871ef;
}

/* 按钮颜色 */
.btn-gd {
	background-color: #417ef3;
}

.btn-gd:hover {
	background-color: #326eeb;
}

.btn-gd:active {
	background-color: #5690f7;
}


/* 输入框悬浮交互 */
.gdinput:hover,
.gdinput:focus {
	border: 1px solid #417ef3 !important;
}

div,
span,
li {
	image-rendering: -webkit-optimize-contrast;
	image-rendering: auto;
}

img {
	image-rendering: -webkit-optimize-contrast;
	image-rendering: auto;
}


.border {
	border: 1px solid #E4ECF6
}

.bb {
	border-bottom: 1px solid #E4ECF6
}

.bt {
	border-top: 1px solid #E4ECF6
}

.br {
	border-right: 1px solid #E4ECF6
}

.bl {
	border-left: 1px solid #E4ECF6
}

.border {
	border: 1px solid #E4ECF6
}

.indexFooter {
	/* background: url(../img/footer-bg.png) no-repeat;
	background-size: cover;
	background-color: #2F81F7; */
	background-color: rgba(255, 255, 255, 0.9);
	/*  */
}
.indexFooterFixed{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}

.main_width {
	width: 1200px;
	margin: 0 auto;
}

.mincon {
	width: 1140px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 30px 40px 30px;
	background-color: #fff;
	min-height: 500px;
}

.mbx,
.mbxdh {
	clear: both;
	font-size: 15px;
	padding-bottom: 20px;
	color: #333;
	margin-top: -10px;
}

.mbx a,
.mbxdh a {
	color: #333;
}


.mbx a:hover,
.mbxdh a:hover {
	/* color: #05a8f0; */
	color: #3081f7;
}

.color999 {
	color: #999;
}

.c333 {
	color: #333333;
}

.c666 {
	color: #666;
}

.c555 {
	color: #555;
}

.cfff {
	color: #fff;
}

.white-bg {
	background-color: #fff;
}

.vm {
	display: inline-block;
	vertical-align: middle;
}

.vt {
	display: inline-block;
	vertical-align: top;
}

.fs0 {
	font-size: 0;
}

.oh1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.oh2 {
	text-overflow: ellipsis;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* ------------header------------- */
#header {
	/* background: url(../img/header.png) no-repeat;
	background-position: center center;
	background-size: auto 100%; */
}

.headernav {
	width: 100%;
}

.headernavafter {
	zoom: 1;
	clear: both;
}

.headnav {
	border-bottom: 1px solid #fff;
}

.headernav li {
	float: left;
	width: 14.28%;
	position: relative;
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #333333;
}

.headernav li a {
	display: block;
}

.ulbr {
	position: absolute;
	bottom: -2px;
	height: 4px;
	width: 72px;
	left: 50%;
	margin-left: -36px;
}

.headernav .active .ulbr {
	background: #2F81F7;
}

.headernav .active {
	color: #2F81F7;
}

.headernav li:hover {
	color: #2F81F7;
}

.headernav li:hover .ulbr {
	background: #2F81F7;
}

.welcome {
	font-size: 42px;
	color: #AB292A;
	margin-top: 130px;
	margin-bottom: 40px;
	font-weight: 500;
	display: block;
}

.inputcon input {
	width: 100%;
	display: inline-block;
	height: 54px;
	padding-left: 30px;
	padding-right: 120px;
	border: 1px solid #d5d5d5;
	box-sizing: border-box;
	font-size: 16px;
}

.inputcon button {
	position: absolute;
	top: 0;
	right: 0;
	height: 54px;
	width: 96px;
	background-color: #2F81F7;
	border: none;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}

.inputcon button img {
	margin-right: 5px;
	height: 22px;
	display: inline-block;
	vertical-align: middle;
}

.inputcon button span {
	display: inline-block;
	vertical-align: middle;
}

.searchitem {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	padding: 6px 15px;
	margin-right: 10px;
	cursor: pointer;
	background-color: #bca99f
}

.searchitem.active {
	background-color: #2F81F7;
}

/* -----------------header------------------- */

/* -----------------footer------------------- */
.footercon {
	text-align: center;
	position: relative;
	left: -50px;
}

.footerspan {
	display: inline-block;
	margin: 0 15px;
	position: relative;
	font-size: 12px;
}

.footerspan a:hover {
	color: #2F81F7;
}

.footer {
	font-size: 14px;
	/* background: url(../img/footer-bg.png) no-repeat;
	background-size: cover; */
}

.footer a {
	font-size: 12px
}

.footer-img1 {
	display: inline-block;
	width: 110px;
	height: 40px;
	position: absolute;
	left: 0px;
	top: 10px;
}

.footer-img2 {
	display: inline-block;
	width: 80px;
	height: 80px;
	position: absolute;
	left: 120px;
	top: 0px;
}

.redpng {
	display: inline-block;
	width: 80px;
	height: 80px;
	background: url(../img/red.png) center no-repeat;
}

.jiucuopng {
	display: inline-block;
	width: 90px;
	height: 45px;
	background: url(../img/jiucuo.png) center no-repeat;
	background-size: cover;
}

.gongan-div {
	padding-left: 30px !important;
	position: relative;
}

.gongan {
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/gongan.png) center no-repeat;
}

/* ------------------------------------------- */
.bkE1EDFF {
	background-color: #E1EDFF;
}

.bkD2E2FA {
	background-color: #D2E2FA;
}

.bkf2f2f2 {
	background-color: #f2f2f2;
}

.bkF0F6FF {
	background-color: #F0F6FF;
}

.bkE4ECF6 {
	background-color: #E4ECF6;
}

.bk2F81F7 {
	background-color: #2F81F7;
}

.userInfo {
	background: #F0F6FF;
	padding: 35px 0 35px 15px;
}

.userInfoLeft .bb {
	border-bottom: 1px solid #E4ECF6
}

.userInfoLeft .bt {
	border-top: 1px solid #E4ECF6
}

.userInfoLeft .br {
	border-right: 1px solid #E4ECF6
}

.userInfoLeft .bl {
	border-left: 1px solid #E4ECF6
}

.userInfoLeft ul {
	font-size: 0;
	border: 1px solid #E4ECF6;
	border-bottom: none;
}

.userInfoLeft ul li {
	font-size: 16px;
}

/* .userInfoLeft .active a {
	background-color: #D5E5FF;
	color: #2F81F7;
	border-left: 5px solid #2F81F7;
} */

.userInfoLeft a:hover,
.infoLeft ul li:hover {
	background-color: #E9E9E9;
}

.userInfoLeft a {
	border-left: 5px solid #F7FAFF;
}

.userHeaderimg {
	display: inline-block;
	vertical-align: middle;
	border-radius: 100%;
	width: 68px;
	height: 68px;
}

.xybq {
	line-height: 22px;
	height: 22px;
	font-size: 12px;
	text-align: center;
	border-radius: 4px;
	color: #2F81F7;
	border: 1px solid #2F81F7;
	padding: 0 10px;
}

.jgrl {
	line-height: 22px;
	height: 22px;
	font-size: 12px;
	text-align: center;
	border-radius: 0px;
	color: #fff;
	background: #F78738;
	/* color: #F77F2F;
	border: 1px solid #F77F2F; */
	padding: 0 10px;
}

.bkff9a32 {
	background-color: #ff9a32;
}

.bk8080FF {
	background-color: #8080FF;
}

.userITtyshxydm {
	line-height: 28px;
	height: 28px;
	font-size: 15px;
	color: #FFFFFF;
	padding: 0 7px;
	border-radius: 2px;
	background: #2d83f7;
	display: inline-block;
	margin-top: 15px;
	color: #fff;
}

.tytitle {
	height: 39px;
	line-height: 39px;
	border-bottom: 2px solid #d5d5d5;
}

.bk2e82f7 {
	background: #2e82f7;
}

.bk417ef3 {
	background: #417ef3;
}

.bk417ef3:hover {
	background: #326eeb;
}

.tytitlemore {
	color: #05a8f0;
	margin-left: 20px;
}

.tytitleadd:hover,
.extraBtn:hover {
	background-color: #326eeb;
	color: white;
	border: 1px solid #326eeb;
}

.tytitleadd {
	float: right;
	border: 1px solid #2F81F7;
	color: #2F81F7;
	border-radius: 0px;
	padding: 0 10px;
	line-height: 36px;
	height: 36px;
	cursor: pointer;
}

.tytitlespan {
	font-size: 18px;
	/* font-weight: 700; */
	display: inline-block;
	position: relative;
	height: 39px;
	color: #2F81F7;
}

.tytitlespanline {
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #2F81F7;
}

.ywgnul {
	padding: 10px 5px 0 5px;
}

.ywgnul li {
	display: inline-block;
	vertical-align: text-bottom;
	width: calc(16.66% - 25px);
	width: 123px\0;
	text-align: center;
	position: relative;
	border-radius: 5px;
	box-shadow: 2px 2px 5px #d5d5d5;
	margin-top: 40px;
	cursor: pointer;
	padding-bottom: 20px;
	transition: all 0.5s;
}

.ywgnul li:hover {
	background-color: #f8f8f8;
}

.ywgnul li span {
	position: absolute;
	top: -11px;
	right: -11px;
	border-radius: 100%;
	background-color: #2F81F7;
	color: #fff;
	font-size: 12px;
	line-height: 22px;
	height: 22px;
	width: 22px;
}

.ywgnul img {
	margin-bottom: 10px;
	margin-top: 20px;
}

.meessageTop {
	height: 40px;
	line-height: 40px;
	border-bottom: 2px solid #d5d5d5;
}

.meessageTop .tytabitem {
	display: inline-block;
	vertical-align: middle;
	height: 40px;
	text-align: center;
	padding: 0 10px;
	font-size: 16px;
	position: relative;
	cursor: pointer;
}

.meessageTop .tytabitem.active {
	color: #2F81F7;
}

.meessageTop .tytabitem.active span {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	background-color: #2F81F7;
	height: 5px;
}

.dbim {
	display: block !important;
}

.fixedtable {
	border-collapse: inherit;
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
}

.fixedtable td {
	border-top: 1px solid #DEDEDE;
	border-left: 1px solid #DEDEDE;
	border-right: 0;
	border-bottom: 0;
}

.thetable,
.sgsTable {
	/* background: url(../img/watermark2.png); */
	background-size: 100%;
}

.sgsTable td,
.sgsTable th,
.show-all {
	white-space: normal !important;
	overflow: auto !important;
	text-overflow: initial !important;
}

.watermark1 {
	background: url(../img/watermark1.png) left top;
	background-size: 100%;
}

.watermark2 {
	background: url(../img/watermark2.png) left top repeat-y;
}

.tytable {
	width: 100%;
	border-collapse: inherit;
	border: 1px solid #dadada;
	border-left: none;
	border-top: none;
	table-layout: fixed
}

.cytable tr:nth-child(even) {
	background-color: #f7f7f7;
}

.cytable tbody tr:hover {
	background-color: #ececec;
}

.tytable th {
	border: none;
}

.tytable thead th {
	/* border-left: 1px solid #E2E1E1; */
	padding: 14px 15px;
}

.tableTrHover tr:not(.nohover):hover {
	background-color: #ececec !important;
}


.tytable td {
	padding: 15.5px 15px;
}

.tytable td {
	border-left: 1px solid #E2E1E1;
	border-top: 1px solid #E2E1E1;
	font-weight: normal;
	overflow: hidden;
	line-height: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333;

}

.tytable.tableTrHover td {
	font-size: 14px;
}

.tytable.tableDrb td {
	font-size: 14px;
}

.tytable .bkF5F9FF {
	font-weight: bold;
}

.tytable th {
	font-size: 14px;
	font-weight: bold;
}

.tytable tr td:first-child {
	/* font-weight: 500; */
	/* background-color: rgb(245,249,255, 0.55); */
}

.tytable .tytabledet:hover {
	color: #4a91f8;
}


.usertable {
	width: 100%;
	border-collapse: inherit;
	border: none;
	table-layout: fixed
}

.usertable tr:nth-child(even) {
	background: #F7FAFF;
}

.usertable th {
	border: none;
}

.usertable thead th {
	padding: 14px 15px;
}

.usertable td {
	padding: 15.5px 15px;
}

.usertable td {
	border-left: 1px solid #E2E1E1;
	border-bottom: 1px solid #E2E1E1;
	font-size: 14px;
	font-weight: normal;
	overflow: hidden;
	line-height: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333;
}

.usertable tr td:last-child {
	border-right: 1px solid #E2E1E1;
}

.usertable th {
	font-size: 14px;
	font-weight: bold;
}

.usertable tr:nth-child(even) {
	background: #F7f7f7;
}

.usertable .tytabledet:hover {
	color: #2F81F7;
}

.usertable thead tr {
	background-color: #E2ECFF;
	font-size: 14px;
	background-color: #2e82f7;
	border-color: #2e82f7;
	color: #fff;
}

.usertable td {
	border-left: 1px solid #E2E1E1;
	font-size: 14px;
	font-weight: normal;
	overflow: hidden;
	line-height: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333;
}

.usertable tbody tr:not(.nohover):hover {
	background-color: #ececec !important;
}



.num {
	color: #666;
	font-size: 16px;
}

.colorf9f9f9 {
	color: #f9f9f9;
}

.bkf9f9f9 {
	background-color: #f9f9f9;
}

.nobordertable {
	width: 100%;
	border-collapse: collapse;
	border: none;
}

.nobordertable td,
.nobordertable th {
	padding: 10px;
	border: none;
}

.bkE7E7E7 {
	background-color: #E7E7E7;
}

.bkf5f5f5 {
	background-color: #f5f5f5;
}

.bkF5F9FF {
	background-color: #F5F9FF;
}

.bkF5F9FF-o {
	background: rgb(245, 249, 255, 0.6)
}

.fw550 {
	font-weight: 550;
}

.color2F81F7 {
	color: #2F81F7;
}

.tytabledet {
	color: #2F81F7;
}

.color05a8f0 {
	color: #05a8f0;
}

.color666 {
	color: #666;
}



.tybgDel {
	color: #2F81F7;
	cursor: pointer;
	margin-left: 10px;
}

.tybgDel:hover {
	color: #4a91f8;
}

.tybgDeltwo {
	color: #2F81F7;
	cursor: pointer;
}

.hover {
	cursor: pointer;
}

.mninput {
	background-color: #f5f5f5;
	border-radius: 5px;
	padding: 8px 20px;
	line-height: 22px;
	min-height: 20px;
	position: relative;
}

.bgc-F0F6FF {
	background-color: #F0F6FF;
}

.mninput>b.error {
	position: absolute;
	bottom: -20px;
}

.mninput a {
	color: #4d93de;
}

.addtitle {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 700;
	padding-left: 10px;
	border-left: 4px solid #2F81F7;
	line-height: 24px;
}

.addtitle-b {
	margin-top: 20px;
	font-size: 20px;
	line-height: 55px;
	background-color: #2F81F7;
	color: #fff;
	text-align: center;
}

.addtitle-p {
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 20px;
	padding-left: 10px;
	border-left: 4px solid #2F81F7;
	line-height: 24px;
	color: #333;
}

.formiteminput {
	width: 500px;
	height: 30px;
	padding: 0 20px;
	border: 1px solid #d5d5d5;
	border-radius: 5px;
}

.formiteminput_1 {
	width: 480px;
	height: 30px;
	padding: 0 20px;
	border: 1px solid #d5d5d5;
	border-radius: 5px;
}

.formitemtextarea {
	border: 1px solid #d5d5d5;
	border-radius: 5px;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
}

.submitfile {
	display: inline-block;
	width: 135px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #d5d5d5;
	border-radius: 5px;
	text-align: center;
	position: relative;
	transition: all 0.5s;

}

.submitfile img {
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.submitfile span {
	display: inline-block;
	vertical-align: middle;
	transition: all 0.5s;

}

.submitfile:hover {
	border-color: #05a8f0;
}

.submitfile:hover span {
	color: #05a8f0;
}

.submitfile input {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	cursor: pointer;
}

.prodback {
	height: 38px;
	width: 136px;
	background-color: #D2E2FA;
	border: none;
	color: #2F81F7;
	cursor: pointer;
	margin-right: 20px;
}

.prodback:hover {
	background-color: #C6DBFA;
}

.prodback:active {
	background-color: #D2E2FB;
}



.prodsubmit {
	height: 38px;
	width: 136px;
	background-color: #417ef3;
	border: none;
	cursor: pointer;
	color: #fff;
}

.prodsubmit:hover {
	background-color: #326eeb;
}

.prodsubmit:active {
	background-color: #5690f7;
}

.noborder {
	padding-top: 0px !important;
	border: none !important;
}

.objectfind,
.border-selec {
	color: #999999;
	width: 250px;
	height: 34px !important;
	box-sizing: border-box;
	padding: 0 10px;
	border-radius: 5px !important;
	border: 1px solid #d5d5d5;
}

.objectfind:hover,
.border-selec:hover {
	border: 1px solid #417ef3;
}


.objectbtn {
	height: 34px;
	width: 102px;
	color: #fff;
	background-color: #417ef3;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

.objectbtn:hover {
	background-color: #326eeb;
}

.bkf8f8f8 {
	background-color: #f8f8f8;
}

.colorf59a23 {
	color: #f59a23;
}

.color027db4 {
	color: #027db4;
}

.color008080 {
	color: #008080;
}

.dltop {
	padding: 30px 20px;
	position: relative;
}

.dltop1 {
	font-size: 24px;
	font-weight: 700;
}

.dltop2 {
	font-size: 16px;
	margin-top: 10px;
}

.dltop3 {
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -12px;
	height: 24px;
	line-height: 24px;
	border: 1px solid #aaaaaa;
	border-radius: 4px;
	padding: 0 10px;
	color: #aaaaaa;
	cursor: pointer;
	user-select: none;
}

.dltop3item span {
	font-size: 12px;
	margin-left: 2px;
	vertical-align: middle;
	display: inline-block;
}

.dltop3item img {
	vertical-align: middle;
	display: inline-block;
	width: 14px;
}

.dlitem {
	margin-top: 20px;
}

.dlitemtitle {
	border-bottom: 1px solid #d5d5d5;
	padding-bottom: 10px;
}

.bkcolor30014 {
	background-color: #a30014;
}

.bkcolorf59a23 {
	background-color: #f59a23;
}

.bkcolor027db4 {
	background-color: #027db4;
}

.bkcolor00bfbf {
	background-color: #00bfbf;
}

.borderbox {
	box-sizing: border-box;
}

.dlitembq {
	color: #fff;
	font-size: 12px;
	height: 22px;
	line-height: 22px;
	padding: 0 10px;
	border-radius: 4px;
	display: inline-block;
}

.pxdttop {
	padding: 30px 120px;
	position: relative;
}

.pxdttopimg1 {
	position: absolute;
	left: 10px;
	width: 100px;
	top: 40px;
	margin-top: -30px;
}

.pxdttopimg2 {
	position: absolute;
	right: 20px;
	height: 72px;
	top: 50%;
	margin-top: -36px;
}

.bsdetBot {
	border: 1px solid #d5d5d5;

}

.bsdetBottop {
	font-size: 0;
	*zoom: 1;
}

.bsdetBottopitem {
	width: 33.33%;
	border-right: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	box-sizing: border-box;
	text-align: center;
	height: 44px;
	line-height: 44px;
	display: inline-block;
	background-color: #f8f8f8;
	cursor: pointer;
	font-size: 14px;
}

.bsdetBottop .active {
	background-color: #2F81F7;
	color: #fff;
}

.bsdetBottopitem:last-child {
	border-right: none;
}

.submitfiletwo {
	background-color: #2F81F7;
	color: #fff !important;
	border: none !important;
}

.xzzscl {
	display: inline-block;
	width: 135px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #d5d5d5;
	border-radius: 5px;
	text-align: center;
	position: relative;
	background-color: #2F81F7;
	color: #fff;
}

.dtjg {
	border: 1px solid #CFE0F5;
}

.dtjgbot {
	background-color: #fff;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 0;

}

.color68bb8d {
	color: #68bb8d;
}

.bk02a7f0 {
	background-color: #02a7f0;
}

.kjtabitem {
	display: inline-block;
	padding: 0 20px;
	font-size: 16px;
	line-height: 32px;
	vertical-align: top;
	cursor: pointer;
}

.kjtabitem.active {
	border-bottom: 2px solid #2F81F7;
}

.kjtop {
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 30px;
}

.kjtop img {
	width: 205px;
	display: inline-block;
	vertical-align: middle;
}

.kjtop1 {
	font-size: 25px;
	margin-bottom: 20px;
	color: #333;
}

.kjtop2 {
	font-size: 15px;
	margin-top: 10px;
	line-height: 24px;
	color: #666;
}

.kjtabitem2.active {
	border-top-color: #2F81F7;
}

.report-title {
	width: 295px;
	height: 43px;
	background: url(../img/serveHall/xybg.png) center no-repeat;
	background-size: 100%;
	color: #fff;
	text-align: center;
	line-height: 43px;
	margin: 0 auto;
	font-size: 22px;
}

.report-input {
	width: 300px;
	margin: 0 auto 25px;
	box-shadow: 0 0 10px 0 rgba(47, 129, 247, 0.19);
	border-radius: 4px;
	padding: 10px 10px 10px 50px;
	border: 1px solid #fff;
}

.report-input input::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #999;
}

.report-input input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999;
}

.report-input input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999;
}

.report-input input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #999;
}

.report-input input {
	border: none;
	width: 100%;
}

.ri-1 {
	background: url(../img/serveHall/xybg_i1.png) 10px no-repeat #fff;
	background-size: 24px 24px;
}

.ri-2 {
	background: url(../img/serveHall/xybg_i2.png) 10px no-repeat #fff;
	background-size: 24px 24px;
}



.creditfindtop {
	text-align: center;
	font-size: 0;
	background: #F0F6FF;
	height: 70px;
	padding-top: 30px;
}

.creditfindtop input {
	height: 40px;
	font-size: 16px;
	padding: 0 20px;
	background-color: none;
	display: inline-block;
	border: 1px solid #CFE0F5;
	width: 400px;
	vertical-align: middle;
}

.creditfindbtn {
	color: #fff;
	font-size: 14px;
	background-color: #2F81F7;
	width: 120px;
	height: 42px;
	display: inline-block;
	border: none;
	vertical-align: middle;
	cursor: pointer;
}

.bqitem {
	border: 1px solid #d5d5d5;
	padding: 2px 5px;
	font-size: 12px;
	/* line-height: 12px; */
	display: inline-block;
	vertical-align: bottom;
	margin-left: 5px;
}



.dltop1 span {
	display: inline-block;
	font-size: 12px;
	vertical-align: middle;
	line-height: 18px;
	border: 1px solid;
	border-radius: 2px;
	padding: 0 5px;
	margin-left: 15px;
	font-weight: 400;
	margin-top: -5px;
}

.xybgbtn:hover {
	/* border: none;
	color: wheat; */
	/* background-color: #2F81F7; */
	color: #1871ef;
}

.xybgbtn-1 {
	display: inline-block;
	border: 1px solid #2F81F7;
	color: #2F81F7;
	height: 28px;
	line-height: 28px;
	text-align: center;
	padding: 0 10px;
	margin-right: 10px;
}

.xybgbtn {
	display: inline-block;
	border: 1px solid #2F81F7;
	color: #2F81F7;
	height: 28px;
	line-height: 28px;
	text-align: center;
	padding: 0 10px;
	margin-right: 10px;
}

.xybgbtn-r {
	display: inline-block;
	border: 1px solid #D82410;
	color: #D82410;
	height: 28px;
	line-height: 28px;
	text-align: center;
	padding: 0 10px;
	margin-right: 10px;
	cursor: pointer;
}

.bbk00bfbf {
	color: #00bfbf;
	border-color: #00bfbf;
}

.bbkE22323 {
	color: #2F81F7;
	border-color: #2F81F7;
}

.bbk70B603 {
	color: #70B603;
	border-color: #70B603;
}

.bbk2FAA64 {
	color: #2FAA64;
	border-color: #2FAA64;
	border-radius: 1px;
}


.bbkD9001B {
	color: #D9001B;
	border-color: #D9001B;
}

.bbk000000 {
	color: #000000;
	border-color: #000000;
}

.jcxxbt {
	line-height: 40px;
	border-bottom: 2px solid #2F81F7;
	display: inline-block;
	padding: 0 10px;
}

.tbitem {
	height: 120px;
	float: left;
	position: relative;
	box-sizing: border-box;
	width: 8.33%;
	padding: 15px;
	text-align: center;
	font-size: 13px;
	cursor: pointer;
}

.tbitemS {
	height: 100px;
	float: left;
	position: relative;
	box-sizing: border-box;
	width: 162px !important;
	padding: 15px;
	text-align: center;
	font-size: 13px;
	cursor: pointer;
}

.tbitemP {
	width: 11.11%;
}


.brd:last-child {
	border-right: 1px solid #DEDEDE;
}

.tbitem.active {
	color: #2F81F7;
}

.tbitem.active img {
	filter: drop-shadow(40px 0px 0 #fff);
	margin-left: -80px;
}

.active.tbitem span,
.active.tbitem .nodename {
	color: white;
}

.tbitem span {
	font-size: 14px;
	color: #999;
	position: absolute;
	top: 8px;
	right: 10px;
}

.tbitem img {
	height: 36px;
}

.tabspanhs-b {
	color: #B4B4B4;
	border: 1px solid #B4B4B4;
	line-height: 24px;
	padding: 5px 10px;
	cursor: pointer;
}

.tabspanhs-r {
	color: #D82410;
	border: 1px solid #D82410;
	line-height: 24px;
	padding: 5px 10px;
	cursor: pointer;
	margin-left: 10px
}

.tabspanhs {
	color: #2F81F7;
	border: 1px solid #2F81F7;
	line-height: 24px;
	padding: 5px 10px;
	cursor: pointer;
}

.tabspanhstd {
	position: relative;
	padding-right: 200px !important;
}

.ti2 {
	text-indent: 2em;
}

.tabspanhsYy {
	color: #D9001B;
	border: 1px solid #D9001B;
	line-height: 24px;
	padding: 5px 10px;
	margin-left: 10px;
}

.fStatesContent {
	float: right;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -11px;
}

/* ---------------图片上传------------------ */
.uploadimgcon {
	position: relative;
	display: inline-block;
	text-align: center;
	background-color: #fbfdff;
	border: 1px dashed #c0ccda;
	border-radius: 6px;
	box-sizing: border-box;
	width: 100px;
	height: 100px;
	line-height: 100px;
	transition: all 0.5s;
}

.uploadimgcon:hover {
	border-color: #05a8f0;
}

.uploadimgadd {
	position: absolute;
	left: 42px;
	font-size: 28px;
	color: #8c939d;
}

.imgput {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}

.imguploadli {
	position: relative;
	display: inline-block;
	text-align: center;
	background-color: #fbfdff;
	border: 1px dashed #c0ccda;
	border-radius: 6px;
	box-sizing: border-box;
	width: 100px;
	height: 100px;
	line-height: 100px;
	transition: all 0.5s;
	margin-right: 10px;
}

.imguploadli img {
	position: absolute;
	inset: 0px;
	margin: auto;
	width: 100%;
}

.deletbtn {
	position: absolute;
	top: 3px;
	right: 0;
	font-size: 18px;
	color: red;
	width: 16px;
	height: 16px;
	cursor: pointer;
	/* background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABmJLR0QA/wD/AP+gvaeTAAAAwUlEQVRYhe2WwQ3CMAxFPxXqOjAAqGwHo3QNCIxSxuBzcaRStcRxcin4XSJHjv2aNkoBRwHJhmSgnhvJpqbAPqN5ZKeprbU8ydhvEgDoJ2uqCHQyXhW5Maf7mrUEyYdhu7WEab+5HXiZzJXPp88Uijsm6tQ7KkZcYF0CckSDNi5i7uudzqXipbkx63oFLuACPymwzcy/4/NKTcV2/Dp2AQBPACB5sBYneRzXyl18qfAXHDlbBFqRGAoaD1KjzRb4G96BvtfyCUSIygAAAABJRU5ErkJggg==');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: right top; */
}

/* -------------------------------------- */


/* ---------------------信用动态------------------------- */

.swiper-container {
	width: 100%;
	height: 100%;
}

.imgcon {
	font-size: 0;
}

.zixun-right {
	border: 1px solid #D3D3D3;
	cursor: auto;
}

.w1220 {
	width: 1220px;
}

.imgcon img {
	width: 100%;
	height: 315px;
}

.biaoqianred {
	float: left;
	padding: 0 6px;
	height: 20px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	margin-right: 5px;
	background-color: #2F81F7;
}

.biaoqianrgrad {
	float: left;
	background: #EEEEEE;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	padding: 0 11px;
	color: #333;
}

.lbtime {
	color: #666;
	height: 20px;
	line-height: 20px;
	float: right;
	font-size: 12px;
}

.artical_from {
	/* padding-left: 19px; */
	/* background: url(../img/earth.png) left center no-repeat; */
}

.lbdet {
	font-size: 14px;
	text-align: justify;
	line-height: 23px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	color: #333;
}


.lunbomore {
	position: absolute;
	right: 20px;
	bottom: 0;
	width: 346px;
	text-align: right;
	color: #2F81F7;
	font-size: 14px;
	border-top: 1px solid #E5E5E5;
	padding: 20px 0px 20px 0;
	/* background: url(../img/morearr.png) right center no-repeat; */
	background-size: 15px;
}

.pagination {
	position: absolute;
	z-index: 20;
	bottom: 12px;
	right: 15px;
	width: 90px;
	text-align: right;
}

.pagination.news {
	width: 150px;
	right: 419px;
	text-align: right;
}

.swiper-title {
	color: #fff;
	font-size: 14px;
	background-color: rgb(0, 0, 0, 0.42);
	position: absolute;
	bottom: 0;
	z-index: 10;
	height: 44px;
	line-height: 44px;
	/* padding-left: 21px; */
	width: 100%;
}

.swiper-title span {
	margin-left: 21px;
	display: inline-block;
	width: 440px;
}

.swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: white;
	margin-right: 5px;
	/* opacity: 0.8; */
	cursor: pointer;
}

.swiper-active-switch {
	background-color: #2F81F7;
}

.arrow-left {
	background: url(../img/arrows.png) no-repeat left top;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -15px;
	width: 17px;
	height: 30px;
	z-index: 2;
}

.arrow-right {
	background: url(../img/arrows.png) no-repeat left bottom;
	position: absolute;
	right: 418px;
	top: 50%;
	margin-top: -15px;
	width: 17px;
	height: 30px;
	z-index: 2;
}

.xydtlist {
	background-color: #F9F9F9;
	padding: 25px 30px;
}

.xydtlistitem {
	border-bottom: 1px dotted #d5d5d5;
	padding-right: 14px;
}

.lastnobottom:last-child {
	border-bottom: 0 !important;
}

.xydtlistitem a {
	color: #333;
}

.xydtlistitem a:hover {
	color: #2F81F7;
}

.xydtdet {
	overflow: hidden;
	/* text-indent: 2em; */
	font-size: 14px;
	color: #666;
	text-align: justify;
	line-height: 24px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.xydtit {
	position: relative;
}

.xydtit::before {
	content: '';
	background: url(../img/xinyidai/xyd_bg_1.png) center no-repeat;
	background-size: 100%;
	width: 211px;
	height: 15px;
	display: inline-block;
	position: absolute;
	left: 250px;
	top: 10px;
}

.xydtit::after {
	content: '';
	background: url(../img/xinyidai/xyd_bg_2.png) center no-repeat;
	background-size: 100%;
	width: 211px;
	height: 15px;
	display: inline-block;
	position: absolute;
	right: 250px;
	top: 10px;
}

.tab {
	display: inline-block;
	vertical-align: top;
	line-height: 40px;
	padding: 0 20px;
	color: #333333;
	margin-bottom: -2px;
}

.bbc {
	border-bottom: 3px solid #2F81F7;
}

.bbc span {
	cursor: pointer;
}

.tab.active {
	color: #fff;
	background: #2F81F7
}

.xydtlistitem {
	border-bottom: 1px solid #d8d8d8;
	padding: 20px 18px;
}

.ztzl {
	border: 1px solid #D7D7D7;
	padding: 20px;
}

.ztzlul a {
	/* font-size: 0; */
	color: #333;
}

.ztzlbiaoqian2 {
	display: inline-block;
	font-size: 14px;
	margin-right: 5px;
	line-height: 32px;
	text-align: center;
	color: #E42F2F;
	width: 138px;
	height: 32px;
	border: 1px solid #E22122;
	border-radius: 2px;
}

.ztzlul li {
	padding: 20px 0;
	border-bottom: 1px solid #d5d5d5;
}

.ztzlul li:last-child {
	border-bottom: none;
}

.ztzlbiaoqian {
	display: inline-block;
	font-size: 14px;
	margin-right: 5px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	width: 128px;
	height: 32px;
	background: #E42F2F;
	border: 1px solid #E22122;
	border-radius: 2px;
}

.ztzlbiaoqian:hover {
	background: #f16565;
}

.ztzlbiaoqian2:hover {
	background: #ffe5e5;
}

.ztzlcontent {
	line-height: 24px;
	font-size: 14px;
}

.duan-content {
	line-height: 24px;
	font-size: 14px;

}

.duan-content:hover {
	color: #2E81F7;
}

.duan-content a:hover {
	color: #2E81F7;
}

.duan-biaoqian {
	display: inline-block;
	font-size: 12px;
	border-radius: 11px;
	padding: 0 10px;
	border: 1px solid #2F81F7;
	color: #2F81F7;
	margin-right: 5px;
	height: 16px;
	line-height: 18px;
}

.duan-table {
	border: 1px solid #DEDEDE;
}

.duan-table tr,
.duan-table td {
	border: 1px solid #DEDEDE;
}

.lbtime i {
	padding: 0 6px;
	display: inline-block;
	overflow: hidden;
}

.lbtime span {
	display: inline-block;
	overflow: hidden;
}

/*某些资讯页面的搜索文章*/
.float-search {
	width: 100%;
	height: 140px;
	background-color: #D1E3FF;
	color: #333;
	margin-bottom: 20px;
}

.float-search-title {
	padding-top: 0;
	height: 53px;
}

.float-search-title-text {
	position: absolute;
	padding-left: 20px;
	padding-top: 20px;
	color: #333;
	font-size: 16px;
}

.float-search-content {
	height: 80px;
	position: relative;
}

#float-search-label {
	height: 45px;
	/* width: 329px; */
	margin: 0 18px;
	border: 1px solid #fff;
	background-color: #ffffff;
}



.float-search-content-input {
	border: none;
	height: 45px;
	width: 200px;
	padding-left: 20px;
	padding-right: 40px;
	color: grey;
}

.float-search-content-input::placeholder {
	color: grey;
}

.float-search-icon {
	height: 45px;
	width: 45px;
	background: url(../img/searchicon2.png) center no-repeat;
	border: 0;
	position: absolute;
	cursor: pointer;
	top: 0;
	right: 25px;
}


.bqitem.tags1 {
	border: 1px solid #02A7F0;
	color: #02A7F0;
}

.bqitem.tags2 {
	border: 1px solid #4baf12;
	color: #4baf12;
}

/* .kw:hover {
	color: #2F81F7;
} */

.qxyytop {
	width: 100%;
	position: relative;
	background: url(../img/qxyyong.jpg) no-repeat;
	background-size: 100% 100%;
	height: 500px;
	margin-top: 30px;
}

.bkE22323 {
	background: #2F81F7
}

.bkF3F8FF {
	background-color: #F3F8FF;
}

.mapcancas {
	position: absolute;
	width: 500px;
	height: 446px;
	left: 20px;
	top: 30px;
}

.mapdata {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 590px;
	height: 420px;
	background: rgba(192, 183, 183, .4);
	padding: 20px;
}

.mapdatatop {
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
}

.kjcxtop {
	position: relative;
	padding: 30px 40px;
	background: #F0F6FF
}

.tyselec {
	height: 34px;
	padding: 0 30px 0 10px;
	color: #999999;
	box-sizing: border-box;
	border: 1px solid #d5d5d5;
	border-radius: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #fff url(../img/from/need-more-acheet.png) no-repeat 97% center;
}

.kcimgcon {
	font-size: 0;
	position: relative;
	text-align: center;
}

.kcimgcon img {
	width: 100%;
	display: inline-block;
}

.kjlistitem {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 0 10px;
	box-sizing: border-box;
	margin-bottom: 20px;
	cursor: pointer;
}

.kjlistitem>div {
	transition: all 0.5s;
}

.kjlistitem:hover>div {
	box-shadow: 0 0 5px #d5d5d5;
}

.signUp {
	font-size: 14px;
	text-align: center;
	border: 1px solid #2F81F7;
	color: #2F81F7;
	padding: 0 20px;
	line-height: 30px;
	border-radius: 4px;
	display: inline-block;
	cursor: pointer;
}

.authentication {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.authenticationbtn {
	color: #fff;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-color: #2F81F7;
	z-index: 2;
	width: 120px;
	text-align: center;
	cursor: pointer;
}

.showdenlu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	text-align: center;
	display: none;
	/* height: 100%; */
}

.showdenlu.showdenluactive {
	display: block;
}

.showdenlucon {
	background-color: #fff;
}

.bkblue {
	background-color: #488efe;
	cursor: pointer;
}

.styrzdl {
	color: #fff;
	background-color: #488efe;
	display: block;
	line-height: 40px;
	text-align: center;
}

.w1230 {
	width: 1230px;
}

.bkE5F3FD {
	background-color: #E5F3FD;
}

.kjlistitem2 {
	vertical-align: top;
	padding: 0 15px;
	box-sizing: border-box;
	margin-bottom: 20px;
	cursor: pointer;
	background: #FCFDFF;
}

.kjlistitem2:hover {
	background-color: #F6FAFF;
}

.kjlistitem2>div {
	transition: all 0.5s;
	box-shadow: 0 0 3px #d5d5d5;
}

.kjlistitem2:hover>div {
	box-shadow: 0 0 5px #d5d5d5;
}

.active.tbitem {
	background: #2F81F7;
	color: #fff;
}

.active.tbitem .imgwh {
	image-rendering: -webkit-optimize-contrast;
}

.daDtaieltopitem .img0 {
	background-image: url("../img/xingzhengxuke.png");
	background-size: 100%;
}

.active.tbitem .img0 {
	background-image: url("../img/xingzhengxuke_.png");
	background-size: 100%;
}

.daDtaieltopitem .img1 {
	background-image: url("../img/xingzhengchufa.png");
	background-size: 100%;
}

.active.tbitem .img1 {
	background-image: url("../img/xingzhengchufa_.png");
	background-size: 100%;
}

.daDtaieltopitem .img2 {
	background-image: url("../img/shouxinjili.png");
	background-size: 100%;
}

.active.tbitem .img2 {
	background-image: url("../img/shouxinjili_.png");
	background-size: 100%;
}

.daDtaieltopitem .img3 {
	background: url("../img/qitashouxin.png");
	background-size: 100%;
}

.active.tbitem .img3 {
	background-image: url("../img/qitashouxin_.png");
	background-size: 100%;
}

.daDtaieltopitem .img4 {
	background: url("../img/shixinchengjie.png");
	background-size: 100%;
}

.active.tbitem .img4 {
	background-image: url("../img/shixinchengjie_.png");
	background-size: 100%;
}

.daDtaieltopitem .img5 {
	background-image: url("../img/zhongdianguanzhu.png");
	background-size: 100%;
}

.active.tbitem .img5 {
	background-image: url("../img/zhongdianguanzhu_.png");
	background-size: 100%;
}

.daDtaieltopitem .img6 {
	background-image: url("../img/zizhi.png");
	background-size: 100%;
}

.active.tbitem .img6 {
	background-image: url("../img/zizhi_.png");
	background-size: 100%;
}

.daDtaieltopitem .img7 {
	background-image: url("../img/fengxiantishi.png");
	background-size: 100%;
}

.active.tbitem .img7 {
	background-image: url("../img/fengxiantishi_.png");
	background-size: 100%;
}

.daDtaieltopitem .img8 {
	background-image: url("../img/xinyongchengluo.png");
	background-size: 100%;
}

.active.tbitem .img8 {
	background-image: url("../img/xinyongchengluo_.png");
	background-size: 100%;
}

.daDtaieltopitem .img9 {
	background-image: url("../img/xinyongpingjia.png");
	background-size: 100%;
}

.active.tbitem .img9 {
	background-image: url("../img/xinyongpingjia_.png");
	background-size: 100%;
}

.daDtaieltopitem .img10 {
	background-image: url("../img/qita.png");
	background-size: 100%;
}

.active.tbitem .img10 {
	background-image: url("../img/qita_.png");
	background-size: 100%;
}

.daDtaieltopitem .img11 {
	background-image: url("../img/buchongneirong.png");
	background-size: 100%;
}

.active.tbitem .img11 {
	background-image: url("../img/buchongneirong_.png");
	background-size: 100%;
}

.daDtaieltopitem .img12 {
	background-image: url("../img/tishengjianyi.png");
	background-size: 100%;
}

.active.tbitem .img12 {
	background-image: url("../img/tishengjianyi_.png");
	background-size: 100%;
}

.tytitle {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #E4ECF6;
}

.tytitle .tytitlecon {
	padding: 0 5px;
	position: relative;
	font-size: 16px;
	font-weight: 700;
	color: #2F81F7;
}

.tyline {
	content: '';
	position: absolute;
	left: 0;
	bottom: -2px;
	height: 3px;
	width: 100%;
	background: #2F81F7;
}

.specialColumn {
	background-color: #f6f6f6;
	padding: 20px 10px;
	font-size: 0;
}

.specialColumnitem {
	display: inline-block;
	font-size: 0;
	width: 20%;
	padding: 0 10px;
	box-sizing: border-box;
}

.specialColumn a {
	display: block;
}

.specialColumn a img {
	width: 100%;
}

.twobq {
	border: 1px solid #2F81F7;
	font-size: 12px;
	color: #2F81F7;
	letter-spacing: 0;
	line-height: 12px;
	display: inline-block;
	padding: 4px 10px;
	margin-right: 5px;
}

.tszl li {
	margin-top: 15px;
}

.tszl img {
	width: 100%;
}

.zxptitem {
	background: #f6f6f6;
	border-left: 10px solid #E22122;
	padding-left: 15px;
	margin-top: 15px;
	height: 60px;
	cursor: pointer;
	line-height: 60px;
}

.dsphcon {
	font-size: 16px;
	text-align: center;
}

.dsphtop {
	background: #2F81F7;
	color: #fff;
	line-height: 40px;
	height: 40px;
	font-size: 0;
}

.dsphtop div {
	font-size: 16px;
}

.dsphbotitem {
	line-height: 40px;
	height: 40px;
	font-size: 0;
	background: #F6F6F6;
}

.dsphbotitem div {
	font-size: 14px;
}

.dsphitem1 {
	width: 30%;
	display: inline-block;
}

.dsphitem2 {
	width: 40%;
	display: inline-block;
}

.dsphitem3 {
	width: 30%;
	display: inline-block;
}

.tylist li {
	height: 50px;
	line-height: 50px;
	font-size: 14px;
}

.yqlj {
	background-color: #f6f6f6;
	position: relative;
	padding: 34px 30px;
}

.xgljitem {
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	vertical-align: middle;
	height: 40px;
	width: 330px;
	padding: 0 30px;
	font-size: 14px;
	background: #fff;
	border-radius: 4px;
	line-height: 40px;
	border: 1px solid #d5d5d5;
	cursor: pointer;
	position: relative;
	user-select: none;
}

.xgljitem::after {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	right: 20px;
	top: 50%;
	transform: translateY(-50%) rotate(135deg);
	border-top: 2px solid #3D3D3D;
	border-right: 2px solid #3D3D3D;
	transition: all 0.5s;
}

.xgljitem.active::after {
	transform: translateY(-50%) rotate(-45deg);
}

.xgljbot {
	position: absolute;
	display: none;
	z-index: 999;
	background-color: #fff;
	box-shadow: 0 10px 10px rgb(26 82 133 / 10%);
	border-top: 3px solid #d60101;
	padding: 20px 40px;
	width: 100%;
	box-sizing: border-box;
	bottom: 100%;
	min-height: 250px;
	overflow: hidden;
	left: 0;
}

.xgljbot.active {
	display: block;
}

.xgljbotitem {
	height: 30px;
	line-height: 30px;
	width: 20%;
	padding: 0 20px;
	float: left;
	box-sizing: border-box;
	font-size: 14px;
}

.showdenlu {
	opacity: 0;
	z-index: -2;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	transition: opacity 0.3s;
	background: rgba(0, 0, 0, .3)
}

.showdenluactive {
	opacity: 1;
	z-index: 99999;
}

.showdenluactive {
	opacity: 1;
	z-index: 99999;
}

.showdenlucon {
	top: 50%;
	background-color: #fff;
	left: 50%;
	transform: translate(-50%, -50%);
}

.bkblue {
	background-color: #007AFF;
	cursor: pointer;
}

.login-con {
	padding: 20px 60px;
	width: 300px;
	height: 300px;
	border: 1px solid #dfdfdf;
	background: #fff
}

.resign-con {
	margin: 0 auto;
	padding: 20px 60px;
	width: 500px;
	height: 480px;
	background: #fff
}

.login-input {
	position: relative;
	width: 100%;
	height: 38px;
	border: 1px solid #c2c2c2;
	background-color: #fff
}

.login-input>div {
	padding-left: 50px
}

.login-input i {
	position: absolute;
	top: -1px;
	left: 0;
	margin: 5px 10px;
	width: 30px;
	height: 30px
}

.login-input input {
	padding-left: 20px;
	width: 80%;
	height: 38px;
	border: 0;
	border-left: 1px solid #f5f3f3;
	background-color: #fff;
	color: #696969;
	line-height: 38px
}

.login-input input::-webkit-input-placeholder {
	color: #aab2bd;
	font-size: 12px
}

.login-input span {
	position: absolute;
	top: 0;
	right: -120px;
	width: 100px;
	height: 40px
}

.login-input span img {
	width: 100%;
	height: 100%
}

.login-btn {
	width: 100%;
	height: 40px;
	border: 0;
	background-color: #378fe0;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	cursor: pointer
}

.login-btn:hover {
	background-color: #2274c0
}

.login-user {
	background: #fff url(../img/plug-login-user.png) no-repeat center center
}

.login-pass {
	background: #fff url(../img/plug-login-pass.png) no-repeat center center
}

.login-ycode {
	background: #fff url(../img/plug-login-ycode.png) no-repeat center center
}

.login-tips {
	display: none;
	margin-top: 10px;
	padding-left: 30px;
	height: 25px;
	background: url(../img/plug-login-warn.png) no-repeat left center;
	color: #dd9b55;
	font-size: 14px;
	line-height: 25px
}

.qxyytop {
	width: 100%;
	position: relative;
	background: url(../img/qxyyong.jpg) no-repeat;
	background-size: 100% 100%;
	height: 500px;
}

.mapdata {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 590px;
	height: 420px;
	background: rgba(192, 183, 183, .4);
	padding: 20px;
}

.mapdatatop {
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
}



.fudong {
	position: absolute;
	left: 50%;
	top: 10%;
}

.gaba {
	display: inline-block;
	padding-right: 60px;
	background: url(../img/gabalogo.png);
}


.sgsul a {
	padding: 0;
}

.xyfwsmt {
	background-color: #fff;
	padding: 10px 40px;
	font-size: 16px;
	line-height: 20px;
	text-indent: 2em;

}

.sgsultwo a span {
	bottom: 60px;
}

.sgsultwo li {
	box-shadow: 0 0 7px #949494;
}



.duan-biaoqian {
	display: inline-block;
	font-size: 12px;
	border-radius: 11px;
	padding: 0 6px;
	border: 1px solid #2F81F7;
	color: #2F81F7;
	margin-right: 5px;
	height: 16px;
	line-height: 18px;
}

.duan-table {
	border: 1px solid #DEDEDE;
}

.duan-table tr,
.duan-table td {
	border: 1px solid #DEDEDE;
}

/* 
    desc:用于信用修复-在线考试里的表单样式
    author:wufz
    edit time:2021/07/13 15:05
 */
.test_content_title {
	height: 50px;
	background-color: #EBEBEB;
	border-bottom: 2px solid #CFCFCF;
}

.test_content_title span {
	line-height: 50px;
	padding-left: 3%;
	font-weight: 700;
	font-size: 18px;
}

.test_content_nr {
	padding: 2.5% 0 1% 3.5%;
	background-color: #EBEBEB;
}

.test_content_nr_tt {
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #333;
	padding-bottom: 1%;
}

.test_content_nr_main {
	font-size: 14px;
	overflow: auto;
	padding-bottom: 35px;
}

.option {
	margin: 15px 0;
	position: relative;
	font-size: 15px;
}

.ue {
	padding-left: 5px;
}

.option input {
	position: absolute;
	top: 4px;
}

.option label {
	padding-left: 25px;
}

.test_content_nr_tt p,
.option p {
	display: inline-block;
}

.test_content {
	margin-top: 3%;
}

.btn {
	width: 100px;
	margin: 10px auto;
}

.test {
	margin-top: 2%;
}

.logincon {
	position: absolute;
	right: 0;
	width: 330px;
	height: 360px;
	top: 0;
	border-radius: 5px;
	padding: 30px;
}

.logincon-title {
	display: block;
	text-align: center;
	font-size: 20px;
	color: #333;
	margin: 30px 0;
	font-weight: 700;
}

.loginitem label {
	font-size: 16px;
	color: #333;
	width: 70px;
	display: inline-block;
}

.loginitem input {
	border: 1px solid #cecdcd;
	border-radius: 3px;
	height: 34px;
	line-height: 34px;
	padding: 0 20px;
}

.loginitem {
	margin-bottom: 27px;
}

.vcode {
	cursor: pointer;
	color: #2F81F7;
}

.vcode:hover {
	color: #1e69d2;
}

.denlu {
	margin-bottom: 30px;
	width: 100%;
	color: #fff;
	border: none;
	border-radius: 3px;
	background: #2F81F7;
	height: 40px;
	font-size: 16px;
	cursor: pointer;
}

.denlu:hover {
	background: #a31717;
}

.reg {
	text-align: right;
}

.reg a {
	font-size: 14px;
	color: #696969;
}

.regicon {
	margin: 30px 0;
	border: 1px solid #c5c5c5;
}

.colorfd0909 {
	color: #fd0909;
}

.regiconli {
	font-size: 14px;
	margin-bottom: 20px;
}

.regiconli label {
	text-align: right;
	line-height: 43px;
}

.regiconli input {
	width: 401px;
	height: 35px;
	padding: 2px 20px;
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
	letter-spacing: normal;
	color: #000000;
	vertical-align: none;
	text-align: left;
	text-transform: none;
	background-color: transparent;
	border: 1px solid #c5c5c5;
	border-radius: 4px;
}

.login {
	padding: 30px 0;
}

.juzhong {
	width: 1200px;
	margin: 0 auto;
}

.lginconimg {
	height: 410px;
	width: 780px;
}

.lgincon {
	position: relative;

}

.regiconli select {
	width: 443px;
	height: 41px;
	padding: 2px 20px;
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
	letter-spacing: normal;
	color: #000000;
	vertical-align: none;
	text-align: left;
	text-transform: none;
	background-color: transparent;
	border: 1px solid #c5c5c5;
	border-radius: 4px;
}

.headlog-close {
	width: 20px;
	display: inline-block;
	height: 20px;
	margin-top: 10px;
	background: url(../img/close.png);
	background-size: 100% 100%;
}

.loginUser {
	width: 187px;
	height: 191px;
	margin: 35px auto;
	background: url(../img/loginUser.png);
	background-size: 100% 100%;
}

.dengluchenggong {
	background: url(../img/dengluchenggong.png);
	background-size: 100% 100%;
}

.policonl {
	position: absolute;
	left: 0;
	top: 0;
	width: 240px;

}

.policonlt {
	font-weight: 700;
	text-align: center;
	/* border: 1px solid #c5c5c5; */
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	display: block;
	background: #2F81F7;
	position: relative;
	color: #fff;
	font-size: 18px;
}

.policonltt {
	font-size: 14px;
	color: #333;
	border: 1px solid #ececec;
	border-top: none;
	line-height: 20px;
	padding: 18px 0;
	cursor: pointer;
	text-align: center;
	display: block;
	background-color: #F5F5F5;
}

.policonltt.hoveractive {
	color: #2F81F7;
	position: relative;
}

.policonlerji {
	padding-left: 20px;
	text-align: left;
}

.policonlsanji {
	padding-left: 40px;
	text-align: left;
}

.policon {
	position: relative;
}

.policonrli {
	border-bottom: 1px solid #c5c5c5;
	padding: 10px 0;
	color: #999;
	font-size: 14px;
}

.policonrli a {
	color: #333;
	font-size: 16px;
	display: block;
	margin-bottom: 10px;
}

.policonrli a:hover {
	color: #0066FF;
}

.color02a7f0 {
	color: #02a7f0;

}

.inputreview {
	line-height: 30px;
}

.inputreview img {
	width: 12px;
	margin-left: 10px;
	cursor: pointer;
}

.xzxk {
	border: 1px solid #d5d5d5;
	padding: 20px;
}

.xzxkbut {
	height: 32px;
	width: 100px;
	color: #fff;
	background: #2F81F7;
	border: none;
	cursor: pointer;
}

.acc-tab-active {
	font-weight: 800;
	border-bottom: 2px solid #2F81F7;
}

.xzxkfot .page {
	text-align: right;
}

.xzxkfot .creditMonitoring {
	text-align: right;
}

.xzxkfot .bonusPenalty {
	text-align: right;
}

.thetable td {
	padding: 10px;
	border: 1px solid #DEDEDE;
	border-bottom: none;
	border-right: none;

}

.bg-t-tr {
	font-weight: bold;
}

.acc-table-bg {
	background-color: #F9F9F9;
}

.credit-tab {
	border-bottom: 2px solid #2F81F7;
}

.acc-div-dis div {
	display: inline-block;
	line-height: 30px;
	height: 30px;
	margin-bottom: 10px;
}

.acc-div-dis :nth-of-type(2n-1) {
	width: 30%;
}

.acc-div-dis :nth-of-type(2n) {
	width: 68%;
	padding-left: 16px;
	/* border: 1px solid #DEDEDE; */
	background-color: #F9F9F9;
}



.duan-biaoqian {
	display: inline-block;
	font-size: 12px;
	border-radius: 11px;
	padding: 0 6px;
	border: 1px solid #2F81F7;
	color: #2F81F7;
	margin-right: 5px;
	height: 16px;
	line-height: 18px;
}

.xgxysm {
	display: inline-block;
	font-size: 14px;
}

.xgxysm span {
	color: #02a7f0;
	text-decoration: underline;
	cursor: pointer;
}

.maptable {
	width: 100%;
	height: 400px;
	border-collapse: collapse;
	/* border: 1px solid #d5d5d5; */
}

.maptable td,
.maptable th {
	padding: 10px 10px;
	/* border: 1px solid #d5d5d5; */
}

.cls-dep {
	z-index: 10;
	width: 820px;
	height: 280px;
	position: absolute;
	border-radius: 3px;
	background-color: #fff;
	-moz-box-shadow: 2px 2px 5px #9E9E9E;
	-webkit-box-shadow: 2px 2px 5px #9E9E9E;
	box-shadow: 2px 2px 5px #9E9E9E;
}

.cls-dep .cls-dep-hed {
	border-bottom: 1px solid #d4d4d4;
}

.cls-dep .cls-dep-hed li {
	height: 50px;
	line-height: 50px;
	float: left;
	margin: 0 30px;
	cursor: pointer;
}

.cls-dep-hed li.hover,
.cls-dep-hed li:hover {
	font-weight: bold;
	color: #2F81F7;
}

.cls-dep-ul {
	height: 210px;
	overflow-y: auto;
}

.cls-dep-ul li {
	width: 170px;
	height: 30px;
	line-height: 30px;
	float: left;
	cursor: pointer;
	padding: 0 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.cls-dep-ul li:hover {
	background-color: #2F81F7;
	color: #fff;
}

.cls-dep-close {
	position: absolute;
	width: 1000px;
	height: 1000px;
	background: #ececec;
	position: absolute;
	left: -200px;
	top: -200px;
}





.progress_box {
	height: 1150px;
	padding: 0 20px 0px 30px;
	border-right: 1px solid #d7d7d7;
	width: 150px;
	margin: 100px 50px auto;
}

.progress_box li {
	position: relative;
	padding: 0 21px;
	list-style: none;
	height: 54px;
	border-left: 1px solid #adadad;
	border-top: 0;
	border-right: 0;
}

.progress_box li span {
	content: "";
	display: block;
	position: absolute;
	top: -5px;
	left: -10px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	color: #adadad;
	text-align: center;
	border: 1px solid #adadad;
	border-radius: 50%;
	background-color: #fff;
	cursor: pointer;
}

.progress_box li.active span {
	background: #2F81F7;
	border: 1px solid #2F81F7;
	color: #fff;
}


.progress_box li.ok span {
	color: #fff;
	border: 1px solid #2F81F7;
	background: #fff url(../img/gou.png) no-repeat;
}

.progress_box li:last-child {
	border-left: 0;
}

.last_progress {
	border: none;
}

.last_progress::before {
	content: "●";
	display: table-cell;
	position: absolute;
	vertical-align: middle;
	/* margin-left: -6px; */
	/* top: 0; */
	left: -6px;
	width: 14px;
	height: 14px;
	line-height: 11.5px;
	text-align: center;
	background: rgba(75, 172, 253, .3);
	color: #4BACFD;
	font-size: 18px;
	border-radius: 50%;
}

.progress_content {
	position: absolute;
	top: -4px;
}

.progress_title {
	font-size: 15px;
	color: #999999;
	font-weight: 600;
	margin-bottom: 3px;
}

.progress_box li.active .progress_title {
	color: #333;
}

.progress_box li.hover .progress_title {
	color: #2F81F7 !important;
}

.progress_time {
	color: #999999;
	font-size: 12px;
}


.cns {
	border: 1px solid #e8e8e8;
	width: 700px;
	padding: 20px 40px;
	margin: 0 auto;
	font-size: 16px;
}

.cnscontent {
	margin-top: 40px;
}

.cnscontent p {
	line-height: 25px;
	margin-bottom: 20px;
}

.uploadtype {
	width: 800px;
	margin: 0 auto;
}

.uploadtype li {
	background: white;
	width: 31%;
	margin: 1%;
	float: left;
	height: 60px;
	line-height: 60px;
	border: 1px solid #c2c2c2;
	text-align: center;
	cursor: pointer;
}

.uploadtype li:hover,
.uploadtype li.hover {
	background-color: #2F81F7;
	color: #fff;
	border: 1px solid #2F81F7;
	;
}

.quefroms {
	width: 800px;
	margin: 0 auto;
}

.disabledBtn {
	color: #d5d5d5 !important;
	border-color: #d5d5d5 !important;
}

.repairRead,
.certificate {
	display: none;
	padding: 20px;
}

.repairRead .tips {
	border: 1px solid #D9001B;
	font-size: 16px;
	padding: 10px;
}

.repairRead .tips>i {
	color: #D9001B;
	margin-right: 5px;
}

.repairBtn {
	text-align: center;
	font-size: 14px;
}

.repairBtn button {
	width: 190px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background-color: #2F81F7;
	border: 0;
	cursor: pointer;
	border-radius: 5px;
}

.c-red {
	color: #D9001B;
}

.c-green {
	color: #68BB8D;
}

.c-blue {
	color: #02a7f0;
}

.certificate>.bgImg {
	background: url(../img/u9611.png) no-repeat;
	height: 70px;
	padding-top: 50px;
	font-size: 14px;
	text-align: center;
	margin-bottom: 100px;
}

.certificate>.resultBox {
	width: 475px;
	padding: 20px;
	margin: 0 auto;
	border: 1px solid #e3e3e3;
	text-align: center;
}

.certificate .resultIcon {
	font-size: 108px;
}

.error {
	display: block;
	color: #e12223;
}

.searchContent {
	padding: 36px 30px;
	text-align: center;
}

.searchContent h1 {
	padding-bottom: 30px;
	font-size: 22px;
	font-weight: bold;
}

.brContent {
	display: flex;
	align-items: center;
	justify-content: center;
}

.inputconPr {
	text-align: left;
}

.inputconPr input {
	width: 380px;
	display: inline-block;
	height: 38px;
	padding-left: 10px;
	border: 1px solid #CFE0F5;
	box-sizing: border-box;
	font-size: 14px;
}

.inputconPr input:hover,
.inputconPr input:focus {
	border: 1px solid #417ef3;

}

.inputconPr button {
	position: absolute;
	top: 0;
	right: 0;
	height: 37px;
	width: 92px;
	background-color: #2F81F7;
	border: none;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}

.inputconPr button:hover {
	background-color: #216cd4;
}

.tbBg td {
	color: #fff !important;
}

.tbBg {
	background-color: #2e82f7;
	color: #fff !important;
	text-align: center;
}

.process {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 0;
}

.process a {
	display: block;
	flex: 1;
	margin: 0 15px;
	padding: 20px;
	background: #F4F4F4;
}

.processItem {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.processItem img {
	width: 45px;
	padding-bottom: 10px;
}

.process a:first-child {
	margin-left: 0;
}

.process a:last-child {
	margin-right: 0;
}

.tableTit span {
	color: #FF0000;
}

.punish-protocol-error>#agree-error {
	position: absolute;
	bottom: -20px;
	width: 100%;
	text-align: center;
}

#index-tab span:hover {
	color: #488ef4;
}

.index-tabList {
	font-size: 16px;
	/* height: 49px;
	line-height: 49px; */
	background: #ECF4FE;
}

.index-tabLine {
	float: left;
	background-color: #cdcdcd;
	width: 1px;
	height: 24px;
}

.index-tabList-actived {
	color: white;
	background: #2F81F7;
}

.p14 {
	padding: 14px;
}

.c-777 {
	color: #777777;
}

.c-cdcdcd {
	color: #cdcdcd;
}

.index-tabText {
	display: inline-block;
	padding-left: 5px;
	font-size: 14px;
	line-height: 21px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index-tabText:before {
	content: '.';
	position: absolute;
	top: -4px;
	left: -3px;
	display: inline-block;
}

.index-slide-text {
	color: #666;
}

.index-slide-img:hover {
	background: #5EA7FC;
}

.index-slide-img:hover,
.index-slide-img:hover .c1,
.index-slide-img:hover .index-slide-text {
	color: #fff;
}

.index-slide-img {
	height: 290px;
	width: 265px;
	margin: 0 14px;
	float: left;
	box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.10);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	transform: translateY(4px);
}

.index-slide-img:hover {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.index-slide-img img {
	width: 100%;
	height: 146px;
}

.p15 {
	padding: 15px;
}

.ovh {
	overflow: hidden;
}

.pro_push {
	position: relative;
	overflow: hidden;
}

/* .pro_push_z:hover .arrow-left-file,
.pro_push_z:hover .arrow-right-file, */
.pro_push_z:hover .arrow-left3,
.pro_push_z:hover .arrow-right3,
.pro_push:hover .arrow-left3,
.pro_push:hover .arrow-right3 {
	display: block;
}

.arrow-left3 {
	background: url(../img/index/left.png) no-repeat center center;
	background-size: 60px 60px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	position: absolute;
	z-index: 9;
	display: none;
}

.arrow-left3:hover {
	background: url(../img/index/left_.png) no-repeat center center;
	background-size: 60px 60px;
}

.pro_push .arrow-left3 {
	left: 20px;
	top: 123px;
}

.pro_push_z .arrow-left3 {
	left: 20px;
	top: 50px;
}

.pro_push_z {
	overflow: hidden;
	width: 1140px;
}

.arrow-right3 {
	background: url(../img/index/right.png) no-repeat center center;
	background-size: 60px 60px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	position: absolute;
	z-index: 9;
	display: none;
}

.arrow-right3:hover {
	background: url(../img/index/right_.png) no-repeat center center;
	background-size: 60px 60px;
}

.pro_push .arrow-right3 {
	right: 23px;
	top: 123px;
}

.pro_push_z .arrow-right3 {
	right: 18px;
	top: 50px;
}

.arrow-left-file {
	width: 50px;
	height: 60px;
	cursor: pointer;
	position: absolute;
	z-index: 9;
	/* display: none; */
	left: 0px;
	top: 20px;
	background: url(../img/index/f_left.png) no-repeat center center;
	background-size: 80%;
}

.arrow-right-file {
	width: 50px;
	height: 60px;
	cursor: pointer;
	position: absolute;
	z-index: 9;
	/* display: none; */
	right: 0px;
	top: 20px;
	background: url(../img/index/f_right.png) no-repeat center center;
	background-size: 80%;
}

.arrow-left-file:hover {
	background: url(../img/index/f_left_.png) no-repeat center center;
	background-size: 80%;
}

.arrow-right-file:hover {
	background: url(../img/index/f_right_.png) no-repeat center center;
	background-size: 80%;
}

.pro_push .tempWrap {
	float: left;
	height: 310px;
}

.linksWrapper .tempWrap {
	float: left;
	height: 225px;
}

.pro_push_z .tempWrap {
	float: left;
	height: 150px;
}

.pro_push_c .tempWrap {
	height: 100px;
}

.pro_frUl,
.pro_frUl {
	height: 314px;
}

/* 首页头部 */
.ng-header {
	background-color: #519AFA;
	font-weight: inherit;
}

.ng-header a:hover {
	color: #0856bd;
}

.home-logo {
	display: inline-block;
	position: absolute;
	top: 60px;
	left: 0;
	width: 480px;
	height: 65px;
	background: url(../img/logo.png);
	background-size: cover;
}

.header-search {
	margin-top: 5px;
	width: 550px;
	position: absolute;
	right: 0;
	top: 20px;
}

.home-search {
	margin-bottom: 15px;
}


.home-search ul li {
	width: 80px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
	color: #fff;
	float: left;
	position: relative;
	background: #599AF5;
	margin-right: 16px;
}

/* .home-search ul li:nth-child(2){
	margin-right: 15px;
} */

.home-search ul li span {
	position: absolute;
	bottom: -18px;
	left: 40%;
	width: 0px;
	height: 0px;
	border: 10px solid #000;
	border-top-color: #2E81F7;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	display: none;

}

.home-search ul li.hover {
	background-color: #2E81F7;
	color: #fff;
}

.home-search ul li.hover span {
	display: block;
}

.home-search-div {
	width: 100%;
	height: 46px;
	background: #fff;
	border-radius: 2px 3.6px 3.6px 2px;
	position: relative;
	float: left;
}

.home-search-div input {
	margin-left: 20px;
	width: 400px;
	border: 0;
	height: 46px;
	font-size: 14px;
	line-height: 46px;
	background: none;
}

.home-search-div input::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #6F92C1;
}

.home-search-div input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #6F92C1;
}

.home-search-div input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #6F92C1;
}

.home-search-div input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #6F92C1;
}

.home-search-div button {
	width: 118px;
	height: 46px;
	position: absolute;
	right: 0;
	top: 0;
	border: 0;
	font-size: 14px;
	cursor: pointer;
	color: #fff;
	background: #1570F4;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}

.home-search-div button:hover {
	background: #2F84FF;
}

.home-search-pi {
	float: right;
	width: 78.12px;
	height: 34px;
	background: #FFFFFF;
	border: 1px solid #6899fd;
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
	color: #6899fd;
}

.nav-list {
	height: 55px;
	line-height: 55px;
	background: #2F81F7;
	background: linear-gradient(to bottom, #4A93FE, #2F81F7);
	padding-right: 75px;
	position: relative;
}

.nav-list li {
	width: 12.5%;
	float: left;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	color: #fff;
}

.nav-list li span {
	image-rendering: -webkit-optimize-contrast;
	display: inline-block;
	padding-left: 30px;
	background-size: 24px 24px;
	background-repeat: no-repeat;
	background-position: left center;
}

.nav-list li span.m1 {
	background-image: url(../img/header-nav-1.png);
}

.nav-list li span.m2 {
	background-image: url(../img/header-nav-2.png);
}

.nav-list li span.m3 {
	background-image: url(../img/header-nav-3.png);
}

.nav-list li span.m4 {
	background-image: url(../img/header-nav-4.png);
}

.nav-list li span.m5 {
	background-image: url(../img/header-nav-5.png);
}

.nav-list li span.m6 {
	background-image: url(../img/header-nav-6.png);
}

.nav-list li span.m7 {
	background-image: url(../img/header-nav-7.png);
}

.nav-list li span.m8 {
	background-image: url(../img/header-nav-8.png);
}

.nav-list li.open {
	position: absolute;
	right: 0;
	top: 0;
	width: 75px;
	height: 100%;
	background: url(../img/header-nav-open.png) center center no-repeat;
	background-size: 27px 27px;
}

.nav-list li.close {
	position: absolute;
	right: 0;
	top: 0;
	width: 75px;
	height: 100%;
	background: url(../img/header-nav-close.png) center center no-repeat;
	background-size: 27px 27px;
}

.nav-list li.hover span.m1 {
	background-image: url(../img/header-nav-1-hover.png);
}

.nav-list li.hover span.m2 {
	background-image: url(../img/header-nav-2-hover.png);
}

.nav-list li.hover span.m3 {
	background-image: url(../img/header-nav-3-hover.png);
}

.nav-list li.hover span.m4 {
	background-image: url(../img/header-nav-4-hover.png);
}

.nav-list li.hover span.m5 {
	background-image: url(../img/header-nav-5-hover.png);
}

.nav-list li.hover span.m6 {
	background-image: url(../img/header-nav-6-hover.png);
}

.nav-list li.hover span.m7 {
	background-image: url(../img/header-nav-7-hover.png);
}

.nav-list li.hover span.m8 {
	background-image: url(../img/header-nav-8-hover.png);
}


.nav-list li.hover,
.nav-list li.hover:hover {
	background-color: #fff;
	color: #2995f8;
	border-bottom: 1px solid #fff;
}

.nav-list li:hover {
	background-color: #448FFB;
	color: #fff;
}


.nav-list .open:hover,
.nav-list .close:hover {
	background-color: #448FFB;
}

.header-gn {
	position: absolute;
	left: 380px;
	top: 310px;
	display: none;
	z-index: 99;
}

.header-gn li {
	width: 80px;
	height: 80px;
	float: left;
	margin-right: 57px;
	color: #fff;
	text-align: center;
	line-height: 110px;
	font-size: 15px;
	cursor: pointer;
	position: relative;
	background-size: cover
}

.header-gn li span {
	display: inline-block;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 26px;
	top: 15px;
}

.header-gn li:hover div {
	display: block;
}

.tips-bg1 {
	background: url(../img/index/tips-bg1.png);
}

.tips-bg2 {
	background: url(../img/index/tips-bg2.png);
}

.tips-bg3 {
	background: url(../img/index/tips-bg3.png);
}

.tips-bg4 {
	background: url(../img/index/tips-bg4.png);
}

.header-gn li div {
	width: 260px;
	padding: 10px;
	padding-top: 20px;
	line-height: 30px;
	text-align: center;
	/* background: url(../img/header-gn-div.png); */
	background-size: 100%;
	border-radius: 6px;
	position: absolute;
	left: -100px;
	top: 90px;
	display: none
}

.header-gn li .min {
	width: 149px;
	padding: 10px;
	padding-top: 20px;
	line-height: 30px;
	text-align: center;
	/* background: url(../img/header-gn-div1.png) no-repeat; */
	background-size: 100%;
	border-radius: 6px;
	position: absolute;
	left: -45px;
	top: 90px;
	display: none
}

.header-gn li div a {
	color: #fff;
	float: left;
	width: 110px;
	font-size: 13px;
	padding-left: 20px;
	text-align: left;
}

.header-gn li div a:hover {
	/* color: #2F81F7; */
	/* text-decoration: underline; */
	font-weight: 700;
	font-size: 14px;
}

.header-gn li div a:before {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 5px;
	background: #fff;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 2px;
}

.header-gn li span.c1 {
	background: url(../img/header-gn11.png);
	background-size: cover
}

.header-gn li span.c2 {
	background: url(../img/header-gn22.png);
	background-size: cover
}

.header-gn li span.c3 {
	background: url(../img/header-gn33.png);
	background-size: cover
}

.header-gn li span.c4 {
	background: url(../img/header-gn44.png);
	background-size: cover
}


.header-gn li.d1 {
	background: url(../img/header-gn1.png);
	background-size: cover
}

.header-gn li.d1:hover {
	background: url(../img/header-gn1_.png);
	background-size: cover
}

.header-gn li.d2 {
	background: url(../img/header-gn2.png);
	background-size: cover
}

.header-gn li.d2:hover {
	background: url(../img/header-gn2_.png);
	background-size: cover
}

.header-gn li.d3 {
	background: url(../img/header-gn3.png);
	background-size: cover
}

.header-gn li.d3:hover {
	background: url(../img/header-gn3_.png);
	background-size: cover
}


.header-gn li.d4 {
	background: url(../img/header-gn4.png);
	background-size: cover;
	margin-right: 0;
}

.header-gn li.d4:hover {
	background: url(../img/header-gn4_.png);
	background-size: cover;
	margin-right: 0;
}


.tabs {
	/* background: url(../img/index_/bg.png) no-repeat; */
	padding: 0 30px 0 30px;
	overflow: hidden;
}

.readMore {
	color: #2F81F7;
	font-size: 13px;
	cursor: pointer;
}

.tabsContent {
	width: 840px;
	background: #fff;
	clear: both;
	float: left;
	/* box-shadow: 0 0 10px 0 rgba(68, 143, 251, 0.3);
	border-radius: 5px; */
}

.tabsTop {
	background: #E8F1FA;
	clear: both;
	height: 52px;
	background-color: #2B82F7;
	/* background: url(../img/index_/tabBg.png); */
	color: #fff;
}

.tabsItem {
	float: left;
	width: 210px;
	height: 100%;
	line-height: 52px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	font-size: 15px;
}

.tabsItem img {
	width: 39px;
	height: 40px;
	margin: 20px 0 10px 0;
}

.activeL .tabsItem-1 {
	background: url(../img/index_/activeBg-4.png) no-repeat;
}

.activeL .tabsItem-2 {
	background: url(../img/index_/activeBg-4.png) no-repeat;
}

.activeL .tabsItem-3 {
	background: url(../img/index_/activeBg-4.png) no-repeat;
}

.activeL .tabsItem-4 {
	background: url(../img/index_/activeBg-4.png) no-repeat;
}

.tabsBodyItem {
	padding: 11px 10px 0 10px;
	background: #F9F9F9;
}

.substanceList {
	overflow: hidden;
	width: 100%;
}

.substanceList li {
	width: 380px;
	float: left;
	font-size: 14px;
	height: 38px;
	line-height: 38px;
}

.substanceList li span {
	display: inline-block;
}

.substanceList li:nth-child(2n) {
	float: right;
}

.substanceList li:nth-child(13) {
	border-bottom: none;
}

.substanceList li:nth-child(14) {
	border-bottom: none;
}

.substanceList li a {
	/* border-left: 5px solid #2F81F7; */
	padding-left: 5px;
	position: relative;
	display: block;
}

.substanceList li a:before {
	content: '';
	width: 3px;
	height: 3px;
	background: #A1A1A1;
	margin: 0 10px 3px 0;
	display: inline-block;
	position: absolute;
	top: 18px;
	border-radius: 3px;
}

.tabsLink {
	float: left;
	width: 267px;
	margin: 10px 0 0 30px;
}

.tabsLink li {
	height: 64px;
	margin-bottom: 37px;
	background: #ECF3FF;
	background-size: 100%;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border-left: 5px solid #2F81F7;
}

.tabsLink li a {
	padding-left: 0px;
	line-height: 64px;
	font-size: 16px;
	color: #333;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.tabsLink li:hover a {
	color: #fff;
}

.tabsLink li span {
	display: block;
	width: 80px;
	height: 64px;
	float: left;
	background-size: 60%;
}

.tabsLink li:hover {
	background-color: #2F81F7;
}

.tst-1 span {
	background: url(../img/index_/tab-r-1.png) no-repeat center;
}

.tst-1:hover span {
	background: url(../img/index_/tab-r-1-a.png) no-repeat center;
	background-size: 60%;
}

.tst-2 span {
	background: url(../img/index_/tab-r-2.png) no-repeat center;
}

.tst-2:hover span {
	background: url(../img/index_/tab-r-2-a.png) no-repeat center;
	background-size: 60%;
}

.tst-3 span {
	background: url(../img/index_/tab-r-3.png) no-repeat center;
}

.tst-3:hover span {
	background: url(../img/index_/tab-r-3-a.png) no-repeat center;
	background-size: 60%;
}

.tst-4 span {
	background: url(../img/index_/tab-r-4.png) no-repeat center;
}

.tst-4:hover span {
	background: url(../img/index_/tab-r-4-a.png) no-repeat center;
	background-size: 60%;
}

.tst-5 {
	/* background: url(../img/index_/tab-r-5.png) no-repeat; */
}

.topic {
	padding: 0 30px;
	background-color: #fff;
}

.topicContent {
	font-size: 0;
}

.topicItem {
	width: 265px;

	float: left;
	margin: 0;
	padding-right: 25px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	transform: translate3d(0, 10px, 0);
}

.topicItem:hover {
	-webkit-transform: translateY(-4px);
	-moz-transform: translateY(-4px);
	-o-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	transform: translate3d(0, 0px, 0);
}

/* .topicItem:first-child {
	margin-left: 0;
}

.topicItem:last-child {
	margin-right: 0;
} */

.topicItem a {
	display: block;
}

.topicItem img {
	width: 100%;
}


.linksWrapper {
	background: url(../img/index_/links_bg.png);
	padding: 24px 30px 16px;
	background-size: 100%
}


.linksItem {
	width: 340px;
	float: left;
	background: #EAF1FB;
	color: #1A324F;
	font-size: 16px;
	text-align: center;
	line-height: 54px;
}

.linksItem span {
	width: 24px;
	height: 24px;
	display: inline-block;
	background-size: 100% 100%;
	position: relative;
	top: 5px;
}

.links_active {
	color: #fff;
	background: url(../img/index_/link-active.png) no-repeat;
}

.linksBg1 {
	background: url(../img/index_/links_1.png) no-repeat;
}

.links_active .linksBg1 {
	background: url(../img/index_/links_1_act.png) no-repeat;
	background-size: 24px 24px;
}

.linksBg2 {
	background: url(../img/index_/links_2.png) no-repeat;
}

.links_active .linksBg2 {
	background: url(../img/index_/links_2_act.png) no-repeat;
	background-size: 24px 24px;
}

.linksBg3 {
	background: url(../img/index_/links_3.png) no-repeat;
}

.links_active .linksBg3 {
	background: url(../img/index_/links_3_act.png) no-repeat;
	background-size: 24px 24px;
}

.xywz,
.gjdw,
.bmztc {
	position: relative;
	padding-top: 17px;
	padding-bottom: 12px;
}

.xywz-hd,
.gjdw-hd,
.bmztc-hd {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -30px;
}

.xywz-wrap,
.gjdw-wrap,
.bmztc-wrap {
	overflow: hidden;
}

.xywz-wrap li,
.gjdw-wrap li,
.bmztc-wrap li {
	width: 1080px;
	float: left;
}

.xywz-wrap div,
.gjdw-wrap div,
.bmztc-wrap div {
	overflow: hidden;
}

.xywz-wrap div a,
.gjdw-wrap div a,
.bmztc-wrap div a {
	display: block;
	float: left;
	width: 25%;
	font-size: 14px;
	color: #204C81;
	line-height: 45px;
	text-align: left;
	/* padding-left: 60px; */
	box-sizing: border-box;
}

.xywz-wrap div a:hover,
.gjdw-wrap div a:hover,
.bmztc-wrap div a:hover {
	color: #2f81f7;
}

.bmztc-wrap div a {
	width: 33%;
	padding-left: 10px;
}

.xywz-wrap div a:before,
.gjdw-wrap div a:before,
.bmztc-wrap div a:before {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 5px;
	background: #597AA3;
	display: inline-block;
	margin-right: 8px;
	position: relative;
	top: -2px;
}

.xywz-hd ul li,
.gjdw-hd ul li,
.bmztc-hd ul li {
	float: left;
	width: 25px;
	height: 5px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	background: #DFE1E2;
}

.xywz-hd ul .on,
.gjdw-hd ul .on,
.bmztc-hd ul .on {
	background: #2F81F7;
}

/* .footer_ {
    background: rgba(255, 255, 255, 0.8);
  } */






.footer-img5 {
	display: inline-block;
	width: 65px;
	height: 65px;
	position: absolute;
	left: -80px;
	top: 15px;
}

.footer-img6 {
	display: inline-block;
	width: 65px;
	height: 65px;
	position: absolute;
	left: -10px;
	top: 15px;
}

.footer-img7 {
	display: inline-block;
	width: 65px;
	height: 65px;
	position: absolute;
	left: 60px;
	top: 15px;
}

.footer-img3 {
	display: inline-block;
	width: 65px;
	height: 65px;
	position: absolute;
	left: 130px;
	top: 15px;
	cursor: default;
}

.footer-img4 {
	display: inline-block;
	width: 65px;
	height: 65px;
	position: absolute;
	left: 200px;
	top: 15px;
	cursor: default;
}

.foot1 {
	display: inline-block;
	width: 65px;
	height: 65px;
	background: url(../img/index_/foot-1.png) center no-repeat;
	background-size: cover;
}

.foot2 {
	display: inline-block;
	width: 65px;
	height: 65px;
	background: url(../img/index_/foot-2.png) center no-repeat;
	background-size: cover;
}

.foot3 {
	display: inline-block;
	width: 65px;
	height: 65px;
	background: url(../img/index_/foot-3.png) center no-repeat;
	background-size: cover;
}

.qrcode1 {
	display: inline-block;
	width: 65px;
	height: 65px;
	background: url(../img/index_/qrcode1.png) center no-repeat;
	background-size: cover;
}

.qrcode2 {
	display: inline-block;
	width: 65px;
	height: 65px;
	background: url(../img/index_/qrcode2.png) center no-repeat;
	background-size: cover;
}

.nav-a {
	border-right: 1px solid #fff;
	width: 100%;
	display: inline-block;
	height: 25px;
	line-height: 25px;
}

.nav-list .clear .hover .nav-a,
.nav-list .clear li:hover a {
	border-right: none;
}

/* #index-tab .bbt {
	border-bottom: 1px solid #cdcdcd;
} */

.searchIcon {
	border: 1px solid #CFE0F5;
	display: inline-block;
	vertical-align: middle;
	border-right: none;
	line-height: 40px;
	background: #CFE0F5;
}

.creditSite ul {
	overflow: auto;
}

.creditSite li {
	width: 25%;
	text-align: center;
	line-height: 40px;
	float: left;
}

.l6 li {
	width: 16%;
}

.map-title {
	background: #F8F8F8;
	padding: 10px 0;
}

.map-title p {
	border-left: 2px solid #2F81F7;
	height: 30px;
	line-height: 30px;
	padding-left: 20px;
	font-size: 18px;
	color: #045FE2;
}

.sitemap ul {
	overflow: auto;
	margin-top: 25px;
	margin-left: 20px;
}

.sitemap li {
	width: 245px;
	line-height: 36px;
	float: left;
	margin: 0 15px 3px;
	position: relative;
}

.sitemap li::before {
	content: " ";
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background-color: #000;
	position: absolute;
	left: -8px;
	top: 15px;
}

.sitemap li a {
	font-size: 16px;
	color: #333333;
}

.sitemap li:hover a {
	color: #2F81F7;
}

.fwdt_bg {
	margin: 20px auto;
	background-color: rgba(242, 242, 242, 1);
}

.fwdt_tit {
	font-size: 18px;
	font-weight: 650;
	border-bottom: 2px solid #fff;
}

.fwdt_tit>div {
	padding-bottom: 10px;
}

.fwdt_tit>div>div {
	border-bottom: 1px solid #F1F1F1;
}

.fwdt_tit>div>div>span {
	border-bottom: 3px solid #2E81F7;
	padding-bottom: 6px;
}

.sgs-search {
	background: url(../img/creditPublic/search.png) no-repeat center center #CFE0F5;
	position: inherit;
	top: 0;
}

.sgs li {
	width: 382px;
	height: 144px;
	margin: 0px 4px;
	border-radius: 5px;
	text-align: center;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: #444444;
	cursor: pointer;
}

.sgs li:hover p {
	color: #fff;
}

.sgs li p {
	font-size: 18px;
	color: #333;
	display: inline-block;
	line-height: 144px;
	position: absolute;
	left: 167px;
}

.sgs-1 {
	background: url(../img/creditPublic/en-1.png) no-repeat;
}

.sgs-1:hover {
	background: url(../img/creditPublic/en-hover-1.png) no-repeat;
}

.sgs-2 {
	background: url(../img/creditPublic/en-2.png) no-repeat;
}

.sgs-2:hover {
	background: url(../img/creditPublic/en-hover-2.png) no-repeat;
}

.sgs-3 {
	background: url(../img/creditPublic/en-3.png) no-repeat;
}

.sgs-3:hover {
	background: url(../img/creditPublic/en-hover-3.png) no-repeat;
}

.sgs-4 {
	background: url(../img/creditPublic/en-4.png) no-repeat;
}

.sgs-4:hover {
	background: url(../img/creditPublic/en-hover-4.png) no-repeat;
}

.sgs-5 {
	background: url(../img/creditPublic/en-5.png) no-repeat;
}

.sgs-5:hover {
	background: url(../img/creditPublic/en-hover-5.png) no-repeat;
}

.sgs-6 {
	background: url(../img/creditPublic/en-6.png) no-repeat;
}

.sgs-6:hover {
	background: url(../img/creditPublic/en-hover-6.png) no-repeat;
}

.sgs-7 {
	background: url(../img/creditPublic/en-7.png) no-repeat;
}

.sgs-7:hover {
	background: url(../img/creditPublic/en-hover-7.png) no-repeat;
}

.sgs-8 {
	background: url(../img/creditPublic/en-8.png) no-repeat;
}

.sgs-8:hover {
	background: url(../img/creditPublic/en-hover-8.png) no-repeat;
}

.sgs-9 {
	background: url(../img/creditPublic/en-9.png) no-repeat;
}

.sgs-9:hover {
	background: url(../img/creditPublic/en-hover-9.png) no-repeat;
}

.sgs-10 {
	background: url(../img/creditPublic/en-10.png) no-repeat;
}

.sgs-10:hover {
	background: url(../img/creditPublic/en-hover-10.png) no-repeat;
}

.sgs-11 {
	background: url(../img/creditPublic/en-11.png) no-repeat;
}

.sgs-11:hover {
	background: url(../img/creditPublic/en-hover-11.png) no-repeat;
}


.sgsul li {
	position: relative;
	margin: 10px 20px;
	overflow: hidden;
}

.sgsul span {
	font-size: 16px;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .3);
	padding: 10px 15px;
	width: 225px;
}

.sgsul img {
	width: 100%;
	height: 100%;
}

.sgsul .textOver span {
	bottom: -32px;
	line-height: 25px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.sgsul .textOver:hover span {
	bottom: 0px;
}



.colorE22323 {
	color: #E22323;
}

.color428DF8 {
	color: #428DF8;
}


.sort {
	margin: 10px 0 0;
}

.sort div {
	padding: 5px 18px;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 5px;
	font-size: 13px;
	cursor: pointer;
	border: 1px solid #E4ECF6;
}

.sortactive {
	background-color: #2F81F7;
	color: #fff;
}

.extraBtn {
	height: 34px;
	width: 120px;
	color: #2F81F7;
	border: 1px solid #2F81F7;
	background-color: #fff;
	border-radius: 5px;
	cursor: pointer;
}

b.error {
	position: absolute;
}

.clearable {
	margin-left: -20px;
	cursor: pointer;
}

#xzjdzcjg:-ms-input-placeholder {
	color: #2d8cf0 !important;
}

#xzjdzcjg::placeholder {
	color: #2d8cf0;
}

#applyDescribe+b.error {
	bottom: -15px;
}

.infoRight input {
	font-size: 14px;
	height: 34px;
	padding: 0 10px;
	border-radius: 2px;
	border: 1px solid #CBCBCB;
}

/* .infoLeft div {
	background: #2F81F7;
	color: #fff;
} */

.infoLeft ul li {
	background: #F5F5F5;
	padding: 16px 22px;
	border-bottom: none;
	margin-bottom: 2px;
	color: #333;
	font-size: 14px;
}

/* .infoLeft .active {
	background-color: #D5E5FF;
	color: #2F81F7;
	border-left: 5px solid #2F81F7;
} */
.infoLeft .active,
.userInfoLeft .active a {
	color: #2F81F7;
}

.source {
	position: absolute;
	top: 82px;
	left: 10px;
	width: 1150px;
	background: #fff;
	display: none;
	box-shadow: 0 2px 12px 0 rgba(47, 129, 247, 0.19);
	z-index: 9;
	/* box-shadow: 0 0 1rem rgba(9, 41, 77, .12); */
}

.sourceTabs {
	overflow: hidden;
	border-bottom: 1px solid #E7E7E7;
	margin: 20px;
	margin-bottom: 10px;
	font-size: 16px;
}

.sourceTabs .active {
	font-weight: bold;
	color: #2F81F7;
	padding-bottom: 17px;
	border-bottom: 3px solid #2F81F7;
}

.sourceWrap {
	padding: 0 20px 20px 20px;
	font-size: 15px;
}

.sourceTabs div {
	float: left;
	margin-right: 50px;
	cursor: pointer;
	font-size: 16px;
	padding-bottom: 20px;
}

.sourceData ul li {
	display: inline-block;
	width: 24%;
	padding: 10px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sourceData .selected {
	color: #2995F9;
}

.sourceData input {
	top: 3px;
	position: relative;
	width: 15px;
	height: 15px;
}

.selectWrap {
	overflow: hidden;
}

.selectItem_active {
	border-bottom: 2px solid #2995F9;
	background: #2995F9 !important;
	color: #fff;
}

.selectItem_active:hover {
	color: #fff !important;
}

.selectItem {
	width: 138px;
	height: 48px;
	float: left;
	line-height: 48px;
	text-align: center;
	font-size: 15px;
	background: #F2F2F2;
	cursor: pointer;
}

.selectItem:hover {
	color: #2F81F7;
}

.dettable td {
	white-space: normal
}

.sgstitle {
	border: 1px solid #E5E5E5;
	padding: 30px;
}

.sgstitle h1 {
	font-size: 20px;
	padding-bottom: 10px;
}

.sgstitle p {
	color: #9A9A9A;
}

.zx-title {
	font-size: 24px;
	color: #1d6bf2;
	border-bottom: 2px solid #1d6bf2;
	padding-bottom: 15px;
}


.zx-bg {
	background: url(../img/bzzx.png) no-repeat;
	width: 24px;
	height: 24px;
	background-size: 24px 24px;
	display: inline-block;
	vertical-align: text-bottom;
}

.fl-tree {
	box-sizing: border-box;
	width: 24%;

}

.fr-content {
	min-height: 950px;
	border-left: 1px solid #e8e8e8;
	width: 76%;
	padding: 10px 10px 40px 40px;
	box-sizing: border-box;
}

.bzzx-content {

	margin-top: 15px;
}

.xyjc.fr-content {
	padding: 0 0 0 30px;
	border: none;
}

.xyjc .xydtlistitem {
	padding: 0 0 15px 0;
	margin-bottom: 20px;
}

.xyjc.fl-tree {
	border: 1px solid #e8e8e8;
}

/* .xyjc.fr-content {
	padding: 0 0 0 30px;
	border: none;
}

.xyjc .xydtlistitem {
	padding: 0 0 15px 0;
	margin-bottom: 20px;
}

.xyjc.fl-tree {
	border: 1px solid #e8e8e8;
}

.xyjc .menuTree .active {
	background: #2F81F7;
	color: #fff;
}

.xyjc .menuTree .active::before {
	left: 15px;
	display: none;
}

.xyjc .menuTree .child::before {
	left: 15px;
}

.xyjc .menuTree span {
	padding-left: 45px;
	margin-left: 0px;
}

.xyjc .menuTree div ul span {
	margin-left: 20px;
}

.xyjc .menuTree>div {
	padding-left: 0;
}

.xyjc .menuTree div {
	border-bottom: 1px solid #e8e8e8;
}

.xyjc .menuTree div:last-child {
	border: none;
}

.xyjc .menuTree .blue-jt::before {
	width: 0;
} */

.bluebg {
	background: #ECF3FE;
}

.menuTree .child::before {
	left: 0px;
	top: 18px;
	margin-right: 10px;
	position: absolute;
	vertical-align: text-bottom;
	display: inline-block;
	content: "";
	background: url(../img/bz-sq.png) no-repeat;
	background-size: 100% 100%;
	width: 6px;
	height: 10px;
}

.menuTree .active::before {
	left: -1px;
	top: 19px;
	margin-right: 10px;
	position: absolute;
	vertical-align: text-bottom;
	display: inline-block;
	content: "";
	background: url(../img/bz-zk.png) no-repeat;
	background-size: 100% 100%;
	width: 9px;
	height: 8px;
}

.menuTree .blue-zk::before {
	left: -5px;
	top: 19px;
	margin-right: 10px;
	position: absolute;
	vertical-align: text-bottom;
	display: inline-block;
	content: "";
	background: url(../img/bz-blue2.png) no-repeat;
	background-size: 100% 100%;
	width: 20px;
	height: 12px;
}

.menuTree .white a {
	color: #7f7f7f !important;
}

.menuTree .blue a {
	color: #0E68EA;
}

.menuTree .blue-jt::before {
	position: absolute;
	left: 0px;
	margin-right: 10px;
	position: absolute;
	margin-top: 18px;
	vertical-align: text-bottom;
	display: inline-block;
	content: "";
	background: url(../img/bz-blue.png) no-repeat;
	background-size: 100% 100%;
	width: 6px;
	height: 10px;
}

.menuTree .child2::before {
	background: url('') !important;
}



.menuTree div ul {
	overflow: hidden;
	/* display: none; */
	height: auto;
}

.menuTree>div {
	/* padding-left: 20px; */
}

.menuTree div ul span {
	margin-left: 40px;
}

.menuTree div ul div .div span {
	margin-left: 70px;
}

.menuTree span a {
	color: #333;

}

.menuTree span {
	padding-left: 17px;
	position: relative;
	color: #333;
	display: block;
	height: 48px;
	line-height: 48px;
	/* padding: 0 20px; */
	cursor: pointer;
	margin-left: 20px;
}

.menuTree span:hover {
	/* background-color: #F0F6FF; */
	color: #2F81F7;
}

.menuTree a {
	color: #333;
	text-decoration: none;
}

/* .menuTree .div0 a {
	color: #2F81F7;
} */

/* .menuTree div .div0 a {
	color: #7f7f7f !important;
} */

.menuTree a:hover {
	color: #2F81F7;
}


.btn {
	height: 30px;
	margin-top: 10px;
	border-bottom: 1px solid #CCC;
}

.cxjgtitle:hover {
	color: #2F81F7;
}


#cmscontent {
	border: 1px solid #d8d8d8;
	padding: 15px;
	/* line-height: 30px; */
}

#cmscontent img {
	max-width: 720px !important;
}

.com-filter {
	min-height: 78px;
	padding: 20px;
	background: #F0F6FF;
	display: block;
	box-sizing: border-box;
}

.xyd li {
	width: 275px;
	text-align: center;
	/* margin-top: 15px; */
	float: left;
}

.xydsj li {
	border: 1px solid transparent
}

.xydsj li img {
	width: 100%;
}

.xydsj li:hover {
	border: 1px solid #2994F8
}

.xydtitle {
	background: #2994F8;
	color: #fff;
	text-align: center;
	line-height: 50px;
}

.xydds li:hover,
.xydds li:hover:before {
	color: #2F81F7;
}

.xydds li:hover:before {
	background: #2F81F7
}

.xydds li {
	float: left;
	width: 95px;
	text-align: center;
	margin-bottom: 20px;
	cursor: pointer;
	color: #333;
	position: relative;
}

.xydds li:before {
	content: '';
	width: 3px;
	height: 3px;
	background: #333;
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 10px;
	border-radius: 3px;
}

.xydds .detcon {
	border-right: 1px solid #fff;
}

.disabled {
	color: #999 !important;
}

.xyd-content {
	background: #F9F9F9;
	padding: 20px;
	overflow: hidden;
}

.c-929292 {
	color: #929292;
}

.btn-bgc-2f81f7 {
	background: #2F81F7;
	color: #fff;
}

.bgc-fff {
	background-color: #fff;
}

.bgc-f0f6ff {
	background-color: #F0F6FF;
}

.xygs-filter-input>input:hover,
.xygs-filter-select>select:hover {
	border: 1px solid #417ef3;
}

.xygs-filter-input {
	position: relative;
	font-size: 16px;
}

.xygs-filter-input>input:focus,
.xygs-filter-select>select:focus {
	border: 1px solid #417ef3;
}

.xygs-filter-input>input::input-placeholder {
	color: #666;
}

.xygs-filter-input>input {
	width: 100%;
	border: 0;
	height: 38px;
	font-size: 14px;
	padding: 0 15px;
	box-sizing: border-box;
	border: 1px solid #d0dff4;
}

.xygs-filter-select {
	border-radius: 1px;
	height: 38px;
	padding-top: 0px;
	background: #fff url(../img/from/need-more-acheet.png) no-repeat 95% center;
	background-size: 20px 20px;
	position: relative;
}

.xygs-filter-select>select {
	font-size: 14px;
	border: 1px solid #d0dff4;
}

.cxjgcon>li:hover {
	background-color: #f1f6ff;
}

.bgc-e2ecff {
	background-color: #e2ecff;
}

.xygsmd-box {
	border: 1px solid #DBDBDB;
	padding: 20px;
}

.fw500 {
	font-weight: 500;
}

.fs13 {
	font-size: 13px;
}

.fs15 {
	font-size: 15px;
}

.bgc-F7FAFF {
	background-color: #F7FAFF;
}

.bcg-E4ECF6 {
	background-color: #E4ECF6;
}

.vt-top {
	vertical-align: top;
}


.blue {
	color: #4591e7
}



.p10 {
	padding: 10px
}



.disoplo ul {
	margin-top: 10px;
}

.disoplo li {
	width: 50%;
	height: 30px;
	line-height: 30px;
	float: left;
}

/*.tipsdom{height:290px;overflow-y:auto}*/



.sort-btn {
	border: 1px solid #D2D2D2;
}

.c666 {
	color: #666;
}

.sort-btn-active {
	background: #2F81F7;
	border: none;
	color: #fff !important;
}

.fottterimgcon {
	z-index: 999;
}

.detcon {
	border: none
}

.nodata img {
	width: 148px;
}

.yy-phone b {
	bottom: -34px !important;
}

.yy-layer {
	width: 600px !important;
}

.yy-layer .layui-layer-content {
	text-align: center;
}

.yy-layer .layui-layer-content::before {
	font-weight: bold;
	display: block;
	content: '提交成功！';
	font-size: 24px;
	/* color: #D9001B; */
	color: #2571db;
	margin: 10px 0 30px 0;
}

.yy-layer .layui-layer-btn .layui-layer-btn0 {
	margin-top: 50px;
	/* border-color: #D9001B;
	background-color: #D9001B; */
	border-color: #2571db;
	background-color: #2571db;
	margin-bottom: 20px;
}

#junpTip,
#junpTip1 {
	background: #fff;
	padding: 20px 20px 30px 20px;
	height: 100%;
	box-sizing: border-box;
	border-radius: 10px;
}


.junpTipisOk {
	display: block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background-color: #0063ba;
	border-radius: 15px;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	margin: 30px auto 0 auto;
}

.colorea3e3e {
	color: #4ba5f0;
}

.wxts {
	text-align: center;
	color: #0063ba;
	font-size: 24px;
	line-height: 80px;
}

.color0063ba {
	color: #0063ba;
}

.ssmd-home a {
	width: 115px !important;
	padding-left: 10px !important;
}

.borderE4 {
	border: 1px solid #E4ECF6;
	padding: 50px;
}

.noUser-fixed {
	position: absolute;
	top: 0;
	width: 1160px;
	height: 100%;
	background: white;
}

.kjtabbotitem2 p {
	line-height: 35px;
}

.helper {
	height: 69px;
	line-height: 69px;
	background: url(../img/helper.png) no-repeat;
	background-size: 100% 100%;
	text-align: center;
	font-weight: Bold;
	font-size: 18px;
	color: #FFFFFF;
}

.menuTreediv {
	border: 1px solid #DBDBDB;
	border-top: none;
	padding: 20px 0;
}

.helper-con {
	border: 1px solid #DBDBDB;
}

.helper-news {
	padding: 31px 26px;
}

.helper-news-tit {
	text-align: center;
	font-size: 24px;
	color: #333333;
	padding-bottom: 30px;
	border-bottom: 1px solid #D8D8D8;
	font-weight: bold;
}

.show {
	display: inline-block !important;
}

.zcfg-left {
	float: left;
	width: 276px;
	margin-right: 30px;
}

.zcfg-faTitle {
	background-color: #2F81F7;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding: 20px 25px;
	line-height: 24px;
	margin-bottom: 2px;
}

.zcfg-faTitle>div {
	border-left: 6px solid #fff;
	padding-left: 13px;
}

.zcfg-subTitle>div {
	background-color: #f5f5f5;
	line-height: 56px;
	margin-bottom: 2px;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
}

.zcfg-subTitle>div.active {
	color: #2F81F7;
}

.zcfg-right {
	float: left;
	width: 834px;
}

.zcfg-content {
	background-color: #F9F9F9;
	padding: 0 30px;
}

.bgEFEFEF {
	background-color: #EFEFEF;
}

.zcfg-content>div {
	padding: 23.5px 0;
	border-bottom: 1px dashed #DCDCDC;
}

.zcfg-content-d {
	padding: 23.5px 0;
	border-bottom: 1px dashed #DCDCDC;
}

.zcfg-content>div:last-child {
	border-bottom: none;
}

.zxzl-tabList {
	padding-bottom: 13px;
	border-bottom: 1px solid #E1E1E1;
}

.zxzl-tabList>div {
	display: inline-block;
	margin-right: 3px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 40px;
	padding: 0 27px;
	background-color: #B8B8B8;
	cursor: pointer;
}

.zxzl-tabList>div:hover {
	background-color: #2772db;
}

.zxzl-tabList>div.active {
	background-color: #2F81F7;
}

.zxzl-border {
	padding-bottom: 30px;
	margin-bottom: 0 !important;
	border-bottom: 1px dotted #E1E1E1;
}

.zxzl-searchBox {
	background-color: #D1E3FF;
	padding: 14px 20px 49px;
}

.zxzl-searchBox input {
	width: 226px;
	background-color: #fff;
	font-size: 14px;
	border: 1px solid #fff;
	padding: 12px 50px 12px 16px;
}

.zxzl-otherBox {
	border: 1px solid #D7D7D7;
	padding: 20px 17px;
}

.zxzl-otherTitle>div:first-child {
	float: left;
	width: 90px;
	font-size: 18px;
	padding-bottom: 6px;
	border-bottom: 4px solid #2F81F7;
	margin-bottom: 15px;
}

.zxzl-otherTitle>div:last-child {
	float: left;
	width: 200px;
	height: 24px;
	padding-bottom: 6px;
	border-bottom: 4px solid #E6E6E6;
}

.zxzl-cardList>div {
	float: left;
	width: 106px;
	background-color: #EDEDED;
	padding: 0 17px;
	line-height: 32px;
	font-size: 14px;
	color: #333;
	cursor: pointer;
}

.zxzl-cardList>div:hover {
	color: #2F81F7;
}

.file-table td {
	color: #333;
	padding: 12px 20px;
	font-size: 16px;
	border-left: 1px solid #E4ECF6;
	border-top: 1px solid #E4ECF6;
}

.file-table td:last-child {
	overflow: auto;
	white-space: initial;
	text-overflow: initial;
}

.file-table {
	border-right: 1px solid #E4ECF6;
	border-bottom: 1px solid #E4ECF6;
}

.big-table td {
	height: 57px;
	vertical-align: top;
	line-height: 28px;
}

.vertop {
	font-weight: bold !important;

}

.small-table td {
	line-height: 24px;
}

.small-table .show-all {
	font-weight: bold !important;
}

.tbitem .nodename {
	margin-top: 10px;
	color: #333;
	height: 38px;
	line-height: 19px;
	font-size: 14px;
}

.small-table .bkF5F9FF {
	background: rgb(245, 249, 255, 0.6);
}

#myComList li {
	padding-left: 20px;
}

#myComList li:hover {
	background: #F5F8FF;
}

.xzxkold {
	height: 50px;
	line-height: 50px;
	background-color: #f9f9f9;
	font-size: 14px;
	padding-left: 10px;
}

.xzxkold img {
	margin-right: 5px;
}

.xzxkold a {
	color: #02a7f0;
	text-decoration: underline;
}

.layui-layer-loading {
	left: 48.6% !important;
}

.xygsTable {
	width: 100%;
	border-collapse: inherit;
	border: 1px solid #E7E7E7;
	table-layout: fixed;
}

.xygsTable thead {
	background-color: #2F81F7;
	color: #fff;
	height: 40px;
}

.xygsTable th {
	font-weight: 400;
	text-align: left;
	padding: 0 35px;
	border-left: 1px solid #2F81F7;
	border-right: 1px solid #2F81F7;
}

.xygsTable tr:nth-child(even) {
	background-color: #f7f7f7;
}

.xygsTable td {
	padding: 21px 35px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.xygsTable a {
	color: #2F81F7;
}

.dy-com {
	border: 1px solid #f2f2f2;
	padding: 20px 15px;
}

.bsdetTop1 {
	border: 10px solid #f2f2f2;
}

.hyxyheader th {
	/* border-left: 1px solid #e2e2e2;
	border-top: 1px solid #e2e2e2; */
	height: 48px;
	background-color: #2e82f7;
	padding: 0;
	color: #fff;
}

.mb20nobottom {
	margin-bottom: 20px;
}

.mb20nobottom:last-child {
	margin-bottom: 0;
}

.daTable td {
	white-space: normal !important;
	overflow: auto !important;
}

.xygsListTitle>div:first-child {
	border-bottom: 5px solid #2e82f7;
}

.xygsListTitle>div:last-child {
	border-bottom: 5px solid #d8d8d8;
}

.bbD8D8D8 {
	border-bottom: 1px solid #d8d8d8;
}

.hyxy-card {
	width: 326px;
	height: 382px;
	margin: 0 23px;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.hyxy-hbly {
	background: url(../img/hbly.png) no-repeat;
	background-size: 100% 100%;
}

.hyxy-hbly:hover {
	background: url(../img/hbly2.png) no-repeat;
	background-size: 100% 100%;
}

.hyxy-xfly {
	background: url(../img/xfly.png) no-repeat;
	background-size: 100% 100%;
}

.hyxy-xfly:hover {
	background: url(../img/xfly2.png) no-repeat;
	background-size: 100% 100%;
}

.hyxy-shzz {
	background: url(../img/shzz.png) no-repeat;
	background-size: 100% 100%;
}

.hyxy-shzz:hover {
	background: url(../img/shzz2.png) no-repeat;
	background-size: 100% 100%;
}

.hyxy-card:hover .hyxy-card-title,
.hyxy-card:hover .hyxy-card-content {
	color: #fff;
	border-color: rgb(255, 255, 255, 0.3);
}

.hyxy-card-title {
	position: absolute;
	left: 98px;
	top: 42px;
	font-size: 18px;
	color: #333;
	width: 190px;
}

.hyxy-card-content {
	position: absolute;
	width: 276px;
	margin: 0 25px;
	top: 97px;
	border-top: 1px solid #2263BF;
	padding-top: 28px;
	color: #666;
	font-size: 14px;
}

.hyxy-card-item {
	margin-bottom: 22px;
}

.hyxy-card:hover .hyxy-card-item>div:first-child {
	background-color: #fff;
}

.hyxy-card-item>div:first-child {
	width: 8px;
	height: 8px;
	background-color: #2F81F7;
	margin-top: 6px;
	margin-right: 11px;
}

.hyxy-card-item>div:last-child {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 250px;
}

.tul:hover {
	text-decoration: underline;
	text-underline-position: from-font;
}

.shzz-list>div {
	float: left;
	width: 462px;
	margin-bottom: 18px;
	padding: 16px 44px;
	font-size: 14px;
	color: #333;
	background-color: #F1F2F3;
	margin-right: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
}

.shzz-list>div:hover {
	background-color: #3173D1;
	color: #fff;
}

.shzz-list>div:nth-child(even) {
	margin-right: 0;
}

.wp100 {
	width: 100%;
}

.add-report {
	background: #f6f6f672 !important;
}

.add-report-cont {
	border: 1px solid #d7d7d7;
}

.add-report-cont p {
	line-height: 40px;
}

.fwn {
	font-weight: normal;
}

.tdu-link {
	color: #02a7f0;
	text-decoration: underline;
}

.fwdtul li {
	overflow: hidden;
}

.fwdtul li>div {
	margin: 0px 22.5px;
	margin-bottom: 28px;
	padding: 30px 39px 37px;
	background-color: #F0F0F0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.fwdtul li:hover>div {
	transform: translateY(-10px);
}

.fwdtul img {
	width: 100%;
	height: 100%;
}

.personal-credit li {
	/* overflow: hidden; */
	width: 360px;
}

.personal-credit li>div {
	margin-bottom: 28px;
	background-color: #F0F0F0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.personal-credit li:hover>div {
	transform: translateY(-10px);
}

.personal-credit img {
	width: 100%;
	height: 100%;
}

.personal-credit-tit {
	height: 34px;
	border-bottom: 3px solid #2F81F7
}

.personal-credit-tit div {
	display: inline-block;
	background: #2F81F7;
	color: #fff;
	font-size: 16px;
	line-height: 34px;
	position: relative;
	bottom: -1px;
	padding: 0 5px;
}

.xygs-tit {
	font-size: 20px;
	color: #333333;
	line-height: 30px;
}

.xygs-tit>div:first-child {
	position: relative;
	float: left;
	border-bottom: 5px solid #2F81F7;
}

.xygs-tit>div:last-child {
	position: relative;
	overflow: hidden;
	height: 34px;
	border-bottom: 1px solid #E4E4E4;
}

.gsnavbg {
	background: #2F81F7;
	color: #fff;
}

#testversion {
	border: 1px solid #fff;
	padding: 3px 10px;
	width: 50px;
	color: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent;
	cursor: pointer;
}

#testversion option {
	color: #333;
}

#cmscontent td {
	border: 1px solid #e2e2e2;
}

.index-gjp div {
	height: 20px;
	margin-top: 25px;
	background-color: #f7f7f7;
}

/* .layui-layer-loading .layui-layer-loading2 {
	width:100px!important;
	height:auto!important;
	background-position:center 25px!important;
	padding:65px 20px 20px!important;
	text-align:center!important;
	margin-left: -50px;
} */

.userinfo-input>input:hover,
.userinfo-select>select:hover {
	border: 1px solid #417ef3;
}

.userinfo-input {
	position: relative;
	font-size: 16px;
}

.userinfo-input>input:focus,
.userinfo-select>select:focus {
	border: 1px solid #417ef3;
}

.userinfo-input>input::input-placeholder {
	color: #666;
}

.userinfo-select {
	border-radius: 1px;
	height: 38px;
	padding-top: 0px;
	background: #fff url(../img/from/need-more-acheet.png) no-repeat center right;
	position: relative;
	background-size: 25px;
}

.userinfo-input>input {
	width: 100%;
	border: 0;
	height: 38px;
	font-size: 14px;
	padding: 0 15px;
	box-sizing: border-box;
	border: 1px solid #d0dff4;
}

.userinfo-select>select {
	font-size: 14px;
	border: 1px solid #d0dff4;
}

.bci {
	border-collapse: initial
}


.cls-img {
	/* background: url(../img/watermark2.png) center center; */
}


.hot-search {
	width: 550px;
	height: 20px;
	line-height: 20px;
	display: none;
	margin-top: 10px;
	color: #fff;
}

.hot-search a:hover {
	color: #2F81F7
}

.hot-search-title {
	float: left;
	padding-right: 5px;
	width: 47px !important;
	height: 20px !important;
	background: url(../img/hotSearch/hot-icon2.png) center no-repeat !important;
	background-size: 85% !important;
}

.hot-search-home {
	border-left: 1px solid #fff;
	width: 450px;
	float: left;
	height: 20px;
}

.hot-search-silder {
	height: 20px;
}

.luoslider {
	width: 450px;
	height: 20px;
}

.luoslider a {
	display: inline-block;
	width: 145px;
	padding-left: 5px;
	color: #fff;
	font-size: 13px;
	height: 20px;
	/* font-weight: 700; */
}

.hot-search-list {
	float: left;
	width: 370px;
}

.hot-sl-top {
	height: 74px;
	text-align: center;
	border-radius: 4px;
}

.day-hot {
	background-image: url("../img/hotSearch/day-hot.png");
	background-size: 100%;
	background-repeat: no-repeat;
}

.week-hot {
	background-image: url("../img/hotSearch/week-hot.png");
	background-size: 100%;
	background-repeat: no-repeat;
}

.mon-hot {
	background-image: url("../img/hotSearch/mon-hot.png");
	background-size: 100%;
	background-repeat: no-repeat;
}

.hot-sl-content {
	border-top: none;
	background-color: #fff;
	min-height: 2032px;
}

.hotlist {
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}

.serialNo {
	display: inline-block;
	background: #CADBFA;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin-right: 10px;
	border-radius: 4px;
	font-size: 12px;
	vertical-align: top;
	margin-top: 4px;
	color: #fff;
}

.hot-1 {
	background: url(../img/hotSearch/hot1.png) center no-repeat;
	background-size: 100%;
	vertical-align: top;
	width: 23px;
	height: 23px;
	margin-top: 2px;
}

.hot-2 {
	background: url(../img/hotSearch/hot2.png) center no-repeat;
	background-size: 100%;
	vertical-align: top;
	width: 23px;
	height: 23px;
	margin-top: 2px;
}

.hot-3 {
	background: url(../img/hotSearch/hot3.png) center no-repeat;
	background-size: 100%;
	vertical-align: top;
	width: 23px;
	height: 23px;
	margin-top: 2px;
}

.hot1 {
	color: #E83A29 !important;
}

.hot2 {
	color: #FF8C1E !important;
}

.hot3 {
	color: #FFC920 !important;
}

.hot-num {
	color: #333;
}

.tagred {
	color: red;
}

.cor222 {
	color: #222;
}

.cor222:hover {
	color: #2F81F7;
}

.hot-s-icon {
	width: 56px !important;
	height: 37px !important;
	background: url(../img/hotSearch/hot-icon1.png) center no-repeat !important;
	background-size: 100% !important;
}

.oldV {
	width: 48px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	display: inline-block;
	border: 1px solid #fff;
	color: #fff;
	font-size: 12px;
	margin-left: 5px;
}

/* 复写全局layer.msg默认样式开始 */
.layui-layer-hui {
	min-width: 400px !important;
	background-color: #fff !important;
	font-size: 14px;
	color: #333333 !important;
	border-radius: 4px !important;
}

.layui-layer-hui>.layui-layer-title {
	font-weight: 700;
	font-size: 16px;
	color: #333333;
	padding: 14px 20px;
	line-height: 1;
	height: auto;
	background-color: #fff;
	border-bottom: 0;
	border-radius: 4px;
}

.layui-layer-hui>.layui-layer-content {
	padding: 4px 20px 20px 55px !important;
	text-align: left !important;
}

.layui-layer-hui>.layui-layer-content::before {
	/* content: '';
	display: inline-block;
	vertical-align: bottom;
	margin-right: 10px;
	background: url(../img/msgTips.png) no-repeat;
	background-size: 100% 100%;
	width: 24px;
	height: 24px; */
	content: '';
	display: block;
	margin-right: 10px;
	background: url(../img/msgTips.png) no-repeat;
	background-size: 24px 24px;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 22px;
}

/* 复写全局layer.msg默认样式结束 */


.artical_from {
	width: 140px;
	display: inline-block;
	text-align: right;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.sgstab {
	margin-bottom: 20px;
}

.sgstab div {
	width: 185px;
	height: 47px;
	line-height: 47px;
	float: left;
	background-color: #F2F2F2;
	color: #333;
	cursor: pointer;
	text-align: center;
	font-size: 16px;
	margin-right: 20px;
}

.sgstab div.hover {
	background-color: #417ef3;
	color: #fff;
}

#scrollobj {
	color: #F70400
}

.leftNav {
	position: fixed;
	right: 10px;
	top: 50%;
	margin-top: -180px;
	width: 90px;
	height: 360px;
	background: #F8F8F8;
	background: rgb(255, 255, 255, 0.8);
	border-radius: 5px;
	z-index: 999;
}

.navitem {
	height: 90px;
	line-height: 140px;
	text-align: center;
	cursor: pointer;
}

.navitem:hover {
	background: #3081F7;
	color: #fff;
	border-radius: 5px;
}

.nav-login {
	background: url(../img/service/nav1.png) no-repeat center 20px;
}

.nav-login:hover {
	background: url(../img/service/nav1_.png) no-repeat center 20px #3081F7;
}

.nav-service {
	background: url(../img/service/nav2.png) no-repeat center 20px;
}

.nav-service:hover {
	background: url(../img/service/nav2_.png) no-repeat center 20px #3081F7;
}

.nav-Applet {
	background: url(../img/service/nav3.png) no-repeat center 20px;
}

.nav-Applet:hover {
	background: url(../img/service/nav3_.png) no-repeat center 20px #3081F7;
}

.nav-help {
	background: url(../img/service/nav4.png) no-repeat center 20px;
}

.nav-help:hover {
	background: url(../img/service/nav4_.png) no-repeat center 20px #3081F7;
}

.Applet {
	width: 90px;
	height: 90px;
	position: absolute;
	right: 90px;
	top: 180px;
	background: rgb(255, 255, 255, 0.8);
}

.icService {
	background: url(../img/service/bg.jpg) center;
	padding: 20px 20px 30px 20px;
	box-sizing: border-box;
	height: 100%;
}

.sContent {
	width: 900px;
	left: 50%;
	margin-left: -450px;
	position: absolute;
}

.lowResolution .sHeader {
	height: 120px;
	position: absolute;
	top: -5px;
	left: 0;
	z-index: 99;
}

.heightResolution .sHeader {
	height: 120px;
	position: absolute;
	top: 5px;
	left: 0;
	z-index: 99;
}

.serviceIcon {
	width: 90px;
	height: 90px;
	background: url(../img/service/service.png) no-repeat;
	background-size: 100% 100%;
	float: left;
}

.sTitle1 {
	color: #3151BF;
	font-size: 26px;
	font-weight: bold;
	border-right: 1px solid #3151BF;
	float: left;
	margin: 17px 25px 0 30px;
	padding-right: 25px;
}

.sTitle2 {
	color: #3151BF;
	font-size: 18px;
	float: left;
	line-height: 72px;
}

.sBody {
	width: 100%;
	border-radius: 10px;
	position: absolute;
	box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.10);
	font-size: 0;
}

.lowResolution .sBody {
	height: 441px;
	top: 59px;
}

.heightResolution .sBody {
	height: 525px;
	top: 70px;
}

.sBody .left {
	width: calc(100% - 300px);
	height: 100%;
	display: inline-block;
	background: #F4F6FF;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	vertical-align: top;
}

.lowResolution .conversation {
	height: 322px;
}

.heightResolution .conversation {
	height: 407px;
}

.conversationBody {
	height: 100%;
	padding: 0 20px;
	overflow-y: scroll;
}

.conversationBody::-webkit-scrollbar {
	width: 0 !important
}

.conversationBody {
	-ms-overflow-style: none;
}

.conversationBody {
	overflow: -moz-scrollbars-none;
}


.conversationItem {
	margin-bottom: 20px;
}

.tr {
	text-align: right;
}

.headIcon {
	width: 45px;
	height: 45px;
	float: left;
	border-radius: 45px;
	background-color: #fff;
	text-align: center;
	margin-right: 15px;
}

.headIcon img {
	width: 60%;
	padding-top: 7px;
}

.replyBox {
	border-radius: 25px;
	border-top-left-radius: 0px;
	display: inline-block;
	background-color: #fff;
	padding: 10px 15px;
	font-size: 14px;
	max-width: 80%;
	line-height: 25px;
	box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.10);
	max-width: 75%;
}

.replyBox a {
	color: #4269DB;
}

.replyBox2 {
	border-radius: 25px;
	border-top-right-radius: 0px;
	display: inline-block;
	background-color: #4269DB;
	padding: 10px 15px;
	font-size: 14px;
	color: #fff;
	box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.10);
	max-width: 70%;
}

.replyBox2 p {
	text-align: left;
}

.replyBox3 {
	font-size: 12px;
	color: #B7B7B7;
}

.problemTitle {
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0;
	background: url(../img/service/hot.png) left 9px no-repeat;
	padding-left: 25px;
}

.titleList li {
	border-bottom: 1px dashed #BFBFBF;
	margin: 10px 0 10px 0;
	padding-bottom: 5px;
	cursor: pointer;
}

.titleList li::before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	background-color: #4269DA;
	margin-right: 10px;
	position: relative;
	top: -2px;
}

.titleList li:hover {
	color: #4269DB;
}


.editionTitle {
	font-size: 16px;
	padding: 15px 0 10px 0;
}

.buttonList {
	padding: 10px 0px;
	width: 350px;
}

.buttonList div {
	display: inline-block;
	padding: 10px 15px;
	border-radius: 15px;
	background-color: #F2F2F2;
	font-size: 14px;
	border: 1px solid #F2F2F2;
	cursor: pointer;
	margin-right: 10px;
	line-height: 15px;
}

.buttonList div:hover {
	border: 1px solid #4269DA;
	color: #4269DA;
	background-color: #fff;
}

.inputArea {
	background: #fff;
	height: 118px;
	border-bottom-left-radius: 10px;
}

.inputArea>div {
	padding: 7px 7px 3px 7px;
}

.conversationTextarea {
	width: 100%;
	border: none;
	resize: none;
}

.conversationTextarea:focus {
	outline: none;
}

.buttonArea {
	height: 30px;
	padding: 0 10px !important;
}

.buttonArea .NumberWords {
	float: left;
	font-size: 12px;
	color: #CCCCCC;
}

.buttonArea .button {
	float: right;
}

.buttonArea .button button {
	height: 30px;
	width: 80px;
	background-color: #9E9E9E;
	border: none;
	cursor: pointer;
	color: #fff;
	border-radius: 15px;
}

.buttonArea .hl button {
	background-color: #4269DA !important;
}

.sBody .right {
	width: 270px;
	background: #fff;
	height: 100%;
	display: inline-block;
	padding: 0 15px;
	overflow: auto;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.10);
}

.rtitle {
	font-size: 14px;
}

.rtitle::after {
	content: '';
	width: 165px;
	display: inline-block;
	height: 0;
	border-top: 1px solid #d5d5d5;
	position: relative;
	top: -5px;
	left: 5px;
}

.rcontent1 {
	overflow: hidden;
}

.rcitem1 {
	width: 50%;
	height: 90px;
	float: left;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	margin-bottom: 10px;
}

.lowResolution .rcitem1 {
	height: 82px !important;
}

.rcitem1 span {
	font-size: 11px;
}

.icbg1 {
	margin: 0px auto 5px auto;
	width: 40px;
	height: 40px;
	background: url(../img/service/ywnav1.png) no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}

.icbg2 {
	margin: 0px auto 5px auto;
	width: 40px;
	height: 40px;
	background: url(../img/service/ywnav2.png) no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}

.icbg3 {
	margin: 0px auto 5px auto;
	width: 40px;
	height: 40px;
	background: url(../img/service/ywnav3.png) no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}

.icbg4 {
	margin: 0px auto 5px auto;
	width: 40px;
	height: 40px;
	background: url(../img/service/ywnav4.png) no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}

.rcontent1 div:hover {
	background-color: #F2F2F2;
	border-radius: 5px;
}

.rcitem2 {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 20px;
	font-size: 13px;
	cursor: pointer;
}

.lowResolution .rcitem2 {
	margin-bottom: 12px;
}

.rcitem2 span {
	display: inline-block;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	background-color: #AAAAAA;
	color: #fff;
	margin-right: 15px;
	font-size: 12px;
}

.rcitem2:hover {
	color: #4269DB;
}

.hl1 {
	background-color: #FC7841 !important;
}

.hl2 {
	background-color: #FDAB4D !important;
}

.hl3 {
	background-color: #4285F2 !important;
}

.help {
	margin-top: 10px;
}

.help div {
	display: inline-block;
	padding: 8px 15px;
	border-radius: 15px;
	background-color: #fff;
	border: 1px solid #E9E9E9;
	font-size: 14px;
	cursor: pointer;
	margin-right: 10px;
	line-height: 15px;
	padding-left: 40px;
}

.isHelp {
	background: url(../img/service/good.png) no-repeat 10px center;
}

.noHelp {
	background: url(../img/service/bad.png) no-repeat 10px center;
}

.hasChose_y {
	background: url(../img/service/good_.png) no-repeat 10px center;
	background-color: #4269DB !important;
	color: #fff;
}

.hasChose_n {
	background: url(../img/service/bad_.png) no-repeat 10px center;
	background-color: #4269DB !important;
	color: #fff;
}

font[size="1"] {
	font-size: 12px;
}

font[size="2"] {
	font-size: 14px;
}

font[size="3"] {
	font-size: 16px;
}

font[size="4"] {
	font-size: 18px;
}

font[size="5"] {
	font-size: 24px;
}

font[size="6"] {
	font-size: 32px;
}

font[size="7"] {
	font-size: 48px;
}


/* 图片验证码 */
#wordCode.slidermodel {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .5);
	z-index: 9999;
}

#wordCode .slider {
	background-color: #fff;
	width: 278px;
	/* height: 230px; */
	z-index: 999;
	box-sizing: border-box;
	padding: 9px;
	border-radius: 6px;
	box-shadow: 0 0 11px 0 #999999;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -115px;
	margin-left: -139px;
}

#wordCode .slider .content {
	width: 100%;
	height: 159px;
	position: relative;
	margin-bottom: 10px;
}

.bg-img-div {
	width: 100%;
	height: 100%;
	position: absolute;
	transform: translate(0px, 0px);

	z-index: 0;
}

.bg-click-div {
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.slider-img-div {
	height: 100%;
	position: absolute;
	transform: translate(0px, 0px);
}

.bg-img-div img {
	width: 100%;
}

.slider-img-div img {
	height: 100%;
}

.slider .slider-move {
	height: 40px;
	width: 100%;
	position: relative;
}

.slider .bottom {
	height: 19px;
	width: 100%;
	margin-top: 10px;
}

.close-btn:hover,
.refresh-btn:hover {
	cursor: pointer
}

.refresh-btn,
.close-btn {
	display: inline-block;
}

.refresh-btn,
.close-btn,
.slider-move-track,
.slider-move-btn {
	background: url(../img/sprite.png) no-repeat;
}

.slider-move .slider-move-track {
	line-height: 38px !important;
	min-height: initial !important;
	font-size: 14px;
	text-align: center;
	white-space: nowrap;
	color: #88949d;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.slider {
	user-select: none;
}

.slider-move .slider-move-btn {
	transform: translate(0px, 0px);
	background-position: -5px 11.79625%;
	position: absolute;
	top: -12px;
	left: 0;
	width: 66px;
	height: 66px;
}

.submit-div {
	width: 100%;
	height: 40px;
	position: relative;
	margin: 5px auto;
}

.bottom .close-btn {
	width: 20px;
	height: 20px;
	background-position: 0 44.86874%;
}

.refresh-btn {
	width: 20px;
	height: 20px;
	background-position: 0 81.38425%;
	position: relative;
	top: 5px;
	left: 8px;
}

.tip-img {
	width: 130px;
	padding-left: 5px;
	/* position: absolute;
	right: 5px; */
}

.slider-move-span {
	font-size: 18px;
	display: inline-block;
	height: 40px;
	line-height: 40px;
}

#wordCode .bg-click-div .click-span {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50px;
	background-color: #409eff;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px !important;
	color: #fff;
	border: 2px solid #fff;
	min-height: initial !important;
	font-size: 16px !important;
}

.submit-btn {
	height: 40px;
	width: 120px;
	line-height: 40px;
	text-align: center;
	background-color: #409eff;
	color: #fff;
	font-size: 15px;
	box-sizing: border-box;
	border: 1px solid #409eff;
	float: right;
	border-radius: 5px;
}

.slider .bottom {
	height: 19px;
	width: 100%;
}

.refresh-btn,
.close-btn {
	display: inline-block;
}


.slider-move-btn:hover,
.close-btn:hover,
.refresh-btn:hover {
	cursor: pointer
}


.rotate-img-div {
	height: 100%;
	position: absolute;
	transform: rotate(0deg);
	margin-left: 50px;
}

.rotate-img-div img {
	height: 100%;
}


.bg-img-div {
	width: 100%;
	height: 100%;
	position: absolute;
	transform: translate(0px, 0px);
	background-size: 100% 159px;
	background-image: none;
	background-position: 0 0;
	z-index: 0;

}

.slider-img-div {
	height: 100%;
	width: 100%;
	background-size: 100% 159px;
	position: absolute;
	transform: translate(0px, 0px);
	/*border-bottom: 1px solid blue;*/
	z-index: 1;
}

.repairConfirm {
	padding: 30px;
	display: none;
}

.repairConfirm .tips {
	font-size: 18px;
	color: #333;
}

.repairConfirm .selectcont {
	background: #F8F8F9;
	padding: 40px 20px;
	margin-top: 30px;
	overflow: hidden;
}

.repairConfirm .selectcont .selectitem {
	width: 39%;
	margin: 0 5%;
	float: left;
	background: #fff;
	height: 150px;
	line-height: 150px;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #fff;
	cursor: pointer;
}

.sel-actived {
	border: 1px solid #2F81F7 !important;
	/* background: url(../img/gou1.png) no-repeat #fff!important; */
	background-size: 20px 20px !important;
	background-position: 260px 10px !important;
	background-image: url(../img/gou1.png) !important;
	background-repeat: no-repeat !important;
	background-color: #F0FAFF !important;
}

.repairConfirm .selecttips {
	padding: 20px 5%;
	clear: both;
	height: 80px;
	line-height: 28px;
}

.repairConfirm button {
	width: 130px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background-color: #2F81F7;
	border: 0;
	cursor: pointer;
	border-radius: 5px;
	font-size: 14px;
	margin: 20px auto;
	display: block;
}

.layui-layer-repair .layui-layer-title {
	background-color: #2F81F7 !important;
	color: #fff !important;
}

.layui-layer-repair .layui-layer-ico {
	background: url(../img/close2.png) no-repeat !important;
}

.repairFile {
	background: #F2F8FC;
	padding: 15px 15px 30px 15px;
}

.repairFiletitle {
	background: #2995F9;
	color: #fff;
	border-radius: 10px 10px 0 0;
	width: 100px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	margin-top: 20px;
}

.repairFileitem {
	background: #fff;
	padding: 0 15px;
}

.repairFileitem p {
	padding: 15px;
	border-bottom: 1px dotted #c8c8c8;
}

.repairFileitem p a {
	float: right;
}

.repairFileitem p span span {
	color: #D9001B;
}

.maskdiv {
	position: absolute;
	width: 100%;
	height: 100%;
}

.hlw-dc {
	width: 180px;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 999;
	box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.5);
}

.hlw-dc img {
	width: 100%;
}

.index_link_1 {
	border-left: 9px solid #fff;
	border-right: 9px solid #fff;
	border-top: 9px solid #fff;
	display: block;
}

.complaint-item {
	background-color: #F0F6FF;
	padding: 30px;
	margin-top: 20px;
}

.complaint-tit {
	background: url(../img/complaint/titbg.png) center 5px no-repeat;
	text-align: center;
	color: #2F81F7;
	margin-bottom: 30px;
}

.complaint-zy {
	overflow: hidden;
}

.complaint-zy>div {
	float: left;
	text-align: center;
	width: 33.33%;
}

.complaint-zy>div p {
	width: 210px;
	margin: 0 auto;
	font-size: 14px;
}

.shadow {
	-webkit-box-shadow: 0 0 8px 3px rgba(6, 0, 1, .04);
	-moz-box-shadow: 0 0 8px 3px rgba(6, 0, 1, .04);
	box-shadow: 0 0 8px 3px rgba(6, 0, 1, .04);
}

.floatWindow_close {
	position: absolute;
	/* top: 0px;
	right: 0px; */
	top: -10px;
	right: -10px;
	cursor: pointer;
	color: #E22323;
}

.floatWindow_close>img {
	width: 25px;
	height: 25px;
	border-radius: 25px;
	background-color: #ffffff;
}

.xctag.listtag,
.xstag.listtag,
.sxtag.listtag {
	padding: 5px 10px 5px 20px !important;
}

.xctag {
	background-image: linear-gradient(180deg, #BFFBD4 0%, #79F09B 100%);
	border-radius: 6px !important;
	padding: 3px 10px 3px 20px !important;
	color: #098C46;
	border: 0 !important;
	font-size: 12px !important;
	position: relative;
}

.xctag::after {
	content: " ";
	position: absolute;
	width: 22px;
	height: 24px;
	left: -10px;
	top: 0;
	background: url(../img/creditFile/cunxu.png) left center no-repeat;
}

.xstag {
	background-image: linear-gradient(180deg, #FBF2C3 0%, #FCD159 100%);
	border-radius: 6px !important;
	padding: 3px 10px 3px 20px !important;
	color: #9B5E10;
	border: 0 !important;
	font-size: 12px !important;
	position: relative;
}

.xstag::after {
	content: " ";
	position: absolute;
	width: 24px;
	height: 24px;
	left: -10px;
	top: 0;
	background: url(../img/creditFile/shouxinjili.png) left center no-repeat;
}

.sxtag {
	background-image: linear-gradient(180deg, #D5DEEF 0%, #B4BDCF 100%);
	border-radius: 6px !important;
	padding: 3px 10px 3px 20px !important;
	color: #535C6C;
	border: 0 !important;
	font-size: 12px !important;
	position: relative;
}

.sxtag::after {
	content: " ";
	position: absolute;
	width: 24px;
	height: 24px;
	left: -10px;
	top: 0;
	background: url(../img/creditFile/shixinchengjie.png) left center no-repeat;
}

.kjtag {
	background: #2f81f71a !important;
	border: 1px solid #2F81F7 !important;
	border-radius: 2px !important;
	padding: 3px 20px 3px 20px !important;
	color: #2F81F7 !important;
	position:relative;
	margin-left: 0 !important;
	margin-right: 15px;
	font-size: 12px !important;
}

.kjtag::after{
	content: " ";
	position: absolute;
	width: 8px;
	height: 16px;
	left: 5px;
	top: 4px;
	background: url(../img/creditFile/zuo.png) left center no-repeat;
}
.kjtag::before{
	content: " ";
	position: absolute;
	width: 8px;
	height: 16px;
	right: 5px;
	top: 4px;
	background: url(../img/creditFile/you.png) left center no-repeat;
}

.sxtag.tag-cm::after {
	background: url(../img/creditFile/chuming.png) left center no-repeat;
}

.sxtag.tag-dx::after {
	background: url(../img/creditFile/diaoxiao.png) left center no-repeat;
}

.sxtag.tag-zx::after {
	background: url(../img/creditFile/zhuxiao.png) left center no-repeat;
}

.sxtag.tag-cx::after {
	background: url(../img/creditFile/chexiao.png) left center no-repeat;
}

.sxtag.tag-qc::after {
	background: url(../img/creditFile/qianchu.png) left center no-repeat;
}

.sxtag.tag-xy::after {
	background: url(../img/creditFile/xieye.png) left center no-repeat;
}
.sxtag.tag-zl::after {
	background: url(../img/creditFile/zelingguanbi.png) left center no-repeat;
}
.sxtag.tag-qt::after {
	background: url(../img/creditFile/qita.png) left center no-repeat;
}
#check_icon{
	position: absolute;
    top: -24px;
    right: 10%;
    transform: rotate(-50deg)
}
/* #load_check_files{
	top: 16px;
	left: 175px;
} */

.pro_frUl_m{
	overflow: visible !important;
}


