@charset "utf-8";
*,
*::after,
*::before {
  box-sizing: border-box;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*:focus {
  outline: none;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
img,
button,
figure {
  margin: 0;
  padding: 0;
}
html,
body {
  width: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
body {
  position: relative;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  font-family:
    "Microsoft YaHei", "PingFang SC", apple-system, "Helvetica Neue",
    "Source Han Sans SC", "WenQuanYi Micro Hei", sans-serif;
  line-height: 1.5;
  outline: none;
}
ol,
ul,
li {
  list-style: none;
}
img {
  box-sizing: border-box;
  vertical-align: top;
  border: 0;
  object-fit: cover;
}
em,
i {
  font-style: normal;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  color: #573b2d;
  text-decoration: none;
}
a:focus {
  outline: 0px dotted;
}
a:focus,
input:focus {
  -moz-outline-style: none;
}
::selection {
  background: #1e5eac;
  color: #fff;
}
::-moz-selection {
  background: #1e5eac;
  color: #fff;
}
::-webkit-selection {
  background: #1e5eac;
  color: #fff;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
select {
  -webkit-appearance: none;
}
input,
textarea,
select,
button {
  background: transparent;
}
input,
textarea,
button {
  border: 0;
  font-family:
    "Microsoft YaHei", "PingFang SC", apple-system, "Helvetica Neue",
    "Source Han Sans SC", "WenQuanYi Micro Hei", sans-serif;
}
textarea {
  resize: none;
  overflow: auto;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  color: #999 !important;
}
select::-ms-expand {
  display: none;
}
input::-webkit-input-placeholder,
input::-ms-input-placeholder,
textarea::-webkit-input-placeholder,
textarea::-ms-input-placeholder {
  color: #999;
}
input:-moz-placeholder,
input::-moz-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}
audio,
canvas,
video {
  display: block;
}
section,
article,
aside,
header,
footer,
nav,
dialog,
figure {
  display: block;
}
::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}
::-webkit-scrollbar-button {
  height: 0;
  width: 0;
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: block;
}
::-webkit-scrollbar-button:vertical:start:increment,
::-webkit-scrollbar-button:vertical:end:decrement {
  display: none;
}
::-webkit-scrollbar-track:vertical,
::-webkit-scrollbar-track:horizontal,
::-webkit-scrollbar-track:vertical,
::-webkit-scrollbar-track:horizontal {
  background: #e6e6e6;
}
::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-thumb:horizontal,
::-webkit-scrollbar-track:vertical,
::-webkit-scrollbar-track:horizontal,
::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-thumb:horizontal {
  border-style: solid;
  border-color: transparent;
}
::-webkit-scrollbar-track:vertical::-webkit-scrollbar-track:horizontal {
  background-clip: padding-box;
  background-color: #fff;
}
::-webkit-scrollbar-thumb {
  -webkit-box-shadow:
    inset 1px 1px 0 rgba(0, 0, 0, 0.1),
    inset 0 -1px 0 rgba(0, 0, 0, 0.07);
  background-clip: padding-box;
  background-color: #999;
  border-radius: 10px;
  min-height: 28px;
  padding-top: 100;
}
::-webkit-scrollbar-thumb:hover {
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
  background-color: #1e5eac;
}
::-webkit-scrollbar-thumb:active {
  -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
  background-color: #1e5eac;
}
::-webkit-scrollbar-track:vertical,
::-webkit-scrollbar-track:horizontal,
::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-thumb:horizontal {
  border-width: 0;
}
::-webkit-scrollbar-track:hover {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.05);
}
::-webkit-scrollbar-track:active {
  -webkit-box-shadow:
    inset 1px 0 0 rgba(0, 0, 0, 0.14),
    inset -1px -1px 0 rgba(0, 0, 0, 0.07);
  background-color: rgba(0, 0, 0, 0.05);
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  clear: both;
}
.clearfix:after {
  content: "\20";
  display: block;
  height: 0;
  clear: both;
}
.clearfix {
  *zoom: 1;
}

@font-face {
  font-family: "iconfont";
  src:
    url("../fonts/iconfont.woff2") format("woff2"),
    url("../fonts/iconfont.woff") format("woff"),
    url("../fonts/iconfont.ttf") format("truetype");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.g-in {
  position: relative;
  width: 87.5%;
  max-width: 1920px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .g-in {
    width: 92%;
  }
}
@media screen and (max-width: 1200px) {
  .g-in {
    width: 92%;
  }
}
.wrapper {
  position: relative;
}

@media screen and (max-width: 1200px) {
  body {
    background: #f6f6f6;
  }
  .wrapper {
    max-width: 750px;
    margin: 0 auto;
    background: #fff;
  }
}

/*font-size*/
.fnt_12 {
  font-size: 12px;
}
.fnt_14 {
  font-size: 14px;
}
.fnt_16 {
  font-size: 16px;
}
.fnt_18 {
  font-size: 18px;
}
.fnt_20 {
  font-size: 20px;
}
.fnt_22 {
  font-size: 22px;
}
.fnt_24 {
  font-size: 24px;
}
.fnt_26 {
  font-size: 26px;
}
.fnt_28 {
  font-size: 28px;
}
.fnt_30 {
  font-size: 30px;
}
.fnt_32 {
  font-size: 32px;
}
.fnt_34 {
  font-size: 34px;
}
.fnt_36 {
  font-size: 36px;
}
.fnt_38 {
  font-size: 38px;
}
.fnt_40 {
  font-size: 40px;
}

.fnt_42 {
  font-size: 42px;
}
.fnt_44 {
  font-size: 44px;
}
.fnt_46 {
  font-size: 46px;
}
.fnt_48 {
  font-size: 48px;
}
.fnt_50 {
  font-size: 50px;
  line-height: 1.3;
}
.fnt_52 {
  font-size: 52px;
  line-height: 1.3;
}
.fnt_54 {
  font-size: 54px;
  line-height: 1.3;
}
.fnt_56 {
  font-size: 56px;
  line-height: 1.3;
}
.fnt_58 {
  font-size: 58px;
  line-height: 1.3;
}
.fnt_60 {
  font-size: 60px;
  line-height: 1.3;
}
.fnt_70 {
  font-size: 70px;
  line-height: 1.3;
}
.fnt_80 {
  font-size: 80px;
  line-height: 1.3;
}

@media only screen and (max-width: 1600px) {
  .fnt_24 {
    font-size: 22px;
  }
  .fnt_26 {
    font-size: 24px;
  }
  .fnt_28 {
    font-size: 26px;
  }
  .fnt_30 {
    font-size: 28px;
  }
  .fnt_32 {
    font-size: 30px;
  }
  .fnt_34 {
    font-size: 32px;
  }
  .fnt_36 {
    font-size: 34px;
  }
  .fnt_38 {
    font-size: 36px;
  }

  .fnt_40 {
    font-size: 38px;
  }
  .fnt_42 {
    font-size: 38px;
  }
  .fnt_44 {
    font-size: 38px;
  }
  .fnt_46 {
    font-size: 40px;
  }
  .fnt_48 {
    font-size: 40px;
  }
  .fnt_50 {
    font-size: 40px;
  }
  .fnt_52 {
    font-size: 42px;
  }
  .fnt_54 {
    font-size: 42px;
  }
  .fnt_56 {
    font-size: 42px;
  }
  .fnt_58 {
    font-size: 44px;
  }
  .fnt_60 {
    font-size: 44px;
  }
  .fnt_70 {
    font-size: 60px;
  }
  .fnt_80 {
    font-size: 70px;
  }
}
@media only screen and (max-width: 1440px) {
  .fnt_18 {
    font-size: 16px;
  }
  .fnt_16 {
    font-size: 14px;
  }
  .fnt_22 {
    font-size: 20px;
  }
  .fnt_24 {
    font-size: 20px;
  }
  .fnt_26 {
    font-size: 22px;
  }
  .fnt_28 {
    font-size: 24px;
  }
  .fnt_30 {
    font-size: 26px;
  }
  .fnt_32 {
    font-size: 28px;
  }
  .fnt_34 {
    font-size: 30px;
  }
  .fnt_36 {
    font-size: 32px;
  }
  .fnt_38 {
    font-size: 34px;
  }

  .fnt_40 {
    font-size: 34px;
  }
  .fnt_42 {
    font-size: 36px;
  }
  .fnt_44 {
    font-size: 36px;
  }
  .fnt_46 {
    font-size: 38px;
  }
  .fnt_48 {
    font-size: 38px;
  }
  .fnt_50 {
    font-size: 38px;
  }
  .fnt_52 {
    font-size: 40px;
  }
  .fnt_54 {
    font-size: 40px;
  }
  .fnt_56 {
    font-size: 40px;
  }
  .fnt_58 {
    font-size: 42px;
  }
  .fnt_60 {
    font-size: 42px;
  }
  .fnt_70 {
    font-size: 50px;
  }
  .fnt_80 {
    font-size: 60px;
  }
}

@media only screen and (max-width: 1200px) {
  .fnt_18 {
    font-size: 14px;
  }
  .fnt_20 {
    font-size: 18px;
  }
  .fnt_22 {
    font-size: 18px;
  }
  .fnt_24 {
    font-size: 18px;
  }
  .fnt_26 {
    font-size: 20px;
  }
  .fnt_28 {
    font-size: 22px;
  }
  .fnt_30 {
    font-size: 24px;
  }
  .fnt_32 {
    font-size: 26px;
  }
  .fnt_34 {
    font-size: 28px;
  }
  .fnt_36 {
    font-size: 30px;
  }
  .fnt_38 {
    font-size: 30px;
  }

  .fnt_40 {
    font-size: 30px;
  }
  .fnt_42 {
    font-size: 30px;
  }
  .fnt_44 {
    font-size: 30px;
  }
  .fnt_46 {
    font-size: 32px;
  }
  .fnt_48 {
    font-size: 32px;
  }
  .fnt_50 {
    font-size: 32px;
  }
  .fnt_52 {
    font-size: 34px;
  }
  .fnt_54 {
    font-size: 34px;
  }
  .fnt_56 {
    font-size: 34px;
  }
  .fnt_58 {
    font-size: 36px;
  }
  .fnt_60 {
    font-size: 36px;
  }
  .fnt_70 {
    font-size: 50px;
  }
  .fnt_80 {
    font-size: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .fnt_16 {
    font-size: 14px;
  }
  .fnt_18 {
    font-size: 14px;
  }
  .fnt_20 {
    font-size: 16px;
  }
  .fnt_22 {
    font-size: 16px;
  }
  .fnt_24 {
    font-size: 16px;
  }
  .fnt_26 {
    font-size: 16px;
  }
  .fnt_28 {
    font-size: 16px;
  }
  .fnt_30 {
    font-size: 18px;
  }
  .fnt_32 {
    font-size: 18px;
  }
  .fnt_34 {
    font-size: 18px;
  }
  .fnt_36 {
    font-size: 18px;
  }
  .fnt_38 {
    font-size: 18px;
  }
  .fnt_40 {
    font-size: 20px;
  }
  .fnt_42 {
    font-size: 20px;
  }
  .fnt_44 {
    font-size: 20px;
  }
  .fnt_46 {
    font-size: 20px;
  }
  .fnt_48 {
    font-size: 20px;
  }
  .fnt_50 {
    font-size: 22px;
  }
  .fnt_52 {
    font-size: 22px;
  }
  .fnt_54 {
    font-size: 22px;
  }
  .fnt_56 {
    font-size: 22px;
  }
  .fnt_58 {
    font-size: 22px;
  }
  .fnt_60 {
    font-size: 24px;
  }
  .fnt_70 {
    font-size: 26px;
  }
  .fnt_80 {
    font-size: 30px;
  }
}

.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pt50 {
  padding-top: 50px;
}
.pt60 {
  padding-top: 60px;
}
.pt70 {
  padding-top: 70px;
}
.pt80 {
  padding-top: 80px;
}
.pt90 {
  padding-top: 90px;
}
.pt100 {
  padding-top: 100px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt70 {
  margin-top: 70px;
}
.mt80 {
  margin-top: 80px;
}
.mt90 {
  margin-top: 90px;
}
.mt100 {
  margin-top: 100px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb60 {
  padding-bottom: 60px;
}
.pb70 {
  padding-bottom: 70px;
}
.pb80 {
  padding-bottom: 80px;
}
.pb90 {
  padding-bottom: 90px;
}
.pb100 {
  padding-bottom: 100px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb90 {
  margin-bottom: 90px;
}
.mb100 {
  margin-bottom: 100px;
}
.fontSize24 {
  font-size: 0.24rem;
}
.alignCenter {
  text-align: center;
}
.display-flex {
  display: flex;
}

@media screen and (max-width: 1400px) {
  .fontSize24 {
    font-size: 0.26rem;
  }
}

@media screen and (max-width: 1200px) {
  .fontSize24 {
    font-size: 0.25rem;
  }
}

/* 清除分享错位*/
#bsPanelHolder,
#bsPanelHolder *,
#bsBox,
#bsBox *,
#bsWXBox,
#bsWXBox * {
  box-sizing: initial !important;
}
/* 下载说明*/
.doc {
  position: fixed;
  right: 1vw;
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #a00;
  background-color: #a00;
  text-align: center;
  line-height: 50px;
  color: #fff;
  transform: translateY(-50%);
  z-index: 99;
}
.doc:hover {
  color: #ff0;
}

.more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 50px;
  border-radius: 50px;
  background: #d81618;
  transition: all 0.4s;
  position: relative;
  overflow: hidden;
}
.more::before {
  content: "";
  position: absolute;
  z-index: 1;
  background: #004492;
  height: 200%;
  width: 200%;
  border-radius: 50%;
  top: 100%;
  left: 100%;
  transition: all 1s;
}
.more:hover::before {
  top: -60%;
  left: -60%;
}
.more .tip {
  font-size: 16px;
  color: #ffffff;
  position: relative;
  z-index: 4;
  transition: all 0.4s;
}
.more .line {
  width: 27px;
  height: 2px;
  background: #ffffff;
  position: relative;
  z-index: 4;
  transition: all 0.4s;
  margin-left: 24px;
  margin-top: 4px;
}
.more .line::before {
  content: "\20";
  position: absolute;
  width: 10px;
  height: 2px;
  background: #ffffff;
  top: -4px;
  right: 0;
  transform: rotate(45deg);
  transition: all 0.4s;
}
.more:hover .line {
  margin-left: 34px;
}

@media screen and (max-width: 1200px) {
  .more {
    width: 2.6rem;
    height: 40px;
  }
  .more .tip {
    font-size: 0.28rem;
  }
  .more .line {
    margin-left: 0.2rem;
  }
}

.header {
  position: relative;
}
.topArea {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  z-index: 20;
  transition: all 0.4s;
}
.topArea.on {
  background: #ffffff;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.3);
}
.topArea .cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 136px;
}
.topArea .logo .sjBox {
  height: 1.1rem;
}
.topArea .link {
  display: flex;
  align-items: center;
}
.topArea .nav ul {
  display: flex;
}
.topArea .nav ul li {
  position: relative;
  margin-right: 0.7rem;
}
.topArea .nav ul li:last-child {
  margin-right: 0;
}
.topArea .nav .subNav {
  position: absolute;
}
.topArea .nav .m1 {
  font-size: 16px;
  color: #262626;
  display: flex;
  align-items: center;
  height: 136px;
  line-height: 136px;
  transition: all 0.3s;
  position: relative;
}
.topArea .nav .m1::before {
  content: "\20";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: 22px;
  transform: translateY(-50%);
  width: 0;
  height: 2px;
  background: #d81618;
  transition: all 0.4s;
}
.topArea .nav .m1::after {
  content: "\20";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: 22px;
  transform: translateY(-50%);
  width: 0;
  height: 2px;
  background: #004492;
  transition: all 0.4s;
}
.topArea .nav .current .m1,
.topArea .nav ul li:hover .m1 {
  color: #d81618;
  font-weight: bold;
}
.topArea .nav .current .m1::before,
.topArea .nav ul li:hover .m1::before {
  width: 50%;
}
.topArea .nav .current .m1::after,
.topArea .nav ul li:hover .m1::after {
  width: 50%;
}

.topArea .nav .subNav {
  position: absolute;
  left: 50%;
  min-width: 160px;
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  font-size: 16px;
  z-index: 1;
  top: 110px;
  border-radius: 5px;
  padding: 12px 0;
  background: #fff;
  left: 50%;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
  transition: all 0.5s;
}
.topArea .nav .subNav .slide-hd {
  padding: 10px 0;
  position: relative;
}
.topArea .nav .subNav .slide-hd::before {
  content: "\20";
  position: absolute;
  left: 50%;
  top: -22px;
  width: 11px;
  transform: translateX(-50%);
  height: 11px;
  background: url(../images/pic45.png) no-repeat center center;
  z-index: 2;
}
.topArea .nav .subNav::after {
  content: "\20";
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 40px;
  z-index: 5;
}
.topArea .nav .subNav a {
  display: block;
  padding: 12px 10px;
  color: #333333;
  line-height: 20px;
  text-align: center;
  white-space: nowrap;
  background: #ffffff;
  transition: all 0.5s;
}
.topArea .nav .subNav .topArea .nav .subNav {
  opacity: 0;
}
.topArea .nav .subNav a:hover {
  color: #fff;
  font-weight: bold;
  background: #d81618;
}
.nav li:hover .subNav {
  visibility: visible;
  z-index: 10;
  opacity: 1;
  top: 120px;
}
.nav li:hover .subNav a {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
}

/* .topArea .nav .m1 .arr{width: 8px; height: 8px; border-right: 1px solid #a9a9a9; border-bottom: 1px solid #a9a9a9; transform: rotate(45deg); margin-left: 13px; margin-bottom: 4px;} */
.topArea .r-link {
  margin-left: 0.7rem;
  display: flex;
  align-items: center;
}
.topArea .r-link .language {
  position: relative;
  height: 136px;
  cursor: pointer;
  margin-right: 0.6rem;
}
.topArea .r-link .language .top {
  height: 100%;
  display: flex;
  align-items: center;
}
.topArea .r-link .language .top .txt {
  font-size: 16px;
  color: #d81e06;
  margin-right: 14px;
}
.topArea .r-link .language .top .arr {
  width: 10px;
  height: 10px;
  margin-top: -7px;
  border-right: 1px solid #d81e06;
  border-bottom: 1px solid #d81e06;
  transform: rotate(45deg);
}
.topArea .r-link .language .bot {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 4;
  transform: translateY(50px);
  transition: all 0.6s;
  opacity: 0;
  visibility: hidden;
}
.topArea .r-link .language .bot a {
  display: block;
  width: 100%;
  height: 32px;
  line-height: 32px;
  background: #d81e06;
  color: #ffffff;
  text-align: center;
}
.topArea .r-link .language:hover .bot {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.topArea .r-link .links {
  display: flex;
}
.topArea .r-link .links .item {
  margin-right: 14px;
}
.topArea .r-link .links .item:last-child {
  margin-right: 0;
}
.topArea .r-link .links .item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  color: #d81e06;
  border-radius: 50%;
  border: 1px solid #d81e06;
  transition: all 0.4s;
}
.topArea .r-link .links .item a span {
  font-size: 34px;
  -webkit-animation: bounce-up-data 1.5s linear infinite alternate;
  animation: bounce-up-data 1.5s linear infinite alternate;
}
.topArea .r-link .links .item:nth-child(2) a span {
  animation-delay: 1.5s;
}
.topArea .r-link .links .item a:hover {
  background: #d81e06;
  color: #ffffff;
}

.topArea .r-link .sea {
  height: 82px;
  border-left: 1px solid #ced3d9;
  display: flex;
  align-items: center;
  padding-left: 20px;
}
.topArea .r-link .sea .sea-icon .iconfont {
  font-size: 22px;
  color: #333333;
}
.topArea .r-link .sea .sea-form input[name="search_keyword"] {
  padding-left: 12px;
  width: 153px;
  padding-right: 20px;
  font-size: 16px;
  color: #333333;
}
.topArea .r-link .tel {
  display: flex;
  align-items: center;
  margin-left: 30px;
  background: #006fb7;
  height: 82px;
  padding: 0 15px 0 20px;
}
.topArea .r-link .tel .pic span {
  -webkit-animation: bounce-up-data 1.5s linear infinite;
  animation: bounce-up-data 1.5s linear infinite;
  display: block;
  font-size: 30px;
  color: #ffffff;
}
.topArea .r-link .tel .txt {
  font-size: 20px;
  color: #ffffff;
  margin-left: 19px;
}
.topArea .r-link .lang {
  margin-left: 0.36rem;
}
.topArea .r-link .lang a {
  display: flex;
  align-items: center;
}
.topArea .r-link .lang .txt {
  font-size: 20px;
  color: #ffffff;
  margin-left: 10px;
}

.banner {
  max-width: 1920px;
  margin: 0 auto;
}

.search {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 9999;
}
.search .searchp {
  position: absolute;
  left: 50%;
  width: 600px;
  background: #fff;
  font-size: 16px;
  z-index: 9;
  top: 50%;
  transform: translate(-50%, -50%);
}
.search form .txt {
  float: left;
  height: 60px;
  line-height: 60px;
  padding-left: 15px;
  width: 75%;
}
.search form .btn {
  float: right;
  height: 60px;
  line-height: 60px;
  width: 25%;
  text-align: center;
  background: #1e5eac;
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
}
.serclose {
  position: absolute;
  right: -50px;
  top: -50px;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}
.search01 {
  display: block;
}
.search .searchpb {
  width: 100%;
  background: #fff;
  padding: 10px 15px;
  box-sizing: border-box;
}
.search .searchpb .searchpba {
  padding-bottom: 10px;
  color: #9a9999;
  font-size: 16px;
  line-height: 2.1;
}
.search .searchpb ul li {
  line-height: 2.1;
}
.search .searchpb ul li a {
  color: #333;
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .search .searchp {
    width: 92vw;
  }
  .search form .txt {
    height: 40px;
    line-height: 40px;
  }
  .search form .btn {
    height: 40px;
    line-height: 40px;
  }
  .serclose {
    right: 0;
  }
  .serclose img {
    width: 30px;
    height: 30px;
  }
}

.m-nav {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  background: #f9f9f9;
  z-index: 80;
  transition: all 0.8s;
  top: 1.05rem;
  overflow: hidden;
}
.m-nav ul {
  padding-top: 0.24rem;
}
.m-nav ul li {
  position: relative;
  border-bottom: 1px solid #dfdfdf;
}
.m-nav .m1Box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.2rem 0.4rem;
}
.m-nav .m1Box .m1 {
  display: block;
  font-size: 0.32rem;
  color: #333;
  width: 85%;
}
.m-nav .current .m1Box .m1 {
  color: #d81e06;
}
.m-nav .m1Box .arr {
  display: none;
  width: 0.16rem;
  height: 0.16rem;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  transform: rotate(-45deg);
  transition: all 0.3s;
}
.m-nav .hasSecondMenu .m1Box .arr {
  display: block;
}
.m-nav .showSubNav .m1Box .arr {
  transform: rotate(45deg);
}
.m-nav .subNav {
  padding: 0 0.6rem;
  background: #f3f3f3;
  display: none;
}
.m-nav .subNav .subNav-item {
  border-bottom: 1px dashed #999;
}
.m-nav .subNav .subNav-item:last-child {
  border-bottom: none;
}
.m-nav .subNav .subNav-item .m2Box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.16rem 0;
}
.m-nav .subNav .subNav-item .m2Box .m2 {
  display: block;
  font-size: 0.3rem;
  color: #333;
  width: 85%;
}
.m-nav .subNav .subNav-item .m2Box .arr {
  display: none;
  width: 0.16rem;
  height: 0.16rem;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.m-nav .subNav .subNav-item.hasThirdMenu .m2Box .arr {
  display: block;
}
.m-nav .subNav .subNav-item.hasThirdMenu .thirdNav {
  padding-bottom: 0.3rem;
}
.m-nav .subNav .subNav-item .thirdNav .m3 {
  display: block;
  font-size: 0.26rem;
  padding: 0.1rem 0.6rem;
}

body.z-open .m-nav {
  height: calc(100% - 1.05rem);
  overflow: auto;
}

.search-navbar .seaBox {
  display: flex;
  align-items: center;
  margin-right: 0.4rem;
}
.search-navbar .sea {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg t='1683540914430' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='5327' width='30' height='30'%3E%3Cpath d='M862.609 816.955L726.44 680.785l-0.059-0.056a358.907 358.907 0 0 0 56.43-91.927c18.824-44.507 28.369-91.767 28.369-140.467 0-48.701-9.545-95.96-28.369-140.467-18.176-42.973-44.19-81.56-77.319-114.689-33.13-33.129-71.717-59.144-114.69-77.32-44.507-18.825-91.767-28.37-140.467-28.37-48.701 0-95.96 9.545-140.467 28.37-42.973 18.176-81.56 44.19-114.689 77.32-33.13 33.129-59.144 71.717-77.32 114.689-18.825 44.507-28.37 91.767-28.37 140.467 0 48.7 9.545 95.96 28.37 140.467 18.176 42.974 44.19 81.561 77.32 114.69 33.129 33.129 71.717 59.144 114.689 77.319 44.507 18.824 91.767 28.369 140.467 28.369 48.7 0 95.96-9.545 140.467-28.369 32.78-13.864 62.997-32.303 90.197-54.968 0.063 0.064 0.122 0.132 0.186 0.195l136.169 136.17c6.25 6.25 14.438 9.373 22.628 9.373 8.188 0 16.38-3.125 22.627-9.372 12.496-12.496 12.496-32.758 0-45.254z m-412.274-69.466c-79.907 0-155.031-31.118-211.534-87.62-56.503-56.503-87.62-131.627-87.62-211.534s31.117-155.031 87.62-211.534c56.502-56.503 131.626-87.62 211.534-87.62s155.031 31.117 211.534 87.62c56.502 56.502 87.62 131.626 87.62 211.534s-31.118 155.031-87.62 211.534c-56.503 56.502-131.627 87.62-211.534 87.62z' fill='%23ffffff' p-id='5328'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.4rem;
  background-color: #b0b0b0;
}
.navbar {
  height: 1.1rem;
  width: 0.48rem;
}
.navbar .naviconBox {
  height: 100%;
  position: relative;
}
.navbar .icon-bar {
  position: absolute;
  width: 0.48rem;
  height: 4px;
  background: #d81e06;
  border-radius: 6px;
}
.navbar .icon-bar:nth-child(1) {
  top: 0.38rem;
  transition:
    top 0.3s ease 0.4s,
    transform 0.3s ease;
}
.navbar .icon-bar:nth-child(2) {
  top: 0.54rem;
  transition: background 0.3s ease 0.4s;
}
.navbar .icon-bar:nth-child(3) {
  top: 0.7rem;
  transition:
    top 0.3s ease 0.4s,
    transform 0.3s ease;
}
body.z-open .navbar .icon-bar:nth-child(1) {
  transition:
    top 0.3s ease,
    transform 0.3s ease 0.4s;
  top: 0.54rem;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.z-open .navbar .icon-bar:nth-child(2) {
  transition: background 0.3s ease 0s;
  background: transparent;
}
body.z-open .navbar .icon-bar:nth-child(3) {
  transition:
    top 0.3s ease,
    transform 0.3s ease 0.4s;
  top: 0.54rem;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 1500px) {
  .topArea .nav ul li {
    margin-right: 0.5rem;
  }
  .topArea .r-link {
    margin-left: 0.5rem;
  }
  .topArea .r-link .language {
    margin-right: 0.5rem;
  }
}

@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1200px) {
  .header {
    padding-top: 1.1rem;
  }
  .topArea {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    z-index: 80;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  }
  .topArea .cont {
    height: 1.1rem;
  }
  .topArea .link {
    display: none;
  }
  .topArea .logo .sjBox {
    display: flex;
    align-items: center;
  }
  .topArea .logo .sjBox img {
    height: 0.8rem;
  }
  .search-navbar .seaBox {
    display: none;
  }
}

.m-slide-page {
  text-align: center;
  margin-top: 0.3rem;
}
.m-slide-page .swiper-pagination-bullet-active {
  background: #d81618;
}

.footer .ft-consult {
  background: url(../images/pic12.jpg) no-repeat center;
  background-size: cover;
  padding: 0.95rem 0;
}
.footer .ft-consult .a1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .ft-consult .a1 .tit {
  font-size: 30px;
  color: #ffffff;
}
.footer .ft-consult .a1 .tip {
  margin-left: 2.5rem;
}
.footer .ft-consult .a1 .tip a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #ffffff;
  width: 150px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #ffffff;
  transition: all 0.3s;
}
.footer .ft-consult .a1 .tip a:hover {
  background: #ffffff;
  color: #d81618;
}
.footer .ft01 {
  padding: 0.6rem 0 0 0;
  background: #232323;
}
.footer .ft01 .cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.36rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.footer .ft01 .a1 .tit {
  font-size: 26px;
  font-weight: bold;
  color: #fefefe;
}
.footer .ft01 .a1 .tit img {
  filter: grayscale(100%);
}
.footer .ft01 .a2 ul {
  display: flex;
}
.footer .ft01 .a2 ul li {
  margin-right: 1rem;
}
.footer .ft01 .a2 ul li:last-child {
  margin-right: 0;
}
.footer .ft01 .a2 ul li a {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.4);
  transition: all 0.3s;
}
.footer .ft01 .a2 ul li a:hover {
  color: #ffffff;
}
.footer .ft02 {
  background: #232323;
}
.footer .ft02 .cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.6rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.footer .ft02 .a1 {
  padding-left: 0.3rem;
  padding-right: 1rem;
}
.footer .ft02 .a1 ul {
  display: flex;
}
.footer .ft02 .a1 ul li {
  display: flex;
  margin-right: 1rem;
}
.footer .ft02 .a1 ul li:last-child {
  margin-right: 0;
}
.footer .ft02 .a1 ul li .b1 {
  margin-right: 0.37rem;
}
.footer .ft02 .a1 ul li .b1 span {
  font-size: 50px;
  color: #d81618;
  line-height: 1;
}
.footer .ft02 .a1 ul li .b2 .tit {
  font-size: 20px;
  color: #d81618;
}
.footer .ft02 .a1 ul li .b2 .tip {
  color: #979797;
}
.footer .ft02 .a2 {
  position: relative;
  display: flex;
}
.footer .ft02 .a2 .item {
  margin-right: 15px;
  position: relative;
}
.footer .ft02 .a2 .item:last-child {
  margin-right: 0;
}
.footer .ft02 .a2 .top {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.55);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
}
.footer .ft02 .a2 .top span {
  font-size: 30px;
  color: rgba(255, 255, 255, 0.55);
  transition: all 0.3s;
}
.footer .ft02 .a2 .item:hover .top {
  border-color: #fff;
}
.footer .ft02 .a2 .item:hover .top span {
  color: #ffffff;
}
.footer .ft02 .a2 .bot {
  position: absolute;
  right: 140px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
}
.footer .ft02 .a2 .item:hover .bot {
  right: 80px;
  opacity: 1;
  visibility: visible;
}
.footer .ft02 .a2 .bot::before {
  content: "\20";
  position: absolute;
  right: -19px;
  top: 50%;
  transform: translateY(-50%);
  border: 10px solid transparent;
  border-left: 10px solid #fff;
}
.footer .ft03 {
  background: #232323;
  font-size: 14px;
  color: rgba(92, 92, 92, 0.87);
  line-height: 2;
  padding: 29px 0;
}
.footer .ft03 a {
  color: rgba(92, 92, 92, 0.87);
  transition: all 0.3s;
}
.footer .ft03 a:hover {
  color: #ffffff;
}
.footer .ft03 .cont {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1400px) {
  .footer .ft02 .a1 ul li {
    margin-right: 0.8rem;
  }
  .footer .ft02 .a1 ul li .b1 {
    margin-right: 0.27rem;
  }
}

@media screen and (max-width: 1200px) {
  .footer .ft-consult {
    padding: 0.5rem 0;
  }
  .footer .ft-consult .a1 {
    flex-wrap: wrap;
    text-align: center;
  }
  .footer .ft-consult .a1 .tit {
    font-size: 0.4rem;
  }
  .footer .ft-consult .a1 .tip {
    margin-left: 0;
    margin-top: 0.5rem;
  }
  .footer .ft-consult .a1 .tip a {
    width: 3rem;
    height: 0.7rem;
    font-size: 0.32rem;
  }
  .footer .ft01 .a2 {
    display: none;
  }
  .footer .ft02 .cont {
    flex-wrap: wrap;
  }
  .footer .ft02 .a1 {
    width: 100%;
    padding-left: 0;
  }
  .footer .ft02 .a1 ul {
    flex-wrap: wrap;
  }
  .footer .ft02 .a1 ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
  .footer .ft02 .a1 ul li .b1 span {
    font-size: 0.6rem;
  }
  .footer .ft02 .a1 ul li .b2 .tit {
    font-size: 0.36rem;
    line-height: 1;
  }
  .footer .ft02 .a1 ul li .b2 .tip {
    margin-top: 0.2rem;
  }
  .footer .ft02 .a2 {
    width: 100%;
    justify-content: center;
  }
  .footer .ft02 .a2 .bot {
    top: auto;
    right: auto;
    bottom: 180px;
    left: 50%;
    transform: translateX(-50%);
  }
  .footer .ft02 .a2 .item:hover .bot {
    right: auto;
    bottom: 90px;
  }
  .footer .ft02 .a2 .bot::before {
    right: auto;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-top: 10px solid #ffffff;
  }
  .footer .ft03 {
    padding: 0.4rem 0;
  }
  .footer .ft03 .cont {
    flex-wrap: wrap;
  }
  .footer .ft03 .a2 {
    display: none;
  }
}

.col-video {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.5s;
}
.col-video.on {
  display: block;
}
.col-video .videoBox {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60%;
  transform: translate(-50%, -50%);
}
.col-video .videoBox .close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 30px;
  text-align: center;
  line-height: 30px;
  width: 30px;
  height: 30px;
  color: #fff;
  cursor: pointer;
  z-index: 999;
}
.col-video .videoBox video {
  width: 100%;
  height: auto;
  max-height: 80vh;
}
.col-video.on .videoBox video {
  -webkit-animation: zoomIn 0.4s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: zoomIn 0.4s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 1200px) {
  .col-video .videoBox {
    width: 92%;
  }
}

.fixed-right {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-100%, -50%);
  z-index: 20;
  margin-left: 43.75%;
}
.fixed-right .server-center a {
  display: block;
  position: relative;
}
.fixed-right .server-center .picBox img {
  width: 70px;
  height: 76px;
  border-radius: 50%;
}
.fixed-right .server-center .textBox {
  font-size: 14px;
  color: #fff;
  width: 76px;
  height: 24px;
  border-radius: 30px;
  background: #1e5eac;
  text-align: center;
  line-height: 24px;
  position: absolute;
  bottom: -6px;
  z-index: 2;
}
.fixed-right .zixun {
  width: 76px;
  margin: 0 auto;
  margin-top: 20px;
  border: 1px solid #c8def3;
  border-radius: 20px;
  background: #f3f9ff;
}
.fixed-right .zixun .item {
  position: relative;
}
.fixed-right .zixun .item::before {
  content: "\20";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 25px;
  height: 1px;
  background: #cfdbe5;
  transform: translateX(-50%);
}
.fixed-right .zixun .item:last-child::before {
  display: none;
}
.fixed-right .zixun .item a {
  display: block;
  text-align: center;
  padding: 15px 0;
  font-size: 14px;
  color: #6a8096;
}
.fixed-right .zixun .item .textBox {
  margin-top: 5px;
}
.fixed-right .go-top {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 auto;
  border-radius: 50%;
  background: #fdcc2c;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  transform: translateY(60px);
}
.fixed-right .go-top.on {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.fixed-right .go-top .line {
  width: 22px;
  height: 2px;
  background: #fff;
}
.fixed-right .go-top .arr {
  width: 3px;
  height: 20px;
  background: #fff;
  margin-top: 6px;
  position: relative;
}
.fixed-right .go-top .arr::before {
  content: "\20";
  position: absolute;
  left: 50%;
  top: 0;
  width: 16px;
  height: 16px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: translateX(-50%) rotate(-135deg);
}

.sjBox {
  display: none;
}
@media screen and (max-width: 1200px) {
  .pcBox {
    display: none;
  }
  .sjBox {
    display: block;
  }
}

/*pagination*/
.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: inline-block;
  padding: 6px 12px !important;
  border: 1px solid #ddd;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination {
  display: inline-flex;
  margin-bottom: 25px;
  text-align: center;
  margin: 0 auto;
}
.pagination .jumpto {
  display: inline-block;
  margin-left: 2px;
}
.pagination .page-item.active .page-link {
  border: 1px solid #d81618;
  background: #d81618;
}
.pagination .page-link {
  color: #2c3e50;
}
.pagination .page-item.disabled .page-link {
  color: #999;
}
.pagination .jumpto input {
  padding: 6px 12px;
  line-height: 1.25;
  color: #2c3e50;
  background-color: #fff;
  border: 1px solid #ddd;
  float: left;
  border-radius: 0 !important;
}
.pagination .submit {
  border-radius: 0 0.25rem 0.25rem 0;
}
.pagination .page_number {
  width: 55px;
  margin-right: -1px;
}

.pagination .page-item:first-child .page-link {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

@media only screen and (max-width: 576px) {
  .pagination .page-num {
    display: none;
  }
}

.article .buylist ul {
  display: flex;
  flex-wrap: wrap;
}
.article .buylist ul::after {
  content: "\20";
  width: 45%;
}
.article .buylist ul li {
  width: 45%;
  border-radius: 20px;
  margin-right: 5%;
  margin-bottom: 5%;
  background: url(../images/pic10.png) no-repeat center #ffffff;
  background-size: cover;
  padding: 0.3rem 0.4rem 0.4rem 0.4rem;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.article .buylist ul li .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.article .buylist ul li .top .tit {
  font-size: 0.25rem;
  color: #1c1728;
  font-weight: bold;
}
.article .buylist ul li .top .tip {
  font-size: 20px;
  color: #1c1728;
}
.article .buylist ul li .bot {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 1.28rem;
}
.article .buylist ul li .bot a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 34px;
  background: #d81618;
  position: relative;
}
.article .buylist ul li .bot a::before {
  content: "\20";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 15px;
  height: 50px;
  background: url(../images/pic11.png) no-repeat center;
  transform: translateX(100%);
}
.article .buylist ul li .bot .line {
  width: 27px;
  height: 2px;
  background: #ffffff;
  position: relative;
  z-index: 4;
  transition: all 0.4s;
  margin-top: 4px;
}
.article .buylist ul li .bot .line::before {
  content: "\20";
  position: absolute;
  width: 10px;
  height: 2px;
  background: #ffffff;
  top: -4px;
  right: 0;
  transform: rotate(45deg);
  transition: all 0.4s;
}
.article .buylist ul li .bot a:hover .line {
  width: 38px;
}

@media screen and (max-width: 1200px) {
  .article .buylist ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4vw;
  }
  .article .buylist ul li .top .tit {
    font-size: 0.4rem;
  }
  .article .buylist ul li .top .tip {
    font-size: 0.36rem;
  }
  .article .buylist ul li .bot {
    margin-top: 0.6rem;
  }
  .article .buylist ul li .bot .pic img {
    width: 2rem;
  }
}
