/*15:50*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
span,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}

dl,
dt,
dd,
ul,
ol,
li {
  list-style: none;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
  border: 0;
}
[v-cloak] {
    display: none;
}

html,
body {
  width: 100%;
  height: 100%;
}

body,
button,
input,
select,
textarea {
  font-size: 14px;
  font-family: "STHeiti", "Microsoft YaHei", Helvetica, Arial, sans-serif;
}

.clearfix:before,
.clearfix:after {
  content: ".";
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
  clear: right;
}

@font-face {
  font-family: "iconfont"; /* Project id 4143417 */
  src: url("./font/iconfont.woff2") format("woff2"),
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-font-smoothing: antialiased;
  /*  -webkit-text-stroke-width: 0.2px;*/
  -moz-osx-font-smoothing: grayscale;
}

.section {
  width: 1200px;
  margin: 60px auto 0;
}

.topbar {
  width: 100%;
  font-size: 0;
  height: 68px;
  line-height: 68px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(61, 155, 237, 1)),
    to(rgba(61, 155, 237, 0))
  );
  background-image: -webkit-linear-gradient(
    rgba(61, 155, 237, 1),
    rgba(61, 155, 237, 0)
  );
  background-image: -moz-linear-gradient(
    rgba(61, 155, 237, 1),
    rgba(61, 155, 237, 0)
  );
  background-image: -o-linear-gradient(
    rgba(61, 155, 237, 1),
    rgba(61, 155, 237, 0)
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(61, 155, 237, 1)),
    to(rgba(61, 155, 237, 0))
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(61, 155, 237, 1)),
    to(rgba(61, 155, 237, 0))
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(61, 155, 237, 1)),
    to(rgba(61, 155, 237, 0))
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(61, 155, 237, 1)),
    to(rgba(61, 155, 237, 0))
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(61, 155, 237, 1)),
    to(rgba(61, 155, 237, 0))
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(61, 155, 237, 1)),
    to(rgba(61, 155, 237, 0))
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(61, 155, 237, 1)),
    to(rgba(61, 155, 237, 0))
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(61, 155, 237, 1)),
    to(rgba(61, 155, 237, 0))
  );
  background-image: linear-gradient(
    rgba(61, 155, 237, 1),
    rgba(61, 155, 237, 0)
  );
  position: absolute;
  z-index: 650;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 260px;
  padding-right: 195px;
  -webkit-transition: background-color 1.5s;
  -o-transition: background-color 1.5s;
  -moz-transition: background-color 1.5s;
  transition: background-color 1.5s;
}

.topbar .logo {
  display: inline-block;
  width: 220px;
  height: 38px;
  text-align: left;
  position: absolute;
  left: 35px;
  top: 0;
}

.topbar .logo img {
  height: 100%;
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.4));
}

.topbar .left-btn {
  position: absolute;
  left: 34px;
  top: 15px;
}

.topbar .left-btn a {
  text-decoration: none;
  margin-right: 20px;
}

.topbar .left-btn i {
  font-size: 36px;
  line-height: 38px;
  vertical-align: middle;
  color: #0b325e;

  -webkit-transition: color 1s;
  -o-transition: color 1s;
  -moz-transition: color 1s;
  transition: color 1s;
}

.topbar .left-btn i:hover {
  color: #fff;
}

.topbar .right-btn {
  width: 140px;
  text-align: right;
  position: absolute;
  top: 0;
  right: 35px;
}

.topbar .right-btn i {
  font-size: 24px;
  color: #fff;
  cursor: pointer;
}

.topbar .right-btn span {
  display: inline-block;
  font-size: 14px;
  height: 100%;
  /* line-height: 48px; */
  color: rgba(255, 255, 255, 0.7);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 24px;
  margin-left: 24px;
  vertical-align: top;
}

.topbar .right-btn a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
}

.topbar .right-btn span a:hover {
  color: #fec640;
}

.topbar #weather-v2-plugin-simple {
  width: 140px;
  display: inline-block;
  float: left;
  pointer-events: none;
}

.topbar .s-sticker {
  width: auto !important;
  display: inline-block !important;
}

.topbar #weather-v2-plugin-simple,
.topbar #weather-v2-plugin-simple .s-sticker,
.topbar #weather-v2-plugin-simple .module {
  font: 14px/38px "Microsoft Yahei" !important;
}

.topbar #weather-v2-plugin-simple .s-sticker {
  padding: 0 !important;
}

.topbar #weather-v2-plugin-simple {
  width: auto;
  height: 38px;
}

.topbar #weather-v2-plugin-simple .s-sticker > div:first-child,
.topbar #weather-v2-plugin-simple .s-sticker > div:last-child {
  width: 0 !important;
  padding: 0 !important;
}

.topbar #weather-v2-plugin-simple .module img {
  width: 30px !important;
  height: 30px !important;
}

.topbar .date {
  display: inline-block;
  font: 14px/38px "STHeiti", "Microsoft YaHei", Helvetica, Arial, sans-serif;
  color: #fff;
  float: left;

  color: #0b325e\9;
}

.date span {
  margin-left: 6px;
}

.date .time em {
  font-style: normal;

  -moz-animation: flicker 2s linear infinite;

  -o-animation: flicker 2s linear infinite;

  animation: flicker 2s linear infinite;
  -webkit-animation: flicker 2s linear infinite;
}

.topbar .menu {
  display: inline-block;
  *display: inline;
  *zoom: 1;

  position: relative;
  border: 1px solid #fff;
  padding: 0 20px;
  border-radius: 4px;

  -webkit-transition: background-color 1s;
  -o-transition: background-color 1s;
  -moz-transition: background-color 1s;
  transition: background-color 1s;
  cursor: pointer;
}

.topbar .menu:hover {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.7);
}

.topbar .menu img {
  width: 28px;
  position: absolute;
  top: 4px;
  left: 20px;

  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  -moz-transition: opacity 1s;
  transition: opacity 1s;
}

.topbar .menu i {
  font-size: 26px;
  line-height: 34px;
  color: #0b325e;
  *vertical-align: -3px;

  -webkit-transition: color 1s;
  -o-transition: color 1s;
  -moz-transition: color 1s;
  transition: color 1s;
}

.topbar .menu span {
  font: 18px/34px "Microsoft Yahei";
  margin-left: 10px;
  color: #0b325e;
  color: rgba(255, 255, 255, 1);

  -webkit-transition: color 1s;
  -o-transition: color 1s;
  -moz-transition: color 1s;
  transition: color 1s;
}

.topbar .menu:hover i {
  color: #ff0000;
}

.topbar .menu:hover img {
  opacity: 0.2;
}

.topbar .menu:hover span {
  color: #0b325e;
}

.nav {
  width: 100%;
  height: 100%;
  font-size: 0;
  display: inline-block;
  text-align: center;
}

.nav li {
  width: 12.5%;
  font-size: 16px;
  display: inline-block;
  position: relative;
}

.nav li a {
  color: #fff;
  text-decoration: none;
}

.nav li dt a {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
}

.nav li:first-child dt a {
  cursor: pointer;
}

.nav li dt a i {
  font-size: 22px;
  vertical-align: -2px;
}

.nav li dt a:hover,
.nav li dt a.active {
  font-weight: bold;
  background-color: #fec640;
}

.nav li dd {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.nav li dd a {
  color: #555;
  display: block;
  line-height: 34px;
  text-align: center;
}

.nav li dd a:hover {
  color: #fff;
  background-color: #fec640;
}

.menuButton,
.wapMenu {
  display: none;
}

.search-wrap {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 500;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}

.search-wrap.show {
  opacity: 1;
  visibility: visible;
}

.search-wrap .s-close {
  position: absolute;
  right: 50px;
  top: 50px;
  width: 80px;
  height: 80px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.search-wrap .s-close i {
  color: #fff;
  font-size: 40px;
  line-height: 80px;
  -webkit-transition: color 0.5s linear;
  -o-transition: color 0.5s linear;
  -moz-transition: color 0.5s linear;
  transition: color 0.5s linear;
}

.search-wrap .s-close:hover i {
  color: red;
}

.search-wrap .s-box {
  position: relative;
  height: 45px;
  line-height: 45px;
  width: 550px;
  background-color: #FFF;
  padding-left: 68px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  margin-top: -100px;
  box-shadow: 0 0 10px rgba(6, 0, 59, 0.8);
  border-radius: 4px;
  overflow: hidden;
}

.search-wrap.show .s-box {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.search-wrap .s-box select {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 100%;
  border: 0;
  background-color: #F4F4F4;
  padding: 0 3px;
}

.search-wrap .s-box select:focus {
  border: none;
}

.search-wrap .s-box .s-input {
  background: #fff;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
  padding: 0 12px;
  font-size: 16px;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

.search-wrap .s-box .s-btn {
  background: #fdb44b;
  color: #fff;
  width: 100px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
}

.footer {
  margin-top: 100px;
  background-color: #3998e8;
}

.footer .section {
  margin: 0 auto;
}

.footer ul {
  padding: 35px 0;
}

.footer li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  float: left;
  width: 33.33%;
  height: 230px;
  color: #fff;
  padding: 10px 25px;
}

.footer li:first-child {
  padding-left: 0;
}

.footer li:nth-child(2) {
  text-align: center;
}

.footer li:last-child {
  border-right: 0;
  padding-right: 0;
}

.footer li h3 {
  font-size: 20px;
  font-weight: normal;
}

.footer li .code {
  margin-top: 30px;
}

.footer li .box {
  border: 1px dashed rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  text-align: left;
  margin-top: 35px;
  padding: 10px;
  line-height: 1.6;
}

.footer li .box h3 {
  text-align: center;
  font-weight: bold;
}

.footer li .msg {
  font-size: 16px;
  line-height: 28px;
  margin-top: 10px;
}

.footer li .msg h5 {
  float: left;
  font-weight: normal;
}

.footer li .msg p {
  float: left;
  color: #ecc8a6;
  font-weight: bold;
  font-size: 18px;
}

.footer li .msg span {
  display: block;
}

.footer li p.addr {
  margin-top: 10px;
}

.footer .copyright {
  background-color: #f2f6ff;
  line-height: 60px;
  vertical-align: middle;
}

.footer .copyright img {
  vertical-align: -3px;
}

.footer-top {
  margin-bottom: 30px;
}

.footer-bottom {
  border-top: 1px solid #506ccd;
  padding: 10px 0;
}

.footer-nav-wrap {
  float: left;
}

.footer-nav {
  width: 160px;

  float: left;
  padding-right: 50px;
}

.footer-nav h4 {
  border: 1px solid #99a6c6;
  padding: 6px 10px;
  color: #fff;
  font: 16px/18px "Microsoft Yahei";

  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.footer-nav ul {
  font: 0/0 a;
  padding-top: 4px;
}

.footer-nav ul li {
  margin-right: 15px;
  margin-top: 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.footer-nav.orthers ul li {
  display: block;
  *display: block;
  *zoom: 1;
}

.footer-nav ul li a {
  color: #f7f7f7;
  text-decoration: none;
  font: 13px/18px "Microsoft Yahei";
}

.footer-nav ul li a:hover {
  color: #fff;
}

.footer-codes {
  float: none;
  text-align: center;
}

.footer-codes ul {
  font: 0/0 a;
}

.footer-codes li {
  width: 80px;
  background-color: #fff;
  padding: 10px;
  text-align: center;
  float: none;
  margin-left: 15px;
  *margin-left: 8px;

  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.footer-codes li img {
  width: 100%;
}

.footer-codes li p {
  margin-top: 4px;
  color: #545454;
  font: 13px/14px "Microsoft Yahei";
}

.footer-bottom .footer-left {
  color: #fff;
  float: left;

  font: 13px/28px "Microsoft Yahei";
}

.footer-bottom .footer-right {
  float: right;
}

.footer-bottom .footer-right li {
  float: right;
  padding-left: 15px;
  position: relative;
}

.footer-bottom .footer-right li a {
  text-decoration: none;
}

.footer-bottom .footer-right li #qrcode {
  width: 80px;
  border: 6px solid #fff;
  border-radius: 4px;
  position: absolute;
  top: -144px;
  left: 50%;
  margin-left: -46px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;

  display: none;
}

.footer-bottom .footer-right li #qrcode:after {
  content: "";
  border: 10px solid transparent;
  border-top: 10px solid #fff;

  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -10px;
}

.footer-bottom .footer-right li #qrcode span {
  display: block;
  font: 14px/18px "Microsoft Yahei";
  color: #555;
  padding-bottom: 6px;
}

.footer-bottom .footer-right li #qrcode img {
  width: 100%;
}

.footer-bottom .footer-right i {
  font-size: 30px;
  line-height: 32px;
  color: #fff;
}

.fast-links {
  position: fixed;
  top: 50%;
  right: 5px;
  z-index: 1000;
  display: none;
  transform: translatey(-50%);
}

.fast-links .item {
  margin-bottom: 2px;
  position: relative;
}

.fast-links .item {
  cursor: pointer;
}

.fast-links .item h4 {
  width: 64px;
  height: 64px;
  margin-left: 2px;
  text-align: center;
  background-color: #214a9a;
}

.fast-links .item.mlzy h4 {
  background-color: #99624d;
}

.fast-links .item h4 a {
  text-decoration: none;
}

.fast-links .item h4 i {
  font-size: 32px;
  line-height: 64px;
  color: #fff;
  font-weight: normal;
}

.fast-links .item.mlzy h4 i {
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #FFF;
  padding-top: 8px;
}

.fast-links .item h4 p {
  display: none;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #FFF;
  padding-top: 8px;
}

.fast-links .item:hover h4 {
  background-color: #FAC532;
}

.fast-links .item:hover h4 a {
  display: block;
  text-decoration: none;
}

.fast-links .item:hover h4 i {
  display: none;
}

.fast-links .item:hover h4 p {
  color: #333;
  display: block;
}

.fast-links .item .child {
  position: absolute;
  top: 0;
  right: 100%;
  width: 320px;
  background-color: #fff;
  padding: 0 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  display: none;
}

.fast-links .item .child .title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #eee;
}

.fast-links .item .child .link {
  overflow: hidden;
  padding: 10px 0;
}

.fast-links .item .child .link a {
  width: auto;
  height: auto;
  float: left;
  width: 33.33%;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  margin-bottom: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fast-links .item .child .link a:hover {
  color: #002492;
}

@media screen and (min-width: 1440px) {
  .section {
    width: 1400px;
    margin: 60px auto 0;
  }

  .topbar {
    height: 90px;
    line-height: 90px;
    padding-left: 320px;
    padding-right: 215px;
  }

  .topbar .logo {
    width: 320px;
    height: 56px;
  }

  .topbar .right-btn {
    width: 160px;
    text-align: right;
  }

  .topbar .left-btn {
    top: 25px;
  }

  .topbar .left-btn i {
    font-size: 36px;
    line-height: 46px;
  }

  .topbar .menu {
  }

  .topbar .menu img {
    width: 28px;
    top: 4px;
    left: 20px;
  }

  .topbar .left-btn .menu i {
    font-size: 26px;
    line-height: 34px;
  }

  .topbar .menu span {
    font: 18px/34px "Microsoft Yahei";
    margin-left: 10px;
  }

  .topbar #weather-v2-plugin-simple {
    width: 140px;
  }

  .topbar #weather-v2-plugin-simple,
  .topbar #weather-v2-plugin-simple .s-sticker,
  .topbar #weather-v2-plugin-simple .module {
    font: 18px/46px "Microsoft Yahei" !important;
  }

  .topbar #weather-v2-plugin-simple {
    height: 46px;
  }

  .topbar #weather-v2-plugin-simple .module img {
    width: 36px !important;
    height: 36px !important;
  }

  .topbar .date {
    font: 18px/46px "STHeiti", "Microsoft YaHei", Helvetica, Arial, sans-serif;
  }

  .nav {
    padding: 0 4%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .nav li dt a {
    /* padding: 0 45px; */
  }

  .nav li dd a {
    line-height: 38px;
  }

  .footer-top {
    margin-bottom: 50px;
  }

  .footer-nav h4 {
    padding: 6px 10px;
    font: 18px/20px "Microsoft Yahei";
  }

  .footer-nav ul li a {
    font: 16px/20px "Microsoft Yahei";
  }

  .footer-nav ul {
    font: 0/0 a;
    padding-top: 8px;
  }

  .footer-nav ul li {
    margin-right: 15px;
    margin-top: 12px;
  }

  .footer-codes li {
    width: 95px;
  }

  .footer-codes li p {
    margin-top: 8px;
    font: 14px/15px "Microsoft Yahei";
  }

  .footer-bottom .footer-left {
    font: 14px/32px "Microsoft Yahei";
  }
}

@media screen and (max-width: 1100px) {
  .section {
    width: 998px;
    margin: 60px auto 0;
  }

  .topbar {
    min-width: 998px;
  }
}

@media screen and (max-width: 768px) {
  .section {
    width: 94%;
    margin: 2rem auto 0;
  }

  .topbar {
    width: 100%;
    height: 1.8rem;
    line-height: 1.2;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0.5rem;
    background-color: rgba(61, 155, 237, 1);
    background-image: -webkit-gradient(
      linear,
      left top,
      right bottom,
      from(#002492),
      to(#4d79dc)
    );
    background-image: -webkit-linear-gradient(left top, #002492, #4d79dc);
    background-image: -moz-linear-gradient(left top, #002492, #4d79dc);
    background-image: -o-linear-gradient(left top, #002492, #4d79dc);
    background-image: -webkit-gradient(
      linear,
      left top,
      right bottom,
      from(#002492),
      to(#4d79dc)
    );
    background-image: -webkit-gradient(
      linear,
      left top,
      right bottom,
      from(#002492),
      to(#4d79dc)
    );
    background-image: -webkit-gradient(
      linear,
      left top,
      right bottom,
      from(#002492),
      to(#4d79dc)
    );
    background-image: -webkit-gradient(
      linear,
      left top,
      right bottom,
      from(#002492),
      to(#4d79dc)
    );
    background-image: -webkit-gradient(
      linear,
      left top,
      right bottom,
      from(#002492),
      to(#4d79dc)
    );
    background-image: -webkit-gradient(
      linear,
      left top,
      right bottom,
      from(#002492),
      to(#4d79dc)
    );
    background-image: -webkit-gradient(
      linear,
      left top,
      right bottom,
      from(#002492),
      to(#4d79dc)
    );
    background-image: -webkit-gradient(
      linear,
      left top,
      right bottom,
      from(#002492),
      to(#4d79dc)
    );
    background-image: linear-gradient(to right bottom, #002492, #4d79dc);
    border-bottom: 0;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }

  .topbar .left-btn {
    position: static;
    left: auto;
    top: auto;
  }

  .topbar .left-btn a {
    display: none;
  }

  .topbar .logo {
    width: auto;
    height: 100%;
    text-align: left;
    position: static;
    margin-left: 0.3rem;
  }

  .topbar .logo img {
    height: 100%;
  }

  .topbar .right-btn {
    display: none;
  }

  .topbar #weather-v2-plugin-simple,
  .topbar #weather-v2-plugin-simple .s-sticker,
  .topbar #weather-v2-plugin-simple .module {
    color: #eee !important;
    font: 0.22rem/0.4rem "STHeiti", "Microsoft YaHei", Helvetica, Arial,
      sans-serif !important;
  }

  .topbar #weather-v2-plugin-simple .s-sticker {
    padding: 0 !important;
  }

  .topbar #weather-v2-plugin-simple {
    width: auto;
    height: 0.4rem;
    float: none;
  }

  .topbar #weather-v2-plugin-simple .s-sticker > div:first-child,
  .topbar #weather-v2-plugin-simple .s-sticker > div:last-child {
    width: 0 !important;
    padding: 0 !important;
  }

  .s-sticker div[data-v-0af378b6]:not(:first-child):not(:last-child) {
    padding: 0 0.05rem !important;
  }

  .topbar #weather-v2-plugin-simple .module img {
    width: 0.36rem !important;
    height: 0.36rem !important;
  }

  .topbar #weather-v2-plugin-simple img[data-v-6ea43c4e],
  .topbar #weather-v2-plugin-simple svg[data-v-6ea43c4e] {
    vertical-align: top !important;
  }

  .topbar .date {
    color: #eee;
    height: 0.4rem;
    font: 0.22rem/0.4rem "STHeiti", "Microsoft YaHei", Helvetica, Arial,
      sans-serif !important;
    padding-right: 0;
    float: none;
  }

  .date span {
    margin: 0 0.05rem;
  }

  .topbar .menu {
    width: auto;
    text-align: center;
    display: inline-block;
    position: absolute;
    padding: 0 0.15rem;

    right: 0.3rem;
    top: 0.3rem;
  }

  .topbar .menu img {
    width: 0.4rem;
    position: absolute;
    left: 0.12rem;
    top: 0;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    -moz-transition: opacity 1s;
    transition: opacity 1s;
  }

  .topbar .menu i {
    font-size: 0.32rem;
    line-height: 0.4rem;
  }

  .topbar .menu span {
    font: 0.24rem/0.4rem "Microsoft Yahei";
    margin-left: 0.1rem;
  }

  .nav {
    width: 90%;
    height: -webkit-calc(100% - 2.8rem);
    height: -moz-calc(100% - 2.8rem);
    height: calc(100% - 2.8rem);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 0;
    top: 2.8rem;
    left: 0;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    overflow-y: scroll;
    display: none;
  }

  .nav li {
    width: 100%;
    font-size: 0.85rem;
    display: block;
    position: relative;
    border-bottom: 1px solid #fff;
  }

  .nav li:first-child {
    width: 50%;
  }

  .nav li:first-child dl {
    padding: 0;
  }

  .nav li:first-child dt {
    line-height: 2.6rem;
    font-size: 0.85rem;
  }

  .nav li:first-child dt a {
    text-align: center;
    color: #0b325e;
  }

  .nav li:first-child dt a i {
    font-size: 1rem;
    vertical-align: -0.075rem;
  }

  .topbar .right-btn {
    width: 45vw;
    height: 2.6rem;
    display: block;
    background-color: rgba(44, 80, 195, 0.8);
    position: absolute;
    top: 2.8rem;
    right: auto;
    left: 45vw;
    text-align: center;
    -webkit-box-shadow: 1px -1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 1px -1px 3px rgba(0, 0, 0, 0.2) inset;
    display: none;
  }

  .topbar .right-btn i {
    display: inline-block;
    width: 40%;
    font-size: 0.8rem;
    color: #fff;
    vertical-align: middle;
  }

  .topbar .right-btn span {
    width: 60%;
    display: inline-block;
    font-size: 0.8rem;
    height: 1.6rem;
    line-height: 1.6rem;
    margin: 0.5rem 0;
    color: rgba(255, 255, 255, 0.7);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 0;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
  }

  .nav li dl {
    padding: 0.3rem 1rem;
  }

  .nav li dt {
    line-height: 1.8rem;
  }

  .nav li dt a {
    color: #555;
    text-align: left;
    font-weight: bold;
  }

  .nav li dd {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    padding: 0 0 0.3rem 0;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block !important;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .nav li dd a {
    color: #727272;
    display: inline-block;
    font-size: 0.75rem;
    line-height: 1.3rem;
    margin-right: 0.3rem;
    text-align: left;
  }

  .nav li dt a:hover,
  .nav li dt a.active {
    font-weight: bold;
    background-color: transparent;
  }

  .menuButton,
  .wapMenu {
    display: block;
  }

  .menuButton {
    position: fixed;
    display: block;
    right: 0.8rem;
    top: 0;
    -webkit-transform: translate(0, 50%);
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    -o-transform: translate(0, 50%);
    transform: translate(0, 50%);
  }

  .menuButton ol {
    height: 0.6rem;
    display: table-cell;
    vertical-align: middle;
  }

  .menuButton ol li {
    background: #fff;
    width: 1.4rem;
    margin: 0.2rem 0;
    height: 0.15rem;
    border-radius: 0.3rem;
    text-indent: -99999px;
    overflow: hidden;

    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  .menuButton.active {
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }

  .menuButton.active ol li:first-child {
    -webkit-transform: translate(0, 100%) rotate(45deg);
    -moz-transform: translate(0, 100%) rotate(45deg);
    -ms-transform: translate(0, 100%) rotate(45deg);
    -o-transform: translate(0, 100%) rotate(45deg);
    transform: translate(0, 100%) rotate(45deg);
  }

  .menuButton.active ol li:nth-child(2) {
    display: none;
  }

  .menuButton.active ol li:last-child {
    -webkit-transform: translate(0, -100%) rotate(-45deg);
    -moz-transform: translate(0, -100%) rotate(-45deg);
    -ms-transform: translate(0, -100%) rotate(-45deg);
    -o-transform: translate(0, -100%) rotate(-45deg);
    transform: translate(0, -100%) rotate(-45deg);
  }

  .search-wrap form {
    width: 85%;
  }

  .search-wrap .s-close {
    right: 20px;
    top: 20px;
    width: 2rem;
    height: 2rem;
  }

  .search-wrap .s-close i {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .search-wrap .s-box {
    width: 100%;
  }

  .search-wrap .s-box .s-btn {
    width: 60px;
  }

  .footer {
    margin-top: 3rem;
  }

  .footer ul {
    padding: 2rem 0;
    position: relative;
  }

  .footer li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 0;
    float: none;
    width: 100%;
    height: auto;
    color: #fff;
    padding: 0;
  }

  .footer li:first-child {
    margin-top: 15vw;
    text-align: center;
  }

  .footer li:first-child h3 {
    display: none;
  }

  .footer li .code {
    width: auto;
    height: 13vw;
    margin-top: 0;
    position: absolute;
    top: 1.3rem;
    right: 8%;
  }

  .footer li .box {
    text-align: left;
    margin-top: 1rem;
    padding: 0.5rem;
    font-size: 0.75rem;
  }

  .footer li .box h3 {
    font-size: 1rem;
    margin-bottom: 0.2rem;
  }

  .footer li:nth-child(2) img {
    width: 44%;
    height: 13vw;
    position: absolute;
    top: 1.3rem;
    left: 8%;
  }

  .footer li:nth-child(3) {
    /* background-color: #506ccd; */
    border: 1px dashed rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    padding: 0.5rem;
    margin-top: 1rem;
  }

  .footer li:nth-child(3) h3 {
    font-size: 1rem;
    margin-top: 0;
    text-align: center;
    font-weight: bold;
  }

  .footer li .msg h5 {
    font-size: 0.75rem;
  }

  .footer li .msg div {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
    line-height: 2rem;
  }

  .footer li p.addr {
    margin-top: 0;
    line-height: 2rem;
    font-size: 0.75rem;
  }

  .footer li .msg p {
    font-size: 0.8rem;
  }

  .footer li .msg span {
    display: inline-block;
  }

  .footer .copyright {
    font-size: 0.85rem;
    line-height: 1.6rem;
    vertical-align: middle;
    padding: 0.8rem 0;
  }

  .footer .copyright span {
    text-align: center;
    color: #999;
  }

  .footer .copyright span:first-child {
    margin-bottom: 0.3rem
  }

  .fast-links {
    /* display: none !important; */
    right: 0;
    top: 80%;
  }

  .fast-links .item {
    display: none
  }
  
  .fast-links .item:last-child {
    display: block;
  }
  
  .fast-links .item h4 {
    width: 3rem;
    height: 3rem;
    margin-left: 0;
  }

  .fast-links .item h4 i {
    font-size: 1.5rem;
    line-height: 3rem;
  }

  .fast-links .item:not(:hover) {
    
  }

  .fast-links .item:hover h4 {
  background-color: #214a9a;
}

.fast-links .item:hover h4 a {
  display: none;
  text-decoration: none;
}

.fast-links .item:hover h4 i {
  display: inline-block;
}

.fast-links .item:hover h4 p {
  color: #333;
  display: none;
}
}

@-moz-keyframes slideInUp {
  0% {
    -moz-transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  40% {
    -moz-transform: translate3d(-100%, 0, 0);
  }

  60% {
    -moz-transform: translate3d(50%, 0, 0);
  }

  80% {
    -moz-transform: translate3d(-30%, 0, 0);
  }

  100% {
    -moz-transform: translate3d(0%, 0, 0);
  }
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  40% {
    -webkit-transform: translate3d(-100%, 0, 0);
  }

  60% {
    -webkit-transform: translate3d(50%, 0, 0);
  }

  80% {
    -webkit-transform: translate3d(-30%, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(0%, 0, 0);
  }
}

@-o-keyframes slideInUp {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  40% {
    transform: translate3d(-100%, 0, 0);
  }

  60% {
    transform: translate3d(50%, 0, 0);
  }

  80% {
    transform: translate3d(-30%, 0, 0);
  }

  100% {
    transform: translate3d(0%, 0, 0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  40% {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  60% {
    -webkit-transform: translate3d(50%, 0, 0);
    -moz-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }

  80% {
    -webkit-transform: translate3d(-30%, 0, 0);
    -moz-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
  }
}
/*slideInUp*/

@-webkit-keyframes cloud {
  0 {
    -webkit-transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(81px, 0);
  }
  50% {
    -webkit-transform: translate(0, 0);
  }
  75% {
    -webkit-transform: translate(-81px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-moz-keyframes cloud {
  0 {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -moz-transform: translate(81px, 0);
    transform: translate(81px, 0);
  }
  50% {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  75% {
    -moz-transform: translate(-81px, 0);
    transform: translate(-81px, 0);
  }
  100% {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-o-keyframes cloud {
  0 {
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -o-transform: translate(81px, 0);
    transform: translate(81px, 0);
  }
  50% {
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  75% {
    -o-transform: translate(-81px, 0);
    transform: translate(-81px, 0);
  }
  100% {
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes cloud {
  0 {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(81px, 0);
    -moz-transform: translate(81px, 0);
    -o-transform: translate(81px, 0);
    transform: translate(81px, 0);
  }
  50% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  75% {
    -webkit-transform: translate(-81px, 0);
    -moz-transform: translate(-81px, 0);
    -o-transform: translate(-81px, 0);
    transform: translate(-81px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
/*CLOUD*/

@-webkit-keyframes ship {
  0 {
    -webkit-transform: translate3d(0, 0, 0);
  }
  25% {
    -webkit-transform: translate3d(0, -20px, -100px);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, -100px);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes ship {
  0 {
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  25% {
    -moz-transform: translate3d(0, -20px, -100px);
    transform: translate3d(0, -20px, -100px);
  }
  50% {
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  75% {
    -moz-transform: translate3d(0, -10px, -100px);
    transform: translate3d(0, -10px, -100px);
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes ship {
  0 {
    transform: translate3d(0, 0, 0);
  }
  25% {
    transform: translate3d(0, -20px, -100px);
  }
  50% {
    transform: translate3d(0, 0, 0);
  }
  75% {
    transform: translate3d(0, -10px, -100px);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes ship {
  0 {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  25% {
    -webkit-transform: translate3d(0, -20px, -100px);
    -moz-transform: translate3d(0, -20px, -100px);
    transform: translate3d(0, -20px, -100px);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, -100px);
    -moz-transform: translate3d(0, -10px, -100px);
    transform: translate3d(0, -10px, -100px);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*SHIP*/

@-webkit-keyframes flicker {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-moz-keyframes flicker {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-o-keyframes flicker {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes flicker {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
/*FLICKER*/

@-webkit-keyframes offset-out-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-moz-keyframes offset-out-left {
  from {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-o-keyframes offset-out-left {
  from {
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes offset-out-left {
  from {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes offset-in-left {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-moz-keyframes offset-in-left {
  from {
    -moz-transform: translateX(100%);
    transform: translateX(100%);
  }

  to {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}

@-o-keyframes offset-in-left {
  from {
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }

  to {
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes offset-in-left {
  from {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }

  to {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes offset-out-right {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@-moz-keyframes offset-out-right {
  from {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -moz-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@-o-keyframes offset-out-right {
  from {
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes offset-out-right {
  from {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@-webkit-keyframes offset-in-right {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-moz-keyframes offset-in-right {
  from {
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  to {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}

@-o-keyframes offset-in-right {
  from {
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  to {
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes offset-in-right {
  from {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  to {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
