html {
  font: 400 15px/20px "Microsoft YaHei", Helvetica, Arial, sans-serif;
  background: #777;
  font-size: 15px
}


.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: #444;
  text-transform: none
}

a,
a img,
a h4 {
  color: #444;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -o-transition: all .5s ease
}

a:hover {
  text-decoration: none;
  color: rgba(0, 64, 134, 1)
}

.uk-container {
  max-width: 1600px
}

.uk-nav-header {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 20px;
}

.uk-offcanvas-bar {
  background: linear-gradient(rgba(42, 16, 56, 1), rgba(0, 64, 134, 1));
}

.uk-offcanvas-bar p {
  line-height: 26px;
  color: rgba(255, 255, 255, .4);
}

.uk-nav-default {
  font-size: 14px
}

.mm-top {
  width: 100%;
  /* max-width: 1920px; */
  position: absolute;
  top: 0;
  z-index: 999;
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, 0));
}

.mm-logo {
  width: 340px;
  display: block;
  padding: 5px 0;
}
.mm-logo img {
  width: 100%;
}

.mm-logo:hover {
  background: rgba(0, 64, 134, 1);
  padding: 2px 0;
}

.uk-navbar-nav>li>a {
  min-height: 50px;
  font-size: 19px;
  font-weight: 900;
  color: rgba(255, 255, 255, .8);
  margin: 50px 10px;
}

.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(255, 255, 255, 1);
  text-shadow: 2px 2px 5px rgba(0, 0, 0, .4);
}

.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(0, 64, 134, 1);
  text-indent: 5px;
}

.uk-nav li a:hover i {
  right: 10px
}

.uk-navbar-toggle {
  min-height: 60px;
  padding: 0 20px;
  margin-top: 20px;
  color: #fff;
  background: linear-gradient(rgba(93, 21, 131, 1), rgba(0, 64, 134, 1));
}

.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
}

.as-banner{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
}

.uk-dotnav>*>* {
  width: 17px;
  height: 17px;
}
.mm-dotnav i{
  font-size: 20px;
  margin-left: 20px;
  animation:btnO 1s ease infinite alternate;
  -webkit-animation:btnO 1s ease infinite alternate; /*Safari and Chrome*/
}
.mm-dotnav:hover{
  color: rgba(221, 84, 78, 1);
}
.mm-banner-btn{
	width: 100%;
	font-size: 22px;
	line-height: 5vh;
	height: 20vh;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 90vh;
  background-image: linear-gradient( rgba(0, 0, 0, 0),rgba(0, 0, 0, .8));

}
.mm-banner-btn i{

	animation:btnO 1s ease infinite alternate;
  -webkit-animation:btnO 1s ease infinite alternate; /*Safari and Chrome*/
}
.mm-banner-btn:hover{
  color: rgba(221, 84, 78, 1);
}
@keyframes btnO
{
	from {
    /* opacity:1; */
    transform:translateY(0)
  }
	to {
    /* opacity:0; */
    transform:translateY(15px)
  }
}

@-webkit-keyframes btnO /*Safari and Chrome*/
{
	from {
    /* opacity:1; */
    transform:translateY(0)
  }
	to {
    /* opacity:0; */
    transform:translateY(15px)
  }
}

@media (max-width:640px) {
  .mm-logo {
    width: 240px;
    padding: 5px 0;
  }

  .mm-logo:hover {
    padding: 2px 0;
  }
}

/**
******************************************************************************************
main-01
******************************************************************************************
**/
.mm-main-01 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 60px 0;
  background: #f5f5f5;
  position: relative;
  /* overflow: hidden; */
  margin-top: 100vh;
}

.mm-title>div {
  float: left;
  padding-right: 30px;
  margin-right: 30px;
  border-right: 5px solid rgba(221, 84, 78, 1);
}

.mm-title b {
  font-weight: 100;
  font-style: oblique;
  text-transform: uppercase;
}

.mm-title h4 {
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 10px;
  color: rgba(0, 64, 134, 1);
}

.mm-title p {
  width: 500px;
  float: left;
  margin: 10px 0;
  line-height: 24px;
  color: rgba(0, 0, 0, .3);
}

.mm-title-a a {
  padding: 15px 30px;
  display: block;
  border: 3px solid rgba(0, 64, 134, 1);
  border-radius: 15px;
  font-size: 16px;
  font-weight: 900;
  color: rgba(0, 64, 134, 1);
}

.mm-title-a a:hover {
  background: rgba(221, 84, 78, 1);
  border: 3px solid rgba(221, 84, 78, 1);
  color: rgba(255, 255, 255, 1);
}



.mm-margin-120 {
  margin-top: -120px;
}

@media (max-width:1200px) {


  .mm-margin-120 {
    margin-top: -100px;
  }
}

@media (max-width:959px) {
  .mm-main-01 {
  padding-top:40px;
  margin-top: 60vh;
}
  .mm-title>div {
    padding-right: 20px;
    margin-right: 20px;
  }

  .mm-title b {
    font-size: 12px;
  }

  .mm-title h4 {
    font-size: 20px;
    margin-bottom: 0px;
  }
}

/**
******************************************************************************************
main-02
******************************************************************************************
**/


.uk-subnav-pill>.uk-active>a,
.uk-subnav-pill a:hover {
  background: none;
  border-bottom: 5px solid rgba(221, 84, 78, 1);
  color: #fff;
  padding: 5px 0;
}


.uk-subnav-pill>.uk-active>a h4,
.uk-subnav-pill a:hover h4 {
  color: #fff;
}

.uk-subnav-pill>*>:first-child {
  padding: 5px 0px;
  background: 0 0;
  color: rgba(255, 255, 255, .7);
}

.mm-main02-title b {
  font-weight: 100;
}

.mm-main02-title h4 {
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, .7);
}

.mm-main02-title-a a {
  padding: 15px 30px;
  display: block;
  border: 3px solid rgba(255, 255, 255, .8);
  border-radius: 15px;
  font-size: 16px;
  font-weight: 900;
  color: rgba(255, 255, 255, .8);
}

.mm-main02-title-a a:hover {
  background: rgba(221, 84, 78, 1);
  border: 3px solid rgba(221, 84, 78, 1);
  color: rgba(255, 255, 255, 1);
}

.mm-main-02 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 60px 0;
  background: url(../img/main-02.gif) 50% bottom no-repeat rgba(0, 64, 134, 1);
  position: relative;
  /* overflow: hidden; */
}

.mm-main02-news-large a {
  width: 100%;
  height: 500px;
  display: block;
  position: relative;
  overflow: hidden;
}

.mm-main02-news-large a>img {
  width: 100%;
}

.mm-main02-news-large a:hover>img {
  transform: scale(1.2);
}

.mm-main02-news-large a:hover div {
  color: rgba(255, 255, 255, 1);
}

.mm-main02-news-large-t {
  width: 100%;
  padding: 40px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(255, 0, 0, .7));
}

.mm-main02-news-large-t div {
  font-size: 20px;
  font-weight: 900;
  box-sizing: border-box;
  width: 100%;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /*需要显示的行数*/
  -webkit-box-orient: vertical;
  color: rgba(255, 255, 255, .8);
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  -o-transition: all .2s linear
}

.mm-main02-list-m {
  background: rgba(255, 255, 255, 1);
}

.mm-main02-mb {
  margin-bottom: 30px;
}

.mm-main02-mr {
  margin-right: 30px;
}

.mm-main02-list-m a {
  width: 100%;
  height: 235px;
  padding: 30px;
  display: block;
  background: rgba(255, 255, 255, 1);
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.mm-main02-list-m a,
.mm-main02-list-m a>.mm-main02-ico,
.mm-main02-list-s a {
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  -o-transition: all .2s linear
}

.mm-main02-list-m h4,
.mm-main02-list-s h4 {
  width: 95%;
  font-size: 17px;
  font-weight: 900;
  margin-top: 20px;
  margin-bottom: 15px;
}

.mm-main02-list-m>a>div,
.mm-main02-list-m h2,
.mm-main02-list-s>a>div,
.mm-main02-list-s h2 {
  color: rgba(192, 192, 192, 1);
}

.mm-main02-list-m h2,
.mm-main02-list-s h2 {
  height: 40px;
  margin-bottom: 0px;
  font-size: 36px;
  font-weight: 900;
}

.mm-main02-list-m p {
  width: 98%;
  line-height: 24px;
  height: 48px;
  margin-bottom: 0;
  color: rgba(134, 134, 134, 1);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*需要显示的行数*/
  -webkit-box-orient: vertical;
}

.mm-main02-ico {
  position: absolute;
  top: 12px;
  right: 20px;
  width: 120px;
  z-index: 999;
  height: 59px;
  overflow: hidden;
}

.mm-main02-list-m a:hover div,
.mm-main02-list-m a:hover h2,
.mm-main02-list-m a:hover h4,
.mm-main02-list-s a:hover div,
.mm-main02-list-s a:hover h2,
.mm-main02-list-s a:hover h4 {
  color: rgba(0, 64, 134, 1);
}


.mm-main02-list-m a:hover,
.mm-main02-list-s a:hover {
  background: linear-gradient(to right, rgb(191, 205, 219), rgba(255, 255, 255, 1));
  border-left: 5px solid rgba(221, 84, 78, 1);
}

.mm-main02-list-m a:hover .mm-main02-ico {
  right: -120px;
}

.mm-main02-list-s {
  background: rgba(255, 255, 255, 1);
}

.mm-main02-list-s a {
  width: 100%;
  padding: 29px;
  display: block;
  background: rgba(255, 255, 255, 1);
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.mm-main02-ico2 {
  position: absolute;
  top: 42px;
  right: 20px;
  z-index: 999;
  overflow: hidden;
}

.mm-main02-list-s a div:nth-of-type(2) {
  width: 65px;
}

.mm-main02-list-s h4 {
  width: 70%;
  margin: 7px auto;
  float: left;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*需要显示的行数*/
  -webkit-box-orient: vertical;
}

@media (max-width:1200px) {

  .mm-main02-list-m h2,
  .mm-main02-list-s h2 {
    font-size: 28px;
  }
}

@media (max-width:959px) {
  .mm-main02-news-large a {
    height: 340px;
  }

  .mm-main02-mr {
    margin-right: 0;
  }

  .mm-main02-title b {
    font-weight: 100;
    font-size: 11px;
  }

  .mm-main02-title h4 {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, .7);
  }
}

/**
******************************************************************************************
main-03
******************************************************************************************
**/
.mm-main-03 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 60px 0;
  background: url(../img/main-03.jpg) 50% bottom no-repeat rgba(243, 243, 243, 1);
  position: relative;
  /* overflow: hidden; */
}

.mm-main03-title h2 {
  font-weight: 900;
  font-size: 36px;
  color: rgba(0, 64, 134, 1);
}

.mm-main03-title p {
  line-height: 26px;
}

.mm-smtitle h3 {
  font-size: 60px;
  font-weight: 900;
  line-height: 60px;
  margin-top: 40px;
  color: rgba(0, 64, 134, 1);
}

.mm-smtitle p {
  color: rgba(0, 64, 134, 1);
  margin: 10px 0;
  height: 52px;
}

@media (max-width:959px) {
  .mm-smtitle h3 {
    font-size: 44px;
    line-height: 40px;
    margin-top: 0px;
  }

  .mm-smtitle p {
    height: 40px;
  }
}

/**
******************************************************************************************
main-04
******************************************************************************************
**/
.mm-main-04 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  /* padding-top: 20px; */
  position: relative;
  background: rgba(255, 255, 255, 1);
  /* overflow: hidden; */
}

.mm-main04-video a {
  color: rgba(255, 255, 255, .8);
  display: block;
  height: 650px;
}
.mm-main04-video img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mm-main04-video a span {
  padding: 5px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, .4);
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  -o-transition: all .2s linear
}

.mm-main04-video a:hover {
  color: rgba(255, 255, 255, 1);
}

.mm-main04-video a:hover span {
  border: 6px dashed rgba(255, 255, 255, 1);
}



/**
******************************************************************************************
main-05
******************************************************************************************
**/
.mm-main-05 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 60px 0;
  position: relative;
  background: rgba(255, 255, 255, 1);
  /* overflow: hidden; */
}

.mm-main-05 .mm-title>p {
  width: 800px;
}

.mm-main05-box a {
  width: 100%;
  height: 480px;
  display: block;
  position: relative;
  overflow: hidden;
}

.mm-main05-box>a>div,
.mm-main05-box-phone>a>div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 30px;
  background: url(../img/mian-05.png) 0 -200px repeat-x;
  -moz-transition: all .1s linear;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
  -o-transition: all .1s linear
}

.mm-main05-box>a>div>h2,
.mm-main05-box-phone>a>div>h2 {
  writing-mode: vertical-rl;
  font-weight: 900;
  color: rgba(255, 255, 255, 1);
  text-shadow: 2px 2px 4px rgb(128, 41, 36);
}

.mm-main05-box>a:hover div {
  background-position: 0 bottom;
}

.mm-main05-box>a:hover img {
  transform: scale(1.2);
}

.mm-main05-pt {
  padding-top: 110px;
  margin-top: -68px;
}

.mm-main05-slidenav {
  position: absolute;
  right: 0;
  top: 0;
}

.mm-main05-slidenav a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 5px;
  border-radius: 5px;
  display: block;
  margin-left: 5px;
  background: rgba(221, 84, 78, 1);
  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-main05-slidenav a:hover {
  background: rgba(0, 64, 134, 1);
  color: #fff;
}

@media (max-width:959px) {
  .mm-main05-pt {
    padding-top: 80px;
    margin-top: -50px;
  }

  .mm-main05-slidenav a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .mm-main05-box a {
    height: 270px;
  }
}

/**
******************************************************************************************
main-06
******************************************************************************************
**/
.mm-main-06 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  /* background: url(../img/main-06.jpg) center top no-repeat rgba(243, 243, 243, 1); */
  background:  rgba(255, 255, 255, 1);
  /* overflow: hidden; */
}

.mm-main06-box-large a {
  width: 100%;
  height: 400px;
  display: block;
  overflow: hidden;
  position: relative;
  background: rgba(0, 64, 134, 1);
}

.mm-main06-box-large a>p {
  font-size: 23px;
  font-weight: 900;
  position: absolute;
  right: 40px;
  bottom: 20px;
  z-index: 9;
  color: rgba(255, 255, 255, .7);
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear
}

.mm-main06-box-large a>img {
  filter: opacity(.7);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mm-main06-box-large a:hover img {
  filter: opacity(1);
  transform: scale(1.2);
}

.mm-main06-box-large a:hover p {
  color: rgba(255, 255, 255, 1);
  text-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
}

.mm-main06-box-phone a p {
  font-size: 18px;
  font-weight: 900;
  position: absolute;
  right: 30px;
  bottom: 10px;
  z-index: 9;
  color: rgba(255, 255, 255, 1);
  text-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
}

/**
******************************************************************************************
main-07
******************************************************************************************
**/
.mm-main-07 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 60px 0;
  position: relative;
  background: rgba(243, 243, 243, 1);
  /* overflow: hidden; */
}

.mm-ico-border a {
  width: 60px;
  height: 60px;
  font-size: 26px;
  display: block;
  float: right;
  text-align: center;
  line-height: 60px;
  background: rgba(221, 84, 78, 1);
  border-radius: 50%;
  margin: 0 10px;
  color: #fff;
}

.mm-ico-border a:hover {
  background: rgba(0, 64, 134, 1);
  text-shadow: 5px 2px rgba(4, 27, 51, 1);
}

.mm-main07-box-large a {
  width: 100%;
  height: 370px;
  display: block;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  background: rgba(0, 0, 0, .8);
}

.mm-main07-box-large a>p {
  width: 80%;
  height: 48px;
  line-height: 24px;
  font-size: 17px;
  font-weight: 900;
  position: absolute;
  bottom: 10px;
  left: 10%;
  z-index: 9;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*需要显示的行数*/
  -webkit-box-orient: vertical;
  color: rgba(255, 255, 255, .7);
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear
}

.mm-main07-box-large a>span,
.mm-main07-box-large a>i {
  position: absolute;
  z-index: 9;
  bottom: 85px;
  left: 10%;
  font-size: 14px;
  font-weight: 100;
  display: block;
  color: rgba(255, 255, 255, .7);
}

.mm-main07-box-large a>i {
  font-size: 26px;
  bottom: 125px;
}

.mm-main07-box-large a>img {
  filter: opacity(.7);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mm-main07-box-large a:hover img {
  filter: opacity(1);
  transform: scale(1.2);
}

.mm-main07-box-large a:hover p {
  color: rgba(255, 255, 255, 1);
  text-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
}


.mm-main07-box-phone a p {
  width: 80%;
  font-size: 17px;
  font-weight: 900;
  position: absolute;
  bottom: 10px;
  left: 10%;
  z-index: 9;
  color: rgba(255, 255, 255, 1);
  text-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*需要显示的行数*/
  -webkit-box-orient: vertical;
}

.mm-main07-box-phone a i {
  font-size: 20px;
  position: absolute;
  bottom: 80px;
  left: 10%;
  z-index: 9;
  color: rgba(255, 255, 255, 1);
  text-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
}

@media (max-width:959px) {
  .mm-ico-border a {
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    margin: 0 5px;
  }
}

/**
******************************************************************************************
main-08
******************************************************************************************
**/
.mm-main-08 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 50px 0;
  position: relative;
  background: rgba(255, 255, 255, 1);
  /* overflow: hidden; */
}

.mm-main08-box a {
  width: 100%;
  height: 170px;
  display: block;
  position: relative;
  overflow: hidden;
}

.mm-main08-box a>img {
  width: 100%;
}

.mm-main08-box>a:hover img {
  transform: scale(1.1);
}

.mm-main08-link a {
  width: 100%;
  padding: 20px 0;
  display: block;
  text-align: center;
  background: rgba(0, 0, 0, .05);
}

.mm-main08-link a:hover {
  background: rgba(221, 84, 78, 1);
  color: rgba(255, 255, 255, 1);
}

@media (max-width:959px) {
  .mm-main08-box a {
    height: 60px;
  }
}

/**
******************************************************************************************
footer
******************************************************************************************
**/
.mm-footer-bg {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 50px 0;
  position: relative;
  background: url() right bottom no-repeat rgba(0, 64, 134, 1);
  /* overflow: hidden; */
}

.mm-footer-text a {
  width: 340px;
  display: block;
}

.mm-footer-text a :hover {
  background: rgba(221, 84, 78, .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: .8;
}

.mm-footer-copyright-bg {
  background: rgba(9, 40, 73, 1);
  z-index:999;
  position:relative;
}

.mm-footer-copyright {
  padding: 20px 0;

}

.mm-footer-copyright a {
  margin-left: 10px;
}

/**
******************************************************************************************
about us
******************************************************************************************
**/

.mm-banner-a .uk-overlay {
  padding-top: 30px;
  padding-bottom: 100px;
}

.mm-banner-a .uk-overlay-default {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));
}

.mm-banner-b {
  margin-top: -72px;
  z-index: 9;
  position: relative;
  background: url(https://res.hnyykjzy.cn/about-bg3.jpg) left center no-repeat;
}

.mm-banner-atitle-bg {
  padding: 15px 0;
}

.mm-banner-atitle h3 {
  font-size: 36px;
  font-weight: 900;
  color: rgba(255, 255, 255, 1);
}

.mm-banner-atitle a {
  color: rgba(255, 255, 255, .7);
  /* margin-right: 30px; */
  line-height: 42px;
  font-size: 17px;
  font-weight: 900;
  display: block;
}

.mm-banner-atitle a:hover {
  color: rgba(255, 255, 255, 1);
}

.mm-about-main01 {
  width: 100%;
  max-width: 1920px;
  overflow: hidden;
  margin: 0 auto;
  padding: 50px 0;
  position: relative;
  background: url(../img/main-03.jpg) left bottom no-repeat rgba(243, 243, 243, 1);
  /* overflow: hidden; */
}

.mm-about-boxa h3,
.mm-about-boxb h3,
.mm-about-boxc h3,
.mm-xq-title h3 {
  font-size: 24px;
  font-weight: 900;
  color: rgba(0, 64, 134, 1);
}

.mm-about-boxc h3 {
  color: rgba(243, 243, 243, 1)
}

.mm-about-boxa p {
  line-height: 30px;
}

.mm-about-boxa a {
  width: 200px;
  height: 40px;
  display: block;
  border: 2px solid rgba(221, 84, 78, 1);
  color: rgba(0, 64, 134, .8);
  border-radius: 10px;
  line-height: 40px;
  text-align: center;
  font-weight: 900;
  margin-top: 40px;
  background: rgba(221, 84, 78, 1);
  color: rgba(255, 255, 255, 1);
}

.mm-about-boxa a:hover {
  text-indent: 10px;
}

.mm-about-lm div {
  width: 110px;
  height: 110px;
  box-sizing: border-box;
  text-align: center;
  padding-top: 30px;
  border: 2px solid rgba(0, 0, 0, .6);
  border-radius: 10px;
  font-size: 18px;
  line-height: 26px;
  font-size: 15px;

}

.mm-about-lm div h4 {
  margin: 0;
  font-weight: 900;
  font-size: 22px;
  line-height: 22px;
  color: rgba(0, 0, 0, .6);
}

.mm-about-abs {
  width: 700px;
  height: 470px;
  position: absolute;
  left: -290px
}

.mm-about-main02 {
  width: 100%;
  max-width: 1920px;
  overflow: hidden;
  margin: 0 auto;
  padding: 50px 0;
  position: relative;
  background: rgba(255, 255, 255, 1);
  /* overflow: hidden; */
}

.mm-about-taba {
  text-indent: 40px;
}

.mm-about-taba h5 {
  font-weight: 900;
}

.mm-about-tabb a {
  font-size: 16px;
  line-height: 30px;
  width: 70px;
  display: block;
  float: left;
  margin-right: 20px;
}

.mm-about-main03 {
  width: 100%;
  max-width: 1920px;
  overflow: hidden;
  margin: 0 auto;
  padding: 50px 0;
  position: relative;
  background: url(../img/main-06.jpg) center bottom rgba(255, 255, 255, 1);
  /* overflow: hidden; */
}

.mm-about-bx h3,
.mm-about-bx h5 {
  color: rgba(243, 243, 243, 1);
  font-weight: 900;
}

.mm-about-bx p {
  color: rgba(243, 243, 243, .7);
  line-height: 30px;
}

.mm-about-boxc a {
  color: rgba(243, 243, 243, .6);
  margin-top: 11px;
  margin-left: 20px;
}

.mm-about-boxc a:hover {
  margin-left: 23px;
  color: rgba(243, 243, 243, 1);
}

.mm-jgsz-title {
  border-bottom: 2px solid rgba(221, 84, 78, 1);
}

.mm-jgsz-title a {
  padding: 20px;
  display: block;
  font-weight: 900;
  margin-right: 20px;
  border-bottom: 2px solid rgba(255, 255, 255, 1);
}

.mm-jgsz-title>.uk-active>a,
.mm-jgsz-title a:hover {
  background: rgba(0, 64, 134, 1);
  color: rgba(243, 243, 243, 1);
  border-bottom: 2px solid rgba(221, 84, 78, 1);
}

.mm-jgsz-title,
.mm-jgsz-title ul,
.mm-jgsz-title li {
  list-style: none;
  margin: 0;
  padding: 0 !important;
}

.mm-jgsz-box a {
  display: block;
  background: rgba(255, 255, 255, .9);
  padding: 20px 20px;
  border-radius: 2px;
  font-weight: 900;
}

.mm-jgsz-box a:hover {
  background: rgba(221, 84, 78, 1);
  color: rgba(255, 255, 255, 1);
  text-indent: 10px;
}

@media (max-width:959px) {
  .mm-about-taba {
    text-indent: 20px;
  }
}

@media (max-width:640px) {
  .mm-about-lm div {
    margin: 0 10px 10px 0;
  }

  .mm-banner-atitle h3 {
    font-size: 20px;
  }

  .mm-about-main03 {
    background-size: auto 100%;
  }
}

.mm-xq-bg {
  width: 100%;
  max-width: 1920px;
  overflow: hidden;
  margin: 0 auto;
  padding: 50px 0 90px;
  position: relative;
  background: url(https://res.hnyykjzy.cn/about-bg3.jpg) center bottom no-repeat rgba(255, 255, 255, .9);
  /* overflow: hidden; */
}


/**
******************************************************************************************
fengjing us
******************************************************************************************
**/
.mm-banner-c {
  margin-top: -72px;
  z-index: 9;
  position: relative;

}

.mm-banner-atitle-bg {
  padding: 15px 0;
}

.mm-banner-btitle {
  height: 42px;
  line-height: 42px;
}

.mm-banner-btitle div {
  float: left;
  margin-right: 20px;
}

.mm-banner-btitle a {
  color: rgba(255, 255, 255, .7);
  line-height: 42px;
  font-size: 15px;
  display: block;
  background: transparent;
}

.mm-banner-btitle a:hover {
  color: rgba(255, 255, 255, 1);
}

.mm-banner-btitle::after {
  content: "";
  position: absolute;
  background: url() right center no-repeat;
  height: 72px;
  left: 0px;
  right: 50vw;
  top: 0;
  z-index: -2;
}

.mm-pic-til a {
  font-size: 16px !important;
  padding: 15px 45px;
  display: block;
  background-color: #d3d3d3;
  border-radius: 5px;
  margin-bottom: 10px;
}

.mm-pic-til .uk-active a {
  background-color: rgba(0, 64, 134, 1) !important;
  color: #fff;
}

.mm-pic-til a:hover {
  background-color: rgba(0, 64, 134, 1) !important;
  color: #fff
}

.mm-xq-bg .uk-overlay-default {
  background: linear-gradient(rgba(82, 43, 255, .7), rgba(49, 63, 163, .7));
}

.mm-xq-bg .uk-overlay-default .uk-h5 {
  color: rgba(255, 255, 255, 1) !important;
  font-size: 17px;
}



/**
******************************************************************************************
zhuanti
******************************************************************************************
**/

.mm-zt-bg {
  width: 100%;
  max-width: 1920px;
  overflow: hidden;
  margin: 0 auto;
  padding: 50px 0 90px;
  position: relative;
  background: url(https://res.hnyykjzy.cn/about-bg3.jpg) center bottom no-repeat rgba(255, 255, 255, .9);
}

.mm-zt-box {
  position: relative;
}

.mm-zt-box:hover .mm-zt-title {
  box-shadow: 5px 5px rgba(221, 84, 78, 1);
}

.mm-zt-box>.mm-zt-img {
  width: 650px;
  height: 420px;
  overflow: hidden;
}

.mm-zt-box>.mm-zt-img a:hover img {
  transform: scale(1.2);
}

.mm-zt-box>.mm-zt-title {
  background: #eaeeff;
  padding: 40px;
  box-sizing: border-box;
  width: 400px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear
}


.mm-zt-title b {
  font-size: 14px;
  color: rgba(221, 84, 78, 1);
}

.mm-zt-title a {
  display: block;
  margin-top: 15px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 900;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*需要显示的行数*/
  -webkit-box-orient: vertical;
}

.mm-zt-title p {
  color: rgba(0, 0, 0, .3);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*需要显示的行数*/
  -webkit-box-orient: vertical;
}

.mm-zt-title span {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: rgba(221, 84, 78, 1);
}

.mm-zt-title span i {
  margin-right: 10px;
}

@media (max-width:1200px) {
  .mm-zt-box>.mm-zt-img {
    width: 100%;
    height: 300px;
    position: relative;
  }

  .mm-zt-box>.mm-zt-title {
    width: 90%;
    position: relative;
    transform: translateY(0%);
    margin-top: -50px;
  }
}

@media (max-width:960px) {

  .mm-zt-box>.mm-zt-title {
    width: 100%;
    position: relative;
    transform: translateY(0%);
    margin-top: 0px;
  }
}


/* pagination */
.mm-pagination {
  margin-top: 50px;
}

.mm-pagination li {
  margin: 10px 3px;
}

.mm-pagination li a {
  padding: 15px;
  background: rgba(255, 255, 255, .5);
  border-radius: 5px
}

.mm-pagination li a:hover {
  background: rgba(221, 84, 78, 1);
  color: #fff !important;
}

.mm-pagination li span {
  padding: 15px;
  background: rgba(221, 84, 78, 1);
  color: #fff !important;
  border-radius: 5px
}

.mm-pagination .uk-active {
  background: rgba(221, 84, 78, 1);
  color: #fff !important;
  border-radius: 5px
}

.mm-zt-bg2 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 0 90px;
  position: relative;
  background: url(https://res.hnyykjzy.cn/about-bg3.jpg) center bottom no-repeat rgba(255, 255, 255, .9);

}

.mm-zhuanti-atitle {
  margin-top: -200px;
  z-index: 9;
  position: relative;
}

.mm-zhuanti-atitle a {
  color: rgba(255, 255, 255, .5);
}

.mm-zhuanti-atitle h3 {
  font-size: 34px;
  font-weight: 900;
  margin-top: 20px;
  color: rgba(255, 255, 255, .9);
}

.mm-zt-content {
  width: 100%;
}

@media (max-width:959px) {
  .mm-zhuanti-atitle {
    margin-top: -250px;
  }
}

@media (max-width:640px) {
  .mm-zt-bg2 {
    padding-top: 40px;

  }

  .mm-zhuanti-atitle {
    margin-top: 0px;
  }

  .mm-zhuanti-atitle a {
    color: rgba(0, 0, 0, .5);
  }

  .mm-zhuanti-atitle h3 {
    font-size: 24px;
    color: rgba(0, 0, 0, .8);
  }
}


/* 1205 */
.as-dw-bga a{
	background-color: #fffbf0;
}
.as-dw-bgb a{
	background-color: #f7feff;
}
.as-dw-bgc a{
	background-color: #f2fbff;
}
.as-dw-bor a{
	width: 100%;
	height: 100%;
	display: block;
	padding: 30px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
.as-dw-bor i{
	position: absolute;
	bottom: -50px;
	right: -50px;
	font-size: 200px;
	color: rgba(255,255,255, 0);
	-moz-transition: all 0.2s linear;
	-webkit-transition:all 0.2s linear;
	transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
}
.as-dw-bor h4{
	color: rgba(1,1,1, 0.6);
}
 .as-dw-bor p{
	 color: rgba(1,1,1, 0.5);
   line-height: 30px;
 }
.as-dw-bor a:hover{
	background-color: rgba(0, 64, 134, 1);
}
.as-dw-bor a:hover h4,.as-dw-bor a:hover p{
  color: rgba(255,255,255, 1);
}
.as-dw-bor a:hover .as-ico {
	color: rgba(255,255,255, 0.3);
}


.mm-aboutTxt{
  line-height: 30px;
}
.mm-aboutTxt p{
  margin: 0px auto 30px !important;
}
.mm-aboutBox{
  width: 100%;
  height: 100%;

}
.mm-aboutBox img{
  width: 100%;
  height:100%;
  object-fit: cover;
}

.mm-aboutBg{
  width: 100%;
  padding: 50px 0;
  background: url(../img/main-06.jpg) 50% 50% no-repeat;
  color: #eaeeff;
  margin: 60px auto;
}



/* 2025 */
.mm-title-ap{
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.mm-title-ap h4{
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 0px;
  margin-right:10px;
  color: rgb(48, 89, 147);
  display: inline;
}
.mm-title-ap b{
  font-weight: 100;
  color: rgb(48, 89, 147);
}
.mm-m1-imgBox{
  width: 100%;
  height: 185px;
  overflow: hidden;
}
.mm-m1-imgBox img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mm-m1-imgBox a:hover img{
  opacity: 0.8;
  transform: scale(1.1);
}
.mm-m1-liBox{
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mm-m1-liBox h4{
  font-weight: 900;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*需要显示的行数*/
  -webkit-box-orient: vertical;
}
.mm-m1-liBox span{
  display: block;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}
.mm-m1-liBox a:hover h4{
  color: rgba(0, 64, 134, 1);
}
.mm-main01-cbox a:first-of-type{
  display: block;
  width: 100%;
  height: 475px;
  overflow: hidden;
}
.mm-main01-cbox img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mm-main01-cbox:hover img{
  opacity: 0.8;
  transform: scale(1.1);
}
.mm-m1-cTitle{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 20px 0;
}
.mm-m1-cTitle h4{
  font-weight: 900;
  display: inline;
  margin-bottom: 0;
  font-size: 20px;
  color: rgb(48,89,145);
  margin-right: 10px;
  letter-spacing:3px;
}
.mm-m1-cTitle b{
  font-weight: bold;
  color: rgb(48,89,145);
  font-size:12px;
}
.mm-main01-cbox{
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
}
.mm-main01-cbox a:last-of-type{
  display: block;
  padding: 0 30px;
  box-sizing: border-box;
}
.mm-main01-cbox a:last-of-type div{
  font-size: 22px;
  text-align: center;
  line-height: 26px;
  font-weight: 900;
}
.mm-main01-cbox a:last-of-type p{
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /*需要显示的行数*/
  -webkit-box-orient: vertical;
}
.mm-m1-left .mm-m1-liBox:last-child,
.mm-m1-right .mm-m1-rightBox:last-child{
  border-bottom: none !important;
}
.mm-m1-rightBox{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:  21px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mm-m1-rightBox:nth-of-type(2){
  padding-top: 0 !important;
}

.mm-m1-rightBox>.time{
  /* margin-right: 20px; */
  font-size: 17px;
  padding: 7px 15px;
  background: rgba(0, 0, 0, .07);
}
.mm-m1-righTitle{
  width: calc(100% - 100px);
  height: 52px;
}
.mm-m1-rightBox h4{
  font-weight: 900;
  margin-bottom: 0;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*需要显示的行数*/
  -webkit-box-orient: vertical;
}
.mm-m1-righTitle a:hover h4{
	color:rgba(0, 64, 134, 1);
}
.mm-main-02a {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 60px 0;
  background: #fff;
  position: relative;
  /* overflow: hidden; */
}

.mm-m2-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mm-m2-title b {
  font-weight: 100;
}

.mm-m2-title h4 {
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 10px;
  color: rgba(0, 64, 134, 1);
}
.mm-m2-box a:first-of-type{
  display: block;
  height: 150px;
  overflow: hidden;
}
.mm-m2-box a:first-of-type img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mm-m2-box a:first-of-type:hover img{
  opacity: 0.8;
  transform: scale(1.1);
}
.mm-m2-box a{
  line-height: 40px;
  display: block;
  text-align: center;
}

.mm-main-03a {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 60px 0;
  background: url(../img/bg1.jpg) center top no-repeat #fff;
  position: relative;
  /* overflow: hidden; */
}
.mm-m3-box span{
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -o-transition: all .5s ease
}
.mm-m3-box a:hover span{
  transform: scaleX(-1);
}
.mm-m3-box a{
  color: rgba(255,255,255, 1);
  display: block;
  overflow: hidden;
}
.mm-m3-box a h4{
  font-weight: 900;
  margin-top: 20px;
  color: rgba(255,255,255, 1);
}
.mm-m4-box{
  padding:0 40px;
}
.mm-m4-sbox{
  width: 100%;
  height: 305px;
  position: relative;
}
.mm-m4-sbox img{
  width: 100%;
  height: 100%;
  /*object-fit: cover;*/
}
.mm-m4-btnBox{
  position: absolute;
  top: 50%;
  left: 40%;
}
.mm-m4-btn a{
  display: block;
  font-size: 16px;
  padding: 5px 20px;
  margin-bottom: 5px;
  background: rgba(255, 255, 255, 1);
}
.mm-m4-btn a:hover{
  background: rgba(0, 64, 134, 1);
  color: rgba(255, 255, 255, 1);
}

.mm-m5-img{
  width: 100%;
  height: 185px;
  overflow: hidden;
}
.mm-m5-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mm-m5-img:hover img{
	opacity: 0.8;
	transform: scale(1.1);
}
.mm-m5-content{
	border: 1px solid rgba(0, 0, 0, .07);
  border-bottom: 2px solid rgba(0, 0, 0, .07);
  padding: 20px;
  box-sizing: border-box;
}
.mm-m5-content h4{
  height: 48px;
  font-size: 17px;
  font-weight: 900;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*需要显示的行数*/
  -webkit-box-orient: vertical;
}
.mm-m5-content p{
  color: #777;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /*需要显示的行数*/
  -webkit-box-orient: vertical;
}

.mm-m5-content p{
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -o-transition: all .5s ease
}
.mm-m5-box a:hover h4{
	color: rgba(0, 64, 134, 1);
}
.mm-m5-box a:hover .mm-m5-content{
  background: rgba(1,1,1, 0.05);
}

.mm-ml-box {
  position: relative;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear
}
.mm-ml-box>a{
  display: block;
  width: 100%;
  height: 305px;
  overflow: hidden;
}
.mm-ml-box>a>img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mm-ml-box:hover img{
  opacity: 0.8;
  transform: scale(1.1);
}
.mm-ml-box:hover {
  box-shadow: 10px 10px rgba(0, 64, 134, 1);
}
.mm-ml-box>.mm-ml-title {
  background: #fff;
  padding: 20px 30px;
  box-sizing: border-box;
  width: 100%;
}

.mm-ml-title a {
  display: block;
  font-size: 20px;
  line-height: 25px;
  font-weight: 900;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /*需要显示的行数*/
  -webkit-box-orient: vertical;
}

.mm-ml-title p {
  color: rgba(0, 0, 0, .3);
  margin: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*需要显示的行数*/
  -webkit-box-orient: vertical;
}

@media (max-width:1200px)  {

  .mm-m4-btnBox{
    left: 20%;
  }
  .mm-ml-box>a{
    height: 205px;
  }
}
@media (max-width:960px)  {
  .mm-main01-cbox a:first-of-type{
    height: 225px;
  }
}
@media (max-width:640px)  {
  .mm-ml-box>a{
    height: 185px;
  }
}

/* 202505 update */
.mm-contactBox {
  position: absolute;
  left: -120px;
  top: 0px;
  width: 130px;
  box-sizing: border-box !important;
  background: rgba(243, 243, 243, 1);
  border: 6px solid rgba(0, 155, 225, 1) !important;
  border-radius: 4px;
  padding: 15px;
  padding-bottom: 5px;
  line-height: 20px !important;
  font-size: 14px;
  opacity: 0;
  -moz-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
}
.mm-contactBox p {
  margin: 0;
}
.mm-contactBox div {
  margin-bottom: 10px;
}
.mm-contactBox strong {
  color: rgba(0, 155, 225, 1);
}
.mm-totop a {
  width: 130px;
  height: 35px;
  line-height: 30px;
  display: block;
  background: rgba(0, 155, 225, 1);
  text-align: center;
  color: rgba(255, 255, 255, 1);
  position: fixed;
  right: 0;
  bottom: 50px;
  border-radius: 4px;
  /* border-bottom-left-radius: 8px; */
}
.mm-totop a:hover {
  background: rgba(221, 84, 78, 1);
  bottom: 53px;
}
.mmo_robotBox {
  cursor: pointer;
  width: 200px;
  height: 200px;
  position: fixed;
  top: 20%;
  right: 0px;
  z-index:99;
  box-sizing: content-box;
  overflow: visible;
  background: url(../img/robot.png) center center no-repeat;
  background-size: 100%;
  /* border: 1px solid red; */
}
.mmo_menu ul,
.mmo_menu li {
  list-style: none;
}
@keyframes dh {
  0% {
    transform: scale(0);
    transform: rotate(90deg);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.mmo_menu li {
  display: block;
  /* border: 1px solid red; */
  position: absolute;
  box-sizing: border-box;
  left: 30px;
  top: 30px;
  transform: rotate(90deg) scale(0);
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.mmo_robotBox:hover .mmo_menu li {
  width: 100px;
  height: 90px;
  transition-delay: 0.2s;
  /* animation: dh 1s 0.2s; */
  transform: rotate(0deg);
}
.mmo_robotBox:hover .mmo_menu li:nth-of-type(1) {
  top: -90px;
  left: 20px;
}
.mmo_robotBox:hover .mmo_menu li:nth-of-type(2) {
  top: -15px;
  left: -80px;
}
.mmo_robotBox:hover .mmo_menu li:nth-of-type(3) {
  top: 90px;
  left: -105px !important;
}
.mmo_robotBox:hover .mmo_menu li:nth-of-type(4) {
  top: 195px;
  left: 10px;
}

.mmo_menu li a {
  display: flex;
  padding: 15px 0;
  align-items: center;
  flex-direction: column;
  color: rgb(28, 100, 255);
  font-weight: 900;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
}
.mmo_menu li a i {
  width: 32px;
  height: 32px;
  display: block;
  padding: 7px;
  border-radius: 50%;
  background: rgb(28, 100, 255);
  /* background: linear-gradient(180deg,rgb(6, 91, 182), rgb(28, 100, 255)); */
  color: #fff;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.mm-wx:hover .mm-contactBox {
  display: block;
  /* transform: rotate(75deg); */
  position: absolute;
  left: -130px;
  top: 10px;
  transition-delay: 0.3s;
  /* transform: scale(1); */
  opacity: 1;
}
.mmo_menu li a:hover {
  transform: translateY(2px);
  color: rgba(0, 64, 134, 1);
}
.mmo_menu li a:hover i {
  background: rgba(0, 64, 134, 1);
}

