@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: 'hs_r';
  -webkit-tap-highlight-color: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
body {
  padding: 0;
  margin: 0 auto!important;
  font-size: 16px;
  line-height: 1.4;
  color: #333;
  max-width: 1920px;
  min-width: 320px;
  width: 100%;
  zoom: 1;
  background: #fff;
  font-weight: 300;
  -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;
  vertical-align: baseline;
  background: transparent;
  -webkit-tap-highlight-color: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
i {
  font-weight: normal;
  font-style: normal;
}
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;
}
textarea {
  resize: 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;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.fleximportant {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
}
.inlineflex {
  display: inline-flex;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
}
.d_flex > * {
  display: block;
}
.f_direction_column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.f_direction_row {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}
.j_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.j_end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.j_start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.j_justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.j_around {
  -moz-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.a_start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.a_end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.a_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.a_baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.flex_wrap {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.flex_auto {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  -webkit-flex: auto;
  flex: auto;
}
.flex_1 {
  width: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.order_2 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.order_3 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}
.text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dh {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.fd {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.imgfd {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  -ms-transform: translate(-50%, -50%) scale(1.05);
  -o-transform: translate(-50%, -50%) scale(1.05);
  transform: translate(-50%, -50%) scale(1.05);
}
.xzx {
  transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
}
.xzy {
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.ab {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.abimg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.w1800 {
  max-width: 100%;
  padding: 0 60px;
}
.w1680 {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
}
.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;
}
.w1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
img {
  max-width: 100%;
  max-height: 100%;
}
.pc {
  display: block;
}
.wap {
  display: none;
}
@media (max-width:1800px) {
  .w1680 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@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:1320px) {
  .w1200 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1024px) {
  .w1800,
  .w1680,
  .w1400,
  .wrap,
  .w1440,
  .w1600,
  .w1200 {
    padding: 0 30px;
  }
}
@media (max-width:990px) {
  .w1800,
  .w1680,
  .w1400,
  .wrap,
  .w1440,
  .w1600,
  .w1200 {
    padding: 0 20px;
  }
}
@media (max-width:768px) {
  .pc {
    display: none;
  }
  .wap {
    display: block;
  }
}
@font-face {
  font-family: "hs_l";
  src: url('https://huahanfont.huahanlink.cn/fonts/HarmonyOS_Sans_SC_Light.ttf');
}
@font-face {
  font-family: "hs_r";
  src: url('https://huahanfont.huahanlink.cn/fonts/HarmonyOS_Sans_SC_Regular.ttf');
}
@font-face {
  font-family: "go_b";
  src: url('../fonts/Gotham-Bold.otf');
}
.hs_l {
  font-family: "hs_l";
  font-weight: 300;
}
.hs_r {
  font-family: "hs_r";
  font-weight: 400;
}
.hs_m {
  font-family: "hs_l";
  font-weight: 600;
}
.hs_b {
  font-family: "hs_r";
  font-weight: 600;
}
.go_b {
  font-family: "go_b";
}
@keyframes play {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes play2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes fang1 {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }
}
h2.h2 {
  font-size: 48px;
  color: #222222;
}
@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;
  }
}
@media (max-width: 1680px) {
  h2.h2 {
    font-size: 42px;
  }
}
@media (max-width: 1440px) {
  h2.h2 {
    font-size: 32px;
  }
}
@media (max-width: 1280px) {
  h2.h2 {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  h2.h2 {
    font-size: 24px;
  }
}
h3.h3 {
  font-size: 44px;
  color: #222222;
}
@media (max-width: 1680px) {
  h3.h3 {
    font-size: 38.5px;
  }
}
@media (max-width: 1440px) {
  h3.h3 {
    font-size: 33px;
  }
}
@media (max-width: 1280px) {
  h3.h3 {
    font-size: 29.33333333px;
  }
}
@media (max-width: 1024px) {
  h3.h3 {
    font-size: 23.46666667px;
  }
}
@media (max-width: 1680px) {
  h3.h3 {
    font-size: 38px;
  }
}
@media (max-width: 1440px) {
  h3.h3 {
    font-size: 28px;
  }
}
@media (max-width: 1280px) {
  h3.h3 {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  h3.h3 {
    font-size: 22px;
  }
}
h4.h4 {
  font-size: 30px;
  color: #222222;
}
@media (max-width: 1680px) {
  h4.h4 {
    font-size: 26.25px;
  }
}
@media (max-width: 1440px) {
  h4.h4 {
    font-size: 22.5px;
  }
}
@media (max-width: 1280px) {
  h4.h4 {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  h4.h4 {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  h4.h4 {
    font-size: 24px;
  }
}
@media (max-width: 1440px) {
  h4.h4 {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  h4.h4 {
    font-size: 18px;
  }
}
h5.h5 {
  font-size: 24px;
  color: #222222;
}
@media (max-width: 1680px) {
  h5.h5 {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  h5.h5 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  h5.h5 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  h5.h5 {
    font-size: 12.8px;
  }
}
@media (max-width: 1680px) {
  h5.h5 {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  h5.h5 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  h5.h5 {
    font-size: 16px;
  }
}
h6.h6 {
  font-size: 22px;
  color: #222222;
}
@media (max-width: 1680px) {
  h6.h6 {
    font-size: 19.25px;
  }
}
@media (max-width: 1440px) {
  h6.h6 {
    font-size: 16.5px;
  }
}
@media (max-width: 1280px) {
  h6.h6 {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  h6.h6 {
    font-size: 11.73333333px;
  }
}
@media (max-width: 1680px) {
  h6.h6 {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  h6.h6 {
    font-size: 16px;
  }
}
.info {
  font-size: 16px;
  line-height: 30px;
  color: #777777;
  font-family: "hs_l";
  font-weight: 300;
}
@media (max-width: 1680px) {
  .info {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .info {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .info {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .info {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .info {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .info {
    font-size: 14px;
  }
}
@media (max-width:1440px) {
  .info {
    line-height: 26px;
  }
}
@media (max-width:768px) {
  .info {
    line-height: 24px;
  }
}
.mark {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 999;
  display: none;
}
.videobox {
  position: fixed;
  width: 1400px;
  max-width: calc(100% - 100px);
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  display: none;
}
.videobox video {
  width: 100%;
  max-height: calc(100vh - 100px);
  object-fit: fill;
}
.videobox .close {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  right: -20px;
  top: -20px;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 30px;
  color: #0071e3;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.videobox .close:hover {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  background: #0071e3;
  color: #fff;
}
@media (max-width:768px) {
  .videobox {
    width: 100%;
    max-width: 100%;
  }
  .videobox .close {
    right: 0;
    top: -40px;
  }
}
header {
  position: fixed;
  width: 1920px;
  max-width: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 999;
  height: 100px;
  background: transparent;
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  header {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  header {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  header {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  header {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  header {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  header {
    font-size: 14px;
  }
}
header:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.15);
}
header .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;
  height: 100%;
}
header a {
  color: #fff;
  font-size: 16px;
}
@media (max-width: 1680px) {
  header a {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  header a {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  header a {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  header a {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  header a {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  header a {
    font-size: 14px;
  }
}
header.on {
  height: 80px;
}
header.on:before {
  background: #e3e3e3;
}
header.header2:before {
  background: #e3e3e3;
}
header:hover,
header.on,
header.header2 {
  background: #fff;
  color: #333;
}
header:hover:before,
header.on:before,
header.header2:before {
  background: #e3e3e3;
}
header:hover .logo img,
header.on .logo img,
header.header2 .logo img {
  display: none;
}
header:hover .logo img.on,
header.on .logo img.on,
header.header2 .logo img.on {
  display: block;
}
header:hover .line,
header.on .line,
header.header2 .line {
  background: rgba(0, 113, 227, 0.15);
}
header:hover .line:before,
header.on .line:before,
header.header2 .line:before {
  background: #0071e3;
}
header:hover .nav li:hover .li_a,
header.on .nav li:hover .li_a,
header.header2 .nav li:hover .li_a,
header:hover .nav li.on .li_a,
header.on .nav li.on .li_a,
header.header2 .nav li.on .li_a {
  color: #0071e3;
}
header:hover .nav li:hover .li_a:before,
header.on .nav li:hover .li_a:before,
header.header2 .nav li:hover .li_a:before,
header:hover .nav li.on .li_a:before,
header.on .nav li.on .li_a:before,
header.header2 .nav li.on .li_a:before {
  width: 100%;
  background: #0071e3;
  left: 0;
}
header:hover a,
header.on a,
header.header2 a {
  color: #333;
}
header:hover .right .lan .lan_a,
header.on .right .lan .lan_a,
header.header2 .right .lan .lan_a {
  background: rgba(0, 0, 0, 0.1);
}
header .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;
  height: 100%;
}
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 .logo {
  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 .logo img {
  display: block;
  max-height: 40px;
}
header .logo img.on {
  display: none;
}
header .line {
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.15);
  margin: 0 2.6vw;
  position: relative;
  opacity: 1;
}
header .line:before {
  content: '';
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  background: #fff;
}
header .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 .nav li {
  padding: 0 1.46vw;
  position: relative;
  height: 100%;
}
header .nav li.hasnav {
  position: unset;
}
header .nav li.on .li_a {
  color: #fff;
}
header .nav li.on .li_a:before {
  width: 100%;
  background: #0071e3;
  left: 0;
}
header .nav li .li_a {
  white-space: nowrap;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
header .nav li .li_a:before {
  content: '';
  width: 0;
  height: 2px;
  left: 50%;
  bottom: 0;
  background: transparent;
  position: absolute;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
header .nav li:hover .sub_a {
  max-height: 500px;
}
header .nav li .sub_a {
  position: absolute;
  width: auto;
  background: #fff;
  padding: 0 15px;
  left: 50%;
  transform: translateX(-50%);
  height: auto;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
header .nav li .sub_a a {
  display: block;
  color: #333;
  white-space: nowrap;
  line-height: 40px;
}
header .search {
  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;
  margin-left: 1.04vw;
}
header .search.on .search_form {
  width: 295px;
}
header .search.on .open_search {
  width: 0;
}
header .search .open_search {
  width: 30px;
  height: 30px;
  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;
  font-weight: bold;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  header .search .open_search {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  header .search .open_search {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  header .search .open_search {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  header .search .open_search {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  header .search .open_search {
    font-size: 16px;
  }
}
header .search .open_search:hover {
  color: #0071e3;
}
header .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;
}
header .search .search_form input {
  width: 200px;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  font-size: 16px;
  color: #0071e3;
  padding: 0 10px;
  border-right: none;
}
header .search .search_form input::placeholder {
  font-size: 16px;
  color: #999;
}
header .search .search_form a {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  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: #999;
}
header .search .search_form a.close_search {
  border-radius: 50%;
  margin-left: 15px;
}
@media (max-width:1440px) {
  header {
    height: 80px;
  }
  header.on {
    height: 60px;
  }
}
@media (max-width:990px) {
  header {
    display: none;
  }
}
.head_wap {
  display: none;
}
@media (max-width:990px) {
  .head_wap {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 999;
    background: #fff;
  }
  .head_wap .h_top {
    height: 100%;
    padding: 0 20px;
    border-bottom: 1px solid #eee;
    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;
  }
  .head_wap .h_top .logo {
    line-height: 0;
    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;
  }
  .head_wap .h_top .logo img {
    max-height: 40px;
    margin-right: 5px;
  }
  .head_wap .h_top .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;
  }
  .head_wap .h_top .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);
  }
  .head_wap .h_top .open_nav.on i:nth-child(2) {
    opacity: 0;
  }
  .head_wap .h_top .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);
  }
  .head_wap .h_top .open_nav i {
    width: 24px;
    height: 2px;
    background-color: #0071e3;
    margin: 2.5px 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .head_wap .h_bot {
    position: absolute;
    width: 100%;
    left: 0;
    background: #f7f7f7;
    overflow: hidden;
    padding: 20px;
    display: none;
  }
  .head_wap .h_bot .h_nav a:hover {
    color: #0071e3;
  }
  .head_wap .h_bot .h_nav li.on .a1 .top a,
  .head_wap .h_bot .h_nav li.on .a1 .top i {
    color: #0071e3;
  }
  .head_wap .h_bot .h_nav li .a1 .top {
    height: 40px;
    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-bottom: 1px solid transparent;
  }
  .head_wap .h_bot .h_nav li .a1 .top.on {
    border-color: #0071e3;
  }
  .head_wap .h_bot .h_nav li .a1 .top.on a {
    color: #0071e3;
  }
  .head_wap .h_bot .h_nav li .a1 .top.on i {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    color: #0071e3;
  }
  .head_wap .h_bot .h_nav li .a1 .top a {
    width: calc(100% - 50px);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 16px;
    text-transform: uppercase;
  }
  .head_wap .h_bot .h_nav li .a1 .top i {
    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: 24px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .head_wap .h_bot .h_nav li .a1 .box {
    display: none;
    padding: 0 10px;
  }
  .head_wap .h_bot .h_nav li .a1 .box .a2 .top2 {
    height: 35px;
    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-bottom: 1px solid transparent;
  }
  .head_wap .h_bot .h_nav li .a1 .box .a2 .top2.on {
    border-color: #0071e3;
  }
  .head_wap .h_bot .h_nav li .a1 .box .a2 .top2.on a {
    color: #0071e3;
  }
  .head_wap .h_bot .h_nav li .a1 .box .a2 .top2.on i {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    color: #0071e3;
  }
  .head_wap .h_bot .h_nav li .a1 .box .a2 .top2 a {
    width: calc(100% - 50px);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
  }
  .head_wap .h_bot .h_nav li .a1 .box .a2 .top2 i {
    width: 40px;
    height: 35px;
    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;
  }
  .head_wap .h_bot .h_nav li .a1 .box .a2 .box2 {
    display: none;
    padding: 0 10px;
  }
  .head_wap .h_bot .h_nav li .a1 .box .a2 .box2 a {
    width: 100%;
    line-height: 30px;
    font-size: 13px;
    display: block;
  }
  .head_wap .h_bot .h_nav li .a1 .box .a2 .box2 a.on {
    color: #0071e3;
  }
  .head_wap .h_bot .h_search {
    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: 40px;
    margin: 10px 0;
  }
  .head_wap .h_bot .h_search input {
    width: calc(100% - 40px);
    height: 100%;
    background: #fff;
    padding: 0 15px;
    font-size: 16px;
    color: #333;
  }
  .head_wap .h_bot .h_search input::placeholder {
    font-size: 16px;
    color: #333;
  }
  .head_wap .h_bot .h_search a,
  .head_wap .h_bot .h_search button {
    width: 40px;
    height: 100%;
    background: #0071e3;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
  }
  .head_wap .h_bot .h_lan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 40px;
    margin: 10px 0;
  }
  .head_wap .h_bot .h_lan a {
    font-size: 16px;
    color: #333;
    margin: 0 8px;
  }
  .head_wap .h_bot .h_lan a.on {
    color: #0071e3;
  }
}
.header_d {
  height: 0;
}
@media (max-width:990px) {
  .header_d {
    height: 60px;
  }
}
.header_d2 {
  height: 100px;
}
@media (max-width:990px) {
  .header_d2 {
    height: 0;
  }
}
header .nav li:hover .nav_li5 {
  max-height: 100vh;
  padding: 3.65vw 0;
}
.nav_li5 {
  position: absolute;
  width: 100%;
  padding: 0px 0;
  background: #fff;
  left: 0;
  color: #333;
  z-index: 1;
  height: auto;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.nav_li5:before {
  content: '';
  width: 35%;
  height: 100%;
  right: 0;
  top: 0;
  background: url(../images/navbg.jpg) no-repeat center / cover;
  z-index: -1;
  position: absolute;
}
.nav_li5 .nav_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
.nav_li5 .nav_box .nav_l {
  width: 61.25%;
  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;
  max-height: 325px;
}
.nav_li5 .nav_box .nav_l .item_a1 {
  padding-right: 4.69vw;
  width: 47.5%;
  max-height: 100%;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #0071e3 transparent;
}
.nav_li5 .nav_box .nav_l .item_a1::-webkit-scrollbar {
  width: 1px;
  height: 1px;
  background-color: #eaeaea;
}
.nav_li5 .nav_box .nav_l .item_a1::-webkit-scrollbar-thumb {
  background-color: #0071e3;
  border-radius: 10px;
}
.nav_li5 .nav_box .nav_l .item_a1 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;
  font-size: 24px;
  color: #333333;
  height: 68px;
  border-radius: 34px;
  padding: 0 22px 0 35px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 15px;
}
@media (max-width: 1680px) {
  .nav_li5 .nav_box .nav_l .item_a1 a {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .nav_li5 .nav_box .nav_l .item_a1 a {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .nav_li5 .nav_box .nav_l .item_a1 a {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .nav_li5 .nav_box .nav_l .item_a1 a {
    font-size: 12.8px;
  }
}
@media (max-width: 1680px) {
  .nav_li5 .nav_box .nav_l .item_a1 a {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .nav_li5 .nav_box .nav_l .item_a1 a {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .nav_li5 .nav_box .nav_l .item_a1 a {
    font-size: 16px;
  }
}
.nav_li5 .nav_box .nav_l .item_a1 a:last-child {
  margin-bottom: 0;
}
.nav_li5 .nav_box .nav_l .item_a1 a i {
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background: #fff;
  color: #0071e3;
  width: 24px;
  height: 24px;
  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%;
}
.nav_li5 .nav_box .nav_l .item_a1 a.on,
.nav_li5 .nav_box .nav_l .item_a1 a:hover {
  background: #0071e3;
  color: #fff;
}
.nav_li5 .nav_box .nav_l .item_a1 a.on i,
.nav_li5 .nav_box .nav_l .item_a1 a:hover i {
  opacity: 1;
}
.nav_li5 .nav_box .nav_l .item_a2 {
  width: 41.836%;
  max-height: 100%;
}
.nav_li5 .nav_box .nav_l .item_a2 .item {
  height: auto;
  max-height: 0;
  padding-right: 4.69vw;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #0071e3 transparent;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.nav_li5 .nav_box .nav_l .item_a2 .item::-webkit-scrollbar {
  width: 1px;
  height: 1px;
  background-color: #eaeaea;
}
.nav_li5 .nav_box .nav_l .item_a2 .item::-webkit-scrollbar-thumb {
  background-color: #0071e3;
  border-radius: 10px;
}
.nav_li5 .nav_box .nav_l .item_a2 .item.on {
  max-height: 100%;
}
.nav_li5 .nav_box .nav_l .item_a2 .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-left: 20px;
  -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;
  font-size: 18px;
  color: #666666;
  height: 64px;
  border-bottom: 1px solid #e3e3e3;
}
@media (max-width: 1680px) {
  .nav_li5 .nav_box .nav_l .item_a2 .item a {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .nav_li5 .nav_box .nav_l .item_a2 .item a {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .nav_li5 .nav_box .nav_l .item_a2 .item a {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .nav_li5 .nav_box .nav_l .item_a2 .item a {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .nav_li5 .nav_box .nav_l .item_a2 .item a {
    font-size: 16px;
  }
}
.nav_li5 .nav_box .nav_l .item_a2 .item a:before {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  border-radius: 50%;
  background: #999999;
}
.nav_li5 .nav_box .nav_l .item_a2 .item a:after {
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: transparent;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.nav_li5 .nav_box .nav_l .item_a2 .item a i {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50%;
}
.nav_li5 .nav_box .nav_l .item_a2 .item a:hover,
.nav_li5 .nav_box .nav_l .item_a2 .item a.on {
  color: #0071e3;
}
.nav_li5 .nav_box .nav_l .item_a2 .item a:hover:before,
.nav_li5 .nav_box .nav_l .item_a2 .item a.on:before {
  background: #0071e3;
  color: #0071e3;
}
.nav_li5 .nav_box .nav_l .item_a2 .item a:hover:after,
.nav_li5 .nav_box .nav_l .item_a2 .item a.on:after {
  width: 100%;
  background: #0071e3;
}
.nav_li5 .nav_box .nav_l .item_a2 .item a:hover i,
.nav_li5 .nav_box .nav_l .item_a2 .item a.on i {
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.nav_li5 .nav_box .nav_r {
  width: 26.375%;
  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;
  position: relative;
}
.nav_li5 .nav_box .nav_r h2 {
  font-size: 36px;
  font-family: "hs_r";
  font-weight: 600;
  color: #fff;
}
@media (max-width: 1680px) {
  .nav_li5 .nav_box .nav_r h2 {
    font-size: 31.5px;
  }
}
@media (max-width: 1440px) {
  .nav_li5 .nav_box .nav_r h2 {
    font-size: 27px;
  }
}
@media (max-width: 1280px) {
  .nav_li5 .nav_box .nav_r h2 {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .nav_li5 .nav_box .nav_r h2 {
    font-size: 19.2px;
  }
}
.nav_li5 .nav_box .nav_r .info {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  margin: 10px 0 30px;
}
@media (max-width: 1680px) {
  .nav_li5 .nav_box .nav_r .info {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .nav_li5 .nav_box .nav_r .info {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .nav_li5 .nav_box .nav_r .info {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .nav_li5 .nav_box .nav_r .info {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .nav_li5 .nav_box .nav_r .info {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .nav_li5 .nav_box .nav_r .info {
    font-size: 14px;
  }
}
.nav_li5 .nav_box .nav_r .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;
  width: 100%;
}
.nav_li5 .nav_box .nav_r .items p {
  font-size: 16px;
  color: #fff;
}
@media (max-width: 1680px) {
  .nav_li5 .nav_box .nav_r .items p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .nav_li5 .nav_box .nav_r .items p {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .nav_li5 .nav_box .nav_r .items p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .nav_li5 .nav_box .nav_r .items p {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .nav_li5 .nav_box .nav_r .items p {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .nav_li5 .nav_box .nav_r .items p {
    font-size: 14px;
  }
}
.nav_li5 .nav_box .nav_r .items p.p1 {
  font-family: "hs_l";
  font-weight: 300;
  padding-left: 25px;
  background: url(../images/nav_tel.png) no-repeat left center;
}
.nav_li5 .nav_box .nav_r .items p.p3 {
  font-family: "hs_l";
  font-weight: 300;
  padding-left: 25px;
  background: url(../images/nav_email.png) no-repeat left center;
}
.nav_li5 .nav_box .nav_r .items p.p2 {
  font-size: 20px;
  font-family: "hs_r";
  font-weight: 600;
}
@media (max-width: 1680px) {
  .nav_li5 .nav_box .nav_r .items p.p2 {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .nav_li5 .nav_box .nav_r .items p.p2 {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .nav_li5 .nav_box .nav_r .items p.p2 {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .nav_li5 .nav_box .nav_r .items p.p2 {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .nav_li5 .nav_box .nav_r .items p.p2 {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .nav_li5 .nav_box .nav_r .items p.p2 {
    font-size: 16px;
  }
}
.nav_li5 .nav_box .nav_r .items p.p4 {
  margin-top: 0.26vw;
}
.nav_li5 .nav_box .nav_r a {
  padding: 0 15px 0 25px;
  background: #fff;
  color: #0071e3;
  border-radius: 27px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.nav_li5 .nav_box .nav_r a i {
  width: 24px;
  height: 24px;
  border-radius: 50px;
  background: #0071e3;
  font-size: 16px;
  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.56vw;
  position: relative;
  z-index: 1;
  box-shadow: 5px 5px 10px 0 rgba(0, 113, 227, 0.5);
  font-family: "hs_l";
  font-weight: 300;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.nav_li5 .nav_box .nav_r a:hover {
  background: #0071e3;
  color: #fff;
}
.nav_li5 .nav_box .nav_r a:hover i {
  background: #fff;
  color: #0071e3;
}
@media (max-width:1440px) {
  .nav_li5 .nav_box {
    height: 262px;
  }
  .nav_li5 .nav_box .nav_l .item_a1 a {
    height: 58px;
    border-radius: 29px;
    margin-bottom: 10px;
  }
  .nav_li5 .nav_box .nav_l .item_a2 .item a {
    height: 50px;
  }
  .nav_li5 .nav_box .nav_r {
    width: 30%;
  }
  .nav_li5 .nav_box .nav_r .info {
    font-size: 14px;
    line-height: 26px;
    margin: 8px 0 20px;
  }
  .nav_li5 .nav_box .nav_r .items p.p4 {
    margin-top: 0;
  }
  .nav_li5 .nav_box .nav_r a {
    height: 44px;
    border-radius: 22px;
  }
}
header .nav li:hover .nav_li6 {
  max-height: 100vh;
  padding: 3.65vw 0;
}
.nav_li6 {
  position: absolute;
  width: 100%;
  padding: 0px 0;
  background: #fff;
  left: 0;
  color: #333;
  z-index: 1;
  height: auto;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.nav_li6:before {
  content: '';
  width: 67.7%;
  background: #f7f7f7;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.nav_li6 .nav_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.nav_li6 .nav_box .nav_l {
  width: 250px;
  max-width: 25%;
  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;
  margin-bottom: -2.08vw;
}
.nav_li6 .nav_box .nav_l a {
  color: #333333;
  font-size: 20px;
  font-family: "hs_r";
  font-weight: 600;
  min-width: 34%;
  text-align: center;
  margin-bottom: 2.08vw;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .nav_li6 .nav_box .nav_l a {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .nav_li6 .nav_box .nav_l a {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .nav_li6 .nav_box .nav_l a {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .nav_li6 .nav_box .nav_l a {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .nav_li6 .nav_box .nav_l a {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .nav_li6 .nav_box .nav_l a {
    font-size: 16px;
  }
}
.nav_li6 .nav_box .nav_l a:hover,
.nav_li6 .nav_box .nav_l a.on {
  color: #0071e3;
}
.nav_li6 .nav_box .nav_r {
  width: 66%;
  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;
}
.nav_li6 .nav_box .nav_r .art {
  width: 57%;
  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;
}
.nav_li6 .nav_box .nav_r .art h2 {
  font-size: 44px;
  font-family: "hs_r";
  font-weight: 600;
}
@media (max-width: 1680px) {
  .nav_li6 .nav_box .nav_r .art h2 {
    font-size: 38.5px;
  }
}
@media (max-width: 1440px) {
  .nav_li6 .nav_box .nav_r .art h2 {
    font-size: 33px;
  }
}
@media (max-width: 1280px) {
  .nav_li6 .nav_box .nav_r .art h2 {
    font-size: 29.33333333px;
  }
}
@media (max-width: 1024px) {
  .nav_li6 .nav_box .nav_r .art h2 {
    font-size: 23.46666667px;
  }
}
@media (max-width: 1680px) {
  .nav_li6 .nav_box .nav_r .art h2 {
    font-size: 38px;
  }
}
@media (max-width: 1440px) {
  .nav_li6 .nav_box .nav_r .art h2 {
    font-size: 28px;
  }
}
@media (max-width: 1280px) {
  .nav_li6 .nav_box .nav_r .art h2 {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .nav_li6 .nav_box .nav_r .art h2 {
    font-size: 22px;
  }
}
.nav_li6 .nav_box .nav_r .art .info {
  font-size: 18px;
  line-height: 36px;
  color: #666666;
  font-family: "hs_l";
  font-weight: 300;
  margin: 20px 0 45px;
}
@media (max-width: 1680px) {
  .nav_li6 .nav_box .nav_r .art .info {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .nav_li6 .nav_box .nav_r .art .info {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .nav_li6 .nav_box .nav_r .art .info {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .nav_li6 .nav_box .nav_r .art .info {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .nav_li6 .nav_box .nav_r .art .info {
    font-size: 16px;
  }
}
.nav_li6 .nav_box .nav_r .art a {
  padding: 0 15px 0 25px;
  background: #fff;
  color: #0071e3;
  border-radius: 27px;
  height: 54px;
  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;
  border: 1px solid #dde2ea;
}
.nav_li6 .nav_box .nav_r .art a i {
  width: 24px;
  height: 24px;
  border-radius: 50px;
  background: #0071e3;
  font-size: 16px;
  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.56vw;
  position: relative;
  z-index: 1;
  box-shadow: 5px 5px 10px 0 rgba(0, 113, 227, 0.5);
  font-family: "hs_l";
  font-weight: 300;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.nav_li6 .nav_box .nav_r .art a:hover {
  background: #0071e3;
  color: #fff;
}
.nav_li6 .nav_box .nav_r .art a:hover i {
  background: #fff;
  color: #0071e3;
}
.nav_li6 .nav_box .nav_r .imgbox {
  width: 35.6%;
  max-height: 250px;
  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: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media (max-width:1440px) {
  .nav_li6 .nav_box .nav_r .art .info {
    font-size: 14px;
    line-height: 26px;
    margin: 10px 0 20px;
  }
  .nav_li6 .nav_box .nav_r .art a {
    height: 44px;
  }
}
.banner {
  overflow: hidden;
  position: relative;
}
.banner .swiper-pagination {
  left: calc(4.15vw - 10px);
  width: 20px;
  height: 72px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.15);
  display: inline-flex;
  display: -ms-inline-flexbox;
  display: -webkit-inline-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;
}
.banner .swiper-pagination span {
  width: 6px;
  height: 6px;
  background: #fff;
  position: relative;
  margin: 8px 0!important;
}
.banner .swiper-slide .img {
  line-height: 0;
}
.banner .swiper-slide .img img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.banner .swiper-slide video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.banner .swiper-slide .art {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  color: #fff;
}
.banner .swiper-slide .art .w1600 {
  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;
  padding-top: 3.39vw;
}
.banner .swiper-slide .art h4 {
  font-size: 24px;
  font-family: "hs_l";
  font-weight: 600;
}
@media (max-width: 1680px) {
  .banner .swiper-slide .art h4 {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .banner .swiper-slide .art h4 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .banner .swiper-slide .art h4 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .banner .swiper-slide .art h4 {
    font-size: 12.8px;
  }
}
@media (max-width: 1680px) {
  .banner .swiper-slide .art h4 {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .banner .swiper-slide .art h4 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .banner .swiper-slide .art h4 {
    font-size: 16px;
  }
}
.banner .swiper-slide .art h2 {
  font-size: 60px;
  margin: 8px 0 1.46vw;
  font-family: "hs_r";
  font-weight: 600;
}
@media (max-width: 1680px) {
  .banner .swiper-slide .art h2 {
    font-size: 52.5px;
  }
}
@media (max-width: 1440px) {
  .banner .swiper-slide .art h2 {
    font-size: 45px;
  }
}
@media (max-width: 1280px) {
  .banner .swiper-slide .art h2 {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .banner .swiper-slide .art h2 {
    font-size: 32px;
  }
}
.banner .swiper-slide .art h3 {
  font-size: 48px;
  font-family: "hs_l";
  font-weight: 600;
}
@media (max-width: 1680px) {
  .banner .swiper-slide .art h3 {
    font-size: 42px;
  }
}
@media (max-width: 1440px) {
  .banner .swiper-slide .art h3 {
    font-size: 36px;
  }
}
@media (max-width: 1280px) {
  .banner .swiper-slide .art h3 {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .banner .swiper-slide .art h3 {
    font-size: 25.6px;
  }
}
@media (max-width: 1680px) {
  .banner .swiper-slide .art h3 {
    font-size: 42px;
  }
}
@media (max-width: 1440px) {
  .banner .swiper-slide .art h3 {
    font-size: 32px;
  }
}
@media (max-width: 1280px) {
  .banner .swiper-slide .art h3 {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .banner .swiper-slide .art h3 {
    font-size: 24px;
  }
}
.banner .swiper-slide .art .btn_a {
  margin-top: 5.21vw;
}
@media (max-width:1720px) {
  .banner .swiper-pagination {
    left: 20px;
  }
}
@media (max-width:1024px) {
  .banner .swiper-pagination {
    left: 5px;
  }
  .banner .swiper-slide .img img {
    height: auto;
  }
}
@media (max-width:990px) {
  .banner .swiper-pagination {
    left: 50%;
    width: 72px;
    height: 20px;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    top: auto;
    bottom: 10px;
    transform: translate(0, 0);
    margin-left: -36px;
  }
  .banner .swiper-pagination span {
    margin: 0 8px!important;
  }
  .banner .swiper-slide .art h2 {
    font-size: 28px;
  }
  .banner .swiper-slide .art .btn_a {
    margin-top: 20px;
  }
}
@media (max-width:768px) {
  .banner .swiper-slide .img img {
    min-height: 60vh;
  }
  .banner .swiper-slide .art .w1600 {
    padding-top: 50px;
    padding-bottom: 0px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .banner .swiper-slide .art h2 {
    font-size: 24px;
    margin: 10px 0;
  }
  .banner .swiper-slide .art h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.btn_a {
  background: #fff;
  height: 56px;
  padding: 0 15px 0 23px;
  border: 1px solid #fff;
  border-radius: 28px;
  font-size: 16px;
  color: #0071e3;
  display: inline-flex;
  display: -ms-inline-flexbox;
  display: -webkit-inline-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-family: "hs_l";
  font-weight: 300;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1680px) {
  .btn_a {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .btn_a {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .btn_a {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .btn_a {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .btn_a {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .btn_a {
    font-size: 14px;
  }
}
.btn_a i {
  width: 24px;
  height: 24px;
  border-radius: 50px;
  background: #0071e3;
  font-size: 16px;
  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.56vw;
  position: relative;
  z-index: 1;
  box-shadow: 5px 5px 10px 0 rgba(0, 113, 227, 0.5);
  font-family: "hs_l";
  font-weight: 300;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.btn_a span {
  position: relative;
  z-index: 1;
}
.btn_a:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #0071e3;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 50%;
}
.btn_a:hover {
  border-color: #0071e3;
  color: #fff;
  background: #0071e3;
}
.btn_a:hover:before {
  width: 200px;
  height: 200px;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.btn_a:hover i {
  background: #fff;
  color: #0071e3;
}
@media (max-width:1440px) {
  .btn_a {
    height: 46px;
    border-radius: 23px;
  }
  .btn_a:before {
    border-radius: 23px;
  }
}
@media (max-width:1280px) {
  .btn_a {
    height: 36px;
    font-size: 14px;
    border-radius: 18px;
    padding: 0 10px 0 15px;
  }
  .btn_a:before {
    border-radius: 18px;
  }
  .btn_a i {
    margin-left: 15px;
  }
}
.more_a {
  padding: 0 15px;
  height: 36px;
  background: #0071e3;
  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: 18px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 16px;
  font-family: "hs_l";
  font-weight: 300;
}
@media (max-width: 1680px) {
  .more_a {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .more_a {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .more_a {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .more_a {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .more_a {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .more_a {
    font-size: 14px;
  }
}
.more_a span {
  position: relative;
  z-index: 1;
}
.more_a i {
  margin-left: 5px;
  position: relative;
  z-index: 1;
}
.more_a:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 50%;
}
.more_a:hover {
  border-color: #0071e3;
  color: #0071e3;
}
.more_a:hover:before {
  width: 200px;
  height: 200px;
  -webkit-transition: all 1.2s;
  -o-transition: all 1.2s;
  transition: all 1.2s;
}
.title {
  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;
  margin: 0 auto;
}
.title h2 {
  font-size: 48px;
  color: #fff;
  background: #0071e3;
  height: 80px;
  border-radius: 40px;
  padding: 0 37px;
  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-family: "hs_r";
  font-weight: 600;
}
@media (max-width: 1680px) {
  .title h2 {
    font-size: 42px;
  }
}
@media (max-width: 1440px) {
  .title h2 {
    font-size: 36px;
  }
}
@media (max-width: 1280px) {
  .title h2 {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .title h2 {
    font-size: 25.6px;
  }
}
@media (max-width: 1680px) {
  .title h2 {
    font-size: 42px;
  }
}
@media (max-width: 1440px) {
  .title h2 {
    font-size: 32px;
  }
}
@media (max-width: 1280px) {
  .title h2 {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .title h2 {
    font-size: 24px;
  }
}
.title .myline {
  margin-top: 34px;
}
@media (max-width:1440px) {
  .title h2 {
    height: 60px;
    border-radius: 30px;
    padding: 0 30px;
  }
  .title .myline {
    margin-top: 24px;
  }
}
@media (max-width:1280px) {
  .title h2 {
    height: 50px;
    border-radius: 25px;
    padding: 0 20px;
  }
  .title .myline {
    margin-top: 20px;
  }
}
@media (max-width:1024px) {
  .title h2 {
    height: 40px;
    border-radius: 20px;
  }
  .title .myline {
    margin-top: 15px;
  }
}
@media (max-width:768px) {
  .title h2 {
    font-size: 22px;
  }
}
.myline {
  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: 44px;
  height: 4px;
}
.myline.bgf i {
  background: #fff;
}
.myline i {
  display: block;
  width: 8px;
  border-radius: 2px;
  height: 100%;
  background: #094090;
}
.myline i:nth-child(2) {
  width: 33px;
}
@media (max-width:1440px) {
  .myline {
    height: 3px;
  }
}
@media (max-width:768px) {
  .myline {
    height: 2px;
  }
}
.pro_index {
  padding: 6.25vw 0;
  background: #f5f7fa;
}
@media (max-width:768px) {
  .pro_index {
    padding: 40px 0;
  }
}
.pro_list1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-bottom: -30px;
  margin-top: 2.4vw;
}
.pro_list1 li {
  width: calc(50% - 15px);
  margin: 0 30px 30px 0;
}
.pro_list1 li:nth-child(2n) {
  margin-right: 0;
}
.pro_list1 li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-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: 2.81vw 15px 13.54vw;
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.pro_list1 li a:hover .img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.pro_list1 li a .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  object-fit: cover;
}
.pro_list1 li a h3 {
  font-size: 44px;
  font-family: "hs_r";
  font-weight: 600;
}
@media (max-width: 1680px) {
  .pro_list1 li a h3 {
    font-size: 38.5px;
  }
}
@media (max-width: 1440px) {
  .pro_list1 li a h3 {
    font-size: 33px;
  }
}
@media (max-width: 1280px) {
  .pro_list1 li a h3 {
    font-size: 29.33333333px;
  }
}
@media (max-width: 1024px) {
  .pro_list1 li a h3 {
    font-size: 23.46666667px;
  }
}
@media (max-width: 1680px) {
  .pro_list1 li a h3 {
    font-size: 38px;
  }
}
@media (max-width: 1440px) {
  .pro_list1 li a h3 {
    font-size: 28px;
  }
}
@media (max-width: 1280px) {
  .pro_list1 li a h3 {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .pro_list1 li a h3 {
    font-size: 22px;
  }
}
.pro_list1 li a h4 {
  font-size: 24px;
  font-family: "hs_l";
  font-weight: 600;
  margin: 0.26vw 0 0.78vw;
}
@media (max-width: 1680px) {
  .pro_list1 li a h4 {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .pro_list1 li a h4 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .pro_list1 li a h4 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .pro_list1 li a h4 {
    font-size: 12.8px;
  }
}
@media (max-width: 1680px) {
  .pro_list1 li a h4 {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .pro_list1 li a h4 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .pro_list1 li a h4 {
    font-size: 16px;
  }
}
.pro_list1 li a p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  font-family: "hs_l";
  font-weight: 300;
  text-align: center;
}
@media (max-width: 1680px) {
  .pro_list1 li a p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .pro_list1 li a p {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .pro_list1 li a p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .pro_list1 li a p {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .pro_list1 li a p {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .pro_list1 li a p {
    font-size: 14px;
  }
}
.pro_list1 li a .more_a {
  margin-top: 22px;
}
@media (max-width:1440px) {
  .pro_list1 {
    margin-bottom: -20px;
  }
  .pro_list1 li {
    width: calc(50% - 10px);
    margin: 0 20px 20px 0;
  }
}
@media (max-width:768px) {
  .pro_list1 {
    margin-top: 20px;
    margin-bottom: -15px;
  }
  .pro_list1 li {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .pro_list1 li a {
    padding: 20px 15px 120px;
  }
  .pro_list1 li a h4 {
    margin: 8px 0;
  }
}
.app_index {
  padding: 6.25vw 0 10.42vw;
}
@media (max-width:768px) {
  .app_index {
    padding: 40px 0 90px;
  }
}
.app_s {
  position: relative;
  margin-top: 2.6vw;
}
.app_s .swiper-button-prev,
.app_s .swiper-button-next {
  width: 60px;
  height: 36px;
  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: 18px;
  bottom: -80px;
  top: auto;
  background: #f5f7fa;
  border: 1px solid #dde2ea;
  outline: none;
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #919caf;
}
@media (max-width:1440px) {
  .app_s .swiper-button-prev,
  .app_s .swiper-button-next {
    bottom: -70px;
  }
}
@media (max-width:1280px) {
  .app_s .swiper-button-prev,
  .app_s .swiper-button-next {
    bottom: -60px;
  }
}
@media (max-width:768px) {
  .app_s .swiper-button-prev,
  .app_s .swiper-button-next {
    bottom: -55px;
  }
}
.app_s .swiper-button-prev:after,
.app_s .swiper-button-next:after {
  font-size: 16px;
}
.app_s .swiper-button-prev:hover,
.app_s .swiper-button-next:hover {
  background: #0071e3;
  border-color: #0071e3;
  color: #fff;
}
.app_s .swiper-button-prev {
  left: auto;
  right: 50%;
  margin-right: 15px;
}
.app_s .swiper-button-next {
  left: 50%;
  right: auto;
  margin-left: 15px;
}
.app_s .swiper {
  overflow: hidden;
}
.app_s .swiper-slide:hover .imgbox img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.app_s .swiper-slide a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.app_s .swiper-slide .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 66.6%;
  position: relative;
  overflow: hidden;
}
.app_s .swiper-slide .imgbox img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.app_s .swiper-slide .art {
  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;
  padding: 2.08vw 2.34vw;
  background: #f5f7fa;
  position: relative;
}
.app_s .swiper-slide .art .icon {
  width: 37px;
  height: 37px;
  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;
}
.app_s .swiper-slide .art p {
  width: calc(100% - 57px);
  margin-left: 20px;
  font-size: 24px;
  color: #222222;
}
@media (max-width: 1680px) {
  .app_s .swiper-slide .art p {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .app_s .swiper-slide .art p {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .app_s .swiper-slide .art p {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .app_s .swiper-slide .art p {
    font-size: 12.8px;
  }
}
@media (max-width: 1680px) {
  .app_s .swiper-slide .art p {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .app_s .swiper-slide .art p {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .app_s .swiper-slide .art p {
    font-size: 16px;
  }
}
.app_s .swiper-slide .art i {
  font-size: 126px;
  font-family: "go_b";
  color: #094090;
  opacity: 0.06;
  position: absolute;
  right: 1.67vw;
  bottom: -2.71vw;
}
@media (max-width: 1680px) {
  .app_s .swiper-slide .art i {
    font-size: 110.25px;
  }
}
@media (max-width: 1440px) {
  .app_s .swiper-slide .art i {
    font-size: 94.5px;
  }
}
@media (max-width: 1280px) {
  .app_s .swiper-slide .art i {
    font-size: 84px;
  }
}
@media (max-width: 1024px) {
  .app_s .swiper-slide .art i {
    font-size: 67.2px;
  }
}
@media (max-width:1440px) {
  .app_s .swiper-slide .art .icon {
    width: 30px;
    height: 30px;
  }
  .app_s .swiper-slide .art p {
    width: calc(100% - 45px);
    margin-left: 15px;
  }
}
@media (max-width:1280px) {
  .app_s .swiper-slide .art .icon {
    width: 25px;
    height: 25px;
  }
  .app_s .swiper-slide .art p {
    width: calc(100% - 35px);
    margin-left: 10px;
  }
}
@media (max-width:768px) {
  .app_s {
    margin-top: 20px;
  }
  .app_s .swiper-slide .art {
    padding: 20px 15px;
  }
  .app_s .swiper-slide .art i {
    bottom: -25px;
    right: 10px;
  }
}
.sol_index {
  padding: 6.25vw 0;
  background: url(../images/bg1.jpg) no-repeat center;
}
.sol_index .w1600 {
  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;
  text-align: center;
}
.sol_index .logo img {
  max-height: 35px;
}
.sol_index h2 {
  font-size: 56px;
  line-height: 1.14;
  font-family: "hs_r";
  font-weight: 600;
  margin-top: 1.04vw;
}
@media (max-width: 1680px) {
  .sol_index h2 {
    font-size: 49px;
  }
}
@media (max-width: 1440px) {
  .sol_index h2 {
    font-size: 42px;
  }
}
@media (max-width: 1280px) {
  .sol_index h2 {
    font-size: 37.33333333px;
  }
}
@media (max-width: 1024px) {
  .sol_index h2 {
    font-size: 29.86666667px;
  }
}
.sol_index .myline {
  margin: 2.24vw auto 1.93vw;
}
.sol_index .art {
  font-size: 18px;
  line-height: 36px;
  font-family: "hs_l";
  font-weight: 300;
  width: 1280px;
  max-width: 100%;
}
@media (max-width: 1680px) {
  .sol_index .art {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .sol_index .art {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .sol_index .art {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .sol_index .art {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .sol_index .art {
    font-size: 16px;
  }
}
.sol_index .btn_a {
  margin: 4.17vw auto 2.86vw;
}
.sol_index h3 {
  font-family: "go_b";
  font-size: 140px;
  line-height: 1.2;
}
@media (max-width: 1680px) {
  .sol_index h3 {
    font-size: 122.5px;
  }
}
@media (max-width: 1440px) {
  .sol_index h3 {
    font-size: 105px;
  }
}
@media (max-width: 1280px) {
  .sol_index h3 {
    font-size: 93.33333333px;
  }
}
@media (max-width: 1024px) {
  .sol_index h3 {
    font-size: 74.66666667px;
  }
}
.sol_index h4 {
  font-size: 36px;
  line-height: 1.2;
  margin-top: -5px;
}
@media (max-width: 1680px) {
  .sol_index h4 {
    font-size: 31.5px;
  }
}
@media (max-width: 1440px) {
  .sol_index h4 {
    font-size: 27px;
  }
}
@media (max-width: 1280px) {
  .sol_index h4 {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .sol_index h4 {
    font-size: 19.2px;
  }
}
@media (max-width:1440px) {
  .sol_index .art {
    line-height: 30px;
  }
}
@media (max-width:768px) {
  .sol_index {
    padding: 40px 0;
  }
  .sol_index h2 {
    margin-top: 10px;
    font-size: 24px;
    line-height: 34px;
  }
  .sol_index .myline {
    margin: 15px 0;
  }
  .sol_index .art {
    font-size: 14px;
    line-height: 22px;
  }
  .sol_index .btn_a {
    margin: 25px 0;
  }
  .sol_index h3 {
    font-size: 60px;
  }
  .sol_index h4 {
    margin-top: 0;
  }
}
.ser_index {
  padding: 6.25vw 0;
}
.ser_list {
  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;
}
.ser_list li {
  width: 25%;
  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;
  position: relative;
  padding: 4.17vw 2.34vw;
  z-index: 1;
  border: 1px solid #e2e7ee;
  background: #f5f7fa;
  border-left: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.ser_list li:first-child {
  border-left: 1px solid #e2e7ee;
}
.ser_list li.on {
  width: 36%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  border-radius: 20px;
  overflow: hidden;
  border-color: rgba(9, 64, 144, 0.6);
  box-shadow: 15px 26px 120px 0px rgba(9, 64, 144, 0.6);
}
.ser_list li.on .icon {
  display: none;
}
.ser_list li.on h2 {
  color: #fff;
}
.ser_list li.on .myline i {
  background: #fff;
}
.ser_list li.on .img {
  width: 100%;
}
.ser_list li.on .info {
  max-height: 224px;
  margin-bottom: 2.6vw;
  padding-right: 5px;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.5) transparent;
}
.ser_list li.on .info::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  background-color: transparent;
}
.ser_list li.on .info::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
}
.ser_list li.on .btn_a {
  margin-bottom: 0;
}
.ser_list li .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  width: 0;
}
.ser_list li .icon {
  width: 4.17vw;
  height: 4.17vw;
  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;
  min-width: 40px;
  min-height: 40px;
  margin-bottom: 1.56vw;
}
.ser_list li h2 {
  font-size: 44px;
  color: #222222;
  font-family: "hs_l";
  font-weight: 600;
}
@media (max-width: 1680px) {
  .ser_list li h2 {
    font-size: 38.5px;
  }
}
@media (max-width: 1440px) {
  .ser_list li h2 {
    font-size: 33px;
  }
}
@media (max-width: 1280px) {
  .ser_list li h2 {
    font-size: 29.33333333px;
  }
}
@media (max-width: 1024px) {
  .ser_list li h2 {
    font-size: 23.46666667px;
  }
}
@media (max-width: 1680px) {
  .ser_list li h2 {
    font-size: 38px;
  }
}
@media (max-width: 1440px) {
  .ser_list li h2 {
    font-size: 28px;
  }
}
@media (max-width: 1280px) {
  .ser_list li h2 {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .ser_list li h2 {
    font-size: 22px;
  }
}
.ser_list li .myline {
  height: 2px;
  position: relative;
  margin: 1.82vw 0 2.6vw;
}
.ser_list li .info {
  width: 100%;
  height: auto;
  max-height: 0;
  overflow: hidden;
  color: #fff;
  line-height: 32px;
}
.ser_list li .btn_a {
  border-color: #dde2ea;
}
.ser_list li .btn_a:hover {
  border-color: #0071e3;
}
@media (max-width:1440px) {
  .ser_list li.on .info {
    max-height: 240px;
  }
  .ser_list li .info {
    line-height: 30px;
  }
}
@media (max-width:1280px) {
  .ser_list li.on .info {
    max-height: 182px;
  }
  .ser_list li .info {
    line-height: 26px;
  }
}
@media (max-width:768px) {
  .ser_list {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    padding: 40px 0;
  }
  .ser_list li {
    width: 100%;
    border: none!important;
    margin-bottom: 15px;
    padding: 22px 15px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    border-radius: 5px;
    overflow: hidden;
  }
  .ser_list li.on {
    width: 100%;
    border: none!important;
    margin-bottom: 15px;
    padding: 22px 15px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    border-radius: 5px;
  }
  .ser_list li.on .icon {
    display: block;
  }
  .ser_list li.on .info {
    max-height: 110px;
    line-height: 22px;
    margin-bottom: 25px;
    padding-right: 5px;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.5) transparent;
  }
  .ser_list li.on .info::-webkit-scrollbar {
    width: 2px;
    height: 2px;
    background-color: transparent;
  }
  .ser_list li.on .info::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
  }
  .ser_list li .img {
    width: 100%;
  }
  .ser_list li .icon {
    margin-bottom: 10px;
  }
  .ser_list li h2 {
    color: #fff;
  }
  .ser_list li .line {
    background: rgba(255, 255, 255, 0.15);
    margin: 15px 0;
  }
  .ser_list li .line:before,
  .ser_list li .line:after {
    background: #fff;
  }
  .ser_list li .info {
    max-height: 110px;
    line-height: 22px;
    margin-bottom: 25px;
    padding-right: 5px;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.5) transparent;
  }
  .ser_list li .info::-webkit-scrollbar {
    width: 2px;
    height: 2px;
    background-color: transparent;
  }
  .ser_list li .info::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
  }
}
.news_index {
  padding: 6.25vw 0;
  background: #f5f7fa;
}
.news_index .title {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -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;
}
@media (max-width:768px) {
  .news_index {
    padding: 40px 0;
  }
  .news_index .title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.news_box {
  margin-top: 2.6vw;
  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_box .item {
  width: calc(33.33% - 20px);
  margin-right: 30px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.news_box .item.item2 {
  margin-right: 0;
}
.news_box .item.item2 .top {
  padding: 1.82vw 2.34vw 0;
}
.news_box .item.item2 .top h5 {
  font-size: 18px;
  font-family: "hs_l";
  font-weight: 300;
}
@media (max-width: 1680px) {
  .news_box .item.item2 .top h5 {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .news_box .item.item2 .top h5 {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .news_box .item.item2 .top h5 {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .news_box .item.item2 .top h5 {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .news_box .item.item2 .top h5 {
    font-size: 16px;
  }
}
.news_box .item.item2 .top h4 {
  font-size: 26px;
  color: #222222;
  margin: 5px 0 0.78vw;
  font-family: "hs_l";
  font-weight: 600;
}
@media (max-width: 1680px) {
  .news_box .item.item2 .top h4 {
    font-size: 22.75px;
  }
}
@media (max-width: 1440px) {
  .news_box .item.item2 .top h4 {
    font-size: 19.5px;
  }
}
@media (max-width: 1280px) {
  .news_box .item.item2 .top h4 {
    font-size: 17.33333333px;
  }
}
@media (max-width: 1024px) {
  .news_box .item.item2 .top h4 {
    font-size: 13.86666667px;
  }
}
@media (max-width: 1680px) {
  .news_box .item.item2 .top h4 {
    font-size: 22px;
  }
}
@media (max-width: 1440px) {
  .news_box .item.item2 .top h4 {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .news_box .item.item2 .top h4 {
    font-size: 16px;
  }
}
.news_box .item.item2 .item_a a {
  padding: 0.83vw 2.34vw;
  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;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.news_box .item.item2 .item_a a:hover {
  background: #f5f7fa;
}
.news_box .item.item2 .item_a a:hover h6 {
  color: #0071e3;
}
.news_box .item.item2 .item_a a:hover i {
  color: #0071e3;
}
.news_box .item.item2 .item_a a .left {
  width: calc(100% - 30px);
}
.news_box .item.item2 .item_a a h6 {
  font-size: 16px;
  color: #222222;
  font-family: "hs_l";
  font-weight: 600;
  margin-bottom: 0.52vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .news_box .item.item2 .item_a a h6 {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .news_box .item.item2 .item_a a h6 {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .news_box .item.item2 .item_a a h6 {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .news_box .item.item2 .item_a a h6 {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .news_box .item.item2 .item_a a h6 {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .news_box .item.item2 .item_a a h6 {
    font-size: 14px;
  }
}
.news_box .item.item2 .btn_a {
  padding-left: 2.34vw;
  margin-top: 0.26vw;
}
.news_box .item:hover .imgbox img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.news_box .item:hover .art .bot .btn_a {
  color: #0071e3;
}
.news_box .item:hover .art .bot .btn_a i {
  background: #0071e3;
  color: #fff;
  box-shadow: 5px 5px 10px 0 rgba(0, 113, 227, 0.5);
}
.news_box .item .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.news_box .item .imgbox img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.news_box .item .art {
  padding: 2.08vw 2.08vw 0;
}
.news_box .item .art h4 {
  font-size: 24px;
  font-family: "hs_l";
  font-weight: 600;
}
@media (max-width: 1680px) {
  .news_box .item .art h4 {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .news_box .item .art h4 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .news_box .item .art h4 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .news_box .item .art h4 {
    font-size: 12.8px;
  }
}
@media (max-width: 1680px) {
  .news_box .item .art h4 {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .news_box .item .art h4 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .news_box .item .art h4 {
    font-size: 16px;
  }
}
.news_box .item .art .info {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news_box .item .art .bot {
  height: 76px;
  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 #e2e7ee;
  margin-top: 30px;
}
.news_box .item .art .bot .time {
  font-size: 16px;
  font-family: "hs_l";
  font-weight: 300;
  color: #666;
}
@media (max-width: 1680px) {
  .news_box .item .art .bot .time {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .news_box .item .art .bot .time {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .news_box .item .art .bot .time {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .news_box .item .art .bot .time {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .news_box .item .art .bot .time {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .news_box .item .art .bot .time {
    font-size: 14px;
  }
}
.news_box .item .btn_a {
  color: #666666;
  padding-right: 0;
  overflow: visible;
}
.news_box .item .btn_a:before {
  display: none;
}
.news_box .item .btn_a:hover {
  background: #fff;
  border-color: transparent ;
  color: #0071e3;
}
.news_box .item .btn_a:hover i {
  background: #0071e3;
  color: #fff;
  box-shadow: 5px 5px 10px 0 rgba(0, 113, 227, 0.5);
}
.news_box .item .btn_a i {
  background: #eeeeee;
  color: #666;
  box-shadow: none;
}
@media (max-width:1440px) {
  .news_box .item {
    width: calc(33% - 13.33px);
    margin-right: 20px;
  }
}
@media (max-width:1280px) {
  .news_box .item.item2 .top {
    padding-top: 1.5vw;
  }
}
@media (max-width:768px) {
  .news_box {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-top: 20px;
  }
  .news_box .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .news_box .item.item2 {
    padding-bottom: 15px;
  }
  .news_box .item.item2 .top {
    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;
    padding: 15px 15px 10px;
  }
  .news_box .item.item2 .top h5 {
    margin-right: 15px;
  }
  .news_box .item.item2 .item_a a {
    padding: 5px 15px;
  }
  .news_box .item.item2 .btn_a {
    padding: 15px;
  }
  .news_box .item:nth-child(2) {
    display: none;
  }
  .news_box .item .art {
    padding: 20px 15px 0;
  }
  .news_box .item .art h4 {
    margin-bottom: 10px;
  }
  .news_box .item .art .bot {
    height: 50px;
    margin-top: 15px;
  }
}
footer {
  background: #1c1c1c;
  position: relative;
}
footer:before {
  content: '';
  width: 100%;
  height: 1px;
  left: 0;
  top: 6.25vw;
  background: #fff;
  opacity: 0.07;
  position: absolute;
}
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;
  margin-bottom: 4.43vw;
}
footer .foot1 .left {
  width: 35%;
}
footer .foot1 .left .logo {
  height: 6.25vw;
  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;
}
footer .foot1 .left .logo img {
  height: 35px;
}
footer .foot1 .left p {
  color: #fff;
  font-size: 16px;
  font-family: "hs_l";
  font-weight: 300;
}
@media (max-width: 1680px) {
  footer .foot1 .left p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  footer .foot1 .left p {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  footer .foot1 .left p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  footer .foot1 .left p {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  footer .foot1 .left p {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  footer .foot1 .left p {
    font-size: 14px;
  }
}
footer .foot1 .left .p1 {
  padding-left: 25px;
  background: url(../images/i8.png) no-repeat left center;
  margin: 2.34vw 0 0.52vw;
}
footer .foot1 .left .p3 {
  padding-left: 25px;
  background: url(../images/i9.png) no-repeat left center;
  margin: 2.34vw 0 5px;
}
footer .foot1 .left .p2 {
  font-size: 24px;
}
@media (max-width: 1680px) {
  footer .foot1 .left .p2 {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  footer .foot1 .left .p2 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  footer .foot1 .left .p2 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  footer .foot1 .left .p2 {
    font-size: 12.8px;
  }
}
@media (max-width: 1680px) {
  footer .foot1 .left .p2 {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  footer .foot1 .left .p2 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  footer .foot1 .left .p2 {
    font-size: 16px;
  }
}
footer .foot1 .right {
  width: 62%;
}
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;
}
footer .foot1 .right ul li .a1 {
  height: 6.25vw;
  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: #fff;
}
footer .foot1 .right ul li a {
  display: block;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  font-family: "hs_l";
  font-weight: 300;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  footer .foot1 .right ul li a {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  footer .foot1 .right ul li a {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  footer .foot1 .right ul li a {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  footer .foot1 .right ul li a {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  footer .foot1 .right ul li a {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  footer .foot1 .right ul li a {
    font-size: 14px;
  }
}
footer .foot1 .right ul li a:hover {
  color: #fff;
}
footer .foot1 .right ul li .item_a {
  line-height: 24px;
  margin-top: 2.34vw;
}
footer .foot1 .right ul li .item_a a {
  margin-bottom: 1.3vw;
}
footer .foot1 .right ul li .item_a a:last-child {
  margin-bottom: 0;
}
footer .foot2 {
  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 rgba(255, 255, 255, 0.07);
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  padding: 28px 0 20px;
  font-family: "hs_l";
  font-weight: 300;
}
@media (max-width: 1680px) {
  footer .foot2 {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  footer .foot2 {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  footer .foot2 {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  footer .foot2 {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  footer .foot2 {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  footer .foot2 {
    font-size: 14px;
  }
}
footer .foot2 p {
  margin-bottom: 8px;
}
footer .foot2 .s1 {
  margin: 0 15px;
}
footer .foot2 a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1680px) {
  footer .foot2 a {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  footer .foot2 a {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  footer .foot2 a {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  footer .foot2 a {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  footer .foot2 a {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  footer .foot2 a {
    font-size: 14px;
  }
}
footer .foot2 a:hover {
  color: #fff;
}
footer .foot2 span {
  margin: 0 6px 0 10px;
}
@media (max-width:768px) {
  footer:before {
    top: 80px;
  }
  footer .foot1 {
    margin-bottom: 20px;
  }
  footer .foot1 .left {
    width: 100%;
  }
  footer .foot1 .left .logo {
    height: 80px;
  }
  footer .foot1 .left .p1 {
    margin-top: 20px;
  }
  footer .foot1 .left .p3 {
    margin-top: 20px;
  }
  footer .foot1 .left .p2 {
    margin-top: 5px;
  }
  footer .foot1 .left .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  footer .foot1 .left .box div {
    width: 50%;
  }
  footer .foot1 .right {
    display: none;
  }
  footer .foot2 {
    text-align: center;
    padding: 15px 0;
    width: 100%;
  }
  footer .foot2 p {
    width: 100%;
    line-height: 24px;
  }
  footer .foot2 span {
    display: block;
  }
  footer .foot2 .p2 {
    display: none;
  }
}
.bannner_info {
  position: relative;
  z-index: 9;
}
.bannner_info .img {
  line-height: 0;
}
.bannner_info .img img {
  min-height: 200px;
  object-fit: cover;
}
.bannner_info .art {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
.bannner_info .art .w1600 {
  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;
}
.bannner_info .art h3,
.bannner_info .art h5 {
  color: #fff;
}
.bannner_info .art h2 {
  font-size: 48px;
  font-family: "hs_r";
  font-weight: 600;
}
@media (max-width: 1680px) {
  .bannner_info .art h2 {
    font-size: 42px;
  }
}
@media (max-width: 1440px) {
  .bannner_info .art h2 {
    font-size: 36px;
  }
}
@media (max-width: 1280px) {
  .bannner_info .art h2 {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .bannner_info .art h2 {
    font-size: 25.6px;
  }
}
@media (max-width: 1680px) {
  .bannner_info .art h2 {
    font-size: 42px;
  }
}
@media (max-width: 1440px) {
  .bannner_info .art h2 {
    font-size: 32px;
  }
}
@media (max-width: 1280px) {
  .bannner_info .art h2 {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .bannner_info .art h2 {
    font-size: 24px;
  }
}
.bannner_info .art h3.h3 {
  font-family: "hs_r";
  font-weight: 600;
  font-size: 48px;
}
@media (max-width: 1680px) {
  .bannner_info .art h3.h3 {
    font-size: 42px;
  }
}
@media (max-width: 1440px) {
  .bannner_info .art h3.h3 {
    font-size: 36px;
  }
}
@media (max-width: 1280px) {
  .bannner_info .art h3.h3 {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .bannner_info .art h3.h3 {
    font-size: 25.6px;
  }
}
@media (max-width: 1680px) {
  .bannner_info .art h3.h3 {
    font-size: 42px;
  }
}
@media (max-width: 1440px) {
  .bannner_info .art h3.h3 {
    font-size: 32px;
  }
}
@media (max-width: 1280px) {
  .bannner_info .art h3.h3 {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .bannner_info .art h3.h3 {
    font-size: 24px;
  }
}
.bannner_info .art h5 {
  text-transform: uppercase;
}
.bannner_info .art h6 {
  font-size: 22px;
  font-family: "hs_l";
  font-weight: 600;
  color: #fefeff;
  margin-top: 1.04vw;
  text-align: center;
}
@media (max-width: 1680px) {
  .bannner_info .art h6 {
    font-size: 19.25px;
  }
}
@media (max-width: 1440px) {
  .bannner_info .art h6 {
    font-size: 16.5px;
  }
}
@media (max-width: 1280px) {
  .bannner_info .art h6 {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  .bannner_info .art h6 {
    font-size: 11.73333333px;
  }
}
@media (max-width: 1680px) {
  .bannner_info .art h6 {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .bannner_info .art h6 {
    font-size: 16px;
  }
}
.app_info_xs0601 {
  padding: 5.73vw 0 6.25vw;
}
.app_info_xs0601 .myline {
  margin: 0.78vw 0 1.04vw;
}
@media (max-width:768px) {
  .app_info_xs0601 {
    padding: 35px 0 40px;
  }
  .app_info_xs0601 .myline {
    margin: 10px 0 ;
  }
}
.app_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-top: 2.34vw;
  margin-bottom: -30px;
}
.app_list li {
  width: calc(33.33% - 20px);
  margin: 0 30px 30px 0;
}
.app_list li:nth-child(3n) {
  margin-right: 0;
}
.app_list li:hover .imgbox img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.app_list li:hover .imgbox p {
  bottom: 0;
}
.app_list li:hover .art p {
  color: #0071e3;
}
.app_list li:hover .art p:before {
  width: 100%;
}
.app_list li .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 66%;
  position: relative;
  overflow: hidden;
}
.app_list li .imgbox img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.app_list li .imgbox p {
  position: absolute;
  left: 0;
  bottom: -60px;
  font-size: 16px;
  background: rgba(0, 113, 227, 0.5);
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 15px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-family: "hs_l";
  font-weight: 300;
}
@media (max-width: 1680px) {
  .app_list li .imgbox p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .app_list li .imgbox p {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .app_list li .imgbox p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .app_list li .imgbox p {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .app_list li .imgbox p {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .app_list li .imgbox p {
    font-size: 14px;
  }
}
.app_list li .art {
  background: #fff;
  padding: 1.56vw 1.56vw 2.6vw;
  box-shadow: 0px 0px 9px 0px rgba(22, 33, 48, 0.15);
}
.app_list li .art p {
  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-bottom: 1.04vw;
  border-bottom: 1px solid #e7e7e7;
  position: relative;
  font-size: 20px;
  font-family: "hs_l";
  font-weight: 600;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1680px) {
  .app_list li .art p {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .app_list li .art p {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .app_list li .art p {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .app_list li .art p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .app_list li .art p {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .app_list li .art p {
    font-size: 16px;
  }
}
.app_list li .art p:before {
  content: '';
  width: 4.17vw;
  height: 2px;
  background: #0071e3;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.app_list li .art p i {
  font-size: 22px;
}
@media (max-width: 1680px) {
  .app_list li .art p i {
    font-size: 19.25px;
  }
}
@media (max-width: 1440px) {
  .app_list li .art p i {
    font-size: 16.5px;
  }
}
@media (max-width: 1280px) {
  .app_list li .art p i {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  .app_list li .art p i {
    font-size: 11.73333333px;
  }
}
@media (max-width: 1680px) {
  .app_list li .art p i {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .app_list li .art p i {
    font-size: 16px;
  }
}
@media (max-width:1440px) {
  .app_list {
    margin-bottom: -20px;
  }
  .app_list li {
    width: calc(33.33% - 13.33px);
    margin: 0 20px 20px 0;
  }
}
@media (max-width:768px) {
  .app_list {
    margin-top: 20px;
    margin-bottom: -15px;
  }
  .app_list li {
    width: calc(50% - 7.5px);
    margin: 0 15px 15px 0;
  }
  .app_list li:nth-child(3n) {
    margin-right: 15px;
  }
  .app_list li:nth-child(2n) {
    margin-right: 0;
  }
  .app_list li .art {
    padding: 15px;
  }
  .app_list li .art p {
    padding-bottom: 10px;
  }
}
.app_info2 {
  padding: 5.73vw 0 4.17vw;
  background: url(../images/bg2.jpg) no-repeat center top / cover;
}
.app_info2 .w1400 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.app_info2 .left {
  width: 55%;
  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;
}
.app_info2 .left .info {
  font-size: 18px;
  line-height: 36px;
  font-family: "hs_l";
  font-weight: 300;
  margin-top: 1.56vw;
}
@media (max-width: 1680px) {
  .app_info2 .left .info {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .app_info2 .left .info {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .app_info2 .left .info {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .app_info2 .left .info {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .app_info2 .left .info {
    font-size: 16px;
  }
}
.app_info2 .left .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;
  padding-bottom: 1.04vw;
  position: relative;
  font-size: 24px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 20px;
}
@media (max-width: 1680px) {
  .app_info2 .left .bot {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .app_info2 .left .bot {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .app_info2 .left .bot {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .app_info2 .left .bot {
    font-size: 12.8px;
  }
}
@media (max-width: 1680px) {
  .app_info2 .left .bot {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .app_info2 .left .bot {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .app_info2 .left .bot {
    font-size: 16px;
  }
}
.app_info2 .left .bot:hover {
  color: #0071e3;
}
.app_info2 .left .bot:hover:after {
  width: 100%;
}
.app_info2 .left .bot i {
  font-size: 20px;
  margin-left: 5.21vw;
}
@media (max-width: 1680px) {
  .app_info2 .left .bot i {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .app_info2 .left .bot i {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .app_info2 .left .bot i {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .app_info2 .left .bot i {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .app_info2 .left .bot i {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .app_info2 .left .bot i {
    font-size: 16px;
  }
}
.app_info2 .left .bot:before {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #041333;
  opacity: 0.1;
}
.app_info2 .left .bot:after {
  content: '';
  width: 5.21vw;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #0071e3;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  min-width: 65px;
}
.app_info2 .right {
  width: 36%;
}
.app_info2 .right .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 66%;
  position: relative;
  overflow: hidden;
}
.app_info2 .right .imgbox img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width:1440px) {
  .app_info2 .left .info {
    line-height: 30px;
  }
}
@media (max-width:1280px) {
  .app_info2 .left .info {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width:768px) {
  .app_info2 {
    padding: 40px 0;
  }
  .app_info2 .w1400 {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .app_info2 .left {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .app_info2 .left .bot {
    padding-bottom: 10px;
  }
  .app_info2 .right {
    width: 100%;
    margin-bottom: 20px;
  }
}
.tjcp_xs0601 {
  padding: 4.17vw 0;
  overflow: hidden;
}
.app_list_s {
  position: relative;
}
.app_list_s .swiper-button-prev,
.app_list_s .swiper-button-next {
  outline: none;
  margin-top: -2.6vw;
}
.app_list_s .swiper-button-prev:after,
.app_list_s .swiper-button-next:after {
  font-size: 22px;
  color: #041333;
}
@media (max-width: 1680px) {
  .app_list_s .swiper-button-prev:after,
  .app_list_s .swiper-button-next:after {
    font-size: 19.25px;
  }
}
@media (max-width: 1440px) {
  .app_list_s .swiper-button-prev:after,
  .app_list_s .swiper-button-next:after {
    font-size: 16.5px;
  }
}
@media (max-width: 1280px) {
  .app_list_s .swiper-button-prev:after,
  .app_list_s .swiper-button-next:after {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  .app_list_s .swiper-button-prev:after,
  .app_list_s .swiper-button-next:after {
    font-size: 11.73333333px;
  }
}
@media (max-width: 1680px) {
  .app_list_s .swiper-button-prev:after,
  .app_list_s .swiper-button-next:after {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .app_list_s .swiper-button-prev:after,
  .app_list_s .swiper-button-next:after {
    font-size: 16px;
  }
}
.app_list_s .swiper-button-prev {
  left: -50px;
}
.app_list_s .swiper-button-next {
  right: -50px;
}
.app_list_s .swiper {
  overflow: hidden;
  width: calc(100% + 40px);
  margin-left: -20px;
  padding: 18px;
}
.app_list_s .swiper-slide:hover .imgbox img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.app_list_s .swiper-slide:hover .imgbox p {
  bottom: 0;
}
.app_list_s .swiper-slide:hover .art p {
  color: #0071e3;
}
.app_list_s .swiper-slide:hover .art p:before {
  width: 100%;
}
.app_list_s .swiper-slide .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 66%;
  position: relative;
  overflow: hidden;
}
.app_list_s .swiper-slide .imgbox img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.app_list_s .swiper-slide .imgbox p {
  position: absolute;
  left: 0;
  bottom: -60px;
  font-size: 16px;
  background: rgba(0, 113, 227, 0.5);
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 15px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-family: "hs_l";
  font-weight: 300;
}
@media (max-width: 1680px) {
  .app_list_s .swiper-slide .imgbox p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .app_list_s .swiper-slide .imgbox p {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .app_list_s .swiper-slide .imgbox p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .app_list_s .swiper-slide .imgbox p {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .app_list_s .swiper-slide .imgbox p {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .app_list_s .swiper-slide .imgbox p {
    font-size: 14px;
  }
}
.app_list_s .swiper-slide .art {
  background: #fff;
  padding: 1.56vw 1.56vw 2.6vw;
  box-shadow: 0px 0px 9px 0px rgba(22, 33, 48, 0.15);
}
.app_list_s .swiper-slide .art p {
  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-bottom: 1.04vw;
  border-bottom: 1px solid #e7e7e7;
  position: relative;
  font-size: 20px;
  font-family: "hs_l";
  font-weight: 600;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1680px) {
  .app_list_s .swiper-slide .art p {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .app_list_s .swiper-slide .art p {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .app_list_s .swiper-slide .art p {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .app_list_s .swiper-slide .art p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .app_list_s .swiper-slide .art p {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .app_list_s .swiper-slide .art p {
    font-size: 16px;
  }
}
.app_list_s .swiper-slide .art p:before {
  content: '';
  width: 4.17vw;
  height: 2px;
  background: #0071e3;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.app_list_s .swiper-slide .art p i {
  font-size: 22px;
}
@media (max-width: 1680px) {
  .app_list_s .swiper-slide .art p i {
    font-size: 19.25px;
  }
}
@media (max-width: 1440px) {
  .app_list_s .swiper-slide .art p i {
    font-size: 16.5px;
  }
}
@media (max-width: 1280px) {
  .app_list_s .swiper-slide .art p i {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  .app_list_s .swiper-slide .art p i {
    font-size: 11.73333333px;
  }
}
@media (max-width: 1680px) {
  .app_list_s .swiper-slide .art p i {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .app_list_s .swiper-slide .art p i {
    font-size: 16px;
  }
}
@media (max-width:1440px) {
  .app_list_s .swiper-button-prev {
    left: -40px;
  }
  .app_list_s .swiper-button-next {
    right: -40px;
  }
}
@media (max-width:1024px) {
  .app_list_s .swiper-button-prev {
    left: -25px;
  }
  .app_list_s .swiper-button-next {
    right: -25px;
  }
}
@media (max-width:768px) {
  .app_list_s .swiper {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 10px;
  }
  .app_list_s .swiper-slide .art {
    padding: 15px;
  }
  .app_list_s .swiper-slide .art p {
    padding-bottom: 10px;
  }
}
.service_xs0601 {
  padding: 5.73vw 0 3.13vw;
  background: url(../images/bg3.png) no-repeat right top;
  background-size: 64.5% auto;
}
.service_xs0601 .myline {
  margin: 0.78vw 0 1.04vw;
}
.service_xs0601 .art {
  margin: 1.04vw 0;
  font-family: "hs_l";
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 1680px) {
  .service_xs0601 .art {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .service_xs0601 .art {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .service_xs0601 .art {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .service_xs0601 .art {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .service_xs0601 .art {
    font-size: 16px;
  }
}
.service_xs0601 .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 4.17vw;
}
.service_xs0601 .items .item {
  width: calc(25% - 7.5px);
}
.service_xs0601 .items .item .icon {
  width: 4.17vw;
  height: 4.17vw;
  min-width: 40px;
  min-height: 40px;
  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;
}
.service_xs0601 .items .item h4 {
  margin: 1.56vw 0 0.78vw;
}
.service_xs0601 .items .item .info {
  font-size: 16px;
}
@media (max-width: 1680px) {
  .service_xs0601 .items .item .info {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .service_xs0601 .items .item .info {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .service_xs0601 .items .item .info {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .service_xs0601 .items .item .info {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .service_xs0601 .items .item .info {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .service_xs0601 .items .item .info {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .service_xs0601 {
    padding: 35px 0 20px;
    background-size: 100% auto;
  }
  .service_xs0601 .myline {
    margin: 10px 0 15px;
  }
  .service_xs0601 .art {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }
  .service_xs0601 .items {
    margin-top: 20px;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-bottom: -20px;
  }
  .service_xs0601 .items .item {
    width: calc(50% - 7.5px);
    margin-bottom: 20px;
  }
  .service_xs0601 .items .item h4 {
    margin: 15px 0 5px;
  }
  .service_xs0601 .items .item .info {
    line-height: 22px;
  }
}
.contact_index {
  padding: 3.13vw 0 6.25vw;
}
.contact_index .w1400 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.contact_index .left {
  width: 50%;
  padding: 4.43vw 4.17vw 4.95vw;
  position: relative;
  z-index: 1;
  color: #fff;
}
.contact_index .left:before {
  content: '';
  width: 120%;
  height: 100%;
  background: url(../images/bg4.jpg) no-repeat center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.contact_index .left h3.h3 {
  color: #fff;
}
.contact_index .left .info {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  margin: 1.82vw 0 3.39vw;
}
@media (max-width: 1680px) {
  .contact_index .left .info {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .contact_index .left .info {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .contact_index .left .info {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .contact_index .left .info {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .contact_index .left .info {
    font-size: 16px;
  }
}
@media (max-width:1440px) {
  .contact_index .left .info {
    line-height: 26px;
  }
}
@media (max-width:1280px) {
  .contact_index .left .info {
    font-size: 14px;
    line-height: 24px;
  }
}
.contact_index .left .items .item {
  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;
  margin-bottom: 2.08vw;
}
.contact_index .left .items .item .icon {
  width: 44px;
  height: 44px;
  margin-right: 10px;
}
.contact_index .left .items .item span {
  font-size: 16px;
  font-family: "hs_l";
  font-weight: 300;
}
@media (max-width: 1680px) {
  .contact_index .left .items .item span {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .contact_index .left .items .item span {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .contact_index .left .items .item span {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .contact_index .left .items .item span {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .contact_index .left .items .item span {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .contact_index .left .items .item span {
    font-size: 14px;
  }
}
.contact_index .left .items .item p {
  font-size: 24px;
  font-family: "hs_l";
  font-weight: 300;
}
@media (max-width: 1680px) {
  .contact_index .left .items .item p {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .contact_index .left .items .item p {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .contact_index .left .items .item p {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .contact_index .left .items .item p {
    font-size: 12.8px;
  }
}
@media (max-width: 1680px) {
  .contact_index .left .items .item p {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .contact_index .left .items .item p {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .contact_index .left .items .item p {
    font-size: 16px;
  }
}
.contact_index .right {
  width: 50%;
  position: relative;
  z-index: 1;
  padding: 2.34vw 2.6vw;
  background: #f7f7f7;
  border-top: 0.31vw solid #0071e3;
  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;
}
.contact_index .right h6 {
  width: 100%;
  font-size: 18px;
  line-height: 30px;
  color: #555555;
  margin-bottom: 20px;
}
@media (max-width: 1680px) {
  .contact_index .right h6 {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .contact_index .right h6 {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .contact_index .right h6 {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .contact_index .right h6 {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .contact_index .right h6 {
    font-size: 16px;
  }
}
.contact_index .right input,
.contact_index .right textarea {
  width: calc(50% - 9px);
  padding: 0.78vw 1.41vw;
  font-size: 16px;
  color: #b0b5bd;
  background: #fff;
  border: 1px solid #e7eaef;
  margin-bottom: 0.94vw;
}
@media (max-width: 1680px) {
  .contact_index .right input,
  .contact_index .right textarea {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .contact_index .right input,
  .contact_index .right textarea {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .contact_index .right input,
  .contact_index .right textarea {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .contact_index .right input,
  .contact_index .right textarea {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .contact_index .right input,
  .contact_index .right textarea {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .contact_index .right input,
  .contact_index .right textarea {
    font-size: 14px;
  }
}
.contact_index .right input.i2,
.contact_index .right textarea.i2 {
  width: 100%;
}
.contact_index .right textarea {
  width: 100%;
  height: 140px;
  margin-bottom: 1.82vw;
}
.contact_index .right button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  border: 1px solid #999;
  color: #333;
}
.contact_index .right button i {
  background: transparent;
  box-shadow: none;
  color: #333;
}
.contact_index .right button:hover {
  border-color: #0071e3;
  color: #fff;
}
.contact_index .right button:hover i {
  color: #fff;
}
.contact_index .right button:hover:before {
  width: 1000px;
  height: 1000px;
}
@media (max-width:1440px) {
  .contact_index .right h6 {
    line-height: 26px;
  }
}
@media (max-width:1440px) {
  .contact_index .right h6 {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width:768px) {
  .contact_index .right {
    padding: 15px;
    border-top: 2px solid #397cc2;
  }
  .contact_index .right h6 {
    line-height: 26px;
  }
  .contact_index .right input {
    padding: 8px 10px;
    width: 100%;
    margin-bottom: 10px;
  }
  .contact_index .right textarea {
    margin-bottom: 15px;
  }
}
@media (max-width:768px) {
  .contact_index {
    padding: 20px 0 40px;
  }
  .contact_index .w1600 {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .contact_index .left {
    width: 100%;
    padding: 22px 15px;
  }
  .contact_index .left:before {
    width: 100%;
  }
  .contact_index .left .info {
    line-height: 24px;
    margin: 10px 0 20px;
  }
  .contact_index .left .items .item .icon {
    width: 35px;
    height: 35px;
  }
  .contact_index .right {
    width: 100%;
    margin-top: 20px;
    display: none;
  }
}
.formmark {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 999;
  display: none;
}
.formbox {
  position: fixed;
  width: 1400px;
  max-width: calc(100% - 100px);
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  display: none;
  background: #fff;
}
.formbox .close {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  right: -20px;
  top: -20px;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 30px;
  color: #0071e3;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.formbox .close:hover {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  background: #0071e3;
  color: #fff;
}
.formbox .form {
  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;
  padding: 15px;
  border-top: 2px solid #397cc2;
}
.formbox .form h6 {
  margin-bottom: 20px;
}
.formbox .form input,
.formbox .form textarea {
  width: 100%;
  color: #b0b5bd;
  background: #fff;
  border: 1px solid #e7eaef;
  margin-bottom: 15px;
  padding: 8px 15px;
}
.formbox .form input::placeholder,
.formbox .form textarea::placeholder {
  font-size: 16px;
  font-family: 'os_l';
  color: #999999;
}
@media (max-width: 1680px) {
  .formbox .form input::placeholder,
  .formbox .form textarea::placeholder {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .formbox .form input::placeholder,
  .formbox .form textarea::placeholder {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .formbox .form input::placeholder,
  .formbox .form textarea::placeholder {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .formbox .form input::placeholder,
  .formbox .form textarea::placeholder {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .formbox .form input::placeholder,
  .formbox .form textarea::placeholder {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .formbox .form input::placeholder,
  .formbox .form textarea::placeholder {
    font-size: 14px;
  }
}
.formbox .form textarea {
  width: 100%;
  height: 80px;
  margin-bottom: 20px;
}
.formbox .form button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  border: 1px solid #e9ebef;
  color: #333;
}
.formbox .form button i {
  background: transparent;
  box-shadow: none;
  color: #333;
}
.formbox .form button:hover {
  border-color: #0071e3;
  color: #fff;
}
.formbox .form button:hover i {
  color: #fff;
}
.formbox .form button:hover:before {
  width: 1000px;
  height: 1000px;
}
@media (max-width:768px) {
  .formbox {
    width: calc(100% - 40px);
    max-width: 100%;
  }
  .formbox .close {
    right: 0;
    top: -40px;
  }
}
.openform {
  height: 34px;
  padding: 0 15px;
  background: #0071e3;
  color: #fff;
  position: fixed;
  right: 5px;
  bottom: 70px;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-family: "hs_l";
  font-weight: 300;
  border-radius: 17px;
  display: none;
  font-size: 14px;
}
@media (max-width:768px) {
  .openform {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    bottom: 15px;
  }
}
.download_info {
  padding: 6.25vw 0;
}
.download_info .w1400 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.download_info .left {
  width: 23.285%;
  background: #f9f9f9;
  border-radius: 16px;
  position: sticky;
  top: 80px;
}
.download_info .left .form {
  width: 100%;
  height: 74px;
  border-bottom: 1px solid #e9e9e9;
  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.7vw;
}
.download_info .left .form button {
  width: 20px;
  height: 20px;
  font-size: 18px;
  margin-right: 0.5vw;
  color: #999999;
}
@media (max-width: 1680px) {
  .download_info .left .form button {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .download_info .left .form button {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .download_info .left .form button {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .download_info .left .form button {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .download_info .left .form button {
    font-size: 16px;
  }
}
.download_info .left .form input {
  width: calc(100% - 20px);
  font-size: 18px;
  color: #cccccc;
}
@media (max-width: 1680px) {
  .download_info .left .form input {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .download_info .left .form input {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .download_info .left .form input {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .download_info .left .form input {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .download_info .left .form input {
    font-size: 16px;
  }
}
.download_info .left .form input::placeholder {
  font-size: 18px;
  color: #cccccc;
}
@media (max-width: 1680px) {
  .download_info .left .form input::placeholder {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .download_info .left .form input::placeholder {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .download_info .left .form input::placeholder {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .download_info .left .form input::placeholder {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .download_info .left .form input::placeholder {
    font-size: 16px;
  }
}
.download_info .left .item {
  padding: 0 12px;
  margin-top: 10px;
}
.download_info .left .item:last-child {
  margin-bottom: 0.9vw;
}
.download_info .left .item.on .top {
  background: #0071e3;
  color: #fff;
}
.download_info .left .item .top {
  width: 100%;
  height: 48px;
  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: #fff;
  padding: 0 0.5vw 0 1vw;
  border-radius: 6px;
  font-size: 18px;
  color: #333;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .download_info .left .item .top {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .download_info .left .item .top {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .download_info .left .item .top {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .download_info .left .item .top {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .download_info .left .item .top {
    font-size: 16px;
  }
}
.download_info .left .item .top span {
  width: calc(100% - 20px);
  font-family: "hs_l";
  font-weight: 600;
}
.download_info .left .item .top i {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.download_info .right {
  width: 74.285%;
  background: #f9f9f9;
  padding: 3.3vw 3.3vw 2.76vw;
}
.download_info .right h3 {
  color: #333333;
  padding-bottom: 2vw;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 1vw;
  font-family: "hs_l";
  font-weight: 600;
}
.download_info .right table {
  border: none;
  margin-bottom: 2.5vw;
}
.download_info .right table tr,
.download_info .right table td {
  border: none;
}
.download_info .right table tr {
  border-bottom: 1px solid #e9e9e9;
}
.download_info .right table thead td {
  font-size: 24px;
  color: #333333;
  padding: 1.56vw 0;
  font-family: "hs_l";
  font-weight: 600;
}
@media (max-width: 1680px) {
  .download_info .right table thead td {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .download_info .right table thead td {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .download_info .right table thead td {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .download_info .right table thead td {
    font-size: 12.8px;
  }
}
@media (max-width: 1680px) {
  .download_info .right table thead td {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .download_info .right table thead td {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .download_info .right table thead td {
    font-size: 16px;
  }
}
.download_info .right table tbody td {
  font-size: 18px;
  color: #666666;
  padding: 0.9vw 0;
}
@media (max-width: 1680px) {
  .download_info .right table tbody td {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .download_info .right table tbody td {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .download_info .right table tbody td {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .download_info .right table tbody td {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .download_info .right table tbody td {
    font-size: 16px;
  }
}
.download_info .right table tbody td:last-child {
  width: 114px;
}
.download_info .right table tbody td a {
  width: 100%;
  height: 44px;
  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: 22px;
  color: #333333;
  border: 1px solid #f0f0f0;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .download_info .right table tbody td a {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .download_info .right table tbody td a {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .download_info .right table tbody td a {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .download_info .right table tbody td a {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .download_info .right table tbody td a {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .download_info .right table tbody td a {
    font-size: 14px;
  }
}
.download_info .right table tbody td a:hover {
  background: #0071e3;
  color: #fff;
  border-color: #0071e3;
}
.download_info .right table tbody td a i {
  margin-right: 7px;
}
@media (max-width:1440px) {
  .download_info .left .form {
    height: 60px;
  }
  .download_info .left .item .top {
    height: 40px;
  }
  .download_info .right table tbody td a {
    height: 40px;
  }
}
@media (max-width:1280px) {
  .download_info .left .form {
    height: 50px;
  }
  .download_info .left .item .top {
    height: 35px;
  }
  .download_info .right table tbody td:last-child {
    width: 90px;
  }
  .download_info .right table tbody td a {
    height: 35px;
  }
}
@media (max-width:768px) {
  .download_info {
    padding: 40px 0;
  }
  .download_info .w1400 {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .download_info .w1400 .left {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 5px;
    position: relative;
    top: auto;
  }
  .download_info .w1400 .left .form {
    padding: 0 15px;
  }
  .download_info .w1400 .left .items {
    max-height: 200px;
    overflow-y: scroll;
  }
  .download_info .w1400 .left .item {
    margin-top: 10px;
  }
  .download_info .w1400 .left .item:last-child {
    margin-bottom: 15px;
  }
  .download_info .w1400 .left .item .top {
    padding: 0 15px;
  }
  .download_info .w1400 .left .item .box a {
    padding: 0 15px;
  }
  .download_info .w1400 .right {
    width: 100%;
    padding: 20px 15px;
  }
  .download_info .w1400 .right h3 {
    font-size: 20px;
    padding-bottom: 15px;
  }
  .download_info .w1400 .right .table {
    margin-bottom: 15px;
  }
  .download_info .w1400 .right table thead td {
    font-size: 16px;
    padding: 10px 0;
  }
  .download_info .w1400 .right table thead td:nth-child(2),
  .download_info .w1400 .right table thead td:nth-child(3) {
    display: none;
  }
  .download_info .w1400 .right table tbody td {
    font-size: 14px;
    padding: 10px 0;
  }
  .download_info .w1400 .right table tbody td:nth-child(2),
  .download_info .w1400 .right table tbody td:nth-child(3) {
    display: none;
  }
  .download_info .w1400 .right table tbody td:last-child {
    width: 80px;
  }
  .download_info .w1400 .right table tbody td:last-child a {
    height: 30px;
    border-radius: 15px;
  }
  .download_info .w1400 .right table tbody td:last-child a i {
    font-size: 14px;
    margin-right: 3px;
  }
}
.news_info {
  padding: 6.25vw 0;
  background: #f5f7fa;
}
@media (max-width:768px) {
  .news_info {
    padding: 40px 0;
  }
}
.news_info .title_a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.news_info .title_a a {
  font-size: 24px;
  color: #0071e3;
  background: #fff;
  border: 1px solid #0071e3;
  border-radius: 40px;
  padding: 15px 37px;
  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-family: "hs_r";
  font-weight: 600;
  margin: 0 15px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .news_info .title_a a {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .news_info .title_a a {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .news_info .title_a a {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .news_info .title_a a {
    font-size: 12.8px;
  }
}
@media (max-width: 1680px) {
  .news_info .title_a a {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .news_info .title_a a {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .news_info .title_a a {
    font-size: 16px;
  }
}
.news_info .title_a a.on,
.news_info .title_a a:hover {
  color: #fff;
  background: #0071e3;
  border-color: #fff;
}
@media (max-width:1440px) {
  .news_info .title_a a {
    padding: 10px 30px;
  }
}
@media (max-width:768px) {
  .news_info .title_a a {
    padding: 8px 20px;
    margin: 0 10px;
  }
}
.news_info .myline {
  margin: 2.6vw auto;
}
@media (max-width:768px) {
  .news_info .myline {
    margin: 20px auto;
  }
}
.news_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-bottom: 1.04vw;
}
.news_list li {
  width: calc(33.33% - 20px);
  margin: 0 30px 30px 0;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.news_list li:nth-child(3n) {
  margin-right: 0px;
}
.news_list li:hover .imgbox img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.news_list li:hover .art .bot .btn_a {
  color: #0071e3;
}
.news_list li:hover .art .bot .btn_a i {
  background: #0071e3;
  color: #fff;
  box-shadow: 5px 5px 10px 0 rgba(0, 113, 227, 0.5);
}
.news_list li .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.news_list li .imgbox img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.news_list li .art {
  padding: 2.08vw 2.08vw 0;
}
.news_list li .art h4 {
  font-size: 24px;
}
@media (max-width: 1680px) {
  .news_list li .art h4 {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .news_list li .art h4 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .news_list li .art h4 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .news_list li .art h4 {
    font-size: 12.8px;
  }
}
@media (max-width: 1680px) {
  .news_list li .art h4 {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .news_list li .art h4 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .news_list li .art h4 {
    font-size: 16px;
  }
}
.news_list li .art .info {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news_list li .art .bot {
  padding: 0.52vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-top: 1px solid #e2e7ee;
  margin-top: 1.56vw;
}
.news_list li .art .bot .time {
  font-size: 16px;
  font-family: "hs_l";
  font-weight: 300;
  color: #666;
}
@media (max-width: 1680px) {
  .news_list li .art .bot .time {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .news_list li .art .bot .time {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .news_list li .art .bot .time {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .news_list li .art .bot .time {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .news_list li .art .bot .time {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .news_list li .art .bot .time {
    font-size: 14px;
  }
}
.news_list li .btn_a {
  color: #666666;
  padding-right: 0;
  overflow: visible;
}
.news_list li .btn_a:before {
  display: none;
}
.news_list li .btn_a:hover {
  background: #fff;
  border-color: transparent ;
  color: #0071e3;
}
.news_list li .btn_a:hover i {
  background: #0071e3;
  color: #fff;
  box-shadow: 5px 5px 10px 0 rgba(0, 113, 227, 0.5);
}
.news_list li .btn_a i {
  background: #eeeeee;
  color: #666;
  box-shadow: none;
}
@media (max-width:1440px) {
  .news_list li {
    width: calc(33% - 13.33px);
    margin: 0 20px 20px 0;
  }
}
@media (max-width:768px) {
  .news_list {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .news_list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .news_list li .art {
    padding: 20px 15px 0;
  }
  .news_list li .art h4 {
    margin-bottom: 10px;
  }
  .news_list li .art .bot {
    height: 50px;
    margin-top: 15px;
  }
}
.news_con_20220215 {
  padding: 6.25vw 0;
}
.news_con_20220215 .news_w {
  padding-bottom: 4.17vw;
}
.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;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.news_con_20220215 .left {
  width: 66.66%;
}
.news_con_20220215 .left h2 {
  font-size: 44px;
  color: #222222;
  padding-bottom: 2.34vw;
  font-family: "hs_l";
  font-weight: 600;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 1680px) {
  .news_con_20220215 .left h2 {
    font-size: 38.5px;
  }
}
@media (max-width: 1440px) {
  .news_con_20220215 .left h2 {
    font-size: 33px;
  }
}
@media (max-width: 1280px) {
  .news_con_20220215 .left h2 {
    font-size: 29.33333333px;
  }
}
@media (max-width: 1024px) {
  .news_con_20220215 .left h2 {
    font-size: 23.46666667px;
  }
}
@media (max-width: 1680px) {
  .news_con_20220215 .left h2 {
    font-size: 38px;
  }
}
@media (max-width: 1440px) {
  .news_con_20220215 .left h2 {
    font-size: 28px;
  }
}
@media (max-width: 1280px) {
  .news_con_20220215 .left h2 {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .news_con_20220215 .left h2 {
    font-size: 22px;
  }
}
.news_con_20220215 .left .other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin: 1.56vw 0 2.6vw;
}
.news_con_20220215 .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;
  font-size: 16px;
  color: #999999;
  font-family: "hs_l";
  font-weight: 300;
  margin-bottom: 10px;
  margin-right: 4.5vw;
}
@media (max-width: 1680px) {
  .news_con_20220215 .left .other p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .news_con_20220215 .left .other p {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .news_con_20220215 .left .other p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .news_con_20220215 .left .other p {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .news_con_20220215 .left .other p {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .news_con_20220215 .left .other p {
    font-size: 14px;
  }
}
.news_con_20220215 .left .other p img {
  margin-right: 10px;
}
.news_con_20220215 .left .other p:last-child {
  margin-right: 0;
}
.news_con_20220215 .left .art {
  font-size: 18px;
  line-height: 36px;
  color: #525252;
  font-family: "hs_l";
  font-weight: 300;
}
@media (max-width: 1680px) {
  .news_con_20220215 .left .art {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .news_con_20220215 .left .art {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .news_con_20220215 .left .art {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .news_con_20220215 .left .art {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .news_con_20220215 .left .art {
    font-size: 16px;
  }
}
.news_con_20220215 .left .art p {
  margin-bottom: 2vw;
}
.news_con_20220215 .right {
  width: 29.16%;
  position: sticky;
  top: 100px;
}
@media (max-width:1440px) {
  .news_con_20220215 .left .art {
    line-height: 30px;
  }
}
@media (max-width:768px) {
  .news_con_20220215 .left {
    width: 100%;
    margin-bottom: 15px;
  }
  .news_con_20220215 .left h2 {
    padding-bottom: 10px;
  }
  .news_con_20220215 .left .other {
    padding: 10px 0;
  }
  .news_con_20220215 .left .art {
    font-size: 14px;
    line-height: 24px;
  }
  .news_con_20220215 .right {
    width: 100%;
    position: relative;
    top: auto;
  }
}
.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;
  font-size: 18px;
  color: #222222;
}
@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: 1680px) {
  .sxy_20220215 a p {
    font-size: 16px;
  }
}
.sxy_20220215 a.a1 {
  width: calc(50% - 25px);
}
.sxy_20220215 a.a1 img {
  width: 1.67vw;
  min-width: 20px;
  margin-right: 15px;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.sxy_20220215 a.a2 {
  width: 1.35vw;
  min-width: 16px;
}
.sxy_20220215 a.a3 {
  width: calc(50% - 25px);
  text-align: right;
}
.sxy_20220215 a.a3 img {
  margin-left: 15px;
  width: 1.67vw;
  min-width: 20px;
}
@media (max-width:768px) {
  .sxy_20220215 {
    padding: 15px;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .sxy_20220215 a.a1,
  .sxy_20220215 a.a3 {
    width: 100%;
  }
  .sxy_20220215 a.a1 p,
  .sxy_20220215 a.a3 p {
    font-size: 14px;
  }
  .sxy_20220215 a.a3 {
    margin-top: 5px;
  }
  .sxy_20220215 a.a3 p {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .sxy_20220215 a.a3 img {
    margin-left: 0;
    margin-right: 15px;
  }
  .sxy_20220215 a.a2 {
    display: none;
  }
}
.tjxw_20220215 {
  width: 100%;
  background: #f7f7f7;
  border-top: 6px solid #0071e3;
  padding: 1.56vw;
}
.tjxw_20220215 h3 {
  font-size: 30px;
  font-family: "hs_l";
  font-weight: 600;
  margin: 0 0 1.5vw;
}
@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: 1680px) {
  .tjxw_20220215 h3 {
    font-size: 24px;
  }
}
@media (max-width: 1440px) {
  .tjxw_20220215 h3 {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .tjxw_20220215 h3 {
    font-size: 18px;
  }
}
.tjxw_20220215 ul li {
  padding: 1.04vw 0;
  border-top: 1px solid #e9e9e9;
}
.tjxw_20220215 ul li:hover p {
  color: #0071e3;
}
.tjxw_20220215 ul li span {
  font-size: 16px;
  color: #888888;
  padding-left: 26px;
  background: url(../images/sj_20220215.png) no-repeat left center;
}
@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: 1680px) {
  .tjxw_20220215 ul li span {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .tjxw_20220215 ul li span {
    font-size: 14px;
  }
}
.tjxw_20220215 ul li p {
  font-size: 18px;
  color: #333333;
  font-family: "hs_l";
  font-weight: 600;
  margin-top: 0.78vw;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@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: 1680px) {
  .tjxw_20220215 ul li p {
    font-size: 16px;
  }
}
@media (max-width:1440px) {
  .tjxw_20220215 {
    border-top: 4px solid #0071e3;
  }
}
@media (max-width:768px) {
  .tjxw_20220215 {
    border-top: 2px solid #0071e3;
    padding: 15px;
  }
  .tjxw_20220215 h3 {
    padding-bottom: 10px;
  }
  .tjxw_20220215 ul li {
    padding: 10px 0;
  }
  .tjxw_20220215 ul li p {
    margin-top: 5px;
  }
}
.bxc_ygrc_0324 {
  padding-top: 5.2vw;
  padding-bottom: 7.81vw;
}
.bxc_ygrc_0324 .hh_title {
  margin-bottom: 3.65vw;
}
.bxc_ygrc_0324 .hh_title h2 {
  font-size: 44px;
  color: #222;
  font-family: "hs_l";
  font-weight: 600;
  margin-bottom: 1.56vw;
  text-align: center;
}
@media (max-width: 1680px) {
  .bxc_ygrc_0324 .hh_title h2 {
    font-size: 38.5px;
  }
}
@media (max-width: 1440px) {
  .bxc_ygrc_0324 .hh_title h2 {
    font-size: 33px;
  }
}
@media (max-width: 1280px) {
  .bxc_ygrc_0324 .hh_title h2 {
    font-size: 29.33333333px;
  }
}
@media (max-width: 1024px) {
  .bxc_ygrc_0324 .hh_title h2 {
    font-size: 23.46666667px;
  }
}
@media (max-width: 1680px) {
  .bxc_ygrc_0324 .hh_title h2 {
    font-size: 38px;
  }
}
@media (max-width: 1440px) {
  .bxc_ygrc_0324 .hh_title h2 {
    font-size: 28px;
  }
}
@media (max-width: 1280px) {
  .bxc_ygrc_0324 .hh_title h2 {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .bxc_ygrc_0324 .hh_title h2 {
    font-size: 22px;
  }
}
.bxc_ygrc_0324 .hh_title p {
  font-size: 18px;
  color: #666;
  font-family: "hs_l";
  font-weight: 300;
  text-align: center;
}
@media (max-width: 1680px) {
  .bxc_ygrc_0324 .hh_title p {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .bxc_ygrc_0324 .hh_title p {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .bxc_ygrc_0324 .hh_title p {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .bxc_ygrc_0324 .hh_title p {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .bxc_ygrc_0324 .hh_title p {
    font-size: 16px;
  }
}
.bxc_ygrc_0324 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.bxc_ygrc_0324 ul li {
  width: 100%;
  position: relative;
  margin-bottom: 3.125vw;
  overflow: hidden;
}
.bxc_ygrc_0324 ul li:last-child {
  margin-bottom: 0;
}
.bxc_ygrc_0324 ul li img {
  transition: all 1s;
}
.bxc_ygrc_0324 ul li div {
  position: absolute;
  background: #f7f7f7;
  top: 50%;
  transform: translateY(-50%);
  left: -2.08%;
  width: 43.75%;
  padding: 5.2vw 5.7vw 5.2vw 4.16vw;
}
.bxc_ygrc_0324 ul li div h3 {
  font-size: 32px;
  color: #222;
  font-family: "hs_l";
  font-weight: 600;
  margin-bottom: 1.3vw;
}
@media (max-width: 1680px) {
  .bxc_ygrc_0324 ul li div h3 {
    font-size: 28px;
  }
}
@media (max-width: 1440px) {
  .bxc_ygrc_0324 ul li div h3 {
    font-size: 24px;
  }
}
@media (max-width: 1280px) {
  .bxc_ygrc_0324 ul li div h3 {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1024px) {
  .bxc_ygrc_0324 ul li div h3 {
    font-size: 17.06666667px;
  }
}
.bxc_ygrc_0324 ul li div p {
  font-size: 16px;
  color: #666;
  font-family: "hs_l";
  font-weight: 300;
  line-height: 26px;
  height: 130px;
  overflow-y: auto;
  padding-right: 5px;
  scrollbar-width: thin;
  scrollbar-color: #0071e3 transparent;
}
@media (max-width: 1680px) {
  .bxc_ygrc_0324 ul li div p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .bxc_ygrc_0324 ul li div p {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .bxc_ygrc_0324 ul li div p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .bxc_ygrc_0324 ul li div p {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .bxc_ygrc_0324 ul li div p {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .bxc_ygrc_0324 ul li div p {
    font-size: 14px;
  }
}
.bxc_ygrc_0324 ul li div p::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  background-color: transparent;
}
.bxc_ygrc_0324 ul li div p::-webkit-scrollbar-thumb {
  background-color: #0071e3;
  border-radius: 10px;
}
@media (max-width:1440px) {
  .bxc_ygrc_0324 ul li div p {
    line-height: 24px;
    height: 120px;
  }
}
.bxc_ygrc_0324 ul li:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.bxc_ygrc_0324 ul li:nth-of-type(even) div {
  left: unset;
  right: -2.08%;
  width: 52%;
  padding-top: 5.98vw;
  padding-bottom: 5.98vw;
}
@media (max-width: 768px) {
  .bxc_ygrc_0324 {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .bxc_ygrc_0324 .hh_title h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .bxc_ygrc_0324 .hh_title {
    margin-bottom: 25px;
  }
  .bxc_ygrc_0324 ul li {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .bxc_ygrc_0324 ul li div {
    position: unset;
    top: unset;
    transform: unset;
    left: unset;
    width: unset;
    padding: 20px 15px;
  }
  .bxc_ygrc_0324 ul li div h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .bxc_ygrc_0324 ul li div p {
    font-size: 14px;
    height: auto;
    line-height: 1.5;
  }
  .bxc_ygrc_0324 ul li:nth-of-type(even) div {
    left: unset;
    right: unset;
    width: 100%;
  }
}
.bxc_ygfl_0323 {
  padding-top: 6.25vw;
  padding-bottom: 2.86vw;
  background: #f7f7f7;
}
.bxc_ygfl_0323 .hh_w {
  position: relative;
}
.bxc_ygfl_0323 .hh_w .swiper-button-prev {
  background-image: url(../images/img90_bxc223161246.png);
  top: 37%;
  left: -6.25vw;
  background-size: 2.86vw 2.86vw;
  width: 2.86vw;
  height: 2.86vw;
  cursor: pointer;
}
@media (max-width: 768px) {
  .bxc_ygfl_0323 .hh_w .swiper-button-prev {
    display: none;
  }
}
.bxc_ygfl_0323 .hh_w .swiper-button-next {
  background-image: url(../images/img91_bxc223161246.png);
  top: 37%;
  right: -6.25vw;
  background-size: 2.86vw 2.86vw;
  width: 2.86vw;
  height: 2.86vw;
  cursor: pointer;
}
@media (max-width: 768px) {
  .bxc_ygfl_0323 .hh_w .swiper-button-next {
    display: none;
  }
}
.bxc_ygfl_0323 .hh_w .swiper-button-prev:after,
.bxc_ygfl_0323 .hh_w .swiper-container-rtl .swiper-button-next:after,
.bxc_ygfl_0323 .hh_w .swiper-button-next:after,
.bxc_ygfl_0323 .hh_w .swiper-container-rtl .swiper-button-prev:after {
  content: ' ';
}
.bxc_ygfl_0323 .hh_w .swiper-button-prev:hover {
  background-image: url(../images/i13_a.png);
}
.bxc_ygfl_0323 .hh_w .swiper-button-next:hover {
  background-image: url(../images/i14_a.png);
}
.bxc_ygfl_0323 h2 {
  font-size: 44px;
  color: #222;
  font-family: "hs_l";
  font-weight: 600;
  margin-bottom: 3.38vw;
  text-align: center;
}
@media (max-width: 1680px) {
  .bxc_ygfl_0323 h2 {
    font-size: 38.5px;
  }
}
@media (max-width: 1440px) {
  .bxc_ygfl_0323 h2 {
    font-size: 33px;
  }
}
@media (max-width: 1280px) {
  .bxc_ygfl_0323 h2 {
    font-size: 29.33333333px;
  }
}
@media (max-width: 1024px) {
  .bxc_ygfl_0323 h2 {
    font-size: 23.46666667px;
  }
}
@media (max-width: 1680px) {
  .bxc_ygfl_0323 h2 {
    font-size: 38px;
  }
}
@media (max-width: 1440px) {
  .bxc_ygfl_0323 h2 {
    font-size: 28px;
  }
}
@media (max-width: 1280px) {
  .bxc_ygfl_0323 h2 {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .bxc_ygfl_0323 h2 {
    font-size: 22px;
  }
}
.bxc_ygfl_0323 .bxcsyssb_swp {
  position: relative;
  overflow: hidden;
  padding-bottom: 3.125vw;
}
.bxc_ygfl_0323 .bxcsyssb_swp .swiper-pagination {
  bottom: 0;
}
.bxc_ygfl_0323 .bxcsyssb_swp .swiper-pagination-bullet {
  width: 20px;
  height: 3px;
  border-radius: 0;
  background: #d3d3d3;
  opacity: 1;
}
.bxc_ygfl_0323 .bxcsyssb_swp .swiper-pagination-bullet-active {
  background: #0071e3;
  width: 25px;
}
.bxc_ygfl_0323 .bxcsyssb_swp .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.bxc_ygfl_0323 .bxcsyssb_swp .swiper-slide .div1 {
  width: 100%;
  height: 0;
  padding-bottom: 52.1%;
  position: relative;
  overflow: hidden;
}
.bxc_ygfl_0323 .bxcsyssb_swp .swiper-slide .div1 img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s;
}
.bxc_ygfl_0323 .bxcsyssb_swp .swiper-slide:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.bxc_ygfl_0323 .bxcsyssb_swp .swiper-slide .div2 h3 {
  font-size: 30px;
  color: #222;
  font-family: "hs_l";
  font-weight: 600;
  line-height: 1.68;
  margin-top: 1.3vw;
  margin-bottom: 0.52vw;
}
@media (max-width: 1680px) {
  .bxc_ygfl_0323 .bxcsyssb_swp .swiper-slide .div2 h3 {
    font-size: 26.25px;
  }
}
@media (max-width: 1440px) {
  .bxc_ygfl_0323 .bxcsyssb_swp .swiper-slide .div2 h3 {
    font-size: 22.5px;
  }
}
@media (max-width: 1280px) {
  .bxc_ygfl_0323 .bxcsyssb_swp .swiper-slide .div2 h3 {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .bxc_ygfl_0323 .bxcsyssb_swp .swiper-slide .div2 h3 {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .bxc_ygfl_0323 .bxcsyssb_swp .swiper-slide .div2 h3 {
    font-size: 24px;
  }
}
@media (max-width: 1440px) {
  .bxc_ygfl_0323 .bxcsyssb_swp .swiper-slide .div2 h3 {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .bxc_ygfl_0323 .bxcsyssb_swp .swiper-slide .div2 h3 {
    font-size: 18px;
  }
}
.bxc_ygfl_0323 .bxcsyssb_swp .swiper-slide .div2 p {
  line-height: 2;
  font-size: 16px;
  font-family: "hs_l";
  font-weight: 300;
  padding-right: 1.04vw;
  color: #666;
  scrollbar-width: thin;
  scrollbar-color: #0071e3 transparent;
}
@media (max-width: 1680px) {
  .bxc_ygfl_0323 .bxcsyssb_swp .swiper-slide .div2 p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .bxc_ygfl_0323 .bxcsyssb_swp .swiper-slide .div2 p {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .bxc_ygfl_0323 .bxcsyssb_swp .swiper-slide .div2 p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .bxc_ygfl_0323 .bxcsyssb_swp .swiper-slide .div2 p {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .bxc_ygfl_0323 .bxcsyssb_swp .swiper-slide .div2 p {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .bxc_ygfl_0323 .bxcsyssb_swp .swiper-slide .div2 p {
    font-size: 14px;
  }
}
.bxc_ygfl_0323 .bxcsyssb_swp .swiper-slide .div2 p::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  background-color: transparent;
}
.bxc_ygfl_0323 .bxcsyssb_swp .swiper-slide .div2 p::-webkit-scrollbar-thumb {
  background-color: #0071e3;
  border-radius: 10px;
}
@media (max-width: 1680px) {
  .bxc_ygfl_0323 .hh_w .swiper-button-prev {
    left: -60px;
  }
  .bxc_ygfl_0323 .hh_w .swiper-button-next {
    right: -60px;
  }
}
@media (max-width: 1560px) {
  .bxc_ygfl_0323 .hh_w .swiper-button-prev {
    left: 10px;
  }
  .bxc_ygfl_0323 .hh_w .swiper-button-next {
    right: 10px;
  }
}
@media (max-width: 991px) {
  .bxc_ygfl_0323 .hh_w .swiper-button-prev {
    left: 0px;
  }
  .bxc_ygfl_0323 .hh_w .swiper-button-next {
    right: 0px;
  }
}
@media (max-width: 768px) {
  .bxc_ygfl_0323 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .bxc_ygfl_0323 h2 {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .bxc_ygfl_0323 .swiper-container-horizontal > .swiper-scrollbar {
    height: 3px;
  }
  .bxc_ygfl_0323 .swiper-scrollbar-drag {
    background: #0071e3;
  }
  .bxc_ygfl_0323 .bxcsyssb_swp {
    margin-top: 25px;
    padding-bottom: 30px;
  }
  .bxc_ygfl_0323 .bxcsyssb_swp .swiper-slide .div2 h3 {
    margin-top: 13px;
  }
  .bxc_ygfl_0323 .bxcsyssb_swp .swiper-slide .div2 p {
    font-size: 14px;
    height: 100px;
  }
  .bxc_ygfl_0323 .bxcsyssb_swp .swiper-slide .div2 p {
    height: 130px;
    overflow-y: auto;
    line-height: 1.8;
  }
}
.bxc_ygzp_0325 {
  padding-top: 6.25vw;
  padding-bottom: 6.25vw;
}
.bxc_ygzp_0325 .hh_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0071e3;
  margin: 0 15px;
  line-height: 1;
}
.bxc_ygzp_0325 .hh_title h2 {
  font-size: 44px;
  color: #222;
  font-family: "hs_l";
  font-weight: 600;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1680px) {
  .bxc_ygzp_0325 .hh_title h2 {
    font-size: 38.5px;
  }
}
@media (max-width: 1440px) {
  .bxc_ygzp_0325 .hh_title h2 {
    font-size: 33px;
  }
}
@media (max-width: 1280px) {
  .bxc_ygzp_0325 .hh_title h2 {
    font-size: 29.33333333px;
  }
}
@media (max-width: 1024px) {
  .bxc_ygzp_0325 .hh_title h2 {
    font-size: 23.46666667px;
  }
}
@media (max-width: 1680px) {
  .bxc_ygzp_0325 .hh_title h2 {
    font-size: 38px;
  }
}
@media (max-width: 1440px) {
  .bxc_ygzp_0325 .hh_title h2 {
    font-size: 28px;
  }
}
@media (max-width: 1280px) {
  .bxc_ygzp_0325 .hh_title h2 {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .bxc_ygzp_0325 .hh_title h2 {
    font-size: 22px;
  }
}
.bxc_ygzp_0325 .hh_cont {
  margin-top: 3.9vw;
}
.bxc_ygzp_0325 .hh_cont table td,
.bxc_ygzp_0325 .hh_cont table th {
  border: 0;
}
.bxc_ygzp_0325 .hh_cont table {
  border: none;
}
.bxc_ygzp_0325 .hh_cont table .hh_t {
  background: #0071e3;
  color: #fff;
  height: 3.64vw;
  min-height: 50px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.bxc_ygzp_0325 .hh_cont table .hh_t th {
  font-size: 20px;
  font-family: "hs_l";
  font-weight: 600;
  width: 13.19%;
  background: #0071e3;
  font-weight: 400;
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
}
@media (max-width: 1680px) {
  .bxc_ygzp_0325 .hh_cont table .hh_t th {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .bxc_ygzp_0325 .hh_cont table .hh_t th {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .bxc_ygzp_0325 .hh_cont table .hh_t th {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .bxc_ygzp_0325 .hh_cont table .hh_t th {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .bxc_ygzp_0325 .hh_cont table .hh_t th {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .bxc_ygzp_0325 .hh_cont table .hh_t th {
    font-size: 16px;
  }
}
.bxc_ygzp_0325 .hh_cont table .hh_t .hh_t1 {
  height: 100%;
  width: 16.66%;
  padding-left: 2.6vw;
  text-align: left;
}
.bxc_ygzp_0325 .hh_cont table .hh_t .hh_t2 {
  width: 16.66%;
}
.bxc_ygzp_0325 .hh_cont table .hh_t .hh_t3 {
  padding-left: 2.6vw;
  text-align: left;
}
.bxc_ygzp_0325 .hh_cont table .hh_c {
  background: #f9f9f9;
  height: 4.42vw;
  min-height: 60px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.bxc_ygzp_0325 .hh_cont table .hh_c .div_l_tdBox,
.bxc_ygzp_0325 .hh_cont table .hh_c .div_l {
  display: none;
}
.bxc_ygzp_0325 .hh_cont table .hh_c:hover {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.bxc_ygzp_0325 .hh_cont table .hh_c:hover .hh_c7 i {
  background: #0071e3;
  color: #fff;
}
.bxc_ygzp_0325 .hh_cont table .hh_c td {
  font-size: 18px;
  font-family: "hs_l";
  font-weight: 600;
  color: #666;
  width: 13.19%;
  cursor: pointer;
  font-weight: 400;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 1680px) {
  .bxc_ygzp_0325 .hh_cont table .hh_c td {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .bxc_ygzp_0325 .hh_cont table .hh_c td {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .bxc_ygzp_0325 .hh_cont table .hh_c td {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .bxc_ygzp_0325 .hh_cont table .hh_c td {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .bxc_ygzp_0325 .hh_cont table .hh_c td {
    font-size: 16px;
  }
}
.bxc_ygzp_0325 .hh_cont table .hh_c .hh_c1 {
  width: 16.66%;
  padding-left: 2.6vw;
  color: #333;
  text-align: left;
}
.bxc_ygzp_0325 .hh_cont table .hh_c .hh_c2 {
  width: 16.66%;
}
.bxc_ygzp_0325 .hh_cont table .hh_c .hh_c3 {
  padding-left: 2.6vw;
  text-align: left;
}
.bxc_ygzp_0325 .hh_cont table .hh_c .hh_c7 i {
  font-size: 38px;
  font-weight: bold;
  background: #dcdcdc;
  color: #fff;
  transition: all 0.5s;
  border-radius: 1000px;
  position: relative;
  width: 25px;
  height: 25px;
  display: inline-block;
}
@media (max-width: 1680px) {
  .bxc_ygzp_0325 .hh_cont table .hh_c .hh_c7 i {
    font-size: 33.25px;
  }
}
@media (max-width: 1440px) {
  .bxc_ygzp_0325 .hh_cont table .hh_c .hh_c7 i {
    font-size: 28.5px;
  }
}
@media (max-width: 1280px) {
  .bxc_ygzp_0325 .hh_cont table .hh_c .hh_c7 i {
    font-size: 25.33333333px;
  }
}
@media (max-width: 1024px) {
  .bxc_ygzp_0325 .hh_cont table .hh_c .hh_c7 i {
    font-size: 20.26666667px;
  }
}
.bxc_ygzp_0325 .hh_cont table .hh_c .hh_c7 i::before {
  position: absolute;
  top: 52%;
  left: 52%;
  transform: translate(-50%, -50%);
  font-size: 12px;
}
.bxc_ygzp_0325 .hh_cont table .hh_c:nth-child(odd) {
  background: #f3f3f3;
}
@media (max-width: 1440px) {
  .bxc_ygzp_0325 .hh_cont ul .hh_t div {
    font-size: 16px;
  }
  .bxc_ygzp_0325 .hh_cont ul .hh_c div {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .bxc_ygzp_0325 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .bxc_ygzp_0325 .hh_title h2,
  .bxc_ygzp_0325 .hh_title {
    font-size: 20px;
  }
  .bxc_ygzp_0325 .hh_cont {
    margin-top: 25px;
    display: -webkit-box;
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: #0071e3 transparent;
  }
  .bxc_ygzp_0325 .hh_cont::-webkit-scrollbar {
    width: 2px;
    height: 2px;
    background-color: transparent;
  }
  .bxc_ygzp_0325 .hh_cont::-webkit-scrollbar-thumb {
    background-color: #0071e3;
    border-radius: 10px;
  }
  .bxc_ygzp_0325 .hh_cont ul .hh_t div {
    width: 25%;
  }
  .bxc_ygzp_0325 .hh_cont table .hh_c td {
    font-size: 14px;
  }
}
.hh_zptc {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  width: 62.5%;
  display: none;
  border-radius: 10px;
  background: #fff;
}
.hh_zptc .hh_w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.hh_zptc .hh_w .div_l {
  width: 57.5%;
  padding: 3.9vw 3.125vw;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
.hh_zptc .hh_w .div_l .div1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.hh_zptc .hh_w .div_l .div1 h3 {
  font-size: 30px;
  color: #222;
  font-family: "hs_l";
  font-weight: 600;
}
@media (max-width: 1680px) {
  .hh_zptc .hh_w .div_l .div1 h3 {
    font-size: 26.25px;
  }
}
@media (max-width: 1440px) {
  .hh_zptc .hh_w .div_l .div1 h3 {
    font-size: 22.5px;
  }
}
@media (max-width: 1280px) {
  .hh_zptc .hh_w .div_l .div1 h3 {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .hh_zptc .hh_w .div_l .div1 h3 {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .hh_zptc .hh_w .div_l .div1 h3 {
    font-size: 24px;
  }
}
@media (max-width: 1440px) {
  .hh_zptc .hh_w .div_l .div1 h3 {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .hh_zptc .hh_w .div_l .div1 h3 {
    font-size: 18px;
  }
}
.hh_zptc .hh_w .div_l .div1 span {
  font-size: 16px;
  color: #999;
  font-family: 'Arial';
}
@media (max-width: 1680px) {
  .hh_zptc .hh_w .div_l .div1 span {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .hh_zptc .hh_w .div_l .div1 span {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .hh_zptc .hh_w .div_l .div1 span {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .hh_zptc .hh_w .div_l .div1 span {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .hh_zptc .hh_w .div_l .div1 span {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .hh_zptc .hh_w .div_l .div1 span {
    font-size: 14px;
  }
}
.hh_zptc .hh_w .div_l .ul1 {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  margin-top: 2.08vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  display: flex !important;
}
.hh_zptc .hh_w .div_l .ul1 li {
  font-size: 16px;
  color: #999;
  font-family: "hs_l";
  font-weight: 600;
  padding: 15px 0;
}
@media (max-width: 1680px) {
  .hh_zptc .hh_w .div_l .ul1 li {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .hh_zptc .hh_w .div_l .ul1 li {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .hh_zptc .hh_w .div_l .ul1 li {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .hh_zptc .hh_w .div_l .ul1 li {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .hh_zptc .hh_w .div_l .ul1 li {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .hh_zptc .hh_w .div_l .ul1 li {
    font-size: 14px;
  }
}
.hh_zptc .hh_w .div_l .ul1 li span {
  color: #333;
}
.hh_zptc .hh_w .div_l .ul1 .li1 {
  width: 27.43%;
}
.hh_zptc .hh_w .div_l .ul1 .li2 {
  width: 35.39%;
  padding-left: 2.6vw;
}
.hh_zptc .hh_w .div_l .ul1 .li3 {
  width: 37.18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.hh_zptc .hh_w .div_l .div2 {
  margin-top: 2.08vw;
  height: 16.92vw;
  overflow-y: auto;
}
.hh_zptc .hh_w .div_l .div2 div {
  margin-top: 2.08vw;
}
.hh_zptc .hh_w .div_l .div2 div h4 {
  font-size: 18px;
  color: #333;
  font-family: "hs_l";
  font-weight: 600;
  margin-bottom: 10px;
}
@media (max-width: 1680px) {
  .hh_zptc .hh_w .div_l .div2 div h4 {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .hh_zptc .hh_w .div_l .div2 div h4 {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .hh_zptc .hh_w .div_l .div2 div h4 {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .hh_zptc .hh_w .div_l .div2 div h4 {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .hh_zptc .hh_w .div_l .div2 div h4 {
    font-size: 16px;
  }
}
.hh_zptc .hh_w .div_l .div2 div p {
  font-size: 16px;
  line-height: 2;
  color: #525252;
}
@media (max-width: 1680px) {
  .hh_zptc .hh_w .div_l .div2 div p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .hh_zptc .hh_w .div_l .div2 div p {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .hh_zptc .hh_w .div_l .div2 div p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .hh_zptc .hh_w .div_l .div2 div p {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .hh_zptc .hh_w .div_l .div2 div p {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .hh_zptc .hh_w .div_l .div2 div p {
    font-size: 14px;
  }
}
.hh_zptc .hh_w .div_l .div2 div p span {
  display: block;
}
.hh_zptc .hh_w .div_l .div2 div:nth-of-type(1) {
  margin-top: 0;
}
.hh_zptc .hh_w .div_l .div2::-webkit-scrollbar {
  width: 2px;
  /*对垂直流动条有效*/
}
.hh_zptc .hh_w .div_l .div2::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ededed;
  background-color: #ededed;
  border-radius: 3px;
}
.hh_zptc .hh_w .div_l .div2::-webkit-scrollbar-thumb {
  border-radius: 7px;
  -webkit-box-shadow: inset 0 0 6px #0071e3;
  background-color: #0071e3;
}
.hh_zptc .hh_w .div_r {
  width: 42.5%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2.08vw 2.08vw 3.64vw 3.125vw;
}
.hh_zptc .hh_w .div_r .div1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
}
.hh_zptc .hh_w .div_r .div1 .cbtn {
  justify-content: center;
  border: 1px solid #cfd7e5;
  background: #e5eaf1;
  border-radius: 1000px;
  width: 55px;
  height: 30px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.hh_zptc .hh_w .div_r .div1 .cbtn i {
  font-weight: bold;
  color: #0071e3;
}
.hh_zptc .hh_w .div_r .div2 {
  margin-top: 1.3vw;
}
.hh_zptc .hh_w .div_r .div2 h2,
.hh_zptc .hh_w .div_r .div2 h3 {
  font-size: 48px;
  color: #222;
  font-family: "hs_l";
  font-weight: 600;
}
@media (max-width: 1680px) {
  .hh_zptc .hh_w .div_r .div2 h2,
  .hh_zptc .hh_w .div_r .div2 h3 {
    font-size: 42px;
  }
}
@media (max-width: 1440px) {
  .hh_zptc .hh_w .div_r .div2 h2,
  .hh_zptc .hh_w .div_r .div2 h3 {
    font-size: 36px;
  }
}
@media (max-width: 1280px) {
  .hh_zptc .hh_w .div_r .div2 h2,
  .hh_zptc .hh_w .div_r .div2 h3 {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .hh_zptc .hh_w .div_r .div2 h2,
  .hh_zptc .hh_w .div_r .div2 h3 {
    font-size: 25.6px;
  }
}
@media (max-width: 1680px) {
  .hh_zptc .hh_w .div_r .div2 h2,
  .hh_zptc .hh_w .div_r .div2 h3 {
    font-size: 42px;
  }
}
@media (max-width: 1440px) {
  .hh_zptc .hh_w .div_r .div2 h2,
  .hh_zptc .hh_w .div_r .div2 h3 {
    font-size: 32px;
  }
}
@media (max-width: 1280px) {
  .hh_zptc .hh_w .div_r .div2 h2,
  .hh_zptc .hh_w .div_r .div2 h3 {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .hh_zptc .hh_w .div_r .div2 h2,
  .hh_zptc .hh_w .div_r .div2 h3 {
    font-size: 24px;
  }
}
.hh_zptc .hh_w .div_r .div2 h3 {
  color: #0071e3;
  margin-top: 10px;
  margin-bottom: 1vw;
}
.hh_zptc .hh_w .div_r .div2 h4 {
  font-size: 26px;
  color: #222;
  font-family: 'din';
}
@media (max-width: 1680px) {
  .hh_zptc .hh_w .div_r .div2 h4 {
    font-size: 22.75px;
  }
}
@media (max-width: 1440px) {
  .hh_zptc .hh_w .div_r .div2 h4 {
    font-size: 19.5px;
  }
}
@media (max-width: 1280px) {
  .hh_zptc .hh_w .div_r .div2 h4 {
    font-size: 17.33333333px;
  }
}
@media (max-width: 1024px) {
  .hh_zptc .hh_w .div_r .div2 h4 {
    font-size: 13.86666667px;
  }
}
@media (max-width: 1680px) {
  .hh_zptc .hh_w .div_r .div2 h4 {
    font-size: 22px;
  }
}
@media (max-width: 1440px) {
  .hh_zptc .hh_w .div_r .div2 h4 {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .hh_zptc .hh_w .div_r .div2 h4 {
    font-size: 16px;
  }
}
.hh_zptc .hh_w .div_r .div3 {
  margin-top: 4.16vw;
}
.hh_zptc .hh_w .div_r .div3 a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: 6.77vw;
  min-width: 110px;
  height: 2.6vw;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0071e3;
  font-size: 16px;
  font-family: 'siyuan_light';
  border-radius: 1000px;
  border: 1px solid #0071e3;
}
@media (max-width: 1680px) {
  .hh_zptc .hh_w .div_r .div3 a {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .hh_zptc .hh_w .div_r .div3 a {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .hh_zptc .hh_w .div_r .div3 a {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .hh_zptc .hh_w .div_r .div3 a {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .hh_zptc .hh_w .div_r .div3 a {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .hh_zptc .hh_w .div_r .div3 a {
    font-size: 14px;
  }
}
.hh_zptc .hh_w .div_r .div3 a:hover {
  background: #0071e3;
  color: #fff;
}
.hh_zptc .hh_w .div_r .div4 {
  margin-top: 3.38vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.hh_zptc .hh_w .div_r .div4 .hh_l {
  background: #fff;
  padding: 13px;
}
.hh_zptc .hh_w .div_r .div4 .hh_l img {
  width: 6.25vw;
  height: auto;
  min-width: 100px;
}
.hh_zptc .hh_w .div_r .div4 .hh_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  background: #f0f2f4;
  padding: 0 1.56vw;
  position: relative;
  font-size: 18px;
  color: #525252;
}
@media (max-width: 1680px) {
  .hh_zptc .hh_w .div_r .div4 .hh_r {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .hh_zptc .hh_w .div_r .div4 .hh_r {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .hh_zptc .hh_w .div_r .div4 .hh_r {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .hh_zptc .hh_w .div_r .div4 .hh_r {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .hh_zptc .hh_w .div_r .div4 .hh_r {
    font-size: 16px;
  }
}
.hh_zptc .hh_w .div_r .div4 .hh_r .p1 {
  margin-bottom: 10px;
}
.hh_zptc .hh_w .div_r .div4 .hh_r img {
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  transform: rotate(180deg);
}
@media (max-width: 1680px) {
  .hh_zptc {
    width: 75%;
  }
}
@media (max-width: 1440px) {
  .hh_zptc {
    width: 85%;
  }
}
@media (max-width: 1280px) {
  .hh_zptc {
    width: 90%;
  }
  .hh_zptc .hh_w .div_r .div2 h2,
  .hh_zptc .hh_w .div_r .div2 h3 {
    font-size: 26px;
  }
  .hh_zptc .hh_w .div_r .div4 .hh_r .p1 {
    margin-bottom: 5px;
  }
  .hh_zptc .hh_w .div_r .div2 h4 {
    font-size: 16px;
  }
  .hh_zptc .hh_w .div_r .div4 .hh_r {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .hh_zptc .hh_w .div_r .div4 .hh_r .p1 {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .hh_zptc .hh_w {
    flex-direction: column;
  }
  .hh_zptc .hh_w .div_l,
  .hh_zptc .hh_w .div_r {
    width: 100%;
  }
  .hh_zptc .hh_w .div_r .div4 {
    display: none;
  }
  .hh_zptc {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .hh_zptc .hh_w .div_r .div1 {
    position: absolute;
    bottom: 15px;
    right: 15px;
  }
  .hh_zptc .hh_w .div_r .div2 h4 {
    display: none;
  }
  .hh_zptc .hh_w .div_r .div2 h2,
  .hh_zptc .hh_w .div_r .div2 h3 {
    font-size: 16px;
  }
  .hh_zptc .hh_w .div_r .div3 a {
    min-height: 35px;
  }
  .hh_zptc .hh_w .div_r {
    padding: 15px;
  }
  .hh_zptc .hh_w .div_r .div3 {
    margin-top: 25px;
  }
  .hh_zptc .hh_w .div_l .div2 {
    height: 160px;
    margin-top: 20px;
  }
  .bxc_ygzp_0325 table td,
  .bxc_ygzp_0325 table th {
    padding: 10px;
  }
  .hh_zptc .hh_w .div_l .ul1 {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    padding: 5px 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .hh_zptc .hh_w .div_l .ul1 li {
    width: auto!important;
    padding: 5px 0;
    margin-right: 15px;
  }
}
.hh_mask {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.55);
  display: none;
}
.contact_info {
  padding: 6.25vw 0 3.13vw;
}
.contact_info .w1400 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.contact_info .left {
  width: 50%;
}
.contact_info .left .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 66%;
  position: relative;
  overflow: hidden;
}
.contact_info .left .imgbox img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.contact_info .art {
  width: 45%;
}
.contact_info .art .line {
  width: 100%;
  height: 2px;
  background: #e9e9e9;
  margin: 1.56vw 0;
  position: relative;
}
.contact_info .art .line:before {
  content: '';
  width: 10.42vw;
  height: 100%;
  position: absolute;
  left: 0;
  background: #0071e3;
}
.contact_info .art .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-top: 2.6vw;
}
.contact_info .art .items .item {
  margin-right: 30px;
}
.contact_info .art .items .img {
  width: 120px;
  height: 120px;
  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;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
.contact_info .art .items p {
  text-align: center;
  margin-top: 0.78vw;
  font-size: 16px;
}
@media (max-width: 1680px) {
  .contact_info .art .items p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .contact_info .art .items p {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .contact_info .art .items p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .contact_info .art .items p {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .contact_info .art .items p {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .contact_info .art .items p {
    font-size: 14px;
  }
}
@media (max-width:1280px) {
  .contact_info .art .items .img {
    width: 100px;
    height: 100px;
  }
}
@media (max-width:1280px) {
  .contact_info .art .items .img {
    width: 80px;
    height: 80px;
  }
}
@media (max-width:768px) {
  .contact_info {
    padding: 40px 0 20px;
  }
  .contact_info .w1400 {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .contact_info .w1400 .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .contact_info .w1400 .art {
    width: 100%;
  }
  .contact_info .w1400 .art .line {
    margin: 10px 0;
  }
  .contact_info .w1400 .art .info .p1 {
    display: inline-block;
    margin-right: 15px;
  }
  .contact_info .w1400 .art .items {
    margin-top: 20px;
  }
}
.map_img {
  margin-top: 4.17vw;
  line-height: 0;
}
.map_img img {
  width: 100%;
}
@media (max-width:768px) {
  .map_img {
    margin-top: 30px;
  }
}
.bxc_lxbd_0324 {
  padding-top: 3.13vw;
  padding-bottom: 6.25vw;
}
.bxc_lxbd_0324 h3 {
  color: #222;
  font-family: "hs_l";
  font-weight: 600;
  margin-bottom: 2.34vw;
}
.bxc_lxbd_0324 .inputBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.bxc_lxbd_0324 .inputBox .div {
  width: 23.95%;
  background: #f7f7f7;
  border: 1px solid #e9e9e9;
  border-radius: 10px;
}
.bxc_lxbd_0324 .inputBox .div input {
  height: 55px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}
@media (max-width: 1680px) {
  .bxc_lxbd_0324 .inputBox .div input {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .bxc_lxbd_0324 .inputBox .div input {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .bxc_lxbd_0324 .inputBox .div input {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .bxc_lxbd_0324 .inputBox .div input {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .bxc_lxbd_0324 .inputBox .div input {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .bxc_lxbd_0324 .inputBox .div input {
    font-size: 14px;
  }
}
.bxc_lxbd_0324 .inputBox .div3 {
  width: 47.91%;
}
.bxc_lxbd_0324 .textareaBox {
  width: 100%;
  margin-top: 1.56vw;
}
.bxc_lxbd_0324 .textareaBox textarea {
  height: 8.59vw;
  min-height: 100px;
  background: #f7f7f7;
  border: 1px solid #e9e9e9;
  border-radius: 10px;
  padding: 20px;
  width: 100%;
  font-size: 16px;
}
@media (max-width: 1680px) {
  .bxc_lxbd_0324 .textareaBox textarea {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .bxc_lxbd_0324 .textareaBox textarea {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .bxc_lxbd_0324 .textareaBox textarea {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .bxc_lxbd_0324 .textareaBox textarea {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .bxc_lxbd_0324 .textareaBox textarea {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .bxc_lxbd_0324 .textareaBox textarea {
    font-size: 14px;
  }
}
.bxc_lxbd_0324 .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 2.6vw;
}
.bxc_lxbd_0324 .btn .reset,
.bxc_lxbd_0324 .btn button {
  width: 8.85vw;
  height: 2.86vw;
  min-width: 110px;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1000px;
  cursor: pointer;
  font-size: 16px;
  font-family: "hs_l";
  font-weight: 300;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1680px) {
  .bxc_lxbd_0324 .btn .reset,
  .bxc_lxbd_0324 .btn button {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .bxc_lxbd_0324 .btn .reset,
  .bxc_lxbd_0324 .btn button {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .bxc_lxbd_0324 .btn .reset,
  .bxc_lxbd_0324 .btn button {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .bxc_lxbd_0324 .btn .reset,
  .bxc_lxbd_0324 .btn button {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .bxc_lxbd_0324 .btn .reset,
  .bxc_lxbd_0324 .btn button {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .bxc_lxbd_0324 .btn .reset,
  .bxc_lxbd_0324 .btn button {
    font-size: 14px;
  }
}
.bxc_lxbd_0324 .btn .reset:hover,
.bxc_lxbd_0324 .btn button:hover {
  background-color: #0071e3;
  color: #fff;
  border-color: #0071e3;
}
.bxc_lxbd_0324 .btn .reset:hover:before,
.bxc_lxbd_0324 .btn button:hover:before {
  transform: translateY(0%);
}
.bxc_lxbd_0324 .btn .reset:before,
.bxc_lxbd_0324 .btn button:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #0071e3;
  border-radius: 30px;
  transform: translateY(106%);
  transition: transform 240ms ease-in, -webkit-transform 240ms ease-in;
  z-index: -1;
}
.bxc_lxbd_0324 .btn .reset {
  border: 1px solid #0071e3;
  color: #0071e3;
  margin-right: 1.56vw;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.bxc_lxbd_0324 .btn button {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid #0071e3;
  color: #0071e3;
  background: transparent;
}
@media (max-width: 768px) {
  .bxc_lxbd_0324 .btn .reset,
  .bxc_lxbd_0324 .btn button {
    height: 40px;
  }
  .bxc_lxbd_0324 {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .bxc_lxbd_0324 h3 {
    margin-bottom: 25px;
  }
  .bxc_lxbd_0324 .inputBox {
    flex-wrap: wrap;
  }
  .bxc_lxbd_0324 .inputBox .div {
    width: 100%;
  }
  .bxc_lxbd_0324 .inputBox .div input {
    height: 50px;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
  .bxc_lxbd_0324 .textareaBox textarea {
    font-size: 14px;
    padding: 15px;
  }
  .bxc_lxbd_0324 .inputBox .div {
    margin-bottom: 15px;
  }
  .bxc_lxbd_0324 .textareaBox {
    margin-top: 0;
  }
  .bxc_lxbd_0324 .btn {
    margin-top: 25px;
  }
  .bxc_lxbd_0324 .btn .reset {
    margin-right: 15px;
  }
  .bxc_lxbd_0324 .btn .reset,
  .bxc_lxbd_0324 .btn button {
    font-size: 12px;
  }
}
.nav_sub {
  height: 80px;
  position: relative;
  z-index: 2;
}
.nav_sub.nav_sub2 {
  background: #f7f7f7;
  height: 55px;
}
.nav_sub.nav_sub2 .w1400 .crumbs i {
  margin: 0 1.3vw;
}
@media (max-width:768px) {
  .nav_sub.nav_sub2 {
    height: 40px;
  }
  .nav_sub.nav_sub2 .w1400 .crumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.nav_sub.nav_sub3 {
  position: sticky;
  top: 80px;
  background: #fff;
  z-index: 9;
}
.nav_sub.nav_sub3:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #f3f3f3;
}
.nav_sub.nav_sub3 .w1400 .nav_a a:before {
  bottom: auto;
  top: 0;
}
@media (max-width:1440px) {
  .nav_sub.nav_sub3 {
    top: 60px;
  }
}
.nav_sub.scroll {
  position: sticky;
  top: 80px;
  background: #fff;
  z-index: 99;
}
@media (max-width:1440px) {
  .nav_sub.scroll {
    top: 60px;
  }
}
.nav_sub:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #eee;
}
.nav_sub .w1400 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}
.nav_sub .w1400 .nav_a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.nav_sub .w1400 .nav_a a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 2.6vw;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 18px;
  white-space: nowrap;
}
@media (max-width: 1680px) {
  .nav_sub .w1400 .nav_a a {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .nav_sub .w1400 .nav_a a {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .nav_sub .w1400 .nav_a a {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .nav_sub .w1400 .nav_a a {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .nav_sub .w1400 .nav_a a {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .nav_sub .w1400 .nav_a a {
    font-size: 14px;
  }
}
@media (max-width: 1680px) {
  .nav_sub .w1400 .nav_a a {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .nav_sub .w1400 .nav_a a {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .nav_sub .w1400 .nav_a a {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .nav_sub .w1400 .nav_a a {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .nav_sub .w1400 .nav_a a {
    font-size: 16px;
  }
}
.nav_sub .w1400 .nav_a a:before {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 0;
  background: transparent;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.nav_sub .w1400 .nav_a a:last-child {
  margin-right: 0;
}
.nav_sub .w1400 .nav_a a:hover,
.nav_sub .w1400 .nav_a a.on {
  color: #0071e3;
}
.nav_sub .w1400 .nav_a a:hover:before,
.nav_sub .w1400 .nav_a a.on:before {
  width: 100%;
  left: 0;
  background: #0071e3;
}
.nav_sub .w1400 .crumbs {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.nav_sub .w1400 .crumbs a {
  font-size: 16px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .nav_sub .w1400 .crumbs a {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .nav_sub .w1400 .crumbs a {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .nav_sub .w1400 .crumbs a {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .nav_sub .w1400 .crumbs a {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .nav_sub .w1400 .crumbs a {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .nav_sub .w1400 .crumbs a {
    font-size: 14px;
  }
}
.nav_sub .w1400 .crumbs a:hover {
  color: #0071e3;
}
.nav_sub .w1400 .crumbs i {
  margin: 0 4px;
}
@media (max-width:1440px) {
  .nav_sub {
    height: 70px;
  }
}
@media (max-width:1280px) {
  .nav_sub {
    height: 60px;
  }
  .nav_sub .w1400 .nav_a a {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .nav_sub {
    height: 50px;
  }
  .nav_sub .w1400 .nav_a.scroll {
    overflow-x: scroll;
    scrollbar-width: thin;
    scrollbar-color: #0071e3 transparent;
  }
  .nav_sub .w1400 .nav_a.scroll::-webkit-scrollbar {
    width: 2px;
    height: 2px;
    background-color: transparent;
  }
  .nav_sub .w1400 .nav_a.scroll::-webkit-scrollbar-thumb {
    background-color: #0071e3;
    border-radius: 10px;
  }
  .nav_sub .w1400 .nav_a.scroll a {
    margin-right: 20px;
  }
  .nav_sub .w1400 .crumbs {
    display: none;
  }
}
.product1 {
  padding: 4.95vw 0 4.69vw;
}
.product1 ul {
  margin-bottom: 3.13vw;
}
.product1 ul li {
  background: url(../images/jj.png) no-repeat right bottom #f5f7fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 2.34vw 2.6vw;
  margin-bottom: 1.56vw;
}
.product1 ul li:last-child {
  margin-bottom: 0;
}
.product1 ul li .left {
  width: 49.2%;
}
.product1 ul li .left .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 65%;
  position: relative;
  overflow: hidden;
  display: block;
}
.product1 ul li .left .imgbox img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.product1 ul li .right {
  width: 45.3%;
  position: relative;
  padding: 1.04vw 0;
}
.product1 ul li .right h6 {
  font-size: 24px;
  font-family: "hs_l";
  font-weight: 600;
}
@media (max-width: 1680px) {
  .product1 ul li .right h6 {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .product1 ul li .right h6 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .product1 ul li .right h6 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .product1 ul li .right h6 {
    font-size: 12.8px;
  }
}
@media (max-width: 1680px) {
  .product1 ul li .right h6 {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .product1 ul li .right h6 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .product1 ul li .right h6 {
    font-size: 16px;
  }
}
.product1 ul li .right h2 {
  font-size: 36px;
  font-family: "hs_r";
  font-weight: 600;
}
@media (max-width: 1680px) {
  .product1 ul li .right h2 {
    font-size: 31.5px;
  }
}
@media (max-width: 1440px) {
  .product1 ul li .right h2 {
    font-size: 27px;
  }
}
@media (max-width: 1280px) {
  .product1 ul li .right h2 {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .product1 ul li .right h2 {
    font-size: 19.2px;
  }
}
.product1 ul li .right .line {
  width: 100%;
  height: 2px;
  background: #e1e3e6;
  position: relative;
  margin: 1.04vw 0 1.3vw;
}
.product1 ul li .right .line:before {
  content: '';
  width: 150px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #0071e3;
}
.product1 ul li .right .info {
  font-size: 16px;
  color: #666666;
  font-family: "hs_l";
  font-weight: 300;
  line-height: 30px;
  padding-right: 5px;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #0071e3 transparent;
  max-height: 90px;
}
@media (max-width: 1680px) {
  .product1 ul li .right .info {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .product1 ul li .right .info {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .product1 ul li .right .info {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .product1 ul li .right .info {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .product1 ul li .right .info {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .product1 ul li .right .info {
    font-size: 14px;
  }
}
.product1 ul li .right .info::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  background-color: transparent;
}
.product1 ul li .right .info::-webkit-scrollbar-thumb {
  background-color: #0071e3;
  border-radius: 10px;
}
.product1 ul li .right .info p {
  padding-left: 25px;
  background: url(../images/i15.png) no-repeat left top 8px;
}
.product1 ul li .right p.p1 {
  font-size: 16px;
  color: #666666;
  font-family: "hs_l";
  font-weight: 300;
  margin-top: 0.94vw;
  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;
}
@media (max-width: 1680px) {
  .product1 ul li .right p.p1 {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .product1 ul li .right p.p1 {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .product1 ul li .right p.p1 {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .product1 ul li .right p.p1 {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .product1 ul li .right p.p1 {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .product1 ul li .right p.p1 {
    font-size: 14px;
  }
}
.product1 ul li .right p.p1 em {
  white-space: nowrap;
  font-size: 16px;
  font-family: "hs_l";
  font-weight: 600;
}
@media (max-width: 1680px) {
  .product1 ul li .right p.p1 em {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .product1 ul li .right p.p1 em {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .product1 ul li .right p.p1 em {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .product1 ul li .right p.p1 em {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .product1 ul li .right p.p1 em {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .product1 ul li .right p.p1 em {
    font-size: 14px;
  }
}
.product1 ul li .right .btns {
  position: absolute;
  left: 0;
  bottom: 1.04vw;
}
.product1 ul li .right .btns a {
  margin-right: 20px;
}
.product1 ul li .right .btns a:first-child {
  background: #0071e3;
  color: #fff;
  border-color: #0071e3;
}
.product1 ul li .right .btns a:first-child i {
  background: #fff;
  color: #0071e3;
}
.product1 ul li .right .btns a:first-child:before {
  background: #fff;
}
.product1 ul li .right .btns a:first-child:hover {
  background: #fff;
  color: #0071e3;
  border-color: #fff;
}
.product1 ul li .right .btns a:first-child:hover i {
  background: #0071e3;
  color: #fff;
}
@media (max-width:1440px) {
  .product1 ul li .right {
    width: 46%;
  }
  .product1 ul li .right .info {
    line-height: 26px;
    max-height: 78px;
  }
  .product1 ul li .right .info p {
    padding-left: 20px;
  }
}
@media (max-width:1280px) {
  .product1 ul li .right {
    width: 48%;
  }
}
@media (max-width:1024px) {
  .product1 ul li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .product1 ul li .right .btns {
    position: relative;
    bottom: auto;
    margin-top: 20px;
  }
}
@media (max-width:768px) {
  .product1 {
    padding: 40px 0;
  }
  .product1 ul {
    margin-bottom: 25px;
  }
  .product1 ul li {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    padding: 15px;
    margin-bottom: 15px;
    background-size: 12px;
  }
  .product1 ul li .left {
    width: 100%;
    margin-bottom: 15px;
  }
  .product1 ul li .right {
    width: 100%;
  }
  .product1 ul li .right h2 {
    margin-top: 10px;
  }
  .product1 ul li .right .line {
    margin: 10px 0 15px;
  }
  .product1 ul li .right p.p1 {
    margin-top: 10px;
  }
}
.fyq2 .layui-laypage {
  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;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.fyq2 .layui-laypage a,
.fyq2 .layui-laypage em {
  font-size: 16px;
  color: #cccccc;
  font-family: "hs_l";
  font-weight: 300;
  margin: 0 8px;
  width: 3.13vw;
  height: 3.13vw;
  border: 1px solid #e4e4e4;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  min-width: 35px;
  min-height: 35px;
}
@media (max-width: 1680px) {
  .fyq2 .layui-laypage a,
  .fyq2 .layui-laypage em {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .fyq2 .layui-laypage a,
  .fyq2 .layui-laypage em {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .fyq2 .layui-laypage a,
  .fyq2 .layui-laypage em {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .fyq2 .layui-laypage a,
  .fyq2 .layui-laypage em {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .fyq2 .layui-laypage a,
  .fyq2 .layui-laypage em {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .fyq2 .layui-laypage a,
  .fyq2 .layui-laypage em {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .fyq2 .layui-laypage a,
  .fyq2 .layui-laypage em {
    margin: 0 4px;
  }
}
.fyq2 .layui-laypage a:hover {
  background: #0071e3;
  color: #fff;
  border-color: #0071e3;
}
.fyq2 .layui-laypage .layui-laypage-curr .layui-laypage-em {
  display: none;
}
.fyq2 .layui-laypage .layui-laypage-curr em {
  background: #0071e3;
  color: #fff;
  border-color: #0071e3;
}
.fyq2 .layui-laypage .layui-laypage-prev,
.fyq2 .layui-laypage .layui-laypage-next {
  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;
  margin: 0 10px;
}
@media (max-width:768px) {
  .fyq2 .layui-laypage .layui-laypage-prev,
  .fyq2 .layui-laypage .layui-laypage-next {
    margin: 0 4px;
    font-size: 12px;
  }
}
.fyq2 .layui-laypage .layui-laypage-prev:hover i,
.fyq2 .layui-laypage .layui-laypage-next:hover i {
  background: #0071e3;
}
.fyq2 .layui-laypage .layui-laypage-prev i,
.fyq2 .layui-laypage .layui-laypage-next i {
  width: 16px;
  height: 16px;
  background: #ccc;
  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;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 12px;
}
.fyq2 .layui-laypage .layui-laypage-prev i {
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  margin-left: 10px;
}
.fyq2 .layui-laypage .layui-laypage-next i {
  margin-right: 10px;
  padding-top: 2px;
}
.fyq2 .layui-laypage .layui-laypage-skip {
  font-size: 16px;
  color: #999999;
  margin-left: 15px;
}
@media (max-width: 1680px) {
  .fyq2 .layui-laypage .layui-laypage-skip {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .fyq2 .layui-laypage .layui-laypage-skip {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .fyq2 .layui-laypage .layui-laypage-skip {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .fyq2 .layui-laypage .layui-laypage-skip {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .fyq2 .layui-laypage .layui-laypage-skip {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .fyq2 .layui-laypage .layui-laypage-skip {
    font-size: 14px;
  }
}
.fyq2 .layui-laypage .layui-laypage-skip input {
  width: 3.13vw;
  height: 3.13vw;
  border-radius: 50%;
  border: 1px solid #e4e4e4;
  font-size: 16px;
  color: #999999;
  margin: 0 4px;
  text-align: center;
  min-width: 35px;
  min-height: 35px;
}
@media (max-width: 1680px) {
  .fyq2 .layui-laypage .layui-laypage-skip input {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .fyq2 .layui-laypage .layui-laypage-skip input {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .fyq2 .layui-laypage .layui-laypage-skip input {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .fyq2 .layui-laypage .layui-laypage-skip input {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .fyq2 .layui-laypage .layui-laypage-skip input {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .fyq2 .layui-laypage .layui-laypage-skip input {
    font-size: 14px;
  }
}
.fyq2 .layui-laypage .layui-laypage-skip input::placeholder {
  font-size: 16px;
  color: #999999;
}
@media (max-width: 1680px) {
  .fyq2 .layui-laypage .layui-laypage-skip input::placeholder {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .fyq2 .layui-laypage .layui-laypage-skip input::placeholder {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .fyq2 .layui-laypage .layui-laypage-skip input::placeholder {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .fyq2 .layui-laypage .layui-laypage-skip input::placeholder {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .fyq2 .layui-laypage .layui-laypage-skip input::placeholder {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .fyq2 .layui-laypage .layui-laypage-skip input::placeholder {
    font-size: 14px;
  }
}
.fyq2 .layui-laypage .layui-laypage-skip button {
  font-size: 16px;
  color: #222222;
  border-radius: 50%;
  width: 3.13vw;
  height: 3.13vw;
  border: 1px solid #e9ecef;
  min-width: 35px;
  min-height: 35px;
  background: #e9ecef;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .fyq2 .layui-laypage .layui-laypage-skip button {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .fyq2 .layui-laypage .layui-laypage-skip button {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .fyq2 .layui-laypage .layui-laypage-skip button {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .fyq2 .layui-laypage .layui-laypage-skip button {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .fyq2 .layui-laypage .layui-laypage-skip button {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .fyq2 .layui-laypage .layui-laypage-skip button {
    font-size: 14px;
  }
}
.fyq2 .layui-laypage .layui-laypage-skip button:hover {
  background: #0071e3;
  color: #fff;
}
@media (max-width:768px) {
  .fyq2 .layui-laypage .layui-laypage-skip {
    display: none;
  }
}
.proiduct2 {
  padding: 3.13vw 0 3.65vw;
}
.proiduct2 .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;
}
.proiduct2 .top h2 {
  font-size: 42px;
  font-family: "hs_r";
  font-weight: 600;
  color: #0071e3;
}
@media (max-width: 1680px) {
  .proiduct2 .top h2 {
    font-size: 36.75px;
  }
}
@media (max-width: 1440px) {
  .proiduct2 .top h2 {
    font-size: 31.5px;
  }
}
@media (max-width: 1280px) {
  .proiduct2 .top h2 {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .proiduct2 .top h2 {
    font-size: 22.4px;
  }
}
.proiduct2 .top .btn_a {
  max-height: 50px;
  background: #0071e3;
  color: #fff;
  border-color: #0071e3;
  padding: 0 2.34vw;
}
.proiduct2 .top .btn_a:before {
  background: #fff;
}
.proiduct2 .top .btn_a:hover {
  background: #fff;
  border-color: #fff;
  color: #0071e3;
}
.proiduct2 .line {
  margin: 15px 0 20px;
  width: 100%;
  height: 1px;
  background: #f1f1f1;
}
.proiduct2 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.proiduct2 .box .left {
  width: 50%;
}
.proiduct2 .box .left .info {
  font-size: 16px;
  color: #666666;
  font-family: "hs_l";
  font-weight: 300;
  line-height: 30px;
  padding-right: 5px;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #0071e3 transparent;
  max-height: 180px;
}
@media (max-width: 1680px) {
  .proiduct2 .box .left .info {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .proiduct2 .box .left .info {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .proiduct2 .box .left .info {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .proiduct2 .box .left .info {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .proiduct2 .box .left .info {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .proiduct2 .box .left .info {
    font-size: 14px;
  }
}
.proiduct2 .box .left .info::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  background-color: transparent;
}
.proiduct2 .box .left .info::-webkit-scrollbar-thumb {
  background-color: #0071e3;
  border-radius: 10px;
}
.proiduct2 .box .left .info p {
  padding-left: 25px;
  background: url(../images/i16.png) no-repeat left top 8px;
}
.proiduct2 .box .left p.p1 {
  font-size: 22px;
  color: #666666;
  font-family: "hs_l";
  font-weight: 300;
  margin: 1.82vw 0 2.08vw;
  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;
}
@media (max-width: 1680px) {
  .proiduct2 .box .left p.p1 {
    font-size: 19.25px;
  }
}
@media (max-width: 1440px) {
  .proiduct2 .box .left p.p1 {
    font-size: 16.5px;
  }
}
@media (max-width: 1280px) {
  .proiduct2 .box .left p.p1 {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  .proiduct2 .box .left p.p1 {
    font-size: 11.73333333px;
  }
}
@media (max-width: 1680px) {
  .proiduct2 .box .left p.p1 {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .proiduct2 .box .left p.p1 {
    font-size: 16px;
  }
}
.proiduct2 .box .left p.p1 em {
  white-space: nowrap;
  font-size: 22px;
  font-family: "hs_l";
  font-weight: 600;
}
@media (max-width: 1680px) {
  .proiduct2 .box .left p.p1 em {
    font-size: 19.25px;
  }
}
@media (max-width: 1440px) {
  .proiduct2 .box .left p.p1 em {
    font-size: 16.5px;
  }
}
@media (max-width: 1280px) {
  .proiduct2 .box .left p.p1 em {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  .proiduct2 .box .left p.p1 em {
    font-size: 11.73333333px;
  }
}
@media (max-width: 1680px) {
  .proiduct2 .box .left p.p1 em {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .proiduct2 .box .left p.p1 em {
    font-size: 16px;
  }
}
.proiduct2 .box .right {
  width: 41.4%;
  height: 330px;
  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;
}
.proiduct2 .box .right .swiper {
  overflow: hidden;
  height: 100%;
}
.proiduct2 .box .right .swiper .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;
  cursor: pointer;
}
.proiduct2 .box .right .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.proiduct2 .box .right .swiper_s1 {
  width: 76%;
}
.proiduct2 .box .right .swiper_s2 {
  width: calc(24% - 1.56vw);
}
.proiduct2 .box .right .swiper_s2 .swiper-slide:before {
  content: '';
  width: 4px;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.proiduct2 .box .right .swiper_s2 .swiper-slide.swiper-slide-active:before {
  height: 100%;
  background: #0071e3;
}
@media (max-width:1440px) {
  .proiduct2 .box .left .info {
    line-height: 26px;
    max-height: 156px;
  }
  .proiduct2 .box .right {
    height: 300px;
  }
}
@media (max-width:1280px) {
  .proiduct2 .box .right {
    height: 250px;
  }
}
@media (max-width:1024px) {
  .proiduct2 .box .left .info {
    line-height: 22px;
    max-height: 110px;
  }
  .proiduct2 .box .right {
    height: 200px;
  }
}
@media (max-width:768px) {
  .proiduct2 {
    padding: 30px 0;
  }
  .proiduct2 .top .btn_a {
    padding: 0 20px;
  }
  .proiduct2 .box {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .proiduct2 .box .left {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .proiduct2 .box .right {
    width: 100%;
    margin-bottom: 15px;
  }
}
.yycj_info {
  background: #fcfdfe;
  padding: 4.95vw 0 3.65vw;
  position: relative;
  z-index: 1;
}
.yycj_info:before {
  content: '';
  width: 100%;
  height: 65%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f8f9fb;
  z-index: -1;
}
.yycj_info h2 {
  font-size: 44px;
  font-family: "hs_r";
  font-weight: 600;
}
@media (max-width: 1680px) {
  .yycj_info h2 {
    font-size: 38.5px;
  }
}
@media (max-width: 1440px) {
  .yycj_info h2 {
    font-size: 33px;
  }
}
@media (max-width: 1280px) {
  .yycj_info h2 {
    font-size: 29.33333333px;
  }
}
@media (max-width: 1024px) {
  .yycj_info h2 {
    font-size: 23.46666667px;
  }
}
@media (max-width: 1680px) {
  .yycj_info h2 {
    font-size: 38px;
  }
}
@media (max-width: 1440px) {
  .yycj_info h2 {
    font-size: 28px;
  }
}
@media (max-width: 1280px) {
  .yycj_info h2 {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .yycj_info h2 {
    font-size: 22px;
  }
}
.yycj_info .yycj_s {
  margin: 2.34vw 0 2.5vw;
  overflow: hidden;
}
.yycj_info .yycj_s a {
  border-radius: 8px;
  overflow: hidden;
  display: block;
}
.yycj_info .yycj_s a:hover .imgbox img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.yycj_info .yycj_s a .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 66.7%;
  position: relative;
  overflow: hidden;
}
.yycj_info .yycj_s a .imgbox img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.yycj_info .yycj_s a p {
  height: 3.65vw;
  padding: 0 1.82vw;
  font-size: 18px;
  color: #555555;
  font-family: "hs_l";
  font-weight: 300;
  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;
  background: #f5f7fa;
  min-height: 50px;
}
@media (max-width: 1680px) {
  .yycj_info .yycj_s a p {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .yycj_info .yycj_s a p {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .yycj_info .yycj_s a p {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .yycj_info .yycj_s a p {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .yycj_info .yycj_s a p {
    font-size: 16px;
  }
}
.yycj_info .btns {
  position: relative;
  width: 160px;
  margin: 0 auto;
  height: 35px;
}
.yycj_info .btns .swiper-button-prev,
.yycj_info .btns .swiper-button-next {
  width: 60px;
  height: 35px;
  border-radius: 17.5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background: #f5f7fa;
  border: 1px solid #e0e4ec;
  color: #919caf;
}
.yycj_info .btns .swiper-button-prev:after,
.yycj_info .btns .swiper-button-next:after {
  font-size: 16px;
}
.yycj_info .btns .swiper-button-prev:hover,
.yycj_info .btns .swiper-button-next:hover {
  background: #0071e3;
  border-color: #0071e3;
  color: #fff;
}
@media (max-width:768px) {
  .yycj_info {
    padding: 35px 0 40px;
  }
  .yycj_info .yycj_s {
    margin: 15px 0 25px;
  }
  .yycj_info .yycj_s a p {
    font-size: 14px;
    padding: 0 15px;
  }
}
.ggcs_info {
  background: #f5f7fa;
  padding: 4.95vw 0 3.65vw;
}
.ggcs_info h2 {
  font-size: 44px;
  font-family: "hs_r";
  font-weight: 600;
}
@media (max-width: 1680px) {
  .ggcs_info h2 {
    font-size: 38.5px;
  }
}
@media (max-width: 1440px) {
  .ggcs_info h2 {
    font-size: 33px;
  }
}
@media (max-width: 1280px) {
  .ggcs_info h2 {
    font-size: 29.33333333px;
  }
}
@media (max-width: 1024px) {
  .ggcs_info h2 {
    font-size: 23.46666667px;
  }
}
@media (max-width: 1680px) {
  .ggcs_info h2 {
    font-size: 38px;
  }
}
@media (max-width: 1440px) {
  .ggcs_info h2 {
    font-size: 28px;
  }
}
@media (max-width: 1280px) {
  .ggcs_info h2 {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .ggcs_info h2 {
    font-size: 22px;
  }
}
.ggcs_info .table {
  width: 100%;
  overflow-x: scroll;
  scrollbar-width: thin;
  scrollbar-color: #0071e3 transparent;
  margin-top: 2.6vw;
}
.ggcs_info .table::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  background-color: transparent;
}
.ggcs_info .table::-webkit-scrollbar-thumb {
  background-color: #0071e3;
  border-radius: 10px;
}
.ggcs_info .table table thead {
  background: #0071e3;
}
.ggcs_info .table table thead td {
  border: none;
  color: #fff;
  font-size: 18px;
  font-family: "hs_r";
  font-weight: 600;
  padding: 20px 10px;
}
@media (max-width: 1680px) {
  .ggcs_info .table table thead td {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .ggcs_info .table table thead td {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .ggcs_info .table table thead td {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .ggcs_info .table table thead td {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .ggcs_info .table table thead td {
    font-size: 16px;
  }
}
.ggcs_info .table table tbody tr {
  background: #fff;
  position: relative;
}
.ggcs_info .table table tbody tr:nth-child(2n) {
  background: #eff1f2;
}
.ggcs_info .table table tbody tr td {
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.ggcs_info .table table tbody tr td:first-child {
  border-left-color: transparent;
}
.ggcs_info .table table tbody tr td:last-child {
  border-right-color: transparent;
}
.ggcs_info .table table td {
  text-align: center;
  min-width: 120px;
  vertical-align: middle;
  font-size: 16px;
  font-family: "hs_l";
  font-weight: 300;
  padding: 15px 10px;
  line-height: 20px;
}
@media (max-width: 1680px) {
  .ggcs_info .table table td {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .ggcs_info .table table td {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .ggcs_info .table table td {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .ggcs_info .table table td {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .ggcs_info .table table td {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .ggcs_info .table table td {
    font-size: 14px;
  }
}
.ggcs_info .table table td a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #d8d8d8;
  width: 86px;
  height: 40px;
  margin: 0 auto;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.ggcs_info .table table td a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  box-sizing: border-box;
}
.ggcs_info .table table td a span {
  margin-right: 10px;
}
.ggcs_info .table table td a:hover {
  background: #0071e3;
  color: #fff;
}
.ggcs_info .table table td a:hover:before {
  border-color: #0071e3;
}
@media (max-width:768px) {
  .ggcs_info .table {
    margin-top: 15px;
  }
  .ggcs_info .table table thead td {
    padding: 10px;
    font-size: 14px;
  }
  .ggcs_info .table table td {
    padding: 10px;
    min-width: 100px;
  }
  .ggcs_info .table table td:first-child {
    min-width: 120px;
  }
}
@media (max-width:768px) {
  .ggcs_info {
    padding: 35px 0 40px;
  }
}
.pro_dw,
.about_dw {
  padding-top: 100px;
  margin-top: -100px;
}
.about1 {
  position: relative;
  z-index: 1;
  padding: 4.95vw 0;
}
.about1:before {
  content: '';
  width: 100%;
  height: calc(100% + 80px);
  top: -80px;
  background: url(../images/bg5.jpg) no-repeat center top / cover;
  position: absolute;
  z-index: -1;
}
.about1 .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;
}
.about1 .top .left {
  width: 32%;
}
.about1 .top .left h2 {
  font-size: 44px;
  font-family: "hs_r";
  font-weight: 600;
  margin-top: 15px;
}
@media (max-width: 1680px) {
  .about1 .top .left h2 {
    font-size: 38.5px;
  }
}
@media (max-width: 1440px) {
  .about1 .top .left h2 {
    font-size: 33px;
  }
}
@media (max-width: 1280px) {
  .about1 .top .left h2 {
    font-size: 29.33333333px;
  }
}
@media (max-width: 1024px) {
  .about1 .top .left h2 {
    font-size: 23.46666667px;
  }
}
@media (max-width: 1680px) {
  .about1 .top .left h2 {
    font-size: 38px;
  }
}
@media (max-width: 1440px) {
  .about1 .top .left h2 {
    font-size: 28px;
  }
}
@media (max-width: 1280px) {
  .about1 .top .left h2 {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .about1 .top .left h2 {
    font-size: 22px;
  }
}
.about1 .top .right {
  width: 66%;
}
.about1 .top .right .info {
  font-size: 16px;
  line-height: 32px;
  font-family: "hs_l";
  font-weight: 300;
  margin-bottom: 2.6vw;
}
@media (max-width: 1680px) {
  .about1 .top .right .info {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .about1 .top .right .info {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .about1 .top .right .info {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .about1 .top .right .info {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .about1 .top .right .info {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .about1 .top .right .info {
    font-size: 14px;
  }
}
@media (max-width:1440px) {
  .about1 .top .right .info {
    line-height: 26px;
  }
}
@media (max-width:1024px) {
  .about1 .top .right .info {
    line-height: 24px;
  }
}
.about1 .top .right .btn_a {
  border: 1px solid #dde2ea;
  max-height: 54px;
}
.about1 .line {
  margin: 4.17vw 0;
  width: 100%;
  height: 1px;
  background: #e4e4e4;
  position: relative;
}
.about1 .line:before {
  content: '';
  width: 90px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #0071e3;
}
.about1 .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;
}
.about1 .items h2 {
  font-size: 60px;
  color: #0071e3;
  font-family: 'go_b';
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
@media (max-width: 1680px) {
  .about1 .items h2 {
    font-size: 52.5px;
  }
}
@media (max-width: 1440px) {
  .about1 .items h2 {
    font-size: 45px;
  }
}
@media (max-width: 1280px) {
  .about1 .items h2 {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .about1 .items h2 {
    font-size: 32px;
  }
}
.about1 .items h2 em {
  font-size: 60px;
  font-family: 'go_b';
}
@media (max-width: 1680px) {
  .about1 .items h2 em {
    font-size: 52.5px;
  }
}
@media (max-width: 1440px) {
  .about1 .items h2 em {
    font-size: 45px;
  }
}
@media (max-width: 1280px) {
  .about1 .items h2 em {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .about1 .items h2 em {
    font-size: 32px;
  }
}
.about1 .items h2 span {
  font-size: 40px;
}
@media (max-width: 1680px) {
  .about1 .items h2 span {
    font-size: 35px;
  }
}
@media (max-width: 1440px) {
  .about1 .items h2 span {
    font-size: 30px;
  }
}
@media (max-width: 1280px) {
  .about1 .items h2 span {
    font-size: 26.66666667px;
  }
}
@media (max-width: 1024px) {
  .about1 .items h2 span {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1680px) {
  .about1 .items h2 span {
    font-size: 34px;
  }
}
@media (max-width: 1440px) {
  .about1 .items h2 span {
    font-size: 26px;
  }
}
@media (max-width: 1280px) {
  .about1 .items h2 span {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .about1 .items h2 span {
    font-size: 20px;
  }
}
.about1 .items p {
  font-size: 24px;
  font-family: "hs_r";
  font-weight: 600;
}
@media (max-width: 1680px) {
  .about1 .items p {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .about1 .items p {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .about1 .items p {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .about1 .items p {
    font-size: 12.8px;
  }
}
@media (max-width: 1680px) {
  .about1 .items p {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .about1 .items p {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .about1 .items p {
    font-size: 16px;
  }
}
@media (max-width:768px) {
  .about1 {
    padding: 40px 0;
  }
  .about1 .top .left {
    width: 100%;
    margin-bottom: 10px;
  }
  .about1 .top .left img {
    max-height: 30px;
  }
  .about1 .top .left h2 {
    margin-top: 10px;
  }
  .about1 .top .right {
    width: 100%;
  }
  .about1 .top .right .info {
    margin-bottom: 15px;
  }
  .about1 .line {
    margin: 20px 0 15px;
  }
  .about1 .items {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-bottom: -15px;
  }
  .about1 .items .item {
    width: 50%;
    margin-bottom: 15px;
  }
}
.about2 {
  background: url(../images/bg6.png) no-repeat center / cover;
  padding: 7.29vw 0 6.51vw;
  position: relative;
  z-index: 2;
}
.about2 h2 {
  font-size: 44px;
  font-family: "hs_r";
  font-weight: 600;
  color: #fff;
}
@media (max-width: 1680px) {
  .about2 h2 {
    font-size: 38.5px;
  }
}
@media (max-width: 1440px) {
  .about2 h2 {
    font-size: 33px;
  }
}
@media (max-width: 1280px) {
  .about2 h2 {
    font-size: 29.33333333px;
  }
}
@media (max-width: 1024px) {
  .about2 h2 {
    font-size: 23.46666667px;
  }
}
@media (max-width: 1680px) {
  .about2 h2 {
    font-size: 38px;
  }
}
@media (max-width: 1440px) {
  .about2 h2 {
    font-size: 28px;
  }
}
@media (max-width: 1280px) {
  .about2 h2 {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .about2 h2 {
    font-size: 22px;
  }
}
.about2 ul {
  margin-top: 2.6vw;
  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;
}
.about2 ul li {
  width: calc(33.33% - 20px);
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.about2 ul li:hover .imgbox img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.about2 ul li .img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.about2 ul li .art {
  padding: 1.82vw 2.86vw;
}
.about2 ul li .art .icon {
  width: 4.17vw;
  height: 4.17vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-width: 40px;
  min-height: 40px;
}
.about2 ul li .art h3 {
  font-size: 30px;
  font-family: "hs_l";
  font-weight: 600;
  margin: 1.82vw 0 0.52vw;
}
@media (max-width: 1680px) {
  .about2 ul li .art h3 {
    font-size: 26.25px;
  }
}
@media (max-width: 1440px) {
  .about2 ul li .art h3 {
    font-size: 22.5px;
  }
}
@media (max-width: 1280px) {
  .about2 ul li .art h3 {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .about2 ul li .art h3 {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .about2 ul li .art h3 {
    font-size: 24px;
  }
}
@media (max-width: 1440px) {
  .about2 ul li .art h3 {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .about2 ul li .art h3 {
    font-size: 18px;
  }
}
.about2 ul li .art p {
  font-size: 18px;
  color: #555555;
  font-family: "hs_l";
  font-weight: 300;
  line-height: 24px;
  height: 48px;
}
@media (max-width: 1680px) {
  .about2 ul li .art p {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .about2 ul li .art p {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .about2 ul li .art p {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .about2 ul li .art p {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .about2 ul li .art p {
    font-size: 16px;
  }
}
.about2 ul li .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 44.6%;
  position: relative;
  overflow: hidden;
}
.about2 ul li .imgbox img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width:1440px) {
  .about2 ul li {
    width: calc(33.33% - 13.33px);
  }
  .about2 ul li .art p {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .about2 {
    padding: 40px 0;
  }
  .about2 ul {
    margin-top: 20px;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .about2 ul li {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 10px;
  }
  .about2 ul li .img {
    top: -5px;
    right: -5px;
  }
  .about2 ul li:last-child {
    margin-bottom: 0;
  }
  .about2 ul li .art {
    padding: 15px;
  }
  .about2 ul li .art h3 {
    margin: 10px 0 5px;
  }
  .about2 ul li .art p {
    height: auto;
  }
}
.about3 {
  padding: 7.29vw 0 7.81vw;
  position: relative;
  z-index: 1;
}
.about3:before {
  content: '';
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: calc(100% + 30px);
  background: url(../images/bg7.jpg) no-repeat center / cover;
  z-index: -1;
}
.about3 h2 {
  font-size: 44px;
  font-family: "hs_r";
  font-weight: 600;
  text-align: center;
}
@media (max-width: 1680px) {
  .about3 h2 {
    font-size: 38.5px;
  }
}
@media (max-width: 1440px) {
  .about3 h2 {
    font-size: 33px;
  }
}
@media (max-width: 1280px) {
  .about3 h2 {
    font-size: 29.33333333px;
  }
}
@media (max-width: 1024px) {
  .about3 h2 {
    font-size: 23.46666667px;
  }
}
@media (max-width: 1680px) {
  .about3 h2 {
    font-size: 38px;
  }
}
@media (max-width: 1440px) {
  .about3 h2 {
    font-size: 28px;
  }
}
@media (max-width: 1280px) {
  .about3 h2 {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .about3 h2 {
    font-size: 22px;
  }
}
.about3 .about3_s {
  overflow: hidden;
  margin-top: 4.95vw;
  position: relative;
}
.about3 .about3_s .swiper-button-prev,
.about3 .about3_s .swiper-button-next {
  width: 60px;
  height: 36px;
  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: 18px;
  background: #f5f7fa;
  border: 1px solid #dde2ea;
  outline: none;
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #919caf;
  top: 58px;
  margin: 0;
}
.about3 .about3_s .swiper-button-prev:after,
.about3 .about3_s .swiper-button-next:after {
  font-size: 16px;
}
.about3 .about3_s .swiper-button-prev:hover,
.about3 .about3_s .swiper-button-next:hover {
  background: #0071e3;
  border-color: #0071e3;
  color: #fff;
}
@media (max-width:1280px) {
  .about3 .about3_s .swiper-button-prev,
  .about3 .about3_s .swiper-button-next {
    top: 32px;
  }
}
@media (max-width:768px) {
  .about3 .about3_s .swiper-button-prev,
  .about3 .about3_s .swiper-button-next {
    top: 15px;
  }
}
.about3 .about3_s .swiper-button-prev {
  left: 19.5%;
}
.about3 .about3_s .swiper-button-next {
  right: 19.5%;
}
.about3 .about3_s .swiper-slide h3 {
  height: 150px;
  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: 32px;
  font-family: 'go_b';
  margin-bottom: 3.91vw;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .about3 .about3_s .swiper-slide h3 {
    font-size: 28px;
  }
}
@media (max-width: 1440px) {
  .about3 .about3_s .swiper-slide h3 {
    font-size: 24px;
  }
}
@media (max-width: 1280px) {
  .about3 .about3_s .swiper-slide h3 {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1024px) {
  .about3 .about3_s .swiper-slide h3 {
    font-size: 17.06666667px;
  }
}
@media (max-width:1280px) {
  .about3 .about3_s .swiper-slide h3 {
    height: 100px;
  }
}
.about3 .about3_s .swiper-slide .info {
  font-size: 20px;
  color: #555555;
  font-family: "hs_l";
  font-weight: 300;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: 112%;
  margin-left: -6%;
}
@media (max-width: 1680px) {
  .about3 .about3_s .swiper-slide .info {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .about3 .about3_s .swiper-slide .info {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .about3 .about3_s .swiper-slide .info {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .about3 .about3_s .swiper-slide .info {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .about3 .about3_s .swiper-slide .info {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .about3 .about3_s .swiper-slide .info {
    font-size: 16px;
  }
}
.about3 .about3_s .swiper-slide.swiper-slide-active h3 {
  font-size: 200px;
}
@media (max-width: 1680px) {
  .about3 .about3_s .swiper-slide.swiper-slide-active h3 {
    font-size: 175px;
  }
}
@media (max-width: 1440px) {
  .about3 .about3_s .swiper-slide.swiper-slide-active h3 {
    font-size: 150px;
  }
}
@media (max-width: 1280px) {
  .about3 .about3_s .swiper-slide.swiper-slide-active h3 {
    font-size: 133.33333333px;
  }
}
@media (max-width: 1024px) {
  .about3 .about3_s .swiper-slide.swiper-slide-active h3 {
    font-size: 106.66666667px;
  }
}
.about3 .about3_s .swiper-slide.swiper-slide-active h3 span {
  color: #0071e3;
}
.about3 .about3_s .swiper-slide.swiper-slide-active .info {
  opacity: 1;
}
@media (max-width:768px) {
  .about3 {
    padding: 40px 0;
  }
  .about3 .about3_s {
    margin-top: 10px;
  }
  .about3 .about3_s .swiper-button-prev {
    left: 20px;
  }
  .about3 .about3_s .swiper-button-next {
    right: 20px;
  }
  .about3 .about3_s .swiper-slide .info {
    width: 100%;
    margin-left: 0;
    padding: 0 20px;
    font-size: 14px;
    line-height: 24px;
  }
  .about3 .about3_s .swiper-slide h3 {
    height: 60px;
  }
  .about3 .about3_s .swiper-slide.swiper-slide-active h3 {
    font-size: 50px;
  }
}
.about4 {
  padding: 4.69vw 0 5.21vw;
  background: url(../images/bg8.jpg) no-repeat center top #f7f8f9;
  background-size: 100% 570px;
}
@media (max-width:1680px) {
  .about4 {
    background-size: 100% 32.4vw;
  }
}
@media (max-width:1440px) {
  .about4 {
    background-size: 100% 33.6vw;
  }
}
@media (max-width:1024px) {
  .about4 {
    background-size: 100% 35.5vw;
  }
}
.about4 h2 {
  font-size: 44px;
  font-family: "hs_r";
  font-weight: 600;
  text-align: center;
  color: #fff;
}
@media (max-width: 1680px) {
  .about4 h2 {
    font-size: 38.5px;
  }
}
@media (max-width: 1440px) {
  .about4 h2 {
    font-size: 33px;
  }
}
@media (max-width: 1280px) {
  .about4 h2 {
    font-size: 29.33333333px;
  }
}
@media (max-width: 1024px) {
  .about4 h2 {
    font-size: 23.46666667px;
  }
}
@media (max-width: 1680px) {
  .about4 h2 {
    font-size: 38px;
  }
}
@media (max-width: 1440px) {
  .about4 h2 {
    font-size: 28px;
  }
}
@media (max-width: 1280px) {
  .about4 h2 {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .about4 h2 {
    font-size: 22px;
  }
}
.about4 .info {
  width: 840px;
  max-width: 100%;
  font-size: 18px;
  color: #fff;
  font-family: "hs_l";
  font-weight: 300;
  margin: 1.3vw auto 2.6vw;
  text-align: center;
}
@media (max-width: 1680px) {
  .about4 .info {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .about4 .info {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .about4 .info {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .about4 .info {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .about4 .info {
    font-size: 16px;
  }
}
.about4 .about4_s {
  padding-bottom: calc(2.6vw + 35px);
  position: relative;
  overflow: hidden;
}
.about4 .about4_s .swiper-button-prev,
.about4 .about4_s .swiper-button-next {
  width: 60px;
  height: 36px;
  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: 18px;
  bottom: 0px;
  top: auto;
  background: #f5f7fa;
  border: 1px solid #dde2ea;
  outline: none;
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #919caf;
}
.about4 .about4_s .swiper-button-prev:after,
.about4 .about4_s .swiper-button-next:after {
  font-size: 16px;
}
.about4 .about4_s .swiper-button-prev:hover,
.about4 .about4_s .swiper-button-next:hover {
  background: #0071e3;
  border-color: #0071e3;
  color: #fff;
}
.about4 .about4_s .swiper-button-prev {
  right: 50%;
  left: auto;
  margin-right: 15px;
}
.about4 .about4_s .swiper-button-next {
  left: 50%;
  margin-left: 15px;
}
.about4 .about4_s a {
  box-shadow: 0px 9px 57px 0px rgba(181, 181, 181, 0.15);
}
.about4 .about4_s a .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 86.6%;
  position: relative;
  overflow: hidden;
  background: #eaecef;
}
.about4 .about4_s a .imgbox img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  max-width: 90%;
  max-height: 90%;
}
.about4 .about4_s a p {
  height: 3.65vw;
  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;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #fff;
  min-height: 50px;
}
@media (max-width:768px) {
  .about4 {
    padding: 40px 0;
    background-size: 100% 316px;
  }
  .about4 .info {
    font-size: 14px;
    line-height: 24px;
    margin: 15px 0 20px;
  }
  .about4 .about4_s {
    padding-bottom: 60px;
  }
  .about4 .about4_s a .imgbox img {
    max-width: 80%;
    max-height: 80%;
  }
}
.about5 {
  padding: 4.69vw 0 2.6vw;
}
.about5 h2 {
  font-size: 44px;
  font-family: "hs_r";
  font-weight: 600;
  text-align: center;
}
@media (max-width: 1680px) {
  .about5 h2 {
    font-size: 38.5px;
  }
}
@media (max-width: 1440px) {
  .about5 h2 {
    font-size: 33px;
  }
}
@media (max-width: 1280px) {
  .about5 h2 {
    font-size: 29.33333333px;
  }
}
@media (max-width: 1024px) {
  .about5 h2 {
    font-size: 23.46666667px;
  }
}
@media (max-width: 1680px) {
  .about5 h2 {
    font-size: 38px;
  }
}
@media (max-width: 1440px) {
  .about5 h2 {
    font-size: 28px;
  }
}
@media (max-width: 1280px) {
  .about5 h2 {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .about5 h2 {
    font-size: 22px;
  }
}
.about5 .about5_s {
  overflow: hidden;
  margin-top: 2.08vw;
  padding-bottom: 3.91vw;
  position: relative;
}
.about5 .about5_s .swiper-pagination {
  bottom: 0;
}
.about5 .about5_s .swiper-pagination span {
  background: #d6d6d6;
  opacity: 1;
  width: 10px;
  height: 10px;
}
.about5 .about5_s .swiper-pagination span.swiper-pagination-bullet-active {
  background: #0071e3;
}
.about5 .about5_s a {
  height: 5.73vw;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 1;
  border: 1px solid #e5e5e5;
}
.about5 .about5_s a:before,
.about5 .about5_s a:after {
  content: '';
  border: 2px solid transparent;
  position: absolute;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: 0;
  height: 0;
}
.about5 .about5_s a:before {
  top: -1px;
  left: -1px;
  border-right: none;
  border-bottom: none;
}
.about5 .about5_s a:after {
  right: -1px;
  bottom: -1px;
  border-left: none;
  border-top: none;
}
.about5 .about5_s a img {
  position: relative;
  z-index: 3;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  max-width: 60%;
  max-height: 60%;
}
.about5 .about5_s a:hover {
  z-index: 2;
}
.about5 .about5_s a:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.about5 .about5_s a:hover:before,
.about5 .about5_s a:hover:after {
  width: 70px;
  height: 40px;
  border-color: #0071e3;
}
@media (max-width:768px) {
  .about5 {
    padding: 35px 0;
  }
  .about5 .about5_s {
    margin-top: 20px;
    padding-bottom: 40px;
  }
}
.manu1 {
  padding: 5.99vw 0 5.21vw;
}
@media (max-width:768px) {
  .manu1 {
    padding: 35px 0 40px;
  }
}
.manu1 .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;
  margin-bottom: 4.69vw;
}
.manu1 .top .left {
  width: 42.5%;
}
.manu1 .top .right {
  width: 52.42%;
}
.manu1 .top h2 {
  font-size: 44px;
  color: #2e3238;
  font-family: "hs_r";
  font-weight: 600;
  margin-top: 1.04vw;
}
@media (max-width: 1680px) {
  .manu1 .top h2 {
    font-size: 38.5px;
  }
}
@media (max-width: 1440px) {
  .manu1 .top h2 {
    font-size: 33px;
  }
}
@media (max-width: 1280px) {
  .manu1 .top h2 {
    font-size: 29.33333333px;
  }
}
@media (max-width: 1024px) {
  .manu1 .top h2 {
    font-size: 23.46666667px;
  }
}
@media (max-width: 1680px) {
  .manu1 .top h2 {
    font-size: 38px;
  }
}
@media (max-width: 1440px) {
  .manu1 .top h2 {
    font-size: 28px;
  }
}
@media (max-width: 1280px) {
  .manu1 .top h2 {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .manu1 .top h2 {
    font-size: 22px;
  }
}
.manu1 .top .line {
  width: 100%;
  height: 1px;
  background: #d9dbdd;
  margin: 2.08vw 0 2.6vw;
  position: relative;
}
.manu1 .top .line:before {
  content: '';
  width: 8.85vw;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #0071e3;
  min-width: 85px;
}
.manu1 .top .info {
  font-size: 18px;
  line-height: 36px;
  color: #666666;
  font-family: "hs_l";
  font-weight: 300;
}
@media (max-width: 1680px) {
  .manu1 .top .info {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .manu1 .top .info {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .manu1 .top .info {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .manu1 .top .info {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .manu1 .top .info {
    font-size: 16px;
  }
}
@media (max-width:1440px) {
  .manu1 .top .info {
    line-height: 30px;
  }
}
@media (max-width:1280px) {
  .manu1 .top .info {
    font-size: 14px;
    line-height: 26px;
  }
}
@media (max-width:1024px) {
  .manu1 .top .info {
    line-height: 24px;
  }
}
@media (max-width:768px) {
  .manu1 .top {
    margin-bottom: 25px;
  }
  .manu1 .top .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .manu1 .top .right {
    width: 100%;
  }
  .manu1 .top .line {
    margin: 15px 0 18px;
  }
}
.manu1 .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;
}
.manu1 .items .item {
  width: 21.5%;
}
.manu1 .items h3 {
  font-size: 32px;
  font-family: "hs_r";
  font-weight: 600;
  color: #0071e3;
}
@media (max-width: 1680px) {
  .manu1 .items h3 {
    font-size: 28px;
  }
}
@media (max-width: 1440px) {
  .manu1 .items h3 {
    font-size: 24px;
  }
}
@media (max-width: 1280px) {
  .manu1 .items h3 {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1024px) {
  .manu1 .items h3 {
    font-size: 17.06666667px;
  }
}
.manu1 .items p {
  font-size: 18px;
  color: #35383f;
}
@media (max-width: 1680px) {
  .manu1 .items p {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .manu1 .items p {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .manu1 .items p {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .manu1 .items p {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .manu1 .items p {
    font-size: 16px;
  }
}
.manu1 .items .line {
  width: 100%;
  height: 2px;
  background: #e5e5e5;
  margin: 1.3vw 0 1.56vw;
}
@media (max-width:1280px) {
  .manu1 .items p {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .manu1 .items {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-bottom: -20px;
  }
  .manu1 .items .item {
    width: 48%;
    margin-bottom: 20px;
  }
  .manu1 .items .line {
    margin: 10px 0;
  }
  .manu1 .items p {
    font-size: 13px;
  }
}
.maun2 {
  padding-top: 4.69vw;
  background: #f5f7fa;
}
.maun2 h2 {
  font-size: 44px;
  text-align: center;
  font-family: "hs_r";
  font-weight: 600;
}
@media (max-width: 1680px) {
  .maun2 h2 {
    font-size: 38.5px;
  }
}
@media (max-width: 1440px) {
  .maun2 h2 {
    font-size: 33px;
  }
}
@media (max-width: 1280px) {
  .maun2 h2 {
    font-size: 29.33333333px;
  }
}
@media (max-width: 1024px) {
  .maun2 h2 {
    font-size: 23.46666667px;
  }
}
@media (max-width: 1680px) {
  .maun2 h2 {
    font-size: 38px;
  }
}
@media (max-width: 1440px) {
  .maun2 h2 {
    font-size: 28px;
  }
}
@media (max-width: 1280px) {
  .maun2 h2 {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .maun2 h2 {
    font-size: 22px;
  }
}
.maun2 .info {
  font-size: 18px;
  line-height: 32px;
  color: #666666;
  font-family: "hs_l";
  font-weight: 300;
  width: 1200px;
  max-width: 100%;
  margin: 1.3vw auto 3.91vw;
  text-align: center;
}
@media (max-width: 1680px) {
  .maun2 .info {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .maun2 .info {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .maun2 .info {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .maun2 .info {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .maun2 .info {
    font-size: 16px;
  }
}
@media (max-width:1440px) {
  .maun2 .info {
    line-height: 28px;
  }
}
@media (max-width:1280px) {
  .maun2 .info {
    font-size: 14px;
    line-height: 26px;
  }
}
@media (max-width:1024px) {
  .maun2 .info {
    line-height: 24px;
  }
}
.maun2 .bot {
  background: #fff;
  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;
}
.maun2 .bot .left {
  width: 48%;
  line-height: 0;
  max-height: 522px;
}
.maun2 .bot .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.maun2 .bot .right {
  width: 52%;
  padding-right: 13.54vw;
  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-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  position: relative;
  box-shadow: 0px 16px 46px 0px rgba(11, 22, 46, 0.08);
}
.maun2 .bot .right .swiper-button-prev,
.maun2 .bot .right .swiper-button-next {
  width: 60px;
  height: 36px;
  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: 18px;
  bottom: 50%;
  top: auto;
  background: #f5f7fa;
  border: 1px solid #dde2ea;
  outline: none;
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #919caf;
  right: 70px;
  left: auto;
}
.maun2 .bot .right .swiper-button-prev:after,
.maun2 .bot .right .swiper-button-next:after {
  font-size: 16px;
}
.maun2 .bot .right .swiper-button-prev:hover,
.maun2 .bot .right .swiper-button-next:hover {
  background: #0071e3;
  border-color: #0071e3;
  color: #fff;
}
@media (max-width:1520px) {
  .maun2 .bot .right .swiper-button-prev,
  .maun2 .bot .right .swiper-button-next {
    right: 60px;
  }
}
@media (max-width:1024px) {
  .maun2 .bot .right .swiper-button-prev,
  .maun2 .bot .right .swiper-button-next {
    right: 30px;
  }
}
@media (max-width:990px) {
  .maun2 .bot .right .swiper-button-prev,
  .maun2 .bot .right .swiper-button-next {
    right: 20px;
  }
}
.maun2 .bot .right .swiper-button-prev {
  margin-bottom: 12.5px;
}
.maun2 .bot .right .swiper-button-next {
  bottom: auto;
  top: 50%;
  margin-top: 12.5px;
}
.maun2 .manu2_s {
  overflow: hidden;
  width: 81.5%;
  position: relative;
}
.maun2 .manu2_s .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 134.5%;
  position: relative;
  overflow: hidden;
}
.maun2 .manu2_s .imgbox img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.maun2 .manu2_s p {
  font-size: 18px;
  font-family: "hs_l";
  font-weight: 600;
  text-align: center;
  margin-top: 1.3vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1680px) {
  .maun2 .manu2_s p {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .maun2 .manu2_s p {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .maun2 .manu2_s p {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .maun2 .manu2_s p {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .maun2 .manu2_s p {
    font-size: 16px;
  }
}
@media (max-width:1280px) {
  .maun2 .manu2_s p {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .maun2 .manu2_s {
    width: 90%;
  }
}
@media (max-width:768px) {
  .maun2 {
    padding-top: 35px;
  }
  .maun2 .info {
    margin: 10px 0 20px;
  }
  .maun2 .bot .left {
    width: 100%;
    display: none;
  }
  .maun2 .bot .right {
    width: 100%;
    padding: 20px 20px 90px;
  }
  .maun2 .bot .right .swiper-button-prev,
  .maun2 .bot .right .swiper-button-next {
    bottom: 35px;
    top: auto;
    margin: 0 7.5px !important;
  }
  .maun2 .bot .right .swiper-button-prev {
    right: 50%;
  }
  .maun2 .bot .right .swiper-button-next {
    left: 50%;
  }
  .maun2 .manu2_s {
    width: 100%;
  }
}
.manu3 {
  padding: 5.73vw 0 9.11vw;
  position: relative;
}
@media (max-width:768px) {
  .manu3 {
    padding: 35px 0 40px;
  }
}
.manu3:before {
  content: '';
  width: 100%;
  height: 40%;
  background: #f5f7fa;
  left: 0;
  bottom: 0;
  position: absolute;
}
.manu3 .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;
  margin-bottom: 2.34vw;
}
.manu3 .top .left {
  width: 42%;
}
.manu3 .top .right {
  width: 53%;
  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;
}
.manu3 .top .right h3 {
  font-size: 60px;
  color: #0071e3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  font-family: "hs_r";
  font-weight: 600;
  margin-bottom: 5px;
}
@media (max-width: 1680px) {
  .manu3 .top .right h3 {
    font-size: 52.5px;
  }
}
@media (max-width: 1440px) {
  .manu3 .top .right h3 {
    font-size: 45px;
  }
}
@media (max-width: 1280px) {
  .manu3 .top .right h3 {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .manu3 .top .right h3 {
    font-size: 32px;
  }
}
.manu3 .top .right h3 span {
  font-size: 24px;
  margin-left: 5px;
}
@media (max-width: 1680px) {
  .manu3 .top .right h3 span {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .manu3 .top .right h3 span {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .manu3 .top .right h3 span {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .manu3 .top .right h3 span {
    font-size: 12.8px;
  }
}
@media (max-width: 1680px) {
  .manu3 .top .right h3 span {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .manu3 .top .right h3 span {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .manu3 .top .right h3 span {
    font-size: 16px;
  }
}
.manu3 .top .right h3 em {
  font-size: 60px;
  color: #0071e3;
  font-family: "hs_r";
  font-weight: 600;
}
@media (max-width: 1680px) {
  .manu3 .top .right h3 em {
    font-size: 52.5px;
  }
}
@media (max-width: 1440px) {
  .manu3 .top .right h3 em {
    font-size: 45px;
  }
}
@media (max-width: 1280px) {
  .manu3 .top .right h3 em {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .manu3 .top .right h3 em {
    font-size: 32px;
  }
}
.manu3 .top .right p {
  font-size: 18px;
  color: #2e3238;
}
@media (max-width: 1680px) {
  .manu3 .top .right p {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .manu3 .top .right p {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .manu3 .top .right p {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .manu3 .top .right p {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .manu3 .top .right p {
    font-size: 16px;
  }
}
.manu3 .top h2 {
  font-size: 44px;
  font-family: "hs_r";
  font-weight: 600;
  color: #2e3238;
}
@media (max-width: 1680px) {
  .manu3 .top h2 {
    font-size: 38.5px;
  }
}
@media (max-width: 1440px) {
  .manu3 .top h2 {
    font-size: 33px;
  }
}
@media (max-width: 1280px) {
  .manu3 .top h2 {
    font-size: 29.33333333px;
  }
}
@media (max-width: 1024px) {
  .manu3 .top h2 {
    font-size: 23.46666667px;
  }
}
@media (max-width: 1680px) {
  .manu3 .top h2 {
    font-size: 38px;
  }
}
@media (max-width: 1440px) {
  .manu3 .top h2 {
    font-size: 28px;
  }
}
@media (max-width: 1280px) {
  .manu3 .top h2 {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .manu3 .top h2 {
    font-size: 22px;
  }
}
.manu3 .top .info {
  font-size: 18px;
  line-height: 30px;
  color: #666666;
  font-family: "hs_l";
  font-weight: 300;
  margin-top: 1.04vw;
}
@media (max-width: 1680px) {
  .manu3 .top .info {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .manu3 .top .info {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .manu3 .top .info {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .manu3 .top .info {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .manu3 .top .info {
    font-size: 16px;
  }
}
@media (max-width:1440px) {
  .manu3 .top .info {
    line-height: 26px;
  }
}
@media (max-width:1024px) {
  .manu3 .top .info {
    font-size: 14px;
    line-height: 24px;
  }
  .manu3 .top .info p {
    display: inline;
  }
}
@media (max-width:768px) {
  .manu3 .top .info p {
    display: block;
  }
}
@media (max-width:768px) {
  .manu3 .top {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .manu3 .top .left {
    width: 100%;
    margin-bottom: 10px;
  }
  .manu3 .top .right {
    width: 100%;
  }
  .manu3 .top .right h3 {
    font-size: 28px;
  }
  .manu3 .top .right h3 em {
    font-size: 28px;
  }
  .manu3 .top .right h3 span {
    font-size: 14px;
  }
  .manu3 .top .right p {
    font-size: 14px;
  }
}
.manu3 .bot {
  position: relative;
}
.manu3 .bot .swiper {
  overflow: hidden;
  position: relative;
}
.manu3 .bot .manu3_s2 .swiper-button-next,
.manu3 .bot .manu3_s2 .swiper-button-prev {
  width: 2.86vw;
  height: 2.86vw;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  min-width: 30px;
  min-height: 30px;
}
.manu3 .bot .manu3_s2 .swiper-button-next:after,
.manu3 .bot .manu3_s2 .swiper-button-prev:after {
  font-size: 20px;
}
.manu3 .bot .manu3_s2 .swiper-button-prev {
  left: 20px;
}
.manu3 .bot .manu3_s2 .swiper-button-next {
  right: 20px;
}
.manu3 .bot .manu3_s2 .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 35.7%;
  position: relative;
  overflow: hidden;
}
.manu3 .bot .manu3_s2 .imgbox img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.manu3 .bot .manu3_s2 p {
  display: none;
}
.manu3 .bot .manu3_s1 {
  margin: 0 30px;
  transform: translateY(-50%);
  z-index: 9;
  padding: 30px 0;
  position: absolute;
  width: calc(100% - 60px);
}
.manu3 .bot .manu3_s1 .swiper-slide {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}
.manu3 .bot .manu3_s1 .swiper-slide.swiper-slide-active .imgbox p {
  z-index: 2;
  opacity: 1;
}
.manu3 .bot .manu3_s1 .swiper-slide .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 43%;
  position: relative;
  overflow: hidden;
  border: 5px solid #fff;
}
.manu3 .bot .manu3_s1 .swiper-slide .imgbox img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.manu3 .bot .manu3_s1 .swiper-slide .imgbox p {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 113, 227, 0.8);
  z-index: -1;
  opacity: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 18px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .manu3 .bot .manu3_s1 .swiper-slide .imgbox p {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .manu3 .bot .manu3_s1 .swiper-slide .imgbox p {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .manu3 .bot .manu3_s1 .swiper-slide .imgbox p {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .manu3 .bot .manu3_s1 .swiper-slide .imgbox p {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .manu3 .bot .manu3_s1 .swiper-slide .imgbox p {
    font-size: 16px;
  }
}
@media (max-width:768px) {
  .manu3 .bot {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
  }
  .manu3 .bot .manu3_s2 .swiper-button-prev,
  .manu3 .bot .manu3_s2 .swiper-button-next {
    transform: translateY(-50%);
    margin-top: -20px;
  }
  .manu3 .bot .manu3_s2 .swiper-button-prev:after,
  .manu3 .bot .manu3_s2 .swiper-button-next:after {
    font-size: 14px;
  }
  .manu3 .bot .manu3_s2 .swiper-button-prev {
    left: 15px;
  }
  .manu3 .bot .manu3_s2 .swiper-button-next {
    right: 15px;
  }
  .manu3 .bot .manu3_s2 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;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #fff;
    color: #000;
    padding: 10px 15px;
    font-size: 14px;
    font-family: "hs_l";
    font-weight: 300;
  }
  .manu3 .bot .manu3_s2 .imgbox {
    padding-bottom: 50%;
  }
  .manu3 .bot .manu3_s1 {
    display: none;
  }
}
