.banner {
  position: relative;
  overflow: hidden;
}

.banner img {
  display: block;
}

.banner .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner .swiper-pagination-bullet {
  /* position: absolute; */
  width: 30px;
  border-radius: 0;
  background: var(--white);
  height: 6px;
  opacity: 0.6;
  transition: all 0.5s;
}
.banner .swiper-pagination-bullet-active {
  opacity: 1;
}

@media (min-width: 1200) and (max-width: 1920px) {
  .banner .swiper-slide {
    height: 450px;
  }
}

.hotWrap {
  height: 50px;
  background: var(--white);
  border-radius: 6px;
  margin-top: 20px;
  padding: 10px;
  display: flex;
  align-items: center;
}
.hotWrap .title {
  color: var(--color-success);
  font-family: "Source Han Sans";
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}
.hotWrap .title::before {
  font-family: 'iconfont';
  color: var(--color-success);
  content: '\e6e0';
  font-size: 16px;
  margin-right: 5px;
}
.hotSwiperWrapper {
  flex: 0 1 100%;
  height: 30px;
  overflow: hidden;
}
.hotWrap .text {
  color: #CC1616;
  font-family: "Source Han Sans CN";
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.homePanel {
  min-height: 50px;
  background: var(--white);
  border-radius: 6px;
  margin-top: 30px;
  padding: 0 15px;
}
.titleWrap {
  display: flex;
  align-items: center;
  height: 66px;
  border-bottom: 1px #D9D9D9 solid;
  position: relative;
}
.titleWrap .iconfont {
  font-size: 32px;
  color: var(--main);
}
.titleWrap .iconfont img {
  width: 26px;
  height: 26px;
  object-fit: contain ;
}
.titleWrap .tit{
  color: var(--black);
  font-family: "Source Han Sans CN";
  font-size: 22px;
  font-weight: 700;
  margin-left: 7px;
}
.titleWrap .more {
  color: #999;
  text-align: right;
  font-family: "Source Han Sans";
  font-size: 16px;
  font-weight: 350;
}
.titleWrap .more::after {
  display: inline-block;
  font-size: 15px;
  content: '\e6e6';
  font-family: 'iconfont';
}
.homeApplication {
  position: relative;
  margin-top: 15px;
}
.homeApplication .contentWrap {
  padding: 35px 0;
  overflow: hidden;
}
.homeApplication .contentWrap .item {
  width: 245px;
  display: flex;
  justify-content: space-between;
}
.homeApplication .contentWrap .thumb {
  width: 70px;
  height: 70px;
  border-radius: 8px;
  overflow: hidden;
}
.homeApplication .contentWrap .content {
  width: 165px;
}
.homeApplication .contentWrap .tit {
  color: var(--main);
  font-family: "Source Han Sans";
  font-size: 15px;
  font-weight: 500;
}
.homeApplication .contentWrap .text {
  color: #5B5B5B;
  font-family: "Source Han Sans";
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  max-height: 40px;
}
.homeApplication .button-prev {
  position: absolute;
  bottom: 60px;
  left: -50px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.homeApplication .button-next {
  position: absolute;
  bottom: 60px;
  right: -50px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.homeApplication .swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.homeSystem .titleWrap::after,
.homeNews .titleWrap::after {
  display: block;
  content: '';
  width: 195px;
  height: 2px;
  background: var(--main);
  position: absolute;
  left: 0;
  bottom: 0;
}
.homeSystem .list {
  width: 840px;
  display: flex;
  margin: 30px -10px 10px;
  flex-wrap: wrap;
}
.homeSystem .list .item {
  display: flex;
  width: 260px;
  height: 110px;
  padding: 20px;
  border-radius: 4px;
  background: #F7F8FA;
  align-items: center;
  margin: 10px;
}
.homeSystem .list .thumb {
  width: 70px;
  height: 70px;
  margin-right: 15px;
}
.homeSystem .list .content {
  width: 135px;
}
.homeSystem .list .tit {
  color: #5B5B5B;
  font-family: "Source Han Sans";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.homeSystem .list .txt {
  color: #5B5B5B;
  font-family: "Source Han Sans";
  font-size: 14px;
  font-weight: 350;
  line-height: 152.5%;
}
.homeSystem .contentWrap {
  align-items: flex-start;
}
.homeSystem .rangeList {
  width: 280px;
  margin-left: 50px;
  margin-top: 14px;
  margin-bottom: 20px;
}
.homeSystem .rangeList .titleBar {
  display: flex;
  color: #000;
  font-family: "Source Han Sans";
  font-size: 18px;
  font-weight: 700;
  align-items: center;
}
.homeSystem .rangeList .iconfont {
  font-size: 26px;
  color: var(--main);
  margin-right: 8px;
}
.homeSystem .rangeList li a {
  display: flex;
  margin-top: 20px;
  align-items: center;
}
.homeSystem .rangeList li .num {
  color: #5B5B5B;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 20px;
  font-weight: 600;
}
.homeSystem .rangeList li:first-child .num {
  color: #F73E3E;
}
.homeSystem .rangeList li:nth-child(2) .num {
  color: #F7973E;
}
.homeSystem .rangeList li:nth-child(3) .num {
  color: var(--main);
}
.homeSystem .rangeList li .title {
  color: #5B5B5B;
  font-family: "PingFang SC";
  font-size: 16px;
  font-weight: 400;
  margin: 0 10px;
  width: 175px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.homeSystem .rangeList li .data {
  color: #999;
  text-align: right;
  font-family: "PingFang SC";
  font-size: 12px;
  font-weight: 400;
}
.homeSoftWare .contentWrap {
  flex-wrap: wrap;
  padding-bottom: 20px;
}
.homeSoftWare .item {
  flex: 33.33%;
  width: 336px;
  display: flex;
  flex-wrap: wrap;
  margin: 24px 0;
}
.homeSoftWare .item .titleBar {
  width: 100%;
  display: flex;
  align-items: center;
  color: var(--black);
  font-family: "Source Han Sans";
  font-size: 18px;
  font-weight: 500;
}
.homeSoftWare .item .titleBar img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  margin-right: 7px;
}
.homeSoftWare .item a {
  display: block;
  width: 88px;
  margin-right: 24px;
  margin-top: 12px;
  color: var(--black);
  font-family: "Source Han Sans";
  font-size: 16px;
  font-weight: 350;
}
.scrollNewsWrap {
  overflow: hidden;
  position: relative;
  margin: 27px 0 0;
  padding-bottom: 25px;
  border-bottom: 1px #D9D9D9 solid;
}
.scrollNewsWrap .swiper-pagination {
  position: static;
  margin-top: 10px;
}
.scrollNewsWrap .swiper-pagination-bullet {
  width: 52px;
  height: 4px;
  background: #D9D9D9;
  margin: 0 2px;
  border-radius: 0;
  opacity: 1;
}
.scrollNewsWrap .swiper-pagination-bullet-active {
  background: var(--main);
}
.scrollNewsWrap .swiper-slide {
  display: block;
  position: relative;
  height: 168px;
  border-radius: 4px;
  overflow: hidden;
}
.scrollNewsWrap .thumb {
  height: 168px;
  border-radius: 4px;
  overflow: hidden;
}
.scrollNewsWrap .swiper-slide .title {
  width: 270px;
  height: 39px;
  background: rgba(0, 0, 0, 0.36);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  color: var(--white);
  text-align: center;
  padding: 0 8px;
}
.scrollNewsWrap .swiper-slide span {
  display: block;
  width: 100%;
  text-align: center;
}
.homeNews .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 20px;
}
.homeNews .list li {
  flex: 0 0 45%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
  margin-bottom: 6px;
}
.homeNews .list li::before {
  font-size: 13px;
  color: var(--main);
}
.homeNews .list .title {
  flex: 0 1 385px;
  width: 385px;
  margin-left: 8px;
  margin-right: 25px;
  color: var(--black);
  font-family: "Source Han Sans";
  font-size: 14px;
  font-weight: 400;
}
.homeNews .list .date {
  color: #999999;
  text-align: center;
  font-family: "Source Han Sans";
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
}
.homeNews .list .date::before {
  margin-right: 5px;
}
.homeAdvice {
  margin: 85px auto 65px;
  display: flex;
  align-items: center;
}
.homeAdvice .icon {
  width: 79px;
  height: 79px;
  background: #B3D5FF;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.homeAdvice .icon .iconfont {
  font-size: 42px;
  color: var(--main);
}
.homeAdvice .title {
  color: var(--black);
  font-family: "Source Han Sans";
  font-size: 20px;
  font-weight: 700;
}
.homeAdvice .infos {
  margin-top: 9px;
  display: flex;
}
.homeAdvice .infos .item {
  color: var(--black);
  font-family: "Source Han Sans";
  font-size: 16px;
  font-weight: 400;
  margin-right: 40px;
}
.homeAdvice .infos .item .iconfont::before {
  margin-right: 5px;
}
.homeAdvice .infos .item span {
  color: var(--main);
  font-size: 16px;
}
.homeAdvice .infos .item a {
  color: var(--main);
  font-size: 16px;
}

.homeAdvice .flexInfos {
  flex: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.homeAdvice .flexInfos .item {
  flex: 1;
  display: flex;
  align-items: center;
  position:relative;
}
.homeAdvice .flexInfos .thumb {
  width: 80px;
  height: 80px;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 20px;
}
.homeAdvice .flexInfos .tit {
  font-size: 20px;
  font-weight: 700;
}
.homeAdvice .flexInfos .url {
  display: block;
  font-size: 16px;
  color: var(--main);
}
.homeAdvice .flexInfos .code {
  display: none;
  width: 140px;
  height: 140px;
  position: absolute;
  bottom: 85px;
  left: 0;
  background: #FFFFFF;
  border-radius: 4px;
  overflow: hidden;
}
.homeAdvice .flexInfos .code img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homeAdvice .flexInfos .item:hover .code {
  display: block;
}