﻿@charset "utf-8"; 
:root{--color:#013f76}
.detail-content table tr:nth-child(even) {  background: #fff; }  
.detail-content table tr:nth-child(odd) {  background: #eee;  }
@media (min-width:769px){.home-about .about-icon-list>li{margin-right:40px}}
.home-product-list .home-product-name{-webkit-line-clamp:inherit;max-height:100%}
.map iframe{border:0}
.sidebar-prolist .pro-more{text-transform:unset}
.common-content .pro-list>li .btn a{display: inline-block;padding: 8px 20px;border:1px solid #eee;color: #000;margin-bottom: 10px;transition: .3s;}
.common-content .pro-list>li:hover .btn a{color: #fff;background: var(--color);border-color:var(--color)}