.nav_menu div.content-wrap,.nav-view .list-view {
    width: 1260px !important;
}

.ir-title h2 {
    font-size: 34px;
    font-weight: 500;
    line-height: 49.23px;
    color: #1c1f3f;
    text-align: center;
    vertical-align: top;
    margin-bottom: 5px;
    margin-top: 0;
}

.ir-title p {
    font-size: 18px;
    font-weight: 400;
    line-height: 21.09px;
    color: #6d7882;
    text-align: center;
    vertical-align: top;
    margin: 0;
}
/*轮播*/

.swiper-banner {
    margin-top: 55px;
}

.swiper-banner .swiper-slide {
    height: 700px;
}

.swiper-banner .swiper-slide .swiper-slide-box {
    background: url("/static/images/guangai/banner-bg.png") no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 700px;
    display: flex;
    justify-content: center;
}

.swiper-banner .swiper-slide .swiper-slide-box .swiper-slide-content {
    width: 681px;
    padding: 175px 0 0 70px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.swiper-banner .swiper-slide .swiper-slide-box .b-title {
    background: url("/static/images/guangai/b-title.png") no-repeat;
    background-size: 100% 100%;
    width: 550px;
    height: 94px;
}

.swiper-banner .swiper-slide .swiper-slide-box .b-text {
    width: 600px;

}

.swiper-banner .swiper-slide .swiper-slide-box .b-text p {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 28.96px;
    color: rgba(255, 255, 255, 1);
}

.swiper-banner .swiper-slide .swiper-slide-box .b-line {
    width: 169px;
    height: 4px;
    opacity: 1;
    border-radius: 139px;
    background: rgba(255, 255, 255, 1);
    margin: 36px auto;
}

.swiper-banner .swiper-slide .swiper-slide-box .b-tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 20px;
    width: 400px;
    margin: 0 auto;
}

.swiper-banner .swiper-slide .swiper-slide-box .b-tags .b-tag-item {
    width: 163px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    font-size: 20px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 1);
    cursor: pointer;
}

.swiper-banner .swiper-slide .swiper-slide-box .b-tags .b-tag-item:hover {
    width: 163px;
    line-height: 40px;
    border-radius: 4px;
    background: rgba(47, 84, 235, 1);
    border: 1px solid rgba(47, 84, 235, 1);
    font-size: 20px;
}

/*系统配置*/
.ir-section1-box {
    margin-top: 35px;
    margin-bottom: 40px;
}

.ir-section1 {
    display: flex;
    align-items: center;
    grid-gap: 0 80px;
    justify-content: center;
    margin-top: 40px;
}

.ir-section1 .ir-section1-left {
    display: flex;
    align-items: center;
    flex-direction: column;
    grid-gap: 25px 0;
}

.ir-section1 .ir-section1-left .img1 {
    width: 434.14px;
    height: 206.62px;
}

.ir-section1 .ir-section1-left .img2 {
    width: 434.14px;
    height: 184px;
}

.ir-section1 .ir-section1-right img {
    width: 686px;
    height: 100%;
}

.ir-s1-text {
    margin-top: 25px;
}

.ir-s1-text p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 23px;
    color: rgba(153, 153, 153, 1);
    text-align: center;
    vertical-align: top;
}

/*系统配置*/


.ir-s2-box {
    background: rgba(237, 241, 242, 1);
    height: 700px;
    padding-top: 100px;
}

.ir-s2-box .ac-title {
    padding-top: 100px;
}

.ir-s2-box .ir-section {
    margin-top: 40px;
}

.ir-s2-box .ir-section img {
    height: 525px;

}

/*功能介绍*/
.ir-s3-box {
    margin-top: 100px;
}

.ir-s3-box .ir-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 30px 40px;
    background: url("../static/images/guangai/s3-bg.png") no-repeat;
    background-size: 100% 100%;
    padding: 40px 300px 100px 300px;

}

.ir-s3-box .ir-section .ir-section-item {
    padding: 20px;
    display: flex;
    width: 540px;
    height: 210px;
    grid-gap: 39px;
    background: rgba(255, 255, 255, 1);
}

.ir-s3-box .ir-section .ir-section-item:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.ir-s3-box .ir-section .ir-section-item .ir-section-item-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    grid-gap: 15px 0;
}

.ir-s3-box .ir-section .ir-section-item .ir-section-item-left .item-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 34.75px;
    color: rgba(51, 51, 51, 1);
    text-align: left;
    vertical-align: top;
    margin-bottom: 6px;
}

.ir-s3-box .ir-section .ir-section-item .ir-section-item-left .item-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 23.17px;
    color: rgba(128, 128, 128, 1);
    text-align: left;
    vertical-align: top;
}

.ir-s3-box .ir-section .ir-section-item .item-img {
    width: 290px;
    height: 210px;
}

/*灌溉方式/应用场景*/
.ir-s4-box {
    margin-top: 100px;
}

.ir-s4-section {
    padding: 40px 0 60px 0;
}

.ir-s4-section .content-wrap {
    padding: 0 5px 0 5px;
}

.ir-s4-section .content-wrap .menus {
    display: grid;
    grid-template-columns: 282px 282px 282px 282px;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}

.ir-s4-section .content-wrap .menus .item {
    display: flex;
    flex-direction: column;
    background-color: #fff;
}

.ir-s4-section .content-wrap .menus .item .item-img-box {
    width: 282px;
    height: 183px;
    overflow: hidden;
}

.ir-s4-section .content-wrap .menus .item img {
    transition: transform 0.5s ease;
    cursor: pointer;
}

.ir-s4-section .content-wrap .menus .item img:hover {
    transform: scale(1.1);
}

.ir-s4-section .content-wrap .menus .item img {
    width: 282px;
    height: 183px;
}

.ir-s4-section .content-wrap .menus .item .bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px 6px;
    justify-content: space-between;
}

.ir-s4-section .content-wrap .menus .item .bottom .t1 {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 20px;
    color: rgba(51, 51, 51, 1);
}

/*灌溉方式/应用场景*/

/*智慧农业解决方案*/
.ir-s5-box {
    padding-top: 100px;
    background: url("/static/images/guangai/s5-bg.png") no-repeat;
    background-size: 100%;
}

.ir-s5-section {
    padding: 40px 0 60px 0;
}

.ir-s5-section .content-wrap {
    padding: 0 5px 0 5px;
}

.ir-s5-section .content-wrap .menus {
    display: grid;
    grid-template-columns: 400px 400px 400px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.ir-s5-section .content-wrap .menus .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 1);
}

.ir-s5-section .content-wrap .menus .item:nth-child(odd) {
    background-color: rgba(242, 245, 255, 1);

}

.ir-s5-section .content-wrap .menus .item .ir-s5-section-img {
    width: 360px;
    height: 270px;
    overflow: hidden;
    margin-top: 20px;
}

.ir-s5-section .content-wrap .menus .item img {
    width: 360px;
    height: 270px;
    transition: transform 0.5s ease;
    cursor: pointer;
}

.ir-s5-section .content-wrap .menus .item img:hover {
    transform: scale(1.1);
}


.ir-s5-section .content-wrap .menus .item .bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px 24px;
    justify-content: space-between;
}

.ir-s5-section .content-wrap .menus .item .bottom .t1 {
    font-size: 20px;
    font-weight: 700;
    line-height: 28.96px;
    color: rgba(0, 0, 0, 1);
}

.ir-s6-box {
    padding-top: 55px;
    padding-bottom: 100px;
}

.ir-s6-box .ir-section {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.ir-s6-box .ir-section img {
    width: 1199.75px;
    height: 378px;
}


.home-partner {
    background: url("/static/images/guangai/s7.png") no-repeat;
    background-size: 100% 100%;
}


/*新闻资讯*/
.ir-home-news {
    margin-top: 0 !important;
    padding: 20px;
    background: rgba(245, 245, 245, 1);
}
