.banner {
  position: relative;
}
.banner img {
  display: block;
}
.banner .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.banner .content .title {
  width: 42.4%;
  padding-left: 7%;
  display: flex;
  align-items: center;
}
.banner .content .title .con {
  text-align: center;
}
.banner .content .title .p1 {
  width: 83.7%;
  margin-bottom: 0.3rem;
}
.banner .content .title .p2 {
  width: 70.6%;
  margin-bottom: 2rem;
}
.banner .content .title .p3 {
  width: 64%;
}
.banner .content .right {
  width: 42.8%;
  padding-top: 12%;
}
.banner .content .right .box {
  display: flex;
}
.banner .content .right .box1 {
  padding-left: 48%;
}
.banner .content .right .yuan {
  padding-top: 4%;
}
.banner .content .right .yuan img {
  width: 55%;
}
.banner .content .right .xian img {
  width: 90%;
}
.banner .content .right .con {
  position: relative;
}
.banner .content .right .con img {
  width: 70%;
}
.banner .content .right .con p {
  color: white;
  position: absolute;
  top: 100%;
  right: 40%;
  width: 150px;
  text-align: right;
}
.banner .content .right .box2 {
  width: 50%;
  padding-left: 6%;
}
.banner .content .right .box2 .xian img {
  width: 90%;
  transform: rotate(180deg);
}
.banner .content .right .box2 .con {
  position: relative;
}
.banner .content .right .box2 .con img {
  width: 70%;
}
.banner .content .right .box2 .con p {
  color: white;
  position: absolute;
  top: 100%;
  left: 0;
  width: 150px;
  text-align: left;
}
@media screen and (max-width: 1680px) {
  .banner .content .right .box2 {
    padding-left: 2%;
  }
}
.container {
  background: #001c83;
  padding-top: 100px;
  padding-bottom: 100px;
}
.container .title {
  text-align: center;
  margin-bottom: 40px;
}
.container .title h1 {
  background-image: -webkit-linear-gradient(151deg, #82adf5 0%, #fff 25%, #82adf5 50%, #82adf5 75%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  background-size: 100% 100%;
  display: inline-block;
  line-height: 1.2;
  margin-bottom: 0.3rem;
  font-size: 60px;
}
.container .title .border-box {
  width: 50px;
  height: 7px;
  margin: 40px auto 40px;
}
.container .title .border-box .content {
  width: 50px;
  background: #001c83;
  height: 100%;
  border-radius: 13px;
  /*trciky part*/
}
.container .title .border-bg {
  padding: 4px;
  background: linear-gradient(-91deg, #66dbc8, #2354e6);
  border-radius: 16px;
}
.container .title p {
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
}
.container1 .list {
  margin: 0 auto;
  width: calc(1740 / 1920 * 100%);
  display: flex;
  justify-content: space-between;
}
.container1 .list .item {
  position: relative;
  width: calc(416 / 1740*100%);
  transition: all 0.3s ease-in;
}
.container1 .list .item .img {
  transition: all 0.3s ease-in;
  width: 100%;
  border-radius: 22px;
  --borderWidth: 2px;
  --bRadius: 22px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding: 2px;
  box-sizing: border-box;
}
.container1 .list .item .img::after,
.container1 .list .item .img::before {
  box-sizing: border-box;
}
.container1 .list .item .img::before {
  content: '';
  position: absolute;
  z-index: 2;
  left: -50%;
  top: -50%;
  width: 200%;
  height: 200%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: conic-gradient(transparent, #a8efff, transparent 30%);
  animation: rotate 4s linear infinite;
}
.container1 .list .item .img::after {
  content: '';
  position: absolute;
  z-index: 2;
  left: calc(var(--borderWidth) / 2);
  top: calc(var(--borderWidth) / 2);
  width: calc(100% - var(--borderWidth));
  height: calc(100% - var(--borderWidth));
  background: transparent;
  border-radius: 22px;
  /* 这句效果打开有助于理解动画 */
  /*animation: opacityChange 5s infinite linear;*/
}
.container1 .list .item .img img {
  border-radius: 20px;
  margin-bottom: -5px;
  width: 100%;
  z-index: 2;
  position: relative;
}
.container1 .list .item .con {
  transition: all 0.3s ease-in;
  position: absolute;
  color: #fff;
  top: 65%;
  left: 0;
  width: 100%;
  padding: 0 8%;
  box-sizing: border-box;
}
.container1 .list .item .con h1 {
  width: 250px;
  text-shadow: 0 15px 30px rgba(0, 28, 131, 0.4);
  height: 59px;
  font-weight: bold;
  font-size: 58px;
  color: #FFFFFF;
  line-height: 59px;
  position: relative;
  transition: background-position 1s;
  background-image: linear-gradient(-61deg, #82ADF5 0%, #FFFFFF 50.26855469%, #84AEF5 99.609375%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  margin-bottom: 10px;
  z-index: 2;
  font-style: italic;
}
.container1 .list .item .con h1 img {
  width: 57px;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-53%);
}
.container1 .list .item .con ul {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  justify-content: flex-start;
}
.container1 .list .item .con ul li {
  margin-right: 10px;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #fff;
  font-size: 28px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1680px) {
  .container1 .list .item .con h1 {
    width: 180px;
    font-size: 40px;
  }
  .container1 .list .item .con h1 img {
    width: 40px;
  }
  .container1 .list .item .con ul li {
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #fff;
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.container1 .list .item:hover .img {
  transform: translateY(-10px);
}
.container1 .list .item:hover .con {
  transform: translateY(-10px);
}
.container1 .list .item:hover .con h1 {
  background-image: linear-gradient(-61deg, #82ADF5 0%, #FFFFFF 50.26855469%, #84AEF5 99.609375%);
  background-position: 100% 100%;
}
.container1 .list .item1 .con {
  top: 5%;
}
.container1 .list .item1 .con h1 {
  width: 250px;
  height: 59px;
  font-weight: bold;
  font-size: 58px;
  color: #FFFFFF;
  position: relative;
}
.container1 .list .item1 .con h1 img {
  width: 57px;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-53%);
}
.container1 .list .item1 .con ul {
  justify-content: flex-start;
}
.container1 .list .item1 .con ul li {
  padding: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 1680px) {
  .container1 .list .item1 .con h1 {
    width: 180px;
    font-size: 40px;
  }
  .container1 .list .item1 .con h1 img {
    width: 40px;
  }
  .container1 .list .item1 .con ul li {
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #fff;
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.container1 .list .item2 .con h1 {
  width: 250px;
  height: 59px;
  font-weight: bold;
  font-size: 58px;
  color: #FFFFFF;
  position: relative;
}
.container1 .list .item2 .con h1 img {
  width: 76px;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-53%);
}
.container1 .list .item2 .con ul {
  width: 120%;
  justify-content: flex-start;
}
.container1 .list .item2 .con ul li {
  padding: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 1680px) {
  .container1 .list .item2 .con h1 {
    width: 180px;
    font-size: 40px;
  }
  .container1 .list .item2 .con h1 img {
    width: 50px;
  }
  .container1 .list .item2 .con ul li {
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #fff;
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.container1 .list .item3 .con {
  top: 5%;
}
.container1 .list .item3 .con h1 {
  width: 250px;
  height: 59px;
  font-weight: bold;
  font-size: 58px;
  color: #FFFFFF;
}
.container1 .list .item3 .con h1 img {
  width: 57px;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-53%);
}
.container1 .list .item3 .con ul {
  justify-content: flex-start;
}
.container1 .list .item3 .con ul li {
  padding: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 1680px) {
  .container1 .list .item3 .con h1 {
    width: 180px;
    font-size: 40px;
  }
  .container1 .list .item3 .con h1 img {
    width: 40px;
  }
  .container1 .list .item3 .con ul li {
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #fff;
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@keyframes opacityChange {
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}
.container2 {
  position: relative;
  background: none;
}
.container2 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.container2 .box1 {
  padding-bottom: 100px;
}
.container2 .box1 .list {
  width: calc(100% - 180px);
  margin: 0 auto;
}
.container2 .box1 .list .item {
  width: 50%;
}
.container2 .box1 .list .item .img {
  position: relative;
}
.container2 .box1 .list .item .img .bg {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  z-index: 2;
  border-radius: 34px;
}
.container2 .box1 .list .item .img .bg > div {
  width: 50%;
  height: 50%;
}
.container2 .box1 .list .item .img .bg > div:hover img {
  transform: scale(1.05);
}
.container2 .box1 .list .item:nth-child(2) {
  width: calc(50% - 20px);
}
.container2 .box1 .list img {
  width: 100%;
  transition: all 0.3s ease-in;
  border-radius: 34px;
}
.container2 .box2 .list {
  width: 1340px;
  margin: 0 auto;
}
@media screen and (max-width: 1680px) {
  .container2 .box2 .list {
    width: 1080px;
  }
}
.container2 .box2 .list .item {
  width: 58%;
  position: relative;
}
.container2 .box2 .list .item:hover img:nth-child(2) {
  transform: scale(1.1);
}
.container2 .box2 .list .item img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.container2 .box2 .list .item:nth-child(2) {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.container2 .box2 .list .item:nth-child(2) .img {
  position: relative;
}
.container2 .box2 .list .item:nth-child(2) .img:hover img:nth-child(2) {
  transform: scale(1.1) translate(-45%, -45%);
}
.container2 .box2 .list .item:nth-child(2) .img img:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
}
.container2 .box2 .list img {
  width: 100%;
  border-radius: 34px;
  transition: all 0.3s ease-in;
}
.container3 .list {
  width: 1340px;
  margin: 0 auto;
  position: relative;
  background: #FFFFFF;
  border-radius: 20px;
  height: 840px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1680px) {
  .container3 .list {
    width: 1080px;
    height: 672px;
  }
  .container3 .list p {
    font-size: 40px;
  }
}
.container3 .list .item {
  position: absolute;
  left: 0;
  top: 0;
  width: 56.5%;
}
.container3 .list .item img {
  width: 100%;
  display: block;
}
.container3 .list .item:nth-child(2) {
  left: auto;
  right: 0;
  top: 0;
  width: 57%;
}
.container3 .list .item:nth-child(3) {
  left: 0;
  bottom: 0;
  top: auto;
  width: 59%;
  z-index: 3;
}
.container3 .list .item:nth-child(4) {
  left: auto;
  right: 0;
  bottom: 0;
  top: auto;
  width: 47%;
}
.container3 .list p {
  font-size: 47px;
  color: #011C83;
  line-height: 1.5;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 4;
}
.container4 {
  padding: 0;
  position: relative;
  background: none;
}
.container4 img {
  display: block;
  width: 100%;
}
.container4 .title {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
}
.container4 .bg {
  width: 100%;
  height: 100%;
  z-index: -1;
}
.container4 .list {
  position: relative;
  width: 1373px;
  height: 1000px;
  margin: 0 auto;
  z-index: 2;
  border-radius: 30px;
}
.container4 .list .content1 {
  width: 100%;
  height: 100%;
  padding: 60px 80px;
  overflow: hidden;
  box-sizing: border-box;
}
.container4 .list .content1 .box-tit {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-bottom: 20px;
  border-bottom: 1px solid #FFFFFF;
}
.container4 .list .content1 .box-tit h1 {
  color: #FFFFFF;
  font-size: 47px;
  line-height: 1;
}
.container4 .list .content1 .box-tit span {
  font-size: 23px;
  color: #FFFFFF;
  opacity: 0.51;
}
.container5 {
  background: url("../images/blft/bg6.jpg") no-repeat center / cover;
}
.container5 .list {
  width: 1200px;
  margin: 0 auto;
}
.container5 .list .item {
  width: calc(100% / 3 - 30px);
  position: relative;
  box-sizing: border-box;
}
.container5 .list .item .con {
  transition: all 0.3s ease-in;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 70px 30px;
  align-items: center;
  box-sizing: border-box;
}
.container5 .list .item .con p {
  text-align: center;
  margin-top: 48px;
  font-weight: normal;
  font-size: 50px;
  line-height: 1.5;
  color: #FFFFFF;
}
.container5 .list .item .con span {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 30px;
  left: 0;
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 3px;
  opacity: 0.75;
  text-align: center;
  text-transform: uppercase;
}
.container5 .list .item .con .icon {
  width: 143px;
  height: 143px;
  border-radius: 20px;
  border: 6px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  clip-path: inset(0 round 10px);
  border-image: linear-gradient(-36deg, #A1A1A1, #FFFFFF, #A1A1A1, #FFFFFF) 6 6;
}
.container5 .list .item .con .icon img {
  width: 65px;
  display: block;
  transition: all 0.3s;
}
.container5 .list .item .img {
  transition: all 0.3s ease-in;
  width: 100%;
  border-radius: 34px;
  --borderWidth: 2px;
  --bRadius: 34px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding: 2px;
}
.container5 .list .item .img::after,
.container5 .list .item .img::before {
  box-sizing: border-box;
}
.container5 .list .item .img::before {
  content: '';
  position: absolute;
  z-index: 2;
  left: -50%;
  top: -50%;
  width: 200%;
  height: 200%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: conic-gradient(transparent, #A1A1A1, transparent 30%);
  animation: rotate 4s linear infinite;
}
.container5 .list .item .img::after {
  content: '';
  position: absolute;
  z-index: 2;
  left: calc(var(--borderWidth) / 2);
  top: calc(var(--borderWidth) / 2);
  width: calc(100% - var(--borderWidth));
  height: calc(100% - var(--borderWidth));
  background: transparent;
  border-radius: 22px;
  /* 这句效果打开有助于理解动画 */
  /*animation: opacityChange 5s infinite linear;*/
}
.container5 .list .item .img img {
  border-radius: 34px;
  width: 100%;
  display: block;
  z-index: 2;
  position: relative;
  transition: all 0.3s;
}
.container5 .list .item:hover .icon img {
  transform: rotate(360deg);
}
.container5 .list .item:hover .img {
  transform: translateY(-10px);
}
.container5 .list .item:hover .con {
  transform: translateY(-10px);
}
.container5 .list1 {
  width: 1200px;
  margin: 60px auto 0;
}
.container5 .list1 .item {
  width: calc(100% / 2 - 30px);
}
.container5 .list1 .item:hover .icon img {
  transform: rotate(360deg);
}
.container5 .list1 .item:hover .img {
  transform: translateY(-10px);
}
.container5 .list1 .item:hover .img img {
  transform: scale(1.05);
}
.container5 .list1 .item:hover .con {
  transform: translateY(-10px);
}
.flex {
  display: flex;
}
.justify-center {
  justify-content: center;
}
.space-between {
  justify-content: space-between;
}
/*# sourceMappingURL=blft.css.map */