html {
    color: #000;
    background: #FFF;
}

*,
:before,
:after {
    background-repeat: no-repeat;
    box-sizing: border-box;
}

* {
    padding: 0;
    margin: 0;
}

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

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
i {
    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%
}

button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
    cursor: pointer;
}

legend {
    color: #000
}

iframe {
    display: block;
}

body {
    font: 14px "Microsoft YaHei", arial, helvetica, clean, sans-serif;
    color: #333;
}

select,
input,
button,
textarea {
    font-family: inherit;
    font-size: 99%;
    line-height: inherit;
}

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

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

a {
    text-decoration: none;
    color: inherit;
}

::-webkit-input-placeholder {
    color: #999;
}

:-moz-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

.placeholder {
    color: #999;
}

.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;
}

@font-face {
    font-family: "SourceHanSansCN-Regular";
    src: url("../font/SourceHanSansCN-Regular.woff") format("woff"), url("../font/SourceHanSansCN-Regular.eot") format("embedded-opentype"), url("../font/SourceHanSansCN-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "D-DIN";
    src: url("../font/D-DIN.woff") format("woff"), url("../font/D-DIN.eot") format("embedded-opentype"), url("../font/D-DIN.ttf") format("truetype");
}

body {
    min-width: 1366px;
    /*font-family: "SourceHanSansCN-Regular";*/
}

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


/* å¤´éƒ¨å¼€å§‹ */
.header {
    height: 160px;
    border-bottom: 1px solid rgba(255, 255, 255, .502);
}

.header .column-logo {
    display: none;
}

.header.column-header{
    box-shadow: 0px 6px 16px 0px rgba(10, 67, 133, 0.15);
}

.header.column-header .index-logo {
    display: none;
}

.header.column-header .column-logo {
    display: block;
}

.header.column-header .position-btn {
    color: #333;
    background: url("../images/index/icon_address_column.png") left 18px center no-repeat;
    background-color: rgb(243, 249, 255);
}
.header.column-header .position-btn:hover {
    color: #fff;
    background: url("../images/index/icon_address.png") left 18px center no-repeat;
    background-color: rgba(255, 255, 255, .161);
}

.header.column-header .dept-content {
    color: #333;
    background: url("../images/index/icon_office_column.png") left 18px center no-repeat;
    background-color: rgb(243, 249, 255);
}
.header.column-header .dept-content:hover {
    color: #fff;
    background: url("../images/index/icon_office.png") left 18px center no-repeat;
    background-color: rgba(255, 255, 255, .161);
}

.header.column-header .user-btn {
    color: #333;
}

.header.column-header .user-btn::before {
    background-color: rgba(221, 221, 221, .502);
}

.header.column-header .login-btn {
    color: #333;
    background: url("../images/index/icon_human_column.png") left 18px center no-repeat;
    background-color: rgb(243, 249, 255);
}

.header.column-header .login-btn span:first-child::before {
    background-color: rgba(221, 221, 221, .502);
}

.header.column-header .nav-list>li>a>span {
    color: #909dac;
}

.header.column-header .nav-list>li>a.active>span,
.header.column-header .nav-list>li>a:hover>span {
    color: #2868b1;
    border-color: #2868b1;
}

.header.column-header .header-search {
    display: block;
}

.logo-wrap {
    height: 60px;
    width: 300px;
    margin-top: 21px;
}

.header-search {
    display: none;
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 218px;
    height: 36px;
    border-radius: 4px;
    background-color: rgb(244, 244, 244);
}

.header-search .header-input {
    width: 190px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    padding: 0 10px;
    border: none;
    outline: none;
    background-color: transparent;
}

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

.header-search .header-search-btn {
    margin-right: 10px;
    width: 15px;
    height: 36px;
    background: url("../images/index/icon_search_column.png") center no-repeat;
    cursor: pointer;
}

.nav-list {
    padding-top: 28px;
}

.nav-list>li {
    float: left;
    margin-right: 10px;
}

.nav-list>li>a {
    display: block;
    padding: 0 13px;
    font-size: 16px;
    line-height: 46px;
    height: 46px;
    transition: all 0.3s;
    box-sizing: content-box;
}

.nav-list>li>a>span {
    color: #fff;
    display: block;
    font-size:22px;
    border-bottom: 3px solid transparent;
}

.nav-list>li>a.active>span,
.nav-list>li>a:hover>span {
    border-bottom: 5px solid #fff;
    transition: all 0.3s;
    color: #fff;
    /* font-size: 18px; */
    font-weight: bold;
}

.header-right {
    padding-top: 38px;
}

.header-right .btn-left {
    margin-right: 10px;
}

.user-btn {
    position: relative;
    vertical-align: top;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    color: #fff;
    font-size: 16px;
    padding: 0 10px;
}

.user-btn:first-child::before {
    display: none;
}

.user-btn::before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    margin-top: -7px;
    width: 1px;
    height: 16px;
    background-color: rgba(255, 255, 255, .502);
}


.login-btn {
    display: block;
    width: 158px;
    height: 38px;
    color: #fff;
    font-size: 16px;
    line-height: 38px;
    padding-left: 48px;
    border-radius: 19px;
    background: url("../images/index/icon_human.png") no-repeat 20px center;
    background-color: rgba(255, 255, 255, .161);
}

.login-btn span {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.login-btn span:first-child {
    padding-right: 10px;
}

.login-btn span:last-child {
    padding-left: 8px;
}

.login-btn span:first-child::before {
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    margin-top: -7px;
    width: 1px;
    height: 16px;
    background-color: rgba(255, 255, 255, .502);
}

.position {
    float: left;
    margin: 38px 0 0 0;
}


.position:hover .position-btn {
    color: #333;
    background: url("../images/index/icon_address_column.png") left 18px center no-repeat;
    background-color: rgb(243, 249, 255);
}

.position:hover .position-drop {
    display: block;
}

.position-btn {
    box-sizing: border-box;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 15px 0 39px;
    width: 120px;
    color: #fff;
    font-size: 16px;
    border-radius: 19px;
    background: url("../images/index/icon_address.png") left 18px center no-repeat;
    background-color: rgba(255, 255, 255, .161);
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
}


.position-drop {
    z-index: 10;
    display: none;
    position: absolute;
    /* top: 53px; */
    top: 74px;
    left: 10px;
    right: 10px;
    /* height: 372px; */
    padding-top: 15px;
    transition: all .3s;
}

.common-header .position-drop {
    top: 85px;
}

.position-drop-wrap {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 4px 24px 0px rgba(17, 27, 39, 0.2);
}

.position-drop-inner {
    position: relative;
    padding: 5px 20px 20px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 30px;
}
.position-drop-inner.dept{
    padding-top: 17px;
}

.position-drop-inner:before {
    width: 20px;
    height: 10px;
    position: absolute;
    content: "";
    left: 340px;
    top: -10px;
    background: url("../images/index/arrow.png") no-repeat;
}

.common-header .position-drop-inner:before {
    left: 551px;
}

.position-drop-title {
    height: 60px;
    padding-left: 27px;
    color: #2868b1;
    border-bottom: 1px solid #eee;
    background: url("../images/index/icon_address_big.png") left center no-repeat;
}

.position-drop-name {
    position: relative;
    float: left;
    height: 59px;
    line-height: 59px;
    font-size: 20px;
    margin-left: 20px;
    cursor: pointer;
}

.position-drop-name:first-child {
    margin-left: 0;
}

.position-drop-name:last-child::after {
    display: none;
}

.position-drop-name::after {
    position: absolute;
    content: '>';
    right: -15px;
    height: 59px;
}

.position-drop-area {
    margin-top: 17px;
    padding-bottom: 19px;
    border-bottom: 1px solid #eee;
}

.position-drop-area-list {
    float: left;
   /* width: 130px; */
    min-width: 60px;
    font-size: 14px;
    color: #666;
    margin-left: 15px;
   /* margin-top: 10px; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
	text-align: center;
}

.position-drop-area-list:nth-child(10n+1) {
  /*  margin-left: 0; */
}

.position-drop-area-list:nth-child(-n+10) {
    margin-top: 0;
}

.position-drop-area-list:hover {
    color: #2868b1;
}

.position-drop-select {
    margin-top: 16px;
    font-size: 14px;
    color: #666666;
}

.position-drop-select-ul {
    margin-left: 10px;
}

.position-drop-select-list {
    position: relative;
    float: left;
    margin-left: 15px;
}

.position-drop-select-list:first-child {
    margin-left: 0;
}

.position-drop-select-list:last-child::after {
    display: none;
}

.position-drop-select-list::after {
    position: absolute;
    content: '>';
    right: -11px;
    height: 30px;
}

.position-drop-btn-box {
    margin-top: 12px;
    height: 28px;
    font-size: 0;
}

.position-drop-btn-list {
    display: inline-block;
    vertical-align: top;
    width: 82px;
    height: 28px;
    line-height: 28px;
    border-radius: 2px;
    font-size: 14px;
    margin-right: 16px;
    color: #2868b1;
    text-align: center;
    background-color: rgb(235, 244, 255);
    transition: all .3s;
    cursor: pointer;
}

.position-drop-btn-list.confirm {
    color: #fff;
    background-color: rgb(40, 104, 177);
}

.position-drop-btn-list:hover {
    background-color: rgba(235, 244, 255, .8);
}

.position-drop-btn-list.confirm:hover {
    background-color: rgba(40, 104, 177, .8);
}

.dept-wrap {
    float: left;
    margin: 38px 0 0 10px;
}

.dept-content {
    box-sizing: border-box;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 18px 0 39px;
    max-width: 130px;
    color: #fff;
    font-size: 16px;
    border-radius: 19px;
    background: url("../images/index/icon_office.png") left 18px center no-repeat;
    background-color: rgba(255, 255, 255, .161);
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
}

.top-dept-list>li {
    width: 260px;
    float: left;
    text-align: left;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    margin-left: 25px;
    margin-top: 5px;
}
.top-dept-list>li:nth-child(-n+4){
    margin-top: 0;
}

.top-dept-list>li .dept-top-info {
    display: inline-block;
    max-width: 260px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 10px;
    padding-right: 30px;
}

.top-dept-list>li .dept-top-info:hover {
    color: #2868b1;
}

.dept-wrap:hover .dept-content {
    color: #333;
    background: url("../images/index/icon_office_column.png") left 18px center no-repeat;
    background-color: #fff;
}

.dept-wrap:hover .position-drop {
    display: block;
}

.dept-wrap .position-drop-inner::before {
    left: 475px;
}

/* å¤´éƒ¨ç»“æŸ */


/* åº•éƒ¨å¼€å§‹ */
.link-box {
    position: relative;
    width: 1202px;
    margin: 0 auto;
    height: 60px;
    line-height: 80px;
}

.link-title {
    display: block;
    height: 80px;
    float: left;
    background: url("../images/index/link-icon.png") no-repeat left center;
    padding-left: 29px;
    font-size: 16px;
    color: #4c525d;
    font-weight: bold;
}

.foot-box {
    height: 227px;
    background-color: #f8f8f9;
}

.link-list-box {
    margin-right: -10px;
}

.link-list-box>li {
    float: left;
    width: 190px;
    height: 30px;
    border: 1px solid #cdcddc;
    box-sizing: border-box;
    line-height: 28px;
    margin-top: 25px;
    padding-left: 12px;
    color: #4c525d;
    cursor: pointer;
    margin-right: 11px;
    background: url("../images/index/link-arrow.png") no-repeat right 11px center;
    background-color: #fff;
    color: #666;
}

.link-list-box>li.active {
    border: 1px solid #1492ff;
    color: #1492ff;
}

.link-content {
    display: none;
    position: absolute;
    z-index: 3;
    border: 1px solid rgb(182, 190, 204);
    height: 160px;
    box-shadow: -3px 0px 10px 0px rgba(51, 65, 93, 0.17);
    width: 1200px;
    background-color: #fff;
    /* top: 61px; */
    bottom: 45px;
    left: 0px;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 1000;
}

.link-content>div {
    padding: 10px 20px;
}

.link-content.show-link {
    display: block;
}

.link-name-title {
    height: 30px;
    font-weight: bold;
    line-height: 14px;
    box-sizing: border-box;
    padding-top: 5px;
}

.link-list {
    line-height: 14px;
}

.link-list>li {
    float: left;
    margin-right: 30px;
    padding-bottom: 10px;
}

.link-list a {
    color: #959fb2;
}

.link-list a:hover {
    color: #1492ff;
}

.foot-title {
    color: #666;
    margin-left: 130px;
    line-height: 14px;
}

.foot-box>div {
    position: relative;
    width: 1202px;
    margin: 0 auto;
}

.foot-first {
    padding-top: 45px;
    margin-bottom: 16px;
}

.foot-last {
    line-height: 20px;
    padding-left: 25px;
    margin-top: 10px;
    background: url("../images/index/gabah.png") no-repeat left center;
}

.code-img {
    height: 99px;
    width: 99px;
    margin-bottom: 4px;
}

.code-img>img {
    height: 100%;
    width: 100%;
}

.code-box {
    position: absolute;
    height: 173px;
    box-sizing: border-box;
    padding-top: 21px;
    color: #666;
    right: 0;
    top: 0;
    text-align: center;
}

.code-box .code-list {
    float: left;
    width: 99px;
    margin-left: 12px;
}

.code-box .code-list:first-child {
    margin-left: 0;
}

.code-box p {
    line-height: 17px;
    font-size: 14px;
    color: #666666;
}

.foot-btn {
    position: absolute;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    padding-top: 40px;
    color: #666;
    top: 21px;
}

.net-btn {
    right: 425px;
    background: url("../images/index/net-icon.png") no-repeat center top;
}

.gav-btn {
    position: absolute;
    width: 51px;
    height: 61px;
    left: 30px;
    top: 20px;
    background: url("../images/index/qh-footer-gav.png") no-repeat center;
}

.find-btn {
    position: absolute;
    width: 110px;
    height: 55px;
    background: url("../images/index/qh-footer-find.png") no-repeat center;
    left: 0;
    top: 91px;
}

.call-btn {
    right: 350px;
    background: url("../images/index/call.png") no-repeat center top;
}

.gov {
    position: absolute;
    width: 132px;
    height: 41px;
    right: 353px;
    top: 97px;
    background: url("../images/index/gov_name.png") no-repeat center;
}

.foot-line {
    height: 160px;
    background: url("../images/index/foot-line.png") no-repeat 685px 30px;
}

.font-img {
    top: 60px;
    right: 0;
    position: absolute;
}

/* åº•éƒ¨ç»“æŸ */

/* å³ä¾§æ‚¬æµ®å¯¼èˆªå¼€å§‹ */

.right-nav {
    position: fixed;
    right: 24px;
    /* bottom: 150px; */
    width: 86px;
    /* height: 600px; */
    /* height: 590px; */
    z-index: 9999;
	top: 50%;
    margin-top: -300px;
    /* padding-top: 10px; */
    /* margin-top: -295px; */
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 27px 0px rgba(30, 48, 74, 0.13);
}
.right-nav > li.new-media{
    position: relative;
}
.right-nav > li.new-media:hover .media-box{
    display: block;
}
.right-nav > li .media-box{
    display: none;
    position: absolute;
    bottom: 0;
    left: -177px;
    width: 165px;
    font-size: 14px;
    padding-top: 10px;
    text-align: center;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 27px 0px rgba(30, 48, 74, 0.13);
}
.right-nav > li .media-box .media-list{
    margin-top: 8px;
    margin-bottom: 8px;
}
.right-nav > li .media-box .media-list:first-child{
    margin-top: 0;
}
.right-nav > li .media-box .pic-box{
    height: 150px;
}
.right-nav > li .media-box .pic-box img{
    width: 150px;
    height: 150px;
    vertical-align: middle;
}
.right-nav > li .media-box span{
    line-height: 17px;
}
.right-nav > li .media-box::before{
    position: absolute;
    content: '';
    bottom: 34px;
    right: -7px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 7px solid #fff;
    border-bottom: 5px solid transparent;
}
.right-nav > li:first-child a{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.right-nav > li:last-child a{
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.right-nav > li > a {
    display: block;
    height: 70px;
    box-sizing: border-box;
    color: #666666;
    font-size: 14px;
    padding-top: 40px;
    text-align: center;
    transition: all .3s;
}
.right-nav > li > a.query{
    background: url("../images/index/icon_query.png") center top 12px no-repeat;
}
.right-nav > li > a.smart{
    background: url("../images/index/icon_smart.png") center top 12px no-repeat;
}
.right-nav > li > a.advice{
    background: url("../images/index/icon_advice.png") center top 12px no-repeat;
}
.right-nav > li > a.error{
    background: url("../images/index/icon_error.png") center top 12px no-repeat;
}
.right-nav > li > a.survey{
    background: url("../images/index/icon_survey.png") center top 12px no-repeat;
}
.right-nav > li > a.media{
    background: url("../images/index/icon_media.png") center top 12px no-repeat;
}
.right-nav > li > a.portal{
    background: url("../images/index/icon_portal.png") center top 12px no-repeat;
}
.right-nav > li > a.suggest{
    background: url("../images/index/icon_suggest.png") center top 12px no-repeat;
}
.right-nav > li > a.back{
    background: url("../images/index/icon_back.png") center top 12px no-repeat;
}
.right-nav > li > a.query:hover{
    background-image: url("../images/index/icon_query_active.png");
}
.right-nav > li > a.smart:hover{
    background-image: url("../images/index/icon_smart_active.png");
}
.right-nav > li > a.advice:hover{
    background-image: url("../images/index/icon_advice_active.png");
}
.right-nav > li > a.error:hover{
    background-image: url("../images/index/icon_error_active.png");
}
.right-nav > li > a.survey:hover{
    background-image: url("../images/index/icon_survey_active.png");
}
.right-nav > li > a.media:hover{
    background-image: url("../images/index/icon_media_active.png");
}
.right-nav > li > a.portal:hover{
    background-image: url("../images/index/icon_portal_active.png");
}
.right-nav > li > a.suggest:hover{
    background-image: url("../images/index/icon_suggest_active.png");
}
.right-nav > li > a.back:hover{
    background-image: url("../images/index/icon_back_active.png");
}

.right-nav > li > a:hover {
    color: #fff;
    background-color: #2497fa;
}

.right-nav > li > .sm-btn {
    height: 30px;
    line-height: 30px;
    color: #fff;
    padding-top: 0;
    background-color: #b2b5bb;
}
.right-nav > li > .sm-btn:hover{
    background-color: #2497fa;
}

/* å³ä¾§æ‚¬æµ®å¯¼èˆªç»“æŸ */

/* å¯¼èˆª */
.min-locat {
    width: 1200px;
    margin: 0 auto;
}

.location {
    font-size: 14px;
    color: #333333;
    line-height: 70px;
    background: url("../images/weizhi.png") 4px center no-repeat;
}

.locat {
    margin-left: 21px;
}

.now-locat {
    color: #2868b1;
}



/* åˆ†é¡µ */
body .m-pagination-page > li > a {
    height: 24px;
    line-height: 24px;
    margin: 0 3px;
    padding: 0 9px;
    color: #333;
    display: inline-block;
    text-decoration: none;
    box-sizing: content-box;
    text-align: center;
    border-radius: 3px;
}
body .m-pagination-page > li.active > a {
    color: #2868b1;
    border: 1px solid #2868b1;
}
body .m-pagination-group > input {
    border-radius: 4px;
    width: 24px;
    height: 24px;
    border: 1px solid #d9d9d9;
    text-align: center;
    box-sizing: content-box;
}
body .m-pagination-group > button {
    border: none;
    height: auto;
    line-height: 24px;
    padding: auto;
    color: #5c5c5c;
}
.pager{
    padding-top: 20px;
    padding-bottom: 60px;
    text-align: center;
}
.m-pagination-group > input, .m-pagination-group > button {
    float: none;
}

/* layer */
body .layui-layer-title {
    position: relative;
    height: 72px;
    line-height: 72px;
    border: none;
    padding-left: 31px;
    padding-top: 5px;
    font-size: 22px;
    font-weight: bold;
    background: #fff;
    border-radius: 4px;
    color: #333;
}

body .layui-layer-setwin {
    right: 30px;
}
body .layui-layer-setwin .layui-layer-close1 {
    margin-top: 15px;
}

.user-center {
    margin-right: 9px;
    background: #1492ff url("../images/index/user-icon.png") no-repeat 14px center;
}

.user-center:hover {
    background: #0782ed url("../images/index/user-icon.png") no-repeat 14px center;
}

.login-name {
    position: relative;
    float: left;
    color: #666666;
    height: 19px;
    margin-top: 16px;
    line-height: 19px;
    margin-left: 16px;
    padding-left: 25px;
    background: url("../../images/matter/human-icon.png") no-repeat left center;
    padding-right: 16px;
}


.login-name::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 14px;
    background-color: #c8c8c8;
    right: 0;
    top: 2px;
}

.login-name >a {
    color: #1492ff;
	max-width: 150px;
	width: 154px;
	display: inline-block;
}
 


.login-name > a {
    color: #1492ff;
}


.cancellation {
    float: left;
    color: #ff9425;
    height: 17px;
    margin-top: 17px;
    line-height: 17px;
    margin-left: 14px;
    margin-right: 4px;
}


.btn-login{
margin-top: 0px;
}

#ABTHelpbutton{
    display:none !important;
}