.calculation {
  position: relative;
}
.calculation .calculation-bg {
  width: 100%;
}
.calculation .calculation-main {
  position: absolute;
  right: 0;
  bottom: 60px;
  left: 0;
  display: flex;
  justify-content: space-between;
  width: 1100px;
  margin: 0 auto;
  padding: 30px 60px 10px;
  box-sizing: border-box;
  background-color: #ffffff;
}
.calculation .calculation-main .calculation-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex: none;
  width: 40%;
}
.calculation .calculation-main .calculation-left .calc-left-title {
  width: auto;
  margin-bottom: 20px;
}
.calculation .calculation-main .calculation-left .calc-left-list {
  position: relative;
  width: 74%;
}
.calculation .calculation-main .calculation-left .calc-left-list .unit {
  position: absolute;
  right: 8px;
  top: 16px;
}
.calculation .calculation-main .calculation-left .calc-left-list .area-val {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  padding-right: 30px;
  line-height: 1;
  color: #666666;
}
.calculation .calculation-main .calculation-left .calc-desc {
  margin-top: 10px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #999999;
}
.calculation .calculation-main .calculation-left .input-text {
  width: 74%;
  margin: 7px 0;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #666666;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
}
.calculation .calculation-main .calculation-button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 130px;
  margin: 0 50px;
  background-image: url(../../images/productlist/calculation_button_bg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.calculation .calculation-main .calculation-button .button-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 124px;
  height: 124px;
  background-image: url(../../images/productlist/link_button_bg.png);
}
.calculation .calculation-main .calculation-button .button-box .start {
  padding: 30px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  color: #ffffff;
  background-color: #ffae00;
  text-shadow: 0px 0px 0px rgba(191, 130, 0, 0.28);
  border-radius: 50%;
}
.calculation .calculation-main .calculation-right {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.calculation .calculation-main .calculation-right .calc-right-top #top-title-num {
  display: inline-block;
  font-size: 26px;
  line-height: 1;
  color: #ffae00;
}
.calculation .calculation-main .calculation-right .calc-right-main {
  width: 96%;
  margin: 30px 0;
  padding: 30px 0;
  text-align: center;
  border: 1px solid #e5e5e5;
}
.calculation .calculation-main .calculation-right .calc-right-main .item-list {
  margin: 10px 0;
}
.calculation .calculation-main .calculation-right .calc-right-main .item-list .list-title {
  font-size: 15px;
  font-weight: 500;
  color: #666666;
}
.calculation .calculation-main .calculation-right .calc-right-main .item-list .num-strong {
  font-size: 15px;
  font-weight: bold;
  color: #999999;
}
.calculation .calculation-main .calculation-right .calc-desc-p {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
  text-align: center;
}
.calculation .calculation-main .calculation-right .calc-desc-p i {
  color: #FFAE00;
}
@media screen and (min-width: 1600px) {
  .calculation .calculation-main {
    padding: 70px 60px 60px;
  }
}
.stencil-pic img {
  display: block;
  width: 100%;
}
.product-item-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 90px 0;
}
.product-item-box .title img {
  display: block;
  width: auto;
}
.product-item-box .title-line {
  width: 80px;
  height: 6px;
  margin: 20px auto;
  background: #666666;
}
.product-item-box .title-h2 {
  font-size: 28px;
  font-weight: 400;
  color: #333333;
  line-height: 1;
}
.product-item-box .list-nav {
  display: flex;
  align-items: center;
  margin: 60px auto 40px;
}
.product-item-box .list-nav .list-nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  padding: 10px 20px;
  cursor: pointer;
}
.product-item-box .list-nav .list-nav-link .link-title {
  margin-left: 10px;
  font-size: 20px;
  font-weight: 400;
  color: #666666;
}
.product-item-box .list-nav .list-nav-link .down-triangle {
  display: none;
}
.product-item-box .list-nav .link-act {
  background-color: #167a5b;
  border: none;
}
.product-item-box .list-nav .link-act .link-title {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
}
.product-item-box .list-nav .link-act .down-triangle {
  position: absolute;
  display: block;
  bottom: -20px;
  border-top: 10px solid #1D7A5C;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
}
.product-item-box .product-list {
  display: none;
}
.product-item-box .product-list img {
  display: block;
  width: 100%;
}
.product-item-box .list-pic-act {
  display: block;
}
.process {
  padding-top: 67px;
}
.process .content-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.process .content-box .icon_rightArrow {
  margin-bottom: 40px;
  width: 22px;
  height: 22px;
  background-image: url(/assets/cn/images/productlist/icon_rightArrow.png);
  background-repeat: no-repeat;
}
.process .content-box .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.process .content-box .item h4 {
  margin-top: 20px;
  font-size: 20px;
}
.construction-item-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}
.construction-item-box .title img {
  display: block;
  width: auto;
}
.construction-item-box .title-line {
  width: 80px;
  height: 6px;
  margin: 20px auto;
  background: #666666;
}
.construction-item-box .title-h2 {
  font-size: 28px;
  font-weight: 400;
  color: #333333;
  line-height: 1;
}
.construction-item-box .construction-pic {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
}
.construction-item-box .construction-pic div {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
}
.construction-item-box .construction-pic div h4 {
  font-size: 28px;
}
.construction-item-box .construction-pic div h4.key {
  margin-top: 20px;
  font-size: 32px;
  color: #167A5B;
}
.construction-item-box .construction-desc {
  margin-top: 70px;
  font-size: 16px;
  font-weight: 500;
  color: #666666;
}
.team {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 70px;
  margin-bottom: 40px;
}
.team .title img {
  display: block;
  width: auto;
}
.team .title-line {
  width: 80px;
  height: 6px;
  margin: 20px auto;
  background: #666666;
}
.team .title-h2 {
  margin-bottom: 50px;
  font-size: 26px;
  font-weight: 400;
  color: #333333;
  line-height: 1;
}
.team .team-list {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto 12px;
}
.team .team-list .team-list-pic img {
  width: 100%;
}
.team .team-list .team-list-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.team .team-list .team-list-right .right-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 390px;
  height: 210px;
  padding: 0 40px;
  box-sizing: border-box;
  background-color: #f9f9f9;
}
.team .team-list .team-list-right .right-top .right-top-title {
  font-size: 28px;
  font-weight: bold;
  color: #333333;
  line-height: 1;
}
.team .team-list .team-list-right .right-top .right-top-desc {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 1.5;
}
.form-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px;
}
.form-box .form-title {
  width: auto;
  margin-bottom: 50px;
}
.form-box .form-list {
  width: 600px;
  margin: 7px 0;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #666666;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #EEEEEE;
}
.form-box .form-list .area-val {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #666666;
}
.form-box .submit-button {
  margin-top: 60px;
  padding: 20px 60px;
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  color: #1d7a5c;
  border: 2px solid #1d7a5c;
  border-radius: 20px;
  cursor: pointer;
  animation: mymove 2s ease-in-out 0s infinite;
}
@keyframes mymove {
  0% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50% {
    transform: scale3d(1.02, 1.02, 1.02);
  }
  100% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
}
.form-box .text-wrap {
  position: relative;
}
.form-box .text-wrap .unit {
  position: absolute;
  top: 15px;
  right: 13px;
}
.form-box .text-wrap input {
  padding-right: 40px;
}
.footer {
  margin-top: 70px;
}
.mask-box {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 9;
}
.mask-box .mask-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 300px;
  padding: 0 70px;
  background-color: #fff;
}
.mask-box .mask-main .main-desc {
  font-size: 18px;
  color: #666666;
}
.mask-box .mask-main .determine {
  margin-top: 50px;
  padding: 10px 30px;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  background-color: #ffae00;
}
