﻿@charset "utf-8";

/* 集约化02 */

/* 链接 */
a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #2f7dc7;
    text-decoration: none;
}

a:active {
    outline: none;
}

/* 头部、底部、公用 */

body {
    overflow-x: hidden;
    font-size: 16px;
    background: #f3f2f2;
}

.header {
    background: url(http://scjg.hubei.gov.cn/material/images/fzzb_images/head.jpg) 50% 0px no-repeat;
    background-size: cover;
}

.header h1 {
    width: 600px;
    height: 190px;
    background: url(http://scjg.hubei.gov.cn/material/images/fzzb_images/logo.png) 0 50% no-repeat;
}

.header h1 a {
    display: block;
    height: 190px;
}

.nav {
    height: 60px;
    background-color: #016ec5;
}

.nav li {
    float: left;
    position: relative;
    width: 16.66%;
}

.nav li a {
    display: block;
    line-height: 60px;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.nav li+li:before {
    content: '';
    position: absolute;
    top: 45%;
    left: 0;
    width: 2px;
    height: 10px;
    background: url(http://scjg.hubei.gov.cn/material/images/fzzb_images/line.png) 0 50% no-repeat;
}

.nav li a:hover,
.nav li.current a {
    background-color: rgb(255,255,255,.2);
}

/* 搜索 */

.header .search{
    width: 321px;
    margin: 6% auto 0;
}

.search input {
    box-sizing: border-box;
    width: 253px;
    height: 45px;
    line-height: 25px;
    font-size: 16px;
    margin-right: 0px;
    padding: 10px 20px 10px 40px;
    border: none;
    color: #b4b3b3;
    box-shadow: none;
    border-radius: 3px 0px 0px 3px;
    outline: none;
    margin-top: -3px;
    background: #fff url(http://scjg.hubei.gov.cn/material/images/fzzb_images/q.png) 10px 50% no-repeat;
}

.search button {
    box-sizing: border-box;
    width: 68px;
    height: 48px;
    border: none;
    background: #d63215;
    color: #fff;
    cursor: pointer;
    text-align: center;
    line-height: 48px;
    font-size: 18px;
    margin-left: -5px;
    border-radius: 0px 3px 3px 0px;
}

.inner,
.content,
.links,
.copyright {
    position: relative;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

/* 移动端菜单开始 */

.mask {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    opacity: 0;
    transition: opacity .2s;
}

.mask.on {
    display: block;
    opacity: 1;
}

body.modal-open {
    position: fixed;
    width: 100%;
}

.menu {
    display: none\9;
    position: fixed;
    z-index: 1002;
    top: 0;
    right: 0;
    bottom: 0;
    width: 65%;
    background-color: #f5f5f5;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: transform .3s;
    transition: transform .3s;
}

.menu.on {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.menu img {
    display: block;
    width: 70%;
    margin: 60px 20px;
}

.menu li a {
    position: relative;
    display: block;
    margin: 0 15px;
    padding: 0 15px;
    line-height: 50px;
    font-size: 16px;
    color: #048;
}

.menu li a:after {
    content: " ";
    display: inline-block;
    height: 6px;
    width: 6px;
    border-width: 2px 2px 0 0;
    border-color: #ccc;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 10px;
}

.menu li+li a {
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .2);
}

.menu>ul>li:nth-child(1) {
    animation-delay: .1s;
}

.menu>ul>li:nth-child(2) {
    animation-delay: .2s;
}

.menu>ul>li:nth-child(3) {
    animation-delay: .3s;
}

.menu>ul>li:nth-child(4) {
    animation-delay: .4s;
}

.menu>ul>li:nth-child(5) {
    animation-delay: .5s;
}

.menu>ul>li:nth-child(6) {
    animation-delay: .6s;
}

.menu-btn {
    display: none;
    position: absolute;
    top: 70px;
    right: 0;
    z-index: 599;
    width: 50px;
    height: 50px;
}

.menu-btn.on,
.menu-btn.fixed {
    position: fixed;
    top: 50px;
}

.menu-btn>span {
    position: absolute;
    left: 0;
    right: 0;
    width: 22px;
    height: 2px;
    margin: 0 auto;
    background: #048;
    border-radius: 2px;
    transition: .25s;
}

.menu-btn>span:nth-child(1) {
    top: 18px;
}

.menu-btn>span:nth-child(2) {
    top: 24px;
}

.menu-btn>span:nth-child(3) {
    top: 30px;
}

.menu-btn.on span,
.hd+.menu-btn>span {
    background: #048;
}

.menu-btn.on span:nth-child(1) {
    top: 21px;
    transform: rotate(45deg);
}

.menu-btn.on span:nth-child(2) {
    opacity: 0;
    transform: rotate(90deg);
}

.menu-btn.on span:nth-child(3) {
    top: 21px;
    transform: rotate(135deg);
}

/* 移动端菜单结束 */


/* 底部 */

.footer {
    padding: 20px 0;
    background-color: #fff;
    border-top:3px solid #016ec5;
}

.links>ul>li {
    position: relative;
    line-height: 40px;
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
}

.links>ul>li>a {
    display: block;
    margin: 0 -5px;
    padding: 0 20px;
    border: 1px solid #ccc;
    background: #fff url(http://scjg.hubei.gov.cn/material/images/fzzb_images/links_arr.png) 96% 50% no-repeat;
}

.links li ul {
    display: none\9;
    z-index: -1;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 40px;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #ddd;
    background-color: #fff;
    opacity: 0;
    transform: translate(0, 3px);
    transition: opacity, transform .3s;
}

.links li:hover ul {
    display: block\9;
    z-index: 9;
    opacity: 1;
    transform: translate(0, 0);
}

.links li li {
    border-top: 1px solid #ddd;
    line-height: 39px;
    text-align: center;
    transition: all .3s;
}

.links li li:hover {
    background-color: #f8f8f8;
}

.links li li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    font-size: 14px;
}

.copyright {
    line-height: 32px;
}

.copyright p a,
.copyright p span {
    margin: 0 10px;
}

.gov {
    position: absolute;
    top: 50%;
    right: 13%;
    width: 80px;
    height: 80px;
    margin-top: -40px;
}

.jc {
    position: absolute;
    top: 50%;
    right: 30px;
    width: 110px;
    height: 55px;
    margin-top: -22px;
}

@media (max-width: 1200px) {

    .header {
        background-position: 50% 0px;
    }

    .header h1 {
        background-position: 20px 50%;
        background-size: auto;
    }

    .header h1 a {
        display: block;
        height: 100px;
    }

    .ht .fl,
    .nav,
    .header .search p strong {
        display: none;
    }

    .ht .fr {
        text-align: center;
        font-size: 12px;
    }

    .ht .fr,
    .header h1,
    .inner,
    .content,
    .links,
    .copyright {
        width: 100%;
    }

    .menu-btn {
        display: block;
    }

    .header .search {
        width: auto;
        margin: 20px;
        float: none;
    }

    .header .search button {
        width: 50px;
        background-position: center;
        font-size: 16px;
    }

    .footer {
        padding: 20px;
    }

    .links {
        padding: 0 20px;
    }

    .copyright {
        line-height: 22px;
        font-size: 14px;
    }

}

@media (max-width: 768px) {

    .header .search input {
        width: 93%;
        margin: 0;
    }

    .copyright {
        text-align: center;
    }

    .copyright p span {
        display: block;
    }

    .footer .gov,
    .footer .jc {
        position: relative;
        display: inline-block;
        top: 0;
        margin-top: 20px;
        vertical-align: middle;
    }
}

@media (max-width: 480px) {
    .header h1 {
        height: 100px;
        background-position: 5px 50%;
        background-size: 85%;
    }

    .header .search input {
        width: 85%;
        margin: 0;
    }

    .menu-btn {
        top: 26px;
    }
}

@media (max-width: 320px) {
    .header .search input {
        width: 82%;
        margin: 0;
    }
}

/* 公用 */
.content{
    padding: 20px;
    background-color: #fff;
}

.content .row {
    margin-right: -15px;
    margin-left: -15px;
}

.content .row>.col,
.content .row>[class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
}

.tab-pane {
    position: relative;
    overflow: hidden;
}

.tab-pane .pane>ul,
.tab-pane .pane>div {
    animation-duration: .3s;
}

.tab a,
.tab b {
    position: relative;
    display: inline-block;
    padding: 0 20px;
    font-weight: bold;
    line-height: 34px;
    text-align: center;
    color: #016ec5;
    background-color: #f5f5f5;
}

.tab .current {
    color: #fff;
    background-color: #016ec5;
}

h3.tab {
    height: 50px;
    line-height: 50px;
}

@media (max-width: 1200px) {
    .tab {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin-left: -2px;
        margin-right: -2px;
    }

    .tab a,
    .tab b {
        width: 0%;
        min-width: inherit;
        position: relative;
        overflow: hidden;
        display: block;
        margin: 0 2px;
        padding: 0;
        font-size: 16px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        overflow: hidden;
        white-space: nowrap;
        word-break: keep-all;
        text-overflow: ellipsis;
    }
}

@media (max-width: 360px) {
    h3.tab {
        margin-left: -10px;
        margin-right: -10px;
    }

    h3.tab a,
    h3.tab b{
        font-size: 14px;
    }
}

.list-a li i {
    width: 40px;
    height: 40px;
    background-image: url(http://scjg.hubei.gov.cn/material/images/fzzb_images/icons_02.png);
    background-image: url(http://scjg.hubei.gov.cn/material/images/fzzb_images/icons_02_ie8.png)\9;
    background-size: 240px auto;
    background-repeat: no-repeat;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.pages .current {
    background-color: #2d8fff;
}

.table-bordered {
    margin-bottom: 0px;
}

.table-bordered>tbody>tr>th {
    background-color: #f9f9f9;
    text-align: center;
    color: #048;
}

.grid h2 {
    display: block;
    padding:0px;
    height: 40px;
    line-height: 40px;
    background: url(http://scjg.hubei.gov.cn/material/images/fzzb_images/t_bg.png) bottom left no-repeat;
}

.grid h2 a{
    display:inline-block;
    font-size: 24px;
    padding: 0px 5px;
    color: #016ec5;
    font-weight: bold;
    text-shadow:rgb(77,111,202,.5) 2px 0px 6px;
}

.grid h2 i {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    background-image: url(http://scjg.hubei.gov.cn/material/images/fzzb_images/icons_02.png);
    background-image: url(http://scjg.hubei.gov.cn/material/images/fzzb_images/icons_02_ie8.png)\9;
    background-size: 240px auto;
    background-repeat: no-repeat;
}

.grid h2 i.s1{
    background-position: 0px 0px;
}

.grid h2 i.s2{
    background-position: -40px 0px;
}

.grid h2 i.s3{
    background-position: -80px 0px;
}

.grid h2 i.s4{
    background-position: -120px 0px;
}


/* 首页 开始*/

/* part1开始 */

.focus,
.focus .pic {
    position: relative;
    height: 370px;
}

.focus .pic>div {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.focus .pic img {
    width: 100%;
    height: 370px;
}

.focus .pic span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    padding: 10px;
    line-height: 26px;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #333;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
}

.focus .focus-prev,
.focus .focus-next {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: block;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    line-height: 60px;
    text-align: center;
    font-size: 28px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .5);
    background-size: 24px auto;
    color: #fff;
    opacity: 0;
    transition: all .3s;
}

.focus .focus-prev .iconfont,
.focus .focus-next .iconfont {
    font-size: 28px;
    font-weight: normal;
}

.focus .focus-prev {
    transform: translate(-50px, 0);
    left: 0;
    background-image: none;
}

.focus .focus-next {
    transform: translate(50px, 0);
    right: 0;
    background-image: none;
}

.focus:hover .focus-prev,
.focus:hover .focus-next {
    opacity: 1;
    transform: translate(0, 0);
}


.focus .navi {
     position: absolute;
     bottom: 60px;
     left: 45%;
     z-index: 9;
     width: auto;
     margin-bottom: 4px\9;
     padding: 0 10px;
     text-align: right;
 }

.focus .navi li {
    float: left;
    width: 10px;
    height: 6px;
    margin: 0 2px;
    font: 0/0 lx;
    border: none;
    color: transparent;
    transition: all .3s;
    background-color: #fff;
}

.focus .navi li.on {
    width: 20px;
    background-color: #ffb541;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    height: 6px;
    border-radius: 0px;
    margin: 0 2px;
}

.focus .swiper-pagination-bullet {
    border: none;
    opacity: 1;
    width: 10px;
    background-color: #fff;
}

.focus .swiper-pagination-bullet-active {
    width: 20px;
    background-color: #ffb541;
}

.news .tab {
    height: 50px;
    margin-bottom: 10px;
    border-bottom: none;
}

.news .tab a{
    font-size: 20px;
    margin: 0px;
    line-height: 36px;
    padding: 5px 30px;
    background-color: transparent;
}

.news .tab a.current{
    color: #fff;
    background-color: transparent;
    transform: scale(1, 1);
    background: url(http://scjg.hubei.gov.cn/material/images/fzzb_images/tab_bg.png) center no-repeat;
}



@media (max-width: 1200px) {
    .focus,
    .focus .pic {
        position: relative;
        width: 100%;
        height: auto;
    }

    .focus .pic>div {
        position: relative;
        overflow: hidden;
        width: 100%;
        padding: 60% 0 0;
    }

    .focus .pic img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }

    .focus {
        margin-bottom: 20px;
    }

}

@media (max-width: 1024px) {
    .list-t li a {
        width: 80%;
    }
}

@media (max-width: 768px) {
    .list-t li a {
        width: 100%;
    }
}

/* part1结束 */

/* part2开始 */
.a1{
    width: 163px;
    float: left;
}

.a1 li a {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    font-size: 18px;
    color: #4d6fca;
    line-height: 36px;
    padding: 10px 5px;
    border-radius: 4px;
    border:1px solid #deeafb;
    box-shadow: 5px 0px 10px rgba(34, 126, 238, .1);
}

.a1 li+li{
    margin-top: 10px;
}

.a1 li a:hover {
    font-weight: bold;
    transform: translate(0, -3px);
}

.a1 li i {
    margin-right: 5px;
}

.a1 li i.s1{
    background-position: -160px 0px;
}

.a1 li i.s2{
    background-position: -200px 0px;
}

.zxjj{
    width: 388px;
    float: right;
    display: inline-block;
    padding:20px;
    border-radius: 4px;
    border:1px solid #deeafb;
    background: url(http://scjg.hubei.gov.cn/material/images/fzzb_images/zxjj_bg.png) bottom left no-repeat;
    background-size: cover;
    box-shadow: 5px 0px 10px rgba(34, 126, 238, .1);
}

.zxjj h3{
    position: relative;
    width: 22px;
    height: 90px;
    float: left;
    margin-right: 10px;
    background: url(http://scjg.hubei.gov.cn/material/images/fzzb_images/zxjj.png) 0 0 no-repeat;
}

.fzlc{
    width: 100%;
    padding: 20px;
    background: #eaf9ff;
    background: -webkit-linear-gradient(0deg, #fff, #eaf9ff);
    background: linear-gradient(0deg, #fff, #eaf9ff);
    box-shadow: 5px 0 10px rgba(0, 73, 182, .1);
}

.fzlc h3{
    height: 18px;
    margin-bottom: 10px;
    position: relative;
    background: url(http://scjg.hubei.gov.cn/material/images/fzzb_images/fzlc.png) 0 0 no-repeat;
}

.fzlc p,
.zxjj p{
    line-height: 30px;
    text-indent: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.fzlc p a,
.zxjj p a{
    color: #4d99d6;
    font-size: 14px;
    padding-left: 10px;
}
@media (max-width: 1024px) {
    .a1{
        width: 30%;
    }

    .zxjj{
        width: 65%;
    }

}
@media (max-width: 768px) {
    .fzlc{
        margin-bottom: 20px;
    }

    .zxjj{
        width: 68%;
    }
}

@media (max-width: 480px) {
    .a1,
    .zxjj{
        width: 100%;
        float: both;
    }

}

/* part2结束 */

/* part3开始 */
.interact{
    width: 100%;
}

.interact li{
    position: relative;
    height: 110px;
    border-radius: 4px;
}

.interact li a{
    width: 100%;
    display: block;
}

.interact li.s1{
    background: url(http://scjg.hubei.gov.cn/material/images/fzzb_images/zx.png) 50% no-repeat;
    background-size: cover;
}

.interact li.s2{
    background: url(http://scjg.hubei.gov.cn/material/images/fzzb_images/lx.png) 50% no-repeat;
    background-size: cover;
}


@media (max-width: 480px) {

    .interact li{
        height: 50px;
    }

}
/* part3结束 */

/* 机构设置 开始 */
.t5 {
    padding: 0px;
    border-bottom: 1px solid #ddd;
}
.t5 b {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    line-height: 40px;
    font-size: 22px;
    color: #016ec5;
}
.t5 b:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #016ec5;
}

.leader .list-p li a {
    text-align: center;
}

.leader .list-p .pic {
    position: relative;
    overflow: hidden;
    display: block;
    width: 130px;
    height: 160px;
    margin: 0 auto 10px;
    background-color: #eee;
}

.leader .list-p .pic+h4 {
    max-height: 70px;
    margin:0px;
}

.leader .list-p li p {
    color: #666;
    margin-bottom: 14px;
}

.a2{
    padding: 10px 0px;
    display: inline-block;
    background-color: #f7f8fa;
}

.a2 li a{
    margin: 10px 0px;
    line-height: 40px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
}

.box{
    border:1px solid #ececec;
    background-color: #f7f7f7;
    padding-bottom: 20px;
}

.t6{
    border-bottom: 2px solid #fff;
    background-color: #dff1ff;
}

.t6 b{
    display: block;
    color: #016ec5;
    font-size: 22px;
    padding: 0px 20px;
    line-height: 44px;
}

.box p{
    display: inline-block;
    text-align: justify;
    padding: 0px 24px;
    line-height: 28px;
    text-indent: 2em;
    color: #666;
}

@media (max-width: 480px) {

    .box{
        margin-top: 20px;
    }

}
/* 机构设置 结束 */

/* 列表页、正文页 开始 */
.side h2{
    font-size: 24px;
    height: 90px;
    line-height: 70px;
    color: #fff;
    margin: 0px;
    padding-left: 60px;
    font-weight: bold;
    background: url(http://scjg.hubei.gov.cn/material/images/fzzb_images/menu.jpg) 0 0 no-repeat;
}

 .side-menu ul{
    position: relative;
    margin-top: -25px;
    margin-left: 25px;
    margin-right: 0px;
    z-index: 999;
    border: 1px solid #bfe1ff;
    background-color: #f3f9ff;
 }

 .side-menu ul li a{
    color: #016ec5;
    font-size: 18px;
    font-weight: bold;
    margin-top: -1px;
    border-top: 1px dotted #016ec5;
 }

 .side-menu ul li a:hover{
    color: #fff;
    background-color: #016ec5;
 }

.side-menu li a:before{
    content: '';
    display: block;
    position: absolute;
    top:40%;
    bottom: 0;
    left: 80%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 6px 10px;
    border-color: transparent transparent transparent #fff;
    transform: scale(1, 0);
    transition: all .3s;
    background-color: transparent;
}


.b1{
    border: 1px solid #ccc;
    padding:20px;
}

.b1 li{
    padding: 30px;
    border-bottom: 1px dotted #ccc;
}

.b1 li h4{
    font-size: 18px;
}

.b1 li p{
    color: #999;
}

.b1 li p span{
    padding-right: 20px;
}

.b1 li p i{
    color: #016ec5;
    padding-right: 5px;
}

.hover-style1 li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    z-index: 0;
    background: url(http://scjg.hubei.gov.cn/material/images/fzzb_images/hover_bg.jpg) 0 0 repeat-y;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275);
}

.article{
    padding: 20px;
}

.article h2{
    font-size: 24px;
    display: block;
}

.article .option{
    padding: 20px 60px;
}

.article .info>span {
    color: #016ec5;
    font-weight: bold;
    padding: 0px 10px;
}

.btn {
    margin: 0px 5px;
    line-height: 20px;
    padding: 5px 20px;
    border: 1px solid #016ec5;
}

.btn i{
    font-size: 18px;
    line-height: 20px;
}

/* 分页 */
.pages .current{
    background-color: #2f7dc7;
    border:1px solid #135a9c;
}

.pages a:hover{
    background-color: #2f7dc7;
}

.pages a, .pages span {
    background-color: #fcfdfe;
    border:1px solid #d3e2ef;
}

@media (max-width: 1200px){
    .where {
        padding: 0px 20px;
    }

}

@media (max-width: 768px) {
    .side {
        box-shadow: none;
    }

    .side-menu li {
        width: 50%;
    }

    .side-menu li a {
        font-size: 14px;
    }

    .side-menu h2 {
        display: none;
    }

    .side-menu ul {
        margin: 0 -5px;
        padding: 0px;
        box-shadow:none;
        background-color: transparent;
        border: none;
    }

    .side-menu ul li {
        float: left;
        width: 50%;
        border-bottom:none;
    }

    .side-menu ul li a {
        display: block;
        margin: 5px;
        padding: 0 15px;
        line-height: 40px;
        font-size: 16px;
        background-color: #eee;
        border-radius: 3px;
        border: none;
        margin-top: 0px;
        border-top: none;
    }

    .side-menu ul li.current a {
        color: #fff;
        background-color: #016ec5;
    }
}


/* 列表页、正文页  结束*/


.jc {
    top: 48%;
    right: 116px;
}.gov {
    position: absolute;
    top: 57%;
    left: 15px;
    width: 80px;
    height: 80px;
    margin-top: -40px;
}
@media(min-width:1200px){
	.phone{
		padding-left: 50px;
	}
	.footer_gat{
		padding-left: 30px;
	}
}

.footer-map {
    margin-left: 70px;
}

.wxb img{
    /*width: 220px;*/
    display: block;
    margin: 5px auto;
}
.wxb a{
    line-height: 126px;
}
@media (max-width: 1024px) {
    .headline p {
       margin-top: 0px;
    }
}
@media (max-width: 1024px) {
.footer-map {
   margin-left: 0px; 
}
.jc {
    right: -9px;
}
}
.wxb{margin-top: 10px;}