body {
    background: #f5f5f5;
}

.box2 * {
    box-sizing: border-box;
    overflow: hidden;
}

.box2 {
    width: 100%;
    margin-top: 45px;
    margin-bottom: 30px;
    overflow: hidden;
}

.box2 .box2-content {
    width: 1200px;
    margin: 0 auto;
}

.box2 .box2-content .box2-text {
    position: relative;
}

.box2 .box2-content .box2-text,
.box2 .box2-content .box2-img {
    width: 50%;
    height: 382px;
    float: left;
    overflow: hidden;
}

.box2 .box2-content .box2-img img {
    width: 100%;
    height: auto;
}

.box2 .box2-content .bg1 {
    background: #428d3e;
    color: #fff;
    line-height: 36px;
}

.box2 .box2-content .bg2 {
    background: #428d3e;
}

.box2 .box2-content .bg3 {
    background: #428d3e;
}

.box2 .box2-content .box2-text {
    padding: 65px;
    overflow: hidden;
}

.box2 .box2-content .box2-text h3 {
    font-size: 28px;
    color: #fff;
    margin-bottom: 0;
}

.box2 .box2-content .box2-text span {
    font-size: 30px;
    color: rgba(255, 255, 255, .2);
    display: block;
    margin-bottom: 35px;
    margin-top: 10px;
}

.a-jump {
    width: 110px;
    height: 70px;
    display: block;
    position: absolute;
    right: 48px;
    bottom: 24px;
}

.a-jump2 {
    width: 110px;
    height: 70px;
    display: block;
    background-position: -150px -323px;
    position: absolute;
    right: 48px;
    bottom: 24px;
}

.box2_list {
    background: #fff;
    overflow: hidden;
    padding: 37px 55px;
    width: 1230px;
}

.box2_list li {
    float: left;
    width: 150px;
    margin-right: 32px;
    height: 140px;
    box-shadow: 3px 3px 6px #dcd9d9;
    border-radius: 5px;
}

.box2_list li img {
    width: 49px;
    display: block;
    margin: 25px auto;
    margin-bottom: 1px;
}

.box2_list li p {
    text-align: center;
    font-size: 16px;
    color: #428d3e;
    line-height: 1.5;
    margin-top: 15px;
}