﻿.ve-menu ul {
  font-family: 'Arial', 'Microsoft YaHei', '黑体', '宋体', sans-serif;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 99
}
.ve-menu a {
  float: left;
  display: inline-block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: #666;
	font-weight:100;
}
.ve-menu > .ve-menu-pc > li {
  position: relative;
  float: left;
  cursor: pointer;
}
.ve-menu > .ve-menu-pc > li.active a {
 color:#3366ff;
}
.ve-menu > .ve-menu-pc > li:hover ul {
  display: block;
}
.ve-menu > .ve-menu-pc > li > ul {
  position: absolute;
  left: 0;
  display: none;
}

.ve-menu > .ve-menu-pc > li > ul > li {
  height: 40px;
}
.ve-menu > .ve-menu-pc > li > ul{
  z-index: 99
}

.ve-menu-icon {
  float: right;
  width: 20px;
  height: 21px;
  margin-right: 10px;
  overflow: hidden;
}

.ve-menu-icon > div {
  width: 100%;
  height: 3px;
  margin-top: 3px;
  border-radius: 3px;
}

.ve-menu-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 
  z-index: 99  
}
.ve-menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;

  overflow: hidden;
}
.ve-menu-mobile li {
  width: 100%;
}

.ve-menu-mobile li a {
  padding: 15px 0;
  border-bottom: 1px solid #333;
}

.ve-menu-mobile ul {
  display: none;
}
.ve-menu-close {
  overflow: hidden;
}
.ve-menu-close > div {
  float: right;
  padding: 0 35px;
}

.ve-menu-close > div:after {
  font-size: 35px;
  content: '\00d7';
}

  .nav-top{
    padding: 10px 0;
  }
  .nav-top a{
    display: inline-block;
    width: 100%;
    height: 99px;
    background:url(../images/logo.png) no-repeat;
    background-size:contain;
    display: block;
    text-indent: -9999px;
  }
  .nav-top font{
    font-size: 30px;
    color: red;
    line-height: 50px;
  }
  .nav{
    width: 100%;
    background-color:#fff;  
  }
  .nav .ve-menu{
    margin: 0 auto;
  }
  .search{
    background-color: #fff;
  }
  .search-news{
    line-height: 50px;
  }
  .se{
    margin-top: 8px;
  }
