.subheader{
  position: relative;
  color: #fff;
  width: 100%;
}
.subheader.style1{
  transition: all .4s;
}
.subheader.style1 div, 
.subheader.style1 ul, 
.subheader.style1 li, 
.subheader.style1 a, 
.subheader.style1 span{
  transition: all .4s;
}
.bg-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.subheader .bg-img {
  height: 540px;
  position: unset;
  width: 100%;
}

@media (max-width: 1440px) {
  .subheader.style1 .bg-img {
      height: 35vw;
  }
}

.fp-auto-height.fp-section, 
.fp-auto-height .fp-slide, 
.fp-auto-height .fp-tableCell {
    height: auto !important;
}

.subheader .fu-info{
  position: unset;
  width: 100%;
  margin-top: -150px;
}
.container{
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 1600px;
  max-width: 100%;
}
@media (max-width: 1600px) {
  .container {
      width: 100%;
  }
}
.subheader .fu-info .titlebox{
  background-color: #004A9A;
  display: inline-block;
  width: 185px;
  height: 192px;
  position: relative;
  margin-bottom: 80px;
}
.subheader .fu-info .titlebox .textbox {
  position: absolute;
  right: -35px;
  top: 15%;
  width: auto;
  z-index: 10;
}
.subheader .fu-info .titlebox .textbox .title {
  font-size: 40px;
}
.subheader .fu-info .titlebox .textbox .e_title {
  font-size: 12px;
  margin-top: 10px;
  text-transform: uppercase;
}
.subheader .fu-info .titlebox .e_bg {
  position: absolute;
  bottom: 0;
  left: 15px;
  font-size: 155px;
  font-weight: 700;
  color: #1A5CA4;
  line-height: 135px;
  text-transform: uppercase;
  z-index: 0;
}
.subheader .fu-info .titlebox .iconfont {
  display: block;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  background-color: #fff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
  color: #9a9a9a;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%);
}
.subheader .fu-info .titlebox .iconfont::before{
  display: inline-block;
  transform: rotate(90deg);
  font-size: 35px;
}

.subheader .fu-info .about-menu {
  min-height: 50px;
  position: relative;
  font-size: 0;
  /* text-align: center; */
  padding: 0 0 0 10%;
  margin: 0 -50px;
}
.subheader .fu-info .about-menu::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100vw;
  height: 1px;
  background-color: #eee;
}
.subheader .fu-info .about-menu li {
  text-align: center;
  display: inline-block;
  float: none;
  cursor: pointer;
  padding: 0 50px;
}
.subheader .fu-info .about-menu li a {
  text-align: center;
  display: inline-block;
  padding-bottom: 30px;
  width: 100%;
  position: relative;
}
.subheader .fu-info .about-menu li a {
  text-align: center;
  display: inline-block;
  padding-bottom: 30px;
  width: 100%;
  position: relative;
}
.subheader.style1 .fu-info ul li a {
  font-size: 18px;
  color: #9a9a9a;
  line-height: 2;
  transition: all .3s;
}
.subheader.style1 .fu-info ul li.active a,
.subheader.style1 .fu-info ul li a:hover
{
  color: #333;
  transform: scale(1.1);
}
.subheader .fu-info .about-menu li a::before {
  content: '';
  width: 0px;
  height: 3px;
  background-color: #5083B9;
  position: absolute;
  bottom: 4px;
  left: 50%;
  display: inline-block;
  transform: translateX(-50%);
  transition: all .4s;
  overflow: hidden;
}
.subheader .fu-info .about-menu li.active a::before, 
.subheader .fu-info .about-menu li:hover a::before {
  width: 40px;
}

.about-us .group-profile {
  background: url(../image/aboutUs/img-3.png) no-repeat center;
}
.about-us .project-results {
  background: url(../image/aboutUs/img-6.png);
  overflow: hidden;
}
.about-us .group-strategy {
  background: url(../image/aboutUs/img-10.png) no-repeat bottom;
}

.about-us .group-profile .right-img {
  position: absolute;
  top: 50%;
  right: 0;
  width: 50%;
  height: 100%;
  max-height: 930px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: right center;
}

.about-us .group-profile .right-img img {
  display: none;
}

.about-us .group-profile .fu-left .fu-text {
  font-size: 16px;
  line-height: 2;
  color: #797979;
}
.about-us .fu-title {
  margin-bottom: 30px;
}

.about-us .fu-title .num {
  font-size: 60px;
  color: #004188;
  font-weight: 700;
}

.about-us .fu-title h1 {
  font-size: 36px;
  font-weight: normal;
  line-height: 1.8;
}

.about-us .fu-title h2 {
  font-size: 14px;
  font-weight: normal;
  color: #8b8b8b;
}

@media (max-width: 767px) {
  .about-us .fu-title {
    text-align: center;
  }
  .about-us .fu-title .num {
    font-size: 40px;
  }
  .about-us .fu-title h1 {
    font-size: 24px;
  }
  .about-us .fu-title h2 {
    font-size: 12px;
  }
}


.about-us .group-strategy .circle {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 992px) {
  .about-us .group-strategy .circle {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}

.about-us .group-strategy .circle .fu-text {
  text-align: center;
  line-height: 2;
  width: 500px;
  max-width: 100%;
  margin: 50px auto 0;
}

.about-us .group-strategy .circle .fu-text h1 {
  font-size: 32px;
  color: #343434;
  font-weight: normal;
}

.about-us .group-strategy .circle .fu-text p {
  font-size: 16px;
  color: #797979;
}

.about-us .group-strategy .circle .center {
  width: 370px;
  height: 370px;
  position: relative;
  margin: 0 auto;
  z-index: 1;
}

.about-us .group-strategy .circle .ring span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 50%;
  border: 1px solid #cccccc;
  -webkit-animation: proRing 1s linear infinite;
  animation: proRing 1s linear infinite;
}

.about-us .group-strategy .circle .ring span:nth-of-type(2) {
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

.about-us .group-strategy .circle .txt {
  position: relative;
  z-index: 2;
  border: 30px solid #004188;
  border-radius: 50%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about-us .group-strategy .circle .txt::before {
  height: 0;
}

@media (max-width: 767px) {
  .about-us .group-strategy .circle .center {
    width: 250px;
    height: 250px;
  }
  .about-us .group-strategy .circle .fu-text {
    padding: 0 15px;
  }
  .about-us .group-strategy .circle .fu-text h1 {
    font-size: 20px;
  }
  .about-us .group-strategy .circle .fu-text p {
    font-size: 14px;
  }
}

.about-us .group-strategy .dots_block {
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  z-index: 1;
}

@media screen and (min-width: 992px) {
  .about-us .group-strategy .dots_block {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}

.about-us .cell_box {
  width: 100%;
  height: 100%;
}
.about-us .group-strategy .dots_block img {
  display: block;
  width: 200vw;
  margin-left: -16vw;
}

.about-us .group-strategy .dots_block img:nth-of-type(1) {
  -webkit-animation: wave1 10s ease-in-out alternate infinite;
  animation: wave1 10s ease-in-out alternate infinite;
}

.about-us .group-strategy .dots_block img:nth-of-type(2) {
  -webkit-animation: wave2 10s ease-in-out alternate infinite;
  animation: wave2 10s ease-in-out alternate infinite;
}

.about-us .group-strategy .dots_block img:nth-of-type(3) {
  -webkit-animation: wave3 10s ease-in-out alternate infinite;
  animation: wave3 10s ease-in-out alternate infinite;
}

.about-us .group-strategy .dots_block img:nth-of-type(2), .about-us .group-strategy .dots_block img:nth-of-type(3) {
  position: absolute;
  top: 0;
  left: 0;
}

.about-us .group-strategy .dots_block .dot {
  width: 20px;
  height: 20px;
  position: absolute;
  -webkit-animation: sec7Dot 5s linear infinite;
  animation: sec7Dot 5s linear infinite;
}

.about-us .group-strategy .dots_block .dot:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.about-us .group-strategy .dots_block .dot span {
  position: absolute;
  left: 50%;
  font-size: 14px;
  color: #002e73;
  width: 167px;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.about-us .group-strategy .dots_block .dot:nth-of-type(1) {
  top: 10%;
  left: 8%;
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
}

.about-us .group-strategy .dots_block .dot:nth-of-type(1):before {
  background: -o-linear-gradient(110deg, #f6ab75, #ff6d01);
  background: -o-linear-gradient(340deg, #f6ab75, #ff6d01);
  background: linear-gradient(110deg, #f6ab75, #ff6d01);
}

.about-us .group-strategy .dots_block .dot:nth-of-type(1) span {
  top: -26px;
}

.about-us .group-strategy .dots_block .dot:nth-of-type(2) {
  top: 57%;
  left: 10.5%;
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
}

.about-us .group-strategy .dots_block .dot:nth-of-type(2):before {
  background: -o-linear-gradient(340deg, green, yellow);
  background: linear-gradient(110deg, green, yellow);
}

.about-us .group-strategy .dots_block .dot:nth-of-type(2) span {
  bottom: -26px;
}

.about-us .group-strategy .dots_block .dot:nth-of-type(3) {
  top: 10%;
  left: 17%;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.about-us .group-strategy .dots_block .dot:nth-of-type(3):before {
  background: -o-linear-gradient(110deg, #f485c7, #fa0595);
  background: -o-linear-gradient(340deg, #f485c7, #fa0595);
  background: linear-gradient(110deg, #f485c7, #fa0595);
}

.about-us .group-strategy .dots_block .dot:nth-of-type(3) span {
  top: -26px;
}

.about-us .group-strategy .dots_block .dot:nth-of-type(4) {
  top: 52%;
  left: 19%;
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
}

.about-us .group-strategy .dots_block .dot:nth-of-type(4):before {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  background: -o-linear-gradient(110deg, #ffda7f, #ffc231);
  background: -o-linear-gradient(340deg, #ffda7f, #ffc231);
  background: linear-gradient(110deg, #ffda7f, #ffc231);
}

.about-us .group-strategy .dots_block .dot:nth-of-type(4) span {
  bottom: -26px;
}

.about-us .group-strategy .dots_block .dot:nth-of-type(5) {
  top: -2%;
  left: 29%;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

.about-us .group-strategy .dots_block .dot:nth-of-type(5):before {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  background: -o-linear-gradient(110deg, #ff707c, #e60012);
  background: -o-linear-gradient(340deg, #ff707c, #e60012);
  background: linear-gradient(110deg, #ff707c, #e60012);
}

.about-us .group-strategy .dots_block .dot:nth-of-type(5) span {
  top: -26px;
}

.about-us .group-strategy .dots_block .dot:nth-of-type(6) {
  top: 56%;
  left: 30%;
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}

.about-us .group-strategy .dots_block .dot:nth-of-type(6):before {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  background: -o-linear-gradient(110deg, #f6ab75, #ff6d01);
  background: -o-linear-gradient(340deg, #f6ab75, #ff6d01);
  background: linear-gradient(110deg, #f6ab75, #ff6d01);
}

.about-us .group-strategy .dots_block .dot:nth-of-type(6) span {
  bottom: -50px;
}

.about-us .group-strategy .dots_block .dot:nth-of-type(7) {
  top: 41%;
  left: 66.5%;
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

.about-us .group-strategy .dots_block .dot:nth-of-type(7):before {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  background: -o-linear-gradient(110deg, #f6ab75, #ff6d01);
  background: -o-linear-gradient(340deg, #f6ab75, #ff6d01);
  background: linear-gradient(110deg, #f6ab75, #ff6d01);
}

.about-us .group-strategy .dots_block .dot:nth-of-type(7) span {
  bottom: -26px;
}

.about-us .group-strategy .dots_block .dot:nth-of-type(8) {
  top: 1%;
  left: 69.5%;
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
}

.about-us .group-strategy .dots_block .dot:nth-of-type(8):before {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  background: -o-linear-gradient(110deg, #ff707c, #e60012);
  background: -o-linear-gradient(340deg, #ff707c, #e60012);
  background: linear-gradient(110deg, #ff707c, #e60012);
}

.about-us .group-strategy .dots_block .dot:nth-of-type(8) span {
  top: -30px;
}

.about-us .group-strategy .dots_block .dot:nth-of-type(9) {
  top: 37%;
  left: 74%;
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

.about-us .group-strategy .dots_block .dot:nth-of-type(9):before {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  background: -o-linear-gradient(110deg, #ffda7f, #ffc231);
  background: -o-linear-gradient(340deg, #ffda7f, #ffc231);
  background: linear-gradient(110deg, #ffda7f, #ffc231);
}

.about-us .group-strategy .dots_block .dot:nth-of-type(9) span {
  bottom: -30px;
}

.about-us .group-strategy .dots_block .dot:nth-of-type(10) {
  top: 0%;
  left: 77%;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
}

.about-us .group-strategy .dots_block .dot:nth-of-type(10):before {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  background: -o-linear-gradient(110deg, #f485c7, #fa0595);
  background: -o-linear-gradient(340deg, #f485c7, #fa0595);
  background: linear-gradient(110deg, #f485c7, #fa0595);
}

.about-us .group-strategy .dots_block .dot:nth-of-type(10) span {
  top: -30px;
}

.about-us .group-strategy .dots_block .dot:nth-of-type(11) {
  top: 56%;
  left: 82%;
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}

.about-us .group-strategy .dots_block .dot:nth-of-type(11):before {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  background: -o-linear-gradient(110deg, #ffda7f, #ffc231);
  background: -o-linear-gradient(340deg, #ffda7f, #ffc231);
  background: linear-gradient(110deg, #ffda7f, #ffc231);
}

.about-us .group-strategy .dots_block .dot:nth-of-type(11) span {
  bottom: -30px;
}

.about-us .group-strategy .dots_block .dot:nth-of-type(12) {
  top: 20%;
  left: 84%;
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
}

.about-us .group-strategy .dots_block .dot:nth-of-type(12):before {
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  background: -o-linear-gradient(110deg, #f485c7, #fa0595);
  background: -o-linear-gradient(340deg, #f485c7, #fa0595);
  background: linear-gradient(110deg, #f485c7, #fa0595);
}

.about-us .group-strategy .dots_block .dot:nth-of-type(12) span {
  top: -50px;
}

.about-us .group-strategy .dots_block .dot:nth-of-type(13) {
  top: 15%;
  left: 92%;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}

.about-us .group-strategy .dots_block .dot:nth-of-type(13):before {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  background: -o-linear-gradient(340deg, #85f4a2, #f3e695);
  background: linear-gradient(110deg, #85f4a2, #f3e695);
}

.about-us .group-strategy .dots_block .dot:nth-of-type(13) span {
  top: -50px;
}

.about-us .group-strategy.active .circle {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: .8s;
       -o-transition-delay: .8s;
          transition-delay: .8s;
}

.about-us .group-strategy.active .dots_block {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: .7s;
       -o-transition-delay: .7s;
          transition-delay: .7s;
}

.about-us .group-strategy.active .txt_block {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: .4s;
       -o-transition-delay: .4s;
          transition-delay: .4s;
}

@media screen and (max-width: 1366px) {
  .about-us .group-strategy .dots_block {
    top: 29vh;
  }
}

@media screen and (max-width: 992px) {
  .about-us .group-strategy {
    background-size: contain;
    background-position: bottom;
    padding: 30px 0;
  }
  .about-us .group-strategy .dots_block {
    position: static;
    font-size: 0;
  }
  .about-us .group-strategy .dots_block .dots {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 5px 0;
  }
  .about-us .group-strategy .dots_block .dot {
    position: static;
    width: 33%;
    height: auto;
    margin: 20px 0 0;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    -webkit-animation: none;
    animation: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about-us .group-strategy .dots_block .dot span {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 12px;
    margin-bottom: 5px;
    display: block;
    width: auto;
    color: #343434;
  }
  .about-us .group-strategy .dots_block .dot:before {
    width: 20px;
    height: 20px;
    position: static;
    display: block;
    margin: 0 auto;
  }
  .about-us .group-strategy .dots_block .dot:last-child {
    margin-left: 20px;
  }
  .about-us .group-strategy .dots_block img {
    display: none;
  }
  .about-us .group-strategy .dots_block .dot:nth-of-type(2):before,
  .about-us .group-strategy .dots_block .dot:nth-of-type(3):before,
  .about-us .group-strategy .dots_block .dot:nth-of-type(4):before,
  .about-us .group-strategy .dots_block .dot:nth-of-type(5):before,
  .about-us .group-strategy .dots_block .dot:nth-of-type(6):before,
  .about-us .group-strategy .dots_block .dot:nth-of-type(7):before,
  .about-us .group-strategy .dots_block .dot:nth-of-type(8):before {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}


.about-us .project-results .fu-title .num {
  margin-right: 20px;
  margin-top: 5px;
}

.about-us .project-results .project-roll .fu-item {
  margin: 0 auto;
  width: 1060px;
  max-width: 100%;
}
.about-us .project-results .project-roll .fu-item .fu-left{
  width: 35%;
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
  position: relative;
  z-index: 1;
}
.about-us .project-results .project-roll .fu-item .fu-left h1{
  color: #004188;
  font-size: 360px;
  line-height: 1;
  letter-spacing: -15px;
  text-align: center;
  font-family: cursive;
  -webkit-transform: translateX(-15%);
  -ms-transform: translateX(-15%);
  transform: translateX(-15%);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.about-us .project-results .project-roll .fu-item .fu-left img{
  width: 100%;
  margin-top: -32%;
  -webkit-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  transform: translateX(-10%);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.about-us .project-results .project-roll .fu-item .fu-right{
  flex: 1;
  margin-left: 20px;
}

@media (max-width: 767px) {
  .about-us .project-results .fu-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about-us .project-results .fu-title .num {
    margin: 0;
  }
}




@keyframes proRing {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@keyframes wave1 {
  0% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-20vw, -30px);
    -ms-transform: translate(-20vw, -30px);
    transform: translate(-20vw, -30px);
  }
  100% {
    -webkit-transform: translate(10vw, 30px);
    -ms-transform: translate(10vw, 30px);
    transform: translate(10vw, 30px);
  }
}

@-webkit-keyframes wave2 {
  0% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10vw, -80px);
    -ms-transform: translate(-10vw, -80px);
    transform: translate(-10vw, -80px);
  }
  100% {
    -webkit-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    transform: translate(0, -30px);
  }
}

@keyframes wave2 {
  0% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10vw, -80px);
    -ms-transform: translate(-10vw, -80px);
    transform: translate(-10vw, -80px);
  }
  100% {
    -webkit-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    transform: translate(0, -30px);
  }
}

@-webkit-keyframes wave3 {
  0% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(10vw, -30px);
    -ms-transform: translate(10vw, -30px);
    transform: translate(10vw, -30px);
  }
  100% {
    -webkit-transform: translate(-15vw, 10px);
    -ms-transform: translate(-15vw, 10px);
    transform: translate(-15vw, 10px);
  }
}

@keyframes wave3 {
  0% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(10vw, -30px);
    -ms-transform: translate(10vw, -30px);
    transform: translate(10vw, -30px);
  }
  100% {
    -webkit-transform: translate(-15vw, 10px);
    -ms-transform: translate(-15vw, 10px);
    transform: translate(-15vw, 10px);
  }
}

@-webkit-keyframes sec7Dot {
  form,
  to,
  50% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  25% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  75% {
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
  }
}

@keyframes sec7Dot {
  form,
  to,
  50% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  25% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  75% {
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
  }
}

.about-us .animated {
  opacity: 0;
}
.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
            transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}



.fu_backtop, .fu_backpage {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  background: #545a66;
  -webkit-box-shadow: 7px 7px 30px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 7px 7px 30px 0 rgba(0, 0, 0, 0.3);
  position: fixed;
  bottom: 140px;
  display: block;
  right: 5%;
  cursor: pointer;
  color: #fff;
  display: none;
  z-index: 100;
}

.fu_backtop .box, .fu_backpage .box {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.fu_backtop .box .iconfont, .fu_backpage .box .iconfont {
  margin-bottom: 1px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.fu_backtop .box .iconfont::before, .fu_backpage .box .iconfont::before {
  text-align: center;
  font-size: 18px;
}

.fu_backtop:hover .box .iconfont, .fu_backpage:hover .box .iconfont {
  -webkit-animation: backtop_dh 1.5s infinite;
          animation: backtop_dh 1.5s infinite;
}

@media (max-width: 768px) {
  .fu_backtop, .fu_backpage {
    width: 50px;
    height: 50px;
    bottom: 120px;
  }
  .fu_backtop .box .iconfont::before, .fu_backpage .box .iconfont::before {
    font-size: 16px;
  }
  .fu_backtop .box .text, .fu_backpage .box .text {
    font-size: 12px;
  }
}

.fu_backpage {
  bottom: 50px;
  display: block;
}

.fu_backpage .box .iconfont::before {
  font-size: 20px;
}

.fu_backpage .box .text {
  font-size: 12px;
}

.fu_backpage .box .text.sj_text {
  display: none;
}

@media (max-width: 768px) {
  .fu_backpage .box .text {
    display: none;
  }
  .fu_backpage .box .sj_text {
    display: block !important;
  }
}

@-webkit-keyframes backtop_dh {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes backtop_dh {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}