.banner{
    width: 100%;
    height: 660px;
    background-image: url(/home/img/enovia/bg1.png);
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner .banner-text{
    font-size: 60px;
    color: #fff;
    text-align: center;
    font-weight: bolder;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.banner .banner-text p{
    line-height: 72px;
    height: 72px;
}
.banner .banner-text .p2{
    margin-top: 30px;
    width: 960px;
}
.describe{
    width: 100%;
    height: 340px;
    background-color: #fff;
}
.describe .describe-top{
    width: 100%;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 82px;
}
.describe .describe-top img{
    width: 240px;
}
.describe .describe-text{
    font-size: 36px;
    font-weight: 700;
    color: rgba(22, 62, 128, 1);
    margin: 0px 50px;
}
.describe .describe-center{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 60px;
}
.describe .describe-center p{
    width: 1330px;
    font-size: 24px;
    color: #383838;
    text-align: center;
    line-height: 50px;
}
.module1{
    width: 100%;
    height: 640px;
    /* padding-top: 40px; */
    background-image: url(/home/img/enovia/bg3.png);
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.module1 .left{
    width: 690px;
}
.module1 .left .left-p1{
    font-size:34px;
    font-weight: 700;
    color: #163E80;
}
.module1 .left .left-p2{
    font-size:20px;
    color: #383838;
    text-align: justify;
    margin-top: 15px;
    margin-right: 65px;
}
.module1 img{
    width: 800px;
    height: 437.5px;
}
.module2{
    width: 100%;
    /* height: 1000px; */
    background-color: #044796;
    position: relative;
    padding-bottom: 20px;
}
.module2 h3{
    width: 100%;
    text-align: center;
    font-size: 60px;
    color: #fff;
    padding-top: 20px;
    font-weight: 700;
}
.swiper {
    width: 100%;
    /* height: 845px; */
    /* background-color: transparent; */
    --swiper-theme-color: #ff6600;
    overflow-x: hidden;
    /* 两种都可以 */
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    width: 839px !important;
    /* background: #fff; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* margin: 10px 72px; */
  }
  .swiper-div{
    width: 744px;
    padding-top: 45px;
  }
  .swiper-p1{
    font-size: 34px;
    font-weight: 700;
    color: #044796;
    text-align: left;
    margin-bottom: 10px;
    opacity: 0; transform: translateY(50px)
  }
  .swiper-p2{
    font-size: 34px;
    color: #044796;
    text-align: left;
    margin-bottom: 15px;
    opacity: 0; transform: translateY(50px)
  }
  .swiper-p3{
    font-size: 20px;
    color: #044796;
    text-align: justify;
    /* margin-bottom: 51px; */
    line-height: 35px;
    height: 280px;
    opacity: 0; transform: translateY(5px);
  }
  /* .on .swiper-p1 { opacity: 1; transform: translateY(0); transition: all 0.5s ease; }
  .on .swiper-p2 { opacity: 1; transform: translateY(0); transition: all 0.5s ease; }
  .on .swiper-p3 { opacity: 1; transform: translateY(0); transition: all 0.5s ease; } */
  .swiper-slide-prev .swiper-p1 {
	opacity: 1; transform: translateY(-170); transition: all 1s ease;
}
.swiper-slide-prev .swiper-p2 {
	opacity: 1; transform: translateY(-170); transition: all 1s ease;
}
.swiper-slide-prev .swiper-p3 {
	opacity: 1; transform: translateY(-170); transition: all 1s ease;
}
.swiper-slide-next .swiper-p1 {
	opacity: 1; transform: translateY(170); transition: all 1s ease;
}
.swiper-slide-next .swiper-p2 {
	opacity: 1; transform: translateY(170); transition: all 1s ease;
}
.swiper-slide-next .swiper-p3 {
	opacity: 1; transform: translateY(170); transition: all 1s ease;
}
.swiper-slide-active .swiper-p1 {
	opacity: 1;
	transform: translateY(0);
    transition: all 1s ease
}
.swiper-slide-active .swiper-p2 {
	opacity: 1;
	transform: translateY(0);
    transition: all 1s ease
}
.swiper-slide-active .swiper-p3 {
	opacity: 1;
	transform: translateY(0);
    transition: all 1s ease
}

/* .on .m2abt_c2txt p { opacity: 1; transform: translateY(0); transition: all 0.5s ease; transition-delay: 0.1s; } */
  .swiper-slide img {
    display: block;
    width: 839px;
    height: 427px;
    object-fit: cover;
  }
  .position {
    position: absolute;
    top: 120px;
    left: calc(50% - 420px);
    width: 839px;
    height: 840px;
    background-color: #fff;
  }
  .swiper-button-next{
	/* background-color: rgba(210,210,210,.6); */
	background-size: 15px 15px;
	/* border-radius: 50%; */
	width: 49px ;
	height: 49px ;
	transition: all .5s;
	outline: none;
	/* opacity: 0; */
    border: 1px solid #FFFFFF;
}
 .swiper-button-prev{
	/* background-color: #fff; */
	background-size: 15px 15px;
	/* border-radius: 50%; */
	width: 49px;
	height: 49px;
	transition: all .5s;
	outline: none;
	/* opacity: 0; */
    border: 1px solid #FFFFFF;
}

.swiper-button-next {
	background-image: url("/home/img/enovia/logo2.png") !important;
	right: 20px;
}
.swiper-button-prev {
	background-image: url("/home/img/enovia/logo1.png") !important;
	left: 20px;
}
