﻿@charset "UTF-8";
@font-face {
    font-family: "SourceHanSansCN-Regular";
}

@font-face {
    font-family: "SourceHanSansCN-Medium";
}

@font-face {
    font-family: "SourceHanserifCN-Bold";
}

@font-face {
    font-family: "OPPOSans-Bold";
}

@font-face {
    font-family: "SourceHanSansCN-Heavy";
}


/* yui3 reset.css */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
    vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: "";
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

legend {
    color: #000;
}

iframe {
    display: block;
}


/* yui3 fonts */

body {
    color: #333;
    font-size: 14px;
    min-width: 1200px;
    font-family: "SourceHanSansCN-Regular";
}

select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

a {
    text-decoration: none;
}

input,
button,
textarea {
    font-family: "SourceHanSansCN-Regular";
    border: 0;
    outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
    display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #aaa;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #aaa;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    color: #aaa;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #aaa;
}

.placeholder {
    color: #aaa;
}


/* utilities */

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}

.trans {
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.text-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/* 通用样式 */

.container {
    width: 1200px;
    margin: 0 auto;
}


.header-tqtitle {
    position: absolute;
    top: 0px;
    right: 160px;
    width: 60px;
}
.header-time {
    position: absolute;
    top: 0px;
    right: 160px;
    width: 200px;
}


/* 头部 */


#header {
    height: 276px;
}

.header-top {
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #ecf4fc;
    font-size: 12px;
    color: #999;
}

.header-center {
    height: 175px;
    padding-top: 47px;
    box-sizing: border-box;
}

.logo-box {
    position: relative;
}

.logo-box:before {
    position: absolute;
    right: -22px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 2px;
    height: 76px;
}

.header-text {
    line-height: 29px;
    margin: -5px 0 0 52px;
    font-size: 20px;
    font-family: "SourceHanserifCN-Bold";
}

.header-search {
    position: relative;
    width: 300px;
    height: 52px;
    line-height: 52px;
    margin-top: 15px;
    padding: 0 60px 0 25px;
    font-size: 16px;
    box-sizing: border-box;
    border: 1px solid #215ca1;
    border-radius: 30px;
}

.header-search .input {
    width: 100%;
    height: 100%;
    line-height: 50px;
    background: none;
    vertical-align: top;
}

.header-search .btn {
    position: absolute;
    right: 3px;
    top: 3px;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    cursor: pointer;
}

.header-nav {
    height: 70px;
    line-height: 70px;
    background-color: #0a3f78;
}

.nav-item {
    width: 11.11%;
}

.nav-item a {
    display: block;
    height: 100%;
    text-align: center;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
}

.nav-item.active a,
.nav-item a:hover {
    font-family: "SourceHanSansCN-Medium";
}


/* 底部 */

.footer {
    padding: 18px 0 35px;
    background-color: #1c242c;
}

.sel {
    display: none;
    height: 32;
    line-height: 32;
    background-color: #fff;
    color: #333;
    padding-left: 16px;
}

.chose-list {
    margin-left: -24px;
}

.chose-item {
    width: calc(25% - 24px);
    margin-left: 24px;
}

.footer .chosen-container-single .chosen-single {
    height: 32px;
    line-height: 32px;
    border: none;
    padding-left: 16px;
    color: #333;
    background: #fff;
}

.footer .chosen-container-single .chosen-single div b {
}

.footer .chosen-container-single.chosen-with-drop .chosen-single div b {

}

.footer .chosen-container-single .chosen-single div {
    right: 11px;
}

.chosen-search {
    display: none;
}

.footer .chosen-container .chosen-results li {
    padding-left: 12px;
    color: #999;
}

.footer .chosen-container .chosen-results li:hover,
.footer .chosen-container .chosen-results li.highlighted {
    color: #fff;
}

.footer .chosen-with-drop .chosen-drop {
    border: none;
}

.footer .chosen-container .chosen-results {
    max-height: 150px !important;
}

.footer .about {
    line-height: 25px;
    margin-top: 30px;
    font-size: 16px;
    color: #d0dcf6;
}

.footer-info {
    margin-top: 30px;
    width: 753px;
    margin: 0 auto;
}

.footer-info .info {
    line-height: 26px;
    margin-top: 17px;
    color: #708498;
}

.footer-info .info span {
    margin-right: 37px;
}

.footer-info a {
    color: #708498;
}

.footer-info .policy {
    padding-left: 23px;
}

.footer-img {
    margin-top: 34px;
}

.footer-jszc {
position:relative;
}
#siteViewCount {
    padding-top: 50px;
    display: block;
    width: 100px;
    position: absolute;
    left: 535px;
    top: -42px;
}


/* 通用列表 */

.info-list {
    position: relative;
}

.info-list:before {
    position: absolute;
    left: 4px;
    top: 21px;
    content: "";
    width: 0;
    height: calc(100% - 42px);
    border-left: 1px solid #eee;
}

.info-item {
    position: relative;
    height: 42px;
    line-height: 42px;
    padding-left: 25px;
}

.info-item:before {
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 5px;
    height: 5px;
}

.info-item:hover:before {
    left: 0;
    width: 9px;
    height: 9px;
}

.info-item a {
    width: calc(100% - 80px);
    color: #333;
}

.info-item .date {
    color: #999;
}

.info-item:hover a,
.info-item:hover .date {
    color: #f9a21a;
}

/*信用信息标题*/
.info-item-title span,.zrr-item-title span{
   background-color:#3661ae;
   height:35px;
   line-height:35px;
   color:#ffffff;
}

.info-item-title .company {
   padding-left:10px;
    width:28%;
}
.info-item-title .code {
    width:30%;
}
.info-item-title .area {
    width:20%;
}
.info-item-title .date {
    width:20%;
}
.info-item-li {
    position: relative;
    height: 42px;
    line-height: 42px;
    padding-left: 25px;
}

.info-item-li:before {
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 5px;
    height: 5px;
}

.info-item-li:hover:before {
    left: 0;
    width: 9px;
    height: 9px;
}



.info-item-li .company {
    width:25%;
}
.info-item-li .code {
    width:20%;
}
.info-item-li .area {
    width:32%;
}
.info-item-li .date {
    width:23%;
}

.info-item-li a {
    width: calc(100% - 28px);
    color: #333;
}

.info-item-li .date {
    color: #999;
}

    .info-item-li:hover {
    }


.info-item-li:hover a {
    color: #f9a21a;
}


/*自然人样式设置*/
.zrr-item-title .company {
   padding-left:10px;
    width:38%;
}
.zrr-item-title .area {
    width:40%;
}
.zrr-item-title .date {
    width:20%;
}

.zrr-item-li .company {
    width:38%;
}
.zrr-item-li .area {
    width:40%;
}
.zrr-item-li .date {
    width:20%;
}



/*无日期*/
.info-item-nodate {
    position: relative;
    height: 42px;
    line-height: 42px;
    padding-left: 25px;
}

.info-item-nodate:before {
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 5px;
    height: 5px;
}

.info-item-nodate:hover:before {
    left: 0;
    width: 9px;
    height: 9px;
}

.info-item-nodate a {
    width: calc(100% - 0px);
    color: #333;
}

.info-item-nodate .date {
    color: #999;
}

.info-item-nodate:hover a,
.info-item-nodate:hover .date {
    color: #f9a21a;
}


/* 当前位置 */

.route {
    padding: 25px 0 22px 33px;
    line-height: 21px;
    font-size: 16px;
    background: url("../formula/location.png") no-repeat left center;
}

.route-item {
    position: relative;
}

.route-item+.route-item {
    margin-left: 20px;
}

.route-item+.route-item:before {
    position: absolute;
    content: "\3E";
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
}

.route-item a {
    color: #333;
}

.route-item span {
    color: #0a3f78;
}

.footer {
    margin-top: 30px;
}

/* 公用外层容器 */

.box {
    border: 1px solid rgb(213, 228, 255);
    border-radius: 3px;
    box-shadow: 0px 3px 12px 0px rgba(105, 147, 207, 0.2);
    background-color: #fff;
}

/* 公用标题 */

.info-hd {
    height: 47px;
    line-height: 47px;
    position:relative;
}

.info-hd .title {
    position: relative;
    padding-left: 16px;
    font-weight: bold;
    font-size: 20px;
    color: #3661ae;
}

.info-hd .title:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 6px;
    height: 18px;
    background-color: #3661ae;
}

.info-hd .more {
    position: absolute;
    right:10px;
    font-size:16px;
}
    .info-hd .more a {
    color:#333;
    }

/* 子页面共用布局 */

.sub-box {
    position: relative;
}

.tree-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 310px;
    padding: 20px;
    box-sizing: border-box;
}

.tree-items+.tree-items {
    margin-top: 23px;
}

.tree-node {
    position: relative;
    height: 50px;
    line-height: 50px;
    border-radius: 3px;
    border: 1px solid #eef6ff;
    box-sizing: border-box;
    background: #eef6ff;
}

.tree-node:before {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 9px;
    height: 16px;
}

.tree-node .tree-link {
    display: block;
    padding: 0 25px 0 70px;
    font-size: 20px;
    color: #333;
    background-repeat: no-repeat;
    background-position: 20px center;
}

.tree-items:nth-child(1) .tree-link {

}

.tree-items:nth-child(2) .tree-link {

}

.tree-items:nth-child(3) .tree-link {

}
.tree-items:nth-child(4) .tree-link {

}

.tree-items:nth-child(5) .tree-link {

}

.tree-items:nth-child(6) .tree-link {

}

.tree-items:nth-child(7) .tree-link {

}
.tree-items:nth-child(8) .tree-link {

}
.tree-items.current .tree-node:before,
.tree-items:hover .tree-node:before {

}

.tree-items.current .tree-node,
.tree-items:hover .tree-node {
    border-color: #fff;
    background-color: #2c68af;
    box-shadow: 0px 3px 13px 0px rgba(23, 74, 135, 0.47);
    background-image: linear-gradient(to bottom, #2c68af, #174a87);
}

.tree-items.current .tree-node .tree-link,
.tree-items:hover .tree-node .tree-link {
    color: #fff;
}

.tree-items:nth-child(1).current .tree-link,
.tree-items:nth-child(1):hover .tree-link {
}

.tree-items:nth-child(2).current .tree-link,
.tree-items:nth-child(2):hover .tree-link {
}

.tree-items:nth-child(3).current .tree-link,
.tree-items:nth-child(3):hover .tree-link {
}

.tree-items:nth-child(4).current .tree-link,
.tree-items:nth-child(4):hover .tree-link {
}

.tree-items:nth-child(5).current .tree-link,
.tree-items:nth-child(5):hover .tree-link {
}

.tree-items:nth-child(6).current .tree-link,
.tree-items:nth-child(6):hover .tree-link {
}

.tree-items:nth-child(7).current .tree-link,
.tree-items:nth-child(7):hover .tree-link {
}

.tree-items:nth-child(8).current .tree-link,
.tree-items:nth-child(8):hover .tree-link {
}

.sub-content {
    margin-left: 333px;
    min-height: 550px;
}

.tree-subs {
    display: none;
    padding: 13px 0;
    border: 1px solid #dfe9f5;
    border-top: none;
    border-radius: 3px;
}

.tree-subs .tree-link {
    position: relative;
    display: block;
    height: 40px;
    line-height: 40px;
    padding-left: 16px;
    font-size: 16px;
    color: #333;
}

.tree-subs .tree-link:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #666;
}

.tree-subs .tree-link:hover {
    color: #0a3f78;
}

.tree-subs .tree-link:hover:before {
    background-color: #0a3f78;
}

.tree-subs .tree-item {
    padding-left: 54px;
}

.tree-items.current .tree-subs {
    display: block;
}

/* 子页面公用搜索框 */

.complaint-search {
    width: 200px;
    height: 34px;
    line-height: 32px;
    margin-top: 10px;
    padding-left: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    box-sizing: border-box;
}

.complaint-search .input {
    width: calc(100% - 34px);
    height: 100%;
    font-size: 16px;
}

.complaint-search .btn {
    width: 34px;
    height: 100%;
    background: url("../formula/contact_serach.png") no-repeat center;
    cursor: pointer;
}

.complaint-search input::-webkit-input-placeholder {
    color: #999;
}

.complaint-search input::-moz-placeholder {
    color: #999;
}

.complaint-search input:-moz-placeholder {
    color: #999;
}

.complaint-search input:-ms-input-placeholder {
    color: #999;
}



.wb-page-items {
    margin-top: 25px;
    margin-left: 147px;
}

/* 分页 */

.wb-page-items {
    margin: 10px auto;
}

.wb-page-li {
    float: left;
    margin-left: 4px;
    font-size: 14px;
    text-align: center;
    font-family: "Microsoft YaHei";
}

.wb-page-li>a {
    display: block;
}

.wb-page-li.ml6 {
    margin-left: 6px;
}

.wb-page-li.ml20 {
    margin-left: 20px;
}

.wb-page-item {
    width: 34px;
    height: 24px;
    border: 1px solid #dfdfdf;
    line-height: 24px;
    color: #666;
}

.wb-page-item a{
	color: #666;
}

.wb-page-item a:hover{
	background-color: #999999;
	color: #fff;
	
}

.wb-page-item.current {
    width: 36px;
    height: 26px;
    line-height: 26px;
    border: 0;
    color: #3661ae;
    font-weight: bold;
}

.wb-page-default {
    width: 36px;
    height: 26px;
    line-height: 26px;
    color: #666;
}

.wb-page-omit {
    width: auto;
    padding: 0 18px 0 18px;
}

.wb-page-family {
    font-family: "SimSun";
}

.wb-page-fs12 {
    font-size: 12px;
}

.wb-page-number {
    width: auto;
    padding: 0 6px 0 6px;
    font-weight: bold;
	border:0;
}

.wb-page-to {
    width: auto;
}

.wb-page-next {
    width: 58px;
}

.wb-page-next:hover {
    background-color: #999999;
    color: #fff;
    cursor: pointer;
    border: 1px solid #999;
}

.wb-page-go {
    width: 28px;
}

.showlistdisplay{
    display:none;
}

.print {
cursor:pointer;
}