@charset "utf-8";
@import url('/public/plugins/font-awesome-4.7.0/css/font-awesome.min.css');

/*公共部分*/
* {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif, 宋体;
}

* {
    outline: none;
}

body {
    margin: 0 auto;
    background: url(../images/bg/body.jpg) repeat-x;
}

div, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, Table {
    overflow: hidden;
    font-size: 12px;
}

h1, h2, h3, h4, h5 {
    font-weight: 100;
}


.pf {
    position: fixed;
}

.pz {
    position: relative;
}

.pa {
    position: absolute;
}

img {
    border: 0;
}

ul {
    list-style: none;
}

a:link, a:visited {
    font-size: 12px;
    color: #525151;
    text-decoration: none;
}

a:hover {
    font-size: 12px;
    color: red;
    text-decoration: underline;
}

.container {
    margin: 0 auto;
    width: 991px;
    text-align: left;
}

.cb {
    clear: both;
    height: 0px;
    display: none;
}

.red {
    color: red;
}

.alert {
    font-size: 13px;
    font-weight: bold;
    color: red;
}

.blank {
    height: 10px;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.none {
    display: none;
}

.cen {
    text-align: center;
}

.mt10 {
    height: 0;
    margin-top: 10px;
}

/*网站顶部信息*/
.webTop {
    position: relative;
    z-index: 1;
    height: 135px;
    background: url(../images/bg/header.jpg) no-repeat;
}

.webTop .logo img {
    max-height: 65px;
}

.webTop h2 {
    height: 30px;
    text-align: right;
    line-height: 30px;
    margin-right: 90px;
}

.webTop h2 a:link, .webTop h2 a:visited {
    font-size: 14px;
    font-weight: bold;
    color: #58585a;
}

.webTop h2 a:hover {
    font-size: 14px;
    font-weight: bold;
    color: red;
}

/*网站顶部导航*/
.topNav {
    height: 47px;
    background: url(../images/bg/topNavBg.jpg) no-repeat;
}

.topNav ul {
    width: 770px;
    height: 47px;
}

.topNav li {
    float: left;
    display: inline;
    width: 109px;
    height: 47px;
    text-align: center;
    line-height: 47px;
}

.topNav li.first {
    margin-left: 40px;
}

.topNav li a {
    display: block;
    width: 109px;
    height: 47px;
    text-decoration: none;
}

.topNav li a:link, .topNav li a:visited {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.topNav li a:hover {
    background: url(../images/bg/topNavHoverBg.jpg) repeat-x;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.topNav li .on:link, .topNav li .on:visited {
    background: url(../images/bg/topNavHoverBg.jpg) repeat-x;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

/*网站顶部搜索*/
.topSearchForm {
    width: 221px;
    height: 47px;
}

.topSearchForm .searchText {
    width: 138px;
    height: 22px;
    margin: 13px 0 0 14px;
    background: none;
    border: 0;
    line-height: 22px;
    text-indent: 1px;
    font-size: 13px;
    color: #666;
}

.topSearchForm .searchBtn {
    width: 38px;
    height: 26px;
    margin: 11px 0 0 4px;
    background: none;
    border: 0;
    cursor: pointer;
}

/*网站顶部Banner*/
.topBanner {
    width: 938px;
    height: 246px;
    margin: 8px auto 14px auto;
    border: 1px solid #dcdcdc;
}

/*网站底部*/
.footer {
    width: 100%;
}

.webBottom {
    width: 657px;
    height: 85px;
    margin: 0 auto;
    padding: 30px 0 0 543px;
    background: url(../images/bg/footer.jpg) no-repeat;
    line-height: 30px;
    color: #fff;
}

.webBottom a:link, .webBottom a:visited {
    color: #fff;
}

.webBottom a:hover {
    color: #fff;
}

/*分页*/
.fenye {
    width: 100%;
    height: auto;
    margin: 20px 0;
    line-height: 30px;
    text-align: center;
}

.fenye * {
    vertical-align: middle;
}

.fenye ul {
    display: flex;
    justify-content: center;
}

.fenye li, .fenye li a, .fenye li span {
    display: inline-block;
}

.fenye li a, .fenye li span {
    border: 1px solid #ccc;
    line-height: 25px;
    margin-right: 5px;
    padding: 0 5px;
    text-decoration: none;
}

.fenye a:link, .fenye a:visited {
    color: #5496ca;
}

.fenye li.active a {
    background-color: #5496ca;
    color: #fff;
    border-color: #5496ca;
}

.od {
    overflow: hidden;
    display: block
}

.u-flex {
    display: flex;
    flex-direction: row;
    align-items: center
}

.u-flex-wrap {
    flex-wrap: wrap
}

.u-flex-nowrap {
    flex-wrap: nowrap
}

.u-col-center {
    align-items: center
}

.u-col-top {
    align-items: flex-start
}

.u-col-bottom {
    align-items: flex-end
}

.u-row-center {
    justify-content: center
}

.u-row-left {
    justify-content: flex-start
}

.u-row-right {
    justify-content: flex-end
}

.u-row-between {
    justify-content: space-between
}

.u-row-around {
    justify-content: space-around
}

.u-text-left {
    text-align: left
}

.u-text-center {
    text-align: center
}

.u-text-right {
    text-align: right
}

.u-flex-col {
    display: flex;
    flex-direction: column
}

@keyframes shadowShow {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.shadow {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99 !important;
    top: 0;
    left: 0;
    display: none;
}

.shadow.active {
    display: block;
    animation: shadowShow .5s 1;
}


.hidden {
    display: none;
}

.showM {
    display: none !important;
}

.showPc {
    display: block !important;
}

#app {
    width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    * {
        box-sizing: border-box;
    }

    a {
        text-decoration: none !important;
    }

    :root {
        --common-background-color: #034673;
        --swiper-theme-color: var(--common-background-color) !important;
        --common-color: #034673;
    }


    .showM {
        display: block !important;
    }

    .showPc {
        display: none !important;
    }

    .container, .main, .focus {
        width: 100%;
    }

    .webTop {
        padding: .2rem 2%;
        height: auto;
    }

    .webTop .logo img {
        max-height: .8rem;
    }

    .webTop h2 {
        width: 100%;
        margin-left: 0;
        display: flex;
        justify-content: flex-end;
        margin-right: 0;
        flex-direction: column;
        height: auto;
    }

    .nav {
        width: .5rem;
        border: 0;
        margin-left: .25rem;
        background: none;
        flex-shrink: 0;
        flex-grow: 0;
        padding: 0;
    }

    .nav hr {
        display: block;
        width: 100%;
        height: .08rem;
        background-color: var(--common-background-color);
        border: 0;
        padding: 0;
        border-radius: 1px;
        margin: 0;
        margin-bottom: .06rem;
    }

    .nav::before, .nav::after {
        display: block;
        content: '';
        width: 100%;
        height: .08rem;
        background-color: var(--common-background-color);
        transition: all .6s;
        border-radius: 1px;
        padding: 0;
        margin: 0;
        margin-bottom: .06rem;
    }

    .leftNav {
        width: 50%;
        max-width: 400px;
        height: 100vh;
        background-color: #0582c4;
        z-index: 999 !important;
        top: 0;
        left: 0;
        transform: translateX(-100%);
        transition: all .6s;
    }

    .leftNav.hide {
        transform: translateX(-100%);
    }

    .leftNav.active {
        transform: translateX(0);
    }

    .leftNav li {
        width: 100%;
        min-height: 1rem;
        border-bottom: 1px solid #e9e9e9;
        padding: 0 .5rem;
        font-size: .32rem;
        color: #fff;
    }

    .leftNav li a {
        font-size: .26rem;
        color: #fff;
    }

    .leftNav .angle {
        width: .2rem;
        height: .6rem;
    }

    .leftNav .angle i {
        font-size: .3rem;
    }

    .leftNav .angle.active i {
        transform: rotate(90deg);
    }

    .leftNav li.son {
        overflow: hidden;
        padding: .1rem .2rem;
    }

    .leftNav li.son a {
        padding: .1rem;
        line-height: 180%;
    }

    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: .2rem;
    }

    .userLogin {
        margin: 0 auto;
    }

    .topNav {
        display: none;
    }

    .main .userLogin {
        display: none;
    }

    .muserLogin {
        display: none;
    }

    .muserLogin.active {
        display: block;
    }

    .topBanner {
        width: 100%;
        height: auto;
        margin: 0;
    }

    .topBanner img {
        display: block;
        width: 100%;
    }

    .webBottom {
        width: 100%;
        height: auto;
        background: #004e93;
        padding: .3rem;
    }

    body {
        background: none;
    }

    .webTop {
        background-color: #acd8fd;
    }

    .exhibition .list li {
        height: .5rem;
        line-height: .5rem;
        border-bottom: 1px dashed #ccc;
        font-size: .24rem;
    }

}