@charset "UTF-8";

/*=======Version-1.o======*/


/*======Author-SdL=======*/


/*=====Tim09102o18======*/


/*====SiChaunService===*/

* {
    font-family: Microsoft YaHei, sans-serif;
}

.clearFix:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden;
}

.center {
    width: 1100px;
    margin: 0 auto;
}

header>img,
footer>img {
    width: 100%;
}

body {
    background: #f9f9f9;
}

.bt-height-30 {
    width: 100%;
    height: 30px;
}


/*banner文字开始*/

.center {
    width: 1100px;
    margin: 0 auto;
}


/*banner文字结束*/


/*查询框开始*/


/* .center .centerL {
    padding: 15px 30px 30px;
    border: solid 1px #e9e9e9;
    width: 700px;
    float: left;
    background-color: #ffffff;
}

.applicationNav {
    border-bottom: 1px solid #dcdcdc;
    height: 48px;

}

*/


/*
.formBox {
    width: 455px;
    margin: 0 auto;
    padding: 30px 0 30px;
}

#form input {
    border: none;
    outline: none;
}
.formCode input{
    height: 100%;
    width: 213px;
    float: right;
    padding: 10px;
    line-height: 25px;
    background: transparent;
}
.formCode .code_icon{
    float: left;
    display: block;
    margin: 3px 0;
    height: 38px;
    width: 45px;
    border-right: 1px solid #dcdcdc;
    line-height: 33px;
    text-align: center;
}
.formButton li{
    height: 50px;
    width: 210px;
    line-height: 50px;
    text-align: center;
    background-color: #dfdfdf;
    font-size: 19px;
    border-radius: 4px;
    cursor: pointer;
}
.formButton li.subMit{
    float: left;
}
.formButton li.subRes{
    float: right;
}
.formButton li:hover{
    background-color: #c40311;
    color: #fff !important;
    transition: 0.2s;
}
.formCode {
    position: relative;
    margin: 20px 0;
    width: 260px;
    height: 45px;
    border: solid 1px #dcdcdc;
    background-color: #fafafa;
}

.formCodeImg{
    position: absolute;
    right: -160px;
    top: -1px;
    width: 140px;
    height: 45px;
}
.formCode input {
    height: 100%;
    width: 213px;
    float: right;
    padding: 10px;
    line-height: 25px;
    background: transparent;
} */


/*查询框结束*/

.cenBg {
    overflow: hidden;
    background: #fff url(../image/bg.png) no-repeat center bottom;
}


/*//右边显示*/

.center .centerR {
    width: 380px;
    height: 537px;
    margin-left: 20px;
    float: left;
    background-color: #fff;
    border: solid 1px #e9e9e9;
    padding: 15px 30px 30px;
}


/*右边结束*/


/*//底部落款*/

.copyText {
    padding: 20px 0;
    clear: both;
}

.copyText>p {
    font-size: 18px;
    text-align: center;
    line-height: 30px;
}


/*查询框开始*/

.center .centerL {
    padding: 15px 30px 30px;
    border: solid 1px #e9e9e9;
    width: 700px;
    float: left;
    background-color: #ffffff;
}

.applicationNav {
    border-bottom: 1px solid #dcdcdc;
    height: 48px;
}

.applicationNav>span {
    border-bottom: 3px solid #c40311;
    font-size: 19px;
    height: 40px;
    line-height: 42px;
    display: inline-block;
}

.formBox {
    width: 455px;
    margin: 0 auto;
    padding: 30px 0 60px;
}

#form input {
    border: none;
    outline: none;
}

.formName {
    margin: 20px 0;
    width: 455px;
    height: 45px;
    border: solid 1px #dcdcdc;
    background-color: #fafafa;
}

.formCode {
    position: relative;
    margin: 20px 0;
    width: 260px;
    height: 45px;
    border: solid 1px #dcdcdc;
    background-color: #fafafa;
}

.formName .name_icon,
.formCode .code_icon {
    float: left;
    display: block;
    margin: 3px 0;
    height: 38px;
    width: 45px;
    border-right: 1px solid #dcdcdc;
    line-height: 33px;
    text-align: center;
}

.formName input {
    height: 100%;
    width: 408px;
    float: right;
    padding: 10px;
    line-height: 25px;
    background: transparent;
}

.formspan {
    width: 455px;
    height: 24px;
}

.formspan span {
    font-size: 17px;
    line-height: 24px;
    color: #999999;
}

.formCode input {
    height: 100%;
    width: 213px;
    float: right;
    padding: 10px;
    line-height: 25px;
    background: transparent;
}

.formButton li {
    height: 50px;
    width: 210px;
    line-height: 50px;
    text-align: center;
    background-color: #dfdfdf;
    font-size: 19px;
    border-radius: 4px;
    cursor: pointer;
}

.formButton li.subMit {
    float: left;
}

.formButton li.subRes {
    float: right;
}

.formButton li:hover {
    background-color: #c40311;
    color: #fff !important;
    transition: 0.2s;
}

.formCodeImg {
    position: absolute;
    right: -160px;
    top: -1px;
    width: 140px;
    height: 45px;
}


/* 查询框结束 */


/* 下拉开始 */

.formSlect {
    position: relative;
}

.formSlect .formOption {
    cursor: pointer;
}

.formPic {
    position: absolute;
    top: 18px;
    right: 12px;
    cursor: pointer;
}

.formList {
    position: absolute;
    width: 455px;
    left: -1px;
    top: 43px;
    z-index: 1;
    background: #f7f7f7;
    padding: 8px 0 10px;
    overflow-y: auto;
    border: solid 1px #cccccc;
    display: none;
}

.formList li {
    height: 32px;
    width: 100%;
    padding-left: 8px;
    font-size: 15px;
    color: #888;
    line-height: 32px;
    text-align: left;
}

.formList>li:hover {
    background: #ccc;
    color: #222;
    cursor: pointer;
}


/* 下拉结束 */


/* 结果页面 */

.ty_tit {
    width: 100%;
    height: 32px;
    border-bottom: 1px solid #dcdcdc;
}

.ty_tit span {
    display: block;
    width: auto;
    float: left;
    height: 32px;
    border-bottom: 3px solid #c40311;
    font-size: 19px;
    color: #000000;
    font-weight: bold;
    cursor: default;
}

.outer_table {
    width: 455px;
    margin: 0 auto;
    background-color: #fff;
}

.outer_table td {
    padding: 15px 10px;
    line-height: 20px;
    border: 1px solid #dcdcdc;
}

.outer_table td.t {
    padding-left: 0;
}

.t {
    color: #333;
    font-size: 17px;
    background-color: #fafafa;
    text-align: right;
    width: 125px;
}

.c {
    color: #999;
    font-size: 15px;
    text-align: left;
    width: 330px;
}

.inner_table {
    width: 100%;
}

.inner_table td {
    border: none;
    padding: 0 10px;
    width: 50%;
    line-height: 20px;
    color: #999;
}

.tt {
    text-align: left;
}

.cc {
    text-align: center;
}


/* 结果样式结束 */
.links_row {
    background-color: #9CCBFF;
    border-top: 1px #fff solid;
    position: relative;
    clear: both;
    margin-top:5vw;
}

.links_row .center {
    position: relative;
}

.links {
    padding: 20px 0 30px;
    overflow: hidden;
    width: 100%;
    height: 80px;
    margin: 0 auto;

}

.links a {
    margin-right: 60px;
    font-size: 18px;
    color: #003ABD;
    display: inline-block;
}
.links a.on{
    color: #fff;
}
.toggle_btn {
    display: block;
    width: 114px;
    height: 46px;
    background: url(../images/up.png) no-repeat;
    position: absolute;
    top: -46px;
    left: 0;
    cursor: pointer;
    z-index: 9;
}

.toggle_btn.on {
    background: url(../images/down.png) no-repeat;
}

.citys_wrap {
    display: none;
    width: 100%;
    padding: 65px 0;
    background-color: RGBA(95, 144, 253, .7);
    position: absolute;
    bottom: 75px;
    left: 0;
    z-index: 8;
}

.citys_wrap ul{
    overflow-x: hidden;
    overflow-y: auto;
    height: 14.9vw;
}
.citys_wrap ul p{
    color: #fff;
    font-weight: 700;
    padding: 0.52083vw 0;
    line-height: 2.08333vw;
    font-size: 1.14583vw;
    width: 100%;
    text-align: left;
    clear: both;
}

.citys_wrap li {
    width: 20%;
    margin-bottom: 10px;
    float: left;
    font-size: 20px;
}

.citys_wrap a {
    color: #fff;
}

/*新增导航*/

.nav-wrap {
    background: #5b95fe;
    position: relative;
    height: 4.875rem;
}

.text-center {
    text-align: center;
}

.clearfix {
    zoom: 1;
}

.box_1600 {
    margin: 0 auto;
    width: 100rem;
}

.clearfix {
    zoom: 1;
}

.clearfix {
    clear: both;
}

.clearfix:after {
    content: '020';
    height: 0rem;
    display: block;
    overflow: hidden;
    clear: both;
}

.nav-list li {
    width: 12.1875rem;
    line-height: 4.875rem;
    float: left;
    padding: 0;
    margin-left: 0.3125rem;
    text-align: center;
    font-weight: bold;
}

.nav-list li a {
    font-size: 1.375rem;
    color: #fff;
}

.nav-list li a::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.4375rem;
    margin-bottom: 0.4375rem;
    background-size: contain;
    background-repeat: no-repeat;
}

.nav-list li:nth-child(1) a::before {
    width: 1.8125rem;
    height: 1.625rem;
    background-image: url(http://zwfw.gxzf.gov.cn/picture/15/2211141532226597035.png);
}

.nav-list li:nth-child(2) a::before {
    width: 2.1875rem;
    height: 1.375rem;
    background-image: url(http://zwfw.gxzf.gov.cn/picture/15/2211141532317074158.png);
}

.nav-list li:nth-child(3) a::before {
    width: 1.5625rem;
    height: 1.125rem;
    background-image: url(http://zwfw.gxzf.gov.cn/picture/15/2211141532319361869.png);
}

.nav-list li:nth-child(4) a::before {
    width: 1.125rem;
    height: 1.4375rem;
    background-image: url(http://zwfw.gxzf.gov.cn/picture/15/2211141532320037690.png);
}

.nav-list li:nth-child(5) a::before {
    width: 1.5rem;
    height: 1.25rem;
    background-image: url(http://zwfw.gxzf.gov.cn/picture/15/2211141532320946836.png);
}

.nav-list li:nth-child(6) a::before {
    width: 1.6875rem;
    height: 1.375rem;
    background-image: url(http://zwfw.gxzf.gov.cn/picture/15/2211141532321803851.png);
}

.nav-list li:nth-child(7) a::before {
    width: 1.5rem;
    height: 1.25rem;
    background-image: url(http://zwfw.gxzf.gov.cn/picture/15/2211141532322334154.png);
}

.nav-list li:nth-child(8) a::before {
    width: 1.625rem;
    height: 1.4375rem;
    background-image: url(http://zwfw.gxzf.gov.cn/picture/15/2211141532323113097.png);
}

.nav-more {
    width: 7rem;
    height: 3.125rem;
    position: absolute;
    top: 4.875rem;
    left: 47.5%;
    background-image: url(../images/slide.png);
    background-size: cover;
    z-index: 3;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.nav-more.active {
    left: 100.625rem;
}

.nav-more-list {
    position: absolute;
    top: 4.8125rem;
    z-index: 2;
    line-height: 2.5rem;
    height: 0;
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(75%, rgba(45, 124, 254, 0.9)), to(rgba(45, 124, 254, 0)));
    background-image: -webkit-linear-gradient( top, rgba(45, 124, 254, 0.9) 75%, rgba(45, 124, 254, 0));
    background-image: linear-gradient( to bottom, rgba(45, 124, 254, 0.9) 75%, rgba(45, 124, 254, 0));
    width: 100%;
    font-size: 1.14583vw;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
    overflow: hidden;
}

.nav-more-list.active {
    height: 36.0625rem;
}

.inline-block {
    display: inline-block;
    vertical-align: middle;
}

.nav-more-list ul {
    padding: 3.8125rem 0 0;
    vertical-align: top;
    width: 12.1875rem;
    height: 22.1875rem;
}

.nav-more-list ul.active,
.nav-more-list ul:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.nav-more-list ul li {
    margin-bottom: 1.25rem;
}

.nav-more-list ul li a {
    color: #fff;
}

.nav-more-list li:hover {
    background-color: rgba(11, 70, 183, 0.76);
    border-radius: 1.25rem;
    font-weight: 700;
}


.top-maps {
    background: #6297e7 url(../images/header_bg.png) center no-repeat;
    height: 3.9375rem;
    line-height: 3.9375rem;
    color: #fff;
    font-size: 1rem;
}

#headerZf a {
    color: #fff;
}

.top-maps ul {
    margin-right: 1.6875rem;
}

.small-logo {
    margin-top: 10px;
}

.fn-right {
    float: right;
}

.nav_top-right,
.nav .nav_top-right div {
    font-size: 1.5rem;
    font-weight: bold;
    align-items: center;
    float: right;
}

.top-maps li {
    position: relative;
    cursor: pointer;
    float: right;
    margin-right: 0.3125rem;
    font-weight: 700;
    height: 3.9375rem;
    line-height: 3.9375rem;
    font-size: 1rem;
    color: #fff;
}

.nav_top-right .top-login {
    background: url(../images/jiaonang.png) no-repeat;
    line-height: 2.7rem;
    border-radius: 2rem;
    background-size: 10rem;
    margin-top: 0.7rem;
    width: 10rem;
    height: 2.9rem;
}

.login a,
.reg a {
    width: 4.875rem;
    height: 3rem;
    color: white;
    font-size: 1.125rem;
    font-weight: bold;
    min-width: 5rem;
    display: inline-block;
    float: left;
    text-align: center;
}

#grzx {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 6.875rem;
}

#tcdl {
    min-width: 3rem;
}

.i-wza-people,
.i-wza-zhz {
    line-height: 1.625rem;
    border-radius: 0.8125rem;
    font-weight: 400;
    margin-right: 0;
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.i-jy {
    background: url(../images/ji.png) center no-repeat;
    background-size: cover;
    height: 1.625rem;
    width: 1.625rem;
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
}

.top-maps span {
    height: auto;
    margin-left: 0.3125rem;
    display: inline;
    line-height: 3.9375rem;
    margin-top: 0;
    padding-left: 0;
}

.icon {
    display: inline-block;
    vertical-align: middle;
}

.i-webchat {
    width: 1.375rem;
    height: 1rem;
    background: url(../images/wechat.png) center no-repeat;
    margin-right: 0.9375rem;
    background-size: cover;
}

.i-weibo {
    width: 1.5rem;
    height: 1.375rem;
    background: url(../images/weibo.png) center no-repeat;
    background-size: cover;
}

.i-mobile {
    background: url(../images/phone.png) center no-repeat;
    background-size: cover;
    width: 0.75rem;
    height: 1.1875rem;
    margin-right: 0.3125rem;
}

.i-mail {
    background: url(../images/msg.png) center no-repeat;
    background-size: cover;
    width: 1.3125rem;
    height: 0.9375rem;
    margin-right: 0.3125rem;
}

.nav-wrap {
    background: #5b95fe;
    position: relative;
    height: 4.875rem;
}

.text-center {
    text-align: center;
}

.clearfix {
    zoom: 1;
}

.box_1600 {
    margin: 0 auto;
    width: 100rem;
}

.clearfix {
    zoom: 1;
}

.clearfix {
    clear: both;
}

.clearfix:after {
    content: '020';
    height: 0rem;
    display: block;
    overflow: hidden;
    clear: both;
}

.nav-list li {
    width: 12.1875rem;
    line-height: 4.875rem;
    float: left;
    padding: 0;
    margin-left: 0.3125rem;
    text-align: center;
    font-weight: bold;
}

.nav-list li a {
    font-size: 1.375rem;
    color: #fff;
}

.nav-list li a::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.4375rem;
    margin-bottom: 0.4375rem;
    background-size: contain;
    background-repeat: no-repeat;
}

.nav-list li:nth-child(1) a::before {
    width: 1.8125rem;
    height: 1.625rem;
    background-image: url(../images/n1.png);
}

.nav-list li:nth-child(2) a::before {
    width: 2.1875rem;
    height: 1.375rem;
    background-image: url(../images/n2.png);
}

.nav-list li:nth-child(3) a::before {
    width: 1.5625rem;
    height: 1.125rem;
    background-image: url(../images/n3.png);
}

.nav-list li:nth-child(4) a::before {
    width: 1.125rem;
    height: 1.4375rem;
    background-image: url(../images/n4.png);
}

.nav-list li:nth-child(5) a::before {
    width: 1.5rem;
    height: 1.25rem;
    background-image: url(../images/n5.png);
}

.nav-list li:nth-child(6) a::before {
    width: 1.6875rem;
    height: 1.375rem;
    background-image: url(../images/n6.png);
}

.nav-list li:nth-child(7) a::before {
    width: 1.5rem;
    height: 1.25rem;
    background-image: url(../images/n7.png);
}

.nav-list li:nth-child(8) a::before {
    width: 1.625rem;
    height: 1.4375rem;
    background-image: url(../images/n8.png);
}

.nav-more {
    width: 7rem;
    height: 3.125rem;
    position: absolute;
    top: 4.875rem;
    left: 47.5%;
    background-image: url(../images/slide.png);
    background-size: cover;
    z-index: 3;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.nav-more.active {
    left: 100.625rem;
}

.nav-more-list {
    position: absolute;
    top: 4.8125rem;
    z-index: 2;
    line-height: 2.5rem;
    height: 0;
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(75%, rgba(45, 124, 254, 0.9)), to(rgba(45, 124, 254, 0)));
    background-image: -webkit-linear-gradient( top, rgba(45, 124, 254, 0.9) 75%, rgba(45, 124, 254, 0));
    background-image: linear-gradient( to bottom, rgba(45, 124, 254, 0.9) 75%, rgba(45, 124, 254, 0));
    width: 100%;
    font-size: 1.14583vw;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
    overflow: hidden;
}

.nav-more-list.active {
    height: 36.0625rem;
}

.inline-block {
    display: inline-block;
    vertical-align: middle;
}

.nav-more-list ul {
    padding: 3.8125rem 0 0;
    vertical-align: top;
    width: 12.1875rem;
    height: 22.1875rem;
}

.nav-more-list ul.active,
.nav-more-list ul:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.nav-more-list ul li {
    margin-bottom: 1.25rem;
}

.nav-more-list ul li a {
    color: #fff;
}

.nav-more-list li:hover {
    background-color: rgba(11, 70, 183, 0.76);
    border-radius: 1.25rem;
    font-weight: 700;
}

.footer {
    height: 10.375rem;
    background-image: url(../images/footer_bg.png);
    background-size: 100% 100%;
    padding: 3.125rem 0;
}

.left {
    float: left;
}

.footer img {
    height: 4.125rem;
}

.footer .footer-mid {
    text-align: left;
    margin: 0 1.875rem 0 1.25rem;
}

.footer .footer-mid a,
.footer .footer-mid p {
    color: #fff;
    font-size: .75rem;
}

#message {
    margin-right: 0.8125rem;
}

.apb{
    width: 700px;
    clear: both;
    line-height: 80px;
    font-size: 18px;
    margin: 20px auto;
}