@charset "UTF-8";

/* 
 * Project Name:金果源
 * 
 */
.header {
  position: relative;
}

.header.active .head-pc {
  opacity: 0;
  visibility: hidden;
}

.header.active .headC {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
  /* box-shadow: 0 2px 4px rgba(0,0,0,.05); */
}

.head-pc {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 20px;
  /* transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1); */
  transition: 0.45s;
  z-index: 999;
}

.head-pc .logo {
  position: relative;
}

.head-pc .logo img {
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}

.head-pc .logo2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
}

.head-pc .head-item {
  height: 36px;
  border-radius: 19px;
  border: 1px solid #fff;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}

.head-pc .head-item * {
  color: #fff;
  line-height: 1;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}

.head-pc .head-item span {
  font-family: 'Gilroy';
}

.head-pc .menu {
  width: 100px;
  cursor: pointer;
}

.head-pc .menu span {
  font-size: 18px;
  margin-right: 4px;
}

.head-pc .menu i {
  font-size: 11px;
}

.head-pc .lang {
  width: 127px;
  margin-left: 24px;
}

.head-pc .lang i {
  font-size: 22px;
  margin-right: 10px;
}

.head-pc .lang span {
  font-size: 16px;
}

.headC {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 50%;
  top: 0;
  transform: translate(-50%, -100%);
  height: 80px;
  padding: 0 6.25vw;
  box-sizing: border-box;
  background-color: #FFEDC8;
  border-radius: 0px 0px 10px 10px;
  /* transition: 0.45s cubic-bezier(0.45, 0, 0.25, 1);
  -webkit-transition: 0.45s cubic-bezier(0.45, 0, 0.25, 1); */
  transition: 0.45s;
  z-index: 999;
}

.headC .headL li,
.headC .headR li {
  position: relative;
  list-style: none;
}

.headC .headL li::before,
.headC .headR li::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #000;
  transition: 0.35s;
}

.headC .headL li:hover::before,
.headC .headR li:hover::before {
  width: 100%;
  left: 0;
}

.headC .headL li:not(:last-of-type),
.headC .headR li:not(:last-of-type) {
  margin-right: 80px;
}

.headC .headL a,
.headC .headR a {
  font-size: 16px;
  color: #000000;
}

.headC .logo {
  top: 15px;
}

.headC .svgC {
  top: 100%;
  z-index: -1;
}

.headC.on {
  top: 0;
}

.head-mb {
  display: none;
}

.mb-header {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 20px;
  background-color: #FFEDC8;
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  z-index: 999;
  box-shadow: 0 2px 4px rgba(0,0,0,.05);
}

.mb-header .dropDown {
  padding: 40px 5%;
  display: none;
}

.mb-header .dropDown li:not(:last-of-type) {
  margin-bottom: 10px;
}

.mb-header .dropDown.active li {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mb-header .dropDown li {
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: 0.45s;
}

.mb-header .dropDown li:nth-child(1) {
  transition-delay: 0.1s;
}

.mb-header .dropDown li:nth-child(2) {
  transition-delay: 0.2s;
}

.mb-header .dropDown li:nth-child(3) {
  transition-delay: 0.3s;
}

.mb-header .dropDown li:nth-child(4) {
  transition-delay: 0.4s;
}

.mb-header .dropDown li:nth-child(5) {
  transition-delay: 0.5s;
}

.mb-header .dropDown li:nth-child(6) {
  transition-delay: 0.5s;
}

.mb-header .dropDown a {
  font-family: 'AlibabaPuHuiTi-M';
  font-size: 20px;
  color: #2F4E37;
}

.navbar {
  width: 100%;
  height: 66px;
  padding: 0 5%;
  box-sizing: border-box;
}

.navbar .logo img {
  max-height: 56px;
  object-fit: contain;
}

.navbar .menu-box {
  position: relative;
}

.menu-box {
  width: 40px;
  height: 40px;
}

.menu-btn {
  width: 26px;
  height: 10px;
}

.menu-btn .line {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #2F4E37;
  transform-origin: left center;
  transition: 0.3s all;
}

.menu-btn .lineC {
  margin: 4px 0;
  transform: scaleX(0);
  transition: 0.3s all;
}

.menu-box.active .lineC {
  transform: scaleX(1);
}

.menu-box.active .lineT,
.menu-box.active .lineB {
  width: 0;
  left: 0;
}

.menu-box .lineT {
  transition-delay: 0.15s;
}

.menu-box .lineB {
  transition-delay: 0.35s;
}

.menu-btn .lineT,
.menu-btn .lineB {
  position: absolute;
  right: 0;
}

.menu-btn .lineT {
  top: 0;
}

.menu-btn .lineB {
  bottom: 0;
}

.br20 {
  border-radius: 20px;
}

.br10 {
  border-radius: 10px;
}

footer {
  position: relative;
  background-color: #2F4E37;
}

footer * {
  color: #fff;
}

.fooT {
  padding: 148px 0 74px 0;
}

.footL .des {
  font-family: 'AlibabaPuHuiTi-L';
  margin-top: 10px;
}

.footL .form {
  margin-top: 50px;
}

.footL .form-item {
  width: 14.6vw;
  height: 46px;
  line-height: 46px;
  padding: 0 1.7vw;
  box-sizing: border-box;
  font-family: 'AlibabaPuHuiTi-L';
  color: #fff;
  background-color: rgba(255, 255, 255, 0.13);
  border-radius: 37px;
  margin-right: 10px;
}

.footL .form-item::placeholder {
  font-family: 'AlibabaPuHuiTi-L';
  color: #fff;
}

.footL .form-item::-webkit-input-placeholder {
  font-family: 'AlibabaPuHuiTi-L';
  color: #fff;
}

.footL .form-item:-moz-placeholder {
  font-family: 'AlibabaPuHuiTi-L';
  color: #fff;
}

.footL .form-item::-moz-placeholder {
  font-family: 'AlibabaPuHuiTi-L';
  color: #fff;
}

.footL .form-item:-ms-input-placeholder {
  font-family: 'AlibabaPuHuiTi-L';
  color: #fff;
}

.footL .textarea {
  margin-right: 0;
}

.footL .btn {
  position: relative;
  width: 46px;
  height: 46px;
  background-color: #58B531;
  border-radius: 50%;
  margin-left: 14px;
  overflow: hidden;
}

.footL .btn i {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  color: #fff;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}

.footL .btn .jt1 {
  left: 50%;
}

.footL .btn .jt2 {
  left: -100%;
}

.footL .btn:hover .jt1 {
  left: 150%;
}

.footL .btn:hover .jt2 {
  left: 50%;
}

.footR .img {
  position: relative;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.15);
}

.footR .img img {
  width: 96px;
  height: 96px;
  object-fit: contain;
}

.footR p {
  font-family: 'AlibabaPuHuiTi-L';
  color: rgba(255, 255, 255, 0.6);
  margin-top: 10px;
}

.fooB {
  padding: 80px 0 95px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.fooB .p1 {
  font-family: 'AlibabaPuHuiTi-L';
}

.fooB .fax .p2 {
  font-family: 'Gilroy';
}

/* banner */
.banner-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
   z-index: 0;
    pointer-events: none;
}

.banner-swiper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.banner-swiper .swiper-slide {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.banner-swiper video {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.banner-swiper img {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.banner-swiper .txt * {
  color: #fff;
  line-height: 1.5;
}

.banner-swiper .p1 {
  font-family: 'AlibabaPuHuiTi-M';
}

.banner-swiper .p2 {
  font-family: 'AlibabaPuHuiTi-L';
}

.banner-swiper .swiper-pagination {
  left: auto;
  bottom: 15% !important;
  right: 8.35vw;
  width: auto;
}

.banner-swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  margin: 0 10px !important;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}

.banner-swiper .swiper-pagination-bullet-active {
  background-color: #58B531;
}

/* banner end */
.srcoll {
  position: absolute;
  right: 1.8vw;
  bottom: 14.7%;
  z-index: 2;
}

.scr-svg {
  animation: cricleTrans 4s infinite linear;
}

@keyframes cricleTrans {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.srcoll p {
  line-height: 1.4;
  color: #fff;
}

.cont{
  position: relative;
  z-index: 1;
  margin-top: 100vh;
}
.ny-cont {
  position: relative;
  z-index: 1;
  margin-top: 100vh;
}

.index-about {
  position: relative;
  z-index: 1;
  border-radius: 20px;
  background: #FFEDC8;
  box-sizing: border-box;
  padding: 75px 57px 75px 137px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  /* margin: -300px auto 0; */
}

.iawz {
  width: 500px;
}

.iat1 {
  display: block;
  color: #FABE00;
  line-height: 1.2;
  font-family: 'Gilroy-M';
  text-transform: uppercase;
}

.iat2 {
  display: block;
  font-family: 'AlibabaPuHuiTi-M';
}

.iat2 img {
  width: 36px;
  display: inline-block;
  vertical-align: super;
  margin-left: 10px;
}

.iat3 {
  margin-top: 50px;
  font-family: 'AlibabaPuHuiTi-L';
}

.gybtn {
  position: relative;
  display: block;
}

.gybtn font {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
  width: 145px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 23px;
  background: #58B531;
  color: #fff;
  transform: translateX(-46px);
  transition: transform .3s cubic-bezier(.77, 0, .175, 1);
}

.gybtn i {
  display: inline-block;
  vertical-align: middle;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
  background: #58B531;
}

.gbi2 {
  transition: transform .3s cubic-bezier(.77, 0, .175, 1);
  transform: translateX(-46px);
}

.gybtn:hover font {
  transform: translateX(0);
}

.gybtn:hover .gbi1 {
  animation: arrowMove 2s cubic-bezier(.455, .03, .515, .955) .3s;
}

.gybtn:hover .gbi2 {
  transform: translateX(-58px) scale(.5);
}

@keyframes arrowMove {
  0% {
    transform: translateX(0)
  }

  15% {
    transform: translateX(5px)
  }

  30% {
    transform: translateX(0)
  }

  45% {
    transform: translateX(3px)
  }

  60% {
    transform: translateX(0)
  }

  75% {
    transform: translateX(2px)
  }

}

.iabtn {
  margin-top: 70px;
}

.iapic {
  position: relative;
  margin-left: auto;
  width: 50%;
}

.ipbig {
  display: block;
  width: 100%;
  border-radius: 30px;
}

.ipzs {
  position: absolute;
  bottom: -30px;
  right: 95%;
  width: 31%;
  z-index: 1;
}

.index-ld {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  margin-top: -67px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.ildwz {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}

.ilwlogo {
  width: 10%;
  margin: 0 auto;
}

.ilwlogo img {
  display: block;
  width: 100%;
}

.ilwt1 {
  display: block;
  color: #FFF;
  margin-top: 20px;
}

.ilwt2 {
  color: #fff;
  margin-top: 50px;
}
.index-sg{
  margin-top: -55px;
  overflow: hidden;
}
.index-fruits {
  position: relative;
  /* border-radius: 40px; */
  background: #FFEDC8;
  z-index: 2;
  display: flex;
}
.ifbot {
  height: 100vh;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.ifzs {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35%;
}

.ifzs img {
  display: block;
  width: 100%;
}

.ifcenter {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.ifcont {
  width: 375px;
  margin-left: 8.3333vw;
  white-space: initial;
  flex-shrink: 0;
}

.ifbtn {
  margin-top: 90px;
}

.iflist {
  height: 100%;
  /* transform: translate(30%); */
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.iflitem {
  float: left;
  /* width: 25%; */
  width: 488px;
  margin-left: 5vw;
  text-align: center;
  flex-shrink: 0;
}

.ilipic {
  text-align: center;
}

.ilipic img {
  display: inline-block;
  max-width: 100%;
  width: auto;
  transition: 0.45s;
}

.iliname {
  display: block;
}

.ililable {
  font-family: 'AlibabaPuHuiTi-M';
  display: block;
  color: #E6771E;
}

.ilitxt {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: 0.45s;
  margin-top: 10px;
  font-family: 'AlibabaPuHuiTi-L';
}

.iflitem:hover .ilitxt {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.iflitem:hover .ilipic img{
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  transform: scale(1.03);
}
.index-jd {
  position: relative;
  margin-top: -35px;
  background-color: #FFEDC8;
}

.ijdbanner {
  position: relative;
  overflow: hidden;
}

.ijdbanner .slick-dots {
  position: absolute;
  left: 8%;
  bottom: 22%;
  display: inline-block;
  z-index: 104;
}

.ijdbanner .slick-dots li {
  position: relative;
  display: inline-block;
  vertical-align: text-top;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #FFFFFF;
  margin-right: 25px;
  transition: 0.45s;
}

.ijdbanner .slick-dots li::before {
  content: "";
  position: absolute;
  left: -10.5px;
  top: -10.5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #fff;
  transform: scale(0);
  transform-origin: center;
  transition: 0.55s;
  box-sizing: border-box;
}

.ijdbanner .slick-dots li a {
  text-indent: 10em;
  position: relative;
  display: block;
  text-align: center;
  border-radius: 50%;
  padding: 0px;
  cursor: pointer;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ijdbanner .slick-dots li a:focus {
  outline: none;
}

.ijdbanner .slick-dots li.slick-active::before {
  transform: scale(1);
}

.ijitem {
  position: relative;
  float: left;
}

.ijitem img {
  display: block;
  width: 100%;
}

.ijdwz {
  position: absolute;
  left: 8%;
  top: 140px;
  width: 38%;
}

.ijwtxt1 {
  display: block;
  font-family: 'AlibabaPuHuiTi-M';
  color: #fff;
  line-height: 1.2;
}

.ijc {
  position: relative;
  font-family: 'Gilroy';
  color: #FABE00;
  font-size: 140px;
  margin: 0 10px;
}

.ijc img {
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  width: 52px;
  margin-left: 10px;
}

.ijwtxt2 {
  font-family: 'AlibabaPuHuiTi-L';
  margin-top: 30px;
  color: #fff;
}

.index-last {
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  margin-top: -235px;
  z-index: 1;
}
.index-last::after{
  content: "";
  position: absolute;
  left: 0;
  height: 195px;
  width: 100%;
  top: 0;
  background-image:url(../img/bg21.png);
  background-repeat: no-repeat;
  background-position: center top;
  z-index: -1;
}
.index-last::before{
  content: "";
  position: absolute;
  left: 0;
  top: 195px;
  width: 100%;
  bottom: 0;
  right: 0;
  border-radius: 20px 20px 0 0;
  background-color: #ffedc8;
}

.iltop {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: -49px;
}

.ilzs1,
.ilzs2,
.ilzs3 {
  width: 98px;
  margin: 0 25px;
}

.ilzs1,
.ilzs3 {
  margin-top: -20px;
}

.ilzs2 {
  margin-top: -49px;
}

.ilzs1 img,
.ilzs2 img,
.ilzs3 img {
  display: block;
  width: 100%;
}

.ilzs4 {
  width: 170px;
  margin: 0 auto;
  position: relative;
}

.ilzs4 img {
  display: block;
  width: 100%;
}
.illable{
  position: relative;
}
.illable p {
  font-family: 'AlibabaPuHuiTi-M';
  text-align: center;
  margin-top: 50px;
}

.ilnews {
  position: relative;
  padding: 120px 0 108px 0;
}

.ilnT {
  display: flex;
  align-items: center;
}

.ilnpn {
  margin-left: auto;
}

.ilnpn a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  text-align: center;
  line-height: 46px;
  background: #58B531;
  color: #fff;
  font-size: 12px;
  margin-left: 5px;
  z-index: 3;
  overflow: hidden;
}

.ilnpn a::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FABE00;
  border-radius: 50%;
  transition: 0.55s;
  z-index: -3;
}

.bb2an::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FABE00;
  border-radius: 23px;
  transition: 0.55s;
  z-index: -3;
  left: 0;
  transform: translateX(-100%);
}

.bb2an:hover::before,
.bb2an.active::before {
  transform: translateX(0);
}

.bb2an:hover,
.bb2an.active {
  background: transparent;
}

.ilprev::before {
  left: 0;
  transform: translateX(-100%);
}

.ilnext::before {
  right: 0;
  transform: translateX(100%);
}

.ilnpn a:hover::before {
  transform: translateX(0) rotate(0);
}

.ilnpn a:hover {
  background: transparent;
}

.ilnbanner {
  position: relative;
  overflow: hidden;
  margin-left: -50px;
  margin-top: 60px;
}

.inbitem {
  position: relative;
  float: left;
  margin-left: 50px;
}

.inpic {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.inpic img {
  display: block;
  width: 100%;
}

.inplable {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #58B531;
  border-radius: 100px 0 20px 0;
  padding: 5px 28px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}

.indesc {
  margin-top: 30px;
  max-height: 72px;
}

.indate {
  font-family: 'Gilroy';
  display: block;
  color: #666666;
  margin-top: 20px;
}

.inside-banner {
  position: relative;
}

.ibpic {
  overflow: hidden;
}

.ibpic img {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.ibcv {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ictitle {
  display: block;
  color: #fff;
}

.ny-srcoll {
  left: 50%;
  right: auto;
  bottom: 165px;
  transform: translateX(-50%);
}

.inside-menu.active {
  position: sticky;
  top: 0;
  width: 100%;
  box-shadow: 0 2px 4px rgba(0,0,0,.05);
}

.inside-menu {
  position: relative;
  z-index: 1;
  line-height: 94px;
  background: #FFEDC8;
  border-radius: 20px 20px 0 0;
  margin-top: -94px;
  display: flex;
  box-sizing: border-box;
  padding: 0 100px;
  z-index: 10;
  transition: 0.65s;
}

.imlink {
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #000;
  font-size: 16px;
  margin-right: 120px;
}

.imlink:hover,
.imlink.active {
  color: #58B531;
}

.imlink:hover::before,
.imlink.active::before {
  left: 0;
  width: 100%;
}

.imlink::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background: #58B531;
  transition: 0.45s;
}

.imright {
  margin-left: auto;
}

.imright i {
  display: inline-block;
  vertical-align: middle;
  color: #707070;
  font-size: 22px;
}

.imrtxt {
  display: inline-block;
  vertical-align: middle;
  color: #707070;
  font-size: 16px;
  margin-left: 10px;
}

.ny-bg {
  position: relative;
  background: #FFEDC8;
  overflow: hidden;
}

.about-bot1 {
  position: relative;
  padding: 70px 0 120px 0;
  overflow: hidden;
}

.ab1nr {
  margin-top: 60px;
  text-align: justify;
}

.nrT {
  font-size: 18px;
}

.about-bot1 .c3 {
  position: relative;
}

.ab1eng {
  position: absolute;
  top: 0;
  right: 0;
  font-family: 'Gilroy-BI';
  font-size: 158px;
  line-height: 1;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  /* Safari */
  text-fill-color: transparent;
  -webkit-text-stroke: 1px rgba(250, 190, 0, .41);
  /* Safari */
  text-stroke: 1px rgba(250, 190, 0, .41);
}

.about-bot2 {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 146px 0 168px 0;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.ab2desc {
  font-family: 'AlibabaPuHuiTi-L';
  width: 44%;
  color: #fff;
  text-indent: 2em;
  margin-top: 60px;
  line-height: 34px;
  text-align: justify;
}

.ab2btn {
  margin-top: 80px;
}

.about-total {
  position: relative;
  background: #2F4E37;
  border-radius: 0 0 40px 40px;
  padding: 200px 0 110px 0;
  margin-top: -70px;
}

.atzs {
  position: absolute;
  top: -30px;
  left: 0;
  width: 26%;
  opacity: 0.31;
}

.atzs img {
  display: block;
  width: 100%;
}

.atsj {
  box-sizing: border-box;
  padding-left: 130px;
}

.asts {
  color: #fff;
  margin-left: 110px;
}

.aslist {
  display: flex;
}

.aslist li {
  flex: 1;
  margin-top: 25px;
  padding-left: 110px;
}

.aslnum {
  font-family: 'Gilroy-L';
  display: block;
  color: #fff;
  font-size: 120px;
  line-height: 1.3;
}

.asltxt {
  font-family: 'AlibabaPuHuiTi-L';
  color: #fff;
}

.about-bot3 {
  position: relative;
  padding: 150px 0 130px 0;
}

.ab3zs {
  position: absolute;
  left: 0;
  top: 40%;
  width: 21%;
}

.ab3zs img {
  display: block;
  width: 100%;
}

.ab3logo {
  width: 28%;
  margin: 0 auto;
}

.ab3logo img {
  display: block;
  width: 100%;
}

.ab3name {
  margin-top: 40px;
  text-align: center;
}

.ab3nr {
  font-family: 'AlibabaPuHuiTi-L';
  width: 73%;
  margin: 30px auto 0;
  text-indent: 2em;
  line-height: 34px;
  text-align: justify;
}

.about-bot4 {
  background: #2F4E37;
  border-radius: 40px;
  padding: 130px 0 150px 0;
}

.ab4banner {
  position: relative;
  overflow: hidden;
  margin-top: 70px;
  margin-left: -130px;
}

.ab4item {
  position: relative;
  float: left;
  margin-left: 130px;
}

.ab4item .fx {
  align-items: center;
}

.ai4wz {
  width: 53%;
}

.aw4desc {
  font-family: 'AlibabaPuHuiTi-L';
  color: #fff;
  padding-right: 60px;
}

.aw4line {
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.45);
  margin: 40px 0 30px 0;
}

.aw4year {
  font-family: 'Gilroy-L';
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 120px;
  line-height: 1;
  margin-top: 40px;
}

.ai4pic {
  width: 47%;
}

.ai4pic img {
  display: block;
  width: 100%;
}

.about-ft {
  width: 100%;
  height: 77vh;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -50px;
  background-attachment: fixed;
}

.about-bot5 {
  position: relative;
  z-index: 1;
  margin-top: -90px;
  border-radius: 20px;
  padding: 120px 100px 166px 100px;
  background: #FFEDC8;
  box-sizing: border-box;
}

.ab5list {
  position: relative;
  margin-top: 90px;
  overflow: hidden;
}

.ab5list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #58B531;
}

.ab5list::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 13px;
  width: 1px;
  height: 100%;
  background: rgba(112, 112, 112, .3);
  transition: 0.45s;
}

.ab5list .al5item {
  display: flex;
  position: relative;
  /* border-bottom: 1px solid rgba(112, 112, 112, .3); */
  padding: 40px 0 40px 74px;
  width: 100% !important;
  box-sizing: border-box;
}

.ab5list .al5item::after {
  content: "";
  position: absolute;
  left: 74px;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(112, 112, 112, .3);
}

.ab5list .al5item::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 0;
  width: 3px;
  height: 0;
  background: #58B531;
  transition: 0.45s;
}

.ab5list .al5item:hover::before {
  height: 100%;
}

.al5year {
  display: block;
  font-size: 80px;
  line-height: 1;
  font-family: 'Gilroy-L';
}

.al5year em {
  font-family: 'AlibabaPuHuiTi-L';
  display: inline-block;
  font-style: normal;
}

.al5wz {
  width: 71%;
  margin-left: auto;
}

.al5wz span {
  display: block;
  font-family: 'AlibabaPuHuiTi-L';
}

.intro-tk {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .44);
  z-index: 9999;
}

.itbot {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 40px;
  background: #2F4E37;
  box-sizing: border-box;
  padding: 100px 100px;
}

.itclose {
  position: absolute;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: #000000;
  font-size: 15px;
  border-radius: 50%;
  right: -30px;
  top: -30px;
  background: #FABE00;
  cursor: pointer;
  transition: 0.65s;
}

.itclose:hover {
  transform: rotate(360deg);
}

.itzs {
  position: absolute;
  top: 0;
  right: 100px;
  width: 30%;
  opacity: 0.31;
}

.itzs img {
  display: block;
  width: 100%;
}

.itnr {
  font-family: 'AlibabaPuHuiTi-L';
  margin-top: 50px;
  color: #fff;
  text-indent: 2em;
  height: 250px;
  overflow-y: scroll;
  padding-right: 20px;
}

.itnr::-webkit-scrollbar {
  width: 6px;
  background: none;
}

.itnr::-webkit-scrollbar-thumb {
  width: 6px;
  background: #999;
}

.itnr::-webkit-scrollbar-corner {
  background: none;
}

.itnr::-webkit-scrollbar:horizontal {
  height: 9px;
}

.apply-show {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.bn-bot1 {
  padding-top: 98px;
}

.bb1zs1 {
  position: absolute;
  top: -20%;
  right: -10%;
  width: 39%;
}

.bb1zs2 {
  position: absolute;
  left: 0;
  top: 50%;
  width: 35%;
}

.bb1zs img,
.bb1zs2 img {
  display: block;
  width: 100%;
}

.bb1lable {
  font-family: 'AlibabaPuHuiTi-L';
  margin-top: 80px;
}

.bb1tw {
  position: relative;
  margin-top: 100px;
  width: 100%;
  /* height: 814px; */
  overflow: hidden;
}

.bb1tw::after {
  content: "";
  position: absolute;
  left: 48%;
  bottom: 0;
  width: 52%;
  height: 40vh;
  background: linear-gradient(rgba(255, 237, 200, .38), rgba(255, 237, 200));
  z-index: 1;
}

.bt1pics {
  float: left;
  width: 48%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(122, 110, 76, .38);
}

.bt1pics .swiper-slide img {
  display: block;
  width: 100%;
}

.bt1wz {
  float: right;
  width: 47%;
  height: 40vh;
  overflow: visible !important;
  margin-top: 60px;
  cursor: grabbing;
}

.bt1wz .swiper-button-next,
.bt1wz .swiper-button-prev {
  display: none;
}

.bt1wz .swiper-slide {
  /* margin-top: 60px; */
}

.bi1eng {
  font-family: 'Gilroy-M';
  display: block;
  color: #FABE00;
  text-transform: uppercase;
  line-height: 1.1;
}

.bi1title {
  display: block;
}

.bi1desc {
  margin-top: 40px;
  /* font-family: 'AlibabaPuHuiTi-L'; */
}

.bn-bot2 {
  padding: 114px 0 100px 0;
}

.bb2btn {
  margin-left: auto;
}

.bb2an {
  position: relative;
  display: inline-block;
  width: 160px;
  height: 46px;
  border-radius: 23px;
  text-align: center;
  line-height: 46px;
  color: #fff;
  font-size: 18px;
  background: #58B531;
  margin-left: 20px;
  z-index: 3;
  overflow: hidden;
}

.bc2box {
  display: none;
}

.bc2hz {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10%;
}

.bc2item {
  position: relative;
  float: left;
  width: 23.333%;
  margin: 50px 0 0 10%;
  text-align: center;
}

.bc2item:hover .ilitxt {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.bn-bot3 {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 190px 0 116px 0;
  border-radius: 40px 40px 0 0;
}

.bb3list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -7%;
}

.bl3item {
  position: relative;
  width: 26.333%;
  height: 520px;
  margin: 80px 0 0 7%;
  border-radius: 20px;
  background: #FFEDC8;
  padding: 130px 36px 40px 36px;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 3;
}

.bl3item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background: #2F4E37;
  z-index: -3;
  transition: 0.45s ease-in-out;
}

.bl3item:hover::before {
  width: 100%;
  left: 0;
}

.bl3item:hover .bi3title,
.bl3item:hover .bi3desc {
  color: #fff;
}

.bl3item:nth-child(2) {
  margin-top: 170px;
}

.bi3icon {
  position: absolute;
  top: -57px;
  right: -50px;
  display: block;
  background: #58B531;
  border-radius: 50%;
  color: #fff;
  font-size: 48px;
  width: 162px;
  height: 162px;
  box-sizing: border-box;
  padding: 77px 0 0 48px;
  line-height: 1;
}

.bi3num {
  font-family: 'Gilroy-M';
  display: block;
  color: #FABE00;
  font-size: 66px;
  height: 40px;
  line-height: 1;
  overflow: hidden;
}

.bi3title {
  display: block;
  color: #000000;
  font-weight: normal;
}

.bi3desc {
  font-family: 'AlibabaPuHuiTi-L';
  margin-top: 30px;
  line-height: 34px;
  /* height: 170px;
  overflow-y: scroll; */
}

.bi3desc::-webkit-scrollbar {
  width: 5px;
  background: none;
}

.bi3desc::-webkit-scrollbar-thumb {
  width: 5px;
  background: #aaa;
}

.bi3desc::-webkit-scrollbar-corner {
  background: none;
}

.bi3desc::-webkit-scrollbar:horizontal {
  height: 9px;
}

.news-tab {
  text-align: center;
}

.news-tab .bb2an {
  margin: 0 20px;
}

.news-wrap {
  padding: 80px 0 140px 0;
}

.nwlist {
  margin-top: 70px;
  margin-left: -4%;
}

.nwlist li {
  float: left;
  width: 29.333%;
  margin: 60px 0 0 4%;
  position: relative;
  background: #FFF2D8;
  border-radius: 20px;
  overflow: hidden;
  z-index: 3;
}

.nwlist li::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #2F4E37;
  z-index: -3;
  transition: 0.45s ease-in-out;
}

.nwlist li:hover::before {
  left: 0;
  width: 100%;
}

.nwlist li:hover .nwtitle,
.nwlist li:hover .nwdesc,
.nwlist li:hover .nwbl {
  color: #fff;
}

.nwlist li:hover .nwbr {
  background: #FABE00;
  color: #000000;
  border: 1px solid #FABE00;
}

.nwlist li:hover .nlpic img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}

.nlpic {
  overflow: hidden;
}

.nlpic img {
  display: block;
  width: 100%;
  transition: 0.45s;
}

.nlwz {
  padding: 40px 36px;
}

.nwtitle {
  display: block;
  font-weight: normal;
  height: 72px;
}

.nwdesc {
  margin-top: 30px;
  font-family: 'AlibabaPuHuiTi-L';
  height: 58px;
}

.nwbt {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.nwbl {
  display: block;
  font-size: 16px;
  font-family: 'AlibabaPuHuiTi-L';
}

.nwbr {
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  border: 1px solid #ADADAD;
  color: #ADADAD;
  font-size: 12px;
  margin-left: auto;
  transition: 0.45s;
}

.pages-list {
  text-align: center;
  margin-top: 150px;
}

.pages-list a {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  margin: 0 8px;
  box-sizing: border-box;
}

.plpn {
  border: 1px solid #ADADAD;
  color: #ADADAD;
  font-size: 12px;
}

.plnum {
  font-family: 'Gilroy-M';
  color: #ADADAD;
  font-size: 20px;
}

.pages-list a:hover,
.plnum.active {
  color: #fff;
  background: #58B531;
  border: 1px solid #58B531;
}

.nw-top {
  background: #2F4E37;
  padding: 140px 0 350px 0;
}

.nbicon {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
}

.nbtxt {
  color: #fff;
  font-size: 16px;
  margin-left: 20px;
}

.news-detail {
  background: #FFEDC8;
}

.nwcont {
  position: relative;
  z-index: 1;
  margin-top: -270px;
  background: #FFEDC8;
  border-radius: 20px 20px 0 0;
  box-sizing: border-box;
  padding: 100px 200px;
}

.nwctitle {
  line-height: 1.5;
  text-align: center;
}

.nwcdate {
  display: block;
  text-align: center;
  margin-top: 30px;
}

.nwcnr {
  font-family: 'AlibabaPuHuiTi-L';
  margin-top: 60px;
  padding-top: 80px;
  border-top: 1px solid rgba(102, 102, 102, .3);
  font-size: 16px;
  color: #666666;
}

.nwcbottom {
  display: flex;
  align-items: center;
  margin-top: 120px;
  padding-top: 68px;
  border-top: 1px solid rgba(102, 102, 102, .3);
}

.nwbprev,
.nwbnext {
  display: block;
  color: #666666;
  font-size: 16px;
}

.nwbprev,
.nwbnext {
  flex: 1;
}

.nwbnext {
  text-align: right;
}

.nwbprev i {
  margin-right: 24px;
  font-size: 12px;
}

.nwbnext i {
  margin-left: 24px;
  font-size: 12px;
}

.nwbprev:hover,
.nwbnext:hover {
  color: #58B531;
}

.nwbreturn {
  display: block;
  justify-content: center;
  width: 160px;
  height: 50px;
  border-radius: 25px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  background: #58B531;
}

.join-bot1 {
  position: relative;
  padding: 80px 0;
  display: flex;
}

.jb1zs {
  font-family: 'Gilroy-M';
  position: absolute;
  left: 30%;
  bottom: 0;
  color: #FABE00;
  font-size: 78px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
}

.jb1wz {
  width: 35%;
}

.jw1title {
  display: block;
  line-height: 1.5;
}

.jw1desc {
  margin-top: 40px;
}

.jd1txt {
  font-family: 'AlibabaPuHuiTi-L';
}

.jw1logo {
  width: 59%;
  margin-top: 60px;
}

.jw1logo img {
  display: block;
  width: 100%;
}

.jb1pic {
  margin-left: auto;
  width: 60%;
  border-radius: 20px;
  overflow: hidden;
}

.jb1pic img {
  display: block;
  width: 100%;
}

.jb1list {
  display: flex;
  margin: 130px 0 0 -2%;
}

.jb1list li {
  position: relative;
  float: left;
  width: 31.333%;
  margin-left: 2%;
  background: #FFF2D8;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 49px 45px;
  overflow: hidden;
  z-index: 3;
  transition: 0.45s;
}

.jb1list li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #2F4E37;
  transition: 0.45s;
  z-index: -3;
}

.jb1list li:hover {
  transform: translateY(-30px);
}

.jb1list li:hover::before {
  left: 0;
  width: 100%;
}

.jb1list li:hover .jl1txt1,
.jb1list li:hover .jl1txt2,
.jb1list li:hover .jl1icon {
  color: #FFF;
}

.jl1txt1 {
  display: block;
  color: #2F4E37;
}

.jl1txt2 {
  font-family: 'AlibabaPuHuiTi-L';
  margin-top: 10px;
}

.jl1icon {
  display: block;
  color: #2F4E37;
  font-size: 60px;
  margin-top: 60px;
  line-height: 1;
}

.join-bot2 {
  padding-top: 110px;
}

.jb2list {
  margin-top: 100px;
}

.jb2list li {
  overflow: hidden;
}

.jb2list li.active {
  border-radius: 20px;
}

.jb2list li.active .jl2bt {
  background: #10401C;
}

.jb2list li.active,
.jb2list li.active .jl2xx i,
.jb2list li.active .jl2jt i {
  color: #fff;
}

.jb2list li.active .jl2jt i {
  transform: rotate(180deg);
}

.jl2bt {
  border-top: 1px solid rgba(112, 112, 112, .3);
  padding: 45px 60px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.35s;
}

.jl2zw {
  display: block;
  width: 30%;
  font-size: 20px;
}

.jl2xx {
  display: block;
  width: 15%;
  font-size: 16px;
}

.jl2xx i {
  display: inline-block;
  vertical-align: middle;
  color: #2F4E37;
  font-size: 20px;
  margin-right: 15px;
}

.jl2xz {
  display: block;
  width: 15%;
  font-size: 16px;
}

.jl2jt {
  display: block;
  margin-left: auto;
}

.jl2jt i {
  display: block;
  color: #2F4E37;
  font-size: 12px;
  transition: 0.45s;
}

.jl2zk {
  display: none;
  background: #2F4E37;
  position: relative;
  padding: 45px 54px 50px 54px;
}

.jz2nr {
  color: #fff;
  font-size: 16px;
  font-family: 'AlibabaPuHuiTi-L';
}

.jl2btn {
  margin-top: 70px;
}

.jz2zs {
  position: absolute;
  top: 45px;
  right: 87px;
  width: 14%;
}

.jz2zs img {
  display: block;
  width: 100%;
}

.join-bot3 {
  position: relative;
  padding: 100px 0 128px 0;
  overflow: hidden;
}

.jb3zs {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35%;
}

.jb3zs img {
  display: block;
  width: 100%;
}

.jb3box {
  margin-left: 13.5%;
  overflow: hidden;
  margin-bottom: 40px;
}

.jb3lb {
  position: relative;
  width: 55%;
}

.jb3lb .slick-list {
  overflow: visible;
}

.jl3item {
  position: relative;
  float: left;
  border-radius: 20px;
  overflow: hidden;
  margin-right: 40px;
}

.jl3item img {
  display: block;
  width: 100%;
  transition: 0.45s;
}

.jl3item:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}

.ji3txt {
  font-family: 'AlibabaPuHuiTi-L';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 40px 20px 20px 20px;
  text-align: center;
  display: block;
  color: #fff;
  background: linear-gradient(rgba(0, 0, 0, .0), rgba(0, 0, 0));
  box-sizing: border-box;
}

.brand-bot1 {
  position: relative;
}

.bb1wz {
  float: right;
  width: 37%;
  margin-top: 70px;
}

.bb1lable {
  font-family: 'AlibabaPuHuiTi-L';
  margin-top: 80px;
}

.bb1cricle {
  float: left;
  position: relative;
  width: 701px;
  height: 701px;
}

.bc1dq {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: myfirst2 22s linear 0s infinite;
  animation: myfirst2 22s linear 0s infinite;
}

.bc1pic img {
  display: block;
  width: 100%;
  -webkit-animation: myfirst2 22s linear 0s infinite;
  animation: myfirst2 22s linear 0s infinite;
}

.bc1dq {}

@keyframes myfirst2 {
  from {
    transform-origin: center;
    transform: rotate(0deg);
  }

  to {
    transform-origin: center;
    transform: rotate(360deg);
  }
}

.bc1q1,
.bc1q2,
.bc1q3 {
  position: absolute;
}

.bc1q1 {
  top: 8%;
  left: 1%;
  width: 145px;
}

.bc1q2 {
  top: 30%;
  right: -10%;
  width: 170px;
}

.bc1q3 {
  top: 55%;
  left: 4%;
  width: 192px;
}

.bc1xq img {
  display: block;
  width: 100%;
  -webkit-animation: myfirst3 22s linear 0s infinite;
  animation: myfirst3 22s linear 0s infinite;
}

@keyframes myfirst3 {
  from {
    transform-origin: center;
    transform: rotate(0deg);
  }

  to {
    transform-origin: center;
    transform: rotate(-360deg);
  }
}

.bc1center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
}

.bc1center img {
  display: block;
  width: 100%;
}

.brwrap1 {
  position: relative;
  padding: 130px 0;
}

.bb1zsz {
  font-family: 'Gilroy-BI';
  position: absolute;
  right: 0;
  top: 40%;
  font-size: 158px;
  line-height: 1;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  -webkit-text-stroke: 1px rgba(250, 190, 0, .41);
  text-stroke: 1px rgba(250, 190, 0, .41);
}

.brand-bot2 {
  padding-top: 150px;
}

.bb2list {
  display: flex;
  flex-wrap: wrap;
  margin: 35px 0 0 -3%;
}

.bb2list li {
  position: relative;
  float: left;
  width: 47%;
  height: 300px;
  margin: 45px 0 0 3%;
  background: #FFF2D8;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 38px 22px 24px 47px;
  overflow: hidden;
  z-index: 3;
}
.bb2list li::before{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #2F4E37;
  z-index: -3;
  transition: 0.65s;
}
.bb2list li:hover::before{
  left: 0;
  width: 100%;
}
.bb2list li:hover .bl2title,
.bb2list li:hover .bl2desc,
.bb2list li:hover .bb2date{
  color: #fff;
}
.bb2list li:hover .bb2jt{
  color: #000000;
  background: #FABE00;
  border: 1px solid #FABE00;
}
.bl2title {
  display: block;
  font-weight: normal;
  line-height: 1.5;
  max-height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.bl2desc {
  font-family: 'AlibabaPuHuiTi-L';
  margin-top: 10px;
}

.bl2bt {
  position: absolute;
  left: 47px;
  right: 22px;
  bottom: 24px;
  display: flex;
  align-items: center;
}

.bb2date {
  display: block;
  font-family: 'AlibabaPuHuiTi-L';
}

.bb2jt {
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border: 1px solid #ADADAD;
  color: #ADADAD;
  font-size: 12px;
  border-radius: 50%;
  margin-left: auto;
  transition: 0.35s;
}
.loading{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  overflow: hidden;
  pointer-events: none;
}
.loading::before{
  content: "";
  position: absolute;
  top: 0;
  left: -10%;
  right: -10%;
  width: 120%;
  height: 120%;
  background: #FFEDC8;
  transition: all 1s ease-in-out;
}
.loading.active::before{
  height: 0;
  border-radius:  0 0 50% 50%;
}
.txtpic{
  position: absolute;
  top: 60%;
  right: 8%;
  transform: translateY(-50%);
  width: 40%;
  text-align: right;
}
.txtpic img{
  width: 100%;
  height: auto;
}