.fullpage .section {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.fullpage .section8 {
  height: auto !important;
}
.fullpage .sec-images {
  height: 100vh;
}
.fullpage .sec-words {
  position: absolute;
}
.fullpage .words {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.fullpage img {
  max-width: 100%;
}

.tit-33 {
  font-size: .8125rem;
}

.tit-40 {
  font-size: 1rem;
}

.addactive {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  transition: 0.7s cubic-bezier(0.07, 0.3, 0.58, 1);
}

.addactive.cur {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: 0.7s cubic-bezier(0.07, 0.3, 0.58, 1);
  visibility: visible;
}
.pcbox{
  display: block;
}
.mbox{
  display: none;
}

.addactive.add1 {
  transition-delay: .1s;
}

.addactive.add2 {
  transition-delay: .2s;
}

.addactive.add3 {
  transition-delay: .3s;
}

.addactive.add4 {
  transition-delay: .4s;
}

.addactive.add5 {
  transition-delay: .5s;
}

.addactive.add6 {
  transition-delay: .6s;
}

.addactive.add7 {
  transition-delay: .7s;
}

.addactive.add8 {
  transition-delay: .8s;
}

.tit-24 {
  font-size: .52rem;
}

.section1 .sec-words {
  color: #fff;
}
.section1 .sec-words .tits, .section1 .sec-words .txts {
  line-height: 1.35;
}
.section1 .sec-words .erweima {
  width: 4.375rem;
  height: 4.375rem;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  border-radius: 8px;
  margin-top: .6rem;
  margin-bottom: .5rem;
  padding: 1%;
  box-sizing:border-box;
}
.section1 .sec-words img {
  display: block;
  width: 100%;
}

.con-words {
  color: #FFF;
}
.con-words .tits, .con-words .txts {
  line-height: 1.5;
}
.con-words .line {
  width: 1.875rem;
  height: 2px;
  background: #fff;
  margin: 0 auto;
  margin-top: .5rem;
  margin-bottom: .6rem;
}
.con-words.on {
  color: #000;
}
.con-words.on .txts{
  color: #555;
}
.con-words.on .line {
  background: #000;
}
.section2 .sec-words .box{
  width: 80%;
}

.section2 .sec-words {
  width: 720px;
  height: 320px;
  background: rgba(0, 80, 101, 0.95);
  padding: 16px;
}
.section2 .sec-words:before {
  position: absolute;
  left: 16px;
  top: 16px;
  content: "";
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  border: 1px solid #fff;
  box-sizing: border-box;
}
.section2 .sec-words .box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.section3 .text {
  top: 0;
  padding-top: 3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 375px;
  text-align: left !important;
}

.section4 .text {
  top: 50%;
  padding-bottom: 1.5rem;
  right: 8rem;
  transform: translateY(-50%);
}

.section5 .text {
  top: 50%;
  padding-bottom: 1.5rem;
  right: 8rem;
  transform: translateY(-50%);
  text-align: right;
}

.section7 .imgs {
  width: 10.5rem;
}
.section7 .link {
  display: block;
  margin: 0 auto;
  height: 2.1rem;
  width: 5.5rem;
  line-height: 2.1rem;
  font-size: .9rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2.1rem;
  margin-top: 1.85rem;
}

.section6 .list {
  font-size: 0;
  margin-top: 2rem;
}
.section6 .list .li {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  border: 2px solid #075368;
  margin: 0 .5rem;
  width: 2.125rem;
  height: 2.125rem;
  border-radius: 8px;
  overflow: hidden;
}

@media screen and (min-width: 1025px) {
  .section7 .link {
    transition: .5s ease-in-out;
  }
  .section7 .link:hover {
    background: #005064;
    transition: .5s ease-in-out;
  }
}
@media screen and (max-width: 1024px) {
  .header .header-col .header-nav .header-nav-list ul li {
    margin-left: 0;
  }
}
.section7 .link{
  font-size: .7rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .section1 .sec-words{
    width: 100%;
  }
  .section1 .sec-words .tits{
    font-size: .5rem;
  }
  .pcbox{
  display: none;
  }
  .mbox{
    display: block;
  }

  .section7 .imgs {
    width: 100%;
  }
  .fullpage  .section7 .words{
    width: 50%;
    top: 40%;
    transform: translateX(-50%);
  }

  .section7 .link {
    height: 0.84rem;
    width: 2.2rem;
    line-height: 0.84rem;
    font-size: 0.36rem;
    border-radius: 0.84rem;
    margin-top: 2rem;
  }
  .section6 .list .li{
    border:1px solid #fff;
  }

  .fullpage .section6 .words{
    left: 50%;
    top: auto;
    bottom: 1.2rem;
    transform: translateX(-50%);
  }

  .section6 .words {
    width: 100%;
  }

  .section6 .list {
    margin-top: .8rem;
  }

  .section6 .list .li {
    margin: 0 .1rem;
    width: 0.85rem;
    height: 0.85rem;
    border-radius: 4px;
  }

  .section5 .text,
  .section4 .text {
    right: auto;
    left: 0;
    right: 0;
    top: 15%;
    width: 80%;
    margin:0 auto;
    transform: none;
    /*transform: translate(-50%, -50%);*/
    padding-bottom: .1rem;
    text-align: center;
  }

  .section2 .sec-words {
    max-width: 85%;
    height: auto;
    top: 25%;
    transform:translateX(-50%);
    width: 6.9rem;
    height: 3.2rem;
  }

  .con-words .line {
    margin-top: .2rem;
    margin-bottom: .24rem;
  }

  .tit-33 {
    font-size: .33rem;
  }

  .tit-40 {
    font-size: .5rem;
  }

  .tit-24 {
    font-size: .3rem;
  }
  .con-words .line{
    width: .75rem;
  }

  .section3 .text {
    text-align: center !important;
    top: 15%;
    left: 0;
    padding-top: 0;
    transform: translate(0);
    width: 80%;
    right: 0;
    margin: auto;
  }

  .section1 .sec-words .erweima {
    width: 1.75rem;
    height: 1.75rem;
    margin-top: .24rem;
    margin-bottom: .2rem;
  }
  .section6 .con-words.on{
    color: #fff;
  }
  .section6  .con-words.on .txts{
    color: #fff;
  }
  .section6 .con-words.on .line{
    background: #fff;
  }
}

/*# sourceMappingURL=style.css.map */
