﻿@charset "utf-8"; 
:root {--color: #045198;}
.table-wrap table tr:nth-child(even) {  background: #fff; }  
.table-wrap table tr:nth-child(odd) {  background: #eee;  } 
.table td,.table th{border-color:var(--color);}
 .table>tbody>tr>td, .table>tbody>tr>th {border-color:var(--color);}
 @media (min-width:1025px){body.nobanner .head-top,.nobanner header .head-info,.nobanner header .head-info .nav-ul>li ul{background:#fff;color:#111}
body.nobanner .head-info .nav-ul>li a,body.nobanner  .head-link .item a,body.nobanner .lang-icon span{color:#111}
body.nobanner .head-info .nav-ul>li:hover .submenu li:hover>a{color:#fff}
body{padding-top:0}
.head-top,.head-info{background:rgba(0,0,0,.5)}
}
@media (max-width:768px){.banner-inner img{min-height:inherit}}

footer .foot-nav .foot-list{display: flex;flex-wrap: wrap;}
footer .foot-nav .foot-list li{width: 50%;padding-right: 5px;}
footer .foot-logo img{max-height: unset;}
.head-share ul li a,footer .foot-share ul a{background:var(--color);color:#fff!important}