﻿@charset "utf-8";

body {
    /* 填写默认字体 */
    font-family:"","Microsoft Yahei", "PingFang SC", "Helvetica Neue", Helvetica, Arial;
    color: #222222;
    min-height: initial !important;
}

@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont/iconfont.woff2?t=1681287520508') format('woff2'),
         url('../fonts/iconfont/iconfont.woff?t=1681287520508') format('woff'),
         url('../fonts/iconfont/iconfont.ttf?t=1681287520508') format('truetype');
}

/* 谷歌翻译后防止与sticky产生冲突 */
.translated-ltr body,
.translated-rtl body{
    margin-top: 40px !important;
}

/* 防止弹窗插件问题 */
.hc_container{
    overflow: hidden;
}

.iconfonts {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grahccale;
}
/* slick 懒加载图片去边框 */
.slick-loading{
    opacity: 0;
}


/* h1隐藏 */
.fszero{
    display: none;
}

/* 去除input记忆填充底色 */
input:-webkit-autofill {
    box-shadow:0 0 0 1000px white inset !important;
}

input:-internal-autofill-previewed,
    input:-internal-autofill-selected {
    -webkit-text-fill-color: #333 !important;
    transition: background-color 5000s ease-in-out 0s !important;
}

/* ph去除载入效果 */
@media screen and (max-width: 1200px) {
    .wow {
        animation: none;
    }
}

.hd{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 100;
    box-shadow: 0 0 10px 0 rgba(0 , 0, 0, 0.08);
}

.hd .hc_cont1410{
    display: flex;
    justify-content: space-between;
}

.hc_logo{
    width: 190px;
    display: block;
}

.hc_logo,
.hc_link{
    line-height: 100px;
}

.hd_right{
    display: flex;
    align-items: center;
}

.hc_nav{
    display: flex;
    margin-right: 75px;
}

.hc_link{
    font-size: 16px;
    color: #222222;
    display: block;
    transition: all 0.36s;
}



.hc_item.active .hc_link{
    color: #0b723a;
    font-weight: bold;
}

.hc_item:not(:last-child){
    margin-right: 45px;
}

.hc_language{
    padding: 5px;
    font-size: 28px;
    cursor: pointer;
    display: block;
}

.hc_language span{
    color: #000000;
}

.hc_language:hover span{
    color: #0b723a;
    font-weight: bold;
}

.c_pcbtn{
    display: flex;
    align-items: center;
}

.c_pcbtn{
    display: none;
}

.hc_search{
    font-size: 22px;
    margin-left: 40px;
    cursor: pointer;
}

.hc_search:hover span{
    color: #0b723a;
    font-weight: bold;
}

/* search */
.search_view{
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    overflow-y: auto;
    background-color: rgba(0, 0, 0,0.9);
    z-index: 999;
    display: none;
}

.search_view form{
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    animation: searchtit 1.3s ease both; 
}

.search_view_tit{
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 50px;
    text-align: center;
}

.search_close{
    position: absolute;
    width: 34px;
    transition: all 0.36s;
    z-index: 1;
    right: 200px;
    top: 100px;
    cursor: pointer;
}

.search_close:hover{
    transform: rotate(-90deg);
}

body.search_open{
    overflow: hidden;
}

@keyframes searchtit {
    from{
        transform: translateY(-80px) scale(0.5);
        opacity: 0;
    }
    to{
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

.search_view_cont{
    position: relative;
    width: 1200px;
}

.search_view_cont input{
    width: 100%;
    height: 50px;
    color: #fff;
    padding-left: 10px;
    padding-right: 40px;
    border-bottom: 1px solid #999;
    transition: all 0.36s;
}

.search_view_cont input:focus{
    border-bottom: 1px solid #fff;
}

.search_view_cont button{
    padding: 4px;
    font-size: 26px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 1680px) {
    .search_view_tit {
        font-size: 26px;
        margin-bottom: 40px;
    }

    .search_view_cont button {
        font-size: 24px;
    }

    .search_close {
        width: 28px;
    }
}

@media screen and (max-width: 1440px) {
    .search_view_cont {
        width: 82.5%;
    }

    .search_view_tit {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .search_view_cont button {
        font-size: 22px;
    }

    .search_close {
        right: 140px;
        top: 100px;
        width: 24px;
    }

    .search_view_cont input {
        height: 45px;
        padding-right: 40px;
    }
}

@media screen and (max-width: 991px) {
    .search_close {
        right: 90px;
        top: 100px;
        width: 24px;
    }

    .search_view_tit {
        font-size: 20px;
    }
}

@media screen and (max-width: 768px) {
    .search_close {
        right: 40px;
        top: 80px;
        width: 20px;
    }

    .search_view_tit {
        font-size: 20px;
    }

    .search_view_cont button {
        font-size: 18px;
    }

    .search_view_cont input {
        height: 40px;
    }
}
/* search-end */

.section {
    overflow: hidden;
}

.home_cont{
    position: relative;
    width: 100%;
    height: 100vh;
    left: 0;
    top:0;
    padding-top: 50px;
}

.section.p6 .home_cont{
    padding-top: 0 !important;
}

.home_cont .slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hc_page{
    padding-top: 100px;
}

.page_ban img{
    width: 100%;
}

.business_link{
    display: flex;
}

.business_link>div{
    width: 50%;
    position: relative;
}

.business_img{
    padding-top: 60%;
    height: 100%;
}

.business_link .right{
    padding: 3.6% 5.7%;
}

.business_tit{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 17px;
    color: #000000;
}

.business_text p{
    font-size: 16px;
    line-height: 1.625;
    color: #444444;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 78px;
}

.business_text{
    margin-bottom: 55px;
}

.business_btn{
    min-width: 150px;
    padding: 0 18px;
    height: 40px;
    background-color: #222222;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 0.36s;
    font-size: 16px;
    cursor: pointer;
}

.business_link:hover .business_btn{
    background-color: #0b723a;
}

.business_link:hover .business_img img{
    transform: scale(1.05);
}

.business_img img{
    object-fit: cover;
}

.business_list{
    background-color: #fff;
}

.business_nubmer{
    font-size: 140px;
    font-weight: bold;
    color: #f6f6f6;
    position: absolute;
    right: 0;
    bottom: -10px;
    line-height: 1;
}

.business_item:nth-child(even){
    background-color: #f6f6f6;
}

.business_item:nth-child(even) .business_link{
    flex-direction: row-reverse;
}

.business_item:nth-child(even) .business_nubmer{
    color: #ffffff;
}

.business_cont{
    padding: var(--padding) 0;
}

.ft{
    background-color: #fff;
/*    background-color: #333333;*/
}

.ft_top{
    padding: 50px 0;
}

.ft_top_flex{
    display: flex;
    justify-content: space-between;
}

.ft_top_flex{
    margin: 0 -20px;
}

.ft_item{
    padding: 0 20px;
}

.ft_item_tit{
    font-size: 24px;
    line-height: 1.5;
/*    color: #fff;*/
    color: #000;
    margin-bottom: 20px;
}

.ft_items{
    display: flex;
}

.ft_items_key{
    flex-shrink: 0;
}

.ft_items_key,
.ft_items_cont a,
.ft_items_cont div,
.ft_items_link{
    display: block;
    font-size: 16px;
    line-height: 1.75;
/*    color: #fff;*/
    color: #000;
}

.ft_items{
    margin-bottom: 10px;
}

.ft_items_cont a:hover,
.ft_items_link:hover{
    text-decoration: underline;
}

.ft_bot{
    border-top: 1px solid #515151;
    padding: 15px 0;
}

.ft_bot_flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ft_bot_flex .left{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.ft_bot_flex p,
.ft_bot_flex .left a,
.sitemap_text{
    font-size: 14px;
    line-height: 1.65;
/*    color: #fff;*/
    color: #000;
}

.ft_bot_flex .left a:hover{
    text-decoration: underline;
}

.sitemap{
    display: flex;
    align-items: center;
    font-size: 24px;
}

.sitemap span{
    color: #fff;
    margin-right: 6px;
}

.ft_bot_flex .left a{
    margin-left: 12px;
}

.sitemap .sitemap_text:hover{
    text-decoration: underline;
}

.bread_list{
    display: flex;
    flex-wrap: wrap;
    padding: 14px 0;
    border-bottom: 1px solid #cccccc;
}

.bread_item .bread_link,
.bread_item span{
    font-size: 14px;
    line-height: 1.85;
    color: #999999;
}

.bread_item:last-child span{
    display: none;
}

.bread_item{
    margin-right: 6px;
    flex-shrink: 0;
}

.bread_link:hover{
    color: #222222;
} 

.busdeta_edit p{
    font-size: 16px;
    line-height: 1.625;
    color: #666666;
}

.busdeta_edit img{
    height: auto !important;
}

.busdeta_tit{
    font-weight: bold;
    color: #222222;
    margin-bottom: 25px;
}

.busdeta_section{
    padding: 60px 0 var(--padding);
}

.hc_container{
    --padding:100px;
    --flex_padding:15px;
    --flex_margin:-15px;
}

.product_link{
    padding: 15px;
    border: 1px solid #b3b3b3;
    display: block;
    height: 100%;
}

.product_list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 var(--flex_margin) 10px;
}

.product_item{
    width: 33.333333%;
    padding: 0 var(--flex_padding);
    margin-bottom: 40px;
}

.product_img{
    padding-top: 100%;
}

.product_tit{
    color: #222222;
    text-align: center;
    font-size: 16px;
    line-height: 1.625;
    margin-top: 25px;
    margin-bottom: 10px;
    transition: all 0.36s;
    font-weight: bold;
}

.mod_page_item a{
    width: 34px;
    line-height: 32px;
    border-radius: 0;
    border-color: #888888;
    color: #333333;
}

.mod_page_item.act a {
    background-color: #019746;
    border-color: #019746;
}

.mod_page_item a:hover {
    background-color: #019746;
    border-color: #019746;
}


.mod_page .prev span {
    font-size: 14px;
    transform: translate(0px,-1px) rotate(180deg);
}

.mod_page .next span {
    font-size: 14px;
    transform: translate(0px,0px);
}

.mod_page .prev:hover span,
.mod_page .next:hover span{
    color: #fff;
}

.mod_page_item.hiddens a{
    border-color: transparent !important;
    background-color: transparent !important;
    color: #222 !important;
}

.mod_page_item.hiddens{
    margin: 0 0px;
}

.mod_page_item{
    margin: 0 7px;
}

.mod_page .prev {
    margin-right: 13px !important;
}

.mod_page .next {
    margin-left: 13px !important;
}

.product_link:hover{
    background-color: #019746;
}

.product_link:hover .product_tit{
    color: #fff;
}

.product_link:hover .product_img img{
    transform: scale(1.04);
}

.prodeta_info_flex{
    display: flex;
    justify-content: space-between;
}

.prodeta_info_flex .left{
    width: 42.5531914%;
}

.prodeta_info_flex .right{
    width: 51.773049%;
}

.prodeta_blist{
    border: 1px solid #b3b3b3;
}

.prodeta_info{
    padding: 95px 0 50px;
}

.prodeta_blist_img{
    padding-top: 100%;
}

.prodeta_info_flex .business_btn{
    background-color: #0b723a;
    margin-bottom: 30px;
}

.prodeta_text p{
    font-size: 16px;
    line-height: 1.625;
}

.prodeta_text{
    margin-bottom: 46px;
}

.prodeta_tit{
    margin-bottom: 20px;
    margin-top: 34px;
    font-weight: bold;
}

.prodeta_info_flex .right{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.prodeta_sslick{
    padding: 0 40px;
    position: relative;
}

.prodeta_slist{
    margin: 0 -9px;
}

.prodeta_sitem{
    padding: 0 9px;
}

.prodeta_sconts_img{
    padding-top: 100%;
    position: relative;
}

.prodeta_svideo{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.prodeta_svideo::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000000;
    opacity: 0.5;
}

.prodeta_svideo img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 32px;
    height: 32px;
    z-index: 1;
}

.prodeta_sconts{
    border: 1px solid #b3b3b3;
    transition: all 0.36s;
    cursor: pointer;
}

.prodeta_sconts:hover{
    border: 1px solid #0b723a;
}

.prodeta_prev{
    position: absolute;
    padding: 5px;
    font-size: 20px;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    cursor: pointer;
}

.prodeta_next{
    position: absolute;
    padding: 5px;
    font-size: 20px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.prodeta_conts h2,
.prodeta_forms h2{
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 25px;
    font-weight: bold;
}

.prodeta_edits p{
    font-size: 16px;
    line-height: 1.625;
    color: #444444;
}

.prodeta_edits img{
    height: auto !important;
}

.prodeta_edits th,
.prodeta_edits td{
    border: 1px solid #ccc;
    padding: 15px 25px;
    font-size: 16px;
    line-height: 1.625;
}

.prodeta_edits{
    overflow-x: auto;
}

.prodeta_conts{
    margin-bottom: 65px;
}

.prodeta_form_cont{
    position: relative;
    border: 1px solid #999999;
}

.prodeta_form{
    display: flex;
    flex-wrap: wrap;
}

.prodeta_form_item{
    padding: 0 5px;
    width: 25%;
    margin-bottom: 15px;
}

.prodeta_form_item.block{
    width: 100% !important;
}

.prodeta_form_cont input{
    width: 100%;
    height: 48px;
    padding: 0 var(--formpadding); 
}

.prodeta_form_cont label{
    position: absolute;
    left: var(--formpadding);
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.36s;
    background-color: #fff;
    padding: 0 5px;
}

.prodeta_form_cont input,
.prodeta_form_cont label,
.prodeta_form_cont textarea{
    font-size: 16px;
    line-height: 1.75;
    color: #444444;
}

.prodeta_form{
    --formpadding:20px
}

.prodeta_form_item textarea{
    width: 100%;
    height: 198px;
    padding: 10px var(--formpadding);
}

.prodeta_form_item.textarea label{
    top: 25px;
}

.prodeta_form_item.product_name .prodeta_form_cont{
    display: flex;
    align-items: center;
    padding: 0 var(--formpadding);
    border-color: #f8f8f8;
    background-color: #f8f8f8;
}

.prodeta_form_item.product_name label{
    position: static;
    transform: none;
    flex-shrink: 0;
    background: transparent !important;
}

.prodeta_form_item.product_name input{
    padding:  0;
}

label{
    margin-bottom: 0 !important;
}

.prodeta_form_item button{
    display: inline-flex;
    align-items: center;
    height: 40px;
    min-width: 120px;
    padding: 0 18px;
    justify-content: center;
    background-color: #0b723a;
    font-size: 20px;
}

.prodeta_form_item button div{
    color: #fff;
    font-size: 16px;
    margin-right: 10px;
}

.prodeta_form_item.submite .prodeta_form_cont{
    border: none;
}

.prodeta_form_item.submite span{
    color: #fff;
    transform: rotateY(180deg);
}

.prodeta_forms{
    padding-bottom: var(--padding);
}

.prodeta_form_item.active label{
    top: 0 !important;
}

.about_nav{
    z-index: 10;
    width: 100% !important;
}

.about_nav_list{
    border-bottom: 1px solid #cccccc;
    display: flex;
    justify-content: center;
    margin: 0 -10px;
    padding: 20px 0;
}

.about_nav_item{
    min-width: 17.730496%;
    padding: 0 10px;
}

.about_nav_link{
    display: block;
    line-height: 50px;
    text-align: center;
    color: #222222;
    font-size: 16px;
    transition: all 0.36s;
    padding: 0 16px;
}

.about_nav_item.active .about_nav_link{
    color: #fff;
    background-color: #019746;
}

.about_nav_item:hover .about_nav_link{
    color: #fff;
    background-color: #019746;
}

.about_info{
    padding: 76px 0 80px;
}

.about_info h2,
.about_culture h2,
.about_arc h2
{
    font-size: 30px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 25px;
}

.about_culture h2,
.about_arc h2{
    margin-bottom: 43px !important; 
}

.about_info_edit img{
    height: auto !important;
}

.about_info_edit p{
    font-size: 16px;
    line-height: 1.625;
    color: #444444;
}

.about_culture_list{
    display: flex;
    margin: 0 var(--flex_margin);
    --padd20:20px
}

.about_culture_item{
    width: 33.333333%;
    padding: 0 var(--flex_padding);
}

.about_culture_tit{
    font-size: 20px;
    line-height: 1.3;
    font-weight: bold;
    color: #222222;
    margin-bottom: 12px;
    padding: 0 var(--padd20);
}

.about_culture_text{
    padding: 14px var(--padd20);
   
    background: linear-gradient(to right,rgba(246, 246, 246,1),rgba(246, 246, 246,0));
}

.about_culture_text p{
    font-size: 16px;
    line-height: 1.625;
    color: #222222;
    font-weight: bold;
}

.about_culture{
    padding-bottom: var(--padding);
}

.about_arc{
    padding: 75px 0 var(--padding);
    background-color: #f6f6f6;
}

.about_arc_edit img{
    height: auto !important;
}

.about_arc_edit{
    width: 80.07092%;
    margin: 0 auto;
}

.hc_text16,
.hc_text16 p{
    font-size: 16px;
    color: #444444;
    line-height: 1.625;
}

.develop_cont_flex h2{
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 20px;
}

.hc_tit30{
    font-weight: bold;
    font-size: 30px;
    line-height: 1.3;
}

.develop_hd{
    margin-bottom: 68px;
}

.develop_edit:not(:last-child){
    margin-bottom: 40px;
}

.develop_edit_tit{
    font-size: 20px;
    line-height: 1.3;
    font-weight: bold;
    color: #019746;
    margin-bottom: 10px;
}

.develop_cont_flex{
    display: flex;
    justify-content: space-between;
}

.develop_cont_flex .left{
    width: 31%;
}

.develop_cont_flex .right{
    width:64%;
}

.develop_cont_flex .right img{
    width: 100%;
}

.honor_img{
    padding-top: 137.931034%;
}

.honor_list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 var(--flex_margin) 15px;
}

.honor_item{
    width: 25%;
    padding: 0 var(--flex_padding);
    margin-bottom: 35px;
}

.honor_item a{
    display: block;
    padding: 13px 20px;
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0,0.09);
}

.operate_imgs{
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.operate_imgs img{
    transition: all 0.36s;
    height: auto !important;
}

.operate_list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 var(--flex_margin) 30px;
}

.operate_item{
    margin-bottom: 50px;
    width: 50%;
    padding: 0 var(--flex_padding);
}

.operate_tit{
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 14px;
    color: #222222;
    transition: all 0.36s;
}

.operate_conts{
    display: block;
    height: 100%;
}

.operate_conts:hover .operate_imgs img{
    transform: scale(1.04);
}

.operate_imgs img{
    width: 100%;
}

.operate_conts:hover .operate_tit{
    color: #019746;
}

.opedeta_tit{
    margin-bottom: 40px;
}

.opedeta_cont_item:not(:last-child){
    margin-bottom: 40px;
}

.opedeta_cont_tit{
    font-size: 22px;
    line-height: 1.75;
    margin-bottom: 5px;
    color: #222222;
}

.opedeta_cont_item img,
.opedeta_cont_text img{
    height: auto !important;
}

.opedeta_edit{
    padding-bottom: 60px;
    position: relative;
}

.opedeta_edit::after{
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 1px;
    background: linear-gradient(to right,#cfcfcf 3px,transparent 1px);
    background-size: 4px 100%;
}

.details_page{
    margin-top: 25px;
}

.details_page>a{
    font-size: 16px;
    line-height: 1.875;
    color: #666666;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.details_page>a:hover{
    color: #019746;
}

.page_prev{
    margin-bottom: 8px;
}

.honor_cont,
.operate_cont,
.opedeta_cont,
.news_cont,
.product_cont,
.develop_cont,
.contact_info_flex,
.course_cont{
    padding: 80px 0 var(--padding);
}

.news_link{
    display: flex;
    align-items: center;
    padding: 30px 0;
    border-bottom: 1px solid #d1d1d1;
    justify-content: space-around;
}

.news_item:first-child .news_link{
    padding-top: 0;
}

.news_item:not(:last-child){
    margin-bottom: 10px;
}

.news_img{
    padding-top: 60.60606%;
}

.news_link .left{
    width: 330px;
    margin-right: 4.255319%;
    flex-shrink: 0;
}

.news_link .right{
    width: 100%;
}

.news_time{
    margin-bottom: 13px;
    color: #019746;
}

.news_tit{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 18px;
    transition: all 0.36s;
    color: #000000;
}

.news_link:hover .news_tit{
    color: #019746;
}

.news_text p{
    color: #666666;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 52px;
    line-height: 1.875;
}

.news_link:hover .news_img img{
    transform: scale(1.04);
}

.news_list{
    margin-bottom: 50px;
}

.contact_info_flex{
    display: flex;
    justify-content: space-between;
    margin-top: -6.5625vw;
    background-color: rgb(255, 255, 255);
    box-shadow: 1.627px 3.654px 13px 0px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 1;
}

.contact_info{
    padding-bottom: 70px;
}

.contact_info_flex{
    display: flex;
    justify-content: space-between;
    padding-left: 90px;
    padding-right: 90px;
}

.contact_info_tit{
    margin-bottom: 30px;
}

.contact_left_cont{
    display: flex;
}

.contact_left_key{
    flex-shrink: 0;
}

.contact_left_key ,
.contact_left_val,
.contact_left_val p,
.contact_left_val a{
    font-size: 18px;
    line-height: 1.75;
    color: #222222;
    display: block;
}

.contact_info_list li:not(:last-child){
    margin-bottom: 16px;
}

.contact_left_val a:hover{
    color: #019746;
}

  
.contact_info_flex .left{
    flex-shrink: 0;
    width: 39.837398%;
    padding-right: 30px;
    padding-top: 4.8%;
}

.contact_info_flex .right{
    width: 100%;
}

.contact_form_text p{
    color: #666;
}

.contact_form_tit{
    margin-bottom: 10px;
    text-align: center;
}

.contact_form_text{
    margin-bottom: 25px;
    text-align: center;
}

.contact_form .prodeta_form_item{
    width: 50%;
}

.contact_form .prodeta_form{
    margin: 0 var(--flex_margin);
}

.prodeta_form{
    width: initial;
}

.contact_form .prodeta_form_item{
    padding: 0 var(--flex_padding);
}

.contact_form .prodeta_form_item button div{
    margin-right: 0;
}

.prodeta_form_cont button{
    min-width: 140px;
    background-color: #019746;
}

.contact_form{
    padding-bottom: var(--padding);
}

.about_nav{
    background-color: #fff;
}

.course_cont .hc_cont1410{
    position: relative;
}

.course_cont .hc_cont1410::before{
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    background-color: #019746;
    left: 50%;
    top: 0;
    transition: all 0.36s;
}

.course_list{
    display: flex;
    flex-direction: column;
}

.course_item{
    width: 50%;
    position: relative;
}

.course_item:nth-child(even) {
    align-self: flex-end;
}

.course_item_tit{
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    position: relative;
}

.course_item_text{
    margin: 0 25px;
    color: #019746;
}

.course_item:nth-child(odd) .course_item_tit::after,
.course_item:nth-child(even) .course_item_tit::before{
    content: "";
    display: block;
    width: 205px;
    height: 1px;
    background-color: #019746;
}

.course_item:nth-child(odd) .course_item_tit::before{
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    box-shadow: 0 0 0 10px rgba(1, 151, 70,0.5);
    background-color: #019746;
    border-radius: 50%;
    right: 0px;
    transform: translateX(55.5%);
}

.course_item:nth-child(even) .course_item_tit::after{
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    box-shadow: 0 0 0 10px rgba(1, 151, 70,0.5);
    background-color: #019746;
    border-radius: 50%;
    left: 0px;
    transform: translateX(-45%);
}

.course_item:nth-child(odd) .course_item_tit{
    justify-content: flex-end;
}


.course_item:first-child{
    margin-top: 70px;
}

.course_item{
    margin-bottom: 80px;
}

.course_item:nth-child(odd) .course_item_cont{
    padding-right: 130px;
}

.course_item:nth-child(even) .course_item_cont{
    padding-left: 130px;
}

.course_item_record{
    padding:25px 100px;
    background-color: #f6f6f6;
    position: relative;
}

.course_item_record_cont{
    margin-bottom: 30px;
}

.course_item_record_cont:last-child{
    margin-bottom: 10px;
}

.course_item_record::after{
    content: "";
    position: absolute;
    display: block;
    border-top: 0;
    border-left: 24px solid transparent;
    border-right: 24px solid transparent;
    border-bottom: 15px  solid #f6f6f6;
    right:100px;
    bottom: 100%;
}

.course_item:nth-child(even) .course_item_record::after{
    right: initial;
    left: 100px;
}

.course_item:nth-child(odd) .course_item_record{
    text-align: right;
}

.course_item_month{
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 10px;
    font-weight: bold;
}


.swiper-container {
    width: 100%;
}

.swiper-slide {
    overflow: hidden;
}

.home_cont{
    position: relative;
}

.p1_prev,
.p1_next{
    width: 40px;
    line-height: 75px;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    background-color: rgba(255, 255, 255,0.3);
    font-size: 18px;
    transition: all 0.36s;
    cursor: pointer;
}

.p1_prev{
    left: 115px;
}

.p1_next{
    right: 115px;
}

.p1_prev span{
    transform: rotate(180deg);
}

.p1_prev span,
.p1_next span{
    color: #fff;
    display: inline-block;
}

.p1_prev:hover,
.p1_next:hover{
    background-color: rgba(255, 255, 255,1);
}

.p1_prev:hover span,
.p1_next:hover span{
    color: #ee8810;
}

.home_cont .swiper-container img{
    height: 100vh;
    width: 100vw;
    object-fit: cover;
}

.home_main{
    position: relative;
}

.home_dots{
    position: fixed;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.home_dots span{
    position: relative;
    margin: 0 5px;
    cursor: pointer;
    width: 16px;
    height: 16px;
    display: block;
}

.home_dots span:not(:last-child){
    margin-bottom: 10px;
}

.home_dots span::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    transition: all 0.36s;
    background-color: #fff;
}

.home_dots span:hover::after,
.home_dots span.active::after{
    transform: translate(-50%,-50%) scale(0.7);
}

.home_dots span::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #fff;
    transition: all 0.36s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
}

.home_dots span:hover::before,
.home_dots span.active::before{
    opacity: 1;
    transform: translate(-50%,-50%) scale(1.15);
}

.p2 .home_cont,
.home_cont{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 1;
}

.home_tit{
    text-align: center;
    font-size: 44px;
    line-height: 1.3;
    font-weight: bold;
    color: #fff;
    margin-bottom: 35px;
}

.home_cont>img{
    position: absolute;
    width: 100%;
    height: calc(100%);
    left: 0;
    bottom: 0;
    object-fit: cover;
    z-index: -2;
    pointer-events: none;
}

.home_p5_slick{
    position: relative;
}

.p5_dots{
    position: absolute;
    width: calc(100% + 230px);
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
}

.p5_dots_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.p5_dots .p1_prev,
.p5_dots .p1_next{
    position: static;
    transform: translateY(0);
}

.p2_list{
    margin: 0 var(--flex_margin);
}

.p2_item{
    padding: 0 var(--flex_padding);
}

.p2_cont{
    border: 1px solid #fff;
    padding: 50px 30px 120px;  
    background-color: rgb(255, 255, 255,0.17);
    transition: all 0.36s;
    position: relative;
    display: block;
    height: 100%;
    z-index: 1;
}

.p2_cont_text{
    margin-bottom: 90px;
}

.p2_cont_tit{
    color: #fff;
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 25px;
    font-weight: bold;
}

.p2_cont_text p{
    color: #fff;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.p2_cont_text{
    margin-bottom: 95px;
}

.p2_cont_more{
    min-width: 150px;
    line-height: 40px;
    display: inline-block;
    background-color: #fff;
    text-align: center;
    color: #222222;
    font-size: 16px;
}

.p2_cont>img{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all 0.36s;
    object-fit: cover;
    opacity: 0 !important;
    z-index: -2;
}

.p2_cont::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all 0.36s;
    opacity: 0;
    z-index: -1;
    background-color: #000000;
}

.p2_cont:hover>img{
    opacity: 1 !important;
}

.p2_cont:hover::after{
    opacity: 0.5;
}

.section.p3 .home_cont::after,
.section.p4 .home_cont::after,
.section.p6 .home_cont::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #091e31;
    opacity: 0.7;    
    z-index: -1;
}

.section.p4 .home_cont::after{
    opacity: 0.32;    
    background-color: #000000;

}

.home_p3_text{
    text-align: center;
    width: 875px;
    margin: 0 auto 65px;
}

.home_p3_text p{
    color: #fff;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.home_p3_gbtn{
    display: flex;
    justify-content: center;
    margin-bottom: 120px;
}

.home_p3_btn{
    cursor: pointer !important;
    min-width: 152px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    transition: all 0.36s;
    font-size: 18px;
    margin: 0 20px;
    cursor: pointer !important;
}

.home_p3_btn_text{
    color: #fff;
    transition: all 0.36s;
    font-size: 16px;
}

.home_p3_btn span{
    color: #fff;
    margin-right: 10px;
}

.home_p3_btn:hover {
    background-color: #fff;
}

.home_p3_btn:hover .home_p3_btn_text{
    color: #222222;
}

.home_p3_btn:hover span{
    color: #000000;
}

.home_p3_list{
    display: flex;
    justify-content: center;
}

.home_p3_item{
    padding: 0 75px;
    color: #fff;
    text-align: center;
    position: relative;
}

.home_p3_item_tit{
    position: relative;
    display: flex;
    justify-content: center;
    
}

.home_p3_item_tit .b{
    font-size: 46px;
    font-weight: bold;
    margin-bottom: 15px;
}

.home_p3_item_tit .s{
    font-size: 18px;
    font-weight: bold;
    margin-left: 5px;
}

.home_p3_item_text{
    font-size: 16px;
    line-height: 1.75;
}

.home_p3_item::after{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    width: 1px;
    background-color: #fff;
}

.home_p3_item:first-child:after{
    display: none;
}

.home_p4_list{
    margin: 0 var(--flex_margin);
    margin-bottom: 70px !important;
}

.home_p4_item{
    padding: 0 var(--flex_padding);
}

.home_p4_item_cont{
    display: block;
    height: 100%;
    color: #fff;
    transition: all 0.36s;
    padding: 40px 20px;
}

.home_p4_text p{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 1.875;
}

.home_p4_time{
    color: #fff;
    margin-bottom: 10px;
}

.home_p4_tits{
    font-size: 24px;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 16px;
}

.home_p4_text p{
    color: #fff;
}

.home_p4_item_cont:hover{
    background-color: rgba(255, 255, 255,0.23);
}


/* .home_p4_item.slick-current .home_p4_item_cont{
    background-color: rgba(255, 255, 255,0.23);
} */

.p4_more{
    text-align: center;
}

.home_p3_btn{
    display: inline-flex;
}

.home_p5_img{
    padding-top: 57.142857%;
}

.home_p5_img:not(:last-child){
    margin-bottom: 28px;
}

.home_p5_list{
    margin: 0 var(--flex_margin);
}

.home_p5_item{
    padding: 0 var(--flex_padding);
}

.section.p6 .home_cont{
    height: auto;
}

.ft{
    width: 100%;
}


/* newdate */
.newdate_info_tit{
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 1.2;
    font-weight: bold;
}

.newdate_info_date {
    font-size: 16px;
    line-height: 1.5;
}

.newdate_info {
    padding: 60px 0 20px;
    border-bottom: 1px solid #ccc;
}

.news_info{
    margin-bottom: 50px;
}

.news_primary{
    padding-top: 50px !important;
    padding-bottom: 100px !important;
}

.news_info h2 {
    font-size: 30px;
    line-height: 1.3;
    font-weight: bold;
    color: #222222;
    margin-bottom: 20px;
}

.news_info p {
    font-size: 16px;
    line-height: 1.6;
    color: #444444;
    margin-bottom: 20px;
}

.news_info img {
    height: auto !important;
}

.newdate_main .pdrf_shares {
    margin-top: 50px;
}

.newdate_page {
    margin-top: 40px;
}

.newdate_page a:hover {
    color: #019746;
}

.newdate_prev {
    margin-bottom: 20px;
}

.pdrf_shares_text {
    flex-shrink: 0;
    font-size: 22px;
    line-height: 1.2;
    margin-right: 5px;
}

.pdrf_shares {
    display: flex;
    align-items: center;
}

.newdate_page a {
    color: #666;
    font-size: 16px;
    line-height: 1.4;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

@media screen and (max-width: 1680px) {
    .newdate_info_tit {
        margin-bottom: 20px;
        font-size: 30px;
    }

    .newdate_info {
        padding: 55px 0 20px;
    }


    .news_info h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .news_primary {
        padding-top: 40px !important;
        padding-bottom: 80px !important;
    }

    .pdrf_shares_text {
        font-size: 20px;
    }

    .news_info {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 1440px) {
    .newdate_info_tit {
        margin-bottom: 15px;
        font-size: 24px;
    }

    .newdate_info {
        padding: 50px 0 15px;
    }

    .news_primary {
        padding-top: 35px !important;
        padding-bottom: 60px !important;
    }

    .newdate_info_date {
        font-size: 14px;
    }

    .news_info h2 {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .news_info p {
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 12px;
    }

    .news_info {
        margin-bottom: 30px;
    }

    .pdrf_shares_text {
        font-size: 18px;
    }

    .newdate_page {
        margin-top: 30px;
    }

    .newdate_page a {
        font-size: 14px;
        line-height: 1.4;
    }

    .newdate_prev {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 1200px) {
    .newdate_info_tit {
        font-size: 22px;
    }

    .newdate_info {
        padding: 40px 0 12px;
    }

    .news_primary {
        padding-top: 30px !important;
        padding-bottom: 50px !important;
    }

    .pdrf_shares_text {
        font-size: 16px;
    }

    .news_info h2 {
        font-size: 18px;
    }
}


@media screen and (max-width: 768px) {
    .newdate_info {
        padding: 35px 0 12px;
    }

    .newdate_info_tit {
        margin-bottom: 13px;
        font-size: 22px;
    }

    .news_primary {
        padding-top: 20px !important;
        padding-bottom: 35px !important;
    }

    .pdrf_shares_text {
        font-size: 14px;
    }
}
/* newdate-end */

/* sitemap */
.sitemap_cont{
    padding: var(--padding) 0;
}

.sitemap_cont_list{
    display: flex;
    margin: 0 -10px;
}

.sitemap_cont_item{
    width: 16.666666%;
    padding: 0 10px;
}

.sitemap_cont_link{
    display: block;
    text-align: center;
    line-height: 50px;
    background-color: 
    #019746;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.sitemap_cont_link:hover{
    text-decoration: underline;
}

.sitemap_second_list{
    margin-top: 15px;
}

.sitemap_second_item{
    margin-bottom: 10px;
}

.sitemap_second_link{
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    transition: all 0.36s;
    display: block;
    color: #222;
    padding: 4px 0;
}

.sitemap_second_link:hover{
    color: #019746;
    text-decoration: underline;
}

@media screen and (max-width: 1680px) {

    .sitemap_cont_link {
        line-height: 45px;
    }

    .sitemap_second_item {
        margin-bottom: 8px;
    }
}   

@media screen and (max-width: 1440px) {
    .sitemap_cont_item {
        padding: 0 8px;
    }

    .sitemap_cont_list {
        margin: 0 -8px;
    }

    .sitemap_cont_link {
        line-height: 40px;
        font-size: 16px;
    }

    .sitemap_second_link {
        padding: 4px 0;
        line-height: 26px;
        font-size: 15px;
    }
}

@media screen and (max-width: 991px) {
    .sitemap_cont_item {
        padding: 0 5px;
    }

    .sitemap_cont_list {
        margin: 0 -5px;
        flex-wrap: wrap;
    }

    .sitemap_cont_item{
        width: 33.333333%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px) {

    .sitemap_cont_list{
        flex-direction: column;
    }

    .sitemap_cont_item{
        width: 100%;
        margin-bottom: 10px;
    }

    .sitemap_second_list {
        margin-top: 10px;
    }
}
/* sitemap-end */

/* 搜索页 */
.product_search{
    margin-bottom: 20px;
}

.product_search_tit{
    font-family: Redbold;
    font-size: 22px;
    color: #14151a;
    margin-bottom: 15px;
}

.product_search_text{
    background-color: #f3f5f8;
    padding: 12px 20px;
    color: #999999;
    font-size: 14px;
    line-height: 1.6;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1440px) {
    /* 搜索页 */
    .product_search_tit {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .product_search_text {
        padding: 10px 15px;
    }

    .product_search {
        margin-bottom: 15px;
    }
    /* 搜索页-end */
}

.about_nav.active {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}

.about_nav.active ul{
    border-color: transparent;
}

.about_arc_edit a{
    display: none;
}

.contact_main .prodeta_form_cont input,.contact_main .prodeta_form_cont label, .contact_main .prodeta_form_cont textarea{
    font-size: 14px;
    color: #999;
}

.contact_main .prodeta_form_cont input{
    color: #333;
    height: 40px;
}


.home_dots{
    transition: all 0.7s ease;
}

.slick-disabled{
    pointer-events: none;
    opacity: 0.6;
}


.p2 .p1_prev,
.p2 .p1_next{
    width: 46px;
    line-height: 44px;
    border-radius: 50%;
    border: 1px solid #fff;
}

.p2 .p1_prev{
    left: -125px;
}

.p2 .p1_next{
    right: -125px;
}

.p2_list_slick{
    position: relative;
}

.hc_second{
    position: absolute;
    top: calc(100% + 5px);
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 8px;
    box-shadow:  0 0 10px 0 rgba(0 , 0, 0, 0.08);
    padding: 15px 25px;
    min-width: 150px;
    display: none;
}

.hc_second::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 5px;
    left: 0;
    bottom: 100%;
}

.hc_item{
    position: relative;
}

.hc_second_link{
    color: #222222;
    white-space: nowrap;
    font-size: 16px;
    line-height: 1.6;
    padding: 8px 0;
    display: block;
    text-align: center;
}

.hc_second_link:hover{
    color: #019746;
}

.hc_second_item.active .hc_second_link{
    color: #019746;
}

.c_pcbtn{
    display: flex;
    align-items: center;
}

.home_p4_item{
    height: initial !important;
}

.home_p4_item_cont{
    display: block;
    height: 100%;
}

.home_p4_list .slick-track{
    display: flex;
    flex-wrap: wrap;
}

.hc_search {
    margin-left: 23px;
}

.c_pcbtn{
    display: none;
}

.mod_online{
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    transition: all 0.36s;
    background-color:#019746;
}

.mod_online.ft{
    transform: translateY(100%);
}

.ct_aside1{
    position: fixed;
    bottom: 5%;
    right: 30px;
    z-index: 10;
}

.ct_aside1_list{
    margin-bottom: 15px;
    transition: all 0.36s;
}

.ct_aside1_item{
    margin-bottom: 6px;
    position: relative;
    transition: all 0.36s;
    cursor: pointer;
}

.ct_aside1_item:last-child{
    margin-bottom: 0;
}

.ct_aside1_link{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255,0.55);
    font-size: 24px;
    color: #fff;
    transition: all 0.36s;
}

.ct_aside1_link span{
    color: #000000;
}

.ct_aside1_item:hover span{
    color: #fff !important;
}

.ct_aside1_item.active .ct_aside1_link{
    background-color: #ee8810;
}

.ct_aside1_item:hover .ct_aside1_link{
    background-color: #ee8810;
}

.ct_aside1_link,
.ct_aside1_switch{
    width: 48px;
    height: 48px;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0 , 0, 0, 0.08);
}

.ct_aside1_switch{
    background-color: rgba(255, 255, 255,0.55);
    position: relative;
    transition: all 0.36s;
    cursor: pointer;
    display: none;
}

.ct_aside1_switch::after,
.ct_aside1_switch::before{
    content: "";
    position: absolute;
    background-color: #000;
    transition: all 0.36s;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.ct_aside1_switch::after{
    width: 2px;
    height: 15px;
}

.ct_aside1_switch::before{
    height: 2px;
    width: 15px;
}

.ct_aside1_switch.active::before,
.ct_aside1_switch.active::after{
    background-color: #fff;
}

.ct_aside1_switch.active{
    background-color: #ee8810;
    transform: rotate(-90deg);
}

.ct_aside1_cont{
    position: absolute;
    right: calc(100% + 5px);
    top: 50%;
    transform: translateY(-50%) translateX(100px);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .04);
    transition: all 0.36s;
    opacity: 0;
    pointer-events: none;
}

.ct_aside1_item.active .ct_aside1_cont{
        pointer-events: all;
        opacity: 1;
        transform: translateY(-50%) translateX(0px);
}

.ct_aside1_item:hover .ct_aside1_cont{
    pointer-events: all;
}

.ct_aside1_cont::after{
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0;
    left: 100%;
}

.ct_aside1_cont .qr{
    width: 100px;
    padding: 2px;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.07);
    background-color: #fff;

}

.ct_aside1_cont .qr img {
    width: 100%;
}

.ct_aside1_cont{
    display: inline-block;
    border-radius: 4px;
    color: #333;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.07);
    white-space: nowrap;
}

.ct_aside1_cont a{
    padding: 17px 22px;
    background-color: #fff;
    display: block;
    color: #333;
}   

.ct_aside1_cont a:hover{
    color: #019746 !important;
}   

/* type-animatelist */
.ct_aside1_list.animatelist{
    transform: translateX(100px);
}

.ct_aside1_list.active{
    transform: translateX(0px);
}

/* type-animateitem */
.ct_aside1_list.animateitem .ct_aside1_item{
    transform: translateX(100px);
}

.ct_aside1_list.active .ct_aside1_item{
    transform: translateX(0px) ;
}

/* type-animateitem-rotate */
.ct_aside1_list.animateitem-rotate .ct_aside1_item{
    transform: translateX(80px) rotate(360deg);
}

.ct_aside1_list.active .ct_aside1_item{
    transform: translateX(0px) rotate(0deg);
}

@media screen and (max-width:768px) {
    .ct_aside1_list{
        display: none;
    }

    .ct_aside1{
        top: initial;
        right: 20px;
        bottom: 70px;
        transform: translateY(0);
    }

    .ct_aside1_switch{
        display: block;
    }
}

.mod_online_link{
    position: relative;
}

.mod_online_qr{
    width: 90px;
    height: 90px;
    padding: 2px;
    position: absolute;
    bottom: calc(100% + 4px);
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 10px 0 rgba(0 , 0, 0, 0.08);
    transition: all 0.36s;
    border-radius: 6px;
    overflow: hidden;
    background-color: #fff;
    opacity: 0;
    pointer-events: none;
}

.mod_online_qr img{
    width: 100%;
}

.mod_online_qr::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: 100%;
    left: 0;
}

.mod_online_item:hover .mod_online_qr{
    opacity: 1;
    pointer-events: all ;
}

.ct_aside1{
    transition: all 0.7s ease;
}

.home_ban_cont{
    position: absolute;
    width: 100%;
    top: calc(50% - 50px);
    transform: translateY(-50%);
    left: 0;
    color: #fFf;
}

.home_ban_text p{
    color: #fFf;
}

.home_ban_subtit{
    font-size: 34px;
    line-height: 1.3;
    margin-bottom: 5px;
}

.home_ban_tit{
    font-size: 68px;
    font-weight: bold;
    line-height: 1.3;
    padding-bottom:10px;
    display: inline-block;
    position: relative;
    margin-bottom: 60px;
}

.home_ban_tit::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #fff;
    left: 0;
    top: 100%;
}

.home_ban_tit::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #fff;
    left: 0;
    top: calc(100% + 8px);
}

.home_ban_text{
    width: 620px;
}

.home_p4_list .slick-dots{
    position: static;
    margin-top: 18px;
}

.home_p4_list .slick-dots li.slick-active{
    background-color: #019746;
}

.ft_item.business .ft_list{
    max-height: 230px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    writing-mode: vertical-lr;
}

.ft_item.business .ft_list li {
    writing-mode: horizontal-tb;
    margin-right: 60px;
}

.ft_item.business{
    padding-right: 0 !important;
}

.banner_video{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    font-size: 34px;
}

.banner_video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner_video span{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: none;
    color: #000;
}

.contact_link{
    min-width: 150px;
    height: 40px;
    border: 1px solid #fff;
    color: #fff;
    background-color: #019746;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    font-size: 20px;
}

.contact_link span{
    margin-right: 10px;
}

.contact_link div{
    font-size: 16px;
}

.contact_form_home{
    position: relative;
}

.contact_forms{
    width: 360px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 40px;
    transition: all 0.36s;
    opacity: 0;
    pointer-events: none;
}

.contact_forms.active{
    opacity: 1;
    pointer-events: all;
}

.contact_forms .prodeta_form_item{
    width: 100% !important;
}

/* .p6 {
    overflow: initial !important;
} */

.contact_form_tit{
    font-size: 24px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 20px;
}

.p6 .prodeta_form_cont{
    border-color: #d8d8d8;
}

.p6 .prodeta_form_item textarea{
    height: 110px;
}

.p6 .prodeta_form_cont input {
    height: 40px;
}

.p6 .prodeta_form_cont input, .p6 .prodeta_form_cont label,.p6 .prodeta_form_cont textarea {
    font-size: 14px;
}

.p6 .prodeta_form_item.textarea label {
    top: 20px;
}

.close_form{
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    font-size: 30px;
    color: #d8d8d8;
}

.close_form span{
    display: inline-block;
}

.close_form:hover span{
    color: #333;
}

.p6 .prodeta_form_cont button div{
    margin-right: 0
}

.ph_img{
    display: none;
}


/* hover */
@media screen and (min-width:1200px) {
    .ct_aside1_switch:hover{
        background-color: #031417;
    }

    .ct_aside1_item:hover .ct_aside1_cont{
        pointer-events: all;
        opacity: 1;
        transform: translateY(-50%) translateX(0px);
    }

    .hc_item:hover .hc_link{
        color: #0b723a;
        font-weight: bold;
    }

    .section.active .home_tit,
    .swiper-slide-active .home_ban_subtit{
        animation: hcfadeInUp .5s ease-in-out both;
        animation-delay: 0.2s;
    }

    .section.active .home_p3_text,
    .swiper-slide-active .home_ban_tit{
        animation: hcfadeInUp .5s ease-in-out both;
        animation-delay: 0.3s;
    }

    .section.active .home_p3_gbtn,
    .section.active .p4_more,
    .swiper-slide-active .home_ban_text{
        animation: hcfadeInUp .5s ease-in-out both;
        animation-delay: 0.4s;
    }

    .section.active .home_p3_list{
        animation: hcfadeInUp .5s ease-in-out both;
        animation-delay: 0.5s;
    }

    .section.active .p2_list_slick,
    .section.active .home_p4_list,
    .section.active .home_p5_slick{
        animation: hcfadeInUp .5s ease-in-out both;
        animation-delay: 0.3s;
    }

}



@media screen and (min-width:768px) {
    .culture_xin{
        margin-top:90px
    }
}
@media screen and (max-width:768px) {
    .culture_xin{
        margin-top:30px
    }
}

.about_nav{
    /* display: none !important;  */
}

.ft{
    background-color: #f4f4f4;
}

.ft_items_key, .ft_items_cont a, .ft_items_cont div, .ft_items_link,
.ft_item_tit{
    /* color: #fff; */
}

.ft_bot_flex p, .ft_bot_flex .left a, .sitemap_text{
    color: #fff;
}

.ft_bot {
    border-top: 1px solid #f0f0f0;
    background: #019746;
}

.product_tit{
    font-size: 18px;
}

.business_main .about_nav{
    display: none !important;
}

.busdeta_main .prodeta_forms{
    padding-bottom: 0 !important;
    padding-top: 60px;
}

@media screen and (max-width:768px) {
    .busdeta_main .prodeta_forms {
        padding-top: 50px;
    }
    
}


.prodeta_main .prodeta_info{
    padding-top: 50px;
}

.prodeta_main .mod_bread{
    margin-top: 20px;
}

.hc_cont1200{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.hc_cont1410{
    width: 1200px;
}



.bread_list{
    border-bottom: none;
}

.newdeta_cont .bread_list{
    margin-top: 10px;
    padding-bottom: 0 !important;
}

