@import url("./root.css");
.index-section-3{
  padding: 80px 0 50px;
  background: #F8FAFC;
}
.index-section-3 h3 {
  margin-top: 20px;
}
.EMpowering-list{
  display: grid;
  column-gap: 40px;
  grid-template-columns: repeat(5, 1fr);
  max-width: 1620px;
  margin: 0 auto;
  padding: 0 10px;
}
.EMpowering-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 281px;
  height: 378px;
}
.EMpowering-list li > div{
  width: 100%;
  height: 100%;
  background: linear-gradient( 180deg, #3883FA 0%, #99D1FF 100%);
  color : var(--color-white);
  border-radius: 80px;
  border-bottom-right-radius: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  position: relative;
}
.EMpowering-list li .li-bg-img{
  position: absolute;
  top: -38px;
  left: -35px;
  width: 180px;
  height: 180px;
  overflow: hidden;
  z-index: 0;
  transition: all 0.8s ease-in-out;
}
.EMpowering-list li:hover .li-bg-img{
  /* opacity: 0; */
  /* transform: translate(-100px, -100px); */
  top: -238px;
  left: -235px;
}
.EMpowering-list li:nth-child(2n) {
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 0;
  margin-top: 38px;
}
.EMpowering-list li .li-icon { 
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--color-white);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}
.EMpowering-list li .li-box{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 29px;
  overflow: hidden;
}
.EMpowering-list li .li-box h3 {
  font-size: 24px;
  line-height: 28px;
}
.EMpowering-list li .li-box p:nth-child(2) {
  margin-top: 12px;
  line-height: 20px;
}
.EMpowering-list li .li-box p:nth-child(3)  {
  margin-top: 25px;
  opacity: 0.7;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s ease, opacity 0.6s ease, color 0.6s ease;
  font-size: 14px;
}
.EMpowering-list li .li-icon > i {
  display: block;
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
  transition: all 0.5s ease-in-out 0.2s;
}
.EMpowering-list li:nth-child(1) .li-icon > i {
  background-image: url("../images/index/SVG1.png");
}
.EMpowering-list li:nth-child(2) .li-icon > i {
  background-image: url("../images/index/SVG2.png");
}
.EMpowering-list li:nth-child(3) .li-icon > i {
  background-image: url("../images/index/SVG3.png");
}
.EMpowering-list li:nth-child(4) .li-icon > i {
  background-image: url("../images/index/SVG4.png");
}
.EMpowering-list li:nth-child(5) .li-icon > i {
  background-image: url("../images/index/SVG5.png");
}


.EMpowering-list li > div:hover {
  background: white;
  transform: translateY(-10px);
  box-shadow: 2px 2px 12px 0px rgba(229,229,229,0.5);
}
.EMpowering-list li:hover .li-box h3 {
  color: #212121;
}
.EMpowering-list li:hover .li-box p:nth-child(2) {
  color: #777777;
}
.EMpowering-list li:hover .li-icon {
  background: #2563EB;
}
.EMpowering-list li:hover .li-box p:nth-child(3) {
  max-height: 1000px;
  opacity: 0.8;
  color: #374151;
}
.EMpowering-list li:nth-child(1):hover .li-icon > i {
  background-image: url("../images/index/SVG1-1.png");
}
.EMpowering-list li:nth-child(2):hover .li-icon > i {
  background-image: url("../images/index/SVG2-1.png");
}
.EMpowering-list li:nth-child(3):hover .li-icon > i {
  background-image: url("../images/index/SVG3-1.png");
}
.EMpowering-list li:nth-child(4):hover .li-icon > i {
  background-image: url("../images/index/SVG4-1.png");
}
.EMpowering-list li:nth-child(5):hover .li-icon > i {
  background-image: url("../images/index/SVG5-1.png");
}

.index-section-4 {

}
.tt-box h2{

}
.tt-box h3{
  font-size: 24px;
  line-height: 28px;
  color: #F2F7FF;
  margin: 19px auto 22px;
}
.tt-box p{
  margin-top: 16px;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  max-width: 850px;
  margin: 0 auto;
}
.index-section-4 ul {
  display: grid;
  column-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1300px;
  margin: 36px auto 0;
}
.index-section-4 ul li{
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  margin-bottom: 32px;
  background: #1E293B;
  padding: 29px;
}
.index-section-4 ul li img{
  width: 48px;
  /* height: 48px; */
  object-fit: cover;
}
.index-section-4 ul li .xximg{
  /* margin-bottom: 16px; */
  width: 48px;
  height: 48px;
  object-fit: cover;
  background-image: url("../images/index/专家.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.index-section-4 ul li:nth-child(2) .xximg{
  background-image: url("../images/index/风控.png");
  background-size: 80%;
}
.index-section-4 ul li:nth-child(3) .xximg{
  background-size: 90%;
  background-image: url("../images/index/算法库.png");
}
.index-section-4 ul li h3 {
  margin: 16px 0;
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 32px;

}
.index-section-4 ul li p {
  font-size: 18px;
  color: #CBD5E1;
  line-height: 36px;
}


.index-section-5{
  padding: 70px 0 16px;

}
.index-section-5 .xmap-box h3{
  font-size: 26px;
  color: #1E3A8A;
  line-height: 40px;
  margin: 76px auto 0;
}
.index-section-5 .xmap-box p:nth-child(2){
  font-weight: 400;
  font-size: 18px;
  color: #374151;
  line-height: 24px;
  margin-top: 13px;
  margin-bottom: 10px;
}
.index-section-5 .xmap-box p:nth-child(3){
  font-weight: 600;
  font-size: 20px;
  color: #6B7280;
  line-height: 28px;
}
.index-section-5 .map-box {
  width: 449px;
  margin: 42px auto 0;
}
.swiper-box{
  position: relative;
  padding: 0 50px;
  margin: 0 auto;
  max-width: 1066px;
}
.mySwiper{
  width: 966px;
  margin-top: 46px;
  position: relative;
}
.swiper-slide{
  width: 16.6666666%;
}
.swiper-slide img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 2px 2px 12px 2px rgba(229,229,229,0.5);
}
.swiper-button-prev {
  /* left: -50px; */
  background-image: url("../images/index/swiper/left.svg");
}
.swiper-button-next {
  /* right: -50px; */
  background-image: url("../images/index/swiper/left.svg");
  transform: rotate(180deg);
}

@media screen and (max-width: 1440px) {
  .EMpowering-list{
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(3, 1fr);
  }
  .EMpowering-list li:nth-child(2n) {
    margin-top: 0;
  }
}