
.de1 {
    background-color: #ffffff;
    width: 100%;
}
.de {
    width: 1920px;
    height: 610px;
    background-color: #ffffff;
    position: relative;
    margin: 0 auto;

}

.d {
    display: flex;
    justify-content: center;
    text-align: center;

}

.dd {
    margin: 10px;
}

.dd img {
    transition-duration: .5s;
}

.ee {
    margin: 10px;
}

.ee img {
    transition-duration: .5s;
}

.dd1 {
    position: absolute;
    width: 200px;
    height: 75px;
    font-size: 38px;
    top: 30px;
    left: 390px;

    color: #333333;

    font-family: "Microsoft YaHei";
    font-weight: 900;
    transition-duration: 0.5s;
}

.dd2 {
    position: absolute;
    width: 400px;
    height: 55px;
    font-size: 22px;
    top: 100px;
    left: 350px;
    color: #ff5e00;

    font-family: "Microsoft YaHei";
    font-weight: 900;
    transition-duration: 0.5s;

}

.dd7 {
    position: absolute;
    top: 520px;
    left: 720px;
    font-size: 18px;    
    color: #333333;
    /* transition-duration: 0.5s; */
}

.dd7:hover {
    color: #ff5e00;
    transform: scale(1.05);
}

.dd1:hover {
    transform: scale(1.05);
}

.dd2:hover {
    transform: scale(1.05);
}

.dd img:hover {
    transform: scale(1.02);
}

/* .dd img:hover .dd7{
    color: #ff5e00;
    transform: scale(1.05);
} */






.ee1 {
    /*对刀仪*/
    width: 200px;
    height: 75px;
    font-size: 38px;
    top: 30px;
    left: 1350px;
    /* border: 1PX solid rebeccapurple;          */
    position: absolute;
    /* font-weight: 900; */
    color: #ffffff;
    /* font-family: "微软雅黑"; */
    font-family: "Microsoft YaHei";
    font-weight: 900;
    transition-duration: 0.5s;
}

.ee2 {
    /*P80*/
    width: 400px;
    height: 55px;
    font-size: 22px;
    top: 100px;
    left: 1300px;
    color: #ff5e00;
    /* border: 1PX solid rebeccapurple;          */
    position: absolute;
    font-weight: 900;
    transition-duration: 0.5s;
}


.ee7 {
    top: 520px;
    left: 1720px;
    font-size: 18px;
    color: rgb(248, 248, 248);
    position: absolute;
}

.ee7:hover {
    color: #ff5e00;
    /* font-size: 19px; */
    transform: scale(1.05);

}

.ee1:hover {
    transform: scale(1.05);
}

.ee2:hover {
    transform: scale(1.05);
}

.ee img:hover {
    transform: scale(1.02);
}