﻿@font-face
{
    font-family: myFirstFont;
    src: url(../fonts/Poppins-Regular.ttf);
}
@font-face
{
    font-family: myFirstFont1;
    src: url(../fonts/Poppins-SemiBold.ttf);
}
/* ==============================
   Global Scrollbar Style - Slim
   Theme: #004ac5
============================== */

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background: rgba(0, 74, 197, .08);
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #004ac5 0%, #0066ff 100%);
    border-radius: 20px;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #003a9b 0%, #004ac5 100%);
}

::-webkit-scrollbar-corner {
    background: transparent;
}

html {
    scrollbar-width: thin;
    scrollbar-color: #004ac5 rgba(0, 74, 197, .08);
}
#translate{ display: none;}
*{ margin:0; box-sizing: border-box; padding:0; transition-property: all;-ms-transition-property: all;-moz-transition-property: all; -webkit-transition-property: all; -o-transition-property: all;}
body{ font-family: myFirstFont; color:#333; font-size:0.9rem;  line-height: 24px; background: #FFFFFF; min-width: 1360px;}
a{ text-decoration: none; -webkit-transition: all ease .3s;  -moz-transition: all ease .3s; transition: all ease .3s; border:none; color: #333;}
a:focus { outline: 0 }
a:hover{ color: #004ac5;}
img{ border:none; -webkit-transition: all ease .5s;  -moz-transition: all ease .5s; transition: all ease .5s; vertical-align: middle;}
ul,li{ list-style:none;}
.clear{ clear:both;}
.clearfix{ clear:both;}
p{ margin:0; padding:0;}
.padding5{ padding:5px;}
.padding10{ padding:10px;}
.padding15{ padding:15px;}
.padding20{ padding:20px;}
.padding30{ padding:30px;}
.padding40{ padding:40px;}
.fr{ float:right;}
.fl{ float:left; }
.paddingright{ padding-right:10px;}
.paddingleft{ padding-left:10px;}
.undis{ display:block;  background-size: cover;}
.dis{ display:none;  }
.pr5{ padding-right:5px;}
.red{ color:#f00;}
.fff{ color:#fff;}
.pdt30{ padding-top: 30px;}
.txtcenter{ text-align: center;}
h1,h2,h3,h4,strong,b{ margin: 0; font-family: myFirstFont1; color:#111;}
.container{ width: 1360px; margin: 0 auto;}
.flex {display: flex; flex-wrap: wrap;}
.flex-center { display: flex; align-items: center; justify-content: space-between;}
.flex-center-contain { justify-content: space-between;}
.flex-center-contain1 { justify-content: space-between; align-items: center; }
.flex-center-contain2 { align-items: center; }
.flex-center1 { display: flex; align-items: center; justify-content: flex-start;}
.flex-center2 { display: flex; align-items: center; }
.flex-center3 { display: flex; align-items: center; justify-content:center;}
.flex-center4 { display: flex; align-items: center; justify-content:end;}
em,i{ font-style: normal;}
html{
    scroll-behavior: smooth;
}

#home .home,
#about .about,
#products .products,
#news .news,
#contact .contact,
#solution .solution{color: #e27a1f; }





input,button,select,textarea{ outline:none; font-family: myFirstFont;}
textarea{resize:none;}
input[type="button"], input[type="submit"], input[type="reset"],input[type="text"] {-webkit-appearance: none; font-weight:normal;}
input[type="button"], input[type="submit"], input[type="reset"]{ cursor: pointer;}
a,button{ cursor: pointer;}

#warp{ width:100%; height:auto; position: relative; }



.TopBar{ width: 100%; height: 51px; line-height: 51px; color:#fff; background: #212332;}

.TopBar-left{}
.TopBar-left a{ color: #ffffff; margin-right: 40px;}
.TopBar-left a img{ margin-right: 10px;}
.TopBar-left a:hover{ text-decoration: underline;}

.TopBar-right{}
.TopBar-right a{ display: inline-block; color: #ffffff; margin-left: 15px; font-size: 1.2rem;}
.TopBar-right a:hover{color: #004ac5; }


header.current{ left: 0; top: 0; position: fixed; z-index: 999;}

header{ width: 100%; height: 90px; background: url(../images/topbar.jpg) no-repeat center; background-size:cover;}
header .container{ height: 90px;}
header .logo{ width: 84px; height: 40px;}
header .logo a{ display: block; width: 84px; height: 40px; background: url(../images/logo.jpg) no-repeat; background-size:cover;}
header .logo a h1{ display:none;}

header nav {}
header nav ul li {
    line-height: 46px;
    padding: 0 25px;
    position: relative;
}

header nav ul li > a {
    display: inline-block;
    font-size: 1.1rem;
    color: #FFFFFF;
}

header nav ul li > a:hover {
    color: #e27a1f;
}

header nav ul li a i {
    margin-left: 8px;
}

/* 普通下拉 */
header nav li ul {
    display: none;
    position: absolute;
    left: 0;
    top: 46px;
    z-index: 999;
    background: #FFFFFF;
    box-shadow: 0 10px 30px rgba(0,0,0,.10);
    width: 240px;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}

header nav li:hover > ul {
    display: block;
}

header nav li ul li {
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    border-bottom: 1px solid #EEEEEE;
    padding: 0;
}

header nav li ul li:last-child {
    border-bottom: 0;
}

header nav li ul li a {
    display: block;
    padding: 0 15px;
    font-family: myFirstFont;
    font-size: 0.9rem;
    color: #333333;
}

header nav li ul li a:hover {
    background: #e27a1f;
    color: #FFFFFF;
}

/* ==============================
   Products Mega Menu
   Main Color: #004ac5
   Accent Color: #e27a1f
============================== */

/* Products 大下拉外层 */
header nav li.pronav {
    position: relative;
}

header nav li.pronav .mega-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 46px;
    z-index: 999;
    width: 860px;
    background: #FFFFFF;
    border-radius: 0 0 14px 14px;
    box-shadow: 0 12px 35px rgba(0,0,0,.12);

    /* 给内部滚动和 hover 留空间 */
    padding: 18px 16px 20px 20px;
    box-sizing: border-box;
}

header nav li.pronav:hover .mega-menu {
    display: block;
}

/* 下拉列表：最多显示3排，多出来滚动 */
header nav li.pronav .mega-menu-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;

    /* 3排高度：92*3 + 16*2 + 上下留白 */
    max-height: 320px;
    overflow-y: auto;
    overflow-x: hidden;

    /* 重点：顶部加 padding，避免第一排 hover 上移被裁切 */
    padding: 6px 6px 8px 0;
    box-sizing: border-box;

    scrollbar-width: thin;
    scrollbar-color: rgba(0, 74, 197, .45) transparent;
}

/* 单个卡片 */
header nav li.pronav .mega-item {
    display: flex;
    align-items: center;
    height: 92px;
    padding: 14px;
    box-sizing: border-box;
    background: #f8f9fb;
    border: 1px solid #edf0f5;
    border-radius: 12px;
    text-decoration: none;
    transition: all .25s ease;
}

header nav li.pronav .mega-item:hover {
    background: #fff8f2;
    border-color: #f3c79b;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,.08);
}

/* 图片区域 */
header nav li.pronav .mega-thumb {
    width: 62px;
    height: 62px;
    flex-shrink: 0;
    border-radius: 10px;
    overflow: hidden;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    display: flex;
    align-items: center;
    justify-content: center;
}

header nav li.pronav .mega-thumb img {
    max-width: 90%;
    max-height: 90%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

/* 文字区域 */
header nav li.pronav .mega-info {
    width: calc(100% - 62px);
    padding-left: 14px;
    line-height: 1.4;
    box-sizing: border-box;
}

header nav li.pronav .mega-info strong {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #222222;
    margin-bottom: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

header nav li.pronav .mega-info em {
    display: block;
    font-size: 12px;
    font-style: normal;
    color: #888888;
}

header nav li.pronav .mega-item:hover .mega-info strong {
    color: #e27a1f;
}

header nav li.pronav .mega-item:hover .mega-info em {
    color: #c07a35;
}

/* Products 下拉内部滚动条 - 细版 */
header nav li.pronav .mega-menu-list::-webkit-scrollbar {
    width: 4px;
}

header nav li.pronav .mega-menu-list::-webkit-scrollbar-track {
    background: transparent;
}

header nav li.pronav .mega-menu-list::-webkit-scrollbar-thumb {
    background: rgba(0, 74, 197, .45);
    border-radius: 10px;
}

header nav li.pronav .mega-menu-list::-webkit-scrollbar-thumb:hover {
    background: #004ac5;
}
.searchshow{width: 241px;height: 50px;background: #FFFFFF;border-radius: 30px;  padding: 5px;}
.searchshow input{ border: none; width: calc(100% - 40px); background: none; padding:0 15px;}
.searchshow button{ width: 40px; height: 40px; background: #004ac5; color: #FFFFFF; border-radius: 50px; font-size: 1rem; border: none;}
.searchshow button:hover{ background: #e27a1f;}

/**banner**/
.main_visual .owl-carousel,.main_visual .owl-stage-outer,.main_visual .owl-stage,.main_visual .owl-carousel .owl-item{width: 100%; height: auto;}
.main_visual .owl-carousel .item{width: 100%;height: auto; background-repeat: no-repeat; background-position: center center;-webkit-background-size: cover; background-size: cover;}
.main_visual .owl-carousel .item img{ width: 100%; height: auto;}
.main_visual .owl-prev,.main_visual .owl-next{text-indent: -999em; overflow: hidden;}

.main_visual .owl-dots{ width: 100%; text-align: center; height: 5px; position:absolute; left: 0; bottom: 40px;  z-index: 999;}
.main_visual .owl-dots .owl-dot{display: inline-block;  margin:0 3px;}
.main_visual .owl-dots .owl-dot span{  display: inline-block; width: 60px; height: 5px; background:#fff; border-radius:6px; }
.main_visual .owl-dot.active span{ background:#004ac5; }
.main_visual .owl-controls{ height: 0;}

footer{ color: #ffffff; background: #004ac5;}
.footer-box{ padding: 40px 0;}
.footer-box-left{ width: 410px;}
.footer-logo{ width: 100px; height: 47px;}
.footer-logo a{ display: block; width: 100px; height: 47px; background: url(../images/flogo.png) no-repeat;}
.footer-box-left p{ margin-top: 20px;}

.footer-menu{}
.footer-menu dl{ padding: 0 50px;}
.footer-menu dl dt{font-family: myFirstFont1; font-size: 1.1rem; line-height: 36px; margin-bottom: 10px;}
.footer-menu dl dd a{ display: block; line-height: 30px; color: #ffffff;}
.footer-menu dl dd a:hover{ color: #e27a1f;}


.footer-contact{ width: 280px;}
.footer-contact h2{font-size: 1.1rem; line-height: 36px; margin-bottom: 10px;  color: #ffffff;}
.footer-contact h3{font-size: 1.1rem; line-height: 36px; margin-top: 30px; margin-bottom: 10px;  color: #ffffff;}
.footer-share{}
.footer-share a{ display: block; width: 38px; height: 38px; line-height: 38px; text-align: center; font-size: 1.4rem; color: #ffffff; background: rgba(255,255,255,.2); border-radius: 50%;}
.footer-share a:hover{ background: #e27a1f;}

.footer-copy{ padding: 15px 0; text-align: center; border-top:1px solid #336ed1;}


.customerList{ width:60px; height:auto; position: fixed; right: 0; top: 40%; z-index:999; }
.customerList a b{ display: block; color: #FFFFFF !important; font-size: 14px; line-height: 21px; font-weight: normal;}

.customerBox{ width: 60px; height: auto;  }
.customerBox a{ display: block; text-align: center; position: relative; width: 60px; height: 60px; line-height:60px; color:#fff; margin-bottom:1px; font-size:1.8rem; background: #004ac5; border-radius: 6px  0px  0px  6px; }
.customerBox a:hover{ text-decoration:none; background:#e27a1f;}
.customerBox a .eso_divinfo{ display:none; position:absolute;  right:60px; top:0; min-width:260px; background:#fff; color:#004ac5; font-size:1rem;  box-shadow: 3px 3px 10px 0 rgba(0,0,0,.1); padding:10px; border-radius:6px; }
.customerBox a .eso_divinfo:before{
    content:""; position:absolute; right:-12px; top:50%; margin-top:-12px; 
width:0;
height:0;
border-top:12px solid transparent;
border-bottom: 12px solid transparent;
border-left: 12px solid #fff;
}
.customerBox a:hover .eso_divinfo{ display: block;}





/* ==============================
   全宽 Banner
   适配悬浮导航
   Main Color: #004ac5
   Accent Color: #e27a1f
============================== */
.about-inner-banner {
    width: 100%;
    height: 430px;
    margin: 0;
    border-radius: 0;
    overflow: hidden;
    position: relative;
}

.about-inner-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0, 74, 197, .94) 0%,
        rgba(0, 74, 197, .66) 48%,
        rgba(255, 255, 255, .08) 100%
    );
}

.about-inner-banner .container {
    height: 100%;
    position: relative;
    z-index: 2;
}

/* 这里加 padding-top，让文字避开悬浮导航 */
.about-inner-banner-text {
    width: 620px;
    height: 100%;
    padding-top: 115px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}

.about-inner-banner-text h1 {
    margin: 0 0 18px;
    font-size: 46px;
    line-height: 1.2;
    font-weight: bold;
    color: #fff;
}

.about-inner-banner-text b {
    margin: 0 0 18px;
    display: block;
    font-size: 46px;
    line-height: 1.2;
    font-weight: bold;
    color: #fff;
}

.about-inner-banner-text h1::after,
.about-inner-banner-text b::after {
    content: "";
    display: block;
    width: 72px;
    height: 4px;
    margin-top: 18px;
    border-radius: 4px;
    background: #e27a1f;
}

.about-inner-banner-text p {
    margin: 0;
    font-size: 18px;
    line-height: 32px;
    color: rgba(255, 255, 255, .92);
}

/* ==============================
   面包屑
============================== */
.about-breadcrumb {
    height: 58px;
    line-height: 58px;
    border-bottom: 1px solid #e9edf6;
    color: #777;
    font-size: 14px;
}

.about-breadcrumb a {
    color: #666;
    text-decoration: none;
    transition: all .25s ease;
}

.about-breadcrumb a:hover {
    color: #e27a1f;
}

.about-breadcrumb span {
    margin: 0 8px;
    color: #aaa;
}

.about-breadcrumb em {
    font-style: normal;
    color: #004ac5;
}