* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
}

a {
    text-decoration: none;
    color: #121212;
}

.websie_home_page {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    overflow: hidden;
}

.websit_header {
    width: 100%;
    height: 112px;
}

.websit_header_top {
    width: 100%;
    height: 42px;
    background: #15C975;
}

.websit_header_top_content {
    width: 1180px;
    height: 42px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.search_input {
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #fff;
    border-radius: 30px;
}

.search_input input {
    background: none;
    outline: none;
    border: 0;
    text-indent: 6px;
    color: #fff;
    font-size: 14px;
    height: 24px;
}

.labguge_select {
    width: 100px;
    height: 24px;
    background-color: rgba(68, 212, 145, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 16px;
    cursor: pointer;
}

.labguge_select span {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
}

.common_size_icon22x22 {
    
    margin-right: 4px;
}

.common_size_icon16x16 {
    width: 16px;
    height: 16px;
    margin-left: 10px;
    cursor: pointer;
}

.common_size_icon118x24 {
    width: 118px;
    height: 24px;
    margin-left: 16px;
}

.common_size_icon35x32 {
    width: 35px;
    height: 32px;
    position: relative;
    top: 6px;
    left: 4px;
}

.common_size_icon99x22 {
    width: 99px;
    height: 22px;
}

.websit_header_bottom {
    width: 1180px;
    height: 70px;
    background: #fff;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.websit_header_bottom_r {
    display: flex;
}

.websit_header_bottom_r li:first-of-type {
    margin-left: 0;
}

.websit_header_bottom_r li {
    margin-left: 80px;
    padding-top: 6px;
    position: relative;
    cursor: pointer;
}

.websit_header_bottom_r li a {
    color: #121212;
    font-size: 16px;
}

.websit_header_bottom_r li.tab_active::after {
    content: '';
    width: 90%;
    height: 4px;
    background-image: linear-gradient(to right, #15c975, #ffffff);
    position: absolute;
    bottom: -2px;
    left: 5%;
}

.websit_content {
    flex: 1;
    overflow-y: auto;
}

.websit_content .wrap_box {

    padding-bottom: 89px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../images/zh_bg.png');
    background-size: cover;
    margin-bottom: 0;
}

.websit_content .index_product {
    width: 1180px;
    margin: 0 auto;
}

.websit_content .index_product .index_hd {
    margin-bottom: 60px;
    background-image: none;
    margin-top: 63px;
}

.websit_content .hd_title_icon {
    width: 340px;
    height: 89px;
    display: block;
    margin: 0 auto;
}

.websit_content .product_slider {
    width: 1180px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.websit_content .product_items {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.websit_content .product_item {
    width: 380px;
    height: 380px;
    position: relative;
    overflow: hidden;
    cursor: pointer;

}

.websit_content .product_items .item_img a {
   
} 

.websit_content .product_item .item_img:hover img {
    transform: scale(1.1);
    /* 放大到原来的110% */
}

.websit_content .product_item img {
    width: 380px;
    height: 380px;
    object-fit: fill;
    transition: transform 0.3s ease;
    /* 平滑过渡效果 */
}

.websit_content .product_item .item_title a {
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    line-height: 27px;
    position: absolute;
    bottom: 22px;
    left: 20px;
}

.about_page {
    padding-top: 40px !important;
}

.contact_page {
    padding-top: 40px !important;
    padding-bottom: 83px !important;
    background: #fff !important;
}

.contact_page h1 {
    margin-bottom: 70px !important;
}

.contact_inr {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact_inr img {
    width: 1125px;
    height: 355px;
}

.about_company {
    background: #F4FBF6;
    padding-bottom: 120px;
    padding-top: 160px;
}

.contact_page h1 {
    margin-bottom: 70px !important;
}

.contact_page .contact_inr {
    width: 1180px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.contact_page .contact_inr .contact_inr_li {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.contact_page .contact_inr .contact_inr_li .icon_show {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.contact_page .contact_inr .contact_inr_li .icon_show img {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
}

.contact_page .contact_inr .contact_inr_li .icon_show span {
    font-family: DM Sans;
    font-size: 24px;
    font-weight: 600;
    line-height: 31.25px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #666666;
}

.contact_page .contact_inr .contact_inr_li .cantact_msg {
    font-family: DM Sans;
    font-size: 20px;
    font-weight: 400;
    line-height: 26.04px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #333333;
    margin-top: 36px;
    min-height: 52px;
    display: flex;
    align-items: center;
}

.contact_page .contact_inr .contact_inr_li .cantact_qrcode {
    width: 150px;
    height: 150px;
    object-fit: contain;
    margin-top: 36px;
    cursor: pointer;
}


.about_company h1 {
    width: 1180px;
    margin: 0 auto 120px;
    position: relative;
    font-family: DM Sans;
    font-size: 24px;
    font-weight: 600;
    line-height: 31.25px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #15C975;
    padding-left: 20px;
    padding-bottom: 14px;
}

.about_company h1::before {
    content: '';
    width: 10px;
    height: 25px;
    background: #15C975;
    position: absolute;
    bottom: 18px;
    left: 0;
}

.about_company h1::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #15C975;
    position: absolute;
    bottom: 0px;
    left: 0;
}

.about_company .about_company_inr {
    width: 1180px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.about_company .about_company_inr .about_company_inr_l {
    width: 604px;
    height: 328px;
    background: #DCF2E3;
    position: relative;
    margin-right: 52px;
}

.about_company .about_company_inr .about_company_inr_l::after {
    content: '';
    width: 321px;
    height: 8px;
    background: #27AE55;
    position: absolute;
    bottom: 0;
    left: 140px;
}

.about_company .about_company_inr .about_company_inr_l img {
    width: 604px;
    height: 354px;
    position: relative;
    left: 26px;
    top: -57px;
}

.about_company .about_company_inr .about_company_inr_r {
    position: relative;
    top: -57px;
}

.about_company .about_company_inr_r .title_render {
    display: flex;
    flex-direction: column;
}

.about_company .about_company_inr_r .title_render .title_icon {
    width: 181px;
    height: 40px;
}

.about_company .about_company_inr_r .title_render .desc_icon {
    width: 323px;
    margin-top: 16px;
    margin-bottom: 20px;
}

.about_company .content_render>a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.about_company .content_render {
    font-size: 24px;
    font-weight: 500;
    color: #121212;
    line-height: 40px;
    word-break: break-all;
}

.websit_footer {
    width: 100%;
    box-sizing: border-box;
    background: #15C975;
    padding: 50px 0;
}

.footer_inner {
    width: 1180px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.footer_inner_l {}

.footer_inner_l .text_icon {
    width: 358px;
    height: 38px;
}

.footer_inner_l_t {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
}

.footer_inner_l_list {
    display: flex;
    margin-bottom: 30px;
}

.footer_inner_l_li {
    width: 32px;
    height: 32px;
    margin-right: 16px;
}

.footer_inner_l_li img {
    width: 32px;
    height: 32px;
}

.footer_inner_c {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer_inner_c .footer_logo {
    width: 60px;
    height: 60px;
    margin-bottom: 26px;
}

.footer_inner_c .company_subscribe {
    width: 260px;
    height: 58px;
    background: #00AA5B;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_inner_r {
    display: flex;
    flex-direction: column;
    width: 280px;
}

.footer_inner_r .footer_inner_l_list {
    flex-direction: column;
}

.footer_inner_r .footer_inner_l_li {
    display: flex;
    width: 100%;
}

.footer_inner_r .footer_inner_l_li a {
    display: flex;
    width: 100%;
}

.footer_inner_r .footer_inner_l_li img {
    width: 26px;
    height: 26px;
}

.footer_inner_r .footer_inner_l_li-text {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-left: 6px;
}

.websit_coyright {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00BE65;
    height: 100px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

@media (max-width: 768px) {
    .websit_header {
        height: auto;
        padding-bottom: 20px;
    }

    .websit_header_bottom {
        height: auto;
    }

    .websit_header_top_content {
        width: 100%;
        flex-wrap: wrap;
    }

    .websit_header_bottom {
        width: 100%;
        flex-wrap: wrap;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .websit_header_bottom_r {
        flex-wrap: wrap;
    }

    .websit_header_bottom_r li {
        margin-left: 20px;
    }

    .websit_content .wrap_box {
        padding-bottom: 0;
    }

    .index_product {
        width: 100% !important;
        padding: 0 10px;
    }

    .websit_content .index_product .index_hd {
        margin: 20px auto;

    }

    .websit_content .hd_title_icon {
        width: 170px;
        height: 44px;
        display: block;
        margin: 0 auto;
    }

    .websit_content .product_slider {
        width: 100%;
    }

    .websit_content .product_items {
        display: flex;
        flex-wrap: wrap;
    }

    .websit_content .product_item {
        width: 100%;
        height: auto;
    }

    .websit_content .product_item img {
        width: 100%;
        height: auto;
    }

    .contact_page {
        padding: 40px 10px 20px !important;
    }

    .contact_page .contact_inr {
        flex-wrap: wrap;
        width: 100%;
    }

    .contact_page .contact_inr .contact_inr_li {
        width: 100%;
        margin-bottom: 20px;
    }

    .about_page {
        padding: 40px 10px 20px !important;
    }

    .about_company h1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .about_company {
        padding: 20px 0 80px;
    }

    .about_company .about_company_inr {
        width: 100%;
        flex-wrap: wrap;
    }

    .about_company .about_company_inr .about_company_inr_l {
        margin: 0 auto;
    }

    .about_company .about_company_inr .about_company_inr_r {
        top: 0;
        padding: 0 10px;
    }

    .about_company .about_company_inr_r .title_render {
        align-items: center;
        justify-content: center;
        margin: 20px auto;
    }

    .about_company .about_company_inr .about_company_inr_l {
        width: 100%;
        height: auto;
        padding: 0 10px;
    }

    .about_company .about_company_inr .about_company_inr_l img {
        width: 100%;
        height: auto;
        position: initial;
        margin: 0 auto;
    }

    .about_company .about_company_inr .about_company_inr_l::after {
        width: 50%;
        left: 25%;
    }

    .footer_inner {
        width: 100%;
        display: initial;
    }

    .footer_inner_l {
        text-align: center;
    }

    .footer_inner_l_list {
        justify-content: center;
    }

    .footer_inner_r {
        margin: 0 auto;
        text-align: center;
        margin-top: 20px;
    }

    .footer_inner_c {
        margin: 40px auto;
    }
}


.websit_content .detail_content {
    width: 1180px;
    margin: 34px auto 84px;
}

.websit_content .detail_content h1 {
    font-size: 28px;
    font-weight: 600;
    color: #121212;
    position: relative;
    margin-bottom: 35px;
}

.websit_content .detail_content h1::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #04A139;
    position: absolute;
    bottom: -17px;
    left: 0;
}

.websit_content .detail_content_show {
    display: flex;
}

.websit_content .detail_content_show .detail_content_image {
    width: 600px;
    height: 406px;
    display: flex;
    margin-right: 36px;
}

.websit_content .detail_content_show .detail_content_image a {
    width: 600px;
    height: 406px;
    display: flex;
}

.websit_content .detail_content_show .detail_content_image .detail_content_img {
    width: 600px;
    height: 406px;
    display: block;
}

.detail_content_show_right {
    display: flex;
    flex-direction: column;
    margin-top: 13px;
}

.websit_content .detail_content_show_text {
    margin-bottom: 30px;
}

.websit_content .detail_content_show_text:last-of-type {
    margin-bottom: 0;
}

.websit_content .detail_content_show_text .detail_content_show_title {
    position: relative;
    font-family: DM Sans;
    font-size: 24px;
    font-weight: 600;
    line-height: 31.25px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #15C975;
    padding-left: 20px;
    margin-bottom: 10px;

}

.websit_content .detail_content_show_text .detail_content_show_title::before {
    content: '';
    width: 10px;
    height: 25px;
    background: #15C975;
    position: absolute;
    left: 0px;
    bottom: 3px;
}

.detail_content .detail_content_show_list {
    display: flex;
    flex-direction: column;
}

.detail_content .detail_content_show_li::before {
    content: '※ ';
    width: 20px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    line-height: 36px;
    font-size: 18px;
    font-weight: normal;
}

.detail_content .detail_content_show_li {
    font-family: DM Sans;
    font-size: 18px;
    font-weight: 500;
    line-height: 36px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    position: relative;
    padding-left: 20px;
}

.detail_content .detail_content_show_li span {
    color: #15C975;
}

.detail_content .detail_content_show_desc {
    margin-top: 57px;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}

.detail_content_show_desc_title {
    margin-bottom: 20px;
}

.detail_content_show_desc p {
    font-size: 16px;
    color: #121212;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 34px;
}

.detail_content_show_desc b {
    font-size: 18px;
    color: #121212;
    font-weight: 400;
}

.detail_content .detail_content_show_desc span {
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.83px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #666666;
    margin-bottom: 20px;
    text-indent: 32px;
    word-break: break-all;
}

.detail_content .detail_content_show_pics {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.detail_content .detail_content_show_pics a.detail_content_show_pic {
    width: 358px;
    height: 243px;
    display: flex;
}

.detail_content .detail_content_show_pic img {
    width: 358px;
    height: 243px;
    transition: transform 0.3s ease;
    /* 平滑过渡效果 */
    object-fit: fill;
}

.detail_content .detail_content_show_pic:hover img {
    transform: scale(1.1);
    /* 放大到原来的110% */
}


@media (max-width:768px) {
    .websit_content .detail_content {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
        margin: 34px auto 0px;
    }

    .websit_content .detail_content_show .detail_content_image a {
        width: 100%;
        height: 100%;
    }

    .websit_content .detail_content_show .detail_content_image .detail_content_img {
        width: 100%;
        height: 100%;
    }

    .websit_content .detail_content_show {
        display: inherit;
    }

    .websit_content .detail_content_show .detail_content_image {
        width: 100%;
        height: 100%;
    }

    .detail_content .detail_content_show_pics a.detail_content_show_pic {
        width: 100%;
        margin-bottom: 20px;
    }

    .detail_content .detail_content_show_pic img {
        width: 100%;
    }
}

.exhibition_content {
    width: 1180px;
    margin: 54px auto 194px;
    display: flex;
    justify-content: space-between;
}

.exhibition_content .exhibition_content_l {
    width: 343px;
}

.exhibition_content .exhibition_content_title::before {
    content: '';
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../images/1.png');
    background-size: cover;
    position: absolute;
    bottom: 10px;
    left: 14px;
}

.exhibition_content .exhibition_content_title {
    font-family: DM Sans;
    font-size: 18px;
    font-weight: 600;
    line-height: 23.44px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    position: relative;
    width: 100%;
    height: 50px;
    background: #15C975;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 44px;
}

.exhibition_content .exhibition_content_list {
    border-top: 5px solid rgba(21, 201, 117, 0.5);
    background: rgba(21, 201, 117, 0.1);
    padding: 19px 14px;
    box-sizing: border-box;
}

.exhibition_content .exhibition_content_li {
    margin-bottom: 10px;
}

.exhibition_content .exhibition_content_li:last-of-type {
    margin-bottom: 0px;
}


.exhibition_content .exhibition_content_r {
    flex: 1;
    margin-left: 14px;
 
    display: flex;
    flex-direction: column;
     
}

.exhibition_content_list .exhibition_content_li a {
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.83px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #002F19;
}

.exhibition_content .exhibition_hot_icon {
    width: 19px;
    height: 19px;
    position: relative;
    top: 2px;
}

.exhibition_content .exhibition_content_r h4 {
    position: relative;
    font-family: DM Sans;
    font-size: 24px;
    font-weight: 600;
    line-height: 31.25px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #15C975;
    padding-left: 20px;
    padding-bottom: 14px;
}

.exhibition_content .exhibition_content_r h4::before {
    content: '';
    width: 10px;
    height: 25px;
    background: #15C975;
    position: absolute;
    bottom: 18px;
    left: 0;
}

.exhibition_content .exhibition_content_r h4::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #15C975;
    position: absolute;
    bottom: 0px;
    left: 0;
}

.exhibition_content .exhibition_content_pics {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 33px;
}

.exhibition_content .exhibition_content_pic {
    width: 260px;
    height: 260px;
    display: flex;
}

.exhibition_content .exhibition_content_pic img {
    width: 100%;
    height: 100%;
}

@media (max-width:768px) {
    .exhibition_content {
        width: 100%;
        box-sizing: border-box;
        padding: 0 10px;
        display: inherit;
        margin: 34px auto 0;
    }

    .exhibition_content .exhibition_content_l {
        width: 100%;
    }

    .exhibition_content .exhibition_content_r {
        width: 100%;
        display: inherit;
        margin-left: 0;
    }

    .exhibition_content .exhibition_content_pic {
        width: 100%;
        margin-bottom: 20px;
    }
}

/* unkernel */
.g-txt{
    margin-top: 10px;
}
.g-txt li{
    line-height: 40px;
}
.g-about{
    width: 1180px;
        margin: 0px auto ;
       
}
.g-h1{
margin-bottom: 20px!important;
}

@media (max-width:768px) {
.g-about {
        width: 100%;
      

    }

}
    