@charset "UTF-8";
.hidden-xs .page-banner {
  height: 500px;
}

.hidden-xs .top2 {
  box-sizing: border-box;
  padding-top: 80px;
  height: 1404px;
  background: #f1f3f9;
}

.hidden-xs .top2-swiper-container {
  width: 100%;
  height: 100%;
}

.hidden-xs .top2-swiper-container .swiper-slide > img {
  position: relative;
  width: 180px;
  height: 100px;
  margin-right: 20px;
  border-radius: 4px;
  overflow: hidden;
}

.hidden-xs .top2-swiper-container .swiper-slide > img:nth-last-child(1) {
  margin-right: 0;
}

.hidden-xs .top2-swiper-container .swiper-slide > img:hover::after {
  content: '查看大图';
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  font-size: 14px;
  color: #fff;
}

.hidden-xs .top2_i1 {
  height: 166px;
  background: #fff;
  border-radius: 8px;
}

.hidden-xs .top2_i1 .left img {
  width: 34px;
  height: 34px;
  margin-right: 20px;
  margin-left: 40px;
}

.hidden-xs .top2_i1 .right {
  margin-left: 40px;
  margin-right: 20px;
}

.hidden-xs .top2_i1 .right .content {
  flex: 1;
  width: 0;
  height: 100px;
  margin: 0 8px;
}

.hidden-xs .top2 .yulan-popup {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.4);
}

.hidden-xs .top2 .yulan-popup .fixed {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 960px;
  height: 540px;
  background: #fff;
}

.hidden-xs .top2 .yulan-popup .fixed .icon-close {
  position: absolute;
  top: -40px;
  right: 0;
  cursor: pointer;
}

.hidden-xs .top2 .yulan-popup .fixed .popup-container {
  width: 100%;
  height: 100%;
}

.hidden-xs .top2 .yulan-popup .fixed .popup-container .swiper-container {
  width: 100%;
  height: 100%;
}

.hidden-xs .top2 .yulan-popup .fixed .popup-container .swiper-container .swiper-button-prev {
  left: 0;
  width: 60px;
  height: 124px;
  line-height: 124px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  transform: translateY(-50%);
}

.hidden-xs .top2 .yulan-popup .fixed .popup-container .swiper-container .swiper-button-next {
  right: 0;
  width: 60px;
  height: 124px;
  line-height: 124px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  transform: translateY(-50%);
}

.hidden-xs .top3 {
  box-sizing: border-box;
  padding-top: 80px;
  height: 651px;
  background: #fff;
}

.hidden-xs .top3 .list .item {
  width: 280px;
  height: 380px;
  background: #ffffff;
  border: 1px solid #efefef;
  box-shadow: 0px 12px 48px rgba(0, 33, 71, 0.05);
  opacity: 1;
  border-radius: 4px;
  overflow: hidden;
}

.hidden-xs .top3 .list .item img {
  width: 280px;
  height: 160px;
}

.hidden-xs .top4 {
  box-sizing: border-box;
  padding-top: 80px;
  height: 661px;
  background: url("../images/index1_top4_bg.png") no-repeat center;
  background-size: cover;
  color: #fff;
}

.hidden-xs .top4 .border-b {
  border-color: #808080;
}

.hidden-xs .top4 .navs {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.hidden-xs .top4 .navs .nav {
  cursor: pointer;
}

.hidden-xs .top4 .navs .active {
  position: relative;
  color: #2471ef;
}

.hidden-xs .top4 .navs .active::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  width: 70px;
  height: 2px;
  background: #2471ef;
}

.hidden-xs .top4 .content {
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(14px);
  border-radius: 8px 8px 0px 0px;
}

.hidden-xs .top4 .content img {
  width: 1120px;
  height: 350px;
}

.hidden-xs .top5,
.hidden-xs .top7 {
  height: 600px;
  background: #fff;
}

.hidden-xs .top5 .left-img,
.hidden-xs .top7 .left-img {
  width: 590px;
  height: 600px;
  margin-right: 89px;
}

.hidden-xs .top5 p,
.hidden-xs .top7 p {
  min-height: 48px;
}

.hidden-xs .top5 .navs .nav,
.hidden-xs .top7 .navs .nav {
  cursor: pointer;
  box-sizing: border-box;
  height: 80px;
  line-height: 80px;
  margin-bottom: 16px;
  padding-left: 36px;
  overflow: hidden;
  background: #f8f9fc;
}

.hidden-xs .top5 .navs .active,
.hidden-xs .top7 .navs .active {
  border-left: 4px solid #2471ef;
  box-shadow: 0px 12px 48px rgba(9, 32, 68, 0.05);
  background: #ffffff;
  border-radius: 4px;
}

.hidden-xs .top5 .btns > div,
.hidden-xs .top7 .btns > div {
  cursor: pointer;
  width: 104px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #2471ef;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
}

.hidden-xs .top6,
.hidden-xs .top8 {
  height: 600px;
  background: #f1f3f9;
}

.hidden-xs .top6 .right-img,
.hidden-xs .top8 .right-img {
  width: 590px;
  height: 600px;
  margin-left: 89px;
}

.hidden-xs .top6 p,
.hidden-xs .top8 p {
  min-height: 48px;
  margin-bottom: 47px;
}

.hidden-xs .top6 .btns > div,
.hidden-xs .top8 .btns > div {
  cursor: pointer;
  width: 104px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #2471ef;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
}

.hidden-xs .top9 {
  box-sizing: border-box;
  height: 915px;
  background: #fff;
  padding-top: 80px;
}

.hidden-xs .top9 .list {
  margin-top: 75px;
  padding: 0 40px;
  display: flex;
  flex-wrap: wrap;
}

.hidden-xs .top9 .list .item {
  width: 200px;
  margin-right: 100px;
  margin-bottom: 80px;
  text-align: center;
}

.hidden-xs .top9 .list .item:nth-child(4n) {
  margin-right: 0;
}

.hidden-xs .top9 .list .item img {
  margin: 0 auto;
  display: block;
  width: 72px;
  height: 72px;
}

.hidden-xs .top10 {
  box-sizing: border-box;
  height: 775px;
  background: #f1f3f9;
  padding-top: 80px;
}

.hidden-xs .top10 .item {
  width: 360px;
  height: 500px;
  background: #ffffff;
  border-radius: 8px;
}

.hidden-xs .top10 .item-title {
  color: #fff;
  height: 110px;
  background: url("../images/index1_top10_item_title.png") no-repeat center;
  background-size: cover;
}

.hidden-xs .top10 .item-title img {
  width: 25px;
  height: 25px;
  margin-right: 15px;
}

.visible-xs .top1 {
  box-sizing: border-box;
  padding-top: 64px;
  height: 220px;
  background: #d4e3f8;
  text-align: center;
}

.visible-xs .top1 .bt {
  margin: 20px auto 0;
  width: 151px;
  line-height: 40px;
  background: #2471ef;
  border-radius: 1px;
  color: #fff;
  font-size: 15px;
}

.visible-xs .top2 {
  box-sizing: border-box;
  padding: 28px;
  height: 813px;
  background: #f2f3f9;
}

.visible-xs .top2-item1 {
  height: 304px;
  background: #ffffff;
  border-radius: 8px;
  padding: 40px 12px;
}

.visible-xs .top2-item1 .title {
  font-weight: 600;
}

.visible-xs .top2-item1 .title img {
  width: 22px;
  height: 22px;
  margin-right: 9px;
}

.visible-xs .top2-item1 .swiper-container {
  margin: 0 auto;
  width: 295px;
  height: 216px;
}

.visible-xs .top2-item1 .swiper-container .swiper-wrapper {
  height: 166px;
}

.visible-xs .top2-item2 .content-img {
  padding: 12px;
  background: #fff;
  border-radius: 8px;
}

.visible-xs .top2-item2 .content-img img {
  width: 295px;
  height: 204px;
}

.visible-xs .top3 {
  box-sizing: border-box;
  padding-top: 40px;
  height: 745px;
  background: #fff;
}

.visible-xs .top3 .list {
  padding: 0 7.47%;
}

.visible-xs .top3 .list .item {
  width: 155px;
  height: 274px;
  margin-right: 2.67%;
  margin-bottom: 10px;
  border: 1px solid #efefef;
  box-shadow: 0px 6px 24px rgba(0, 33, 71, 0.05);
}

.visible-xs .top3 .list .item:nth-child(2n) {
  margin-right: 0;
}

.visible-xs .top3 .list .item img {
  display: block;
  width: 100%;
  height: 89px;
  object-fit: cover;
}

.visible-xs .top4 {
  box-sizing: border-box;
  padding-top: 40px;
  width: 375px;
  height: 442px;
  background: #15121e;
  color: #fff;
}

.visible-xs .top4 .navs {
  display: flex;
  margin: 0 28px;
  border-bottom: 1px solid #808080;
}

.visible-xs .top4 .navs .nav {
  cursor: pointer;
  margin-right: 40px;
  line-height: 40px;
  height: 40px;
  font-size: 12px;
}

.visible-xs .top4 .navs .nav:nth-child(3n) {
  margin-right: 0;
}

.visible-xs .top4 .navs .active {
  position: relative;
  color: #2471ef;
}

.visible-xs .top4 .navs .active::after {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
  height: 2px;
  background: #2471ef;
}

.visible-xs .top5,
.visible-xs .top6,
.visible-xs .top7,
.visible-xs .top8 {
  box-sizing: border-box;
  padding-top: 40px;
  padding-bottom: 60px;
  background: #f1f3f9;
}

.visible-xs .top5 .content-img,
.visible-xs .top6 .content-img,
.visible-xs .top7 .content-img,
.visible-xs .top8 .content-img {
  display: block;
  margin: 0 auto;
  width: 319px;
  height: 293px;
  object-fit: cover;
}

.visible-xs .top5,
.visible-xs .top7 {
  background: #fff;
}

.visible-xs .top7 {
  padding-bottom: 0;
  height: 449px;
}

.visible-xs .top7 .swiper-container {
  margin: 0 28px;
  height: calc(261px + 45px);
}

.visible-xs .top7 .swiper-container .swiper-wrapper {
  height: 261px;
}

.visible-xs .top9 {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff;
}

.visible-xs .top9 .list {
  padding: 0 62px;
}

.visible-xs .top9 .list .item {
  width: 100px;
  margin-right: 50px;
  margin-bottom: 20px;
}

.visible-xs .top9 .list .item:nth-child(2n) {
  margin-right: 0;
}

.visible-xs .top9 .list .item img {
  display: block;
  margin: 0 auto;
  width: 36px;
  height: 36px;
}

.visible-xs .top10 {
  box-sizing: border-box;
  padding-top: 40px;
  height: 433px;
  background: #f4f5f9;
}

.visible-xs .top10 .list {
  padding: 0 24px;
}

.visible-xs .top10 .list .item {
  width: 25%;
  margin-bottom: 40px;
}

.visible-xs .top10 .list .item img {
  width: 40px;
  height: 40px;
  margin-bottom: 4px;
}
