/**
 * example:
 * .className {
 *   position: relative;
 *   &:after {
 *    .setLine([@color]);
 *   }
 * }
 */
@-webkit-keyframes sideSlide {
  60% {
    -webkit-transform: translate(20px, 0) scale(1);
            transform: translate(20px, 0) scale(1);
  }
  80% {
    -webkit-transform: translate(20px, 0) scale(1);
            transform: translate(20px, 0) scale(1);
  }
  99% {
    -webkit-transform: translate(0) scale(1.5);
            transform: translate(0) scale(1.5);
  }
  100% {
    -webkit-transform: translate(0) scale(1);
            transform: translate(0) scale(1);
    opacity: 1;
  }
}
@keyframes sideSlide {
  60% {
    -webkit-transform: translate(20px, 0) scale(1);
            transform: translate(20px, 0) scale(1);
  }
  80% {
    -webkit-transform: translate(20px, 0) scale(1);
            transform: translate(20px, 0) scale(1);
  }
  99% {
    -webkit-transform: translate(0) scale(1.5);
            transform: translate(0) scale(1.5);
  }
  100% {
    -webkit-transform: translate(0) scale(1);
            transform: translate(0) scale(1);
    opacity: 1;
  }
}
.banner-wrap {
  height: 600px;
  background: url(/statics/images/pc/home_banner@2x.jpg) no-repeat center;
  background-size: 1920px 600px;
  color: #fff;
  text-align: center;
}
.banner-wrap .animate {
  font-size: 0;
  padding-top: 250px;
  text-align: center;
}
.banner-wrap .txt span {
  display: inline-block;
  font-size: 50px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 40px;
  opacity: 0;
  text-shadow: 0px 0px 18px #1263ff;
  -webkit-transform: translate(-300px, 0) scale(0);
      -ms-transform: translate(-300px, 0) scale(0);
          transform: translate(-300px, 0) scale(0);
  -webkit-animation: sideSlide 0.7s forwards;
          animation: sideSlide 0.7s forwards;
}
.banner-wrap .animate span:nth-of-type(2) {
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
}
.banner-wrap .animate span:nth-of-type(3) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.banner-wrap .animate span:nth-of-type(4) {
  -webkit-animation-delay: 0.18s;
          animation-delay: 0.18s;
}
.banner-wrap .animate span:nth-of-type(5) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.banner-wrap .animate span:nth-of-type(6) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
.banner-wrap .animate span:nth-of-type(7) {
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
}
.banner-wrap .animate span:nth-of-type(8) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.banner-wrap .animate span:nth-of-type(9) {
  -webkit-animation-delay: 0.65s;
          animation-delay: 0.65s;
}
.banner-wrap .animate span:nth-of-type(10) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.intro-wrap {
  margin-top: 20px;
}
.intro-wrap .left-wrap {
  position: relative;
  width: 600px;
  height: 514px;
  background: -webkit-gradient(linear, left top, right top, from(#f9f9f9), to(#f8f8f8));
  background: -o-linear-gradient(left, #f9f9f9 0%, #f8f8f8 100%);
  background: linear-gradient(to right, #f9f9f9 0%, #f8f8f8 100%);
}
.intro-wrap .left-wrap .jezoe-logo {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.intro-wrap .left-wrap .intro-bg {
  position: absolute;
  top: 0;
  right: 0;
}
.intro-wrap .left-wrap .box-1 {
  position: absolute;
  width: 53px;
  height: 53px;
  left: 18px;
  bottom: -10px;
  z-index: 50;
  background-color: #ccd9ed;
}
.intro-wrap .left-wrap .box-2 {
  z-index: 100;
  position: absolute;
  width: 74px;
  height: 74px;
  left: 44px;
  bottom: -64px;
  background-color: #2f65b5;
}
.intro-wrap .left-wrap .tip {
  z-index: 100;
  position: absolute;
  left: 130px;
  bottom: -64px;
  padding-right: 10px;
  color: #7b828f;
  line-height: 19px;
}
.intro-wrap .left-wrap .tip h3 {
  color: #354054;
}
.intro-wrap .right-wrap {
  width: 600px;
  height: 590px;
  background: -webkit-gradient(linear, left top, right top, from(#f9f9f9), to(#f8f8f8));
  background: -o-linear-gradient(left, #f9f9f9 0%, #f8f8f8 100%);
  background: linear-gradient(to right, #f9f9f9 0%, #f8f8f8 100%);
}
.intro-wrap .right-wrap .title {
  position: relative;
  font-size: 28px;
  font-weight: bold;
  color: #354054;
  margin-left: 74px;
  margin-top: 74px;
  line-height: 37px;
}
.intro-wrap .right-wrap .title::before {
  position: absolute;
  content: '';
  height: 30px;
  width: 286px;
  left: -6px;
  top: -18px;
  background: url(/statics/images/pc/intro_title.png) no-repeat center;
  background-size: 286px 30px;
}
.intro-wrap .right-wrap .title:after {
  position: absolute;
  content: '';
  width: 19px;
  height: 4px;
  background: #2f65b5;
  border-radius: 4px;
  opacity: 0.4;
  left: 3px;
  bottom: -18px;
}
.intro-wrap .right-wrap .content {
  padding: 40px 68px 20px 78px;
  font-size: 14px;
  color: #7b828f;
  line-height: 28px;
}
.intro-wrap .right-wrap .content p {
  text-indent: 2em;
}
.intro-wrap .right-wrap .content p + p {
  margin-top: 15px;
}
.ecological-wrap {
  height: 763px;
  margin-top: 50px;
  background: #fbfbfb;
  padding-top: 50px;
  padding-bottom: 56px;
}
.ecological-wrap .wrap {
  text-align: center;
}
.ecological-wrap .tip {
  font-size: 18px;
  color: #606266;
  line-height: 24px;
  letter-spacing: 1px;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 20px;
}
.certification-wrap {
  height: 683px;
  padding-top: 50px;
  margin-top: 20px;
  background: url(/statics/images/pc/certification_bg.png) no-repeat center;
  background-size: 1920px 683px;
}
.certification-wrap .content {
  /*display: -webkit-box;*/
  /*display: -ms-flexbox;*/
  /*display: flex;*/
  /*-webkit-box-align: center;*/
  /*    -ms-flex-align: center;*/
  /*        align-items: center;*/
  /*-webkit-box-pack: center;*/
  /*    -ms-flex-pack: center;*/
  /*        justify-content: center;*/
  margin-top: 38px;
  position: relative;
}
.certification-wrap .content .title {
  width: 310px;
  /*height: 240px;*/
  padding: 90px 0 210px 100px;
  font-size: 18px;
  color: #354054;
  line-height: 48px;
  letter-spacing: 1px;
}
.certification-wrap img.zizhi-img {
  position: absolute;
  top: 0;
  right: 50px;
}
.certification-wrap .content .title::before {
  display: block;
  content: '';
  width: 26px;
  height: 4px;
  background: #2f65b5;
  border-radius: 4px;
}
.news-wrap {
  padding-top: 85px;
  padding-bottom: 85px;
}
.news-wrap .m-article-list {
  margin-top: 50px;
}
.news-wrap .to-list-wrap {
  text-align: right;
  padding-right: 33px;
}
.cooperation-wrap {
  margin-bottom: 50px;
}
.cooperation-wrap .imgs {
  margin-top: 50px;
  margin-left: -20px;
  overflow: hidden;
}
.cooperation-wrap a {
  display: block;
  width: 280px;
  height: 130px;
  float: left;
  margin-left: 20px;
  margin-bottom: 20px;
}
.cooperation-wrap a img {
  width: 280px;
  height: 130px;
}
