@charset "utf-8";
/* CSS Document */










.banner{
	width:100%;
	height: 100%;
}

 .banner .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

.banner .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      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 .Hnav {
  margin-top: calc(80 / 960 * 100vh);
}
.nHpro .items {
  height: 100vh;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.nHpro .left {
  padding-top: calc(530 / 960 * 100vh);
  float:left;
}
.nHpro .left .box {
  padding-left: 22px;
}
.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: #333;
  padding: calc(20 / 30 * 1em) 0;
}
.nHpro .list .des {
  color: #333333;
  line-height: calc(30 / 16);
  margin: calc(10 / 16 * 1em) 0 calc(35 / 16 * 1em);
}
.nHpro .more {
  width: calc(180 / 960 * 100vh);
  line-height: calc(50 / 16 * 1em);
  background-color: #d21019;
  color: #fff;
  text-align: center;
  display: inline-block;
  border-radius: 50px;
  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: #d21019;
}
.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(../images/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;
	height: auto;
	clear:both;
}
.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: rgba(210,16, 25, 0.5);
}
.nHfixtures .listBox .ul {
  width: calc((100% - 20 / 1920 * 100vw) / 2);
  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(../images/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: #d21019;
}
.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(../images/H_line.png) no-repeat center;
  background-size: contain;
  transform: translateX(-50%);
}







.about .warp {
  height: 100%;
  max-width: 1396px;
  width: 92%;
  margin-left: auto;
  margin-right: 0;
  flex-flow: column wrap;
  justify-content: space-between;
  color: #fff;
}
.about .top {
  display: flex;
  height: calc(100% - 290 / 1920 * 100vw);
  justify-content: space-between;
}
.about .numbox {
  height: calc(290 / 1920 * 100vw);
}
.about .numbox .ul {
  display: flex;
  height: 100%;
  padding-right: 4%;
}
.about .numbox li {
  display: inline-flex;
  align-items: center;
  width: 100%;
  text-align: center;
  justify-content: center;
}
.about .numbox li:first-child {
  width: calc(454 / 1396 * 100%);
  background-color: rgba(45, 47, 48, 0.8);
  flex: 0 0 auto;
  margin-right: 5%;
}
.about .numbox .txt p {
  line-height: calc(24 / 16);
}
.about .nHtitle .cn,
.about .nHtitle .stit {
  color: #fff;
}
.about .nHtitle .stit {
  margin-top: 0;
}
.about .textwarp {
  width: calc(100% - 68.8% - 60 / 1396 * 100%);
  margin-right: calc(-60 / 1396 * 100%);
  z-index: 2;
  padding-top: calc(150 / 1920 * 100vw);
  padding-left: calc(100/1920 * 100vw);
  line-height: calc(30 / 16);
}
.about .des {
  margin: calc(40 / 1920 * 100vw) 0 calc(50 / 1920 * 100vw);
  opacity: 0.5;
}
.about .more {
  width: calc(180 / 16 * 1em);
  line-height: calc(50 / 16 * 1em);
  background-color: #d21019;
  color: #fff;
  text-align: center;
  display: inline-block;
  border-radius: 50px;
}
.about .videoMain {
  width: 68.8%;
  position: relative;
}
.about .videoMain .img {
  position: relative;
  width: 100%;
  height: 100%;
}
.about .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(../images/play.png) no-repeat center;
  background-size: contain;
  cursor: pointer;
}
.about .videoMain .play::before,
.about .videoMain .play::after {
  content: '';
  position: absolute;
  border: 1px solid #fff;
  border-radius: 100%;
}
.about .videoMain .play::before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  animation: spread 3s infinite;
}
.about .videoMain .play::after {
  width: 120%;
  height: 120%;
  left: -10%;
  top: -10%;
  animation: spread 3s infinite;
}
.about .videoMain .video-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.about .videoMain .video-box video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .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;
}
.about .videoMain .close i {
  width: 25px;
  height: 25px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
}
.about .videoMain .close i::before,
.about .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);
}
.about .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 {
  width: calc(1390 / 1920 * 100%);
  overflow: hidden;
  padding: calc(80 / 1920 * 100vw) 0;
}
.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: #d21019;
  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(../images/H_line.png) 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: #d21019;
}
.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: 94%;
}
.nHnews .mySwiper {
  position: relative;
}
.nHnews .swiper-wrapper{
	height: auto;
}


.nHnews .w1600 {
  align-items: flex-start;
}
.nHnews .more {
  width: calc(180 / 16 * 1em);
  line-height: calc(50 / 16 * 1em);
  background-color: #d21019;
  color: #fff;
  text-align: center;
  display: inline-block;
  border-radius: 50px;
}
.nHnews .img {
  position: relative;
  padding-top: calc(400 / 600 * 100%);
}
.nHnews .tit {
  font-weight: bold;
}
.nHnews .textwarp {
  background-color: rgba(255, 255, 255, 0.8);
  padding: calc(35 / 1920 * 100vw) calc(40 / 1920 * 100vw) calc(30 / 1920 * 100vw);
  overflow: hidden;
  position: relative;
}
.nHnews .textwarp::before {
  content: '';
  position: absolute;
  width: calc(39 / 16 * 1em);
  height: calc(39 / 16 * 1em);
  background-color: #d21019;
  border-radius: 100%;
  left: -5%;
  top: calc(30 / 1920 * 100vw);
}
.nHnews .textwarp .des {
  color: #333;
  line-height: calc(30 / 16);
  margin: calc(15 / 16 * 1em) 0 calc(20 / 16 * 1em);
  height: calc(60 / 16 * 1em);
}
.nHnews .textwarp .time {
  color: #555555;
}





.win .warp {
  height: 100%;
}
.win .nHtitle {
  margin-bottom: calc(60 / 1920 * 100vw);
}
.win .nHtitle .cn {
  color: #fff;
}
.win .list {
  justify-content: space-evenly;
  text-align: center;
  color: #fff;
  margin-bottom: calc(75 / 1920 * 100vw);
}
.win .list .item {width:33.333%; text-align:center;}
.win .list .icon {width:18.475%; min-width:50px; margin:0 auto;}
.win .tit {
  margin: calc(20 / 24 * 1em) 0 calc(7 / 24 * 1em);
}
.win .des {
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  flex-flow: row wrap;
  gap: calc(30 / 1920 * 100vw);
  justify-content:center;
}
.win .w1600 {
  max-width: 1300px;
}


.win .cont {
  color: #fff;
  background:#3b3b3b;
  background-size: cover;
 text-align: center;
	padding:50px 0;
  
}

.win .cont h3 {
	padding:30px 0;
	font-weight: normal;
}


