@keyframes topToCenter {
  from {
    margin-top: -300px;
    opacity: 0.4;
  }
  to {
    margin-top: 0px;
    opacity: 1;
  }
}
@keyframes leftToCenter {
  from {
    left: -300px;
    opacity: 0.4;
  }
  to {
    left: 0px;
    opacity: 1;
  }
}
@keyframes rightToCenter {
  from {
    right: -300px;
    opacity: 0.4;
  }
  to {
    right: 0px;
    opacity: 1;
  }
}
@keyframes bottomToCenter {
  from {
    bottom: -120px;
    opacity: 0.4;
  }
  to {
    bottom: 0px;
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    top: 0px;
  }
  to {
    top: -550px;
  }
}
.full-page-item {
  width: 100%;
}
.full-page-item .block {
  width: 100%;
  height: 100%;
}
.full-page-item .block .block_content {
  width: 100%;
  height: 100%;
  display: none;
}
.full-page-item .block_3 .block_content {
  display: block;
}
.full-page-item .block_1 {
  background: url(../img/index-slide-1.png) no-repeat;
  background-size: 100% 100%;
}
.full-page-item .block_1 .block_content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.full-page-item .block_1 .block_content img {
  width: 900px;
  height: 330px;
  animation: topToCenter 1s;
}
.full-page-item .block_2 {
  background: url(../img/index-slide-2.png) no-repeat;
  background-size: 100% 100%;
}
.full-page-item .block_2 .block_content {
  padding-top: 160px;
  box-sizing: border-box;
}
.full-page-item .block_2 .block_content .title {
  width: 100%;
  height: 140px;
  box-sizing: border-box;
  color: #FFFFFF;
  font-size: 30px;
  padding-top: 40px;
}
.full-page-item .block_2 .block_content .title .title-in {
  width: 100%;
  height: 100%;
  text-align: center;
  animation: topToCenter 1s;
}
.full-page-item .block_2 .block_content .title .title-in span {
  font-size: 18px;
}
.full-page-item .block_2 .block_content .more {
  width: 80px;
  height: 30px;
  border: 1px solid #FFFFFF;
  border-radius: 15px;
  margin: 0 auto;
}
.full-page-item .block_2 .block_content .more a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  animation: topToCenter 1s;
  border-radius: 15px;
}
.full-page-item .block_2 .block_content .more a:hover {
  background: #FFFFFF;
  color: #21628f;
}
.full-page-item .block_2 .block_content .cont {
  width: 1200px;
  margin: 0 auto;
  margin-top: 45px;
  height: 550px;
  display: flex;
  justify-content: space-between;
}
.full-page-item .block_2 .block_content .cont .left,
.full-page-item .block_2 .block_content .cont .right {
  width: 50%;
  height: 100%;
  position: relative;
}
.full-page-item .block_2 .block_content .cont .left {
  background: rgba(34, 99, 145, 0.5);
  border-radius: 16px;
  animation: leftToCenter 1s;
}
.full-page-item .block_2 .block_content .cont .left .img {
  width: 100%;
  height: 340px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.full-page-item .block_2 .block_content .cont .left .desc {
  width: 100%;
  height: 210px;
  line-height: 30px;
  color: #FFFFFF;
  padding: 0px 10px;
  box-sizing: border-box;
  font-size: 16px;
}
.full-page-item .block_2 .block_content .cont .right {
  display: flex;
  justify-content: center;
  align-items: center;
  animation: rightToCenter 1s;
}
.full-page-item .block_2 .block_content .cont .right img {
  height: 100%;
}
.full-page-item .block_3 {
  background: url(../img/index-slide-3.png) no-repeat;
  background-size: 100% 100%;
}
.full-page-item .block_3 .block_content {
  padding-top: 160px;
  box-sizing: border-box;
}
.full-page-item .block_3 .block_content .title {
  width: 100%;
  height: 140px;
  box-sizing: border-box;
  color: #FFFFFF;
  font-size: 30px;
  padding-top: 40px;
}
.full-page-item .block_3 .block_content .title .title-in {
  width: 100%;
  height: 100%;
  text-align: center;
  animation: topToCenter 1s;
}
.full-page-item .block_3 .block_content .title .title-in span {
  font-size: 18px;
}
.full-page-item .block_3 .block_content .flow {
  width: 100%;
  height: 580px;
  background: url(../img/index-slide-3-back.png) no-repeat;
  background-size: 100%  200px;
  background-position: 0px 100px;
}
.full-page-item .block_3 .block_content .flow .fixation .swiper-wrapper,.full-page-item .block_3 .block_content .flow .fixation .swiper-slide{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.full-page-item .block_3 .block_content .flow .fixation .item {
  width: 25%;
  height: 100%;
  position: relative;
  animation: rightToCenter 1s;
  padding: 0px 10px;
  box-sizing: border-box;
  color: #FFFFFF;
}
.full-page-item .block_3 .block_content .flow .fixation .item .item-title {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  font-size: 24px;
}
.full-page-item .block_3 .block_content .flow .fixation .item .image {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.full-page-item .block_3 .block_content .flow .fixation .item .image img {
  width: 100%;
  height: 100%;
}
.full-page-item .block_3 .block_content .flow .fixation .item .desc {
  width: 100%;
  height: 200px;
  line-height: 24px;
  font-size: 14px;
  padding-top: 20px;
  box-sizing: border-box;
}
.full-page-item .block_3 .block_content .flow .fixation .item .more {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: flex-end;
}
.full-page-item .block_3 .block_content .flow .fixation .item .more a {
  width: 30px;
  height: 30px;
}
.full-page-item .block_3 .block_content .flow .fixation .item .more a img {
  width: 100%;
  height: 100%;
}
.full-page-item .block_3 .block_content .flow .fixation .item:hover {
  background: #0065c6;
}
.full-page-item .block_4 {
  background: url(../img/index-slide-4.png) no-repeat;
  background-size: 100% 100%;
}
.full-page-item .block_4 .block_content {
  padding-top: 160px;
  box-sizing: border-box;
}
.full-page-item .block_4 .block_content .title {
  width: 100%;
  height: 140px;
  box-sizing: border-box;
  color: #FFFFFF;
  font-size: 30px;
  padding-top: 40px;
}
.full-page-item .block_4 .block_content .title .title-in {
  width: 100%;
  height: 100%;
  text-align: center;
  animation: topToCenter 1s;
}
.full-page-item .block_4 .block_content .title .title-in span {
  font-size: 18px;
}
.full-page-item .block_4 .block_content .swiper {
  width: 100%;
}
.full-page-item .block_4 .block_content .swiper .fixation {
  height: 540px;
}
.full-page-item .block_4 .block_content .swiper .fixation .swiper-main,
.full-page-item .block_4 .block_content .swiper .fixation .swiper-wrapper {
  width: 100%;
}
.full-page-item .block_4 .block_content .swiper .fixation .swiper-main {
  height: 100%;
}
.full-page-item .block_4 .block_content .swiper .fixation .swiper-wrapper {
  height: 450px;
  position: relative;
}
.full-page-item .block_4 .block_content .swiper .fixation .swiper-dot {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.full-page-item .block_4 .block_content .swiper .fixation .swiper-dot .swiper-dot-item {
  width: 80px;
  height: 4px;
  background: #FFFFFF;
  opacity: 0.6;
  margin-right: 10px;
}
.full-page-item .block_4 .block_content .swiper .fixation .swiper-dot .swiper-dot-item-actived {
  background: #003E6C;
}
.full-page-item .block_4 .block_content .swiper .fixation .swiper-dot .swiper-dot-item:last-child {
  margin-right: 0px;
}
.full-page-item .block_4 .block_content .swiper .fixation .swiper-item {
  position: absolute;
}
.full-page-item .block_4 .block_content .swiper .fixation .swiper-item .swiper-content {
  width: 100%;
  height: 120px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 11;
  background: rgba(0, 0, 0, 0.5);
  padding: 0px 10px;
  box-sizing: border-box;
  display: none;
}
.full-page-item .block_4 .block_content .swiper .fixation .swiper-item .swiper-content .swiper-title {
  width: 100%;
  height: 55px;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #FFFFFF;
}
.full-page-item .block_4 .block_content .swiper .fixation .swiper-item .swiper-content .swiper-desc {
  width: 100%;
  height: 60px;
  line-height: 24px;
  font-size: 14px;
  color: #FFFFFF;
}
.full-page-item .block_4 .block_content .swiper .fixation .swiper-item .image {
  width: 100%;
  height: 100%;
}
.full-page-item .block_4 .block_content .swiper .fixation .swiper-item .image img {
  width: 100%;
  height: 100%;
}
.full-page-item .block_4 .block_content .swiper .fixation .swiper-left,
.full-page-item .block_4 .block_content .swiper .fixation .swiper-right {
  width: 440px;
  height: 330px;
  top: 60px;
  z-index: 9;
}
.full-page-item .block_4 .block_content .swiper .fixation .swiper-left {
  left: 0px;
}
.full-page-item .block_4 .block_content .swiper .fixation .swiper-right {
  right: 0px;
}
.full-page-item .block_4 .block_content .swiper .fixation .swiper-mid {
  width: 600px;
  height: 450px;
  top: 0px;
  left: 50%;
  margin-left: -300px;
  border: 8px solid #fb8923;
  box-sizing: border-box;
  z-index: 10;
  overflow: hidden;
}
.full-page-item .block_4 .block_content .swiper .fixation .swiper-mid .swiper-content {
  display: block;
  animation: bottomToCenter 1s;
}
.full-page-item .block_4 .block_content .swiper .fixation .swiper-none {
  display: none;
}
.full-page-item .block_5 {
  background: url(../img/index-slide-5.png) no-repeat;
  background-size: 100% 100%;
}
.full-page-item .block_5 .block_content {
  padding-top: 160px;
  box-sizing: border-box;
}
.full-page-item .block_5 .block_content .title {
  width: 100%;
  height: 140px;
  box-sizing: border-box;
  color: #FFFFFF;
  font-size: 30px;
  padding-top: 40px;
}
.full-page-item .block_5 .block_content .title .title-in {
  width: 100%;
  height: 100%;
  text-align: center;
  animation: topToCenter 1s;
}
.full-page-item .block_5 .block_content .title .title-in span {
  font-size: 18px;
}
.full-page-item .block_5 .block_content .news {
  width: 100%;
  height: 590px;
  margin-top: 20px;
}
.full-page-item .block_5 .block_content .news .fixation {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.full-page-item .block_5 .block_content .news .fixation .item {
  width: 390px;
  height: 100%;
  background: #FFFFFF;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  animation: leftToCenter 1s;
}
.full-page-item .block_5 .block_content .news .fixation .item .up {
  width: 100%;
  height: 390px;
  border-bottom: 1px dashed #D3D3D3;
}
.full-page-item .block_5 .block_content .news .fixation .item .up .image {
  width: 100%;
  height: 240px;
}
.full-page-item .block_5 .block_content .news .fixation .item .up .image img {
  width: 100%;
  height: 100%;
}
.full-page-item .block_5 .block_content .news .fixation .item .up .time {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  color: #999999;
  font-size: 14px;
  padding: 0px 10px;
  box-sizing: border-box;
}
.full-page-item .block_5 .block_content .news .fixation .item .up .up_title {
  width: 100%;
  height: 40px;
  padding: 0px 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.full-page-item .block_5 .block_content .news .fixation .item .up .up_title .icon {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: #ff0101;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  margin-right: 10px;
}
.full-page-item .block_5 .block_content .news .fixation .item .up .up_title .word {
  width: 330px;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
}
.full-page-item .block_5 .block_content .news .fixation .item .up .desc {
  width: 100%;
  padding: 0px 10px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 30px;
}
.full-page-item .block_5 .block_content .news .fixation .item .down {
  width: 100%;
  height: 200px;
}
.full-page-item .block_5 .block_content .news .fixation .item .down ul {
  width: 100%;
  height: 100%;
  padding: 10px 0px;
  box-sizing: border-box;
}
.full-page-item .block_5 .block_content .news .fixation .item .down ul li {
  width: 100%;
  height: 45px;
  list-style: disc;
  padding: 0px 10px;
  box-sizing: border-box;
}
.full-page-item .block_5 .block_content .news .fixation .item .down ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333333;
}
.full-page-item .block_5 .block_content .news .fixation .item .down ul li .icon {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: #ff0101;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  margin-right: 10px;
}
.full-page-item .block_5 .block_content .news .fixation .item .down ul li .news_time {
  width: 50px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 14px;
  color: #999999;
}
.full-page-item .block_5 .block_content .news .fixation .item .down ul li .news_title {
  width: 290px;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
}

