html {
  font: 400 15px/20px "Microsoft YaHei", Helvetica, Arial, sans-serif;
  background: rgb(1, 41, 84);
  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 {
  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%;
  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;
  padding: 5px 10px;
  position: absolute;
}

.mm-logo:hover {
  background: rgba(0, 64, 134, 1);
  padding: 2px 10px;
}

.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: relative;
	width: 100%;
  /* max-width: 1920px; */
  margin: 0 auto;
}

.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; */
}

.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;
}

.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-main-news-large a {
  width: 100%;
  height: 420px;
  display: block;
  position: relative;
  overflow: hidden;
}

.mm-main-news-large a>img {
  width: 100%;
}

.mm-main-news-large a:hover>img,
.mm-main-news-small a:hover>div:nth-child(1) img {
  transform: scale(1.2);
}

.mm-main-news-large a:hover div {
  color: rgba(255, 255, 255, 1);
}

.mm-main-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(0, 0, .4));
}

.mm-main-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-main-news-small a {
  width: 100%;
  height: 300px;
  display: block;
  background: rgba(0, 0, 0, .05);
}

.mm-main-news-small div:nth-child(1) {
  width: 100%;
  height: 205px;
  overflow: hidden;
}

.mm-main-news-small div:nth-child(3) {
  padding: 20px;
}

.mm-main-news-small div:nth-child(3)>div {
  font-size: 17px;
  font-weight: 900;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*é—‡â‚¬ç‘•ä½¹æ¨‰ç»€è™¹æ®‘ç›å±¾æšŸ*/
  -webkit-box-orient: vertical;
}

.mm-margin-120 {
  margin-top: -120px;
}

@media (max-width:1200px) {
  .mm-main-news-large a {
    height: 360px;
  }

  .mm-main-news-small a {
    height: 260px;
  }

  .mm-main-news-small div:nth-child(1) {
    height: 165px;
  }

  .mm-margin-120 {
    margin-top: -100px;
  }
}

@media (max-width:959px) {
  .mm-main-01 {
  padding-top:40px;
}
  .mm-title>div {
    padding-right: 20px;
    margin-right: 20px;
  }

  .mm-title b {
    font-size: 12px;
  }

  .mm-title h4 {
    font-size: 20px;
    margin-bottom: 0px;
  }

  .mm-title-a a {
    padding: 12px 15px;
    border: 2px solid rgba(0, 64, 134, 1);
    font-size: 15px;
  }

  .mm-main-news-large-t {
    padding: 20px;
  }

  .mm-main-news-large-t div {
    font-size: 18px;
    font-weight: 900;
    box-sizing: border-box;
    width: 100%;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /*é—‡â‚¬ç‘•ä½¹æ¨‰ç»€è™¹æ®‘ç›å±¾æšŸ*/
    -webkit-box-orient: vertical;
  }

  .mm-main-news-large a {
    height: 200px;
  }

  .mm-main-news-small a {
    height: auto;
  }

  .mm-margin-120 {
    margin-top: 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);
  background-size: cover;
  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;
  position: relative;
  /* overflow: hidden; */
}

.mm-main04-video a {
  color: rgba(255, 255, 255, .8);
}

.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);
}

.mm-main04-mtitle {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 70px;
  background: rgba(255, 255, 255, 1);
}

.mm-main04-title {
  border-left: 5px solid rgba(221, 84, 78, 1);
  padding-left: 20px;
}

.mm-main04-title b {
  font-weight: 100;
}

.mm-main04-title h4 {
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 10px;
  color: rgba(0, 64, 134, 1);
}

.mm-main04-mtitle p {
  color: rgba(0, 0, 0, .3);
  line-height: 24px;
  margin-bottom: 30px;
}

.mm-main04-title-a {
  width: 47%;
  height: 40px;
  margin: 10px 0 20px;
}

.mm-main04-title-a a {
  width: 100%;
  height: 100%;
  font-size: 17px;
  font-weight: 900;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  position: relative;
}
.mm-main04-title-a a i{
	position: absolute;
	right: 0;
	top: 2px;
}
.mm-main04-title-a a:hover {
  border-bottom: 1px solid rgba(221, 84, 78, 1);
}

@media (max-width:1200px) {

  .mm-main04-mtitle {
    padding: 30px;
  }

  .mm-main04-title-a a {
    font-size: 16px;
  }
}

/**
******************************************************************************************
main-05
******************************************************************************************
**/
.mm-main-05 {
  width: 100%;
  /* max-width: 1920px; */
  margin: 0 auto;
  padding: 60px 0;
  position: relative;
  background: rgba(243, 243, 243, 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('https://res.hnyykjzy.cn/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-size: cover;
  /* 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);
}

.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);
}

.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('https://res.hnyykjzy.cn/footer-bg-6.png') 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;
  
}

.mm-banner-bbg:after{
  content: "";
  position: absolute;
  border-top-right-radius: 30px;
  width: 2000px;
  height: 100%;
  z-index: -9;
  top: 0;
  right: 20%;
  background: rgba(0, 64, 134, .9);
}

.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(243, 243, 243, 1);
  /* 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(../img/banner-bg.png) 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(243, 243, 243, 1);
}

.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(243, 243, 243, 1);

}

.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);
}



/* 20240326 update */
.mm-zt-boxa {
  position: relative;
}

.mm-zt-boxa:hover .mm-zt-titlea {
  box-shadow: 5px 5px rgba(221, 84, 78, 1);
}
.mm-zt-boxa>.mm-zt-titlea {
  background: #eaeeff;
  padding: 40px;
  box-sizing: border-box;
  width: 100%;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear
}

.mm-zt-titlea b {
  font-size: 14px;
  color: rgba(221, 84, 78, 1);
}

.mm-zt-titlea 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-titlea 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-titlea span {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: rgba(221, 84, 78, 1);
}

.mm-zt-titlea span i {
  margin-right: 10px;
}


/* 20240327update */
.mm-contactBox{
  position: fixed;
  right: 0;
  bottom: 90px;
  width: 130px;
  box-sizing: border-box;
  background: rgba(243, 243, 243, 1);
  border: 6px solid rgba(0, 155, 225, 1);
  border-radius: 4px;
  /* border-top-left-radius: 8px; */
  padding: 20px 15px 5px;
  line-height: 20px;
  font-size: 14px;
}
.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;
}


.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;
}