html,
body {
    font-size: 100px;
    overflow-x:hidden;
}

a {
    color: currentColor;
}
.nav-fixed{
    display:none;
}
/*nav*/
.navPosition {
    position: fixed;
    top: 0;
}

.navBox {
    width: 100%;
    height:100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-flex;
    background: #fff;
    z-index: 10;
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
    margin: 0 auto;
}

    .nav .nav_logo {
        
    }

        .nav .nav_logo a {
            height: 100px;
            line-height: 100px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -webkit-flex;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            color: #242424;
        }

            .nav .nav_logo a img {
                height: 90px;
            }

.nav_dec > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .nav_dec > ul > li {
        position: relative;
        height: 1rem;
    }

        .nav_dec > ul > li .nav-li-top-line {
            position: absolute;
            top: 0px;
            left: 50%;
            width: calc(100% - 55px);
            height: 5px;
            background-color: #374754;
            transform: translate(-50%);
            opacity: 0;
            transition: all .6s cubic-bezier(.165, .84, .44, 1);
            content: "";
        }

    .nav_dec > ul > .active .nav-li-top-line{
        opacity:1;
    }

    .nav_dec > ul > li > a {
        padding: 0 0.3rem;
        line-height: 100px;
        font-size: 16px;
        font-weight: 700;
        color: #374754;
        white-space:nowrap;
    }

        .nav_dec > ul > li:last-child > a {
            padding-right: 0px;
        }

        .nav_dec > ul > li:last-child > .nav-li-top-line {
            width: calc(100% - 25px);
            left: 65%;
        }

        .nav_dec > ul > li.active :before {
            position: absolute;
            top: -43px;
            left: 50%;
            width: calc(100% - 55px);
            height: 5px;
            background-color: #242424;
            transform: translate(-50%);
            opacity: 1;
            transition: all .6s cubic-bezier(.165, .84, .44, 1);
            content: "";
        }

        .nav_dec > ul > li:last-child.active :before {
            position: absolute;
            top: -43px;
            left: 65%;
            width: calc(100% - 25px);
            height: 5px;
            background-color: #242424;
            transform: translate(-50%);
            opacity: 1;
            transition: all .6s cubic-bezier(.165, .84, .44, 1);
            content: "";
        }

        .nav_dec > ul > li:hover .nav-li-top-line {
            opacity: 1;
        }

        .nav_dec > ul > li.active > a {
            position: relative;
            color: #242424;
        }

        /*.nav_dec > ul > li > a:after {
                position:absolute;
                top:50%;
                right:0;
                -webkit-transform:translateY(-50%);
                    -ms-transform:translateY(-50%);
                        transform:translateY(-50%);
                width:1px;
                height:0.18rem;
                background-color:rgba(62,58,57,.3);
                content:'';
            }*/
        /*.nav_dec > ul > li:first-child > a {
                padding-left:0;
            }
            .nav_dec > ul > li:last-child > a {
                padding-right:0;
            }*/

        .nav_dec > ul > li:last-child > a:after {
            display: none;
            content: '';
        }

.show {
    display: block;
}

.hide {
    display: none;
}

#put-top {
    opacity: 0;
    position: fixed;
    top: 80%;
    left: calc(50% + 520px);
    width: 0.6rem;
    height: 0.6rem;
    z-index:999;
}

video {
    -o-object-fit: fill;
    object-fit: fill;
}

/*footer*/
.footer {
    position: relative;
    width: 100%;
    background: #f0edf1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .footer:after {
        content: "";
        position: absolute;
        bottom: 50px;
        left: 0;
        width: 100vw;
        height: 1px;
        background-color: #D7D7D7;
    }

.footerContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .footerContent .footerTop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -webkit-flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 30px 0px 10px;
    }

.footerTop > .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footerTop .logo img {
    width: 1.33rem;
}


.footItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1;
    display: flex;
    justify-content: space-between;
}



        .footItem > ul:last-child {
            margin-right: 0;
        }

        .footItem > ul > li {
            text-align: center;
        }

            .footItem > ul > li:first-child {
                margin-bottom: 16px;
                line-height: normal;
            }

            .footItem > ul > li > a {
                font-family: MicrosoftYaHei;
                font-weight: 400;
                font-size: 14px;
                color: #666666;
                line-height: 0.24rem;
            }

            .footItem > ul > li:first-child > a {
                font-size: 16px;
                font-weight: 400;
                color: #374754;
            }

.footItemTypeItem a {
    color: rgba(204, 204, 204, 1);
}

.footItem .footItemTypeItem {
    font-size: 0.12rem;
    /*font-weight: 400;*/
    color: rgba(204, 204, 204, 1);
    line-height: 0.24rem;
}

.footerContent .footerTop .foot-right {
    /*margin-right: 30px;*/
    width: 450px;
}

    .footerContent .footerTop .foot-right > .contact-us {
        padding: 10px;
        color: #333333;
        font-size: 26px;
        font-weight: 400;
    }

   .qr-content {
        display: flex;
        flex-wrap: wrap;
        flex-direction:column;
    }
.foot-right > .qr-content{
    flex-direction:row;
}

.qr-content > .qr-item {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 40px;
    position: relative;
    cursor: pointer;
}
      .qr-content > .qr-item > .qr-code {
                width: 40px;
                height: 40px;
                background-size: contain;
            }

.qr-content > .qr-item > .qr-text {
                width: 120px;
                text-align: left;
                font-size: 14px;
                font-weight: 400;
                color: #666;
                line-height: 21px;
                margin-left: 10px;
            }

               .qr-content > .qr-item > .qr-text > span {
                    color: #333;
                    font-weight: bold;
                }

            .qr-content > .qr-item > .qr-qrcode {
                height: 120px;
                position: absolute;
                left: 50%;
                top: 0;
                z-index: 10;
                display: none;
                transform: translateX(-40px);
            }

        .qr-content > .show-top > .qr-qrcode {
            top: auto;
            bottom: 0;
        }

        .qr-content > .qr-item:hover > .qr-qrcode {
            display: block;
        }

.footerContent .footerBottom {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
}

    .footerContent .footerBottom > .ftb-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        color: #fff;
        font-size: 0.12rem;
        line-height: 0.14rem;
        text-align: right;
    }

        .footerContent .footerBottom > .ftb-item a.police-wrap {
            /*   padding-top:0.10rem;
        line-height:0.2rem;*/
        }

        .footerContent .footerBottom > .ftb-item .rt-align {
            text-align: left;
        }

        .footerContent .footerBottom > .ftb-item > div {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            font-size: 16px;
            font-weight: 400;
            color: #666666;
        }

            .footerContent .footerBottom > .ftb-item > div > span {
                border-right: 1px solid #fff;
                padding-right: 0.1rem;
                margin-right: 0.1rem;
            }

                .footerContent .footerBottom > .ftb-item > div > span:last-child {
                    padding-right: 0;
                    margin-right: 0;
                    border-right: 0;
                }

        .footerContent .footerBottom > .ftb-item > .item-rt {
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
        }


.fn-clear {
    zoom: 1;
}

    .fn-clear:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }


/* banner */
.background {
    background-repeat: no-repeat;
    background-size: auto 100%;
    -webkit-background-size: auto 100%;
    -o-background-size: auto 100%;
    height: 100%;
    width: 100%;
    background-position: center center;
}

.swiper-container {
    height: 5rem;
}

    .swiper-container.swiper-container-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 0.3rem;
        left: 0;
        width: 100%
    }

    .swiper-container .swiper-pagination-bullet {
        width: 0.3rem;
        height: 0.03rem;
        display: inline-block;
        background: #fff;
        opacity: 0.3;
        border-radius: 0;
    }

    .swiper-container .swiper-pagination-bullet-active {
        opacity: 1;
    }

/* /banner */




/* mobile nav */
.nav-mobile {
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100vw;
    height: 0.60rem;
    background-color: #fff;
    z-index: 1001;
}

.mobile-back {
    position: absolute;
    left: 0.15rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 0.2rem;
    height: 0.2rem;
}

    .mobile-back > img {
        width: 100%;
        height: 100%;
    }

.mobile-logo-left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: left;
    text-align: left;
    padding-left: 15px;
}

    .mobile-logo-left .mobile-logo {
        height: 0.5rem;
    }

.mobile-logo-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

/*.mobile-logo{
    width:0.2rem;
    height:0.2rem;
}*/
.mobile-menu {
    position: absolute;
    right: 0.2rem;
    width: 0.2rem;
    height: 0.2rem;
}

.nav-mobile > .mobile-logo-wrap > .mobile-title {
    font-size: 0.16rem;
    color: #374754;
}

/* /mobile nav */

/* mobile footer */
.mobile-footer {
    padding: 0.28rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #eeeeee;
    font-size: 0.12rem;
    text-align: center;
    color: #666666;
}

    .mobile-footer > div {
        margin-bottom: 0.16rem;
        margin-right: 0;
    }

        .mobile-footer > div:last-child {
            margin-bottom: 0;
        }

    .mobile-footer .police-wrap {
        display: inline-block;
        height: 0.2rem;
        line-height: 0.2rem;
    }

    .mobile-footer .foot-right {
        margin-right: 30px;
        width: 100%;
    }

        .mobile-footer .foot-right > .contact-us {
            padding: 10px;
            line-height: 30px;
            color: #333333;
            font-size: 18px;
        }

        .mobile-footer .foot-right > .qr-content {
            display: flex;
            flex-wrap: wrap;
        }

            .mobile-footer .foot-right > .qr-content > .qr-item {
                position: relative;
                width: 25%;
                margin-bottom: 20px;
                text-align: center;
                cursor: pointer;
                display:block;
            }

                .mobile-footer .foot-right > .qr-content > .qr-item > .qr-code {
                    width: 40px;
                    height: 40px;
                    background-size: contain;
                    margin: auto;
                }

                .mobile-footer .foot-right > .qr-content > .qr-item > .qr-text {
                    width:100%;
                    text-align: center;
                    font-size: 14px;
                    color: #666666;
                    padding-top: 10px;
                    line-height: 20px;
                    margin-left:0;
                }

                    .mobile-footer .foot-right > .qr-content > .qr-item > .qr-text > span {
                        font-weight: bold;
                        color: #333;
                    }

                .mobile-footer .foot-right > .qr-content > .qr-item > .qr-qrcode {
                    width: 120px;
                    height: 120px;
                    display: none;
                    position: absolute;
                    top: -120px;
                    left: 50%;
                    transform: translateX(-50%);
                    z-index: 10;
                }

                .mobile-footer .foot-right > .qr-content > .qr-item:hover > .qr-qrcode {
                    display: block;
                }

/* /mobile footer */
@media screen and (min-width: 1200px) {
    .navBox {
        display: block;
    }

    .nav-mobile {
        display: none;
    }

    body {
        font-size: 0.16rem;
    }

    .box {
        width: 12rem;
    }

    .footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .mobile-footer {
        display: none;
    }
}

@media screen and (max-width:1200px) {
    .nav-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .nav-fixed {
        height: 0.6rem;
        display:block;
    }

    .navBox {
        display: none;
    }

    .footer {
        display: none;
    }

    .footItem {
        width: 100%;
    }

        .footItem > ul {
            margin-left: 15%;
            margin-right: 0px;
            width: 35%;
            padding-top: 15px;
        }

            .footItem > ul > li {
                text-align: left;
            }

                .footItem > ul > li:first-child {
                    margin-bottom: 10px;
                }

                .footItem > ul > li > a {
                    font-size: 14px;
                }

                .footItem > ul > li:first-child > a {
                    font-size: 16px;
                }

    .mobile-footer {
        display: flex;
    }
}

@media screen and (max-width:750px) {
    .mobile-footer .foot-right > .contact-us {
        padding-bottom: 20px;
    }

    .mobile-footer .foot-right > .qr-content > .qr-item {
        width: 50%;
    }

        .mobile-footer .foot-right > .qr-content > .qr-item > .qr-code {
            width: 35px;
            height: 35px;
        }
}


/* empty */
.empty-wrap {
    width: 100%;
    text-align: center;
}

    .empty-wrap > .empty {
        width: 1rem;
        margin: 0.6rem auto 0;
    }

    .empty-wrap > .tip {
        font-size: 0.16rem;
        color: #999999;
    }

/* /empty */

.fn-line-one {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.fn-line-two {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.fn-line-three {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.fn-img-aspect-fit {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.fn-hide-final {
    display: none !important;
}
