.bannerimg{
  position: relative;
  background: url(../images/banner_green.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 108.4rem;
}
.bannerimg div{
  position: absolute;
  right: 51.5rem;
  top: 70.3rem;
  width: 17rem;
  height: 5.2rem;
  border: .3rem solid rgba(255, 255, 255, .5);
  line-height: 4.8rem;
  color: #fff;
  font-size: 2rem;
  padding-left: 1.2rem;
  cursor: pointer;
}
.bannerimg div::before{
  position: absolute;
  right: 1.3rem;
  top: 1.4rem;
  display: block;
  content: '';
  width: 1.2rem;
  height: 1.7rem;
  background: url(../images/angle_right.png) no-repeat;
  background-size: 1.2rem 1.7rem;
}
.bannerimg h2{
  width: 100%;
  text-align: right;
  position: absolute;
  left: 0;
  top: 40rem;
  font-size: 4rem;
  line-height: 8rem;
  color: #fff;
  text-shadow: .1rem .1rem .2rem rgba(0, 0, 0, 1);
  padding-right: 51.5rem;
  transform: translateY(0); opacity: 1;
  animation: moveUp .8s linear;
}
.bannerimg p{
  width: 100%;
  text-align: right;
  position: absolute;
  left: 0;
  top: 53rem;
  font-size: 2.4rem;
  line-height: 5rem;
  text-shadow: .1rem .1rem .2rem rgba(0, 0, 0, 1);
  color: #dfdfdf;
  letter-spacing: 2px;
  padding-right: 51.5rem;
  transform: translateY(0); opacity: 1;
  animation: moveUp .8s linear;
}
.bannerimg p:nth-child(3){
  top: 58rem;
}
.whatistic{
  width: 100%;
  height: 96rem;
  padding-top: 9rem;
}
.whatistic h2{
  height: 13rem;
  line-height: 13rem;
}
.whatisticline{
  width: 78rem;
  height: 0.3rem;
  background: #DDDDDD;
  position: relative;
  margin: 0 auto;
}
.whatisticline::before{
  width: 11.6rem;
  height: 0.5rem;
  background: #EE9700;
  position: absolute;
  top: -0.1rem;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  content: '';
}
.whatisticcon{
  width: 129rem;
  margin: 0 auto;
  padding-top: 13rem;
}
.whatisticcon li{
  float: left;
  width: 40rem;
  height: 30rem;
  border: 0.1rem solid #0B3DB0;
  border-radius: 1rem;
  margin: 0 1.5rem;
  position: relative;
  line-height: 2.8rem;
  padding: 3.8rem 1.4rem 2.4rem 2.4rem;
  font-size: 1.8rem;
  margin-bottom: 4.6rem;
  background: #fff;
  box-shadow: 0.2rem 0.2rem 0.6rem 0 rgba(0, 0, 0, 0.2);
}
.whatisticcon li:last-child{
  width: 126rem;
  height: 17rem;
}
.whatisticcon li::before{
  display: block;
  content: '';
  position: absolute;
  left: 1.6rem;
  top: 1.1rem;
  border-right: 2.8rem solid transparent;
  border-left: 0 solid transparent;
  border-top: 2.5rem solid #0B3DB0;
}
.whatisticcon li:hover{
  background: #DAECFF;
}
.whatisticcon li:hover::after{
  display: block;
  content: '';
  position: absolute;
  width: 80%;
  height: 1rem;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0rem;
  z-index: -1;
  box-shadow: 0 0 3rem #0B3DB0;
}
.advantages{
  width: 100%;
  height: 99rem;
  background: #F5F7F8;
}
.advantagesleft{
  float: left;
  width: 106rem;
  height: 99rem;
  padding: 6.4rem 0 0 34.4rem;
}
.advantagesleft h2{
  line-height: 16rem;
  padding-left: 2.4rem;
}
.advantagesleft li{
  width: 55.2rem;
  height: 14rem;
  margin-bottom: 1.8rem;
  padding-left: 11.8rem;
  padding-top: 1.6rem;
  position: relative;
  opacity: 0;
}
.advantages.active li{
  opacity: 1;
  transform: translateX(0);
}
.advantages.active li:nth-child(1){
  animation: moveRight .5s ease-in-out;
}
.advantages.active li:nth-child(2){
  animation: moveRight .8s ease-in-out;
}
.advantages.active li:nth-child(3){
  animation: moveRight 1.1s ease-in-out;
}
.advantages.active li:nth-child(4){
  animation: moveRight 1.4s ease-in-out;
}
.advantages.active li:nth-child(5){
  animation: moveRight 1.7s ease-in-out;
}
.advantagesleft li span{
  width: 5.6rem;
  height: 5.6rem;
  background: #0B3DB0;
  color: #fff;
  font-size: 2rem;
  display: block;
  position: absolute;
  left: 2.2rem;
  top: 4rem;
  text-align: center;
  line-height: 5.6rem;
  border-radius: 1.2rem;
  opacity: .5;
}
.advantagesleft li:hover span{
  opacity: 1;
}
.advantagesleft li h3{
  font-size: 1.6rem;
  line-height: 4.4rem;
}
.advantagesleft li p{
  line-height: 2.2rem;
  font-size: 1.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.advantagesleft li:hover{
  background: #fff;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
  border-radius: 0.8rem;
}
.advantagesright{
  float: left;
  width: 73rem;
  height: 99rem;
  padding-top: 13rem;
}
.advantagesright img{
  width: 51.5rem;
  height: 70rem;
}
.provided{
  width: 100%;
  height: 90rem;
  background: #000;
}
.providedleft{
  width: 108rem;
  height: 90rem;
  float: left;
  padding: 12.6rem 9.2rem 0 30.3rem;
  color: #fff;
}
.providedleft h2{
  height: 9.8rem;
  line-height: 9.8rem;
  position: relative;
  margin-bottom: 5rem;
}
.providedleft h2::before{
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: '';
  width: 9rem;
  height: 0.4rem;
  background: #EE9700;
}
.providedleft h5{
  line-height: 3rem;
  font-size: 1.8rem;
  margin-bottom: 4.4rem;
}
.providedleft li{
  line-height: 2.4rem;
  font-size: 1.6rem;
  color: #969696;
  padding-left: 5.2rem;
  height: 7.4rem;
  opacity: 0;
}
.providedleft li:nth-child(1){
  background: url(../images/provided_icon1.png) no-repeat;
  background-size: 3.6rem 3.6rem;
}
.providedleft li:nth-child(2){
  background: url(../images/provided_icon2.png) no-repeat;
  background-size: 3.6rem 3.6rem;
}
.providedleft li:nth-child(3){
  background: url(../images/provided_icon3.png) no-repeat;
  background-size: 3.6rem 3.6rem;
}
.providedleft li:nth-child(4){
  background: url(../images/provided_icon4.png) no-repeat;
  background-size: 3.6rem 3.6rem;
}
.providedleft li:nth-child(5){
  background: url(../images/provided_icon5.png) no-repeat;
  background-size: 3.6rem 3.6rem;
}
.provided.active li{
  opacity: 1;
  transform: translateY(0);
}
.provided.active li:nth-child(1){
  animation: moveUp .5s ease-in-out;
}
.provided.active li:nth-child(2){
  animation: moveUp .8s ease-in-out;
}
.provided.active li:nth-child(3){
  animation: moveUp 1.1s ease-in-out;
}
.provided.active li:nth-child(4){
  animation: moveUp 1.4s ease-in-out;
}
.provided.active li:nth-child(5){
  animation: moveUp 1.7s ease-in-out;
}
.providedright{
  width: 84rem;
  height: 90rem;
  float: left;
}
.providedright img{
  width: 84rem;
  height: 90rem;
}
.signupnow{
  width: 100%;
  height: 56rem;
  padding-top: 8rem;
  text-align: center;
}
.signupnow h2{
  line-height: 9rem;
}
.signupnow h5{
  line-height: 2.6rem;
  font-size: 1.6rem;
}
.signupnowcon{
  width: 120rem;
  margin: 0 auto;
  padding-top: 2rem;
}
.signupnowcon div{
  width: 57.3rem;
  height: 21.5rem;
  position: relative;
  float: left;
  padding-top: 10.5rem;
}
.signupnowcon div:nth-child(1){
  margin-right: 5.4rem;
  background: url(../images/sigleft.jpg) no-repeat;
  background-size: cover;
}
.signupnowcon div:nth-child(2){
  background: url(../images/sigright.jpg) no-repeat;
  background-size: cover;
}
.signupnowcon div span{
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 5rem;
  width: 5rem;
  height: 5rem;
}
.signupnowcon div span img{
  width: 5rem;
  height: 5rem;
}
.signupnowcon div h3{
  line-height: 7.2rem;
  color: #fff;
  font-size: 2.4rem;
}
.greencredit{
  width: 100%;
  background: #F5F7F8;
  padding-top: 5rem;
}
.greencredit h2{
  line-height: 6.4rem;
  text-align: center;
  font-size: 3.5rem;
}
.greencredit h4{
  line-height: 3.8rem;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2.5rem;
}
.greencredit p{
  line-height: 2.6rem;
  font-size: 1.8rem;
  padding: 0 43rem;
  margin-bottom: 5rem;
}
.greencreditcon{
  width: 126.4rem;
  height: 78rem;
  background: url(../images/greenline.png) no-repeat left top;
  background-size: 119.3rem 51.5rem;
  position: relative;
  margin: 0 auto;
}
.greencreditcon .passtext{
  height: 6rem;
  position: absolute;
  top: 20rem;
  width: 8rem;
  cursor: pointer;
}
.passtext div{
  position: absolute;
  line-height: 2rem;
  font-size: 1.6rem;
  width: 24rem;
  right: -4.5rem;
  bottom: 8.6rem;
  background: linear-gradient(to bottom, rgba(205, 220, 253, 1), #F5F7F8);
  padding: 1.4rem 2rem;
  display: none;
}
.passtext div::before{
  display: block;
  position: absolute;
  bottom: -2rem;
  right: 6.2rem;
  content: '';
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(205, 220, 253, .5), rgba(205, 220, 253, 1));
  width: 2rem;
  height: 2rem;
  transform: rotate(45deg);
}
.passtext:hover div{
  display: block;
}
.pass1{
  left: 32.8rem;
}
.pass2{
  left: 54.5rem;
}
.pass3{
  left: 76.2rem;
}
.greencreditcon .pass4{
  width: 12.8rem;
  left: 96.8rem;
}
.greencreditcon .fail1{
  left: 27rem;
  top: 32rem;
}
.greencreditcon .fail2{
  left: 51.5rem;
  top: 37rem;
}
.greencreditcon .fail3{
  left: 49rem;
  top: 10.5rem;
}
/* .node{
  width: 8.4rem;
  height: 8.4rem;
  border-radius: 4.2rem;
  position: absolute;
  top: 21rem;
  cursor: pointer;
}
.no1, .no6{
  background: #0B3DB0 url(../images/process_icon1.png) no-repeat center;
  background-size: 4.2rem 4.2rem;
  left: 9rem;
}
.no1::after, .no2::after, .no3::after, .no4::after, .no5::after, .no6::after, .de1::after, .de2::after{
  position: absolute;
  content: 'Enterprise';
  display: block;
  bottom: -3rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.4rem;
  width: 18rem;
  text-align: center;
}
.no1::after{
  content: 'Enterprise';
}
.no2::after{
  content: 'Carbon can';
}
.no3::after{
  content: 'Report';
}
.no4::after{
  content: 'Meet the standards';
}
.no5::after{
  content: 'Financial institutions';
}
.no6::after{
  content: 'Enterprise';
}
.de1::after{
  content: 'Re-conducts';
}
.de2::after{
  content: 'Consulting';
}
.no2{
  background: #0B3DB0 url(../images/process_icon2.png) no-repeat center;
  background-size: 4.2rem 4.2rem;
  left: 30.8rem;
}
.no3{
  background: #0B3DB0 url(../images/process_icon3.png) no-repeat center;
  background-size: 4.2rem 4.2rem;
  left: 52.5rem;
}
.no4{
  background: #0B3DB0 url(../images/process_icon4.png) no-repeat center;
  background-size: 4.2rem 4.2rem;
  left: 74.5rem;
}
.no5{
  background: #0B3DB0 url(../images/process_icon5.png) no-repeat center;
  background-size: 4.2rem 4.2rem;
  left: 95.8rem;
}
.no6{
  left: 120rem;
}
.de1, .de2{
  background: linear-gradient(to top, #0B3DB0, #fff);
  padding: 0.3rem;
}
.de1{
  top: 0;
  left: 57.7rem;
}
.de2{
  top: 43rem;
  left: 30.8rem;
}
.de1 div, .de2 div{
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.de1 div{
  background: #fff url(../images/process_icon6.png) no-repeat center;
  background-size: 4.2rem 4.2rem;
}
.de2 div{
  background: #fff url(../images/process_icon7.png) no-repeat center;
  background-size: 4.2rem 4.2rem;
}
.arrowleft{
  width: 10.2rem;
  height: 1.9rem;
  background: url(../images/arrowleft.png) no-repeat;
  background-size: 10.2rem 1.9rem;
  position: absolute;
  top: 24.2rem;
}
.arr1{
  left: 19rem;
}
.arr2{
  left: 40.8rem;
}
.arr3{
  left: 62.5rem;
}
.arr4{
  left: 84.2rem;
}
.arr5{
  left: 107.2rem;
} */

.greendisc{
  width: 115rem;
  height: 18rem;
  position: absolute;
  bottom: 5rem;
  left: 5.7rem;
}
.greendisc div{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.disc1{
  width: 41.7rem;
  height: 8.6rem;
  background: url(../images/ellipse1.png) no-repeat;
  background-size: 41.7rem 8.6rem;
  animation: updown 3s linear infinite;
  top: 4.3rem;
  z-index: 5;
}
.disc2{
  width: 56.3rem;
  height: 10.3rem;
  background: url(../images/ellipse2.png) no-repeat;
  background-size: 56.3rem 10.3rem;
  animation: updown 3s linear .3s infinite;
  top: 3.6rem;
  z-index: 4;
}
.disc3{
  width: 77.1rem;
  height: 9.1rem;
  background: url(../images/ellipse3.png) no-repeat;
  background-size: 77.1rem 9.1rem;
  animation: updown 3s linear .6s infinite;
  top: 3.6rem;
  z-index: 3;
}
.disc4{
  width: 108.2rem;
  height: 11.6rem;
  background: url(../images/ellipse4.png) no-repeat;
  background-size: 108.2rem 11.6rem;
  animation: updown 3s linear .9s infinite;
  top: 3rem;
  z-index: 2;
}
.disc5{
  width: 115rem;
  height: 15.5rem;
  background: url(../images/ellipse5.png) no-repeat;
  background-size: 115rem 15.5rem;
  animation: updown 3s linear 1.2s infinite;
  top: 0;
  z-index: 1;
}
@keyframes updown {
  0% { transform: translate(-50%, 0) scale(1, 1); }
  25% { transform: translate(-50%, -0) scale(1.05, 1.05); }
  50% { transform: translate(-50%, 0) scale(1, 1); }
  75% { transform: translate(-50%, 0) scale(1.05, 1.05); }
  100% { transform: translate(-50%, 0) scale(1, 1); }
}

.greendisc span{
  display: block;
  width: .4rem;
}

.line1{
  height: 14rem;
  background: linear-gradient(to top, #0B3FB1, rgba(0, 0, 0, 0));
  z-index: 6;
  position: absolute;
  left: 56.8rem;
  bottom: 18rem;
  animation: updownline2 1s linear infinite;
}
.line2{
  height: 17rem;
  background: linear-gradient(to top, #C9DDFF, rgba(0, 0, 0, 0));
  z-index: 6;
  position: absolute;
  left: 64rem;
  bottom: 16rem;
  animation: updownline1 1s linear .4s infinite;
}
.line3{
  height: 14rem;
  background: linear-gradient(to top, #0B3FB1, rgba(0, 0, 0, 0));
  z-index: 6;
  position: absolute;
  left: 70rem;
  bottom: 18rem;
  animation: updownline2 1.5s linear infinite;
}
.line4{
  height: 17rem;
  background: linear-gradient(to top, #C9DDFF, rgba(0, 0, 0, 0));
  z-index: 6;
  position: absolute;
  left: 77rem;
  bottom: 16rem;
  animation: updownline1 1.4s linear .2s infinite;
}
.line5{
  height: 14rem;
  background: linear-gradient(to top, #0B3FB1, rgba(0, 0, 0, 0));
  z-index: 6;
  position: absolute;
  left: 80rem;
  bottom: 24rem;
  animation: updownline3 1s linear .8s infinite;
}

@keyframes updownline1 {
  0% { bottom: 16rem; }
  100% { bottom: 9rem; opacity: 0; }
}
@keyframes updownline2 {
  0% { bottom: 18rem; }
  100% { bottom: 9rem; opacity: 0; }
}
@keyframes updownline3 {
  0% { bottom: 24rem; }
  100% { bottom: 9rem; opacity: 0; }
}