@charset "utf-8";
* {
  margin: 0;
  padding: 0;
}
/* -webkit-text-size-adjust fix Chrome 12 px limit */
body,
button,
input,
select,
textarea,
label {
  font-size: 14px;
  font-family: Microsoft Yahei;
  -webkit-text-size-adjust: none;
}
button,
input,
select,
label {
  vertical-align: middle;
  list-style-type: none;
  border: none;
}
i {
  font-style: normal;
}
ul,
ol,
p {
  font-size: 100%;
}
ul {
  list-style: none;
}
h1 {
  font-size: 22px;
}
h2 {
  font-size: 16px;
}
h3 {
  font-size: 13px;
}
h4 {
  font-size: 12px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 12px;
}
address,
cite,
dfn,
em,
var {
  font-style: normal;
}
code,
kbd,
pre,
samp {
  font-family: courier new, courier, monospace;
}
small {
  font-size: 12px;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
img {
  border: 0 none;
}
a img,
span img {
  vertical-align: bottom;
}
em {
  font-style: normal;
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  color: #606060;
}
a:hover {
  text-decoration: none;
}
body {
  background: #f1f0ee;
}
.control {
  width: 100%;
  overflow: hidden;
  min-width: 1440px;
  max-width: 2000px;
  margin: 0 auto;
  position: relative;
  background-color: #FAFBFD;
}
.container {
  width: 1400px;
  margin: 0 auto;
  position: relative;
}
.container_fluid {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.main_body {
  background-color: #fff;
  overflow: hidden;
  min-height: 500px;
  position: relative;
  margin-top: 26px;
  padding: 13px;
}
.main_content {
  margin: 0 auto;
}
.main_footer {
  padding: 30px 0 0;
  margin: 0 0;
  overflow: hidden;
  width: 1000px;
}
.kv {
  position: relative;
  width: 1600px;
  margin: 0 -400px;
  height: 206px;
}
.kv .window {
  position: absolute;
  width: 1000px;
  height: 206px;
  top: 0;
  left: 0;
  padding: 0px 400px;
}
.kv .window .img {
  position: absolute;
  width: 1600px;
  height: 206px;
  top: 0;
  left: 50%;
  margin-left: -800px;
  border: 1px solid red;
}
.kv .window .img a {
  display: block;
}
.kv .window .btn {
  height: 10px;
  width: 100px;
  background: #fff;
  position: absolute;
  top: 439px;
  left: 50%;
}
.banner {
  background: #f1f0ee;
}
.navbar {
  border-top: 1px solid #d7d7d7;
  border-bottom: 5px solid #ca3537;
  height: 45px;
}
.navbar ul {
  width: 1000px;
  height: 45px;
  margin: 0 auto;
}
.navbar ul:before,
.navbar ul:after {
  content: " ";
  display: table;
}
.navbar ul:after {
  clear: both;
}
.navbar li {
  float: left;
  border-right: 1px solid #d7d7d7;
}
.navbar li:last-child {
  border-right: 0;
}
.navbar a {
  height: 45px;
  display: block;
  line-height: 45px;
  text-align: center;
  padding: 0 17px;
}
.navbar .active {
  background: #ca3537;
  color: #fff;
}
.header-content {
  width: 100%;
}
.header-top {
  width: 100%;
  height: 46px;
  background-color: #f6f6f6;
}
.header-top-content {
  width: 1400px;
  line-height: 46px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}
.header-mid {
  width: 100%;
  height: 80px;
  background: #ffffff;
  display: flex;
  align-items: center;
}
.header-mid-content {
  width: 1400px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-mid-content-left {
  height: 55px;
  display: flex;
  align-items: center;
}
.header-logo {
  width: 53px;
  height: 53px;
}
.header-mid .line {
  width: 1px;
  height: 46px;
  margin: 0 16px 0 12px;
  background: #154977;
}
.header-mid .title-name {
  height: 55px;
}
.header-mid .cn-name {
  font-weight: 500;
  font-size: 24px;
  color: #154977;
}
.header-mid .en-name {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 2px;
  color: #154977;
}
.header-mid-content-right {
  display: flex;
  align-items: center;
}
.header-mid .log-tip {
  margin-left: 40px;
  font-weight: 400;
  font-size: 14px;
  color: #154977;
  text-decoration-line: underline;
}
.header-mid .el-input-group {
  width: 604px !important;
  height: 52px;
}
.header-mid .el-input-group--append .el-input__inner,
.el-input-group__prepend {
  height: 52px;
  border-radius: 26px 0 0 26px;
  border: 1px solid #9d7137;
}
.header-mid .el-input-group__append {
  width: 92px !important;
  border-radius: 0 26px 26px 0 !important;
  text-align: center;
  color: #fff !important;
  background-color: #9d7137 !important;
  font-size: 24px;
  border: 1px solid #9d7137 !important;
  box-sizing: border-box;
  vertical-align: unset;
}
.header-bottom-content {
  text-align: center;
}
.header-bottom-content a {
  display:block;
}
.header-bottom-content a span {font-size: 14px;}
.header-bottom .el-menu--horizontal {
  display: flex;
  justify-content: center;
}
.header-bottom .el-menu--horizontal .el-menu-item,
.el-menu--horizontal .el-submenu .el-submenu__title {
  width: 158px;
  height: 60px !important;
  line-height: 22px !important;
  padding: 0 10px;
  padding-top: 8px;
  font-size: 18px;
  border-bottom: none !important;
}
/* 选中菜单项的背景和文字颜色 */
.header-bottom .el-menu--horizontal .el-menu-item.is_active,
.el-menu--horizontal .el-submenu.is-active .el-submenu__title {
  background-color: #ffffff !important;
  color: #154977 !important;
}
.header-bottom .el-menu--horizontal  .el-submenu.is_active,
.header-bottom .el-menu--horizontal  .el-submenu.is_active .el-submenu__title,
.header-bottom .el-menu--horizontal  .el-submenu.is_active .el-submenu__title a {
  background-color: #ffffff !important;
  color: #154977 !important;
  font-weight: bold;
}
/* 移除选中项的下边框（如果需要） */
.header-bottom .el-menu--horizontal .el-menu-item.is-active,
.header-bottom .el-menu--horizontal .el-menu-item.is-active .el-submenu__title {
  border-bottom: none !important;
}
/* 二级菜单弹出面板样式 */
.el-menu--popup {
  background-color: #ffffff !important;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.16);
  border-radius: 6px;
  min-width: 175px !important;
  width: 175px;
}
.el-menu--horizontal .el-menu .el-menu-item,
.el-menu--horizontal .el-menu .el-submenu__title {
  background-color: #ffffff !important;
  color: #666666 !important;
  font-weight: 400;
  font-size: 16px;
  padding: 0 24px !important;
}
/* 子菜单弹出面板中选中项的样式 */
.el-menu--horizontal .el-menu--popup .el-menu-item.is-active {
  background-color: #ffffff !important;
  color: #154977 !important;
}
.el-menu--horizontal .el-menu--popup .el-menu-item:hover {
  color: #154977 !important;
}
.footer_content {
  width: 100%;
  height: 100%;
  background-color: #9d7137;
}
.footer_content .info {
  padding: 25px 0;
  text-align: center;
}
.footer_content .info .info-item {
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
  margin-bottom: 0;
}

#page .disable {
    display: none;
}

#page {
    font-family: FZLanTingHeiS-L-GB;
    font-weight: 400;
    color: #000000;
    font-size: 16px;
    margin: 40px 0;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    align-content: space-around;
}
 #page .layui-box {
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     justify-content: center;
     height: 100px;
 }

#page .laypage_curr {
    border-radius: 6px;
    padding: 5px 11px;
    font-weight: 400;
    background-color: #1468bf;
    color: #fff;
    margin: 0 5px;
}

#page .layui-laypage-curr {
    border-radius: 6px;
    padding: 5px 11px;
    font-weight: 400;
    background-color: #1468bf;
    color: #fff;
    margin: 0 5px;
}

#page a:hover {
    background-color: #1468bf;
    color: #fff;
}

#page a {
    border-radius: 6px;
    padding: 5px 11px;
    margin: 0 5px;
    background: #EEEEEE;
    color: #333333;
}

#page .layui-laypage-spr {
    border-radius: 6px;
    padding: 5px 11px;
    margin: 0 5px;
    color: #333333;
}

#page .layui-disabled {
    display: none;
}
#page .layui-box .layui-laypage-skip {
    border-radius: 6px;
    padding: 5px 11px;
    margin: 0 5px;
    margin-bottom: 0;
    display: block;
}

#page .layui-box .layui-input {
    width: 55px;
    padding: 5px 8px;
    margin: 0 5px;
    background-color: #FFF;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #DCDFE6;
}

#page .layui-box .layui-laypage-btn {
    border-radius: 6px;
    padding: 5px 11px;
    margin: 0 5px;
    background: #EEEEEE;
    cursor: pointer;
}

.el-menu--horizontal>.el-submenu .el-submenu__icon-arrow {
    position: static;
    vertical-align: middle;
    margin-left: 8px;
    margin-top: -3px;
    display: none;
}

/*# sourceMappingURL=global.css.map */
