* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, sans-serif;
    font-size: 62.5%;
    color: #282828;
    line-height: 2.5;
    background: #fff url('./images/bj.jpg') no-repeat center center fixed;
    background-size: cover;
    height: 100vh;
    width: 100%;
    overflow-x: hidden;
}

html {
    height: 100%;
    width: 100%;
}

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

a {
    text-decoration: none;
    color: #282828;
    outline: none;
    -moz-transition: background-color 0.2s ease-out, color 0.1s ease-out;
    -webkit-transition: background-color 0.2s ease-out, color 0.1s ease-out;
    -ms-transition: background-color 0.2s ease-out, color 0.1s ease-out;
    transition: background-color 0.2s ease-out, color 0.1s ease-out;
}

a:hover {
    background-repeat: no-repeat;
    color: #f00;
    text-decoration: none;
}

/* 移除虚线边框 */
a:focus {
    outline: none;
}

/* 主内容区域 */
.w1000 {
    width: 1000px;
    max-width: 90%;
    height: 742px;
    overflow: hidden;
    left: 50%;
    margin-left: -500px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

@media screen and (max-width: 1100px) and (min-width: 1081px) {
    .w1000 {
        margin-left: -45%;
        width: 90%;
    }
}

.tabCon {
    width: 1000px;
    height: auto;
    display: none;
    margin: 0 auto;
    position: relative;
}

.block {
    display: block;
}

.pics {
    display: flex;
    justify-content: space-between;
    position: absolute;
    right: 180px;
    top: 420px;
    width: 360px;
}

.pics .button {
    position: relative;
}

.pics .button span {
    display: block;
    background-color: #fff;
    font-size: 16px;
    width: 140px;
    text-align: center;
    border-radius: 15px 15px 0 0;
    height: 32px;
    line-height: 32px;
}

.pics .button img {
    width: 140px;
    height: 140px;
}

/* 页脚样式 */
.footer {
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
}

.footer a {
    text-decoration: none;
    font-size: 14px;
}

.footer span {
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.company-info {
    color: #fff;
    font-size: 14px;
    margin-top: 5px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

/* 移动端样式 */
#mobile {
    display: none;
}

@media screen and (max-width:1080px) {
    body {
        background: none;
        height: auto;
        overflow-x: hidden;
    }

    .pc {
        display: none;
    }

    #mobile {
        font-size: 0;
        display: block;
        width: 100%;
        min-height: 100vh;
    }

    .phone1 {
        position: relative;
    }

    .link {
        width: 60%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 55%;
        font-size: 18px;
        text-align: center;
        background-color: #076DFF;
        line-height: 40px;
        height: 40px;
        border-radius: 20px;
    }

    .link a {
        display: block;
        color: #fff;
    }

    .mobilePic {
        width: 100%;
    }
}

.mobile-footer {
    text-align: center;
    padding: 15px 0;
    background-color: #f5f5f5;
}

.mobile-footer a {
    text-decoration: none;
    font-size: 12px;
}

.mobile-footer span {
    color: #666;
}

.mobile-footer .company-info {
    color: #666;
    font-size: 12px;
    margin-top: 5px;
}