﻿@charset "utf-8"; 
:root { --color:#0A3F86;}
@media (min-width:1025px){
.nobanner header .head-info,header.is-active{background: #fff;}
.nobanner .head-nav .nav-ul>li>a,.nobanner .lang-icon span,header.is-active .head-nav .nav-ul>li>a,header.is-active .lang-icon span{color:#000;}
.nobanner .head-nav .nav-ul>li:hover>a,header.is-active .head-nav .nav-ul>li:hover>a{color:var(--color)}
.nobanner .lang-icon span:before,.nobanner .lang-icon span:after,header.is-active .lang-icon span:before,header.is-active .lang-icon span:after{background: #000;}
.nobanner .lang-icon,header.is-active .lang-icon{border-color:#000}
.nobanner .lang-icon img,header.is-active .lang-icon img{filter:invert(1)}
.nobanner .head-nav .nav-ul>li>::before,header.is-active .head-nav .nav-ul>li>::before{background: rgba(0,0,0,0.3);}}
@media (max-width:1024px){header,.nobanner header .head-info,.head-info{background: #fff;}
.m-menu span{background: #000;}
.lang-icon img{filter:invert(1)}}