html {
  font-size: 0.72916667vw;
}
@media screen and (max-width: 1440px) {
  html {
    font-size: 0.91145833vw;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 1.3125vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.82291667vw;
  }
}
@media screen and (max-width: 576px) {
  html {
    font-size: 3.0625vw;
  }
}
.header {
  height: 9rem;
  width: 100%;
  display: flex;
  gap: 4rem;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}
.header > h1,
.header h1 a {
  display: inline-block;
  width: 24.78571429rem;
  height: 4.85714286rem;
}
.header > h1 {
  margin-left: 3.57142857rem;
}
.nav {
  flex: 1;
  height: 100%;
}
.nav .mobile-butt {
  display: none;
}
.nav a {
  color: #000000;
}
.nav .list-1 {
  height: 100%;
  display: flex;
  gap: 2.85714286rem;
  justify-content: flex-end;
  align-items: center;
}
.nav .list-1 a {
  font-weight: bold;
  font-size: 1.42857143rem;
}
.nav .list-1 .item-1 {
  position: relative;
}
.nav .list-1 .item-1 > a {
  padding-bottom: 1.42857143rem;
}
.nav .list-1 .item-1:hover a {
  color: #0061AE;
}
.nav .list-1 .item-1:hover .list-2 {
  display: block;
}
.nav .list-1 .item-1.active > a {
  color: #0061AE;
}
.nav .list-2,
.nav .list-3 {
  display: none;
}
.nav .list-2 {
  position: absolute;
  z-index: 100;
  top: 2.85714286rem;
  left: 50%;
  transform: translateX(-50%);
  line-height: 4.14285714rem;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0.28571429rem 1.14285714rem 0.07142857rem rgba(0, 0, 0, 0.11);
  border-radius: 1.42857143rem;
  width: auto;
  white-space: nowrap;
  text-align: center;
}
.nav .list-2 li {
  padding: 0 1.42857143rem;
}
.nav .list-2 a {
  display: block;
  font-weight: 400;
  font-size: 1.28571429rem;
  color: #0061AE;
  border-bottom: rgba(0, 123, 191, 0.21) solid 0.07142857rem;
}
.nav .list-2 .item-2 {
  position: relative;
}
.nav .list-2 .item-2:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.nav .list-2 .item-2:hover .list-3 {
  display: block;
}
.nav .list-3 {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 100%;
  line-height: 4.14285714rem;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0.28571429rem 1.14285714rem 0.07142857rem rgba(0, 0, 0, 0.11);
  border-radius: 1.42857143rem;
  width: auto;
  white-space: nowrap;
  text-align: center;
}
.nav .list-3 a {
  font-size: 1.14285714rem;
}
.nav .list-3 .item-3 {
  padding: 0 1.42857143rem;
}
.nav .list-3 .item-3:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.search {
  height: 100%;
  width: 15rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0061AE;
}
.search form {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search img {
  width: 2.28571429rem;
  height: 2.28571429rem;
}
.search input {
  width: 90%;
  display: none;
  height: 3.21428571rem;
  border-radius: 1.42857143rem;
  background-color: #dddddd;
  border: none;
  text-indent: 1em;
}
.search .icon {
  position: absolute;
  z-index: 1000;
  width: 1.85714286rem;
  height: 1.85714286rem;
  right: 1.42857143rem;
}
.banner .swiper {
  height: 57.14285714rem;
}
.banner .swiper-pagination-bullet {
  width: 0.71428571rem;
  height: 0.71428571rem;
  margin: 0 0.42857143rem !important;
  background: #FFFFFF;
}
.banner .swiper-pagination-bullet-active {
  width: 5.28571429rem;
  border-radius: 0.71428571rem;
}
.inside-banner .swiper {
  height: 35.71428571rem;
}
.footer {
  width: 100%;
  background-color: #E2E2E2;
}
.footer-content {
  width: 80%;
  margin: 0 auto;
  padding: 6.42857143rem 0 5.14285714rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5.71428571rem;
}
.footer-content .divider {
  width: 0.07142857rem;
  height: 19.78571429rem;
}
.footer-content .left .list-1 {
  display: flex;
  gap: 2.85714286rem;
}
.footer-content .left .list-1 .item-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-content .left .list-1 .item-1 > a {
  width: auto;
  white-space: nowrap;
}
.footer-content .left .list-1 a {
  font-weight: bold;
  font-size: 1.42857143rem;
  color: #606060;
}
.footer-content .left .list-2 {
  margin-top: 1.42857143rem;
}
.footer-content .left .list-2 .item-2 {
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.footer-content .left .list-2 a {
  font-weight: 400;
  font-size: 1.14285714rem;
  line-height: 2.57142857rem;
}
.footer-content .right .qr-code {
  display: flex;
  gap: 4.57142857rem;
  justify-content: center;
  text-align: center;
}
.footer-content .right .qr-code .text {
  margin-top: 1.28571429rem;
}
.footer-content .right .text {
  font-weight: 400;
  font-size: 1.14285714rem;
  color: #606060;
}
.footer-content .right .info {
  margin-top: 2.42857143rem;
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-areas: "a b" "a c" "d e";
}
.footer-content .right .info .item1 {
  grid-area: a;
}
.footer-content .right .info span {
  line-height: 2.14285714rem;
}
.footer .qr-code img {
  width: 12.85714286rem;
  height: 12.85714286rem;
}
.footer-bottom {
  padding: 1.42857143rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.42857143rem;
  background: #C1C1C1;
  font-weight: 400;
  font-size: 1.14285714rem;
  color: #000000;
}
.footer-bottom a {
  color: #000000;
}
.float-content {
  position: fixed;
  z-index: 999;
  bottom: 20%;
  right: 0;
  width: 5.71428571rem;
  background: rgba(0, 97, 174, 0.55);
  border-radius: 2.85714286rem;
}
.float-content .item {
  width: 100%;
  height: 6.42857143rem;
  position: relative;
}
.float-content .item .icon {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.float-content .item .icon img {
  width: 2.28571429rem;
  height: 2.28571429rem;
}
.float-content .item .detail {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  height: 100%;
  background-color: rgba(0, 97, 174, 0.55);
  justify-content: center;
  align-items: center;
}
.float-content .item .detail img {
  width: 7.14285714rem;
  height: 7.14285714rem;
}
.float-content .item:hover .detail {
  display: flex;
}
.float-content .item:first-child .detail {
  height: 4rem;
  white-space: nowrap;
  color: #fff;
  top: 2.42857143rem;
  padding: 0 1.42857143rem;
}
.float-content .gzh {
  border-top: 0.07142857rem #fff solid;
  border-bottom: 0.07142857rem #fff solid;
}
.float-content .xcx {
  border-bottom: 0.07142857rem #fff solid;
}
.main {
  font-weight: 400;
  font-size: 1rem;
  color: #000;
}
.main img.empty {
  width: 50%;
  height: auto;
}
.main .inside-content {
  width: 85.71428571rem;
  margin: 0 auto;
}
.main .top-menu {
  padding: 2.85714286rem 0 2.14285714rem;
  line-height: 3;
  border-bottom: #EAEAEA solid 0.07142857rem;
}
.main .top-menu a {
  color: #282828;
}
.main .top-menu .web-menu {
  display: none;
}
.main .top-menu .mobile-menu {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.71428571rem;
  margin: 0 auto;
}
.main .top-menu .mobile-menu .item {
  padding: 0 1.42857143rem;
  border-radius: 0.28571429rem;
  background-color: #F6F6F6;
  cursor: pointer;
}
.main .top-menu .mobile-menu .item.selected {
  background-color: #0061AE;
}
.main .top-menu .mobile-menu .item.selected a {
  color: #fff;
}
.main .main-content {
  margin: 2.14285714rem 0 4.28571429rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.42857143rem;
}
.main .main-content .center {
  flex: 1;
  width: 100%;
  box-sizing: border-box;
}
.main .pagination {
  margin: 3.28571429rem 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main .pagination a {
  color: #000;
}
.main .left-menu,
.main .left-address {
  background-color: #F6F6F6;
  width: 21.42857143rem;
}
.main .left-menu {
  line-height: 5rem;
  text-align: center;
  font-size: 1.14285714rem;
}
.main .left-menu a {
  color: #000;
}
.main .left-menu .item {
  border-bottom: #fff solid 0.07142857rem;
  cursor: pointer;
}
.main .left-menu .item.selected {
  background-color: #0061AE;
  color: #fff;
}
.main .left-menu .item.selected a {
  color: #fff;
}
.main .left-address {
  margin-top: 1.14285714rem;
  padding: 1.42857143rem 1.14285714rem;
  box-sizing: border-box;
  line-height: 2;
  font-size: 1rem;
  color: #585858;
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-areas: "a a" "b c" "d e" "f g" "f h" "i k";
}
.main .left-address .title {
  grid-area: a;
  font-weight: bold;
}
.main .left-address .add {
  grid-area: f;
}
@media screen and (max-width: 1440px) {
  .header {
    height: 9.14285714rem;
  }
  .header > h1,
  .header h1 a {
    width: 23.79428571rem;
    height: 4.66285714rem;
  }
  .nav .list-1 {
    gap: 1.42857143rem;
  }
  .banner .swiper {
    height: 45.71428571rem;
  }
  .inside-banner .swiper {
    height: 28.57142857rem;
  }
  .main .inside-content {
    width: 80%;
  }
  .footer-content {
    padding: 3.57142857rem 0;
    gap: 4.28571429rem;
  }
  .footer-content .left .list-1 {
    gap: 0.71428571rem;
  }
  .footer .qr-code img {
    width: 6.42857143rem;
    height: 6.42857143rem;
  }
}
@media screen and (max-width: 1024px) {
  .search,
  .footer-content .left,
  .footer-content .divider {
    display: none;
  }
  .header {
    height: 7.14285714rem;
    gap: 1.19047619rem;
  }
  .header > h1,
  .header h1 a {
    width: 16.52380952rem;
    height: 3.23809524rem;
  }
  .header > h1 {
    margin-left: 2.85714286rem;
  }
  .nav {
    margin-right: 2.85714286rem;
  }
  .nav .list-1 {
    gap: 1.14285714rem;
  }
  .nav .list-1 > .item-1 > a {
    font-size: 1.28571429rem;
  }
  .banner .swiper {
    height: 31.74603175rem;
  }
  .inside-banner .swiper {
    height: 19.84126984rem;
  }
  .main .inside-content {
    width: 90%;
  }
  .footer-bottom {
    text-align: center;
    display: block;
  }
  .footer-bottom > span {
    padding: 0 0.71428571rem;
  }
  .footer-bottom > span:first-child {
    display: block;
    margin-bottom: 0.42857143rem;
  }
  .footer .right {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3.57142857rem;
  }
  .footer-content .right .info {
    margin-top: 0;
    order: -1;
  }
  .footer-content .right .qr-code {
    gap: 1.42857143rem;
  }
}
@media screen and (max-width: 768px) {
  .hide {
    display: none;
  }
  .float-content {
    transform: scale(0.8);
    right: -0.42857143rem;
  }
  .float-content .item:first-child .detail {
    font-size: 1.57142857rem;
  }
  .main .top-menu {
    padding-bottom: 1.42857143rem;
  }
  .main .top-menu .web-menu {
    display: none;
  }
  .main .top-menu .mobile-menu {
    display: flex;
  }
  .header > h1,
  .header h1 a {
    width: 19.82857143rem;
    height: 3.88571429rem;
  }
  .header {
    position: relative;
    height: 6.85714286rem;
  }
  .header > h1 {
    margin-left: 20px;
  }
  .nav {
    margin-right: 20px;
  }
  .nav .mobile-butt {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.28571429rem;
    align-items: flex-end;
    justify-content: center;
  }
  .nav .mobile-butt span {
    width: 2.14285714rem;
    height: 0.42857143rem;
    background-color: #0061AE;
    border-radius: 0.35714286rem;
  }
  .nav .list-1,
  .nav .list-2,
  .nav .list-3 {
    display: none;
  }
  .nav .list-1 {
    position: absolute;
    z-index: 999;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: auto;
    transform: translateY(100%);
    background-color: #fff;
    flex-direction: column;
    gap: 0;
    box-shadow: 0 0.71428571rem 2.14285714rem rgba(0, 0, 0, 0.1);
  }
  .nav .list-1 li {
    display: block;
    width: 90%;
    border-top: #0001 solid 0.07142857rem;
    line-height: 3;
  }
  .nav .list-1 li a {
    font-size: 1.14285714rem;
  }
  .nav .list-1 .item-1:hover .list-2 {
    display: none;
  }
  .nav .list-1.active {
    display: flex;
  }
  .banner .swiper {
    height: 22.85714286rem;
  }
  .inside-banner .swiper {
    height: 14.28571429rem;
  }
  .main .inside-content {
    width: 90%;
  }
  .main .left {
    width: 100%;
  }
  .main .left-menu {
    line-height: 2;
    width: 100%;
    background-color: #fff;
  }
  .main .left-menu .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.71428571rem;
  }
  .main .left-menu .item {
    padding: 0.42857143rem 1.42857143rem;
    border-radius: 0.28571429rem;
    background-color: #F6F6F6;
  }
  .main .left-address {
    display: none;
  }
  .main .main-content {
    flex-direction: column;
  }
  .footer .right {
    flex-direction: column;
    gap: 1.42857143rem;
  }
}
@media screen and (max-width: 576px) {
  .float-content {
    transform: scale(0.7);
    right: -0.85714286rem;
  }
  .float-content .item:first-child .detail {
    font-size: 1.71428571rem;
  }
  .header {
    height: 4.08163265rem;
  }
  .header > h1,
  .header h1 a {
    width: 11.80272109rem;
    height: 2.31292517rem;
  }
  .nav .list-1 li a {
    font-size: 1rem;
  }
  .banner .swiper {
    height: 13.60544218rem;
  }
  .inside-banner .swiper {
    height: 8.50340136rem;
  }
  .main .inside-content {
    width: 90%;
  }
}
