.el-button--success[data-v-2e374b6a] {
  color:#fff;
  background-color:#80b83f;
  border-color:#80b83f
}
.el-pagination.is-background .el-pager li:not(.disabled).active[data-v-2e374b6a] {
  background-color:#80b83f!important;
  color:#fff
}
.header-layout[data-v-2e374b6a] {
  background-size:cover;
  width:100%;
  margin:0 auto;
  -webkit-box-shadow:unset;
  box-shadow:unset;
  z-index:999;
  position:relative
}
.header-layout .headerBg[data-v-2e374b6a] {
  width:1200px;
  margin:0 auto;
  background:#fff;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  position:relative;
  border-bottom-left-radius:30px;
  border-bottom-right-radius:30px
}
.header-layout .headerBg .left[data-v-2e374b6a] {
  width:20%;
  padding-left:2%
}
.header-layout .headerBg .left a[data-v-2e374b6a] {
  display:inline-block
}
.header-layout .headerBg .left a img[data-v-2e374b6a] {
  width:100%
}
.header-layout .headerBg .right[data-v-2e374b6a] {
  width:70%
}
.header-layout .headerBg .right .top[data-v-2e374b6a] {
  width:100%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:end;
  -ms-flex-pack:end;
  justify-content:flex-end
}
.header-layout .headerBg .right .top .functionBg[data-v-2e374b6a] {
  background:url(/nci/images/pc/bggreen.png) no-repeat 50%;
  background-size:contain;
  height:40px;
  width:225px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center
}
.header-layout .headerBg .right .top .functionBg .loginBtn[data-v-2e374b6a] {
  margin-right:10px;
  position:relative
}
.header-layout[data-v-2e374b6a] .header_menu {
  width:98%;
  margin-top:10px;
  margin-bottom:10px
}
.header-layout[data-v-2e374b6a] .header_menu>ul {
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between
}
.header-layout[data-v-2e374b6a] .header_menu>ul>.CnFontText>a {
  height:30px!important;
  font-size:18px!important
}
.header-layout[data-v-2e374b6a] .header_menu>ul>li {
  float:left;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  margin-right:1%;
  height:50px;
  width:auto;
  position:relative
}
.header-layout[data-v-2e374b6a] .header_menu>ul>li:last-child {
  margin-right:0!important
}
.header-layout[data-v-2e374b6a] .header_menu>ul>li>a {
  font-size:15px;
  color:#333;
  display:block;
  text-align:center;
  font-weight:500;
  -webkit-transition:all .3s;
  transition:all .3s;
  padding:0;
  height:32px;
  border-radius:20px;
  position:relative
}
.header-layout[data-v-2e374b6a] .header_menu>ul>li:hover>a {
  color:#80b83f
}
.header-layout[data-v-2e374b6a] .header_menu>ul>li:hover>a:after {
  content:"";
  height:3px;
  width:80px;
  background:#80b83f;
  display:block;
  position:absolute;
  bottom:-5px;
  left:50%;
  -webkit-transform:translate(-50%);
  transform:translate(-50%)
}
.header-layout[data-v-2e374b6a] .header_menu>ul>li ul {
  background:rgba(27,59,103,.8);
  width:200px;
  -webkit-box-shadow:unset;
  box-shadow:unset;
  left:50%;
  -webkit-transform:translate(-50%);
  transform:translate(-50%)
}
.header-layout[data-v-2e374b6a] .header_menu>ul>li ul li {
  border:0;
  float:left;
  width:100%;
  background:transparent
}
.header-layout[data-v-2e374b6a] .header_menu>ul>li ul li>a {
  font-size:14px;
  color:#fff;
  display:block;
  text-align:center;
  font-weight:500;
  padding:10px 5px;
  line-height:20px;
  background:transparent;
  -webkit-transition:all .3s;
  transition:all .3s
}
.header-layout[data-v-2e374b6a] .header_menu>ul>li ul li:hover>a {
  text-decoration:underline;
  background:#80b83f;
  color:#fff
}
