.w1400 {
    width: 1400px;
    margin: auto;
}

.w1600 {
    width: 1600px;
    margin: auto;
}

.posi-a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.home-banner {
    width: 100%;
    position: relative;
}

.home-banner img {
    width: 100%;
    display: block;
}

.home-banner .banner-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.home-banner .banner-text h3 {
    color: #fff;
    font-size: .48rem;
}

.home-banner .banner-text h2 {
    color: #fff;
    font-size: .8rem;
    text-transform: uppercase;
}

.home-banner .swiper-pagination-bullet-active {
    background: #009944;
}

.home-pronav ul {
    display: flex;
    justify-content: space-between;
}

.home-pronav ul li {
    height: 200px;
    flex: 1;
    border-left: 1px #e5e5e5 solid;
}

.home-pronav ul li:first-child {
    border-left: none;
}

.home-pronav ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.home-pronav ul li img {
    max-height: 40px;
    transition: .4s;
}

.home-pronav ul li h3 {
    color: #666666;
    font-size: 16px;
    margin-top: 8px;
    transition: .4s;
}

.home-pronav ul li:hover img {
    transform: translateY(-.1rem);
}

.home-pronav ul li:hover h3 {
    transform: translateY(-.1rem);
    color: #009944;
}

.home-product {
    width: 100%;
    background: #f4f4f4;
    padding: 148px 0;
    display: flex;
    justify-content: space-between;
}

.home-product .ho-pro-left {
    width: 25%;
    box-sizing: border-box;
    padding-left: 1.6rem;
}

.home-product .ho-pro-left h2 {
    color: #333333;
    font-size: 36px;
}

.home-product .ho-pro-left p {
    color: #666;
    font-size: 16px;
    line-height: 26px;
}

.home-product .ho-pro-left .ho-p1 {
    margin-top: 20px;
}

.home-product .ho-pro-left h2:first-child {
    margin-top: 40px;
}

.home-product .ho-pro-left p:first-child {
    margin-top: 16px;
}

.home-product .ho-pro-btn {
    display: flex;
    align-items: center;
    margin: 64px 0 90px;
}

.home-product .ho-pro-btn .swiper-button {
    width: 36px;
    height: 36px;
    border: 1px #7a7a7a solid;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    outline: none;
    cursor: pointer;
}

.home-product .ho-pro-btn .swiper-button .icon {
    width: 16px;
    height: 16px;
    fill: currentColor;
    overflow: hidden;
    color: #7a7a7a;
}

.home-product .ho-pro-btn .swiper-button:hover {
    border: 1px #009944 solid;
}

.home-product .ho-pro-btn .swiper-button:hover .icon {
    color: #009944;
}

.ho-a {
    width: 160px;
    height: 40px;
    border: 1px #fff solid;
    color: #fff;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .4s;
    box-sizing: border-box;
}

.ho-a .icon {
    width: 16px;
    height: 16px;
    fill: currentColor;
    overflow: hidden;
    color: #fff;
    margin-left: 4px;
}

.home-product .ho-a {
    color: #999;
    border: 1px #999 solid;
}

.home-product .ho-a .icon {
    color: #999;
}

.ho-a:hover {
    color: #009944;
    border: 1px #009944 solid;
}

.ho-a:hover .icon {
    color: #009944;
}

.home-product .ho-pro-right {
    width: 75%;
}

.home-product .ho-pro-right .ho-pro-img {
    width: 100%;
    height: 330px;
    position: relative;
    overflow: hidden;
}

.home-product .ho-pro-right .ho-pro-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: auto;
    min-height: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}

.home-product .ho-pro-right .ho-pro-desc {
    width: 100%;
    padding: .46rem .5rem 0;
    box-sizing: border-box;
    position: relative;
}

.home-product .ho-pro-right .ho-pro-desc::before {
    content: '';
    position: absolute;
    left: 0;
    height: 1px;
    background: #009944;
    width: .2rem;
    top: .54rem;
}

.home-product .ho-pro-right .ho-pro-desc h3 {
    color: #34623f;
    font-size: 14px;
}

.home-product .ho-pro-right .ho-pro-desc h4 {
    color: #333;
    font-size: 20px;
    margin: 4px 0 12px;
}

.home-product .ho-pro-right .ho-pro-desc p {
    color: #989898;
    font-size: 14px;
    line-height: 24px;
}

.home-product .ho-pro-right .swiper-slide:hover .ho-pro-img img {
    transform: scale(1.1)
}

.home-craft {
    width: 100%;
    padding: 1rem 0;
}

.home-craft ul {
    display: flex;
    justify-content: space-between;
}

.home-craft ul li {
    width: 49.5%;
    position: relative;
    height: 660px;
}

.home-craft ul li img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: auto;
    min-height: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-craft ul li .ho-ca-item {
    padding: .95rem 0 1.2rem .5rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.home-craft ul li .ho-ca-item h2 {
    color: #fff;
    font-size: 36px;
}

.home-craft ul li .ho-ca-item p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}

.home-craft ul li .ho-ca-item .ho-p1 {
    margin-top: 20px;
}

.home-craft ul li .ho-ca-item span {
    width: 4px;
    height: 20px;
    display: flex;
    background: #009944;
    margin-top: 20px;
}

.home-craft ul li .ho-ca-item>p {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    width: 200px;
}

.home-craft ul li a {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 70px;
    height: 70px;
    background: #009944;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.home-craft ul li a .icon {
    width: 28px;
    height: 28px;
    fill: currentColor;
    overflow: hidden;
    color: #ccebda;
    transition: .4s;
}

.home-craft ul li a:hover .icon {
    transform: rotate(90deg);
}

.home-honor {
    width: 100%;
    background: url(../images/i-honor-bg.jpg);
    background-size: cover;
    padding: 1.1rem 0 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home-honor h2 {
    color: #fff;
    font-size: 36px;
}

.home-honor p {
    color: #fff;
    font-size: 16px;
}

.home-honor ul {
    display: flex;
    justify-content: space-between;
    padding: .7rem 0 .5rem;
}

.home-honor ul li {
    width: 22%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home-honor ul li div {
    width: 100%;
    height: 246px;
    position: relative;
    overflow: hidden;
}

.home-honor ul li div img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: auto;
    min-height: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-honor ul li h3 {
    color: #fff;
    font-size: 20px;
    margin: 16px 0 8px;
}

.home-honor ul li p {
    color: #fff;
    font-size: 16px;
}

.home-news {
    width: 100%;
    padding: 1.4rem 0;
}

.home-news .w1600 {
    display: flex;
    justify-content: space-between;
}

.home-news ul {
    width: 50%;
    padding-left: 20px;
    box-sizing: border-box;
    border-left: 1px #bfbfbf solid;
    height: 600px;
    position: relative;
}

.home-news ul::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 30px;
    background: #009944;
}

.home-news ul li {
    width: 100%;
    height: 200px;

}

.home-news ul li a {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
    padding: .38rem;
}

.home-news ul li:nth-child(odd) {
    background: #f4f4f4;
}

.home-news ul li h3 {
    color: #333;
    font-size: 20px;
    transition: .5s;
}

.home-news ul li span {
    color: #34623f;
    font-size: 16px;
    margin: 4px 0 8px;
    transition: .5s;
}

.home-news ul li p {
    color: #666666;
    font-size: 16px;
    line-height: 26px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: .5s;
}

.home-news ul li:hover h3 {
    transform: translateX(.1rem);
    color: #34623f;
}

.home-news ul li:hover span {
    transform: translateX(.1rem);
}

.home-news ul li:hover p {
    transform: translateX(.1rem);
}


.home-news ol {
    width: 50%;
    padding-left: 20px;
    box-sizing: border-box;
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.home-news ol li {
    height: 292px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.home-news ol li img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: auto;
    min-height: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s;
}

.home-news ol li .ho-ne-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: .38rem;
    box-sizing: border-box;
}

.home-news ol li .ho-ne-item .ho-ne-t h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 8px;
}

.home-news ol li .ho-ne-item .ho-ne-t p {
    color: #fff;
    font-size: 16px;
}

.home-news ol li .ho-ne-item .ho-ne-m {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home-news ol li .ho-ne-item .ho-ne-m i {
    width: 28px;
    height: 28px;
    border: 2px #fff solid;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-news ol li .ho-ne-item .ho-ne-m i .icon {
    width: 14px;
    height: 14px;
    fill: currentColor;
    overflow: hidden;
    color: #fff;
}

.home-news ol li .ho-ne-item .ho-ne-m p {
    color: #fff;
    font-size: 16px;
}

.home-news ol li:hover img {
    transform: scale(1.04);
}


















@media screen and (max-width: 1680px) {
    .w1600 {
        width: 90%;
    }
}