@charset "utf-8";
/* mystyle.css */

/* 
@font-face {
    font-family: 'din_light';
    src: url('./dincondensed-light-webfont.woff2') format('woff2'),
        url('./font/dincondensed-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'din_light';
    src: url('./dincondensed-light-webfont.woff2') format('woff2'),
        url('./dincondensed-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

} */
@font-face {
    font-family: 'din_light';
    src: url('../font/dincondensed-light-webfont.woff2') format('woff2'),
        url('../font/dincondensed-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

} 

@keyframes sfdh {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    25% {
        transform: scale(1.01);
        -webkit-transform: scale(1.01);
        -moz-transform: scale(1.01);
        -ms-transform: scale(1.01);
        -o-transform: scale(1.01);
    }

    50% {
        transform: scale(1.04);
        -webkit-transform: scale(1.04);
        -moz-transform: scale(1.04);
        -ms-transform: scale(1.04);
        -o-transform: scale(1.04);
    }

    75% {
        transform: scale(1.01);
        -webkit-transform: scale(1.01);
        -moz-transform: scale(1.01);
        -ms-transform: scale(1.01);
        -o-transform: scale(1.01);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}
@keyframes banner_inside {
    0% {
    -webkit-transform: scale(1);
    transform: scale(1);
   }
    50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
   }
    100% {
    -webkit-transform: scale(1);
    transform: scale(1);
   }
}
.banner_animation{
    animation: banner_inside 20s infinite;
}
.banner_img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.nytl .container,
.fafmbg .container,
.allbtl .container,
.lxtl .container{
    position: relative;
    /* z-index: 5; */
}
.nytl,
.fafmbg,
.allbtl,
.lxtl{
       position: relative;
    overflow: hidden;
}
/* 其他样式 */
.fl {
    float: left;
}

.fr {
    float: right;
}

* {
    box-sizing: border-box !important;
}

:root {
    --txt_color: #333;
    --txt_color1: #333333;
    --txt_white: #ffffff;
    --a_color: #333;
    --p_color: #666666;
    --p_color1: #888888;
    --a_hover_color: #00b2e3;
    --btn_bg_color: #0047ba;
    --btn_bg_color1: #00b2e3;
    --boxbg: #f5f5f5;

}

/* 输入框 */
input::placeholder {
    /* 字体大小 */
    color: var(--p_color1);
}

.inputb::placeholder {
    /* 字体大小 */
    color: rgba(255, 255, 255, .6);
}

.bs {
    box-shadow: 6px 5px 30px 0px rgba(0, 0, 0, 0.12);
}

.h100 {
    height: 100%;
}

.fs68 {
    font-size: 68px;
    font-weight: 700;
    line-height: 1;
}

.fs48 {
    font-size: 48px;
    font-weight: 700;
    color: var(--txt_color1);
    line-height: 1;
}

.fs20 {
    font-size: 20px;
}

.fs18 {
    font-size: 18px;
}

.p120 {
    padding: 120px 0;
}

.tac {
    text-align: center;
}

.dhsn {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bprs {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.dfcc {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dfc {
    display: flex;
    justify-content: center;
}

@keyframes jump {
    0% {
        transform: translateY(0) rotate(90deg);
    }

    50% {
        transform: translateY(-6px) rotate(90deg);
    }

    100% {
        transform: translateY(0) rotate(90deg);
    }
}

/* 鼠标箭头 */

.jiantou {
    cursor: default;
}


/* 字体图标 */


/* @font-face {
    font-family: 'iconfont';
    src: url('../fonts/.eot');
    src: url('../fonts/.eot?#iefix') format('embedded-opentype'), url('../fonts/.woff2') format('woff2'), url('../fonts/.woff') format('woff'), url('../fonts/.ttf') format('truetype'), url('../fonts/.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    color: #d3d3d3;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
} */


/* 背景主体颜色 */

body {
    background-color: #fff;
    color: var(--txt_color);
    font-size: 16px;
    font: 12px/1.5 Helvetica Neue, Helvetica, 'Microsoft YaHei', PingFang SC, Tahoma, Arial, sans-serif;
}

a {
    font-size: 16px;
    color: var(--txt_color1);
}

a:hover {
    color: var(--a_hover_color);
}


/* 图片对齐 */

i {
    display: inline-block;
    vertical-align: middle;
}

.container {
    padding: 0;
    margin: auto;
    
}

p {
    font-size: 16px;
    color: var(--p_color);
    line-height: 1.4;
    margin: 0;
}


/* 单一版心媒体查询修改最大最小宽度 */


@media screen and (min-width: 1200px) {
    .container {
        max-width: 85%;
    }
}

@media screen and (min-width: 2000px) {
    .container {
        max-width: 1600px;
    }
}

@media screen and (max-width: 768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 100%;
    }

    .container {
        padding: 0 30px;
    }
}

.headlogo {
    transition: all .3s;
}

.headbtn {
    transition: all .3s;
}

.headnav_itema {
    transition: all .3s;
}
.headnav_itema.on {
    color: var(--a_hover_color);
}
.head.on .headbox_b {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.head.on .headnav_itema {
    transform: scale(0.9);
}

.head.on .headlogo {
    transform: scale(0.9);

}

.head.on .headbtn {
    transform: scale(0.9);

}


/* 公共部分样式开始 */
.btnhover {
    transition: all .3s;
}

.btnhover:hover {
    transform: scale(1.05);
}

/* .btnhoverjt{
    transition: all .3s;
}
.btnhoverjt:hover{
    transform: scale(1.05);
}
.btnhoverjt i {
    transition: all .3s;
}
.btnhoverjt:hover i{
    transform: translateX(5px) rotate(-90deg);
} */

.head {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

.headbox_t,
.headbox_b {
    padding: 0 3.5%;
    background-color: #fff;
}

.headbox_t {
    height: 36px;
    color: var(--p_color);
    font-size: 13px;
    line-height: 35px;
    transition: all .4s;
    /* overflow: hidden; */
    border-bottom: 1px solid #e5e5e5;

}

.headbox_tbox {
    height: 100%;
    display: flex;
    justify-content: space-between;
    transition: all .4s;
}

.headbox_tl a {
    font-weight: 700;
    font-size: 14px;

}

.headbox_tr {
    display: flex;
}


/* 
.headbox_tra {
    position: relative;
    padding: 0 15px;
    font-size: 13px;
    color: var(--p_color);
}

.headbox_tradw {
    position: absolute;
    height: auto;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 50;
    display: none;
    padding-bottom: 7px;
}
.headbox_tra:hover .headbox_tradw{
    display: block;
}
.headbox_tradw_img{
    background-color: #fff;
    padding: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    border-radius: 5px;
    overflow: hidden;
    transition: all .4s;
    opacity: 0;
}
.headbox_tra:hover .headbox_tradw_img {
    opacity: 1;
    transform: translateY(6px);
}


.headbox_tradw img {
    width: 100%;
} */



.headbox_tra {
    position: relative;
    padding: 0 15px;
    font-size: 13px;
    color: var(--p_color);
}

.headbox_tradw {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    width: 100%;
    z-index: 50;
    padding-bottom: 7px;
    transition: all .4s;
    opacity: 0;
    visibility: hidden; /* 初始状态隐藏 */
    transform: translateY(10px);  /* 设定初始偏移 */
}

.headbox_tradw_img {
    background-color: #fff;
    padding: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    border-radius: 5px;
    overflow: hidden;
}

.headbox_tra:hover .headbox_tradw {
    opacity: 1;
    transform: translateY(0px);
    visibility: visible; /* 悬停时变为可见 */
}






.headbox_tra::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 17px;
    background-color: #e6e6e6;
    transform: translateY(-50%);
}



.headbox_tra:last-child::after {
    display: none;
}




.headbox_tra i {
    margin-right: 4px;
    transition: all .3s;
}

.headbox_tra:hover i {
    color: var(--btn_bg_color1);
}

.headbox_b {
    /* border-bottom: 1px solid #e5e5e5; */
    display: flex;
    justify-content: space-between;
}

.headlogo {
    display: flex;
    align-items: center;
}

.headlogo img {
    width: 260px;
}

.headnav {
    display: flex;
}

.headnav_item.on .headnav_itema {
    color: var(--a_hover_color);

}



.headnav_itema {
    padding: 0 25px;
    display: flex;
    align-items: center;
    height: 90px;
    font-size: 18px;
    font-weight: 700;
}

.headbtn {
    position: relative;
    padding: 0 15px;
    align-self: center;
    background-color: var(--btn_bg_color);
    width: 165px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    border-radius: 6.5px;
    color: var(--txt_white);
    cursor: pointer;
}

.headbtn span a {
    color: var(--txt_white);
    font-size: 14px;
}

.headbtn span a:hover {
    color: var(--txt_white);
}

.headbtndw {
    position: absolute;
    top: 106%;
    left: 0;
    width: 100%;
    /* border: 1px solid #e5e5e5; */
    border-radius: 6px;
    background-color: var(--btn_bg_color1);
    text-align: center;
    padding: 10px 5px;
    display: none;
    padding: 10px 30px;

}

.headbtndw a {
    display: block;
    height: 38px;
    line-height: 38px;
    font-size: 13px;
    color: #fff;
    transition: all .3s;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.headbtndw a:last-child {
    border-bottom: 0;
}

.headbtndw a:hover {
    /* transform: scale(1.1); */
    transform: scale(1.1);
}

.headbtn i {
    margin-top: -2px;
    line-height: 1;
}

.headbtn_min {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background-color: var(--btn_bg_color1);
    border-radius: 6.5px;
}

.headbtn_min i {
    transition: all .3s;
    font-size: 14px;
}

.headbtn:hover .headbtn_min i {
    transform: rotate(90deg);
}

.head.on .headbox_tbox {
    opacity: 0;
}

.head.on .headbox_t {
    height: 0;
}

.head.on .headnav_itema {
    height: 75px;
}
.headnav_item{
    position: relative;
}
.headnavxl{
    position: absolute;
    top: 100%;
    left: 50%;
    /* width: 120px; */
    width: calc(100% + 40px);
    z-index: 10;
    display: none;
    transform: translateX(-50%);
}
.headnavxlbox{
    padding: 20px 0;
    background-color:var(--a_hover_color);
    /* box-shadow: 0 0 5px rgba(0, 0, 0, .15); */
    border-radius: 0 0 4px 4px;
    overflow: hidden;
}
.headnavxlbox a{
    display: block;
    padding: 6px 10px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.headnavxlbox a:hover{
    /* color: var(--btn_bg_color1); */
    padding-left: 15px;
    color: #fff;
}
/* footer */
.footer {
    background-color: var(--boxbg);
}

.hgbs .footer {
    background-color: var(--txt_white);
}

.footer .container {
    padding: 0 20px;
}


.footer_t {
    padding: 110px 0 90px;

}

.footer_tbox {
    display: flex;
}

.footer_tbox>div {
    width: 50%;
}

.footernav {
    padding-right: 100px;
    display: flex;
    justify-content: space-between;
}

.footernav_itemt {
    display: flex;
}

.footernav_itemt i {
    display: none;
}

.footernav_item .footernav_itema {
    flex: 1;
    font-size: 20px;
    font-weight: 700;
    color: var(--txt_color1);
}

.footernav_item .footernav_itema:hover {
    color: var(--btn_bg_color1);
}

.footernav_itemb {
    margin-top: 25px;
}

.footernav_itemb .footernav_itemba {
    display: block;
    padding: 5px 0;
    font-size: 16px;
    color: var(--p_color);
}

.footernav_itemb .footernav_itemba:hover {
    transform: translateX(4px);
    color: var(--btn_bg_color1);
}

.footerxl {
    position: relative;
    padding-left: 135px;
}

.footerxl_t {
    font-size: 20px;
    font-weight: 700;
    color: var(--txt_color1);
}

.footerxl_b {
    margin-top: 25px;
}

.footerxl_b .footerxl_ba {
    display: block;
    padding: 5px 0;
    font-size: 16px;
    color: var(--p_color);
}

.footerxl_gc {
    margin-top: 40px;
}

.footerxl_gc>div {
    padding: 6px 0;
    font-size: 16px;
    color: var(--p_color);
}

.footerxl_wx {
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
}

.footerxl_wx img {
    width: 135px;
}

.footerxl_wx div {
    margin-top: 5px;
    font-size: 16px;
    color: var(--txt_color1);
}

.footer_yx {
    margin-top: 25px;
    display: flex;
}

.footer_yxitem {
    position: relative;
    margin-right: 8px;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 250px;
    height: 55px;
    border-radius: 10px;
    border: 1px solid #333333;
    cursor: pointer;
}

.footer_yxitem:hover span{
    transform: translateX(4px);
    /* background-color: var(--btn_bg_color); */
    /* color: #fff; */
    /* border-color: var(--btn_bg_color); */
}

.footer_yxitem span {
    font-size: 16px;
    transition: all .4s;
}

.footer_yxitem i {
    font-size: 16px;
    transition: all .4s;
}
.footer_yxitem:hover i{
    transform: scale(1.1);
}
.footer_yxitem i.icon-diqiu {
    transform: scale(1.1);
}
.footer_yxitem:hover i.icon-diqiu{
    transform: scale(1.2);
}


.footer_yxitemdw {
    position: absolute;
    bottom: 108%;
    left: 0;
    width: 100%;
    border-radius: 6px;
    background-color: var(--btn_bg_color1);
    text-align: center;
    padding: 10px 5px;
    display: none;
}

.footer_yxitemdw.footer_yxitemdws {
    border: 0;
    background-color: transparent;
}

.footer_yxitemdw a {
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    color: #fff;
    transition: all .4s;
}
.footer_yxitemdw a:hover{
    transform: scale(1.1);
}
.footer_yxitemdw img {
    width: 120px;
    margin: auto;
}

.footer_yxitemdw a:last-child {
    border: 0;
}

.footer_link {
    margin-top: 55px;
    /*display: none;*/
}

.footer_link.home {
    display: flex;
}

.footer_linkl {
    display: flex;
}

.footer_linkl i {
    margin-right: 6px;
    font-size: 22px;
    color: #000;
    color: var(--txt_color1);
}

.footer_linkl_txtt {
    font-size: 18px;
    font-weight: 700;
    color: var(--txt_color1);
}

.footer_linkl_txtb {
    font-size: 22px;
    font-weight: 700;
    color: #ccc;
}

.footer_linkr {
    flex: 1;
    /*padding-left: 35px;*/
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
}

.footer_linkr a {
    margin-right: 25px;
    font-size: 16px;
    color: #999;
}

.footer_linkr a:hover {
    color: var(--btn_bg_color1);
}

.footer_b {
    overflow: hidden;
    position: relative;
    background-color: var(--boxbg);
}

.footer_b::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 20%;
    background-color: var(--btn_bg_color1);
}

.footer_b::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 20%;
    background-color: var(--btn_bg_color);
}

.footer_bbox {
    position: relative;
    display: flex;
    height: 82px;
    z-index: 5;
}

.footer_bboxl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 270px;
    background-color: var(--btn_bg_color1);
    border-radius: 0 20px 0 0;
}

.footer_bboxl img {
    width: 210px;
}

.footer_bboxr {
    display: flex;
    align-items: center;
    padding-left: 40px;
    margin-left: 10px;
    flex: 1;
    background-color: var(--btn_bg_color);
    border-radius: 20px 0 0 0;
    font-size: 14px;
    color: rgba(255, 255, 255, .4);
}

.footer_bboxr a {
    margin-left: 20px;
    font-size: 14px;
    color: rgba(255, 255, 255, .4);
}

.footer_bboxr a:hover {
    color: rgba(255, 255, 255, 1);
}

.headbox_b {
    position: relative;
}

.headnav_itemxl {
    position: absolute;
    left: 0;
    top: calc(100%);
    width: 100%;
    background-color: #fff;
    display: none;
    border-top: 1px solid #e5e5e5;
    /* box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1); */
}

.headnav_itemxlbox {
    padding: 80px 0;
    display: flex;
    height: 520px;

}

#navoverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* 20% 黑色遮罩层 */
    display: none;
    z-index: 8888;
    /* 保证它在最上面 */
    transition: opacity 0.3s;
    opacity: 0;
}

.head {
    /* 你的头部导航的类或ID */
    z-index: 9999;
    /* 这应该比#overlay的z-index高 */
}

/* 新增的类用于没有三级分类时 */
.pro .headnav_itemxlboxl {
    width: 40%;
}

.pro .headnav_itemxlboxr {
    width: 60%;
}

.headnav_itemxlboxl {
    padding-right: 65px;
    width: 40%;
    display: flex;
    justify-content: flex-end;
    border-right: 1px solid #e5e5e5;
}

.headnav_itemxlboxl a h3 {
    font-weight: bold;
    font-size: 28px;
    color: var(--a_hover_color);
}

.headnav_itemxlboxl a h3 span {
    font-size: 18px;
    color: var(--p_color1);
    font-weight: normal;
    padding-left: 5px;

}

.headnav_itemxlboxl a p {
    margin: 30px 0;
    display: block;
    overflow: hidden;
    border-radius: 15px;
    width: 320px;
    height: 180px;
}




.headnav_itemxlboxl p img {
    transition: all .6s;

    width: 100%;
}

.headnav_itemxlboxl a:hover img {

    transform: scale(1.1);

}

.headnav_itemxlboxr {
    width: 60%;
    display: flex;
}

.headnav_itemxlboxr a {
    font-size: 14px;
}

.headnav_yi {
    padding: 0px 50px 0px 60px;
}

.headnav_yi a {
    padding-right: 50px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}



.headnav_yi span {
    position: absolute;
    top: 0;
    right: 0px;
    width: 45px;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    align-items: center;
    justify-content: center;
    transition: all .2s;
}


.headnav_er a {
    padding-right: 50px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.headnav_er span {
    position: absolute;
    top: 0;
    right: 0px;
    width: 45px;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    align-items: center;
    justify-content: center;
    transition: all .2s;
}

.headnav_er a.on span {
    opacity: 1;
    visibility: hidden;

}

.headnav_yi a.on span,
.headnav_yi a:hover span {
    opacity: 1;
    visibility: visible;
    transform: translateX(20px);
    color: var(--a_hover_color);
}

.headnav_yi a.on {
    color: var(--a_hover_color);
}


.headnav_er a.on span,
.headnav_er a:hover span {
    opacity: 1;
    visibility: visible;
    transform: translateX(20px);
    color: var(--a_hover_color);
}



.headnav_er i {
    font-size: 13px;
    padding-bottom: 2px;

}

.headnav_yi i {
    font-size: 13px;
    padding-bottom: 2px;
}

.headnav_itemxlboxr>div {
    width: 340px;
}

.headnav_yi a,
.headnav_eritem a {
    display: block;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e5e5e5;
}

.headnav_eritem {
    height: 100%;
    padding: 0 50px;
    display: none;
}

.headnav_eritem.on {
    display: block;
    border-left: 1px solid #e5e5e5;
}

.headnav_yi a:last-child,
.headnav_er a:last-child {
    border-bottom: none;
}

/* 手机版导航 */
.menu-toggle {
    display: none;
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 9999;
}

.cd-nav-trigger {
    width: 100%;
    height: 100%;
    display: block;
    /* background-color: var(--a_hover_color); */
}

.menu-toggle span.hamburger,
.menu-toggle span.hamburger:after,
.menu-toggle span.hamburger:before {
    content: "";
    display: block;
    width: 26px;
    height: 2px;
    background: var(--btn_bg_color);
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 38%;
    margin-left: -12px;
    -webkit-transition: transform 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -moz-transition: transform 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -o-transition: transform 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000);
    transition: transform 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -o-transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
    transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
    transition-delay: 0.15s;
}
.menu-toggle span.hamburger{
    width: 20px !important;
}

.menu-toggle span.hamburger,
.menu-toggle span.hamburger:after,
.menu-toggle span.hamburger:before {
    content: "";
    display: block;
    width: 26px;
    height: 2px;
    background: var(--btn_bg_color);
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 38%;
    margin-left: -12px;
    -webkit-transition: transform 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -moz-transition: transform 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -o-transition: transform 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000);
    transition: transform 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -o-transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
    transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
    transition-delay: 0.15s;
}

.menu-toggle span.hamburger:after {
    margin-top: -7px;
    top: 0;
    transition-delay: 0.27s;
}

.menu-toggle span.hamburger:before {
    margin-top: 7px;
    top: 0;
    transition-delay: 0.2s;
}

.no-touchs .menu-toggle span.hamburger,
.no-touchs .menu-toggle span.hamburger:after,
.no-touchs .menu-toggle span.hamburger:before {
    transition-delay: 0.12s;
    -webkit-transform: translateX(-70px);
    -moz-transform: translateX(-70px);
    -ms-transform: translateX(-70px);
    -o-transform: translateX(-70px);
    transform: translateX(-70px);
}

.no-touchs .menu-toggle span.hamburger,
.no-touchs .menu-toggle span.hamburger:after,
.no-touchs .menu-toggle span.hamburger:before {
    -webkit-transform: translateX(70px);
    -moz-transform: translateX(70px);
    -ms-transform: translateX(70px);
    -o-transform: translateX(70px);
    transform: translateX(70px);
}

.no-touchs .menu-toggle span.hamburger:after {
    transition-delay: 0s;
}

.no-touchs .menu-toggle span.hamburger:before {
    transition-delay: 0.07s;
}

.menu-toggle span.cross:before,
.menu-toggle span.cross:after {
    content: "";
    display: block;
    width: 26px;
    height: 2px;
    background: var(--btn_bg_color);
    position: absolute;
    top: 50%;
    margin-top: -1.5px;
    left: 45%;
    margin-left: -12px;
    -webkit-transition: transform 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -moz-transition: transform 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -o-transition: transform 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000);
    transition: transform 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -o-transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
    transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -webkit-transform: translateY(-70px) translateX(-70px) rotate(45deg);
    -moz-transform: translateY(-70px) translateX(-70px) rotate(45deg);
    -ms-transform: translateY(-70px) translateX(-70px) rotate(45deg);
    -o-transform: translateY(-70px) translateX(-70px) rotate(45deg);
    transform: translateY(-70px) translateX(-70px) rotate(45deg);
    transition-delay: 0.12s;
}

.menu-toggle span.cross:after {
    transition-delay: 0s;
    -webkit-transform: translateY(70px) translateX(-70px) rotate(-45deg);
    -moz-transform: translateY(70px) translateX(-70px) rotate(-45deg);
    -ms-transform: translateY(70px) translateX(-70px) rotate(-45deg);
    -o-transform: translateY(70px) translateX(-70px) rotate(-45deg);
    transform: translateY(70px) translateX(-70px) rotate(-45deg);
}

.menu-toggle span.cross:after {
    -webkit-transform: translateY(-70px) translateX(70px) rotate(-45deg);
    -moz-transform: translateY(-70px) translateX(70px) rotate(-45deg);
    -ms-transform: translateY(-70px) translateX(70px) rotate(-45deg);
    -o-transform: translateY(-70px) translateX(70px) rotate(-45deg);
    transform: translateY(-70px) translateX(70px) rotate(-45deg);
}

.no-touchs .menu-toggle span.cross:before {
    transition-delay: 0.12s;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.no-touchs .menu-toggle span.cross:after {
    transition-delay: 0.24s;
    -webkit-transform: rotate(-45deg) !important;
    -moz-transform: rotate(-45deg) !important;
    -ms-transform: rotate(-45deg) !important;
    -o-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important;
}

.headbox_b .mb_yy {
    display: none;
    padding: 6px 10px;
    margin-right: 35px;
    background-color: var(--a_hover_color);
    color: #fff;
    align-self: center;
    border-radius: 5px;
    font-size: 12px;
}

/* 内页通栏 */
.mt126 {
    margin-top: 126px;
}

.nytl {
    height: 430px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--btn_bg_color);
}

.nytl.nytl_r {
    text-align: right;
}

.nytl .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.nytl_h {
    font-size: var(--txt_color1);
    font-size: 42px;
    font-weight: 700;
}

.nytl_r .nytl_h {
    color: #fff;
}

.nytl_p {
    font-size: 16px;
    color: #878787;
    text-transform: capitalize;
}

.nytl_r .nytl_p {
    color: #fff;
}

.xwbc {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.xwbc_l .nytl_h,
.xwbc_l .nytl_p {
    color: #fff;
}

/* 内页导航 */
.nynavbox {
    display: flex;
    border-bottom: 1px solid #e7e7e7;
}

.nynavbox .nynavboxa {
    display: block;
    flex: 1;
    height: 70px;
    text-align: center;
    line-height: 70px;
    font-size: 16px;
    transition: all .4s;
}



.nynav {
    position: relative;
}

.nynav::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0px;
    height: 1px;
    width: 30%;
    background-color: #e7e7e7;
}

.nynavbox .nynavboxa {
    transition: all .4s;
    position: relative;
}

.nynavbox .nynavboxa:hover {
 
    /* font-weight: 700; */
}
.nynavbox .nynavboxa span {
    transition: all .3s;
    display: inline-block;
}
.nynavbox .nynavboxa:hover span {
    transform: scale(1.2);
    color: var(--btn_bg_color1);
}
.nynavbox .nynavboxa.on {
    color: var(--btn_bg_color1);
    font-weight: 700;
    font-size: 18px;
}




.nynavbox .nynavboxa::after {
    content: '';
    position: absolute;
    left: 0%;
    bottom: -1px;
    width: 0;
    height: 1px;
    background-color: var(--btn_bg_color1);
    transform: translateX(0%);
    transition: all .4s;
}
.nynavbox .nynavboxa.on::after {
    width: 100%;
}

.nynavbox .nynavboxa:hover::after {
    width: 100%;
}




/* 产品列表导航 */
.cplbdh {
    position: relative;
}

.cplbdh::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0px;
    height: 1px;
    width: 30%;
    background-color: #e7e7e7;
}

.cplbdhbox {
    height: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e7e7e7;
}

.cplbdhbox.cplbdhboxs {
    /* border-bottom: 0; */
}

.cplbdh_ct {
    display: flex;
}

.cplbdh_ct a {
    height: 70px;
    position: relative;
    padding: 0 50px;
    display: flex;
    align-items: center;
    font-size: 16px;
    transition: all .4s;
}

.cplbdh_ct a::after {
    content: '';
    position: absolute;
    left: 0%;
    bottom: -1px;
    width: 0;
    height: 1px;
    background-color: var(--btn_bg_color1);
    transform: translateX(0%);
    transition: all .4s;
}

.cplbdh_ct a:hover {
    color: var(--btn_bg_color1);
    /* transform: translateX(5px); */
    /* font-weight: 700; */
}
.cplbdh_ct a span{ 
    transition: all .2s;
}
.cplbdh_ct a:hover span{
   transform: scale(1.1);
}

.cplbdh_ct a.on {
    color: var(--btn_bg_color1);
    font-weight: 700;
    font-size: 18px;
}
.cplbdh_ct a.on::after {
    width: 100%;
}


.cplbdh_ct a:hover::after {
    width: 100%;
}

/* 列表面包屑 */

.mbx {
    display: flex;
    align-items: center;
    line-height: 1;
}

.mbx .mbxa {
    display: flex;
    align-items: center;
    transition: all .4s;
}

.mbx i {
    margin: 0 14px;
    font-size: 16px;
    color: var(--p_color1);
    line-height: 1;

}

.mbxa i {
    margin: 0;
    margin-right: 5px;
    margin-top: -2px;
    transition: all .4s;
}

.mbxa:hover span {
    transition: all .4s;
}

.mbxa:hover i,
.mbxa:hover span,
.mbx .mbxa:hover,
.mbx .mbxa.mbxaon:hover {
    color: var(--btn_bg_color1);
}

.mbx .mbxa {
    font-size: 14px;
    color: var(--p_color1);
}

.mbx .mbxa.mbxaon {
    color: var(--txt_color1);
}

/* 产品详情面包屑 */
.cpxqmbxs {
    margin-top: 126px;
   
}
.cp .cpxqmbxs {background-color: #f2f2f2;
}

.cpxqmbx {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}

.cpxqmbx .cpxqmbx_r {
    display: flex;
    align-items: center;
}

.cpxqmbx_r i {
    font-size:14px;
    color: #c6c6c6;
    margin-right: 10px;
}

/* .cpxqmbx_r i {
    font-size: 16px;
    color: var(--p_color1);
} */



/* 产品详情面包屑 */
.cpxqmbxs {
    border-top: 1px solid #e5e5e5;
}

.cpxqmbx {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}

.cpxqmbx .cpxqmbx_r {
    display: flex;
    align-items: center;
}

.cpxqmbx_r i {
    font-size: 16px;
    margin-right: 10px;
    transition: all .4s;
}

.cpxqmbx_r span {
    font-size: 14px;
    color: var(--p_color1);
    transition: all .4s;
}

.cpxqmbx_r:hover i,
.cpxqmbx_r:hover span {
    color: var(--btn_bg_color1);
}

.cpfm_itemrdw {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 20px;
    opacity: .9;
    z-index: 5;
}

.cpfm_itemrdwl {
    width: 27%;
    background-color: var(--btn_bg_color1);
    border-radius: 0 10px 0 0;
}

.cpfm_itemrdwr {
    width: 72.3%;
    background-color: var(--btn_bg_color);
    border-radius: 10px 0 0 0;
}

/* 产品详情 */
.cpxq_t {
    padding: 70px 0 80px;
    display: flex;
}

.cpxq_t>div {
    width: 50%;
}

.cpxq_tl {
    padding-right: 40px;
}

.cpxq_tr {
    padding-left: 40px;
}

.cpxq_swiper {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
}

.videobox {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.videobox_ct {
    position: relative;
    padding: 50px 0;
    width: 100%;
    height: 100%;
    background-color: #333;
}

.videobox_cha {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.videobox_cha i {
    font-size: 20px;
    color: #fff;
    transition: all .4s;

}

.videobox_cha:hover i {
    transform: scale(1.1);
}

.cpxq_slide {
    position: relative;
    height: auto;
}

.cpxq_slidedw {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    text-align: center;
    border-radius: 12px;
}

.cpxq_slidedw_img {
    display: flex;
    justify-content: center;
}

.cpxq_slidedw_img img {
    width: 80px;
    margin-bottom: 15px;
    transition: all .4s;
}

.cpxq_slidedw:hover img {
    transform: scale(1.1);
}

.cpxq_slidedw_h {
    font-size: 28px;
    font-weight: 700;
    transition: all .4s;
    line-height: 1.2;
}

.cpxq_slidedw_y {
    font-size: 14px;
    text-transform: capitalize;
}
.cpxq_slidedw_img img {
    animation: floatUpDown 2s ease-in-out infinite;
}

@keyframes floatUpDown {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px); /* 上浮的距离，根据需要调整 */
    }
}
.cpxq_slideimg {
       padding-top: 75%;
    overflow: hidden;
}

.cpxq_slideimg img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    width: 100%;
    transition: all .4s;
}

.cpxq_slide:hover .cpxq_slideimg img {
    transform: scale(1.1);
}

.cpxq_pagination {
    margin-top: 25px;
    display: flex;
    justify-content: center;
}

.cpxq_pagination span {
    width: 12px;
    height: 12px;
    margin: 0 6px;
    background-color: #cccccc;
    opacity: 1;
}

.cpxq_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--btn_bg_color1);
}

.cpxq_prev,
.cpxq_next {
    position: absolute;
    top: 50%;
    width: 55px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, .6);
    outline: none;
    cursor: pointer;
    z-index: 5;
}

.cpxq_prev.swiper-button-disabled,
.cpxq_next.swiper-button-disabled {
    background-color: rgba(0, 0, 0, .3);
}

.cpxq_prev {
    left: 0;
    border-radius: 0 6px 6px 0;
}

.cpxq_next {
    right: 0;
    border-radius: 6px 0 0 6px;
}

.cpxq_prev i,
.cpxq_next i {
    font-size: 30px;
    color: #fff;
}

.cpxq_trh {
    font-size: 34px;
    font-weight: 700;
    color: var(--txt_color1);
}

.cpxq_trp {
    position: relative;
    margin-top: 20px;
    padding: 40px 0;
    border-top: 1px solid #ebebeb;
}

.cpxq_trp::after {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    width: 100px;
    height: 1px;
    background-color: var(--btn_bg_color1);
}

.cpxq_trptle {
    font-size: 20px;
    font-weight: 700;
    color: var(--txt_color1);
}

.cpxq_trpct {

    margin-top: 10px;
}

.cpxq_trpct li {
    font-size: 16px;
   position: relative;
    padding-left: 15px;
    line-height: 1.8;
    margin-bottom: 10px;
    color: #666;
}

.cpxq_trpct_item {
    padding: 4px 0;
    display: flex;
}

.cpxq_trpct li::before {
content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background-color: var(--a_hover_color);
    border-radius: 50%;
}

.cpxq_trpct_item span {
    margin-top: 12px;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: var(--btn_bg_color1);
    margin-right: 8px;
}

.cpxq_trpct_item div {
    flex: 1;
    font-size: 16px;
    line-height: 30px;
    color: var(--p_color);
}

.cpxq_trl {
    display: flex;
}

.cpxq_trl a {
    display: flex;
    align-items: center;
    padding: 0 35px;
    height: 60px;
    margin-right: 15px;
    border-radius: 6px;
    border: 1px solid #ccc;
    transition: all .2s;
 
}

.cpxq_trl a:hover {
    background-color:var(--a_hover_color);
    border-color:var(--a_hover_color);
}

.cpxq_trl i {
    font-size: 20px;
    color: var(--txt_color1);
    margin-right: 5px;
    transition: all .4s;
}

.cpxq_trl i.icon-kefu1 {
    transform: scale(0.9);
}

.xqwx {
    position: relative;
}

.xqwx_dw {
    position: absolute;
    left: 0;
    top: 100%;
    ;
    width: 100%;
    padding: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    border-radius: 5px;
    overflow: hidden;
    transition: all .4s;
    opacity: 0;
}

.xqwx_dw img {
    width: 100%;
}

.xqwx:hover .xqwx_dw {
    opacity: 1;
    transform: translateY(6px);
}

.cpxq_trl span {
    font-size: 16px;
    color: var(--txt_color1);
    transition: all .4s;
}

.cpxq_trl a:hover i,
.cpxq_trl a:hover span {
    color: #fff;
}

.cpxq_trl a:first-child {
    background-color: var(--btn_bg_color);
    border-color: var(--btn_bg_color);
}

.cpxq_trl a:first-child i {
    color: #fff;
    font-size: 24px;
}

.cpxq_trl a:first-child span {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
}

.cpxq_trf {
    margin-top: 30px;
    display: flex;

}

.cpxq_trfbox {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.cpxq_trf span {
    font-size: 16px;
    color: var(--p_color1);
    flex-shrink: 0;
    transition: all .4s;
}

.cpxq_trf i {
    font-size: 22px;
    margin-right: 8px;
    flex-shrink: 0;
    transition: all .4s;
}

.cpxq_trf:hover i,
.cpxq_trf:hover span {
    color: var(--btn_bg_color1);
}

.erweima {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    border-radius: 5px;
    overflow: hidden;
    transition: all .4s;
    opacity: 0;
    z-index: 60;
    background-color: #fff;
}

.erweima img {
    width: 100px;
}

.cpxq_trfbox:hover .erweima {
    transform: translateY(6px);
    opacity: 1;
}

/* 详情互联 */
.xqhl {
    padding: 120px 0;
}

.xqhl_t {
    font-size: 42px;
    font-weight: 700;
    color: var(--txt_color1);
    text-align: center;
}

.xqhl .cptl_txtboxx {
    display: flex;
    justify-content: center;
    margin: 25px 0 50px;
    height: 2px;
}

.cptl_txtboxx b {
    display: block;
    width: 33px;
    border-radius: 2px;
    background-color: var(--btn_bg_color1);
}

.cptl_txtboxx span {
    margin-left: 5px;
    display: block;
    width: 86px;
    border-radius: 2px;
    background-color: var(--btn_bg_color);
}

.xqhl_b {
    display: flex;
}

.xqhl_b .xqhl_bl {
    display: block;
    position: relative;
    width: 50%;
    padding-right: 20px;
}

.xqhl_blimg {
    border-radius: 15px;
    overflow: hidden;
}

.xqhl_bl img {
    width: 100%;
    transition: all .4s;
}

.xqhl_bl:hover img {
    transform: scale(1.1);
}

.xqhl_bldw {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 70px;
    padding-left: 75px;
    color: #fff;
}

.xqhl_bldw i {
    font-size: 60px;
}


.xqhl_bldwh {
    font-size: 42px;
    font-weight: 700;
}

.xqhl_bldwp {
    font-size: 18px;
}

.xqhl_blda {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 55px;
    border-radius: 26px;
    overflow: hidden;
    background-color: var(--btn_bg_color1);
    transition: all .2s;
}

.xqhl_blda:hover {
    transform: scale(1.1);
}

.xqhl_blda span {
    font-size: 18px;
}

.xqhl_blda i {
    font-size: 22px;
    margin-left: 8px;
}

.xqhl_br {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.xqhl_br>a {
    position: relative;
    width: 100%;
    display: flex;
    height: calc(50% - 10px);
    overflow: hidden;
    border-radius: 15px;
}

.xqhl_bra img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s;
}

.xqhl_bra:hover img {
    transform: scale(1.1);
}

.xqhl_bradw {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    color: #fff;
}

.xqhl_bradw_l {
    display: flex;
    align-items: center;
}

.xqhl_bradw i {
    font-size: 58px;
    transition: all .3s;
}

.xqhl_bradw_lr {
    margin-left: 10px;
}

.xqhl_bradw_lrh {
    font-size: 28px;
    font-weight: 700;
}

.xqhl_bradw_lrp {
    font-size: 16px;
}

.xqhl_bradw_r i {
    font-size: 40px;
    transition: all .4s;
    opacity: 0;
}
.xqhl_bradw_lr {
    transition: all .3s;

}
.xqhl_bradw:hover .xqhl_bradw_lr {
    transform: translateX(5px);

}


.xqhl_bradw:hover  i{
    transform: translateX(5px);
    opacity: 1;
}

/* 上下页 */
.fasxy {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #ebebeb;
    display: flex;
}

.fasxy_l {
    width: 44.5%;
    display: flex;
    align-items: center;
}
.fasxy_l.noo {
    opacity: 0.5;
}
.fasxy_l i {
    font-size: 20px;
    color: #999;
    transition: all .4s;
}

.fasxy_l span {
    width: calc(100% - 24px);
    padding-left: 10px;
    font-size: 16px;
    color: var(--p_color);
    transition: all .4s;
}

.fasxy_z {
    flex: 1;
    display: flex;
    justify-content: center;
}

.fasxy_z i {
    font-size: 32px;
    color: var(--p_color);
    transition: all .4s;
}

.fasxy_r span {
    text-align: right;
    padding-right: 24px;
    padding-left: 0;
    transition: all .4s;
}

.fasxy a:hover span {
    color: var(--a_hover_color);
}

.fasxy a:hover i {
    color: var(--a_hover_color);
}

.topbtn {
    position: fixed;
    bottom: 10%;
    right: 50px;
    width: 50px;
    height: 50px;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .3);
    z-index: 99;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
}

.topbtn.on {
    display: flex;
}

.topbtn i {
    font-size: 28px;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    transform: rotate(-90deg);
    cursor: pointer;
    outline: none;
}

/* 公共 */
.combox {
    height: 48px;
    display: none;
}

.comboxs_w.on {
    /* position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 100; */
}

.comboxs_w {
    position: relative;
    z-index: 6;
}

.comboxs_wt {
    display: flex;
    height: 48px;
    background: var(--btn_bg_color);
    /* background-color: #666; */
    color: #fff;
}


.comboxs_ri {
    width: 70px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.comboxs_fh{
    width: 40px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comboxs_fh {
    /* background-color: #00a9df; */
    /* border-radius: 0 8px 8px 0; */
    /* display: none; */
}

.comboxs_fh i,
.comboxs_ri i {
    font-size: 12px;
    transition: all .3s;

}

.comboxs_ri .comboxs_cha {
    display: none;
}

.comboxs_ri.on1 .comboxs_cha {
    display: block;
}

.comboxs_ri.on1 .comboxs_xia {
    display: none;
}

.comboxs_r {
    flex: 1;
    display: flex;
}

.comboxs_r .comboxs_rtxt {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: left;
    font-size: 16px;
    font-weight: normal;
    color: #FFF;
    padding-left: 0px;
}

.comboxs_wb {
    display: none;
}

.comboxs_wbbox {
    padding: 20px 15%;
    /* background-color: rgba(0, 0, 0, .8); */
    background-color: var(--a_hover_color);
}

.comboxs_wb a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    font-size: 14px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .2);


}

.comboxs_wb a:last-child {
    border: 0;
}

/* 侧边导航 */
.cd-nav-container {
    background-color:var(--btn_bg_color);
    position: fixed;
    z-index: 999;
    top: 50px;
    right: 0;
    width: 100%;
    height: 100%;
    /* overflow-y: auto;
    overflow-x: hidden; */
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.4s 0s, box-shadow 0s 0.4s;
    -moz-transition: -moz-transform 0.4s 0s, box-shadow 0s 0.4s;
    transition: transform 0.4s 0s, box-shadow 0s 0.4s;
}

.cd-nav-containerbox {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding-bottom: 40px;
}

.cd-nav-container.is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.nav-container {
    padding-top: 40px;
}

.cd-nav>li {
    width: 80%;
    margin: auto;
    padding: 0 10px;
    overflow: hidden;
    position: relative;
    border-top: rgba(255,255,255,.1) 1px solid;
}

.mbnav_item {
    display: flex;

    position: relative;
    transition: all .4s ease;
    font-size: 14px;

}
.cd-nav>li:first-child { 
    border: none;
}
.mbnav_item a,
.mbnav_item i {
    display: flex;
    align-items: center;
    color: #fff;
    height: 48px;
    font-weight: bold;
}

.mbnav_item a {
    flex: 1;
}

.mbnav_item i {
    font-size: 20px;
    line-height: 1;
    justify-content: center;
    width: 55px;
    transform: rotate(90deg);
    transition: all .4s;
}

.mbnav_item i.on {
    transform: rotate(-90deg);
}

.mchildren {
    display: none;
    width: 100%;
    /* border-bottom: 1px solid #313131; */
    margin: 0px auto;
    padding: 10px 10px 30px 10px;
    position: relative;
    /* background-color: var(--a_hover_color); */
    overflow: hidden;
}


.mchildren a {
    display: flex;
    align-items: center;
    height: 35px;
    width: 100%;
    font-size: 13px;
    /* color: rgba(255, 255, 255, .7); */
    color: #fff;

   
}
.mchildren a::before {
    content: "\2022"; /* 使用Unicode字符 \2022 表示圆点 */
    display: inline-block;
    margin-right: 5px; /* 调整圆点与链接之间的间距 */
    vertical-align: middle;
    color: var(--btn_bg_color1);
}

.mchildren li {
    width: 48%;
    float: left;
}
.mblink {
    margin: 30px 0;
    padding: 0 30px;
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;

}

.mblink a {
    display: flex;
    align-items: center;
    justify-content: center;
 /* padding-left: 10px; */
    width: 100%;
    height: 38px;
    font-size: 12px;
    /* font-weight: 700; */
    background-color: var(--a_hover_color);
    color: #fff;
    border-radius: 5px;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid var(--a_hover_color);
}
.mbnav_item a {
    font-size: 15px;
    font-weight: normal;
}
/* 导航地图 */
.sitemapbox {
    padding: 80px 0 50px;
}

.sitemapbox_item {
    margin-bottom: 40px;
}

.sitemapbox_item .sitemapbox_itemt {
    display: block;
    background: var(--btn_bg_color);
    color: #fff;
    padding: 15px 30px;
    font-weight: bold;

border-radius: 8px;
}

.sitemapbox_itemb {
    border-top: 1px dashed #efefef;
    margin-top: 30px;
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
}

.sitemapb {
    width: 25%;
    padding: 0 15px;
}

.sitemapb .sitemapb_a {
    display: block;
    padding: 15px;
    color: var(--btn_bg_color1);
    border: 1px solid #00b2e2;
    font-weight: bold;
    border-radius: 8px;
    padding: 15px 20px;
}

.sitemapb_b {
    padding: 15px;
}

.sitemapb_b a {
    padding: 5px 0;
    display: block;
    color: #666;
    font-size: 14px;
}

@media screen and (max-width: 2000px) {
    .footer_t {
        padding: 100px 0 90px;
    }

    .footer_bbox {
        height: 75px;
    }

    /* 内页通栏 */
    .nytl {
        height: 400px;
    }

    /* 产品详情 */
    .cpxq_t {
        padding: 60px 0 70px;
    }

    .xqhl {
        padding: 110px 0;
    }
}

@media screen and (max-width: 1800px) {
    .headnav_itema {
        font-size: 16px;
    }

    .footer_t {
        padding: 90px 0;
    }

    .footernav_item .footernav_itema,
    .footerxl_t {
        font-size: 20px;
    }

    .footernav_itemb,
    .footerxl_b {
        margin-top: 15px;
    }

    .footernav_itemb .footernav_itemba,
    .footerxl_b .footerxl_ba,
    .footerxl_wx div,
    .footerxl_gc>div,
    .footer_yxitem span,
    .footer_linkr a,
    .footer_bboxr,
    .footer_bboxr a {
        font-size: 15px;
    }

    .footerxl_wx img {
        width: 120px;
    }

    .footerxl_gc {
        margin-top: 30px;
    }

    .footer_yxitem {
        height: 50px;
    }

    .footer_bbox {
        height: 70px;
    }

    .footer_link {
        margin-top: 30px;
    }

    /* 内页通栏 */
    .nytl {
        height: 340px;
    }

    .nynavbox .nynavboxa {
        height: 65px;
    }

    /* 产品列表 */
    .cplbdh_ct a {
        height: 65px;
    }

    /* 产品详情 */
    .cpxq_t {
        padding: 50px 0 60px;
    }

    .cpxq_tl {
        padding-right: 30px;
    }

    .cpxq_tr {
        padding-left: 30px;
    }

    .cpxq_trp {
        padding: 30px 0;
    }

    .cpxq_trl a {
        height: 55px;
    }

    /* 互联 */
    .xqhl {
        padding: 90px 0;
    }

    .xqhl_bradw_lrh {
        font-size: 26px;
    }
}

@media screen and (max-width: 1600px) {

    .headbox_t,
    .headbox_b {
        padding: 0 25px;
    }

    .container {
        max-width: 87%;
    }

    .footernav_item .footernav_itema,
    .footerxl_t {
        font-size: 18px;
    }

    .footernav_itemb .footernav_itemba,
    .footerxl_b .footerxl_ba,
    .footerxl_wx div,
    .footerxl_gc>div,
    .footer_yxitem span,
    .footer_linkr a,
    .footer_bboxr,
    .footer_bboxr a {
        font-size: 14px;
    }

    .footerxl_wx img {
        width: 100px;
    }

    .footer_yxitem {
        width: 200px;
    }

    .footer_bbox {
        height: 60px;
    }

    /* 内页通栏 */
    .nytl {
        height: 320px;
    }

    .nytl_h {
        font-size: 38px;
    }

    /* 产品列表 */
    .cplbdh_ct a {
        height: 60px;
        font-size: 14px;
        padding: 0 30px;
    }

    .mbx .mbxa {
        /* font-size: 12px; */
    }

    .mbx i {
        margin: 0 8px;
    }

    /* 详情 */
    .cpxqmbx_r span {
        font-size: 14px;
    }

    .cpxqmbx_r i {
        font-size: 18px;
    }

    .cpxq_tl {
        padding-right: 25px;
    }

    .cpxq_tr {
        padding-left: 25px;
    }

    .cpxq_trh {
        font-size: 32px;
    }

    .cpxq_trp {
        margin-top: 10px;
    }

    .cpxq_trp {
        padding: 25px 0;
    }

    .cpxq_trpct li {
        font-size: 14px;
        line-height: 22px;
    }

    .cpxq_trpct p::before {
        margin-top: 8px;
    }

    .cpxq_trl a {
        height: 50px;
    }

    .cpxq_trl a:first-child span {
        font-size: 18px;
    }

    .cpxq_trl a:first-child i {
        font-size: 20px;
    }

    .cpxq_trf span {
        font-size: 14px;
    }

    .cpxq_trf i {
        font-size: 20px;
    }

    /* 互联 */
    .xqhl {
        padding: 80px 0;
    }

    .xqhl_t,
    .xqhl_bldwh {
        font-size: 38px;
    }

    .cptl_txtboxx {
        margin: 20px 0 40px;
    }

    .xqhl_blda {
        height: 50px;
    }

    .xqhl_bldwp {
        font-size: 16px;
    }

    .xqhl_blda span {
        font-size: 16px;
    }

    .xqhl_bradw_lrh {
        font-size: 24px;
    }
}




@media screen and (max-width: 1800px){
.faxqbox_lbl_atel i {
    font-size: 20px;
}
}
@media screen and (max-width: 1400px) {

    .headbox_t,
    .headbox_b {
        padding: 0 20px;
    }

    .headbox_t,
    .headbox_tl a,
    .headbox_tra {
        font-size: 12px;
    }

    .headbox_tra i {
        font-size: 14px;
    }

    .headlogo img {
        width: 200px;
    }

    .headnav_itema {
        font-size: 14px;
        padding: 0 22px;
    }

    .footernav_item .footernav_itema,
    .footerxl_t {
        font-size: 16px;
    }

    .footernav {
        padding-right: 50px;
    }

    .footerxl {
        padding-left: 50px;
    }

    .footernav_itemb .footernav_itemba,
    .footerxl_b .footerxl_ba,
    .footerxl_wx div,
    .footerxl_gc>div,
    .footer_yxitem span,
    .footer_linkr a,
    .footer_bboxr,
    .footer_bboxr a {
        font-size: 13px;
    }

    .footer_yxitem {
        width: 175px;
    }

    /* 内页通栏 */
    .nytl {
        height: 300px;
    }

    .nytl_h {
        font-size: 32px;
    }

    .nytl_p {
        font-size: 14px;
    }

    .nynavbox .nynavboxa {
        height: 60px;
        line-height: 60px;
        font-size: 14px;
    }

    /* 详情 */
    .cpxqmbx {
        padding: 15px 0;
    }

    .cpxq_t {
        padding: 40px 0 50px;
    }

    .cpxq_trh {
        font-size: 28px;
    }

    .cpxq_trpct li {
        font-size: 12px;
        line-height: 20px;
    }

    .cpxq_trptle {
        font-size: 18px;
    }

    .cpxq_trl a {
        height: 45px;
    }

    .cpxq_trl a:first-child span {
        font-size: 16px;
    }

    .cpxq_trl a:first-child i {
        font-size: 18px;
    }

    .cpxq_trl a {
        padding: 0 25px;
    }

    .cpxq_trl span {
        font-size: 14px;

    }

    .cpxq_trl i {
        font-size: 18px;
    }

    .cpxq_trl i.icon-weixin1{
        transform: scale(1.05);
    }
    .cpxq_trf {
        margin-top: 20px;
    }

    .cpxq_trpct p::before {
        margin-top: 7px;
    }

    /* 互联 */
    .xqhl {
        padding: 70px 0;
    }

    .xqhl_t,
    .xqhl_bldwh {
        font-size: 32px;
    }

    .xqhl_bldwp {
        font-size: 14px;
    }

    .xqhl_blda {
        width: 180px;
        height: 45px;
    }

    .xqhl_blda span {
        font-size: 14px;
    }

    .xqhl_bradw_lrh {
        font-size: 22px;
    }

    .xqhl_bradw_lrp {
        font-size: 14px;
    }

    .xqhl_bradw i {
        font-size: 48px;
    }

    .xqhl_bldw i {
        font-size: 60px;
    }

    .xqhl_blda i {
        font-size: 22px;
    }

}

@media screen and (max-width: 1200px) {

    .headbox_t,
    .headbox_b {
        padding: 0 15px;
    }

    .headnav_itema {
        padding: 0 13px;
        height: 80px;
    }

    .headlogo img {
        width: 160px;
    }

    .headbtn {
        width: 145px;
    }

    .footernav_itemb .footernav_itemba,
    .footerxl_b .footerxl_ba,
    .footerxl_wx div,
    .footerxl_gc>div,
    .footer_yxitem span,
    .footer_linkr a,
    .footer_bboxr,
    .footer_bboxr a {
        font-size: 12px;
    }

    .footer_yxitem {
        width: 150px;
    }

    .footer_bbox {
        height: 50px;
    }

    .footer_bboxl img {
        width: 180px;
    }

    /* 内页通栏 */
    .mt126 {
        margin-top: 116px;
    }

    .nytl {
        height: 260px;
    }

    .nytl_h {
        font-size: 28px;
    }

    .nytl_p {
        font-size: 12px;
    }

    /* 详情 */
    .cpxq_slidedw_h {
        font-size: 24px;
    }

    .cpxq_slidedw_y {
        font-size: 14px;
    }

    .cpxq_slidedw_img img {
        width: 60px;
    }

    .cpxq_trh {
        font-size: 24px;
    }

    .cpxq_tl {
        padding-right: 20px;
    }

    .cpxq_tr {
        padding-left: 20px;
    }

    .cpxq_trp {
        padding: 20px 0;
    }

    .cpxq_trptle {
        font-size: 16px;
    }

    .cpxq_trl a {
        padding: 0 25px;
        margin-right: 10px;
    }

    /* 互联 */
    .xqhl_t,
    .xqhl_bldwh {
        font-size: 28px;
    }

    .xqhl_bldw {
        padding-bottom: 40px;
        padding-left: 40px;
    }

    .xqhl {
        padding: 60px 0;
    }

    .xqhl .cptl_txtboxx {
        margin: 25px 35px;
    }
}

@media screen and (max-width: 992px) {
    .head.on .headlogo {
        transform: scale(1);

    }
    .xqhl .cptl_txtboxx {
        margin: 10px 0 35px 0;
    }
    .headbox_t {
        display: none;
    }

    .headnav {
        display: none;
    }

    .headbtn {
        display: none;
    }

    .headbox_b {
        height: 60px;
    }

    .container {
        max-width: 100%;
        padding: 0 20px;
        overflow: hidden;
    }

    .footerxl {
        padding-left: 0;
        width: 100%;
    }

    .footerxl_wx {
        display: none;
    }

    .footer_tbox .footerxl {
        width: 100%;
    }

    .footerxl_gc {
        margin-top: 20px;
    }

    .footer_yx {
        display: none;
    }

    .footer_link {
        display: none;
    }

    .footer_bbox {
        height: auto;
        display: flex;
        flex-wrap: wrap;
    }

    .footer_bbox>div {
        width: 100%;
    }

    .footer_bboxl {
        /* display: flex; */
        padding: 6px 0;
        justify-content: center;
        border-radius: 10px 10px 0 0;
        display: none;
    }

    .footer_b::before,
    .footer_b::after {
        display: none;
    }

    .footer_bboxl img {
        margin: auto;
    }

    .footer_bboxr {
        text-align: center;
        justify-content: center;
        margin-left: 0;
        padding: 20px 0;
        border-radius: 0;
    }
    .footer_bboxr a {
        display: block;
    }

    .footer_b .container {
        padding: 0;
    }

    .menu-toggle {
        display: block;
    }

    .headbox_b .mb_yy {
        display: flex;
    }

    /* 内页通栏 */
    .mt126 {
        margin-top: 60px;
    }

    .nytl {
        height: 220px;
    }

    /* 详情 */
    .cpxqmbx {
        padding: 10px 0;
    }

    .cpxq_tr {
        padding-left: 15px;
    }

    .cpxq_tl {
        padding-right: 15px;
    }

    .cpxq_trh {
        font-size: 20px;
    }

    .cpxq_trl .xqwx {
        display: none;
    }

    .cpxq_trf {
        display: none;
    }

    /* 互联 */
    .xqhl {
        padding: 50px 0;
    }

    .xqhl_t,
    .xqhl_bldwh {
        font-size: 24px;
    }

    .cptl_txtboxx b {
        width: 20px;
    }

    .cptl_txtboxx span {
        width: 50px;
    }

    .xqhl_bldw {
        padding-bottom: 30px;
        padding-left: 30px;
    }

    .xqhl_bldw i {
        font-size: 50px;
    }

    .xqhl_bldw i {
        font-size: 40px;
    }
    .xqhl_blda i {
        font-size: 18px;
    }

    .xqhl_bradw_lrh {
        font-size: 20px;
    }

    .xqhl_bradw_lrp {
        font-size: 12px;
    }

    .xqhl_bradw {
        padding: 0 20px;
    }

    .xqhl_bradw i {
        font-size: 40px;
    }

    .floating {
        margin-top: -25px;
    }

    .cpxqmbxs {
        margin-top: 60px;
    }

    .topbtn {
        bottom: 20px;
        right: 20px;
        width: 50px;
        height: 50px;
    }

    /* 底部导航 */
    .footer_tbox {
        flex-wrap: wrap;
    }

    .footer_tbox>div {
        width: 100%;
    }

    .footernav {
        margin-top: 35px;
        padding-right: 0;
        order: 2;
        flex-wrap: wrap;
    }

    .footernav>div {
        width: 100%;
    }

    .footernav_itemt {
        height: 50px;
        border-top: 1px solid #e9e9e9;
    }

    .footernav_itemt a {
        display: flex;
        align-items: center;
    }
    .footernav_itemt i{
        width: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        color: #333;
        font-weight: 700;
        font-size: 16px;
        line-height: 1;
    }
    .footernav_itemb{
        margin: 0;
        padding-bottom: 30px;
        display: none;
    }
    .footernav_itemb .footernav_itemba{
        height: 40px;
    line-height: 40px;
    border-top: 1px dotted #e1e1e1;
    font-size: 14px;
    display: block;
    padding: 3px 10px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .4s;
    }
.footer_b{
    
}
}
.myc {
    
}
.mxs{
    display: none;
}
@media screen and (max-width: 768px) {
    .xqhl_blimg {
        border-radius: 8px;
    }
    .xqhl_br>a{
        border-radius: 8px;
    }
    .mxs{
        display: block;
    }
    .myc {
     display: none;
    }
    .cpxq_trf {
        display: none !important;
    }
    .cpxq_prev i,
    .cpxq_next i {
        font-size: 18px;
    
    }
    .cpxq_prev, .cpxq_next {
        width: 30px;
        height: 42px;
    }

    .cpxq_pagination span {
        width: 8px;
        height: 8px;
    }
    .cpxq_slidedw_img img {
        width: 40px;
        margin-bottom: 8px;
    }
    .cpxq_slidedw_h {
        font-size: 18px;
        line-height: 1.2;
    }
    .cpxqmbx {
        display: none;
    }
    .cpxq_slidedw_y {
        font-size: 12px;
    }
    .nytl {height: 0 !important;}
    .footer_t {
        padding: 45px 0 75px;
    }

    .footer_bboxr {
        flex-wrap: wrap;
    }

    /* 内页通栏 */
    .nytl {
        height: 180px;
    }

    .nytl_h {
        font-size: 24px;
    }

    /* 详情 */
    .mbx {
        display: none;
    }

    .cpxq_t {
        flex-wrap: wrap;
    }

    .cpxq_t>div {
        width: 100%;
        padding: 0;
    }

    .cpfm_itemrdw {
        height: 15px;
    }

    .cpxq_t {
        padding-top: 0;
        margin-top: 30px;
    }

    .cpxq_pagination {  
        margin-top: 12px;
    }

    .cpxq_tr {
        margin-top: 30px;
    }

    .nynav {
        display: none;
    }

    .combox {
        display: block;
    }

    .cplbdh {
        display: none;
    }

    /* 互联 */
    .xqhl_b {
        flex-wrap: wrap;
    }

    .xqhl_b .xqhl_bl {
        padding-right: 0;
        width: 100%;
    }

    .xqhl_br {
        margin-top: 20px;
        width: 100%;
    }

    .xqhl_bra img {
        position: static;
    }
    .nytl .container {
        display: none !important;
    }
    .footernav_item .footernav_itema, .footerxl_t {
        font-size: 14px;
    }


}
.xqwx {
    position: relative;
}

.xqwx_dw {
    position: absolute;
    left: 0;
    top: calc(100% + 10px); /* 使其在开始时在 .xqwx 外部，比如 10px 下方 */
    width: 100%;
    padding: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    border-radius: 5px;
    overflow: hidden;
    transition: all .4s;
    opacity: 0;
    pointer-events: none; /* 阻止此元素及其内容响应鼠标事件 */
}

.xqwx_dw img {
    width: 100%;
}

.xqwx:hover .xqwx_dw {
    opacity: 1;
    top: 100%; /* 当 .xqwx 被悬停时，把 .xqwx_dw 移回原位置 */
    transform: translateY(6px);
}

.cpxq_trf {
    margin-top: 30px;
    display: flex;
}

.cpxq_trfbox {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding-bottom: 10px; /* 这会给 .erweima 提供一些空间 */
}

.cpxq_trf span {
    font-size: 16px;
    color: var(--p_color1);
    flex-shrink: 0;
    transition: all .4s;
}

.cpxq_trf i {
    font-size: 22px;
    margin-right: 8px;
    flex-shrink: 0;
    transition: all .4s;
}

.cpxq_trf:hover i,
.cpxq_trf:hover span {
    color: var(--btn_bg_color1);
}

.erweima {
    position: absolute;
    top: calc(100% + 10px);  /* 使用 calc 轻微调整显示位置 */
    left: 0;
    padding: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    border-radius: 5px;
    overflow: hidden;
    transition: all .4s;
    opacity: 0;
    visibility: hidden; /* 添加 visibility 属性 */
    z-index: 60;
    background-color: #fff;
}

.erweima img {
    width: 100px;
}

.cpxq_trfbox:hover .erweima {
    transform: translateY(0px);  /* 将 transform 调整为 0px */
    opacity: 1;
    visibility: visible; /* 更改 visibility 为 visible */
}


.swiper-button-disabled {
    opacity: 0.5;
}

.videobox_ct video {
    transition: all .3s;
}

.protable {
    overflow-x: auto;
  }

.protable table,.cate-txt tbody{
	width: 100%;
	border-collapse:collapse;
}
.protable table td{
    padding: 20px !important;
    text-align: left !important;
	font-size: 14px !important;
	color: #666 !important;
	line-height: 1.5 !important;
	border-bottom: 1px solid #f1f1f1 !important;
    min-width: 200px !important;

}
.protable table tr td:first-child{
	font-weight: bold !important;
}
.protable table {
    width: 100% !important;
}

.protable tr td:first-child{
	background-color: rgb(0 0 0 / 3%) !important;
	color: #333 !important;
	/* background-color: #ebfff6; */
	text-align: center !important;
	vertical-align: middle !important;
}
.protable table tr td:first-child p{
	color: #333 !important;
	line-height: 1.2 !important;
}
.protable table tr td:first-child {
	padding: 15px 10px !important;
	
}
.protable table tr:nth-child(even) {
    background-color: #f2f2f2 !important; 
  }
  
  .protable table tr:nth-child(odd) {
    background-color: #fff !important;
  }

  .protable table tr:first-child{
    background: var(--btn_bg_color) !important;
     color: #fff !important;
     font-weight: bold !important;
  }
  .protable table tr:first-child td{
    font-weight: bold !important;
    color: #fff !important;
    font-size: 1.4em !important;
  }
 .protable table tr:first-child {
    background: #0047ba !important;

  }
.protable.oushu table tr:first-child {
    background: #00b2e3 !important;

  }


  @media screen and (max-width: 768px) {


    .protable table td{
        padding: 10px !important;
        min-width: 140px !important;
        font-size: 13px !important;
    }
    .protable table tr td:first-child{ 
        min-width: 110px !important;
    }

  }