
.j_index_yw_d_li_c_t_t a{
    text-decoration: none;
}
.header_cd{
    width: 100%;
    height: 100px;
    min-width: 1200px;
    position: absolute;
}
.header_d{

    left: 0;
    right: 0;
    margin: 0 auto;
    width: 60%;

    height: 100px;

    z-index: 99999;
    position: absolute;
    top: 0;
    /*left: 20%;*/
}
.logo_d{
    width: 350px;
    height: 100%;
    float: left;

}
.logo_d img{
    width: 320px;

    margin-top: 15px;
    height: 50px;
    cursor: pointer;
    object-fit: contain;

}
.ban_d{
    float: right;
    display: flex;
    height: 100%;
    margin-right: 70px;

}
.ban_d_u{

    width: 100%;
    height: 50px;
    margin-top: 15px;

}
.ban_d_u li{
    float: left;
    margin-right: 30px;
    list-style-type: none;
    color: #fff;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;

}
.ban_d_u_li_a{
    text-decoration: none;
    color: #fff;
}

.ban_d_u_li_ar{
    text-decoration: none;
    color: #D41406;
}
.ban_d_u li a:hover{
    cursor: pointer;
    color: #D41406;
}
.language_d{
    width: 135px;
    height: 30px;
    position: absolute;
    top: 25px;
    right: 10px;
    z-index: 99999;
}
.language_d_t{
    display: block;
    color: #fff;
    font-size: 15px;
    width: auto;
    float: right;
    text-align: center;
    height: 30px;
    line-height: 30px;
}
.language_d_s{
    width: 60px;
    float: right;
    font-size: 15px;
    cursor: pointer;
    color: #245B84;
    border: 0;
    height: 30px;
    line-height: 30px;
}

.language_d_s:focus {
    outline: none; /* 去掉聚焦时的轮廓 */
    border: 1px solid transparent; /* 设置边框为透明，这样视觉上看起来像是没有边框 */
}

.toTop{
    position: fixed;
    bottom: 10%;
    right: 20px;
    z-index: 9;
    width: 40px;
    height: 40px;
    background: #d5b345;
    /* border-radius: 10px; */
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    border-radius: 50%;
    display: none;
}

.toTop > img{
    vertical-align: middle;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    width: 50%;
    height: 50%;
}
.toTop:hover img{
    transform: translateY(-2px);
}
.j_dc{
    min-width: 1200px;
}
.head_r {
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 55px;
    right: 10px;
    z-index: 99999;
    display: none;
    text-align: center;

}



/*.head_r {*/
/*    visibility: hidden!important;*/
/*}*/


/*.head_r > img:last-child {*/
/*    display: none;*/
/*}*/


.head_r > img {
    width: 50%;
    height: 50%;

    margin: 0 auto;
    margin-top: 25%;

}

@media (min-width: 700px) and (max-width: 1900px) {

   .header_d,.about_d_c,.about_d_d_c,.new_list_c,.newxq_c,.zw_d_c {width: 90%!important}

}

.nav_box {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    /*background-color: #089aea;*/
    background-color: rgba(110, 110, 120, 0.9);
    background-size: cover;
    background-position: center bottom;
    z-index: 999999;
    margin-top: 100px;
    display: none;

}
* {
    margin: 0;
    padding: 0;
}

ul, li {
    list-style: none;
}

.jcd_accordion ul {
    list-style-type: none;
}

.jcd_accordion  a {
    color: #b63b4d;
    text-decoration: none;
}
.jcd_accordion_a{
    color: #b63b4d!important;
    text-decoration: none;
}

/** =======================
 * Contenedor Principal
 ===========================*/
.jcd_accordion  h1 {
    color: #FFF;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    margin-top: 80px;
}

.jcd_accordion  h1 a {
    color: #c12c42;
    font-size: 16px;
}

.jcd_accordion {
    width: 100%;
    /* max-width: 360px; */
    /* margin: 30px auto 20px; */
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.jcd_accordion .jcd_link {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 42px;
    color: #4D4D4D;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #CCC;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.jcd_accordion li:last-child .link {
    border-bottom: 0;
}

.jcd_accordion li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.jcd_accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
}

.jcd_accordion li.open .link {
    color: #b63b4d;
}

.jcd_accordion li.open i {
    color: #b63b4d;
}
.jcd_accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.jcd_link_ja{
    text-decoration: none;
    color: #4D4D4D!important;
    padding: 12px;
}
.jcd_link_jaa{
    text-decoration: none;
    color: #b63b4d!important;
    padding: 12px;
}

/**
 * Submenu
 -----------------------------*/
.jcd_submenu {
    display: none;
    background: #444359;
    font-size: 14px;
}

.jcd_submenu li {
    border-bottom: 1px solid #4b4a5e;
}

.jcd_submenu a {
    display: block;
    text-decoration: none;
    color: #d9d9d9;
    padding: 12px;
    padding-left: 42px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}


@media only screen and (max-width: 1200px) {
    /*.mo_header .mid .head_r {*/
    /*    width: 30px;*/
    /*    height: 30px;*/
    /*    border-radius: 50%;*/
    /*}*/
    .logo_d img{
        max-width: 50%;
        object-fit: contain;
    }
    .wrht_index_new_gd_gd{
        width: auto;
        font-size: 12px;
    }
    .wrht_index_new_gd_t{
        font-size: 15px;
    }
    .j_dc{
        min-width: auto;
    }
    .shutter-btn{
       display: none;
    }
    .header_cd{
        min-width: auto;
    }
    .header_d{
        width: 100%;
    }
    .ban_d{
        visibility: hidden
    }
    .language_d{
        top: 65px;
    }
    .wrht_index_new_d_c_hdp{
        width: 100%;
    }
    .head_r{
        top: 20px;
        display: block;
    }
    .j_sq_img{display: none}
    .wrht_index_new_d {
        width: 90%;
        margin: 0 auto;
    }
    .shutter{
       height: 260px!important;
    }
    .wrht_index_new_d_c,.wrht_index_new_d_ct{
        width: 96%;
        margin: 0 auto;
    }
    .j_lf,.j_lr{float: none}

    .wrht_index_new_gd{
        width: 96%;
        margin: 0 auto;
    }
    .wrht_index_new_gd_t{
        width: auto;
    }
    .wrht_index_new_gd_d{
        width: 50%;
        margin-left: 20px;
    }
    .j_index_cy_c_t{
        font-size: 18px;
    }
    .wrht_index_new_d_c_t{
        font-size: 18px;
    }
    .j_index_cy_c{
        width: 96%;
        margin: 0 auto;
    }
    .j_index_yw_d_li_c_t_t{
        font-size: 18px;
    }
    .j_index_cy_d_li_d_b,.j_index_yw_c_t,.index_gy_c_d_t,.index_hzhb_c_d_c_t{
        font-size: 18px;
    }
    .j_index_cy_d_li_d_s{
        font-size: 15px;
        overflow: hidden;
    }
    .j_index_cy_d_li_dt{
        font-size: 13px;
    }
    .j_index_yw{
        width: 96%;
        margin: 0 auto;
    }
    .j_index_yw_d_li{
        width: 90%;
        margin: 0 auto;
        float: none;
    }
    .index_gy_c_d{
        width: 96%;
        margin: 0 auto;
    }
    .index_gy_c_d_d_t{
        font-size: 16px;
    }
    .index_gy_c_d_qyc_li_img{
        width: 30px;
        height: 30px;
    }
    .index_gy_c_d_qyc_li_jr{
        font-size: 13px;
    }
    .index_gy_c_d_qyc_li_t_t{
        font-size: 12px;
    }
    .index_gy_c_d_qyc_li_gd{
        font-size: 12px;
    }
    .index_hzhb_c_d{
        width: 96%;
        margin: 0 auto;
    }
    .index_jrwm_c{
        height: 180px;
        line-height: 180px;
    }
    .index_jrwm_c_d_o{
        height: 100px;
        line-height: 100px;
        font-size: 15px;
    }
    .index_jrwm_c_d_t{
        height: 80px;
    }
    .index_jrwm_c_d_t_d{
       font-size: 15px;
    }
    .index_db_d{
        display: none;
    }
    .about_c_td_o{
        font-size: 20px;
    }
    .about_c_td_t{
        font-size: 18px;
    }
    .about_d_c{
        width: 96%;
        margin: 0 auto;
        height: auto;
    }
    .about_d_cl{
        width: 96%;
        float: none;
        height: 50px;
        display: none;

    }
    .about_d_cr{
        width: 96%;
        float: none;
        height: auto;
        min-height: 50px;
        display: inline-block;
        margin: 0 auto;
    }
    .about_d_d_c{
        width: 96%;
        margin: 0 auto;
    }
    .about_d_d_c_o{
        height: 200px;
    }
    .about_d_d_c_o img{
        width: 300px;
        height: 180px;
    }
    .about_d_d_c_d_li{
        width: 50%;
        min-width: auto;
    }
    .about_d_d_c_d_li_dd_t{
        font-size: 15px;
    }
    .about_d_d_c_d_li_dd_c{
        font-size: 12px;
    }
    .about_d_d_c_d_od{
        width: 50%;

    }
    .about_d_d_c_d_od_c{
        width: 90%;
        padding: 5%;
        margin-top: 0;

    }
    .about_d_d_c_d_o{
        height: 250px;
    }
    .about_d_d_c_d_od_cd{
        font-size: 15px;
    }
    .about_d_d_c_d_od_cdt{
        margin-top: 10px;
    }
    .about_d_d_c_d_od_cdth{
        margin-top: 10px;
    }
    .about_d_d_c_d_oimg{
        width: 50%;
    }
    .about_d_d_c_d_oimg img{
        width: 90%;
        height: 90%;
        object-fit: contain;

    }



    .about_d_d_c_d_t_li:nth-child(odd) {
        width: 48%;
        float: left!important;
    }

    .about_d_d_c_d_t_li:nth-child(even) {
        width: 48%;
        float: right!important;
    }



    .product_d_li:nth-child(odd) {
        width: 48%;
        float: left!important;
    }

    .product_d_li:nth-child(even) {
        width: 48%;
        float: right!important;
    }
    .product_d_li_t{
        font-size: 15px;
    }
    .news_d_d_l{
        float: none!important;
        width: 80%;
        margin: 0 auto;
    }
    .news_d_d_l{
        float: none;
    }


    .news_d_d_l:not(:first-of-type) {
        display: none;
    }

    .dt_d_l{
        width: 96%;
        float: none;
        margin: 0 auto;
    }
    .dt_d_r{
        display: none;
    }
    .new_trj_l,.new_trj_r{
        width: 96%;
        float: none;
        margin: 0 auto;
    }
    .news_d_new_trj_l{
        overflow: clip;
    }
    .new_list_c{
        width: 96%;
        margin: 0 auto;
    }
    .new_list_c_li_img img{
        object-fit: contain;
    }
    .newxq_c{
        width: 100%;
        margin: 0 auto;
    }
    .newxq_c_r_t{
        font-size: 15px;
    }
    .zxns_d_o{
        font-size: 20px;
    }
    .zxns_d_t_d_c_t{
        font-size: 15px;
    }
    .zxns_d_t_d_c_st{
        font-size: 12px;
    }
    .zw_d_c{
        width: 96%;
        margin: 0 auto;
    }
    .zw_d_o_t_l{
        width: 100%;
        margin: 0 auto;
        float: none;
        min-height:auto;
    }
    .zw_d_o_t_r{
        width: 100%;
        margin: 0 auto;
        float: none;
    }
    .newxq_c_l{
        float: none;
        display: none;
    }
    .newxq_c_r{
        width: 100%;
        float: none;
        margin: 0 auto;
    }
    .wrht_index_new_gd_d{
        font-size: 13px;
    }

}

