.equipment-monitor {
    margin: auto;
}

h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0px;
    color: #333333;
    padding-top: 100px;
    padding-bottom: 60px;
}

.header-text,
.dombox {
    width: 1200px;
    margin: auto;
}

.equipment-header {
    width: 100%;
    height: 660px;
    background: url('/static/images/eqmmnt/jiankongqiepian_02.jpg') no-repeat;
    background-size: 100% 100%;
}

.equipment-header .header-text {
    padding-top: 170px;
}

.equipment-header .header-text h1 {
    font-size: 50px;
    margin-bottom: 30px;
    color: #ffffff;
}

.equipment-header .header-text p {
    font-size:18px;
    position: relative;
    color: #ffffff;
}

.equipment-header .header-text p:nth-child(2):after {
    position: absolute;
    top: 54px;
    left: 0;
    content: '';
    width: 154px;
    height: 3px;
    background-color: rgb(255, 255, 255);
}

.equipment-header .header-text .descrition {
    margin: 75px 0 55px -15px;
}

.equipment-header .header-text .descrition span {
    position: relative;
    font-size: 16px;
    padding: 0px 15px;
}

.equipment-header .header-text .descrition span::after {
    position: absolute;
    content: " ";
    top: 5px;
    right: 0;
    width: 1px;
    height: 16px;
    background-color: rgb(255, 255, 255);
}

.equipment-header .header-text .descrition span:nth-child(4):after {
    display: none;
}

.equipment-header .header-text a {
    display: inline-block;
    text-align: center;
    line-height: 44px;
    font-size: 16px;
    letter-spacing: 0px;
    color: #ffffff;
    width: 140px;
    height: 44px;
    background-color: #fc4700;
    border-radius: 4px;
}

.equipment-introduce .dombox,
.equipment-problem .dombox,
.equipment-anli .dombox {
    display: flex;
    justify-content: space-evenly;
    padding-bottom: 50px;
}

.equipment-introduce .dombox {
    gap: 45px
}

.equipment-introduce .dombox .introduce-text {
    width: 503px;
}

.introduce-text .description {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #1f1f1f;
    margin-bottom: 40px;
}

.introduce-ul {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0px;
    color: #141414;
    list-style: none;
    margin-bottom: 58px;
}

.introduce-ul li {
    position: relative;
    padding-left: 35px;
    padding-bottom: 18px;
}

.introduce-ul li::before {
    position: absolute;
    top: 11px;
    left: 0;
    content: '';
    width: 24px;
    height: 10px;
    background-image: url('/static/images/solution/srm/PDM切片_10.png');
}

.equipment-introduce .introduce-text a {
    width: 288px;
    height: 57px;
    background-color: #fc4700;
    display: inline-block;
    line-height: 57px;
    text-align: center;
    color: #ffffff;
}

.equipment-introduce .introduce-img {
    padding-top: 30px;
}

.equipment-introduce {
    margin-bottom: 40px;
}

.equipment-problem {
    background: url('/static/images/solution/mesindustry/OMES_02.png') no-repeat;
    background-size: 100% 100%;
}

.equipment-problem .dombox .dombox-text {
    width: 312px;
}

.equipment-problem .dombox-text p {
    font-size: 16px;
    color: #6a6a6a;
}

.equipment-problem .dombox-text h6 {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 30px;
    color: #000000;
}

.equipment-problem .left .one {
    margin-bottom: 60px;
}

.equipment-problem .left .one,
.equipment-problem .left .two {
    text-align: right;
    position: relative;
}

.equipment-problem .left .one::after {
    position: absolute;
    content: '';
    top: -3px;
    right: -66px;
    width: 24px;
    height: 24px;
    background: url('/static/images/solution/mesindustry/OMES_08.png');
}

.equipment-problem .left .two::after {
    position: absolute;
    content: '';
    top: -3px;
    right: -66px;
    width: 24px;
    height: 24px;
    background: url('/static/images/solution/mesindustry/OMES_15.png');
}

.equipment-problem .right .three,
.equipment-problem .right .four {
    position: relative;
    margin-bottom: 41px;
}

.equipment-problem .right .three::before {
    position: absolute;
    content: '';
    top: 0;
    left: -63px;
    width: 24px;
    height: 24px;
    background: url('/static/images/solution/mesindustry/OMES_11.png');
}

.equipment-problem .right .four::before {
    position: absolute;
    content: '';
    top: 0;
    left: -63px;
    width: 24px;
    height: 24px;
    background: url('/static/images/solution/mesindustry/OMES_16.png');
}


.equipment-problem .dombox .dombox-img {
    width: 421px;
    text-align: center;
}

.equipment-function{
    margin-bottom: 80px;
}
.equipment-function .dombox {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
}

.function-box {
    width: 372px;
    height: 256px;
    padding: 53px 30px 0 30px;
    background-image: linear-gradient(0deg,
            #fefefe 0%,
            #f1f4f9 100%);
    box-shadow: 0px 5px 14px 0px rgba(181, 190, 225, 0.48),
        inset -2px 0px 1px 0px #ffffff;
    border-radius: 3px;
    display: flex;
    justify-content: space-evenly;
    gap: 30px;
    margin-bottom: 22px;
}

.function-box:hover {
    background-image: linear-gradient(0deg,
            #4c84f0 0%,
            #4c84f0 100%);
}

.function-box:hover .mousehover {
    display: block;
}

.function-box:hover .prototype,
.function-box .mousehover {
    display: none;
}

.function-box .text h6 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.function-box .text p {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0px;
    color: #555555;
}

.function-box .img {
    padding-top: 15px;
}
.function-box .img>img{
    width: 100px;
    height: 100px;
}
.function-box:hover .text p,
.function-box:hover .text h6 {
    color: #ffffff;
}

.equipment-anli .dombox .anli-info {
    width: 400px;
}

.equipment-anli {
    background: url('/static/images/eqmmnt/shixianxitong_08.png') no-repeat;
    background-size: 100% 100%;
    padding-bottom: 40px;
}
.equipment-anli .dombox{
    gap: 40px;
}
.equipment-anli h2{color: white;}
.equipment-anli .anli-img>img{
    width: 740px;
}
.equipment-anli .anli-info h6{
    font-size: 24px;
	line-height: 22px;
	letter-spacing: 0px;
	color: #ffffff;
    margin-top: 7.5rem;
    font-weight: 600;
    margin-bottom: 38px;
}
.equipment-anli .anli-info .description{
    font-size: 14px;
	line-height: 21px;
	letter-spacing: 0px;
	color: #ffffff;
    margin-bottom: 60px;
    width: 100%;
    position: relative;
}
.equipment-anli .anli-info .description::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: linear-gradient(to right,#2770ff,rgb(127, 168, 248,0.6),rgba(255,255,255,0));
    top: 48px;
    left: 0;
}

.equipment-anli .anli-info p{
    font-size: 14px;
	line-height: 21px;
	letter-spacing: 0px;
	color: #fefefe;
    margin-bottom: 60px;
    width: 340px;
}
.equipment-anli .anli-info p>span{
    color: #ff5d1d;
}
.equipment-anli .anli-info a{
    display: inline-block;
    width: 163px;
	height: 42px;
	background-color: #fc4700;
	border-radius: 21px;
    line-height: 42px;
    color: #ffffff;
    text-align: center;
}
