/* 头部 */
.banner-bgimg {
  background-image: url(../../static/img/timgs.jpg);
  height: 88vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.banner-bgimg::before {
  background: #5100c2;
  background: -webkit-linear-gradient(-45deg, #5100c2, #71cde9);
  background: -moz-linear-gradient(-45deg, #5100c2, #71cde9);
  background: -o-linear-gradient(-45deg, #5100c2, #71cde9);
  background: linear-gradient(-45deg, #5100c2, #71cde9);
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.9;
}

.wave-area {
  height: 5%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: white;
  z-index: 1;
}

.wave-area .wave1 {
  background: url(https://allinone-ufile.hekr.me/xiaofang-web/730f74bf09874357a10f1e3463010c2e/wave.svg) repeat-x;
  position: absolute;
  top: -100px;
  width: 6400px;
  height: 100px;
  animation: wave 30s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0);
}

.wave-area .wave2 {
  background: url(https://allinone-ufile.hekr.me/xiaofang-web/730f74bf09874357a10f1e3463010c2e/wave.svg) repeat-x;
  width: 6400px;
  height: 100px;
  position: absolute;
  top: -70px;
  animation: wave 20s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

@keyframes wave {
  0% {
    margin-left: 0;
  }

  100% {
    margin-left: -1600px;
  }
}

.container {
  width: 80%;
  margin: 0 auto;
}

.container-cord {
  margin-top: 340px;
}

.container-cord-text {
  width: 50%;
  float: left;
  position: relative;
  z-index: 99;
}

.container-cord-text h1 {
  color: #FFFFFF;
  animation-delay: 0.1s;
  animation-name: fadeInUp;
  font-weight: 600;
  font-size: 42px;
  font-family: 'Poppins', sans-serif;
}

.container-cord-text p {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 28px;
  width: 60%;
  margin-top: 40px;
}

.container-cord-img {
  max-width: 50%;
  float: left;
  margin-top: -140px;
  position: relative;
  z-index: 9;
}

.container-cord-img img {
  width: 80%;
}

/* ========================== */
/* -=----------服务 -------------*/
.translate {
  max-width: 80%;
  margin: 0 auto;
}

.translate-top {
  text-align: center;
}

.translate-top h3 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 32px;
}

.translate-top p {
  width: 40%;
  float: none;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  color: #6f6f6f;
  font-weight: 400;
  line-height: 28px;
}

.translate-cord {
  width: 100%;
  /* display: flex; */
  /* overflow: hidden; */
  margin-top: 100px;
}

.translate-cord:after {
  content: "020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  /* 触发 hasLayout */
  zoom: 1;
}

.translate-cord-img {
  width: 50%;
  min-width: 375px;
  padding: 0 15px;
  opacity: 0;
}

.translate-cord-img img {
  min-width: 375px;
  width: 100%;
}

.translate-cord-text {
  width: 50%;
  padding-left: 50px;
  padding-top: 120px;
  opacity: 0;
}

.translate-cord-text h4 {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 30px;
}

.translate-cord-text p {
  font-size: 18px;
  line-height: 34px;
  width: 85%;
  margin: 0 0 20px;
  margin-bottom: 20px;
  color: #6f6f6f;
  word-spacing: 1px;
}

.translate-cord-text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.translate-cord-text ul li {
  position: relative;
  padding-bottom: 8px;
  margin: 0 0 8px 0;
  font-size: 16px;
  color: #6f6f6f;
}
.translate-cord-text ul li i {
  color: #0084e9;
  font-size: 14px;
  background: rgba(0, 132, 233, 0.1);
  margin-right: 12px;
  border-radius: 30px;
  padding: 6px;
  line-height: 12px;
  font-weight: 900;
}

.animation-l {
  -webkit-animation: zuo 1s ease;
  animation: zuo 1s ease;
  -webkit-animation-fill-mode: forwards;
  display: block;
}

.animation-r {
  -webkit-animation: you 1s ease;
  animation: you 1s ease;
  -webkit-animation-fill-mode: forwards;
  display: block;
}

@keyframes zuo {
  0% {
    margin-left: -300px;
  }

  to {
    opacity: 1;
    margin-left: 0;
  }
}

@keyframes you {
  0% {
    margin-right: -300px;
  }

  to {
    opacity: 1;
    margin-right: 0;
  }
}

/* ============================ */
/* ----------我们的优势----------- */
.advantage {
  padding: 90px 0;
  overflow: hidden;
  background: #fff;
}

.advantage-cord {
  width: 80%;
  margin: 0 auto;
}

.advantage-title h3 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 32px;
  text-align: center;
}

.advantage-box {

}
.advantage-box .el-row{
  /* height: 360px;
  overflow: hidden; */
  padding-top: 30px;
}
.advantage-box .el-col {
  width: 30%;
  margin-left: 3%;
  text-align: center;
  padding: 40px 20px;
  text-align: center;
  float: left;
  opacity: 0;
}
.advantage-box .el-col:hover {
  transition: all 0.3s ease-out;
  background-color: #fff;
  box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.18);
  transform: translate(0, -10px);
  -webkit-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
}
.advantage-box .el-col .dh-bg {
  font-size: 26px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  height: 80px;
  margin: auto;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
  animation: one-animated 8s infinite;
  margin-bottom: 40px;
  width: 80px;
}

@keyframes one-animated {
  0% {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
  }

  25% {
    border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
  }

  50% {
    border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
    box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2);
  }

  75% {
    border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
  }
}

.bg-theme-90 {
/* */
  background: #8051c2;
  background: -webkit-linear-gradient(-90deg, #8051c2, #0032e9);
  background: -moz-linear-gradient(-90deg, #8051c2, #0032e9);
  background: -o-linear-gradient(-90deg, #8051c2, #0032e9);
  background: linear-gradient(-90deg, #8051c2, #0032e9);
}

.advantage-box .el-col .dh-bg img {
  width: 40%;
  height: 40%;
}

.advantage-box .el-col h5 {
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 26px;
  margin: 0 0 20px;
  color: #232323;
}
.advantage-box .el-col  p{
  font-size: 16px;
  line-height: 30px;
  width: 80%;
  margin: 0 auto;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animation-t {
  -webkit-animation: shang 1.3s ease;
  animation: shang 1.3s ease;
  -webkit-animation-fill-mode: forwards;
  display: block;
}

@keyframes shang {
  0% {
    margin-top: 200px;
  }

  to {
    opacity: 1;
    margin-top: 0;
  }
}
/* ============================== */
/* ------------背景---------------- */
.fh5co-counter{
  background: #050d1e;
  height: 585px;
  position: relative;
  overflow: hidden;
  color: #fff;
}
.overlay{
  width: 1200px;
  margin: 0 auto;
  position: relative;

}
.bg-img{
  /* position: absolute;
  top: 0;left: 0;right: 0;bottom: 0; */
  width: 100%;
  height: 100%;
}
.bg-img img{
      position: absolute;
      z-index: 1;
      left: 50%;
      margin-left: -960px;
      width: 1920px;
}
.overlay .title{
      position: relative;
      z-index: 10;
      font-size: 34px;
      text-align: center;
      top: 80px;
      margin-bottom: 10px;
}
.navigator{
  position: absolute;
  top: 140px;
  z-index: 10;
  right: 0;
  width: 240px;
  /* height: 383px; */
  background: rgba(255,255,255,.1);
  color: #8f959b;
}
.navigator li{
  padding: 20px;


}
.listyes{
  background: rgba(255,255,255,.5);
  color: #FFFFFF;
  transition: 0.3s;
}

.main-info{
  position: relative;
  margin-top: 180px;
  opacity: 1;
  z-index: 11;
  display: inline-block;
}
.main-info em{
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
}
.main-info p{
  margin-top: 30px;
  font-size: 16px;
  margin-bottom: 50px;
  width: 600px;
  line-height: 32px;
  color: #FFFFFF;
}
/* ======================== */
/* ==========合作伙伴 ============*/
.partner{
  text-align: center;
  padding: 100px 0;
}
.partner .title{
      font-weight: 600;
      font-size: 32px;
      color: #000000;
}
.partner .text{
  font-size: 15px;
    line-height: 15px;
    color: #888;
    margin-top: 8px;
}
.partner-content{
  padding: 50px 0 0;
  width: 1200px;
  margin: 0 auto;
}
.partner-content ul{
  padding: 0 10px;
  overflow: hidden;
}
.partner-content ul li{
  float: left;
  width: 15%;
  margin: 10px 5%;
  /* padding: 10px; */
}
.partner-content ul li img{
  height: 80px;
  width: 100%;
  /* border: 1px #ededed solid; */
}
.partner-content ul li a:hover{
  filter: grayscale(0%);
}

/* ============================ */
/* 邂逅 */
.index-contact{
    min-width: 80%;
    padding: 45px 0;
    background-image: url(../../static/img/contact-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center top;
    position: relative;
}
.index-contact .wp{
  width: 80%;
  min-width: 1200px;
  margin: 0 auto;
  padding: 0 120px;
  position: relative;
  z-index: 9;
}
.index-contact .wp h6{
  font-size: 30px;
  color: #fff;
  line-height: 40px;
}
.index-contact .wp p{
  line-height: 50px;
  font-size: 18px;
  color: #eee;
}
.wpbtn{
  position: absolute;
      top: 50%;
      right: 120px;
      display: block;
      width: 200px;
      margin-top: -25px;
      border: 1px #fff solid;
      text-align: center;
      border-radius: 3px;
}
.wpbtn a{
  display: block;
  height: 48px;
  line-height: 48px;
  font-size: 18px;
  color: #fff;
}
em{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  background: #fff;
  transition: 0.5s;
}
.wpbtn a:hover em{
  width: 100%;
}
.wpbtn a:hover span{
  position: relative;
  z-index: 9;
  color: #000000;
}
.cover{
  position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(0,0,0,0.5);
      z-index: 1;
}





















/* ----------------背景图片滑动不懂 --------*/
.bgimg {
  /* background-image: url('../img/20200805155507.png');
    background-attachment: fixed;
    background-repeat: no-repeat;
    width: 100%;display:inline-block;background-size: 100% 100%; */
}



/* ==================== */

.crde-one {
  /* padding:0 10%; */
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.crde-one-lise {
  width: 22%;
  border: 1px #999;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin: 0 10px;
  margin-top: 50px;
  border-radius: 5px;

}

.box-hui {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px
}

.huadong-crde {
  width: 100%;
  background-color: #fff;
  position: absolute;
  bottom: -200px;
  padding: 33px 26px 49px
}

.huadong-crde-name {
  font-size: 18px
}

.huadong-crde-text {
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}

.huadong-crde-text:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(http://www.china-yby.com/APP/Public/Home/images/icon/icon-more.png) no-repeat 50%;
  position: absolute;
  right: 19px;
  bottom: 14px
}

.yincang {
  -webkit-animation: xiaoshi .4s ease;
  animation: xiaoshi .4s ease;
  -webkit-animation-fill-mode: forwards
}

@keyframes xiaoshi {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

.xiahuarus {
  -webkit-animation: isxhr .3s linear;
  animation: isxhr .3s linear;
  -webkit-animation-fill-mode: forwards
}

@keyframes isxhr {
  0% {
    bottom: -200px
  }

  to {
    bottom: 0
  }
}

.imgfangda {
  -webkit-animation: imgfangda .8s ease;
  animation: imgfangda .8s ease;
  -webkit-animation-fill-mode: forwards
}

@keyframes imgfangda {
  0% {
    transform: scale(1)
  }

  to {
    transform: scale(1.1)
  }
}

/* -------------- 泛物能源 样式 动画 ----------------*/
/* .el-row {
  margin-bottom: 20px;
  height: 700px;

  &:last-child {
    margin-bottom: 0;
  }
}

.el-col {
  /* border-radius: 4px; */
position: relative;
}

*/ .bg-purple-dark {
  /* background: #99a9bf; */

}

/* .bg-purple {
  background: #fbfcfe;
  min-height: 36px;
  padding: 30px 0;
  border: 1px solid #dee1ed;
} */
/*
.bg-purple img {
  position: absolute;
  left: 50%;
  margin-left: -50px;
  height: 100px;
  width: 100px;
}

.bg-purple h3 {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  position: relative;
}
 */
.bg-purple-light {
  /* background: #e5e9f2; */
}


/* .grid-content {
  width: 100%;
  height: 396px;
}
 */
.grid-content img {
  top: 30%;
}

.grid-content h3 {
  top: 60%;
}

.grid-content-dh {
  width: 100%;
  height: 400px;
  background-color: #fff;
  box-shadow: 0 2px 20px 0 rgba(63, 102, 206, .1);
  z-index: 9;
  -webkit-animation: dh 0.8s ease;
  -webkit-animation-fill-mode: forwards
}

.grid-content-dh img {}

.grid-content-dh h3 {
  top: 30%;
}

@keyframes dh {
  0% {
    top: 0;
  }

  to {

    margin-top: -18%;
  }
}

.row-bg {
  padding: 10px 0;
  background-color: #f9fafc;
}

.grid-content-dh .el-content {
  display: block;
  position: absolute;
  /* top: 36%; */
  left: 20px;
  right: 20px;
  margin-top: 120px;
  font-weight: 400;
  text-align: left;
}

.el-content {
  display: none;
}

.el-content h4 {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #6b7186;
}

.el-content p {
  color: #9aa1b7;
  position: relative;
  margin-bottom: 10px;
  margin-left: 15px;
  line-height: 22px;
  font-size: 16px;
  margin-top: 10px;
}

.el-content p::before {
  display: block;
  content: "";
  position: absolute;
  left: -15px;
  top: 7px;
  width: 6px;
  height: 6px;
  background: #879cc3;
  border-radius: 6px;

}

/* =============================================*/


/* ---------------------合作伙伴------------------- */
.tech-slideshow {
  height: 500px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.tech-slideshow div {
  background: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0));
  height: 130px;
  width: 100%;
  z-index: 666;
  position: absolute;
}

.tech-slideshow .meng2 {
  background: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0));
  height: 130px;
  width: 100%;
  z-index: 666;
  bottom: 0;
}

.tech-slideshow .mover-1 {
  width: 100%;
  animation: moveSlideshow 40s linear infinite;
}

@keyframes moveSlideshow {
  100% {
    transform: translateY(-66.6666%);
  }
}

/* ====================================== */
