* {
    padding: 0;
    margin: 0;
}

/* 菜单样式 */
.head a {
    color: #ffffff;
    text-decoration: none;
}

.head-top {
    width: 1200px;
    height: 80px;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.head-top img {
    width: 187px;
    height: 70px;
}

.menu {
    width: 690px;
    /* height: 100%; */

    display: flex;
    justify-content: space-between;
    font-style: normal;
}

.menu-a {
    width: calc(100% / 5);
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}

.menu-a:hover .curcor {
    opacity: 1;
}

.menu-a1 {
    margin: 12px 0 8px 0;
}

.curcor {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #00ffc0;
    margin: 0 auto;
    opacity: 0;
}

.curcor-active {
    opacity: 1;
}

/* 特殊字幕颜色 */
.t-color {
    color: #00ffc0;
}

/* 联系我们 */
.contact {
    width: 100%;
    height: 354px;
    background-image: url(../image/45653410.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact .pla-t1 {
    color: #ffffff;
    font-size: 36px;
}

.contact .pla-t2 {
    color: #ffffff;
}

.contact-us {
    background-color: rgb(34, 34, 34);
    height: 150px;
    display: flex;
    align-items: center;
}

.contact-us-box {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-us-left {
    color: #999999;
    font-size: 14px;
    line-height: 30px;
    display: flex;
    align-items: center;
}

.contact-us-right img {
    width: 250px;
    height: 85px;
}