.header_con {
	height: 240px;
	overflow: hidden;
}
.scenerySlider, .banner-pic {
	height: 100%;
}
.swiper-no-swiping .pic-item {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/*
    #scenerySlider .nextPic,#scenerySlider .prevPic{
    position: absolute;
    width:80px;
    height:80px;
    border-radius:100px;
    background:pink;
    bottom:0;
    z-index:2222;
    cursor:pointer;
    }
    #scenerySlider .nextPic{
    right:100px;
    }
    #scenerySlider .prevPic{
    left:100px;
    }
    */


#scenerySlider .swiper-slide:nth-of-type(1) .pic-item {
	background: url('../images/_8.jpg') no-repeat;
	background-position: center center;
	background-size: cover;
}
#scenerySlider .swiper-slide:nth-of-type(2) .pic-item {
	background: url('../images/_3.jpg') no-repeat;
	background-position: center center;
	background-size: cover;
}
#scenerySlider .swiper-slide:nth-of-type(3) .pic-item {
	background: url("../images/_5.jpg") no-repeat;
	background-position: center center;
	background-size: cover;
}
#scenerySlider .swiper-slide:nth-of-type(4) .pic-item {
	background: url("../images/_4.jpg") no-repeat;
	background-position: center center;
	background-size: cover;
}

/* 笔记本 125% && 标准屏 175% */
 /* @media screen and (min-width: 1093px) {
    #scenerySlider .swiper-slide:nth-of-type(1) .pic-item {
        background-position: center center;
    }

    #scenerySlider .swiper-slide:nth-of-type(2) .pic-item {
        background-position: center center;
    }

    #scenerySlider .swiper-slide:nth-of-type(3) .pic-item {
        background-position: center center;
    }

    #scenerySlider .swiper-slide:nth-of-type(4) .pic-item {
        background-position: center center;
    }

} */

/* 标准屏 150%  */
/* @media screen and (min-width: 1280px) {
    #scenerySlider .swiper-slide:nth-of-type(1) .pic-item {
        background-position: center center;
    }

    #scenerySlider .swiper-slide:nth-of-type(2) .pic-item {
        background-position: center center;
    }

    #scenerySlider .swiper-slide:nth-of-type(3) .pic-item {
        background-position: center center;
    }

    #scenerySlider .swiper-slide:nth-of-type(4) .pic-item {
        background-position: center center;
    }
} */

/* 笔记本 100% */
/* @media screen and (min-width: 1366px) {
    #scenerySlider .swiper-slide:nth-of-type(1) .pic-item {
        background-position: center center;
    }

    #scenerySlider .swiper-slide:nth-of-type(2) .pic-item {
        background-position: center center;
    }

    #scenerySlider .swiper-slide:nth-of-type(3) .pic-item {
        background-position: center center;
    }

    #scenerySlider .swiper-slide:nth-of-type(4) .pic-item {
        background-position: center center;
    }
} */

/* 标准屏 125% */
/* @media screen and (min-width: 1536px) {
    #scenerySlider .swiper-slide:nth-of-type(1) .pic-item {
        background-position: center center;
    }

    #scenerySlider .swiper-slide:nth-of-type(2) .pic-item {
        background-position: center center;
    }

    #scenerySlider .swiper-slide:nth-of-type(3) .pic-item {
        background-position: center center;
    }

    #scenerySlider .swiper-slide:nth-of-type(4) .pic-item {
        background-position: center center;
    }
}  */

/* 标准屏 100%  */
@media screen and (min-width: 1919px) {
#scenerySlider .swiper-slide:nth-of-type(1) .pic-item {
	background-position: center -200px;
}
#scenerySlider .swiper-slide:nth-of-type(2) .pic-item {
	background-position: center -200px;
}
#scenerySlider .swiper-slide:nth-of-type(3) .pic-item {
	background-position: center -300px;
}
#scenerySlider .swiper-slide:nth-of-type(4) .pic-item {
	background-position: center -300px;
}
}
#container {
	min-width: 1200px;
	margin: 0 auto
}
#main {
	width: 1200px;
	margin: 0 auto;
	text-align: left;
}
/* 升级提示 */
.upgrade-tips {
	position: fixed;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #fff;
	background-color: rgba(2, 101, 186, .8);
	z-index: 1;
}
/* 通用头部 start */
#header {
	background: url(../images/header.jpg) no-repeat center top;
	background-size: cover;
	background-position: center -165px;
}
#headerLinks {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 15px;
	font-size: 14px;
	z-index: 2;
}
#headerLinks a.item {
	display: inline-block;
	padding: 5px 10px;
	background: #fff;
	color: #e22323;
	font-size: 12px;
	border-radius: 20px;
	transition: all .2s;
	height: auto;
	width: auto;
	float: none;
}
#headerLinks a:hover {
	background: #e22323;
	color: #fff;
}
#headerInner {
	height: 200px;
	width: 1200px;
	position: absolute;
	left: 50%;
	transform: translatex(-50%);
	top: 0;
	z-index: 2;
}
#logo {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -38px;
}
/* 20211026菜单修改开始 */
#navWrapper {
	height: 100px;
	background-color: #e22323;
	font-size: 16px;
}
ul.navList {
	list-style-type: none;
	display: block;
	width: 1200px;
	height: 50px;
	margin: 0 auto;
}
ul.navList li {
	float: left;
	display: block;
	height: 50px;
	position: relative
}
ul.navList li:after {
	content: "";
	display: block;
	width: 1px;
	height: 20px;
	background-color: #ec593b;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -10px;
}
ul.navList li a {
	display: block;
	width: 200px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	color: #fff;
	text-decoration: none;
	border-bottom: 5px solid transparent;
	box-sizing: border-box;
}
ul.navList li a:hover {
	background: url(../images/headeer_over.jpg) top center no-repeat;
}
ul.navList2 li {
	border-top: 1px solid #ec593b;
}
/* 20211026菜单修改结束*/
/* 切换查询修改 start */
.tabSearchWrapper {
	width: 550px;
	height: auto;
	position: absolute;
	right: 0;
	top: 100px;
}
.tabSearchFormWrapper {
	position: relative;
	width: 250px;
	margin-left: 20px;
	float: right;
}
.tabSearchText {
	width: 150px;
	height: 33px;
	padding: 0 10px;
	outline: none;
	border: 1px solid #ccc;
	float: left;
}
.tabSearchButton:hover, .tabSearchButton:hover ,.searchButton:hover ,.articleSearch {
	background-color: #ef5858
}
.tabSearchButton:first-of-type {
	margin-left: 30px;
}
.tabSearchButton {
	width: 100px;
	height: 33px;
	color: #fff;
	background-color: #ea3e3e;
	border: none;
	float: left;
}
.tabSearchHeader .tabSearchActive {
	color: #fff;
	background: #e22323;
}
.tabSearchActive:before {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-bottom-color: #fff;
	position: absolute;
	left: 50%;
	top: 23px;
	margin-left: -10px;
	z-index: 2;
}
/* 切换查询修改end */
/* 通用头部 end */

/* 通用底部 start */
#footer {
	background-color: #e22323;
}
#footerInner {
	width: 600px;
	/* 2020-1-20 */
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0 auto;
	color: #fff;
	position: relative;
	font-size: 12px;
}
#footerInner:after {
	content: "\200B";
	display: block;
	width: 100%;
	height: 0;
	clear: both
}
#institution {
	position: absolute;
	left: 50px;
	top: 50%;
	margin-top: -32px;
}
#footerInner a:link {
	color: #fff
}
#footerInner a:visited {
	color: #fff
}
#footerInner a:hover {
	color: #ffcc33
}
#footerInner a:active {
	color: #fff
}
#copyrightTxt {
	text-align: center;
	line-height: 30px;
	font-size: 14px;
}
/* 通用底部 end */

/* 通用标题 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 */

/* 当前位置样式 start */
.path {
	padding: 15px 0
}
.path a {
	margin-right: 5px
}
.currenParth_back {
	width: 943px
}
/* 当前位置样式 end */

/* 20211026头条新闻版块修改 start*/
/* 头条新闻版块 */
.ShortcutMenu {
	background: #eaeaea;
	width: 230px;
	float: left;
}
.ShortcutMenu li {
	position: relative;
	width: 230px;
	height: 70px;
	line-height: 65px;
	border-bottom: 1px solid #bfbfbf;
	border-top: 1px solid #ffffff;
	text-align: left;
	padding-left: 60px;
}
.ShortcutMenu1:hover {
	background: #ffffff;
	width: 230px;
	height: 70px;
}
.ShortcutMenu img {
	position: absolute;
	top: 20px;
	left: 25px;
	width: 24px;
	height: 24px;
}
.ShortcutTitle {
	background: url(../images/ShortcutMenu.png) center no-repeat;
	font-size: 16px;
}
.headerInfoWrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
	height: 350px;
	background: #ffffff;
}
.headline-slides {
	position: absolute;
	left: 220px;
	bottom: 0;
	width: 560px;
	height: 350px;
	background: #f6f6f6;
	border: 0px solid #ccc;
	box-sizing: border-box;
	overflow: hidden;
}
.headline-slides .slideInner {
	width: 560px;
	height: 350px;
	position: relative;
	background-color: #f6f6f6;
}
.headline-slides .swiper-slide {
	width: 560px;
	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: 15px;
	top: 0px;
	width: 390px;
}/*20211026修改*/
.headline-tab-header {
	position: relative;
	height: 70px;
	padding-top: 32px;
	padding-left: 9px;
	border-bottom: 1px solid #bfbfbf;
}
.headline-tab-header .nav-title-more {
	position: absolute;
	top: 0;
	right: 20px;
	fill: #e22323;
}
.headline-tab-header .nav-title-more:hover {
	fill: #e22323;
}
.headline-tab-item {
	float: left;
	width: 112px;
	text-align: center;
	line-height: 30px;
	color: #000;
	cursor: pointer;
}
.headline-tab-item:hover {
	float: left;
	width: 112px;
	text-align: center;
	line-height: 30px;
	color: #e22323;
	cursor: pointer;
}
.headline-tab-item-active {
	position: relative;
	color: #e22323;
	font-weight: bold;
}
.headline-tab-item-active:after {
	content: "\200B";
	display: block;
	position: absolute;
	left: 10%;
	margin-left: -5px;
	bottom: -8px;
	width: 100px;
	height: 0px;
	background: #e22323;
	color: #e22323;
	border: 1px solid #e22323;
	font-weight: bold;
}
.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
}
.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
}
/*0211026头条新闻版块修改 end */
/* 互动连接开始 start*/
#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
}
.departmentForSlide {
	cursor: pointer;
	position: relative;
	cursor: pointer
}
.departmentForSlide img {
	width: 165px;
	height: 119px
}
.departmentForSlide-active {
	cursor: default;
}
/* 互动连接开始 end */

/* 文章搜索 start */
.main_ {
	margin-bottom: 10px;
}
.search_artical_input {
	height: 45px;
	line-height: 45px;
	background-color: #fff;
	text-align: left;
}
.search_artical_title {
	font-size: 16px;
	height: 56px;
	line-height: 56px;
	text-align: left;
	color: #0c0300;
	text-indent: 20px;
}
.search_text {
	height: 45px;
	width: 90%;
	padding: 10px 15px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	border: 1px solid #cecece;
}
.btn {
	float: right;
	width: 100px;
	height: 45px;
	cursor: pointer;
	border: 0;
	color: #fff;
	font-size: 18px;
	background: #ea3e3e;
	display: inline-block;
	vertical-align: middle;
}
/* 文章搜索 end */

/* 首页 特色专栏 滚动区域 */
#scrollTszl {
	overflow: hidden;
}
/* 首页 七天双公示 */
.main_head_sgsBack {
	background: url(../images/page_pic_31.png) no-repeat;
	width: 1200px;
	height: 123px;
	color: #ec7272;
	font-size: 24px;
}
#sumCount {
	color: #abfff8;
	font-size: 36px
}
/*已有公示记录*/
#sumCount small {
	font-size: 18px
}
#permissionCount {
	color: #ea3e3e;
	font-size: 36px
}
/*行政许可*/
#permissionCount small {
	font-size: 18px
}
#penaltyCount {
	color: #fff7d0;
	font-size: 36px
}
/*行政处罚*/
#penaltyCount small {
	font-size: 18px
}
#orgCount {
	color: #626a15;
	font-size: 50px
}
/*已归集部门*/
#orgCount small {
	font-size: 25px
}
/* 查询详细内容 start */
.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;
	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 */
#featureContainer {
	margin: 40px 20px 20px 40px;
	width: 1066px;
	position: relative;
}
#feature .prev {
	background: url(../images/lunbo_arrow_grey_left.png) bottom no-repeat;
	border: 0 dotted rgb(153, 153, 153);
	top: -150px;
	width: 30px;
	height: 48px;
	text-indent: -9999px;
	float: left;
	display: block;
	position: relative;
}
#feature .next {
	background: url(../images/lunbo_arrow_grey_right.png) bottom no-repeat;
	border: 0 dotted rgb(153, 153, 153);
	top: -150px;
	width: 30px;
	height: 48px;
	text-indent: -9999px;
	float: right;
	display: block;
	position: relative;
}
#feature .prev:hover {
	background-position: bottom;
}
#feature .next:hover {
	background-position: bottom;
}
#botton-scroll {
	margin: 0 auto;
	width: 1000px;
	float: left;
	z-index: 0;
}
#block {
	margin: 0 auto;
	width: 1000px;
	overflow: hidden;
	padding-right: 0;
	padding-bottom: 0;
	z-index: 0;
}
/* 诚信企业展示 end */

/* 信用查询 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;
}
.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 */
.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;
}
.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
}
#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/arrows.png) no-repeat left top;
	position: absolute;
	left: -30px;
	top: 50%;
	margin-top: -15px;
	width: 17px;
	height: 30px;
	z-index: 10;
}/*20211026修改*/
#departmentsSlide .arrow-right2 {
	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;
}/*20211026修改*/
.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 */

/* 异议申诉查询 start */
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;
	height: 84px;
	text-align: center;
	line-height: 21px;
	border: 1px solid #ccc
}
table.creditQueryResultTable tr:hover {
	background-color: #eee
}
/* 异议申诉查询 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: 560px;
	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 */
/*重点人群查询*/
.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 */

/* 联合惩戒案例 双公示统计报送 联合激励案例 start */
.department-table {
	width: 100%;
}
.department-table tr {
	height: 46px;
	line-height: 46px;
	text-align: center;
}
.department-table tr th {
	font-weight: normal;
	background: #e6e6e6
}
.department-table tr td {
	width: 100px;
	text-align: center;
}
.demoImg {
	width: 80px;
	height: 80px;
	display: inline-block;
}
.demoNews {
	display: inline-block;
	word-wrap: break-word;
	width: 310px;
}
.modeldiv {
	width: 380px;
	padding: 17px 0;
	border-bottom: 1px solid #cccccc;
	float: left;
	height: 115px;
}
.modeldiv img {
	width: 100%;
	height: 100%;
}
.modeldiv2 {
	width: 380px;
	padding: 17px 0;
	border-bottom: 1px solid #ccc;
	float: right
}
.modeldiv2 img {
	width: 100%;
	height: 100%;
	float: left;
}
.model image {
	width: 78px;
	height: 78px;
	background: red;
	display: inline-block
}
.modelul {
	width: 280px;
	height: 80px;
	display: inline-block;
	padding-left: 10px;
}
.demo_content a {
	color: #666;
	font-size: 12px;
	letter-spacing: 1px;
}
.demo_content {
	color: #666;
	font-size: 12px;
	letter-spacing: 1px;
}
.modeldiv_img {
	width: 78px;
	height: 78px;
	float: left;
}
.modelLi {
	overflow: hidden;
}
.from {
	float: right;
	font-size: 12px;
	color: #9f9f9f;
}
.from:after {
	content: "\200B";
	display: block;
	width: 100%;
	height: 0;
	clear: both
}
.newnet {
	float: left;
	height: 18px;
	line-height: 18px;
	padding-left: 18px;
	background: url(../images/comp.png) no-repeat left 4px;
}
.line {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	width: 1px;
	height: 18px;
	background-color: #ccc;
}
.datatime {
	float: left;
	padding-left: 18px;
	background: url(../images/clock.png) no-repeat left 3px;
}
.tabs {
	margin-top: 5px;
	background-color: #efefef;
	height: 520px;
	width: 400px;
}
.tabsHeader {
	padding: 2px 2px 0 2px;
	line-height: 46px;
	background-color: #ea3e3e;
	color: #fff;
}
.tabItem {
	font-size: 18px;
	text-align: center;
	line-height: 46px;
	color: #fff;
	cursor: pointer;
}
.tabItem-active {
	color: #333;
	background-color: #efefef;
}
.tabSection {
	display: none;
}
.category {
	display: block;
}
.category:after {
	content: "\200B";
	display: block;
	width: 100%;
	height: 0;
	clear: both;
}
.category li {
	display: block;
	width: 33.33%;
	float: left;
	text-align: center;
	padding: 5px 0
}
/* 双公示统计报送 城市信用无数据*/
.no-histroy {
	position: relative;
	width: 100%;
	height: 174px;
	background: url(../images/no-histroy.png) no-repeat center 40px;
}
.no-histroy-message {
	position: absolute;
	bottom: 40px;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #333;
}
/* 联合惩戒案例 双公示统计报送 联合激励案例 end */


/* 开关按钮 start */
.myBtn-toggle {
	border-radius: 4px;
	overflow: hidden;
	display: inline-block;
	font-size: 0;
}
a.myBtn {
	color: #666;
	text-decoration: none;
	white-space: nowrap;
	line-height: 34px;
	height: 34px;
	padding: 0 12px;
	font-size: 14px;
	border-style: solid;
	border-left-width: 0;
	border-right-width: 0;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-color: transparent;
	border-bottom-color: transparent;
	background-color: #F5F5F5;
	box-sizing: border-box;
	float: left;
	outline: none;
}
.myBtn-toggle a.myBtn:nth-of-type(1) {
	border-radius: 4px 0 0 4px;
}
.myBtn-toggle a.myBtn:nth-last-of-type(1) {
	border-radius: 0 4px 4px 0;
	margin-right: 5px;
}
.myBtn-toggle .myBtn-normal {
	color: #aaa;
	background-color: #eee;
	border-top-color: #ddd;
}
.myBtn-toggle .myBtn:hover {
	color: #fff;
	background-color: #F89406;
	border-top-color: #F89406;
	;
	border-bottom-color: #cc6600;
}
.myBtn-toggle .myBtn-current:link, .myBtn-toggle .myBtn-current:visited, .myBtn-toggle .myBtn-current:hover, .myBtn-toggle .myBtn-current:active {
	color: #fff;
	background-color: #2C8AEA;
	border-top-color: #2C8AEA;
	;
	border-bottom-color: #226AB4;
}
/* 开关按钮 end */

/* cctable start */
#tbxCustomSearch_tableInfo_reporting_id {
	float: left;
	width: 140px;
}
.bars {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 30px;
}
#search_toolbar .btn {
	float: right;
	width: 40px;
	height: 45px;
	background: url(../images/search_blue.png) 5px 5px no-repeat;
	cursor: pointer;
	border: 0;
}
.cctable {
	border-collapse: collapse;
}
.cctable tr th {
	font-weight: normal;
	color: #fff;
	background-color: #ea3e3e;
	text-align: center;
	border-right: 1px solid #fff
}
.cctable tr th:last-child {
	border-right: 1px solid #ccc
}
.cctable tr td {
	padding: 5px;
	word-break: break-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 21px;
	border: 1px solid #ccc
}
.cctable tr:hover {
	background-color: #eee
}
/* cctable end */


/* 友情链接 start*/
.friendlinks {
	margin: 0 auto;
	width: 1200px;
	height: 96px;
}
.friendlinks a {
	display: inline-block
}
.friendlinks img {
	display: block
}
.friendLink {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	cursor: pointer
}
.province-menu {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 55px;
	border: 1px solid #ccc;
	background-color: #fff;
	display: none;
}
.local-menu {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 55px;
	border: 1px solid #ccc;
	background-color: #fff;
	display: none;
}
.tab_link01 {
	float: left;
	width: 160px;
	text-align: center;
	height: 40px;
	line-height: 35px;
	color: #4990e2;
	background: url(../images/friendlinks/tabPic.png) center bottom no-repeat;
	cursor: pointer;
}
.tab_link02 {
	float: left;
	width: 160px;
	text-align: center;
	height: 40px;
	line-height: 35px;
	color: #181818;
	cursor: pointer;
}
.tab_link03 {
	float: left;
	width: 170px;
	background: url(../images/friendlinks/gh_ico.png) 13px 4px no-repeat;
	text-align: left;
	padding-left: 45px;
	height: 40px;
	line-height: 35px;
	color: #4990e2;
}
.title_headIco8 {
	background: url(../images/page_ico_12.jpg) 5px 0 no-repeat;
	height: 31px;
	line-height: 25px;
	padding-left: 35px;
	padding-right: 5px;
}
/* 友情链接 end*/

#scrollDiv {
	width: 400px;
	height: 445px;
	min-height: 30px;
	line-height: 30px;
	overflow: hidden;
	margin-top: 10px;
}
/* 个人信息 */
.personal-part-one {
	padding-top: 10px
}
.personal-part-one a {
	text-decoration: none
}
.credit-title {
	overflow: hidden;
	height: 43px;
	width: 828px;
	border: 1px solid #bebebe;
}
.credit-title p {
	display: inline-block;
	width: 170px;
	height: 100%;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 43px;
	background: #e22323;
}
.personal-credit {
	width: 100%;
	border: 1px solid #d4d4d4;
	box-sizing: border-box;
	margin-top: 60px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.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;
}
/* table start */
.tableManifest {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	border-top: 1px solid #ccc
}
.tableManifest tr th {
	padding-left: 20px;
	padding-right: 20px;
	height: 54px;
	border-bottom: 1px solid #ccc
}
.tableManifest tr td {
	padding-left: 20px;
	padding-right: 20px;
	height: 80px
}
.tableManifest tr:nth-child(even) {
	background-color: #eee
}
.tableManifest a {
	color: #3366ff;
	text-decoration: underline
}
.tableManifest a:hover {
	color: #43a4ea
}
/* table end */


/* ---------------- 修改部分 ------20200619（通知公告、首页搜索）---------- */

.tabSearchHeader {
	text-align: center;
}
#headerInfoSlides {
	height: 370px;
	padding: 10px;
}
#headerInfoSlides .arrow-right {
	left: 715px;
	right: 0;
}
#headerInfoSlides .swiper-container {
	height: 350px;
	margin: 0;
}
.slideInner {
	width: 735px;
	height: 350px;
	padding-left: 0;
	float: left;
}
#headerInfoSlides .swiper-slide .slideInner img {
	height: 350px;
	width: 100%;
	object-fit: cover;
}
.headerInfoLast {
	padding: 0 120px 0 20px;
	box-sizing: border-box;
	height: auto;
	position: relative;
	text-align: left;
	font-size: 14px;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100% !important;
}
.headerInfoLast-header a {
	color: #fff;
	font-size: 16px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#headerInfoSlides .pagination {
	position: absolute;
	left: 625px;
	text-align: center;
	bottom: 20px;
	width: auto;
	z-index: 10;
}
#headerInfoSlides .notice {
	float: right;
	height: 100%;
}
#headerInfoSlides .notice>div {
	max-height: 100%;
	overflow: hidden;
	box-sizing: border-box;
}
/* ---------------- 修改部分 ------20200806（首页顶部背景轮播）---------- */
.logo {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}
.header-slider .swiper-wrapper {
	height: 100% !important;
}
.header-slider .swiper-slide {
	height: auto !important;
}
.banner-pic .pic {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.show {
	display: block
}
/* ---------------- 修改部分 ------20200806（首页共建单位轮播）---------- */
.partWrap {
	float: left;
	width: 25%;
}
.vertical-part {
	float: left;
	border: 1px solid #e6e6e6;
	width: 100%;
}
.part-titlle {
	margin: 0 12px;
	box-sizing: border-box;
	font-size: 20px;
	font-weight: normal;
	border-bottom: 1px dashed #e6e6e6;
}
.part-titlle span {
	padding-left: 12px;
	margin: 16px 0 12px -12px;
	color: #000000;
	border-left: 5px solid #ea3e3e;
	display: inline-block;
}
.more {
	margin-top: 23px;
	font-size: 12px;
	color: #666;
	text-decoration: none;
	text-align: right;
	float: right;
}
.more:hover {
	color: #ea3e3e;
	text-decoration: none;
}
.entity-name-wrap {
	padding: 5px 0 0 18px;
	overflow: hidden;
	height: 243px;
}
.entity-name-list {
	margin: 10px 10px 0;
	overflow: hidden;
	position: relative;
	zoom: 1;
}
.entity-name-list li {
	width: 50%;
	text-align: left;
	font-size: 14px;
	color: #000000;
	line-height: 35px;
	float: left;
}
.entity-name-list li a {
	color: #000000;
	text-decoration: none;
}
.entity-name-list li a:hover {
	color: #ea3e3e;
}
.creditwebsite {
	width: 73%;
}
.creditItemBox {
	width: 100%;
}
#scrollTszl {
	height: 548px;
	margin-bottom: 11px;
}
/* ---------------- 修改部分 ------20200917（信用网站）---------- */
.credit-website-box {
	width: 1200px;
	margin: 20px auto;
}
.link-pic, .link-pic-item, .search-select {
	float: left;
}
.link-pic {
}
.link-pic-item, .search-select {
	margin-right: 15px;
}
.link-pic-item:last-child, .search-select:last-child {
	margin-right: 0;
}
.link-pic-item .link-pic-item-box {
	display: block;
}
.link-pic-item .link-pic-item-box img {
	display: block;
}
.search-select-box {
	float: right;
	margin-top: 3px;
}
.search-select {
	width: 140px;
	position: relative;
}
.search-select-item {
	height: 40px;
	line-height: 40px;
	width: 140px;
	position: relative;
	overflow: hidden;
	zoom: 1;
	border: 1px solid #aaa;
	cursor: pointer;
	z-index: 999;
}
.search-select-item:hover {
	border: 1px solid #e07676;
}
.search-select-item .text-over {
	width: 85px;
	float: left;
	margin-left: 10px;
	font-size: 14px;
	font-weight: bold;
}
.search-select-item .icon {
	float: right;
	position: relative;
	width: 40px;
	height: 40px;
	background: #a5a5a5;
}
.search-select-item .icon .arrow-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-left: 6px solid transparent;
	border-top: 6px solid #888;
	border-right: 6px solid transparent;
	border-bottom: 6px solid transparent;
}
.search-select-item-body {
	position: absolute;
	left: 0;
	top: -244px;
	border: 1px solid #e07676;
	border-bottom: none;
	background: #fff;
	border-radius: 3px 3px 0px 0px;
	box-shadow: 1px -5px 6px rgba(0, 0, 0, 0.15);
	display: none;
}
.search-select-item-body>ul {
	height: 243px;
	padding: 4px 0;
	width: 140px;
	overflow-y: scroll;
}
.search-select-item-body>ul a {
	display: block;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	/* white-space: nowrap; */
	box-sizing: border-box;
}
.search-select-item-body>ul a:hover {
	background: #e07676;
	color: #fff;
}
.qr_card_container {
	position: fixed;
	left: 0;
	bottom: 5%;
	display: block;
	cursor: pointer;
	z-index: 2;
	text-align: right;
}
.qr_card_container .del {
	width: 20px;
	height: 20px;
	border: 1px solid #e8e8e8;
	display: inline-block;
	position: relative;
	z-index: 55;
}
.qr_card_container .del:before, .qr_card_container .del:after {
	content: "";
	width: 100%;
	height: 2px;
	background: #999;
	transform: rotate(135deg);
	display: block;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.qr_card_container .del:after {
	transform: rotate(45deg);
}
.qr_card_wrap {
	display: block;
	margin-top: -4px;
}
/* < !-- 诚信建设万里行 --> */
.banner_wraps img {
	width: 100%;
}
.column_titles {
	overflow: hidden;
}
.column_titles p {
	float: left;
	width: 180px;
	height: 100%;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 43px;
	background: #e22323;
}
.column_wrap .moreLink {
	float: right;
	height: 100%;
	line-height: 43px;
	margin-top: 0;
}
.column_wrap .moreLink a {
	font-size: 12px;
	color: #666;
	letter-spacing: 2px;
}
.carousel_container {
	text-align: center;
	position: relative;
	overflow: hidden;
	position: relative;
}
.carousel_wrap {
	height: 325px;
	width: 980px;
	margin: 40px auto 20px;
	overflow: hidden;
}
.carousel_wrap ul {
	width: 500px;
	height: 250px;
	margin: 0 auto;
}
.carousel_wrap .item {
	font-size: 12px !important;
	height: 244px;
	width: 406px;
	cursor: pointer;
}
.carousel_wrap .item a {
	display: block;
}
.carousel_wrap .item a img {
	width: 100%;
	height: 269px;
	object-fit: cover;
}
.carousel_wrap .item a p {
	padding: 10px;
	background-color: #ef595a;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #fff;
	width: 100%;
	text-align: left;
	margin-top: -3px;
}
.prev_btn, .next_btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	display: inline-block;
	background: #fff;
	border-radius: 100px;
	color: #000;
	font-size: 40px;
	cursor: pointer;
}
.prev_btn {
	left: 0;
}
.next_btn {
	right: 0;
}
.article_wrap {
	width: 100%;
	padding: 20px;
	border: 1px solid #dbdbdb;
	background-color: #ffffff;
	line-height: 30px;
	text-align: center;
	margin-bottom: 56px;
	overflow: hidden;
	position: relative;
}
.article_wrap::after {
	content: '';
	width: 1px;
	height: 138px;
	background-color: #dddddd;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.left_wrap {
	float: left;
}
.article_wrap .item {
	width: 500px;
	overflow: hidden;
}
.article_wrap .item .title_wrap {
	float: left;
	font-size: 14px;
	line-height: 29px;
	width: 340px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333333;
	position: relative;
	padding-left: 20px;
	text-align: left;
}
.article_wrap .item .title_wrap::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 5px;
	height: 5px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	background-color: #bebebe;
}
.article_wrap .item .time_wrap {
	float: right;
	font-size: 14px;
	line-height: 29px;
	color: #999999;
}
.right_wrap {
	float: right;
}
.dxal_wrap {
	overflow: hidden;
	margin-bottom: 13px;
}
.dxal_wrap .wrap_items {
	width: 50%;
	float: left;
	border: 1px solid #bebebe;
	overflow: hidden;
}
.dxal_wrap .wrap_items .title_wrap {
	float: left;
	width: 22px;
	height: 226px;
	padding: 66px 26px;
	font-size: 22px;
	color: white;
	margin-right: 18px;
	background: url(../images/wlx_shouxin_activity.jpg) no-repeat;
}
.dxal_wrap .wrap_items .title_wrap span {
	font-size: 21px;
	letter-spacing: 3px;
	margin-left: -10px;
	color: #ffffff;
	display: inline-block;
}
.list-wrap {
	float: left;
	line-height: 29px;
	font-size: 14px;
	width: 465px;
	margin-top: 23px;
}
.list-wrap .item {
	overflow: hidden;
}
.list-wrap .item a {
	display: block;
	float: left;
	width: 340px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	padding-left: 20px;
	text-align: left;
}
.list-wrap .item a:hover {
	color: #ff0000;
}
.list-wrap .item a::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 5px;
	height: 5px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	background-color: #bebebe;
}
.list-wrap .item .timer {
	float: right;
}
/* < !-- 图解信用 --> */
.illustration_container_wrap {
	width: 1200px;
	margin: 30px auto 20px;
}
.column_illustration_container_wrap {
	border-bottom: 4px solid #e6e6e6;
	text-align: left;
}
.title {
	display: inline-block;
	font-size: 18px;
	color: #000;
	height: 31px;
	line-height: 25px;
	padding-left: 35px;
	padding-right: 5px;
	background: url(../images/page_ico_03.jpg) 5px 0px no-repeat;
	border-bottom: 4px solid #ea3e3e;
}
.content_wrap {
	overflow: hidden;
}
.content_wrap .item {
	float: left;
	width: 370px;
	height: 345px;
	margin: 20px 0 0 20px;
	background: #fff;
}
.img_wrap {
	height: 228px;
}
.img_wrap a {
	display: block;
}
.img_wrap a img {
	width: 346px;
	height: 228px;
}
.text_wrap {
	padding: 10px;
	height: 70px;
	font-size: 16px;
	line-height: 25px;
}
.text_wrap a {
	display: block;
	transition: all .2s;
	text-align: left;
}
.text_wrap a:hover {
	color: #e07676;
}
.date {
	padding-left: 10px;
	font-size: 14px;
	line-height: 40px;
	background: #ea3e3e;
	color: #fff;
	text-align: left;
}
/* < !-- 信用投诉 --> */
.complaints_container_wrap .wrap_items, .complaints_container_wrap .border {
	border: 1px solid #bebebe;
	padding: 20px;
	margin-bottom: 25px;
}
.wrap_item_title {
	border-bottom: 1px solid #bebebe;
	height: 34px;
	text-align: left;
}
.wrap_item_title span {
	background: url('../images/page_ico_10.jpg') 5px 8px no-repeat;
	height: 34px;
	line-height: 34px;
	padding-left: 31px;
	padding-right: 5px;
	border-bottom: 4px solid #ea3e3e;
	display: inline-block;
	color: #000;
	font-size: 18px;
}
.img_wrap-mt {
	margin-top: 20px;
	text-align: center;
}
.list_wrap {
	margin: 20px 0 20px 10px;
}
.list_wrap .items {
	overflow: hidden;
	height: 30px;
	line-height: 30px;
}
.left-text {
	width: 800px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-left: 20px;
	background: url(../images/listIco.jpg) 0px 9px no-repeat;
	float: left;
	text-align: left;
}
.left-text a {
	color: #333333;
}
.left-text a:hover {
	color: #e07676;
}
.time {
	float: right;
	margin-right: 10px;
	color: #9e9e9e;
	font-size: 13px;
}
/* < !-- 联合惩戒对象查询 --> */
.container_wrap {
	width: 1200px;
	margin: 20px auto 100px;
	color: #333;
}
.banner_wrap {
	background: url('../images/redNameList_01.jpg') no-repeat center / cover;
	height: 214px;
	margin-bottom: 20px;
}
.banner_wrap img {
	width: 100%;
}
.query_wrap {
	padding-top: 50px;
	background: #fff;
	overflow: hidden;
}
.btn_wrap {
	text-align: center;
	margin-bottom: 30px;
	font-size: 20px;
	color: #e22323;
	font-weight: bold;
	font-style: italic;
}
.btn_wrap .item {
	display: inline-block;
	cursor: pointer;
	transition: all .3s;
	padding: 0 10px 10px 10px;
	position: relative;
}
.btn_wrap .item:hover {
	font-size: 30px;
}
.btn_wrap .item.active {
	font-size: 30px;
}
.btn_wrap .item.active::after {
	content: '';
	position: absolute;
	bottom: -3px;
	left: 50%;
	transform: translateX(-50%);
	width: 70px;
	height: 5px;
	background: #e22323;
	border-radius: 100px;
}
.input_wrap {
	margin: 0 auto 50px;
	width: 600px;
	height: 38px;
	line-height: 38px;
	font-size: 0;
	display: none;
}
.input_wrap:first-of-type {
	display: block;
}
.input_wrap input {
	width: 520px;
	height: 100%;
	border: 1px solid #bebebe;
	padding-left: 20px;
	line-height: 38px;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}
.input_wrap input:focus {
	border-color: #00c6ff;
}
.input_wrap span {
	width: 80px;
	height: 100%;
	display: inline-block;
	background-color: #e22323;
	text-align: center;
	font-size: 16px;
	color: #fff;
	vertical-align: top;
	cursor: pointer;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.query_result {
	margin-top: 20px;
	padding: 10px 20px 20px;
	background: #fff;
	overflow: hidden;
}
.column_title {
	border-bottom: 2px solid #ddd;
	height: 45px;
	line-height: 45px;
}
.column_title p {
	position: relative;
	font-size: 20px;
	float: left;
	height: 45px;
	line-height: 45px;
	font-weight: bold;
}
.column_title p::after {
	content: '';
	width: 100%;
	height: 2px;
	background: #e22323;
	position: absolute;
	bottom: 0;
	left: 0;
}
.table_wrap {
	width: 100%;
	border: 1px solid #dddddd;
	border-bottom: 0;
	border-right: 0;
	margin-top: 20px;
	font-size: 15px;
}
.table_wrap td {
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	padding: 12px 20px;
	width: 360px;
	height: 40px;
	vertical-align: top;
	text-align: left;
	word-break: break-all;
}
.table_wrap td.bg {
	background-color: rgba(243, 243, 243, 0.5);
 filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#50f3f3f3',  EndColorStr='#50f3f3f3');
	font-weight: bold;
	width: 200px;
	vertical-align: top;
}
.table_wrap td a {
	color: #333;
}
.no-data {
	width: 100%;
	height: 84px;
	background: url(https://obs.negn.cn/creditchina-cms/pc/img/no-more.png) no-repeat center 40px;
	padding-top: 250px;
	display: none;
	padding-bottom: 30px;
}
.no_data_info {
	text-align: center;
	font-size: 16px;
}
.article_wraps {
	margin-top: 20px;
	padding: 30px 20px 0 20px;
	background: #fff;
	overflow: hidden;
}
.dishonesty_wrap {
	float: left;
}
.trustworthy_wrap {
	float: right;
}
.wrap_item {
	width: 545px;
	padding-bottom: 20px;
}
.wrap_item_titles {
	height: 40px;
	line-height: 40px;
	background-color: #f8f8f8;
	border-left: 10px solid #e22323;
	overflow: hidden;
}
.wrap_item_titles .titles {
	float: left;
	color: #e22323;
	font-size: 18px;
	padding-left: 15px;
}
.wrap_item_titles a {
	float: right;
	margin-right: 10px;
	font-size: 12px;
	color: #666;
}
.wrap_item_content {
	padding: 10px 0;
}
.wrap_item_content .items {
	height: 36px;
	line-height: 36px;
	overflow: hidden;
}
.wrap_item_content .items i {
	float: left;
	height: 100%;
	width: 22px;
	text-align: center;
	color: #bcbcbc;
}
.wrap_item_content .items a {
	float: left;
	height: 100%;
	color: #333;
	font-size: 14px;
	padding-left: 5px;
	transition: all .2s;
}
.wrap_item_content .items a:hover {
	color: #e22323;
}
.wrap_item_content .items span {
	float: right;
	color: #999;
}
/* 投诉举报 */
.main_body {
	width: 1200px;
	margin: 0 auto 100px;
	font-size: 12px;
	position: relative;
	overflow: hidden;
	text-align: left;
}
.path {
	font-size: 14px;
	color: #222222;
}
.tousujubao {
	background: #fff;
	padding: 20px 20px;
	overflow: hidden;
}
.tousujubao h1 {
	height: 92px;
	line-height: 92px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	border-bottom: 2px solid #e8e8e8;
}
.mt {
	height: 20px;
	line-height: 20px;
	font-size: 20px;
	margin: 30px 0;
}
.mt::before {
	content: '';
	float: left;
	height: 20px;
	width: 3px;
	background: #dc2826;
	margin-right: 20px;
}
.tsjbcont {
	margin: 0 -6.5px;
	overflow: hidden;
}
.tsjbcont li {
	padding: 0 6.5px;
	width: 293px;
	height: 153px;
	float: left;
	box-sizing: border-box;
	overflow: hidden;
}
.tsjbcont dl {
	box-sizing: border-box;
	border: 1px solid #dddddd;
	width: 280px;
	height: 140px;
	padding: 20px 0 0 20px;
}
.tsjbcont dl dt {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 10px;
}
.tsjbcont dl dd {
	font-size: 14px;
	line-height: 24px;
}
.tsjbcont dl dd a {
	font-weight: bold;
	color: #005293;
}
.tsjbcont dl dd em {
	color: #dc2826;
	font-weight: bold;
	font-style: normal;
}
/*20211027 Add*/
.ico {
	font-size: 16px;
	font-weight: bold;
	padding: 0px 5px;
}
.conditionQuery1 {
	width: 100%;
	background: #f6f6f6;
	height: 44px;
	margin-bottom: 5px;
	border: 1px solid #dbdbdb;
}
.conditionQuery1 li {
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 16px;
}
.xydt-fgx {
	position: absolute;
	top: 38px;
	left: 115px;
	width: 10px;
	height: 10px;
}
.xydt-fgx2 {
	position: absolute;
	top: 38px;
	left: 225px;
	width: 10px;
	height: 10px;
}
.monitor-map {
	background: url(../images/monitor-mapBack.jpg) center no-repeat;
	height: 742px;
}
.monitor-mapPIC {
	background: url(../images/monitor-map.png)center no-repeat;
	width: 681px;
	height: 612px;
	left: 50px;
	top: 60px;
	position: absolute;
}
.monitor-mapBox {
	filter: alpha(opacity=50);
	opacity: 0.6;
	background: #0c0741;
	right: 50px;
	top: 50px;
	position: absolute;
	border: 1px solid #00a0e9;
	width: 317px;
	text-align: center;
	padding: 15px 0px 20px 0px;
	height: 620px;
}
.monitor-mapBoxTable {
	line-height: 32px;
	color: #ffffff;
	width: 300px;
	right: 58px;
	top: 55px;
	position: absolute;
	text-align: center;
}
.monitor-mapBoxTable caption {
	line-height: 32px;
}
.monitor-mapBoxTable td {
	text-align: center;
}
.monitor-mapBoxTable th {
	background: #342d7b;
}
/* 左侧菜单2 */
.multiNavTitle{background:#e22323; color:#fff; text-align: left; padding: 10px; height: 40px;border-radius:5px 5px 0px 0px;
}
.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: #fafafa url(../images/selected_icon2.png) no-repeat center right;
}
.multiNav-item-active a.firstItem{
	color: red;
	background: #fafafa url(../images/selected_icon.png) no-repeat center right;

}
a.secondaryItem{
	float:left;
	display: block;
	width:100%;
	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;
	border: 1px dashed #e1e1e1;
}
a.secondaryItem:hover{ background: #cccccc;}
/*==2021-11-03新增样式==*/
.RandBlist-current{ background: #f5f5f5; height: 40px; line-height: 40px; border-left: 2px solid #da271a;}
table.RandBlist {
	border-collapse: collapse;
	table-layout: fixed;
	line-height: 40px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
table.RandBlist tr th {
	font-weight: normal;
	color: #fff;
	background-color: #ea3e3e;
	text-align: center;
	border-right: 1px solid #fff
}
table.RandBlist tr th:last-child {
	border-right: 1px solid #ccc
}
table.RandBlist tr td {
	padding: 5px;
	word-break: break-all;
	height: 40px;
	text-align: center;
	line-height: 21px;
	border: 1px solid #ccc
}
table.RandBlist tr:hover {
	background-color: #eee
}
