@charset "UTF-8";

:export {
  menuText: #bfcbd9;
  menuActiveText: #409EFF;
  subMenuActiveText: #f4f4f5;
  menuBg: #2850A0;
  menuHover: #fff;
  subMenuBg: #1f2d3d;
  subMenuHover: #001528;
  sideBarWidth: 210px
}

.fade-enter-active,
.fade-leave-active {
  -webkit-transition: opacity .28s;
  transition: opacity .28s
}

.fade-enter,
.fade-leave-active {
  opacity: 0
}

.fade-transform-enter-active,
.fade-transform-leave-active {
  -webkit-transition: all .5s;
  transition: all .5s
}

.fade-transform-enter {
  opacity: 0;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px)
}

.fade-transform-leave-to {
  opacity: 0;
  -webkit-transform: translateX(30px);
  transform: translateX(30px)
}

.breadcrumb-enter-active,
.breadcrumb-leave-active {
  -webkit-transition: all .5s;
  transition: all .5s
}

.breadcrumb-enter,
.breadcrumb-leave-active {
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px)
}

.breadcrumb-move {
  -webkit-transition: all .5s;
  transition: all .5s
}

.breadcrumb-leave-active {
  position: absolute
}

#hn-search,
.el-dialog {
  position: relative
}

.el-breadcrumb__inner,
.el-breadcrumb__inner a {
  font-weight: 400 !important
}

.el-upload input[type=file] {
  display: none !important
}

.el-upload__input {
  display: none
}

.el-scrollbar__wrap {
  overflow-x: hidden !important
}

.el-autocomplete-suggestion__wrap.el-scrollbar__wrap,
.el-select-dropdown__wrap.el-scrollbar__wrap {
  overflow-x: scroll !important
}

.el-dialog {
  -webkit-transform: none;
  transform: none;
  left: 0;
  margin: 0 auto
}

.upload-container .el-upload {
  width: 100%
}

.upload-container .el-upload .el-upload-dragger {
  width: 100%;
  height: 200px
}

.el-dropdown-menu a {
  display: block
}

.el-range-separator {
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

.provice-dialog .el-dialog__body {
  padding: 0 20px
}

#hn-search .suggest-wrap {
  position: absolute;
  top: 60px;
  width: 511px;
  z-index: 999;
  height: 300px
}

#hn-search .titles {
  padding: 10px 21px 3px 20px;
  display: block;
  font-size: 14px
}

#hn-search .el-autocomplete-suggestion {
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

#hn-search .el-autocomplete-suggestion__wrap {
  padding: 0
}

#hn-search .el-input {
  height: 56px
}

#hn-search .el-input .el-select__input {
  height: 56px;
  line-height: 56px;
  border-radius: 0;
  width: 450px;
  padding-left: 123px;
  border: 1px solid #EBEBEB
}

#hn-search .el-input .el-input__inner {
  height: 56px;
  line-height: 56px;
  border-radius: 0;
  width: 510px;
  padding-left: 123px;
  border: 1px solid #EBEBEB
}

#hn-search .el-select .el-input,
#hn-search .el-select .el-input__inner {
  width: 110px !important
}

#hn-search .el-dropdown {
  position: absolute;
  height: 100%;
  width: 110px;
  text-align: center;
  margin-right: 0;
  z-index: 99;
  font-size: 18px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.module-collapse {
  margin-top: 20px !important
}

.module-collapse .el-collapse {
  border: none
}

.module-collapse .el-collapse-item.is-disabled .el-collapse-item__header {
  color: inherit;
  cursor: inherit
}

.module-collapse .module-collapse-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.module-collapse .el-collapse-item__header {
  border-bottom: 0;
  font-size: 18px;
  border-radius: 2px;
  height: auto;
  line-height: auto;
  padding: 12px 0;
  position: relative
}

.module-collapse .el-collapse-item__wrap {
  border-bottom: 0
}

.module-collapse .collapse-header {
  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;
  width: 100%
}

.module-collapse .collapse-header .collapse-star {
  margin-right: 20px
}

.module-collapse .collapse-header>span {
  position: relative;
  display: inline-block;
  max-width: 96%
}

.module-collapse .collapse-header>span::after {
  content: "";
  position: absolute;
  background-color: #0C55BB;
  width: 5px;
  height: 24px;
  top: 50%;
  left: 20px;
  margin-top: -12px
}

.module-collapse .el-collapse-item__header span {
  padding-left: 40px
}

.module-collapse .el-collapse-item__header .search-collapse span {
  padding-left: 0
}

.module-collapse .el-collapse-item {
  border-radius: 2px;
  margin-bottom: 6px
}

.module-collapse .el-collapse-item__content {
  padding-bottom: 15px !important
}

.module-collapse .children-collapse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.module-collapse .no-children-collapse {
  padding: 0 25px 10px 40px
}

.module-collapse .no-children-collapse .el-collapse-item__arrow {
  border: 1px solid;
  border-radius: 50%;
  color: #0C55BB;
  margin-right: 20px
}

.module-collapse .no-children-collapse .el-collapse {
  border: none
}

.module-collapse .show-children-collapse {
  margin: 0 30px 16px;
  background: #F3F5F9;
  padding: 15px
}

.module-collapse .show-children-collapse .collapse-header {
  font-size: 18px;
  font-weight: 300;
  color: #000
}

.module-collapse .show-children-collapse .collapse-header span::after {
  width: 0;
  height: 8px;
  margin-top: -4px
}

.module-collapse .show-children-collapse .left-depart {
  margin-top: 7px
}

.module-collapse .left-depart span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999
}

.module-collapse .el-collapse-item__arrow_img {
  margin-right: 20px;
  -webkit-transition: all ease-in .2s;
  transition: all ease-in .2s
}

.module-collapse .el-collapse-item__arrow_img.is-active {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.el-autocomplete-suggestion .popper__arrow {
  left: 48% !important
}

.el-user-wrap {
  min-width: 85px !important;
  width: 85px !important;
  padding: 8px
}

.el-user-wrap .uses-hover {
  text-align: center;
  line-height: 30px
}

.el-user-wrap .uses-hover a {
  display: block
}

.el-no-radius {
  border-radius: 0;
  border: none
}

.el-no-radius input {
  border-radius: 0;
  height: 40px;
  border: none
}

.el-button-no-radius {
  border-radius: 0 !important;
  position: relative;
  top: -1px
}

.el-no-border {
  border: none
}

.dialogStyle .el-dialog__title {
  color: #285EC9
}

.el-breadcrumb__item:nth-child(1) {
  display: inline-block;
  margin-right: 12px
}

.el-breadcrumb__item:nth-child(1) .el-breadcrumb__separator {
  display: none
}

#app .hasEl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 26px
}

#app .el-menu,
#app .nav-search {
  display: -webkit-box;
  display: -ms-flexbox
}

#app .isShowLine .el-menu-item {
  border-bottom: 5px solid #fff !important;
  background-color: transparent !important;
  position: relative;
  z-index: 9999999
}

#app .hn-wrapper .el-header {
  height: 80px !important;
  padding: 0 !important
}

#app .nav-search {
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline
}

#app .nav-search input {
  height: 34px !important;
  line-height: 34px;
  background: 0 0;
  color: #fff;
  border: 1px solid #FFF
}

#app .nav-search .el-input__icon {
  line-height: 36px !important
}

#app .el-menu {
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

#app .hn-wrapper .hn-nav-router {
  height: 50px
}

#app .hn-wrapper .hn-nav-router .nav-inner {
  width: 1150px;
  margin: 0 auto;
  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
}

#app .hn-wrapper .isFixed {
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 0
}

#app .hn-wrapper .isFixed .el-menu.el-menu--horizontal {
  width: 100%;
  padding-left: 10%
}

#app .hn-wrapper .el-menu--horizontal .el-menu-item:not(.is-disabled):hover {
  background-color: transparent !important
}

#app .hn-wrapper .el-menu.el-menu--horizontal {
  border-bottom: none
}

#app .hn-wrapper .el-menu-item {
  height: 50px;
  padding: 7px 0 0;
  line-height: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.hn-navbars .logo,
.hn-navbars .navbar-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  height: 100%
}

#app .hn-wrapper .el-menu-item span {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fff
}

#app .hn-wrapper .el-menu-item i {
  color: #fff;
  margin-left: 5px;
  margin-top: 9px
}

#app .hn-wrapper .el-menu-item.is-active,
#app .hn-wrapper .el-menu-item:hover {
  border-bottom: 5px solid #fff !important;
  background-color: transparent !important;
  position: relative;
  z-index: 9999999
}

#app .app-main {
  min-height: 300px;
  max-width: 1150px;
  margin: 0 auto;
  position: relative
}

.hn-navbars {
  position: relative;
  height: 100%;
  background-color: #fff;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.hn-navbars .navbar-inner {
  max-width: 1150px;
  margin: 0 auto;
  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
}

.hn-navbars .logo-hn {
  width: 800px
}

.hn-navbars .logo {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.hn-navbars .logo img {
  height: 45px
}

.hn-navbars .logo .logo-bnt-group {
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.hn-navbars .logo .logo-bnt-group .drop-header {
  cursor: pointer;
  background: #ededed;
  border-radius: 2px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #4e4e4e;
  padding: 2px 10px;
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative
}

.hn-navbars .userInfo,
.hn-navbars .userInfo .header-login-users {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center
}

.hn-navbars .logo .logo-bnt-group .drop-header i {
  font-size: 12px;
  margin-left: 3px
}

.hn-navbars .userInfo {
  width: 636px;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #6d6d6d
}

.hn-navbars .userInfo span {
  display: inline-block;
  margin: 0 12px
}

.hn-navbars .userInfo a {
  color: #6d6d6d
}

.hn-navbars .userInfo a:hover {
  color: #2850a0
}

.hn-navbars .userInfo .header-users {
  margin-right: 20px
}

.hn-navbars .userInfo .header-login-users {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: relative
}

.hn-navbars .userInfo .header-login-users img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-left: 6px
}

.hn-navbars .userInfo .header-login-users span {
  color: #6d6d6d
}

.hn-navbars .masked {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  background: #000;
  z-index: 2009
}

.hn-navbars .header-dialog-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  margin: 0;
  z-index: 2010
}

.hn-navbars .header-dialog-wrap .header-dialog {
  position: relative;
  margin: 15vh auto 50px;
  background: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 40%
}

#app,
.hn-areaselect .homeBtn,
.navbars,
html {
  -webkit-box-sizing: border-box
}

.hn-navbars .provice-dialog .bread-title {
  font-size: 20px;
  color: #999;
  padding: 20px 0 25px;
  font-weight: 700;
  border-bottom: 1px solid #eee
}

.hn-navbars .provice-dialog .bread-title ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #c6282c;
  cursor: pointer;
  font-size: 22px
}

.hn-navbars .provice-dialog .bread-title ul li:first-child {
  cursor: pointer;
  text-decoration: underline
}

.hn-navbars .provice-dialog .bread-title ul li .queot {
  display: inline-block;
  margin: 0 5px
}

.hn-navbars .provice-dialog .bread-title ul li .items {
  cursor: pointer;
  text-decoration: underline
}

.hn-navbars .provice-dialog .bread-list {
  font-size: 20px;
  color: #999;
  padding: 20px 0;
  line-height: 29px;
  border-bottom: 1px solid #eee;
  min-height: 102px
}

.hn-navbars .provice-dialog .bread-list ul li {
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #333;
  margin-bottom: 15px;
  cursor: pointer;
  min-width: 69px;
  height: 30px;
  padding: 0 9px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  text-decoration: none
}

.hn-navbars .provice-dialog .bread-list ul li:hover {
  background: #eee;
  color: #c6282c
}

.hn-navbars .provice-dialog .bread-choose-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 0
}

.hn-navbars .provice-dialog .bread-choose-list .static-title {
  font-size: 20px;
  color: #999
}

.hn-navbars .provice-dialog .bread-choose-list ul {
  font-size: 14px;
  color: #333;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15px
}

.hn-navbars .provice-dialog .bread-choose-list ul li:first-child {
  cursor: pointer
}

.hn-navbars .provice-dialog .bread-choose-list ul li .queot {
  display: inline-block;
  margin: 0 5px
}

.hn-navbars .provice-dialog .bread-choose-list ul li .items {
  cursor: pointer
}

.hn-areaselect {
  position: absolute;
  left: 50%;
  top: 50px;
  width: 1150px;
  min-height: 400px;
  padding: 1.2em 1.9em;
  background-color: #fff;
  z-index: 9999999999;
  -webkit-box-shadow: 0 .15em 1.5em 0 rgba(9, 41, 77, .15);
  -ms-box-shadow: 0 .15em 1.5em 0 rgba(9, 41, 77, .15);
  -o-box-shadow: 0 .15em 1.5em 0 rgba(9, 41, 77, .15);
  box-shadow: 0 .15em 1.5em 0 rgba(9, 41, 77, .15);
  -webkit-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px)
}

.hn-areaselect .areaHeader a {
  color: #1A68D5;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4
}

.hn-areaselect .areaHeader em {
  font-style: normal;
  padding: 0 .2em
}

.hn-areaselect .areaContainer {
  padding: 10px;
  overflow: hidden
}

.hn-areaselect .areaContainer a {
  display: block;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 .5em;
  color: #45484b;
  height: 1.9em;
  line-height: 1.9em
}

.hn-areaselect .areaContainer a:hover {
  background-color: #eee
}

.hn-areaselect .areaContainer .item {
  min-width: 33%
}

.hn-areaselect .areaContainer .cityItem {
  width: 20%
}

.hn-areaselect .areaContainer .activeItem {
  background-color: #F1F5FF;
  color: #1A68D5
}

.hn-areaselect .homeBtn {
  color: #FFF;
  background-color: #2850A0;
  border-color: 1px solid #2850A0;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  -webkit-transition: .1s;
  transition: .1s;
  font-weight: 400;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 4px
}

.hn-areaselect .homeBtn:hover {
  opacity: .8;
  -webkit-transition: all .3s;
  transition: all .3s
}

.hn-areaselect .areaSearchMatch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.hn-areaselect .areaSearchMatch h3 {
  width: 80px
}

.hn-areaselect .areaSearchMatch input {
  height: 32px;
  line-height: 32px
}

.hn-areaselect .areaSearchMatch .el-icon-search {
  line-height: 34px
}

.hn-areaselect .dept-collapse_toggle {
  min-width: 100%;
  display: block;
  background-color: #f1f2f3;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  margin-top: .5em;
  color: #4293f4;
  font-weight: 400;
  margin-bottom: .7em !important;
  margin-left: -.5em;
  margin-right: -.5em
}

.hn-areaselect .dept-collapse_toggle .iconfont {
  font-size: 12px;
  margin-left: 6px
}

body::-webkit-scrollbar-track-piece {
  background: #d3dce6
}

body::-webkit-scrollbar {
  width: 5px;
  height: 8px
}

body::-webkit-scrollbar-thumb {
  background: #99a9bf;
  border-radius: 20px
}

h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-text-size-adjust: none;
  font-family: "PingFangSC-Medium, PingFang SC"
}

.fl {
  float: left
}

.fr {
  float: right
}

.mr15 {
  margin-right: 15px
}

p,
ul {
  margin: 0;
  padding: 0
}

.swiper-pagination-bullet {
  opacity: .8 !important
}

.swiper-pagination-bullet-active {
  opacity: 1 !important;
  background: #fff !important
}

body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  min-width: 1150px;
  font-family: "PingFangSC-Medium, PingFang SC"
}

.content-text,
.main-text {
  font-family: PingFangSC-Medium, PingFang SC;
  text-shadow: 0 4px 12px rgba(78, 107, 142, .23)
}

a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline
}

label {
  font-weight: 700
}

#app,
html {
  height: 100%;
  box-sizing: border-box
}

*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}

a:active,
a:focus,
div:focus {
  outline: 0
}

a,
a:focus,
a:hover {
  cursor: pointer;
  color: inherit;
  text-decoration: none
}

.provice-dialog .bread-title ul li .items,
.provice-dialog .bread-title ul li:first-child {
  text-decoration: underline;
  cursor: pointer
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0
}

ul {
  list-style: none
}

.app-container {
  padding: 20px
}

.text-overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.swiper-pagination-bullet {
  background: #c5282b !important
}

.primary-text {
  color: #2850A0
}

.primary-bg {
  background-color: #2850A0
}

.primary-border {
  border: 1px solid #2850A0
}

.isGrey {
  background: #F3F5F9
}

.main-text {
  font-size: 16px;
  font-weight: 600;
  color: #2D2D2D
}

.content-text {
  font-size: 14px;
  font-weight: 500;
  color: #818181
}

.table-collapse-toggle {
  width: 100%;
  display: block;
  background-color: #f1f2f3;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  margin-top: 15px
}

.navbars {
  position: relative;
  height: 80px;
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
  font-family: "PingFangSC-Medium, PingFang SC"
}

.navbars .logo,
.navbars .navbar-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  height: 100%
}

.navbars .navbar-inner {
  max-width: 1150px;
  margin: 0 auto;
  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
}

.navbars .logo-hn {
  width: 570px
}

.navbars .logo {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.navbars .logo img {
  width: 203px;
  height: 45px;
  margin-bottom: 5px
}

.navbars .logo .logo-bnt-group {
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.navbars .logo .logo-bnt-group .drop-header {
  cursor: pointer;
  background: #ededed;
  border-radius: 2px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #4e4e4e;
  padding: 2px 10px;
  margin-left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.navbars .logo .logo-bnt-group .drop-header i {
  font-size: 12px;
  margin-left: 3px
}

.navbars .userInfo a,
.navbars .userInfo span {
  font-size: 16px;
  font-family: "PingFangSC-Medium, PingFang SC"
}

.navbars .userInfo {
  width: 636px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #6d6d6d
}

.navbars .userInfo span {
  display: inline-block;
  margin: 0 10px
}

.navbars .userInfo a {
  color: #6d6d6d
}

.navbars .userInfo a:hover {
  color: #2850a0
}

.navbars .userInfo .header-users {
  margin-right: 20px
}

.navbars .userInfo .header-login-users {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: relative
}

.navbars .userInfo .header-login-users img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-left: 6px
}

.navbars .userInfo .header-login-users span {
  color: #6d6d6d
}

.navbars .masked {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  background: #000;
  z-index: 2009
}

.navbars .header-dialog-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  margin: 0;
  z-index: 2010
}

.navbars .header-dialog-wrap .header-dialog {
  position: relative;
  margin: 15vh auto 50px;
  background: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 40%
}

.provice-dialog .bread-title {
  font-size: 20px;
  color: #999;
  padding: 20px 0 25px;
  font-weight: 700;
  border-bottom: 1px solid #eee
}

.provice-dialog .bread-title ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #c6282c;
  cursor: pointer;
  font-size: 22px
}

.provice-dialog .bread-title ul li .queot {
  display: inline-block;
  margin: 0 5px
}

.provice-dialog .bread-list {
  font-size: 20px;
  color: #999;
  padding: 20px 0;
  line-height: 29px;
  border-bottom: 1px solid #eee;
  min-height: 102px
}

.provice-dialog .bread-list ul li {
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #333;
  margin-bottom: 15px;
  cursor: pointer;
  min-width: 69px;
  height: 30px;
  padding: 0 9px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  text-decoration: none
}

.provice-dialog .bread-list ul li:hover {
  background: #eee;
  color: #c6282c
}

.provice-dialog .bread-choose-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 0
}

.provice-dialog .bread-choose-list .static-title {
  font-size: 20px;
  color: #999
}

.provice-dialog .bread-choose-list ul {
  font-size: 14px;
  color: #333;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15px
}

.provice-dialog .bread-choose-list ul li:first-child {
  cursor: pointer
}

.provice-dialog .bread-choose-list ul li .queot {
  display: inline-block;
  margin: 0 5px
}

.provice-dialog .bread-choose-list ul li .items {
  cursor: pointer
}

.hn-footer {
  width: 100%;
  height: 190px;
  background: #f8f9fa
}

.hn-footer-inner {
  width: 1150px;
  margin: 0 auto;
  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;
  height: 100%
}

.hn-footer-inner .left {
  line-height: 30px
}

.hn-footer-inner .right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.hn-footer-inner .right .qcode {
  text-align: center
}

.hn-footer-inner .right a {
  margin-right: 15px;
  float: left
}

.hn-footer-inner .right .qcode-img {
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  cursor: initial
}

.hn-footer-inner .right .qcode-img:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3)
}

.hn-footer-inner .right p {
  font-size: 13px;
  margin-top: 5px;
  color: #000
}

.personal-hover {
  position: absolute;
  top: 49px;
  z-index: 99999;
  width: 1150px;
  left: 0;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1)
}

.maps-hover,
.public-hover {
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1)
}

.personal-hover .nav {
  height: 45px;
  background: #1c4492;
  padding: 0 50px;
  position: relative
}

.personal-hover .nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 45px
}

.personal-hover .nav ul li {
  font-size: 16px;
  color: #90a4c9;
  font-weight: 300;
  margin-right: 50px;
  position: relative
}

.personal-hover .nav ul .active-text a {
  color: #fff
}

.personal-hover .hover-components {
  position: absolute;
  width: 1150px;
  height: 285px;
  background: rgba(15, 49, 116, .96);
  left: 0;
  top: 45px;
  line-height: 1.15
}

.personal-hover .hover-components div {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 6px 12px 0
}

.personal-hover .hover-components .list-items {
  display: block;
  width: 47%;
  font-size: 15px;
  margin: 4px 0;
  color: #fff;
  float: left
}

.personal-hover .hover-components .list-items span {
  display: inline-block;
  padding: 7px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%
}

.personal-hover .hover-components .list-items span:hover {
  background-color: #0b3791
}

.personal-hover .hover-components .list {
  min-height: 160px;
  overflow: hidden
}

.personal-hover .hover-components .load-more {
  height: 38px;
  line-height: 38px;
  border-radius: 3px;
  display: block;
  text-align: center;
  margin: 10px 20px;
  color: #fff;
  background: rgba(32, 67, 136, .7)
}

.personal-hover .hover-components .arrow {
  position: absolute;
  left: 44px;
  top: -22px;
  z-index: 2002
}

.government-hover,
.public-hover {
  position: absolute;
  top: 49px;
  z-index: 99999
}

.personal-hover .hover-components .arrow i {
  font-size: 24px;
  color: #fff
}

.government-hover {
  background: rgba(15, 49, 116, .96);
  width: 500px;
  right: 190px
}

.government-hover .maps-wrap {
  padding: 30px;
  line-height: 28px;
  word-wrap: break-word;
  width: 100%
}

.government-hover .maps-wrap .left {
  cursor: pointer;
  color: #fff;
  word-wrap: break-word
}

.public-hover {
  height: 311px;
  width: 1150px;
  left: 0;
  border-radius: 4px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1)
}

.public-hover .nav {
  height: 52px;
  background: rgba(32, 67, 136, .8);
  padding: 0 50px;
  position: relative
}

.public-hover .nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 52px
}

.public-hover .nav ul li {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  margin-right: 50px;
  position: relative
}

.public-hover .hover-components {
  position: absolute;
  width: 1150px;
  height: 330px;
  background: rgba(15, 49, 116, .96);
  left: 0;
  top: 0
}

.public-hover .hover-components a {
  display: block;
  width: 200px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  margin: 9px 12px 8px 0;
  padding-left: 5px;
  color: #fff;
  text-align: left;
  float: left;
  cursor: pointer
}

.public-hover .hover-components a:hover {
  background: #0b3791
}

.public-hover .hover-components .list {
  min-height: 200px;
  overflow: hidden
}

.public-hover .hover-components p {
  height: 38px;
  line-height: 38px;
  border-radius: 3px;
  width: 96%;
  text-align: center;
  margin: 8px 20px;
  color: #fff;
  cursor: pointer;
  background: rgba(32, 67, 136, .8)
}

.public-hover .hover-components .arrow {
  position: absolute;
  left: 40px;
  top: -22px;
  z-index: 2002
}

.public-hover .hover-components .arrow i {
  font-size: 24px;
  color: #2850a0;
  -webkit-transform: scale(.7);
  transform: scale(.7)
}

.goods-maks-hover .maps-wrap .left,
.maks-hover .maps-wrap .left {
  color: #fff;
  cursor: pointer
}

.maps-hover {
  position: absolute;
  height: 330px;
  top: 49px;
  z-index: 99999;
  width: 1150px;
  left: 0;
  border-radius: 4px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
  background: rgba(15, 49, 116, .96)
}

.maps-hover .maps-wrap {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.maps-hover .maps-wrap .left {
  width: 70%;
  color: #fff;
  line-height: 35px;
  margin-right: 30px;
  margin-top: 30px;
  cursor: pointer
}

.goods-maks-hover .maps-wrap,
.maks-hover .maps-wrap {
  padding: 30px;
  line-height: 28px
}

.maps-hover .maps-wrap .right {
  width: 100%;
  height: 270px;
  cursor: pointer
}

.maps-hover .maps-wrap .right img {
  width: 100%;
  height: 270px
}

.goods-maks-hover,
.maks-hover {
  background: rgba(15, 49, 116, .96);
  width: 500px;
  position: absolute;
  top: 49px;
  z-index: 99999
}

.maks-hover {
  right: -41px
}

.goods-maks-hover {
  right: 90px
}

.legonal-hover {
  position: absolute;
  top: 49px;
  z-index: 99999;
  width: 1150px;
  left: 0;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1)
}

.legonal-hover .nav {
  height: 45px;
  background: #1c4492;
  padding: 0 28px;
  position: relative
}

.legonal-hover .nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 45px
}

.legonal-hover .nav ul li {
  font-size: 16px;
  color: #90a4c9;
  font-weight: 300;
  position: relative;
  width: 110px;
  text-align: center
}

.legonal-hover .nav ul .active-text a {
  color: #fff
}

.legonal-hover .nodata {
  text-align: center;
  margin-top: 80px;
  color: rgba(28, 68, 146, .9);
  font-size: 18px
}

.legonal-hover .hover-components {
  position: absolute;
  width: 1150px;
  height: 285px;
  background: rgba(15, 49, 116, .96);
  left: 0;
  top: 45px;
  line-height: 1.15
}

.legonal-hover .hover-components div {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 6px 12px 0
}

.legonal-hover .hover-components .list-items {
  display: block;
  width: 47%;
  font-size: 15px;
  margin: 4px 0;
  color: #fff;
  float: left
}

.legonal-hover .hover-components .list-items span {
  display: inline-block;
  padding: 7px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%
}

.legonal-hover .hover-components .list-items span:hover {
  background-color: #0b3791
}

.legonal-hover .hover-components .list {
  min-height: 160px;
  overflow: hidden
}

.legonal-hover .hover-components .load-more {
  height: 38px;
  line-height: 38px;
  border-radius: 3px;
  display: block;
  text-align: center;
  margin: 10px 20px;
  color: #fff;
  background: rgba(32, 67, 136, .7)
}

.legonal-hover .hover-components .arrow {
  position: absolute;
  left: 57px;
  top: -22px;
  z-index: 2002
}

.legonal-hover .hover-components .arrow i {
  font-size: 24px;
  color: #fff
}

.right-panel {
  position: relative
}

.right-panel .right-panel-wrap {
  position: fixed;
  right: 0;
  margin-top: -292px;
  top: 50%;
  z-index: 999;
  width: 70px;
  background: rgba(31, 75, 164, .9);
  -webkit-transition: all ease-in .3s;
  transition: all ease-in .3s
}

.right-panel .right-panel-wrap ul {
  position: relative;
  line-height: 1.15
}

.right-panel .right-panel-wrap ul li {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  padding: 5px
}

.right-panel .right-panel-wrap ul li .img-a {
  display: block;
  padding: 10px 0;
  color: #6c6c6c;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative
}

.right-panel .right-panel-wrap ul li .img-a:first-child {
  margin-top: 5px
}

.right-panel .right-panel-wrap ul li .img-a img {
  width: 110px;
  height: 110px;
  margin: 0 auto
}

.right-panel .right-panel-wrap ul li .img-a svg {
  width: 20px;
  height: 20px;
  display: block;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
  margin-left: 20px
}

.right-panel .right-panel-wrap ul li .img-a .right-answer svg {
  width: 90px !important;
  height: 90px !important;
  margin-bottom: 0 !important
}

.right-panel .right-panel-wrap ul li .img-a i {
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
  color: #fff
}

.right-panel .right-panel-wrap ul li .img-a span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fff
}

.right-panel .right-panel-wrap ul li .img-a:hover {
  background: #174096
}

.right-panel .right-panel-wrap ul li>i {
  margin-top: 30px;
  cursor: pointer
}

.right-panel .trigger-right-pe {
  height: 35px;
  line-height: 35px;
  position: absolute;
  bottom: 0;
  text-align: center;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  right: 0;
  z-index: 999;
  width: 70px;
  background: rgba(31, 75, 164, .9)
}

.right-panel .panel-close-trigger {
  right: 50px;
  width: 50px;
  padding-right: 15px
}

.right-panel .panel-close {
  right: -70px
}

.right-panel .open-panel {
  position: fixed;
  width: 30px;
  height: 30px;
  right: 0;
  margin-top: -15px;
  top: 50%;
  z-index: 999;
  background: #fff;
  -webkit-box-shadow: 0 0 .75rem 0 rgba(9, 41, 77, .1);
  box-shadow: 0 0 .75rem 0 rgba(9, 41, 77, .1);
  text-align: center
}

.right-panel .right-popover {
  position: absolute;
  top: -176px;
  left: -157px;
  z-index: 1060;
  width: 144px;
  padding: 5px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.15;
  text-align: center;
  border: 1px solid #e6ebf5;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1)
}

.right-panel .right-popover .portal-popover-content {
  padding: 6px 0;
  text-align: center
}

.right-panel .right-popover.bottom>.arrow {
  right: -24px;
  bottom: 0;
  margin-left: -11px;
  border-top-width: 0;
  border-left-color: transparent;
  position: absolute
}

.right-panel .right-popover.bottom>.arrow::after {
  top: -9px;
  margin-left: -10px;
  content: ' ';
  border-left-color: transparent;
  border-width: 10px
}

.right-panel .right-popover.right-popover-ctr {
  top: 0 !important
}

.right-panel .right-popover.right-popover-ctr .arrow::after {
  top: -170px
}

.right-panel .right-popover>.arrow:after {
  content: '';
  border-width: 9px
}

.right-panel .right-popover>.arrow,
.right-panel .right-popover>.arrow:after {
  position: absolute;
  display: block;
  width: 20px;
  height: 80px;
  border-color: transparent;
  border-style: solid
}