﻿@charset "utf-8";
/*iframe {        
        filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        filter: gray;
}
.floating {        
        filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        filter: gray;
}
.pr {        
        filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        filter: gray;
}*/

body {
	background: #fafafa;
	font-family: "微软雅黑";
	margin: 0 auto;
	text-align: center;
	color: #3b3232;
	min-width: 1200px
}

/* 企业信用报告申请 */
.w700{
	width:700px
}
.h166{
	height:166px
}

.vertical-top{
	vertical-align: top;
}

.border-grey{
	border:1px solid #ccc;
}

.color-blue{color:#4985e9;}

.button-grey{
	min-width:170px;
	padding:10px;
	color:#fff;
	border:none;
	background-color:#adadad;
	cursor: pointer;
}
.button-grey:hover{
	background-color:#969090	
}
.button-red{
	min-width:170px;
	padding:10px;
	color:#fff;
	border:none;
	background-color:#e86464;
	cursor: pointer;	
}
.button-red:hover{
	background-color:#ed6a6a;
}
/* 企业信用报告申请 */

#container {
	min-width: 1200px;
	margin: 0 auto
}

#main {
	width: 1200px;
	margin: 0 auto;
	text-align: left;
}

/* 通用头部 */
#header {
	background: url(../images/header.jpg) no-repeat center top;
	background-size: 100% 263px
}
#header-img{ background: url(../images/header-img1.png) top right no-repeat; background-size:contain; }
#header-right-back{background: url(../images/header-right-back.png) top right no-repeat;}
#header-left-back{background: url(../images/header-left-back.png) top left no-repeat;}

#headerLinks {
	display: inline-block;
	line-height: 34px;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
}

#headerLinks a {
	display: inline-block;
	padding: 0 5px
}

#headerInner {
	margin: 0 auto;
	width: 1200px;
	height: 260px;
	position: relative;
}

#logo {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -38px;
}

#navWrapper {
	background-color: #de4a4a;
	font-size: 16px;
}

.navList {
	position: relative;
	list-style-type: none;
	display: block;
	width: 1200px;
	margin: 0 auto;
}

.navList:after {
	content: "\200b";
	display: block;
	width: 100%;
	height: 0;
	clear: both
}

.navList li {
	position: relative;
	float: left;
	display: block;
	height: 50px;
}

.navList li:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -10px;
	display: block;
	width: 1px;
	height: 20px;
	background-color: #ec593b;
}

.navList li:nth-child(8n):after {
	background-color: transparent
}

.navList li a {
	display: block;
	width: 105px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	color: #fff;

}

.navList li a:hover {
	background: url(../images/headeer_over.jpg) top center no-repeat;
}

.tabSearchWrapper {
	width: 460px;
	height: 100px;
	position: absolute;
	right: 120px;
	top: 80px;
}

.tabSearchHeader {
	height: 50px;
	line-height: 50px;
}

.tabSearchHeader span {
	/*display: inline-block;*/
	padding: 0px 20px;
	position: relative;
	cursor: pointer;
	float:left;
}
.tabSearchFormWrapper {
	padding-right: 68px;
	position: relative;
}

.tabSearchText {
	display: block;
	width: 100%;
	height: 50px;
	padding: 0 10px;
	outline: none;
	border: 1px solid #ccc;
}

.tabSearchButton {
	position: absolute;
	top: 0;
	right: 0;
	width: 68px;
	height: 50px;
	border: none;
	background: #eb5352 url(../images/magnifier.png) no-repeat center center;
	cursor: pointer;
}

.tabSearchButton:hover {
	background-color: #ef5858
}

.tabSearchActive {
	color: #eb5352
}

.tabSearchActive:before {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom-color: #fff;
	position: absolute;
	left: 50%;
	top: 31px;
	margin-left: -10px;
	z-index: 2;
}

.tabSearchActive:after {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border: 12px solid transparent;
	border-bottom-color: #ccc;
	position: absolute;
	left: 50%;
	top: 27px;
	margin-left: -12px;
	z-index: 1;
}

/* 通用标题 start */
.publicItemHeader {
	border-bottom: 1px solid #ccc
}

.publicItemHeaderTxt {
	border-bottom: 4px solid #ea3e3e;
	display: inline-block;
	padding-bottom: 2px;
	font-size: 16px
}

.publicItemHeaderTxt span {
	margin-left: 5px
}

.publicItemContent {
	padding: 15px
}

/* 通用标题 end */

/* 栏目标题 */
.title {
	border-bottom: 4px solid #ffd3cd
}

.title:after {
	content: "\200b";
	display: block;
	width: 100%;
	height: 0;
	clear: both;
}

.title-name {
	float: left;
	padding-right: 15px;
	padding-bottom: 5px;
	height: 38px;
	line-height: 34px;
	font-size: 20px;
}

.title-name-active {
	position: relative;
	color: #de4b4b
}

.title-name-active:before {
	content: "\200B";
	position: absolute;
	left: 0;
	bottom: -4px;
	display: block;
	width: 100%;
	height: 4px;
	background-color: #de4a4a
}

.title-icon {
	padding-left: 55px;
	background: url(../images/title-icon.png) no-repeat left top;
}

.title-more {
	float: right
}

/* 文章搜索 */
.search_artical_title {
	font-size: 16px;
	height: 56px;
	line-height: 56px;
	text-align: left;
	color: #0c0300;
	text-indent: 20px;
}

.input_content {
	height: 45px;
	display: inline-block;
	overflow: hidden;
	cursor: pointer;
}

.btn {
	float: right;
	display: block;
	width: 40px;
	height: 45px;
	background: url(../images/search_blue.png) 5px 10px no-repeat;
	cursor: pointer;
	border: 0px;
}

.search_artical_input {
	height: 45px;
	width: 310px;
	line-height: 45px;
	margin: 0 auto;
	background-color: #fff;
}

.search_text {
	display: block;
	width: 265px;
	height: 45px;
	line-height: 45px;
	text-align: left;
	text-indent: 20px;
	border: 0
}

/* table rouge */
.table-rouge {
	width: 100%;
	border-collapse: collapse;
	background-color: #ededed;

}

.table-rouge tr th {
	text-align: center;
	color: #fff;
	line-height: 38px;
	background: #de4a4a;border-right:1px solid #e2e0e0
}

.table-rouge tr th:last-child {
	border-right: none
}

.table-rouge tr td {
	vertical-align: middle;
	border-right: 1px solid #e2e0e0
}

.table-rouge tr td:last-child {
	border-right: none
}

.table-rouge tr td div {
	padding: 10px 5px;
}


/* tab选项卡 */
.tab-normal-header {
	background-color: #ffe9e3;
	margin-bottom: 10px
}

.tab-normal-item {
	float: left;
	height: 36px;
	line-height: 36px;
	cursor: pointer;
}

.tab-normal-item-active {
	position: relative;
	color: #cd4444;
}

.tab-normal-item-active:after {
	content: "\200B";
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -5px;
	bottom: -10px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top-color: #fde9e3;
}

.tab-links {
	position: relative;
}

.tab-links-header {
	margin-top: -40px;
	margin-bottom: 10px;
}

.tab-links-special {
	float: left;
	margin-right: 5px;
	padding-left: 48px;
	padding-right: 20px;
	color: #fff;
	height: 32px;
	line-height: 32px;
	background: #de4a4a	url(../images/emblem.png) no-repeat 14px center;
	cursor: pointer;
}
.tab-links-special:hover {
	float: left;
	margin-right: 5px;
	padding-left: 48px;
	padding-right: 20px;
	color: #fff;
	height: 32px;
	line-height: 32px;
	background: #b42f2f	url(../images/emblem.png) no-repeat 14px center;
	cursor: pointer;

}
.tab-links-item {
	float: left;
	margin-right: 5px;
	padding-left: 20px;
	padding-right: 20px;
	height: 36px;
	line-height: 36px;
	background-color: #efefef;
	cursor: pointer;
}

.tab-links-item-active {
	position: relative;
	color: #cd4444;
	background-color: #ffd3cd;
}

.tab-section-item {
	float: left;
	padding-right: 15px;
	padding-bottom: 5px;
	height: 38px;
	line-height: 38px;
	font-size: 20px;
	cursor: pointer;
}

.tab-section-item-active {
	position: relative;
	color: #de4b4b;
}

/* 图文信息 */
.picTxt {
	display: block;
}

.picTxt:after {
	content: "\200B";
	display: block;
	width: 100%;
	height: 0;
	clear: both;
}

.picTxt dt {
	float: left;
	display: block;
	width: 260px;
}

.picTxt dd {
	float: right;
	display: block;
}

.picTxt .headerInfoLast {
	position: relative;
	padding-right: 10px;
	padding-left: 0;
	text-align: left;
	font-size: 14px;
}

.picTxt .headerInfoLast-header {
	padding: 15px 0;
	height: 64px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.picTxt .headerInfoLast-header a {
	color: #0c0300;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

.picTxt .headerInfoLast-additional {
	font-size: 12px;
	margin-top: 10px
}

.picTxt .headerInfoLast-additional:after {
	display: block;
	content: "\200B";
	height: 0;
	clear: both
}

.picTxt .headerInfoLast-additional i {
	font-style: normal
}

.picTxt .additional-left {
	float: left;
}

.picTxt .additional-zl {
	display: inline-block;
	padding: 0 10px;
	height: 20px;
	color: #fff;
	background-color: #e00000
}

.picTxt .additional-zl-name {
	background-color: #edefee;
	display: inline-block;
	padding: 0 10px;
	height: 20px
}

.picTxt .additional-right {
	float: right;
	height: 20px;
	line-height: 20px;
}

.picTxt .additional_from {
	padding-left: 15px;
	background: url(../images/comp.png) 0 3px no-repeat;
}

.picTxt .headerInfoLast-content {
	text-indent: 2em;
	padding-top: 15px;
	width: 100%;
	height: 150px;
	overflow-y: auto;
}

.picTxt .headerInfoLast-footer {
	height: 50px;
	line-height: 50px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 315px;
	padding-right: 10px;
	text-align: right;
	border-top: 1px solid #ccc;
}

.picTxt .headerInfoLast-footer a {
	text-decoration: none
}

.picTxt .headerInfoLast-footer a:link {
	color: #e22323
}

.picTxt .headerInfoLast-footer a:visited {
	color: #e22323
}

.picTxt .headerInfoLast-footer a:hover {
	color: #ef5858
}

.picTxt .headerInfoLast-footer a:active {
	color: #e22323
}

/* 头条新闻版块 */
.headerInfoWrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
	height: 350px;
	border: 1px solid #e7e2de;
}
.headline-slides {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 750px;
	height: 350px;
	background: #f6f6f6;
	border: 1px solid #ccc;
	box-sizing: border-box;
	overflow: hidden;
}
.headline-slides .slideInner {
	width: 750px;
	height: 350px;
	position: relative;
	background-color: #f6f6f6;
}
.headline-slides .swiper-slide {
	width: 750px;
	height: 350px;
}
.headline-slides .arrow-left {
	background: url(../images/arrows.png) no-repeat left top;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -15px;
	width: 17px;
	height: 30px;
	z-index: 10
}
.headline-slides .arrow-right {
	background: url(../images/arrows.png) no-repeat left bottom;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -15px;
	width: 17px;
	height: 30px;
	z-index: 10;
}
.headline-slides .swiper-headline-container {
	width: 750px;
	height: 350px;
}
.headline-slides .headline-pagination {
	position: absolute;
	right: 15px;
	text-align: center;
	bottom: 15px;
	z-index: 10;
}
.headline-tab {
	position: absolute;
	right: 0;
	top: 15px;
	width: 432px;
}
.headline-tab-header {
	position: relative;
	height: 70px;
	padding-top: 32px;
	padding-left: 9px;
	background: url(../images/headline-tab-header.png) no-repeat left top;
}
.headline-tab-header-simple {
	height: 35px;
	background: url(../images/headline-tab-header-simple.png) no-repeat left top;
}
.headline-tab-header .nav-title {
	position: absolute;
	top: 3px;
	left: 0;
	padding-left: 60px;
	font-size: 18px;
	color: #ffffff;
}


.headline-tab-header .nav-title-more {
	position: absolute;
	top: 0;
	right: 20px;
	fill:#c83737;
}
.headline-tab-header .nav-title-more:hover{
	fill:#feac97;
}

.headline-tab-item {
	float: left;
	width: 112px;
	text-align: center;
	line-height: 30px;
	color: #884d4b;
	cursor: pointer;
}
.headline-tab-item:hover {
	float: left;
	width: 112px;
	text-align: center;
	line-height: 30px;
	color: #d23f3a;
	cursor: pointer;
	background: #edbdaf;
}

.headline-tab-item-active {
	position: relative
}

.headline-tab-item-active:after {
	content: "\200B";
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -5px;
	bottom: -9px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top-color: #fcd5ca;
}

.headline-txt {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding-left: 15px;
	padding-right: 95px;
	color: #fff;
	text-align: left;
	line-height: 46px;
	white-space: nowrap;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: rgba(0, 0, 0, .6);
}

.headerInfoLast {
	position: relative;
	text-align: left;
	font-size: 14px;
}

.headerInfoLast-header {
	overflow: hidden;
}

.headerInfoLast-header a {
	color: #0c0300;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.headerInfoLast-additional {
	font-size: 12px;
	margin-top: 10px;
}

.headerInfoLast-additional:after {
	display: block;
	content: "\200B";
	height: 0;
	clear: both
}

.headerInfoLast-content {
	margin-bottom: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-indent: 2em;
}

/* 头条新闻有轮显 */
#headerInfoWrapper {
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
	height: 350px;
	position: relative;
}

#headerInfoSlides {
	width: 1200px;
	height: 350px;
	background: #f6f6f6;
	position: absolute;
	left: 0;
	bottom: 0;
	border: 1px solid #ccc;
	box-sizing: border-box;
	overflow: hidden;
}

.headerInfoWithTxt .slideInner {
	padding-left: 750px;
	width: 440px;
	height: 350px;
	position: relative;
	background-color: #f6f6f6;
}

#headerInfoSlides .swiper-slide {
	width: 1200px;
	height: 350px;
}

#headerInfoSlides .swiper-slide .slideInner img {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 750px;
	height: 350px;
}

#headerInfoSlides .arrow-left {
	background: url(../images/arrows.png) no-repeat left top;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -15px;
	width: 17px;
	height: 30px;
	z-index: 10
}

#headerInfoSlides .arrow-right {
	background: url(../images/arrows.png) no-repeat left bottom;
	position: absolute;
	right: 465px;
	top: 50%;
	margin-top: -15px;
	width: 17px;
	height: 30px;
	z-index: 10;
}

#headerInfoSlides .swiper-container {
	width: 1200px;
	height: 350px;
}

#headerInfoSlides .pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: 15px;
	width: 700px;
	z-index: 10
}

#headerInfoSlides .swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 1px 2px #555 inset;
	margin: 0 3px;
	cursor: pointer;
}

#headerInfoSlides .swiper-active-switch {
	background-color: #0365b8;
}

.headerInfoLast {
	padding: 20px;
	height: 350px;
	position: relative;
	text-align: left;
	font-size: 14px;
}

.headerInfoLast-header {
	padding: 15px 0;
	overflow: hidden;
}

.headerInfoLast-header a {
	color: #0c0300;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

.headerInfoLast-additional {
	font-size: 12px;
	margin-top: 10px
}

.headerInfoLast-additional:after {
	display: block;
	content: "\200B";
	height: 0;
	clear: both
}

.headerInfoLast-additional i {
	font-style: normal
}

.additional-left {
	float: left;
}

.additional-zl {
	display: inline-block;
	padding: 0 10px;
	height: 20px;
	color: #fff;
	background-color: #ea3e3e
}

.additional-zl-name {
	background-color: #edefee;
	display: inline-block;
	padding: 0 10px;
	height: 20px
}

.additional-right {
	float: right;
	height: 20px;
	line-height: 20px;
}

.additional_from {
	padding-left: 15px;
	background: url(../images/comp.png) 0 3px no-repeat;
}

.headerInfoLast-content {
	text-indent: 2em;
	padding-top: 15px;
	width: 410px;
	height: 150px;
	overflow-y: auto;
}

.headerInfoLast-footer {
	height: 50px;
	width: 418px;
	line-height: 50px;
	position: absolute;
	bottom: 0;
	text-align: right;
	border-top: 1px solid #ccc;
}

.headerInfoLast-footer a {
	text-decoration: none
}

.headerInfoLast-footer a:link {
	color: #e22323
}

.headerInfoLast-footer a:visited {
	color: #e22323
}

.headerInfoLast-footer a:hover {
	color: #ef5858
}

.headerInfoLast-footer a:active {
	color: #e22323
}


/* 互动连接 */
.swiper-interact-container {
	position: relative;
	width: 1200px;
	height: 118px;
	overflow: hidden;
}

#interactionLinks .arrow-left {
	background: url(../images/arrows.png) no-repeat left top;
	position: absolute;
	left: -30px;
	top: 50%;
	margin-top: -15px;
	width: 17px;
	height: 30px;
	z-index: 10;
}

#interactionLinks .arrow-right {
	background: url(../images/arrows.png) no-repeat left bottom;
	position: absolute;
	right: -30px;
	top: 50%;
	margin-top: -15px;
	width: 17px;
	height: 30px;
	z-index: 10;
}

.shortcuts {
	display: block;
	margin-left: 4px;
	margin-right: -4px;
}

.shortcuts:after {
	content: "\200B";
	display: block;
	width: 100%;
	height: 0;
	clear: both
}

.shortcuts li {
	display: block;
}

.shortcut {
	position: relative;
	display: block;
	width: 164px;
	/*width: 188px;*/
	height: 117px;
	text-align: center;
}

.shortcut img{
	position:absolute;
	left: 0px;
	bottom: 0px;
}

.shortcut:hover {
	opacity: .70
}

.shortcut span {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
	color:#ffffff;
	/*bottom: 6px;*/
	display: block;
	line-height: 36px;
	background:url(../images/credit-items/tmback.png);
}
.shortcut-1 {
	background: url(../images/credit-shortcuts/shortcut1.png) no-repeat bottom center;
}

.shortcut-2 {
	background: url(../images/credit-shortcuts/shortcut2.png) no-repeat bottom center;
}

.shortcut-3 {
	background: url(../images/credit-shortcuts/shortcut3.png) no-repeat bottom center;
}

.shortcut-4 {
	background: url(../images/credit-shortcuts/shortcut4.png) no-repeat bottom center;
}

.shortcut-5 {
	background: url(../images/credit-shortcuts/shortcut5.png) no-repeat bottom center;
}

.shortcut-6 {
	background: url(../images/credit-shortcuts/shortcut6.png) no-repeat bottom center;
}

.shortcut-7 {
	background: url(../images/credit-shortcuts/shortcut7.png) no-repeat bottom center;
}

.shortcut-8 {
	background: url(../images/credit-shortcuts/shortcut8.png) no-repeat bottom center;
}

.shortcut-9 {
	background: url(../images/credit-shortcuts/shortcut9.png) no-repeat bottom center;
}

.shortcut-10 {
	background: url(../images/credit-shortcuts/shortcut10.png) no-repeat bottom center;
}

.shortcut-11 {
	background: url(../images/credit-shortcuts/shortcut11.png) no-repeat bottom center;
}

.shortcut-12 {
	background: url(../images/credit-shortcuts/shortcut12.png) no-repeat bottom center;
}

.shortcut-13 {
	background: url(../images/credit-shortcuts/shortcut13.png) no-repeat bottom center;
}

/*信用服务 开始*/
.credit-services {
    display: block;
    height: 650px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: 4px;
}

.credit-services li {
	height: 100px;
    box-sizing: border-box;
    border-bottom: 1px solid #cccccc;
}

.credit-services a {
	display: inline-block;
	width: 300px;
}

.credit-service {
	height: 100px;
	padding: 5px 1px;
	text-align: left;
}

.credit-service img {
	width: 150px;
	height: 90px;
}

.credit-service span {
	display: inline-block;
    width: 218px;
    vertical-align: middle;
    font-size: 16px;
    color: #0c0300;
    cursor: pointer;
    position: relative;
    top: -42px;
    left: 12px;
    width: 115px;
}

.credit-services::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 5px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}
.credit-services::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgb(153, 153, 153);
	background: #535353;
}
.credit-services::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgb(153, 153, 153);
	border-radius: 10px;
	background: #EDEDED;
}

/*信用服务 结束*/

/*四个诚信 开始*/
.credit-item {
	position: relative;
	width: 280px;
	height: 133px
}

.credit-item img {
	display: block;
	width: 280px;
	height: 133px
}

a.credit-item-link {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 40px;
	color: #fff;
	font-size: 20px;
	background-color: rgba(0, 0, 0, .75)
}

.credit-item:hover a.credit-item-link {
	display: block
}

/*四个诚信 结束*/

/* 信用查询 start */
.creditQueryWrapper {
    border: 1px solid #ccc;
    padding: 15px 0
}
.creditQueryTitle {
    font-size: 24px;
    text-align: center
}

.creditQueryTitle span {
    display: inline-block;
    color: #ea3e3e;
    padding-bottom: 5px;
    border-bottom: 4px solid #ea3e3e
}

table.creditQueryTable {
    border-collapse: collapse;
    width: 1000px;
    line-height: 40px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}

table.creditQueryTable tr th {
    text-align: right;
    font-weight: normal;
    width: 200px
}

table.creditQueryTable tr td {
    padding: 5px 0
}

.creditQueryTxt {
    padding: 0 15px 15px 0;
    width: 1000px;
    margin: 0 auto;
}

table.creditQueryResultTable {
    border-collapse: collapse;
    table-layout: fixed;
    line-height: 40px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

table.creditQueryResultTable tr th {
    font-weight: normal;
    color: #fff;
    background-color: #ea3e3e;
    text-align: center;
    border-right: 1px solid #fff
}

table.creditQueryResultTable tr th:last-child {
    border-right: 1px solid #ccc
}

table.creditQueryResultTable tr td {
    padding: 5px;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 21px;
    border: 1px solid #ccc
}

table.creditQueryResultTable tr:hover {
    background-color: #eee
}

.searchWrapper {
    height: 40px;
    padding-right: 80px;
    position: relative;
}

.searchTxt {
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid #ccc;
    padding: 0 10px;
}

.searchButton {
    width: 80px;
    height: 40px;
    color: #fff;
    background-color: #ea3e3e;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
}

.codeWrapper {
    width: 400px;
    height: 40px;
    position: relative;
    padding-right: 118px;
    display: inline-block;
}

.codeTxt {
    display: block;
    border: 1px solid #ccc;
    width: 100%;
    height: 40px;
    padding: 0 10px;
}

.codeImg {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.creditQueryDetail {
    border: 1px solid #ccc;
    padding: 15px;
    position: relative;
}

.creditQueryDetailFeedback {
    width: 100px;
    text-align: center;
    background-color: #0063ba;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff
}
.creditQueryDetailFeedback a:link {
    color: #fff
}

.creditQueryDetailFeedback a:visited {
    color: #fff
}

.creditQueryDetailFeedback a:hover {
    color: #ffcc33
}

.creditQueryDetailFeedback a:active {
    color: #fff
}

.creditQueryDetailName {
    font-size: 28px
}

ul.creditQueryDetailList {
    list-style-type: none;
    padding: 15px 0;
}

ul.creditQueryDetailList li {
    line-height: 24px;
}

.creditQueryDetailAcquire {
    padding-top: 15px;
    position: relative;
    height: 30px;
    line-height: 30px;
    margin-bottom: 15px;
}

a.creditQueryDetailDown {
    display: inline-block;
    background: #ea3e3e url(../images/icon-down.png) no-repeat 10px center;
    padding: 0 10px 0 34px;
}

a.creditQueryDetailDown:link {
    color: #fff
}

a.creditQueryDetailDown:visited {
    color: #fff
}

a.creditQueryDetailDown:hover {
    background-color: #ef5858
}

a.creditQueryDetailDown:active {
    color: #fff
}

.creditQueryDetailShare {
    position: absolute;
    right: 0;
    top: 10px
}

.creditQueryDetailTxt {
    padding: 10px;
    color: #a7a7a5;
    font-size: 12px;
}

.creditQueryDetailTxtTitle {
    color: #e22323
}

.creditQueryTabsWrapper {
    border: 1px solid #ccc;
    position: relative;
    margin-bottom: 10px
}

.creditQueryTabsHeader {
    line-height: 50px;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
}

.creditQueryTabsHeader div {
    height: 50px;
    float: left;
    padding: 0 10px;
    cursor: pointer;
}

.creditQueryTabsHeader div span {
    margin-left: 5px;
    color: #e22323;
}

.creditQueryTabsHeaderActive {
    color: #e22323;
    border-bottom: 5px solid #0063ba
}

.creditQueryTabItemHeader {
    border-bottom: 1px solid #ccc
}

.creditQueryTabItemHeaderTxt {
    border-bottom: 4px solid #ea3e3e;
    display: inline-block;
    padding-bottom: 2px;
    font-size: 16px;
}

.creditQueryTabItemHeaderTxt span {
    margin-left: 5px
}

.creditQueryTabItemHeader a {
	float: right;
	display: block;
    line-height: 28px
}

.creditQueryTabItemHeader a:link {
    color: #666
}

.creditQueryTabItemHeader a:visited {
    color: #666
}

.creditQueryTabItemHeader a:hover {
    color: #999
}

.creditQueryTabItemHeader a:active {
    color: #999
}

.creditQueryTabContent {
    padding: 15px
}

.creditQueryTabTable {
    border-collapse: collapse;
    width: 100%;
    text-align: left;
}

.creditQueryTabTable tr th {
    padding: 10px 5px;
    width: 140px;
}

.creditQueryTabTable tr td {
    padding: 10px 5px;
}

.creditQueryTabHeader {
    color: #0063ba;
    font-size: 16px;
    padding-left: 15px;
    position: relative;
}

.creditQueryTabHeader:before {
    display: block;
    content: "\200B";
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
    border-radius: 50%;
    background-color: #0063ba;
}

.creditQueryTabSelection {
    display: none;
}
/* 信用查询 end */

/* 异议反馈 start */
.replayTable {
    border-collapse: collapse;
    width: 100%;
    text-align: left;
}

.replayTable tr th {
    padding: 10px 5px;
    width: 390px;
    text-align: right
}

.replayTable tr td {
    padding: 10px 5px
}

.commentQueryTable {
    border-collapse: collapse
}

.commentQueryTable tr th {
    padding: 10px 5px;
    width: 390px;
    text-align: right
}

.commentQueryTable tr td {
    padding: 10px 5px
}

/* 异议反馈 end */

/* 异议申诉情况 start */
.table-yyss,.table-yyss tr th,.table-yyss tr td{
	box-sizing: border-box;
}
.table-yyss{
	border-collapse: collapse;
	table-layout: fixed;
	width:100%;
	font-size:14px
}
.table-yyss tr th{
	height: 28px;
	text-align: center;
	padding-left:5px;
	padding-right:5px;
	font-weight: normal;
	border:1px solid #ccc;
}
.table-yyss tr td{
	height:30px;
	padding-left:5px;
	padding-right:5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border:1px solid #ccc
}
/* 异议申诉情况 end */

/* 惩戒激励 联合惩戒 start */
.jcInfoBox {
    width: 590px;
}

.jcInfo {
    border-bottom: 1px solid #ccc
}

.jcInfo dt {
    padding: 15px 0;
}

.jcInfo dd {
    color: #666;
    padding-bottom: 15px;
}

.redListBoxTxt {padding: 15px 8px}

.departmentName {
    display:block;
    float: left
}

.departmentDate {
    display: block;
    float: right
}

.departmentsWrapper {
    border: 1px solid #ccc;
    padding: 10px;
    margin-top: 10px;
    text-align: left;
}

#jcSlideWrapper {
    position: relative;
}

.jcTabHeader {
    width: 34px;
    height: 108px;
    text-align: center;
    position: absolute;
    left: 0;
    background-color: #dedede;
}

.jcTabHeader:after {
    display: block;
    content: "\200B";
    height: 0;
    clear: both
}

.jcTabItem {
    cursor: pointer;
    height: 54px;
    line-height: 54px;
    position: relative;
}

.jcTabItem span {
    display: inline-block;
    line-height: 14px;
    width: 14px;
    height: 28px;
    position: absolute;
    top: 13px;
    left: 10px;
}

.jcTabItem-active {
    cursor: default;
    background-color: #ea3e3e;
    color: #fff;
}

.jcTabItem-active:after {
    content: "\200B";
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 6px;
    border-left-color: #ea3e3e;
    position: absolute;
    right: -12px;
    bottom: 21px;
}

#departmentsSlide .swiper-wrapper {
    padding-left: 3px
}

#departmentsSlide {
    position: relative;
}

#departmentsSlide .swiper-container {
    width: 1062px;
    height: 108px;
    color: #fff;
    text-align: center;
}

#departmentsSlide .arrow-left {
    background: #666 url(../images/departmentsArrow-left.png) no-repeat center center;
    position: absolute;
    left: 40px;
    top: 50%;
    margin-top: -54px;
    width: 36px;
    height: 108px;
    z-index: 10;
}

#departmentsSlide .arrow-right {
    background: #666 url(../images/departmentsArrow-right.png) no-repeat center center;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -54px;
    width: 36px;
    height: 108px;
    z-index: 10;
}

.departmentForSlide {
    cursor: pointer;
    position: relative;
    cursor: pointer
}

.departmentForSlide img {
    width: 210px;
    height: 108px;
}

.departmentForSlide-active {
    cursor: default;
}

.departmentsWrapper{
	border:1px solid #ccc;
	padding:10px;
	margin-top: 10px;
}

#jcSlideWrapper{
	position: relative;
}
.jcTabHeader{
    width: 34px;
    height: 108px;
    text-align: center;
    position: absolute;
    left: 0;
    background-color: #dedede;
}
.jcTabHeader:after{
	display:block;
	content:"\200B";
	height:0;
	clear:both
}
.jcTabItem{cursor: pointer;height: 54px;line-height:54px;position: relative}
.jcTabItem span{display:inline-block;line-height:14px;width: 14px;height: 28px;position: absolute;top: 13px;left: 10px}
.jcTabItem-active{
	cursor:default;
	background-color:#ea3e3e;
	color: #fff;
}
.jcTabItem-active:after{
	content:"\200B";
	width:0;
	height:0;
	border-color:transparent;
	border-style:solid;
	border-width:6px;
	border-left-color:#ea3e3e;
	position:absolute;
	right:-12px;
	bottom:21px;
}

#departmentsSlide{position:relative}
.swiper-container2 {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	direction:ltr;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	z-index:1;
}
#departmentsSlide .swiper-container2{
	width: 1200px;
	height: 119px;
	color: #fff;
	text-align: center;
}
#departmentsSlide .arrow-left2 {
	background: url(../images/lunbo_arrow_grey_left.png) no-repeat left center;
	position: absolute;
	left: -36px;
	top: 50%;
	margin-top: -59.5px;
	width: 36px;
	height: 119px;
	z-index: 10;
}

#departmentsSlide .arrow-right2 {
	background: url(../images/lunbo_arrow_grey_right.png) no-repeat right center;
	position: absolute;
	right: -36px;
	top: 50%;
	margin-top: -59.5px;
	width: 36px;
	height: 119px;
	z-index: 10;
}
.departmentForSlide{
	cursor:pointer;
	position: relative;
	cursor: pointer
}
.departmentForSlide img{width: 165px;height: 119px;}
.departmentForSlide-active{
	cursor: default;
}
#assistWrapper {
    padding-top: 10px
}

.assistTable {
    border-collapse: collapse;
    width: 100%;
    text-align: center;
    table-layout: fixed
}

.assistTable tr td {
    height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.randbActionListBox {
    position: relative;
}

.randbActionListBox:after {
    content: "\200B";
    display: block;
    position: absolute;
    background-color: #ccc;
    width: 1px;
    margin-left: -0.5px;
    left: 50%;
    top: 20px;
    bottom: 10px;
}

ul.randbActionList {
    width: 550px;
    list-style-type: none;
    line-height: 36px;
}

ul.randbActionList li {
    padding-right: 80px;
    position: relative
}

ul.randbActionList li a {
    display: inline-block;
    padding-left: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 460px;
}

ul.randbActionList li span {
    position: absolute;
    right: 0;
    color: #ccc
}

.aboutPrimeBox {
    padding-top: 15px
}

.aboutPrimeTableWrapper {
    margin-left: -10px;
    margin-right: -10px
}

.aboutPrimeTable {
    border-collapse: collapse;
    table-layout: fixed;
    line-height: 40px;
    width: 100%;
    text-align: center;
}

.aboutPrimeTable tr th {
    font-weight: normal;
    background-color: #d1e1f0;
    border-top: 1px solid #c7d8ea;
    border-bottom: 1px solid #c7d8ea;
    text-align: center
}

.aboutPrimeTable tr td {
    padding: 5px;
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid #ccc
}

.aboutPrimeTable tr:nth-child(2n+1) {
    background-color: #eee
}
/* 惩戒激励 联合惩戒 end */


/*信易+轮显 开始*/
.swiper-yinyiPlus-box {
	position: relative
}

.swiper-yinyiPlus-box .yinyiPlus-pagination {
	position: absolute;
	right: 20px;
	bottom: 25px;
}

.swiper-yinyiPlus-container {
	width: 300px;
	height: 210px;
	border: 1px solid #e7e2de;
	overflow: hidden;
}

.yinyiPlus-item {
	position: relative;
	width: 300px;
	padding: 5px;
}

.yinyiPlus-item a{
	transition: all ease .5s
}
.yinyiPlus-item a:hover{
	transform: scale(1.1)
}

.yinyiPlus-item-A img {
	display: block;
	width: 100%;
	height: 198px
}

.yinyiPlus-item-A a{
	display: inline-block;
	position: absolute;
	left: 30px;
	bottom: 20px;
	color:#fff;
	font-size: 22px;
	text-decoration: underline;
}
.yinyiPlus-item-B a{
	display: inline-block;
	font-size: 20px;
	text-decoration: underline;
}
.yinyiPlus-item-B .a1{
	position: absolute;
	left: 140px;
	top: 14px;
	color:#5f523d;
}
.yinyiPlus-item-B .a2{
	position: absolute;
	right: 120px;
	bottom: 30px;
	color:#fff;
}

.yinyiPlus-item-C a{
	display: inline-block;
	font-size: 20px;
	text-decoration: underline;
}
.yinyiPlus-item-C .a1{
	position: absolute;
	left: 120px;
	top: 20px;
	color:#5f523d;
}
.yinyiPlus-item-C .a2{
	position: absolute;
	right: 120px;
	bottom: 30px;
	color:#fff;
}

/*信易+轮显 结束*/


/*带新闻详细的轮显 开始*/
.widthInfoWrapper {
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
	height: 350px;
	position: relative;
}

.widthInfoSlides {
	width: 1200px;
	height: 350px;
	background: #f6f6f6;
	position: absolute;
	left: 0;
	bottom: 0;
	border: 1px solid #ccc;
	box-sizing: border-box;
	overflow: hidden;
}

.widthInfoSlides .slideInner {
	padding-left: 750px;
	width: 440px;
	height: 350px;
	position: relative;
	background-color: #f6f6f6;
}

.widthInfoSlides .swiper-slide {
	width: 1200px;
	height: 350px;
}

.widthInfoSlides .swiper-slide .slideInner img {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 750px;
	height: 350px;
}

.widthInfoSlides .arrow-left {
	background: url(../images/arrows.png) no-repeat left top;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -15px;
	width: 17px;
	height: 30px;
	z-index: 10
}

.widthInfoSlides .arrow-right {
	background: url(../images/arrows.png) no-repeat left bottom;
	position: absolute;
	right: 465px;
	top: 50%;
	margin-top: -15px;
	width: 17px;
	height: 30px;
	z-index: 10;
}

.widthInfoSlides .swiper-container {
	width: 1200px;
	height: 350px;
}

.widthInfoSlides .pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: 15px;
	width: 100%;
	z-index: 10
}

.widthInfoSlides .swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 1px 2px #555 inset;
	margin: 0 3px;
	cursor: pointer;
}

.widthInfoSlides .swiper-active-switch {
	background-color: #0365b8;
}

.widthInfoWrapper .headerInfoLast {
	padding: 20px;
	height: 350px;
	position: relative;
	text-align: left;
	font-size: 14px;
}

.widthInfoWrapper .headerInfoLast-header {
	padding: 15px 0;
	overflow: hidden;
}

.widthInfoWrapper .headerInfoLast-header a {
	color: #0c0300;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

.widthInfoWrapper .headerInfoLast-additional {
	font-size: 12px;
	margin-top: 10px
}

.widthInfoWrapper .headerInfoLast-additional:after {
	display: block;
	content: "\200B";
	height: 0;
	clear: both
}

.widthInfoWrapper .headerInfoLast-additional i {
	font-style: normal
}

.widthInfoWrapper .additional-left {
	float: left;
}

.widthInfoWrapper .additional-zl {
	display: inline-block;
	padding: 0 10px;
	height: 20px;
	color: #fff;
	background-color: #e00000
}

.widthInfoWrapper .additional-zl-name {
	background-color: #edefee;
	display: inline-block;
	padding: 0 10px;
	height: 20px
}

.widthInfoWrapper .additional-right {
	float: right;
	height: 20px;
	line-height: 20px;
}

.widthInfoWrapper .additional_from {
	padding-left: 15px;
	background: url(../images/comp.png) 0 3px no-repeat;
}

.widthInfoWrapper .additional-right span {}

.widthInfoWrapper .additional_time {}

.widthInfoWrapper .headerInfoLast-content {
	text-indent: 2em;
	padding-top: 15px;
	width: 410px;
	height: 150px;
	overflow-y: auto;
}

.widthInfoWrapper .headerInfoLast-footer {
	height: 50px;
	width: 418px;
	line-height: 50px;
	position: absolute;
	bottom: 0;
	text-align: right;
	border-top: 1px solid #ccc;
}

.widthInfoWrapper .headerInfoLast-footer a {
	text-decoration: none
}

.widthInfoWrapper .headerInfoLast-footer a:link {
	color: #e22323
}

.widthInfoWrapper .headerInfoLast-footer a:visited {
	color: #e22323
}

.widthInfoWrapper .headerInfoLast-footer a:hover {
	color: #ef5858
}

.widthInfoWrapper .headerInfoLast-footer a:active {
	color: #e22323
}

/*带新闻详细的轮显 结束*/

/*列表分类标题 开始*/
.short-header {
	border-bottom: 4px solid #ffd3cd
}

.short-header:after {
	content: "\200B";
	display: block;
	width: 100%;
	height: 0;
	clear: both
}

.short-title {
	float: left;
	margin-bottom: -4px;
	padding-left: 65px;
	padding-right: 30px;
	height: 58px;
	font-size: 20px;
	line-height: 54px;
	border-bottom: 4px solid #fcd3cd;
	background: #e8e8e8 url(../images/title-icon-grey.png) no-repeat 10px 12px;
	cursor: pointer;
}

.short-title-active {
	color: #ffd3cd;
	border-color: #b30b24;
	background: #de4a4a url(../images/title-icon.png) no-repeat 10px 12px;
}

/*列表分类标题 结束*/

/*信用公示 开始*/
#content {
	width: 100%;
	background-color: #f6f6f6;
	margin-top: 40px;
}

#content .content {
	width: 1200px;
	margin: 0 auto;
	height: auto;
	margin-bottom: 100px;
	overflow: hidden;
}

.nav {
	clear: both
}

.nav:after {
	display: block;
	content: "\200b";
	width: 100%;
	height: 0;
	clear: both
}

.no-data {
	width: 100%;
	height: 84px;
	background: url("no-more.png") no-repeat center 40px;
	padding-top: 250px;
}

.no-data-message {
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #333333;
}

.publicity-menu-lists {
	width: 1208px;
	margin-left: -14px;
}

.publicity-menu-lists .publicity-menu-li {
	width: 280px;
	height: 210px;
	background-color: #efefef;
	margin: 0 0 20px 20px;
	float: left;
}

.publicity-menu-lists .publicity-menu-li .publicity-menu-a {
	width: 100%;
}

.publicity-menu-lists .publicity-menu-li .publicity-menu-img {
	width: 100%;
	height: 160px;
}

.publicity-menu-lists .publicity-menu-li .publicity-menu-img img {
	display: block;
	width: 100%;
}

.publicity-menu-lists .publicity-menu-li .publicity-menu-message {
	width: 100%;
}

.publicity-menu-lists .publicity-menu-li .publicity-menu-title {
	width: 270px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #333;
	padding-left: 10px;
	padding-top: 10px;
	margin-bottom: 13px;
}

.publicity-menu-lists .publicity-menu-li .publicity-menu-time {
	width: 100%;
	height: 34px;
	padding-right: 10px;
	line-height: 34px;
	text-align: right;
	color: #a7a7a7;
	float: right;
}

#searchtab {
	width: 1200px;
	margin: 0 auto;
}

/* 左侧菜单 */
.publicity-left-list li.active {
	color: #fff;
	background: url(../images/selected_icon.png) no-repeat center 39px #e22323;
	border-bottom: 1px solid #fff;
}
.publicity-left-list {
	float: left;
	margin-right: 37px;
	border-top: 1px solid #bebebe;
	border-left: 1px solid #bebebe;
}
.publicity-left-list li {
	width: 261px;
	height: 47px;
	text-align: center;
	line-height: 47px;
	border-bottom: 1px solid #bebebe;
	border-right: 1px solid #bebebe;
	color: #333333;
}
.publicity-menu-lists {
	display: none;
	width: 900px;
}
.publicity-menu-lists.checked {
	display: inline-block;
}

/* 左侧菜单2 */
.multiNav{
	border:1px solid #ccc;
	background-color:#f3f2f2
}
.multiNav-item{
	border-bottom: 1px solid #ccc;
}
.multiNav-item:last-child{
	border-bottom:1px solid transparent
}
a.firstItem{
	display: block;
	width:100%;
	height:48px;
	font-size:14px;
	line-height:48px;
	background-color:#fff
}
.multiNav-item-active a.firstItem{
	color: #fff;
	background: #e22323 url(../images/selected_icon.png) no-repeat center 40px;
}
a.secondaryItem{
	float:left;
	display: block;
	width:50%;
	height:48px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	word-break: break-word;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height:48px;
}



/* 生活服务查询 */
.creditQueryWrapper {
	border: 1px solid #ccc;
	padding: 15px 0
}

.path {
	padding: 15px 0;
	text-align: left;
}

.path a {
	margin-right: 5px
}

.creditQueryTitle {
	font-size: 24px;
	text-align: center
}

.creditQueryTitle span {
	display: inline-block;
	color: #de4a4a;
	padding-bottom: 5px;
	border-bottom: 4px solid #de4a4a
}

/* 诚信人物 */
.story-title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.story-content {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
}

.video-large {
	border: 2px solid #444
}

.video-large img {
	display: block;
	width: 388px;
	height: 258px;
}

.videl-normal {
	margin-left: 30px;
	width: 202px;
}

.videl-normal-pic {
	border: 1px solid #444;
}

.videl-normal-pic img {
	display: block;
	width: 200px;
	height: 132px
}

.videl-normal-txt {
	padding-top: 5px;
	text-align: left;
}

.videl-normal-title {
	padding-top: 5px;
	text-align: left;
	font-weight: bold;
}

/* 诚信企业风采 */
.companyShow-pic {
	border: 1px solid #e7e2de;
}

.companyShow-pic img {
	display: block;
	width: 278px;
	height: 147px;
}

.companyShow-list {
	text-align: left;
	line-height: 36px;
}


/* 重点人群查询 start */
.vipWrapper {
	padding: 15px;
	border: 1px solid #ccc;
	margin-bottom: 15px;
}

a.vipSlide {
	display: block;
	width: 112px;
	height: 64px;
	text-align: center;
	line-height: 64px;
	background-color: #fff;
	border: 1px solid #ccc
}

a.vipSlide-active:link,
a.vipSlide-active:visited,
a.vipSlide-active:hover,
a.vipSlide-active:active {
	background-color: #f06666;
	color: #fff
}

#vipSlideBox .swiper-wrapper {
	padding-left: 3.5px
}

#vipSlideBox {
	position: relative;
}

#vipSlideBox .swiper-container {
	width: 1072px;
	height: 64px;
	color: #fff;
	text-align: center;
	overflow: hidden;
}

#vipSlideBox .arrow-left {
	background: #666 url(../images/departmentsArrow-left.png) no-repeat center center;
	position: absolute;
	left: 0;
	top: 0;
	width: 36px;
	height: 64px;
	z-index: 10;
}

#vipSlideBox .arrow-right {
	background: #666 url(../images/departmentsArrow-right.png) no-repeat center center;
	position: absolute;
	right: 0;
	top: 0;
	width: 36px;
	height: 64px;
	z-index: 10;
}

.vipTable {
	border-collapse: collapse;
	width: 1000px;
	line-height: 40px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}

.vipTable tr th {
	text-align: right;
	font-weight: normal;
	width: 200px
}

.vipTable tr td {
	padding: 5px 0
}

.vipTxt {
	color: #666
}

.vipTxt b {
	font-weight: normal;
	color: #0063ba;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px
}

.vipList {
	display: block;
	list-style-type: none;
	line-height: 56px
}

.vipList li {
	display: block;
	border-bottom: 1px solid #ccc;
	padding: 0 10px;
}

.vipList li:after {
	display: block;
	content: "\200B";
	height: 0;
	clear: both
}

.vipList li a {
	display: block;
	width: 700px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	float: left
}

.vipList li span {
	display: block;
	float: right
}

/* 重点人群查询 end */

/* 两个案例 */
.caseHeader{
	margin-top:30px;
	height: 20px;
	line-height: 20px;
	font-size:24px;
	color:#e22323;
	background:url(../images/credit-services/caseHeader.png) no-repeat center bottom;
}
.caseList{display: block}
.caseList:after{
	content:"\200B";
	display:block;
	width:100%;
	height:0;
	clear:both
}
.caseList li{
	display:block;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 30px;
	float:left;
	width: 552px;
	padding: 10px;
}
.caseWrapper {
	padding-right: 68px;
	position: relative;
}
.caseText {
	display: block;
	width: 100%;
	height: 40px;
	padding: 0 10px;
	outline: none;
	border: 1px solid #ccc;
}
.caseButton {
	position: absolute;
	top: 0;
	right: 0;
	width: 68px;
	height: 40px;
	border: none;
	background: #eb5352 url(../images/magnifier.png) no-repeat center center;
	cursor: pointer;
}
.caseButton:hover {
	background-color: #ef5858
}
.listcaseHeader{
	padding-top: 30px;
	padding-bottom:30px;
	font-size:24px;
}
.listcaseHeader-red{
	color:#e22323
}
.listcaseHeader-black{
	color:#333
}

/* 个人信用关联信息查询  */
.personal-credit {
	width: 100%;
	box-sizing: border-box;
	margin-top: 15px;
	margin-bottom: 40px;
}
.personal-part-search{
	padding: 20px;
}
.personal-part--search-title{
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	text-align: left;
}
.personal-part--search-title i{
	vertical-align: top;
	margin-right: 6px;
	display: inline-block;
	width: 6px;
	height: 18px;
	background: #ea3e3e;
	border-radius: 50px;
}
.personal-part-ul{
	margin-top: 10px;
}
.personal-part-ul ul{
	overflow: hidden;
}
.personal-part-ul ul li{
	width: 185px;
	height: 64px;
	float: left;
	border: 1px solid #bebebe;
	border-top:2px solid #e22323;
	text-align: center;
	margin-right: 13px;
	margin-bottom: 20px
}
.personal-part-ul ul li .search-name {
	font-size: 16px;
	color: #0c0300;
	margin-top: 8px;
	font-weight:bold;
}
.personal-part-ul ul li .search-name img{
   vertical-align: middle;
   margin-right: 5px;
}
.personal-part-ul ul li .search-name-detail {
	font-size: 12px;
	color: #777;
}

/* 网站地图 */
.wn-contents {
    width: 1200px;
    margin: 0 auto;
    min-height: 500px;
	margin-bottom: 55px;
	padding: 0 20px;
    background-color: #fff;
}
.wn-title {
    width: 100%;
    height: 43px;
    padding-left: 20px;
    border-left: 6px solid #de4a4a;
    background-color: #f8f8f8;
    font-size: 18px;
    color: #de4a4a;
    line-height: 43px;
    box-sizing: border-box;
}
.wn-lists {
    width: 100%;
    padding: 18px 0 23px;
}
.wn-lists a {
    display: inline-block;
    height: 30px;
    line-height: 28px;
    padding: 0 5px;
    border: 1px solid #bebebe;
    font-size: 14px;
    color: #333;
    text-align: center;
    box-sizing: border-box;
    margin: 0 0 14px 9px;
    text-decoration: none;
}
.wn-lists a:hover{
	color:#fff;
	border:1px solid #de4a4a;
	background-color:#de4a4a;
}


/* 固定位置 公示系统 填报入口 */
.floating{
	position: fixed;
	z-index:9;
	border-top: 4px solid #de4a4a;
}
.floating-A{
	top: 320px;
	right:10px;
}
.floating-B{
	top: 488px;
	right:10px;
}

.floating-img{
	width:129px;
	height:141px
}
.floatinglink{
	display:block;
	position: absolute;
	left:0;
	right:0;
	bottom:0;
	height:30px;
	background-color:#de4a4a;
	overflow:hidden
}
.floatinglink img:hover{
	transition: all .5s;
	transform: scale(1.1)
}

/* 通用底部 */
#footer {
	background-color: #de4a4a;
	padding-top: 30px;
	padding-bottom: 30px;
}

#footerInner {
	position: relative;
	margin: 0 auto;
	width: 1200px;
	padding-left: 210px;
	padding-right: 100px;
	height: 106px;
	color: #fff;
	font-size: 12px;
}

.footerInner-txt {
	width: 770px;
	padding-top: 8px;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	word-spacing: 10px;
}

.footerInner-txt p a {
	color: #fff
}

.footerInner-txt p a:hover {
	color: #fff000
}

.qrcode {
	position: absolute;
	top: 10px;
	right: 40px;
}

.ideConac {
	display: block;
	position: absolute;
	top: 13px;
	left: 130px;
}

.reportError {
	position: absolute;
	left: 0;
	top: 25px;
}