.fj-page-main {
  position: relative;
  margin-top: 80px;
}
.home-banner {
  padding: 107px 0 376px 0;
  background-image: url("../png/banner5e1f.png?v=2");
}
.banner-title {
  width: 895px;
  height: 140px;
  font-size: 55px;
  font-family: Roboto;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 70px;
  text-align: center;
  margin: 0 auto;
}
.banner-info {
  height: 34px;
  font-size: 22px;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 34px;
  text-align: center;
  margin: 20px auto 66px auto;
}
.home-button-box {
  text-align: center;
}
.button-box {
  display: inline-block;
}
.banner-button {
  width: 240px;
  height: 70px;
  background: #F4446E;
  border-radius: 35px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  font-family: Roboto;
  font-weight: 900;
  color: #FFFFFF;
  line-height: 66px;
  margin: 0 15px;
  border: 2px solid #F4446E;
}
.left-btn:hover {
  background: #e6375c;
  border: 2px solid #e6375c;
}
.right-btn {
  background: none;
  border: 2px solid #FFFFFF;
}
.right-btn:hover {
  background: #ffffff;
  color: #ff446b;
}
.button-info {
  margin-top: 15px;
  font-size: 14px;
  font-family: Roboto;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  line-height: 19px;
}
.banner-video-box {
  position: absolute;
  width: 100%;
  top: 560px;
}
.banner-video {
  width: 52.5rem;
  margin: 0 auto;
  height: 485px;
  background: rgba(0, 0, 0, 0.12);
  box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.12);
  border-radius: 10px;
}
.banner-video video {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.content-box {
  padding-top: 320px;
}
.cooperation-site-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cooperation-site-box div {
  display: inline-block;
  margin-right: 116px;
}
.cooperation-site-box div:last-child {
  margin-right: 0;
}
.cooperation-site-box div img {
  width: 100%;
  height: auto;
}
.introduction-box {
  text-align: center;
}
.introduction-title {
  margin-top: 150px;
  font-size: 42px;
  font-family: Roboto;
  font-weight: bold;
  color: #1A1B1D;
  line-height: 60px;
}
.introduction-box-desc {
  display: flex;
  margin-top: 60px;
}
.center {
  display: flex;
  text-align: center;
  margin: 0 auto;
}
.introduction-desc {
  max-width: 480px;
  margin: 0 50px;
  text-align: left;
}
.introduction-desc video,
.introduction-desc img {
  width: 100%;
  height: 335px;
}
.introduction-desc-img {
  width: max-content;
  margin: 0 50px;
  text-align: left;
}
.introduction-desc-img video,
.introduction-desc-img img {
  width: 100%;
  height: auto;
}
.introduction-desc-title {
  margin-top: 70px;
  font-size: 36px;
  font-family: Roboto;
  font-weight: bold;
  color: #1A1B1D;
  line-height: 55px;
}
.introduction-desc-info {
  margin-top: 15px;
  font-size: 20px;
  font-family: Roboto;
  font-weight: 400;
  color: #1A1B1D;
  line-height: 30px;
}
.description-box {
  margin-top: 160px;
  text-align: center;
  background: #F6F9FF;
}
.description-title {
  padding-top: 140px;
  font-size: 42px;
  font-family: Roboto;
  font-weight: bold;
  color: #1A1B1D;
  line-height: 60px;
  margin-bottom: 30px;
}
.description-content-box {
  text-align: center;
  justify-content: center;
  width: 1400px;
  margin: 0 auto;
}
.description-content-box ul {
  padding-bottom: 140px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.description-content-box ul li {
  width: 400px;
  height: 426px;
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #E7ECF2;
  margin-top: 30px;
  margin-right: 30px;
  display: block;
  transition: all 0.3s;
}
.description-content-box ul li:nth-child(3n + 3) {
  margin-right: 0;
}
.description-content-box ul li:hover {
  box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.1);
}
.description-image {
  width: 100%;
  height: 180px;
  transition: all 0.3s;
}
.description-image img {
  border-radius: 8px 8px 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.description-content {
  padding: 0px 35px;
}
.description-content div {
  margin-top: 33px;
  margin-bottom: 10px;
  font-size: 24px;
  font-family: Roboto;
  font-weight: bold;
  color: #1A1B1D;
  line-height: 30px;
  transition: all 0.3s;
}
.description-content span {
  position: relative;
  visibility: visible;
  max-width: 328px;
  display: block;
  font-size: 15px;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  color: #1A1B1D;
  line-height: 24px;
  margin-bottom: 24px;
}
.description-content a {
  position: inherit;
  display: block;
  width: 180px;
  height: 42px;
  border-radius: 32px;
  border: 1px solid #FF446B;
  font-size: 15px;
  font-family: Roboto;
  font-weight: bold;
  color: #FF446B;
  line-height: 40px;
  margin: 0 auto;
  cursor: pointer;
  transition: all 0.3s;
}
.description-content a:hover {
  background: #ff446b;
  color: #ffffff;
}
.course-box {
  text-align: center;
  padding-top: 160px;
}
.course-title {
  font-size: 42px;
  font-family: Roboto;
  font-weight: bold;
  color: #1A1B1D;
  line-height: 60px;
}
.course-content-box {
  display: flex;
  padding: 0 320px;
  margin-bottom: 160px;
}
.course-images-box {
  height: 428px;
  background: #FFFFFF;
  box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  margin-top: 77px;
  margin-right: 60px;
}
.course-images {
  width: 600px;
  height: 388px;
  background: #FFFFFF;
  margin: 30px 10px 10px 10px;
}
.course-images img {
  width: auto;
  height: auto;
  display: none;
}
.course-images img.active {
  display: block;
}
.course-content {
  margin-top: 35px;
}
.course-step {
  display: flex;
  width: 600px;
  height: 110px;
  margin-bottom: 20px;
  text-align: left;
  transition: all 0.3s;
  border-radius: 8px;
}
.course-step:last-child {
  margin-bottom: 0;
}
.course-step:hover {
  background: #FFFFFF;
  box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.06);
}
.course-step.active {
  background: #FFFFFF;
  box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.1);
}
.course-step.active .course-icon svg g g rect,
.course-step.active .course-icon svg g g path,
.course-step.active .course-icon svg g path {
  fill: #ff446b;
}
.course-icon {
  position: absolute;
  margin: 23px 15px;
  width: 64px;
  height: 64px;
  background: #FFFFFF;
  box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
}
.course-icon svg {
  margin: 10px 12px;
}
.course-icon svg g g rect,
.course-icon svg g g path,
.course-icon svg g path {
  fill: #25282C;
}
.course-desc {
  width: 100%;
  margin: auto 0 auto 99px;
  font-size: 24px;
  font-family: Roboto-Bold, Roboto;
  font-weight: bold;
  color: #1A1B1D;
  line-height: 30px;
}
.say-box {
  background-image: url("../svg/userssay.svg");
  padding-top: 110px;
  text-align: center;
  padding-bottom: 50px;
}
.say-title {
  font-size: 42px;
  font-family: Roboto-Bold, Roboto;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 60px;
  margin-bottom: 30px;
}
.say-width {
  width: 600px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.say-list {
  display: inline-block;
}
.say-cover {
  position: relative;
  margin: 0 auto;
  border-radius: 50px;
  width: 100px;
  height: 100px;
}
.say-cover img {
  border-radius: 50px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.say-cover svg {
  position: absolute;
  top: 85px;
  left: 33px;
}
.say-content {
  margin: 30px auto 35px;
  width: 600px;
  height: 144px;
  font-size: 20px;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 36px;
}
.say-name {
  margin: 0 auto;
  width: 309px;
  height: 30px;
  font-size: 22px;
  font-family: Roboto-Bold, Roboto;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 30px;
}
.say-name-desc {
  margin: 3px auto;
  width: 309px;
  height: 30px;
  font-size: 19px;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.39);
  line-height: 30px;
}
.say-button-box {
  position: relative !important;
  margin: 70px auto 0;
}
.say-button-box span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  margin: 5px 8px;
  opacity: 0.39;
}
.say-button-box span:hover {
  background: #FFFFFF;
  opacity: 0.8;
}
.say-button-box span.swiper-pagination-bullet-active {
  width: 14px;
  height: 14px;
  background: #FFFFFF;
  border: 2px solid #FFFFFF;
  margin: 3px 8px;
  opacity: 1;
}
.swiper-pagination {
  z-index: 0!important;
}
.explore-box {
  padding-top: 150px;
  padding-bottom: 120px;
  text-align: center;
}
.explore-title {
  font-size: 42px;
  font-family: Roboto-Bold, Roboto;
  font-weight: bold;
  color: #1A1B1D;
  line-height: 60px;
}
.explore-list {
  width: 1322px;
  margin: 0 auto;
}
.explore-list ul {
  list-style-type: none;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 40px 30px;
}
.explore-list ul li {
  width: 300px;
  height: 318px;
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #E7ECF2;
  margin-right: 26px;
}
.explore-list ul li:hover {
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
}
.explore-list ul li:hover .explore-content-title {
  text-decoration: underline;
}
.explore-image {
  width: 100%;
  height: 178px;
}
.explore-image img {
  width: 100%;
  height: 100%;
  border-radius: 8px 8px 0 0;
}
.explore-content {
  padding: 35px 20px 30px 20px;
  text-align: left;
}
.explore-content a {
  font-size: 15px;
  font-family: Roboto;
  font-weight: 400;
  color: #FF446B;
  line-height: 30px;
  cursor: pointer;
}
.explore-content a svg {
  -webkit-transition: transform 0.3s;
}
.explore-content a:hover {
  color: #e6375c;
}
.explore-content a:hover svg {
  transform: translateX(10px);
}
.explore-content-title {
  display: block;
  font-size: 17px;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  color: #1A1B1D;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.explore-content-desc {
  display: block;
  margin-bottom: 15px;
  font-size: 15px;
  font-family: Roboto;
  font-weight: 400;
  color: #1A1B1D;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.explore-button-box {
  position: relative !important;
  margin: 0 auto 0;
}
.explore-button-box span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #DBDBDB;
  border-radius: 50%;
  margin: 5px 8px;
  opacity: 0.5;
}
.explore-button-box span:hover {
  background: #FF446B;
}
.explore-button-box span.swiper-pagination-bullet-active {
  width: 14px;
  height: 14px;
  background: #FF446B;
  border: 2px solid #FF446B;
  margin: 3px 8px;
  opacity: 1;
}
.use-box {
  position: relative;
  display: flex;
  background-image: url("../webp/recordcastnowback.webp");
  text-align: center;
  padding: 20px 0 45px;
  justify-content: center;
}
.use-image {
  width: 501px;
  height: 439px;
}
.use-image img {
  width: 100%;
  height: 100%;
}
.use-content {
  width: 500px;
  margin-top: 96px;
  text-align: left;
  margin-left: 90px;
}
.use-content a {
  display: block;
  width: 270px;
  height: 64px;
  background: #FFFFFF;
  border-radius: 32px;
  font-size: 18px;
  font-family: Roboto-Bold, Roboto;
  font-weight: bold;
  color: #1A1B1D;
  line-height: 64px;
  text-align: center;
  text-decoration: none;
}
.use-content a svg {
  margin-left: 15px;
  -webkit-transition: transform 0.5s;
}
.use-content a:hover {
  color: #e6375c;
}
.use-content a:hover svg {
  transform: translateX(10px);
}
.use-content a:hover svg polygon {
  fill: #e6375c;
}
.use-content-title {
  font-size: 42px;
  font-family: Roboto;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 56px;
  margin-bottom: 15px;
}
.use-content-desc {
  font-size: 19px;
  font-family: Roboto;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
  margin-bottom: 40px;
}
.section .section-wrap:nth-child(2n + 2) {
  transform: translateX(-35px);
}
.section-wrap {
  margin: 100px auto;
  max-width: 1280px;
  min-width: 1024px;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
}
.section-wrap:first-child .col-title {
  margin-top: 120px;
}
.section-wrap:first-child,
.section-wrap:nth-child(2) {
  margin: 50px auto;
}
.section-wrap:nth-child(3) {
  margin: 50px auto 100px auto;
}
.col-4 {
  margin: 0 35px;
}
.col-4 img {
  max-width: 610px;
  width: 100%;
  height: 100%;
}
.col-4-video {
  width: 600px;
  justify-content: center;
  display: flex;
}
.c5 {
  width: 520px;
}
.col-title {
  max-width: 520px;
  margin-top: 70px;
  font-size: 36px;
  font-family: Roboto;
  font-weight: bold;
  color: #1A1B1D;
  line-height: 55px;
}
.col-info {
  max-width: 520px;
  margin-top: 15px;
  font-size: 20px;
  font-family: Roboto;
  font-weight: 400;
  color: #1A1B1D;
  line-height: 30px;
}
@media screen and (max-width: 1650px) {
  .description-content-box {
    width: 80%;
  }
  .description-content-box ul li:nth-child(3n + 3) {
    margin-right: 30px;
  }
  .course-content-box {
    width: 90%;
    padding: 0;
    margin: 0 auto 160px auto;
  }
  .course-content-box .course-content {
    width: 620px;
    margin: 20px auto;
  }
}
@media screen and (max-width: 1350px) {
  .explore-list {
    width: 100%;
  }
  .course-content-box {
    display: block;
    width: max-content;
    padding: 0;
  }
  .course-images-box {
    display: flex;
    margin-right: 20px;
  }
  .cooperation-site-box {
    padding: 0;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
@media screen and (max-width: 960px) {
  .banner-video {
    width: 80%;
  }
}
/*# sourceMappingURL=newHome.css.map */