body {
    background: #fff;
    font-family: Source Han Sans CN, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

/*轮播*/
.swiper {
    width: 100%;
    height: 840px;
    position: absolute;
    top: 0px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /*background: #fff;*/
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    /*justify-content: center;*/
    /*-webkit-box-align: center;*/
    /*-ms-flex-align: center;*/
    -webkit-align-items: flex-start;
    ;
    align-items: flex-start;
    ;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 48px;
    left: 0;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination-bullet {
    width: 60px;
    border-radius: 0;
    height: 3px;
}

.swiper-pagination-bullet-active {
    background: #74C2E7;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next';
    font-size: 62px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev';
    font-size: 62px;
}

.swiper-button-next,
.swiper-button-prev {
    display: none;
    color: #74C2E7;
}

.swiper:hover .swiper-button-next,
.swiper:hover .swiper-button-prev {
    display: block;
    color: #FFF;
}

.banner {
    position: relative;
    width: 100%;
    height: 840px;
    margin: 0 auto;
}

.banner-text {
    font-size: 76px;
    color: #FFF;
    font-weight: 500;
    line-height: 100px;
    margin-left: 19%;
}

/*logo*/
.head {
    width: 100%;
    height: 100px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    z-index: 99;
}

.is-fixed {
    position: fixed;
    top: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, .3);
}

.logo-effect {
    /*width: 1200px;*/
    /*max-width: 1166px;*/
    margin: 0 auto;
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.head-btn {
    width: 123px;
    height: 39px;
    line-height: 39px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    margin: 30px 20px 0 0;
    background: transparent;
    cursor: pointer;
}

.logo-img {
    width: 177px;
    height: 56px;
    margin: 20px 0 0 10px;
    cursor: pointer;
}

.product-serive {
    width: 100%;
    height: 482px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 36px;
    color: #FFF;
}

.product-serive-l {
    width: 43%;
    line-height: 46px;
    background: #043067;
}

.en-text {
    font-size: 28px;
}

.product-serive-r {
    line-height: 56px;
    width: 57%;
    background: #3E8C47;
}

.zh-text {
    max-width: 502px;
    font-size: 36px;
    margin: 160px auto 0;
}

.ps-f-text {
    max-width: 400px;
    margin: 200px auto 0;
}

.cooperate-us {
    margin-top: 88px;
}

.cooperate-us .product-serive-l {
    background: #E6E6E6;
    color: #1B1B1B;
}

.cooperate-us .product-serive-r {
    background: #5C7EAA;
}

.description {
    width: 100%;
    text-align: center;
    padding-bottom: 104px;
}

.description .description-tit {
    width: 100%;
    margin: 104px auto 0;
    font-size: 46px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #1B1B1B;
    line-height: 76px;
}

.description .description-text {
    width: 56%;
    margin: 0 auto;
    padding: 0;
    line-height: 30px;
}

.bufficon {
    width: 100%;
    height: 463px;
    background: url("../image/health.jpg") no-repeat center;
    overflow: hidden;
}

/*.bufficon:hover{
    width: 100%;
    transform: scale(1.2);
    transition: all 500ms linear;
    overflow: hidden;
}*/
.bufficon .bufficon-img {
    width: 100%;
    height: 463px;
}

.consumption {
    width: 100%;
    height: 463px;
    background: url("../image/consumption.jpg") no-repeat center;
}

.agriculture {
    width: 100%;
    height: 463px;
    background: url("../image/agriculture.jpg") no-repeat center;
}

.seed {
    width: 100%;
    height: 463px;
    background: url("../image/seed.jpg") no-repeat center;
}

.foot-bottom {
    width: 100%;
    margin: 0 auto;
    font-size: 12px;
    font-weight: 400;
    line-height: 78px;
    background: #08346D;
    color: #FFF;
    text-align: center;
}

.foot-top {
    width: 100%;
    margin: 0 auto;
    background: #004286;
    color: #FFF;
    padding-bottom: 80px;
}

.foot-contain {
    width: 1040px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.foot-contain .foot-contain-tit {
    font-size: 28px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 50px;
    margin: 40px 0 30px;
}

.foot-contain .foot-contain-link {
    line-height: 16px;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.foot-contain .foot-contain-link li:not(:last-child):after {
    content: "|";
    font-size: 16px;
    margin: 0 32px;
}

.foot-contain .foot-contain-r {
    margin-top: 90px;
    height: 62px;
    line-height: 62px;
    font-size: 30px;
    text-indent: 88px;
    background: url("../image/phone.png") no-repeat center left;
}

.agriculture-process {
    width: 1200px;
    overflow: hidden;
    margin: -110px auto 0;
}

.agriculture-contain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.agriculture-contain1,
.agriculture-contain2,
.agriculture-contain3 {
    width: 40%;
    color: #FFF;
    /*height: 238px;*/
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.agriculture-contain1 {
    background: #8BBA65;
}

.agriculture-contain2 {
    background: #669B3A;
}

.agriculture-contain3 {
    background: #468712;
}

.agriculture-contain1 dt,
.agriculture-contain2 dt,
.agriculture-contain3 dt {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

.agriculture-contain1 dt img,
.agriculture-contain2 dt img,
.agriculture-contain3 dt img {
    width: 130px;
    height: 130px;
    margin-bottom: 12px;
    transition: all 500ms linear;
}

.agriculture-contain1 dt img:hover,
.agriculture-contain2 dt img:hover,
.agriculture-contain3 dt img:hover {
    transform: scale(1.2);
    transition: all 500ms linear;
}

.agriculture-contain-text {
    font-size: 18px;
    font-weight: 400;
    color: #468712;
    background: #D9F0C7;
    width: 100%;
    text-align: center;
    line-height: 78px;
}

.icp-id {
    color: #ffffff;
    text-decoration: none;
}

.icp-id:hover {
    color: #527fae;
}

.icp-wj {
    width: 16px;
    vertical-align: text-bottom;
}

.swiper-wrapper {
    height: 840px;
}

.foot-top .tel {
    color: #fff;
    text-decoration: none
}

.seed-contain1 {
    background: #A3937F;
}

.seed-contain2 {
    background: #7B6B5C;
}

.seed-contain3 {
    background: #574940;
}

.seed-contain-bg {
    background: #CEC0A8;
    color: #7B6B5C;
}

.big-dpi {
    display: block;
}

.small-dpi {
    display: none;
}

.info-div {
    width: 1400px;
    margin: 0 auto;
    padding-bottom: 100px;

}

.info-head {
    height: 100px;
    line-height: 100px;
    color: #333;
    font-size: 18px;
    border-bottom: 1px solid #eaeaea;
}

.info-head a {
    color: #333;
    text-decoration: none;
}

.info-list {
    display: flex;
    width: 1400px;
    padding: 42px 0;
    border-bottom: 1px solid #eaeaea;
    cursor: pointer;
    transition: all .5s;
}

.info-list:hover {
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}

.info-img {
    width: 310px;
    height: 240px;
    overflow: hidden;
    margin-right: 30px;
    margin-left: 30px;
}

.info-img img {
    width: 100%;
    height: 100%;

}

.info-det {
    width: 1030px;
}

.info-det .det-title {
    font-size: 28px;
    margin-top: 14px;
    margin-bottom: 30px;

}

.info-det .det-rule {
    color: #999;
    font-size: 16px;
    margin-bottom: 30px;

}

.info-det .det-rule span {
    color: #EA3323;
    margin-left: 40px;
}

.info-det .det-txt {
    color: #666;
    font-size: 18px;
    line-height: 38px;
    width: 1020px;
}

/* 弹窗 */
.alert-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
    height: 100%;
    display: none;
}

.alert-box .alert-bg {
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: 0.7;

}

.alert-pay {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 418px;
    height: 506px;
    transform: translate(-50%, -50%);
    z-index: 5;
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    background: #FFF;
    border-radius: 6px;
    display: none;
    text-align: center;
}

.alert-ewm {
    width: 338px;
    height: 406px;
    padding: 10px;
    padding-top: 40px;
}

.alert-box .alert-content {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 360px;
    height: 120px;
    transform: translate(-50%, -50%);
    z-index: 5;
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    background: #FFF;
    border-radius: 6px;

}

.alert-txt {
    line-height: 72px;
    text-align: center;
    font-size: 16px;
}

.alert-btn {
    display: flex;
    justify-content: center;
}

.alert-btn div {
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border: 1px solid #E6E6E6;
    text-align: center;
    border-radius: 12px;
    cursor: pointer;
}

.float-x {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 16px;
    border: 1px solid rgb(107, 106, 106);
    color: rgb(107, 106, 106);
    cursor: pointer;
}

.alert-btn .sure {
    background-color: #4e6ef2;
    border: 0px;
    color: #FFF;
    margin-left: 20px;
}

.close-pay {
    width: 80px;
    margin: 0 auto;
}

.close-pay:hover {
    color: #4e6ef2;
}

@media (min-width: 100px) and (max-width: 840px) {
    .head-btn {
        width: auto;
        height: 26px;
        line-height: 26px;
        font-size: 12px;
        margin: 14px 20px 0 0;
    }

    .head {
        height: 60px;
    }

    .logo-img {
        width: 80px;
        height: 26px;
        margin-top: 16px;
    }

    .logo-effect {
        max-width: 1166px;
    }

    .foot-contain {
        width: 1040px;
    }

    .banner,
    .swiper,
    .swiper-wrapper {
        height: 400px;
    }

    .swiper-slide {
        font-size: 14px;
    }

    .swiper-button-prev:after,
    .swiper-rtl .swiper-button-next:after,
    .swiper-button-next:after,
    .swiper-rtl .swiper-button-prev:after {
        font-size: 28px;
    }

    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 10px;
    }

    .product-serive {
        font-size: 18px;
        height: auto;
    }

    .product-serive-l,
    .product-serive-r {
        line-height: 30px;
    }

    .en-text {
        font-size: 14px;
    }

    .ps-f-text,
    .zh-text {
        margin-top: 0;
        padding: 20px 0;
        font-size: 12px;
        width: 90%;
    }

    .ps-f-text {
        font-size: 14px;
        font-weight: 500;
        margin-left: 10px;
    }

    .banner-text {
        font-size: 30px;
        line-height: 60px;
        margin: 0 auto;
    }

    .description .description-tit {
        margin-top: 10px;
    }

    .description {
        padding-bottom: 20px;
    }

    .description .description-text {
        width: 80%;
        line-height: 24px;
    }

    .description .description-tit {
        font-size: 22px;
        line-height: 56px;
    }

    .swiper-wrapper {
        /*background-size: contain;*/
    }

    .bufficon,
    .consumption {
        height: 110px;
        background-size: contain;
    }

    .agriculture-process {
        width: 100%;
        margin: -20px auto 0;
    }

    .agriculture-contain1 dt img,
    .agriculture-contain2 dt img,
    .agriculture-contain3 dt img {
        width: 60px;
        height: 60px;
        margin-bottom: 2px;
    }

    .agriculture-contain1,
    .agriculture-contain2,
    .agriculture-contain3 {
        line-height: 26px;
        font-size: 12px;
        padding-bottom: 8px;
    }

    .agriculture-contain1 dt,
    .agriculture-contain2 dt,
    .agriculture-contain3 dt {
        margin-top: 20px;
    }

    .agriculture-contain-text {
        font-size: 12px;
        line-height: 30px;
    }

    .cooperate-us {
        margin-top: 40px;
    }

    .foot-contain .foot-contain-tit {
        font-size: 16px;
        line-height: 30px;
        margin: 10px 0 10px;
    }

    .foot-contain {
        width: 96%;
        margin: auto;
    }

    .foot-contain .foot-contain-r {
        margin-top: 60px;
        height: 18px;
        line-height: 18px;
        font-size: 12px;
        text-indent: 20px;
        text-align: right;
        background: url(../image/phone.png) no-repeat center left;
        background-size: contain;
    }

    .foot-top {
        padding: 10px 0 20px;
    }

    .foot-bottom {
        font-size: 12px;
        padding: 8px 0;
        line-height: 18px;
    }

    .foot-contain .foot-contain-link {
        line-height: 18px;
        font-size: 12px;
        display: block;
    }

    .foot-contain .foot-contain-link li:not(:last-child):after {
        content: "";
        font-size: 16px;
        margin: 0 32px;
    }

    .big-dpi {
        display: none;
    }

    .small-dpi {
        display: block;
    }
}

@media (min-width: 841px) and (max-width: 1366px) {
    .logo-effect {
        max-width: 1166px;
    }

    .foot-contain {
        width: 100%;
    }

    .agriculture-process {
        width: auto;
    }

    .big-dpi {
        display: none;
    }

    .small-dpi {
        display: block;
    }
}

@media (min-width: 1366px) {
    .logo-effect {
        max-width: 1200px;
    }

    .foot-contain {
        width: 1200px;
    }
}