@charset "utf-8";
/* CSS Document */
.swiper1 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: none;
  border: 2px solid #A5A5A5;
  opacity: 1;
  border-radius: 50%;
}
.swiper1 .swiper-pagination-bullet-active {
  background-color: #0060ad;
  border: 2px solid #0060ad;
}
.swiper1 .swiper-button-next {
  right: 5%;
  width: 24px;
  height: 40px;
  background: url(../images/right.png) no-repeat;
}
.swiper1 .swiper-button-prev {
  left: 5%;
  width: 24px;
  height: 40px;
  background: url(../images/left.png) no-repeat;
}
.swiper1 .swiper-button-next:after,
.swiper1 .swiper-button-prev:after {
  display: none;
}
.home-resources {
  padding: 80px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-resources h3 {
  font-size: 36px;
}
.resourcescon {
  flex: 1;
}
.countcon {
  font-size: 18px;
  border: 5px solid #ddd;
  padding: 20px;
  line-height: 1.7;
}
.cont {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  transition-delay: 2s;
}
.cont dl {
  width: 30%;
}
.cont dl dt {
  margin-right: 10px;
  margin-top: 20px;
  height: 50px;
  display: flex;
  align-items: center;
}
.cont dl dd .num {
  font-size: 48px;
}
.cont dl dd .num sup {
  font-size: 32px;
}
.cont dl dd .tit {
  font-size: 18px;
}
.iApp {
  position: relative;
  padding: 60px 0px 40px;
}
.iAppBg {
  display: block;
  position: absolute;
  width: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}
.iApp .iAppTit {
  height: 24px;
  line-height: 24px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  border-left: #0060ad 5px solid;
  padding-left: 15px;
  margin-bottom: 15px;
}
.iApp .iAppShortTit {
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  color: #a6a6a6;
  padding-left: 20px;
  margin-bottom: 100px;
}
.iApp .iAppBody {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.iApp .iAppBody .iAppCel {
  width: 21%;
  margin: 0 2%;
}
.iApp .iAppBody .iAppCel .iAppCelPic {
  width: 100%;
  margin-bottom: 20px;
}
.iApp .iAppBody .iAppCel .iAppCelPic img {
  display: block;
  box-sizing: border-box;
  width: 100%;
  border-radius: 50%;
  border: #fff 10px solid;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  background-color: white;
}
.iApp .iAppBody .iAppCel .iAppCelTit {
  height: 30px;
  line-height: 30px;
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  text-align: center;
  margin-bottom: 20px;
}
.iApp .iAppBody .iAppCel .iAppCelDes {
  line-height: 20px;
  height: 80px;
  overflow: hidden;
  font-size: 14px;
  color: #a09f9f;
  text-align: justify;
}
.iAbout {
  background-color: #f6f6f6;
  box-sizing: border-box;
  padding: 60px 40px;
}
.iAbout .iAboutTit {
  line-height: 30px;
  font-size: 28px;
  color: #000;
  margin-bottom: 50px;
}
.iAbout .iAboutTit span {
  display: inline-block;
  padding-left: 20px;
  border-left: #0060ad 5px solid;
}
.iAbout .iAboutTxt {
  display: flex;
  justify-content: space-between;
}
.iAbout .iAboutTxt .iaboutimg {
  width: 45%;
}
.iAbout .iAboutTxt .iaboutimg img {
  width: 100%;
}
.iAbout .iAboutTxt .iaboutcon {
  width: 50%;
  font-size: 14px;
  line-height: 1.7;
}
.iAbout .iAboutTxt .iaboutcon p {
  margin-bottom: 20px;
}
.iaboutcon a {
  display: block;
  background-color: #0060ad;
  width: 100px;
  line-height: 40px;
  color: white;
  text-align: center;
}
.iaboutcon a:hover {
  opacity: 0.8;
}
.iAboutIco {
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin: 50px auto 50px auto;
}
.iAboutIco .iAboutIcoCel {
  display: block;
  width: 25%;
}
.iAboutIco .iAboutIcoCel .iAboutIcoCelPic {
  margin-bottom: 20px;
  text-align: center;
}
.iAboutIco .iAboutIcoCel .iAboutIcoCelPic img {
  max-width: 100%;
}
.iAboutIco .iAboutIcoCel .iAboutIcoCelTit {
  line-height: 25px;
  font-size: 18px;
  text-align: center;
  color: #000;
}
.iAboutIco .iAboutIcoCel:hover .iAboutIcoCelTit {
  color: #0c3388;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
  .home-resources {
    flex-direction: column;
  }
  .home-resources {
    padding: 30px 10px;
  }
  .home-resources h3 {
    font-size: 24px;
  }
  .resourcescon {
    width: 100%;
  }
  .countcon {
    width: 100%;
    box-sizing: border-box;
    margin-top: 20px;
  }
  .cont dl {
    width: 30.333333%;
  }
  .cont dl dd .num {
    font-size: 24px;
  }
  .cont dl dd .num sup {
    font-size: 18px;
  }
  .iApp {
    padding: 20px 0px 40px;
  }
  .iApp .iAppShortTit {
    margin-bottom: 20px;
  }
  .iApp .iAppBody {
    flex-wrap: wrap;
  }
  .iApp .iAppBody .iAppCel {
    width: 46%;
    margin: 10px 2%;
  }
  .iAbout {
    margin-bottom: 0px;
    padding: 20px;
  }
  .iAbout .iAboutTit {
    margin-bottom: 20px;
  }
  .iAboutTxt {
    flex-wrap: wrap;
  }
  .iAbout .iAboutTxt .iaboutimg {
    width: 100%;
  }
  .iAbout .iAboutTxt .iaboutcon {
    width: 100%;
    padding-top: 20px;
  }
}
