* {
    padding: 0;
    margin: 0;
    word-break: break-all;
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Microsoft Yahei", PingFangSC-Regular, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", sans-serif !important;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #fff;
    position: relative;
    /* min-width: 1480px; */
    width: 100%;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
ol {
    padding: 0 !important;
    margin: 0 !important;
}

i,
em {
    font-style: normal
}

.lf {
    float: left;
}

.rt {
    float: right;
}

.clear {
    clear: both;
}

ul,
dl,
dt,
dd,
ol,
li {
    list-style: none;
}

a {
    text-decoration: none
}

img {
    max-width: 100%;
    border: none;
}

nav {
    display: block;
    unicode-bidi: isolate;
}

*,
.nav-wrapper {
    -webkit-box-sizing: border-box;
}

.top_banner {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.h500 {
    height: 500px;
}

.h700 {
    height: 700px;
}

.container-body {
    width: 1405px;
    margin: 0 auto;
    padding: 0;
}

.full-width {
    width: 100% !important;
}

.footer {
    background: #2C60EB;
    color: #FFFFFF;

    .menu {
        padding-top: 122px;
        width: 100%;
        display: flex;


        .left {
            width: 33%;
            /* text-align: right; */


        }

        .center {
            width: 33%;
        }

        .right {
            width: 33%;
        }

        .list-box {

            .title {
                margin-bottom: 32px;
                width: 350px;
                margin-right: 95px;
                color: #fff;
                font-weight: 700;
                font-size: 24px;
            }

            .sub {
                font-weight: 400;
                margin-right: 95px;
                width: 350px;
                color: #fff;
                font-size: 16px;
                line-height: 24px;

                p {
                    margin-bottom: 35px !important;

                    a {
                        color: #fff;
                        text-decoration: none;
                    }
                }
            }

            .list-qr {
                display: flex;

                div {
                    width: 162px;
                    text-align: center;
                    margin-top: 52px;

                    p {
                        font-weight: 400;
                        font-size: 14px;
                        margin-top: 23px;
                    }
                }

                div:first-child {
                    margin: 52px 117px 0 70px;
                }
            }

        }


        .line {
            background: rgba(255, 255, 255, .1);
            height: 267px;
            width: 1px;
            border-radius: 1px;
        }

    }

    .copyright {
        height: 80px;
        line-height: 80px;
        border-top: 1px dashed rgba(255, 255, 255, .1);
        text-align: center;
        font-size: 14px;
    }

}

.nav-wrapper {
    line-height: 107px;
    height: 107px;
    padding: 0 54px;
    box-sizing: border-box;
    /* position: absolute; */
    top: 0;
    width: 100%;
    z-index: 10;
}

.header-wrapper {
    text-align: center;
}

.logo-nav {
    position: absolute;
}

.logo-nav {
    left: 54px;
}

.logo-nav img {
    vertical-align: middle;
}

.header-wrapper .logo-img {
    display: inline-block;
    width: 90px;
    height: 80px;
}

.header-wrapper>section {
    display: inline-block;
    line-height: 30px;
    width: 90px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.header-wrapper>section a {
    color: #333333;
}

.header-wrapper>section div {
    border-bottom: 1px solid #2C60EB;
}

.header-wrapper section .cur {
    color: #2C60EB !important;

}

.header-wrapper>section.than {
    width: 140px;
}

.header {
    z-index: 3333;

    .img-fluid {
        width: 60px;
        border: none;
    }

    .nav-link {
        font-size: 16px;
        font-weight: 500;
        padding: 22px 23px !important;
        letter-spacing: 0.6px;
        display: block;
        position: relative;
        color: #333333;
        line-height: 28px;
    }

    .active {
        color: #2C60EB;
    }

    .active::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 8px;
        width: 100%;
        height: 8px;
        background-color: #2C60EB;
        border-radius: 4px;
    }
}

.dropdown-menu {
    margin-top: 0 !important;
    border-radius: 0 !important;
    border: none !important;
    border-top: 1px solid #f5f5f5 !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);

    a:before {
        width: 24px;
        height: 24px;
        content: '';
        display: inline-block;
    }
}

.dropdown-item {
    padding: 10px 0 !important;
    color: #333333 !important;
    font-size: 16px !important;
    margin-bottom: 4px !important;
    line-height: 25px !important;
}

.header-shrink {
    padding: 0;
    background: #fff;
    -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 4px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 4px;
    /* -webkit-animation: stickyMenu 0.7s ease-in-out;
    animation: stickyMenu 0.7s ease-in-out; */
}

.white-navbar {
    padding: 0;
    background: #fff;
    -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 4px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 4px;
}

@-webkit-keyframes stickyMenu {
    0% {
        margin-top: -120px;
        opacity: 0;
    }

    50% {
        margin-top: -64px;
        opacity: 0;
    }

    100% {
        margin-top: 0;
        opacity: 1;
    }
}

@keyframes stickyMenu {
    0% {
        margin-top: -120px;
        opacity: 0;
    }

    50% {
        margin-top: -64px;
        opacity: 0;
    }

    100% {
        margin-top: 0;
        opacity: 1;
    }
}

.blue {
    color: #2C60EB !important;
}

.white {
    color: #FFFFFF !important;
}

.bg-white {
    background-color: #FFFFFF !important;
}

.e7 {
    color: #E7E7E7 !important;
}

.black {
    color: #2A2A2A !important;
}

.overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tr3 {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.sizeCover {
    background-position: 50% 50%;
    background-size: cover;
}

.block {
    display: block;
}

/** margin **/
.m72 {
    margin-top: 72px;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb45 {
    margin-bottom: 45px;
}

.m60 {
    margin-bottom: 60px
}

/*** 字体 ***/
.f20 {
    font-size: 20px;
}

.f22 {
    font-size: 22px;
}

.f28 {
    font-size: 28px;
}

.f33 {
    font-size: 33px;
}