﻿@charset "utf-8"; 
:root{--color:#023CA7;}
@media (min-width:1025px){
header .head-top{background:#fff;color:var(--color)}
.lang-icon span::before,.lang-icon span::after{background:var(--color)}
header.is-active .head-info{background:#fff}
header.is-active .head-info .head-nav .nav-ul>li>a,
header.is-active .head-info .head-nav .nav-ul>li>em,
header.is-active .head-search button em{color:var(--color)}
}
footer{color:var(--fontcolor);background:#fff;}
footer a:hover{color:var(--color)}
footer .copyright .l-wrap::before{border-color:#fff}
footer .copyright .l-wrap::after{background:#fff}
footer .foot-title::after{background: #FE6B0C;}