html,
body {
  width: 100%;
  min-width: 1440px;
  box-sizing: border-box;
}

* {
  box-sizing: border-box;
  letter-spacing: 1px;
}

img {
  width: 100%;
  height: 100%;
}

.transform-scale {
  transition: all 0.3s;
}
.transform-scale:hover {
  transform: scale(1.1);
}

.clear {
  clear: both;
}

.main {
  font-family: PingFang-SC-Regular, PingFang-SC;
  position: relative;
  padding-top: 68px;
}
.main > header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 68px;
  z-index: 9999;
  background-color: #fff;
}
.main > header > .content {
  width: 1440px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main > header > .content > .logo {
  float: left;
  width: 158px;
  height: 36px;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 13px 0;
  background-image: url('../../img/index/logo-1@2x.png');
}
.main > header > .content > .head-nav {
  display: flex;
  float: left;
  height: 68px;
}
.main > header > .content > .head-nav > .head-con {
  width: 120px;
  position: relative;
  line-height: 68px;
  text-align: center;
}
.main > header > .content > .head-nav > .head-con > .head-link {
  font-size: 14px;
  font-family: PingFang-SC-Regular, PingFang-SC;
  color: #666666;
  margin: 0 24px;
}
.main > header > .content > .head-nav > .head-con > .head-link.active,
.main > header > .content > .head-nav > .head-con > .head-link:hover {
  color: #b53434;
}
.main > header > .content > .head-nav > .head-con > .bar {
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 4px;
  left: 50%;
  margin-left: -50%;
  background-color: #d5382e;
  border-radius: 1px;
  display: none;
}
.main > header > .content > .head-nav > .head-con > .bar.active {
  display: block;
}
.main > header > .content > .head-nav > .head-con > .bar.hover {
  display: block;
}
.main > header > .content > .head-nav > .head-con > .hideContent {
  position: fixed;
  top: 68px;
  left: 0px;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #f0f1f2;
  box-shadow: 0px 0px 3px #e0e0e0;
  text-align: left;
  z-index: 999;
  display: none;
}
.main > header > .content > .head-nav > .head-con > .hideContent.short {
  position: relative;
  top: 0;
  left: 0;
  width: 120px;
}
.main
  > header
  > .content
  > .head-nav
  > .head-con
  > .hideContent.short
  > .planContent {
  width: 100px;
  flex-direction: column;
  padding: 10px 0;
}
.main
  > header
  > .content
  > .head-nav
  > .head-con
  > .hideContent.short
  > .planContent
  > .p-c-links {
  width: 100px;
  padding-top: 1px;
  padding-bottom: 1px;
}
.main
  > header
  > .content
  > .head-nav
  > .head-con
  > .hideContent.short
  > .planContent
  > .p-c-links
  > .link {
  margin: 10px auto;
}
.main
  > header
  > .content
  > .head-nav
  > .head-con
  > .hideContent
  > .planContent {
  width: 1220px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.main
  > header
  > .content
  > .head-nav
  > .head-con
  > .hideContent
  > .planContent
  > .p-c-links {
  padding-top: 24px;
  padding-bottom: 20px;
  width: 240px;
  display: flex;
  flex-direction: column;
}
.main
  > header
  > .content
  > .head-nav
  > .head-con
  > .hideContent
  > .planContent
  > .p-c-links
  > .title {
  color: #b53434;
  font-weight: 500;
  font-size: 16px;
  margin: 13px 24px;
}
.main
  > header
  > .content
  > .head-nav
  > .head-con
  > .hideContent
  > .planContent
  > .p-c-links
  > .link {
  font-size: 14px;
  font-family: PingFang-SC-Regular, PingFang-SC;
  color: #666666;
  margin: 13px 24px;
}
.main
  > header
  > .content
  > .head-nav
  > .head-con
  > .hideContent
  > .planContent
  > .p-c-links
  > .link.active,
.main
  > header
  > .content
  > .head-nav
  > .head-con
  > .hideContent
  > .planContent
  > .p-c-links
  > .link:hover {
  color: #b53434;
}
.main > header > .content > .top-tool {
  float: left;
  display: flex;
  align-items: center;
  line-height: 68px;
}
.main > header > .content > .top-tool > p {
  color: #e60012;
  font-size: 15px;
  line-height: 60px;
  cursor: pointer;
  font-weight: 500;
}
.main > header > .content > .top-tool > span {
  font-size: 15px;
  color: #e60012;
  line-height: 24px;
  margin-right: 7px;
  cursor: pointer;
  font-weight: 500;
}
.main > header > .content > .top-tool > a {
  background-image: linear-gradient(90deg, #d1201d 0%, #e13f27 100%);
  border-radius: 4px;
  border: 0;
  width: 80px;
  height: 30px;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 30px;
}
.main > header > .content > .top-tool > a:hover {
  background-image: linear-gradient(90deg, #e13f27 0%, #e13f27 100%);
}
.main > .scheme-footer-nav {
  width: 100%;
  min-width: 1440px;
  height: 790px;
  background-color: #fff;
}
.main > .scheme-footer-nav > .content {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.main > .scheme-footer-nav > .content > .title {
  margin-top: 154px;
  margin-bottom: 80px;
  text-align: center;
  position: relative;
}
.main > .scheme-footer-nav > .content > .title > span {
  font-size: 36px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 50px;
}
.main > .scheme-footer-nav > .content > .title > .btn {
  cursor: pointer;
  width: 128px;
  height: 40px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: all 0.3s;
  color: #fff;
  background: #b53434;
  position: absolute;
  right: 0;
  top: 20px;
}
.main > .scheme-footer-nav > .content > .title > .btn:hover {
  background: #fbf3f3;
  color: #b53434;
}
.main > .scheme-footer-nav > .content > .row {
  display: flex;
  justify-content: space-between;
}
.main > .scheme-footer-nav > .content > .row > .col {
  width: 226px;
  height: 321px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('../../img/scheme/footer-nav-bg.png');
  cursor: pointer;
  transition: all 0.3s;
}
.main > .scheme-footer-nav > .content > .row > .col:hover {
  transform: scale(1.1);
}
.main > .scheme-footer-nav > .content > .row > .col > .name {
  text-align: center;
  display: flex;
  height: 200px;
  padding: 0 30px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 28px;
  color: #b53434;
  line-height: 36px;
}
.main > .scheme-footer-nav > .content > .row > .col > .logo {
  text-align: center;
}
.main > .scheme-footer-nav > .content > .row > .col > .logo > img {
  width: 70px;
  height: 70px;
}
.main > footer {
  background: #262626;
  padding: 40px 0;
}
.main > footer > .content {
  width: 1440px;
  margin: 0 auto;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main > footer > .content > .footer-logo {
  width: 248px;
  display: block;
}
.main > footer > .content > .footer-logo > .footer-record {
  margin-top: 20px;
  padding-left: 14px;
}
.main > footer > .content > .footer-logo > .footer-record > p {
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  line-height: 22px;
  text-align: left;
}
.main > footer > .content > .footer-logo > .footer-record > p a {
  color: #999999;
}
.main > footer > .content > .footer-logo > .footer-record > p a:hover {
  text-decoration: underline;
}

.main > footer > .content > .footer-nav {
  padding-top: 0px;
  width: 980px;
  display: flex;
  justify-content: space-between;
}
.main > footer > .content > .footer-nav > .nav-row {
  float: left;
}
.main > footer > .content > .footer-nav > .nav-row > .nav-links {
  float: left;
  font-size: 12px;
}
.main > footer > .content > .footer-nav > .nav-row > .nav-links > .nav-link {
  line-height: 24px;
}
.main
  > footer
  > .content
  > .footer-nav
  > .nav-row
  > .nav-links
  > .nav-link
  > a {
  color: #999999;
}
.main > footer > .content > .footer-nav > .nav-row > .wechat {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('../../img/index/WechatIMG45@2x.png');
}

.main .right-tool-fixed {
  position: fixed;
  bottom: 150px;
  right: 8px;
  width: 80px;
  z-index: 10;
  height: 200px;
}
.main .right-tool-fixed > .tools-main {
  width: 72px;
  height: 200px;
  background: #ffffff;
  box-shadow: -4px 4px 8px 0px rgba(186, 52, 52, 0.1);
  border-radius: 80px 80px 80px 80px;
}
.main .right-tool-fixed > .tools-main > .tools {
  cursor: pointer;
  width: 56px;
  box-sizing: border-box;
  padding: 16px 0 0 0;
  border-radius: 6px;
  margin: auto;
}
.main .right-tool-fixed > .tools-main > .tools > .row {
  position: relative;
  width: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
}
.main .right-tool-fixed > .tools-main > .tools > .row:hover > .box {
  display: block;
}
.main .right-tool-fixed > .tools-main > .tools > .row > .contact-us {
  height: 22px;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  line-height: 22px;
  text-align: center;
  font-style: normal;
  width: 100%;
  display: block;
}
.main .right-tool-fixed > .tools-main > .tools > .row > .icon {
  width: 32px;
  height: 32px;
  margin: 12px auto 12px;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}
.main .right-tool-fixed > .tools-main > .tools > .row > .icon.icon-ceo {
  background-image: url('../../img/tool/ceooff.png');
}
/* .main .right-tool-fixed > .tools-main > .tools > .row > .icon.icon-ceo:hover {
  background-image: url('../../img/tool/ceoon.png');
} */
.main .right-tool-fixed > .tools-main > .tools > .row > .icon.icon-phone {
  background-image: url('../../img/tool/phoneoff.png');
}
/* .main .right-tool-fixed > .tools-main > .tools > .row > .icon.icon-phone:hover {
  background-image: url('../../img/tool/phoneon.png');
} */
.main .right-tool-fixed > .tools-main > .tools > .row > .icon.icon-form {
  background-image: url('../../img/tool/formoff.png');
}
/* .main .right-tool-fixed > .tools-main > .tools > .row > .icon.icon-form:hover {
  background-image: url('../../img/tool/formon.png');
} */
.main .right-tool-fixed > .tools-main > .tools > .row > .box {
  position: absolute;
  width: 160px;
  right: 76px;
  top: 0;
  display: none;
  border-radius: 6px;
}
.main .right-tool-fixed > .tools-main > .tools > .row > .box > .box-con {
  padding: 4px 4px;
  position: relative;
  min-height: 50px;
  background: #ffffff;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.main
  .right-tool-fixed
  > .tools-main
  > .tools
  > .row
  > .box
  > .box-con
  > .weixin {
  width: 152px;
  height: 156px;
  display: block;
  background: url('../../img/index/WechatIMG45@2x.png') no-repeat;
  background-size: 100% 100%;
}
.main
  .right-tool-fixed
  > .tools-main
  > .tools
  > .row
  > .box
  > .box-con
  > .weixin2 {
  width: 152px;
  height: 152px;
  display: block;
  background: url('../../img/index/wechat01.png') no-repeat;
  background-size: 100% 100%;
}
.main
  .right-tool-fixed
  > .tools-main
  > .tools
  > .row
  > .box
  > .box-con
  > p.text-name {
  margin-top: 16px;
  margin-bottom: 6px;
  height: 22px;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  text-align: left;
  padding-left: 12px;
}
.main
  .right-tool-fixed
  > .tools-main
  > .tools
  > .row
  > .box
  > .box-con
  > p.text-center {
  margin-top: 8px;
  margin-bottom: 12px;
  padding-left: 12px;
  height: 22px;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  text-align: left;
}
.main .right-tool-fixed > .tools-main > .tools > .row > .box > .dot {
  position: absolute;
  right: -14px;
  top: 13px;
  background: url('../../img/tool/dot_04.png') no-repeat center center;
  width: 22px;
  height: 22px;
}
.main .right-tool-fixed > .tools-main > .tools > span {
  display: block;
  width: 32px;
  height: 1px;
  background: #999;
  margin: 6px auto;
}
.main
  .right-tool-fixed
  > .tools-main
  > .tools
  > .row
  > .box
  > .box-con
  > .separator-line {
  width: 130px; /* 分隔线宽度，可根据需要调整 */
  height: 1px; /* 分隔线高度 */
  background-color: #e0e0e0; /* 浅灰色，接近图片中的颜色 */
  margin: 8px auto 12px; /* 上下边距，左右自动居中 */
  display: block;
}
.icon.icon-phone {
  width: 18px;
  height: 18px;
  background-image: url('../../img/index/icon-phone.png');
}
.icon.icon-email {
  width: 18px;
  height: 14px;
  background-image: url('../../img/index/icon-email.png');
}

.wave-btn {
  position: relative;
  overflow: hidden;
}
.wave-btn:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  transform: scale(10, 10);
  opacity: 0;
  transition: transform 0.3s, opacity 0.5s;
}
.wave-btn:active:after {
  transform: scale(0, 0);
  opacity: 0.3;
  transition: 0s;
}

.swiper-button-next,
.swiper-button-prev {
  top: calc(50% + 44px);
  color: #fff;
} /*# sourceMappingURL=common.css.map */
