﻿@charset "utf-8"; 
table tr:nth-child(odd){background-color: #fff;}
table tr:nth-child(even){background-color: #f5f5f5;}
.inner-banner{background:var(--color)}
.head-nav>ul>li>a{color:var(--color)}
.head-nav a.inmenu_1,.head-nav>ul>li>a:hover{color:#000;}
.product-main .pro-list.list0 .pro-more{color:#fff;background:var(--color)}
.foot-main .foot-title img{max-height:110px;}
.map{padding-top:50px;background-color:#FFF}
.map-wrapper .common-title{text-align:center}
.map-w{display:flex}
.map-w>div{width:50%;box-sizing:border-box;padding:10px 0px}
.map-w .map-info{padding:50px 0px 30px 20px}
.map-w .map-info .title{display:inline-block;line-height:30px;border-bottom:2px solid var(--color);font-size:26px}
.map-w .map-info table{margin-top:20px;text-align:center;border-collapse:collapse;border:1px solid #EEE}
.map-w .map-info table caption{margin-bottom:10px;}
.map-w .map-info th{font-weight:var(--fontbold7)}
.map-w .map-info table tr:nth-child(even){background:#fff;}
.map-w .map-info td{width:180px;line-height:60px;border:1px solid #EEE;transition:box-shadow .2s ease;}
.map-w .map-info td:hover{box-shadow:0 1px 10px rgba(34,25,25,.3);cursor:default}
@media (max-width:768px){.map-w{flex-wrap:wrap}
.map-w>div{width:100%;padding:0;margin:10px 0;}
.map-w .map-info{padding:0;}
.map-w .map-info td{line-height:40px;}}
.head-nav a.inmenu_1{color: var(--color);}
#product .pro-list .pro-item{height:100%;display:flex;flex-direction:column;box-sizing:border-box}
#product .pro-list .pro-more{background:var(--color);color:#fff;margin-top:auto}
#product .pro-list .pro-more:hover{background:#373484;color:#fff}
#home-vr{padding-top:80px}
@media (max-width:768px){#home-vr{padding-top:50px}
#home-vr iframe{height:400px}}
.foot-main .foot-about .foot-title{text-align:center}
@media (min-width:769px){.foot-main .foot-about .foot-title{max-width:300px;}}