﻿@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: #041b45 / #dfae3c
============================== */

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background: rgba(4, 27, 69, .08);
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #041b45 0%, #dfae3c 100%);
    border-radius: 20px;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #dfae3c 0%, #041b45 100%);
}

::-webkit-scrollbar-corner {
    background: transparent;
}

html {
    scrollbar-width: thin;
    scrollbar-color: #041b45 rgba(4, 27, 69, .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: #dfae3c;}
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;
}


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
   PC only
   ============================== */

.site-topbar{
    width: 100%;
    height: 54px;
    background: #041b45 url(../images/topbar.jpg) no-repeat center top;
    background-size: cover;
    overflow: hidden;
}

.topbar-container{
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.topbar-left{
    display: flex;
    align-items: center;
    gap: 36px;
    height: 54px;
}

.topbar-text{
    display: inline-block;
    color: #fff;
    font-size: 15px;
    line-height: 54px;
}

.topbar-tel{
    display: inline-flex;
    align-items: center;
    color: #fff;
    font-size: 15px;
    line-height: 54px;
}

.topbar-tel i{
    margin-right: 8px;
    font-size: 14px;
    color: #fff;
}

.topbar-tel:hover,
.topbar-tel:hover i{
    color: #dfae3c;
}

.topbar-right{
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
    padding-right: 8px;
}

.topbar-right a{
    width: 31px;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #041b45;
    border-radius: 50%;
    color: #fff;
    font-size: 17px;
    text-decoration: none;
}

.topbar-right a:hover{
    background: #fff;
    color: #041b45;
}


/* =========================================================
   Header
   Main Color: #041b45
   Secondary Color: #dfae3c
   PC Version
   ========================================================= */

.site-header{
    width: 100%;
    height: 100px;
    position: relative;
    z-index: 990;
    background: #fff;
    transition:
        height .35s ease,
        background .35s ease,
        box-shadow .35s ease,
        transform .35s ease;
}

.site-header .header-container{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* ==============================
   Logo
============================== */

.header-logo{
    width: 110px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.header-logo a{
    display: block;
    width: 100%;
}

.header-logo img{
    display: block;
    width: auto;
    max-width: 100%;
    height: 72px;
    object-fit: contain;
    transition: all .35s ease;
}

/* ==============================
   Navigation
============================== */

.header-nav{
    height: 100%;
    margin-left: 55px;
}

.header-nav > ul{
    height: 100%;
    display: flex;
    align-items: center;
    gap: 4px;
}

.header-nav > ul > li{
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.header-nav > ul > li > a{
    height: 100%;
    padding: 0 20px;
    display: flex;
    align-items: center;
    position: relative;
    color: #111;
    font-size: 17px;
    font-family: myFirstFont1;
    font-weight: 500;
    white-space: nowrap;
    transition: color .3s ease;
}

/* 导航底部动态线条 */
.header-nav > ul > li > a::before{
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 25px;
    height: 2px;
    border-radius: 3px;
    background: #dfae3c;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .3s ease;
}

.header-nav > ul > li:hover > a,
.header-nav > ul > li.current > a{
    color: #041b45;
}

.header-nav > ul > li:hover > a::before,
.header-nav > ul > li.current > a::before{
    transform: scaleX(1);
}

/* 当前页面导航 */
#home .home,
#products .products,
#about .about,
#solution .solution,
#news .news,
#contact .contact{
    color: #041b45;
}

#home .home::before,
#products .products::before,
#about .about::before,
#solution .solution::before,
#news .news::before,
#contact .contact::before{
    transform: scaleX(1);
}

/* ==============================
   普通文字下拉菜单
   normalnav 是普通下拉
============================== */

.header-nav li.normalnav{
    position: relative;
}

.header-nav li.normalnav > ul{
    width: 220px;
    padding: 10px 0;
    position: absolute;
    left: 50%;
    top: 100%;
    z-index: 999;
    background: #fff;
    border-top: 3px solid #dfae3c;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 15px 35px rgba(4, 27, 69, .14);

    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, 14px);
    transition:
        opacity .28s ease,
        visibility .28s ease,
        transform .28s ease;
}

.header-nav li.normalnav:hover > ul{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
}

.header-nav li.normalnav > ul > li{
    width: 100%;
    position: relative;
}

.header-nav li.normalnav > ul > li > a{
    min-height: 44px;
    padding: 10px 20px 10px 24px;
    display: flex;
    align-items: center;
    position: relative;
    color: #333;
    font-size: 14px;
    line-height: 22px;
    border-bottom: 1px solid #edf0f4;
    transition:
        color .25s ease,
        background .25s ease,
        padding-left .25s ease;
}

.header-nav li.normalnav > ul > li:last-child > a{
    border-bottom: 0;
}

.header-nav li.normalnav > ul > li > a::before{
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    left: 12px;
    top: 50%;
    margin-top: -2px;
    border-radius: 50%;
    background: #dfae3c;
    opacity: 0;
    transform: translateX(-5px);
    transition: all .25s ease;
}

.header-nav li.normalnav > ul > li:hover > a{
    padding-left: 30px;
    color: #041b45;
    background: #fffaf0;
}

.header-nav li.normalnav > ul > li:hover > a::before{
    opacity: 1;
    transform: translateX(0);
}

/* 普通下拉箭头 */
.header-nav li.normalnav > a{
    padding-right: 33px;
}

.header-nav li.normalnav > a::after{
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    right: 19px;
    top: 50%;
    margin-top: -5px;
    border-right: 1px solid #555;
    border-bottom: 1px solid #555;
    transform: rotate(45deg);
    transition: all .3s ease;
}

.header-nav li.normalnav:hover > a::after{
    margin-top: -1px;
    border-color: #dfae3c;
    transform: rotate(225deg);
}

/* =========================================================
   Products Mega Menu
   Two-level category structure
========================================================= */

header nav li.pronav{
    position: relative;
}

header nav li.pronav .mega-menu{
    display: block;
    width: 1040px;
    max-height: 520px;
    padding: 22px;
    position: absolute;
    left: 50%;
    top: 100%;
    z-index: 9999;
    margin-left: -420px;
    box-sizing: border-box;
    overflow: hidden;
    background: #fff;
    border-radius: 0 0 16px 16px;
    box-shadow: 0 20px 48px rgba(4, 27, 69, .18);

    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(16px);
    transition:
        opacity .3s ease,
        visibility .3s ease,
        transform .3s ease;
}

header nav li.pronav .mega-menu::before{
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(
        90deg,
        #041b45 0%,
        #dfae3c 100%
    );
}

header nav li.pronav:hover .mega-menu{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

/* Products navigation arrow */

header nav li.pronav > a{
    padding-right: 33px;
}

header nav li.pronav > a::after{
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    right: 19px;
    top: 50%;
    margin-top: -5px;
    border-right: 1px solid #555;
    border-bottom: 1px solid #555;
    transform: rotate(45deg);
    transition: all .3s ease;
}

header nav li.pronav:hover > a::after{
    margin-top: -1px;
    border-color: #dfae3c;
    transform: rotate(225deg);
}

/* Main category groups */

header nav li.pronav .mega-menu-list{
    max-height: 470px;
    padding: 2px 6px 4px 2px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 18px;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    scrollbar-width: thin;
    scrollbar-color: rgba(4, 27, 69, .38) transparent;
}

header nav li.pronav .mega-group{
    min-width: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e8ecf3;
    border-radius: 13px;
    box-shadow: 0 8px 22px rgba(4, 27, 69, .06);
}

/* Main category heading */

header nav li.pronav .mega-group-head{
    width: 100%;
    background: linear-gradient(
        90deg,
        #041b45 0%,
        #0b2d68 100%
    );
}

header nav li.pronav .mega-group-head > a{
    min-height: 54px;
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
}

header nav li.pronav .mega-group-head strong{
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

header nav li.pronav .mega-group-head span{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, .76);
    font-size: 12px;
    line-height: 20px;
    transition: color .25s ease;
}

header nav li.pronav .mega-group-head span i{
    color: #dfae3c;
    transition: transform .25s ease;
}

header nav li.pronav .mega-group-head > a:hover span{
    color: #fff;
}

header nav li.pronav .mega-group-head > a:hover span i{
    transform: translateX(4px);
}

/* Child category grid */

header nav li.pronav .mega-group-items{
    padding: 14px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    background: #fff;
}

/* Child category item */

header nav li.pronav .mega-item{
    min-width: 0;
    height: 64px;
    padding: 9px 10px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    overflow: hidden;
    background: #f8f9fb;
    border: 1px solid #edf0f5;
    border-radius: 9px;
    text-decoration: none;
    transition:
        background .25s ease,
        border-color .25s ease,
        box-shadow .25s ease,
        transform .25s ease;
}

header nav li.pronav .mega-item:hover{
    background: #fffaf0;
    border-color: #dfae3c;
    box-shadow: 0 8px 18px rgba(4, 27, 69, .11);
    transform: translateY(-2px);
}

/* Child category image */

header nav li.pronav .mega-thumb{
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e8ebf0;
    border-radius: 7px;
}

header nav li.pronav .mega-thumb img{
    display: block;
    max-width: 86%;
    max-height: 86%;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: transform .3s ease;
}

header nav li.pronav .mega-item:hover .mega-thumb img{
    transform: scale(1.07);
}

/* Child category text */

header nav li.pronav .mega-info{
    width: calc(100% - 44px);
    min-width: 0;
    padding-left: 11px;
    box-sizing: border-box;
    line-height: 1.35;
}

header nav li.pronav .mega-info strong{
    display: block;
    overflow: hidden;
    color: #041b45;
    font-size: 13px;
    line-height: 19px;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: color .25s ease;
}

header nav li.pronav .mega-info em{
    display: block;
    margin-top: 3px;
    overflow: hidden;
    color: #9298a3;
    font-size: 11px;
    line-height: 16px;
    font-style: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: color .25s ease;
}

header nav li.pronav .mega-item:hover .mega-info strong{
    color: #dfae3c;
}

header nav li.pronav .mega-item:hover .mega-info em{
    color: #041b45;
}

/* Mega menu scrollbar */

header nav li.pronav .mega-menu-list::-webkit-scrollbar{
    width: 5px;
}

header nav li.pronav .mega-menu-list::-webkit-scrollbar-track{
    background: transparent;
}

header nav li.pronav .mega-menu-list::-webkit-scrollbar-thumb{
    background: rgba(4, 27, 69, .38);
    border-radius: 10px;
}

header nav li.pronav .mega-menu-list::-webkit-scrollbar-thumb:hover{
    background: #dfae3c;
}

/* ==============================
   Search
   使用 div，不使用 form
============================== */

.header-search{
    width: 400px;
    height: 46px;
    flex-shrink: 0;
    padding-left: 20px;
    display: flex;
    align-items: center;
    position: relative;
    background: #fff;
    border: 1px solid #dfae3c;
    border-radius: 25px;
    transition:
        border-color .3s ease,
        box-shadow .3s ease,
        transform .3s ease;
}

.header-search:hover,
.header-search.search-focus{
    border-color: #dfae3c;
    box-shadow: 0 8px 24px rgba(4, 27, 69, .12);
    transform: translateY(-1px);
}

.header-search-input{
    width: calc(100% - 52px);
    height: 44px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #333;
    font-size: 14px;
    line-height: 44px;
}

.header-search-input::placeholder{
    color: #777;
}

.header-search-btn{
    width: 36px;
    height: 36px;
    position: absolute;
    top: 4px;
    right: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    background: #041b45;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition:
        background .3s ease,
        color .3s ease,
        transform .3s ease;
}

.header-search-btn:hover{
    background: #dfae3c;
    color: #041b45;
    transform: rotate(8deg) scale(1.05);
}

/* ==============================
   Header fixed current
============================== */

.site-header.current{
    height: 76px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 8px 30px rgba(4, 27, 69, .13);
    animation: headerSlideDown .42s ease both;
}

.site-header.current .header-logo img{
    height: 58px;
}

.site-header.current .header-nav > ul > li > a{
    font-size: 16px;
}

.site-header.current .header-nav > ul > li > a::before{
    bottom: 17px;
}

.site-header.current .header-search{
    height: 42px;
}

.site-header.current .header-search-input{
    height: 40px;
    line-height: 40px;
}

.site-header.current .header-search-btn{
    width: 34px;
    height: 34px;
    top: 3px;
    right: 3px;
}

/* 防止 Header 固定后页面向上跳动 */
.site-header-holder{
    width: 100%;
    height: 0;
}

.site-header-holder.active{
    height: 100px;
}

@keyframes headerSlideDown{
    0%{
        opacity: 0;
        transform: translateY(-100%);
    }

    100%{
        opacity: 1;
        transform: translateY(0);
    }
}


/* =========================================================
   Footer
   Main Color: #041b45
   Secondary Color: #dfae3c
   PC Version
========================================================= */

.site-footer{
    width: 100%;
    background: #041b45;
    color: #fff;
}

.site-footer .footer-container{
    min-height: 355px;
    padding-top: 45px;
    padding-bottom: 42px;
    display: grid;
    grid-template-columns: 2.1fr .75fr 1.25fr 1.55fr;
    column-gap: 72px;
    box-sizing: border-box;
}

/* ==============================
   Company Information
============================== */

.footer-company{
    padding-left: 0;
}

.footer-logo{
    display: block;
    width: 74px;
    height: 60px;
    margin-bottom: 28px;
}

.footer-logo img{
    display: block;
    width: 74px;
    height: 60px;
    object-fit: contain;
}

.footer-company h3{
    margin: 0 0 12px;
    color: #fff;
    font-size: 20px;
    line-height: 27px;
    font-weight: 600;
}

.footer-company p{
    width: 410px;
    max-width: 100%;
    margin: 0;
    color: rgba(255,255,255,.76);
    font-size: 13px;
    line-height: 19px;
}

/* ==============================
   Common Footer Column
============================== */

.footer-column{
    padding-top: 0;
}

.footer-column h3{
    margin: 0 0 12px;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
}

.footer-column ul{
    margin: 0;
    padding: 0;
}

.footer-column ul li{
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-column ul li a{
    display: inline-block;
    color: rgba(255,255,255,.92);
    font-size: 16px;
    line-height: 28px;
    text-decoration: none;
    transition:
        color .25s ease,
        transform .25s ease;
}

.footer-column ul li a:hover{
    color: #dfae3c;
    transform: translateX(4px);
}

/* ==============================
   Contact Information
============================== */

.footer-contact ul li{
    display: flex;
    align-items: flex-start;
    position: relative;
    color: rgba(255,255,255,.92);
    font-size: 15px;
    line-height: 28px;
}

.footer-contact ul li i{
    width: 18px;
    margin-top: 7px;
    margin-right: 10px;
    flex-shrink: 0;
    color: #fff;
    font-size: 14px;
    text-align: center;
    transition: color .25s ease;
}

.footer-contact ul li:hover i{
    color: #dfae3c;
}

.footer-contact ul li a{
    font-size: 15px;
    line-height: 28px;
}

.footer-contact .footer-address{
    margin-top: 2px;
}

.footer-contact .footer-address span{
    display: block;
    color: rgba(255,255,255,.92);
    font-size: 15px;
    line-height: 28px;
}

/* ==============================
   Copyright
============================== */

.footer-copyright{
    width: 100%;
    height: 51px;
    border-top: 1px solid rgba(255,255,255,.22);
    color: rgba(255,255,255,.92);
    font-size: 14px;
    line-height: 51px;
    text-align: center;
}

.footer-copyright .container{
    height: 51px;
}


.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: #041b45; border-radius: 6px  0px  0px  6px; }
.customerBox a:hover{ text-decoration:none; background:#dfae3c;}
.customerBox a .eso_divinfo{ display:none; position:absolute;  right:60px; top:0; min-width:260px; background:#fff; color:#041b45; 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: #041b45
   Secondary Color: #dfae3c
============================== */
.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(4, 27, 69, .94) 0%,
        rgba(4, 27, 69, .72) 48%,
        rgba(4, 27, 69, .12) 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: #dfae3c;
}

.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: #dfae3c;
}

.about-breadcrumb span {
    margin: 0 8px;
    color: #aaa;
}

.about-breadcrumb em {
    font-style: normal;
    color: #041b45;
}