/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/


/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

@charset "UTF-8";

/* @font-face {
    font-weight: normal;
    font-style: normal;
    font-family: "PangMenZhengDaoCuShuTi";
    src: url("../../fonts/PangMenZhengDaoCuShuTi-2.woff2") format("woff2"), url("../../fonts/PangMenZhengDaoCuShuTi-2.woff") format("woff"), url("../../fonts/PangMenZhengDaoCuShuTi-2.eot") format("embedded-opentype"), url("../../fonts/PangMenZhengDaoCuShuTi-2.svg") format("svg");
} */

body {
    font-family: "Microsoft YaHei" !important;
}

.animation-delay-1 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.animation-delay-2 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.animation-delay-3 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.animation-delay-4 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.animation-delay-5 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.animated {
    opacity: 0;
}

.nav.pc .nav-items .language {
    height: 40px;
    /* border: 1px solid; */
    margin-left: 20px;
    /* margin-top: 21px; */
}

.nav-pic-box {
    float: left;
    padding: 50px 100px;
}

.nav-pic-box img {
    max-height: 240px;
}

.nav.pc .language .nav-items-li-submenu {
    top: 65px !important;
}

.nav.pc .language .nav-items-li-submenu {
    position: absolute;
    width: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.container {
    max-width: 1400px;
}

.row {
    width: 100%;
    margin: 0;
}

.x-object-fit-cover {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.img-object-fit-box {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
}

a:link,
a:hover,
a:active,
a:visited {
    text-decoration: none;
}

.nav.pc {
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
    /* height: 70px; */
    height: 100px;
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    /* padding: 15px 0; */
}

.nav-brand {
    float: left;
    height: 70px;
    margin: 15px 0;
    /* height: 100px; */
}

.nav-brand a {
    display: inline-block;
    padding: 15px 0;
    width: auto;
    height: 100%;
}

.nav-brand-logo {
    width: auto;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.nav.pc .nav-items {
    float: right;
    margin: 0;
    padding: 0;
    color: #000;
    padding: 20px 30px;
}

.nav.pc .nav-items-li {
    position: relative;
    float: left;
    height: 60px;
    list-style: none;
    font-size: 18px;
    /* min-width: 100px; */
    text-align: center;
    margin-left: 20px;
    /* line-height: 70px; */
    line-height: 40px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.nav.pc .nav-items-li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-inline-box;
    padding: 0 20px;
    height: 100%;
    text-align: center;
    color: #555;
    /* -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.language-box {
    float: right;
    position: relative;
    left: 50px;
    min-width: 120px;
    height: 40px;
    top: 10px;
    line-height: 40px;
    border: 1px solid #ccc;
    border-radius: 20px;
    background-color: #fff;
}

.language>a {
    display: inline-block;
    min-width: 120px !important;
    height: 100%;
    text-align: center;
    padding: 0;
}

.nav.pc .nav-items-li.language {
    /* padding: 0 20px; */
    color: #666;
}

.nav.pc .nav-items-li.language .active {
    color: #000;
}

.nav.pc .nav-items-li.language span {
    cursor: pointer;
}

.nav.pc .nav-items-li:hover>a {
    position: relative;
    z-index: 999;
    color: #fff;
}

.nav.pc .language-box .nav-items-li:hover>a {
    position: relative;
    z-index: 999;
    color: #f00;
}

.nav.pc .nav-items-li::before {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 0;
    height: 0px;
    border-radius: 5px;
    background: #f00;
    background: #f0383a;
    /* border: 1px solid #f00; */
    content: '';
    /* -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; */
    pointer-events: none;
}

.nav.pc .nav-items .nav-items-li:hover::before {
    width: 100%;
    height: 40px;
    color: #fff;
}

.nav.pc .language-box .nav-items-li:hover::before {
    width: 0px;
    height: 0px;
}

.nav.pc .nav-items-li i {
    margin-left: 3px;
    color: #000;
    font-size: 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.nav.pc .nav-items-li:hover i {
    color: #f00;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.nav-items .nav-items-li.active>a,
.nav-items .nav-items-li.active>a>i {
    color: #f00;
}

.nav-items .nav-items-li.active::before {
    width: 100%;
}

.nav-items-li-submenu {
    position: fixed;
    top: 90px;
    width: 100vw;
    left: 0px;
    z-index: 0;
    margin: 0;
    padding: 0;
    background: #fff;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    pointer-events: none;
}

.nav-items-li-submenu::after {
    position: absolute;
    top: -20px;
    left: 50%;
    z-index: -1;
    width: 100%;
    height: 20px;
    content: '';
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.nav-items-li-submenu-li {
    width: 200px;
    height: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    background: #fff;
    list-style: none;
    text-align: center;
    line-height: 30px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.nav-items-li-submenu-lis {
    width: 200px;
    height: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    background: #fff;
    list-style: none;
    text-align: center;
    line-height: 30px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    border: 0px;
    transition: all .3s;
}

.nav-items-li-submenu-li>a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #777;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.nav-items-li-submenu-li:hover>a {
    color: #f00;
    background-color: rgba(0, 0, 0, .08);
}

.nav-items-li-submenu.active {
    z-index: 1;
    opacity: 1;
    pointer-events: all;
}

.mobile-menu {
    display: none;
}

.section-bg {
    /* background: rgb(250, 250, 250); */
    background-color: #fff;
}

.introduction-item-title-left {
    top: auto !important;
    bottom: 0px;
    /* left: 10% !important; */
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.img-vague {
    filter: blur(3px);
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -ms-filter: blur(3px);
    -o-filter: blur(3px);
}

button,
button:focus {
    outline: none;
}

.go-top {
    position: fixed;
    right: 80px;
    bottom: 30px;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flex-box;
    display: flex;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 4px;
    background: #f00;
    color: #fff;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.go-top:hover {
    -webkit-box-shadow: 0 0 20px rgba(255, 0, 0, .2);
    box-shadow: 0 0 20px rgba(255, 0, 0, .2);
}

.go-top i {
    font-size: 22px;
}

.go-top.active {
    bottom: 60px;
    opacity: 1;
}

::-moz-selection {
    background: #f00;
    color: white;
}

::selection {
    background: #f00;
    color: white;
}

.clear-float {
    clear: both;
}

.footer {
    position: relative;
    z-index: 0;
    height: auto;
    background: #f9f9f9;
    padding-top: 70px;
}

.footer-dream {
    position: relative;
    display: block;
    margin: 0;
    margin-bottom: 50px;
    width: 100%;
    color: #f00;
    text-align: center;
    font-size: 36px;
    font-family: PangMenZhengDaoCuShuTi;
    line-height: 150px;
}

.footer-dream::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, .1)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
    content: '';
}

.footer-content {
    text-align: center;
}

.footer-content>div {
    position: relative;
}

.footer-content-title {
    margin-bottom: 30px;
    color: #555;
}

.footer-content-items {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-content-items-li a {
    color: #777;
    font-size: 16px;
    line-height: 40px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.footer-content-items-li a:hover {
    color: #f00;
}

.footer-content-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: 150px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
}

.footer-copyright {
    position: relative;
    margin-top: 50px;
    color: #777;
    text-align: center;
    font-size: 14px;
    line-height: 50px;
}

.footer-copyright::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, .1)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
    content: '';
}

.language-box {
    margin-left: 30px;
}

.nav.pc .nav-items-li-submenu-li-title,
.nav.pc .nav-third-menu-li a {
    white-space: nowrap;
}

.bg-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.m.nav .menu {
    position: absolute;
    right: 15px;
    height: 28px;
    width: 28px;
    background: rgb(255, 80, 80);
    border-radius: 0;
}

.m.nav .menu>.iconfont {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    height: 28px;
    width: 28px;
}

.m.nav .menu>.iconfont::before {
    display: none;
}

.m.nav .menu>.iconfont {
    background-size: 70%;
    background-position: 49.6% 50%;
    background-repeat: no-repeat;
}

.m.nav .menu>.iconfont.icon-menu {
    background-image: url('/assets/img/public/menu.png');
}

.m.nav .menu>.iconfont.icon-close {
    background-image: url('/assets/img/public/close.png');
}

@media screen and (max-width:1366px) {
    .container {
        max-width: 1266px;
    }
    .nav-items-li {
        font-size: 16px;
    }
    .nav .container {
        padding-right: 15px;
    }
    .nav-items-li-submenu-lis {
        padding: 0 30px !important;
    }
}

@media screen and (max-width:1024px) {
    .language-box {
        right: 30px;
    }
    .container {
        max-width: 994px;
    }
    .nav-brand a {
        padding: 20px 0;
    }
    .nav-items-li i {
        font-size: 18px;
    }
    .nav-items-li>a {
        padding: 0 15px;
    }
    .footer-dream {
        margin-bottom: 30px;
        font-size: 30px;
        line-height: 130px;
    }
    .footer-content-title {
        margin-bottom: 20px;
    }
    .footer-content-items-li a {
        line-height: 30px;
    }
    .footer-copyright {
        margin-top: 30px;
    }
    .nav-items-li,
    .language-box {
        margin: 0;
    }
    .language-box .anchor {
        padding: 0 20px !important;
    }
}

@media screen and (max-width:767px) {
    .container {
        max-width: 763px;
    }
    .nav-main {
        position: absolute;
        top: 100px;
        left: 100%;
        z-index: 100;
        overflow-y: scroll;
        width: 100%;
        height: calc(100vh - 70px);
        border-top: 1px solid #eee;
        background: #fff;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }
    .nav-main.active {
        left: 0;
    }
    .mobile-menu {
        position: absolute;
        top: 0;
        right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 70px;
        height: 100px;
        border: 0;
        background: none;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .mobile-menu-open,
    .mobile-menu-close {
        position: absolute;
        color: #000;
        font-size: 30px !important;
        opacity: 0;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
    .mobile-menu .mobile-menu-open {
        opacity: 1;
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    .mobile-menu.active .mobile-menu-open {
        opacity: 0;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
    .mobile-menu.active .mobile-menu-close {
        opacity: 1;
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    .footer .links-box {
        display: none !important;
    }
}

@media screen and (max-width:414px) {
    .hidden-xs {
        display: none;
    }
    .mobile-menu-open,
    .mobile-menu-close {
        font-size: 25px !important;
    }
    .nav-main {
        overflow-y: scroll;
    }
    .footer-dream {
        margin-bottom: 20px;
        font-size: 22px;
        line-height: 100px;
    }
    .footer-content-title {
        margin-bottom: 15px;
        font-size: 18px;
    }
    .footer-content-logo {
        display: none;
    }
    .footer-copyright {
        margin-top: 20px;
    }
    .go-top {
        right: 30px;
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8);
    }
}

.no-data {
    width: 280px;
    height: 130px;
    background: url('../../no-data.png');
    background-size: cover;
    background-position: center;
    margin: 0px auto;
    position: relative;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: absolute;
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

.no-data span {
    position: absolute;
    bottom: -35px;
    display: block;
    text-align: center;
    width: 100%;
    color: #888;
}


/* 栏目细分 */

@media screen and (min-width:769px) {
    .nav-items-li::before {
        border-radius: 4px;
    }
    .nav-items-li-submenu-main {
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: left;
        overflow: hidden;
        padding: 30px 0;
        margin: 0;
    }
    .nav.pc .box-center {
        width: auto;
        height: auto;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        overflow: hidden;
        display: inline-block;
    }
    .nav-items-li-submenu {
        -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
        box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
        border-bottom: 0;
    }
    .nav-items-li-submenu-lis {
        float: left;
        width: auto;
        text-align: left;
        padding: 0 40px;
        color: #333;
        height: auto;
        position: relative;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        left: 50px;
        opacity: 0;
    }
    .nav-items-li-submenu-lis.active {
        left: 0;
        opacity: 1;
    }
    .nav-items-li-submenu-li-title {
        border-bottom: 1px solid #333;
    }
    .nav-items-li-submenu-li-title a {
        color: #555;
        -webkit-transition: color .2s;
        -o-transition: color .2s;
        transition: color .2s;
    }
    .nav-items-li-submenu-li-title a:hover {
        color: rgb(255, 51, 51);
    }
    .nav-top-level a:hover {
        color: #f00;
    }
    .nav.pc .nav-items-li::after {
        display: none;
        content: '';
        position: absolute;
        bottom: -20px;
        left: 0;
        width: 100%;
        height: 30px;
        background: none;
    }
    .nav-items {
        padding: 20px 0;
    }
    .language-box {
        border: 0;
        left: 0;
    }
    .nav-items-li.language {
        border-radius: 4px;
        border: 1px solid #ccc;
        left: 0;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }
    .nav-items-li.language:hover {
        border-color: #f00;
    }
    .language .nav-items-li-submenu {
        top: 69px !important;
        border: 1px solid #ddd;
    }
    .nav-items-li.language .nav-items-li-submenu-li {
        height: 60px;
        line-height: 60px;
    }
    .nav.pc {
        display: block;
    }
    .nav.mobile {
        display: none;
    }
    .nav-third-menu {
        margin: 0;
        padding: 0;
        height: auto;
        width: auto;
        text-align: left;
        margin-top: 12px;
    }
    .nav.pc .nav-third-menu-li {
        list-style: none;
        font-size: 14px;
        line-height: normal;
        padding: 12px 0;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }
    .nav-third-menu-li a {
        color: #666;
    }
    .nav-items-li-submenu-lis:hover>.nav-items-li-submenu-li-title {
        color: #333;
    }
    .nav-third-menu-li a:hover {
        color: #f00;
    }
    .language-box,
    .language-box .nav-items-li {
        width: auto;
        min-width: auto;
    }
    .nav-items-li.language {
        border-radius: 100px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .language-box .sub-menu {
        padding: 0;
        float: none;
        background: #fff;
        position: absolute;
        top: 69px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        /* border: 1px solid rgba(0, 0, 0, .1); */
        height: 0;
        overflow: hidden;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        z-index: 0;
        /* box-shadow: 0 0 20px rgba(0, 0, 0, .15); */
        -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, .15);
        box-shadow: 1px 1px 0px rgba(0, 0, 0, .15);
    }
    .language-box:hover .sub-menu {
        opacity: 1;
        pointer-events: all;
        height: 180px;
    }
    .language-box .sub-menu .nav-items-li {
        margin: 0;
        float: none;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        background: #fff;
        height: 60px;
        line-height: 60px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }
    .language-box .sub-menu .nav-items-li:last-child {
        border: 0;
    }
    .language-box .sub-menu .nav-items-li:hover {
        background: rgba(0, 0, 0, .05);
    }
    .language-box .sub-menu .nav-items-li a {
        display: block;
        width: 200px;
    }
    .language-box .anchor {
        padding: 0 30px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        cursor: default;
    }
    .language-box:hover .anchor {
        color: #f00;
    }
    .nav-items-li.language::after {
        width: 100%;
        height: 30px;
        background: none;
        position: absolute;
        bottom: -31px;
        left: 0;
    }
    .language-box .iconfont {
        display: inline-block;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        color: #555;
    }
    .language-box:hover .iconfont {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

.nav.pc {
    height: 90px;
    padding: 0;
}

.nav.pc .nav-brand {
    margin: 12.5px 0;
    height: 65px;
}

.nav.pc .nav-items {
    padding: 0;
}

.nav.pc .nav-items-li {
    height: 90px;
}

.nav.pc .nav-items-li::before {
    display: none;
}

.nav.pc .nav-items>.nav-items-li:hover>a {
    color: #fff !important;
    background: rgb(255, 51, 51) !important;
}

.nav.pc .nav-items>.nav-items-li>a {
    font-size: 14px;
    font-weight: bold;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.nav.pc .nav-items>.nav-items-li.active>a {
    background: rgb(255, 51, 51);
    color: #fff;
}

.nav.pc .nav-items>.nav-items-li {
    margin-left: 0;
}

.nav.pc .search,
.nav.pc .language {
    float: right;
    font-size: 14px;
    color: #555;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0 20px;
    position: relative;
    cursor: pointer;
    font-weight: bold;
}

.nav.pc .search:hover>.iconfont {
    color: rgb(255, 51, 51);
}

.nav.pc .language,
.nav.pc .language>span {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.nav.pc .language span .iconfont {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    position: absolute;
    right: 0;
    top: 50%;
    color: rgb(255, 51, 51);
    font-weight: bold;
    font-size: 14px;
}

.nav.pc .language.active>span {
    color: rgb(255, 51, 51);
}

.nav.pc .search .input,
.nav.pc .language ul {
    position: fixed;
    top: 90px;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    width: 190px;
    height: 60px;
    background: rgba(255, 255, 255, .9);
    backdrop-filter: blur(10px);
    padding: 10px;
    pointer-events: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    margin: 0;
}

.nav.pc .search .input {
    width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav.pc .search .input .before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 80px;
    height: 32px;
    cursor: default;
}

.nav.pc .search.active .input,
.nav.pc .language.active ul {
    pointer-events: all;
    opacity: 1;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
}

.nav.pc .search .iconfont {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.nav.pc .search .input select {
    width: 64px;
    background: #fff;
    height: 100%;
    border: 0;
    border-radius: 0;
    outline: none;
    padding: 0 10px;
    padding-right: 0;
    color: #555;
    cursor: pointer;
}

.nav.pc .search .input input {
    width: calc(100% - 64px);
    height: 100%;
    background: #fff;
    border: 0;
    outline: none;
    padding: 0 10px;
    padding-right: 35px;
}

.nav.pc .search .input .iconfont {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.nav.pc .language ul {
    margin: 0;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    font-weight: normal;
    list-style: none;
    cursor: default;
}

.nav.pc .language ul li {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    cursor: pointer;
}

.nav.pc .language ul li:hover {
    color: rgb(255, 51, 51);
}

.footer {
    background: rgb(54, 56, 55);
    padding: 2em 0;
    z-index: 1;
}

.footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer,
.footer a {
    color: #ddd;
    font-size: 16px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.footer a:hover {
    color: rgb(255, 51, 51);
}

.footer .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 8px;
}

.footer .friend-link {
    font-size: 14px;
}

.footer .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer .left span {
    margin: 0 4px 0 8px;
    position: relative;
    top: -1px;
}

.footer .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
}

.footer .right img {
    height: 88px;
    width: 88px;
    margin-left: 20px;
}

.footer .right .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer .right .contact a {
    font-size: 14px;
}

.footer .iconfont.icon-dianhua,
.footer .iconfont.icon-gongzhonghao {
    background: #ff8000;
    color: #fff;
    border-radius: 100px;
    margin-right: 5px;
    font-size: 12px;
    padding: 2px;
}

.footer .iconfont.icon-gongzhonghao {
    background: #27ae60;
}

.footer .copyright {
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: -15px;
    text-align: center;
    position: relative;
    padding-top: 15px;
    color: #ccc;
}

.footer .copyright::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .2), rgba(255, 255, 255, 0));
}

.footer .copyright a {
    font-size: 14px;
    color: #ccc;
    margin-left: 15px;
}

.footer .copyright a img {
    height: 16px;
    margin-right: 2px;
    position: relative;
    top: -2px;
}

body {
    overflow-y: scroll;
}

.is-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.nav.pc .nav-items-li-submenu {
    width: 100%;
    max-width: 1370px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, .9);
}

.nav.pc .nav-items-li-submenu-lis {
    background: none;
    padding: 0 28px;
}

.nav.pc .nav-items>.nav-items-li:nth-child(3) .nav-items-li-submenu-li,
.nav.pc .nav-items>.nav-items-li:nth-child(4) .nav-items-li-submenu-li,
.nav.pc .nav-items>.nav-items-li:nth-child(5) .nav-items-li-submenu-li,
.nav.pc .nav-items>.nav-items-li:nth-child(6) .nav-items-li-submenu-li {
    padding: 0 20px;
}

.nav.pc .nav-items-li-submenu-li-title,
.nav.pc .nav-third-menu-li a {
    color: #555;
    font-size: 14px;
    font-weight: bold;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
}

.nav.pc .nav-third-menu-li a:hover {
    color: rgb(255, 51, 51);
}

.nav.pc .nav-items-li-submenu-li-title {
    font-size: 15px;
    border: 0;
}

.m.nav {
    padding: 0 15px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.m.nav .search,
.m.nav .language {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100%;
    width: 28px;
    background: none;
    border: 0;
    outline: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
}

.m.nav .search {
    right: 85px;
}

.m.nav .language {
    right: 50px;
}

.m.nav .search .iconfont,
.m.nav .language .iconfont {
    font-size: 27px;
    color: #555;
}

.m.nav .search-mask,
.m.nav .language-mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    -webkit-transition: .3s !important;
    -o-transition: .3s !important;
    transition: .3s !important;
    opacity: 0;
    pointer-events: none;
    padding: 0 30px;
}

.m.nav .language-mask {
    display: flex;
    justify-content: center;
}

.m.nav .search-mask .bg,
.m.nav .language-mask .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}

.m.nav .search-mask.active,
.m.nav .language-mask.active {
    opacity: 1;
    pointer-events: all;
}

.m.nav .language-mask ul {
    position: absolute;
    top: 28%;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    transition: .3s !important;
    margin: 0;
    padding: 0;
    width: 240px;
}

.m.nav .language-mask.active ul {
    top: 20%;
}

.m.nav .language-mask ul li {
    list-style: none;
    height: 46px;
    color: #555;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.m.nav .language-mask ul li:last-child {
    border: 0;
}

.m.nav .language-mask ul li a {
    color: #555;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 0 16px;
}

.m.nav .language-mask ul li a span {
    margin-left: 6px;
}

.m.nav .search-mask form {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100px;
    background: #fff;
    height: 40px;
    padding: 0 15px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    position: relative;
    top: 28%;
    left: 0;
    -webkit-transition: all .3s !important;
    -o-transition: all .3s !important;
    transition: all .3s !important;
}

.m.nav .search-mask.active form {
    top: 20%;
}

.m.nav .search-mask form * {
    outline: none;
    border: 0;
    background: none;
    color: #555;
    font-size: 15px;
}

.m.nav .search-mask form select {
    border-radius: 100px;
    width: 52px;
}

.m.nav .search-mask form input {
    padding: 0 10px;
    width: calc(100% - 52px - 16px);
}

.m.nav .search-mask form button {
    padding: 0 5px;
    width: 26px;
}

.m.nav .search-mask form button i {
    font-size: 16px;
}

.nav .brand .logo.white,
.nav .brand .logo.color {
    padding: 18.5px 0;
    display: none;
}

.nav .brand .logo.color {
    display: block !important;
}

.m-show {
    display: none !important;
}

.m-show.row {
    display: none !important;
}

.m-hide {
    display: block !important;
}

.m-hide.row {
    display: flex !important;
}

@media screen and (max-width:1199px) {
    .nav.pc .nav-items {
        margin-right: -5px;
    }
    .nav.pc .nav-items>.nav-items-li>a,
    .nav.pc .search,
    .nav.pc .language {
        padding: 0 15px;
    }
    .nav.pc .search {
        margin-left: -5px;
    }
    .nav.pc .language {
        padding-right: 20px;
    }
}

@media screen and (max-width:1024px) {
    .footer * {
        font-size: 12px !important;
    }
    .footer .go-top i {
        font-size: 20px !important;
    }
    .footer {
        padding: 20px 0;
    }
    .footer .copyright {
        margin-top: 20px;
        margin-bottom: -5px;
    }
}

@media screen and (max-width:991px) and (min-width:768px) {
    body.fix {
        overflow-y: unset !important;
    }
    .m.nav .search {
        right: 115px;
    }
    .m.nav .language {
        right: 65px;
    }
    .m.nav .search-mask.active form,
    .m.nav .language-mask.active ul {
        transform: scale(1.2);
    }
}

@media screen and (max-width:767px) {
    .footer .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .footer .left {
        margin-bottom: 20px;
    }
    .footer .left>div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer .left span {
        margin: 0 5px;
    }
    .footer .left>div:nth-child(2) span {
        display: inline-block;
        margin-top: 8px !important;
        top: 0;
    }
    .footer .right {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer * {
        line-height: 1.7em;
    }
}

@media screen and (max-width:575px) {
    .m-show {
        display: block !important;
    }
    .m-show.row {
        display: flex !important;
    }
    .m-hide {
        display: none !important;
    }
    .m-hide.row {
        display: none !important;
    }
    .go-top {
        background: rgb(255, 168, 0);
        right: 6px;
    }
    .footer .left>div:nth-child(2) span {
        margin-top: 0 !important;
    }
    .footer .friend-link {
        margin: 0 5px;
    }
    .footer .left>div:nth-child(2) {
        margin-top: 10px;
    }
    .footer .right {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .footer {
        padding: 15px 0;
    }
    .footer .container {
        display: none;
    }
    .footer .left {
        margin: 0;
    }
    .footer .left>div>a {
        margin: 0 6px;
    }
    .footer .right {
        justify-content: center;
    }
    .footer .left>div>i,
    .footer .left span,
    .footer .links,
    .footer .right .contact,
    .footer .right img {
        display: none !important;
    }
    .footer .copyright {
        margin: 0;
        padding: 0;
    }
    .footer .copyright::before {
        display: none;
    }
    .footer .copyright a {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footer .copyright a img {
        top: 0;
        height: 14px;
        margin-right: 4px;
    }
}

.magnify-modal {
    backdrop-filter: blur(10px);
}