html {
  font: 400 15px/20px "Microsoft YaHei", Helvetica, Arial, sans-serif;
  font-size: 15px;
}
a,
a img,
a i {
  color: rgba(16, 45, 71, 1);
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

a:hover {
  text-decoration: none;
  color: #0c71c0;
}

.uk-container {
  max-width: 1400px;
}
.topBox {
  width: 100%;
  background: url(../img/bg.jpg) right center no-repeat #004086;
  background-size: cover;
  padding: 40px 0 60px;
}
.logo {
  width: 300px;
}
.title {
  font-size: 36px;
  line-height: 40px;
  font-weight: 900;
  margin-top: 40px;
  color: #162a99;
  text-shadow: 2px 0px 0px #ffffff, 0px 2px 0px #ffffff, -2px 0px 0px #ffffff,
    0px -2px 0px #ffffff;
}
.itemBox {
  width: 100%;
  height: 220px;
  overflow: hidden;
  position: relative;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.itemBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.itemBox a {
  font-size: 28px;
  line-height: 36px;
  font-weight: 900;
  width: 100%;
  height: 100%;
  display: block;
  padding: 40px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  color: #d10f0f;
  text-shadow: 2px 0px 0px #ffffff, 0px 2px 0px #ffffff, -2px 0px 0px #ffffff,
    0px -2px 0px #ffffff;
}
.itemBox a:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.mm-foot-bg {
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 40px;
}

.mm-foot-txt p {
  line-height: 26px;
  color: rgba(223, 223, 223, 0.7);
}

.mm-foot-txt span {
  writing-mode: vertical-lr;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: vertical-lr;
  color: #fff;
  display: block;
  float: right;
  margin-left: 10px;
}
