body {
    background-color: #FFFFFF;
    color: #666666;
}

@font-face {
    font-family: element-icons;
    src: url(./fonts/element-icons.woff?t=1472440741) format('woff'), url(./fonts/element-icons.ttf?t=1472440741) format('truetype');
    font-weight: 400;
    font-style: normal
}

a {
    color: #333333;
}

.container {
    width: 100%;
    display: none;
}

.containerActive {
    display: block;
}

@media (min-width: 1100px) {
    .contentMove {
        display: none;
    }

    #header {
        width: 100%;
        height: 80px;
        position: fixed;
        top: 0;
        background-color: #FFFFFF;
        z-index: 9999;
        box-shadow: 2px 0px 10px rgb(0 0 0 / 20%);
    }

    #footer {
        width: 100%;
        height: 60px;
    }

    .homeImage {
        width: 100%;
        min-width: 1200px;
        max-width: 2400px;
        margin: 80px auto 0;
        height: auto;
    }

    .homeImage img {
        width: 100%;
        height: 100%;
    }

    .module {
        width: 1200px;
        margin: 0 auto;
        position: relative;
    }

    .module_title {
        text-align: center;
        font-family: Alibaba PuHuiTi;
    }

    .module_title :first-child {
        font-size: 24px;
        line-height: 64px;
        color: #333333;
        font-weight: bold;
        position: relative;
    }

    .module_title :first-child::before {
        content: "";
        display: inline-block;
        width: 24px;
        height: 24px;
        background: url('../img/index/tag.png') no-repeat;
        background-size: 100%;
        position: absolute;
        left: -47px;
        top: 2px;
    }

    .module_title :first-child::after {
        content: "";
        display: inline-block;
        width: 24px;
        height: 24px;
        background: url('../img/index/tag.png') no-repeat;
        background-size: 100%;
        position: absolute;
        right: -47px;
        top: 2px;
    }

    .moreButton {
        width: 160px;
        height: 40px;
        background: #4088FE;
        border: 1px solid #4088FE;
        border-radius: 20px;
        color: #FFFFFF;
        line-height: 40px;
        text-align: center;
        font-size: 14px;
        cursor: pointer;
        margin: 30px auto;
    }

}




@media (max-width: 1100px) {
    .contentPc {
        display: none;
    }

    #header {
        width: 100%;
        height: 1rem;
        position: fixed;
        top: 0;
        background-color: #FFFFFF;
        z-index: 9999;
        box-shadow: 2px 0px 10px rgb(0 0 0 / 20%);
    }

    #footer {
        width: 100%;
        height: 0.8rem;
    }

    .homeImage {
        width: 100%;
        margin: 1rem auto 0;
        height: 3.6rem;
    }

    .homeImage img {
        width: 100%;
        height: 100%;
    }

    .module {
        box-sizing: border-box;
        padding: 0 0.3rem;
    }

    .module_title {
        text-align: center;
    }

    .module_title :first-child {
        font-size: 0.32rem;
        line-height: 0.48rem;
        color: #333333;
        font-weight: bold;
        position: relative;
        display: inline-block;
    }

    .module_title :first-child::before {
        content: "";
        display: inline-block;
        width: 0.24rem;
        height: 0.24rem;
        background: url('../img/index/tag.png') no-repeat;
        background-size: 100%;
        position: absolute;
        left: -0.5rem;
        top: 50%;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        /* IE 9 */
        -moz-transform: translateY(-50%);
        /* Firefox */
        -webkit-transform: translateY(-50%);
        /* Safari 和 Chrome */
        -o-transform: translateY(-50%);
        /* Opera */
    }

    .module_title :first-child::after {
        content: "";
        display: inline-block;
        width: 0.24rem;
        height: 0.24rem;
        background: url('../img/index/tag.png') no-repeat;
        background-size: 100%;
        position: absolute;
        right: -0.5rem;
        top: 50%;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        /* IE 9 */
        -moz-transform: translateY(-50%);
        /* Firefox */
        -webkit-transform: translateY(-50%);
        /* Safari 和 Chrome */
        -o-transform: translateY(-50%);
        /* Opera */
    }
}