body {
  overflow-x: hidden;
}
.after {
  content: '';
  display: inline-block;
}
.after_a {
  content: '';
  position: absolute;
}
.flex,
.flex_js,
.flex_jc,
.flex_ac,
.flex_js_ac,
.flex_jc_ac,
.flex_js_fe {
  display: flex;
}
.flex_js,
.flex_js_fe {
  justify-content: space-between;
}
.flex_jc {
  justify-content: center;
}
.flex_ac {
  align-items: center;
}
.flex_js_fe {
  align-items: flex-end;
}
.flex_js_ac {
  justify-content: space-evenly;
  align-items: center;
}
.flex_jc_ac {
  justify-content: center;
  align-items: center;
}
.flex_row {
  flex-flow: row wrap;
}
.f14 {
  font-size: calc(14 / 16 * 1em);
}
.f16 {
  font-size: calc(16 / 16 * 1em);
}
.f18 {
  font-size: calc(18 / 16 * 1em);
}
.f20 {
  font-size: calc(20 / 16 * 1em);
}
.f22 {
  font-size: calc(22 / 16 * 1em);
}
.f24 {
  font-size: calc(24 / 16 * 1em);
}
.f26 {
  font-size: calc(26 / 16 * 1em);
}
.f28 {
  font-size: calc(28 / 16 * 1em);
}
.f30 {
  font-size: calc(30 / 16 * 1em);
}
.f32 {
  font-size: calc(32 / 16 * 1em);
}
.f34 {
  font-size: calc(34 / 16 * 1em);
}
.f36 {
  font-size: calc(36 / 16 * 1em);
}
.f38 {
  font-size: calc(38 / 16 * 1em);
}
.f40 {
  font-size: calc(40 / 16 * 1em);
}
.f42 {
  font-size: calc(42 / 16 * 1em);
}
.f44 {
  font-size: calc(44 / 16 * 1em);
}
.f46 {
  font-size: calc(46 / 16 * 1em);
}
.f48 {
  font-size: calc(48 / 16 * 1em);
}
.f50 {
  font-size: calc(50 / 16 * 1em);
}
.f52 {
  font-size: calc(52 / 16 * 1em);
}
.f60 {
  font-size: calc(60 / 16 * 1em);
}
@media screen and (min-width: 1921px) {
  .img_w100 {
    width: 100%;
  }
  body {
    font-size: calc(16 / 1920 * 100vw);
  }
  .f14 {
    font-size: calc(14 / 1920 * 100vw);
  }
  .f16 {
    font-size: calc(16 / 1920 * 100vw);
  }
  .f18 {
    font-size: calc(18 / 1920 * 100vw);
  }
  .f20 {
    font-size: calc(20 / 1920 * 100vw);
  }
  .f22 {
    font-size: calc(22 / 1920 * 100vw);
  }
  .f24 {
    font-size: calc(24 / 1920 * 100vw);
  }
  .f26 {
    font-size: calc(26 / 1920 * 100vw);
  }
  .f28 {
    font-size: calc(28 / 1920 * 100vw);
  }
  .f30 {
    font-size: calc(30 / 1920 * 100vw);
  }
  .f32 {
    font-size: calc(32 / 1920 * 100vw);
  }
  .f34 {
    font-size: calc(34 / 1920 * 100vw);
  }
  .f36 {
    font-size: calc(36 / 1920 * 100vw);
  }
  .f38 {
    font-size: calc(38 / 1920 * 100vw);
  }
  .f40 {
    font-size: calc(40 / 1920 * 100vw);
  }
  .f42 {
    font-size: calc(42 / 1920 * 100vw);
  }
  .f44 {
    font-size: calc(44 / 1920 * 100vw);
  }
  .f46 {
    font-size: calc(46 / 1920 * 100vw);
  }
  .f48 {
    font-size: calc(48 / 1920 * 100vw);
  }
  .f50 {
    font-size: calc(50 / 1920 * 100vw);
  }
  .f52 {
    font-size: calc(52 / 1920 * 100vw);
  }
  .f60 {
    font-size: calc(60 / 1920 * 100vw);
  }
}
@media screen and (max-width: 1024px) {
  .f30 {
    font-size: calc(30 / 20 * 1em);
  }
  .f32 {
    font-size: calc(32 / 20 * 1em);
  }
  .f34 {
    font-size: calc(34 / 20 * 1em);
  }
  .f36 {
    font-size: calc(36 / 20 * 1em);
  }
  .f38 {
    font-size: calc(38 / 20 * 1em);
  }
  .f40 {
    font-size: calc(40 / 20 * 0.8em);
  }
  .f42 {
    font-size: calc(42 / 20 * 0.8em);
  }
  .f44 {
    font-size: calc(44 / 20 * 0.8em);
  }
  .f46 {
    font-size: calc(46 / 20 * 0.8em);
  }
  .f48 {
    font-size: calc(48 / 20 * 0.8em);
  }
  .f50 {
    font-size: calc(50 / 20 * 0.8em);
  }
  .f52 {
    font-size: calc(52 / 20 * 0.8em);
  }
  .f60 {
    font-size: calc(60 / 20 * 0.8em);
  }
}
@media screen and (max-width: 750px) {
  body {
    font-size: calc(24 / 750 * 100vw);
  }
  .f20 {
    font-size: calc(20 / 24 * 1em);
  }
  .f22 {
    font-size: calc(22 / 24 * 1em);
  }
  .f24 {
    font-size: calc(24 / 24 * 1em);
  }
  .f26 {
    font-size: calc(26 / 24 * 1em);
  }
  .f28 {
    font-size: calc(28 / 24 * 1em);
  }
  .f30 {
    font-size: calc(30 / 24 * 1em);
  }
  .f32 {
    font-size: calc(32 / 24 * 1em);
  }
  .f34 {
    font-size: calc(34 / 24 * 1em);
  }
  .f36 {
    font-size: calc(36 / 24 * 1em);
  }
  .f38 {
    font-size: calc(38 / 24 * 1em);
  }
  .f40 {
    font-size: calc(40 / 24 * 1em);
  }
  .f42 {
    font-size: calc(42 / 24 * 1em);
  }
  .f44 {
    font-size: calc(44 / 24 * 1em);
  }
  .f46 {
    font-size: calc(46 / 24 * 1em);
  }
  .f48 {
    font-size: calc(48 / 24 * 1em);
  }
  .f50 {
    font-size: calc(50 / 24 * 1em);
  }
  .f52 {
    font-size: calc(52 / 24 * 1em);
  }
  .f60 {
    font-size: calc(60 / 24 * 1em);
  }
}
.hidden {
  overflow: hidden;
}
.ani {
  transition: all 0.5s;
}
a:hover .ani {
  transform: scale(1.15);
}
html {
  font-size: 100px;
}
body {
  font-size: calc(16 / 1920 * 100vw);
}
body.hidden {
  overflow: hidden!important;
}
@media (min-width: 1025px) and (max-width: 1600px) {
  html {
    font-size: 6.25vw;
  }
  body {
    font-size: 0.16em;
  }
}
@media (max-width: 1024px) {
  html {
    font-size: calc(100 / 1200 * 100vw);
  }
  body {
    font-size: 0.16em;
    overflow-x: hidden!important;
  }
}
@media (max-width: 768px) {
  html {
    font-size: calc(100 / 1024 * 100vw);
  }
}
@media (max-width: 640px) {
  html {
    font-size: calc(100 / 640 * 100vw);
  }
  body {
    font-size: 0.22em;
  }
}
.newheader {
  width: 100%;
  z-index: 100;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
  background-image: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background-image: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}
.newheader.white {
  background: #fff;
}
.newheader.white .logo .img {
  display: inline-block;
}
.newheader.white .logo .img2 {
  display: none;
}
.newheader.white a {
  color: #000000;
}
.newheader.white a:hover {
  color: #000000;
}
.newheader.white .link:before {
  filter: brightness(0) grayscale(100%) opacity(0.8);
}
.newheader.white .link:hover::before {
  filter: none;
}
.newheader.white .login_down {
  display: inline-flex;
  align-items: center;
}
.newheader.white .open_search {
  filter: brightness(0) grayscale(100%) opacity(0.8);
}
.newheader.white .lang::after {
  border-top-color: #000;
}
.newheader a {
  color: #fff;
}
.newheader .logo .img {
  display: none;
}
.newheader .right {
  display: inline-flex;
  margin-left: calc(50 / 16 * 1em);
}
.newheader .menuIcon {
  display: none;
}
.newheader .other {
  display: inline-flex;
  flex: 0 0 auto;
  margin-left: calc(85 / 1920 * 100vw);
}
.newheader .link {
  display: inline-flex;
  align-items: center;
  line-height: 24px;
}
.newheader .link::before {
  content: '';
  width: 20px;
  height: 20px;
  /* background: url(../image/top_icon2.png) no-repeat center; */
  filter: brightness(200);
}
.newheader .link.link2 {
  margin-left: calc(23 / 1920 * 100vw);
}
.newheader .link.link2::before {
  /* background-image: url(../image/top_icon3.png); */
}
.newheader .lang {
  display: inline-flex;
  align-items: center;
  line-height: 24px;
}
.newheader .lang::after {
  content: '';
  display: inline-block;
  border: 5px solid transparent;
  border-top-color: #fff;
  vertical-align: middle;
  margin-bottom: -5px;
  margin-left: 5px;
}
.newheader .search {
  margin: 0 calc(25 / 1920 * 100vw);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.newheader .search.search_show .top_search {
  opacity: 1;
  right: 0;
  pointer-events: auto;
  display: block;
}
.newheader .open_search {
  width: 20px;
  height: 20px;
  background: url(../image/search.svg) no-repeat center;
  filter: brightness(200);
}
.newheader .open_search.on {
  background: none;
  position: relative;
}
.newheader .open_search.on:before,
.newheader .open_search.on:after {
  position: absolute;
  content: '';
  width: 100%;
  left: 0;
  height: 2px;
  top: 50%;
  margin-top: -1.5px;
  background: #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.newheader .open_search.on:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.newheader .top_search {
  width: calc(380 / 1920 * 100vw);
  position: absolute;
  right: -100%;
  opacity: 0;
  top: 100%;
  z-index: 10;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  pointer-events: none;
}
.newheader .top_search .btn {
  background: url(../image/search.svg) no-repeat center;
  width: 20px;
  height: 100%;
  position: absolute;
  right: 10px;
  top: 0;
}
.newheader .top_search .text {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #000000;
  padding: 0 60px 0 calc(40 / 16 * 1em);
  border: none;
  color: #fff;
}
.newheader .top_search .text::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.newheader .navTop li:not(:last-child) {
  margin-right: calc(50 / 1920 * 100vw);
}
.newheader .navTop li span {
  display: inline-block;
  position: relative;
  z-index: 3;
}
.newheader .navTop li span a {
  position: relative;
  display: inline-block;
  line-height: calc(100 / 1920 * 100vw);
}
.newheader .navTop li span a::before {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
  height: calc(4 / 16 * 1em);
  background-color: #fff;
  bottom: calc(20 / 16 * 1em);
}
.newheader .navTop li .sub {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding: calc(40 / 16 * 1em) 0 calc(80 / 16 * 1em);
  opacity: 0;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) inset;
  pointer-events: none;
  transform: translate3d(0, -10px, 0);
  -webkit-transform: translate3d(0, -10px, 0);
  -moz-transform: translate3d(0, -10px, 0);
  -o-transform: translate3d(0, -10px, 0);
  -ms-transform: translate3d(0, -10px, 0);
  backface-visibility: hidden;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.newheader .navTop li .subnav {
  width: 10%;
}
.newheader .navTop li .subnav a {
  display: block;
  line-height: calc(46 / 16);
}
.newheader .navTop li .content {
  width: 45%;
  border-left: 1px solid #eee;
  padding-left: calc(70 / 1920 * 100vw);
  margin-right: 10%;
}
.newheader .navTop li .title {
  color: #000000;
  font-weight: 400;
  line-height: calc(46 / 20);
}
.newheader .navTop li .title::after {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  background-color: #00461a;
  margin-top: 6px;
}
.newheader .navTop li .des {
  line-height: calc(28 / 16);
  margin-top: 26px;
}
.newheader .navTop li .imgbox {
  width: 32%;
}
.newheader .navTop li .img {
  padding-top: calc(240 / 460 * 100%);
  position: relative;
}
.newheader .navTop li.hover .sub {
  opacity: 1;
  transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  backface-visibility: hidden;
  pointer-events: auto;
}
@media (max-width: 1024px) {
  .newheader {
    line-height: calc(120 / 22 * 1em);
    z-index: 1000;
  }
  .newheader.white::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    z-index: 3;
    background-color: #eee;
  }
  .newheader .other {
    z-index: 110;
  }
  .newheader .top_search {
    width: calc(400 / 1920 * 100vw);
  }
  .newheader .top_search .text {
    padding-right: 30px;
    padding-left: 15px;
  }
  .newheader .menuIcon {
    display: inline-flex;
    align-items: center;
  }
  .newheader #open_menu {
    z-index: 100;
    width: 17px;
    height: 14px;
    cursor: pointer;
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    right: auto;
    display: block;
    margin-top: 0;
  }
  .newheader #open_menu i {
    display: inline-block;
    width: 90%;
    height: 2px;
    border-radius: 4px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    border-radius: 5px;
    margin-top: 0;
  }
  .newheader #open_menu i::before,
  .newheader #open_menu i::after {
    display: none;
  }
  .newheader #open_menu::before,
  .newheader #open_menu::after {
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    left: 0;
    content: '';
    position: absolute;
    border-radius: 5px;
  }
  .newheader #open_menu::before {
    top: 0;
  }
  .newheader #open_menu::after {
    bottom: 0;
    top: auto;
  }
  .newheader #open_menu.open_menu_on i {
    opacity: 0;
  }
  .newheader #open_menu.open_menu_on:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
    background-color: #000000;
  }
  .newheader #open_menu.open_menu_on:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: auto;
    top: 7px;
    background-color: #000000;
  }
  .newheader .navTop {
    display: none;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow-y: auto;
    visibility: hidden;
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    line-height: 40px;
    margin-left: 0;
    display: block;
    padding: 0;
    transition: all 0.5s;
    opacity: 0;
    margin-right: 0;
    z-index: 106;
    padding-top: calc(120 / 22 * 1em);
  }
  .newheader .navTop::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 120 / 22 * 1em);
    background-color: rgba(0, 0, 0, 0.5);
  }
  .newheader .navTop.navTop_show {
    visibility: visible;
    right: 0;
    opacity: 1;
  }
  .newheader .navTop .inner {
    position: relative;
    height: 100%;
    max-height: 100%;
    width: 100%;
    margin: 0 0 0 auto;
    margin-right: 0;
    overflow: auto;
    display: block;
    padding: 0 calc(45 / 750 * 100vw);
    padding-top: calc(30 / 22 * 1em);
    background: url(../image/top_nav.jpg) no-repeat center;
    background-size: cover;
  }
  .newheader .navTop .inner .Bwarp {
    min-height: 100%;
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
  }
  .newheader .navTop .inner li {
    float: none;
    height: auto;
    text-align: left;
    margin: 0;
    width: 100%;
  }
  .newheader .navTop .inner li:hover span a,
  .newheader .navTop .inner li.aon span a {
    color: #000000;
  }
  .newheader .navTop .inner li span {
    display: block;
    line-height: normal;
    text-align: left;
    padding: calc(30 / 22 * 1em) 25px calc(30 / 22 * 1em) 0;
  }
  .newheader .navTop .inner li span a {
    padding-bottom: 0;
    display: inline-block;
    color: #000000;
    font-size: calc(32 / 22 * 1em);
  }
  .newheader .navTop .inner li span a::before {
    display: none;
  }
  .newheader .navTop .inner li span .op {
    position: absolute;
    right: 0;
    font-weight: bold;
    font-size: calc(40 / 22 * 1em);
    font-family: serif;
    font-style: normal;
    display: flex;
    align-items: center;
    top: 0;
    height: 100%;
  }
  .newheader .navTop .inner li .sub {
    position: relative;
    transform: none;
    left: 0;
    top: 0;
    color: #999999;
    width: 100%;
    background-color: transparent;
    text-align: left;
    padding: 0 0 calc(10 / 16 * 1em);
    min-width: auto;
    display: none;
    opacity: 1;
    box-shadow: none;
    backface-visibility: hidden;
    pointer-events: auto;
  }
  .newheader .navTop .inner li .sub a {
    display: block;
    border: none;
  }
  .newheader .navTop .inner li .box {
    top: 0;
    box-shadow: none;
    text-align: left;
    padding: 0 0 0 10%;
  }
  .newheader .navTop .inner li .box::before {
    display: none;
  }
  .newheader .navTop .inner li .box a {
    margin: 0;
    padding: 0;
    line-height: 36px;
    text-align: left;
  }
  .newheader .navTop .inner .li_sub span {
    position: relative;
    display: block;
    padding-right: 20px;
  }
  .newheader .navTop .inner .li_sub.hover .op::after {
    opacity: 0;
  }
  .newheader .navTop .link_con {
    padding: calc(72 / 30 * 1em) 0;
    border-top: 1px solid #cbcbca;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: calc(70 / 30 * 1em);
  }
  .newheader .navTop .link_con .left {
    display: inline-flex;
    align-items: center;
  }
  .newheader .navTop .link_con em {
    width: 1px;
    height: calc(40 / 30 * 1em);
    background: #cbcbca;
    vertical-align: middle;
    margin: 0 1em 0 1.2em;
    display: inline-flex;
  }
}
@media (max-width: 750px) {
  .newheader .search {
    border-left: none;
    margin-right: 15px;
    position: static;
  }
  .newheader .open_search {
    display: block;
  }
  .newheader .top_search {
    width: 100%;
    top: 100%;
    display: none;
    position: absolute;
    right: 0;
    line-height: normal;
  }
  .newheader .top_search .btn {
    right: 10px;
  }
}
.nHbanner {
  position: relative;
}
.nHbanner .pic {
  position: relative;
  overflow: hidden;
}
.nHbanner .pic img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  -webkit-object-fit: cover;
}
.nHbanner video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nHbanner .Hslick_btn {
  position: absolute;
  left: 0;
  bottom: calc(50 / 1920 * 100vw);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
}
.nHbanner .slick-dots {
  position: relative;
  width: auto;
}
.nHbanner .slick-dots li {
  width: calc(32 / 16 * 1em);
  height: calc(32 / 16 * 1em);
  opacity: 1;
  margin: 0;
  display: inline-flex;
  background-color: transparent;
  border: 1px solid transparent;
  margin: 0 5px;
  position: relative;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
}
.nHbanner .slick-dots li button {
  width: calc(10 / 16 * 1em);
  height: calc(10 / 16 * 1em);
  border: none;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  line-height: 1000;
  overflow: hidden;
}
.nHbanner .slick-dots li.slick-active {
  border-color: rgba(255, 255, 255, 0.15);
}
.nHbanner .slick-dots li.slick-active button {
  width: calc(14 / 16 * 1em);
  height: calc(14 / 16 * 1em);
}
.nHbanner .slick-dots li.slick-active .progress {
  animation: circleProgress 25s;
}
.nHbanner svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.nHbanner .slick-arrow {
  border: none;
  background-color: transparent;
  width: 30px;
  position: relative;
  transform: none;
  margin: 0;
}
.nHbanner .slick-arrow::before {
  width: 12px;
  height: 12px;
  border-color: #fff;
  border-width: 2px 2px 0 0;
}
.nHbanner .slick-prev {
  left: auto;
}
.nHbanner .slick-next {
  right: auto;
  transform: rotate(180deg);
  order: 3;
}
.nHbanner .pause {
  width: 7px;
  height: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  order: 4;
  gap: 3px;
  margin-left: 8px;
  cursor: pointer;
}
.nHbanner .pause::before,
.nHbanner .pause::after {
  content: '';
  display: inline-block;
  width: 2px;
  height: 100%;
  background-color: #fff;
}
.nHbanner .pause.on::before {
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-left-color: #fff;
  background-color: transparent;
  margin-left: 8px;
}
.nHbanner .pause.on::after {
  display: none;
}
@media (max-width: 750px) {
  .nHbanner .pic img {
    height: auto;
  }
  .nHbanner .slick-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: calc(44 / 750 * 100vw);
  }
}
@-webkit-keyframes picImg {
  0% {
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes picImg {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes circleProgress {
  0% {
    stroke-dashoffset: 314;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@media (max-width: 1024px) {
  #fullpage .section,
  #fullpage .fp-tableCell {
    height: auto!important;
  }
}
.nHtitle .cn {
  color: #000000;
}
.nHtitle .stit {
  margin-top: calc(16 / 16 * 1em);
  color: #000000;
}
.nHtitle.center {
  text-align: center;
}
.nHtitle.white .cn,
.nHtitle.white .stit {
  color: #fff;
}
.Hnav {
  border-left: 1px solid rgba(153, 153, 153, 0.5);
}
.Hnav a {
  display: block;
  position: relative;
  padding-left: 22px;
  color: #000000;
}
.Hnav a:not(:last-child) {
  margin-bottom: calc(30 / 960 * 100vh);
}
.Hnav a::before {
  content: '';
  position: absolute;
  left: -2px;
  top: 0;
  background-color: #000000;
  width: 3px;
  height: 100%;
  opacity: 0;
}
.Hnav a.on::before {
  opacity: 1;
}
.poImg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
}
.nHpro {
  position: relative;
}
.nHpro .nHtitle,
.nHpro .left {
  max-width: 750px;
  width: 45%;
}
.nHpro .nHtitle .box,
.nHpro .left .box {
  max-width: 600px;
  margin-left: auto;
  margin-right: 0;
  width: 96%;
}
.nHpro .nHtitle {
  position: absolute;
  left: 0;
  top: 0;
  padding-top: calc(148 / 960 * 100vh);
  z-index: 10;
}
.nHpro .nHtitle1,
.nHpro .left {
  max-width: 750px;
  width: 45%;
}
.nHpro .nHtitle1 .box,
.nHpro .left .box {
  max-width: 600px;
  margin-right: 0;
  width: 96%;
}
.nHpro .nHtitle1 {
  position: absolute;
  right: 220px;
  top: 20px;
  padding-top: calc(148 / 960 * 100vh);
  z-index: 10;
}
.nHpro .Hnav {
  margin-top: calc(80 / 2060 * 100vh);
  height: 180px;
    overflow-x: auto;
    /* scrollbar-width: none; 
    -ms-overflow-style: none;  */
    
}
/* 滚动条整体样式 */  
.nHpro .Hnav::-webkit-scrollbar {  
  width: 10px; /* 宽度 */  
}  
  
/* 滚动条滑块样式 */  
.nHpro .Hnav::-webkit-scrollbar-thumb {  
  background: #888; /* 滑块背景颜色 */  
  border-radius: 10px; /* 圆角 */  
}  
  
/* 滚动条滑块:hover样式 */  
.nHpro .Hnav::-webkit-scrollbar-thumb:hover {  
  background: #555; /* 滑块hover背景颜色 */  
}  
  
/* 滚动条轨道样式 */  
.nHpro .Hnav::-webkit-scrollbar-track {  
  background: #f1f1f1; /* 轨道背景颜色 */  
  border-radius: 10px; /* 圆角 */  
}

 .classxlxs {
  margin-top: calc(80 / 2060 * 100vh);
  height: 180px;
    overflow-x: auto;
    /* scrollbar-width: none; 
    -ms-overflow-style: none;  */
    
}
/* 滚动条整体样式 */  
 .classxlxs::-webkit-scrollbar {  
  width: 10px; /* 宽度 */  
}  
  
/* 滚动条滑块样式 */  
 .classxlxs::-webkit-scrollbar-thumb {  
  background: #888; /* 滑块背景颜色 */  
  border-radius: 10px; /* 圆角 */  
}  
  
/* 滚动条滑块:hover样式 */  
 .classxlxs::-webkit-scrollbar-thumb:hover {  
  background: #555; /* 滑块hover背景颜色 */  
}  
  
/* 滚动条轨道样式 */  
 .classxlxs::-webkit-scrollbar-track {  
  background: #f1f1f1; /* 轨道背景颜色 */  
  border-radius: 10px; /* 圆角 */  
}
.nHpro .items {
  height: 100vh;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  position: relative;
}
.nHpro .left {
  padding-top: calc(530 / 1100 * 100vh);
  float:left;
}
.nHpro .left .box {
}
.nHpro .right {
  width: 39.584%;
  height: 100vh;
  position: relative;
  float:right;
}
.nHpro .item_img {
  position: absolute;
  left: -34%;
  top: 55%;
  transform: translate(0, -50%);
  width: calc(522 / 760 * 100%);
  padding-top: 102.5%;
}
.nHpro .item_img img {
  object-fit: contain;
  -webkit-object-fit: contain;
}
.nHpro .list .title {
  color: #000000;
  padding: calc(20 / 30 * 1em) 0;
}
.nHpro .list .des {
  color: #000000;
  line-height: calc(30 / 16);
  margin: calc(10 / 16 * 1em) 0 calc(35 / 16 * 1em);
}
.nHpro .more {
  width: calc(150 / 960 * 100vh);
  line-height: calc(40 / 16 * 1em);
  color: #000;
  text-align: center;
  display: inline-block;
  font-family: 800 !important;
  margin-top: calc(80 / 1920 * 100vw);
}
.nHpro .slick-arrow {
  width: calc(50 / 1920 * 100vw);
  height: calc(50 / 1920 * 100vw);
  z-index: 6;
  border-radius: 100%;
  background-color: #d5d5d5;
  top: 62%;
}
.nHpro .slick-arrow:hover {
  background-color: #000000;
}
.nHpro .slick-arrow::before {
  width: calc(16 / 1920 * 100vw);
  height: calc(16 / 1920 * 100vw);
  margin-left: calc(4 / 1920 * 100vw);
}
.nHpro .slick-prev {
  left: calc(630 / 1920 * 100%);
}
.nHpro .slick-next {
  left: calc(700 / 1920 * 100%);
  right: auto;
}
.nHfixtures {
  /* background: url(../image/Hbox_bg1.png) no-repeat center top #000; */
}
.nHfixtures .warp {
  height: 100%;
}
.nHfixtures .listBox {
  height: 70vh;
  margin-top: calc(55 / 1920 * 100vw);
  position: relative;
}
.nHfixtures .listBox .mCustomScrollbar {
  height: 100%;
}
.nHfixtures .listBox .mCSB_inside {
  width: calc(100% + 50px);
  padding-right: 50px;
  max-width: none;
  padding-bottom: 40vh;
}
.nHfixtures .listBox .mCSB_inside::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40vh;
  background-image: -moz-linear-gradient(0deg, #000000, rgba(0, 0, 0, 0));
  background-image: -webkit-linear-gradient(0deg, #000000, rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(0deg, #000000, rgba(0, 0, 0, 0));
  background-image: linear-gradient(0deg, #000000, rgba(0, 0, 0, 0));
  z-index: 3;
}
.nHfixtures .listBox .warp {
  gap: calc(20 / 1920 * 100vw);
  margin-bottom: calc(20 / 1920 * 100vw);
  align-items: flex-start;
}
.nHfixtures .listBox .img {
  padding-top: 40.002%;
  position: relative;
  border-radius: 15px;
}
.nHfixtures .listBox label {
  position: absolute;
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: calc(15 / 16 * 1em);
  border-radius: 25px;
  left: calc(30 / 16 * 1em);
  top: calc(30 / 16 * 1em);
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.nHfixtures .listBox a:hover label {
  background-color: #000000;
}
.nHfixtures .listBox .ul {
   /* 设置列数 */  
   column-count: 2;  
   /* 设置列间隙 */  
   column-gap: 20px;  
   /* 防止元素跨列 */  
   break-inside: avoid-column;  
   /* 宽度设为容器宽度 */  
   width: 100%; 
  /* width: calc((100% - 20 / 1920 * 100vw) / 1);
  display: flex;
  gap: calc(20 / 1920 * 100vw);
  flex-flow: column wrap;
  align-items: flex-start; */
}
.nHfixtures .listBox .ul:first-child li:first-child .img {
  padding-top: 66.923%;
}
.nHfixtures .listBox .ul li {
  width: 100%;
}
.nHfixtures .listBox .ul:nth-child(2) {
  flex-flow: row wrap;
}
.nHfixtures .listBox .ul:nth-child(2) li:not(:first-child) {
  width: calc((100% - 20 / 1920 * 100vw) / 2);
}
.nHfixtures .listBox .ul:nth-child(2) li:not(:first-child) .img {
  padding-top: 137.34%;
}
.nHfixtures .text {
  position: absolute;
  left: 0;
  bottom: -10px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  padding-bottom: 20px;
  background: url(../image/H_line2.png) no-repeat center bottom;
  width: 100%;
  z-index: 3;
}
.nHfixtures .mCSB_scrollTools {
  width: 40px;
  z-index: 10;
}
.nHfixtures .mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: rgba(255, 255, 255, 0.15);
}
.nHfixtures .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.nHfixtures .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
  background: #000000;
}
.nHfixtures .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar::after,
.nHfixtures .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: calc(-18 / 16 * 1em);
  width: calc(36 / 16 * 1em);
  height: calc(36 / 16 * 1em);
  background: url(../image/H_line.html) no-repeat center;
  background-size: contain;
  transform: translateX(-50%);
}
.nHabout .warp {
  height: 100%;
  max-width: 1396px;
  width: 92%;
  margin-left: 100px;
  /* margin-right: 0; */
  flex-flow: column wrap;
  justify-content: space-between;
  color: #fff;
}
.nHabout .top {
  display: flex;
  height: calc(100% - 290 / 1920 * 100vw);
  justify-content: space-between;
}
.nHabout .numbox {
  height: calc(290 / 1920 * 100vw);
}
.nHabout .numbox .ul {
  display: flex;
  height: 100%;
  padding-right: 4%;
}
.nHabout .numbox li {
  display: inline-flex;
  align-items: center;
  width: 100%;
  text-align: center;
  justify-content: center;
}
.nHabout .numbox li:first-child {
  /* width: calc(454 / 1396 * 100%);
  background-color: rgba(45, 47, 48, 0.8);
  flex: 0 0 auto;
  margin-right: 5%; */
}
.nHabout .numbox .txt p {
  line-height: calc(24 / 16);
}
.nHabout .nHtitle .cn,
.nHabout .nHtitle .stit {
  color: #fff;
}
.nHabout .nHtitle .stit {
  margin-top: 0;
}
.nHabout .textwarp {
  width: calc(100% - 58.8% - 60 / 1396 * 100%);
  margin-right: calc(-60 / 1396 * 100%);
  z-index: 2;
  padding-top: calc(150 / 1920 * 100vw);
  padding-left: calc(20/1920 * 100vw);
  line-height: calc(30 / 16);
}
.nHabout .des {
  margin: calc(40 / 1920 * 100vw) 0 calc(50 / 1920 * 100vw);
  opacity: 0.5;
}
.nHabout .more {
  width: calc(180 / 16 * 1em);
  line-height: calc(50 / 16 * 1em);
  background-color: #000000;
  color: #fff;
  text-align: center;
  display: inline-block;
  border-radius: 50px;
  border-radius: 1px solid #ffffff !important;
}
.nHabout .videoMain {
  width: 68.8%;
  position: relative;
}
.nHabout .videoMain .img {
  position: relative;
  width: 100%;
  height: 100%;
}
.nHabout .videoMain .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(120 / 1920 * 100vw);
  height: calc(120 / 1920 * 100vw);
  border-radius: 100%;
  background: url(../image/play.png) no-repeat center;
  background-size: contain;
  cursor: pointer;
}
.nHabout .videoMain .play::before,
.nHabout .videoMain .play::after {
  content: '';
  position: absolute;
  border: 1px solid #fff;
  border-radius: 100%;
}
.nHabout .videoMain .play::before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  animation: spread 3s infinite;
}
.nHabout .videoMain .play::after {
  width: 120%;
  height: 120%;
  left: -10%;
  top: -10%;
  animation: spread 3s infinite;
}
.nHabout .videoMain .video-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.nHabout .videoMain .video-box video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nHabout .videoMain .close {
  cursor: pointer;
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  display: flex;
  align-items: center;
  color: #fff;
}
.nHabout .videoMain .close i {
  width: 25px;
  height: 25px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
}
.nHabout .videoMain .close i::before,
.nHabout .videoMain .close i::after {
  position: absolute;
  content: '';
  width: 80%;
  left: 10%;
  height: 3px;
  top: 50%;
  margin-top: -1.5px;
  background: #fff;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.nHabout .videoMain .close i:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
@keyframes spread {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.nHnews .warp {
  height: 100%;
}
.nHnews .inner {
  width: 100%;
}
.nHnews .nHtitle {
  width: calc(460 / 1920 * 100%);
  padding: calc(80 / 1920 * 100vw) 0;
}
.nHnews .nHtitle .box {
  max-width: 300px;
  margin-right: 0;
  margin-left: auto;
  width: 94%;
}
.nHnews .right {

}
.nHnews .right .btn {
  position: relative;
  padding-right: calc(150 / 1920 * 100vw);
}
.nHnews .right .swiper-scrollbar {
  bottom: 0;
  background-color: #fff;
  height: 4px;
  left: 0;
  position: relative;
  margin: calc(80 / 1920 * 100vw) 0 calc(40 / 1920 * 100vw);
}
.nHnews .right .swiper-scrollbar-drag {
  background-color: #000000;
  height: 110%;
  top: -5%;
}
.nHnews .right .swiper-scrollbar-drag::after {
  content: '';
  position: absolute;
  right: -0.625em;
  top: 50%;
  width: calc(20 / 16 * 1em);
  height: calc(20 / 16 * 1em);
  background: url(../image/H_line.html) no-repeat center;
  background-size: contain;
  transform: translateY(-50%);
}
.nHnews .right .swiper-button-next,
.nHnews .right .swiper-button-prev {
  width: calc(50 / 1920 * 100vw);
  height: calc(50 / 1920 * 100vw);
  z-index: 6;
  border-radius: 100%;
  background-color: #d5d5d5;
  top: 62%;
}
.nHnews .right .swiper-button-next::after,
.nHnews .right .swiper-button-prev::after {
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
}
.nHnews .right .swiper-button-next:hover,
.nHnews .right .swiper-button-prev:hover {
  background-color: #000000;
}
.nHnews .right .swiper-button-prev {
  left: auto;
  right: calc(70 / 1920 * 100vw);
}
.nHnews .Hnav {
  margin: calc(90 / 1920 * 100vw) 0;
}
.nHnews .tab_con {
  max-width: 1230px;
  width: 90%;
}
.nHnews .mySwiper {
  position: relative;
}
.nHnews .w1600 {
  align-items: flex-start;
}
.nHnews .more {
  width: calc(180 / 16 * 1em);
  line-height: calc(50 / 16 * 1em);
  background-color: #000000;
  color: #fff;
  text-align: center;
  display: inline-block;
  border-radius: 50px;
}
.nHnews .img {
  position: relative;
  /* padding-top: calc(400 / 600 * 100%); */
  width: 450px;
  height: 400px;
}
.nHnews .tit {
  font-weight: bold;
}
.nHnews .textwarp {
  /* background-color: rgba(255, 255, 255, 0.8); */
  padding:  0 calc(35 / 1920 * 100vw) calc(40 / 1920 * 100vw) calc(30 / 1920 * 100vw);
  overflow: hidden;
  position: relative;
  padding: 0;
}
.nHnews .textwarp::before {
  /* content: '';
  position: absolute;
  width: calc(39 / 16 * 1em);
  height: calc(39 / 16 * 1em);
  background-color: #000000;
  border-radius: 100%;
  left: -5%;
  top: calc(30 / 1920 * 100vw); */
}
.nHnews .textwarp .des {
  color: #000000;
  line-height: calc(30 / 16);
  margin: calc(15 / 16 * 1em) 0 calc(20 / 16 * 1em);
  height: calc(60 / 16 * 1em);
}
.nHnews .textwarp .time {
  color: #000000;
}
.nHform .warp {
  height: 100%;
}
.nHform .nHtitle {
  margin-bottom: calc(30 / 1920 * 100vw);
}
.nHform .nHtitle .cn {
  color: #fff;
}
.nHform .list {
  justify-content: space-evenly;
  text-align: center;
  color: #fff;
  margin-bottom: calc(75 / 1920 * 100vw);
}
.nHform .list .item {width:33.333%; text-align:center;}
.nHform .list .icon {width:18.475%; min-width:50px; margin:0 auto;}
.nHform .tit {
  margin: calc(20 / 24 * 1em) 0 calc(7 / 24 * 1em);
}
.nHform .des {
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  flex-flow: row wrap;
  gap: calc(30 / 1920 * 100vw);
  justify-content:center;
}
.nHform .w1600 {
  max-width: 1300px;
}
.nHform .form {
  color: #fff;
  background: url(../image/Hform_bg2.png) no-repeat center;
  background-size: cover;
}
.nHform .form .title {
  margin-bottom: calc(20 / 16 * 1em);
}
.nHform .form .title em {
  display: inline-block;
  margin: 0 20px 4px;
  vertical-align: bottom;
  width: 1px;
  height: 15px;
  background-color: #fff;
  transform: skewX(-45deg);
}
.nHform .form .title i {
  font-style: normal;
  color: #ffcb87;
}
.nHform .form .right {
  width: calc(295 / 1920 * 100vw);
  background: url("../image/20240116140309449.html") no-repeat center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.nHform .form .right .btn {
  width: calc(180 / 20 * 1em);
  height: calc(60 / 20 * 1em);
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  box-shadow: 0 5px 20px #000000;
  color: #fff;
  margin-bottom: calc(60 / 1920 * 100vw);
}
.nHform .form .left {
  width: calc(100% - 295 / 1920 * 100vw);
  padding: calc(50 / 1920 * 100vw) calc(70 / 1920 * 100vw) calc(60 / 1920 * 100vw);
}
.nHform .form .left .txt {
  font-weight: 100;
}
.nHform .form .left .flex {
  gap: calc(25 / 1920 * 100vw);
  padding-bottom: 10px;
}
.nHform .form .left .item {
  width: 100%;
}
.nHform .form .left .yzm {
  display: flex;
  align-items: center;
  width: 40%;
  flex: 0 0 auto;
}
.nHform .form .left .yzm .yzm_btn {
  width: calc(100 / 14 * 1em);
  line-height: calc(30 / 14 * 1em);
  background-color: #4a4a4a;
  border-radius: 25px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  flex: 0 0 auto;
}
.nHform .form select,
.nHform .form .text {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(222, 222, 222, 0.2);
  line-height: calc(50 / 16 * 1em);
  height: calc(50 / 16 * 1em);
  width: 100%;
  color: rgba(255, 255, 255, 0.5);
}
.nHform .form .text::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.nHform .form select option {
  color: #000;
}
.nHform .form .box2 .item {
  display: flex;
  gap: calc(15 / 1920 * 100vw);
}
.newfooter {
  background-color: #000;
  /* background: url(../image/foot_bg.jpg) no-repeat center; */
  /* background-size: cover; */
  padding-top: calc(120 / 1920 * 100vw);
  color: #fff;
}
.newfooter .left {
  max-width: 1100px;
  width: 70%;
}
.newfooter .txt {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: calc(50 / 1920 * 100vw);
  margin-bottom: calc(40 / 1920 * 100vw);
  letter-spacing: 0.33vw;
}
.newfooter .txt .en {
  margin-left: 2%;
}
.newfooter .nav a {
  color: rgba(255, 255, 255, 0.4);
  display: block;
  line-height: calc(36 / 16);
}
.newfooter .nav a:hover {
  color: #fff;
}
.newfooter .nav dl {
  width: calc(100% / 7);
}
.newfooter .nav dt {
  margin-bottom: calc(15 / 18 * 1em);
}
.newfooter .nav dt a {
  color: #fff;
}
.newfooter .right .con {
  max-width: 270px;
  margin-left: auto;
  margin-right: 0;
}
.newfooter .right .tel {
  margin: calc(75 / 1920 * 100vw) 0 calc(30 / 1920 * 100vw);
}
.newfooter .right .add {
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.6;
}
.newfooter .right .num {
  color: #ffffff;
  font-weight: normal;
  margin-top: calc(25 / 1920 * 100vw);
}
.newfooter .share {
  margin-top: calc(80 / 1920 * 100vw);
}
.newfooter .share a {
  width: calc(60 / 16 * 1em);
  height: calc(60 / 16 * 1em);
  background: url(../image/weixin.png) no-repeat center rgba(255, 255, 255, 0.08);
  border-radius: 100%;
  position: relative;
  margin-right: 15px;
}
.newfooter .share a:last-child {
  margin-right: 0;
}
.newfooter .share a figure {
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 150px;
  z-index: 10;
  display: none;
  transform: translateX(-50%);
  padding-bottom: 10px;
}
.newfooter .share a figure img {
  width: 100%;
}
.newfooter .share a:hover figure {
  display: block;
}
.newfooter .share .wb {
  background-image: url(../image/weibo.png);
}
.newfooter .share .dy {
  background-image: url(../image/douyin.html);
}
.newfooter .Coypright {
  padding: calc(50 / 1920 * 100vw) 0 calc(45 / 1920 * 100vw);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin-top: calc(50 / 1920 * 100vw);
  color: rgba(255, 255, 255, 0.15);
}
.newfooter .Coypright a {
  color: rgba(255, 255, 255, 0.15);
}
.newfooter .Coypright a:hover {
  color: #fff;
}
.back_top {
  width: calc(60 / 16 * 1em);
  height: calc(60 / 16 * 1em);
  background: url(../image/back.html) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 2%;
  bottom: 60%;
  z-index: 100;
}
@media (max-width: 768px){
.newfooter .left{ display:none;}
}

.Hback .back_top {
  position: absolute;
}
.section_footer {
  background-color: #000;
}
@media (max-width: 750px) {
  .nHtitle {
    text-align: center;
  }
  .nHtitle .cn {
    color: #fff;
    font-size: calc(60 / 22 * 1em);
    line-height: 1;
  }
  .nHtitle .stit {
    line-height: calc(36 / 24);
    margin-top: calc(45 / 750 * 100vw);
  }
  .Hnav {
    border-left: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    display: flex;
    justify-content: center;
    margin: calc(76 / 750 * 100vw) calc(25 / 22 * 1em) 0;
  }
  .Hnav a {
    width: 100%;
    margin: 0!important;
    padding-left: 0;
    font-size: calc(30 / 24 * 1em);
    padding-bottom: calc(24 / 24 * 1em);
    color: #fff;
  }
  .Hnav a::before {
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 3px;
    top: auto;
  }
  .nHpro {
    position: relative;
  }
  .nHpro .nHtitle,
  .nHpro .left {
    max-width: 100%;
    width: 100%;
  }
  .nHpro .Hnav {
    margin-top: calc(76 / 2000 * 100vw);
    
  }
  .nHpro .right {
    width: 100%;
    height: auto;
    padding-top: calc(761 / 750 * 100%);
  }
  .nHpro .item_img {
    left: 50%;
    transform: translate(-50%, -50%);
    top: 48%;
  }
  .nHpro .left {
    padding-top: 50%;
  }
  .nHpro .left .box {
    padding-left: 0;
    width: 92%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: calc(100 / 750 * 100vw);
  }
  .nHpro .list .title {
    padding: 0;
  }
  .nHpro .list .des {
    margin-bottom: calc(60 / 750 * 100vw);
  }
  .nHpro .items {
    height: auto;
    display: block;
  }
  .nHpro .more {
    width: calc(287 / 24 * 1em);
    line-height: calc(80 / 24 * 1em);
    background-color: #000000;
    color: #fff;
    text-align: center;
    display: block;
    border-radius: 50px;
    margin: 0 auto;
  }
  .nHpro .slick-arrow {
    width: calc(86 / 750 * 100vw);
    height: calc(86 / 750 * 100vw);
    z-index: 6;
    border-radius: 100%;
    background-color: #d5d5d5;
    top: 49.5%;
  }
  .nHpro .slick-arrow:hover {
    background-color: #000000;
  }
  .nHpro .slick-arrow::before {
    width: calc(20 / 750 * 100vw);
    height: calc(20 / 750 * 100vw);
    margin-left: calc(4 / 750 * 100vw);
  }
  .nHpro .slick-prev {
    left: 2%;
  }
  .nHpro .slick-next {
    left: auto;
    right: 2%;
  }
  .nHfixtures {
    padding: calc(90 / 750 * 100vw) 0 calc(110 / 750 * 100vw);
    background: #000;
  }
  .nHfixtures .img {
    padding-top: calc(649 / 431 * 100%);
    position: relative;
    border-radius: 15px;
  }
  .nHfixtures label {
    position: absolute;
    z-index: 3;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 0 calc(23 / 24 * 1em);
    border-radius: 15px;
    left: calc(30 / 24 * 1em);
    top: calc(30 / 24 * 1em);
    transition: all 0.5s ease-in-out;
    transition: all 0.5s;
    line-height: calc(60 / 750 * 100vw);
  }
  .nHfixtures .mySwiper2 {
    margin-top: calc(85 / 750 * 100vw);
    padding-bottom: calc(155 / 750 * 100vw);
    position: relative;
  }
  .nHfixtures .mySwiper2 .swiper-scrollbar {
    bottom: calc(80 / 750 * 100vw);
    background-color: rgba(222, 222, 222, 0.2);
    height: 4px;
  }
  .nHfixtures .mySwiper2 .swiper-scrollbar-drag {
    background-color: #000000;
    height: 110%;
    top: -5%;
  }
  .nHfixtures .more {
    width: calc(287 / 24 * 1em);
    line-height: calc(80 / 24 * 1em);
    background-color: #000000;
    color: #fff;
    text-align: center;
    display: block;
    border-radius: 50px;
    margin: 0 auto;
  }
  .nHabout .top {
    display: block;
    width: 100%;
    height: auto;
    padding: calc(125 / 750 * 100vw) 3% 0;
  }
  .nHabout .textwarp {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .nHabout .nHtitle .stit {
    margin-top: calc(45 / 750 * 100vw);
  }
  .nHabout .more {
    width: calc(287 / 24 * 1em);
    line-height: calc(80 / 24 * 1em);
    display: block;
    margin: calc(60 / 750 * 100vw) auto calc(60 / 750 * 100vw);
  }
  .nHabout .numbox {
    height: auto;
  }
  .nHabout .numbox .ul {
    flex-flow: row wrap;
  }
  .nHabout .numbox li {
    width: 50%!important;
    margin: 0!important;
    background-color: transparent!important;
    color: #fff;
    padding: calc(60 / 750 * 100vw) 0;
  }
  .nHabout .videoMain {
    width: 100%;
  }
  .nHabout .videoMain .img {
    height: auto;
  }
  .nHabout .videoMain .img img {
    position: relative;
  }
  .nHabout .videoMain .img .play {
    width: calc(120 / 750 * 100vw);
    height: calc(120 / 750 * 100vw);
  }
  .nHnews {
    overflow: hidden;
  }
  .nHnews .inner {
    width: 88%;
    margin: 0 auto;
    padding: calc(85 / 750 * 100vw) 0 calc(95 / 750 * 100vw);
  }
  .nHnews .nHtitle {
    width: 100%;
  }
  .nHnews .nHtitle .box {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .nHnews .nHtitle .cn {
    color: #000000;
  }
  .nHnews .Hnav {
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  }
  .nHnews .Hnav a {
    color: #000000;
  }
  .nHnews .tab_con {
    margin: 0 auto;
  }
  .nHnews .right {
    width: 100%;
    overflow: initial;
  }
  .nHnews .more {
    width: calc(287 / 24 * 1em);
    line-height: calc(80 / 24 * 1em);
    display: block;
    margin: calc(70 / 750 * 100vw) auto 0;
  }
  .nHnews .swiper-slide {
    opacity: 0.8;
  }
  .nHnews .swiper-slide-active {
    opacity: 1;
  }
  .nHnews .mySwiper .swiper-scrollbar {
    background-color: #cbcbca;
  }
  .nHnews .textwarp {
    padding: calc(35 / 750 * 100vw) calc(45 / 750 * 100vw);
  }
  .nHnews .textwarp::before {
    width: calc(39 / 750 * 100vw);
    height: calc(39 / 750 * 100vw);
    top: calc(45 / 750 * 100vw);
  }
  .nHform {
    padding: calc(110 / 750 * 100vw) 0 calc(115 / 750 * 100vw);
  }
  .nHform .stit {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
  }
  .nHform .form {
    padding: calc(70 / 750 * 100vw) calc(35 / 750 * 100vw);
    margin-top: calc(70 / 750 * 100vw);
  }
  .nHform .form select,
  .nHform .form .text {
    height: calc(90 / 750 * 100vw);
    line-height: calc(90 / 750 * 100vw);
  }
  .nHform .title {
    padding-right: 45%;
    background: url(../image/ip2.png) no-repeat 90% center;
    background-size: contain;
  }
  .nHform .title .txt {
    margin-top: calc(17 / 750 * 100vw);
  }
  .nHform .yzm {
    display: flex;
    align-items: flex-end;
  }
  .nHform .yzm .yzm_btn {
    flex: 0 0 auto;
    width: calc(160 / 750 * 100vw);
    height: calc(60 / 750 * 100vw);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    background-color: #4a4a4a;
    color: #fff;
    margin-left: calc(25 / 750 * 100vw);
  }
  .nHform .more {
    width: calc(287 / 24 * 1em);
    line-height: calc(80 / 24 * 1em);
    display: block;
    margin: calc(90 / 750 * 100vw) auto calc(60 / 750 * 100vw);
    background-color: #000000;
    text-align: center;
    border-radius: 25px;
    color: #fff;
  }
  .footer_wap {
    padding: calc(80 / 750 * 100vw) 0 0;
    background: url(../image/foot_bg2.html) no-repeat center;
    background-size: cover;
  }
  .footer_wap .txt {
    border-bottom: none;
    margin-bottom: calc(65 / 750 * 100vw);
  }
  .footer_wap .nav {
    border-top: 1px solid rgba(222, 222, 222, 0.2);
    margin-bottom: calc(55 / 750 * 100vw);
  }
  .footer_wap .nav dl {
    width: 100%;
    border-bottom: 1px solid rgba(222, 222, 222, 0.2);
  }
  .footer_wap .nav dt {
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer_wap .nav dt a {
    display: inline-block;
    line-height: calc(96 / 750 * 100vw);
  }
  .footer_wap .nav .op {
    flex: 0 0 auto;
    width: calc(30 / 750 * 100vw);
    height: calc(30 / 750 * 100vw);
    position: relative;
  }
  .footer_wap .nav .op::before,
  .footer_wap .nav .op::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(222, 222, 222, 0.2);
  }
  .footer_wap .nav .op::before {
    width: 100%;
    height: 2px;
  }
  .footer_wap .nav .op::after {
    height: 100%;
    width: 2px;
  }
  .footer_wap .nav dd {
    display: none;
    padding-bottom: calc(30 / 750 * 100vw);
  }
  .footer_wap .nav .hover .op::after {
    display: none;
  }
  .footer_wap .tel {
    color: #000000;
  }
  .footer_wap .share {
    margin-bottom: calc(50 / 750 * 100vw);
  }
  .back_top {
    position: fixed;
    bottom: 20%;
  }
}

.dgcp{
  border: 2px solid #000000;
}
.cs{
  width: 30px;
  height: 2px;
  background-color:  rgba(195, 195, 195, 1);
  margin: 30px 0;
}
.dwxs{
  position: absolute;
  top: 200px;
  right: 2%;top: 40%;
        transform: translate(-50%, -50%);
        text-align: center;
}
.dwxs .top{
  cursor: pointer;
}
.dwxs .bottom{
  cursor: pointer;
}
.aaa{
  border: 1px solid rgba(234, 229, 233, 1);
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin: 20px 0;
  padding: 0 10px;
}
.cn{
  color: rgba(0, 0, 0, 1) !important;
}


.tjxs{
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 100px auto;
  color: #ffffff;
  background-color: #000;
}