html {
  font: 400 15px/20px "Microsoft YaHei", Helvetica, Arial, sans-serif;
  font-size: 15px;
}
a,
a img,
a i,
a h3,
a h5 {
  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: #812b1e;
}

.uk-container {
  max-width: 1600px;
}

.mm-top-box {
  width: 100%;
  padding: 30px 0;
  background: rgba(255, 255, 255, 1);
  border-top: 5px solid #1c4989;
}
.mm-logo {
  width: 500px;
}
.uk-navbar-nav {
  width: 100% !important;
  display: flex;
  justify-content: space-between;
}
.uk-navbar-nav > li > a {
  min-height: 50px;
  font-size: 18px;
  /* font-weight: 900; */
  margin: 5px 0px;
  padding: 0 20px;
  color: rgba(0, 0, 0, 0.6);
}
.uk-navbar-nav > li > a > i {
  margin-left: 5px;
}
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a.uk-open,
.uk-navbar-nav > li > a:focus {
  color: rgba(0, 0, 0, 0.9);
  text-shadow: none;
}
.uk-navbar-dropdown {
  width: 360px;
  border-radius: 4px;
  line-height: 28px;
  background: #fff;
}
.uk-nav-default {
  font-size: 14px;
}
.uk-nav-default p {
  line-height: 26px;
}
.uk-nav-header {
  font-size: 18px;
  font-weight: 900;
  line-height: 30px;
  margin-bottom: 10px;
}
.uk-offcanvas-bar {
  background: linear-gradient(180deg, #1c4989 0%, rgba(47, 49, 139, 1) 100%);
}
.uk-nav li a {
  font-size: 15px;
  padding: 10px 1px;
  color: rgba(0, 0, 0, 0.8);
  position: relative;
  overflow: hidden;
}

.uk-nav li i {
  line-height: 20px;
  position: absolute;
  right: -20px;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

.uk-nav li a:hover {
  color: #2f318b;
  text-indent: 5px;
}

.uk-nav li a:hover i {
  right: 10px;
}

.mm-banner {
  width: 100%;
  box-sizing: border-box;
}

.mm-main01-bg {
  width: 100%;
  padding: 50px 0 70px;
  background: #fff;
}
.mm-m-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.mm-m-title h2,
.mm-m-title p {
  margin: 0;
}
.mm-m-title h2 {
  font-weight: 900;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mm-project {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.mm-project ul {
  display: flex;
  width: 100%;
}
.mm-project ul li {
  height: 600px;
  color: #000;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
}
.mm-project ul li.li1 {
  background: #0d3a6d;
}
.mm-project ul li.li2 {
  background: #1a5fb4;
}
.mm-project ul li.li3 {
  background: #2a7cb9;
}
.mm-project ul li.li4 {
  background: #3aa0ff;
}
.mm-project ul li.li5 {
  background: #f57c00;
}
.mm-project ul li.li6 {
  background: #4285f4;
}
.mm-project ul li.li7 {
  background: #0d8080;
}
.mm-project ul li.li8 {
  background: #43b54d;
}
.mm-project ul li.li9 {
  background: #5c6bc0;
}
.mm-project ul li.li10 {
  background: #42a5f5;
}
.mm-project .fold {
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0px;
  box-sizing: border-box;
}

.mm-project .fold .txt {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 2px;
  text-align: left;
  width: 100%;
  padding: 30px;
  line-height: 30px;
  writing-mode: vertical-lr;
  color: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
}
.mm-project .unfold {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  box-sizing: border-box;
}
.mm-project .unfold a {
  display: block;
  width: 100%;
  height: 100%;
}
.mm-project .unfold a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mm-project .unfold .mm-project-title {
  position: absolute;
  box-sizing: border-box;
  bottom: 0;
  left: 0;
  font-size: 18px;
  font-weight: 900;
  text-align: left;
  width: 100%;
  padding: 30px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(0, 0, 0, 0.4);
}

.mm-main02-bg {
  width: 100%;
  padding: 50px 0 70px;
  background: #f5f8ff;
}
.mm-m2-box a {
  width: 100%;
  height: 580px;
  display: block;
  position: relative;
}
.mm-m2-imgbox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mm-m2-imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mm-m2-box a:hover img {
  transform: scale(1.1);
}
.mm-m2-textbox {
  width: 100%;
  padding: 30px 20px;
  box-sizing: border-box;
  background: rgba(48, 89, 147, 0.9);
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  left: 0;
}
.mm-m2-li-box {
  margin-bottom: 20px;
}
.mm-m2-li-box a {
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mm-m2-li-time h3,
.mm-m2-li-time p,
.mm-m2-li-text h3,
.mm-m2-li-text p {
  margin: 0;
}
.mm-m2-li-time {
  text-align: center;
  width: 100px;
  margin-right: 20px;
}
.mm-m2-li-time h3 {
  font-size: 36px;
}
.mm-m2-li-text {
  width: calc(100% - 120px);
}
.mm-m2-li-text h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}
.mm-m2-li-time p,
.mm-m2-li-text p,
.mm-m2-list-box h3,
.mm-m2-list-box p {
  color: rgba(0, 0, 0, 0.7);
}
.mm-m2-li-box a:hover {
  background: rgba(205, 80, 61, 0.05);
  box-shadow: 2px 2px 15px rgba(205, 80, 61, 0.05);
  padding-left: 25px;
}
.mm-m2-li-box a:hover h3 {
  color: #812b1e;
}

.mm-main03-bg {
  width: 100%;
  padding: 50px 0 70px;
  background: #f7f7f7;
}

.mm-m3-box {
  width: 100%;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.9);
  margin-bottom: 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}
.mm-m3-img-box {
  width: 100%;
  height: 350px;
  overflow: hidden;
}
.mm-m3-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mm-m3-box a:hover img {
  transform: scale(1.1);
}
.mm-m3-title {
  padding: 20px;
  padding-bottom: 0;
  font-size: 22px;
  font-weight: 900;
}
.mm-m3-text {
  height: 50px;
  line-height: 25px;
  margin: 20px 0 30px;
  padding: 0 20px;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*需要显示的行数*/
  -webkit-box-orient: vertical;
  color: rgba(0, 0, 0, 0.4);
}
.mm-m3-previous {
  padding-top: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mm-m3-previous a,
.mm-m3-previous a i {
  color: #333;
}
.mm-m3-previous i {
  margin: 0 25px;
  font-size: 50px;
}
.mm-m3-previous a:hover i,
.mm-m3-previous a:hover {
  color: rgba(0, 0, 0, 0.5);
}

.mm-main04-bg {
  width: 100%;
  padding: 50px 0 70px;
  background: url(../img/about-bg3.jpg) no-repeat center bottom;
  background-size: cover;
}
.mm-m4-box {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
}
.mm-m4-box .mm-m4-img {
  width: 400px;
  height: 600px;
  box-shadow: 15px 15px 0px #1c4989;
}
.mm-m4-box .mm-m4-img a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mm-m4-box .mm-m4-img a:hover img {
  box-shadow: 15px 15px 0px #2f318b;
}
.mm-m4-txt {
  width: calc(100% - 460px);
  padding: 0;
  box-sizing: border-box;
}
.mm-m4-name {
  display: flex;
  align-items: end;
}
.mm-m4-name h4 {
  margin-bottom: -2px;
  font-weight: 900;
  font-size: 22px;
  margin-right: 10px;
}
.mm-m4-name span {
  color: #1c4989;
}
.mm-m4-jieshao {
  margin: 20px 0;
  line-height: 26px;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*需要显示的行数*/
  -webkit-box-orient: vertical;
  color: rgba(0, 0, 0, 0.4);
}
.mm-m4-thumbnav-box {
  width: 70%;
  height: 280px;
  overflow: auto;
  position: absolute;
  bottom: 0;
  right: 0;
}
.mm-m4-thumbnav {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
}
.mm-m4-thumbnav li {
  width: 18%;
}
.mm-m4-thumbnav li a {
  width: 100%;
  height: 280px;
  display: block;
  box-sizing: border-box;
  border: 4px solid #fff;
  margin-left: 4px;
}
.mm-m4-thumbnav li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mm-m5-title {
  padding: 30px;
}

.mm-footer-bg {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
  position: relative;
  background: url(../img/footer-bg.jpg) right bottom no-repeat
    rgba(0, 64, 134, 1);
  /* overflow: hidden; */
}

.mm-footer-text a {
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
}

.mm-footer-text a :hover {
  background: rgba(221, 84, 78, 0.1);
}

.mm-footer-text p {
  color: rgba(241, 241, 241, 1);
  line-height: 30px;
  margin: 10px 0;
}

.mm-footer-ico {
  margin-top: 20px;
}

.mm-footer-ico div {
  text-align: center;
  font-size: 12px;
  line-height: 40px;
  color: rgba(241, 241, 241, 1);
}

.mm-footer-ico div > img {
  opacity: 0.8;
}

.mm-footer-copyright-bg {
  background: rgba(9, 40, 73, 1);
  z-index: 999;
  position: relative;
}

.mm-footer-copyright {
  padding: 20px 0;
  color: rgba(255, 255, 255, 0.5);
}

.mm-footer-copyright a {
  margin-left: 10px;
  color: rgba(255, 255, 255, 0.5);
}

.mm-totop-box a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 999;
  text-align: center;
  background: #f6f6f6;
  color: #777;
  border-radius: 5px;
  display: block;
  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;
}
.mm-totop-box a:hover {
  background: #1c4989;
  color: #fff;
  bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .mm-m4-box .mm-m4-img {
    width: 300px;
    height: 600px;
    box-shadow: 15px 15px 0px #1c4989;
  }
  .mm-m4-txt {
    width: calc(100% - 360px);
    padding: 0;
    box-sizing: border-box;
  }
  .mm-m4-thumbnav-box {
    height: 200px;
  }
  .mm-m4-thumbnav li a {
    height: 200px;
  }
}
@media screen and (max-width: 640px) {
  .mm-top-box {
    padding: 10px 0;
  }
  .mm-m2-box a {
    height: 380px;
  }
  .mm-m2-li-box a {
    padding: 15px;
  }
  .mm-m2-li-time {
    text-align: center;
    width: 70px;
    margin-right: 10px;
  }
  .mm-m2-li-text {
    width: calc(100% - 80px);
  }
  .mm-m2-li-text h3 {
    font-size: 18px;
  }
  .mm-m4-box .mm-m4-img {
    width: 40%;
    height: 240px;
    box-shadow: 10px 10px 0px #1c4989;
  }
  .mm-m4-box .mm-m4-img a:hover img {
    box-shadow: 10px 10px 0px #2f318b;
  }
  .mm-m4-txt {
    width: 52%;
  }
  .mm-m4-jieshao {
    margin: 15px 0;
    line-height: 26px;
    height: 75px;
    -webkit-line-clamp: 3;
    /*需要显示的行数*/
  }
}

.mm-list-banner {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
}
.mm-list-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mm-list-banner-box {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  z-index: 9;
  color: #fff;
}
.mm-list-banner-txt {
  box-shadow: -1000px 0 0px rgba(0, 64, 134, 0.9);
}
.mm-list-banner-txt div {
  width: 400px;
  height: 70px;
  display: flex;
  align-items: center;
  background: rgba(0, 64, 134, 0.9);
  position: relative;
}
.mm-list-banner-txt div::after {
  content: "";
  width: 50px;
  height: 70px;
  background: rgba(0, 64, 134, 0.9);
  clip-path: polygon(0 0, 0 100%, 100% 100%);
  position: absolute;
  right: -50px;
}
.mm-list-banner-txt h3 {
  font-weight: 700;
  margin: 0;
  color: #fff;
  margin-left: 10px;
}
.mm-list-banner-txt a {
  color: #fff;
  margin-right: 10px;
}
.mm-zy-menu {
  width: 100%;
  background: #f7f7f7;
  padding: 40px;
  box-sizing: border-box;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.mm-zy-menu:hover {
  background: rgba(0, 64, 134, 0.1);
}
.mm-zy-menu h3 {
  font-size: 20px;
  font-weight: 900;
  margin: 0;
  margin-bottom: 20px;
}
.mm-zy-menu a {
  width: 100%;
  height: 50px;
  line-height: 50px;
  display: block;
  box-sizing: border-box;
  background: #fff;
  margin-bottom: 15px;
  text-indent: 20px;
}
.mm-zy-menu a:hover {
  background: rgba(0, 64, 134, 0.9);
  color: #fff;
  text-indent: 30px;
}

@media screen and (max-width: 1080px) {
  .mm-list-banner {
    height: 300px;
  }
  .mm-list-banner-txt div {
    width: 100%;
    height: 50px;
    text-indent: 20px;
  }
  .mm-list-banner-txt {
    box-shadow: none;
  }
  .mm-list-banner-txt div::after {
    display: none;
  }
  .mm-list-banner-txt h3 {
    margin-left: 0;
    font-size: 18px;
  }
  .mm-list-banner-txt a {
    margin-right: 0;
  }
}

/************
news list
***************/
.mm-news-li-box {
  margin-bottom: 20px;
}
.mm-news-li-box a {
  display: block;
  padding: 30px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f7f7f7;
}
.mm-news-li-img {
  flex: 0 0 25%;
  height: 150px;
  overflow: hidden;
  border-radius: 6px;
}
.mm-news-li-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mm-news-li-box a:hover {
  background: rgba(0, 64, 134, 0.1);
}
.mm-news-li-box a:hover img {
  transform: scale(1.1);
}
.mm-news-li-box a:hover h3 {
  color: rgba(0, 64, 134, 0.9);
}
.mm-news-li-txt {
  flex: 0 0 72%;
}
.mm-news-li-txt h3 {
  font-size: 18px;
  font-weight: 900;
  margin: 0;
  margin-bottom: 15px;
}
.mm-news-li-txt p {
  margin: 0;
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.3);
}
.mm-news-li-txt span {
  height: 60px;
  color: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /*需要显示的行数*/
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 768px) {
  .mm-news-li-box a {
    padding: 20px;
    display: block;
  }
  .mm-news-li-img {
    width: 100%;
  }
  .mm-news-li-txt {
    width: 100%;
  }
  .mm-news-li-txt h3 {
    font-size: 16px;
    font-weight: 900;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .mm-news-li-txt p {
    margin-bottom: 5px;
  }
  .mm-news-li-txt span {
    height: 40px;
    -webkit-line-clamp: 2;
  }
}

/**********
news
**************/
.mm-news-box h2 {
  font-weight: 900;
}
.mm-news-box > p {
  border-bottom: 2px solid rgba(0, 64, 134, 0.9);
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .mm-news-box h2 {
    font-size: 20px;
  }
}

.mm-zy-box a {
  width: 100%;
  display: block;
  background: #f5f5f5;
  color: #333;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 35px;
  box-sizing: border-box;
  border: 1px solid #f5f5f5;
}
.mm-zy-img {
  flex: 0 0 230px;
  height: 180px;
  overflow: hidden;
}
.mm-zy-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mm-zy-box a:hover img {
  transform: scale(1.1);
}
.mm-zy-text {
  width: calc(100% - 260px);
}
.mm-zy-text h3 {
  font-size: 20px;
  font-weight: 900;
  margin: 0;
  margin-bottom: 10px;
}
.mm-zy-text h5 {
  margin: 0;
  margin-bottom: 10px;
  display: inline-block;
  background: rgba(0, 64, 134, 0.9);
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
}
.mm-zy-text p {
  margin: 0;
  margin-bottom: 10px;
}
.mm-zy-text span {
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*需要显示的行数*/
  -webkit-box-orient: vertical;
}
.mm-zy-box a:hover {
  color: #333;
  background: #f9f9f9;
  border: 1px solid rgba(0, 64, 134, 0.1);
  box-shadow: 2px 2px 10px rgba(0, 64, 134, 0.15);
}

@media screen and (max-width: 768px) {
  .mm-zy-box a {
    display: block;
    padding: 20px;
  }
  .mm-zy-img {
    width: 100%;
    height: 180px;
    overflow: hidden;
  }
  .mm-zy-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mm-zy-box a:hover img {
    transform: scale(1.1);
  }
  .mm-zy-text {
    width: 100%;
  }
  .mm-zy-text h3 {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .mm-zy-text h5 {
    margin: 0;
    margin-bottom: 5px;
    display: inline-block;
    background: rgba(0, 64, 134, 0.9);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
  }
  .mm-zy-text p {
    margin: 0;
    margin-bottom: 5px;
  }
  .mm-zy-text span {
    height: 40px;
  }
}

.mm-teacher-box {
  background: #f7f7f7;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.mm-teacher-box .mm-teacher-img {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.mm-teacher-box .mm-teacher-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mm-teacher-box h2 {
  font-size: 20px;
  font-weight: 900;
  margin: 10px 0;
}
.mm-teacher-box p {
  font-size: 17px;
  margin: 0;
}
.mm-teacher-box:hover {
  box-shadow: 2px 2px 10px rgba(0, 64, 134, 0.15);
}
.mm-teacher-box .mm-teacher-img:hover img {
  transform: scale(1.05);
}
@media screen and (max-width: 768px) {
  .mm-teacher-box .mm-teacher-img {
    height: 240px;
  }
}
