html {
  font: 400 15px/20px "Microsoft YaHei", Helvetica, Arial, sans-serif;
  background: #777;
  font-size: 14px
}

.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.uk-heading-2xlarge,
.uk-heading-large,
.uk-heading-medium,
.uk-heading-small,
.uk-heading-xlarge,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px 0;
  font-family: -apple-system, BlinkMacSystemFont, "Microsoft YaHei", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  color: #333;
  text-transform: none
}

a,
a img {
  color: #555;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  -o-transition: all .2s linear
}

a:hover {
  text-decoration: none;
  color: rgba(48, 141, 168, 1)
}

.uk-container {
  max-width: 1400px
}

.uk-nav-header {
  font-size: 15px
}

.uk-nav-default {
  font-size: 14px
}

.mm-top {
  width: 100%;
  max-width: 1920px;
  position: absolute;
  top: 0;
  z-index: 999;
  background: rgba(255, 255, 255, .9);
}

.mm-logo {
  width: 200px;
  height: 100px;
  padding: 5px 20px;
  background: rgba(48, 141, 168, 1);
  position: absolute;
}

.mm-logo:hover {
  background: rgba(241, 196, 81, 1);
  padding: 2px 20px;
}

.uk-navbar-nav>li>a {
  min-height: 30px;
  font-size: 15px;
  font-weight: 900;
  color: rgba(0, 0, 0, .7);
  margin: 30px 10px
}

.uk-navbar-nav>li:hover>a,
.uk-navbar-nav>li>a.uk-open,
.uk-navbar-nav>li>a:focus {
  color: rgba(48, 141, 168, 1);
}

.uk-nav li a {
  font-size: 15px;
  padding: 10px 1px;
  color: rgba(0, 0, 0, .7);
  position: relative;
  overflow: hidden
}

.uk-nav li i {
  line-height: 20px;
  position: absolute;
  right: -20px;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  -o-transition: all .2s linear
}

.uk-nav li a:hover {
  color: rgba(48, 141, 168, 1);
  text-indent: 5px;
}

.uk-nav li a:hover i {
  right: 10px
}

.uk-navbar-toggle {
  height: 40px;
  color: #fff
}

.uk-navbar-dropdown {
  width: 250px;
  border-radius: 10px;
}

.mm-drop-menu {
  width: 370px
}

.mm-drop-menu strong {
  font-size: 15px;
  line-height: 40px;
  display: block;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px
}

.mm-drop-menu a {
  line-height: 40px;
  display: block;
}

[class*=uk-navbar-dropdown-bottom] {
  margin-top: 10px
}

.mm-main01-bg {
  width: 100%;
  padding: 40px 0 50px;
  background: #f5f5f5;
  position: relative;
  /* overflow: hidden; */
}

.mm-main01-title h3 {
  margin-bottom: 0;
  font-weight: 900;
  font-size: 22px;
  line-height: 24px
}

.mm-main01-a a {
  display: block;
  margin-bottom: 10px;
  color: rgba(48, 141, 168, 1)
}

.mm-main01-a a:hover {
  color: rgba(241, 196, 81, 1)
}

.mm-main01-img {
  width: 100%;
  height: 270px;
  overflow: hidden;
}

.mm-main01-img02 {
  width: 100%;
  height: 120px;
  overflow: hidden;
}

.mm-main01a-news {
  padding-bottom: 1px;
  background: #fff
}

.mm-main01a-news a {
  display: block;
}

.mm-main01a-news p {
  font-size: 17px;
  margin: 20px 30px 10px;
  font-weight: 900
}

.mm-main01a-news span {
  margin: 10px 30px 30px;
  display: block;
  color: rgba(0, 0, 0, .4);
}

.mm-main01a-news img,
.mm-main01a-bor span {
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear
}

.mm-main01a-news a:hover img {
  opacity: .7;
  transform: scale(1.2, 1.2);
}

.mm-main01a-bor a {
  display: block;
  box-sizing: border-box;
  padding: 30px 25px 25px;
  background: rgba(255, 255, 255, 1);
}

.mm-main01a-bor span {
  width: 100%;
  height: 10px;
  display: block;
  background: url(../img/ico4b.png) 0 0 no-repeat;
}

.mm-main01a-bor i {
  margin: 10px 0;
  color: rgba(0, 0, 0, .4);
}

.mm-main01a-bor h3 {
  display: block;
  overflow: hidden;
  height: 45px;
  font-weight: 900;
  font-size: 16px;
  color: #555;
}

.mm-main01a-bor p {
  height: 46px;
  color: rgba(0, 0, 0, .6);
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*需要显示的行数*/
  -webkit-box-orient: vertical;
}


.mm-main01a-bor a:hover {
  background: rgba(48, 141, 168, 1)
}

.mm-main01a-bor a:hover h3,
.mm-main01a-bor a:hover p,
.mm-main01a-bor a:hover i,
.mm-main01a-bor a:hover strong {
  color: #fff
}

.mm-main01a-bor a:hover span {
  background: url(../img/ico4a.png) right 0 no-repeat;
}

.mm-main02-bg {
  width: 100%;
  padding: 40px 0 50px;
  background: #fff;
  position: relative;
  /* overflow: hidden; */
}

.mm-main02-li-bor a {
  display: block;
  box-sizing: border-box;
  padding: 45px 40px;
  border: 1px solid rgba(0, 0, 0, .03);
  background: #fbfbfb;
  position: relative;
}

.mm-main02-li-bor i {
  position: absolute;
  right: 40px;
  top: 45px;
}

.mm-main02-li-bor strong {
  overflow: hidden;
  height: 40px;
  font-size: 16px;
  border-top: 1px solid rgba(0, 0, 0, .1);
  padding-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*需要显示的行数*/
  -webkit-box-orient: vertical;
}

.mm-main02-li-bor b {
  font-size: 38px;
  display: block;
  margin-bottom: 10px;
}

.mm-main02-li-bor span {
  display: block;
  margin-bottom: 10px;
  color: #000;
  font-size: 12px
}

.mm-main02-li-bor p {
  overflow: hidden;
  margin-bottom: 20px;
  height: 60px;
  color: rgba(0, 0, 0, .4)
}

.mm-main02-li-bor a:hover b,
.mm-main02-li-bor a:hover i,
.mm-main02-li-bor a:hover span,
.mm-main02-li-bor a:hover strong {
  color: #fff;
}

.mm-main02-li-bor a:hover p {
  color: rgba(255, 255, 255, .6);
}

.mm-main02-li-bor a:hover {
  background: rgba(48, 141, 168, 1)
}

.mm-slider-btn {
  display: block;
  padding: 0 !important;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #f5f5f5;
  color: #999;
  text-align: center;
  line-height: 45px
}

.mm-slider-btn:hover {
  background: rgba(48, 141, 168, 1);
  color: #fff
}

.mm-main03-bg {
  width: 100%;
  padding: 40px 0 50px;
  background: url(../img/main03-bg.jpg) 50% -300px no-repeat #f5f5f5;
  position: relative;
  overflow: hidden;
}

.mm-main03-bg .mm-main01-a a {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, .6)
}

.mm-main03-bg .mm-main01-a a:hover {
  color: rgba(255, 255, 255, 1)
}

.mm-main03-bor {
  width: 1920px;

}

.mm-main03-bor a {
  overflow: hidden;
  position: relative;
  display: block;
}

.mm-main03-pic {
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.mm-main03-bor li a:hover img {
  transform: scale(1.2, 1.2);
}

.mm-main03-title {
  width: 100%;
  height: 100%;
  padding: 250px 15px 0;
  box-sizing: border-box;
  text-align: center;
  background: rgba(0, 0, 0, .3);
  position: absolute;
  top: 0;
}

.mm-main03-title h3 {
  font-weight: 900;
  font-size: 19px;
}

.mm-main03-slidenav {
  margin-top: 30px;
}

.mm-main03-slidenav a {
  width: 40px;
  height: 40px;
  line-height: 35px;
  border-radius: 40px;
  padding: 5px;
  display: block;
  margin-right: 5px;
  background: #eba64b;
  float: left;
  text-align: center;
  color: #fff;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear
}

.mm-main03-slidenav a:hover {
  background: #005f9f;
  color: #fff;
}


.mm-main04-right-btn {
  background: rgba(48, 141, 168, 1);
}

.mm-main04-right-btn a img {
  width: 100%;
}

.mm-main04-right-btn a {
  width: 100%;
  height: 200px;
  display: block;
  overflow: hidden;
  position: relative;
}

.mm-main04-right-btn a:hover img {
  transform: scale(1.2, 1.2);
}

.mm-main04-right-btn div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 9;
  text-align: center;
  line-height: 200px;
  font-size: 24px;
  font-weight: 900;
  color: #fff;
}

.mm-main04-right-btn img {
  opacity: .7;
}

@media (max-width:959px) {
  .mm-logo {
    width: 200px;
    height: 75px;
    padding: 0px 20px;
  }

  .mm-top {
    background: rgba(255, 255, 255, 0);
  }

  .mm-main03-bor {
    width: 100%;

  }

  .mm-main03-pic {
    height: 300px;
  }

  .mm-main04-right-btn a {
    height: 150px;
  }

  .mm-main04-right-btn div {
    line-height: 150px;

  }
}

/*
 * foot
*/
.mm-foot-bg {
  width: 100%;
  background-color: #333;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.mm-foot-txt p {
  line-height: 26px;
  color: #CCCCCC;
}

.uk-nav-header b {
  line-height: 30px;
}

/*****
** list **
*****/
.mm-list-main-bg {
  width: 100%;
  padding: 40px 0 50px;
  background: url(../img/list-bg.jpg) 0 bottom no-repeat #f5f5f5;
  background-size: 20%;
  position: relative
}

.mm-list-title {
  position: relative;
  overflow: hidden;
}

.mm-list-title h3 {
  font-size: 23px;
  font-weight: 900;
  margin-top: 10px;
}

.mm-list-linea {
  width: 40px;
  position: absolute;
  border-bottom: 4px solid #13038f;
  top: 0;
}

.mm-list-lineb,
.mm-list-linec,
.mm-list-lined {
  width: 4px;
  position: absolute;
  border-bottom: 4px solid #13038f;
  top: 0;
  left: 42px;
}

.mm-list-linec {
  left: 48px;
}

.mm-list-lined {
  left: 54px;
}

.mm-list-menu ul,
.mm-list-menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mm-list-menu li a {
  font-size: 17px;
  padding: 10px 0;
  display: block;
  margin-bottom: 5px;
}

.mm-list-menu li a:hover {
  border-left: 3px solid #13038f;
  text-indent: 10px;
}

.mm-list-menu li p {
  margin: 0 auto;
  display: inline;
}

.mm-list-menu li #toggle-usage a {
  font-size: 15px;
  text-indent: 20px;
}

.mm-active p {
  font-weight: 900;
  color: #13038f;
  border-bottom: 2px solid #13038f;
  padding: 10px 0;
}

.mm-list-bor {
  width: 100%;
  box-sizing: border-box;
  padding: 40px 30px 30px 30px;
  background: #fff;
  color: #fff;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  -o-transition: all .2s linear
}

.mm-list-bor:hover {
  box-shadow: 10px 10px rgba(48, 141, 168, 1);
}


.mm-list-time {
  color: #999;
  border-bottom: 2px solid #e6e6e6;
  padding-bottom: 40px;
}

.mm-list-time p {
  margin-bottom: 0;
  color: #444;
  font-size: 24px;
  line-height: 30px;
}



.mm-list-li-title p {
  margin-bottom: 0px;
  color: rgba(0, 0, 0, .4)
}

.mm-list-li-title a {
  display: block;
  height: 52px;
  line-height: 26px;
  font-size: 17px;
}



.mm-list-li-title a,
.mm-list-li-title p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*需要显示的行数*/
  -webkit-box-orient: vertical;
}

.mm-list-news-box {
  width: 100%;
  padding: 0 0 2rem 0
}

.mm-list-news-box h3 {
  font-size: 24px;
  font-weight: 900;
  color: #444
}

.mm-list-news-box p {
  color: #777
}

.mm-list-news-content {
  width: 100%;
  background: url(../img/ico2.gif) 0 0 repeat-x;
  margin-top: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
  margin: 0 auto;
  border-bottom: 1px solid rgba(119, 44, 155, .5);
}

.mm-list-titlea {
  padding: 0 0 0 20px;
}

.mm-list-titlea p {
  margin-bottom: 0;
}

.pagelist {
  width: 100% !important;
  margin-left: 0 !important;
}

.pagelist li {
  display: inline;
  padding: 5px 8px;
  margin: 0 5px;
  text-align: center;
  border: 1px solid #d4d4d4;
}

.pagelist>a {
  display: inline;
  padding: 5px 8px;
  margin: 0 5px;
  text-align: center;
  border: 1px solid #d4d4d4;
}