﻿@charset "utf-8"; 
:root{--color: #002b52;}
@media (min-width:1025px){
body{padding-top: 100px;}
body header:not(.is-active){background:#fff}
body.nobanner header:not(.is-active) .head-info{background:#fff}
body header:not(.is-active) .head-nav .nav-ul>li>a{color:var(--fontcolor)}
body header:not(.is-active) .lang-icon span{color:var(--fontcolor)}
body header:not(.is-active) .lang-icon span::before,
body header:not(.is-active) .lang-icon span::after{background:var(--fontcolor)}
header .head-info .head-nav .nav-ul>li .submenu{overflow-y:visible}
}
header .head-info .head-logo img{max-height:80px}
@media (max-width:1024px){header .head-info .head-logo img{max-height:55px}}
@media (max-width:768px){header .head-info .head-logo img{max-height:45px}}
footer .foot-main .foot-item .foot-title img{max-width:80px}
footer {background-color: #32485b;}