body {
  min-width: 1240px;
}
.index-banner-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
  max-height: calc(100vh - 76px);
  height: calc(51vw - 76px);
  height: calc(56vw);
  max-height: 100vh;
  min-height: 550px;
}
.index-banner-wrap img {
  width: 100%;
  height: auto;
}
.index-banner-wrap .down-wrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 46px;
  height: 78px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.index-banner-wrap .down-wrap .down {
  width: 45px;
  height: 78px;
  position: absolute;
  bottom: 0;
}
.index-banner-wrap .down-wrap .down-in {
  width: 18px;
  height: 18px;
  position: absolute;
  bottom: 47px;
  left: 14px;
  -webkit-animation: down-in-animate 0.8s ease-out 0s infinite;
          animation: down-in-animate 0.8s ease-out 0s infinite;
}
@-webkit-keyframes down-in-animate {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}
@keyframes down-in-animate {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}
@-webkit-keyframes slide-down {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 90%, 0);
            transform: translate3d(0, 90%, 0);
  }
}
@keyframes slide-down {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 90%, 0);
            transform: translate3d(0, 90%, 0);
  }
}
.index-img-desc {
  width: 100%;
  height: 100px;
  min-width: 1240px;
  text-align: center;
  background-color: #FF983F;
}
.index-img-desc p {
  float: left;
  width: 32.23333333%;
  width: 413px;
  height: 100px;
  line-height: 100px;
  color: #fff;
  font-size: 20px;
}
.content-item-wrap {
  background: #fff;
  padding: 120px 0 100px 0;
  text-align: center;
}
.content-item-wrap .business-title-header {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #252423;
}
.content-item-wrap .content-item-title {
  text-align: center;
  margin-bottom: 120px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  line-height: 14px;
  color: #959492;
}
.content-item-wrap .content-item-img-wrap {
  min-width: 1240px;
  height: 250px;
}
.content-item-wrap .content-item-img-wrap .graph-box {
  height: 250px;
  position: relative;
  overflow: hidden;
}
.content-item-wrap .content-item-img-wrap .graph-box .graph {
  height: 250px;
  width: 100%;
  height: 100%;
}
.content-item-wrap .content-item-img-wrap .graph-box p {
  position: absolute;
  bottom: 22px;
  z-index: 10;
  right: 0;
  left: 0;
  color: #fff;
  line-height: 32px;
  height: 32px;
  font-size: 32px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #ffffff;
}
.content-item-wrap .content-item-img-wrap .graph-box a {
  display: block;
  height: 100%;
}
.content-item-wrap .content-item-img-wrap .graph-box a .hover-bg {
  top: 260px;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: #FF983F;
  opacity: 0.6;
  top: 270px;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0.2, 0, 0.2, 1);
}
.content-item-wrap .content-item-img-wrap .graph-box a:hover .hover-bg {
  top: 0;
}
.content-item-wrap .content-item-img-wrap .graph-box a:hover:after {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.content-item-wrap .content-item-img-wrap .graph-box a:hover p {
  bottom: 109px;
}
.business-content-wrap {
  position: relative;
  height: 464px;
}
.business-content-wrap .left {
  position: absolute;
  left: 0;
  cursor: pointer;
}
.business-content-wrap .left .busness-content-item {
  text-align: left;
  vertical-align: middle;
  padding-bottom: 72px;
  color: #959492;
  -webkit-transition: margin-left 0.3s ease-out;
  transition: margin-left 0.3s ease-out;
}
.business-content-wrap .left .busness-content-item i {
  width: 14px;
  display: inline-block;
  height: 14px;
  background-color: #EDECEC;
  color: #EDECEC;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 10px;
}
.business-content-wrap .left .busness-content-item .first-title {
  font-size: 32px;
  font-weight: 600;
}
.business-content-wrap .left .busness-content-item .second-title {
  margin-top: 10px;
  margin-left: 27px;
  font-size: 16px;
  font-weight: 300;
}
.business-content-wrap .left .busness-content-item:hover {
  margin-left: 20px;
}
.business-content-wrap .left .busness-content-item:hover i {
  background-color: #FF983F;
}
.business-content-wrap .left .busness-content-item:hover .first-title {
  color: #252423;
}
.business-content-wrap .left .busness-content-item:hover .second-title {
  color: #252423;
}
.business-content-wrap .left .current {
  margin-left: 20px;
}
.business-content-wrap .left .current i {
  background-color: #FF983F;
}
.business-content-wrap .left .current .first-title {
  color: #252423;
}
.business-content-wrap .left .current .second-title {
  color: #252423;
}
.business-content-wrap .right {
  margin-left: 315px;
  font-size: 0;
  width: 925px;
  height: 462px;
  position: relative;
}
.business-content-wrap .right .business-right-wrap {
  position: absolute;
  font-size: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.business-content-wrap .right .business-right-wrap .business-img-wrap {
  width: 231px;
  height: 231px;
  position: relative;
  float: left;
  overflow: hidden;
  font-size: 0;
}
.business-content-wrap .right .business-right-wrap .business-img-wrap .img {
  width: 100%;
  height: 100%;
}
.business-content-wrap .right .business-right-wrap .business-img-wrap > a {
  display: contents;
}
.business-content-wrap .right .business-right-wrap .business-img-wrap .hover-bg {
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background: #FF983F;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.business-content-wrap .right .business-right-wrap .business-img-wrap .business-detail-content-wrap {
  position: absolute;
  display: block;
  height: 50%;
  left: 0px;
  bottom: -65px;
  z-index: 11;
  color: #fff;
  text-align: right;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 20px;
  right: 20px;
}
.business-content-wrap .right .business-right-wrap .business-img-wrap .business-detail-content-wrap .name {
  margin-bottom: 24px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.business-content-wrap .right .business-right-wrap .business-img-wrap .business-detail-content-wrap .detail {
  opacity: 0;
  font-size: 14px;
  line-height: 18px;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.business-content-wrap .right .business-right-wrap .business-img-wrap:hover .hover-bg {
  z-index: 10;
  opacity: 0.8;
  /* 针对 IE8 以及更早的版本 */
  filter: alpha(opacity=80);
}
.business-content-wrap .right .business-right-wrap .business-img-wrap:hover .business-detail-content-wrap {
  bottom: 0;
}
.business-content-wrap .right .business-right-wrap .business-img-wrap:hover .business-detail-content-wrap .name {
  margin-bottom: 14px;
}
.business-content-wrap .right .business-right-wrap .business-img-wrap:hover .business-detail-content-wrap .detail {
  opacity: 1;
}
.business-content-wrap .right .business-right-wrap .business-img-wrap-8 {
  width: 231px;
  height: 231px;
}
.business-content-wrap .right .business-right-wrap .business-img-wrap-9 {
  width: 231px;
  height: 231px;
}
.business-content-wrap .right .business-right-wrap .business-img-wrap-9.business-img-wrap-item-4,
.business-content-wrap .right .business-right-wrap .business-img-wrap-9.business-img-wrap-item-5,
.business-content-wrap .right .business-right-wrap .business-img-wrap-9.business-img-wrap-item-6,
.business-content-wrap .right .business-right-wrap .business-img-wrap-9.business-img-wrap-item-7 {
  width: 185px;
}
.business-content-wrap .right .business-right-wrap .business-img-wrap-9.business-img-wrap-item-4 .business-detail-content-wrap,
.business-content-wrap .right .business-right-wrap .business-img-wrap-9.business-img-wrap-item-5 .business-detail-content-wrap,
.business-content-wrap .right .business-right-wrap .business-img-wrap-9.business-img-wrap-item-6 .business-detail-content-wrap,
.business-content-wrap .right .business-right-wrap .business-img-wrap-9.business-img-wrap-item-7 .business-detail-content-wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 14px;
  padding: 0;
  left: 14px;
  right: 14px;
}
.business-content-wrap .right .business-right-wrap .business-img-wrap-9.business-img-wrap-item-4 .business-detail-content-wrap .name,
.business-content-wrap .right .business-right-wrap .business-img-wrap-9.business-img-wrap-item-5 .business-detail-content-wrap .name,
.business-content-wrap .right .business-right-wrap .business-img-wrap-9.business-img-wrap-item-6 .business-detail-content-wrap .name,
.business-content-wrap .right .business-right-wrap .business-img-wrap-9.business-img-wrap-item-7 .business-detail-content-wrap .name {
  font-size: 20px;
}
.business-content-wrap .right .business-right-wrap .business-img-wrap-9.business-img-wrap-item-8 {
  width: 184px;
}
.business-content-wrap .right .business-right-wrap .business-img-wrap-10 {
  width: 185px;
}
.business-content-wrap .right .business-right-wrap .business-img-wrap-10 .business-detail-content-wrap {
  padding: 0 10px;
}
.business-content-wrap .right .business-right-wrap .business-img-wrap-10 .business-detail-content-wrap .name {
  font-size: 20px;
}
.business-content-wrap .right .business-right-wrap .business-img-wrap-10.business-img-wrap-item-4,
.business-content-wrap .right .business-right-wrap .business-img-wrap-10.business-img-wrap-item-9 {
  width: 184px;
}
.business-content-wrap .right .business-right-wrap .business-slogan-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  height: 462px;
  overflow: hidden;
}
.business-content-wrap .right .business-right-wrap .business-slogan-link .business-slogan-img {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.business-content-wrap .right .business-right-wrap .business-slogan-link .hover-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background: #FF983F;
  background: rgba(0, 0, 0, 0.4);
  background: #727070;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.business-content-wrap .right .business-right-wrap .business-slogan-link .business-slogan-info {
  position: absolute;
  bottom: -30px;
  right: 30px;
  left: 20px;
  color: #fff;
  text-align: right;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 10;
}
.business-content-wrap .right .business-right-wrap .business-slogan-link .business-slogan-info .business-name {
  display: inline-block;
  padding-bottom: 16px;
  font-size: 36px;
  width: 123px;
  height: 28px;
}
.business-content-wrap .right .business-right-wrap .business-slogan-link .business-slogan-info .business-desc {
  opacity: 0;
  line-height: 18px;
  font-size: 14px;
  color: #fff;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.business-content-wrap .right .business-right-wrap .business-slogan-link:hover .business-slogan-img {
  -webkit-transform: scalse(1.05);
          transform: scalse(1.05);
}
.business-content-wrap .right .business-right-wrap .business-slogan-link:hover .business-slogan-info {
  bottom: 30px!important;
}
.business-content-wrap .right .business-right-wrap .business-slogan-link:hover .business-slogan-info .business-desc {
  opacity: 1 ;
}
.business-content-wrap .right .business-right-wrap .business-slogan-link:hover .hover-bg {
  z-index: 10;
  opacity: 0.4;
  /* 针对 IE8 以及更早的版本 */
  filter: alpha(opacity=40);
}
.business-content-wrap .right .business-right-wrap .san_left {
  width: 355px;
  height: 462px;
  float: left;
}
.business-content-wrap .right .business-right-wrap .san_right {
  display: inline-block;
  width: 570px;
  height: 231px;
  float: right;
}
.development-wrap {
  background: #fff;
  height: 820px;
  height: 646px;
}
.development-wrap .development-detail-wrap {
  position: relative;
  height: 100%;
}
.development-wrap .development-detail-wrap .left {
  position: absolute;
  top: 100px;
  opacity: 0;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.3s ease-out, transform 0.5s ease-out;
  transition: opacity 0.3s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
.development-wrap .development-detail-wrap .left .development-img-wrap {
  width: 715px;
  height: 620px;
  color: #fff;
  position: absolute;
  position: relative;
}
.development-wrap .development-detail-wrap .left .development-img-wrap img {
  width: 100%;
  height: 100%;
}
.development-wrap .development-detail-wrap .left .development-img-wrap .development-img-title {
  position: absolute;
  left: 40px;
  bottom: 92px;
  font-size: 32px;
  font-weight: 600;
}
.development-wrap .development-detail-wrap .left .development-img-wrap .development-img-content {
  left: 40px;
  bottom: 40px;
  right: 100px;
  position: absolute;
  line-height: 1.4;
}
.development-wrap .development-detail-wrap .left .pagination {
  position: absolute;
  z-index: 20;
  right: 10px;
  bottom: 10px;
}
.development-wrap .development-detail-wrap .left .pagination .swiper-pagination-switch {
  display: inline-block;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #222;
  margin-right: 8px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}
.development-wrap .development-detail-wrap .left .pagination .swiper-active-switch {
  background: #fff;
}
.development-wrap .development-detail-wrap .right {
  position: absolute;
  left: 759px;
  width: 440px;
  top: 100px;
  height: 446px;
  color: #FF983F;
  opacity: 0;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.3s ease-out, transform 0.5s ease-out;
  transition: opacity 0.3s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  display: inline-table;
  vertical-align: middle;
}
.development-wrap .development-detail-wrap .right:hover {
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.development-wrap .development-detail-wrap .right:hover .btn-arrow {
  background-color: #FF983F;
}
.development-wrap .development-detail-wrap .right a {
  display: block;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.development-wrap .development-detail-wrap .right .btn-arrow {
  margin-bottom: 44px;
  width: 30px;
  height: 30px;
  background: #252423;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
.development-wrap .development-detail-wrap .right .development-title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #252423;
}
.development-wrap .development-detail-wrap .right .development-content {
  font-size: 12px;
  font-weight: 600;
  color: #252423;
  font-size: 16px;
  font-weight: 300;
  color: #646362;
  line-height: 20px;
}
.party-build-wrap {
  min-width: 1240px;
  height: 400px;
  width: 100%;
  position: relative;
}
.party-build-wrap .party-build-title {
  position: absolute;
  top: 56px;
  left: 60px;
  padding: 17px 0 17px 140px;
  min-width: 550px;
  z-index: 2;
  color: #fff;
}
.party-build-wrap .party-build-title .title {
  font-size: 36px;
  font-weight: bold;
}
.party-build-wrap .party-build-title .des {
  font-size: 14px;
  padding-top: 20px;
}
.party-build-wrap .party-build-title .btn-arrow {
  margin-left: 10px;
}
.party-build-wrap a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.party-build-wrap.current .party-build-wrap-party {
  width: 37.5%;
}
.party-build-wrap.current .party-build-wrap-party::after {
  opacity: 0;
}
.party-build-wrap.current .party-build-wrap-energy {
  width: 62.5%;
}
.party-build-wrap.current .party-build-wrap-energy::after {
  opacity: 1;
}
.party-build-wrap-party {
  position: absolute;
  width: 62.5%;
  overflow: hidden;
  left: 0;
  top: 0;
  height: 100%;
  -webkit-transition: width 0.8s ease;
  transition: width 0.8s ease;
}
.party-build-wrap-party::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 92, 30, 0.8);
  top: 0;
  left: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease 0.4s;
  transition: opacity 0.5s ease 0.4s;
  z-index: 1;
}
.party-build-wrap-party .party-build-title {
  background: url('../../img/index/ic_dj01.png') no-repeat left center;
}
.party-build-wrap-energy {
  position: absolute;
  width: 37.5%;
  overflow: hidden;
  right: 0;
  top: 0;
  height: 100%;
  -webkit-transition: width 0.8s;
  transition: width 0.8s;
}
.party-build-wrap-energy::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 152, 63, 0.8);
  top: 0;
  left: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease 0.4s;
  transition: opacity 0.5s ease 0.4s;
  opacity: 0;
  z-index: 1;
}
.party-build-wrap-energy .party-build-title {
  background: url('../../img/index/ic_sz01.png') no-repeat left center;
}
.party-build-wrap .party-build-foot {
  position: absolute;
  right: 30px;
  bottom: 30px;
  color: #fff;
  font-size: 14px;
  z-index: 2;
}
.party-build-wrap .party-build-foot span {
  display: inline-block;
  padding: 0 5px;
}
.company-news-wrap {
  background: #FBFBFB;
  padding: 68px 0;
  padding: 100px 0;
  height: 446px;
}
.company-news-wrap .company-news-detail-wrap {
  position: relative;
  height: 100%;
}
.company-news-wrap .left {
  font-size: 0;
  position: absolute;
  height: 446px;
  overflow: hidden;
}
.company-news-wrap .left .left-img-wrap {
  position: relative;
  font-size: 0;
}
.company-news-wrap .left .new-img {
  width: 610px;
  height: 446px;
}
.company-news-wrap .left p {
  position: absolute;
  left: 30px;
  bottom: 30px;
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
}
.company-news-wrap .right {
  position: absolute;
  left: 715px;
  width: 525px;
}
.company-news-wrap .right .news-title {
  font-size: 32px;
  font-weight: 600;
  color: #252423;
  position: relative;
}
.company-news-wrap .right .news-title .btn-arrow {
  position: absolute;
  right: 0;
}
.company-news-wrap .right .news-title > a {
  display: contents;
}
.company-news-wrap .right .current {
  background-color: #FF983F;
  color: #fff !important;
}
.company-news-wrap .right .current .time {
  color: #fff !important;
}
.company-news-wrap .right .current .detail {
  color: #fff !important;
}
.company-news-wrap .right .news-detial {
  color: #252423;
  font-size: 18px;
  font-weight: 300;
  height: 100px;
  cursor: pointer;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.company-news-wrap .right .news-detial a {
  display: block;
  font-size: 0;
}
.company-news-wrap .right .news-detial .time {
  font-size: 20px;
  font-weight: 600;
  padding-top: 21px;
  color: #252423;
  padding-left: 10px;
  padding-right: 10px;
}
.company-news-wrap .right .news-detial .detail {
  font-size: 18px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  color: #252423;
}
.company-news-wrap .right .news-detial:hover {
  background-color: #FF983F;
  color: #fff !important;
}
.company-news-wrap .right .news-detial:hover .time {
  color: #fff !important;
}
.company-news-wrap .right .news-detial:hover .detail {
  color: #fff !important;
}
.join-us-wrap {
  width: 100%;
  height: 446px;
  background: url('./assets/img/index/joinus.png') center no-repeat;
  background-size: cover;
  position: relative;
}
.join-us-wrap .join-us-content-wrap {
  position: relative;
  height: 100%;
}
.join-us-wrap .join-us-content-wrap .join-us-title {
  padding-top: 110px;
  font-size: 48px;
  font-weight: 600;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.join-us-wrap .join-us-content-wrap .join-us-desc {
  padding-top: 20px;
  font-size: 20px;
  font-weight: 300;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.join-us-wrap .join-us-content-wrap .zhaopin {
  position: absolute;
  bottom: 60px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 14px;
  letter-spacing: 4px;
}
.join-us-wrap .join-us-content-wrap .btn-arrow {
  position: absolute;
  top: 248px;
  left: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.join-us-wrap .join-us-content-wrap:hover .join-us-title {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.join-us-wrap .join-us-content-wrap:hover .join-us-desc {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.join-us-wrap .join-us-content-wrap:hover .btn-arrow {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.stock-wrap {
  width: 100%;
  height: 233px;
  cursor: pointer;
  background: url('../../img/index/stock.png');
  background-size: 100% 100%;
}
.stock-wrap .stock-detail-wrap {
  position: relative;
  height: 100%;
  font-size: 14px;
  font-weight: 400;
}
.stock-wrap .stock-detail-wrap .name {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  padding-top: 40px;
}
.stock-wrap .stock-detail-wrap .desc {
  padding-top: 12px;
  color: #646362;
}
.stock-wrap .stock-detail-wrap .stock-price {
  font-size: 54px;
  font-weight: 600;
  padding-top: 21px;
  color: #f54645;
}
.stock-wrap .stock-detail-wrap .stock-info {
  padding-top: 10px;
  color: #f54645;
}
.stock-wrap .stock-detail-wrap .green {
  color: #0f990f;
}
.stock-wrap .stock-detail-info {
  position: absolute;
  bottom: 42px;
  font-size: 14px;
  font-weight: 400;
  color: #646362;
  right: 0;
}
.stock-wrap .stock-detail-info .stock-num-wrap {
  margin-top: 10px;
  color: #AFACA7;
  position: absolute;
  right: 0;
}
.stock-wrap .stock-detail-info span {
  display: inline-block;
  width: 80px;
  text-align: right;
}
.stock-wrap .stock-detail-info .volume {
  width: 100px;
}
.development-wrap .scroll-into-view .left {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.development-wrap .scroll-into-view .right {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
