.about {
  position: relative;
  background-image: url(../images/new/about-bg1.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 57px;
}

.about .thumb {
  position: absolute;
  bottom: 0;
  left: 0;
}

.about .brief {
  width: 415px;
  padding-top: 90px;
}

.about .brief h6 {
  font-size: 14px;
  color: #999999;
  padding-left: 20px;
  background: url(../images/new/flash.png) no-repeat;
  background-size: 11px 16px;
  margin-bottom: 15px;
}

.about .brief h2 {
  font-size: 30px;
  color: #C3F28F;
  font-weight: bold;
  margin-bottom: 15px;
}

.about .brief p {
  font-size: 16px;
  color: #858585;
  line-height: 32px;
}

.about .introduce {
  padding: 140px 0 0;
}

.about .introduce p {
  margin-bottom: 45px;
  font-size: 16px;
  color: #848484;
  line-height: 32px;
  text-align: justify;
}

.sales {
  height: 190px;
  background-color: #87B753;
  color: white;
}

.sales > .container, .sales .row {
  height: 100%;
}

.sales .text {
  font-size: 16px;
  margin-right: 30px;
}

.sales .text img {
  width: 34px;
  height: 29px;
  margin-bottom: 7px;
}

.sales .number {
  font-size: 22px;
}

.sales .number strong {
  font-family: 'Impact';
  font-size: 48px;
}

.culture {
  position: relative;
  height: 745px;
  color: white;
  padding-top: 170px;
}

.culture .bgImg {
  position: absolute;
  width: 100%; max-height: 100%;
  left: 0; top: 0;
}

.culture h3 {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 40px;
  margin-bottom: 60px;
}

.culture h3:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 38px;
  height: 5px;
  background-color: white;
}

.culture p {
  font-size: 16px;
  line-height: 35px;
}

.culture .menu {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: -60px;
  left: 50%;
  height: 190px;
  background-color: white;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  text-align: center;
  padding: 0;
  box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.05);
}

.culture .menu .item {
  position: relative;
  cursor: pointer;
}

.culture .menu .item:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 1px;
  height: 110%;
  background-image: linear-gradient(to bottom, #D9E6EF, #4381B1, #D9E6EF);
}

.culture .menu .item:last-child:after {
  display: none;
}

.culture .menu img {
  width: 45px;
  height: 40px;
  margin-bottom: 20px;
}

.culture .menu p {
  font-size: 18px;
  color: #696969;
  font-weight: bolder;
}

.culture .menu p.active {
  color: #8CCD45;
}

.develop {
  background: url(../images/new/bg.png) no-repeat;
  background-size: cover;
  padding: 170px 0 120px;
  overflow: hidden;
}

.develop .column {
  margin-bottom: 70px;
}

.develop .column h6 {
  display: inline-block;
  padding-left: 20px;
  font-size: 18px;
  color: #999999;
  background: url(../images/new/flash.png) 0 3px no-repeat;
  background-size: 11px 16px;
  margin-bottom: 15px;
}

.develop .column h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}

.develop .column p {
  font-size: 16px;
  color: #999999;
}

.develop .step {
  margin-bottom: 125px;
}

.develop .step .step-middle {
  position: relative;
  height: 100px;
  z-index: 9;
}


.develop .step .step-middle::after, .develop .step .step-middle::before {
  content: '';
  position: absolute;
  top: 50%;
  width: 50%;
  height: 3px;
  z-index: -2;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.develop .step .step-middle::before {
  content: '';
  position: absolute;
  top: 50%;
  width: 78%;
  height: 3px;
  z-index: -2;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.develop .step .step-middle::before {
  left: 0;
  background-color: #C3F28F;
}

.develop .step .step-middle::after {
  right: 0;
  width: 22%;
  background-color: #E4E4E4;
}

.develop .step .step-middle .item {
  position: relative;
  width: 80px;
  height: 100px;
  font-size: 22px;
  text-align: center;
}

.develop .step .step-middle .item::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #C3F28F;
  z-index: -1;
}

.develop .step .step-middle .item:nth-child(n+10)::after {
  background-color: #A4A4A4;
}

.develop .step .step-middle .item.active {
  z-index: 99;
  width: 86px;
  height: 86px;
  text-align: center;
  line-height: 86px;
  color: white;
  font-size: 28px;
  font-family: Impact;
  background-color: #C3F28F;
  border-radius: 50%;
  overflow: hidden;
}

.develop .step .round {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  background-color: white;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  box-shadow: 0 0 6px 4px rgba(0, 0, 0, 0.03);
  outline: none;
  cursor: pointer;
}

.develop .thumb {
  position: relative;
  margin-left: 100px;
  margin-right: 160px;
  width: 440px;
  height: 255px;
}

.develop .thumb img {
  position: relative;
  width: 100%;
  height: 90%;
  z-index: 99;
}

.develop .thumb::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: -15px;
  width: 120px;
  height: 150px;
  background-color: #C3F28F;
}

.develop .desc {
  width: 350px;
  color: #414141;
}

.develop .desc h6 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 37px;
}

.develop .desc p {
  font-size: 20px;
}

.honor {
  background: url(../images/new/honor.png) no-repeat;
  background-size: contain;
}

.honor .column {
  padding: 100px 0 70px;
}

.honor .column h6 {
  display: inline-block;
  padding-left: 20px;
  font-size: 18px;
  color: #999999;
  background: url(../images/new/flash.png) 0 3px no-repeat;
  background-size: 11px 16px;
  margin-bottom: 15px;
}

.honor .column h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}

.honor .column p {
  font-size: 16px;
  color: #999999;
}

.honor .certificate {
  padding: 75px 35px 0;
}

.honor .certificate .col-md-3 {
  margin-bottom: 70px;
}

.honor .certificate .col-md-3:nth-child(n+9) {
  display: none !important;
}

.honor .certificate img {
  width: 100%;
  height: 100%;
  margin-bottom: 25px;
  cursor: pointer;
}

.honor .certificate p {
  font-family: 'Source Han Sans CN';
  font-size: 16px;
  color: #7C7C7C;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.honor .certificate .col-sm-3 {
  margin-bottom: 20px;
}

.certificate .col-md-3:nth-child(n+9) {
  display: none;
}

.honor .btn-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 175px;
  height: 50px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border: 1px solid #E4E4E4;
  font-size: 14px;
  color: #797979;
  margin: 50px auto;
  transition: all .2s;
}

.honor .btn-loading:hover {
  background-color: #F0F0F1;
}

.honor .btn-loading span {
  display: none;
  width: 13px;
  height: 13px;
  border: 3px solid #ccc;
  border-top-color: #C3F28F;
  border-radius: 50%;
  margin-right: 5px;
  animation: loading .6s infinite linear;
  -webkit-animation: loading .6s infinite linear;
}

@keyframes loading {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}

.arrow {
  width: 10px;
  height: 10px;
  border-left: 1px solid #C3F28F;
  border-bottom: 1px solid #C3F28F;
}

.arrow.left {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  margin-left: 5px;
}

.arrow.right {
  transform: rotate(220deg);
  -webkit-transform: rotate(220deg);
  -moz-transform: rotate(220deg);
  -ms-transform: rotate(220deg);
  -o-transform: rotate(220deg);
  margin-right: 5px;
}

