/* 我的PB模板网（5MoBan.com）做最好的整站PbootCMS模板下载网站 */
/* 万维站长：www.WanWeiZhan.Com */
/* Pboot模板网 ：www.PbootMoBan.com */
/* 主机/服务器： Www.Elubaba.Com */
/* 城市分站： http://www.YunYunAn.Com */
/* QQ：43171398 */
/* 站长交流群①：183945698 */
/* 站长交流群②：183966298 */
/* 商业VIP群 ③  183989070 */
/* 会员VIP群 ④ ：38400389 */
* {
  box-sizing: border-box;
}
.menu {
  width: 100%;
  height:66px;
  background: #019fe9;
  display: flex;
  justify-content: center;
  z-index: 999;
}
.menu * {
  box-sizing: border-box;
}
.menu .ul-list {
  width:1200px;
  display: flex;
}
.menu .ul-list > li {
  flex: 1;
  position: relative;
}
.menu .ul-list > li:last-child {
  border-right: none;
}
.menu .ul-list > li > a {
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
}
.menu .ul-list > li > a:hover , .menu .ul-list > li > a.on{
  background: #7fcff4;
}
.menu .ul-list > li > span {
  color: #fff;
  font-size: 14px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:#019fe9;
}
.menu .ul-list > li:hover .ol-list {
  display: block;
}
.menu .ol-list {
  display: none;
  position: absolute;
  top: 66px;
  left: 0;
  z-index: 999;
  background:#f5f5f5;
  width: 100%;
}
.menu .ol-list > li > a {
  text-decoration: none;
  color: #333;
  height: 50px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e6e6e6;
  justify-content: center;
}
.menu .ol-list > li > a:hover {
  color:white;
  background: #019fe9;
}

.menu .ul-list > li:hover{
  background: #7fcff4;
}

