.con .banner {
  position: relative;
}
.con .banner .swiper_banner .swiper-slide {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #fff;
  color: #fff;
  position: relative;
}
.con .banner .swiper_banner .swiper-slide::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}
.con .banner .toPage a {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.con .banner .toPage a:hover {
  background: var(--textColor);
  border-color: var(--textColor);
}
.con .banner .swiper_banner .swiper-slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1.5s linear;
  transform: scale(1.05);
}
.con .banner .swiper_banner .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.con .banner .swiper_banner .swiper-slide.swiper-slide-active > img {
  transform: scale(1);
}
.con .banner .swiper_banner .info {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
.con .banner .swiper_banner .info .banner_logo {
  width: 267px;
}
.con .banner .swiper_banner .info .tit {
  color: #ffffff;
  line-height: 1.2;
}
.con .banner .pagination {
  position: absolute;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  bottom: 12.5%;
}
.con .banner .swiper-pagination {
  position: static;
  text-align: left;
}
.con .banner .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  opacity: 0.4;
  background: #ffffff;
  border-radius: 100%;
  transition: all 0.2s linear;
}
.con .banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
    transform: rotate(0deg) translateY(0);
  }
  50% {
    background-position: 100% 50%;
    transform: rotate(120deg) translateY(50%);
  }
  100% {
    background-position: 0% 50%;
    transform: rotate(0deg) translateY(0%);
  }
}
.con .bgFCF6EE {
  background: #FCF6EE;
  position: relative;
}
.con .bg1 {
  position: absolute;
  right: 0;
  width: 58%;
  top: 0;
}
.con .page1 {
  position: relative;
}
.con .page1 .swiper {
  width: 43%;
  margin-left: 0;
}
.con .page1 .swiper-slide .image {
  height: 0;
  position: relative;
  padding-top: 52%;
  overflow: hidden;
}
.con .page1 .swiper-slide .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.4s linear;
  object-fit: cover;
  transform: scale(1);
}
.con .page1 .swiper-slide:hover .image img {
  transform: scale(1.05);
}
.con .page1 .swiper-pagination {
  position: absolute;
  right: 20px;
  left: auto;
  bottom: 20px;
  width: auto;
  line-height: normal;
}
.con .page1 .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  border-radius: 50%;
  opacity: 0.2;
  transition: all 0.2s linear;
}
.con .page1 .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.con .page1 .info {
  max-width: 580px;
  width: 43%;
}
.con .page1 .info .mes {
  color: #666;
  line-height: 1.8;
}
.con .page1 .c_c {
  padding-left: var(--w-240);
  gap: 8.9%;
}
.con .page1 .imageR {
  flex: 1;
  overflow: hidden;
  width: 49%;
}
.con .page1 .imageR img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s linear;
}
.con .page1 .imageR img:hover {
  transform: scale(1.05);
}
.con .page2 {
  position: relative;
}
.con .page2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 410px;
  background: #FCF6EE;
}
.con .page2 .wrap {
  position: relative;
}
.con .page2 .c_t {
  position: absolute;
  left: 0;
  flex: 0 0 auto;
}
.con .page2 .c_t ul {
  display: inline-block;
}
.con .page2 .c_t ul li {
  transition: all 0.1s linear;
  position: relative;
  padding-bottom: 6px;
  cursor: pointer;
}
.con .page2 .c_t ul li:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  transition: all 0.2s linear;
  background: var(--textColor);
}
.con .page2 .c_t ul li:first-child {
  margin-top: 0;
}
.con .page2 .c_t ul li.act {
  color: var(--textColor);
  font-weight: 600;
}
.con .page2 .c_t ul li.act::after {
  width: 100%;
}
.con .page2 .c_t ul li:hover {
  font-weight: 600;
  color: var(--textColor);
}
.con .page2 .c_l {
  flex: 0 0 auto;
  margin-left: auto;
}
.con .page2 .c_l .list {
  width: auto;
  margin-top: 100px;
  margin-left: auto;
}
.con .page2 .c_l .list:nth-child(-n+2) {
  margin-top: 0;
}
.con .page2 .c_l .list .image {
  width: 100%;
  height: 380px;
  overflow: hidden;
}
.con .page2 .c_l .list .image img {
  width: 100%;
  height: 100%;
  transition: all 0.4s linear;
  object-fit: cover;
}
.con .page2 .c_l .list .info .info_t {
  color: #666;
  line-height: 1;
}
.con .page2 .c_l .list .info .tit {
  line-height: 1.2;
  height: 2.4em;
  color: #333;
  transition: all 0.2s linear;
}
.con .page2 .c_l .list .info .mes {
  line-height: 1.5;
  color: #666;
  transition: all 0.2s linear;
  max-width: 340px;
}
.con .page2 .c_l .list:hover .image img {
  transform: scale(1.05);
}
.con .page2 .c_l .list:hover .tit {
  color: var(--textColor);
}
.con .page2 .c_l .list:hover .mes {
  color: #222;
  text-decoration: underline;
}
.con .page2 .c_l .list:nth-child(1) {
  width: 26.39%;
}
.con .page2 .c_l .list:nth-child(2) {
  width: 38.19%;
  margin-left: 6.9%;
}
.con .page2 .c_l .list:nth-child(3) {
  flex: 1;
  min-width: 50%;
}
.con .page2 .c_l .list:nth-child(4) {
  width: 38.2%;
  margin-left: 30px;
}
.con .page3 {
  position: relative;
}
.con .page3::before {
  content: "";
  width: calc(var(--w-630) + 160px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  background: #f6f0e9;
  border-bottom: 12px solid var(--textColor);
}
.con .page3 .c_t {
  width: var(--w-630);
  padding: 0 0 0 20px;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
}
.con .page3 .c_t .tit {
  line-height: 1.2;
  flex: 1;
}
.con .page3 .c_swiper {
  align-items: flex-end;
}
.con .page3 .swiper-pagination {
  position: static;
  color: #666666;
  flex: 0 0 auto;
  width: auto;
}
.con .page3 .swiper-pagination .swiper-pagination-current {
  font-size: 164%;
  color: var(--textColor);
  line-height: 1;
}
.con .page3 .swiper .swiper-wrapper {
  align-items: flex-end;
}
.con .page3 .swiper .image {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.con .page3 .swiper .image img {
  width: 100%;
  height: 100%;
  transition: all 0.4s linear;
  object-fit: cover;
}
.con .page3 .swiper .image:hover img {
  transform: scale(1.05);
}
.con .page3 .swiper .image .tit {
  position: absolute;
  width: 100%;
  color: #fff;
  left: 0;
  bottom: 0;
  padding: 40px 20px 20px 20px;
  transition: all 0.4s linear;
  opacity: 0;
  visibility: hidden;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.con .page3 .swiper .image .tit div {
  display: flex;
  align-items: center;
}
.con .page3 .swiper .info {
  transition: all 0.4s linear;
  width: var(--w-630);
  padding-left: 20px;
  padding-right: 20px;
  color: #111;
  visibility: hidden;
  opacity: 0;
  line-height: 1.5;
  height: 9em;
  text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 6;
-webkit-box-orient: vertical;
  
}
.con .page3 .swiper .swiper-button-prev,
.con .page3 .swiper .swiper-button-next {
  position: static;
  margin: 0;
  line-height: 1;
  height: auto;
}
.con .page3 .swiper .swiper-button-prev::after,
.con .page3 .swiper .swiper-button-next::after {
  color: #fff;
  font-size: 12px;
  transition: all 0.2s linear;
}
.con .page3 .swiper .swiper-button-prev:hover::after,
.con .page3 .swiper .swiper-button-next:hover::after {
  transform: translateY(-2px);
}
.con .page3 .swiperPage3_1 {
  margin-left: 0;
  width: calc((100% - var(--w-630) - 80px)/2);
}
.con .page3 .swiperPage3_1 .image {
  height: 280px;
}
.con .page3 .swiperPage3_2 {
  width: var(--w-630);
}
.con .page3 .swiperPage3_2 .image {
  height: 410px;
}
.con .page3 .swiperPage3_2 .image .tit {
  opacity: 1;
  visibility: visible;
}
.con .page3 .swiperPage3_2 .info {
  visibility: visible;
  opacity: 1;
}
.con .page3 .swiperPage3_3 {
  margin-right: 0;
  width: calc((100% - var(--w-630) - 80px)/2);
}
.con .page3 .swiperPage3_3 .image {
  height: 280px;
}
.con .page4 {
  position: relative;
}
.con .page4:before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 60%;
  background: #F5F5F5;
  z-index: -1;
}
.con .page4 .image {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.con .page4 .image > img {
  width: 100%;
  transition: all 0.4s linear;
}
.con .page4 .image:hover > img {
  transform: scale(1.05);
}
.con .page4 .image .info {
  position: absolute;
  width: 600px;
  right: 80px;
  bottom: 40px;
  padding: 30px;
  background-color: #fff;
  align-items: flex-start;
}
.con .page4 .image .info img {
  width: 60px;
  height: auto;
  flex: 0 0 auto;
  object-fit: contain;
  vertical-align: top;
}
.con .page4 .image .info hr {
  width: 2px;
  height: 100px;
  background: #0E3C90;
  border: none;
  margin: 0 30px;
}
.con .page4 .image .info .mes {
  color: #222;
  line-height: 1.6;
}
.con .page4 .info {
  color: #666;
  line-height: 1.6;
}
.con .page4 .info p {
  color: var(--textColor);
}
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
#loading img {
  width: 200px;
}
#indexVideo {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 99999;
}
#indexVideo video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1600px) {
  .con .page2 .c_l .list .image {
    height: 320px;
  }
  .con .page4 .image .info {
    width: 41.6%;
    right: 5.5%;
    bottom: 2vw;
    padding: 1.5vw;
  }
  .con .page4 .image .info hr {
    margin: 0 1.5vw;
  }
  .con .page4 .image .info img {
    width: 40px;
  }
  :root {
    --w-630: 580px;
  }
  .con .page3 .swiperPage3_2 .image {
    height: 390px;
  }
  .con .page3 .swiperPage3_3 .image,
  .con .page3 .swiperPage3_1 .image {
    height: 210px;
  }
  .con .banner .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 1440px) {
  .con .page2 .c_l .list .image {
    height: 270px;
  }
  :root {
    --w-630: 500px;
  }
  .con .page4 .image .info img {
    width: 30px;
  }
}
@media screen and (max-width: 1366px) {
  :root {
    --w-630: 500px;
  }
  .con .page3 .swiperPage3_2 .image {
    height: 300px;
  }
  .con .page3 .swiperPage3_3 .image,
  .con .page3 .swiperPage3_1 .image {
    height: 180px;
  }
  .con .page3 .swiperPage3_3,
  .con .page3 .swiperPage3_1 {
    width: calc((100% - var(--w-630) - 40px) / 2);
  }
  .con .page2 .c_l .list .image {
    height: 260px;
  }
  .con .banner .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 768px) {
  .con .banner .swiper_banner .info {
    top: auto;
    bottom: 100px;
    transform: translateX(-50%);
  }.con .banner .swiper_banner .swiper-slide{
      height: auto;
  /*    min-height: 400px;*/
  }
  
  .con .page1 .info .mes br{
      display: none;
  }
  .con .banner .pagination {
    bottom: 40px;
  }
  .con .page1 .c_c {
    gap: 0;
    padding-right: 5vw;
  }
  .con .page1 .imageR {
    width: 100%;
    flex: 0 0 100%;
    margin-top: 6vw;
  }
  .con .page1 {
    padding-bottom: 0;
  }
  .con .page1 .swiper {
    width: 100%;
  }
  .con .page1 .info {
    width: 100%;
    max-width: 100%;
  }
  .con .page2 .c_t {
    position: static;
    display: flex;
    justify-content: space-between;
    margin-top: 0;
  }
  .con .page2 .c_t ul {
    display: flex;
    align-items: center;
    margin-top: 0;
  }
  .con .page2 .c_t ul li {
    margin-top: 0;
    margin-left: 20px;
  }
  .con .page2 {
    background-size: auto 40%;
    background-position: left top;
    padding-bottom: 0;
  }
  .con .page2::before {
    height: 40%;
  }
  .con .page2 .c_l {
    margin-top: 6vw;
  }
  .con .page2 .c_l .list {
    margin-top: 0;
    width: 60%;
  }
  .con .page2 .c_l .list .image {
    height: 200px;
  }
   .con .page2 .c_l .list{
       margin-bottom: 6vw;
   }
   .con .page2 .c_l .list .info .mes{
       max-width: 100%;
   }
  .con .page2 .c_l .list:nth-child(4),
  .con .page2 .c_l .list:nth-child(3),
  .con .page2 .c_l .list:nth-child(2),
  .con .page2 .c_l .list:nth-child(1) {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
  .con .page3::before {
    width: 90vw;
  }
  :root {
    --w-630: calc(100% - 40px);
  }
  .con .page3 .swiper .info {
    padding: 0;
    margin: auto;
    margin-top: 20px;
  }
  .con .page3 .c_t {
    padding-left: 0;
  }
  .con .page3 .swiperPage3_2 .image {
    height: 220px;
  }
  .con .page3 .swiperPage3_3,
  .con .page3 .swiperPage3_1 {
    display: none;
  }
  .con .page4:before {
    height: 80%;
  }
  .con .page4 .image .info hr {
    margin: 0 20px;
    height: 140px;
  }
  .con .page4 .image .info {
    position: static;
    width: 100%;
    padding: 20px;
  }
}
