body {
  font-family: "微软雅黑", Arial;
  font-size: 14px;
  line-height: 24px;
}

.banner,
.E10_P1,
.E10_P2,
.E10_P3,
.E10_P4,
.E10_P5 {
  overflow: hidden;
}

.banner {
  background: url("../images/banner.png") no-repeat center;
  background-size: cover;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  font-size: calc(1vw + 1vh + 0.5vmin);
}

.banner_cen {
  width: 100%;
  max-width: 1215px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0 15px;
}

.banner_a {
  width: 100%;
  max-width: 1200px;
  height: 15%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.banner a {
  max-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 30px;
  height: 40px;
  background: linear-gradient(-90deg, #3059F9 0%, #59A3F6 100%);
  border-radius: 6px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border: none;
  width: 305px;
  padding: 0;
  margin-top: 20px;
  box-sizing: border-box;
}

.hvr-shadow:hover {
  background: linear-gradient(to right, #ffb252 0%, #f18541 100%);
}

.banner h1 {
  font-size: 2.1em;
  display: block;
  font-weight: bold;
  text-shadow: 0.1em 0.2em 0.3em #011a5a;
  color: #fff;
  line-height: 1.5;
  margin: 0 0 50px;
}

.banner h2 {
  display: block;
  font-size: 1em;
  font-weight: normal;
  text-shadow: 0.1em 0.2em 0.4em #011a5a;
  color: #fff;
}

/*------P1------*/
.E10_P1 {
  background: url("../images/E10_P1.png") no-repeat center;
}

.swiper_mb {
  display: none;
}

.E10_P1_cen {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px 0;
  position: relative;
}

.E10_P1_cen h1,
.E10_P1_cen h2 {
  margin: 0 0 20px;
}

.E10_P1_cen h1 {
  font-size: 40px;
  font-weight: bold;
  color: #000;
  text-align: center;
  line-height: 62px;
}

.E10_P1_cen h1 br {
  display: none;
}

.E10_P1_cen h2 {
  font-size: 32px;
  font-weight: normal;
  color: #000;
}

.E10_P1_cen .swiper1 {
  padding: 75px 0 0;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  height: 690px;
  background: #4a4c94;
  border-radius: 3px;
  position: relative;
}

.swiper1::before {
  content: " ";
  width: 100%;
  height: 75px;
  background: #fff;
  border-bottom-left-radius: 60px;
  position: absolute;
  top: 0;
  left: 0;
}

.E10_P1_cen .swiper-button-next {
  right: 0;
}

.E10_P1_cen .swiper-button-prev {
  left: 0;
}

.E10_P1_cen .swiper-pagination {
  bottom: 140px;
}

.E10_P1_cen .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: #fff;
  opacity: 1;
  border: 2px solid #4a4c94;
  margin: 0 10px;
}

.E10_P1_cen .swiper-pagination-bullet:focus,
.E10_P3 .swiper-pagination-bullet:focus,
.E10_P1 .swiper-button-next,
.E10_P1 .swiper-button-prev {
  outline: none;
}

.E10_P1_cen .swiper-pagination-bullet-active {
  background: #4a4c94;
}

.E10_P1_cen .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 0 30px;
}

.E10_P1_cen .swiper-slide h3 {
  position: absolute;
  top: -55px;
  left: 50px;
  font-size: 28px;
  font-weight: bold;
  color: #4a4c94;
}

.E10_P1_cen .swiper-slide h5 {
  width: 100%;
  max-width: 850px;
  margin: 0 auto 35px;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  line-height: 28px;
}

.slider2_img {
  margin: 0 0 25px;
}

.slider3_img {
  margin: 0 0 35px;
}

.slide1_boxs {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 0 40px;
}

.slide1_boxs1,
.slide1_boxs2 {
  display: flex;
}

.slide1_box {
  width: 100%;
  max-width: 250px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background: #fff;
  margin: 0 10px;
  padding: 0 0 40px;
}

.slide1_box h4 {
  font-size: 1.5em;
  color: #000;
  margin: 20px 0;
  position: relative;
  padding: 0 0 5px;
}

.slide1_box h4::after {
  content: "";
  width: 25px;
  border-bottom: 2px solid #000;
  position: absolute;
  left: 40%;
  bottom: 0;
}

.slide1_box p {
  font-size: 1.06em;
  color: #000;
  line-height: 1.5;
  padding: 0 15px;
}

.E10_P1_a,
.E10_P2_a {
  display: flex;
  margin: 75px 0 0;
}

.E10_P1_a a,
.E10_P2_a a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 30px;
  height: 40px;
  background: linear-gradient(-90deg, #3059F9 0%, #59A3F6 100%);
  border-radius: 6px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border: none;
  width: 305px;
  padding: 0;
  margin-top: 20px;
  box-sizing: border-box;
}

/*------P2------*/
.E10_P2 {
  padding: 110px 0 100px;
}

.E10_P2_cen {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.E10_P2_cen h1 {
  font-size: 40px;
  font-weight: bold;
  color: #000;
  margin: 0 0 20px;
  text-align: center;
}

.E10_P2_cen h1 br,
.E10_P2_cen h2 br {
  display: none;
}

.E10_P2_cen h2 {
  font-size: 32px;
  font-weight: normal;
  color: #000;
  margin: 0 0 40px;
  line-height: 48px;
  text-align: center;
}

.E10_P2_boxs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 1160px) {
  .E10_P2_boxs {
    max-width: 800px;
  }
}

.E10_P2_box1 {
  background: url("../images/E10_P2_bg1.png") no-repeat center;
}

.E10_P2_box2 {
  background: url("../images/E10_P2_bg2.png") no-repeat center;
}

.E10_P2_box3 {
  background: url("../images/E10_P2_bg3.png") no-repeat center;
}

.E10_P2_box4 {
  background: url("../images/E10_P2_bg4.png") no-repeat center;
}

.hover1 {
  background: url("../images/E10_P2_bg1.png") no-repeat center;
  filter: grayscale(1);
}

.hover2 {
  background: url("../images/E10_P2_bg2.png") no-repeat center;
  filter: grayscale(1);
}

.hover3 {
  background: url("../images/E10_P2_bg3.png") no-repeat center;
  filter: grayscale(1);
}

.hover4 {
  background: url("../images/E10_P2_bg4.png") no-repeat center;
  filter: grayscale(1);
}

.E10_P2_box_p {
  display: none;
}

.E10_P2_box1,
.E10_P2_box2,
.E10_P2_box3,
.E10_P2_box4 {
  width: 100%;
  max-width: 286px;
  height: 337px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto 20px;
  position: relative;
  overflow: hidden;
}

.E10_P2_box1:hover .E10_P2_hover,
.E10_P2_box2:hover .E10_P2_hover,
.E10_P2_box3:hover .E10_P2_hover,
.E10_P2_box4:hover .E10_P2_hover {
  bottom: 0%;
}

.E10_P2_box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.E10_P2_box1 h3,
.E10_P2_box2 h3,
.E10_P2_box3 h3,
.E10_P2_box4 h3 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin: 40px 0 20px;
}

.E10_P2_box1 p,
.E10_P2_box2 p,
.E10_P2_box3 p,
.E10_P2_box4 p {
  font-size: 18px;
  color: #fff;
}

.E10_P2_box1 img,
.E10_P2_box2 img,
.E10_P2_box3 img,
.E10_P2_box4 img {
  margin: 0 0 50px;
}

.E10_P2_hover {
  width: 100%;
  height: 100%;
  position: absolute;
  line-height: 30px;
  bottom: -100%;
  left: 0;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
}

/*------P3------*/
@keyframes indbanLeft {
  0% {
    opacity: 0;
    transform: translateX(140px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes indbanoPcity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.E10_P3 {
  background: url("../images/E10_P3.png");
  padding: 110px 0 0;
}

.E10_P3_cen {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.E10_P3 h1 {
  font-size: 40px;
  font-weight: bold;
  color: #4a4c94;
  margin: 0 0 20px;
  text-align: center;
  line-height: 62px;
}

.E10_P3 h2 {
  font-size: 32px;
  font-weight: normal;
  color: #4a4c94;
  margin: 0 0 40px 0;
  text-align: center;
}

.E10_P3 h2 br {
  display: none;
}

.E10_P3 .swiper-pagination {
  position: initial;
  border-bottom: 2px solid #cdcfd0;
  display: flex;
  justify-content: center;
}

.E10_P3 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}

.E10_P3 .swiper-pagination-bullet {
  width: 100%;
  max-width: 240px;
  height: 50px;
  font-size: 24px;
  font-weight: normal;
  color: #000;
  opacity: 1;
  border-radius: initial;
  background: initial;
  line-height: initial;
}

.E10_P3 .swiper-pagination-bullet-active .bullet {
  width: 100%;
  border-radius: 0;
  height: 2.5px;
  margin: 18px auto;
  transition: width 0.6s ease;
}

.E10_P3 .swiper-slide-active .slide1_left h3,
.E10_P3 .swiper-slide-active .slide1_cen h3 {
  animation: indbanLeft 1s ease both 0.4s;
}

.E10_P3 .swiper-slide-active .slide1_left h4,
.E10_P3 .swiper-slide-active .slide1_cen h4 {
  animation: indbanLeft 1s ease both 0.6s;
}

.E10_P3 .swiper-slide-active .slide1_left h5,
.E10_P3 .swiper-slide-active .slide1_cen h5,
.E10_P3 .swiper-slide-active .slide1_cen .slide1_cen_img {
  animation: indbanLeft 1s ease both 0.8s;
}

.E10_P3 .swiper-slide-active .slide1_left a,
.E10_P3 .swiper-slide-active .slide1_cen a {
  animation: indbanLeft 1s ease both 1s;
}

.E10_P3 .swiper-slide-active .slide1_right {
  animation: indbanoPcity 1s ease-in-out both 0.2s;
}

.E10_P3 .slide1 {
  background: url("../images/E10_P3_bg1.png") no-repeat bottom right;
}

.E10_P3 .slide2 {
  background: url("../images/E10_P3_bg2.png") no-repeat bottom right;
}

.E10_P3 .slide3 {
  background: url("../images/E10_P3_bg3.png") no-repeat bottom right;
}

.E10_P3 .slide4 {
  background: url("../images/E10_P3_bg4.png") no-repeat bottom right;
}

.E10_P3 .slide5 {
  background: url("../images/E10_P3_bg5.png") no-repeat bottom right;
}

.bullet {
  width: 10px;
  height: 10px;
  margin: 15px auto 0;
  background: #4a4c94;
  border-radius: 50%;
}

.E10_P3_cen .swiper2 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0 0;
}

.E10_P3 .swiper-slide {
  height: 495px;
  display: flex;
}

.slide1_cen {
  display: none;
}

.slide1_left h3 {
  font-size: 24px;
  color: #000;
  margin: 0 0 20px 60px;
  opacity: 0;
  line-height: 34px;
}

.slide1_left span {
  color: #4a4c94;
  position: relative;
  left: -10px;
}

.slide1_left h4 {
  width: 100%;
  max-width: 505px;
  font-size: 20px;
  line-height: 34px;
  font-weight: normal;
  color: #4a4c94;
  padding: 0 40px 0 0;
  margin: 0 0 0 60px;
  opacity: 0;
}

.slide1_left h5 {
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  color: #000;
  margin: 20px 0 35px 60px;
  opacity: 0;
}

.slide1_left a {
  width: 367px;
  height: 45px;
  font-size: 18px;
  font-weight: normal;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  background: #4a4c94;
  opacity: 0;
}

.slide1_left a img {
  margin: 5px 15px 0 0;
}

.slide1_right {
  padding: 60px 0 0 40px;
  opacity: 0;
}

/*------P4------*/
.E10_P4 {
  padding: 110px 0;
}

.E10_P4_cen {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 15px;
}

.E10_P4_cen h1 {
  font-size: 40px;
  font-weight: bold;
  margin: 0 0 20px;
  color: #4a4c94;
  line-height: 62px;
}

.E10_P4_cen h2 {
  font-size: 32px;
  font-weight: normal;
  color: #4a4c94;
  margin: 0 0 50px;
}

.E10_P4_h3 {
  width: 100%;
  margin: 0 0 35px;
}

.E10_P4_h3 h3 {
  font-size: 18px;
  color: #4a4c92;
  font-weight: normal;
  line-height: 34px;
}

/*------P5------*/
.E10_P5 {
  background: #4a4c94;
  padding: 110px 0 80px;
}

.E10_P5_cen {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.E10_P5_cen h1 {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  margin: 0 0 20px;
  line-height: 62px;
}

.E10_P5_cen h2 {
  font-size: 32px;
  color: #fff;
  font-weight: normal;
}

.E10_P5_boxs {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0 0;
}

.E10_P5_box {
  margin: 0 10px;
  overflow: hidden;
}

.E10_P5_box img {
  transition: all 0.8s;
}

.E10_P5_box:hover img {
  transform: scale(1.05);
}

.E10_P5_cen h1 br {
  display: none;
}

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

  /*----banner-----*/
  .banner {
    background: url("../images/banner_rwd.png") no-repeat center;
    background-size: cover;
    padding: 0 0 60px 0;
  }

  .banner_cen {
    align-items: center;
    justify-content: flex-end;
    padding: 0;
  }

  .banner h1 {
    margin: 0 0 20px;
    text-align: center;
    line-height: 1.4;
    font-size: 2.4em;
  }

  .banner h2 {
    font-size: 1.6em;
    text-align: center;
  }

  .banner a {
    height: 37px;
    border: 0;
    font-size: 14px;
    margin: 0 15px;
    color: #4a4c94;
    background: #fff600;
  }

  .banner_a {
    margin: 40px 0 0;
  }

  /*------P1------*/
  .E10_P1 {
    background: url("../images/E10_P1_rwd.png") no-repeat center;
    font-size: calc(1vw + 1vh + 0.5vmin);
  }

  .E10_P1_cen {
    padding: 40px 0 0;
  }

  .E10_P1_cen h1 {
    font-size: 2.4em;
    line-height: 1.3;
    margin: 0 0 10px;
  }

  .E10_P1_cen h1 br {
    display: block;
  }

  .E10_P1_cen h2 {
    font-size: 1.6em;
    line-height: 1.3;
  }

  .E10_P1_cen .swiper1 {
    border-left: 0;
    border-right: 0;
    padding: 0;
    height: auto;
  }

  .E10_P1_cen .swiper_btn {
    --swiper-navigation-size: 34px;
  }

  .E10_P1_cen .swiper-pagination {
    bottom: 90px;
  }

  .E10_P1_cen .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
  }

  .E10_P1_cen .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    background: initial;
  }

  .swiper1::before,
  .swiper_pc {
    display: none;
  }

  .swiper_mb {
    display: flex;
    justify-content: center;
    margin: 40px 0;
  }

  .swiper_mb a {
    height: 37px;
    border: 0;
    background: #fff600;
    color: #4a4c94;
    margin: 0 15px;
    font-size: 14px;
  }

  .E10_P1_cen .swiper-slide h3 {
    font-size: 1.05em;
    position: initial;
    left: 0;
    top: 0;
    color: #fff;
    padding: 20px 0;
    line-height: 1.3;
  }

  .E10_P1_cen .swiper-slide h5 {
    font-size: 1em;
    line-height: 1.5;
    margin: 0 auto;
  }

  .slide1_boxs {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 0 20px;
  }

  .slide1_box {
    height: auto;
    margin: 0 5px 10px;
    padding: 0;
  }

  .slide1_boxs1 .slide1_box:nth-child(1) img {
    content: url("../images/E10_P1_img1_rwd.png");
  }

  .slide1_boxs1 .slide1_box:nth-child(2) img {
    content: url("../images/E10_P1_img2_rwd.png");
  }

  .slide1_boxs2 .slide1_box:nth-child(1) img {
    content: url("../images/E10_P1_img3_rwd.png");
  }

  .slide1_boxs2 .slide1_box:nth-child(2) img {
    content: url("../images/E10_P1_img4_rwd.png");
  }

  .slide1_box h4 {
    font-size: 1.2em;
    font-weight: bold;
    padding: 0;
    margin: 5px 0;
  }

  .slide1_box h4::after {
    display: none;
  }

  .slide1_box p {
    display: none;
  }

  /*------P2------*/
  .E10_P2 {
    padding: 40px 15px;
    font-size: calc(1vw + 1vh + 0.5vmin);
  }

  .E10_P2_cen h1 {
    font-size: 2.4em;
    line-height: 1.3;
    margin: 0 0 10px;
  }

  .E10_P2_cen h1 br,
  .E10_P2_cen h2 br {
    display: block;
  }

  .E10_P2_cen h2 {
    font-size: 1.6em;
    line-height: 1.3;
    margin: 0 0 20px;
  }

  .E10_P2_hover {
    display: none;
  }

  .E10_P2_boxs {
    flex-wrap: initial;
    flex-direction: column;
  }

  .E10_P2_boxs .E10_P2_box_p {
    display: block;
    margin: 20px 0 0;
    padding: 0 15px;
    line-height: 1.4;
  }

  .E10_P2_box1 {
    background: url("../images/E10_P2_bg1_rwd.png") no-repeat center;
    background-size: cover;
  }

  .E10_P2_box2 {
    background: url("../images/E10_P2_bg2_rwd.png") no-repeat center;
    background-size: cover;
  }

  .E10_P2_box3 {
    background: url("../images/E10_P2_bg3_rwd.png") no-repeat center;
    background-size: cover;
  }

  .E10_P2_box4 {
    background: url("../images/E10_P2_bg4_rwd.png") no-repeat center;
    background-size: cover;
  }

  .E10_P2_box1,
  .E10_P2_box2,
  .E10_P2_box3,
  .E10_P2_box4 {
    max-width: 600px;
    height: auto;
    padding: 0 0 25px 0;
  }

  .E10_P2_box1 h3,
  .E10_P2_box2 h3,
  .E10_P2_box3 h3,
  .E10_P2_box4 h3 {
    margin: 0;
    position: relative;
    top: 135px;
    font-size: 1.4em;
  }

  .E10_P2_box1 p,
  .E10_P2_box2 p,
  .E10_P2_box3 p,
  .E10_P2_box4 p {
    font-size: 1.2em;
    line-height: 28px;
  }

  .E10_P2_box1 img,
  .E10_P2_box2 img,
  .E10_P2_box3 img,
  .E10_P2_box4 img {
    width: 100px;
    margin: 0 0 40px;
  }

  .E10_P2_a {
    width: 100%;
    margin: 20px 0 0;
    justify-content: center;
  }

  .E10_P2_a a {
    height: 37px;
    margin: 0 15px;
    font-size: 14px;
    color: #fff;
    background: #4a4c94;
    border: 0;
  }

  /*------P3------*/
  .E10_P3 {
    background: url("../images/E10_P3_rwd.png") no-repeat center;
    padding: 40px 0 0;
    font-size: calc(1vw + 1vh + 0.5vmin);
  }

  .E10_P3 h1 {
    font-size: 2.4em;
    line-height: 1.3;
    margin: 0 0 10px;
  }

  .E10_P3 h2 {
    font-size: 1.6em;
    line-height: 1.3;
    margin: 0 0 20px;
  }

  .E10_P3 h2 br {
    display: block;
  }

  .slide1_left,
  .slide1_right {
    display: none;
  }

  .E10_P3 .swiper-pagination-bullet-active .bullet {
    height: 3px;
    bottom: -20px;
    left: 0;
    right: 0;
  }

  .E10_P3 .swiper-pagination-bullet {
    position: relative;
    font-size: 1.2em;
    line-height: 22px;
  }

  .bullet {
    position: absolute;
    bottom: -6px;
    left: 45%;
  }

  .E10_P3 .swiper-slide {
    height: auto;
    justify-content: center;
  }

  .E10_P3_cen .swiper2 {
    padding: 20px 0 0;
  }

  .slide1_cen {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 10px 80px;
  }

  .slide1_cen h3 {
    width: 100%;
    font-size: 1.35em;
    font-weight: bold;
    color: #000;
    opacity: 0;
    line-height: 1.6;
  }

  .slide1_cen span {
    color: #4a4c94;
    position: relative;
    left: -10px;
    margin: 0 0 0 3px;
  }

  .slide1_cen h4 {
    width: 100%;
    font-size: 1.3em;
    line-height: 1.8;
    font-weight: normal;
    color: #4a4c94;
    margin: 20px 0;
    opacity: 0;
  }

  .slide1_cen h5 {
    font-size: 1.2em;
    line-height: 2;
    font-weight: normal;
    color: #000;
    margin: 20px 0 30px;
    color: #4a4c94;
  }

  .slide1_cen a {
    width: 100%;
    max-width: 437px;
    height: 37px;
    font-size: 14px;
    font-weight: normal;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    background: #4a4c94;
  }

  .slide1_cen a img {
    margin: 5px calc(70px + (140 - 70) * ((100vw - 360px) / (768 - 360))) 0 0;
  }

  /*------P4------*/
  .E10_P4 {
    padding: 40px 0;
    font-size: calc(1vw + 1vh + 0.5vmin);
  }

  .E10_P4_cen img {
    content: url("../images/E10_P4_img1_rwd.png");
  }

  .E10_P4_cen h1 {
    color: #000;
    font-size: 2.4em;
    line-height: 1.3;
    margin: 0 0 10px;
  }

  .E10_P4_cen h2 {
    font-size: 1.6em;
    line-height: 1.3;
    margin: 0 0 20px;
    color: #000;
  }

  .E10_P4_h3 h3 {
    line-height: 24px;
    font-size: 16px;
  }

  /*------P5------*/
  .E10_P5 {
    padding: 40px 0;
    font-size: calc(1vw + 1vh + 0.5vmin);
  }

  .E10_P5_cen h1 {
    text-align: center;
    font-size: 2.4em;
    line-height: 1.3em;
    margin: 0 0 10px;
  }

  .E10_P5_cen h1 br {
    display: block;
  }

  .E10_P5_cen h2 {
    text-align: center;
    font-size: 1.6em;
    line-height: 1.3em;
  }

  .E10_P5_boxs {
    margin: 20px 0 0;
    flex-direction: column;
  }

  .E10_P5_box {
    margin: 0 10px 30px;
  }

  .E10_P5_box:nth-child(1) img {
    content: url("../images/E10_P5_img1_rwd.png");
  }

  .E10_P5_box:nth-child(2) img {
    content: url("../images/E10_P5_img2_rwd.png");
  }

  .E10_P5_box:nth-child(3) img {
    content: url("../images/E10_P5_img3_rwd.png");
  }
}