html,
body {
  font-family: WixMadeforDisplay-Regular;
  font-size: 16px;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 4px;
  height: 10px;
}

html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

html::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover {
  background: #555;
}

@media only screen and (max-width: 768px) {
  html,
  body {
    font-size: 12px;
  }
}

@media only screen and (max-width: 375px) {
  html,
  body {
    font-size: 10px;
  }
}

@keyframes zoomOutToNormal {
  from {
    transform: scale(1.2);
  }

  to {
    transform: scale(1);
  }
}

@keyframes jello {
  0% {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: skewX(-25deg) skewY(-25deg);
  }

  40% {
    transform: skewX(20deg) skewY(20deg);
  }

  50% {
    transform: skewX(-15deg) skewY(-15deg);
  }

  60% {
    transform: skewX(10deg) skewY(10deg);
  }

  70% {
    transform: skewX(-5deg) skewY(-5deg);
  }

  80% {
    transform: skewX(5deg) skewY(5deg);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}
a {
  cursor: pointer;
}
/* banner 白色标题 */
.banner {
  padding-top: calc(5rem + 13rem);
  padding-bottom: 14.75rem;
  background-image: url(../image/re-banner.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .kn-banner .bannerbox {
  text-align: center;
  color: #fff;
  width: 100%;
}
.banner .kn-banner .blocktitle {
  color: #fff;
}
.banner .kn-banner .bannerdesc {
  color: #fff;
  font-family: WixMadeforDisplay-Medium;
  font-size: 1rem;
  margin: 15px auto;
  width: 60%;
  line-height: 1.8;
}
@media screen and (max-width: 1399px) {
  .banner .kn-banner .bannerdesc {
    color: #fff;
    font-family: WixMadeforDisplay-Medium;
    font-size: 1rem;
    margin: 15px auto;
    width: 100%;
    line-height: 1.8;
  }
}
@media screen and (max-width: 1000px) {
  .banner .kn-banner .bannerdesc {
    font-size: 14px;
  }
}

.resources1 {
  padding: 5rem 0;
}
.center-tit {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .resources1 {
    padding: 2rem 0;
  }
}

.center-tit h3.blocktitle {
  font-family: WixMadeforDisplay-Bold;
  color: #161616;
  font-size: 2.5rem;
  max-width: 58.56rem;
  text-align: center;
  margin-bottom: 3.5rem;
}

.res1 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.res1 .left {
  flex: 1;
  padding-right: 5.38rem;
}
.res1 .right {
  width: 19.38rem;
}
@media screen and (max-width: 1000px) {
  .res1 {
    display: block;
  }
  .res1 .left {
    width: 100%;
    padding-right: 0;
  }
  .res1 .right {
    width: 100%;
  }
  .center-tit h3.blocktitle {
    font-size: 28px;
  }
}

.res1 .left .blog {
  width: 100%;
  margin-bottom: 3.75rem;
  border-bottom: 1px dashed #666666;
  display: block;
}

.res1 .left .blog .blogimg {
  width: 100%;
  margin-bottom: 2.63rem;
}

.res1 .left .blog .blogimg img {
  width: 100%;
}

.res1 .left .blog .info {
  margin-top: 2.75rem;
}

.res1 .left .blog .info .blogtit {
  font-family: WixMadeforDisplay-Bold;
  font-size: 1.5rem;
  color: #000000;
  margin-bottom: 1.7rem;
  transition: all 0.5s;
}
.res1 .left .blog:hover .blogtit {
  color: #117d4f;
}
.res1 .left .blog .info .blogtxt {
  font-family: WixMadeforDisplay-Regular;
  font-size: 1rem;
  color: #666666;
  margin-bottom: 4rem;
  line-height: 1.5;
  transition: all 0.5s;
}
.res1 .left .blog:hover .blogtxt {
  color: #161616;
}
.res1 .left .blog .datebox {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.res1 .left .blog .datebox .date {
  font-family: WixMadeforDisplay-Regular;
  font-size: 1rem;
  color: #898989;
}

.res1 .left .blog .datebox .dian {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #cccccc;
  margin-left: 1rem;
  margin-right: 5px;
}

.res1 .left .blog .datebox .type {
  font-family: WixMadeforDisplay-Regular;
  font-size: 1rem;
  color: #898989;
}
.res1 .left .blog .line {
  width: 100%;
  height: 1px;
  background: url('../image/line.png') repeat-x;
  opacity: 0.5;
}

.res1 .right .bloginfo {
  width: 100%;
  margin-bottom: 3rem;
}

.res1 .right .bloginfo .tit {
  font-family: WixMadeforDisplay-Bold;
  font-size: 1.5rem;
  color: #000000;
  margin-bottom: 1rem;
}

.res1 .right .bloginfo .txt {
  font-family: WixMadeforDisplay-Regular;
  font-size: 1rem;
  line-height: 1.5;
  color: #666666;
  margin-bottom: 1.81rem;
}

.res1 .right .bloginfo .pic {
  width: 100%;
}

.res1 .right .bloginfo .pic img {
  width: 100%;
}

.res1 .right .downbox {
  background: url('../image/re-bg1.png');
  background-size: cover;
  padding: 1.81rem 1.65rem;
  margin: 3rem 0;
}

.res1 .right .downbox .downtit {
  font-family: WixMadeforDisplay-Bold;
  font-size: 1.5rem;
  color: #ffffff;
  margin-bottom: 1rem;
}

.res1 .right .downbox .greed-btn3 {
  width: 11.94rem;
  height: 3.75rem;
  display: block;
}

/* .res1 .right .downbox .greed-btn3 span {
  font-family: WixMadeforDisplay-Medium;
  font-size: 1.13rem;
  color: #1bb228;
}



.res1 .right .bloginfo .greed-btn3 span {
  font-family: WixMadeforDisplay-Medium;
  font-size: 1.13rem;
  color: #1bb228;
} */

.res1 .right .bloginfo .greed-btn3 {
  width: 11.94rem;
  height: 3.75rem;
  display: block;
  margin-left: 0;
}

/* frombox */
.formBox {
  background: #117d4f;
  background-size: cover;
  padding: 6% 0; /* background-color: #e60043; */
  background-size: cover;
}
@media screen and (max-width: 1000px) {
  .formBox {
    
    padding:5rem 0; 
   
  }
}

.formBox .arrowtit .ban-arrow {
  display: inline-flex;
}
.formBox .in_tit {
  flex: 1;
  width: 100%;
  margin-bottom: 30px;
}
.formBox .in_tit .blocktitle,
.formBox .in_tit .dec {
  color: #ffffff;
}
.formBox .in_tit .dec {
  width: 90%;
  margin: 25px 0 25px;
  font-family: WixMadeforDisplay-Regular;
  font-size: 1.125rem;
  line-height: 1.5;
}
.formBox .right {
  border-radius: 10px;
  /* background: rgba(255, 255, 255, 0.9); */
  /* width: 62.5%; */
}

.formBox .form_li {
  position: relative;
  margin-right: 15px;
  width: 22%;
  min-width: 25.06rem;
  margin-top: 15px;
}

.formBox .form_li:last-child {
  margin-right: 0px;
}

.formBox .form_li .input {
  position: relative;
  width: 100%;
  height: 60px;
  padding: 5px 16px;
  display: block;
  background-color: #ffffff;
  border-radius: 6px;
}

.formBox .more {
  width: 140px;
  height: 60px;
  line-height: 60px;
  padding: 0px;
  border: 1px solid var(--complementary-colors);
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.formBox .more::after {
  content: '';
  width: 110px;
  height: 100%;
  background-color: var(--complementary-colors);
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s;
}
.formBox .more:hover::after {
  width: 100%;
}
.formBox .more span {
  width: 110px;
  position: relative;
  z-index: 10;
  color: #fff;
  font-family: WixMadeforDisplay-Medium;
  font-size: 18px;
  display: block;
  background-color: var(--complementary-colors);
  transition: all 0.5s;
}
.formBox label.error {
  position: absolute;
  left: 0px;
  bottom: -22px;
  padding: 0 16px;
  font-size: 14px;
  color: var(--complementary-colors);
}
@media screen and (max-width: 640px) {
  .mainer .swiper_btn,
  .formBox .form {
    flex-wrap: wrap;
  }
}
