html {
    font-size: 62.5%;
    color: #000;
    line-height: 24px;
    height: 100%;
}

body {
    font-family: 'Microsoft YaHei', 'PingFangSC-Regular', 'helvetica neue', tahoma, 'PingFang SC', 'microsoft yahei', arial, 'hiragino sans gb', sans-serif;
    font-size: 30px;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
p,
h1,
h2,
h3,
img {
    list-style: none;
    padding: 0;
    margin: 0;
    border: none;
    font-weight: normal;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: none;
}

.clear_both:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
}

@media only screen and (min-width: 320px) {
    html {
        font-size: 125% !important;
    }
}

@media only screen and (min-width: 640px) {
    html {
        font-size: 125% !important;
    }
}

@media only screen and (min-width: 750px) {
    html {
        font-size: 150% !important;
    }
}

@media only screen and (min-width: 1200px) {
    html {
        font-size: 160% !important;
    }
}

@media only screen and (min-width: 1400px) {
    html {
        font-size: 170% !important;
    }
}

@media only screen and (min-width: 1600px) {
    html {
        font-size: 200% !important;
    }
}

@font-face {
    font-family: FZYS;
    src: url('https://img-cloud.voc.com.cn/fonts/FZBiaoYS_GBK_YS.TTF');
}

@font-face {
    font-family: LXK;
    src: url('https://img-cloud.voc.com.cn/fonts/JT_LXK.ttf') format('truetype');
}

.background_img {
    width: 100%;
    height: 100%;
    background: url("../images/index-bg.jpg") bottom center no-repeat;
    background-size: cover;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
}

/*导航*/

#loading {
    display: none;
    position: absolute;
    color: #fff;
    width: 100vw;
    height: 100vh;
    background: #000;
    border-radius: 5px;
    text-align: center;
    line-height: 100vh;
    opacity: 0.6;
    z-index: 99999;
}

/* ======头部====== */
.index_nav {
    width: 100%;
    height: 80px;
    font-size: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #283478;
    background-color: #0a0d48;
}

.index_nav_left {
    padding-left: 78px;
    font-family: LXK;
    font-size: 36px;
    color: #fff;
    display: flex;
    align-items: center;
}

.index_nav_left img {
    margin-right: 12px;
}

.index_nav_right {
    display: flex;
    padding-right: 76px;
    position: relative;
}

.index_nav_right li {
    margin-right: 30px;
    line-height: 80px;
    font-family: FZYS;
}

.index_nav_right li a {
    display: block;
    color: #fff;
    padding-left: 40px;
}

.index_nav_right li:nth-of-type(2) a span {
    margin-left: 10px;
    padding: 0 8px;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 700;
    color: #233143;
    background-color: #ffcfa0;
    border-radius: 8px;
    cursor: pointer;
    animation: breath .6s alternate infinite;
}

.index_nav_right li:nth-of-type(1) {
    font-size: 22px;
    font-weight: 700;
    font-family: 'Microsoft YaHei', 'PingFangSC-Regular', 'PingFang SC', 'microsoft yahei', arial;
    color: #ffcfa0;
    margin-right: 120px;
}

.index_nav_right li:nth-of-type(2) a {
    background: url(../images/message_icon.png) 0 50% no-repeat;
    background-size: 30px auto;
}

.index_nav_right li:nth-of-type(3) a {
    background: url(../images/handbook_icon.png) 0 50% no-repeat;
    background-size: 29px auto;
}

.index_nav_right li:nth-of-type(4) a {
    background: url(../images/help_icon.png) 0 50% no-repeat;
    background-size: 29px auto;
}

.index_nav_right li:nth-of-type(5) a {
    height: 80px;
    display: flex;
    align-items: center;
    padding-left: 0;
    margin-right: 10px;
}

.index_nav_right li:nth-of-type(5) a img {
    width: 29px;
    height: 29px;
    margin-right: 12px;
    border-radius: 50%;
}

.index_nav_right li:nth-of-type(6) a.set_btn {
    font-size: 0%;
    background: url(../images/set_icon.png) 0 50% no-repeat;
    background-size: 30px auto;
}

.pull_down_message {
    position: absolute;
    right: 55px;
    top: 80px;
    z-index: 100;
    display: none;
    background-color: #fff;
    border-radius: 0 0 6px 6px;
}

.index_nav_right li:nth-of-type(6):hover .pull_down_message {
    display: block;
}

.index_nav_right li:nth-of-type(6) .pull_down_message>a {
    display: block;
    padding: 0;
    width: 150px;
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}

.index_nav_right li:nth-of-type(6) .pull_down_message a:hover {
    background-color: #eff3f6;
    border-radius: 6px;
}

/*导航弹窗*/
.pop_up_windows_nav {
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .3);
    width: 100%;
    height: 2000px;
    z-index: 999;
}

.windows_nav_in {
    z-index: 1000;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(34, 44, 59, 1);
    box-shadow: 0 0 10px rgba(34, 44, 59, 1);
    padding-bottom: 1.5rem;
    max-width: 900px;
    margin: 6rem auto 0 auto;
    border-radius: 4px;
    position: relative;
}

.windows_nav_in p {
    font-size: .7rem;
    font-weight: bold;
    text-align: center;
    padding-top: 1.0rem;
    margin: 0 auto;
}

.windows_nav_in input {
    font-size: 15px;
    position: absolute;
    top: 30px;
    left: 550px;
    border-radius: 20px;
    height: 30px;
    border: #c1c1c1 solid 1px;
    box-sizing: border-box;
    padding-left: 10px;
    background: #fff;
    z-index: 1;
}

.windows_nav_in input::-webkit-input-placeholder {
    color: #6a6f77a1;
    font-size: 14px
}

.windows_nav_in input:focus {
    outline: none;
}

.windows_nav_in ul {
    height: 280px;
    overflow-y: auto;
    margin-top: 5px;
    padding-left: 65px;
}

.windows_nav_in ul li {
    width: 32.3%;
    margin: 35px 0 0 0;
    display: inline-block;
    padding-left: 1rem;
}

.windows_nav_in ul li>input {
    display: none;
}

.windows_nav_in ul li>label {
    position: relative;
    font-weight: normal;
    background: url("../images/stick_round1.png") 0 20px no-repeat;
    padding-left: 28px;
    cursor: pointer;
    display: flex;
    max-width: 100%;
}

.windows_nav_in ul li>input:checked+label::after {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 20px;
    background: url("../images/stick_round2.png") no-repeat;
}

.windows_nav_in ul li img {
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-top: 2px;
    -webkit-box-shadow: 0 0 10px rgba(217, 219, 234, 1);
    box-shadow: 0 0 10px rgba(217, 219, 234, 1);
}

.windows_nav_in ul li span {
    float: left;
    line-height: 50px;
    font-size: .5rem;
    padding-left: 10px;
    width: 5.2rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.app_bottom {
    padding: 60px 0 0 0;
    text-align: center;
    width: 100%;
    float: left;
}

.app_bottom button {
    color: #454648;
    background: #eee;
    font-size: 13px;
    margin: 0 20px;
    border-radius: 5px;
    width: 60px;
    height: 35px;
    border: none;
    outline: none;
}

button.btn_blue {
    background: -moz-linear-gradient(left, #399ef6, #428bfa);
    background: -o-linear-gradient(left, #399ef6, #428bfa);
    background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#399ef6), to(#428bfa));
    color: #fff;
}

/*区县融媒体-首页开启页*/

.center {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
}

.red-point {
    background: #ea1b1b;
    border-radius: 10px;
    width: 50px;
    height: 25px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 25px;
    cursor: pointer;
    animation: breath .6s alternate infinite;
}


@keyframes breath {
    0% {
        transform: scale(0.6);
    }

    100% {
        transform: scale(0.8);
    }
}

/* 开始消息弹框样式 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.message-box {
    position: fixed;
    bottom: 50px;
    right: 60px;
    z-index: 998;
    width: 380px;
    visibility: hidden;
}

.lunbo {
    position: relative;
    margin: 0px auto;
    width: 380px;
    height: 100px;
    border-radius: 4px 4px 0 0;
    background-color: #E6EDFF;
    overflow: hidden;
}

.content {
    width: 380px;
    height: 100px;
    color: black;
    padding: 20px 20px 10px 20px;
    font-size: 16px;
}

.content p {
    cursor: pointer;
    margin-left: 5px;
    line-height: 25px;
    font-size: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.left,
.right {
    display: none;
    position: absolute;
    width: 25px;
    height: 35px;
    background: rgba(0, 0, 0, .3);
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

li {
    list-style: none;
}

.left {
    left: 0;
}

.right {
    right: 0;
}

.circle {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.circle li {
    float: left;
    width: 8px;
    height: 8px;
    margin: 0 5px;
    background-color: #87A8FF;
    border-radius: 50%;
    cursor: pointer;
}

.current {
    background-color: #073BC6 !important;
}

.messages {
    position: absolute;
    display: flex;
}

.btns {
    width: 380px;
    height: 50px;
    display: flex;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 5px;
    border-radius: 0 0 4px 4px;
    background-color: #E6EDFF;
}

.show-message {
    width: 60px;
    height: 26px;
    line-height: 26px;
    background: #073BC6;
    border-radius: 3px;
    font-size: 13px;
    color: #fff;
    margin-left: 40px;
    cursor: pointer;
}

.ignore {
    width: 60px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #073BC6;
    border-radius: 3px;
    font-size: 13px;
    color: #073BC6;
    margin-left: 20px;
    cursor: pointer;
}

.nomind {
    width: 139px;
    height: 27px;
    line-height: 27px;
    border: 1px solid #073BC6;
    border-radius: 3px;
    font-size: 13px;
    color: #073BC6;
    margin-left: 40px;
    cursor: pointer;
}

/*提示框-下三角*/
.tip-triangle-bottom {
    position: absolute;
    bottom: -15px;
    right: 60px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 22px solid #E6EDFF;
}

/*公告消息*/
.web_notice {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.notice-content {
    max-height: 400px;
    overflow-y: auto;
}

.web_notice>div {
    width: 800px;
    background: #FFF;
    border-radius: 40px;
    padding: 50px 40px;
}

.web_notice h3 {
    font-weight: bold;
    text-align: center;
    font-size: 26px;
}

.web_notice div {
    font-size: 16px;
    margin-top: 26px;
    line-height: 30px;
    color: #999;
}

.web_notice button {
    display: block;
    cursor: not-allowed;
    background: #5b7acf;
    border: none;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 40px;
    margin: 45px auto 0;
    border-radius: 32px;
    width: 80%;
}

@media (max-width: 768px) {
    .web_notice>div {
        width: 80%;
    }
}

/*首页-主内容 改版*/
.index_main_row {
    overflow: hidden;
}

/* ===菜单=== */
.main_nav_row {
    display: flex;
    justify-content: center;
    margin: 70px auto 66px;
}

.main_nav_row a {
    position: relative;
    display: block;
    width: 160px;
    height: 46px;
    line-height: 46px;
    font-size: 20px;
    text-align: center;
    border-radius: 23px;
}

.main_nav_row a:nth-of-type(1) {
    z-index: 10;
    font-weight: 700;
    color: #172975;
    background-color: #fec580;
}

.main_nav_row a:nth-of-type(2) {
    width: 170px;
    margin-left: -30px;
    padding-left: 22px;
    color: #fff;
    background-color: #0a0d48;
}

/* ===图标列表=== */
.menu_list {
    margin: 0 auto;
    max-width: 1620px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    overflow: hidden;
}

.menu_list li {
    position: relative;
    margin: 20px;
    border-radius: 26px;
    background-image: linear-gradient(183deg, #b4ccfa 0%, #d1e2fd 0%, #eef8ff 0%, #d7e1ff 100%), linear-gradient(#d7e1ff, #d7e1ff);
    overflow: hidden;
}

.menu_list li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 23px;
    font-weight: 700;
    color: #18191b;
    padding-left: 42px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
}

.menu_list li a b {
    margin-top: 22px;
    width: 132px;
    padding-left: 28px;
    height: 34px;
    line-height: 32px;
    font-size: 14px;
    color: #58a3f1;
    font-weight: 400;
    border-radius: 17px;
    border: solid 1px #8fb6f1;
    background: url('../images/more_icon.png') 100px 50% no-repeat;
}

/* ===轮播=== */
.swiper-container {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.swiper-container .swiper-slide {
    position: relative;
    height: 100%;
}

.swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button {
    display: flex;
    justify-content: center;
}

.xzdj_swiper .swiper-button-next,
.xzdj_swiper .swiper-button-prev {
    width: 41px;
    height: 42px;
    position: relative;
    margin: 20px 25px 40px;
}

.xzdj_swiper .swiper-button-next {
    background: url('../images/next_btn.png') no-repeat;
    background-size: contain;
    /* 确保图片自适应 */
    transform: rotate(180deg);
    /* 翻转180度 */
}

.xzdj_swiper .swiper-button-prev {
    background: url('../images/prev_btn.png') no-repeat;
    background-size: contain;
    /* 确保图片自适应 */
    transform: rotate(180deg);
    /* 翻转180度 */
}

.xzdj_swiper .swiper-button-next:after,
.xzdj_swiper .swiper-button-prev:after {
    font-size: 0;
}

@media (max-width: 2000px) {
    .menu_list {
        max-width: 100%;
    }
}

@media (max-width: 1620px) {
    .index_nav_right {
        padding-right: 20px;
    }

    .index_nav_right li:nth-of-type(1) {
        margin-right: 80px;
    }

    .menu_list li {
        border-radius: 20px;
    }

    .menu_list li a {
        width: 400px;
        height: 198px;
        padding-left: 30px;
    }

    .menu_list li a b {
        width: 120px;
        padding-left: 22px;
        background-position: 88px 50%;
    }

    .swiper-container .swiper-slide img {
        width: 400px;
        height: auto;
    }
}

@media (max-width: 1500px) {
    .index_nav_left {
        padding-left: 28px;
    }

    .index_nav_right {
        padding-right: 0;
    }

    .index_nav_right li {
        margin-right: 10px;
    }

    .index_nav_right li:nth-of-type(1) {
        margin-right: 50px;
    }

}

@media (max-width: 1300px) {
    .index_nav_left {
        padding-left: 20px;
        font-size: 26px;
    }

    .index_nav_left img {
        width: 50px;
        height: auto;
    }

    .index_nav_right,
    .index_nav_right li:nth-of-type(1) {
        font-size: 18px;
    }
}

/* ======底部====== */
footer {
    height: 70px;
}

.bottom_info {
    position: fixed;
    z-index: 200;
    bottom: 0;
    width: 100%;
    height: 70px;
    line-height: 70px;
    font-size: 16px;
    text-align: center;
    color: #6a6b84;
    background: #0a0d48;
}