body, html {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: auto;
}

.kv {
  height: 1080px;
  background: url("../images/kv.png") no-repeat center;
  background-size: 100% auto;
}

.ZT-contbox {
  height: 2770px;
  background: url("../images/bg.png") no-repeat center;
  background-size: 100% auto;
  box-sizing: border-box;
  padding-top: 13px;
}

.ZT-contbox .zt-title {
  width: 1200px;
  margin: 0 auto;
  padding-top: 169px;
}

.ZT-contbox .zt-title img {
  height: auto;
  width: 100%;
}

.ZT-contbox .scrollbar::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background: #010101;
  border-radius: 10px;
}

.ZT-contbox .scrollbar::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}

.ZT-contbox .scrollbar::-webkit-scrollbar-corner {
  display: block;
}

.ZT-contbox .scrollbar::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  background-color: #AD0202;
  border-radius: 10px;
}

.ZT-contnews .warp_ {
  display: flex;
  width: 100%;
  overflow: hidden;
  padding-top: 72px;
}

.ZT-contnews .warp_ .text {
  flex: 1;
  overflow: hidden;
}

.ZT-contnews .warp_ .text .bt {
  background: url("../images/ico-jt.png") no-repeat left;
  width: 123px;
  height: 47px;
  background-size: 98% auto;
  margin-bottom: 56px;
}

.ZT-contnews .warp_ .text ul {
  height: 320px;
  overflow-y: auto;
}

.ZT-contnews .warp_ .text ul li {
  height: 64px;
  line-height: 64px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.ZT-contnews .warp_ .text ul li::before {
  width: 10px;
  height: 20px;
  background: url("../images/icon-sj.png") no-repeat center;
  background-size: 100% auto;
  content: '';
  display: block;
}

.ZT-contnews .warp_ .text ul li a {
  padding-left: 8px;
  display: block;
  flex: 1;
  font-size: 24px;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ZT-contnews .warp_ .text ul li a:hover {
  text-decoration: underline;
}

.ZT-contnews .warp_ .ritbox {
  margin-top: 64px;
  position: relative;
  margin-left: 10px;
}

.ZT-contnews .warp_ .leftbox {
  margin-top: 64px;
  position: relative;
  margin-right: 30px;
}

.ZT-contnews .warp_ .box {
  background: url("../images/videobj.png") no-repeat center top;
  width: 602px;
  height: 368px;
  background-size: 100% auto;
  position: relative;
  padding-bottom: 50px;
}

.ZT-contnews .warp_ .box .swiper {
  width: 516px;
  height: 295px;
  padding-bottom: 75px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 43px;
}

.ZT-contnews .warp_ .box .swiper .swiper-wrapper {
  height: 295px;
}

.ZT-contnews .warp_ .box .swiper iframe, .ZT-contnews .warp_ .box .swiper video {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
}

.ZT-contnews .warp_ .box .swiper .img_ {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.ZT-contnews .warp_ .box .swiper .img_ img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.ZT-contnews .warp_ .box .swiper .img_ .ico {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%);
  background: url("../images/play.png") no-repeat center;
  background-size: 100% auto;
  cursor: pointer;
  z-index: 1;
}

.ZT-contnews .warp_ .box .swiper-pagination {
  bottom: 0px;
  height: 20px;
}

.ZT-contnews .warp_ .box .swiper-pagination .swiper-pagination-bullet {
  background: url("../images/icon1.png") no-repeat center;
  width: 23px;
  height: 13px;
  background-size: 100% auto;
  border-radius: 0px;
  margin: 0 12px;
  opacity: 1;
}

.ZT-contnews .warp_ .box .swiper-pagination .swiper-pagination-bullet-active {
  background-image: url("../images/icon-on.png");
}

.swiper-pagination {
  bottom: 0px;
  height: 20px;
}

.swiper-pagination .swiper-pagination-bullet {
  background: url("../images/icon1.png") no-repeat center;
  width: 23px;
  height: 13px;
  background-size: 100% auto;
  border-radius: 0px;
  margin: 0 12px;
  opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-image: url("../images/icon-on.png");
}

.ZT-contimg .swiper {
  height: 540px;
  overflow: hidden;
  margin-top: 112px;
  width: 100%;
  padding-bottom: 50px;
}

.ZT-contimg .swiper-slide {
  height: 540px;
  width: 1000px;
  overflow: hidden;
  transform: scale(0.85);
  opacity: 0.5;
}

.ZT-contimg .swiper-slide img {
  height: 540px;
  width: 100%;
  object-fit: cover;
  display: block;
}

.ZT-contimg .swiper-slide-active, .ZT-contimg .swiper-slide-duplicate-active {
  transform: scale(1);
  opacity: 1;
}

#bigcontent2 {
  height: 100%;
  position: relative;
}

.fotter .fottertop2 {
  border: none;
}

#pic {
  position: absolute;
  display: none;
  z-index: 1000;
  right: 102%;
  top: 0px;
  left: initial;
}

#pic1 {
  width: 344px;
  height: auto;
  border-radius: 5px;
  -webkit-box-shadow: 5px 5px 5px 5px #0d0d0d;
  box-shadow: 5px 5px 5px 0px rgba(13, 13, 13, 0.3);
}

#loading {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99998;
}

#loadingAnim {
  width: 360px;
  height: 200px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -180px 0 0 -180px;
  z-index: 99999;
}

#loadingAnim .loadingtit {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #999;
  text-align: center;
}

#loadingAnim .loadingtxt {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 40px;
  color: #fff;
  text-align: center;
}

#loadingAnim .loadingAnim-img-wrap {
  position: absolute;
  left: 80px;
  top: 120px;
  width: 200px;
  height: 1px;
}

#loadingAnim .loadingAnim-img-wrap .loadingAnim-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
}

#loadingAnim .loadingAnim-img-wrap .loadingAnim-img-g {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

@keyframes fadeInUptop {
  0% {
    -webkit-transform: translateY(20px);
  }
  50% {
    -webkit-transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(20px);
  }
}
