body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
ol {
  margin: 0;
  padding: 0;
}
ol,
ul,
li {
  list-style-type: none;
  vertical-align: middle;
}
img {
  vertical-align: top;
  border: 0;
}
input,
select,
textarea,
button {
  vertical-align: middle;
  border: none;
  outline: none;
}
textarea,
input {
  text-indent: 10px;
}
/*表单元素默认有10像素的缩进*/
input[type="submit"],
input[type="button"],
button {
  text-indent: 0;
  text-align: center;
  cursor: pointer;
}
label,
button,
a {
  cursor: pointer;
}
ins,
em,
b,
i {
  text-decoration: none;
  font-style: normal;
}
/* 去掉浏览器激活样式 */
select:focus,
textarea:focus,
input:focus,
button {
  outline: none;
}
/* 提示文字的初始样式 */
input::-webkit-input-placeholder,
input::-moz-input-placeholder,
textarea::-webkit-textarea-placeholder,
textarea::-moz-textarea-placeholder {
  color: #999;
  transition: color 0.5s;
}
/* 提示文字的激活样式 */
input:focus::-webkit-input-placeholder,
input:focus::-moz-input-placeholder,
input:hover::-webkit-input-placeholder,
input:hover::-moz-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-input-placeholder,
textarea:hover::-webkit-input-placeholder,
textarea:hover::-moz-input-placeholder {
  color: #c2c2c2;
}
/* table */
table {
  border-collapse: collapse;
  border-spacing: 0;
  font: inherit;
}
/* a_link */
a {
  color: inherit;
  text-decoration: none;
  outline: none;
}
a[href] {
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}
a:focus {
  background-color: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6,
em {
  font-weight: normal;
}
a,
span,
li,
b,
i,
label,
p,
strong,
div,
h1,
h2,
h3,
h4,
h5,
h6,
font,
small,
em,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  font-size: 14px;
}
p {
  line-height: 2;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
/*用来解决在安卓上的点击出现篮框问题*/
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*解决ios上去除微信点击蓝色边框 */
a:focus,
input:focus,
p:focus,
div:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img[src=""],
img:not([src]) {
  opacity: 0;
}
font {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  text-transform: inherit;
}
body,
html {
  height: 100%;
  scroll-behavior: smooth;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.swiper-pagination-bullet {
  width: 0.0573rem !important;
  height: 0.0573rem !important;
  background: rgba(255, 255, 255, 0.7) !important;
}
.swiper-pagination-bullet-active {
  width: 0.0573rem !important;
  height: 0.0573rem !important;
  background: #fff !important;
}
::-webkit-scrollbar {
  width: 4px;
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  border: none;
  width: 2px;
  border-radius: 0;
  background-color: #d80c18;
}
::-webkit-scrollbar-corner {
  background-color: transparent;
}
::-webkit-scrollbar:horizontal {
  height: 9px;
}
@font-face {
  font-family: "GM";
  src: url("/static/fonts/Gotham-Medium.otf");
}
@font-face {
  font-family: "ZKT";
  src: url("/static/fonts/ZKT.TTF");
}
/*@font-face {*/
/*  font-family: "HarmonyOS_Sans_SC_Regular";*/
/*  src: url("/static/fonts/HarmonyOS_Sans_SC_Regular.ttf");*/
/*}*/
* {
  box-sizing: border-box;
  font-family:  "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
  letter-spacing: 0.5px;
}
body {
  font: 12px  "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
  color: #333;
  line-height: 1.5;
  overflow-x: hidden;
}
.ff_g {
  font-family: "GM";
}
.ff_z {
  font-family: "ZKT";
}
.fw_b {
  font-weight: bold;
}
.w150 {
  width: 1500px;
  margin: 0 auto;
}
.flex {
  display: flex;
}
.alc {
  align-items: center;
}
.juc {
  justify-content: center;
}
.jus {
  justify-content: space-between;
}
.fc_f {
  color: #fff;
}
.fc_6 {
  color: #666;
}
.fc_9 {
  color: #999;
}
header {
  width: 100%;
  z-index: 55;
  position: fixed;
  height: 120px;
  top: 0;
  left: 0;
  transition: 0.5s;
  box-shadow: 1px 1px 35px 2px rgba(0, 0, 0, 0.05);
}
header .mian {
  height: 100%;
  padding: 0 0.4167rem;
  align-items: center;
}
header .mian .logoBox {
  align-items: center;
}
header .mian .logoBox img {
  height: 0.375rem;
}
header .mian .header_right {
  height: 120px;
  transition: 0.5s;
}
header .mian .header_right .nav {
  height: 100%;
  transition: 0.5s;
}
header .mian .header_right .nav li {
  height: 100%;
  transition: 0.5s;
}
header .mian .header_right .nav li a {
  transition: 0.5s;
  display: block;
  position: relative;
  height: 100%;
  line-height: 120px;
  font-size: 0.1042rem;
  color: #fff;
  padding: 0 0.1302rem;
}
header .mian .header_right .nav .active a,
header .mian .header_right .nav li:hover a {
  color: #fbd68e !important;
}
header .mian .header_right .nav .active a::after,
header .mian .header_right .nav li:hover a::after {
  opacity: 1;
}
header .mian .header_right .telBox {
  margin-left: 0.2083rem;
  padding: 3px;
  height: 40px;
  border-radius: 20px;
  background: linear-gradient(to right, #cfad62, #feebc3, #cfad62, #feebc3, #cfad62);
}
header .mian .header_right .telBox .tel {
  width: 100%;
  height: 100%;
  background-color: #d80c18;
  border-radius: 20px;
  padding: 0 0.0781rem;
}
header .mian .header_right .telBox .tel img {
  width: 22px;
  margin-right: 0.0781rem;
}
header .mian .header_right .telBox .tel span {
  font-family: "GM";
  font-size: 0.1042rem;
  color: #fff;
}
header.white {
  background-color: #fff;
  height: 100px;
}
header.white .mian {
  align-items: center;
}
header.white .mian .header_right {
  height: 100px;
}
header.white .mian .header_right .nav li a {
  line-height: 100px;
  color: #333;
}
header.white .mian .header_right .nav .active a,
header.white .mian .header_right .nav li:hover a {
  color: #d80c18 !important;
}
footer {
  width: 100%;
  position: relative;
  background-color: #fff;
  padding: 0 0.5729rem;
  border-top: 5px solid #f0f0f0;
}
footer .footer_nav {
    
  padding: 30px 0;
}


footer .footer_nav a {
    position: relative;
  display: block;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-right: 1px solid #e5e5e5;
}

footer .footer_nav a img {
  width: 47px;
  height: 47px;
}



footer .footer_nav .qrcode {
    display: none;
    position: absolute;
    bottom: 120%;
    left: 50%;
    z-index: 5;
    transform: translate(-50%,0);
    width: 120px;
    height: 120px;
}


footer .footer_nav a .text {
  margin-top: 10px;
  font-size: 16px;
  line-height: 28px;
}
footer .footer_nav a:last-child {
  border-right: none;
}
footer .mian {
  border-bottom: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
  padding: 60px 0 80px;
}
footer .mian .left img {
  height: 77px;
}
footer .mian .left .text {
  margin-left: 0.1823rem;
}
footer .mian .left .text p {
  font-size: 24px;
  line-height: 33px;
}
footer .mian .right .infomation .tel_label {
  margin-left: auto;
  width: 207px;
  height: 37px;
  border: 1px solid #db2a1f;
  border-radius: 18px;
}
footer .mian .right .infomation .tel_label img {
  width: 21px;
  margin-right: 0.0677rem;
}
footer .mian .right .infomation .tel_label span {
  font-size: 15px;
  color: #db2a1f;
}
footer .mian .right .infomation .tel {
  text-align: right;
  margin-top: 15px;
  font-size: 48px;
  line-height: 1;
  color: #db2a1f;
  font-family: "GM";
}
footer .mian .right .infomation .address {
  text-align: right;
  margin-top: 15px;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 1;
}
footer .mian .right .qrcode {
  margin-left: 37px;
  background-color: #f0f0f0;
  padding: 1px;
}
footer .mian .right .qrcode img {
  width: 114px;
  height: 114px;
}
footer .mian .right .qrcode .text {
  height: 25px;
  width: 114px;
  background-color: #f0f0f0;
  text-align: center;
  line-height: 25px;
  font-size: 12px;
  color: #202020;
}
footer .footer_bottom {
  padding: 34px 0 55px;
}
footer .footer_bottom .Copyright,
footer .footer_bottom .siro {
  font-size: 14px;
  line-height: 2;
}
footer .footer_bottom .Copyright p,
footer .footer_bottom .siro p,
footer .footer_bottom .Copyright a,
footer .footer_bottom .siro a {
  margin-right: 20px;
  font-size: 14px;
  line-height: 2;
}
.commonBanner {
  width: 100%;
  position: relative;
}
.commonBanner img {
  width: 100%;
}
@keyframes moreAnimation {
	0% {
		top: 15px;
	}
	50% {
		top: 25px;
	}
	100% {
		top: 15px;
	}
}
.commonBanner .icon_down {
  position: absolute;
  left: 50%;
  bottom: 0.1875rem;
  transform: translateX(-50%);
  width: 32px;
  height: 46px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.commonBanner .icon_down::after {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 3px;
  height: 7px;
  border-radius: 1.5px;
  background-color: #d80c18;
  animation: moreAnimation 2s infinite;
}
.commonBanner .icon_down::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 22px;
  height: 35px;
  border-radius: 11px;
  background: linear-gradient(to bottom, #ffffff, #e9d3a3);
}
.commonTitle {
  display: flex;
  align-items: flex-end;
}
.commonTitle .text .en {
  font-size: 0.0625rem;
  text-align: right;
  text-transform: uppercase;
  padding-right: 0.1563rem;
}
.commonTitle .text .cn {
  font-size: 0.375rem;
  line-height: 1;
}
.commonTitle img {
  margin-bottom: 0.0781rem;
  width: 0.3646rem;
}
.commonTitle.center {
  justify-content: center;
}
.GradientText {
  color: #e59954;
}
@supports (-webkit-background-clip: text) {
  .GradientText {
    background-image: linear-gradient(180deg, #ffe098, #e59854);
    -webkit-background-clip: text;
    color: transparent;
  }
}
