.c1 {
    background-color: #000000;
    width: 100%;
}

.c {
    position: relative;
    width: 1920px;
    height: 800px;
    margin: 0 auto;
}





.cc1 {
    /*对刀仪*/
    width: 200px;
    height: 75px;
    font-size: 38px;
    top: 210px;
    left: 690px;
    /* border: 1PX solid rebeccapurple;          */
    position: absolute;
    /* font-weight: 900; */
    color: #ffffff;
    /* font-family: "微软雅黑"; */
    font-family: "Microsoft YaHei";
    font-weight: 900;
}

.cc2 {
    /*T3*/
    width: 180px;
    height: 55px;
    font-size: 22px;
    top: 273px;
    left: 735px;
    color: #bf000a;
    /* border: 1PX solid rebeccapurple;          */
    position: absolute;
    font-weight: 900;

}

.cc3 {
    /*  自动对刀仪/刀长/刀摆 */
    width: 450px;
    height: 55px;
    font-size: 24px;
    top: 315px;
    left: 635px;
    color: #fafafa;
    /* border: 1PX solid rebeccapurple;          */
    position: absolute;
    font-family: "Microsoft YaHei";
    font-weight: 900;

}



.cc6 {
    top: 20px;
    left: 920px;
    width: 486px;
    height: 755px;
    position: absolute;
}

.cc6 img {
    width: 486px;
    height: 755px;
    transition-duration: 1s;
}

.cc7 {
    /*了解详情*/
    top: 375px;
    left: 690px;
    width: 120px;
    height: 30px;   
    background-color: rgb(255, 136, 0);
    font-size: 18px;
    color: rgb(0, 0, 0);
    border: 2px;
    border-radius: 15px;
    position: absolute;
    transition-duration: 0.5s;
}

.cc7:hover {
    background-color: rgb(255, 115, 0);
    color: rgb(255, 255, 255);
    /* font-size: 19px; */
    transform: scale(1.05);
}

.cc6 img:hover {
    transform: scale(1.08);

}