.color_box {
    width: 100%;
}
.color_box .w1640 {
    width: calc(100% - 7rem);
    margin: 0 auto;
}
.color_box .color_box_top {
    width: 100%;
    padding-top: .975rem;
    background: #f3f8e0;
    padding-bottom: 1rem;
}

.color_box .color_nav {
    display: flex;
    align-items: center;
    width: 100%;
    padding-bottom: .7rem;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.color_box .color_nav a .home_icon {
    margin-right: .5rem;
}

.color_box .color_nav a {
    display: flex;
    align-items: center;
    color: #777;
}

.color_box .color_nav span {
    margin: 0 .2rem;
    color: #777;
}

.color_box .color_page a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 3.25rem;
    height: 1.05rem;
    background: #ffffff;
    border-radius: .525rem;
    border: .025rem solid #008c3f;
    color: #008c3f;
}

.color_box .color_page .page_prev {
    padding-right: .75rem;
    padding-left: .25rem;
}

.color_box .color_page .page_next {
    padding-left: .75rem;
    padding-right: .25rem;
}

.color_box .color_page .page_next svg {
    transform: rotate(-180deg);
}

.color_box .color_page a span {
    display: flex;
    align-items: center;
    width: .575rem;
    justify-content: center;
    height: .575rem;
    background: #008c3f;
    border-radius: 50%;
}

.color_box .color_page path {
    fill: #fff;
}

.color_box .color_page {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: .875rem;
}

.color_box .color_tit .tit-42 {
    line-height: 1;
    margin-bottom: .6rem;
    color: #1e4103;
}

.color_box .color_tit .tit-17 {
    line-height: 1;
    color: #069539;
}

.color_er_txt .img {
    width: 3.925rem;
    height: 3.925rem;
    display: inline-block;
    padding: 5px;
    /* 预留一些缓冲空间 */
    margin: 0 auto 0rem;
}

.color_er_txt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s ease;
}

.color_er_txt:hover .img img {
    transform: scale(1.04);
}

.color_er_txt p span {
    font-weight: 400;
}

.color_er_txt:hover p span,
.color_er_txt:hover p {
    font-weight: bold;
}

.color_er_txt {
    padding: 2.15rem 0 2.65rem;
    color: #1e4103;
    margin: 0 auto;
    text-align: center;
    width: max-content;
}

.color_er_txt p {
    color: #069539;
    font-weight: 400;
    line-height: 1.3;
}

.color_er_txt p span {
    color: #069539;
    font-weight: 400;
}

.color_box .color_page a {
    line-height: 1;
    transition: all .6s;
}

.color_box .color_page {
    position: relative;
    justify-content: center;
}

.color_box .color_page a span {
    transition: all .6s;
}

.color_box .color_page a path {
    transition: all .6s;
}

.color_box .color_page .page_prev {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.color_box .color_page .page_next {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.color_box .color_page .page_prev svg {
    margin-left: -.1rem;
}

.color_box .color_page .page_next svg {
    margin-right: -.1rem;
}

.color_box .color_nav a:hover {
    color: rgba(0, 132, 40, 1);
}

.color_box .color_page a:hover {
    box-shadow: 0px .05rem .125rem 0px rgba(0, 0, 0, 0.25);
    border-color: #008c3f;
    background-color: #008c3f;
    color: #fff;
}

.color_box .color_page a:hover span {
    background-color: #fff;
}

.color_box .color_page a:hover path {
    fill: #008c3f;
}