@font-face {
  font-family: "hwzs";
  src: url("../font/hwzs.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html,
body {
  height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  background: #f9f5f0;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

a {
  text-decoration: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root,
#__next {
  isolation: isolate;
}

.flex {
  display: flex;
}

.align-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.page {
  flex-direction: column;
  min-width: 1300px;
  min-height: 100vh;
}

.page.is-mobile {
  min-width: auto;
}

.img-top {
  padding: 34px 0 25px;
}

.banner-img {
  flex: 1;
  background: url("../images/pc_bac.png") no-repeat;
  background-size: cover;
  flex-direction: column;
  min-height: 600px;
}

.bottom {
  color: #3f4452;
  padding: 14px 0;
  gap: 5px;
}

.bottom img {
  width: 15px;
}

.bottom p,
.bottom p a {
  font-family: "hwzs";
  font-size: 12px;
  color: #3f4452;
}

.inner-box {
  background: #fff4ed;
  border-radius: 14px;
  width: 787px;
  flex-direction: column;
  padding: 28px 0 42px;
}

.banner-img .title {
  font-family: "hwzs";
  font-weight: bold;
  color: #3f4452;
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  padding-bottom: 26px;
}

.banner-img .desc {
  font-family: "hwzs";
  color: #3f4452;
}

.banner-img .text-inner {
  background: #fff;
  width: 683px;
  height: 139px;
}

.banner-img .text-inner .desc {
  font-size: 15px;
  line-height: 25px;
}

.banner-img .text-inner .desc.p1 {
  padding: 26px 0 12px 25px;
  color: #3f4452;
  font-size: 18px;
  line-height: 22px;
}

.banner-img .text-inner .desc.p2 {
  font-size: 16px;
  line-height: 24px;
  padding-left: 62px;
}

.banner-img .link {
  color: #fff;
  font-family: "hwzs";
  font-size: 18px;
  line-height: 22px;
  padding: 28px 0 14px;
}

.banner-img .inner img {
  width: 100px;
}

.bot-box {
  background: #ffcb00;
  height: 30px;
  gap: 100px;
}

.bot-box .scroll-text {
  width: 500px;
  white-space: nowrap;
  overflow: hidden;
  font-family: "hwzs";
  font-size: 12px;
  color: #333333;
}

.bot-box .tel {
  font-family: "hwzs";
  font-size: 12px;
  color: #333333;
  text-align: center;
  width: 318px;
}

.bot-box img {
  width: 20px;
}

.bot-box .wx-box {
  position: relative;
  cursor: pointer;
}

.bottom_info {
  bottom: 40px;
  right: -70px;
  top: auto;
  left: auto;
  width: 176px;
  height: 210px;
  position: absolute;
  background: #fff;
  display: none;
}

.bot-box .wx-box:hover .bottom_info {
  display: block;
}

.title_txt {
  font-size: 14px;
  color: #3f4452;
  margin: 20px auto;
  line-height: 22px;
  text-align: center;
  font-family: "hwzs";
}

.ewm_weixin {
  width: 100px;
  height: 100px;
  background: url("../images/wxcode.png") no-repeat;
  background-size: 100px;
  margin: 18px auto;
}

.bottom_info .triangle {
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
}

.public_slider_adv .inner .bottom_info .triangle em {
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  position: absolute;
  left: -6px;
  top: -8px;
}

.logo {
  width: 180px;
}

.logo-img {
  display: none;
  width: 182px !important;
  margin: 56px 0 84px;
}

.scan-btn {
  display: none;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  font-family: "hwzs";
  width: 260px;
  height: 43px;
  background: #ffcb03;
  border-radius: 4px;
  text-align: center;
  line-height: 43px;
}

.mobile-bottom {
  display: none;
  font-size: 10px;
  font-family: "hwzs";
  color: #3f4452;
  padding: 16px 11px;
}

.mobile-bottom .top {
  gap: 5px;
}

.mobile-bottom p {
  line-height: 14px;
  padding-bottom: 6px;
}

.is-mobile .inner-box .text-inner .desc.p1 {
  padding: 0 0 5px;
  font-size: 14px;
  line-height: 16px;
}

.is-mobile .inner-box .text-inner .desc.p2 {
  padding: 0;
  font-size: 12px;
  line-height: 19px;
}

.is-mobile .text-inner {
  height: auto;
}

.is-mobile .link {
  padding: 14px 0 10px;
  font-size: 14px;
  line-height: 16px;
}

.is-mobile .mobile-bottom .top p {
  padding-bottom: 0;
}

.is-mobile .mobile-bottom .top {
  padding-bottom: 6px;
}
.is-mobile .img-top {
  padding: 16px 0 18px;
}
.is-mobile .banner-img {
  background: url(../images/mobile_bac.png) no-repeat;
  background-size: cover;
}
.is-mobile .banner-img .text-inner {
  width: 80vw;
}
.is-mobile .logo {
  width: 114px;
}
.is-mobile .inner-box {
  padding: 20px;
  width: auto;
  margin: 0 38px;
  height: auto;
}
.is-mobile .banner-img .text-inner {
  padding: 9px 6px 15px 15px;
  height: auto;
}
.is-mobile .banner-img .title {
  padding-bottom: 20px;
  font-size: 17px;
  padding-bottom: 14px;
  line-height: 21px;
}

.is-mobile .scroll-text,
.is-mobile .wx-box,
.is-mobile .bottom,
.is-mobile .bot-img,
.is-mobile .mobile-img,
.is-mobile .mobile-bottom {
  display: none;
}

.is-mobile .scan-btn {
  display: block;
}
