.home {
  position: relative;
}

.home .t {
  text-transform: unset;
}

.home .dialog {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 1000;
}

.home .dialog .close {
  position: absolute;
  right: 5%;
  top: 5%;
  cursor: pointer;
  z-index: 100;
}

.home .dialog .close img {
  width: 50px;
}

.home .dialog .content {
  width: 100%;
}

.home .dialog .content video {
  width: 80%;
  height: 80vh;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

.home .banner {
  position: relative;
}

.home .banner::before {
  content: '';
  display: block;
  background: rgba(12, 83, 137, 0.39);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.home .banner img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.home .banner .text {
  position: absolute;
  left: 0;
  bottom: 14.21875vw;
  width: 100%;
  text-align: center;
  color: white;
}

.home .banner .text h1 {
  font-size: 3.3333333333vw;
  font-weight: 600;
  text-transform: unset;
}

.home .banner .text .des {
  margin: 0.2083333333vw 0 2.4479166667vw 0;
  font-size: 1.25vw;
  font-weight: 600;
}

.home .banner .text .btns {
  display: flex;
  justify-content: center;
}

.home .banner .text .btns a {
  padding: 0.5208333333vw 1.5104166667vw 0.625vw 1.5104166667vw;
  border-radius: 1.0416666667vw;
  background: #005CB9;
  color: #FFF;
  font-size: 1.0416666667vw;
  margin: 0 1.3020833333vw;
  transition: all 600ms;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home .banner .text .btns a svg {
  width: 0.625vw;
  display: block;
  margin-left: 0.625vw;
}

.home .banner .text .btns a svg path {
  transition: all 600ms;
}

.home .banner .text .btns a:hover {
  background: white;
  color: #005CB9;
}

.home .banner .text .btns a:hover svg path {
  fill: #005CB9;
}

.home .banner .waterBox {
  z-index: 10;
  pointer-events: none;
  width: 100%;
  height: 4.1666666667vw;
  margin-bottom: -0.1041666667vw;
  position: absolute;
  bottom: 0;
  left: 0;
}

.home .banner .waterBox svg {
  width: 100%;
  height: 4.0625vw;
  max-height: 100vh;
  margin: 0;
  display: block;
}

.home .banner .waterBox .water .parallax>use {
  transition: fill .5s ease-in-out;
  animation: 5s linear 1s infinite move-forever;
  transform: translate(-90px);
}

.home .section1 {
  margin: 5.2083333333vw 27.0833333333vw;
    color: #000;
    font-size: 1.25vw;
    text-align: center;
    line-height: 1.5;
    font-weight: 600;
}

.home .section2 {
  padding: 4.16667vw 0 6.25vw 0;
  background: linear-gradient(126deg, #F4F4F4 42.58%, #B9B9B9 127.59%);
}

.home .section2 .t {
  text-align: center;
  font-size: 2.0833333333vw;
  margin-bottom: 3.6979166667vw;
  text-transform: unset;
}

.home .section2 .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.39583vw 5vw;
  width: 59.89583vw;
  margin: 0 auto
}

.home .section2 .list .item {
  width: 100%;
}

.home .section2 .list .item .icon {
  width: 5vw;
  height: 5vw;
  background: #005CB9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.home .section2 .list .item .icon img {
  max-width: 80%;
  display: block;
  object-fit: contain;
  transition: all 600ms;
}

.home .section2 .list .item p {
  color: #000;
  font-size: 1.0416666667vw;
  font-weight: 600;
  /* white-space: nowrap; */
  text-align: center;
  margin-top: 1.3020833333vw;
}

.home .section2 .list .item:hover .icon img {
  transform: scale(1.05);
}

.home .section3 {
  height: 300vh;
}

.home .section3 .fix {
  height: 100vh;
  position: sticky;
  top: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home .section3 img {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}

.home .section3 .wrap {
  position: relative;
  z-index: 1;
}

.home .section3 .wrap .list {
  color: #FFF;
  text-align: center;
  font-size: 1.875vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: unset;
  opacity: .4;
  transition: .6s;
}

.home .section3 .wrap .list.on {
  opacity: 1;
  font-size: 3.1666666667vw;
}

.home .section3 .wrap .list:not(:last-child) {
  margin: 0 0 2.0833333333vw;
}

.home .section4 {
  margin: 5.46875vw 11.4583333333vw 6.40625vw 11.4583333333vw;
}

.home .section4 .t {
  text-align: center;
  font-size: 2.0833333333vw;
  font-weight: 700;
  margin-bottom: 4.1666666667vw;
  text-transform: unset;
}

.home .section4 .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.6041666667vw 6.7708333333vw;
}

.home .section4 .list .item {
  width: 100%;
}

.home .section4 .list .item .pic {
  overflow: hidden;
}

.home .section4 .list .item .pic img {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 11.71875vw;
  transition: all 600ms;
}

.home .section4 .list .item .pt {
  margin: 0.625vw 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home .section4 .list .item .pt .icon svg {
  width: 2.0833333333vw;
  display: block;
}

.home .section4 .list .item .pt p {
  color: #000;
  font-size: 1.25vw;
  font-weight: 500;
}

.home .section4 .list .item:hover .pic img {
  transform: scale(1.05);
}

.home .section4 .tags {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.0833333333vw 4.1666666667vw;
  margin-top: 4.1666666667vw;
}

.home .section4 .tags .item {
  border: 1px solid rgba(0, 0, 0, 0.4);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.9375vw 0;
}

.home .section4 .tags .item .icon svg {
  width: 2.0833333333vw;
  display: block;
}

.home .section4 .tags .item p {
  color: #000;
  font-size: 1.25vw;
  font-weight: 500;
}

.home .section5 {
  margin: 0;
}

.home .section5 .t {
  text-align: center;
  font-size: 2.0833333333vw;
  font-weight: 700;
  margin-bottom: 4.1666666667vw;
  text-transform: unset;
}

.home .section5 .list {
  display: flex;
  justify-content: center;
  gap: 6.25vw;
}

.home .section5 .list .item {
  text-align: center;
}

.home .section5 .list .item .pt {
  color: #000;
  font-size: 1.25vw;
  font-weight: 500;
  margin-bottom: 2.2395833333vw;
}

.home .section5 .list .item .bx .bList p {
  color: #666;
  font-size: 1.0416666667vw;
  font-weight: 500;
  margin-bottom: 1.6666666667vw;
}

.home .section5 .list .item .bx .bList:nth-child(2) {
  display: none;
}

.home .section5 .list .item .more {
  color: #666;
  font-size: 1.0416666667vw;
  font-weight: 500;
  cursor: pointer;
}

.home .section6 {
  margin: 4.1666666667vw 0 6.25vw 0;
  background: linear-gradient(124deg, #1F1F1F 29.85%, #000 91.62%);
  padding: 5.5729166667vw 13.5416666667vw 6.9791666667vw 13.5416666667vw;
}

.home .section6 .tags {
  display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.home .section6 .tags .tag {
  color: #FFF;
    font-size: 0.8333333333vw;
    font-weight: 600;
    border-radius: 1.0416666667vw;
    padding: 0.625vw 1.1458333333vw;
    transition: all 600ms;
    cursor: pointer;
}

.home .section6 .tags .on {
  background: #3A4262;
}

.home .section6 .tags span {
  width: 1px;
  height: 2.7604166667vw;
  background: rgba(255, 255, 255, 0.7);
  margin: 0 1.5625vw;
}

.home .section6 .boxs {
  position: relative;
}

.home .section6 .boxs .box {
  width: 100%;
  pointer-events: none;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 300ms, transform 600ms 300ms;
}

.home .section6 .boxs .box:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}

.home .section6 .boxs .box .des {
  margin: 2.2395833333vw 0 2.9166666667vw 0;
  text-align: center;
  color: white;
  font-size: 1.0416666667vw;
  font-weight: 600;
  line-height: 1.5;
}

.home .section6 .boxs .box .swiper-container {
  width: 100%;
}

.home .section6 .boxs .box .swiper-container .swiper-slide {
  pointer-events: none !important;
}

.home .section6 .boxs .box .swiper-container .item {
  width: 100%;
  border-radius: 1.0416666667vw;
  background: #FFF;
  padding: 0.78125vw;
}

.home .section6 .boxs .box .swiper-container .item .pic {
  overflow: hidden;
}

.home .section6 .boxs .box .swiper-container .item .pic img {
  width: 100%;
  display: block;
  object-fit: cover;
  transition: all 600ms;
  border-radius: 1.0416666667vw;
}

.home .section6 .boxs .box .swiper-container .item p {
  color: #000;
  font-size: 1.0416666667vw;
  font-weight: 600;
  text-align: center;
  margin-top: 0.3125vw;
}

.home .section6 .boxs .box .swiper-container .item:hover .pic img {
  transform: scale(1.05);
}

.home .section6 .boxs .box .prev{
  position: absolute;
  left: -5vw;
  bottom:30%;
  cursor: pointer;
  z-index: 10;
}
.home .section6 .boxs .box .prev svg,.home .section6 .boxs .box .next svg{
  width: 3.125vw;
  height: auto;
}
.home .section6 .boxs .box .next{
  position: absolute;
  right: -5vw;
  bottom:30%;
  cursor: pointer;
  z-index: 10;
}
.home .section6 .boxs .box .list {
  display: flex;
  justify-content: center;
}

.home .section6 .boxs .box .list .item {
  width: 23.4375vw;
  border-radius: 1.0416666667vw;
  background: #FFF;
  padding: 0.78125vw;
  margin: 0 1.5625vw;
}

.home .section6 .boxs .box .list .item .pic {
  overflow: hidden;
}

.home .section6 .boxs .box .list .item .pic img {
  width: 100%;
  display: block;
  object-fit: cover;
  transition: all 600ms;
  border-radius: 1.0416666667vw;
}

.home .section6 .boxs .box .list .item p {
  color: #000;
  font-size: 1.0416666667vw;
  font-weight: 600;
  text-align: center;
  margin-top: 0.3125vw;
}

.home .section6 .boxs .box .list .item:hover .pic img {
  transform: scale(1.05);
}

.home .section6 .boxs .show_box {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
  transition-delay: 300ms;
}

.home .section7 {
  margin: 6.25vw 10.4166666667vw;
}

.home .section7 .t {
  text-align: center;
  font-size: 2.0833333333vw;
  font-weight: 700;
  margin-bottom: 2.0833333333vw;
  text-transform: unset;
}

.home .section7 .tags .tag {
  color: #121212;
  font-weight: 600;
  font-size: 2.5vw;
  text-align: center;
  display: none;
}

.home .section7 .tags .on {
  display: block;
}

.home .section7 .content {
  width: 100%;
  margin: 2.9166666667vw 0 0 0;
  position: relative;
}

.home .section7 .content .button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  width: 87.3958333333vw;
}

.home .section7 .content .button svg {
  cursor: pointer;
  pointer-events: auto;
  width: 3.125vw;
  height: 3.125vw;
}

.home .section7 .content .button svg:last-child {
  transform: rotate(180deg);
}

.home .section7 .content .tagSwiper {
  width: 100%;
  padding: 1.0416666667vw;
}

.home .section7 .content .tagSwiper .item {
  width: 100%;
  height: 26.0416666667vw;
  border-radius: 1.0416666667vw;
  background: #FDFDFD;
  box-shadow: 0px 0px 9.8px 0px rgba(0, 0, 0, 0.05);
  padding: 0.8333333333vw;
  position: relative;
  transform-origin: bottom;
}

.home .section7 .content .tagSwiper .item:hover .img img {
  transform: scale(1.05);
}

.home .section7 .content .tagSwiper .item .text {
  position: absolute;
  bottom: 1.3020833333vw;
  left: 0;
  width: 100%;
  z-index: 1;
  text-align: center;
  color: #000;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.home .section7 .content .tagSwiper .item .img {
  width: 100%;
}

.home .section7 .content .tagSwiper .item .img img {
  width: 100%;
  transition: .6s;
}

.home .section7 .content_box .box {
  display: none;
}

.home .section7 .content_box .box .content2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 4.1666666667vw;
  margin: 3.125vw 0;
}

.home .section7 .content_box .box .content2 .item {
  width: 100%;
}
.home .section7 .content_box .box .content2 .item .pic {
  overflow: hidden;
  border-radius: 1.0416666667vw;
}
.home .section7 .content_box .box .content2 .item .pic img {
  width: 100%;
  height: 10.4166666667vw;
  display: block;
  border-radius: 1.0416666667vw;
  transition: all 600ms;
}
.home .section7 .content_box .box .content2 .item .p1 {
  color: #000;
  text-align: center;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0.6770833333vw 0 0 0;
}
.home .section7 .content_box .box .content2 .item .des {
  color: #000;
  text-align: center;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0.5208333333vw 0.78125vw 1.2vw 0.78125vw;
}

.home .section7 .content_box .box .num3 {
  grid-template-columns: repeat(3, 1fr);
}

.home .section7 .content_box .show_box {
  display: block;
}

.home .section7 .see_more {
  display: flex;
  width: fit-content;
  padding: 0.5208333333vw 1.0416666667vw;
  justify-content: center;
  align-items: center;
  gap: 0.5208333333vw;
  border-radius: 1.0416666667vw;
  background: #005CB9;
  color: #FFF;
  text-align: center;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: auto;
  transition: .6s ease;
}

.home .section7 .see_more:hover {
  background: #000;
}

.home .section8 {
  overflow: hidden;
}

.home .section8 .title {
  color: #000;
  text-align: center;
  font-size: 2.0833333333vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.home .section8 .content {
  margin: 2.34375vw 0 0 0;
  position: relative;
}

.home .section8 .content .prev {
  position: absolute;
  left: 6.25vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}

.home .section8 .content .prev svg {
  width: 3.125vw;
  display: block;
}

.home .section8 .content .next {
  position: absolute;
  right: 6.25vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}

.home .section8 .content .next svg {
  width: 3.125vw;
  display: block;
}

.home .section8 .content .scaleSwiper {
  width: 157vw;
  left: 50%;
  transform: translateX(-50%);
}
.home .section8 .content .scaleSwiper .item{position:relative;}
.home .section8 .content .scaleSwiper .item .text {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  padding: 0 3.125vw 2.0833333333vw 3.125vw;
  color: white;
}
.home .section8 .content .scaleSwiper .item .text .pt {
  font-size: 1.875vw;
  font-weight: 600;
  margin-bottom: 0.625vw;
}
.home .section8 .content .scaleSwiper .item .text .des {
  font-size: 0.8333333333vw;
  font-weight: 400;
  line-height: 1.5;
}
.home .section8 .content .scaleSwiper img, .home .section8 .content .scaleSwiper video {
  width: 100%;
    border-radius: 1.0416666667vw;
    transform-origin: bottom;
    height: 31.25vw;
    object-fit: cover
}

.home .section9 {
  margin: 6.25vw 0;
}

.home .section9 .t {
  text-align: center;
  font-size: 2.0833333333vw;
  font-weight: 700;
  margin-bottom: 2.6041666667vw;
  text-transform: unset;
}

.home .section9 .content {
  position: relative;
}

.home .section9 .content .prev {
  position: absolute;
  left: 6.25vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}

.home .section9 .content .prev svg {
  width: 3.125vw;
  display: block;
}

.home .section9 .content .next {
  position: absolute;
  right: 6.25vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}

.home .section9 .content .next svg {
  width: 3.125vw;
  display: block;
}

.home .section9 .swiper1 {
  width: 100%;
}

.home .section9 .swiper1 .item {
  position: relative;
}

.home .section9 .swiper1 .item::before {
  content: '';
  display: block;
  border-radius: 1.0416666667vw;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 76.47%, #000 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.home .section9 .swiper1 .item img {
  width: 100%;
  display: block;
  object-fit: cover;
  border-radius: 1.0416666667vw;
}

.home .section9 .swiper1 .item .text {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  padding: 0 3.125vw 2.0833333333vw 3.125vw;
  color: white;
}

.home .section9 .swiper1 .item .text .pt {
  font-size: 1.6666666667vw;
  font-weight: 600;
  margin-bottom: 0.4166666667vw;
}

.home .section9 .swiper1 .item .text .des {
  font-size: 1.0416666667vw;
  font-weight: 300;
  line-height: 1.5;
}

.home .section9 .more {
  padding: 0.5729166667vw 2.34375vw;
  border-radius: 1.0416666667vw;
  background: #005CB9;
  font-size: 1.0416666667vw;
  color: white;
  font-weight: 300;
  margin: 2.65625vw auto 0 auto;
  display: block;
  width: fit-content;
  transition: all 600ms;
}

.home .section9 .more:hover {
  background: #000;
}

.home .section10 {
  padding: 0 11.09375vw 4.1666666667vw 11.09375vw;
}

.home .section10 .t {
  text-align: center;
  font-size: 2.0833333333vw;
  font-weight: 700;
  margin-bottom: 3.125vw;
  text-transform: unset;
}

.home .section10 .content {
  position: relative;
}

.home .section10 .content .prev {
  position: absolute;
  left: -5.2083333333vw;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
}

.home .section10 .content .prev svg {
  width: 3.125vw;
  display: block;
}

.home .section10 .content .next {
  position: absolute;
  right: -5.2083333333vw;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
}

.home .section10 .content .next svg {
  width: 3.125vw;
  display: block;
}

.home .section10 .content .swiper2 {
  width: 100%;
}

.home .section10 .content .swiper2 a {
  display: block;
  border-radius: 1.0416666667vw;
  background: #F7F7F7;
}

.home .section10 .content .swiper2 a .pic {
  overflow: hidden;
  border-radius: 1.0416666667vw 1.0416666667vw 0 0;
}

.home .section10 .content .swiper2 a .pic img {
  width: 100%;
  display: block;
  object-fit: cover;
  transition: all 600ms;
}

.home .section10 .content .swiper2 a .text {
  padding: 1.8229166667vw 1.6666666667vw;
}

.home .section10 .content .swiper2 a .text .tag {
  color: #888;
  font-size: 0.9375vw;
  font-weight: 500;
  margin-bottom: 0.5208333333vw;
}

.home .section10 .content .swiper2 a .text .pt {
  color: #000;
  font-size: 1.25vw;
  font-weight: 600;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 6.4583333333vw;
}

.home .section10 .content .swiper2 a:hover .pic img {
  transform: scale(1.05);
}

.home .section10 .more {
  padding: 0.5729166667vw 1.0416666667vw;
  border-radius: 1.5625vw;
  background: #005CB9;
  font-size: 1.0416666667vw;
  color: white;
  font-weight: 300;
  margin: 2.65625vw auto 0 auto;
  display: block;
  width: fit-content;
  transition: all 600ms;
}

.home .section10 .more:hover {
  background: #000;
}

.home .section11 {
  background: url(../images/ibg2.png) no-repeat;
  background-size: cover;
  padding: 2.7083333333vw 11.40625vw 7.8125vw 11.40625vw;
  display: flex;
  justify-content: space-between;
}

.home .section11 .l {
  width: 29.1666666667vw;
  color: white;
}

.home .section11 .l .tag {
  font-size: 0.8333333333vw;
  font-weight: 500;
  margin: 8.4375vw 0 1.5625vw 0;
}

.home .section11 .l .p1 {
  font-size: 1.6666666667vw;
  font-weight: 600;
}

.home .section11 .l .p2 {
  font-size: 1.0416666667vw;
  font-weight: 400;
  margin: 0.9375vw 0 2.0833333333vw 0;
}

.home .section11 .l .p3 {
  font-size: 1.25vw;
  font-weight: 600;
}

.home .section11 .l .more {
  padding: 0.5208333333vw 2.3958333333vw 0.5729166667vw 2.3958333333vw;
  border-radius: 1.5625vw;
  background: #005CB9;
  font-size: 1.0416666667vw;
  color: white;
  font-weight: 300;
  display: block;
  width: fit-content;
  transition: all 600ms;
  margin: 2.0833333333vw 0 4.1666666667vw 0;
}

.home .section11 .l .more:hover {
  background: #000;
}

.home .section11 .l .notice {
  font-size: 0.8333333333vw;
  font-weight: 400;
}

.home .section11 .r .form {
  width: 40.15625vw;
  border-radius: 1.0416666667vw;
  background: #005CB9;
  padding: 2.1875vw 2.0833333333vw;
}

.home .section11 .r .form .item:not(:last-child) {
  margin-bottom: 0.625vw;
}

.home .section11 .r .form .item .tag {
  color: #FFF;
  font-size: 0.8333333333vw;
  margin-bottom: 0.625vw;
}

.home .section11 .r .form .item .sr input {
  border-radius: 1.0416666667vw;
  outline: none;
  border: none;
  width: 100%;
  height: 3.125vw;
  padding: 0.5208333333vw 0.78125vw;
  font-size: 0.8333333333vw;
  color: #000;
  background: #F2F2F2;
}

.home .section11 .r .form .item .sr textarea {
  border-radius: 1.0416666667vw;
  outline: none;
  border: none;
  width: 100%;
  height: 10.4166666667vw;
  padding: 0.5208333333vw 0.78125vw;
  font-size: 0.8333333333vw;
  color: #000;
  background: #F2F2F2;
  resize: none;
}

.home .section11 .r .form button {
  padding: 0.5208333333vw 2.7083333333vw;
  border-radius: 1.5625vw;
  background: white;
  color: #005CB9;
  font-size: 0.7291666667vw;
  display: block;
  width: fit-content;
  transition: all 600ms;
  margin: 1.3541666667vw auto 0 auto;
  outline: none;
  border: none;
  cursor: pointer;
}

.home .section11 .r .form button:hover {
  background: #000;
  color: white;
}

@media screen and (max-width: 1024px) {
  .home .dialog .close {
    top: 80px;
  }

  .home .dialog .close img {
    width: 30px;
  }

  .home .dialog .content video {
    width: 90%;
    height: 60vh;
  }

  .home .banner {
    margin-top: 60px;
  }

  .home .banner img {
    height: 300px;
  }

  .home .banner .text {
    bottom: 30%;
  }

  .home .banner .text h1 {
    font-size: 32px;
  }

  .home .banner .text .des {
    margin: 4px 0 20px 0;
    font-size: 18px;
  }

  .home .banner .text .btns a {
    font-size: 12px;
    padding: 8px 10px;
    margin: 0 10px;
    border-radius: 15px;
  }

  .home .banner .text .btns a svg {
    width: 8px;
    margin-left: 6px;
  }

  .home .section1 {
    margin: 30px 5%;
    font-size: 18px;
  }

  .home .section2 {
    padding: 30px 5%;
  }

  .home .section2 .t {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .home .section2 .list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 0;
    width: 100%
  }

  .home .section2 .list .item .icon {
    width: 80px;
    height: 80px;
  }

  .home .section2 .list .item .icon img {
    max-width: 50%;
  }

  .home .section2 .list .item p {
    font-size: 16px;
    margin-top: 15px;
  }

  .home .section3 .fix .wrap {
    padding: 0 5%;
  }

  .home .section3 .fix .wrap .list {
    font-size: 14px;
  }

  .home .section3 .fix .wrap .list:not(:last-child) {
    margin: 0 0 20px;
  }

  .home .section3 .fix .wrap .list.on {
    font-size: 20px;
  }

  .home .section4 {
    margin: 30px 5%;
  }

  .home .section4 .t {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .home .section4 .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .home .section4 .list .item .pic img {
    height: auto;
  }

  .home .section4 .list .item .pt {
    margin: 10px 0;
  }

  .home .section4 .list .item .pt .icon svg {
    width: 30px;
  }

  .home .section4 .list .item .pt p {
    font-size: 18px;
  }

  .home .section4 .tags {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }

  .home .section4 .tags .item {
    padding: 10px 0;
  }

  .home .section4 .tags .item .icon svg {
    width: 30px;
  }

  .home .section4 .tags .item p {
    font-size: 18px;
  }

  .home .section5 {
    margin: 60px 0;
  }

  .home .section5 .t {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .home .section5 .list {
    flex-direction: column;
    gap: 20px 0;
  }

  .home .section5 .list .item .pt {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .home .section5 .list .item .bx .bList p {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .home .section5 .list .item .more {
    font-size: 18px;
  }

  .home .section6 {
    margin: 40px 0;
    padding: 30px 5% 60px 5%;
  }

  .home .section6 .tags {
    flex-wrap: wrap;
  }

  .home .section6 .tags .tag {
    font-size: 16px;
    margin-bottom: 10px;
    padding: 8px 10px;
  }

  .home .section6 .tags span {
    height: 25px;
    margin: 0 5px;
    margin-bottom: 10px;
  }

  .home .section6 .boxs .box .des {
    margin: 20px 0 30px 0;
    font-size: 14px;
  }

  .home .section6 .boxs .box .swiper-container .item {
    /* height: 248px; */
    width: 100%;
    border-radius: 10px;
    padding: 15px;
  }
  .home .section6 .boxs .box .prev svg,.home .section6 .boxs .box .next svg{
    width: 30px;
  }

  .home .section6 .boxs .box .swiper-container .item .pic img {
    border-radius: 10px;
  }

  .home .section6 .boxs .box .swiper-container .item p {
    margin-top: 6px;
    font-size: 18px;
  }

  .home .section6 .boxs .box .list {
    height: 248px;
    display: block;
    overflow-y: scroll;
    overflow-x: hidden;
  }

  .home .section6 .boxs .box .list .item {
    height: 248px;
    width: 98%;
    margin: 0 auto;
    border-radius: 10px;
    padding: 15px;
  }

  .home .section6 .boxs .box .list .item:not(:last-child) {
    margin-bottom: 20px;
  }

  .home .section6 .boxs .box .list .item .pic img {
    border-radius: 10px;
  }

  .home .section6 .boxs .box .list .item p {
    margin-top: 6px;
    font-size: 18px;
  }

  .home .section7 {
    margin: 30px 5%;
  }

  .home .section7 .t {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .home .section7 .tags .tag {
    font-size: 18px;
  }

  .home .section7 .content {
    margin: 15px 0 0 0;
  }

  .home .section7 .content .button {
    position: static;
    width: fit-content;
    gap: 0 15px;
    margin: 20px auto 0;
    transform: none;
  }

  .home .section7 .content .button svg {
    height: 30px;
    width: 30px;
  }

  .home .section7 .content .tagSwiper {
    padding: 10px;
  }

  .home .section7 .content .tagSwiper .item {
    height: auto;
    padding: 15px;
  }

  .home .section7 .content .tagSwiper .item .text {
    font-size: 14px;
    line-height: 1.6;
    position: static;
    margin: 10px 0 0 0;
  }

  .home .section7 .content_box .box .content2 {
    margin: 20px 0 0 0;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px 0;
  }

  .home .section7 .content_box .box .content2 .item {
    width: 100%;
    height: auto;
    padding: 35px 5%;
    border-radius: 10px;
  }

  .home .section7 .content_box .box .content2 .item .p1 {
    font-size: 24px;
    margin: 0 0 20px;
  }

  .home .section7 .content_box .box .content2 .item .p2 {
    font-size: 13px;
    line-height: 26px;
  }

  .home .section7 .see_more {
    width: fit-content;
    height: 38px;
    white-space: nowrap;
    font-size: 13px;
    padding: 0 25px;
    border-radius: 20px;
    margin: 20px auto 0;
  }

  .home .section8 {
    padding: 30px 0;
  }

  .home .section8 .title {
    font-size: 24px;
    margin-bottom: 25px;
  }

  .home .section8 .content .prev {
    left: 8%;
  }

  .home .section8 .content .prev svg {
    width: 30px;
  }

  .home .section8 .content .next {
    right: 8%;
  }

  .home .section8 .content .next svg {
    width: 30px;
  }

  .home .section8 .content .scaleSwiper {
    /* width: 250vw; */
    width: 100vw;
  }

  .home .section8 .content .scaleSwiper img {
    border-radius: 10px;
  }

  .home .section9 {
    margin: 60px 0;
  }

  .home .section9 .t {
    font-size: 24px;
    margin-bottom: 25px;
  }

  .home .section9 .content .prev {
    left: 8%;
  }

  .home .section9 .content .prev svg {
    width: 30px;
  }

  .home .section9 .content .next {
    right: 8%;
  }

  .home .section9 .content .next svg {
    width: 30px;
  }

  .home .section9 .swiper1 .item::before {
    border-radius: 10px;
  }

  .home .section9 .swiper1 .item img {
    border-radius: 10px;
  }

  .home .section9 .swiper1 .item .text {
    padding: 0 15px 10px 15px;
  }

  .home .section9 .swiper1 .item .text .pt {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .home .section9 .swiper1 .item .text .des {
    font-size: 16px;
  }

  .home .section9 .more {
    padding: 11px 35px;
    border-radius: 20px;
    font-size: 18px;
    margin: 20px auto;
  }

  .home .section10 {
    padding: 0 5% 40px 5%;
  }

  .home .section10 .t {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .home .section10 .content .prev,
  .home .section10 .content .next {
    display: none;
  }

  .home .section10 .content .swiper2 a {
    border-radius: 10px;
  }

  .home .section10 .content .swiper2 a .pic img {
    border-radius: 10px 10px 0 0;
  }

  .home .section10 .content .swiper2 a .text {
    padding: 15px 12px;
  }

  .home .section10 .content .swiper2 a .text .tag {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .home .section10 .content .swiper2 a .text .pt {
    font-size: 20px;
    height: 100px;
  }

  .home .section10 .more {
    padding: 11px 35px;
    border-radius: 20px;
    font-size: 18px;
    margin: 20px auto;
  }

  .home .section11 {
    padding: 30px 5%;
    flex-direction: column;
  }

  .home .section11 .l {
    width: 100%;
  }

  .home .section11 .l .tag {
    font-size: 16px;
    margin: 0 0 15px 0;
  }

  .home .section11 .l .p1 {
    font-size: 24px;
  }

  .home .section11 .l .p2 {
    font-size: 18px;
    margin: 9px 0 30px 0;
  }

  .home .section11 .l .p3 {
    font-size: 20px;
  }

  .home .section11 .l .more {
    padding: 11px 35px;
    border-radius: 20px;
    font-size: 18px;
    margin: 20px 0 30px 0;
  }

  .home .section11 .l .notice {
    font-size: 16px;
  }

  .home .section11 .r {
    margin-top: 50px;
  }

  .home .section11 .r .form {
    width: 100%;
    border-radius: 10px;
    padding: 15px;
  }

  .home .section11 .r .form .item:not(:last-child) {
    margin-bottom: 15px;
  }

  .home .section11 .r .form .item .tag {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .home .section11 .r .form .item .sr input {
    border-radius: 10px;
    height: 40px;
    padding: 5px 8px;
    font-size: 16px;
  }

  .home .section11 .r .form .item .sr textarea {
    border-radius: 10px;
    height: 100px;
    padding: 5px 8px;
    font-size: 16px;
  }

  .home .section11 .r .form button {
    padding: 11px 40px;
    border-radius: 30px;
    font-size: 14px;
    margin: 20px auto 0 auto;
  }
  .home .section7 .content_box .box .content2 .item .pic img{height:auto;}
  .home .section7 .content_box .box .content2 .item .des{font-size:14px;}
  .home .section8 .content .scaleSwiper img, .home .section8 .content .scaleSwiper video{height:auto;}
}

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