/* common.css */
/*
@ author Nero
@ email nero.zhang@minew.com
*/


/* 菜单 */s
.nav-bar .nav-menu1{
    margin-left: auto;
}
.nav-bar .nav-menu1 ul.main-menu{
    height: 100%;
    column-gap: .5rem;
}
.nav-bar .main-menu>li{
    padding: 0 .8rem;
    text-wrap: nowrap;
    height: 100%;
}
.nav-bar .main-menu>li i.icon{
    margin-left: 1px;
    font-size: 0.95em;
    display: inline-block;
    transform: rotate(90deg);
    transition: all 0.1s ease-in-out;
}
.nav-bar .main-menu>li:hover .icon{
    transform: rotate(-90deg);
}
.nav-bar .main-menu .sub-menu{
    position: absolute;
    width: 130%;
    top: 100%;
    left: 0;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
    pointer-events: none; /* 禁用鼠标事件 */
    padding-top: 5px;
}
.nav-bar .main-menu .sub-menu .sub-menu-container{
    background-color: #fff;
    padding: 3rem 2rem;
    min-height: 168px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}
.nav-bar .main-menu .sub-menu.active,
.nav-bar .main-menu>li:hover .sub-menu{
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
}

.nav-bar .main-menu>li:hover >a{
    font-weight: 600;
}

/* #region 公用 顶部导航栏*/
header.top-header{
    width:100% !important;
    position: fixed;
    top: 0;
    z-index: 99;
    backdrop-filter: blur(2px);
    background-color: transparent;
    width: 100%;
    transition: all 0.2s;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.01);
    color: #fff;
}
header.top-header.scrolled-down{
    background-color: rgb(246 246 246 / 96%);
    transform: translateY(-5px);
}
nav.top-nav{
    flex-direction: column;
    position: relative;
    width: 100%;
    color: #fff;
}
nav.top-nav a,
nav.top-nav a:hover,
header.top-header.light,
header.top-header.light nav.top-nav a,
header.top-header.light nav.top-nav a:hover{
    color: #fff;
}
header.top-header.light nav.top-nav .sub-menu a,
header.top-header.light nav.top-nav .sub-menu a:hover,
header.top-header.dark,
header.top-header.dark nav.top-nav a,
header.top-header.dark nav.top-nav a:hover{
    color: #000;
}
header.top-header.scrolled-down nav.top-nav .sub-menu a,
header.top-header.scrolled-down nav.top-nav .sub-menu a:hover,
header.top-header.scrolled-down,
header.top-header.scrolled-down nav.top-nav a,
header.top-header.scrolled-down nav.top-nav a:hover{
    color: #000;
}

.scrolled-down .nav-logo2{
    display:block !important;
}

.scrolled-down .nav-logo1{
    display:none !important;
}

 .nav-logo1{
    display:block ;
}

.nav-logo2{
    display:none ;
}


/* 翻译插件样式 */
#sh_lsft_custom_dropdown_flags_names{
    /* width: 50px; */
    display: inline-block;
    margin-left: 2rem;
}
#sh_lsft_custom_dropdown_flags_names .stylable-list{
    background-color: transparent;
}
#sh_lsft_custom_dropdown_flags_names a#shortcode-stylable-list-first-item{
    padding-left: 26px !important;
    margin: 0;
    background-size: 22px !important;

}
#sh_lsft_custom_dropdown_flags_names .dropdown-menu-toggle svg{
    fill: #fff; /* 设置填充颜色 */
    stroke: #fff; /* 设置描边颜色 */
}
#sh_lsft_custom_dropdown_flags_names #sh_sc_flags_names_submenu a{
    padding-left: 26px !important;
    margin: 0;
    background-size: 22px !important;
    color: var(--color-darkblue) !important;
}
#sh_lsft_custom_dropdown_flags_names #sh_sc_flags_names_submenu{
    padding: 5px;
    padding-left: 5px !important;
}
#sh_sc_flags_names_submenu>li.edit_translation{
    display:none;
}

.nav-bar{
    height: var(--nav-height);
    position: relative;
    padding: 10px 0;
}
.nav-bar .nav-logo{
    margin-right: 6rem;
    height: 100%;
    box-sizing: border-box;
}

.nav-bar .nav-logo1 img{
    margin-top:10px;
    transform-origin: left;
    height:50px !important;
    width: 50px !important;
}

.nav-bar .nav-logo img{
    /* height: 100%; */
    margin-top:10px;
    transform-origin: left;
    height: 50px;
    width: 50px;
}
/* 菜单 */
.nav-bar .nav-menu ul.main-menu{
    height: 100%;
    align-items: flex-end;
    column-gap: 3rem;
}
.nav-bar .main-menu>li{
    position: relative;
    padding: 0 1rem;
    padding-bottom: 8px;
    text-wrap: nowrap;
}
.nav-bar .main-menu>li.menu-item-has-children>a{
    position: relative;
}
.nav-bar .main-menu>li.menu-item-has-children>a::after{
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    border: 2px solid #fff;
    border-right: none;
    border-bottom: none;
    transform: translateY(-50%) rotate(-135deg);
    top: 50%;
    right: -1rem;
    transition: all 0.1s;
}
header.top-header.light .nav-bar .main-menu>li.menu-item-has-children>a::after{
    border-color: #fff;
}
header.top-header.dark .nav-bar .main-menu>li.menu-item-has-children>a::after{
    border-color: #000;
}



/* 针对解决方案的样式单独处理（因为要一个“3*3”的效果） */
.nav-bar .menu-item.jiejuefangan .sub-menu li>a{
    /* display:inline-block; */
    /* margin-right: 1rem; */
    font-size: 15px !important;
    font-weight: 600;
}

.nav-bar .menu-item.jiejuefangan .sub-menu{
    display: flex;
    gap:5rem;
}

.xunhuanweihugongju-menu-container{
    color: black;
    font-size: 14px;
    display: flex;
    gap: 0.3rem;
    flex-wrap: wrap;
    width: 200px;
    padding-top:0.5rem;
    margin-top:0.5rem;
    border-top:1px solid grey;
}

.xunhuanweihugongju{
    text-align: center;
}

.xunhuanweihugongju-menu-container .xunhuanweihugongju-menu-item{
    width: calc((100% - 0.6rem)* 0.33);
    cursor: pointer;
}

.xunhuanweihugongju-menu-container .xunhuanweihugongju-menu-item:hover{
    font-weight: 600;
    color: var(--color-blue);
}


.nav-bar .main-menu>li.menu-item-has-children:hover>a::after{
    visibility: hidden;
    opacity: 0;
}

.nav-bar .main-menu .sub-menu{
    position: absolute;
    top: 100% ;
    left: 50%;
    transform: translateX(-50%);
    /* display: none; */
    background: #fff;
    padding: 1rem 1.5rem;
    border-radius: 5px;
    min-width: 100px;
    transition: all 0.8s;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    width: fit-content;
}
.nav-bar .main-menu>li:hover .sub-menu{
    visibility: visible;
    opacity: 1;
}
.nav-bar .main-menu .sub-menu::before{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 3px solid #fff;
    border-right-color: transparent;
    border-bottom-color: transparent;
    transform: translateX(-50%) rotate(45deg);
    top: -2px;
    left: 50%;
}

.nav-bar .sub-menu a{
    color: var(--color-font);
    font-size:14px;
}

.nav-bar  .sub-menu  li.jianjie{
    padding: 15px 0;
    padding-bottom:10px;
}

.nav-bar  .sub-menu li{
    padding: 3px 0;
    /* text-align: center; */
}
.nav-bar .sub-menu li a:hover{
    /* text-decoration: underline; */
    color: #3AB1B9 !important
}
.nav-menu{
    margin-left: auto;
    margin-top: 20px;
    color: var(--color-font);
}

.nav-icons{
    display: none;
    align-items: flex-end;
    column-gap: 2rem;
    height: 100%;
    margin-left: auto;
    position: relative;
    padding-bottom: 6px;
}
.nav-icons .wishlist,
.nav-icons .cart{
    position: relative;
}
.nav-icons .wishlist .num,
.nav-icons .cart .num{
    position: absolute;
    background-color: red;
    color: #fff;
    width: 18px;
    height: 18px;
    bottom: 18px;
    right: -12px;
    font-size: 10px;
    text-align: center;
    line-height: 18px;
    border-radius: 20px;
    font-family: var(--font-bold);
}
.navheight {
    /* background-color: rgba(27, 46, 87, 1); */
    background-color:var(--color-blue);
    height: calc(var(--nav-height)*1.5);
}
/* #endregion */

/* #region 页脚块 公用*/
footer{
    position: relative;
    background-color: #fff;
    /* color: var(--color-font); */
    z-index: 2;
    background: #00a7b7;
    color: white;
}
/* footer a{color: #a1a1a1;} */
footer a{color: white;}
footer a:hover{color: #a1a1a1;}
footer .footer-container{
    justify-content: space-between;
}

footer .footer-logo{
    width: 110px;
}
footer #footer-main-menu{
    column-gap: 4rem;
}
footer #footer-main-menu>li>a{
    /* color: var(--color-font); */
    color: white;
    font-size: 1em;
    font-weight: 700;
}
footer #footer-main-menu .menu-item{
    margin: 8px 0;
}
footer .contact-info{
    row-gap: .3rem;
}

footer .contact-info .item {
    /* font-size: 1.3em; */
    height: 30.41px;
    /* justify-content: center; */
    /* row-gap: normal; */
    line-height: 30.41px;
}

footer .contact-info .item i{
    font-size: 1.3em;
}

footer .web-copyright{
    padding: 10px 0;
}
/* #endregion */

/* #region 暂时还未用到的样式 悬浮按钮 表单弹窗  */

/*客服按钮 悬浮*/
.customer-btton{
    position: fixed;
    right: 0;
    bottom: 20%;
    z-index: 99;
    display: flex;
    flex-direction: column;
}
.customer-btton a{
    height: 45px;
    display: flex;
    align-items: center;
    border-radius: 30px 0 0 30px;
    overflow: hidden;
    background-color: var(--color-highlight);
    color: #fff;
    transition: all 0.5s;
    padding: 0 15px;
    transform: translateX(100%) translateX(-55px);  /*先全部隐藏 后反向 显示，便于计算前面的宽度*/
    margin: 3px 0;
}
.customer-btton a .img_ico{
    width: 30px;
    margin-right: 15px;
}
.customer-btton a:hover{
    transform: translateX(0);
}
.customer-btton .go-top{
    position: absolute;
    right: 8px;
    top: calc(100% + 5px);
    /* transform: rotateZ(-45deg); */
    cursor: pointer;
    transition: all 0.3s;
    display: none;
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('data:image/svg+xml;utf-8,<svg viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5795" width="64" height="64"><path d="M512 0c282.779826 0 512 229.220174 512 512S794.779826 1024 512 1024 0 794.779826 0 512 229.220174 0 512 0z m11.130435 333.913043c-0.823652 0-1.647304 0.044522-2.448696 0.111305l-0.311652 0.044522-0.845913 0.111304-0.601044 0.089043-0.556521 0.089044a25.132522 25.132522 0 0 0-0.734609 0.155826l-0.378435 0.089043a21.949217 21.949217 0 0 0-0.845913 0.222609l-0.289391 0.089044a23.017739 23.017739 0 0 0-0.868174 0.26713c-0.089043 0-0.155826 0.044522-0.222609 0.066783l-0.890435 0.333913-0.222608 0.066782a21.23687 21.23687 0 0 0-0.890435 0.400696l-0.178087 0.066783-0.957217 0.445217-0.111305 0.066783a25.822609 25.822609 0 0 0-6.233043 4.541217l-209.029565 201.906087a22.928696 22.928696 0 0 0 0 33.213217c9.505391 9.171478 24.932174 9.171478 34.437565 0l167.869217-162.125913v363.698087c0 12.109913 9.48313 22.105043 21.659826 23.373913l2.604522 0.155826 2.604522-0.133565c12.176696-1.29113 21.593043-11.286261 21.593043-23.396174v-363.742608l167.980522 162.05913a24.932174 24.932174 0 0 0 34.459826-0.111304 22.79513 22.79513 0 0 0 0.022261-33.124174l-209.408-202.128696A24.709565 24.709565 0 0 0 523.130435 333.913043z m232.358956-89.043478H268.510609c-13.06713 0-23.641043 9.97287-23.641044 22.26087s10.573913 22.26087 23.641044 22.260869h486.978782c13.06713 0 23.641043-9.97287 23.641044-22.260869s-10.573913-22.26087-23.641044-22.26087z" fill="%2387CEEB" p-id="5796"></path></svg>');
}
.customer-btton .go-top.show{
    display: block;
}

/*表单提交 自定义弹窗*/
#formMask{
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(17,17,17,.3);
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}
#formMask.avtive{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
#formMask .form-popup{
    padding: 1rem;
    
    /*position: relative;*/
    /*border-radius: 10px;*/
    /*margin: 0 auto;*/
    /*background-color: #fff;*/
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*max-width: 500px;*/
    /*min-height: 300px;*/
    /*text-align: center;*/
    /*padding: 2rem;*/
    /*box-shadow: 1px 1px 6px 0px rgba(0,0,0,.1);*/
}
#formMask .form-popup .msg{
    padding: 3rem 2rem;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    width: 100%;
    max-width: 480px;
}
#formMask .form-popup .text{
    row-gap: 1.2rem;
    column-gap: 2rem;
}
#formMask .form-popup span i{
    vertical-align: baseline;
    margin-right: 2px;
}
#formMask .form-popup .closed{
    position: absolute;
    right: 1rem;
    top: 8px;
    cursor: pointer;
}

/*搜索框*/
#searchBox{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(3, 3, 3,.7);
  display: none;
  z-index: 99;
  padding: 1rem;
}
#searchBox.show{
  display: flex!important;
  justify-content: center;
  align-items: center;
}
#searchBox .search-warp{
  width: 100%;
  background: #fff;
  padding: 6rem 4rem;
  position: relative;
  border-radius: 10px;
  max-width: 580px;
}
#searchBox .search-warp .closed{
  position: absolute;
  right: 1rem;
  top: 1rem;
}
#searchBox .search-relate{
  min-height: 6rem;
  text-align: center;
}
#searchBox .search-relate ul li{
    /*list-style-type: none;*/
    width: calc(100%/3);
    text-align: left;
    padding: 1rem;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
}
#searchBox .search-relate ul li a{
text-decoration: none;
}
#searchBox .search-warp form{
  height: 36px;
  width: 80%;
  /*width: 50%;*/
  display: flex;
}
#searchBox .search-warp .select-search-type{
    position: relative;
    height: 100%;
    border-radius: 6px 0 0 6px;
    background: #eef3f8;
    border: 1px solid #eef3f8;
    box-sizing: border-box;
    border-right: 0;
}

#searchBox .search-warp .select-search-type select{
    appearance: none;
    background: transparent;
    border: 0;
    outline: none;
    display: none;
}
#searchBox .search-warp .select-search-type .pulldown-list{
    position: relative;
    padding: 5px 25px 5px 15px;
}
#searchBox .search-warp .select-search-type .pulldown-list svg{
  height: 6px;
  position: absolute;
  right: 5px;
  opacity: .7;
}

#searchBox .search-warp .select-search-type .pulldown-list ul{
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 10px;
  padding: 2rem 1rem;
  /*width: 100%;*/
  background-color: #FFF;
  border-radius: 6px;
  box-shadow: 1px 1px 6px 0px rgba(0,0,0,.1);
  transform: scaleY(0);
  transform-origin: 50% 8px;
  transition: all .2s ease;
}
#searchBox .search-warp .select-search-type .pulldown-list ul.show{
  transform: scaleY(1);
}
#searchBox .search-warp .select-search-type .pulldown-list ul::before{
  content: '';
  position: absolute;
  top: -12px;
  left: 1rem;
  width: 0;
  height: 0;
  border: 6px solid #FFF;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
#searchBox .search-warp .select-search-type .pulldown-list ul span{
  color: var(--color-darkblue);
  display: block;
  line-height: 14px;
  margin-bottom: 10px;
  /*text-transform: uppercase;*/
  white-space: nowrap;
}
#searchBox .search-warp .select-search-type .pulldown-list ul li{
  list-style-type: none;
  margin: 5px 0;
  color: #505050;
  display: block;
  white-space: nowrap;
  position: relative;
  padding-left: 2rem;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
}
#searchBox .search-warp .select-search-type .pulldown-list ul li.selected::before{
  content: '';
  position: absolute;
  background: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 24L20 34L40 14" stroke="%231b2e57" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat;
  background-position: center;
  top: 0;
  left: 0;
  width: 2rem;
  height: 40px;
  display: inline-block;
  text-align: center;
}
#searchBox .search-warp .select-search-type .pulldown-list ul li a{
  color: #505050;
  text-decoration:none;
}
#searchBox .search-warp form input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #505050;
  display: block;
  font-weight: inherit;
  outline: 0;
  padding-left: 10px;
  position: relative;
  transition: background-color .2s ease-in-out;
  z-index: 1;
  border: 1px solid #eef3f8;
  /*width: 240px;*/
  flex-grow: 1;
}
#searchBox .search-warp form button{
  background-color: var(--color-darkblue);
  border: 0;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
  padding: 0px 25px;
  background-image: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21 38C30.3888 38 38 30.3888 38 21C38 11.6112 30.3888 4 21 4C11.6112 4 4 11.6112 4 21C4 30.3888 11.6112 38 21 38Z" fill="none" stroke="%23fff" stroke-width="4" stroke-linejoin="round"/><path d="M26.657 14.3431C25.2093 12.8954 23.2093 12 21.0001 12C18.791 12 16.791 12.8954 15.3433 14.3431" stroke="%23fff" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/><path d="M33.2216 33.2217L41.7069 41.707" stroke="%23fff" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
}
/* #endregion */


/* #region 右侧客服按钮组 */
.float-right-section{
    row-gap: 1rem;
    width: 3rem;
    width: clamp( 3rem, calc( 100vw / 36 ) , 4rem);
    position: fixed;
    right: .5rem;
    bottom: 2rem;
    z-index: 99;
}
.float-right-section .customer-buttons{
    background-color: #fff;
    border-radius: 5rem;
    row-gap: 1rem;
    padding: 1.5rem 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}
.float-right-section .customer-buttons .btn{
    width: 100%;
    cursor: pointer;
    position: relative;
}
.float-right-section .customer-buttons .icon-svg svg{
    max-width: 24px;
}
.float-right-section .customer-buttons .icon-svg svg path{
    filter: brightness(0%) contrast(60%);
    transform: translateZ(0);
    /* transition: all 0.1s; */
}
.float-right-section .customer-buttons .btn:hover .icon-svg svg path{
    filter: unset;
}
.float-right-section .customer-buttons .hover-content{
    position: absolute;
    right: calc( 100% + .5rem );
    top: 50%;
    transform: translateY(-50%);
    width: 262px;
    box-sizing: border-box;
    padding: 1rem 1.5rem;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    row-gap: 3px;
    column-gap: 1rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2;
    pointer-events: none;
}
.float-right-section .customer-buttons .btn .hover-content.sub-menu.active,
.float-right-section .customer-buttons .btn:hover .hover-content{
    opacity: 1;
    visibility: visible;
    pointer-events: unset;
}
.float-right-section .customer-buttons .customer-wechat .hover-content{
    display: flex;
    align-items: center;
}
.float-right-section .go-top{
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    background-color: #fff;
    border-radius: 5rem;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    cursor: pointer;
}
.float-right-section .go-top>i{
    transform: rotate(-90deg);
}
.float-right-section .go-top:hover{
    background-color: var(--color-blue);
    color: #fff;
}
/* #endregion */




/* 禁用第一级菜单的链接点击 */
.nav-bar .nav-menu ul > li.menu-item-has-children > a {
    pointer-events: none;  /* 禁用点击 */
    cursor: default;       /* 修改鼠标指针样式 */
}

body.home  .nav-bar .menu-item > a{
    /* color:black; */
}

body.home .nav-bar .main-menu>li.menu-item-has-children>a::after{
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    border: 2px solid #fff;
    border-right: none;
    border-bottom: none;
    transform: translateY(-50%) rotate(-135deg);
    top: 50%;
    right: -1rem;
    transition: all 0.1s;
}

body.home .scrolled-down .nav-bar .main-menu>li.menu-item-has-children>a::after{
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    border: 1.5px solid #000;
    border-right: none;
    border-bottom: none;
    transform: translateY(-50%) rotate(-135deg);
    top: 50%;
    right: -1rem;
    transition: all 0.1s;
}

body.page-template-page-concatus .nav-bar .menu-item > a{
    color:white
}

body.page-template-page-concatus .nav-bar .menu-item .sub-menu li > a{
    color:black
}

body.page-template-page-concatus .scrolled-down .nav-bar .main-menu>li.menu-item-has-children>a::after{
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    border: 2px solid #0e0e0e;
    border-right: none;
    border-bottom: none;
    transform: translateY(-50%) rotate(-135deg);
    top: 50%;
    right: -1rem;
    transition: all 0.1s;
}


body.page-template-page-company .nav-bar .menu-item .sub-menu li > a{
    color:black
}

body.page-template-page-company .scrolled-down .nav-bar .main-menu>li.menu-item-has-children>a::after{
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    border: 2px solid #0e0e0e;
    border-right: none;
    border-bottom: none;
    transform: translateY(-50%) rotate(-135deg);
    top: 50%;
    right: -1rem;
    transition: all 0.1s;
}

body.page-template-page-news .nav-bar .menu-item .sub-menu li > a{
    color:black
}

body.page-template-page-news .scrolled-down .nav-bar .main-menu>li.menu-item-has-children>a::after{
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    border: 2px solid #0e0e0e;
    border-right: none;
    border-bottom: none;
    transform: translateY(-50%) rotate(-135deg);
    top: 50%;
    right: -1rem;
    transition: all 0.1s;
}

body.single-case .scrolled-down .nav-bar .main-menu>li.menu-item-has-children>a::after{
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    border: 2px solid #0e0e0e;
    border-right: none;
    border-bottom: none;
    transform: translateY(-50%) rotate(-135deg);
    top: 50%;
    right: -1rem;
    transition: all 0.1s;
}

body.single-post .nav-bar .main-menu>li>a{
    color:white
}

body.single-post .nav-bar .main-menu>li.menu-item-has-children>a::after{
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    border: 2px solid white;
    border-right: none;
    border-bottom: none;
    transform: translateY(-50%) rotate(-135deg);
    top: 50%;
    right: -1rem;
    transition: all 0.1s;
}

body.single-post header.top-header{
    background-color: var(--color-blue) !important;
}

body.postid-580 .nav-bar .main-menu>li>a{
    color:black
}

body.postid-580 .nav-bar .main-menu>li.menu-item-has-children>a::after{
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    border: 2px solid #0e0e0e;
    border-right: none;
    border-bottom: none;
    transform: translateY(-50%) rotate(-135deg);
    top: 50%;
    right: -1rem;
    transition: all 0.1s;
}

.postid-580 .nav-logo2{
    display: block;
}

.postid-580 .nav-logo1{
    display: none;
}

.page-template-page-hospital .nav-logo2{
    display: block;
}

.page-template-page-productTech .nav-logo1{
    display: none;
}

.page-template-page-productTech .nav-logo2{
    display: block;
}


.page-template-page-hospital .nav-logo1{
    display: none;
}

.page-template-page-hospital .nav-logo2{
    display: block;
}

.page-template-page-productTech .nav-logo1{
    display: none;
}

.page-template-page-productTech .nav-logo2{
    display: block;
}

.page-template-page-museum .nav-logo1{
    display: none;
}

.page-template-page-museum .nav-logo2{
    display: block;
}

.page-template-page-concatus .nav-logo1{
    display: block;
}

.page-template-page-concatus .nav-logo2{
    display: none;
}

/* .page-template-page-concatus .nav-logo1{
    display: none;
}

.page-template-page-concatus .nav-logo2{
    display: block;
} */

.page-template-page-company .nav-logo1{
    display: none !important;
}

.page-template-page-company .nav-logo2{
    display: block ;
}


.page-template-page-xxj .nav-logo1{
    display: none !important;
}

.page-template-page-xxj .nav-logo2{
    display: none !important;
}

.page-template-page-xxj .nav-logo3{
    display: block !important;
}

.page-template-page-xxj .nav-logo4{
    display: none !important;
}

.page-template-page-xxj .footer-logo .nav-logo{
    display: none !important;
}

.page-template-page-xxj .footer-logo .nav-logo-foot{
    display: block !important;
}

.page-template-page-xxj .scrolled-down .nav-logo2{
    display:none !important;
}

.page-template-page-xxj .scrolled-down .nav-logo1{
    display:none !important;
}

.page-template-page-xxj .scrolled-down .nav-logo3{
    display:block !important;
}


.page-template-page-xxj .scrolled-down .nav-logo4{
    display:none !important;
}

body.page-template-page-productTech .nav-bar .menu-item > a{
    color:black
}
body.page-template-page-productTech .nav-bar .main-menu>li.menu-item-has-children>a::after{
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    border: 2px solid black;
    border-right: none;
    border-bottom: none;
    transform: translateY(-50%) rotate(-135deg);
    top: 50%;
    right: -1rem;
    transition: all 0.1s;
}

body.page-template-page-hospital .nav-bar .menu-item > a{
    color:black
}
body.page-template-page-hospital .nav-bar .main-menu>li.menu-item-has-children>a::after{
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    border: 2px solid black;
    border-right: none;
    border-bottom: none;
    transform: translateY(-50%) rotate(-135deg);
    top: 50%;
    right: -1rem;
    transition: all 0.1s;
}

body.page-template-page-museum .nav-bar .menu-item > a{
    color:black
}
body.page-template-page-museum .nav-bar .main-menu>li.menu-item-has-children>a::after{
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    border: 2px solid black;
    border-right: none;
    border-bottom: none;
    transform: translateY(-50%) rotate(-135deg);
    top: 50%;
    right: -1rem;
    transition: all 0.1s;
}

/* .latest-article ul li:hover {
    color:red !important
} */

.latest-article.tuijian ul a:hover {
    color:#13C2C2 
}

.latest-article.tuijian ul li:hover {
    color:#13C2C2 
}

.latest-article ul a:hover {
    margin:3px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* width:100%; */
}

.latest-article ul li {
    margin:5px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* width:100%; */
}

.article-nextprev a:hover{
    color:#13C2C2 !important
}

.img-container{
    height:150px;
    border:none !important;
}

.img-container img{
    width: fit-content;
    height: 100%;
    box-shadow: 0 4px 10px rgba(37,60,126,.08);
    border-radius: 2px
}

/* .img-container img:hover{
    transform: translateY(-10px);
    box-shadow: 0 20px 20px 0 rgba(37,60,126,.15) !important;
    transition: all .3s ease; 
} */



.submit-button {
    background:rgba( 0, 183, 205, 1.00 ) !important
}


/* 方案模板相关样式CSS */

/* 应用示例和方案优势共用样式 */

.gongnengjieshao .img{
    display: flex;
    justify-content: flex-end;
    height: 450px;
    min-width: 40%;
    flex-shrink: 0;
    width:auto !important;
}

.gongnengjieshao .text{ 
    width: 40% !important;
    flex-shrink: 2;
}

.gongnengjieshao .challenge-points{
    column-gap: 1rem;
}

.gongnengjieshao .img>img{
    aspect-ratio:auto !important;
    height: 100%;
}


.gongnengjieshao .challenge-points li{
    /* border: 1px solid var(--color-blue); */
    padding: 6px 8px;
    color: var(--color-blue);
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    background: white;
    border-radius: 6px;
    box-shadow: 1px 2px 5px #00000014;
}

.gongnengjieshao .challenge-points li:hover{
    background-color: var(--color-blue);
    color: #fff;
}

.yingyongshili-case{
    display: flex;
    ap:5%;
    margin: 0rem 5rem;
}

.yingyongshili-case-content{
    /* box-shadow: 0 1px 20px 0 rgb(46 64 72 / 35%); */
    border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
}

.yingyongshili-case-content img{
    width:100%;height: 100%;border-radius: 20px;
}

.yingyongshili-case-content img:hover{
    /* transform: scale(1.02); */
    transition: all 1s ease;
}


.hangyetongdian1>div{ 
    flex-wrap: wrap;
    gap:2rem;
}

.hangyetongdian1 .item{
    width: calc((100% - 2rem) / 2);
    border-radius: 5px;
    background: #F1F9FF;
    padding: 2rem 6rem;
    text-align: center;
    font-size: 20px;
}

.hangyetongdian1 .item:hover{
    cursor: pointer;
    color:var(--color-blue);
    font-weight: 600;
}