.title {
  display: flex;
  justify-content: center;
  gap: 12px;
  align-items: flex-start;
}
.title .title-body .title-text {
  font-weight: bold;
  font-size: 43px;
  color: #212121;
}
.title .title-body .title-tips {
  font-weight: bold;
  font-size: 16px;
  color: #CFCFCF;
  line-height: 20px;
}

body {
  overflow-y: scroll;
  scrollbar-width: 0; /* Firefox */
}

body::-webkit-scrollbar {
  display: none; /* Chrome/Safari/Edge */
}

.news-section {
  padding: 140px 0;
  background: url("../images/bg_1.png") no-repeat center bottom/100% 100%;
}
.news-section .title {
  margin-bottom: 58px;
}
.news-section .news-body {
  display: flex;
  gap: 50px;
  align-items: flex-start;
}
.news-section .news-body .news-left {
  width: 722px;
  flex-shrink: 0;
  position: relative;
}
.news-section .news-body .news-left:hover img {
  transform: scale(1.1);
}
.news-section .news-body .news-left .news-img {
  width: 727px;
  height: 491px;
  border-radius: 10px;
  overflow: hidden;
}
.news-section .news-body .news-left .news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease 0.3s;
}
.news-section .news-body .news-left .news-info {
  width: 659px;
  height: 130px;
  background: url("../images/icon_1.png") no-repeat;
  box-sizing: border-box;
  display: flex;
  padding: 0 15px 0 18px;
  align-items: center;
  color: #ffffff;
  position: absolute;
  bottom: -77px;
  left: 0;
  gap: 16px;
}
.news-section .news-body .news-left .news-info .news-time {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.news-section .news-body .news-left .news-info .news-time .news-date {
  font-size: 36px;
  font-weight: bold;
}
.news-section .news-body .news-left .news-info .news-content {
  font-size: 21px;
  font-weight: bold;
  margin-top: 8px;
}
.news-section .news-body .news-right {
  flex: 1;
  overflow: hidden;
}
.news-section .news-body .news-right .news-list .news-item:hover img {
  transform: scale(1.1);
}
.news-section .news-body .news-right .news-list .news-item:hover .news-title {
  font-weight: bold;
}
.news-section .news-body .news-right .news-list .news-item + .news-item {
  padding-top: 34px;
  border-top: 1px solid #E6E6E6;
}
.news-section .news-body .news-right .news-list .news-item:last-of-type {
  padding-bottom: 0;
}
.news-section .news-body .news-right .news-list .news-item .news-link {
  display: flex;
  padding-bottom: 27px;
  gap: 16px;
}
.news-section .news-body .news-right .news-list .news-item .news-link .news-content {
  display: flex;
  flex-direction: column;
}
.news-section .news-body .news-right .news-list .news-item .news-link .news-content .news-time {
  margin-top: auto;
  color: #F59507;
  font-size: 14px;
}
.news-section .news-body .news-right .news-list .news-item .news-link .news-content .news-title {
  font-size: 18px;
  color: #333333;
  line-height: 25px;
  transition: all ease 0.3s;
}
.news-section .news-body .news-right .news-list .news-item .news-link .news-content .news-tips {
  color: #797979;
  line-height: 25px;
  margin-top: 6px;
}
.news-section .news-body .news-right .news-list .news-item .news-link .news-img {
  width: 227px;
  height: 148px;
  overflow: hidden;
  border-radius: 10px;
  flex-shrink: 0;
}
.news-section .news-body .news-right .news-list .news-item .news-link .news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease 0.3s;
}

.scientific {
  padding: 75px 0 80px;
  background: url("../images/bg_2.png") no-repeat center bottom/cover;
}
.scientific .title {
  margin-bottom: 68px;
}
.scientific .scientific-body .scientific-list {
  display: flex;
  gap: 17px;
  align-items: flex-start;
}
.scientific .scientific-body .scientific-list .scientific-item:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.scientific .scientific-body .scientific-list .scientific-item:nth-child(even) {
  margin-top: 113px;
}
.scientific .scientific-body .scientific-list .scientific-item .scientific-link {
  width: 219px;
  height: 537px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scientific .scientific-body .scientific-list .scientific-item .scientific-link img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.scientific .scientific-body .scientific-list .scientific-item .scientific-link .scientific-text {
  position: relative;
  z-index: 1;
  writing-mode: vertical-rl;
  font-weight: bold;
  font-size: 30px;
  color: #FFFFFF;
  letter-spacing: 4px;
}

.tool {
  background: url("../images/bg_3.png") no-repeat center center/100% 100%;
  height: 242px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.tool .w-1400 .tool-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 168px;
}
.tool .w-1400 .tool-list .tool-item:hover .tool-bg {
  background: rgba(183, 144, 92, 0.2) !important;
}
.tool .w-1400 .tool-list .tool-item .tool-link .tool-text {
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  margin-top: 10px;
  text-align: center;
}
.tool .w-1400 .tool-list .tool-item .tool-link .tool-circle {
  width: 143px;
  height: 143px;
  background: #FBF2E6;
  border-radius: 50%;
  border: 1px solid #A40C09;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tool .w-1400 .tool-list .tool-item .tool-link .tool-circle .tool-bg {
  width: 121px;
  height: 121px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.3s;
  background: #FBF2E6;
}

.teacher {
  padding: 90px 0 130px;
  background: url("../images/bg_4.png") no-repeat center bottom/cover;
}
.teacher .teacher-menu {
  display: flex;
  margin-top: 12px;
  margin-bottom: 37px;
  align-items: center;
}
.teacher .teacher-menu .teacher-menu-text {
  font-weight: bold;
  color: #0f0f0f;
  transition: all ease 0.3s;
  cursor: pointer;
  width: 268px;
  height: 44px;
  line-height: 44px;
  text-align: center;
}
.teacher .teacher-menu .teacher-menu-text.active {
  color: #BB0505;
  background: url("../images/icon_40.png") no-repeat center center/100% 100%;
}
.teacher .teacher-menu .teacher-menu-btn {
  margin-left: auto;
  width: 130px;
  line-height: 36px;
  background: #98121A;
  border-radius: 18px;
  text-align: center;
  color: #FFFFFF;
}
.teacher .teacher-body {
  height: 589px;
  position: relative;
}
.teacher .teacher-body .teacher-box {
  margin: 0 -10px;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.teacher .teacher-body .teacher-box .swiper-container {
  padding: 10px 10px;
  height: 589px;
}
.teacher .teacher-body .teacher-box .teacher-btn {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  gap: 54px;
  z-index: 11;
}
.teacher .teacher-body .teacher-box .teacher-btn img {
  cursor: pointer;
}
.teacher .teacher-body .teacher-box .swiper-slide {
  height: 484px;
  background: #FFFFFF;
  box-shadow: 0px 7px 18px 0px rgba(200, 165, 95, 0.35);
  border-radius: 10px;
  position: relative;
  box-sizing: border-box;
  padding: 22px 30px 0;
  transition: all ease 0.3s;
}
.teacher .teacher-body .teacher-box .swiper-slide:hover {
  transform: translateY(-10px);
}
.teacher .teacher-body .teacher-box .swiper-slide:nth-child(even) {
  margin-top: 84px;
}
.teacher .teacher-body .teacher-box .swiper-slide .teacher-tips {
  position: absolute;
  writing-mode: vertical-rl;
  top: 61px;
  left: 24px;
  font-weight: bold;
  font-size: 28px;
  color: #696868;
  opacity: 0.37;
}
.teacher .teacher-body .teacher-box .swiper-slide .teacher-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.teacher .teacher-body .teacher-box .swiper-slide .teacher-info .teacher-name {
  font-weight: bold;
  font-size: 24px;
  background: linear-gradient(180deg, #E07270 0%, #AB1310 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.teacher .teacher-body .teacher-box .swiper-slide .teacher-info .teacher-tag {
  font-size: 18px;
  color: #454545;
}
.teacher .teacher-body .teacher-box .swiper-slide .teacher-content {
  font-weight: 400;
  font-size: 14px;
  color: #7E7E7E;
  line-height: 20px;
  margin-top: 12px;
}
.teacher .teacher-body .teacher-box .swiper-slide .swiper-img {
  height: 345px;
}
.teacher .teacher-body .teacher-box .swiper-slide .swiper-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.academic {
  padding: 75px 0 162px;
  background: url("../images/bg_6.png") no-repeat center bottom/cover;
}
.academic .academic-more {
  display: flex;
  gap: 10px;
  color: #222222;
  align-items: center;
  margin-top: 30px;
}
.academic .academic-more:hover {
  color: #98121A;
}
.academic .title {
  margin-bottom: 67px;
}
.academic .academic-body .academic-list {
  display: flex;
  gap: 58px;
}
.academic .academic-body .academic-list .academic-item {
  width: 419px;
  box-sizing: border-box;
  padding-right: 16px;
  background: url("../images/icon_19.png") no-repeat;
  background-position: right -172px bottom 200px;
}
.academic .academic-body .academic-list .academic-item:hover .academic-title {
  font-weight: bold;
}
.academic .academic-body .academic-list .academic-item:hover img {
  transform: scale(1.1);
}
.academic .academic-body .academic-list .academic-item .academic-img {
  height: 257px;
  overflow: hidden;
}
.academic .academic-body .academic-list .academic-item .academic-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease 0.3s;
}
.academic .academic-body .academic-list .academic-item .academic-time {
  color: #98121A;
  line-height: 25px;
  margin: 6px 0 10px;
}
.academic .academic-body .academic-list .academic-item .academic-title {
  font-size: 18px;
  color: #202020;
  line-height: 30px;
}

.service {
  padding: 130px 0 70px;
  background: url("../images/bg_7.png") no-repeat center bottom/cover;
}
.service .title {
  margin-bottom: 55px;
}
.service .service-body {
  display: flex;
  gap: 48px;
  align-items: flex-start;
}
.service .service-body .service-left {
  flex-shrink: 0;
  width: 689px;
}
.service .service-body .service-left .swiper-slide {
  display: flex;
}
.service .service-body .service-left .swiper-slide:hover img {
  transform: scale(1.1);
}
.service .service-body .service-left .swiper-slide .swiper-left {
  width: 357px;
  height: 357px;
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
}
.service .service-body .service-left .swiper-slide .swiper-left .swiper-text {
  position: absolute;
  height: 100px;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8));
  left: 0;
  bottom: 0;
  right: 0;
  color: #FFFFFF;
  padding: 0 11px 16px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
}
.service .service-body .service-left .swiper-slide .swiper-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease 0.3s;
}
.service .service-body .service-left .swiper-slide .swiper-right {
  flex: 1;
  background: url("../images/bg_8.png") no-repeat;
  padding: 40px 28px 0 24px;
}
.service .service-body .service-left .swiper-slide .swiper-right .swiper-content {
  font-weight: 400;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 21px;
  margin-top: 26px;
}
.service .service-body .service-left .swiper-slide .swiper-right .swiper-title {
  width: 190px;
  font-weight: bold;
  font-size: 21px;
  color: #FEFEFE;
  position: relative;
  padding-left: 17px;
  box-sizing: content-box;
}
.service .service-body .service-left .swiper-slide .swiper-right .swiper-title:before {
  content: "";
  width: 4px;
  height: 100%;
  background: #E8BA74;
  position: absolute;
  left: 0;
  top: 0;
}
.service .service-body .service-right {
  flex: 1;
}
.service .service-body .service-right .service-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px 21px;
}
.service .service-body .service-right .service-list .service-item {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.service .service-body .service-right .service-list .service-item .service-icon {
  width: 118px;
  height: 118px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: content-box;
  border: 6px solid transparent;
}
.service .service-body .service-right .service-list .service-item:hover, .service .service-body .service-right .service-list .service-item.active {
  font-weight: bold;
}
.service .service-body .service-right .service-list .service-item:hover .service-icon, .service .service-body .service-right .service-list .service-item.active .service-icon {
  border-color: #dfadae;
  border-radius: 50%;
}
.service .service-body .service-right .service-list .service-item .service-text {
  font-size: 17px;
  color: #242424;
  line-height: 21px;
  text-align: center;
}
.service .service-footer {
  padding: 96px 0 80px;
  position: relative;
}
.service .service-footer .swiper-pagination {
  position: absolute;
  bottom: 4px;
  display: flex;
  justify-content: center;
  left: 0;
  right: 0;
  gap: 25px;
}
.service .service-footer .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #A6151A;
  transition: all ease 0.3s;
  background: transparent;
}
.service .service-footer .swiper-pagination .swiper-pagination-bullet:hover {
  transform: scale(1.2);
}
.service .service-footer .swiper-pagination .swiper-pagination-bullet-active {
  background: #A6151A;
}
.service .service-footer .swiper-slide {
  height: 178px;
  background: #FFFFFF;
  box-shadow: 0px 7px 10px 1px rgba(187, 5, 5, 0.07);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.talents {
  background: url("../images/bg_5.png") no-repeat center bottom/cover;
  padding: 170px 0 68px;
  margin-top: -100px;
}
.talents .talents-body {
  display: flex;
  gap: 30px;
  position: relative;
}
.talents .talents-body .talents-swiper {
  position: absolute;
  right: 0;
  bottom: 17px;
  width: 1042px;
}
.talents .talents-body .talents-swiper .swiper-slide {
  height: 106px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.talents .talents-body .talents-swiper .swiper-slide .swiper-info {
  background: #FFFFFF;
  width: 319px;
  height: 94px;
  box-shadow: rgba(17, 119, 58, 0.16) 0px 0px 6px 0px;
  border-radius: 40px;
  padding-left: 130px;
  box-sizing: border-box;
}
.talents .talents-body .talents-swiper .swiper-slide .swiper-info .swiper-name {
  font-weight: bold;
  font-size: 25px;
  color: #98121A;
  margin: 16px 0 8px;
}
.talents .talents-body .talents-swiper .swiper-slide .swiper-info .swiper-text {
  font-size: 17px;
  color: #323232;
}
.talents .talents-body .talents-swiper .swiper-slide .swiper-img {
  width: 106px;
  height: 106px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.talents .talents-body .talents-swiper .swiper-slide .swiper-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.talents .talents-body .talents-left {
  background: url("../images/icon_18.png") no-repeat left center;
  padding-left: 100px;
}
.talents .talents-body .talents-left .swiper-container {
  height: 386px;
  width: 386px;
}
.talents .talents-body .talents-left .swiper-container .swiper-slide {
  height: 386px;
  width: 386px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 50%;
  overflow: hidden;
  border: 10px solid #fff;
}
.talents .talents-body .talents-left .swiper-container .swiper-slide img {
  width: 366px;
  height: 366px;
  object-fit: cover;
}
.talents .talents-body .talents-right {
  flex: 1;
  overflow: hidden;
}
.talents .talents-body .talents-right .swiper-name {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  color: #98121A;
  line-height: 20px;
  margin: 20px 0 54px;
}
.talents .talents-body .talents-right .swiper-btn {
  display: flex;
  justify-content: flex-end;
}
.talents .talents-body .talents-right .swiper-btn div {
  width: 129px;
  height: 40px;
  background: #98121A;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #FFFFFF;
}
.talents .talents-body .talents-right .swiper-content {
  color: #5A5A5A;
  line-height: 26px;
}
.talents .talents-footer {
  display: flex;
  align-items: flex-end;
  margin-top: 46px;
}
.talents .talents-footer .swiper-container {
  flex: 1;
  height: 335px;
}
.talents .talents-footer .swiper-container .swiper-wrapper {
  align-items: flex-end;
}
.talents .talents-footer .swiper-container .swiper-slide {
  height: 254px;
  position: relative;
  width: 199px;
  transition: all ease 0.3s;
}
.talents .talents-footer .swiper-container .swiper-slide:hover {
  background: url("../images/bg_11.png") no-repeat right bottom/136px 100%;
  width: 252px !important;
  height: 335px;
  padding: 0 8px 12px 0;
}
.talents .talents-footer .swiper-container .swiper-slide:hover .swiper-tips {
  opacity: 1;
}
.talents .talents-footer .swiper-container .swiper-slide .swiper-tips {
  position: absolute;
  width: 143px;
  height: 43px;
  background: url("../images/bg_10.png") no-repeat;
  color: #FEFEFE;
  bottom: 12px;
  left: 0;
  line-height: 43px;
  padding-left: 19px;
  opacity: 0;
}
.talents .talents-footer .swiper-container .swiper-slide .swiper-name {
  position: absolute;
  padding: 0 23px 17px 0;
  font-weight: bold;
  font-size: 18px;
  color: #FEFEFE;
  line-height: 20px;
  z-index: 11;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: right;
}
.talents .talents-footer .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.talents .talents-footer .talents-footer-icon {
  width: 41px;
  height: 41px;
  margin: 0 19px 60px 22px;
  cursor: pointer;
}
.talents .talents-footer .talents-footer-tips {
  width: 63px;
  height: 346px;
  writing-mode: vertical-lr;
  letter-spacing: 4px;
  background: url("../images/bg_19.png") no-repeat;
  display: flex;
  align-items: center;
  font-size: 30px;
  color: #FFFFFF;
  padding-top: 23px;
  margin-bottom: 20px;
}

.incident {
  width: 1865px;
  margin: 0 auto 120px;
}
.incident .incident-body {
  display: flex;
  padding: 0 18px;
}
.incident .incident-body .process {
  margin-top: 127px;
  position: relative;
  flex: 1;
}
.incident .incident-body .process .process-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.incident .incident-body .process .process-container .process-top,
.incident .incident-body .process .process-container .process-bottom {
  display: flex;
  position: absolute;
  bottom: 0;
  align-items: flex-end;
}
.incident .incident-body .process .process-container .process-top .process-item,
.incident .incident-body .process .process-container .process-bottom .process-item {
  width: 264.5px;
  flex-shrink: 0;
  position: relative;
  box-sizing: border-box;
  padding-left: 8px;
  padding-right: 20px;
}
.incident .incident-body .process .process-container .process-top .process-item:before,
.incident .incident-body .process .process-container .process-bottom .process-item:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  background: linear-gradient(to bottom, #bb0505, #e8432a, rgba(187, 5, 5, 0.1));
  background-size: 100% 200%;
  left: 0;
  animation: gradientFlow 3s ease-in-out infinite;
}
.incident .incident-body .process .process-container .process-top .process-item:after,
.incident .incident-body .process .process-container .process-bottom .process-item:after {
  content: "";
  width: 17px;
  height: 17px;
  background: #98121A;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-7px);
}
.incident .incident-body .process .process-container .process-top .process-item .process-year,
.incident .incident-body .process .process-container .process-bottom .process-item .process-year {
  font-weight: bold;
  font-size: 36px;
  color: #98121A;
  margin-left: 10px;
}
.incident .incident-body .process .process-container .process-top .process-item .desc-item,
.incident .incident-body .process .process-container .process-bottom .process-item .desc-item {
  position: relative;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  padding-left: 12px;
}
.incident .incident-body .process .process-container .process-top .process-item .desc-item .blue,
.incident .incident-body .process .process-container .process-bottom .process-item .desc-item .blue {
  color: #98121A;
}
.incident .incident-body .process .process-container .process-top .process-item .desc-item:before,
.incident .incident-body .process .process-container .process-bottom .process-item .desc-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 7px;
  height: 7px;
  background: url("../images/icon_41.png") no-repeat left center;
}
.incident .incident-body .process .process-container .process-bottom {
  padding-left: 132.25px;
}
.incident .incident-body .process .process-container .process-bottom .process-item {
  transform: translateY(100%);
  padding-bottom: 30px;
}
.incident .incident-body .process .process-container .process-bottom .process-item:before {
  background: linear-gradient(to top, #bb0505, #e8432a, rgba(187, 5, 5, 0.2));
  background-size: 100% 200%;
  animation: gradientFlow 3s ease-in-out infinite;
}
.incident .incident-body .process .process-container .process-bottom .process-item:after {
  bottom: 0;
  top: unset;
}
.incident .incident-body .process .process-container .process-bottom .process-item:nth-child(1) {
  margin-bottom: 0px;
}
.incident .incident-body .process .process-container .process-bottom .process-item:nth-child(2) {
  margin-bottom: 44px;
}
.incident .incident-body .process .process-container .process-bottom .process-item:nth-child(3) {
  margin-bottom: 92px;
}
.incident .incident-body .process .process-container .process-bottom .process-item:nth-child(4) {
  margin-bottom: 144px;
}
.incident .incident-body .process .process-container .process-bottom .process-item:nth-child(5) {
  margin-bottom: 200px;
}
.incident .incident-body .process .process-container .process-bottom .process-item:nth-child(6) {
  margin-bottom: 260px;
}
.incident .incident-body .process .process-container .process-top .process-item:nth-child(1) {
  margin-bottom: 0px;
  padding-bottom: 60px;
}
.incident .incident-body .process .process-container .process-top .process-item:nth-child(2) {
  margin-bottom: 55px;
  padding-bottom: 60px;
}
.incident .incident-body .process .process-container .process-top .process-item:nth-child(3) {
  margin-bottom: 110px;
  padding-bottom: 60px;
}
.incident .incident-body .process .process-container .process-top .process-item:nth-child(4) {
  margin-bottom: 165px;
  padding-bottom: 60px;
}
.incident .incident-body .process .process-container .process-top .process-item:nth-child(5) {
  margin-bottom: 220px;
  padding-bottom: 60px;
}
.incident .incident-body .process .process-container .process-top .process-item:nth-child(6) {
  margin-bottom: 275px;
  padding-bottom: 60px;
}
.incident .incident-body .process .process-line {
  width: 100%;
  height: 401px;
  background: linear-gradient(to right, #e0a953, #af1e28, #e0a953, #af1e28);
  background-size: 200% 100%;
  -webkit-mask-image: url("../images/line.svg");
  mask-image: url("../images/line.svg");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  animation: arrowColorFlow 4s linear infinite;
}
.incident .incident-body .process .process-nav-prev,
.incident .incident-body .process .process-nav-next {
  position: absolute;
  bottom: -145px;
  width: 44px;
  height: 44px;
  cursor: pointer;
  z-index: 10;
  background: url("../images/icon_16.png") no-repeat center center;
  background-size: contain;
  transition: opacity 0.3s;
}
.incident .incident-body .process .process-nav-prev.disabled,
.incident .incident-body .process .process-nav-next.disabled {
  opacity: 0.4;
  cursor: default;
}
.incident .incident-body .process .process-nav-next {
  left: 50%;
  transform: translateX(10px);
  background-image: url("../images/icon_17.png");
}
.incident .incident-body .process .process-nav-prev {
  left: 50%;
  transform: translateX(-54px);
}
.incident .incident-body .incident-describe {
  flex-shrink: 0;
  width: 127px;
  height: 127px;
  background: #F59507;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  position: relative;
}
.incident .incident-body .incident-describe:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 153px;
  height: 153px;
  border-radius: 50%;
  border: 1px solid #F59507;
}

@keyframes gradientFlow {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}
@keyframes arrowColorFlow {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
.achievement .achievement-title {
  display: flex;
  justify-content: flex-end;
}
.achievement .achievement-title .achievement-text {
  width: 433px;
  height: 142px;
  background: linear-gradient(to right, rgba(147, 21, 18, 0), rgb(147, 21, 18));
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  padding-right: 60px;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
}
.achievement .achievement-title .achievement-text div:last-child {
  font-size: 21px;
}
.achievement .achievement-swiper {
  width: 1747px;
  margin-left: auto;
  height: 185px;
  display: flex;
  align-items: center;
  background: url("../images/bg_15.png") no-repeat center center/cover;
  padding: 0 26px;
}
.achievement .achievement-swiper .swiper-container {
  height: 151px;
  flex: 1;
}
.achievement .achievement-swiper .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
}

.yxxy_prev, .yxxy_next {
  bottom: -36px;
  width: 43px;
  height: 43px;
  position: absolute;
  z-index: 100;
  cursor: pointer;
}

.yxxy_prev {
  background: url(../images/icon_16.png) no-repeat;
  right: 79px;
  background-size: 100%;
}

.yxxy_next {
  background: url(../images/icon_17.png) no-repeat;
  right: 0;
  background-size: 100%;
}

/*# sourceMappingURL=home.css.map */
