/* banner图 */
.banner-wrap{
    width: 100%;
    height: auto;
    font-size: 0;
}
.banner-wrap img{
    width: 100%;
    height: 100%;
}
/* 路由跳转 */
.router-wrap{
    width: 100%;
    height: 80px;
    box-shadow:0 2px 5px rgba(100, 100, 100, 0.5);
}
.router-list{
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.router-item a{
    display: inline-block;
    width: 130px;
    height: 80px;
    text-align: center;
    font-size: 16px;
    line-height: 80px;
}
.router-itemOn a{
    color: white;
    background-color: #54B33E;
}
/* 净菜加工 */
.process-wrap{
    width: 100%;
    height: auto;
    margin: 101px 0 100px;
}
.process-box{
    width: 1200px;
    height: 368.5px;
    margin: 0 auto;
    position: relative;
    background: url(../image/coreBusinessPlant/page2/1.png) no-repeat;
    background-size: 100% 100%;
}
.processText{
    position: absolute;
    left: 71px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.processText-title{
    color: white;
    font-size: 36px;
    font-weight: bold;
}
.processText-text{
    color: white;
    font-size: 16px;
    margin-top: 20px;
    line-height: 30px;
}
/* 加工流程 */
.processFlow-wrap{
    width: 100%;
    height: auto;
}
.processFlow-box{
    max-width: 1200px;
    margin: 0 auto;
}
.processFlow-title{
    text-align: center;
    font-size: 36px;
    color: #000000;
    font-weight: bold;
}
.processFlow-detail{
    text-align: center;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 50px;
}
.processFlow-list{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.processFlow-item{
    width: 100px;
    height: auto;
    font-size: 0;
}
.processFlow-item .processFlow-img{
    width: 100px;
    height: 100px;
}
.processFlow-item .processFlow-text{
    width: 100%;
    font-size: 16px;
    color: #666666;
    margin-top: 20px;
    text-align: center;
}
/* 净菜样品 */
.sample-wrap{
    width: 100%;
    height: auto;
    margin-bottom: 100px;
}
.sample-box{
    max-width: 1200px;
    margin: 0 auto;
}
.sample-title{
    font-size: 36px;
    font-weight: bold;
    margin-top: 100px;
    text-align: center;
    margin-bottom: 60px;
}
.sample-list{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.sample-item{
    width: 397px;
    height: 624px;
}
.sample-item:nth-child(1){
    background-color: #54B33E;
}
.sample-item:nth-child(2){
    background-color: #FDF6DA;
}
.sample-item:nth-child(3){
    background-color: #FFFEFF;
}
.sampleText{
    width: 397px;
    height: 312px;
    position: relative;
}
.sampleText-content{
    color: white;
    position: absolute;
    left: 33px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.sampleText-title{
    font-size: 24px;
}
.sample-item:nth-child(1) .sampleText-text{
    font-size: 16px;
    line-height: 30px;
    margin-top: 16px;
}
.sample-item:nth-child(2) .sampleText-text,.sample-item:nth-child(3) .sampleText-text{
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    margin-top: 16px;
}
.sample-item:nth-child(2) .sampleText-title,.sample-item:nth-child(3) .sampleText-title{
    color: #333333;
    font-size: 24px;
}
.sampleImg{
    width: 397px;
    height: 312px;
}
.sampleImg-img{
    width: 397px;
    height: 312px;
}
/* 移动端 */
@media screen and (max-width:768px){
    .process-wrap{
        margin: 30px 0;
    }
    .process-box{
        width: 100%;
        height: auto;
        padding: 20px 0;
        background: cover;
    }
    .processText{
        position: static;
        margin-left: 20px;
        transform: translate(0,0);
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
    }
    .processFlow-title{
        font-size: 24px;
    }
    .processFlow-list{
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .sample-list{
        flex-wrap: wrap;
        justify-content: center;
    }
    .sampleText {
        width: 100%;
        height: 312px;
        position: relative;
    }
}