body {
    overflow: hidden;
}
/*头部内容*/

.head {
    width: 100%;
    height: auto;
    background: url('../images/head_line.jpg') repeat-y;
}
.head .head_center {
    width: 76%;
    margin: 0 auto;
    height: auto;
    background-color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.head .head_center .logo {
    height: 114px;
    display: flex;
    padding-right: 30px;
    align-items: center;
    background-color: #4ea636;
}
.head .head_center .logo .logo_img {
    width: 396px;
}
.head .head_center .nav {
    width: calc(100% - 468px);
}
.head .head_center .nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.head .head_center .nav ul li {
    width: 14%;
}
.head .head_center .nav ul li {
    cursor: pointer;
    position: relative;
    height: 114px;
    line-height: 114px;
    text-align: center;
}
.head .head_center .nav ul li::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 0%;
    background-color: green;
    transition: all 0.5s;
}
.head .head_center .nav ul li:hover::after {
    width: 100%;
}
.head .head_center .tel {
    width: 162px;
    height: 115px;
    display: flex;
    align-items: center;
}
.head .head_center .tel .tel_img {
    width: 162px;
    height: 24px;
}
.m_nav {
    display: none;
}
/*产品展示*/

.index_pro {
    width: 100%;
    background-color: #f6f6f6;
    padding-bottom: 110px;
}
.index_pro .index_pro_center {
    width: 76%;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
}
.index_pro .index_proTop {
    position: absolute;
    top: -66px;
    left: 0;
    width: 100%;
    height: 126px;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
}
.index_pro .index_proTop .index_proTitle {
    padding-left: 60px;
    display: flex;
    align-items: center;
}
.index_pro .index_proTop ul {
    width: 60%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 5px;
}
.index_pro .index_proTop ul li {
    width: calc(100% - 86px);
    text-align: center;
    height: 150px;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-right: 30px;
}
.index_pro .index_proTop ul li.index_more {
    width: 100px;
    text-align: center;
    height: 150px;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-right: 30px;
}
.index_pro .index_proTop ul li.index_more p {
    color: #429739;
}
.index_pro .index_proTop ul li.active {
    background-color: #86c376;
    color: #fff;
}
.index_pro .index_proTop ul li.active {
    background-color: #86c376;
    color: #fff;
}
.index_pro .index_proTop ul li .index_proIcon {
    margin: 30px auto 14px;
    width: 52px;
    height: 52px;
}
.index_pro .index_proTop ul li:nth-child(1) .index_proIcon {
    background: url('../images/index_icon1.png') no-repeat center;
}
.index_pro .index_proTop ul li:nth-child(2) .index_proIcon {
    background: url('../images/index_icon2.png') no-repeat center;
}
.index_pro .index_proTop ul li:nth-child(3) .index_proIcon {
    background: url('../images/index_icon3.png') no-repeat center;
}
.index_pro .index_proTop ul li:nth-child(4) .index_proIcon {
    background: url('../images/index_icon4.png') no-repeat center;
}
.index_pro .index_proTop ul li:nth-child(1).active .index_proIcon {
    background: url('../images/index_icon1_hover.png') no-repeat center;
}
.index_pro .index_proTop ul li:nth-child(2).active .index_proIcon {
    background: url('../images/index_icon2_hover.png') no-repeat center;
}
.index_pro .index_proTop ul li:nth-child(3).active .index_proIcon {
    background: url('../images/index_icon3_hover.png') no-repeat center;
}
.index_pro .index_proTop ul li:nth-child(4).active .index_proIcon {
    background: url('../images/index_icon4_hover.png') no-repeat center;
}
.index_pro .index_proBottom {
    padding-top: 90px;
    background-color: #86c376;
}
.index_pro .index_proBottom .index_pro1 {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.index_pro .index_proBottom .index_proItem {
    width: 23%;
}
.index_pro .index_proBottom .index_proItem .index_proItem_img{
    padding: 16px;
    background-color: rgba(255,255,255,.4);
    border-radius: 6px;
}
.index_pro .index_proBottom .index_proItem .index_proItem_img img {
    width: 100%;
}
.index_pro .index_proBottom .index_proItem .index_proItem_text {
    margin: 18px auto;
    width: 90%;
    display: flex;
    justify-content: space-between;
    color: #fff;
}
.index_pro .index_proBottom .index_proItem .index_proItem_text a {
    color: #fff;
}
/*优势*/

.index_pro .index_ad {
    padding-top: 120px;
    display: flex;
    justify-content: space-between;
    background-color: #f6f6f6;
    flex-wrap: wrap;
}
.index_pro .index_ad .index_adLeft {
    width: 48%;
}
.index_pro .index_ad .index_adRight {
    width: 48%;
}
.index_pro .index_ad .index_adLeft .index_adLeft_img1 {
    margin-bottom: 52px;
}
.index_pro .index_ad .index_adLeft .index_adLeft_text {
    margin-bottom: 62px;
}
.index_pro .index_ad .index_adLeft .index_adLeft_text1 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.index_pro .index_ad .index_adLeft .index_adLeft_text h3 {
    font-size: 28px;
    font-family: 'Arial';
    color: #000;
    font-weight: 700;
    margin-right: 20px;
}
.index_pro .index_ad .index_adLeft .index_adLeft_text span {
    font-size: 20px;
    font-family: 'Arial';
    color: #000;
    line-height: 1;
}
.index_pro .index_ad .index_adLeft .index_adLeft_text p {
    font-size: 16px;
    font-family: 'Arial';
    color: #666666;
}
.index_pro .index_ad .index_adRight {}
.index_pro .index_ad .index_adRight .index_adRight_item {
    margin-bottom: 50px;
}
.index_pro .index_ad .index_adRight .index_adRight_item h3 {
    font-size: 22px;
    margin-bottom: 14px;
}
.index_pro .index_ad .index_adRight .index_adRight_item i {
    font-size: 30px;
    color: #429739;
    margin-right: 10px;
}
.index_pro .index_ad .index_adRight .index_adRight_item p {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}
/*公司简介*/

.index_about {}
.index_about .index_about_top {
    width: 100%;
    background-color: #fff;
}
.index_about .index_about_top .index_about_top_center {
    width: 76%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.index_about .index_about_top .index_about_top_center {
    width: 76%;
    margin: 100px auto 120px;
    display: flex;
    justify-content: space-between;
}
.index_about .index_about_bottom {
    width: 100%;
    background-color: #3aa847;
    position: relative;
    height: 576px;
}
.index_about .index_about_bottom .index_about_bottom_center {
    width: 76%;
    position: absolute;
    top: -66px;
    left: 50%;
    transform: translateX(-50%);
    background: url('../images/about_bg.jpg') no-repeat top center;
    height: 576px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
}
.index_about .index_about_bottom .index_about_bottom_left {
    width: 40%;
    height: 576px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.index_about .index_about_bottom .index_about_bottom_right {
    width: 60%;
}
.index_about .index_about_bottom .index_about_bottom_right .index_about_bottom_title {
    margin-top: 80px;
}
.index_about .index_about_bottom .index_about_bottom_right .index_about_bottom_text {
    margin-top: 30px;
    width: 95%;
    margin-right: 5%;
    background-color: #fff;
    border-radius: 8px;
    height: 370px;
    overflow: hidden;
    position: relative;
}
.index_about .index_about_bottom .index_about_bottom_right .index_about_bottom_text h3 {
    margin-top: 70px;
    font-size: 24px;
    font-family: 'Arial';
    font-weight: 700;
    margin-bottom: 30px;
    width: 86%;
    margin-left: 7%;
}
.index_about .index_about_bottom .index_about_bottom_right .index_about_bottom_text .row {
    width: 64px;
    height: 8px;
    border-radius: 4px;
    background-color: #099219;
    position: absolute;
    top: 76px;
    left: -32px;
}
.index_about .index_about_bottom .index_about_bottom_right .index_about_bottom_text p {
    width: 86%;
    margin: 0 auto;
    line-height: 1.8;
    font-size: 16px;
}
.index_about .index_about_bottom .index_about_bottom_right .index_about_bottom_text .index_about_bottom_more {
    position: absolute;
    right: 5%;
    bottom: 10%;
    color: #3aa847;
}
.index_about .index_about_bottom .index_about_bottom_right .index_about_bottom_text .index_about_bottom_more a {
    color: #3aa847;
}
/*新闻中心*/

.index_news {
    width: 76%;
    margin: 70px auto 0;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}
.index_news .index_news_left {
    width: 41%;
    position: relative;
    overflow: hidden;
}
.index_news .index_news_left .index_news_left_img {
    position: relative;
}
.index_news .index_news_left .index_news_left_img1 {
    width: 80%;
    position: absolute;
    left: 10%;
    bottom: 10%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index_news .index_news_left .index_news_left_img2 {
    width: 100%;
    height: 415px;
    overflow: hidden;
}
.index_news .index_news_left .index_news_left_img2 img {
    width: 100%;
}
.index_news .index_news_left .index_news_left_text {
    margin-top: 36px;
    padding: 40px 24px 30px;
    border: 1px solid #efefef;
    box-shadow: 1px 1px 2px #999;
}
.index_news .index_news_left .index_news_left_text h3 {
    font-size: 18px;
    font-family: 'Arial';
    font-weight: bold;
    text-align: left;
    margin-bottom: 22px;
}
.index_news .index_news_left .index_news_left_text p {
    font-size: 16px;
    font-family: 'Arial';
    text-align: left;
    line-height: 1.8;
}
.index_news .index_news_left .index_news_left_text>div {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.index_news .index_news_left .index_news_left_text div a {
    color: #099219;
}
.index_news .index_news_left .index_news_left_text div span {
    color: #099219;
    font-weight: bold;
}
.index_news .index_news_right {
    width: 55%;
}
.index_news .index_news_right .index_news_right_newsTitle {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.index_news .index_news_right .index_news_right_newsTitle a {
    color: #099219;
}
.index_news .index_news_right .index_news_right_newsItem1 {
    margin-top: 36px;
    padding: 40px 24px 30px;
    border: 1px solid #efefef;
    box-shadow: 1px 1px 2px #999;
}
.index_news .index_news_right .index_news_right_newsItem1 h3 {
    font-size: 18px;
    font-family: 'Arial';
    font-weight: bold;
    text-align: left;
    margin-bottom: 22px;
}
.index_news .index_news_right .index_news_right_newsItem1 p {
    font-size: 16px;
    font-family: 'Arial';
    text-align: left;
    line-height: 1.8;
}
.index_news .index_news_right .index_news_right_newsItem1>div a {
    display: block;
    margin-top: 20px;
    color: #099219;
}
.index_news .index_news_right .index_news_right_newsItem1 .line {
    height: 1px;
    width: 100%;
    background-color: #e8e8e8;
    margin-top: 10px;
    margin-bottom: 10px;
}
.index_news .index_news_right .index_news_right_newsItem1 .date {
    display: flex;
    justify-content: space-between;
}
.index_news .index_news_right .index_news_right_newsItem1 .date .day {
    font-size: 36px;
    color: #1d9a2c;
}
.index_news .index_news_right .index_news_right_newsItem1 .date .year {
    font-size: 18px;
    color: #1d9a2c;
}
.index_news .index_news_right .index_news_right_newsItem1 .author {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.index_news .index_news_right .index_news_right_newsItem1 .author img {
    display: block;
    margin-right: 10px;
}
.index_news .index_news_right .index_news_right_newsItem2 {
    margin-top: 36px;
    padding: 40px 24px 30px;
    border: 1px solid #efefef;
    box-shadow: 1px 1px 2px #999;
}
.index_news .index_news_right .index_news_right_newsItem2 {
    margin-top: 36px;
    padding: 40px 24px 30px;
    border: 1px solid #efefef;
    box-shadow: 1px 1px 2px #999;
}
.index_news .index_news_right .index_news_right_newsItem2 h3 {
    font-size: 18px;
    font-family: 'Arial';
    font-weight: bold;
    text-align: left;
    margin-bottom: 22px;
}
.index_news .index_news_right .index_news_right_newsItem2 p {
    font-size: 16px;
    font-family: 'Arial';
    text-align: left;
    line-height: 1.8;
}
.index_news .index_news_right .index_news_right_newsItem2>div {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.index_news .index_news_right .index_news_right_newsItem2>div a {
    color: #099219;
}
.index_news .index_news_right .index_news_right_newsItem2>div span {
    color: #099219;
    font-weight: bold;
}
/*底部样式*/

.footer_contact {
    margin-top: 90px;
    width: 100%;
    background: url(../images/footer_bg.jpg) no-repeat top center;
    overflow: hidden;
}
.footer_contact .footer_contact_center {
    width: 76%;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 60px;
}
.footer_contact .footer_contact_center .footer_contact_left {
    margin-top: 60px;
    width: 48%;
    float: left;
}
.footer_contact .footer_contact_center .message_top {
    display: flex;
    justify-content: space-between;
}
.footer_contact .footer_contact_center .message_top>div {
    height: 30px;
    width: 32%;
}
.footer_contact .footer_contact_center .message_bottom {
    margin-top: 60px;
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #878787;
}
.footer_contact .footer_contact_center input {
    background: none;
    color: #fff;
    font-size: 14px;
}
.footer_contact .footer_contact_center .message_bottom textarea {
    width: 100%;
    height: 74px;
    background: none;
    color: #fff;
}
.footer_contact .footer_contact_center .message button {
    width: 140px;
    height: 40px;
    background: #1d9a2c;
    color: #fff;
    margin-top: 30px;
}
.footer_contact .footer_contact_center .footer_contact_right {
    margin-top: 60px;
    width: 44%;
    float: right;
}
.footer_contact .footer_contact_center .footer_contact_right {
    color: #fff;
}
.footer_contact .footer_contact_center .footer_contact_right .contact_text {
    float: left;
    width: 44%;
}
.footer_contact .footer_contact_center .footer_contact_right .contact_text h3 {
    font-size: 16px;
    font-weight: bold;
    color: #999;
    margin-bottom: 30px;
}
.footer_contact .footer_contact_center .footer_contact_right .contact_text p {
    font-size: 14px;
    color: #999;
    margin-bottom: 20px;
}
.footer_contact .footer_contact_center .footer_contact_right .contact_text p i {
    font-size: 20px;
    margin-right: 10px;
}
.footer_contact .footer_contact_center .footer_contact_right .erweima {
    margin-top: 50px;
    float: right;
    width: 44%;
}
.footer_contact .footer_contact_center .footer_contact_right .erweima_left {
    float: left;
    width: 54%;
}
.footer_contact .footer_contact_center .footer_contact_right .erweima_right {
    float: right;
    width: 40%;
}
.footer_contact .footer_contact_center .footer_contact_right .erweima_right h3 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #999;
}
.footer_contact .footer_contact_center .footer_contact_right .erweima_right p {
    font-size: 14px;
    color: #999;
}
.footer_contact .footer_contact_center .footer_contact_right .erweima img {
    width: 100%;
}
.icp {
    height: 48px;
    width: 100%;
    background-color: #1d9a2c;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.icp p a {
    font-size: 14px;
    color: #fff;
    line-height: 48px;
}
.h-1440 {
    display: block;
}
.v-1440 {
    display: none;
}
.h-992 {
    display: block;
}
.v-992 {
    display: none;
}
@media screen and (max-width: 1440px) {
    .head .head_center .logo {
        height: 100px;
    }
    .head .head_center .nav ul li {
        height: 100px;
        line-height: 100px;
    }
    .head .head_center .tel {
        width: 162px;
        height: 100px;
    }
    .head .head_center .logo .logo_img {
        width: 276px;
    }
    .head .head_center .logo .logo_img img {
        width: 100%;
    }
    .index_pro .index_proTop {
        position: absolute;
        top: -36px;
        left: 0;
        width: 100%;
        height: 116px;
        display: flex;
        justify-content: space-between;
        background-color: #fff;
    }
    .index_pro .index_proTop ul li {
        width: 70%;
        text-align: center;
        height: 115px;
        cursor: pointer;
    }
    .index_pro .index_proTop ul li .index_proIcon {
        margin: 18px auto 14px;
        width: 38px;
        height: 38px;
    }
    .index_pro .index_proTop ul li .index_proIcon {
        background-size: 100% !important;
    }
    .index_pro .index_ad {
        padding-top: 70px;
        display: flex;
        justify-content: space-between;
        background-color: #f6f6f6;
    }
    .index_pro .index_ad .index_adLeft .index_adLeft_img1 img {
        width: 70%;
    }
    .index_pro .index_ad .index_adLeft .index_adLeft_img1 {
        margin-bottom: 24px;
    }
    .index_pro .index_ad .index_adRight .index_adRight_item {
        margin-bottom: 36px;
    }
    .index_pro .index_ad .index_adRight .index_adRight_item p {
        font-size: 14px;
        line-height: 1.8;
        color: #333;
    }
    .index_pro .index_ad .index_adRight .index_adRight_item h3 {
        font-size: 20px;
        margin-bottom: 14px;
    }
    .index_pro .index_ad .index_adRight .index_adRight_item i {
        font-size: 26px;
        color: #429739;
        margin-right: 10px;
    }
    .index_pro .index_ad .index_adLeft .index_adLeft_text h3 {
        font-size: 24px;
        font-family: 'Arial';
        color: #000;
        font-weight: 700;
        margin-right: 20px;
    }
    .index_pro .index_ad .index_adLeft .index_adLeft_text p {
        font-size: 15px;
        line-height: 1.5;
        font-family: 'Arial';
        color: #666666;
    }
    .index_pro .index_ad .index_adLeft .index_adLeft_text {
        margin-bottom: 32px;
    }
    .index_pro {
        width: 100%;
        background-color: #f6f6f6;
        padding-bottom: 50px;
    }
    .index_about .index_about_top .index_about_top_center {
        width: 76%;
        margin: 60px auto 100px;
        display: flex;
        justify-content: space-between;
    }
    .index_about .index_about_bottom {
        width: 100%;
        background-color: #3aa847;
        position: relative;
        height: 496px;
    }
    .index_about .index_about_bottom .index_about_bottom_center {
        width: 76%;
        position: absolute;
        top: -66px;
        left: 50%;
        transform: translateX(-50%);
        background: url(../images/about_bg.jpg) no-repeat top center;
        height: 496px;
        border-radius: 8px;
        display: flex;
        justify-content: space-between;
    }
    .h-1440 {
        display: none;
    }
    .v-1440 {
        display: block;
    }
    .index_about .index_about_bottom .index_about_bottom_right .index_about_bottom_text {
        margin-top: 30px;
        width: 95%;
        margin-right: 5%;
        background-color: #fff;
        border-radius: 8px;
        height: 300px;
        overflow: hidden;
        position: relative;
    }
    .index_about .index_about_bottom .index_about_bottom_right .index_about_bottom_text h3 {
        margin-top: 40px;
        font-size: 24px;
        font-family: 'Arial';
        font-weight: 700;
        margin-bottom: 30px;
        width: 86%;
        margin-left: 7%;
    }
    .index_about .index_about_bottom .index_about_bottom_right .index_about_bottom_text .row {
        width: 64px;
        height: 8px;
        border-radius: 4px;
        background-color: #099219;
        position: absolute;
        top: 52px;
        left: -32px;
    }
    .index_about .index_about_bottom .index_about_bottom_left img {
        width: 60%;
    }
    .index_about .index_about_bottom .index_about_bottom_right .index_about_bottom_title {
        margin-top: 60px;
    }
    .index_news .index_news_left .index_news_left_img2 {
        width: 100%;
        height: 388px;
        overflow: hidden;
    }
}
@media screen and (max-width: 992px) {
    .h-992 {
        display: none !important;
    }
    .v-992 {
        display: block !important;
    }
    .side-nav a {
        padding: 0 16px;
    }
    .index_pro .index_proTop {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 75px;
        display: flex;
        justify-content: space-between;
        background-color: #fff;
    }
    .index_pro .index_proTop .index_proTitle {
        padding-left: 10px;
        display: flex;
        align-items: center;
    }
    .index_pro .index_proTop .index_proTitle img{
		width: 80%;
    }	
    .index_pro .index_proTop ul {
        width: 60%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-top: 5px;
    }
    .index_pro .index_pro_center {
        width: 90%;
        margin: 0 auto;
        background-color: #fff;
        position: relative;
        top: 30px;
    }
    .index_pro .index_proTop ul li {
        width: 25%;
        text-align: center;
        height: 75px;
        cursor: pointer;
    }
    .index_pro .index_proTop ul li .index_proIcon {
        margin: 6px auto 8px;
        width: 28px;
        height: 28px;
    }
    .index_pro .index_proTop ul li div p {
        font-size: 14px;
    }
    .index_pro .index_proBottom {
        padding-top: 88px;
        background-color: #86c376;
    }
    .index_pro .index_proBottom .index_proItem {
        width: 43%;
    }
    .index_pro .index_proBottom .index_proItem .index_proItem_text p {
        font-size: 14px;
    }
    .index_pro .index_proBottom .index_proItem .index_proItem_text a {
        font-size: 14px;
    }
    .index_pro .index_proBottom .index_proItem .index_proItem_text {
        margin: 10px auto 18px;
        width: 90%;
        display: flex;
        justify-content: space-between;
        color: #fff;
    }
    .owl-theme .owl-controls .owl-pagination {
        display: none !important;
    }
    .index_pro .index_ad {
        padding-top: 40px;
        display: flex;
        justify-content: space-between;
        background-color: #f6f6f6;
    }
    .index_pro .index_ad .index_adLeft {
        width: 100%;
    }
    .index_pro .index_ad .index_adLeft .index_adLeft_text h3 {
        font-size: 20px;
        font-family: 'Arial';
        color: #000;
        font-weight: 700;
        margin-right: 20px;
        margin: 7px 0;
        width: 100%;
    }
    .index_pro .index_ad .index_adLeft .index_adLeft_text span {
        font-size: 18px;
        font-family: 'Arial';
        color: #000;
    }
    .index_pro .index_ad .index_adLeft .index_adLeft_text1 {
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        margin-bottom: 10px;
        flex-wrap: wrap;
    }
    .index_pro .index_ad .index_adLeft .index_adLeft_text p {
        font-size: 14px;
        line-height: 1.5;
        font-family: 'Arial';
        color: #666666;
    }
    .index_pro .index_ad .index_adLeft .index_adLeft_img2 {
        text-align: center;
    }
    .index_pro .index_ad .index_adLeft .index_adLeft_img2 img {
        width: 70%;
    }
    .index_pro .index_ad .index_adLeft .index_adLeft_img1 {
        margin-bottom: 14px;
    }
    .index_pro .index_ad .index_adRight {
        width: 100%;
    }
    .index_pro .index_ad .index_adRight .index_adRight_item h3 {
        font-size: 18px;
        margin-bottom: 14px;
    }
    .index_pro .index_ad .index_adRight .index_adRight_item i {
        font-size: 20px;
        color: #429739;
        margin-right: 10px;
    }
    .index_about .index_about_top .index_about_top_center {
        width: 90%;
        margin: 40px auto 20px;
        display: flex;
        justify-content: space-between;
    }
    .index_about .index_about_bottom .index_about_bottom_center {
        width: 90%;
        position: absolute;
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
        background: url(../images/about_bg.jpg) no-repeat top center;
        height: 390px;
        border-radius: 8px;
        display: flex;
        justify-content: space-between;
    }
    .index_about .index_about_top .index_about_title {
        width: 35%;
    }
    .index_about .index_about_top .index_about_title img {
        width: 100%;
    }
    .index_about .index_about_top a {
        font-size: 14px;
    }
    .index_about .index_about_bottom .index_about_bottom_left {
        display: none;
    }
    .index_about .index_about_bottom .index_about_bottom_right img {
        width: 80%;
    }
    .index_about .index_about_bottom .index_about_bottom_right .index_about_bottom_text {
        margin-top: 30px;
        width: 100%;
        margin-right: 0;
        background-color: #fff;
        border-radius: 8px;
        height: 250px;
        overflow: hidden;
        position: relative;
    }
    .index_about .index_about_bottom .index_about_bottom_right .index_about_bottom_title {
        margin-top: 30px;
    }
    .index_about .index_about_bottom .index_about_bottom_right .index_about_bottom_title {
        margin-top: 30px;
        text-align: center;
    }
    .index_about .index_about_bottom .index_about_bottom_right {
        width: 90%;
        margin: 0 auto;
    }
    .index_about .index_about_bottom .index_about_bottom_right .index_about_bottom_text h3 {
        margin-top: 0px;
        font-size: 18px;
        font-family: 'Arial';
        font-weight: 700;
        margin-bottom: 12px;
        width: 86%;
        /* margin-left: 7%; */
    }
    .index_about .index_about_bottom .index_about_bottom_right .index_about_bottom_text .row {
        width: 64px;
        height: 8px;
        border-radius: 4px;
        background-color: #099219;
        position: absolute;
        top: 5px;
        left: -48px;
    }
    .index_about .index_about_bottom .index_about_bottom_right .index_about_bottom_text p {
        width: 86%;
        margin: 0 auto;
        line-height: 1.8;
        font-size: 14px;
    }
    .index_about .index_about_bottom .index_about_bottom_right .index_about_bottom_text .index_about_bottom_more a {
        color: #3aa847;
        font-size: 14px;
    }
    .index_about .index_about_bottom {
        width: 100%;
        background-color: #3aa847;
        position: relative;
        height: 386px;
    }
    .index_news {
        width: 90%;
        margin: 70px auto 0;
        display: flex;
        justify-content: space-between;
        overflow: hidden;
        flex-wrap: wrap;
    }
    .index_news .index_news_left {
        width: 100%;
        position: relative;
        overflow: hidden;
    }
    .index_news .index_news_right {
        width: 100%;
    }
    .index_news .index_news_right .index_news_right_newsTitle {
        margin-bottom: 40px;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        display: none;
    }
    .index_news .index_news_left .index_news_left_img1 .index_news_left_img1_sub1 img {
        width: 68%;
    }
    .index_news .index_news_left .index_news_left_text h3 {
        font-size: 16px;
        font-family: 'Arial';
        font-weight: bold;
        text-align: left;
        margin-bottom: 12px;
    }
    .index_news .index_news_left .index_news_left_text p {
        font-size: 14px;
        font-family: 'Arial';
        text-align: left;
        line-height: 1.8;
    }
    .index_news .index_news_left .index_news_left_text div span {
        color: #099219;
        font-weight: bold;
        font-size: 14px;
    }
    .index_news .index_news_left .index_news_left_text div a {
        color: #099219;
        font-size: 14px;
    }
    .index_news .index_news_left .index_news_left_text {
        margin-top: 36px;
        padding: 4px 24px 13px;
        border: 1px solid #efefef;
        box-shadow: 1px 1px 2px #999;
    }
    .index_news .index_news_left .index_news_left_text>div {
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
    }
    .index_news .index_news_right .index_news_right_newsItem1 {
        margin-top: 36px;
        padding: 40px 24px 30px;
        border: 1px solid #efefef;
        box-shadow: 1px 1px 2px #999;
        display: none;
    }
    .index_news .index_news_right .index_news_right_newsItem2 {
        margin-top: 36px;
        padding: 0px 24px 20px;
        border: 1px solid #efefef;
        box-shadow: 1px 1px 2px #999;
    }
    .index_news .index_news_right .index_news_right_newsItem2 h3 {
        font-size: 16px;
        font-family: 'Arial';
        font-weight: bold;
        text-align: left;
        margin-bottom: 12px;
    }
    .index_news .index_news_right .index_news_right_newsItem2 {
        margin-top: 20px;
        padding: 0px 24px 20px;
        border: 1px solid #efefef;
        box-shadow: 1px 1px 2px #999;
    }
    .index_news .index_news_right .index_news_right_newsItem2 p {
        font-size: 14px;
        font-family: 'Arial';
        text-align: left;
        line-height: 1.8;
    }
    .index_news .index_news_right .index_news_right_newsItem2>div {
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
    }
    .index_news .index_news_right .index_news_right_newsItem2>div span {
        color: #099219;
        font-weight: bold;
        font-size: 14px;
    }
    .index_news .index_news_right .index_news_right_newsItem2>div a {
        color: #099219;
        font-size: 14px;
    }
    .footer_contact .footer_contact_center .footer_contact_left {
        margin-top: 60px;
        width: 48%;
        float: left;
        display: none;
    }
    .footer_contact .footer_contact_center .footer_contact_right {
        margin-top: 30px;
        width: 100%;
        float: right;
    }
    .footer_contact .footer_contact_center {
        width: 90%;
        margin: 0 auto;
        overflow: hidden;
        padding-bottom: 10px;
    }
    .footer_contact .footer_contact_center .footer_contact_right .erweima {
        margin-top: 50px;
        float: right;
        width: 44%;
        display: none;
    }
    .footer_contact .footer_contact_center .footer_contact_right .contact_text {
        float: left;
        width: 100%;
    }
    .index_pro .index_proTop ul li.index_more {
        width: 86px;
        text-align: center;
        height: 150px;
        cursor: pointer;
        display: flex;
        align-items: center;
        margin-right: 0px;
    }
}

@media screen and (min-width:1599px) and (max-width: 1920px){
    .index_news .index_news_right .index_news_right_newsItem1 {
        margin-top: 66px;
        padding: 40px 24px 30px;
        border: 1px solid #efefef;
        
}