.box {
    height: auto;
    font-family: PingFang-SC-Medium;
    margin: 0 aut.p3lefto
}

.box,
.header {
    max-width: 1920px;
    width: 100%;
    overflow: hidden
}

.header {
    background: url(../img/bg.png) no-repeat 50%;
    height: 700px;
    background-size: cover
}

.navbar {
    max-width: 1200px;
    width: 80%;
    height: 40px;
    margin: 0 auto;
    margin-top: 30px
}

.navbar a,
.navbar img {
    height: 60px;
    float: left
}

.navbar a {
    font-size: 17px;
    color: #fff;
    letter-spacing: 0;
    margin-left: 50px;
    display: block;
    vertical-align: middle;
    text-decoration: none;
    line-height: 40px
}

#p2 {
    width: 100%;
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center
}

#p2 .p2left {
    font-family: FZY3FW--GB1-0;
    font-size: 120px;
    color: #efefef;
    letter-spacing: 0;
    width: 25%
}

#p2 .p2conter,
#p2 .p2left {
    float: left;
    text-align: center
}

#p2 .p2conter {
    width: 50%
}

#p2 .p2right {
    font-family: FZY3FW--GB1-0;
    font-size: 120px;
    color: #efefef;
    letter-spacing: 0;
    width: 25%;
    float: left;
    text-align: center
}

#p2 h1 {
    font-family: SourceHanSerifSC-Bold;
    font-size: 36px
}

#p2 h1,
#p2 p {
    color: #454545;
    letter-spacing: 0
}

#p2 p {
    font-family: PingFang-SC-Regular;
    font-size: 18px;
    text-align: center;
    line-height: 40px
}

#p3,
.p3left {
    width: 100%
}

.p3left {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    background: #F8DD52
}

.p3left .img-box {
    padding: 0;
    margin: 40px 0;
    text-align: center;
    width: 25%
}

.p3left img {
    width: 90%;
    height: auto
}

.p3right {
    background: rgba(255, 34, 70, .8);
    text-align: center;
    padding: 8px 0;
    width: 100%;
    display: none
}

.p3right p {
    font-family: SourceHanSerifSC-Bold;
    font-size: 24px;
    margin-bottom: 12px;
    letter-spacing: 0
}

.p3right p,
.p3right span {
    color: #fff;
    text-align: center
}

.p3right span {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    letter-spacing: 2.45px
}

#p4 {
    width: 100%;
    padding: 20px 0;
    margin: 0
}

.p4left {
    text-align: center
}

.p4left img {
    width: 100%
}

.p4right {
    text-align: left;
    padding-top: 50px
}

.p4pig h1 {
    font-family: SourceHanSerifSC-Bold;
    font-size: 36px;
    margin-bottom: 20px
}

.p4pig h1,
.p4pig p {
    color: #454545;
    letter-spacing: 0
}

.p4pig p {
    font-family: PingFang-SC-Regular;
    font-size: 18px;
    line-height: 18px
}

.p4pig img {
    width: 187px;
    height: 187px;
    margin-top: 58px
}

.p4pig span {
    background: #ff244a;
    width: 40px;
    height: 5px;
    display: block
}

.p4small {
    text-align: center;
    display: none
}

.p4small a {
    border: 1px solid #ff244a;
    display: inline-block;
    width: 194px;
    height: 42px;
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #ff2146;
    letter-spacing: 0;
    line-height: 40px;
    text-decoration: none
}

#p5,
.p4small a {
    text-align: center
}

#p5 {
    width: 100%;
    background: url(../img/05.jpeg) no-repeat 50%;
    background-size: cover;
    padding: 40px 0;
    height: 220px;
}

.p5box {
    width: 80%;
    max-width: 1190px;
    height: 100%;
    margin: 0 auto;
    text-align: left
}

.p5right {
    line-height: 35px;
    color: #fff;
    text-align: left
}

.p5right,
.p5right h1 {
    font-family: PingFangSC-Regular;
    font-size: 15px;
    letter-spacing: 0
}

.p5right h1 {
    color: #bdbdbd
}

.p5right span {
    width: 40px;
    height: 2px;
    display: block;
    background: #fff;
    margin-bottom: 10px
}

.footer {
    background: #222;
    width: 100%;
    font-family: PingFangSC-Regular;
    font-size: 13px;
    color: #fff;
    line-height: 30px;
    padding: 30px 0;
    letter-spacing: 0;
    text-align: center
}

.footer p {
    padding: 0 20px
}

.footer .lastp span:last-child {
    text-align: left
}

.footer .lastp span:first-child {
    text-align: right
}

@media (max-width:750px) {
    .p3left .img-box {
        width: 100%
    }
}

@media (max-width:767px) {
    .header {
        height: 332px
    }

    .navbar a {
        display: none
    }

    .p5box .col-xs-12:first-child {
        text-align: center
    }

    .p5box .col-xs-12:last-child {
        margin-top: 20px
    }

    .footer .lastp span {
        text-align: center !important
    }

    .p3right {
        display: block
    }

    .p4pig {
        display: none
    }

    .p4small {
        display: block
    }
}