html {
  min-width: 320px;
  background-color: #fff;
}
body {
  min-width: 320px;
  height: 28.25rem;
  background: url('../images/icons/main_bg_07.jpg') no-repeat;
  background-size: cover;
}
.top-header {
  width: 100%;
  height: 2.5rem;
  background-color: rgba(161, 135, 144, 0.8);
  position: relative;
  z-index: 1000;
}
.top-header .top-nav {
  width: 42%;
}
.top-header .top-nav .top-img {
  width: 2.225rem;
  height: 2.225rem;
  margin-top: 0.125rem;
  margin-left: 0.625rem;
}
.top-header .top-nav .top-img img {
  width: 100%;
  height: 100%;
}
.top-header .top-nav .top-name {
  width: 8.125rem;
  padding-left: 3.2rem;
  padding-top: 0.25rem;
  box-sizing: border-box;
}
.top-header .top-nav .top-name h1 {
  font-size: 0.825rem;
  color: #010101;
}
.top-header .top-nav .top-name span {
  display: inline-block;
  width: 8.5rem;
  font-size: 0.5rem;
  color: #3f3f3f;
}
.top-header .top-yuyue {
  width: 9rem;
  height: 100%;
}
.top-header .top-yuyue .top-yuyue-btn {
  width: 4rem;
  height: 1.5rem;
  outline: none;
  background: url('../images/icons/mobile_nav_btn.png') no-repeat;
  background-size: cover;
  margin-right: 0.5rem;
  margin-top: 0.75rem;
}
.top-header .top-yuyue .yuyue-word {
  font-size: 0.5rem;
  margin-top: 1.5rem;

}
.page3 .swiper-footer {
  margin-top: 1rem;
  width: 98%;
  height: 26.25rem;
  position: relative;
}
.page3 .swiper-footer .swiper-slide {
  border: 0.25rem solid #ecb96a;
  border-radius: 0.375rem;
  background-position: center;
  background-size: 100% 100%;
  width: 82%;
  height: 23.75rem;
}
.page3 .swiper-footer .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.page3 .swiper-footer .swiper-pagination {
  bottom: .5rem;
}
.page3 .swiper-footer .swiper-pagination .swiper-pagination-bullet {
  width: .5rem;
  height: .5rem;
  background: url("../images/icons/spec_normal_icon.png") no-repeat;
  background-size: cover;
  opacity: 1;
  background-color: #ccc;
}
.page3 .swiper-footer .swiper-pagination .swiper-pagination-bullet-active {
  background: red;
}
.page3 .swiper-footer .swiper-button-next {
  width: 2.25rem;
  height: 2.25rem;
  background: url("../images/icons/web_icon_btn_right.png") no-repeat;
  background-size: contain;
  position: absolute;
  right: -1rem;
  top: 50%;
}
.page3 .swiper-footer .swiper-button-prev {
  width: 2.25rem;
  height: 2.25rem;
  background: url("../images/icons/web_icon_btn_left.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: -0.075rem;
  top: 50%;
}
.sq-company {
  width: 100%;
  margin-top: 0rem;
  font-size: 0.3rem;
  text-align: center;
  font-style: '思源黑体';
  color: #aeaeae;
  margin-bottom: 1.75rem;
}
.sq-company a {
  width: 8.15rem;
  display: inline-block;
}
.sq-company a img {
  width: 100%;
}
