.productBox {
    font-size: 24px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 48px;
}

.productBox p {
    margin-bottom: 0;
    text-indent: 52px;
}

.ecologyBox .mainContent {
    width: 100%;
}

.ecologyBox img {
    width: 100%;
}

.marketBox .mainContent {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.marketBox .mainLeft {
    width: 48%;
}

.marketBox .mainLeft img {
    width: 100%;
}

.marketBox .mainRight {
    width: 48%;
    font-size: 20px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #000000;
}

.marketBox .mainRight .zone {
    width: 80%;
}

.marketBox .mainRight h4 {
    font-size: 35px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #039B4A;
    margin-bottom: 36px;
}

.marketBox .mainRight ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 36px;
}

.marketBox ul li {
    width: 31%;
    position: relative;

}
.marketBox li:hover .imgCover{
    transform: scale(.8);
    transition: all .3s;
}

.marketBox .imgCover {
    width: 100%;
    height: 104px;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

.marketBox li img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.marketBox li .typeName {
    font-size: 18px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    text-align: center;
}

.marketBox li .typeName::before {
    content: '';
    display: block;
    width: 42px;
    height: 3px;
    background: #039B4A;
    margin: 18px auto;
}

.intelligentBox {
    background: url(../img/in_back.png) no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 10px 0 58px;
}

.systemSoluteBox {
    margin-bottom: 110px;
}

.systemSoluteBox ul li {
    width: 24%;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.16);
    cursor: pointer;
}

.systemSoluteBox ul li:hover{
    transform: scale(.9);
    transition: all .3s;
}

.systemSoluteBox li img {
    width: 100%;
    height: 140px;
}

.systemSoluteBox li .mainInfo {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    box-sizing: border-box;
    padding: 15px 0;
}

.systemSoluteBox li .mainInfo p {
    margin-bottom: 0;
}

.systemSoluteBox li .mainInfo h4 {
    font-size: 18px;
    color: #000000;
}

.systemSoluteBox li .mainInfo h4::after {
    content: '';
    display: block;
    width: 42px;
    height: 3px;
    background: #039B4A;
    margin: 13px auto 10px;
}

.intelligentBox ul,
.systemSoluteBox ul,
.hardwareBox ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.intelligentBox ul li {
    width: 24%;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #999999;
    box-sizing: border-box;
    padding: 40px 0 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.intelligentBox ul li:first-child {
    box-shadow: 0px 3px 16px 1px rgba(3, 155, 74, 0.16);
    border: 2px solid #039B4A;
}

.intelligentBox li p {
    margin-bottom: 0;
}

.intelligentBox li .symbol {
    font-size: 20px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    text-align: center;
}

.intelligentBox .symbol img {
    width: 90px;
    height: 90px;
    margin-bottom: 24px;
}

.intelligentBox li .line {
    height: 2px;
    background: #D2D2D2;
    width: 70%;
    margin: 25px 0;
}

.intelligentBox li .introInfo {
    font-size: 18px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 32px;
    text-align: center;
}

.hardwareBox{
    margin-bottom: 42px;
    height: 100%;
}
.hardwareBox .line{
    width: 1px;
    height: 395px;
    background: #F2F2F2;
}
.hardwareBox li{
    width: 22%;
    box-sizing: border-box;
    padding: 30px 0px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hardwareBox li h4 {
    font-size: 19px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #039B4A;
}

.hardwareBox li .mainText {
    width: 54%;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
    margin: 20px 0;
}
.hardwareBox li img{
    width: 45%;
    height: 195px;
    margin: 0 auto;
}
@media (min-width: 1200px) and (max-width: 1500px) {
    .productBox {
        font-size: 20px;
        line-height: 40px;
    }

    .marketBox .mainRight h4 {
        font-size: 26px;
    }
    .hardwareBox li .mainText {
        width: 65%; 
    }
}

@media (min-width: 900px) and (max-width: 1200px) {
    .productBox {
        font-size: 16px;
        line-height: 32px;
    }

    .marketBox .mainRight h4 {
        font-size: 22px;
    }

    .marketBox .mainRight {
        font-size: 16px;
    }

    .marketBox li .typeName {
        font-size: 16px;
    }

    .systemSoluteBox li img {
        height: 120px;
    }

    .systemSoluteBox li .mainInfo {
        font-size: 14px;
    }

    .systemSoluteBox li .mainInfo h4 {
        font-size: 16px;
    }

    .intelligentBox li .symbol {
        font-size: 16px;
    }

    .intelligentBox .symbol img {
        width: 72px;
        height: 72px;
        margin-bottom: 18px;
    }

    .intelligentBox li .line {
        margin: 18px 0;
    }

    .intelligentBox li .introInfo {
        font-size: 14px;
        line-height: 32px;
    }
    .hardwareBox li h4{
        font-size: 17px;
    }
    .hardwareBox li .mainText {
        width: 74%; 
    }
    .hardwareBox li img{
        height: 168px;
    }
    .productBox p {
        text-indent: 34px;
    }
}

@media (max-width: 900px) {
    .productBox {
        font-size: 12px;
        line-height: 28px;
    }

    .marketBox .mainRight h4 {
        font-size: 18px;
    }

    .marketBox .mainRight {
        font-size: 14px;
    }

    .marketBox li .typeName {
        font-size: 14px;
    }

    .marketBox .imgCover {
        height: 66px;
    }

    .systemSoluteBox li img {
        height: 100px;
    }

    .systemSoluteBox li .mainInfo {
        font-size: 12px;
    }

    .systemSoluteBox li .mainInfo h4 {
        font-size: 14px;
    }

    .intelligentBox li .symbol {
        font-size: 14px;
    }

    .intelligentBox .symbol img {
        width: 52px;
        height: 52px;
        margin-bottom: 14px;
    }

    .intelligentBox li .line {
        margin: 14px 0;
    }

    .intelligentBox li .introInfo {
        font-size: 12px;
        line-height: 26px;
    }
    .hardwareBox li h4{
        font-size: 15px;
    }
    .hardwareBox li .mainText {
        width: 76%; 
        font-size: 12px;
    }
    .hardwareBox li img{
        height: 148px;
    }
    .productBox p {
        text-indent: 27px;
    }
}