@charset "UTF-8";

/* 滚动条 */

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
    background: #bbb;
}

::-webkit-scrollbar-track {
    border-radius: 3px;
    background-color: #f1f1f1;
}

* {
    scrollbar-width: 6px;
    scrollbar-base-color: #ccc;
    scrollbar-track-color: #f1f1f1;
    scrollbar-arrow-color: #ccc;
}

.header {
    width: 100%;
    background: url(header-bg.png) no-repeat top center;
    /* background-size: 100% 100%; */
    height: 246px;
    overflow: hidden;
}

.header_wrap {
    margin: 48px auto 0;
}

.header_wrap_link {
    width: 100%;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    flex-wrap: wrap;
    padding-bottom: 1px;
}

.link_lf,
.link_rt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.link_lf a,
.link_rt a {
    display: block;
    margin: 0 5px;
    position: relative;
}

.header_wrap_link a::after,
.footer_content_link a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    bottom: -1px;
    left: 0;
    background-color: #115db2;
    transition: all 0.3s;
}

.footer_content_link a::after {
    background-color: #fff;
    bottom: -2px;
}

.header_wrap_link a:hover:after,
.footer_content_link a:hover::after {
    width: 100%;
}

.link_lf {
    color: #1259bc;
}

.link_lf span {
    padding: 0 5px;
}

.link_rt .search_btn {
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url(icon-search.png) no-repeat center;
    background-size: cover;
    display: none;
    cursor: pointer;
}


/* header-center */

.header_wrap_center {
    margin-top: 48px;
}

.header_logo {
    width: 52%;
}

.header_search {
    margin-top: 10px;
    position: relative;
    width: 34.28%;
}

.header_search input,
.dialog_search .search_box input {
    width: 100%;
    height: 56px;
    border-radius: 5px;
    padding: 20px 15px;
}

.header_search input::placeholder,
.dialog_search .search_box::placeholder {
    color: #bbbbbb;
}

.header_search .icon,
.dialog_search .search_box .icon {
    cursor: pointer;
    width: 30px;
    height: 30px;
    position: absolute;
    background: url(icon-search.png) no-repeat center;
    /* background-size: 100% 100%; */
    right: 22px;
    top: 0;
    bottom: 0;
    margin: auto;
}


/* footer */

.footer {
    background: url(footer-bg.png) no-repeat center;
    background-size: 100% 100%;
    height: 420px;
    overflow: hidden;
}

.footer_wrap_link {
    margin-top: 26px;
    height: 66px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer .links_wrap {
    height: 66px;
    line-height: 66px;
    color: #fff;
    font-size: 18px;
    position: relative;
}

.footer .link_item {
    width: 20%;
    cursor: pointer;
    text-align: center;
    /* padding: 0 36px; */
    float: left;
}

.footer .link_item .link_drapDown {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 68px;
    max-height: 300px;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    overflow-y: scroll;
    background: rgba(255, 255, 255, 0.95);
    background-size: cover;
    z-index: 20;
}

.footer .link_item .link_drapDown .drapDown_list {
    width: 100%;
    height: auto;
    text-align: left;
    padding: 20px 10px;
    padding-top: 10px;
    overflow: hidden;
}

.footer .link_item .link_drapDown a {
    display: inline-block;
    line-height: 26px;
    padding: 10px 20px;
    min-width: 14.285%;
    font-size: 16px;
    color: #333333;
    border-radius: 5px;
    text-align: center;
    transition: all 0.3s;
}

.footer .link_item .link_drapDown a:hover {
    color: #2760B7;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.footer .link_item .icon {
    width: 13px;
    height: 7px;
    display: inline-block;
    background: url(icon-down.png) no-repeat center;
    background-size: 100% 100%;
    transition: all 0.3s;
}

.footer .link_item.active .icon {
    transform: rotate(180deg);
}

.footer_content {
    text-align: center;
    margin-top: 40px;
    color: #fff;
}

.footer_content p {
    line-height: 40px;
}

.footer_content_link,
.footer_content_link a {
    line-height: 40px;
    color: #fff;
}

.footer_content_link a {
    position: relative;
}

.footer_content_link span {
    padding: 0 8px;
}

.footer_content_icon {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_content_icon .icon {
    padding: 0 10px;
    display: block;
}

.dialog_search {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 111;
}

.dialog_search .search_box {
    position: absolute;
    width: 50%;
    min-width: 300px;
    height: 56px;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}


/* 部门 镇街*/

.bm {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 111;
}

.bm_wrap {
    width: 1400px;
    max-width: 90%;
    height: auto;
    max-height: 90%;
    padding: 20px;
    background-color: #fff;
    border-radius: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
}

.bm_wrap .close_btn {
    width: 28px;
    height: 28px;
    position: absolute;
    right: 20px;
    cursor: pointer;
    background: url(close.png) #dddddd no-repeat center;
    background-size: 100% 100%;
}

.bm_list_wrap .bm_hd {line-height: 40px;color: #2760B7;border-bottom: 1px solid #f5f5f5;font-weight: bold;font-size: 24px;letter-spacing: 8px;}

.bm_list_wrap .bm_list {
    padding: 10px 0;
}

.bm_list_wrap .bm_list li {float: left;min-width: 20%;line-height: 33px;}

.bm_list_wrap .bm_list a {color: #666666;font-size: 16px;position: relative;}

.bm_list_wrap .bm_list a::after {
    position: absolute;
    content: "";
    left: 0;
    width: 0;
    height: 1px;
    bottom: -2px;
    background-color: #115db2;
    transition: all 0.3s;
}
.bm_list_wrap .bm_list a:hover{
    color: #2760B7;
    font-weight: bold;
}
.bm_list_wrap .bm_list a:hover::after {
    width: 100%;
    height:2px;
    color: #115db2;
}

@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(-30px);
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}