/* yui3 reset.css */

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

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

address,
caption,
cite,
code,
dfn,
em,
strong,
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;
	height:680px;
}

/* yui3 fonts */

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

select,
input,
button,
textarea {
    font: 99% "Microsoft Yahei" 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 {
    color: #333;
    text-decoration: none;
}

/* utilities */

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

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: block;
    height: 0;
    line-height: 0;
    content: "";
    overflow: hidden;
    visibility: hidden;
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}

.mt20 {
    margin-top: 20px;
}

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

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

.visible-desktop {
    display: inherit !important;
}

@media (min-width: 768px) and (max-width: 979px) {
    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }

    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }

    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }
}

@media all and (min-width: 900px) {
    html,
    body {
        height: 100%;
    }
}

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

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

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

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

.placeholder {
    color: #999;
}

/* 头部背景 */

.section1.bg1a {
    /*西宁*/
    /*background-image: url('../images/default/bg1a.jpg');*/
}

.section1.bg6a {
    /*黄南*/
    background-image: url("../images/default/bg6a.jpg");
}

.section1.bg2a {
    /*海东*/
    background-image: url("../images/default/bg2a.jpg");
}

.section1.bg34 {
    /*都兰县*/
    background-image: url("../images/default/bg34.jpg");
}

/* fixed */

.fixed-menu {
    position: fixed;
    right: 20px;
    top: 150px;
    width: 84px;
    z-index: 10;
    box-shadow: 0 0 2px 2px #e9e9e9;
}

@media (max-width: 1199px) {
    .fixed-menu {
        display: none;
    }
}

.fixed-item {
    height: 60px;
    position: relative;
}

.fixed-item > a {
    display: block;
    position: relative;
    height: 60px;
    box-sizing: border-box;
    padding-top: 3px;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
}

.fixed-item:last-child > a {
    border-bottom: 0;
}

.fixed-item .icon {
    display: block;
    width: 42px;
    height: 32px;
    margin: 0 auto;
    background-image: url("../images/default/fixed-icons.png");
    background-repeat: no-repeat;
}

.fixed-item .text {
    text-align: center;
    display: block;
    line-height: 20px;
    color: #1492ff;
}

.fixed-item .ewm {
    display: none;
    position: absolute;
    left: -133px;
    top: -30px;
}

.fixed-item .icon-smart {
    background-position: center top;
}

.fixed-item .icon-phone {
    background-position: center -64px;
}

.fixed-item .icon-chat {
    background-position: center -126px;
}

.fixed-item .icon-error {
    background-position: center -189px;
}

.fixed-item .icon-top {
    background-position: center -249px;
}

.fixed-item > a:hover {
    background-color: #1492ff;
}

.fixed-item > a:hover .text {
    color: #fff;
}

.fixed-item:hover .ewm {
    display: block;
}

.fixed-item > a:hover .icon {
    background-image: url("../images/default/fixed-icons2.png");
}

/*头部区域选择*/

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

.position-wrap {
    padding-top: 58px;
}

.position.second .position-btn {
    font-size: 14px;
}

.position-btn {
    box-sizing: border-box;
    display: inline-block;
    /* color: #fff; */
    height: 40px;
    line-height: 38px;
    background: url("../images/adminpermit2/arrow-b.png") no-repeat right 12px
            center,
        url("../images/adminpermit2/address-icon.png") no-repeat 10px center;
    border-radius: 15px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 30px 0 30px;
    max-width: 130px;
    color: #666666;
    font-size: 16px;
    border-width: 1px;
    border-color: rgb(238, 238, 238);
    border-style: solid;
    border-radius: 4px;
}

.position-drop {
    z-index: 10;
    display: none;
    position: absolute;
    top: 53px;
    left: 10px;
    right: 10px;
    height: 372px;
    padding-top: 46px;
}

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

.position-drop.visible-desktop {
    animation: slideDown 0.2s linear;
}

@keyframes slideDown {
    0% {
        opacity: 0;
        transform-origin: 0 0;
        transform: scaleY(0.8);
    }

    to {
        opacity: 1;
        transform-origin: 0 0;
        transform: scaleY(1);
    }
}

.position-drop-wrap {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.32);
}

.position-drop-inner {
    position: relative;
    padding: 10px 10px 12px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 30px;
}

.position-drop-inner:before {
    width: 24px;
    height: 17px;
    position: absolute;
    content: "";
    left: 335px;
    top: -17px;
    background: url("../images/default/arrow.png") no-repeat;
}

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

.position-drop-row {
    padding: 10px 0;
    border-bottom: 1px solid #e6e6e6;
}

.position-drop-row:last-child {
    border-bottom: none;
}

.position-drop-row .title {
    float: left;
    width: 125px;
    padding-left: 16px;
    box-sizing: border-box;
    text-align: left;
    padding-right: 0;
    color: #4176e3;
    line-height: 30px;
}

.position-drop-row .title > i {
    display: inline-block;
    vertical-align: top;
    font-style: normal;
}

.position-drop-row .title > i.active {
    background-color: #1492ff;
    color: #fff;
}

.position-drop-row .position-items {
    margin-left: 125px;
}

.position-drop-row .position-item {
    float: left;
    padding: 0 10px;
    margin-right: 20px;
    cursor: pointer;
    border-radius: 1px;
}

.position-drop-row .position-item.active {
    background-color: #4176e3;
    color: #fff;
}

.common-search {
    float: right;
    margin-right: 20px;
    padding-top: 62px;
}

.common-search-input {
    float: left;
    /*width: 367px;*/
    width: 320px;
    height: 44px;
    border: 1px solid #fadcbe;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.8);
    text-indent: 16px;
    outline: 0;
    font-size: 16px;
}

.common-search-btn {
    position: relative;
    float: left;
    width: 28px;
    height: 46px;
    border: 0 none;
    left: -41px;
    background-image: url("../images/default/icon-search2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    cursor: pointer;
    outline: 0;
    text-indent: -9999px;
}

/* 主菜单 */

.main-menu-items {
    height: 74px;
    background-color: #1492ff;
}

.main-menu-item {
    float: left;
    margin-right: 25px;
}

.main-menu-item:last-child {
    margin-right: 0;
}

.main-menu-item > a {
    display: block;
    width: 150px;
    height: 74px;
    text-align: center;
    line-height: 74px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

.main-menu-item > a.active,
.main-menu-item > a:hover {
    background-color: #0d7edf;
}

/*二级通用头部*/

.common-header {
    min-height: 244px;
    min-width: 1200px;
    background: url("../images/about/about-bg.jpg") center top no-repeat;
}

.common-top {
    height: 170px;
}

.common-logo {
    float: left;
    width: 376px;
    height: 50px;
    margin: 56px 0 0 0;
    background: url("../images/index/logo.png");
    text-indent: -9999px;
}

/*我的位置*/

.mypos {
    height: 60px;
    line-height: 58px;
    color: #999;
}

.mypos .cur {
    color: #ff8b17;
}

.mypos > a {
    color: #999;
}

/*footer*/
/* 20230210添加自治区尾部，这个注释 */ 
/* .footer,
.common-footer {
    min-height: 245px;
    margin-top: -43px;
    padding-top: 70px;
    box-sizing: border-box;
    font-size: 16px;
    color: #fff;
    background: url("../images/default/footer.png") center top no-repeat;
} */

.common-footer {
    color: #666;
    margin-top: 0;
    background: url("../images/about/about-footer.png") center top no-repeat;
}

.common-footer .container {
    position: relative;
}

.footer-link-items {
    width: 720px;
    margin: 0 auto;
    padding-bottom: 24px;
}

.footer-link-item {
    float: left;
    width: 119px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    border-right: 1px solid #fff;
}

.common-footer .footer-link-item {
    border-right-color: #bfbfbf;
}

@media (max-width: 767px) {
    .footer-link-items {
        width: auto;
        text-align: center;
    }

    .footer-link-item {
        float: none;
        display: inline-block;
        margin-bottom: 5px;
    }
}

.footer-link-item > a {
    color: #fff;
}

.common-footer .footer-link-item > a {
    color: #666;
}

.footer-text {
    text-align: center;
    line-height: 32px;
}

.footer .container {
    position: relative;
}

.footer-link1 {
    position: absolute;
    top: 22px;
    left: 70px;
}

.footer-link2 {
    position: absolute;
    top: 33px;
    right: 70px;
}

@media (max-width: 1199px) {
    .footer-link1,
    .footer-link2 {
        display: none;
    }
}

/* 办件公示通用样式 */

.showcase-form-item {
    padding: 5px 0;
}

.showcase-bar-wrap .title {
    float: left;
    padding-right: 5px;
    font-size: 16px;
    line-height: 28px;
    margin-left: 30px;
}

.showcase-bar-wrap .status-wrap,
.showcase-bar-wrap .code-wrap {
    position: relative;
    float: left;
}

.showcase-bar-wrap .status-wrap {
    width: 78px;
    height: 26px;
    border: 1px solid #d2d2d2;
    border-radius: 13px;
    padding: 0 10px;
}

.status-select {
    width: 100%;
    height: 26px;
    border: 0;
    outline: 0;
    font-size: 16px;
    line-height: 26px;
}

.showcase-bar-wrap .code-wrap {
    width: 296px;
    padding-left: 10px;
    height: 26px;
    border-radius: 13px;
    border: 1px solid #d2d2d2;
}

.code-input {
    float: left;
    width: 80%;
    height: 26px;
    border: 0;
    line-height: 26px;
    font-size: 16px;
    border: 0;
    text-indent: 3px;
    outline: 0;
    background-color: transparent;
}

.btn-search {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 28px;
    margin: -1px -1px 0 0;
    border-radius: 14px;
    background-color: #ff8b17;
    line-height: 28px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

/* 办件公示表格 */

.showcase-list {
    width: 100%;
    font-size: 16px;
}

.showcase-list th {
    background-color: #e0effc;
    text-align: center;
    line-height: 40px;
}

.showcase-list td {
    text-align: center;
    line-height: 40px;
}

.showcase-list tbody tr:hover {
    background-color: #fff3e7;
}

/*.matter:hover {
  color: #ff8b17;
}*/

.handle-status.doing {
    color: #ff8b17;
}

.handle-status.finished {
    color: #63bc34;
}

/*流程*/

.flow-item {
    float: left;
    width: 220px;
    height: 60px;
    border-top: 3px solid #e9e9e9;
    position: relative;
}

.fourstep .flow-item {
    width: 184px;
}

.flow-item.last {
    width: 380px;
}

.fourstep .flow-item.last {
    width: 324px;
}

.flow-item:first-child:before,
.flow-item.last:before {
    position: absolute;
    content: "";
    width: 23px;
    height: 23px;
    top: -13px;
    border-radius: 12px;
    background-color: #e9e9e9;
}

.flow-item.last:before {
    right: 0;
}

.flow-item .order {
    position: absolute;
    right: 0;
    top: -25px;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    background-color: #e9e9e9;
    line-height: 48px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #999;
}

.flow-item.last .order {
    left: 166px;
    right: auto;
    background: url("../images/personalzone/flow-complete.png") no-repeat;
}

.fourstep .flow-item.last .order {
    left: 125px;
}

.flow-item .text {
    position: absolute;
    top: 24px;
    right: -26px;
    width: 100px;
    height: 26px;
    padding-top: 10px;
    line-height: 26px;
    text-align: center;
    font-size: 18px;
    color: #666;
}

.flow-item.last .text {
    left: 140px;
    right: auto;
}

.fourstep .flow-item.last .text {
    left: 100px;
}

.flow-item.active {
    border-top-color: #6dbbfe;
}

.flow-item.active:before,
.flow-item.active.last:before {
    background-color: #6dbbfe;
}

.flow-item.active .order {
    background-color: #6dbbfe;
    color: #fff;
}

.flow-item.active .text {
    color: #333;
    font-weight: bold;
}

.flow-item.last.active .order {
    background-image: url("../images/personalzone/flow-complete2.png");
}

.checkbox,
.radiobox {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    line-height: 25px;
    cursor: pointer;
}

.checkbox input,
.radiobox input {
    display: none;
}

.checkbox:before,
.radiobox:before {
    position: absolute;
    content: 0;
    content: "";
    width: 15px;
    height: 15px;
    top: 5px;
    left: 0;
    background-image: url("../images/personalzone/icon-radio.png");
    background-repeat: no-repeat;
}

.checkbox.select:before,
.radiobox.select:before {
    background-position: -15px 0;
}

/*密码强度*/

.psdstrength {
    clear: both;
    height: 90px;
    padding-left: 215px;
}

.psdstrength-items {
    padding: 20px 0 0 47px;
}

.psdstrength-item {
    float: left;
    width: 80px;
    margin-right: 6px;
}

.psdstrength-item .bar {
    display: block;
    height: 14px;
    background-color: #bfbfbf;
}

.psdstrength-item .text {
    display: block;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    color: #999;
}

.psdstrength-item.weak .bar {
    background-color: #ff0000;
}

.psdstrength-item.weak .text {
    color: #ff0000;
}

.psdstrength-item.mid .bar {
    background-color: #ffc056;
}

.psdstrength-item.mid .text.cur {
    color: #ffc056;
}

.psdstrength-item.high .bar {
    background-color: #9fcc2c;
}

.psdstrength-item.high .text.cur {
    color: #9fcc2c;
}

/*end*/

/* 头部 */
.head-box {
    height: 105px;
    background: url("../images/adminpermit2/new-topbg.jpg") no-repeat center;
}

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

.title-logo {
    height: 105px;
    line-height: 105px;
    width: 300px;
}

.title-logo img {
    vertical-align: middle;
    margin-top: -4px;
}

.search-box {
    position: relative;
    width: 400px;
    height: 36px;
    box-sizing: border-box;
    border: 1px solid #c1def8;
    background-color: #f3f8fc;
    margin-top: 55px;
    border-radius: 18px;
}

.search-box .search {
    height: 34px;
    width: 355px;
    border: none;
    outline: none;
    padding-left: 20px;
    background: transparent;
    box-sizing: border-box;
}

.search-btn {
    float: right;
    width: 53px;
    height: 34px;
    border: none;
    background: url("../images/matter/search-icon.png") no-repeat center;
    outline: none;
    cursor: pointer;
}

.user-btn {
    float: left;
    width: 138px;
    height: 40px;
    color: #2868b1;
    box-sizing: border-box;
    right: 0;
    font-size: 16px;
    line-height: 38px;
    border-width: 1px;
    border-color: rgb(173, 199, 229);
    border-style: solid;
    top: 42px;
    padding-left: 46px;
    border-radius: 4px;
    background: url("../images/adminpermit2/server-icon.png") no-repeat 17px
        center;
    background-color: #fff;
    margin-right: 8px;
}

.login-info {
    padding-top: 42px;
}

.user-login {
    float: left;
    width: 138px;
    height: 40px;
    color: #2868b1;
    box-sizing: border-box;
    right: 0;
    font-size: 16px;
    line-height: 38px;
    border-width: 1px;
    border-color: rgb(173, 199, 229);
    border-style: solid;
    top: 42px;
    padding-left: 46px;
    border-radius: 4px;
    background: url("../images/adminpermit2/login-btn.png") no-repeat 17px
        center;
    background-color: #fff;
}

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

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

.search-btn {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 40px;
    height: 34px;
    background: url("../images/matter/icon-search.png") left center no-repeat;
    outline: 0;
    border: 0;
    padding: 0;
    cursor: pointer;
}

/* 导航 */
.nav-box {
    height: 64px;
    background-image: -moz-linear-gradient(
        -180deg,
        rgb(40, 101, 170) 0%,
        rgb(66, 129, 201) 100%
    );
    background-image: -webkit-linear-gradient(
        -180deg,
        rgb(40, 101, 170) 0%,
        rgb(66, 129, 201) 100%
    );
    background-image: -ms-linear-gradient(
        -180deg,
        rgb(40, 101, 170) 0%,
        rgb(66, 129, 201) 100%
    );
    background-color: #4180c7;
}

.nav-list {
    width: 1202px;
    margin: 0 auto;
}

.nav-list > li {
    float: left;
    width: 12.4%;
    margin-right: 1px;
}

.nav-list > li > a {
    position: relative;
    display: block;
    height: 64px;
    line-height: 64px;
    font-size: 18px;
    color: #dfeeff;
    text-align: center;
}

.nav-list > li > a:hover,
.nav-list > li > .active {
    background-image: -moz-linear-gradient(
        -90deg,
        rgba(108, 177, 255, 0) 0%,
        rgba(108, 177, 255, 0.3) 100%
    );
    background-image: -webkit-linear-gradient(
        -90deg,
        rgba(108, 177, 255, 0) 0%,
        rgba(108, 177, 255, 0.3) 100%
    );
    background-image: -ms-linear-gradient(
        -90deg,
        rgba(108, 177, 255, 0) 0%,
        rgba(108, 177, 255, 0.3) 100%
    );
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

.nav-list > li > a:hover::before,
.nav-list > li > .active::before {
    content: "";
    position: absolute;
    width: 44px;
    height: 4px;
    background-color: #ffffff;
    bottom: 0;
    left: 50%;
    margin-left: -22px;
}

.矩形_530_拷贝 {
    opacity: 0.341;
    position: absolute;
    left: 522px;
    top: 107px;
    width: 150px;
    height: 62px;
    z-index: 79;
}

/* 底部 */
.link-box {
    position: relative;
    width: 1202px;
    margin: 0 auto;
    height: 80px;
    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: 173px;
    background-color: #bac1ce;
}

.link-list-box {
    margin-left: 110px;
}

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

.link-list-box > li.active {
    border: 1px solid #1492ff;
    color: #1492ff;
    background: url("../images/index/link-aroow-b.png") no-repeat right 11px
        center;
}

.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: 1087px;
    background-color: #fff;
    top: 61px;
    left: 110px;
    box-sizing: border-box;
    overflow: hidden;
}

.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: #fff;
    margin-left: 222px;
    line-height: 14px;
}

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

.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: #fff;
    width: 110px;
    right: 0;
    top: 0;
}

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

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

.net-btn::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 85px;
    background: #fff;
    left: -40px;
    top: 8px;
}

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

.gav-btn {
    position: absolute;
    width: 54px;
    height: 62px;
    left: 0;
    top: 52px;
    background: url("../images/index/qh-footer-gav.png") no-repeat center;
}

.find-btn {
    position: absolute;
    width: 108px;
    height: 54px;
    background: url("../images/index/qh-footer-find.png") no-repeat center;
    left: 72px;
    top: 56px;
}

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

.gov {
    position: absolute;
    width: 214px;
    height: 30px;
    right: 148px;
    top: 100px;
    background: url("../images/index/gov-icon.png") no-repeat center;
}

.article-header {
    height: 36px;
    border-bottom: 1px solid #e8edf2;
}

.article-title {
    float: left;
    position: relative;
    top: 1px;
    height: 34px;
    padding: 0 14px 0 33px;
    line-height: 24px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #2868b1;
    background: url("../images/about/about-title.png") no-repeat 2px 3px;
}
