@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;
  background: #fff;
  height: 803px;
}

.hidden-xs .top3-content .item {
  box-sizing: border-box;
  width: 380px;
  height: 254px;
  background: #f7f8fc;
  border-radius: 8px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 39px;
  text-align: center;
}

.hidden-xs .top3-content .item:nth-child(3n) {
  margin-right: 0;
}

.hidden-xs .top3-content .item img {
  width: 72px;
  height: 72px;
  margin-bottom: 12px;
}

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

.hidden-xs .top4-content .item {
  box-sizing: border-box;
  padding: 40px 34px 0;
  width: 180px;
  height: 271px;
  background: linear-gradient(135deg, rgba(41, 47, 61, 0.02) 0%, #242933 100%);
  margin-right: 20px;
}

.hidden-xs .top4-content .item:nth-last-child(1) {
  margin-right: 0;
}

.hidden-xs .top4-content .item img {
  display: block;
  margin: 0 auto;
  width: 49px;
  height: 49px;
}

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

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

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

.hidden-xs .top5 .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 {
  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 {
  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 {
  height: 600px;
  background: #f1f3f9;
}

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

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

.hidden-xs .top6 .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: 625px;
  background: #f1f3f9;
  padding-top: 80px;
}

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

.hidden-xs .top9 .list .item {
  width: 200px;
  margin-right: 100px;
  margin-bottom: 58px;
  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;
  padding-top: 80px;
  background: #fff;
  height: 691px;
}

.hidden-xs .top10-content .item {
  width: 570px;
  height: 188px;
  background: #f9f9f9;
  border-radius: 8px;
  margin-right: 40px;
  margin-bottom: 40px;
  padding: 36px 40px;
}

.hidden-xs .top10-content .item:nth-child(2n) {
  margin-right: 0;
}

.hidden-xs .top10-content .item img {
  width: 80px;
  height: 80px;
  margin-right: 45px;
}
