.static-nav a {
  color: inherit;
  text-decoration: none;
  display: block;
}
.static-nav .static-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border-bottom: none;
}
.static-nav .static-menu > li {
  list-style: none;
}
.static-nav .static-submenu {
  position: relative;
  height: 100px;
  line-height: 100px;
  margin: 0 24px;
}
.static-nav .static-submenu > .el-submenu__title {
  height: 100px !important;
  line-height: 100px !important;
  padding: 0 12px !important;
  border-bottom: 3px solid transparent;
  box-sizing: border-box;
}
.static-nav .static-submenu:hover .static-dropdown {
  display: block;
}
.static-nav .static-submenu:hover .el-submenu__title {
  color: #0057a3 !important;
}
.static-nav .static-submenu::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 8px;
}
.static-nav .static-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 170px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  z-index: 2000;
}
.static-nav .static-dropdown li {
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0;
  background: #fff;
}
.static-nav .static-dropdown a {
  padding: 0 20px;
  color: #555;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
}
.static-nav .static-dropdown li:hover {
  background: #0057a3;
}
.static-nav .static-dropdown li:hover a {
  color: #fff;
}
.static-nav .el-menu-item a {
  color: inherit;
}
.static-nav .el-menu-item.is-active {
  border-bottom-color: #0057a3 !important;
  color: #0057a3 !important;
}
.static-map {
  position: relative;
  height: 468px;
  background: #e8edf2;
  overflow: hidden;
}
.static-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.static-map-link {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  height: 36px;
  line-height: 36px;
  padding: 0 18px;
  border-radius: 3px;
  background: #0057a3;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
}
.static-map-link:hover {
  background: #004985;
  color: #fff;
  text-decoration: none;
}
footer.el-footer {
  height: 395px !important;
  box-sizing: border-box;
  padding: 55px 20px 0 !important;
  background-color: #0468bf;
  color: #fff;
}
footer.el-footer .container {
  width: 1200px;
  margin: 0 auto;
}
footer.el-footer .el-row {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  flex-wrap: nowrap !important;
}
footer.el-footer .el-col-12 {
  width: 50% !important;
  max-width: 50%;
  flex: 0 0 50%;
  box-sizing: border-box;
}
footer.el-footer .el-col-11 {
  width: 45.83333333% !important;
  max-width: 45.83333333%;
  flex: 0 0 45.83333333%;
  box-sizing: border-box;
}
footer.el-footer a {
  color: #fff;
  text-decoration: none;
}
footer.el-footer img {
  display: block;
  max-width: 100%;
}
footer.el-footer ul.ftNav {
  margin: 0;
  padding: 0;
  list-style: none outside;
  font-size: 18px;
}
footer.el-footer ul.ftNav li {
  display: inline-block;
}
footer.el-footer ul.ftNav li a {
  margin: 0 20px;
}
footer.el-footer ul.ftNav li:first-child a {
  margin-left: 0;
}
footer.el-footer ul.ftNav li:last-child a {
  margin-right: 0;
}
footer.el-footer .ftQrcode {
  display: flex;
  align-items: flex-start;
}
footer.el-footer .ftQrcode dl {
  width: 133px;
  margin: 25px 43px 0 0;
}
footer.el-footer .ftQrcode dd {
  margin: 0;
  padding: 12px 0 0;
  font-size: 14px;
  text-align: center;
}
footer.el-footer .ftQrcode img {
  width: 133px;
  height: 133px;
}
footer.el-footer .ftCopyright {
  margin-top: 25px;
  font-size: 14px;
}
footer.el-footer .ftCopyright span {
  margin-right: 26px;
}
footer.el-footer .ftBrandLogo img {
  width: auto;
  height: auto;
}
footer.el-footer .ftContact ul {
  margin: 0;
  padding: 0;
  list-style: none outside;
}
footer.el-footer .ftContact ul li {
  min-height: 28px;
  margin-top: 22px;
  padding-left: 40px;
  background-image: url(../img/ft-spring.0ea9ac5.png);
  background-repeat: no-repeat;
  font-size: 18px;
}
footer.el-footer .ftContact ul li:nth-child(1) {
  background-position: 0 2px;
}
footer.el-footer .ftContact ul li:nth-child(2) {
  background-position: 0 -47px;
}
footer.el-footer .ftContact ul li:nth-child(3) {
  background-position: 0 -99px;
}
footer.el-footer .ftContact ul li:nth-child(4) {
  background-position: 0 -150px;
}
.servicefixedBar {
  position: fixed;
  right: 50px;
  top: 30%;
  width: 58px;
  background: #fff;
  box-shadow: 0 0 4px #ccc;
  z-index: 999;
}
.servicefixedBar .fixedItem {
  position: relative;
  width: 42px;
  height: 50px;
  padding: 0 8px;
  background-image: url(../img/servicefixedBar.a183a55.png);
  background-repeat: no-repeat;
  cursor: pointer;
}
.servicefixedBar .fixedItem a {
  display: block;
  height: inherit;
  text-decoration: none;
}
.servicefixedBar .fixedItem span {
  display: block;
  height: inherit;
  padding-top: 7px;
  box-sizing: border-box;
  background: #fff;
  color: #555;
  font-size: 16px;
  line-height: 17px;
  text-align: center;
  opacity: 0;
  transition: all 0.3s;
}
.servicefixedBar .fixedItem::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 42px;
  height: 1px;
  overflow: hidden;
  background: #ededed;
}
.servicefixedBar .fixedItem.online {
  background-position: center 13px;
}
.servicefixedBar .fixedItem.wechat {
  position: relative;
  background-position: center -40px;
}
.servicefixedBar .fixedItem.wechat span {
  padding-top: 15px;
  text-indent: -4px;
  white-space: nowrap;
}
.servicefixedBar .fixedItem.tel {
  background-position: center -90px;
}
.servicefixedBar .fixedItem.qq {
  background-position: center -140px;
}
.servicefixedBar .fixedItem.email {
  background-position: center -185px;
}
.servicefixedBar .fixedItem.email span {
  padding-top: 15px;
}
.servicefixedBar .fixedItem.scrollTop {
  background-position: center -235px;
}
.servicefixedBar .fixedItem.scrollTop i {
  display: block;
  font-size: 22px;
  line-height: 17px;
}
.servicefixedBar .fixedItem span:hover {
  color: #005bac;
  opacity: 1;
}
.servicefixedBar .fixedItem.tel:hover .telHover {
  animation: telwidth 0.2s linear forwards;
}
.servicefixedBar .fixedItem.email:hover .emailHover {
  animation: emailwidth 0.2s linear forwards;
}
.servicefixedBar .fixedItem.wechat span:hover + .wechatHover {
  animation: wechatOpacity 0.2s linear forwards;
}
.servicefixedBar .fixedItem.tel .telHover,
.servicefixedBar .fixedItem.email .emailHover {
  position: absolute;
  top: 0;
  right: 58px;
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #fff;
  color: #005bac;
  text-align: center;
  width: 0;
}
.servicefixedBar .fixedItem.wechat .wechatHover {
  position: absolute;
  right: 62px;
  top: -50px;
  width: 146px;
  height: 146px;
  background: url(../img/qrcode-focusorder.bbd608e.jpg) no-repeat right;
  opacity: 0;
}
@keyframes telwidth {
  from {
    width: 0;
  }
  to {
    width: 147px;
  }
}
@keyframes emailwidth {
  from {
    width: 0;
  }
  to {
    width: 236px;
  }
}
@keyframes wechatOpacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
