.contact-page {
  padding-top: 4rem;
  background: url('../images/contact/banner-bg.jpg') center 0 no-repeat;
  background-size: contain;
}

.contact-page .title-cont {
  padding-bottom: 0.75rem;
  border-bottom: 0.0125rem solid #62B628;
}

.contact-page .title-box {
  padding-left: 0.525rem;
  padding-top: 1.2rem;
  width: 4.5rem;
  height: 3.25rem;
  border-bottom: 0.25rem solid #F5DF47;
  background-color: #62B628;
  box-sizing: border-box;
  color: #fff;
}

.contact-page .title-box .txt-1 {
  font-size: 0.5rem;
  line-height: 0.65rem;
}

.contact-page .title-box .txt-2 {
  margin-top: 0.1rem;
  font-size: 0.4rem;
  line-height: 0.525rem;
}

.contact-page .contact-detail {
  padding-top: 0.7rem;
  padding-bottom: 0.5rem;
  color: #333;
}

.contact-page .contact-detail .company-name {
  margin-bottom: 0.675rem;
  font-weight: 700;
  font-size: 0.5rem;
  line-height: 0.6625rem;
}

.contact-page .contact-detail .detail-txt-box {
  font-size: 0.3rem;
  line-height: 0.45rem;
}

.contact-page .contact-detail .detail-txt-box+.detail-txt-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.4rem;
}

.contact-page .contact-detail .detail-txt-box+.detail-txt-box strong {
  font-size: 0.5rem;
}

.contact-page .contact-detail .a-icon {
  display: inline-block;
  margin-right: 0.25rem;
  vertical-align: middle;
  width: 0.4rem;
  height: 0.4rem;
}

.contact-page .contact-detail .phone-icon {
  background: url('../images/contact/icon-phone.png') no-repeat;
}

.contact-page .contact-detail .emial-icon {
  background: url('../images/contact/icon-email.png') no-repeat;
}

.contact-page .contact-detail .address-icon {
  background: url('../images/contact/icon-address.png') no-repeat;
}

.contact-page .contact-detail .map-box {
  margin-top: 0.75rem;
}

.consult-page {
  padding-top: 4rem;
  background: url('../images/contact/banner-bg.jpg') center 0 no-repeat;
  background-size: contain;
}

.consult-page .consult-box {
  padding: 0.75rem 0 1.875rem;
  background-color: #fff;
  color: #000;
}

.consult-page .consult-box .title {
  margin-bottom: 0.75rem;
  font-size: 0.5rem;
  font-weight: 700;
  line-height: 0.65rem;
  text-align: center;
}

.consult-page .consult-box .tips-txt {
  padding: 0 0.625rem;
  font-size: 0.25rem;
  line-height: 0.5rem;
}

.consult-page .consult-box .consult-form-box {
  display: flex;
  margin-top: 1.35rem;
  justify-content: space-between;
}

.consult-page .consult-box .consult-form-box .right-other-box {
  padding-top: 0.25rem;
  width: 40%;
  box-sizing: border-box;
  border-left: 0.0125rem solid #D9D9D9;
}

.consult-page .consult-box .consult-form-box .right-other-box .intro-logo {
  display: block;
  margin: 0 auto 2rem;
  width: 3.25rem;
}

.consult-page .consult-box .consult-form-box .right-other-box .other-txt-box {
  text-align: center;
  color: #333;
}

.consult-page .consult-box .consult-form-box .right-other-box .other-txt-box .other-txt {
  font-size: 0.3rem;
  line-height: 0.4rem;
}

.consult-page .consult-box .consult-form-box .right-other-box .other-txt-box .other-txt strong {
  font-family: 'Bebas Neue';
  font-size: 0.5rem;
}

.consult-page .consult-box .consult-form-box .right-other-box .other-txt-box .other-txt+.other-txt {
  margin-top: 0.2875rem;
}

.consult-page .consult-box .consult-form-box .left-form-box {
  padding: 0 0.625rem;
  width: 60%;
  box-sizing: border-box;
}

.consult-page .consult-box .consult-form-box .left-form-box .form-ele-box {
  display: flex;
  align-items: center;
  font-size: 0.25rem;
}

.consult-page .consult-box .consult-form-box .left-form-box .form-ele-box .label-txt {
  width: 1.375rem;
}

.consult-page .consult-box .consult-form-box .left-form-box .form-ele-box .value-box {
  display: flex;
  align-items: center;
  flex: 1;
  padding: 0.3375rem 0;
  border-bottom: 0.0125rem solid #A5A5A5;
}

.consult-page .consult-box .consult-form-box .left-form-box .form-ele-box .radio-box {
  flex: 1;
  display: flex;
  align-items: center;
}

.consult-page .consult-box .consult-form-box .left-form-box .form-ele-box .a-checked-box {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.consult-page .consult-box .consult-form-box .left-form-box .form-ele-box .a-checked-box+.a-checked-box {
  margin-left: 0.25rem;
}

.consult-page .consult-box .consult-form-box .left-form-box .form-ele-box .a-checked-box i {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 0.1rem;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  border: 0.0125rem solid #666;
  box-sizing: border-box;
}

.consult-page .consult-box .consult-form-box .left-form-box .form-ele-box .a-checked-box.checked i {
  border-color: #62B628;
}

.consult-page .consult-box .consult-form-box .left-form-box .form-ele-box .a-checked-box.checked i::before {
  content: '';
  width: 0.2rem;
  height: 0.2rem;
  background-color: #62B628;
  border-radius: 50%;
}

.consult-page .consult-box .consult-form-box .left-form-box .form-ele-box .input-box {
  flex: 1;
  border: none;
  outline: none;
}

.consult-page .consult-box .consult-form-box .left-form-box .reply-checkbox {
  display: flex;
  align-items: center;
  margin-top: 0.625rem;
  font-size: 0.25rem;
}

.consult-page .consult-box .consult-form-box .left-form-box .reply-checkbox input {
  margin-right: 0.15rem;
  width: 0.3rem;
  height: 0.3rem;
}

.consult-page .consult-box .consult-form-box .left-form-box .btn-box {
  margin-top: 1rem;
}

.consult-page .consult-box .consult-form-box .left-form-box .btn-box .submit-btn {
  display: block;
  margin: 0 auto;
  width: 4rem;
  height: 0.8rem;
  border: none;
  outline: none;
  background: #62B628;
  border-radius: 0.4rem;
  font-size: 0.3rem;
  color: #fff;
  font-weight: bold;
}

.policy-page {
  padding-top: 1.35rem;
}

.policy-page .title-cont {
  padding: 0.75rem 0 0.75rem;
  border-bottom: 0.0125rem solid #62B628;
}

.policy-page h2.title-txt {
  font-size: 0.5rem;
  line-height: 0.6625rem;
  color: #333;
  font-weight: 700;
}

.policy-page .policy-txt-box {
  padding: 0.75rem 0 0.875rem;
  font-size: 0.225rem;
  line-height: 0.575rem;
  color: #000;
}

.about-page {
  padding-top: 4.075rem;
  background: url('../images/about/top-bg.jpg') center 0 no-repeat;
  background-size: contain;
}

.about-page .top-intro-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about-page .top-intro-box .title-box {
  color: #fff;
}

.about-page .top-intro-box .title-box h2 {
  font-size: 0.7rem;
  line-height: 0.925rem;
  font-weight: 700;
}

.about-page .top-intro-box .title-box p {
  margin-top: 0.125rem;
  font-size: 0.5rem;
  line-height: 0.6625rem;
}

.about-page .top-intro-box .right-intro {
  position: relative;
  padding: 0.5rem 0.7rem;
  width: 6.6625rem;
  height: 7.5rem;
  box-sizing: border-box;
  background: #62B628;
  border-radius: 0.6rem 0rem;
  color: #fff;
  font-size: 0.2rem;
  line-height: 0.4rem;
  box-shadow: 0.25rem 0.25rem 0 #F5E04E;
  overflow: hidden;
  z-index: 1;
}

.about-page .top-intro-box .right-intro::after {
  position: absolute;
  z-index: -1;
  content: '';
  bottom: -0.4375rem;
  left: 0;
  width: 6.6625rem;
  height: 7.425rem;
  background: url('../images/about/small-logo.png') no-repeat;
}

.about-page .top-intro-box .right-intro h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.325rem;
  padding: 0.225rem 0;
  font-size: 0.3rem;
  line-height: 0.4rem;
  font-weight: 700;
}

.about-page .top-intro-box .right-intro h3::before,
.about-page .top-intro-box .right-intro h3::after {
  content: '·····';
  margin: 0 0.3rem;
  font-size: 0.45rem;
}

.about-page .top-intro-box .right-intro p+p {
  margin-top: 0.25rem;
}

.about-page .culture-box {
  margin-top: 1.375rem;
}

.about-page .culture-box .culture-intro-box {
  display: flex;
  margin-top: 0.75rem;
}

.about-page .culture-box .culture-intro-box .a-block {
  position: relative;
  flex: 1;
}

.about-page .culture-box .culture-intro-box .a-block .c-img {
  display: block;
  width: 100%;
  height: 3.75rem;
}

.about-page .culture-box .culture-intro-box .a-block:nth-child(2) .btm-txt-box {
  border-left: none;
  border-right: none;
}

.about-page .culture-box .culture-intro-box .a-block .btm-txt-box {
  padding: 1rem 1.4375rem 0;
  height: 3.5rem;
  box-sizing: border-box;
  text-align: center;
  border: 0.0125rem solid #D9D9D9;
  border-top: none;
  color: #333;
}

.about-page .culture-box .culture-intro-box .a-block .btm-txt-box .c-title-txt {
  margin-bottom: 0.4125rem;
  font-size: 0.4rem;
  line-height: 0.525rem;
  font-weight: 700;
}

.about-page .culture-box .culture-intro-box .a-block .btm-txt-box .c-intro-txt {
  margin-bottom: 0.0625rem;
  font-size: 0.2rem;
  line-height: 0.2625rem;
}

.about-page .culture-box .culture-intro-box .a-block .mid-icon-box {
  position: absolute;
  top: 2.875rem;
  left: 50%;
  margin-left: -0.875rem;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background-color: #fff;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-page .culture-box .culture-intro-box .a-block .mid-icon-box.mid-icon1::after {
  content: '';
  width: 0.9rem;
  height: 0.9rem;
  background: url('../images/about/icon-1.png') no-repeat;
  background-size: contain;

}

.about-page .culture-box .culture-intro-box .a-block .mid-icon-box.mid-icon2::after {
  content: '';
  width: 0.775rem;
  height: 0.8125rem;
  background: url('../images/about/icon-2.png') no-repeat;
  background-size: contain;

}

.about-page .culture-box .culture-intro-box .a-block .mid-icon-box.mid-icon3::after {
  content: '';
  width: 0.9rem;
  height: 0.9rem;
  background: url('../images/about/icon-3.png') no-repeat;
  background-size: contain;
}

.about-page .team-intro-box {
  margin-top: 1.375rem;
  margin-bottom: 1.375rem;
}

.about-page .team-intro-box .team-img-box {
  margin-top: 1.125rem;
}

.about-page .team-intro-box .team-img-box .flex-img-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about-page .team-intro-box .team-img-box .img-box {
  padding-left: 0.25rem;
  padding-bottom: 0.25rem;
  flex: 1;
  box-sizing: border-box;
}

.about-page .team-intro-box .team-img-box .img-box img {
  display: block;
  width: 100%;
}

.about-page .se-title-box .se-title-1 {
  font-weight: 700;
  font-size: 0.5rem;
  line-height: 0.6625rem;
  color: #62B628;
}

.about-page .se-title-box .se-title-2 {
  margin-top: 0.2rem;
  font-size: 0.4rem;
  line-height: 0.5375rem;
  color: #000;
}

.case-page .case-top-box {
  position: relative;
  height: 12.5rem;
  background: url('../images/case/top-bg.jpg') center 0 no-repeat;
  overflow: hidden;
}

.case-page .case-top-box .intro-box {
  position: absolute;
  top: 0;
  height: 100%;
  width: 1rem;
  padding-top: 6.4375rem;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  color: #fff;
  font-size: 1.5rem;
  box-sizing: border-box;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 34.38%, #000000 100%);
}

.case-page .case-top-box .intro-box.intro-1 {
  right: 0;
}

.case-page .case-top-box .intro-box.intro-2 {
  right: 1rem;
  border-right: 0.0125rem solid rgba(255, 255, 255, 0.3);
}

.case-page .case-top-box .title-block {
  position: relative;
  margin-top: 8rem;
  height: 3rem;
  width: 8.375rem;
}

.case-page .case-top-box .title-block .green-bg-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0.4rem 0.5rem 0;
  box-sizing: border-box;
  color: #fff;
  background: linear-gradient(89.82deg, #62B628 34.39%, rgba(98, 182, 40, 0.8) 69.18%, rgba(98, 182, 40, 0.79) 69.19%, rgba(98, 182, 40, 0.21) 99.81%);
  border-radius: 0.1rem 0.6rem 0.1rem 0.1rem;
  z-index: 2;
}

.case-page .case-top-box .title-block::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.15rem;
  width: 100%;
  height: 0.325rem;
  background: linear-gradient(90deg, #F5DF47 0%, rgba(245, 223, 71, 0) 100%);
  border-radius: 0rem 0rem 0rem 0.15rem;
  z-index: 1;
}

.case-page .case-top-box .title-block .title-txt {
  font-weight: 700;
  font-size: 0.5rem;
  line-height: 0.75rem;
  font-family: 'Source Han Sans CN';
}

.case-page .case-top-box .title-block .intro-txt {
  margin-top: 0.15rem;
  font-size: 0.225rem;
  line-height: 0.3rem;
}

.case-page .step-box {
  padding-top: 1.5rem;
  padding-bottom: 0.8375rem;
  background-color: #fff;
}

.case-page .step-box .title-txt {
  font-weight: 700;
  font-size: 0.5rem;
  line-height: 0.6625rem;
  color: #62B628;
}

.case-page .step-box .title-tips {
  margin-top: 0.25rem;
  font-size: 0.25rem;
  line-height: 0.325rem;
  color: #000;
}

.case-page .step-box .step-list-box {
  display: flex;
  justify-content: space-between;
  margin-top: 1.175rem;
}

.case-page .step-box .step-list-box .step-intro {
  width: 4.7rem;
  text-align: center;
}

.case-page .step-box .step-list-box .step-intro img {
  display: block;
  margin: 0 auto;
  width: 3.5rem;
  height: 3.5rem;
}

.case-page .step-box .step-list-box .step-intro .f-txt {
  margin-top: 0.5rem;
  font-size: 0.4rem;
  line-height: 0.45rem;
  color: #000;
}

.case-page .step-box .step-list-box .step-intro .s-txt {
  margin-top: 0.3rem;
  font-size: 0.25rem;
  line-height: 0.4rem;
  color: #333;
}

.case-page .step-box .step-list-box .arrow-box {
  display: flex;
  flex: 1;
  height: 3.5rem;
  justify-content: center;
  align-items: center;
}

.case-page .step-box .step-list-box .arrow-box img {
  display: block;
  margin: 0 0.125rem;
  width: 0.875rem;
}

.case-page .step-box .step-list-box .arrow-box::before,
.case-page .step-box .step-list-box .arrow-box::after {
  content: '·······';
  color: #DEF2CF;
  font-size: 0.3rem;
}

.case-page .step-box .btn-box {
  margin-top: 1rem;
  text-align: center;
  display: flex;
  justify-content: center;
}

.case-page .step-box .btn-box .arrow-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0.35rem;
  padding-right: 0.225rem;
  height: 0.7rem;
  border-radius: 0.4rem;
  border: 0.0125rem solid #62B628;
  color: #62B628;
  font-size: 0.25rem;
}

.case-page .step-box .btn-box .arrow-btn .txt1 {
  display: none;
}

.case-page .step-box .btn-box .arrow-btn .txt2 {
  display: inline-block;
}

.case-page .step-box .btn-box .arrow-btn::after {
  margin-left: 0.125rem;
  content: '';
  width: 0.3rem;
  height: 0.3rem;
  background: url('../images/case/icon-up.png') no-repeat;
  transform: rotate(180deg);
  background-size: contain;
}

.case-page .step-box .btn-box .arrow-btn.show-detail .txt2 {
  display: none;
}

.case-page .step-box .btn-box .arrow-btn.show-detail .txt1 {
  display: inline-block;
}

.case-page .step-box .btn-box .arrow-btn.show-detail::after {
  transform: rotate(0);
}

.case-page .flow-box {
  background: #F6F6F6;
}

.case-page .flow-box.hide-flow {
  display: none;
}

.case-page .flow-box .flow-img-box {
  margin: 0 auto;
  max-width: 24rem;
}

.case-page .flow-box img {
  position: relative;
  top: -0.2rem;
}

.case-page .case-box {
  padding: 1.5rem 0 1.8125rem;
}

.case-page .case-box .title-txt {
  font-weight: bold;
  font-size: 0.5rem;
  line-height: 0.6625rem;
  color: #62B628;
}

.case-page .case-box .s-txt {
  margin-top: 0.25rem;
  font-size: 0.25rem;
  line-height: 0.325rem;
}

.case-page .case-box .case-list {
  display: flex;
  justify-content: space-between;
  margin-left: -0.25rem;
  margin-top: 1rem;
}

.case-page .case-box .case-list>li {
  flex: 1;
  margin-left: 0.25rem;
  color: #000;
}

.case-page .case-box .case-list>li img {
  display: block;
  margin-bottom: 0.3125rem;
}

.case-page .case-box .case-list>li .txt1 {
  font-size: 0.4rem;
  line-height: 0.5125rem;
}

.case-page .case-box .case-list>li .txt2 {
  margin-top: 0.125rem;
  font-size: 0.25rem;
}

.case-page .componet-animate-hero {
  position: relative;
}

.case-page .componet-animate-hero .img-a {
  display: block;
  width: 100%;
}

.case-page .componet-animate-hero .img-b {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.case-page .componet-animate-hero .blocks {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}

.case-page .componet-animate-hero .mask {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  background: transparent;
  transition: background 0.3s;
}

.case-page .componet-animate-hero .text {
  color: #fff;
}

.case-page .componet-animate-hero .expand-text {
  display: none;
  width: 100%;
  position: absolute;
  text-align: right;
  right: 0;
  font-size: 0.4rem;
  font-weight: 100;
  color: #fff;
  bottom: 1.35rem;
  left: -1.5rem;
}

.case-page .componet-animate-hero .expand-inner {
  max-width: 12rem;
  margin: 0 auto;
  position: relative;
  text-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.35);
}

.case-page .componet-animate-hero .wording {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 0.4rem;
}

.case-page .componet-animate-hero .wording .more {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.625rem auto 0;
  width: 0.6rem;
  height: 0.6rem;
  box-sizing: border-box;
  border: 0.025rem solid #fff;
  border-radius: 50%;
}

.case-page .componet-animate-hero .wording .more:hover {
  background-color: #62B628;
  border-color: #62B628;
}

.case-page .componet-animate-hero .wording .more::after {
  content: '';
  width: 0.25rem;
  height: 0.25rem;
  background: url('../images/case/plus-icon.png') no-repeat;
  background-size: 100% 100%;
}

.case-page .componet-animate-hero .img {
  width: 100vw;
}

.case-page .componet-animate-hero img,
.case-page .componet-animate-hero .img-wrap {
  position: relative;
  transition: left 0.3s;
}

.case-page .componet-animate-hero .img-wrap {
  left: -100%;
  overflow: hidden;
}

.case-page .componet-animate-hero .wrapper_oUsgT {
  overflow: hidden;
}

.case-page .componet-animate-hero .img_eCXzX {
  width: 100%;
  display: block;
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.5s;
}

.case-page .componet-animate-hero .component-animate-hero-part {
  cursor: pointer;
  width: calc(33.3333% - 0.0187rem);
  float: left;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  overflow: hidden;
  transition-property: width, left, background;
  transition-duration: 0.3s;
  min-width: 0.5rem;
  z-index: 0;
}

.case-page .componet-animate-hero .component-animate-hero-part:nth-child(1) {
  left: calc((33.3333% - 0.075rem/4) * 0 + (0.025rem * 0));
}

.case-page .componet-animate-hero .component-animate-hero-part:nth-child(2) {
  left: calc((33.3333% - 0.075rem/4) * 1 + (0.025rem * 1));
}

.case-page .componet-animate-hero .component-animate-hero-part:nth-child(3) {
  left: calc((33.3333% - 0.075rem/4) * 2 + (0.025rem * 2));
}

.case-page .componet-animate-hero .component-animate-hero-part:last-child {
  margin-right: 0;
  float: right;
}

.case-page .componet-animate-hero .component-animate-hero-part.expand {
  width: 100% !important;
  left: 0rem !important;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
}

.case-page .componet-animate-hero .component-animate-hero-part.expand .img-wrap {
  left: 0;
}

.case-page .componet-animate-hero .component-animate-hero-part.expand .wording {
  display: none;
}

.case-page .componet-animate-hero .component-animate-hero-part.expand .expand-text {
  display: block;
}

.case-page .componet-animate-hero .component-animate-hero-part.expand .title-block {
  position: relative;
  height: 3rem;
  width: 8.375rem;
  text-align: left;
}

.case-page .componet-animate-hero .component-animate-hero-part.expand .title-block .green-bg-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0.4rem 0.5rem 0;
  box-sizing: border-box;
  color: #fff;
  background: linear-gradient(89.82deg, #62B628 34.39%, rgba(98, 182, 40, 0.8) 69.18%, rgba(98, 182, 40, 0.79) 69.19%, rgba(98, 182, 40, 0.21) 99.81%);
  border-radius: 0.1rem 0.6rem 0.1rem 0.1rem;
  z-index: 2;
}

.case-page .componet-animate-hero .component-animate-hero-part.expand .title-block::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.15rem;
  width: 100%;
  height: 0.325rem;
  background: linear-gradient(90deg, #F5DF47 0%, rgba(245, 223, 71, 0) 100%);
  border-radius: 0rem 0rem 0rem 0.15rem;
  z-index: 1;
}

.case-page .componet-animate-hero .component-animate-hero-part.expand .title-block .title-txt {
  font-weight: 700;
  font-size: 0.5rem;
  line-height: 0.75rem;
  font-family: 'Source Han Sans CN';
}

.case-page .componet-animate-hero .component-animate-hero-part.expand .title-block .intro-txt {
  margin-top: 0.15rem;
  font-size: 0.225rem;
  line-height: 0.3rem;
}

.case-page .componet-animate-hero .component-animate-hero-part.collapse {
  width: 0.5rem;
  position: absolute;
  z-index: 1;
}

.case-page .componet-animate-hero .component-animate-hero-part.collapse .wording {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 0.4rem;
}

.case-page .componet-animate-hero .component-animate-hero-part.collapse .wording .more {
  display: none;
}

.case-page .componet-animate-hero .component-animate-hero-part.collapse .wording .text {
  padding: 0 0.125rem;
  font-size: 0.25rem;
  text-align: center;
}

.case-page .componet-animate-hero .component-animate-hero-part:hover .img-wrap {
  left: 0;
}

.case-page .componet-animate-hero .component-animate-hero-part:hover .mask {
  background: rgba(0, 0, 0, 0.35);
}

.home-page .f-title {
  font-weight: 700;
  font-size: 0.5rem;
  line-height: 0.6625rem;
  color: #62B628;
}

.home-page .s-title {
  margin-top: 0.2rem;
  font-size: 0.4rem;
  line-height: 0.5375rem;
  color: #000;
}

.home-page .th-tips {
  margin-left: 0.5rem;
  font-size: 0.25rem;
  line-height: 0.325rem;
}

.home-page .custors-box {
  padding: 1.5rem 0 1.75rem;
  background: #F5F5F5;
}

.home-page .custors-box .cus-list-box {
  margin-top: 1.375rem;
  display: flex;
  justify-content: space-between;
  margin-left: -0.3rem;
}

.home-page .custors-box .cus-list-box li {
  flex: 1;
  margin-left: 0.3rem;
  background-color: #fff;
  border-radius: 0.1rem;
}

.home-page .custors-box .cus-list-box li .cus-title {
  height: 1.125rem;
  line-height: 1.125rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.3rem;
  text-align: center;
  background-color: #62B628;
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
}

.home-page .custors-box .cus-list-box li .cus-img-box {
  padding: 0.2rem 0 0.375rem;
}

.home-page .self-build-box {
  position: relative;
  padding: 1.5rem 0 1.7875rem;
  background-color: #fff;
}

.home-page .self-build-box .main-box {
  display: flex;
  justify-content: space-between;
}

.home-page .self-build-box .self-build-left-box {
  width: 6.75rem;
}

.home-page .self-build-box .self-build-left-box .intro-txt {
  margin-top: 0.8rem;
  color: #000;
  font-size: 0.25rem;
  line-height: 0.4rem;
}

.home-page .self-build-box .self-build-left-box .tab-btn-box {
  margin-top: 0.625rem;
  font-size: 0.3rem;
  line-height: 0.4rem;
  color: #000;
}

.home-page .self-build-box .self-build-left-box .tab-btn-box .tab-btn {
  display: flex;
  align-items: center;
  margin: 0.3rem 0;
  height: 0.7rem;
  width: 2rem;
  cursor: pointer;
}

.home-page .self-build-box .self-build-left-box .tab-btn-box .tab-btn.active {
  position: relative;
  padding-left: 0.15rem;
  height: 0.7rem;
  width: 2rem;
  background: #62B628;
  border-radius: 0rem 0.25rem 0rem 0rem;
  box-sizing: border-box;
  border-left: 0.1rem solid #F5DF47;
  font-size: 0.3rem;
  color: #fff;
  font-weight: bold;
}

.home-page .self-build-box .self-build-left-box .tab-btn-box .tab-btn.active::before {
  display: none;
}

.home-page .self-build-box .self-build-right-box .tab-cont {
  display: none;
}

.home-page .self-build-box .self-build-right-box .tab-cont.active {
  display: block;
}

.home-page .self-build-box .self-build-right-box .img-flex-box {
  display: flex;
  justify-content: end;
}

.home-page .self-build-box .self-build-right-box .img-intro-list {
  width: 11.8rem;
  overflow: hidden;
}

.home-page .self-build-box .self-build-right-box .img-intro-list li {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.4rem;
  margin-bottom: 0.4rem;
  width: 5.5rem;
  height: 4rem;
}

.home-page .self-build-box .self-build-right-box .img-intro-list li.txt-box {
  padding: 0 0.8125rem;
  font-size: 0.25rem;
  line-height: 0.4rem;
  color: #fff;
  background: #62B628;
  box-sizing: border-box;
}

.home-page .self-build-box .self-build-right-box .img-intro-list li img {
  width: 100%;
  height: 100%;
}

.home-page .suppy-box {
  padding: 1.5rem 0;
  background: #F5F5F5;
}

.home-page .suppy-box .img-intro-box {
  margin-top: 1.25rem;
}

.home-page .suppy-box .img-intro-box .img-intro-list {
  display: flex;
  margin-left: -0.4rem;
}

.home-page .suppy-box .img-intro-box .img-intro-list li {
  position: relative;
  margin-bottom: 0.4rem;
  width: 25%;
  height: 3rem;
}

.home-page .suppy-box .img-intro-box .img-intro-list li .img-inner-box {
  position: absolute;
  top: 0;
  left: 0.4rem;
  width: calc(100% - 0.4rem);
  height: 100%;
  box-sizing: border-box;
}

.home-page .suppy-box .img-intro-box .img-intro-list li .img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home-page .suppy-box .img-intro-box .img-intro-list li .img-box .intro-title {
  position: absolute;
  bottom: 0.4rem;
  left: 0.5rem;
  font-size: 0.3rem;
  line-height: 0.4rem;
  font-weight: bold;
  color: #fff;
}

.home-page .suppy-box .img-intro-box .img-intro-list li .img-box img {
  display: block;
  width: 100%;
  height: 100%;
}

.home-page .suppy-box .img-intro-box .img-intro-list li .img-box .green-bg-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #62B628;
}

.home-page .suppy-box .img-intro-box .img-intro-list li .logo-bg::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3rem;
  background: url('../images/home/card-logo-bg.png') no-repeat;
}

.home-page .suppy-box .img-intro-box .img-intro-list li .txt-intro-box {
  display: none;
  position: absolute;
  left: 0;
  padding: 0.475rem 0.5rem;
  width: 100%;
  height: 6.4rem;
  box-sizing: border-box;
  z-index: 3;
}

.home-page .suppy-box .img-intro-box .img-intro-list li .txt-intro-box .title-txt {
  font-size: 0.3rem;
  line-height: 0.4rem;
  font-weight: bold;
}

.home-page .suppy-box .img-intro-box .img-intro-list li .txt-intro-box .txt-intro {
  margin-top: 0.45rem;
  font-family: 'Source Han Sans CN';
  font-style: normal;
  font-weight: 500;
  font-size: 0.225rem;
  line-height: 0.5125rem;
}

.home-page .suppy-box .img-intro-box .img-intro-list li .txt-intro-box.green-intro {
  top: 0;
  color: #fff;
  background: #62B628;
}

.home-page .suppy-box .img-intro-box .img-intro-list li .txt-intro-box.yellow-intro {
  bottom: 0;
  color: #333;
  background: #F5DF47;
}

.home-page .suppy-box .quality-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.625rem;
}

.home-page .suppy-box .quality-info img {
  display: block;
  width: 70%;
}

.home-page .suppy-box .quality-info .qt-txt-box {
  /* margin-left: 3.3125rem; */
  color: #000;
}

.home-page .suppy-box .quality-info .qt-txt-box p {
  font-size: 0.25rem;
  line-height: 0.5rem;
}

.home-page .suppy-box .quality-info .qt-txt-box p+p {
  margin-top: 1.025rem;
}

.home-page .suppy-box .delivery-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.625rem;
}

.home-page .suppy-box .delivery-info .qt-txt-box {
  margin-right: 1.875rem;
  color: #000;
}

.home-page .suppy-box .delivery-info .qt-txt-box p {
  font-size: 0.25rem;
  line-height: 0.5rem;
}

.home-page .suppy-box .delivery-info .qt-txt-box p+p {
  margin-top: 0.6rem;
}

.home-page .suppy-box .delivery-info img {
  display: block;
  width: 58%;
}

.home-page .suppy-box .top-box {
  display: flex;
  justify-content: space-between;
}

.home-page .suppy-box .top-box .tab-btn-box {
  display: flex;
  align-items: center;
  font-size: 0.225rem;
  line-height: 0.3rem;
}

.home-page .suppy-box .top-box .tab-btn-box .tab-btn {
  margin-left: 0.8rem;
}

.home-page .suppy-box .top-box .tab-btn-box .tab-btn.active {
  padding: 0.15rem 0.2375rem;
  background: #62B628;
  border-radius: 0.3rem;
  color: #fff;
  font-weight: bold;
}

.home-page .suppy-box .tab-cont-box .tab-cont {
  display: none;
}

.home-page .suppy-box .tab-cont-box .tab-cont.active {
  display: block;
}

.home-page .se-banner-box {
  display: flex;
  align-items: center;
}

.home-page .se-banner-box .e-b-cont-box {
  position: relative;
  width: 25%;
  height: 12rem;
}

.home-page .se-banner-box .e-b-cont-box.e-b-cont-01 {
  background: url('../images/home/e-b-01.jpg') center 0 no-repeat;
}

.home-page .se-banner-box .e-b-cont-box.e-b-cont-01 .index-bg {
  background: url('../images/home/i-01.png') no-repeat;
}

.home-page .se-banner-box .e-b-cont-box.e-b-cont-02 {
  background: url('../images/home/e-b-02.jpg') center 0 no-repeat;
}

.home-page .se-banner-box .e-b-cont-box.e-b-cont-02 .index-bg {
  background: url('../images/home/i-02.png') no-repeat;
}

.home-page .se-banner-box .e-b-cont-box.e-b-cont-03 {
  background: url('../images/home/e-b-03.jpg') center 0 no-repeat;
}

.home-page .se-banner-box .e-b-cont-box.e-b-cont-03 .index-bg {
  background: url('../images/home/i-03.png') no-repeat;
}

.home-page .se-banner-box .e-b-cont-box .index-bg {
  position: absolute;
  right: 0.3rem;
  bottom: 0;
  width: 1.8125rem;
  height: 1.45rem;
}

.home-page .se-banner-box .e-b-cont-box .intro-box {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 85%;
  height: 1.375rem;
  color: #fff;
  z-index: 1;
}

.home-page .se-banner-box .e-b-cont-box .intro-box .title-txt {
  position: relative;
  font-size: 0.3rem;
  line-height: 0.45rem;
  font-weight: bold;
}

.home-page .se-banner-box .e-b-cont-box .intro-box .title-txt::after {
  position: absolute;
  left: 0;
  bottom: -0.125rem;
  content: '';
  width: 0.4rem;
  height: 0.075rem;
  background-color: #fff;
}

.home-page .se-banner-box .e-b-cont-box .tips-txt {
  display: none;
}

.home-page .se-banner-box .e-b-cont-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6));
}

.home-page .se-banner-box .e-b-cont-box.active {
  width: 50%;
}

.home-page .se-banner-box .e-b-cont-box.active .intro-box {
  padding-top: 0.5rem;
  padding-left: 0.9375rem;
  height: 3rem;
  background-color: #62B628;
  border-top-left-radius: 0.8rem;
  box-sizing: border-box;
}

.home-page .se-banner-box .e-b-cont-box.active .intro-box .title-txt {
  font-size: 0.5rem;
  line-height: 0.75rem;
}

.home-page .se-banner-box .e-b-cont-box.active .intro-box .tips-txt {
  display: block;
  margin-top: 0.525rem;
  font-size: 0.2rem;
  line-height: 0.375rem;
}

.home-page .se-banner-box .e-b-cont-box.active::after {
  display: none;
}

.home-page .se-banner-box .e-b-cont-box.active.e-b-cont-01 .index-bg {
  width: 2.425rem;
  height: 2.15rem;
  background: url('../images/home/i-01-active.png') no-repeat;
}

.home-page .se-banner-box .e-b-cont-box.active.e-b-cont-02 .index-bg {
  width: 2.7125rem;
  height: 2.15rem;
  background: url('../images/home/i-02-active.png') no-repeat;
}

.home-page .se-banner-box .e-b-cont-box.active.e-b-cont-03 .index-bg {
  width: 2.7125rem;
  height: 2.15rem;
  background: url('../images/home/i-03-active.png') no-repeat;
}

.home-page .main-banner-box {
  position: relative;
  width: 24rem;
  height: 24.5rem;
}

.home-page .main-banner-box .logo-box {
  position: absolute;
  left: 1.5rem;
  top: 0.5rem;
  width: 2.25rem;
  height: 2.7rem;
  z-index: 4;
}

.home-page .main-banner-box .s-bg {
  position: absolute;
  left: 0;
  top: 8.875rem;
  width: 3.5625rem;
  height: 8.9375rem;
  background: url('../images/home/sp-1.png') no-repeat;
  z-index: 4;
}

.home-page .main-banner-box .about-intro {
  position: absolute;
  top: 14.525rem;
  left: 2rem;
  width: 8.375rem;
  z-index: 4;
  color: #fff;
}

.home-page .main-banner-box .about-intro .title {
  font-size: 0.5rem;
  line-height: 0.9rem;
  font-weight: bold;
}

.home-page .main-banner-box .about-intro .en-txt {
  margin-top: 0.2rem;
  font-size: 0.4rem;
  line-height: 0.5375rem;
}

.home-page .main-banner-box .about-intro .other-txt-box {
  margin-top: 1.025rem;
  font-size: 0.2rem;
  line-height: 0.375rem;
}

.home-page .main-banner-box .about-intro .other-txt-box .other-txt {
  margin-bottom: 0.25rem;
  text-indent: 2em;
}

.home-page .main-banner-box .about-intro .more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.9625rem;
  width: 2.15rem;
  height: 0.7rem;
  background: #F5DF47;
  border-radius: 0.4rem;
  font-size: 0.25rem;
  color: #333;
}

.home-page .main-banner-box .about-intro .more-btn::after {
  content: '';
  margin-left: 0.275rem;
  width: 0.1625rem;
  height: 0.275rem;
  background: url('../images/home/arrow.png') no-repeat;
  background-size: contain;
}

.home-page .main-banner-box .ex-img-box {
  position: absolute;
  right: 2.425rem;
  bottom: 2.5625rem;
  width: 9.575rem;
  height: 7.2625rem;
  z-index: 4;
}

.home-page .main-banner-box .ex-img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.home-page .main-banner-box .ex-img-box::after {
  content: '';
  position: absolute;
  right: -0.4875rem;
  bottom: -0.4875rem;
  width: 9.525rem;
  height: 5.9125rem;
  background: #F5DF47;
  opacity: 0.5;
}

.home-page .main-banner-box::before {
  position: absolute;
  top: 0;
  left: 0.5rem;
  content: '';
  width: 23.5rem;
  height: 24.5rem;
  background: url('../images/home/banner-bg2.png') no-repeat;
  background-size: contain;
  z-index: 2;
}

.home-page .main-banner-box::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 24rem;
  height: 24.5rem;
  background: url('../images/home/banner-bg1.png') no-repeat;
  background-size: contain;
  z-index: 3;
}

.home-page .main-banner-box .swiper-banner-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: 5;
}

.home-page .main-banner-box .swiper-banner-box .txt-cont {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  padding-top: 15%;
  padding-left: 2.1375rem;
  color: #fff;
}

.home-page .main-banner-box .swiper-banner-box .txt-cont .txt1 {
  font-size: 0.7rem;
  line-height: 0.8rem;
}

.home-page .main-banner-box .swiper-banner-box .txt-cont .txt2 {
  margin-top: 0.4rem;
  font-size: 0.5rem;
  line-height: 0.75rem;
}

.home-page .main-banner-box .swiper-banner-box .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-page .main-banner-box .swiper-banner-box .swiper-pagination-bullet {
  width: 0.2rem;
  height: 0.2rem;
  margin: 0 0.125rem;
  opacity: 0.65;
}

.home-page .main-banner-box .swiper-banner-box .swiper-pagination-bullet-active {
  width: 0.3rem;
  height: 0.3rem;
  background-color: #F5DF47;
  opacity: 1;
}

.dialog-tips-box {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -3rem;
  margin-top: -2.25rem;
  padding: 0.3rem 0.4rem;
  width: 6rem;
  height: 3rem;
  box-sizing: border-box;
  background-color: #fff;
  z-index: 100;
  border: 0.0125rem solid #A5A5A5;
  border-radius: 0.15rem;
  box-shadow: 0rem 0.3rem 0.3rem rgba(0, 0, 0, 0.08);
}

.dialog-tips-box .title-txt {
  font-weight: bold;
  font-size: 0.3rem;
  line-height: 0.4rem;
  color: #000;
}

.dialog-tips-box .tips {
  margin-top: 0.4rem;
  font-size: 0.25rem;
  line-height: 0.325rem;
}

.dialog-tips-box .btn {
  display: block;
  margin: 0.675rem auto 0;
  width: 1.3rem;
  height: 0.6rem;
  background: #62B628;
  border-radius: 0.375rem;
  font-size: 0.325rem;
  color: #fff;
  border: none;
  outline: none;
}