@charset "utf-8";

/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght,ital@400;500;600;700&display=swap'); */
/* CSS Document */

@font-face {
    font-family: Neuemontreal;
    src: url("../fonts/65084b8f5ef7c50dbc9b4d3d_NeueMontreal-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  :root {
    --i_color: #011963;
    /* 全局颜色 */
    --i_color2: #036EB8;
    --i_color3: #FFAA28;
    --i_color4: #224364;
    --i_color5: #F1F9FE;
    --i_color6: #1D2087;
    --i_color7:#04277b;
    /* 副颜色 */
    --header_height: 1.1rem;
    /* 头部高度 */
    --header_height_reduce: 60px;
    /* 头部收缩后高度 */
    --border_color: rgba(0, 0, 0, .1);
    /* 默认边框颜色 */
    --f_menu_height: 56px;
    /* 移动端底部固定菜单 */
} 
html{ font-size: 100%;}

/* ::-webkit-scrollbar {
    width: 5px;
    height: 4px;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background-color: var(--i_color6);
} */

body {
    margin: 0px;
    font-family: Arial;
    font-weight: 400;
    font-size: 18px;
    color: #000;
    background: #fff !important;
}

a {
    transition-duration: .3s;
}

a:hover {
    text-decoration: none;
}

li {
    list-style: none;
}

.imghoverbig {
    cursor: pointer;
    transition: all 0.6s;
}

.imghoverbig:hover {
    transform: scale(1.1);
}

/*设置文字显示几行*/
.textovershow1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.textovershow2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.textovershow3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.textovershow4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.textovershow5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.textovershow6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}
.cont-ousel th,.othercsbox .csitem .content th{ border: 1px solid #ddd; padding:5px; background: #f1f1f1;}
.cont-ousel td,.othercsbox .csitem .content td{ padding: 5px;border: 1px solid #ddd;}
.cont-ousel ul,.pro-detaile ul,.othercsbox .csitem .content ul,.othercsbox .csitem .content ol{margin: unset; padding: revert;}
.cont-ousel ul li,.pro-detaile ul li,.othercsbox .csitem .content ul li,.othercsbox .csitem .content ol li{list-style: initial;}

.iconr {
    margin-left: 10px;
}

.iconl {
    margin-right: 10px;
}

.flex-top {
    display: flex;
    align-items: flex-start;
}

.flex-between-acenter {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section_video .playbtn a{
    display: inline-block;
    width: 85px;
    height: 85px;
    line-height: 85px;
    background: var(--i_color2);
    color: #fff;
    border-radius: 50%;
    border: 3px solid #fff;
    font-size: 40px;
    text-align: center;
}
.othercsbox{ margin-top: 40px;}.othercsbox .csitem{ margin-bottom: 40px;}
.othercsbox .csitem .content{ font-family: Arial, Helvetica, sans-serif;}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 376px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: 1rem;
    word-wrap: break-word;
    background-color: #e9f0fa;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.125rem;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
}
.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #e9f0fa;
}
/*导航下拉菜单样式new*/
 /* 一级菜单栏 (水平) */
 .nav-menu {
    display: flex;
    list-style: none;
    gap: 0.25rem;
    margin: 0;
    padding: 0;
}


/* 所有菜单项公用基础 */
.nav-item {
    position: relative;
}

/* 菜单链接样式 */
.nav-link {
    display: block;
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    color: #1e2f3e;
    text-decoration: none;
    /* border-radius: 40px; */
    transition: all 0.25s ease;
    background: transparent;
    white-space: nowrap;
    cursor: pointer;
}

/* 一级菜单悬停/激活效果 */
/* .nav-item:hover > .nav-link {
    background: #ffffff;
    color: #0a5c7e;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
} */

/* 公共子菜单面板 - 垂直布局 */
.submenu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: #ffffff;
    padding: 0.6rem 0;
    list-style: none;
    box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(0, 0, 0, 0.02);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    z-index: 100;
    backdrop-filter: blur(0px);
}

/* 显示子菜单 - 悬停触发 */
.nav-item:hover > .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(4px);
}

/* 二级及更深层子菜单项样式 */
.submenu-item {
    position: relative;
}

.submenu-link {
    display: flex;
    align-items: center;
    padding: 0.6rem 1.2rem 0.6rem 1.5rem;
    font-size: 0.95rem;
    font-weight: 500;
    color: #1f3b4a;
    text-decoration: none;
    transition: all 0.2s;
    white-space: nowrap;
    cursor: pointer;
}

.submenu-link:hover {
    background: #eef5fc;
    color: var(--i_color2);
}

/* 三级、四级菜单右箭头指示器 (如果有子菜单) */
.has-children > .submenu-link::after {
    content: "›";
    font-size: 1.2rem;
    font-weight: 600;
    margin-left: 1.2rem;
    transition: transform 0.2s;
    color: #7f8c8d;
}

.has-children:hover > .submenu-link::after {
    transform: translateX(3px);
    color: #0077b6;
}

/* 三级菜单 (相对于二级菜单的右侧弹出) */
.submenu .submenu {
    top: 0;
    left: 100%;
    min-width: 220px;
    margin-left: 6px;
    transform: translateX(-8px) translateY(0px);
}

/* 三级菜单悬停显示 */
.submenu-item:hover > .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px) translateY(0px);
}

/* 四级菜单同理 (四级相对于三级) */
.submenu .submenu .submenu {
    left: 100%;
    top: 0;
}

/* 调整更深层的边距及微调 */
.submenu .submenu .submenu .submenu-link {
    font-size: 0.9rem;
}

/* 为了让四级菜单保持优雅，同时当层级过深时防止超出视口，左边界自动适应（基本够用） 
   如果靠近右侧边缘，会有反向定位逻辑？此例中通过body居中+右侧空间够用，同时我们增加简单JS保证完全可见(可选)。
   但为了极致体验，添加一个轻量级js调整超出屏幕的情况(但非必须，使用右开菜单通常够用) 
   由于菜单显示在container内，一般不会溢出右侧，为保险加上溢出检测的辅助脚本。 */

/* 添加一个小修饰：箭头图标平滑 */
.submenu-link i {
    font-style: normal;
}

/* 让第四级菜单也有漂亮过渡 */
.submenu .submenu .submenu {
    transform: translateX(-6px);
}

.submenu-item:hover > .submenu {
    transform: translateX(0px);
}
.submenu.ul2{ min-height: 600px; position: fixed;}
/* 响应式: 小屏幕时菜单可滚动 (保留优雅) */
@media (max-width: 860px) {
    body {
        align-items: flex-start;
        padding: 1rem;
    }
    .menu-container {
        width: 100%;
        overflow-x: auto;
        border-radius: 28px;
    }
    .nav-menu {
        width: max-content;
    }
}

/* 高亮装饰 */
.nav-link:active {
    transform: scale(0.97);
}

/* 优化悬停区域，增加子菜单和父项之间的衔接间隙防丢失 (无间隙悬停) */
.submenu {
    margin-top: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
}

/* 二级菜单与一级菜单衔接区域完全连续，避免鼠标移动到子菜单时突然消失 */
.nav-item {
    /* 保证从link移动到submenu时不丢失悬停 */
}

/* 让子菜单与父菜单项之间没有空隙 */
.nav-item > .submenu {
    top: calc(100% - 6px);
    padding-top: 10px;
}

/* 对于更深层，让子菜单与当前菜单项无缝 */
.submenu-item > .submenu {
    top: -8px;
    margin-left: 0;
}

/* 增加视觉指示: 有子菜单的父级加小点提示 (可选) */
.has-children > .nav-link::after,
.has-children.submenu-item > .submenu-link::after {
    /* content: "▾"; */
    font-size: 0.75rem;
    margin-left: 6px;
    opacity: 0.7;
    vertical-align: middle;
    display: inline-block;
}
/* 一级菜单有子菜单的下拉箭头替换样式 不冲突 */
.nav-item.has-children > .nav-link::after {
    /* content: "▾"; */
    font-size: 0.75rem;
    margin-left: 6px;
    transition: transform 0.2s;
}
/* .nav-item.has-children:hover > .nav-link::after {
    transform: rotate(180deg);
} */
/* 二级及以上箭头为右箭头保持原有after (之前content "›") 但上面又设置了通用有子菜单的after内容,
   导致重复显示, 所以需精准区分: 只对二级及以上菜单且具有.submenu的子菜单项 添加右箭头。之前已定义 .has-children > .submenu-link::after 内容为"›"。
   为了避免一级菜单错误显示右箭头，已限制 .has-children > .submenu-link 即可。一级菜单的是 .nav-link::after 为下箭头，无冲突。
   再优化一下，对于三级菜单里面也是右箭头。完美。 */
.submenu-item.has-children > .submenu-link::after {
    content: "›";
    font-size: 1.2rem;
    font-weight: bold;
    margin-left: 1rem;
    transform: none;
}
/* 去掉三级菜单里的额外下箭头残留 */
.submenu-item.has-children > .submenu-link::before {
    display: none;
}

/* 移除三级菜单悬浮时旋转箭头干扰 */
.submenu-item.has-children:hover > .submenu-link::after {
    transform: translateX(3px);
}

/* 一级菜单悬停箭头旋转已经做了 */

/* 让四级菜单也保持清晰层次 */
.submenu .submenu .submenu {
    background: #fefefe;
    border-left: 2px solid #cbdde9;
}

/* 更细腻的边框 */
.submenu {
    border: 1px solid rgba(0,0,0,0.05);
}

/* 演示用额外说明: 展示四级嵌套动态内容 */
.demo-badge {
    text-align: center;
    margin-top: 40px;
    font-size: 0.8rem;
    color: #2c5a74;
    background: rgba(255,255,240,0.7);
    padding: 8px 20px;
    border-radius: 40px;
    backdrop-filter: blur(4px);
}
.demo-badge a {
    color: #0a5c7e;
    text-decoration: none;
}
/*导航下拉菜单样式new end*/
.section_video .playbtn a .fa-play{ padding-left: 5px;}
.section_video .playbtn a:hover{ background: var(--i_color3);}
#slider .swiper-slide img{ width: 100%;}
.tooltips {
    position: relative;
    cursor: pointer;
  }
.tooltips::after {
    content: attr(title); /* 显示 title 内容 */
    position: absolute;
    top: -40px;
    left:-15px;
    transform: translateX(-50%);
    background: #eee;
    color: var(--i_color3);
    padding: 5px 10px;
    border-radius: 4px;
    white-space: nowrap;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
  }
  
  .tooltips:hover::after {
    opacity: 1;
  }
.contactbtnr {
    position: fixed;
    right: 10px;
    bottom: 80px;
}
.fusion-main-menu>ul>li a span.jia{ font-size: 14px;}
.fusion-main-menu>ul>li:hover a.a1{ border-bottom: 2px solid #222;}
.fusion-main-menu>ul>li:hover .fa-plus:before {
    content: "\f068";
}
.fusion-main-menu>ul>li:hover .lotio .fa-plus:before {
    content: "\f067";
}
.top1 .itemr{ text-transform: uppercase;}.top1 .itemr .iconl{ margin-top: 5px;}
.fusion-main-menu>ul>li a span.iconl{ width: 15px; margin: 0;}
/*搜索功能*/
#dataInfo{ margin-bottom: 40px; font-size: 16px;}
.ajaxdatabox .pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}
.ajaxdatabox .pagination button {
    padding: 8px 15px;
    background: var(--i_color2);
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.ajaxdatabox .pagination button:hover:not(.disabled) {
    background: var(--i_color2);
}
.ajaxdatabox .pagination button.active {
    background: var(--i_color3);
}
.ajaxdatabox .pagination button.disabled {
    background: #ccc;
    cursor: not-allowed;
}
.filterbox{ background: #f5f5f5; padding: 20px;}
.filterbox td select{min-width: 100px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px 5px;}
.filterbox .otherbtn{ color: var(--i_color2); cursor: pointer;margin-bottom: 15px;}
.extendbtn{display: flex;
    width: 40px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #222;}
.btnarea{ display: none; margin-top: 10px;justify-content: space-between;}
.btn-secondary-light-bg.disabled, .btn-secondary-light-bg:disabled{
    color:#949494;
background-color:#ccc;
border: none;
pointer-events: none;
cursor: not-allowed;
}
.btn-primary-light-bg {
    background-color: var(--i_color2);color:#fff;
}.btn-facelift-md{padding:.6875rem 1rem .8125rem;height:2.75rem;line-height:1.125rem;font-size:.875rem; outline: none; border: none;}
button:not(:disabled){cursor:pointer}
.btn-secondary-light-bg{color:var(--i_color2);background-color:transparent;border:.0625rem solid var(--i_color2)}
.inputarea{ position: relative;}
/*产品三级页面*/
.nav-tabs{ border-top: 1px solid #222; border-bottom: 5px solid #eee; padding: 15px 0;margin-bottom: 60px;}
.nav-tabs>li>a,.nav-tabs>li.active>a,.nav-tabs>li>a,.nav-tabs>li.active>a:hover {
    background: none;
    border: none;
    cursor: pointer;
}
.nav-tabs>li>a:hover {
    border:none;
}
.nav>li>a:focus,.nav>li.active>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background: none;
    border:none;
}
.nav-tabs>li.active>a::before,.nav>li>a:focus::before, .nav>li>a:hover::before{ bottom: -20px; left: 0; width: 100%; height: 5px; background: #222; content: ''; position: absolute;}
/*产品首页*/
.protextinfo h2 {
    margin-top: 0;
    font-size: 30px;
}

.contactbtnr a {
    color: #1ac402;
    font-size: 45px;
}

.protextinfo {
    margin-bottom: 60px;
}

/*产品模块菜单*/
.overlay[_ngcontent-ng-c3570491629] {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    z-index: 960;
    display: none;
}
.overlay[_ngcontent-ng-c3570491629].show,.expandable-area[_ngcontent-ng-c3570491629].show{ display: block;}
.expandable-area[_ngcontent-ng-c3570491629] {
    width: 36rem;
    position: fixed;
    top: 0;
    height: 100%;
    background: #fff;
    z-index: 9999999999;
    display: none;
}

.expandable-menu-top[_nghost-ng-c3601693203] {
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: contents;
    
}

.expandable-container[_ngcontent-ng-c3601693203] {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5rem 3.375rem 0 5rem;
}

.first-level[_ngcontent-ng-c3601693203] .scrollable-area[_ngcontent-ng-c3601693203] {
    margin-bottom: 2.5rem;
    width: 100%;
    overflow-y: scroll;
    position: relative;
    height: 100%;
    padding-right: 1.625rem;
}

.first-level[_ngcontent-ng-c3601693203] .scrollable-area[_ngcontent-ng-c3601693203] .back-area[_ngcontent-ng-c3601693203] {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 3.25rem;
    
    outline: none;
}

.first-level[_ngcontent-ng-c3601693203] .scrollable-area[_ngcontent-ng-c3601693203] .back-area[_ngcontent-ng-c3601693203] i[_ngcontent-ng-c3601693203] {
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #666;
    margin-left: 0;
    margin-right: 0;
}

.first-level[_ngcontent-ng-c3601693203] .scrollable-area[_ngcontent-ng-c3601693203] .back-area[_ngcontent-ng-c3601693203] .menu-label[_ngcontent-ng-c3601693203] {
    margin-left: 0.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    text-transform: capitalize;
}

.first-level[_ngcontent-ng-c3601693203] .scrollable-area[_ngcontent-ng-c3601693203] .top-area[_ngcontent-ng-c3601693203] {
    padding-bottom: 1.5rem;
    border-bottom: 0.0625rem solid #CCCCCC;
}

.first-level[_ngcontent-ng-c3601693203] .scrollable-area[_ngcontent-ng-c3601693203] .top-area[_ngcontent-ng-c3601693203] .letter-area[_ngcontent-ng-c3601693203] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}

.first-level[_ngcontent-ng-c3601693203] .scrollable-area[_ngcontent-ng-c3601693203] .top-area[_ngcontent-ng-c3601693203] .letter-area[_ngcontent-ng-c3601693203] .current-level[_ngcontent-ng-c3601693203] {
    font-size: 1.125rem;
    line-height: 140%;
}

.first-level[_ngcontent-ng-c3601693203] .scrollable-area[_ngcontent-ng-c3601693203] .top-area[_ngcontent-ng-c3601693203] .letter-area[_ngcontent-ng-c3601693203] .overview[_ngcontent-ng-c3601693203] {
    font-size: 1rem;
    line-height: 1.125rem;
    position: relative;
    text-transform: capitalize;
    height: 100%;
}

.first-level[_ngcontent-ng-c3601693203] .scrollable-area[_ngcontent-ng-c3601693203] .top-area[_ngcontent-ng-c3601693203] .letter-area[_ngcontent-ng-c3601693203] .overview[_ngcontent-ng-c3601693203] a[_ngcontent-ng-c3601693203] {
    text-decoration: underline;
    text-underline-offset: 0.375rem;
    color: #666;
}

.first-level[_ngcontent-ng-c3601693203] .scrollable-area[_ngcontent-ng-c3601693203] .picture-menu-area.bottom-padding[_ngcontent-ng-c3601693203] {
    padding-bottom: 2.5rem;
    padding-top: 1.5rem;
}

.first-level[_ngcontent-ng-c3601693203] .scrollable-area[_ngcontent-ng-c3601693203] .picture-menu-area[_ngcontent-ng-c3601693203] .family-item[_ngcontent-ng-c3601693203] {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    height: 4rem;
    width: 26rem;
    cursor: pointer;
    outline: none;
}

.first-level[_ngcontent-ng-c3601693203] .scrollable-area[_ngcontent-ng-c3601693203] .picture-menu-area[_ngcontent-ng-c3601693203] .family-item[_ngcontent-ng-c3601693203] .img-div[_ngcontent-ng-c3601693203],.sidemenu li a .pic {
    width: 4rem;
    height: 4rem;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-right: 1rem;
    flex-shrink: 0;
}

.first-level[_ngcontent-ng-c3601693203] .scrollable-area[_ngcontent-ng-c3601693203] .picture-menu-area[_ngcontent-ng-c3601693203] .family-item[_ngcontent-ng-c3601693203] .img-div[_ngcontent-ng-c3601693203] img[_ngcontent-ng-c3601693203] {
    object-fit: cover;
    object-position: center;
    height: 100%;
    overflow: hidden;
}

.first-level[_ngcontent-ng-c3601693203] .scrollable-area[_ngcontent-ng-c3601693203] .picture-menu-area[_ngcontent-ng-c3601693203] .family-item[_ngcontent-ng-c3601693203] .family-title[_ngcontent-ng-c3601693203],.sidemenu li a .title{
    font-size: 1.125rem;
    
    line-height: 1.25rem;
    color: #000;
    justify-content: space-between;
    display: flex;
    width: 100%;
    align-items: center;
}

.first-level[_ngcontent-ng-c3601693203] .scrollable-area[_ngcontent-ng-c3601693203] .picture-menu-area[_ngcontent-ng-c3601693203] .family-item[_ngcontent-ng-c3601693203] .family-title[_ngcontent-ng-c3601693203] i[_ngcontent-ng-c3601693203] {
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #000;
    margin-right: 0;
}

.expandable-area[_ngcontent-ng-c3570491629] .close-button.menu[_ngcontent-ng-c3570491629] {
    left: 100%;
}

.expandable-area[_ngcontent-ng-c3570491629] .close-button[_ngcontent-ng-c3570491629] {
    width: 4rem;
    height: 4rem;
    background-color: #ededed;
    border-radius: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    cursor: pointer;
    transition: width .3s ease, height .3s ease;
}

.expandable-area[_ngcontent-ng-c3570491629] .close-button[_ngcontent-ng-c3570491629] i[_ngcontent-ng-c3570491629] {
    font-size: 1.5rem;
    line-height: 1.5rem;
    position: absolute;
    margin-right: 0;
    margin-left: 0;
    transform: translate(-50%, -50%) rotate(0);
    top: 50%;
    left: 50%;
    transition: transform .3s;
}

.expandable-area[_ngcontent-ng-c3570491629] .close-button[_ngcontent-ng-c3570491629]:hover i[_ngcontent-ng-c3570491629] {
    transform: translate(-50%, -50%) rotate(-90deg);
}

.fade-in-overlay {
    animation: fade-in-half .3s;
    animation-fill-mode: forwards;
}

.fade-out-overlay {
    animation: fade-out-half .2s;
    animation-fill-mode: forwards
}

.menu-item-back-fade-out {
    animation: fade-out-going-back .2s ease-in;
    animation-fill-mode: forwards
}

.menu-item-forward-fade-out {
    animation: fade-out-going-forward .2s ease-in;
    animation-fill-mode: forwards
}

.menu-item-forward-fade-in {
    animation: fade-in-menu-going-forward .2s ease-in;
    animation-fill-mode: forwards
}

.menu-item-back-fade-in {
    animation: fade-in-menu-going-back .2s ease-in;
    animation-fill-mode: forwards
}

@keyframes fade-in-menu-going-forward {
    0% {
        opacity: 0;
        position: relative;
        left: .25rem
    }

    to {
        opacity: 1;
        position: relative;
        left: 0rem
    }
}

@keyframes fade-in-menu-going-back {
    0% {
        opacity: 0;
        position: relative;
        right: .25rem
    }

    to {
        opacity: 1;
        position: relative;
        right: 0rem
    }
}

@keyframes fade-out-going-forward {
    0% {
        opacity: 1;
        position: relative;
        right: 0rem
    }

    to {
        opacity: 0;
        position: relative;
        right: .25rem
    }
}

@keyframes fade-out-going-back {
    0% {
        opacity: 1;
        position: relative;
        left: 0rem
    }

    to {
        opacity: 0;
        position: relative;
        left: .25rem
    }
}

@keyframes fade-in-half {
    0% {
        opacity: 0
    }

    to {
        opacity: .5
    }
}

@keyframes fade-out-half {
    0% {
        opacity: .5
    }

    to {
        opacity: 0
    }
}

.slide-in-left {
    animation: slide-in-left .3s ease-out
}

.slide-out-left {
    animation: slide-out-left .2s ease-in;
    animation-fill-mode: forwards
}

@keyframes slide-in-left {
    0% {
        left: -43.75rem
    }

    to {
        left: 0
    }
}

@keyframes slide-out-left {
    0% {
        left: 0
    }

    to {
        left: -43.75rem
    }
}
/*首页初始加载画面*/
.preindexbox{ position: fixed; width: 100%; height: 100%; text-align: center; background: #fff; left: 0; top: 0; z-index: 999;}
.xzpicbox{position: absolute;
    left: 38%;
    top: 45%;
    width: 500px;}
.imagexg {
    transform: scale(1.2);
    animation: zoomIn 3s ease-in-out forwards;
    width: 100%;
  }
  @keyframes zoomIn {
    to {
      transform: scale(1);
    }
  }
@-webkit-keyframes rot {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

.rotation {
    animation: rot 5s linear infinite;
    cursor: pointer;
    transition: all 0.8s;
}
/* 关于我们内页 */
.section_a3 .box {
    position: relative;
}

.section_a3::before {
    width: 490px;
    height: 922px;
    background: url(../images/iconsn.png) no-repeat;
    content: '';
    position: absolute;
    left: 0;
    bottom: -48%
}

.section_a3 {
    padding: 160px 0 60px 0;
    background: #f4f9fa;
    margin-top: -140px;
    position: relative;
}

.section_a5 .readmore {
    margin: 40px auto;
    background: var(--i_color3);
}

.section_a5 .readmore a {
    color: #fff;
}

.section_a5 {
    padding: 60px 0;
}

.section_a5 .box {
    padding: 60px 0;
    color: #fff;
}

.section_a4 {
    padding-top: 60px;
}

.section_a5 .box .text {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.section_a4 .item .title {
    color: var(--i_color2);
}

.section_a4 .item {
    padding: 20px;
    text-align: center;
    background: #f7f7f7;
}

.section_sz {
    padding-bottom: 60px;
}

.section_sz .box {
    background: #1d2122;
    color: #fff;
    padding: 30px;
    position: relative;
    z-index: 2;
}

.section_sz .box::before {
    width: 94%;
    height: 25px;
    background: var(--i_color2);
    content: '';
    position: absolute;
    bottom: -25px;
    left: 3%;
}

.nybanner {
    position: relative;
}

.nybanner .text {
    left: 0;
    top: 40%;
    position: absolute;
    color: #fff;
    z-index: 2;
    width: 100%;
    text-align: center;
}

.footer2 .item1 .text {
    margin: 30px 0;
}

.section_news {
    padding-bottom: 70px;
}

.section_news .grid-container {
    display: grid;
    grid-row-gap: 15px;
    grid-column-gap: 15px;
    grid-template-columns: 13fr 13fr;
}

.section_news .grid-item {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.section_news .grid-item:nth-child(1) .title {
    position: absolute;
    width: 91%;
    height: 86px;
    background: var(--i_color2);
    color: #fff;
    padding: 10px;
    left: 30px;
    bottom: -10px;
    text-align: center;
}

.section_news .grid-item:nth-child(1) {
    grid-row: span 3;
}

.section_news .grid-item.r a {
    display: flex;
    width: 100%;
}

.section_news .grid-item.r .title {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.section_news .grid-item.r a .picbox {
    width: 175px;
    flex-shrink: 0;
    margin-right: 25px;
}

.section_news .grid-item .date {
    color: #595959
}

.section_video {
    padding: 70px 0;
}

.section_video .box {
    position: relative;
}

.section_video .readmore3 a:hover {
    color: var(--i_color3);
}

.section_video .text h3 {
    
    font-size: 48px;
}

.section_video .readmore3 a {
    color: #fff;
    text-decoration: underline;
    margin-top: 70px;
    display: inline-block;
}

.section_video .text {
    width: 479px;
    height: 492px;
    right: 30%;
    top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    color: #fff;
    flex-direction: column;
    border-radius: 50%;
    background: rgb(0, 0, 0, 0.2);
}

.section_app {
    padding: 70px 0;
}

.section_app .headline {
    margin-bottom: 30px;
}

.section_app .grid-container {
    display: grid;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-template-columns: 13fr 13fr 13fr 13fr;
}

.section_app .grid-item {
    height: 233px;
    background: #1D2D36;
    border-radius: 8px;
    overflow: hidden;
    padding: 40px;
}

.section_app .grid-item:nth-child(1) {
    grid-column: span 2;
    background: none;
    color: #fff;
    padding: 0;
}

.section_app .grid-item:nth-child(1):hover {
    background: none;
}

.section_app .grid-item:hover {
    background: var(--i_color2);
}

.section_app .grid-item:hover .picbox img {
    filter: brightness(0);
}

.section_app .grid-item .picinfo {
    display: flex;
    justify-content: space-between;
}

.section_app .grid-item .picinfo .num {
    font-size: 52px;
    color: #435662;
    margin-right: 20px;
}

.section_app .grid-item .title {
    
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
}

.section5 .readmore {
    margin: 0 auto;
    margin-top: 50px;
}

.section5 .grid-container {
    display: grid;
    grid-row-gap: 15px;
    grid-column-gap: 15px;
    grid-template-columns: 13fr 25fr 13fr;
}

.section5 .grid-item {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #ededed;
    overflow: hidden;
}

.section5 .grid-item:nth-child(2) {
    grid-row: span 2;
}
.section5 .icobc{    cursor: pointer;
    position: relative;}
.section5 .icobc .tooltips {
    width: 106px;
    height: 62px;
    background: var(--i_color2);
    color: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    align-items: self-start;
    flex-direction: column;
    justify-content: center;
    padding-left: 30px;
}
.section5 .fclass{ display: none; position: absolute; right:0;
    top: 60px;
    background: var(--i_color3);
    min-width: 300px;
    padding: 10px;
    z-index: 2;
    height: 300px;
    overflow-y: scroll;
}
.section5 .fclass li{ margin: 10px 0; color: #222; display: flex;}
.section5 .fclass li:hover{ color: var(--i_color2);}
.section5 .icobc span.iconl img{width: 15px !important;}
.section5 .icobc span.iconl{ background: none !important; width: 15px !important; height: auto !important;}
.section5 .icobc .tooltips span{ display: inline-block;}
.section5 .icobc .tooltips span:nth-child(1) {
    width: 45px;
    height: 2px;
    background: #fff;
}
.section5 .icobc .tooltips span:nth-child(2) {
    width: 35px;
    height: 2px;
    background: #fff;
    margin: 10px 0;
}
.section5 .icobc .tooltips span:nth-child(3) {
    width: 40px;
    height: 2px;
    background: #fff;
}

.section5 .grid-item:hover .title {
    display: block;
}

.section5 {
    padding: 70px 0;
}

.section5 .grid-item .title h3 {
    margin: 0;
    
    font-size: 18px;
}

.section5 .grid-item:nth-child(2) .title {
    width: 95%;
}
.section5 .menutitle .itemr .pronav ul{display: flex;}
.section5 .grid-item .title {
    transition: all 0.6s;
    display: none;
    background: var(--i_color2);
    color: #fff;
    width: 88%;
    left: 18px;
    position: absolute;
    bottom: 0;
    padding: 15px 10px;
    text-align: center;
}

.section5 .menutitle .itemr .pronav li {
    display: inline-block;
    margin-right: 40px;
    position: relative;
    overflow: hidden;
    
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
    display: flex;
}

.section5 .menutitle {
    margin-bottom: 50px;
}

.section5 .menutitle .iteml h2,
.headline h2 {
    font-size: 38px;
    margin-top: 0;
    text-transform: uppercase;
}
.section5 .menutitle .itemr .pronav li .iconl{ display: none;flex-shrink: 0;}
.section5 .menutitle .itemr .pronav li.active {
    
}
.section5 .menutitle .itemr .pronav li.active .iconl{ display: inline-block;}
.section5 .menutitle .itemr .pronav li.active::before {
    position: absolute;
    left: 15px;
    bottom: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: var(--i_color3)
}
.section5 .menutitle .iteml{ flex-shrink: 0; margin-right: 40px;}
.news1box .col-xs-12 {
    margin-bottom: 40px;
}

.news1box .title {
    line-height: 20px;
}

.news1box .content {
    margin-bottom: 10px;
}

#plp-thumbs .item .readmore {
    margin: 0 auto;
}

.top1 {
    position: absolute;
    width: 100%;
    z-index: 999;
    
    background: var(--i_color2);
}

.top1 .iteml {
    width: calc(100% - 330px);
    background: #fff;
    height: 91px;
    position: relative;
}
.top1 .iteml::before{ width: 200%; height: 100%; position: absolute;  content: '';left:-100%; top:0; background: #fff;}
.top1 .itemr .text span {
    display: block;
    font-size: 36px;
}

.top1 .itemr .text span:first-child {
    font-size: 18px;
}

.fusion-main-menu>ul>li>a:hover {
    color: var(--i_color2);
}
.top1 .itemr {
    width: 302px;
    height: 91px;
    background: var(--i_color2);
    color: #fff;
    justify-content: center;
    align-items: flex-start;
    padding-top: 10px;
    position: relative;
    
}

.bigmenu {
    display: block;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    bottom: 0px;
    right: 0px;
    background: #fff;
    z-index: 99999999999;
    transition: all .5s ease;
    transform: translateY(-300%);
    min-height: 100vh;
    height: 100%;
    overflow-y: scroll;
}

.bigmenu.open {
    display: block;
    transform: translateY(0);
    padding: 70px 0;
}

.readmore.cbtn {
    border: none;
    color: #fff;
}

.section_contact .headline {
    margin-bottom: 30px;
}

.section_contact {
    position: relative;
}

.section_contact .box {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0
}

.section_contact .formbox {
    width: 500px;
    height: 549px;
    margin-top: 100px;
    background: #fff;
    float: right;
    padding: 40px;
}

.section_contact .formbox .il.text {
    width: 100%;
}

.section_contact .formbox .il {
    width: 48%;
    margin-bottom: 10px;
}

.section_contact .formbox .il input,
.section_contact .formbox .il textarea {
    width: 100%;
    height: 42px;
    border: none;
    border-bottom: 1px solid #e5e5e5;
}

.section_contact .formbox .il textarea {
    height: 70px;
}
.section_contact .bg{ margin-left: -150px; width: 100%;}
.fsubbtn .iconr {
    display: inline-block;
    width: 53px;
    height: 53px;
    background: #000;
    line-height: 53px;
    float: right;
    position: absolute;
    right: 0;
}

.section_contact .fsubbtn {
    padding: 0 80px 0 30px;
    width: auto;
    position: relative;
}

.section_aboutx {
    padding: 70px 0;
}

.section_aboutx .itemr {
    border: 2px solid #F1F1F1;
    display: flex;
    background: #fff;
}

.section_aboutx .itemr .item {
    width: 25%;
    padding: 30px;
    height: 337px;
}

.section_aboutx .itemr .item {
    border-left: 2px solid #F1F1F1;
}

.section_aboutx .itemr .item h3 {
    margin: 30px 0 50px 0;
    min-height: 100px;
}

.section_aboutx .itemr .item .picbox {
    height: 60px;
}

.section_aboutx .itemr .item:first-child {
    border-left: none;
}

.section_aboutx .iteml .item span,
.section_sz .item span {
    color: var(--i_color3);
}

.section_aboutx .iteml .item,
.section_sz .item {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.section_aboutx .iteml .item h3,
.section_sz .item h3 {
    margin: 0;
    font-size: 60px;
    color: #fff;
}

.section_aboutx .iteml .item h3 span,
.section_sz .item h3 span {
    font-size: 14px;
}

.modletitle {
    margin-bottom: 50px;
}

.section3 {
    padding: 70px 0;
}
.section3 .box{ position: relative;}
.section3 .pageorenex{ position: absolute; right:-70px; top:30%;display: flex;flex-direction: column;}
.section3 .pageorenex .swiper-button-next, .section3 .pageorenex .swiper-button-prev{
    position: relative;
    margin: 15px 0;
}
.section3 .pageorenex .swiper-button-prev{ left:0;}
.section3 .pageorenex .swiper-button-next{ right:0;}
.section3 .row {
    display: flex;
    flex-wrap: wrap;
}

.section3 .row .col-md-4 {
    margin-bottom: 40px;
}

.section3 .item {
    background: #ededed;
    box-shadow: 0px 0px 8px 0px rgba(150, 150, 150, 0.98);
    border-radius: 10px 10px 35px 10px;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.section3 .item .picbox a {
    height: 358px;
    justify-content: center !important;
}

.section3 .item .picbox a img {
    max-height: 358px;
}

.section3 .item .text {
    margin: 20px 30px 0 30px;
    background: var(--i_color2);
    color: #fff;
    padding: 15px 10px;
    text-align: center;
}

.section3 .item .text h3 {
    font-size: 18px;
    color: #fff;
    margin: 0;
}

.section3 .item .text p,
.section3 .item .text .content {
    font-size: 14px;
    color: #636363;
}

.appprobox .itemapp {
    margin-bottom: 30px;
    width: 60%;
}

.appprobox .itemapp p {
    margin-top: 20px;
}

#plp-thumbs .item {
    margin-bottom: 50px;
}

#plp-thumbs .row {
    display: flex;
    flex-wrap: wrap;
}

#plp-thumbs .item .picbox {
    height: 380px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F4F4F4;
}

#plp-thumbs .item .picbox img {
    max-height: 380px;
}

#plp-thumbs .item .text {
    margin-top: 30px;
}

#plp-thumbs .item .text h3 {
    font-size: 26px;
    margin-bottom: 20px;
    
    text-align: center;
}

.nybanner .text .content {
    font-size: 70px;
    width: 70%;
    line-height: 65px;
    margin-top: 20px;
}

.nyheader {
    border-top: 12px solid #004EA2;
    padding: 30px 0;
}

.contact3fbox {
    display: flex;
    color: #646464;
}

.contact3fbox .item {
    width: 50%;
}

.contact2fbox {
    display: flex;
    align-items: center;
    margin: 30px 0;
    justify-content: space-around;
    border-top: 3px solid #EAEAEA;
    border-bottom: 3px solid #EAEAEA;
    padding: 10px 0;
}

.footer1 {
    padding: 30px 0;
}

.hoverico {
    display: none;
}

.navfooter .item .itembox {
    display: flex;
    justify-content: space-between;
}

.navfooter .item .itembox .erwmbox {
    width: 117px;
    flex-shrink: 0;
    margin-left: 40px;
}

footer {
    color: #C2C2C2;
    background: #212121 !important;
}

footer .contactinfof .itemlist {
    margin-bottom: 20px;
}

footer .contactinfof .itemlist a {
    display: flex;
    color: #C2C2C2;
    align-items: center;
}

footer .contactinfof .itemlist a .ico {
    width: 40px;
    flex-shrink: 0;
}

footer .item1box {
    position: relative;
    z-index: 2;
}

.readmoreF {
    display: flex;
    align-items: center;
}

.readmoreF .ico {
    margin-right: 10px;
}

header {
    width: 100%;
}

.social-icons a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: var(--i_color4);
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
}

.social-icons a:hover {
    background: #0059D1;
}

.aboutrbox video {
    position: relative;
    width: 100%;
}

.languagebox img {
    max-height: 30px;
}

.languagebox .dropdown-menu {
    width: 204px;
}

.submit-btn {
    background: #4285f4;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
}

.dbbtnss {
    position: absolute;
    right: 15px;
    top: 0;
}

.dbbtnss a {
    width: 194px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 25px;
    color: #222;
    display: inline-block;
    line-height: 50px;
    padding: 0 20px;
}

.dbbtnss a .ico {
    margin-right: 30px;
}

#scroll-top-link {
    width: 45PX;
    cursor: pointer;
    position: fixed;
    right: 10px;
    bottom: 10px;
    color: #fff;
    height: 45px;
    background: var(--i_color2);
    line-height: 45px;
    text-align: center;
}

.icor {
    margin-left: 10px;
}

.h-100 {
    height: 100% !important;
}

.w-100 {
    width: 100% !important;
}

.d-flex {
    display: flex !important;
}

.d-md-flex {
    display: flex !important;
}

.position-relative {
    position: relative !important;
}

.justify-content-center {
    justify-content: center !important;
}

.flex-column {
    flex-direction: column !important;
}

.d-md-block {
    display: block !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.text-white {
    color: #fff !important;
}

.my-xl-4 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.headline h3,
.nybanner .text h3 {
    font-size: 16px;
    margin-top: 0;
    
    color: var(--i_color3);
    text-transform: uppercase;
}

.section_about .row {
    display: flex;
}

.section_about .yearbox {
    width: 173px;
    height: 173px;
    background: var(--i_color2);
    display: flex;
    justify-content: center;
    align-items: center;
    border: 15px solid #fff;
    color: #fff;
    position: absolute;
    right: 118px;
    top: 40%;
    flex-direction: column;
    
    font-size: 14px;
}

.section_about .yearbox .num {
    font-size: 80px;
}

.section_about .content {
    margin: 25px 0;
}

.section_about .content h3 {
    margin-bottom: 30px;
    font-size: 22px;
}

.section_about {
    padding: 60px 0;
    position: relative;
}

.section_about .content2 .item {
    width: 48%;
    display: inline-block;
    position: relative;
    padding-left: 30px;
    
    font-size: 18px;
    margin-bottom: 15px;
}

.section_about .content2 .item::before {
    position: absolute;
    left: 0;
    top: 12px;
    width: 20px;
    height: 2px;
    content: '';
    border-bottom: 2px dashed var(--i_color3);
}

.section_about::before {
    position: absolute;
    right: 0;
    top: -250px;
    background: url(../images/zhoucbeijing.jpg) no-repeat top right;
    content: '';
    z-index: -1;
    width: 100%;
    height: 100%;
    background-size: contain;
}

.section_ys {
    padding: 0 0 60px 0;
    position: relative;
}
.section_ys .row{ display: flex; align-items: center;}
.section_ys .headline {
    margin-bottom: 30px;
}

.section_ys .content {
    font-size: 22px;
    
    margin-bottom: 30px;
}

.section_ys .content2 .item a {
    display: flex;
    margin-bottom: 30px;
}

.section_ys .content2 .item .blue {
    display: none;
}

.section_ys .content2 .item .picbox img {
    transition: all 0.6s;
}

.section_ys .content2 .item h4 {
    font-size: 22px;
    
    margin-top: 0;
}

.section_ys .content2 .item:hover .blue {
    display: block;
}

.section_ys .content2 .item:hover .black {
    display: none;
}

.section_ys .content2 .item .picbox {
    width: 80px;
    flex-shrink: 0;
    margin-right: 20px;
}

.section_ys::before {
    width: 774px;
    position: absolute;
    content: '';
    height: 120%;
    /* background: var(--i_color2); */
    z-index: -1;
    right: 0;
    bottom: 0;
}

@keyframes swingIn {
    0% {
        transform: translateX(-100%) rotate(-30deg);
        opacity: 0;
    }

    60% {
        transform: translateX(20%) rotate(20deg);
        opacity: 1;
    }

    /* 80% {
            transform: translateX(-5%) rotate(-5deg);
        } */
    100% {
        transform: translateX(0) rotate(0);
    }
}

.pro_swiper2 .swiper-button-next,
.pro_swiper2 .swiper-button-prev {
    background: none;
}

.headline h1 {
    font-size: 50px;
    margin-top: 0;
}

.languagebox .dropdown-menu>li>a {
    margin-right: 0;
    padding: 0
}

.section2 {
    padding-bottom: 20px;
}

.fusion-main-menu .sub-menu.pronavbox li .prom3 li {
    width: 100%;
}

.xbox .items {
    width: 50%;
}

.xbox .box2 .items:first-child {
    padding-right: 100px;
}

.xbox .box2 .items h2 {
    width: 495px;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 40px;
}

.xbox .formitems {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.xbox .formitems .item {
    width: 48%;
}

.formitemss {
    margin-bottom: 20px;
}

.erwtbox {
    display: none;
    position: absolute;
    top: -180px;
    width: 150px;
    z-index: 3;
}

.socailafooter a {
    position: relative;
}

.socailafooter a:hover .erwtbox,
.social-icons a:hover .erwtbox {
    display: block;
}

.social-icons a .erwtbox {
    right: 20px;
}


.modal {
    z-index: 999999;
}

.top1 .logo {
    width: 200px;
    position: relative;
    z-index: 333;
}

.section_about .headline {
    margin-bottom: 0px;
}

.section_about .modletitle {
    margin-bottom: 10px;
}

.section2 .box .item {
    background: #FFFFFF;
    transition-duration: .3s;
    border-radius: 10px;
    padding: 15px;
    position: relative;
    margin-bottom: 40px;
    border: 1px solid #CFCFCF;
}

.section2 .box .item .picbox {
    height: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section2 .box .picbox img {
    max-height: 230px;
    transition: transform 0.3s ease-in-out;
}

.section2 .box .item:hover .title {
    color: var(--i_color);
}

.section2 .box .item .title {
    text-align: center;
    font-size: 18px;
    color: #000000;

    margin-top: 10px;
}

.section2 .item .content {
    margin-top: 10px;
    padding: 0 40px;
}

.play-icon {
    z-index: 25;
    width: 50px;
    margin-left: 4px;
    position: relative
}

.outline {
    border: 1px solid #ffffff1a;
    border-radius: 100%;
    margin: 9px;
    position: absolute;
    inset: 0%;
    width: 90%;
    height: 90%;
}

.aflex {
    display: flex;
    align-items: center;
}

.ui-widget-header a:hover {
    color: var(--i_color);
}

.tp-banner {
    width: 100%;
    position: relative;
}


.zy2 .panel-title>a:hover {
    color: var(--i_color);
}

/*关于我们页面*/
.aboutusbox {
    background: url(../images/aboutbg.png) no-repeat;
    margin-bottom: 50px;
}

.aboutusbox .flex {
    justify-content: space-between;
}

.aboutusbox .leftbox {
    width: 442px;
    font-size: 36px;
}

.aboutusbox .leftbox span {
    color: var(--i_color);
}

.aboutusbox .rightbox {
    width: calc(100% - 560px);
    margin-left: 50px;
}

.aotherinfo {
    margin: 50px 0;
}

.aotherinfo .item .text {
    font-size: 22px;
}

.aotherinfo .item .yellow {
    display: none;
}

.aotherinfo .item:hover .text {
    color: var(--i_color);
}

.aotherinfo .item:hover .yellow {
    display: block;
}

.aotherinfo .item:hover .black {
    display: none;
}

.aotherinfo .item {
    width: 50%;
    margin-bottom: 30px;
}

.innerbox2 .row {
    display: flex;
    align-items: center;
}

.innerbox2 .r {
    padding-left: 60px;
}

.innerbox2 .r h2 {
    font-size: 36px;
}

.innerbox2 .r p {
    font-size: 20px;
}

/*关于我们页面end*/
header.fixed {
    position: relative;
    background: #fff;
    z-index: 999999;
    width: 100%;
    box-shadow: 4px 8px 8px #0000001a, 4px 8px 8px #0000001a;
    top: 0;
}

.addalist {
    margin-top: 50px;
}

.addalist a {
    display: block;
    color: var(--i_color);
    margin-bottom: 10px;
}

.contactbox1.info .item .text a {
    color: var(--i_color);
}

.contactbox1.info .item .text .title {
    color: #222;
    margin-bottom: 10px;
}

.contactbox1.info .item .text {
    display: flex;
    flex-direction: column;
    color: var(--i_color);
    font-weight: 500;
    font-size: 20px;
}

.contactbox1.info .item {
    display: flex;
    margin-bottom: 40px;
}

.contactbox1.info .item .ico {
    margin-right: 20px;
    flex-shrink: 0;
}


.sjbtnbox {
    z-index: 999999;
    position: fixed;
    right: 0;
    top: 20%;
    width: 50px;
    overflow: hidden;
    transition: all .4s;
}

.sjbtnbox .item a .ico,
.sjbtnbox .item a font {
    flex-shrink: 0;
}

.sjbtnbox:hover {
    width: 310px;
}

.sjbtnbox .item a {
    color: #fff;
    display: flex;
    align-items: center;
}

.sjbtnbox .item {
    height: 50px;
    margin-bottom: 1px;
    background: var(--i_color);
    color: #fff
}

.page_nav {
    margin: 20px 0 50px 0;
}

.page_nav ul {
    list-style: none;
    text-align: center;
    display: flex;
    align-items: center;
    border-radius: 0;
    justify-content: center;
}

.page_nav li {
    display: inline-block;
    margin-bottom: 0;
    padding: 0;
    width: 25%;
    padding-right: 20px;
}

.page_nav li a:hover,
.page_nav li.active a {
    background: var(--i_color);
    border-color: var(--i_color);
}

.page_nav li a:hover,
.page_nav li.active a {
    text-decoration: none;
    color: var(--i_color);
}

.page_nav li a {
    display: flex;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    transition: all .5s;
    position: relative;
    z-index: 5;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #e2e2e2;
    font-weight: 500;
}

.page_nav li a:hover p,
.page_nav li.active a p {
    color: #fff;
}

.page_nav li a p {
    margin: 0;
    margin-left: 0;
    transition: all .5s;
    display: block;
    overflow: hidden;
    position: relative;
    padding: 8px;
    width: 100%;
}

.page_nav li a p:before {
    content: ' ';
    position: absolute;
    background: rgba(255, 255, 255, 0.15);
    width: 46px;
    height: 46px;
    top: -21px;
    left: -26px;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    z-index: -1;
}

.page_nav li a p:hover:before {
    width: 200px;
    height: 200px;
    left: -15px;
    top: -50px;
}

.factorybox {
    margin-top: 40px;
}

.factorybox .item {
    overflow: hidden;
    padding: 0;
    background: #fff;
    text-align: center;
    transition: 0.5s all;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.factorybox .item .picbox {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}

.factorybox .item .text {
    padding: 10px;
    text-align: left;
    transition: all .6s;
}

.factorybox .item:hover .text {
    background: var(--i_color);
}

.newsSwiper {
    padding-bottom: 50px;
    position: relative;
}

.mini-card-grid {
    scrollbar-color: #201c29;
    scrollbar-width: 10px;
    scrollbar-gutter: always;
    padding: 3rem;
    display: flex;
    /* overflow-x: scroll;
    -webkit-overflow-scrolling: touch; */
}

.mini-card {
    min-width: 300px;
    min-height: 350px;
    padding: 1.5rem;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 0px 28px 1px rgba(200, 200, 200, 0.91);
    display: flex;
    flex-direction: column;
    transition: .2s;
    margin: 0;
    margin-right: 20px;
}

.mini-card:not(:first-child) {
    margin-left: -130px;
}

.mini-card:focus-within,
.mini-card:hover {
    transform: translate(0, -1rem);
}

.mini-card:focus-within~.mini-card,
.mini-card:hover~.mini-card {
    transform: translateX(130px);
}

.mini-card h2 {
    font-size: 24px;
    color: var(--i_color)
}

.mini-card ._subtitle {
    font-size: 18px;
    color: #000;
    margin-top: 15px;
}

.flexf {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.socialbox a {
    margin-left: 15px;
}

.langbox a {
    padding: 0 10px;
    color: var(--i_color2);
}

/* Top Search*/
/*Search*/
.search_title {
    color: #222;
    font-size: 20px;
    font-weight: 500;
    margin-top: 0;
    text-align: center;
    margin-bottom: 0;
    text-transform: uppercase;
}

.ico_search {
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    float: right;
    color: #fff;
    height: 20px;
    margin-top: 0;
    margin-right: 0.4rem;
    font-style: normal;
    font-size: 16px;
    color: #ffffff;
    padding: 0;
    position: relative;
    z-index: 88;
}

.ico_search:before {
    content: '';
    display: block;
    background: url(../images/icon.png) no-repeat;
    background-position: -294px -21px;
    height: 20px;
    width: 19px;
}

.ico_search span {
    display: inline-block;
    color: #222222;
    font-size: 16px;
    margin-left: 0.11rem;
    font-weight: 300;
}

.search_input {
    height: 60px;
    background: var(--i_color2);
    transition: width 0.3s ease;
    color: #fff;
}

.search_section {
    cursor: pointer;
    z-index: 999;
}

.navbigmenu {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 25px;
    color: #222;
    cursor: pointer;
}

.search_main {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 20px;
    height: 60px
}

.search_main .form-control {
    color: #fff;
    float: left;
    background: none;
    border: none;
    height: 31px;
    width: 98%;
    padding: 0 5px;
    outline: none;
    box-shadow: none;
}

.search_main .search_btn {
    cursor: pointer;
    border: none;
    background: none;
}

.top_overly {
    z-index: 9998;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    filter: alpha(opacity=30);
    display: none;
}

.close-search {
    position: absolute;
    right: 50%;
    margin-right: -34px;
    bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #DDD;
    border-radius: 50%;
    height: 64px;
    width: 64px;
    COLOR: #222;
    TEXT-ALIGN: CENTER;
}

.close-search i {
    height: 20px;
    width: 20px;
    display: inline-block;
}

.search_tags {
    max-width: 800px;
    margin: 30px auto 0;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
}

.search_tags p {
    width: 100%;
    padding-bottom: 0.1rem;
    font-size: 18px;
    color: #666;
    font-weight: 500;
}

.search_tags a {
    padding: 10px 5px;
    margin: 5px;
    font-size: 15px;
    color: #333;
    background: #eee;
    ;
    transition: all .6s;
    border-radius: 0.02rem
}

.search_tags a:hover {
    background: var(--i_color);
    color: #fff
}

.about2boxl .readmore {
    margin-top: 20px;
}

.fformbox .item.item6 {
    justify-content: flex-start;
}

.about12box {
    margin-bottom: 50px
}

.about2boxl .readmore a {
    border: 1px solid #fff;
    padding: 5px 20px;
}

.about2boxl .item {
    display: flex;
    margin-bottom: 5px
}

.about2boxl .item .items {
    width: 50%;
    overflow: hidden;
}

.about2boxl .item .items.text {
    padding: 10px;
    background: var(--i_color);
    color: #fff;
}

.probtnbox h2 {
    margin-top: 0;
    text-align: center;
}

.probtnbox {
    width: 100%;
    margin: 0px 0 50px;
    padding: 50px 0;
}

.probtnbox .box {
    margin-top: 50px;
}

.probtnbox .box .item .titlebox {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    justify-content: center;
}

.probtnbox .box .item {
    text-align: center;
    padding: 0 60px;
}

.probtnbox .box .col-md-4:nth-child(2) {
    border-left: 2px solid #eee;
    border-right: 2px solid #eee;
}

.readmore2 a {
    color: #000;
    font-size: 18px;
}

.aboutusdesc .title {
    color: #222;
    margin-top: 20px;
}

.aboutusdesc .text {
    color: var(--i_color);
    flex-shrink: 1 !important;
}

.aboutusdesc .item {
    width: 25%;
    display: flex;
    font-size: 13px;
    margin-bottom: 20px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 20px 10px
}

.aboutusdesc .item span {
    flex-shrink: 0;
}

.aboutusdesc .item span.ico .bai {
    display: none;
}

.aboutusdesc .item:hover span.ico .bai {
    display: inline-block;
}

.aboutusdesc .item:hover span.ico .hei {
    display: none;
}

.aboutusdesc .item1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px
}

.aboutusdesc .item:hover {
    background: var(--i_color);
    color: #fff;
    clip-path: polygon(10% 0%, 90% 0%, 100% 10%, 100% 90%, 90% 100%, 10% 100%, 0% 90%, 0% 10%);
}

.aboutusdesc .item:hover .title {
    color: #fff;
}

.banner__swiper .swiper-pagination-fraction {
    top: 15px;
    color: #555;
}

.news1 .picbox {
    overflow: hidden;
}

.contactinfoheader .itemc:nth-child(2) {
    width: auto;
}


.contactbtn {
    flex-shrink: 0;
}

.contactbtn a {
    padding: 12px 20px;
    background: var(--i_color);
    color: #fff;
    border-radius: 12px;
    font-weight: 500;
    font-size: 16px;
}

.contactinfoheader {
    display: flex;
    justify-content: flex-end;
}

.contactinfoheader .ico {
    margin-right: 5px;
    flex-shrink: 0;
}

.contactinfoheader .itemc div.title {
    font-weight: 500;
    font-size: 16px;
}

.contactinfoheader .itemc div.text {
    display: flex;
    align-items: center;
}

.contactinfoheader .itemc div.text,
.contactinfoheader .itemc div.text a {
    color: var(--i_color);
}

.contactinfoheader .itemc {
    display: flex;
    flex-direction: column;
    padding: 10px 30px;
    border-right: 1px solid #777;
    width: 33%;
}

.contactinfoheader .itemc:last-child {
    border-right: none;
}

select {
    max-width: 100%;
}

.seropro .djc_clearfix {
    flex-direction: column;
}

.seropro .djc_filter_list li {
    width: 100% !important;
}

header .socailafooter img {
    filter: brightness(0) invert(1);
}

.cont-ousel strong {
    font-size: 18px;
}

.prosearchbox .button_bg {
    width: 100%;
    height: 50px;
}


.swiper-button-next,
.swiper-button-prev {
    outline: none;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid var(--i_color2);
}

.icobox {
    margin: 65px 0 0 40px;
}

.icobox img {
    margin-right: 15px;
}

.factoryvideobox .textinfo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}

.promenufloat {
    position: fixed;
    right: 0;
    top: 45%;
    z-index: 9999;
}

.promenu_btn span.ico img {
    width: 20px;
}

.promenufloat .sidemenu_new {
    background: #fff;
    box-shadow: 0px 12px 37px 3px rgba(7, 7, 7, 0.21);
    border-radius: 15px;
    padding: 20px;
}

#myModalapp {
    width: 225px;
    right: 0;
    left: auto;
}

.bannertext h1 {
    width: 1239px;
    font-weight: normal;
    font-size: 100px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 30px auto;
}

#myModalapp .modal-header {
    padding: 5px;
}

#myModalapp .modal-dialog {
    width: 100%;
}

.readmore.huis a {
    background: #727171;
}

.mt0 {
    margin-top: 0;
}

.navfbox {
    margin-top: 100px;
}

.navfbox a {
    margin-right: 5px;
    color: #9B9CA0;
}

.contactinfo .flex span:last-child {
    width: 80%;
    margin-left: 2px;
}

.ficon {
    margin-right: 10px;
}

.contactinfo .flex {
    margin-top: 10px;
    flex-wrap: nowrap;
}

.contactinfo .flex .itemflex:first-child {
    margin-right: 50px;
}

.linef {
    margin: 0 80px;
    border-top: 2px solid #9B9CA0;
    padding-top: 20px;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.pd30 {
    padding: 70px 0;
}

button {
    outline: none;
}

header .open>.dropdown-menu {
    display: block;
    right: 0;
    left: auto;
}

img {
    transition: .3s;
}

.hover_img:hover {
    transform: scale(1.1);
}

#bigimage1 {
    position: absolute;
    display: none;
    z-index: 999;
    bottom: 0;
    left: 20%;
}

#bigimage1 img {
    max-width: 120px;
}

/*productlist start*/
.product-series {
    padding-bottom: 3rem;
}

.breadcrumb {
    font-size: 20.75px;
    background: none;
    padding: 0;
}

.breadcrumb-container {
    position: relative;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    z-index: 1;
}

.breadcrumb-container:before {
    width: 350px;
    left: calc(170px + 6vw);
}

.breadcrumb-container:before {
    left: 148px;
    width: 148px;
    transform: skewX(-10deg) translateX(-100%);
}

.breadcrumb-container:after {
    left: calc(188px + 6vw);
    height: 179px;
    width: 3rem;
    transform: skewX(-10deg);
}

.breadcrumb-container:after,
.breadcrumb-container:before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    height: 530px;
    background: linear-gradient(180deg, rgba(12, 93, 154, .11), rgba(231, 236, 240, 0));
    transform-origin: right top;
    transform: skewX(-10deg) translateX(-100%);
    z-index: -1;
}

.breadcrumb-items {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding: 0;
}

.breadcrumb-item:first-child {
    min-width: 168px;
}

.breadcrumb-item:first-child {
    color: #fff;
    display: inline-flex;
    align-items: center;
    padding: .5em 0;
    justify-content: space-between;
}

.breadcrumb-item {
    position: relative;
    display: inline-block;
    color: var(--i_color);
    font-weight: 500;
    padding: .5em 1em;
    box-sizing: border-box;
    z-index: 10;
}

.breadcrumb-item:first-child:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 200%;
    height: 100%;
    background: linear-gradient(270deg, var(--i_color) 5%, hsla(0, 0%, 91%, 0));
    transform: skewX(-10deg);
    z-index: -1;
}

.breadcrumb-item:first-child:after {
    flex: 1 1;
    width: 60%;
    height: 1px;
    margin-left: 1em;
    background-color: #fff;
}

.breadcrumb-item:first-child:after {
    content: "";
    display: inline-block;
}

.product-series-banner {
    position: relative;
    width: 100%;
    margin: 0 auto 4rem;
}

.product-series-banner:after,
.product-series-banner:before {
    content: "";
    position: absolute;
    top: -13.5rem;
    right: 12.6%;
    width: 20%;
    height: 100%;
    background: linear-gradient(180deg, var(--i_color), rgba(231, 236, 240, 0));
    opacity: .08;
    transform-origin: left bottom;
    transform: skewX(-10deg);
}

.product-series-banner .container {
    display: flex;
    align-items: center;
}

.product-series-banner-img {
    width: 60%;
    order: 2;
}

.product-series-banner-img {
    position: relative;
    max-width: 950px;
    padding-left: 50px;
    text-align: right;
}

.product-series-banner-content {
    width: 40%;
}

.product-series-banner-content .product-banner-title {
    font-size: 40px;
    margin-bottom: 1.2em;
}

.product-banner-btns {
    display: inline-block;
    overflow: hidden;
}

.product-banner-btns-inner.more-btns {
    width: calc(100% + .5em);
    margin-left: -.5em;
}

.product-banner-btns-inner {
    display: inline-flex;
    padding-bottom: 2px;
}

.more-btns .product-banner-btn:first-child {
    padding-left: 1em;
}

.product-banner-btn.catalogue {
    color: #fff;
    background-color: var(--i_color);
}

.more-btns .product-banner-btn {
    transform-origin: bottom right;
    transform: skewX(-10deg);
}

.product-banner-btn {
    display: inline-block;
    font-size: 18px;
    padding: .6em 1em;
    box-sizing: border-box;
    white-space: nowrap;
    border: 1px solid var(--i_color);
    transition: .3s;
}

.more-btns .product-banner-btn-inner {
    transform: skewX(10deg);
}

.product-banner-btn-inner {
    display: flex;
    align-items: center;
}

.more-btns .product-banner-btn:last-child {
    padding-right: 1.5em;
    margin-left: 10px;
}

.product-banner-btn.bearing-list {
    color: #222;
    background-color: #fff;
}

.more-btns .product-banner-btn:last-child:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 3px;
    height: 100%;
    width: 1px;
    background-color: var(--i_color);
    transform: skewX(10deg);
}

.product-banner-btn-inner .btn-text {
    display: inline-block;
}

.about2boxl .item .items.text h3 {
    margin-top: 0
}

.about2boxl .item .items.text p {
    height: 80px;
    overflow: hidden;
}

.about2boxl .item .items.pic {
    display: flex;
    align-items: center;
    background: #fff;
}

/*productlist end*/
/*product首页*/

/*product首页end*/
/*news1*/

.news-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}

.news-items .item h3 {
    line-height: 25px;
    color: var(--i_color4);
    margin-bottom: 30px;
}

.news-items .item:hover h3 {
    color: var(--i_color4);
}

.news-items .item {
    background: #EFEFEF;
    margin-bottom: 50px;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: relative;
    border-radius: 4px;
    height: 280px;
    display: flex;
    align-items: center;
}

.news-items .item .items {
    width: 50%;
}

.news-items .item:hover .picbox img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}

.news-items .item .picbox img {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    object-fit: cover;
    object-position: center;
    left: 0;
}

.news-items .item .textbox {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    padding: 30px;
}

.news-items .readmore a:hover {
    border: none;
}

.news1 .picbox a {
    display: flex;
    height: 450px;
    justify-content: center;
    align-items: center;
}

.news1 .picbox a img {
    max-height: 400px;
}

/*news1--end*/
/* //news3.php */

/* end news3.php */
.banner__swiper .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0;
}

.arrowright {
    margin-left: 20px
}

.privy-elemesant {
    border: none;
    color: #fff;
    border-radius: 20px;
    background-color: var(--i_color);
    padding: 10px 20px;
}

.fusion-menu .sub-menu li a:hover {
    padding-left: 5px;
}

.w40 {
    width: 40%;
}

.w60 {
    width: 58%;
}

.formboxf {
    border: 1px solid #9B9CA0;
    padding: 15px;
    border-radius: 10px;
}

.numico {
    display: flex;
    width: 104px;
    height: 104px;
    align-items: center;
    font-size: 70px;
    color: #fff;
    background: var(--i_color);
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-radius: 10px;
    justify-content: center;
}

@keyframes float {
    0% {
        transform: translateY(0px);
        animation-timing-function: ease-in-out
    }

    25% {
        transform: translateY(-5px);
        animation-timing-function: linear
    }

    50% {
        transform: translateY(0px);
        animation-timing-function: linear
    }

    75% {
        transform: translateY(5px);
        animation-timing-function: linear
    }

    100% {
        transform: translateY(0px);
        animation-timing-function: linear
    }
}

.news3box .row:hover .link-desktop__wrap {
    background-color: rgb(0, 0, 0, 0.2);
}

.f25 {
    font-size: 25px;
}

.f18 {
    font-size: 18px;
}

.subformbox input {
    border: none;
    background: none;
    width: 70%;
    color: #fff
}

.subformbox button {
    background: #fff;
    width: 25%;
    border: none;
}

.subformbox {
    margin-top: 10px;
    display: flex;
    background: var(--i_color);
    height: 73px;
    padding: 10px;
    justify-content: space-between;
}

.flogo {
    margin: 0 0 30px 0;
}

.footer2 {
    overflow: hidden;
    padding: 140px 0 30px;
    color: #C2C2C2;
}

input,
textarea {
    border: 1px solid #e5e5e5;
    padding: 10px 5px;
    background-color: transparent;
    color: #999;
    transition: ease-out 300ms;
}

.modal-dialog {
    width: 50%;
}

.theme-signin textarea {
    border: 1px solid #e5e5e5;
    padding: 10px 5px;
}

.theme-signin .item {
    display: flex;
    justify-content: space-between;
}

/* .news1 页面样式 */

.news1 .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    align-items: stretch;
}

.news1 .newspic {
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: .25rem .25rem 3.5rem .25rem;
    background: #f1f1f1;
    overflow: hidden;
}

.news1 .newspic:hover img {
    transform: scale(1.1);
}

.news1 .newspic img {
    max-height: 230px;
    transition: all .3s ease-in-out;
    border-radius: .25rem .25rem 3.5rem .25rem;
}

.article:nth-of-type(1n) {
    -webkit-transition-delay: 175ms;
    -o-transition-delay: 175ms;
    transition-delay: 175ms;
}

.cpt-background {
    background-color: #fff;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    box-shadow: 7px 7px 50px rgba(0, 0, 0, .09);
}

.order-md-3 {
    order: 3 !important;
    margin-top: 10px;
}

.article .byinfo {
    margin-top: 10px;
}

.article .content {
    color: rgba(19, 28, 33, .6);
    height: 100px;
}

.article .box2:hover {
    border: 4px solid #ff5a5a;
    padding: 10px;
    transform: translate(-20px, -20px);
}

.article .box2 {
    height: 100%;
    background-color: #fff;
    padding: 10px;
    transition: transform .4s;
    box-shadow: 7px 7px 50px rgba(0, 0, 0, .09);
    position: relative;
}

.top0 {
    margin-top: 0;
}

.leftbox .info {
    margin-top: 0 !important;
}

.top-search-left-right {
    position: relative;
    background: none;
    display: flex;
}

.cont-ousel2 img,
.cont-ousel img {
    cursor: pointer;
    transition: all 0.6s;
}

.cont-ousel2 img:hover,
.cont-ousel img:hover {
    transform: scale(1.1);
}

/* .mySwiper {
    position: relative;
    overflow: hidden;
} */

.newsflinfo .item {
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, .2);
    padding: 10px;
    position: relative;
    transition: all .45s ease-in-out;
    z-index: 1;
    margin: 10px;
}


@keyframes load {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.icopic {
    display: flex;
    width: 50px;
    height: 50px;
    position: relative;
    align-items: center;
    border: 1px solid #ED1B24;
    justify-content: center;
    border-radius: 50%;
}

.headline {
    margin-top: 0;
    margin-bottom: 60px;
}

.newsflinfo .item .npicbox {
    margin: 15px 0;
}

.newsflinfo .item .ndate {
    border-top: 1px solid #c9cacc;
    padding-top: 10px;
    color: #777;
    text-align: right;
}

.atvbox a {
    margin-right: 20px;
}

.atvbox a img {
    max-width: 61px;
}

.newsnav {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 15px;
}

.newsnav a {
    display: inline-block;
    margin-right: 20px;
    color: #fff;
}

.newsnav a:hover {
    color: #f1f1f1;
}

.leftbox.pro .info {
    margin-top: -40px;
    z-index: 2;
    position: relative;
}

.djc_filters_in li:nth-child(2) {
    width: 240px;
}

.fr {
    float: right;
}

.cont-ousel2 {
    position: relative;
}

.teldatal {
    position: absolute;
    left: -11%;
    top: -40px;
    background: var(--i_color);
}

.teldatal a {
    display: block;
    color: #fff;
    margin: 25px 0;
    padding: 5px 10px;
}

.teldatal a:hover {
    color: #222;
}

.teldatal a.active {
    background: #222;
}

.malt {
    width: 100%;
    margin-bottom: 40px;
    margin-top: 60px;
}


.cctitle {
    margin-top: 15px;
    text-align: center;
}


/* Effect 5 */

.hi-icon-effect-5 .hi-icon {
    overflow: hidden;
    /* -webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	-moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	transition: background 0.3s, color 0.3s, box-shadow 0.3s; */
}

.hi-icon-effect-5 .hi-icon:after {
    display: none;
}


.hi-icon-effect-5a .hi-icon:hover:before {
    -webkit-animation: toRightFromLeft 0.3s forwards;
    -moz-animation: toRightFromLeft 0.3s forwards;
    animation: toRightFromLeft 0.3s forwards;
}

@-webkit-keyframes toRightFromLeft {
    49% {
        -webkit-transform: translate(100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(-100%);
    }

    51% {
        opacity: 1;
    }
}

@-moz-keyframes toRightFromLeft {
    49% {
        -moz-transform: translate(100%);
    }

    50% {
        opacity: 0;
        -moz-transform: translate(-100%);
    }

    51% {
        opacity: 1;
    }
}

@keyframes toRightFromLeft {
    49% {
        transform: translate(100%);
    }

    50% {
        opacity: 0;
        transform: translate(-100%);
    }

    51% {
        opacity: 1;
    }
}

.hi-icon-effect-5b .hi-icon:hover:before {
    -webkit-animation: toLeftFromRight 0.3s forwards;
    -moz-animation: toLeftFromRight 0.3s forwards;
    animation: toLeftFromRight 0.3s forwards;
}

@-webkit-keyframes toLeftFromRight {
    49% {
        -webkit-transform: translate(-100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(100%);
    }

    51% {
        opacity: 1;
    }
}

@-moz-keyframes toLeftFromRight {
    49% {
        -moz-transform: translate(-100%);
    }

    50% {
        opacity: 0;
        -moz-transform: translate(100%);
    }

    51% {
        opacity: 1;
    }
}

@keyframes toLeftFromRight {
    49% {
        transform: translate(-100%);
    }

    50% {
        opacity: 0;
        transform: translate(100%);
    }

    51% {
        opacity: 1;
    }
}

.hi-icon-effect-5c .hi-icon:hover:before {
    -webkit-animation: toTopFromBottom 0.3s forwards;
    -moz-animation: toTopFromBottom 0.3s forwards;
    animation: toTopFromBottom 0.3s forwards;
}

@-webkit-keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(-100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }

    51% {
        opacity: 1;
    }
}

@-moz-keyframes toTopFromBottom {
    49% {
        -moz-transform: translateY(-100%);
    }

    50% {
        opacity: 0;
        -moz-transform: translateY(100%);
    }

    51% {
        opacity: 1;
    }
}

@keyframes toTopFromBottom {
    49% {
        transform: translateY(-100%);
    }

    50% {
        opacity: 0;
        transform: translateY(100%);
    }

    51% {
        opacity: 1;
    }
}

.hi-icon-effect-5d .hi-icon:hover:before {
    -webkit-animation: toBottomFromTop 0.3s forwards;
    -moz-animation: toBottomFromTop 0.3s forwards;
    animation: toBottomFromTop 0.3s forwards;
}

@-webkit-keyframes toBottomFromTop {
    49% {
        -webkit-transform: translateY(100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }

    51% {
        opacity: 1;
    }
}

@-moz-keyframes toBottomFromTop {
    49% {
        -moz-transform: translateY(100%);
    }

    50% {
        opacity: 0;
        -moz-transform: translateY(-100%);
    }

    51% {
        opacity: 1;
    }
}

@keyframes toBottomFromTop {
    49% {
        transform: translateY(100%);
    }

    50% {
        opacity: 0;
        transform: translateY(-100%);
    }

    51% {
        opacity: 1;
    }
}

.higlight-text {
    color: #ED1B24;
}


@keyframes slideTimer {
    0% {
        transform: scaleX(0);
    }

    100% {
        transform: scaleX(1);
    }
}

.fsubbtn {
    border: none;
    color: #fff;
}
.ycbtn{margin:  0 auto;}
.ycbtn,
.readmore,
.fsubbtn {
    margin-top: 40px;
    width: 188px;
    height: 54px;
    background: none;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    border: 1px solid #E1E8EA;
    
    text-transform: uppercase;
}

.readmore a {
    color: #000;
}

.beianinfo {
    padding: 20px 0;
}

.leftbox .info {
    margin-top: 20px;
    padding: 30px;
}

.leftbox .info a {
    color: #fff;
}

.ptop {
    padding-top: 50px;
}

.bannertext .text {
    margin: 40px 0 40px;
    font-size: 16px;
    color: var(--i_color3);
    overflow: hidden;
    
}

.bannertext .text span {
    position: relative;
    padding: 0 20px;
}

.bannertext .text span:last-child::after {
    background: none
}

.bannertext .text span::after {
    height: 10px;
    width: 2px;
    background: var(--i_color3);
    position: absolute;
    content: '';
    right: 0;
    top: 5px
}

.bannertext .readmore a {
    color: #fff;
    background: var(--i_color);
    border: none;
    font-size: 18px;

}

.bannertext .readmore a:hover {
    background: var(--i_color)
}

.bannertext {
    position: absolute;
    bottom: 30%;
    right: 0;
    z-index: 1;
    color: #fff;
    width: 100%;
    text-align: center;
}

.bannertext .btns a:hover {
    background: var(--i_color3) !important;
    color: #fff !important;
}

.bannertext .btns a {
    display: inline-block;
    width: 207px;
    height: 61px;
    background: var(--i_color2);
    color: #fff;
    text-align: center;
    
    font-size: 18px;
    line-height: 60px;
    margin-right: 30px;
}

.bannertext .btns {
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner__swiper .swiper-container {
    background: #fff;
}
.news2 .listli a{ display: flex; align-items: center;}
.news2 .listli a .picbox{ width: 300px; margin-right: 20px; flex-shrink: 0;}
.listli .liop img {
    max-height: 198px;
}

.listli .liop {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
}

.nybanner .text h1 {
   
    font-weight: normal;
    font-size:35px;
    color: #fff;
    text-transform: uppercase;
    padding: 5px;
    display: inline-block;
}


.mtb {
    padding: 40px 0;
}

.djc_filters_in {
    display: flex;
    justify-content: center;
    background: #f5f5f5;
    padding: 20px;
}

.six {
    width: 60%;
}

.four {
    width: 40%;
}

.djc_filter_search li,
.djc_filter_list li {
    display: block;
    float: left;
    list-style: none;
    padding: 0;
    background: none;
}

.djc_filters_in li {
    padding-left: 10px !important;
    padding-right: 10px !important;
    width: 80px;
}

.djc_filter_input select {
    height: 53px;
    width: 100%;
}

.djc_filter_input input {
    width: 100%;
    display: block;
    float: left;
    height: 53px;
}

.button_bg,
.btn.hasTooltip,
.btqc-field-container button {
    font-size: 18px;
    line-height: 20px;
    color: #FFF !important;
    text-transform: none;
    width: 53px;
    position: relative;
    display: block;
    float: left;
    clear: both;
    position: relative;
    background: var(--i_color4);
    transition: all 300ms;
    text-decoration: none;
    height: 53px;
    cursor: pointer;
    outline: none;
}

.searchboxxhleft .item {
    display: flex;
    border-bottom: 2px dashed #A5A5A4;
    margin-bottom: 20px;
}

.searchboxxhleft .item input {
    width: 90%;
    border: none;
    padding: 10px 0;
}

.searchboxxhleft .item button {
    border: none;
    background: none;
}

.menuheader {
    border-radius: 10px 10px 0px 0px;
    padding: 15px 0;
    text-transform: uppercase;
}

.sidemenu {
    padding-bottom: 20px;
    border-radius: 10px;
}

.sidemenu li a:before {
    left: 0;
}


.prolist {
    display: flex;
    flex-wrap: wrap;
}

.prolist .item:nth-child(3n+0) {
    margin-right: 0;
}

.prolist .item {
    width: 32%;
    margin-right: 10px;
    margin-bottom: 10px;
}

#slider {
    position: relative;
}


.searchbyclass .dropdown-menu {
    min-width: 180px;
    height: 500px;
    overflow-y: scroll;
}

.curtitle {
    margin-top: 0;
}

.socailafooter {
    color: var(--i_color);
}

.socailafooter a {
    display: inline-block;
    color: #C2C2C2;
}

.socailafooter a:hover {
    color: var(--i_color2)
}

.fformbox {
    position: relative;
}

.fformbox .item {
    display: flex;
    justify-content: space-between;
}

.fformbox .item .input {
    margin-bottom: 30px;
    width: 48%;
}

.fformbox .item.item4 .textare,
.fformbox .item.item4 .textare textarea {
    width: 100%;
    background: none;
    border: none;
}

.fformbox input[type="text"],
.fformbox textarea {
    padding: 10px;
    border-radius: 0 !important;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: none;
}

.fformbox .item.item4 .textare textarea {
    height: 150px;
    border: 1px solid #777;

}

.fformbox .item .input input {
    width: 100%;
    border: 1px solid #777;
}

.fformbox .item4 button {
    height: 95px;
    border-radius: 6px;
    width: 100px;
    background: var(--i_color);
    border: none;
    color: #fff;
}

.navfooter h2 {
    color: #fff;
    margin-top: 0;
    
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.navfooter {
    display: flex;
    justify-content: space-between;
}

footer a:hover,
.navfooter a:hover,
footer .contactinfof .itemlist a:hover,
.readmore2 a:hover,
.section3 .item a:hover {
    color: var(--i_color2);
}

.navfooter li a {
    color: #C2C2C2;
}

.navfooter .item ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.navfooter .item ul li {
    width: 48%;
    margin-bottom: 10px;
}

.navfooter .item:first-child {
    width: 40%;
}

.navfooter .item:last-child {
    width: 58%;
}

footer a:hover {
    color: var(--i_color4);
}

footer .row {
    display: flex;
}

.fformbox .item:last-child {
    margin-right: 0;
}

header .fa-angle-down {
    padding-left: 5px;
}

header.noindex .fusion-main-menu li {
    border: none;
}

header.noindex .fusion-main-menu>ul>li>a {
    border-color: #ddd;
}

.seroprobox {
    margin-top: 30px;
}

.seropro {

    box-shadow: rgba(0, 0, 0, 0.15) 0px 0.25rem 0.5rem !important;
    border: 1px solid #eee;
    padding: 15px 15px 0 15px;
    border-radius: 4px;
}

.djc_clearfix {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.five {
    width: 50%;
}

.four {
    width: 40%;
}

.six {
    width: 60%;
}

.pt60 {
    padding-top: 30px;
}

.prony .containner_ny {
    padding-right: 0;
}

.tagtext {
    padding: 2px 5px;
    background: var(--i_color);
    color: #fff;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1;
}


.fsubbtns,
.fsubbtn_c {
    background: var(--i_color);
    padding: 5px 20px;
    color: #fff;
    border: none;
    font-size: 16px;
    height: 44px;
    width: 100%;
}

.radio-buttons-block {
    align-content: stretch;
    justify-content: flex-start;
    margin: 15px 0;
    display: flex;
}

.radio-button-field {
    width: auto;
    justify-content: flex-start;
    align-items: center;
    margin-right: 10px;
    display: flex;
}

.w-radio:before,
.w-radio:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table;
}

.w-form-label {
    cursor: pointer;
    margin-bottom: 0;
    font-weight: 400;
    display: inline-block;
}

.w-radio:after {
    clear: both;
}

.w-radio-input {
    float: left;
    margin: 3px 0 0 -20px;
    line-height: normal;
}

.w-radio {
    margin-bottom: 5px;
    padding-right: 20px;
    display: block;
}

.appprobox .itemapp a:hover {
    color: var(--i_color2);
}
.ycbtn:hover,
.readmore:hover,
.fsubbtn:hover,
.fsubbtns:hover,
.fsubbtn_c:hover {
    background: var(--i_color3);
}

.fsubbtns {
    background: #B1B4B9;
}

.u-section {
    margin-bottom: 12px;
}

.fusion-main-menu>ul>li:last-child {
    padding-right: 0;
}

.tongjis {
    padding-top: 30px;
    text-align: right;
    font-size: 14px;
}

.form-inputs {
    margin-bottom: 10px;
    align-items: center;
    display: flex;
}

.but-zsapds,
.loiyssu {
    background: var(--i_color2);
    color: #fff;
    padding: 10px 15px;
    border-radius: 10px;
    border: none;
    width: 100%;
}

.field-inzsp input,
.field-inzsp textarea {
    width: 100%;
}

.form-inputs .label-tit {
    margin-right: 10px;
    width: 100px;
}

.form-inputs .field-inzsp {
    width: 80%;
}

ul {
    margin: 0;
    padding: 0;
}

A {
    text-decoration: none;
}

a,
a:after,
a:before {
    transition-duration: .2s;
    transition-timing-function: linear;
}

.clear {
    clear: both;
}

A:hover {
    text-decoration: none;
}

IMG {
    border: none;
    max-width: 100%;
}

.header-search {
    background: #fff;
    height: 30px;
    line-height: 25px;
    width: 70%;
    border-radius: 10px;
    border: 1px solid #222;
}
.tabinfo {
    margin: 40px 0;
}

.product-teaser img:hover {
    transform: scale(2.4);
}

li {
    list-style: none;
}

.appmenu li {
    border-top: 1px solid #DBDBDB;
    transition: all .2s ease-in-out;
}

.appmenu li a {
    padding: 5px 0;
    color: #555;
    display: inline-block;
}

.appmenu li:hover {
    background-color: #eee;
}

.page_slide_l.en {
    width: 90px;
}

.page_slide_l {
    position: fixed;
    width: 77px;
    background-color: #fff;
    z-index: 999;
    top: 350px;
    left: 0;
}

.page_slide_l a.active {
    background-color: #195bae;
    color: #fff;
}

.page_slide_l a {
    display: block;
    padding: 8px 2px;
    text-align: center;
    color: #333;
    border-bottom: 1px solid #eee;
    box-shadow: 0 0 5px #eee;
}

.page_slide_l a:hover {
    color: var(--i_color);
}

.curproductinfo h3 {
    margin-top: 0;
}

.curproductinfo {
    margin-bottom: 20px;
}

.newsitem .content {
    font-size: 16px;
}

.newsitem p {
    margin-bottom: 5px;
    line-height: 18px;
}

.listli h3 {
    margin-top: 0;
}

.qrcodeimg {
    display: none;
    position: absolute;
    z-index: 999;
    right: 200px;
    top: 0;
}

.qrcodeimg img,
.qrcodeimg2 img {
    max-width: 120px;
}

.tp-bullets {
    display: none !important;
}

.cont-ousel {
    padding: 0 15px;
}

.downloadlist {
    margin-bottom: 40px;
}
.downloadlist li{ margin-bottom: 15px;}
header .container {
    width: 1400px;
}

.container1200,
.container {
    /* padding:0 80px; */
    width: 1200px;
}

.downloadlist li span {
    display: inline-block;
    margin-right: 10px;
    color: #333;
}

.downloadlist li span:first-child {
    color: var(--i_color);
}

input,
select,
option,
textarea {
    outline: none;
}

.subscrbox {
    background: #F0F5F8;
    border-radius: 10px;
    padding: 0 10px;
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* .subscrbox.noindex{ background: none;} */

.subscrbox.noindex button {
    background: none;
}

.subscrbox input {
    width: 85%;
}

.subscrbox input,
.subscrbox button {
    background: none;
    border: none;
}

.subscrbox button {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.applist img {
    max-width: 100%;
}

.applist p {
    text-align: center;
    margin-top: 10px;
}

.applist a {
    color: #222;
}


/*导航*****************************************/
.fusion-main-menu ul.prom3 {
    margin-top: 20px;
}

.fusion-main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fusion-main-menu>ul>li>a {
    color: #000000;
    
    font-size: 16px;
    position: relative;
    padding: 5px 0;

}

.fusion-main-menu>ul>li {
    padding: 3px;
    position: relative;
}

.fusion-main-menu>ul>li>a:hover {
    border: 0;

}

.fusion-main-menu>ul>li a span {
    position: relative;
    display: inline-block;
}

.fusion-main-menu .pronavbox li a span.menu-text::before {
    bottom: 0;
}

.fusion-main-menu>ul>li:hover::before,
.fusion-main-menu .pronavbox li a:hover span.menu-text::before {
    width: 100%;
}

header .fmenubox {
    min-width: 250px;
    max-width: 300px;
    padding: 45px 20px;
    background-color: #f0f6f8;
}

header .fmenubox h2 {
    margin-top: 0;
}

header .zmenubox {
    min-width: 250px;
    padding: 40px 20px;
}

header .readmore a {
    padding: 8px 20px;
}

.fusion-main-menu .sub-menu {
    position: absolute;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 99999;
    background-color: #fff;
    top: 55px;
    padding: 10px;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    transition: all 0.4s ease 0s;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
    pointer-events: auto;
    min-width: 270px;
    max-width: 600px;
    display: flex;
}

.fusion-main-menu .sub-menu.pronavbox {
    flex-wrap: wrap;
    position: fixed;
    top: 150px;
    width: 100%;
    display: flex;
    padding: 50px 80px;
    justify-content: center;
}

.fusion-main-menu .sub-menu.pronavbox li a.a2 {
    color: var(--i_color);
    font-size: 16px;
    border-bottom: 2px solid var(--i_color);

}

.fusion-main-menu .sub-menu li {
    float: none;
    margin: 0;
    padding: 5px;
    text-align: left;
}

.fusion-main-menu .sub-menu.pronavbox li {
    flex-shrink: 0;
    width: 15%;
}

.fusion-main-menu>ul>li a span.picbox img {
    max-height: 198px;
}

.fusion-menu .sub-menu li a {
    padding-top: 7px;
    padding-bottom: 7px;
    color: #222;
}

.fusion-menu .sub-menu li a:hover {
    color: var(--i_color2);
}

.fusion-menu li .sub-menu.show1 {
    visibility: inherit;
    opacity: 1;
    display: flex !important;
    flex-wrap: wrap;
}

.fusion-menu .sub-menu li a {
    font-size: 14px;
}

.fusion-main-menu>ul>li:hover>a::before {
    transform: scaleX(1);
}

.fusion-main-menu ul .lotio {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 20px;
    color: #fff;
}

.fusion-main-menu>ul>li {
    padding: 13px 10px;
}

.fusion-main-menu li {
    padding: 0;
    cursor: pointer;
}

.fusion-menu .sub-menu li a.show1 {
    height: 25px;
    overflow: hidden;
    display: block;
}

.fusion-menu .sub-menu li .sub-menu2 a:hover {
    color: var(--i_color);
}

.fusion-menu .sub-menu li .sub-menu2 li {
    border: none;
    width: 100%;
    padding: 5px;
}

.sub-menu li:hover .sub-menu2 {
    visibility: inherit;
    opacity: 1;
}

.fusion-menu li:hover .sub-menu {
    visibility: inherit;
    opacity: 1;
    transform: scaleY(1);
}

.fusion-main-menu .sub-menu2 {
    position: absolute;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    transition: opacity .2s ease-in;
    width: 230px;
    background-color: var(--i_color);
    top: 0px;
    left: 220px;
    padding: 20px 10px;
}

.lotio2 {
    transition: all .2s linear;
    position: relative;
    font-weight: bold;
    color: #fff;
    vertical-align: text-bottom;
}

.sub-menu li:hover .lotio2::after {
    opacity: 1;
}

.fusion-main-menu>ul>li.active>a>span:after {
    width: 100%;
    left: 0
}

.align-items-center {
    align-items: center;
}

/*导航*****************************************/



.ptb60 {
    padding: 70px 0;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: var(--i_color);
    outline: none;
    font-size: 20px;
}

.searchboxbtn button,
.menu-icon button {
    background: none;
    border: none;
    outline: none;
}

.searchbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
}

.searchbox input {
    background: none;
    border: none;
    height: 40px;
    border-bottom: 2px solid #fff;
    box-shadow: none;
    border-radius: 0;
    font-size: 20px;
}

.searchbox button {
    background: none;
    border: none;
    padding: 10px;
    outline: none;
    height: 40px;
}

.container1200 {
    margin: 0 auto;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}

.lmbvt .sidemenu {
    margin-bottom: 20px;
}

.product-carousel {
    margin: 0;
    margin-bottom: 35px;
    display: table;
}

#plp-bread-crumb {
    margin-top: -50px;
    position: relative;
    z-index: 2;
    
}

#plp-bread-crumb .box {
    padding: 0px 30px;
    background: #fff;
}

#plp-bread-crumb span.active {
    color: var(--i_color3);
}

.pro_details #plp-bread-crumb {
    padding: 25px 15px !important;
}

.languagelist {
    position: absolute;
    display: none;
    top: 35px;
    width: 100px;
    z-index: 9999;
    background: none;
    left: 20px;
    text-align: center;
    background: #eee;
}

.languagelist a {
    display: block;
    margin: 5px 0 !important;
}

.languagebox a {
    color: #333;
}

.languagebox:hover .languagelist {
    display: block;
}

.applo {
    padding: 0 15px;
    margin-top: 0;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.menuheader h4 {
    margin: 0;
}

.slides a {
    color: #222;
    display: flex;
    margin-bottom: 10px;
}

.listli {
    margin-top: 10px;
    margin-bottom: 10px;
}

.appnybox .listli {
    width: 50%;
}

a {
    color: #000;
}

.lopturow {
    margin-left: -15px;
    margin-right: -15px;
}

.contlxw .bsot {
    border-radius: 0;
    padding: 0 !important;
    outline: none !important;
    border: none !important;
}

.sote {
    position: relative;
    background: url(../images/navbanner.png) no-repeat;
    margin-top: 0 !important;
}

.ui-widget-header {
    color: #FFF;
    margin-top: 0px;
}



.left30pl {
    width: 30%;
    float: left;
}

.left70pl {
    width: 70%;
    float: left;
}

.sszsdf a {
    color: #333;
}


/*************/

.aux-nav>.dropdown ul.dropdown-menu {
    top: 95% !important;
}


/*****************/

.contps {
    margin-bottom: 15px;
}

.contps img {
    max-width: 100%;
}

.rightop {
    float: right;
}

.sids {
    float: left;
    margin-right: 10px;
}

.rightop .btns a.sendInquiry {
    font-size: 16px;
    /* display: flex; */
    display: -webkit-flex;
    height: 35px;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    text-align: center;
    background: var(--i_color);
    border-radius: 3px;
    width: 125px;
    margin-right: 1%;
    float: left;
}

.rightop .btns .pdown1 {
    float: left;
}

.rightop .pdown1 a {
    font-size: 16px;
    display: flex;
    display: -webkit-flex;
    height: 33px;
    justify-content: center;
    align-items: center;
    color: #424242;
    text-align: center;
    background: #ffffff;
    border-radius: 3px;
    width: 130px;
    border: 1px solid #424242;
    margin-right: 5%;
    float: left;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.pro-info-con .btns {
    margin-top: 50px;
}

.qrcode {
    position: absolute;
    width: 150px;
    right: -50px;
    top: -30px;
    border: 3px solid #FFF;
    display: none;
}

.qrcode img {
    width: 100%;
}

.dl-menu>li>a:not(:only-child):after {
    border-color: #FFF transparent transparent;
}

.header-search input {
    border: none;
    width: 70%;
    margin-left: 15px;
}

.header-search-btn .fas {
    color: #646464;
}

.header-search-btn:hover .fas {
    color: #a8070d;
}

header .searchbox input::-webkit-input-placeholder,
.contactinfoheader a {
    color: var(--i_color);
    font-size: 16px;
}

.header-search input::-webkit-input-placeholder,
.subformbox input::-webkit-input-placeholder,
.form-group input::-webkit-input-placeholder {
    color: #fff !important;
}

footer .header-search input::-webkit-input-placeholder,
.search_main .form-control::-webkit-input-placeholder {
    color: #000 !important;
}

.header-search-btn {
    background: none;
    border: none;
    outline: none;
}


/* 在分辨率为1920，比例为150%的屏幕上应用的样式 */
@media only screen and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .socailafooter a {
        display: inline-block;
        margin-left: 5px;
    }

    .fusion-main-menu>ul>li {
        padding: 13px 5px;
    }
}

@media only screen and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.25) {}


@media (max-width: 2560px) {
    .container1200, .container,header .container {
        width: 1700px;
    }
    .xzpicbox {
        position: absolute;
        left: 38%;
        top: 47%;
        width: 600px;
    }
    .section_video .text{ top:60px}
}

@media (max-width: 1920px) {
    .section_video .text{ top:20px}
    .readmore, .fsubbtn{ margin-top:10px}
    .section_about .yearbox{ right: 28px;}
    .section_news .grid-item:nth-child(1) .title{
        width: 90%;
    }
    .container1200, .container {
        width: 1200px;
    }
    .xzpicbox {
        width: 500px;
    }
    .fusion-main-menu .sub-menu.pronavbox {
        top: 138px
    }

    .model_intror img {
        max-width: 65%;
        margin-left: 80px;
    }

    .fusion-main-menu>ul>li {
        padding: 16px 15px;
    }

    .banner__swiper {
        margin: 0 auto;
        background: #fff;
    }

    .linef {
        margin: 0 auto;
        border-top: 2px solid #9B9CA0;
        padding-top: 20px;
        width: 1600px;
    }

    .pcsearchbox button {
        height: 43px;
    }

    .fusion-main-menu li.active a:after {
        bottom: -5px;
    }

    .fusion-main-menu>ul>li>a {
        font-size: 16PX;
    }

    .searchbyclass .btn {
        font-size: 18px;
    }

    .djc_filter_label {
        font-size: 35px;
    }

}

@media (max-width: 1600px) {
    .bannertext {
        bottom: 20%
    }

    .dbbtnss {
        right: 80px
    }

    .fusion-main-menu .sub-menu.pronavbox {
        top: 120px;
    }

    footer {
        font-size: 14px;
    }

    .fusion-main-menu>ul>li {
        padding: 13px 15px;
    }

    .model_intror img {
        max-width: 80%;
        margin-left: 0px;
    }

}

@media (max-width: 1440px) {
    .xzpicbox{position: absolute;
        left: 38%;
        top: 50%;
        width: 300px;}
    .bannertext {
        bottom: 18%
    }

    .section_ys::before {
        width: 500px;
    }

    .section_contact .formbox {
        width: 440px;
        height: 509px;
        margin-top: 20px;
        background: #fff;
        float: right;
        padding: 15px;
        margin-right: 140px;
    }

    .footer2 {
        padding-top: 190px;
    }

    .section_contact .fsubbtn {
        margin-top: 20px;
    }

    header .container {
        width: 1250px;
    }

    .aboutrbox {
        margin-top: 90px;
    }

    #plp-bread-crumb h2 {
        font-size: 18px;
    }

    .footer2::before {
        width: 950px;
        height: 750px;
    }

    body {
        font-size: 14px;
    }

    .tp-banner .gdtext {
        left: 15%;
        width: 1000px;
    }

    .news-items .item h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .tp-leftarrow.zeus {
        left: 75% !important;
    }

    .hero-lou .hero-link .headline {
        margin: 22%;
    }

    .dbbtnss {
        right: 80px
    }

    .mini-card h2,
    .section2 .box .item .title {
        font-size: 18px;
    }

    .contactbox1 {
        padding-left: 80px;
    }

    .mini-card {
        min-width: 250px
    }

    footer {
        font-size: 14px;
    }

    .fusion-main-menu>ul>li {
        padding: 13px 15px;
    }

    .banner__swiper {
        background: #fff;
        width: auto;
    }

    .linef {
        margin: 0 80px;
        border-top: 2px solid #9B9CA0;
        padding-top: 20px;
    }

    .pcsearchbox button {
        height: 43px;
    }

    .fusion-main-menu li.active a:after {
        bottom: -5px;
    }

    .container1200,
    .container {
        width: 1200px;
    }

    .fusion-main-menu>ul>li>a {
        font-size: 15PX;
    }

    .searchbyclass .btn {
        font-size: 16px;
    }

    .djc_filter_label {
        font-size: 18px;
    }

    .bannertext h1 {
        font-size: 80px;
    }

    .slideTxt_ttl {
        margin-bottom: 0;
    }

    .swiper-slide-active .c-tile__content {
        padding-bottom: 0;
    }
}

@media (max-width: 1366px) {
    .submenu.ul2{ min-height: 500px; position: fixed; left:auto !important; right: 100% !important;}
    .tp-leftarrow.zeus {
        left: 72% !important;
        top: 90% !important;
    }

    .tp-rightarrow.zeus {
        top: 90% !important;
    }

    footer {
        font-size: 13px;
    }

    .container1200,
    .container {
        width: 1200px;
    }

    .fusion-main-menu>ul>li {
        padding: 13px 10px;
    }

    .bannertext h1 {
        font-size: 80px;
    }

    .leftbox .info {
        margin-top: 64px;
    }

    .fusion-main-menu li.active a:after {
        bottom: -5px;
    }

    .searchbyclass .btn {
        font-size: 15px;
    }

    .djc_filter_label {
        font-size: 18px;
    }

}
@media (min-width:820px) and (max-width:1024px){
    .pcNav{ display: none;}
    .container1200, .container {
        width: 100%;
    }
}
@media (max-width: 786px) {
    .contactinfoheader {
        display: none;
    }

    .pt60 {
        padding-top: 20px;
    }

    .flex {
        flex-direction: column;
    }

    .applo::before {
        left: 15%;
    }

    .cont-ousel img {
        width: auto !important;
        height: auto !important;
    }

    .cont-ousel table,
    .cont-ousel2 table,
    .cont-ousel td {
        background-color: transparent;
        width: 100% !important;
        table-layout: fixed;
        word-break: break-all;
    }

    .cont-ousel tr {
        display: flex;
        flex-direction: column;
    }

    .teldatal {
        position: relative;
        left: 0;
        top: -40px;
        background: var(--i_color);
    }

    .teldatal a {
        margin: 5px 0;
    }

    .prony .containner_ny {
        padding-right: 10px;
    }

    .container1200,
    .container,
    .containner_ny {
        width: 100%;
        max-width: 100%;
        padding: 0 10px;
    }


    .container1200 {
        max-width: 100%;
        width: 100%;
    }

    .nav-level-2 {
        display: none;
    }

    .header-logo {
        float: left;
        width: 50%;
    }

    .nav-main {
        float: left;
        width: 50%;
    }

    .header-logo img {
        max-width: 63%;
        height: 66px;
    }

    .fusion-main-menu {
        position: relative;
    }

    .navbar-toggle .icon-bar {
        background: #fff;
    }

    .fusion-menu {
        position: fixed;
        z-index: 99999999999;
        background: var(--i_color2);
        display: none;
        width: 100%;
        left: 0px;
        top: 80px;
        padding: 20px 0 !important;
    }
.bannertext{ bottom: 10px;}
    .bannertext h1 {
        font-size: 25px;
        width: 100%;
    }

    .pagerbtn {
        right: 30px;
    }

    .autoplay-progress {
        right: 80px;
    }

    .fusion-main-menu>ul>li {
        padding: 3px;
        position: relative !important;
    }

    .fusion-menu li .sub-menu.show1 {
        opacity: unset;
        display: none;
    }

    .fusion-main-menu li {
        width: 100% !important;
    }

    .fusion-menu .sub-menu li {
        border: none;
    }


    .icoarrow {
        left: 35%;
    }

    .applist {
        text-align: center;
    }

    .appfbox .flex {
        flex-direction: row;
    }

    .navfbox {
        margin: 15px 0
    }

    .about2box .itemtext .item {
        padding: 20px 50px 20px;
    }

    .contactbox1 {
        width: 100% !important;
    }

    .linef {
        margin: 0 15px;
    }

    .flogo {
        margin-bottom: 10px;
    }

    .contactinfo .flex {
        flex-direction: row;
    }

    .ptb60 {
        padding: 20px 0;
    }

    .dxg,
    .quiklinkbox {
        display: none;
    }

    .navbar-toggle {
        margin-right: 0;
        background: var(--i_color2);
        margin-top: 10px;
    }

    .malt,
    .product-carousel .slides li {
        width: 100% !important;
    }

    .fusion-main-menu>ul>li>a {
        color: #fff !important;
    }

    .fusion-main-menu .sub-menu {
        position: relative;
        top: 0;
        display: none;
        opacity: 1;
        visibility: visible;
        transform: scaleY(100%);
    }

    .headline p {
        font-size: 20px;
    }

    .line {
        margin-bottom: 20px;
    }

    .fusion-main-menu>ul>li {
        padding-left: 15px !important;
    }

    .logo img {
        z-index: 99999;
    }

    .headline h2 {
        font-size: 14px;
    }

    .relappbox {
        position: relative;
    }

    .fformbox {
        flex-direction: column;
    }

    .fformbox .item4 button {
        height: 40px;
    }

    .contactinfony.cont-ousel {
        flex-direction: column;
    }

    .contactboxr,
    .contactbox {
        width: 100% !important;
    }

    .leftbox {
        display: none;
    }

    header.noindex .fusion-main-menu>ul>li>a {
        color: #fff;
    }

    .appbox .item {
        width: 50%;
    }

    .fusion-main-menu li.active a:after,
    .ny.container1200::after {
        background: none;
    }

    .djc_filter_input select {
        border: 1px solid #999;
    }

    .djc_filters_in .item {
        width: 100% !important;
    }

    .listli .liop {
        margin-bottom: 10px;
    }

    .djc_filters_in li {
        padding-left: 0px !important;
        padding-right: 3px !important;
        margin-right: 8px !important;
    }

    .logoarea {
        margin-top: 20px;
    }

    .searchbox {
        margin: 10px auto;
    }

    .djc_filters_in li:first-child {
        padding-left: 0 !important;
        width: 100%;
        margin-bottom: 10px;
    }

    .listli .row {
        display: block;
        align-items: center;
    }

    header {
        position: relative;
        top: 0;
    }

    .faq .titleinfo h1 {
        line-height: 35px;
    }

    .applo {
        font-size: 25px;
    }

    .dropdown-menu {
        left: auto;
        right: 0;
        z-index: 99999999999;
    }

    .modal-dialog {
        width: 95%;
    }

    .form-inputs .label-tit {
        height: 45px;
    }

    .news-item {
        width: 100%;
        padding: 10px;
    }

    .content table tr {
        display: flex;
        flex-direction: column;
    }

    .content table tr td {
        width: 100%;
    }

    .containertop {
        padding: 0 10px;
    }

    .banner__swiper .picbox {
        width: 100%;
        float: none;
    }

    .djc_clearfix {
        flex-direction: column;
    }

    .two,
    .i_fangan .lrw,
    .i_fangan .cow {
        width: 100%;
    }

    .icobox {
        margin: 10px 0
    }

    .prony .item .title,
    #myTabContent .tab-pane .item .title {
        height: auto;
    }

    .cont-ousel2 img,
    .cont-ousel img {
        width: auto !important;
        height: auto !important;
    }

    .dbbtnss {
        top: 60px
    }

    .topr3,
    .aboutusdesc .item2,
    .aboutusdesc .item1 {
        width: 100%;
    }

    .about2box .lbbtn {
        left: 70%;
    }

    .probtnbox .btnbox a:first-child {
        margin-right: 1px;
    }

    .page_nav li {
        width: 33%;
    }

    .line:before {
        right: 30%;
    }

    .line:after {
        left: 30%;
    }

    .headline,
    .probtnbox .box .item {
        margin-bottom: 20px;
        FONT-SIZE: 25PX !IMPORTANT;
    }

    .aboutuspage .cont-ousel tr {
        display: table-row;
    }

    #plp-bread-crumb span.active {
        color: #222;
    }

    .aboutusdesc .text {
        word-break: break-word;
    }

    .readmore.fixed {
        display: none;
    }

    .nybsearchbox .iteminput,
    .lo1 .box2 .cinfobox {
        flex-direction: column;
    }

    .lightbox-link {
        width: 100px;
        height: 100px;
    }

    .nybsearchbox .iteminput .inputs {
        width: 100%;
        background: #eee;
        margin-bottom: 20px;
    }

    .nybsearchbox .iteminput button {
        width: 100px;
    }

    #preview .jqzoom,
    .jq-zoom {
        width: 100% !important;
        height: 350px !important;
    }

    .xbox .items,
    .formbox,
    .xbox .box2 .items h2,.section_about .content2 .item {
        width: 100% !important;
    }

    .xbox .box2 .items:first-child {
        padding-right: 0;
    }

    .xbox .cinfobox {
        padding: 40px 10px;
    }

    .top1 .logo {
        width: 120px;
        margin-bottom: 0;
    }

    .pd30 {
        padding: 30px 0
    }

    .f1box .box .item1,
    .f1box .box .item3,
    .f1box .box .item2,
    .news-items .item .items {
        width: 100%;
    }

    .flogotext {
        margin-bottom: 20px;
    }

    footer .row,
    .f1box .boxm,
    .news-items .item,
    .f1box .box {
        flex-direction: column;
    }

    .news-items .item,
    .news1 .picbox a {
        height: auto;
    }

    footer .item1box {
        padding: 30px 15px 30px 10px;
    }

    .socailafooter a {
        margin-bottom: 10px;
    }

    .footer2::before {
        height: 0;
    }

    #plp-bread-crumb {
        margin-bottom: 0px !important;
    }

    .section_patent_ny .text {
        position: relative !IMPORTANT;
        MARGIN-TOP: 20PX;
    }

    .section_patent_ny .headlinebox p,
    .navfooter .item,
    .appprobox .itemapp,.expandable-area[_ngcontent-ng-c3570491629] {
        width: 100% !important;
    }
    .expandable-container[_ngcontent-ng-c3601693203]{ padding: 20px 100px 20px 20px;}
    .expandable-area[_ngcontent-ng-c3570491629] .close-button.menu[_ngcontent-ng-c3570491629] {
        left: 90%;
    }
    .f1box {
        padding: 30px 10px;
    }

    .languagebox .dropdown-menu>li>a {
        margin-left: 20px;
    }

    .section3 .row .col-md-3:last-child {
        margin-bottom: 0;
    }

    .faqbox .curcontent {
        margin-top: 30px;
    }

    .cinfobox {
        display: none;
    }

    .top1 {
        position: relative;
        padding: 0;
    }

    .section_about .row,
    .navfooter,
    .footer1 .box {
        flex-direction: column;
    }

    .section_contact {
        padding-top: 0;
        padding-bottom: 20px;
    }

    .socailafooter {
        margin-top: 10px;
    }

    .footer2 {
        overflow: hidden;
        padding: 10px 0 30px;
        color: #fff;
        background: #000 !important;
    }

    .djc_filters_in li:last-child {
        width: 53px;
    }
    .top1 .itemr{ display: none;}.top1 .iteml{ width: 100%;}
    .section5 .menutitle {
        margin-bottom: 50px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .section3,.section_about,.section_aboutx {
        padding: 20px 0;
    }
    .section_about .headline,.readmore, .fsubbtn {
        margin-top: 20px;
    }
    .section_aboutx .iteml{ display: flex; justify-content: space-between}
    .section_aboutx .iteml .item h3, .section_sz .item h3 {
        margin: 0;
        font-size: 20px;
    }
    .section_about .content{ margin: 20px 0;}
    .section_aboutx .itemr .item{ padding: 10px;}
    .section_aboutx .itemr .item h3{ font-size: 18px; margin-bottom: 20px;}
    .section_aboutx .itemr .item{ height: 255px;}
    .section_ys::before {
        width: 80%;
        height: 400px;
    }
    .nybanner .text{ top: 20%;}
    .nybanner .text h2{ font-size: 20px;}
    .section_news{ padding-bottom: 20px;}
    .section_app .grid-container,.section_news .grid-container{ display: flex; flex-direction: column;}
    .section_app .grid-item{ height: auto;}
    .section_news .grid-item:nth-child(1) .title{ width: 100%; left: 0;}
    .section_contact .box{ position: relative;}.section_contact .formbox{ margin-top: -50px;}
    .recomprobox1,.site-footer__boxer{ flex-direction: column;}
    .nav-tabs>li.active>a::before, .nav>li>a:focus::before, .nav>li>a:hover::before{ bottom: 0;}
    .table-responsive>.table-bordered {
        border-bottom: 1px solid #ddd;
    }
    .fusion-main-menu ul .lotio{top:0}
    .section_sz .item{ width: 100%;}
    .section_sz .box{ padding: 10px; flex-direction: column;}
    .news2 .listli a .picbox{ width: 150px;}
    .submenu{display: none; position: relative; overflow-y: scroll; max-height: 200px;}
    #plp-bread-crumb{ margin: 0;}
    #plp-bread-crumb .box{ padding: 15px 0;overflow: visible;}
    .social-media{
        margin:15px 0;gap: 10px;
    }
    .cont-ousel2 ul{ width: auto !important;}
    .slides a{display: flex; align-items: center;} .slides a i{ flex-shrink: 0;}
    #header .icoslang {
        filter: grayscale(100%) brightness(0%);
    }
    .loklsiytexlangkes span{text-wrap-mode: wrap !important;}
    .loklsiytexlangkes img{ width: auto !important; height: auto !important;}
}