.outer {
  height: 100vh;
}
.full-page-container {
  flex: 1;
  overflow: hidden;
}
.box {
  color: #fff;
}
.section {
  height: 100%!important;
  overflow: hidden;
}
.banxin {
  width: 12rem;
}
/* 右侧导航 */
/* #fp-nav ul li {
  width: .14rem;
  height: .13rem;
  margin: .07rem;
}
#fp-nav.right {
  right: .17rem;
} */
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background: #fff;
  box-shadow: 0 0 10px 2px #ccc;
}
.know-more-btn {
  height: .4rem;
  box-sizing: border-box;
  padding: 0 .3rem;
  line-height: .4rem;
  display: inline-block;
  color: #163B75;
  background-color: #fff;
  font-weight: bold;
  border-radius: .25rem;
  /* border: 1px solid #fff; */
  cursor: pointer;
  font-size: .12rem;
}
.know-more-btn a {
  color: #103674;
}
.know-more-btn:hover {
  background-color: #01FFFF;
}
.one .title,
.two .title,
.four .title,
.five .title,
.six .title,
.seven .title {
  position: absolute;
  opacity: 0.2;
  transform: scale(.2);
  top: -1rem;
}
.one.active .title,
.two.active .title,
.four.active .title,
.five.active .title,
.six.active .title {
  top: .5rem;
  opacity: 1;
  transition: all 1.5s;
  transform: none;
}
.six.active .title {
  top: 1.2rem;
  opacity: 1;
}
.one, .two, .three, .four, .five, .six, .seven, .eight {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: large;
}

.three {
  align-items: flex-start;

}
.three .title {
  width: 5.22rem;
}
.three .bg {
  flex: 5;
  background:url("../images/third_screen/tral.jpg") center no-repeat;
  background-size: cover;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.three .bg .title {
  opacity: 0.2;
  transform: translateY(-2rem) scale(.2);
}
.three .foot {
  flex: 3;
  /* display: flex; */
}

.three .foot .item {
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 50%;
  padding: .4rem 0;
  background-color: red;
}
.three .foot .item .icon {
  width: .64rem;
}
.three .foot .item .item-text {
  padding: .3rem;
}
.three .foot .item-btn {
  height: .4rem;
  text-align: center;
  box-sizing: border-box;
  padding: .0rem .2rem;
  line-height: .4rem;
  border-radius: .25rem;
  border: 1px solid #fff;
  cursor: pointer;
}
.three .foot .item-btn:hover {
  background-color: #fff;
  color: #103674;
}
.three .foot .item:nth-child(1) {
  background-color: #2EA5DF;
  transform: translateX(-4rem);
  opacity: .2;
}
.three .foot .item:nth-child(2) {
  background-color: #036EB6;
  transform: translateX(4rem);
  opacity: .2;
}

/* 添加动画效果 */
.three.active .bg .title,
.three.active .foot .item:nth-child(1),
.three.active .foot .item:nth-child(2),
.three.active .foot .item:nth-child(3) {
  opacity: 1;
  transition: all 1.5s;
  transform: none;
}


  /* 第三屏结束 */
  /* 第四屏开始 */
  /*.four-five .title{
    margin-top: .5rem;
    transform: translateY(-1rem) scale(.2);
  }*/
  /*.four-five .title{
    margin-top: .5rem;
    transform: translateY(-1rem) scale(.2);
  }
  .four-five.active .title {
    transform: none;
  }
  .four-five .title {
    width: 6.37rem;
    position: static;
  }*/
  .four-five {
    height: 13.6rem;
  
    /*overflow: hidden;*/
  }
  .four-five .pro-box {
    width: 18rem;
    display:flex; 
    flex-direction:row;
    overflow: hidden;
  }
  
  .pro-item:nth-child(1) {
    background:url("../images/news/ztc.jpg") no-repeat;
    background-size: 4rem 5rem;
    border-radius: 5%;
    margin-right: .5rem;
  }
  .pro-item:nth-child(2) {
    background:url("../images/news/hwc2.jpg") no-repeat;
    background-size: 4rem 5rem;
    border-radius: 5%;
    margin-right: .5rem;
  
  }
  .pro-item:nth-child(3) {
    background:url("../images/news/jbc1.jpg") no-repeat;
    background-size: 4.5rem 5rem;
    border-radius: 5%;
    margin-right: .5rem;
  
  }
  .pro-item:nth-child(4) {
    background:url("../images/news/qczl.jpg") no-repeat;
    background-size: 4rem 5rem;
    border-radius: 5%;
    margin-right: .5rem;
  
  }

  