.header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    transition: all 0.48s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .inner {
    width: calc(100%-200px);
}

.headerBox {
    width: 100%;
    height: 85px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hLogo {
    text-align: center;
    margin-left: 5%;
    z-index: 99999;
}
.hLogo a{
    display: inline-block;
}
.hLogo img {
    width: 10.75rem;
}
.hLogo .img2 {
    display: none;
}

.hSearch {
    display: flex;
    align-items: center;
    padding: 5px 15px;
    border-radius: 20px;
    border: 1px solid #eee;
}

.hSearch img {
    width: 24px;
}

.hSearch .img1 {
    display: block;
}

.hSearch .img2 {
    display: none;
}

.hSearch input {
    font-size: 16px;
    margin-right: 20px;
    color: #fff;
    width: 100px;
    background: rgba(255, 255, 255, 0);
}

.hSearch input::placeholder {
    color: #fff;
}

.hswitch {
    width: 130px;
    height: 40px;
    border: 1px solid #eee;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 5px 20px;
}

.hswitch div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hswitch span {
    font-size: 16px;
    color: #fff;

}

.hswitch img {
    width: 16px;
}

.hswitch .img1 {
    display: block;
}

.hswitch .img2 {
    display: none;
}

.hNavBox {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
}
.hNav{
    height: 100%;
}
.hNav ul,
.hSubnav ul {
    display: flex;
    height: 100%;
}

.hNav ul li,
.hSubnav ul li {
    width: 150px;
    text-align: center;
    transition: all 0.48s;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hNav ul li a,
.hSubnav ul li a {
    font-size: 16px;
    line-height: 1;
    color: #fff;
}

.hdBBox {
    display: flex;
    align-items: center;
    height: 100%;
}

.headerMain-bg{
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.hNav ul li a:hover{
    color: #004197 !important;
}
.hNav ul li a.act{
    color: #004197;
}
.headerMain-bg .hNav ul li a.act, .header:hover .hNav ul li a.act{
    color: #004197;
}
.headerMain-bg .hNav ul li a,.header:hover .hNav ul li a{
    color: #333;
}
.headerMain-bg .hLogo .img2,.header:hover .hLogo .img2{
    display: block;
}
.headerMain-bg .hLogo .img1,.header:hover .hLogo .img1{
    display: none;
}

 .search{
    display: inline-block;
    vertical-align: middle;
    width: 160px;
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,.3);
    margin:  0 30px;
}
.search .searchInp{
    border: none;
    background: none;
    width: 100%;
    height: 30px;
    font-size: 16px;
    color: #fff;
    outline: none;
}
.searchImg1{
    width: 15px;
    position: absolute;
    right: 0;
    bottom: 10px;
}
.searchImg2{
    width: 15px;
    position: absolute;
    right: 0;
    bottom: 10px;
}
.searchInp::placeholder{
    font-size: 14px;
    color: #aaa;
}
.language{
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.language img{
    width: 18px;
    opacity: .8;
    margin-right: 10px;
}
.search .searchImg1{
    display: block;
}
.search .searchImg2{
    display: none;
}
.headerMain-bg .search .searchImg2,.header:hover .search .searchImg2{
    display: block;
}
.headerMain-bg .search .searchImg1,.header:hover .search .searchImg1{
    display: none;
}
.language span{
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}
.language .lanImg2{
    display: none;
}
.headerMain-bg .search .searchInp,.header:hover .search .searchInp{
    color: #333;
}
.headerMain-bg .language .lanImg2,.header:hover .language .lanImg2{
    display: block;
}
.headerMain-bg .language .lanImg1,.header:hover .language .lanImg1{
    display: none;
}
.headerMain-bg .search,.header:hover .search{
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.headerMain-bg .language span,.header:hover .language span{
    color: #333;
}

.headMenu {
    cursor: pointer;
    position: fixed;
    z-index: 99999;
    right: 0;
    display: none;
    margin-right: 24px;
}

.headMenu span {
    display: block;
    width: 26px;
    height: 2px;
    margin: 6px 0;
    background: #fff;
    -webkit-transition: all 0.48s ease-in-out;
    -moz-transition: all 0.48s ease-in-out;
    -ms-transition: all 0.48s ease-in-out;
    -o-transition: all 0.48s ease-in-out;
    transition: all 0.48s ease-in-out;
}

.headerMain-bg .headMenu span {
    background: #fff;
}

.headerMain-bg .headMenu span{
  background: #333;
}

.headMenu.active span {
    background: #ffff;
}
.headMenu.active span.headMenu_span1 {
    transform: rotate(45deg) translate(6px, 7px);
}

.headMenu.active span.headMenu_span2 {
    opacity: 0;
}

.headMenu.active span.headMenu_span3 {
    transform: rotate(-45deg) translate(4px, -6px);
}
.header.none.headerMain-bg .hLogo .img2{
    display: none;
}
.header.none.headerMain-bg .hLogo .img1{
    display: block;
}
.header:hover{
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}












.moHead_mlb {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    /* background-image: url(../images/bg3.jpg); */
    background: #004197;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;
    z-index: 99990;
    padding: 3%;
}

.moHead_mlb .moHead_ico {
    text-align: center;
}

.moHead_mlb .moHead_ico a:last-child {
    display: inline-block;
}

.moHead_mlb ul {
    padding: 100px 0 48px 0;
}

.moHead_mlb li {
    line-height: 2;
    padding: 14px 0;
    border-bottom: 1px dotted rgba(256, 256, 256, 0.18);
    position: relative;
}
.moHead_mlb li.on .toggle img{
    transform: rotate(45deg);
}
.toggle{
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
}
.toggle img{
    width: 30px;
    transition: all 0.48s;
}
.moHead_mlb a {
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
}
.mlb_zk{
    padding: 0 0 0 15px;
    display: none;
}
.moHead_mlb .mlb_zk a{
    font-size: 14px;
    color: #eee;
    letter-spacing: 1px;
    display: block;
    padding: 15px 0 0;
}
.moHead_mlbXq{
    max-height: 90vh;
    overflow: auto;
}
.moHead_mlb a svg {
    float: right;
    width: 21px;
    height: 24px;
    opacity: 0.8;
}

.moHead_mlb a svg path {
    fill: #242b3e;
}

.moHead_mlb .moHead_ico a {
    vertical-align: top;
    margin: 0 14px;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    border: 1px solid rgba(27, 47, 95, 0.23);
}

.moHead_mlb .moHead_ico svg {
    width: 24px;
    height: 24px;
}

.moHead_mlb .moHead_ico svg path {
    fill: #242b3e;
}

.moHead_mlb .moHead_ico img, .moHead_mlb .moHead_ico svg {
    margin-top: 10px;
}
.hNav ul li .Tbox{
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    transform: translate(-50%);
    top: 84px;
    background: #fff;
    padding: 15px 0;
    width: 100vw;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
}
.hNav ul li .Tbox::after{
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: #004197;
}
.hNav ul li .Tbox a{
    color: #666;
    padding: 15px;
    border-bottom: 1px solid rgba(27, 47, 95, 0.1);
    display: block;
    font-size: 15px;
}
.hNav ul li .Tbox a:last-child{
    border-bottom:none;
}
.hNav ul li .Tbox a:hover{
    color: #004197;
}
.hNav ul li:hover .Tbox{
    display: block;
}













.fooder {
    background: #0a0a0a;
    position: relative;
}

.fooderBox {
    padding: 70px 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footBot .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footBot .inner {
    padding: 12px 0;
    border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footBot p {
    color: #999;
    font-size: 12px;
}

.footBot img {
    width: 15px;
    margin: 0 5px;
}

.footBot span {
    padding-left: 20px;
    color: #999;
    font-size: 12px;
}

.footBot a {
    color: #999;
    font-size: 12px;
}

.fooderLeft {
    width: 30%;
}

.fLogo img {
    width: 10.75rem;
    opacity: .8;
}

.foodephone {
    font-size: 16px;
    line-height: 1;
    color: #333;
}

.fooderight ul {
    display: flex;
    align-items: center;
}

.fooderight ul li {
    padding: 0 10px;
}

.fooderight ul li img {
    width: 20px;
}

.fooderFlex {
    display: flex;
    align-items: center;
}

.fItem {
    margin-left: 15px;
}

.fItem img {
    width: 30px;
    /* margin: 0 px; */
    opacity: 0.6;
}

.fLianxi {
    display: flex;
    align-items: center;
    margin: 75px 0 40px;

}

.fPhone {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.fPhone img {
    width: 65%;
}

.FText {
    font-size: 14px;
    color: #c7c7c7;
    line-height: 1;
}

.FNum {
    font-size: 32px;
    color: #fff;
    /* line-height: 1; */
}

.FoodText {
    font-size: 14px;
    margin-bottom: 10px;
    color: #c7c7c7;
}

.footNav {
    width: 50%;
}

.footNav ul {
    display: flex;
    justify-content: space-between;
}

.footNav ul li a {
    font-size: 14px;
    color: #c7c7c7;
    display: block;
    margin-bottom: 10px;
}

.footNav ul li a span {
    font-size: 16px;
    color: #fff;
    display: block;
    margin-bottom: 15px;
}








/* 二级 */
.eHead{
    width: 100%;
    position: fixed;
    top: 83px;
    left: 0;
    background: #fff;
    z-index: 990;
    display: none;
    border-top: 1px solid rgba(0,0,0, 0.1);
}
.eHList{
    display: flex;
    justify-content: center;
    display: none;
    padding: 50px 0;
}
.eHList.act{
    display: flex;
}
.eLeft{
    width: 30%;
    padding: 0 50px;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    border-right: 1px solid rgba(0, 0, 0, .1);
}
.eLeft .imgBox{
    padding-top: 100%;
    position: relative;
    width: 100%;
    background: #f7f8f9;
}
.eLeft .imgBox img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}
.eList{
    width: 70%;
    /*height: 450px;*/
}
.eList ul{
    width: 95%;
    height: 100%;
    margin: 0;
    padding: 0 0 0 5%;
    position: relative;
    overflow: hidden;
}
.eHNav li {
    list-style: none;
    width: 32%;
    padding-right: 5%;
}
.eHNav li a{
    position: relative;
    display: block;
    padding: 15px 0;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.eHNav li a::after{
    width: 0%;
    height: 1px;
    background: #004197;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}
.eHNav li a h4{
    font-size: 17px;
    font-weight: 600;
}



.on>a::after{
    width: 100%!important;
}
.on>a>img{
    opacity: 1!important;
}
.on ul.two{
    display: block!important;
}
.eHNav li a img{
    opacity: 0;
    width: 14px;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.eList ul::after{
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #e5e5e5;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.eList ul.two {
    display: none;
    position: absolute;
    top: 0;
    left: 35%;
    background: #fff;
}
.eList li a {
    color: #999999;
}
.eList .eHNav>li a{
    padding: 20px 0;
}
.eList li a h5 {
    font-size: 15px;
    color: #999999;
    margin: 0;
    font-weight: normal;
    width: 90%;
}
.eList ul.three {
    display: none;
    position: absolute;
    top: 0;
    left: 35%;
    background: #fff; 
}
.eList ul.two li:hover ul.three{
    display: block;
}


















@media (max-width:1600px) {
    .hNav ul li, .hSubnav ul li{
        width: 135px;
    }
    .search{
        margin: 0 25px;
    }
    .hNav ul li .Tbox{
        width: 200px;
    }
    .hNav ul li .Tbox a{
        font-size: 13px;
    }
}
@media (max-width:1450px) {
    
    .hLogo{
        margin-left: 3%;
    }
    .hNav ul li, .hSubnav ul li {
        width: 120px;
    }
    .eHNav li a h4{
        font-size: 15px;
    }
    .eList li a h5{
        font-size: 13px;
    }
    .eHList{
        padding: 50px 0;
    }
    .eList{
        /*height: 400px;*/
    }
}
@media (max-width:1368px) {
    .header .inner{
        width: 94%;
    }
    .search {
        margin: 0 15px;
        width: 150px;
    }
    .language {
        margin: 0 30px 0 20px;
    }
    .fooderLeft {
        width: 40%;
    }
}
@media (max-width:1200px) {
    .eList{
        /*height: 350px;*/
    }
    .eHList{
        padding: 30px 0;
    }
    .eHNav li a h4{
        font-size: 14px;
    }
    .eList li a h5{
        font-size: 12px;
    }
    .hNav ul li .Tbox{
        width: 180px;
    }
    .hNav ul li .Tbox a{
        font-size: 12px;
    }
    .hNav ul li, .hSubnav ul li {
        width: 100px;
    }
    .hLogo img {
        width: 170px;
    }
    .search {
        margin: 0 15px;
        width: 140px;
    }
    .hNav ul li, .hSubnav ul li {
        width: 90px;
    }
    .hLogo img {
        width: 145px;
    }
    .hNav ul li a, .hSubnav ul li a,.search .searchInp, .language span{
        font-size: 14px;
    }    
    .language img {
        width: 15px;
    }
    .footNav {
        width: 55%;
    }
}
@media (max-width:1024px) {
    .footNav {
        width: 100%;
    }
    .fooderLeft{
        display: none;
    }
    .hLogo img {
        width: 130px;
    }
    .hNav ul li, .hSubnav ul li {
        width: 80px;
    }
    .search {
        margin: 0 10px;
        width: 130px;
    }
}
@media (max-width:900px) {
    .headerBox {
        height: 70px;
    }
    .headMenu{
        display: block;
    }
    .hdBBox{
        display: none;
    }
}
@media (max-width:768px) {
    .footBot span{
        padding-left: 0;
    } 
}
@media (max-width:680px) {
    .headMenu span{
        width: 20px;
    }
    .fooderLeft {
        display: block;
        width: 100%;
    } 
    .footNav{
        display: none;
    }
    .FNum {
        font-size: 26px;
    }
}
@media (max-width:500px) {
    
}