.title {
    text-align: center;
    margin: 30px 0;
}
.title h3 {
    font-size: 24px;
    font-weight: 900;
}
.intelligentAgriculture-banner {
    background-image: url(/images/productCenter/smartPark/banner.jpg);
}
.introductory2 {
    background: #ffffff;
    margin: 40px 0;
}
.introductory-box {
    padding: 0 60px;
    display: flex;
    height: 380px;
    background-image: url(/images/new/5.png);
    background-size: 100%;
}
.introductory-box div {
    margin-top: 120px;
    width: 40%;
}
.introductory-box div h4 {
    font-weight: bold;
    font-size: 22px;
    color: #1371FF;
}
.introductory-box div p {
    font-size: 14px;
    color: #333333;
}
.introductory-box img {
    margin-top: 56px;
    margin-left: 196px;
    width: 412px;
    height: 256px;
    border-radius: 9px;
}
.framework {
    margin: 40px 0;
}
.framework-box {
    padding: 0 60px;
    background-image: url(/images/productCenter/smartPark/jiagou.png);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.framework-box div {
    width: 40%;
    height: 390px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    
}
.framework-box div h4 {
    font-weight: bold;
    font-size: 22px;
    color: #1371FF;
}
.framework-box div p {
    color: #333333;
    font-size: 14px;
}
.advantage {
    background: #F8FAFC;
    margin: 40px 0;
    padding-bottom: 30px;
}
.advantage ul {
    display: flex;
    justify-content: space-between;
}
.advantage ul li {
    text-align: center;
    padding: 30px;
    width: 22%;
    background: #E7F1FA;
    border-radius: 14px;
}
.advantage ul li img {
    margin-left: 25px;
    width: 70%;

}
.advantage ul li  div {
    margin-top: 10px;
    font-weight: bold;
    font-size: 18px;
}
.function {
    margin: 40px 0;
    background: #ffffff;
}
.function-box {
    margin-bottom: 60px;
    padding: 0 60px;
    height: 380px;
    background-image: url(/images/productCenter/smartPark/gongneng1.png);
    background-size: 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.function-box2 {
    background-image: url(/images/productCenter/smartPark/gongneng2.png);
    justify-content: flex-end;
}
.function-box3 {
    background-image: url(/images/productCenter/smartPark/gongneng3.png);
    justify-content: flex-start;
}
.function-box4 {
    background-image: url(/images/productCenter/smartPark/gongneng4.png);
    justify-content: flex-end;
}
.function-box div {
    width: 40%;
    
}
.function-box div h4 {
    font-weight: bold;
    font-size: 22px;
    color: #1371FF;
}
.function-box div p {
    color: #333333;
    font-size: 14px;
}
/* 平板 */
@media screen and (min-width:768px) and (max-width:991px) {
    .introductory-box {
        margin-bottom: 60px;
        flex-direction: column;
        background: none;
    }
    .introductory-box div {
        margin-top: 0;
        width: 100%;
    }
    .introductory-box img {
        width: 100%;
        margin-left: 0;
    }
    .framework-box {
        height: 260px;
        background-size: 100%;
        background-repeat: no-repeat;
        position: relative;
    }
    .framework-box div {
        position: absolute;
    }
    
    .advantage ul li div{
        font-size: 16px;
    }
    .function-box {
        height: 236px;
        background-repeat: no-repeat;
    }
}  
/* 超小屏幕 */
@media screen and (max-width: 767px) {
    .introductory2 {
        margin: 0;
        padding-top: 30px;
        background: #F6F7F9;
    }
    .introductory2 .introductory-small {
        display: flex;
        flex-direction: column;
        
    }
    .introductory2 .introductory-small img {
        border-radius: 18px;
        height: 280px;
    }
    .introductory2 .introductory-small div {
        position: relative;
        padding: 60px 45px;
    }
    .introductory2 .introductory-small div h4 {
        font-size: 24px;
        color: #1371FF;
    }
    .introductory2 .introductory-small .top {
        width: 107px;
        height: 82px;
        position: absolute;
        left: 30px;
        top: 20px;
    }
    .introductory2 .introductory-small .bottom {
        width: 107px;
        height: 82px;
        position: absolute;
        bottom: 20px;
        right: 30px;
    }
    .framework .framework-box {
        padding: 0;
        background-image: none;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .framework .framework-box img {
        width: 100%;
        padding: 0 15px;
    }
    .framework .framework-box div {
        width: 70%;
        height: 200px;
        margin: 0 50px;
        margin-top: 30px;
        justify-content:baseline;
    }
    .advantage {
        padding-top: 30px;
    }
    .advantage ul {
        flex-wrap: wrap;
    }
    .advantage ul li {
        width: 46%;
        margin-bottom: 15px;
       
    }
    .advantage ul li img {
        margin-left: 12px;
        width: 70%;
    
    }
    .advantage ul li div {
        font-size: 16px;
    }
    .function .function-small  {

    }
    .function .function-small img {
        width: 100%;
    }
    .function .function-small div {
        margin: 22px 30px;
    }
    .function .function-small div h4 {
        color: #1371FF;
        font-size: 22px;
        font-weight: bold;
    }
    .function .function-small div p {
        font-size: 16px;
    }
}