@charset "UTF-8";
.new_index-header .header-content {
  margin-top: 7.5rem;
}

.new_index-header .header-content .header-bottom {
  padding-top: 1.875rem;
  padding-left: 1.875rem;
  height: 21.875rem;
  background: url("/h5/images/new_index/baner.jpg") no-repeat;
  background-size: cover;
}

.new_index-header .header-content .header-bottom > p {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 1.5rem;
  color: #333333;
}

.new_index-header .header-content .header-bottom h2 {
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 1.75rem;
  color: #111111;
  line-height: 1.875rem;
  margin: 1.25rem 0 2.1875rem;
}

.new_index-header .header-content .header-bottom .bottom-box {
  width: 23.125rem;
  display: flex;
  flex-wrap: wrap;
}

.new_index-header .header-content .header-bottom .bottom-box .box-item {
  display: flex;
  align-items: center;
  padding-left: 1.1875rem;
  padding-right: .25rem;
  justify-content: space-between;
}

.new_index-header .header-content .header-bottom .bottom-box .box-item p {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 2.25rem;
}

.new_index-header .header-content .header-bottom .bottom-box .box-item img {
  width: 2.5rem;
  height: 2.5rem;
  object-fit: cover;
}

.new_index-header .header-content .header-bottom .bottom-box a:nth-child(1) .box-item {
  width: 10rem;
  height: 3rem;
  background: #111022;
  border-radius: 1.5rem;
  margin-right: 1.25rem;
  margin-bottom: .9375rem;
}

.new_index-header .header-content .header-bottom .bottom-box a:nth-child(2) .box-item {
  width: 11.75rem;
  height: 3rem;
  background: #FFFFFF;
  border-radius: 1.5rem;
  border: .125rem solid #111022;
  margin-bottom: .9375rem;
}

.new_index-header .header-content .header-bottom .bottom-box a:nth-child(3) .box-item {
  width: 10rem;
  height: 3rem;
  background: #FFFFFF;
  border-radius: 1.5rem;
  border: .125rem solid #111022;
  margin-right: 1.25rem;
}

.new_index-header .header-content .header-bottom .bottom-box a:nth-child(4) .box-item {
  width: 11.75rem;
  height: 3rem;
  background: #111022;
  border-radius: 1.5rem;
}

.new_index-header .header-content .header-bottom .bottom-box a:nth-child(1) .box-item p, .new_index-header .header-content .header-bottom .bottom-box a:nth-child(4) .box-item p {
  color: #FFFFFF;
}

.new_index-header .header-content .header-bottom .bottom-box .box-item:nth-child(2) p, .new_index-header .header-content .header-bottom .bottom-box .box-item:nth-child(3) p {
  color: #000000;
}

.new_index-service .service-content {
  padding-top: 2.625rem;
  padding-left: 1.875rem;
  padding-bottom: 2.5rem;
  background: linear-gradient(0deg, #F1F4FA 0%, #FFFFFF 100%);
}

.new_index-service .service-content h3 {
  width: max-content;
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 2.5rem;
  color: transparent;
  line-height: 4.5rem;
  background: linear-gradient(-45deg, #4BBCFC 0%, #536AFF 100%);
  -webkit-background-clip: text;
  /* 规定背景的划分区域 */
  -webkit-text-fill-color: transparent;
  /* 防止字体颜色覆盖 */
}

.new_index-service .service-content .service-box {
  margin-top: 2.5rem;
}

.new_index-service .service-content .service-box .service-item {
  width: 43.125rem;
  height: 10.625rem;
  background: #FFFFFF;
  border-radius: .5rem;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.875rem;
}

.new_index-service .service-content .service-box .service-item .item-left {
  display: flex;
}

.new_index-service .service-content .service-box .service-item .item-left img {
  width: 6.25rem;
  height: 6.25rem;
  object-fit: cover;
}

.new_index-service .service-content .service-box .service-item .item-left div {
  margin-left: 1.25rem;
}

.new_index-service .service-content .service-box .service-item .item-left div h4 {
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 2rem;
  color: #111111;
  line-height: 1.875rem;
}

.new_index-service .service-content .service-box .service-item .item-left div p {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 1.75rem;
  color: #666666;
  max-width: 26.5625rem;
  margin-top: .625rem;
  line-height: 1.875rem;
}

.new_index-service .service-content .service-box .service-item > a > img {
  width: 2.25rem;
  height: 2.25rem;
  object-fit: cover;
}

.new_index-service .service-content .service-box .service-item:nth-last-of-type(1) {
  margin-bottom: 0;
}

.new_index-dominance .dominance-content {
  padding-top: 2.5rem;
  padding-left: 1.875rem;
  padding-bottom: 2.5rem;
}

.new_index-dominance .dominance-content h3 {
  width: max-content;
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 2.5rem;
  color: transparent;
  line-height: 4.5rem;
  background: linear-gradient(-45deg, #4BBCFC 0%, #536AFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.new_index-dominance .dominance-content ul {
  display: flex;
  overflow: auto;
  margin: 2.5rem 0;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
  height: 5.5rem;
}

.new_index-dominance .dominance-content ul::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}

.new_index-dominance .dominance-content ul li {
  min-width: 15rem;
  height: 5.5rem;
  background: #F1F4FA;
  box-shadow: 0.375rem 0.375rem 1.25rem 0rem rgba(55, 99, 170, 0.1);
  border-radius: .5rem;
  border: .125rem solid #FFFFFF;
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 2rem;
  color: #111111;
  text-align: center;
  line-height: 5.5rem;
  margin-right: 1.25rem;
}

.new_index-dominance .dominance-content ul li.ac {
  background: url("/h5/images/new_index/dominance-ac.png") no-repeat;
  background-size: cover;
}

.new_index-dominance .dominance-content .dominance-list .list-item {
  width: 43.125rem;
  height: 49rem;
  background: #F1F4FA;
  box-shadow: 0.375rem 0.375rem 1.875rem 0rem rgba(55, 99, 170, 0.1) inset;
  border-radius: .5rem;
  padding-top: 3.4375rem;
  padding-left: 2.1875rem;
}

.new_index-dominance .dominance-content .dominance-list .list-item .mass {
  display: flex;
  margin-bottom: 2.1875rem;
}

.new_index-dominance .dominance-content .dominance-list .list-item .mass img {
  width: 1.75rem;
  height: 1.5rem;
  object-fit: cover;
}

.new_index-dominance .dominance-content .dominance-list .list-item .mass div {
  margin-left: 1.5625rem;
}

.new_index-dominance .dominance-content .dominance-list .list-item .mass div h4 {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 2rem;
  color: #111111;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 36.25rem;
  line-height: 1;
}

.new_index-dominance .dominance-content .dominance-list .list-item .mass div p {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 1.5rem;
  color: #666666;
  line-height: 1.875rem;
  max-width: 34.6875rem;
  margin-top: 1.5625rem;
}

.new_index-gain {
  background-color: #f1f4fa;
  padding-bottom: .9375rem;
}

.new_index-gain .gain-content {
  padding-top: 2.5rem;
  padding-left: 1.875rem;
}

.new_index-gain .gain-content h3 {
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 2.5rem;
  color: transparent;
  line-height: 4.5rem;
  background: linear-gradient(-45deg, #4BBCFC 0%, #536AFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: max-content;
}

.new_index-gain .gain-content .gain-box {
  margin-top: 2.5rem;
}

.new_index-gain .gain-content .gain-box .gain-item {
  width: 43.125rem;
  height: 7.5rem;
  background: #F1F7FF;
  box-shadow: 0rem 0.1875rem 0.75rem 0rem rgba(0, 0, 0, 0.1);
  border-radius: .5rem;
  border: .125rem solid #FFFFFF;
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 1.75rem;
  color: #111111;
  padding-top: 1.5625rem;
  padding-left: 1.875rem;
  margin-bottom: 1.5625rem;
}

.new_index-gain .gain-content .gain-box .gain-item:nth-child(1) {
  background: url("/h5/images/new_index/gain1.png") no-repeat;
  background-size: cover;
}

.new_index-gain .gain-content .gain-box .gain-item:nth-child(2) {
  background: url("/h5/images/new_index/gain2.png") no-repeat;
  background-size: cover;
}

.new_index-gain .gain-content .gain-box .gain-item:nth-child(3) {
  background: url("/h5/images/new_index/gain3.png") no-repeat;
  background-size: cover;
}

.new_index-gain .gain-content .gain-box .gain-item:nth-child(4) {
  background: url("/h5/images/new_index/gain4.png") no-repeat;
  background-size: cover;
}

.new_index-team {
  padding-bottom: 2.5rem;
}

.new_index-team .team-content {
  padding-top: 2.5rem;
  padding-left: 1.875rem;
}

.new_index-team .team-content h3 {
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 2.5rem;
  color: transparent;
  line-height: 4.5rem;
  background: linear-gradient(-45deg, #4BBCFC 0%, #536AFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: max-content;
}

.new_index-team .team-content .team-swiper {
  margin-top: 2.5rem;
  position: relative;
}

.new_index-team .team-content .team-swiper .swiper-team {
  margin: 0;
  width: 43.125rem;
  height: 31.875rem;
  background: #F1F4FA;
  box-shadow: 0.375rem 0.375rem 1.875rem 0rem rgba(55, 99, 170, 0.1) inset;
  border-radius: .5rem;
}

.new_index-team .team-content .team-swiper .swiper-team .swiper-slide .slide-content {
  padding-top: 2.5rem;
  padding-left: 1.875rem;
}

.new_index-team .team-content .team-swiper .swiper-team .swiper-slide .slide-content .basic-information {
  display: flex;
}

.new_index-team .team-content .team-swiper .swiper-team .swiper-slide .slide-content .basic-information img {
  width: 8.75rem;
  height: 8.75rem;
  object-fit: cover;
}

.new_index-team .team-content .team-swiper .swiper-team .swiper-slide .slide-content .basic-information .address {
  margin-left: 1.875rem;
  padding-top: .6875rem;
}

.new_index-team .team-content .team-swiper .swiper-team .swiper-slide .slide-content .basic-information .address h4 {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 2.25rem;
  color: #111111;
  line-height: 1;
}

.new_index-team .team-content .team-swiper .swiper-team .swiper-slide .slide-content .basic-information .address div {
  display: flex;
  margin-top: .625rem;
  align-items: center;
}

.new_index-team .team-content .team-swiper .swiper-team .swiper-slide .slide-content .basic-information .address div p {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 1.5rem;
  color: #111111;
  max-width: 24.0625rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.new_index-team .team-content .team-swiper .swiper-team .swiper-slide .slide-content .basic-information .address div .line {
  width: .0625rem;
  height: 1.5rem;
  background: #999999;
  margin: 0 1.5rem;
}

.new_index-team .team-content .team-swiper .swiper-team .swiper-slide .slide-content .areas {
  margin: 1.875rem 0;
}

.new_index-team .team-content .team-swiper .swiper-team .swiper-slide .slide-content .areas p {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 1.75rem;
  color: #111111;
}

.new_index-team .team-content .team-swiper .swiper-team .swiper-slide .slide-content .areas p span {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 1.75rem;
  color: #111111;
}

.new_index-team .team-content .team-swiper .swiper-team .swiper-slide .slide-content > p {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 1.75rem;
  color: #666666;
  width: 39.0625rem;
}

.new_index-team .team-content .team-swiper .team-pagination .swiper-pagination-bullet {
  width: .625rem;
  height: .625rem;
  background: #58595B;
  border-radius: .3125rem;
  opacity: 0.3;
  margin-right: .625rem;
}

.new_index-team .team-content .team-swiper .team-pagination .swiper-pagination-bullet-active {
  width: .625rem;
  height: .625rem;
  background: #000000;
  border-radius: .3125rem;
  opacity: 1;
}

.new_index-journal {
  padding-bottom: 2.5rem;
}

.new_index-journal .journal-content {
  padding-top: 2.5rem;
  padding-left: 1.875rem;
}

.new_index-journal .journal-content h3 {
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 2.5rem;
  color: transparent;
  line-height: 1;
  background: linear-gradient(-45deg, #4BBCFC 0%, #536AFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: max-content;
}

.new_index-journal .journal-content ul {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
  border-bottom: .0625rem solid #ddd;
}

.new_index-journal .journal-content ul li {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 2rem;
  color: #111111;
  padding-bottom: 2.0625rem;
  width: 13.4375rem;
  text-align: center;
}

.new_index-journal .journal-content ul li.ac {
  color: #0052D9;
  border-bottom: .25rem solid #0052D9;
}

.new_index-journal .journal-content .publishers-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 3.75rem;
}

.new_index-journal .journal-content .publishers-box .publishers-item {
  margin-right: 1.5rem;
  margin-bottom: 3.75rem;
}

.new_index-journal .journal-content .publishers-box .publishers-item img {
  width: 13.375rem;
  height: 5rem;
  object-fit: cover;
}

.new_index-journal .journal-content .publishers-box .publishers-item button {
  width: 11.25rem;
  height: 3.625rem;
  background: #FFFFFF;
  border-radius: 1.8125rem;
  border: .125rem solid #0052D9;
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 1.5rem;
  color: #0052D9;
  display: block;
  margin: 1.25rem auto 0;
}

.new_index-journal .journal-content .publishers-box .publishers-item:nth-child(4), .new_index-journal .journal-content .publishers-box .publishers-item:nth-child(5) {
  margin-bottom: 0;
}

.new_index-journal .journal-content .publishers-box .publishers-item-change {
  margin-right: 1.5rem;
  margin-bottom: 2.5rem;
  width: max-content;
}

.new_index-journal .journal-content .publishers-box .publishers-item-change img {
  width: 13.375rem;
  height: 18.875rem;
  object-fit: cover;
}

.new_index-journal .journal-content .publishers-box .publishers-item-change button {
  width: 11.25rem;
  height: 3.625rem;
  background: #FFFFFF;
  border-radius: 1.8125rem;
  border: .125rem solid #0052D9;
  display: block;
  margin: 1.25rem auto 0;
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 1.5rem;
  color: #0052D9;
}

.new_index-journal .journal-content .publishers-box .publishers-item-change:nth-child(3) {
  margin-right: 0;
}

.new_index-journal .journal-content .publishers-box .publishers-item-change:nth-child(4), .new_index-journal .journal-content .publishers-box .publishers-item-change:nth-child(5) {
  margin-bottom: 0;
}

.new_index-advisory {
  padding-bottom: 2.5rem;
}

.new_index-advisory .advisory-content {
  padding-top: 2.5rem;
  padding-left: 1.875rem;
}

.new_index-advisory .advisory-content h3 {
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 2.5rem;
  color: transparent;
  background: linear-gradient(-45deg, #4BBCFC 0%, #536AFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: max-content;
  line-height: 1;
}

.new_index-advisory .advisory-content ul {
  width: 43.125rem;
  height: 35rem;
  background: #F1F4FA;
  box-shadow: 0.375rem 0.375rem 1.875rem 0rem rgba(55, 99, 170, 0.1) inset;
  border-radius: .5rem;
  margin-top: 2.5rem;
  padding: 1.875rem;
}

.new_index-advisory .advisory-content ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1.875rem;
  border-bottom: .0625rem solid #DDDDDD;
  margin-top: 1.875rem;
}

.new_index-advisory .advisory-content ul li a {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 2rem;
  color: #111111;
  max-width: 28.125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.new_index-advisory .advisory-content ul li span {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 1.5rem;
  color: #666666;
}

.new_index-advisory .advisory-content ul li:last-of-type {
  border-bottom: none;
}

.new_index-advisory .advisory-content > a button {
  width: 16.25rem;
  height: 5.5rem;
  background: #0052D9;
  border-radius: 2.75rem;
  border: none;
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 2rem;
  color: #FFFFFF;
  display: block;
  margin: 2.5rem auto 0;
}

.new_index-herald {
  background-color: #f1f4fa;
  padding: 2.375rem 1.875rem;
}

.new_index-herald p:first-child {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 1.25rem;
  color: #999999;
  line-height: 1.875rem;
}

.new_index-herald p:first-child span {
  color: #D60000;
}

@media screen and (max-width: 800px) {
  .new-modal-dialog {
    max-width: 41.875rem;
    margin: 0 auto;
  }
  .new-modal-dialog .modal-content {
    height: auto;
    position: relative;
  }
  .new-modal-dialog .modal-content .pos {
    position: absolute;
    bottom: -4.6875rem;
    left: 50%;
    transform: translateX(-50%);
    width: 3rem;
    height: 3rem;
    background: url(/ease/images/assistance/close.png) no-repeat;
    background-size: cover;
    cursor: pointer;
  }
}
