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;
}
* {
  box-sizing: border-box;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
body {
  font: 12px "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  color: #333;
  line-height: 1.5;
  overflow-x: hidden;
}
ol,
ul,
li {
  list-style-type: none;
  vertical-align: middle;
}
img {
  vertical-align: top;
  border: 0;
}
input,
select,
textarea,
button {
  vertical-align: middle;
}
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;
}
/* 在Chrome浏览器下 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
/* 在Firefox浏览器下 */
input[type="number"] {
  -moz-appearance: textfield;
}
.swiper-pagination-bullet {
  width: 6px !important;
  height: 11px !important;
  background: rgba(255, 255, 255, 0.4) !important;
  border-radius: 0 !important;
  transform: skewX(-25deg) !important;
  opacity: 1 !important;
}
.swiper-pagination-bullet-active {
  background: #fff !important;
}
.swiper-pagination {
  bottom: 0.2396rem !important;
}
::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  border: none;
  width: 4px;
  border-radius: 4px;
  background-color: #175dc6;
}
::-webkit-scrollbar-corner {
  background-color: transparent;
}
::-webkit-scrollbar:horizontal {
  height: 6px;
}
@font-face {
  font-family: "HarmonyOS_Sans_SC_Regular";
  src: url("/static/fonts/HarmonyOS_Sans_SC_Regular.ttf");
}
@font-face {
  font-family: "HarmonyOS_Sans_SC_Light";
  src: url("/static/fonts/HarmonyOS_Sans_SC_Light.ttf");
}
@font-face {
  font-family: "TrumpGothicEast_bold";
  src: url("/static/fonts/TrumpGothicEast_bold.ttf");
}
* {
  font-family: "HarmonyOS_Sans_SC_Regular";
  line-height: 1;
}
.f_t {
  font-family: "TrumpGothicEast_bold";
}
.f_l {
  font-family: "HarmonyOS_Sans_SC_Light";
}
.flex_c {
  display: flex;
  align-items: center;
}
.flex_c_sb {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header {
  width: 100%;
  height: 0.5208rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 55;
  transition: 0.3s;
  padding: 0 0.3125rem;
  box-sizing: border-box;
  background-color: transparent;
}
header .logo {
  display: block;
}
header .logo img {
  height: 0.2604rem;
}
header .logo .black {
  display: none;
}
header .right {
  height: 100%;
}
header .right nav {
  height: 100%;
}
header .right nav ul {
  height: 100%;
}
header .right nav ul .item {
  width: 0.7813rem;
  height: 100%;
  position: relative;
}
header .right nav ul .item .title_nav {
  transition: 0.3s;
  display: block;
  width: 100%;
  height: 0.5208rem;
  line-height: 0.5208rem;
  text-align: center;
  font-size: 0.0885rem;
  color: #fff;
  position: relative;
}
header .right nav ul .item .sub_nav {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0.9375rem;
  padding: 0.0781rem 0;
  background-color: #fff;
  box-shadow: 1px 10px 15px 1px rgba(0, 0, 0, 0.05);
}
header .right nav ul .item .sub_nav a {
  display: block;
  width: 100%;
  height: 0.1875rem;
  line-height: 0.1875rem;
  color: #333333;
  font-size: 0.0833rem;
  text-align: center;
}
header .right nav ul .item .sub_nav a:hover {
  color: #175dc6;
}
header .right nav ul .item .sub_nav.nav_product {
  display: none;
  padding: 0;
  height: auto;
  box-sizing: border-box;
}
header .right nav ul .item .sub_nav.nav_product .items {
  width: 100%;
  padding: 0 0.1042rem;
  position: relative;
}
header .right nav ul .item .sub_nav.nav_product .items .sub_title {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333;
  border-bottom: 1px solid #ededed;
  font-size: 0.0833rem;
  height: 0.3802rem;
}
header .right nav ul .item .sub_nav.nav_product .items .sub_title img {
  width: 0.0365rem;
}
header .right nav ul .item .sub_nav.nav_product .items .sub_title.active {
  color: #1467dd;
  border-bottom: 1px solid #1467dd;
}
header .right nav ul .item .sub_nav.nav_product .items .sub_nav_right {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  width: 1rem;
  height: 100%;
  background-color: #fff;
  border-left: 1px solid #ededed;
}
header .right nav ul .item .sub_nav.nav_product .items .sub_nav_right .item2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  padding: 0.0573rem 0.1875rem;
  box-sizing: border-box;
}
header .right nav ul .item .sub_nav.nav_product .items .sub_nav_right .item2 a {
  display: block;
  text-align: left;
  font-size: 0.0833rem;
  color: #333;
  height: 0.2604rem;
  line-height: 0.2604rem;
}
header .right nav ul .item .sub_nav.nav_product .items .sub_nav_right .item2 a:hover {
  color: #1467dd;
}
header .right nav ul .item .sub_nav.nav_product .items .sub_nav_right .item2.active {
  opacity: 1;
  z-index: 3;
}
header .right nav ul .item:hover .title_nav::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.3646rem;
  height: 2px;
  background-color: #e62129;
}
header .right .search {
  margin-left: 0.2344rem;
}
header .right .search input {
  font-size: 0.0885rem;
  border: none;
  outline: none;
  background: transparent;
  color: #fff;
  width: 0.8333rem;
  margin-right: 0.0521rem;
}
header .right .search input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
header .right .search img {
  cursor: pointer;
  user-select: none;
  width: 0.1146rem;
}
header .right .search .black {
  display: none;
}
header .right .search .box {
  margin-left: 0.0625rem;
  width: 0.026rem;
  height: 0.1823rem;
  transform: skewX(-20deg);
  background-color: #175dc6;
}
header .right .menuBox {
  display: none;
}
.navMask {
  display: none;
}
header.header_white {
  background-color: #fff;
  box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, 0.05);
}
header.header_white .logo img {
  /*width: 1.0104rem;*/
}
header.header_white .logo .black {
  display: block;
}
header.header_white .logo .white {
  display: none;
}
header.header_white .right nav ul .item .title_nav {
  color: #000;
}
header.header_white .right .search input {
  color: #000;
}
header.header_white .right .search .black {
  display: block;
}
header.header_white .right .search .white {
  display: none;
}
footer {
  /*background: url(/static/images/footer_bg.png) no-repeat;*/
  background-size: cover;
}
footer .top {
  width: 100%;
  height: 0.8333rem;
  padding: 0 1.0938rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .top .logo img {
  width: 1.3073rem;
}
footer .top .wechat_code {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  position: relative;
}
footer .top .wechat_code .wechat {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.2344rem;
  height: 0.2344rem;
  border-radius: 50%;
  background-color: #175dc6;
  z-index: 3;
}
footer .top .wechat_code .wechat img {
  width: 0.1406rem;
}
footer .top .wechat_code .text {
  z-index: 2;
  margin-left: -0.1042rem;
  /*width: 0.7292rem;*/
  width: 0.5rem;
  height: 0.2344rem;
  border-radius: 0.1172rem;
  padding-left: 0.1302rem;
  line-height: 0.2135rem;
  color: #333333;
  font-size: 0.0938rem;
  background-color: #fff;
  border: 2px solid #f1f1f1;
}
footer .top .wechat_code .qrcode {
  display: none;
  position: absolute;
  top: 130%;
  left: 50%;
  background-color: #fff;
  z-index: 5;
  transform: translateX(-50%);
  width: 0.7813rem;
  height: 0.7813rem;
  box-shadow: 1px 1px 35px 1px rgba(0, 0, 0, 0.1);
}
footer .top .wechat_code .qrcode img {
  width: 0.7813rem;
}
footer .top .wechat_code .qrcode::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 0px;
  height: 0px;
  border: 10px solid transparent;
  border-bottom-color: #fff;
}
footer .main {
  width: 100%;
  padding: 0 1.0938rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
footer .main .left {
  width: 1.8854rem;
  height: 1.8854rem;
}
footer .main .left .item {
  margin-top: 0.1406rem;
}
footer .main .left .item .tops {
  display: flex;
  align-items: center;
}
footer .main .left .item .tops img {
  width: 0.0938rem;
}
footer .main .left .item .tops span {
  font-size: 0.0729rem;
  color: #999999;
  margin-left: 0.0521rem;
}
footer .main .left .item .content .phone {
  font-size: 0.08rem;
  line-height: 0.12rem;
  font-family: 'HarmonyOS_Sans_SC_Regular'
  /*color: #e62129;*/
}
footer .main .left .item .content .des {
  font-size: 0.0729rem;
  color: #999;
}
footer .main .left .item .content .text {
  margin-top: 0.026rem;
  font-size: 0.0833rem;
  line-height: 1.5;
  color: #666666;
}
footer .main .footer_nav {
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  flex: 1;
  height: 1.8854rem;
  display: flex;
  justify-content: space-between;
  padding-top: 0.2292rem;
  padding-left: 0.3125rem;
}
footer .main .footer_nav .item .title_nav {
  font-size: 0.0938rem;
  color: #333333;
  padding-bottom: 0.1042rem;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0.1563rem;
}
footer .main .footer_nav .item .title_nav::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0.0885rem;
  height: 0.0104rem;
  background-color: #7d7d7d;
}
footer .main .footer_nav .item .sub_nav {
  margin-top: 0.1146rem;
}
footer .main .footer_nav .item .sub_nav a {
  font-size: 0.0781rem;
  color: #a7acb3;
}
footer .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 1.0938rem;
  box-sizing: border-box;
  height: 0.4688rem;
}
footer .bottom .Copyright,
footer .bottom .sile {
  font-size: 0.0729rem;
  color: #8c8d8e;
  transition: 0.3s;
}
footer .bottom .Copyright a:hover,
footer .bottom .sile a:hover {
  color: #175dc6;
}
.common_title {
  /* gradient text for modern browsers */
}
.common_title .en {
  text-transform: uppercase;
  font-size: 0.3542rem;
  color: #acccff;
  z-index: 2;
  text-align: center;
}
.common_title .cn {
  font-size: 0.3021rem;
  color: #333;
  z-index: 3;
  text-align: center;
}
@supports (-webkit-background-clip: text) {
  .common_title .en {
    background-image: linear-gradient(to bottom, #acccff, #fff);
    -webkit-background-clip: text;
    color: transparent;
    opacity: 0.2;
  }
  .common_title .cn {
    margin-top: -0.1563rem;
  }
}
.common_title .icon_title {
  width: 0.2188rem;
  display: block;
  margin: 0.0885rem auto 0;
}
.common_title.white .en,
.common_title.white .cn {
  color: #fff;
}
@supports (-webkit-background-clip: text) {
  .common_title.white .en {
    background-image: linear-gradient(to bottom, #fff, #acccff);
    -webkit-background-clip: text;
    color: transparent;
    opacity: 0.2;
  }
}
.common_title.left .en,
.common_title.left .cn {
  text-align: left;
}
.common_title.left .icon_title {
  margin: 0.0885rem 0 0;
}
.moreButton {
  width: 0.7969rem;
  height: 0.2604rem;
  cursor: pointer;
  border-radius: 0.1302rem;
  border: 0.0104rem solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.0833rem;
  color: #fff;
  transition: 0.5s;
}
.moreButton img {
  width: 0.1354rem;
  margin-left: 0.1042rem;
}
.moreButton .gray {
  display: none;
}
.moreButton.black {
  color: #333;
  border: 0.0104rem solid rgba(0, 0, 0, 0.1);
}
.moreButton.black img {
  display: none;
}
.moreButton.black .gray {
  display: block;
}
.moreButton:hover {
  border: 0.0104rem solid #ffffff;
}
.moreButton.black:hover {
  border: 0.0104rem solid #000000;
}
.page_buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_buttons .buttons_left {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_buttons .buttons_left .prev,
.page_buttons .buttons_left .next {
  user-select: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.2396rem;
  height: 0.2396rem;
  background-color: #fff;
  border: 1px solid #eaeaea;
  transition: 0.3s;
  border-radius: 0.0625rem;
}
.page_buttons .buttons_left .prev:hover,
.page_buttons .buttons_left .next:hover {
  background-color: #eee;
  border: 1px solid #eaeaea;
}
.page_buttons .buttons_left .prev {
  margin-right: 0.0729rem;
}
.page_buttons .buttons_left .next {
  margin-left: 0.0729rem;
  margin-right: 0.1042rem;
}
.page_buttons .buttons_left .pages {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page_buttons .buttons_left .pages .item {
  user-select: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.2396rem;
  height: 0.2396rem;
  background-color: #fff;
  border: 1px solid #eaeaea;
  transition: 0.3s;
  border-radius: 0.0625rem;
  font-size: 0.0833rem;
  color: #37363b;
  margin-right: 0.0677rem;
}
.page_buttons .buttons_left .pages .item.active,
.page_buttons .buttons_left .pages .item:hover {
  background-color: #175dc6;
  border: 1px solid #175dc6;
  color: #fff;
}
.page_buttons .buttons_left .pages .item:nth-last-child(1) {
  margin-right: 0;
}
.page_buttons .buttons_left .totalPage {
  font-size: 0.0833rem;
  color: #37363b;
}
.page_buttons .inputBox {
  margin-left: 0.1563rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_buttons .inputBox span {
  font-size: 0.0833rem;
  color: #37363b;
}
.page_buttons .inputBox input {
  margin: 0 0.0521rem;
  padding: 0 0.0781rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.3854rem;
  height: 0.2396rem;
  background-color: #fff;
  border: 1px solid #eaeaea;
  transition: 0.3s;
  text-align: center;
  font-size: 0.0833rem;
  color: #37363b;
  border-radius: 0.0625rem;
}
.banner {
  width: 100%;
  height: 3.6458rem;
  position: relative;
}
.banner .banner_img {
  width: 100%;
}
.banner .page_title {
  position: absolute;
  top: 1.7708rem;
  left: 0;
  width: 100%;
}
.banner .page_title .title {
  font-size: 0.3021rem;
  color: #ffffff;
  text-align: center;
}
.banner .page_title img {
  display: block;
  width: 0.1979rem;
  margin: 0.1458rem auto 0;
}
.banner .page_title .des {
  font-size: 0.1563rem;
  color: #fff;
  text-align: center;
  margin-top: 0.1667rem;
}
.banner .page_title .des span {
  font-size: 0.1563rem;
  color: #fff;
}
.banner.banner2 .page_title {
  top: 1.5625rem;
  left: 1.0938rem;
  transform: translateX(0);
}
.banner.banner2 .page_title .title {
  width: 2.7604rem;
  text-align: left;
  line-height: 0.3854rem;
}
.banner.banner2 .page_title img {
  margin-top: 0.1458rem;
  margin-left: 0;
}
.swiper_buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.swiper_buttons .prev,
.swiper_buttons .next {
  cursor: pointer;
  user-select: none;
  width: 0.25rem;
  height: 0.25rem;
  display: flex;
  border-radius: 50%;
  align-items: center;
  transition: 0.3s;
  justify-content: center;
  background-color: #fff;
}
.swiper_buttons .prev img,
.swiper_buttons .next img {
  width: 0.1354rem;
}
.swiper_buttons .prev .white,
.swiper_buttons .next .white {
  display: none;
}
.swiper_buttons .prev:hover,
.swiper_buttons .next:hover {
  background-color: #175dc6;
}
.swiper_buttons .prev:hover img,
.swiper_buttons .next:hover img {
  display: none;
}
.swiper_buttons .prev:hover .white,
.swiper_buttons .next:hover .white {
  display: block;
}
