﻿
.banner {
  position: relative;
}

.slide-banner .swiper-slide {
  overflow: hidden;
  position: relative;
}

.slide-banner .img-box {
  display: block;
  height: 100vh;
  position: relative;
  overflow: hidden;
  /*transform: scale(1.175);*/
  transition: 6s;
}

.slide-banner .img-box .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-banner .img-box:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}

.slide-banner .swiper-slide-active .img-box {
  /* transform: scale(1);*/
}

.slide-banner .video {
  width: 100%;
  height: 100vh;
  display: block;
  object-fit: cover;
  position: relative;
}

.slide-banner .video video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide-banner .videoHero .txt-box {
  position: absolute;
  left: 0;
  right: 0;
  top: -8%;
  bottom: 0;
  z-index: 3;
  background: url("../images/v-mask.png") no-repeat 50%/cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide-banner .videoHero .txt-box h2 {
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
  font-family: 'alpht', sans-serif;
  text-align: center;
}

.slide-banner .txt-box2 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: .4rem;
  z-index: 5;
  max-width: 80%;
}

.slide-banner .txt-box2 h3 {
  font-size: .3rem;
  line-height: .46rem;
  color: #fff;
  padding-left: 0.4rem;
  font-weight: bold;
}


.slide-banner .page {
  font-size: 0;
  bottom: 1.12rem;
}

.slide-banner .page span {
  width: .1rem;
  height: .1rem;
  margin: 0 .08rem;
  background: #fff;
  opacity: 1;
  border: 1px solid #fff;
}

.slide-banner .page span.active {
  background: transparent;
}

.miso_home {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}

.miso_scorll .ico img {
  display: block;
  width: .28rem;
}

.miso_scorll .ico {
  margin-bottom: .13rem;
  animation: index_tips_scroll 2s linear infinite;
}

.miso_scorll i {
  display: block;
  width: 1px;
  height: .5rem;
  background: #fff;
  margin: 0 auto;
}

@keyframes index_tips_scroll {
  0% {
    cy: 4;
    opacity: 0;
    transform: translateY(0);
  }

  45%, 55% {
    opacity: 1;
    cy: 9;
    transform: translateY(4px);
  }

  to {
    cy: 14;
    opacity: 0;
    transform: translateY(0);
  }
}


.title001 {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.title001 .ll {
  display: flex;
  align-items: flex-end;
}

.title001 h2 {
  font-size: .48rem;
  line-height: .5rem;
  color: #333333;
  /*   font-weight: 700;*/
  font-family: 'MicrosoftYaHeiSemibold', sans-serif;
  letter-spacing: .02rem;
}

.title001 h4 {
  font-size: .4rem;
  line-height: 1;
  color: #383838;
  opacity: .1;
  font-family: Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.title001 .more {
  display: block;
  font-size: .16rem;
  line-height: .34rem;
  color: transparent;
  height: .34rem;
  width: .66rem;
  background: url("../images/more-1.png") no-repeat 50%/100% .17rem;
  transition: .5s;
}

.title001 .more:hover {
  color: #fa7e19;
  background-image: url("../images/more-2.png");
}

.index-s1 .content {
  margin-top: .5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.index-s1 .left {
  width: 67.0625%;
}

.list1w a {
  display: block;
  position: relative;
}

.list1w a .pic {
  padding-top: 6.05rem;
}

.list1w a .txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: .52rem .57rem;
  z-index: 5;
}

.list1w a .txt h3 {
  font-size: .26rem;
  line-height: .36rem;
  color: #ffffff;
  font-weight: 700;
}

.list1w a .txt h5 {
  font-size: .16rem;
  line-height: .24rem;
  color: #ffffff;
  opacity: .8;
  margin-top: .05rem;
}

.list1w a:after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  height: 1.76rem;
  background: url("../images/s1-img-2-1.png") repeat-x bottom center/auto 99%;
}

.list1w .page {
  font-size: 0;
  bottom: .26rem;
  text-align: left;
  padding: 0 .57rem;
}

.list1w .page span {
  width: .11rem;
  height: .11rem;
  margin: 0 .16rem 0 0;
  background: #ec7b00;
  opacity: 1;
}

.list1w .page span.active {
  background: #ffffff;
}

.index-s1 .right {
  width: 30.25%;
}

.list_box1 li a {
  padding: .41rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.list_box1 li time {
  display: block;
  width: .65rem;
  text-align: center;
  color: #96070B;
  transition: .5s;
}

.list_box1 li time span {
  display: block;
  font-size: .48rem;
  line-height: 1;
  font-family: 'DIN-Medium';
}

.list_box1 li time em {
  display: block;
  font-size: .14rem;
  line-height: 1;
  font-family: 'DIN-Medium';
  margin-top: .01rem;
}

.list_box1 li .txt {
  width: calc(100% - .96rem);
}

.list_box1 li .txt h3 {
  font-size: .2rem;
  line-height: .3rem;
  color: #333333;
  max-height: .6rem;
  transition: .5s;
}

.list_box1 li:hover time {
  color: #fa7e19;
}

.list_box1 li:hover .txt h3 {
  color: #214ecc;
}

.list_box1 li {
  border-bottom: 1px solid #dddddd;
}

.list_box1 li:last-child {
  border-bottom: none;
}

.index-s1 {
  margin-bottom: 1.45rem;
}


.index-s2 .tab-tit {
  display: flex;
}

.index-s2 .tab-tit .li {
  position: relative;
  font-size: .48rem;
  line-height: .5rem;
  color: #333333;
  font-family: 'MicrosoftYaHeiSemibold', sans-serif;
  letter-spacing: .02rem;
  padding-left: .35rem;
  margin-left: .35rem;
  opacity: .6;
  cursor: pointer;
  transition: .5s;
}

.index-s2 .tab-tit .li:before {
  position: absolute;
  content: '';
  left: -.1rem;
  top: 50%;
  width: 2px;
  margin-top: .03rem;
  height: .32rem;
  background: #d3d3d3;
  transform: skew(-25deg) translateY(-50%);
}

.index-s2 .tab-tit .li:first-child {
  margin-left: 0;
  padding-left: 0;
}

.index-s2 .tab-tit .li:first-child:before {
  display: none;
}

.index-s2 .tab-tit .li.active {
  opacity: 1;
}

.list_box2 ul {
  display: flex;
  flex-wrap: wrap;
}

.list_box2 li {
  position: relative;
  width: 20.375%;
  margin-left: 6.16%;
}

.list_box2 li:first-child {
  margin-left: 0;
}

.list_box2 li a {
  height: 3.79rem;
  padding: .45rem 0 .36rem;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  justify-content: space-between;
}

.list_box2 li time {
  display: block;
  font-size: .14rem;
  line-height: .24rem;
  color: #818181;
  font-family: 'DIN-Medium';
  transition: .5s;
}

.list_box2 li .line {
  margin-top: .24rem;
  height: 1px;
  position: relative;
  background: rgba(0, 57, 137, 0.1);
}

.list_box2 li .line:before {
  position: absolute;
  content: '';
  left: 0;
  top: -1px;
  width: .1rem;
  height: 3px;
  background: #fa7e19;
}

.list_box2 li .line:after {
  position: absolute;
  content: '';
  left: .1rem;
  top: -1px;
  width: .65rem;
  height: 3px;
  background: #214ecc;
}


.list_box2 li h3 {
  font-size: .2rem;
  line-height: .3rem;
  color: #333333;
  max-height: .6rem;
  transition: .5s;
  margin-top: .22rem;
}

.list_box2 li p {
  font-size: .14rem;
  line-height: .24rem;
  color: #818181;
  -webkit-line-clamp: 3;
  max-height: .96rem;
  margin-top: .22rem;
}

.list_box2 li .bot {
  display: flex;
  justify-content: flex-end;
}

.list_box2 li .bot img {
  display: block;
  width: .52rem;
  opacity: 0;
  visibility: hidden;
  transition: .5s;
}

.list_box2 li:after {
  position: absolute;
  content: '';
  left: -.48rem;
  right: -.46rem;
  top: 0;
  bottom: 0;
  background: #fff url("../images/s2-img-2.png") no-repeat bottom center/contain;
  box-shadow: 0 0 .15rem .03rem rgba(6, 70, 158, 0.09);
  opacity: 0;
  visibility: hidden;
  transition: .5s;
}

.list_box2 li:hover:after {
  opacity: 1;
  visibility: visible;
}

.list_box2 li:hover time {
  color: #fa7e19;
}

.list_box2 li:hover h3 {
  font-weight: 700;
}

.list_box2 li:hover .bot img {
  opacity: 1;
  visibility: visible;
}

.index-s2 .child .gd {
  margin-top: .24rem;
  display: none;
  justify-content: center;
}

.index-s2 .child .gd a {
  display: block;
  font-size: .14rem;
  line-height: .42rem;
  color: #fff;
  background: #214ecc;
  border-radius: .05rem;
  width: 1rem;
  text-align: center;
}

.index-s2 .child {
  display: none;
}

.index-s2 .child.active {
  display: block;
}

.index-s2 .more {
  display: none;
}

.index-s2 .more.active {
  display: block;
}

.index-s2 .tab-con {
  margin-top: .4rem;
}

.index-s2 {
  position: relative;
  z-index: 3;
  margin-bottom: 1.1rem;
}

.index-s3 .wp {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}

.index-s3 .left {
  width: 16.75%;
  position: relative;
  z-index: 3;
}

.title002 h2 {
  font-size: .48rem;
  line-height: .5rem;
  color: #333333;
  /* font-weight: 700; */
  font-family: 'MicrosoftYaHeiSemibold', sans-serif;
  letter-spacing: .02rem;
}

.title002 h4 {
  position: relative;
  height: .6rem;
  margin-top: .4rem;
  z-index: 3;
}

.title002 h4 img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -.8rem;
  width: 5.12rem;
}


.index-s3 .right {
  width: 83.25%;
  padding-top: .4rem;
  position: relative;
  z-index: 2;
}

.index-s3 .right .box {
  position: relative;
  width: calc(100% + (100vw - 16rem) / 2);
  left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.index-s3 .right .rr {
  width: .42rem;
  padding-right: .3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.index-s3 .right .rr span {
  display: block;
  font-size: .12rem;
  line-height: 1;
  color: #fa7e19;
  letter-spacing: .03rem;
  font-family: 'DIN-Medium';
  writing-mode: tb-lr;
  writing-mode: vertical-lr;
  text-transform: uppercase;
}

.index-s3 .right .rr i {
  display: block;
  width: 1px;
  height: 1.65rem;
  background: #fa7e19;
  margin-top: .2rem;
}

.index-s3 .right .ll {
  width: calc(100% - .42rem);
  position: relative;
  z-index: 2;
}

.index-s3 .right .ll:after {
  position: absolute;
  content: '';
  right: 35.11%;
  width: 6.25vw;
  bottom: -1.34rem;
  height: 7.22rem;
  background: #1c50c9;
  z-index: -1;
}

.index-s3 .right .items {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.index-s3 .right .items a {
  display: block;
}

.index-s3 .right .items a .txt h3 {
  font-size: .2rem;
  line-height: .87rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.index-s3 .right .items a .txt .num {
  position: absolute;
  left: 0;
  right: 0;
  top: -.18rem;
  font-size: .36rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  font-family: 'DIN-Medium';
}

.index-s3 .right .items a .txt {
  position: relative;
  background: #16c6e0;
}

.index-s3 .right .items .item1 {
  width: 32.41%;
}

.index-s3 .right .items .item1 .top .pic {
  padding-top: 2.6rem;
}

.index-s3 .right .items .item1 .bot .pic {
  padding-top: 2.6rem;
}

.index-s3 .right .items .item1 .bot a .txt {
  background: #96070B;
}

.index-s3 .right .items .item2 {
  width: 32.48%;
}

.index-s3 .right .items .item2 .pic {
  padding-top: 5.2rem;
}

.index-s3 .right .items .item2 a .txt {
  background: #fcc51d;
}

.index-s3 .right .items .item3 {
  width: 35.11%;
}

.index-s3 .right .items .item3 .pic {
  padding-top: 6.08rem;
}

.index-s3 .right .items .item3 a .txt {
  background: #FA7E1A;
}

.index-s3 .bg-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 73.6%;
  height: 7.22rem;
  background: #1c50c9 url("../images/s3-img-6.png") no-repeat left bottom/contain;
  z-index: -1;
}

.index-s3 .index-bg-2 {
  position: absolute;
  left: 0;
  bottom: 1.33rem;
  width: 61.45vw;
  height: 67.76vw;
  background: url("../images/bg-2-1.png") no-repeat 50%/cover;
  z-index: -2;
  animation: fadein 5s linear infinite;
}

.index-s3 .index-bg-3 {
  position: absolute;
  right: 0;
  top: .4rem;
  width: 37.76vw;
  height: 50vw;
  background: url("../images/bg-3-1.png") no-repeat 50%/cover;
  z-index: -2;
  animation: fadein 5s linear infinite;
}

.index-s3 {
  position: relative;
  margin-bottom: 1.45rem;
  padding-bottom: 1.34rem;
  z-index: 2;
}

.index-s4 .content .top {
  margin-bottom: 1.04rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.index-s4 .content .top .top_l {
  width: 58.5%;
  position: relative;
  z-index: 3;
}

.list2w_hg a {
  display: block;
}

.list2w_hg a .img_zd {
  margin-right: .72rem;
  z-index: 3;
}

.list2w_hg a .img_hezi {
  padding-top: 5.11rem;
}

.list2w_hg a .play {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1.09rem;
  height: 1.09rem;
  margin: auto;
  background: url("../images/s4-img-2.png") no-repeat 50%/100%;
  z-index: 3;
}

.list2w_hg a .txt h3 {
  font-size: .26rem;
  line-height: .36rem;
  color: #96070B;
  font-weight: 700;
  transition: .5s;
}

.list2w_hg a .txt p {
  font-size: .14rem;
  line-height: .24rem;
  color: #818181;
  height: .48rem;
  margin-top: .2rem;
}

.list2w_hg a .txt:after {
  position: absolute;
  content: '';
  left: -.17rem;
  right: -.17rem;
  bottom: -.37rem;
  top: -.97rem;
  background: url("../images/s4-img-4.png") no-repeat bottom right/contain;
  z-index: -1;
}

.list2w_hg a .txt {
  position: relative;
  padding: .48rem 2.23rem .45rem .5rem;
  z-index: 2;

}

.list2w_hg a:hover .img_hezi {
  transform: scale(1.08);
}

.list2w_hg a:hover .txt h3 {
  color: #214ecc;
}

.list2w_hg {
  margin: 0 -.17rem;
  padding: 0 .17rem .4rem;
}

.index-s4 .content .top .top_r {
  width: 41.5%;
  position: relative;
  margin-top: .53rem;
  padding: .37rem .9rem .43rem .38rem;
  z-index: 2;
}

.index-s4 .content .top_r .span {

  display: flex;
  align-items: center;
  position: relative;
  margin: 0 0 .94rem -1.1rem;
}

.index-s4 .content .top_r .span i {
  display: block;
  width: 1.6rem;
  height: 1px;
  background: #13aac0;
  opacity: .54;
  margin-right: .16rem;
}

.index-s4 .content .top_r .span span {
  display: block;
  font-size: .12rem;
  line-height: 1;
  color: #13aac0;
  opacity: .54;
  font-family: 'DIN-Medium';
  text-transform: uppercase;
  letter-spacing: .03rem;
  white-space: nowrap;
  flex-shrink: 0;
}

.list2w_hgg a {
  display: block;
}

.list2w_hgg a p {
  font-size: .16rem;
  line-height: .3rem;
  color: #ffffff;
  -webkit-line-clamp: 6;
  opacity: .8;
  height: 1.8rem;
}

.index-s4 .btn-box {
  margin-top: .4rem;
  display: flex;
  justify-content: flex-end;
}

.index-s4 .btn-box .btn {
  position: static;
  transform: none;
  width: .52rem;
  height: .52rem;
  border: 1px solid #eebc23;
  border-radius: 50%;
  background: transparent no-repeat 50%/.22rem;
  cursor: pointer;
  transition: .5s;
}

.index-s4 .btn-box .prev {
  margin-right: .23rem;
  background-image: url("../images/prev-1.png");
}

.index-s4 .btn-box .next {
  background-image: url("../images/next-1.png");
}

.index-s4 .btn-box .prev:hover {
  background-image: url("../images/prev-2.png");
}

.index-s4 .btn-box .next:hover {
  background-image: url("../images/next-2.png");
}

.index-s4 .btn-box .btn:hover {
  background-color: #eebc23;
}

.index-s4 .content .top .bg-1 {
  position: absolute;
  content: '';
  left: -.72rem;
  top: 0;
  bottom: 0;
  right: calc((100vw - 16rem) / -2);
  background: url("../images/s4-img-6.png") no-repeat left bottom / cover;
  z-index: -1;
}


.list3w a {
  display: block;
}

.list3w a .ico {
  width: .59rem;
  height: .59rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.list3w a .ico img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.list3w a .ico svg {
  display: block;
  width: .59rem;
  max-height: 100%;
  fill: none;
  stroke: rgba(33, 78, 204, 0.99);
  stroke-miterlimit: 10;
  stroke-width: 1.5px;
}

.list3w a .txt h3 {
  display: flex;
  justify-content: center;
}

.list3w a .txt h3 span {
  display: block;
  font-size: .6rem;
  line-height: 1;
  color: #fa7e19;
  font-family: 'DIN-Medium';
  margin-right: .03rem;
}

.list3w a .txt h3 i {
  display: block;
  width: .15rem;
  background: url("../images/s4-ico-5.png") no-repeat top .1rem center/100%;
}

.list3w a .txt h4 {
  font-size: .18rem;
  line-height: .3rem;
  color: #1b1240;
  text-align: center;
  margin-top: .03rem;
  padding-left: .15rem;
}

.list3w a .txt {
  margin-top: .02rem;
}

.list3w .page {
  position: static;
  margin-top: .63rem;
  font-size: 0;
}

.list3w .page span {
  width: .1rem;
  height: .1rem;
  margin: 0 .13rem;
  background: #214ecc;
  opacity: 1;
}

.list3w .page span.active {
  background: #f27e00;
}

.list3w {
  max-width: 11.6rem;
  margin: 0 auto;
}

.index-s4 .content {
  margin-top: .76rem;
}

.index-s4 {
  position: relative;
  z-index: 2;
}

.index-page {
  padding: 1.71rem 0 .97rem;
  background: #f6f6f6;
}


.index-s5 .wp {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.index-s5 .left {
  width: 10.75%;
}

.index-s5 .title001 h2 {
  line-height: 1;
  writing-mode: vertical-lr;
  writing-mode: tb-lr;
}

.index-s5 .title001 h4 {
  line-height: 1;
  writing-mode: vertical-lr;
  writing-mode: tb-lr;
}

.index-s5 .title001 .ll {
  align-items: flex-start;
}

.index-s5 .title001 {
  position: static;
}

.index-s5 .right {
  padding-top: .11rem;
  width: 89.25%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.index-s5 .right .ll {
  width: 8.05%;
  display: flex;
  padding-left: .05rem;
}

.index-s5 .right .ll h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.index-s5 .right .ll span {
  display: block;
  font-size: .12rem;
  line-height: 1;
  color: #fa7e19;
  letter-spacing: .035rem;
  font-family: 'DIN-Medium';
  writing-mode: tb-lr;
  writing-mode: vertical-lr;
  text-transform: uppercase;
}

.index-s5 .right .ll i {
  display: block;
  width: 1px;
  height: 1.25rem;
  background: #fa7e19;
  margin-top: .28rem;
}

.index-s5 .right .rr {
  width: 91.95%;
}

@media (min-width: 1025px) {
  .list_box3 ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }

  .list_box3 li {
    width: 21.75%;
  }

  .list_box3 li:nth-child(2n) {
    margin-top: .52rem;
  }

  .list_box3 {
    margin-top: .16rem;
  }
}

.list_box3 li a {
  display: block;
}

.list_box3 li a .pic {
  padding-top: 4.81rem;
}

.index-s5 .wp {
  position: relative;
}

.index-s5 .title001 .more {
  position: absolute;
  right: 0;
  top: -.31rem;
}

.index-s5 .bg-1 {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 43.75vw;
  height: 42.6vw;
  background: url("../images/bg-5-1.png") no-repeat 50%/cover;
  z-index: -1;
  animation: fadein 5s linear infinite;
}

.index-s5 {
  position: relative;
  z-index: 2;
  padding: 1.71rem 0 .89rem;
}

.index-page .index-bg-1 {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 47.76vw;
  height: 47.76vw;
  background: url("../images/bg-1-1.png") no-repeat 50%/cover;
  z-index: -1;
  animation: fadein 5s linear infinite;
}

.index-page .index-bg-4 {
  position: absolute;
  content: '';
  right: 0;
  bottom: 3.23rem;
  width: 17.29vw;
  height: 37.76vw;
  background: url("../images/bg-4-1.png") no-repeat 50%/cover;
  z-index: -1;
  animation: fadein 5s linear infinite;
}

.index-page {
  position: relative;
  z-index: 2;
}

.aside {
  position: fixed;
  right: .36rem;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: visible;
  transition: .5s;
  z-index: 99999;
}

.aside ul li a {
  display: block;
  background: #fff;
  width: .71rem;
  height: .71rem;
  padding: .05rem;
  border-radius: 50%;
  box-shadow: 0 0 .08rem rgba(0, 41, 103, 0.31);
}

.aside ul li a .icon {
  position: relative;
  height: 100%;
  background: #214ecc;
  border-radius: 50%;
  transition: .5s;
}

.aside ul li a .icon img {
  max-width: .28rem;
  max-height: .27rem;
}

.aside ul li {
  position: relative;
  padding: 0.02rem 0;
}

.aside ul li p {
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  font-size: .16rem;
  width: .18rem;
  line-height: 1.125;
  font-weight: 700;
  color: #fa7e19;
  margin-right: .05rem;
  opacity: 0;
  visibility: hidden;
  transition: .5s;
  word-break: break-all;
}

.aside ul li:hover p {
  opacity: 1;
  visibility: visible;
}

.aside ul li:hover a .icon {
  background: #fa7e19;
}

.aside.hide {
  opacity: 1;
  visibility: visible;
}


@keyframes fadein {
  0% {
    opacity: .4;
  }
  25% {
    opacity: .7;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: .7;
  }
  100% {
    opacity: .4;
  }
}

@media (max-width: 1660px) {
  .index-s3 .right .box {
    width: calc(100% + (100vw - 96vw) / 2);
  }

  .index-s4 .content .top .bg-1 {
    right: calc((100vw - 96vw) / -2);
  }
}

@media (max-width: 1199px) {
  .banner {
    margin-top: .75rem;
  }

  .slide-banner .img-box,
  .slide-banner .video {
    height: 52vw;
  }

  .slide-banner .videoHero .txt-box h2 {
    font-size: .8rem;
  }

  .aside {
    display: none;
  }
}

@media (max-width: 1025px) {
  .slide-banner .page {
    bottom: .2rem;
  }

  .miso_scorll i {
    height: .2rem;
  }

  .miso_scorll .ico img {
    width: .2rem;
  }

  .slide-banner .txt-box2 h3 {
    font-size: .2rem;
    line-height: .3rem;
  }

  .slide-banner .txt-box2 {
    bottom: .4rem;
    max-width: none;
  }

  .miso_home {
    display: none;
  }

  .title001 h2 {
    font-size: .26rem;
    line-height: .3rem;
  }

  .title001 h4 {
    font-size: .22rem;
  }

  .title001 .more {
    font-size: 12px;
    line-height: 20px;
    background-size: auto .14rem;
  }

  .index-s1 .left {
    width: 100%;
    margin-bottom: .25rem;
  }

  .list1w a .pic {
    padding-top: 56.39%;
  }

  .list1w a .txt h3 {
    font-size: .2rem;
    line-height: .3rem;
  }

  .list1w a .txt {
    padding: .4rem .2rem;
  }

  .list1w .page {
    bottom: .2rem;
    padding: 0 .2rem;
  }

  .index-s1 .right {
    width: 100%;
  }

  .list_box1 li a {
    padding: .2rem 0;
  }

  .list_box1 li time span {
    font-size: .4rem;
  }

  .list_box1 li .txt h3 {
    font-size: .18rem;
  }

  .index-s1 .content {
    margin-top: .26rem;
  }

  .index-s1 {
    margin-bottom: .25rem;
  }

  .index-s2 .tab-tit .li {
    font-size: .26rem;
    line-height: .3rem;
    padding-left: 0.15rem;
    margin-left: 0.15rem;
  }

  .index-s2 .tab-tit .li:before {
    left: -.05rem;
    width: 1.5px;
    height: 0.15rem;
  }

  .list_box2 li {
    width: 49%;
    margin: 0;
  }

  .list_box2 li a {
    padding: .2rem;
    height: auto;
  }

  .list_box2 li h3 {
    height: .6rem;
  }

  .list_box2 ul {
    gap: .24rem 2%;
  }

  .list_box2 li:after {
    left: 0;
    right: 0;
    opacity: 1;
    visibility: visible;
  }

  .list_box2 li .bot img {
    opacity: 1;
    visibility: visible;
  }

  .list_box2 li .bot {
    margin-top: .2rem;
  }

  .index-s2 .tab-con {
    margin-top: 0.26rem;
  }

  .index-s2 {
    margin-bottom: .4rem;
  }

  .index-s3 .left {
    width: 100%;
    margin-bottom: .26rem;
  }

  .title002 h2 {
    font-size: .26rem;
    line-height: .3rem;
  }

  .title002 h4 {
    height: .26rem;
    margin-top: .05rem;
  }

  .title002 h4 img {
    position: static;
    height: 100%;
    width: auto;
  }

  .index-s3 .right {
    width: 100%;
    padding-top: 0;
  }

  .index-s3 .right .rr {
    display: none;
  }

  .index-s3 .right .box {
    width: 100%;
  }

  .index-s3 .right .ll {
    width: 100%;
  }

  .index-s3 .right .items a .txt h3 {
    line-height: .7rem;
  }

  .index-s3 .bg-1 {
    width: 100%;
    top: 1rem;
    height: auto;
  }

  .index-s3 {
    padding-bottom: .45rem;
    margin-bottom: .45rem;
  }

  .index-s4 .content .top .top_l {
    width: 100%;
  }

  .list2w_hg a .img_zd {
    margin-right: 0;
  }

  .list2w_hg a .img_hezi {
    padding-top: 59.14%;
  }

  .list2w_hg a .play {
    width: .7rem;
    height: .7rem;
  }

  .list2w_hg a .txt:after {
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("../images/s4-img-3.png");
    background-color: #f9fafa;
  }

  .list2w_hg a .txt {
    padding: .2rem;
  }

  .list2w_hg a .txt h3 {
    font-size: .2rem;
    line-height: .3rem;
  }

  .list2w_hg a .txt p {
    margin-top: .05rem;
  }

  .list2w_hg {
    margin: 0;
    padding: 0;
  }

  .index-s4 .content .top .top_r {
    width: 100%;
    margin-top: 0;
    padding: .2rem;
  }

  .list2w_hgg a p {
    -webkit-line-clamp: 4;
    height: 1.2rem;
  }

  .index-s4 .content .top .bg-1 {
    left: 0;
    right: 0;
  }

  .index-s4 .content .top_r .span {
    display: none;
  }

  .index-s4 .btn-box {
    margin-top: .2rem;
  }

  .index-s4 .btn-box .btn {
    width: .4rem;
    height: .4rem;
    background-size: .15rem;
  }

  .list3w a .txt h3 span {
    font-size: .4rem;
  }

  .list3w a .txt h4 {
    line-height: .24rem;
  }

  .index-s4 .content .top {
    margin-bottom: .3rem;
  }

  .list3w .page {
    margin-top: .3rem;
  }

  .list3w .page span {
    margin: 0 .05rem;
  }

  .index-s4 .content {
    margin-top: 0.26rem;
  }

  .index-page {
    padding: 0.4rem 0 0.45rem;
  }

  .index-s5 .left {
    width: 100%;

  }

  .index-s5 .title001 h2 {
    writing-mode: unset;
    line-height: .3rem;
  }

  .index-s5 .title001 h4 {
    writing-mode: unset;
  }

  .index-s5 .title001 .ll {
    align-items: flex-end;
  }

  .index-s5 .title001 .more {
    position: static;
  }

  .index-s5 .right {
    width: 100%;
    padding-top: 0;
    margin-top: .26rem;
  }

  .index-s5 .right .ll {
    display: none;
  }

  .index-s5 .right .rr {
    width: 100%;
  }

  .list_box3 {
    margin-top: 0;
  }

  .list_box3 li a .pic {
    padding-top: 168.18%;
  }

  .index-s5 {
    padding: 0.4rem 0 0.45rem;
  }

  .index-s3 .right .ll:after {
    display: none;
  }
}

@media (max-width: 769px) {
  .list_box2 li p {
    margin-top: .05rem;
  }

  .list_box2 li h3 {
    font-size: .19rem;
    margin-top: .12rem;
  }

  .list_box2 li .line {
    margin-top: 0.1rem;
  }

  .list_box2 li .bot img {
    width: .35rem;
    height: .35rem;
  }

  .list_box2 li .bot {
    margin-top: .1rem;
  }

  .index-s3 .right .items .item1 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .index-s3 .right .items .item1 > div {
    width: 50%;
  }

  .index-s3 .right .items .item1 .top .pic,
  .index-s3 .right .items .item1 .bot .pic {
    padding-top: 55.32%;
  }

  .index-s3 .right .items .item2,
  .index-s3 .right .items .item3 {
    width: 50%;
  }

  .index-s3 .right .items .item2 .pic,
  .index-s3 .right .items .item3 .pic {
    padding-top: 110.4%;
  }

  .index-s3 .right .items a .txt .num {
    font-size: .3rem;

  }

  .index-s3 .right .items a .txt h3 {
    line-height: .6rem;
    font-size: .18rem;
  }

  .index-s4 .btn-box {
    margin-top: .1rem;
  }

  .list2w_hg a .txt h3 {
    font-size: .18rem;
  }

  .slide-banner .videoHero .txt-box h2 {
    font-size: .6rem;
  }
}

@media (max-width: 481px) {
  .slide-banner .videoHero .txt-box h2 {
    font-size: .4rem;
  }

  .slide-banner .page {
    bottom: .15rem;
  }

  .slide-banner .txt-box2 {
    bottom: .3rem;
  }

  .list_box1 li a {
    padding: .15rem 0;
  }

  .list_box1 li .txt {
    width: calc(100% - 0.8rem);
  }

  .list_box2 li {
    width: 100%;
  }

  .index-s2 .child .gd {
    display: flex;
  }

  .index-s2 .title001 .rr {
    display: none;
  }

  .index-s2 .title001 .ll {
    width: 100%;
  }

  .index-s2 .tab-tit {
    width: 100%;
    justify-content: space-between;
  }

  .index-s2 .tab-tit .li:before {
    display: none;
  }

  .index-s2 .tab-tit .li {
    width: 33.33%;
    text-align: center;
    font-size: .24rem;
  }

  .list2w_hg a .play {
    width: .45rem;
    height: .45rem;
  }
}

@media only screen and  (-webkit-min-device-pixel-ratio: 1.25) {
  @media (min-width: 1199px) {
    .index-s3 .right .box {
      width: calc(100% + (100vw - 16rem) / 2);
    }
  }

}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  @media (min-width: 1199px) {
    .index-s3 {
      padding-bottom: 0.65rem;
    }

    .index-s3 .right .rr i {
      height: .91rem;
    }

    .index-s3 .right .ll:after {
      bottom: -.65rem;
    }
  }
}

.fancybox-container {
  z-index: 100001;
}