﻿.header-nav-box {
    height: 226px;
    background: url(../img/header-bg.png) no-repeat center center;
}

* {
    box-sizing: border-box;
}

body {
    font-family: Microsoft Yahei;
    font-size: 14px;
    line-height: 1.5;
    color: #333333;
}

.m-header {
    padding-bottom: 47px;
}

.w-1200 {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}

* {
    box-sizing: border-box;
}

clearfix::before, .clearfix::after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.l-logo-tit {
    float: left;
    margin-top: 19px;
    color: #015293;
}

h2 {
    font-weight: normal;
}

.l-logo-tit .font42 {
    font-size: 42px;
    font-weight: bold;
}

.m-link {
    text-align: center;
    font-size: 12px;
}

.icon-line {
    position: relative;
    top: -2px;
    display: inline-block;
    width: 85px;
    height: 1px;
    background: #015293;
}

.r-search {
    width: 250px;
    height: 30px;
    background: #fff;
    border: 1px solid #015293;
    border-radius: 20px;
}

.pull-right {
    float: right;
}

.input-search {
    width: 200px;
    height: 28px;
    margin-left: 10px;
    border: none;
    outline: none;
    border-radius: 5px;
}

input {
    vertical-align: middle;
}

a:link, a:visited, a:hover, a:active {
    text-decoration: none;
}

.icon-search {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    padding: 14px;
    background: url(../img/icon-search.png) no-repeat center center;
    cursor: pointer;
}

.m-nav {
    height: 50px;
    padding: 0 30px;
    background: #2D66A5;
}

.m-nav li {
    float: left;
    height: 50px;
    width: 16.66667%;
    line-height: 50px;
    text-align: center;
}

li {
    list-style: none;
}

.m-nav li .menu:hover, .m-nav li.on .menu {
    color: #015293;
    background: #fff;
}

.m-nav li .menu {
    position: relative;
    display: inline-block;
    height: 48px;
    padding: 0 20px;
    margin-top: 2px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.m-nav-sub {
  display: block;
  visibility: hidden;
  position: absolute;
  top: 48px;
  left: 0;
  width: 112px;
  background: #fff;
  color: #333;
  font-size: 16px;
  line-height: 40px;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  box-shadow: 0 0 5px rgba(0,0,0,.3);
  z-index: 10;
}
.m-nav li .menu:hover .m-nav-sub {
  visibility: visible;
}
.m-nav-sub a.sub-menu {
  display: block;
  padding: 0 16px;
  color: #333;
}
.m-nav-sub a.sub-menu:hover {
  background: #f7f7f7;
}

.pub-right-box {
    background: #2D66A5 !important;
}

.sidebar_denglu {
    border-bottom: 1px solid #2D66A5 !important;
}

.xitong {
    background-color: #2D66A5 !important;
}

.xt li.pub-user-group {
    background: #2D66A5 !important;
}

body, html {
    width: 100%;
    min-height: 100%;
}