@charset "UTF-8";
.Index {
  min-height: 100vh;
}

.index-top-container .header-top {
  position: static;
}
.index-top-container .index-top {
  display: none;
  width: 100%;
  height: 600px;
  padding-top: 60px;
  text-align: center;
  background: linear-gradient(270deg, #F7D0A4 0%, #FFECDF 100%);
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
}
.index-top-container .index-top .top-ad-lg-img {
  margin: 0 auto;
  width: 1122px;
  height: 540px;
}

.home {
  background: #ffffff;
  padding-top: 120px;
}
.home a {
  text-decoration: none;
}
.home .container {
  width: 1200px;
  margin: 0 auto;
  margin-top: 34px;
}
.home .container .experience {
  width: 100%;
  height: 600px;
  display: flex;
  justify-content: space-between;
}
.home .container .experience .left {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 116px;
}
.home .container .experience .left div img {
  width: 360px;
  height: 110px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}
.home .container .experience .left div p:nth-child(2) {
  font-size: var(--fs-16);
  font-family: Source Han Sans CN-Normal, Source Han Sans CN;
  font-weight: 350;
  color: #333333;
  line-height: 24px;
  margin-bottom: 40px;
}
.home .container .experience .left div a:last-child {
  display: block;
  width: 195px;
  height: 38px;
  background: linear-gradient(270deg, #4085da 0%, #33c488 100%);
  box-shadow: 0px 0px 20px 0px rgba(51, 193, 139, 0.3);
  border-radius: 20px;
  text-align: center;
  line-height: 38px;
  font-size: var(--fs-14);
  font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  font-weight: 500;
  color: #ffffff;
  cursor: pointer;
}
.home .container .experience .left img {
  width: 14px;
  height: 68px;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .container .experience .right {
  width: 692px;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .container .sub-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 120px;
}
.home .container .sub-nav a {
  display: flex;
  width: 275px;
  height: 50px;
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px 0 20px;
  cursor: pointer;
  font-size: var(--fs-18);
  font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  font-weight: 500;
  color: #333333;
}
.home .container .sub-nav a img {
  width: 24px;
  height: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .container .channel {
  width: 100%;
  height: 540px;
  display: flex;
  margin-top: 120px;
  align-items: center;
  flex-direction: column;
}
.home .container .channel img:first-child {
  width: 376px;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .container .channel img:last-child {
  width: 1080px;
  height: 468px;
  margin-top: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .container .choose {
  width: 100%;
  margin-top: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home .container .choose .choose-top {
  margin-bottom: 116px;
}
.home .container .choose .main {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.home .container .choose .main .main-box-fl {
  padding-top: 68px;
}
.home .container .choose .main .main-box-fl img {
  width: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 14px;
}
.home .container .choose .main .main-box-fl p {
  font-size: var(--fs-16);
  font-family: Source Han Sans CN-Normal, Source Han Sans CN;
  font-weight: 350;
  color: #333333;
  line-height: 24px;
}
.home .container .choose .main .main-box-fr {
  width: 560px;
  height: 376px;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .container .efficient {
  width: 100%;
  display: flex;
  margin-top: 100px;
  justify-content: space-between;
}
.home .container .efficient .left {
  width: 438px;
  height: 396px;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .container .efficient .right {
  padding-top: 104px;
}
.home .container .efficient .right h2 {
  position: relative;
  width: 660px;
  margin-bottom: 20px;
  z-index: 10;
  height: 104px;
}
.home .container .efficient .right h2::before {
  content: "";
  top: 25px;
  position: absolute;
  width: 220px;
  height: 23px;
  background: #E0F9E8;
  border-radius: 6px 6px 6px 6px;
}
.home .container .efficient .right h2 span {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}
.home .container .efficient .right p {
  width: 646px;
  font-size: var(--fs-16);
  font-family: Source Han Sans CN-Normal, Source Han Sans CN;
  font-weight: 350;
  color: #333333;
  line-height: 24px;
}
.home .container .knowledge-base {
  margin-top: 100px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.home .container .knowledge-base .left {
  padding-top: 138px;
}
.home .container .knowledge-base .left h2 {
  margin-bottom: 20px;
}
.home .container .knowledge-base .left p {
  width: 560px;
  font-size: 16px;
  font-family: Source Han Sans CN-Normal, Source Han Sans CN;
  font-weight: 350;
  color: #333333;
  line-height: 24px;
}
.home .container .knowledge-base .right {
  width: 473px;
  height: 374px;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .container .solve {
  display: flex;
  justify-content: space-between;
  margin: 100px 0 120px 0;
}
.home .container .solve .left {
  width: 504px;
  height: 386px;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .container .solve .right {
  padding-top: 134px;
}
.home .container .solve .right h2 {
  width: 328px;
  margin-bottom: 20px;
  position: relative;
  height: 52px;
}
.home .container .solve .right h2::before {
  content: "";
  top: 25px;
  position: absolute;
  width: 220px;
  height: 23px;
  background: #E0F9E8;
  border-radius: 6px 6px 6px 6px;
}
.home .container .solve .right h2 span {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}
.home .container .solve .right p {
  width: 646px;
  font-size: var(--fs-16);
  font-family: Source Han Sans CN-Normal, Source Han Sans CN;
  font-weight: 350;
  color: #333333;
  line-height: 24px;
}
.home .different {
  padding: 60px 0 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f5f7f9;
}
.home .different img {
  width: 476px;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .different p {
  margin: 20px 0 50px 0;
  font-size: var(--fs-16);
  font-family: Source Han Sans CN-Normal, Source Han Sans CN;
  font-weight: 350;
  color: #333333;
  line-height: 24px;
}
.home .different .list {
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
}
.home .different .list .item {
  width: 180px;
  height: 60px;
  background: #ffffff;
  border-radius: 12px;
  margin: 0 20px 20px 0;
  padding-left: 20px;
  display: flex;
  align-items: center;
}
.home .different .list .item img {
  margin-right: 10px;
  width: 24px;
  height: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .different .list .item p {
  margin: 0;
  font-size: var(--fs-16);
  font-family: Source Han Sans CN-Normal, Source Han Sans CN;
  font-weight: 350;
  color: #333333;
}
.home .different .list .item:nth-child(6n) {
  margin-right: 0;
}
.home .swiper-box {
  width: 100%;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .swiper-box .bg-img {
  width: 1314px;
  height: 600px;
  background: url("../images/home/swiper_bg.webp") no-repeat center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home .swiper-box .bg-img .bg-img-fl {
  margin-top: 60px;
}
.home .swiper-box .bg-img img {
  width: 396px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 60px 0 50px;
}
.home .swiper-box .bg-img .swiper {
  width: 100%;
  margin-top: 50px;
}
.home .swiper-box .bg-img .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home .swiper-box .bg-img .swiper-slide .item {
  display: block;
  width: 810px;
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}
.home .swiper-box .bg-img .swiper-slide .item img {
  width: 100%;
  height: 140px;
  margin: 0;
}
.home .swiper-box .bg-img .swiper-slide .item .main {
  padding: 20px;
  padding-bottom: 40px;
  text-align: left;
}
.home .swiper-box .bg-img .swiper-slide .item .main h4 {
  font-size: 24px;
  font-family: Source Han Sans CN-Bold, Source Han Sans CN;
  font-weight: 700;
  color: #292847;
  line-height: 35px;
}
.home .swiper-box .bg-img .swiper-slide .item .main p {
  font-size: 14px;
  font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
  margin: 22px 0 8px;
}
.home .swiper-box .bg-img .swiper-slide .item .main span {
  font-size: 14px;
  font-family: Source Han Sans CN-Normal, Source Han Sans CN;
  font-weight: 350;
  color: #333333;
  line-height: 20px;
}
.home .swiper-box .bg-img .swiper-button-next,
.home .swiper-box .bg-img .swiper-button-prev {
  width: 84px;
  height: 84px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
}
.home .swiper-box .bg-img .swiper-button-next::after,
.home .swiper-box .bg-img .swiper-button-prev::after {
  content: none;
}
.home .swiper-box .bg-img .swiper-button-next {
  background-image: url("../images/home/right_arrow.webp");
  right: 138px;
}
.home .swiper-box .bg-img .swiper-button-prev {
  left: 138px;
  background-image: url("../images/home/left_arrow.webp");
}
.home .worldwide {
  width: 1700px;
  height: 300px;
  background: url("../images/home/worldwide_bg.webp") no-repeat center center;
  background-size: cover;
  margin: 0 auto;
  margin-bottom: 120px;
  margin-top: 120px;
  padding-top: 42px;
}
.home .worldwide h2 {
  text-align: center;
}
.home .worldwide p {
  text-align: center;
  margin-top: 20px;
  font-size: var(--fs-16);
  font-family: Source Han Sans CN-Normal, Source Han Sans CN;
  font-weight: 350;
  color: #333333;
  line-height: 24px;
}

.site-box {
  padding-top: 203px;
  margin-bottom: 120px;
  width: 100%;
  background-color: #ffffff;
}
.site-box .site-content {
  width: 1200px;
  margin: 0 auto;
  height: 380px;
  display: flex;
}
.site-box .site-content .fl {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}
.site-box .site-content .fl .site-ipt {
  margin-top: 30px;
  margin-bottom: 60px;
  width: 360px;
  height: 48px;
  background: #FFFFFF;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px 8px 8px 8px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 350;
  font-size: 16px;
  color: #999999;
  padding-left: 48px;
}
.site-box .site-content .fl::before {
  content: "";
  background: url("../images/home/search.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 172px;
  left: 12px;
  width: 20px;
  height: 20px;
  z-index: 100;
}
.site-box .site-content .fl input::-moz-placeholder {
  color: #999999;
}
.site-box .site-content .fl input::placeholder {
  color: #999999;
}
.site-box .site-content .fl .site-btn {
  width: 195px;
  height: 38px;
  background: linear-gradient(270deg, #4085DA 0%, #33C488 100%);
  box-shadow: 0px 0px 20px 0px rgba(51, 193, 139, 0.3);
  border-radius: 20px 20px 20px 20px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  line-height: 38px;
}
.site-box .site-content .fr {
  width: 640px;
  height: 380px;
  background: url("../images/home/site.png") no-repeat center center;
  background-size: cover;
}

.h-common-title {
  cursor: default;
  font-size: 36px;
  font-weight: 700;
  background: linear-gradient(270deg, #33C488 0%, #4085DA 100%); /* 标准语法 */
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent; /* 兼容不支持background-clip的浏览器 */
}

.h-common-sub-title {
  cursor: default;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 700;
  font-size: 36px;
  color: #292847;
  line-height: 52px;
}

#Apply {
  margin-top: 113px;
}

.banner-title {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 350;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  margin-top: 20px;
}

.mar-5 {
  margin-top: 5px;
}

.ali-center {
  display: flex;
  align-items: center;
}

.main-language-title {
  margin-bottom: 20px;
}
.main-language-title span:nth-child(2) {
  padding: 6px;
  border-radius: 11px 11px 11px 11px;
  background: #FAE282;
}/*# sourceMappingURL=index_v8.css.map */