@charset "UTF-8";
/* 公用模块样式 */
/* 公用模块样式 */
/* 首页用头部 */
body {
    min-width: 100%;
    min-width: 100%;
    width: 100%;
    background: url(../images/mobile/topbg1.png) no-repeat center top;
    background-color: #fff;
    -o-background-size: 100%;
    background-size: 100%;
}

@media screen and (min-width: 750px) {
    body {
        margin: 0 auto;
    }
}
.container-90 {
    width: 67.5rem;
    margin: 0 auto;
}

.con-p30 {
    padding: 0 3rem;
}

.gd-header {
    font-size: 1.8rem;
}

.gd-top {
    color: var(--defaultTitleColor);
    padding: 3rem;
}
.gd-top a {
    color: inherit;
}

/* 头条 */
.gd-top-news {
    min-height: 15rem;
    background: #fff;
    margin-bottom: 3.3rem;
}
.gd-top-news .swiper-slide {
    text-align: center;
}
.gd-top-news .swiper-slide a span {
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 2.5;
    color: var(--defaultTitleColor);
}
.gd-top-news .swiper-slide a p {
    text-indent: 2em;
    padding: 0 2em;
    width: 99%;
    font-size: 1.6rem;
    color: #999;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.gd-top-news .swiper-pagination-bullet {
    width: 17.8rem;
    height: 1rem;
    border-radius: 4px;
    background: #999;
}
.gd-top-news .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--defaultTitleColor);
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination2 {
    bottom: 0;
}
.gd-logo {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 30.8rem;
}
.gd-logo a {
    width: 50rem;
    margin-bottom: 6rem;
    margin-top: 4rem;
}
.gd-logo input {
    float: left;
    width: 35rem;
    height: 4.2rem;
    text-indent: 2em;
    font-size: 1.6rem;
    border-right: 1px solid #e0e0e0;
    border-radius: 1rem 0 0 1rem;
}
.gd-logo input::-webkit-input-placeholder {
    color: #d2d1d1;
}
.gd-logo input:-moz-placeholder {
    color: #d2d1d1;
}
.gd-logo input::-moz-placeholder {
    color: #d2d1d1;
}
.gd-logo input:-ms-input-placeholder {
    color: #d2d1d1;
}
.gd-logo input::placeholder {
    color: #d2d1d1;
}
.gd-logo button {
    width: 7rem;
    height: 4.2rem;
    float: left;
    background: url(../images/common/search-icon.png) no-repeat center center, #fff;
    -o-background-size: 2.7rem 2.7rem;
    background-size: 2.7rem 2.7rem;
    border-radius: 0 1rem 1rem 0;
    cursor: pointer;
}

.gd-nav-box ul {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.gd-nav-box ul li i {
    color: var(--defaultTitleColor);
    margin: 0 0.5rem;
    font-size: 2.4rem;
}
.gd-nav-box ul li a {
    color: var(--defaultTitleColor);
    font-weight: bold;
    font-size: 2.4rem;
}
.gd-nav-box ul li a:hover,
.gd-nav-box ul li.current a {
    background: -webkit-linear-gradient(#5ea0ef, var(--defaultTitleColor));
    background: -moz-linear-gradient(#5ea0ef, var(--defaultTitleColor));
    background: -o-linear-gradient(#5ea0ef, var(--defaultTitleColor));
    background: linear-gradient(#5ea0ef, var(--defaultTitleColor));
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

/* 内容 */
.m-main-top {
    margin-top: 3.3rem;
    padding-top: 3rem;
    min-height: 41.5rem;
    background: url(../images/mobile/swiper-bg.png) no-repeat center center;
}
@media screen and (min-width: 750px) {
    .m-main-top {
        background: #fff;
    }
}

.m-swiper1 a {
    display: block;
}
.m-swiper1 a p {
    width: 100%;
    height: 4rem;
    line-height: 4rem;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-right: 7em;
    color: #fff;
    background: rgba(0, 0, 0, 0.1);
    text-indent: 2em;
}
.m-swiper1 .swiper-pagination {
    padding-right: 3rem;
    text-align: right;
}
.m-swiper1 .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.5;
}
.m-swiper1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

/* 切换 */
.gd-tab-box {
    padding-top: 3rem;
    padding-left: 1.6rem;
    background: #fff;
    /* 切换内容 */
}
.gd-tab-box .gd-tab-title {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 2rem;
}
.gd-tab-box .gd-tab-title li {
    padding: 0 3.4rem;
    float: left;
    font-weight: bold;
    font-size: 2.2rem;
    height: 2.6rem;
    line-height: 2.6rem;
    border-right: 1px solid #e4e4e4;
}
.gd-tab-box .gd-tab-title li:last-child {
    border-right: 0;
}
.gd-tab-box .gd-tab-title li a {
    color: var(--defaultTitleColor);
    padding-bottom: 0.4rem;
}
.gd-tab-box .gd-tab-title li.current a {
    border-bottom: 3px solid var(--defaultBorderColor);
}
.gd-tab-box .gd-tab-content:nth-child(3),
.gd-tab-box .gd-tab-content:nth-child(4) {
    display: none;
}
.gd-tab-box .gd-tab-content.gd-list {
    padding: 0 1rem;
    font-size: 1.8rem;
}
.gd-tab-box .gd-tab-content.gd-list li {
    text-indent: 3rem;
    position: relative;
    border-bottom-style: solid;
}
.gd-tab-box .gd-tab-content.gd-list li::before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 0.5rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 0.7rem;
    height: 0.7rem;
    background: url('../images/common/li_list_icon.png') no-repeat center center;
}
.gd-tab-box .gd-tab-content.gd-list li span {
    text-indent: 0;
}
.gd-tab-box .gd-tab-content.gd-list li:last-child {
    border: none;
}
@media screen and (max-width: 749px) {
    .gd-tab-box .gd-tab-content.gd-list li {
        line-height: 30px;
        height: 30px;
    }
}

/* 专题专栏 */
.m-special {
    position: relative;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 5rem auto;
}
.m-special .special-title {
    width: 3.6rem;
}
.m-special .special-swiper {
    width: 53.3rem;
    height: 24.5rem;
    margin: 0;
}
.m-special .special-swiper .swiper-wrapper {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.m-special .special-swiper .swiper-wrapper .swiper-slide {
    height: -webkit-calc(50% - 1rem);
    height: -moz-calc(50% - 1rem);
    height: calc(50% - 1rem);
    width: auto;
}
.m-special .special-prev,
.m-special .special-next {
    position: absolute;
    color: #e3e3e3;
    width: 1.5rem;
    height: 2.4rem;
}
.m-special .special-prev::after,
.m-special .special-next::after {
    font-size: 2.4rem;
}
.m-special .special-prev:hover,
.m-special .special-next:hover {
    color: var(--defaultTitleColor);
}
.m-special .special-prev {
    left: 8.5rem;
}
.m-special .special-next {
    right: 0;
}

/* 通知公告 */
.m-list {
    margin-bottom: 4rem;
}
.m-list .m-list-title {
    height: 7.5rem;
    line-height: 8.6rem;
    background: url(../images/mobile/m-list-title.png) no-repeat;
    font-size: 2.4rem;
    font-weight: bold;
    color: var(--defaultTitleColor);
    text-indent: 8rem;
}
@media screen and (max-width: 749px) {
    .m-list .m-list-title {
        line-height: 12rem;
        text-indent: 14rem;
    }
}
.m-list .m-list-title a {
    color: var(--defaultTitleColor);
}
.m-list .m-list-content li {
    line-height: 6rem;
    font-size: 1.8rem;
}
.m-list .m-list-content li a {
    width: 80%;
    margin-right: 1em;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    float: left;
}
@media screen and (max-width: 749px) {
    .m-list .m-list-content li a {
        margin-right: 0;
    }
}
.m-list .m-list-content li a:hover {
    color: var(--defaultTitleColor);
    font-weight: bold;
}
.m-list .m-list-content li span {
    float: right;
    font-size: 1.6rem;
    color: #949393;
}

/* 政务板块 */
.m-zw-title-bg {
    height: 12rem;
    background: #87b8f4;
}

.m-zw-tab-titile {
    position: relative;
}
.m-zw-tab-titile ul {
    padding-left: 3rem;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    height: 100%;
    height: 12rem;
}
.m-zw-tab-titile li {
    width: 20.5rem;
    height: 100%;
    background: url(../images/mobile/zw-title-bg.png) no-repeat;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.m-zw-tab-titile li a {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 2.8rem;
    font-weight: bold;
    color: var(--defaultTitleColor);
    /* padding: 6rem 0; */
}
.m-zw-tab-titile li img {
    width: 10.7rem;
    height: 7.1rem;
}
.m-zw-tab-titile li:hover,
.m-zw-tab-titile li.current {
    margin-top: -1rem;
    height: 14rem;
    background-image: url(../images/index/special-hover.png);
    box-shadow: 1px 1px 1rem 1px var(--defaultHoverColor);
}
.m-zw-tab-titile li:hover a,
.m-zw-tab-titile li.current a {
    padding: 3rem;
    height: 14rem;
    color: var(--defaultHoverColor);
}
.m-zw-tab-titile li:hover img,
.m-zw-tab-titile li.current img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.m-zw-tab-content {
    background: #f3f3f3;
    padding: 3.2rem 0;
}

.m-zw-hdjl-content,
.m-zw-zwfw-content {
    display: none;
}

.m-zw-content-item {
    border-top: 3px solid var(--defaultBorderColor);
    background: #fff;
    padding: 1rem;
    width: 61.2rem;
    margin: 0 auto;
}
.m-zw-content-item h2 a {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 2.2rem;
    margin: 1rem auto;
    color: var(--defaultTitleColor);
}
.m-zw-content-item a:hover {
    color: var(--defaultTitleColor);
    font-weight: bold;
}

.m-zw-xxgk ul {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 1.5rem;
    font-size: 1.8rem;
}
.m-zw-xxgk ul li {
    width: 18rem;
    margin: 0 2.5rem 3rem 0;
}
.m-zw-xxgk ul li:nth-child(3n) {
    margin-right: 0;
}
.m-zw-xxgk ul li i {
    max-width: 2.4rem;
    max-height: 2.4rem;
}
.m-zw-xxgk ul li i img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
@media screen and (max-width: 750px) {
    .m-zw-xxgk ul {
        font-size: 12px;
    }
    .m-zw-xxgk ul li {
        width: 25rem;
        margin: 1rem 0;
    }
}
.m-zw-xxgk img {
    width: 2.6rem;
    height: 2.6rem;
}

.m-zw-zdly {
    margin-top: 3rem;
    padding: 1rem;
}

.m-zdly-tab-titile ul {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff5e4;
}
.m-zdly-tab-titile ul li {
    width: 100%;
    text-align: center;
    line-height: 3.2rem;
    font-weight: bold;
    color: var(--defaultTitleColor);
    cursor: pointer;
}
.m-zdly-tab-titile ul li:hover,
.m-zdly-tab-titile ul li.current {
    background: var(--defaultTitleColor);
}
.m-zdly-tab-titile ul li:hover a,
.m-zdly-tab-titile ul li.current a {
    color: #fff;
}
@media screen and (max-width: 749px) {
    .m-zdly-tab-titile ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .m-zdly-tab-titile ul li {
        line-height: 5rem;
        width: 50%;
    }
}

.m-zdly-tab-content:nth-child(n + 4) {
    display: none;
}
.m-zdly-tab-content li {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-indent: 3rem;
    position: relative;
    border: none;
    line-height: 6rem;
}
.m-zdly-tab-content li::before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 0.5rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 0.7rem;
    height: 0.7rem;
    background: url('../images/common/li_list_icon.png') no-repeat center center;
}
.m-zdly-tab-content li span {
    text-indent: 0;
}
.m-zdly-tab-content li:last-child {
    border: none;
}
.m-zdly-tab-content li a {
    width: 80%;
    margin-right: 1em;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media screen and (max-width: 749px) {
    .m-zdly-tab-content li a {
        margin-right: 0;
    }
}
@media screen and (max-width: 749px) {
    .m-zdly-tab-content li a {
        width: 75%;
    }
}
@media screen and (max-width: 749px) {
    .m-zdly-tab-content li {
        line-height: 30px;
        height: 30px;
    }
}

.m-hdjl-menu {
    width: 61.2rem;
    margin: 0 auto;
}
.m-hdjl-menu ul {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.m-hdjl-menu ul img {
    height: 4.2rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 1.5rem;
}
.m-hdjl-menu ul li {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 22px;
    width: 18.1rem;
    height: 10.1rem;
    border: 2px solid var(--defaultHoverColor);
    background: #fff;
}
.m-hdjl-menu ul li.tel img {
    margin-bottom: 0;
}
.m-hdjl-menu ul li:hover {
    box-shadow: 1px 1px 1rem 1px var(--defaultHoverColor);
}
.m-hdjl-menu ul li a {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.8rem;
    color: var(--defaultHoverColor);
    font-weight: bold;
}
.m-hdjl-menu ul li a p {
    margin-right: 1em;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-right: 0;
    text-align: center;
    line-height: 1;
}
@media screen and (max-width: 749px) {
    .m-hdjl-menu ul li a p {
        margin-right: 0;
    }
}

.m-hdjl-tel {
    width: 61.2rem;
    margin: 0 auto 2rem;
    padding: 0.5em 0;
    background: #fff;
    text-align: center;
    line-height: 1.8;
    color: #a7a7a7;
    font-size: 14px;
}
@media screen and (max-width: 749px) {
    .m-hdjl-tel {
        font-size: 12px;
    }
}

.m-hdjl-list li {
    text-indent: 30px;
    position: relative;
    border: none;
    line-height: 6rem;
    font-size: 1.8rem;
}
.m-hdjl-list li::before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 5px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 7px;
    height: 7px;
    background: url('../images/common/li_list_icon.png') no-repeat center center;
}
.m-hdjl-list li span {
    text-indent: 0;
}
.m-hdjl-list li a {
    float: left;
    width: 80%;
    margin-right: 1em;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media screen and (max-width: 749px) {
    .m-hdjl-list li a {
        margin-right: 0;
    }
}
.m-hdjl-list li span {
    float: right;
    color: #949393;
}

.m-zwfw-content {
    width: 61.2rem;
    margin: 0 auto;
}
.m-zwfw-content .m-zwfw-title {
    margin: 2rem auto;
    width: 35.4rem;
    height: 4.1rem;
    line-height: 4.1rem;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: var(--defaultTitleColor);
    border-radius: 1rem;
}
.m-zwfw-content ul {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.m-zwfw-content ul li {
    width: 19.7rem;
    height: 16rem;
    margin-bottom: 1.7rem;
}
.m-zwfw-content ul li a {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.6rem;
    color: #faa307;
}
@media screen and (max-width: 749px) {
    .m-zwfw-content ul li a {
        font-size: 12px;
    }
    .m-zwfw-content ul li a p {
        padding-left: 10%;
        margin-right: 1em;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
}
@media screen and (max-width: 749px) and (max-width: 749px) {
    .m-zwfw-content ul li a p {
        margin-right: 0;
    }
}
.m-zwfw-content ul li:nth-child(1) a {
    background: url(../images/mobile/zwfw-icon1.png) no-repeat center/100% 100%;
}
.m-zwfw-content ul li:nth-child(1):hover a {
    background: url(../images/mobile/zwfw-hover-icon1.png) no-repeat center/100% 100%;
    font-weight: bold;
}
.m-zwfw-content ul li:nth-child(2) a {
    background: url(../images/mobile/zwfw-icon2.png) no-repeat center/100% 100%;
}
.m-zwfw-content ul li:nth-child(2):hover a {
    background: url(../images/mobile/zwfw-hover-icon2.png) no-repeat center/100% 100%;
    font-weight: bold;
}
.m-zwfw-content ul li:nth-child(3) a {
    background: url(../images/mobile/zwfw-icon3.png) no-repeat center/100% 100%;
}
.m-zwfw-content ul li:nth-child(3):hover a {
    background: url(../images/mobile/zwfw-hover-icon3.png) no-repeat center/100% 100%;
    font-weight: bold;
}
.m-zwfw-content ul li:nth-child(4) a {
    background: url(../images/mobile/zwfw-icon4.png) no-repeat center/100% 100%;
}
.m-zwfw-content ul li:nth-child(4):hover a {
    background: url(../images/mobile/zwfw-hover-icon4.png) no-repeat center/100% 100%;
    font-weight: bold;
}
.m-zwfw-content ul li:nth-child(5) a {
    background: url(../images/mobile/zwfw-icon5.png) no-repeat center/100% 100%;
}
.m-zwfw-content ul li:nth-child(5):hover a {
    background: url(../images/mobile/zwfw-hover-icon5.png) no-repeat center/100% 100%;
    font-weight: bold;
}
.m-zwfw-content ul li:nth-child(6) a {
    background: url(../images/mobile/zwfw-icon6.png) no-repeat center/100% 100%;
}
.m-zwfw-content ul li:nth-child(6):hover a {
    background: url(../images/mobile/zwfw-hover-icon6.png) no-repeat center/100% 100%;
    font-weight: bold;
}
.m-zwfw-content ul li:nth-child(7) a {
    background: url(../images/mobile/zwfw-icon7.png) no-repeat center/100% 100%;
}
.m-zwfw-content ul li:nth-child(7):hover a {
    background: url(../images/mobile/zwfw-hover-icon7.png) no-repeat center/100% 100%;
    font-weight: bold;
}
.m-zwfw-content ul li:nth-child(8) a {
    background: url(../images/mobile/zwfw-icon8.png) no-repeat center/100% 100%;
}
.m-zwfw-content ul li:nth-child(8):hover a {
    background: url(../images/mobile/zwfw-hover-icon8.png) no-repeat center/100% 100%;
    font-weight: bold;
}
.m-zwfw-content ul li:nth-child(9) a {
    background: url(../images/mobile/zwfw-icon9.png) no-repeat center/100% 100%;
}
.m-zwfw-content ul li:nth-child(9):hover a {
    background: url(../images/mobile/zwfw-hover-icon9.png) no-repeat center/100% 100%;
    font-weight: bold;
}
.m-zwfw-content ul li:nth-child(10) a {
    background: url(../images/mobile/zwfw-icon10.png) no-repeat center/100% 100%;
}
.m-zwfw-content ul li:nth-child(10):hover a {
    background: url(../images/mobile/zwfw-hover-icon10.png) no-repeat center/100% 100%;
    font-weight: bold;
}

/* 视频展播 */
.m-video {
    margin-bottom: 4.8rem;
}

.m-video-title {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.m-video-title h2 {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 9.8rem;
    color: var(--defaultTitleColor);
}
.m-video-title i {
    position: relative;
    width: 49rem;
    border-bottom: 1px solid #e5e5e5;
    height: 0;
}
.m-video-title i::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    -webkit-transform: translate(-100%, -50%);
    -moz-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    -o-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: var(--defaultBorderColor);
}

.m-video-content {
    min-height: 25rem;
    position: relative;
}
.m-video-content ul li {
    position: absolute;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
}
.m-video-content ul li a {
    display: block;
    width: 100%;
    height: 100%;
}
.m-video-content ul li:nth-child(1) {
    left: 0;
    width: 31.1rem;
    height: 12.3rem;
    background-image: url(../images/mobile/video-item1.png);
}
.m-video-content ul li:nth-child(2) {
    right: 0;
    width: 32.2rem;
    height: 12.4rem;
    background-image: url(../images/mobile/video-item2.png);
}
.m-video-content ul li:nth-child(3) {
    top: 12.8rem;
    left: 0;
    width: 19.6rem;
    height: 12.1rem;
    background-image: url(../images/mobile/video-item3.png);
}
.m-video-content ul li:nth-child(4) {
    left: 18rem;
    top: 12.8rem;
    width: 26.7rem;
    height: 12.1rem;
    background-image: url(../images/mobile/video-item4.png);
}
.m-video-content ul li:nth-child(5) {
    top: 12.8rem;
    right: 0;
    width: 17.7rem;
    height: 12.1rem;
    background-image: url(../images/mobile/video-item5.png);
}

/* 底部轮播 */
.m-bottom-container {
    background: #f3f3f3;
}

.b-swiper-box {
    height: 30.8rem;
    position: relative;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.b-swiper-box .bottom-swiper {
    width: 53.6rem;
    height: 22.4rem;
}
.b-swiper-box .bottom-swiper .swiper-wrapper {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.b-swiper-box .bottom-swiper .swiper-wrapper .swiper-slide {
    height: -webkit-calc(50% - 1rem);
    height: -moz-calc(50% - 1rem);
    height: calc(50% - 1rem);
    width: auto;
}
.b-swiper-box .bottom-prev,
.b-swiper-box .bottom-next {
    position: absolute;
    color: #e3e3e3;
    width: 2rem;
    height: 3.5rem;
}
.b-swiper-box .bottom-prev::after,
.b-swiper-box .bottom-next::after {
    font-size: 3.5rem;
}
.b-swiper-box .bottom-prev:hover,
.b-swiper-box .bottom-next:hover {
    color: var(--defaultTitleColor);
}
.b-swiper-box .bottom-prev {
    left: 3rem;
}
.b-swiper-box .bottom-next {
    right: 3rem;
}

/* 底部 footer */
.m-footer {
    margin-top: 5rem;
}
.m-footer .m-minLink {
    height: 10rem;
    background: #c8e1ff;
}
.m-footer .m-minLink .select-box {
    height: 100%;
    padding: 0 9rem;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.m-footer .m-minLink .select-box select {
    font-size: 1.8rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: url(../images/common/select-icon.png) no-repeat right center;
    background-color: #c8e1ff;
    color: #286dc0;
    width: 24.7rem;
    font-weight: normal;
    /* 1. 首先定义样式外观 */
    /* 2. 设置滚动条的状态 */
}
.m-footer .m-minLink .select-box select::-webkit-scrollbar {
    width: 10px;
}
.m-footer .m-minLink .select-box select::-webkit-scrollbar-track {
    background: #fff;
}
.m-footer .m-minLink .select-box select::-webkit-scrollbar-thumb {
    border-radius: 5px;
}
.m-footer .m-minLink .select-box select:hover::-webkit-scrollbar-thumb {
    background: #286dc0;
}
.m-footer .m-minLink .select-box select:nth-child(1),
.m-footer .m-minLink .select-box select:nth-child(3) {
    background-position-x: 19rem;
}
.m-footer .m-minLink .select-box select:nth-child(2),
.m-footer .m-minLink .select-box select:nth-child(4) {
    background-position-x: 20rem;
}
.m-footer .m-copyright {
    padding: 3.5rem 4%;
    background: var(--defaultTitleColor);
    color: #fff;
    font-size: 1.4rem;
}
.m-footer .m-copyright a {
    color: #fff;
}
.m-footer .m-copyright .cr-words {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.m-footer .m-copyright .cr-words .gd-copyright-item {
    width: 33.333333%;
    height: 8.5rem;
    padding: 0.8rem 3rem 0;
    border-right: 1px solid #fff;
    line-height: 2.4rem;
}
.m-footer .m-copyright .cr-words .gd-copyright-item:last-child {
    border: none;
}
.m-footer .m-copyright .cr-words .gd-copyright-item dl {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.m-footer .m-copyright .cr-words .gd-copyright-item dl i {
    margin: 0 1.5rem;
}
.m-footer .m-copyright .cr-words .gd-copyright-item dl .item-ga {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.m-footer .m-copyright .cr-words .gd-copyright-item dl .item-ga img {
    width: 2rem;
    height: 2.1rem;
    margin-right: 1.4rem;
}
.m-footer .m-copyright .cr-words .gd-copyright-item dl.item-dl {
    padding-left: 3.4rem;
}
.m-footer .m-copyright .cr-img {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 2.4rem;
}
.m-footer .m-copyright .cr-img .img-box {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .m-footer .m-copyright {
        font-size: 2.4rem;
    }
    .m-footer .m-copyright .cr-words {
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .m-footer .m-copyright .cr-words .gd-copyright-item {
        width: 100%;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
        border: none;
        line-height: 1.8;
    }
    .m-footer .m-copyright .cr-words .gd-copyright-item dl {
        width: 100%;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .m-footer .m-copyright .cr-words .gd-copyright-item dl .item-ga img {
        width: 3.2rem;
        height: 3.2rem;
    }
    .cr-img {
        width: 60%;
        margin: 0 auto;
    }
}
/*===== 底部 E ===== */
.gd-footer {
    /*  */
    /* 站点信息 */
}
.gd-footer .gd-minLink {
    padding: 0;
    height: 62px;
    border-top: 1px solid #ddecff;
    background: #c8e1ff;
}
.gd-footer .gd-minLink select {
    padding-left: 1em;
    margin: 0 10px 0 110px;
    float: left;
    line-height: 62px;
    width: 250px;
    height: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: url(../images/common/select-icon.png) no-repeat right center;
    background-color: #c8e1ff;
    color: #286dc0;
    /* 1. 首先定义样式外观 */
    /* 2. 设置滚动条的状态 */
    background-position-x: 190px;
}
.gd-footer .gd-minLink select::-webkit-scrollbar {
    width: 10px;
}
.gd-footer .gd-minLink select::-webkit-scrollbar-track {
    background: #fff;
}
.gd-footer .gd-minLink select::-webkit-scrollbar-thumb {
    border-radius: 5px;
}
.gd-footer .gd-minLink select:hover::-webkit-scrollbar-thumb {
    background: #286dc0;
}
.gd-footer .gd-copyright {
    padding-top: 36px;
    height: 160px;
    background: #286dc0;
}
.gd-footer .gd-copyright .gd-copyright-con {
    width: 1300px;
    max-width: 1300px;
}
.gd-footer .gd-copyright .gd-copyright-con .gd-copyright-item {
    float: left;
    width: 265px;
    height: 82px;
    padding: 4px;
    border-right: 1px solid #7badea;
    color: #fff;
    font-size: 14px;
}
.gd-footer .gd-copyright .gd-copyright-con .gd-copyright-item.gd-copyright-img {
    width: 280px;
}
.gd-footer .gd-copyright .gd-copyright-con .gd-copyright-item.gd-copyright-img a {
    margin: 14px 8px 0 0;
    float: left;
    display: block;
    width: 95px;
}
.gd-footer .gd-copyright .gd-copyright-con .gd-copyright-item.gd-copyright-img a:nth-child(1) {
    width: 40px;
}
.gd-footer .gd-copyright .gd-copyright-con .gd-copyright-item dl {
    line-height: 26px;
    width: 100%;
    text-indent: 5px;
}
.gd-footer .gd-copyright .gd-copyright-con .gd-copyright-item dl dd,
.gd-footer .gd-copyright .gd-copyright-con .gd-copyright-item dl dt {
    float: left;
}
.gd-footer .gd-copyright .gd-copyright-con .gd-copyright-item dl dd i {
    margin: 0 6px;
}
.gd-footer .gd-copyright .gd-copyright-con .gd-copyright-item a {
    color: inherit;
}
.gd-footer .gd-copyright .gd-copyright-con .gd-copyright-item .item-ga img {
    width: 21px;
}
.gd-footer .gd-copyright .gd-copyright-con .gd-copyright-item.item-qr {
    margin-left: 10px;
    border: none;
    width: 74px;
}
.gd-footer .gd-copyright .gd-copyright-con .item-old {
    float: left;
    width: 57px;
    margin-left: 20px;
}

/*===== 底部 E ===== */
.m-b-banner {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1%;
    max-height: 30%;
    z-index: 999;
}

.m-b-banner img {
    border: 4px solid #fff;
}
