.header.white {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: none;
  color: #fff;
}

.header.white .gNavi a {
  color: #fff;
}

.header.white .gNavi a:before {
  background: #fff;
}

.header.white .gNavi a:hover {
  color: #fff;
}

.header.white .gNavi .on a {
  color: #fff;
}

.header.white .hBtn {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.header.white .hBtn a {
  color: #fff;
}

.header.white .download a {
  background: #0043D5;
  color: #fff;
}

.slideBox {
  position: relative;
}

.slideBox .slideItem {
  width: 100%;
  height: 800px;
  position: relative;
}

.slideBox .slideImg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slideBox .swiper-pagination {
  bottom: 30px;
}

.slideBox .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
}

.slideBox .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

.slideInfo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-size: 24px;
  z-index: 100;
  white-space: nowrap;
  padding-top: 30px;
}

.slideInfo .text {
  font-family: 'Arial';
  font-weight: bold;
  text-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
}

.slideInfo .title {
  font-family: 'Arial';
  margin: 20px 0;
  font-size: 120px;
  font-weight: bold;
  line-height: 1;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
}

.slideInfo .comBtn {
  margin-top: 40px;
  background: #0043D5;
}

.section01 {
  padding: 0;
  background: #FFF;
  border-radius: 0px 0px 48px 48px;
}

.blueBox {
  position: relative;
  padding: 120px 0 80px;
}

.blueBox:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  background: #0043D5;
  border-radius: 0px 0px 48px 48px;
  padding-bottom: 305px;
}

.blueBox .centerContent {
  position: relative;
}

.blueBox .infoBox {
  margin-bottom: 40px;
  display: flex;
  flex-direction: row;
}

.blueBox .infoBox .photoBox {
  width: 480px;
  flex: none;
  margin-left: 100px;
  border-radius: 16px;
  overflow: hidden;
}

.blueBox .infoBox .photoBox img {
  width: 100%;
  transition: all 0.3s ease;
}

.blueBox .infoBox .textBox {
  flex: 1;
  color: #FFF;
  font-size: 16px;
}

.blueBox .infoBox .title {
  font-size: 48px;
  font-weight: bold;
  padding: 0 0 20px;
  line-height: 1;
  background: url("../../images/common/ttl_line02.png") no-repeat left bottom;
  background-size: auto 4px;
}

.blueBox .infoBox .subTitle {
  margin: 35px 0 15px;
  font-size: 32px;
  font-weight: bold;
}

.blueBox .infoBox p {
  line-height: 2;
}

.highlightBox {
  position: relative;
  padding: 80px 100px;
  margin: 0 auto;
  width: 85%;
  max-width: 1600px;
  border: 2px solid #fff;
  border-radius: 16px;
  background: linear-gradient(to bottom, #ECF3FF, #fff);
}

.pcCardList {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 10px -10px 30px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.pcCardList .cardItem {
  width: 33.33%;
  padding: 10px;
}

.pcCardList .inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 320px;
  padding: 48px 34px;
  background-image: url("../../images/index/bg01.png");
  background-size: 100% 100%;
}

.pcCardList .cardItem:nth-child(n+4) {
  width: 25%;
}

.pcCardList .cardItem:nth-child(n+4) .inner {
  background-image: url("../../images/index/bg02.png");
}

.pcCardList .photo {
  height: 154px;
  width: auto;
}

.areaList {
  margin: 20px 0 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 14px;
  color: #646E78;
}

.areaList .areaItem {
  width: 335px;
  padding: 20px;
  border: 2px solid #fff;
  border-radius: 16px;
  background: linear-gradient(to bottom, #ECF3FF, #fff);
}

.areaList .photo {
  margin: 40px auto;
  height: 120px;
  width: auto;
  display: block;
  transition: all 0.3s ease;
}

.areaList .ttl {
  margin-bottom: 20px;
  font-size: 16px;
  color: #141E28;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.5;
  min-height: 48px;
}

.areaList .desc {
  min-height: 170px;
}

body.language_zh .slideInfo .title {
  font-family: 'Dou', sans-serif;
  font-size: 80px;
}

body.language_zh .slideInfo .text {
  font-family: 'Dou', sans-serif;
}

body.language_zh .blueBox .title {
  font-family: 'Dou', sans-serif;
  font-size: 32px;
}

body.language_zh .blueBox .subTitle {
  font-family: 'Dou', sans-serif;
}

body.language_zh .areaList .ttl {
  min-height: 0;
}

body.language_zh .areaList .desc {
  min-height: 100px;
}

.spCardSlideBox {
  display: none;
}

@media all and (max-width: 1239px) {
  .slideBox .slideItem {
    height: 240px;
  }
  .slideBox .swiper-pagination {
    display: none;
  }
  .slideInfo {
    font-size: 10px;
    padding-top: 0px;
    white-space: wrap;
    width: 90%;
  }
  .slideInfo .title {
    margin: 10px 0;
    font-size: 30px;
  }
  .slideInfo .comBtn {
    margin-top: 20px;
    min-width: 0;
  }
  .section01 {
    padding: 0;
    background: transparent;
    border-radius: 0px;
  }
  .blueBox {
    position: relative;
    padding: 30px 0 30px;
  }
  .blueBox:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: content-box;
    background: #0043D5;
    border-radius: 0px 0px 24px 24px;
    padding-bottom: 95px;
  }
  .blueBox .centerContent {
    position: relative;
  }
  .blueBox .infoBox {
    margin-bottom: 20px;
    display: block;
  }
  .blueBox .infoBox .photoBox {
    width: 100%;
    flex: none;
    margin-left: 0;
  }
  .blueBox .infoBox .photoBox img {
    width: 100%;
  }
  .blueBox .infoBox .textBox {
    margin-bottom: 25px;
    flex: 1;
    color: #FFF;
    font-size: 12px;
  }
  .blueBox .infoBox .title {
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 10px;
    line-height: 1;
    background: url("../../images/common/ttl_line02.png") no-repeat left bottom;
    background-size: auto 2px;
  }
  .blueBox .infoBox .subTitle {
    margin: 20px 0 5px;
    font-size: 14px;
    font-weight: bold;
  }
  .blueBox .infoBox p {
    line-height: 1.5;
  }
  .blueBox .comBtn {
    font-size: 8px;
    min-width: 0;
  }
  .highlightBox {
    position: relative;
    padding: 30px 0;
    margin: 0 16px;
    width: auto;
    max-width: 1600px;
    border: 1px solid #fff;
    border-radius: 8px;
    background: linear-gradient(to bottom, #ECF3FF, #fff);
  }
  .highlightBox .comBtn {
    min-width: 0;
  }
  .spCardSlideBox {
    display: block;
  }
  .spCardSlider {
    padding: 10px 0 0;
    position: relative;
    overflow: hidden;
  }
  .spCardSlider .inner {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 226px;
    height: 181px;
    padding: 20px 15px;
    background-image: url("../../images/index/bg01_sp.png");
    background-size: 100% 100%;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
  }
  .spCardSlider .photo {
    height: 77px;
    width: auto;
  }
  .spCardSlider .swiper-slide {
    width: auto;
  }
  .spCardSlider .swiper-pagination {
    position: static;
    font-size: 0;
    margin: 20px 0;
  }
  .spCardSlider .swiper-pagination .swiper-pagination-bullet {
    margin: 0 2px;
    background: rgba(204, 222, 255, 0.5);
  }
  .spCardSlider .swiper-pagination .swiper-pagination-bullet-active {
    background: #0043D5;
  }
  .section02 {
    padding-bottom: 40px;
  }
  .areaList {
    margin: 0 0 20px;
    display: block;
    font-size: 14px;
    color: #646E78;
  }
  .areaList .areaItem {
    margin-top: 10px;
    width: 100%;
    padding: 20px 10px 20px 20px;
    border: 1px solid #fff;
    border-radius: 8px;
    background: linear-gradient(to bottom, #ECF3FF, #fff);
    display: flex;
    flex-direction: row;
    align-items: start;
  }
  .areaList .photo {
    margin: 0 20px 0 0;
    height: auto;
    width: 60px;
    display: block;
    flex: none;
  }
  .areaList .ttl {
    margin-bottom: 10px;
    font-size: 12px;
    color: #141E28;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.5;
    min-height: 0;
  }
  .areaList .desc {
    font-size: 12px;
    min-height: 0;
  }
  body.language_zh .slideInfo .title {
    font-size: 30px;
  }
  body.language_zh .blueBox .title {
    font-family: 'Dou', sans-serif;
    font-size: 32px;
  }
  body.language_zh .blueBox .subTitle {
    font-family: 'Dou', sans-serif;
  }
  body.language_zh .areaList .ttl {
    min-height: 0;
  }
  body.language_zh .areaList .desc {
    min-height: 0;
  }
}

@media all and (min-width: 1240px) {
  .blueBox .infoBox .photoBox:hover img {
    width: 100%;
    transform: scale(1.1);
  }
  .areaList .areaItem:hover .photo {
    transform: translateY(-15px);
  }
}

@media all and (min-width: 750px) and (max-width: 1239px) {
  .slideBox .slideItem {
    height: 400px;
  }
  .slideBox .swiper-pagination {
    display: none;
  }
  .slideInfo {
    font-size: 18px;
  }
  .slideInfo .title {
    margin: 15px 0;
    font-size: 50px;
  }
  .slideInfo .comBtn {
    margin-top: 30px;
    min-width: 0;
  }
  .blueBox .infoBox {
    display: flex;
  }
  .blueBox .infoBox .photoBox {
    width: 30%;
    margin-left: 20px;
  }
  .blueBox .infoBox .textBox {
    font-size: 14px;
  }
  .blueBox .infoBox .title {
    font-size: 24px;
  }
  .blueBox .infoBox .subTitle {
    font-size: 18px;
  }
  .blueBox .comBtn {
    font-size: 12px;
  }
  .highlightBox {
    margin: 0 30px;
  }
}
