@font-face {

  font-family: YouSheBiaoTiHei;

  src: url(/fonts/YouSheBiaoTiHei-2.ttf);
}

.home {

  position: relative;

  width: 100%;
}

.home .bg_video {

  position: fixed;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  z-index: -1;
}

.home .bg_video::before {

  content: '';

  display: block;

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  background: rgba(255, 255, 255, 0.5);
}

.home .bg_video video {

  width: 100%;

  height: 100%;

  object-fit: cover;
}

.home .banner {

  height: 56.25vw;

  width: 100%;

  position: relative;
}

.home .banner img {

  object-fit: cover;
}

.home .banner .gd_img {

  height: 100%;
}

.home .banner .gd_img img {

  width: 100%;

  height: 100%;
}

.home .banner .gd_text {

  position: absolute;

  width: 90%;

  top: 44%;

  left: 50%;

  transform: translate(-50%, -50%);

  z-index: 10;

  text-align: center;
}

.home .banner .gd_text h1 {

  font-size: 6.7708333333vw;

  color: #fff;

  line-height: 8.3333333333vw;

  margin: 0;

  font-family: YouSheBiaoTiHei;

  font-weight: 400;
}

.home .banner .gd_text p {

  font-size: 5.9895833333vw;

  color: #fff;

  line-height: 8.3333333333vw;

  font-weight: 400;

  font-family: YouSheBiaoTiHei;
}

.home .banner .gd_kao {

  position: absolute;

  right: 0;

  top: 0;

  height: 100%;

  width: 56.09375vw;

  z-index: 5;
}

.home .banner .banner_swiper {

  width: 56.09375vw;

  height: 100%;

  position: absolute;

  top: 0;

  right: 0;

  clip-path: polygon(37vw 0, 0 44vw, 19vw 100%, 100% 100%, 100% 0);
}

.home .banner .banner_swiper .swiper-slide img {

  width: 100%;

  height: 100%;
}

.home .about {

  width: 82.292vw;

  margin: 8vw auto;
}

.home .about .d1 {

  display: flex;

  justify-content: space-between;
}

.home .about .d1 .l {

  width: 48%;
}

.home .about .d1 .l .p1 {

  font-size: 2.6vw;

  font-weight: 600;
}

.home .about .d1 .l a {

  display: flex;

  align-items: center;

  margin-top: 1vw;
}

.home .about .d1 .l a p {

  color: #E11B00;

  font-size: 1.26vw;

  font-weight: 600;
}

.home .about .d1 .l a svg {

  display: block;

  transition: all 600ms;

  margin-left: 20px;
}

.home .about .d1 .l a:hover svg {

  transform: translateX(20px);
}

.home .about .d1 .r {

  width: 50%;

  color: #666;

  font-size: 1.1vw;

  line-height: 1.6;
}

.home .about .d2 {

  width: 100%;

  margin: 2vw 0;

  overflow: hidden;
}

.home .about .d2 img {

  width: 100%;

  display: block;

  max-height: 20vw;

  object-fit: cover;

  transition: all 600ms;
}

.home .about .d2:hover img {

  transform: scale(1.05);
}

.home .service {

  width: 82.292vw;

  margin: 8vw auto;

  display: flex;

  justify-content: space-between;
}

.home .service .l {

  width: 32%;
}

.home .service .l .p1 {

  font-size: 2.6vw;

  font-weight: 600;
}

.home .service .l .des {

  color: #666;

  font-size: 1.1vw;

  line-height: 1.6;
}

.home .service .l a {

  display: flex;

  align-items: center;

  margin-top: 3vw;
}

.home .service .l a p {

  color: #E11B00;

  font-size: 1.26vw;

  font-weight: 600;
}

.home .service .l a svg {

  display: block;

  transition: all 600ms;

  margin-left: 20px;
}

.home .service .l a:hover svg {

  transform: translateX(20px);
}

.home .service .r {

  width: 63%;

  position: relative;
}

.home .service .r .pic {

  position: absolute;

  left: -5%;

  top: 0;

  width: 40%;

  overflow: hidden;

  z-index: 10;
}

.home .service .r .pic img {

  width: 100%;

  object-fit: cover;

  height: 26vw;

  transition: all 600ms;
}

.home .service .r .pic:hover img {

  transform: scale(1.05);
}

.home .service .r .txt {

  background-color: #F7F7F7;

  padding: 3vw;

  margin-top: 11vw;
}

.home .service .r .txt .dt {

  margin-left: 40%;
}

.home .service .r .txt .dt .p1 {

  display: flex;

  align-items: center;

  font-size: 1.4vw;

  font-weight: 600;
}

.home .service .r .txt .dt .p1::before {

  content: '';

  display: block;

  width: 8px;

  height: 8px;

  background-color: #F90D1B;

  margin-right: 10px;
}

.home .service .r .txt .dt .des {

  color: #666;

  font-size: 1.1vw;

  line-height: 1.6;

  margin-top: 10px;
}

.home .service .r .txt .dt:first-child {

  margin-bottom: 2vw;
}

.home .tz {

  width: 82.292vw;

  margin: 8vw auto 5vw auto;

  display: flex;

  justify-content: space-between;

  flex-wrap: wrap;
}

.home .tz .item {

  width: 32%;

  margin-bottom: 3vw;
}

.home .tz .item .p1 {

  font-size: 2.6vw;

  font-weight: 600;
}

.home .tz .item .icon img {

  width: 4vw;
}

.home .tz .item .p2 {

  font-size: 1.4vw;

  font-weight: 600;

  margin: 1vw 0 0.5vw 0;
}

.home .tz .item .des {

  color: #666;

  font-size: 1.1vw;

  font-weight: 300;

  line-height: 1.6;
}

.home .tz .item a {

  display: flex;

  align-items: center;

  margin-top: 1vw;
}

.home .tz .item a p {

  color: #E11B00;

  font-size: 1.26vw;

  font-weight: 600;
}

.home .tz .item a svg {

  display: block;

  transition: all 600ms;

  margin-left: 20px;
}

.home .tz .item a:hover svg {

  transform: translateX(20px);
}

.home .news {

  background: #F7F7F7;

  padding: 6vw 0;
}

.home .news .content {

  width: 82.292vw;

  margin: 0 auto;

  display: flex;

  justify-content: space-between;
}

.home .news .content .l {

  width: 35%;
}

.home .news .content .l .p1 {

  font-size: 2.6vw;

  font-weight: 600;
}

.home .news .content .l a {

  display: flex;

  align-items: center;

  margin-top: 1vw;
}

.home .news .content .l a p {

  color: #E11B00;

  font-size: 1.26vw;

  font-weight: 600;
}

.home .news .content .l a svg {

  display: block;

  transition: all 600ms;

  margin-left: 20px;
}

.home .news .content .l a:hover svg {

  transform: translateX(20px);
}

.home .news .content .r {

  width: 60%;
}

.home .news .content .r a {

  display: flex;

  border-bottom: 1px solid #CFCFCF;

  padding: 1.5vw 0;

  align-items: center;

  position: relative;
}

.home .news .content .r a .time {

  color: #666;

  font-size: 1.1vw;
}

.home .news .content .r a .pt {

  color: #000;

  font-size: 1.4vw;

  overflow: hidden;

  white-space: nowrap;

  text-overflow: ellipsis;

  margin-left: 2vw;

  max-width: 75%;
}

.home .news .content .r a .icon {

  position: absolute;

  right: 0;

  top: 50%;

  transform: translateY(-50%);
}

.home .news .content .r a:hover .pt {

  font-weight: bold;
}

.home .zzfw {

  width: 100%;

  margin: 8vw auto;
}

.home .zzfw .t1 {

  width: 82.292vw;

  margin: 0 auto;

  display: flex;

  justify-content: space-between;

  align-items: flex-end;
}

.home .zzfw .t1 .p1 {

  font-size: 2.6vw;

  font-weight: 600;
}

.home .zzfw .t1 a {

  display: flex;

  align-items: center;
}

.home .zzfw .t1 a p {

  color: #E11B00;

  font-size: 1.26vw;

  font-weight: 600;

  transform: translateY(-10px);
}

.home .zzfw .t1 a svg {

  display: block;

  transition: all 600ms;

  margin-left: 20px;

  transform: translateY(-10px);
}

.home .zzfw .t1 a:hover svg {

  transform: translateY(-10px) translateX(20px);
}

.home .zzfw .allItems {

  margin: 2vw 0 0 calc((100% - 82.292vw) / 2);
}

.home .zzfw .allItems .swiper-container {

  width: 100%;
}

.home .zzfw .allItems .swiper-container a {

  display: block;
}

.home .zzfw .allItems .swiper-container a .pic {

  overflow: hidden;
}

.home .zzfw .allItems .swiper-container a .pic img {

  width: 100%;

  height: 16vw;

  object-fit: cover;

  transition: all 600ms;
}

.home .zzfw .allItems .swiper-container a .t {

  font-size: 1.4vw;

  font-weight: 600;

  margin: 1vw 0;
}

.home .zzfw .allItems .swiper-container a .des {

  color: #666;

  font-size: 1.1vw;

  line-height: 1.6;
}

.home .zzfw .allItems .swiper-container a:hover .pic img {

  transform: scale(1.05);
}

.home .section1 {

  position: relative;

  height: calc(100vh + 500px);
}

.home .section1 img {

  object-fit: cover;
}

.home .section1 .fix {

  height: 100vh;

  position: sticky;

  width: 100%;

  top: 0;
}

.home .section1 .fix .black {

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  background: #fff;

  display: flex;

  align-items: center;

  justify-content: center;
}

.home .section1 .fix .text {

  text-align: center;

  width: 66.25vw;

  position: relative;

  z-index: 4;

  display: none;
}

.home .section1 .fix .text img {

  width: 100%;
}

.home .section1 .fix .video {

  position: absolute;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;
}

.home .section1 .fix .video:after {

  content: '';

  position: absolute;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  background: rgba(255, 255, 255, 0.95);

  z-index: 12;

  opacity: 0;

  transition: .6s;
}

.home .section1 .fix .video video,.home .section1 .fix .video img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  transform: scale(0.5);
}

.home .section1 .fix .video.on:after {

  opacity: 1;
}

.home .section2 {

  padding: 4.6875vw 0 8.3333333333vw 0;

  overflow: hidden;

  position: relative;

  z-index: 5;
}

.home .section2 * {

  box-sizing: border-box;
}

.home .section2 .wrap {

  width: 80vw;

  margin: auto;

  display: flex;
}

.home .section2 .wrap .l {

  margin: 0 4.1666666667vw 0 0;
}

.home .section2 .wrap .l .title {

  margin: 0 0 2.8125vw;
}

.home .section2 .wrap .l .title h1 {

  font-size: 3.3333333333vw;

  color: #111;

  line-height: 5.4166666667vw;

  margin: 0;
}

.home .section2 .wrap .l .title p {

  font-size: 1.4583333333vw;

  color: #111;
}

.home .section2 .wrap .l .content {

  display: flex;

  position: relative;
  justify-content: space-between;
}

.home .section2 .wrap .l .content .flex{
  width: 48%;
}

.home .section2 .wrap .l .content .flex:not(:last-child) {

  margin: 0 2.6041666667vw 0 0;
}

.home .section2 .wrap .l .content .flex .list {

  display: flex;

  align-items: center;

  cursor: pointer;
}

.home .section2 .wrap .l .content .flex .list:not(:last-child) {

  margin: 0 0 0.8333333333vw;
}

.home .section2 .wrap .l .content .flex .list img {

  width: 0.5208333333vw;

  height: 0.6770833333vw;

  margin: 0 0.5208333333vw 0 0;

  opacity: 0;

  transition: .6s;
}

.home .section2 .wrap .l .content .flex .list p {

  font-size: 1.0416666667vw;

  color: #999;

  font-weight: 600;

  line-height: 2.0833333333vw;

  transform: translateX(-1.0416666667vw);

  transition: .6s;
}

.home .section2 .wrap .l .content .flex .list.on img {

  opacity: 1;
}

.home .section2 .wrap .l .content .flex .list.on p {

  color: #E01C1C;

  transform: translateX(0);
}

.home .section2 .wrap .l .content .position_cut {

  position: absolute;

  bottom: 0.6770833333vw;

  right: -2.6041666667vw;

  z-index: 5;

  display: flex;

  align-items: center;

  font-weight: bold;
}

.home .section2 .wrap .l .content .position_cut .swiper-pagination {

  display: flex;

  align-items: center;

  position: static;

  color: #DDD;

  font-size: 0.7291666667vw;
}

.home .section2 .wrap .l .content .position_cut .swiper-pagination .swiper-pagination-current {

  color: #E01C1C;
}

.home .section2 .wrap .l .content .position_cut .swiper-pagination span {

  color: #DDD;

  font-size: 0.7291666667vw;

  font-weight: bold;
}

.home .section2 .wrap .l .content .position_cut .swiper-pagination .line {

  margin: 0 0.3125vw 0 0.46875vw;
}

.home .section2 .wrap .l .content .position_cut img {

  cursor: pointer;
}

.home .section2 .wrap .l .content .position_cut .bf {

  width: 0.3125vw;

  margin: 0 0.46875vw 0 0.6770833333vw;
}

.home .section2 .wrap .l .content .position_cut .zt {

  width: 0.3125vw;
}

.home .section2 .wrap .r {

  width: 44.0833333333vw;

  margin: 1.71875vw 0 0 0;
}

.home .section2 .wrap .r .products_swiper {

  width: 87.2916666667vw;
}

.home .section2 .wrap .r .products_swiper .swiper-slide {

  padding: 0 0 2.3958333333vw;
}

.home .section2 .wrap .r .products_swiper .swiper-slide .bg {

  width: 100%;

  height: 26.0416666667vw;

  border-radius: 2.6041666667vw;

  overflow: hidden;

  position: relative;

  z-index: 5;

  border: 0.3125vw solid transparent;

  transition: .6s;

  display: block;
}

.home .section2 .wrap .r .products_swiper .swiper-slide .bg img {

  width: 100%;

  height: 100%;
}

.home .section2 .wrap .r .products_swiper .swiper-slide .bg .text {

  position: absolute;

  bottom: 0;

  height: 10.1041666667vw;

  width: 100%;

  left: 0;

  padding: 2.6041666667vw 1.25vw 0 1.25vw;

  z-index: 1;

  overflow: hidden;
}

.home .section2 .wrap .r .products_swiper .swiper-slide .bg .text::after {

  content: '';

  position: absolute;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);

  z-index: -1;

  border-bottom-left-radius: 2.6041666667vw;

  border-bottom-right-radius: 2.6041666667vw;

  transition: .6s;
}

.home .section2 .wrap .r .products_swiper .swiper-slide .bg .text::before {

  content: '';

  position: absolute;

  width: 100%;

  height: 100%;

  top: 11px;

  left: 0;

  background: linear-gradient(180deg, rgba(221, 32, 22, 0) 0%, rgba(224, 28, 28, 0.41) 100%);

  z-index: -1;

  border-bottom-left-radius: 2.6041666667vw;

  border-bottom-right-radius: 2.6041666667vw;

  transition: .6s;

  opacity: 0;
}

.home .section2 .wrap .r .products_swiper .swiper-slide .bg .text span {

  font-size: 1.6vw;

  color: #fff;

  font-weight: 700;

  margin: 0 0 0.3125vw;

  display: block;
}

.home .section2 .wrap .r .products_swiper .swiper-slide .bg .text p {

  font-size: 0.9375vw;

  color: #fff;
}

.home .section2 .wrap .r .products_swiper .swiper-slide .num {

  position: absolute;

  color: #E01C1C;

  font-family: Orbitron;

  font-size: 4.1666666667vw;

  font-weight: 700;

  line-height: 5.4166666667vw;

  /* 130% */

  right: 1.6666666667vw;

  bottom: 0;

  z-index: 9;
}

.home .section2 .wrap .r .products_swiper .swiper-slide.swiper-slide-active .bg {

  border: 0.3125vw solid #FC5555;
}

.home .section2 .wrap .r .products_swiper .swiper-slide.swiper-slide-active .bg .text::after {

  opacity: 0;
}

.home .section2 .wrap .r .products_swiper .swiper-slide.swiper-slide-active .bg .text::before {

  opacity: 1;
}

.home .section3 {

  overflow: hidden;

  padding: 0 0 6.25vw;

  position: relative;

  z-index: 5;
}

.home .section3 * {

  box-sizing: border-box;
}

.home .section3 .wrap {

  width: 80vw;

  margin: auto;

  display: flex;

  justify-content: space-between;

  align-items: center;
}

.home .section3 .wrap .left h1 {

  font-size: 3.3333333333vw;

  color: #111;

  margin: 0 0 0.2083333333vw;
}

.home .section3 .wrap .left h5 {

  font-size: 1.4583333333vw;

  color: #111;

  margin: 0;
}

.home .section3 .wrap .left .text {

  font-size: 0.9375vw;

  color: #333;

  line-height: 1.875vw;

  margin: 1.7708333333vw 0 0 0;
}

.home .section3 .wrap .left .btn {

  border: 1px solid #e01c1c;

  display: flex;

  align-items: center;

  padding: .5vw 1.5vw;

  border-radius: 30px;

  width: fit-content;

  font-size: 1vw;

  color: #E01C1C;

  transition: all 600ms;

  margin: 6.6666666667vw 0 0 0;
}

.home .section3 .wrap .left .btn svg path {

  transition: all 600ms;
}

.home .section3 .wrap .left .btn p {

  margin-right: 0.6vw;

  font-weight: bold;
}

.home .section3 .wrap .left .btn svg {

  width: 1.25vw;

  display: block;
}

.home .section3 .wrap .left .btn:hover {

  background-color: #e01c1c;

  color: white;
}

.home .section3 .wrap .left .btn:hover svg path {

  stroke: #fff;
}

.home .section3 .wrap .right {

  width: 38.9583333333vw;

  height: 38.9583333333vw;

  position: relative;
}

.home .section3 .wrap .right .img {

  width: 100%;

  height: 100%;

  animation: color2 5s ease-in-out infinite alternate;
}

@keyframes color2 {

  0% {

    transform: translate3d(30px, 0px, 0);

    opacity: 1;
  }

  50% {

    transform: translate3d(50px, 50px, 0);

    opacity: .33;
  }

  100% {

    transform: translate3d(-30px, 30px, 0) rotate(45deg);

    opacity: 1;
  }
}

.home .section3 .wrap .right .position {

  position: absolute;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  pointer-events: none;
}

.home .section3 .wrap .right .position .item {

  position: absolute;

  pointer-events: auto;
}

.home .section3 .wrap .right .position .item div {

  display: flex;

  align-items: center;
}

.home .section3 .wrap .right .position .item div span {

  font-size: 2.3958333333vw;

  color: #111;

  position: relative;

  font-weight: 500;
}

.home .section3 .wrap .right .position .item div img {

  position: relative;

  top: 0.15625vw;

  margin: 0 0 0 0.15625vw;
}

.home .section3 .wrap .right .position .item p {

  color: #111;

  font-size: 3.6458333333vw;

  font-weight: bold;

  line-height: 1;

  position: relative;

  display: inline;

  transition: .2s linear;
}

.home .section3 .wrap .right .position .item.item1 {

  top: 13.59375vw;

  left: -3.6458333333vw;
}

.home .section3 .wrap .right .position .item.item2 {

  top: 6.1979166667vw;

  left: 27.7083333333vw;
}

.home .section3 .wrap .right .position .item.item3 {

  top: 24.3229166667vw;

  left: 16.1458333333vw;
}

.home .section3 .wrap .right .position .item:hover p {

  font-size: 4.6875vw;
}

.home .section4 {

  overflow: hidden;

  padding: 0 0 6.25vw;

  position: relative;

  z-index: 5;
}

.home .section4 * {

  box-sizing: border-box;
}

.home .section4 .wrap {

  width: 80vw;

  margin: auto;
}

.home .section4 .wrap .top {

  display: flex;

  align-items: flex-end;

  justify-content: space-between;
}

.home .section4 .wrap .top .title h1 {

  font-size: 3.3333333333vw;

  color: #111;

  font-weight: bold;

  margin: 0;
}

.home .section4 .wrap .top .title p {

  font-size: 1.4583333333vw;

  color: #111;
}

.home .section4 .wrap .top .btn {

  border: 1px solid #e01c1c;

  display: flex;

  align-items: center;

  padding: .5vw 1.5vw;

  border-radius: 30px;

  width: fit-content;

  font-size: 1vw;

  color: #E01C1C;

  transition: all 600ms;

  position: relative;

  top: -0.5208333333vw;
}

.home .section4 .wrap .top .btn svg path {

  transition: all 600ms;
}

.home .section4 .wrap .top .btn p {

  margin-right: 0.6vw;

  font-weight: bold;
}

.home .section4 .wrap .top .btn svg {

  width: 1.25vw;

  display: block;
}

.home .section4 .wrap .top .btn:hover {

  background-color: #e01c1c;

  color: white;
}

.home .section4 .wrap .top .btn:hover svg path {

  stroke: #fff;
}

.home .section4 .wrap .content {

  margin: 4.21875vw 0 0 0;

  display: flex;

  justify-content: space-between;
}

.home .section4 .wrap .content .side {

  height: fit-content;

  width: 14.0625vw;

  border: 1px solid #DDDDDD;

  border-bottom: 1px solid transparent;
}

.home .section4 .wrap .content .side .list {

  width: 100%;

  height: 3.125vw;

  border-bottom: 1px solid #DDDDDD;

  display: flex;

  align-items: center;

  cursor: pointer;
}

.home .section4 .wrap .content .side .list div {

  width: 0.625vw;

  height: 0.15625vw;

  background-color: #E01C1C;

  border-radius: 1.0416666667vw;

  margin: 0 0.4166666667vw 0 1.0416666667vw;

  transition: .6s;

  opacity: 0;
}

.home .section4 .wrap .content .side .list p {

  font-size: 0.8333333333vw;

  color: #666;

  transition: .6s;

  transform: translateX(-1.0416666667vw);
}

.home .section4 .wrap .content .side .list.on div {

  opacity: 1;
}

.home .section4 .wrap .content .side .list.on p {

  transform: translateX(0);

  color: #E01C1C;
}

.home .section4 .wrap .content .flex {

  width: 60.9375vw;
}

.home .section4 .wrap .content .flex .matter {

  display: none;
}

@keyframes y {

  0% {

    opacity: 0;

    transform: translateY(20px);
  }

  100% {

    transform: translateY(0);

    opacity: 1;
  }
}

.home .section4 .wrap .content .flex .matter.on {

  display: block;

  animation: y .6s forwards linear;
}

.home .section4 .wrap .content .flex .matter .item {

  padding: 2.0833333333vw 0;

  border-bottom: 1px solid #D9D9D9;

  display: block;
}

.home .section4 .wrap .content .flex .matter .item:first-child {

  border-top: 1px solid #D9D9D9;
}

.home .section4 .wrap .content .flex .matter .item .headline {

  display: flex;

  align-items: center;

  justify-content: space-between;

  margin: 0 0 1.25vw;
}

.home .section4 .wrap .content .flex .matter .item .headline .btn {

  border: 1px solid #e01c1c;

  display: flex;

  align-items: center;

  padding: .5vw 1.5vw;

  border-radius: 30px;

  width: fit-content;

  font-size: 1vw;

  color: #E01C1C;

  transition: all 600ms;
}

.home .section4 .wrap .content .flex .matter .item .headline .btn svg path {

  transition: all 600ms;
}

.home .section4 .wrap .content .flex .matter .item .headline .btn p {

  font-weight: bold;
}

.home .section4 .wrap .content .flex .matter .item .headline .btn svg {

  width: 1.25vw;

  display: block;
}

.home .section4 .wrap .content .flex .matter .item .headline .btn:hover {

  background-color: #e01c1c;

  color: white;
}

.home .section4 .wrap .content .flex .matter .item .headline .btn:hover svg path {

  stroke: #fff;
}

.home .section4 .wrap .content .flex .matter .item .headline .time {

  font-size: 1.1979166667vw;

  color: #666;
}

.home .section4 .wrap .content .flex .matter .item .text h1 {

  font-size: 1.0416666667vw;

  color: #111;

  margin: 0 0 0.625vw;
}

.home .section4 .wrap .content .flex .matter .item .text p {

  color: #333;

  font-size: 0.9375vw;

  line-height: 1.5625vw;
}

.home .section5 {

  height: 20.8333333333vw;

  position: relative;

  z-index: 1;

  display: flex;

  align-items: center;

  justify-content: center;
}

.home .section5 .bg {

  position: absolute;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;
  object-fit: cover;

  z-index: -1;
}

.home .section5 .wrap {

  width: 90%;

  text-align: center;
}

.home .section5 .wrap h1 {

  font-size: 1.7708333333vw;

  color: #fff;

  margin: 0 0 3.125vw;
}

.home .section5 .wrap .btn {

  border: 1px solid #fff;

  display: flex;

  align-items: center;

  padding: .5vw 1.5vw;

  border-radius: 30px;

  width: fit-content;

  font-size: 1vw;

  color: #fff;

  transition: all 600ms;

  margin: auto;
}

.home .section5 .wrap .btn svg path {

  transition: all 600ms;

  stroke: #fff;
}

.home .section5 .wrap .btn p {

  margin-right: 0.6vw;

  font-weight: bold;
}

.home .section5 .wrap .btn svg {

  width: 1.25vw;

  display: block;
}

.home .section5 .wrap .btn:hover {

  background-color: #e01c1c;

  border: 1px solid #e01c1c;

  color: white;
}

.home .section5 .wrap .btn:hover svg path {

  stroke: #fff;
}

@media screen and (max-width: 1024px) {

  .home {

    padding-top: 60px;
  }

  .home .banner {

    height: auto;
  }

  .home .banner .gd_text {

    top: 50%;
  }

  .home .banner .gd_text h1 {

    font-size: 24px;
  }

  .home .banner .gd_text p {

    font-size: 18px;

    line-height: 2;
  }

  /* .home .section1{
    display: none;
  } */

  .home .section1 .fix .text {

    width: 90%;
  }

  .home .section1 .fix .text img {

    width: 100%;

    object-fit: contain;
  }
  .home .section1 .fix .video video{
    object-fit: contain;
  }

  .home .section2 {

    padding: 60px 0;
  }

  .home .section2 .wrap {

    width: 90%;

    flex-direction: column;
  }

  .home .section2 .wrap .l .title {

    margin: 0 0 20px;
  }

  .home .section2 .wrap .l .title h1 {

    font-size: 24px;

    margin: 0 0 10px;
  }

  .home .section2 .wrap .l .title p {

    font-size: 18px;
  }

  .home .section2 .wrap .l .content {

    padding: 0 0 35px;
  }

  .home .section2 .wrap .l .content .position_cut {

    right: 0;

    bottom: 0;
  }

  .home .section2 .wrap .l .content .position_cut .swiper-pagination {

    font-size: 16px;
  }

  .home .section2 .wrap .l .content .position_cut .swiper-pagination span {

    font-size: 16px;
  }

  .home .section2 .wrap .l .content .position_cut .swiper-pagination .line {

    margin: 0 10px;
  }

  .home .section2 .wrap .l .content .position_cut .bf {

    width: 8px;

    margin: 0 10px;
  }

  .home .section2 .wrap .l .content .position_cut .zt {

    width: 8px;
  }

  .home .section2 .wrap .l .content .flex:not(:last-child) {

    margin: 0 30px 0 0;
  }

  .home .section2 .wrap .l .content .flex .list img {

    width: 8px;

    height: auto;

    margin: 0 5px 0 0;
  }

  .home .section2 .wrap .l .content .flex .list p {

    font-size: 14px;

    line-height: 2;
  }

  .home .section2 .wrap .r {

    margin: 25px 0 0 0;
  }

  .home .section2 .wrap .r .swiper-container .swiper-slide .bg {

    height: 360px;

    border-radius: 30px;
  }

  .home .section2 .wrap .r .swiper-container .swiper-slide .bg .text {

    height: 120px;

    padding: 20px 0 0 5%;
  }

  .home .section2 .wrap .r .swiper-container .swiper-slide .bg .text span {

    font-size: 24px;

    margin: 0 0 5px;
  }

  .home .section2 .wrap .r .swiper-container .swiper-slide .bg .text p {

    font-size: 16px;
  }

  .home .section2 .wrap .r .swiper-container .swiper-slide.swiper-slide-active .bg {

    border: 3px solid #FC5555;
  }

  .home .section2 .wrap .r .swiper-container .swiper-slide .num {

    font-size: 30px;
  }

  .home .section3 {

    padding: 0 0 20px;
  }

  .home .section3 .wrap {

    align-items: unset;

    width: 90%;

    flex-direction: column;
  }

  .home .section3 .wrap .left h1 {

    font-size: 24px;

    margin: 0 0 10px;
  }

  .home .section3 .wrap .left h5 {

    font-size: 18px;
  }

  .home .section3 .wrap .left .text {

    font-size: 13px;

    line-height: 2;

    margin: 20px 0 0 0;
  }

  .home .section3 .wrap .left .btn {

    font-size: 16px;

    padding: 5px 25px;
  }

  .home .section3 .wrap .left .btn svg {

    width: 15px;
  }

  .home .section3 .wrap .right {

    width: 100%;

    height: auto;

    margin: 30px 0 0 0;
  }

  .home .section3 .wrap .right .position {

    margin: 30px 0 0 0;
  }

  .home .section3 .wrap .right .position .item {

    text-align: center;

    margin: 0 0 25px;
  }

  .home .section3 .wrap .right .position .item div {

    justify-content: center;
  }

  .home .section3 .wrap .right .position .item div span {

    font-size: 16px;
  }

  .home .section3 .wrap .right .position .item div img {

    width: 10px;

    margin: 0 0 0 7px;
  }

  .home .section3 .wrap .right .position .item p {

    font-size: 24px;

    margin: 15px 0 0 0;
  }

  .home .section3 .wrap .right .position .item.item1 {

    top: 1.59375vw;

    left: 35.354167vw;
  }

  .home .section3 .wrap .right .position .item.item2 {

    top: 30.59375vw;

    left: 3.354167vw;
  }

  .home .section3 .wrap .right .position .item.item3 {

    top: 52.322917vw;

    left: 49.145833vw;
  }

  .home .section4 {

    padding: 50px 0 30px 0;
  }

  .home .section4 .wrap {

    width: 90%;
  }

  .home .section4 .wrap .top {

    flex-direction: column;

    align-items: unset;
  }

  .home .section4 .wrap .top .title h1 {

    font-size: 24px;

    margin: 0 0 5px;
  }

  .home .section4 .wrap .top .title p {

    font-size: 18px;
  }

  .home .section4 .wrap .top .btn {

    margin: 20px 0 0 0;

    font-size: 16px;

    padding: 5px 25px;
  }

  .home .section4 .wrap .top .btn svg {

    width: 15px;
  }

  .home .section4 .wrap .content {

    flex-direction: column;
  }

  .home .section4 .wrap .content .side {

    width: 100%;
  }

  .home .section4 .wrap .content .side .list {

    width: 100%;

    height: 55px;

    padding: 0 0 0 10px;
  }

  .home .section4 .wrap .content .side .list img {

    width: 11px;

    height: 2px;

    margin: 0 10px 0 0;
  }

  .home .section4 .wrap .content .side .list p {

    font-size: 16px;
  }

  .home .section4 .wrap .content .flex {

    width: 100%;

    margin: 20px 0 0 0;
  }

  .home .section4 .wrap .content .flex .matter .item {

    padding: 25px 0;
  }

  .home .section4 .wrap .content .flex .matter .item .headline {

    margin: 0 0 15px;
  }

  .home .section4 .wrap .content .flex .matter .item .headline .btn {

    font-size: 16px;

    padding: 5px 25px;
  }

  .home .section4 .wrap .content .flex .matter .item .headline .btn svg {

    width: 15px;
  }

  .home .section4 .wrap .content .flex .matter .item .headline .time {

    font-size: 15px;
  }

  .home .section4 .wrap .content .flex .matter .item .text h1 {

    font-size: 21px;

    margin: 0 0 10px;
  }

  .home .section4 .wrap .content .flex .matter .item .text p {

    font-size: 14px;

    line-height: 2;
  }

  .home .section5 {

    height: auto;

    padding: 50px 0;
  }

  .home .section5 .wrap h1 {

    font-size: 20px;

    margin: 0 0 20px;
  }

  .home .section5 .wrap .btn {

    font-size: 16px;

    padding: 5px 25px;
  }

  .home .section5 .wrap .btn svg {

    width: 15px;
  }

  .home .about {

    width: 90%;

    margin: 20px auto;
  }

  .home .about .d1 {

    flex-direction: column;
  }

  .home .about .d1 .l {

    width: 100%;
  }

  .home .about .d1 .l .p1 {

    font-size: 24px;
  }

  .home .about .d1 .l a p {

    font-size: 16px;
  }

  .home .about .d1 .r {

    width: 100%;

    margin-top: 10px;

    font-size: 16px;
  }

  .home .about .d2 {

    margin: 20px 0;
  }

  .home .about .d2 img {

    max-height: inherit;
  }

  .home .service {

    width: 90%;

    margin: 30px auto;

    flex-direction: column;
  }

  .home .service .l {

    width: 100%;
  }

  .home .service .l .p1 {

    font-size: 24px;
  }

  .home .service .l a p {

    font-size: 16px;
  }

  .home .service .l .des {

    font-size: 14px;

    margin-top: 10px;
  }

  .home .service .r {

    width: 100%;

    margin-top: 20px;
  }

  .home .service .r .pic {

    position: static;

    width: 100%;
  }

  .home .service .r .pic img {

    height: auto;
  }

  .home .service .r .txt {

    margin-top: 10px;

    padding: 15px;
  }

  .home .service .r .txt .dt {

    margin-left: 0;
  }

  .home .service .r .txt .dt .p1 {

    font-size: 18px;
  }

  .home .service .r .txt .dt .des {

    font-size: 14px;
  }

  .home .tz {

    width: 90%;

    margin: 30px auto 0 auto;
  }

  .home .tz .item {

    width: 100%;

    margin-bottom: 30px;
  }

  .home .tz .item .p1 {

    font-size: 24px;
  }

  .home .tz .item .p2 {

    font-size: 18px;

    margin: 15px 0 10px 0;
  }

  .home .tz .item .icon img {

    width: 60px;
  }

  .home .tz .item .des {

    font-size: 14px;
  }

  .home .tz .item a p {

    font-size: 16px;
  }

  .home .news {

    padding: 30px 0;
  }

  .home .news .content {

    width: 90%;

    flex-direction: column;
  }

  .home .news .content .l {

    width: 100%;
  }

  .home .news .content .l .p1 {

    font-size: 24px;
  }

  .home .news .content .l a p {

    font-size: 16px;
  }

  .home .news .content .r {

    width: 100%;

    margin-top: 20px;
  }

  .home .news .content .r a {

    padding: 15px 0;
  }

  .home .news .content .r a .time {

    font-size: 14px;
  }

  .home .news .content .r a .pt {

    font-size: 16px;

    max-width: 70%;
  }

  .home .zzfw {

    margin: 30px auto 80px auto;
  }

  .home .zzfw .t1 {

    width: 90%;
  }

  .home .zzfw .t1 .p1 {

    font-size: 24px;
  }

  .home .zzfw .t1 a p {

    font-size: 16px;
  }

  .home .zzfw .allItems {

    margin: 30px 0 0 5%;
  }

  .home .zzfw .allItems .swiper-container a .pic img {

    height: 120px;
  }

  .home .zzfw .allItems .swiper-container a .t {

    font-size: 18px;

    margin: 10px 0;
  }

  .home .zzfw .allItems .swiper-container a .des {

    font-size: 14px;
  }
}



/*# sourceMappingURL=index2.css.map */