* {
    font-family: "Microsoft YaHei UI";
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.center {
    margin: 0 auto;
}

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

.center_vertical {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.clear_space {
    padding: 0;
    margin: 0;
}

.clear_fix {
    zoom: 1;
}

.clear_fix:after {
    content: ' ';
    clear: both;
    height: 0;
    display: block;
}

.display_none {
    display: none;
}

.display_block {
    display: block;
}

.title-font-weight {
    font-weight: 600;
}

@media (min-width: 1020px) {
    .sm {
        display: none;
    }
}

@media (max-width: 1020px) {
    .md {
        display: none;
    }
}

@media (min-width: 1020px) {
    .header {
        background: rgba(255, 255, 255, .9);
        box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    }

    .header:after {
        background: inherit;
        content: '';
        filter: blur(20px);
    }

    .header .logo {
        /*margin-top: 10px;*/
    }

    .header .nav li {
        height: 85px;
        line-height: 85px;
    }

    .header .nav .active {
        margin-top: 0;
    }

    .header .active .search {
        margin-top: 28px;
        background: none;
        border: solid 1px rgba(0, 0, 0, .3);
        border-radius: 50px;
        /*box-shadow: 0 0 3px rgba(0, 0, 0, .3);*/
    }

    .header .active .eng {
        margin-top: 28px;
    }

    .header .nav li a {
        padding: 0 20px;
        color: #333333;
    }

    .header .active {
        margin-top: 5px;
    }

    .news-thumb {
        height: 250px;
    }

    .news-thumb img {
        width: 100%;
    }

    .news-title {
        height: 35px;
        overflow: hidden;
    }

    .news-desc {
        height: 85px;
        overflow: hidden;
    }

    .content-box {
        padding: 240px 0;
    }

    .tip-table {
        margin-top: 50px;
    }

    .tip-table .tip-title {
        height: 67px;
    }

    .tip-table .tip-title ul {
        display: flex;
        justify-content: space-between;
    }

    .tip-table .tip-title ul li {
        font-size: 16px;
        color: #333333;
        padding: 20px 30px;
        border-bottom: solid 3px rgba(0, 0, 0, 0);
        transition: border 0.3s;
    }

    .tip-table .tip-title ul li.active,
    .tip-table .tip-title ul li:hover {
        cursor: pointer;
    }

    .tip-table .tip-title {
        overflow: hidden;
    }

    .tip-table .tip-title ._line {
        width: 100%;
        border-bottom: solid 3px #D8D8D8;
        height: 0;
    }

    .tip-table .tip-title .line {
        height: 3px;
        width: 100%;
        background-color: #2B73F8;
        margin-top: -2px;
        margin-left: -50%;
    }

    .tip-table .tip-content {
        padding-top: 50px;
        font-size: 16px;
        color: #333333;
        letter-spacing: -0.19px;
        line-height: 28px;
        overflow: hidden;
    }

    .tip-table .tip-content li {
        display: none;
    }

    .tip-table .tip-content li:first-child {
        display: block;
    }

    .banner {
        height: 1080px;
        background-image: url("../image/md/banner.png"), linear-gradient(to right, #246ff9, #1b68f5);
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: 100%;
    }

    .banner .desc {
        width: 860px;
        margin-right: 0;
        padding-top: 380px;
        float: right;
    }

    .banner .desc .icon,
    .banner .desc .text {
        float: left;
    }

    .banner .desc .text {
        font-size: 60px;
        color: #FFFFFF;
        margin-top: 5px;
        margin-left: 25px;
    }

    .banner .desc .more {
        float: right;
    }

    .content-box .title {
        text-align: center;
        font-size: 32px;
        color: #000000;
    }

    .product {
        color: #FFFFFF;
    }

    .product .fix {
        margin-top: 65px;
    }

    .product .fix ul {
        display: flex;
        flex-flow: wrap;
        flex: 3;
    }

    .product .fix ul li {
        width: 33.3%;
        text-align: center;
        padding: 75px 92px;
    }

    .product ul li .pro-title {
        font-size: 20px;
        color: #FFFFFF;
        font-weight: bold;
    }

    .product ul li .pro-desc {
        font-size: 16px;
        color: #FFFFFF;
        letter-spacing: -0.19px;
        text-align: center;
        line-height: 28px;
    }

    .product ul li {
        border-left: solid 1px #FFFFFF;
        border-top: solid 1px #FFFFFF;
    }

    .product ul li:nth-child(3n) {
        border-right: solid 1px #FFFFFF;
    }

    .product ul li:nth-child(n+4) {
        border-bottom: solid 1px #FFFFFF;
    }

    .distribution .information {
        font-size: 18px;
        color: #000000;
        letter-spacing: -0.21px;
        text-align: center;
        margin-top: 20px;
    }

    .distribution .desc {
        font-size: 16px;
        color: #000000;
        letter-spacing: -0.19px;
        margin-top: 20px;
    }

    .news ul {
        display: flex;
        flex-wrap: wrap;
    }

    .news ul li {
        width: 33.3%;
        padding: 20px;
    }

    .news ul li .news-title {
        font-size: 26px;
        color: #FFFFFF;
        letter-spacing: -0.3px;
        margin-top: 30px;
    }

    .news ul li .news-desc {
        font-size: 16px;
        color: #FFFFFF;
        letter-spacing: -0.19px;
        line-height: 28px;
        margin-top: 20px;
    }

    .news ul li .news-more {
        margin-top: 20px;
    }

    .news ul li .news-more a {
        border-radius: 50px;
        color: #000000;
        background-color: #BCE000;
        width: 100px;
        height: 36px;
        line-height: 36px;
        text-align: center;
    }

    .news .clear_fix {
        margin-top: 60px;
    }

    .friends ul {
        display: flex;
        flex-wrap: wrap;
    }

    .friends ul li {
        width: 16.6%;
        text-align: center;
        margin-top: 75px;
    }

    .friends ul li .friend-text {
        font-size: 14px;
        color: #000000;
    }

    .friends .clear_fix {
        margin-top: 35px;
    }

    .content-more {
        display: none;
    }

    .tip-table .tip-content .trans-img-scale {
        width: 850px;
        margin-left: 10px;
        text-align: center;
    }

    .tip-table .tip-content .trans-img-scale img {
        width: 850px;
        text-align: center;
    }

    .tip-table .tip-content .cube {
        width: 50px;
        height: 50px;
        content: "";
        position: absolute;
        z-index: -1;
        background-color: #bce000;
    }

    .tip-table .tip-content .cube:first-child {
        background-color: #0B5DF1;
    }

    .tip-table .tip-content .topRight {
        top: -10px;
        right: 0;
    }

    .tip-table .tip-content .bottomLeft {
        bottom: -10px;
    }

    .relative {
        position: relative;
    }

    @keyframes custom-animate-1 {
        0% {
            margin-left: 0;
            opacity: 1;
        }
        50% {
            margin-left: -100%;
            opacity: 0;
        }
        100% {
            margin-left: 0;
            opacity: 1;
        }
    }
    @keyframes full_cube {
        0% {
            width: 50px;
            height: 50px;
        }
        100% {
            width: 447.5px;
            height: 438px;
        }
    }
    @keyframes normal_cube {
        0% {
            width: 447px;
            height: 447px;
        }
        100% {
            width: 50px;
            height: 50px;
        }
    }
}

@media (max-width: 1020px) {
    .content-box {
        padding: 30px 0;
    }

    .tip-table {
        margin-top: 20px;
    }

    .tip-table .tip-title {
        border-bottom: solid 2px #D8D8D8;
        height: 34px;
    }

    .tip-table .tip-title ul {
        display: flex;
        justify-content: space-between;
    }

    .tip-table .tip-title ul li {
        font-size: 10px;
        color: #333333;
        padding: 8px 20px;
    }

    .tip-table .tip-title ul li.active,
    .tip-table .tip-title ul li:hover {
        border-bottom: solid 2px #2B73F8;
        cursor: pointer;
    }

    .tip-table .tip-content {
        padding: 20px 0;
        font-size: 10px;
        color: #333333;
    }

    .tip-table .tip-content li {
        display: none;
    }

    .tip-table .tip-content li:first-child {
        display: block;
    }

    .banner a {
        color: #BCE000;
    }

    .banner {
        height: 211px;
        background-image: url("../image/sm/banner.png");
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: 100%;
        background-color: #226df8;
        width: 100%;
    }

    .banner .desc {
        padding: 0;
        margin: 0;
        position: absolute;
        width: 240px;
        padding-top: 80px;
        right: 20px;
        text-align: right;
    }

    .banner .desc .text {
        font-size: 20px;
        color: #FFFFFF;
    }

    .banner .desc .more {
        font-size: 10px;
        color: #BCE000;
        margin-top: 13px;
    }

    .content-box .title {
        font-size: 15px;
        color: #000000;
        font-weight: 600;
    }

    .product .fix {
        margin-top: 30px;
    }

    .product .fix ul {
        display: flex;
        flex-flow: wrap;
        color: #FFFFFF;
    }

    .product .fix ul li {
        width: 50%;
        text-align: center;
        padding: 25px;
    }

    .product .pro-icon img {
        width: 40px;
        height: 40px;
    }

    .product .pro-title {
        font-size: 12px;
        color: #FFFFFF;
        margin-top: 15px;
        font-weight: bold;
    }

    .product .pro-desc {
        font-size: 10px;
        color: #FFFFFF;
        text-align: center;
        line-height: 18px;
        max-height: 56px;
        overflow: hidden;
        margin-top: 15px;
    }

    .product .fix ul li {
        border-top: solid 1px #FFFFFF;
        border-left: solid 1px #FFFFFF;
    }

    .product .fix ul li:nth-child(2n-1) {
        border-left: none;
    }

    .product .fix ul li:nth-child(1),
    .product .fix ul li:nth-child(2) {
        border-top: none;
    }

    .fix {
        padding: 0 25px;
    }

    .distribution .information {
        margin-top: 10px;
        font-size: 10px;
        color: #000000;
        text-align: center;
    }

    .distribution .desc {
        margin-top: 30px;
        font-size: 10px;
        color: #000000;
    }

    .news {
        color: #FFFFFF;
    }

    .news ul {
        margin-top: 20px;
        padding: 0 20px;
    }

    .news ul li {
        width: 50%;
        padding: 0 10px;
    }

    .news ul li:nth-child(3) {
        display: none;
    }

    .news a {
        color: #FFFFFF;
    }

    .news .news-title {
        font-size: 12px;
        color: #FFFFFF;
        margin-top: 10px;
    }

    .news .news-desc {
        font-size: 10px;
        color: #FFFFFF;
        line-height: 14px;
        margin-top: 10px;
        height: 42px;
        overflow: hidden;
    }

    .news li .news-more {
        display: none;
    }

    .content-more {
        width: 95px;
        height: 30px;
        line-height: 30px;
        margin: 0 auto;
        margin-top: 30px;
    }

    .content-more a {
        font-size: 13px;
        color: #000000;
        text-align: center;
        border-radius: 30px;
        background-color: #BCE000;
    }

    .friends ul {
        margin-top: 30px;
    }

    .friends ul li {
        width: 33.3%;
        text-align: center;
        margin-top: 30px;
    }

    .friend-text {
        font-size: 8px;
        color: #000000;
    }

    .friends ul li .friend-icon img {
        width: 84px;
        height: 67px;
    }

    .friends ul li:nth-child(n+7) {
        display: none;
    }

    .friends .content-more {
        margin-top: 35px;
    }
}

.content-box .title {
    text-align: center;
}

.content-box:nth-child(2n) {
    background-image: linear-gradient(#3B51F7, #1D69F5);
}

.content-box:nth-child(2n) .title {
    color: #FFFFFF;
    font-weight: 600;
}

/*# sourceMappingURL=index.css.map */
