@charset "UTF-8";
.sy_container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.header_logo {
    display: block;
    height: 80px;
    padding-left: 93px;
    background: url(icon-gh.png) no-repeat left top;
    background-size: auto 100%;
}

.header_logo p {
    display: inline-block;
    font-size: 40px;
    font-weight: bold;
    color: rgb(18, 89, 188);
    text-shadow: 2.121px 2.121px 0px rgba(255, 255, 255, 0.5);
    white-space: nowrap;
    line-height: 73px;
}


/* nav */
.bm-nav{
    width: 100%;
    background: url(nav-bg.png) no-repeat center;
    background-size: 100% 100%;
    height: 72px;
}
.bm-nav .in-nav{
    background:none;
}

.in-nav {
    width: 100%;
    background: url(nav-bg.png) no-repeat center;
    background-size: 100% 100%;
    height: 72px;
}

.nav_wrap {
    height: 100%;
}

.nav_wrap .close_btn {
    display: none;
}

.nav_wrap_item {
    width: 25%;
    float: left;
    height: 72px;
    line-height: 72px;
    text-align: center;
    position: relative;
}

.nav_wrap_item a {
    display: block;
    font-size: 24px;
    color: #fff;
}

.nav_wrap_item::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    margin: auto;
    width: 48px;
    height: 6px;
    border-radius: 3px;
    background-color: #fff;
    opacity: 0;
    transition: all 0.3s;
}

.nav_wrap_item::before {
    content: "";
    width: 1px;
    height: 17px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.nav_wrap_item:first-of-type::before {
    opacity: 0;
}

.nav_wrap_item:hover::after,
.nav_wrap_item.active::after {
    opacity: 1;
}


/* center */

.center {
    background: url(center-bg.png) no-repeat center;
    background-size: 100% 100%;
}


/* news 第一栏 */

.center {
    margin: 40px auto 80px;
}

.news_lf {
    width: 48%;
    height: 430px;
}

.news_lf>.swiper-container {
    width: 100%;
    height: 425px;
    position: relative;
}

.news_lf .swiper-slide {
    position: relative;
    max-height: 425px;
    overflow: hidden;
}

.news_lf .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.news_lf .swiper-slide .news_item_title {
    position: absolute;
    bottom: 0;
    /* width: 100%; */
    height: 48px;
    line-height: 48px;
    color: #fff;
    padding: 0 20px;
    font-size: 18px;
    z-index: 100;
    max-width: 70%;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}

.news_lf .cover {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 48px;
    background-color: #000;
    opacity: 0.4;
    z-index: 1;
}

.news_lf .swiper-slide:hover img {
    transform: scale(1.2);
}

.news_lf .swiper-pagination,
.hf-banner .swiper-pagination {
    width: auto;
    left: auto;
    right: 10px;
    bottom: 10px;
    z-index: 6;
}

.news_lf .swiper-pagenation-cor,
.hf-banner .swiper-pagenation-cor {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #fff;
    margin: 0 4px;
}

.news_lf .swiper-pagenation-cor-active,
.hf-banner .swiper-pagenation-cor-active {
    width: 10px;
    height: 10px;
    background: #fff;
}

.news_rt {
    width: 48%;
}

.news_rt .title {
    position: relative;
    font-size: 24px;
    line-height: 24px;
    padding-left: 20px;
    padding-bottom: 16px;
    color: #1259bc;
    border-bottom: 1px solid #dddddd;
}

.news_rt .title::before {
    position: absolute;
    content: "";
    background-color: #1259bc;
    width: 4px;
    height: 22px;
    top: 0;
    left: 0;
}

.news_rt .title li {
    display: inline-block;
    margin-right: 10px;
}

.news_rt .title li.active {
    font-weight: bold;
}

.news_list {
    width: 100%;
}

.news_list ul {
    width: 100%;
    display: none;
}

.news_list ul.active {
    display: block;
    animation: fadeUp 0.5s linear;
}

.news_list a,
.zcwj_lf_news_list a {
    width: calc(100% -20px);
    color: #000;
    font-size: 18px;
    margin-top: 16px;
    line-height: 40px;
    padding-left: 20px;
    background: url(title-icon.png) no-repeat left center;
    transition: all 0.3s;
    /* display: flex; */
}

.news_list a p,
.zcwj_lf_news_list a p {
    float: left;
    max-width: 80%;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}

.news_list .time,
.zcwj_lf_news_list .time {
    color: #999999;
    float: right;
    padding-right: 5px;
}

.news_list a:hover,
.zcwj_lf_news_list a:hover {
    color: #1259bc;
    padding: 0px 0 0 30px;
    box-shadow: -10px 0px 15px -3px rgba(0, 0, 0, 0.4);
    background-position-x: 10px;
    background-color: #fff;
    border-radius: 5px;
}


/* 政府信息公开 */

.zfxxgk,
.jczwgk {
    margin-top: 60px;
}

.zfxxgk .title,
.jczwgk .title {
    position: relative;
    text-align: center;
    font-weight: bold;
}

.zfxxgk .title img,
.jczwgk .title img {
    position: absolute;
    left: 0;
    right: 0;
    top: 16px;
    margin: auto;
}

.zfxxgk .title p:first-of-type,
.jczwgk .title P:first-of-type {
    font-size: 36px;
    line-height: 40px;
    color: #1259bc;
    font-weight: bold;
}

.zfxxgk .title p:last-of-type,
.jczwgk .title P:last-of-type {
    font-size: 20px;
    color: #e3e4e4;
    font-weight: bold;
    margin-top: 8px;
}

.zfxxgk_link {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.zfxxgk_link .link_item {
    text-align: left;
    float: left;
    padding-left: 16px;
    margin-left: 20px;
    width: 248px;
    font-size: 24px;
    color: #1259bc;
    height: 100px;
    line-height: 100px;
    position: relative;
    background-image: -moz-linear-gradient(0deg, rgb(228, 243, 255) 0%, rgb(181, 216, 255) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(228, 243, 255) 0%, rgb(181, 216, 255) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(228, 243, 255) 0%, rgb(181, 216, 255) 100%);
    transition: all 0.3s;
}

.zfxxgk_link .link_item:first-of-type {
    margin-left: 0;
}

.zfxxgk_link .link_item:hover {
    border-radius: 5px;
    transform: translateY(-10px);
    box-shadow: 10px 10px 15px 5px rgba(0, 0, 0, 0.2);
}

.zfxxgk_link .link_item .icon {
    position: absolute;
    right: 9px;
    bottom: 10px;
}


/* 横幅 */

.hf-banner {
    height: 140px;
    margin: 60px auto 0;
}

.hf.swiper-container {
    width: 100%;
    height: 100%;
    margin: auto;
}

.hf.swiper-container img {
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.hf.swiper-container .swiper-slide:hover img {
    transform: scale(1.2);
}

@media (max-width: 768px) {
    .hf-banner {
        margin-top: 30px;
        height: 20vw;
    }
    .hf-banner .swiper-pagenation-cor-active,
    .hf-banner .swiper-pagenation-cor {
        transform: scale(0.8);
    }
}


/* 第三栏 */

.zcwj {
    margin-top: 60px;
    overflow: hidden;
}

.zcwj .zcwj_lf,
.zcwj .zcwj_rt {
    width: 48%;
}

.zcwj .title {
    font-size: 24px;
    position: relative;
    border-bottom: 1px solid #dddddd;
    overflow: hidden;
}

.zcwj .title ul {
    padding-left: 20px;
    padding-bottom: 16px;
    overflow: hidden;
    display: flex;
    overflow-x: overlay;
}

.zcwj .title ul::-webkit-scrollbar {
    height: 3px;
    position: absolute;
    bottom: 0;
}

.zcwj .title .icon {
    display: block;
    position: absolute;
    content: "";
    background-color: #1259bc;
    width: 4px;
    height: 22px;
    top: 5px;
    left: 0;
}

.zcwj .title ul>.title_item {
    float: left;
    margin: 0 15px;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
}

.zcwj .title ul>.title_item:first-of-type {
    margin-left: 0;
}

.zcwj .title ul>.title_item:last-of-type {
    margin-right: 0;
}

.zcwj .title ul>.title_item::after {
    content: "";
    width: 0;
    height: 4px;
    background-color: #115db2;
    position: absolute;
    bottom: -16px;
    left: 0;
    opacity: 0;
    transition: all 0.3s;
}

.zcwj .title ul>.title_item:hover::after,
.zcwj .title ul>.title_item.active::after {
    width: 100%;
    opacity: 1;
    color: #115db2;
}

.zcwj_lf .zcwj_lf_news_list,
.zcwj_rt .zcwj_lf_news_list {
    display: none;
}

.zcwj_lf_news_list.active {
    display: block;
    animation: fadeUp 0.5s linear;
}


/* 公开目录轮播 */

.zfgkmu {
    margin-top: 60px;
    position: relative;
}

.zfgkmu .title {
    width: 100%;
    font-size: 36px;
    padding-bottom: 26px;
    font-weight: bold;
    color: #1259bc;
    background: url(icon-title-bg-small.png) no-repeat left bottom;
}

.zfgkmu .swiper-container {
    width: 100%;
    box-sizing: content-box;
    padding-top: 20px;
    height: 140px;
    margin-top: 10px;
}

.zfgkmu .swiper-container.ml .swiper-slide {
    width: 14.28%;
    height: 140px;
    background-color: #f7f7f7;
    transition: all 0.3s;
}

.zfgkmu .swiper-container.ml .swiper-slide a {
    text-align: center;
    background: no-repeat center 30px;
    height: 100%;
    color: #000;
    transition: all 0.5s;
    overflow: hidden;
    position: relative;
}

.zfgkmu .swiper-container.ml .swiper-slide a img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 20%;
}

.zfgkmu .swiper-container.ml .swiper-slide:hover {
    /* background-color: rgb(15, 90, 176); */
    border-radius: 6px;
    transform: translateY(-10px);
    box-shadow: 0px 3px 6px 2px rgba(15, 90, 176, 0.3);
}

.zfgkmu .swiper-container.ml .swiper-slide:hover a {
    font-weight: bold;
}

.zfgkmu .swiper-container.ml .swiper-slide span {
    display: block;
    margin-top: 90px;
}

.zfgkmu .prev,
.zfgkmu .next {
    width: 20px;
    height: 40px;
    position: absolute;
    top: 6px;
    transition: all 0.3s;
    cursor: pointer;
}

.zfgkmu .prev {
    background: url(icon-banner-left.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    right: 30px;
}

.zfgkmu .next {
    background: url(icon-banner-right.png) no-repeat center;
    background-size: 100% 100%;
    right: 0px;
}

.zfgkmu .prev:hover {
    background: url(icon-banner-left-fill.png) no-repeat center;
    background-size: 100% 100%;
}

.zfgkmu .next:hover {
    background: url(icon-banner-right-fill.png) no-repeat center;
    background-size: 100% 100%;
}


/* last */

.jczwgk .link_list {
    overflow: hidden;
    position: relative;
}

.jczwgk .link_list .link_list_wrap {
    width: calc(100% - 60px);
    margin: auto;
}

.jczwgk .link_list .swiper-container {
    padding-top: 30px;
    width: 100%;
}

.jczwgk .link_list .swiper-slide {
    width: 680px;
}

.jczwgk .link_list .link_item {
    height: 148px;
    width: 100%;
    background: url(link-item.png) no-repeat center;
    /* flex: 1; */
    transition: all 0.3s;
    text-align: center;
    line-height: 148px;
    font-size: 30px;
    line-height: 148px;
    font-weight: bold;
    color: #fff;
}

.jczwgk .link_list .link_item:hover {
    transform: translateY(-10px);
}

.jczwgk .link_list .prev,
.jczwgk .link_list .next {
    width: 20px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-10px);
    margin: auto;
    transition: all 0.3s;
    cursor: pointer;
}

.jczwgk .link_list .prev {
    background: url(icon-banner-left.png) no-repeat center;
    background-size: 100% 100%;
    left: 0;
}

.jczwgk .link_list .next {
    background: url(icon-banner-right.png) no-repeat center;
    background-size: 100% 100%;
    right: 0;
}

.jczwgk .link_list .prev:hover {
    background: url(icon-banner-left-fill.png) no-repeat center;
    background-size: 100% 100%;
}

.jczwgk .link_list .next:hover {
    background: url(icon-banner-right-fill.png) no-repeat center;
    background-size: 100% 100%;
}