.section {

  position: relative;
  overflow: unset!important;
  z-index: 1;
  background: #fff;
}
.section .down {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 60px);
  z-index: -1;
}
.section .wrap {
  padding: 0 0 305px 0;
  width: 1480px;
  margin: -60px auto 0;
}
.section .wrap .title {
  font-size: 48px;
  font-family: "PingFang SC r", sans-serif;
  font-weight: bold;
  color: #DD431F;
}
.section .wrap .content {
  margin: 170px 0 0 0;
  display: flex;
}
.section .wrap .content .text {
  width: 705px;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
  color: #333333;
  margin: 0 126px 0 0;
}
.section .wrap .content .text p {
  font-family: "PingFang SC m", sans-serif;
}
.section .wrap .content .r {
  display: grid;
  width: fit-content;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 111px 104px;
}
.section .wrap .content .r .item {
  display: flex;
  align-items: center;
  cursor: pointer ;
}
.section .wrap .content .r .item img {
  margin: 0 19px 0 0;
  transition: 1s;
  animation: growUp 3s infinite ease-out;
}

@keyframes growUp {
  0% {
    transform: translateY(20%);
    opacity: 0;
  }
  30%,
  60% {
    transform: translateY(0);
    opacity: 1;
  }
  90%,
  100% {
    transform: translateY(-20%);
    opacity: 0;
  }
}

.section .wrap .content .r .item:nth-child(2) img{
  animation-delay: .1s;
}
.section .wrap .content .r .item:nth-child(3) img{
  animation-delay: .2s;
}
.section .wrap .content .r .item:nth-child(4) img{
  animation-delay: .3s;
}
.section .wrap .content .r .item:nth-child(5) img{
  animation-delay: .4s;
}
.section .wrap .content .r .item:nth-child(6) img{
  animation-delay: .5s;
}

.section .wrap .content .r .item .other span {
  font-size: 48px;
  font-family: "PingFang SC r", sans-serif;
  font-weight: bold;
  color: #DD431F;
  position: relative;
}
.section .wrap .content .r .item .other span:after {
  content: attr(data-text);
  font-size: 16px;
  font-family: "PingFang SC m", sans-serif;
  font-weight: 400;
  color: #333333;
  margin: 0 0 0 5px;
}
.section .wrap .content .r .item:not(:nth-child(1),:nth-child(3)) .other span:after{
  position: relative;
  top: -33px;
}
.section .wrap .content .r .item .other p {
  font-size: 16px;
  font-family: "PingFang SC m", sans-serif;
  font-weight: 400;
  color: #333333;
  white-space: nowrap;
}

.section2 {
  position: relative;
  z-index: 2;
}
.section2 .wrap {
  width: 1480px;
  margin: 70px auto 133px;
  position: relative;
  z-index: 12;
}
.section2 .wrap .title {
  font-size: 48px;
  font-family: "PingFang SC r", sans-serif;
  font-weight: bold;
  color: #DD431F;
  margin: 0 0 60px 0;
}
.section2 .wrap .content .small {
  display: flex;
  justify-content: space-between;
  margin: 0 0 40px 0;
}
.section2 .wrap .content .small .item {
  width: 720px;
  height: 180px;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.07);
  border-radius: 50px 0px 50px 0px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 51px 0 57px;
}
.section2 .wrap .content .small .item > div {
  display: flex;
  align-items: center;
}
.section2 .wrap .content .small .item > div span {
  font-size: 43px;
  font-family: "PingFang SC m", sans-serif;
  font-weight: 400;
  color: #dd431f;
  margin: 0 17px 0 0;
  display: block;
}
.section2 .wrap .content .small .item > div p {
  font-size: 22px;
  font-family: "PingFang SC r", sans-serif;
  font-weight: 400;
  color: #333333;
  margin: 15px 0 0 0;
}
.section2 .wrap .content .small .item > img{
  transition: 1s;
}
.section2 .wrap .content .small .item:hover > img{
  transform: rotateY(180deg);
}
.section2 .wrap .content .big {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.07);
  border-radius: 50px 0px 50px 0px;
  padding: 63px 36px 88px 58px;
}
.section2 .wrap .content .big .headline {
  padding: 0 0 31px 0;
  margin: 0 0 50px 0;
  border-bottom: 1px solid #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section2 .wrap .content .big .headline p {
  font-size: 22px;
  font-family: "PingFang SC m", sans-serif;
  font-weight: 400;
  color: #dd431f;
}
.section2 .wrap .content .big .headline p strong {
  font-size: 43px;
  font-weight: 400;
}
.section2 .wrap .content .big .headline > img{
  transition: 1s;
}
.section2 .wrap .content .big:hover .headline > img{
  transform: rotateY(180deg);
}
.section2 .wrap .content .big .matter .list {
  display: flex;
}
.section2 .wrap .content .big .matter .list:not(:last-child) {
  margin: 0 0 29px 0;
}
.section2 .wrap .content .big .matter .list .l {
  display: flex;
  margin: 0 23px 0 0;
}
.section2 .wrap .content .big .matter .list .l .img {
  width: 33px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 22px 0 0;
}
.section2 .wrap .content .big .matter .list .l span {
  font-size: 24px;
  font-family: "PingFang SC m", sans-serif;
  font-weight: bold;
  color: #DD431F;
}
.section2 .wrap .content .big .matter .list p {
  width: 1220px;
  font-size: 16px;
  font-family: "PingFang SC m", sans-serif;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}
.section3 {
  height: 100vh;
  position: relative;
}
.section3 .swiper-pagination {
  width: 1480px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 53px;
  display: flex;
  align-items: center;
}
.section3 .swiper-pagination span:first-child {
  font-size: 36px;
  font-family: "PingFang SC r", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  position: relative;
  top: -5px;
}
.section3 .swiper-pagination span:nth-child(3) {
  font-size: 18px;
  font-family: "PingFang SC r", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  opacity: 0.5;
}
.section3 .swiper-pagination .line {
  font-size: 18px;
  font-family: "PingFang SC r", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  opacity: 0.5;
  margin: 0 3px 0 0;
}
.section3 .about_swiper {
  width: 100%;
  height: 100%;
}
.section3 .about_swiper .swiper-slide {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.section3 .about_swiper .swiper-slide .slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.section3 .about_swiper .swiper-slide .content {
  width: 1480px;
  margin: auto;
  position: relative;
  z-index: 5;
}
.section3 .about_swiper .swiper-slide .content > img {
  display: block;
  margin: 0 0 33px 0;
}
.section3 .about_swiper .swiper-slide .content span {
  font-size: 48px;
  font-family: "PingFang SC r", sans-serif;
  font-weight: bold;
  color: #FFFFFF;
  display: block;
  margin: 0 0 34px 0;
}
.section3 .about_swiper .swiper-slide .content p {
  font-size: 20px;
  font-family: "PingFang SC r", sans-serif;
  font-weight: 400;
  line-height: 40px;
  color: #FFFFFF;
  width: 60%;
}

.section3 .about_swiper .swiper-slide .content.black span,.section3 .about_swiper .swiper-slide .content.black p{
  color: #000;
}
.section3 .about_swiper .swiper-slide.on .content > * {
  opacity: 1!important;
  transform: translateY(0) !important;
  transition: 0.7s;
}
.section3 .about_swiper .swiper-slide.unset .content > * {
  transition-delay: unset!important;
}
.section3 .side {
  position: absolute;
  right: 0;
  width: 220px;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 5;
  top: 0;
}
.section3 .side .top {
  height: 93%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section3 .side .top .list {
  transition: 0.7s;
  opacity: 0.5;
  cursor: pointer;
}
.section3 .side .top .list.on {
  opacity: 1;
}
.section3 .side .top .list:not(:last-child) {
  margin: 0 0 150px 0;
}
.section3 .side .top .list:first-child {
  width: 97px;
}
.section3 .side .top .list:nth-child(2) {
  width: 127px;
}
.section3 .side .top .list:nth-child(3) {
  width: 46px;
}
.section3 .side .next {
  width: 100%;
  height: 7%;
  background: #DD431F;
  cursor: pointer;
}
.section3 .side .next div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section3 .side .next div img {
  position: relative;
  top: 6px;
}
.section4 {
  position: relative;
}
.section4 .wrap {
  width: 1480px;
  margin: 91px auto 109px;
  position: relative;
  z-index: 5;
}
.section4 .wrap .title {
  margin: 0 0 39px 0;
}
.section4 .wrap .title span {
  font-size: 48px;
  font-family: "PingFang SC r", sans-serif;
  font-weight: bold;
  color: #DD431F;
  display: block;
  margin: 0 0 45px 0;
}
.section4 .wrap .title p {
  font-size: 18px;
  font-family: "PingFang SC r", sans-serif;
  font-weight: 400;
  line-height: 30px;
  color: #666666;
}
.section4 .wrap .content .course {
  width: 100%;
}
.section4 .wrap .content .course .swiper-slide .headline {
  font-size: 30px;
  font-family: "PingFang SC r", sans-serif;
  font-weight: bold;
  color: #333333;
  margin: 0 0 51px 0;
}
.section4 .wrap .content .course .swiper-slide .matter {
  display: flex;
  justify-content: space-between;
}
.section4 .wrap .content .course .swiper-slide .matter .img {
  width: 740px;
  height: 480px;
  overflow: hidden;
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;
}
.section4 .wrap .content .course .swiper-slide .matter .img img {
  width: 100%;
  height: 100%;
}
.section4 .wrap .content .course .swiper-slide .matter .scroll {
  width: 628px;
  padding: 0 50px 25px 0;
  height: 480px;
  overflow: hidden;
}
.section4 .wrap .content .course .swiper-slide .matter .scroll .scrollbar-track-y {
  width: 4px!important;
  background-color: #fff !important;
  opacity: 1!important;
  border-radius: 0!important;
}
.section4 .wrap .content .course .swiper-slide .matter .scroll .scrollbar-thumb {
  width: 4px!important;
  background-color: #dd431f !important;
  opacity: 1!important;
  border-radius: 0!important;
}
.section4 .wrap .content .course .swiper-slide .matter .scroll span {
  font-size: 30px;
  font-family: "PingFang SC m", sans-serif;
  font-weight: 400;
  color: #dd431f;
}
.section4 .wrap .content .course .swiper-slide .matter .scroll p {
  font-size: 18px;
  font-family: "PingFang SC m", sans-serif;
  font-weight: 400;
  line-height: 44px;
  color: #333333;
}
.section4 .wrap .content .line_swiper {
  margin: 106px 0 0 0;
  width: 100%;
}
.section4 .wrap .content .line_swiper:after {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(112, 112, 112, 0.15);
}
.section4 .wrap .content .line_swiper .swiper-slide {
  text-align: center;
  cursor: pointer;
}
.section4 .wrap .content .line_swiper .swiper-slide .circle {
  width: 12px;
  height: 12px;
  background: #aeaeae;
  border-radius: 50%;
  margin: 0 auto 19px;
  position: relative;
  z-index: 2;
  transition: 1s;
}
.section4 .wrap .content .line_swiper .swiper-slide p {
  font-size: 24px;
  font-family: "PingFang SC r", sans-serif;
  font-weight: bold;
  color: #666666;
  transition: 1s;
}
.section4 .wrap .content .line_swiper .swiper-slide.on .circle {
  background: #dd431f;
}
.section4 .wrap .content .line_swiper .swiper-slide.on p {
  color: #dd431f;
}
.section5 {
  background: #FBFBFB;
}
.section5 .wrap {
  width: 1480px;
  margin: 85px auto 87px;
}
.section5 .wrap .title {
  font-size: 48px;
  font-family: "PingFang SC r", sans-serif;
  font-weight: bold;
  color: #DD431F;
  margin: 0 0 119px 0;
}
.section5 .wrap .content .top {
  display: flex;
  justify-content: center;
  margin: 0 0 100px 0;
}
.section5 .wrap .content .top .item {
  display: flex;
  align-items: flex-end;
}
.section5 .wrap .content .top .item:not(:last-child) {
  margin: 0 152px 0 0;
}
.section5 .wrap .content .top .item span {
  font-size: 160px;
  font-family: "DIN", sans-serif;
  font-weight: 400;
  color: #DD431F;
  position: relative;
  line-height: 0.8;
  margin: 0 50px 0 0;
}
.section5 .wrap .content .top .item span:after {
  content: attr(data-text);
  position: absolute;
  bottom: 111px;
  left: 102%;
  font-size: 60px;
  font-weight: 200;
}
.section5 .wrap .content .top .item p {
  font-size: 24px;
  font-family: "PingFang SC r", sans-serif;
  font-weight: 400;
  line-height: 24px;
  color: #333333;
}
.section5 .wrap .content .text {
  text-align: center;
  margin: 0 0 120px 0;
}
.section5 .wrap .content .text span {
  font-size: 24px;
  font-family: "PingFang SC r", sans-serif;
  font-weight: 500;
  color: #333333;
  display: block;
  margin: 0 0 15px 0;
}
.section5 .wrap .content .text p {
  font-size: 16px;
  font-family: "PingFang SC r", sans-serif;
  font-weight: 400;
  color: #666666;
}
.section5 .wrap .content .img {
  text-align: center;
  width: fit-content;
  cursor: pointer;
  margin: auto;
}
.section5 .wrap .content .img img{
  transition: 1s;

}
.section5 .wrap .content .img:hover img{
  transform: translateY(-15px);
}
.section5 .wrap .matter {
  margin: 37px 0 0 0;
}
.section5 .wrap .matter .headline {
  font-size: 36px;
  font-family: "PingFang SC r", sans-serif;
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin: 0 0 26px 0;
}
.section5 .wrap .matter .cut {
  display: flex;
  justify-content: center;
}
.section5 .wrap .matter .cut a {
  font-size: 18px;
  font-family: "PingFang SC b", sans-serif;
  font-weight: 400;
  color: #333333;
  transition: 0.7s;
  position: relative;
}
.section5 .wrap .matter .cut a:not(:last-child) {
  margin: 0 42px 0 0;
}
.section5 .wrap .matter .cut a:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -7px;
  width: 38px;
  height: 2px;
  background: #DD431F;
  opacity: 0;
  transition: 0.7s;
}
.section5 .wrap .matter .cut a.on,.section5 .wrap .matter .cut a:hover {
  color: #dd431f;
}
.section5 .wrap .matter .cut a.on:after,.section5 .wrap .matter .cut a:hover:after {
  opacity: 1;
}
.section5 .wrap .matter .certificate {
  margin: 62px 0 0 0;
}
.section5 .wrap .matter .certificate .item {
  display: none;
}
.section5 .wrap .matter .certificate .item.on {
  display: block;
}
.section5 .wrap .matter .certificate .item .swiper {
  width: 100%;
}
.section5 .wrap .matter .certificate .item .swiper .swiper-slide .joke {
  transform: scale(0.7);
  transition: 1s;
  opacity: 0.5;
}
.section5 .wrap .matter .certificate .item .swiper .swiper-slide .joke .color {
  width: 260px;
  height: 368px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 22px;
}
.section5 .wrap .matter .certificate .item .swiper .swiper-slide .joke .text {
  font-size: 16px;
  font-family: "PingFang SC r", sans-serif;
  font-weight: 500;
  color: #333333;
  text-align: center;
  opacity: 0;
  transition: 1s;
}
.section5 .wrap .matter .certificate .item .swiper .swiper-slide.swiper-slide-active .joke {
  transform: scale(1);
  opacity: 1;
}
.section5 .wrap .matter .certificate .item .swiper .swiper-slide.swiper-slide-active .text {
  opacity: 1;
}
.section5 .wrap .matter .certificate .item .swiper .swiper-slide.swiper-slide-next .joke,
.section5 .wrap .matter .certificate .item .swiper .swiper-slide.swiper-slide-prev .joke {
  transform: scale(0.8);
  opacity: 0.8;
}
.section6 {
  padding: 93px 0 149px;
}
.section6 .wrap {
  width: 1480px;
  margin: auto;
}
.section6 .wrap .title {
  margin: 0 0 72px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section6 .wrap .title span {
  font-size: 48px;
  font-family: "PingFang SC r", sans-serif;
  font-weight: bold;
  color: #DD431F;
}
.section6 .wrap .title a {
  width: 160px;
  height: 48px;
  background: #DD431F;
  border: 1px solid transparent;
  opacity: 1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-family: "PingFang SC r", sans-serif;
  font-weight: 400;
  line-height: 33px;
  color: #FFFFFF;
  transition: 1s;
}
.section6 .wrap .title a:hover {
  background: transparent;
  border: 1px solid #DD431F;
  color: #DD431F;
}
.section6 .wrap .content .construction {
  width: 1800px;
}
.section6 .wrap .content .construction .swiper-slide .img {
  width: 100%;
  height: 360px;
  overflow: hidden;
  border-top-left-radius: 52px;
  border-bottom-right-radius: 52px;
}
.section6 .wrap .content .construction .swiper-slide .img img {
  width: 100%;
  height: 100%;
  transition: 3s;
}
.section6 .wrap .content .construction .swiper-slide .text {
  margin: 62px 0 0 0;
}
.section6 .wrap .content .construction .swiper-slide .text span {
  font-size: 24px;
  font-family: "PingFang SC r", sans-serif;
  font-weight: bold;
  line-height: 44px;
  color: #333333;
  display: block;
  margin: 0 0 49px 0;
  transition: 1s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section6 .wrap .content .construction .swiper-slide .text span strong {
  color: #dd431f;
}
.section6 .wrap .content .construction .swiper-slide .text p {
  font-size: 16px;
  font-family: "PingFang SC r", sans-serif;
  font-weight: 400;
  line-height: 30px;
  color: #666666;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.section6 .wrap .content .construction .swiper-slide .text .time {
  font-size: 16px;
  font-family: "PingFang SC r", sans-serif;
  font-weight: 400;
  color: #999999;
  margin: 35px 0 0 0;
}
.section6 .wrap .content .construction .swiper-slide:hover .img img {
  transform: scale(1.1);
}
.section6 .wrap .content .construction .swiper-slide:hover .text span{
  color: #dd431f;
}
.section7 {
  position: relative;
  padding: 86px 0 100px;
  z-index: 1;
  background: #FBFBFB;
}
.section7 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.section7 .wrap {
  width: 1480px;
  margin: auto;
}
.section7 .wrap .title {
  margin: 0 0 73px 0;
}
.section7 .wrap .title span {
  font-size: 48px;
  font-family: "PingFang SC r", sans-serif;
  font-weight: bold;
  color: #DD431F;
  display: block;
  margin: 0 0 32px 0;
}
.section7 .wrap .title p {
  font-size: 18px;
  font-family: "PingFang SC m", sans-serif;
  font-weight: 400;
  line-height: 24px;
  color: #333333;
}
.section7 .wrap .content .lead_swiper {
  width: 100%;
}
.section7 .wrap .content .lead_swiper .swiper-slide {
  display: flex;
  flex-wrap: wrap;
}
.section7 .wrap .content .lead_swiper .swiper-slide .item {
  width: 31%;
  cursor: pointer;
  display: block;
}

.section7 .wrap .content .lead_swiper .swiper-slide .item {
  margin: 0 0 68px 0;
}
.section7 .wrap .content .lead_swiper .swiper-slide .item:not(:nth-child(3n)) {
  margin-right: 3.5%;
}
.section7 .wrap .content .lead_swiper .swiper-slide .item .img {
  width: 100%;
  height: 300px;
  margin: 0 0 27px 0;
  overflow: hidden;
}
.section7 .wrap .content .lead_swiper .swiper-slide .item .img img {
  width: 100%;
  height: 100%;
  transition: 3s;
}
.section7 .wrap .content .lead_swiper .swiper-slide .item .text{
  height: 60px;
  overflow: hidden;
}
.section7 .wrap .content .lead_swiper .swiper-slide .item .text p {
  font-size: 18px;
  font-family: "PingFang SC r", sans-serif;
  font-weight: 400;
  line-height: 30px;
  color: #666666;
  transition: 1s;
}
.section7 .wrap .content .lead_swiper .swiper-slide .item:hover .img img {
  transform: scale(1.1);
}
.section7 .wrap .content .lead_swiper .swiper-slide .item:hover .text p{
  color: #DD431F;
}
.section7 .wrap .content .button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0 0 0;
}
.section7 .wrap .content .button .circle {
  width: 35px;
  height: 35px;
  border: 2px solid #E7E7E7;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.7s;
  color: #000;
  font-size: 25px;
  font-weight: bold;
  border-radius: 50%;
  cursor: pointer;
}
.section7 .wrap .content .button .circle:first-child {
  margin: 0 22px 0 0;
  transform: rotate(180deg);
}
.section7 .wrap .content .button .circle:hover {
  border: 2px solid #dd431f;
  color: #dd431f;
}
.section8 {
  padding: 93px 0 150px;
}
.section8 .wrap {
  width: 1480px;
  margin: auto;
}
.section8 .wrap .title {
  margin: 0 0 58px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section8 .wrap .title span {
  font-size: 48px;
  font-family: "PingFang SC r", sans-serif;
  font-weight: bold;
  color: #DD431F;
}
.section8 .wrap .title a {
  width: 160px;
  height: 48px;
  background: #DD431F;
  border: 1px solid transparent;
  opacity: 1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-family: "PingFang SC r", sans-serif;
  font-weight: 400;
  line-height: 33px;
  color: #FFFFFF;
  transition: 1s;
}
.section8 .wrap .title a:hover {
  background: transparent;
  border: 1px solid #DD431F;
  color: #DD431F;
}
.section8 .wrap .content {
  display: flex;
  justify-content: space-between;
}
.section8 .wrap .content .l {
  width: 720px;
}
.section8 .wrap .content .l .item .img {
  width: 100%;
  height: 480px;
  overflow: hidden;
  margin: 0 0 29px 0;
}
.section8 .wrap .content .l .item .text .time {
  font-size: 16px;
  font-family: "PingFang SC r", sans-serif;
  font-weight: 400;
  color: #999999;
  margin: 0 0 28px 0;
}
.section8 .wrap .content .l .item .text span {
  font-size: 20px;
  font-family: "PingFang SC r", sans-serif;
  font-weight: bold;
  color: #141414;
  display: block;
  margin: 0 0 15px 0;
}
.section8 .wrap .content .l .item .text .pick {
  font-size: 16px;
  font-family: "PingFang SC r", sans-serif;
  font-weight: 400;
  line-height: 30px;
  color: #666666;
  margin: 0 0 38px 0;
}
.section8 .wrap .content .r {
  width: 730px;
}
.section8 .wrap .content .r .item {
  display: flex;
  align-items: center;
}
.section8 .wrap .content .r .item:not(:last-child) {
  margin: 0 0 52px 0;
}
.section8 .wrap .content .r .item .img {
  width: 222px;
  height: 148px;
  margin: 0 34px 0 0;
}
.section8 .wrap .content .r .item .text {
  width: 484px;
}
.section8 .wrap .content .r .item .text .time {
  font-size: 16px;
  font-family: "PingFang SC r", sans-serif;
  font-weight: 400;
  color: #999999;
  margin: 0 0 10px 0;
}
.section8 .wrap .content .r .item .text span {
  font-size: 18px;
  font-family: "PingFang SC r", sans-serif;
  font-weight: bold;
  line-height: 30px;
  color: #141414;
  height: 55px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 0 16px 0;
}
.section8 .wrap .content .item {
  cursor: pointer;
}
.section8 .wrap .content .item .img {
  overflow: hidden;
}
.section8 .wrap .content .item .img img {
  width: 100%;
  height: 100%;
  transition: 3s;
}
.section8 .wrap .content .item .text span {
  transition: 0.7s;
}
.section8 .wrap .content .item:hover .img img {
  transform: scale(1.1);
}
.section8 .wrap .content .item:hover .text span {
  color: #dd431f;
}
.section8 .wrap .content .item .more {
  display: flex;
  align-items: center;
}
.section8 .wrap .content .item .more p {
  font-size: 18px;
  font-family: "PingFang SC r", sans-serif;
  font-weight: 400;
  color: #141414;
  margin: 0 16px 0 0;
  transition: 0.6s;
}
.section8 .wrap .content .item .more .iconfont {
  font-size: 22px;
  color: #dd431f;
  transition: 0.6s;
}
.section8 .wrap .content .item:hover p {
  color: #dd431f;
}
.section8 .wrap .content .item:hover .iconfont {
  transform: translateX(7px);
}
.section9 {
  background: #FBFBFB;
  padding: 71px 0 138px 0;
}
.section9 .wrap {
  width: 1480px;
  margin: auto;
}
.section9 .wrap .title {
  font-size: 48px;
  font-family: "PingFang SC r", sans-serif;
  font-weight: bold;
  color: #DD431F;
  margin: 0 0 96px 0;
}
.section9 .wrap .content {
  display: flex;
}
.section9 .wrap .content .l {
  width: 558px;
  margin: 0 55px 0 0;
}
.section9 .wrap .content .l .text {
  font-size: 16px;
  font-family: "PingFang SC r", sans-serif;
  font-weight: 400;
  line-height: 30px;
  color: #333333;
  margin: 0 0 85px 0;
}
.section9 .wrap .content .l .figure {
  margin: 0 0 119px 0;
  height: 247px;
  overflow: hidden;
}
.section9 .wrap .content .l .figure .scrollbar-track{
  display: none!important;
}
.section9 .wrap .content .l .figure .scroll-content{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 43px 68px;
}
.section9 .wrap .content .l .figure .list {
  border-top: 1px solid #d2d2d2;
  padding: 15px 0 0 0;
  transition: 0.7s;
  cursor: pointer;
}
.section9 .wrap .content .l .figure .list span {
  /*font-size: 40px;*/
  font-size: 27px;
  font-family: "PingFang SC m", sans-serif;
  font-weight: 400;
  color: #333333;
  transition: 0.7s;
  white-space: nowrap;
}
.section9 .wrap .content .l .figure .list p {
  font-size: 18px;
  font-family: "PingFang SC r", sans-serif;
  font-weight: 400;
  color: #999999;
  transition: 0.7s;
}
.section9 .wrap .content .l .figure .list.on span,
.section9 .wrap .content .l .figure .list.on p {
  color: #dd431f;
}
.section9 .wrap .content .l .figure .list.on {
  border-top: 1px solid #dd431f;
}
.section9 .wrap .content .l .color_more {
  width: 160px;
  height: 48px;
  background: #DD431F;
  border: 1px solid transparent;
  opacity: 1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-family: "PingFang SC r", sans-serif;
  font-weight: 400;
  line-height: 33px;
  color: #FFFFFF;
  transition: 1s;
}
.section9 .wrap .content .l .color_more:hover {
  background: transparent;
  border: 1px solid #DD431F;
  color: #DD431F;
}
.section9 .wrap .content .r {
  /*width: 1214px;*/
  width: 1000px;
}
.section9 .wrap .content .r .year_swiper {
  /*width: 1864px;*/
  width: 1300px;
}
.section9 .wrap .content .r .year_swiper .swiper-slide img {
  width: 100%;
  border-top-left-radius: 96px;
  border-bottom-right-radius: 96px;
}
.section9 .wrap .content .r .other {
  margin: 75px 0 0 0;
  display: flex;
  align-items: center;
}
.section9 .wrap .content .r .other .swiper-pagination {
  position: static;
  width: fit-content;
  display: flex;
  align-items: center;
  font-size: 24px;
  font-family: "PingFang SC r", sans-serif;
  font-weight: 400;
  color: #999999;
}
.section9 .wrap .content .r .other .swiper-pagination span {
  font-size: 24px;
  font-family: "PingFang SC r", sans-serif;
  font-weight: 400;
  color: #999999;
}
.section9 .wrap .content .r .other .swiper-pagination span.swiper-pagination-current {
  color: #dd431f;
}
.section9 .wrap .content .r .other .line_ {
  width: 749px;
  height: 1px;
  background: #EFEFEF;
  margin: 0 56px;
}
.section9 .wrap .content .r .other .line_ div {
  position: relative;
  width: 0;
  height: 1px;
  background: #dd431f;
  transition: 0.56s;
}
.section9 .wrap .content .r .other .line_ div:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 1px;
  background: #dd431f;
  right: 0;
  top: -5px;
  transform: rotate(25deg);
}
.section9 .wrap .content .r .other .button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0 0 0;
}
.section9 .wrap .content .r .other .button .circle {
  width: 35px;
  height: 35px;
  border: 2px solid #E7E7E7;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.7s;
  color: #000;
  font-size: 25px;
  font-weight: bold;
  border-radius: 50%;
  cursor: pointer;
}
.section9 .wrap .content .r .other .button .circle:first-child {
  margin: 0 22px 0 0;
  transform: rotate(180deg);
}
.section9 .wrap .content .r .other .button .circle:hover {
  border: 2px solid #dd431f;
  color: #dd431f;
}
/*# sourceMappingURL=about.css.map */
@media screen and (max-width: 1850px){
  .section .wrap {
    width: calc(90vw - 200px);
  }
  .section .wrap .content {
    margin: 120px 0 0 0;
  }
}
@media screen and (max-width: 1600px){
  .section .wrap {
    width: calc(90vw - 150px);
  }
  .section .wrap .title,.section2 .wrap .title,.section3 .about_swiper .swiper-slide .content span,.section4 .wrap .title span,.section5 .wrap .title,.section6 .wrap .title span,.section7 .wrap .title span,.section8 .wrap .title span,.section9 .wrap .title {
    font-size: 34px;
  }
  .section .wrap .content .text {
    font-size: 16px;
  }
  .section .wrap .content {
    margin: 80px 0 0;
  }
  .section .wrap .content .r .item .other span {
    font-size: 40px;
  }
  .section .wrap .content .r {
    grid-gap: 89px 80px;
  }
  .section .wrap {
    padding: 0 0 200px 0;
  }
  .section2 .wrap,.section4 .wrap,.section5 .wrap,.section6 .wrap,.section7 .wrap,.section8 .wrap,.section9 .wrap,.section3 .about_swiper .swiper-slide .content,.section3 .swiper-pagination {
    width: 90%;
  }
  .section2 .wrap .content .small .item > div span,.section2 .wrap .content .big .headline p strong {
    font-size: 30px;
  }
  .section2 .wrap .content .small .item,.section8 .wrap .content .l,.section8 .wrap .content .r {
    width: 48%;
  }
  .section2 .wrap .content .small .item > div p,.section2 .wrap .content .big .headline p,.section3 .about_swiper .swiper-slide .content p {
    font-size: 18px;
  }
  .section2 .wrap .content .big .matter .list .l span {
    font-size: 20px;
  }
  .section2 .wrap .content .small .item > img,.section2 .wrap .content .big .headline > img {
    max-width: 70px;
  }
  .section5 .wrap .content .top .item span {
    font-size: 120px;
  }
  .section5 .wrap .content .top .item span:after{
    bottom: 85px;
  }
  .section5 .wrap .matter .headline {
    font-size: 30px;
  }
  .section6 .wrap .content .construction .swiper-slide .text span {
    font-size: 20px;
  }
  .section6 .wrap .title a,.section8 .wrap .title a {
    width: 140px;
    height: 40px;
    font-size: 16px;
  }
  .section8 .wrap .content .item .more p {
    font-size: 16px;
  }
  .section9 .wrap .title {
    margin: 0 0 56px 0;
  }
  .section9 .wrap .content .l .figure .list span {
    font-size: 24px;
  }
  .section4 .wrap .content .course .swiper-slide .matter .scroll {
    width: 40%;
  }
  .section2 .wrap .content .big .matter .list p {
    width: calc(100% - 118px);
  }
}

@media screen and (max-width: 1450px){
  .section .wrap {
    width: calc(90vw - 100px);
  }
  .section .wrap .content .r .item .other p {
    font-size: 14px;
  }
  .section .wrap {
    padding: 0 0 150px 0;
  }
  .section2 .wrap .content .small .item {
    height: 150px;
  }
  .section2 .wrap .content .small .item > div span, .section2 .wrap .content .big .headline p strong {
    font-size: 24px;
  }
  .section2 .wrap .content .small .item > div p, .section2 .wrap .content .big .headline p, .section3 .about_swiper .swiper-slide .content p {
    font-size: 16px;
  }
  .section2 .wrap .content .big {
    padding: 43px 36px 48px 40px;
  }
  .section .wrap .title, .section2 .wrap .title, .section3 .about_swiper .swiper-slide .content span, .section4 .wrap .title span, .section5 .wrap .title, .section6 .wrap .title span, .section7 .wrap .title span, .section8 .wrap .title span, .section9 .wrap .title {
    font-size: 30px;
  }
  .section5 .wrap .content .top .item span {
    font-size: 90px;
  }
  .section5 .wrap .content .top .item span:after {
    bottom: 60px;
    font-size: 50px;
  }
  .section7 .wrap .content .lead_swiper .swiper-slide .item .text p {
    font-size: 16px;
  }
  .section9 {
    padding: 71px 0 58px 0;
  }
  .section4 .wrap .content .course .swiper-slide .matter .img {
    width: 56%;
    height: auto;
  }
  .section4 .wrap .content .course .swiper-slide .matter .img img {
    height: auto;
  }
  .section4 .wrap .content .line_swiper .swiper-slide p {
    font-size: 20px;
  }
}
@media screen and (max-width: 1365px){
  .section .wrap .content {
    flex-direction: column;
  }
  .section .wrap .content {
    margin: 40px 0 0;
  }
  .section .wrap .content .text {
    width: 100%;
    margin: 0;
  }
  .section .wrap .content .r {
    width: 100%;
    margin-top: 30px;
  }
  .section2 .wrap .content .small .item > div span {
    white-space: nowrap;
  }
  .section2 .wrap .content .small .item {
    padding: 0 30px 0 30px;
  }
  .section7 .wrap .content .lead_swiper .swiper-slide .item .img {
    height: auto;
  }
  .section8 .wrap .content{
    display: block;
  }
  .section8 .wrap .content .l {
    margin-bottom: 40px;
  }
  .section8 .wrap .content .l,.section8 .wrap .content .r {
    width: 100%;
  }
  .section9 .wrap .content {
    display: block;
  }
  .section9 .wrap .content .l {
    width: 100%;
    margin: 0 0 40px;
  }
  .section9 .wrap .content .r {
    width: 100%;
  }
  .section9 .wrap .content .r .other .line_ {
    margin: 0;
  }
  .section9 .wrap .content .r .other {
    display: block;
  }
  .section9 .wrap .content .r .other .line_ {
    width: 100%;
  }
}
@media screen and (max-width: 1023px){
  .section3 .about_swiper .swiper-slide .content p{
    width: 100%;
  }


  .section7 .wrap .content .lead_swiper .swiper-slide .item:not(:nth-child(3n)) {
    margin: 0 0 68px 0;
  }
  .section7 .wrap .content .lead_swiper .swiper-slide .item {
    width: 49%;
  }
  .section7 .wrap .content .lead_swiper .swiper-slide {
    justify-content: space-between;
  }
  .pc_swiper {
    display: none;
  }
  .pe {
    display: block!important;
  }
}
@media screen and (max-width: 900px){
  .section5 .wrap .matter .certificate .item .swiper .swiper-slide .joke .color{
    width: 100%;
  }
  .section4 .wrap .content .course .swiper-slide .matter {
    flex-direction: column;
  }
  .section4 .wrap .content .course .swiper-slide .matter .img {
    width: 100%;
  }
  .section4 .wrap .content .course .swiper-slide .matter .scroll {
    width: 100%;
    margin-top: 30px;
  }
  .section4 .wrap .content .line_swiper {
    margin: 10px 0 0 0;
  }
  .section5 .wrap .content .top .item span {
    font-size: 60px;
  }
  .section5 .wrap .content .top .item span:after {
    bottom: 45px;
    font-size: 34px;
  }
  .section5 .wrap .content .text {
    margin: 0 0 40px 0;
  }

  .section7 {
    padding: 86px 0 40px;
  }
  .section8 .wrap .content .l .item .text .pick{
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 700px){
  .section7 .wrap .content .lead_swiper .swiper-slide {
    flex-wrap: wrap;
  }
  .section7 .wrap .content .lead_swiper .swiper-slide .item {
    width: 100%;
  }
  .section7 .wrap .content .lead_swiper .swiper-slide .item:nth-last-child(1) {
    margin: 0;
  }
  .section .wrap {
    width: 90%;
    margin: 30px auto 0;
    padding: 0 0 40px 0;
  }
  .section2 .wrap .content .small .item, .section8 .wrap .content .l, .section8 .wrap .content .r {
    width: 100%;
  }
  .section2 .wrap .content .small {
    display: block;
    margin: 0 0 20px 0;
  }
  .section2 .wrap .content .small .item > div span, .section2 .wrap .content .big .headline p strong {
    font-size: 20px;
  }
  .section2 .wrap .content .small .item > div p {
    margin: 4px 0 0 0;
  }
  .section2 .wrap .content .small .item > img, .section2 .wrap .content .big .headline > img{
    display: none;
  }
  .section2 .wrap .content .small .item {
    height: 100px;
  }
  .section2 .wrap .title {
    margin: 0 0 40px 0;
  }
  .section2 .wrap .content .small .item > div {
    align-items: unset;
  }
  .section .wrap .title, .section2 .wrap .title, .section3 .about_swiper .swiper-slide .content span, .section4 .wrap .title span, .section5 .wrap .title, .section6 .wrap .title span, .section7 .wrap .title span, .section8 .wrap .title span, .section9 .wrap .title {
    font-size: 24px;
  }
  .section .wrap .content {
    margin: 10px 0 0;
  }
  .section .wrap .content .text {
    line-height: 32px;
  }
  .section .wrap .content .r {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px 40px;
  }
  .section2 .wrap .content .small .item:nth-child(1) {
    margin-bottom: 20px;
  }
  .section2 .wrap .content .big {
    padding: 35px 20px 35px 20px;
  }
  .section2 .wrap .content .big .matter .list p {
    font-size: 14px;
    line-height: 26px;
    width: calc(100% - 59px);
  }
  .section2 .wrap .content .big .headline {
    margin: 0 0 20px 0;
  }
  .section2 .wrap .content .big .matter .list .l .img {
    display: none;
  }
  .section2 .wrap .content .big .matter .list .l span {
    font-size: 18px;
  }
  .section3 .side {
    top: unset;
    right: unset;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
  }
  .section3 .swiper-pagination {
    display: none;
  }
  .section3 .about_swiper .swiper-slide .content p {
    font-size: 14px;
  }
  .section4 .wrap .title span {
    margin: 0 0 15px 0;
  }
  .section4 .wrap .title {
    margin: 0 0 10px 0;
  }
  .section4 .wrap .content .course .swiper-slide .headline {
    margin: 0 0 10px 0;
  }
  .section4 .wrap .content .course .swiper-slide .matter .scroll p {
    font-size: 16px;
    line-height: 32px;
  }
  .section4 .wrap .content .course .swiper-slide .matter .scroll span {
    font-size: 24px;
  }
  .section4 .wrap .content .course .swiper-slide .matter .scroll {
    height: auto;
  }
  .section2 .wrap,.section4 .wrap,.section5 .wrap {
    margin: 40px auto 60px;
  }
  .section6,.section7,.section8,.section9 {
    padding: 40px 0 60px;
  }
  .section7 .wrap .title span {
    margin: 0 0 20px 0;
  }
  .section6 .wrap .content .construction {
    width: 100%;
  }
  .section3 .side .next {
    display: none;
  }
  .section3 .side .top {
    height: 100%;
    width: 100%;
    flex-direction: row;
  }
  .section3 .side .top .list:not(:last-child) {
    margin: 0 60px 0 0;
  }
  .section4 .wrap .content .line_swiper .swiper-slide p {
    font-size: 16px;
  }
  .section5 .wrap .content .top .item span {
    font-size: 40px;
    margin: 0 20px 0 0;
  }
  .section5 .wrap .title {
    margin: 0 0 50px 0;
  }
  .section5 .wrap .content .top {
    margin: 0 0 40px 0;
  }
  .section5 .wrap .matter .headline {
    font-size: 22px;
  }
  .section5 .wrap .matter .cut a {
    font-size: 16px;
  }
  .section5 .wrap .content .top .item span:after {
    bottom: 22px;
    font-size: 28px;
  }
  .section5 .wrap .content .top .item p {
    font-size: 16px;
  }
  .section5 .wrap .content .top .item:not(:last-child) {
    margin: 0 15px 0 0;
  }
  .section6 .wrap .content .construction .swiper-slide .img {
    height: auto;
  }
  .section6 .wrap .title {
    margin: 0 0 40px 0;
  }
  .section6 .wrap .content .construction .swiper-slide .text span {
    font-size: 18px;
    line-height: 36px;
    margin: 0 0 10px 0;
  }
  .section6 .wrap .content .construction .swiper-slide .text {
    margin: 20px 0 0 0;
  }
  .section7 .wrap .content .lead_swiper .swiper-slide .item .text p {
    font-size: 14px;
    line-height: 28px;
  }
  .section7 .wrap .content .lead_swiper .swiper-slide .item .img {
    margin: 0 0 5px 0;
  }
  .section7 .wrap .content .lead_swiper .swiper-slide .item:not(:last-child) {
    margin: 0 0 20px 0;
  }
  .section5 .wrap .content .text p {
    line-height: 2;
  }
  .section5 .wrap .matter .certificate {
    margin: 32px 0 0 0;
  }
  .section7 .wrap .title {
    margin: 0 0 23px 0;
  }
  .section8 .wrap .content .l .item .img {
    height: auto;
  }
  .section8 .wrap .content .l .item .text span {
    font-size: 18px;
  }
  .section8 .wrap .content .l .item .img,.section8 .wrap .content .l .item .text .time {
    margin: 0 0 10px 0;
  }
  .section8 .wrap .content .r .item {
    flex-direction: column;
  }
  .section8 .wrap .content .r .item .img {
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
  }
  .section8 .wrap .content .r .item .text {
    width: 100%;
  }
  .section9 .wrap .content .l .figure .list span {
    font-size: 18px;
  }
  .section9 .wrap .title {
    margin: 0 0 20px 0;
  }
  .section9 .wrap .content .r .year_swiper {
    width: 100%;
  }
  .section9 .wrap .content .l .figure .scroll-content {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 43px 68px;
  }
  .section9 .wrap .content .r .other {
    margin: 40px 0 0 0;
  }
  .section9 .wrap .content .r .other .button{
    margin: 30px 0 0 0;
  }
  .section9 .wrap .content .l .figure .scroll-content {
    grid-gap: 23px 63px;
  }
  .section9 .wrap .content .l .figure {
    margin: 0 0 30px 0;
  }
  .section9 .wrap .content .l .text {
    margin: 0px 0 30px 0;
  }
}
@media screen and (max-width: 600px){
  .section3 .side .top {
    width: 90%;
    margin: auto;
    justify-content: space-between;
  }
  .section3 .side .top .list:not(:last-child) {
    margin: 0;
  }
}
