/* 全局 */
html {
    font-size: 62.5%;
}

body {
    font-family: "PingFang SC","Helvetica Neue",Helvetica,"Hiragino Sans GB",Arial,Verdana,"Microsoft Yahei";
    margin: 0;
    font-size: 1.3rem;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing   : antialiased;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

/* 页头 */
/*header {
    position: fixed;
    display: flex;
    align-items: flex-start;
    top: 0;
    width: 100%;
    height: 70px;
    background-image: none;
    z-index: 99;
}

.fp-viewing-page1 header {
    background-color: unset;
    background-image: linear-gradient(#fff 70%, rgba(255, 255, 255, 0));
    height: 100px;
}

header .header {
    width: 100%;
    height: 70px;
    align-items: center;
}

.logo {
    display: flex;
    padding-left: 30px;
}

.logo a {
    display: block;
    width: 113px;
    height: 33px;
    background: url("/group/images/logo-1.svg") no-repeat center center;
    background-size: contain;
    transition: all .3s ease 0s;
}

.logo a.centenary {
    width: 80px;
    background: url("/group/images/centenary.png") no-repeat center center;
    background-size: 80%;
    text-indent: 999px;
    overflow: hidden;
}*/

/* 导航 */
/*nav ul li a {
    position: relative;
    display: block;
    width: 100%;
    padding: 2rem 0;
    text-align: center;
    font-size: 2.2rem;
    color: #333;
    transition: all .3s ease 0s;
}

nav ul li a:hover {
    color: rgba(0, 0, 0, .6);
}

nav ul li.active a:after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    width: 6px;
    height: 6px;
    margin: 0 auto;
    border-radius: 50%;
    background-color: #fa0057;
}*/

/* 导航右侧菜单 */
/*.nav-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 30px;
    font-size: 1.4rem;
}

.nav-right a {
    white-space: nowrap;
    color: #333;
    transition: all .3s ease 0s;
}

.nav-right > a {
    padding: 1rem;
}

.nav-right ul {
    padding: 0 1rem;
}

.nav-right ul {
    display: flex;
    align-items: center;
}

.nav-right ul li:first-child a {
    padding: 1rem 0;
    margin-right: .5rem;
}

.nav-right ul li:last-child a {
    padding: 1rem 0;
}

.nav-right ul li.active a {
    color: rgba(0, 0, 0, .4);
    transition: all .3s ease 0s;
}

.nav-right > .menu-button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    font-size: 2.8rem;
    background: none;
    border: none;
    color: #333;
}

.nav-right > .menu-button:hover {
    color: rgba(0, 0, 0, .6);
    cursor: pointer;
}

.nav-right > .menu-button:focus {
    color: #fff;
}*/

/* 导航 */
nav {
    position: fixed;
    width: 100%;
    z-index: 9999;
}

.nav {
    display: flex;
    justify-content: center;
    width: 100%;
    height: calc(100vw * 124 / 1920);
    max-width: 1920px;
    min-width: 1280px;
    margin: 0 auto;
    transition: all 1s ease;
}

.nav {
    height: 92px;
    background-color: #fff;
    box-shadow: 0 1px 10px rgb(0 0 0 / 8%);
}

.nav .logo {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 9%;
    margin: auto;
    opacity: 0;
    transition: all .3s ease .5s;
}

.nav .logo {
    opacity: 1;
}

.nav .logo img {
    display: block;
    width: auto;
    height: calc(100% * 52 / 92);
    margin: auto;
}

.nav .nav-right {
    position: absolute;
    display: flex;
    top: 0;
    bottom: 0;
    right: 9%;
    height: 100%;
}

.nav .nav-right ul,
.nav .nav-right ul li,
.nav .nav-right ul li a {
    display: flex;
}

.nav .nav-right ul {
    margin: 0;
}

.nav .nav-right ul li {
    margin-right: 15px;
}

.nav .nav-right ul li:last-child {
    margin-right: 0;
}

.nav .nav-right ul li a {
    white-space: nowrap;
    align-items: center;
    font-size: 13px;
    color: #000;
}

.nav .nav-right .menu-btn {
    display: none;
    width: 59px;
    height: 59px;
    background: url("/group/images/2107/menu-icon.png") no-repeat center center;
}

.nav > ul {
    align-items: center;
    height: 100%;
}

.nav > ul li {
    padding: 0 15px;
}

.nav > ul li a {
    font-size: 18px;
    color: #010101;
    transition: all .3s ease .5s;
}

/* 页脚 */
footer {
    position: fixed;
    display: flex;
    align-items: flex-end;
    bottom: 0;
    width: 100%;
    height: 70px;
    background-color: #fff;
    z-index: 99;
    transition: all .7s ease .7s;
}

footer .footer {
    width: 100%;
    height: 70px;
    padding: 0 30px;
    align-items: center;
    color: #333;
}

footer .left a {
    color: #333;
}

footer .left a:hover {
    text-decoration: underline;
}

footer .right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

footer .right > ul {
    display: flex;
    justify-content: space-between;
    width: 128px;
    height: 36px;
}

footer .right > ul > li {
    width: 36px;
    height: 36px;
}

footer .right > ul > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #d5d5d5;
}

footer .right > ul > li > a > i {
    font-size: 2rem;
    color: #666;
}

/* 页脚 */
.footer-2 {
    width: 100%;
    padding: 30px;
    align-items: center;
    background-color: #333;
    color: #fff;
}

.footer-2 .left a {
    color: #fff;
}

.footer-2 .left a:hover {
    text-decoration: underline;
}

.footer-2 .right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.footer-2 .right > ul {
    display: flex;
    justify-content: space-between;
    width: 128px;
    height: 36px;
}

.footer-2 .right > ul > li {
    width: 36px;
    height: 36px;
}

.footer-2 .right > ul > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #d5d5d5;
}

.footer-2 .right > ul > li > a > i {
    font-size: 2rem;
    color: #666;
}

/* 遮罩 */
.mask {
    position: fixed;
    display: flex;
    flex-direction: column;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    z-index: 99999;
    visibility: hidden;
    color: #fff;
}

.mask.is-show {
    background-color: rgba(0, 0, 0, .9);
    visibility: visible;
}

.mask .header {
    display: flex;
    width: 100%;
    height: 70px;
    padding: 0 30px;
    justify-content: flex-end;
    align-items: center;
}

.mask .header .menu-button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    font-size: 2.8rem;
    background: none;
    border: none;
    cursor: pointer;
    color: #fff;
}

.mask .menu {
    flex: 1;
    padding: 0 30px;
    overflow: hidden;
}

.mask .menu > li > a {
    display: inline-block;
    padding: 1rem 0;
    margin-bottom: 2rem;
    font-size: 2.2rem;
    border-bottom: solid 2px #fff;
    color: #fff;
}

.mask .menu > li > .menu-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px rgba(255, 255, 255, .6);
    margin-bottom: 2rem;
}

.mask .menu > li > .menu-item > a {
    display: inline-block;
    padding: 1rem 0;
    font-size: 2.2rem;
    border-bottom: solid 2px #fff;
    color: #fff;
}

.mask .menu > li > .menu-item > .arrow {
    padding: 1rem;
    font-size: 1.8rem;
    color: #fff;
    cursor: pointer;
}

.mask .menu > li.active > .menu-item > .arrow {
    transform: rotate(90deg);
    transition: transform .3s ease 0s;
}

.mask li.active .sub-menu.hidden-md-and-down {
    display: block!important;
}

.mask .sub-menu > li > a {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 3rem;
    color: #fff;
}

.mask.is-show .header .menu-button:hover {
    color: rgba(255, 255, 255, .6);
}

.mask.is-show .header .menu-button:focus {
    color: rgba(255, 255, 255, .6);
}

.mask.is-show .header .menu-button:hover i {
    transform: rotate(180deg);
    transition: transform .3s ease 0s;
}

/* 分享 */
.share {
    display: flex;
    justify-content: space-between;
    width: 128px;
    height: 36px;
}

.share > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #d5d5d5;
}

.share > li > a.wechat {
    position: relative;
}

.share > li > a.wechat > .qrcode-box {
    position: absolute;
    top: 40px;
    width: 120px;
    padding: 10px;
    border: solid 1px #ddd;
    border-radius: 5px;
    background-color: #fff;
    font-size: 12px;
    color: #999;
    z-index: 1;
}

.share > li > a.wechat > .qrcode-box span {
    display: block;
    position: absolute;
    border-right: 6px solid transparent;
    border-top: 0;
    border-bottom: 8px solid #ddd;
    border-left: 6px solid transparent;
    width: 0;
    height: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -8px;
}

.share > li > a.wechat > .qrcode-box span::before {
    content: "";
    display: block;
    position: absolute;
    border-right: 5px solid transparent;
    border-top: 0;
    border-bottom: 7px solid #fff;
    border-left: 5px solid transparent;
    width: 0;
    height: 0;
    margin: 0 auto;
    left: -5px;
    right: 0;
    top: 1px;
}

.share > li > a.wechat > .qrcode-box .close {
    float: right;
}

.share > li > a.wechat > .qrcode-box .qrcode {
    margin-bottom: 10px;
}

.share > li > a.wechat > .qrcode-box p {
    margin: 0;
}

.share > li > a > i {
    font-size: 2rem;
    color: #666;
}

.footer .share > li > a.wechat > .qrcode-box,
.footer-2 .share > li > a.wechat > .qrcode-box {
    top: unset;
    bottom: 50px;
}

.footer .share > li > a.wechat > .qrcode-box span,
.footer-2 .share > li > a.wechat > .qrcode-box span {
    border-top: 8px solid #ddd;
    border-bottom: 0;
    top: unset;
    bottom: -8px;
}

.footer .share > li > a.wechat > .qrcode-box span::before,
.footer-2 .share > li > a.wechat > .qrcode-box span::before {
    border-top: 7px solid #fff;
    border-bottom: 0;
    top: unset;
    bottom: 1px;
}

/* 侧边栏样式 */
.sidebar .card,
.sidebar .card > .title {
    border-bottom: solid 1px #ddd;
}

.sidebar .card {
    margin-bottom: 20px;
}

.sidebar .card > .title {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    font-size: 20px;
}

.sidebar .card > .title .deco {
    position: relative;
    width: 5px;
    height: 24px;
    background-color: #003684;
    margin-right: 10px;
}

.sidebar .card > .title .deco::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    top: 0;
    left: 0;
    background-color: #fa0057;
}

.sidebar .card .list,
.sidebar .card .pic-list {
    padding: 20px 0;
}

.sidebar .card .list .list-item {
    display: flex;
    align-items: center;
    height: 37px;
}

.sidebar .card .list .list-item a {
    color: #333;
}

.sidebar .card .pic-list li a {
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.sidebar .card .pic-list li a img {
    width: 100%;
}

.sidebar .card .pic-list li:nth-child(1),
.sidebar .card .pic-list li:nth-child(2) {
    padding-bottom: 20px;
}

.sidebar .card .pic-list li:nth-child(1),
.sidebar .card .pic-list li:nth-child(3) {
    padding-right: 10px;
}

.sidebar .card .pic-list li:nth-child(2),
.sidebar .card .pic-list li:nth-child(4) {
    padding-left: 10px;
}

.sidebar .card:last-child {
    padding: 0;
}

.sidebar .card .list .num {
    color: #fd035a;
    font-weight: 600;
    font-size: 25px;
    font-style: italic;
    flex: 0 0 40px;
}

.sidebar .card .list .title {
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.hide {
    display: none;
}

.show {
    display: block;
}

/* 响应式 */
@media only screen and (max-width: 992px) {
    .footer-2 .left,
    .footer-2 .right {
        justify-content: center;
    }

    .footer-2 .left p {
        text-align: center;
    }

    .footer-2 .left a {
        display: block;
    }

    /*.nav-right,*/
    .mask .header {
        padding-right: calc(30px - 1rem);
    }

    .mask .menu > li > .menu-item {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 575.98px) {
    .nav {
        height: 59px!important;
        min-width: unset;
        transition: unset;
        box-shadow: unset!important;
    }

    .nav .logo {
        width: 95px;
        height: 25px;
        opacity: 1!important;
    }

    .nav .logo img {
        height: 100%;
    }

    .nav > ul {
        display: none!important;
    }

    .nav .nav-right {
        right: calc(9% - 19.5px);
    }

    .nav .nav-right ul li {
        margin-right: 10px;
    }

    .nav .nav-right .menu-btn {
        display: block;
    }
}
