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: #b22222;
}
::-webkit-scrollbar-corner {
  background-color: transparent;
}
::-webkit-scrollbar:horizontal {
  height: 9px;
}
@font-face {
  font-family: "HarmonyOS_Sans_SC_Light";
  src: url("/static/fonts/HarmonyOS_Sans_SC_Light.ttf");
}
@font-face {
  font-family: "HanchanSerif";
  src: url("/static/fonts/HanchanSerif.otf");
}
* {
  box-sizing: border-box;
  font-family: "HarmonyOS_Sans_SC_Light", "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 "HarmonyOS_Sans_SC_Light", "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_h {
  font-family: "HanchanSerif";
}
.fw_b {
  font-weight: bold;
}
.w150 {
  width: 1500px;
  margin: 0 auto;
}
.flex {
  display: flex;
}
.al_c {
  align-items: center;
}
.ju_c {
  justify-content: center;
}
.ju_s {
  justify-content: space-between;
}
.fz14 {
  font-size: 14px;
}
.fz16 {
  font-size: 16px;
}
.fz_18 {
  font-size: 18px;
}
.fz24 {
  font-size: 24px;
}
.fz_30 {
  font-size: 30px;
}
.fc_f {
  color: #fff;
}
.fc_6 {
  color: #666;
}
.fc_9 {
  color: #999;
}
.fc_r {
  color: #b22222;
}
header {
  background-color: #fff;
  width: 100%;
  z-index: 55;
  position: fixed;
  height: 100px;
  top: 0;
  left: 0;
  transition: 0.5s;
  padding: 0 0.4167rem;
  box-shadow: 1px 10px 15px 1px rgba(0, 0, 0, 0.02);
}
header .mian {
  height: 100px;
  justify-content: space-between;
}
header .mian .logoBox img {
  height: 55px;
}
header .mian .header_right {
  flex: 1;
  justify-content: flex-end;
}
header .mian .header_right nav {
  display: flex;
  align-items: center;
  height: 100px;
}
header .mian .header_right nav ul {
  height: 100px;
  justify-content: space-around;
}
header .mian .header_right nav ul li {
  height: 100px;
  position: relative;
}
header .mian .header_right nav ul li .title_nav {
  height: 100px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  color: #666666;
  font-size: 16px;
}
header .mian .header_right nav ul li .sub_nav {
  background-color: #fafafa;
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 170px;
  padding-top: 10px;
}
header .mian .header_right nav ul li .sub_nav .navs {
  width: 100%;
  padding: 10px 15px;
  box-shadow: 1px 10px 15px 1px rgba(0, 0, 0, 0.02);
}
header .mian .header_right nav ul li .sub_nav .navs a {
  display: block;
  width: 100%;
  height: 36px;
  line-height: 36px;
  color: #666;
  font-size: 16px;
  text-align: center;
  transition: 0.3s;
}
@media (any-hover: hover) {
  header .mian .header_right nav ul li .sub_nav .navs a:hover {
    color: #111111;
  }
}
header .mian .header_right nav ul li .title_nav::after {
  content: "";
  opacity: 0;
  z-index: 5;
  transition: 0.5s;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 1px;
  height: 44px;
  background-color: #b22222;
}
@media (any-hover: hover) {
  header .mian .header_right nav ul li:hover .title_nav::after {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  header .mian .header_right nav ul li.active:hover .title_nav::after {
    display: none;
  }
  header .mian .header_right nav ul li.active::after {
    content: "";
    transition: 0.5s;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 1px;
    height: 44px;
    background-color: #b22222;
  }
  header .mian .header_right nav ul li.active:hover::after {
    transform: translate(-50%, -50%) rotate(0);
  }
}
header .mian .header_right .searchBox img {
  width: 20px;
}
header .mian .header_right .searchBox .inputBox {
  position: relative;
}
header .mian .header_right .searchBox .inputBox input {
  width: 180px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  padding-left: 30px;
  margin-right: 20px;
}
header .mian .header_right .searchBox .inputBox input::placeholder {
  color: #666666;
}
header .mian .header_right .searchBox .inputBox img {
  display: none;
}
header .mian .header_right .searchBox .inputBox::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 20px;
  background-color: #f3f3f3;
  transform: translate(-50%, -50%) skew(-20deg);
}
header .mian .menuBox {
  display: none;
  width: 34px;
  height: 34px;
}
header .mian .menuBox .menu_btn {
  margin-left: auto;
  width: 34px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  cursor: pointer;
  padding: 8px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #111111;
}
header .mian .menuBox .menu_btn .bar {
  width: 100%;
  height: 2px;
  background-color: #fff;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  transform-origin: center;
}
header .mian .menuBox.active .menu_btn .bar:nth-child(1) {
  transform: translateY(8px) rotate(-45deg);
}
header .mian .menuBox.active .menu_btn .bar:nth-child(2) {
  opacity: 0;
}
header .mian .menuBox.active .menu_btn .bar:nth-child(3) {
  transform: translateY(-8px) rotate(45deg);
}
.navMask {
  display: none;
}
footer {
  border-top: 2px solid #ebebeb;
  width: 100%;
  padding: 0 0.4167rem;
}
footer .footer_top {
  padding-top: 0.2604rem;
  padding-bottom: 0.1771rem;
}
footer .footer_top .logoBox img {
  height: 0.2865rem;
}
footer .footer_top .footerNav a {
  line-height: 0.2865rem;
  display: block;
  height: 0.2865rem;
  font-size: 16px;
  margin-left: 0.3021rem;
}
footer .infomation {
  padding-top: 0.2344rem;
  padding-bottom: 0.2865rem;
  border-bottom: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
}
footer .infomation .title {
  text-transform: uppercase;
}
footer .infomation .left .address {
  margin-top: 0.1042rem;
}
footer .infomation .left .tel {
  margin-top: 0.0781rem;
}
footer .infomation .left .address,
footer .infomation .left .tel {
  font-size: 16px;
  color: #111;
  display: flex;
}
footer .infomation .left .address span,
footer .infomation .left .tel span {
  width: 1.5625rem;
  margin-left: 0.0938rem;
  display: inline-block;
  font-size: 16px;
  color: #111;
}
footer .infomation .left .tel span {
  font-size: 18px;
}
footer .infomation .center .inputs {
  position: relative;
  padding-right: 0.5208rem;
}
footer .infomation .center .inputs .input {
  height: 0.3542rem;
  border-bottom: 1px solid #000;
  width: 2.3438rem;
}
footer .infomation .center .inputs .input span {
  font-size: 16px;
  color: #111;
}
footer .infomation .center .inputs .input input {
  flex: 1;
  padding: 0 0.1042rem;
  font-size: 16px;
  color: #111;
}
footer .infomation .center .inputs .input input::placeholder {
  font-size: 16px;
  color: #666;
}
footer .infomation .center .inputs .submit {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0.3906rem;
  height: 0.3646rem;
  background-color: #b22222;
  font-size: 16px;
  color: #ffeac5;
  text-align: center;
  line-height: 0.3646rem;
}
footer .infomation .qrcode img {
  width: 0.6771rem;
}
footer .infomation .qrcode .text {
  text-align: center;
  margin-top: 0.1146rem;
  font-size: 14px;
  color: #111111;
}
footer .bottom {
  padding: 0.0781rem 0;
}
footer .bottom .Copyright,
footer .bottom .siro {
  height: 100%;
  display: flex;
  align-items: center;
}
footer .bottom .Copyright p,
footer .bottom .siro p {
  display: inline-block;
  font-size: 14px;
  color: #111;
  letter-spacing: 1px;
  text-transform: uppercase;
}
footer .bottom .Copyright a,
footer .bottom .siro a {
  margin-left: 0.0781rem;
  letter-spacing: 1px;
  display: inline-block;
  font-size: 14px;
  color: #111;
}
@media (any-hover: hover) {
  footer .bottom .Copyright a:hover,
  footer .bottom .siro a:hover {
    color: #d22222;
  }
}
.commonBanner {
  height: 3.6458rem;
  width: 100%;
}
.commonBanner .bg {
  width: 100%;
  height: 100%;
}
.commonBanner .textBox {
  position: absolute;
  top: 1.8229rem;
  left: 0.8333rem;
}
.commonBanner .textBox h1 {
  line-height: 1;
  font-size: 30px;
  color: #fff;
  position: relative;
}
.commonBanner .textBox h1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 1px;
  height: 44px;
  transform: rotate(45deg);
  background-color: #b22222;
}
.commonBanner .textBox .en {
  line-height: 1;
  text-transform: uppercase;
  font-size: 74px;
  color: #ffeac5;
}
.page_buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_buttons .prev,
.page_buttons .next {
  user-select: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 55px;
  border: 1px solid #eeeeee;
  transition: 0.3s;
  border-radius: 27.5px;
  font-size: 16px;
  color: #999;
}
.page_buttons .prev img,
.page_buttons .next img {
  margin: 0 12px;
}
@media (any-hover: hover) {
  .page_buttons .prev:hover,
  .page_buttons .next:hover {
    background-color: #eee;
  }
}
.page_buttons .pages {
  padding: 0 20px;
}
.page_buttons .pages .item {
  user-select: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  border: 1px solid #eee;
  transition: 0.3s;
  border-radius: 50%;
  font-size: 20px;
  color: #999999;
  margin-right: 18px;
}
.page_buttons .pages .item.active {
  border: 1px solid #1852aa;
  color: #1852aa;
}
@media (any-hover: hover) {
  .page_buttons .pages .item:hover {
    border: 1px solid #1852aa;
    color: #1852aa;
  }
}
.page_buttons .pages .item:nth-last-child(1) {
  margin-right: 0;
}
.page_buttons.red .pages .item.active {
  border: 1px solid #d3010e;
  color: #d3010e;
}
@media (any-hover: hover) {
  .page_buttons.red .pages .item:hover {
    border: 1px solid #d3010e;
    color: #d3010e;
  }
}
.moreButton {
  display: block;
  position: relative;
  width: 188px;
  height: 48px;
  background-color: #b22222;
  border: 1px solid #b22222;
  overflow: hidden;
  transition: 0.3s;
}
.moreButton .butotnContent {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #ffeac5;
  text-transform: uppercase;
  font-family: "HanchanSerif";
}
.moreButton .butotnContent img {
  width: 30px;
  margin-left: 15px;
}
.moreButton .butotnContent .black {
  display: none;
}
.moreButton::after {
  transition: 0.3s;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  background-color: #fff;
}
@media (any-hover: hover) {
  .moreButton:hover {
    border: 1px solid #eee;
  }
  .moreButton:hover .butotnContent {
    color: #333333;
  }
  .moreButton:hover img {
    display: none;
  }
  .moreButton:hover .black {
    display: block;
  }
  .moreButton:hover::after {
    top: 0;
  }
}
.moreButton.black {
  background-color: #fff;
  border: 1px solid #eee;
}
.moreButton.black .butotnContent {
  color: #333333;
}
.moreButton.black .butotnContent img {
  display: none;
}
.moreButton.black .butotnContent .black {
  display: block;
}
.moreButton.black::after {
  background-color: #b22222;
}
@media (any-hover: hover) {
  .moreButton.black:hover {
    border: 1px solid #b22222;
  }
  .moreButton.black:hover .butotnContent {
    color: #ffeac5;
  }
  .moreButton.black:hover img {
    display: block;
  }
  .moreButton.black:hover .black {
    display: none;
  }
}
