﻿@charset "utf-8"; 
table tr:nth-child(odd){background-color: #efefef;}
table tr:nth-child(even){background-color: #fff;}
.nobanner header{background:#fff}
@media (min-width:1025px){
.nobanner header .head-info .head-nav .nav-ul>li>a,
.nobanner header.is-active .head-info .head-nav .nav-ul>li>a{color:var(--fontcolor)}
.nobanner header .head-info .head-nav .nav-ul>li>a.inmenu_1,
.nobanner header .head-info .head-nav .nav-ul>li>a:hover,
.nobanner header.is-active .head-info .head-nav .nav-ul>li>a.inmenu_1,
.nobanner header.is-active .head-info .head-nav .nav-ul>li>a:hover{color:var(--color) !important}
}