.menu img {
    margin-left: 10px;
}

.navigate ul i {
    margin: 0 30px;
    float: right;
    transform: translateY(5px);
}

.navigate ul li:hover {
    background: #FFFFFF;
}

.navigate ul li:hover a {
    color: #E51A0A;
}

.navigate ul li a img {
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -webkit-transform 0.4s ease-out;
    transition: -webkit-transform 0.4s ease-out;
    transform-origin: center center;
    transform: rotate(0deg);
}

.navigate ul li a .on {
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -webkit-transform 0.4s ease-out;
    transition: -webkit-transform 0.4s ease-out;
    transform-origin: center center;
    transform: rotate(180deg);
}

#down {
    width: 100%;
    height: 60px;
    display: none;

}

#down ul {
    width: 1200px;
    margin: 0 auto;
    height: 60px;
    overflow: hidden;
    display: none;

}

#down ul div {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#down ul li {
    /* width: 80px; */
    text-align: center;
    text-align: left;
    box-sizing: border-box;
    padding: 0 10px;
    margin-right: 64px;
}

#down ul li:first-child{
padding-left: 0px;
}

#down ul li a {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
}

.break1 {
    width: 100%;
    /* height: 10px; */
    border-bottom: 1px solid #ccc;
    /* background: #F5F5F5; */
    box-shadow: 0px 1px 0px 0px rgb(153 153 153 / 30%);
    display: none;
}
