.userSelec {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.imgBox {
  font-size: 0;
}
.imgBox img {
  width: 100%;
}
.borTspan {
  border-top: 1px solid transparent;
}
.lcy-container {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.lcy-container div,
.lcy-container h1,
.lcy-container ul,
.lcy-container li,
.lcy-container p,
.lcy-container span,
.lcy-container b,
.lcy-container h5,
.lcy-container h1,
.lcy-container h2,
.lcy-container h3,
.lcy-container h4,
.lcy-container h6,
.lcy-container a,
.lcy-container ol,
.lcy-container strong {
  box-sizing: border-box;
}
.yg-btn {
  min-width: 263px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  font-weight: 400;
  font-size: 32px;
  border-radius: 33px;
  font-weight: 300;
}
.lcy-btn-blue {
  background-color: #2b4da4;
  color: #fefefe;
  box-shadow: 0px 12px 12px rgba(255, 192, 224, 0.8);
}
.lcy-btn-blue:hover {
  color: #fefefe;
  opacity: .9;
  box-shadow: 0px 0px 20px rgba(255, 192, 224, 0.8);
}
.lcy-btn-white {
  background-color: #fffcff;
  color: #1c243a;
}
.lcy-btn-white:hover {
  color: #1c243a;
}
.lcy-btn-skyblue-active {
  background: #6b92f4;
  color: #fffcff;
}
.lcy-btn-skyblue-active:hover {
  color: #fffcff;
}
.lcy-banner {
  width: 100%;
  min-width: 1200px;
  position: relative;
  font-size: 0;
  overflow: hidden;
}
.lcy-banner .banner_title {
  width: 1200px;
  margin: 0 auto;
}
.lcy-banner .banner_title::after {
  content: '';
  position: absolute;
  display: block;
  height: 21px;
  width: 820px;
  z-index: 10;
  top: 146px;
  left: -365px;
  border-top-right-radius: 21px;
  background-color: #284dac;
  transition: all 1.5s;
}
.lcy-banner .banner_title i {
  transition: all 1s ease-in-out 0s;
  -webkit-transition: all 1s ease-in-out 0s;
  opacity: 0;
  transform: translateY(120px);
  -webkit-transform: translateY(120px);
  font-style: normal;
}
.lcy-banner .banner_title i.fadeInUp {
  opacity: 1;
  transition-delay: 0.4s;
  -webkit-transition-delay: 0.2s;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}
.lcy-banner .banner_title h5 {
  padding: 30px 0;
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  letter-spacing: 70px;
  line-height: 20px;
  text-align: center;
}
.lcy-banner .banner_title h1 {
  font-size: 50px;
  font-weight: 300;
  color: #333333;
  line-height: 67px;
  margin-bottom: 21px;
}
.lcy-banner .banner_title h1 i {
  font-size: 50px;
}
.lcy-banner .banner_title ol {
  font-size: 0;
}
.lcy-banner .banner_title ol li {
  background: url(../images/banner_14.jpg) no-repeat center left;
  color: #666666;
  font-weight: bold;
  font-size: 28px;
  padding-left: 30px;
  height: 52px;
  line-height: 52px;
  letter-spacing: 3px;
  opacity: 0;
}
.lcy-banner .banner_title ol li + li {
  margin-left: 20px;
}
.lcy-banner .banner_title ol li i {
  font-size: 28px;
}
.lcy-banner .banner_cont {
  width: 1200px;
  height: 755px;
  margin: 0 auto;
  z-index: 5;
}
.lcy-banner .banner_cont .item {
  z-index: 5;
  display: none;
  bottom: 0;
  transition: all 1s ease-in-out 0s;
  -webkit-transition: all 1s ease-in-out 0s;
}
.lcy-banner .banner_cont .item1 {
  width: 47px;
  height: 46px;
  left: 17px;
  animation: item1 3s infinite;
  -webkit-animation: item1 3s infinite;
}
.lcy-banner .banner_cont .item2 {
  width: 85px;
  height: 42px;
  left: 3px;
  animation: item2 5s infinite;
  -webkit-animation: item2 5s infinite;
}
.lcy-banner .banner_cont .item3 {
  width: 76px;
  height: 76px;
  left: 63px;
  animation: item3 4s infinite;
  -webkit-animation: item3 4s infinite;
}
.lcy-banner .banner_cont .item4 {
  width: 88px;
  height: 88px;
  left: 125px;
  animation: item4 3.5s infinite;
  -webkit-animation: item4 3.5s infinite;
}
.lcy-banner .banner_cont .item5 {
  width: 67px;
  height: 37px;
  left: 225px;
  animation: item5 10s infinite;
  -webkit-animation: item5 10s infinite;
}
.lcy-banner .banner_cont .item6 {
  width: 43px;
  height: 42px;
  left: 516px;
  animation: item6 8s infinite;
  -webkit-animation: item6 8s infinite;
}
.lcy-banner .banner_cont .item7 {
  width: 65px;
  height: 26px;
  left: 1010px;
  animation: item7 9s infinite;
  -webkit-animation: item7 9s infinite;
}
.lcy-banner .banner_cont .item8 {
  width: 105px;
  height: 41px;
  left: 1067px;
  animation: item8 12s infinite;
  -webkit-animation: item8 12s infinite;
}
.lcy-banner .banner_cont .item9 {
  width: 42px;
  height: 17px;
  left: 1090px;
  animation: item9 7s infinite;
  -webkit-animation: item9 7s infinite;
}
.lcy-banner .banner_cont .item10 {
  width: 90px;
  height: 91px;
  left: 1090px;
  animation: item10 6s infinite;
  -webkit-animation: item10 6s infinite;
}
.lcy-banner .banner_cont .item11 {
  width: 91px;
  height: 35px;
  left: 980px;
  animation: item11 4s infinite;
  -webkit-animation: item11 4s infinite;
}
.lcy-banner .banner_cont .item12 {
  width: 32px;
  height: 32px;
  left: 1024px;
  animation: item12 3.5s infinite;
  -webkit-animation: item12 3.5s infinite;
}
.lcy-banner .bgBox {
  z-index: 4;
  width: 100%;
  bottom: -115px;
  left: 0;
}
.lcy-banner .yg-btn {
  left: 0;
  top: 35px;
  z-index: 8;
}
@keyframes item1 {
  from {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-148px);
    -webkit-transform: translateY(-148px);
    opacity: 1;
  }
  to {
    transform: translateY(-248px);
    -webkit-transform: translateY(-248px);
    opacity: 0;
  }
}
@keyframes item2 {
  from {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-365px);
    -webkit-transform: translateY(-365px);
    opacity: 1;
  }
  to {
    transform: translateY(-465px);
    -webkit-transform: translateY(-465px);
    opacity: 0;
  }
}
@keyframes item3 {
  from {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-214px);
    -webkit-transform: translateY(-214px);
    opacity: 1;
  }
  to {
    transform: translateY(-314px);
    -webkit-transform: translateY(-314px);
    opacity: 0;
  }
}
@keyframes item4 {
  from {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-112px);
    -webkit-transform: translateY(-112px);
    opacity: 1;
  }
  to {
    transform: translateY(-212px);
    -webkit-transform: translateY(-212px);
    opacity: 0;
  }
}
@keyframes item5 {
  from {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-673px);
    -webkit-transform: translateY(-673px);
    opacity: 1;
  }
  to {
    transform: translateY(-773px);
    -webkit-transform: translateY(-773px);
    opacity: 0;
  }
}
@keyframes item6 {
  from {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-703px);
    -webkit-transform: translateY(-703px);
    opacity: 1;
  }
  to {
    transform: translateY(-773px);
    -webkit-transform: translateY(-773px);
    opacity: 0;
  }
}
@keyframes item7 {
  from {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-748px);
    -webkit-transform: translateY(-748px);
    opacity: 1;
  }
  to {
    transform: translateY(-848px);
    -webkit-transform: translateY(-848px);
    opacity: 0;
  }
}
@keyframes item8 {
  from {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-811px);
    -webkit-transform: translateY(-811px);
    opacity: 1;
  }
  to {
    transform: translateY(-911px);
    -webkit-transform: translateY(-911px);
    opacity: 0;
  }
}
@keyframes item9 {
  from {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-667px);
    -webkit-transform: translateY(-667px);
    opacity: 1;
  }
  to {
    transform: translateY(-700px);
    -webkit-transform: translateY(-700px);
    opacity: 0;
  }
}
@keyframes item10 {
  from {
    transform: translateY(0px) rotate(0deg);
    -webkit-transform: translateY(0px) rotate(0deg);
    -moz-transform: translateY(0px) rotate(0deg);
    -o-transform: translateY(0px) rotate(0deg);
    -ms-transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-430px) rotate(360deg);
    -webkit-transform: translateY(-430px) rotate(360deg);
    -moz-transform: translateY(-430px) rotate(360deg);
    -o-transform: translateY(-430px) rotate(360deg);
    -ms-transform: translateY(-430px) rotate(360deg);
    opacity: 1;
  }
  to {
    transform: translateY(-530px) rotate(720deg);
    -webkit-transform: translateY(-530px) rotate(720deg);
    opacity: 0;
  }
}
@keyframes item11 {
  from {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
  50% {
    transform: translateY(-407px);
    -webkit-transform: translateY(-407px);
    -moz-transform: translateY(-407px);
    -o-transform: translateY(-407px);
    -ms-transform: translateY(-407px);
    opacity: 1;
  }
  to {
    transform: translateY(-507px);
    -webkit-transform: translateY(-507px);
    opacity: 0;
  }
}
@keyframes item12 {
  from {
    transform: translateY(0px) translateX(0px);
    -webkit-transform: translateY(0px) translateX(0px);
    -moz-transform: translateY(0px) translateX(0px);
    -o-transform: translateY(0px) translateX(0px);
    -ms-transform: translateY(0px) translateX(0px);
  }
  50% {
    transform: translateY(-260px) translateX(100px);
    -webkit-transform: translateY(-260px) translateX(100px);
    -moz-transform: translateY(-260px) translateX(100px);
    -o-transform: translateY(-260px) translateX(100px);
    -ms-transform: translateY(-260px) translateX(100px);
    opacity: 1;
  }
  to {
    transform: translateY(-360px) translateX(50px);
    -webkit-transform: translateY(-360px) translateX(50px);
    opacity: 0;
  }
}
.lcy-section2 {
  width: 100%;
}
.lcy-section2 .lcy-cont {
  z-index: 15;
  width: 1200px;
  height: 703px;
  margin: 0 auto;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  box-shadow: 15px -10px 15px rgba(41, 80, 147, 0.2);
  font-size: 0;
}
.lcy-section2 .lcy-cont .textLeft {
  width: 504px;
  height: 100%;
  background-color: #284dac;
  padding-top: 55px;
  padding: 54px 74px 0;
}
.lcy-section2 .lcy-cont .textLeft h5 {
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
  color: #ffe09d;
  margin-bottom: 17px;
  letter-spacing: 5px;
}
.lcy-section2 .lcy-cont .textLeft h5 + h5 {
  letter-spacing: 7;
}
.lcy-section2 .lcy-cont .textLeft p {
  font-size: 22px;
  font-weight: 200;
  color: #fefefe;
  line-height: 45px;
  letter-spacing: 4px;
  text-align: left;
}
.lcy-section2 .lcy-cont .textRight {
  width: 649px;
  height: 100%;
  padding: 107px 41px 0;
}
.lcy-section2 .lcy-cont .textRight h5 {
  font-size: 24px;
  line-height: 24px;
  color: #dfb457;
  font-weight: 600;
  margin-bottom: 53px;
}
.lcy-section2 .lcy-cont .textRight li {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  margin-bottom: 18px;
}
.lcy-section2 .lcy-cont .textRight li span {
  display: inline-block;
  vertical-align: text-bottom;
  font-weight: bold;
  font-family: cursive;
  margin-right: 3px;
}
.lcy-section2 .lcy-cont .textRight li:last-child {
  margin-bottom: 0;
}
.lcy-section2 .lcy-cont .textRight .yg-btn {
  width: 261px;
  margin-top: 118px;
}
.lcy-section2 .lcy-cont .bgBox {
  z-index: 10;
  transition: all 1s ease-in-out 0s;
  -webkit-transition: all 1s ease-in-out 0s;
}
.lcy-section2 .lcy-cont .bgBox1 {
  width: 204px;
  height: 223px;
  left: -102px;
  top: -107px;
}
.lcy-section2 .lcy-cont .bgBox2 {
  width: 105px;
  height: 143px;
  right: 47px;
  bottom: 0;
  animation: section2_1 3s infinite;
  -webkit-animation: section2_1 3s infinite;
}
.lcy-section2 .lcy-cont .bgBox3 {
  width: 67px;
  height: 26px;
  right: 147px;
  bottom: 0;
  animation: section2_2 5s infinite;
  -webkit-animation: section2_2 5s infinite;
}
.lcy-section2 .lcy-cont .bgBox4 {
  width: 44px;
  height: 17px;
  right: 77px;
  bottom: 0;
  animation: section2_3 3s infinite;
  -webkit-animation: section2_3 3s infinite;
}
@keyframes section2_1 {
  from {
    transform: translateY(0px) rotate(0deg);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-241px) rotate(480deg);
    -webkit-transform: translateY(-241px) rotate(480deg);
    opacity: 1;
  }
  to {
    transform: translateY(-300px) rotate(720deg);
    -webkit-transform: translateY(-300px) rotate(720deg);
    opacity: 0;
  }
}
@keyframes section2_2 {
  from {
    transform: translateY(0px) rotate(0deg);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-193px) rotate(180deg);
    -webkit-transform: translateY(-241px) rotate(480deg);
    opacity: 1;
  }
  to {
    transform: translateY(-253px) rotate(480deg);
    -webkit-transform: translateY(-300px) rotate(720deg);
    opacity: 0;
  }
}
@keyframes section2_3 {
  from {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-149px);
    -webkit-transform: translateY(-149px);
    opacity: 1;
  }
  to {
    transform: translateY(-200px);
    -webkit-transform: translateY(-200px);
    opacity: 0;
  }
}
.lcy-section3 {
  width: 100%;
  z-index: 8;
  background: url(../images/section3_2.jpg) no-repeat center 255px;
}
.lcy-section3 .lcy-title {
  background: url(../images/section3_1.jpg) no-repeat center center;
  width: 1200px;
  height: 255px;
  margin: 0 auto;
  text-align: center;
  padding: 128px 0 0;
}
.lcy-section3 .swiper-container {
  overflow: initial;
  padding: 20px 0 0;
}
.lcy-section3 .swiper-container .swiper-slide {
  opacity: 0;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 0px 15px rgba(41, 80, 147, 0.2);
}
.lcy-section3 .swiper-container .swiper-slide-next,
.lcy-section3 .swiper-container .swiper-slide-prev {
  opacity: 0;
  transition: all 1.5s;
}
.lcy-section3 .swiper-container .swiper-slide-next {
  transition: all 1.5s;
}
.lcy-section3 .swiper-container .swiper-slide-active {
  opacity: 1;
}
.lcy-section3 .lcy_slide1 .textLeft {
  width: 553px;
  padding: 126px 0 0 32px;
}
.lcy-section3 .lcy_slide1 .textLeft .imgBox {
  width: 520px;
  margin: 20px 0 85px;
}
.lcy-section3 .lcy_slide1 .textRight {
  width: 545px;
  padding: 34px 30px 0 0;
  margin-left: 95px;
}
.lcy-section3 .lcy_slide1 .textRight .lcy_explain1 {
  margin-top: 30px;
}
.lcy-section3 .lcy_slide1 .textRight .imgBox {
  width: 511px;
  margin: 23px 0 83px;
}
.lcy-section3 .lcy_slide1 .textRight .lcy_explain2 {
  margin-top: 84px;
}
.lcy-section3 .lcy_slide1 .bgBox1 {
  width: 35px;
  height: 15px;
  left: 33px;
  top: 0;
  animation: section3_1 3s infinite;
  -webkit-animation: section3_1 3s infinite;
}
.lcy-section3 .lcy_slide1 .bgBox2 {
  width: 54px;
  height: 23px;
  left: 65px;
  top: 0;
  animation: section3_2 5s infinite;
  -webkit-animation: section3_2 5s infinite;
}
.lcy-section3 .lcy_slide1 .bgBox3 {
  width: 22px;
  height: 9px;
  left: 140px;
  top: 0;
  animation: section3_3 4s infinite;
  -webkit-animation: section3_3 4s infinite;
}
.lcy-section3 .lcy_slide2 {
  padding: 0 33px;
}
.lcy-section3 .lcy_slide2 .textLeft {
  width: 530px;
  padding-top: 186px;
}
.lcy-section3 .lcy_slide2 .textRight {
  width: 558px;
  margin-left: 41px;
  padding-top: 35px;
}
.lcy-section3 .lcy_slide2 .textRight .lcy_explainTitle::after {
  width: 121px;
}
.lcy-section3 .lcy_slide2 .textRight .imgBox {
  width: 558px;
  margin-top: 20px;
}
.lcy-section3 .lcy_slide2 .bgBox1 {
  width: 245px;
  height: 202px;
  left: -34px;
  top: 0;
}
.lcy-section3 .lcy_slide3 {
  padding: 0 133px 0 135px;
}
.lcy-section3 .lcy_slide3 .textLeft {
  width: 510px;
  padding-top: 165px;
}
.lcy-section3 .lcy_slide3 .textLeft .lcy_explain {
  position: relative;
  z-index: 10;
}
.lcy-section3 .lcy_slide3 .textRight {
  width: 327px;
  margin-left: 90px;
  padding-top: 35px;
}
.lcy-section3 .lcy_slide3 .textRight .lcy_explainTitle::after {
  width: 272px;
  right: -133px;
}
.lcy-section3 .lcy_slide3 .textRight .imgBox {
  width: 327px;
  margin-top: 30px;
}
.lcy-section3 .lcy_slide3 .bgBox1 {
  width: 245px;
  height: 202px;
  left: -135px;
  top: 0;
  z-index: 5;
}
.lcy-section3 .lcy-cont .lcy_explain {
  font-size: 0;
}
.lcy-section3 .lcy-cont .lcy_explain h1 {
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 16px;
  color: #666666;
}
.lcy-section3 .lcy-cont .lcy_explain p {
  font-size: 16px;
  font-weight: 300px;
  color: #333333;
  line-height: 35px;
}
.lcy-section3 .lcy-cont .lcy_explain p span {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  margin-right: 3px;
}
.lcy-section3 .lcy-cont .lcy_explainTitle {
  padding: 0 0 0 12px;
  height: 63px;
  font-size: 28px;
  color: #000000;
  line-height: 28px;
  position: relative;
}
.lcy-section3 .lcy-cont .lcy_explainTitle::after {
  content: '';
  display: block;
  position: absolute;
  right: -33px;
  bottom: 0;
  height: 21px;
  width: 426px;
  background-color: #284dac;
  border-top-left-radius: 21px;
}
.lcy-section3 .lcy-cont .yg-btn {
  display: block;
  margin: 60px auto 65px;
  width: 840px;
  font-size: 32px;
  letter-spacing: 12px;
  font-weight: 200;
}
@keyframes section3_1 {
  from {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(73px);
    -webkit-transform: translateY(73px);
    opacity: 1;
  }
  to {
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    opacity: 0;
  }
}
@keyframes section3_2 {
  from {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(48px);
    -webkit-transform: translateY(48px);
    opacity: 1;
  }
  to {
    transform: translateY(80px);
    -webkit-transform: translateY(80px);
    opacity: 0;
  }
}
@keyframes section3_3 {
  from {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(80px);
    -webkit-transform: translateY(80px);
    opacity: 1;
  }
  to {
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    opacity: 0;
  }
}
.lcy-section4 {
  width: 1200px;
  height: 532px;
  margin: 52px auto 53px;
  padding: 103px 0 0 133px;
  background: url(../images/section4.jpg) no-repeat center center;
}
.lcy-section4 h1 {
  font-size: 40px;
  line-height: 40px;
  color: #ffffff;
  letter-spacing: 5;
  margin-bottom: 33px;
}
.lcy-section4 p {
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
  color: #ffffff;
}
.lcy-section4 p + p {
  margin-top: 28px;
}
.lcy-section5 {
  padding-bottom: 230px;
}
.lcy-section5 .swiper-slide {
  background-color: #212b45;
  border-radius: 40px;
  padding: 32px 45px 31px;
}
.lcy-section5 .swiper-slide:nth-of-type(3) .textBox p + p {
  margin-top: 120px;
}
.lcy-section5 .swiper-slide-next,
.lcy-section5 .swiper-slide-prev {
  opacity: 0;
  transition: all 1.5s;
}
.lcy-section5 .swiper-slide-next {
  transition: all 1.5s;
}
.lcy-section5 .swiper-slide-active {
  opacity: 1;
}
.lcy-section5 .imgBox {
  width: 373px;
  margin-right: 56px;
}
.lcy-section5 .textBox {
  width: 675px;
}
.lcy-section5 .textBox h1 {
  font-size: 40px;
  color: #fffcff;
  line-height: 40px;
  margin-bottom: 10px;
  letter-spacing: 8px;
}
.lcy-section5 .textBox h1 span {
  font-size: 20px;
  color: #eeeeee;
}
.lcy-section5 .textBox h2 {
  font-size: 40px;
  font-weight: 300;
  color: #feffff;
  letter-spacing: 12px;
}
.lcy-section5 .textBox p {
  font-size: 20px;
  font-weight: 300;
  color: #f1f1f3;
  line-height: 30px;
}
.lcy-section5 .textBox p span {
  font-weight: bold;
}
.lcy-section5 .textBox p + p {
  margin-top: 60px;
}
.lcy-section5 .swiper-button-prev {
  width: 45px;
  height: 133px;
  left: 245px;
  background: url(../images/section5_2.jpg) no-repeat center center;
}
.lcy-section5 .swiper-button-next {
  width: 45px;
  height: 133px;
  right: 245px;
  background: url(../images/section5_1.jpg) no-repeat center center;
}
.lcy-section5 .lcy_footer {
  width: 1200px;
  margin: 0 auto;
  padding-top: 40px;
}
.lcy-section5 .lcy_footer h1 {
  font-size: 80px;
  font-weight: 300;
  line-height: 80px;
  color: #333333;
}
.lcy-section5 .lcy_footer h5 {
  font-size: 50px;
  line-height: 50px;
  margin-top: 23px;
  color: #333333;
}
.lcy-section5 .bgBox {
  bottom: 0;
  z-index: 5;
}
.lcy-section5 .bgBoxItem1 {
  width: 71px;
  left: 82px;
  animation: bgBoxItem1 3s infinite;
  -webkit-animation: bgBoxItem1 3s infinite;
}
.lcy-section5 .bgBoxItem2 {
  width: 118px;
  left: 151px;
  animation: bgBoxItem2 4s infinite;
  -webkit-animation: bgBoxItem1 4s infinite;
}
.lcy-section5 .bgBoxItem3 {
  width: 148px;
  left: 245px;
  animation: bgBoxItem3 5s infinite;
  -webkit-animation: bgBoxItem1 5s infinite;
}
.lcy-section5 .bgBoxItem4 {
  width: 139px;
  right: 84px;
  animation: bgBoxItem4 6s infinite;
  -webkit-animation: bgBoxItem1 7s infinite;
}
@keyframes bgBoxItem4 {
  from {
    transform: translateY(0px) rotate(0deg);
    -webkit-transform: translateY(0px) rotate(0deg);
    -moz-transform: translateY(0px) rotate(0deg);
    -o-transform: translateY(0px) rotate(0deg);
    -ms-transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-565px) rotate(360deg);
    -webkit-transform: translateY(-565px) rotate(360deg);
    -moz-transform: translateY(-565px) rotate(360deg);
    -o-transform: translateY(-565px) rotate(360deg);
    -ms-transform: translateY(-565px) rotate(360deg);
    opacity: 1;
  }
  to {
    transform: translateY(-665px) rotate(720deg);
    -webkit-transform: translateY(-665px) rotate(720deg);
    opacity: 0;
  }
}
@keyframes bgBoxItem3 {
  from {
    transform: translateY(0px) rotate(0deg);
    -webkit-transform: translateY(0px) rotate(0deg);
    -moz-transform: translateY(0px) rotate(0deg);
    -o-transform: translateY(0px) rotate(0deg);
    -ms-transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-86px) rotate(360deg);
    -webkit-transform: translateY(-86px) rotate(360deg);
    -moz-transform: translateY(-86px) rotate(360deg);
    -o-transform: translateY(-86px) rotate(360deg);
    -ms-transform: translateY(-86px) rotate(360deg);
    opacity: 1;
  }
  to {
    transform: translateY(-100px) rotate(720deg);
    -webkit-transform: translateY(-100px) rotate(720deg);
    opacity: 0;
  }
}
@keyframes bgBoxItem2 {
  from {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
  50% {
    transform: translateY(-228px);
    -webkit-transform: translateY(-228px);
    -moz-transform: translateY(-228px);
    -o-transform: translateY(-228px);
    -ms-transform: translateY(-228px);
    opacity: 1;
  }
  to {
    transform: translateY(-278px);
    -webkit-transform: translateY(-278px);
    opacity: 0;
  }
}
@keyframes bgBoxItem1 {
  from {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
  50% {
    transform: translateY(-125px);
    -webkit-transform: translateY(-125px);
    -moz-transform: translateY(-125px);
    -o-transform: translateY(-125px);
    -ms-transform: translateY(-125px);
    opacity: 1;
  }
  to {
    transform: translateY(-175px);
    -webkit-transform: translateY(-175px);
    opacity: 0;
  }
}
