
/* section one */
.section {
  width: 100%;
  height: 900px;
  justify-content: center;
  display: flex;
}
.section-one {
  height: 670px;
}
.one-box {
  padding: 58px 98px;
}
.one-title {
  font-size: 40px;
  color: #88cf90;
}
.one-box button {
  background: #88cf90;
  box-shadow: 0 8px 12px 0 #dcdcdc;
  border-radius: 6px;
  padding: 14px 18px;
  border: 0;
  outline: none;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}
.one-subTitle {
  font-size: 24px;
  color: #6f6f6f;
  margin: 48px 0 60px 0;
}
.one-pic {
  width: 900px;
  height: 508px;
  margin-top: 56px;
}
/* mask */
.mask {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.5);
  z-index: 10;
  display: none;
}
.openDiv {
  position: fixed;
  width: 1000px;
  height: 600px;
  background: #fff;
  z-index: 15;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  display: none;
  animation: dialogSlipToUp 0.5s;
}
@keyframes dialogSlipToUp {
  0%{
    /* transform: skew(20deg,20deg) translate(-50%,-50%); */
    opacity: 0.3;
  }
  100%{
    /* transform: skew(0deg,0deg) translate(-50%,-50%); */
    opacity: 1;
  }
}
#close {
  line-height: 1;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.d-pic {
  width: 520px;
  float: left;
}
.code-box {
  text-align: center;
  color: #4a4a4a;
  font-size: 24px;
}
.d-code {
  width: 230px;
  margin: 164px 112px 20px;
}
/* section two/three */
.icon {
  width: 34px;
  height: 34px;
  margin-right: 20px;
  margin-top: 5px;
}
.section-two {
  background: #fcca65;
  color: #4a4a4a;
}
.three-box,
.four-box,
.two-box {
  width: 500px;
  height: 360px;
  box-shadow: 2px 19px 30px 0 rgba(199,124,0,0.55);;
  border-radius: 10px;
  margin: 270px 100px 0 0;
  background: #fff;
}
.two-pic {
  wdth: 600px;
  height: 600px;
  margin: 150px 0;
}
.three-pic:hover,
.four-pic:hover,
.five-pic:hover,
.two-pic:hover {
  transform: scale(1.1);
  transition: all ease-in-out 0.5s;
}
.three-title,
.four-title,
.two-title {
  margin: 55px 42px 58px;
  font-size: 30px;
  display: flex;
}
.three-subTitle,
.four-subTitle,
.two-subTitle {
  font-size: 28px;
  margin-left: 55px;
}
.section-three ul,
.section-four ul,
.section-two ul {
  margin: 44px 55px;
  color: #adadad;
  font-size: 20px;
  line-height: 38px;
  list-style: none;
}
/* section three */
.three-box {
  box-shadow: 2px 19px 26px 0 #e8e8e8;
  margin-left: 50px;
}
.three-pic {
  width: 600px;
  margin: 150px 100px 0 0;
}
/* section four */
.section-four {
  background: #88cf90;
}
.four-box {
  box-shadow: 2px 19px 30px 0 #6ebb77;
}
.four-pic {
  width: 600px;
  margin: 150px 0 0 100px;
}
/* section five */
.section-five {
  background: #f6f6f6;
  height: 1080px;
  color: #333;
}
.five-box {
  margin: 341px 36px 0 0;
  width: 477px;
  position: relative;
}

.line {
  width: 100px;
  height: 10px;
  background: #88cf90;
}
.five-title {
  font-size: 30px;
  margin: 70px 0 48px;
}
.five-subTitle {
  font-size: 18px;
  line-height: 30px;
}
.five-pic {
  width: 680px;
  margin-top: 221px;
}
.contact {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-weight: bolder;
  margin: 60px 0;
}
.contact img {
  width: 48px;
  height: 48px;
  margin-left: 30px;
  cursor: pointer;
}
.contact-code {
  position: absolute;
  width: 120px !important;
  height: 120px !important;
  top: 0px;
  right: -160px;
  display: none;
}