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: #d32e34;
}
::-webkit-scrollbar-corner {
  background-color: transparent;
}
::-webkit-scrollbar:horizontal {
  height: 9px;
}
@font-face {
  font-family: "HarmonyOS_Sans_SC_Regular";
  src: url("/static/fonts/HarmonyOS_Sans_SC_Regular.ttf");
}
@font-face {
  font-family: "Gotham";
  src: url("/static/fonts/Gotham-Medium.otf");
}
* {
  box-sizing: border-box;
  font-family: "HarmonyOS_Sans_SC_Regular", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
  letter-spacing: 1px;
}
body {
  font: 12px "HarmonyOS_Sans_SC_Regular", "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: "Gotham";
}
.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;
}
.fc_f {
  color: #fff;
}
.fc_r {
  color: #d32e34;
}
.fc_1 {
  color: #111;
}
.fc_6 {
  color: #666;
}
.fc_9 {
  color: #999;
}
header {
  width: 100%;
  z-index: 55;
  position: fixed;
  height: 90px;
  top: 0;
  left: 0;
  transition: 0.5s;
  padding: 0 0.4167rem;
  box-shadow: 1px 1px 30px 5px rgba(0, 0, 0, 0.05);
}
header .mian {
  height: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
}
header .mian .logo .colorful,
header .mian .logo .white {
  display: none;
}
header .mian .logo .colorful {
  height: 56px;
  display: block;
}
header .mian .header_right {
  height: 100%;
  transition: 0.5s;
}
header .mian .header_right nav {
  height: 100%;
}
header .mian .header_right nav ul {
  height: 100%;
  justify-content: space-around;
}
header .mian .header_right nav ul li {
  height: 100%;
  position: relative;
}
header .mian .header_right nav ul li .title_nav {
  transition: 0.5s;
  height: 100%;
  padding: 0 0.2083rem;
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
}
header .mian .header_right nav ul li .title_nav:hover {
  color: #d32e34;
}
header .mian .header_right nav ul li .sub_nav {
  display: none;
  z-index: 55;
  position: absolute;
  top: 100%;
  left: 0;
  width: 400px;
  padding: 50px 0.2083rem 0;
}
header .mian .header_right nav ul li .sub_nav .navs {
  flex-wrap: wrap;
  width: 100%;
}
header .mian .header_right nav ul li .sub_nav .navs a {
  display: block;
  width: 50%;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  text-align: left;
  transition: 0.3s;
}
@media (any-hover: hover) {
  header .mian .header_right nav ul li .sub_nav .navs a:hover {
    color: #d32e34;
  }
}
header .mian .header_right nav ul li.active .title_nav {
  color: #d32e34 !important;
}
header .mian .header_right .navPop {
  display: none;
  position: fixed;
  z-index: 54;
  top: 90px;
  left: 0;
  background-color: #fff;
  background: url(/static/images/nav_bg.png) no-repeat;
  background-size: cover;
  width: 100%;
  padding: 100px 0.4167rem 0.625rem;
}
header .mian .header_right .navPop .text {
  width: 2.1875rem;
  font-size: 24px;
  line-height: 37px;
  color: #d32e34;
}
header .mian .header_right .searchBox {
  margin-left: 0.3125rem;
}
header .mian .header_right .searchBox .iconBox {
  justify-content: flex-end;
  cursor: pointer;
  width: 50px;
  height: 50px;
}
header .mian .header_right .searchBox .iconBox .white,
header .mian .header_right .searchBox .iconBox .black {
  width: 20px;
}
header .mian .header_right .searchBox .iconBox .black {
  display: none;
}
header .mian .header_right .searchBox .searchPop {
  display: none;
  position: fixed;
  top: 90px;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 270px;
  padding: 0 1.0417rem;
  box-shadow: 1px 15px 35px 5px rgba(0, 0, 0, 0.05);
}
header .mian .header_right .searchBox .searchPop .box {
  width: 100%;
  height: 100%;
}
header .mian .header_right .searchBox .searchPop .box .input {
  height: 100px;
  width: 100%;
  border-bottom: 1px solid #727272;
}
header .mian .header_right .searchBox .searchPop .box .input img {
  width: 26px;
  margin-right: 0.1042rem;
}
header .mian .header_right .searchBox .searchPop .box .input input {
  flex: 1;
  padding: 0 0.1563rem;
  height: 98px;
  line-height: 98px;
  font-size: 30px;
}
header .mian .header_right .searchBox .searchPop .box .input input::placeholder {
  color: #999999;
}
header .mian .header_right .searchBox .searchPop .box .input span {
  display: block;
  padding: 0 0.0781rem;
  font-size: 30px;
  color: #d4383e;
}
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: #b22222;
}
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);
}
header.headerWhite,
header.White,
header.navWhite {
  background-color: #fff;
}
header.headerWhite .mian .logo .colorful,
header.White .mian .logo .colorful,
header.navWhite .mian .logo .colorful {
  display: block;
}
header.headerWhite .mian .logo .white,
header.White .mian .logo .white,
header.navWhite .mian .logo .white {
  display: none;
}
header.headerWhite .mian .header_right nav ul li .title_nav,
header.White .mian .header_right nav ul li .title_nav,
header.navWhite .mian .header_right nav ul li .title_nav {
  color: #333333;
}
header.headerWhite .mian .header_right .searchBox .iconBox .black,
header.White .mian .header_right .searchBox .iconBox .black,
header.navWhite .mian .header_right .searchBox .iconBox .black {
  display: block;
}
header.headerWhite .mian .header_right .searchBox .iconBox .white,
header.White .mian .header_right .searchBox .iconBox .white,
header.navWhite .mian .header_right .searchBox .iconBox .white {
  display: none;
}
.navMask {
  display: none;
}
footer {
  background: url(/static/images/footer_bg.png) no-repeat;
  background-size: cover;
}
footer .top {
  padding: 0 0.4167rem;
  height: 160px;
}
footer .top .logo {
  height: 70px;
}
footer .top .icons .item {
  cursor: pointer;
  margin-left: 0.1042rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .top .icons .item .iconBox {
  width: 53px;
  height: 53px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
}
footer .top .icons .item .iconBox .icon {
  width: 100%;
  height: 100%;
}
footer .top .icons .item .iconBox .qrcode {
  display: none;
  position: absolute;
  top: 160%;
  left: 50%;
  transform: translateX(-50%);
  width: 130px;
  height: 130px;
  border: 2px solid #fff;
}
footer .top .icons .item .text {
  transition: 0.5s;
  margin-top: 5px;
  font-size: 16px;
  line-height: 29px;
  color: #222;
  letter-spacing: 0.5px;
}
footer .top .icons .item:hover .text {
  color: #d32e34;
}
footer .content {
  padding: 0 0.4167rem;
}
footer .content .items {
  border-top: 1px solid #dcdfe2;
  border-bottom: 1px solid #dcdfe2;
  padding-top: 52px;
  padding-bottom: 66px;
}
footer .content .items .item .title {
  font-size: 18px;
  line-height: 29px;
  margin-bottom: 20px;
}
footer .content .items .item .infoItem {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #999999;
}
footer .content .items .item .infoItem img {
  width: 15px;
  margin-right: 12px;
}
footer .bottom {
  padding: 30px 0.4167rem 46px;
}
footer .bottom .nav a {
  margin-right: 0.4427rem;
  font-size: 16px;
  color: #111111;
  transition: 0.3s;
}
footer .bottom .nav a:hover {
  color: #d32e34;
}
footer .bottom .webInfomation {
  margin-top: 46px;
}
footer .bottom .webInfomation .Copyright,
footer .bottom .webInfomation .sile {
  transition: 0.3s;
  text-transform: uppercase;
  display: block;
  font-size: 14px;
  color: #999999;
}
footer .bottom .webInfomation .Copyright img,
footer .bottom .webInfomation .sile img {
  margin-left: 10px;
}
footer .bottom .webInfomation .Copyright a,
footer .bottom .webInfomation .sile a {
  transition: 0.3s;
  font-size: 14px;
  color: #999999;
}
footer .bottom .webInfomation .Copyright a:hover,
footer .bottom .webInfomation .sile a:hover {
  color: #d32e34;
}
.common_title {
  display: flex;
  align-items: flex-end;
}
.common_title .cn div {
  font-size: 60px;
  line-height: 65px;
}
.common_title .cn div:nth-child(1) {
  color: #d32e34;
}
.common_title .en {
  margin-left: 20px;
  padding-left: 10px;
  position: relative;
  text-transform: uppercase;
  font-size: 48px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.1);
  transform: skewX(-10deg);
}
.common_title .en::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 40px;
  background-color: #d63c42;
  transform: translateY(-50%) skewX(-10deg);
}
.commonMore {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 136px;
  height: 136px;
  border-radius: 50%;
  border: 2px solid #d32e34;
  transition: 0.5s;
}
.commonMore .text {
  font-size: 16px;
  line-height: 66px;
  color: #d32e34;
  text-transform: uppercase;
}
.commonMore img {
  width: 20px;
  transition: 0.5s;
}
.commonMore:hover {
  box-shadow: 1px 1px 8px 5px rgba(211, 46, 52, 0.1);
}
.commonMore:hover img {
  transform: rotate(90deg);
}
.commonMore_l {
  position: relative;
  width: 157px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 14px;
  transition: 0.5s;
}
.commonMore_l img {
  position: relative;
  margin-left: 0px;
  transition: 0.5s;
  margin-right: 8px;
  width: 16px;
}
.commonMore_l::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  border: 2px solid #e8e8e8;
  border-radius: 50%;
  transition: 0.5s;
}
.commonMore_l:hover {
  color: #d32e34;
}
.commonMore_l:hover img {
  margin-right: 14px;
}
.commonMore_l:hover::before {
  width: 100%;
  border: 2px solid #d32e34;
  border-radius: 16px;
}
.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;
  }
}
