@charset "UTF-8";
html,
body,
div,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
main,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
input,
textarea,
select,
button,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: initial;
  vertical-align: baseline;
  background: transparent;
  -webkit-tap-highlight-color: transparent;
}
/*html5设置*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
body {
  padding: 0;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  color: #333;
  min-width: 320px;
  width: 100%;
  zoom: 1;
  background: #fff;
  font-family: "";
  /*禁用Webkit内核浏览器的文字大小调整功能*/
  -webkit-text-size-adjust: none;
  /*取出点击出现半透明的灰色背景*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight: rgba(0, 0, 0, 0);
  /*控制文本可选性*/
  /*设置字体的抗锯齿或者说光滑度*/
  -webkit-font-smoothing: antialiased;
}
* {
  -webkit-tap-highlight-color: transparent;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
p,
span {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  /* font-size:initial; */
  vertical-align: baseline;
  background: transparent;
  -webkit-tap-highlight-color: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
i {
  font-weight: normal;
  font-style: normal;
  line-height: 1;
}
ul,
ol,
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  outline: none;
  color: #333;
  cursor: pointer;
}
a:focus {
  outline: none;
  -moz-outline: none;
}
a img {
  border: none;
}
/*强制去除表单自带的样式*/
select,
input,
textarea {
  border-radius: 0;
  -webkit-border-radius: 0;
}
input:focus {
  outline: none;
}
input,
button,
select,
textarea {
  outline: none;
  /*-webkit-appearance:none;*/
}
textarea {
  resize: none;
  /*-webkit-appearance:none;*/
}
textarea,
input,
select {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
table {
  background-color: transparent;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 0.75em;
  width: 100%;
  border-top: solid 1px #ddd;
  border-left: solid 1px #ddd;
  box-sizing: border-box;
}
table th {
  background-color: #f9f9f9;
  text-align: center;
  box-sizing: border-box;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
main,
footer {
  display: block;
}
input[type="button"],
input[type="submit"],
input[type="file"],
button {
  cursor: pointer;
  -webkit-appearance: none;
}
.clearfix:after {
  clear: both;
  display: block;
  content: "";
  height: 0;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/* 空数据模板 */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  /* font-size: 0.14rem; */
  /* color: #333; */
}
.hh_w1600 {
  width: 16rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .hh_w1600 {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.hh_w1680 {
  width: 16.8rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .hh_w1680 {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.hh_w1400 {
  width: 14rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .hh_w1400 {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.hh_w1440 {
  width: 14.4rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .hh_w1440 {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.hh_w1200 {
  width: 12rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .hh_w1200 {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.hh_w1560 {
  width: 15.6rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .hh_w1560 {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
/* 文本 */
.hh_text_right,
.hh_text_r {
  text-align: right;
}
.hh_text_left,
.hh_text_l {
  text-align: left;
}
.hh_text_center,
.hh_text_c {
  text-align: center;
}
.hh_text_bold {
  font-weight: bold;
}
.hh_text_normal {
  font-weight: normal;
}
.hh_text_bolder {
  font-weight: bolder;
}
.hh_text_del {
  text-decoration: line-through;
}
/* 浮动方向 */
.hh_float_right,
.hh_float_r {
  float: right;
}
.hh_float_left,
.hh_float_l {
  float: left;
}
.hh_clearboth {
  clear: both;
}
/* 定位 */
.hh_static {
  position: static;
}
.hh_fixed {
  position: fixed;
}
.hh_relative {
  position: relative;
}
.hh_absolute {
  position: absolute;
}
.hh_sticky {
  position: sticky;
}
/* 缩进两个字符 */
.hh_indent {
  text-indent: 2em;
}
.text_bold {
  font-weight: bold;
}
.text_center {
  text-align: center;
}
.text_left {
  text-align: left;
}
.text_right {
  text-align: right;
}
/* 字体颜色 */
.hh_c_eee {
  color: #eee !important;
}
.hh_c_aaa {
  color: #aaa !important;
}
.hh_c_bbb {
  color: #bbb !important;
}
.hh_c_ccc {
  color: #ccc !important;
}
.hh_c_ddd {
  color: #ddd !important;
}
.hh_c_999,
.hh_c_grey {
  color: #999;
}
.hh_c_666 {
  color: #666;
}
.hh_c_000,
.hh_c_black {
  color: #000;
}
.hh_c_fff,
.hh_c_white {
  color: #fff;
}
.hh_c_f30 {
  color: #f30 !important;
}
.hh_c_f90 {
  color: #f90 !important;
}
.hh_c_blue {
  color: #0f9ae0 !important;
}
.hh_c_red,
.hh_c_c00 {
  color: #c00 !important;
}
.hh_c_green {
  color: green !important;
}
.hh_c_orange,
.hh_c_f60 {
  color: #f60 !important;
}
.hh_c_yellow {
  color: #ffd900 !important;
}
.hh_c_333 {
  color: #333;
}
.hh_c_444 {
  color: #444;
}
.hh_c_555 {
  color: #555;
}
.hh_c_777 {
  color: #777;
}
.hh_c_888 {
  color: #888;
}
.hh_c_999 {
  color: #999;
}
.text_red,
.line_red,
.lines_red {
  color: #e54d42;
}
.text_orange,
.line_orange,
.lines_orange {
  color: #f37b1d;
}
.text_yellow,
.line_yellow,
.lines_yellow {
  color: #fbbd08;
}
.text_olive,
.line_olive,
.lines_olive {
  color: #8dc63f;
}
.text_green,
.line_green,
.lines_green {
  color: #39b54a;
}
.text_cyan,
.line_cyan,
.lines_cyan {
  color: #1cbbb4;
}
.text_blue,
.line_blue,
.lines_blue {
  color: #0081ff;
}
.text_purple,
.line_purple,
.lines_purple {
  color: #6739b6;
}
.text_mauve,
.line_mauve,
.lines_mauve {
  color: #9c26b0;
}
.text_pink,
.line_pink,
.lines_pink {
  color: #e03997;
}
.text_brown,
.line_brown,
.lines_brown {
  color: #a5673f;
}
.text_grey,
.line_grey,
.lines_grey {
  color: #8799a3;
}
.text_gray,
.line_gray,
.lines_gray {
  color: #aaaaaa;
}
.text_black,
.line_black,
.lines_black {
  color: #333333;
}
.text_white,
.line_white,
.lines_white {
  color: #ffffff;
}
/* 背景颜色 */
.hh_bg_999 {
  background-color: #999;
}
.hh_bg_666 {
  background-color: #666;
}
.hh_bg_333 {
  background-color: #333;
}
.hh_bg_000,
.hh_bg_black {
  background-color: #000;
}
.hh_bg_fff,
.hh_bg_white {
  background-color: #fff;
}
.hh_bg_f1f1f1 {
  background: #f1f1f1;
}
.hh_bg_red,
.hh_bg_c00 {
  background-color: #c00;
}
.hh_bg_f60 {
  background-color: #f60 !important;
}
.hh_bg_f90 {
  background-color: #f90 !important;
}
.hh_bg_yellow {
  background-color: #ffd900 !important;
}
.hh_bg_gray {
  background-color: #fafafa !important;
}
.hh_bg_ddd {
  background-color: #ddd !important;
}
.hh_bg_eee {
  background-color: #eee !important;
}
.hh_bg_green {
  background-color: #5eb95e !important;
}
.hh_bg_blue {
  background-color: #3bb4f2 !important;
}
.hh_bg_blue_light {
  background-color: #0f9ae0 !important;
}
.hh_bg_orange {
  background-color: #ff6600 !important;
}
.hh_bg_orange_light {
  background-color: #ff9900 !important;
}
.hh_bg_transparent {
  background-color: transparent;
}
.hh_link {
  width: 100%;
  height: 10rem;
  background: #f1f1f1;
}
/* 图片比例, 放置图片外的div标签 */
.hh_img_2_1 {
  background-position: center center;
  width: 100%;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
  position: relative;
}
.hh_img_1_1 {
  background-position: center center;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
  position: relative;
}
.hh_img_3_1 {
  background-position: center center;
  width: 100%;
  padding-bottom: 33%;
  height: 0;
  overflow: hidden;
  position: relative;
}
.hh_img_3_1 img,
.hh_img_2_1 img,
.hh_img_1_1 img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
/*自动省略号文字*/
.hh_text-cut {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.hh_text_cut_1 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.hh_text_cut_2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.hh_text_cut_3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
/* 边框 */
.hh_border {
  border: 1px solid #ddd !important;
}
.hh_borders {
  border: 2px solid #ddd !important;
}
.hh_border_left,
.hh_border_l {
  border-left: 1px solid #eee;
}
.hh_border_right,
.hh_border_r {
  border-right: 1px solid #eee;
}
.hh_border_top,
.hh_border_t {
  border-top: 1px solid #eee;
}
.hh_border_bottom,
.hh_border_b {
  border-bottom: 1px solid #eee;
}
.hh_borders_left {
  border-left: 2px solid #ddd;
}
.hh_borders_right {
  border-right: 2px solid #ddd;
}
.hh_borders_top {
  border-top: 2px solid #ddd;
}
.hh_borders_bottom {
  border-bottom: 2px solid #ddd;
}
/* 圆角 */
.hh_radius,
.hh_radius_10 {
  border-radius: 0.1rem;
}
.hh_radius_5 {
  border-radius: 0.05rem;
}
.hh_radius_15 {
  border-radius: 0.15rem;
}
.hh_radius_20 {
  border-radius: 0.2rem;
}
.hh_radius_25 {
  border-radius: 0.25rem;
}
.hh_radius_30 {
  border-radius: 0.3rem;
}
.hh_radius_50 {
  border-radius: 0.5rem;
}
.hh_radius_100 {
  border-radius: 1rem;
}
.hh_radius_1000,
.hh_round {
  border-radius: 10rem;
}
/* flex布局 */
.hh_flex {
  display: flex;
}
.hh_flex_row_left {
  justify-content: flex-start;
}
.hh_flex_row_center {
  justify-content: center;
}
.hh_flex_row_right {
  justify-content: flex-end;
}
.hh_flex_row_between {
  justify-content: space-between;
}
.hh_flex_row_around {
  justify-content: space-around;
}
.hh_flex_column,
.hh_flex_col {
  flex-direction: column;
}
.hh_flex_col_top {
  align-items: flex-start;
}
.hh_flex_col_middle,
.hh_flex_col_center {
  align-items: center;
}
.hh_flex_col_bottom {
  align-items: flex-end;
}
.hh_flex_wrap {
  flex-wrap: wrap;
}
.hh_flex_1 {
  flex: 1;
}
.hh_flex_2 {
  flex: 2;
}
.hh_flex_3 {
  flex: 3;
}
.hh_flex_4 {
  flex: 4;
}
.hh_flex_5 {
  flex: 5;
}
.hh_flex_6 {
  flex: 6;
}
.flex {
  display: flex;
}
.basis_xs {
  flex-basis: 20%;
}
.basis_sm {
  flex-basis: 40%;
}
.basis_df {
  flex-basis: 50%;
}
.basis_lg {
  flex-basis: 60%;
}
.basis_xl {
  flex-basis: 80%;
}
.basis_70 {
  flex-basis: 70%;
}
.basis_30 {
  flex-basis: 30%;
}
.basis_3333 {
  flex-basis: 33.33%;
}
.flex_sub {
  flex: 1;
}
.flex_twice {
  flex: 2;
}
.flex_treble {
  flex: 3;
}
.flex_direction {
  flex-direction: column;
}
.flex_wrap {
  flex-wrap: wrap;
}
.align_start {
  align-items: flex-start;
}
.align_end {
  align-items: flex-end;
}
.align_center {
  align-items: center;
}
.align_stretch {
  align-items: stretch;
}
.self_start {
  align-self: flex-start;
}
.self_center {
  align-self: flex-center;
}
.self_end {
  align-self: flex-end;
}
.self_stretch {
  align-self: stretch;
}
.alignStretch {
  align-items: stretch;
}
.justify_start {
  justify-content: flex-start;
}
.justify_end {
  justify-content: flex-end;
}
.justify_center {
  justify-content: center;
}
.justify_between {
  justify-content: space-between;
}
.justify_around {
  justify-content: space-around;
}
/*  公共按钮 */
a.hh_btn,
.hh_btn {
  background-color: #ffffff;
  border: 1px solid #ccc;
  height: 0.4rem;
  font-size: 0.14rem;
  color: #333;
  text-align: center;
  border-radius: 0.4rem;
  display: inline-block;
  white-space: nowrap;
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  box-sizing: border-box;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
a.hh_btn:hover,
.hh_btn:hover {
  border: 1px solid #ddd;
}
.hh_btn i {
  font-size: 0.16rem;
  line-height: 120%;
}
a.hh_btn.hh_btn_radius,
.hh_btn.hh_btn_radius {
  border-radius: 1rem;
}
a.hh_btn.hh_btn_sm,
.hh_btn.hh_btn_sm {
  font-size: 0.12rem;
  height: 0.3rem;
  line-height: 0.3rem;
}
a.hh_btn.hh_btn_big,
.hh_btn.hh_btn_big {
  font-size: 0.18rem;
  height: 0.6rem;
  line-height: 0.6rem;
}
a.hh_btn.hh_btn_block,
.hh_btn.hh_btn_block {
  display: block;
  width: 100%;
}
/* 纯色背景按钮 */
a.hh_btn.hh_btn_primary,
.hh_btn.hh_btn_primary {
  background-color: #a02312;
  border: 1px solid #a02312;
  color: #fff;
}
a.hh_btn.hh_btn_primary:hover,
.hh_btn.hh_btn_primary:hover {
  background-color: #ba2814;
  border: 1px solid #ba2814;
  color: #fff;
}
a.hh_btn.hh_btn_second,
.hh_btn.hh_btn_second {
  background-color: #c89670;
  border: 1px solid #c89670;
  color: #fff;
}
a.hh_btn.hh_btn_second:hover,
.hh_btn.hh_btn_second:hover {
  background-color: #d39e75;
  border: 1px solid #d39e75;
  color: #fff;
}
a.hh_btn.hh_btn_green,
.hh_btn.hh_btn_green {
  background-color: #5eb95e;
  border: 1px solid #5eb95e;
  color: #fff;
}
a.hh_btn.hh_btn_green:hover,
.hh_btn.hh_btn_green:hover {
  background-color: #5eb95e;
  border: 1px solid #5eb95e;
  color: #fff;
}
a.hh_btn.hh_btn_blue,
.hh_btn.hh_btn_blue {
  background-color: #3bb4f2;
  color: #fff;
  border: 1px solid #3bb4f2;
}
a.hh_btn.hh_btn_blue:hover,
.hh_btn.hh_btn_blue:hover {
  background-color: #0f9ae0;
  color: #fff;
  border: 1px solid #0f9ae0;
}
a.hh_btn.hh_btn_red,
.hh_btn.hh_btn_red {
  background-color: #cc0000;
  color: #fff;
  border: 1px solid #cc0000;
}
a.hh_btn.hh_btn_red:hover,
.hh_btn.hh_btn_red:hover {
  background-color: #ee0000;
  color: #fff;
  border: 1px solid #ee0000;
}
a.hh_btn.hh_btn_orange,
.hh_btn.hh_btn_orange {
  background-color: #ff6600;
  color: #fff;
  border: 1px solid #ff6600;
}
a.hh_btn.hh_btn_orange:hover,
.hh_btn.hh_btn_orange:hover {
  background-color: #ff9900;
  color: #fff;
  border: 1px solid #ff9900;
}
a.hh_btn.hh_btn_f90,
.hh_btn.hh_btn_f90 {
  background-color: #ff9900;
  color: #fff;
  border: 1px solid #ff9900;
}
a.hh_btn.hh_btn_f90:hover,
.hh_btn.hh_btn_f90:hover {
  background-color: #ffcc00;
  color: #fff;
  border: 1px solid #ffcc00;
}
/* 线框按钮 */
a.hh_btn.hh_btn_grey_outline,
.hh_btn.hh_btn_grey_outline {
  border: 1px solid #ccc;
  color: #ccc;
}
a.hh_btn.hh_btn_grey_outline:hover,
.hh_btn.hh_btn_grey_outline:hover {
  background-color: #ddd;
  border: 1px solid #ddd;
  color: #ddd;
}
a.hh_btn.hh_btn_green-outline,
.hh_btn.hh_btn_green_outline {
  border: 1px solid #5eb95e;
  color: #5eb95e;
}
a.hh_btn.hh_btn_green_outline:hover,
.hh_btn.hh_btn_green_outline:hover {
  background-color: #5eb95e;
  border: 1px solid #5eb95e;
  color: #fff;
}
a.hh_btn.hh_btn_blue_outline,
.hh_btn.hh_btn_blue_outline {
  color: #3bb4f2;
  border: 1px solid #3bb4f2;
}
a.hh_btn.hh_btn_blue_outline:hover,
.hh_btn.hh_btn_blue_outline:hover {
  color: #0f9ae0;
  border: 1px solid #0f9ae0;
}
a.hh_btn.hh_btn_red_outline,
.hh_btn.hh_btn_red_outline {
  color: #ff0000;
  border: 1px solid #ff0000;
}
a.hh_btn.hh_btn_red_outline:hover,
.hh_btn.hh_btn_red_outline:hover {
  color: #cc0000;
  border: 1px solid #cc0000;
}
a.hh_btn.hh_btn_orange_outline,
.hh_btn.hh_btn_orange_outline {
  color: #ff6600;
  border: 1px solid #ff6600;
}
a.hh_btn.hh_btn_orange_outline:hover,
.hh_btn.hh_btn_orange_outline:hover {
  color: #ff9900;
  border: 1px solid #ff9900;
}
/* 按钮组 ========  */
.hh_btn_group .hh_btn {
  border-radius: 0;
  display: inline-block;
}
.hh_btn_group .hh_btn:first-child {
  border-radius: 5px 0 0 5px;
}
.hh_btn_group .hh_btn:last-child {
  border-radius: 0 5px 5px 0;
}
/* 复选框和单选框 */
.hh_radio:checked,
.hh_radio.hh_checked,
.hh_checkbox:checked,
.hh_checkbox.hh_checked {
  background-color: #376bb4;
  border: solid 1px #376bb4;
  text-align: center;
  background-clip: padding-box;
}
.hhRadio,
.hhCheckbox {
  width: 0.2rem;
  height: 0.2rem;
  background-color: #ffffff;
  border: solid 1px #b4b4b4;
  -webkit-border-radius: 0.4rem;
  border-radius: 0.4rem;
  font-size: 0.08rem;
  margin: 0;
  padding: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  cursor: default;
  -webkit-appearance: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-transition: background-color ease 0.1s;
  transition: background-color ease 0.1s;
}
.hh_radio:checked:before,
.hh_radio.hh_checked:before,
.hh_checkbox:checked:before,
.hh_checkbox.hh_checked:before,
.hh_radio:checked:after,
.hh_radio.hh_checked:after,
.hh_checkbox:checked:after,
.hh_checkbox.hh_checked:after {
  content: "";
  width: 0.05rem;
  height: 0.03rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.25rem;
  margin-top: -0.25rem;
  background: transparent;
  border: 1px solid #ffffff;
  border-top: none;
  border-right: none;
  z-index: 2;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 各方向弹窗 */
.hh_mask {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}
.hh_mask.active {
  display: block;
}
.hh_window_full {
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  position: fixed;
  z-index: 99999;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.hh_window_bottom {
  width: 100%;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  position: fixed;
  z-index: 99999;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.hh_window_left {
  width: 80%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  position: fixed;
  z-index: 99999;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.hh_window_right {
  width: 80%;
  height: 100%;
  right: 0;
  top: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  position: fixed;
  z-index: 99999;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.hh_window_top {
  width: 100%;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  position: fixed;
  z-index: 99999;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.hh_window_middle {
  width: 80%;
  height: 30%;
  left: 10%;
  top: 20%;
  -webkit-transform: scale(0, 0);
  border-radius: 0.1rem;
  position: fixed;
  z-index: 99999;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.hh_window_bottom.active {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-backface-visibility: inherit;
  backface-visibility: inherit;
}
.hh_window_left.active {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-backface-visibility: inherit;
  backface-visibility: inherit;
}
.hh_window_right.active {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-backface-visibility: inherit;
  backface-visibility: inherit;
}
.hh_window_top.active {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-backface-visibility: inherit;
  backface-visibility: inherit;
}
.hh_window_middle.active {
  -webkit-transform: scale(1, 1) !important;
  -webkit-backface-visibility: inherit !important;
  backface-visibility: inherit !important;
}
.hh_window_full.active {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-backface-visibility: inherit;
  backface-visibility: inherit;
}
.hh_window_head_close {
  position: absolute;
  width: 0.2rem;
  height: 0.2rem;
  text-align: center;
  display: block;
  right: 0.1rem;
  top: 0.1rem;
  line-height: 0.2rem;
  font-size: 0.18rem;
}
.hh_window_head {
  padding: 0.1rem;
  border-bottom: 1px solid #ddd;
}
.hh_window_container {
  position: relative;
  overflow: hidden;
}
/*顶部菜单*/
.hh_header {
  color: #fff;
  background-color: #bd5424;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.18rem;
  text-align: center;
  display: table;
}
.hh_header a {
  color: #fff;
}
.hh_header .hh_header_left,
.hh_header .hh_header_right {
  padding: 0 0.1rem;
  font-size: 0.16rem;
  font-weight: 400;
  z-index: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.hh_header .hh_header_left {
  float: left !important;
}
.hh_header .hh_header_right {
  float: right !important;
}
.hh_header .hh_header_title {
  font-size: 0.16rem;
  color: #fff;
  height: 0.5rem;
  line-height: 0.5rem;
  position: absolute;
  margin: 0;
  text-align: center;
  white-space: nowrap;
  right: 1rem;
  left: 1rem;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 2;
}
/* 顶部图标导航 */
.hh_header_nav {
  padding: 0.1rem;
  overflow: hidden;
}
.hh_header_nav .hh_header_nav_item {
  text-align: center;
  width: 25%;
  padding: 0.1rem;
  float: left;
  position: relative;
}
.hh_header_nav .hh_header_nav_item .hh_header_nav_item_img {
  width: 0.5rem;
  height: 0.5rem;
  overflow: hidden;
  display: inline-block;
}
.hh_header_nav .hh_header_nav_item .hh_header_nav_item_img img {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.02rem;
}
.hh_header_nav .hh_header_nav_item .hh_header_nav_item_label {
  font-size: 0.14rem;
}
.hh_badge {
  display: inline-block;
  width: auto;
  text-align: center;
  min-width: 0.16rem;
  height: 0.16rem;
  line-height: 0.16rem;
  padding: 0 0.04rem;
  font-size: 0.12rem;
  color: #ffffff;
  background-color: #ff2600;
  border-radius: 0.08rem;
  position: absolute;
  top: 0rem;
  right: 0;
  z-index: 99;
}
/* 底部菜单 */
.hh_footer {
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  border-top: 1px solid #eee;
  z-index: 30;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.5rem;
}
.hh_footer .iconfont {
  font-size: 0.24rem;
}
.hh_footer a {
  color: #848484;
  flex: 1;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  padding: 0.02rem;
  flex-direction: column;
}
.hh_footer a.active {
  color: #a02312;
}
.hh_footer_item .img {
  width: 0.25rem;
  height: 0.25rem;
}
.hh_footer_item {
  margin-bottom: 3px;
}
.foot_fixed .foot_item {
  width: 33.3%;
}
/* 搜索框 */
.hh_search_bg {
  min-height: 0.45rem;
  position: absolute;
  margin: 0;
  text-align: center;
  white-space: nowrap;
  right: 0.8rem;
  left: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 2;
}
/* 宫格布局 */
/* .hh_grid, .hh_grid_2, .hh_grid_3, .hh_grid_4, .hh_grid_5 {
    display: flex;
    flex-wrap: wrap;
} */
.hh_grid {
  display: flex;
  flex-wrap: wrap;
}
/* .hh_grid>.hh_grid_item, .hh_grid_2>.hh_grid_item, .hh_grid_3>.hh_grid_item, .hh_grid_4>.hh_grid_item, .hh_grid_5>.hh_grid_item {
    display: block;
} */
.hh_grid_item_2 {
  flex: 0 0 50%;
}
.hh_grid_item_3 {
  flex: 0 0 33.33%;
}
.hh_grid_item_4 {
  flex: 0 0 25%;
}
.hh_grid_item_5 {
  flex: 0 0 20%;
}
.hh_grid_border {
  border: none;
}
.hh_grid_item_border {
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.hh_grid_item_2:nth-child(2n) {
  margin-right: 0;
  border-right: none;
}
.hh_grid_item_3:nth-child(3n) {
  margin-right: 0;
  border-right: none;
}
.hh_grid_item_4:nth-child(4n) {
  margin-right: 0;
  border-right: none;
}
.hh_grid_item_5:nth-child(5n) {
  margin-right: 0;
  border-right: none;
}
/* 通用标题 */
.hh_title_bar {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hh_title_bar .title {
  position: relative;
  display: inline-block;
  font-size: 0.14rem;
  font-weight: bold;
}
/* .hh_title-bar{ background-color: #fff; display: flex; justify-content: space-between; border-bottom: 1px solid #eee; padding:10rem; align-items: center; }
.hh_title-bar .title{ position: relative; display: inline-block; padding-left: 26rrem; font-size: 32rrem; font-weight: bold; }
.hh_title-bar .title::before{ content: ""; width: 6rrem; height: 32rrem; margin-top:-16rrem; background-color: #376bb4; position: absolute; left:0; top:50%;} */
.hh_bottom_bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 6;
}
/* 展示内容 */
.hh_card {
  position: relative;
  background-color: #fff;
}
.hh_card + .hh_card {
  margin-top: 10px;
}
.hh_card .hh_card_header {
  position: relative;
  padding: 0.1rem;
  text-align: right;
  line-height: 0.02em;
}
.hh_card .hh_card_header:after {
  content: " ";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.1);
  transform-origin: 0 100%;
  transform: scaleY(0.5);
  left: 0.1rem;
}
.hh_card .hh_card_header .label {
  float: left;
  margin-right: 1em;
  min-width: 4em;
  color: rgba(0, 0, 0, 0.5);
  text-align: justify;
  text-align-last: justify;
}
.hh_card .hh_card_header .text {
  display: block;
  overflow: hidden;
  word-break: normal;
  word-wrap: break-word;
}
.hh_card .hh_card_body {
  padding: 0.1rem;
  font-size: 0.14rem;
  text-align: right;
  color: rgba(0, 0, 0, 0.5);
  line-height: 2;
}
.hh_card .hh_card_body .hh_card_item {
  overflow: hidden;
}
.hh_card .hh_card_body .hh_card_item .label {
  float: left;
  margin-right: 1em;
  min-width: 4em;
  color: rgba(0, 0, 0, 0.5);
  text-align: justify;
  text-align-last: justify;
}
.hh_card .hh_card_body .hh_card_item .text {
  display: block;
  overflow: hidden;
  word-break: normal;
  word-wrap: break-word;
  color: rgba(0, 0, 0, 0.9);
}
.hh_card .hh_card_footer {
  position: relative;
  padding: 0.1rem;
  justify-content: flex-end;
  line-height: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.hh_card .hh_card_footer::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 0.01rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.hh_card .hh_card_footer button + button {
  margin-left: 0.1rem;
}
/* 勾选项 */
.hh_mu_item {
  border: 1px solid #fff;
  background-color: #ffffff;
  position: relative;
}
.hh_mu_item.active {
  border: 1px solid #f90 !important;
  background: #ffffff url(/static/images/ic_charge_corner_gou.png) no-repeat right bottom;
  background-size: 15rem;
  color: #f90 !important;
}
/* 标题栏背景色 */
.bg-yellow {
  background-color: #f4bc27;
}
/* 透明度 */
.opacity_5 {
  opacity: 0.5;
}
.opacity_6 {
  opacity: 0.6;
}
.opacity_7 {
  opacity: 0.7;
}
.opacity_8 {
  opacity: 0.8;
}
.opacity_9 {
  opacity: 0.9;
}
/* 行高 */
.lh_120 {
  line-height: 120%;
}
.lh_130 {
  line-height: 130%;
}
.lh_140 {
  line-height: 140%;
}
.lh_150 {
  line-height: 150%;
}
.lh_170 {
  line-height: 170%;
}
/* 渐变背景 */
.bg_gradual_red {
  background-image: linear-gradient(45deg, #f43f3b, #ec008c);
  color: #ffffff;
}
.bg_gradual_orange {
  background-image: linear-gradient(45deg, #f3791a, #c0da2e);
  color: #ffffff;
}
.bg_gradual_green {
  background-image: linear-gradient(45deg, #2eb941, #a8dc63);
  color: #ffffff;
}
.bg_gradual_purple {
  background-image: linear-gradient(45deg, #9000ff, #5e00ff);
  color: #ffffff;
}
.bg_gradual_pink {
  background-image: linear-gradient(45deg, #ec229a, #ce9b9b);
  color: #ffffff;
}
.bg_gradual_blue {
  background-image: linear-gradient(45deg, #0081ff, #1cbbb4);
  color: #ffffff;
}
/* 换行 */
.hh_break {
  word-break: break-all;
  white-space: normal;
}
/* 鼠标经过动画放大 */
.img_scale {
  overflow: hidden;
}
.img_scale img {
  transition: all 0.5s;
}
.img_scale:hover img {
  transform: scale(1.05);
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.fleximportant {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
}
.inlineflex {
  display: inline-flex;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
}
.d_flex > * {
  display: block;
}
/*伸缩流方向*/
.f_direction_column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.f_direction_row {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}
/*主轴对齐*/
.j_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.j_end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.j_start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.j_justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.j_around {
  -moz-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
/*侧轴对齐*/
.a_start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.a_end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.a_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.a_baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
/*伸缩性*/
.flex_wrap {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.flex_auto {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  -webkit-flex: auto;
  flex: auto;
}
.flex_1 {
  width: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
/*显示顺序*/
.order_2 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.order_3 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}
/*单行溢出*/
.text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.text3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.text4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.dh {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.dh1 {
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.dh2 {
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
}
.dh5 {
  -webkit-transition: all 5s;
  -o-transition: all 5s;
  transition: all 5s;
}
.fda {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.imgfd {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
.xz45 {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -moz-transform: rotate(45deg);
  /* Firefox */
  -webkit-transform: rotate(45deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(45deg);
}
.xz90 {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -moz-transform: rotate(90deg);
  /* Firefox */
  -webkit-transform: rotate(90deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(90deg);
}
.xz180 {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -moz-transform: rotate(180deg);
  /* Firefox */
  -webkit-transform: rotate(180deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(180deg);
}
.xzx {
  transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
}
.xzy {
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.ab {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.abimg {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.scrollbar::-webkit-scrollbar {
  width: 3px;
  height: 2px;
  background-color: #ccc;
}
.scrollbar::-webkit-scrollbar-thumb {
  background-color: #005fe5;
  border-radius: 10px;
}
.w1600 {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
.w1500 {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
.w1440 {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.w1400,
.wrap {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.w1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
img {
  max-width: 100%;
  max-height: 100%;
}
.pc {
  display: block;
}
.wap {
  display: none;
}
.w1800 {
  max-width: 100%;
  padding: 0 60px;
}
@media (max-width: 1720px) {
  .w1600 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width: 1620px) {
  .w1500 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width: 1560px) {
  .w1440 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width: 1520px) {
  .w1400,
  .wrap {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width: 1320px) {
  .w1200 {
    padding: 0 60px;
  }
}
@media (max-width: 1024px) {
  .w1800,
  .w1400,
  .wrap,
  .w1440,
  .w1600,
  .w1200,
  .w1500 {
    padding: 0 30px;
  }
}
@media (max-width: 990px) {
  .w1800,
  .w1400,
  .wrap,
  .w1440,
  .w1600,
  .w1200,
  .w1500 {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .wap {
    display: block;
  }
}
@media (min-width: 768px) {
  .pc {
    display: block !important;
  }
  .app {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .app {
    display: block !important;
  }
}
html {
  font-size: 100px;
}
@font-face {
  font-family: "sy_r";
  src: url('../fonts/SourceHanSansCN-Regular_2.otf');
}
@font-face {
  font-family: "sy_l";
  src: url('../fonts/SourceHanSansCN-Light_2.otf');
}
.sh_l {
  font-family: "sy_l";
}
.sh_r {
  font-family: "sy_r";
}
.sh_m {
  font-family: "sy_l";
  font-weight: 600;
}
.sh_b {
  font-family: "sy_r";
  font-weight: 600;
}
*{
 font-family: "sy_r";
}

body {
  font-family: 'sy_r';
}
::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  background-color: #d4d6d7;
}
::-webkit-scrollbar-thumb {
  background-color: #1338BF;
  border-radius: 10px;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.fleximportant {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
}
.inlineflex {
  display: inline-flex;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
}
.d_flex > * {
  display: block;
}
.f_direction_column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.f_direction_row {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}
.j_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.j_end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.j_start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.j_justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.j_around {
  -moz-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.a_start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.a_end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.a_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.a_baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.flex_wrap {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.flex_auto {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  -webkit-flex: auto;
  flex: auto;
}
.flex_1 {
  width: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.order_2 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.order_3 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}
.text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dh {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.fd {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.imgfd {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  -ms-transform: translate(-50%, -50%) scale(1.05);
  -o-transform: translate(-50%, -50%) scale(1.05);
  transform: translate(-50%, -50%) scale(1.05);
}
.xzx {
  transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
}
.xzy {
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.ab {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.abimg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@keyframes hideShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spin2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
    transition: all 15s;
  }
}
@keyframes proBox {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes tds-keyframe--bounce {
  0%,
  20%,
  50%,
  80%,
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  60% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
}
@keyframes tds-keyframe--bounce {
  0%,
  20%,
  50%,
  80%,
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  60% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
}
.tcl-animate-chevron {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: tds-keyframe--bounce;
  animation-name: tds-keyframe--bounce;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
@keyframes scalemap {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes scalemap {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes scalemap {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-o-keyframes scalemap {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
svg path {
  fill: inherit;
}
svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
}
svg circle {
  border: 2px solid #0d357e;
}
#progress {
  animation: circleProgress 15s infinite;
}
@keyframes circleProgress {
  0% {
    stroke-dashoffset: 314;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.videos_mask {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}
.videos_box {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: 0;
  margin-top: 0;
  width: 80%;
  height: 80%;
  transform: translate(-50%, -50%);
  z-index: 2001;
}
.videos_box iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.vclose {
  position: absolute;
  width: 25px;
  height: 25px;
  right: 10px;
  cursor: pointer;
  top: 10px;
}
@media (max-width: 768px) {
  .videos_box {
    width: 100%;
    height: 45%;
  }
  .videos_box .videos_div {
    width: 100%;
    height: 100%;
  }
  .vclose {
    width: 20px;
    height: 20px;
  }
}
/* 搜索 */
.lbotal {
  position: absolute;
  right: 11%;
  top: 50%;
  transform: translateY(-50%);
  height: 2.344vw;
  min-height: 40px;
  width: 46.875vw;
  border: 1px solid #eee;
  border-radius: 25px;
  background: transparent;
  display: none;
  background: #fff;
}
.lbotal .c2 {
  float: left;
  width: 60px;
  height: 100%;
  border: none;
  cursor: pointer;
  background: url('../images/search.png') no-repeat center center;
  background-size: 20px;
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.5s ease;
}
.lbotal.on .c2 {
  opacity: 1;
  transform: translateX(0px);
  transition: all 0.5s ease;
}
.lbotal .c1 {
  float: left;
  width: 80%;
  border: none;
  height: 100%;
  padding: 0 10px 0 0;
  font-size: 16px;
  opacity: 0;
  transform: translateX(80%);
  transition: all 0.5s ease;
}
@media (max-width: 1680px) {
  .lbotal .c1 {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .lbotal .c1 {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .lbotal .c1 {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .lbotal .c1 {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .lbotal .c1 {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .lbotal .c1 {
    font-size: 14px;
  }
}
.lbotal.on .c1 {
  opacity: 1;
  transform: translateX(0px);
  transition: all 0.8s ease;
}
.lbotal > .bgcl {
  float: left;
  height: 100%;
  width: 60px;
  position: absolute;
  right: 10px;
  z-index: 2;
  background: url('../images/icon_search_close.png') no-repeat center center;
  background-size: 14px;
}
@media (max-width: 991px) {
  .lbotal {
    right: 18%;
  }
}
.hh_head_hegiht {
  height: 100px;
  width: 100%;
}
@media (max-width: 1440px) {
  .hh_head_hegiht {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .hh_head_hegiht {
    height: 60px;
  }
}
.hh-header-pc.qtwy-header-pc {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  transition: all 0.5s;
  z-index: 50;
  box-shadow: 0px 10px 20px 0px rgba(87, 145, 199, 0.1), inset 0px -1px 0px 0px rgba(255, 255, 255, 0.5);
}
.hh-header-pc.qtwy-header-pc.scroll {
  top: 0;
}
.hh-header-pc.qtwy-header-pc .hh_head {
  transition: all 0.5s;
  background: #fff;
  position: relative;
}
.hh-header-pc.qtwy-header-pc .hh_head:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.2);
}
.hh-header-pc.qtwy-header-pc .hh_head .hh_w {
  height: 100px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  transition: all 0.3s;
}
.hh-header-pc.qtwy-header-pc .hh_head .hh_w.sh {
  height: 85px;
}
.hh-header-pc.qtwy-header-pc .hh_head .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.hh-header-pc.qtwy-header-pc .hh_head .left .hh_lg {
  margin-left: 1.302vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: relative;
}
.hh-header-pc.qtwy-header-pc .hh_head .left .hh_lg a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 100%;
}
.hh-header-pc.qtwy-header-pc .hh_head .left .hh_lg img {
  width: 8.333vw;
  min-width: 130px;
}
.hh-header-pc.qtwy-header-pc .hh_head .left .hh_lg .hh_img_a {
  display: none;
}
.hh-header-pc.qtwy-header-pc .hh_head .left .hh_lg_t {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  padding-left: 1.56vw;
  padding-right: 2.86vw;
}
.hh-header-pc.qtwy-header-pc .hh_head .left .hh_lg_t p {
  white-space: nowrap;
}
.hh-header-pc.qtwy-header-pc .hh_head .left .hh_lg_t .p1 {
  font-size: 16px;
  margin-bottom: 5px;
}
@media (max-width: 1680px) {
  .hh-header-pc.qtwy-header-pc .hh_head .left .hh_lg_t .p1 {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .hh-header-pc.qtwy-header-pc .hh_head .left .hh_lg_t .p1 {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .hh-header-pc.qtwy-header-pc .hh_head .left .hh_lg_t .p1 {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .hh-header-pc.qtwy-header-pc .hh_head .left .hh_lg_t .p1 {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .hh-header-pc.qtwy-header-pc .hh_head .left .hh_lg_t .p1 {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .hh-header-pc.qtwy-header-pc .hh_head .left .hh_lg_t .p1 {
    font-size: 14px;
  }
}
.hh-header-pc.qtwy-header-pc .hh_head .left .hh_lg_t .p2 {
  font-size: 18px;
}
@media (max-width: 1680px) {
  .hh-header-pc.qtwy-header-pc .hh_head .left .hh_lg_t .p2 {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .hh-header-pc.qtwy-header-pc .hh_head .left .hh_lg_t .p2 {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .hh-header-pc.qtwy-header-pc .hh_head .left .hh_lg_t .p2 {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .hh-header-pc.qtwy-header-pc .hh_head .left .hh_lg_t .p2 {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .hh-header-pc.qtwy-header-pc .hh_head .left .hh_lg_t .p2 {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .hh-header-pc.qtwy-header-pc .hh_head .left .hh_lg_t .p2 {
    font-size: 16px;
  }
}
.hh-header-pc.qtwy-header-pc .hh_head .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  align-items: center;
}
.hh-header-pc.qtwy-header-pc .hh_head .right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  align-items: center;
}
.hh-header-pc.qtwy-header-pc .hh_head .right ul li {
  height: 100%;
}
.hh-header-pc.qtwy-header-pc .hh_head .right ul li .li_a {
  padding: 0 1.12vw;
  height: 100%;
  letter-spacing: 1px;
  font-size: 18px;
  color: #333;
  transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  white-space: nowrap;
  position: relative;
}
@media (max-width: 1680px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right ul li .li_a {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right ul li .li_a {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right ul li .li_a {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right ul li .li_a {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right ul li .li_a {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right ul li .li_a {
    font-size: 16px;
  }
}
.hh-header-pc.qtwy-header-pc .hh_head .right ul li .li_a::before {
  position: absolute;
  content: '';
  top: 0;
  width: 0;
  height: 4px;
  background: #1338BF;
  transition: all 0.5s;
  left: 0%;
}
.hh-header-pc.qtwy-header-pc .hh_head .right ul li .li_a:hover,
.hh-header-pc.qtwy-header-pc .hh_head .right ul li .li_a.on {
  color: #1338BF !important;
  background: rgba(19, 56, 191, 0.05);
}
.hh-header-pc.qtwy-header-pc .hh_head .right ul li .li_a:hover::before,
.hh-header-pc.qtwy-header-pc .hh_head .right ul li .li_a.on::before {
  width: 100%;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .hh_lngBox {
  margin-left: 2.083vw;
  position: relative;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .hh_lngBox:hover .lan_box {
  max-height: none;
  opacity: 1;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .hh_lngBox .lan_box {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  height: auto;
  max-height: 0;
  overflow: hidden;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .hh_lngBox .lan_box a {
  display: block;
  line-height: 40px;
  text-align: center;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .hh_lngBox .lan_box a:hover {
  color: #1338BF;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .hh_lngBox .hh_lng {
  background: rgba(19, 56, 191, 0.05);
  width: 150px;
  height: 2.5vw;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .hh_lngBox .hh_lng span {
  color: #1338BF;
  font-size: 18px;
  font-family: 'sy_l';
  font-weight: bold;
  margin-right: 15px;
}
@media (max-width: 1680px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_lngBox .hh_lng span {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_lngBox .hh_lng span {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_lngBox .hh_lng span {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_lngBox .hh_lng span {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_lngBox .hh_lng span {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .hh_lngBox .hh_lng span {
    font-size: 16px;
  }
}
.hh_height {
  height: 120px;
  width: 100%;
}
@media (max-width: 1440px) {
  .hh-header-pc.qtwy-header-pc .hh_head .hh_w,
  .hh_height {
    height: 80px;
  }
}
@media (max-width: 768px) {
  .hh_height {
    display: none;
  }
}
.qtwy-header.active {
  background: #fff;
}
.qtwy-header.active .left ul li a,
.qtwy-header.active .left .hh_lg_t .p1,
.qtwy-header.active .left .hh_lg_t .p2,
.qtwy-header.active .right .div2 .p1,
.qtwy-header.active .right .div2 .p2 {
  color: #666 !important;
}
.qtwy-header.active .right .div1 .hh_img,
.qtwy-header.active .left .hh_lg .hh_img {
  display: none;
}
.qtwy-header.active .right .div1 .hh_img_a,
.qtwy-header.active .left .hh_lg .hh_img_a {
  display: block !important;
}
.qtwy-header.active .right ul li a,
.hh-header-pc.qtwy-header-pc .qtwy-header.active .right .div2 span,
.hh-header-pc.qtwy-header-pc .qtwy-header.active .right .div2 span {
  color: #333 !important;
}
.hh-header-pc.qtwy-header-pc .qtwy-header.active .right .div2 .hh_img {
  display: none;
}
.hh-header-pc.qtwy-header-pc .qtwy-header.active .right .div2 .hh_img_a {
  display: block;
}
.hh-header-pc.qtwy-header-pc .hh_head.active .right .div2 {
  background: rgba(219, 219, 219, 0.15);
}
.hh-header-pc.qtwy-header-pc .hh_head .right .div2:hover {
  background: #d72444 !important;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .div2:hover span {
  color: #fff !important;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .div2:hover .hh_img {
  display: block !important;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .div2:hover .hh_img_a {
  display: none !important;
}
@media (max-width: 1680px) {
  .hh-header-pc.qtwy-header-pc .hh_head .left ul li a {
    padding: 0 1.2vw;
  }
  .hh-header-pc.qtwy-header-pc .hh_head .right {
    padding-right: 0;
  }
}
@media (max-width: 1459px) {
  .hh-header-pc.qtwy-header-pc .hh_head .left .hh_lg {
    margin-left: 0;
  }
}
@media (max-width: 1024px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .div2 {
    display: none;
  }
}
@media (max-width: 992px) {
  .hh-header-pc.qtwy-header-pc {
    display: none !important;
  }
}
.header-app {
  background: #fff;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 1000;
  -webkit-transition: background 0.44s 0.2s cubic-bezier(0.52, 0.16, 0.24, 1), height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
  -o-transition: background 0.44s 0.2s cubic-bezier(0.52, 0.16, 0.24, 1), height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
  transition: background 0.44s 0.2s cubic-bezier(0.52, 0.16, 0.24, 1), height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .header-app {
    display: block;
  }
  .hh-header-pc {
    display: none;
  }
}
.header-app.open-menu {
  height: 100%;
  background: #fff;
  -webkit-transition: background 0.36s cubic-bezier(0.32, 0.08, 0.24, 1), height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
  -o-transition: background 0.36s cubic-bezier(0.32, 0.08, 0.24, 1), height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
  transition: background 0.36s cubic-bezier(0.32, 0.08, 0.24, 1), height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
}
.navbar-app {
  position: fixed;
  width: 100%;
  -webkit-box-shadow: 3px 0 7px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 3px 0 7px 0 rgba(0, 0, 0, 0.1);
  height: 60px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-app .logo {
  float: left;
  height: 60px;
  vertical-align: middle;
  padding: 8px 10px 8px 20px;
  display: flex;
  align-items: center;
}
.header-app .logo img {
  height: auto;
  width: 102px;
}
@media (max-width: 768px) {
  .header-app .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  .header-app .logo span {
    margin-left: 10px;
    font-size: 14px;
  }
}
.navbar-togger {
  float: right;
  background: transparent;
  border: none;
  padding: 22px 20px;
  display: inline-block;
  visibility: visible;
  transition: transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96), opacity 0.28s 0.36s cubic-bezier(0.52, 0.16, 0.24, 1), -webkit-transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96);
}
.navbar-togger .icon_bar {
  width: 24px;
  height: 2px;
  background-color: #000;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar-togger .icon_bar:nth-of-type(2) {
  margin: 5px 0;
}
.open-menu .navbar-togger .icon_bar:nth-of-type(2) {
  opacity: 0;
}
.open-menu .navbar-togger .icon_bar:first-child {
  -webkit-transform: translate(0, 7px) rotate(45deg);
  -ms-transform: translate(0, 7px) rotate(45deg);
  transform: translate(0, 7px) rotate(45deg);
}
.open-menu .navbar-togger .icon_bar:last-child {
  -webkit-transform: translate(0, -7px) rotate(-45deg);
  -ms-transform: translate(0, -7px) rotate(-45deg);
  transform: translate(0, -7px) rotate(-45deg);
}
.nav-menu {
  position: absolute;
  top: 60px;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 620;
  padding: 20px 15px;
  overflow-x: hidden;
  overflow-y: auto;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 1s;
  -o-transition: visibility 0s linear 1s;
  transition: visibility 0s linear 1s;
}
.header-app.open-menu .nav-menu {
  visibility: visible;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.nav-list li {
  opacity: 0;
  pointer-events: none;
}
.nav-list li.open {
  border-bottom: none;
}
.header-app.open-menu .nav-list li {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.nav-list li:nth-child(1) {
  -webkit-transform: translateY(-0.44rem);
  -ms-transform: translateY(-0.44rem);
  transform: translateY(-0.44rem);
  transition: opacity 0.3345s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.15s, transform 0.4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.108s, -webkit-transform 0.4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.108s;
}
.header-app.open-menu .nav-list li:nth-child(1) {
  transition: opacity 0.3091s cubic-bezier(0.32, 0.08, 0.24, 1) 0.03s, transform 0.3455s cubic-bezier(0.32, 0.08, 0.24, 1) 0.02s, -webkit-transform 0.3455s cubic-bezier(0.32, 0.08, 0.24, 1) 0.02s;
}
.nav-list li:nth-child(2) {
  -webkit-transform: translateY(-0.4rem);
  -ms-transform: translateY(-0.4rem);
  transform: translateY(-0.4rem);
  transition: opacity 0.29294s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.13s, transform 0.45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.095s, -webkit-transform 0.45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.095s;
}
.header-app.open-menu .nav-list li:nth-child(2) {
  transition: opacity 0.32244s cubic-bezier(0.32, 0.08, 0.24, 1) 0.05s, transform 0.35825s cubic-bezier(0.32, 0.08, 0.24, 1) 0.04s, -webkit-transform 0.35825s cubic-bezier(0.32, 0.08, 0.24, 1) 0.04s;
}
.nav-list li:nth-child(3) {
  -webkit-transform: translateY(-0.36rem);
  -ms-transform: translateY(-0.36rem);
  transform: translateY(-0.36rem);
  transition: opacity 0.26098s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.11s, transform 0.43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.082s, -webkit-transform 0.43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.082s;
}
.header-app.open-menu .nav-list li:nth-child(3) {
  transition: opacity 0.33467s cubic-bezier(0.32, 0.08, 0.24, 1) 0.07s, transform 0.37539s cubic-bezier(0.32, 0.08, 0.24, 1) 0.06s, -webkit-transform 0.37539s cubic-bezier(0.32, 0.08, 0.24, 1) 0.06s;
}
.nav-list li:nth-child(4) {
  -webkit-transform: translateY(-0.32rem);
  -ms-transform: translateY(-0.32rem);
  transform: translateY(-0.32rem);
  transition: opacity 0.2386s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.09s, transform 0.42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.069s, -webkit-transform 0.42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.069s;
}
.header-app.open-menu .nav-list li:nth-child(4) {
  transition: opacity 0.34577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.09s, transform 0.39692s cubic-bezier(0.32, 0.08, 0.24, 1) 0.08s, -webkit-transform 0.39692s cubic-bezier(0.32, 0.08, 0.24, 1) 0.08s;
}
.nav-list li:nth-child(5) {
  -webkit-transform: translateY(-0.28rem);
  -ms-transform: translateY(-0.28rem);
  transform: translateY(-0.28rem);
  transition: opacity 0.22581s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.07s, transform 0.42259s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.056s, -webkit-transform 0.42259s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.056s;
}
.header-app.open-menu .nav-list li:nth-child(5) {
  transition: opacity 0.35577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.11s, transform 0.42286s cubic-bezier(0.32, 0.08, 0.24, 1) 0.1s, -webkit-transform 0.42286s cubic-bezier(0.32, 0.08, 0.24, 1) 0.1s;
}
.nav-list li:nth-child(6) {
  -webkit-transform: translateY(-0.24rem);
  -ms-transform: translateY(-0.24rem);
  transform: translateY(-0.24rem);
  transition: opacity 0.20343s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.05s, transform 0.41691s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.043s, -webkit-transform 0.41691s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.043s;
}
.header-app.open-menu .nav-list li:nth-child(6) {
  transition: opacity 0.36577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.13s, transform 0.41718s cubic-bezier(0.32, 0.08, 0.24, 1) 0.12s, -webkit-transform 0.41718s cubic-bezier(0.32, 0.08, 0.24, 1) 0.12s;
}
.nav-list li:nth-child(7) {
  -webkit-transform: translateY(-0.2rem);
  -ms-transform: translateY(-0.2rem);
  transform: translateY(-0.2rem);
  transition: opacity 0.18105s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.03s, transform 0.41123s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.03s, -webkit-transform 0.41123s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.03s;
}
.header-app.open-menu .nav-list li:nth-child(7) {
  transition: opacity 0.37577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.15s, transform 0.4115s cubic-bezier(0.32, 0.08, 0.24, 1) 0.14s, -webkit-transform 0.4115s cubic-bezier(0.32, 0.08, 0.24, 1) 0.14s;
}
.nav-list li:nth-child(8) {
  -webkit-transform: translateY(-0.16rem);
  -ms-transform: translateY(-0.16rem);
  transform: translateY(-0.16rem);
  transition: opacity 0.15867s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.01s, transform 0.40555s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.17s, -webkit-transform 0.40555s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.17s;
}
.header-app.open-menu .nav-list li:nth-child(8) {
  transition: opacity 0.38577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.17s, transform 0.40582s cubic-bezier(0.32, 0.08, 0.24, 1) 0.16s, -webkit-transform 0.42286s cubic-bezier(0.32, 0.08, 0.24, 1) 0.16s;
}
.cate-item {
  position: relative;
}
.cate-item a {
  font-family: "regular";
  font-size: 16px;
  line-height: 48px;
  margin-right: 60px;
  display: block;
  color: #333;
}
.nav-list li.active .cate-item a,
.nav-list li.open .cate-item .category-a {
  color: #de282e;
}
.category-cont a:last-child {
  border: none;
}
.category-cont a.active {
  color: #2fb2b9;
}
.category-tig {
  font-size: 14px;
  color: #888;
  text-align: right;
  line-height: 48px;
  width: 50px;
  height: 48px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.category-tig::before,
.category-tig::after {
  content: '';
  background: #888;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.category-tig::before {
  width: 16px;
  height: 2px;
  right: 0;
  margin-top: -1px;
}
.category-tig::after {
  width: 2px;
  height: 16px;
  margin-top: -8px;
  right: 7px;
}
.nav-list li.open .category-tig::after {
  opacity: 0;
}
.nav-list li.open .category-tig::before {
  background: #2fb2b9;
}
.category-cont {
  display: none;
}
.nav-list li.open .category-cont {
  display: block;
  border-bottom: 0.01rem solid rgba(133, 131, 131, 0.5) !important;
  border-top: 0.01rem solid rgba(133, 131, 131, 0.5) !important;
}
.category-pad {
  padding: 0 15px;
}
.category-cont a {
  font-family: "regular";
  font-size: 14px;
  line-height: 40px;
  display: block;
  color: #333;
}
.category-cont a:last-child {
  border-bottom: none !important;
}
.category-pad a.on {
  color: #e51c24;
}
.lan-box-app {
  padding: 0.2rem 0;
  text-align: center;
}
.lan-box-app a {
  font-size: 14px;
  color: #333;
  display: inline-block;
  padding: 0 10px;
  position: relative;
}
.lan-box-app a:after {
  content: '';
  width: 1px;
  height: 10px;
  background: #333;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
}
.lan-box-app a:hover,
.lan-box-app a.on {
  color: #00aeef;
}
.lan-box-app a:last-child:after {
  display: none;
}
/*app-头部*/
.app_ss {
  width: 90%;
  height: 48px;
  border-radius: 48px;
  border: 1px solid #333;
  display: block;
  position: static;
  float: none;
  margin: 0 auto;
  padding: 0 25px;
  margin-top: 5px;
}
.app_ss:hover {
  border: 2px solid #4a69ca;
}
.app_ss input {
  width: 90%;
  height: 100%;
  border: none;
  background: none;
  font-size: 14px;
  color: #333;
}
.app_ss input:-moz-placeholder {
  color: #fff;
}
.app_ss input:-ms-input-placeholder {
  color: #fff;
}
.app_ss input::-webkit-input-placeholder {
  color: #fff;
}
.app_ss button {
  float: right;
  width: 10%;
  height: 100%;
  border: none;
  background: none;
  background-repeat: no-repeat;
  background-position: center;
}
.app_ss button img {
  width: 18px;
  height: 18px;
}
.navbar-togger .icon_bar:nth-of-type(2) {
  margin: 5px 0;
}
.open-menu .navbar-togger .icon_bar:nth-of-type(2) {
  opacity: 0;
}
.nav-menu {
  position: absolute;
  /* top: 60px; */
  top: 60px;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 620;
  padding: 20px;
  overflow-x: hidden;
  overflow-y: auto;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 1s;
  -o-transition: visibility 0s linear 1s;
  transition: visibility 0s linear 1s;
  background: #fff;
}
.header-app.open-menu .nav-menu {
  visibility: visible;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.nav-list li {
  border-bottom: 1px solid #333;
  opacity: 0;
  pointer-events: none;
}
.nav-list li.open {
  border-bottom: none;
}
.header-app.open-menu .nav-list li {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.nav-list li:nth-child(1) {
  -webkit-transform: translateY(-44px);
  -ms-transform: translateY(-44px);
  transform: translateY(-44px);
  transition: opacity 0.3345s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.15s, transform 0.4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.108s, -webkit-transform 0.4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.108s;
}
.header-app.open-menu .nav-list li:nth-child(1) {
  transition: opacity 0.3091s cubic-bezier(0.32, 0.08, 0.24, 1) 0.03s, transform 0.3455s cubic-bezier(0.32, 0.08, 0.24, 1) 0.02s, -webkit-transform 0.3455s cubic-bezier(0.32, 0.08, 0.24, 1) 0.02s;
}
.nav-list li:nth-child(2) {
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
  transition: opacity 0.29294s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.13s, transform 0.45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.095s, -webkit-transform 0.45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.095s;
}
.header-app.open-menu .nav-list li:nth-child(2) {
  transition: opacity 0.32244s cubic-bezier(0.32, 0.08, 0.24, 1) 0.05s, transform 0.35825s cubic-bezier(0.32, 0.08, 0.24, 1) 0.04s, -webkit-transform 0.35825s cubic-bezier(0.32, 0.08, 0.24, 1) 0.04s;
}
.nav-list li:nth-child(3) {
  -webkit-transform: translateY(-36px);
  -ms-transform: translateY(-36px);
  transform: translateY(-36px);
  transition: opacity 0.26098s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.11s, transform 0.43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.082s, -webkit-transform 0.43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.082s;
}
.header-app.open-menu .nav-list li:nth-child(3) {
  transition: opacity 0.33467s cubic-bezier(0.32, 0.08, 0.24, 1) 0.07s, transform 0.37539s cubic-bezier(0.32, 0.08, 0.24, 1) 0.06s, -webkit-transform 0.37539s cubic-bezier(0.32, 0.08, 0.24, 1) 0.06s;
}
.nav-list li:nth-child(4) {
  -webkit-transform: translateY(-32px);
  -ms-transform: translateY(-32px);
  transform: translateY(-32px);
  transition: opacity 0.2386s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.09s, transform 0.42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.069s, -webkit-transform 0.42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.069s;
}
.header-app.open-menu .nav-list li:nth-child(4) {
  transition: opacity 0.34577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.09s, transform 0.39692s cubic-bezier(0.32, 0.08, 0.24, 1) 0.08s, -webkit-transform 0.39692s cubic-bezier(0.32, 0.08, 0.24, 1) 0.08s;
}
.nav-list li:nth-child(5) {
  -webkit-transform: translateY(-28px);
  -ms-transform: translateY(-28px);
  transform: translateY(-28px);
  transition: opacity 0.22581s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.07s, transform 0.42259s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.056s, -webkit-transform 0.42259s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.056s;
}
.header-app.open-menu .nav-list li:nth-child(5) {
  transition: opacity 0.35577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.11s, transform 0.42286s cubic-bezier(0.32, 0.08, 0.24, 1) 0.1s, -webkit-transform 0.42286s cubic-bezier(0.32, 0.08, 0.24, 1) 0.1s;
}
.nav-list li:nth-child(6) {
  -webkit-transform: translateY(-24px);
  -ms-transform: translateY(-24px);
  transform: translateY(-24px);
  transition: opacity 0.20343s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.05s, transform 0.41691s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.043s, -webkit-transform 0.41691s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.043s;
}
.header-app.open-menu .nav-list li:nth-child(6) {
  transition: opacity 0.36577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.13s, transform 0.41718s cubic-bezier(0.32, 0.08, 0.24, 1) 0.12s, -webkit-transform 0.41718s cubic-bezier(0.32, 0.08, 0.24, 1) 0.12s;
}
.nav-list li:nth-child(7) {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  transition: opacity 0.18105s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.03s, transform 0.41123s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.03s, -webkit-transform 0.41123s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.03s;
}
.header-app.open-menu .nav-list li:nth-child(7) {
  transition: opacity 0.37577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.15s, transform 0.4115s cubic-bezier(0.32, 0.08, 0.24, 1) 0.14s, -webkit-transform 0.4115s cubic-bezier(0.32, 0.08, 0.24, 1) 0.14s;
}
.nav-list li:nth-child(8) {
  -webkit-transform: translateY(-16px);
  -ms-transform: translateY(-16px);
  transform: translateY(-16px);
  transition: opacity 0.15867s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.01s, transform 0.40555s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.17s, -webkit-transform 0.40555s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.17s;
}
.header-app.open-menu .nav-list li:nth-child(8) {
  transition: opacity 0.38577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.17s, transform 0.40582s cubic-bezier(0.32, 0.08, 0.24, 1) 0.16s, -webkit-transform 0.42286s cubic-bezier(0.32, 0.08, 0.24, 1) 0.16s;
}
.cate-item {
  position: relative;
}
.cate-item a {
  font-size: 16px;
  /* margin-right: 60px; */
  display: block;
  color: #333;
  line-height: 1.8;
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.nav-list li.active .cate-item a,
.nav-list li.open .cate-item a {
  color: #1338BF;
}
.category-cont a:last-child {
  border: none;
}
.category-cont a.active {
  color: #1338BF;
}
.category-tig,
.P_tig_two,
.P_tig_three {
  font-size: 14px;
  color: #1338BF;
  text-align: right;
  line-height: 48px;
  width: 50px;
  height: 48px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
/* wap端二级+三级下拉样式--开始 */
.category-tig::before,
.category-tig::after,
.P_tig_two::before,
.P_tig_two::after,
.P_tig_three::before,
.P_tig_three::after {
  content: '';
  background: #333;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.category-tig::before,
.P_tig_two::before,
.P_tig_three::before {
  width: 16px;
  height: 2px;
  right: 0;
  margin-top: -1px;
}
.category-tig::after,
.P_tig_two::after,
.P_tig_three::after {
  width: 2px;
  height: 16px;
  margin-top: -8px;
  right: 7px;
}
.cate-item.open .P_tig_two::after,
.P_tig_two.open::after,
.P_tig_three.open::after {
  opacity: 0;
}
.cate-item.open .P_tig_two::before,
.P_tig_two.open::before,
.P_tig_three.open::before {
  background: #1338BF;
}
.category-cont-two .cate-item {
  border-top: 1px solid rgba(133, 131, 131, 0.5);
}
.category-cont-two .cate-item:nth-of-type(1) {
  border-top: 0;
}
.category-cont-two,
.category-cont-three {
  display: none;
}
.category-cont-three {
  padding: 0 15px;
}
.category-cont-three .cate-item {
  position: relative;
}
/* wap端二级+三级+四级下拉样式--结束 */
.nav-list li.open .category-tig::after {
  opacity: 0;
}
.nav-list li.open .category-tig::before {
  background: #1338BF;
}
.category-cont {
  display: none;
}
.nav-list li.open .category-cont {
  display: block;
  border-top: solid 1px #333;
  border-bottom: solid 1px #333;
}
.category-pad {
  padding: 0 15px;
}
.category-cont a {
  font-size: 14px;
  display: block;
  color: #333;
}
.category-pad a.on {
  color: #1338BF;
}
.category-two-a,
.category-three-a,
.category-four-a {
  color: #333 !important;
}
.category-two-a.on,
.category-three-a.on {
  color: #1338BF !important;
}
.lan-box-app {
  padding: 20px 0;
  text-align: center;
}
.lan-box-app a {
  font-size: 14px;
  color: #333;
  display: inline-block;
  padding: 0 10px;
  position: relative;
}
.lan-box-app a:after {
  content: '';
  width: 1px;
  height: 10px;
  background: #1338BF;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
}
.lan-box-app a:hover,
.lan-box-app a.on {
  color: #1338BF;
}
.lan-box-app a:last-child:after {
  display: none;
}
/* 底部 */
footer {
  background: #232323;
}
.ft-t {
  font-size: 0.2rem;
  margin-bottom: 0.45rem;
  color: #fff;
  position: relative;
}
.ft-t::before {
  content: '';
  width: 0.06rem;
  height: 0.2rem;
  background: #fff;
  position: absolute;
  top: 50%;
  left: -0.54rem;
  transform: translate(-50%, -50%);
}
@media (max-width: 1680px) {
  .ft-t::before {
    left: -0.5rem;
  }
}
.ft-lef {
  background: #232323;
}
.ft-rig {
  background: #1e1e1e;
}
.ft-a a {
  color: #838383;
  font-size: 0.16rem;
  margin-bottom: 0.2rem;
}
.ft-a a:hover {
  color: #fff;
}
@media (max-width: 1680px) {
  .ft-a a {
    font-size: 0.18rem;
  }
}
.ft-1 {
  width: 8.335vw;
  border-top: 0.1rem solid #328cee;
  display: flex;
  flex-direction: column;
}
.ft-1 .ft-1-1 {
  flex: 1;
}
.ft-1 .ft-1-2 {
  padding: 0.56rem 0;
  font-size: 0.16rem;
  color: #838383;
  border-top: 1px solid #393939;
}
@media (max-width: 1280px) {
  .ft-1 .ft-1-2 {
    padding: 0.57rem 0;
  }
}
@media (max-width: 1024px) {
  .ft-1 .ft-1-2 {
    padding: 0.6rem 0;
  }
}
@media (max-width: 991px) {
  .ft-1 .ft-1-2 {
    padding: 0.61rem 0;
  }
}
.ft-nav {
  /* padding-left: 8.335vw; */
  border-top: 0.1rem solid #328cee;
}
.ft-bq {
  padding: 0.45rem 0;
  font-size: 0.16rem;
  color: #838383;
  border-top: 1px solid #393939;
}
.ft-li {
  border-left: 1px solid #393939;
  padding-top: 0.85rem;
  padding-bottom: 0.55rem;
  padding-left: 2.604vw;
}
.ft-pb2 p:nth-of-type(2) {
  width: 20.66vw;
}
.ft-p1,
.ft-pb2 p {
  font-size: 0.18rem;
  color: #a9a9a9;
  text-align: left;
}
.ft-p2 {
  font-size: 0.36rem;
  color: #fff;
  /* margin-right: 1.83vw; */
  margin-top: 0.2rem;
  margin-bottom: 0.35rem;
}
.ft-pb1 {
  border-bottom: 1px solid #393939;
}
.ft-pbox {
  padding-right: 8.335vw;
  border-top: 0.1rem solid #6f6f6f;
}
.ft-pb2 {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  flex-direction: column;
}
.ft-pb2 .p2 {
  line-height: 30px;
}
.ft-pb2 a {
  color: #a9a9a9;
  font-size: 0.16rem;
}
.ft-pb2 a:hover {
  color: #fff;
  font-size: 0.16rem;
}
.banquan {
  display: none;
}
/* 底部 */
footer {
  padding-bottom: 0rem;
}
.ft-1 {
  display: none !important;
}
.ft-lef {
  display: none !important;
}
footer > div {
  width: 89.33vw;
  margin: 0 auto;
}
@media (max-width: 768px) {
  footer > div {
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
  }
}
.ft-pbox {
  border-top: 0;
  padding-right: 0;
}
.ft-pb1 {
  justify-content: center;
  align-items: flex-start;
  padding: 0.2rem 0;
}
.ft-pb2 {
  padding: 0 0 16px 0;
  display: flex;
  flex-direction: column;
}
.ft-pb1 .ft-p1,
.ft-pb2 p {
  font-size: 0.14rem;
}
.ft-p2 {
  margin: 0;
  font-size: 0.18rem;
}
.ft-pbox {
  background: #232323;
}
.ft-pb2 .addr {
  display: flex;
}
.ft-pb2 p:nth-of-type(1) {
  display: flex;
  flex-direction: column;
}
.ft-pb2 p:nth-of-type(1) img {
  width: 0.15rem;
  margin-right: 0.1rem;
  margin-top: 0.04rem;
}
.ft-pb2 p:nth-of-type(2) {
  width: 100%;
  text-align: left;
  line-height: 1.5;
}
.ft-pb2 .p2 {
  font-size: 0.14rem;
  margin-left: 0.06rem;
}
.banquan {
  display: block;
  flex-direction: column;
  width: 100%;
  font-size: 12px;
  margin-top: 25px;
}
.hhtips {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banquan p,
.hhtips a {
  text-align: left;
  font-size: 0.12rem;
}
.hhtips a {
  font-size: 0.12rem;
}
.hhtips .p1 {
  display: flex;
  flex: 2;
  align-items: flex-start;
  font-size: 0.12rem;
}
.hhtips .p2 {
  flex: 1;
  margin-left: 0;
}
.hhtips .p2 a {
  font-size: 0.12rem;
}
@media (max-width: 768px) {
  .hhtips {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .ft-pb2 p:nth-of-type(2) {
    text-align: center;
  }
  .hhtips .p1 {
    margin-top: 0.05rem;
    margin-bottom: 0.05rem;
  }
}
.jxgd613_ft {
  background: linear-gradient(180deg, #1338BF 0%, #1338BF 100%);
  padding: 3.385vw 0 1.56vw;
}
.jxgd613_ft .ft_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.jxgd613_ft .ft_cont .hh_left {
  width: 22%;
}
.jxgd613_ft .ft_cont .hh_left .hh_c2 {
  color: rgba(255, 255, 255, 0.8);
  margin-top: 2.604vw;
  font-size: 16px;
}
@media (max-width: 1680px) {
  .jxgd613_ft .ft_cont .hh_left .hh_c2 {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .jxgd613_ft .ft_cont .hh_left .hh_c2 {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .jxgd613_ft .ft_cont .hh_left .hh_c2 {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .jxgd613_ft .ft_cont .hh_left .hh_c2 {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .jxgd613_ft .ft_cont .hh_left .hh_c2 {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .jxgd613_ft .ft_cont .hh_left .hh_c2 {
    font-size: 14px;
  }
}
.jxgd613_ft .ft_cont .hh_left .hh_c2 p:nth-of-type(1) {
  margin-bottom: 15px;
}
.jxgd613_ft .ft_cont .hh_left .hh_c3 {
  margin-top: 2.865vw;
  position: relative;
  display: inline-flex;
}
.jxgd613_ft .ft_cont .hh_left .hh_c3 .lx-img {
  margin-right: 1.563vw;
  cursor: pointer;
  position: relative;
  z-index: 2;
  white-space: nowrap;
  width: 2.5vw;
  min-width: 35px;
}
.jxgd613_ft .ft_cont .hh_left .hh_c3 .hh_div .lx-cont {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  left: 80%;
  transition: all 0.5s;
  z-index: 1;
}
.jxgd613_ft .ft_cont .hh_left .hh_c3 .hh_div .lx-cont.active {
  left: 100%;
  opacity: 1;
}
.jxgd613_ft .ft_cont .hh_left .hh_c3 .hh_div .lx-code {
  width: 5.208vw;
  min-width: 90px;
}
.jxgd613_ft .ft_cont .hh_left .hh_c3 .hh_div .lx-text {
  padding: 8px 10px;
  border: 1px solid #fff;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  width: auto;
  font-size: 16px;
  white-space: nowrap;
}
@media (max-width: 1680px) {
  .jxgd613_ft .ft_cont .hh_left .hh_c3 .hh_div .lx-text {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .jxgd613_ft .ft_cont .hh_left .hh_c3 .hh_div .lx-text {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .jxgd613_ft .ft_cont .hh_left .hh_c3 .hh_div .lx-text {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .jxgd613_ft .ft_cont .hh_left .hh_c3 .hh_div .lx-text {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .jxgd613_ft .ft_cont .hh_left .hh_c3 .hh_div .lx-text {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .jxgd613_ft .ft_cont .hh_left .hh_c3 .hh_div .lx-text {
    font-size: 14px;
  }
}
.jxgd613_ft .ft_cont .hh_right {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.jxgd613_ft .ft_cont .hh_right li {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  width: 16.66%;
  padding-right: 1.25vw;
}
.jxgd613_ft .ft_cont .hh_right li p {
  font-size: 20px;
  margin-bottom: 26px;
  font-family: 'sy_l';
  font-weight: bold;
}
@media (max-width: 1680px) {
  .jxgd613_ft .ft_cont .hh_right li p {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .jxgd613_ft .ft_cont .hh_right li p {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .jxgd613_ft .ft_cont .hh_right li p {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .jxgd613_ft .ft_cont .hh_right li p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .jxgd613_ft .ft_cont .hh_right li p {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .jxgd613_ft .ft_cont .hh_right li p {
    font-size: 16px;
  }
}
.jxgd613_ft .ft_cont .hh_right li a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.5s;
  margin-bottom: 10px;
}
@media (max-width: 1680px) {
  .jxgd613_ft .ft_cont .hh_right li a {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .jxgd613_ft .ft_cont .hh_right li a {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .jxgd613_ft .ft_cont .hh_right li a {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .jxgd613_ft .ft_cont .hh_right li a {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .jxgd613_ft .ft_cont .hh_right li a {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .jxgd613_ft .ft_cont .hh_right li a {
    font-size: 14px;
  }
}
.jxgd613_ft .ft_cont .hh_right li a:nth-last-child(1) {
  margin-bottom: 0;
}
.jxgd613_ft .ft_cont .hh_right li a:hover {
  color: #fff;
}
.jxgd613_ft .ft_tips {
  margin-top: 3.125vw;
}
.jxgd613_ft .ft_tips .hh_div1,
.jxgd613_ft .ft_tips .hh_div2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.jxgd613_ft .ft_tips .hh_div1 {
  color: #fff;
  font-family: 'sy_l';
  font-weight: bold;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 1.042vw;
}
.jxgd613_ft .ft_tips .hh_div1 .hh_left {
  font-size: 20px;
}
@media (max-width: 1680px) {
  .jxgd613_ft .ft_tips .hh_div1 .hh_left {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .jxgd613_ft .ft_tips .hh_div1 .hh_left {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .jxgd613_ft .ft_tips .hh_div1 .hh_left {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .jxgd613_ft .ft_tips .hh_div1 .hh_left {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .jxgd613_ft .ft_tips .hh_div1 .hh_left {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .jxgd613_ft .ft_tips .hh_div1 .hh_left {
    font-size: 16px;
  }
}
.jxgd613_ft .ft_tips .hh_div1 .hh_right {
  display: flex;
  align-items: center;
  font-size: 20px;
}
@media (max-width: 1680px) {
  .jxgd613_ft .ft_tips .hh_div1 .hh_right {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .jxgd613_ft .ft_tips .hh_div1 .hh_right {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .jxgd613_ft .ft_tips .hh_div1 .hh_right {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .jxgd613_ft .ft_tips .hh_div1 .hh_right {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .jxgd613_ft .ft_tips .hh_div1 .hh_right {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .jxgd613_ft .ft_tips .hh_div1 .hh_right {
    font-size: 16px;
  }
}
.jxgd613_ft .ft_tips .hh_div1 .hh_right img {
  margin-right: 1.042vw;
}
.jxgd613_ft .ft_tips .hh_div2 {
  color: rgba(255, 255, 255, 0.8);
  margin-top: 20px;
}
.jxgd613_ft .ft_tips .hh_div2 .hh_left {
  font-size: 16px;
}
@media (max-width: 1680px) {
  .jxgd613_ft .ft_tips .hh_div2 .hh_left {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .jxgd613_ft .ft_tips .hh_div2 .hh_left {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .jxgd613_ft .ft_tips .hh_div2 .hh_left {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .jxgd613_ft .ft_tips .hh_div2 .hh_left {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .jxgd613_ft .ft_tips .hh_div2 .hh_left {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .jxgd613_ft .ft_tips .hh_div2 .hh_left {
    font-size: 14px;
  }
}
.jxgd613_ft .ft_tips .hh_div2 a {
  color: inherit;
  font-size: 16px;
}
@media (max-width: 1680px) {
  .jxgd613_ft .ft_tips .hh_div2 a {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .jxgd613_ft .ft_tips .hh_div2 a {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .jxgd613_ft .ft_tips .hh_div2 a {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .jxgd613_ft .ft_tips .hh_div2 a {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .jxgd613_ft .ft_tips .hh_div2 a {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .jxgd613_ft .ft_tips .hh_div2 a {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .jxgd613_ft .ft_cont .hh_right {
    width: 70%;
  }
  .jxgd613_ft .ft_tips .hh_div1 .hh_right img {
    width: 20px;
  }
}
.hh_btns_ltr a {
  width: 9.375vw;
  height: 2.865vw;
  min-width: 110px;
  min-height: 38px;
  border: 1px solid #1338BF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.hh_btns_ltr a span {
  position: relative;
  z-index: 2;
  color: #1338BF;
  font-size: 20px;
  transition: all 0.5s ease;
}
@media (max-width: 1680px) {
  .hh_btns_ltr a span {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .hh_btns_ltr a span {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .hh_btns_ltr a span {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .hh_btns_ltr a span {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .hh_btns_ltr a span {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .hh_btns_ltr a span {
    font-size: 16px;
  }
}
.hh_btns_ltr a:hover span {
  color: #fff;
}
.hh_btns_ltr a:hover::after {
  width: 100%;
}
.hh_btns_ltr a::after {
  position: absolute;
  content: '';
  background: #1338BF;
  width: 0%;
  height: 100%;
  z-index: 1;
  transition: all 0.5s ease;
  left: 0;
  box-shadow: 0px 3px 10px 0px rgba(238, 223, 211, 0.5);
}
@media (max-width: 1680px) {
  .hh_btns_ltr a span {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .hh_btns_ltr a span {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .hh_btns_ltr a span {
    font-size: 13px;
  }
}
.swpBtnBox {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.swiper-button-next.swpBtnBase,
.swiper-button-prev.swpBtnBase {
  width: 4.167vw;
  height: 4.167vw;
  min-width: 40px;
  min-height: 40px;
  border-radius: 1000px;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  transform: translateY(-50%);
  top: 53%;
}
.swiper-button-next.swpBtnBase::after,
.swiper-button-prev.swpBtnBase::after {
  font-size: 26px;
  color: #fff;
}
@media (max-width: 1680px) {
  .swiper-button-next.swpBtnBase::after,
  .swiper-button-prev.swpBtnBase::after {
    font-size: 22.75px;
  }
}
@media (max-width: 1440px) {
  .swiper-button-next.swpBtnBase::after,
  .swiper-button-prev.swpBtnBase::after {
    font-size: 19.5px;
  }
}
@media (max-width: 1280px) {
  .swiper-button-next.swpBtnBase::after,
  .swiper-button-prev.swpBtnBase::after {
    font-size: 17.33333333px;
  }
}
@media (max-width: 1024px) {
  .swiper-button-next.swpBtnBase::after,
  .swiper-button-prev.swpBtnBase::after {
    font-size: 13.86666667px;
  }
}
@media (max-width: 1680px) {
  .swiper-button-next.swpBtnBase::after,
  .swiper-button-prev.swpBtnBase::after {
    font-size: 22px;
  }
}
@media (max-width: 1440px) {
  .swiper-button-next.swpBtnBase::after,
  .swiper-button-prev.swpBtnBase::after {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .swiper-button-next.swpBtnBase::after,
  .swiper-button-prev.swpBtnBase::after {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .swiper-button-next.swpBtnBase::after,
  .swiper-button-prev.swpBtnBase::after {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .swiper-button-next.swpBtnBase,
  .swiper-button-prev.swpBtnBase {
    width: 35px;
    height: 35px;
    min-width: 35px;
    min-height: 35px;
  }
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #adaeaf;
  opacity: 1;
  transition: all 0.5s;
  border-radius: 5px;
  margin: 0 7px;
}
.swiper-pagination-bullet-active {
  background: #1338BF;
  width: 27px;
}
@media (max-width: 1440px) {
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }
  .swiper-pagination-bullet-active {
    width: 27px;
  }
}
@media (max-width: 768px) {
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }
  .swiper-pagination-bullet-active {
    width: 25px;
  }
}
.jxgd_title_base h2 {
  color: #333;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 4px;
  line-height: 1.5;
  position: relative;
}
@media (max-width: 1680px) {
  .jxgd_title_base h2 {
    font-size: 42px;
  }
}
@media (max-width: 1440px) {
  .jxgd_title_base h2 {
    font-size: 36px;
  }
}
@media (max-width: 1280px) {
  .jxgd_title_base h2 {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .jxgd_title_base h2 {
    font-size: 25.6px;
  }
}
@media (max-width: 1680px) {
  .jxgd_title_base h2 {
    font-size: 42px;
  }
}
@media (max-width: 1440px) {
  .jxgd_title_base h2 {
    font-size: 32px;
  }
}
@media (max-width: 1280px) {
  .jxgd_title_base h2 {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .jxgd_title_base h2 {
    font-size: 24px;
  }
}
.jxgd_title_base p {
  line-height: 1.5;
  color: #999;
  font-size: 26px;
  text-align: center;
  margin-top: 2px;
}
@media (max-width: 1680px) {
  .jxgd_title_base p {
    font-size: 22.75px;
  }
}
@media (max-width: 1440px) {
  .jxgd_title_base p {
    font-size: 19.5px;
  }
}
@media (max-width: 1280px) {
  .jxgd_title_base p {
    font-size: 17.33333333px;
  }
}
@media (max-width: 1024px) {
  .jxgd_title_base p {
    font-size: 13.86666667px;
  }
}
@media (max-width: 1680px) {
  .jxgd_title_base p {
    font-size: 22px;
  }
}
@media (max-width: 1440px) {
  .jxgd_title_base p {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .jxgd_title_base p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .jxgd_title_base h2 {
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 15px;
    line-height: 1.28;
  }
  .jxgd_title_base h2::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 1px;
    background: #1338BF;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .jxgd_title_base p {
    font-size: 14px;
    margin-top: 0;
  }
}
.jxgd613_sybn {
  position: relative;
  overflow: hidden;
}
.jxgd613_sybn video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.jxgd613_sybn .hh_syb {
  position: absolute;
  left: 49%;
  bottom: 2.917vw;
  transform: translateX(-50%);
  z-index: 10;
}
.jxgd613_sybn .hh_syb img {
  height: 2.083vw;
  min-height: 30px;
}
.jxgd613_sybn .art {
  position: absolute;
  width: 100%;
  left: 00%;
  top: 50%;
  transform: translateY(-75%);
  color: #fff;
  text-align: center;
}
.jxgd613_sybn .art h2 {
  font-size: 60px;
  padding-bottom: 1.04vw;
  margin-bottom: 2.6vw;
  font-family: "sy_r";
  font-weight: 600;
  position: relative;
}
@media (max-width: 1680px) {
  .jxgd613_sybn .art h2 {
    font-size: 52.5px;
  }
}
@media (max-width: 1440px) {
  .jxgd613_sybn .art h2 {
    font-size: 45px;
  }
}
@media (max-width: 1280px) {
  .jxgd613_sybn .art h2 {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .jxgd613_sybn .art h2 {
    font-size: 32px;
  }
}
.jxgd613_sybn .art h2 em {
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -2.5px;
}
.jxgd613_sybn .art h2:before,
.jxgd613_sybn .art h2:after {
  content: '';
  width: 12vw;
  height: 2px;
  position: absolute;
  bottom: 1.5px;
}
.jxgd613_sybn .art h2:before {
  right: calc(50% + 15px);
  background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0.1));
}
.jxgd613_sybn .art h2:after {
  left: calc(50% + 15px);
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0.1));
}
.jxgd613_sybn .art h3 {
  font-size: 30px;
}
@media (max-width: 1680px) {
  .jxgd613_sybn .art h3 {
    font-size: 26.25px;
  }
}
@media (max-width: 1440px) {
  .jxgd613_sybn .art h3 {
    font-size: 22.5px;
  }
}
@media (max-width: 1280px) {
  .jxgd613_sybn .art h3 {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .jxgd613_sybn .art h3 {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .jxgd613_sybn .art h3 {
    font-size: 24px;
  }
}
@media (max-width: 1440px) {
  .jxgd613_sybn .art h3 {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .jxgd613_sybn .art h3 {
    font-size: 18px;
  }
}
.jxgd613_sybn .hh_syvbtn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 14.844vw;
  width: 10.417vw;
  height: 3.125vw;
  min-width: 170px;
  min-height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 1000px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s;
}
.jxgd613_sybn .hh_syvbtn:hover {
  background: #fff;
}
.jxgd613_sybn .hh_syvbtn:hover span {
  color: #333;
}
.jxgd613_sybn .hh_syvbtn:hover .hh_img {
  display: none;
}
.jxgd613_sybn .hh_syvbtn:hover .hh_img_a {
  display: block;
}
.jxgd613_sybn .hh_syvbtn span {
  font-size: 20px;
  color: #fff;
  padding-left: 2.083vw;
}
@media (max-width: 1680px) {
  .jxgd613_sybn .hh_syvbtn span {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .jxgd613_sybn .hh_syvbtn span {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .jxgd613_sybn .hh_syvbtn span {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .jxgd613_sybn .hh_syvbtn span {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .jxgd613_sybn .hh_syvbtn span {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .jxgd613_sybn .hh_syvbtn span {
    font-size: 16px;
  }
}
.jxgd613_sybn .hh_syvbtn > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.jxgd613_sybn .hh_syvbtn > div img {
  width: 2.083vw;
  height: 2.083vw;
  min-width: 30px;
  min-height: 30px;
  margin-right: 10px;
}
.jxgd613_sybn .hh_syvbtn > div .hh_img_a {
  display: none;
}
.jxgd613_sybn .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
.jxgd613_sybn .bgimg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jxgd613_sybn .bgimg.wap {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .jxgd613_sybn .bgimg {
    display: none;
  }
  .jxgd613_sybn .bgimg.wap {
    display: block;
  }
}
.jxgd613_sybn .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 1.094vw;
  background: #ffffff;
}
.jxgd613_sybn .swiper-pagination-bullet-active {
  background: #fff;
}
.jxgd613_sybn .swiper-pagination {
  position: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.jxgd613_sybn .sybnBtnBox {
  position: absolute;
  bottom: 3.385vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 3.542vw;
  right: 3.125vw;
  height: 40px;
}
.jxgd613_sybn .sybnBtnBox .hh_div {
  position: relative;
  z-index: 1;
  margin-left: 1.979vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.jxgd613_sybn .sybnBtnBox .hh_div .hh_link {
  width: 40px;
  height: 2px;
  background: #fff;
}
.jxgd613_sybn .sybnBtnBox .hh_div .sBox {
  margin-left: 24px;
}
.jxgd613_sybn .sybnBtnBox .hh_div .sBox .s0,
.jxgd613_sybn .sybnBtnBox .hh_div .sBox .s1 {
  font-size: 44px;
  color: #fff;
  font-family: 'dinb';
  letter-spacing: 2px;
}
@media (max-width: 1680px) {
  .jxgd613_sybn .sybnBtnBox .hh_div .sBox .s0,
  .jxgd613_sybn .sybnBtnBox .hh_div .sBox .s1 {
    font-size: 38.5px;
  }
}
@media (max-width: 1440px) {
  .jxgd613_sybn .sybnBtnBox .hh_div .sBox .s0,
  .jxgd613_sybn .sybnBtnBox .hh_div .sBox .s1 {
    font-size: 33px;
  }
}
@media (max-width: 1280px) {
  .jxgd613_sybn .sybnBtnBox .hh_div .sBox .s0,
  .jxgd613_sybn .sybnBtnBox .hh_div .sBox .s1 {
    font-size: 29.33333333px;
  }
}
@media (max-width: 1024px) {
  .jxgd613_sybn .sybnBtnBox .hh_div .sBox .s0,
  .jxgd613_sybn .sybnBtnBox .hh_div .sBox .s1 {
    font-size: 23.46666667px;
  }
}
@media (max-width: 1680px) {
  .jxgd613_sybn .sybnBtnBox .hh_div .sBox .s0,
  .jxgd613_sybn .sybnBtnBox .hh_div .sBox .s1 {
    font-size: 38px;
  }
}
@media (max-width: 1440px) {
  .jxgd613_sybn .sybnBtnBox .hh_div .sBox .s0,
  .jxgd613_sybn .sybnBtnBox .hh_div .sBox .s1 {
    font-size: 28px;
  }
}
@media (max-width: 1280px) {
  .jxgd613_sybn .sybnBtnBox .hh_div .sBox .s0,
  .jxgd613_sybn .sybnBtnBox .hh_div .sBox .s1 {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .jxgd613_sybn .sybnBtnBox .hh_div .sBox .s0,
  .jxgd613_sybn .sybnBtnBox .hh_div .sBox .s1 {
    font-size: 22px;
  }
}
.jxgd613_sybn .sybnBtnBox .hh_div .sBox .syb {
  margin-left: 4px;
}
.jxgd613_sybn .sybnBtnBox .hh_div .sBox .syb,
.jxgd613_sybn .sybnBtnBox .hh_div .sBox .s2,
.jxgd613_sybn .sybnBtnBox .hh_div .sBox .s3 {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.3);
  font-weight: bold;
}
@media (max-width: 1680px) {
  .jxgd613_sybn .sybnBtnBox .hh_div .sBox .syb,
  .jxgd613_sybn .sybnBtnBox .hh_div .sBox .s2,
  .jxgd613_sybn .sybnBtnBox .hh_div .sBox .s3 {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .jxgd613_sybn .sybnBtnBox .hh_div .sBox .syb,
  .jxgd613_sybn .sybnBtnBox .hh_div .sBox .s2,
  .jxgd613_sybn .sybnBtnBox .hh_div .sBox .s3 {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .jxgd613_sybn .sybnBtnBox .hh_div .sBox .syb,
  .jxgd613_sybn .sybnBtnBox .hh_div .sBox .s2,
  .jxgd613_sybn .sybnBtnBox .hh_div .sBox .s3 {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .jxgd613_sybn .sybnBtnBox .hh_div .sBox .syb,
  .jxgd613_sybn .sybnBtnBox .hh_div .sBox .s2,
  .jxgd613_sybn .sybnBtnBox .hh_div .sBox .s3 {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .jxgd613_sybn .sybnBtnBox .hh_div .sBox .syb,
  .jxgd613_sybn .sybnBtnBox .hh_div .sBox .s2,
  .jxgd613_sybn .sybnBtnBox .hh_div .sBox .s3 {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .jxgd613_sybn .sybnBtnBox .hh_div .sBox .syb,
  .jxgd613_sybn .sybnBtnBox .hh_div .sBox .s2,
  .jxgd613_sybn .sybnBtnBox .hh_div .sBox .s3 {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .jxgd613_sybn .hh_syvbtn {
    min-width: 160px;
  }
}
@media (max-width: 1290px) {
  .jxgd613_sybn .sybnBtnBox .hh_div .sBox .s0,
  .jxgd613_sybn .sybnBtnBox .hh_div .sBox .s1 {
    font-size: 30px;
  }
  .jxgd613_sybn .hh_syvbtn span {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .jxgd613_sybn .hh_syvbtn {
    min-width: 150px;
    min-height: 46px;
    bottom: 13.844vw;
  }
}
@media (max-width: 768px) {
  .jxgd613_sybn .hh_syb {
    display: none;
  }
  .jxgd613_sybn .sybnBtnBox .hh_div {
    display: none;
  }
  .jxgd613_sybn .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 10px;
  }
  .jxgd613_sybn .sybnBtnBox {
    bottom: 5px;
    right: unset;
    transform: translateX(-50%);
    z-index: 2;
    left: 50%;
  }
}
.jxgd613_sypro {
  padding: 5.469vw 0 5.573vw;
}
.jxgd613_sypro .hh_cont {
  margin-top: 2.708vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.jxgd613_sypro .hh_cont .hh_left,
.jxgd613_sypro .hh_cont .hh_right {
  width: 49.0625%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.jxgd613_sypro .hh_cont .hh_left a,
.jxgd613_sypro .hh_cont .hh_right a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
.jxgd613_sypro .hh_cont .hh_left a:hover .hh_div1 img,
.jxgd613_sypro .hh_cont .hh_right a:hover .hh_div1 img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.jxgd613_sypro .hh_cont .hh_left a:hover .hh_div2,
.jxgd613_sypro .hh_cont .hh_right a:hover .hh_div2 {
  transform: translateY(0);
}
.jxgd613_sypro .hh_cont .hh_left a:hover .hh_div2 .hh_c2,
.jxgd613_sypro .hh_cont .hh_right a:hover .hh_div2 .hh_c2 {
  opacity: 1;
}
.jxgd613_sypro .hh_cont .hh_left a .hh_div1,
.jxgd613_sypro .hh_cont .hh_right a .hh_div1 {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 85.35%;
  overflow: hidden;
  transition: all 0.5s;
}
.jxgd613_sypro .hh_cont .hh_left a .hh_div1 > .img,
.jxgd613_sypro .hh_cont .hh_right a .hh_div1 > .img,
.jxgd613_sypro .hh_cont .hh_left a .hh_div1 img,
.jxgd613_sypro .hh_cont .hh_right a .hh_div1 img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.jxgd613_sypro .hh_cont .hh_left a .hh_div1 img,
.jxgd613_sypro .hh_cont .hh_right a .hh_div1 img {
  transition: all 0.8s;
  object-fit: cover;
}
.jxgd613_sypro .hh_cont .hh_left a .hh_div1::before,
.jxgd613_sypro .hh_cont .hh_right a .hh_div1::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
}
.jxgd613_sypro .hh_cont .hh_left a .hh_div2,
.jxgd613_sypro .hh_cont .hh_right a .hh_div2 {
  position: absolute;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  padding: 2.083vw 3.125vw;
  z-index: 2;
  transform: translateY(3.385vw);
  transition: all 0.5s;
}
.jxgd613_sypro .hh_cont .hh_left a .hh_div2 .hh_c1 h3,
.jxgd613_sypro .hh_cont .hh_right a .hh_div2 .hh_c1 h3 {
  font-size: 36px;
  line-height: 1.5;
  color: #fff;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 13px;
  font-family: 'sy_l';
  font-weight: bold;
}
@media (max-width: 1680px) {
  .jxgd613_sypro .hh_cont .hh_left a .hh_div2 .hh_c1 h3,
  .jxgd613_sypro .hh_cont .hh_right a .hh_div2 .hh_c1 h3 {
    font-size: 31.5px;
  }
}
@media (max-width: 1440px) {
  .jxgd613_sypro .hh_cont .hh_left a .hh_div2 .hh_c1 h3,
  .jxgd613_sypro .hh_cont .hh_right a .hh_div2 .hh_c1 h3 {
    font-size: 27px;
  }
}
@media (max-width: 1280px) {
  .jxgd613_sypro .hh_cont .hh_left a .hh_div2 .hh_c1 h3,
  .jxgd613_sypro .hh_cont .hh_right a .hh_div2 .hh_c1 h3 {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .jxgd613_sypro .hh_cont .hh_left a .hh_div2 .hh_c1 h3,
  .jxgd613_sypro .hh_cont .hh_right a .hh_div2 .hh_c1 h3 {
    font-size: 19.2px;
  }
}
.jxgd613_sypro .hh_cont .hh_left a .hh_div2 .hh_c1 h3::before,
.jxgd613_sypro .hh_cont .hh_right a .hh_div2 .hh_c1 h3::before {
  content: '';
  position: absolute;
  height: 2px;
  width: 60px;
  background: #fff;
  bottom: 0;
}
.jxgd613_sypro .hh_cont .hh_left a .hh_div2 .hh_c1 p,
.jxgd613_sypro .hh_cont .hh_right a .hh_div2 .hh_c1 p {
  font-size: 22px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.5;
}
@media (max-width: 1680px) {
  .jxgd613_sypro .hh_cont .hh_left a .hh_div2 .hh_c1 p,
  .jxgd613_sypro .hh_cont .hh_right a .hh_div2 .hh_c1 p {
    font-size: 19.25px;
  }
}
@media (max-width: 1440px) {
  .jxgd613_sypro .hh_cont .hh_left a .hh_div2 .hh_c1 p,
  .jxgd613_sypro .hh_cont .hh_right a .hh_div2 .hh_c1 p {
    font-size: 16.5px;
  }
}
@media (max-width: 1280px) {
  .jxgd613_sypro .hh_cont .hh_left a .hh_div2 .hh_c1 p,
  .jxgd613_sypro .hh_cont .hh_right a .hh_div2 .hh_c1 p {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  .jxgd613_sypro .hh_cont .hh_left a .hh_div2 .hh_c1 p,
  .jxgd613_sypro .hh_cont .hh_right a .hh_div2 .hh_c1 p {
    font-size: 11.73333333px;
  }
}
@media (max-width: 1680px) {
  .jxgd613_sypro .hh_cont .hh_left a .hh_div2 .hh_c1 p,
  .jxgd613_sypro .hh_cont .hh_right a .hh_div2 .hh_c1 p {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .jxgd613_sypro .hh_cont .hh_left a .hh_div2 .hh_c1 p,
  .jxgd613_sypro .hh_cont .hh_right a .hh_div2 .hh_c1 p {
    font-size: 16px;
  }
}
.jxgd613_sypro .hh_cont .hh_left a .hh_div2 .hh_c2,
.jxgd613_sypro .hh_cont .hh_right a .hh_div2 .hh_c2 {
  opacity: 0;
  font-size: 18px;
  color: #fff;
  margin-top: 1.615vw;
  transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
@media (max-width: 1680px) {
  .jxgd613_sypro .hh_cont .hh_left a .hh_div2 .hh_c2,
  .jxgd613_sypro .hh_cont .hh_right a .hh_div2 .hh_c2 {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .jxgd613_sypro .hh_cont .hh_left a .hh_div2 .hh_c2,
  .jxgd613_sypro .hh_cont .hh_right a .hh_div2 .hh_c2 {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .jxgd613_sypro .hh_cont .hh_left a .hh_div2 .hh_c2,
  .jxgd613_sypro .hh_cont .hh_right a .hh_div2 .hh_c2 {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .jxgd613_sypro .hh_cont .hh_left a .hh_div2 .hh_c2,
  .jxgd613_sypro .hh_cont .hh_right a .hh_div2 .hh_c2 {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .jxgd613_sypro .hh_cont .hh_left a .hh_div2 .hh_c2,
  .jxgd613_sypro .hh_cont .hh_right a .hh_div2 .hh_c2 {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .jxgd613_sypro .hh_cont .hh_left a .hh_div2 .hh_c2,
  .jxgd613_sypro .hh_cont .hh_right a .hh_div2 .hh_c2 {
    font-size: 16px;
  }
}
.jxgd613_sypro .hh_cont .hh_left a .hh_div2 .hh_c2 span,
.jxgd613_sypro .hh_cont .hh_right a .hh_div2 .hh_c2 span {
  margin-right: 10px;
}
.jxgd613_sypro .hh_cont .hh_left a .hh_div2 .hh_c2 .hh_img_a,
.jxgd613_sypro .hh_cont .hh_right a .hh_div2 .hh_c2 .hh_img_a {
  display: none;
}
.jxgd613_sypro .hh_cont .hh_right a .hh_div1 {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 40.76%;
}
.jxgd613_sypro .hh_cont .hh_right a .hh_div1 > .img,
.jxgd613_sypro .hh_cont .hh_right a .hh_div1 img {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .jxgd613_sypro {
    padding: 35px 0 18px;
  }
  .jxgd613_sypro .hh_cont .hh_left,
  .jxgd613_sypro .hh_cont .hh_right {
    width: 100%;
  }
  .jxgd613_sypro .hh_cont {
    margin-top: 22px;
    flex-direction: column;
  }
  .jxgd613_sypro .hh_cont .hh_right a .hh_div2,
  .jxgd613_sypro .hh_cont .hh_left a .hh_div2 {
    position: unset;
    transform: translateY(0);
    background: #f5f5f5;
    padding: 20px 15px 15px;
  }
  .jxgd613_sypro .hh_cont .hh_left a .hh_div2 .hh_c1 h3,
  .jxgd613_sypro .hh_cont .hh_right a .hh_div2 .hh_c1 h3 {
    color: #000;
  }
  .jxgd613_sypro .hh_cont .hh_left a .hh_div2 .hh_c1 p,
  .jxgd613_sypro .hh_cont .hh_right a .hh_div2 .hh_c1 p {
    color: #333;
  }
  .jxgd613_sypro .hh_cont .hh_left a .hh_div2 .hh_c1 h3::before,
  .jxgd613_sypro .hh_cont .hh_right a .hh_div2 .hh_c1 h3::before {
    background: #000;
  }
  .jxgd613_sypro .hh_cont .hh_left a,
  .jxgd613_sypro .hh_cont .hh_right a {
    flex-direction: column;
  }
  .jxgd613_sypro .hh_cont .hh_left a .hh_div2 .hh_c1 h3,
  .jxgd613_sypro .hh_cont .hh_right a .hh_div2 .hh_c1 h3 {
    font-size: 16px;
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
  .jxgd613_sypro .hh_cont .hh_left a .hh_div2 .hh_c1 p,
  .jxgd613_sypro .hh_cont .hh_right a .hh_div2 .hh_c1 p {
    font-size: 14px;
  }
  .jxgd613_sypro .hh_cont .hh_left a .hh_div2 .hh_c2 span,
  .jxgd613_sypro .hh_cont .hh_right a .hh_div2 .hh_c2 span {
    font-size: 13px;
    color: #666;
  }
  .jxgd613_sypro .hh_cont .hh_left a .hh_div2 .hh_c1 h3::before,
  .jxgd613_sypro .hh_cont .hh_right a .hh_div2 .hh_c1 h3::before {
    width: 30px;
    height: 1px;
  }
  .jxgd613_sypro .hh_cont .hh_left a .hh_div2 .hh_c2,
  .jxgd613_sypro .hh_cont .hh_right a .hh_div2 .hh_c2 {
    opacity: 1;
    margin-top: 15px;
  }
  .jxgd613_sypro .hh_cont .hh_right a .hh_div1 {
    padding-bottom: 55%;
  }
  .jxgd613_sypro .hh_cont .hh_left a,
  .jxgd613_sypro .hh_cont .hh_right a {
    margin-bottom: 18px;
  }
  .jxgd613_sypro .hh_cont .hh_left a .hh_div2 .hh_c2 span,
  .jxgd613_sypro .hh_cont .hh_right a .hh_div2 .hh_c2 span {
    margin-right: 5px;
  }
  .jxgd613_sypro .hh_cont .hh_left a .hh_div2 .hh_c2 img,
  .jxgd613_sypro .hh_cont .hh_right a .hh_div2 .hh_c2 img {
    height: 20px;
  }
  .jxgd613_sypro .hh_cont .hh_left a .hh_div2 .hh_c2 div,
  .jxgd613_sypro .hh_cont .hh_right a .hh_div2 .hh_c2 div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  .jxgd613_sypro .hh_cont .hh_left a .hh_div2 .hh_c2 .hh_img,
  .jxgd613_sypro .hh_cont .hh_right a .hh_div2 .hh_c2 .hh_img {
    display: none;
  }
  .jxgd613_sypro .hh_cont .hh_left a .hh_div2 .hh_c2 .hh_img_a,
  .jxgd613_sypro .hh_cont .hh_right a .hh_div2 .hh_c2 .hh_img_a {
    display: block;
    height: 18px;
  }
}
.jxgd613_syyg {
  padding: 0 0 6.25vw;
  overflow: hidden;
}
.jxgd613_syyg .jxgd613_ygSwp {
  margin-top: 2.708vw;
  position: relative;
}
.jxgd613_syyg .swiper-slide {
  position: relative;
  overflow: hidden;
}
.jxgd613_syyg .swiper-slide:hover .hh_div2 {
  top: 36%;
}
.jxgd613_syyg .swiper-slide:hover::before {
  opacity: 0.8;
}
.jxgd613_syyg .swiper-slide:hover::after {
  opacity: 0;
}
.jxgd613_syyg .swiper-slide::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 20%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
  transition: all 0.5s;
  bottom: 0;
}
.jxgd613_syyg .swiper-slide::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s;
}
.jxgd613_syyg .swiper-slide .hh_div1 {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 166.66%;
}
.jxgd613_syyg .swiper-slide .hh_div1 > .img,
.jxgd613_syyg .swiper-slide .hh_div1 img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.jxgd613_syyg .swiper-slide .hh_div1 img {
  object-fit: cover;
}
.jxgd613_syyg .swiper-slide .hh_div2 {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 100%;
  padding: 0 1.563vw;
  margin-bottom: 4.063vw;
  top: 86.5%;
  transition: all 0.5s;
}
.jxgd613_syyg .swiper-slide .hh_div2 h3 {
  color: #fff;
  font-size: 36px;
  font-family: 'sy_l';
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 1680px) {
  .jxgd613_syyg .swiper-slide .hh_div2 h3 {
    font-size: 31.5px;
  }
}
@media (max-width: 1440px) {
  .jxgd613_syyg .swiper-slide .hh_div2 h3 {
    font-size: 27px;
  }
}
@media (max-width: 1280px) {
  .jxgd613_syyg .swiper-slide .hh_div2 h3 {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .jxgd613_syyg .swiper-slide .hh_div2 h3 {
    font-size: 19.2px;
  }
}
.jxgd613_syyg .swiper-slide .hh_div2 h3::before {
  content: '';
  position: absolute;
  width: 160px;
  height: 2px;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 49%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.jxgd613_syyg .swiper-slide .hh_div2 .hh_c1 {
  margin-top: 4.323vw;
  height: 9.115vw;
  margin-bottom: 4.896vw;
  overflow-y: auto;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
.jxgd613_syyg .swiper-slide .hh_div2 .hh_c1::-webkit-scrollbar {
  width: 2px;
  /*对垂直流动条有效*/
}
.jxgd613_syyg .swiper-slide .hh_div2 .hh_c1::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ededed;
  background-color: #ededed;
  border-radius: 3px;
}
.jxgd613_syyg .swiper-slide .hh_div2 .hh_c1::-webkit-scrollbar-thumb {
  border-radius: 7px;
  -webkit-box-shadow: inset 0 0 6px #fff;
  background-color: #fff;
}
.jxgd613_syyg .swiper-slide .hh_div2 .hh_c1 p {
  font-size: 18px;
  line-height: 1.66;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
}
@media (max-width: 1680px) {
  .jxgd613_syyg .swiper-slide .hh_div2 .hh_c1 p {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .jxgd613_syyg .swiper-slide .hh_div2 .hh_c1 p {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .jxgd613_syyg .swiper-slide .hh_div2 .hh_c1 p {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .jxgd613_syyg .swiper-slide .hh_div2 .hh_c1 p {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .jxgd613_syyg .swiper-slide .hh_div2 .hh_c1 p {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .jxgd613_syyg .swiper-slide .hh_div2 .hh_c1 p {
    font-size: 16px;
  }
}
.jxgd613_syyg .swiper-slide .hh_div2 .hh_c2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.jxgd613_syyg .swiper-slide .hh_div2 .hh_c2 span {
  font-size: 24px;
  color: #fff;
  position: relative;
}
@media (max-width: 1680px) {
  .jxgd613_syyg .swiper-slide .hh_div2 .hh_c2 span {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .jxgd613_syyg .swiper-slide .hh_div2 .hh_c2 span {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .jxgd613_syyg .swiper-slide .hh_div2 .hh_c2 span {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .jxgd613_syyg .swiper-slide .hh_div2 .hh_c2 span {
    font-size: 12.8px;
  }
}
@media (max-width: 1680px) {
  .jxgd613_syyg .swiper-slide .hh_div2 .hh_c2 span {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .jxgd613_syyg .swiper-slide .hh_div2 .hh_c2 span {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .jxgd613_syyg .swiper-slide .hh_div2 .hh_c2 span {
    font-size: 16px;
  }
}
.jxgd613_syyg .swiper-slide .hh_div2 .hh_c2 span img {
  position: absolute;
  top: 49%;
  transform: translateY(-50%);
  right: -35px;
}
.jxgd613_syyg .swiper-button-prev {
  left: 3.125vw;
}
.jxgd613_syyg .swiper-button-next {
  right: 3.125vw;
}
@media (max-width: 768px) {
}
.proo_con1.casel_con1 {
  padding: 0 20px 40px;
}
.proo_con1 .h1 {
  position: relative;
  text-align: center;
  font-size: 62px;
  color: #000;
  font-family: 'albb';
  font-weight: bold;
}
.proo_con1 .h1 .h2 {
  font-size: 138px;
  color: #f6f6f6;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rqapp {
  width: 100%;
}
.rqapp .top {
  width: 100%;
}
.rqapp .top .div {
  width: 100%;
  display: none;
  box-shadow: 0 0 14px 1px rgba(234, 234, 234, 0.75);
}
.rqapp .top .div .rqapp_title {
  padding: 20px 15px 25px;
}
.rqapp .top .div.on {
  display: block;
}
.rqapp .top .p1 {
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.rqapp .top .div1 {
  width: 100%;
  margin-top: 16px;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rqapp .top .div2 {
  font-size: 14px;
  color: #666;
  margin-top: 15px;
  line-height: 1.5;
}
@media (max-width:768px) {
  .rqapp .top .div2 {
    line-height: 22px;
    height: 66px;
    overflow-y: auto;
  }
}
.rqapp .top .div1::-webkit-scrollbar {
  width: 5px;
  background-color: #dfdfdf;
  border-radius: 50px;
}
.rqapp .top .div1::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background-color: #0382da;
}
.rqapp .top .div1 a {
  font-size: 18px;
  color: #666666;
  display: block;
  line-height: 36px;
}
.rqapp .top .div1 a i {
  display: inline-block;
  width: 10px;
  height: 19px;
  background-image: url(../images/icon7.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: -3px;
  margin-left: 35px;
  transition: all 0.5s;
}
.rqapp .top .div1 a:hover i {
  background-image: url(../images/xz_img2.png);
}
.rqapp .bot {
  width: 100%;
  margin-top: 0px;
  position: relative;
}
.rqapp .bot .rq1 {
  width: 100%;
  position: relative;
}
.rqapp .bot .rq1 img {
  width: 100%;
  vertical-align: middle;
  height: auto;
  max-height: 455px;
  object-fit: cover;
}
.rqapp .bot .rq1 .ig {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.4s;
}
.rqapp .bot .rq1 .ig.on {
  opacity: 1;
}
.rqapp .bot .rq2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.rqapp .bot .rq2 .div {
  width: 100%;
  height: 65px;
  border-bottom: 1px solid #fff;
  display: table;
  padding: 0 20px;
  position: relative;
  transition: all 0.5s;
}
.rqapp .bot .rq2 .div.on1 {
  background: rgba(0, 0, 0, 0.3);
}
.rqapp .bot .rq2 .div:last-child {
  border-bottom: none;
}
.rqapp .bot .rq2 .div p {
  vertical-align: middle;
  display: table-cell;
  font-size: 16px;
  color: #fff;
}
.rqapp .bot .rq2 .div .div1 {
  float: right;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  right: 42px;
  transform: translateY(-50%);
}
.rqapp .bot .rq2 .div .div1::before {
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) scale(0.75);
  transition: 0.4s;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  height: 35px;
  width: 35px;
}
.rqapp .bot .rq2 .div.on1 .div1::before {
  animation: scalepulse 1.3s linear 0.15s infinite both;
  transform: translate3d(-50%, -50%, 0) scale(1);
}
.rqapp .bot .rq2 .div .div1::after {
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) scale(0.75);
  transition: 0.4s;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  height: 100%;
  width: 100%;
}
.rqapp .bot .rq2 .div.on1 .div1::after {
  animation: scalepulse 1.3s linear 0.3s infinite both;
  transform: translate3d(-50%, -50%, 0) scale(1);
}
@keyframes scalepulse {
  20% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1.15);
    transform: translate3d(-50%, -50%, 0) scale(1.15);
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
  }
  50% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
    transform: translate3d(-50%, -50%, 0) scale(1);
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
  }
}
.rqapp .bot .rq2 .div .div1 i {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rqapp .bot .rq2 .div.on1 .div1 i {
  width: 20px;
  height: 20px;
}
@media (max-width: 768px) {
  .rqapp .top .div1 a {
    font-size: 13px;
    line-height: 26px;
    color: #1338BF;
    width: 100px;
    line-height: 1;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .rqapp .top .div1 a span {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  .rqapp .top .p1 {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .proo_con1 .h1 {
    font-size: 24px;
  }
  .proo_con1 .h1 .h2 {
    font-size: 40px;
    top: 50%;
  }
  .rqapp .top .div1 {
    margin-top: 8px;
  }
  .rqapp .top .div1 a i {
    width: 15px;
    height: 16px;
    margin-bottom: -4px;
    margin-left: 23px;
  }
  .rqapp .bot {
    margin-top: 0px;
  }
  .rqapp .bot .rq2 .div {
    padding: 0 15px;
  }
  .rqapp .bot .rq2 .div p {
    font-size: 14px;
  }
  .rqapp .bot .rq2 .div .div1 {
    right: 15px;
  }
  .rqapp .bot .rq2 .div .div1 i {
    width: 12px;
    height: 12px;
  }
  .rqapp .bot .rq2 .div.on1 .div1 i {
    width: 16px;
    height: 16px;
  }
  .rqapp .bot .rq2 .div .div1::after {
    width: 45px;
    height: 45px;
  }
  .rqapp .bot .rq2 .div .div1::before {
    height: 30px;
    width: 30px;
  }
}
.jxgd613_sygy {
  padding: 0 0 5.521vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.jxgd613_sygy .hh_w2 {
  position: relative;
  height: 0;
  padding-bottom: 44.68%;
}
.jxgd613_sygy .hh_left {
  width: 24.2%;
  width: 28.63%;
  margin-left: 0;
  padding-top: 3.021vw;
}
.jxgd613_sygy .hh_left .hh_div1 h2 {
  font-size: 48px;
  color: #333;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
  font-weight: bold;
  letter-spacing: 4px;
}
@media (max-width: 1680px) {
  .jxgd613_sygy .hh_left .hh_div1 h2 {
    font-size: 42px;
  }
}
@media (max-width: 1440px) {
  .jxgd613_sygy .hh_left .hh_div1 h2 {
    font-size: 36px;
  }
}
@media (max-width: 1280px) {
  .jxgd613_sygy .hh_left .hh_div1 h2 {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .jxgd613_sygy .hh_left .hh_div1 h2 {
    font-size: 25.6px;
  }
}
@media (max-width: 1680px) {
  .jxgd613_sygy .hh_left .hh_div1 h2 {
    font-size: 42px;
  }
}
@media (max-width: 1440px) {
  .jxgd613_sygy .hh_left .hh_div1 h2 {
    font-size: 32px;
  }
}
@media (max-width: 1280px) {
  .jxgd613_sygy .hh_left .hh_div1 h2 {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .jxgd613_sygy .hh_left .hh_div1 h2 {
    font-size: 24px;
  }
}
.jxgd613_sygy .hh_left .hh_div1 p {
  margin-top: 18px;
  font-size: 26px;
  color: #666;
}
@media (max-width: 1680px) {
  .jxgd613_sygy .hh_left .hh_div1 p {
    font-size: 22.75px;
  }
}
@media (max-width: 1440px) {
  .jxgd613_sygy .hh_left .hh_div1 p {
    font-size: 19.5px;
  }
}
@media (max-width: 1280px) {
  .jxgd613_sygy .hh_left .hh_div1 p {
    font-size: 17.33333333px;
  }
}
@media (max-width: 1024px) {
  .jxgd613_sygy .hh_left .hh_div1 p {
    font-size: 13.86666667px;
  }
}
@media (max-width: 1680px) {
  .jxgd613_sygy .hh_left .hh_div1 p {
    font-size: 22px;
  }
}
@media (max-width: 1440px) {
  .jxgd613_sygy .hh_left .hh_div1 p {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .jxgd613_sygy .hh_left .hh_div1 p {
    font-size: 16px;
  }
}
.jxgd613_sygy .hh_left .hh_div2 {
  font-size: 20px;
  color: #999;
  line-height: 1.5;
  margin-top: 2.5vw;
  margin-bottom: 4.427vw;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 1680px) {
  .jxgd613_sygy .hh_left .hh_div2 {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .jxgd613_sygy .hh_left .hh_div2 {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .jxgd613_sygy .hh_left .hh_div2 {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .jxgd613_sygy .hh_left .hh_div2 {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .jxgd613_sygy .hh_left .hh_div2 {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .jxgd613_sygy .hh_left .hh_div2 {
    font-size: 16px;
  }
}
.jxgd613_sygy .hh_right {
  position: relative;
  width: 64%;
  height: 0;
  padding-bottom: 44.68%;
  position: absolute;
  right: 0;
  overflow: hidden;
}
.jxgd613_sygy .hh_right > .img,
.jxgd613_sygy .hh_right img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.jxgd613_sygy .hh_right img {
  transition: all 0.8s;
  object-fit: cover;
}
.jxgd613_sygy .hh_right ul {
  position: absolute;
  top: 47.4%;
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  padding: 0 4.375vw;
}
.jxgd613_sygy .hh_right ul * {
  color: #fff;
}
.jxgd613_sygy .hh_right ul li {
  margin-left: 4.167vw;
}
.jxgd613_sygy .hh_right ul li:nth-of-type(1) {
  margin-left: 0;
}
.jxgd613_sygy .hh_right ul .span1 {
  font-size: 3.125vw;
  font-family: 'dinb';
}
.jxgd613_sygy .hh_right ul .span2 {
  font-size: 20px;
  margin-left: 10px;
}
@media (max-width: 1680px) {
  .jxgd613_sygy .hh_right ul .span2 {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .jxgd613_sygy .hh_right ul .span2 {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .jxgd613_sygy .hh_right ul .span2 {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .jxgd613_sygy .hh_right ul .span2 {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .jxgd613_sygy .hh_right ul .span2 {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .jxgd613_sygy .hh_right ul .span2 {
    font-size: 16px;
  }
}
.jxgd613_sygy .hh_right ul .div2 {
  font-size: 20px;
  margin-top: 15px;
}
@media (max-width: 1680px) {
  .jxgd613_sygy .hh_right ul .div2 {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .jxgd613_sygy .hh_right ul .div2 {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .jxgd613_sygy .hh_right ul .div2 {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .jxgd613_sygy .hh_right ul .div2 {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .jxgd613_sygy .hh_right ul .div2 {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .jxgd613_sygy .hh_right ul .div2 {
    font-size: 16px;
  }
}
.jxgd613_sygy .hh_w {
  position: absolute;
  width: 100%;
  bottom: 5.521vw;
  left: 50%;
  transform: translateX(-50%);
}
.jxgd613_sygy .hh_w .hh_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  background: #fff;
  border-top: 7px solid #fff;
}
.jxgd613_sygy .hh_w .hh_ul li {
  width: 33%;
  position: relative;
  margin-right: 0.5%;
}
.jxgd613_sygy .hh_w .hh_ul li a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(19, 56, 191, 0.6);
  opacity: 0;
  z-index: 1;
  transition: all 0.5s;
}
.jxgd613_sygy .hh_w .hh_ul li:hover a::before {
  opacity: 1;
}
.jxgd613_sygy .hh_w .hh_ul li:hover .hh_div2 {
  bottom: 30%;
}
.jxgd613_sygy .hh_w .hh_ul li:hover .hh_div2 .hh_c1 {
  opacity: 1;
}
.jxgd613_sygy .hh_w .hh_ul li:hover .hh_div2 .hh_c2 img {
  opacity: 1;
}
.jxgd613_sygy .hh_w .hh_ul li .hh_div1 {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 57.03%;
}
.jxgd613_sygy .hh_w .hh_ul li .hh_div1 > .img,
.jxgd613_sygy .hh_w .hh_ul li .hh_div1 img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.jxgd613_sygy .hh_w .hh_ul li .hh_div2 {
  position: absolute;
  z-index: 2;
  bottom: 13.6%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.jxgd613_sygy .hh_w .hh_ul li .hh_div2 .hh_c1 {
  margin-bottom: 1.302vw;
  max-width: 4.167vw;
  max-height: 4.167vw;
  opacity: 0;
  transition: all 0.5s;
}
.jxgd613_sygy .hh_w .hh_ul li .hh_div2 .hh_c2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.jxgd613_sygy .hh_w .hh_ul li .hh_div2 .hh_c2 p {
  font-size: 30px;
  color: #fff;
  position: relative;
}
@media (max-width: 1680px) {
  .jxgd613_sygy .hh_w .hh_ul li .hh_div2 .hh_c2 p {
    font-size: 26.25px;
  }
}
@media (max-width: 1440px) {
  .jxgd613_sygy .hh_w .hh_ul li .hh_div2 .hh_c2 p {
    font-size: 22.5px;
  }
}
@media (max-width: 1280px) {
  .jxgd613_sygy .hh_w .hh_ul li .hh_div2 .hh_c2 p {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .jxgd613_sygy .hh_w .hh_ul li .hh_div2 .hh_c2 p {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .jxgd613_sygy .hh_w .hh_ul li .hh_div2 .hh_c2 p {
    font-size: 24px;
  }
}
@media (max-width: 1440px) {
  .jxgd613_sygy .hh_w .hh_ul li .hh_div2 .hh_c2 p {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .jxgd613_sygy .hh_w .hh_ul li .hh_div2 .hh_c2 p {
    font-size: 18px;
  }
}
.jxgd613_sygy .hh_w .hh_ul li .hh_div2 .hh_c2 p img {
  position: absolute;
  right: -40px;
  width: 32px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .jxgd613_sygy .hh_right {
    width: calc(100% - 34.6%);
  }
  .jxgd613_sygy .hh_left .hh_div2 {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .jxgd613_sygy .hh_right {
    width: calc(100% - 34.8%);
  }
  .jxgd613_sygy .hh_left .hh_div2 {
    font-size: 14px;
  }
  .jxgd613_sygy .hh_right ul .div2 {
    margin-top: 6px;
    font-size: 16px;
  }
}
@media (max-width: 1290px) {
  .jxgd613_sygy .hh_right {
    width: calc(100% - 34.9%);
  }
  .jxgd613_sygy .hh_right ul .div2 {
    font-size: 14px;
  }
  .jxgd613_sygy .hh_left .hh_div2 {
    margin-bottom: 3.65vw;
  }
  .jxgd613_sygy .hh_left .hh_div2 {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .jxgd613_sygy .hh_right ul {
    top: 45%;
    padding: 0 30px;
  }
}
@media (max-width: 1024px) {
  .jxgd613_sygy .hh_right {
    width: calc(100% - 34.3%);
  }
  .jxgd613_sygy .hh_left .hh_div2 {
    margin-top: 15px;
    margin-bottom: 25px;
  }
  .jxgd613_sygy .hh_right ul {
    top: 43%;
    padding: 0 30px;
  }
  .jxgd613_sygy .hh_left .hh_div2 {
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 990px) {
}
@media (max-width: 768px) {
  .jxgd613_sygy {
    padding: 0 20px 35px;
    flex-direction: column;
  }
  .jxgd613_sygy .hh_left,
  .jxgd613_sygy .hh_right {
    width: 100%;
  }
  .jxgd613_sygy .hh_left {
    margin-left: 0;
    padding-top: 0;
  }
  .jxgd613_sygy .hh_left .hh_div1 h2 {
    padding-bottom: 18px;
  }
  .jxgd613_sygy .hh_left .hh_div2 {
    -webkit-line-clamp: unset;
  }
  .jxgd613_sygy .hh_w {
    position: unset;
    bottom: unset;
    left: unset;
    transform: unset;
    padding: 0;
  }
  .jxgd613_sygy .hh_right {
    padding-bottom: 70%;
    margin-top: 30px;
  }
  .jxgd613_sygy .hh_right ul .span1 {
    font-size: 24px;
  }
  .jxgd613_sygy .hh_right ul {
    top: 50%;
    transform: translateY(-50%);
    flex-wrap: wrap;
    padding: 0 20px;
  }
  .jxgd613_sygy .hh_right ul li {
    width: 48%;
    margin-left: 4%;
    margin-bottom: 25px;
  }
  .jxgd613_sygy .hh_right ul li:nth-of-type(2n+1) {
    margin-left: 0;
  }
  .jxgd613_sygy .hh_right ul li:nth-last-child(1),
  .jxgd613_sygy .hh_right ul li:nth-last-child(2) {
    margin-bottom: 0;
  }
  .jxgd613_sygy .hh_right ul .div2 {
    font-size: 13px;
  }
  .jxgd613_sygy .hh_right ul .span2 {
    margin-left: 0;
  }
  .jxgd613_sygy .hh_right ul * {
    text-align: center;
  }
  .jxgd613_sygy .hh_w .hh_ul {
    justify-content: space-between;
  }
  .jxgd613_sygy .hh_w .hh_ul li {
    width: 32.33%;
    margin-right: 0;
  }
  .jxgd613_sygy .hh_w .hh_ul li .hh_div2 .hh_c2 p {
    font-size: 13px;
  }
  .jxgd613_sygy .hh_w .hh_ul li .hh_div2 .hh_c2 p img {
    right: -16px;
    width: auto;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
  }
  .jxgd613_sygy .hh_left .hh_div1 h2 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .jxgd613_sygy .hh_w2 {
    padding: 0;
    height: auto;
    padding-bottom: unset;
  }
  .jxgd613_sygy .hh_right {
    position: relative;
  }
}
.jxgd613_syxw {
  padding-bottom: 5.208vw;
}
.jxgd613_syxw .hh_contBox {
  padding-top: 2.604vw;
}
.jxgd613_syxw .swiper-slide {
  transition: all 0.4s;
}
.jxgd613_syxw .swiper-slide:hover {
  box-shadow: 0px 10px 30px 0px rgba(62, 127, 187, 0.15);
}
.jxgd613_syxw .swiper-slide:hover .hh_div1 img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.jxgd613_syxw .swiper-slide:hover .hh_div2 .hh_c3 span {
  color: #1338BF;
}
.jxgd613_syxw .swiper-slide:hover .hh_div2 .hh_c3 div .hh_img {
  display: none;
}
.jxgd613_syxw .swiper-slide:hover .hh_div2 .hh_c3 div .hh_img_a {
  display: block;
}
.jxgd613_syxw .swiper-slide .hh_div1 {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 54.58%;
  overflow: hidden;
}
.jxgd613_syxw .swiper-slide .hh_div1 > .img,
.jxgd613_syxw .swiper-slide .hh_div1 img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.jxgd613_syxw .swiper-slide .hh_div1 img {
  transition: all 0.8s;
  object-fit: cover;
}
.jxgd613_syxw .swiper-slide .hh_div2 {
  padding: 1.563vw 1.563vw 1.823vw;
}
.jxgd613_syxw .swiper-slide .hh_div2 h3 {
  font-size: 24px;
  color: #333;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-weight: bold;
}
@media (max-width: 1680px) {
  .jxgd613_syxw .swiper-slide .hh_div2 h3 {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .jxgd613_syxw .swiper-slide .hh_div2 h3 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .jxgd613_syxw .swiper-slide .hh_div2 h3 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .jxgd613_syxw .swiper-slide .hh_div2 h3 {
    font-size: 12.8px;
  }
}
@media (max-width: 1680px) {
  .jxgd613_syxw .swiper-slide .hh_div2 h3 {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .jxgd613_syxw .swiper-slide .hh_div2 h3 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .jxgd613_syxw .swiper-slide .hh_div2 h3 {
    font-size: 16px;
  }
}
.jxgd613_syxw .swiper-slide .hh_div2 .hh_c1 {
  color: #999;
  font-size: 20px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.938vw;
  line-height: 1.5;
  font-family: 'sy_l';
  font-weight: bold;
}
@media (max-width: 1680px) {
  .jxgd613_syxw .swiper-slide .hh_div2 .hh_c1 {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .jxgd613_syxw .swiper-slide .hh_div2 .hh_c1 {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .jxgd613_syxw .swiper-slide .hh_div2 .hh_c1 {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .jxgd613_syxw .swiper-slide .hh_div2 .hh_c1 {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .jxgd613_syxw .swiper-slide .hh_div2 .hh_c1 {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .jxgd613_syxw .swiper-slide .hh_div2 .hh_c1 {
    font-size: 16px;
  }
}
.jxgd613_syxw .swiper-slide .hh_div2 .hh_c2 {
  font-size: 20px;
  color: #ccc;
  font-family: 'din';
  margin-top: 0.781vw;
}
@media (max-width: 1680px) {
  .jxgd613_syxw .swiper-slide .hh_div2 .hh_c2 {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .jxgd613_syxw .swiper-slide .hh_div2 .hh_c2 {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .jxgd613_syxw .swiper-slide .hh_div2 .hh_c2 {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .jxgd613_syxw .swiper-slide .hh_div2 .hh_c2 {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .jxgd613_syxw .swiper-slide .hh_div2 .hh_c2 {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .jxgd613_syxw .swiper-slide .hh_div2 .hh_c2 {
    font-size: 16px;
  }
}
.jxgd613_syxw .swiper-slide .hh_div2 .hh_c3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-top: 1.979vw;
  font-size: 20px;
}
@media (max-width: 1680px) {
  .jxgd613_syxw .swiper-slide .hh_div2 .hh_c3 {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .jxgd613_syxw .swiper-slide .hh_div2 .hh_c3 {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .jxgd613_syxw .swiper-slide .hh_div2 .hh_c3 {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .jxgd613_syxw .swiper-slide .hh_div2 .hh_c3 {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .jxgd613_syxw .swiper-slide .hh_div2 .hh_c3 {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .jxgd613_syxw .swiper-slide .hh_div2 .hh_c3 {
    font-size: 16px;
  }
}
.jxgd613_syxw .swiper-slide .hh_div2 .hh_c3 span {
  line-height: 1;
  margin-right: 10px;
  transition: all 0.5s;
  font-weight: 500;
}
.jxgd613_syxw .swiper-slide .hh_div2 .hh_c3 div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.jxgd613_syxw .swiper-slide .hh_div2 .hh_c3 div .hh_img_a {
  display: none;
}
@media (max-width: 1024px) {
  .jxgd613_syxw .swiper-slide .hh_div2 .hh_c1 {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .jxgd613_syxw {
    padding-bottom: 25px;
  }
  .jxgd613_xwSwp {
    overflow: hidden;
    position: relative;
    padding-bottom: 50px;
  }
  .jxgd613_syxw .hh_title h2 {
    margin-bottom: 13px;
    padding-bottom: 13px;
  }
  .jxgd613_syxw .hh_contBox {
    padding-top: 20px;
  }
  .jxgd613_syxw .swiper-slide .hh_div2 {
    padding: 20px 15px;
    border: 1px solid #eee;
    border-top: 0;
  }
  .jxgd613_syxw .swiper-slide .hh_div2 .hh_c1 {
    margin-top: 14px;
    margin-bottom: 8px;
  }
  .jxgd613_syxw .swiper-slide .hh_div2 .hh_c2,
  .jxgd613_syxw .swiper-slide .hh_div2 .hh_c3 {
    font-size: 13px;
  }
  .jxgd613_syxw .swiper-slide .hh_div2 .hh_c3 div img {
    width: 16px;
  }
  .jxgd613_syxw .swiper-slide .hh_div2 .hh_c3 {
    margin-top: 20px;
  }
}
.jxgd613_syzc {
  background: rgba(19, 56, 191, 0.05);
}
.jxgd613_syzc .hh_w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.jxgd613_syzc .hh_w .hh_left {
  width: 37.5%;
  padding: 5.469vw 0 4.688vw;
}
.jxgd613_syzc .hh_w .hh_left h2 {
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 4px;
}
@media (max-width: 1680px) {
  .jxgd613_syzc .hh_w .hh_left h2 {
    font-size: 42px;
  }
}
@media (max-width: 1440px) {
  .jxgd613_syzc .hh_w .hh_left h2 {
    font-size: 36px;
  }
}
@media (max-width: 1280px) {
  .jxgd613_syzc .hh_w .hh_left h2 {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .jxgd613_syzc .hh_w .hh_left h2 {
    font-size: 25.6px;
  }
}
@media (max-width: 1680px) {
  .jxgd613_syzc .hh_w .hh_left h2 {
    font-size: 42px;
  }
}
@media (max-width: 1440px) {
  .jxgd613_syzc .hh_w .hh_left h2 {
    font-size: 32px;
  }
}
@media (max-width: 1280px) {
  .jxgd613_syzc .hh_w .hh_left h2 {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .jxgd613_syzc .hh_w .hh_left h2 {
    font-size: 24px;
  }
}
.jxgd613_syzc .hh_w .hh_left .hh_cont {
  margin-top: 1.354vw;
  margin-bottom: 2.708vw;
  font-size: 20px;
  color: #999;
  line-height: 1.5;
}
@media (max-width: 1680px) {
  .jxgd613_syzc .hh_w .hh_left .hh_cont {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .jxgd613_syzc .hh_w .hh_left .hh_cont {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .jxgd613_syzc .hh_w .hh_left .hh_cont {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .jxgd613_syzc .hh_w .hh_left .hh_cont {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .jxgd613_syzc .hh_w .hh_left .hh_cont {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .jxgd613_syzc .hh_w .hh_left .hh_cont {
    font-size: 16px;
  }
}
.jxgd613_syzc .hh_w .hh_left .hh_div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.jxgd613_syzc .hh_w .hh_left .hh_div .hh_btns_ltr:nth-of-type(1) {
  margin-right: 3.125vw;
}
.jxgd613_syzc .hh_w .hh_left .hh_div .hh_btns_ltr:nth-of-type(1) a::after {
  width: 100%;
}
.jxgd613_syzc .hh_w .hh_left .hh_div .hh_btns_ltr:nth-of-type(1) a span {
  color: #fff;
}
.jxgd613_syzc .hh_w .hh_right {
  position: relative;
  width: 56.25%;
  height: 0;
  padding-bottom: 27.49%;
}
.jxgd613_syzc .hh_w .hh_right > .img,
.jxgd613_syzc .hh_w .hh_right img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.jxgd613_syzc .hh_w .hh_right img {
  object-fit: cover;
}
@media (max-width: 1440px) {
  .jxgd613_syzc .hh_w .hh_left .hh_div .hh_btns_ltr:nth-of-type(1) {
    margin-right: 30px;
  }
}
@media (max-width: 1024px) {
  .jxgd613_syzc .hh_w .hh_left .hh_div .hh_btns_ltr:nth-of-type(1) {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .jxgd613_syzc .hh_w {
    position: relative;
    padding: 0;
  }
  .jxgd613_syzc .hh_w .hh_right {
    display: none;
  }
  .jxgd613_syzc .hh_w .hh_left {
    width: 100%;
    padding: 40px 20px;
  }
  .jxgd613_syzc .hh_w .hh_left h2 {
    font-size: 22px;
    position: relative;
    margin-bottom: 16px;
    padding-bottom: 18px;
  }
  .jxgd613_syzc .hh_w .hh_left h2::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 1px;
    background: #1338BF;
    bottom: 0;
    left: 0%;
  }
  .jxgd613_syzc .hh_w .hh_left .hh_cont {
    margin-top: 0;
    margin-bottom: 25px;
  }
}
.list_box {
  background: rgba(19, 56, 191, 0.05);
}
.pro_info_top {
  position: sticky;
  top: 100px;
  z-index: 11;
  height: 80px;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.pro_info_top.scroll {
  top: 100px;
}
@media (max-width:1440px) {
  .pro_info_top.scroll {
    top: 80px;
  }
}
.pro_info_top.on .right .btn {
  max-width: none;
  padding: 0 20px;
  margin-left: 20px;
}
.pro_info_top:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #e8e8e8;
}
@media (max-width:1440px) {
  .pro_info_top {
    top: 80px;
  }
}
@media (max-width:990px) {
  .pro_info_top {
    top: 60px;
  }
}
.pro_info_top .w1400 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}
.pro_info_top .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.pro_info_top .left a {
  font-size: 18px;
  color: #999;
  font-family: "sy_l";
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .pro_info_top .left a {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .pro_info_top .left a {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .pro_info_top .left a {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .pro_info_top .left a {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .pro_info_top .left a {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .pro_info_top .left a {
    font-size: 16px;
  }
}
.pro_info_top .left a:hover,
.pro_info_top .left a.on {
  color: #1338BF;
}
.pro_info_top .left i {
  display: block;
  width: 4px;
  height: 4px;
  background: #999;
  border-radius: 0;
  margin: 0 10px;
}
.pro_info_top .right {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.pro_info_top .right .btn {
  background: #1338BF;
  padding: 0 0px;
  height: 80%;
  margin-left: 0px;
  width: auto;
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.pro_info_top .right .btn a {
  color: #fff;
}
.pro_info_top .right .btn a:hover {
  color: #fff;
}
.pro_info_top .right a {
  font-size: 24px;
  margin-left: 1.56vw;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
@media (max-width: 1680px) {
  .pro_info_top .right a {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .pro_info_top .right a {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .pro_info_top .right a {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .pro_info_top .right a {
    font-size: 12.8px;
  }
}
@media (max-width: 1680px) {
  .pro_info_top .right a {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .pro_info_top .right a {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .pro_info_top .right a {
    font-size: 16px;
  }
}
.pro_info_top .right a:before {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #1338BF;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.pro_info_top .right a:first-child {
  margin-left: 0;
}
.pro_info_top .right a:hover,
.pro_info_top .right a.on {
  color: #1338BF;
}
.pro_info_top .right a:hover:before,
.pro_info_top .right a.on:before {
  width: 100%;
}
@media (max-width:1440px) {
  .pro_info_top {
    height: 60px;
  }
}
@media (max-width:768px) {
  .pro_info_top {
    height: auto;
    padding: 10px 0 0px;
  }
  .pro_info_top .w1400 {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .pro_info_top .left {
    width: 100%;
  }
  .pro_info_top .left a {
    font-size: 14px;
  }
  .pro_info_top .right {
    width: 100%;
    margin-top: 10px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .pro_info_top .right a {
    padding-bottom: 5px;
    margin-left: 15px;
  }
}
.pro_info {
  padding: 5.21vw 0;
  background: #fff;
  position: relative;
  z-index: 1;
}
.pro_info .w1400 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.pro_info .left {
  width: 45%;
}
.pro_info .right {
  width: 50%;
}
.pro_info .right h2 {
  font-size: 80px;
  font-family: "sy_r";
  font-weight: 600;
}
@media (max-width: 1680px) {
  .pro_info .right h2 {
    font-size: 70px;
  }
}
@media (max-width: 1440px) {
  .pro_info .right h2 {
    font-size: 60px;
  }
}
@media (max-width: 1280px) {
  .pro_info .right h2 {
    font-size: 53.33333333px;
  }
}
@media (max-width: 1024px) {
  .pro_info .right h2 {
    font-size: 42.66666667px;
  }
}
.pro_info .right h3 {
  font-size: 48px;
  font-family: "sy_l";
  font-weight: 600;
  margin: 5px 0 15px;
}
@media (max-width: 1680px) {
  .pro_info .right h3 {
    font-size: 42px;
  }
}
@media (max-width: 1440px) {
  .pro_info .right h3 {
    font-size: 36px;
  }
}
@media (max-width: 1280px) {
  .pro_info .right h3 {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .pro_info .right h3 {
    font-size: 25.6px;
  }
}
@media (max-width: 1680px) {
  .pro_info .right h3 {
    font-size: 42px;
  }
}
@media (max-width: 1440px) {
  .pro_info .right h3 {
    font-size: 32px;
  }
}
@media (max-width: 1280px) {
  .pro_info .right h3 {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .pro_info .right h3 {
    font-size: 24px;
  }
}
.pro_info .right .info {
  font-size: 18px;
  line-height: 30px;
  color: #888;
  font-family: "sy_l";
  padding-right: 5px;
  max-height: 90px;
  overflow-y: auto;
  margin-bottom: 25px;
}
@media (max-width: 1680px) {
  .pro_info .right .info {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .pro_info .right .info {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .pro_info .right .info {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .pro_info .right .info {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .pro_info .right .info {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .pro_info .right .info {
    font-size: 16px;
  }
}
.pro_info .right .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  border: 1px solid #e5e5e5;
  position: relative;
}
.pro_info .right .items:before,
.pro_info .right .items:after {
  content: '';
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background: #e5e5e5;
}
.pro_info .right .items:before {
  width: 100%;
  height: 1px;
}
.pro_info .right .items:after {
  width: 1px ;
  height: 100%;
}
.pro_info .right .items .item {
  width: 50%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.pro_info .right .items .item .icon {
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.pro_info .right .items .item p {
  width: calc(100% - 40px);
  margin-left: 15px;
  font-size: 18px;
  font-family: "sy_l";
}
@media (max-width: 1680px) {
  .pro_info .right .items .item p {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .pro_info .right .items .item p {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .pro_info .right .items .item p {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .pro_info .right .items .item p {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .pro_info .right .items .item p {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .pro_info .right .items .item p {
    font-size: 16px;
  }
}
.pro_info .right .item2 p.p1 {
  font-size: 18px;
  padding-left: 30px;
  background: url(../images/sbsb.png) no-repeat left center;
}
@media (max-width: 1680px) {
  .pro_info .right .item2 p.p1 {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .pro_info .right .item2 p.p1 {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .pro_info .right .item2 p.p1 {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .pro_info .right .item2 p.p1 {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .pro_info .right .item2 p.p1 {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .pro_info .right .item2 p.p1 {
    font-size: 16px;
  }
}
.pro_info .right .item2 .box {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #e5e5e5;
  font-size: 16px;
}
@media (max-width: 1680px) {
  .pro_info .right .item2 .box {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .pro_info .right .item2 .box {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .pro_info .right .item2 .box {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .pro_info .right .item2 .box {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .pro_info .right .item2 .box {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .pro_info .right .item2 .box {
    font-size: 14px;
  }
}
.pro_info .right .item2 .box span {
  margin-right: 15px;
}
.pro_info .right .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 2.86vw;
}
.pro_info .right .btn a {
  height: 60px;
  padding: 0 40px;
  background: #1338BF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 15px;
  font-size: 18px;
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .pro_info .right .btn a {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .pro_info .right .btn a {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .pro_info .right .btn a {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .pro_info .right .btn a {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .pro_info .right .btn a {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .pro_info .right .btn a {
    font-size: 16px;
  }
}
.pro_info .right .btn a:nth-child(2) {
  background: #27364a;
}
.pro_info .right .btn a:hover {
  box-shadow: 0 0 30px 0 rgba(19, 56, 191, 0.35);
}
.pro_info .pro_info_s {
  padding: 0 70px;
  position: relative;
}
.pro_info .pro_info_s .swiper-button-next,
.pro_info .pro_info_s .swiper-button-prev {
  width: 3.13vw;
  height: 3.13vw;
  border-radius: 50%;
  background: #e5e5e5;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  min-width: 35px;
  min-height: 35px;
}
.pro_info .pro_info_s .swiper-button-next:after,
.pro_info .pro_info_s .swiper-button-prev:after {
  font-size: 20px;
}
.pro_info .pro_info_s .swiper-button-next:hover,
.pro_info .pro_info_s .swiper-button-prev:hover {
  background: #1338BF;
  color: #fff;
}
.pro_info .pro_info_s .swiper-button-prev {
  left: 0;
}
.pro_info .pro_info_s .swiper-button-next {
  right: 0;
}
.pro_info .pro_info_s .swiper {
  overflow: hidden;
  height: 23vw;
}
.pro_info .pro_info_s .swiper .swiper-slide a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media (max-width:1440px) {
  .pro_info .right .info {
    line-height: 26px;
    max-height: 78px;
  }
  .pro_info .right .items .item {
    padding: 15px;
  }
  .pro_info .right .btn a {
    padding: 0 30px;
    height: 50px;
  }
}
@media (max-width:1280px) {
  .pro_info .pro_info_s .swiper {
    height: 385px;
  }
  .pro_info .right .info {
    line-height: 24px;
    max-height: 72px;
  }
  .pro_info .right .items .item {
    padding: 10px;
  }
  .pro_info .right .items .item p {
    margin-left: 10px;
    width: calc(100% - 35px);
  }
  .pro_info .right .btn a {
    padding: 0 20px;
    height: 40px;
  }
}
@media (max-width:768px) {
  .pro_info {
    padding: 40px 0;
  }
  .pro_info .w1400 {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .pro_info .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .pro_info .right {
    width: 100%;
  }
  .pro_info .right h2 {
    font-size: 28px;
  }
  .pro_info .right h3 {
    font-size: 20px;
    margin: 10px 0;
  }
  .pro_info .right .info {
    font-size: 14px;
    line-height: 22px;
    max-height: 66px;
    margin-bottom: 20px;
  }
  .pro_info .right .items .item p {
    font-size: 12px;
  }
  .pro_info .right .btn {
    margin-top: 20px;
  }
  .pro_info .pro_info_s {
    padding: 0 20px;
  }
  .pro_info .pro_info_s .swiper {
    height: 200px;
  }
}
.videomark {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 9998;
  display: none;
}
.videobox {
  position: fixed;
  width: 1400px;
  max-width: calc(100% - 100px);
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  display: none;
}
.videobox video {
  width: 100%;
  object-fit: fill;
}
.videobox .close {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  right: -20px;
  top: -20px;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 30px;
  color: #1338BF;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.videobox .close:hover {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  background: #1338BF;
  color: #fff;
}
.videobox .video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.videobox .video video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
@media (max-width:1440px) {
  .videobox {
    max-width: 70%;
  }
}
@media (max-width:768px) {
  .videobox {
    width: 100%;
    max-width: 100%;
  }
  .videobox .close {
    right: 0;
    top: -40px;
  }
}
.pro_data {
  padding: 2.6vw 0;
  background: rgba(19, 56, 191, 0.05);
}
.pro_data .w1400 {
  padding-top: 2.6vw;
  padding-bottom: 2.6vw;
}
.pro_data h5 {
  text-align: left;
  font-size: 40px;
  font-family: "sy_l";
  font-weight: 600;
}
@media (max-width: 1680px) {
  .pro_data h5 {
    font-size: 35px;
  }
}
@media (max-width: 1440px) {
  .pro_data h5 {
    font-size: 30px;
  }
}
@media (max-width: 1280px) {
  .pro_data h5 {
    font-size: 26.66666667px;
  }
}
@media (max-width: 1024px) {
  .pro_data h5 {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1680px) {
  .pro_data h5 {
    font-size: 34px;
  }
}
@media (max-width: 1440px) {
  .pro_data h5 {
    font-size: 26px;
  }
}
@media (max-width: 1280px) {
  .pro_data h5 {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .pro_data h5 {
    font-size: 20px;
  }
}
.pro_data .art {
  margin-top: 30px;
  font-size: 16px;
  line-height: 30px;
  font-family: "sy_l";
}
@media (max-width: 1680px) {
  .pro_data .art {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .pro_data .art {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .pro_data .art {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .pro_data .art {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .pro_data .art {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .pro_data .art {
    font-size: 14px;
  }
}
.pro_data .art b {
  font-size: 18px;
  display: block;
  margin: 5px 0;
}
@media (max-width: 1680px) {
  .pro_data .art b {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .pro_data .art b {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .pro_data .art b {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .pro_data .art b {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .pro_data .art b {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .pro_data .art b {
    font-size: 16px;
  }
}
@media (max-width:1440px) {
  .pro_data .art {
    line-height: 26px;
  }
}
@media (max-width:1280px) {
  .pro_data .art {
    line-height: 24px;
  }
}
@media (max-width:768px) {
  .pro_data .art {
    line-height: 22px;
  }
  .pro_data .art b {
    margin: 2px 0;
    font-size: 14px;
  }
}
.pro_data .table {
  margin-top: 30px;
}
.pro_data .table table {
  width: auto;
  min-width: 100%;
  border: none;
}
.pro_data .table table td {
  font-size: 16px;
  font-family: "sy_l";
  padding: 10px 15px;
  border: none;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 1680px) {
  .pro_data .table table td {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .pro_data .table table td {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .pro_data .table table td {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .pro_data .table table td {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .pro_data .table table td {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .pro_data .table table td {
    font-size: 14px;
  }
}
.pro_data .table table td:first-child {
  border: none;
}
.pro_data .table table thead {
  background: rgba(19, 56, 191, 0.05);
}
.pro_data .table table thead td {
  font-family: "sy_l";
  font-weight: 600;
}
.pro_data .table table tbody tr {
  background: #f8f8f8;
}
.pro_data .table table tbody tr:nth-child(2n) {
  background: rgba(0, 0, 0, 0.05);
}
.pro_data .table table tbody td {
  padding: 8px 15px;
}
@media (max-width:768px) {
  .pro_data {
    padding: 30px 0;
  }
  .pro_data .art {
    margin-top: 20px;
  }
  .pro_data .table {
    margin-top: 20px;
    overflow-x: auto;
  }
  .pro_data .table table {
    min-width: 100%;
  }
}
.pro_con {
  padding: 30px 0;
}
@media (max-width:768px) {
  .pro_con {
    padding: 15px 0;
  }
}
.pro_dw {
  padding-top: 180px;
  margin-top: -180px;
}
@media (max-width:1440px) {
  .pro_dw {
    padding-top: 160px;
    margin-top: -160px;
  }
}
@media (max-width:990px) {
  .pro_dw {
    padding-top: 120px;
    margin-top: -120px;
  }
}
.down_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-top: 30px;
}
.down_list li {
  width: calc(33.33% - 20px);
  margin: 0 30px 30px 0;
}
.down_list li:nth-child(3n) {
  margin-right: 0;
}
.down_list li a {
  background: #fff;
  display: block;
  width: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.down_list li:hover a {
  background: #fff;
  box-shadow: 0px 4px 28.13px 0.87px rgba(138, 138, 138, 0.22);
}
.down_list li:hover .top i img.img1 {
  opacity: 0;
}
.down_list li:hover .top i img.img2 {
  opacity: 1;
}
.down_list li:hover .top p {
  color: #1338BF;
}
.down_list li:hover .bot {
  color: #1338BF;
}
.down_list li .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 1.5vw;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.down_list li .top i {
  width: 19%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: auto;
  position: relative;
}
.down_list li .top i img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.down_list li .top i img.img1 {
  opacity: 1;
}
.down_list li .top i img.img2 {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
.down_list li .top p {
  width: 74%;
  font-size: 24px;
  color: #1c1c1c;
  font-family: "sy_l";
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 1680px) {
  .down_list li .top p {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .down_list li .top p {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .down_list li .top p {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .down_list li .top p {
    font-size: 12.8px;
  }
}
@media (max-width: 1680px) {
  .down_list li .top p {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .down_list li .top p {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .down_list li .top p {
    font-size: 16px;
  }
}
.down_list li .bot {
  padding: 15px 1.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-top: 1px solid #e9e9e9;
  font-size: 16px;
  color: #999999;
  font-family: "sy_l";
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .down_list li .bot {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .down_list li .bot {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .down_list li .bot {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .down_list li .bot {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .down_list li .bot {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .down_list li .bot {
    font-size: 14px;
  }
}
@media (max-width:1440px) {
  .down_list li {
    width: calc(33.33% - 13.33px);
    margin: 0 20px 20px 0;
  }
}
@media (max-width:768px) {
  .down_list {
    margin-top: 20px;
  }
  .down_list li {
    width: calc(50% - 7.5px);
    margin: 0 15px 15px 0;
  }
  .down_list li:nth-child(3n) {
    margin-right: 15px;
  }
  .down_list li:nth-child(2n) {
    margin-right: 0;
  }
  .down_list li .top {
    padding: 10px 15px 5px;
  }
  .down_list li .top p {
    font-size: 14px;
  }
  .down_list li .top i {
    min-height: 40px;
  }
  .down_list li .bot {
    font-size: 13px;
    padding: 10px 15px;
  }
}
.app_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.app_list li {
  width: calc(33.33% - 20px);
  margin: 0 30px 30px 0;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding: 3.13vw 1.56vw;
}
.app_list li:nth-child(3n) {
  margin-right: 0;
}
.app_list li:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}
.app_list li:hover a .icon {
  background: rgba(19, 56, 191, 0.35);
}
.app_list li:hover a .icon .img1 {
  opacity: 0;
  margin-top: -15px;
}
.app_list li:hover a .icon .img2 {
  margin-top: 0;
  opacity: 1;
}
.app_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.app_list a .icon {
  width: 5.21vw;
  height: 5.21vw;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  min-width: 60px;
  min-height: 60px;
}
.app_list a .icon img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  max-width: 50%;
}
.app_list a .icon .img1 {
  margin-top: 0;
  opacity: 1;
}
.app_list a .icon .img2 {
  margin-top: 15px;
  opacity: 0;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  max-width: 50%;
}
.app_list a h3 {
  font-size: 24px;
  font-family: "sy_l";
  font-weight: 600;
  margin: 20px auto;
}
@media (max-width: 1680px) {
  .app_list a h3 {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .app_list a h3 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .app_list a h3 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .app_list a h3 {
    font-size: 12.8px;
  }
}
@media (max-width: 1680px) {
  .app_list a h3 {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .app_list a h3 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .app_list a h3 {
    font-size: 16px;
  }
}
.app_list a .info {
  font-size: 16px;
  line-height: 26px;
  font-family: "sy_l";
  text-align: center;
}
@media (max-width: 1680px) {
  .app_list a .info {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .app_list a .info {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .app_list a .info {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .app_list a .info {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .app_list a .info {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .app_list a .info {
    font-size: 14px;
  }
}
@media (max-width:1280px) {
  .app_list a .info {
    line-height: 24px;
  }
}
@media (max-width:768px) {
  .app_list a .info {
    line-height: 22px;
  }
}
@media (max-width:1440px) {
  .app_list li {
    width: calc(33.33% - 13.33px);
    margin: 0 20px 20px 0;
  }
}
@media (max-width:768px) {
  .app_list li {
    width: calc(50% - 7.5px);
    margin: 0 15px 15px 0;
    padding: 22px 15px;
  }
  .app_list li:nth-child(3n) {
    margin-right: 15px;
  }
  .app_list li:nth-child(2n) {
    margin-right: 0px;
  }
  .app_list li a h3 {
    margin: 15px 0 5px;
  }
  .app_list li a .info {
    display: none;
  }
}
.banner_info {
  position: relative;
}
.banner_info .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.banner_info .img img {
  min-height: 220px;
  object-fit: cover;
}
.banner_info .art {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.banner_info .art .w1400 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}
.banner_info .art .w1400 h2 {
  font-size: 48px;
  font-family: "sy_r";
  font-weight: 600;
  color: #fff;
}
@media (max-width: 1680px) {
  .banner_info .art .w1400 h2 {
    font-size: 42px;
  }
}
@media (max-width: 1440px) {
  .banner_info .art .w1400 h2 {
    font-size: 36px;
  }
}
@media (max-width: 1280px) {
  .banner_info .art .w1400 h2 {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .banner_info .art .w1400 h2 {
    font-size: 25.6px;
  }
}
@media (max-width: 1680px) {
  .banner_info .art .w1400 h2 {
    font-size: 42px;
  }
}
@media (max-width: 1440px) {
  .banner_info .art .w1400 h2 {
    font-size: 32px;
  }
}
@media (max-width: 1280px) {
  .banner_info .art .w1400 h2 {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .banner_info .art .w1400 h2 {
    font-size: 24px;
  }
}
.app_list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.app_list2 li {
  width: calc(33.33% - 20px);
  margin: 0 30px 50px 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.app_list2 li:nth-child(3n) {
  margin-right: 0;
}
.app_list2 li a {
  display: block;
}
.app_list2 li:hover {
  transform: translateY(-15px);
}
.app_list2 li:hover .imgbox img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  -ms-transform: translate(-50%, -50%) scale(1.05);
  -o-transform: translate(-50%, -50%) scale(1.05);
  transform: translate(-50%, -50%) scale(1.05);
}
.app_list2 li:hover h3 {
  color: #1338BF;
}
.app_list2 li:hover .btn {
  background: #1338BF;
  color: #fff;
  border-color: #1338BF;
}
.app_list2 li:hover .btn i {
  background: #fff;
  color: #1338BF;
}
.app_list2 li .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 66.67%;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(19, 56, 191, 0.05);
}
.app_list2 li .imgbox img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.app_list2 li h3 {
  font-size: 18px;
  font-family: "sy_l";
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .app_list2 li h3 {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .app_list2 li h3 {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .app_list2 li h3 {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .app_list2 li h3 {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .app_list2 li h3 {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .app_list2 li h3 {
    font-size: 16px;
  }
}
.app_list2 li .info {
  font-size: 16px;
  line-height: 26px;
  margin: 15px 0 20px;
  height: 52px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 1680px) {
  .app_list2 li .info {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .app_list2 li .info {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .app_list2 li .info {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .app_list2 li .info {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .app_list2 li .info {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .app_list2 li .info {
    font-size: 14px;
  }
}
.app_list2 li .btn {
  display: inline-flex;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0 30px;
  height: 50px;
  border: 1px solid #666;
  border-radius: 25px;
  font-size: 16px;
  font-family: "sy_l";
}
@media (max-width: 1680px) {
  .app_list2 li .btn {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .app_list2 li .btn {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .app_list2 li .btn {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .app_list2 li .btn {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .app_list2 li .btn {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .app_list2 li .btn {
    font-size: 14px;
  }
}
.app_list2 li .btn i {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #1338BF;
  color: #fff;
  border-radius: 50%;
  margin-left: 15px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width:1440px) {
  .app_list2 li {
    width: calc(33.33% - 13.33px);
    margin: 0 20px 40px 0;
  }
  .app_list2 li .btn {
    height: 40px;
    border-radius: 20px;
  }
}
@media (max-width:768px) {
  .app_list2 li {
    width: 100%;
    margin: 0 0px 30px 0;
  }
  .app_list2 li:nth-child(3n) {
    margin-right: 15px;
  }
  .app_list2 li:nth-child(2n) {
    margin-right: 0px;
  }
  .app_list2 li a h3 {
    margin: 15px 0 5px;
  }
  .app_list2 li a .info {
    margin: 10px 0 ;
  }
  .app_list2 li .btn {
    padding: 0 20px;
    height: 36px;
    border-radius: 18px;
    font-size: 13px;
  }
}
.app1 {
  padding: 4.17vw 0;
  background: url(../images/bg.jpg) no-repeat top right;
}
.app1 .w1400 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.app1 .left {
  width: 46.5%;
}
.app1 .right {
  width: 46.5%;
}
.app1 .right i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 30px;
  height: 30px;
  border: 2px solid #1338BF;
  border-radius: 50%;
  position: relative;
  margin-bottom: 2.08vw;
}
.app1 .right i:before {
  content: '';
  border: 1px solid #1338BF;
  border-radius: 50%;
  position: absolute;
  width: 32px;
  height: 32px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
}
.app1 .right i:after {
  content: '';
  border: 1px solid #1338BF;
  border-radius: 50%;
  position: absolute;
  width: 22px;
  height: 22px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
}
.app1 .right h2 {
  font-size: 44px;
  color: #1338BF;
  font-family: "sy_r";
  font-weight: 600;
}
@media (max-width: 1680px) {
  .app1 .right h2 {
    font-size: 38.5px;
  }
}
@media (max-width: 1440px) {
  .app1 .right h2 {
    font-size: 33px;
  }
}
@media (max-width: 1280px) {
  .app1 .right h2 {
    font-size: 29.33333333px;
  }
}
@media (max-width: 1024px) {
  .app1 .right h2 {
    font-size: 23.46666667px;
  }
}
@media (max-width: 1680px) {
  .app1 .right h2 {
    font-size: 38px;
  }
}
@media (max-width: 1440px) {
  .app1 .right h2 {
    font-size: 28px;
  }
}
@media (max-width: 1280px) {
  .app1 .right h2 {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .app1 .right h2 {
    font-size: 22px;
  }
}
.app1 .right h3 {
  font-size: 26px;
  color: #333;
  font-family: "sy_l";
  font-weight: 600;
  margin: 10px 0 2.6vw;
  text-transform: capitalize;
}
@media (max-width: 1680px) {
  .app1 .right h3 {
    font-size: 22.75px;
  }
}
@media (max-width: 1440px) {
  .app1 .right h3 {
    font-size: 19.5px;
  }
}
@media (max-width: 1280px) {
  .app1 .right h3 {
    font-size: 17.33333333px;
  }
}
@media (max-width: 1024px) {
  .app1 .right h3 {
    font-size: 13.86666667px;
  }
}
@media (max-width: 1680px) {
  .app1 .right h3 {
    font-size: 22px;
  }
}
@media (max-width: 1440px) {
  .app1 .right h3 {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .app1 .right h3 {
    font-size: 16px;
  }
}
.app1 .right .info {
  font-size: 16px;
  line-height: 30px;
  font-family: "sy_l";
}
@media (max-width: 1680px) {
  .app1 .right .info {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .app1 .right .info {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .app1 .right .info {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .app1 .right .info {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .app1 .right .info {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .app1 .right .info {
    font-size: 14px;
  }
}
@media (max-width:1440px) {
  .app1 .right .info {
    line-height: 26px;
  }
}
@media (max-width:1280px) {
  .app1 .right {
    width: 49%;
  }
  .app1 .right .info {
    line-height: 24px;
  }
}
@media (max-width:768px) {
  .app1 {
    padding: 40px 0;
  }
  .app1 .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .app1 .right {
    width: 100%;
  }
  .app1 .right i {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  .app1 .right h3 {
    margin: 10px 0;
  }
}
.line1 {
  width: 100%;
  height: 1px;
  background: #e5e5e5;
}
.app2 {
  padding: 4.17vw 0;
  background: url(../images/bg.jpg) no-repeat bottom left;
}
.app2 .w1400 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.app2 .left {
  width: 46.5%;
}
.app2 .left i {
  width: 2.6vw;
  height: 2.6vw;
  border-radius: 50%;
  background: #1338BF;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 20px;
  min-width: 35px;
  min-height: 35px;
}
@media (max-width: 1680px) {
  .app2 .left i {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .app2 .left i {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .app2 .left i {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .app2 .left i {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .app2 .left i {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .app2 .left i {
    font-size: 16px;
  }
}
.app2 .left i:before {
  animation: moves2 2s linear infinite;
}
.app2 .right {
  width: 46.5%;
}
.app2 h2 {
  font-size: 44px;
  color: #1338BF;
  font-family: "sy_r";
  font-weight: 600;
}
@media (max-width: 1680px) {
  .app2 h2 {
    font-size: 38.5px;
  }
}
@media (max-width: 1440px) {
  .app2 h2 {
    font-size: 33px;
  }
}
@media (max-width: 1280px) {
  .app2 h2 {
    font-size: 29.33333333px;
  }
}
@media (max-width: 1024px) {
  .app2 h2 {
    font-size: 23.46666667px;
  }
}
@media (max-width: 1680px) {
  .app2 h2 {
    font-size: 38px;
  }
}
@media (max-width: 1440px) {
  .app2 h2 {
    font-size: 28px;
  }
}
@media (max-width: 1280px) {
  .app2 h2 {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .app2 h2 {
    font-size: 22px;
  }
}
.app2 h3 {
  font-size: 26px;
  color: #333;
  font-family: "sy_l";
  font-weight: 600;
  margin: 10px 0 2.6vw;
  text-transform: capitalize;
}
@media (max-width: 1680px) {
  .app2 h3 {
    font-size: 22.75px;
  }
}
@media (max-width: 1440px) {
  .app2 h3 {
    font-size: 19.5px;
  }
}
@media (max-width: 1280px) {
  .app2 h3 {
    font-size: 17.33333333px;
  }
}
@media (max-width: 1024px) {
  .app2 h3 {
    font-size: 13.86666667px;
  }
}
@media (max-width: 1680px) {
  .app2 h3 {
    font-size: 22px;
  }
}
@media (max-width: 1440px) {
  .app2 h3 {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .app2 h3 {
    font-size: 16px;
  }
}
.app2 h5 {
  font-size: 24px;
  color: #1338BF;
  font-family: "sy_l";
  font-weight: 600;
  margin-bottom: 2vw;
  line-height: 1.4;
}
@media (max-width: 1680px) {
  .app2 h5 {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .app2 h5 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .app2 h5 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .app2 h5 {
    font-size: 12.8px;
  }
}
@media (max-width: 1680px) {
  .app2 h5 {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .app2 h5 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .app2 h5 {
    font-size: 16px;
  }
}
.app2 .info {
  font-size: 16px;
  line-height: 30px;
  font-family: "sy_l";
}
@media (max-width: 1680px) {
  .app2 .info {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .app2 .info {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .app2 .info {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .app2 .info {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .app2 .info {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .app2 .info {
    font-size: 14px;
  }
}
.app2 .info p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.app2 .info p i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 15px;
  height: 15px;
  border: 1px solid #1338BF;
  border-radius: 50%;
  position: relative;
  transform: translateY(50%);
}
.app2 .info p i:before {
  content: '';
  border: 1px solid #1338BF;
  border-radius: 50%;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
}
.app2 .info p i:after {
  content: '';
  border: 1px solid #1338BF;
  border-radius: 50%;
  position: absolute;
  width: 11px;
  height: 11px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
}
.app2 .info p span {
  width: calc(100% - 30px);
  margin-left: 15px;
}
@media (max-width:1280px) {
  .app2 .right {
    width: 49%;
  }
}
@media (max-width:1200px) {
  .app2 .left {
    width: 160px;
  }
  .app2 .right {
    max-width: calc(100% - 180px);
    width: auto;
  }
}
@media (max-width:768px) {
  .app2 {
    padding: 40px 0;
  }
  .app2 .left {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
  }
  .app2 .left i {
    position: absolute;
    right: 0;
    top: 0;
  }
  .app2 .right {
    width: 100%;
    max-width: 100%;
  }
  .app2 h5 {
    margin-bottom: 10px;
  }
  .app2 .info {
    line-height: 22px;
  }
  .app2 .info p {
    margin-bottom: 5px;
  }
  .app2 .info p i {
    transform: translateY(20%);
  }
}
.pro_tuijian {
  padding: 4.17vw 0 calc(40px + 2.08vw);
}
@media (max-width:768px) {
  .pro_tuijian {
    padding: 40px 0 60px;
  }
}
.pro_tuijian_s {
  position: relative;
}
.pro_tuijian_s .swiper-pagination {
  width: 100%;
  text-align: center;
  bottom: -30px;
}
.pro_tuijian_s .swiper {
  overflow: hidden;
}
.pro_tuijian_s .swiper a:hover .imgbox img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  -ms-transform: translate(-50%, -50%) scale(1.05);
  -o-transform: translate(-50%, -50%) scale(1.05);
  transform: translate(-50%, -50%) scale(1.05);
}
.pro_tuijian_s .swiper a:hover .art {
  color: #1338BF;
}
.pro_tuijian_s .swiper a .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid #e5e5e5;
}
.pro_tuijian_s .swiper a .imgbox img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.pro_tuijian_s .swiper a .art {
  padding: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 18px;
}
@media (max-width: 1680px) {
  .pro_tuijian_s .swiper a .art {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .pro_tuijian_s .swiper a .art {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .pro_tuijian_s .swiper a .art {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .pro_tuijian_s .swiper a .art {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .pro_tuijian_s .swiper a .art {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .pro_tuijian_s .swiper a .art {
    font-size: 16px;
  }
}
.h2_info {
  font-size: 44px;
  font-family: "sy_r";
  font-weight: 600;
}
@media (max-width: 1680px) {
  .h2_info {
    font-size: 38.5px;
  }
}
@media (max-width: 1440px) {
  .h2_info {
    font-size: 33px;
  }
}
@media (max-width: 1280px) {
  .h2_info {
    font-size: 29.33333333px;
  }
}
@media (max-width: 1024px) {
  .h2_info {
    font-size: 23.46666667px;
  }
}
@media (max-width: 1680px) {
  .h2_info {
    font-size: 38px;
  }
}
@media (max-width: 1440px) {
  .h2_info {
    font-size: 28px;
  }
}
@media (max-width: 1280px) {
  .h2_info {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .h2_info {
    font-size: 22px;
  }
}
.h3_info {
  font-size: 26px;
  font-family: "sy_l";
  font-weight: 600;
  margin-top: 10px;
  text-transform: capitalize;
}
@media (max-width: 1680px) {
  .h3_info {
    font-size: 22.75px;
  }
}
@media (max-width: 1440px) {
  .h3_info {
    font-size: 19.5px;
  }
}
@media (max-width: 1280px) {
  .h3_info {
    font-size: 17.33333333px;
  }
}
@media (max-width: 1024px) {
  .h3_info {
    font-size: 13.86666667px;
  }
}
@media (max-width: 1680px) {
  .h3_info {
    font-size: 22px;
  }
}
@media (max-width: 1440px) {
  .h3_info {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .h3_info {
    font-size: 16px;
  }
}
.rd_info1 {
  padding: 4.17vw 0;
}
.rd_info1 h2 {
  text-align: left;
  color: #333;
}
.rd_info1 .line {
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  margin: 15px 0;
}
.rd_info1 .info {
  font-size: 16px;
  text-align: left;
  line-height: 26px;
  margin: 0 auto 2.6vw;
  color: #333;
  font-family: "sy_l";
}
@media (max-width: 1680px) {
  .rd_info1 .info {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .rd_info1 .info {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .rd_info1 .info {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .rd_info1 .info {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .rd_info1 .info {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .rd_info1 .info {
    font-size: 14px;
  }
}
.rd_info1 .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.rd_info1 .items .item {
  width: calc(50% - 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 400px;
  background: #fff;
}
.rd_info1 .items .item img {
  max-width: 100%;
  max-height: 100%;
}
@media (max-width:1560px) {
  .rd_info1 .items .item {
    height: 25.5vw;
  }
}
@media (max-width:1280px) {
  .rd_info1 .info {
    line-height: 24px;
  }
}
@media (max-width:768px) {
  .rd_info1 {
    padding: 40px 0;
  }
  .rd_info1 .info {
    line-height: 22px;
    padding: 0;
    margin: 15px auto;
  }
  .rd_info1 .items .item {
    width: calc(50% - 7.5px);
    height: 120px;
  }
}
.rd_info2 {
  padding: 4.17vw 0;
  background: rgba(19, 56, 191, 0.05);
}
.rd_info2 .line {
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  margin: 15px 0;
}
.rd_info2 .info {
  font-size: 16px;
  line-height: 26px;
  font-family: "sy_l";
  margin-bottom: 2.08vw;
}
@media (max-width: 1680px) {
  .rd_info2 .info {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .rd_info2 .info {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .rd_info2 .info {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .rd_info2 .info {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .rd_info2 .info {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .rd_info2 .info {
    font-size: 14px;
  }
}
@media (max-width:1280px) {
  .rd_info2 .info {
    line-height: 24px;
  }
}
@media (max-width:768px) {
  .rd_info2 {
    padding: 40px 0 60px;
  }
  .rd_info2 .info {
    line-height: 22px;
    margin-bottom: 15px;
  }
}
.rd_info2_s {
  position: relative;
}
.rd_info2_s .swiper {
  overflow: hidden;
}
.rd_info2_s .swiper-pagination {
  width: 100%;
  text-align: center;
  bottom: -30px;
}
.rd_info2_s .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 58.98%;
  position: relative;
  overflow: hidden;
  display: block;
}
.rd_info2_s .imgbox:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.rd_info2_s .imgbox img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.rd_info2_s .imgbox p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  font-size: 16px;
  font-family: "sy_l";
  color: #fff;
  z-index: 3;
  background: rgba(0, 0, 0, 0.15);
}
@media (max-width: 1680px) {
  .rd_info2_s .imgbox p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .rd_info2_s .imgbox p {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .rd_info2_s .imgbox p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .rd_info2_s .imgbox p {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .rd_info2_s .imgbox p {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .rd_info2_s .imgbox p {
    font-size: 14px;
  }
}
.rd_info3 {
  background: url(../images/bg4.jpg) no-repeat center / cover;
}
.rd_info3 .line {
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  margin: 15px 0;
}
.rd_info3 .top {
  padding: 5.21vw 0 0;
  overflow: hidden;
  text-align: left;
  position: relative;
  z-index: 1;
}
@media (max-width:768px) {
  .rd_info3 .top {
    padding: 40px 0 20px;
  }
  .rd_info3 .top:before {
    font-size: 150px;
    padding-left: 20px;
  }
}
.rd_info3 .bot {
  padding: 4.17vw 0 5.73vw;
}
.rd_info3 .bot .w1400 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.rd_info3 .bot .w1400 .left {
  width: 51%;
  padding: 0 3.13vw;
  position: relative;
}
.rd_info3 .bot .w1400 .left:before {
  content: '';
  width: 100%;
  height: 120px;
  background-image: linear-gradient(to right, #4b5ec5, #44ccf5);
  position: absolute;
  bottom: -30px;
  left: 0;
}
.rd_info3 .bot .w1400 .left .swiper {
  overflow: hidden;
}
.rd_info3 .bot .w1400 .left .swiper-slide {
  width: 48%;
}
.rd_info3 .bot .w1400 .left .swiper-slide.swiper-slide-active p {
  opacity: 1;
}
.rd_info3 .bot .w1400 .left .swiper-slide:hover .imgbox img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  -ms-transform: translate(-50%, -50%) scale(1.05);
  -o-transform: translate(-50%, -50%) scale(1.05);
  transform: translate(-50%, -50%) scale(1.05);
}
.rd_info3 .bot .w1400 .left .swiper-slide .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 134.28%;
  position: relative;
  overflow: hidden;
}
.rd_info3 .bot .w1400 .left .swiper-slide .imgbox img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.rd_info3 .bot .w1400 .left .swiper-slide p {
  margin-top: 15px;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 16px;
  line-height: 22px;
  height: 44px;
  color: #fff;
}
@media (max-width: 1680px) {
  .rd_info3 .bot .w1400 .left .swiper-slide p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .rd_info3 .bot .w1400 .left .swiper-slide p {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .rd_info3 .bot .w1400 .left .swiper-slide p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .rd_info3 .bot .w1400 .left .swiper-slide p {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .rd_info3 .bot .w1400 .left .swiper-slide p {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .rd_info3 .bot .w1400 .left .swiper-slide p {
    font-size: 14px;
  }
}
.rd_info3 .bot .w1400 .right {
  width: 49%;
  position: relative;
}
.rd_info3 .bot .w1400 .right .info {
  margin-left: 4.17vw;
  font-size: 16px;
  line-height: 26px;
  font-family: "sy_l";
  margin-top: 2.08vw;
  max-height: 208px;
  overflow-y: auto;
  padding-right: 5px;
}
@media (max-width: 1680px) {
  .rd_info3 .bot .w1400 .right .info {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .rd_info3 .bot .w1400 .right .info {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .rd_info3 .bot .w1400 .right .info {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .rd_info3 .bot .w1400 .right .info {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .rd_info3 .bot .w1400 .right .info {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .rd_info3 .bot .w1400 .right .info {
    font-size: 14px;
  }
}
.rd_info3 .bot .w1400 .right .line {
  margin-left: 4.17vw;
  height: 1px;
  background: #e5e5e5;
  margin-top: 20px;
}
.rd_info3 .bot .w1400 .right .art {
  position: absolute;
  background: #fff;
  width: 100%;
  height: 120px;
  bottom: -30px;
  padding-left: 4.17vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 1680px) {
  .rd_info3 .bot .w1400 .right .art {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .rd_info3 .bot .w1400 .right .art {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .rd_info3 .bot .w1400 .right .art {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .rd_info3 .bot .w1400 .right .art {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .rd_info3 .bot .w1400 .right .art {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .rd_info3 .bot .w1400 .right .art {
    font-size: 16px;
  }
}
.rd_info3 .bot .w1400 .right .art span {
  color: #1338BF;
}
@media (max-width:1280px) {
  .rd_info3 .bot .w1400 .right .info {
    line-height: 24px;
    max-height: 192px;
  }
  .rd_info3 .bot .w1400 .left:before {
    height: 100px;
  }
  .rd_info3 .bot .w1400 .right .art {
    height: 100px;
  }
  .rd_info3 .bot .w1400 .left .swiper-slide {
    width: 48.3%;
  }
}
@media (max-width:990px) {
  .rd_info3 .bot .w1400 .right .info {
    line-height: 22px;
    max-height: 176px;
  }
}
@media (max-width:768px) {
  .rd_info3 .bot {
    padding: 40px 0;
  }
  .rd_info3 .bot .w1400 {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .rd_info3 .bot .w1400 .left {
    width: 100%;
    margin-bottom: 30px;
  }
  .rd_info3 .bot .w1400 .left:before {
    height: 80px;
    bottom: -10px;
  }
  .rd_info3 .bot .w1400 .left .swiper-slide p {
    margin-top: 10px;
  }
  .rd_info3 .bot .w1400 .right {
    width: 100%;
  }
  .rd_info3 .bot .w1400 .right .info {
    max-height: none;
    margin-top: 0;
    margin-left: 0;
  }
  .rd_info3 .bot .w1400 .right .line {
    margin-top: 10px;
    margin-left: 0;
  }
  .rd_info3 .bot .w1400 .right .art {
    height: 80px;
    bottom: -10px;
    position: relative;
    margin-top: 5px;
    line-height: 24px;
    font-size: 14px;
  }
}
.rd_info4 {
  padding: 4.17vw 0;
  background: rgba(19, 56, 191, 0.05);
  overflow: hidden;
}
.rd_info4 .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 2.6vw;
  margin-bottom: 2.6vw;
  border-bottom: 2px solid #666;
}
.rd_info4 .top .left {
  width: 30%;
}
.rd_info4 .top .right {
  width: 68%;
  font-size: 16px;
  line-height: 26px;
  font-family: "sy_l";
}
@media (max-width: 1680px) {
  .rd_info4 .top .right {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .rd_info4 .top .right {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .rd_info4 .top .right {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .rd_info4 .top .right {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .rd_info4 .top .right {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .rd_info4 .top .right {
    font-size: 14px;
  }
}
@media (max-width:1280px) {
  .rd_info4 .top .right {
    line-height: 24px;
  }
}
@media (max-width:990px) {
  .rd_info4 .top .right {
    line-height: 22px;
  }
}
.rd_info4 .rd_info4_s {
  position: relative;
}
.rd_info4 .rd_info4_s .swiper-button-next,
.rd_info4 .rd_info4_s .swiper-button-prev {
  width: 2.6vw;
  height: 2.6vw;
  border-radius: 50%;
  background: #e5e5e5;
  color: #333;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  min-width: 35px;
  min-height: 35px;
}
.rd_info4 .rd_info4_s .swiper-button-next:hover,
.rd_info4 .rd_info4_s .swiper-button-prev:hover {
  background: #1338BF;
  color: #fff;
}
.rd_info4 .rd_info4_s .swiper-button-next:after,
.rd_info4 .rd_info4_s .swiper-button-prev:after {
  font-size: 20px;
}
@media (max-width: 1680px) {
  .rd_info4 .rd_info4_s .swiper-button-next:after,
  .rd_info4 .rd_info4_s .swiper-button-prev:after {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .rd_info4 .rd_info4_s .swiper-button-next:after,
  .rd_info4 .rd_info4_s .swiper-button-prev:after {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .rd_info4 .rd_info4_s .swiper-button-next:after,
  .rd_info4 .rd_info4_s .swiper-button-prev:after {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .rd_info4 .rd_info4_s .swiper-button-next:after,
  .rd_info4 .rd_info4_s .swiper-button-prev:after {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .rd_info4 .rd_info4_s .swiper-button-next:after,
  .rd_info4 .rd_info4_s .swiper-button-prev:after {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .rd_info4 .rd_info4_s .swiper-button-next:after,
  .rd_info4 .rd_info4_s .swiper-button-prev:after {
    font-size: 16px;
  }
}
.rd_info4 .rd_info4_s .swiper-button-next {
  right: -80px;
}
.rd_info4 .rd_info4_s .swiper-button-prev {
  left: -80px;
}
@media (max-width:1560px) {
  .rd_info4 .rd_info4_s .swiper-button-next {
    right: -50px;
  }
  .rd_info4 .rd_info4_s .swiper-button-prev {
    left: -50px;
  }
}
@media (max-width:1024px) {
  .rd_info4 .rd_info4_s .swiper-button-next {
    right: -20px;
  }
  .rd_info4 .rd_info4_s .swiper-button-prev {
    left: -20px;
  }
}
.rd_info4 .rd_info4_s .swiper {
  overflow: hidden;
}
.rd_info4 .rd_info4_s .swiper-slide:hover .imgbox img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  -ms-transform: translate(-50%, -50%) scale(1.05);
  -o-transform: translate(-50%, -50%) scale(1.05);
  transform: translate(-50%, -50%) scale(1.05);
}
.rd_info4 .rd_info4_s .swiper-slide:hover p {
  color: #1338BF;
}
.rd_info4 .rd_info4_s .swiper-slide .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 110%;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.rd_info4 .rd_info4_s .swiper-slide .imgbox img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  max-width: 80%;
  max-height: 80%;
}
.rd_info4 .rd_info4_s .swiper-slide .art {
  width: 100%;
  height: 90px;
  padding: 0px 15px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #e3e3e3;
  text-align: center;
}
@media (max-width: 1680px) {
  .rd_info4 .rd_info4_s .swiper-slide .art {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .rd_info4 .rd_info4_s .swiper-slide .art {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .rd_info4 .rd_info4_s .swiper-slide .art {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .rd_info4 .rd_info4_s .swiper-slide .art {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .rd_info4 .rd_info4_s .swiper-slide .art {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .rd_info4 .rd_info4_s .swiper-slide .art {
    font-size: 16px;
  }
}
.rd_info4 .rd_info4_s .swiper-slide .art p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width:1440px) {
  .rd_info4 .rd_info4_s .swiper-slide .art {
    height: 70px;
  }
}
@media (max-width:768px) {
  .rd_info4 {
    padding: 40px 0;
  }
  .rd_info4 .top {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .rd_info4 .top .left {
    width: 100%;
    margin-bottom: 15px;
  }
  .rd_info4 .top .right {
    width: 100%;
  }
  .rd_info4 .rd_info4_s .swiper-slide .art {
    height: 60px;
    font-size: 14px;
  }
}
.inn_info1 {
  padding: 4.17vw 0;
  background: url(../images/bg5.png) no-repeat center / cover;
}
.inn_info1 .h_info {
  font-size: 18px;
  line-height: 30px;
  margin-top: 15px;
}
@media (max-width: 1680px) {
  .inn_info1 .h_info {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .inn_info1 .h_info {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .inn_info1 .h_info {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .inn_info1 .h_info {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .inn_info1 .h_info {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .inn_info1 .h_info {
    font-size: 16px;
  }
}
@media (max-width:1440px) {
  .inn_info1 .h_info {
    line-height: 26px;
  }
}
@media (max-width:1280px) {
  .inn_info1 .h_info {
    line-height: 24px;
  }
}
.inn_info1 .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 2.6vw;
}
.inn_info1 .items .item {
  width: calc(20% - 15px);
  border-top: 5px solid #e5e5e5;
  background: #f7f8f9;
  padding: 2.6vw 1.56vw;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.inn_info1 .items .item:hover {
  border-color: #1338BF;
  transform: translateY(-15px);
}
.inn_info1 .items .item:hover .icon .img1 {
  opacity: 0;
}
.inn_info1 .items .item:hover .icon .img2 {
  opacity: 1;
}
.inn_info1 .items .item .icon {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.inn_info1 .items .item .icon img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.inn_info1 .items .item .icon .img1 {
  opacity: 1;
}
.inn_info1 .items .item .icon .img2 {
  opacity: 0;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.inn_info1 .items .item h3 {
  font-size: 18px;
  color: #1338BF;
  margin: 15px 0;
  line-height: 22px;
  height: 44px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 1680px) {
  .inn_info1 .items .item h3 {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .inn_info1 .items .item h3 {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .inn_info1 .items .item h3 {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .inn_info1 .items .item h3 {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .inn_info1 .items .item h3 {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .inn_info1 .items .item h3 {
    font-size: 16px;
  }
}
.inn_info1 .items .item .info {
  font-size: 16px;
  font-family: "sy_l";
  line-height: 26px;
  padding-right: 5px;
  max-height: 130px;
  overflow-y: auto;
}
@media (max-width: 1680px) {
  .inn_info1 .items .item .info {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .inn_info1 .items .item .info {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .inn_info1 .items .item .info {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .inn_info1 .items .item .info {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .inn_info1 .items .item .info {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .inn_info1 .items .item .info {
    font-size: 14px;
  }
}
@media (max-width:1280px) {
  .inn_info1 .items .item {
    width: calc(20% - 10px);
  }
  .inn_info1 .items .item h3 {
    font-size: 16px;
    margin: 10px 0;
  }
  .inn_info1 .items .item .info {
    font-size: 13px;
    line-height: 20px;
    max-height: 80px;
  }
}
@media (max-width:768px) {
  .inn_info1 {
    padding: 40px 0;
    background: #fff;
  }
  .inn_info1 .items {
    margin-top: 20px;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .inn_info1 .items .item {
    width: 100%;
    margin-bottom: 15px;
    padding: 15px;
  }
  .inn_info1 .items .item:last-child {
    margin-bottom: 0;
  }
  .inn_info1 .items .item h3 {
    height: 22px;
    margin: 5px 0;
    font-size: 16px;
  }
}
.inn_info2 {
  padding: 4.17vw 0;
  background: #0c0e1a;
  color: #fff;
}
@media (max-width:768px) {
  .inn_info2 {
    padding: 40px 0;
  }
}
.inn_info2_s {
  margin-top: 3.13vw;
  position: relative;
}
.inn_info2_s .swiper-button-prev,
.inn_info2_s .swiper-button-next {
  top: -50px;
}
.inn_info2_s .swiper-button-prev:after,
.inn_info2_s .swiper-button-next:after {
  color: #fff;
  font-size: 24px;
}
@media (max-width: 1680px) {
  .inn_info2_s .swiper-button-prev:after,
  .inn_info2_s .swiper-button-next:after {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .inn_info2_s .swiper-button-prev:after,
  .inn_info2_s .swiper-button-next:after {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .inn_info2_s .swiper-button-prev:after,
  .inn_info2_s .swiper-button-next:after {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .inn_info2_s .swiper-button-prev:after,
  .inn_info2_s .swiper-button-next:after {
    font-size: 12.8px;
  }
}
@media (max-width: 1680px) {
  .inn_info2_s .swiper-button-prev:after,
  .inn_info2_s .swiper-button-next:after {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .inn_info2_s .swiper-button-prev:after,
  .inn_info2_s .swiper-button-next:after {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .inn_info2_s .swiper-button-prev:after,
  .inn_info2_s .swiper-button-next:after {
    font-size: 16px;
  }
}
@media (max-width:768px) {
  .inn_info2_s .swiper-button-prev,
  .inn_info2_s .swiper-button-next {
    top: -35px;
  }
}
.inn_info2_s .swiper-button-prev {
  left: auto;
  right: 60px;
}
@media (max-width:768px) {
  .inn_info2_s .swiper-button-prev {
    right: 50px;
  }
}
.inn_info2_s .swiper {
  overflow: hidden;
}
.inn_info2_s .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.inn_info2_s .swiper-slide .left {
  width: 40%;
}
.inn_info2_s .swiper-slide .left h3 {
  font-size: 26px;
  font-family: "sy_l";
}
@media (max-width: 1680px) {
  .inn_info2_s .swiper-slide .left h3 {
    font-size: 22.75px;
  }
}
@media (max-width: 1440px) {
  .inn_info2_s .swiper-slide .left h3 {
    font-size: 19.5px;
  }
}
@media (max-width: 1280px) {
  .inn_info2_s .swiper-slide .left h3 {
    font-size: 17.33333333px;
  }
}
@media (max-width: 1024px) {
  .inn_info2_s .swiper-slide .left h3 {
    font-size: 13.86666667px;
  }
}
@media (max-width: 1680px) {
  .inn_info2_s .swiper-slide .left h3 {
    font-size: 22px;
  }
}
@media (max-width: 1440px) {
  .inn_info2_s .swiper-slide .left h3 {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .inn_info2_s .swiper-slide .left h3 {
    font-size: 16px;
  }
}
.inn_info2_s .swiper-slide .left .info {
  margin: 1.56vw 0;
  font-size: 16px;
  font-family: "sy_l";
  line-height: 30px;
  max-height: 120px;
  overflow-y: auto;
  padding-right: 5px;
}
@media (max-width: 1680px) {
  .inn_info2_s .swiper-slide .left .info {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .inn_info2_s .swiper-slide .left .info {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .inn_info2_s .swiper-slide .left .info {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .inn_info2_s .swiper-slide .left .info {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .inn_info2_s .swiper-slide .left .info {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .inn_info2_s .swiper-slide .left .info {
    font-size: 14px;
  }
}
.inn_info2_s .swiper-slide .left .img {
  width: 4.17vw;
  margin-bottom: 1.56vw;
  min-width: 30px;
}
.inn_info2_s .swiper-slide .left .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.inn_info2_s .swiper-slide .left .items .item {
  min-width: 50%;
  margin-top: 1.04vw;
}
.inn_info2_s .swiper-slide .left .items .item .icon {
  width: 3.13vw;
  height: 3.13vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-width: 35px;
  min-height: 35px;
}
.inn_info2_s .swiper-slide .left .items .item p {
  font-size: 14px;
  font-family: "sy_l";
  margin-top: 0.78vw;
}
@media (max-width: 1680px) {
  .inn_info2_s .swiper-slide .left .items .item p {
    font-size: 12.25px;
  }
}
@media (max-width: 1440px) {
  .inn_info2_s .swiper-slide .left .items .item p {
    font-size: 10.5px;
  }
}
@media (max-width: 1280px) {
  .inn_info2_s .swiper-slide .left .items .item p {
    font-size: 9.33333333px;
  }
}
@media (max-width: 1024px) {
  .inn_info2_s .swiper-slide .left .items .item p {
    font-size: 7.46666667px;
  }
}
@media (max-width: 1680px) {
  .inn_info2_s .swiper-slide .left .items .item p {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .inn_info2_s .swiper-slide .left .items .item p {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .inn_info2_s .swiper-slide .left .items .item p {
    font-size: 13px;
  }
}
.inn_info2_s .swiper-slide .right {
  width: 52%;
}
.inn_info2_s .swiper-slide .right .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 66.67%;
  position: relative;
  overflow: hidden;
}
.inn_info2_s .swiper-slide .right .imgbox img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width:1280px) {
  .inn_info2_s .swiper-slide .left .info {
    font-size: 14px;
    line-height: 24px;
    max-height: 96px;
  }
}
@media (max-width:768px) {
  .inn_info2_s {
    margin-top: 25px;
  }
  .inn_info2_s .swiper-slide {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .inn_info2_s .swiper-slide .left {
    width: 100%;
    margin-bottom: 25px;
  }
  .inn_info2_s .swiper-slide .left .info {
    font-size: 13px;
    margin: 10px 0;
    line-height: 22px;
    max-height: 88px;
  }
  .inn_info2_s .swiper-slide .left .items {
    margin-top: -10px;
  }
  .inn_info2_s .swiper-slide .left .items .item {
    margin-top: 15px;
  }
  .inn_info2_s .swiper-slide .right {
    width: 100%;
  }
}
.inn_info3 {
  padding: 4.17vw 0;
  overflow: hidden;
  box-shadow: 0 0 30px 0 inset rgba(19, 56, 191, 0.05);
}
.inn_info3 .w1400 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.inn_info3 .left {
  width: 46%;
  padding-right: 2%;
}
.inn_info3 .left .info {
  font-size: 18px;
  line-height: 30px;
  color: #525252;
  margin-top: 2.86vw;
}
@media (max-width: 1680px) {
  .inn_info3 .left .info {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .inn_info3 .left .info {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .inn_info3 .left .info {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .inn_info3 .left .info {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .inn_info3 .left .info {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .inn_info3 .left .info {
    font-size: 16px;
  }
}
.inn_info3 .right {
  width: 52.8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.inn_info3 .right .img {
  min-width: 135%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 1680px) {
  .inn_info3 .right .img {
    min-width: 118%;
  }
}
@media (max-width: 1560px) {
  .inn_info3 .right .img {
    min-width: calc(100% + 75px);
  }
}
@media (max-width: 1440px) {
  .inn_info3 .right .img {
    min-width: calc(100% + 60px);
  }
  .inn_info3 .left .p1 {
    font-size: 16px;
    line-height: 32px;
  }
  .inn_info3 .left .info {
    line-height: 26px;
  }
}
@media (max-width: 1280px) {
  .inn_info3 .left .info {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .inn_info3 .right .img {
    min-width: calc(100% + 30px);
  }
}
@media (max-width: 768px) {
  .inn_info3 {
    padding: 40px 0 20px;
  }
  .inn_info3.inn_info3_2 .left {
    padding-left: 0;
  }
  .inn_info3 .left h2 {
    font-size: 24px;
  }
  .inn_info3 .left .p1 {
    margin-top: 10px;
  }
  .inn_info3 .w1400 {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .inn_info3 .w1400 .left {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0;
  }
  .inn_info3 .w1400 .left .p1 {
    font-size: 14px;
    line-height: 26px;
  }
  .inn_info3 .w1400 .right {
    width: 100%;
  }
  .inn_info3 .w1400 .right .img {
    min-width: calc(100% + 20px);
  }
}
.inn_info4 {
  padding: 4.17vw 0 5.21vw;
  text-align: center;
}
.inn_info4 .p1 {
  font-size: 16px;
  line-height: 30px;
  color: #525252;
  margin: 2.6vw auto;
  padding: 0 2.6vw;
}
@media (max-width: 1680px) {
  .inn_info4 .p1 {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .inn_info4 .p1 {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .inn_info4 .p1 {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .inn_info4 .p1 {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .inn_info4 .p1 {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .inn_info4 .p1 {
    font-size: 14px;
  }
}
.inn_info4 .img {
  max-width: 87.9%;
  display: block;
  margin: 0 auto;
  line-height: 0;
}
@media (max-width: 1440px) {
  .inn_info4 .p1 {
    line-height: 26px;
  }
}
@media (max-width: 1280px) {
  .inn_info4 .p1 {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .inn_info4 {
    padding: 40px 0;
  }
  .inn_info4 .p1 {
    margin: 15px auto;
    padding: 0;
    font-size: 14px;
    line-height: 22px;
  }
  .inn_info4 .img {
    max-width: 100%;
  }
}
.service1 .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 4.17vw;
}
.service1 .top .left {
  width: 64%;
}
.service1 .top .left h3 {
  margin-bottom: 1.56vw;
}
.service1 .top .right {
  width: 31.28%;
}
@media (max-width:768px) {
  .service1 .top {
    padding-top: 40px;
  }
  .service1 .top .left {
    width: 100%;
  }
  .service1 .top .right {
    display: none;
  }
}
.service1 .info {
  font-size: 16px;
  line-height: 26px;
  font-family: "sy_l";
  color: #999999;
}
@media (max-width: 1680px) {
  .service1 .info {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .service1 .info {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .service1 .info {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .service1 .info {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .service1 .info {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .service1 .info {
    font-size: 14px;
  }
}
@media (max-width:1280px) {
  .service1 .info {
    line-height: 24px;
  }
}
@media (max-width:768px) {
  .service1 .info {
    line-height: 22px;
  }
}
.service1 .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.service1 .items .item {
  width: 50%;
  margin: 1.56vw 0;
}
.service1 .items .item h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.service1 .items .item h4 .icon {
  width: 2.08vw;
  height: 2.08vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-width: 25px;
  min-height: 25px;
  display: none;
}
.service1 .items .item h4 span {
  font-size: 40px;
  color: #1338BF;
  font-family: 'dinb';
  margin: 0 5px;
}
@media (max-width: 1680px) {
  .service1 .items .item h4 span {
    font-size: 35px;
  }
}
@media (max-width: 1440px) {
  .service1 .items .item h4 span {
    font-size: 30px;
  }
}
@media (max-width: 1280px) {
  .service1 .items .item h4 span {
    font-size: 26.66666667px;
  }
}
@media (max-width: 1024px) {
  .service1 .items .item h4 span {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1680px) {
  .service1 .items .item h4 span {
    font-size: 34px;
  }
}
@media (max-width: 1440px) {
  .service1 .items .item h4 span {
    font-size: 26px;
  }
}
@media (max-width: 1280px) {
  .service1 .items .item h4 span {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .service1 .items .item h4 span {
    font-size: 20px;
  }
}
.service1 .items .item h4 em {
  font-size: 16px;
  color: #999;
}
@media (max-width: 1680px) {
  .service1 .items .item h4 em {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .service1 .items .item h4 em {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .service1 .items .item h4 em {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .service1 .items .item h4 em {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .service1 .items .item h4 em {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .service1 .items .item h4 em {
    font-size: 14px;
  }
}
.service1 .items .item p {
  font-size: 18px;
  font-family: "sy_l";
  margin-top: 0.78vw;
}
@media (max-width: 1680px) {
  .service1 .items .item p {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .service1 .items .item p {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .service1 .items .item p {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .service1 .items .item p {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .service1 .items .item p {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .service1 .items .item p {
    font-size: 16px;
  }
}
@media (max-width:1280px) {
  .service1 .service1 .items .item p {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .service1 .top .left h3 {
    margin-bottom: 15px;
  }
  .service1 .items {
    margin: 10px 0;
  }
  .service1 .items .item {
    margin: 10px 0;
  }
  .service1 .items .item p {
    font-size: 13px;
    margin-top: 10px;
  }
}
.ser_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 2.6vw 0;
}
.ser_items .item {
  width: calc(33.33% - 20px);
  font-size: 16px;
  color: #fff;
  z-index: 1;
  padding: 2vw 2.6vw 3vw;
  position: relative;
  line-height: 26px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .ser_items .item {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .ser_items .item {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .ser_items .item {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .ser_items .item {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .ser_items .item {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .ser_items .item {
    font-size: 14px;
  }
}
.ser_items .item:hover {
  transform: translateY(-15px);
}
.ser_items .item p {
  margin-bottom: 10px;
}
.ser_items .item em {
  font-size: 24px;
  font-family: 'dinb';
}
@media (max-width: 1680px) {
  .ser_items .item em {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .ser_items .item em {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .ser_items .item em {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .ser_items .item em {
    font-size: 12.8px;
  }
}
@media (max-width: 1680px) {
  .ser_items .item em {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .ser_items .item em {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .ser_items .item em {
    font-size: 16px;
  }
}
.ser_items .item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
@media (max-width:1440px) {
  .ser_items .item {
    width: calc(33.33% - 13.33px);
  }
}
@media (max-width:768px) {
  .ser_items {
    margin: 25px 0 0;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .ser_items .item {
    width: 100%;
    padding: 20px 15px 40px;
    line-height: 22px;
    margin-bottom: 15px;
  }
  .ser_items .item em {
    font-size: 18px;
  }
}
.service2 {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.service2 .left {
  width: 100%;
}
.service2 .left h2 {
  margin-bottom: 2.34vw;
  position: relative;
  padding-bottom: 20px;
}
.service2 .left h2:before {
  content: '';
  width: 50px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #333;
}
.service2 .right {
  width: 52%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width:768px) {
  .service2 {
    padding: 20px 0;
  }
  .service2 .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .service2 .left h2 {
    margin-bottom: 20px;
  }
  .service2 .right {
    width: 100%;
  }
}
.service3 {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.service3 img {
  width: 100%;
}
@media (max-width:768px) {
  .service3 {
    padding: 20px 0;
  }
}
.ser_items2 {
  padding: 40px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.ser_items2 em {
  font-size: 60px;
  font-family: 'dinb';
  color: #1338BF;
}
@media (max-width: 1680px) {
  .ser_items2 em {
    font-size: 52.5px;
  }
}
@media (max-width: 1440px) {
  .ser_items2 em {
    font-size: 45px;
  }
}
@media (max-width: 1280px) {
  .ser_items2 em {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .ser_items2 em {
    font-size: 32px;
  }
}
.ser_items2 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  position: relative;
  padding-right: 20px;
  margin-bottom: 20px;
}
.ser_items2 .item img {
  position: absolute;
  right: 0px;
  top: 10px;
}
@media (max-width:768px) {
  .ser_items2 {
    padding: 20px 0 0;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .ser_items2 .item {
    margin-bottom: 10px;
  }
}
.service4 {
  padding: 4.17vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.service4 .left {
  width: 48%;
}
.service4 .left h2 {
  margin-bottom: 2.34vw;
  position: relative;
  padding-bottom: 20px;
}
.service4 .left h2:before {
  content: '';
  width: 50px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #333;
}
.service4 .right {
  width: 46.875%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.service4 .right img {
  width: 100%;
}
@media (max-width:768px) {
  .service4 {
    padding: 40px 0;
  }
  .service4 .left {
    width: 100%;
    margin-bottom: 15px;
  }
  .service4 .right {
    width: 100%;
  }
}
@keyframes moves {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes moves2 {
  0% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(5px);
  }
}
.about1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.about1 .left {
  width: 50%;
  background: url(../images/bg9.jpg) no-repeat center / cover;
  padding: 0 6.77vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.about1 .left h3 {
  margin-bottom: 2.6vw;
}
.about1 .left .info {
  font-size: 16px;
  line-height: 30px;
  text-align: left;
}
@media (max-width: 1680px) {
  .about1 .left .info {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .about1 .left .info {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .about1 .left .info {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .about1 .left .info {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .about1 .left .info {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .about1 .left .info {
    font-size: 14px;
  }
}
.about1 .left .info p {
  text-indent: 32px;
}
@media (max-width:1280px) {
  .about1 .left .info p {
    text-indent: 28px;
  }
}
@media (max-width:1280px) {
  .about1 .left .info {
    line-height: 24px;
    max-height: 240px;
    overflow-y: auto;
    padding-right: 5px;
  }
}
@media (max-width:768px) {
  .about1 .left .info {
    max-height: 132px;
  }
}
.about1 .left .scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 3.13vw;
}
.about1 .left .scroll img {
  animation: moves 2s linear infinite;
  height: 3.59vw;
  min-height: 40px;
}
.about1 .left .scroll p {
  margin-top: 5px;
  text-decoration: underline;
  font-family: "sy_r";
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
}
.about1 .right {
  width: 50%;
  height: calc(100vh - 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.about1 .right .items {
  height: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.about1 .right .items .item {
  background: #1338BF;
  width: 25%;
  height: 100%;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
}
.about1 .right .items .item h4 {
  font-size: 20px;
  font-family: 'dinb';
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 1680px) {
  .about1 .right .items .item h4 {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .about1 .right .items .item h4 {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .about1 .right .items .item h4 {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .about1 .right .items .item h4 {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .about1 .right .items .item h4 {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .about1 .right .items .item h4 {
    font-size: 16px;
  }
}
.about1 .right .items .item h4 span {
  font-size: 40px;
}
@media (max-width: 1680px) {
  .about1 .right .items .item h4 span {
    font-size: 35px;
  }
}
@media (max-width: 1440px) {
  .about1 .right .items .item h4 span {
    font-size: 30px;
  }
}
@media (max-width: 1280px) {
  .about1 .right .items .item h4 span {
    font-size: 26.66666667px;
  }
}
@media (max-width: 1024px) {
  .about1 .right .items .item h4 span {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1680px) {
  .about1 .right .items .item h4 span {
    font-size: 34px;
  }
}
@media (max-width: 1440px) {
  .about1 .right .items .item h4 span {
    font-size: 26px;
  }
}
@media (max-width: 1280px) {
  .about1 .right .items .item h4 span {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .about1 .right .items .item h4 span {
    font-size: 20px;
  }
}
.about1 .right .items .item p {
  font-size: 16px;
  margin-top: 15px;
  text-align: center;
  line-height: 24px;
  height: 48px;
}
@media (max-width: 1680px) {
  .about1 .right .items .item p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .about1 .right .items .item p {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .about1 .right .items .item p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .about1 .right .items .item p {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .about1 .right .items .item p {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .about1 .right .items .item p {
    font-size: 14px;
  }
}
.about1 .right .items .item:nth-child(2) {
  background: rgba(19, 56, 191, 0.9);
}
.about1 .right .items .item:nth-child(3) {
  background: rgba(19, 56, 191, 0.8);
}
.about1 .right .items .item:nth-child(4) {
  background: rgba(19, 56, 191, 0.7);
}
.about1 .right .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 55%;
}
.about1 .right .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width:1560px) {
  .about1 .left {
    padding: 0 60px;
  }
}
@media (max-width:1440px) {
  .about1 .left .info {
    line-height: 26px;
  }
  .about1 .right {
    height: calc(100vh - 80px);
  }
}
@media (max-width:1024px) {
  .about1 .left {
    padding: 0 30px;
  }
}
@media (max-width:990px) {
  .about1 .left {
    padding: 0 20px;
  }
}
@media (max-width:768px) {
  .about1 {
    padding: 40px 0 0;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .about1 .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .about1 .left h3 {
    margin: 10px 0 15px;
  }
  .about1 .left .scroll {
    margin-top: 15px;
  }
  .about1 .right {
    width: 100%;
    height: auto;
  }
  .about1 .right .items {
    height: auto;
  }
  .about1 .right .items .item {
    padding: 22px 15px;
  }
  .about1 .right .items .item p {
    font-size: 12px;
    line-height: 20px;
    height: 60px;
    margin-top: 5px;
  }
}
.about2 {
  padding: 5.21vw 0;
}
.about2 h2,
.about2 h3 {
  text-align: center;
}
.about2 .img {
  margin: 0 auto 15px;
  display: block;
  height: 3.44vw;
  min-height: 30px;
}
.about2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 4.17vw;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.about2 ul li {
  width: calc(20% - 20px);
  border-top: 2px solid #1338BF;
  padding: 1.56vw 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.about2 ul li:hover {
  transform: translateY(-15px);
}
.about2 ul li h4 {
  font-size: 24px;
  font-family: "sy_r";
  text-align: center;
}
@media (max-width: 1680px) {
  .about2 ul li h4 {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .about2 ul li h4 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .about2 ul li h4 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .about2 ul li h4 {
    font-size: 12.8px;
  }
}
@media (max-width: 1680px) {
  .about2 ul li h4 {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .about2 ul li h4 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .about2 ul li h4 {
    font-size: 16px;
  }
}
.about2 ul li .info {
  margin-top: 1.04vw;
  text-align: center;
  font-size: 16px;
  font-family: "sy_l";
  line-height: 26px;
}
@media (max-width: 1680px) {
  .about2 ul li .info {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .about2 ul li .info {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .about2 ul li .info {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .about2 ul li .info {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .about2 ul li .info {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .about2 ul li .info {
    font-size: 14px;
  }
}
@media (max-width:1280px) {
  .about2 ul li .info {
    line-height: 24px;
  }
}
@media (max-width:768px) {
  .about2 ul li .info {
    margin-top: 8px;
    line-height: 22px;
  }
}
@media (max-width:768px) {
  .about2 {
    padding: 40px 0;
  }
  .about2 ul {
    margin-top: 25px;
  }
  .about2 ul li {
    width: 100%;
    border-width: 1px;
    padding: 15px 0 ;
  }
}
.about3 {
  background: url(../images/bg10.jpg) no-repeat center;
  padding: 4.17vw 0 3.65vw;
  overflow: hidden;
}
.about3 h2 {
  text-align: center;
  color: #fff;
}
.about3 .swiper {
  overflow: hidden;
}
@media (max-width:768px) {
  .about3 {
    padding: 40px 0 30px;
  }
}
.about3_s {
  position: relative;
  color: #fff;
  margin-top: 2.6vw;
}
.about3_s .swiper-button-next,
.about3_s .swiper-button-prev {
  width: 30px;
}
.about3_s .swiper-button-next:after,
.about3_s .swiper-button-prev:after {
  color: #fff;
  font-size: 30px;
}
@media (max-width: 1680px) {
  .about3_s .swiper-button-next:after,
  .about3_s .swiper-button-prev:after {
    font-size: 26.25px;
  }
}
@media (max-width: 1440px) {
  .about3_s .swiper-button-next:after,
  .about3_s .swiper-button-prev:after {
    font-size: 22.5px;
  }
}
@media (max-width: 1280px) {
  .about3_s .swiper-button-next:after,
  .about3_s .swiper-button-prev:after {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .about3_s .swiper-button-next:after,
  .about3_s .swiper-button-prev:after {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .about3_s .swiper-button-next:after,
  .about3_s .swiper-button-prev:after {
    font-size: 24px;
  }
}
@media (max-width: 1440px) {
  .about3_s .swiper-button-next:after,
  .about3_s .swiper-button-prev:after {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .about3_s .swiper-button-next:after,
  .about3_s .swiper-button-prev:after {
    font-size: 18px;
  }
}
.about3_s .swiper-button-next span,
.about3_s .swiper-button-prev span {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 200px;
  font-family: 'din';
  line-height: 1;
  z-index: -1;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-text-stroke: 1px #FFFFFF;
  text-stroke: 1px #FFFFFF;
  color: rgba(0, 0, 0, 0);
  opacity: 0.4;
}
@media (max-width: 1680px) {
  .about3_s .swiper-button-next span,
  .about3_s .swiper-button-prev span {
    font-size: 175px;
  }
}
@media (max-width: 1440px) {
  .about3_s .swiper-button-next span,
  .about3_s .swiper-button-prev span {
    font-size: 150px;
  }
}
@media (max-width: 1280px) {
  .about3_s .swiper-button-next span,
  .about3_s .swiper-button-prev span {
    font-size: 133.33333333px;
  }
}
@media (max-width: 1024px) {
  .about3_s .swiper-button-next span,
  .about3_s .swiper-button-prev span {
    font-size: 106.66666667px;
  }
}
.about3_s .swiper-button-next {
  right: 12%;
}
.about3_s .swiper-button-prev {
  left: 12%;
}
.about3_s .swiper {
  overflow: hidden;
  width: 50%;
  margin: 0 auto;
}
.about3_s h3 {
  font-size: 80px;
  font-family: 'dinb';
  text-align: center;
}
@media (max-width: 1680px) {
  .about3_s h3 {
    font-size: 70px;
  }
}
@media (max-width: 1440px) {
  .about3_s h3 {
    font-size: 60px;
  }
}
@media (max-width: 1280px) {
  .about3_s h3 {
    font-size: 53.33333333px;
  }
}
@media (max-width: 1024px) {
  .about3_s h3 {
    font-size: 42.66666667px;
  }
}
.about3_s .line {
  width: 100%;
  height: 2px;
  background: #fff;
  margin: 1.56vw 0;
}
.about3_s .info {
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  height: 300px;
  overflow-y: auto;
}
@media (max-width: 1680px) {
  .about3_s .info {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .about3_s .info {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .about3_s .info {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .about3_s .info {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .about3_s .info {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .about3_s .info {
    font-size: 14px;
  }
}
.about3_s .info img {
  margin: 10px auto;
}
@media (max-width:1440px) {
  .about3_s .info {
    line-height: 26px;
    height: 260px;
  }
}
@media (max-width:1280px) {
  .about3_s .info {
    line-height: 24px;
    height: 240px;
  }
}
@media (max-width:768px) {
  .about3_s {
    margin-top: 20px;
  }
  .about3_s .swiper {
    width: calc(100% - 40px);
  }
  .about3_s .swiper-button-next {
    right: 15px;
  }
  .about3_s .swiper-button-next span {
    font-size: 30px;
  }
  .about3_s .swiper-button-prev {
    left: 15px;
  }
  .about3_s .swiper-button-prev span {
    font-size: 30px;
  }
  .about3_s .line {
    margin: 15px 0;
  }
  .about3_s .info {
    line-height: 22px;
    height: 220px;
    padding: 0 40px;
  }
}
.about3_s2 {
  margin-top: 1.04vw;
}
.about3_s2 .swiper {
  padding-bottom: 10px;
}
.about3_s2 .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.about3_s2 .swiper-slide:before,
.about3_s2 .swiper-slide:after {
  content: "";
  width: calc(50% - 10px);
  transition: ease 1s;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.about3_s2 .swiper-slide:before {
  left: 0;
}
.about3_s2 .swiper-slide:after {
  right: 0;
}
.about3_s2 .swiper-slide .year {
  position: relative;
  width: 130px;
  height: 130px;
  text-align: center;
  font-size: 16px;
}
.about3_s2 .swiper-slide .year:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  bottom: 0;
  background: #fff;
  border-radius: 50%;
}
.about3_s2 .swiper-slide .year:after {
  content: "";
  display: block;
  width: 100%;
  transition: ease 1s;
  opacity: 0;
  height: 100%;
  border: 1px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
}
.about3_s2 .swiper-slide .year p {
  transition: ease 0.2s;
  display: block;
  transform: translateY(35px);
  font-family: 'dinb';
  color: #fff;
  font-size: 18px;
  text-align: center;
}
@media (max-width: 1680px) {
  .about3_s2 .swiper-slide .year p {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .about3_s2 .swiper-slide .year p {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .about3_s2 .swiper-slide .year p {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .about3_s2 .swiper-slide .year p {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .about3_s2 .swiper-slide .year p {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .about3_s2 .swiper-slide .year p {
    font-size: 16px;
  }
}
.about3_s2 .swiper-slide.swiper-slide-active:before,
.about3_s2 .swiper-slide.swiper-slide-active:after {
  width: calc(50% - 75px);
}
.about3_s2 .swiper-slide.swiper-slide-active .year p {
  transform: translateY(25px);
  font-size: 30px;
}
@media (max-width: 1680px) {
  .about3_s2 .swiper-slide.swiper-slide-active .year p {
    font-size: 26.25px;
  }
}
@media (max-width: 1440px) {
  .about3_s2 .swiper-slide.swiper-slide-active .year p {
    font-size: 22.5px;
  }
}
@media (max-width: 1280px) {
  .about3_s2 .swiper-slide.swiper-slide-active .year p {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .about3_s2 .swiper-slide.swiper-slide-active .year p {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .about3_s2 .swiper-slide.swiper-slide-active .year p {
    font-size: 24px;
  }
}
@media (max-width: 1440px) {
  .about3_s2 .swiper-slide.swiper-slide-active .year p {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .about3_s2 .swiper-slide.swiper-slide-active .year p {
    font-size: 18px;
  }
}
.about3_s2 .swiper-slide.swiper-slide-active .year:after {
  opacity: 1;
}
@media (max-width:1440px) {
  .about3_s2 .swiper-slide .year {
    width: 100px;
    height: 100px;
  }
  .about3_s2 .swiper-slide .year p {
    transform: translateY(25px);
  }
  .about3_s2 .swiper-slide.swiper-slide-active:before,
  .about3_s2 .swiper-slide.swiper-slide-active:after {
    width: calc(50% - 60px);
  }
  .about3_s2 .swiper-slide.swiper-slide-active .year p {
    transform: translateY(15px);
  }
}
@media (max-width:768px) {
  .about3_s2 .swiper-slide .year {
    width: 80px;
    height: 80px;
  }
  .about3_s2 .swiper-slide .year p {
    transform: translateY(15px);
  }
  .about3_s2 .swiper-slide.swiper-slide-active:before,
  .about3_s2 .swiper-slide.swiper-slide-active:after {
    width: calc(50% - 50px);
  }
  .about3_s2 .swiper-slide.swiper-slide-active .year p {
    transform: translateY(10px);
  }
}
.about4 {
  padding: 4.17vw 0;
  background: #f7f7f7;
  overflow: hidden;
}
.about4 .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.about4 .top .about4_taba {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.about4 .top .about4_taba a {
  margin-left: 15px;
  padding: 0 20px;
}
.about4 .top .about4_taba aA:first-child {
  margin-left: 0;
}
.about4 .top .about4_taba a:hover,
.about4 .top .about4_taba a.on {
  background: #1338BF;
  color: #fff;
}
.about4 .about4_tabb {
  margin-top: 3.13vw;
}
.about4 .about4_tabb .item {
  height: auto;
  max-height: 0;
  overflow: hidden;
}
.about4 .about4_tabb .item.on {
  max-height: 900px;
  overflow: visible;
}
.about4 .swiper {
  overflow: hidden;
}
.about4 .swiper a {
  background: #fff;
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
}
.about4 .swiper a:hover {
  background: rgba(19, 56, 191, 0.3);
}
.about4 .swiper a:hover .imgbox .box {
  opacity: 1;
}
.about4 .swiper a:hover .art {
  background: url(../images/i5.png) no-repeat left center;
}
.about4 .swiper a .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}
.about4 .swiper a .imgbox:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
}
.about4 .swiper a .imgbox .img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding: 1.56vw;
}
.about4 .swiper a .imgbox .box {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 1.56vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.about4 .swiper a .imgbox .box p {
  font-size: 16px;
  color: #fff;
  margin-top: 15px;
}
@media (max-width: 1680px) {
  .about4 .swiper a .imgbox .box p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .about4 .swiper a .imgbox .box p {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .about4 .swiper a .imgbox .box p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .about4 .swiper a .imgbox .box p {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .about4 .swiper a .imgbox .box p {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .about4 .swiper a .imgbox .box p {
    font-size: 14px;
  }
}
.about4 .swiper a .imgbox .box:before {
  content: '';
  background: rgba(19, 56, 191, 0.6);
  z-index: -1;
  box-sizing: border-box;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: calc(100% - 3.13vw);
  height: calc(100% - 3.13vw);
}
.about4 .swiper a .art {
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 15px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.about4 .swiper a .art p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: center;
  line-height: 1.4;
  font-size: 16px;
}
@media (max-width: 1680px) {
  .about4 .swiper a .art p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .about4 .swiper a .art p {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .about4 .swiper a .art p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .about4 .swiper a .art p {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .about4 .swiper a .art p {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .about4 .swiper a .art p {
    font-size: 14px;
  }
}
@media (max-width:1440px) {
  .about4 .swiper a .art {
    height: 70px;
  }
}
.about4 .about4_s {
  position: relative;
  padding-bottom: 60px;
}
.about4 .about4_s .swiper-pagination {
  bottom: 20px;
  text-align: center;
  width: 100%;
}
.about4 .about4_s .swiper-button-prev,
.about4 .about4_s .swiper-button-next {
  width: 2.6vw;
  height: 2.6vw;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 50%;
  background: #e5e5e5;
  min-width: 35px;
  min-height: 35px;
  outline: none;
}
.about4 .about4_s .swiper-button-prev:hover,
.about4 .about4_s .swiper-button-next:hover {
  background: #1338BF;
  color: #fff;
}
.about4 .about4_s .swiper-button-prev:after,
.about4 .about4_s .swiper-button-next:after {
  font-size: 20px;
}
@media (max-width: 1680px) {
  .about4 .about4_s .swiper-button-prev:after,
  .about4 .about4_s .swiper-button-next:after {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .about4 .about4_s .swiper-button-prev:after,
  .about4 .about4_s .swiper-button-next:after {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .about4 .about4_s .swiper-button-prev:after,
  .about4 .about4_s .swiper-button-next:after {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .about4 .about4_s .swiper-button-prev:after,
  .about4 .about4_s .swiper-button-next:after {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .about4 .about4_s .swiper-button-prev:after,
  .about4 .about4_s .swiper-button-next:after {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .about4 .about4_s .swiper-button-prev:after,
  .about4 .about4_s .swiper-button-next:after {
    font-size: 16px;
  }
}
.about4 .about4_s .swiper-button-prev {
  left: -80px;
}
.about4 .about4_s .swiper-button-next {
  right: -80px;
}
@media (max-width:1600px) {
  .about4 .about4_s .swiper-button-prev {
    left: -45px;
  }
  .about4 .about4_s .swiper-button-next {
    right: -45px;
  }
}
@media (max-width:1024px) {
  .about4 .about4_s .swiper-button-prev {
    left: -25px;
  }
  .about4 .about4_s .swiper-button-next {
    right: -25px;
  }
}
@media (max-width:990px) {
  .about4 .about4_s .swiper-button-prev {
    left: -20px;
  }
  .about4 .about4_s .swiper-button-next {
    right: -20px;
  }
}
@media (max-width:768px) {
  .about4 {
    padding: 40px 0 20px;
  }
  .about4 .about4_tabb {
    margin-top: 20px;
  }
}
.about5 {
  padding: 4.17vw 0;
  background: url(../images/bg11.png) no-repeat center / cover #f2f9fd;
}
.about5 h2,
.about5 h3 {
  text-align: center;
}
.about5 .about5_s {
  margin-top: 2.6vw;
  padding-bottom: 30px;
  position: relative;
}
.about5 .about5_s .swiper-pagination {
  bottom: -20px;
  width: 100%;
}
.about5 .about5_s .swiper {
  overflow: hidden;
}
.about5 .about5_s .swiper-slide {
  height: 80px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width:1440px) {
  .about5 .about5_s .swiper-slide {
    height: 70px;
  }
}
@media (max-width:768px) {
  .about5 {
    padding: 40px 0;
  }
  .about5 .about5_s {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .about5 .about5_s .swiper-pagination {
    bottom: -15px;
  }
  .about5 .about5_s .swiper-slide {
    height: 60px;
  }
}
.join1 {
  background: url(../images/bg12.jpg) no-repeat center / cover;
  overflow: hidden;
}
.join1 .w1400 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.join1 .w1400 .left {
  width: 50%;
  position: relative;
  padding: 4.17vw 0;
}
.join1 .w1400 .left:before {
  content: '';
  width: 30px;
  height: 30px;
  background: url(../images/bg13.png) no-repeat center;
  background-size: 30px 30px;
  position: absolute;
  bottom: -16px;
  left: 0;
}
.join1 .w1400 .left h2 {
  color: #fff;
  margin-bottom: 2.6vw;
}
.join1 .w1400 .left .info {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
}
@media (max-width: 1680px) {
  .join1 .w1400 .left .info {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .join1 .w1400 .left .info {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .join1 .w1400 .left .info {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .join1 .w1400 .left .info {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .join1 .w1400 .left .info {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .join1 .w1400 .left .info {
    font-size: 16px;
  }
}
@media (max-width:768px) {
  .join1 {
    background-position: center;
  }
  .join1 .w1400 .left {
    width: 100%;
    padding: 40px 0;
  }
  .join1 .w1400 .left .info {
    line-height: 24px;
    font-size: 14px;
  }
}
.join4 .w1400 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.join4 .w1400 .item {
  width: 33.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 4.17vw 3.13vw;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.join4 .w1400 .item:hover {
  background: rgba(247, 249, 250);
}
.join4 .w1400 .item:hover .imgbox {
  border-radius: 50%;
}
.join4 .w1400 .item:hover .imgbox:before,
.join4 .w1400 .item:hover .imgbox:after {
  width: 0;
}
.join4 .w1400 .item .img {
  width: 19.27vw;
  max-width: 100%;
}
.join4 .w1400 .item .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.join4 .w1400 .item .imgbox:before,
.join4 .w1400 .item .imgbox:after {
  content: '';
  width: 10%;
  height: 100%;
  position: absolute;
  background: #fff;
  top: 0;
  z-index: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.join4 .w1400 .item .imgbox:before {
  left: 0;
}
.join4 .w1400 .item .imgbox:after {
  right: 0;
}
.join4 .w1400 .item .imgbox img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.join4 .w1400 .item h3 {
  font-size: 26px;
  line-height: 30px;
  height: 60px;
  margin: 2.6vw 0 1.04vw;
  text-align: center;
}
@media (max-width: 1680px) {
  .join4 .w1400 .item h3 {
    font-size: 22.75px;
  }
}
@media (max-width: 1440px) {
  .join4 .w1400 .item h3 {
    font-size: 19.5px;
  }
}
@media (max-width: 1280px) {
  .join4 .w1400 .item h3 {
    font-size: 17.33333333px;
  }
}
@media (max-width: 1024px) {
  .join4 .w1400 .item h3 {
    font-size: 13.86666667px;
  }
}
@media (max-width: 1680px) {
  .join4 .w1400 .item h3 {
    font-size: 22px;
  }
}
@media (max-width: 1440px) {
  .join4 .w1400 .item h3 {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .join4 .w1400 .item h3 {
    font-size: 16px;
  }
}
@media (max-width:1440px) {
  .join4 .w1400 .item h3 {
    line-height: 26px;
    height: 52px;
  }
}
@media (max-width:1024px) {
  .join4 .w1400 .item h3 {
    line-height: 24px;
    height: 48px;
  }
}
.join4 .w1400 .item .info {
  font-size: 16px;
  font-family: "sy_l";
  line-height: 26px;
  height: 182px;
  padding-right: 5px;
  overflow-y: auto;
}
@media (max-width: 1680px) {
  .join4 .w1400 .item .info {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .join4 .w1400 .item .info {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .join4 .w1400 .item .info {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .join4 .w1400 .item .info {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .join4 .w1400 .item .info {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .join4 .w1400 .item .info {
    font-size: 14px;
  }
}
@media (max-width:1440px) {
  .join4 .w1400 .item .info {
    line-height: 24px;
    height: 72px;
  }
}
@media (max-width:768px) {
  .join4 .w1400 .item .info {
    line-height: 22px;
    height: 66px;
  }
}
@media (max-width:768px) {
  .join4 {
    padding: 40px 0;
  }
  .join4 .w1400 {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .join4 .w1400 .item {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .join4 .w1400 .item:last-child {
    margin-bottom: 0;
  }
  .join4 .w1400 .item .img {
    width: 150px;
  }
  .join4 .w1400 .item .img .imgbox {
    border-radius: 50%;
  }
  .join4 .w1400 .item .img .imgbox:before,
  .join4 .w1400 .item .img .imgbox:after {
    width: 0;
  }
  .join4 .w1400 .item h3 {
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    margin: 15px 0 10px;
  }
}
.join_info2 {
  padding: 4.17vw 0;
  background: #f7f7f7;
}
@media (max-width:768px) {
  .join_info2 {
    padding: 40px 0;
  }
}
.join_info2 h2 {
  font-size: 44px;
  color: #222222;
  font-family: "sy_l";
  font-weight: 600;
  text-align: center;
  margin-bottom: 2.08vw;
}
@media (max-width: 1680px) {
  .join_info2 h2 {
    font-size: 38.5px;
  }
}
@media (max-width: 1440px) {
  .join_info2 h2 {
    font-size: 33px;
  }
}
@media (max-width: 1280px) {
  .join_info2 h2 {
    font-size: 29.33333333px;
  }
}
@media (max-width: 1024px) {
  .join_info2 h2 {
    font-size: 23.46666667px;
  }
}
@media (max-width: 1680px) {
  .join_info2 h2 {
    font-size: 38px;
  }
}
@media (max-width: 1440px) {
  .join_info2 h2 {
    font-size: 28px;
  }
}
@media (max-width: 1280px) {
  .join_info2 h2 {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .join_info2 h2 {
    font-size: 22px;
  }
}
@media (max-width:768px) {
  .join_info2 h2 {
    margin-bottom: 20px;
  }
}
.join_info2 .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  color: #fff;
  font-size: 18px;
  padding: 1.5vw 0;
}
@media (max-width: 1680px) {
  .join_info2 .top {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .join_info2 .top {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .join_info2 .top {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .join_info2 .top {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .join_info2 .top {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .join_info2 .top {
    font-size: 16px;
  }
}
.join_info2 .top.topbg {
  background: url(../images/bg7.jpg) no-repeat center / cover;
  margin-bottom: 1.56vw;
}
.join_info2 .top h3 {
  width: 23.5%;
  padding-left: 3.91vw;
}
.join_info2 .top .other {
  width: 72%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.join_info2 .top .other p {
  text-align: center;
  white-space: nowrap;
  font-size: 16px;
}
@media (max-width: 1680px) {
  .join_info2 .top .other p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .join_info2 .top .other p {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .join_info2 .top .other p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .join_info2 .top .other p {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .join_info2 .top .other p {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .join_info2 .top .other p {
    font-size: 14px;
  }
}
.join_info2 .top .other p:first-child {
  width: 80px;
}
.join_info2 .top .other p:nth-child(2),
.join_info2 .top .other p:nth-child(3) {
  min-width: 120px;
}
@media (max-width:768px) {
  .join_info2 .top .other p:nth-child(2),
  .join_info2 .top .other p:nth-child(3) {
    min-width: 80px;
  }
}
.join_info2 .top .other p:nth-child(4) {
  width: 95px;
}
@media (max-width:768px) {
  .join_info2 .top {
    padding: 15px 0;
  }
  .join_info2 .top.topbg {
    margin-bottom: 15px;
  }
  .join_info2 .top h3 {
    width: calc(100% - 50px);
    padding-left: 15px;
  }
  .join_info2 .top .other {
    width: 50px;
  }
  .join_info2 .top .other p {
    display: none;
  }
  .join_info2 .top .other p:nth-child(4) {
    display: block;
    width: 50px;
  }
}
.join_info2 .items {
  margin-bottom: 3.13vw;
}
.join_info2 .items li {
  margin-bottom: 1.04vw;
  border-radius: 0.83vw;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  background: #f7f8fa;
}
.join_info2 .items li.on {
  background: #fff;
}
.join_info2 .items li.on .top {
  border-bottom: 1px solid #e5e5e5;
}
.join_info2 .items li.on .top .icon-xiangxia {
  background: #000;
  color: #fff;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.join_info2 .items li.on .box {
  display: block;
}
.join_info2 .items li .top {
  color: #000;
  font-family: "sy_l";
}
.join_info2 .items li .top h3 {
  font-family: "sy_l";
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.join_info2 .items li .top p {
  font-family: "sy_l";
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.join_info2 .items li .top .icon-xiangxia {
  width: 2.08vw;
  height: 2.08vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-width: 30px;
  min-height: 30px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 3px 54px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width:768px) {
  .join_info2 .items li .top h3 {
    width: calc(100% - 50px);
    padding-left: 15px;
  }
  .join_info2 .items li .top .other {
    width: 50px;
  }
  .join_info2 .items li .top .other p {
    display: none;
  }
  .join_info2 .items li .top .other p:nth-child(4) {
    display: block;
    width: 50px;
  }
}
.join_info2 .items li .box {
  display: none;
  animation: show 0.5s;
}
.join_info2 .items li .box .art {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 1.82vw 0;
}
.join_info2 .items li .box .art .h6 {
  font-family: "sy_l";
  margin-bottom: 1.56vw;
  font-size: 16px;
  color: #000000;
}
@media (max-width: 1680px) {
  .join_info2 .items li .box .art .h6 {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .join_info2 .items li .box .art .h6 {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .join_info2 .items li .box .art .h6 {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .join_info2 .items li .box .art .h6 {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .join_info2 .items li .box .art .h6 {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .join_info2 .items li .box .art .h6 {
    font-size: 14px;
  }
}
.join_info2 .items li .box .art .lx {
  width: 23.5%;
  padding-left: 3.91vw;
}
.join_info2 .items li .box .art .lx .p1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 0.94vw;
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 1680px) {
  .join_info2 .items li .box .art .lx .p1 {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .join_info2 .items li .box .art .lx .p1 {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .join_info2 .items li .box .art .lx .p1 {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .join_info2 .items li .box .art .lx .p1 {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .join_info2 .items li .box .art .lx .p1 {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .join_info2 .items li .box .art .lx .p1 {
    font-size: 14px;
  }
}
.join_info2 .items li .box .art .lx .p1 i {
  width: 25px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: 14px auto;
  background-position: left center;
}
.join_info2 .items li .box .art .lx .p1 i.i1 {
  background-image: url(../images/i22.png);
}
.join_info2 .items li .box .art .lx .p1 i.i2 {
  background-image: url(../images/i23.png);
}
.join_info2 .items li .box .art .lx .p1 i.i3 {
  background-image: url(../images/i24.png);
}
.join_info2 .items li .box .art .lx .p1 i.i4 {
  background-image: url(../images/i25.png);
  background-size: 13px auto;
}
.join_info2 .items li .box .art .lx .p1 span {
  width: calc(100% - 25px);
  word-break: break-all;
  color: #555555;
  font-family: "sy_l";
}
.join_info2 .items li .box .art .zw {
  width: 72%;
  padding-right: 3.91vw;
}
.join_info2 .items li .box .art .zw .info {
  font-size: 16px;
  color: #555555;
  font-family: "sy_l";
}
@media (max-width: 1680px) {
  .join_info2 .items li .box .art .zw .info {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .join_info2 .items li .box .art .zw .info {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .join_info2 .items li .box .art .zw .info {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .join_info2 .items li .box .art .zw .info {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .join_info2 .items li .box .art .zw .info {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .join_info2 .items li .box .art .zw .info {
    font-size: 14px;
  }
}
.join_info2 .items li .box .art .zw .info p {
  line-height: 22px;
  margin-bottom: 0.94vw;
  font-family: "sy_l";
}
.join_info2 .items li .box .art .zw .line {
  width: 100%;
  height: 1px;
  background: #eaeaea;
  margin: 1.82vw 0;
}
@media (max-width:768px) {
  .join_info2 .items {
    margin-bottom: 20px;
  }
  .join_info2 .items li {
    border-radius: 5px;
    margin-bottom: 10px;
  }
  .join_info2 .items li .top {
    padding: 10px 0;
  }
  .join_info2 .items li .box .art {
    padding: 15px;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .join_info2 .items li .box .art .lx {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .join_info2 .items li .box .art .zw {
    width: 100%;
    padding-right: 0;
  }
  .join_info2 .items li .box .art .zw .line {
    margin: 15px 0;
  }
}
.contact1 {
  padding: 4.17vw 0;
}
.contact1 .items {
  margin: 3.13vw 0 1.56vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.contact1 .items .item {
  width: 18%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.contact1 .items .item:hover {
  transform: translateY(-15px);
}
.contact1 .items .p1 {
  font-size: 22px;
  font-family: 'din';
}
@media (max-width: 1680px) {
  .contact1 .items .p1 {
    font-size: 19.25px;
  }
}
@media (max-width: 1440px) {
  .contact1 .items .p1 {
    font-size: 16.5px;
  }
}
@media (max-width: 1280px) {
  .contact1 .items .p1 {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  .contact1 .items .p1 {
    font-size: 11.73333333px;
  }
}
@media (max-width: 1680px) {
  .contact1 .items .p1 {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .contact1 .items .p1 {
    font-size: 16px;
  }
}
.contact1 .items .p2 {
  font-size: 20px;
  font-family: "sy_r";
  margin-bottom: 1.56vw;
}
@media (max-width: 1680px) {
  .contact1 .items .p2 {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .contact1 .items .p2 {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .contact1 .items .p2 {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .contact1 .items .p2 {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .contact1 .items .p2 {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .contact1 .items .p2 {
    font-size: 16px;
  }
}
.contact1 .items .info {
  font-size: 16px;
  line-height: 24px;
  font-family: "sy_l";
}
@media (max-width: 1680px) {
  .contact1 .items .info {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .contact1 .items .info {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .contact1 .items .info {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .contact1 .items .info {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .contact1 .items .info {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .contact1 .items .info {
    font-size: 14px;
  }
}
.contact1 .map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.contact1 .map img {
  min-height: 200px;
  object-fit: cover;
}
@media (max-width:768px) {
  .contact1 {
    padding: 40px 0;
  }
  .contact1 .items {
    margin: 20px 0 0;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .contact1 .items .item {
    width: 100%;
    margin-bottom: 15px;
  }
  .contact1 .items .p2 {
    margin-bottom: 5px;
  }
}
.contact2 {
  padding: 4.17vw 0;
  background: #f9f9f9;
}
.contact2 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 3.13vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.contact2 .box .left {
  width: 38.5%;
}
.contact2 .box .left .p1 {
  font-size: 18px;
  margin-bottom: 5px;
}
@media (max-width: 1680px) {
  .contact2 .box .left .p1 {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .contact2 .box .left .p1 {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .contact2 .box .left .p1 {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .contact2 .box .left .p1 {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .contact2 .box .left .p1 {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .contact2 .box .left .p1 {
    font-size: 16px;
  }
}
.contact2 .box .left .p1 em {
  color: #ff0000;
}
.contact2 .box .left input,
.contact2 .box .left textarea {
  width: 100%;
  height: 50px;
  background: #f3f3f3;
  padding: 0 15px;
  margin-bottom: 15px;
  font-size: 16px;
  color: #666;
}
@media (max-width: 1680px) {
  .contact2 .box .left input,
  .contact2 .box .left textarea {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .contact2 .box .left input,
  .contact2 .box .left textarea {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .contact2 .box .left input,
  .contact2 .box .left textarea {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .contact2 .box .left input,
  .contact2 .box .left textarea {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .contact2 .box .left input,
  .contact2 .box .left textarea {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .contact2 .box .left input,
  .contact2 .box .left textarea {
    font-size: 14px;
  }
}
.contact2 .box .left input::placeholder,
.contact2 .box .left textarea::placeholder {
  font-size: 16px;
  color: #666;
}
@media (max-width: 1680px) {
  .contact2 .box .left input::placeholder,
  .contact2 .box .left textarea::placeholder {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .contact2 .box .left input::placeholder,
  .contact2 .box .left textarea::placeholder {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .contact2 .box .left input::placeholder,
  .contact2 .box .left textarea::placeholder {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .contact2 .box .left input::placeholder,
  .contact2 .box .left textarea::placeholder {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .contact2 .box .left input::placeholder,
  .contact2 .box .left textarea::placeholder {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .contact2 .box .left input::placeholder,
  .contact2 .box .left textarea::placeholder {
    font-size: 14px;
  }
}
.contact2 .box .left textarea {
  height: 120px;
  padding: 15px;
}
.contact2 .box .left button {
  width: 100%;
  height: 50px;
  background: #1338BF;
  color: #fff;
  font-size: 18px;
}
@media (max-width: 1680px) {
  .contact2 .box .left button {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .contact2 .box .left button {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .contact2 .box .left button {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .contact2 .box .left button {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .contact2 .box .left button {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .contact2 .box .left button {
    font-size: 16px;
  }
}
.contact2 .box .right {
  width: 52.85%;
  padding-right: 2.08vw;
  position: relative;
  z-index: 1;
  max-height: 490px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.contact2 .box .right img {
  object-fit: cover;
}
.contact2 .box .right:before {
  content: '';
  width: 29.7%;
  height: 75%;
  position: absolute;
  right: 0;
  top: -2.08vw;
  background: #1338BF;
  z-index: -1;
}
@media (max-width:1440px) {
  .contact2 .box .left input {
    height: 45px;
  }
}
@media (max-width:1280px) {
  .contact2 .box .left input {
    height: 40px;
  }
  .contact2 .box .left textarea {
    height: 80px;
  }
}
@media (max-width:768px) {
  .contact2 {
    padding: 40px 0;
  }
  .contact2 .box {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-top: 20px;
  }
  .contact2 .box .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .contact2 .box .left .p1 {
    font-size: 14px;
  }
  .contact2 .box .left input {
    height: 35px;
  }
  .contact2 .box .left textarea {
    height: 60px;
    padding: 10px 15px;
  }
  .contact2 .box .left input,
  .contact2 .box .left textarea {
    font-size: 14px;
    line-height: 22px;
  }
  .contact2 .box .left button {
    height: 40px;
    font-size: 14px;
  }
  .contact2 .box .right {
    width: 100%;
  }
}
.contact3 {
  padding: 4.17vw 0;
}
.contact3 ul {
  margin-top: 3.13vw;
  margin-bottom: -2.6vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.contact3 ul li {
  width: calc(33.33% - 20px);
  margin: 0 30px 2.6vw 0;
  padding-bottom: 2.6vw;
  position: relative;
}
.contact3 ul li:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #e5e5e5;
}
.contact3 ul li:after {
  content: '';
  width: 0%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #1338BF;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.contact3 ul li:nth-child(3n) {
  margin-right: 0;
}
.contact3 ul li:hover:after {
  width: 100%;
}
.contact3 ul li h3 {
  font-size: 24px;
  color: #333;
  font-family: "sy_l";
  font-weight: 600;
}
@media (max-width: 1680px) {
  .contact3 ul li h3 {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .contact3 ul li h3 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .contact3 ul li h3 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .contact3 ul li h3 {
    font-size: 12.8px;
  }
}
@media (max-width: 1680px) {
  .contact3 ul li h3 {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .contact3 ul li h3 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .contact3 ul li h3 {
    font-size: 16px;
  }
}
.contact3 ul li .info {
  margin-top: 1.3vw;
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  height: 78px;
  overflow-y: auto;
  padding-right: 5px;
}
@media (max-width: 1680px) {
  .contact3 ul li .info {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .contact3 ul li .info {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .contact3 ul li .info {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .contact3 ul li .info {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .contact3 ul li .info {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .contact3 ul li .info {
    font-size: 14px;
  }
}
@media (max-width:1440px) {
  .contact3 ul li {
    width: calc(33.33% - 13.33px);
    margin-right: 20px;
  }
  .contact3 ul li .info {
    line-height: 24px;
    height: 72px;
  }
}
@media (max-width:768px) {
  .contact3 {
    padding: 40px 0;
  }
  .contact3 ul {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .contact3 ul li {
    width: 100%;
    margin: 0 0 20px 0;
    padding-bottom: 15px;
  }
  .contact3 ul li:last-child {
    margin-bottom: 0;
  }
  .contact3 ul li .info {
    margin-top: 10px;
    line-height: 22px;
    height: auto;
  }
}
.nav_info {
  position: relative;
  background: #fff;
  z-index: 9;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.nav_info.on {
  position: sticky;
  top: 80px;
}
.nav_info.on.scroll {
  top: 0px;
}
.nav_info:before {
  content: '';
  width: 100%;
  height: 1px;
  background: #eaeaea;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.nav_info .w1400 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width:990px) {
  .nav_info .w1400 {
    width: 100%;
    overflow-x: scroll;
    scrollbar-width: thin;
    scrollbar-color: #1338BF transparent;
  }
  .nav_info .w1400::-webkit-scrollbar {
    width: 2px;
    height: 2px;
    background-color: transparent;
  }
  .nav_info .w1400::-webkit-scrollbar-thumb {
    background-color: #1338BF;
    border-radius: 10px;
  }
}
.nav_info a {
  font-size: 16px;
  color: #333;
  padding: 1.04vw 0;
  position: relative;
  margin-right: 2.6vw;
  font-family: "sy_l";
  white-space: nowrap;
}
@media (max-width: 1680px) {
  .nav_info a {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .nav_info a {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .nav_info a {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .nav_info a {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .nav_info a {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .nav_info a {
    font-size: 14px;
  }
}
.nav_info a:before {
  content: '';
  width: 0;
  height: 2px;
  background: #1338BF;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.nav_info a:hover,
.nav_info a.on {
  color: #1338BF;
}
.nav_info a:hover:before,
.nav_info a.on:before {
  width: 100%;
}
@media (max-width:990px) {
  .nav_info.on {
    top: 60px;
  }
  .nav_info a {
    padding: 15px 0;
  }
}
.news_top {
  padding: 4.17vw 0;
}
@media (max-width:768px) {
  .news_top {
    padding: 40px 0;
  }
}
.news_top_s {
  overflow: hidden;
  position: relative;
}
.news_top_s .swiper-pagination {
  width: auto;
  height: 24px;
  border-radius: 12px;
  padding: 0 15px;
  left: 2.08vw;
  bottom: 1.56vw;
}
.news_top_s .swiper-pagination span {
  background: #ffffff;
  opacity: 0.45;
}
.news_top_s .swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
  background: #1338BF;
}
@media (max-width:768px) {
  .news_top_s .swiper-pagination {
    bottom: 300px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.news_top_s a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  background: #f7f7f7;
}
.news_top_s a:hover .left .imgbox img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.news_top_s a .left {
  width: 50%;
}
.news_top_s a .left .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 66.7%;
  position: relative;
  overflow: hidden;
}
.news_top_s a .left .imgbox img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.news_top_s a .art {
  width: 50%;
  padding: 2.86vw 4.17vw;
}
.news_top_s a .art .other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.news_top_s a .art .other p {
  padding-left: 28px;
  background-position: left center;
  background-repeat: no-repeat;
  font-size: 16px;
  font-family: "sy_l";
  color: #999999;
}
@media (max-width: 1680px) {
  .news_top_s a .art .other p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .news_top_s a .art .other p {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .news_top_s a .art .other p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .news_top_s a .art .other p {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .news_top_s a .art .other p {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .news_top_s a .art .other p {
    font-size: 14px;
  }
}
.news_top_s a .art .other .p1 {
  background-image: url(../images/i26.png);
  margin-right: 1.82vw;
}
.news_top_s a .art .other .p2 {
  background-image: url(../images/i27.png);
}
.news_top_s a .art h3 {
  font-size: 30px;
  font-family: "sy_l";
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 10px;
}
@media (max-width: 1680px) {
  .news_top_s a .art h3 {
    font-size: 26.25px;
  }
}
@media (max-width: 1440px) {
  .news_top_s a .art h3 {
    font-size: 22.5px;
  }
}
@media (max-width: 1280px) {
  .news_top_s a .art h3 {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .news_top_s a .art h3 {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .news_top_s a .art h3 {
    font-size: 24px;
  }
}
@media (max-width: 1440px) {
  .news_top_s a .art h3 {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .news_top_s a .art h3 {
    font-size: 18px;
  }
}
.news_top_s a .art .line {
  width: 100%;
  height: 1px;
  background: #dedede;
  margin: 1.82vw 0;
}
.news_top_s a .art .info {
  font-size: 16px;
  line-height: 30px;
  color: #1b1e1e;
  font-family: "sy_l";
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media (max-width: 1680px) {
  .news_top_s a .art .info {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .news_top_s a .art .info {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .news_top_s a .art .info {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .news_top_s a .art .info {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .news_top_s a .art .info {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .news_top_s a .art .info {
    font-size: 14px;
  }
}
@media (max-width:1440px) {
  .news_top_s a .art .info {
    line-height: 26px;
  }
}
@media (max-width:768px) {
  .news_top_s a .art .info {
    line-height: 24px;
  }
}
.news_top_s a .art .hh_btn {
  position: absolute;
  bottom: 2.86vw;
  border-color: #c6c6c6;
  font-size: 16px;
  padding: 0 20px;
  display: inline-flex;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
}
@media (max-width: 1680px) {
  .news_top_s a .art .hh_btn {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .news_top_s a .art .hh_btn {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .news_top_s a .art .hh_btn {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .news_top_s a .art .hh_btn {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .news_top_s a .art .hh_btn {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .news_top_s a .art .hh_btn {
    font-size: 14px;
  }
}
.news_top_s a .art .hh_btn:hover {
  background: #1338BF;
  color: #fff;
}
@media (max-width:768px) {
  .news_top_s a .art .hh_btn {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .news_top_s a .left {
    width: 100%;
  }
  .news_top_s a .art {
    width: 100%;
    padding: 22px 15px;
  }
  .news_top_s a .art h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: unset;
    line-height: 24px;
    height: 48px;
  }
  .news_top_s a .art .line {
    margin: 15px 0;
  }
  .news_top_s a .art .hh_btn {
    position: relative;
    bottom: auto;
    margin-top: 25px;
  }
}
.news_ul {
  padding-bottom: 4.17vw;
}
@media (max-width:768px) {
  .news_ul {
    padding-bottom: 40px;
  }
}
.news_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-bottom: 1.56vw;
}
.news_list li {
  width: calc(33.33% - 20px);
  margin: 0 30px 30px 0;
  background: #f7f7f7;
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.news_list li:before {
  content: '';
  width: 0;
  height: 2px;
  background: #1338BF;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.news_list li:nth-child(3n) {
  margin-right: 0;
}
.news_list li:hover {
  transform: translateY(-15px);
}
.news_list li:hover:before {
  width: 100%;
}
.news_list li .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 66.7%;
  position: relative;
  overflow: hidden;
}
.news_list li .imgbox img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.news_list li .art {
  width: 100%;
  padding: 0 1.56vw;
}
.news_list li .art .other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0.94vw 0;
  border-bottom: 1px solid #ededed;
}
.news_list li .art .other p {
  padding-left: 28px;
  background-position: left center;
  background-repeat: no-repeat;
  font-size: 16px;
  font-family: "sy_l";
  color: #999999;
}
@media (max-width: 1680px) {
  .news_list li .art .other p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .news_list li .art .other p {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .news_list li .art .other p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .news_list li .art .other p {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .news_list li .art .other p {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .news_list li .art .other p {
    font-size: 14px;
  }
}
.news_list li .art .other .p1 {
  background-image: url(../images/i26.png);
}
.news_list li .art .other .p2 {
  background-image: url(../images/i27.png);
}
.news_list li .art h6 {
  margin: 1.04vw 0 1.82vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 22px;
  line-height: 1.45;
  color: #050505;
  font-family: "sy_l";
  font-weight: 600;
}
@media (max-width: 1680px) {
  .news_list li .art h6 {
    font-size: 19.25px;
  }
}
@media (max-width: 1440px) {
  .news_list li .art h6 {
    font-size: 16.5px;
  }
}
@media (max-width: 1280px) {
  .news_list li .art h6 {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  .news_list li .art h6 {
    font-size: 11.73333333px;
  }
}
@media (max-width: 1680px) {
  .news_list li .art h6 {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .news_list li .art h6 {
    font-size: 16px;
  }
}
@media (max-width:1440px) {
  .news_list li {
    width: calc(33.33% - 13.33px);
    margin: 0 20px 20px 0;
  }
}
@media (max-width:1024px) {
  .news_list li .art .other p {
    padding-left: 25px;
  }
}
@media (max-width:768px) {
  .news_list li {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .news_list li .art {
    padding: 0 15px;
  }
  .news_list li .art .other {
    padding: 10px 0;
  }
  .news_list li .art h6 {
    margin: 10px 0 20px;
  }
}
.news_con {
  padding: 4.95vw 0 5.21vw;
}
.news_con .w1400 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.news_con .left {
  width: 65%;
  margin-bottom: 4.17vw;
}
.news_con .left h2 {
  font-size: 46px;
  color: #000000;
  line-height: 1.2;
  font-family: "sy_l";
  font-weight: 600;
}
@media (max-width: 1680px) {
  .news_con .left h2 {
    font-size: 40.25px;
  }
}
@media (max-width: 1440px) {
  .news_con .left h2 {
    font-size: 34.5px;
  }
}
@media (max-width: 1280px) {
  .news_con .left h2 {
    font-size: 30.66666667px;
  }
}
@media (max-width: 1024px) {
  .news_con .left h2 {
    font-size: 24.53333333px;
  }
}
.news_con .left .line {
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  margin: 1.56vw 0;
}
.news_con .left .other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 3.13vw;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.news_con .left .other p {
  padding-left: 35px;
  background-repeat: no-repeat;
  background-position: left center;
  margin-right: 6.25vw;
  font-size: 16px;
  white-space: nowrap;
}
@media (max-width: 1680px) {
  .news_con .left .other p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .news_con .left .other p {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .news_con .left .other p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .news_con .left .other p {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .news_con .left .other p {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .news_con .left .other p {
    font-size: 14px;
  }
}
.news_con .left .other p:last-child {
  margin-right: 0;
}
.news_con .left .other .p1 {
  background-image: url(../images/i29.png);
}
.news_con .left .other .p2 {
  background-image: url(../images/i30.png);
}
.news_con .left .other .p3 {
  background-image: url(../images/i31.png);
}
.news_con .left .art {
  font-size: 16px;
  line-height: 30px;
  font-family: "sy_l";
}
@media (max-width: 1680px) {
  .news_con .left .art {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .news_con .left .art {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .news_con .left .art {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .news_con .left .art {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .news_con .left .art {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .news_con .left .art {
    font-size: 14px;
  }
}
.news_con .left .art img {
  height: auto!important;
}
.news_con .right {
  width: 30.7%;
  background: #f7f7f7;
  padding: 1.56vw;
  border-top: 4px solid #000000;
  position: sticky;
  top: 130px;
  margin-bottom: 120px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.news_con .right.scroll {
  top: 50px;
}
@media (max-width:990px) {
  .news_con .right {
    top: 90px;
  }
  .news_con .right.scroll {
    top: 90px;
  }
}
.news_con .right h3 {
  font-size: 30px;
  font-family: "sy_r";
  font-weight: 600;
  color: #000000;
  margin: 0.21vw 0 1.3vw;
}
@media (max-width: 1680px) {
  .news_con .right h3 {
    font-size: 26.25px;
  }
}
@media (max-width: 1440px) {
  .news_con .right h3 {
    font-size: 22.5px;
  }
}
@media (max-width: 1280px) {
  .news_con .right h3 {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .news_con .right h3 {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .news_con .right h3 {
    font-size: 24px;
  }
}
@media (max-width: 1440px) {
  .news_con .right h3 {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .news_con .right h3 {
    font-size: 18px;
  }
}
.news_con .right ul {
  margin-bottom: -10px;
}
@media (max-width:1680px) {
  .news_con .right ul {
    margin-bottom: 0;
  }
}
.news_con .right ul li {
  margin-bottom: 20px;
}
.news_con .right ul li:last-child {
  margin-bottom: 0;
}
.news_con .right ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.news_con .right ul li a:hover .img img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.news_con .right ul li a:hover .art h6 {
  color: #1338BF;
}
.news_con .right ul li a:hover .art p i {
  color: #1338BF;
}
.news_con .right ul li a .img {
  width: 108px;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.news_con .right ul li a .img img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.news_con .right ul li a .art {
  width: calc(100% - 128px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.news_con .right ul li a .art h6 {
  font-size: 18px;
  line-height: 24px;
  color: #555555;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: -0.26vw;
}
@media (max-width: 1680px) {
  .news_con .right ul li a .art h6 {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .news_con .right ul li a .art h6 {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .news_con .right ul li a .art h6 {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .news_con .right ul li a .art h6 {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .news_con .right ul li a .art h6 {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .news_con .right ul li a .art h6 {
    font-size: 16px;
  }
}
.news_con .right ul li a .art p {
  color: #999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transform: translateY(0.26vw);
}
.news_con .right ul li a .art p span {
  font-size: 14px;
}
.news_con .right ul li a .art p i {
  font-size: 30px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .news_con .right ul li a .art p i {
    font-size: 26.25px;
  }
}
@media (max-width: 1440px) {
  .news_con .right ul li a .art p i {
    font-size: 22.5px;
  }
}
@media (max-width: 1280px) {
  .news_con .right ul li a .art p i {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .news_con .right ul li a .art p i {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .news_con .right ul li a .art p i {
    font-size: 24px;
  }
}
@media (max-width: 1440px) {
  .news_con .right ul li a .art p i {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .news_con .right ul li a .art p i {
    font-size: 18px;
  }
}
@media (max-width:1024px) {
  .news_con .right ul li a .img {
    width: 90px;
    height: 60px;
  }
  .news_con .right ul li a .art {
    width: calc(100% - 105px);
  }
  .news_con .right ul li a .art h6 {
    font-size: 14px;
    line-height: 22px;
  }
}
.news_con .sxy {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 1.93vw 2.6vw;
  background: #f3f4f7;
}
.news_con .sxy .a1,
.news_con .sxy .a3 {
  width: calc(50% - 25px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #999999;
  font-family: "sy_l";
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.news_con .sxy .a1 span,
.news_con .sxy .a3 span {
  width: calc(100% - 55px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
}
@media (max-width: 1680px) {
  .news_con .sxy .a1 span,
  .news_con .sxy .a3 span {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .news_con .sxy .a1 span,
  .news_con .sxy .a3 span {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .news_con .sxy .a1 span,
  .news_con .sxy .a3 span {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .news_con .sxy .a1 span,
  .news_con .sxy .a3 span {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .news_con .sxy .a1 span,
  .news_con .sxy .a3 span {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .news_con .sxy .a1 span,
  .news_con .sxy .a3 span {
    font-size: 16px;
  }
}
.news_con .sxy .a1 span em,
.news_con .sxy .a3 span em {
  font-size: 18px;
  font-family: "sy_l";
}
@media (max-width: 1680px) {
  .news_con .sxy .a1 span em,
  .news_con .sxy .a3 span em {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .news_con .sxy .a1 span em,
  .news_con .sxy .a3 span em {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .news_con .sxy .a1 span em,
  .news_con .sxy .a3 span em {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .news_con .sxy .a1 span em,
  .news_con .sxy .a3 span em {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .news_con .sxy .a1 span em,
  .news_con .sxy .a3 span em {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .news_con .sxy .a1 span em,
  .news_con .sxy .a3 span em {
    font-size: 16px;
  }
}
.news_con .sxy .a1:hover,
.news_con .sxy .a3:hover {
  color: #222222;
}
.news_con .sxy .a2 {
  width: 26px;
  line-height: 0;
  position: relative;
}
.news_con .sxy .a2:hover .i1 {
  transform: translateY(-26px);
  opacity: 0;
}
.news_con .sxy .a2:hover .i2 {
  top: 0;
  opacity: 1;
}
.news_con .sxy .a2 img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.news_con .sxy .a2 .i2 {
  position: absolute;
  left: 0;
  top: 26px;
  opacity: 0;
}
.news_con .sxy .a1 i {
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  margin-right: 1.04vw;
}
.news_con .sxy .a3 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.news_con .sxy .a3 span {
  text-align: right;
}
.news_con .sxy .a3 i {
  margin-left: 1.04vw;
}
@media (max-width:1440px) {
  .news_con .left .other p {
    padding-left: 25px;
    margin-right: 3vw;
  }
}
@media (max-width:1024px) {
  .news_con .left .other p {
    padding-left: 20px;
    margin-right: 20px;
  }
  .news_con .left .art {
    line-height: 26px;
  }
  .news_con .right {
    border-width: 2px;
  }
}
@media (max-width:768px) {
  .news_con {
    padding: 35px 0 40px;
  }
  .news_con .left {
    width: 100%;
    margin-bottom: 0;
  }
  .news_con .left h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .news_con .left .line {
    margin: 15px 0;
  }
  .news_con .left .other {
    margin-bottom: 20px;
  }
  .news_con .left .other p {
    margin-bottom: 5px;
    margin-right: 20px;
  }
  .news_con .left .art {
    line-height: 24px;
  }
  .news_con .right {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    padding: 22px 15px;
    position: relative;
    top: auto;
    margin-bottom: 0;
  }
  .news_con .right.scroll {
    top: auto;
  }
  .news_con .right h3 {
    margin-bottom: 15px;
  }
  .news_con .right ul li {
    margin-bottom: 15px;
  }
  .news_con .right ul li a .img {
    width: 108px;
    height: 72px;
  }
  .news_con .right ul li a .art {
    width: calc(100% - 128px);
  }
  .news_con .sxy {
    margin: 30px 0;
    padding: 15px;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .news_con .sxy .a1,
  .news_con .sxy .a3 {
    width: 100%;
  }
  .news_con .sxy .a1 span,
  .news_con .sxy .a3 span {
    width: calc(100% - 25px);
  }
  .news_con .sxy .a1 span em,
  .news_con .sxy .a3 span em {
    font-size: 14px;
  }
  .news_con .sxy .a1 {
    margin-bottom: 10px;
  }
  .news_con .sxy .a1 i {
    margin-right: 10px;
  }
  .news_con .sxy .a2 {
    margin: 10px auto 0;
    width: 20px;
    height: 20px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .news_con .sxy .a3 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .news_con .sxy .a3 span {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    text-align: left;
  }
  .news_con .sxy .a3 i {
    margin-right: 10px;
    margin-left: 0;
  }
}
@media (max-width:768px) {
  .layui-laypage-skip {
    display: none;
  }
}
.hh-header-pc.qtwy-header-pc .hh_head .right ul li:hover .nav_sub {
  height: auto;
  max-height: 800px;
  padding: 2.6vw 0 1.56vw;
  overflow: visible;
}
.hh-header-pc.qtwy-header-pc .hh_head .right ul li:hover .nav_sub:before {
  display: block;
}
.hh-header-pc.qtwy-header-pc .hh_head .right ul li:hover .nav_sub:after {
  width: 100%;
  left: 0;
}
.hh-header-pc.qtwy-header-pc .hh_head .right ul li:hover .nav_sub.nav_sub2 {
  padding: 0 0 1.56vw;
}
.hh-header-pc.qtwy-header-pc .hh_head .right ul li:hover .nav_sub .nav_box .s_l {
  height: auto;
  max-height: 500px;
}
.hh-header-pc.qtwy-header-pc .hh_head .right ul li:hover .nav_sub .nav_box .s_r .imgbox img {
  height: auto;
  max-height: 280px;
}
.hh-header-pc.qtwy-header-pc .hh_head .right ul li .nav_sub {
  position: absolute;
  width: 100%;
  left: 0;
  height: 0;
  max-height: 0;
  background: rgba(255, 255, 255, 0.95);
  padding: 0;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hh-header-pc.qtwy-header-pc .hh_head .right ul li .nav_sub:before {
  content: '';
  width: 28%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  z-index: -1;
  display: none;
}
@media (max-width:1680px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right ul li .nav_sub:before {
    width: 25%;
  }
}
.hh-header-pc.qtwy-header-pc .hh_head .right ul li .nav_sub:after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  left: 50%;
  top: -3px;
  background: #1338BF;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hh-header-pc.qtwy-header-pc .hh_head .right ul li .nav_sub.nav_sub2 .s_t {
  height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width:1440px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right ul li .nav_sub.nav_sub2 .s_t {
    height: 65px;
  }
}
.hh-header-pc.qtwy-header-pc .hh_head .right ul li .nav_sub.nav_sub2 .s_t:before {
  content: '';
  width: 1920px;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(231, 233, 239, 0.95);
  z-index: -1;
}
.hh-header-pc.qtwy-header-pc .hh_head .right ul li .nav_sub.nav_sub2 .s_t a {
  display: block;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 18px;
  color: #222;
  font-family: 'sh_r';
  font-weight: 600;
  margin-right: 95px;
  position: relative;
}
@media (max-width: 1680px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right ul li .nav_sub.nav_sub2 .s_t a {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right ul li .nav_sub.nav_sub2 .s_t a {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right ul li .nav_sub.nav_sub2 .s_t a {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right ul li .nav_sub.nav_sub2 .s_t a {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right ul li .nav_sub.nav_sub2 .s_t a {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right ul li .nav_sub.nav_sub2 .s_t a {
    font-size: 16px;
  }
}
.hh-header-pc.qtwy-header-pc .hh_head .right ul li .nav_sub.nav_sub2 .s_t a:before {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hh-header-pc.qtwy-header-pc .hh_head .right ul li .nav_sub.nav_sub2 .s_t a:hover,
.hh-header-pc.qtwy-header-pc .hh_head .right ul li .nav_sub.nav_sub2 .s_t a.on {
  color: #1338BF;
}
.hh-header-pc.qtwy-header-pc .hh_head .right ul li .nav_sub.nav_sub2 .s_t a:hover:before,
.hh-header-pc.qtwy-header-pc .hh_head .right ul li .nav_sub.nav_sub2 .s_t a.on:before {
  width: 100%;
  left: 0%;
  background: #1338BF;
}
.hh-header-pc.qtwy-header-pc .hh_head .right ul li .nav_sub.nav_sub2 .sub_tab_b .items {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hh-header-pc.qtwy-header-pc .hh_head .right ul li .nav_sub.nav_sub2 .sub_tab_b .items.on {
  opacity: 1;
  z-index: 1;
  height: auto;
}
.hh-header-pc.qtwy-header-pc .hh_head .right ul li .nav_sub.nav_sub2 .sub_tab_b .items .nav_box .s_l {
  padding-top: 15px;
}
.hh-header-pc.qtwy-header-pc .hh_head .right ul li .nav_sub.nav_sub2 .sub_tab_b .items .nav_box .s_l .item {
  max-height: 280px;
}
.hh-header-pc.qtwy-header-pc .hh_head .right ul li .nav_sub.nav_sub2 .sub_tab_b .items .nav_box .s_l .item a {
  line-height: 35px;
}
@media (max-width:1440px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right ul li .nav_sub.nav_sub2 .sub_tab_b .items .nav_box .s_l .item a {
    font-size: 15px;
    line-height: 30px;
  }
}
@media (max-width:1280px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right ul li .nav_sub.nav_sub2 .sub_tab_b .items .nav_box .s_l .item a {
    font-size: 14px;
    line-height: 28px;
  }
}
.hh-header-pc.qtwy-header-pc .hh_head .right ul li .nav_sub.nav_sub2 .sub_tab_b .items .nav_box .s_r {
  width: 77.7%;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-top: 33px;
}
@media (max-width:1440px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right ul li .nav_sub.nav_sub2 .sub_tab_b .items .nav_box .s_r {
    width: 74%;
  }
}
.hh-header-pc.qtwy-header-pc .hh_head .right ul li .nav_sub.nav_sub2 .sub_tab_b .items .nav_box .s_r h6 {
  font-size: 16px;
  font-family: 'sh_r';
  font-weight: 600;
  padding-left: 20px;
  position: relative;
  margin-bottom: 33px;
}
.hh-header-pc.qtwy-header-pc .hh_head .right ul li .nav_sub.nav_sub2 .sub_tab_b .items .nav_box .s_r h6:before {
  content: '';
  width: 3px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7.5px;
  background: #1338BF;
}
.hh-header-pc.qtwy-header-pc .hh_head .right ul li .nav_sub.nav_sub2 .sub_tab_b .items .nav_box .s_r .tab_b2 {
  width: 100%;
  height: 100%;
}
.hh-header-pc.qtwy-header-pc .hh_head .right ul li .nav_sub.nav_sub2 .sub_tab_b .items .nav_box .s_r .h_p_s {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 0;
  position: relative;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.5s;
}
.hh-header-pc.qtwy-header-pc .hh_head .right ul li .nav_sub.nav_sub2 .sub_tab_b .items .nav_box .s_r .h_p_s.on {
  opacity: 1;
  z-index: 1;
  height: auto;
  padding-bottom: 38px;
}
.hh-header-pc.qtwy-header-pc .hh_head .right ul li .nav_sub.nav_sub2 .sub_tab_b .items .nav_box .s_r .h_p_s .swiper-pagination {
  top: auto;
  bottom: 0;
  height: 1px;
}
.hh-header-pc.qtwy-header-pc .hh_head .right ul li .nav_sub.nav_sub2 .sub_tab_b .items .nav_box .s_r .h_p_s .swiper-pagination .swiper-pagination-progressbar-fill {
  height: 2px;
  top: -1px;
}
.hh-header-pc.qtwy-header-pc .hh_head .right ul li .nav_sub.nav_sub2 .sub_tab_b .items .nav_box .s_r .h_p_s .swiper-slide .img {
  width: 100%;
  height: 0;
  padding-bottom: 64.11%;
  position: relative;
  overflow: hidden;
}
.hh-header-pc.qtwy-header-pc .hh_head .right ul li .nav_sub.nav_sub2 .sub_tab_b .items .nav_box .s_r .h_p_s .swiper-slide .img img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hh-header-pc.qtwy-header-pc .hh_head .right ul li .nav_sub.nav_sub2 .sub_tab_b .items .nav_box .s_r .h_p_s .swiper-slide p {
  font-size: 15px;
  color: #333;
  margin-top: 10px;
}
.hh-header-pc.qtwy-header-pc .hh_head .right ul li .nav_sub .nav_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.hh-header-pc.qtwy-header-pc .hh_head .right ul li .nav_sub .nav_box .s_l {
  width: 17%;
  height: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hh-header-pc.qtwy-header-pc .hh_head .right ul li .nav_sub .nav_box .s_l h4 {
  font-size: 24px;
  color: #222;
  font-family: 'sh_r';
  font-weight: 600;
}
@media (max-width: 1680px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right ul li .nav_sub .nav_box .s_l h4 {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right ul li .nav_sub .nav_box .s_l h4 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right ul li .nav_sub .nav_box .s_l h4 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right ul li .nav_sub .nav_box .s_l h4 {
    font-size: 12.8px;
  }
}
@media (max-width: 1680px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right ul li .nav_sub .nav_box .s_l h4 {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right ul li .nav_sub .nav_box .s_l h4 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right ul li .nav_sub .nav_box .s_l h4 {
    font-size: 16px;
  }
}
.hh-header-pc.qtwy-header-pc .hh_head .right ul li .nav_sub .nav_box .s_l .line {
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  margin: 23px 0 15px;
}
.hh-header-pc.qtwy-header-pc .hh_head .right ul li .nav_sub .nav_box .s_l .item {
  max-height: 250px;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #1338BF transparent;
}
.hh-header-pc.qtwy-header-pc .hh_head .right ul li .nav_sub .nav_box .s_l .item::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  background-color: #fff;
}
.hh-header-pc.qtwy-header-pc .hh_head .right ul li .nav_sub .nav_box .s_l .item::-webkit-scrollbar-thumb {
  background-color: #1338BF;
  border-radius: 10px;
}
.hh-header-pc.qtwy-header-pc .hh_head .right ul li .nav_sub .nav_box .s_l .item a {
  display: block;
  line-height: 35px;
  font-size: 16px;
  color: #222222;
  position: relative;
  padding-right: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-family: 'sh_l';
  font-weight: 600;
}
.hh-header-pc.qtwy-header-pc .hh_head .right ul li .nav_sub .nav_box .s_l .item a span {
  margin-right: 10px;
}
.hh-header-pc.qtwy-header-pc .hh_head .right ul li .nav_sub .nav_box .s_l .item a:before {
  content: '';
  width: 15px;
  height: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
  background: #c7c7c7;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hh-header-pc.qtwy-header-pc .hh_head .right ul li .nav_sub .nav_box .s_l .item a:hover,
.hh-header-pc.qtwy-header-pc .hh_head .right ul li .nav_sub .nav_box .s_l .item a.on {
  color: #1338BF;
  font-family: 'sh_r';
  font-weight: 600;
}

.hh-header-pc.qtwy-header-pc .hh_head .right ul li .nav_sub .nav_box .s_l .item a:hover:before,
.hh-header-pc.qtwy-header-pc .hh_head .right ul li .nav_sub .nav_box .s_l .item a.on:before {
  background: #1338BF;
}
@media (max-width:1440px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right ul li .nav_sub .nav_box .s_l .item {
    max-height: 200px;
  }
  .hh-header-pc.qtwy-header-pc .hh_head .right ul li .nav_sub .nav_box .s_l .item a {
    font-size: 15px;
    line-height: 30px;
  }
}
@media (max-width:1280px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right ul li .nav_sub .nav_box .s_l .item a {
    font-size: 14px;
    line-height: 28px;
  }
}
.hh-header-pc.qtwy-header-pc .hh_head .right ul li .nav_sub .nav_box .s_r {
  width: 74.28%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.hh-header-pc.qtwy-header-pc .hh_head .right ul li .nav_sub .nav_box .s_r .art {
  width: 49%;
}
.hh-header-pc.qtwy-header-pc .hh_head .right ul li .nav_sub .nav_box .s_r .art .info {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  text-align: justify;
  margin-bottom: 3.65vw;
}
@media (max-width:1440px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right ul li .nav_sub .nav_box .s_r .art .info {
    font-size: 14px;
    line-height: 26px;
  }
}
.hh-header-pc.qtwy-header-pc .hh_head .right ul li .nav_sub .nav_box .s_r .art .hh_btn {
  width: 136px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.hh-header-pc.qtwy-header-pc .hh_head .right ul li .nav_sub .nav_box .s_r .art .hh_btn i {
  margin-left: 15px;
}
.hh-header-pc.qtwy-header-pc .hh_head .right ul li .nav_sub .nav_box .s_r .art .hh_btn:hover {
  background: #1338BF;
  color: #fff;
}
@media (max-width:1440px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right ul li .nav_sub .nav_box .s_r .art .hh_btn {
    width: 120px;
    height: 40px;
  }
}
.hh-header-pc.qtwy-header-pc .hh_head .right ul li .nav_sub .nav_box .s_r .imgbox {
  width: 42.7%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.hh-header-pc.qtwy-header-pc .hh_head .right ul li .nav_sub .nav_box .s_r .imgbox img {
  width: 100%;
  height: 0;
  max-height: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.kf {
  position: fixed;
  right: -100px;
  bottom: 10%;
  width: 50px;
  z-index: 9;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.kf.on {
  right: 15px;
}
.kf .kf_div {
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
  margin-bottom: 8px;
}
.kf .kf_div:last-child {
  margin-bottom: 0;
}
.kf .item {
  width: 50px;
  height: 50px;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.kf .item:first-child {
  border-top-left-radius: 6px;
}
.kf .item:last-child {
  border-bottom-left-radius: 6px;
}
.kf .item .box {
  position: absolute;
  left: 90px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: 258px;
  height: 44px;
  background: #fff;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  margin-right: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 20px;
  font-family: 'din_b';
  color: #364d9e;
}
.kf .item .box:before {
  width: 10px;
  height: 100%;
  position: absolute;
  right: -9px;
  top: 0;
  content: '';
}
.kf .item .box i {
  width: 32px;
  height: 32px;
  display: block;
  border-radius: 50%;
  margin: 0 15px 0 6px;
  background: url(../images/kf5.png) no-repeat center #1338BF;
}
.kf .item .box2 {
  width: 154px;
  position: absolute;
  left: 90px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #fff;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
  padding: 15px 0 20px;
  border-radius: 6px;
}
.kf .item .box2:before {
  width: 10px;
  height: 100%;
  position: absolute;
  right: -9px;
  top: 0;
  content: '';
}
.kf .item .box2 h3 {
  width: 100%;
  text-align: center;
  font-size: 24px;
  color: #364d9e;
  font-weight: bold;
}
.kf .item .box2 img {
  width: 133px;
  height: 133px;
  margin: 5px 0;
}
.kf .item .box2 div {
  font-size: 16px;
  line-height: 22px;
  color: #666666;
  text-align: center;
}
.kf .item:hover {
  background: #1338BF;
}
.kf .item:hover .box {
  left: -266px;
}
.kf .item:hover .box2 {
  left: -164px;
}
.kf .item:hover a img {
  display: none;
}
.kf .item:hover a img.on {
  display: block;
}
.kf .item a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.kf .item a img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  max-width: 50%;
}
.kf .item a img.on {
  display: none;
  max-width: 50%;
}
@media (max-width:768px) {
  .kf {
    top: auto;
    bottom: 10px;
    left: 50%;
    margin-left: -80px;
    transform: translateY(0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
  }
  .kf .kf_div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    height: 40px;
  }
  .kf .item {
    width: 40px;
    height: 40px;
    border-radius: 0!important;
  }
  .kf .item a img {
    max-width: 50%;
  }
  .kf .item:hover .box {
    left: -50px;
    opacity: 1;
    top: -30px;
  }
  .kf .item:hover .box2 {
    left: -40px;
    opacity: 1;
    top: -70px;
  }
  .kf .item .box {
    left: -50px;
    top: -20px;
    opacity: 0;
    width: 140px;
    font-size: 14px;
    height: 40px;
    border-radius: 20px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .kf .item .box:before,
  .kf .item .box i {
    display: none;
  }
  .kf .item .box2 {
    left: -40px;
    top: -50px;
    opacity: 0;
    width: 120px;
    height: 120px;
    padding: 5px;
  }
  .kf .item .box2:before,
  .kf .item .box2 h3,
  .kf .item .box2 div {
    display: none;
  }
  .kf .item .box2 img {
    width: 110px;
    height: 110px;
  }
}
.pro_h2 {
  width: 100%;
  background: #1338BF;
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 20px 0;
  margin-bottom: 15px;
}
@media (max-width: 1680px) {
  .pro_h2 {
    font-size: 31.5px;
  }
}
@media (max-width: 1440px) {
  .pro_h2 {
    font-size: 27px;
  }
}
@media (max-width: 1280px) {
  .pro_h2 {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .pro_h2 {
    font-size: 19.2px;
  }
}
@media (max-width:768px) {
  .pro_h2 {
    padding: 15px 0;
  }
}
#contact2 {
  padding-top: 100px;
  margin-top: -100px;
}
/*# sourceMappingURL=./style.css.map */