@font-face {
    font-family: 'HarmonyOS_Sans_SC_Medium';
    src: url(../font/HarmonyOS_Sans_SC_Medium.ttf);
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    list-style: none;
}

div {
    display: block;
}
.main{
     font-family: HarmonyOS_Sans_SC_Medium;
}
/*.mian {*/
/*    font-family: 'Century Gothic', 'Barlow', 'Helvetica Neue', 'Helvetica', 'PingFang SC', 'Rany', 'Poppins', 'Hiragino Sans GB', 'Microsoft YaHei', 'Arial', sans-serif;*/
/*}*/

.box1 {
    padding: 80px 0 34px;
    border-bottom: 1px solid #e5e5e5;
}


.box1-title {
    margin-bottom: 60px;
}

.box1-title p {
    font-size: 36px;
    line-height: 1;
    color: #333;
    font-weight: 400;
    text-align: center;
}

.box1-bom-a ul li {
    margin-bottom: 35px;
}

.box1-bom-a ul li p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #333333;
    margin: 0;
}

.box1-bom-time p {
    line-height: 1;
    text-align: right;
    color: #888888;
    font-size: 14px;
}


.box2 {
    margin: 60px 0;
}

.box2-cen {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;

}

.box2-l ul li {
    line-height: 1;
    margin-bottom: 37px;
}

.box2-l ul li:last-child {
    margin-bottom: 0;
}

.box2-l ul li a {
    /* color: #231816; */
    color: #777777;
    font-size: 15px;
    line-height: 1;
    transition: all 0.3s ease;
}


.box2-l ul li a:hover {
    color: #231816;
}

.box2-r a {
    width: 160px;
    height: 50px;
    border-radius: 25px;
    background: #333;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: all 0.3 ease;
}

.box2-r a:hover {
    color: aqua;
}

.box3 {
    padding-bottom: 80px;
}

.box3-title {
    padding: 30px 0;
}

.box3-title p {
    font-size: 26px;
    line-height: 1;
    color: #333;
}

.box3-prc {
    width: 100%;
    overflow: hidden;
}

.box3-prc img {
    width: 100%;
    transition: all 0.8s ease;
}

.box3-box:hover .box3-prc img {
    transform: scale(1.2);
}

.box3-time {
    display: block;
    line-height: 1;
    margin: 30px 0 20px;
    font-size: 14px;
    color: #999999;
}

.box3-b-title {
    line-height: 1;
    font-size: 18px;
    margin: 0;
    color: #222222;
}

@media (max-width: 1330px) {
    .box1 {
        padding: 40px 0 10px;
    }

    .box1-title {
        margin-bottom: 30px;
    }

    .box2 {
        margin: 30px 0;
    }

    .box3-title {
        padding: 20px 0;
    }

    .box3-time {
        margin: 20px 0 15px;
    }

    .box3 {
        padding-bottom: 45px;
    }
}

@media (max-width: 1100px) {
    .box1-title p {
        font-size: 29px;
        margin-bottom: 0;
    }

    .box1-bom-a ul li {
        margin-bottom: 10px;
    }

    .box1-bom-a ul li p {
        font-size: 15px;
        line-height: 25px;
    }


}

@media (max-width: 768px) {
    .box2-r {
        margin-top: 15px;
    }

    .box2-l ul li {
        line-height: 1;
        margin-bottom: 20px;
    }
}