﻿@charset "utf-8"; 
:root{--color:#02468E}
@media (min-width:1025px) {
header .head-top, header .head-left{color: #000;}
header .lang-icon span{color: #000;}
header .head-nav .nav-ul>li>a{color: #000;}
header .lang-icon img{filter: brightness(0);}
header .lang-icon span::before, header .lang-icon span::after{background: #000;}
header .head-share ul a{color: #000;}
header.is-active{background: #fff;}
.head-nav .nav-ul>li>a{color: #000;}
.nobanner header.is-active .head-info {background: #fff;}
.nobanner header .head-top,.nobanner header .head-info{background:#fff}
}
.foottop{position: relative;}
.foottop:after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, .5);z-index: 0;}
.foottop .l-wrap{position: relative;z-index: 1;}