@charset "utf-8";
@font-face {
    font-family: 'SourceHanSansCN-Medium';
    src: url('//zgj.wuhan.gov.cn/material/fonts/SourceHanSansCN-Medium.ttf');
}
@font-face {
    font-family: 'alimamaHeiti';
    src: url('//zgj.wuhan.gov.cn/material/fonts/alimamaHeiti.ttf');
}
@font-face {
    font-family: '方正准雅宋简';
    src: url('/fonts/方正准雅宋简.ttf');
}
/* 集约化02 */

/* 链接 */
a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #2d8fff;
    text-decoration: none;
}

a:active {
    outline: none;
}
a:focus{
    text-decoration: none !important;
    outline: none !important;
}

/* 头部、底部、公用 */

body {
    overflow-x: hidden;
    font-size: 16px;
    background: #fff url(//zgj.wuhan.gov.cn/material/images/2024/hdjl/bg.jpg) 50% 0px no-repeat;
}
.where i{
    margin: 0px;
    margin-right: 5px;
    font-size: 22px;
    color: #2669cc;
}

.ht {
    color: #fff;
    height: 60px;
    line-height: 60px;
}

.ht a {
    display: inline-block;
    margin: 0 10px;
    color: #fff;
    font-size: 16px;
    padding: 0px 20px;
    line-height: 28px;
    border-radius: 100px;
    border: 1px solid #fff;
}
.ht i{
    display: inline-block;
    width: 26px;
    height: 20px;
    margin-right: 4px;
    font-size: 24px;
    vertical-align: -2px;
  }
  .icon-jyh-wx:before,.icon-jyh-wb:before,.icon-jyh-sj:before,.icon-jyh-wza:before{
    color: #fff;
  }

.ht a:first-child{
    padding: 0px 8px;
}
.ht a:last-child{
    background-color: #f99d0c;
    border: 1px solid #f99d0c;
}

.header h1 {
    width: 515px;
    height: 350px;
    background: url(//zgj.wuhan.gov.cn/material/images/2024/hdjl/logo.png) 0 30px no-repeat;
    background-size: 100%;
}

.header h1 a {
    display: block;
    height: 130px;
}

.nav {
    width: 760px;
    padding: 30px 0px 25px 0;
}

.nav li {
    float: left;
    position: relative;
    width: 20%;
}

.nav li a {
    display: block;
    line-height: 50px;
    font-size: 22px;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, SimHei, sans-serif;
    font-weight: 500;
}

.nav li a:hover {
    color: #333;
    border-radius: 10px;
    background: #fff;
    background: -webkit-linear-gradient(90deg, #fff, rgba(255, 255, 255, .0));
    background: linear-gradient(90deg, #fff, rgba(255, 255, 255, .0));
}

.inner,
.content,
.copyright {
    position: relative;
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
/* 搜索 */

.header .search {
    position: relative;
    width: 1080px;
    height: 70px;
    margin: 20px auto;
    border-bottom: 1px solid #ababab;
}

.search input,
.search button {
    float: left;
    display: block;
}

.search input {
    box-sizing: border-box;
    width: 250px;
    height: 60px;
    line-height: 20px;
    font-size: 20px;
    margin-right: 4px;
    padding: 20px;
    border: none;
    color: #6894d6;
    background: #fff;
    outline: none;
}

.search button {
    position: absolute;
    right: 0px;
    width: 60px;
    height: 60px;
    border: none;
    cursor: pointer;
    text-align: center;
    background: #fff;
}

.search button .iconfont {
    font-size: 28px;
    color: #2869cc;
}

@media (max-width: 1024px) {
    .search button .iconfont {
        margin-right: 0px;
        display: block;
    }
    .search-gjc{
        display: none;
    }
}
.search-gjc{
    position: absolute;
    left: 275px;
    top: 15px;
}
.search-gjc a{
    display: inline-block;
    line-height: 32px;
    padding: 0px 18px;
    background-color: #f3f5f8;
    border-radius: 6px;
    margin-right: 23px;
}
.search-gjc a span{
    color: #ff0000;
    margin-right: 5px;
    cursor: pointer;
    z-index: 999;
}
.ht a{
    position: relative;
  }
  .ht .qr{
    position: absolute;
    top: 40px;
    right: 0;
    display: none\0;
    width: 120px;
    border: 5px solid #fff;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    transform: translate(0, -6px);
    transition: all .3s;
    z-index: 1;
  }
  .ht .qr:before{
    content: '';
    position: absolute;
    bottom: 100%;
    right: 10px;
    border: 6px solid transparent;
    border-bottom: 6px solid #fff;
    margin-bottom: 4px;
  }
  .ht a:hover .qr{
    display: block\0;
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
  }
  .ht .qr img{
    display: block;
    width: 100%;
  }

/* 底部 */

.footer {
    padding: 8px 0;
    background:#2963cb url(//zgj.wuhan.gov.cn/material/images/2024/sy/footer_bg.jpg) 50% 0 no-repeat;
}

.copyright p,
.copyright p a {
    margin: 0 10px;
    color: #fff;
    font-size: 16px;
    line-height: 36px;
}

.footer-map {
    margin-left: 120px;
}

.copyright p .dj{
    display: block;
    padding:0px 50px;
    line-height: 48px;
    border-radius: 6px;
    background-color: #1f5fbe;
    margin:15px 0px;
}

.gov {
    position: absolute;
    top: 50%;
    right: 21%;
    width: 80px;
    height: 80px;
    margin-top: -48px;
}

.jc {
    position: absolute;
    top: 50%;
    right: 11%;
    width: 110px;
    height: 55px;
    margin-top: -35px;
}

.ewm {
    position: absolute;
    top: 15%;
    right: 0;
    width: 123px;
    height: 138px;
}
@media (max-width: 1200px) {
    body {
        background-position: 50% 0px;
    }

    .header h1 {
        height: 100px;
        background-position: 16px 20%;
        background-size: auto 54%;
    }

    .header h1 a {
        display: block;
        height: 100px;
    }

    .ht .fl{
        display: none;
    }

    .ht{
        margin-top: 10px;
    }

    .ht a{
        font-size: 12px;
        margin: 0px 5px;
        line-height: 22px;
        padding: 0px 7px;
    }

    .ht .fr {
        text-align: center;
        font-size: 12px;
    }

    .ht .fr,
    .header h1,
    .inner,
    .content,
    .copyright {
        width: 100% !important;
    }

    .header .nav {
        width: 100%;
        padding: 0px;
        background-color: #2669cc;
    }

    .header .nav li {
        float: left;
        position: relative;
        width: 18%;
    }

    .header .nav li:nth-child(2) {
        width: 25%;
    }

    .header .nav li a {
        display: block;
        color: #fff;
        line-height: 50px;
        font-size: 14px;
        text-align: center;
    }

    .header .search {
        width: 90%;
        margin: 20px 20px 0px 20px;
        border-bottom:none;
        display: inline-block;
    }

    .header .search input {
        width: 100%;
        height: 50px;
        font-size: 14px;
        padding: 15px 65px 15px 15px;
        margin: 0;
    }

    .header .search button {
        width: 50px;
        height: 50px;
        margin-left: -50px;
        background-position: center;
        line-height: 0;
        font-size: 0;
        color: transparent;
    }

    .search button .iconfont{
        font-size: 24px;
    }

    .footer {
        padding: 20px;
    }

    .copyright {
        line-height: 22px;
        font-size: 14px;
    }

    .handle {
        margin-bottom: 10px;
    }
    .xs-sj{
        display: none !important;
    }

}

@media (max-width: 1200px) {
    body {
        background-position: 50% 0px;
        background-size: 200%;
    }
        .header .search{
        width: 95%;
    }

 .footer{
        background-image: none;
    }

    .copyright {
        text-align: center;
    }

    .copyright p{
        display: inline-block;
    }

    .copyright>.p20 {
        margin: 0;
        padding:0px;
        width: 100%;
    }

    .footer .gov,
    .footer .jc,
    .footer .ewm {
        position: relative;
        display: inline-block;
        top: 0;
        left: 0;
        right: 0;
        margin-top: 20px;
        vertical-align: middle;
    }
.copyright p .dj {
    padding: 0px 40px;
}
.copyright p, .copyright p a {
    margin: 0 10px;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}
.copyright p a {
    padding: 0px 9px;
}
.footer-map {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    float: left;
}
}
@media (max-width: 480px) {
 body {
        background-position: 50% 0px;
        background-size: 360%;
    }
    .header .search{
        width: 90%;
    }
    .ht i{
        font-size: 16px;
        width: 16px;
    }
}

@media (max-width: 390px) {
    body {
        background-position: 50% 0px;
        background-size: 400%;
    }
    .header h1 {
        background-size: auto 48%;
    }
}