
/*头部样式*/.themenav{
  background:#fff;
  line-height: 90px;
  border-bottom: 1px solid #ccc; */
    /* border-bottom: 1px solid rgba(0,0,0,.09); */
    box-shadow: 1px 1px 4px rgba(11,11,11,.06);
    color: #fff;
    z-index: 99;
    transition: 0.4s;
    -webkit-transform: translateZ(0);
    position: relative;
}
.logo{
  float: left;
  height: 90px;
  position: relative;
  left:0;
  top:0;
}
.logo img{
  max-height: 30px;
}
.thememenu{
  float: right;
  position: relative;
  right: 20px;
}
.mxnav li{
  position: relative;
    display: inline;
    padding-right: 15px;
    z-index: 999;
}


 .mxnav li a:link,a:visited {
text-decoration: none;
display：block;
background:#FFFFFF;
}
 .mxnav li a:hover,a:active {
text-decoration: none;
display：block;
background:#F00;
}
.mxnav li a{
  position: relative;
    font-size: 14px;
    color: #222;
    opacity: 1;
    transition: 0.4s;
    padding-bottom: 4px;
    letter-spacing: 1px;
    z-index: 999;
}

.mxnav .current-menu-item a{
  border-bottom: 1px solid #222;
}
.mxnav li:after{
  content: "";
    display: inline;
    position: absolute;
    top: 50%;
    right: 8px;
    width: 1px;
    height: 12px;
    margin-top: -6px;
    background-color: #a3a3a8;
    opacity: 0.4;
    filter: Alpha(Opacity=40);
}
.mxnav li:last-child:after{
  display: none;
}
.search{
  position: absolute;
  right: 0;
  top:4px;
}
.sb-search {
  margin-right: 15px;
  position: relative;
  margin-top: 10px;
  width: 0%;
  min-width: 30px;
  height: 60px;
  float: right;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
  z-index: 999;
}
.sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #fff;
  width: 100%;
  height: 60px;
  margin: 0;
  z-index: 10;
  padding: 20px 65px 20px 20px;
  font-family: inherit;
  font-size: 20px;
  font-size: 16px;
}

.sb-search-input::-webkit-input-placeholder {
  color: #999;
}

.sb-search-input:-moz-placeholder {
  color: #999;
}

.sb-search-input::-moz-placeholder {
  color: #999;
}

.sb-search-input:-ms-input-placeholder {
  color: #999;
}

.glyphicon-search,
.sb-search-submit  {
  width: 30px;
  height: 60px;
  display: block;
  position: absolute !important;
  right: 0;
  top: 0 !important;
  padding: 0;
  margin: 0;
  line-height: 60px !important;
  text-align: center;
  cursor: pointer;
}

.sb-search-submit {
  background: #fff; /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}

.glyphicon-search {
  color: #222;
  z-index: 90;
  font-size: 18px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

.glyphicon-search:before {
  content: "\e000";
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
  width: 350px;
  border:1px solid #e5e5e5;
}

.sb-search.sb-search-open .glyphicon-search,
.no-js .sb-search .glyphicon-search {
  color: #222;
  z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
  z-index: 90;
}
#sideMenu {
  font-size: 22px;
  color: #222;
  float: right;
  z-index: 5;
  display: none;
}
#sideMenuContainer {
  height: 100%;
  position: fixed;
  top: 56px;
  right: -200px;
  width: 200px;
  z-index: 999999999;
  bottom: 0;
}
.mxphonenav{
  padding: 10px 20px;
  line-height: 50px;

}
.mxphonenav li a{
  color: #fff;
}
.mxphonenav li a:hover{
  opacity: 0.4;
}

