.banner{
    height: 780px;
    color: #fff;
    background: url(../images/traceability.png) no-repeat center center/cover;
}
.banner-inner{
    padding-top: 248px;
    padding-left: 200px;
}
.banner .title{
    font-size: 72px;
    text-align: left;
    color: #fff;
    font-weight: normal;
    margin-bottom: 40px;
}
.banner .text{
    font-size: 30px;
}
.banner .text2{
    font-size: 40px;
    margin-top: 20px;
}
.box-ways{
    padding: 100px 0;
}
.ways-title{
    color: #333333;
    margin-bottom: 90px;
}
.box{
    height: 780px;
    color: #fff;
    background: url(../images/traceability3.png) no-repeat center center/cover;
}
.box .box-title{
    color: #fff;
}
.box-title{
    margin-bottom: 45px;
    padding-top: 88px;
}
.box-dec{
     font-size: 24px;
     text-align: center;
     margin-bottom: 40px;
}
.box-img{
    text-align: center;
}
.box-list{
    padding: 95px 0 100px;
    color: #333;
}
.box-list .box-title{
    padding-top: 0;
}
.box-list .box-dec{
   font-size: 18px;
   margin-bottom: 57px;
}
.box-list .box-inner{
    margin-right: -2%;
}
.item{
    padding: 30px 0 0;
    height: 316px;
    margin-right: 2%;
    width: 18%;
    border: 1px solid #ccc;
    float: left;
}
/* write by lmc --20191210 */
.wordTitle1210{
    line-height: 60px;
    padding-top:40px;
}
/* write by lmc --20191210 */
@media screen and (max-width: 1440px) {
    .item{
    height: 337px;
    }
}
.item-img{
    text-align: center;
}
.item-title{
    font-size: 32px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}
.item-text{
    font-size: 19px;
    padding: 0 10px;
    text-align: justify;
}
.box.box--2{
    background: url(../images/traceability4.png) no-repeat center center/cover;
}
.box.box--2 .box-title{
    text-align: left;
}
.box-content{
    font-size: 24px;
}
.circle{
    width: 14px;
    height: 14px;
    background-color: #fff;
    border-radius: 50%;
    display: block;
    float: left;
    margin-top: 23px;
    margin-right: 8px;
}
.text{
    overflow: hidden;
    line-height: 60px;
}

.box-list--2 .box-inner{
    margin-right: -4%;
 }
.box-list--2 .item{
   width: 29.3%;
   margin-right: 4%;
   height: 246px;
   margin-top: 73px;
}
.box-list--2 .item-title{
   width: 240px;
   padding: 20px 0;
   background-color: #0ebee3;
   color: #fff;
   margin: -75px auto 30px;
 }