@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;
  font-family: "siyuan_regular";
  -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: "Microsoft YaHei";
  /*禁用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;
}
/* 宽度 */
.hh_w_5 {
  width: 0.05rem;
}
.hh_w_10 {
  width: 0.1rem;
}
.hh_w_15 {
  width: 0.15rem;
}
.hh_w_20 {
  width: 0.2rem;
}
.hh_w_25 {
  width: 0.25rem;
}
.hh_w_30 {
  width: 0.3rem;
}
.hh_w_35 {
  width: 0.35rem;
}
.hh_w_40 {
  width: 0.4rem;
}
.hh_w_45 {
  width: 0.45rem;
}
.hh_w_50 {
  width: 0.5rem;
}
.hh_w_55 {
  width: 0.55rem;
}
.hh_w_60 {
  width: 0.6rem;
}
.hh_w_65 {
  width: 0.65rem;
}
.hh_w_70 {
  width: 0.7rem;
}
.hh_w_75 {
  width: 0.75rem;
}
.hh_w_80 {
  width: 0.8rem;
}
.hh_w_85 {
  width: 0.85rem;
}
.hh_w_90 {
  width: 0.9rem;
}
.hh_w_95 {
  width: 0.95rem;
}
.hh_w_100 {
  width: 1rem;
}
.hh_w_110 {
  width: 1.1rem;
}
.hh_w_120 {
  width: 1.2rem;
}
.hh_w_130 {
  width: 1.3rem;
}
.hh_w_140 {
  width: 1.4rem;
}
.hh_w_150 {
  width: 1.5rem;
}
.hh_w_160 {
  width: 1.6rem;
}
.hh_w_170 {
  width: 1.7rem;
}
.hh_w_180 {
  width: 1.8rem;
}
.hh_w_190 {
  width: 1.9rem;
}
.hh_w_200 {
  width: 2rem;
}
.hh_w_250 {
  width: 2.5rem;
}
.hh_w_300 {
  width: 3rem;
}
.hh_w_350 {
  width: 3.5rem;
}
.hh_w_400 {
  width: 4rem;
}
.hh_w_500 {
  width: 5rem;
}
/* 宽度百分比 */
.hh_w_100p {
  width: 100%;
}
.hh_w_95p {
  width: 95%;
}
.hh_w_90p {
  width: 90%;
}
.hh_w_85p {
  width: 85%;
}
.hh_w_80p {
  width: 80%;
}
.hh_w_75p {
  width: 75%;
}
.hh_w_70p {
  width: 70%;
}
.hh_w_65p {
  width: 65%;
}
.hh_w_60p {
  width: 60%;
}
.hh_w_55p {
  width: 55%;
}
.hh_w_50p {
  width: 50%;
}
.hh_w_45p {
  width: 45%;
}
.hh_w_40p {
  width: 40%;
}
.hh_w_35p {
  width: 35%;
}
.hh_w_3333p {
  width: 33.33%;
}
.hh_w_30p {
  width: 30%;
}
.hh_w_25p {
  width: 25%;
}
.hh_w_20p {
  width: 20%;
}
.hh_w_15p {
  width: 15%;
}
.hh_w_10p {
  width: 10%;
}
.hh_w_88p {
  width: 88%;
}
.hh_w_auto {
  width: auto !important;
}
/* 高度 */
.hh_h_5 {
  height: 0.05rem;
}
.hh_h_10 {
  height: 0.1rem;
}
.hh_h_15 {
  height: 0.15rem;
}
.hh_h_20 {
  height: 0.2rem;
}
.hh_h_25 {
  height: 0.25rem;
}
.hh_h_30 {
  height: 0.3rem;
}
.hh_h_35 {
  height: 0.35rem;
}
.hh_h_40 {
  height: 0.4rem;
}
.hh_h_45 {
  height: 0.45rem;
}
.hh_h_50 {
  height: 0.5rem;
}
.hh_h_55 {
  height: 0.55rem;
}
.hh_h_60 {
  height: 0.6rem;
}
.hh_h_65 {
  height: 0.65rem;
}
.hh_h_70 {
  height: 0.7rem;
}
.hh_h_75 {
  height: 0.75rem;
}
.hh_h_80 {
  height: 0.8rem;
}
.hh_h_85 {
  height: 0.85rem;
}
.hh_h_90 {
  height: 0.9rem;
}
.hh_h_95 {
  height: 0.95rem;
}
.hh_h_100 {
  height: 1rem;
}
.hh_h_110 {
  height: 1.1rem;
}
.hh_h_120 {
  height: 1.2rem;
}
.hh_h_130 {
  height: 1.3rem;
}
.hh_h_140 {
  height: 1.4rem;
}
.hh_h_150 {
  height: 1.5rem;
}
.hh_h_160 {
  height: 1.6rem;
}
.hh_h_170 {
  height: 1.7rem;
}
.hh_h_180 {
  height: 1.8rem;
}
.hh_h_190 {
  height: 1.9rem;
}
.hh_h_200 {
  height: 2rem;
}
.hh_h_auto {
  height: auto;
}
/* 高度百分比 */
.hh_h_100p {
  height: 100%;
}
.hh_h_95p {
  height: 95%;
}
.hh_h_90p {
  height: 90%;
}
.hh_h_85p {
  height: 85%;
}
.hh_h_80p {
  height: 80%;
}
.hh_h_75p {
  height: 75%;
}
.hh_h_70p {
  height: 70%;
}
.hh_h_65p {
  height: 65%;
}
.hh_h_60p {
  height: 60%;
}
.hh_h_55p {
  height: 55%;
}
.hh_h_50p {
  height: 50%;
}
.hh_h_45p {
  height: 45%;
}
.hh_h_40p {
  height: 40%;
}
.hh_h_35p {
  height: 35%;
}
.hh_h_30p {
  height: 30%;
}
.hh_h_25p {
  height: 20%;
}
.hh_h_20p {
  height: 20%;
}
.hh_h_15p {
  height: 15%;
}
.hh_h_10p {
  height: 10%;
}
.hh_h_3333p {
  height: 33.33%;
}
/* 字体大小 */
.hh_text_8 {
  font-size: 0.08rem;
}
.hh_text_9 {
  font-size: 0.09rem;
}
.hh_text_10 {
  font-size: 0.1rem;
}
.hh_text_11 {
  font-size: 0.11rem;
}
.hh_text_12 {
  font-size: 0.12rem;
}
.hh_text_13 {
  font-size: 0.13rem;
}
.hh_text_14 {
  font-size: 0.14rem;
}
.hh_text_15 {
  font-size: 0.15rem;
}
.hh_text_16 {
  font-size: 0.16rem;
}
.hh_text_17 {
  font-size: 0.17rem;
}
.hh_text_18 {
  font-size: 0.18rem;
}
.hh_text_20 {
  font-size: 0.2rem;
}
.hh_text_22 {
  font-size: 0.22rem;
}
.hh_text_24 {
  font-size: 0.24rem;
}
.hh_text_26 {
  font-size: 0.26rem;
}
.hh_text_28 {
  font-size: 0.28rem;
}
.hh_text_30 {
  font-size: 0.3rem;
}
.hh_text_32 {
  font-size: 0.32rem;
}
.hh_text_34 {
  font-size: 0.34rem;
}
.hh_text_36 {
  font-size: 0.36rem;
}
.hh_text_38 {
  font-size: 0.38rem;
}
.hh_text_40 {
  font-size: 0.4rem;
}
.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;
}
/* 内外边距 */
.hh_margin_5 {
  margin: 0.05rem;
}
.hh_margin_10,
.hh_margin {
  margin: 0.1rem;
}
.hh_margin_15 {
  margin: 0.15rem;
}
.hh_margin_20 {
  margin: 0.2rem;
}
.hh_margin_25 {
  margin: 0.25rem;
}
.hh_margin_30 {
  margin: 0.3rem;
}
.hh_margin_35 {
  margin: 0.35rem;
}
.hh_margin_40 {
  margin: 0.4rem;
}
.hh_margin_45 {
  margin: 0.45rem;
}
.hh_margin_50 {
  margin: 0.5rem;
}
.hh_margin_55 {
  margin: 0.55rem;
}
.hh_margin_60 {
  margin: 0.6rem;
}
.hh_margin_65 {
  margin: 0.65rem;
}
.hh_margin_70 {
  margin: 0.7rem;
}
.hh_margin_75 {
  margin: 0.75rem;
}
.hh_margin_80 {
  margin: 0.8rem;
}
.hh_margin_85 {
  margin: 0.85rem;
}
.hh_margin_90 {
  margin: 0.9rem;
}
.hh_margin_95 {
  margin: 0.95rem;
}
.hh_margin_100 {
  margin: 1rem;
}
.hh_margin_lr_5 {
  margin-left: 0.05rem;
  margin-right: 0.05rem;
}
.hh_margin_lr_10,
.hh_margin_lr {
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}
.hh_margin_lr_15 {
  margin-left: 0.15rem;
  margin-right: 0.15rem;
}
.hh_margin_lr_20 {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
.hh_margin_lr_25 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.hh_margin_lr_30 {
  margin-left: 0.3rem;
  margin-right: 0.3rem;
}
.hh_margin_lr_35 {
  margin-left: 0.35rem;
  margin-right: 0.35rem;
}
.hh_margin_lr_40 {
  margin-left: 0.4rem;
  margin-right: 0.4rem;
}
.hh_margin_lr_45 {
  margin-left: 0.45rem;
  margin-right: 0.45rem;
}
.hh_margin_lr_50 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.hh_margin_lr_55 {
  margin-left: 0.55rem;
  margin-right: 0.55rem;
}
.hh_margin_lr_60 {
  margin-left: 0.6rem;
  margin-right: 0.6rem;
}
.hh_margin_lr_65 {
  margin-left: 0.65rem;
  margin-right: 0.65rem;
}
.hh_margin_lr_70 {
  margin-left: 0.7rem;
  margin-right: 0.7rem;
}
.hh_margin_lr_75 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.hh_margin_lr_80 {
  margin-left: 0.8rem;
  margin-right: 0.8rem;
}
.hh_margin_tb_5 {
  margin-top: 0.05rem;
  margin-bottom: 0.5rem;
}
.hh_margin_tb_10,
.hh_margin-tb {
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}
.hh_margin_tb_15 {
  margin-top: 0.15rem;
  margin-bottom: 0.15rem;
}
.hh_margin_tb_20 {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}
.hh_margin_tb_25 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.hh_margin_tb_30 {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}
.hh_margin_tb_35 {
  margin-top: 0.35rem;
  margin-bottom: 0.35rem;
}
.hh_margin_tb_40 {
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}
.hh_margin_tb_50 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.hh_margin_t_5 {
  margin-top: 0.05rem;
}
.hh_margin_t_10,
.hh_margin-t {
  margin-top: 0.1rem;
}
.hh_margin_t_15 {
  margin-top: 0.15rem;
}
.hh_margin_t_20 {
  margin-top: 0.2rem;
}
.hh_margin_t_25 {
  margin-top: 0.25rem;
}
.hh_margin_t_30 {
  margin-top: 0.3rem;
}
.hh_margin_t_35 {
  margin-top: 0.35rem;
}
.hh_margin_t_40 {
  margin-top: 0.4rem;
}
.hh_margin_t_45 {
  margin-top: 0.45rem;
}
.hh_margin_t_50 {
  margin-top: 0.5rem;
}
.hh_margin_t_55 {
  margin-top: 0.55rem;
}
.hh_margin_t_60 {
  margin-top: 0.6rem;
}
.hh_margin_t_65 {
  margin-top: 0.65rem;
}
.hh_margin_t_70 {
  margin-top: 0.7rem;
}
.hh_margin_t_80 {
  margin-top: 0.8rem;
}
.hh_margin_t_85 {
  margin-top: 0.85rem;
}
.hh_margin_t_90 {
  margin-top: 0.9rem;
}
.hh_margin_t_100 {
  margin-top: 1rem;
}
.hh_margin_t_110 {
  margin-top: 1.1rem;
}
.hh_margin_t_115 {
  margin-top: 1.15rem;
}
.hh_margin_b_5 {
  margin-bottom: 0.05rem;
}
.hh_margin_b_10,
.hh_margin-b {
  margin-bottom: 0.1rem;
}
.hh_margin_b_15 {
  margin-bottom: 0.15rem;
}
.hh_margin_b_20 {
  margin-bottom: 0.2rem;
}
.hh_margin_b_25 {
  margin-bottom: 0.25rem;
}
.hh_margin_b_30 {
  margin-bottom: 0.3rem;
}
.hh_margin_b_35 {
  margin-bottom: 0.35rem;
}
.hh_margin_b_40 {
  margin-bottom: 0.4rem;
}
.hh_margin_b_45 {
  margin-bottom: 0.45rem;
}
.hh_margin_b_50 {
  margin-bottom: 0.5rem;
}
.hh_margin_b_55 {
  margin-bottom: 0.55rem;
}
.hh_margin_b_60 {
  margin-bottom: 0.6rem;
}
.hh_margin_b_65 {
  margin-bottom: 0.65rem;
}
.hh_margin_b_70 {
  margin-bottom: 0.7rem;
}
.hh_margin_b_75 {
  margin-bottom: 0.75rem;
}
.hh_margin_b_80 {
  margin-bottom: 0.8rem;
}
.hh_margin_b_90 {
  margin-bottom: 0.9rem;
}
.hh_margin_b_110 {
  margin-bottom: 1.1rem;
}
.hh_margin_b_120 {
  margin-bottom: 1.2rem;
}
.hh_margin_l_5 {
  margin-left: 0.05rem;
}
.hh_margin_l_10,
.hh_margin-l {
  margin-left: 0.1rem;
}
.hh_margin_l_15 {
  margin-left: 0.15rem;
}
.hh_margin_l_20 {
  margin-left: 0.2rem;
}
.hh_margin_l_25 {
  margin-left: 0.25rem;
}
.hh_margin_l_30 {
  margin-left: 0.3rem;
}
.hh_margin_l_40 {
  margin-left: 0.4rem;
}
.hh_margin_l_50 {
  margin-left: 0.5rem;
}
.hh_margin_l_55 {
  margin-left: 0.55rem;
}
.hh_margin_l_60 {
  margin-left: 0.6rem;
}
.hh_margin_l_70 {
  margin-left: 0.7rem;
}
.hh_margin_l_90 {
  margin-left: 0.9rem;
}
.hh_margin_r_5 {
  margin-right: 0.05rem;
}
.hh_margin_r_10,
.hh_margin-r {
  margin-right: 0.1rem;
}
.hh_margin_r_15 {
  margin-right: 0.15rem;
}
.hh_margin_r_20 {
  margin-right: 0.2rem;
}
.hh_margin_r_25 {
  margin-right: 0.25rem;
}
.hh_margin_r_30 {
  margin-right: 0.3rem;
}
.hh_margin_r_40 {
  margin-right: 0.4rem;
}
.hh_margin_r_45 {
  margin-right: 0.45rem;
}
.hh_margin_r_50 {
  margin-right: 0.5rem;
}
.hh_margin_r_65 {
  margin-right: 0.65rem;
}
.hh_margin_r_75 {
  margin-right: 0.75rem;
}
.hh_margin_r_100 {
  margin-right: 1rem;
}
.hh_margin_r_200 {
  margin-right: 2rem;
}
.hh_padding_5 {
  padding: 0.05rem;
}
.hh_padding_10,
.hh_padding {
  padding: 0.1rem;
}
.hh_padding_15 {
  padding: 0.15rem;
}
.hh_padding_20 {
  padding: 0.2rem;
}
.hh_padding_30 {
  padding: 0.3rem;
}
.hh_padding_40 {
  padding: 0.4rem;
}
.hh_padding_50 {
  padding: 0.5rem;
}
.hh_padding_lr_5 {
  padding-left: 0.05rem;
  padding-right: 0.05rem;
}
.hh_padding_lr_10,
.hh_padding_lr {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}
.hh_padding_lr_15 {
  padding-left: 0.15rem;
  padding-right: 0.15rem;
}
.hh_padding_lr_20 {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
.hh_padding_lr_25 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.hh_padding_lr_30 {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.hh_padding_lr_35 {
  padding-left: 0.35rem;
  padding-right: 0.35rem;
}
.hh_padding_lr_40 {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.hh_padding_lr_45 {
  padding-left: 0.45rem;
  padding-right: 0.45rem;
}
.hh_padding_lr_50 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.hh_padding_lr_55 {
  padding-left: 0.55rem;
  padding-right: 0.55rem;
}
.hh_padding_lr_70 {
  padding-left: 0.7rem;
  padding-right: 0.7rem;
}
.hh_padding_tb_5 {
  padding-top: 0.05rem;
  padding-bottom: 0.05rem;
}
.hh_padding_tb_10,
.hh_padding_tb {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}
.hh_padding_tb_15 {
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
}
.hh_padding_tb_20 {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.hh_padding_tb_25 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.hh_padding_tb_30 {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.hh_padding_tb_40 {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.hh_padding_tb_45 {
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}
.hh_padding_tb_50 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.hh_padding_tb_60 {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.hh_padding_tb_70 {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}
.hh_padding_tb_75 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.hh_padding_t_5 {
  padding-top: 0.05rem;
}
.hh_padding_t_10,
.hh_padding_t {
  padding-top: 0.1rem;
}
.hh_padding_t_15 {
  padding-top: 0.15rem;
}
.hh_padding_t_20 {
  padding-top: 0.2rem;
}
.hh_padding_t_25 {
  padding-top: 0.25rem;
}
.hh_padding_t_30 {
  padding-top: 0.3rem;
}
.hh_padding_t_35 {
  padding-top: 0.35rem;
}
.hh_padding_t_40 {
  padding-top: 0.4rem;
}
.hh_padding_t_45 {
  padding-top: 0.45rem;
}
.hh_padding_t_55 {
  padding-top: 0.5rem;
}
.hh_padding_t_50 {
  padding-top: 0.55rem;
}
.hh_padding_t_60 {
  padding-top: 0.6rem;
}
.hh_padding_t_75 {
  padding-top: 0.75rem;
}
.hh_padding_t_110 {
  padding-top: 1.1rem;
}
.hh_padding_b_5 {
  padding-bottom: 0.05rem;
}
.hh_padding_b_10,
.hh_padding_b {
  padding-bottom: 0.1rem;
}
.hh_padding_b_15 {
  padding-bottom: 0.15rem;
}
.hh_padding_b_20 {
  padding-bottom: 0.2rem;
}
.hh_padding_b_25 {
  padding-bottom: 0.25rem;
}
.hh_padding_b_30 {
  padding-bottom: 0.3rem;
}
.hh_padding_b_40 {
  padding-bottom: 0.4rem;
}
.hh_padding_b_45 {
  padding-bottom: 0.45rem;
}
.hh_padding_b_50 {
  padding-bottom: 0.5rem;
}
.hh_padding_b_55 {
  padding-bottom: 0.55rem;
}
.hh_padding_b_60 {
  padding-bottom: 0.6rem;
}
.hh_padding_b_65 {
  padding-bottom: 0.65rem;
}
.hh_padding_b_70 {
  padding-bottom: 0.7rem;
}
.hh_padding_b_75 {
  padding-bottom: 0.75rem;
}
.hh_padding_b_80 {
  padding-bottom: 0.8rem;
}
.hh_padding_l_5 {
  padding-left: 0.05rem;
}
.hh_padding_l_10,
.hh_padding_l {
  padding-left: 0.1rem;
}
.hh_padding_l_15 {
  padding-left: 0.15rem;
}
.hh_padding_l_20 {
  padding-left: 0.2rem;
}
.hh_padding_l_25 {
  padding-left: 0.25rem;
}
.hh_padding_l_30 {
  padding-left: 0.3rem;
}
.hh_padding_l_40 {
  padding-left: 0.4rem;
}
.hh_padding_l_45 {
  padding-left: 0.45rem;
}
.hh_padding_l_50 {
  padding-left: 0.5rem;
}
.hh_padding_l_70 {
  padding-left: 0.7rem;
}
.hh_padding_r_5 {
  padding-right: 0.05rem;
}
.hh_padding_r_10,
.hh_padding_r {
  padding-right: 0.1rem;
}
.hh_padding_r_15 {
  padding-right: 0.15rem;
}
.hh_padding_r_20 {
  padding-right: 0.2rem;
}
.hh_padding_r_25 {
  padding-right: 0.25rem;
}
.hh_padding_r_30 {
  padding-right: 0.3rem;
}
.hh_padding_r_40 {
  padding-right: 0.4rem;
}
.hh_padding_r_50 {
  padding-right: 0.5rem;
}
.hh_padding_r_75 {
  padding-right: 0.75rem;
}
/* 边距 */
.hh_margin_l_5p {
  margin-left: 5%;
}
/* 图片比例, 放置图片外的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;
  line-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;
}
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.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);
}
.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;
}
.w1440 {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.w1400,
.wrap {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
img {
  max-width: 100%;
  max-height: 100%;
}
.pc {
  display: block;
}
.wap {
  display: none;
}
@media (max-width: 1720px) {
  .w1600 {
    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: 1024px) {
  .w1400,
  .wrap,
  .w1440,
  .w1600 {
    padding: 0 30px;
  }
}
@media (max-width: 990px) {
  .w1400,
  .wrap,
  .w1440,
  .w1600 {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .wap {
    display: block;
  }
}
@font-face {
  font-family: "din_b";
  src: url('../fonts/DINBold.otf');
}
@font-face {
  font-family: "din_m";
  src: url('../fonts/DINMedium.otf');
}
@font-face {
  font-family: "din_mi";
  src: url('../fonts/DINMittelschriftStd.otf');
}
header {
  position: fixed;
  width: 100%;
  height: 100px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
  z-index: 999;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
header.header2 {
  box-shadow: none;
}
header.header2:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #e9e9e9;
}
header:hover {
  background: #fff;
}
header:hover:before {
  content: '';
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  position: absolute;
  background: #e9e9e9;
}
header .w1600 {
  height: 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;
}
header .logo {
  height: 100%;
  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;
}
header .right {
  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;
  height: 100%;
}
header .right .nav {
  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;
  height: 100%;
}
header .right .nav > li {
  margin-left: 2.5vw;
  height: 100%;
}
header .right .nav > li:hover > a,
header .right .nav > li.on > a {
  color: #18957a;
}
header .right .nav > li:hover > a:before,
header .right .nav > li.on > a:before {
  width: 100%;
  left: 0;
  background: #18957a;
}
header .right .nav > li:hover .nav_sub1 {
  height: auto;
  max-height: none;
}
header .right .nav > li:hover .nav_sub1 > * {
  padding: 1.8vw 0 3.125vw;
}
header .right .nav > li:hover .nav_sub1 .s_right .right_s {
  top: 3.4vw;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
header .right .nav > li:hover .nav_sub2 {
  height: auto;
  max-height: none;
  padding: 2vw 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
header .right .nav > li > a {
  height: 100%;
  font-size: 16px;
  color: #666666;
  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;
  white-space: nowrap;
}
header .right .nav > li > 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;
}
header .right .nav > li .nav_sub1 {
  position: absolute;
  height: 0;
  max-height: 0;
  overflow: hidden;
  background: #ffffff;
  left: 0;
  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-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
header .right .nav > li .nav_sub1 > * {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
header .right .nav > li .nav_sub1 .s_left {
  width: 25%;
  background: #f9f9f9;
}
header .right .nav > li .nav_sub1 .s_left 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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 1.5vw 0 8.3vw;
  height: 70px;
}
header .right .nav > li .nav_sub1 .s_left a:hover,
header .right .nav > li .nav_sub1 .s_left a.on {
  background: #18957a;
}
header .right .nav > li .nav_sub1 .s_left a:hover .icon img,
header .right .nav > li .nav_sub1 .s_left a.on .icon img {
  display: none;
}
header .right .nav > li .nav_sub1 .s_left a:hover .icon img.on,
header .right .nav > li .nav_sub1 .s_left a.on .icon img.on {
  display: block;
}
header .right .nav > li .nav_sub1 .s_left a:hover span,
header .right .nav > li .nav_sub1 .s_left a.on span {
  color: #fff;
}
header .right .nav > li .nav_sub1 .s_left a:hover i,
header .right .nav > li .nav_sub1 .s_left a.on i {
  color: #fff;
}
header .right .nav > li .nav_sub1 .s_left a .icon {
  width: 20%;
  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;
}
header .right .nav > li .nav_sub1 .s_left a .icon img {
  display: block;
  max-width: 60%;
}
header .right .nav > li .nav_sub1 .s_left a .icon img.on {
  display: none;
}
header .right .nav > li .nav_sub1 .s_left a span {
  width: calc(80% - 20px);
  font-weight: bold;
}
@media (max-width: 2048px) {
  header .right .nav > li .nav_sub1 .s_left a span {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  header .right .nav > li .nav_sub1 .s_left a span {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  header .right .nav > li .nav_sub1 .s_left a span {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  header .right .nav > li .nav_sub1 .s_left a span {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  header .right .nav > li .nav_sub1 .s_left a span {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  header .right .nav > li .nav_sub1 .s_left a span {
    font-size: 9.6px;
  }
}
@media (max-width: 1440px) {
  header .right .nav > li .nav_sub1 .s_left a span {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1024px) {
  header .right .nav > li .nav_sub1 .s_left a span {
    font-size: 14px;
    line-height: 24px;
  }
}
header .right .nav > li .nav_sub1 .s_left a i {
  width: 20px;
}
@media (max-width: 2048px) {
  header .right .nav > li .nav_sub1 .s_left a i {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  header .right .nav > li .nav_sub1 .s_left a i {
    font-size: 20px;
  }
}
@media (max-width: 1680px) {
  header .right .nav > li .nav_sub1 .s_left a i {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  header .right .nav > li .nav_sub1 .s_left a i {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  header .right .nav > li .nav_sub1 .s_left a i {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  header .right .nav > li .nav_sub1 .s_left a i {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1440px) {
  header .right .nav > li .nav_sub1 .s_left a i {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  header .right .nav > li .nav_sub1 .s_left a i {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 768px) {
  header .right .nav > li .nav_sub1 .s_left a i {
    font-size: 14px;
    line-height: 24px;
  }
}
header .right .nav > li .nav_sub1 .s_mid {
  width: 18.75%;
  position: relative;
}
header .right .nav > li .nav_sub1 .s_mid .list {
  width: calc(100% - 3.125vw);
  overflow: hidden;
  max-height: 365px;
  overflow-y: scroll;
  position: absolute;
  left: 3.125vw;
  opacity: 0;
  z-index: -1;
}
header .right .nav > li .nav_sub1 .s_mid .list.on {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  z-index: 1;
}
header .right .nav > li .nav_sub1 .s_mid .list::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  background-color: #ccc;
}
header .right .nav > li .nav_sub1 .s_mid .list::-webkit-scrollbar-thumb {
  background-color: #18957a;
  border-radius: 10px;
}
header .right .nav > li .nav_sub1 .s_mid a {
  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;
  height: 55px;
  color: #888888;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 2048px) {
  header .right .nav > li .nav_sub1 .s_mid a {
    font-size: 17.06666667px;
  }
}
@media (max-width: 1920px) {
  header .right .nav > li .nav_sub1 .s_mid a {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  header .right .nav > li .nav_sub1 .s_mid a {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  header .right .nav > li .nav_sub1 .s_mid a {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  header .right .nav > li .nav_sub1 .s_mid a {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  header .right .nav > li .nav_sub1 .s_mid a {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1440px) {
  header .right .nav > li .nav_sub1 .s_mid a {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  header .right .nav > li .nav_sub1 .s_mid a {
    font-size: 12px;
  }
}
header .right .nav > li .nav_sub1 .s_mid a.on {
  color: #18957a;
}
header .right .nav > li .nav_sub1 .s_mid a.on em {
  background: #18957a;
}
header .right .nav > li .nav_sub1 .s_mid a em {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #999999;
  margin-right: 1vw;
}
header .right .nav > li .nav_sub1 .s_mid a span {
  width: calc(100% - 10px - 1vw);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
header .right .nav > li .nav_sub1 .s_right {
  width: 56.25%;
  position: relative;
  height: 100%;
}
header .right .nav > li .nav_sub1 .s_right .right_s {
  width: calc(100% - 3.125vw);
  position: absolute;
  top: 0;
  left: 3.125vw;
  opacity: 0;
  z-index: -1;
}
header .right .nav > li .nav_sub1 .s_right .right_s.on {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  z-index: 1;
}
header .right .nav > li .nav_sub1 .s_right .right_s .swiper {
  width: 100%;
  overflow: hidden;
  height: 365px;
}
header .right .nav > li .nav_sub1 .s_right .right_s .swiper-slide:hover .bot:before {
  width: 100%;
  background: #18957a;
}
header .right .nav > li .nav_sub1 .s_right .right_s .swiper-slide:hover .bot p,
header .right .nav > li .nav_sub1 .s_right .right_s .swiper-slide:hover .bot span {
  color: #18957a;
}
header .right .nav > li .nav_sub1 .s_right .right_s .swiper-slide .imgbox {
  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: 0;
  padding-bottom: 78%;
  position: relative;
  overflow: hidden;
  border: 1px solid #e9e9e9;
}
header .right .nav > li .nav_sub1 .s_right .right_s .swiper-slide .imgbox img {
  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;
  object-fit: cover;
}
header .right .nav > li .nav_sub1 .s_right .right_s .swiper-slide .bot {
  width: 100%;
  height: 75px;
  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;
  background: #f7f7f7;
  padding: 0 1.3vw;
  position: absolute;
}
header .right .nav > li .nav_sub1 .s_right .right_s .swiper-slide .bot:before {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: transparent;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
header .right .nav > li .nav_sub1 .s_right .right_s .swiper-slide .bot p {
  color: #333333;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: calc(100% - 75px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 2048px) {
  header .right .nav > li .nav_sub1 .s_right .right_s .swiper-slide .bot p {
    font-size: 23.46666667px;
  }
}
@media (max-width: 1920px) {
  header .right .nav > li .nav_sub1 .s_right .right_s .swiper-slide .bot p {
    font-size: 22px;
  }
}
@media (max-width: 1680px) {
  header .right .nav > li .nav_sub1 .s_right .right_s .swiper-slide .bot p {
    font-size: 19.25px;
  }
}
@media (max-width: 1440px) {
  header .right .nav > li .nav_sub1 .s_right .right_s .swiper-slide .bot p {
    font-size: 16.5px;
  }
}
@media (max-width: 1280px) {
  header .right .nav > li .nav_sub1 .s_right .right_s .swiper-slide .bot p {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  header .right .nav > li .nav_sub1 .s_right .right_s .swiper-slide .bot p {
    font-size: 11.73333333px;
  }
}
@media (max-width: 1440px) {
  header .right .nav > li .nav_sub1 .s_right .right_s .swiper-slide .bot p {
    font-size: 16.5px;
  }
}
@media (max-width: 1024px) {
  header .right .nav > li .nav_sub1 .s_right .right_s .swiper-slide .bot p {
    font-size: 14.66666667px;
  }
}
header .right .nav > li .nav_sub1 .s_right .right_s .swiper-slide .bot span {
  color: #999999;
  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;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 2048px) {
  header .right .nav > li .nav_sub1 .s_right .right_s .swiper-slide .bot span {
    font-size: 17.06666667px;
  }
}
@media (max-width: 1920px) {
  header .right .nav > li .nav_sub1 .s_right .right_s .swiper-slide .bot span {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  header .right .nav > li .nav_sub1 .s_right .right_s .swiper-slide .bot span {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  header .right .nav > li .nav_sub1 .s_right .right_s .swiper-slide .bot span {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  header .right .nav > li .nav_sub1 .s_right .right_s .swiper-slide .bot span {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  header .right .nav > li .nav_sub1 .s_right .right_s .swiper-slide .bot span {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1440px) {
  header .right .nav > li .nav_sub1 .s_right .right_s .swiper-slide .bot span {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  header .right .nav > li .nav_sub1 .s_right .right_s .swiper-slide .bot span {
    font-size: 12px;
  }
}
header .right .nav > li .nav_sub1 .s_right .right_s .swiper-slide .bot span i {
  font-size: 12px;
  margin-left: 10px;
}
header .right .nav > li .nav_sub2 {
  position: absolute;
  height: 0;
  max-height: 0;
  overflow: hidden;
  background: #f7f7f7;
  left: 0;
  width: 100%;
  padding: 0 0;
}
header .right .nav > li .nav_sub2 ul {
  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;
}
header .right .nav > li .nav_sub2 ul li {
  margin: 0 1vw;
  width: 12.29vw;
}
header .right .nav > li .nav_sub2 ul li .top_a:hover .imgbox img {
  -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);
}
header .right .nav > li .nav_sub2 ul li .top_a:hover .bot span {
  color: #18957a;
}
header .right .nav > li .nav_sub2 ul li .top_a:hover .bot i {
  background: #18957a;
}
header .right .nav > li .nav_sub2 ul li .top_a .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 61%;
  position: relative;
  overflow: hidden;
}
header .right .nav > li .nav_sub2 ul li .top_a .imgbox img {
  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;
}
header .right .nav > li .nav_sub2 ul li .top_a .bot {
  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: 55px;
  border-bottom: 1px solid #dedede;
}
header .right .nav > li .nav_sub2 ul li .top_a .bot span {
  width: calc(100% - 20px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
}
@media (max-width: 2048px) {
  header .right .nav > li .nav_sub2 ul li .top_a .bot span {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  header .right .nav > li .nav_sub2 ul li .top_a .bot span {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  header .right .nav > li .nav_sub2 ul li .top_a .bot span {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  header .right .nav > li .nav_sub2 ul li .top_a .bot span {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  header .right .nav > li .nav_sub2 ul li .top_a .bot span {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  header .right .nav > li .nav_sub2 ul li .top_a .bot span {
    font-size: 9.6px;
  }
}
@media (max-width: 1440px) {
  header .right .nav > li .nav_sub2 ul li .top_a .bot span {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1024px) {
  header .right .nav > li .nav_sub2 ul li .top_a .bot span {
    font-size: 14px;
    line-height: 24px;
  }
}
header .right .nav > li .nav_sub2 ul li .top_a .bot i {
  width: 17px;
  height: 17px;
  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;
  border-radius: 50%;
  background: #bfbfbf;
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 2048px) {
  header .right .nav > li .nav_sub2 ul li .top_a .bot i {
    font-size: 17.06666667px;
  }
}
@media (max-width: 1920px) {
  header .right .nav > li .nav_sub2 ul li .top_a .bot i {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  header .right .nav > li .nav_sub2 ul li .top_a .bot i {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  header .right .nav > li .nav_sub2 ul li .top_a .bot i {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  header .right .nav > li .nav_sub2 ul li .top_a .bot i {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  header .right .nav > li .nav_sub2 ul li .top_a .bot i {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1440px) {
  header .right .nav > li .nav_sub2 ul li .top_a .bot i {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  header .right .nav > li .nav_sub2 ul li .top_a .bot i {
    font-size: 12px;
  }
}
header .right .nav > li .nav_sub2 ul li .li_a {
  max-height: 200px;
  margin-top: 12px;
  overflow-y: scroll;
}
header .right .nav > li .nav_sub2 ul li .li_a::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
header .right .nav > li .nav_sub2 ul li .li_a::-webkit-scrollbar-thumb {
  background-color: #18957a;
  border-radius: 10px;
}
header .right .nav > li .nav_sub2 ul li .li_a a {
  line-height: 32px;
  color: #666666;
  display: block;
}
@media (max-width: 2048px) {
  header .right .nav > li .nav_sub2 ul li .li_a a {
    font-size: 17.06666667px;
  }
}
@media (max-width: 1920px) {
  header .right .nav > li .nav_sub2 ul li .li_a a {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  header .right .nav > li .nav_sub2 ul li .li_a a {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  header .right .nav > li .nav_sub2 ul li .li_a a {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  header .right .nav > li .nav_sub2 ul li .li_a a {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  header .right .nav > li .nav_sub2 ul li .li_a a {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1440px) {
  header .right .nav > li .nav_sub2 ul li .li_a a {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  header .right .nav > li .nav_sub2 ul li .li_a a {
    font-size: 12px;
  }
}
header .right .nav > li .nav_sub2 ul li .li_a a:hover {
  color: #18957a;
}
header .right .search {
  margin-left: 3vw;
  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;
}
header .right .search.on .search_form {
  width: 295px;
}
header .right .search.on .open_search {
  width: 0;
}
header .right .search .open_search {
  width: 40px;
  height: 40px;
  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: 18px;
  color: #666;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
header .right .search .search_form {
  width: 0;
  height: 40px;
  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;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
header .right .search .search_form input {
  width: 200px;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  font-size: 16px;
  color: #fff;
  padding: 0 10px;
}
header .right .search .search_form input::placeholder {
  font-size: 16px;
  color: #fff;
}
header .right .search .search_form a {
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.3);
  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;
  color: #fff;
}
header .right .search .search_form a.close_search {
  border-radius: 50%;
  margin-left: 15px;
}
header .open_nav {
  display: none;
}
.header_wap {
  display: none;
}
.header_d {
  width: 100%;
  height: 60px;
  display: none;
}
.header_d.header_d2 {
  height: 100px;
  display: block;
}
@media (max-width: 1440px) {
  header {
    height: 80px;
  }
  .header_d.header_d2 {
    height: 80px;
  }
  header .right .nav > li .nav_sub1 .s_left a {
    height: 60px;
  }
  header .right .nav > li .nav_sub1 .s_mid .list {
    max-height: 300px;
  }
  header .right .nav > li .nav_sub1 .s_right .right_s .swiper {
    height: 300px;
  }
  header .right .nav > li .nav_sub1 .s_right .right_s .swiper-slide .bot {
    height: 60px;
  }
  header .right .nav > li .nav_sub1 .s_right .right_s .swiper-slide .bot p {
    font-size: 16px;
  }
  header .right .nav > li .nav_sub2 ul li .top_a .bot {
    height: 45px;
  }
}
@media (max-width: 990px) {
  header {
    height: 60px;
    background: #fff;
  }
  header .logo {
    max-width: 150px;
  }
  header .right {
    display: none;
  }
  header .open_nav {
    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;
  }
  header .open_nav.on i:first-child {
    -webkit-transform: translate(0, 7px) rotate(45deg);
    -ms-transform: translate(0, 7px) rotate(45deg);
    transform: translate(0, 7px) rotate(45deg);
  }
  header .open_nav.on i:nth-child(2) {
    opacity: 0;
  }
  header .open_nav.on i:last-child {
    -webkit-transform: translate(0, -7px) rotate(-45deg);
    -ms-transform: translate(0, -7px) rotate(-45deg);
    transform: translate(0, -7px) rotate(-45deg);
  }
  header .open_nav i {
    width: 24px;
    height: 2px;
    background-color: #18957a;
    margin: 2.5px 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header_wap {
    display: block;
    width: 100%;
    height: 0;
    position: fixed;
    top: 60px;
    left: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background: #f9f9f9;
    z-index: 9;
    padding: 0 20px;
    overflow: hidden;
  }
  .header_wap.on {
    top: 60px;
    height: calc(100vh - 60px);
    overflow-y: auto;
    z-index: 999;
    padding: 20px;
  }
  .header_wap ul li {
    position: relative;
  }
  .header_wap ul li.on .i1 {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -moz-transform: rotate(90deg);
    /* Firefox */
    -webkit-transform: rotate(90deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(90deg);
    color: #18957a;
  }
  .header_wap ul li.on .sub_wap {
    height: auto;
    padding-bottom: 5px;
  }
  .header_wap ul li.on .a1 {
    border-bottom: 1px solid #18957a;
  }
  .header_wap ul li.on .a1 a {
    color: #18957a;
  }
  .header_wap ul li > a {
    font-size: 18px;
    line-height: 45px;
    display: block;
    width: 100%;
  }
  .header_wap ul li .a1,
  .header_wap ul li .a2 {
    position: relative;
    height: 45px;
    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;
  }
  .header_wap ul li .a1 i,
  .header_wap ul li .a2 i {
    width: 45px;
    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;
    font-size: 20px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .header_wap ul li .a1 a,
  .header_wap ul li .a2 a {
    width: calc(100% - 45px);
    height: 100%!important;
    font-size: 18px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -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;
    padding-left: 0!important;
  }
  .header_wap ul li .a1 a:before,
  .header_wap ul li .a2 a:before {
    display: none;
  }
  .header_wap ul li .a2 {
    height: 40px;
  }
  .header_wap ul li .a2 i {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  .header_wap ul li .a2 a {
    width: calc(100% - 40px);
    font-size: 16px!important;
  }
  .header_wap ul li .a2.on .i2 {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -moz-transform: rotate(90deg);
    /* Firefox */
    -webkit-transform: rotate(90deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(90deg);
    color: #18957a;
  }
  .header_wap ul li .a2.on a {
    color: #18957a;
  }
  .header_wap ul li .sub_wap {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .header_wap ul li .sub_wap .sub_wap2 {
    padding: 0 10px;
  }
  .header_wap ul li .sub_wap .sub_wap2 a {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 14px;
    line-height: 26px;
  }
  .header_wap ul li .sub_wap .sub_wap2 a.on {
    height: auto;
  }
  .header_wap ul li .sub_wap a {
    font-size: 16px;
    line-height: 40px;
    padding-left: 15px;
    display: block;
    position: relative;
  }
  .header_wap ul li .sub_wap a:before {
    content: '';
    width: 8px;
    height: 2px;
    background: #666666;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .header_wap .search_box_wap {
    width: 100%;
    height: 40px;
    margin-top: 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;
  }
  .header_wap .search_box_wap input {
    width: calc(100% - 40px);
    height: 40px;
    padding: 0 10px;
    background: #fff;
    color: #666;
  }
  .header_wap .search_box_wap input::placeholder {
    color: #666;
  }
  .header_wap .search_box_wap .search_a_wap {
    width: 40px;
    height: 40px;
    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: #fff;
  }
  .header_wap .lan {
    margin: 15px 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;
  }
  .header_wap .lan a {
    margin: 0 8px;
    font-size: 16px;
  }
  .header_d {
    display: block;
  }
  .header_d.header_d2 {
    height: 60px;
  }
}
.banner_20220215 {
  position: relative;
  overflow: hidden;
}
.banner_20220215 .swiper-pagination {
  bottom: 5%;
}
.banner_20220215 .swiper-pagination span {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.banner_20220215 .swiper-pagination span.swiper-pagination-bullet-active {
  background: #fff;
  width: 24px;
}
.banner_20220215 .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;
}
.banner_20220215 .swiper-slide img {
  width: 100%;
  min-height: 350px;
}
.banner_20220215 .swiper-slide .art {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  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;
}
.banner_20220215 .swiper-slide .art span {
  font-weight: bold;
  width: 180px;
  height: 56px;
  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: #18957a;
  border-radius: 28px;
}
@media (max-width: 2048px) {
  .banner_20220215 .swiper-slide .art span {
    font-size: 32px;
  }
}
@media (max-width: 1920px) {
  .banner_20220215 .swiper-slide .art span {
    font-size: 30px;
  }
}
@media (max-width: 1680px) {
  .banner_20220215 .swiper-slide .art span {
    font-size: 26.25px;
  }
}
@media (max-width: 1440px) {
  .banner_20220215 .swiper-slide .art span {
    font-size: 22.5px;
  }
}
@media (max-width: 1280px) {
  .banner_20220215 .swiper-slide .art span {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .banner_20220215 .swiper-slide .art span {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .banner_20220215 .swiper-slide .art span {
    font-size: 22.5px;
  }
}
@media (max-width: 1024px) {
  .banner_20220215 .swiper-slide .art span {
    font-size: 20px;
  }
}
.banner_20220215 .swiper-slide .art h1 {
  line-height: 1.28;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 2048px) {
  .banner_20220215 .swiper-slide .art h1 {
    font-size: 59.73333333px;
  }
}
@media (max-width: 1920px) {
  .banner_20220215 .swiper-slide .art h1 {
    font-size: 56px;
  }
}
@media (max-width: 1680px) {
  .banner_20220215 .swiper-slide .art h1 {
    font-size: 49px;
  }
}
@media (max-width: 1440px) {
  .banner_20220215 .swiper-slide .art h1 {
    font-size: 42px;
  }
}
@media (max-width: 1280px) {
  .banner_20220215 .swiper-slide .art h1 {
    font-size: 37.33333333px;
  }
}
@media (max-width: 1024px) {
  .banner_20220215 .swiper-slide .art h1 {
    font-size: 29.86666667px;
  }
}
@media (max-width: 1920px) {
  .banner_20220215 .swiper-slide .art h1 {
    margin-top: 25px;
    margin-bottom: 50px;
  }
}
@media (max-width: 1776px) {
  .banner_20220215 .swiper-slide .art h1 {
    margin-top: 22.65306122px;
    margin-bottom: 45.30612245px;
  }
}
@media (max-width: 1680) {
  .banner_20220215 .swiper-slide .art h1 {
    margin-top: 21.42857143px;
    margin-bottom: 42.85714286px;
  }
}
@media (max-width: 1600px) {
  .banner_20220215 .swiper-slide .art h1 {
    margin-top: 20.40816327px;
    margin-bottom: 40.81632653px;
  }
}
@media (max-width: 1500px) {
  .banner_20220215 .swiper-slide .art h1 {
    margin-top: 19.13265306px;
    margin-bottom: 38.26530612px;
  }
}
@media (max-width: 1440px) {
  .banner_20220215 .swiper-slide .art h1 {
    margin-top: 18.36734694px;
    margin-bottom: 36.73469388px;
  }
}
@media (max-width: 1366px) {
  .banner_20220215 .swiper-slide .art h1 {
    margin-top: 17.42346939px;
    margin-bottom: 34.84693878px;
  }
}
@media (max-width: 1280px) {
  .banner_20220215 .swiper-slide .art h1 {
    margin-top: 16.32653061px;
    margin-bottom: 32.65306122px;
  }
}
@media (max-width: 1152px) {
  .banner_20220215 .swiper-slide .art h1 {
    margin-top: 14.69387755px;
    margin-bottom: 29.3877551px;
  }
}
@media (max-width: 1024px) {
  .banner_20220215 .swiper-slide .art h1 {
    margin-top: 13.06122449px;
    margin-bottom: 26.12244898px;
  }
}
@media (max-width: 990px) {
  .banner_20220215 .swiper-slide .art h1 {
    margin-top: 12.62755102px;
    margin-bottom: 25.25510204px;
  }
}
@media (max-width: 1440px) {
  .banner_20220215 .swiper-slide .art span {
    width: 150px;
    height: 50px;
  }
}
@media (max-width: 990px) {
  .banner_20220215 .swiper-slide .art span {
    width: 120px;
    height: 45px;
  }
  .banner_20220215 .swiper-pagination {
    bottom: 2%;
  }
  .banner_20220215 .swiper-pagination span {
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 3px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .banner_20220215 .swiper-pagination span.swiper-pagination-bullet-active {
    background: #fff;
    width: 12px;
  }
}
@media (max-width: 768px) {
  .banner_20220215 .swiper-slide .art span {
    width: 100px;
    height: 40px;
    font-size: 14px;
  }
  .banner_20220215 .swiper-slide .art h1 {
    font-size: 22px;
  }
}
h2.h2 {
  font-weight: bold;
}
@media (max-width: 2048px) {
  h2.h2 {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  h2.h2 {
    font-size: 48px;
  }
}
@media (max-width: 1680px) {
  h2.h2 {
    font-size: 42px;
  }
}
@media (max-width: 1440px) {
  h2.h2 {
    font-size: 36px;
  }
}
@media (max-width: 1280px) {
  h2.h2 {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  h2.h2 {
    font-size: 25.6px;
  }
}
h3.h3 {
  color: #333333;
}
@media (max-width: 2048px) {
  h3.h3 {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  h3.h3 {
    font-size: 24px;
  }
}
@media (max-width: 1680px) {
  h3.h3 {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  h3.h3 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  h3.h3 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  h3.h3 {
    font-size: 12.8px;
  }
}
@media (max-width: 1440px) {
  h3.h3 {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  h3.h3 {
    font-size: 16px;
  }
}
h2.title {
  font-weight: bold;
}
@media (max-width: 2048px) {
  h2.title {
    font-size: 42.66666667px;
  }
}
@media (max-width: 1920px) {
  h2.title {
    font-size: 40px;
  }
}
@media (max-width: 1680px) {
  h2.title {
    font-size: 35px;
  }
}
@media (max-width: 1440px) {
  h2.title {
    font-size: 30px;
  }
}
@media (max-width: 1280px) {
  h2.title {
    font-size: 26.66666667px;
  }
}
@media (max-width: 1024px) {
  h2.title {
    font-size: 21.33333333px;
  }
}
.h2_info {
  line-height: 1.6;
}
@media (max-width: 2048px) {
  .h2_info {
    font-size: 23.46666667px;
  }
}
@media (max-width: 1920px) {
  .h2_info {
    font-size: 22px;
  }
}
@media (max-width: 1680px) {
  .h2_info {
    font-size: 19.25px;
  }
}
@media (max-width: 1440px) {
  .h2_info {
    font-size: 16.5px;
  }
}
@media (max-width: 1280px) {
  .h2_info {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  .h2_info {
    font-size: 11.73333333px;
  }
}
@media (max-width: 1440px) {
  .h2_info {
    font-size: 16.5px;
  }
}
@media (max-width: 1024px) {
  .h2_info {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1280px) {
  .h2_info {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  h2.h2 {
    font-size: 22px;
  }
}
.pro_index_20220215 {
  width: 100%;
  background: url(../images/bg1.jpg) no-repeat center;
  background-size: cover;
}
@media (max-width: 1920px) {
  .pro_index_20220215_p {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (max-width: 1776px) {
  .pro_index_20220215_p {
    padding-top: 108.73469388px;
    padding-bottom: 108.73469388px;
  }
}
@media (max-width: 1680) {
  .pro_index_20220215_p {
    padding-top: 102.85714286px;
    padding-bottom: 102.85714286px;
  }
}
@media (max-width: 1600px) {
  .pro_index_20220215_p {
    padding-top: 97.95918367px;
    padding-bottom: 97.95918367px;
  }
}
@media (max-width: 1500px) {
  .pro_index_20220215_p {
    padding-top: 91.83673469px;
    padding-bottom: 91.83673469px;
  }
}
@media (max-width: 1440px) {
  .pro_index_20220215_p {
    padding-top: 88.16326531px;
    padding-bottom: 88.16326531px;
  }
}
@media (max-width: 1366px) {
  .pro_index_20220215_p {
    padding-top: 83.63265306px;
    padding-bottom: 83.63265306px;
  }
}
@media (max-width: 1280px) {
  .pro_index_20220215_p {
    padding-top: 78.36734694px;
    padding-bottom: 78.36734694px;
  }
}
@media (max-width: 1152px) {
  .pro_index_20220215_p {
    padding-top: 70.53061224px;
    padding-bottom: 70.53061224px;
  }
}
@media (max-width: 1024px) {
  .pro_index_20220215_p {
    padding-top: 62.69387755px;
    padding-bottom: 62.69387755px;
  }
}
@media (max-width: 990px) {
  .pro_index_20220215_p {
    padding-top: 60.6122449px;
    padding-bottom: 60.6122449px;
  }
}
.pro_top_20220215 {
  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;
}
@media (max-width: 1920px) {
  .pro_top_20220215 {
    margin-top: 0px;
    margin-bottom: 70px;
  }
}
@media (max-width: 1776px) {
  .pro_top_20220215 {
    margin-top: 0px;
    margin-bottom: 63.42857143px;
  }
}
@media (max-width: 1680) {
  .pro_top_20220215 {
    margin-top: 0px;
    margin-bottom: 60px;
  }
}
@media (max-width: 1600px) {
  .pro_top_20220215 {
    margin-top: 0px;
    margin-bottom: 57.14285714px;
  }
}
@media (max-width: 1500px) {
  .pro_top_20220215 {
    margin-top: 0px;
    margin-bottom: 53.57142857px;
  }
}
@media (max-width: 1440px) {
  .pro_top_20220215 {
    margin-top: 0px;
    margin-bottom: 51.42857143px;
  }
}
@media (max-width: 1366px) {
  .pro_top_20220215 {
    margin-top: 0px;
    margin-bottom: 48.78571429px;
  }
}
@media (max-width: 1280px) {
  .pro_top_20220215 {
    margin-top: 0px;
    margin-bottom: 45.71428571px;
  }
}
@media (max-width: 1152px) {
  .pro_top_20220215 {
    margin-top: 0px;
    margin-bottom: 41.14285714px;
  }
}
@media (max-width: 1024px) {
  .pro_top_20220215 {
    margin-top: 0px;
    margin-bottom: 36.57142857px;
  }
}
@media (max-width: 990px) {
  .pro_top_20220215 {
    margin-top: 0px;
    margin-bottom: 35.35714286px;
  }
}
.pro_top_20220215 h2 {
  color: #333333;
  width: 44%;
}
.pro_top_20220215 .h2_info {
  width: 54%;
  color: #666666;
}
.pro_boxs_20220215 {
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 42.875%;
  position: relative;
}
.pro_boxs_20220215 .pro_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 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: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  overflow: hidden;
  width: 110%;
}
.pro_boxs_20220215 .pro_box .item {
  width: calc(25% + 2px);
  margin: 0 -1px;
  height: 100%;
  transform-origin: 0 0;
  transform: skew(-13deg);
  overflow: hidden;
  position: relative;
}
.pro_boxs_20220215 .pro_box .item em {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transform: skew(13deg);
  margin-left: -18%;
  max-width: 150%;
  width: 150%;
  height: 100%;
  z-index: 1;
}
.pro_boxs_20220215 .pro_box .item:hover em {
  background: url(../images/p.png) no-repeat center;
  background-size: cover;
}
.pro_boxs_20220215 .pro_box .item:hover img {
  -webkit-transform: scale(1.1) skew(13deg);
  -ms-transform: scale(1.1) skew(13deg);
  -o-transform: scale(1.1) skew(13deg);
  transform: scale(1.1) skew(13deg);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.pro_boxs_20220215 .pro_box .item:hover a span {
  opacity: 1;
  z-index: 1;
  top: calc(40% + 90px);
}
.pro_boxs_20220215 .pro_box .item a {
  width: 100%;
  height: 100%;
  transform: skew(13deg);
  display: block;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.pro_boxs_20220215 .pro_box .item a h2 {
  position: absolute;
  width: 100%;
  left: 0;
  top: 40%;
  text-align: center;
  font-weight: bold;
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 2048px) {
  .pro_boxs_20220215 .pro_box .item a h2 {
    font-size: 42.66666667px;
  }
}
@media (max-width: 1920px) {
  .pro_boxs_20220215 .pro_box .item a h2 {
    font-size: 40px;
  }
}
@media (max-width: 1680px) {
  .pro_boxs_20220215 .pro_box .item a h2 {
    font-size: 35px;
  }
}
@media (max-width: 1440px) {
  .pro_boxs_20220215 .pro_box .item a h2 {
    font-size: 30px;
  }
}
@media (max-width: 1280px) {
  .pro_boxs_20220215 .pro_box .item a h2 {
    font-size: 26.66666667px;
  }
}
@media (max-width: 1024px) {
  .pro_boxs_20220215 .pro_box .item a h2 {
    font-size: 21.33333333px;
  }
}
.pro_boxs_20220215 .pro_box .item a span {
  position: absolute;
  left: 50%;
  top: calc(40% + 100px);
  margin-left: -80px;
  width: 160px;
  height: 52px;
  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: #fff;
  border-radius: 38px;
  font-size: 16px;
  color: #18957a;
  z-index: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.pro_boxs_20220215 .pro_box .item a span i {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #18957a;
  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;
  margin-left: 1.5vw;
}
.pro_boxs_20220215 .pro_box .item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: skew(13deg);
  margin-left: -18%;
  max-width: 150%;
  width: 150%;
}
.pro_boxs_20220215 .pro_box .item:first-child img {
  width: 100%;
  height: 100%;
  margin-left: 18%;
}
@media (max-width: 768px) {
  .pro_index_20220215_p {
    padding: 40px 0;
  }
  .pro_top_20220215 {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .pro_top_20220215 h2 {
    width: 100%;
    margin-bottom: 10px;
  }
  .pro_top_20220215 .h2_info {
    width: 100%;
  }
  .pro_boxs_20220215 {
    height: auto;
    padding-bottom: 0;
  }
  .pro_boxs_20220215 .pro_box {
    position: relative;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    width: 100%;
  }
  .pro_boxs_20220215 .pro_box .item {
    width: 100%;
    height: 110px;
    transform: none;
    position: relative;
  }
  .pro_boxs_20220215 .pro_box .item img {
    transform: none;
    margin: 0!important;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    max-width: 100%;
  }
  .pro_boxs_20220215 .pro_box .item a {
    transform: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
.dlpp_index_20220215 {
  background: url(../images/bg2.jpg) no-repeat center top;
  background-size: cover;
}
.dlpp_index_20220215 h2 {
  color: #fff;
  text-align: center;
}
.dlpp_index_20220215 .h2_info {
  color: #fff;
  text-align: center;
  margin: 0 auto;
  width: 680px;
  max-width: 100%;
}
@media (max-width: 1920px) {
  .dlpp_index_20220215 .h2_info {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
@media (max-width: 1776px) {
  .dlpp_index_20220215 .h2_info {
    margin-top: 27.18367347px;
    margin-bottom: 45.30612245px;
  }
}
@media (max-width: 1680) {
  .dlpp_index_20220215 .h2_info {
    margin-top: 25.71428571px;
    margin-bottom: 42.85714286px;
  }
}
@media (max-width: 1600px) {
  .dlpp_index_20220215 .h2_info {
    margin-top: 24.48979592px;
    margin-bottom: 40.81632653px;
  }
}
@media (max-width: 1500px) {
  .dlpp_index_20220215 .h2_info {
    margin-top: 22.95918367px;
    margin-bottom: 38.26530612px;
  }
}
@media (max-width: 1440px) {
  .dlpp_index_20220215 .h2_info {
    margin-top: 22.04081633px;
    margin-bottom: 36.73469388px;
  }
}
@media (max-width: 1366px) {
  .dlpp_index_20220215 .h2_info {
    margin-top: 20.90816327px;
    margin-bottom: 34.84693878px;
  }
}
@media (max-width: 1280px) {
  .dlpp_index_20220215 .h2_info {
    margin-top: 19.59183673px;
    margin-bottom: 32.65306122px;
  }
}
@media (max-width: 1152px) {
  .dlpp_index_20220215 .h2_info {
    margin-top: 17.63265306px;
    margin-bottom: 29.3877551px;
  }
}
@media (max-width: 1024px) {
  .dlpp_index_20220215 .h2_info {
    margin-top: 15.67346939px;
    margin-bottom: 26.12244898px;
  }
}
@media (max-width: 990px) {
  .dlpp_index_20220215 .h2_info {
    margin-top: 15.15306122px;
    margin-bottom: 25.25510204px;
  }
}
@media (max-width: 1920px) {
  .dlpp_index_20220215_p {
    padding-top: 115px;
    padding-bottom: 115px;
  }
}
@media (max-width: 1776px) {
  .dlpp_index_20220215_p {
    padding-top: 104.20408163px;
    padding-bottom: 104.20408163px;
  }
}
@media (max-width: 1680) {
  .dlpp_index_20220215_p {
    padding-top: 98.57142857px;
    padding-bottom: 98.57142857px;
  }
}
@media (max-width: 1600px) {
  .dlpp_index_20220215_p {
    padding-top: 93.87755102px;
    padding-bottom: 93.87755102px;
  }
}
@media (max-width: 1500px) {
  .dlpp_index_20220215_p {
    padding-top: 88.01020408px;
    padding-bottom: 88.01020408px;
  }
}
@media (max-width: 1440px) {
  .dlpp_index_20220215_p {
    padding-top: 84.48979592px;
    padding-bottom: 84.48979592px;
  }
}
@media (max-width: 1366px) {
  .dlpp_index_20220215_p {
    padding-top: 80.14795918px;
    padding-bottom: 80.14795918px;
  }
}
@media (max-width: 1280px) {
  .dlpp_index_20220215_p {
    padding-top: 75.10204082px;
    padding-bottom: 75.10204082px;
  }
}
@media (max-width: 1152px) {
  .dlpp_index_20220215_p {
    padding-top: 67.59183673px;
    padding-bottom: 67.59183673px;
  }
}
@media (max-width: 1024px) {
  .dlpp_index_20220215_p {
    padding-top: 60.08163265px;
    padding-bottom: 60.08163265px;
  }
}
@media (max-width: 990px) {
  .dlpp_index_20220215_p {
    padding-top: 58.08673469px;
    padding-bottom: 58.08673469px;
  }
}
.dlpp_s_20220215 {
  position: relative;
}
@media (max-width: 1920px) {
  .dlpp_s_20220215 {
    padding-top: 0px;
    padding-bottom: 70px;
  }
}
@media (max-width: 1776px) {
  .dlpp_s_20220215 {
    padding-top: 0px;
    padding-bottom: 63.42857143px;
  }
}
@media (max-width: 1680) {
  .dlpp_s_20220215 {
    padding-top: 0px;
    padding-bottom: 60px;
  }
}
@media (max-width: 1600px) {
  .dlpp_s_20220215 {
    padding-top: 0px;
    padding-bottom: 57.14285714px;
  }
}
@media (max-width: 1500px) {
  .dlpp_s_20220215 {
    padding-top: 0px;
    padding-bottom: 53.57142857px;
  }
}
@media (max-width: 1440px) {
  .dlpp_s_20220215 {
    padding-top: 0px;
    padding-bottom: 51.42857143px;
  }
}
@media (max-width: 1366px) {
  .dlpp_s_20220215 {
    padding-top: 0px;
    padding-bottom: 48.78571429px;
  }
}
@media (max-width: 1280px) {
  .dlpp_s_20220215 {
    padding-top: 0px;
    padding-bottom: 45.71428571px;
  }
}
@media (max-width: 1152px) {
  .dlpp_s_20220215 {
    padding-top: 0px;
    padding-bottom: 41.14285714px;
  }
}
@media (max-width: 1024px) {
  .dlpp_s_20220215 {
    padding-top: 0px;
    padding-bottom: 36.57142857px;
  }
}
@media (max-width: 990px) {
  .dlpp_s_20220215 {
    padding-top: 0px;
    padding-bottom: 35.35714286px;
  }
}
.dlpp_s_20220215 .swiper-pagination {
  bottom: 0;
  width: 100%;
}
.dlpp_s_20220215 .swiper-pagination span {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 5px;
  margin: 0 4px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.5;
}
.dlpp_s_20220215 .swiper-pagination span.swiper-pagination-bullet-active {
  background: #18957a;
  width: 24px;
  opacity: 1;
}
.dlpp_s_20220215 .swiper {
  overflow: hidden;
}
.dlpp_s_20220215 .swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 37.5%;
  overflow: hidden;
  position: relative;
  background: #fff;
}
.dlpp_s_20220215 .swiper .swiper-slide a:hover img {
  -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);
}
.dlpp_s_20220215 .swiper .swiper-slide a img {
  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;
  max-width: 80%;
  max-height: 80%;
}
@media (max-width: 990px) {
  .dlpp_s_20220215 {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .dlpp_s_20220215 .swiper-pagination span {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .dlpp_s_20220215 .swiper-pagination span.swiper-pagination-bullet-active {
    width: 12px;
    background: transparent;
  }
}
@media (max-width: 768px) {
  .dlpp_index_20220215_p {
    padding: 40px 0;
  }
}
.zzzs_index_20220215 {
  background: url(../images/bg4.jpg) no-repeat center #eff2f3;
  background-size: cover;
}
.zzzs_index_20220215 .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;
}
.zzzs_index_20220215 .top .left {
  width: 580px;
  max-width: 50%;
}
@media (max-width: 1920px) {
  .zzzs_index_20220215 .top .left .h2_info {
    margin-top: 25px;
    margin-bottom: 50px;
  }
}
@media (max-width: 1776px) {
  .zzzs_index_20220215 .top .left .h2_info {
    margin-top: 22.65306122px;
    margin-bottom: 45.30612245px;
  }
}
@media (max-width: 1680) {
  .zzzs_index_20220215 .top .left .h2_info {
    margin-top: 21.42857143px;
    margin-bottom: 42.85714286px;
  }
}
@media (max-width: 1600px) {
  .zzzs_index_20220215 .top .left .h2_info {
    margin-top: 20.40816327px;
    margin-bottom: 40.81632653px;
  }
}
@media (max-width: 1500px) {
  .zzzs_index_20220215 .top .left .h2_info {
    margin-top: 19.13265306px;
    margin-bottom: 38.26530612px;
  }
}
@media (max-width: 1440px) {
  .zzzs_index_20220215 .top .left .h2_info {
    margin-top: 18.36734694px;
    margin-bottom: 36.73469388px;
  }
}
@media (max-width: 1366px) {
  .zzzs_index_20220215 .top .left .h2_info {
    margin-top: 17.42346939px;
    margin-bottom: 34.84693878px;
  }
}
@media (max-width: 1280px) {
  .zzzs_index_20220215 .top .left .h2_info {
    margin-top: 16.32653061px;
    margin-bottom: 32.65306122px;
  }
}
@media (max-width: 1152px) {
  .zzzs_index_20220215 .top .left .h2_info {
    margin-top: 14.69387755px;
    margin-bottom: 29.3877551px;
  }
}
@media (max-width: 1024px) {
  .zzzs_index_20220215 .top .left .h2_info {
    margin-top: 13.06122449px;
    margin-bottom: 26.12244898px;
  }
}
@media (max-width: 990px) {
  .zzzs_index_20220215 .top .left .h2_info {
    margin-top: 12.62755102px;
    margin-bottom: 25.25510204px;
  }
}
.zzzs_index_20220215 .top .right {
  max-width: 50%;
  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;
}
.zzzs_index_20220215 .top .right a {
  font-weight: bold;
  color: #999;
  position: relative;
  margin-left: 40px;
}
@media (max-width: 2048px) {
  .zzzs_index_20220215 .top .right a {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .zzzs_index_20220215 .top .right a {
    font-size: 24px;
  }
}
@media (max-width: 1680px) {
  .zzzs_index_20220215 .top .right a {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .zzzs_index_20220215 .top .right a {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .zzzs_index_20220215 .top .right a {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .zzzs_index_20220215 .top .right a {
    font-size: 12.8px;
  }
}
@media (max-width: 1440px) {
  .zzzs_index_20220215 .top .right a {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .zzzs_index_20220215 .top .right a {
    font-size: 16px;
  }
}
@media (max-width: 1920px) {
  .zzzs_index_20220215 .top .right a {
    padding-top: 0px;
    padding-bottom: 15px;
  }
}
@media (max-width: 1776px) {
  .zzzs_index_20220215 .top .right a {
    padding-top: 0px;
    padding-bottom: 13.59183673px;
  }
}
@media (max-width: 1680) {
  .zzzs_index_20220215 .top .right a {
    padding-top: 0px;
    padding-bottom: 12.85714286px;
  }
}
@media (max-width: 1600px) {
  .zzzs_index_20220215 .top .right a {
    padding-top: 0px;
    padding-bottom: 12.24489796px;
  }
}
@media (max-width: 1500px) {
  .zzzs_index_20220215 .top .right a {
    padding-top: 0px;
    padding-bottom: 11.47959184px;
  }
}
@media (max-width: 1440px) {
  .zzzs_index_20220215 .top .right a {
    padding-top: 0px;
    padding-bottom: 11.02040816px;
  }
}
@media (max-width: 1366px) {
  .zzzs_index_20220215 .top .right a {
    padding-top: 0px;
    padding-bottom: 10.45408163px;
  }
}
@media (max-width: 1280px) {
  .zzzs_index_20220215 .top .right a {
    padding-top: 0px;
    padding-bottom: 9.79591837px;
  }
}
@media (max-width: 1152px) {
  .zzzs_index_20220215 .top .right a {
    padding-top: 0px;
    padding-bottom: 8.81632653px;
  }
}
@media (max-width: 1024px) {
  .zzzs_index_20220215 .top .right a {
    padding-top: 0px;
    padding-bottom: 7.83673469px;
  }
}
@media (max-width: 990px) {
  .zzzs_index_20220215 .top .right a {
    padding-top: 0px;
    padding-bottom: 7.57653061px;
  }
}
.zzzs_index_20220215 .top .right a:before {
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: 0;
  background: transparent;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.zzzs_index_20220215 .top .right a.on {
  color: #e67920;
}
.zzzs_index_20220215 .top .right a.on:before {
  width: 100%;
  left: 0;
  background: #e67920;
}
.zzzs_index_20220215 .tab_s {
  overflow: hidden;
  position: relative;
}
.zzzs_index_20220215 .tab_s .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  max-height: 324px;
}
.zzzs_index_20220215 .tab_s .swiper-slide {
  width: auto;
}
.zzzs_index_20220215 .tab_s .swiper-slide a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.zzzs_index_20220215 .tab_s .swiper-slide a > img {
  max-height: 324px;
  max-width: 306px;
}
.zzzs_index_20220215 .tab_s .swiper-slide a:hover:before {
  margin-top: 0;
  opacity: 1;
  z-index: 1;
}
.zzzs_index_20220215 .tab_s .swiper-slide a:before {
  content: '';
  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;
  width: 64px;
  height: 64px;
  background: url(../images/fd.png) no-repeat center;
  margin-top: 20px;
  opacity: 0;
  z-index: -1;
}
.zzzs_index_20220215 .tab_box .item {
  width: 100%;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.zzzs_index_20220215 .tab_box .item.on {
  height: auto;
}
.zzzs_index_20220215 .bto {
  width: 100%;
  position: relative;
}
@media (max-width: 1920px) {
  .zzzs_index_20220215 .bto {
    padding-top: 110px;
    padding-bottom: 0px;
  }
}
@media (max-width: 1776px) {
  .zzzs_index_20220215 .bto {
    padding-top: 99.67346939px;
    padding-bottom: 0px;
  }
}
@media (max-width: 1680) {
  .zzzs_index_20220215 .bto {
    padding-top: 94.28571429px;
    padding-bottom: 0px;
  }
}
@media (max-width: 1600px) {
  .zzzs_index_20220215 .bto {
    padding-top: 89.79591837px;
    padding-bottom: 0px;
  }
}
@media (max-width: 1500px) {
  .zzzs_index_20220215 .bto {
    padding-top: 84.18367347px;
    padding-bottom: 0px;
  }
}
@media (max-width: 1440px) {
  .zzzs_index_20220215 .bto {
    padding-top: 80.81632653px;
    padding-bottom: 0px;
  }
}
@media (max-width: 1366px) {
  .zzzs_index_20220215 .bto {
    padding-top: 76.66326531px;
    padding-bottom: 0px;
  }
}
@media (max-width: 1280px) {
  .zzzs_index_20220215 .bto {
    padding-top: 71.83673469px;
    padding-bottom: 0px;
  }
}
@media (max-width: 1152px) {
  .zzzs_index_20220215 .bto {
    padding-top: 64.65306122px;
    padding-bottom: 0px;
  }
}
@media (max-width: 1024px) {
  .zzzs_index_20220215 .bto {
    padding-top: 57.46938776px;
    padding-bottom: 0px;
  }
}
@media (max-width: 990px) {
  .zzzs_index_20220215 .bto {
    padding-top: 55.56122449px;
    padding-bottom: 0px;
  }
}
.zzzs_index_20220215 .bto:before {
  content: '';
  width: 100%;
  height: 167px;
  background: url(../images/bg6.png) no-repeat center;
  background-size: cover;
  position: absolute;
  top: -56px;
  left: 0;
}
.zzzs_index_20220215 .bto .w1600 {
  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;
  position: relative;
  z-index: 1;
}
.zzzs_index_20220215 .bto .s_box {
  width: 30%;
  position: relative;
}
.zzzs_index_20220215 .bto .s_box .sz > div {
  display: none;
  color: #999999;
}
@media (max-width: 2048px) {
  .zzzs_index_20220215 .bto .s_box .sz > div {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .zzzs_index_20220215 .bto .s_box .sz > div {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .zzzs_index_20220215 .bto .s_box .sz > div {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .zzzs_index_20220215 .bto .s_box .sz > div {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .zzzs_index_20220215 .bto .s_box .sz > div {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .zzzs_index_20220215 .bto .s_box .sz > div {
    font-size: 9.6px;
  }
}
@media (max-width: 1440px) {
  .zzzs_index_20220215 .bto .s_box .sz > div {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1024px) {
  .zzzs_index_20220215 .bto .s_box .sz > div {
    font-size: 14px;
    line-height: 24px;
  }
}
.zzzs_index_20220215 .bto .s_box .sz > div.on {
  display: block;
}
.zzzs_index_20220215 .bto .s_box .sz > div .s1,
.zzzs_index_20220215 .bto .s_box .sz > div .s0 {
  color: #333333;
  margin-right: 2px;
}
@media (max-width: 2048px) {
  .zzzs_index_20220215 .bto .s_box .sz > div .s1,
  .zzzs_index_20220215 .bto .s_box .sz > div .s0 {
    font-size: 34.13333333px;
  }
}
@media (max-width: 1920px) {
  .zzzs_index_20220215 .bto .s_box .sz > div .s1,
  .zzzs_index_20220215 .bto .s_box .sz > div .s0 {
    font-size: 32px;
  }
}
@media (max-width: 1680px) {
  .zzzs_index_20220215 .bto .s_box .sz > div .s1,
  .zzzs_index_20220215 .bto .s_box .sz > div .s0 {
    font-size: 28px;
  }
}
@media (max-width: 1440px) {
  .zzzs_index_20220215 .bto .s_box .sz > div .s1,
  .zzzs_index_20220215 .bto .s_box .sz > div .s0 {
    font-size: 24px;
  }
}
@media (max-width: 1280px) {
  .zzzs_index_20220215 .bto .s_box .sz > div .s1,
  .zzzs_index_20220215 .bto .s_box .sz > div .s0 {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1024px) {
  .zzzs_index_20220215 .bto .s_box .sz > div .s1,
  .zzzs_index_20220215 .bto .s_box .sz > div .s0 {
    font-size: 17.06666667px;
  }
}
@media (max-width: 1440px) {
  .zzzs_index_20220215 .bto .s_box .sz > div .s1,
  .zzzs_index_20220215 .bto .s_box .sz > div .s0 {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .zzzs_index_20220215 .bto .s_box .sz > div .s1,
  .zzzs_index_20220215 .bto .s_box .sz > div .s0 {
    font-size: 21.33333333px;
  }
}
.zzzs_index_20220215 .bto .s_box .sz > div .s01 {
  margin-left: 5px;
}
.zzzs_index_20220215 .bto .s_box .tab_s_s {
  width: 100%;
  height: 4px;
}
.zzzs_index_20220215 .bto .s_box .tab_s_s .swiper-pagination {
  width: 100%;
  height: 4px;
  display: none;
}
.zzzs_index_20220215 .bto .s_box .tab_s_s .swiper-pagination.on {
  display: block;
}
.zzzs_index_20220215 .bto .s_box .tab_s_s .swiper-pagination .swiper-pagination-progressbar {
  top: auto;
  bottom: 0;
}
.zzzs_index_20220215 .bto .s_box .tab_s_s .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #18957a;
}
@media (max-width: 1920px) {
  .zzzs_index_20220215_p {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (max-width: 1776px) {
  .zzzs_index_20220215_p {
    padding-top: 108.73469388px;
    padding-bottom: 108.73469388px;
  }
}
@media (max-width: 1680) {
  .zzzs_index_20220215_p {
    padding-top: 102.85714286px;
    padding-bottom: 102.85714286px;
  }
}
@media (max-width: 1600px) {
  .zzzs_index_20220215_p {
    padding-top: 97.95918367px;
    padding-bottom: 97.95918367px;
  }
}
@media (max-width: 1500px) {
  .zzzs_index_20220215_p {
    padding-top: 91.83673469px;
    padding-bottom: 91.83673469px;
  }
}
@media (max-width: 1440px) {
  .zzzs_index_20220215_p {
    padding-top: 88.16326531px;
    padding-bottom: 88.16326531px;
  }
}
@media (max-width: 1366px) {
  .zzzs_index_20220215_p {
    padding-top: 83.63265306px;
    padding-bottom: 83.63265306px;
  }
}
@media (max-width: 1280px) {
  .zzzs_index_20220215_p {
    padding-top: 78.36734694px;
    padding-bottom: 78.36734694px;
  }
}
@media (max-width: 1152px) {
  .zzzs_index_20220215_p {
    padding-top: 70.53061224px;
    padding-bottom: 70.53061224px;
  }
}
@media (max-width: 1024px) {
  .zzzs_index_20220215_p {
    padding-top: 62.69387755px;
    padding-bottom: 62.69387755px;
  }
}
@media (max-width: 990px) {
  .zzzs_index_20220215_p {
    padding-top: 60.6122449px;
    padding-bottom: 60.6122449px;
  }
}
@media (max-width: 768px) {
  .zzzs_index_20220215 .tab_s .swiper-slide a > img {
    max-height: 150px;
    max-width: 200px;
  }
}
.more_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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 160px;
  height: 52px;
  padding: 0 10px 0 24px;
  background: #18957a;
  border-radius: 26px;
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 16px;
}
.more_a:hover {
  background: rgba(24, 149, 122, 0.8);
  color: #fff;
}
.more_a i {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  line-height: 28px;
  color: #18957a;
  font-size: 26px;
}
@media (max-width: 1440px) {
  .more_a {
    width: 140px;
    height: 40px;
    font-size: 14px;
    padding: 0 10px 0 20px;
  }
}
@media (max-width: 1440px) and (max-width: 1920px) {
  .zzzs_index_20220215 .bto .w1600 {
    padding-top: 30px;
    padding-bottom: 0px;
  }
}
@media (max-width: 1440px) and (max-width: 1776px) {
  .zzzs_index_20220215 .bto .w1600 {
    padding-top: 27.18367347px;
    padding-bottom: 0px;
  }
}
@media (max-width: 1440px) and (max-width: 1680) {
  .zzzs_index_20220215 .bto .w1600 {
    padding-top: 25.71428571px;
    padding-bottom: 0px;
  }
}
@media (max-width: 1440px) and (max-width: 1600px) {
  .zzzs_index_20220215 .bto .w1600 {
    padding-top: 24.48979592px;
    padding-bottom: 0px;
  }
}
@media (max-width: 1440px) and (max-width: 1500px) {
  .zzzs_index_20220215 .bto .w1600 {
    padding-top: 22.95918367px;
    padding-bottom: 0px;
  }
}
@media (max-width: 1440px) and (max-width: 1440px) {
  .zzzs_index_20220215 .bto .w1600 {
    padding-top: 22.04081633px;
    padding-bottom: 0px;
  }
}
@media (max-width: 1440px) and (max-width: 1366px) {
  .zzzs_index_20220215 .bto .w1600 {
    padding-top: 20.90816327px;
    padding-bottom: 0px;
  }
}
@media (max-width: 1440px) and (max-width: 1280px) {
  .zzzs_index_20220215 .bto .w1600 {
    padding-top: 19.59183673px;
    padding-bottom: 0px;
  }
}
@media (max-width: 1440px) and (max-width: 1152px) {
  .zzzs_index_20220215 .bto .w1600 {
    padding-top: 17.63265306px;
    padding-bottom: 0px;
  }
}
@media (max-width: 1440px) and (max-width: 1024px) {
  .zzzs_index_20220215 .bto .w1600 {
    padding-top: 15.67346939px;
    padding-bottom: 0px;
  }
}
@media (max-width: 1440px) and (max-width: 990px) {
  .zzzs_index_20220215 .bto .w1600 {
    padding-top: 15.15306122px;
    padding-bottom: 0px;
  }
}
@media (max-width: 1280px) {
  .zzzs_index_20220215 .top .right a {
    font-size: 16px;
  }
  .zzzs_index_20220215 .bto .s_box .sz > div {
    font-size: 12px;
  }
  .zzzs_index_20220215 .bto .s_box .sz > div .s1 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .zzzs_index_20220215_p {
    padding: 40px 0;
  }
  .zzzs_index_20220215 .top {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .zzzs_index_20220215 .top .left {
    width: 100%;
    max-width: 100%;
  }
  .zzzs_index_20220215 .top .left .h2_info {
    margin-bottom: 10px;
  }
  .zzzs_index_20220215 .top .right {
    width: 100%;
    max-width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .zzzs_index_20220215 .top .right a {
    margin-left: 0;
    margin-right: 30px;
    padding-top: 0;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .zzzs_index_20220215 .tab_s .swiper-slide a img {
    max-height: 200px;
    max-width: 150px;
  }
  .more_a {
    width: 120px;
    height: 35px;
    font-size: 12px;
    padding: 0 10px 0 15px;
  }
  .zzzs_index_20220215 .bto:before {
    height: 120px;
  }
  .zzzs_index_20220215 .bto .w1600 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .zzzs_index_20220215 .bto {
    padding-bottom: 0;
  }
}
.about_index_20220215 {
  background: url(../images/bg5.jpg) no-repeat center bottom;
  overflow: hidden;
}
.about_index_20220215 .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;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
@media (max-width: 1920px) {
  .about_index_20220215 .top {
    margin-top: 0px;
    margin-bottom: 120px;
  }
}
@media (max-width: 1776px) {
  .about_index_20220215 .top {
    margin-top: 0px;
    margin-bottom: 108.73469388px;
  }
}
@media (max-width: 1680) {
  .about_index_20220215 .top {
    margin-top: 0px;
    margin-bottom: 102.85714286px;
  }
}
@media (max-width: 1600px) {
  .about_index_20220215 .top {
    margin-top: 0px;
    margin-bottom: 97.95918367px;
  }
}
@media (max-width: 1500px) {
  .about_index_20220215 .top {
    margin-top: 0px;
    margin-bottom: 91.83673469px;
  }
}
@media (max-width: 1440px) {
  .about_index_20220215 .top {
    margin-top: 0px;
    margin-bottom: 88.16326531px;
  }
}
@media (max-width: 1366px) {
  .about_index_20220215 .top {
    margin-top: 0px;
    margin-bottom: 83.63265306px;
  }
}
@media (max-width: 1280px) {
  .about_index_20220215 .top {
    margin-top: 0px;
    margin-bottom: 78.36734694px;
  }
}
@media (max-width: 1152px) {
  .about_index_20220215 .top {
    margin-top: 0px;
    margin-bottom: 70.53061224px;
  }
}
@media (max-width: 1024px) {
  .about_index_20220215 .top {
    margin-top: 0px;
    margin-bottom: 62.69387755px;
  }
}
@media (max-width: 990px) {
  .about_index_20220215 .top {
    margin-top: 0px;
    margin-bottom: 60.6122449px;
  }
}
.about_index_20220215 .top .left {
  width: 45%;
}
.about_index_20220215 .top .left .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 68%;
  position: relative;
}
.about_index_20220215 .top .left .imgbox img {
  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;
}
.about_index_20220215 .top .right {
  width: 45%;
}
.about_index_20220215 .top .right .title {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 1920px) {
  .about_index_20220215 .top .right .title {
    padding-top: 45px;
    padding-bottom: 35px;
  }
}
@media (max-width: 1776px) {
  .about_index_20220215 .top .right .title {
    padding-top: 40.7755102px;
    padding-bottom: 31.71428571px;
  }
}
@media (max-width: 1680) {
  .about_index_20220215 .top .right .title {
    padding-top: 38.57142857px;
    padding-bottom: 30px;
  }
}
@media (max-width: 1600px) {
  .about_index_20220215 .top .right .title {
    padding-top: 36.73469388px;
    padding-bottom: 28.57142857px;
  }
}
@media (max-width: 1500px) {
  .about_index_20220215 .top .right .title {
    padding-top: 34.43877551px;
    padding-bottom: 26.78571429px;
  }
}
@media (max-width: 1440px) {
  .about_index_20220215 .top .right .title {
    padding-top: 33.06122449px;
    padding-bottom: 25.71428571px;
  }
}
@media (max-width: 1366px) {
  .about_index_20220215 .top .right .title {
    padding-top: 31.3622449px;
    padding-bottom: 24.39285714px;
  }
}
@media (max-width: 1280px) {
  .about_index_20220215 .top .right .title {
    padding-top: 29.3877551px;
    padding-bottom: 22.85714286px;
  }
}
@media (max-width: 1152px) {
  .about_index_20220215 .top .right .title {
    padding-top: 26.44897959px;
    padding-bottom: 20.57142857px;
  }
}
@media (max-width: 1024px) {
  .about_index_20220215 .top .right .title {
    padding-top: 23.51020408px;
    padding-bottom: 18.28571429px;
  }
}
@media (max-width: 990px) {
  .about_index_20220215 .top .right .title {
    padding-top: 22.72959184px;
    padding-bottom: 17.67857143px;
  }
}
.about_index_20220215 .top .right .title h2 {
  position: relative;
  z-index: 1;
  color: #333333;
  font-weight: bold;
}
@media (max-width: 2048px) {
  .about_index_20220215 .top .right .title h2 {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .about_index_20220215 .top .right .title h2 {
    font-size: 48px;
  }
}
@media (max-width: 1680px) {
  .about_index_20220215 .top .right .title h2 {
    font-size: 42px;
  }
}
@media (max-width: 1440px) {
  .about_index_20220215 .top .right .title h2 {
    font-size: 36px;
  }
}
@media (max-width: 1280px) {
  .about_index_20220215 .top .right .title h2 {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .about_index_20220215 .top .right .title h2 {
    font-size: 25.6px;
  }
}
.about_index_20220215 .top .right .title h1 {
  position: absolute;
  white-space: nowrap;
  left: 0;
  bottom: 15px;
  font-family: '';
  color: #333333;
  opacity: 0.07;
  text-transform: uppercase;
}
@media (max-width: 2048px) {
  .about_index_20220215 .top .right .title h1 {
    font-size: 160px;
  }
}
@media (max-width: 1920px) {
  .about_index_20220215 .top .right .title h1 {
    font-size: 150px;
  }
}
@media (max-width: 1680px) {
  .about_index_20220215 .top .right .title h1 {
    font-size: 131.25px;
  }
}
@media (max-width: 1440px) {
  .about_index_20220215 .top .right .title h1 {
    font-size: 112.5px;
  }
}
@media (max-width: 1280px) {
  .about_index_20220215 .top .right .title h1 {
    font-size: 100px;
  }
}
@media (max-width: 1024px) {
  .about_index_20220215 .top .right .title h1 {
    font-size: 80px;
  }
}
.about_index_20220215 .top .right .info {
  font-size: 16px;
  line-height: 38px;
  color: #666666;
  height: 230px;
  overflow-y: scroll;
}
.about_index_20220215 .top .right .info::-webkit-scrollbar {
  width: 3px;
  height: 2px;
  background-color: #ccc;
}
.about_index_20220215 .top .right .info::-webkit-scrollbar-thumb {
  background-color: #005fe5;
  border-radius: 10px;
}
@media (max-width: 1920px) {
  .about_index_20220215 .top .right .info {
    margin-top: 25px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1776px) {
  .about_index_20220215 .top .right .info {
    margin-top: 22.65306122px;
    margin-bottom: 27.18367347px;
  }
}
@media (max-width: 1680) {
  .about_index_20220215 .top .right .info {
    margin-top: 21.42857143px;
    margin-bottom: 25.71428571px;
  }
}
@media (max-width: 1600px) {
  .about_index_20220215 .top .right .info {
    margin-top: 20.40816327px;
    margin-bottom: 24.48979592px;
  }
}
@media (max-width: 1500px) {
  .about_index_20220215 .top .right .info {
    margin-top: 19.13265306px;
    margin-bottom: 22.95918367px;
  }
}
@media (max-width: 1440px) {
  .about_index_20220215 .top .right .info {
    margin-top: 18.36734694px;
    margin-bottom: 22.04081633px;
  }
}
@media (max-width: 1366px) {
  .about_index_20220215 .top .right .info {
    margin-top: 17.42346939px;
    margin-bottom: 20.90816327px;
  }
}
@media (max-width: 1280px) {
  .about_index_20220215 .top .right .info {
    margin-top: 16.32653061px;
    margin-bottom: 19.59183673px;
  }
}
@media (max-width: 1152px) {
  .about_index_20220215 .top .right .info {
    margin-top: 14.69387755px;
    margin-bottom: 17.63265306px;
  }
}
@media (max-width: 1024px) {
  .about_index_20220215 .top .right .info {
    margin-top: 13.06122449px;
    margin-bottom: 15.67346939px;
  }
}
@media (max-width: 990px) {
  .about_index_20220215 .top .right .info {
    margin-top: 12.62755102px;
    margin-bottom: 15.15306122px;
  }
}
.about_index_20220215 .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;
}
.about_index_20220215 .items .item {
  width: 285px;
  max-width: 20%;
  position: relative;
}
.about_index_20220215 .items .item img {
  max-width: 38px;
  max-height: 38px;
  position: absolute;
  right: 0;
  top: 0;
}
.about_index_20220215 .items .item p {
  font-size: 16px;
  color: #666666;
}
.about_index_20220215 .items .item h2 {
  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: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.about_index_20220215 .items .item h2 p {
  color: #333333;
  line-height: 1;
  font-family: 'din_m';
}
@media (max-width: 2048px) {
  .about_index_20220215 .items .item h2 p {
    font-size: 85.33333333px;
  }
}
@media (max-width: 1920px) {
  .about_index_20220215 .items .item h2 p {
    font-size: 80px;
  }
}
@media (max-width: 1680px) {
  .about_index_20220215 .items .item h2 p {
    font-size: 70px;
  }
}
@media (max-width: 1440px) {
  .about_index_20220215 .items .item h2 p {
    font-size: 60px;
  }
}
@media (max-width: 1280px) {
  .about_index_20220215 .items .item h2 p {
    font-size: 53.33333333px;
  }
}
@media (max-width: 1024px) {
  .about_index_20220215 .items .item h2 p {
    font-size: 42.66666667px;
  }
}
.about_index_20220215 .items .item h2 span {
  font-weight: bold;
  color: #333333;
  margin-bottom: 5px;
  margin-left: 5px;
}
@media (max-width: 2048px) {
  .about_index_20220215 .items .item h2 span {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .about_index_20220215 .items .item h2 span {
    font-size: 24px;
  }
}
@media (max-width: 1680px) {
  .about_index_20220215 .items .item h2 span {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .about_index_20220215 .items .item h2 span {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .about_index_20220215 .items .item h2 span {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .about_index_20220215 .items .item h2 span {
    font-size: 12.8px;
  }
}
@media (max-width: 1440px) {
  .about_index_20220215 .items .item h2 span {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .about_index_20220215 .items .item h2 span {
    font-size: 16px;
  }
}
.about_index_20220215 .items i {
  width: 1px;
  height: 74px;
  background: #000000;
  opacity: 0.15;
}
.about_index_20220215 .items i:last-child {
  display: none;
}
@media (max-width: 1920px) {
  .about_index_20220215_p {
    padding-top: 115px;
    padding-bottom: 115px;
  }
}
@media (max-width: 1776px) {
  .about_index_20220215_p {
    padding-top: 104.20408163px;
    padding-bottom: 104.20408163px;
  }
}
@media (max-width: 1680) {
  .about_index_20220215_p {
    padding-top: 98.57142857px;
    padding-bottom: 98.57142857px;
  }
}
@media (max-width: 1600px) {
  .about_index_20220215_p {
    padding-top: 93.87755102px;
    padding-bottom: 93.87755102px;
  }
}
@media (max-width: 1500px) {
  .about_index_20220215_p {
    padding-top: 88.01020408px;
    padding-bottom: 88.01020408px;
  }
}
@media (max-width: 1440px) {
  .about_index_20220215_p {
    padding-top: 84.48979592px;
    padding-bottom: 84.48979592px;
  }
}
@media (max-width: 1366px) {
  .about_index_20220215_p {
    padding-top: 80.14795918px;
    padding-bottom: 80.14795918px;
  }
}
@media (max-width: 1280px) {
  .about_index_20220215_p {
    padding-top: 75.10204082px;
    padding-bottom: 75.10204082px;
  }
}
@media (max-width: 1152px) {
  .about_index_20220215_p {
    padding-top: 67.59183673px;
    padding-bottom: 67.59183673px;
  }
}
@media (max-width: 1024px) {
  .about_index_20220215_p {
    padding-top: 60.08163265px;
    padding-bottom: 60.08163265px;
  }
}
@media (max-width: 990px) {
  .about_index_20220215_p {
    padding-top: 58.08673469px;
    padding-bottom: 58.08673469px;
  }
}
@media (max-width: 1680px) {
  .about_index_20220215 .top .right .info {
    line-height: 32px;
  }
}
@media (max-width: 1500px) {
  .about_index_20220215 .top .right .info {
    line-height: 30px;
    height: 200px;
  }
  .about_index_20220215 .items .item p {
    font-size: 14px;
  }
  .about_index_20220215 .items .item img {
    max-width: 20px;
    max-height: 20px;
  }
  .about_index_20220215 .top .right .title h1 {
    bottom: 10px;
  }
}
@media (max-width: 1366px) {
  .about_index_20220215 .top .right .info {
    height: 150px;
  }
}
@media (max-width: 990px) {
  .about_index_20220215 .top .right .info {
    font-size: 14px;
    line-height: 26px;
    height: 130px;
  }
  .about_index_20220215 .items i {
    display: none;
  }
  .about_index_20220215 .items .item {
    max-width: 22%;
  }
}
@media (max-width: 768px) {
  .about_index_20220215_p {
    padding: 40px 0;
  }
  .about_index_20220215 .top {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .about_index_20220215 .top .left {
    width: 100%;
  }
  .about_index_20220215 .top .right {
    width: 100%;
  }
  .about_index_20220215 .top .right .title {
    padding: 15px 0 10px;
  }
  .about_index_20220215 .top .right .title h2 {
    font-size: 20px;
    margin-right: 5px;
  }
  .about_index_20220215 .top .right .title h1 {
    font-size: 30px;
    bottom: 5px;
  }
  .about_index_20220215 .items {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .about_index_20220215 .items .item {
    width: 45%;
    max-width: 45%;
    margin-bottom: 15px;
  }
  .about_index_20220215 .items .item h2 p {
    font-size: 30px;
  }
  .about_index_20220215 .items .item p {
    font-size: 12px;
  }
  .about_index_20220215 .items .item img {
    max-width: 15px;
    max-height: 15px;
  }
}
.news_index_20220215 {
  background: url(../images/bg7.jpg) no-repeat center bottom;
  background-size: cover;
  overflow: hidden;
}
.news_index_20220215 .w1600 {
  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_index_20220215 .w1600 .left {
  width: 20%;
  padding-right: 10px;
  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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  position: relative;
}
.news_index_20220215 .w1600 .left:before {
  content: '';
  width: 1px;
  height: 200%;
  top: -50%;
  right: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.07);
}
.news_index_20220215 .w1600 .left .top h2 {
  color: #333333;
}
.news_index_20220215 .w1600 .left .top .h2_info {
  color: #666666;
}
@media (max-width: 1920px) {
  .news_index_20220215 .w1600 .left .top .h2_info {
    margin-top: 25px;
    margin-bottom: 55px;
  }
}
@media (max-width: 1776px) {
  .news_index_20220215 .w1600 .left .top .h2_info {
    margin-top: 22.65306122px;
    margin-bottom: 49.83673469px;
  }
}
@media (max-width: 1680) {
  .news_index_20220215 .w1600 .left .top .h2_info {
    margin-top: 21.42857143px;
    margin-bottom: 47.14285714px;
  }
}
@media (max-width: 1600px) {
  .news_index_20220215 .w1600 .left .top .h2_info {
    margin-top: 20.40816327px;
    margin-bottom: 44.89795918px;
  }
}
@media (max-width: 1500px) {
  .news_index_20220215 .w1600 .left .top .h2_info {
    margin-top: 19.13265306px;
    margin-bottom: 42.09183673px;
  }
}
@media (max-width: 1440px) {
  .news_index_20220215 .w1600 .left .top .h2_info {
    margin-top: 18.36734694px;
    margin-bottom: 40.40816327px;
  }
}
@media (max-width: 1366px) {
  .news_index_20220215 .w1600 .left .top .h2_info {
    margin-top: 17.42346939px;
    margin-bottom: 38.33163265px;
  }
}
@media (max-width: 1280px) {
  .news_index_20220215 .w1600 .left .top .h2_info {
    margin-top: 16.32653061px;
    margin-bottom: 35.91836735px;
  }
}
@media (max-width: 1152px) {
  .news_index_20220215 .w1600 .left .top .h2_info {
    margin-top: 14.69387755px;
    margin-bottom: 32.32653061px;
  }
}
@media (max-width: 1024px) {
  .news_index_20220215 .w1600 .left .top .h2_info {
    margin-top: 13.06122449px;
    margin-bottom: 28.73469388px;
  }
}
@media (max-width: 990px) {
  .news_index_20220215 .w1600 .left .top .h2_info {
    margin-top: 12.62755102px;
    margin-bottom: 27.78061224px;
  }
}
.news_index_20220215 .w1600 .left .top .news_taba {
  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: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.news_index_20220215 .w1600 .left .top .news_taba a {
  color: #999999;
  padding-bottom: 10px;
  position: relative;
}
@media (max-width: 2048px) {
  .news_index_20220215 .w1600 .left .top .news_taba a {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .news_index_20220215 .w1600 .left .top .news_taba a {
    font-size: 24px;
  }
}
@media (max-width: 1680px) {
  .news_index_20220215 .w1600 .left .top .news_taba a {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .news_index_20220215 .w1600 .left .top .news_taba a {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .news_index_20220215 .w1600 .left .top .news_taba a {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .news_index_20220215 .w1600 .left .top .news_taba a {
    font-size: 12.8px;
  }
}
@media (max-width: 1440px) {
  .news_index_20220215 .w1600 .left .top .news_taba a {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .news_index_20220215 .w1600 .left .top .news_taba a {
    font-size: 16px;
  }
}
@media (max-width: 1920px) {
  .news_index_20220215 .w1600 .left .top .news_taba a {
    margin-top: 18px;
    margin-bottom: 18px;
  }
}
@media (max-width: 1776px) {
  .news_index_20220215 .w1600 .left .top .news_taba a {
    margin-top: 16.31020408px;
    margin-bottom: 16.31020408px;
  }
}
@media (max-width: 1680) {
  .news_index_20220215 .w1600 .left .top .news_taba a {
    margin-top: 15.42857143px;
    margin-bottom: 15.42857143px;
  }
}
@media (max-width: 1600px) {
  .news_index_20220215 .w1600 .left .top .news_taba a {
    margin-top: 14.69387755px;
    margin-bottom: 14.69387755px;
  }
}
@media (max-width: 1500px) {
  .news_index_20220215 .w1600 .left .top .news_taba a {
    margin-top: 13.7755102px;
    margin-bottom: 13.7755102px;
  }
}
@media (max-width: 1440px) {
  .news_index_20220215 .w1600 .left .top .news_taba a {
    margin-top: 13.2244898px;
    margin-bottom: 13.2244898px;
  }
}
@media (max-width: 1366px) {
  .news_index_20220215 .w1600 .left .top .news_taba a {
    margin-top: 12.54489796px;
    margin-bottom: 12.54489796px;
  }
}
@media (max-width: 1280px) {
  .news_index_20220215 .w1600 .left .top .news_taba a {
    margin-top: 11.75510204px;
    margin-bottom: 11.75510204px;
  }
}
@media (max-width: 1152px) {
  .news_index_20220215 .w1600 .left .top .news_taba a {
    margin-top: 10.57959184px;
    margin-bottom: 10.57959184px;
  }
}
@media (max-width: 1024px) {
  .news_index_20220215 .w1600 .left .top .news_taba a {
    margin-top: 9.40408163px;
    margin-bottom: 9.40408163px;
  }
}
@media (max-width: 990px) {
  .news_index_20220215 .w1600 .left .top .news_taba a {
    margin-top: 9.09183673px;
    margin-bottom: 9.09183673px;
  }
}
.news_index_20220215 .w1600 .left .top .news_taba a.on {
  color: #e67920;
}
.news_index_20220215 .w1600 .left .top .news_taba a.on:before {
  width: 100%;
  left: 0;
  background: #e67920;
}
.news_index_20220215 .w1600 .left .top .news_taba a:before {
  width: 0;
  height: 1px;
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  background: transparent;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.news_index_20220215 .w1600 .right {
  width: 75%;
}
.news_index_20220215 .w1600 .right .item {
  width: 100%;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.news_index_20220215 .w1600 .right .item.on {
  height: auto;
}
.news_index_20220215 .w1600 .right .item ul {
  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;
}
.news_index_20220215 .w1600 .right .item ul li {
  width: 360px;
  max-width: 30%;
  margin-left: 5%;
}
.news_index_20220215 .w1600 .right .item ul li:first-child {
  margin-left: 0;
}
.news_index_20220215 .w1600 .right .item ul li a:hover .imgbox img {
  -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);
}
.news_index_20220215 .w1600 .right .item ul li a:hover .art span {
  color: #e67920;
}
.news_index_20220215 .w1600 .right .item ul li a:hover .art span i {
  margin-right: 10px;
}
.news_index_20220215 .w1600 .right .item ul li a .time {
  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;
  color: #999999;
  font-family: 'din_m';
}
.news_index_20220215 .w1600 .right .item ul li a .time span {
  font-size: 20px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.news_index_20220215 .w1600 .right .item ul li a .time p {
  line-height: 1;
  margin-bottom: 5px;
}
@media (max-width: 2048px) {
  .news_index_20220215 .w1600 .right .item ul li a .time p {
    font-size: 85.33333333px;
  }
}
@media (max-width: 1920px) {
  .news_index_20220215 .w1600 .right .item ul li a .time p {
    font-size: 80px;
  }
}
@media (max-width: 1680px) {
  .news_index_20220215 .w1600 .right .item ul li a .time p {
    font-size: 70px;
  }
}
@media (max-width: 1440px) {
  .news_index_20220215 .w1600 .right .item ul li a .time p {
    font-size: 60px;
  }
}
@media (max-width: 1280px) {
  .news_index_20220215 .w1600 .right .item ul li a .time p {
    font-size: 53.33333333px;
  }
}
@media (max-width: 1024px) {
  .news_index_20220215 .w1600 .right .item ul li a .time p {
    font-size: 42.66666667px;
  }
}
.news_index_20220215 .w1600 .right .item ul li a .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 66.66%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1920px) {
  .news_index_20220215 .w1600 .right .item ul li a .imgbox {
    margin-top: 40px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1776px) {
  .news_index_20220215 .w1600 .right .item ul li a .imgbox {
    margin-top: 36.24489796px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1680) {
  .news_index_20220215 .w1600 .right .item ul li a .imgbox {
    margin-top: 34.28571429px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1600px) {
  .news_index_20220215 .w1600 .right .item ul li a .imgbox {
    margin-top: 32.65306122px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1500px) {
  .news_index_20220215 .w1600 .right .item ul li a .imgbox {
    margin-top: 30.6122449px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1440px) {
  .news_index_20220215 .w1600 .right .item ul li a .imgbox {
    margin-top: 29.3877551px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1366px) {
  .news_index_20220215 .w1600 .right .item ul li a .imgbox {
    margin-top: 27.87755102px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1280px) {
  .news_index_20220215 .w1600 .right .item ul li a .imgbox {
    margin-top: 26.12244898px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1152px) {
  .news_index_20220215 .w1600 .right .item ul li a .imgbox {
    margin-top: 23.51020408px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1024px) {
  .news_index_20220215 .w1600 .right .item ul li a .imgbox {
    margin-top: 20.89795918px;
    margin-bottom: 0px;
  }
}
@media (max-width: 990px) {
  .news_index_20220215 .w1600 .right .item ul li a .imgbox {
    margin-top: 20.20408163px;
    margin-bottom: 0px;
  }
}
.news_index_20220215 .w1600 .right .item ul li a .imgbox img {
  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;
}
.news_index_20220215 .w1600 .right .item ul li a .art h3 {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  line-height: 32px;
  height: 64px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 1920px) {
  .news_index_20220215 .w1600 .right .item ul li a .art h3 {
    margin-top: 25px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1776px) {
  .news_index_20220215 .w1600 .right .item ul li a .art h3 {
    margin-top: 22.65306122px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1680) {
  .news_index_20220215 .w1600 .right .item ul li a .art h3 {
    margin-top: 21.42857143px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1600px) {
  .news_index_20220215 .w1600 .right .item ul li a .art h3 {
    margin-top: 20.40816327px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1500px) {
  .news_index_20220215 .w1600 .right .item ul li a .art h3 {
    margin-top: 19.13265306px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1440px) {
  .news_index_20220215 .w1600 .right .item ul li a .art h3 {
    margin-top: 18.36734694px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1366px) {
  .news_index_20220215 .w1600 .right .item ul li a .art h3 {
    margin-top: 17.42346939px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1280px) {
  .news_index_20220215 .w1600 .right .item ul li a .art h3 {
    margin-top: 16.32653061px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1152px) {
  .news_index_20220215 .w1600 .right .item ul li a .art h3 {
    margin-top: 14.69387755px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1024px) {
  .news_index_20220215 .w1600 .right .item ul li a .art h3 {
    margin-top: 13.06122449px;
    margin-bottom: 0px;
  }
}
@media (max-width: 990px) {
  .news_index_20220215 .w1600 .right .item ul li a .art h3 {
    margin-top: 12.62755102px;
    margin-bottom: 0px;
  }
}
.news_index_20220215 .w1600 .right .item ul li a .art p {
  font-size: 16px;
  line-height: 32px;
  color: #666666;
  height: 64px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 1920px) {
  .news_index_20220215 .w1600 .right .item ul li a .art p {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1776px) {
  .news_index_20220215 .w1600 .right .item ul li a .art p {
    margin-top: 18.12244898px;
    margin-bottom: 27.18367347px;
  }
}
@media (max-width: 1680) {
  .news_index_20220215 .w1600 .right .item ul li a .art p {
    margin-top: 17.14285714px;
    margin-bottom: 25.71428571px;
  }
}
@media (max-width: 1600px) {
  .news_index_20220215 .w1600 .right .item ul li a .art p {
    margin-top: 16.32653061px;
    margin-bottom: 24.48979592px;
  }
}
@media (max-width: 1500px) {
  .news_index_20220215 .w1600 .right .item ul li a .art p {
    margin-top: 15.30612245px;
    margin-bottom: 22.95918367px;
  }
}
@media (max-width: 1440px) {
  .news_index_20220215 .w1600 .right .item ul li a .art p {
    margin-top: 14.69387755px;
    margin-bottom: 22.04081633px;
  }
}
@media (max-width: 1366px) {
  .news_index_20220215 .w1600 .right .item ul li a .art p {
    margin-top: 13.93877551px;
    margin-bottom: 20.90816327px;
  }
}
@media (max-width: 1280px) {
  .news_index_20220215 .w1600 .right .item ul li a .art p {
    margin-top: 13.06122449px;
    margin-bottom: 19.59183673px;
  }
}
@media (max-width: 1152px) {
  .news_index_20220215 .w1600 .right .item ul li a .art p {
    margin-top: 11.75510204px;
    margin-bottom: 17.63265306px;
  }
}
@media (max-width: 1024px) {
  .news_index_20220215 .w1600 .right .item ul li a .art p {
    margin-top: 10.44897959px;
    margin-bottom: 15.67346939px;
  }
}
@media (max-width: 990px) {
  .news_index_20220215 .w1600 .right .item ul li a .art p {
    margin-top: 10.10204082px;
    margin-bottom: 15.15306122px;
  }
}
.news_index_20220215 .w1600 .right .item ul li a .art span {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  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;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 24px;
}
.news_index_20220215 .w1600 .right .item ul li a .art span i {
  font-size: 24px;
  color: #e67920;
  margin-right: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1920px) {
  .news_index_20220215_p {
    padding-top: 115px;
    padding-bottom: 115px;
  }
}
@media (max-width: 1776px) {
  .news_index_20220215_p {
    padding-top: 104.20408163px;
    padding-bottom: 104.20408163px;
  }
}
@media (max-width: 1680) {
  .news_index_20220215_p {
    padding-top: 98.57142857px;
    padding-bottom: 98.57142857px;
  }
}
@media (max-width: 1600px) {
  .news_index_20220215_p {
    padding-top: 93.87755102px;
    padding-bottom: 93.87755102px;
  }
}
@media (max-width: 1500px) {
  .news_index_20220215_p {
    padding-top: 88.01020408px;
    padding-bottom: 88.01020408px;
  }
}
@media (max-width: 1440px) {
  .news_index_20220215_p {
    padding-top: 84.48979592px;
    padding-bottom: 84.48979592px;
  }
}
@media (max-width: 1366px) {
  .news_index_20220215_p {
    padding-top: 80.14795918px;
    padding-bottom: 80.14795918px;
  }
}
@media (max-width: 1280px) {
  .news_index_20220215_p {
    padding-top: 75.10204082px;
    padding-bottom: 75.10204082px;
  }
}
@media (max-width: 1152px) {
  .news_index_20220215_p {
    padding-top: 67.59183673px;
    padding-bottom: 67.59183673px;
  }
}
@media (max-width: 1024px) {
  .news_index_20220215_p {
    padding-top: 60.08163265px;
    padding-bottom: 60.08163265px;
  }
}
@media (max-width: 990px) {
  .news_index_20220215_p {
    padding-top: 58.08673469px;
    padding-bottom: 58.08673469px;
  }
}
@media (max-width: 1440px) {
  .news_index_20220215 .w1600 .right .item ul li a .art h3 {
    font-size: 20px;
    line-height: 30px;
    height: 60px;
  }
  .news_index_20220215 .w1600 .right .item ul li a .art p {
    line-height: 28px;
    height: 56px;
  }
  .news_index_20220215 .w1600 .right .item ul li a .time span {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .news_index_20220215 .w1600 .left .top .news_taba a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .news_index_20220215 .w1600 .right .item ul li a .art h3 {
    font-size: 18px;
    line-height: 28px;
    height: 56px;
  }
  .news_index_20220215 .w1600 .right .item ul li a .art p {
    font-size: 14px;
    line-height: 26px;
    height: 52px;
  }
  .news_index_20220215 .w1600 .right .item ul li a .art span {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .news_index_20220215_p {
    padding: 40px 0;
  }
  .news_index_20220215 .w1600 {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .news_index_20220215 .w1600 .left {
    width: 100%;
    position: relative;
  }
  .news_index_20220215 .w1600 .left .more_a {
    position: absolute;
    right: 0;
    top: 0;
  }
  .news_index_20220215 .w1600 .left:before {
    display: none;
  }
  .news_index_20220215 .w1600 .left .top .h2_info {
    margin-bottom: 0px;
  }
  .news_index_20220215 .w1600 .left .top .news_taba {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
  }
  .news_index_20220215 .w1600 .left .top .news_taba a {
    margin-right: 15px;
    padding-bottom: 8px;
    margin-bottom: 15px;
  }
  .news_index_20220215 .w1600 .right {
    width: 100%;
  }
  .news_index_20220215 .w1600 .right .item ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .news_index_20220215 .w1600 .right .item ul li {
    width: 100%;
    max-width: 100%;
    margin: 0 0 15px;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
  }
  .news_index_20220215 .w1600 .right .item ul li a .time {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  .news_index_20220215 .w1600 .right .item ul li a .time span {
    line-height: 1.3;
  }
  .news_index_20220215 .w1600 .right .item ul li a .time p {
    font-size: 16px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    line-height: 1.3;
    margin-bottom: 0;
    position: relative;
  }
  .news_index_20220215 .w1600 .right .item ul li a .time p:before {
    content: '.';
  }
  .news_index_20220215 .w1600 .right .item ul li a .imgbox {
    margin-top: 0px;
  }
  .news_index_20220215 .w1600 .right .item ul li a .art {
    margin-bottom: 10px;
  }
  .news_index_20220215 .w1600 .right .item ul li a .art p {
    margin: 5px 0 10px;
  }
}
.shfw_index_20220215 {
  background-size: cover;
  padding: 50px 0;
}
.shfw_index_20220215 .w1600 {
  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;
  color: #fff;
}
.shfw_index_20220215 .w1600 .left {
  width: 50%;
}
.shfw_index_20220215 .w1600 .left h2 {
  line-height: 1.25;
  font-weight: bold;
}
@media (max-width: 2048px) {
  .shfw_index_20220215 .w1600 .left h2 {
    font-size: 42.66666667px;
  }
}
@media (max-width: 1920px) {
  .shfw_index_20220215 .w1600 .left h2 {
    font-size: 40px;
  }
}
@media (max-width: 1680px) {
  .shfw_index_20220215 .w1600 .left h2 {
    font-size: 35px;
  }
}
@media (max-width: 1440px) {
  .shfw_index_20220215 .w1600 .left h2 {
    font-size: 30px;
  }
}
@media (max-width: 1280px) {
  .shfw_index_20220215 .w1600 .left h2 {
    font-size: 26.66666667px;
  }
}
@media (max-width: 1024px) {
  .shfw_index_20220215 .w1600 .left h2 {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .shfw_index_20220215 .w1600 .left h2 {
    margin-top: 0px;
    margin-bottom: 35px;
  }
}
@media (max-width: 1776px) {
  .shfw_index_20220215 .w1600 .left h2 {
    margin-top: 0px;
    margin-bottom: 31.71428571px;
  }
}
@media (max-width: 1680) {
  .shfw_index_20220215 .w1600 .left h2 {
    margin-top: 0px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1600px) {
  .shfw_index_20220215 .w1600 .left h2 {
    margin-top: 0px;
    margin-bottom: 28.57142857px;
  }
}
@media (max-width: 1500px) {
  .shfw_index_20220215 .w1600 .left h2 {
    margin-top: 0px;
    margin-bottom: 26.78571429px;
  }
}
@media (max-width: 1440px) {
  .shfw_index_20220215 .w1600 .left h2 {
    margin-top: 0px;
    margin-bottom: 25.71428571px;
  }
}
@media (max-width: 1366px) {
  .shfw_index_20220215 .w1600 .left h2 {
    margin-top: 0px;
    margin-bottom: 24.39285714px;
  }
}
@media (max-width: 1280px) {
  .shfw_index_20220215 .w1600 .left h2 {
    margin-top: 0px;
    margin-bottom: 22.85714286px;
  }
}
@media (max-width: 1152px) {
  .shfw_index_20220215 .w1600 .left h2 {
    margin-top: 0px;
    margin-bottom: 20.57142857px;
  }
}
@media (max-width: 1024px) {
  .shfw_index_20220215 .w1600 .left h2 {
    margin-top: 0px;
    margin-bottom: 18.28571429px;
  }
}
@media (max-width: 990px) {
  .shfw_index_20220215 .w1600 .left h2 {
    margin-top: 0px;
    margin-bottom: 17.67857143px;
  }
}
.shfw_index_20220215 .w1600 .left h2 span {
  position: relative;
  margin: 0 10px;
}
.shfw_index_20220215 .w1600 .left h2 span:before {
  content: '';
  width: 100%;
  height: 18px;
  background: #18957a;
  position: absolute;
  left: 0;
  bottom: 2px;
  opacity: 1;
}
.shfw_index_20220215 .w1600 .left h2 span em {
  font-style: normal;
  position: relative;
  z-index: 1;
}
@media (max-width: 2048px) {
  .shfw_index_20220215 .w1600 .left h2 span em {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .shfw_index_20220215 .w1600 .left h2 span em {
    font-size: 48px;
  }
}
@media (max-width: 1680px) {
  .shfw_index_20220215 .w1600 .left h2 span em {
    font-size: 42px;
  }
}
@media (max-width: 1440px) {
  .shfw_index_20220215 .w1600 .left h2 span em {
    font-size: 36px;
  }
}
@media (max-width: 1280px) {
  .shfw_index_20220215 .w1600 .left h2 span em {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .shfw_index_20220215 .w1600 .left h2 span em {
    font-size: 25.6px;
  }
}
.shfw_index_20220215 .w1600 .right {
  width: 340px;
  max-width: 22%;
  border-radius: 16px;
  overflow: hidden;
}
.shfw_index_20220215 .w1600 .right h2 {
  height: 70px;
  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;
  background: #18957a;
  color: #ffffff;
  font-weight: bold;
  padding-left: 20px;
}
@media (max-width: 2048px) {
  .shfw_index_20220215 .w1600 .right h2 {
    font-size: 29.86666667px;
  }
}
@media (max-width: 1920px) {
  .shfw_index_20220215 .w1600 .right h2 {
    font-size: 28px;
  }
}
@media (max-width: 1680px) {
  .shfw_index_20220215 .w1600 .right h2 {
    font-size: 24.5px;
  }
}
@media (max-width: 1440px) {
  .shfw_index_20220215 .w1600 .right h2 {
    font-size: 21px;
  }
}
@media (max-width: 1280px) {
  .shfw_index_20220215 .w1600 .right h2 {
    font-size: 18.66666667px;
  }
}
@media (max-width: 1024px) {
  .shfw_index_20220215 .w1600 .right h2 {
    font-size: 14.93333333px;
  }
}
@media (max-width: 1440px) {
  .shfw_index_20220215 .w1600 .right h2 {
    font-size: 21px;
  }
}
@media (max-width: 1024px) {
  .shfw_index_20220215 .w1600 .right h2 {
    font-size: 18.66666667px;
  }
}
.shfw_index_20220215 .w1600 .right h2 img {
  margin-right: 20px;
}
.shfw_index_20220215 .w1600 .right h1 {
  height: 80px;
  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: #18957a;
  background: #fff;
  padding-left: 20px;
}
@media (max-width: 2048px) {
  .shfw_index_20220215 .w1600 .right h1 {
    font-size: 38.4px;
  }
}
@media (max-width: 1920px) {
  .shfw_index_20220215 .w1600 .right h1 {
    font-size: 36px;
  }
}
@media (max-width: 1680px) {
  .shfw_index_20220215 .w1600 .right h1 {
    font-size: 31.5px;
  }
}
@media (max-width: 1440px) {
  .shfw_index_20220215 .w1600 .right h1 {
    font-size: 27px;
  }
}
@media (max-width: 1280px) {
  .shfw_index_20220215 .w1600 .right h1 {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .shfw_index_20220215 .w1600 .right h1 {
    font-size: 19.2px;
  }
}
@media (max-width: 1440px) {
  .shfw_index_20220215 .w1600 .right h2 {
    height: 50px;
    padding-left: 15px;
  }
  .shfw_index_20220215 .w1600 .right h2 img {
    width: 35px;
    margin-right: 15px;
  }
  .shfw_index_20220215 .w1600 .right h1 {
    height: 60px;
    padding-left: 15px;
  }
}
@media (max-width: 990px) {
  .shfw_index_20220215 .w1600 .right {
    border-radius: 5px;
  }
  .shfw_index_20220215 .w1600 .right h2 {
    height: 40px;
    padding-left: 10px;
  }
  .shfw_index_20220215 .w1600 .right h2 img {
    width: 30px;
    margin-right: 10px;
  }
  .shfw_index_20220215 .w1600 .right h1 {
    height: 50px;
    padding-left: 10px;
  }
}
@media (max-width: 768px) {
  .shfw_index_20220215 {
    position: relative;
  }
  .shfw_index_20220215 img.wap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .shfw_index_20220215 .w1600 {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    position: relative;
    z-index: 1;
  }
  .shfw_index_20220215 .w1600 .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .shfw_index_20220215 .w1600 .left h2 {
    font-size: 16px;
  }
  .shfw_index_20220215 .w1600 .left h2 span {
    margin: 0 5px;
  }
  .shfw_index_20220215 .w1600 .left h2 span em {
    font-size: 18px;
  }
  .shfw_index_20220215 .w1600 .right {
    width: auto;
    max-width: 100%;
  }
  .shfw_index_20220215 .w1600 .right h1 {
    padding: 0 15px;
  }
}
footer {
  background: #f7f7f7;
}
@media (max-width: 1920px) {
  footer {
    padding-top: 50px;
    padding-bottom: 0px;
  }
}
@media (max-width: 1776px) {
  footer {
    padding-top: 45.30612245px;
    padding-bottom: 0px;
  }
}
@media (max-width: 1680) {
  footer {
    padding-top: 42.85714286px;
    padding-bottom: 0px;
  }
}
@media (max-width: 1600px) {
  footer {
    padding-top: 40.81632653px;
    padding-bottom: 0px;
  }
}
@media (max-width: 1500px) {
  footer {
    padding-top: 38.26530612px;
    padding-bottom: 0px;
  }
}
@media (max-width: 1440px) {
  footer {
    padding-top: 36.73469388px;
    padding-bottom: 0px;
  }
}
@media (max-width: 1366px) {
  footer {
    padding-top: 34.84693878px;
    padding-bottom: 0px;
  }
}
@media (max-width: 1280px) {
  footer {
    padding-top: 32.65306122px;
    padding-bottom: 0px;
  }
}
@media (max-width: 1152px) {
  footer {
    padding-top: 29.3877551px;
    padding-bottom: 0px;
  }
}
@media (max-width: 1024px) {
  footer {
    padding-top: 26.12244898px;
    padding-bottom: 0px;
  }
}
@media (max-width: 990px) {
  footer {
    padding-top: 25.25510204px;
    padding-bottom: 0px;
  }
}
footer .foot1 {
  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;
  position: relative;
}
@media (max-width: 1920px) {
  footer .foot1 {
    padding-top: 0px;
    padding-bottom: 80px;
  }
}
@media (max-width: 1776px) {
  footer .foot1 {
    padding-top: 0px;
    padding-bottom: 72.48979592px;
  }
}
@media (max-width: 1680) {
  footer .foot1 {
    padding-top: 0px;
    padding-bottom: 68.57142857px;
  }
}
@media (max-width: 1600px) {
  footer .foot1 {
    padding-top: 0px;
    padding-bottom: 65.30612245px;
  }
}
@media (max-width: 1500px) {
  footer .foot1 {
    padding-top: 0px;
    padding-bottom: 61.2244898px;
  }
}
@media (max-width: 1440px) {
  footer .foot1 {
    padding-top: 0px;
    padding-bottom: 58.7755102px;
  }
}
@media (max-width: 1366px) {
  footer .foot1 {
    padding-top: 0px;
    padding-bottom: 55.75510204px;
  }
}
@media (max-width: 1280px) {
  footer .foot1 {
    padding-top: 0px;
    padding-bottom: 52.24489796px;
  }
}
@media (max-width: 1152px) {
  footer .foot1 {
    padding-top: 0px;
    padding-bottom: 47.02040816px;
  }
}
@media (max-width: 1024px) {
  footer .foot1 {
    padding-top: 0px;
    padding-bottom: 41.79591837px;
  }
}
@media (max-width: 990px) {
  footer .foot1 {
    padding-top: 0px;
    padding-bottom: 40.40816327px;
  }
}
footer .foot1:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 70px;
  background: #000000;
  opacity: 0.05;
}
footer .foot1 .left {
  width: 48%;
}
footer .foot1 .left .f_logo {
  height: 32px;
  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-bottom: 75px;
}
footer .foot1 .left h3 {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}
@media (max-width: 1920px) {
  footer .foot1 .left h3 {
    margin-top: 0px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1776px) {
  footer .foot1 .left h3 {
    margin-top: 0px;
    margin-bottom: 22.65306122px;
  }
}
@media (max-width: 1680) {
  footer .foot1 .left h3 {
    margin-top: 0px;
    margin-bottom: 21.42857143px;
  }
}
@media (max-width: 1600px) {
  footer .foot1 .left h3 {
    margin-top: 0px;
    margin-bottom: 20.40816327px;
  }
}
@media (max-width: 1500px) {
  footer .foot1 .left h3 {
    margin-top: 0px;
    margin-bottom: 19.13265306px;
  }
}
@media (max-width: 1440px) {
  footer .foot1 .left h3 {
    margin-top: 0px;
    margin-bottom: 18.36734694px;
  }
}
@media (max-width: 1366px) {
  footer .foot1 .left h3 {
    margin-top: 0px;
    margin-bottom: 17.42346939px;
  }
}
@media (max-width: 1280px) {
  footer .foot1 .left h3 {
    margin-top: 0px;
    margin-bottom: 16.32653061px;
  }
}
@media (max-width: 1152px) {
  footer .foot1 .left h3 {
    margin-top: 0px;
    margin-bottom: 14.69387755px;
  }
}
@media (max-width: 1024px) {
  footer .foot1 .left h3 {
    margin-top: 0px;
    margin-bottom: 13.06122449px;
  }
}
@media (max-width: 990px) {
  footer .foot1 .left h3 {
    margin-top: 0px;
    margin-bottom: 12.62755102px;
  }
}
footer .foot1 .left .info {
  font-size: 16px;
  line-height: 40px;
  color: #666666;
}
footer .foot1 .left .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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
footer .foot1 .left .info p i {
  width: 30px;
  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;
  font-size: 20px;
}
footer .foot1 .right {
  width: 51.25%;
}
footer .foot1 .right 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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
footer .foot1 .right ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  color: #999999;
}
footer .foot1 .right ul li a:hover {
  color: #18957a;
}
footer .foot1 .right ul li a:first-child {
  font-size: 18px;
  color: #333333;
  margin-bottom: 60px;
  font-weight: bold;
}
footer .foot2 {
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  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;
  font-size: 16px;
  color: #999999;
}
footer .foot2 a {
  color: #999999;
}
footer .foot2 a:hover {
  color: #18957a;
}
footer .foot2 .left {
  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;
}
footer .foot2 .left p {
  margin-right: 3vw;
}
footer .foot2 .left p:last-child {
  margin-right: 0;
}
footer .foot2 .right {
  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;
}
footer .foot2 .right i {
  display: block;
  width: 1px;
  height: 10px;
  background: #999999;
  opacity: 0.4;
  margin: 0 1.5vw;
}
@media (max-width: 1440px) {
  footer .foot1 .right ul li a:first-child {
    margin-bottom: 40px;
  }
  footer .foot1 .left .f_logo {
    margin-bottom: 55px;
  }
  footer .foot1:before {
    top: 60px;
  }
}
@media (max-width: 990px) {
  footer .foot1 .right ul li a:first-child {
    margin-bottom: 20px;
    font-size: 16px;
  }
  footer .foot1 .right ul li a {
    font-size: 14px;
  }
  footer .foot1 .left .f_logo {
    margin-bottom: 35px;
  }
  footer .foot1 .left .info {
    font-style: 14px;
    line-height: 30px;
  }
  footer .foot1:before {
    top: 40px;
  }
  footer .foot2 {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  footer {
    /* padding: 30px 0 50px; */
    padding: 0px;
  }
  footer .foot1 {
    padding: 0 0 20px;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  footer .foot1:before {
    display: none;
  }
  footer .foot1 .left {
    width: 100%;
    font-size: 14px;
  }
  footer .foot1 .left .f_logo {
    height: 20px;
    margin-bottom: 15px;
  }
  footer .foot1 .left .info {
    font-size: 14px;
  }
  footer .foot1 .left .info p i {
    width: 20px;
    font-size: 14px;
  }
  footer .foot1 .right {
    width: 100%;
    display: none;
  }
  footer .foot2 {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    padding: 15px 0;
  }
  footer .foot2 .left {
    width: 100%;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
  }
  footer .foot2 .left p {
    margin: 5px 0;
  }
  footer .foot2 .right {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 5px 0;
    font-size: 14px;
    display: none;
  }
}
.banner_info_20220215 {
  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;
}
.banner_info_20220215 img {
  min-height: 150px;
}
.banner_info_20220215 .art {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.banner_info_20220215 .art.cf {
  color: #fff;
}
.banner_info_20220215 .art .w1440 {
  height: 100%;
  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: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.banner_info_20220215 .art .w1440 h1 {
  font-weight: bold;
}
@media (max-width: 2048px) {
  .banner_info_20220215 .art .w1440 h1 {
    font-size: 64px;
  }
}
@media (max-width: 1920px) {
  .banner_info_20220215 .art .w1440 h1 {
    font-size: 60px;
  }
}
@media (max-width: 1680px) {
  .banner_info_20220215 .art .w1440 h1 {
    font-size: 52.5px;
  }
}
@media (max-width: 1440px) {
  .banner_info_20220215 .art .w1440 h1 {
    font-size: 45px;
  }
}
@media (max-width: 1280px) {
  .banner_info_20220215 .art .w1440 h1 {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .banner_info_20220215 .art .w1440 h1 {
    font-size: 32px;
  }
}
@media (max-width: 1920px) {
  .banner_info_20220215 .art .w1440 h1 {
    margin-top: 0px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1776px) {
  .banner_info_20220215 .art .w1440 h1 {
    margin-top: 0px;
    margin-bottom: 22.65306122px;
  }
}
@media (max-width: 1680) {
  .banner_info_20220215 .art .w1440 h1 {
    margin-top: 0px;
    margin-bottom: 21.42857143px;
  }
}
@media (max-width: 1600px) {
  .banner_info_20220215 .art .w1440 h1 {
    margin-top: 0px;
    margin-bottom: 20.40816327px;
  }
}
@media (max-width: 1500px) {
  .banner_info_20220215 .art .w1440 h1 {
    margin-top: 0px;
    margin-bottom: 19.13265306px;
  }
}
@media (max-width: 1440px) {
  .banner_info_20220215 .art .w1440 h1 {
    margin-top: 0px;
    margin-bottom: 18.36734694px;
  }
}
@media (max-width: 1366px) {
  .banner_info_20220215 .art .w1440 h1 {
    margin-top: 0px;
    margin-bottom: 17.42346939px;
  }
}
@media (max-width: 1280px) {
  .banner_info_20220215 .art .w1440 h1 {
    margin-top: 0px;
    margin-bottom: 16.32653061px;
  }
}
@media (max-width: 1152px) {
  .banner_info_20220215 .art .w1440 h1 {
    margin-top: 0px;
    margin-bottom: 14.69387755px;
  }
}
@media (max-width: 1024px) {
  .banner_info_20220215 .art .w1440 h1 {
    margin-top: 0px;
    margin-bottom: 13.06122449px;
  }
}
@media (max-width: 990px) {
  .banner_info_20220215 .art .w1440 h1 {
    margin-top: 0px;
    margin-bottom: 12.62755102px;
  }
}
.banner_info_20220215 .art .w1440 h3 {
  font-family: 'din_mi';
}
@media (max-width: 2048px) {
  .banner_info_20220215 .art .w1440 h3 {
    font-size: 42.66666667px;
  }
}
@media (max-width: 1920px) {
  .banner_info_20220215 .art .w1440 h3 {
    font-size: 40px;
  }
}
@media (max-width: 1680px) {
  .banner_info_20220215 .art .w1440 h3 {
    font-size: 35px;
  }
}
@media (max-width: 1440px) {
  .banner_info_20220215 .art .w1440 h3 {
    font-size: 30px;
  }
}
@media (max-width: 1280px) {
  .banner_info_20220215 .art .w1440 h3 {
    font-size: 26.66666667px;
  }
}
@media (max-width: 1024px) {
  .banner_info_20220215 .art .w1440 h3 {
    font-size: 21.33333333px;
  }
}
@media (max-width: 768px) {
  .banner_info_20220215 .art .w1440 h1 {
    font-size: 24px;
  }
  .banner_info_20220215 .art .w1440 h3 {
    font-size: 20px;
  }
}
.sun_nav_20220215 .w1440 {
  background: rgba(255, 255, 255, 0.9);
  height: 80px;
  margin-top: -80px;
  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;
  position: relative;
  z-index: 2;
}
.sun_nav_20220215 .w1440 a {
  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;
  white-space: nowrap;
  color: #666666;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.sun_nav_20220215 .w1440 a.a3 {
  width: 33.34%;
}
.sun_nav_20220215 .w1440 a.a4 {
  width: 25%;
}
.sun_nav_20220215 .w1440 a.a5 {
  width: 20%;
}
@media (max-width: 2048px) {
  .sun_nav_20220215 .w1440 a {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .sun_nav_20220215 .w1440 a {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .sun_nav_20220215 .w1440 a {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .sun_nav_20220215 .w1440 a {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .sun_nav_20220215 .w1440 a {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .sun_nav_20220215 .w1440 a {
    font-size: 9.6px;
  }
}
@media (max-width: 1440px) {
  .sun_nav_20220215 .w1440 a {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1024px) {
  .sun_nav_20220215 .w1440 a {
    font-size: 14px;
    line-height: 24px;
  }
}
.sun_nav_20220215 .w1440 a:before {
  content: '';
  width: 1px;
  height: 30%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #333333;
  opacity: 0.2;
}
.sun_nav_20220215 .w1440 a:hover,
.sun_nav_20220215 .w1440 a.on {
  background: #18957a;
  color: #fff;
}
.sun_nav_20220215 .w1440 a:hover:before,
.sun_nav_20220215 .w1440 a.on:before {
  display: none;
}
.sun_nav_20220215 .w1440 a:last-child:before {
  display: none;
}
.sun_nav_body_20220215 .sun_nav_20220215 {
  position: sticky;
  top: 100px;
  z-index: 99;
}
.sun_nav_body_20220215 .sun_nav_20220215 .w1440 {
  background: #fff;
}
@media (max-width: 1440px) {
  .sun_nav_20220215 .w1440 {
    height: 60px;
    margin-top: -60px;
  }
  .sun_nav_20220215 .w1440 a:hover {
    background: transparent;
    color: #666666;
  }
  .sun_nav_body_20220215 .sun_nav_20220215 {
    top: 80px;
  }
}
@media (max-width: 990px) {
  .sun_nav_body_20220215 .sun_nav_20220215 {
    top: 60px;
  }
}
@media (max-width: 768px) {
  .sun_nav_20220215 {
    background: #f7f7f7;
  }
  .sun_nav_20220215 .w1440 {
    background: #f7f7f7;
    height: 40px;
    margin-top: 0px;
  }
}
@media (max-width: 1920px) {
  .pro_20220215_p {
    padding-top: 75px;
    padding-bottom: 120px;
  }
}
@media (max-width: 1776px) {
  .pro_20220215_p {
    padding-top: 67.95918367px;
    padding-bottom: 108.73469388px;
  }
}
@media (max-width: 1680) {
  .pro_20220215_p {
    padding-top: 64.28571429px;
    padding-bottom: 102.85714286px;
  }
}
@media (max-width: 1600px) {
  .pro_20220215_p {
    padding-top: 61.2244898px;
    padding-bottom: 97.95918367px;
  }
}
@media (max-width: 1500px) {
  .pro_20220215_p {
    padding-top: 57.39795918px;
    padding-bottom: 91.83673469px;
  }
}
@media (max-width: 1440px) {
  .pro_20220215_p {
    padding-top: 55.10204082px;
    padding-bottom: 88.16326531px;
  }
}
@media (max-width: 1366px) {
  .pro_20220215_p {
    padding-top: 52.27040816px;
    padding-bottom: 83.63265306px;
  }
}
@media (max-width: 1280px) {
  .pro_20220215_p {
    padding-top: 48.97959184px;
    padding-bottom: 78.36734694px;
  }
}
@media (max-width: 1152px) {
  .pro_20220215_p {
    padding-top: 44.08163265px;
    padding-bottom: 70.53061224px;
  }
}
@media (max-width: 1024px) {
  .pro_20220215_p {
    padding-top: 39.18367347px;
    padding-bottom: 62.69387755px;
  }
}
@media (max-width: 990px) {
  .pro_20220215_p {
    padding-top: 37.88265306px;
    padding-bottom: 60.6122449px;
  }
}
.pro_20220215 {
  background: url(../images/bg9_20220215.jpg) no-repeat top right;
  background-size: 100% auto;
}
.pro_20220215 h2 {
  text-align: center;
}
.pro_20220215 .tips {
  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;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
@media (max-width: 1920px) {
  .pro_20220215 .tips {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1776px) {
  .pro_20220215 .tips {
    margin-top: 36.24489796px;
    margin-bottom: 27.18367347px;
  }
}
@media (max-width: 1680) {
  .pro_20220215 .tips {
    margin-top: 34.28571429px;
    margin-bottom: 25.71428571px;
  }
}
@media (max-width: 1600px) {
  .pro_20220215 .tips {
    margin-top: 32.65306122px;
    margin-bottom: 24.48979592px;
  }
}
@media (max-width: 1500px) {
  .pro_20220215 .tips {
    margin-top: 30.6122449px;
    margin-bottom: 22.95918367px;
  }
}
@media (max-width: 1440px) {
  .pro_20220215 .tips {
    margin-top: 29.3877551px;
    margin-bottom: 22.04081633px;
  }
}
@media (max-width: 1366px) {
  .pro_20220215 .tips {
    margin-top: 27.87755102px;
    margin-bottom: 20.90816327px;
  }
}
@media (max-width: 1280px) {
  .pro_20220215 .tips {
    margin-top: 26.12244898px;
    margin-bottom: 19.59183673px;
  }
}
@media (max-width: 1152px) {
  .pro_20220215 .tips {
    margin-top: 23.51020408px;
    margin-bottom: 17.63265306px;
  }
}
@media (max-width: 1024px) {
  .pro_20220215 .tips {
    margin-top: 20.89795918px;
    margin-bottom: 15.67346939px;
  }
}
@media (max-width: 990px) {
  .pro_20220215 .tips {
    margin-top: 20.20408163px;
    margin-bottom: 15.15306122px;
  }
}
.pro_20220215 .tips a {
  color: #999999;
  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;
  border: 1px solid #e2e3e5;
  padding: 0.5vw 1vw;
  margin-right: 1vw;
  border-radius: 1vw;
  white-space: nowrap;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 2048px) {
  .pro_20220215 .tips a {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .pro_20220215 .tips a {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .pro_20220215 .tips a {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .pro_20220215 .tips a {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .pro_20220215 .tips a {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .pro_20220215 .tips a {
    font-size: 9.6px;
  }
}
@media (max-width: 1440px) {
  .pro_20220215 .tips a {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1024px) {
  .pro_20220215 .tips a {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1920px) {
  .pro_20220215 .tips a {
    margin-top: 0px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1776px) {
  .pro_20220215 .tips a {
    margin-top: 0px;
    margin-bottom: 9.06122449px;
  }
}
@media (max-width: 1680) {
  .pro_20220215 .tips a {
    margin-top: 0px;
    margin-bottom: 8.57142857px;
  }
}
@media (max-width: 1600px) {
  .pro_20220215 .tips a {
    margin-top: 0px;
    margin-bottom: 8.16326531px;
  }
}
@media (max-width: 1500px) {
  .pro_20220215 .tips a {
    margin-top: 0px;
    margin-bottom: 7.65306122px;
  }
}
@media (max-width: 1440px) {
  .pro_20220215 .tips a {
    margin-top: 0px;
    margin-bottom: 7.34693878px;
  }
}
@media (max-width: 1366px) {
  .pro_20220215 .tips a {
    margin-top: 0px;
    margin-bottom: 6.96938776px;
  }
}
@media (max-width: 1280px) {
  .pro_20220215 .tips a {
    margin-top: 0px;
    margin-bottom: 6.53061224px;
  }
}
@media (max-width: 1152px) {
  .pro_20220215 .tips a {
    margin-top: 0px;
    margin-bottom: 5.87755102px;
  }
}
@media (max-width: 1024px) {
  .pro_20220215 .tips a {
    margin-top: 0px;
    margin-bottom: 5.2244898px;
  }
}
@media (max-width: 990px) {
  .pro_20220215 .tips a {
    margin-top: 0px;
    margin-bottom: 5.05102041px;
  }
}
.pro_20220215 .tips a.on {
  border-color: #e67920;
  background: #e67920;
  color: #fff;
}
.pro_20220215 .pro_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
@media (max-width: 1920px) {
  .pro_20220215 .pro_list {
    margin-top: 0px;
    margin-bottom: 22px;
  }
}
@media (max-width: 1776px) {
  .pro_20220215 .pro_list {
    margin-top: 0px;
    margin-bottom: 19.93469388px;
  }
}
@media (max-width: 1680) {
  .pro_20220215 .pro_list {
    margin-top: 0px;
    margin-bottom: 18.85714286px;
  }
}
@media (max-width: 1600px) {
  .pro_20220215 .pro_list {
    margin-top: 0px;
    margin-bottom: 17.95918367px;
  }
}
@media (max-width: 1500px) {
  .pro_20220215 .pro_list {
    margin-top: 0px;
    margin-bottom: 16.83673469px;
  }
}
@media (max-width: 1440px) {
  .pro_20220215 .pro_list {
    margin-top: 0px;
    margin-bottom: 16.16326531px;
  }
}
@media (max-width: 1366px) {
  .pro_20220215 .pro_list {
    margin-top: 0px;
    margin-bottom: 15.33265306px;
  }
}
@media (max-width: 1280px) {
  .pro_20220215 .pro_list {
    margin-top: 0px;
    margin-bottom: 14.36734694px;
  }
}
@media (max-width: 1152px) {
  .pro_20220215 .pro_list {
    margin-top: 0px;
    margin-bottom: 12.93061224px;
  }
}
@media (max-width: 1024px) {
  .pro_20220215 .pro_list {
    margin-top: 0px;
    margin-bottom: 11.49387755px;
  }
}
@media (max-width: 990px) {
  .pro_20220215 .pro_list {
    margin-top: 0px;
    margin-bottom: 11.1122449px;
  }
}
.pro_20220215 .pro_list li {
  width: 23.19%;
  margin-right: 2.41%;
}
@media (max-width: 1920px) {
  .pro_20220215 .pro_list li {
    margin-top: 0px;
    margin-bottom: 38px;
  }
}
@media (max-width: 1776px) {
  .pro_20220215 .pro_list li {
    margin-top: 0px;
    margin-bottom: 34.43265306px;
  }
}
@media (max-width: 1680) {
  .pro_20220215 .pro_list li {
    margin-top: 0px;
    margin-bottom: 32.57142857px;
  }
}
@media (max-width: 1600px) {
  .pro_20220215 .pro_list li {
    margin-top: 0px;
    margin-bottom: 31.02040816px;
  }
}
@media (max-width: 1500px) {
  .pro_20220215 .pro_list li {
    margin-top: 0px;
    margin-bottom: 29.08163265px;
  }
}
@media (max-width: 1440px) {
  .pro_20220215 .pro_list li {
    margin-top: 0px;
    margin-bottom: 27.91836735px;
  }
}
@media (max-width: 1366px) {
  .pro_20220215 .pro_list li {
    margin-top: 0px;
    margin-bottom: 26.48367347px;
  }
}
@media (max-width: 1280px) {
  .pro_20220215 .pro_list li {
    margin-top: 0px;
    margin-bottom: 24.81632653px;
  }
}
@media (max-width: 1152px) {
  .pro_20220215 .pro_list li {
    margin-top: 0px;
    margin-bottom: 22.33469388px;
  }
}
@media (max-width: 1024px) {
  .pro_20220215 .pro_list li {
    margin-top: 0px;
    margin-bottom: 19.85306122px;
  }
}
@media (max-width: 990px) {
  .pro_20220215 .pro_list li {
    margin-top: 0px;
    margin-bottom: 19.19387755px;
  }
}
.pro_20220215 .pro_list li:nth-child(4n) {
  margin-right: 0;
}
.pro_20220215 .pro_list li a {
  display: block;
  width: 100%;
  position: relative;
}
.pro_20220215 .pro_list li a:before {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.pro_20220215 .pro_list li a:hover:before {
  width: 100%;
  background: #18957a;
}
.pro_20220215 .pro_list li a:hover .imgbox img {
  -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_20220215 .pro_list li a:hover .art .bot {
  color: #18957a;
}
.pro_20220215 .pro_list li a .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 78%;
  position: relative;
  border: 1px solid #e9e9e9;
  overflow: hidden;
}
.pro_20220215 .pro_list li a .imgbox img {
  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;
}
.pro_20220215 .pro_list li a .art {
  background: #f7f7f7;
  padding: 0 1.3vw;
  position: relative;
}
@media (max-width: 2048px) {
  .pro_20220215 .pro_list li a .art h3 {
    font-size: 23.46666667px;
  }
}
@media (max-width: 1920px) {
  .pro_20220215 .pro_list li a .art h3 {
    font-size: 22px;
  }
}
@media (max-width: 1680px) {
  .pro_20220215 .pro_list li a .art h3 {
    font-size: 19.25px;
  }
}
@media (max-width: 1440px) {
  .pro_20220215 .pro_list li a .art h3 {
    font-size: 16.5px;
  }
}
@media (max-width: 1280px) {
  .pro_20220215 .pro_list li a .art h3 {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  .pro_20220215 .pro_list li a .art h3 {
    font-size: 11.73333333px;
  }
}
@media (max-width: 1440px) {
  .pro_20220215 .pro_list li a .art h3 {
    font-size: 16.5px;
  }
}
@media (max-width: 1024px) {
  .pro_20220215 .pro_list li a .art h3 {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1920px) {
  .pro_20220215 .pro_list li a .art h3 {
    padding-top: 35px;
    padding-bottom: 45px;
  }
}
@media (max-width: 1776px) {
  .pro_20220215 .pro_list li a .art h3 {
    padding-top: 31.71428571px;
    padding-bottom: 40.7755102px;
  }
}
@media (max-width: 1680) {
  .pro_20220215 .pro_list li a .art h3 {
    padding-top: 30px;
    padding-bottom: 38.57142857px;
  }
}
@media (max-width: 1600px) {
  .pro_20220215 .pro_list li a .art h3 {
    padding-top: 28.57142857px;
    padding-bottom: 36.73469388px;
  }
}
@media (max-width: 1500px) {
  .pro_20220215 .pro_list li a .art h3 {
    padding-top: 26.78571429px;
    padding-bottom: 34.43877551px;
  }
}
@media (max-width: 1440px) {
  .pro_20220215 .pro_list li a .art h3 {
    padding-top: 25.71428571px;
    padding-bottom: 33.06122449px;
  }
}
@media (max-width: 1366px) {
  .pro_20220215 .pro_list li a .art h3 {
    padding-top: 24.39285714px;
    padding-bottom: 31.3622449px;
  }
}
@media (max-width: 1280px) {
  .pro_20220215 .pro_list li a .art h3 {
    padding-top: 22.85714286px;
    padding-bottom: 29.3877551px;
  }
}
@media (max-width: 1152px) {
  .pro_20220215 .pro_list li a .art h3 {
    padding-top: 20.57142857px;
    padding-bottom: 26.44897959px;
  }
}
@media (max-width: 1024px) {
  .pro_20220215 .pro_list li a .art h3 {
    padding-top: 18.28571429px;
    padding-bottom: 23.51020408px;
  }
}
@media (max-width: 990px) {
  .pro_20220215 .pro_list li a .art h3 {
    padding-top: 17.67857143px;
    padding-bottom: 22.72959184px;
  }
}
.pro_20220215 .pro_list li a .art .bot {
  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;
  border-top: 1px solid #e9e9e9;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 2048px) {
  .pro_20220215 .pro_list li a .art .bot {
    font-size: 17.06666667px;
  }
}
@media (max-width: 1920px) {
  .pro_20220215 .pro_list li a .art .bot {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .pro_20220215 .pro_list li a .art .bot {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .pro_20220215 .pro_list li a .art .bot {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .pro_20220215 .pro_list li a .art .bot {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .pro_20220215 .pro_list li a .art .bot {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1440px) {
  .pro_20220215 .pro_list li a .art .bot {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .pro_20220215 .pro_list li a .art .bot {
    font-size: 12px;
  }
}
@media (max-width: 1920px) {
  .pro_20220215 .pro_list li a .art .bot {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (max-width: 1776px) {
  .pro_20220215 .pro_list li a .art .bot {
    padding-top: 10.87346939px;
    padding-bottom: 10.87346939px;
  }
}
@media (max-width: 1680) {
  .pro_20220215 .pro_list li a .art .bot {
    padding-top: 10.28571429px;
    padding-bottom: 10.28571429px;
  }
}
@media (max-width: 1600px) {
  .pro_20220215 .pro_list li a .art .bot {
    padding-top: 9.79591837px;
    padding-bottom: 9.79591837px;
  }
}
@media (max-width: 1500px) {
  .pro_20220215 .pro_list li a .art .bot {
    padding-top: 9.18367347px;
    padding-bottom: 9.18367347px;
  }
}
@media (max-width: 1440px) {
  .pro_20220215 .pro_list li a .art .bot {
    padding-top: 8.81632653px;
    padding-bottom: 8.81632653px;
  }
}
@media (max-width: 1366px) {
  .pro_20220215 .pro_list li a .art .bot {
    padding-top: 8.36326531px;
    padding-bottom: 8.36326531px;
  }
}
@media (max-width: 1280px) {
  .pro_20220215 .pro_list li a .art .bot {
    padding-top: 7.83673469px;
    padding-bottom: 7.83673469px;
  }
}
@media (max-width: 1152px) {
  .pro_20220215 .pro_list li a .art .bot {
    padding-top: 7.05306122px;
    padding-bottom: 7.05306122px;
  }
}
@media (max-width: 1024px) {
  .pro_20220215 .pro_list li a .art .bot {
    padding-top: 6.26938776px;
    padding-bottom: 6.26938776px;
  }
}
@media (max-width: 990px) {
  .pro_20220215 .pro_list li a .art .bot {
    padding-top: 6.06122449px;
    padding-bottom: 6.06122449px;
  }
}
.pro_20220215 .pro_list li a .art .bot i {
  font-size: 12px;
}
@media (max-width: 768px) {
  .pro_20220215_p {
    padding: 40px 0;
  }
  .pro_20220215 .tips a {
    padding: 5px 10px;
    margin-bottom: 10px;
    border-radius: 15px;
  }
  .pro_20220215 .pro_list li {
    width: 49%;
    margin-right: 2%;
  }
  .pro_20220215 .pro_list li:nth-child(2n) {
    margin-right: 0;
  }
  .pro_20220215 .pro_list li a .art {
    padding: 0 10px;
  }
  .pro_20220215 .pro_list li a .art h3 {
    padding: 15px 0;
  }
  .pro_20220215 .pro_list li a .art .bot {
    padding: 10px 0;
  }
  .pro_20220215 .pro_list li a .art .bot i {
    font-size: 10px;
  }
}
.dqwz_20220215 {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #e9e9e9;
  margin-top: 1.1rem;
}
@media (max-width:768px) {
  .dqwz_20220215{
    margin-top: .6rem;
  }
}
.dqwz_20220215 .w1440 {
  height: 60px;
  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;
  color: #999999;
}
.dqwz_20220215 .w1440 a {
  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: 0 15px;
  color: #999999;
  white-space: nowrap;
}
@media (max-width: 2048px) {
  .dqwz_20220215 .w1440 a {
    font-size: 17.06666667px;
  }
}
@media (max-width: 1920px) {
  .dqwz_20220215 .w1440 a {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .dqwz_20220215 .w1440 a {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .dqwz_20220215 .w1440 a {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .dqwz_20220215 .w1440 a {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .dqwz_20220215 .w1440 a {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1440px) {
  .dqwz_20220215 .w1440 a {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .dqwz_20220215 .w1440 a {
    font-size: 12px;
  }
}
.dqwz_20220215 .w1440 a:hover,
.dqwz_20220215 .w1440 a.on {
  color: #18957a;
}
.dqwz_20220215 .w1440 a:first-child {
  margin-left: 0;
}
.dqwz_20220215 .w1440 a:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dqwz_20220215 .w1440 a img {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
@media (max-width: 768px) {
  .dqwz_20220215 .w1440 {
    /* height: 40px; */
    height: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 20px;
  }
  .dqwz_20220215 .w1440 a {
    margin: 0 5px;
    word-break: break-all;
    white-space: normal;
    word-wrap: break-word;
    word-break: keep-all;
  }
  .dqwz_20220215 .w1440 a:first-child {
    min-width: 45px;
  }
  .dqwz_20220215 .w1440 a:first-child img{
    display: none;
  }
}
@media (max-width: 1920px) {
  .pro1_20220215_p {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 1776px) {
  .pro1_20220215_p {
    padding-top: 72.48979592px;
    padding-bottom: 72.48979592px;
  }
}
@media (max-width: 1680) {
  .pro1_20220215_p {
    padding-top: 68.57142857px;
    padding-bottom: 68.57142857px;
  }
}
@media (max-width: 1600px) {
  .pro1_20220215_p {
    padding-top: 65.30612245px;
    padding-bottom: 65.30612245px;
  }
}
@media (max-width: 1500px) {
  .pro1_20220215_p {
    padding-top: 61.2244898px;
    padding-bottom: 61.2244898px;
  }
}
@media (max-width: 1440px) {
  .pro1_20220215_p {
    padding-top: 58.7755102px;
    padding-bottom: 58.7755102px;
  }
}
@media (max-width: 1366px) {
  .pro1_20220215_p {
    padding-top: 55.75510204px;
    padding-bottom: 55.75510204px;
  }
}
@media (max-width: 1280px) {
  .pro1_20220215_p {
    padding-top: 52.24489796px;
    padding-bottom: 52.24489796px;
  }
}
@media (max-width: 1152px) {
  .pro1_20220215_p {
    padding-top: 47.02040816px;
    padding-bottom: 47.02040816px;
  }
}
@media (max-width: 1024px) {
  .pro1_20220215_p {
    padding-top: 41.79591837px;
    padding-bottom: 41.79591837px;
  }
}
@media (max-width: 990px) {
  .pro1_20220215_p {
    padding-top: 40.40816327px;
    padding-bottom: 40.40816327px;
  }
}
.pro1_20220215 {
  background: url(../images/bg10_20220215.jpg) no-repeat center bottom #f2f4f6;
  background-size: cover;
}
.pro1_20220215 .w1440 {
  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;
}
.pro1_20220215 .w1440 .left {
  width: 45.83%;
}
.pro1_20220215 .w1440 .right {
  width: 45.83%;
}
.pro1_20220215 .w1440 .right h2 {
  position: relative;
}
@media (max-width: 2048px) {
  .pro1_20220215 .w1440 .right h2 {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .pro1_20220215 .w1440 .right h2 {
    font-size: 48px;
  }
}
@media (max-width: 1680px) {
  .pro1_20220215 .w1440 .right h2 {
    font-size: 42px;
  }
}
@media (max-width: 1440px) {
  .pro1_20220215 .w1440 .right h2 {
    font-size: 36px;
  }
}
@media (max-width: 1280px) {
  .pro1_20220215 .w1440 .right h2 {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .pro1_20220215 .w1440 .right h2 {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .pro1_20220215 .w1440 .right h2 {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
@media (max-width: 1776px) {
  .pro1_20220215 .w1440 .right h2 {
    padding-top: 36.24489796px;
    padding-bottom: 45.30612245px;
  }
}
@media (max-width: 1680) {
  .pro1_20220215 .w1440 .right h2 {
    padding-top: 34.28571429px;
    padding-bottom: 42.85714286px;
  }
}
@media (max-width: 1600px) {
  .pro1_20220215 .w1440 .right h2 {
    padding-top: 32.65306122px;
    padding-bottom: 40.81632653px;
  }
}
@media (max-width: 1500px) {
  .pro1_20220215 .w1440 .right h2 {
    padding-top: 30.6122449px;
    padding-bottom: 38.26530612px;
  }
}
@media (max-width: 1440px) {
  .pro1_20220215 .w1440 .right h2 {
    padding-top: 29.3877551px;
    padding-bottom: 36.73469388px;
  }
}
@media (max-width: 1366px) {
  .pro1_20220215 .w1440 .right h2 {
    padding-top: 27.87755102px;
    padding-bottom: 34.84693878px;
  }
}
@media (max-width: 1280px) {
  .pro1_20220215 .w1440 .right h2 {
    padding-top: 26.12244898px;
    padding-bottom: 32.65306122px;
  }
}
@media (max-width: 1152px) {
  .pro1_20220215 .w1440 .right h2 {
    padding-top: 23.51020408px;
    padding-bottom: 29.3877551px;
  }
}
@media (max-width: 1024px) {
  .pro1_20220215 .w1440 .right h2 {
    padding-top: 20.89795918px;
    padding-bottom: 26.12244898px;
  }
}
@media (max-width: 990px) {
  .pro1_20220215 .w1440 .right h2 {
    padding-top: 20.20408163px;
    padding-bottom: 25.25510204px;
  }
}
.pro1_20220215 .w1440 .right h2:before {
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #e0e2e3;
}
.pro1_20220215 .w1440 .right h2:after {
  content: '';
  width: 27%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #18957a;
}
.pro1_20220215 .w1440 .right .info {
  color: #333333;
  line-height: 2.4;
  max-height: 240px;
  overflow-y: scroll;
}
@media (max-width: 2048px) {
  .pro1_20220215 .w1440 .right .info {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .pro1_20220215 .w1440 .right .info {
    font-size: 20px;
  }
}
@media (max-width: 1680px) {
  .pro1_20220215 .w1440 .right .info {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .pro1_20220215 .w1440 .right .info {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .pro1_20220215 .w1440 .right .info {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .pro1_20220215 .w1440 .right .info {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1440px) {
  .pro1_20220215 .w1440 .right .info {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .pro1_20220215 .w1440 .right .info {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 768px) {
  .pro1_20220215 .w1440 .right .info {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1920px) {
  .pro1_20220215 .w1440 .right .info {
    margin-top: 40px;
    margin-bottom: 78px;
  }
}
@media (max-width: 1776px) {
  .pro1_20220215 .w1440 .right .info {
    margin-top: 36.24489796px;
    margin-bottom: 70.67755102px;
  }
}
@media (max-width: 1680) {
  .pro1_20220215 .w1440 .right .info {
    margin-top: 34.28571429px;
    margin-bottom: 66.85714286px;
  }
}
@media (max-width: 1600px) {
  .pro1_20220215 .w1440 .right .info {
    margin-top: 32.65306122px;
    margin-bottom: 63.67346939px;
  }
}
@media (max-width: 1500px) {
  .pro1_20220215 .w1440 .right .info {
    margin-top: 30.6122449px;
    margin-bottom: 59.69387755px;
  }
}
@media (max-width: 1440px) {
  .pro1_20220215 .w1440 .right .info {
    margin-top: 29.3877551px;
    margin-bottom: 57.30612245px;
  }
}
@media (max-width: 1366px) {
  .pro1_20220215 .w1440 .right .info {
    margin-top: 27.87755102px;
    margin-bottom: 54.36122449px;
  }
}
@media (max-width: 1280px) {
  .pro1_20220215 .w1440 .right .info {
    margin-top: 26.12244898px;
    margin-bottom: 50.93877551px;
  }
}
@media (max-width: 1152px) {
  .pro1_20220215 .w1440 .right .info {
    margin-top: 23.51020408px;
    margin-bottom: 45.84489796px;
  }
}
@media (max-width: 1024px) {
  .pro1_20220215 .w1440 .right .info {
    margin-top: 20.89795918px;
    margin-bottom: 40.75102041px;
  }
}
@media (max-width: 990px) {
  .pro1_20220215 .w1440 .right .info {
    margin-top: 20.20408163px;
    margin-bottom: 39.39795918px;
  }
}
.pro1_20220215 .w1440 .right .info::-webkit-scrollbar {
  width: 3px;
  height: 2px;
}
.pro1_20220215 .w1440 .right .info::-webkit-scrollbar-thumb {
  background-color: #18957a;
  border-radius: 10px;
}
.pro1_20220215 .w1440 .right .info p {
  padding-left: 16px;
  position: relative;
}
.pro1_20220215 .w1440 .right .info p:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e67920;
  position: absolute;
  left: 0;
  top: 18px;
}
.pro1_20220215 .w1440 .right .xz_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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 214px;
  height: 64px;
  background: #18957a;
  border-radius: 32px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.pro1_20220215 .w1440 .right .xz_a:hover {
  background: rgba(24, 149, 122, 0.9);
}
.pro1_20220215 .w1440 .right .xz_a span {
  margin-left: 34px;
  color: #fff;
}
@media (max-width: 2048px) {
  .pro1_20220215 .w1440 .right .xz_a span {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .pro1_20220215 .w1440 .right .xz_a span {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .pro1_20220215 .w1440 .right .xz_a span {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .pro1_20220215 .w1440 .right .xz_a span {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .pro1_20220215 .w1440 .right .xz_a span {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .pro1_20220215 .w1440 .right .xz_a span {
    font-size: 9.6px;
  }
}
@media (max-width: 1440px) {
  .pro1_20220215 .w1440 .right .xz_a span {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1024px) {
  .pro1_20220215 .w1440 .right .xz_a span {
    font-size: 14px;
    line-height: 24px;
  }
}
.pro1_20220215 .w1440 .right .xz_a img {
  margin-right: 12px;
}
.pro1_20220215 .pro1_s1 {
  overflow: hidden;
}
@media (max-width: 1920px) {
  .pro1_20220215 .pro1_s1 {
    margin-top: 0px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1776px) {
  .pro1_20220215 .pro1_s1 {
    margin-top: 0px;
    margin-bottom: 27.18367347px;
  }
}
@media (max-width: 1680) {
  .pro1_20220215 .pro1_s1 {
    margin-top: 0px;
    margin-bottom: 25.71428571px;
  }
}
@media (max-width: 1600px) {
  .pro1_20220215 .pro1_s1 {
    margin-top: 0px;
    margin-bottom: 24.48979592px;
  }
}
@media (max-width: 1500px) {
  .pro1_20220215 .pro1_s1 {
    margin-top: 0px;
    margin-bottom: 22.95918367px;
  }
}
@media (max-width: 1440px) {
  .pro1_20220215 .pro1_s1 {
    margin-top: 0px;
    margin-bottom: 22.04081633px;
  }
}
@media (max-width: 1366px) {
  .pro1_20220215 .pro1_s1 {
    margin-top: 0px;
    margin-bottom: 20.90816327px;
  }
}
@media (max-width: 1280px) {
  .pro1_20220215 .pro1_s1 {
    margin-top: 0px;
    margin-bottom: 19.59183673px;
  }
}
@media (max-width: 1152px) {
  .pro1_20220215 .pro1_s1 {
    margin-top: 0px;
    margin-bottom: 17.63265306px;
  }
}
@media (max-width: 1024px) {
  .pro1_20220215 .pro1_s1 {
    margin-top: 0px;
    margin-bottom: 15.67346939px;
  }
}
@media (max-width: 990px) {
  .pro1_20220215 .pro1_s1 {
    margin-top: 0px;
    margin-bottom: 15.15306122px;
  }
}
.pro1_20220215 .pro1_s1 .swiper-slide {
  width: 100%;
  height: 0;
  padding-bottom: 77.27%;
}
.pro1_20220215 .pro1_s1 .swiper-slide img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.pro1_20220215 .pro1_s2 {
  padding: 0 40px;
  position: relative;
  overflow: hidden;
}
.pro1_20220215 .pro1_s2 .swiper-button-next,
.pro1_20220215 .pro1_s2 .swiper-button-prev {
  outline: none;
  cursor: pointer;
}
.pro1_20220215 .pro1_s2 .swiper-button-next:hover:after,
.pro1_20220215 .pro1_s2 .swiper-button-prev:hover:after {
  color: #e67920;
}
.pro1_20220215 .pro1_s2 .swiper-button-next:after,
.pro1_20220215 .pro1_s2 .swiper-button-prev:after {
  color: #333333;
}
@media (max-width: 2048px) {
  .pro1_20220215 .pro1_s2 .swiper-button-next:after,
  .pro1_20220215 .pro1_s2 .swiper-button-prev:after {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .pro1_20220215 .pro1_s2 .swiper-button-next:after,
  .pro1_20220215 .pro1_s2 .swiper-button-prev:after {
    font-size: 24px;
  }
}
@media (max-width: 1680px) {
  .pro1_20220215 .pro1_s2 .swiper-button-next:after,
  .pro1_20220215 .pro1_s2 .swiper-button-prev:after {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .pro1_20220215 .pro1_s2 .swiper-button-next:after,
  .pro1_20220215 .pro1_s2 .swiper-button-prev:after {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .pro1_20220215 .pro1_s2 .swiper-button-next:after,
  .pro1_20220215 .pro1_s2 .swiper-button-prev:after {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .pro1_20220215 .pro1_s2 .swiper-button-next:after,
  .pro1_20220215 .pro1_s2 .swiper-button-prev:after {
    font-size: 12.8px;
  }
}
@media (max-width: 1440px) {
  .pro1_20220215 .pro1_s2 .swiper-button-next:after,
  .pro1_20220215 .pro1_s2 .swiper-button-prev:after {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .pro1_20220215 .pro1_s2 .swiper-button-next:after,
  .pro1_20220215 .pro1_s2 .swiper-button-prev:after {
    font-size: 16px;
  }
}
.pro1_20220215 .pro1_s2 .swiper-button-prev {
  left: 0;
}
.pro1_20220215 .pro1_s2 .swiper-button-next {
  right: 0;
}
.pro1_20220215 .pro1_s2 .swiper {
  padding-right: 10px;
  width: 100%;
}
.pro1_20220215 .pro1_s2 .swiper .swiper-slide {
  border: 1px solid #dddddd;
  border-radius: 5px;
}
.pro1_20220215 .pro1_s2 .swiper .swiper-slide.swiper-slide-active {
  border: 3px solid #e67920;
}
.pro1_20220215 .pro1_s2 .swiper .swiper-slide .img {
  width: 100%;
  height: 0;
  padding-bottom: 77.23%;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.pro1_20220215 .pro1_s2 .swiper .swiper-slide .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1440px) {
  .pro1_20220215 .pro1_s2 {
    padding: 0 30px;
  }
  .pro1_20220215 .w1440 .right .info {
    max-height: 215px;
  }
  .pro1_20220215 .w1440 .right .xz_a {
    width: 180px;
    height: 54px;
  }
  .pro1_20220215 .w1440 .right .xz_a span {
    margin-left: 20px;
  }
  .pro1_20220215 .w1440 .right .xz_a img {
    width: 35px;
    height: 35px;
    margin-right: 10px;
  }
}
@media (max-width: 1024px) {
  .pro1_20220215 .w1440 .right h2:before,
  .pro1_20220215 .w1440 .right h2:after {
    height: 2px;
  }
  .pro1_20220215 .w1440 .right .info {
    max-height: 150px;
    line-height: 30px;
  }
  .pro1_20220215 .w1440 .right .info p:before {
    top: 11px;
  }
  .pro1_20220215 .w1440 .right .xz_a {
    width: 150px;
    height: 44px;
  }
  .pro1_20220215 .w1440 .right .xz_a span {
    margin-left: 20px;
  }
  .pro1_20220215 .w1440 .right .xz_a img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  .pro1_20220215 .pro1_s2 .swiper .swiper-slide.swiper-slide-active {
    border: 2px solid #e67920;
  }
}
@media (max-width: 768px) {
  .pro1_20220215_p {
    padding: 40px 0;
  }
  .pro1_20220215 .w1440 {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .pro1_20220215 .w1440 .left {
    width: 100%;
  }
  .pro1_20220215 .w1440 .right {
    width: 100%;
  }
  .pro1_20220215 .w1440 .right h2 {
    padding-bottom: 15px;
    font-size: 22px;
  }
  .pro1_20220215 .w1440 .right .info {
    margin: 10px 0 20px;
  }
}
.pro_nav_20220215 {
  width: 100%;
  height: 80px;
  position: sticky;
  top: 100px;
  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: #fff;
  z-index: 1;
}
@media (max-width: 2048px) {
  .pro_nav_20220215 {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .pro_nav_20220215 {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .pro_nav_20220215 {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .pro_nav_20220215 {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .pro_nav_20220215 {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .pro_nav_20220215 {
    font-size: 9.6px;
  }
}
@media (max-width: 1440px) {
  .pro_nav_20220215 {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1024px) {
  .pro_nav_20220215 {
    font-size: 14px;
    line-height: 24px;
  }
}
.pro_nav_20220215 a {
  height: 100%;
  position: relative;
  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: 0 1.5625vw;
}
.pro_nav_20220215 a.on {
  color: #18957a;
}
.pro_nav_20220215 a.on:before {
  background: #18957a;
}
.pro_nav_20220215 a:before {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: transparent;
}
.pro_nav_20220215:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #e9e9e9;
}
@media (max-width: 1920px) {
  .pro_con_20220215 > div {
    padding-top: 0px;
    padding-bottom: 120px;
  }
}
@media (max-width: 1776px) {
  .pro_con_20220215 > div {
    padding-top: 0px;
    padding-bottom: 108.73469388px;
  }
}
@media (max-width: 1680) {
  .pro_con_20220215 > div {
    padding-top: 0px;
    padding-bottom: 102.85714286px;
  }
}
@media (max-width: 1600px) {
  .pro_con_20220215 > div {
    padding-top: 0px;
    padding-bottom: 97.95918367px;
  }
}
@media (max-width: 1500px) {
  .pro_con_20220215 > div {
    padding-top: 0px;
    padding-bottom: 91.83673469px;
  }
}
@media (max-width: 1440px) {
  .pro_con_20220215 > div {
    padding-top: 0px;
    padding-bottom: 88.16326531px;
  }
}
@media (max-width: 1366px) {
  .pro_con_20220215 > div {
    padding-top: 0px;
    padding-bottom: 83.63265306px;
  }
}
@media (max-width: 1280px) {
  .pro_con_20220215 > div {
    padding-top: 0px;
    padding-bottom: 78.36734694px;
  }
}
@media (max-width: 1152px) {
  .pro_con_20220215 > div {
    padding-top: 0px;
    padding-bottom: 70.53061224px;
  }
}
@media (max-width: 1024px) {
  .pro_con_20220215 > div {
    padding-top: 0px;
    padding-bottom: 62.69387755px;
  }
}
@media (max-width: 990px) {
  .pro_con_20220215 > div {
    padding-top: 0px;
    padding-bottom: 60.6122449px;
  }
}
.pro_con_20220215 > div.box2 {
  background: #f9f9f9;
}
.pro_con_20220215 h2 {
  text-align: center;
}
@media (max-width: 1920px) {
  .pro_con_20220215 h2 {
    padding-top: 120px;
    padding-bottom: 70px;
  }
}
@media (max-width: 1776px) {
  .pro_con_20220215 h2 {
    padding-top: 108.73469388px;
    padding-bottom: 63.42857143px;
  }
}
@media (max-width: 1680) {
  .pro_con_20220215 h2 {
    padding-top: 102.85714286px;
    padding-bottom: 60px;
  }
}
@media (max-width: 1600px) {
  .pro_con_20220215 h2 {
    padding-top: 97.95918367px;
    padding-bottom: 57.14285714px;
  }
}
@media (max-width: 1500px) {
  .pro_con_20220215 h2 {
    padding-top: 91.83673469px;
    padding-bottom: 53.57142857px;
  }
}
@media (max-width: 1440px) {
  .pro_con_20220215 h2 {
    padding-top: 88.16326531px;
    padding-bottom: 51.42857143px;
  }
}
@media (max-width: 1366px) {
  .pro_con_20220215 h2 {
    padding-top: 83.63265306px;
    padding-bottom: 48.78571429px;
  }
}
@media (max-width: 1280px) {
  .pro_con_20220215 h2 {
    padding-top: 78.36734694px;
    padding-bottom: 45.71428571px;
  }
}
@media (max-width: 1152px) {
  .pro_con_20220215 h2 {
    padding-top: 70.53061224px;
    padding-bottom: 41.14285714px;
  }
}
@media (max-width: 1024px) {
  .pro_con_20220215 h2 {
    padding-top: 62.69387755px;
    padding-bottom: 36.57142857px;
  }
}
@media (max-width: 990px) {
  .pro_con_20220215 h2 {
    padding-top: 60.6122449px;
    padding-bottom: 35.35714286px;
  }
}
.pro_con_20220215 ul.list li {
  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;
  border-bottom: 1px dashed #cccccc;
}
@media (max-width: 1920px) {
  .pro_con_20220215 ul.list li {
    padding-top: 30px;
    padding-bottom: 28px;
  }
}
@media (max-width: 1776px) {
  .pro_con_20220215 ul.list li {
    padding-top: 27.18367347px;
    padding-bottom: 25.37142857px;
  }
}
@media (max-width: 1680) {
  .pro_con_20220215 ul.list li {
    padding-top: 25.71428571px;
    padding-bottom: 24px;
  }
}
@media (max-width: 1600px) {
  .pro_con_20220215 ul.list li {
    padding-top: 24.48979592px;
    padding-bottom: 22.85714286px;
  }
}
@media (max-width: 1500px) {
  .pro_con_20220215 ul.list li {
    padding-top: 22.95918367px;
    padding-bottom: 21.42857143px;
  }
}
@media (max-width: 1440px) {
  .pro_con_20220215 ul.list li {
    padding-top: 22.04081633px;
    padding-bottom: 20.57142857px;
  }
}
@media (max-width: 1366px) {
  .pro_con_20220215 ul.list li {
    padding-top: 20.90816327px;
    padding-bottom: 19.51428571px;
  }
}
@media (max-width: 1280px) {
  .pro_con_20220215 ul.list li {
    padding-top: 19.59183673px;
    padding-bottom: 18.28571429px;
  }
}
@media (max-width: 1152px) {
  .pro_con_20220215 ul.list li {
    padding-top: 17.63265306px;
    padding-bottom: 16.45714286px;
  }
}
@media (max-width: 1024px) {
  .pro_con_20220215 ul.list li {
    padding-top: 15.67346939px;
    padding-bottom: 14.62857143px;
  }
}
@media (max-width: 990px) {
  .pro_con_20220215 ul.list li {
    padding-top: 15.15306122px;
    padding-bottom: 14.14285714px;
  }
}
.pro_con_20220215 ul.list li h3 {
  width: 12.4%;
  color: #333333;
  min-width: 70px;
}
@media (max-width: 2048px) {
  .pro_con_20220215 ul.list li h3 {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .pro_con_20220215 ul.list li h3 {
    font-size: 24px;
  }
}
@media (max-width: 1680px) {
  .pro_con_20220215 ul.list li h3 {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .pro_con_20220215 ul.list li h3 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .pro_con_20220215 ul.list li h3 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .pro_con_20220215 ul.list li h3 {
    font-size: 12.8px;
  }
}
@media (max-width: 1440px) {
  .pro_con_20220215 ul.list li h3 {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .pro_con_20220215 ul.list li h3 {
    font-size: 16px;
  }
}
@media (max-width: 1920px) {
  .pro_con_20220215 ul.list li h3 {
    margin-top: 6px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1776px) {
  .pro_con_20220215 ul.list li h3 {
    margin-top: 5.43673469px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1680) {
  .pro_con_20220215 ul.list li h3 {
    margin-top: 5.14285714px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1600px) {
  .pro_con_20220215 ul.list li h3 {
    margin-top: 4.89795918px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1500px) {
  .pro_con_20220215 ul.list li h3 {
    margin-top: 4.59183673px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1440px) {
  .pro_con_20220215 ul.list li h3 {
    margin-top: 4.40816327px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1366px) {
  .pro_con_20220215 ul.list li h3 {
    margin-top: 4.18163265px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1280px) {
  .pro_con_20220215 ul.list li h3 {
    margin-top: 3.91836735px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1152px) {
  .pro_con_20220215 ul.list li h3 {
    margin-top: 3.52653061px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1024px) {
  .pro_con_20220215 ul.list li h3 {
    margin-top: 3.13469388px;
    margin-bottom: 0px;
  }
}
@media (max-width: 990px) {
  .pro_con_20220215 ul.list li h3 {
    margin-top: 3.03061224px;
    margin-bottom: 0px;
  }
}
.pro_con_20220215 ul.list li .info {
  width: 81.6%;
  color: #666666;
  line-height: 32px;
}
@media (max-width: 2048px) {
  .pro_con_20220215 ul.list li .info {
    font-size: 17.06666667px;
  }
}
@media (max-width: 1920px) {
  .pro_con_20220215 ul.list li .info {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .pro_con_20220215 ul.list li .info {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .pro_con_20220215 ul.list li .info {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .pro_con_20220215 ul.list li .info {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .pro_con_20220215 ul.list li .info {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1440px) {
  .pro_con_20220215 ul.list li .info {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .pro_con_20220215 ul.list li .info {
    font-size: 12px;
  }
}
.pro_con_20220215 .list2 li,
.pro_con_20220215 .list2_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.744vw 3.9vw;
  background: #18957a;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  color: #fff;
  font-weight: bold;
  position: relative;
}
@media (max-width: 2048px) {
  .pro_con_20220215 .list2 li,
  .pro_con_20220215 .list2_top {
    font-size: 23.46666667px;
  }
}
@media (max-width: 1920px) {
  .pro_con_20220215 .list2 li,
  .pro_con_20220215 .list2_top {
    font-size: 22px;
  }
}
@media (max-width: 1680px) {
  .pro_con_20220215 .list2 li,
  .pro_con_20220215 .list2_top {
    font-size: 19.25px;
  }
}
@media (max-width: 1440px) {
  .pro_con_20220215 .list2 li,
  .pro_con_20220215 .list2_top {
    font-size: 16.5px;
  }
}
@media (max-width: 1280px) {
  .pro_con_20220215 .list2 li,
  .pro_con_20220215 .list2_top {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  .pro_con_20220215 .list2 li,
  .pro_con_20220215 .list2_top {
    font-size: 11.73333333px;
  }
}
@media (max-width: 1440px) {
  .pro_con_20220215 .list2 li,
  .pro_con_20220215 .list2_top {
    font-size: 16.5px;
  }
}
@media (max-width: 1024px) {
  .pro_con_20220215 .list2 li,
  .pro_con_20220215 .list2_top {
    font-size: 14.66666667px;
  }
}
.pro_con_20220215 .list2 li p,
.pro_con_20220215 .list2_top p,
.pro_con_20220215 .list2 li span,
.pro_con_20220215 .list2_top span {
  width: 50%;
}
.pro_con_20220215 .list2 li:before,
.pro_con_20220215 .list2_top:before {
  width: 2px;
  height: 50%;
  content: '';
  position: absolute;
  background: rgba(247, 247, 247, 0.2);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.pro_con_20220215 .list2 li span,
.pro_con_20220215 .list2_top span {
  padding-left: 4vw;
}
.pro_con_20220215 .list2 li {
  background: #ffffff;
  padding: 1.6vw 3.9vw;
  border-radius: 0;
  border-bottom: 1px solid #e9e9e9;
}
@media (max-width: 2048px) {
  .pro_con_20220215 .list2 li {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .pro_con_20220215 .list2 li {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .pro_con_20220215 .list2 li {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .pro_con_20220215 .list2 li {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .pro_con_20220215 .list2 li {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .pro_con_20220215 .list2 li {
    font-size: 9.6px;
  }
}
@media (max-width: 1440px) {
  .pro_con_20220215 .list2 li {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1024px) {
  .pro_con_20220215 .list2 li {
    font-size: 14px;
    line-height: 24px;
  }
}
.pro_con_20220215 .list2 li:before {
  width: 1px;
  height: 100%;
  background: #e9e9e9;
}
.pro_con_20220215 .list2 li p {
  color: #333333;
}
.pro_con_20220215 .list2 li span {
  color: #666666;
}
.pro_con_20220215 .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;
  border: 1px solid #e9e9e9;
}
.pro_con_20220215 .items .item {
  width: 50%;
  padding: 2.34vw 3.125vw;
  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_con_20220215 .items .item img {
  width: 4.5vw;
  height: 4.5vw;
  margin-right: 2vw;
}
.pro_con_20220215 .items .item .art {
  width: calc(100% - 6.5vw);
}
.pro_con_20220215 .items .item .art span {
  color: #999999;
  display: block;
}
@media (max-width: 2048px) {
  .pro_con_20220215 .items .item .art span {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .pro_con_20220215 .items .item .art span {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .pro_con_20220215 .items .item .art span {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .pro_con_20220215 .items .item .art span {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .pro_con_20220215 .items .item .art span {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .pro_con_20220215 .items .item .art span {
    font-size: 9.6px;
  }
}
@media (max-width: 1440px) {
  .pro_con_20220215 .items .item .art span {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1024px) {
  .pro_con_20220215 .items .item .art span {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1920px) {
  .pro_con_20220215 .items .item .art span {
    margin-top: 0px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1776px) {
  .pro_con_20220215 .items .item .art span {
    margin-top: 0px;
    margin-bottom: 9.06122449px;
  }
}
@media (max-width: 1680) {
  .pro_con_20220215 .items .item .art span {
    margin-top: 0px;
    margin-bottom: 8.57142857px;
  }
}
@media (max-width: 1600px) {
  .pro_con_20220215 .items .item .art span {
    margin-top: 0px;
    margin-bottom: 8.16326531px;
  }
}
@media (max-width: 1500px) {
  .pro_con_20220215 .items .item .art span {
    margin-top: 0px;
    margin-bottom: 7.65306122px;
  }
}
@media (max-width: 1440px) {
  .pro_con_20220215 .items .item .art span {
    margin-top: 0px;
    margin-bottom: 7.34693878px;
  }
}
@media (max-width: 1366px) {
  .pro_con_20220215 .items .item .art span {
    margin-top: 0px;
    margin-bottom: 6.96938776px;
  }
}
@media (max-width: 1280px) {
  .pro_con_20220215 .items .item .art span {
    margin-top: 0px;
    margin-bottom: 6.53061224px;
  }
}
@media (max-width: 1152px) {
  .pro_con_20220215 .items .item .art span {
    margin-top: 0px;
    margin-bottom: 5.87755102px;
  }
}
@media (max-width: 1024px) {
  .pro_con_20220215 .items .item .art span {
    margin-top: 0px;
    margin-bottom: 5.2244898px;
  }
}
@media (max-width: 990px) {
  .pro_con_20220215 .items .item .art span {
    margin-top: 0px;
    margin-bottom: 5.05102041px;
  }
}
.pro_con_20220215 .items .item .art p {
  font-family: 'dim_mi';
  color: #333333;
  white-space: nowrap;
}
@media (max-width: 2048px) {
  .pro_con_20220215 .items .item .art p {
    font-size: 38.4px;
  }
}
@media (max-width: 1920px) {
  .pro_con_20220215 .items .item .art p {
    font-size: 36px;
  }
}
@media (max-width: 1680px) {
  .pro_con_20220215 .items .item .art p {
    font-size: 31.5px;
  }
}
@media (max-width: 1440px) {
  .pro_con_20220215 .items .item .art p {
    font-size: 27px;
  }
}
@media (max-width: 1280px) {
  .pro_con_20220215 .items .item .art p {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .pro_con_20220215 .items .item .art p {
    font-size: 19.2px;
  }
}
.pro_con_20220215 .items .item .art p.p1 {
  color: #18957a;
}
.pro_con_20220215 .items .item:first-child {
  border-right: 1px solid #e9e9e9;
}
@media (max-width: 1440px) {
  .pro_nav_20220215 {
    height: 60px;
    top: 80px;
  }
  .pro_con_20220215 ul.list li .info {
    line-height: 26px;
  }
}
@media (max-width: 990px) {
  .pro_nav_20220215 {
    height: 40px;
    top: 60px;
  }
  .pro_nav_20220215 a {
    margin: 0 8px;
  }
  .pro_con_20220215 h2 {
    padding: 50px 0 10px;
  }
  .pro_con_20220215 ul.list li {
    padding: 10px 0;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .pro_con_20220215 ul.list li h3 {
    width: 100%;
    margin-bottom: 5px;
  }
  .pro_con_20220215 ul.list li .info {
    width: 100%;
    line-height: 24px;
  }
  .pro_con_20220215 .list2 li,
  .pro_con_20220215 .list2_top {
    padding: 5px 10px;
    line-height: 24px;
    font-weight: 400;
  }
  .pro_con_20220215 .list2 li:before,
  .pro_con_20220215 .list2_top:before {
    left: 60%;
  }
  .pro_con_20220215 .list2 li p,
  .pro_con_20220215 .list2_top p {
    width: 60%;
  }
  .pro_con_20220215 .list2 li span,
  .pro_con_20220215 .list2_top span {
    width: 40%;
  }
  .pro_con_20220215 .list2_top {
    padding: 8px 10px;
    margin-top: 15px;
  }
  .pro_con_20220215 .items {
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .pro_con_20220215 ul.list li h3 {
    font-size: 16px;
  }
  .pro_con_20220215 .items {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .pro_con_20220215 .items .item {
    width: 100%;
    padding: 15px;
  }
  .pro_con_20220215 .items .item img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .pro_con_20220215 .items .item p {
    width: calc(100% - 50px);
    font-size: 16px;
  }
  .pro_con_20220215 .items .item:first-child {
    border: none;
    border-bottom: 1px solid #e9e9e9;
  }
  .pro_con_20220215 .items .item .art span {
    margin-bottom: 5px;
  }
  .pro_con_20220215 .items .item .art p {
    font-size: 16px;
  }
}
@media (max-width: 1920px) {
  .about1_20220215_p {
    padding-top: 115px;
    padding-bottom: 120px;
  }
}
@media (max-width: 1776px) {
  .about1_20220215_p {
    padding-top: 104.20408163px;
    padding-bottom: 108.73469388px;
  }
}
@media (max-width: 1680) {
  .about1_20220215_p {
    padding-top: 98.57142857px;
    padding-bottom: 102.85714286px;
  }
}
@media (max-width: 1600px) {
  .about1_20220215_p {
    padding-top: 93.87755102px;
    padding-bottom: 97.95918367px;
  }
}
@media (max-width: 1500px) {
  .about1_20220215_p {
    padding-top: 88.01020408px;
    padding-bottom: 91.83673469px;
  }
}
@media (max-width: 1440px) {
  .about1_20220215_p {
    padding-top: 84.48979592px;
    padding-bottom: 88.16326531px;
  }
}
@media (max-width: 1366px) {
  .about1_20220215_p {
    padding-top: 80.14795918px;
    padding-bottom: 83.63265306px;
  }
}
@media (max-width: 1280px) {
  .about1_20220215_p {
    padding-top: 75.10204082px;
    padding-bottom: 78.36734694px;
  }
}
@media (max-width: 1152px) {
  .about1_20220215_p {
    padding-top: 67.59183673px;
    padding-bottom: 70.53061224px;
  }
}
@media (max-width: 1024px) {
  .about1_20220215_p {
    padding-top: 60.08163265px;
    padding-bottom: 62.69387755px;
  }
}
@media (max-width: 990px) {
  .about1_20220215_p {
    padding-top: 58.08673469px;
    padding-bottom: 60.6122449px;
  }
}
.about1_20220215 {
  position: relative;
  z-index: 1;
}
.about1_20220215 .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;
}
@media (max-width: 1920px) {
  .about1_20220215 .top {
    margin-top: 0px;
    margin-bottom: 60px;
  }
}
@media (max-width: 1776px) {
  .about1_20220215 .top {
    margin-top: 0px;
    margin-bottom: 54.36734694px;
  }
}
@media (max-width: 1680) {
  .about1_20220215 .top {
    margin-top: 0px;
    margin-bottom: 51.42857143px;
  }
}
@media (max-width: 1600px) {
  .about1_20220215 .top {
    margin-top: 0px;
    margin-bottom: 48.97959184px;
  }
}
@media (max-width: 1500px) {
  .about1_20220215 .top {
    margin-top: 0px;
    margin-bottom: 45.91836735px;
  }
}
@media (max-width: 1440px) {
  .about1_20220215 .top {
    margin-top: 0px;
    margin-bottom: 44.08163265px;
  }
}
@media (max-width: 1366px) {
  .about1_20220215 .top {
    margin-top: 0px;
    margin-bottom: 41.81632653px;
  }
}
@media (max-width: 1280px) {
  .about1_20220215 .top {
    margin-top: 0px;
    margin-bottom: 39.18367347px;
  }
}
@media (max-width: 1152px) {
  .about1_20220215 .top {
    margin-top: 0px;
    margin-bottom: 35.26530612px;
  }
}
@media (max-width: 1024px) {
  .about1_20220215 .top {
    margin-top: 0px;
    margin-bottom: 31.34693878px;
  }
}
@media (max-width: 990px) {
  .about1_20220215 .top {
    margin-top: 0px;
    margin-bottom: 30.30612245px;
  }
}
.about1_20220215 .top .left {
  width: 44.8%;
}
.about1_20220215 .top .left h3 {
  text-transform: uppercase;
}
@media (max-width: 1920px) {
  .about1_20220215 .top .left h3 {
    margin-top: 0px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1776px) {
  .about1_20220215 .top .left h3 {
    margin-top: 0px;
    margin-bottom: 13.59183673px;
  }
}
@media (max-width: 1680) {
  .about1_20220215 .top .left h3 {
    margin-top: 0px;
    margin-bottom: 12.85714286px;
  }
}
@media (max-width: 1600px) {
  .about1_20220215 .top .left h3 {
    margin-top: 0px;
    margin-bottom: 12.24489796px;
  }
}
@media (max-width: 1500px) {
  .about1_20220215 .top .left h3 {
    margin-top: 0px;
    margin-bottom: 11.47959184px;
  }
}
@media (max-width: 1440px) {
  .about1_20220215 .top .left h3 {
    margin-top: 0px;
    margin-bottom: 11.02040816px;
  }
}
@media (max-width: 1366px) {
  .about1_20220215 .top .left h3 {
    margin-top: 0px;
    margin-bottom: 10.45408163px;
  }
}
@media (max-width: 1280px) {
  .about1_20220215 .top .left h3 {
    margin-top: 0px;
    margin-bottom: 9.79591837px;
  }
}
@media (max-width: 1152px) {
  .about1_20220215 .top .left h3 {
    margin-top: 0px;
    margin-bottom: 8.81632653px;
  }
}
@media (max-width: 1024px) {
  .about1_20220215 .top .left h3 {
    margin-top: 0px;
    margin-bottom: 7.83673469px;
  }
}
@media (max-width: 990px) {
  .about1_20220215 .top .left h3 {
    margin-top: 0px;
    margin-bottom: 7.57653061px;
  }
}
.about1_20220215 .top .left h2 {
  color: #333333;
}
.about1_20220215 .top .left h2 span {
  color: #18957a;
}
.about1_20220215 .top .right {
  width: 51.7%;
  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_20220215 .top .right .item h2 {
  color: #333333;
  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: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.about1_20220215 .top .right .item h2 p {
  font-family: 'din_mi';
}
@media (max-width: 2048px) {
  .about1_20220215 .top .right .item h2 p {
    font-size: 64px;
  }
}
@media (max-width: 1920px) {
  .about1_20220215 .top .right .item h2 p {
    font-size: 60px;
  }
}
@media (max-width: 1680px) {
  .about1_20220215 .top .right .item h2 p {
    font-size: 52.5px;
  }
}
@media (max-width: 1440px) {
  .about1_20220215 .top .right .item h2 p {
    font-size: 45px;
  }
}
@media (max-width: 1280px) {
  .about1_20220215 .top .right .item h2 p {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .about1_20220215 .top .right .item h2 p {
    font-size: 32px;
  }
}
.about1_20220215 .top .right .item h2 p.p1 {
  color: #18957a;
}
.about1_20220215 .top .right .item h2 span {
  font-weight: bold;
}
@media (max-width: 2048px) {
  .about1_20220215 .top .right .item h2 span {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .about1_20220215 .top .right .item h2 span {
    font-size: 20px;
  }
}
@media (max-width: 1680px) {
  .about1_20220215 .top .right .item h2 span {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .about1_20220215 .top .right .item h2 span {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .about1_20220215 .top .right .item h2 span {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .about1_20220215 .top .right .item h2 span {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1440px) {
  .about1_20220215 .top .right .item h2 span {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .about1_20220215 .top .right .item h2 span {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 768px) {
  .about1_20220215 .top .right .item h2 span {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1920px) {
  .about1_20220215 .top .right .item h2 span {
    margin-top: 0px;
    margin-bottom: 12px;
  }
}
@media (max-width: 1776px) {
  .about1_20220215 .top .right .item h2 span {
    margin-top: 0px;
    margin-bottom: 10.87346939px;
  }
}
@media (max-width: 1680) {
  .about1_20220215 .top .right .item h2 span {
    margin-top: 0px;
    margin-bottom: 10.28571429px;
  }
}
@media (max-width: 1600px) {
  .about1_20220215 .top .right .item h2 span {
    margin-top: 0px;
    margin-bottom: 9.79591837px;
  }
}
@media (max-width: 1500px) {
  .about1_20220215 .top .right .item h2 span {
    margin-top: 0px;
    margin-bottom: 9.18367347px;
  }
}
@media (max-width: 1440px) {
  .about1_20220215 .top .right .item h2 span {
    margin-top: 0px;
    margin-bottom: 8.81632653px;
  }
}
@media (max-width: 1366px) {
  .about1_20220215 .top .right .item h2 span {
    margin-top: 0px;
    margin-bottom: 8.36326531px;
  }
}
@media (max-width: 1280px) {
  .about1_20220215 .top .right .item h2 span {
    margin-top: 0px;
    margin-bottom: 7.83673469px;
  }
}
@media (max-width: 1152px) {
  .about1_20220215 .top .right .item h2 span {
    margin-top: 0px;
    margin-bottom: 7.05306122px;
  }
}
@media (max-width: 1024px) {
  .about1_20220215 .top .right .item h2 span {
    margin-top: 0px;
    margin-bottom: 6.26938776px;
  }
}
@media (max-width: 990px) {
  .about1_20220215 .top .right .item h2 span {
    margin-top: 0px;
    margin-bottom: 6.06122449px;
  }
}
.about1_20220215 .top .right .item > p {
  color: #666666;
  text-align: center;
  margin-top: 4px;
}
@media (max-width: 2048px) {
  .about1_20220215 .top .right .item > p {
    font-size: 17.06666667px;
  }
}
@media (max-width: 1920px) {
  .about1_20220215 .top .right .item > p {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .about1_20220215 .top .right .item > p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .about1_20220215 .top .right .item > p {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .about1_20220215 .top .right .item > p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .about1_20220215 .top .right .item > p {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1440px) {
  .about1_20220215 .top .right .item > p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .about1_20220215 .top .right .item > p {
    font-size: 12px;
  }
}
.about1_20220215 .bot {
  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;
  height: 290px;
}
.about1_20220215 .bot .left {
  width: 44.8%;
  max-height: 100%;
  padding-right: 20px;
  overflow-y: scroll;
}
.about1_20220215 .bot .left::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  background-color: #e8e9e9;
}
.about1_20220215 .bot .left::-webkit-scrollbar-thumb {
  background-color: #e67920;
  border-radius: 10px;
}
.about1_20220215 .bot .left h3 {
  color: #333333;
  line-height: 1.8;
  margin-bottom: 1.6vw;
}
@media (max-width: 2048px) {
  .about1_20220215 .bot .left h3 {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .about1_20220215 .bot .left h3 {
    font-size: 20px;
  }
}
@media (max-width: 1680px) {
  .about1_20220215 .bot .left h3 {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .about1_20220215 .bot .left h3 {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .about1_20220215 .bot .left h3 {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .about1_20220215 .bot .left h3 {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1440px) {
  .about1_20220215 .bot .left h3 {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .about1_20220215 .bot .left h3 {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 768px) {
  .about1_20220215 .bot .left h3 {
    font-size: 14px;
    line-height: 24px;
  }
}
.about1_20220215 .bot .left .info {
  line-height: 32px;
  color: #666666;
}
@media (max-width: 2048px) {
  .about1_20220215 .bot .left .info {
    font-size: 17.06666667px;
  }
}
@media (max-width: 1920px) {
  .about1_20220215 .bot .left .info {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .about1_20220215 .bot .left .info {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .about1_20220215 .bot .left .info {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .about1_20220215 .bot .left .info {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .about1_20220215 .bot .left .info {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1440px) {
  .about1_20220215 .bot .left .info {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .about1_20220215 .bot .left .info {
    font-size: 12px;
  }
}
.about1_20220215 .bot .left .info p {
  margin-bottom: 1.5vw;
}
.about1_20220215 .bot .right {
  width: 51.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;
  height: 100%;
}
.about1_20220215 .bot .right img {
  max-height: none;
}
@media (max-width: 1440px) {
  .about1_20220215 .bot {
    height: 250px;
  }
  .about1_20220215 .bot .left .info {
    line-height: 26px;
  }
}
@media (max-width: 1024px) {
  .about1_20220215 .bot {
    height: 200px;
  }
}
@media (max-width: 768px) {
  .about1_20220215_p {
    padding: 40px 0;
  }
  .about1_20220215 .top,
  .about1_20220215 .bot {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .about1_20220215 .top .left,
  .about1_20220215 .bot .left {
    width: 100%;
    margin-bottom: 15px;
  }
  .about1_20220215 .top .right,
  .about1_20220215 .bot .right {
    width: 100%;
  }
  .about1_20220215 .bot {
    height: auto;
  }
  .about1_20220215 .bot .left {
    height: 200px;
  }
  .about1_20220215 .bot .right {
    height: 225px;
  }
  .about1_20220215 .bot .right img {
    max-height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .about1_20220215 .top .right .item h2 p {
    font-size: 26px;
  }
  .about1_20220215 .bot .left h3 {
    line-height: 24px;
  }
  .about1_20220215 .bot .left .info {
    line-height: 24px;
  }
}
.about2_20220215 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1920px) {
  .about2_20220215 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (max-width: 1776px) {
  .about2_20220215 {
    padding-top: 108.73469388px;
    padding-bottom: 108.73469388px;
  }
}
@media (max-width: 1680) {
  .about2_20220215 {
    padding-top: 102.85714286px;
    padding-bottom: 102.85714286px;
  }
}
@media (max-width: 1600px) {
  .about2_20220215 {
    padding-top: 97.95918367px;
    padding-bottom: 97.95918367px;
  }
}
@media (max-width: 1500px) {
  .about2_20220215 {
    padding-top: 91.83673469px;
    padding-bottom: 91.83673469px;
  }
}
@media (max-width: 1440px) {
  .about2_20220215 {
    padding-top: 88.16326531px;
    padding-bottom: 88.16326531px;
  }
}
@media (max-width: 1366px) {
  .about2_20220215 {
    padding-top: 83.63265306px;
    padding-bottom: 83.63265306px;
  }
}
@media (max-width: 1280px) {
  .about2_20220215 {
    padding-top: 78.36734694px;
    padding-bottom: 78.36734694px;
  }
}
@media (max-width: 1152px) {
  .about2_20220215 {
    padding-top: 70.53061224px;
    padding-bottom: 70.53061224px;
  }
}
@media (max-width: 1024px) {
  .about2_20220215 {
    padding-top: 62.69387755px;
    padding-bottom: 62.69387755px;
  }
}
@media (max-width: 990px) {
  .about2_20220215 {
    padding-top: 60.6122449px;
    padding-bottom: 60.6122449px;
  }
}
.about2_20220215 h2,
.about2_20220215 h3 {
  color: #fff;
}
.about2_20220215 h3 {
  text-transform: uppercase;
}
@media (max-width: 1920px) {
  .about2_20220215 h3 {
    margin-top: 15px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1776px) {
  .about2_20220215 h3 {
    margin-top: 13.59183673px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1680) {
  .about2_20220215 h3 {
    margin-top: 12.85714286px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1600px) {
  .about2_20220215 h3 {
    margin-top: 12.24489796px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1500px) {
  .about2_20220215 h3 {
    margin-top: 11.47959184px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1440px) {
  .about2_20220215 h3 {
    margin-top: 11.02040816px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1366px) {
  .about2_20220215 h3 {
    margin-top: 10.45408163px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1280px) {
  .about2_20220215 h3 {
    margin-top: 9.79591837px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1152px) {
  .about2_20220215 h3 {
    margin-top: 8.81632653px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1024px) {
  .about2_20220215 h3 {
    margin-top: 7.83673469px;
    margin-bottom: 0px;
  }
}
@media (max-width: 990px) {
  .about2_20220215 h3 {
    margin-top: 7.57653061px;
    margin-bottom: 0px;
  }
}
.about2_20220215 .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
@media (max-width: 1920px) {
  .about2_20220215 .items {
    padding-top: 65px;
    padding-bottom: 0px;
  }
}
@media (max-width: 1776px) {
  .about2_20220215 .items {
    padding-top: 58.89795918px;
    padding-bottom: 0px;
  }
}
@media (max-width: 1680) {
  .about2_20220215 .items {
    padding-top: 55.71428571px;
    padding-bottom: 0px;
  }
}
@media (max-width: 1600px) {
  .about2_20220215 .items {
    padding-top: 53.06122449px;
    padding-bottom: 0px;
  }
}
@media (max-width: 1500px) {
  .about2_20220215 .items {
    padding-top: 49.74489796px;
    padding-bottom: 0px;
  }
}
@media (max-width: 1440px) {
  .about2_20220215 .items {
    padding-top: 47.75510204px;
    padding-bottom: 0px;
  }
}
@media (max-width: 1366px) {
  .about2_20220215 .items {
    padding-top: 45.30102041px;
    padding-bottom: 0px;
  }
}
@media (max-width: 1280px) {
  .about2_20220215 .items {
    padding-top: 42.44897959px;
    padding-bottom: 0px;
  }
}
@media (max-width: 1152px) {
  .about2_20220215 .items {
    padding-top: 38.20408163px;
    padding-bottom: 0px;
  }
}
@media (max-width: 1024px) {
  .about2_20220215 .items {
    padding-top: 33.95918367px;
    padding-bottom: 0px;
  }
}
@media (max-width: 990px) {
  .about2_20220215 .items {
    padding-top: 32.83163265px;
    padding-bottom: 0px;
  }
}
.about2_20220215 .items .item {
  width: 31.11%;
  margin-right: 3.335%;
  background: #fff;
  border-radius: 14px;
  padding: 2.3vw 2vw;
  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;
}
.about2_20220215 .items .item:nth-child(3n) {
  margin-right: 0;
}
.about2_20220215 .items .item img {
  width: 4.375vw;
  height: 4.375vw;
  margin-right: 1.7vw;
}
.about2_20220215 .items .item .art {
  width: calc(100% - 6vw);
}
.about2_20220215 .items .item .art h4 {
  color: #333333;
  font-weight: bold;
}
@media (max-width: 2048px) {
  .about2_20220215 .items .item .art h4 {
    font-size: 27.73333333px;
  }
}
@media (max-width: 1920px) {
  .about2_20220215 .items .item .art h4 {
    font-size: 26px;
  }
}
@media (max-width: 1680px) {
  .about2_20220215 .items .item .art h4 {
    font-size: 22.75px;
  }
}
@media (max-width: 1440px) {
  .about2_20220215 .items .item .art h4 {
    font-size: 19.5px;
  }
}
@media (max-width: 1280px) {
  .about2_20220215 .items .item .art h4 {
    font-size: 17.33333333px;
  }
}
@media (max-width: 1024px) {
  .about2_20220215 .items .item .art h4 {
    font-size: 13.86666667px;
  }
}
@media (max-width: 1440px) {
  .about2_20220215 .items .item .art h4 {
    font-size: 19.5px;
  }
}
@media (max-width: 1024px) {
  .about2_20220215 .items .item .art h4 {
    font-size: 17.33333333px;
  }
}
@media (max-width: 1920px) {
  .about2_20220215 .items .item .art h4 {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1776px) {
  .about2_20220215 .items .item .art h4 {
    margin-top: 0px;
    margin-bottom: 18.12244898px;
  }
}
@media (max-width: 1680) {
  .about2_20220215 .items .item .art h4 {
    margin-top: 0px;
    margin-bottom: 17.14285714px;
  }
}
@media (max-width: 1600px) {
  .about2_20220215 .items .item .art h4 {
    margin-top: 0px;
    margin-bottom: 16.32653061px;
  }
}
@media (max-width: 1500px) {
  .about2_20220215 .items .item .art h4 {
    margin-top: 0px;
    margin-bottom: 15.30612245px;
  }
}
@media (max-width: 1440px) {
  .about2_20220215 .items .item .art h4 {
    margin-top: 0px;
    margin-bottom: 14.69387755px;
  }
}
@media (max-width: 1366px) {
  .about2_20220215 .items .item .art h4 {
    margin-top: 0px;
    margin-bottom: 13.93877551px;
  }
}
@media (max-width: 1280px) {
  .about2_20220215 .items .item .art h4 {
    margin-top: 0px;
    margin-bottom: 13.06122449px;
  }
}
@media (max-width: 1152px) {
  .about2_20220215 .items .item .art h4 {
    margin-top: 0px;
    margin-bottom: 11.75510204px;
  }
}
@media (max-width: 1024px) {
  .about2_20220215 .items .item .art h4 {
    margin-top: 0px;
    margin-bottom: 10.44897959px;
  }
}
@media (max-width: 990px) {
  .about2_20220215 .items .item .art h4 {
    margin-top: 0px;
    margin-bottom: 10.10204082px;
  }
}
.about2_20220215 .items .item .art p {
  line-height: 32px;
  color: #666666;
}
@media (max-width: 2048px) {
  .about2_20220215 .items .item .art p {
    font-size: 17.06666667px;
  }
}
@media (max-width: 1920px) {
  .about2_20220215 .items .item .art p {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .about2_20220215 .items .item .art p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .about2_20220215 .items .item .art p {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .about2_20220215 .items .item .art p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .about2_20220215 .items .item .art p {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1440px) {
  .about2_20220215 .items .item .art p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .about2_20220215 .items .item .art p {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .about2_20220215 {
    padding: 40px 0;
  }
  .about2_20220215 .items {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    padding-top: 20px;
  }
  .about2_20220215 .items .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    padding: 15px;
  }
  .about2_20220215 .items .item:last-child {
    margin-bottom: 0;
  }
  .about2_20220215 .items .item img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .about2_20220215 .items .item .art {
    width: calc(100% - 50px);
  }
  .about2_20220215 .items .item .art h4 {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .about2_20220215 .items .item .art p {
    line-height: 24px;
  }
}
.about3_20220215_p {
  padding-top: 8.3vw;
}
.about3_20220215 {
  position: relative;
  overflow: hidden;
}
.about3_20220215 .about3_title {
  position: absolute;
  left: calc(50% - 720px);
  top: 6.25vw;
}
.about3_20220215 .about3_title h3 {
  text-transform: uppercase;
}
@media (max-width: 1920px) {
  .about3_20220215 .about3_title h3 {
    margin-top: 15px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1776px) {
  .about3_20220215 .about3_title h3 {
    margin-top: 13.59183673px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1680) {
  .about3_20220215 .about3_title h3 {
    margin-top: 12.85714286px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1600px) {
  .about3_20220215 .about3_title h3 {
    margin-top: 12.24489796px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1500px) {
  .about3_20220215 .about3_title h3 {
    margin-top: 11.47959184px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1440px) {
  .about3_20220215 .about3_title h3 {
    margin-top: 11.02040816px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1366px) {
  .about3_20220215 .about3_title h3 {
    margin-top: 10.45408163px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1280px) {
  .about3_20220215 .about3_title h3 {
    margin-top: 9.79591837px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1152px) {
  .about3_20220215 .about3_title h3 {
    margin-top: 8.81632653px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1024px) {
  .about3_20220215 .about3_title h3 {
    margin-top: 7.83673469px;
    margin-bottom: 0px;
  }
}
@media (max-width: 990px) {
  .about3_20220215 .about3_title h3 {
    margin-top: 7.57653061px;
    margin-bottom: 0px;
  }
}
.about3_20220215 .about3_s1 {
  overflow: hidden;
  height: 26vw;
}
.about3_20220215 .about3_s1 .s1 {
  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: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  height: 100%;
}
.about3_20220215 .about3_s1 .s1 .left {
  width: 20.57%;
  margin-left: calc(50% - 720px);
}
.about3_20220215 .about3_s1 .s1 .right {
  width: 62.5%;
  height: 100%;
  padding-right: calc(50% - 720px);
  background: #f7f7f7;
  border-top-left-radius: 252px;
  border-bottom-left-radius: 252px;
  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;
}
.about3_20220215 .about3_s1 .s1 .right .imgbox {
  width: 18.5vw;
  height: 18.5vw;
  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;
  background: url(../images/a6_20220215.png) no-repeat center;
  margin-left: 3.65vw;
  position: relative;
}
.about3_20220215 .about3_s1 .s1 .right .imgbox img {
  width: 15.7vw;
  height: 15.7vw;
  border-radius: 50%;
}
.about3_20220215 .about3_s1 .s1 .right .imgbox h1 {
  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;
  color: #fff;
  font-family: 'din_mi';
}
@media (max-width: 2048px) {
  .about3_20220215 .about3_s1 .s1 .right .imgbox h1 {
    font-size: 118.4px;
  }
}
@media (max-width: 1920px) {
  .about3_20220215 .about3_s1 .s1 .right .imgbox h1 {
    font-size: 111px;
  }
}
@media (max-width: 1680px) {
  .about3_20220215 .about3_s1 .s1 .right .imgbox h1 {
    font-size: 97.125px;
  }
}
@media (max-width: 1440px) {
  .about3_20220215 .about3_s1 .s1 .right .imgbox h1 {
    font-size: 83.25px;
  }
}
@media (max-width: 1280px) {
  .about3_20220215 .about3_s1 .s1 .right .imgbox h1 {
    font-size: 74px;
  }
}
@media (max-width: 1024px) {
  .about3_20220215 .about3_s1 .s1 .right .imgbox h1 {
    font-size: 59.2px;
  }
}
.about3_20220215 .about3_s1 .s1 .right .info {
  width: calc(100% - 27vw);
  height: 18.5vw;
  overflow-y: scroll;
  line-height: 1.6;
}
@media (max-width: 2048px) {
  .about3_20220215 .about3_s1 .s1 .right .info {
    font-size: 23.46666667px;
  }
}
@media (max-width: 1920px) {
  .about3_20220215 .about3_s1 .s1 .right .info {
    font-size: 22px;
  }
}
@media (max-width: 1680px) {
  .about3_20220215 .about3_s1 .s1 .right .info {
    font-size: 19.25px;
  }
}
@media (max-width: 1440px) {
  .about3_20220215 .about3_s1 .s1 .right .info {
    font-size: 16.5px;
  }
}
@media (max-width: 1280px) {
  .about3_20220215 .about3_s1 .s1 .right .info {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  .about3_20220215 .about3_s1 .s1 .right .info {
    font-size: 11.73333333px;
  }
}
@media (max-width: 1440px) {
  .about3_20220215 .about3_s1 .s1 .right .info {
    font-size: 16.5px;
  }
}
@media (max-width: 1024px) {
  .about3_20220215 .about3_s1 .s1 .right .info {
    font-size: 14.66666667px;
  }
}
.about3_20220215 .about3_s1 .s1 .right .info::-webkit-scrollbar {
  width: 3px;
  height: 2px;
}
.about3_20220215 .about3_s1 .s1 .right .info::-webkit-scrollbar-thumb {
  background-color: #18957a;
  border-radius: 10px;
}
.about3_20220215 .about3_s1 .s1 .right .info p {
  padding-left: 24px;
  position: relative;
}
@media (max-width: 1920px) {
  .about3_20220215 .about3_s1 .s1 .right .info p {
    padding-top: 0px;
    padding-bottom: 45px;
  }
}
@media (max-width: 1776px) {
  .about3_20220215 .about3_s1 .s1 .right .info p {
    padding-top: 0px;
    padding-bottom: 40.7755102px;
  }
}
@media (max-width: 1680) {
  .about3_20220215 .about3_s1 .s1 .right .info p {
    padding-top: 0px;
    padding-bottom: 38.57142857px;
  }
}
@media (max-width: 1600px) {
  .about3_20220215 .about3_s1 .s1 .right .info p {
    padding-top: 0px;
    padding-bottom: 36.73469388px;
  }
}
@media (max-width: 1500px) {
  .about3_20220215 .about3_s1 .s1 .right .info p {
    padding-top: 0px;
    padding-bottom: 34.43877551px;
  }
}
@media (max-width: 1440px) {
  .about3_20220215 .about3_s1 .s1 .right .info p {
    padding-top: 0px;
    padding-bottom: 33.06122449px;
  }
}
@media (max-width: 1366px) {
  .about3_20220215 .about3_s1 .s1 .right .info p {
    padding-top: 0px;
    padding-bottom: 31.3622449px;
  }
}
@media (max-width: 1280px) {
  .about3_20220215 .about3_s1 .s1 .right .info p {
    padding-top: 0px;
    padding-bottom: 29.3877551px;
  }
}
@media (max-width: 1152px) {
  .about3_20220215 .about3_s1 .s1 .right .info p {
    padding-top: 0px;
    padding-bottom: 26.44897959px;
  }
}
@media (max-width: 1024px) {
  .about3_20220215 .about3_s1 .s1 .right .info p {
    padding-top: 0px;
    padding-bottom: 23.51020408px;
  }
}
@media (max-width: 990px) {
  .about3_20220215 .about3_s1 .s1 .right .info p {
    padding-top: 0px;
    padding-bottom: 22.72959184px;
  }
}
.about3_20220215 .about3_s1 .s1 .right .info p:last-child {
  padding-bottom: 0;
}
.about3_20220215 .about3_s1 .s1 .right .info p:before {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 15px;
  background: #18957a;
  border-radius: 50%;
}
.about3_20220215 .about3_s2 {
  position: relative;
}
.about3_20220215 .about3_s2 .swiper {
  overflow: hidden;
  width: calc(100% + 80px);
  padding: 0 40px;
  margin-left: -40px;
}
@media (max-width: 1920px) {
  .about3_20220215 .about3_s2 .swiper {
    padding-top: 65px;
    padding-bottom: 120px;
  }
}
@media (max-width: 1776px) {
  .about3_20220215 .about3_s2 .swiper {
    padding-top: 58.89795918px;
    padding-bottom: 108.73469388px;
  }
}
@media (max-width: 1680) {
  .about3_20220215 .about3_s2 .swiper {
    padding-top: 55.71428571px;
    padding-bottom: 102.85714286px;
  }
}
@media (max-width: 1600px) {
  .about3_20220215 .about3_s2 .swiper {
    padding-top: 53.06122449px;
    padding-bottom: 97.95918367px;
  }
}
@media (max-width: 1500px) {
  .about3_20220215 .about3_s2 .swiper {
    padding-top: 49.74489796px;
    padding-bottom: 91.83673469px;
  }
}
@media (max-width: 1440px) {
  .about3_20220215 .about3_s2 .swiper {
    padding-top: 47.75510204px;
    padding-bottom: 88.16326531px;
  }
}
@media (max-width: 1366px) {
  .about3_20220215 .about3_s2 .swiper {
    padding-top: 45.30102041px;
    padding-bottom: 83.63265306px;
  }
}
@media (max-width: 1280px) {
  .about3_20220215 .about3_s2 .swiper {
    padding-top: 42.44897959px;
    padding-bottom: 78.36734694px;
  }
}
@media (max-width: 1152px) {
  .about3_20220215 .about3_s2 .swiper {
    padding-top: 38.20408163px;
    padding-bottom: 70.53061224px;
  }
}
@media (max-width: 1024px) {
  .about3_20220215 .about3_s2 .swiper {
    padding-top: 33.95918367px;
    padding-bottom: 62.69387755px;
  }
}
@media (max-width: 990px) {
  .about3_20220215 .about3_s2 .swiper {
    padding-top: 32.83163265px;
    padding-bottom: 60.6122449px;
  }
}
.about3_20220215 .about3_s2 .swiper-button-next,
.about3_20220215 .about3_s2 .swiper-button-prev {
  top: 0;
  margin: 0;
  width: 80px;
  height: 80px;
  border: 1px solid #e8e8e8;
  box-shadow: 11px 17px 36.4px 3.6px rgba(0, 0, 0, 0.07);
  background-image: linear-gradient(to right, #f0f0f0, #ffffff);
  transform: skew(-8deg);
  border-radius: 5px;
}
@media (max-width: 1920px) {
  .about3_20220215 .about3_s2 .swiper-button-next,
  .about3_20220215 .about3_s2 .swiper-button-prev {
    margin-top: 65px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1776px) {
  .about3_20220215 .about3_s2 .swiper-button-next,
  .about3_20220215 .about3_s2 .swiper-button-prev {
    margin-top: 58.89795918px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1680) {
  .about3_20220215 .about3_s2 .swiper-button-next,
  .about3_20220215 .about3_s2 .swiper-button-prev {
    margin-top: 55.71428571px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1600px) {
  .about3_20220215 .about3_s2 .swiper-button-next,
  .about3_20220215 .about3_s2 .swiper-button-prev {
    margin-top: 53.06122449px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1500px) {
  .about3_20220215 .about3_s2 .swiper-button-next,
  .about3_20220215 .about3_s2 .swiper-button-prev {
    margin-top: 49.74489796px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1440px) {
  .about3_20220215 .about3_s2 .swiper-button-next,
  .about3_20220215 .about3_s2 .swiper-button-prev {
    margin-top: 47.75510204px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1366px) {
  .about3_20220215 .about3_s2 .swiper-button-next,
  .about3_20220215 .about3_s2 .swiper-button-prev {
    margin-top: 45.30102041px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1280px) {
  .about3_20220215 .about3_s2 .swiper-button-next,
  .about3_20220215 .about3_s2 .swiper-button-prev {
    margin-top: 42.44897959px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1152px) {
  .about3_20220215 .about3_s2 .swiper-button-next,
  .about3_20220215 .about3_s2 .swiper-button-prev {
    margin-top: 38.20408163px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1024px) {
  .about3_20220215 .about3_s2 .swiper-button-next,
  .about3_20220215 .about3_s2 .swiper-button-prev {
    margin-top: 33.95918367px;
    margin-bottom: 0px;
  }
}
@media (max-width: 990px) {
  .about3_20220215 .about3_s2 .swiper-button-next,
  .about3_20220215 .about3_s2 .swiper-button-prev {
    margin-top: 32.83163265px;
    margin-bottom: 0px;
  }
}
.about3_20220215 .about3_s2 .swiper-button-next:hover,
.about3_20220215 .about3_s2 .swiper-button-prev:hover {
  background-image: linear-gradient(to right, #249a81, #39a48d);
}
.about3_20220215 .about3_s2 .swiper-button-next:hover:after,
.about3_20220215 .about3_s2 .swiper-button-prev:hover:after {
  color: #fff;
}
.about3_20220215 .about3_s2 .swiper-button-next:after,
.about3_20220215 .about3_s2 .swiper-button-prev:after {
  transform: skew(8deg);
  color: #353535;
}
@media (max-width: 2048px) {
  .about3_20220215 .about3_s2 .swiper-button-next:after,
  .about3_20220215 .about3_s2 .swiper-button-prev:after {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .about3_20220215 .about3_s2 .swiper-button-next:after,
  .about3_20220215 .about3_s2 .swiper-button-prev:after {
    font-size: 24px;
  }
}
@media (max-width: 1680px) {
  .about3_20220215 .about3_s2 .swiper-button-next:after,
  .about3_20220215 .about3_s2 .swiper-button-prev:after {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .about3_20220215 .about3_s2 .swiper-button-next:after,
  .about3_20220215 .about3_s2 .swiper-button-prev:after {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .about3_20220215 .about3_s2 .swiper-button-next:after,
  .about3_20220215 .about3_s2 .swiper-button-prev:after {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .about3_20220215 .about3_s2 .swiper-button-next:after,
  .about3_20220215 .about3_s2 .swiper-button-prev:after {
    font-size: 12.8px;
  }
}
@media (max-width: 1440px) {
  .about3_20220215 .about3_s2 .swiper-button-next:after,
  .about3_20220215 .about3_s2 .swiper-button-prev:after {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .about3_20220215 .about3_s2 .swiper-button-next:after,
  .about3_20220215 .about3_s2 .swiper-button-prev:after {
    font-size: 16px;
  }
}
.about3_20220215 .about3_s2 .swiper-button-next {
  right: -150px;
}
.about3_20220215 .about3_s2 .swiper-button-prev {
  left: -150px;
}
.about3_20220215 .about3_s2 .swiper-slide {
  color: #333333;
  font-family: 'din_mi';
  padding: 0 3.125vw;
  height: 80px;
  line-height: 80px;
  cursor: pointer;
  border: 1px solid #e8e8e8;
  transform: skew(-8deg);
  border-radius: 5px;
  box-shadow: 11px 17px 36.4px 3.6px rgba(0, 0, 0, 0.07);
  background-image: linear-gradient(to right, #f0f0f0, #ffffff);
}
@media (max-width: 2048px) {
  .about3_20220215 .about3_s2 .swiper-slide {
    font-size: 34.13333333px;
  }
}
@media (max-width: 1920px) {
  .about3_20220215 .about3_s2 .swiper-slide {
    font-size: 32px;
  }
}
@media (max-width: 1680px) {
  .about3_20220215 .about3_s2 .swiper-slide {
    font-size: 28px;
  }
}
@media (max-width: 1440px) {
  .about3_20220215 .about3_s2 .swiper-slide {
    font-size: 24px;
  }
}
@media (max-width: 1280px) {
  .about3_20220215 .about3_s2 .swiper-slide {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1024px) {
  .about3_20220215 .about3_s2 .swiper-slide {
    font-size: 17.06666667px;
  }
}
@media (max-width: 1440px) {
  .about3_20220215 .about3_s2 .swiper-slide {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .about3_20220215 .about3_s2 .swiper-slide {
    font-size: 21.33333333px;
  }
}
.about3_20220215 .about3_s2 .swiper-slide.swiper-slide-active {
  color: #fff;
  background-image: linear-gradient(to right, #249a81, #39a48d);
}
.about3_20220215 .about3_s2 .swiper-slide p {
  position: relative;
  z-index: 2;
  transform: skew(8deg);
}
.about3_20220215 .about3_s2 .swiper-slide:after {
  content: '';
  width: 42%;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 0px;
  background: #e8e8e8;
}
.about3_20220215 .about3_s3 {
  width: 100%;
  padding-bottom: 20px;
  position: relative;
}
.about3_20220215 .about3_s3 .swiper-pagination {
  bottom: 0;
}
.about3_20220215 .about3_s3 .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d5d5d5;
  opacity: 1;
  margin: 0 0.4vw;
}
.about3_20220215 .about3_s3 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #e7822e;
}
.about3_20220215 .about3_s3 .swiper-slide {
  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;
}
.about3_20220215 .about3_s3 .swiper-slide img {
  max-width: 80%;
  max-height: 80%;
}
.about3_20220215 .about3_s3 .swiper {
  overflow: hidden;
  height: 21vw;
  background: #f7f7f7;
}
@media (max-width: 1720px) {
  .about3_20220215 .about3_s2 .swiper-slide {
    height: 70px;
    line-height: 70px;
    box-shadow: 5px 8px 18px 1.8px rgba(0, 0, 0, 0.07);
  }
  .about3_20220215 .about3_s2 .swiper-button-next,
  .about3_20220215 .about3_s2 .swiper-button-prev {
    height: 70px;
    width: 70px;
  }
  .about3_20220215 .about3_s2 .swiper-button-next {
    right: -90px;
  }
  .about3_20220215 .about3_s2 .swiper-button-prev {
    left: -90px;
  }
}
@media (max-width: 1680px) {
  .about3_20220215 .about3_s2 {
    width: calc(100% - 180px);
  }
}
@media (max-width: 1560px) {
  .about3_20220215 .about3_title {
    left: 60px;
  }
  .about3_20220215 .about3_s1 .s1 .left {
    margin-left: 60px;
  }
  .about3_20220215 .about3_s1 .s1 .right {
    padding-right: 60px;
    width: calc(80% - 120px);
  }
  .about3_20220215 .about3_s1 .s1 .right .info p:before {
    top: 12px;
  }
  .about3_20220215 .about3_s2 .swiper-slide {
    height: 60px;
    line-height: 60px;
  }
  .about3_20220215 .about3_s2 {
    width: 100%;
  }
  .about3_20220215 .about3_s2 .swiper {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .about3_20220215 .about3_s2 .swiper-button-next,
  .about3_20220215 .about3_s2 .swiper-button-prev {
    height: 60px;
    width: 60px;
  }
  .about3_20220215 .about3_s2 .swiper-button-next {
    right: 10px;
  }
  .about3_20220215 .about3_s2 .swiper-button-prev {
    left: 10px;
  }
}
@media (max-width: 1280px) {
  .about3_20220215 .about3_title {
    top: 4.5vw;
  }
  .about3_20220215 .about3_s1 .s1 .right .info p {
    padding-left: 15px;
  }
  .about3_20220215 .about3_s1 .s1 .right .info p:before {
    width: 6px;
    height: 6px;
    top: 10px;
  }
}
@media (max-width: 1024px) {
  .about3_20220215 .about3_title {
    left: 30px;
  }
  .about3_20220215 .about3_s1 .s1 .left {
    margin-left: 30px;
  }
  .about3_20220215 .about3_s1 .s1 .right {
    padding-right: 30px;
    width: calc(80% - 80px);
  }
  .about3_20220215 .about3_s1 .s1 .right .info p:before {
    top: 8px;
  }
  .about3_20220215 .about3_s2 .swiper-slide {
    height: 50px;
    line-height: 50px;
  }
  .about3_20220215 .about3_s2 {
    width: 100%;
    padding: 0 30px;
  }
  .about3_20220215 .about3_s2 .swiper {
    width: 100%;
    margin: 0;
  }
  .about3_20220215 .about3_s2 .swiper-button-next,
  .about3_20220215 .about3_s2 .swiper-button-prev {
    height: 50px;
    width: 50px;
  }
  .about3_20220215 .about3_s2 .swiper-button-next {
    right: 10px;
  }
  .about3_20220215 .about3_s2 .swiper-button-prev {
    left: 10px;
  }
}
@media (max-width: 990px) {
  .about3_20220215 .about3_title {
    left: 20px;
  }
  .about3_20220215 .about3_s1 .s1 .left {
    margin-left: 20px;
  }
  .about3_20220215 .about3_s1 .s1 .right {
    padding-right: 20px;
    width: calc(80% - 60px);
  }
  .about3_20220215 .about3_s1 .s1 .right .info p:before {
    top: 12px;
  }
  .about3_20220215 .about3_s2 .swiper-slide {
    box-shadow: 2px 4px 9px 1px rgba(0, 0, 0, 0.07);
  }
}
@media (max-width: 768px) {
  .about3_20220215_p {
    padding: 40px 0 0;
  }
  .about3_20220215 {
    overflow: hidden;
  }
  .about3_20220215 .about3_title {
    position: relative;
    top: 0;
    left: 20px;
    margin-bottom: 15px;
  }
  .about3_20220215 .about3_s1 {
    height: 200px;
  }
  .about3_20220215 .about3_s1 .s1 {
    padding: 0 20px;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .about3_20220215 .about3_s1 .s1 .left {
    width: 40%;
    margin: 0;
    height: 100%;
  }
  .about3_20220215 .about3_s1 .s1 .right {
    width: 60%;
    padding: 15px;
    border-radius: 0;
    height: 100%;
  }
  .about3_20220215 .about3_s1 .s1 .right .imgbox {
    display: none;
  }
  .about3_20220215 .about3_s1 .s1 .right .info {
    width: 100%;
    height: 100%;
    font-size: 14px;
  }
  .about3_20220215 .about3_s1 .s1 .right .info::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .about3_20220215 .about3_s1 .s1 .right .info p {
    padding-bottom: 10px;
    padding-left: 10px;
  }
  .about3_20220215 .about3_s1 .s1 .right .info p:before {
    top: 8px;
  }
  .about3_20220215 .about3_s3 .swiper {
    height: 200px;
  }
  .about3_20220215 .about3_s3 .swiper-pagination {
    bottom: 5px;
  }
  .about3_20220215 .about3_s3 .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  .about3_20220215 .about3_s2 .swiper-slide {
    height: 40px;
    line-height: 40px;
  }
  .about3_20220215 .about3_s2 {
    width: 100%;
    padding: 0 30px;
  }
  .about3_20220215 .about3_s2 .swiper {
    width: calc(100% - 60px);
    margin: 0 auto;
    padding: 20px 10px 40px;
  }
  .about3_20220215 .about3_s2 .swiper-button-next,
  .about3_20220215 .about3_s2 .swiper-button-prev {
    height: 40px;
    width: 40px;
    margin-top: 20px;
  }
  .about3_20220215 .about3_s2 .swiper-button-next {
    right: 10px;
  }
  .about3_20220215 .about3_s2 .swiper-button-prev {
    left: 10px;
  }
}
@media (max-width: 1920px) {
  .news_20220215_p {
    padding-top: 0px;
    padding-bottom: 110px;
  }
}
@media (max-width: 1776px) {
  .news_20220215_p {
    padding-top: 0px;
    padding-bottom: 99.67346939px;
  }
}
@media (max-width: 1680) {
  .news_20220215_p {
    padding-top: 0px;
    padding-bottom: 94.28571429px;
  }
}
@media (max-width: 1600px) {
  .news_20220215_p {
    padding-top: 0px;
    padding-bottom: 89.79591837px;
  }
}
@media (max-width: 1500px) {
  .news_20220215_p {
    padding-top: 0px;
    padding-bottom: 84.18367347px;
  }
}
@media (max-width: 1440px) {
  .news_20220215_p {
    padding-top: 0px;
    padding-bottom: 80.81632653px;
  }
}
@media (max-width: 1366px) {
  .news_20220215_p {
    padding-top: 0px;
    padding-bottom: 76.66326531px;
  }
}
@media (max-width: 1280px) {
  .news_20220215_p {
    padding-top: 0px;
    padding-bottom: 71.83673469px;
  }
}
@media (max-width: 1152px) {
  .news_20220215_p {
    padding-top: 0px;
    padding-bottom: 64.65306122px;
  }
}
@media (max-width: 1024px) {
  .news_20220215_p {
    padding-top: 0px;
    padding-bottom: 57.46938776px;
  }
}
@media (max-width: 990px) {
  .news_20220215_p {
    padding-top: 0px;
    padding-bottom: 55.56122449px;
  }
}
.news_20220215 {
  background: url(../images/bg9_20220215.jpg) no-repeat top right;
  background-size: 100% auto;
}
@media (max-width: 1920px) {
  .news_20220215 .news_title {
    padding-top: 110px;
    padding-bottom: 70px;
  }
}
@media (max-width: 1776px) {
  .news_20220215 .news_title {
    padding-top: 99.67346939px;
    padding-bottom: 63.42857143px;
  }
}
@media (max-width: 1680) {
  .news_20220215 .news_title {
    padding-top: 94.28571429px;
    padding-bottom: 60px;
  }
}
@media (max-width: 1600px) {
  .news_20220215 .news_title {
    padding-top: 89.79591837px;
    padding-bottom: 57.14285714px;
  }
}
@media (max-width: 1500px) {
  .news_20220215 .news_title {
    padding-top: 84.18367347px;
    padding-bottom: 53.57142857px;
  }
}
@media (max-width: 1440px) {
  .news_20220215 .news_title {
    padding-top: 80.81632653px;
    padding-bottom: 51.42857143px;
  }
}
@media (max-width: 1366px) {
  .news_20220215 .news_title {
    padding-top: 76.66326531px;
    padding-bottom: 48.78571429px;
  }
}
@media (max-width: 1280px) {
  .news_20220215 .news_title {
    padding-top: 71.83673469px;
    padding-bottom: 45.71428571px;
  }
}
@media (max-width: 1152px) {
  .news_20220215 .news_title {
    padding-top: 64.65306122px;
    padding-bottom: 41.14285714px;
  }
}
@media (max-width: 1024px) {
  .news_20220215 .news_title {
    padding-top: 57.46938776px;
    padding-bottom: 36.57142857px;
  }
}
@media (max-width: 990px) {
  .news_20220215 .news_title {
    padding-top: 55.56122449px;
    padding-bottom: 35.35714286px;
  }
}
.news_20220215 .news_title a {
  color: #333333;
  font-weight: bold;
  margin-right: 3.5vw;
}
@media (max-width: 2048px) {
  .news_20220215 .news_title a {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .news_20220215 .news_title a {
    font-size: 48px;
  }
}
@media (max-width: 1680px) {
  .news_20220215 .news_title a {
    font-size: 42px;
  }
}
@media (max-width: 1440px) {
  .news_20220215 .news_title a {
    font-size: 36px;
  }
}
@media (max-width: 1280px) {
  .news_20220215 .news_title a {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .news_20220215 .news_title a {
    font-size: 25.6px;
  }
}
.news_20220215 .news_title a:last-child {
  margin-right: 0;
}
.news_20220215 .news_title a.on,
.news_20220215 .news_title a:hover {
  color: #18957a;
}
@media (max-width: 1920px) {
  .news_20220215 .news_top {
    margin-top: 0px;
    margin-bottom: 90px;
  }
}
@media (max-width: 1776px) {
  .news_20220215 .news_top {
    margin-top: 0px;
    margin-bottom: 81.55102041px;
  }
}
@media (max-width: 1680) {
  .news_20220215 .news_top {
    margin-top: 0px;
    margin-bottom: 77.14285714px;
  }
}
@media (max-width: 1600px) {
  .news_20220215 .news_top {
    margin-top: 0px;
    margin-bottom: 73.46938776px;
  }
}
@media (max-width: 1500px) {
  .news_20220215 .news_top {
    margin-top: 0px;
    margin-bottom: 68.87755102px;
  }
}
@media (max-width: 1440px) {
  .news_20220215 .news_top {
    margin-top: 0px;
    margin-bottom: 66.12244898px;
  }
}
@media (max-width: 1366px) {
  .news_20220215 .news_top {
    margin-top: 0px;
    margin-bottom: 62.7244898px;
  }
}
@media (max-width: 1280px) {
  .news_20220215 .news_top {
    margin-top: 0px;
    margin-bottom: 58.7755102px;
  }
}
@media (max-width: 1152px) {
  .news_20220215 .news_top {
    margin-top: 0px;
    margin-bottom: 52.89795918px;
  }
}
@media (max-width: 1024px) {
  .news_20220215 .news_top {
    margin-top: 0px;
    margin-bottom: 47.02040816px;
  }
}
@media (max-width: 990px) {
  .news_20220215 .news_top {
    margin-top: 0px;
    margin-bottom: 45.45918367px;
  }
}
.news_20220215 .news_s {
  overflow: hidden;
  position: relative;
}
.news_20220215 .news_s .swiper-pagination {
  width: 57.29%;
  text-align: left;
  padding-left: 3.3vw;
  bottom: 2.3vw;
}
.news_20220215 .news_s .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #cdd0d5;
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.news_20220215 .news_s .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 24px;
  background: #18957a;
}
.news_20220215 .news_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;
  background: #f7f7f7;
}
.news_20220215 .news_s .swiper-slide:hover .left .imgbox img {
  -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);
}
.news_20220215 .news_s .swiper-slide:hover .right .more_a {
  background: rgba(24, 149, 122, 0.8);
  color: #fff;
}
.news_20220215 .news_s .swiper-slide .left {
  width: 57.29%;
}
.news_20220215 .news_s .swiper-slide .left .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 66.66%;
  position: relative;
  overflow: hidden;
}
.news_20220215 .news_s .swiper-slide .left .imgbox img {
  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;
}
.news_20220215 .news_s .swiper-slide .right {
  width: 42.71%;
  padding-left: 4.16vw;
  padding-right: 6.25vw;
  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: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.news_20220215 .news_s .swiper-slide .right .time {
  color: #999999;
}
@media (max-width: 2048px) {
  .news_20220215 .news_s .swiper-slide .right .time {
    font-size: 23.46666667px;
  }
}
@media (max-width: 1920px) {
  .news_20220215 .news_s .swiper-slide .right .time {
    font-size: 22px;
  }
}
@media (max-width: 1680px) {
  .news_20220215 .news_s .swiper-slide .right .time {
    font-size: 19.25px;
  }
}
@media (max-width: 1440px) {
  .news_20220215 .news_s .swiper-slide .right .time {
    font-size: 16.5px;
  }
}
@media (max-width: 1280px) {
  .news_20220215 .news_s .swiper-slide .right .time {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  .news_20220215 .news_s .swiper-slide .right .time {
    font-size: 11.73333333px;
  }
}
@media (max-width: 1440px) {
  .news_20220215 .news_s .swiper-slide .right .time {
    font-size: 16.5px;
  }
}
@media (max-width: 1024px) {
  .news_20220215 .news_s .swiper-slide .right .time {
    font-size: 14.66666667px;
  }
}
.news_20220215 .news_s .swiper-slide .right h3 {
  line-height: 1.25;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-width: 100%;
  font-weight: bold;
}
@media (max-width: 2048px) {
  .news_20220215 .news_s .swiper-slide .right h3 {
    font-size: 34.13333333px;
  }
}
@media (max-width: 1920px) {
  .news_20220215 .news_s .swiper-slide .right h3 {
    font-size: 32px;
  }
}
@media (max-width: 1680px) {
  .news_20220215 .news_s .swiper-slide .right h3 {
    font-size: 28px;
  }
}
@media (max-width: 1440px) {
  .news_20220215 .news_s .swiper-slide .right h3 {
    font-size: 24px;
  }
}
@media (max-width: 1280px) {
  .news_20220215 .news_s .swiper-slide .right h3 {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1024px) {
  .news_20220215 .news_s .swiper-slide .right h3 {
    font-size: 17.06666667px;
  }
}
@media (max-width: 1440px) {
  .news_20220215 .news_s .swiper-slide .right h3 {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .news_20220215 .news_s .swiper-slide .right h3 {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .news_20220215 .news_s .swiper-slide .right h3 {
    margin-top: 30px;
    margin-bottom: 55px;
  }
}
@media (max-width: 1776px) {
  .news_20220215 .news_s .swiper-slide .right h3 {
    margin-top: 27.18367347px;
    margin-bottom: 49.83673469px;
  }
}
@media (max-width: 1680) {
  .news_20220215 .news_s .swiper-slide .right h3 {
    margin-top: 25.71428571px;
    margin-bottom: 47.14285714px;
  }
}
@media (max-width: 1600px) {
  .news_20220215 .news_s .swiper-slide .right h3 {
    margin-top: 24.48979592px;
    margin-bottom: 44.89795918px;
  }
}
@media (max-width: 1500px) {
  .news_20220215 .news_s .swiper-slide .right h3 {
    margin-top: 22.95918367px;
    margin-bottom: 42.09183673px;
  }
}
@media (max-width: 1440px) {
  .news_20220215 .news_s .swiper-slide .right h3 {
    margin-top: 22.04081633px;
    margin-bottom: 40.40816327px;
  }
}
@media (max-width: 1366px) {
  .news_20220215 .news_s .swiper-slide .right h3 {
    margin-top: 20.90816327px;
    margin-bottom: 38.33163265px;
  }
}
@media (max-width: 1280px) {
  .news_20220215 .news_s .swiper-slide .right h3 {
    margin-top: 19.59183673px;
    margin-bottom: 35.91836735px;
  }
}
@media (max-width: 1152px) {
  .news_20220215 .news_s .swiper-slide .right h3 {
    margin-top: 17.63265306px;
    margin-bottom: 32.32653061px;
  }
}
@media (max-width: 1024px) {
  .news_20220215 .news_s .swiper-slide .right h3 {
    margin-top: 15.67346939px;
    margin-bottom: 28.73469388px;
  }
}
@media (max-width: 990px) {
  .news_20220215 .news_s .swiper-slide .right h3 {
    margin-top: 15.15306122px;
    margin-bottom: 27.78061224px;
  }
}
.news_20220215 .news_s .swiper-slide .right p {
  line-height: 32px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-width: 100%;
}
@media (max-width: 2048px) {
  .news_20220215 .news_s .swiper-slide .right p {
    font-size: 17.06666667px;
  }
}
@media (max-width: 1920px) {
  .news_20220215 .news_s .swiper-slide .right p {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .news_20220215 .news_s .swiper-slide .right p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .news_20220215 .news_s .swiper-slide .right p {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .news_20220215 .news_s .swiper-slide .right p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .news_20220215 .news_s .swiper-slide .right p {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1440px) {
  .news_20220215 .news_s .swiper-slide .right p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .news_20220215 .news_s .swiper-slide .right p {
    font-size: 12px;
  }
}
@media (max-width: 1920px) {
  .news_20220215 .news_s .swiper-slide .right .more_a {
    margin-top: 60px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1776px) {
  .news_20220215 .news_s .swiper-slide .right .more_a {
    margin-top: 54.36734694px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1680) {
  .news_20220215 .news_s .swiper-slide .right .more_a {
    margin-top: 51.42857143px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1600px) {
  .news_20220215 .news_s .swiper-slide .right .more_a {
    margin-top: 48.97959184px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1500px) {
  .news_20220215 .news_s .swiper-slide .right .more_a {
    margin-top: 45.91836735px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1440px) {
  .news_20220215 .news_s .swiper-slide .right .more_a {
    margin-top: 44.08163265px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1366px) {
  .news_20220215 .news_s .swiper-slide .right .more_a {
    margin-top: 41.81632653px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1280px) {
  .news_20220215 .news_s .swiper-slide .right .more_a {
    margin-top: 39.18367347px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1152px) {
  .news_20220215 .news_s .swiper-slide .right .more_a {
    margin-top: 35.26530612px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1024px) {
  .news_20220215 .news_s .swiper-slide .right .more_a {
    margin-top: 31.34693878px;
    margin-bottom: 0px;
  }
}
@media (max-width: 990px) {
  .news_20220215 .news_s .swiper-slide .right .more_a {
    margin-top: 30.30612245px;
    margin-bottom: 0px;
  }
}
.news_20220215 .news_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-bottom: 1.25vw;
}
.news_20220215 .news_list li {
  width: 31.66%;
  margin-right: 2.51%;
  background: #f7f7f7;
  padding: 0 1.56vw;
  margin-bottom: 1.875vw;
}
.news_20220215 .news_list li:nth-child(3n) {
  margin-right: 0;
}
.news_20220215 .news_list li:hover .imgbox .img img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.news_20220215 .news_list li:hover .bot {
  color: #18957a;
}
.news_20220215 .news_list li:hover .bot:before {
  height: 3px;
  background: #18957a;
}
.news_20220215 .news_list li h4 {
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 2048px) {
  .news_20220215 .news_list li h4 {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .news_20220215 .news_list li h4 {
    font-size: 24px;
  }
}
@media (max-width: 1680px) {
  .news_20220215 .news_list li h4 {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .news_20220215 .news_list li h4 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .news_20220215 .news_list li h4 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .news_20220215 .news_list li h4 {
    font-size: 12.8px;
  }
}
@media (max-width: 1440px) {
  .news_20220215 .news_list li h4 {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .news_20220215 .news_list li h4 {
    font-size: 16px;
  }
}
@media (max-width: 1920px) {
  .news_20220215 .news_list li h4 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (max-width: 1776px) {
  .news_20220215 .news_list li h4 {
    margin-top: 54.36734694px;
    margin-bottom: 54.36734694px;
  }
}
@media (max-width: 1680) {
  .news_20220215 .news_list li h4 {
    margin-top: 51.42857143px;
    margin-bottom: 51.42857143px;
  }
}
@media (max-width: 1600px) {
  .news_20220215 .news_list li h4 {
    margin-top: 48.97959184px;
    margin-bottom: 48.97959184px;
  }
}
@media (max-width: 1500px) {
  .news_20220215 .news_list li h4 {
    margin-top: 45.91836735px;
    margin-bottom: 45.91836735px;
  }
}
@media (max-width: 1440px) {
  .news_20220215 .news_list li h4 {
    margin-top: 44.08163265px;
    margin-bottom: 44.08163265px;
  }
}
@media (max-width: 1366px) {
  .news_20220215 .news_list li h4 {
    margin-top: 41.81632653px;
    margin-bottom: 41.81632653px;
  }
}
@media (max-width: 1280px) {
  .news_20220215 .news_list li h4 {
    margin-top: 39.18367347px;
    margin-bottom: 39.18367347px;
  }
}
@media (max-width: 1152px) {
  .news_20220215 .news_list li h4 {
    margin-top: 35.26530612px;
    margin-bottom: 35.26530612px;
  }
}
@media (max-width: 1024px) {
  .news_20220215 .news_list li h4 {
    margin-top: 31.34693878px;
    margin-bottom: 31.34693878px;
  }
}
@media (max-width: 990px) {
  .news_20220215 .news_list li h4 {
    margin-top: 30.30612245px;
    margin-bottom: 30.30612245px;
  }
}
.news_20220215 .news_list li .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 66.75%;
  position: relative;
}
.news_20220215 .news_list li .imgbox .img {
  position: absolute;
  left: 0;
  top: 0;
  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;
  overflow: hidden;
}
.news_20220215 .news_list li .imgbox .img img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.news_20220215 .news_list li .imgbox .time {
  width: 74px;
  height: 74px;
  position: absolute;
  left: 10px;
  top: -10px;
  background: #e67920;
  color: #fff;
  font-family: 'din_mi';
  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;
}
.news_20220215 .news_list li .imgbox .time p {
  margin-bottom: -2px;
}
@media (max-width: 2048px) {
  .news_20220215 .news_list li .imgbox .time p {
    font-size: 42.66666667px;
  }
}
@media (max-width: 1920px) {
  .news_20220215 .news_list li .imgbox .time p {
    font-size: 40px;
  }
}
@media (max-width: 1680px) {
  .news_20220215 .news_list li .imgbox .time p {
    font-size: 35px;
  }
}
@media (max-width: 1440px) {
  .news_20220215 .news_list li .imgbox .time p {
    font-size: 30px;
  }
}
@media (max-width: 1280px) {
  .news_20220215 .news_list li .imgbox .time p {
    font-size: 26.66666667px;
  }
}
@media (max-width: 1024px) {
  .news_20220215 .news_list li .imgbox .time p {
    font-size: 21.33333333px;
  }
}
@media (max-width: 2048px) {
  .news_20220215 .news_list li .imgbox .time span {
    font-size: 17.06666667px;
  }
}
@media (max-width: 1920px) {
  .news_20220215 .news_list li .imgbox .time span {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .news_20220215 .news_list li .imgbox .time span {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .news_20220215 .news_list li .imgbox .time span {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .news_20220215 .news_list li .imgbox .time span {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .news_20220215 .news_list li .imgbox .time span {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1440px) {
  .news_20220215 .news_list li .imgbox .time span {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .news_20220215 .news_list li .imgbox .time span {
    font-size: 12px;
  }
}
.news_20220215 .news_list li .info {
  line-height: 32px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 64px;
}
@media (max-width: 2048px) {
  .news_20220215 .news_list li .info {
    font-size: 17.06666667px;
  }
}
@media (max-width: 1920px) {
  .news_20220215 .news_list li .info {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .news_20220215 .news_list li .info {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .news_20220215 .news_list li .info {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .news_20220215 .news_list li .info {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .news_20220215 .news_list li .info {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1440px) {
  .news_20220215 .news_list li .info {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .news_20220215 .news_list li .info {
    font-size: 12px;
  }
}
@media (max-width: 1920px) {
  .news_20220215 .news_list li .info {
    margin-top: 15px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1776px) {
  .news_20220215 .news_list li .info {
    margin-top: 13.59183673px;
    margin-bottom: 27.18367347px;
  }
}
@media (max-width: 1680) {
  .news_20220215 .news_list li .info {
    margin-top: 12.85714286px;
    margin-bottom: 25.71428571px;
  }
}
@media (max-width: 1600px) {
  .news_20220215 .news_list li .info {
    margin-top: 12.24489796px;
    margin-bottom: 24.48979592px;
  }
}
@media (max-width: 1500px) {
  .news_20220215 .news_list li .info {
    margin-top: 11.47959184px;
    margin-bottom: 22.95918367px;
  }
}
@media (max-width: 1440px) {
  .news_20220215 .news_list li .info {
    margin-top: 11.02040816px;
    margin-bottom: 22.04081633px;
  }
}
@media (max-width: 1366px) {
  .news_20220215 .news_list li .info {
    margin-top: 10.45408163px;
    margin-bottom: 20.90816327px;
  }
}
@media (max-width: 1280px) {
  .news_20220215 .news_list li .info {
    margin-top: 9.79591837px;
    margin-bottom: 19.59183673px;
  }
}
@media (max-width: 1152px) {
  .news_20220215 .news_list li .info {
    margin-top: 8.81632653px;
    margin-bottom: 17.63265306px;
  }
}
@media (max-width: 1024px) {
  .news_20220215 .news_list li .info {
    margin-top: 7.83673469px;
    margin-bottom: 15.67346939px;
  }
}
@media (max-width: 990px) {
  .news_20220215 .news_list li .info {
    margin-top: 7.57653061px;
    margin-bottom: 15.15306122px;
  }
}
.news_20220215 .news_list li .bot {
  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;
  color: #999999;
  position: relative;
}
@media (max-width: 2048px) {
  .news_20220215 .news_list li .bot {
    font-size: 17.06666667px;
  }
}
@media (max-width: 1920px) {
  .news_20220215 .news_list li .bot {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .news_20220215 .news_list li .bot {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .news_20220215 .news_list li .bot {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .news_20220215 .news_list li .bot {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .news_20220215 .news_list li .bot {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1440px) {
  .news_20220215 .news_list li .bot {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .news_20220215 .news_list li .bot {
    font-size: 12px;
  }
}
@media (max-width: 1920px) {
  .news_20220215 .news_list li .bot {
    padding-top: 25px;
    padding-bottom: 28px;
  }
}
@media (max-width: 1776px) {
  .news_20220215 .news_list li .bot {
    padding-top: 22.65306122px;
    padding-bottom: 25.37142857px;
  }
}
@media (max-width: 1680) {
  .news_20220215 .news_list li .bot {
    padding-top: 21.42857143px;
    padding-bottom: 24px;
  }
}
@media (max-width: 1600px) {
  .news_20220215 .news_list li .bot {
    padding-top: 20.40816327px;
    padding-bottom: 22.85714286px;
  }
}
@media (max-width: 1500px) {
  .news_20220215 .news_list li .bot {
    padding-top: 19.13265306px;
    padding-bottom: 21.42857143px;
  }
}
@media (max-width: 1440px) {
  .news_20220215 .news_list li .bot {
    padding-top: 18.36734694px;
    padding-bottom: 20.57142857px;
  }
}
@media (max-width: 1366px) {
  .news_20220215 .news_list li .bot {
    padding-top: 17.42346939px;
    padding-bottom: 19.51428571px;
  }
}
@media (max-width: 1280px) {
  .news_20220215 .news_list li .bot {
    padding-top: 16.32653061px;
    padding-bottom: 18.28571429px;
  }
}
@media (max-width: 1152px) {
  .news_20220215 .news_list li .bot {
    padding-top: 14.69387755px;
    padding-bottom: 16.45714286px;
  }
}
@media (max-width: 1024px) {
  .news_20220215 .news_list li .bot {
    padding-top: 13.06122449px;
    padding-bottom: 14.62857143px;
  }
}
@media (max-width: 990px) {
  .news_20220215 .news_list li .bot {
    padding-top: 12.62755102px;
    padding-bottom: 14.14285714px;
  }
}
.news_20220215 .news_list li .bot:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  background: #e9e9e9;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 2048px) {
  .news_20220215 .news_list li .bot i {
    font-size: 23.46666667px;
  }
}
@media (max-width: 1920px) {
  .news_20220215 .news_list li .bot i {
    font-size: 22px;
  }
}
@media (max-width: 1680px) {
  .news_20220215 .news_list li .bot i {
    font-size: 19.25px;
  }
}
@media (max-width: 1440px) {
  .news_20220215 .news_list li .bot i {
    font-size: 16.5px;
  }
}
@media (max-width: 1280px) {
  .news_20220215 .news_list li .bot i {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  .news_20220215 .news_list li .bot i {
    font-size: 11.73333333px;
  }
}
@media (max-width: 1440px) {
  .news_20220215 .news_list li .bot i {
    font-size: 16.5px;
  }
}
@media (max-width: 1024px) {
  .news_20220215 .news_list li .bot i {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1680px) {
  .news_20220215 .news_list li .info {
    height: 48px;
  }
}
@media (max-width: 768px) {
  .news_20220215 .news_title {
    padding: 40px 0 20px;
  }
  .news_20220215 .news_title a {
    font-size: 20px;
  }
  .news_20220215 .news_s .swiper-pagination {
    width: 100%;
    bottom: 20px;
    text-align: right;
    padding-right: 15px;
  }
  .news_20220215 .news_s .swiper-slide {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .news_20220215 .news_s .swiper-slide .left {
    width: 100%;
  }
  .news_20220215 .news_s .swiper-slide .right {
    width: 100%;
    padding: 15px 15px 20px;
  }
  .news_20220215 .news_s .swiper-slide .right h3 {
    margin: 10px 0;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .news_20220215 .news_s .swiper-slide .right .more_a {
    margin-top: 20px;
  }
  .news_20220215 .news_list li {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 10px;
    padding: 15px;
  }
  .news_20220215 .news_list li h4 {
    margin: 10px 0 25px;
  }
  .news_20220215 .news_list li .imgbox .time {
    width: 50px;
    height: 50px;
  }
  .news_20220215 .news_list li .bot {
    padding: 10px 0 0;
  }
  .news_20220215_p {
    padding-bottom: 40px;
  }
}
@media (max-width: 1920px) {
  .news_con_20220215_p {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1776px) {
  .news_con_20220215_p {
    padding-top: 90.6122449px;
    padding-bottom: 90.6122449px;
  }
}
@media (max-width: 1680) {
  .news_con_20220215_p {
    padding-top: 85.71428571px;
    padding-bottom: 85.71428571px;
  }
}
@media (max-width: 1600px) {
  .news_con_20220215_p {
    padding-top: 81.63265306px;
    padding-bottom: 81.63265306px;
  }
}
@media (max-width: 1500px) {
  .news_con_20220215_p {
    padding-top: 76.53061224px;
    padding-bottom: 76.53061224px;
  }
}
@media (max-width: 1440px) {
  .news_con_20220215_p {
    padding-top: 73.46938776px;
    padding-bottom: 73.46938776px;
  }
}
@media (max-width: 1366px) {
  .news_con_20220215_p {
    padding-top: 69.69387755px;
    padding-bottom: 69.69387755px;
  }
}
@media (max-width: 1280px) {
  .news_con_20220215_p {
    padding-top: 65.30612245px;
    padding-bottom: 65.30612245px;
  }
}
@media (max-width: 1152px) {
  .news_con_20220215_p {
    padding-top: 58.7755102px;
    padding-bottom: 58.7755102px;
  }
}
@media (max-width: 1024px) {
  .news_con_20220215_p {
    padding-top: 52.24489796px;
    padding-bottom: 52.24489796px;
  }
}
@media (max-width: 990px) {
  .news_con_20220215_p {
    padding-top: 50.51020408px;
    padding-bottom: 50.51020408px;
  }
}
@media (max-width: 1920px) {
  .news_top_p {
    padding-top: 0px;
    padding-bottom: 90px;
  }
}
@media (max-width: 1776px) {
  .news_top_p {
    padding-top: 0px;
    padding-bottom: 81.55102041px;
  }
}
@media (max-width: 1680) {
  .news_top_p {
    padding-top: 0px;
    padding-bottom: 77.14285714px;
  }
}
@media (max-width: 1600px) {
  .news_top_p {
    padding-top: 0px;
    padding-bottom: 73.46938776px;
  }
}
@media (max-width: 1500px) {
  .news_top_p {
    padding-top: 0px;
    padding-bottom: 68.87755102px;
  }
}
@media (max-width: 1440px) {
  .news_top_p {
    padding-top: 0px;
    padding-bottom: 66.12244898px;
  }
}
@media (max-width: 1366px) {
  .news_top_p {
    padding-top: 0px;
    padding-bottom: 62.7244898px;
  }
}
@media (max-width: 1280px) {
  .news_top_p {
    padding-top: 0px;
    padding-bottom: 58.7755102px;
  }
}
@media (max-width: 1152px) {
  .news_top_p {
    padding-top: 0px;
    padding-bottom: 52.89795918px;
  }
}
@media (max-width: 1024px) {
  .news_top_p {
    padding-top: 0px;
    padding-bottom: 47.02040816px;
  }
}
@media (max-width: 990px) {
  .news_top_p {
    padding-top: 0px;
    padding-bottom: 45.45918367px;
  }
}
.news_con_20220215 .w1440 {
  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;
}
.news_con_20220215 .w1440 .left {
  width: 66.66%;
}
.news_con_20220215 .w1440 .left h2 {
  color: #222222;
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
  line-height: 1.4;
}
@media (max-width: 2048px) {
  .news_con_20220215 .w1440 .left h2 {
    font-size: 44.8px;
  }
}
@media (max-width: 1920px) {
  .news_con_20220215 .w1440 .left h2 {
    font-size: 42px;
  }
}
@media (max-width: 1680px) {
  .news_con_20220215 .w1440 .left h2 {
    font-size: 36.75px;
  }
}
@media (max-width: 1440px) {
  .news_con_20220215 .w1440 .left h2 {
    font-size: 31.5px;
  }
}
@media (max-width: 1280px) {
  .news_con_20220215 .w1440 .left h2 {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .news_con_20220215 .w1440 .left h2 {
    font-size: 22.4px;
  }
}
@media (max-width: 1920px) {
  .news_con_20220215 .w1440 .left h2 {
    padding-top: 0px;
    padding-bottom: 45px;
  }
}
@media (max-width: 1776px) {
  .news_con_20220215 .w1440 .left h2 {
    padding-top: 0px;
    padding-bottom: 40.7755102px;
  }
}
@media (max-width: 1680) {
  .news_con_20220215 .w1440 .left h2 {
    padding-top: 0px;
    padding-bottom: 38.57142857px;
  }
}
@media (max-width: 1600px) {
  .news_con_20220215 .w1440 .left h2 {
    padding-top: 0px;
    padding-bottom: 36.73469388px;
  }
}
@media (max-width: 1500px) {
  .news_con_20220215 .w1440 .left h2 {
    padding-top: 0px;
    padding-bottom: 34.43877551px;
  }
}
@media (max-width: 1440px) {
  .news_con_20220215 .w1440 .left h2 {
    padding-top: 0px;
    padding-bottom: 33.06122449px;
  }
}
@media (max-width: 1366px) {
  .news_con_20220215 .w1440 .left h2 {
    padding-top: 0px;
    padding-bottom: 31.3622449px;
  }
}
@media (max-width: 1280px) {
  .news_con_20220215 .w1440 .left h2 {
    padding-top: 0px;
    padding-bottom: 29.3877551px;
  }
}
@media (max-width: 1152px) {
  .news_con_20220215 .w1440 .left h2 {
    padding-top: 0px;
    padding-bottom: 26.44897959px;
  }
}
@media (max-width: 1024px) {
  .news_con_20220215 .w1440 .left h2 {
    padding-top: 0px;
    padding-bottom: 23.51020408px;
  }
}
@media (max-width: 990px) {
  .news_con_20220215 .w1440 .left h2 {
    padding-top: 0px;
    padding-bottom: 22.72959184px;
  }
}
.news_con_20220215 .w1440 .left .other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
@media (max-width: 1920px) {
  .news_con_20220215 .w1440 .left .other {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
@media (max-width: 1776px) {
  .news_con_20220215 .w1440 .left .other {
    margin-top: 27.18367347px;
    margin-bottom: 45.30612245px;
  }
}
@media (max-width: 1680) {
  .news_con_20220215 .w1440 .left .other {
    margin-top: 25.71428571px;
    margin-bottom: 42.85714286px;
  }
}
@media (max-width: 1600px) {
  .news_con_20220215 .w1440 .left .other {
    margin-top: 24.48979592px;
    margin-bottom: 40.81632653px;
  }
}
@media (max-width: 1500px) {
  .news_con_20220215 .w1440 .left .other {
    margin-top: 22.95918367px;
    margin-bottom: 38.26530612px;
  }
}
@media (max-width: 1440px) {
  .news_con_20220215 .w1440 .left .other {
    margin-top: 22.04081633px;
    margin-bottom: 36.73469388px;
  }
}
@media (max-width: 1366px) {
  .news_con_20220215 .w1440 .left .other {
    margin-top: 20.90816327px;
    margin-bottom: 34.84693878px;
  }
}
@media (max-width: 1280px) {
  .news_con_20220215 .w1440 .left .other {
    margin-top: 19.59183673px;
    margin-bottom: 32.65306122px;
  }
}
@media (max-width: 1152px) {
  .news_con_20220215 .w1440 .left .other {
    margin-top: 17.63265306px;
    margin-bottom: 29.3877551px;
  }
}
@media (max-width: 1024px) {
  .news_con_20220215 .w1440 .left .other {
    margin-top: 15.67346939px;
    margin-bottom: 26.12244898px;
  }
}
@media (max-width: 990px) {
  .news_con_20220215 .w1440 .left .other {
    margin-top: 15.15306122px;
    margin-bottom: 25.25510204px;
  }
}
.news_con_20220215 .w1440 .left .other 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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #999999;
  margin-bottom: 10px;
  margin-right: 4.5vw;
}
@media (max-width: 2048px) {
  .news_con_20220215 .w1440 .left .other p {
    font-size: 17.06666667px;
  }
}
@media (max-width: 1920px) {
  .news_con_20220215 .w1440 .left .other p {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .news_con_20220215 .w1440 .left .other p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .news_con_20220215 .w1440 .left .other p {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .news_con_20220215 .w1440 .left .other p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .news_con_20220215 .w1440 .left .other p {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1440px) {
  .news_con_20220215 .w1440 .left .other p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .news_con_20220215 .w1440 .left .other p {
    font-size: 12px;
  }
}
.news_con_20220215 .w1440 .left .other p img {
  margin-right: 10px;
}
.news_con_20220215 .w1440 .left .other p:last-child {
  margin-right: 0;
}
.news_con_20220215 .w1440 .left .art {
  line-height: 36px;
  color: #525252;
}
@media (max-width: 2048px) {
  .news_con_20220215 .w1440 .left .art {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .news_con_20220215 .w1440 .left .art {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .news_con_20220215 .w1440 .left .art {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .news_con_20220215 .w1440 .left .art {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .news_con_20220215 .w1440 .left .art {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .news_con_20220215 .w1440 .left .art {
    font-size: 9.6px;
  }
}
@media (max-width: 1440px) {
  .news_con_20220215 .w1440 .left .art {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1024px) {
  .news_con_20220215 .w1440 .left .art {
    font-size: 14px;
    line-height: 24px;
  }
}
.news_con_20220215 .w1440 .left .art p,.news_con_20220215 .w1440 .left .art p span {
  /* margin-bottom: 2vw; */
  /* margin-bottom: 1vw;
  max-width: 100%; */

  margin-bottom: 0.5vw;
  max-width: 100%;
  line-height: 1.57;
}
/* .news_con_20220215 .w1440 .left .art p span{
  margin-bottom: 1.5vw;
  display: inline-flex;
  text-align: left;
} */

@media (max-width:768px) {
  .news_con_20220215 .w1440 .left .art p{
    margin-bottom: 15px;
  }
  /* .news_con_20220215 .w1440 .left .art p span{
    margin-bottom: 20px;
    text-align: left !important;
  } */
}

.news_con_20220215 .w1440 .left .art p *{
  object-fit: cover;
  max-width: 100%;
}
@media (max-width:768px) {
  .news_con_20220215 .w1440 .left .art p *{
    height: auto !important;
    width: 100% !important;
  }
}

.news_con_20220215 .w1440 .right {
  width: 29.16%;
  position: sticky;
  top: 100px;
}
.tjxw_20220215 {
  width: 100%;
  background: #f7f7f7;
  border-top: 6px solid #e40013;
  padding: 1.56vw;
}
.tjxw_20220215 h3 {
  font-weight: bold;
}
@media (max-width: 2048px) {
  .tjxw_20220215 h3 {
    font-size: 32px;
  }
}
@media (max-width: 1920px) {
  .tjxw_20220215 h3 {
    font-size: 30px;
  }
}
@media (max-width: 1680px) {
  .tjxw_20220215 h3 {
    font-size: 26.25px;
  }
}
@media (max-width: 1440px) {
  .tjxw_20220215 h3 {
    font-size: 22.5px;
  }
}
@media (max-width: 1280px) {
  .tjxw_20220215 h3 {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .tjxw_20220215 h3 {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .tjxw_20220215 h3 {
    font-size: 22.5px;
  }
}
@media (max-width: 1024px) {
  .tjxw_20220215 h3 {
    font-size: 20px;
  }
}
@media (max-width: 1920px) {
  .tjxw_20220215 h3 {
    margin-top: 10px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1776px) {
  .tjxw_20220215 h3 {
    margin-top: 9.06122449px;
    margin-bottom: 36.24489796px;
  }
}
@media (max-width: 1680px) {
  .tjxw_20220215 h3 {
    margin-top: 8.57142857px;
    margin-bottom: 34.28571429px;
  }
}
@media (max-width: 1600px) {
  .tjxw_20220215 h3 {
    margin-top: 8.16326531px;
    margin-bottom: 32.65306122px;
  }
}
@media (max-width: 1500px) {
  .tjxw_20220215 h3 {
    margin-top: 7.65306122px;
    margin-bottom: 30.6122449px;
  }
}
@media (max-width: 1440px) {
  .tjxw_20220215 h3 {
    margin-top: 7.34693878px;
    margin-bottom: 29.3877551px;
  }
}
@media (max-width: 1366px) {
  .tjxw_20220215 h3 {
    margin-top: 6.96938776px;
    margin-bottom: 27.87755102px;
  }
}
@media (max-width: 1280px) {
  .tjxw_20220215 h3 {
    margin-top: 6.53061224px;
    margin-bottom: 26.12244898px;
  }
}
@media (max-width: 1152px) {
  .tjxw_20220215 h3 {
    margin-top: 5.87755102px;
    margin-bottom: 23.51020408px;
  }
}
@media (max-width: 1024px) {
  .tjxw_20220215 h3 {
    margin-top: 5.2244898px;
    margin-bottom: 20.89795918px;
  }
}
@media (max-width: 990px) {
  .tjxw_20220215 h3 {
    margin-top: 5.05102041px;
    margin-bottom: 20.20408163px;
  }
}
.tjxw_20220215 ul li {
  border-top: 1px solid #e9e9e9;
}
@media (max-width: 1920px) {
  .tjxw_20220215 ul li {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 1776px) {
  .tjxw_20220215 ul li {
    padding-top: 18.12244898px;
    padding-bottom: 18.12244898px;
  }
}
@media (max-width: 1680px) {
  .tjxw_20220215 ul li {
    padding-top: 17.14285714px;
    padding-bottom: 17.14285714px;
  }
}
@media (max-width: 1600px) {
  .tjxw_20220215 ul li {
    padding-top: 16.32653061px;
    padding-bottom: 16.32653061px;
  }
}
@media (max-width: 1500px) {
  .tjxw_20220215 ul li {
    padding-top: 15.30612245px;
    padding-bottom: 15.30612245px;
  }
}
@media (max-width: 1440px) {
  .tjxw_20220215 ul li {
    padding-top: 14.69387755px;
    padding-bottom: 14.69387755px;
  }
}
@media (max-width: 1366px) {
  .tjxw_20220215 ul li {
    padding-top: 13.93877551px;
    padding-bottom: 13.93877551px;
  }
}
@media (max-width: 1280px) {
  .tjxw_20220215 ul li {
    padding-top: 13.06122449px;
    padding-bottom: 13.06122449px;
  }
}
@media (max-width: 1152px) {
  .tjxw_20220215 ul li {
    padding-top: 11.75510204px;
    padding-bottom: 11.75510204px;
  }
}
@media (max-width: 1024px) {
  .tjxw_20220215 ul li {
    padding-top: 10.44897959px;
    padding-bottom: 10.44897959px;
  }
}
@media (max-width: 990px) {
  .tjxw_20220215 ul li {
    padding-top: 10.10204082px;
    padding-bottom: 10.10204082px;
  }
}
.tjxw_20220215 ul li:hover p {
  color: #e40013;
}
.tjxw_20220215 ul li span {
  color: #888888;
  padding-left: 26px;
  background: url(../images/sj_20220215.png) no-repeat left center;
}
@media (max-width: 2048px) {
  .tjxw_20220215 ul li span {
    font-size: 17.06666667px;
  }
}
@media (max-width: 1920px) {
  .tjxw_20220215 ul li span {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .tjxw_20220215 ul li span {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .tjxw_20220215 ul li span {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .tjxw_20220215 ul li span {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .tjxw_20220215 ul li span {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1440px) {
  .tjxw_20220215 ul li span {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .tjxw_20220215 ul li span {
    font-size: 12px;
  }
}
.tjxw_20220215 ul li p {
  color: #333333;
  font-weight: bold;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 2048px) {
  .tjxw_20220215 ul li p {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .tjxw_20220215 ul li p {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .tjxw_20220215 ul li p {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .tjxw_20220215 ul li p {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .tjxw_20220215 ul li p {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .tjxw_20220215 ul li p {
    font-size: 9.6px;
  }
}
@media (max-width: 1440px) {
  .tjxw_20220215 ul li p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1024px) {
  .tjxw_20220215 ul li p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1920px) {
  .tjxw_20220215 ul li p {
    margin-top: 15px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1776px) {
  .tjxw_20220215 ul li p {
    margin-top: 13.59183673px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1680) {
  .tjxw_20220215 ul li p {
    margin-top: 12.85714286px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1600px) {
  .tjxw_20220215 ul li p {
    margin-top: 12.24489796px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1500px) {
  .tjxw_20220215 ul li p {
    margin-top: 11.47959184px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1440px) {
  .tjxw_20220215 ul li p {
    margin-top: 11.02040816px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1366px) {
  .tjxw_20220215 ul li p {
    margin-top: 10.45408163px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1280px) {
  .tjxw_20220215 ul li p {
    margin-top: 9.79591837px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1152px) {
  .tjxw_20220215 ul li p {
    margin-top: 8.81632653px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1024px) {
  .tjxw_20220215 ul li p {
    margin-top: 7.83673469px;
    margin-bottom: 0px;
  }
}
@media (max-width: 990px) {
  .tjxw_20220215 ul li p {
    margin-top: 7.57653061px;
    margin-bottom: 0px;
  }
}
.sxy_20220215 {
  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;
  width: 100%;
  padding: 1.5vw 2.3vw;
  background: #f7f7f7;
}
.sxy_20220215 a {
  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;
  opacity: 0.6;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.sxy_20220215 a:hover {
  opacity: 1;
}
.sxy_20220215 a p {
  width: calc(100% - 50px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #222222;
}
@media (max-width: 2048px) {
  .sxy_20220215 a p {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .sxy_20220215 a p {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .sxy_20220215 a p {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .sxy_20220215 a p {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .sxy_20220215 a p {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .sxy_20220215 a p {
    font-size: 9.6px;
  }
}
@media (max-width: 1440px) {
  .sxy_20220215 a p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1024px) {
  .sxy_20220215 a p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width:768px) {
  .sxy_20220215 a p{
    font-size: 13px;
  }
}
.sxy_20220215 a.a1 {
  width: calc(50% - 25px);
}
.sxy_20220215 a.a1 img {
  margin-right: 15px;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -moz-transform: rotate(180deg);
  /* Firefox */
  -webkit-transform: rotate(180deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(180deg);
}
.sxy_20220215 a.a2 {
  width: 26px;
}
.sxy_20220215 a.a3 {
  width: calc(50% - 25px);
  text-align: right;
}
.sxy_20220215 a.a3 img {
  margin-left: 15px;
}
@media (max-width: 1440px) {
  .news_con_20220215 .w1440 .right {
    top: 80px;
  }
}
@media (max-width: 990px) {
  .news_con_20220215 .w1440 .right {
    top: 60px;
  }
}
@media (max-width: 768px) {
  .news_con_20220215_p {
    padding: 40px 0;
  }
  .news_con_20220215 .w1440 {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .news_con_20220215 .w1440 .left {
    width: 100%;
    margin-bottom: 15px;
  }
  .news_con_20220215 .w1440 .left h2 {
    font-size: 20px;
  }
  .news_con_20220215 .w1440 .left .other {
    margin: 20px 0 15px;
  }
  .news_con_20220215 .w1440 .left .other p {
    margin-bottom: 5px;
  }
  .news_con_20220215 .w1440 .right {
    width: 100%;
    display: none;
  }
  .news_top_p {
    padding-bottom: 5px;
  }
  .tjxw_20220215 {
    border-top: 2px solid #e40013;
    padding: 15px;
  }
  .sxy_20220215 {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -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;
    padding: 15px;
  }
  .sxy_20220215 a {
    /* margin: 10px 0; */
    margin: 5px 0;
  }
  .sxy_20220215 a p {
    width: calc(100% - 30px);
  }
  .sxy_20220215 a img {
    width: 20px;
  }
  .sxy_20220215 a.a1,
  .sxy_20220215 a.a3 {
    width: 100%;
    margin: 0;
  }
  .sxy_20220215 a.a3{
    margin-top: 5px;
  }
  .sxy_20220215 a.a2 {
    display: none;
  }
  .sxy_20220215 a.a3 p {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    text-align: left;
  }
  .sxy_20220215 a.a3 img {
    margin-left: 0;
    margin-right: 15px;
  }
}
@media (max-width: 1920px) {
  .honor_20220215 {
    padding-top: 115px;
    padding-bottom: 55px;
  }
}
@media (max-width: 1776px) {
  .honor_20220215 {
    padding-top: 104.20408163px;
    padding-bottom: 49.83673469px;
  }
}
@media (max-width: 1680) {
  .honor_20220215 {
    padding-top: 98.57142857px;
    padding-bottom: 47.14285714px;
  }
}
@media (max-width: 1600px) {
  .honor_20220215 {
    padding-top: 93.87755102px;
    padding-bottom: 44.89795918px;
  }
}
@media (max-width: 1500px) {
  .honor_20220215 {
    padding-top: 88.01020408px;
    padding-bottom: 42.09183673px;
  }
}
@media (max-width: 1440px) {
  .honor_20220215 {
    padding-top: 84.48979592px;
    padding-bottom: 40.40816327px;
  }
}
@media (max-width: 1366px) {
  .honor_20220215 {
    padding-top: 80.14795918px;
    padding-bottom: 38.33163265px;
  }
}
@media (max-width: 1280px) {
  .honor_20220215 {
    padding-top: 75.10204082px;
    padding-bottom: 35.91836735px;
  }
}
@media (max-width: 1152px) {
  .honor_20220215 {
    padding-top: 67.59183673px;
    padding-bottom: 32.32653061px;
  }
}
@media (max-width: 1024px) {
  .honor_20220215 {
    padding-top: 60.08163265px;
    padding-bottom: 28.73469388px;
  }
}
@media (max-width: 990px) {
  .honor_20220215 {
    padding-top: 58.08673469px;
    padding-bottom: 27.78061224px;
  }
}
.honor_20220215.honor1 {
  background: url(../images/bg7.jpg) no-repeat center bottom;
  background-size: cover;
}
.honor_20220215.honor2 {
  background: #f7f7f7;
}
.honor_20220215 h2 {
  text-align: center;
}
@media (max-width: 1920px) {
  .honor_20220215 h2 {
    margin-top: 0px;
    margin-bottom: 70px;
  }
}
@media (max-width: 1776px) {
  .honor_20220215 h2 {
    margin-top: 0px;
    margin-bottom: 63.42857143px;
  }
}
@media (max-width: 1680) {
  .honor_20220215 h2 {
    margin-top: 0px;
    margin-bottom: 60px;
  }
}
@media (max-width: 1600px) {
  .honor_20220215 h2 {
    margin-top: 0px;
    margin-bottom: 57.14285714px;
  }
}
@media (max-width: 1500px) {
  .honor_20220215 h2 {
    margin-top: 0px;
    margin-bottom: 53.57142857px;
  }
}
@media (max-width: 1440px) {
  .honor_20220215 h2 {
    margin-top: 0px;
    margin-bottom: 51.42857143px;
  }
}
@media (max-width: 1366px) {
  .honor_20220215 h2 {
    margin-top: 0px;
    margin-bottom: 48.78571429px;
  }
}
@media (max-width: 1280px) {
  .honor_20220215 h2 {
    margin-top: 0px;
    margin-bottom: 45.71428571px;
  }
}
@media (max-width: 1152px) {
  .honor_20220215 h2 {
    margin-top: 0px;
    margin-bottom: 41.14285714px;
  }
}
@media (max-width: 1024px) {
  .honor_20220215 h2 {
    margin-top: 0px;
    margin-bottom: 36.57142857px;
  }
}
@media (max-width: 990px) {
  .honor_20220215 h2 {
    margin-top: 0px;
    margin-bottom: 35.35714286px;
  }
}
.honor_20220215 .honor_s {
  overflow: hidden;
  position: relative;
}
@media (max-width: 1920px) {
  .honor_20220215 .honor_s {
    padding-top: 0px;
    padding-bottom: 65px;
  }
}
@media (max-width: 1776px) {
  .honor_20220215 .honor_s {
    padding-top: 0px;
    padding-bottom: 58.89795918px;
  }
}
@media (max-width: 1680) {
  .honor_20220215 .honor_s {
    padding-top: 0px;
    padding-bottom: 55.71428571px;
  }
}
@media (max-width: 1600px) {
  .honor_20220215 .honor_s {
    padding-top: 0px;
    padding-bottom: 53.06122449px;
  }
}
@media (max-width: 1500px) {
  .honor_20220215 .honor_s {
    padding-top: 0px;
    padding-bottom: 49.74489796px;
  }
}
@media (max-width: 1440px) {
  .honor_20220215 .honor_s {
    padding-top: 0px;
    padding-bottom: 47.75510204px;
  }
}
@media (max-width: 1366px) {
  .honor_20220215 .honor_s {
    padding-top: 0px;
    padding-bottom: 45.30102041px;
  }
}
@media (max-width: 1280px) {
  .honor_20220215 .honor_s {
    padding-top: 0px;
    padding-bottom: 42.44897959px;
  }
}
@media (max-width: 1152px) {
  .honor_20220215 .honor_s {
    padding-top: 0px;
    padding-bottom: 38.20408163px;
  }
}
@media (max-width: 1024px) {
  .honor_20220215 .honor_s {
    padding-top: 0px;
    padding-bottom: 33.95918367px;
  }
}
@media (max-width: 990px) {
  .honor_20220215 .honor_s {
    padding-top: 0px;
    padding-bottom: 32.83163265px;
  }
}
.honor_20220215 .honor_s .swiper-pagination {
  bottom: 0;
}
.honor_20220215 .honor_s .swiper-pagination span {
  width: 10px;
  height: 10px;
  background: #cccccc;
  border-radius: 5px;
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.honor_20220215 .honor_s .swiper-pagination span.swiper-pagination-bullet-active {
  background: #18957a;
  width: 24px;
}
.honor_20220215 .honor_s .swiper-slide a {
  display: block;
  padding: 0 15px;
  border: 1px solid #dadada;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.honor_20220215 .honor_s .swiper-slide a:before {
  content: '';
  width: 0;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.honor_20220215 .honor_s .swiper-slide a:hover {
  border-color: rgba(218, 218, 218, 0.5);
}
.honor_20220215 .honor_s .swiper-slide a:hover:before {
  width: 100%;
  background: #e67920;
}
.honor_20220215 .honor_s .swiper-slide a:hover .imgbox {
  border-color: rgba(218, 218, 218, 0.5);
}
.honor_20220215 .honor_s .swiper-slide a:hover .imgbox img {
  opacity: 0.5;
}
.honor_20220215 .honor_s .swiper-slide a:hover .imgbox i {
  opacity: 1;
}
.honor_20220215 .honor_s .swiper-slide a:hover p {
  opacity: 0.5;
}
.honor_20220215 .honor_s .swiper-slide a .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  border-bottom: 1px solid #dadada;
  position: relative;
}
.honor_20220215 .honor_s .swiper-slide a .imgbox img {
  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%);
  max-width: 80%;
  max-height: 80%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.honor_20220215 .honor_s .swiper-slide a .imgbox i {
  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;
  z-index: 2;
  width: 3.125vw;
  height: 3.125vw;
  background: url(../images/fd_20220215.png) no-repeat center;
  display: block;
  opacity: 0;
  background-size: 100%;
}
.honor_20220215 .honor_s .swiper-slide a p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #666666;
}
@media (max-width: 1920px) {
  .honor_20220215 .honor_s .swiper-slide a p {
    padding-top: 38px;
    padding-bottom: 38px;
  }
}
@media (max-width: 1776px) {
  .honor_20220215 .honor_s .swiper-slide a p {
    padding-top: 34.43265306px;
    padding-bottom: 34.43265306px;
  }
}
@media (max-width: 1680) {
  .honor_20220215 .honor_s .swiper-slide a p {
    padding-top: 32.57142857px;
    padding-bottom: 32.57142857px;
  }
}
@media (max-width: 1600px) {
  .honor_20220215 .honor_s .swiper-slide a p {
    padding-top: 31.02040816px;
    padding-bottom: 31.02040816px;
  }
}
@media (max-width: 1500px) {
  .honor_20220215 .honor_s .swiper-slide a p {
    padding-top: 29.08163265px;
    padding-bottom: 29.08163265px;
  }
}
@media (max-width: 1440px) {
  .honor_20220215 .honor_s .swiper-slide a p {
    padding-top: 27.91836735px;
    padding-bottom: 27.91836735px;
  }
}
@media (max-width: 1366px) {
  .honor_20220215 .honor_s .swiper-slide a p {
    padding-top: 26.48367347px;
    padding-bottom: 26.48367347px;
  }
}
@media (max-width: 1280px) {
  .honor_20220215 .honor_s .swiper-slide a p {
    padding-top: 24.81632653px;
    padding-bottom: 24.81632653px;
  }
}
@media (max-width: 1152px) {
  .honor_20220215 .honor_s .swiper-slide a p {
    padding-top: 22.33469388px;
    padding-bottom: 22.33469388px;
  }
}
@media (max-width: 1024px) {
  .honor_20220215 .honor_s .swiper-slide a p {
    padding-top: 19.85306122px;
    padding-bottom: 19.85306122px;
  }
}
@media (max-width: 990px) {
  .honor_20220215 .honor_s .swiper-slide a p {
    padding-top: 19.19387755px;
    padding-bottom: 19.19387755px;
  }
}
@media (max-width: 2048px) {
  .honor_20220215 .honor_s .swiper-slide a p {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .honor_20220215 .honor_s .swiper-slide a p {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .honor_20220215 .honor_s .swiper-slide a p {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .honor_20220215 .honor_s .swiper-slide a p {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .honor_20220215 .honor_s .swiper-slide a p {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .honor_20220215 .honor_s .swiper-slide a p {
    font-size: 9.6px;
  }
}
@media (max-width: 1440px) {
  .honor_20220215 .honor_s .swiper-slide a p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1024px) {
  .honor_20220215 .honor_s .swiper-slide a p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .honor_20220215 {
    padding-top: 40px;
  }
  .honor_20220215 h2 {
    margin-bottom: 20px;
  }
  .honor_20220215 .honor_s .swiper-slide a p {
    padding: 15px 0;
  }
}
.tab_20220215 {
  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: 1920px) {
  .tab_20220215 {
    padding-top: 120px;
    padding-bottom: 70px;
  }
}
@media (max-width: 1776px) {
  .tab_20220215 {
    padding-top: 108.73469388px;
    padding-bottom: 63.42857143px;
  }
}
@media (max-width: 1680) {
  .tab_20220215 {
    padding-top: 102.85714286px;
    padding-bottom: 60px;
  }
}
@media (max-width: 1600px) {
  .tab_20220215 {
    padding-top: 97.95918367px;
    padding-bottom: 57.14285714px;
  }
}
@media (max-width: 1500px) {
  .tab_20220215 {
    padding-top: 91.83673469px;
    padding-bottom: 53.57142857px;
  }
}
@media (max-width: 1440px) {
  .tab_20220215 {
    padding-top: 88.16326531px;
    padding-bottom: 51.42857143px;
  }
}
@media (max-width: 1366px) {
  .tab_20220215 {
    padding-top: 83.63265306px;
    padding-bottom: 48.78571429px;
  }
}
@media (max-width: 1280px) {
  .tab_20220215 {
    padding-top: 78.36734694px;
    padding-bottom: 45.71428571px;
  }
}
@media (max-width: 1152px) {
  .tab_20220215 {
    padding-top: 70.53061224px;
    padding-bottom: 41.14285714px;
  }
}
@media (max-width: 1024px) {
  .tab_20220215 {
    padding-top: 62.69387755px;
    padding-bottom: 36.57142857px;
  }
}
@media (max-width: 990px) {
  .tab_20220215 {
    padding-top: 60.6122449px;
    padding-bottom: 35.35714286px;
  }
}
.tab_20220215 a {
  width: 228px;
  height: 72px;
  background: #fff;
  border: 1px solid #18957a;
  color: #fff;
  color: #18957a;
  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;
}
@media (max-width: 2048px) {
  .tab_20220215 a {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .tab_20220215 a {
    font-size: 24px;
  }
}
@media (max-width: 1680px) {
  .tab_20220215 a {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .tab_20220215 a {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .tab_20220215 a {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .tab_20220215 a {
    font-size: 12.8px;
  }
}
@media (max-width: 1440px) {
  .tab_20220215 a {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .tab_20220215 a {
    font-size: 16px;
  }
}
.tab_20220215 a.on,
.tab_20220215 a:hover {
  background: #18957a;
  color: #fff;
}
.tab_20220215 a:first-child {
  border-top-left-radius: 36px;
  border-bottom-left-radius: 36px;
}
.tab_20220215 a:last-child {
  border-top-right-radius: 36px;
  border-bottom-right-radius: 36px;
}
@media (max-width: 1440px) {
  .tab_20220215 a {
    width: 180px;
    height: 60px;
  }
  .tab_20220215 a:first-child {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }
  .tab_20220215 a:last-child {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }
}
@media (max-width: 1024px) {
  .tab_20220215 a {
    width: 150px;
    height: 45px;
  }
  .tab_20220215 a:first-child {
    border-top-left-radius: 22.5px;
    border-bottom-left-radius: 22.5px;
  }
  .tab_20220215 a:last-child {
    border-top-right-radius: 22.5px;
    border-bottom-right-radius: 22.5px;
  }
}
@media (max-width: 768px) {
  .tab_20220215 {
    padding: 30px 0 20px;
  }
  .tab_20220215 a {
    width: 120px;
    height: 40px;
  }
  .tab_20220215 a:first-child {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .tab_20220215 a:last-child {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}
.coo_list_20020216 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-bottom: 1.25vw;
}
.coo_list_20020216 li {
  width: 23.125%;
  margin-right: 2.5%;
  background: #f7f7f7;
  padding: 0 1.56vw;
  margin-bottom: 1.8vw;
}
.coo_list_20020216 li:nth-child(4n) {
  margin-right: 0;
}
.coo_list_20020216 li:hover h3 {
  color: #18957a;
}
.coo_list_20020216 li:hover .imgbox img {
  -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);
}
.coo_list_20020216 li:hover .bot {
  color: #18957a;
}
.coo_list_20020216 li:hover .bot:before {
  height: 2px;
  background: #18957a;
}
.coo_list_20020216 li .time {
  color: #999999;
}
@media (max-width: 1920px) {
  .coo_list_20020216 li .time {
    padding-top: 25px;
    padding-bottom: 12px;
  }
}
@media (max-width: 1776px) {
  .coo_list_20020216 li .time {
    padding-top: 22.65306122px;
    padding-bottom: 10.87346939px;
  }
}
@media (max-width: 1680) {
  .coo_list_20020216 li .time {
    padding-top: 21.42857143px;
    padding-bottom: 10.28571429px;
  }
}
@media (max-width: 1600px) {
  .coo_list_20020216 li .time {
    padding-top: 20.40816327px;
    padding-bottom: 9.79591837px;
  }
}
@media (max-width: 1500px) {
  .coo_list_20020216 li .time {
    padding-top: 19.13265306px;
    padding-bottom: 9.18367347px;
  }
}
@media (max-width: 1440px) {
  .coo_list_20020216 li .time {
    padding-top: 18.36734694px;
    padding-bottom: 8.81632653px;
  }
}
@media (max-width: 1366px) {
  .coo_list_20020216 li .time {
    padding-top: 17.42346939px;
    padding-bottom: 8.36326531px;
  }
}
@media (max-width: 1280px) {
  .coo_list_20020216 li .time {
    padding-top: 16.32653061px;
    padding-bottom: 7.83673469px;
  }
}
@media (max-width: 1152px) {
  .coo_list_20020216 li .time {
    padding-top: 14.69387755px;
    padding-bottom: 7.05306122px;
  }
}
@media (max-width: 1024px) {
  .coo_list_20020216 li .time {
    padding-top: 13.06122449px;
    padding-bottom: 6.26938776px;
  }
}
@media (max-width: 990px) {
  .coo_list_20020216 li .time {
    padding-top: 12.62755102px;
    padding-bottom: 6.06122449px;
  }
}
@media (max-width: 2048px) {
  .coo_list_20020216 li .time {
    font-size: 17.06666667px;
  }
}
@media (max-width: 1920px) {
  .coo_list_20020216 li .time {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .coo_list_20020216 li .time {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .coo_list_20020216 li .time {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .coo_list_20020216 li .time {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .coo_list_20020216 li .time {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1440px) {
  .coo_list_20020216 li .time {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .coo_list_20020216 li .time {
    font-size: 12px;
  }
}
.coo_list_20020216 li h3 {
  line-height: 30px;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: bold;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 2048px) {
  .coo_list_20020216 li h3 {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .coo_list_20020216 li h3 {
    font-size: 20px;
  }
}
@media (max-width: 1680px) {
  .coo_list_20020216 li h3 {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .coo_list_20020216 li h3 {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .coo_list_20020216 li h3 {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .coo_list_20020216 li h3 {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1440px) {
  .coo_list_20020216 li h3 {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .coo_list_20020216 li h3 {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 768px) {
  .coo_list_20020216 li h3 {
    font-size: 14px;
    line-height: 24px;
  }
}
.coo_list_20020216 li .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 118%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1920px) {
  .coo_list_20020216 li .imgbox {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1776px) {
  .coo_list_20020216 li .imgbox {
    margin-top: 22.65306122px;
    margin-bottom: 22.65306122px;
  }
}
@media (max-width: 1680) {
  .coo_list_20020216 li .imgbox {
    margin-top: 21.42857143px;
    margin-bottom: 21.42857143px;
  }
}
@media (max-width: 1600px) {
  .coo_list_20020216 li .imgbox {
    margin-top: 20.40816327px;
    margin-bottom: 20.40816327px;
  }
}
@media (max-width: 1500px) {
  .coo_list_20020216 li .imgbox {
    margin-top: 19.13265306px;
    margin-bottom: 19.13265306px;
  }
}
@media (max-width: 1440px) {
  .coo_list_20020216 li .imgbox {
    margin-top: 18.36734694px;
    margin-bottom: 18.36734694px;
  }
}
@media (max-width: 1366px) {
  .coo_list_20020216 li .imgbox {
    margin-top: 17.42346939px;
    margin-bottom: 17.42346939px;
  }
}
@media (max-width: 1280px) {
  .coo_list_20020216 li .imgbox {
    margin-top: 16.32653061px;
    margin-bottom: 16.32653061px;
  }
}
@media (max-width: 1152px) {
  .coo_list_20020216 li .imgbox {
    margin-top: 14.69387755px;
    margin-bottom: 14.69387755px;
  }
}
@media (max-width: 1024px) {
  .coo_list_20020216 li .imgbox {
    margin-top: 13.06122449px;
    margin-bottom: 13.06122449px;
  }
}
@media (max-width: 990px) {
  .coo_list_20020216 li .imgbox {
    margin-top: 12.62755102px;
    margin-bottom: 12.62755102px;
  }
}
.coo_list_20020216 li .imgbox img {
  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;
}
.coo_list_20020216 li p {
  line-height: 30px;
  height: 90px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media (max-width: 2048px) {
  .coo_list_20020216 li p {
    font-size: 17.06666667px;
  }
}
@media (max-width: 1920px) {
  .coo_list_20020216 li p {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .coo_list_20020216 li p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .coo_list_20020216 li p {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .coo_list_20020216 li p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .coo_list_20020216 li p {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1440px) {
  .coo_list_20020216 li p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .coo_list_20020216 li p {
    font-size: 12px;
  }
}
@media (max-width: 1920px) {
  .coo_list_20020216 li p {
    margin-top: 0px;
    margin-bottom: 35px;
  }
}
@media (max-width: 1776px) {
  .coo_list_20020216 li p {
    margin-top: 0px;
    margin-bottom: 31.71428571px;
  }
}
@media (max-width: 1680) {
  .coo_list_20020216 li p {
    margin-top: 0px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1600px) {
  .coo_list_20020216 li p {
    margin-top: 0px;
    margin-bottom: 28.57142857px;
  }
}
@media (max-width: 1500px) {
  .coo_list_20020216 li p {
    margin-top: 0px;
    margin-bottom: 26.78571429px;
  }
}
@media (max-width: 1440px) {
  .coo_list_20020216 li p {
    margin-top: 0px;
    margin-bottom: 25.71428571px;
  }
}
@media (max-width: 1366px) {
  .coo_list_20020216 li p {
    margin-top: 0px;
    margin-bottom: 24.39285714px;
  }
}
@media (max-width: 1280px) {
  .coo_list_20020216 li p {
    margin-top: 0px;
    margin-bottom: 22.85714286px;
  }
}
@media (max-width: 1152px) {
  .coo_list_20020216 li p {
    margin-top: 0px;
    margin-bottom: 20.57142857px;
  }
}
@media (max-width: 1024px) {
  .coo_list_20020216 li p {
    margin-top: 0px;
    margin-bottom: 18.28571429px;
  }
}
@media (max-width: 990px) {
  .coo_list_20020216 li p {
    margin-top: 0px;
    margin-bottom: 17.67857143px;
  }
}
.coo_list_20020216 li .bot {
  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;
  color: #999999;
  position: relative;
  font-weight: bold;
}
@media (max-width: 2048px) {
  .coo_list_20020216 li .bot {
    font-size: 17.06666667px;
  }
}
@media (max-width: 1920px) {
  .coo_list_20020216 li .bot {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .coo_list_20020216 li .bot {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .coo_list_20020216 li .bot {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .coo_list_20020216 li .bot {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .coo_list_20020216 li .bot {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1440px) {
  .coo_list_20020216 li .bot {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .coo_list_20020216 li .bot {
    font-size: 12px;
  }
}
@media (max-width: 1920px) {
  .coo_list_20020216 li .bot {
    padding-top: 15px;
    padding-bottom: 18px;
  }
}
@media (max-width: 1776px) {
  .coo_list_20020216 li .bot {
    padding-top: 13.59183673px;
    padding-bottom: 16.31020408px;
  }
}
@media (max-width: 1680) {
  .coo_list_20020216 li .bot {
    padding-top: 12.85714286px;
    padding-bottom: 15.42857143px;
  }
}
@media (max-width: 1600px) {
  .coo_list_20020216 li .bot {
    padding-top: 12.24489796px;
    padding-bottom: 14.69387755px;
  }
}
@media (max-width: 1500px) {
  .coo_list_20020216 li .bot {
    padding-top: 11.47959184px;
    padding-bottom: 13.7755102px;
  }
}
@media (max-width: 1440px) {
  .coo_list_20020216 li .bot {
    padding-top: 11.02040816px;
    padding-bottom: 13.2244898px;
  }
}
@media (max-width: 1366px) {
  .coo_list_20020216 li .bot {
    padding-top: 10.45408163px;
    padding-bottom: 12.54489796px;
  }
}
@media (max-width: 1280px) {
  .coo_list_20020216 li .bot {
    padding-top: 9.79591837px;
    padding-bottom: 11.75510204px;
  }
}
@media (max-width: 1152px) {
  .coo_list_20020216 li .bot {
    padding-top: 8.81632653px;
    padding-bottom: 10.57959184px;
  }
}
@media (max-width: 1024px) {
  .coo_list_20020216 li .bot {
    padding-top: 7.83673469px;
    padding-bottom: 9.40408163px;
  }
}
@media (max-width: 990px) {
  .coo_list_20020216 li .bot {
    padding-top: 7.57653061px;
    padding-bottom: 9.09183673px;
  }
}
.coo_list_20020216 li .bot:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  background: #e9e9e9;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 2048px) {
  .coo_list_20020216 li .bot i {
    font-size: 23.46666667px;
  }
}
@media (max-width: 1920px) {
  .coo_list_20020216 li .bot i {
    font-size: 22px;
  }
}
@media (max-width: 1680px) {
  .coo_list_20020216 li .bot i {
    font-size: 19.25px;
  }
}
@media (max-width: 1440px) {
  .coo_list_20020216 li .bot i {
    font-size: 16.5px;
  }
}
@media (max-width: 1280px) {
  .coo_list_20020216 li .bot i {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  .coo_list_20020216 li .bot i {
    font-size: 11.73333333px;
  }
}
@media (max-width: 1440px) {
  .coo_list_20020216 li .bot i {
    font-size: 16.5px;
  }
}
@media (max-width: 1024px) {
  .coo_list_20020216 li .bot i {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1920px) {
  .fy_p_202220216 {
    margin-top: 0px;
    margin-bottom: 120px;
  }
}
@media (max-width: 1776px) {
  .fy_p_202220216 {
    margin-top: 0px;
    margin-bottom: 108.73469388px;
  }
}
@media (max-width: 1680) {
  .fy_p_202220216 {
    margin-top: 0px;
    margin-bottom: 102.85714286px;
  }
}
@media (max-width: 1600px) {
  .fy_p_202220216 {
    margin-top: 0px;
    margin-bottom: 97.95918367px;
  }
}
@media (max-width: 1500px) {
  .fy_p_202220216 {
    margin-top: 0px;
    margin-bottom: 91.83673469px;
  }
}
@media (max-width: 1440px) {
  .fy_p_202220216 {
    margin-top: 0px;
    margin-bottom: 88.16326531px;
  }
}
@media (max-width: 1366px) {
  .fy_p_202220216 {
    margin-top: 0px;
    margin-bottom: 83.63265306px;
  }
}
@media (max-width: 1280px) {
  .fy_p_202220216 {
    margin-top: 0px;
    margin-bottom: 78.36734694px;
  }
}
@media (max-width: 1152px) {
  .fy_p_202220216 {
    margin-top: 0px;
    margin-bottom: 70.53061224px;
  }
}
@media (max-width: 1024px) {
  .fy_p_202220216 {
    margin-top: 0px;
    margin-bottom: 62.69387755px;
  }
}
@media (max-width: 990px) {
  .fy_p_202220216 {
    margin-top: 0px;
    margin-bottom: 60.6122449px;
  }
}
@media (max-width: 1440px) {
  .coo_list_20020216 li h3 {
    height: 52px;
  }
  .coo_list_20020216 li p {
    height: 72px;
  }
}
@media (max-width: 1024px) {
  .coo_list_20020216 li h3 {
    font-size: 16px;
    line-height: 24px;
  }
  .coo_list_20020216 li p {
    height: 72px;
  }
}
@media (max-width: 768px) {
  .fy_p_202220216 {
    margin-bottom: 40px;
  }
  .coo_list_20020216 {
    margin-bottom: 10px;
  }
  .coo_list_20020216 li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 10px;
    padding: 0 15px;
  }
  .coo_list_20020216 li:nth-child(2n) {
    margin-right: 0;
  }
}
.contanct1_202202215 {
  background: url(../images/map_20220215.jpg) no-repeat top left;
  background-size: 46.4% auto;
}
@media (max-width: 1920px) {
  .contanct1_202202215 {
    padding-top: 115px;
    padding-bottom: 120px;
  }
}
@media (max-width: 1776px) {
  .contanct1_202202215 {
    padding-top: 104.20408163px;
    padding-bottom: 108.73469388px;
  }
}
@media (max-width: 1680) {
  .contanct1_202202215 {
    padding-top: 98.57142857px;
    padding-bottom: 102.85714286px;
  }
}
@media (max-width: 1600px) {
  .contanct1_202202215 {
    padding-top: 93.87755102px;
    padding-bottom: 97.95918367px;
  }
}
@media (max-width: 1500px) {
  .contanct1_202202215 {
    padding-top: 88.01020408px;
    padding-bottom: 91.83673469px;
  }
}
@media (max-width: 1440px) {
  .contanct1_202202215 {
    padding-top: 84.48979592px;
    padding-bottom: 88.16326531px;
  }
}
@media (max-width: 1366px) {
  .contanct1_202202215 {
    padding-top: 80.14795918px;
    padding-bottom: 83.63265306px;
  }
}
@media (max-width: 1280px) {
  .contanct1_202202215 {
    padding-top: 75.10204082px;
    padding-bottom: 78.36734694px;
  }
}
@media (max-width: 1152px) {
  .contanct1_202202215 {
    padding-top: 67.59183673px;
    padding-bottom: 70.53061224px;
  }
}
@media (max-width: 1024px) {
  .contanct1_202202215 {
    padding-top: 60.08163265px;
    padding-bottom: 62.69387755px;
  }
}
@media (max-width: 990px) {
  .contanct1_202202215 {
    padding-top: 58.08673469px;
    padding-bottom: 60.6122449px;
  }
}
.contanct1_202202215 .w1440 {
  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;
}
.contanct1_202202215 .w1440 .left {
  width: 48%;
}
.contanct1_202202215 .w1440 .right {
  width: 50%;
}
.contanct1_202202215 h3 {
  color: #18957a;
  font-weight: bold;
}
@media (max-width: 2048px) {
  .contanct1_202202215 h3 {
    font-size: 42.66666667px;
  }
}
@media (max-width: 1920px) {
  .contanct1_202202215 h3 {
    font-size: 40px;
  }
}
@media (max-width: 1680px) {
  .contanct1_202202215 h3 {
    font-size: 35px;
  }
}
@media (max-width: 1440px) {
  .contanct1_202202215 h3 {
    font-size: 30px;
  }
}
@media (max-width: 1280px) {
  .contanct1_202202215 h3 {
    font-size: 26.66666667px;
  }
}
@media (max-width: 1024px) {
  .contanct1_202202215 h3 {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .contanct1_202202215 h3 {
    margin-top: 75px;
    margin-bottom: 70px;
  }
}
@media (max-width: 1776px) {
  .contanct1_202202215 h3 {
    margin-top: 67.95918367px;
    margin-bottom: 63.42857143px;
  }
}
@media (max-width: 1680) {
  .contanct1_202202215 h3 {
    margin-top: 64.28571429px;
    margin-bottom: 60px;
  }
}
@media (max-width: 1600px) {
  .contanct1_202202215 h3 {
    margin-top: 61.2244898px;
    margin-bottom: 57.14285714px;
  }
}
@media (max-width: 1500px) {
  .contanct1_202202215 h3 {
    margin-top: 57.39795918px;
    margin-bottom: 53.57142857px;
  }
}
@media (max-width: 1440px) {
  .contanct1_202202215 h3 {
    margin-top: 55.10204082px;
    margin-bottom: 51.42857143px;
  }
}
@media (max-width: 1366px) {
  .contanct1_202202215 h3 {
    margin-top: 52.27040816px;
    margin-bottom: 48.78571429px;
  }
}
@media (max-width: 1280px) {
  .contanct1_202202215 h3 {
    margin-top: 48.97959184px;
    margin-bottom: 45.71428571px;
  }
}
@media (max-width: 1152px) {
  .contanct1_202202215 h3 {
    margin-top: 44.08163265px;
    margin-bottom: 41.14285714px;
  }
}
@media (max-width: 1024px) {
  .contanct1_202202215 h3 {
    margin-top: 39.18367347px;
    margin-bottom: 36.57142857px;
  }
}
@media (max-width: 990px) {
  .contanct1_202202215 h3 {
    margin-top: 37.88265306px;
    margin-bottom: 35.35714286px;
  }
}
.contanct1_202202215 .items {
  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;
  margin-bottom: -2vw;
}
.contanct1_202202215 .items .item {
  margin-right: 1.56vw;
}
.contanct1_202202215 .items .item:last-child {
  margin-right: 0;
}
.contanct1_202202215 .item {
  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-bottom: 2vw;
}
.contanct1_202202215 .item img {
  width: 3.125vw;
  margin-right: 1.035vw;
}
.contanct1_202202215 .item .art {
  width: calc(100% - 4.16vw);
}
.contanct1_202202215 .item .art span {
  color: #999999;
}
@media (max-width: 2048px) {
  .contanct1_202202215 .item .art span {
    font-size: 17.06666667px;
  }
}
@media (max-width: 1920px) {
  .contanct1_202202215 .item .art span {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .contanct1_202202215 .item .art span {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .contanct1_202202215 .item .art span {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .contanct1_202202215 .item .art span {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .contanct1_202202215 .item .art span {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1440px) {
  .contanct1_202202215 .item .art span {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .contanct1_202202215 .item .art span {
    font-size: 12px;
  }
}
.contanct1_202202215 .item .art p {
  color: #333333;
}
@media (max-width: 2048px) {
  .contanct1_202202215 .item .art p {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .contanct1_202202215 .item .art p {
    font-size: 20px;
  }
}
@media (max-width: 1680px) {
  .contanct1_202202215 .item .art p {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .contanct1_202202215 .item .art p {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .contanct1_202202215 .item .art p {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .contanct1_202202215 .item .art p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1440px) {
  .contanct1_202202215 .item .art p {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .contanct1_202202215 .item .art p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 768px) {
  .contanct1_202202215 .item .art p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1920px) {
  .contanct1_202202215 .item .art p {
    margin-top: 8px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1776px) {
  .contanct1_202202215 .item .art p {
    margin-top: 7.24897959px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1680) {
  .contanct1_202202215 .item .art p {
    margin-top: 6.85714286px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1600px) {
  .contanct1_202202215 .item .art p {
    margin-top: 6.53061224px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1500px) {
  .contanct1_202202215 .item .art p {
    margin-top: 6.12244898px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1440px) {
  .contanct1_202202215 .item .art p {
    margin-top: 5.87755102px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1366px) {
  .contanct1_202202215 .item .art p {
    margin-top: 5.5755102px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1280px) {
  .contanct1_202202215 .item .art p {
    margin-top: 5.2244898px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1152px) {
  .contanct1_202202215 .item .art p {
    margin-top: 4.70204082px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1024px) {
  .contanct1_202202215 .item .art p {
    margin-top: 4.17959184px;
    margin-bottom: 0px;
  }
}
@media (max-width: 990px) {
  .contanct1_202202215 .item .art p {
    margin-top: 4.04081633px;
    margin-bottom: 0px;
  }
}
.contanct1_202202215 h4 {
  color: #333333;
  font-weight: 600;
}
@media (max-width: 2048px) {
  .contanct1_202202215 h4 {
    font-size: 23.46666667px;
  }
}
@media (max-width: 1920px) {
  .contanct1_202202215 h4 {
    font-size: 22px;
  }
}
@media (max-width: 1680px) {
  .contanct1_202202215 h4 {
    font-size: 19.25px;
  }
}
@media (max-width: 1440px) {
  .contanct1_202202215 h4 {
    font-size: 16.5px;
  }
}
@media (max-width: 1280px) {
  .contanct1_202202215 h4 {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  .contanct1_202202215 h4 {
    font-size: 11.73333333px;
  }
}
@media (max-width: 1440px) {
  .contanct1_202202215 h4 {
    font-size: 16.5px;
  }
}
@media (max-width: 1024px) {
  .contanct1_202202215 h4 {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1920px) {
  .contanct1_202202215 h4 {
    margin-top: 5px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1776px) {
  .contanct1_202202215 h4 {
    margin-top: 4.53061224px;
    margin-bottom: 36.24489796px;
  }
}
@media (max-width: 1680) {
  .contanct1_202202215 h4 {
    margin-top: 4.28571429px;
    margin-bottom: 34.28571429px;
  }
}
@media (max-width: 1600px) {
  .contanct1_202202215 h4 {
    margin-top: 4.08163265px;
    margin-bottom: 32.65306122px;
  }
}
@media (max-width: 1500px) {
  .contanct1_202202215 h4 {
    margin-top: 3.82653061px;
    margin-bottom: 30.6122449px;
  }
}
@media (max-width: 1440px) {
  .contanct1_202202215 h4 {
    margin-top: 3.67346939px;
    margin-bottom: 29.3877551px;
  }
}
@media (max-width: 1366px) {
  .contanct1_202202215 h4 {
    margin-top: 3.48469388px;
    margin-bottom: 27.87755102px;
  }
}
@media (max-width: 1280px) {
  .contanct1_202202215 h4 {
    margin-top: 3.26530612px;
    margin-bottom: 26.12244898px;
  }
}
@media (max-width: 1152px) {
  .contanct1_202202215 h4 {
    margin-top: 2.93877551px;
    margin-bottom: 23.51020408px;
  }
}
@media (max-width: 1024px) {
  .contanct1_202202215 h4 {
    margin-top: 2.6122449px;
    margin-bottom: 20.89795918px;
  }
}
@media (max-width: 990px) {
  .contanct1_202202215 h4 {
    margin-top: 2.5255102px;
    margin-bottom: 20.20408163px;
  }
}
.form_20220215 {
  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;
}
.form_20220215 input,
.form_20220215 textarea {
  width: 100%;
  padding: 0.9vw 1vw;
  color: #666666;
  background: #f7f7f7;
  margin-bottom: 1.875vw;
  border-radius: 5px;
  border: 1px solid #e9e9e9;
}
@media (max-width: 2048px) {
  .form_20220215 input,
  .form_20220215 textarea {
    font-size: 17.06666667px;
  }
}
@media (max-width: 1920px) {
  .form_20220215 input,
  .form_20220215 textarea {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .form_20220215 input,
  .form_20220215 textarea {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .form_20220215 input,
  .form_20220215 textarea {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .form_20220215 input,
  .form_20220215 textarea {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .form_20220215 input,
  .form_20220215 textarea {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1440px) {
  .form_20220215 input,
  .form_20220215 textarea {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .form_20220215 input,
  .form_20220215 textarea {
    font-size: 12px;
  }
}
.form_20220215 input::placeholder,
.form_20220215 textarea::placeholder {
  color: #666666;
}
@media (max-width: 2048px) {
  .form_20220215 input::placeholder,
  .form_20220215 textarea::placeholder {
    font-size: 17.06666667px;
  }
}
@media (max-width: 1920px) {
  .form_20220215 input::placeholder,
  .form_20220215 textarea::placeholder {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .form_20220215 input::placeholder,
  .form_20220215 textarea::placeholder {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .form_20220215 input::placeholder,
  .form_20220215 textarea::placeholder {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .form_20220215 input::placeholder,
  .form_20220215 textarea::placeholder {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .form_20220215 input::placeholder,
  .form_20220215 textarea::placeholder {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1440px) {
  .form_20220215 input::placeholder,
  .form_20220215 textarea::placeholder {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .form_20220215 input::placeholder,
  .form_20220215 textarea::placeholder {
    font-size: 12px;
  }
}
.form_20220215 .i1 {
  width: 48%;
}
.form_20220215 textarea {
  height: 165px;
  margin-bottom: 2.5vw;
}
@media (max-width: 768px) {
  .contanct1_202202215 {
    padding: 40px 0;
  }
  .contanct1_202202215 .w1440 {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .contanct1_202202215 .w1440 .left {
    width: 100%;
    margin-bottom: 15px;
  }
  .contanct1_202202215 .w1440 .right {
    width: 100%;
  }
  .contanct1_202202215 .items {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .contanct1_202202215 .items .item {
    width: 100%;
    margin-right: 0;
  }
  .contanct1_202202215 .item img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .contanct1_202202215 .item .art {
    width: calc(100% - 50px);
  }
  .contanct1_202202215 .item .art p {
    margin-top: 0;
  }
  .contanct1_202202215 h3 {
    margin: 15px 0 10px;
    font-size: 18px;
  }
  .contanct1_202202215 h4 {
    margin-bottom: 15px;
    line-height: 20px;
  }
  .form_20220215 textarea {
    height: 100px;
  }
}
.map_20220215 {
  position: relative;
  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;
}
.map_20220215 > img {
  min-height: 250px;
  object-fit: cover;
}
.map_20220215 .box {
  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;
  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;
}
.map_20220215 .box .art {
  background: #fff;
  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: 1.4vw 3.5vw;
  border-radius: 5px;
  position: relative;
}
.map_20220215 .box .art:before {
  content: '';
  width: 100%;
  height: 16px;
  bottom: -14px;
  position: absolute;
  left: 0;
  background: url(../images/jt2_20220215.png) no-repeat center;
}
.map_20220215 .box .art img {
  max-height: 1.6vw;
}
.map_20220215 .box .art p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
}
@media (max-width: 1920px) {
  .map_20220215 .box .art p {
    margin-top: 10px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1776px) {
  .map_20220215 .box .art p {
    margin-top: 9.06122449px;
    margin-bottom: 13.59183673px;
  }
}
@media (max-width: 1680) {
  .map_20220215 .box .art p {
    margin-top: 8.57142857px;
    margin-bottom: 12.85714286px;
  }
}
@media (max-width: 1600px) {
  .map_20220215 .box .art p {
    margin-top: 8.16326531px;
    margin-bottom: 12.24489796px;
  }
}
@media (max-width: 1500px) {
  .map_20220215 .box .art p {
    margin-top: 7.65306122px;
    margin-bottom: 11.47959184px;
  }
}
@media (max-width: 1440px) {
  .map_20220215 .box .art p {
    margin-top: 7.34693878px;
    margin-bottom: 11.02040816px;
  }
}
@media (max-width: 1366px) {
  .map_20220215 .box .art p {
    margin-top: 6.96938776px;
    margin-bottom: 10.45408163px;
  }
}
@media (max-width: 1280px) {
  .map_20220215 .box .art p {
    margin-top: 6.53061224px;
    margin-bottom: 9.79591837px;
  }
}
@media (max-width: 1152px) {
  .map_20220215 .box .art p {
    margin-top: 5.87755102px;
    margin-bottom: 8.81632653px;
  }
}
@media (max-width: 1024px) {
  .map_20220215 .box .art p {
    margin-top: 5.2244898px;
    margin-bottom: 7.83673469px;
  }
}
@media (max-width: 990px) {
  .map_20220215 .box .art p {
    margin-top: 5.05102041px;
    margin-bottom: 7.57653061px;
  }
}
@media (max-width: 2048px) {
  .map_20220215 .box .art p {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .map_20220215 .box .art p {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .map_20220215 .box .art p {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .map_20220215 .box .art p {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .map_20220215 .box .art p {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .map_20220215 .box .art p {
    font-size: 9.6px;
  }
}
@media (max-width: 1440px) {
  .map_20220215 .box .art p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1024px) {
  .map_20220215 .box .art p {
    font-size: 14px;
    line-height: 24px;
  }
}
.map_20220215 .box .dw {
  margin-top: 30px;
  position: relative;
}
.map_20220215 .box .dw img {
  animation: yfd1 2s linear infinite;
}
.map_20220215 .box .dw:before,
.map_20220215 .box .dwafter {
  content: '';
  width: 228%;
  height: 164%;
  background: url(../images/dw2_20220215.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}
.map_20220215 .box .dw:before {
  animation: yfd 2s linear infinite;
}
.map_20220215 .box .dw:before {
  animation: yfd2 2s linear infinite;
}
@keyframes yfd1 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes yfd {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scaleY(1.57) scalex(1.34);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes yfd2 {
  0% {
    transform: translate(-50%, -50%) scaleY(1.57) scalex(1.34);
  }
  50% {
    transform: translate(-50%, -50%) scaleY(2.19) scalex(2.71);
  }
  100% {
    transform: translate(-50%, -50%) scaleY(1.57) scalex(1.34);
  }
}
@media (max-width: 768px) {
  .map_20220215 .box .art {
    padding: 15px ;
  }
}
@media (max-width: 1920px) {
  .rczp_20220215 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (max-width: 1776px) {
  .rczp_20220215 {
    padding-top: 108.73469388px;
    padding-bottom: 108.73469388px;
  }
}
@media (max-width: 1680) {
  .rczp_20220215 {
    padding-top: 102.85714286px;
    padding-bottom: 102.85714286px;
  }
}
@media (max-width: 1600px) {
  .rczp_20220215 {
    padding-top: 97.95918367px;
    padding-bottom: 97.95918367px;
  }
}
@media (max-width: 1500px) {
  .rczp_20220215 {
    padding-top: 91.83673469px;
    padding-bottom: 91.83673469px;
  }
}
@media (max-width: 1440px) {
  .rczp_20220215 {
    padding-top: 88.16326531px;
    padding-bottom: 88.16326531px;
  }
}
@media (max-width: 1366px) {
  .rczp_20220215 {
    padding-top: 83.63265306px;
    padding-bottom: 83.63265306px;
  }
}
@media (max-width: 1280px) {
  .rczp_20220215 {
    padding-top: 78.36734694px;
    padding-bottom: 78.36734694px;
  }
}
@media (max-width: 1152px) {
  .rczp_20220215 {
    padding-top: 70.53061224px;
    padding-bottom: 70.53061224px;
  }
}
@media (max-width: 1024px) {
  .rczp_20220215 {
    padding-top: 62.69387755px;
    padding-bottom: 62.69387755px;
  }
}
@media (max-width: 990px) {
  .rczp_20220215 {
    padding-top: 60.6122449px;
    padding-bottom: 60.6122449px;
  }
}
@media (max-width: 1920px) {
  .rczp_20220215 ul {
    margin-top: 45px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1776px) {
  .rczp_20220215 ul {
    margin-top: 40.7755102px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1680) {
  .rczp_20220215 ul {
    margin-top: 38.57142857px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1600px) {
  .rczp_20220215 ul {
    margin-top: 36.73469388px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1500px) {
  .rczp_20220215 ul {
    margin-top: 34.43877551px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1440px) {
  .rczp_20220215 ul {
    margin-top: 33.06122449px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1366px) {
  .rczp_20220215 ul {
    margin-top: 31.3622449px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1280px) {
  .rczp_20220215 ul {
    margin-top: 29.3877551px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1152px) {
  .rczp_20220215 ul {
    margin-top: 26.44897959px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1024px) {
  .rczp_20220215 ul {
    margin-top: 23.51020408px;
    margin-bottom: 0px;
  }
}
@media (max-width: 990px) {
  .rczp_20220215 ul {
    margin-top: 22.72959184px;
    margin-bottom: 0px;
  }
}
.rczp_20220215 ul li {
  border-bottom: 1px solid #f4f4f4;
}
.rczp_20220215 ul li.on {
  border: none;
}
.rczp_20220215 ul li.on a i:after {
  display: none;
}
.rczp_20220215 ul li.on .box {
  height: auto;
  max-height: none;
  padding: 3.315vw 3.9vw 2vw;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.rczp_20220215 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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 1.5vw 0;
}
.rczp_20220215 ul li a h3 {
  width: calc(100% - 25px);
  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;
}
.rczp_20220215 ul li a h3 p {
  color: #333333;
  font-weight: 600;
}
@media (max-width: 2048px) {
  .rczp_20220215 ul li a h3 p {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .rczp_20220215 ul li a h3 p {
    font-size: 24px;
  }
}
@media (max-width: 1680px) {
  .rczp_20220215 ul li a h3 p {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .rczp_20220215 ul li a h3 p {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .rczp_20220215 ul li a h3 p {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .rczp_20220215 ul li a h3 p {
    font-size: 12.8px;
  }
}
@media (max-width: 1440px) {
  .rczp_20220215 ul li a h3 p {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .rczp_20220215 ul li a h3 p {
    font-size: 16px;
  }
}
.rczp_20220215 ul li a h3 span {
  color: #18957a;
  font-family: 'din_mi';
  font-weight: normal;
  margin-right: 15px;
  margin-bottom: -5px;
}
@media (max-width: 2048px) {
  .rczp_20220215 ul li a h3 span {
    font-size: 29.86666667px;
  }
}
@media (max-width: 1920px) {
  .rczp_20220215 ul li a h3 span {
    font-size: 28px;
  }
}
@media (max-width: 1680px) {
  .rczp_20220215 ul li a h3 span {
    font-size: 24.5px;
  }
}
@media (max-width: 1440px) {
  .rczp_20220215 ul li a h3 span {
    font-size: 21px;
  }
}
@media (max-width: 1280px) {
  .rczp_20220215 ul li a h3 span {
    font-size: 18.66666667px;
  }
}
@media (max-width: 1024px) {
  .rczp_20220215 ul li a h3 span {
    font-size: 14.93333333px;
  }
}
@media (max-width: 1440px) {
  .rczp_20220215 ul li a h3 span {
    font-size: 21px;
  }
}
@media (max-width: 1024px) {
  .rczp_20220215 ul li a h3 span {
    font-size: 18.66666667px;
  }
}
.rczp_20220215 ul li a i {
  width: 22px;
  height: 22px;
  display: block;
  position: relative;
}
.rczp_20220215 ul li a i:before,
.rczp_20220215 ul li a i:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #999999;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.rczp_20220215 ul li a i:before {
  width: 100%;
  height: 2px;
}
.rczp_20220215 ul li a i:after {
  width: 2px;
  height: 100%;
}
.rczp_20220215 ul li .box {
  width: 100%;
  padding: 0 3.9vw;
  height: 0;
  max-height: 0;
  overflow: hidden;
  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;
}
.rczp_20220215 ul li .box .art {
  width: 46.875%;
}
.rczp_20220215 ul li .box .art h4 {
  color: #333333;
  padding-bottom: 1.2vw;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0.8vw;
}
@media (max-width: 2048px) {
  .rczp_20220215 ul li .box .art h4 {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .rczp_20220215 ul li .box .art h4 {
    font-size: 20px;
  }
}
@media (max-width: 1680px) {
  .rczp_20220215 ul li .box .art h4 {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .rczp_20220215 ul li .box .art h4 {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .rczp_20220215 ul li .box .art h4 {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .rczp_20220215 ul li .box .art h4 {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1440px) {
  .rczp_20220215 ul li .box .art h4 {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .rczp_20220215 ul li .box .art h4 {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 768px) {
  .rczp_20220215 ul li .box .art h4 {
    font-size: 14px;
    line-height: 24px;
  }
}
.rczp_20220215 ul li .box .art .info {
  line-height: 36px;
}
@media (max-width: 2048px) {
  .rczp_20220215 ul li .box .art .info {
    font-size: 17.06666667px;
  }
}
@media (max-width: 1920px) {
  .rczp_20220215 ul li .box .art .info {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .rczp_20220215 ul li .box .art .info {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .rczp_20220215 ul li .box .art .info {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .rczp_20220215 ul li .box .art .info {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .rczp_20220215 ul li .box .art .info {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1440px) {
  .rczp_20220215 ul li .box .art .info {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .rczp_20220215 ul li .box .art .info {
    font-size: 12px;
  }
}
.rczp_20220215 ul li .box .bot {
  width: 100%;
  padding-top: 2vw;
  margin-top: 2vw;
  border-top: 1px solid #e9e9e9;
  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;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.rczp_20220215 ul li .box .bot p {
  font-weight: 600;
}
@media (max-width: 2048px) {
  .rczp_20220215 ul li .box .bot p {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .rczp_20220215 ul li .box .bot p {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .rczp_20220215 ul li .box .bot p {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .rczp_20220215 ul li .box .bot p {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .rczp_20220215 ul li .box .bot p {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .rczp_20220215 ul li .box .bot p {
    font-size: 9.6px;
  }
}
@media (max-width: 1440px) {
  .rczp_20220215 ul li .box .bot p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1024px) {
  .rczp_20220215 ul li .box .bot p {
    font-size: 14px;
    line-height: 24px;
  }
}
.rczp_20220215 ul li .box .bot span {
  font-family: 'din_mi';
  color: #18957a;
}
@media (max-width: 2048px) {
  .rczp_20220215 ul li .box .bot span {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .rczp_20220215 ul li .box .bot span {
    font-size: 24px;
  }
}
@media (max-width: 1680px) {
  .rczp_20220215 ul li .box .bot span {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .rczp_20220215 ul li .box .bot span {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .rczp_20220215 ul li .box .bot span {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .rczp_20220215 ul li .box .bot span {
    font-size: 12.8px;
  }
}
@media (max-width: 1440px) {
  .rczp_20220215 ul li .box .bot span {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .rczp_20220215 ul li .box .bot span {
    font-size: 16px;
  }
}
.rczp_20220215 ul li .box .bot i {
  width: 34px;
  height: 34px;
  display: block;
  margin: 0 0.8vw 0 2vw;
  background: url(../images/email3_20220215.png) no-repeat center;
}
@media (max-width: 1440px) {
  .rczp_20220215 ul li a i {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 768px) {
  .rczp_20220215 {
    padding: 40px 0;
  }
  .rczp_20220215 ul li a {
    padding: 15px 0;
  }
  .rczp_20220215 ul li .box .art {
    width: 100%;
    margin-bottom: 10px;
  }
  .rczp_20220215 ul li .box .art:last-child {
    margin-bottom: 0;
  }
  .rczp_20220215 ul li .box .bot i {
    margin: 0;
    margin-right: 10px;
    width: 25px;
    height: 25px;
    background-size: 100%;
  }
  .rczp_20220215 ul li a h3 span {
    margin-bottom: -2px;
  }
}
.brand_list_20220215 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 6.25vw;
}
.brand_list_20220215 li {
  width: 20%;
  border-top: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  position: relative;
}
.brand_list_20220215 li:nth-child(5n) {
  border-right: 1px solid #e8e8e8;
}
.brand_list_20220215 li:before,
.brand_list_20220215 li:after {
  content: '';
  width: 0;
  height: 0;
  border: 2px solid transparent;
  position: absolute;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
}
.brand_list_20220215 li:before {
  top: -1px;
  left: -1px;
  border-bottom: none;
  border-right: none;
}
.brand_list_20220215 li:after {
  right: -1px;
  bottom: -1px;
  border-top: none;
  border-left: none;
}
.brand_list_20220215 li:hover:before,
.brand_list_20220215 li:hover:after {
  width: 38.19%;
  height: 37.5%;
  border-color: #18957a;
}
.brand_list_20220215 li:hover a img {
  -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);
}
.brand_list_20220215 li a {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 55.55%;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.brand_list_20220215 li a img {
  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;
  max-width: 80%;
  max-height: 80%;
}
@media (max-width: 768px) {
  .brand_list_20220215 {
    margin-bottom: 40px;
  }
  .brand_list_20220215 li {
    width: 33.33%;
  }
  .brand_list_20220215 li:nth-child(5n) {
    border-right: none;
  }
  .brand_list_20220215 li:nth-child(3n) {
    border-right: 1px solid #e8e8e8;
  }
}
.server1_20220215 {
  background: url(../images/bg13_20220215.jpg) no-repeat center bottom;
}
@media (max-width: 1920px) {
  .server1_20220215 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (max-width: 1776px) {
  .server1_20220215 {
    padding-top: 108.73469388px;
    padding-bottom: 108.73469388px;
  }
}
@media (max-width: 1680) {
  .server1_20220215 {
    padding-top: 102.85714286px;
    padding-bottom: 102.85714286px;
  }
}
@media (max-width: 1600px) {
  .server1_20220215 {
    padding-top: 97.95918367px;
    padding-bottom: 97.95918367px;
  }
}
@media (max-width: 1500px) {
  .server1_20220215 {
    padding-top: 91.83673469px;
    padding-bottom: 91.83673469px;
  }
}
@media (max-width: 1440px) {
  .server1_20220215 {
    padding-top: 88.16326531px;
    padding-bottom: 88.16326531px;
  }
}
@media (max-width: 1366px) {
  .server1_20220215 {
    padding-top: 83.63265306px;
    padding-bottom: 83.63265306px;
  }
}
@media (max-width: 1280px) {
  .server1_20220215 {
    padding-top: 78.36734694px;
    padding-bottom: 78.36734694px;
  }
}
@media (max-width: 1152px) {
  .server1_20220215 {
    padding-top: 70.53061224px;
    padding-bottom: 70.53061224px;
  }
}
@media (max-width: 1024px) {
  .server1_20220215 {
    padding-top: 62.69387755px;
    padding-bottom: 62.69387755px;
  }
}
@media (max-width: 990px) {
  .server1_20220215 {
    padding-top: 60.6122449px;
    padding-bottom: 60.6122449px;
  }
}
.server1_20220215 h2 {
  text-align: center;
}
.server1_20220215 .info {
  text-align: center;
  color: #555555;
}
@media (max-width: 2048px) {
  .server1_20220215 .info {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .server1_20220215 .info {
    font-size: 24px;
  }
}
@media (max-width: 1680px) {
  .server1_20220215 .info {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .server1_20220215 .info {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .server1_20220215 .info {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .server1_20220215 .info {
    font-size: 12.8px;
  }
}
@media (max-width: 1440px) {
  .server1_20220215 .info {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .server1_20220215 .info {
    font-size: 16px;
  }
}
@media (max-width: 1920px) {
  .server1_20220215 .info {
    margin-top: 35px;
    margin-bottom: 70px;
  }
}
@media (max-width: 1776px) {
  .server1_20220215 .info {
    margin-top: 31.71428571px;
    margin-bottom: 63.42857143px;
  }
}
@media (max-width: 1680) {
  .server1_20220215 .info {
    margin-top: 30px;
    margin-bottom: 60px;
  }
}
@media (max-width: 1600px) {
  .server1_20220215 .info {
    margin-top: 28.57142857px;
    margin-bottom: 57.14285714px;
  }
}
@media (max-width: 1500px) {
  .server1_20220215 .info {
    margin-top: 26.78571429px;
    margin-bottom: 53.57142857px;
  }
}
@media (max-width: 1440px) {
  .server1_20220215 .info {
    margin-top: 25.71428571px;
    margin-bottom: 51.42857143px;
  }
}
@media (max-width: 1366px) {
  .server1_20220215 .info {
    margin-top: 24.39285714px;
    margin-bottom: 48.78571429px;
  }
}
@media (max-width: 1280px) {
  .server1_20220215 .info {
    margin-top: 22.85714286px;
    margin-bottom: 45.71428571px;
  }
}
@media (max-width: 1152px) {
  .server1_20220215 .info {
    margin-top: 20.57142857px;
    margin-bottom: 41.14285714px;
  }
}
@media (max-width: 1024px) {
  .server1_20220215 .info {
    margin-top: 18.28571429px;
    margin-bottom: 36.57142857px;
  }
}
@media (max-width: 990px) {
  .server1_20220215 .info {
    margin-top: 17.67857143px;
    margin-bottom: 35.35714286px;
  }
}
.server1_20220215 .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;
}
.server1_20220215 .items .item {
  width: 22.6%;
  border: 1px dashed #c3c6c7;
  padding: 2.86vw 2.5vw 4.16vw;
  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;
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.server1_20220215 .items .item:hover {
  transform: translateY(-10px);
  border-color: transparent;
  background: #18957a;
  box-shadow: 0px 10px 69.92px 6.08px rgba(24, 149, 122, 0.3);
}
.server1_20220215 .items .item:hover h4,
.server1_20220215 .items .item:hover p {
  color: #fff;
}
.server1_20220215 .items .item:hover .icon img {
  display: none;
}
.server1_20220215 .items .item:hover .icon img.on {
  display: block;
}
.server1_20220215 .items .item .icon {
  width: 4.79vw;
  height: 4.79vw;
  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;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.server1_20220215 .items .item .icon img {
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.server1_20220215 .items .item .icon img.on {
  display: none;
}
.server1_20220215 .items .item h4 {
  color: #333333;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1920px) {
  .server1_20220215 .items .item h4 {
    margin-top: 40px;
    margin-bottom: 32px;
  }
}
@media (max-width: 1776px) {
  .server1_20220215 .items .item h4 {
    margin-top: 36.24489796px;
    margin-bottom: 28.99591837px;
  }
}
@media (max-width: 1680) {
  .server1_20220215 .items .item h4 {
    margin-top: 34.28571429px;
    margin-bottom: 27.42857143px;
  }
}
@media (max-width: 1600px) {
  .server1_20220215 .items .item h4 {
    margin-top: 32.65306122px;
    margin-bottom: 26.12244898px;
  }
}
@media (max-width: 1500px) {
  .server1_20220215 .items .item h4 {
    margin-top: 30.6122449px;
    margin-bottom: 24.48979592px;
  }
}
@media (max-width: 1440px) {
  .server1_20220215 .items .item h4 {
    margin-top: 29.3877551px;
    margin-bottom: 23.51020408px;
  }
}
@media (max-width: 1366px) {
  .server1_20220215 .items .item h4 {
    margin-top: 27.87755102px;
    margin-bottom: 22.30204082px;
  }
}
@media (max-width: 1280px) {
  .server1_20220215 .items .item h4 {
    margin-top: 26.12244898px;
    margin-bottom: 20.89795918px;
  }
}
@media (max-width: 1152px) {
  .server1_20220215 .items .item h4 {
    margin-top: 23.51020408px;
    margin-bottom: 18.80816327px;
  }
}
@media (max-width: 1024px) {
  .server1_20220215 .items .item h4 {
    margin-top: 20.89795918px;
    margin-bottom: 16.71836735px;
  }
}
@media (max-width: 990px) {
  .server1_20220215 .items .item h4 {
    margin-top: 20.20408163px;
    margin-bottom: 16.16326531px;
  }
}
@media (max-width: 2048px) {
  .server1_20220215 .items .item h4 {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .server1_20220215 .items .item h4 {
    font-size: 24px;
  }
}
@media (max-width: 1680px) {
  .server1_20220215 .items .item h4 {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .server1_20220215 .items .item h4 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .server1_20220215 .items .item h4 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .server1_20220215 .items .item h4 {
    font-size: 12.8px;
  }
}
@media (max-width: 1440px) {
  .server1_20220215 .items .item h4 {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .server1_20220215 .items .item h4 {
    font-size: 16px;
  }
}
.server1_20220215 .items .item p {
  line-height: 32px;
  color: #666666;
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 2048px) {
  .server1_20220215 .items .item p {
    font-size: 17.06666667px;
  }
}
@media (max-width: 1920px) {
  .server1_20220215 .items .item p {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .server1_20220215 .items .item p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .server1_20220215 .items .item p {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .server1_20220215 .items .item p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .server1_20220215 .items .item p {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1440px) {
  .server1_20220215 .items .item p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .server1_20220215 .items .item p {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .server1_20220215 {
    padding: 40px 0;
  }
  .server1_20220215 .items {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-bottom: -10px;
  }
  .server1_20220215 .items .item {
    width: calc(50% - 5px);
    margin-bottom: 10px;
    padding: 15px 10px;
    border-color: transparent;
    background: #18957a;
    box-shadow: 0px 10px 69.92px 6.08px rgba(24, 149, 122, 0.3);
  }
  .server1_20220215 .items .item h4 {
    margin: 15px 0 10px;
    color: #fff;
  }
  .server1_20220215 .items .item p {
    color: #fff;
  }
  .server1_20220215 .items .item .info {
    line-height: 26px;
  }
  .server1_20220215 .items .item .icon {
    width: 40px;
    height: 40px;
  }
  .server1_20220215 .items .item .icon img {
    display: none;
  }
  .server1_20220215 .items .item .icon img.on {
    display: block;
  }
}
@media (max-width: 1920px) {
  .server2_20220215 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (max-width: 1776px) {
  .server2_20220215 {
    padding-top: 108.73469388px;
    padding-bottom: 108.73469388px;
  }
}
@media (max-width: 1680) {
  .server2_20220215 {
    padding-top: 102.85714286px;
    padding-bottom: 102.85714286px;
  }
}
@media (max-width: 1600px) {
  .server2_20220215 {
    padding-top: 97.95918367px;
    padding-bottom: 97.95918367px;
  }
}
@media (max-width: 1500px) {
  .server2_20220215 {
    padding-top: 91.83673469px;
    padding-bottom: 91.83673469px;
  }
}
@media (max-width: 1440px) {
  .server2_20220215 {
    padding-top: 88.16326531px;
    padding-bottom: 88.16326531px;
  }
}
@media (max-width: 1366px) {
  .server2_20220215 {
    padding-top: 83.63265306px;
    padding-bottom: 83.63265306px;
  }
}
@media (max-width: 1280px) {
  .server2_20220215 {
    padding-top: 78.36734694px;
    padding-bottom: 78.36734694px;
  }
}
@media (max-width: 1152px) {
  .server2_20220215 {
    padding-top: 70.53061224px;
    padding-bottom: 70.53061224px;
  }
}
@media (max-width: 1024px) {
  .server2_20220215 {
    padding-top: 62.69387755px;
    padding-bottom: 62.69387755px;
  }
}
@media (max-width: 990px) {
  .server2_20220215 {
    padding-top: 60.6122449px;
    padding-bottom: 60.6122449px;
  }
}
.server2_20220215 h2 {
  text-align: center;
}
@media (max-width: 1920px) {
  .server2_20220215 h2 {
    margin-top: 0px;
    margin-bottom: 70px;
  }
}
@media (max-width: 1776px) {
  .server2_20220215 h2 {
    margin-top: 0px;
    margin-bottom: 63.42857143px;
  }
}
@media (max-width: 1680) {
  .server2_20220215 h2 {
    margin-top: 0px;
    margin-bottom: 60px;
  }
}
@media (max-width: 1600px) {
  .server2_20220215 h2 {
    margin-top: 0px;
    margin-bottom: 57.14285714px;
  }
}
@media (max-width: 1500px) {
  .server2_20220215 h2 {
    margin-top: 0px;
    margin-bottom: 53.57142857px;
  }
}
@media (max-width: 1440px) {
  .server2_20220215 h2 {
    margin-top: 0px;
    margin-bottom: 51.42857143px;
  }
}
@media (max-width: 1366px) {
  .server2_20220215 h2 {
    margin-top: 0px;
    margin-bottom: 48.78571429px;
  }
}
@media (max-width: 1280px) {
  .server2_20220215 h2 {
    margin-top: 0px;
    margin-bottom: 45.71428571px;
  }
}
@media (max-width: 1152px) {
  .server2_20220215 h2 {
    margin-top: 0px;
    margin-bottom: 41.14285714px;
  }
}
@media (max-width: 1024px) {
  .server2_20220215 h2 {
    margin-top: 0px;
    margin-bottom: 36.57142857px;
  }
}
@media (max-width: 990px) {
  .server2_20220215 h2 {
    margin-top: 0px;
    margin-bottom: 35.35714286px;
  }
}
.server2_20220215 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background: #f7f7f7;
}
.server2_20220215 ul li:nth-child(2n) .img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.server2_20220215 ul li .img {
  width: 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;
}
.server2_20220215 ul li .art {
  width: 50%;
  position: relative;
  padding: 0 6.25vw;
  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: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.server2_20220215 ul li .art span {
  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;
  line-height: 1;
  color: #000000;
  opacity: 0.05;
  font-family: 'din_mi';
}
@media (max-width: 2048px) {
  .server2_20220215 ul li .art span {
    font-size: 320px;
  }
}
@media (max-width: 1920px) {
  .server2_20220215 ul li .art span {
    font-size: 300px;
  }
}
@media (max-width: 1680px) {
  .server2_20220215 ul li .art span {
    font-size: 262.5px;
  }
}
@media (max-width: 1440px) {
  .server2_20220215 ul li .art span {
    font-size: 225px;
  }
}
@media (max-width: 1280px) {
  .server2_20220215 ul li .art span {
    font-size: 200px;
  }
}
@media (max-width: 1024px) {
  .server2_20220215 ul li .art span {
    font-size: 160px;
  }
}
.server2_20220215 ul li .art h3 {
  color: #333333;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 2048px) {
  .server2_20220215 ul li .art h3 {
    font-size: 38.4px;
  }
}
@media (max-width: 1920px) {
  .server2_20220215 ul li .art h3 {
    font-size: 36px;
  }
}
@media (max-width: 1680px) {
  .server2_20220215 ul li .art h3 {
    font-size: 31.5px;
  }
}
@media (max-width: 1440px) {
  .server2_20220215 ul li .art h3 {
    font-size: 27px;
  }
}
@media (max-width: 1280px) {
  .server2_20220215 ul li .art h3 {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .server2_20220215 ul li .art h3 {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .server2_20220215 ul li .art h3 {
    margin-top: 0px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1776px) {
  .server2_20220215 ul li .art h3 {
    margin-top: 0px;
    margin-bottom: 27.18367347px;
  }
}
@media (max-width: 1680) {
  .server2_20220215 ul li .art h3 {
    margin-top: 0px;
    margin-bottom: 25.71428571px;
  }
}
@media (max-width: 1600px) {
  .server2_20220215 ul li .art h3 {
    margin-top: 0px;
    margin-bottom: 24.48979592px;
  }
}
@media (max-width: 1500px) {
  .server2_20220215 ul li .art h3 {
    margin-top: 0px;
    margin-bottom: 22.95918367px;
  }
}
@media (max-width: 1440px) {
  .server2_20220215 ul li .art h3 {
    margin-top: 0px;
    margin-bottom: 22.04081633px;
  }
}
@media (max-width: 1366px) {
  .server2_20220215 ul li .art h3 {
    margin-top: 0px;
    margin-bottom: 20.90816327px;
  }
}
@media (max-width: 1280px) {
  .server2_20220215 ul li .art h3 {
    margin-top: 0px;
    margin-bottom: 19.59183673px;
  }
}
@media (max-width: 1152px) {
  .server2_20220215 ul li .art h3 {
    margin-top: 0px;
    margin-bottom: 17.63265306px;
  }
}
@media (max-width: 1024px) {
  .server2_20220215 ul li .art h3 {
    margin-top: 0px;
    margin-bottom: 15.67346939px;
  }
}
@media (max-width: 990px) {
  .server2_20220215 ul li .art h3 {
    margin-top: 0px;
    margin-bottom: 15.15306122px;
  }
}
.server2_20220215 ul li .art p {
  color: #666666;
}
@media (max-width: 2048px) {
  .server2_20220215 ul li .art p {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .server2_20220215 ul li .art p {
    font-size: 20px;
  }
}
@media (max-width: 1680px) {
  .server2_20220215 ul li .art p {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .server2_20220215 ul li .art p {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .server2_20220215 ul li .art p {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .server2_20220215 ul li .art p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1440px) {
  .server2_20220215 ul li .art p {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .server2_20220215 ul li .art p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 768px) {
  .server2_20220215 ul li .art p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .server2_20220215 {
    padding: 40px 0;
  }
  .server2_20220215 h2 {
    margin-bottom: 20px;
  }
  .server2_20220215 ul li .img {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    height: 0;
    padding-bottom: 57%;
    position: relative;
  }
  .server2_20220215 ul li .img img {
    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;
  }
  .server2_20220215 ul li .art {
    width: 100%;
    min-height: 120px;
    padding: 15px;
  }
  .server2_20220215 ul li .art span {
    font-size: 120px;
  }
}
.kf_20220215 {
  position: fixed;
  right: -100px;
  top: 50%;
  width: 70px;
  z-index: 9;
  transform: translateY(-50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.kf_20220215.on {
  right: 0px;
}
.kf_20220215 .kf_div {
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
  margin-bottom: 8px;
}
.kf_20220215 .kf_div:last-child {
  margin-bottom: 0;
}
.kf_20220215 .kf_div .item:first-child {
  border-top-left-radius: 6px;
}
.kf_20220215 .kf_div .item:last-child {
  border-bottom-left-radius: 6px;
}
.kf_20220215 .item {
  width: 70px;
  height: 70px;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.kf_20220215 .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: 260px;
  height: 60px;
  background: #fff;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
  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: 26px;
  font-family: 'din_mi';
  color: #18957a;
  text-align: center;
  border-radius: 28px;
}
.kf_20220215 .item .box.box2 {
  width: 390px;
}
.kf_20220215 .item .box.box3 {
  width: 150px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 10px;
}
.kf_20220215 .item .box img {
  width: 32px;
  height: 32px;
  margin: 0 20px ;
}
.kf_20220215 .item .box:before {
  width: 10px;
  height: 100%;
  position: absolute;
  right: -9px;
  top: 0;
  content: '';
}
.kf_20220215 .item:hover {
  background: #18957a;
}
.kf_20220215 .item:hover .box {
  left: -265px;
}
.kf_20220215 .item:hover .box.box2 {
  left: -395px;
}
.kf_20220215 .item:hover .box.box3 {
  left: -155px;
}
.kf_20220215 .item:hover a img {
  display: none;
}
.kf_20220215 .item:hover a img.on {
  display: block;
}
.kf_20220215 .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_20220215 .item a img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.kf_20220215 .item a img.on {
  display: none;
}
.kefu {
  display: none;
  position: fixed;
  width: 200px;
  overflow: hidden;
  z-index: 400;
  background: rgba(0, 0, 0, 0.5);
  left: 50%;
  margin-left: -100px;
  bottom: 15px;
  padding: 8px 0;
  transition: all 0.5s;
}
.kefu li {
  width: 49px;
  float: left;
  border-left: 1px solid #fff;
}
.kefu li:first-child {
  border-left: none;
}
.kefu li a {
  font-size: 20px;
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: white;
  background-image: url(../images/wkf1.png);
  background-repeat: no-repeat;
  background-position: center;
}
.kefu li:nth-child(2) a {
  background-image: url(../images/wkf2.png);
}
.kefu li:nth-child(3) a {
  background-image: url(../images/wkf3.png);
}
.kefu li:nth-child(4) a {
  background-image: url(../images/wkf4.png);
}
@media (max-width: 768px) {
  .kf_20220215 {
    display: none ;
  }
  .kefu {
    display: block;
  }
}
#wst-pager {
  text-align: center;
}
@media (max-width: 2048px) {
  #wst-pager .layui-laypage span {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  #wst-pager .layui-laypage span {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  #wst-pager .layui-laypage span {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  #wst-pager .layui-laypage span {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  #wst-pager .layui-laypage span {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  #wst-pager .layui-laypage span {
    font-size: 9.6px;
  }
}
@media (max-width: 1440px) {
  #wst-pager .layui-laypage span {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1024px) {
  #wst-pager .layui-laypage span {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 2048px) {
  #wst-pager .layui-laypage a {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  #wst-pager .layui-laypage a {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  #wst-pager .layui-laypage a {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  #wst-pager .layui-laypage a {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  #wst-pager .layui-laypage a {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  #wst-pager .layui-laypage a {
    font-size: 9.6px;
  }
}
@media (max-width: 1440px) {
  #wst-pager .layui-laypage a {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1024px) {
  #wst-pager .layui-laypage a {
    font-size: 14px;
    line-height: 24px;
  }
}
#wst-pager .layui-laypage a.layui-laypage-next,
#wst-pager .layui-laypage a.layui-laypage-prev {
  width: auto!important;
  padding: 0 15px!important;
}
#page-wrapper {
  text-align: center;
}
.layui-laypage a,
.layui-laypage span {
  padding: 0!important;
  width: 3.125vw !important;
  height: 3.125vw !important;
  min-width: 30px!important;
  min-height: 30px!important;
  display: inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-flex !important;
  -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: 0 0.625vw !important;
  font-family: 'din_mi' !important;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 2048px) {
  .layui-laypage a,
  .layui-laypage span {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .layui-laypage a,
  .layui-laypage span {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .layui-laypage a,
  .layui-laypage span {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .layui-laypage a,
  .layui-laypage span {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .layui-laypage a,
  .layui-laypage span {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .layui-laypage a,
  .layui-laypage span {
    font-size: 9.6px;
  }
}
@media (max-width: 1440px) {
  .layui-laypage a,
  .layui-laypage span {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1024px) {
  .layui-laypage a,
  .layui-laypage span {
    font-size: 14px;
    line-height: 24px;
  }
}
.layui-laypage a:hover {
  background: #e67920 !important;
  color: #fff !important;
  border-color: #e67920 !important;
}
.layui-laypage a i {
  font-size: 20px;
}
