.navigation{
    position: absolute;
    z-index: 99;
}

.block{
    width: 970px;
    height: 100%;
    margin: auto;
}

/**********轮播区块**********/

.header{
    width: 100%;
    height: 1030px;
    min-width: 1400px;
}

.header .swiper-container{
    width: 100%;
    height: 100%;
}

.header .swiper-container .swiper-slide{
    display: flex;
    align-items: center;
    justify-content: end;
    height: 100%;
    background-size: 100%;
}

.header .swiper-container .swiper-card{
    width: 599px;
    text-align: right;
    color: #ffffff;
    letter-spacing:1px;
    line-height: 24px;
    margin-right: 300px;
}

.header .swiper-container .swiper-card .title{
    font-size: 78px;
    font-weight: 500;
    display: block;
    height: 80px;
    letter-spacing: 10px;
}

.header .swiper-container .swiper-card .subtitle{
    font-size: 33px;
    display: block;
    height: 70px;
}

.header .swiper-container .swiper-card .a-button{
    background-color: #74B674;
    border-color: #74B674;
    font-size: 20px;
    padding: 8px 20px;
    color: #ffffff;
    border-radius: 4px;
    display: inline-block;
    margin-top: 20px;
}

.header .swiper-container .swiper-pagination{
    bottom: 130px;
    transition:all .5s;
}

.header .swiper-container .swiper-pagination .swiper-pagination-bullet{
    background-color: #A2E4A2;
    width: 12px;
    height: 12px;
}

.header .swiper-container .swiper-pagination .swiper-pagination-bullet-active{
    background-color: #73BC73;
    width: 30px;
    border-radius: 12px;
}

/**********背篓动态**********/

.trends{
    width: 100%;
    height: 1055px;
    min-width: 1400px;
    background-color: #EFF6EF;
    padding: 20px 0px;
    position: relative;
  }

  .trends .trends-content{
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 10px 10px -5px #ccc;
    position: absolute;
    z-index: 1;
    left: 50%;
    margin-left: -485px;
    /* margin-top: -170px; */
    margin-top: -20px;
    transition:all .5s;
  }

  .trends .trends-content .trends-title{
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
  }

  .trends .trends-content .trends-title a{
    display: block;
    color: #666;
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 4px;
  }

  .trends .trends-content .trends-title a:hover{
    border: 1px solid #43A243;
    background-color: #43A243;
    color: #ffffff;
  }

  .trends .trends-content .title-left{
    display: block;
    height: 40px;
    width: 110px;
    line-height: 40px;
    font-size: 24px;
    padding-right: 10px;
    position: relative;
}

.trends .trends-content .title-left span{
    display: block;
    width: 110px;
    height: 40px;
    position: absolute;
    z-index: 10;
}

.trends .trends-content .title-left::after{
    content: "";
    width: 35px;
    height: 10px;
    background: #74B674;
    position: absolute;
    bottom: 5px;
    right: 3px;
    z-index: 5;
}

  .trends .trends-content .trends-row{
    width: 840px;
    height: 415px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.trends .trends-content .trends-one{
    width: 556px;
    height: 415px;
    /* display: flex; */
    /* align-items: end; */
    position: relative;
    overflow: hidden;
}

.trends .trends-content .trends-one img{
    width: 556px;
    transition:all .5s;
}

.trends .trends-content .trends-one:hover img{
    width: 600px;
    margin-top: -22px;
    margin-left: -22px;
}

.trends .trends-content .trends-one:hover .item-con{
    /* background-color: #EFF6EF; */
    /* color: black; */
}

.trends .trends-content .trends-one .item-con{
    width: 100%;
    height: 100px;
    background-color: #609F60;
    color: #ffffff;
    padding: 15px;
    position: absolute;
    bottom: 0px;
    transition:all .5s;
}

.trends .trends-content .trends-one .item-con p{
    display: block;
    width: 100%;
    font-size: 18px;
}

.trends .trends-content .trends-one .item-con .item-but{
    width: 100%;
    height: 38px;
    line-height: 38px;
}

  .trends .trends-content .trends-item{
    width: 272px;
    height: 415px;
    background-color: #EFF6EF;
    color: black;
    overflow: hidden;
    transition:all .5s;
}

.trends .trends-content .trends-item:hover{
    background-color: #609F60;
    color: #ffffff;
}

.trends .trends-content .trends-item .img-div{
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.trends .trends-content .trends-item img{
    width: 100%;
    transition:all .5s;
}

.trends .trends-content .trends-item:hover img{
    width: 280px;
    margin-top: -4px;
    margin-left: -4px;
}

.trends .trends-content .trends-item .item-con{
    height: 100%;
    padding: 15px;
}

.trends .trends-content .trends-item .item-con p{
    display: block;
    width: 100%;
    height: 138px;
    font-size: 18px;
}

.trends .trends-content .trends-item:hover .item-con .item-but{
    border-top:1px solid #ffffff;
}

.trends .trends-content .trends-item .item-con .item-but{
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-top:1px solid #609F60;
    transition:all .5s;
}

/**********核心主业**********/
.business{
    width: 100%;
    height: 660px;
    min-width: 1400px;
    background-color: #ffffff;
  }

.business .b-title{
    font-size: 26px;
    padding: 50px 0px;
    position: relative;
}

.business .b-title span{
    display: block;
    width: 110px;
    height: 40px;
    position: absolute;
    z-index: 10;
    margin-left: 50%;
    left: -55px;
}

.business .b-title::after{
    content: "";
    width: 36px;
    height: 10px;
    background: #74B674;
    position: absolute;
    margin-left: 50%;
    z-index: 5;
    margin-left: 50%;
    left: -18px;
    bottom: 15px;
}

.business .business-content{
    width: 970px;
    margin: auto;
    height: 496px;
    display: flex;
    justify-content: space-between;
    letter-spacing: 2px;
    margin-top: 15px;
}

.business .business-content .business-item{
    display: block;
    width: 280px;
    height: 496px;
    background-color: #EFF6EF;
    border-radius: 8px;
    box-shadow: 0px 5px 5px -5px #ccc;
    overflow: hidden;
    transition:all .5s;
}

.business .business-content .business-item:hover{
    background-color: #609F60;
}

.business .business-content .business-item .image-bg{
    width: 280px;
    height: 168px;
    background-size: 280px 168px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    transition:all .5s;
}

.business .business-content .business-item:hover .image-bg{
    background-size: 290px 174px;
    background-position:center;
}

/* .business .business-content .item-image{
    width: 100%;
    height: 168px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    transition:all .5s;
} */

.business .business-content .business-item:hover .bicon1{
    background-image:url(https://bucket-yunbeilou.oss-cn-chengdu.aliyuncs.com/yunbeilou/v20/b/bicon11.png)!important;
}

.business .business-content .business-item:hover .bicon2{
    background-image:url(https://bucket-yunbeilou.oss-cn-chengdu.aliyuncs.com/yunbeilou/v20/b/bicon22.png)!important;
}

.business .business-content .business-item:hover .bicon3{
    background-image:url(https://bucket-yunbeilou.oss-cn-chengdu.aliyuncs.com/yunbeilou/v20/b/bicon33.png)!important;
}


.business .business-content .business-icon{
    width: 100%;
    height: 80px;
    /* padding: 0px 20px; */
    display: flex;
    align-items: end;
    background-repeat:no-repeat;
    background-position:20px bottom;
}

.business .business-content .business-con{
    padding: 10px 20px;
}

.business .business-content .business-con .business-title{
    color: black;
    font-size: 20px;
    display: block;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    transition:all .5s;
}

.business .business-content .business-item:hover .business-con .business-title{
    color: #ffffff;
}


.business .business-content .b-content{
    display: block;
    padding: 0px 20px;
    color: #666;
    line-height: 25px;
    font-size: 15px;
    transition:all .5s;
}

.business .business-content .business-item:hover .b-content{
    color: #ffffff;
}

/**********天府乡村&川字号农产品全球运营中心**********/

.chuanzihao{
    width: 100%;
    height: 843px;
    min-width: 1400px;
    background-color: #EFF6EF;
    display: flex;
    align-items: center;
}

.chuanzihao .chuanzihao-content{
    width: 970px;
    height: 682px;
    margin: auto;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 5px 10px 0px #ccc; 
}

.chuanzihao .chuanzihao-content .czh-title{
    width: 100%;
    height: 150px;
    font-size: 26px;
    padding: 40px 20px;
    position: relative;
}

.chuanzihao .chuanzihao-content .czh-title span{
    display: block;
    width: 400px;
    height: 40px;
    position: absolute;
    z-index: 10;
}

.chuanzihao .chuanzihao-content .czh-title::after{
    content: "";
    width: 36px;
    height: 10px;
    background: #74B674;
    position: absolute;
    z-index: 5;
    bottom: 37px;
    left: 97px;
} 

.chuanzihao .chuanzihao-content .czh-content{
    padding: 0px 50px 50px 50px;
}

.chuanzihao .chuanzihao-content .czh-content .center{
    display: flex;
    justify-content: space-between;
}

.chuanzihao .chuanzihao-content .czh-content .center .con-right{
    text-align: center;
    padding-top: 20px;
}

.chuanzihao .chuanzihao-content .czh-content .brief-text{
    display: block;
    height: 180px;
    line-height: 30px;
    padding-top: 20px;
    letter-spacing: 2px;
    text-indent:2em;
    color: #666;
}

.chuanzihao .chuanzihao-content .czh-content .czh-button{
    width: 175px;
    height: 33px;
    border-radius: 2px;
    background-color: #43A243;
    color: #ffffff;
    line-height: 33px;
    margin: auto;
    display: flex;
    align-items: center;
}

.chuanzihao .chuanzihao-content .czh-content .czh-button:hover{
    background-color: #EFF6EF;
    color: #43A243;
}

.chuanzihao .chuanzihao-content .czh-content .czh-button i{
    display: block;
    width: 27px;
    height: 16px;
    margin-left: 5px;
    background-image: url(https://bucket-yunbeilou.oss-cn-chengdu.aliyuncs.com/yunbeilou/v20/b/czh-r-1.png);
    background-size: 27px 16px;
}

.chuanzihao .chuanzihao-content .czh-content .czh-button:hover i{
    background-image: url(https://bucket-yunbeilou.oss-cn-chengdu.aliyuncs.com/yunbeilou/v20/b/czh-r.png);
}

.chuanzihao .chuanzihao-content .czh-content .czh-button span{
    display: block;
    margin-left: 20px;
}

.chuanzihao .chuanzihao-content .czh-content .czh-button .el-image{
    height: 18px;
    margin-left: 7px;

}

/**********社会责任**********/

.social{
    width: 100%;
    height: 610px;
    min-width: 1400px;
    background-color: #FFFFFF;
    padding: 30px 0px;
}

.social .social-content .social-title{
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}

.social .social-content .title-left{
    display: block;
    height: 40px;
    width: 110px;
    line-height: 40px;
    font-size: 24px;
    padding-right: 10px;
    position: relative;
}

.social .social-content .title-left span{
    display: block;
    width: 110px;
    height: 40px;
    position: absolute;
    z-index: 10;
}

.social .social-content .title-left::after{
    content: "";
    width: 35px;
    height: 10px;
    background: #74B674;
    position: absolute;
    bottom: 5px;
    right: 3px;
    z-index: 5;
}

.social .social-content .title-right{
    width: 730px;
    font-size: 17px;
    color: #666;
}

.social .social-row{
    width: 100%;
    height: 437px;
    position: relative;
}

.social .social-row .row-title{
    position: absolute;
    height: 100%;
    width: 174px;
}

.social .social-row .row-title ul{
    height: 100%;
    width: 100%;
}

.social .social-row .row-title ul li{
    height: 50%;
    width: 100%;
    font-size: 27px;
    text-align: center;
    line-height: 213px;
    color: #FFFFFF;
    background-color:rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition:all .5s;
}

.social .social-row .row-title .active{
    background-color:rgba(0, 0, 0, 0);
}

.social .social-row .row-title .active::before{
    content: '';
    display: block;
    width: 1px;
    height: 40px;
    background-color: #ffffff;
    position: absolute;
    left: 25px;
    margin-top: 50%;
}

.social .social-row .row-content{
    width: 100%;
    height: 100%;
}

.social .social-row .row-content .social-item{
    width: 100%;
    height: 100%;
    background-size: 100%;
    display: none;
    transition:all .5s;
}

.social .social-row .row-content .social-show{
    display:block;
}

.social .social-row .row-content .social-item .social-item-content{
    width: 796px;
    height: 150px;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social .social-row .row-content .social-item .social-item-content a{
    color: #ffffff;
    display: flex;
    margin-left: 20px;
    font-size: 12px;
    line-height: 22px;
}

.social .social-row .row-content .social-item .social-item-content a::before{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(https://bucket-yunbeilou.oss-cn-chengdu.aliyuncs.com/yunbeilou/v20/b/social-right.png);
    background-size: 20px;
}

.social .social-row .row-content .social-item .social-item-content .social-content-left{
    width: 480px;
    height: 50px;
    font-size: 14px;
}