html,
body {
  height: 100%;
  /* 文字风格 Sans-serif 各笔画粗细相同，Serif 笔画粗细不同，monospace 等宽体，cursive草书，fantasy梦幻 */
  font-family: 'Microsoft YaHei', sans-serif, 'Helvetica Neue', Helvetica, Arial, '黑体', '宋体', Arial;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
  scroll-behavior: smooth;
  zoom: 0.9;
}
body {
  font-size: 14px;
  color: #333;
}
/* 重置各标签的默认样式 */
a,
body,
center,
cite,
code,
dd,
del,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hr,
html,
img,
input,
label,
legend,
li,
mark,
ol,
p,
section,
span,
textarea,
time,
td,
th,
ul {
  margin: 0;
  border: 0;
  padding: 0;
  font-style: normal;
  box-sizing: border-box;
  /*  自动换行 */
  word-wrap: break-word;
  /*  强制英文单词断行 */
  word-break: break-all;
}
/*  设置标签为块级分类 */
article,
aside,
details,
fieldset,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
/* 去除input标签的默认样式 */
button,
input,
textarea {
  -webkit-appearance: none;
  font-family: 'Microsoft YaHei', sans-serif, 'Helvetica Neue', Helvetica, Arial, '黑体', '宋体', Arial;
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1em;
  outline: none;
  background-color: transparent;
}
/*  禁止多文本框手动拖动大小 */
textarea {
  resize: none;
  -webkit-appearance: none;
}
/* 去掉按下的阴影盒子 */
input,
textarea,
a {
  -webkit-tap-highlight-color: transparent;
}
.group_26 {
  width: 100%;
  margin-bottom: 1px;
}
.overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.overflow2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.overflow3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
}
.overflow8 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 12;
  text-overflow: ellipsis;
  overflow: hidden;
}
/*  清除a标签下划线 */
a,
a:visited {
  text-decoration: none;
}
a:focus,
a:active,
a:hover {
  outline: none;
}
/*  清除列表前面的点 */
ol,
li,
ul {
  list-style: none;
}
/*  清除IE下图片的边框 */
img {
  border-style: none;
  font-size: 0;
  vertical-align: middle;
}
/*  解决chrome浏览器默认黄色背景问题 */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
/*  设置默认滚动条样式 */
::-webkit-input-placeholder {
  color: #afbdcc;
}
:-moz-placeholder {
  color: #afbdcc;
}
::-moz-placeholder {
  color: #afbdcc;
}
:-ms-input-placeholder {
  color: #afbdcc;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
::-webkit-scrollbar-track-piece {
  background-color: #f5f5f5;
  border-radius: 6px;
}
::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  border-radius: 6px;
}
::-webkit-scrollbar-corner {
  background-color: #f5f5f5;
}
::-webkit-resizer {
  background-repeat: no-repeat;
  background-position: bottom right;
}
input {
  background-color: transparent;
  border: 0;
}
button {
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  outline: none;
  background-color: transparent;
}
button:active {
  opacity: 0.6;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.justify-start {
  display: flex;
  justify-content: flex-start;
}
.justify-center {
  display: flex;
  justify-content: center;
}
.justify-end {
  display: flex;
  justify-content: flex-end;
}
.justify-evenly {
  display: flex;
  justify-content: space-evenly;
}
.justify-around {
  display: flex;
  justify-content: space-around;
}
.justify-between {
  display: flex;
  justify-content: space-between;
}
.align-start {
  display: flex;
  align-items: flex-start;
}
.align-center {
  display: flex;
  align-items: center;
}
.align-end {
  display: flex;
  align-items: flex-end;
}
.disCen {
  display: flex;
  justify-content: center;
  align-items: center;
}
.disStb {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.warpper {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
.warpperS {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}
.group_20 {
  background-color: rgba(25, 39, 89, 0.55);
  position: fixed;
  left: 0;
  top: -1px;
  width: 100%;
  height: 98px;
  z-index: 99;
}
.group_20 .list a.active {
  color: #fff;
  position: relative;
}
.group_20 .list a.active::after {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background: #FFFFFF;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.group_20 .list > div {
  position: relative;
  height: 98px;
  line-height: 98px;
}
.group_20 .list > div:hover ul {
  display: block;
}
.group_20 .list > div ul {
  position: absolute;
  top: 70px;
  left: -12px;
  display: none;
  background: rgba(25, 39, 89, 0.55);
  padding: 10px 0;
}
.group_20 .list > div ul li {
  padding: 10px;
  line-height: 1;
}
.group_20 .list > div ul li a:hover {
  opacity: 0.8;
}
.group_20 > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
.fixedBox {
  width: 48px;
  position: fixed;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}
.fixedBox img {
  width: 48px;
  margin-bottom: 6px;
  cursor: pointer;
}
.group_20 .list {
  width: 578px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.group_20 .list a {
  color: #ffffff;
  font-size: 18px;
  font-family: PingFangSC-Regular;
  white-space: nowrap;
  line-height: 25px;
}
.box_14 {
  height: 54px;
  width: 355px;
}
.text-wrapper_20 {
  background-color: #15214b;
  height: 19px;
  width: 149px;
}
.label_1 {
  width: 27px;
  height: 23px;
}
.text_85 {
  color: #ffffff;
  font-size: 18px;
  text-align: right;
  white-space: nowrap;
  line-height: 25px;
  margin-left: 10px;
}
.thumbnail_13 {
  width: 20px;
  height: 20px;
  margin-left: 36px;
}
.text-wrapper_21 {
  height: 25px;
  overflow-wrap: break-word;
  font-size: 0;
  font-family: PingFangSC-Regular;
  font-weight: NaN;
  text-align: right;
  white-space: nowrap;
  line-height: 25px;
  margin-left: 10px;
}
.text_86 {
  width: 218px;
  height: 25px;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 18px;
  font-family: PingFangSC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 25px;
}
.text_87 {
  width: 218px;
  height: 25px;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 18px;
  font-family: HelveticaExtObl-Normal;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 25px;
  font-style: oblique;
}
.group_18 {
  background-color: #0a163d;
  width: 100%;
  padding-bottom: 104px;
  margin-bottom: -1px;
}
.box_20 {
  width: 100%;
  max-width: 1280px;
  margin: 100px auto 0 auto;
  align-items: flex-start;
}
.group_27 {
  width: 468px;
  height: 226px;
}
.image-text_20 {
  position: relative;
  width: 468px;
  height: 75px;
}
.text-group_32 {
  height: 75px;
  margin-left: 63px;
  width: 405px;
}
.text-wrapper_29 {
  width: 80px;
  height: 28px;
  margin-left: 277px;
}
.text_44 {
  width: 80px;
  height: 28px;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 20px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 28px;
}
.text-wrapper_30 {
  width: 405px;
  height: 27px;
  margin-top: 20px;
}
.text_45 {
  width: 143px;
  height: 18px;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 13px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 18px;
  margin-top: 9px;
}
.text_46 {
  width: 128px;
  height: 22px;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 16px;
  font-family: PingFang-SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 22px;
}
.box_12 {
  height: 54px;
  background-size: 100% 100%;
  width: 355px;
}
.group_19 {
  background-color: #0a163d;
  width: 149px;
  height: 27px;
  margin: 16px 0 0 206px;
}
.group_28 {
  width: 468px;
  height: 56px;
  margin-top: 7px;
}
.text_47 {
  color: #ffffff;
  font-size: 16px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 22px;
  margin-top: 25px;
}
.text-wrapper_31 {
  width: 128px;
  height: 56px;
}
.text_48 {
  width: 128px;
  height: 22px;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 16px;
  font-family: PingFang-SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 22px;
}
.text_49 {
  width: 96px;
  height: 22px;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 16px;
  font-family: PingFang-SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 22px;
  margin-top: 12px;
}
.group_29 {
  width: 404px;
  height: 84px;
  margin-top: 4px;
}
.group_30 {
  position: relative;
  height: 84px;
}
.image-text_21 {
  width: 261px;
  height: 84px;
}
.thumbnail_9 {
  width: 14px;
  height: 11px;
  margin-top: 70px;
}
.text-group_33 {
  margin-top: 25px;
}
.logo img {
  width: 208px;
}
.text_50 {
  width: 241px;
  height: 20px;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 20px;
}
.text_51 {
  width: 158px;
  height: 20px;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 20px;
  margin-top: 12px;
}
.text_52 {
  width: 194px;
  height: 20px;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 20px;
  margin-top: 12px;
}
.image-text_22 {
  position: absolute;
  left: 0;
  top: 0;
  width: 261px;
  height: 84px;
}
.thumbnail_10 {
  width: 12px;
  height: 15px;
  margin-top: 2px;
}
.text-group_34 {
  width: 241px;
  height: 84px;
}
.text_50 {
  width: 241px;
  height: 20px;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 20px;
}
.text_51 {
  width: 158px;
  height: 20px;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 20px;
  margin-top: 12px;
}
.text_52 {
  width: 194px;
  height: 20px;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 20px;
  margin-top: 12px;
}
.group_18 a {
  color: #ccc;
}
.group_18 a:hover {
  color: #fff;
}
.image-text_23 {
  position: absolute;
  left: 0;
  top: 0;
  width: 261px;
  height: 84px;
}
.thumbnail_11 {
  width: 12px;
  height: 12px;
  margin-top: 37px;
}
.text-group_35 {
  width: 241px;
  height: 84px;
}
.text_50 {
  width: 241px;
  height: 20px;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 20px;
}
.text_51 {
  width: 158px;
  height: 20px;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 20px;
  margin-top: 12px;
}
.text_52 {
  width: 194px;
  height: 20px;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 20px;
  margin-top: 12px;
}
.text-wrapper_32 {
  width: 64px;
  height: 56px;
  margin-top: 8px;
}
.text_53 {
  width: 64px;
  height: 22px;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 16px;
  font-family: PingFang-SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 22px;
}
.text_54 {
  width: 64px;
  height: 22px;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 16px;
  font-family: PingFang-SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 22px;
  margin-top: 12px;
}
.text-wrapper_33 {
  width: 176px;
  height: 240px;
  margin-left: 60px;
}
.text_55 {
  width: 80px;
  height: 28px;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 20px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 28px;
}
.text_56 {
  width: 176px;
  height: 22px;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 16px;
  font-family: PingFang-SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 22px;
  margin-top: 20px;
}
.text_57 {
  width: 160px;
  height: 22px;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 16px;
  font-family: PingFang-SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 22px;
  margin-top: 12px;
}
.text_58 {
  width: 160px;
  height: 22px;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 16px;
  font-family: PingFang-SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 22px;
  margin-top: 12px;
}
.text_59 {
  width: 128px;
  height: 22px;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 16px;
  font-family: PingFang-SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 22px;
  margin-top: 12px;
}
.text_60 {
  width: 112px;
  height: 22px;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 16px;
  font-family: PingFang-SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 22px;
  margin-top: 12px;
}
.text_61 {
  width: 96px;
  height: 22px;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 16px;
  font-family: PingFang-SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 22px;
  margin-top: 12px;
}
.group_31 {
  width: 80px;
  height: 104px;
  margin-left: 60px;
}
.text_62 {
  width: 80px;
  height: 28px;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 20px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 28px;
}
.text-group_36 {
  width: 64px;
  height: 56px;
}
.text_63 {
  width: 64px;
  height: 22px;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 16px;
  font-family: PingFang-SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 22px;
}
.text_64 {
  width: 64px;
  height: 22px;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 16px;
  font-family: PingFang-SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 22px;
  margin-top: 12px;
}
.group_32 {
  width: 80px;
  height: 138px;
  margin-left: 60px;
}
.text_65 {
  width: 80px;
  height: 28px;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 20px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 28px;
}
.text-group_37 {
  width: 64px;
  height: 90px;
}
.text_66 {
  width: 64px;
  height: 22px;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 16px;
  font-family: PingFang-SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 22px;
}
.text_67 {
  width: 64px;
  height: 22px;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 16px;
  font-family: PingFang-SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 22px;
  margin-top: 12px;
}
.text_68 {
  width: 64px;
  height: 22px;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 16px;
  font-family: PingFang-SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 22px;
  margin-top: 12px;
}
.group_33 {
  width: 64px;
  height: 104px;
  margin-left: 60px;
}
.text_69 {
  width: 60px;
  height: 28px;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 20px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 28px;
}
.text-group_38 {
  width: 64px;
  height: 56px;
}
.text_70 {
  width: 64px;
  height: 22px;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 16px;
  font-family: PingFang-SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 22px;
}
.text_71 {
  width: 64px;
  height: 22px;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 16px;
  font-family: PingFang-SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 22px;
  margin-top: 12px;
}
.group_34 {
  width: 84px;
  height: 274px;
  margin-left: 88px;
}
.text_72 {
  width: 80px;
  height: 28px;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 20px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 28px;
}
.image-text_24 {
  width: 84px;
  height: 114px;
  margin-top: 9px;
}
.image_29 {
  width: 80px;
  height: 80px;
  margin-left: 2px;
}
.text-group_20 {
  width: 84px;
  height: 20px;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 14px;
  font-family: PingFang-SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 20px;
  margin-top: 14px;
}
.image-text_25 {
  width: 80px;
  height: 114px;
  margin: 9px 0 0 1px;
}
.image_30 {
  width: 80px;
  height: 80px;
}
.text-group_21 {
  width: 70px;
  height: 20px;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 14px;
  font-family: PingFang-SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 20px;
  margin: 14px 0 0 5px;
}
.image_31 {
  width: 1322px;
  height: 1px;
  margin: 38px 0 0 296px;
}
.text_73 {
  font-size: 16px;
  margin: 38px auto 0 auto;
  padding-top: 27px;
  max-width: 1280px;
  width: 100%;
  border-top: 1px solid #3B4774;
  text-align: center;
}
.text_74 {
  width: 100%;
  height: 22px;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 16px;
  font-family: PingFang-SC-Regular;
  font-weight: NaN;
  text-align: center;
  white-space: nowrap;
  line-height: 22px;
  margin: 10px auto 0 auto;
}
.image-text_26 {
  width: 213px;
  height: 22px;
  margin: 10px auto 0 auto;
}
.thumbnail_12 {
  width: 18px;
  height: 20px;
  margin-top: 1px;
}
.text-group_22 {
  width: 189px;
  height: 22px;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 16px;
  font-family: PingFang-SC-Regular;
  text-align: left;
  white-space: nowrap;
  line-height: 22px;
}
.top-nav {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background: rgba(25, 39, 89, 0.55);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #FFF;
  height: 50px;
  padding: 0 15px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  display: none;
}
.top-nav img {
  width: 220px;
}
.menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.menu > li {
  margin: 0 1rem;
  overflow: hidden;
}
.menu > li a {
  color: #ffffff;
  cursor: pointer;
  line-height: 50px;
  height: 50px;
  text-decoration: none;
}
.menu > li a:hover {
  color: #ddc9c9;
}
.menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#menu-toggle {
  display: none;
}
.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #fff;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}
.menu-button::before {
  content: "";
  margin-top: -8px;
}
.menu-button::after {
  content: "";
  margin-top: 8px;
}
#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}
#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}
#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}
.bannerS {
  width: 100%;
  height: 720px;
  background-position: center -4px;
  background-repeat: no-repeat;
  background-size: cover;
}
.bannerS div.banner-t{
    font-size: 70px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 88px;
    letter-spacing: 5px;
    text-align: center;
}
.bannerS h1 {
  font-size: 70px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 88px;
  letter-spacing: 5px;
  text-align: center;
}
.bannerS p {
  font-size: 30px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  line-height: 42px;
  text-align: center;
  margin-top: 10px;
}
.ContentMain {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding-top: 34px;
}
.ContentMain .Main_nav {
  color: #999;
  font-size: 16px;
}
.ContentMain .Main_nav a {
  color: #192659;
  font-size: 16px;
}
.ContentMain .Main_nav a:nth-of-type(1) {
  color: #999;
}
.ContentMain .ContentBox {
  margin-top: 65px;
  width: 100%;
  align-items: flex-start;
}
.ContentMain .ContentBox .left {
  width: 300px;
}
.ContentMain .ContentBox .left .titleBox {
  width: 100%;
  height: 162px;
  background: #192759;
  color: #fff;
  text-align: center;
  font-size: 24px;
}
.ContentMain .ContentBox .left .titleBox h2 {
  font-size: 40px;
}
.ContentMain .ContentBox .left ul {
  width: 100%;
}
.ContentMain .ContentBox .left ul li {
  width: 100%;
  height: 60px;
  background: #fff;
  margin-bottom: 4px;
  cursor: pointer;
}
.ContentMain .ContentBox .left ul li.active a {
  color: #192659;
}
.ContentMain .ContentBox .left ul li a {
  letter-spacing: 1px;
  font-weight: 400;
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #999999;
  font-size: 18px;
  padding: 0 30px;
}
.ContentMain .ContentBox .left .ContentBoxUL > div.active .childDv::after {
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
}
.ContentMain .ContentBox .left .ContentBoxUL > div.active ul {
  display: block;
}
.ContentMain .ContentBox .left .ContentBoxUL > div .childDv {
  width: 300px;
  height: 60px;
  line-height: 60px;
  background: #192759;
  color: #fff;
  padding: 0 30px;
  text-align: left;
  position: relative;
  margin-top: 4px;
  margin-bottom: 4px;
  cursor: pointer;
}
.ContentMain .ContentBox .left .ContentBoxUL > div .childDv::after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  right: 30px;
  top: 24px;
  transition: all 0.3s;
}
.ContentMain .ContentBox .left .ContentBoxUL > div ul {
  display: none;
}
.ContentMain .ContentBox .left .ContentBoxUL > div ul .childActive a {
  color: #192659;
}
.ContentMain .ContentBox .right {
  width: calc(100% - 340px);
  background: #fff;
  padding: 60px 48px 0 48px;
  text-align: center;
}
.ContentMain .ContentBox .right > div:not(:nth-of-type(1)) {
  display: none;
}
.ContentMain .ContentBox .right > div > div {
  margin-bottom: 60px;
}
.ContentMain .ContentBox .right .R_box2 {
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}
.ContentMain .ContentBox .right .R_box2.R_box2_40 {
  padding: 40px 0 40px 0;
}
.ContentMain .ContentBox .right .R_box2 .R_title {
  color: #000;
}
h1.R_title{
    margin-bottom: 60px;
}
.ContentMain .ContentBox .right .R_box2 .R_box2Style {
  width: 100%;
  background: rgba(25, 39, 89, 0.1);
  border-radius: 100px 0px 0px 0px;
}
.ContentMain .ContentBox .right .R_box2 .R_box2Style .R_box2L {
  padding-left: 54px;
  padding-right: 52px;
  width: 50%;
}
.ContentMain .ContentBox .right .R_box2 .R_box2Style .R_box2L div {
  width: 33px;
  height: 3px;
  background: #192759;
}
.ContentMain .ContentBox .right .R_box2 .R_box2Style .R_box2L p {
  margin-top: 17px;
  line-height: 24px;
  color: #666;
}
.ContentMain .ContentBox .right .R_box2 .R_box2Style .R_box2R {
  width: 50%;
}
.ContentMain .ContentBox .right .R_box2 .R_box2Style .R_box2R img {
  max-width: 100%;
}
.ContentMain .ContentBox .right .R_box2 .R_box2_3 {
  width: 100%;
  align-items: flex-start;
}
.ContentMain .ContentBox .right .R_box2 .R_box2_3 .R_box2_3L {
  width: 236px;
}
.ContentMain .ContentBox .right .R_box2 .R_box2_3 .R_box2_3L ul {
  width: 100%;
}
.ContentMain .ContentBox .right .R_box2 .R_box2_3 .R_box2_3L ul li {
  text-align: left;
  cursor: pointer;
  width: 100%;
  background: rgba(25, 39, 89, 0.13);
  height: 40px;
  line-height: 40px;
  padding-left: 16px;
  font-size: 16px;
  color: #192759;
  margin-bottom: 4px;
}
.ContentMain .ContentBox .right .R_box2 .R_box2_3 .R_box2_3L ul li:hover {
  opacity: 0.8;
}
.ContentMain .ContentBox .right .R_box2 .R_box2_3 .R_box2_3L ul li.active {
  background: #192759;
  color: #fff;
}
.ContentMain .ContentBox .right .R_box2 .R_box2_3 .R_box2_3L ul li.active span {
  color: #fff;
}
.ContentMain .ContentBox .right .R_box2 .R_box2_3 .R_box2_3L ul li span {
  color: #192759;
  font-size: 22px;
  font-style: oblique;
  margin-right: 14px;
  font-weight: bold;
}
.ContentMain .ContentBox .right .R_box2 .R_box2_3 .R_box2_3R {
  width: calc(100% - 256px);
}
.ContentMain .ContentBox .right .R_box2 .R_box2_3 .R_box2_3R > div:not(:nth-of-type(1)) {
  display: none;
}
.ContentMain .ContentBox .right .R_box2 .R_box2_3 .R_box2_3R .T {
  line-height: 20px;
  border-left: 4px solid #192659;
  padding-left: 4px;
  color: #192659;
  font-size: 20px;
  text-align: left;
  font-weight: bold;
}
.ContentMain .ContentBox .right .R_box2 .R_box2_3 .R_box2_3R p {
  margin-top: 23px;
  color: #666666;
  text-align: left;
  line-height: 20px;
}
.ContentMain .ContentBox .right .R_box2 .R_box2_3 .R_box2_3R img {
  margin-top: 22px;
  max-width: 100%;
}
.ContentMain .ContentBox .right .R_box2 .R_box2_4 {
  width: 100%;
}
.ContentMain .ContentBox .right .R_box2 .R_box2_4 p {
  color: #333333;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 20px;
}
.ContentMain .ContentBox .right .R_box2 .R_box2_4 p span {
  color: #333;
  font-size: 18px;
  margin-right: 20px;
}
.ContentMain .ContentBox .right .R_title {
  color: #192759;
  font-size: 40px;
  font-weight: bold;
}
.ContentMain .ContentBox .right .R_img {
  margin-top: 10px;
  margin-bottom: 40px;
}
.ContentMain .ContentBox .right p {
  text-align: left;
  font-size: 16px;
  color: #333333;
  line-height: 28px;
  margin-bottom: 22px;
}
.R_content{
    text-align: justify-content;
}
.R_content h2,.R_content h3{
    margin: 25px 0;
    text-align: left;
    line-height: 28px;
    padding-left: 10px;
    position: relative;
}
.R_content h2:before,.R_content h3:before{
    content: "";
    position: absolute;
    width: 5px;
    height: 20px;
    left: 0;
    top: 4px;
    border-radius: 2px;
    background: #00b098;
}
.ContentMain .ContentBox .right .img {
  flex-wrap: wrap;
  margin-top: 20px;
}
.ContentMain .ContentBox .right .img img {
  width: 24%;
  margin-bottom: 25px;
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination li {
  height: 40px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #CCCCCC;
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
  padding: 0 15px;
  cursor: pointer;
}
.pagination li a {
  color: #666666;
}
.pagination li.active {
  box-shadow: 0px 0px 4px 3px rgba(25, 39, 89, 0.12);
  background: #192759;
}
.pagination li.active a {
  color: #fff;
}
.fixedBox a {
  white-space: nowrap;
  display: block;
  background: #192659;
  width: 48px;
  height: 48px;
  border-radius: 48px;
  overflow: hidden;
  transition: all 0.3s;
  margin-bottom: 10px;
  cursor: pointer;
}
.fixedBox a.wx img {
  vertical-align: top;
}
.fixedBox a.wx .erweima {
  transition: 0.3s;
  width: 100px;
  height: 100px;
  padding: 10px;
  background: #192659;
}
.fixedBox a.wx .erweima img {
  width: 100%;
  height: 100%;
}
.fixedBox a:hover {
  width: 180px;
  transform: translateX(-132px);
}
.fixedBox a:hover.wx {
  width: 48px;
  transform: none;
  overflow: inherit;
}
.fixedBox a:hover.wx .erweima {
  transform: translate(-100px, -50px);
}
.fixedBox a span {
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
}
.ContentMain .ContentBox .right .pagebar {
  margin: 30px auto 60px auto;
  width: 100%;
}
.ContentMain .ContentBox .right .pagebar span {
  height: 40px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #CCCCCC;
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
  padding: 0 15px;
  cursor: pointer;
  display: inline-block;
}
.ContentMain .ContentBox .right .pagebar span.page-numbar {
  border: none;
  padding: 0;
  margin-right: 0px;
}
.ContentMain .ContentBox .right .pagebar span.page-numbar a {
  display: inline-block;
  padding: 0 15px;
  margin-right: 10px;
  width: auto;
  height: 40px;
  line-height: 40px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  color: #666;
}
.ContentMain .ContentBox .right .pagebar span.page-numbar a.page-num-current {
  background: #192659;
  color: #fff;
}
.ContentMain .ContentBox .right .pagebar span.page-numbar a:hover {
  background: #192659;
  color: #fff;
}
.ContentMain .ContentBox .right .pagebar span.page-status {
  border: none;
}
.ContentMain .ContentBox .right .pagebar span:hover.page-index,
.ContentMain .ContentBox .right .pagebar span:hover.page-pre,
.ContentMain .ContentBox .right .pagebar span:hover.page-next,
.ContentMain .ContentBox .right .pagebar span:hover.page-last {
  background: #192659;
}
.ContentMain .ContentBox .right .pagebar span:hover.page-index > a,
.ContentMain .ContentBox .right .pagebar span:hover.page-pre > a,
.ContentMain .ContentBox .right .pagebar span:hover.page-next > a,
.ContentMain .ContentBox .right .pagebar span:hover.page-last > a {
  color: #fff;
}
.ContentMain .ContentBox .right .pagebar span a {
  margin-right: 0;
  color: #666;
  background: none;
}
@media screen and (max-width: 768px) {
  html {
    zoom: 1;
  }
  .group_20 {
    display: none;
  }
  .fixedBox {
    right: 20px;
    width: 30px;
    top: 80%;
  }
  .top-nav {
    display: flex;
  }
  .disStb {
    flex-wrap: wrap;
  }
  .box_20 {
    margin-top: 50px;
    padding: 0 15px;
  }
  .box_20 > div {
    margin-bottom: 30px;
  }
  .text_73 {
    padding: 15px 15px 0 15px;
    margin-top: 0;
  }
  .text_74 {
    width: 100%;
    height: auto;
    padding: 0 15px;
    white-space: inherit;
    text-align: center;
  }
  .image-text_21 {
    width: 100%;
    height: auto;
  }
  .menu-button-container {
    display: flex;
  }
  .menu {
    position: absolute;
    top: 0;
    margin-top: 50px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  #menu-toggle ~ .menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #menu-toggle:checked ~ .menu li {
    border-bottom: 1px solid #ccc;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .menu > li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: white;
    background-color: #192759;
  }
  .menu > li:not(:last-child) {
    border-bottom: 1px solid #444;
  }
  .ContentMain .ContentBox .left {
    width: 100%;
  }
  .ContentMain .ContentBox .left ul {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 30px;
    overflow: auto;
  }
  .ContentMain .ContentBox .left ul li {
    height: 30px;
  }
  .ContentMain .ContentBox .left ul li a {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding: 0 15px;
    white-space: nowrap;
  }
  .ContentMain .ContentBox .right .R_box2 .R_box2_3 .R_box2_3R {
    width: 100%;
  }
  .bannerS {
    height: 360px;
  }
  .bannerS h1 {
    font-size: 35px;
    line-height: 1;
  }
  .bannerS div.banner-t{
    font-size: 35px;
    line-height: 1;
  }
  .bannerS p {
    font-size: 20px;
  }
  .ContentMain .ContentBox .right .R_box2 .R_box2_3 .R_box2_3L ul {
    display: flex;
    justify-content: flex-start;
    overflow: auto;
  }
  .ContentMain .ContentBox .right .R_box2 .R_box2_3 .R_box2_3L {
    width: 100%;
    margin-bottom: 30px;
  }
  .ContentMain .ContentBox .right .R_box2 .R_box2_3 .R_box2_3L ul li {
    white-space: nowrap;
    padding: 0 15px;
    margin-right: 15px;
  }
  .ContentMain .ContentBox .left ul li {
    margin-right: 10px;
  }
  .ContentMain .ContentBox .left .titleBox {
    display: none;
  }
  .ContentMain .ContentBox .right {
    width: 100%;
    padding: 15px;
  }
  .ContentMain {
    padding: 30px 15px;
  }
  .ContentMain .ContentBox {
    margin-top: 30px;
  }
  .ContentMain .ContentBox .right .img img {
    width: 48%;
  }
  .ContentMain .ContentBox .right .R_title {
    font-size: 22px;
  }
  .ContentMain .ContentBox .right .R_img {
    margin-bottom: 20px;
  }
  .ContentMain .ContentBox .right .R_box2 .R_box2Style {
    border-radius: 50px 0px 0px 0px;
  }
  .ContentMain .ContentBox .right .R_box2 .R_box2Style .R_box2L {
    padding: 30px 20px 20px 20px;
    width: 100%;
  }
  .ContentMain .ContentBox .right .R_box2 .R_box2Style .R_box2R {
    width: 100%;
  }
  .ContentMain .ContentBox .right .R_box2 .R_box2Style .R_box2R img {
    max-width: 100%;
  }
}
