<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.new-apply section,
.new-apply footer {
  position: relative;
  overflow: hidden;
}
.new-apply sup {
  font-size: 8pt !important;
}
.new-apply .bg-lightgray {
  background-color: #fcfcfc;
}
.new-apply .pcWrap {
  display: block;
}
.new-apply .moWrap {
  display: none;
}
.new-apply .letterSpacing {
  letter-spacing: 0.2em;
}
.new-apply .page-nav-box {
  height: 40px;
}
.new-apply .page-nav-box .page-nav {
  background: rgba(0, 0, 0, 0.7);
  color: white;
  border-bottom: unset;
}
.new-apply .page-nav-box .page-nav .pnav-wrap {
  padding: 5px 0;
}
.new-apply .page-nav-box .page-nav .pnav-title {
  color: white;
}
.new-apply .page-nav-box .page-nav .pnav-tab span::before {
  display: none;
}
.new-apply .page-nav-box .page-nav .pnav-tab span:hover {
  color: white;
}
.new-apply .page-nav-box .page-nav .pnav-tab span.current {
  color: white;
}
.new-apply .page-nav-box .page-nav .pnav-tab span.current::before {
  margin-right: 6px;
  color: white;
  display: inline-block;
}
.new-apply .pdpage-item .pdp-table {
  padding: unset;
}
.new-apply .pdpage-item .pdp-table .tableTitle {
  letter-spacing: 1px;
  color: #5a5a5a;
  background: white;
  padding: 35px 0;
  border-bottom: 1px solid #d9d9d9;
}
.new-apply .pdpage-item .pdp-table table {
  text-align: left;
  margin-top: 2px;
  width: 100%;
  border-collapse: collapse;
}
.new-apply .pdpage-item .pdp-table table thead td::before {
  right: 0;
}
.new-apply .pdpage-item .pdp-table table thead h4 {
  color: #5a5a5a;
  font-size: 20px;
}
.new-apply .pdpage-item .pdp-table table tbody td {
  padding: 14px 20px;
}
.new-apply .pd-banner {
  height: 100vh;
  width: 100%;
}
.new-apply .pd-banner .pd-banner-mask {
  position: absolute;
  height: 100vh;
  width: 100%;
  opacity: 0;
  top: 0;
  background: black;
}
.new-apply .pd-banner .contact-apply {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  margin: unset;
}
.new-apply .oneWrap {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.new-apply .oneWrap .oneWrap-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.new-apply .oneWrap .oneWrap-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.new-apply .oneWrap .oneWrap-text {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - 200px);
  transform: translateY(-50%);
}
.new-apply .twoWrap {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.new-apply .twoWrap .twoWrap-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100vh;
}
.new-apply .twoWrap .twoWrap-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.new-apply .twoWrap .comm-wrap {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 50px;
  width: 60%;
}
.new-apply .twoWrap .list .list-item {
  display: block;
  color: #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
.new-apply .twoWrap .list .list-item .img {
  width: 40%;
}
.new-apply .twoWrap .list .list-item .img img {
  width: 100%;
  height: auto;
}
.new-apply .twoWrap .list .list-item:hover .img img {
  transform: scale3d(0.9, 0.9, 0.9);
  transition: transform 0.6s ease;
}
.new-apply .threeWrap {
  /* padding-bottom: 100px; */
}
.new-apply .threeWrap .problem {
  display: flex;
  justify-content: space-between;
}
.new-apply .threeWrap .problem .problem_list {
  cursor: pointer;
  margin: 0 20px;
  position: relative;
}
.new-apply .threeWrap .problem .problem_list .problem_img {
  width: 100%;
}
.new-apply .threeWrap .problem .problem_list .problem_img img {
  width: 100%;
  height: auto;
  border-radius: 4%;
}
.new-apply .threeWrap .problem .problem_list .problem_text {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 0;
}
.new-apply .threeWrap .problem .problem_list .problem_text .title {
  padding: 0 10px 16px;
}
.new-apply .threeWrap .problem .problem_list .problem_text .desc p {
  display: flex;
  align-items: center;
  color: white;
  padding: 0 20px 4px;
}
.new-apply .threeWrap .problem .problem_list .problem_text .desc p span {
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  display: inline-block;
  border: 1px solid red;
  border-radius: 100%;
  margin-right: 10px;
  color: red;
}
.new-apply .threeWrap .problem .problem_list:last-child .problem_text p span {
  border: 1px solid #52c41a;
  color: #52c41a;
}
.new-apply .tenWrap {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.new-apply .tenWrap .tenWrap-bg,
.new-apply .tenWrap .tenWrap-bg2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.new-apply .tenWrap .tenWrap-bg img,
.new-apply .tenWrap .tenWrap-bg2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.new-apply .tenWrap .tenWrap-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 120px;
}
.new-apply .elevenWrap {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.new-apply .elevenWrap .elevenWrap-bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100vh;
}
.new-apply .elevenWrap .elevenWrap-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.new-apply .elevenWrap .elevenWrap-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 120px;
}
.new-apply .fourWrap {
  padding: 100px 0;
}
.new-apply .fourWrap .retain-item__wrap {
  min-height: 400px;
}
.new-apply .fourWrap .retain-item__wrap .pdv-item__intro .pdv-item__title {
  position: relative;
  font-weight: normal;
  line-height: 24px;
  cursor: pointer;
  transition: all 0.3s;
  border-bottom: 1px solid #000000;
  width: 100%;
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
  color: #c2c2c2;
}
.new-apply
  .fourWrap
  .retain-item__wrap
  .pdv-item__intro
  .pdv-item__title::after {
  content: "\ecdf";
  font-family: iconfont;
  position: absolute;
  right: 30px;
  top: 50%;
  font-size: 24px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  line-height: 1;
  transition: transform 0.3s;
  right: 0;
  font-size: 18px;
  color: #0039c8;
}
.new-apply .fourWrap .retain-item__wrap .pdv-item__intro .pdv-item__body {
  display: none;
  position: relative;
}
.new-apply
  .fourWrap
  .retain-item__wrap
  .pdv-item__intro
  .pdv-item__body
  .pdv-item__img {
  position: absolute;
  top: -60px;
  right: -670px;
  max-width: 500px;
}
.new-apply
  .fourWrap
  .retain-item__wrap
  .pdv-item__intro
  .pdv-item__body
  .pdv-item__img:hover
  img {
  transform: scale(1.08);
  transition: 0.5s;
}
.new-apply
  .fourWrap
  .retain-item__wrap
  .pdv-item__intro:nth-child(2)
  .pdv-item__body
  .pdv-item__img {
  top: -120px;
}
.new-apply
  .fourWrap
  .retain-item__wrap
  .pdv-item__intro:nth-child(3)
  .pdv-item__body
  .pdv-item__img {
  top: -180px;
}
.new-apply
  .fourWrap
  .retain-item__wrap
  .pdv-item__intro:nth-child(4)
  .pdv-item__body
  .pdv-item__img {
  top: -240px;
}
.new-apply
  .fourWrap
  .retain-item__wrap
  .pdv-item__intro:nth-child(5)
  .pdv-item__body
  .pdv-item__img {
  top: -300px;
}
.new-apply
  .fourWrap
  .retain-item__wrap
  .pdv-item__intro.active
  .pdv-item__title {
  border: unset;
  color: #000;
  font-weight: 600;
}
.new-apply
  .fourWrap
  .retain-item__wrap
  .pdv-item__intro.active
  .pdv-item__title::after {
  transform: rotate(180deg);
}
.new-apply
  .fourWrap
  .retain-item__wrap
  .pdv-item__intro.active
  .pdv-item__body {
  padding: 0 0 20px;
  display: block;
  border-bottom: 1px solid #000000;
}
.new-apply .fourWrap1 {
  height: 100vh;
}
.new-apply .fourWrap1 .fourWrap1-text {
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.new-apply .fourWrap1 .fourWrap1-line {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-around;
  z-index: 10;
  width: 200px;
}
.new-apply .fourWrap1 .fourWrap1-line &gt; div {
  width: 8px;
  height: 8px;
  background: #a6a6a8;
  border-radius: 100%;
}
.new-apply .fourWrap1 .fourWrap1-line .lineActive {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 8px;
  background: #0039c8;
  border-radius: 4px;
}
.new-apply .fourWrap1 .fourWrap1Box {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.new-apply .fourWrap1 .fourWrap1Box .text-box {
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  width: 100%;
  height: 50%;
  background: #fff;
  justify-content: space-around;
}
.new-apply .fourWrap1 .fourWrap1Box .text-box .left {
  width: 40%;
}
.new-apply .fourWrap1 .fourWrap1Box .text-box .right {
  width: 50%;
}
.new-apply .fourWrap1 .fourWrap1Box .text-box .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.new-apply .fourWrap1 .fourWrap1Box .text-0 {
  z-index: 10;
}
.new-apply .fiveWrap {
  width: 100vw;
  background: white;
  height: 100vh;
}
.new-apply .fiveWrap .parallel {
  width: 100%;
  height: 100%;
  margin-top: 0;
  position: relative;
  overflow: hidden;
  z-index: 50;
  box-sizing: border-box;
}
.new-apply .fiveWrap .page1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background-color: pink; */
}
.new-apply .fiveWrap .page1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.new-apply .fiveWrap .page1 .fiveWraptitle {
  width: 100%;
  text-align: center;
  color: #888889;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 100;
}
.new-apply .fiveWrap .page1 .fiveWrapOneTitle {
  width: 100%;
  text-align: center;
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  line-height: 1.7em;
  transform: translateY(-50%);
  z-index: 100;
  color: #888889;
}
.new-apply .fiveWrap .page1 .fiveWrapOneTitle span {
  color: white;
}
.new-apply .fiveWrap .page1 .info {
  position: absolute;
  left: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transform: translateX(-50%);
}
.new-apply .fiveWrap .page1 .p2 {
  font-size: 24px;
  color: #272727;
}
.new-apply .fiveWrap .page1 .p3 {
  font-size: 18px;
  color: #717171;
  margin-top: 10px;
}
.new-apply .fiveWrap .page1 .video1 {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.new-apply .fiveWrap1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.new-apply .fiveWrap1 .wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
}
.new-apply .sixWrap {
  position: relative;
}
.new-apply .sixWrap .app-slick .app-slick-box {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.new-apply .sixWrap .app-slick .app-slick-box .slick-list .app-slick-list-wrap {
  cursor: pointer;
  position: relative;
  padding: 10px;
  border-radius: 8%;
}
.new-apply
  .sixWrap
  .app-slick
  .app-slick-box
  .slick-list
  .app-slick-list-wrap
  img {
  width: 100%;
  height: auto;
  border-radius: 8%;
}
.new-apply
  .sixWrap
  .app-slick
  .app-slick-box
  .slick-list
  .app-slick-list-wrap:hover
  img {
  scale: 1.05;
  transition: 1s;
}
.new-apply
  .sixWrap
  .app-slick
  .app-slick-box
  .slick-list
  .app-slick-list-wrap:hover
  .slick-text {
  transition: 1s;
  scale: 1.05;
}
.new-apply
  .sixWrap
  .app-slick
  .app-slick-box
  .slick-list
  .app-slick-list-wrap
  .slick-text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 8%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
}
.new-apply
  .sixWrap
  .app-slick
  .app-slick-box
  .slick-list
  .app-slick-list-wrap
  .slick-text
  .title {
  color: white;
  font-size: 36px;
}
.new-apply .sixWrap .app-slick .app-slick-box .slick-arrow {
  z-index: 1;
  position: absolute;
  bottom: -60px;
  border: 0;
  padding: 0;
  outline: 0;
  font-size: 0;
  cursor: pointer;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  padding: 6px 8px 8px;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.new-apply .sixWrap .app-slick .app-slick-box .slick-arrow::before {
  font-family: iconfont;
  font-size: 16px;
  line-height: 1;
  color: white;
}
.new-apply .sixWrap .app-slick .app-slick-box .slick-arrow:hover {
  transition: 0.5s;
  background: #0039c8;
}
.new-apply .sixWrap .app-slick .app-slick-box .slick-arrow:hover::before {
  color: white;
}
.new-apply .sixWrap .app-slick .app-slick-box .slick-prev {
  right: 20%;
}
.new-apply .sixWrap .app-slick .app-slick-box .slick-prev::before {
  content: "\e729";
}
.new-apply .sixWrap .app-slick .app-slick-box .slick-next {
  right: 17%;
}
.new-apply .sixWrap .app-slick .app-slick-box .slick-next::before {
  content: "\ecdd";
}
.new-apply .sevenWrap {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.new-apply .sevenWrap .sevenWrap-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100vh;
}
.new-apply .sevenWrap .sevenWrap-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.new-apply .sevenWrap .sevenWrap-text {
  width: 100%;
  position: absolute;
  left: 0;
  top: 120px;
}
.new-apply .sevenWrap .sevenWrap-text .sevenWrap-one {
  width: 60%;
}
.new-apply .sevenWrap .sevenWrap-text .sevenWrap-two {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.new-apply .sevenWrap .sevenWrap-text .sevenWrap-two .sevenWrap-two-list {
  width: 35%;
  margin-bottom: 50px;
}
.new-apply
  .sevenWrap
  .sevenWrap-text
  .sevenWrap-two
  .sevenWrap-two-list
  .title {
  display: inline-block;
  color: transparent;
  background: #0039c8;
  background-clip: text;
  -webkit-background-clip: text;
}
.new-apply
  .sevenWrap
  .sevenWrap-text
  .sevenWrap-two
  .sevenWrap-two-list
  .title
  span {
  font-size: 60px;
  margin-right: 10px;
}
.new-apply .eightWrap .eightWrap-banner {
  position: relative;
}
.new-apply .eightWrap .eightWrap-banner .eightWrap-banner-list {
  width: 100%;
}
.new-apply
  .eightWrap
  .eightWrap-banner
  .eightWrap-banner-list
  .eightWrap-banner-img {
  min-width: 500px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new-apply .eightWrap .eightWrap-banner .eightWrap-banner-list img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.new-apply .eightWrap .eightWrap-banner .eightWrap-text {
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.new-apply .eightWrap .eightWrap-banner .eightWrap-text .text-list {
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
}
.new-apply .eightWrap .eightWrap-banner .eightWrap-text .text-list .con {
  border-radius: 20px;
  box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  padding: 20px;
  background: #f9f9f9;
  min-height: 120px;
  box-sizing: border-box;
}
.new-apply
  .eightWrap
  .eightWrap-banner
  .eightWrap-text
  .text-list
  .con
  .title
  span {
  margin-right: 4px;
}
.new-apply .eightWrap .eightWrap-banner .eightWrap-text .text-list:hover {
  scale: 0.98;
}
.new-apply .eightWrap .eightWrap-banner .slick-arrow {
  cursor: pointer;
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #979797;
  border-top: unset;
  border-left: unset;
  border-right: unset;
  border-bottom: 1px solid #979797;
  width: 100px;
  height: 60px;
  line-height: 60px;
  background: unset;
  font-size: 20px;
}
.new-apply .eightWrap .eightWrap-banner .slick-prev {
  transform: translate(-140%, -50%);
  z-index: 1;
}
.new-apply .eightWrap .eightWrap-banner .slick-next {
  transform: translate(40%, -50%);
}
.new-apply .eightWrap .eightWrap-banner .active {
  border-bottom: 3px solid #000;
  color: #000;
  font-weight: bold;
}
.new-apply .nineWrap .nineWrapBanner .nineWrapBoxList {
  position: relative;
}
.new-apply .nineWrap .nineWrapBanner .nineWrapBoxList .nineWrapBox {
  position: relative;
  padding: 100px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new-apply
  .nineWrap
  .nineWrapBanner
  .nineWrapBoxList
  .nineWrapBox
  .nineWrapBoxImg {
  width: 800px;
}
.new-apply
  .nineWrap
  .nineWrapBanner
  .nineWrapBoxList
  .nineWrapBox
  .nineWrapBoxImg
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.new-apply
  .nineWrap
  .nineWrapBanner
  .nineWrapBoxList
  .nineWrapBox
  .nineWrap-text {
  position: absolute;
  cursor: pointer;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 450px;
  z-index: 1;
  font-size: 16px;
  border-top: 1px dashed #979797;
  padding: 25px 0 0;
  height: 50px;
}
.new-apply
  .nineWrap
  .nineWrapBanner
  .nineWrapBoxList
  .nineWrapBox
  .nineWrap-text
  .title {
  position: absolute;
  top: -25px;
  font-size: 20px;
  color: #0039c8;
  min-width: 50px;
  line-height: 50px;
  background: #fcfcfc;
  padding: 0 10px;
}
.new-apply
  .nineWrap
  .nineWrapBanner
  .nineWrapBoxList
  .nineWrapBox
  .nineWrap-text
  .desc {
  display: none;
  width: 80%;
  padding: 0 10px;
}
.new-apply
  .nineWrap
  .nineWrapBanner
  .nineWrapBoxList
  .nineWrapBox
  .nineWrap-text
  .active {
  display: block;
  color: rgba(0, 0, 0, 0.1);
}
.new-apply
  .nineWrap
  .nineWrapBanner
  .nineWrapBoxList
  .nineWrapBox
  .nineWrap-text:hover
  .desc {
  display: block;
  color: black;
  transition: 2s;
}
.new-apply .nineWrap .nineWrapBanner .nineWrapBoxList .nineWrapBox .one {
  top: 25%;
  left: 20%;
}
.new-apply .nineWrap .nineWrapBanner .nineWrapBoxList .nineWrapBox .two {
  top: 47%;
  left: 20%;
  width: 450px;
}
.new-apply .nineWrap .nineWrapBanner .nineWrapBoxList .nineWrapBox .three {
  top: 68%;
  left: 20%;
  border-right: 1px dashed #979797;
  height: 75px;
}
.new-apply .nineWrap .nineWrapBanner .nineWrapBoxList .nineWrapBox .four {
  display: flex;
  justify-content: flex-end;
  top: 28.5%;
  left: 73%;
  width: 620px;
}
.new-apply .nineWrap .nineWrapBanner .nineWrapBoxList .nineWrapBox .four .desc {
  width: 58%;
  text-align: right;
}
.new-apply .nineWrap .nineWrapBanner .nineWrapBoxList .nineWrapBox .five {
  display: flex;
  justify-content: flex-end;
  text-align: right;
  top: 55%;
  left: 72%;
  width: 650px;
  height: 160px;
  border-left: 1px dashed #979797;
}
.new-apply .nineWrap .nineWrapBanner .nineWrapBoxList .nineWrapBox .five .desc {
  width: 50%;
}
.new-apply .nineWrap .nineWrapBanner .nineWrapBoxList .nineWrapBox .six {
  display: flex;
  justify-content: flex-end;
  text-align: right;
  top: 76%;
  left: 72%;
  width: 650px;
}
.new-apply .nineWrap .nineWrapBanner .nineWrapBoxList .nineWrapBox .six .desc {
  width: 50%;
}
.new-apply .nineWrap .nineWrapBanner .nineWrapBoxListTwo .nineWrapBox .one {
  display: flex;
  justify-content: flex-end;
  top: 32%;
  left: 80%;
  width: 485px;
}
.new-apply
  .nineWrap
  .nineWrapBanner
  .nineWrapBoxListTwo
  .nineWrapBox
  .one
  .desc {
  text-align: right;
}
.new-apply .nineWrap .nineWrapBanner .nineWrapBoxListTwo .nineWrapBox .two {
  display: flex;
  justify-content: flex-end;
  top: 48%;
  left: 80%;
  width: 480px;
}
.new-apply
  .nineWrap
  .nineWrapBanner
  .nineWrapBoxListTwo
  .nineWrapBox
  .two
  .desc {
  text-align: right;
}
.new-apply .nineWrap .nineWrapBanner .nineWrapBoxListTwo .nineWrapBox .three {
  display: flex;
  justify-content: flex-end;
  border-left: 1px dashed #979797;
  border-right: unset;
  top: 66%;
  left: 83%;
  width: 410px;
  height: 50px;
}
.new-apply
  .nineWrap
  .nineWrapBanner
  .nineWrapBoxListTwo
  .nineWrapBox
  .three
  .desc {
  text-align: right;
}
.new-apply .nineWrap .nineWrapBanner .nineWrapBoxListTwo .nineWrapBox .four {
  top: 36%;
  left: 25%;
  width: 550px;
  justify-content: flex-start;
}
.new-apply
  .nineWrap
  .nineWrapBanner
  .nineWrapBoxListTwo
  .nineWrapBox
  .four
  .desc {
  text-align: left;
}
.new-apply .nineWrap .nineWrapBanner .nineWrapBoxListTwo .nineWrapBox .five {
  top: 62%;
  left: 29%;
  width: 650px;
  justify-content: flex-start;
  border-right: 1px dashed #979797;
  border-left: unset;
  height: 160px;
  text-align: left;
}
.new-apply
  .nineWrap
  .nineWrapBanner
  .nineWrapBoxListTwo
  .nineWrapBox
  .five
  .desc {
  width: 60%;
}
.new-apply .nineWrap .nineWrapBanner .nineWrapBoxListTwo .nineWrapBox .six {
  top: 80%;
  left: 29%;
  width: 650px;
  justify-content: flex-start;
  text-align: left;
}
.new-apply
  .nineWrap
  .nineWrapBanner
  .nineWrapBoxListTwo
  .nineWrapBox
  .six
  .desc {
  width: 60%;
}
.new-apply .nineWrap .nineWrapBanner .slick-arrow {
  cursor: pointer;
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  border-top: unset;
  border-left: unset;
  border-right: unset;
  border-bottom: 1px solid #979797;
  height: 60px;
  line-height: 60px;
  background: unset;
  font-size: 20px;
}
.new-apply .nineWrap .nineWrapBanner .slick-prev {
  transform: translate(-140%, -50%);
  z-index: 1;
}
.new-apply .nineWrap .nineWrapBanner .slick-next {
  transform: translate(40%, -50%);
}
.new-apply .nineWrap .nineWrapBanner .bannerActive {
  border-bottom: 3px solid #0039c8;
  color: #0039c8;
  font-weight: bold;
}
.new-apply .nineWrap .nineWrapBanner-s {
  max-width: 800px;
  margin: 0 auto;
}
.new-apply .nineWrap .nineWrapBanner-s button {
  border: none;
  background: none;
  height: 60px;
  line-height: 60px;
  background: unset;
  font-size: 20px;
}
.new-apply .nineWrap .nineWrapBanner-s .slick-current button {
  border-bottom: 3px solid #0039c8;
  color: #0039c8;
  font-weight: bold;
}
.new-apply .footerWrap .footerWrap-bg {
  max-width: 1280px;
  margin: auto;
}
.new-apply .footerWrap .footerWrap-bg img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.new-apply .footerWrap .footerWrap-text {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.new-apply .footerWrap .footerWrap-text .con2 {
  color: #0039c8;
}
.new-apply .footerWrap .footerWrap-text .con4 a {
  color: #0039c8;
  margin: 0 10px;
}
.new-apply .footerWrap .footerWrap-text .con6 {
  cursor: pointer;
  border-radius: 25px;
  height: 50px;
  background: #f6f6f6;
  border: unset;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.new-apply .footerWrap .footerWrap-text .con6 img {
  margin-left: 10px;
  width: 30px;
}
.new-apply .footerDesc {
  background-color: #181818;
}
.new-apply .footerDesc .wrap {
  border-bottom: 1px solid #494949;
}
.new-apply .footerDesc p {
  font-size: 12px;
  line-height: 2;
  text-align: left;
  color: #c2c8cc;
}
.new-hanjie .bg-newlightgray {
  background: #f6f9fb;
}
.new-hanjie .pd-banner {
  height: unset;
}
.new-hanjie .pd-banner .wrap .wrap-box {
  padding: 0 50px;
}
.new-hanjie .pd-banner .wrap .wrap-box .comm-title {
  width: 50%;
}
.new-hanjie .oneWrap {
  height: unset !important;
}
.new-hanjie .oneWrap .oneWrap-bg {
  position: unset !important;
  height: unset !important;
}
.new-hanjie .oneWrap .oneWrap-bg img {
  height: unset !important;
}
.new-hanjie .oneWrap-text .pdb-link {
  padding: 10px 70px 10px 30px;
}
.new-hanjie .twotongdian .sec-desc {
  color: #222222;
  opacity: 0.7;
}
.new-hanjie .twotongdian .one {
  display: flex;
  justify-content: space-between;
}
.new-hanjie .twotongdian .one &gt; div:last-child {
  margin-top: 100px;
  margin-left: unset !important;
}
.new-hanjie .twotongdian .item {
  margin-top: 50px;
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}
.new-hanjie .twotongdian .item .img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e1e1e1;
  flex: none;
}
.new-hanjie .twotongdian .item .img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.new-hanjie .twotongdian .item .itemcon {
  margin: 0 16px;
  min-width: 100px;
  background: rgba(0, 71, 187, 0.1);
  box-sizing: border-box;
  border: 0.5px solid #0047bb;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.5);
  padding: 10px 20px;
  border-radius: 48px;
}
.new-hanjie .twotongdian .item:nth-child(2) {
  margin-left: 30%;
}
.new-hanjie .twotongdian .item:nth-child(3) {
  margin-left: 10%;
}
.new-hanjie .twotongdian .item:nth-child(4) {
  margin-left: 40%;
}
.new-hanjie .gongyi {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.new-hanjie .gongyi .item {
  height: 280px;
  width: 50%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.new-hanjie .gongyi .item:nth-child(1),
.new-hanjie .gongyi .item:nth-child(3) {
  border-left: unset;
}
.new-hanjie .gongyi .item:nth-child(3),
.new-hanjie .gongyi .item:nth-child(4) {
  border-bottom: unset;
}
.new-hanjie .gongyi .item .title_line {
  width: 48px;
  height: 3px;
  background: #0047bb;
  margin: 10px;
}
.new-hanjie .gongyi .item .desc {
  width: 450px;
  line-height: 24px;
  text-align: center;
  color: #222222;
  opacity: 0.5;
}
.new-hanjie .gongyi .item:hover .desc {
  transition: 0.5s;
  opacity: 1;
}
.new-hanjie .pingtai:nth-of-type(2n + 1) {
  background: unset;
}
.new-hanjie .pingtai .pdv-item__wrap {
  align-items: unset;
}
.new-hanjie .pingtai .pdv-item__wrap .pdv-item__intro {
  align-items: unset;
}
.new-hanjie .pingtai .pdv-item__wrap .pdv-item__intro .pdv-item__title {
  color: #414040;
  padding: 30px 0;
}
.new-hanjie .pingtai .pdv-item__wrap .pdv-item__intro .desc {
  line-height: 2em;
  font-size: 16px;
}
.new-hanjie .pingtai .pdv-item__wrap .pdv-item__intro .desc &gt; div {
  color: rgba(65, 64, 64, 0.7);
  display: flex;
  align-items: baseline;
}
.new-hanjie .pingtai .pdv-item__wrap .pdv-item__intro .desc &gt; div .line {
  display: flex;
  align-items: center;
  width: 8px;
  height: 8px;
  background: #0047bb;
  transform: rotate(-45deg);
  margin-right: 8px;
}
.new-hanjie .pingtai .pdv-item__wrap .pdv-item__intro .desc &gt; div p {
  flex: 1;
}
.new-hanjie .pingtai .pdv-item__wrap .pdv-item__intro .desc p {
  color: rgba(65, 64, 64, 0.7);
}
.new-hanjie .yidong {
  padding-bottom: 500px;
}
.new-hanjie .yidong .item {
  border-bottom: 1px solid #dfe3e5;
  display: flex;
  align-items: center;
  width: 66%;
}
.new-hanjie .yidong .item .list {
  padding: 20px 0;
  line-height: 40px;
  width: 430px;
  color: #414040;
  font-size: 16px;
  font-weight: 600;
}
.new-hanjie .yidong .item .list span {
  color: #a6aeba;
  font-weight: normal;
}
.new-hanjie .yidong .item:nth-child(4) {
  border-bottom: unset;
}
.new-hanjie .yidong .imgcon {
  width: 100%;
  position: relative;
  font-size: 16px;
  color: #414040;
}
.new-hanjie .yidong .imgcon .bg {
  position: absolute;
  right: 0;
  top: -250px;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.new-hanjie .yidong .imgcon &gt; div {
  cursor: pointer;
  position: absolute;
  border-bottom: 1px dashed #0047bb;
  opacity: 1;
  left: 0;
}
.new-hanjie .yidong .imgcon &gt; div::after {
  content: "";
  position: absolute;
  top: -15px;
  right: -15px;
  width: 28px;
  height: 28px;
  opacity: 0.15;
  border: 1px dotted #0047bb;
  border-radius: 50%;
  background: #0047bb;
}
.new-hanjie .yidong .imgcon &gt; div::before {
  content: "";
  position: absolute;
  top: -7px;
  right: -7px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #0047bb;
}
.new-hanjie .yidong .imgcon &gt; div:hover {
  transition: 0.5s;
}
.new-hanjie .yidong .imgcon &gt; div:hover::after {
  animation: scaleBig1 1.5s ease infinite;
}
.new-hanjie .yidong .imgcon &gt; div p {
  position: absolute;
  height: 32px;
  line-height: 32px;
  top: -16px;
  background: #f6f9fb;
  padding-right: 20px;
}
.new-hanjie .yidong .imgcon .conlist1 {
  top: 106px;
  width: 790px;
  z-index: 10;
  height: 20px;
}
.new-hanjie .yidong .imgcon .conlist1 p {
  top: 4px;
}
.new-hanjie .yidong .imgcon .conlist1::after {
  top: 5px;
}
.new-hanjie .yidong .imgcon .conlist1::before {
  top: 13px;
}
.new-hanjie .yidong .imgcon .conlist2 {
  top: 100px;
  width: 840px;
  height: 80px;
  border-right: 1px dashed #0047bb;
  z-index: 9;
}
.new-hanjie .yidong .imgcon .conlist2 p {
  top: 64px;
}
.new-hanjie .yidong .imgcon .conlist3 {
  top: 0;
  width: 1000px;
  height: 230px;
  border-right: 1px dashed #0047bb;
  z-index: 8;
}
.new-hanjie .yidong .imgcon .conlist3 p {
  top: 214px;
}
.new-hanjie .yidong .imgcon .conlist4 {
  top: 170px;
  width: 1220px;
  height: 110px;
  border-right: 1px dashed #0047bb;
  z-index: 7;
}
.new-hanjie .yidong .imgcon .conlist4 p {
  top: 94px;
}
.new-hanjie .yidong .imgcon .conlist5 {
  top: 310px;
  width: 920px;
  height: 20px;
  border-right: 1px dashed #0047bb;
  z-index: 6;
}
.new-hanjie .yidong .imgcon .conlist5 p {
  top: 4px;
}
.new-hanjie .yidong .imgcon .conlist6 {
  top: 205px;
  width: 1030px;
  height: 176px;
  border-right: 1px dashed #0047bb;
  z-index: 5;
}
.new-hanjie .yidong .imgcon .conlist6 p {
  top: 160px;
}
.new-hanjie .yidong .imgcon .conlist7 {
  top: 30px;
  width: 1140px;
  height: 400px;
  border-right: 1px dashed #0047bb;
  z-index: 4;
}
.new-hanjie .yidong .imgcon .conlist7 p {
  top: 384px;
}
.new-hanjie .hangye .app-slick-box {
  padding-bottom: 0 !important;
  display: unset !important;
}
.new-hanjie .hangye .app-slick-box .slick-list .app-slick-list-wrap {
  padding: 30px !important;
  border-radius: 20px !important;
}
.new-hanjie .hangye .app-slick-box .slick-list .app-slick-list-wrap img {
  border-radius: 20px !important;
}
.new-hanjie
  .hangye
  .app-slick-box
  .slick-list
  .app-slick-list-wrap
  .slick-text {
  border-radius: 20px !important;
  margin: 30px !important;
}
.new-apply .oneWrap {
  position: relative;
  height: 100vh;
  background: #000;
}
.new-apply .oneWrap .oneWrap_video {
  position: absolute;
  object-fit: contain;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.new-apply .oneWrap .oneWrap_video .video2 {
  object-fit: contain;
  transform: none;
  width: 100%;
}
.new-apply .oneWrap .oneWrap_box {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 30%;
  transform: translateY(-50%);
  color: white;
}
.new-apply .oneWrap .oneWrap_box .title {
  font-size: 60px;
}
.new-apply .oneWrap .oneWrap_box .oneBtn {
  cursor: pointer;
  margin: 30px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px 0 20px;
  background: #f6f6f6;
  color: #000;
  border-radius: 18px;
  height: 40px;
  line-height: 40px;
  box-sizing: content-box;
  width: 120px;
}
.new-apply .oneWrap .oneWrap_box .oneBtn span {
  width: 30px;
  height: 30px;
  background: #0039c8;
  text-align: center;
  line-height: 30px;
  border-radius: 100%;
}
.new-apply .oneWrap .oneWrap_box .oneBtn span::before {
  color: white;
}

.new-apply .bigVideo {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #232526;
  z-index: 10000;
}
.new-apply .bigVideo .bigVideo_box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new-apply .bigVideo .bigVideo_box .bigVideo_con {
  position: absolute;
  width: 1280px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10050;
}
.new-apply .bigVideo .bigVideo_close {
  top: 16px;
  right: 16px;
  font-size: 24px;
  line-height: 1;
  transition: all 0.5s ease;
  width: 40px;
  position: absolute;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  height: 40px;
  border: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  text-align: center;
  border-radius: 50% !important;
  outline: none;
  cursor: pointer;
  z-index: 10100;
}
@media (max-width: 1920px) {
  .new-apply .fourWrap1 .fourWrap1-text {
    top: 100px;
  }
}
@media (max-width: 1680px) {
  .new-apply .oneWrap .oneWrap-text {
    top: calc(50% - 100px);
  }
  .new-apply .twoWrap .comm-wrap {
    top: 20px;
  }
  .new-apply .twoWrap .comm-wrap .list .list-item .img {
    width: 30%;
  }
  .new-apply .fourWrap {
    padding: unset;
  }
  .new-apply .fourWrap1 .fourWrap1-text {
    top: 100px;
  }
  .new-apply .fourWrap1 .fourWrap1-line {
    bottom: 50px;
  }
  .new-apply .fourWrap1 .fourWrap1Box .text-box {
    top: 63%;
  }
  .new-apply .fourWrap1 .fourWrap1Box .text-box .right {
    width: 500px;
  }
  .new-apply .nineWrap .nineWrapBanner .nineWrapBoxList .nineWrapBox {
    padding: 30px 0 50px;
  }
  .new-apply .elevenWrap .elevenWrap-text {
    top: 80px;
  }
  .new-apply .sixWrap .app-slick .app-slick-box .slick-prev {
    right: 110px;
  }
  .new-apply .sixWrap .app-slick .app-slick-box .slick-next {
    right: 50px;
  }
}
@media (max-width: 1024px) {
  .retain-item__wrap .pdv-item__intro .pdv-item__body .pdv-item__img {
    right: -500px !important;
    max-width: 450px !important;
  }
  .new-hanjie .twotongdian .one {
    flex-wrap: wrap;
  }
  .new-hanjie .twotongdian .one &gt; div:last-child {
    flex-direction: row-reverse;
    margin-top: 30px;
    width: 100%;
    margin-left: unset !important;
  }
  .new-hanjie .yidong {
    padding-bottom: 500px;
  }
  .new-hanjie .yidong .imgcon {
    width: 100%;
    position: relative;
    font-size: 16px;
    color: #414040;
  }
  .new-hanjie .yidong .imgcon .bg {
    position: absolute;
    right: 0;
    top: -120px;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}
@media (max-width: 821px) {
  .new-apply .pcWrap {
    display: none;
  }
  .new-apply .moWrap {
    display: block;
  }
  .new-apply .pd-banner .pdb-img::before {
    padding-top: 250%;
  }
  .new-apply .pdpage-item .pdp-table .tableTitle {
    width: 990px;
    padding: 15px 0;
  }
  .new-apply .pdpage-item .pdp-table table thead h4 {
    font-size: 16px;
  }
  .new-apply .oneWrap {
    text-align: center;
    padding-top: 20vh;
    box-sizing: border-box;
  }
  .new-apply .oneWrap .oneWrap-text {
    top: unset;
  }
  .new-apply .oneWrap .title-desc {
    margin-top: 15px;
  }
  .new-apply .fourWrap .retain-item__wrap {
    height: unset;
    background: #f2f3f5;
    padding: 20px;
  }
  .new-apply .fourWrap .retain-item__wrap .pdv-item__intro {
    width: 100%;
    margin-top: unset;
  }
  .new-apply .fourWrap .retain-item__wrap .pdv-item__intro .pdv-item__body {
    display: none;
    position: relative;
    padding: 0 0 20px;
  }
  .new-apply
    .fourWrap
    .retain-item__wrap
    .pdv-item__intro
    .pdv-item__body
    .pdv-item__img {
    position: unset !important;
    max-width: 100% !important;
    margin-top: 20px;
  }
  .new-apply
    .fourWrap
    .retain-item__wrap
    .pdv-item__intro
    .pdv-item__body
    .pdv-item__img
    .plyr-iframe-bg
    img {
    transform: unset;
  }
  .new-apply .fourWrap1 {
    height: unset;
  }
  .new-apply .fourWrap1 .fourWrap1-text {
    position: unset;
    transform: unset;
    text-align: left;
    padding: 30px 0;
  }
  .new-apply .fourWrap1 .fourWrap1Box {
    position: relative;
    transform: unset;
  }
  .new-apply .fourWrap1 .fourWrap1Box .text-box {
    position: unset;
    transform: unset;
    display: flex !important;
    flex-direction: column-reverse;
    width: fit-content !important;
  }
  .new-apply .fourWrap1 .fourWrap1Box .text-box .right {
    width: fit-content;
    box-sizing: border-box;
  }
  .new-apply .fourWrap1 .fourWrap1Box .text-box .left {
    width: fit-content;
    padding: 20px;
  }
  .new-apply .fourWrap1 .fourWrap1Box .text-box .left .comm-title {
    font-size: 16px;
  }
  .new-apply .fourWrap1 .fourWrap1Box .slick-dots {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 50%;
    margin: 20px auto;
    padding: unset;
  }
  .new-apply .fourWrap1 .fourWrap1Box .slick-dots li button {
    width: 12px;
    height: 12px;
    border: unset;
    background: #a6a6a8;
    border-radius: 50%;
    font-size: 0;
  }
  .new-apply .fourWrap1 .fourWrap1Box .slick-dots .slick-active button {
    background: #0039c8;
    width: 42px;
    height: 12px;
    border-radius: 12px;
  }
  .new-apply .twoWrap .comm-wrap {
    width: 90%;
    top: 10%;
  }
  .new-apply .twoWrap .comm-wrap .list-5 li {
    width: 33.3%;
  }
  .new-apply .threeWrap {
    background: #f0f2f5;
    padding-bottom: 50px;
  }
  .new-apply .threeWrap::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background-image: linear-gradient(to bottom, #fdfcfc 100%, #fff 0%);
  }
  .new-apply .threeWrap .problem {
    flex-direction: column;
  }
  .new-apply .threeWrap .problem .problem_list {
    height: 100%;
    margin: 20px 0 0;
  }
  .new-apply .threeWrap .problem .problem_list .problem_text .title {
    font-size: 18px;
  }
  .new-apply .threeWrap .problem .problem_list .problem_text .desc p {
    padding: 0 10px 4px;
  }
  .new-apply .sixWrap .app-slick .app-slick-box .slick-arrow {
    width: 30px;
    height: 30px;
    line-height: 30px;
    bottom: -40px;
  }
  .new-apply .sixWrap .app-slick .app-slick-box .slick-prev {
    right: 50px;
  }
  .new-apply .sixWrap .app-slick .app-slick-box .slick-next {
    right: 10px;
  }
  .new-apply .sevenWrap .sevenWrap-text {
    top: 30px;
  }
  .new-apply .sevenWrap .sevenWrap-text .sevenWrap-one {
    width: 100%;
  }
  .new-apply .sevenWrap .sevenWrap-text .sevenWrap-two {
    width: 100%;
    margin-top: 20px;
  }
  .new-apply .sevenWrap .sevenWrap-text .sevenWrap-two .sevenWrap-two-list {
    width: 50%;
    margin-bottom: 10px;
  }
  .new-apply
    .sevenWrap
    .sevenWrap-text
    .sevenWrap-two
    .sevenWrap-two-list
    .title {
    font-size: 14px !important;
  }
  .new-apply
    .sevenWrap
    .sevenWrap-text
    .sevenWrap-two
    .sevenWrap-two-list
    .title
    span {
    font-size: 28px;
  }
  .new-apply .eightWrap .eightWrap-banner .eightWrap-text {
    margin-top: 200px;
  }
  .new-apply .eightWrap .eightWrap-banner .eightWrap-text .text-list {
    padding: unset;
    padding-bottom: 20px;
    width: 100%;
  }
  .new-apply .eightWrap .eightWrap-banner .slick-arrow {
    top: 35%;
  }
  .new-apply .tenWrap .tenWrap-text {
    width: 100%;
    top: 80px;
    margin: unset;
  }
  .new-apply .elevenWrap .elevenWrap-text {
    width: 100%;
    top: 80px;
    margin: unset;
  }
  .new-apply .footerWrap .footerWrap-text {
    margin: unset;
    width: 100%;
  }
  .new-apply .fiveWrap .page1 .fiveWraptitle {
    font-size: 36px;
    top: 150px;
  }
  .new-apply .fiveWrap .page1 .fiveWrapOneTitle {
    font-size: 16px;
    font-size: 16px;
    top: 250px;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .new-hanjie .pd-banner .wrap .wrap-box .comm-title {
    width: unset;
  }
  .new-hanjie .pd-banner .pdb-img::before {
    padding-top: 160%;
  }
  .new-hanjie .twotongdian .one {
    display: flex;
  }
  .new-hanjie .twotongdian .one &gt; div:last-child {
    margin-left: unset !important;
  }
  .new-hanjie .twotongdian .item {
    margin-top: 30px;
  }
  .new-hanjie .twotongdian .item .itemcon {
    padding: 10px 20px;
    height: unset;
    border-radius: 16px;
    line-height: unset;
  }
  .new-hanjie .twotongdian .item:nth-child(2) {
    margin-left: unset;
  }
  .new-hanjie .twotongdian .item:nth-child(3) {
    margin-left: unset;
    flex-direction: row-reverse;
  }
  .new-hanjie .twotongdian .item:nth-child(4) {
    margin-left: unset;
  }
  .new-hanjie .gongyi .item {
    border-left: unset;
    height: unset;
    width: 100%;
    padding: 30px;
  }
  .new-hanjie .gongyi .item .desc {
    width: unset;
    line-height: 30px;
    text-align: left;
  }
  .new-hanjie .gongyi .item:nth-child(3) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 500px) {
  .new-apply .eightWrap .eightWrap-banner .slick-arrow {
    top: 22%;
    font-size: 16px;
    width: unset;
    left: 0;
    right: 0;
  }
  .new-apply .eightWrap .eightWrap-banner .slick-prev {
    transform: translate(0, -50%);
  }
  .new-apply .eightWrap .eightWrap-banner .slick-next {
    transform: translate(0, 100%);
  }
  .new-apply
    .eightWrap
    .eightWrap-banner
    .eightWrap-banner-list
    .eightWrap-banner-img {
    min-width: 100%;
  }
  .new-hanjie .yidong {
    padding-bottom: 400px;
  }
  .new-hanjie .yidong .item {
    width: 100%;
    flex-wrap: wrap;
  }
  .new-hanjie .yidong .item .list {
    padding: 20px 0;
    line-height: 30px;
    width: 100%;
  }
  .new-hanjie .yidong .item .list:nth-child(1) {
    border-bottom: 1px solid #dfe3e5;
  }
  .new-hanjie .yidong .item .list span {
    font-size: 12px;
  }
  .new-hanjie .yidong .imgcon .bg {
    top: 50px;
    width: 100%;
  }
}

/*# sourceMappingURL=new_apply.css.map */
</pre></body></html>