﻿.m-header {
    position: relative;
    height: 120px;
}

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

body {
    line-height: 1.5;
}

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

.l-logo {
    margin-top: 20px;
}

.pull-left {
    float: left;
}

.l-logo-tit {
    float: left;
    margin-top: 10px;
    color: #2D66A5;
}

h2 {
    font-weight: normal;
}

* {
    box-sizing: border-box;
}

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

.m-link {
    text-align: center;
    font-size: 14px;
    color: #2D66A5;
}

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

.header-center {
    position: absolute;
    top: 0;
    right: 0;
    width: 115px;
    height: 40px;
    background: #5b8fcc;
    opacity: .48;
    filter: alpha(opacity=48);
    border-radius: 3px;
    text-align: center;
    line-height: 40px;
}

.header-center a {
    display: inline-block;
    width: 100%;
    color: #fff;
}

.icon-user {
    display: inline-block;
    width: 19px;
    height: 19px;
    vertical-align: middle;
    background: url(../img/icon-user.png) no-repeat center center;
}

.nav-box {
    height: 45px;
    background: #2D66A5;
}

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

.m-nav {
    display: inline-block;
    width: 666px;
    height: 45px;
}

ul {
    list-style-type: none;
}

.m-nav li:first-child {
    border: none;
}

.m-nav li {
    float: left;
    height: 45px;
    width: 16.66667%;
    border-left: 1px solid #82b3e0;
    line-height: 45px;
    text-align: center;
}

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

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

.m-nav-sub {
    display: block;
    visibility: hidden;
    position: absolute;
    top: 43px;
    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-ul 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;
}

.m-nav-sub a.sub-menu {
    display: block;
    padding: 0 16px;
    color: #333;
}

.r-search {
    width: 270px;
    height: 30px;
    margin-top: 8px;
    border-radius: 3px;
    border: 1px solid #2D66A5;
    background: #4198e9;
}

.pull-right {
    float: right;
}

.input-search {
    width: 225px;
    height: 28px;
    padding-left: 10px;
    background: #fff;
    border: none;
    outline: none;
}

input {
    vertical-align: middle;
}

.icon-search {
    display: inline-block;
    width: 22px;
    height: 22px;
    padding: 15px 21px;
    background: url(../img/icon-search.png) no-repeat center center;
    cursor: pointer;
}

.header-center:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.m-nav li .menu:hover .m-nav-sub {
    visibility: visible;
}

.header-nav-box {
    background: url(../img/header-bg.png);
}

.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;
}