* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
}

ul,
li {
    list-style: none;
}

.w {
    width: 1200px;
    margin: 0 auto;
}
.flex{
    display: flex;
}
.tc{
    text-align: center;
}
.active a{
    color: #0084FF!important;
}
.active::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #0084FF;
    border-radius: 2px;
}

.nav {
    height: 80px;
    background: #F5F5F5;
}

.nav .w {
    display: flex;
    align-items: center;
    position: relative;
}

.nav h1 {
    font-size: 30px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #F3EFD4;
    line-height: 80px;
    display: flex;
    align-items: center;
    float: left;
    margin-right: 60px;
}

.nav h1::before {
    background: url(../images/pc/logo.png) no-repeat;
    background-size: contain;
    content: "";
    display: none;
    width: 38px;
    height: 44px;
    margin-right: 15px;
}

.nav ul {
    position: relative;
    right:  -943.23px;
    position: absolute;
    right: 0;

}

.nav ul li {
    float: left;
    height: 100%;
    padding: 0 20px;
    line-height: 38px;
}

.nav ul li a {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
}

.banner {
    background: url(../images/pc/index_banner.png) no-repeat center;
    background-size: contain;
    height: 540px;
}

.banner h2 {
    font-size: 48px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 108px;
    padding-top: 150px;
}

.banner h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: #FFFFFF;
    border-radius: 2px;
}

.banner p {
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 84px;
}

.center {
    padding-top: 60px;
}
.center .company-wish h2 {
    font-size: 48px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #220C00;
    line-height: 108px;
    padding-top: 52px;
}

.center .company-wish h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: linear-gradient(161deg, #FF0042, #008DFF);
    border-radius: 2px;
}

.center  .company-wish>p {
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #220C00;
    line-height: 36px;
    margin-top: 40px;
}
.center .company-wish{
    width: 640px;
    padding-right: 112px;
}

.bottom {
    margin-top: 120px;
    background: url(../images/pc/index_bottom.png) no-repeat center;
    background-size: contain;
    height: 540px;
}
.bottom>div{
    align-items: center;
}
.bottom>div>div{
    width: 400px;
    height: 300px;
    color: #FFFFFF;
    margin-top: 120px;
    padding: 50px 0 0 0;
}
.bottom>div.bg>div{
    background: #FFFFFF;
    opacity: 0.2;
}
.bottom>div.bg>div:nth-child(2){
    background: #FFFFFF;
    opacity: 0.4;
}
.bottom .bottom-title1{
    font-size: 36px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 36px;
    margin-top: 25px;
}
.bottom .bottom-title2{
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 36px;
    margin-top: 20px;
}
.bottom-content{
    position: relative;
    bottom: 420px;
}
.footer {
    background: #F5F5F5;
    margin: 80px 0 0;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    text-align: center;
    padding: 162px 0;
}

.footer a {
    color: #666666;
}
.layui-fixbar .layui-fixbar-top {
    background: url(../images/top.png) no-repeat center;
    background-size: 50% 50%;
    background-color: #ffffff;
    border: 1px solid #9f9f9f;
    border-radius: 5px;
}
.layui-fixbar .layui-fixbar-top::before {
    content: "";
    width: 20px;
    height: 2px;
    background: #3a2d2d;
    display: block;
    position: absolute;
    bottom: 35px;
    left: 15px;
}
@media (max-width: 1080px) {
    .w {
        width: 100%;
        margin: 0 auto;
    }
    .active::after {
        content: "";
        display: block;
        width: 100%;
        height: 3px;
        background: #0084FF;
        border-radius: 2px;
    }
    .nav {
        height: 11.1111vw;
    }
    .nav .w {
        display: flex;
        align-items: center;
        padding: 0 3.7037vw;
    }
    .nav h1 {
        font-size: 3.3333vw;
        font-family: PingFang SC;
        font-weight: 400;
        color: #F3EFD4;
        line-height: 11.1111vw;
        display: flex;
        align-items: center;
        float: left;
        margin-right: 5.5556vw;
    }
    .nav h1::before {
        background: url(../images/pc/logo.png) no-repeat;
        background-size: contain;
        content: "";
        display: none;
        width: 4.0741vw;
        height: 4.6296vw;
        margin-right: 1.4815vw;
    }
    .nav ul {
        margin-right: 3.704vw;
    }
    .nav ul li {
        float: left;
        height: 100%;
        padding: 0 1.8519vw;
        line-height: 6.4815vw;
    }
    .nav ul li a {
        font-size: 2.7778vw;
        font-family: PingFang SC;
        font-weight: 400;
        color: #333333;
    }
    .banner {
        background: url(../images/phone/index_banner.png) no-repeat center;
        background-size: cover;
        width: 100%;
        height: 51.7037vw;
    }
    .banner .w {
        padding: 0 3.7037vw;
    }
    .banner h2 {
        font-size: 4.6296vw;
        font-family: PingFang SC;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 10.3704vw;
        padding-top: 12.13vw;
    }
    .banner h2::after {
        content: "";
        display: block;
        width: 5.5556vw;
        height: 4px;
        border-radius: 2px;
    }
    .banner p {
        font-size: 2.4074vw;
        font-family: PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 7.963vw;
    }
    .center {
        padding-top: 3.704vw;
    }
    .center .flex{
        flex-direction: column;
    }
    .center .company-wish {
        width: 100%;
        padding: 0 4.63vw;
    }
    .center .company-img img{
        content: url("../images/phone/shangwu.png");
        height: 37.037vw;
    }
    .center .company-img{
        text-align: center;
        margin-top: 7.407vw;
        height: 37.037vw;
    }
    .center .company-wish h2 {
        font-size: 4.444vw;
        font-family: PingFang SC;
        font-weight: 500;
        line-height: 11.1111vw;
        padding-top: 0;
    }
    .center .company-wish h2::after {
        content: "";
        display: block;
        width: 5.5556vw;
        height: 4px;
        border-radius: 2px;
    }
    .center .company-wish>p {
        font-size: 2.222vw;
        font-family: PingFang SC;
        font-weight: 400;
        line-height: 4.333vw;
        text-align: left;
        margin-top: 3.704vw;
    }

    .bottom {
        margin-top: 9.259vw;
        background: url(../images/phone/index_bottom.png) no-repeat center;
        background-size: cover;
        height: 41.667vw;
        padding: 0 3.704vw;
    }

    .bottom>div>div{
        width: 30.861vw;
        height: 27.778vw;
        color: #FFFFFF;
        margin-top: 6.944vw;
        padding: 3.519vw 0 0 0;
    }
    .bottom>div.bg>div{
        background: #FFFFFF;
        opacity: 0.2;
    }
    .bottom>div.bg>div:nth-child(2){
        background: #FFFFFF;
        opacity: 0.4;
    }
    .bottom .bottom-title1{
        font-size: 3.333vw;
        font-weight: 400;
        line-height: 3.333vw;
        margin-top: 2.315vw;
    }
    .bottom .bottom-title2{
        font-size: 2.222vw;
        font-family: PingFang SC;
        font-weight: 400;
        line-height: 3.333vw;
        margin-top: 1.852vw;
    }
    .bottom-content{
        position: relative;
        bottom: 34.722vw;
    }
    .bottom-content div img{
        width: 9.259vw;
    }
    .bottom-content div:nth-child(1) img{
        content: url("../images/phone/kefu.png");
    }
    .bottom-content div:nth-child(2) img{
        content: url("../images/phone/kuaisudaozhang.png");
    }
    .bottom-content div:nth-child(3) img{
        content: url("../images/phone/gonpinggonzheng.png");
    }

    .footer {
        margin: 7.407vw 0 0;
        background: #F5F5F5;
        font-size: 2.222vw;
        font-family: PingFang SC;
        font-weight: 400;
        color: #666666;
        line-height: 4.3333vw;
        text-align: center;
        padding: 15.556vw 0;
    }
    .footer a {
        color: #666666;
    }
}