﻿
.nav ul li.dhb:hover .cbp-hrsub{display:block;}
.cbp-hrsub{position:absolute;left:0px;right:0px;top:66px;height:355px;overflow:hidden;display:none;z-index:99999;
background:url(../images/navbg.jpg) center no-repeat;}
.daohang{display:flex;margin:0px auto;width:600px;}
.daohang div{width:calc(100%/3);}
.daohang div h5{position:relative;display:inline-block;margin-top:5px;margin-bottom:10px;font-size:18px;font-weight:bold;}
.daohang div h5::after{position:absolute;bottom:-5px;left:0px;width:100%;height:2px;background-color:#bb0000;content:'';}
.daohang div a{display:block;margin-top:5px;width:100%;line-height:22px;}
.header .nav ul li .daohang div h5 a{font:bold 18px/40px "STXihei";}
.header .nav ul li .daohang div a{font:14px/25px "STXihei";}

/**** 滚动条样式修改 ****/
::-webkit-scrollbar {width:2px;}
::-webkit-scrollbar-track {border-radius:10px;background-color:rgba(54, 84, 146, 0.1);}
::-webkit-scrollbar-thumb {border-radius:10px;background-color:rgba(54, 84, 146, 1);}
  