:root {
  --color-primary: #1d7be2;
  --color-background: #f3f6f9;
}
body * {
  font-family: HarmonyOS_Sans, Arial, sans-serif;
  text-align: justify;
}
body {
  min-width: 1600px;
  font-size: 16px;
  line-height: 1.8;
}
ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 200;
  margin-bottom: 0;
}
* img {
  max-width: 100%;
}
.wrap {
  width: 100%;
  max-width: 100%;
}
.wrap .cont {
  width: 1440px;
  margin: 0 auto;
}
.apply-step,
.advantage,
.target,
.major,
.notice,
.reason,
.cooperate,
.page {
  padding-top: 80px;
  padding-bottom: 80px;
}
:is(.apply-step,.advantage,.target,.major,.notice,.reason,.cooperate,.page) .main-container {
  padding-top: 50px;
}
.nav-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  transition: background-color 500ms;
}
.nav-wrap.scrolled {
  background-color: rgba(0, 0, 0, 0.6);
}
.nav-wrap .cont {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  height: 90px;
  align-items: center;
}
.nav-wrap .nav-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  list-style: none;
  margin-bottom: 0;
}
.nav-wrap .nav-item {
  margin-left: 70px;
  font-size: 20px;
}
.nav-wrap .nav-item a {
  color: #fff;
  position: relative;
  display: block;
  text-decoration: unset;
}
.nav-wrap .nav-item a::after {
  content: '▲';
  position: absolute;
  font-size: 12px;
  right: 50%;
  transform: translateX(50%);
  bottom: -20px;
  margin: auto;
  opacity: 0;
  transition: opacity 300ms;
}
.nav-wrap .nav-item.active a::after {
  opacity: 1;
}
header .swiper-container .swiper-pagination {
  bottom: 95px;
}
header .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.8;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  transition: 300ms;
}
header .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
  width: 28px;
  opacity: 1;
}
header img {
  width: 100%;
}
.introduce-wrap {
  margin-top: -64px;
  position: relative;
  z-index: 20;
}
.introduce-wrap .cont {
  display: flex;
  flex-wrap: nowrap;
}
.introduce-wrap .title {
  width: 273px;
  height: 207px;
  background-image: linear-gradient(90deg, var(--color-primary) 0%, #1db6e2 100%);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.introduce-wrap .title h1 {
  font-size: 40px;
  position: relative;
}
.introduce-wrap .title::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/tlm/icon-intro.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}
.introduce-wrap .text {
  flex: 1;
  background-color: var(--color-background);
  padding: 0 60px;
  display: flex;
  align-items: center;
  line-height: 2;
}
.title-wrap h2 {
  text-align: center;
}
.title-wrap span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 46px;
}
.title-wrap span::before,
.title-wrap span::after {
  content: '';
  display: block;
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 22px;
  margin: 0 30px;
}
.title-wrap span::before {
  background-image: url(../images/tlm/title-icon-left.png);
}
.title-wrap span::after {
  background-image: url(../images/tlm/title-icon-right.png);
}
.title-wrap.light h2 {
  color: #fff;
}
.title-wrap.light span::before {
  background-image: url(../images/tlm/title-icon-left-light.png);
}
.title-wrap.light span::after {
  background-image: url(../images/tlm/title-icon-right-light.png);
}
.step-list {
  display: grid;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-left: 0;
}
.step-list .step-item {
  width: 270px;
  list-style: none;
}
.step-list .step-item:nth-child(1) h3::before,
.step-list .step-item:nth-child(5) h3::before {
  display: none;
}
.step-list .step-number {
  font-weight: bold;
  font-size: 66px;
  line-height: 1;
  color: #d5d5d5;
}
.step-list .step-content {
  line-height: 30px;
}
.step-list .step-content h3 {
  color: var(--color-primary);
  font-size: 18px;
  display: flex;
  align-items: center;
  margin: 30px 0;
  position: relative;
}
.step-list .step-content h3::before {
  content: '';
  width: 24px;
  height: 30px;
  display: block;
  background-image: url(../images/tlm/icon-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -74px;
}
.step-list .step-content h3 img {
  height: 34px;
  margin-right: 20px;
}
.advantage {
  background-color: var(--color-background);
}
.advantage .advantage-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.advantage .advantage-item {
  width: 270px;
}
.advantage .advantage-item .icon {
  width: 124px;
  height: 124px;
  margin: 0 auto -64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-image: linear-gradient(-42deg, #1d7be2 0%, #1db5e2 100%);
  position: relative;
}
.advantage .advantage-item .content {
  background-color: #fff;
  border-radius: 20px;
  padding: 94px 25px 0;
  min-height: 312px;
}
.advantage .advantage-item .content p {
  text-align: center;
  color: #666;
}
.advantage .advantage-item h3 {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}
.target-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.target-list .target-item {
  width: 348px;
  height: 460px;
  position: relative;
}
.target-list .target-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.target-list .target-item .content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5) 54%, #000000 100%);
  padding: 38px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.target-list .target-item .content p {
  color: #fff;
  line-height: 30px;
  min-height: 90px;
}
.target-list .target-item h4 {
  color: #fff;
  font-size: 18px;
}
.major {
  background-image: url(../images/tlm/bg1.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.major .major-container .major-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 60px;
}
.major .major-container .major-item {
  width: calc(100% / 9);
  margin-top: -60px;
}
.major .major-container .major-info {
  width: 136px;
  height: 150px;
  background-image: url(../images/tlm/major-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
  cursor: pointer;
  color: #333;
  text-decoration: unset;
  transition: transform 300ms;
}
.major .major-container .major-info img {
  max-height: 46px;
}
.major .major-container .major-info p {
  font-size: 22px;
  margin-top: 5px;
  text-align: center;
  margin-bottom: 0;
}
.notice-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 70px;
  position: relative;
}
.notice-list::before,
.notice-list::after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background-color: #b5b5b5;
  position: absolute;
  top: 0;
}
.notice-list::before {
  left: 33%;
}
.notice-list::after {
  right: 32%;
}
.notice-list .notice-item {
  display: flex;
  align-items: flex-start;
}
.notice-list .date {
  color: var(--color-primary);
  display: flex;
  flex-direction: column;
  margin-right: 25px;
}
.notice-list .date .day {
  font-size: 54px;
  font-weight: 600;
  line-height: 0.9;
  justify-content: center;
  align-items: center;
}
.notice-list .title {
  flex: 1;
}
.notice-list .title a {
  font-size: 22px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  transition: all 300ms;
}
.notice-list .title .desc {
  color: #999999;
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.notice .more-btn {
  display: block;
  width: 284px;
  height: 60px;
  line-height: 60px;
  margin: 50px auto 0;
  text-align: center;
  background: transparent;
  border-radius: 30px;
  border: solid 1px var(--color-primary);
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: color 0.3s 0.1s ease-out;
}
.notice .more-btn::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: '';
  border-radius: 50%;
  display: block;
  width: 20em;
  height: 20em;
  left: 0;
  text-align: center;
  transition: box-shadow 0.5s ease-out;
  z-index: -1;
}
.reason {
  background-color: var(--color-background);
}
.reason .reason-list {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}
.reason .reason-item {
  width: 705px;
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 50px 40px;
  border-radius: 20px;
}
.reason .reason-item .reason-info {
  flex: 1;
  margin-right: 50px;
}
.reason .reason-item h4 {
  color: var(--color-primary);
  font-size: 18px;
  margin-bottom: 20px;
}
.reason .more-btn {
  width: 398px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  margin: 50px auto 0;
  display: block;
  background: linear-gradient(90deg, #1d7be2, #1db6e2, #1d7be2);
  background-size: 300%;
  border-radius: 30px;
  text-decoration: unset;
  position: relative;
}
.reason .more-btn span {
  position: relative;
  z-index: 2;
}
.reason .more-btn::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: 1;
  background: linear-gradient(90deg, #1d7be2, #1db6e2, #1d7be2);
  background-size: 400%;
  border-radius: 35px;
  transition: 1s;
}
.page-notice-list {
  grid-template-columns: repeat(2, 1fr);
}
.page-notice-list::before,
.page-notice-list::after {
  display: none;
}
.page-notice-list .notice-item {
  width: 615px;
  box-sizing: content-box;
}
.page-notice-list .notice-item:nth-child(even) {
  border-left: 1px solid #b5b5b5;
  padding-left: 100px;
}
.page-article {
  border: 1px solid #bfbfbf;
  padding: 50px 80px;
}
.page-article .article-title {
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 50px;
  padding-bottom: 30px;
}
.page-article .article-title h2 {
  font-weight: 600;
  font-size: 28px;
  text-align: center;
}
.page-article .article-info {
  display: flex;
  justify-content: center;
  padding: 30px 0 0;
}
.page-article .article-info .time {
  font-size: 18px;
  color: #999;
}
.form-group.required::before {
  content: '*';
  color: red;
}
@keyframes ani {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 300%;
  }
}
.sub-title {
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  margin-top: 50px;
}
.sub-banner {
  position: relative;
}
.sub-banner .title-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.adv-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 40px;
}
.adv-list .adv-item {
  width: 340px;
  background-image: linear-gradient(0deg, #e0ecf8 0%, #f3f6f9 100%);
  padding: 30px;
  text-align: center;
}
.adv-list .adv-item h4 {
  text-align: center;
  color: var(--color-primary);
  margin: 15px 0;
}
.foreground {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.foreground .foreground-item {
  width: 705px;
  padding: 70px 40px;
  background-repeat: no-repeat;
  background-size: cover;
}
.foreground .foreground-item h4 {
  color: #fff;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 20px;
}
.foreground .foreground-item p {
  color: #fff;
}
.foreground .foreground-item:nth-child(1) {
  background-image: url(../images/tlm/f-img1.png);
}
.foreground .foreground-item:nth-child(2) {
  background-image: url(../images/tlm/f-img2.png);
}
.contact {
  margin-top: 40px;
  background-image: linear-gradient(90deg, #1d7be2 0%, #1db5e2 100%);
  padding: 50px;
  display: flex;
  justify-content: space-between;
}
.contact a {
  color: #fff;
}
.contact p {
  color: #fff;
  margin-bottom: 0;
}
.contact .code {
  text-align: center;
}
.contact .code img {
  width: 115px;
}
.contact .code p {
  text-align: center;
  margin-top: 15px;
}
.new-footer {
  background-color: #171e30;
}
.new-footer .cont {
  padding-top: 50px;
  padding-bottom: 40px;
}
.new-footer a,
.new-footer p,
.new-footer h3,
.new-footer li {
  color: #fff;
}
.new-footer .contact-list {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
  border-bottom: 1px solid #ffffff40;
}
.new-footer .contact-list .h3 {
  font-size: 18px;
  line-height: 1;
}
.new-footer .contact-list li {
  margin-top: 15px;
}
.new-footer .copyright {
  margin-bottom: 0;
  margin-top: 30px;
  text-align: center;
  font-size: 16px;
  opacity: 0.4;
}
.alert {
  position: fixed;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.sub-banner img {
  width: 100%;
}
@media (any-hover: hover) {
  .nav-wrap .nav-list a:hover::after {
    opacity: 1;
  }
  .major .major-container .major-info:hover {
    transform: rotate(-15deg) scale(1.1);
  }
  .notice .more-btn:hover {
    color: #fff;
  }
  .notice .more-btn:hover::before {
    box-shadow: inset 0 0 0 10em #2890f1;
  }
  .reason .more-btn:hover {
    animation: ani 4s linear infinite;
    border: none;
  }
  .reason .more-btn:hover::before {
    filter: blur(20px);
  }
  .notice-list .title a:hover {
    color: var(--color-primary);
  }
}
