html {
  font-family: 'Microsoft YaHei';
}
.banner-container a {
  display: block;
}
.banner-container img {
  width: 100%;
  display: block;
  min-height: 0;
  height: unset;
}
.banner-container .swiper-pagination-bullet {
  background-color: #fff;
}
.banner-container .swiper-pagination-bullet-active {
  background-color: #3f87ff;
}
.banner-container .swiper-slide {
  position: relative;
}
.banner-container .banner-info {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 0.7rem;
}
.banner-container .banner-info .banner-title {
  font-size: 0.3rem;
  letter-spacing: 0.2em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #fff;
  width: 3rem;
  height: auto;
}
.banner-container .banner-info .banner-btn {
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
  margin-top: 0.5rem;
  width: unset;
  padding: 0 0.25rem;
}
#section {
  background-color: #F5F7F7;
}
.brief {
  background-color: #fff;
  padding: 0.3rem;
}
.brief .brief-item {
  flex: 1;
  flex-direction: column;
}
.brief .brief-item .brief-bg {
  border-radius: 50%;
  background-color: #F5F7F7;
  width: 0.8rem;
  height: 0.8rem;
}
.brief .brief-item .brief-bg img {
  width: 0.4rem;
}
.brief .brief-item .brief-title {
  margin-top: 0.2rem;
}
.pro-area {
  padding: 0.5rem 0.3rem 0;
}
.pro-area .pro-box {
  margin-bottom: 0.2rem;
}
.pro-area .pro-title {
  display: flex;
  align-items: center;
  padding: 0.3rem 0.3rem 0.3rem 0.2rem;
  background-color: #E0F8F8;
  background-image: url('../images/icons/home-pro-title-bg.png');
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
}
.pro-area .pro-title img {
  object-fit: contain;
  object-position: center;
}
.pro-area .pro-title .pro-icon {
  height: 0.45rem;
  width: 0.45rem;
}
.pro-area .pro-title .pro-toggle {
  width: 0.36rem;
  height: 0.36rem;
  transform: rotate(-90deg);
  transition: all 0.3s;
}
.pro-area .pro-title .pro-toggle.active {
  transform: rotate(0deg);
}
.pro-area .pro-title span {
  font-size: 0.3rem;
  padding: 0 0.2rem;
  flex: 1;
}
.pro-area .pro-container {
  background-color: #fff;
  padding: 0 0.25rem;
  display: none;
}
.pro-area .pro-container.active {
  display: block;
}
.pro-area .pro-container .pro-list {
  padding-top: 0.25rem;
  display: flex;
}
.pro-area .pro-container .pro-list:not(:nth-last-child(1)) {
  border-bottom: 1px dotted #d9d8d8;
}
.pro-area .pro-container .pro-list .pro-list-name {
  font-size: 0.3rem;
  width: 1.2rem;
  line-height: 0.75rem;
}
.pro-area .pro-container .pro-list .pro-list-box {
  padding-left: 0.3rem;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.pro-area .pro-container .pro-list .pro-list-box .pro-item {
  width: calc(50% - 0.2rem);
  max-width: calc(50% - 0.2rem);
  min-width: calc(50% - 0.2rem);
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
  height: 0.75rem;
  border: 1px solid #d9d8d8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 0.1rem;
}
.pro-area .pro-container .pro-list .pro-list-box .pro-item span {
  max-width: 100%;
}
.pro-area .pro-text-container {
  background-color: #fff;
  display: none;
}
.pro-area .pro-text-container.active {
  display: block;
}
.pro-area .pro-text-container .pro-text-item {
  padding: 0.15rem 0.2rem;
  display: block;
}
.pro-area .pro-text-container .pro-text-item .pro-text-title {
  font-size: 0.28rem;
  padding: 0.15rem 0;
}
.pro-area .pro-text-container .pro-text-item .pro-text {
  color: #96A8A8;
}
.method-area {
  background-color: #fff;
  padding: 0.4rem 0.3rem 0.2rem;
}
.method-area .qg-title-box {
  border-bottom: 1px dotted #d9d8d8;
}
.method-area .method-nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.2rem;
  position: relative;
}
.method-area .method-nav .method-nav-item {
  position: relative;
  line-height: 0.7rem;
}
.method-area .method-nav .method-nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 0.04rem;
  border-radius: 0.02rem;
  background-color: #3f87ff;
  width: 0;
  transition: all 0.3s;
}
.method-area .method-nav .method-nav-item.active::after {
  width: 100%;
}
.method-area .method-nav .method-pagi {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: space-between;
}
.method-area .method-nav .method-pagi .swiper-pagination-bullet {
  height: 100% !important;
  width: 0.7rem !important;
  opacity: 0;
}
.method-area .method-nav .method-pagi .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 0;
}
.method-area .method-item {
  position: relative;
  height: 4.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 0.3rem;
}
.method-area .method-item::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.6);
}
.method-area .method-item .method-item-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}
.method-area .method-item .method-item-icon {
  width: 0.5rem;
}
.method-area .method-item .method-item-title {
  color: #fff;
  line-height: 0.8rem;
  font-size: 0.3rem;
}
.method-area .method-item .method-item-content {
  margin-bottom: 0.3rem;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  color: #fff;
  width: 100%;
}
.method-area .method-item .method-item-btn {
  color: #fff;
  background-color: #3f87ff;
  line-height: 0.5rem;
  padding: 0 0.35rem;
  border-radius: 0.3rem;
}
.news-area {
  padding: 0.3rem;
  background-color: #fff;
}
.news-area .news-item {
  padding: 0.25rem 0;
  border-bottom: 1px dotted #d9d8d8;
  display: block;
}
.news-area .news-item .news-img {
  width: 100%;
  margin-bottom: 0.25rem;
}
.news-area .news-item .news-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.25rem;
}
.news-area .news-item .news-time {
  font-size: 0.22rem;
  color: #96A8A8;
}
.partner-area {
  padding: 0.3rem 0.15rem 0.2rem;
}
.partner-area .partner-box {
  padding: 0.15rem;
}
.partner-area .partner-item {
  height: 1.3rem;
  background-color: #fff;
  box-shadow: 0 0 0.15rem rgba(73, 188, 189, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.15rem;
}
.partner-area .partner-item span {
  margin: 0 0.15rem;
  max-width: 1.8rem;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0.3rem;
}
.partner-area .partner-item img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
}
.conect-area {
  background-color: #021540;
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.conect-area .conect-logo {
  width: 2rem;
}
.conect-area .conect-ewm {
  width: 3.5rem;
  margin: 0.3rem 0;
}
.conect-area span {
  color: #fff;
  padding: 0.3rem 0;
}
.conect-area p {
  color: #6E7792;
  line-height: 0.3rem;
  text-align: center;
}
.conect-area .qg-btn {
  margin-bottom: 0.2rem;
}
#footer .foo-help {
  display: flex;
}
