﻿@charset "utf-8";

@font-face {
    font-family: '思源黑体CN';
    src: url("../font/SourceHanSansSC-Bold.otf");
}

@font-face {
    font-family: '思源黑体CN-rg';
    src: url("../font/SourceHanSansSC-Regular.otf");
}

@font-face {
    font-family: '思源宋体CN';
    src: url("../font/SourceHanSerifCN-Bold.otf");
}

@font-face {
    font-family: '思源宋体CN-rg';
    src: url("../font/SourceHanSerifCN-Regular.otf");
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;

}

html {
    overflow-x: hidden;
}

html,
body {
    color: #333;
    font-size: 16px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    font-family: "微软雅黑";
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p,
b {
    padding: 0;
    margin: 0;
    font-weight: normal;
}

i,
em,
b {
    font-style: normal;
}

ol,
ul {
    list-style: none;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: inherit;
}

a:focus,
div:focus {
    border: none;
    outline: none;
}

img,
input {
    border: 0;
}

img {
    display: block;
    padding: 0;
    border: none;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    max-height: 100%
}

input,
button {
    border: none;
    outline: none;
    color: inherit;
    background-color: transparent;
}

.f0 {
    font-size: 0;
}

input[type='text']:focus-visible {
    outline: none;
}

.phone {
    display: none;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

.wrap {
    max-width: 1280px;
    margin: 0 auto;
    /*width: 94%;*/
}

.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in;
}

.icon img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    transition: all 0.3s ease-in;
}

.bg_img {
    position: relative;
    /*padding-top: 75%;*/
    overflow: hidden;
}

.bg_img .a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in;
}

.bg-mask:hover .bg_img .a {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.pic img:hover {
    transform: scale(1.05);
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.eclip {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.overfloat-dot {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.l2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.l3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.l4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.l5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.pore {
    position: relative
}

body.navShow {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.head .w {
    max-width: 1280px;
    margin: 0 auto;
}

.head .d1 {
    background: rgba(255, 255, 255, .4);
    padding: 11px 0;
}

.head .d1 a {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #111111;
    vertical-align: middle;
}

.head .d1 .ll a {
    margin-right: 24px;
}

.head .d1 .rr a {
    padding-left: 19px;
    margin-left: 19px;
    border-left: 1px solid rgba(17, 17, 17, .5);
}

.head .d1 .rr a:first-child {
    margin-left: 0;
}

.head .d1 .rr a:nth-of-type(1) {
    border-left: none;
}

.head .d1 .rr a.log {
    padding-left: 45px;
    background: url("../images/log.png") no-repeat left 19px center;
    background-size: 17px 19px;
}

.head .d1 .rr a.reg {
    padding-left: 50px;
    background: url("../images/reg.png") no-repeat left 20px center;
    background-size: 20px 20px;
}

.head .d1 a:hover {
    text-decoration: underline;
}

.head .d2 .logo {
    /* width: 354px; */
    /* height: 217px; */
    margin: 100px auto 55px;
    font-size: 0;
    text-align: center;
}

.head .d2 .logo a {
    display: block;
    font-size: 0;
}

.head .d2 .logo img {
    width: auto;
    max-width: 100%;
    margin: 0 15px;
    display: inline-block;
    vertical-align: middle;

}

.head .search {
    width: 675px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    border-radius: 28px;
}

.head .search .inp {
    display: block;
    width: 100%;
    background: #ffffff;
    line-height: 49px;
    font-size: 16px;
    color: #111;
    height: 49px;
    padding-left: 30px;
    padding-right: 140px;
}

input::placeholder {
    color: #666;
}

input::-ms-input-placeholder {
    color: #666;
}

input::-moz-placeholder {
    color: #666;
}

input::-webkit-input-placeholder {
    color: #666;
}

.head .search .sub {
    position: absolute;
    right: 0;
    top: 0;
    width: 99px;
    height: 49px;
}

.head {
    padding-bottom: 200px;
    background: url("../images/banner.png") no-repeat;
    background-size: cover;
    background-position: center top;
    padding-top: 1px;
}

.nav-main {
    margin-top: -70px;
}

.nav {
    /* background-color: #2a6ac9; */
    position: relative;
}

.nav::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 16px;
    background-color: #015293;
    z-index: 1;
}

.nav::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1357px;
    border-radius: 70px 70px 1px 1px;
    top: 0;
    bottom: 0;
    background-color: #015293;
    z-index: 1;
}

.nav>ul {
    position: relative;
    position: relative;
    z-index: 9;
}

.nav>ul>li {
    float: left;
    width: 12.5%;
}

.nav>ul>li>a {
    display: block;
    font-size: 20px;
    color: #fff;
    line-height: 70px;
    text-align: center;
    transition: all .3s;
    position: relative;
    font-weight: 600;
}

.nav .navList>li>a:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    margin: auto;
    height: 5px;
    background: #fba620;
    transition: all .3s;
}

.nav .navList>li.on>a:after,
.nav .navList>li.active>a:after {
    width: 100%;
}

.nav .navList>li.on>a,
.nav .navList>li.active>a {
    font-weight: 600;
}




.foot {
    padding: 35px 0 25px 0;
    background: #b31a2c;
    background: #015293;
    background-size: cover;
    border-top: 4px solid #0a3a60;
}

.foot>div {}

.foot .ftlink {
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(237, 202, 207, .26);
    padding-bottom: 30px;
}

.foot .ftlink dl {
    float: left;
    margin-left: 2.5%;
    width: 18%;
    position: relative;
}

.foot .ftlink dl:first-child {
    margin-left: 0;
}

.foot .ftlink dl dt {
    position: relative;
    height: 44px;
    line-height: 44px;
    background: #fff;
    padding-left: 20px;
    padding-right: 30px;
    cursor: pointer;
    color: #111111;
    font-size: 16px;
}

.foot .ftlink dl dt:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    content: '';
    width: 9px;
    background: url("../images/ftlink.png") no-repeat center center;
    /* background-size: 9px 16px; */
    transition: .3s
}

.foot .ftlink dl dt.on:after {
    display: inline-block;
    transform: rotate(180deg);
}

.foot .ftlink dl dd ul li {
    font-size: 14px;
    line-height: 20px;
    padding: 5px 0;
}

.foot .ftlink dl dd ul li a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
}

.foot .ftlink dl dd ul li a:hover {
    color: #c70000;
}

.foot .ftlink dl dd {
    position: absolute;
    /*top:100%;*/
    bottom: 100%;
    left: 0;
    right: 0;
    background: #fff;
    padding: 15px 20px;
    border-top: 1px solid #eee;
    z-index: 5;
    display: none;
}

.foot .ftlink dl dd ul {
    max-height: 390px;
    overflow-y: auto;
}

.foot .ftlink dl dd ul::-webkit-scrollbar {
    width: 4px;
}

.foot .ftlink dl dd ul::-webkit-scrollbar-track {
    background: #eee;
    border-radius: 5px;
}

.foot .ftlink dl dd ul::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: linear-gradient(45deg, #b20115 0%, #bd1a2d 100%);
}

.foot .ftbs .f-l {
    font-size: 0;
    /* padding-right: 18px; */
    position: relative;
}

.foot .ftbs .f-l:after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 80px;
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-50%);
}

.foot .ftbs .f-l a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 22px;
}

.foot .ftbs .f-l a.a1 img {
    width: 56px;
    height: 68px;
}

.foot .ftbs .f-l a.a2 img {
    width: 110px;
    height: 55px;
}

.foot .ftbs .f-txt {
    padding-left: 40px;
    overflow: hidden;
}

.foot .ftbs .a-txt a {
    float: left;
    font-size: 16px;
    line-height: 36px;
    color: #fff;
    padding-left: 17px;
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: left center;
    width: 90px;
    margin-left: 10px;
}

.foot .ftbs .a-txt {
    float: right;
}

.foot .ftbs .p-txt {
    overflow: hidden;
}

.foot .ftbs .p-txt p>* {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 36px;
    color: rgba(255, 255, 255, 0.8);
    margin-right: 28px;
}

.foot .ftbs .p-txt p a i {
    display: inline-block;
    width: 17px;
    height: 19px;
    margin-right: 10px;
    background: url("../images/f-icon03.png") no-repeat 50%;
    vertical-align: text-bottom;
}

.wap-head {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    padding-right: 4%;
    padding-left: 4%;
    background: transparent;
    height: 75px;
    /* box-shadow: 0 0 15px rgba(0,0,0,.15);*/
}

.big-nav {
    position: fixed;
    z-index: 49;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #1c4da3;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

body.navShow .big-nav {
    opacity: 1;
    visibility: visible;
    z-index: 1111;
}

.big-nav .scroll {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 104px;
    bottom: 0;
    overflow-y: auto;
}

.btn-search input[type='text'] {
    display: block;
    width: 100%;
    height: 55px;
    font-size: 16px;
    color: #fff;
    line-height: 55px;
    border: rgba(255, 255, 255, 0.13) solid 1px;
    border-radius: 50px;
    padding-left: 20px;
    padding-right: 70px;
}

.btn-search input[type='text']::placeholder {
    color: #fff;
}

.btn-search input[type='text']::-ms-input-placeholder {
    color: #fff;
}

.btn-search input[type='text']::-moz-placeholder {
    color: #fff;
}

.btn-search input[type='text']::-webkit-input-placeholder {
    color: #fff;
}

.btn-search input[type='image'] {
    position: absolute;
    width: 26px;
    height: 26px;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
}

.btn-search {
    padding: 0 2%;
    margin-bottom: 15px;
}

/*留言弹窗*/
.levmsg .logCon {
    padding: 20px;
}

.levmsg .logCon p {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    text-align: left;
    margin-bottom: 20px;
}

.levmsg {
    height: 100%;
    display: none;
}

.levmsg .logCon a {
    margin-left: 0;
}



/* 右侧漂浮 */

.ycpf {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 99;
    transform: translateY(-50%);
}
.ycpf-switch{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 37px;
    height: 88px;
    background: url(../images/ycpf-more.png)  no-repeat;
    background-position: center center;
}
.ycpf-switch.on{
    background: url(../images/ycpf-more2.png)  no-repeat;
    background-position: center center;
}
.ycpf-switch img{
    display: block;
}

.ycpf ul {
    width: 100%;
    transform: translateX(100%);
    transition: all 0.3s;
    position: relative;
    z-index: 1;
}
.ycpf.on{
    padding-right: 50px;
}
.ycpf.on ul {
    transform: translateX(0);
    z-index: 9;
}

.ycpf ul li {
    margin-bottom: 15px;
    position: relative;
}

.ycpf ul li a {
    display: block;
    width: 64px;
    height: 64px;
    line-height: 64px;
    background: #f3f9ff;
    text-align: center;
    border-radius: 50%;
    transition: all 0.3s;
}

.ycpf ul li .an {
    vertical-align: middle;
    display: inline-block;
    display: none;
    transition: all 0.3s;
}

.ycpf ul li .an:first-child {
    display: inline-block;
}

.ycpf ul li .ewm {
    opacity: 0;
    display: none;
    /**/
    position: absolute;
    top: 0;
    right: -10px;
    width: 96px;
    height: 106px;
    padding: 8px 13px 8px 8px;
    background: url(../images/pfewmbj.png) no-repeat left top;
    transition: all 0.3s;
    z-index: 999;
}

.ycpf ul li .ewm img {
    width: 75px;
    height: 75px;
    display: block;
    max-width: none;
}

.ycpf ul li .ewm span {
    display: block;
    width: 100%;
    height: 22px;
    line-height: 32px;
    color: #333;
    text-align: center;
    font-size: 12px;
}

.ycpf ul li:hover a {
    background: #2c69bc;
}

.ycpf ul li:hover a .an {
    display: inline-block;
}

.ycpf ul li:hover a .an:first-child {
    display: none;
}

.ycpf ul li:hover .ewm {
    opacity: 1;
    right: 50px;
    display: block;
}




@media screen and (max-width: 1480px) {

    .foot .ftbs .f-txt {
        padding-left: 20px;
    }

    .foot .ftbs .p-txt p>* {
        margin-right: 15px;
    }
}

@media screen and (max-width: 1240px) {
    .wrap {
        width: 100%;
        padding: 0 15px;
    }

    .foot>div {
        padding: 0 20px;
    }

    .pc {
        padding: 0 20px;
    }

    .head .d1 a {
        font-size: 14px;
    }
}

@media screen and (max-width: 1060px) {
    .pc {
        display: none;
    }

    html,
    body {
        overflow-x: hidden;
    }

    .head {
        /*  margin-top: 75px;*/
        padding-bottom: 30px;
    }

    .wap-head {
        display: flex;
        z-index: 11111;
        align-items: center;
    }

    .wap-head .logo img {
        max-height: 45px;
    }

    .wap-head .logo a {
        display: flex;
        align-items: center;
    }

    .wap-head .logo img:first-child {
        margin-right: 10px;
    }

    .wap-head .navbtnm {
        width: 86px;
        height: 65px;
        background-size: cover;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 5;
        color: #fff;
        text-align: center;
        padding-left: .1rem;
    }

    .wap-head .navbtnm i {
        display: block;
        width: 100%;
        height: 75px;
        background: url("../images/menu2.png") no-repeat 50%;
        background-size: 32px;
        transition: all .3s;
    }

    body.navShow .wap-head .navbtnm i {
        background-image: url("../images/close-menu.png");
    }

    .big-nav .scroll li {
        width: 100%;
        text-align: left;
        padding-top: 0;
        border-bottom: rgba(255, 255, 255, 0.13) solid 1px;
    }

    .big-nav .scroll li h2 {
        font-size: 18px;
        line-height: 3.3em;
        padding-left: 6%;
        position: relative;
    }

    /*.big-nav .scroll li h2.h2:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 6%;
        width: 18px;
        background: url("../images/nav-icon.png") no-repeat 50%;
        background-size: 18px;
        color: #fff;
        transition: .3s;
    }*/
    .big-nav .scroll li a {
        color: #fff;
    }

    .big-nav .scroll li .list {
        padding: 0 0 0 6%;
        display: none;
    }

    .big-nav .scroll li .list h3 {
        font-size: 14px;
        border-top: rgba(255, 255, 255, .13) solid 1px;
        padding: 10px 0;
        line-height: 25px;
        font-weight: 400;
    }

    .big-nav .scroll li .list h3:nth-child(1) {
        border: 0;
    }

    .big-nav {
        overflow-y: auto;
        padding-bottom: 20px;
    }

    .big-nav .scroll {
        position: static;
        padding-top: 90px;
    }

    .big-nav .scroll li.on h2.h2:after {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
    }

    .m-tlink {
        padding: 0 10px 10px;
    }

    .m-tlink a {
        font-size: 14px;
        margin: 5px 0;
        display: inline-block;
        background: #fff;
        color: #1c4da3;
        line-height: 36px;
        padding: 0 10px;
        border-radius: 5px;
    }

    .foot .ftbs .f-txt {
        padding-left: 20px;
    }

    .foot .ftbs .f-l {
        padding-right: 0;
    }
}

@media screen and (max-width: 900px) {
    .nav>ul>li {
        width: 25%;
    }

    .head .d2 .logo {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        margin-top: 50px;
        margin-bottom: 30px;
    }

    .head .d2 .logo img {
        margin: 0 5px;
    }

    .head .search {
        width: 80%;
    }

    .nav>ul>li>a {
        font-size: 20px;
        line-height: 48px
    }

    .foot .ftlink dl {
        float: none;
        width: auto;
        margin-bottom: 15px;
        margin-left: 0;
    }

    .foot .ftbs .f-l {
        float: none;
        width: auto;
        margin-bottom: 20px;
    }

    .foot .ftbs .f-l:after {
        display: none;
    }

    .foot .ftbs .f-txt {
        float: none;
        padding-left: 0;
    }

    .foot .ftlink {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .foot {
        padding: 20px 0;
    }

    .foot .ftbs .a-txt {
        float: none;
    }

    .foot .ftbs .a-txt a {
        margin-left: 0;
        margin-right: 5px;
        width: auto;
    }

}

@media screen and (max-width: 640px) {

    .head .d2 .logo img:nth-child(1) {
        width: 15.625vw;
    }

    .head .d2 .logo img:nth-child(2) {
        width: 68.43vw;
    }

    .btn-search input[type='image'] {
        right: 30px;
    }

    .big-nav .scroll li h2 {
        font-size: 16px;
        line-height: 50px;
    }

    .head .d2 .logo img {
        max-width: 60%;
    }

    .head .search {
        width: 90%;
    }

    .head .search .inp {
        line-height: 48px;
        font-size: 14px;
        height: 48px;
        padding-left: 15px;
        padding-right: 110px;
    }

    .head .search .sub {
        width: 96px;
        height: 48px;
    }

    .wap-head {
        height: 65px;
    }

    .wap-head .navbtnm i {
        height: 65px;
    }

    .big-nav .scroll {
        padding-top: 80px;
    }

    .wap-head .navbtnm {
        width: 60px;
    }

    .btn-search input[type='text'] {
        font-size: 14px;
        line-height: 44px;
        height: 44px;
    }

    .btn-search input[type='image'] {
        width: 20px;
        height: 20px;
    }

    .layui-layer {
        width: 80% !important;

    }

    .layui-layer p {
        font-size: 14px !important;
    }

}


/*2023-4-24 登录美化*/
.layui-layer {
    border-radius: 10px !important;
    overflow: hidden;
}

.loginBox {
    display: none;
    height: 100%;
}

.loginBox .logCon {
    overflow: hidden;
}

.tcTit {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #1c4da3;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.layui-layer-setwin .layui-layer-close2 {
    top: -11px !important;
    right: -5px !important;
    background-position: -104px -32px !important;
}

.layui-layer-content {
    overflow: hidden !important;
}

.logCon {
    height: 100%;
    margin-top: 40px;
    max-height: calc(100% - 40px);
    overflow-y: scroll;
    padding-top: 38px;
    text-align: center;
    background: url("../images/tcbg.jpg") no-repeat bottom center;
    background-size: cover;
}

.logCon a:first-child {
    margin-left: 0;
}

.logCon a {
    display: inline-block;
    width: 115px;
    line-height: 44px;
    font-size: 16px;
    color: #333333;
    text-align: center;
    border: 1px solid #1c4da3;
    border-radius: 5px;
    background: #f2f9fe;
    margin-left: 27px;
}

.logCon a:hover {
    background: #1c4da3;
    color: #fff;
}

/*2023-4-24 登录美化*/




/*表格自适应开始*/
.vsbcontent-table-container-outer {
    position: relative;
}

.vsbcontent-table-container {
    width: 98%;
    overflow-y: auto;
    _overflow: auto;
    margin: 2px;
}

.vsbcontent-table-container::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
}

.vsbcontent-table-container::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, .3);
}

.vsbcontent-table-container-fade {
    position: absolute;
    right: 0;
    width: 5px;
    height: 100%;
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, .5), #fff);
    background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, .5), #fff);
    background-image: -ms-linear-gradient(0deg, rgba(255, 255, 255, .5), #fff);
    background-image: -o-linear-gradient(0deg, rgba(255, 255, 255, .5), #fff);
    background-image: linear-gradient(0deg, rgba(255, 255, 255, .5), #fff);
}

/*表格自适应结束*/


/*2023-4-28 政务公开*/
.openzw .box {
    background: #fff;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 37px 37px 53px;
    border-radius: 0 0 25px 25px;
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.25);
}

.openzw li {
    width: 18.15%;
    display: block;
    text-align: center;
    font-size: 0;
    padding-top: 39px;
    padding-bottom: 40px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: .5s;
    position: relative;
}

.openzw li a {
    display: block;
}

.openzw a span {
    display: inline-block;
    font-size: 24px;
    color: #fff;
    line-height: 48px;
    padding-left: 52px;
    background-repeat: no-repeat;
    background-position: left center;
}


.openzw li.a1 span {
    background-image: url("../images/n_nav001.png");
}

.openzw li.a2 span {
    background-image: url("../images/n_nav002.png");
}

.openzw li.a3 span {
    background-image: url("../images/n_nav003.png");
}

.openzw li.a4 span {
    background-image: url("../images/n_nav004.png");
}

.openzw li.a5 span {
    background-image: url("../images/n_nav005.png");
}

.openzw li.a1 {
    background-image: url("../images/n_nav01.jpg");
}

.openzw li.a2 {
    background-image: url("../images/n_nav02.jpg");
}

.openzw li.a3 {
    background-image: url("../images/n_nav03.jpg");
}

.openzw li.a4 {
    background-image: url("../images/n_nav04.jpg");
}

.openzw li.a5 {
    background-image: url("../images/n_nav05.jpg");
}

.openzw li .sub {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    padding: 10px;
    z-index: 999;
    background: #fff;
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.2);
    opacity: 0;
    visibility: hidden;
}

.openzw li .sub dd a {
    font-size: 14px;
    color: #444;
    display: block;
    padding-left: 30px;
    text-align: left;
    position: relative;
}

.openzw li .sub dd a:before {
    position: absolute;
    content: '';
    left: 10px;
    top: 50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #2a6ac9;
    transform: translateY(-50%);
}

.openzw li .sub dd {
    padding: 8px 0;
}

.openzw li .sub dd a:hover {
    color: #2a6ac9;
}

.openzw li:hover .sub {
    opacity: 1;
    visibility: visible;
}

.openzw {
    margin-bottom: 30px;
    display: none;
}

@media screen and (max-width: 1060px) {
    .openzw .box {
        padding: 20px;
    }

    .openzw a span {
        font-size: 22px;
        padding-left: 38px;
        background-size: 28px;
    }

    .openzw li {
        padding: 30px 0;
    }
    .ycpf-switch{
        width: 24px;
        height: 58px;
        background-size: 100% 100%;
    }

    .ycpf-switch.on{
        background-size: 100% 100%;
    }
    .ycpf.on{
        padding-right: 30px;
    }
}

@media screen and (max-width: 900px) {
    .openzw .box {
        padding: 20px 20px 0;
        justify-content: flex-start;
    }

    .openzw .box li {
        width: 23.5%;
        margin-left: 2%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px) {
    .openzw .box li {
        width: 32%;
    }

    .openzw .box li:nth-child(4n+1) {
        margin-left: 2%;
    }

    .openzw .box li:nth-child(3n+1) {
        margin-left: 0;
    }
}

@media screen and (max-width: 640px) {
    .openzw .box {
        padding: 10px 10px 0;
        justify-content: space-between;
        border-radius: 0;
    }

    .openzw .box li {
        width: 48%;
        margin-left: 0;
        padding: 20px 0;
    }

    .openzw .box li:nth-child(3n+1),
    .openzw .box li:nth-child(4n+1) {
        margin-left: 0;
    }

    .openzw .box li:last-child {
        width: 100%;
    }

    .openzw a span {
        padding-left: 26px;
        background-size: 22px;
    }
}