#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:10%;top:15px;font-size: 14px;z-index:2;}
#headerLinks a{display:inline-block;padding:0 5px}
#headerInner {
    margin:0 auto;
    height: 200px;
    position: relative;
}
#logo{
    position: absolute;
    left:0;
    top:50%;
    margin-top: -38px;
}

#navWrapper {
    background-color: #e22323;
    font-size: 16px;
}
/* 一级菜单新增 0729 ton 修改宽度为1330（原1300）  */
ul.navList {
    list-style-type: none;
    display: block;
    width: 1300px;
    margin: 0 auto;
}
/* 一级菜单新增 0729 ton 修改宽度为100（原108）  */
ul.navList li {
    float: left;
    display: block;
    width: 100px;
    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:108px;/*2020-1-20*/
    text-align:center;
    height:40px;
    line-height:40px;
    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;
    color:#fff !important;
}

	/* 切换查询 start */
.tabSearchWrapper{width: 396px;height:100px;position: absolute;right: 0;top: 72px;}
.tabSearchHeader{
    padding-bottom: 7px;
    text-align: left;
}
.tabSearchHeader span{
    display: inline-block;
    padding: 0 18px;
    position: relative;
    cursor: pointer;
}
.tabSearchFormWrapper{
    position: relative;
    display: none;
overflow:hidden;
 width: 60%;
    float: left;
}
.tabSearchContent{
overflow:hidden;
}
.tabSearchText{
    display: block;
    width: 50%;
    height: 44px;
    padding: 0 10px;
    outline: none;
    border: 1px solid #ccc;
float:left;
}
.conpanyInfo,.articleSearch{
    width: 40px;
    height: 44px;
    border: none;
    background:#e22323 url(../images/magnifier.png) no-repeat center center;

display: inline-block;
float:left;
}
.tabSearchButton {
float:left;
  background:#e22323;
color: #fff;
height:44px;
line-height:44px;
overflow:hidden;
    cursor:pointer;
padding-right:10px;
transition:all .2s;
}
.tabSearchButton:hover,
.tabSearchButton:hover . articleSearch{
    background-color:#ef5858
}
.tabSearchButton:first-of-type{
margin:0 30px;
}
.tabSearchButton_text{
height:44px;
line-height:44px;
display:inline-block;
float:right;
}

.national_query{
    float: right;
    text-align: right;
    width: 40%;
}
.national_query .conpanyInfo{
    float: inherit;
}
.national_query .tabSearchText,
.national_query .tabSearchButton{
    float: none;
    display: inline-block;
    vertical-align: middle
}
.national_query .tabSearchText{
    width: 64%;
}
.national_query .tabSearchButton {
    margin-right: 0;
    color:#fff;
    border: none;
    margin-left: 0;
float:right;
}
.national_query .tabSearchButton:hover{
    color:#fff;
}

.tabSearchActive{color:#e22323}
.tabSearchActive:before{
    display:block;
    content:"";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-bottom-color: #fff;
    position:absolute;
    left: 50%;
    top: 14px;
    margin-left: -10px;
    z-index: 2;
}
.tabSearchActive:after{
    display:block;
    content:"";
    width: 0;
    height: 0;
    border: 9px solid transparent;
    border-bottom-color: #ccc;
    position:absolute;
    left: 50%;
    top: 10px;
    margin-left: -12px;
    z-index: 1;
}
	/* 切换查询 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 */

/* 头条新闻有轮显 start */
#headerInfoWrapper{
	margin-left:auto;
	margin-right:auto;
	width: 1200px;
	height:350px;
	position: relative;
	background-color:#66cc00;
}
#headerInfoSlides {
	width: 1200px;
	height: 350px;
	background: #f6f6f6;
	position: absolute;
	left:0;
	bottom:0;
	border: 1px solid #ccc;
	box-sizing: border-box;
	overflow: hidden;
}
.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}
/* 头条新闻有轮显 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-input{
    height: 100%;
}
.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/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;
}

.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;
}
/* 友情链接 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 */

/*2020-1-20友情链接*/
.tab_link01{ float:left; width:150px; text-align:center; height:40px; line-height:35px; color:#e22323; background:url(../images/tabPic.png) center bottom no-repeat; cursor:pointer;}
.tab_link02{ float:left; width:150px; text-align:center; height:40px; line-height:35px; color:#181818;  cursor:pointer;}
.tab_link03{float:left; width:150px;  background:url(../images/gh_ico.png) 13px 4px no-repeat; text-align:left; padding-left:45px; height:40px; line-height:35px; color:#4990e2;}


/* ---------------- 修改部分 ------20200619（通知公告、首页搜索）---------- */
.tabSearchWrapper {
    position: relative;
    margin: 10px auto;
    height: auto;
    width: 1200px;
    top:0;
position:initial;
}

.tabSearchHeader {
    text-align: center;
}

.tabSearchHeader span {
    padding: 0 30px;
}

#headerInfoWrapper {
    height: 370px;
    background: #fff;
    margin-top: 0;
}

#headerInfoSlides {
    height: 370px;
    padding: 10px;
}

#headerInfoSlides .arrow-right {
    left: 690px;
    right: 0;
}

#headerInfoSlides .swiper-container {
    width: 717px;
    height: 350px;
    float: left;
    margin: 0;
}

.slideInner {
    width: 100%;
    height: 350px;
    padding-left: 0;
}

#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: 23px;
    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: 10%;
    top: 15px;
    z-index: 2;
}

#headerInner {
    overflow: hidden;
}

.header-slider .swiper-wrapper {
    height: 100% !important;
}

.header-slider .swiper-slide {
    height: auto !important;
}

.banner-pic {
    overflow: hidden;
    width: 100%;
    height: 572px;
}

.banner-pic .pic {
    width: 100%;
    max-height: none;
   height:41%;
}

.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;
}


