.hi1 {
    background-color: #ffffff;
    width: 100%;
}
.hi {
    width: 1920px;
    height: 630px;
    background-color: #ffffff;
    position: relative;
    margin: 0 auto;
}

.h {
    display: flex;
    justify-content: center;
    text-align: center;

}

.ii {
    margin: 10px;
}

.ii img {
    transition-duration: .5s;
}

.hh {
    margin: 10px;
}

.hh img {
    transition-duration: .5s;
}

.hh1 {
    position: absolute;
    width: 300px;
    height: 75px;
    font-size: 38px;
    top: 30px;
    left: 380px;
    color: #333333;
    font-family: "Microsoft YaHei";
    font-weight: 900;
    transition-duration: 0.5s;
}

.hh2 {
    position: absolute;
    width: 400px;
    height: 55px;
    font-size: 22px;
    top: 100px;
    left: 340px;
    color: #ff5e00;

    font-family: "Microsoft YaHei";
    font-weight: 900;
    transition-duration: 0.5s;

}

.hh7 {
    position: absolute;
    top: 520px;
    left: 720px;
    font-size: 18px;
    color: #333333;
    /* transition-duration: 0.5s; */
}

.hh7:hover {
    color: #ff5e00;

    transform: scale(1.05);
}

.hh1:hover {
    transform: scale(1.05);
}

.hh2:hover {
    transform: scale(1.05);
}

.hh img:hover {
    transform: scale(1.02);
}





.ii1 {
    /*对刀仪*/
    width: 300px;
    height: 75px;
    font-size: 38px;
    top: 30px;
    left: 1290px;
    /* border: 1PX solid rebeccapurple;          */
    position: absolute;
    /* font-weight: 900; */
    color: #ffffff;
    /* font-family: "微软雅黑"; */
    font-family: "Microsoft YaHei";
    font-weight: 900;
    transition-duration: 0.5s;
}

.ii2 {
    /*P80*/
    width: 400px;
    height: 55px;
    font-size: 22px;
    top: 100px;
    left: 1310px;
    color: #ff5e00;
    /* border: 1PX solid rebeccapurple;          */
    position: absolute;
    font-weight: 900;
    transition-duration: 0.5s;
}


.ii7 {
    top: 520px;
    left: 1720px;
    font-size: 18px;
    color: #ffffff;
    position: absolute;
}

.ii7:hover {
    color: #ff5e00;
    /* font-size: 19px; */
    transform: scale(1.05);

}

.ii1:hover {
    transform: scale(1.05);
}

.ii2:hover {
    transform: scale(1.05);
}

.ii img:hover {
    transform: scale(1.02);
}