.bgColor {
  background-color: #f9f9f9;
}

.mxh-FE-title {
  padding-top: 30px;
}

.mxh_top {
  background-color: #F8F8F8;
}

.mxh_top .mt_items {
  display: flex;
  justify-content: space-between;
}

.mxh_top .mt_items ul {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.3rem;
}

.mxh_top .mt_items a {
  color: #7F7F7F;
  vertical-align: middle;
}

.mxh_top .mt_items .xsg::after {
  content: "|";
  font-size: 1px;
  color: #DADADA;
  margin: 0 0.73vw;
}

.mxh_top .mt_items .mts_left {
  font-size: 13px;
}

.mxh_top .mt_items .mts_right li {
  font-size: 14px;
}

.mxh_top .mt_items .mts_right li .serviceHotline {
  color: #2e61a1;
}

@media (max-width: 1200px) {

  .mxh-HTT,
  .ul-media-none,
  .hy-top-enter,
  .mxh_top {
    display: none;
  }

  .mxh-web-container {
    overflow: hidden;
  }

  .mxh-FE-title {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .mxh-FE .hy-quick-tool .hy-item .hy-text {
    flex: 1;
  }
}

.hy-top-logo .hy-top-logo-box {
  padding: 5px 0;
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  text-align: center;
  justify-content: space-between;
}

.hy-top-logo .hy-top-logo-box .hy-l {
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: center;
  justify-content: flex-start;
}

.hy-top-logo .hy-top-logo-box .hy-l h1 {
  font-size: 23px;
  font-weight: normal;
  align-self: center;
  margin-left: 70px;
}

.hy-top-logo .hy-top-logo-box .hy-r {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  justify-content: center;
  align-items: center;
}

.hy-top-logo .hy-top-logo-box .hy-r img {
  width: 100px;
}

.hy-top-logo .hy-top-logo-box .hy-r form {
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: center;
  height: 100%;
}

.hy-top-logo .hy-top-logo-box .hy-r form select {
  border: none;
  outline: none;
  text-align: center;
  text-align-last: center;
  padding: 0 10px;
  color: #666;
}

.hy-top-logo .hy-top-logo-box .hy-r form input {
  height: 100%;
  padding: 0 10px;
  width: 350px;
  letter-spacing: 0.5px;
  font-size: 13px;
  border: none;
  outline: none;
  color: #A4A4A4;
  border-right: 1px solid #eee;
}

.hy-top-logo .hy-top-logo-box .hy-r button {
  background: #2055a5;
  color: white;
  height: 36px;
  width: 85px;
  padding-bottom: 6px;
  outline: none;
  border: none;
  align-self: center;
  cursor: pointer;
}

.hy-top-logo .hy-top-logo-box .hy-r button img {
  vertical-align: middle;
}

.hy-top-logo .hy-top-logo-box .hy-r button:hover {
  background: #2055a5;
}


.hy-top-nav .hy-top-nav-box {
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
}

.hy-top-nav .hy-top-nav-box .xddw {
  position: relative;
}

.hy-top-nav .hy-top-nav-box .mxh-item {
  margin-left: 4rem;
}

.hy-top-nav .hy-top-nav-box .hy-item {
  color: #333;
  text-align: center;
}

.hy-top-nav .hy-top-nav-box .hy-item:hover {
  color: #2055a5;
}

.hy-top-nav .hy-top-nav-box .hy-item img {
  display: inline-block;
  height: 16px;
  margin-right: 10px;
  margin-top: -2px;
  vertical-align: middle;
}

.hy-top-nav .hy-top-nav-box .hy-item i {
  position: relative;
  display: inline-block;
}

.hy-top-nav .hy-top-nav-box .hy-item i img {
  position: absolute;
  top: -35px;
  animation: shakes 1s infinite;
}

.hy-top-nav .hy-top-nav-box .hy-top-nav-all {
  width: 200px;
  background: #2F2F2F;
  color: white;
  position: relative;
  padding-right: 2.3rem;
  cursor: pointer;
}

.hy-top-nav .hy-top-nav-box .hy-top-nav-all:hover {
  color: white;
}

.hy-top-nav .hy-top-nav-box .hy-top-nav-all .hy-nav-tree {
  display: none;
  position: absolute;
  z-index: 99;
}

.hy-top-nav .hy-top-nav-box .hy-top-nav-all .hy-nav-tree .hy-nav-top-ul .hy-nav-top-li {
  font-size: 16px;
  width: 200px;
  height: 87px;
  line-height: 87px;
  color: white;
  background: rgba(0, 0, 0, 0.4);
  border-bottom: 1px dashed #cacaca;
}

.hy-top-nav .hy-top-nav-box .hy-top-nav-all .hy-nav-tree .hy-nav-top-ul .hy-nav-top-li:last-child {
  border-bottom: none;
}

.hy-top-nav .hy-top-nav-box .hy-top-nav-all .hy-nav-tree .hy-nav-top-ul .hy-nav-top-li:nth-child(1) h4 {
  background: url("./images/x1.png") no-repeat left;
}

.hy-top-nav .hy-top-nav-box .hy-top-nav-all .hy-nav-tree .hy-nav-top-ul .hy-nav-top-li:nth-child(2) h4 {
  background: url("./images/x2.png") no-repeat left;
}

.hy-top-nav .hy-top-nav-box .hy-top-nav-all .hy-nav-tree .hy-nav-top-ul .hy-nav-top-li:nth-child(3) h4 {
  background: url("./images/x3.png") no-repeat left;
}

.hy-top-nav .hy-top-nav-box .hy-top-nav-all .hy-nav-tree .hy-nav-top-ul .hy-nav-top-li:nth-child(4) h4 {
  background: url("./images/x4.png") no-repeat left;
}

.hy-top-nav .hy-top-nav-box .hy-top-nav-all .hy-nav-tree .hy-nav-top-ul .hy-nav-top-li:nth-child(5) h4 {
  background: url("./images/x5.png") no-repeat left;
}

.hy-top-nav .hy-top-nav-box .hy-top-nav-all .hy-nav-tree .hy-nav-top-ul .hy-nav-top-li:nth-child(6) h4 {
  background: url("./images/x6.png") no-repeat left;
}

.hy-top-nav .hy-top-nav-box .hy-top-nav-all .hy-nav-tree .hy-nav-top-ul .hy-nav-top-li:nth-child(1):hover h4 {
  background: url("./images/x1-1.png") no-repeat left;
  color: #2055a5;
}

.hy-top-nav .hy-top-nav-box .hy-top-nav-all .hy-nav-tree .hy-nav-top-ul .hy-nav-top-li:nth-child(2):hover h4 {
  background: url("./images/x2-1.png") no-repeat left;
  color: #2055a5;
}

.hy-top-nav .hy-top-nav-box .hy-top-nav-all .hy-nav-tree .hy-nav-top-ul .hy-nav-top-li:nth-child(3):hover h4 {
  background: url("./images/x3-1.png") no-repeat left;
  color: #2055a5;
}

.hy-top-nav .hy-top-nav-box .hy-top-nav-all .hy-nav-tree .hy-nav-top-ul .hy-nav-top-li:nth-child(4):hover h4 {
  background: url("./images/x4-1.png") no-repeat left;
  color: #2055a5;
}

.hy-top-nav .hy-top-nav-box .hy-top-nav-all .hy-nav-tree .hy-nav-top-ul .hy-nav-top-li:nth-child(5):hover h4 {
  background: url("./images/x5-1.png") no-repeat left;
  color: #2055a5;
}

.hy-top-nav .hy-top-nav-box .hy-top-nav-all .hy-nav-tree .hy-nav-top-ul .hy-nav-top-li:nth-child(6):hover h4 {
  background: url("./images/x6-1.png") no-repeat left;
  color: #2055a5;
}

.hy-top-nav .hy-top-nav-box .hy-top-nav-all .hy-nav-tree .hy-nav-top-ul .hy-nav-top-li h4 {
  padding-left: 26px;
  font-size: 16px;
  font-weight: 400;
  color: white;
}

.hy-top-nav .hy-top-nav-box .hy-top-nav-all .hy-nav-tree .hy-nav-top-ul .hy-nav-top-li .hy-nav-top-li-text {
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: center;
  color: white;
}

.hy-top-nav .hy-top-nav-box .hy-top-nav-all .hy-nav-tree .hy-nav-top-ul .hy-nav-top-li .hy-nav-top-li-text i {
  align-self: center;
  font-size: 10px;
  padding-left: 1.73rem;
}

.hy-top-nav .hy-top-nav-box .hy-top-nav-all .hy-nav-tree .hy-nav-top-ul .hy-nav-top-li .hy-nav-two-ul {
  display: none;
  position: absolute;
  top: 0;
  padding: 20px;
  width: 700px;
  height: 414px;
  overflow: hidden;
  margin-left: 200px;
  background: rgba(255, 255, 255, 0.91);
  box-sizing: border-box;
}

.hy-top-nav .hy-top-nav-box .hy-top-nav-all .hy-nav-tree .hy-nav-top-ul .hy-nav-top-li .hy-nav-two-ul .hy-nav-two-li {
  width: 100%;
  zoom: 1;
  clear: both;
}

.hy-top-nav .hy-top-nav-box .hy-top-nav-all .hy-nav-tree .hy-nav-top-ul .hy-nav-top-li .hy-nav-two-ul .hy-nav-two-li .hy-nav-two-li-text {
  width: 115px;
  line-height: 25px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  float: left;
  text-align: left;
}

.hy-top-nav .hy-top-nav-box .hy-top-nav-all .hy-nav-tree .hy-nav-top-ul .hy-nav-top-li .hy-nav-two-ul .hy-nav-two-li .hy-nav-two-li-text i {
  margin-left: 5px;
}

.hy-top-nav .hy-top-nav-box .hy-top-nav-all .hy-nav-tree .hy-nav-top-ul .hy-nav-top-li .hy-nav-two-ul .hy-nav-two-li .hy-nav-two-li-text:hover {
  color: #2055a5;
}

.hy-top-nav .hy-top-nav-box .hy-top-nav-all .hy-nav-tree .hy-nav-top-ul .hy-nav-top-li .hy-nav-two-ul .hy-nav-two-li .hy-nav-three-ul {
  float: right;
  width: calc(100% - 115px);
  line-height: 25px;
  color: #333;
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: center;
  justify-content: flex-start;
  border-bottom: 1px dashed #eee;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.hy-top-nav .hy-top-nav-box .hy-top-nav-all .hy-nav-tree .hy-nav-top-ul .hy-nav-top-li .hy-nav-two-ul .hy-nav-two-li .hy-nav-three-ul .hy-nav-three-li {
  font-size: 14px;
  color: #666;
  padding: 0 12px;
}

.hy-top-nav .hy-top-nav-box .hy-top-nav-all .hy-nav-tree .hy-nav-top-ul .hy-nav-top-li .hy-nav-two-ul .hy-nav-two-li .hy-nav-three-ul .hy-nav-three-li:hover {
  color: #2055a5;
}

.hy-top-nav .hy-top-nav-box .hy-top-nav-all .hy-nav-tree .hy-nav-top-ul .hy-nav-top-li .hy-nav-two-ul .hy-nav-two-li:last-child .hy-nav-three-ul {
  border-bottom: none;
}

.hy-top-nav .hy-top-nav-box .hy-top-nav-all .hy-nav-tree .hy-nav-top-ul .hy-nav-top-li:hover .hy-nav-top-li-text {
  color: #2055a5;
  background: rgba(255, 255, 255, 0.91);
  border-bottom: 1px solid white;
}

.hy-top-nav .hy-top-nav-box .hy-top-nav-all .hy-nav-tree .hy-nav-top-ul .hy-nav-top-li:hover .hy-nav-two-ul {
  display: block;
}

.hy-top-nav .hy-top-enter {
  position: absolute;
  z-index: 99;
  top: 50px;
  width: 200px;
  margin-left: 3.2rem;
}

.hy-top-nav .hy-top-enter .hy-top-enter-content {
  background: rgba(255, 255, 255, 0.91);
  border-radius: 3px;
  padding: 1rem 0;
  font-weight: bold;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.23);
  margin-bottom: 5px;
}

.hy-top-nav .hy-top-enter .hy-top-enter-content .hy-top-enter-title {
  font-size: 16px;
  font-weight: 400;
  border-bottom: 1px solid #b4b4b4;
  margin-bottom: 10px;
  margin: 0 10%;
  text-align: center;
}

.hy-top-nav .hy-top-enter .hy-top-enter-content .hy-top-enter-title img {
  display: inline-block;
  margin-right: 10px;
  width: 18px;
}

.hy-top-nav .hy-top-enter .hy-top-enter-content .hy-top-enter-info .hy-top-enter-line {
  padding: 0 20px;
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: center;
}

.hy-top-nav .hy-top-enter .hy-top-enter-content .hy-top-enter-info .hy-top-enter-line .hy-top-enter-item {
  font-size: 14px;
  font-weight: 400;
  color: #333;
}

.hy-top-nav .hy-top-enter .hy-top-enter-content .hy-top-enter-info .hy-top-enter-line .hy-space {
  height: 16px;
  margin-top: 8px;
}

.hy-top-nav .hy-top-enter .hy-top-enter-content .hy-top-enter-info1 {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: center;
  box-sizing: border-box;
  padding: 15px 20px;
}
.hy-top-nav .hy-top-enter .hy-top-enter-content .hy-top-enter-info1 .info_items {
  width: 50%;
}
.hy-top-nav .hy-top-enter .hy-top-enter-content .hy-top-enter-info1 .info_items img {
  width: 40px;
}
.hy-top-nav .hy-top-enter .hy-top-enter-content .hy-top-enter-info1 .info_items p {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  text-align: center;
}

.hy-top-nav .hy-top-enter .hy-top-enter-content .hy-btn {
  display: inline-block;
  font-size: 15px;
  height: 36px;
  width: 160px;
  font-weight: 400;
  line-height: 36px;
  color: white;
  background: #2055a5;
  border-radius: 6px;
  position: relative;
  left: 10%;
  /* padding-left: 17px; */
  text-align: center;
}

.hy-top-nav .hy-top-enter .hy-top-enter-content .hy-btn:hover {
  background: #2055a5;
}

.hy-top-nav .hy-top-enter .hy-top-enter-tip {
  background: white;
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: center;
  box-sizing: border-box;
  margin-top: 10px;
  padding: 2rem 1rem;
  box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.23);
}

.hy-top-nav .hy-top-enter .hy-top-enter-tip .hy-top-tip-item {
  width: 50%;
  margin: 0.5rem 0;
}

.hy-top-nav .hy-top-enter .hy-top-enter-tip .hy-top-tip-item p {
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  color: #2F2F2F;
  margin-top: -5px;
  margin-bottom: 18px;
}

.hy-top-nav .hy-top-enter .hy-top-enter-tip .hy-top-tip-item p:nth-child(3),
.hy-top-nav .hy-top-enter .hy-top-enter-tip .hy-top-tip-item p:nth-child(4) {
  margin-bottom: 0;
}

.mxh-banner {
  height: 480px;
}

.mxh-banner .swiper {
  width: 100%;
  height: 520px;
}

.mxh-banner .swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mxh-banner .swiper .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  display: inline-block;
  border-radius: 10%;
  background: #FFF;
  opacity: 0.6;
}

.mxh-banner .swiper .swiper-pagination-bullet-active {
  background-color: rgba(0, 0, 0, 0.2);
}

.burger div {
  width: 25px;
  height: 3px;
  background-color: var(--mColor);
  margin: 4px;
}

.burger {
  display: none;
  margin-top: 12px;
  position: relative;
  z-index: 9999;
}

/* 响应式头部三条杠 */
@media (max-width: 1200px) {
  .hy-top-logo .hy-top-logo-box {
    padding: 10px 15px;
  }

  .hy-top-logo {
    position: fixed;
    z-index: 10000;
    background-color: #FFF;
    width: 100%;
    top: 0;
  }

  .mxh-banner {
    margin-top: 80px;
  }

  .hy-top-logo .hy-top-logo-box .hy-l img {
    max-width: 100%;
    height: 45px;
  }

  .hy-top-logo .hy-top-logo-box .hy-r {
    display: none;
  }

  .hy-top-nav-box {
    position: fixed;
    z-index: 999;
    top: 0px;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    flex-direction: column;
    align-items: center;
    padding-top: 20%;
    transform: translateY(-100%);
  }

  .hy-top-nav .hy-top-nav-box .hy-item i img {
    display: none;
  }

  .hy-top-nav .hy-top-nav-box .hy-item {
    color: var(--mColor);
    font-size: 18px;
  }

  .hy-top-nav-box.open {
    transform: translateY(0);
  }

  .burger {
    display: block;
  }

  .burger.active div {
    transition: 0.2s ease-in-out 0.2s;
  }

  .burger.active .top-line {
    transform: rotate(45deg) translate(4px, 6px);
  }

  .burger.active .bottom-line {
    transform: rotate(-45deg) translate(4px, -6px);
  }

  .burger.active .middle-line {
    opacity: 0;
    transform: translateX(10px);
    transition: 0.2s ease-in-out;
  }

  .hy-top-nav .hy-top-nav-box .mxh-item {
    margin-left: 0rem;
  }
}

@media (max-width: 1000px) {
  .mxh-banner {
    height: 100%;
  }

  .mxh-banner .swiper {
    width: 100%;
    height: 100%;
  }

  .mxh-banner .swiper .swiper-pagination {
    bottom: 10px;
  }
}

.mxh-FE .hy-quick-tool {
  padding-top: 40px;
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}

.mxh-FE .hy-quick-tool .hy-item {
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: center;
  justify-content: center;
  width: 280px;
  height: 140px;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  position: relative;
  background: url(./images/PE-bgImage.png) no-repeat;
}

.mxh-FE .hy-quick-tool .hy-item .hy-text {
  align-self: center;
  color: #333;
  text-align: left;
}

.mxh-FE .hy-quick-tool .hy-item .hy-text h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0.5vh;
}

.mxh-FE .hy-quick-tool .hy-item .hy-text p {
  font-size: 14px;
  color: #808080;
  line-height: 17px;
}

.mxh-FE .hy-quick-tool .hy-item img {
  display: inline-block;
  height: 72px;
  padding: 0 20px;
  padding-left: 0;
  align-self: center;
  max-width: 100%;
  height: 50%;
}

.mxh-FE .hy-quick-tool .hy-item:hover {
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.17);
}

@media (max-width: 1111px) {
  .hy-quick-tool {
    padding: 0 1vw;
  }
}

.mxh-FE .hy-quick-tool .hy-item .hy-text p {
  padding-right: 83px;
}
.mxh-FE .hy-quick-tool .hy-item:first-child .hy-text p{
  padding-right: 17px;
}
.mxh-FE .hy-quick-tool .hy-item .hy-text .zup {
  padding-right: 40px;
}

@media (max-width: 768px) {
  .mxh-FE .hy-quick-tool .hy-item {
    margin-bottom: 0.8vh;
  }

  .mxh-FE .hy-quick-tool .hy-item .hy-text p {
    padding-right: 20px;
  }

  .mxh-FE .hy-quick-tool .hy-item .hy-text .zup {
    padding-right: 0px;
  }

  .mxh-FE .hy-quick-tool .hy-item img {
    height: 25px;
    padding-right: 10px;
  }

  .mxh-FE .hy-quick-tool .hy-item .hy-text h4 {
    font-size: 16px;
    margin-bottom: 0;
  }

  .mxh-FE .hy-quick-tool .hy-item {
    width: 49%;
    height: 90px;
  }
}

.hy-hot-push h1 {
  font-size: 24px;
  font-weight: normal;
  padding: 40px 0 10px;
  position: relative;
}

.hy-hot-push h1 span {
  display: inline-block;
  background: #2055a5;
  height: 28px;
  width: 4px;
  margin-right: 15px;
  vertical-align: middle;
  margin-top: -3px;
}

.hy-hot-push h1 .hy-more {
  position: absolute;
  right: 0;
  font-size: 15px;
  bottom: 10px;
  color: #999;
  cursor: pointer;
}

.hy-hot-push h1 .hy-more:hover {
  color: #2055a5;
}

.hy-hot-push .hy-content {
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: center;
  position: relative;
}

.hy-hot-push .hy-content .btn {
  width: 30px;
  height: 40px;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.41);
  position: absolute;
  z-index: 2;
  font-size: 18px;
  top: 50%;
  margin-top: -20px;
  color: white;
  cursor: pointer;
}

.hy-hot-push .hy-content .btn:hover {
  background: rgba(0, 0, 0, 0.61);
}

.hy-hot-push .hy-content .btn.btn-prev {
  left: 0;
  display: none;
}

.hy-hot-push .hy-content .btn.btn-next {
  right: 0;
  display: none;
}

.hy-hot-push .hy-content .hy-item {
  display: inline-block;
  width: 280px;
  background: white;
  color: #333;
  cursor: pointer;
  border: 1px solid #ccc;
}
.hy-hot-push .hy-content .hy-item .mxh-tripImages {
  padding-top: 20px;
}
.hy-hot-push .hy-content .hy-item img {
  max-width: 100%;
}
.hy-hot-push .hy-content .hy-item:hover .hy-info .hy-describe {
  color: #2055a5;
}

.hy-hot-push .hy-content .hy-item:hover {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.23);
}

.hy-hot-push .hy-content .hy-item .hy-img {
  height: 210px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hy-hot-push .hy-content .hy-item .hy-info {
  padding: 10px 20px;
  text-align: left;
  /* background: #f7f7f7; */
  box-sizing: border-box;
}

.hy-hot-push .hy-content .hy-item .hy-info .hy-name {
  font-size: 20px;
  font-weight: bold;
}

.hy-hot-push .hy-content .hy-item .hy-info .hy-describe {
  font-size: 14px;
  color: #999;
  margin: 7px 0 0 0;
}

.hy-hot-push .hy-content .hy-item .hy-info .hy-strong {
  font-size: 14px;
}

.hy-hot-push .hy-content .hy-item .hy-info .hy-strong span:nth-child(1) {
  font-size: 14px;
  font-weight: bold;
  color: var(--mColor);
  margin-left: 0.5rem;
}

.hy-hot-push .hy-content .hy-item .hy-info .hy-strong span:nth-child(2) {
  font-size: 32px;
  font-weight: bold;
  color: var(--mColor);
  margin-right: 0.5rem;
}

.hy-hot-push .hy-content .swiper-container .swiper-wrapper {
  float: left;
}

.hy-hot-push .hy-content .swiper-container .swiper-wrapper .swiper-slide {
  height: 324px;
}

@media (max-width: 768px) {
  .hy-hot-push .hy-content .hy-item {
    width: 100%;
    height: 100%;
  }

  .hy-hot-push .hy-content .hy-item .hy-info .hy-describe {
    display: none;
  }

  .hy-hot-push .hy-content .hy-item .hy-info .hy-name {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .hy-hot-push .hy-content .hy-item .hy-info .hy-strong span:nth-child(2) {
    font-size: 16px;
  }

  .hy-hot-push .hy-content .hy-item .hy-info .hy-strong {
    font-size: 0;
    margin: 0.5vh 0;
  }

  .hy-hot-push .hy-content .hy-item .hy-img {
    height: 130px;
  }

  .hy-hot-push .hy-content .hy-item .hy-info {
    padding: 1vh 3vw;
  }
  
}

.mxh-BS .mxh-coutent {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 660px;
}

.mxh-BS .mxh-coutent .mxh-coutent-items {
  position: relative;
}

.mxh-BS .mxh-coutent .mxh-coutent-items:first-child img {
  width: auto;
}
.mxh-BS .mxh-coutent .mxh-coutent-items img {
  width: 280px;
}

.mxh-BS .mxh-coutent .mxh-coutent-items .mxh-trip {
  background: rgba(255, 255, 255, 0.81);
  padding: 25px 20px;
  position: absolute;
  top: 23%;
  left: 10%;
  text-align: center;
  border-radius: 3px;
}

.mxh-BS .mxh-coutent .mxh-coutent-items .mxh-trip .hy-title {
  margin-bottom: 10px;
}

.mxh-BS .mxh-coutent .mxh-coutent-items .mxh-trip .hy-title h2 {
  display: inline-block;
  font-size: 24px;
  margin: 0 10px;
  color: var(--mColor);
  font-weight: 600;
}

.mxh-BS .mxh-coutent .mxh-coutent-items .mxh-trip .hy-title span {
  display: inline-block;
  background: var(--mColor);
  width: 30px;
  height: 2px;
  vertical-align: middle;
}

.mxh-BS .mxh-coutent .mxh-coutent-items .mxh-trip p {
  font-size: 14px;
  color: #333;
}

.mxh-BS .mxh-coutent .mxh-coutent-items .mxh-coutent-items-info {
  padding: 15px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.07);
}

.mxh-BS .mxh-coutent .mxh-coutent-items .mxh-coutent-items-info p:first-child {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}



.mxh-BS .mxh-coutent .mxh-coutent-items:hover p:nth-child(2) {
  color: var(--mColor);
}

.mxh-BS .mxh-coutent .mxh-coutent-items:hover .mxh-coutent-items-info {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.23);
}

.mxh-BS .mxh-coutent .mxh-coutent-items:hover img {
  animation: img-hover 1.5s;
}

@media (max-width: 768px) {
  .mxh-BS .mxh-coutent {
    width: 100%;
    padding: 0 1.5vw 0 1vw;
  }

  .mxh-BS .mxh-coutent .mxh-coutent-items:first-child {
    display: none;
  }

  .mxh-BS .mxh-coutent .mxh-coutent-items {
    max-width: 48%;
    overflow: hidden;
  }

  .mxh-BS .mxh-coutent .mxh-coutent-items .mxh-coutent-items-info p:nth-child(2) {
    display: none;
  }

  .mxh-BS .mxh-coutent .mxh-coutent-items img {
    width: 100%;
  }

  .mxh-BS .mxh-coutent .mxh-coutent-items .mxh-coutent-items-info p:first-child {
    font-size: 16px;
  }

  .mxh-BS .mxh-coutent .mxh-coutent-items .mxh-coutent-items-info p:last-child {
    font-size: 16px;
    margin-top: 0;
  }

  .mxh-BS .mxh-coutent {
    height: auto;
  }
}

.mxh-FB .mxh-coutent {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 660px;
}

.mxh-FB .mxh-coutent .mxh-coutent-items {
  position: relative;
}

.mxh-FB .mxh-coutent .mxh-coutent-items .mxh-trip {
  background: rgba(255, 255, 255, 0.81);
  padding: 25px 20px;
  position: absolute;
  top: 23%;
  left: 10%;
  text-align: center;
  border-radius: 3px;
}

.mxh-FB .mxh-coutent .mxh-coutent-items .mxh-trip .hy-title {
  margin-bottom: 10px;
}

.mxh-FB .mxh-coutent .mxh-coutent-items .mxh-trip .hy-title h2 {
  display: inline-block;
  font-size: 24px;
  margin: 0 10px;
  color: var(--mColor);
  font-weight: 600;
}

.mxh-FB .mxh-coutent .mxh-coutent-items .mxh-trip .hy-title span {
  display: inline-block;
  background: var(--mColor);
  width: 30px;
  height: 2px;
  vertical-align: middle;
}

.mxh-FB .mxh-coutent .mxh-coutent-items .mxh-trip p {
  font-size: 14px;
  color: #333;
}

.mxh-FB .mxh-coutent .mxh-coutent-items .mxh-coutent-items-info {
  padding: 15px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.07);
}

.mxh-FB .mxh-coutent .mxh-coutent-items .mxh-coutent-items-info p:first-child {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}



.mxh-FB .mxh-coutent .mxh-coutent-items:hover .mxh-coutent-items-info {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.23);
}

.mxh-FB .mxh-coutent .mxh-coutent-items img {
  width: 280px;
}
.mxh-FB .mxh-coutent .mxh-coutent-items:first-child img {
  width: auto;
}
.mxh-FB .mxh-coutent .mxh-coutent-items:hover img {
  animation: img-hover 1.5s;
}

@media (max-width: 768px) {
  .mxh-FB .mxh-coutent {
    width: 100%;
    height: auto;
    padding: 0 1.5vw 0 1vw;
  }

  .mxh-FB .mxh-coutent .mxh-coutent-items:first-child {
    display: none;
  }

  .mxh-FB .mxh-coutent .mxh-coutent-items {
    max-width: 48%;
    overflow: hidden;
  }

  .mxh-FB .mxh-coutent .mxh-coutent-items .mxh-coutent-items-info p:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 150px;
    font-size: 14px;
  }

  .mxh-FB .mxh-coutent .mxh-coutent-items .mxh-coutent-items-info p:last-child {
    margin-top: 1vh;
    font-size: 14px;
  }

  .mxh-FB .mxh-coutent .mxh-coutent-items .mxh-coutent-items-info p:nth-child(2) {
    display: none;
  }

  .mxh-FB .mxh-coutent .mxh-coutent-items img {
    width: 100%;
  }
}

.mxh-QA .mxh-coutent {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 660px;
}

.mxh-QA .mxh-coutent .mxh-coutent-items {
    width: 280px;
  position: relative;
}
.mxh-QA .mxh-coutent .mxh-coutent-items:first-child {
    width: auto;;
}
.mxh-QA .mxh-coutent .mxh-coutent-items img {
    width: 100%;
}
.mxh-QA .mxh-coutent .mxh-coutent-items .mxh-trip {
  background: rgba(255, 255, 255, 0.81);
  padding: 25px 20px;
  position: absolute;
  top: 23%;
  left: 10%;
  text-align: center;
  border-radius: 3px;
}

.mxh-QA .mxh-coutent .mxh-coutent-items .mxh-trip .hy-title {
  margin-bottom: 10px;
}

.mxh-QA .mxh-coutent .mxh-coutent-items .mxh-trip .hy-title h2 {
  display: inline-block;
  font-size: 24px;
  margin: 0 10px;
  color: var(--mColor);
  font-weight: 600;
}

.mxh-QA .mxh-coutent .mxh-coutent-items .mxh-trip .hy-title span {
  display: inline-block;
  background: var(--mColor);
  width: 30px;
  height: 2px;
  vertical-align: middle;
}

.mxh-QA .mxh-coutent .mxh-coutent-items .mxh-trip p {
  font-size: 14px;
  color: #333;
}

.mxh-QA .mxh-coutent .mxh-coutent-items .mxh-coutent-items-info {
  padding: 15px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.07);
}

.mxh-QA .mxh-coutent .mxh-coutent-items .mxh-coutent-items-info p:first-child {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}


.mxh-QA .mxh-coutent .mxh-coutent-items .mxh-coutent-items-info p:last-child span {
  font-size: 14px;
}

.mxh-QA .mxh-coutent .mxh-coutent-items:hover p:nth-child(2) {
  color: var(--mColor);
}

.mxh-QA .mxh-coutent .mxh-coutent-items:hover .mxh-coutent-items-info {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.23);
}

.mxh-QA .mxh-coutent .mxh-coutent-items:hover img {
  animation: img-hover 1.5s;
}

@media (max-width: 768px) {
  .mxh-QA .mxh-coutent {
    width: 100%;
    height: 630px;
    padding: 0 1.5vw 0 1vw;
  }

  .mxh-QA .mxh-coutent .mxh-coutent-items:first-child {
    display: none;
  }

  .mxh-QA .mxh-coutent .mxh-coutent-items {
    max-width: 48%;
    overflow: hidden;
  }

  .mxh-QA .mxh-coutent .mxh-coutent-items .mxh-coutent-items-info p:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 150px;
    font-size: 14px;
  }

  .mxh-QA .mxh-coutent .mxh-coutent-items .mxh-coutent-items-info p:last-child {
    margin-top: 0;
    font-size: 14px;
  }

  .mxh-QA .mxh-coutent .mxh-coutent-items .mxh-coutent-items-info p:nth-child(2) {
    display: none;
  }

  .mxh-QA .mxh-coutent .mxh-coutent-items img {
    width: 100%;
  }
}

.mxh-EFT .mxh-items {
  display: flex;
  justify-content: space-between;
}

.mxh-EFT .mxh-items .mxh-items-left {
  width: 590px;
}

.mxh-EFT .mxh-items .mxh-items-left .videos {
  position: relative;
  height: 394px;
}

.mxh-EFT .mxh-items .mxh-items-left .videos #video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.mxh-EFT .mxh-items .mxh-items-left .videos video::-webkit-media-controls-fullscreen-button {
  display: none !important;
}

.mxh-EFT .mxh-items .mxh-items-left .videos .yourDiv {
  position: absolute;
  z-index: 100;
  top: 130px;
  left: 43%;
  text-align: center;
  cursor: pointer;
}

.mxh-EFT .mxh-items .mxh-items-left .videos .yourDiv .ht {
  border-bottom: 2px solid #2e61a1;
  max-width: 140px;
  margin: 0 auto;
  margin-top: 0.8rem;
}

.mxh-EFT .mxh-items .mxh-items-left .mxh-items-left-info {
  box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.23);
  padding: 15px 10px;
}

.mxh-EFT .mxh-items .mxh-items-left .mxh-items-left-info .info1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.mxh-EFT .mxh-items .mxh-items-left .mxh-items-left-info .info1 h4 {
  font-weight: 600;
  font-size: 18px;
}

.mxh-EFT .mxh-items .mxh-items-left .mxh-items-left-info .info1 span i {
  font-size: 12px;
}

.mxh-EFT .mxh-items .mxh-items-left .mxh-items-left-info .uls ul{
  display: flex;
  flex-wrap: wrap;
}

.mxh-EFT .mxh-items .mxh-items-left .mxh-items-left-info .uls ul li {
  margin-bottom: 0.4rem;
  width: 50%;
}

.mxh-EFT .mxh-items .mxh-items-left .mxh-items-left-info .uls ul li a {
  font-size: 14px;
  color: #808080;
}

.mxh-EFT .mxh-items .mxh-items-left .mxh-items-left-info .uls ul li a:hover {
  color: var(--mColor);
}

.mxh-EFT .mxh-items .mxh-items-left .mxh-items-left-info:hover {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}

.mxh-EFT .mxh-items .mxh-items-right {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-content: space-between;
  width: 590px;
}

.mxh-EFT .mxh-items .mxh-items-right .mxh-item-right-infos {
  width: 290px;
  position: relative;
}

.mxh-EFT .mxh-items .mxh-items-right .mxh-item-right-infos .ht-title {
  position: absolute;
  top: 20%;
  left: 35%;
  font-size: 20px;
  font-weight: 600;
  color: #FFF;
}

.mxh-EFT .mxh-items .mxh-items-right .mxh-item-right-infos .ht-title .htt {
  border-bottom: 2px solid #2e61a1;
  max-width: 60px;
  margin: 0 auto;
  margin-top: 0.6rem;
}

.mxh-EFT .mxh-items .mxh-items-right .mxh-item-right-infos img {
  width: 100%;
  height: 140px;
}

.mxh-EFT .mxh-items .mxh-items-right .mxh-item-right-infos .infos-title {
  padding: 15px 10px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.mxh-EFT .mxh-items .mxh-items-right .mxh-item-right-infos .infos-title li {
  margin-bottom: 0.4rem;
}

.mxh-EFT .mxh-items .mxh-items-right .mxh-item-right-infos .infos-title li a {
  font-size: 14px;
  color: #808080;
}

.mxh-EFT .mxh-items .mxh-items-right .mxh-item-right-infos .infos-title li a:hover {
  color: var(--mColor);
}

.mxh-EFT .mxh-items .mxh-items-right .mxh-item-right-infos:hover {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}

@media (max-width: 1200px) {
  .mxh-EFT .mxh-items {
    display: block;
  }

  .hy-top-nav .hy-top-nav-box .hy-top-nav-all {
    display: none;
  }

  .mxh-EFT .mxh-items .mxh-items-left {
    width: 100%;
    padding: 0 1.5vw 0 1vw;
    margin-bottom: 1vh;
  }

  .mxh-EFT .mxh-items .mxh-items-right {
    width: 100%;
    padding: 0 1.5vw 0 1vw;
  }

  .mxh-EFT .mxh-items .mxh-items-left .videos .yourDiv {
    top: 26%;
  }

  .mxh-EFT .mxh-items .mxh-items-right .mxh-item-right-infos {
    width: 49%;
    margin-bottom: 1vh;
  }

  .mxh-EFT .mxh-items .mxh-items-left .mxh-items-left-info {
    padding: 10px 5px;
  }

  .mxh-EFT .mxh-items .mxh-items-left .mxh-items-left-info .uls ul li{
    width: 50%;
  }

  .mxh-EFT .mxh-items .mxh-items-left .mxh-items-left-info .uls ul li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
  }

  .mxh-EFT .mxh-items .mxh-items-right .mxh-item-right-infos img {
    height: auto;
  }

  .mxh-EFT .mxh-items .mxh-items-right .mxh-item-right-infos .infos-title li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
  }

  .mxh-EFT .mxh-items .mxh-items-right .mxh-item-right-infos .infos-title {
    padding: 10px 6px;
  }

  .mxh-EFT .mxh-items .mxh-items-right .mxh-item-right-infos .ht-title {
    left: 30%;
    font-size: 18px;
  }

  .mxh-EFT .mxh-items .mxh-items-left .mxh-items-left-info .info1 h4 {
    font-size: 14px;
  }
}
.mxh-AU {
  padding-bottom: 30px;
}
.mxh-AU .mxh-au-items {
  display: flex;
}

.mxh-AU .mxh-au-items .au-items-left {
  background: url('images/pages/abouts1-img.jpg') no-repeat;
  background-size: cover;
  width: 50%;
}

.mxh-AU .mxh-au-items .au-items-right {
  width: 50%;
  padding: 45px 50px;
}

.mxh-AU .mxh-au-items .au-items-right h4 {
  font-size: 24px;
  font-weight: 600;
  color: #333;
}

.mxh-AU .mxh-au-items .au-items-right .hts {
  width: 100px;
  margin-top: 15px;
  border-bottom: 2px solid #2e61a1;
}

.mxh-AU .mxh-au-items .au-items-right p {
  font-size: 14px;
  color: #808080;
  margin: 2rem 0;
  line-height: 28px;
}

.mxh-AU .mxh-au-items .au-items-right ul {
  display: flex;
  justify-content: space-between;
  max-width: 530px;
}

.mxh-AU .mxh-au-items .au-items-right ul li {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}

.mxh-AU .mxh-au-items .au-items-right ul li img {
  margin-bottom: 10px;
}

.mxh-AU .mxh-au-items .au-items-right ul li .hst {
  display: none;
}

.mxh-AU .mxh-au-items .au-items-right ul li:hover {
  color: var(--mColor);
}
.mxh-AU .mxh-au-items .au-items-right ul li:hover .gst{
  display: none;
}
.mxh-AU .mxh-au-items .au-items-right ul li:hover .hst{
  display: inline-block;
}
@media (max-width: 1200px) {
  .mxh-AU .mxh-au-items .au-items-left {
    display: none;
  }

  .mxh-AU .mxh-au-items .au-items-right h4 {
    font-size: 14px;
  }

  .mxh-AU .mxh-au-items .au-items-right {
    width: 100%;
    padding: 20px;
  }

  .mxh-AU .mxh-au-items .au-items-right ul li {
    font-size: 10px;
  }
}

.mxh-KH ul {
  display: flex;
  margin-top: 35px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}

.mxh-KH ul li {
  float: left;
  width: 14%;
  height: 110px;
  line-height: 110px;
  margin: 0 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.mxh-KH ul li img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: 40px;
}

.mxh-KH ul li:nth-of-type(-n+5) {
  margin-left: -1px;
}

.mxh-KH ul li:nth-of-type(n+5):nth-of-type(-n+10) {
  margin-left: -1px;
}

.mxh-KH ul li:hover img {
  transform: translateY(-5px);
}

.mxh-EFT,.mxh-FB {
  padding-top: 1px;
  background-color: #fff;
}

.honor-list {
  margin: 70px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}

.honor-list li {
  padding: 0 8px;
  width: 24%;
  text-align: center;
  margin-bottom: 100px;
}

.honor-list li .honor-img {
  position: relative;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 26px;
}

.honor-list li:nth-of-type(4n+1) .honor-img::after {
  content: '';
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  width: 10000px;
  height: 105px;
  background: #fff url(./images/honor_btm.png) repeat center bottom;
  z-index: 0;
}

.honor-list li .honor-img img {
  position: relative;
  border: 10px solid #340302;
  width: 100%;
  pointer-events: none;
  /* height: 220px; */
  z-index: 1;
  object-fit: cover;
}

.honor-list li p {
  margin: 25px 0;
}

.honor-list li p a {
  font-size: 20px;
  color: #333333;
}


@media (max-width: 1200px) {
  .mxh-KH ul {
    padding: 0 2vw;
  }

  .mxh-KH ul li {
    width: 28%;
    height: auto;
    margin: 10px 0;
  }

  .mxh-KH ul li:nth-child(13),
  .mxh-KH ul li:nth-child(14) {
    display: none;
  }

  .honor-list {
    margin: 50px 0 0;
  }
  .honor-list li .honor-img img {
      height: auto;
  }
  .honor-list li {
      margin-bottom: 80px;
      width: 33.333%;
  }

  .honor-list li .honor-img {
      margin-bottom: 0;
  }

}

.mxh-HTT {
  width: 100%;
  background: #2055a5;
  margin: 20px 0;
}

.mxh-HTT .hy-foot-tip-box {
  height: 110px;
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: center;
  justify-content: space-between;
  align-items: center;
}

.mxh-HTT .hy-foot-tip-box .hy-item {
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.mxh-HTT .hy-foot-tip-box .hy-item img {
  vertical-align: middle;
  margin-right: 18px;
  margin-bottom: 10px;
}

.mxh-HTT .hy-foot-tip-box .hy-item .hy-title {
  text-align: left;
}

.mxh-HTT .hy-foot-tip-box .hy-item .hy-title .hy-name {
  color: white;
  font-size: 16px;
}

.mxh-HTT .hy-foot-tip-box .hy-item .hy-title .hy-text {
  color: white;
  font-size: 14px;
}

.footer-one {
  padding: 3rem 0;
  display: flex;
  justify-content: space-between;
}

.footer-one ul {
  border-right: 2px solid #ececec;
  padding-right: 30px;
}

.footer-one ul i {
  margin-right: 0.3rem;
}

.footer-one ul li.first-title {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  margin-bottom: 1.3rem;
}

.footer-one ul li {
  margin-bottom: 0.7rem;
}

.footer-one ul li a {
  font-size: 14px;
  color: #666;
}

.footer-one ul li p {
  font-size: 14px;
}

.footer-one ul li p .hs {
  font-weight: 550;
  color: var(--mColor);
  font-size: 24px;
  margin-top: -4px;
    display: inline-block;
}

.footer-one ul li .fs {
  font-size: 22px;
}

.footer-one ul .liFex {
  display: flex;
}

.footer-one ul .liFex p {
  color: #666;
}

.footer-one ul .ess {
  font-size: 16px;
  font-weight: 600;
  color: #666;
  margin-bottom: 1rem;
  text-indent: 2em;
}

.footer-one .ul5 {
  display: flex;
  border-right: none;
  padding-right: 0;
  margin-bottom: 20px;
}

.footer-one .ul5 .kf {
  font-size: 26px;
}

.footer-one .ul5 .ul5-title p:nth-child(1) {
  color: #666;
  font-size: 16px;
  font-weight: 600;
}

.footer-one .ul5 .ul5-title p:nth-child(2) {
  color: #666;
  font-size: 14px;
  margin: 1rem 0;
}

.footer-one .ul5 .ul5-title button {
  background-color: var(--mColor);
  border-radius: 10%;
  padding: 3px 15px;
}

.footer-one .ul5 .ul5-title button a {
  color: #FFF;
}

.footer-one ul:last-child {
  display: flex;
  border: 0;
  padding: 0;
}

.footer-one ul:last-child li {
  margin: 0;
  font-size: 14px;
  color: #666;
  padding: 15px;
}
.footer-one ul:last-child li p {
  text-align: center;
}
.footer-one ul:last-child li img {
  max-width: 100%;
}

.footer-two {
  background-color: #f9f9f9;
  padding: 30px 0;
}

.footer-two ul li {
  display: inline-block;
  color: #9a9a9a;
  font-size: 12px;
}

.footer-two ul li a {
  color: #9a9a9a;
  font-size: 12px;
  margin-right: 1.3rem;
}

.footer-two ul li a:hover {
  color: var(--mColor);
}

.footer-two ul .frli {
  margin: 0;
  line-height: 3;
}

.footer-two ul:nth-child(2) {
  margin: 0.6rem 0;
}

@media (max-width: 1200px) {
  .footer-one {
    border-top: 1px solid var(--mColor);
    display: block;
    margin: 0 1.5vw 0;
    padding: 30px 0 0;
  }

  .footer-one ul {
    padding: 0;
  }

  .footer-one ul .ess {
    display: none;
  }

  .footer-one ul i {
    margin-right: 3vw;
    padding-top: 5px;
  }

  .footer-one .ul5 {
    display: none;
  }

  .footer-two {
    margin-bottom: 65px;
    padding: 0;
  }

  .footer-two ul .frli {
    display: none;
  }

  .footer-two ul li {
    margin: 0;
    padding: 0 5px;
  }

  .footer-two ul li .yc {
    display: none;
  }

  .mxh-AU {
    padding-bottom: 0;
  }

  .mxh-AU .mxh-au-items .au-items-right p {
    line-height: 23px;
    margin: 1rem 0;
  }

  .mxh-AU .mxh-au-items .au-items-right .hts {
    margin-top: 10px;
  }

  .mxh-EFT .mxh-items .mxh-items-left .mxh-items-left-info .info1 {
    margin: 0 0 5px 0;
    height: 20px;
    line-height: 20px;
  }

  .footer-two ul:nth-child(1) {
    margin-top: 10px;
  }

  .footer-two ul li a {
    margin: 0;
  }
}

@media (max-width: 768px) {
  .honor-list {
    margin: 30px 0 0;
  }
  .honor-list li {
      width: 49%;
      margin-bottom: 50px;
  }
  .honor-list li .honor-img img {
    position: relative;
    height: 150px;
    z-index: 1;
  }
  .honor-list li:nth-of-type(3n+1) .honor-img::after {
      display: none;
  }
  .honor-list li .honor-img::after {
      content: '';
      position: absolute;
      display: block;
      transform: translateX(-50%);
      bottom: -20px;
      width: 500%;
      height: 40px;
      background: #fff url(./images/honor_btm.png) repeat center bottom;
      z-index: 0;
  }
}