.header {
    width: 1400px;
    height: 122px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-m {
    /* width: 100%; */
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
}

.layui-dropdown:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: 14px;
    left: unset;
    top: -18px;
    border: 10px solid;
    border-color: transparent transparent #2E3489;
}

.header-m img {
    width: 30%;
    height: 38px;
    margin-left: 20px;
}

.header-m .menu {
    width: 18px;
    height: 15px;
    margin-right: 20px;
}

.left {
    width: 300px;
    height: 100px;
    display: flex;
    align-items: center;
}

.right {
    height: 100px;
    display: flex;
    align-items: center;
}

.logo {
    margin-right: 21px;
}

.logoText {
    font-size: 36px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    display: inline-block;
}

.nav {
    display: flex;
    float: right;
}

.nav>li {
    right: 0;
    margin-right: 40px;
}

a:hover {
    color: #222E80;
}

.nav li a {
    font-size: 18px;
    font-weight: 700;
    /* color: #333333; */
}

.xuanzhong {
    color: #222E80;
}

input {
    width: 202px;
    height: 42px;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    text-indent: 1em;
    font-size: 10px;
}

.search {
    position: relative;
    display: flex;
    align-items: center;
}

.search img {
    position: absolute;
    right: 20px;
    cursor: pointer;
}

.layui-btn {
    border: none;
}

.layui-btn-container {}

.layui-btn-container .layui-btn {
    margin: 0;
    padding: 0;
}

.layui-anim-downbit {
    background: #2E3489;
    border-radius: 5px;
    padding: 0 15px 0 15px;
}

.layui-menu li {
    background: #2E3489;
    color: #fff;
    width: 100%;
    text-align: center;
}

.layui-menu li:hover {
    color: #333333;
    border-radius: 5px;
    /* background: rgba(245, 245, 238, 0.2); */
}

.layui-panel {
    border-style: none;
}

.layui-menu-body-title a {
    color: #fff;
}

.layui-nav {
  position: relative;
  padding: 0 20px;
  background-color: #fff;
  color: none;
  border-radius: 2px;
  font-size: 0;
}
.layui-nav .layui-nav-item a {
  display: block;
  padding: 0 20px;
  color: #fff;
  color: #333333;
  transition: all .3s;
  -webkit-transition: all .3s;
  font-size: 18px;
  font-weight: 700;
}

.layui-nav .layui-nav-item a:hover, .layui-nav .layui-this > a {
  color: #2E3489;
}

.layui-nav .layui-this:after, .layui-nav-bar {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, .0);
  transition: all .2s;
  -webkit-transition: all .2s;
  pointer-events: none;
}
.layui-nav-child dd a {
  font-size: 14px !important;
  font-weight: 400px !important;
  text-align: center !important;
}
.layui-icon .layui-icon-down .layui-nav-more {
  display: none !important;
}

.layui-icon-down:before {
  content: "" !important;
}
