.top-bar ul, .top-bar ol {
  list-style: none; }
.top-bar * {
  box-sizing: border-box; }
.top-bar .top-bar__banner[data-v-2199a202] {
  position: relative;
  width: 100%;
  height: 64px;
  background-color: #494ae9;
  overflow: hidden; }
.top-bar .top-bar__content[data-v-2199a202] {
  border-bottom: 1px solid #e3e3e3;
  background-color: #f6f9fd; }
.top-bar .top-bar__content .link[data-v-2199a202], .top-bar .top-bar__content .tip[data-v-2199a202] {
  line-height: 32px;
  font-size: 12px;
  color: #777; }
.top-bar .top-bar__content .link[data-v-2199a202] {
  margin-right: 30px; }
.top-bar .top-bar__content .link[data-v-2199a202]:last-child {
  margin-right: 0; }
.top-bar .top-bar__content .link[data-v-2199a202]:hover {
  color: #333; }
.top-bar .top-bar__content .link.popup[data-v-2199a202] {
  position: relative; }
.top-bar .top-bar__content .link.popup:hover .popup-box-list[data-v-2199a202], .top-bar .top-bar__content .link.popup:hover .popup-box[data-v-2199a202] {
  -webkit-transform: translate(-50%, 100%) scale(1);
  transform: translate(-50%, 100%) scale(1); }
.top-bar .top-bar__content .link .popup-box[data-v-2199a202] {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 100%) scale(0);
  transform: translate(-50%, 100%) scale(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  z-index: 11;
  width: 118px;
  height: 118px;
  padding-top: 1px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(207, 207, 207, 0.5);
  box-shadow: 0 2px 4px 0 rgba(207, 207, 207, 0.5);
  -webkit-transition: all .5s ease;
  transition: all 0.5s ease; }
.top-bar .top-bar__content .link .popup-box .img[data-v-2199a202] {
  margin: 0 auto;
  width: 116px;
  height: 116px; }
.top-bar .top-bar__content .link .popup-box-list[data-v-2199a202] {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 100%) scale(0);
  transform: translate(-50%, 100%) scale(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  z-index: 99999;
  width: 128px;
  padding: 10px 0;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(207, 207, 207, 0.5);
  box-shadow: 0 2px 4px 0 rgba(207, 207, 207, 0.5);
  -webkit-transition: all .5s ease;
  transition: all 0.5s ease; }
.top-bar .top-bar__content .link .popup-box-list .item[data-v-2199a202] {
  margin-bottom: 14px; }
.top-bar .top-bar__content .link .popup-box-list .item.last[data-v-2199a202] {
  margin-bottom: 0; }
.top-bar .top-bar__content .link .popup-box-list .item .item-link[data-v-2199a202] {
  position: relative;
  display: block;
  padding-left: 30px;
  line-height: 20px;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 90%; }
.top-bar .top-bar__content .link .popup-box-list .item .item-link .icon[data-v-2199a202] {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 16px;
  line-height: 1;
  font-size: 16px;
  color: #333; }
.top-bar .top-bar__content .link .popup-box-list .item .item-link:hover .icon[data-v-2199a202], .top-bar .top-bar__content .link .popup-box-list .item .item-link[data-v-2199a202]:hover {
  color: #2778ff; }
.top-bar .top-bar__row[data-v-2199a202] {
  background-color: #fff; }
.top-bar .top-bar__row .search[data-v-2199a202] {
  padding-top: 32px;
  padding-bottom: 22px; }
.top-bar .top-bar__row .search .logo[data-v-2199a202] {
  position: absolute;
  top: 24px;
  left: 0;
  display: block;
  width: 190px;
  height: 51px;
  background-image: url(/cms_files/webzgcyc/pubtplobject/defaultSet/CFhpXWHo5iMiIUocfuafA/images/top-logo.bc634182.png);
  background-size: 100% 100%; }
.top-bar .top-bar__row .search .img[data-v-2199a202] {
  position: absolute;
  top: 26px;
  right: 15px;
  width: 220px; }
.top-bar .top-bar__nav[data-v-2199a202] {
  background-color: #fff; }
.top-bar .top-bar__nav .nav[data-v-2199a202] {
  height: 40px;
  padding-left: 210px; }
.top-bar .ec-banner--full {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
.top-bar .container-1170 {
  margin: 0 auto;
  width: 1170px; }
.top-bar .el-row--flex.is-align-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.top-bar .el-row--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.top-bar .blank {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }
.top-bar a {
  text-decoration: none;
  cursor: pointer; }
.top-bar .pr {
  position: relative; }
.top-bar .top-bar-search[data-v-b9b8b080] {
  position: relative;
  margin: 0 auto;
  width: 550px;
  height: 36px;
  border: 2px solid #2778ff; }
.top-bar .top-bar-search .select-box[data-v-b9b8b080] {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  border-right: 2px solid #2778ff; }
.top-bar .top-bar-search .select-box .text[data-v-b9b8b080] {
  line-height: 32px;
  font-size: 12px;
  color: #666; }
.top-bar .top-bar-search .select-box .icon[data-v-b9b8b080] {
  display: block;
  margin-left: 8px;
  width: 16px;
  height: 9px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAJCAYAAAA7KqwyAAAAyklEQVQoU43SIUtDYRTG8d8dCJaxtmyTyfKScQPL2GB1NoNfweAXkEVhK1vRKBMMY+4LGASr0WazWATDGAfuhctlV+9JL+95+D/nOe+b4BVTLFSvGxxjkGCEe1xj8g+jhhmGOMNbAKK6eMQtrkogB7jDKXp4D10GiHMHKyxxiW0OdIgHtFKzj6yXB8TdCZ7xgjF+UccTmqnzZ37CIiB6R9ggXC5S58gemb+K8fYBQhNua7TTafr43rebMkBoGzjHHD9lr/MXoNKv2AGKtx4KehB4bAAAAABJRU5ErkJggg==); }
.top-bar .top-bar-search .tab[data-v-b9b8b080] {
  width: 84px;
  border-right: 2px solid #2778ff; }
.top-bar .top-bar-search .tab[data-v-b9b8b080] .el-input__inner {
  height: 32px;
  padding-left: 10px;
  padding-right: 32px;
  border: none;
  border-radius: 0;
  background-color: transparent;
  line-height: 32px;
  font-size: 12px;
  color: #666;
  text-align: center; }
.top-bar .top-bar-search .tab[data-v-b9b8b080] .el-input__suffix {
  right: 10px; }
.top-bar .top-bar-search .tab[data-v-b9b8b080] .el-select__caret {
  width: auto;
  line-height: 32px;
  color: #3d4254; }
.top-bar .top-bar-search .input[data-v-b9b8b080] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 12px;
  padding-right: 56px;
  line-height: 32px;
  font-size: 12px; }
.top-bar .top-bar-search .input[data-v-b9b8b080]::-webkit-input-placeholder {
  color: #b5b5b5; }
.top-bar .top-bar-search .input[data-v-b9b8b080]:-moz-placeholder, .top-bar .top-bar-search .input[data-v-b9b8b080]::-moz-placeholder {
  color: #b5b5b5; }
.top-bar .top-bar-search .input[data-v-b9b8b080]:-ms-input-placeholder {
  color: #b5b5b5; }
.top-bar .top-bar-search .btn[data-v-b9b8b080] {
  position: absolute;
  top: -2px;
  right: -2px;
  display: block;
  width: 48px;
  height: 36px;
  background-color: #2778ff;
  line-height: 36px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  cursor: pointer; }
.top-bar input {
  border: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
.top-bar .top-bar__nav[data-v-2199a202] {
  background-color: #fff; }
.top-bar .top-bar__nav .nav[data-v-2199a202] {
  height: 40px;
  padding-left: 210px; }
.top-bar .top-bar-nav[data-v-3641eb36] {
  position: relative; }
.top-bar .top-bar-nav .top-bar-gif[data-v-3641eb36] {
  position: absolute;
  left: -210px;
  top: 0;
  z-index: 1; }
.top-bar .top-bar-nav .nav-item[data-v-3641eb36] {
  position: relative;
  margin-right: 35px; }
.top-bar .top-bar-nav .nav-item[data-v-3641eb36]:last-child {
  margin-right: 0; }
.top-bar .top-bar-nav .nav-item .link[data-v-3641eb36] {
  display: block;
  line-height: 40px;
  font-size: 16px;
  color: #3d4254; }
.top-bar .top-bar-nav .nav-item .link[data-v-3641eb36]:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: block;
  width: 0;
  height: 3px;
  border-radius: 1.5px;
  background-color: #2778ff;
  -webkit-transition: width .5s ease;
  transition: width 0.5s ease; }
.top-bar .top-bar-nav .nav-item .child[data-v-3641eb36] {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%) scale(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  z-index: 11;
  overflow: hidden;
  width: 150px;
  padding: 16px 0;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(204, 204, 204, 0.5);
  box-shadow: 0 2px 4px 0 rgba(204, 204, 204, 0.5);
  -webkit-transition: all .5s ease;
  transition: all 0.5s ease; }
.top-bar .top-bar-nav .nav-item .child .child-item[data-v-3641eb36] {
  margin-bottom: 12px; }
.top-bar .top-bar-nav .nav-item .child .child-item[data-v-3641eb36]:last-child {
  margin-bottom: 0; }
.top-bar .top-bar-nav .nav-item .child .child-link[data-v-3641eb36] {
  display: block;
  line-height: 20px;
  font-size: 14px;
  color: #333;
  text-align: center; }
.top-bar .top-bar-nav .nav-item .child .child-link[data-v-3641eb36]:hover {
  color: #2778ff; }
.top-bar .top-bar-nav .nav-item:hover .link[data-v-3641eb36]:after {
  width: 62.5%; }
.top-bar .top-bar-nav .nav-item:hover .child[data-v-3641eb36] {
  transform: translate(-50%, 100%) scale(1); }
.top-bar [class*=" el-icon-"], .top-bar [class^=el-icon-] {
  font-family: element-icons1, serif !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: baseline;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
