body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  min-width: 1440px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  background: #fff;
	/* filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%); */
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
.clearfix:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
a {
  color: #999;
  outline: medium none;
  text-decoration: none;
}
ol,
ul,
li {
  list-style: none;
}
input,
select,
textarea,
button {
  vertical-align: middle;
  outline: none;
}
// 灰度模式
html {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url('/static/home/font/SourceHanSansCN-Medium.ttf');
}
.clearfix {
  display: block;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.idx-width {
  width: 1440px;
  margin: 0 auto;
}
.container,
.page-container {
  width: 100%;
  max-width: 1440px;
  padding: 0;
  margin: 0 auto;
}
/* #region 头部 */
.headerWrapper {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1500;
  height: 80px;
  min-width: 1280px;
}
.headerWrapper .header {
  height: 80px;
  background-color: #fff;
  color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 80px;
  z-index: 100;
  position: relative;
}
.headerWrapper .header .container {
  padding: 0;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.headerWrapper .header .container .header-logo {
  margin-left: 50px;
  display: flex;
  justify-content: flex-start;
}
.headerWrapper .header .container .header-logo .line {
  height: 40px;
  width: 2px;
  background: #4D4D4D;
  margin: 0 20px;
  margin-top: 20px;
}
.headerWrapper .header .container .header-logo h1 {
  margin: 0;
  float: left;
  font-size: 32px;
  font-weight: 400;
  height: 80px;
}
.headerWrapper .header .container .header-logo h1 a {
  color: #333;
  display: flex;
  align-items: center;
  height: 100%;
}
.headerWrapper .header .container .nav-logo1 {
  width: 109px;
  height: 31px;
}
.headerWrapper .header .container .nav-logo {
  width: 125px;
  height: 31px;
}
.headerWrapper .header .container .nav {
  margin-left: 80px;
  height: 100%;
  line-height: 80px;
  background: transparent;
}
.headerWrapper .header .container .nav-item {
  margin: 0;
  float: left;
  list-style: none;
  position: relative;
  cursor: pointer;
}
.headerWrapper .header .container .nav-item a {
  font-size: 13px;
  font-weight: 500;
  color: #11518E;
  display: block;
  padding: 0 22px;
}
.headerWrapper .header .container .nav-item a.active,
.headerWrapper .header .container .nav-item a:hover {
  color: #DA9A34;
}
.headerWrapper .header .container .nav-item a.active:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 25px;
  left: 22px;
  width: calc(100% - 44px);
  height: 3px;
  background: #DA9A34;
}
.headerWrapper .header .container .nav-dropdown {
  margin-bottom: 6px;
  padding-left: 18px;
  width: 100%;
}
.headerWrapper .header .container .nav-dropdown span {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #333;
  line-height: 40px;
  transition: 0.2s;
  padding-bottom: 6px;
  user-select: none;
}
.headerWrapper .header .container .nav-dropdown i {
  transition: 0.2s;
  font-size: 12px;
  color: #333;
  transform: translateY(-2px);
  opacity: 0;
}
.headerWrapper .header .container .icons {
  margin-left: auto;
  display: flex;
  height: 100%;
}
.headerWrapper .header .container .icons a {
  display: flex;
  align-items: center;
  margin: 0 10px;
  cursor: pointer;
}
.headerWrapper .header .container .icons a .head-icon {
  height: 46px;
  width: 46px;
  background-size: 100% 100%;
}
.headerWrapper .header .container .icons a .head-icon.hi-news {
  background-image: url(/static/home/img/news.png);
}
.headerWrapper .header .container .icons a .head-icon.hi-news:hover,
.headerWrapper .header .container .icons a .head-icon.hi-news.active {
  background-image: url(/static/home/img/news_active.png);
}
.headerWrapper .header .container .icons a .head-icon.hi-search {
  background-image: url(/static/home/img/search.png);
}
.headerWrapper .header .container .icons a .head-icon.hi-search:hover,
.headerWrapper .header .container .icons a .head-icon.hi-search.active {
  background-image: url(/static/home/img/search_active.png);
}
.headerWrapper .header .container .icons a .head-icon.hi-contect {
  background-image: url(/static/home/img/contect.png);
}
.headerWrapper .header .container .icons a .head-icon.hi-contect:hover {
  background-image: url(/static/home/img/contect_active.png);
}
.headerWrapper .header .container .icons .contect {
  position: relative;
}
.headerWrapper .header .container .icons .contect .contect_pop {
  width: 202px;
  height: 77px;
  position: absolute;
  top: 64px;
  right: -19px;
}
.headerWrapper .header .container .icons .contect .contect_pop img {
  width: 100%;
  height: 100%;
}
.headerWrapper .header .container .icons .search {
  position: relative;
}
.headerWrapper .header .container .icons .search .search_pop {
  width: 202px;
  height: 77px;
  position: absolute;
  top: 55px;
  right: -70px;
}
.headerWrapper .header .container .icons .search .search_pop .btn {
  background-color: #f7931d;
}
.headerWrapper .header .container .icons .search .search_pop .el-icon-search {
  color: #fff;
}
.headerWrapper .header .container .icons .search .search_pop .el-input-group__append {
  overflow: hidden;
}
.headerMenu {
  width: 1440px;
  min-width: 1440px;
  position: fixed;
  min-height: 300px;
  z-index: 1500;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 80px;
}
.headerMenu .menu {
  margin-top: 15px;
  background: #f7931dd4;
  width: 684px;
  border-radius: 5px;
  margin-left: 400px;
  justify-content: space-between;
  color: #fff;
}
.headerMenu .menu-box {
  padding: 0px 40px;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 15px;
}
.headerMenu .menu-title {
  width: 35%;
  display: flex;
  flex-direction: column;
}
.headerMenu .menu-title-text {
  margin-top: 15px;
  font-size: 13px;
  margin-bottom: 5px;
  cursor: pointer;
}
.headerMenu .menu-title:nth-child(3n) {
  width: 20%;
}
.headerMenu .menu-subtitle-text {
  list-style-type: disc;
  font-size: 12px;
  margin-top: 3px;
  cursor: pointer;
}
/* #endregion 头部 */
/* #region footer */
.footer {
  background-color: #1F2024;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.footer .container {
  padding: 41px 0;
  width: 1200px;
  display: flex;
}
.footer .container .wechat {
  width: 240px;
  display: flex;
}
.footer .container .wechat .wechat-left {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .container .wechat .wechat-left .img {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
}
.footer .container .wechat .wechat-left .text {
  font-size: 8px;
  font-weight: 400;
  color: #999999;
}
.footer .container .wechat .wechat-right {
  margin-left: 20px;
}
.footer .container .wechat .wechat-right .el-input__inner {
  width: 120px;
  height: 30px;
  line-height: 30px;
  background-color: #1F2024;
  border: 1px solid #868688;
  font-size: 8px;
  padding: 0 7px;
  color: #C0C4CC;
}
.footer .container .wechat .wechat-right .el-input__icon {
  line-height: 30px;
}
.footer .container .footer-menu {
  width: 960px;
  display: flex;
  justify-content: flex-end;
}
.footer .container .footer-menu .items-group {
  float: left;
  padding-left: 65px;
}
.footer .container .footer-menu .items-group .item-line {
  margin-top: 8px;
  width: 26px;
  border-top: 2px solid #F7931E;
}
.footer .container .footer-menu .items-group .item-title {
  font-size: 14px;
  font-weight: 400;
  color: #F2F2F2;
}
.footer .container .footer-menu .items-group .item-name {
  display: flex;
  flex-direction: column;
  font-size: 10px;
  font-weight: 400;
  color: #999999;
}
.footer .container .footer-menu .items-group .item-name a {
  padding-top: 8px;
}
.footer .container .footer-menu .items-group .item-name a:hover {
  color: #eee;
}
.footer .container .footer-menu .items-group .item-name span {
  padding-top: 8px;
}
.footer .copyright {
  border-top: 1px solid #444;
  padding: 20px 0;
  text-align: center;
  font-size: 10px;
  font-weight: 400;
  color: #B3B3B3;
}
.el-select-dropdown {
  background-color: #1F2024 !important;
  border: none !important;
}
.el-select-dropdown .el-select-dropdown__item {
  color: #C0C4CC !important;
  font-size: 7px !important;
}
.el-select-dropdown .el-select-dropdown__item.hover {
  background-color: #1F2024;
  opacity: 0.8;
  border-bottom: 3px solid #F7931E;
}
/* #endregion */
.image-slot {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #f5f7fa;
  color: #909399;
  font-size: 14px;
}
.popper__arrow {
  display: none !important;
}
