/**
 * 华渔
 * @Author: jlq
 * @Editor: jlq
 * @Date: 2020-6-5
 *
 **/
/* CSS Reset */
body,
div,
span,
object,
iframe,
input,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
acronym,
address,
code,
del,
em,
font,
img,
ins,
strong,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td {
  padding: 0;
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

input,
select {
  vertical-align: middle;
}

input,
textarea,
select {
  font: 12px/1.5 "microsoft yahei", Arial, sans-serif;
}

fieldset,
img {
  border: 0;
}

address,
code,
th,
em {
  font-style: normal;
}

ol,
ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

/* bass css */
body {
  margin: 0 auto;
  font: 14px/1.5 "microsoft yahei", Arial, sans-serif;
  color: #2d2928;
  background: #fff;
}

button {
  font: 14px/1.5 "microsoft yahei", Arial, sans-serif;
  outline: none;
}

.wrapper {
  margin: 0 auto;
  width: 1200px;
}

.minwidth {
  width: 1024px;
}

.clearfix:after {
  content: "";
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.clear {
  clear: both;
}

a {
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.box {
  position: relative;
}

.no-border {
  border-bottom: none !important;
}

input {
  box-sizing: content-box;
  outline: none;
}

input::-ms-clear {
  display: none;
}

input::-ms-clear {
  width: 0;
  height: 0;
}

::-ms-reveal {
  width: 0;
  height: 0;
}

.color-red {
  color: #e64100;
}

a.color-red:hover {
  text-decoration: underline;
}

/*===== color =====*/
/*font*/
/*===== png =====*/
/*png*/
/*==== font ====*/
/*==== bg ====*/
/*==== opacity ====*/
/*==== placeholder ====*/
/*==== responsive ====*/
/*==== 自定义的函数 ====*/
/**
 * animate.css
 * @wxm (you@example.org)
 * @date    2017-02-28 16:22:33
 * @version $Id$
 */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation: fadeIn 1s forwards;
  animation: fadeIn 1s forwards;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation: fadeInLeft 1s forwards;
  animation: fadeInLeft 1s forwards;
}

@-webkit-keyframes fadeInLeftS {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftS {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftS {
  -webkit-animation: fadeInLeftS 1s forwards;
  animation: fadeInLeftS 1s forwards;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation: fadeInRight 1s forwards;
  animation: fadeInRight 1s forwards;
}

@-webkit-keyframes fadeInRightS {
  from {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
    transform: translate3d(40px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightS {
  from {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
    transform: translate3d(40px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightS {
  -webkit-animation: fadeInRightS 1s forwards;
  animation: fadeInRightS 1s forwards;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation: fadeInDown 1s forwards;
  animation: fadeInDown 1s forwards;
}

@-webkit-keyframes fadeInUpB {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpB {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpB {
  -webkit-animation: fadeInUpB 0.8s forwards;
  animation: fadeInUpB 0.8s forwards;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation: fadeInUp 0.8s forwards;
  animation: fadeInUp 0.8s forwards;
}

@-webkit-keyframes fadeInUpS {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpS {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpS {
  -webkit-animation: fadeInUpS 1s forwards;
  animation: fadeInUpS 1s forwards;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeScale {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeScale {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeScale {
  -webkit-animation: fadeScale 1s forwards;
  animation: fadeScale 1s forwards;
}

@-webkit-keyframes sk-three-bounce {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-three-bounce {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
    visibility: visible;
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
    visibility: visible;
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/**
 * index.scss
 * @authors jlq (961011)
 * @date    2020-6-4 17:10:45
 * @version $Id$
 */
html {
  width: 100%;
  height: 100%;
}

body {
  position: relative !important;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}
body * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 6px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
body::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 8px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #aaa;
}
body::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  background: #ededed;
}

.page {
  position: relative;
  width: 100%;
  min-height: 100%;
  background: #fff;
  padding-top: 72px;
  padding-bottom: 400px;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

a {
  display: inline-block;
}

.wrapper {
  width: 1170px;
  margin: 0 auto;
}

.no-cur {
  cursor: default !important;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 72px;
  border-bottom: 1px solid #eaeaea;
  z-index: 99;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .logo-wrap {
  float: left;
  margin-top: 14px;
  width: 0;
}
.header .logo-wrap .logo {
  display: block;
  width: 114px;
}
.header .nav-wrap {
  float: right;
}
.header .nav-wrap .link {
  position: relative;
  float: left;
  margin: 0 8px;
}
.header .nav-wrap .link:hover .item {
  color: #fe6500;
}
.header .nav-wrap .link:hover .item:before {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.header .nav-wrap .link:hover .sec-menu {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.header .nav-wrap .link.on .item {
  color: #fe6500;
}
.header .nav-wrap .link.on .item:before {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}
.header .nav-wrap .link h3 {
  font-weight: 400;
}
.header .nav-wrap .link .item {
  position: relative;
  height: 72px;
  line-height: 72px;
  color: #333;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .nav-wrap .link .item:before {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  height: 2px;
  content: "";
  background: #fe6500;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.header .nav-wrap .link .sec-menu {
  position: absolute;
  left: -20px;
  top: 72px;
  width: 170px;
  padding: 20px 10px 20px 20px;
  background: #fff;
  box-shadow: 0 3px 4px rgba(134, 134, 134, 0.4);
  -webkit-transform: scale3d(1, 0, 1);
  transform: scale3d(1, 0, 1);
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.header .nav-wrap .link .sec-menu.big-menu {
  width: 200px;
}
.header .nav-wrap .link .sec-menu.open {
  width: 120px;
}
.header .nav-wrap .link .sec-menu h4 {
  font-weight: 400;
}
.header .nav-wrap .link .sec-menu a {
  display: block;
  width: 100%;
  height: 34px;
  line-height: 34px;
  color: #666;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .nav-wrap .link .sec-menu a span {
  font-size: 14px;
  vertical-align: text-top;
  line-height: 1.5;
}
.header .nav-wrap .link .sec-menu a:hover {
  color: #fe6500;
}
.header .icon-menu {
  display: none;
  position: absolute;
  right: 40px;
  top: 50%;
  margin-top: -18px;
  width: 53px;
  height: 38px;
  background: url("//image.ndhy.com/www/2020/v1/img/icon_spr.png") no-repeat
    center center;
  background-position: 0 -313px;
}
.header .icon-menu.on {
  width: 38px;
  height: 38px;
  background-position: -70px -313px;
}
.header .opensource-wrap {
  float: right;
  margin-left: 20px;
}
.header .opensource-wrap a {
  border: 1px solid #333;
  background: #fff;
  height: 30px;
  border-radius: 15px;
  color: #000;
  margin-top: 20px;
  width: 100px;
  line-height: 30px;
  text-align: center;
}
.header .language-wrap {
  display: block;
  position: relative;
  float: right;
  text-align: center;
  padding-bottom: 25px;
  margin-left: 30px;
}
.header .language-wrap:hover .language-list {
  display: block;
}
.header .language-wrap a {
  font-size: 14px;
  color: #333;
}
.header .language-wrap .language {
  position: relative;
  padding-left: 32px;
  width: 126px;
  height: 30px;
  margin-top: 20px;
  line-height: 30px;
  border-radius: 15px;
  border: 1px solid #333;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .language-wrap .language:before {
  position: absolute;
  left: 17px;
  top: 50%;
  margin-top: -9px;
  content: "";
  width: 19px;
  height: 19px;
  background: url("//image.ndhy.com/www/2020/v1/img/ico_earth.png") no-repeat
    center center;
  background-position: 0 0;
}
.header .language-wrap .language:hover {
  color: #fe6500;
}
.header .language-wrap .language:hover:before {
  background-position: -24px 0;
}
.header .language-wrap .language-list {
  display: none;
  position: absolute;
  left: 50%;
  top: 72px;
  margin-left: -50px;
  width: 100px;
  height: auto;
  padding: 20px 0;
  background: #fff;
}
.header .language-wrap .language-list a {
  width: 100%;
  height: 35px;
  line-height: 35px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .language-wrap .language-list a:hover {
  color: #fe6500;
}

.menu-mask {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 96px);
  margin-top: 96px;
  overflow-y: scroll;
  padding-bottom: 200px;
  background: #fff;
  z-index: 99;
}
.menu-mask .nav-list {
  width: 100%;
  padding: 0 40px;
}
.menu-mask .nav-list .link {
  position: relative;
  width: 100%;
  padding: 0 30px;
  border-bottom: 1px solid #e1e1e1;
}
.menu-mask .nav-list .link .item {
  display: block;
  width: 85%;
  height: 100px;
  line-height: 100px;
  color: #333;
  font-size: 30px;
  -webkit-tap-highlight-color: transparent;
}
.menu-mask .nav-list .link .item:active {
  color: #fe6500;
}
.menu-mask .nav-list .link .icon-wrap {
  position: absolute;
  right: 45px;
  top: 36px;
  width: 50px;
  height: 28px;
}
.menu-mask .nav-list .link .icon-wrap.on .icon {
  background-position: -172px -310px;
}
.menu-mask .nav-list .link .icon-wrap .icon {
  display: block;
  width: 28px;
  height: 28px;
  margin: 0 auto;
  background: url("//image.ndhy.com/www/2020/v1/img/icon_spr.png") no-repeat
    center center;
  background-position: -129px -313px;
}
.menu-mask .nav-list .link .sec-menu {
  display: none;
  width: 100%;
  padding-bottom: 15px;
  z-index: 10;
}
.menu-mask .nav-list .link .sec-menu .sec-item {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 60px;
  margin: 2px 0;
  color: #666;
  font-size: 30px;
}
.menu-mask .nav-list .link .sec-menu .sec-item:active {
  color: #fe6500;
}
.menu-mask .nav-list .link .sec-menu .sec-item span {
  font-size: 14px;
  vertical-align: text-top;
  line-height: 1.5;
}
.menu-mask .language-wrap-m {
  margin-top: 80px;
  margin-left: 70px;
  position: relative;
  display: inline-block;
  width: auto;
  padding: 0 30px 0 60px;
  height: 64px;
  line-height: 64px;
  border-radius: 32px;
  border: 1px solid #333;
  text-align: center;
}
.menu-mask .language-wrap-m:before {
  position: absolute;
  left: 40px;
  top: 50%;
  margin-top: -9px;
  content: "";
  width: 19px;
  height: 19px;
  background: url("//image.ndhy.com/www/2020/v1/img/ico_earth.png") no-repeat
    center center;
  background-position: 0 0;
}
.menu-mask .language-wrap-m .item {
  position: relative;
  font-size: 22px;
  color: #999;
  margin: 0 10px;
  letter-spacing: 2px;
}
.menu-mask .language-wrap-m .item:before {
  position: absolute;
  left: -13px;
  top: 50%;
  margin-top: -8px;
  content: "";
  width: 1px;
  height: 16px;
  background: #999;
}
.menu-mask .language-wrap-m .item:first-child:before {
  display: none;
}
.menu-mask .language-wrap-m .item:active,
.menu-mask .language-wrap-m .item.on {
  color: #333;
}

.menu-mask .opensource-wrap-m a {
  margin-top: 30px;
  margin-left: 70px;
  position: relative;
  display: inline-block;
  width: auto;
  padding: 0 30px;
  height: 64px;
  line-height: 64px;
  border-radius: 32px;
  border: 1px solid #333;
  text-align: center;
  font-size: 22px;
  color: #333;
  letter-spacing: 2px;
}

.page-tit {
  width: 100%;
  margin-top: 80px;
  text-align: center;
}
.page-tit .tit {
  display: block;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  opacity: 0;
  filter: alpha(opacity=100);
}
.page-tit .line {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  width: 407px;
  height: 26px;
  background: url("//image.ndhy.com/www/2020/v1/img/icon_spr.png") no-repeat
    center center;
  background-position: 0 -108px;
  opacity: 0;
  filter: alpha(opacity=100);
}
.page-tit .intro {
  margin-top: 25px;
  color: #fff;
  font-size: 18px;
  line-height: 1.8;
  opacity: 0;
  filter: alpha(opacity=100);
}

.index-page .banner-wrap {
  position: relative;
  width: 100%;
  min-height: 975px;
  overflow: hidden;
}
.index-page .banner-wrap .swiper-slide {
  position: relative;
  width: 100%;
}
.index-page .banner-wrap .img-bg {
  display: block;
  width: 100%;
}
.index-page .banner-wrap .txt-wrap {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -115%);
  transform: translate(0, -115%);
  -webkit-transform: translate3d(0, -115%, 0);
  transform: translate3d(0, -115%, 0);
  width: 100%;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=100);
}
.index-page .banner-wrap .txt-wrap.on {
  -webkit-animation: fadeIn 1s forwards;
  animation: fadeIn 1s forwards;
}
.index-page .banner-wrap .txt-wrap.top {
  -webkit-transform: translate(0, -180%);
  transform: translate(0, -180%);
  -webkit-transform: translate3d(0, -180%, 0);
  transform: translate3d(0, -180%, 0);
}
.index-page .banner-wrap .tit {
  width: 100%;
  color: #fff;
  font-size: 66px;
  text-align: center;
  font-weight: 400;
}
.index-page .banner-wrap .tit-b {
  width: 100%;
  color: #fff;
  font-size: 90px;
  text-align: center;
  font-weight: 400;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  /*ie8以上*/
}
.index-page .banner-wrap .tit-b.no-gradient {
  background: none;
}
.index-page .banner-wrap h3 {
  width: 100%;
  text-align: center;
  margin-top: 12px;
  color: #fff;
  font-size: 44px;
  font-weight: 400;
  letter-spacing: 24px;
}
.index-page .banner-wrap .swiper-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.index-page .banner-wrap .swiper-container img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.index-page .banner-wrap .swiper-container .pagination {
  position: absolute;
  z-index: 20;
  bottom: 60px;
  width: 100%;
  text-align: center;
}
.index-page .banner-wrap .swiper-container .swiper-pagination-switch {
  display: inline-block;
  width: 14px;
  height: 16px;
  background: url("//image.ndhy.com/www/2020/v1/img/icon_spr.png") no-repeat
    center center;
  margin: 0 5px;
  background-position: 0 -81px;
  cursor: pointer;
}
.index-page .banner-wrap .swiper-container .swiper-active-switch {
  background-position: -26px -81px;
}
.index-page .banner-wrap .swiper-container a {
  display: block;
  width: 100%;
  height: 100%;
}
.index-page .banner-wrap .swiper-container .video-wrap video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.index-page .banner-wrap .swiper-container .img-pc {
  display: block;
}
.index-page .banner-wrap .swiper-container .img-m {
  display: none;
}
.index-page .banner-wrap .btn {
  position: absolute;
  top: 50%;
  margin-top: -32px;
  width: 34px;
  height: 64px;
  background: url("//image.ndhy.com/www/2020/v1/img/icon_spr.png") no-repeat
    center center;
  z-index: 99;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  cursor: pointer;
}
.index-page .banner-wrap .btn:hover {
  -webkit-transform: scale3d(0.9, 0.9, 0.9);
  transform: scale3d(0.9, 0.9, 0.9);
}
.index-page .banner-wrap .btn-pre {
  left: 80px;
  background-position: 0 0;
}
.index-page .banner-wrap .btn-next {
  right: 80px;
  background-position: -59px 0;
}
.index-page .news-wrap {
  width: 100%;
  height: 790px;
  background: #fff;
  overflow: hidden;
}
.index-page .news-wrap ul {
  width: 1200px;
  margin-top: 100px;
}
.index-page .news-wrap li {
  float: left;
  width: 370px;
  height: 478px;
  margin-right: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=100);
}
.index-page .news-wrap li:hover {
  box-shadow: 0 0 60px #c1c1c1;
}
.index-page .news-wrap li:hover .txt-wrap {
  border: 1px solid #fff;
}
.index-page .news-wrap li.a1 {
  -webkit-animation: fadeInUpS 1s forwards;
  animation: fadeInUpS 1s forwards;
}
.index-page .news-wrap li.a2 {
  -webkit-animation: fadeInUpS 1s forwards 0.2s;
  animation: fadeInUpS 1s forwards 0.2s;
}
.index-page .news-wrap li.a3 {
  -webkit-animation: fadeInUpS 1s forwards 0.4s;
  animation: fadeInUpS 1s forwards 0.4s;
}
.index-page .news-wrap li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
}
.index-page .news-wrap li a .img-wrap {
  width: 100%;
  height: 210px;
  overflow: hidden;
}
.index-page .news-wrap li a .img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.index-page .news-wrap li a .txt-wrap {
  width: 100%;
  height: 268px;
  padding: 36px 40px 40px;
  border: 1px solid #dfe6ee;
  border-top: none;
  background: #fff;
}
.index-page .news-wrap li a .txt-wrap .tit {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-page .news-wrap li a .txt-wrap .intro {
  width: 100%;
  height: 84px;
  margin-top: 18px;
  color: #666;
  font-size: 14px;
  line-height: 2;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-page .news-wrap li a .txt-wrap .mes-wrap {
  position: absolute;
  left: 40px;
  bottom: 40px;
  width: 100%;
}
.index-page .news-wrap li a .txt-wrap .mes-wrap span {
  position: relative;
  display: inline;
  color: #999;
  font-size: 12px;
  padding-left: 10px;
}
.index-page .news-wrap li a .txt-wrap .mes-wrap span:before {
  position: absolute;
  left: 0;
  top: -1px;
  content: "/";
  color: #999;
  font-size: 12px;
}
.index-page .news-wrap li a .txt-wrap .mes-wrap span:first-child {
  padding: 0;
}
.index-page .news-wrap li a .txt-wrap .mes-wrap span:first-child:before {
  font-size: 0;
}
.index-page .news-wrap .btn-more {
  display: block;
  margin: 0 auto;
  margin-top: 58px;
  width: 273px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 26px;
  border: 1px solid #dde4eb;
  background: #fff;
  color: #333;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  filter: alpha(opacity=100);
}
.index-page .news-wrap .btn-more:hover {
  box-shadow: 0 0 20px rgba(193, 193, 193, 0.6);
  border: 1px solid #fff;
}
.index-page .home-page3 {
  width: 100%;
  height: 860px;
  background: url("//image.ndhy.com/www/2020/v1/img/img_bg_home_3.png")
    no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
.index-page .home-page3 .page-tit {
  margin-top: 170px;
}
.index-page .home-page3 .page-tit .intro {
  opacity: 0.9;
}
.index-page .home-page3 .page-tit .m-intro {
  display: none;
}
.index-page .home-page3 .wrapper {
  width: 1230px;
}
.index-page .home-page3 .tpz-wrap {
  width: 1234px;
  padding: 0 16px;
  margin-top: 70px;
}
.index-page .home-page3 .tpz-wrap li {
  position: relative;
  float: left;
  width: 270px;
  height: 272px;
  margin: 0 15px;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=100);
}
.index-page .home-page3 .tpz-wrap li.small {
  width: 376px;
}
.index-page .home-page3 .tpz-wrap li.big {
  width: 774px;
}
.index-page .home-page3 .tpz-wrap li .img-wrap {
  width: 100%;
  height: 98px;
}
.index-page .home-page3 .tpz-wrap li .img-wrap img {
  display: block;
  width: 125px;
  margin: 0 auto;
}
.index-page .home-page3 .tpz-wrap li .tit {
  width: 100%;
  text-align: center;
  margin-top: 32px;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
}
.index-page .home-page3 .tpz-wrap li .tit-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 40px 50px 50px 56px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.index-page .home-page3 .tpz-wrap li .tit-wrap .tit {
  margin-bottom: 8px;
  color: #fff;
  font-size: 30px;
}
.index-page .home-page3 .tpz-wrap li .tit-wrap dd {
  margin-bottom: 4px;
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
}
.index-page .home-page4 {
  width: 100%;
  height: 960px;
  background: url("//image.ndhy.com/www/2020/v1/img/img_bg_home_4.jpg")
    no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
.index-page .home-page4 .page-tit {
  margin-top: 135px;
}
.index-page .home-page4 .page-tit .tit {
  color: #333;
}
.index-page .home-page4 .page-tit .line {
  background-position: 0 -153px;
}
.index-page .home-page4 .page-tit .intro {
  margin-top: 14px;
  color: #666;
}
.index-page .home-page4 .fz-wrap {
  width: 1200px;
  margin-top: 60px;
}
.index-page .home-page4 .fz-wrap li {
  position: relative;
  float: left;
  width: 373px;
  height: 417px;
  margin-right: 26px;
  opacity: 0;
  filter: alpha(opacity=100);
}
.index-page .home-page4 .fz-wrap li.user {
  background: url("//image.ndhy.com/www/2020/v1/img/img_bg_txt_yellow.png")
    no-repeat center center;
  background-size: 100% 100%;
}
.index-page .home-page4 .fz-wrap li.room {
  background: url("//image.ndhy.com/www/2020/v1/img/img_bg_txt_green.png")
    no-repeat center center;
  background-size: 100% 100%;
}
.index-page .home-page4 .fz-wrap li.room .tit:before {
  background: #95c11e;
}
.index-page .home-page4 .fz-wrap li.area {
  background: url("//image.ndhy.com/www/2020/v1/img/img_bg_txt_blue.png")
    no-repeat center center;
  background-size: 100% 100%;
}
.index-page .home-page4 .fz-wrap li.area .tit:before {
  background: #36a9e0;
}
.index-page .home-page4 .fz-wrap li .txt-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.index-page .home-page4 .fz-wrap li .tit {
  position: relative;
  display: inline-block;
  color: #333;
  font-size: 42px;
  font-weight: 700;
}
.index-page .home-page4 .fz-wrap li .tit:before {
  position: absolute;
  left: 50%;
  margin-left: -20px;
  bottom: -2px;
  content: "";
  width: 40px;
  height: 2px;
  background: #ffcc00;
}
.index-page .home-page4 .fz-wrap li .txt {
  margin-top: 6px;
  color: #666;
  font-size: 30px;
}
.index-page .home-page5 {
  width: 100%;
  height: 960px;
  background: url("//image.ndhy.com/www/2020/v1/img/img_bg_home_5.jpg")
    no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
.index-page .home-page5 .page-tit {
  margin-top: 170px;
}
.index-page .home-page5 .page-tit .intro {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.8);
}
.index-page .home-page5 .page-tit .m-intro {
  display: none;
}
.index-page .home-page5 .fz-wrap {
  width: 1220px;
  margin-top: 72px;
}
.index-page .home-page5 .fz-wrap li {
  float: left;
  width: 370px;
  margin-right: 30px;
  opacity: 0;
  filter: alpha(opacity=100);
}
.index-page .home-page5 .fz-wrap li:hover .img-wrap img {
  -webkit-transform: scale3d(1.08, 1.08, 1.08);
  transform: scale3d(1.08, 1.08, 1.08);
}
.index-page .home-page5 .fz-wrap li a {
  display: block;
}
.index-page .home-page5 .fz-wrap li .img-wrap {
  width: 100%;
  height: 188px;
  overflow: hidden;
}
.index-page .home-page5 .fz-wrap li .img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.index-page .home-page5 .fz-wrap li .txt-wrap {
  width: 100%;
  text-align: left;
  margin-top: 35px;
}
.index-page .home-page5 .fz-wrap li .tit {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
}
.index-page .home-page5 .fz-wrap li .txt {
  margin-top: 6px;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
}
.index-page .home-page6 {
  width: 100%;
  height: 1106px;
  background: url("//image.ndhy.com/www/2020/v1/img/img_bg_home_6.jpg")
    no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
.index-page .home-page6 .page-tit {
  margin-top: 97px;
}
.index-page .home-page6 .page-tit .tit {
  color: #333;
}
.index-page .home-page6 .page-tit .line {
  background-position: 0 -153px;
}
.index-page .home-page6 .page-tit .intro {
  margin-top: 14px;
  color: #666;
}
.index-page .home-page6 .page-tit .m-intro {
  display: none;
}
.index-page .home-page6 .video-wrap {
  position: relative;
  margin-top: 46px;
  width: 1170px;
  height: 659px;
  overflow: hidden;
}
.index-page .home-page6 .video-wrap video {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}
.index-page .home-page6 .video-wrap .icon-play {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -55px;
  margin-left: -55px;
  width: 110px;
  height: 110px;
  background: url("//image.ndhy.com/www/2020/v1/img/icon_play.png") no-repeat
    center center;
  background-size: 100% 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.index-page .home-page6 .video-wrap .icon-play:hover {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
.index-page .home-page6 .video-wrap .img-cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
      /* background: url("//https://image.ndhy.com/www/2022/04/0429_1.jpg")
    no-repeat center center;*/
background: url("//image.ndhy.com/www/2020/v1/img/img_video_cover_1.jpg")
    no-repeat center center;
  background-size: 100% 100%;
  z-index: 99;
}

.footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 400px;
  background: #333;
  overflow: hidden;
}
.footer .main-cont {
  margin-top: 50px;
}
.footer .sitemap {
  float: left;
}
.footer .sitemap h3 {
  font-weight: 400;
}
.footer .sitemap .list {
  float: left;
  margin-right: 40px;
}
.footer .sitemap .list div {
  margin-top: 30px;
}
.footer .sitemap a:hover {
  color: #fe6500;
}
.footer .sitemap .link {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.footer .sitemap .sec-link {
  display: block;
  margin: 8px 0;
  color: #fff;
  font-size: 14px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.footer .group {
  position: relative;
  float: left;
  padding-left: 42px;
  margin-left: 5px;
}
.footer .group:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 1px;
  height: 180px;
  background: #484848;
}
.footer .group .nd-wrap {
  float: left;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.footer .group .nd-wrap img {
  display: block;
  margin-top: 30px;
  width: 144px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  cursor: pointer;
}
.footer .group .nd-wrap img:hover {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
.footer .group .global-wrap {
  float: left;
  width: 188px;
  margin-left: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.footer .group .global-wrap .f-name {
  margin-top: 0;
  margin-bottom: 26px;
}
.footer .group .global-wrap p {
  margin-top: 8px;
}
.footer .group .global-wrap p a:first-child {
  margin-right: 2px;
}
.footer .group .global-wrap .txt {
  display: inline-block;
  width: 90px;
  text-align: left;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.footer .group .global-wrap .txt:hover {
  color: #fe6500;
}
.footer .copy-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 110px;
  text-align: center;
  border-top: 1px solid #484848;
}
.footer .copy-wrap p {
  display: block;
  color: #717171;
  font-size: 14px;
  margin: 10px 0;
  margin-right: 26px;
}
.footer .copy-wrap p i {
  font-style: normal;
}
.footer .copy-wrap a {
  display: inline-block;
  color: #717171;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer .copy-wrap a:hover {
  color: #fff;
}
.footer .copy-wrap .ico-link {
  position: relative;
  padding-left: 25px;
}
.footer .copy-wrap .ico-link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("//image.ndhy.com/www/2020/v1/img/ico_bah.png") no-repeat
    center center;
  background-size: 100%;
}
.footer .copy-wrap .right-part {
  margin: 6px auto 0;
  width: 210px;
}
.footer .copy-wrap .right-part .method {
  position: relative;
  width: 90px;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  margin-right: 24px;
  cursor: pointer;
}
.footer .copy-wrap .right-part .method:hover .code-wrap {
  opacity: 1;
  -webkit-transform: translate(-50%, 0) scaleX(1);
  transform: translate(-50%, 0) scaleX(1);
  -webkit-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
  display: block;
}
.footer .copy-wrap .right-part .method:last-child {
  margin: 0;
}
.footer .copy-wrap .right-part .method.weixin .icon {
  background-position: -196px -80px;
}
.footer .copy-wrap .right-part .method.weibo .icon {
  background-position: -236px -80px;
}
.footer .copy-wrap .right-part .method .icon {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 22px;
  margin-right: 4px;
  background: url("//image.ndhy.com/www/2020/v1/img/icon_spr.png") no-repeat
    center center;
}
.footer .copy-wrap .right-part .method .txt {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  color: #717171;
  font-size: 14px;
  margin-right: 0;
}
.footer .copy-wrap .right-part .code-wrap {
  position: absolute;
  left: 50%;
  bottom: 40px;
  opacity: 0;
  -webkit-transform: translate(-50%, 0) scaleX(0.3);
  transform: translate(-50%, 0) scaleX(0.3);
  -webkit-transform: translate3d(-50%, 0, 0) scale3d(0.3, 1, 1);
  transform: translate3d(-50%, 0, 0) scale3d(0.3, 1, 1);
  display: none;
  width: 110px;
  height: 110px;
  padding: 6px;
  background: #ebebeb;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.footer .copy-wrap .right-part .code-wrap:before {
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #ebebeb transparent transparent transparent;
}
.footer .copy-wrap .right-part .code-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.footer .m-main-cont {
  display: none;
}
.footer .m-main-cont .method {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin-right: 40px;
  color: #717171;
  font-size: 20px;
}
.footer .m-main-cont .method.weixin .icon {
  background-position: -95px -236px;
}
.footer .m-main-cont .method.weibo .icon {
  background-position: -149px -236px;
}
.footer .m-main-cont .method .icon {
  display: inline-block;
  vertical-align: middle;
  width: 33px;
  height: 29px;
  margin-right: 10px;
  background: url("//image.ndhy.com/www/2020/v1/img/icon_spr.png") no-repeat
    center center;
}
.footer .m-main-cont p,
.footer .m-main-cont a {
  color: #717171;
  font-size: 20px;
}
.footer .m-main-cont p {
  margin-bottom: 12px;
}
.footer .m-main-cont p i {
  font-style: normal;
}
.footer .m-main-cont a {
  margin-left: 10px;
}
.footer .m-main-cont .ico-link {
  position: relative;
  padding-left: 25px;
}
.footer .m-main-cont .ico-link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("//image.ndhy.com/www/2020/v1/img/ico_bah.png") no-repeat
    center center;
  background-size: 100%;
}
.footer .wechat-modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  text-align: center;
}
.footer .wechat-modal.on {
  display: block;
}
.footer .wechat-modal .wechat-box {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -62%, 0);
  transform: translate3d(-50%, -62%, 0);
  width: 300px;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
}
.footer .wechat-modal .wechat-box p {
  font-size: 26px;
  font-weight: 600;
  line-height: 35px;
  color: #333;
  margin-top: 10px;
}
.footer .wechat-modal .wechat-box p span {
  color: #f48650;
  font-weight: 700;
}

.hy-page {
  @error 'No value found for `#{$breakpoint}`. Please make sure it is defined in `$breakpoints` map.';
  @error 'No value found for `#{$breakpoint}`. Please make sure it is defined in `$breakpoints` map.';
  @error 'No value found for `#{$breakpoint}`. Please make sure it is defined in `$breakpoints` map.';
  @error 'No value found for `#{$breakpoint}`. Please make sure it is defined in `$breakpoints` map.';
}
.hy-page .banner-wrap {
  position: relative;
  width: 100%;
  height: 470px;
  background: url("//image.ndhy.com/www/2020/v1/img/img_banner_zjhy_1.jpg")
    no-repeat center center;
  background-size: cover;
}
.hy-page .banner-wrap .tit {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -60%);
  transform: translate(0, -60%);
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 5px;
}
.hy-page .tab-container {
  position: relative;
  width: 100%;
  height: 55px;
}
.hy-page .tab-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 55px;
  line-height: 55px;
  background: #fbfbfb;
  border-bottom: 1px solid #dfe6ee;
}
.hy-page .tab-wrap.fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
}
.hy-page .tab-wrap li {
  float: left;
  margin-right: 60px;
}
.hy-page .tab-wrap li:hover .item {
  color: #fd6500;
}
.hy-page .tab-wrap li.on .item {
  color: #fe6500 !important;
}
.hy-page .tab-wrap li.con .item {
  color: #fe6500 !important;
}
.hy-page .tab-wrap .item {
  position: relative;
  color: #666;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hy-page .tab-wrap .item:before {
  display: none;
  position: absolute;
  left: 0;
  bottom: 1px;
  content: "";
  width: 100%;
  height: 2px;
  background: #fd6500;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: -100% 50%;
  transform-origin: -100% 50%;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
.hy-page .hy-intro-wrap {
  width: 100%;
  height: 476px;
  background: #fff;
  overflow: hidden;
}
.hy-page .hy-intro-wrap .page-tit {
  margin-top: 86px;
}
.hy-page .hy-intro-wrap .page-tit .tit {
  color: #333;
}
.hy-page .hy-intro-wrap .page-tit .line {
  margin-top: 16px;
  background-position: 0 -153px;
}
.hy-page .hy-intro-wrap .page-tit .intro {
  margin-top: 15px;
  color: #666;
  line-height: 1.7;
}
.hy-page .wish-wrap {
  width: 100%;
  height: 299px;
  line-height: 299px;
  background: url("//image.ndhy.com/www/2020/v1/img/img_bg_ppyj.jpg") no-repeat
    center center;
  text-align: center;
  background-size: cover;
  overflow: hidden;
}
.hy-page .wish-wrap .tit {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  font-size: 36px;
  font-weight: 700;
  margin-right: 86px;
}
.hy-page .wish-wrap .txt {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: 90px;
  color: #333;
  font-size: 24px;
}
.hy-page .wish-wrap .txt:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  width: 1px;
  height: 160px;
  background: #d8d9dd;
}
.hy-page .technology-wrap {
  width: 100%;
  height: 857px;
  background: #fff;
  overflow: hidden;
}
.hy-page .technology-wrap .page-tit {
  margin-top: 96px;
}
.hy-page .technology-wrap .page-tit .tit {
  color: #333;
}
.hy-page .technology-wrap .page-tit .line {
  margin-top: 16px;
  background-position: 0 -153px;
}
.hy-page .technology-wrap .page-tit .intro {
  margin-top: 15px;
  color: #666;
  line-height: 1.7;
}
.hy-page .technology-wrap ul {
  margin-top: 26px;
}
.hy-page .technology-wrap ul li {
  float: left;
  width: 370px;
  height: 532px;
  margin-right: 30px;
  opacity: 0;
  filter: alpha(opacity=100);
}
.hy-page .technology-wrap ul li:last-child {
  margin-right: 0;
}
.hy-page .technology-wrap ul li.yellow {
  border: 1px solid #ffcc00;
}
.hy-page .technology-wrap ul li.yellow .img-wrap {
  background: #ffcc00;
}
.hy-page .technology-wrap ul li.yellow .txt-wrap .tit:before {
  background: #ffcc00;
}
.hy-page .technology-wrap ul li.green {
  border: 1px solid #a0da52;
}
.hy-page .technology-wrap ul li.green .img-wrap {
  background: #a0da52;
}
.hy-page .technology-wrap ul li.green .txt-wrap .tit:before {
  background: #a0da52;
}
.hy-page .technology-wrap ul li.blue {
  border: 1px solid #54b9ff;
}
.hy-page .technology-wrap ul li.blue .img-wrap {
  background: #54b9ff;
}
.hy-page .technology-wrap ul li.blue .txt-wrap .tit:before {
  background: #54b9ff;
}
.hy-page .technology-wrap ul li .img-wrap {
  position: relative;
  width: 100%;
  height: 278px;
  overflow: hidden;
}
.hy-page .technology-wrap ul li .img-wrap img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 175px;
}
.hy-page .technology-wrap ul li .txt-wrap {
  padding: 30px 0;
  text-align: center;
}
.hy-page .technology-wrap ul li .txt-wrap .tit {
  position: relative;
  color: #333;
  font-size: 24px;
  padding-bottom: 20px;
  font-weight: 400;
}
.hy-page .technology-wrap ul li .txt-wrap .tit:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 0;
  content: "";
  width: 60px;
  height: 3px;
}
.hy-page .technology-wrap ul li .txt-wrap .intro {
  padding: 0 28px;
  margin-top: 20px;
  color: #666;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  word-wrap: break-word;
}
.hy-page .history-wrap {
  width: 100%;
  height: 862px;
  background: url("//image.ndhy.com/www/2020/v1/img/img_bg_history.jpg")
    no-repeat center center;
  overflow: hidden;
  background-size: cover;
}
.hy-page .history-wrap .page-tit {
  margin-top: 110px;
}
.hy-page .history-wrap .your-class {
  width: 180px;
}
.hy-page .history-wrap .slick-wrap {
  width: 1770px;
}
.hy-page .history-wrap .slick-slide:focus {
  outline: none;
}
.hy-page .history-wrap .year-wrap {
  width: 100%;
}
.hy-page .history-wrap .nav-year {
  position: relative;
  width: 100%;
  height: 82px;
  margin: 0 auto;
  padding: 25px 0;
  padding-bottom: 0;
  margin-top: 77px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(255, 120, 0, 0.64);
  border-radius: 41px;
  opacity: 0;
  filter: alpha(opacity=100);
}
.hy-page .history-wrap .nav-year:before {
  left: 0;
  border-top-left-radius: 41px;
  border-bottom-left-radius: 41px;
}
.hy-page .history-wrap .nav-year:after {
  right: 0;
  border-top-right-radius: 41px;
  border-bottom-right-radius: 41px;
}
.hy-page .history-wrap .nav-year:before,
.hy-page .history-wrap .nav-year:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  background: #fff;
  width: 9.5%;
  z-index: 3;
}
.hy-page .history-wrap .nav-year button {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -21px;
  width: 42px;
  height: 42px;
  border: none;
  background: url("//image.ndhy.com/www/2020/v1/img/icon_spr.png") no-repeat
    center center;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.hy-page .history-wrap .nav-year button:hover {
  -webkit-transform: scale3d(0.9, 0.9, 0.9);
  transform: scale3d(0.9, 0.9, 0.9);
}
.hy-page .history-wrap .nav-year .btn-pre {
  left: 24px;
  background-position: -178px 0;
}
.hy-page .history-wrap .nav-year .btn-pre.slick-disabled {
  cursor: no-drop !important;
  background: url("//image.ndhy.com/www/2020/v1/img/btn_prev_dis.png")
    no-repeat center center !important;
}
.hy-page .history-wrap .nav-year .btn-next {
  right: 24px;
  background-position: -239px 0;
}
.hy-page .history-wrap .nav-year .btn-next.slick-disabled {
  cursor: no-drop !important;
  background: url("//image.ndhy.com/www/2020/v1/img/btn_next_dis.png")
    no-repeat center center !important;
}
.hy-page .history-wrap .nav-year .slick-list {
  padding-bottom: 35px;
  margin-bottom: -35px;
}
.hy-page .history-wrap .nav-year .slick-active:after {
  position: absolute;
  bottom: -31px;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
  z-index: 10;
}
.hy-page .history-wrap .nav-year .nav-list {
  width: 100%;
}
.hy-page .history-wrap .nav-year .nav-list p {
  float: left;
}
.hy-page .history-wrap .nav-year .nav-list .item {
  position: relative;
  display: block;
  color: #fe6400;
  font-size: 24px;
  text-align: center;
}
.hy-page .history-wrap .nav-year .nav-list .item:before {
  position: absolute;
  left: -38%;
  top: 50%;
  content: "";
  width: calc(100% - 117px);
  height: 1px;
  background: #feb17f;
}
.hy-page .history-wrap .nav-year .nav-list .item span {
  position: relative;
  display: block;
  margin: 0 auto;
}
.hy-page .history-wrap .event-wrap {
  width: 100%;
  margin: 0 auto;
  margin-top: 48px;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=100);
}
.hy-page .history-wrap .event-wrap .event-list {
  margin: 0 auto;
}
.hy-page .history-wrap .event-wrap .event-list .item {
  float: left;
  position: relative;
  margin: 0 15px;
  overflow: hidden;
}
.hy-page .history-wrap .event-wrap .event-list .item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hy-page .history-wrap .event-wrap .event-list .item .main-cont {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 50px 52px 0;
  text-align: center;
  color: #fff;
  font-size: 16px;
  word-wrap: break-word;
}
@media (min-width: 1600px) {
  .hy-page .year-wrap {
    padding-left: 0;
    padding-right: 0;
    max-width: 1770px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 1600px) {
  .hy-page .history-wrap .year-wrap .nav-year:before,
  .hy-page .history-wrap .year-wrap .nav-year:after {
    width: 13.5%;
  }
  .hy-page .history-wrap .year-wrap .nav-list .item:before {
    left: -35%;
    width: calc(100% - 140px);
  }
}
@media only screen and (max-width: 1200px) {
  .hy-page .history-wrap .year-wrap .nav-year:before,
  .hy-page .history-wrap .year-wrap .nav-year:after {
    width: 11.5%;
  }
  .hy-page .history-wrap .year-wrap .nav-list .item:before {
    left: -30%;
    width: calc(100% - 140px);
  }
  .hy-page .history-wrap .year-wrap .event-list .item .main-cont {
    padding: 40px 43px 0;
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .hy-page .history-wrap .year-wrap .nav-year:before,
  .hy-page .history-wrap .year-wrap .nav-year:after {
    width: 19%;
  }
  .hy-page .history-wrap .year-wrap .nav-list .item:before {
    left: -36%;
    width: calc(100% - 140px);
  }
  .hy-page .history-wrap .year-wrap .event-list .item .main-cont {
    padding: 40px 43px 0;
    font-size: 14px;
  }
}
@media only screen and (max-width: 780px) {
  .hy-page .history-wrap .year-wrap .nav-year:before,
  .hy-page .history-wrap .year-wrap .nav-year:after {
    width: 90px;
  }
  .hy-page .history-wrap .year-wrap .nav-list .item {
    font-size: 30px;
  }
  .hy-page .history-wrap .year-wrap .nav-list .item:before {
    left: 106px;
    width: 180px;
  }
  .hy-page .history-wrap .year-wrap .nav-list .item span:after {
    position: absolute;
    right: 106px;
    top: 50%;
    content: "";
    width: 180px;
    height: 1px;
    background: #feb17f;
  }
}
.hy-page .duty-wrap {
  overflow: hidden;
}
.hy-page .duty-wrap .page-tit {
  margin-top: 88px;
}
.hy-page .duty-wrap .page-tit .tit {
  color: #333;
}
.hy-page .duty-wrap .page-tit .line {
  margin-top: 16px;
  background-position: 0 -153px;
}
.hy-page .duty-wrap .page-tit .intro {
  margin-top: 15px;
  color: #666;
  line-height: 1.7;
}
.hy-page .duty-wrap .duty-list {
  width: 1170px;
  margin-top: 70px;
  margin-bottom: 100px;
}
.hy-page .duty-wrap .duty-list li {
  position: relative;
  width: 100%;
  height: 320px;
  margin-bottom: 30px;
  opacity: 0;
  filter: alpha(opacity=100);
}
.hy-page .duty-wrap .duty-list li.left {
  padding-left: 30px;
}
.hy-page .duty-wrap .duty-list li.left .txt-wrap {
  left: 0;
}
.hy-page .duty-wrap .duty-list li.right {
  padding-right: 30px;
}
.hy-page .duty-wrap .duty-list li.right .txt-wrap {
  right: 0;
}
.hy-page .duty-wrap .duty-list li .img-wrap {
  width: 1140px;
  height: 320px;
}
.hy-page .duty-wrap .duty-list li .img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hy-page .duty-wrap .duty-list li .img-wrap .img-m {
  display: none;
}
.hy-page .duty-wrap .duty-list li .txt-wrap {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  width: 570px;
  height: 230px;
  line-height: 230px;
  padding: 0 45px 0 26px;
  background: #fbfbfb;
  overflow: hidden;
}
.hy-page .duty-wrap .duty-list li .txt-wrap .num {
  display: inline-block;
  vertical-align: middle;
  color: #eee;
  font-size: 100px;
  font-weight: 700;
  font-style: italic;
}
.hy-page .duty-wrap .duty-list li .txt-wrap .italic-line {
  display: inline-block;
  vertical-align: middle;
  width: 57px;
  height: 57px;
  margin: 0 10px;
  background: url("//image.ndhy.com/www/2020/v1/img/icon_spr.png") no-repeat
    center center;
  background-position: -111px 0;
}
.hy-page .duty-wrap .duty-list li .txt-wrap .intro {
  display: inline-block;
  vertical-align: middle;
  width: 345px;
  color: #333;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
  word-wrap: break-word;
}

.case-page .banner-wrap {
  position: relative;
  width: 100%;
  height: 470px;
  background: url("//image.ndhy.com/www/2020/v1/img/img_banner_case.jpg")
    no-repeat center center;
  background-size: cover;
}
.case-page .banner-wrap .tit {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -60%);
  transform: translate(0, -60%);
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 5px;
}
.case-page .case-wrap {
  margin-top: 100px;
  overflow: hidden;
}
.case-page .case-wrap .case-list {
  width: 1203px;
  margin-bottom: 55px;
}
.case-page .case-wrap .case-list li {
  float: left;
  width: 370px;
  height: 418px;
  margin-right: 30px;
  background: #fff;
  opacity: 0;
  filter: alpha(opacity=100);
}
.case-page .case-wrap .case-list li.big {
  height: 450px;
}
.case-page .case-wrap .case-list li.small {
  height: 398px;
}
.case-page .case-wrap .case-list li .img-wrap {
  width: 100%;
  height: 208px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  overflow: hidden;
}
.case-page .case-wrap .case-list li .img-wrap img {
  width: 100%;
  height: 100%;
  display: block;
}
.case-page .case-wrap .case-list li .txt-wrap {
  padding: 0 10px 48px;
  overflow: hidden;
}
.case-page .case-wrap .case-list li .txt-wrap .tit-wrap {
  position: relative;
  height: 45px;
  line-height: 45px;
  margin-top: 15px;
}
.case-page .case-wrap .case-list li .txt-wrap .tit {
  color: #333;
  font-size: 30px;
  font-weight: 400;
}
.case-page .case-wrap .case-list li .txt-wrap .flag {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  width: 62px;
}
.case-page .case-wrap .case-list li .txt-wrap .intro {
  margin-top: 15px;
  color: #666;
  font-size: 14px;
  line-height: 1.7;
  text-align: justify;
  word-wrap: break-word;
}

.global-page .banner-wrap {
  position: relative;
  width: 100%;
  height: 482px;
  background: url("//image.ndhy.com/www/2020/v1/img/img_banner_global.jpg")
    no-repeat center center;
  background-size: cover;
}
.global-page .banner-wrap .tit {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -60%);
  transform: translate(0, -60%);
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 5px;
}
.global-page .page-tit {
  margin-top: 86px;
}
.global-page .page-tit .tit {
  color: #333;
  opacity: 0;
  filter: alpha(opacity=100);
}
.global-page .page-tit .line {
  margin-top: 16px;
  background-position: 0 -153px;
  opacity: 0;
  filter: alpha(opacity=100);
}
.global-page .page-tit .intro {
  margin-top: 15px;
  color: #666;
  line-height: 1.7;
  opacity: 0;
  filter: alpha(opacity=100);
}
.global-page .global-list {
  width: 1200px;
  margin-top: 64px;
  margin-bottom: 70px;
}
.global-page .global-list li {
  float: left;
  margin: 0 15px;
  margin-bottom: 30px;
  opacity: 0;
  filter: alpha(opacity=100);
}
.global-page .global-list li:hover a {
  border: 1px solid #fff;
  box-shadow: 0 0 60px #c1c1c1;
}
.global-page .global-list li a {
  position: relative;
  display: block;
  width: 570px;
  height: 232px;
  padding: 26px 38px;
  border-radius: 6px;
  border: 1px solid #dfe6ee;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.global-page .global-list li .logo-wrap {
  float: left;
  width: 105px;
}
.global-page .global-list li .logo-wrap img {
  display: block;
  width: 105px;
}
.global-page .global-list li .txt-wrap {
  float: right;
  width: 355px;
}
.global-page .global-list li .txt-wrap .tit {
  float: left;
  color: #333;
  font-size: 20px;
}
.global-page .global-list li .txt-wrap .local {
  float: right;
  height: 25px;
  line-height: 25px;
  color: #333;
  font-size: 16px;
}
.global-page .global-list li .txt-wrap .local i {
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  height: 19px;
  margin-right: 8px;
  background: url("//image.ndhy.com/www/2020/v1/img/icon_spr.png") no-repeat
    center center;
  background-position: -111px -81px;
}
.global-page .global-list li .txt-wrap .intro {
  height: 105px;
  overflow: hidden;
  margin-top: 12px;
  color: #666;
  font-size: 14px;
  text-align: justify;
  word-wrap: break-word;
}
.global-page .global-list li .arrow {
  position: absolute;
  right: 40px;
  bottom: 20px;
  display: inline-block;
  width: 41px;
  height: 14px;
  background: url("//image.ndhy.com/www/2020/v1/img/icon_spr.png") no-repeat
    center center;
  background-position: -132px -81px;
}

.contact-page .banner-wrap {
  position: relative;
  width: 100%;
  height: 470px;
  background: url("//image.ndhy.com/www/2020/v1/img/img_banner_contact.jpg")
    no-repeat center center;
  background-size: cover;
}
.contact-page .banner-wrap .tit {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -60%);
  transform: translate(0, -60%);
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 5px;
}
.contact-page .contact-list {
  margin: 100px auto;
}
.contact-page .contact-list li {
  margin-bottom: 50px;
  border: 1px solid #dfe6ee;
  opacity: 0;
  filter: alpha(opacity=100);
}
.contact-page .contact-list li .img-wrap {
  float: left;
  width: 586px;
  height: 336px;
  overflow: hidden;
}
.contact-page .contact-list li .img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.contact-page .contact-list li .txt-wrap {
  width: 520px;
  padding: 40px 0;
  float: left;
  margin-left: 40px;
}
.contact-page .contact-list li .txt-wrap .tit {
  margin-bottom: 25px;
  color: #333;
  font-size: 30px;
}
.contact-page .contact-list li .txt-wrap div {
  width: 100%;
  margin: 10px 0;
}
.contact-page .contact-list li .txt-wrap a {
  display: block;
}
.contact-page .contact-list li .txt-wrap p,
.contact-page .contact-list li .txt-wrap a {
  color: #666;
  font-size: 18px;
}
.contact-page .contact-list li .txt-wrap .s-tit {
  float: left;
}
.contact-page .contact-list li .txt-wrap .txt {
  overflow: hidden;
}
.contact-page .licence-101-wrapper {
  width: 100%;
  text-align: center;
  padding: 50px 0 80px;
}
.contact-page .licence-101-wrapper.yyzz {
  padding: 20px 0 50px;
}
.contact-page .licence-101-wrapper.yyzz img {
  -webkit-transform: rotate(-0.3deg);
  transform: rotate(-0.3deg);
}
.contact-page .licence-101-wrapper img {
  width: 62%;
  display: inline-block;
}

.partners-page .banner-wrap {
  position: relative;
  width: 100%;
  height: 470px;
  background: url("//image.ndhy.com/www/2020/v1/img/img_banner_swhz.jpg")
    no-repeat center center;
  background-size: cover;
}
.partners-page .banner-wrap .tit {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -60%);
  transform: translate(0, -60%);
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 5px;
}
.partners-page .partners-wrap .page-tit {
  margin-top: 86px;
}
.partners-page .partners-wrap .page-tit .tit {
  color: #333;
}
.partners-page .partners-wrap .page-tit .line {
  margin-top: 16px;
  background-position: 0 -153px;
}
.partners-page .partners-wrap .partners-list {
  width: 1203px;
  margin-top: 50px;
  margin-bottom: 48px;
}
.partners-page .partners-wrap .partners-list li {
  float: left;
  width: 270px;
  height: 180px;
  margin-right: 30px;
  margin-bottom: 30px;
  background: #fdfdfd;
  border: 1px solid #dfe6ee;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=100);
}
.partners-page .partners-wrap .partners-list li .logo-wrap {
  width: 100%;
  height: 90px;
  line-height: 90px;
  margin-top: 20px;
}
.partners-page .partners-wrap .partners-list li .logo-wrap img {
  width: 220px;
  display: inline-block;
  vertical-align: middle;
}
.partners-page .partners-wrap .partners-list li .tit {
  margin-top: 16px;
  color: #333;
  font-size: 18px;
  font-weight: 400;
}
.partners-page .partners-wrap .partners-list li .tit span {
  font-size: 14px;
  vertical-align: text-top;
}
.partners-page .brand-wrap {
  margin-bottom: 70px;
}
.partners-page .brand-wrap .page-tit {
  margin-top: -25px;
}

.news-page .banner-wrap {
  position: relative;
  width: 100%;
  height: 470px;
  background: url("//image.ndhy.com/www/2020/v1/img/img_banner_news.jpg")
    no-repeat center center;
  background-size: cover;
}
.news-page .banner-wrap .tit {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -60%);
  transform: translate(0, -60%);
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 5px;
}
.news-page .news-wrap {
  margin-top: 106px;
}
.news-page .news-wrap .top-wrap {
  height: 35px;
  line-height: 35px;
}
.news-page .news-wrap .top-wrap .module-tit {
  float: left;
  color: #333;
  font-size: 30px;
  font-weight: 400;
}
.news-page .news-wrap .top-wrap .btn-more {
  float: right;
  display: block;
  width: 96px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 13px;
  color: #666;
  font-size: 14px;
  border: 1px solid #dde4eb;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news-page .news-wrap .top-wrap .btn-more:hover {
  border: 1px solid #fff;
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
  box-shadow: 0 5px 10px rgba(134, 134, 134, 0.3);
}
.news-page .news-wrap .m-top {
  display: none;
}
.news-page .news-wrap .main-news {
  float: left;
  position: relative;
  display: block;
  width: 370px;
  height: 240px;
  overflow: hidden;
}
.news-page .news-wrap .main-news:hover img {
  -webkit-transform: scale3d(1.08, 1.08, 1.08);
  transform: scale3d(1.08, 1.08, 1.08);
}
.news-page .news-wrap .main-news:hover .tit {
  color: #fe6500;
}
.news-page .news-wrap .main-news img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.news-page .news-wrap .main-news .tit {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 44px;
  line-height: 44px;
  padding: 0 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #fff;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.5);
  font-weight: 400;
  -webkit-transform: all 0.3s;
  transform: all 0.3s;
}
.news-page .news-wrap .simple-news {
  float: right;
  width: 770px;
}
.news-page .news-wrap .simple-news .news-list {
  margin-top: 30px;
}
.news-page .news-wrap .simple-news .news-list li {
  width: 100%;
  height: 30px;
  line-height: 30px;
  margin: 15px 0;
}
.news-page .news-wrap .simple-news .news-list .tit {
  display: block;
  float: left;
  width: 640px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #333;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news-page .news-wrap .simple-news .news-list .tit:hover {
  color: #fe6500;
}
.news-page .news-wrap .simple-news .news-list .date {
  display: block;
  float: right;
  color: #999;
  font-size: 16px;
}
.news-page .report-wrap {
  margin-top: 60px;
  margin-bottom: 105px;
}
.news-page .report-wrap .simple-news .txt-wrap {
  float: left;
  display: block;
  width: 640px;
  height: 30px;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-page .report-wrap .simple-news .txt-wrap:hover span {
  color: #fe6500;
}
.news-page .report-wrap .simple-news .txt-wrap:hover .source:before {
  background: #fe6500;
}
.news-page .report-wrap .simple-news .txt-wrap span {
  color: #333;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news-page .report-wrap .simple-news .txt-wrap .source {
  position: relative;
  display: inline-block;
  padding-right: 8px;
  margin-right: 6px;
}
.news-page .report-wrap .simple-news .txt-wrap .source:before {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  content: "";
  width: 1px;
  height: 16px;
  background: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.report-list-wrap {
  margin-top: 98px;
}
.report-list-wrap .module-tit {
  margin-bottom: 8px;
  color: #333;
  font-size: 30px;
  font-weight: 400;
}
.report-list-wrap .news-list {
  height: 446px;
  overflow: hidden;
  margin-bottom: 50px;
}
.report-list-wrap .news-list li {
  width: 100%;
  height: 30px;
  line-height: 30px;
  margin: 15px 0;
}
.report-list-wrap .news-list .txt-wrap {
  float: left;
  width: 850px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
}
.report-list-wrap .news-list .txt-wrap:hover span {
  color: #fe6500;
}
.report-list-wrap .news-list .txt-wrap:hover .source:before {
  background: #fe6500;
}
.report-list-wrap .news-list .txt-wrap span {
  color: #333;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.report-list-wrap .news-list .source {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-right: 8px;
}
.report-list-wrap .news-list .source:before {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  content: "";
  width: 1px;
  height: 16px;
  background: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.report-list-wrap .news-list .date {
  display: block;
  float: right;
  color: #999;
  font-size: 16px;
}

.detail-page .bread-wrap {
  margin-top: 58px;
}
.detail-page .bread-wrap a {
  position: relative;
  display: inline-block;
  color: #666;
  font-size: 16px;
  padding-left: 15px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.detail-page .bread-wrap a:hover {
  -webkit-transform: translate3d(-4px, 0, 0);
  transform: translate3d(-4px, 0, 0);
}
.detail-page .bread-wrap a:before {
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 14px;
  content: "";
  background: url("//image.ndhy.com/www/2020/v1/img/icon_spr.png") no-repeat
    center center;
  background-position: -52px -81px;
}
.detail-page .top-wrap {
  width: 100%;
  margin-top: 48px;
  text-align: center;
}
.detail-page .top-wrap .tit {
  color: #333;
  font-size: 30px;
  font-weight: 400;
}
.detail-page .top-wrap .date {
  position: relative;
  display: inline-block;
  margin-top: 25px;
  color: #999;
  font-size: 16px;
  padding-left: 30px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.detail-page .top-wrap .date:before {
  position: absolute;
  left: 0;
  top: 2px;
  width: 21px;
  height: 21px;
  content: "";
  background: url("//image.ndhy.com/www/2020/v1/img/icon_spr.png") no-repeat
    center center;
  background-position: -76px -81px;
}
.detail-page .top-wrap .author {
  margin-left: 20px;
  color: #999;
  font-size: 16px;
}
.detail-page .detail-cont {
  margin-top: 40px;
  margin-bottom: 96px;
  color: #333;
  font-size: 16px;
}
.detail-page .detail-cont p,
.detail-page .detail-cont span,
.detail-page .detail-cont a {
  color: #333;
  font-size: 16px;
}
.detail-page .detail-cont p {
  line-height: 2;
  text-align: justify;
  word-wrap: break-word;
}
.detail-page .detail-cont img {
  display: inline-block;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 28px;
}

.go-top {
  position: fixed;
  right: 55px;
  bottom: 580px;
  width: 26px;
  height: 35px;
  background: url("//image.ndhy.com/www/2020/v1/img/img_top.png") no-repeat
    center center;
  background-size: 100% 100%;
  opacity: 0;
  z-index: 99;
  cursor: pointer;
}
.go-top:hover,
.go-top:active {
  background: url("//image.ndhy.com/www/2020/v1/img/img_top_on.png") no-repeat
    center center;
  background-size: 100% 100%;
}
.go-top.on {
  -webkit-animation: fadeInUp 1s forwards;
  animation: fadeInUp 1s forwards;
}

.sk-three-bounce {
  display: none;
  margin: auto;
  margin-top: -25px;
  margin-bottom: 20px;
  text-align: center;
}
.sk-three-bounce .sk-child {
  width: 16px;
  height: 16px;
  background-color: #fe6500;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
  animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}
.sk-three-bounce .sk-bounce-1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.sk-three-bounce .sk-bounce-2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.sub-pagination {
  background: #fff;
  padding: 15px 0 100px;
  text-align: center;
}
.sub-pagination .left {
  text-align: left;
}
.sub-pagination .left a {
  text-align: center;
}
.sub-pagination .no-bg {
  background: none;
}
.sub-pagination .no-bg a {
  background: #fff;
}
.sub-pagination a,
.sub-pagination .pagination-go {
  display: inline-block;
  height: 37px;
  line-height: 37px;
  vertical-align: middle;
  margin: 0 5px;
  border-radius: 2px;
  border: 1px solid #ddd;
  font-size: 14px;
  color: #666;
  text-align: center;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sub-pagination a:hover,
.sub-pagination .pagination-go:hover {
  background: #fe6500;
  border-color: #fe6500;
  color: #fff;
}
.sub-pagination .num,
.sub-pagination .pagination-go {
  width: 40px;
  color: #666;
}
.sub-pagination .num.on,
.sub-pagination .pagination-go.on {
  color: #fff;
  background: #fe6500;
  border-color: #fe6500;
}
.sub-pagination .pagination-input {
  display: inline-block;
  vertical-align: middle;
  margin-left: 36px;
}
.sub-pagination .pagination-input input {
  width: 46px;
  height: 37px;
  border: 1px solid #ddd;
  outline: none;
  background: #fff;
  margin: 0 4px;
  text-align: center;
}
.sub-pagination .pagination-input .pagination-go {
  display: inline-block;
  width: 46px;
  margin-left: 5px;
}
.sub-pagination .prev,
.sub-pagination .next {
  width: 80px;
}

.page-role-staff .sub-pagination a:hover,
.page-role-staff .sub-pagination .pagination-go:hover {
  background: #fe6500;
}

.page-role-guardian .sub-pagination a:hover,
.page-role-guardian .sub-pagination .pagination-go:hover {
  background: #ff831f;
}

.page-role-office .sub-pagination a:hover,
.page-role-office .sub-pagination .pagination-go:hover {
  background: #379fff;
}

.page-role-staff .sub-pagination .num.on,
.page-role-staff .sub-pagination .pagination-go.on {
  background: #fe6500;
  border-color: #fe6500;
}

.page-role-guardian .sub-pagination .num.on,
.page-role-guardian .sub-pagination .pagination-go.on {
  background: #ff831f;
  border-color: #ff831f;
}

.page-role-office .sub-pagination .num.on,
.page-role-office .sub-pagination .pagination-go.on {
  background: #379fff;
  border-color: #379fff;
}

.open-page .banner-wrap {
  background: url(//image.ndhy.com/www/2020/v1/img/img_banner_zjhy_1_new.jpg)
    no-repeat center center;
  background-size: cover;
}
.open-page .tab-wrap li {
  position: relative;
}
.open-page .tab-wrap li:hover .tab-sec-menu {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}
.open-page .tab-sec-menu {
  position: absolute;
  left: -20px;
  top: 56px;
  width: 170px;
  padding: 20px 10px 20px 20px;
  background: #fff;
  box-shadow: 0 3px 4px rgba(134, 134, 134, 0.4);
  -webkit-transform: scale3d(1, 0, 1);
  transform: scale3d(1, 0, 1);
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 90;
}
.open-page .tab-sec-menu.big-menu {
  width: 200px;
}
.open-page .tab-sec-menu.open {
  width: 120px;
}
.open-page .tab-sec-menu h4 {
  font-weight: 400;
}
.open-page .tab-sec-menu a {
  display: block;
  width: 100%;
  height: 34px;
  line-height: 34px;
  color: #666;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.open-page .tab-sec-menu a span {
  font-size: 14px;
  vertical-align: text-top;
  line-height: 1.5;
}
.open-page .tab-sec-menu a:hover,
.open-page .tab-sec-menu a.on {
  color: #fe6500;
}
.open-page .sec-list-container .sec-wrap {
  display: none;
}
.open-page .open-list {
  display: none;
  min-height: 648px;
  margin-top: 50px;
}
.open-page .tool-tab .item,
.open-page .sec-tab {
  margin-bottom: 20px;
}
.open-page .tool-tab .item,
.open-page .sec-tab .item {
  display: inline-block;
  width: 80px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  border-radius: 16px;
  font-size: 16px;
  color: #333;
  margin-right: 20px;
  border: 1px solid #dde4eb;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.open-page .tool-tab .item:hover,
.open-page .tool-tab .item.on,
.open-page .sec-tab .item:hover,
.open-page .sec-tab .item.on {
  color: #fe6500;
  border: 1px solid #fff;
  box-shadow: 0 0 15px #ccc;
}
.open-page .tool-list {
  display: none;
}
.open-page .home-product-center {
  margin-bottom: 50px;
  margin-top: 10px;
}
.open-page .product-item {
  float: left;
  position: relative;
  width: 560px;
  height: 321px;
  border-radius: 6px;
  border: 1px solid #dfe6ee;
  background: #fff;
  margin: 20px 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.open-page .product-item:nth-child(odd) {
  margin-right: 45px;
}
.open-page .product-item .product-item-left {
  width: 380px;
  height: 321px;
  position: relative;
  padding: 30px 40px;
}
.open-page .product-item .product-item-right {
  position: absolute;
  width: 225px;
  height: 321px;
  top: 0;
  right: 0;
}
.open-page .product-item .product-item-icon {
  width: 100%;
  height: 70%;
  background-image: none;
  background-position: center 40%;
  background-repeat: no-repeat;
}
.open-page .product-item .product-item-title {
  width: 100%;
  height: 50px;
  font-size: 28px;
  font-weight: 400;
  color: #283357;
  text-align: left;
}
.open-page .product-item .product-item-content {
  width: 100%;
  height: 130px;
  font-size: 16px;
  line-height: 2;
  color: #5e6785;
  text-align: left;
}
.open-page .product-item-icon {
  position: relative;
}
.open-page .product-item-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 100px;
}
.open-page .product-item .old-link,
.open-page .product-item .old-link-div {
  color: #f90;
}
.open-page .product-item .old-link {
  -webkit-transition: none;
  transition: none;
  text-decoration: underline;
}
.open-page .product-item .product-item-btns {
  width: 100%;
  height: 88px;
  margin-top: 10px;
  text-align: center;
  padding-top: 10px;
}
.open-page .product-item .product-item-btns .product-item-btns-btn {
  font-size: 18px;
  border-radius: 30px;
  color: #333;
  background-color: #fff;
  border: none;
  border: 1px solid #dde4eb;
  padding: 10px 15px;
  cursor: pointer;
}
.open-page .product-item .product-item-btns .item-btns-btn-Demo {
  margin-left: 50px;
  border: 1px solid #999;
  color: #666;
}
.open-page .product-item:hover {
  border: 1px solid #fff;
  box-shadow: 0 0 15px #ccc;
}
.open-page .product-item:hover .product-item-btns .product-item-btns-btn:hover {
  color: #fff;
  background-color: #fe9000;
  border: 1px solid #fff;
}

.login-wrap {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  vertical-align: middle;
  line-height: 34px;
  font-size: 16px;
}
.login-wrap a {
  color: #666;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.login-wrap a:hover {
  color: #fe9000;
}
.login-wrap .logined {
  position: relative;
}
.login-wrap .logined:hover .user-droplist-wrap {
  display: block;
}
.login-wrap .logined .nav-user .img-header {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  border-radius: 36px;
}
.login-wrap .logined .nav-user .name {
  display: inline-block;
  vertical-align: middle;
  min-width: 55px;
  max-width: 90px;
  line-height: 34px;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.login-wrap .logined .user-droplist-wrap {
  position: absolute;
  top: 11px;
  left: 50%;
  margin-left: -61px;
  padding-top: 34px;
  z-index: 50;
  display: none;
  animation: fadeInDown linear 0.2s forwards;
  -webkit-animation: fadeInDown linear 0.2s forwards;
}
.login-wrap .logined .user-droplist-wrap .user-droplist {
  position: relative;
  width: 122px;
  padding: 8px 15px;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  z-index: 12;
}
.login-wrap .logined .user-droplist-wrap .user-droplist a {
  display: block;
  color: #333;
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.login-wrap .logined .user-droplist-wrap .user-droplist a:hover {
  color: #fe9000;
}

/*模块-首页样式*/
@error 'No value found for `#{$breakpoint}`. Please make sure it is defined in `$breakpoints` map.';
@media only screen and (max-width: 1600px) {
  .index-page .banner-wrap {
    min-height: 466px;
  }
  .index-page .banner-wrap .swiper-container .tit {
    font-size: 52px;
  }
  .index-page .banner-wrap .swiper-container .tit-b {
    font-size: 72px;
  }
  .index-page .banner-wrap .swiper-container h3 {
    margin-top: 15px;
    font-size: 35px;
    letter-spacing: 21px;
  }
}

@error 'No value found for `#{$breakpoint}`. Please make sure it is defined in `$breakpoints` map.';
@media only screen and (max-width: 1200px) {
  .page {
    padding-bottom: 320px;
  }

  .header .logo-wrap {
    margin-top: 16px;
  }
  .header .logo-wrap .logo {
    width: 95px;
  }
  .header .nav-wrap .link {
    margin: 0 8px;
  }
  .header .nav-wrap .link .sec-menu {
    width: 150px;
  }
  .header .nav-wrap .link .item {
      font-size: 15px;
  }
  .header .opensource-wrap {
    margin-left: 10px;
  }
  .header .opensource-wrap a {
      width: 85px;
  }
  .header .language-wrap {
    margin-left: 10px;
  }
  .header .language-wrap .language {
    width: 106px;
    padding-left: 21px;
  }
  .header .language-wrap .language:before {
      left: 10px;
  }

  .page-tit {
    margin-top: 64px;
  }
  .page-tit .tit {
    font-size: 28px;
  }
  .page-tit .line {
    margin-top: 12px;
  }
  .page-tit .intro {
    margin-top: 16px;
    font-size: 18px;
  }

  .wrapper {
    width: 960px;
  }

  .footer {
    height: 320px;
  }
  .footer .main-cont {
    margin-top: 40px;
  }
  .footer .sitemap .list {
    margin-right: 31px;
  }
  .footer .sitemap .list div {
    margin-top: 24px;
  }
  .footer .sitemap .link {
    font-size: 14px;
  }
  .footer .sitemap .sec-link {
    margin: 6px 0;
    font-size: 12px;
  }
  .footer .group {
    padding-left: 40px;
    margin-left: 12px;
  }
  .footer .group:before {
    height: 144px;
  }
  .footer .group .nd-wrap {
    font-size: 14px;
  }
  .footer .group .nd-wrap img {
    margin-top: 24px;
    width: 115px;
  }
  .footer .group .global-wrap {
    width: 160px;
    margin-left: 30px;
    font-size: 14px;
  }
  .footer .group .global-wrap .f-name {
    margin-bottom: 19px;
  }
  .footer .group .global-wrap p {
    margin-top: 6px;
  }
  .footer .group .global-wrap .txt {
    width: 76px;
    font-size: 12px;
  }
  .footer .copy-wrap {
    height: 100px;
  }
  .footer .copy-wrap p {
    font-size: 12px;
    margin-right: 10px;
    margin: 8px 0;
  }
  .footer .copy-wrap a {
    font-size: 12px;
  }
  .footer .copy-wrap .right-part {
    width: 190px;
  }
  .footer .copy-wrap .right-part .method {
    width: 85px;
    height: 24px;
    line-height: 24px;
    margin-right: 6px;
  }
  .footer .copy-wrap .right-part .method .ico {
    margin-right: 0;
  }
  .footer .copy-wrap .right-part .method .txt {
    font-size: 12px;
  }
  .footer .copy-wrap .right-part .code-wrap {
    width: 88px;
    height: 88px;
    bottom: 32px;
    padding: 4px;
  }
  .footer .m-main-cont {
    display: none;
  }
  .footer .m-main-cont .method {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-right: 40px;
    color: #717171;
    font-size: 20px;
  }
  .footer .m-main-cont .method.weixin .icon {
    background-position: -95px -236px;
  }
  .footer .m-main-cont .method.weibo .icon {
    background-position: -149px -236px;
  }
  .footer .m-main-cont .method .icon {
    display: inline-block;
    vertical-align: middle;
    width: 33px;
    height: 29px;
    margin-right: 10px;
    background: url("//image.ndhy.com/www/2020/v1/img/icon_spr.png") no-repeat
      center center;
  }
  .footer .m-main-cont p,
  .footer .m-main-cont a {
    color: #717171;
    font-size: 20px;
  }
  .footer .m-main-cont p {
    margin-bottom: 12px;
  }
  .footer .m-main-cont a {
    margin-left: 10px;
  }

  .index-page .banner-wrap .swiper-container .tit {
    font-size: 42px;
  }
  .index-page .banner-wrap .swiper-container .txt-wrap.top {
    -webkit-transform: translate(0, -175%);
    transform: translate(0, -175%);
    -webkit-transform: translate3d(0, -175%, 0);
    transform: translate3d(0, -175%, 0);
  }
  .index-page .banner-wrap .swiper-container .tit-b {
    font-size: 58px;
  }
  .index-page .banner-wrap .swiper-container h3 {
    margin-top: 10px;
    font-size: 28px;
    letter-spacing: 15px;
  }
  .index-page .banner-wrap .swiper-container .pagination {
    bottom: 50px;
  }
  .index-page .banner-wrap .btn-pre {
    left: 65px;
    background-position: 0 0;
  }
  .index-page .banner-wrap .btn-next {
    right: 65px;
    background-position: -59px 0;
  }
  .index-page .news-wrap {
    height: 632px;
  }
  .index-page .news-wrap ul {
    width: 1200px;
    margin-top: 80px;
  }
  .index-page .news-wrap li {
    width: 296px;
    height: 390px;
    margin-right: 24px;
  }
  .index-page .news-wrap li:hover {
    box-shadow: 0 0 50px rgba(193, 193, 193, 0.8);
  }
  .index-page .news-wrap li a .img-wrap {
    height: 168px;
  }
  .index-page .news-wrap li a .txt-wrap {
    height: 221px;
    padding: 28px 32px 32px;
  }
  .index-page .news-wrap li a .txt-wrap .tit {
    font-size: 16px;
  }
  .index-page .news-wrap li a .txt-wrap .intro {
    height: 72px;
    margin-top: 12px;
    line-height: 1.8;
  }
  .index-page .news-wrap li a .txt-wrap .mes-wrap {
    left: 32px;
    bottom: 32px;
  }
  .index-page .news-wrap .btn-more {
    margin-top: 46px;
    width: 218px;
    height: 44px;
    line-height: 44px;
    border-radius: 22px;
    font-size: 16px;
  }
  .index-page .home-page3 {
    height: 716px;
  }
  .index-page .home-page3 .wrapper {
    width: 1025px;
  }
  .index-page .home-page3 .page-tit {
    margin-top: 140px;
  }
  .index-page .home-page3 .tpz-wrap {
    width: 1025px;
    margin-top: 56px;
    padding: 0 14px;
  }
  .index-page .home-page3 .tpz-wrap li {
    width: 225px;
    height: 217px;
    margin: 0 12px;
  }
  .index-page .home-page3 .tpz-wrap li .img-wrap img {
    width: 105px;
  }
  .index-page .home-page3 .tpz-wrap li .tit {
    margin-top: 26px;
    font-size: 24px;
  }
  .index-page .home-page4 {
    height: 768px;
  }
  .index-page .home-page4 .page-tit {
    margin-top: 108px;
  }
  .index-page .home-page4 .fz-wrap {
    width: 960px;
    margin-top: 60px;
  }
  .index-page .home-page4 .fz-wrap li {
    width: 298px;
    height: 333px;
    margin-right: 20px;
  }
  .index-page .home-page4 .fz-wrap li .tit {
    font-size: 33px;
  }
  .index-page .home-page4 .fz-wrap li .tit:before {
    margin-left: -16px;
    width: 32px;
  }
  .index-page .home-page4 .fz-wrap li .txt {
    font-size: 24px;
  }
  .index-page .home-page5 {
    height: 768px;
  }
  .index-page .home-page5 .page-tit {
    margin-top: 136px;
  }
  .index-page .home-page5 .fz-wrap {
    width: 976px;
    margin-top: 57px;
  }
  .index-page .home-page5 .fz-wrap li {
    width: 296px;
    margin-right: 24px;
  }
  .index-page .home-page5 .fz-wrap li .img-wrap {
    height: 150px;
  }
  .index-page .home-page5 .fz-wrap li .txt-wrap {
    margin-top: 28px;
  }
  .index-page .home-page5 .fz-wrap li .tit {
    font-size: 24px;
  }
  .index-page .home-page5 .fz-wrap li .txt {
    font-size: 16px;
  }
  .index-page .home-page6 {
    height: 884px;
  }
  .index-page .home-page6 .page-tit {
    margin-top: 77px;
  }
  .index-page .home-page6 .video-wrap {
    margin-top: 36px;
    width: 936px;
    height: 527px;
  }
  .index-page .home-page6 .video-wrap .icon-play {
    margin-top: -44px;
    margin-left: -44px;
    width: 88px;
    height: 88px;
  }

  .hy-page .banner-wrap {
    height: 376px;
  }
  .hy-page .banner-wrap .tit {
    font-size: 48px;
  }
  .hy-page .hy-intro-wrap {
    height: 380px;
  }
  .hy-page .hy-intro-wrap .page-tit {
    margin-top: 68px;
  }
  .hy-page .hy-intro-wrap .page-tit .intro {
    font-size: 16px;
  }
  .hy-page .wish-wrap {
    height: 239px;
    line-height: 239px;
  }
  .hy-page .wish-wrap .tit {
    font-size: 28px;
    margin-right: 72px;
  }
  .hy-page .wish-wrap .txt {
    padding-left: 90px;
    font-size: 22px;
  }
  .hy-page .wish-wrap .txt:before {
    height: 133px;
  }
  .hy-page .technology-wrap {
    height: 685px;
  }
  .hy-page .technology-wrap .page-tit {
    margin-top: 76px;
  }
  .hy-page .technology-wrap .page-tit .line {
    margin-top: 12px;
  }
  .hy-page .technology-wrap .page-tit .intro {
    margin-top: 12px;
  }
  .hy-page .technology-wrap ul {
    margin-top: 22px;
  }
  .hy-page .technology-wrap ul li {
    width: 296px;
    height: 425px;
    margin-right: 24px;
  }
  .hy-page .technology-wrap ul li .img-wrap {
    height: 222px;
  }
  .hy-page .technology-wrap ul li .img-wrap img {
    width: 140px;
  }
  .hy-page .technology-wrap ul li .txt-wrap {
    padding: 24px 0;
  }
  .hy-page .technology-wrap ul li .txt-wrap .tit {
    font-size: 20px;
    padding-bottom: 16px;
  }
  .hy-page .technology-wrap ul li .txt-wrap .tit:before {
    width: 48px;
    height: 2px;
  }
  .hy-page .technology-wrap ul li .txt-wrap .intro {
    padding: 0 22px;
    margin-top: 16px;
    font-size: 14px;
  }
  .hy-page .history-wrap {
    height: 770px;
  }
  .hy-page .history-wrap .page-tit {
    margin-top: 88px;
  }
  .hy-page .history-wrap .year-wrap {
    padding: 0 15px;
  }
  .hy-page .duty-wrap .page-tit {
    margin-top: 68px;
  }
  .hy-page .duty-wrap .page-tit .line {
    margin-top: 14px;
  }
  .hy-page .duty-wrap .page-tit .intro {
    margin-top: 12px;
  }
  .hy-page .duty-wrap .duty-list {
    width: 936px;
    margin-top: 56px;
    margin-bottom: 80px;
  }
  .hy-page .duty-wrap .duty-list li {
    height: 256px;
    margin-bottom: 24px;
  }
  .hy-page .duty-wrap .duty-list li.left {
    padding-left: 24px;
  }
  .hy-page .duty-wrap .duty-list li.right {
    padding-right: 24px;
  }
  .hy-page .duty-wrap .duty-list li .img-wrap {
    width: 912px;
    height: 256px;
  }
  .hy-page .duty-wrap .duty-list li .txt-wrap {
    width: 456px;
    height: 184px;
    line-height: 184px;
    padding: 0 36px 0 22px;
  }
  .hy-page .duty-wrap .duty-list li .txt-wrap .num {
    font-size: 80px;
  }
  .hy-page .duty-wrap .duty-list li .txt-wrap .italic-line {
    width: 48px;
    height: 48px;
    margin: 0 8px;
  }
  .hy-page .duty-wrap .duty-list li .txt-wrap .intro {
    width: 276px;
    font-size: 16px;
  }

  .partners-page .banner-wrap {
    height: 376px;
  }
  .partners-page .banner-wrap .tit {
    font-size: 48px;
  }
  .partners-page .partners-wrap {
    width: 940px;
  }
  .partners-page .partners-wrap .page-tit {
    margin-top: 68px;
  }
  .partners-page .partners-wrap .page-tit .line {
    margin-top: 14px;
  }
  .partners-page .partners-wrap .partners-list {
    width: 960px;
    margin-top: 40px;
    margin-bottom: 38px;
  }
  .partners-page .partners-wrap .partners-list li {
    width: 216px;
    height: 144px;
    margin-right: 24px;
    margin-bottom: 24px;
  }
  .partners-page .partners-wrap .partners-list li .logo-wrap {
    height: 68px;
    line-height: 68px;
    margin-top: 16px;
  }
  .partners-page .partners-wrap .partners-list li .logo-wrap img {
    width: 176px;
  }
  .partners-page .partners-wrap .partners-list li .tit {
    font-size: 16px;
  }
  .partners-page .partners-wrap .partners-list li .tit span {
    font-size: 12px;
  }
  .partners-page .brand-wrap {
    margin-bottom: 56px;
  }
  .partners-page .brand-wrap .page-tit {
    margin-top: -25px;
  }

  .contact-page .banner-wrap {
    height: 376px;
  }
  .contact-page .banner-wrap .tit {
    font-size: 48px;
  }
  .contact-page .contact-list {
    margin: 80px auto;
  }
  .contact-page .contact-list li {
    margin-bottom: 40px;
  }
  .contact-page .contact-list li .img-wrap {
    width: 468px;
    height: 268px;
  }
  .contact-page .contact-list li .txt-wrap {
    width: 418px;
    padding: 32px 0;
    margin-left: 32px;
  }
  .contact-page .contact-list li .txt-wrap .tit {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .contact-page .contact-list li .txt-wrap p,
  .contact-page .contact-list li .txt-wrap a {
    font-size: 16px;
  }

  .case-page .banner-wrap {
    height: 376px;
  }
  .case-page .banner-wrap .tit {
    font-size: 48px;
  }
  .case-page .case-wrap {
    margin-top: 80px;
  }
  .case-page .case-wrap .case-list {
    width: 982px;
    margin-bottom: 45px;
  }
  .case-page .case-wrap .case-list li {
    width: 302px;
    height: 340px;
    margin-right: 25px;
  }
  .case-page .case-wrap .case-list li.big {
    height: 375px;
  }
  .case-page .case-wrap .case-list li.small {
    height: 330px;
  }
  .case-page .case-wrap .case-list li .img-wrap {
    height: 166px;
  }
  .case-page .case-wrap .case-list li .txt-wrap {
    padding: 0 8px 38px;
  }
  .case-page .case-wrap .case-list li .txt-wrap .tit-wrap {
    height: 45px;
    margin-top: 12px;
  }
  .case-page .case-wrap .case-list li .txt-wrap .tit {
    font-size: 24px;
  }
  .case-page .case-wrap .case-list li .txt-wrap .flag {
    width: 50px;
  }
  .case-page .case-wrap .case-list li .txt-wrap .intro {
    margin-top: 2px;
    font-size: 12px;
  }

  .global-page .banner-wrap {
    height: 376px;
  }
  .global-page .banner-wrap .tit {
    font-size: 48px;
  }
  .global-page .page-tit {
    margin-top: 54px;
  }
  .global-page .global-list {
    width: 1050px;
    margin-top: 40px;
    margin-bottom: 56px;
  }
  .global-page .global-list li {
    margin: 0 8px;
    margin-bottom: 18px;
  }
  .global-page .global-list li:hover a {
    box-shadow: 0 0 30px rgba(193, 193, 193, 0.8);
  }
  .global-page .global-list li a {
    width: 470px;
    height: 191px;
    padding: 16px 24px;
  }
  .global-page .global-list li .logo-wrap {
    width: 75px;
  }
  .global-page .global-list li .logo-wrap img {
    width: 75px;
  }
  .global-page .global-list li .txt-wrap {
    width: 300px;
  }
  .global-page .global-list li .txt-wrap .tit {
    font-size: 20px;
  }
  .global-page .global-list li .txt-wrap .local {
    font-size: 16px;
  }
  .global-page .global-list li .txt-wrap .intro {
    height: 90px;
    margin-top: 6px;
    font-size: 12px;
  }
  .global-page .global-list li .arrow {
    right: 32px;
    bottom: 14px;
  }

  .news-page .banner-wrap {
    height: 376px;
  }
  .news-page .banner-wrap .tit {
    font-size: 48px;
  }
  .news-page .news-wrap {
    margin-top: 84px;
  }
  .news-page .news-wrap .main-news {
    width: 296px;
    height: 192px;
  }
  .news-page .news-wrap .main-news .tit {
    height: 35px;
    line-height: 35px;
    padding: 0 24px;
    font-size: 14px;
  }
  .news-page .news-wrap .simple-news {
    width: 610px;
  }
  .news-page .news-wrap .simple-news .top-wrap {
    height: 28px;
    line-height: 28px;
  }
  .news-page .news-wrap .simple-news .module-tit {
    font-size: 24px;
  }
  .news-page .news-wrap .simple-news .btn-more {
    width: 76px;
    height: 20px;
    line-height: 19px;
    border-radius: 10px;
    font-size: 12px;
  }
  .news-page .news-wrap .simple-news .news-list {
    margin-top: 24px;
  }
  .news-page .news-wrap .simple-news .news-list li {
    height: 24px;
    line-height: 24px;
    margin: 12px 0;
  }
  .news-page .news-wrap .simple-news .news-list .tit {
    width: 512px;
    font-size: 14px;
  }
  .news-page .news-wrap .simple-news .news-list .date {
    font-size: 14px;
  }
  .news-page .report-wrap {
    margin-top: 48px;
    margin-bottom: 84px;
  }
  .news-page .report-wrap .simple-news .txt-wrap {
    width: 512px;
    height: 24px;
    line-height: 24px;
  }
  .news-page .report-wrap .simple-news .txt-wrap span {
    font-size: 14px;
  }
  .news-page .report-wrap .simple-news .txt-wrap .source {
    padding-right: 6px;
    margin-right: 4px;
  }
  .news-page .report-wrap .simple-news .txt-wrap .source:before {
    height: 14px;
  }

  .report-list-wrap {
    margin-top: 78px;
  }
  .report-list-wrap .module-tit {
    font-size: 24px;
  }
  .report-list-wrap .news-list {
    height: 430px;
    margin-bottom: 40px;
  }
  .report-list-wrap .news-list li {
    margin: 12px 0;
  }
  .report-list-wrap .news-list .txt-wrap {
    width: 700px;
  }
  .report-list-wrap .news-list .txt-wrap span {
    font-size: 14px;
  }
  .report-list-wrap .news-list .source {
    padding-right: 6px;
  }
  .report-list-wrap .news-list .source:before {
    height: 12px;
  }
  .report-list-wrap .news-list .date {
    font-size: 14px;
  }
  .report-list-wrap .sub-pagination {
    padding: 15px 0 80px;
  }
  .report-list-wrap .sub-pagination a,
  .report-list-wrap .sub-pagination .pagination-go {
    height: 30px;
    line-height: 30px;
  }
  .report-list-wrap .sub-pagination .num,
  .report-list-wrap .sub-pagination .pagination-go {
    width: 32px;
  }
  .report-list-wrap .sub-pagination .pagination-input input {
    width: 36px;
    height: 30px;
  }
  .report-list-wrap .sub-pagination .pagination-input .pagination-go {
    width: 36px;
  }
  .report-list-wrap .sub-pagination .prev,
  .report-list-wrap .sub-pagination .next {
    width: 65px;
  }

  .go-top {
    bottom: 464px;
  }

  .open-page .product-item {
    width: 460px;
    height: 300px;
    border-radius: 6px;
    margin: 20px 0;
  }
  .open-page .product-item:nth-child(odd) {
    margin-right: 36px;
  }
  .open-page .product-item .product-item-left {
    width: 310px;
    height: 321px;
    padding: 30px 40px;
  }
  .open-page .product-item .product-item-right {
    width: 150px;
    height: 321px;
  }
  .open-page .product-item .product-item-title {
    height: 50px;
    font-size: 24px;
  }
  .open-page .product-item .product-item-content {
    font-size: 14px;
  }
  .open-page .product-item .product-item-btns .product-item-btns-btn {
    font-size: 16px;
    border-radius: 20px;
    padding: 6px 10px;
  }
}

@error 'No value found for `#{$breakpoint}`. Please make sure it is defined in `$breakpoints` map.';
@media only screen and (max-width: 1024px) {
  .page {
    padding-bottom: 290px;
  }

  .wrapper {
    width: 740px;
  }
  .header {
      background-position: 100px 0;
  }
  .header .logo-wrap {
    margin-top: 22px;
  }
  .header .logo-wrap .logo {
    width: 76px;
  }
  .header .nav-wrap .link {
    margin: 0 3px;
    font-size: 14px;
  }
  .header .nav-wrap .link .item {
    font-size: 14px;
  }
  .header .nav-wrap .link .sec-menu {
    width: 120px;
    padding: 15px 5px 15px 20px;
  }
  .header .nav-wrap .link .sec-menu.open {
    width: 98px;
  }
  .header .nav-wrap .link .sec-menu a {
    height: 28px;
    line-height: 28px;
    font-size: 14px;
  }
  .header .opensource-wrap {
      margin-left: 5px;
  }
  .header .opensource-wrap a {
    width: 75px;
  }
  .header .language-wrap {
    margin-left: 5px;
  }
  .header .language-wrap a, .header .opensource-wrap a {
    font-size: 12px;
  }
  .header .language-wrap .language {
    padding-left: 26px;
    width: 95px;
    height: 30px;
    line-height: 28px;
  }
  .header .language-wrap .language:before {
    left: 10px;
  }
  .header .language-wrap .language-list {
    padding: 10px 0;
  }

  .page-tit {
    margin-top: 51px;
  }
  .page-tit .tit {
    font-size: 22px;
  }
  .page-tit .line {
    margin-top: 10px;
  }
  .page-tit .intro {
    margin-top: 14px;
    font-size: 18px;
  }

  .footer {
    height: 290px;
  }
  .footer .main-cont {
    width: 750px;
    margin-top: 32px;
  }
  .footer .sitemap .list {
    margin-right: 12px;
  }
  .footer .sitemap .list div {
    margin-top: 14px;
  }
  .footer .sitemap .sec-link {
    margin: 4px 0;
  }
  .footer .group {
    padding-left: 15px;
    margin-left: 0;
  }
  .footer .group:before {
    height: 115px;
  }
  .footer .group .nd-wrap img {
    margin-top: 16px;
    width: 88px;
  }
  .footer .group .global-wrap {
    width: 157px;
    margin-left: 10px;
  }
  .footer .group .global-wrap .f-name {
    margin-bottom: 10px;
  }
  .footer .group .global-wrap p {
    margin-top: 4px;
  }
  .footer .group .global-wrap p a:first-child {
    margin-right: 0;
  }
  .footer .group .global-wrap .txt {
    width: 76px;
    font-size: 12px;
  }
  .footer .copy-wrap {
    height: 90px;
  }
  .footer .copy-wrap .wrapper {
    width: 750px;
  }
  .footer .copy-wrap p {
    font-size: 12px;
    margin-right: 5px;
    margin: 5px 0;
  }
  .footer .copy-wrap .right-part {
    margin-top: 4px;
  }
  .footer .copy-wrap .right-part .method {
    height: 44px;
    line-height: 20px;
    margin-right: 8px;
    margin-top: 8px;
    text-align: center;
  }
  .footer .copy-wrap .right-part .method .txt {
    font-size: 12px;
  }
  .footer .copy-wrap .right-part .code-wrap {
    width: 70px;
    height: 70px;
    bottom: 52px;
    padding: 2px;
  }
  .footer .copy-wrap .right-part .code-wrap:before {
    bottom: -6px;
    border-width: 6px 4px 0 4px;
  }
  .footer .m-main-cont {
    display: none;
  }
  .footer .m-main-cont .method {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-right: 40px;
    color: #717171;
    font-size: 20px;
  }
  .footer .m-main-cont .method.weixin .icon {
    background-position: -95px -236px;
  }
  .footer .m-main-cont .method.weibo .icon {
    background-position: -149px -236px;
  }
  .footer .m-main-cont .method .icon {
    display: inline-block;
    vertical-align: middle;
    width: 33px;
    height: 29px;
    margin-right: 10px;
    background: url("//image.ndhy.com/www/2020/v1/img/icon_spr.png") no-repeat
      center center;
  }
  .footer .m-main-cont p,
  .footer .m-main-cont a {
    color: #717171;
    font-size: 20px;
  }
  .footer .m-main-cont p {
    margin-bottom: 12px;
  }
  .footer .m-main-cont a {
    margin-left: 10px;
  }

  .index-page .banner-wrap .swiper-container .tit {
    font-size: 34px;
  }
  .index-page .banner-wrap .swiper-container .txt-wrap.top {
    -webkit-transform: translate(0, -182%);
    transform: translate(0, -182%);
    -webkit-transform: translate3d(0, -182%, 0);
    transform: translate3d(0, -182%, 0);
  }
  .index-page .banner-wrap .swiper-container .tit-b {
    font-size: 46px;
  }
  .index-page .banner-wrap .swiper-container h3 {
    margin-top: 6px;
    font-size: 22px;
    letter-spacing: 13px;
  }
  .index-page .banner-wrap .swiper-container .pagination {
    bottom: 40px;
  }
  .index-page .banner-wrap .btn {
    margin-top: -23px;
    width: 24px;
    height: 47px;
  }
  .index-page .banner-wrap .btn-pre {
    left: 52px;
    background-position: -300px 0;
  }
  .index-page .banner-wrap .btn-next {
    right: 52px;
    background-position: -343px 0;
  }
  .index-page .news-wrap {
    height: 505px;
  }
  .index-page .news-wrap ul {
    width: 960px;
    margin-top: 64px;
  }
  .index-page .news-wrap li {
    width: 237px;
    height: 312px;
    margin-right: 19px;
  }
  .index-page .news-wrap li:hover {
    box-shadow: 0 0 35px rgba(193, 193, 193, 0.6);
  }
  .index-page .news-wrap li a .img-wrap {
    height: 134px;
  }
  .index-page .news-wrap li a .txt-wrap {
    height: 178px;
    padding: 25px;
  }
  .index-page .news-wrap li a .txt-wrap .tit {
    margin-top: -5px;
    font-size: 14px;
  }
  .index-page .news-wrap li a .txt-wrap .intro {
    height: 56px;
    margin-top: 10px;
    line-height: 1.6;
    font-size: 12px;
  }
  .index-page .news-wrap li a .txt-wrap .mes-wrap {
    left: 28px;
    bottom: 25px;
  }
  .index-page .news-wrap .btn-more {
    margin-top: 36px;
    width: 174px;
    height: 38px;
    line-height: 38px;
    border-radius: 19px;
    font-size: 14px;
  }
  .index-page .home-page3 {
    height: 596px;
  }
  .index-page .home-page3 .wrapper {
    width: 780px;
  }
  .index-page .home-page3 .page-tit {
    margin-top: 116px;
  }
  .index-page .home-page3 .tpz-wrap {
    width: 780px;
    margin-top: 56px;
    padding: 0 14px;
  }
  .index-page .home-page3 .tpz-wrap li {
    width: 188px;
    height: 173px;
    margin: 0;
  }
  .index-page .home-page3 .tpz-wrap li .img-wrap {
    height: 68px;
  }
  .index-page .home-page3 .tpz-wrap li .img-wrap img {
    width: 88px;
  }
  .index-page .home-page3 .tpz-wrap li .tit {
    margin-top: 21px;
    font-size: 20px;
  }
  .index-page .home-page4 {
    height: 614px;
  }
  .index-page .home-page4 .page-tit {
    margin-top: 86px;
  }
  .index-page .home-page4 .fz-wrap {
    width: 780px;
    margin-top: 48px;
  }
  .index-page .home-page4 .fz-wrap li {
    width: 238px;
    height: 266px;
    margin-right: 16px;
  }
  .index-page .home-page4 .fz-wrap li .tit {
    font-size: 26px;
  }
  .index-page .home-page4 .fz-wrap li .tit:before {
    margin-left: -13px;
    width: 26px;
  }
  .index-page .home-page4 .fz-wrap li .txt {
    font-size: 20px;
  }
  .index-page .home-page5 {
    height: 614px;
  }
  .index-page .home-page5 .page-tit {
    margin-top: 108px;
  }
  .index-page .home-page5 .fz-wrap {
    width: 780px;
    margin-top: 45px;
  }
  .index-page .home-page5 .fz-wrap li {
    width: 236px;
    margin-right: 20px;
  }
  .index-page .home-page5 .fz-wrap li .img-wrap {
    height: 120px;
  }
  .index-page .home-page5 .fz-wrap li .txt-wrap {
    margin-top: 22px;
  }
  .index-page .home-page5 .fz-wrap li .tit {
    font-size: 20px;
  }
  .index-page .home-page5 .fz-wrap li .txt {
    font-size: 16px;
  }
  .index-page .home-page6 {
    height: 707px;
  }
  .index-page .home-page6 .page-tit {
    margin-top: 62px;
  }
  .index-page .home-page6 .page-tit .intro {
    font-size: 14px;
  }
  .index-page .home-page6 .video-wrap {
    margin-top: 28px;
    width: 748px;
    height: 421px;
  }
  .index-page .home-page6 .video-wrap .icon-play {
    margin-top: -35px;
    margin-left: -35px;
    width: 70px;
    height: 70px;
  }

  .hy-page .banner-wrap {
    height: 313px;
  }
  .hy-page .banner-wrap .tit {
    font-size: 40px;
  }
  .hy-page .hy-intro-wrap .page-tit .intro {
    font-size: 14px;
  }
  .hy-page .wish-wrap {
    height: 199px;
    line-height: 199px;
  }
  .hy-page .wish-wrap .tit {
    font-size: 22px;
    margin-right: 60px;
  }
  .hy-page .wish-wrap .txt {
    padding-left: 75px;
    font-size: 20px;
  }
  .hy-page .wish-wrap .txt:before {
    height: 110px;
  }
  .hy-page .technology-wrap {
    height: 578px;
  }
  .hy-page .technology-wrap .page-tit {
    margin-top: 60px;
  }
  .hy-page .technology-wrap .page-tit .line {
    margin-top: 10px;
  }
  .hy-page .technology-wrap .page-tit .intro {
    margin-top: 10px;
  }
  .hy-page .technology-wrap ul {
    margin-top: 18px;
    width: 750px;
  }
  .hy-page .technology-wrap ul li {
    width: 236px;
    height: 370px;
    margin-right: 19px;
  }
  .hy-page .technology-wrap ul li .img-wrap {
    height: 177px;
  }
  .hy-page .technology-wrap ul li .img-wrap img {
    width: 112px;
  }
  .hy-page .technology-wrap ul li .txt-wrap {
    padding: 20px 0;
  }
  .hy-page .technology-wrap ul li .txt-wrap .tit {
    font-size: 16px;
    padding-bottom: 14px;
  }
  .hy-page .technology-wrap ul li .txt-wrap .tit:before {
    width: 38px;
    height: 2px;
  }
  .hy-page .technology-wrap ul li .txt-wrap .intro {
    padding: 0 15px;
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.5;
  }
  .hy-page .history-wrap {
    height: 770px;
  }
  .hy-page .history-wrap .page-tit {
    margin-top: 70px;
  }
  .hy-page .duty-wrap .page-tit {
    margin-top: 54px;
  }
  .hy-page .duty-wrap .page-tit .line {
    margin-top: 12px;
  }
  .hy-page .duty-wrap .page-tit .intro {
    margin-top: 10px;
  }
  .hy-page .duty-wrap .duty-list {
    width: 748px;
    margin-top: 44px;
    margin-bottom: 64px;
  }
  .hy-page .duty-wrap .duty-list li {
    height: 204px;
    margin-bottom: 20px;
  }
  .hy-page .duty-wrap .duty-list li.left {
    padding-left: 20px;
  }
  .hy-page .duty-wrap .duty-list li.right {
    padding-right: 20px;
  }
  .hy-page .duty-wrap .duty-list li .img-wrap {
    width: 729px;
    height: 204px;
  }
  .hy-page .duty-wrap .duty-list li .txt-wrap {
    width: 364px;
    height: 147px;
    line-height: 147px;
    padding: 0 28px 0 18px;
  }
  .hy-page .duty-wrap .duty-list li .txt-wrap .num {
    font-size: 64px;
  }
  .hy-page .duty-wrap .duty-list li .txt-wrap .italic-line {
    width: 38px;
    height: 38px;
    margin: 0 6px;
    background-position: 0 -186px;
  }
  .hy-page .duty-wrap .duty-list li .txt-wrap .intro {
    width: 220px;
    font-size: 14px;
  }

  .partners-page .banner-wrap {
    height: 313px;
  }
  .partners-page .banner-wrap .tit {
    font-size: 40px;
  }
  .partners-page .partners-wrap {
    width: 740px;
  }
  .partners-page .partners-wrap .page-tit {
    margin-top: 54px;
  }
  .partners-page .partners-wrap .page-tit .line {
    margin-top: 12px;
  }
  .partners-page .partners-wrap .partners-list {
    width: 762px;
    margin-top: 40px;
    margin-bottom: 38px;
  }
  .partners-page .partners-wrap .partners-list li {
    width: 224px;
    height: 150px;
    margin-right: 30px;
  }
  .partners-page .brand-wrap {
    margin-bottom: 56px;
  }
  .partners-page .brand-wrap .page-tit {
    margin-top: -25px;
  }

  .contact-page .banner-wrap {
    height: 313px;
  }
  .contact-page .banner-wrap .tit {
    font-size: 40px;
  }
  .contact-page .contact-list {
    margin: 64px auto;
  }
  .contact-page .contact-list li {
    margin-bottom: 32px;
  }
  .contact-page .contact-list li .img-wrap {
    width: 374px;
    height: 214px;
  }
  .contact-page .contact-list li .txt-wrap {
    width: 320px;
    padding: 25px 0;
    margin-left: 25px;
  }
  .contact-page .contact-list li .txt-wrap .tit {
    margin-bottom: 16px;
    font-size: 20px;
  }
  .contact-page .contact-list li .txt-wrap div {
    margin: 6px 0;
  }
  .contact-page .contact-list li .txt-wrap p,
  .contact-page .contact-list li .txt-wrap a {
    font-size: 14px;
  }

  .case-page .banner-wrap {
    height: 313px;
  }
  .case-page .banner-wrap .tit {
    font-size: 40px;
  }
  .case-page .case-wrap {
    margin-top: 66px;
    width: 738px;
  }
  .case-page .case-wrap .case-list {
    width: 755px;
    margin-bottom: 38px;
  }
  .case-page .case-wrap .case-list li {
    width: 232px;
    height: 310px;
    margin-right: 19px;
  }
  .case-page .case-wrap .case-list li.big {
    height: 350px;
  }
  .case-page .case-wrap .case-list li.small {
    height: 300px;
  }
  .case-page .case-wrap .case-list li .img-wrap {
    height: 127px;
  }
  .case-page .case-wrap .case-list li .txt-wrap {
    padding: 0 8px 38px;
  }
  .case-page .case-wrap .case-list li .txt-wrap .tit-wrap {
    height: 34px;
    line-height: 34px;
    margin-top: 12px;
  }
  .case-page .case-wrap .case-list li .txt-wrap .tit {
    font-size: 20px;
  }
  .case-page .case-wrap .case-list li .txt-wrap .flag {
    width: 40px;
  }
  .case-page .case-wrap .case-list li .txt-wrap .intro {
    margin-top: 2px;
    font-size: 12px;
  }

  .global-page .banner-wrap {
    height: 313px;
  }
  .global-page .banner-wrap .tit {
    font-size: 40px;
  }
  .global-page .global-list {
    width: 740px;
    margin-top: 40px;
    margin-bottom: 44px;
  }
  .global-page .global-list li {
    margin: 0 6px;
    margin-bottom: 18px;
  }
  .global-page .global-list li:hover a {
    box-shadow: 0 0 30px rgba(193, 193, 193, 0.8);
  }
  .global-page .global-list li a {
    width: 356px;
    height: 200px;
    padding: 14px 20px;
  }
  .global-page .global-list li .logo-wrap {
    width: 60px;
  }
  .global-page .global-list li .logo-wrap img {
    width: 60px;
  }
  .global-page .global-list li .txt-wrap {
    width: 220px;
  }
  .global-page .global-list li .txt-wrap .tit {
    font-size: 16px;
  }
  .global-page .global-list li .txt-wrap .local {
    font-size: 14px;
  }
  .global-page .global-list li .txt-wrap .intro {
    height: auto;
    margin-top: 6px;
    font-size: 12px;
  }
  .global-page .global-list li .arrow {
    right: 20px;
    bottom: 12px;
  }

  .news-page .banner-wrap {
    height: 313px;
  }
  .news-page .banner-wrap .tit {
    font-size: 40px;
  }
  .news-page .news-wrap {
    margin-top: 67px;
  }
  .news-page .news-wrap .main-news {
    width: 236px;
    height: 153px;
  }
  .news-page .news-wrap .main-news .tit {
    height: 28px;
    line-height: 28px;
    padding: 0 20px;
    font-size: 12px;
  }
  .news-page .news-wrap .simple-news {
    width: 488px;
  }
  .news-page .news-wrap .simple-news .top-wrap {
    height: 22px;
    line-height: 22px;
  }
  .news-page .news-wrap .simple-news .module-tit {
    font-size: 20px;
  }
  .news-page .news-wrap .simple-news .news-list {
    margin-top: 20px;
  }
  .news-page .news-wrap .simple-news .news-list li {
    height: 20px;
    line-height: 20px;
    margin: 10px 0;
  }
  .news-page .news-wrap .simple-news .news-list .tit {
    width: 409px;
    font-size: 12px;
  }
  .news-page .news-wrap .simple-news .news-list .date {
    font-size: 12px;
  }
  .news-page .report-wrap {
    margin-top: 38px;
    margin-bottom: 67px;
  }
  .news-page .report-wrap .simple-news .txt-wrap {
    width: 409px;
    height: 20px;
    line-height: 20px;
  }
  .news-page .report-wrap .simple-news .txt-wrap span {
    font-size: 12px;
  }
  .news-page .report-wrap .simple-news .txt-wrap .source {
    padding-right: 5px;
    margin-right: 4px;
  }
  .news-page .report-wrap .simple-news .txt-wrap .source:before {
    height: 12px;
  }

  .report-list-wrap {
    margin-top: 62px;
  }
  .report-list-wrap .module-tit {
    font-size: 22px;
  }
  .report-list-wrap .news-list {
    height: 400px;
    margin-bottom: 32px;
  }
  .report-list-wrap .news-list li {
    margin: 10px 0;
  }
  .report-list-wrap .news-list .txt-wrap {
    width: 560px;
  }
  .report-list-wrap .news-list .txt-wrap span {
    font-size: 14px;
  }
  .report-list-wrap .news-list .source:before {
    height: 10px;
  }
  .report-list-wrap .news-list .tit {
    width: 560px;
  }
  .report-list-wrap .news-list .date {
    font-size: 14px;
  }
  .report-list-wrap .sub-pagination {
    padding: 15px 0 65px;
  }

  .go-top {
    bottom: 370px;
  }

  .open-page .tab-wrap li {
    margin-right: 40px;
  }
  .open-page .sec-tab {
    margin-bottom: 20px;
  }
  .open-page .sec-tab .item {
    height: 26px;
    line-height: 24px;
  }
  .open-page .product-item {
    width: 360px;
    height: 250px;
    border-radius: 6px;
    margin: 16px 0;
  }
  .open-page .product-item:nth-child(odd) {
    margin-right: 10px;
  }
  .open-page .product-item .product-item-left {
    width: 270px;
    height: 250px;
    padding: 20px;
  }
  .open-page .product-item .product-item-right {
    width: 100px;
    height: 250px;
  }
  .open-page .product-item .product-item-title {
    height: 40px;
    font-size: 24px;
  }
  .open-page .product-item .product-item-content {
    font-size: 14px;
    height: 120px;
  }
  .open-page .product-item .product-item-btns {
    margin-top: 0;
  }
  .open-page .product-item .product-item-btns .product-item-btns-btn {
    font-size: 16px;
    border-radius: 20px;
    padding: 6px 10px;
    margin-top: 0;
  }
  .open-page .product-item-icon img {
    width: 80px;
  }
}

@error 'No value found for `#{$breakpoint}`. Please make sure it is defined in `$breakpoints` map.';
@media only screen and (max-width: 780px) {
  .aon {
    -webkit-animation: fadeInUpS 1s forwards !important;
    animation: fadeInUpS 1s forwards !important;
  }

  .page {
    padding-top: 96px;
    padding-bottom: 176px;
  }

  .wrapper {
    width: 670px;
  }

  .page-tit {
    width: 670px;
    margin: 0 auto;
    margin-top: 95px;
  }
  .page-tit .tit {
    font-size: 42px;
  }
  .page-tit .line {
    margin-top: 12px;
    width: 472px;
    height: 30px;
  }
  .page-tit .intro {
    margin-top: 25px;
    font-size: 28px;
  }

  .header {
    position: fixed;
    left: 0;
    top: 0;
    height: 96px;
    background: #fff;
  }
  .header .logo-wrap {
    margin-top: 15px;
    width: auto;
  }
  .header .logo-wrap .logo {
    width: 168px;
  }
  .header .nav-wrap,
  .header .language-wrap,
  .header .opensource-wrap {
    display: none;
  }
  .header .icon-menu {
    display: block;
  }
  .header .menu-mask {
    display: block;
  }

  .menu-mask {
    display: block;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    opacity: 0;
  }
  .menu-mask.appear {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }

  .footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 200px;
  }
  .footer .main-cont {
    display: none;
  }
  .footer .copy-wrap {
    display: none;
  }
  .footer .m-main-cont {
    display: block;
  }

  .index-page .banner-wrap {
    height: 750px;
  }
  .index-page .banner-wrap .img-bg {
    display: none;
    height: 750px;
  }
  .index-page .banner-wrap .swiper-container .tit {
    font-size: 44px;
    letter-spacing: 1px;
  }
  .index-page .banner-wrap .swiper-container .txt-wrap.top {
    -webkit-transform: translate3d(0, -182%, 0);
    transform: translate3d(0, -182%, 0);
  }
  .index-page .banner-wrap .swiper-container .tit-b {
    font-size: 68px;
  }
  .index-page .banner-wrap .swiper-container h3 {
    margin-top: 6px;
    font-size: 36px;
    letter-spacing: 16px;
  }
  .index-page .banner-wrap .swiper-container .pagination {
    bottom: 42px;
  }
  .index-page .banner-wrap .swiper-container .swiper-pagination-switch {
    margin: 0 15px;
  }
  .index-page .banner-wrap .swiper-container .img-pc {
    display: none;
  }
  .index-page .banner-wrap .swiper-container .img-m {
    display: block;
  }
  .index-page .banner-wrap .btn {
    display: none;
  }
  .index-page .news-wrap {
    height: auto;
  }
  .index-page .news-wrap ul {
    width: 100%;
    margin-top: 0;
  }
  .index-page .news-wrap li {
    width: 100%;
    height: 670px;
    margin-top: 40px;
  }
  .index-page .news-wrap li.aon {
    -webkit-animation: fadeInUpS 1s forwards !important;
    animation: fadeInUpS 1s forwards !important;
  }
  .index-page .news-wrap li a .img-wrap {
    height: 380px;
  }
  .index-page .news-wrap li a .txt-wrap {
    height: 290px;
    padding: 40px;
    padding-right: 25px;
  }
  .index-page .news-wrap li a .txt-wrap .tit {
    margin-top: -10px;
    font-size: 32px;
    -webkit-line-clamp: 1;
    line-clamp: 1;
  }
  .index-page .news-wrap li a .txt-wrap .intro {
    height: 96px;
    margin-top: 20px;
    line-height: 2;
    font-size: 24px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
  .index-page .news-wrap li a .txt-wrap .mes-wrap {
    left: 40px;
    bottom: 40px;
    width: 100%;
  }
  .index-page .news-wrap li a .txt-wrap .mes-wrap span {
    font-size: 22px;
    padding-left: 18px;
    margin-right: 4px;
  }
  .index-page .news-wrap li a .txt-wrap .mes-wrap span:before {
    top: -3px;
    font-size: 22px;
  }
  .index-page .news-wrap .btn-more {
    margin-top: 40px;
    margin-bottom: 60px;
    width: 352px;
    height: 66px;
    line-height: 66px;
    border-radius: 133px;
    font-size: 24px;
  }
  .index-page .home-page3 {
    height: 970px;
    background: url("//image.ndhy.com/www/2020/v1/img/img_bg_home_3_m.png")
      no-repeat center center;
    background-size: cover;
  }
  .index-page .home-page3 .page-tit {
    margin-top: 88px;
  }
  .index-page .home-page3 .page-tit .pc-intro {
    display: none;
  }
  .index-page .home-page3 .page-tit .m-intro {
    display: block;
    margin-top: 15px;
    letter-spacing: -1px;
    opacity: 0;
  }
  .index-page .home-page3 .page-tit .line {
    margin-top: 20px;
    background-position: 0 -360px;
  }
  .index-page .home-page3 .tpz-wrap {
    width: 100%;
    margin-top: 75px;
    padding: 0 40px;
  }
  .index-page .home-page3 .tpz-wrap li {
    width: 335px;
    height: 190px;
    margin-right: 0;
    margin-bottom: 88px;
  }
  .index-page .home-page3 .tpz-wrap li .img-wrap {
    height: 98px;
  }
  .index-page .home-page3 .tpz-wrap li .img-wrap img {
    width: 125px;
  }
  .index-page .home-page3 .tpz-wrap li .tit {
    margin-top: 38px;
    font-size: 42px;
  }
  .index-page .home-page4 {
    height: 1705px;
  }
  .index-page .home-page4 .page-tit {
    margin-top: 85px;
  }
  .index-page .home-page4 .page-tit .line {
    margin-top: 15px;
    background-position: 0 -265px;
  }
  .index-page .home-page4 .page-tit .intro {
    margin-top: 10px;
  }
  .index-page .home-page4 .fz-wrap {
    width: 670px;
    margin-top: 28px;
  }
  .index-page .home-page4 .fz-wrap li {
    width: 370px;
    height: 410px;
    margin: 0 auto;
    float: none;
    margin-bottom: 25px;
  }
  .index-page .home-page4 .fz-wrap li .tit {
    font-size: 42px;
  }
  .index-page .home-page4 .fz-wrap li .tit:before {
    margin-left: -20px;
    width: 40px;
  }
  .index-page .home-page4 .fz-wrap li .txt {
    font-size: 30px;
    margin-top: 10px;
  }
  .index-page .home-page5 {
    height: auto;
  }
  .index-page .home-page5 .page-tit {
    margin-top: 92px;
  }
  .index-page .home-page5 .page-tit .pc-intro {
    display: none;
  }
  .index-page .home-page5 .page-tit .m-intro {
    display: block;
    margin-top: 10px;
  }
  .index-page .home-page5 .page-tit .line {
    margin-top: 16px;
    background-position: 0 -360px;
  }
  .index-page .home-page5 .fz-wrap {
    width: 670px;
    margin-top: 48px;
    margin-bottom: 6px;
  }
  .index-page .home-page5 .fz-wrap li {
    width: 670px;
    margin-right: 0;
    margin-bottom: 52px;
  }
  .index-page .home-page5 .fz-wrap li .img-wrap {
    height: 340px;
  }
  .index-page .home-page5 .fz-wrap li .txt-wrap {
    margin-top: 22px;
  }
  .index-page .home-page5 .fz-wrap li .tit {
    font-size: 42px;
  }
  .index-page .home-page5 .fz-wrap li .txt {
    font-size: 28px;
  }
  .index-page .home-page6 {
    height: 1009px;
  }
  .index-page .home-page6 .page-tit {
    margin-top: 90px;
  }
  .index-page .home-page6 .page-tit .line {
    margin-top: 15px;
    background-position: 0 -265px;
  }
  .index-page .home-page6 .page-tit .pc-intro {
    display: none;
  }
  .index-page .home-page6 .page-tit .m-intro {
    display: block;
    line-height: 1.7;
    margin-top: 25px;
    font-size: 28px;
  }
  .index-page .home-page6 .video-wrap {
    margin-top: 50px;
    width: 670px;
    height: 378px;
  }
  .index-page .home-page6 .video-wrap .icon-play {
    margin-top: -26px;
    margin-left: -26px;
    width: 58px;
    height: 58px;
  }

  .hy-page .banner-wrap {
    height: 562px;
    background: url("//image.ndhy.com/www/2020/v1/img/img_banner_zjhy_m.jpg")
      no-repeat center center;
    background-size: cover;
  }
  .hy-page .banner-wrap .tit {
    font-size: 60px;
    letter-spacing: 7px;
  }
  .hy-page .tab-container {
    height: 82px;
  }
  .hy-page .tab-wrap {
    width: 100%;
    height: 82px;
    line-height: 82px;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .hy-page .tab-wrap.fixed {
    top: 0;
  }
  .hy-page .tab-wrap::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 2px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
  }
  .hy-page .tab-wrap::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 8px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #999;
  }
  .hy-page .tab-wrap::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    background: #ededed;
  }
  .hy-page .tab-wrap .tab-list {
    width: 945px;
    height: 82px;
    padding: 0 40px;
    white-space: nowrap;
  }
  .hy-page .tab-wrap li {
    margin-right: 60px;
    -webkit-tap-highlight-color: transparent;
  }
  .hy-page .tab-wrap li:active .item,
  .hy-page .tab-wrap li:hover .item {
    color: #666;
  }
  .hy-page .tab-wrap li:active .item:before,
  .hy-page .tab-wrap li:hover .item:before {
    -webkit-transform: none;
    transform: none;
  }
  .hy-page .tab-wrap .item {
    font-size: 28px;
  }
  .hy-page .tab-wrap .item:before {
    height: 4px;
  }
  .hy-page .hy-intro-wrap {
    height: 858px;
  }
  .hy-page .hy-intro-wrap .page-tit {
    margin-top: 68px;
  }
  .hy-page .hy-intro-wrap .page-tit .line {
    background-position: 0 -266px;
  }
  .hy-page .hy-intro-wrap .page-tit .intro {
    margin-top: 25px;
    font-size: 28px;
  }
  .hy-page .wish-wrap {
    height: 355px;
    line-height: 1.5;
    background: url("//image.ndhy.com/www/2020/v1/img/img_bg_ppyj_m.jpg")
      no-repeat center center;
  }
  .hy-page .wish-wrap .tit {
    display: block;
    font-size: 42px;
    margin-right: 0;
    margin-top: 70px;
  }
  .hy-page .wish-wrap .txt {
    display: block;
    padding-left: 0;
    font-size: 32px;
    margin-top: 22px;
    padding-top: 50px;
  }
  .hy-page .wish-wrap .txt:before {
    left: 50%;
    top: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    width: 472px;
    height: 30px;
    background: url("//image.ndhy.com/www/2020/v1/img/icon_spr.png") no-repeat
      center center;
    background-position: 0 -266px;
  }
  .hy-page .technology-wrap {
    height: auto;
    padding-bottom: 30px;
  }
  .hy-page .technology-wrap .page-tit {
    margin-top: 88px;
  }
  .hy-page .technology-wrap .page-tit .line {
    margin-top: 22px;
    background-position: 0 -266px;
  }
  .hy-page .technology-wrap ul {
    width: 670px;
    margin-top: 25px;
  }
  .hy-page .technology-wrap ul li {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .hy-page .technology-wrap ul li .img-wrap {
    height: 505px;
  }
  .hy-page .technology-wrap ul li .img-wrap img {
    width: 317px;
  }
  .hy-page .technology-wrap ul li .txt-wrap {
    padding: 30px 0;
  }
  .hy-page .technology-wrap ul li .txt-wrap .tit {
    font-size: 36px;
    padding-bottom: 30px;
  }
  .hy-page .technology-wrap ul li .txt-wrap .tit:before {
    width: 108px;
    height: 4px;
  }
  .hy-page .technology-wrap ul li .txt-wrap .intro {
    padding: 0 40px;
    margin-top: 20px;
    font-size: 28px;
    line-height: 1.8;
  }
  .hy-page .history-wrap {
    height: 860px;
  }
  .hy-page .history-wrap .page-tit {
    margin-top: 75px;
  }
  .hy-page .history-wrap .page-tit .line {
    margin-top: 18px;
    background-position: 0 -360px;
  }
  .hy-page .history-wrap .year-wrap {
    width: 100%;
    padding: 0 40px;
  }
  .hy-page .history-wrap .nav-year {
    padding: 20px 0;
    padding-bottom: 0;
    margin-top: 35px;
  }
  .hy-page .history-wrap .nav-year .btn-pre {
    left: 30px;
  }
  .hy-page .history-wrap .nav-year .btn-next {
    right: 30px;
  }
  .hy-page .history-wrap .nav-year .slick-active:after {
    bottom: -26px;
  }
  .hy-page .history-wrap .event-wrap {
    margin-top: 36px;
  }
  .hy-page .history-wrap .event-wrap .event-list .item {
    margin: 0;
  }
  .hy-page .history-wrap .event-wrap .event-list .item .main-cont {
    padding: 60px 62px 0;
    font-size: 28px;
    line-height: 1.8;
  }
  .hy-page .duty-wrap .page-tit {
    margin-top: 85px;
  }
  .hy-page .duty-wrap .page-tit .line {
    margin-top: 20px;
    background-position: 0 -266px;
  }
  .hy-page .duty-wrap .page-tit .intro {
    margin-top: 4px;
  }
  .hy-page .duty-wrap .duty-list {
    width: 670px;
    margin-top: 40px;
    margin-bottom: 80px;
  }
  .hy-page .duty-wrap .duty-list li {
    height: auto;
    margin-bottom: 40px;
  }
  .hy-page .duty-wrap .duty-list li.left {
    padding-left: 0;
  }
  .hy-page .duty-wrap .duty-list li.right {
    padding-right: 0;
  }
  .hy-page .duty-wrap .duty-list li .img-wrap {
    width: 100%;
    height: 480px;
  }
  .hy-page .duty-wrap .duty-list li .img-wrap .img-pc {
    display: none;
  }
  .hy-page .duty-wrap .duty-list li .img-wrap .img-m {
    display: block;
  }
  .hy-page .duty-wrap .duty-list li .txt-wrap {
    position: relative;
    width: 100%;
    height: auto;
    line-height: 1.5;
    padding: 25px 40px 52px;
    -webkit-transform: none;
    transform: none;
  }
  .hy-page .duty-wrap .duty-list li .txt-wrap .num {
    font-size: 100px;
  }
  .hy-page .duty-wrap .duty-list li .txt-wrap .italic-line {
    width: 57px;
    height: 57px;
    margin: 0 16px;
    background-position: -111px 0;
  }
  .hy-page .duty-wrap .duty-list li .txt-wrap .intro {
    margin-top: -15px;
    width: 100%;
    font-size: 28px;
    line-height: 1.8;
  }

  .partners-page .banner-wrap {
    height: 562px;
  }
  .partners-page .banner-wrap .tit {
    font-size: 60px;
    letter-spacing: 7px;
  }
  .partners-page .partners-wrap {
    width: 670px;
  }
  .partners-page .partners-wrap .page-tit {
    padding: 0 40px;
    margin-top: 85px;
  }
  .partners-page .partners-wrap .page-tit .line {
    background-position: 0 -266px;
  }
  .partners-page .partners-wrap .partners-list {
    width: 700px;
    margin-top: 32px;
    margin-bottom: 55px;
  }
  .partners-page .partners-wrap .partners-list li {
    width: 320px;
    height: 213px;
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .partners-page .partners-wrap .partners-list li .logo-wrap {
    width: 100%;
    height: 120px;
    line-height: 120px;
    margin-top: 22px;
  }
  .partners-page .partners-wrap .partners-list li .logo-wrap img {
    width: 270px;
  }
  .partners-page .partners-wrap .partners-list li .tit {
    margin-top: 12px;
    font-size: 24px;
  }
  .partners-page .partners-wrap .partners-list li .tit span {
    font-size: 16px;
  }
  .partners-page .brand-wrap {
    margin-bottom: 50px;
  }
  .partners-page .brand-wrap .page-tit {
    margin-top: -15px;
  }

  .contact-page .banner-wrap {
    height: 562px;
  }
  .contact-page .banner-wrap .tit {
    padding: 0 45px;
    font-size: 60px;
    letter-spacing: 7px;
  }
  .contact-page .banner-wrap .license {
    font-size: 48px;
  }
  .contact-page .contact-list {
    margin: 40px auto 80px;
  }
  .contact-page .contact-list li {
    margin-bottom: 40px;
  }
  .contact-page .contact-list li .img-wrap {
    width: 670px;
    height: 386px;
  }
  .contact-page .contact-list li .txt-wrap {
    width: 100%;
    padding: 25px 34px;
    margin-left: 0;
  }
  .contact-page .contact-list li .txt-wrap .tit {
    margin-bottom: 16px;
    font-size: 36px;
  }
  .contact-page .contact-list li .txt-wrap div {
    margin: 10px 0;
  }
  .contact-page .contact-list li .txt-wrap p,
  .contact-page .contact-list li .txt-wrap a {
    font-size: 28px;
  }
  .contact-page .licence-101-wrapper {
    padding: 50px 0 80px;
  }
  .contact-page .licence-101-wrapper img {
    width: 95%;
  }

  .case-page .banner-wrap {
    height: 562px;
    background: url("//image.ndhy.com/www/2020/v1/img/img_banner_case_m.jpg")
      no-repeat center center;
  }
  .case-page .banner-wrap .tit {
    font-size: 60px;
  }
  .case-page .case-wrap {
    margin-top: 40px;
    width: 670px;
  }
  .case-page .case-wrap .case-list {
    width: 670px;
    margin-bottom: 10px;
  }
  .case-page .case-wrap .case-list li {
    float: left;
    width: 670px;
    height: auto;
    margin-right: 30px;
  }
  .case-page .case-wrap .case-list li.big {
    height: auto;
  }
  .case-page .case-wrap .case-list li.small {
    height: auto;
  }
  .case-page .case-wrap .case-list li .img-wrap {
    height: 376px;
  }
  .case-page .case-wrap .case-list li .txt-wrap {
    padding: 0 40px 60px;
  }
  .case-page .case-wrap .case-list li .txt-wrap .tit-wrap {
    height: 45px;
    margin-top: 30px;
  }
  .case-page .case-wrap .case-list li .txt-wrap .tit {
    font-size: 36px;
  }
  .case-page .case-wrap .case-list li .txt-wrap .flag {
    width: 62px;
  }
  .case-page .case-wrap .case-list li .txt-wrap .intro {
    margin-top: 12px;
    font-size: 24px;
    line-height: 1.9;
  }

  .global-page .banner-wrap {
    height: 562px;
    background: url("//image.ndhy.com/www/2020/v1/img/img_banner_global_m.jpg")
      no-repeat center center;
  }
  .global-page .banner-wrap .tit {
    font-size: 60px;
    letter-spacing: 7px;
  }
  .global-page .page-tit {
    margin-top: 90px;
  }
  .global-page .page-tit .line {
    background-position: 0 -266px;
  }
  .global-page .global-list {
    width: 670px;
    margin-top: 36px;
    margin-bottom: 48px;
  }
  .global-page .global-list li {
    margin: 0;
    margin-bottom: 34px;
  }
  .global-page .global-list li:hover a {
    box-shadow: 0 0 30px rgba(193, 193, 193, 0.8);
  }
  .global-page .global-list li a {
    width: 670px;
    height: auto;
    min-height: 300px;
    padding: 35px 40px 82px 40px;
  }
  .global-page .global-list li .logo-wrap {
    width: 120px;
  }
  .global-page .global-list li .logo-wrap img {
    width: 120px;
  }
  .global-page .global-list li .txt-wrap {
    width: 437px;
  }
  .global-page .global-list li .txt-wrap .tit {
    font-size: 28px;
  }
  .global-page .global-list li .txt-wrap .local {
    margin-top: 8px;
    font-size: 24px;
  }
  .global-page .global-list li .txt-wrap .local i {
    width: 14px;
    height: 23px;
    background-position: 0 -236px;
  }
  .global-page .global-list li .txt-wrap .intro {
    height: auto;
    max-height: 330px;
    margin-top: 26px;
    font-size: 24px;
    line-height: 1.8;
  }
  .global-page .global-list li .arrow {
    width: 48px;
    height: 16px;
    right: 40px;
    bottom: 40px;
    background-position: -26px -236px;
  }

  .news-page .banner-wrap {
    height: 562px;
  }
  .news-page .banner-wrap .tit {
    font-size: 60px;
    letter-spacing: 7px;
  }
  .news-page .news-wrap {
    margin-top: 75px;
  }
  .news-page .news-wrap .top-wrap {
    margin-bottom: 40px;
  }
  .news-page .news-wrap .top-wrap .module-tit {
    font-size: 36px;
  }
  .news-page .news-wrap .top-wrap .btn-more {
    width: 116px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    font-size: 22px;
  }
  .news-page .news-wrap .m-top {
    display: block;
  }
  .news-page .news-wrap .pc-top {
    display: none;
  }
  .news-page .news-wrap .main-news {
    width: 670px;
    height: 434px;
  }
  .news-page .news-wrap .main-news .tit {
    height: 80px;
    line-height: 80px;
    padding: 0 55px;
    font-size: 28px;
  }
  .news-page .news-wrap .simple-news {
    width: 670px;
  }
  .news-page .news-wrap .simple-news .news-list {
    margin-top: 42px;
  }
  .news-page .news-wrap .simple-news .news-list li {
    height: auto;
    line-height: 1.5;
    margin: 30px 0;
  }
  .news-page .news-wrap .simple-news .news-list .tit {
    float: none;
    width: 100%;
    font-size: 28px;
    line-height: 1.8;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
  }
  .news-page .news-wrap .simple-news .news-list .date {
    float: none;
    font-size: 22px;
    margin-top: 10px;
  }
  .news-page .report-wrap {
    margin-top: 40px;
    margin-bottom: 45px;
  }
  .news-page .report-wrap .simple-news .news-list .date {
    display: inline-block;
    margin-top: 6px;
  }
  .news-page .report-wrap .simple-news .txt-wrap {
    width: 100%;
    height: auto;
    line-height: 40px;
    white-space: initial;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .news-page .report-wrap .simple-news .txt-wrap span {
    font-size: 28px;
  }
  .news-page .report-wrap .simple-news .txt-wrap .txt {
    line-height: 1.8;
  }
  .news-page .report-wrap .simple-news .txt-wrap .source {
    padding-right: 13px;
    margin-right: 8px;
  }
  .news-page .report-wrap .simple-news .txt-wrap .source:before {
    height: 28px;
  }

  .report-list-wrap {
    margin-top: 68px;
  }
  .report-list-wrap .module-tit {
    font-size: 36px;
    margin-bottom: 12px;
  }
  .report-list-wrap .news-list {
    height: auto;
    margin-bottom: 42px;
  }
  .report-list-wrap .news-list li {
    display: none;
    height: auto;
    line-height: 1.5;
    margin: 32px 0;
  }
  .report-list-wrap .news-list li.on {
    display: block;
  }
  .report-list-wrap .news-list li.a1 {
    -webkit-animation: fadeInDown 0.8s forwards;
    animation: fadeInDown 0.8s forwards;
  }
  .report-list-wrap .news-list li.a2 {
    opacity: 0;
    -webkit-animation: fadeInDown 0.8s forwards 0.3s;
    animation: fadeInDown 0.8s forwards 0.3s;
  }
  .report-list-wrap .news-list li.a3 {
    opacity: 0;
    -webkit-animation: fadeInDown 0.8s forwards 0.5s;
    animation: fadeInDown 0.8s forwards 0.5s;
  }
  .report-list-wrap .news-list li.a4 {
    opacity: 0;
    -webkit-animation: fadeInDown 0.8s forwards 0.7s;
    animation: fadeInDown 0.8s forwards 0.7s;
  }
  .report-list-wrap .news-list li.a5 {
    opacity: 0;
    -webkit-animation: fadeInDown 0.8s forwards 0.9s;
    animation: fadeInDown 0.8s forwards 0.9s;
  }
  .report-list-wrap .news-list li.a6 {
    opacity: 0;
    -webkit-animation: fadeInDown 0.8s forwards 1.1s;
    animation: fadeInDown 0.8s forwards 1.1s;
  }
  .report-list-wrap .news-list .txt-wrap {
    width: 100%;
    float: none;
    height: auto;
    line-height: 1.5;
  }
  .report-list-wrap .news-list .txt-wrap:active {
    color: #fe6500;
  }
  .report-list-wrap .news-list .txt-wrap span {
    font-size: 28px;
  }
  .report-list-wrap .news-list .source {
    display: none;
  }
  .report-list-wrap .news-list .tit {
    width: 100%;
    white-space: initial;
  }
  .report-list-wrap .news-list .txt {
    width: 100%;
    line-height: 1.8;
    white-space: initial;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .report-list-wrap .news-list .date {
    float: none;
    margin-top: 15px;
    font-size: 22px;
  }

  .detail-page .bread-wrap {
    margin-top: 62px;
  }
  .detail-page .bread-wrap a {
    font-size: 22px;
    padding-left: 20px;
  }
  .detail-page .bread-wrap a:before {
    top: 8px;
    width: 12px;
    height: 20px;
    background-position: -197px -236px;
  }
  .detail-page .top-wrap {
    margin-top: 60px;
  }
  .detail-page .top-wrap .tit {
    font-size: 36px;
  }
  .detail-page .top-wrap .date {
    margin-top: 25px;
    font-size: 22px;
    padding-left: 48px;
  }
  .detail-page .top-wrap .date:before {
    top: 0px;
    width: 34px;
    height: 34px;
    background-position: -220px -313px;
  }
  .detail-page .detail-cont {
    margin-top: 48px;
    margin-bottom: 80px;
    font-size: 28px;
  }
  .detail-page .detail-cont p,
  .detail-page .detail-cont span,
  .detail-page .detail-cont a {
    font-size: 28px;
  }
  .detail-page .detail-cont p {
    line-height: 1.8;
    margin-bottom: 40px;
  }
  .detail-page .detail-cont img {
    margin-bottom: 40px;
  }

  .go-top {
    right: 55px;
    bottom: 222px;
    width: 46px;
    height: 60px;
  }

  .sk-three-bounce {
    display: block;
  }

  .sub-pagination {
    display: none !important;
  }

  .open-page .banner-wrap {
    height: 350px;
    background: url("//image.ndhy.com/www/2020/v1/img/img_banner_zjhy_1_new_m.jpg")
      no-repeat center center;
    background-size: cover;
  }
  .open-page .tab-wrap {
    overflow: initial;
  }
  .open-page .tab-wrap .wrapper {
    width: 740px;
  }
  .open-page .tab-wrap .tab-list {
    width: 560px;
    padding: 0 20px;
    margin-left: 1px;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .open-page .tab-wrap .tab-list li {
    float: none;
    display: inline-block;
    white-space: nowrap;
    margin-right: 30px;
  }
  .open-page .tool-tab .item,
  .open-page .sec-tab .item {
    width: 120px;
    height: 45px;
    line-height: 45px;
    border-radius: 22px;
    font-size: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .open-page .open-mess-wrap {
    padding: 0 40px;
  }
  .open-page .product-item {
    width: 100%;
    height: 360px;
    margin: 16px 0;
  }
  .open-page .product-item:nth-child(odd) {
    margin-right: 0;
  }
  .open-page .product-item .product-item-left {
    width: 450px;
    height: 100%;
  }
  .open-page .product-item .product-item-right {
    width: 200px;
    height: 100%;
  }
  .open-page .product-item .product-item-title {
    height: 40px;
    font-size: 30px;
  }
  .open-page .product-item .product-item-content {
    margin-top: 15px;
    font-size: 24px;
    height: 200px;
  }
  .open-page .product-item .product-item-btns .product-item-btns-btn {
    font-size: 24px;
    border-radius: 20px;
    padding: 6px 20px;
  }
  .open-page .product-item-icon img {
    width: 120px;
  }

  .login-wrap {
    right: 5px;
    font-size: 24px;
  }
  .login-wrap a {
    font-size: 24px;
  }
  .login-wrap .logined .nav-user .img-header {
    width: 44px;
    height: 44px;
    border-radius: 44px;
  }
  .login-wrap .logined .nav-user .name {
    font-size: 20px;
  }
  .login-wrap .logined .user-droplist-wrap {
    top: 28px;
  }
  .login-wrap .logined .user-droplist-wrap .user-droplist a {
    font-size: 20px;
  }
}

@media only screen and (max-width: 400px) {
    .header .logo-wrap {
        opacity: 1 !important;
    }
}

/*响应式*/

/* 100周年特别样式 */

.header {
  background: url(//image.ndhy.com/www/img/2021/100banner.jpg) no-repeat
    center;
}
.header .logo-wrap {
  opacity: 0;
}

.header .nav-wrap .link .item {
  color: #fff;
}

/* 取消100年特别样式*/
.header {
  background: url(https://image.ndhy.com/www/2021/12/banner-new.jpg?) no-repeat
    center;
}

.header .nav-wrap .link .item {
  color: #575757;
}
