

/************************* Breadcrumb **********************************************/
#topicPath_v4 {
    overflow-x: auto;
    font-size: 12px;
    padding-top: 80px;
    padding-bottom: 0;
    /* margin-bottom: 1rem; */
    font-family: var(--font-medium, sans-serif);
    font-weight: 500;
    background-color: #f1f2f1;
}

@media print, screen and (max-width: 767px) {
    #topicPath_v4 {
/*        overflow-x: scroll;*/
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media print, screen and (min-width: 768px) {
    /* #topicPath_v4 {
    margin-bottom: 5rem;
  } */
}

#topicPath_v4 {
    margin-bottom: 0;
/*    margin-top: 17px;*/
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
}

#topicPath_v4 ul {
    white-space: nowrap;
    display: inline-block;
    padding-right: var(--container-padding);
}

    #topicPath_v4 ul > li:not(:last-child) > a:hover {
        color: inherit;
        text-decoration: underline;
    }

    #topicPath_v4 ul > li {
        display: inline-flex;
        align-items: center;
        margin-right: 0.5rem;
    }

        #topicPath_v4 ul > li:not(:last-child) > a {
            color: #515151;
        }

        #topicPath_v4 ul > li:not(:last-child)::after {
            content: "";
            background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%227%22%20height%3D%2216%22%20viewBox%3D%220%200%207%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M1%201L5.18655%207.05025C5.6731%207.75338%205.65883%208.68804%205.15105%209.37599L1%2015%22%20stroke%3D%22%23D6D6D6%22%2F%3E%0A%3C%2Fsvg%3E);
            width: 7px;
            height: 16px;
            margin-left: 0.5rem;
            display: inline-block;
        }

        #topicPath_v4 ul > li a:hover,
        #topicPath_v4 ul > li a:active,
        #topicPath_v4 ul > li a:focus {
            color: unset;
        }

#topicPath_v4 strong{
    text-decoration: none;
    text-overflow: ellipsis;
}

#topicPath_v4 li strong {
    max-width: none;
    font-family: var(--font-bold, sans-serif);
    font-weight: 700;
    color: #000000;
}

#topicPath_v4 ul span {
    display:none;
}

/***************************Breadcrumb End*****************************************/

#content_v4 h1 {
    font-size: 150%;
}
/*.paneL {
    float: none!important;
}*/
.c_category_table tr td.alignL {
    text-align: left!important;
}
.c_category_table select {
    font-family: var(--font-medium, sans-serif);
    font-weight: 500;
    color: var(--color-text-secondary);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 2.5rem;
    border: 1px solid #adadad;
    background-color: #fff;
    /*background-image: var(--i-arrow_b, none);*/
    background-repeat: no-repeat;
    background-size: 1em 1em;
    background-position: calc(100% - 0.5rem) center;
    cursor: pointer;
    line-height: 24px;
    width:auto;
}
table select,.select select{
    font-family: var(--font-medium, sans-serif);
    font-weight: 500;
    color: var(--color-text-secondary);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 2.5rem;
    border: 1px solid #adadad;
    cursor: pointer;
    line-height: 24px;
    width:auto;
}
html body .main-content .pop-content-table select {
    margin: 4px 0 0;
    padding: 5px 10px 0;
}

/*.main-content,
.page-not-found {
    margin: 0 auto 0;
    padding: 0 10px 0;
}*/

.pop_wechat{
    position: relative;
}
.pop_wechat .pop_img{
    position: absolute;
    top: -118px;
    left: -38px;
    display: none
}
.pop_wechat .pop_img:before {
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    left: 46px;
    top: 97px;
    transform: rotate(45deg );
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}
.pop_wechat:hover .pop_img{
    display: block;
}
.pop_wechat .pop_img img{
    width: 104px;
    height: 104px;
    max-width: inherit;
    position: relative;
    z-index: 3
}
.login_box .btn{
    background: #01916d;
    width: auto;
    display: inline-block;
    padding: 10px 40px;
    color: #fff!important;
    cursor:pointer;
}
.login_box .btn:hover{
    opacity: 0.9;
    text-decoration:none !important;
}
input, button, select, optgroup, textarea{
    -webkit-appearance: auto;
    appearance: auto;
}
input[type=checkbox]{
    -webkit-appearance: checkbox;
    appearance: checkbox;
}
input[type=radio]{
    -webkit-appearance: radio;
    appearance: radio;
}
.main-content a{
    color: #01916d;
}
.main-content a:hover{
    text-decoration: underline;
}
.con_btn .btn{
    background: #01916d;
    width: auto;
    display: inline-block;
    padding: 10px 40px;
    color: #fff!important;
    cursor:pointer;
}
.con_btn .btn:hover{
    opacity: 0.9;
    text-decoration: none;
}
.m-global-header__global-link{
    color: #333;
    display: inline-block;
    margin-right:1.2rem;
}
section form a.btn_apply,
section form a.btn_apply:hover {
    color: #fff!important;
}

.row::after {
  content:"";
  display:block;
  clear:both;
}


#backtotop {
    position: fixed;
    right: 15px;
    top: 80%;
    display: none;    
}

#backtotop a {
    padding: 4px 15px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    z-index: 5;
    display: block;
    height: 3rem;
    width: 3rem;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0.17);
    text-decoration: none;
    color: white;
    font-size: 14px;
    display: flex;
    text-align: center;
    align-items: center;    
}
.back-to-top {
    display: none!important;
}

.m-header__head {
    z-index: 2;
}


.bg_mask {
    visibility: hidden;
    background: rgba(0, 0, 0, .07);
    opacity: 0;
    transition: opacity .4s ease-out, visibility .4s ease-out;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.is-open .bg_mask {
    visibility: visible;
    opacity: 1;
}

.m-header__search-dialog {
    display: none;
}

.m-header__search-dialog.is-open {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
}
.m-header__search {
    position: relative;
    z-index: 3;
}
.m-header__search-btn.is-open {
    position: relative;
    z-index: 11;
    width: 24px;
    height: 24px;
}
.site-header.fix {
    display: block;
}
.m-header__menu-pc {
    min-width: 24.25%;
}
.m-header__link a {
    display: flex;
    align-items: center;
}
.m-header__link a:hover {
    color: #01916d;
}




.date_input input {
    min-width: 90px;
}

table input[type="text"] {
    min-width: 60px;
}




@media only screen and (max-width: 992px) {
    .m-header.is-set .m-header__body {
        display: none!important;
        opacity: 0;
    }
    .m-header.is-set .m-header__body.in-open {
        display: block!important;
        opacity: 1;
        transition: opacity 3s;
    }
    /*#main-content {
        top: 90px;
    }*/
    .m-global-menu {
        top: 20px;
    }
    #content_v4 {
        padding: 0 0;
    }
    div#container_v4 {
        padding: 0 15px 1.4rem;
    }
    .main-nav .share-header-menu > li > a, 
    .main-nav .home-login > li > a, 
    .main-nav .share-header-menu > li > span {
        font-size: 1em;
    }

}

@media only screen and (min-width: 999px), print {
    .main-nav .megamenu .nav-level2__link {
        font-weight: normal;
    }
    .main-nav .lvl2-menu__title a, .main-nav .megamenu__title a {
        font-weight: normal;
    }
}


/* 20240226 add */
.m-page-top {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .m-page-top {
    position: sticky;
    position: -webkit-sticky;
    right: auto;
    bottom: auto;
    top: 100vh;
  }
}
.m-page-top__btn {
  display: block;
  position: absolute;
  width: 3rem;
  height: 3rem;
  border-radius: 0.5rem;
  background-color: rgba(0, 0, 0, 0.25);
  text-align: center;
  transition: opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0s, transform 0.4s cubic-bezier(0.6, 0.04, 0.98, 0.335) 0s;
  bottom: 0.5rem;
  bottom: calc(env(safe-area-inset-bottom) + 44px);
  right: 0.5rem;
}
.m-page-top__btn::after {
  content: "";
  background: url("/resources/chi-hans/images/icn_up-w.svg") no-repeat center;
  background-size: 50%;
  display: block;
  width: 100%;
  height: 100%;
}
.m-page-top__btn__text {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}
[data-script-enabled=true] .m-page-top__btn {
  transform: translateY(4rem);
  opacity: 0;
}

.m-page-top.-scrollOver {
  position: absolute;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .m-page-top.-scrollOver {
    position: sticky;
    position: -webkit-sticky;
  }
}
.m-page-top.-show .m-page-top__btn {
  transform: translateY(0);
  opacity: 1;
  transition: opacity 0s linear 0s, transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
}
@media print, screen and (min-width: 768px) {
  .m-page-top__btn {
    bottom: 1rem;
    right: 1rem;
  }
  [data-script-enabled=true] .m-page-top__btn {
    transform: translateY(5rem);
  }
}

.main-content input[type="submit"]:hover {
    opacity: 0.9;
}

.main-content input[type="submit"] {
    color: #fff;
    background: #01916d;
    border: 1px solid #01916d;

}
.add_search {
    background-color: #01916d;
    color: #ffffff;
    border: 0;
    font-size: 14px !important;
    line-height: 1;
    text-align: center;
    padding: 8px 10px;
    width: 100%;
    display: block;
    margin-top: 5px;
}


.add_list_box {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}
.sale_box .add_list_box {
    padding: 0;
    border-bottom: none;
}
.sale_box .bottom_line,.cere_list .bottom_line{
    border-bottom: 1px solid #ddd;
    padding:0 0 20px;
    margin: 0 0 20px;
}
.form_list .add_list {
    display:flex;
    align-items: center;
    margin:0 0 6px
}
.form_list .add_list span:first-child {
    min-width:140px;
    text-align:right;
    padding-right:10px;
    color: #666;
    line-height: 1.1;
    font-size: 0.9em;
    width: auto;
}
.add_list {
    /*display:flex;
    align-items: center;*/
    margin:0 0 6px
}
.add_list span:first-child {
    text-align: left;
    padding-right: 10px;
    color: #666;
    display: block;
    line-height: 1.5;
    width: 100%;
}
.cere_list .add_list span:first-child {
    color: #000;
    font-weight: 500;
}
.add_list select {
    font-family: var(--font-medium, sans-serif);
    font-weight: 500;
    color: var(--color-text-secondary);
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    padding-left: 0.5rem;
    padding-right: 1.5rem;
    border: 1px solid #adadad;
    cursor: pointer;
    line-height: 1;
    width: 100%;
    margin: 4px 0;
}
.add_list input ,.add_list select {
    min-width:230px
}
.add_box .press{
    width: 130px;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
/*    padding: 0 0 0 140px;*/
}
.table_list_box .add_cli {
    width: 90px;
    float: none;
    margin: 10px 0 10px 140px;
}
.table_list_box .paginate {
    float: inherit;
    padding: 0 0 0 140px;
    width: auto;
}
.add_list_date {
    display: flex;
    align-items: center;
    width: 300px;
}
.add_list_date img {
    width: 16px;
    height: 17px;
    margin-left: 5px;
}
.add_list #price{
    color: #000;
    font-weight: bold;
    font-size: 120%;
}


.table_list_box .cere_box .add_cli{
    width: auto;
    padding: 0;
    margin: 10px 0;
    font-weight: 400;
}
.table_list_box .cere_box .add_cli a{
    color: #01916d;
}

/* 20240627 add */
.paper_category {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.paper_category.paper_category_in{
    flex-wrap:inherit;
}
.paper_category.paper_category_in .paper_category_sub{
    width:24%
}
.paper_category.paper_category_in .paper_category_sub a{
    font-size:14px
}
.paper_category.paper_category_in .paper_category_sub.active a{
    font-weight:bold
}
.paper_category_sub {
    width: 49%;
    text-align: center;
    color: #01916d;
}
.paper_category_sub a {
    color: #01916d;
    display: inline-block;
}
.paper_category_sub p a:hover {
    text-decoration:underline
}
.paper_category_list dl dd{
    width:calc(70% - 20px)
}
.left-contet-box .category_list ul{
    padding-left:18px
}
.left-contet-box .category_list ul li {
    list-style-type: disc;
}
.paper_category_list p{
    margin: 0 0 5px;
    color: #000;
}
/* end  */

@media (max-width: 575.98px) { 
    .kv-slider li {
        width: 100%;
        margin-bottom: 2%;
    }
    .left-contet {
        width: 100%;
        margin-right: 0%;
    }
    .right-contet {
        width: 100%;
        margin-top: 50px;
    }
    .left-contet .left-main-l, 
    .left-contet .left-main-r {
        width: 100%;
        float: none;
        margin-bottom: 2rem;
        display: inline-block;
        min-height: inherit;
    }
    .left-contet ul{
        min-height: inherit;
    }
    .solutions-box div {
        width: 100%;
    }
    /*.left-contet h2, h2.h2_title, 
    .left-contet .left-main-l h2, 
    .left-contet .left-main-r h2,
    .right-contet h2 {
        left: 10px;
    }*/
    h2, h3, h4, h5, h6 {
        margin-left: 0;
    }
    table select, .select select {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .tab_content table th, .tab_content table td {
        padding: 10px 5px;
    }
    .tab_content table th {
        white-space: normal;
    }
    .left-contet ul.produt-list li {
        width: 100%;
    }
    
    .category_list dl {
        display: block;
    }
    .category_list dl dt {
        width: 100%;
        min-height: 150px;
        border: 1px solid #eee;
    }
    .category_list dl dd {
        width: 100%;
    }
    .userbox_1_right {
        width: 100%!important;
        margin: 20px 0 0;
    }
    .performance_box,.midbox {
        width: 100%!important;
    }
    .t_2 {
        width: auto!important;
    }
    html .casetittle .casetittle_1, 
    html .casetittle .casetittle_2, 
    html .casetittle .casetittle_3 {
        width: calc(33.3% - 5px) !important;
        font-size: 12px;
        margin-right: 5px;
        height: auto;
        line-height: 1.2;
        padding: 10px;
    }
    html .casetittle .casetittle_3 {
        margin-right:0
    }
    .trangle_right,.trangle_right_1,.trangle_right_2,.trangle_right_3 {
        display: none!important;
    }
    .userbox_1_right_table {
        width: 100%!important;
        margin-left: 0!important;
    }
    .left-contet .left-contet-box .product-search-box ul li {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .left-contet .left-contet-box .product-search-box ul li.active {
        background: none;
        padding-bottom: 0;
    }
    .sol-box {
        width: 100%;
        padding: 0;
        margin-bottom: 1rem;
    }
    .sol-box p img {
        width: 100%;
    }
    .sol-box h4 {
        margin-bottom: 0;
    }
    .sale_name {
        width: 100px!important;
    }
    .perform_box {
        width: 100%!important;
    }
    .perform_box ul {
        margin-bottom: 10px;
    }
    .perform_box ul li {
        margin: 5px 0!important;
    }
    .perform_box ul li:first-child {
        width: 100%!important;
    }
    .btn_cen .btn1 a {
        margin-left: 0!important;
    }
    .sale_name_shuru input,.sale_name_shuru textarea,.case_tittle_input input {
        width: calc(100% - 20px)!important;
    }
    .sale_name_file input {
        margin-left: 0!important;
    }
    .product-img,.product-text,
    .solutions-img,.solutions-text {
        width: 100%;
    }
    .product-content table.data-table th, .product-content table.data-table td {
        font-size: 12px;
    }
    .news_details02 {
        padding: 10px 20px 40px 20px;
        border-bottom: 1px solid #bcbec0;
    }
    .data_up_box {
        display: block!important;
        padding-top: 10px;
    }
    .perform_box ul.btn_cen li:first-child,.perform_box ul.btn_cen li{
        display: inline-block;
        width: auto!important;
        margin-right: 20px!important;
    }
    .data_por input{
        width: 120px!important;
    }
    .table_ex {
        font-size: 12px;
    }
    .table_ex th, .table_ex td {
        padding: 5px;
    }
    .table_ex_1 select {
        margin-right: 0!important;
        margin-left: 0!important;
        max-width: 200px;
    }
    .down-box {
        position: static!important;
    }
    .down-box a {
        display: inline-block!important;
        margin-right: 10px;
    }
    .fields {
        margin-left: 5px!important;
    }
    .t_1 td a img {
        margin-bottom: 10px;
        display: inline-block;
    }
    /*.add_list input ,.add_list select {
        max-width:230px
    }*/
    .cere_list .add_list input,
    .cere_list .add_list select {
        max-width:95%
    }
    .cere_list .add_list .add_list_date input,
    .cere_list .add_list .add_list_date select,
    .cere_list .add_list .up_file input {
        max-width:230px
    }*/

}

@media (min-width: 576px) and (max-width: 767.98px) {
    .kv-slider li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .kv-slider li:nth-child(even) {
        margin-right: 0;
    }
    .left-contet {
        width: 56%;
        margin-right: 4%;
    }
    .right-contet {
        width: 40%;
    }
    .left-contet .left-main-l, 
    .left-contet .left-main-r {
        width: 100%;
        float: none;
        margin-bottom: 2rem;
        display: inline-block;
        min-height: inherit;
    }
    .left-contet ul{
        min-height: inherit;
    }
    .solutions-box div {
        width: 48.5%;
    }
    .t_1 td a img {
        margin-bottom: 10px;
        display: inline-block;
    }
    .sale_name {
        width: 120px!important;
    }
    /*.add_list input ,.add_list select {
        max-width:calc(100% - 150px)
    }*/
    .cere_list .add_list input,
    .cere_list .add_list select {
        max-width:95%
    }
    .cere_list .add_list .add_list_date input,
    .cere_list .add_list .add_list_date select,
    .cere_list .add_list .up_file input {
        max-width:230px
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .kv-slider li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .kv-slider li:nth-child(even) {
        margin-right: 0;
    }
    .left-contet {
        width: 62%;
        margin-right: 3%;
    }
    .right-contet {
        width: 35%;
    }
    .left-contet .left-main-l, 
    .left-contet .left-main-r {
        width: 100%;
        float: none;
        margin-bottom: 2rem;
        display: inline-block;
        min-height: inherit;
    }
    .left-contet ul{
        min-height: inherit;
    }
    .solutions-box div {
        width: 32%;
    }
    .sale_name {
        width: 140px!important;
    }
    .cere_list .add_list input,
    .cere_list .add_list select {
        max-width:95%
    }
    .cere_list .add_list .add_list_date input,
    .cere_list .add_list .add_list_date select,
    .cere_list .add_list .up_file input{
        max-width:230px
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .kv-slider li {
        width: 24.25%;
    }
    .left-contet {
        width: 72%;
        margin-right: 3%;
    }
    .right-contet {
        width: 24.25%;
    }
    .solutions-box div {
        width: 32%;
    }
    .sale_name {
        width: 160px!important;
    }
    .cere_list .add_list input,
    .cere_list .add_list select {
        max-width:60%
    }
    .cere_list .add_list .add_list_date input,
    .cere_list .add_list .add_list_date select,
    .cere_list .add_list .up_file input {
        max-width:230px
    }
}

@media (min-width: 1200px) {
    .kv-slider li {
        width: 24.25%;
    }
    .left-contet {
        width: 72%;
        margin-right: 3%;
    }
    .right-contet {
        width: 24.25%;
    }
    .solutions-box div {
        width: 32%;
    }
    .sale_name {
        width: 180px!important;
    }
    .cere_list .add_list input,
    .cere_list .add_list select {
        max-width:50%
    }
    .cere_list .add_list .add_list_date input,
    .cere_list .add_list .add_list_date select,
    .cere_list .add_list .up_file input{
        max-width:230px
    }
}