/*您的位置导航栏*/
.location {
    display: flex;
    align-items: center;
    width: 100%;
    height: 35px;
    background-color: #f3f3f3;
    box-sizing: border-box;
    border-bottom: 2px solid #cccccc;
}

.location p {
    display: flex;
    align-items: center;
    width: 100%;
    height: 15px;
    font-size: 15px;
    font-weight: 300;
    text-align: left;
    color: #000000;
    line-height: 15px;
    padding: 0 50px;
}

.location p span {
    margin: 0 5px;
    cursor: pointer;
}

.location p i {
    height: 12px;
    color: #000;
}

.box_bg {
    width: 100%;
    background-image: url('../images/wave.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.box_bg .ww {
    width: 1174px;
    margin: 0 auto;
}

@media screen and (max-width: 1174px) {
    .box_bg .ww {
        width: 100%;
        margin: 0 auto;
        padding: 0 20px;
        box-sizing: border-box;
    }
}

.box_bg .ww h3 {
    margin-top: 50px;
    font-size: 50px;
    font-weight: 600;
    text-align: left;
    color: #000000;
    letter-spacing: 2.5px;
    padding-left: 10px;
}
@media screen and (max-width: 500px) {
    .box_bg .ww h3 {
        font-size: 25px;
    }
}

.box_bg .ww .p1 {
    padding-left: 10px;
}

.box_bg .ww .p1 span {
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    color: #000000;
    letter-spacing: 0.75px;
    margin: 15px 26px 0 0;
}

.box_bg .ww .p2 {
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    color: #000000;
    letter-spacing: 1px;
    padding-left: 10px;
    margin-top: 30px;
}

.box_bg .ww .video {
    margin-top: 55px;
}
.btnF {
    width: 90px;
    cursor: pointer;
    color: #FFCC19;
    margin: 39px auto;
}
.box_bg .ww .btn {
    width: 70px;
    height: 30px;
    color: #FFCC19;
    padding: 3px;
    cursor: pointer;
}

.box_bg .ww .btn a {
    color: #FFCC19;
}

.btnF:hover .btn {
    border-bottom: 2px solid #FFCC19;
}