@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;
  }
}
@media (max-width: 1600px) {
  .w1480 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width: 1024px) {
  .w1480 {
    max-width: 100%;
    padding: 0 30px;
  }
}
@media (max-width: 990px) {
  .w1480 {
    max-width: 100%;
    padding: 0 20px;
  }
}

body{font-family: 'HarmonyOS Sans', 'PingFang SC', 'Source Han Sans CN', 'Microsoft YaHei'; }
@font-face {
  font-family: "hs_l";
  /*src: url('../fonts/HarmonyOS_Sans_SC_Light.ttf');*/
}
@font-face {
  font-family: "hs_r";
  /*src: url('../fonts/HarmonyOS_Sans_SC_Regular.ttf');*/
}
@font-face {
  font-family: "gr";
  src: url('../fonts/gilroy-regular-3.otf');
}
@font-face {
  font-family: "gb";
  src: url('../fonts/gilroy-bold-4.otf');
}
@font-face {
  font-family: "din_mi";
  src: url('../fonts/DINMittelschriftStd.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;
}
.gb {
  font-family: "gb";
}
.gr {
  font-family: "gr";
}
.din_m {
  font-family: "din_mi";
}
h2.h2 {
  font-size: 48px;
}
@media (max-width: 1680px) {
  h2.h2 {
    font-size: 42px;
  }
}
@media (max-width: 1440px) {
  h2.h2 {
    font-size: 36px;
  }
}
@media (max-width: 1280px) {
  h2.h2 {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  h2.h2 {
    font-size: 25.6px;
  }
}
@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;
}
@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: 40px;
}
@media (max-width: 1680px) {
  h4.h4 {
    font-size: 35px;
  }
}
@media (max-width: 1440px) {
  h4.h4 {
    font-size: 30px;
  }
}
@media (max-width: 1280px) {
  h4.h4 {
    font-size: 26.66666667px;
  }
}
@media (max-width: 1024px) {
  h4.h4 {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1680px) {
  h4.h4 {
    font-size: 34px;
  }
}
@media (max-width: 1440px) {
  h4.h4 {
    font-size: 26px;
  }
}
@media (max-width: 1280px) {
  h4.h4 {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  h4.h4 {
    font-size: 20px;
  }
}
h5.h5 {
  font-size: 30px;
}
@media (max-width: 1680px) {
  h5.h5 {
    font-size: 26.25px;
  }
}
@media (max-width: 1440px) {
  h5.h5 {
    font-size: 22.5px;
  }
}
@media (max-width: 1280px) {
  h5.h5 {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  h5.h5 {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  h5.h5 {
    font-size: 24px;
  }
}
@media (max-width: 1440px) {
  h5.h5 {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  h5.h5 {
    font-size: 18px;
  }
}
h6.h6 {
  font-size: 26px;
}
@media (max-width: 1680px) {
  h6.h6 {
    font-size: 22.75px;
  }
}
@media (max-width: 1440px) {
  h6.h6 {
    font-size: 19.5px;
  }
}
@media (max-width: 1280px) {
  h6.h6 {
    font-size: 17.33333333px;
  }
}
@media (max-width: 1024px) {
  h6.h6 {
    font-size: 13.86666667px;
  }
}
@media (max-width: 1680px) {
  h6.h6 {
    font-size: 22px;
  }
}
@media (max-width: 1440px) {
  h6.h6 {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  h6.h6 {
    font-size: 16px;
  }
}
.block_a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  overflow: hidden;
}
.videomark {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 9998;
  display: none;
}
.videobox {
  position: fixed;
  width: 1400px;
  max-width: calc(100% - 100px);
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  display: none;
}
.videobox video {
  width: 100%;
  object-fit: fill;
}
.videobox .close {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  right: -20px;
  top: -20px;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 30px;
  color: #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;
}
.videobox .video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.videobox .video video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
@media (max-width:1440px) {
  .videobox {
    max-width: 70%;
  }
}
@media (max-width:768px) {
  .videobox {
    width: 100%;
    max-width: 100%;
  }
  .videobox .close {
    right: 0;
    top: -40px;
  }
}
@keyframes hideShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.swiper-button-prev.swpBtnBase,
.swiper-button-next.swpBtnBase {
  position: unset;
  left: unset;
  bottom: unset;
  right: unset;
  top: unset;
  margin-top: 0;
  width: 4.688vw;
  height: 4.688vw;
  min-width: 40px;
  min-height: 40px;
  border: 1px solid #dce1ea;
  margin-left: 1.042vw;
  transition: all 0.5s;
}
.swiper-button-prev.swpBtnBase:hover,
.swiper-button-next.swpBtnBase:hover {
  border-color: #0071e3;
}
.swiper-button-prev.swpBtnBase:hover::after,
.swiper-button-next.swpBtnBase:hover::after {
  color: #0071e3;
}
.swiper-button-prev.swpBtnBase::after,
.swiper-button-next.swpBtnBase::after {
  font-size: 1.458vw;
  color: #7e838d;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .swiper-button-prev.swpBtnBase,
  .swiper-button-next.swpBtnBase {
    min-width: 30px;
    min-height: 30px;
    margin-left: 10px;
  }
}
.swiper-button-prev.swpBtnBase2,
.swiper-button-next.swpBtnBase2 {
  width: 2.083vw;
  height: 2.083vw;
  min-width: 30px;
  min-height: 30px;
  border-radius: 1000px;
  background: transparent;
  transition: all 0.5s;
}
.swiper-button-prev.swpBtnBase2::after,
.swiper-button-next.swpBtnBase2::after {
  font-size: 14px;
  color: #7e838d;
  transition: all 0.5s;
  font-weight: bold;
}
.swiper-button-prev.swpBtnBase2:hover,
.swiper-button-next.swpBtnBase2:hover {
  background: #edeef0;
}
.swiper-button-prev.swpBtnBase2:hover::after,
.swiper-button-next.swpBtnBase2:hover::after {
  color: #0071e3;
}
.swiper-button-prev.swpBtnBase2 {
  left: -70px;
}
.swiper-button-next.swpBtnBase2 {
  right: -70px;
}
@media (max-width:1680px) {
  .swiper-button-prev.swpBtnBase2 {
    left: -10px;
  }
  .swiper-button-next.swpBtnBase2 {
    right: -10px;
  }
}
@media (max-width:1440px) {
  .swiper-button-prev.swpBtnBase2 {
    left: -10px;
  }
  .swiper-button-next.swpBtnBase2 {
    right: -10px;
  }
  .swiper-button-prev.swpBtnBase2::after,
  .swiper-button-next.swpBtnBase2::after {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .swiper-button-prev.swpBtnBase2 {
    left: -18px;
  }
  .swiper-button-next.swpBtnBase2 {
    right: -18px;
  }
  .swiper-button-prev.swpBtnBase2:hover,
  .swiper-button-next.swpBtnBase2:hover {
    background: unset;
  }
}
.swiper-button-prev.swpBtnBase3,
.swiper-button-next.swpBtnBase3 {
  width: 32px;
  height: 55px;
  background: rgba(5, 14, 19, 0.2);
  transition: all 0.5s;
}
.swiper-button-prev.swpBtnBase3::after,
.swiper-button-next.swpBtnBase3::after {
  font-size: 16px;
  color: #7e838d;
  transition: all 0.5s;
  color: #fff;
}
.swiper-button-prev.swpBtnBase3:hover,
.swiper-button-next.swpBtnBase3:hover {
  background: #0071e3;
}
.swiper-button-prev.swpBtnBase3:hover::after,
.swiper-button-next.swpBtnBase3:hover::after {
  color: #fff;
}
@media (max-width: 1290px) {
  .swiper-button-prev.swpBtnBase3,
  .swiper-button-next.swpBtnBase3 {
    width: 25px;
    height: 45px;
  }
  .swiper-button-prev.swpBtnBase3::after,
  .swiper-button-next.swpBtnBase3::after {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .swiper-button-prev.swpBtnBase3,
  .swiper-button-next.swpBtnBase3 {
    width: 20px;
    height: 40px;
  }
}
@media (max-width: 768px) {
  .swiper-button-prev.swpBtnBase3,
  .swiper-button-next.swpBtnBase3 {
    background: rgba(5, 14, 19, 0.4);
  }
}
.swiper-pagination.spBtnBase .swiper-pagination-bullet {
  width: 20px;
  background: #d8dadd;
  height: 2px;
  margin: 0 9px;
  opacity: 1;
  transition: all 0.5s;
  border-radius: 0;
}
.swiper-pagination.spBtnBase .swiper-pagination-bullet-active {
  width: 30px;
  background: #0071e3;
}
.w1480 {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
}
.hh-header-pc.qtwy-header-pc {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  transition: all 0.5s;
  z-index: 999;
}
.hh-header-pc.qtwy-header-pc.scroll {
  top: -125px;
}
.hh-header-pc.qtwy-header-pc .hh_head {
  transition: all 0.5s;
}
.hh-header-pc.qtwy-header-pc .hh_head .qdc_w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 125px;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .hh-header-pc.qtwy-header-pc .hh_head .qdc_w {
    height: 105px;
  }
}
.hh-header-pc.qtwy-header-pc .hh_head .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 100%;
}
.hh-header-pc.qtwy-header-pc .hh_head .left a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.hh-header-pc.qtwy-header-pc .hh_head .left .qdc_lg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-right: 24px;
}
.hh-header-pc.qtwy-header-pc .hh_head .left .qdc_lg img {
  width: 6.771vw;
  min-width: 100px;
}
.hh-header-pc.qtwy-header-pc .hh_head .left .qdc_lg .qdc_img_a {
  display: none;
}
.hh-header-pc.qtwy-header-pc .hh_head .left .qdc_lg_t p:nth-of-type(1) {
  color: #0071e3;
  font-size: 22px;
  font-family: "hs_r";
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 1680px) {
  .hh-header-pc.qtwy-header-pc .hh_head .left .qdc_lg_t p:nth-of-type(1) {
    font-size: 19.25px;
  }
}
@media (max-width: 1440px) {
  .hh-header-pc.qtwy-header-pc .hh_head .left .qdc_lg_t p:nth-of-type(1) {
    font-size: 16.5px;
  }
}
@media (max-width: 1280px) {
  .hh-header-pc.qtwy-header-pc .hh_head .left .qdc_lg_t p:nth-of-type(1) {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  .hh-header-pc.qtwy-header-pc .hh_head .left .qdc_lg_t p:nth-of-type(1) {
    font-size: 11.73333333px;
  }
}
@media (max-width: 1680px) {
  .hh-header-pc.qtwy-header-pc .hh_head .left .qdc_lg_t p:nth-of-type(1) {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .hh-header-pc.qtwy-header-pc .hh_head .left .qdc_lg_t p:nth-of-type(1) {
    font-size: 16px;
  }
}
.hh-header-pc.qtwy-header-pc .hh_head .left .qdc_lg_t p:nth-of-type(2) {
  font-size: 32px;
  color: #333;
  font-family: "hs_r";
  font-weight: 600;
}
@media (max-width: 1680px) {
  .hh-header-pc.qtwy-header-pc .hh_head .left .qdc_lg_t p:nth-of-type(2) {
    font-size: 28px;
  }
}
@media (max-width: 1440px) {
  .hh-header-pc.qtwy-header-pc .hh_head .left .qdc_lg_t p:nth-of-type(2) {
    font-size: 24px;
  }
}
@media (max-width: 1280px) {
  .hh-header-pc.qtwy-header-pc .hh_head .left .qdc_lg_t p:nth-of-type(2) {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1024px) {
  .hh-header-pc.qtwy-header-pc .hh_head .left .qdc_lg_t p:nth-of-type(2) {
    font-size: 17.06666667px;
  }
}
.hh-header-pc.qtwy-header-pc .hh_head .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 100%;
  overflow: hidden;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .qdc_div1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .qdc_div1 p {
  font-size: 26px;
  font-family: "hs_r";
  font-weight: 600;
  color: #0071e3;
  line-height: 1.2;
  text-align: right;
}
@media (max-width: 1680px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .qdc_div1 p {
    font-size: 22.75px;
  }
}
@media (max-width: 1440px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .qdc_div1 p {
    font-size: 19.5px;
  }
}
@media (max-width: 1280px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .qdc_div1 p {
    font-size: 17.33333333px;
  }
}
@media (max-width: 1024px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .qdc_div1 p {
    font-size: 13.86666667px;
  }
}
@media (max-width: 1680px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .qdc_div1 p {
    font-size: 22px;
  }
}
@media (max-width: 1440px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .qdc_div1 p {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .qdc_div1 p {
    font-size: 16px;
  }
}
.hh-header-pc.qtwy-header-pc .hh_head .right .qdc_div1 p:nth-of-type(1) {
  font-size: 16px;
  color: #999;
  font-family: "hs_l";
  font-weight: 300;
  margin-bottom: 2px;
}
@media (max-width: 1680px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .qdc_div1 p:nth-of-type(1) {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .qdc_div1 p:nth-of-type(1) {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .qdc_div1 p:nth-of-type(1) {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .qdc_div1 p:nth-of-type(1) {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .qdc_div1 p:nth-of-type(1) {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .qdc_div1 p:nth-of-type(1) {
    font-size: 14px;
  }
}
.hh-header-pc.qtwy-header-pc .hh_head .right .qdc_div1 .qdc_c2 {
  margin-left: 15px;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .qdc_div1 .qdc_c2 p {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1000px;
  position: relative;
  background: #e9e9e9;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .qdc_div1 .qdc_c2 p .qdc_img_a {
  display: none;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .qdc_div1 .qdc_c2 p::before {
  content: '';
  position: absolute;
  bottom: 100%;
  width: 2px;
  background: #e9e9e9;
  height: 200%;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .qdc_div2 {
  margin-left: 1.563vw;
  margin-right: 1.458vw;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .qdc_div2 img {
  width: 5.208vw;
  height: 5.208vw;
  min-width: 70px;
  min-height: 70px;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .qdc_div3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  height: 100%;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .qdc_div3 a {
  font-size: 18px;
  color: #999;
  font-family: "hs_r";
  font-weight: 600;
  transition: all 0.5s;
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.823vw;
}
@media (max-width: 1680px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .qdc_div3 a {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .qdc_div3 a {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .qdc_div3 a {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .qdc_div3 a {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .qdc_div3 a {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .hh-header-pc.qtwy-header-pc .hh_head .right .qdc_div3 a {
    font-size: 14px;
  }
}
.hh-header-pc.qtwy-header-pc .hh_head .right .qdc_div3 a:nth-of-type(1) {
  border-bottom: 1px solid #eaeaea;
}
.hh-header-pc.qtwy-header-pc .hh_head .right .qdc_div3 a:hover,
.hh-header-pc.qtwy-header-pc .hh_head .right .qdc_div3 a.on {
  color: #0071e3;
}
.hh-header-pc.qtwy-header-pc .hh_head .head_nav {
  background: #0071e3;
  height: 56px;
}
.hh-header-pc.qtwy-header-pc .hh_head .head_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 100%;
}
.hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li {
  width: 14.28%;
  height: 100%;
  transition: all 0.5s;
}
.hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li:last-child::before {
  content: unset;
}
.hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li:hover {
  background: #005fbe;
}
.hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li:hover::before {
  content: unset;
}
.hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li:hover .item_a {
  max-height: none;
  top: 100%;
}
.hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li:hover .nav_li6 {
  max-height: 100vh;
  padding: 3.65vw 0;
  box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.15) inset;
}
.hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li:hover .subnav_product {
  visibility: initial;
  margin: 0;
  opacity: 1;
  max-height: none;
}
.hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li.on {
  background: #005fbe;
}
.hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li.on::before {
  content: unset;
}
.hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li::before {
  content: '';
  position: absolute;
  height: 15px;
  width: 1px;
  background: rgba(255, 255, 255, 0.25);
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .li_a {
  font-size: 18px;
  color: #fff;
  font-family: "hs_l";
  font-weight: 300;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 1680px) {
  .hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .li_a {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .li_a {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .li_a {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .li_a {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .li_a {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .li_a {
    font-size: 14px;
  }
}
.hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .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;
}
.hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .nav_li6:before {
  content: '';
  width: 67.7%;
  background: #f7f7f7;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .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;
}
.hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .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;
}
.hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .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) {
  .hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .nav_li6 .nav_box .nav_l a {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .nav_li6 .nav_box .nav_l a {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .nav_li6 .nav_box .nav_l a {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .nav_li6 .nav_box .nav_l a {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .nav_li6 .nav_box .nav_l a {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .nav_li6 .nav_box .nav_l a {
    font-size: 16px;
  }
}
.hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .nav_li6 .nav_box .nav_l a:hover,
.hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .nav_li6 .nav_box .nav_l a.on {
  color: #0071e3;
}
.hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .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;
}
.hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .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;
}
.hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .nav_li6 .nav_box .nav_r .art h2 {
  font-size: 44px;
  font-family: "hs_r";
  font-weight: 600;
}
@media (max-width: 1680px) {
  .hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .nav_li6 .nav_box .nav_r .art h2 {
    font-size: 38.5px;
  }
}
@media (max-width: 1440px) {
  .hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .nav_li6 .nav_box .nav_r .art h2 {
    font-size: 33px;
  }
}
@media (max-width: 1280px) {
  .hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .nav_li6 .nav_box .nav_r .art h2 {
    font-size: 29.33333333px;
  }
}
@media (max-width: 1024px) {
  .hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .nav_li6 .nav_box .nav_r .art h2 {
    font-size: 23.46666667px;
  }
}
@media (max-width: 1680px) {
  .hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .nav_li6 .nav_box .nav_r .art h2 {
    font-size: 38px;
  }
}
@media (max-width: 1440px) {
  .hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .nav_li6 .nav_box .nav_r .art h2 {
    font-size: 28px;
  }
}
@media (max-width: 1280px) {
  .hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .nav_li6 .nav_box .nav_r .art h2 {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .nav_li6 .nav_box .nav_r .art h2 {
    font-size: 22px;
  }
}
.hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .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) {
  .hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .nav_li6 .nav_box .nav_r .art .info {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .nav_li6 .nav_box .nav_r .art .info {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .nav_li6 .nav_box .nav_r .art .info {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .nav_li6 .nav_box .nav_r .art .info {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .nav_li6 .nav_box .nav_r .art .info {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .nav_li6 .nav_box .nav_r .art .info {
    font-size: 14px;
  }
}
.hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .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;
}
.hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .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;
}
.hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .nav_li6 .nav_box .nav_r .art a:hover {
  background: #0071e3;
  color: #fff;
}
.hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .nav_li6 .nav_box .nav_r .art a:hover i {
  background: #fff;
  color: #0071e3;
}
.hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .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) {
  .hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .nav_li6 .nav_box .nav_r .art .info {
    font-size: 14px;
    line-height: 26px;
    margin: 10px 0 20px;
  }
  .hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .nav_li6 .nav_box .nav_r .art a {
    height: 44px;
  }
}
.hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .subnav_product {
  max-height: 0;
  position: absolute;
  width: 100%;
  padding: 0px 0;
  background: #f5f7fb;
  left: 0;
  color: #333;
  z-index: 1;
  height: auto;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  margin-top: 5px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .subnav_product:before {
  content: '';
  width: 100%;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  background: #0071e3;
  z-index: -1;
  opacity: 0.05;
}
.hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .subnav_product .nav_taba {
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .subnav_product .nav_taba a {
  position: relative;
  padding-left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 1.3vw;
  font-family: "hs_l";
  font-weight: 300;
  color: #333;
}
.hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .subnav_product .nav_taba a.active {
  color: #0071e3;
}
.hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .subnav_product .nav_taba a.active:before {
  opacity: 1;
}
.hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .subnav_product .nav_taba a:before {
  content: '';
  width: 10px;
  height: 10px;
  background: #0071e3;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  border-radius: 50%;
  opacity: 0.2;
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .subnav_product .nav_tabb {
  width: 100%;
  height: auto;
  padding: 3vw 0;
}
.hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .subnav_product .nav_tabb .nav_content {
  width: 100%;
  height: auto;
  display: none;
}
.hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .subnav_product .nav_tabb .nav_content .flex_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .subnav_product .nav_tabb .nav_content .tabs {
  width: 22%;
}
.hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .subnav_product .nav_tabb .nav_content .tabs a {
  width: 100%;
  height: auto;
  margin-top: 1.3vw;
  padding-left: 20px;
  line-height: 1.5;
  display: block;
  color: #333;
}
.hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .subnav_product .nav_tabb .nav_content .tabs a::after {
  content: '';
  width: 2px;
  height: 0%;
  position: absolute;
  bottom: 10%;
  left: 0;
  z-index: 1;
  background: #0071e3;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .subnav_product .nav_tabb .nav_content .tabs a:first-child {
  margin: 0;
}
.hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .subnav_product .nav_tabb .nav_content .tabs a:hover,
.hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .subnav_product .nav_tabb .nav_content .tabs a.active {
  color: #0071e3;
}
.hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .subnav_product .nav_tabb .nav_content .tabs a:hover::after,
.hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .subnav_product .nav_tabb .nav_content .tabs a.active::after {
  height: 80%;
  top: 10%;
}
.hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .subnav_product .nav_tabb .nav_content .contents {
  flex: 1;
  height: auto;
  padding-left: 4%;
  position: relative;
  z-index: 1;
}
.hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .subnav_product .nav_tabb .nav_content .contents::after {
  content: '';
  width: 2px;
  height: 50%;
  position: absolute;
  top: 0;
  left: 1%;
  z-index: 1;
  background: #d9d9d9;
}
.hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .subnav_product .nav_tabb .nav_content .contents .content {
  width: 100%;
  height: auto;
  display: none;
}
.hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .subnav_product .nav_tabb .nav_content .contents .content .items {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.5vw;
}
.hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .subnav_product .nav_tabb .nav_content .contents .content .items .item {
  width: 100%;
  height: auto;
  background: #fff;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}
.hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .subnav_product .nav_tabb .nav_content .contents .content .items .item a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  overflow: hidden;
}
.hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .subnav_product .nav_tabb .nav_content .contents .content .items .item .img {
  width: 100%;
}
.hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .subnav_product .nav_tabb .nav_content .contents .content .items .item .img .pb {
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  position: relative;
  overflow: hidden;
  width: 90%;
  padding-bottom: 50%;
}
.hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .subnav_product .nav_tabb .nav_content .contents .content .items .item .img .ab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .subnav_product .nav_tabb .nav_content .contents .content .items .item .img img {
  vertical-align: middle;
  max-width: 80%;
  max-height: 80%;
}
.hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .subnav_product .nav_tabb .nav_content .contents .content .items .item .info {
  flex: 1;
  padding: 10px 20px 20px;
  text-align: center;
}
.hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .subnav_product .nav_tabb .nav_content .contents .content .items .item .info .title {
  font-size: 16px;
  color: #333;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .subnav_product .nav_tabb .nav_content .contents .content .items .item .info .subtitle {
  margin-top: 10px;
  font-size: 14px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .subnav_product .nav_tabb .nav_content .contents .content .items .item:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  transform: translateY(-10px);
}
.hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .subnav_product .nav_tabb .nav_content .contents .content .items .item:hover .info .title {
  color: #0071e3;
}
@media (max-width:1280px) {
  .hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .subnav_product .nav_tabb .nav_content .contents .content .items .item .info .title {
    font-size: 14px;
  }
}
.hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .subnav_product .nav_tabb .nav_content .contents .content .more {
  width: 100%;
  height: auto;
  margin-top: 1vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
.hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .subnav_product .nav_tabb .nav_content .contents .content .more 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;
}
.hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .subnav_product .nav_tabb .nav_content .contents .content .more 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;
}
.hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .subnav_product .nav_tabb .nav_content .contents .content .more a:hover {
  background: #0071e3;
  color: #fff;
}
.hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .subnav_product .nav_tabb .nav_content .contents .content .more a:hover i {
  background: #fff;
  color: #0071e3;
}
.hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .subnav_product .nav_tabb .nav_content .contents .content:first-child {
  display: block;
}
.hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .subnav_product .nav_tabb .nav_content:first-child {
  display: block;
}
.hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .item_a {
  height: auto;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 95%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  background: #fff;
}
.hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .item_a a {
  display: block;
  line-height: 40px;
  text-align: center;
  color: #333;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .item_a a {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .item_a a {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .item_a a {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .item_a a {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .item_a a {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .item_a a {
    font-size: 14px;
  }
}
.hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .item_a a.on,
.hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .item_a a:hover {
  color: #0071e3;
}
.hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .item_a a:first-child {
  padding-top: 10px;
}
.hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .item_a a:last-child {
  padding-bottom: 10px;
}
.hh_height {
  height: 181px;
  width: 100%;
}
@media (max-width: 1440px) {
  .hh-header-pc.qtwy-header-pc.scroll {
    top: -105px;
  }
  .hh-header-pc.qtwy-header-pc .hh_head .hh_w,
  .hh_height {
    height: 161px;
  }
  .hh-header-pc.qtwy-header-pc .hh_head .head_nav ul li .subnav_product .nav_tabb .nav_content .contents .content .more a {
    height: 44px;
  }
}
@media (max-width:990px) {
  .hh_height {
    height: 60px;
  }
}
.qtwy-header.active {
  background: #fff !important;
}
.qtwy-header.active .left ul li a,
.qtwy-header.active .left .hh_lg_t .p1,
.qtwy-header.active .left .hh_lg_t .p2,
.qtwy-header.active .right .div2 .p1,
.qtwy-header.active .right .div2 .p2 {
  color: #666 !important;
}
.qtwy-header.active .right .div1 .hh_img,
.qtwy-header.active .left .hh_lg .hh_img {
  display: none;
}
.qtwy-header.active .right .div1 .hh_img_a,
.qtwy-header.active .left .hh_lg .hh_img_a {
  display: block !important;
}
.qtwy-header.active .right .hh_ul li a,
.hh-header-pc.qtwy-header-pc .qtwy-header.active .right .div2 span,
.hh-header-pc.qtwy-header-pc .qtwy-header.active .right .div2 span,
.hh-header-pc.qtwy-header-pc .qtwy-header.active .left .hh_lg_t p {
  color: #333 !important;
}
.hh-header-pc.qtwy-header-pc .qtwy-header.active.hh_head .left .hh_link {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), #333333, rgba(255, 255, 255, 0.2));
}
.hh-header-pc.qtwy-header-pc .qtwy-header.active .right .div2 .hh_img {
  display: none;
}
.hh-header-pc.qtwy-header-pc .qtwy-header.active .right .div2 .hh_img_a {
  display: block;
}
.hh-header-pc.qtwy-header-pc .hh_head.active .right .hh_ul li a:hover,
.hh-header-pc.qtwy-header-pc .hh_head.active .right .hh_ul li a.on {
  color: #d72444 !important;
}
.hh-header-pc.qtwy-header-pc .hh_head.active .right .hh_ul li a:hover::before,
.hh-header-pc.qtwy-header-pc .hh_head.active .right .hh_ul li a.on::before {
  background: #d72444;
}
@media (max-width: 992px) {
  .hh-header-pc.qtwy-header-pc {
    display: none !important;
  }
}
.yn713_sybn {
  overflow: hidden;
  position: relative;
}
.yn713_sybn .qdc_box {
  position: relative;
}
.yn713_sybn .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  position: relative;
}
.yn713_sybn .swiper-wrapper .swiper-slide .bgimg {
  object-fit: cover;
}
.yn713_sybn .swiper-wrapper .swiper-slide .qdc_w {
  position: absolute;
  top: 50.7%;
  transform: translate(-50%, -50%);
  z-index: 2;
  left: 50%;
}
.yn713_sybn .swiper-wrapper .swiper-slide .qdc_w .p1 {
  font-size: 16px;
  color: #fff;
  background: #0071e3;
  width: auto;
  display: inline-flex;
  border-radius: 6px;
  padding: 5px 0;
  padding-left: 1.719vw;
}
@media (max-width: 1680px) {
  .yn713_sybn .swiper-wrapper .swiper-slide .qdc_w .p1 {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .yn713_sybn .swiper-wrapper .swiper-slide .qdc_w .p1 {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .yn713_sybn .swiper-wrapper .swiper-slide .qdc_w .p1 {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .yn713_sybn .swiper-wrapper .swiper-slide .qdc_w .p1 {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .yn713_sybn .swiper-wrapper .swiper-slide .qdc_w .p1 {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .yn713_sybn .swiper-wrapper .swiper-slide .qdc_w .p1 {
    font-size: 14px;
  }
}
.yn713_sybn .swiper-wrapper .swiper-slide .qdc_w .p1 span {
  margin-right: 1.563vw;
}
.yn713_sybn .swiper-wrapper .swiper-slide .qdc_w .p1 span:last-child {
  margin-right: 1.458vw;
}
.yn713_sybn .swiper-wrapper .swiper-slide .qdc_w h2 {
  font-size: 2.604vw;
  color: #333;
  font-family: "hs_r";
  font-weight: 600;
  margin-top: 12px;
  padding-bottom: 2.083vw;
  width: 49%;
  position: relative;
}
.yn713_sybn .swiper-wrapper .swiper-slide .qdc_w h2::before {
  content: '';
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: #ced1d5;
}
.yn713_sybn .swiper-wrapper .swiper-slide .qdc_w h2 p {
  line-height: 1.4;
}
.yn713_sybn .swiper-wrapper .swiper-slide .qdc_w h2 span {
  color: #0071e3;
}
.yn713_sybn .swiper-wrapper .swiper-slide .qdc_w ul {
  margin-top: 2.448vw;
  position: relative;
}
.yn713_sybn .swiper-wrapper .swiper-slide .qdc_w ul::before {
  content: '';
  position: absolute;
  background-image: linear-gradient(to bottom, rgba(224, 226, 229, 0.2), #bdbfc2, rgba(224, 226, 229, 0.2));
  height: 133%;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  left: 3px;
  z-index: -1;
}
.yn713_sybn .swiper-wrapper .swiper-slide .qdc_w ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  font-size: 22px;
  color: #555;
}
@media (max-width: 1680px) {
  .yn713_sybn .swiper-wrapper .swiper-slide .qdc_w ul li {
    font-size: 19.25px;
  }
}
@media (max-width: 1440px) {
  .yn713_sybn .swiper-wrapper .swiper-slide .qdc_w ul li {
    font-size: 16.5px;
  }
}
@media (max-width: 1280px) {
  .yn713_sybn .swiper-wrapper .swiper-slide .qdc_w ul li {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  .yn713_sybn .swiper-wrapper .swiper-slide .qdc_w ul li {
    font-size: 11.73333333px;
  }
}
@media (max-width: 1680px) {
  .yn713_sybn .swiper-wrapper .swiper-slide .qdc_w ul li {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .yn713_sybn .swiper-wrapper .swiper-slide .qdc_w ul li {
    font-size: 16px;
  }
}
.yn713_sybn .swiper-wrapper .swiper-slide .qdc_w ul li i {
  width: 7px;
  height: 7px;
  background: #0071e3;
  border-radius: 1000px;
  margin-right: 14px;
}
.yn713_sybn .swiper-wrapper .swiper-slide .qdc_w ul li img {
  margin-right: 14px;
  width: 1.927vw;
  min-width: 26px;
}
.yn713_sybn .swiper-pagination {
  bottom: 2.344vw;
}
@media (max-width:1440px) {
  .yn713_sybn .swiper-wrapper .swiper-slide .qdc_w ul li p {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .yn713_sybn .swiper-wrapper .swiper-slide .qdc_w ul li p {
    font-size: 14px;
  }
  .yn713_sybn .swiper-wrapper .swiper-slide .qdc_w ul li {
    margin-bottom: 13px;
  }
}
@media (max-width: 768px) {
  .yn713_sybn {
    margin-top: 60px;
  }
  .yn713_sybn .hh_syb {
    display: none;
  }
  .yn713_sybn .swiper-pagination {
    flex-direction: unset;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    top: unset;
  }
  .yn713_sybn .swiper-pagination-bullet,
  .yn713_sybn .swiper-pagination-bullet-active {
    margin: 0 4px !important;
    height: 6px;
  }
}
.swpPageBase .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #adaeaf;
  opacity: 1;
  transition: all 0.5s;
  border-radius: 5px;
  margin: 0 7px;
}
.swpPageBase .swiper-pagination-bullet-active {
  background: #046dff;
  width: 40px;
}
.swpPageBase.swpPageBase2 .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.3;
  transition: all 0.5s;
  margin: 0 6px;
}
.swpPageBase.swpPageBase2 .swiper-pagination-bullet-active {
  background: #fff;
  width: 40px;
  opacity: 1;
}
@media (max-width: 1440px) {
  .swpPageBase .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }
  .swpPageBase .swiper-pagination-bullet-active {
    width: 30px;
  }
}
@media (max-width: 768px) {
  .swpPageBase .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px !important;
  }
  .swpPageBase .swiper-pagination-bullet-active {
    width: 25px;
  }
  .swpPageBase .swiper-pagination-bullet {
    height: 6px;
    width: 6px;
  }
  .swpPageBase .swiper-pagination-bullet-active,
  .swpPageBase.swpPageBase2 .swiper-pagination-bullet-active {
    width: 25px;
  }
}
.qdc_title_base {
  text-align: center;
}
.qdc_title_base h3 {
  font-size: 48px;
  font-family: "hs_r";
  font-weight: 600;
}
@media (max-width: 1680px) {
  .qdc_title_base h3 {
    font-size: 42px;
  }
}
@media (max-width: 1440px) {
  .qdc_title_base h3 {
    font-size: 36px;
  }
}
@media (max-width: 1280px) {
  .qdc_title_base h3 {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .qdc_title_base h3 {
    font-size: 25.6px;
  }
}
@media (max-width: 1680px) {
  .qdc_title_base h3 {
    font-size: 42px;
  }
}
@media (max-width: 1440px) {
  .qdc_title_base h3 {
    font-size: 32px;
  }
}
@media (max-width: 1280px) {
  .qdc_title_base h3 {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .qdc_title_base h3 {
    font-size: 24px;
  }
}
.qdc_title_base h3 span {
  color: #333;
}
.qdc_title_base p {
  color: #333;
  font-size: 22px;
  font-family: "hs_l";
  font-weight: 300;
  margin-top: 7px;
}
@media (max-width: 1680px) {
  .qdc_title_base p {
    font-size: 19.25px;
  }
}
@media (max-width: 1440px) {
  .qdc_title_base p {
    font-size: 16.5px;
  }
}
@media (max-width: 1280px) {
  .qdc_title_base p {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  .qdc_title_base p {
    font-size: 11.73333333px;
  }
}
@media (max-width: 1680px) {
  .qdc_title_base p {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .qdc_title_base p {
    font-size: 16px;
  }
}
.qdc_title_base .p2 {
  font-size: 24px;
  font-family: "hs_r";
  font-weight: 400;
  margin-top: 14px;
}
@media (max-width: 1680px) {
  .qdc_title_base .p2 {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .qdc_title_base .p2 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .qdc_title_base .p2 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .qdc_title_base .p2 {
    font-size: 12.8px;
  }
}
@media (max-width: 1680px) {
  .qdc_title_base .p2 {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .qdc_title_base .p2 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .qdc_title_base .p2 {
    font-size: 16px;
  }
}
@media (max-width:768px) {
  .qdc_title_base p {
    font-size: 14px;
    margin-top: 5px;
    text-align: center;
  }
  .qdc_title_base h3 {
    font-size: 24px;
  }
  .qdc_title_base .p2 {
    margin-top: 5px;
    font-size: 14px;
  }
}
.hh_btn8 {
  padding-left: 1.51vw;
  padding-right: 1.094vw;
  height: 2.344vw;
  min-height: 40px;
  background: #0071e3;
  border-color: #0072eb;
}
.hh_btn8 span {
  font-size: 16px;
}
@media (max-width: 1680px) {
  .hh_btn8 span {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .hh_btn8 span {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .hh_btn8 span {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .hh_btn8 span {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .hh_btn8 span {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .hh_btn8 span {
    font-size: 14px;
  }
}
.hh_btn8:hover {
  color: #0071e3;
  border-color: #0071e3;
}
.hh_btn8 i {
  margin-left: 1.042vw;
  font-size: 24px;
}
.hh_btn8.hh_btn8_two {
  background: #0071e3;
  border-color: #0067e1;
}
@media (max-width: 1290px) {
  .hh_btn8 span {
    font-size: 13px;
  }
  .hh_btn8 i {
    font-size: 22px;
  }
  .hh_btn8 {
    min-height: 35px;
  }
}
@media (max-width: 768px) {
  .hh_btn8 {
    padding-left: 15px;
    padding-right: 6px;
  }
  .hh_btn8 i {
    margin-left: 5px;
  }
}
.yn713_sypro {
  padding-top: 3.542vw;
}
.sySolution_oneSwp {
  margin-top: 2.083vw;
  position: relative;
}
.sySolution_oneSwp .swiper-slide {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sySolution_oneSwp .swiper-slide:hover .qdc_img {
  display: none;
}
.sySolution_oneSwp .swiper-slide:hover .qdc_img_a {
  display: block;
  animation: hideShow 1s;
}
.sySolution_oneSwp .swiper-slide:hover .qdc_c {
  color: #0071e3;
}
.sySolution_oneSwp .swiper-slide .qdc_img_a {
  display: none;
}
.sySolution_oneSwp .swiper-slide .qdc_box {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 22px;
}
.sySolution_oneSwp .swiper-slide .qdc_i {
  width: 2.604vw;
  height: 2.604vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sySolution_oneSwp .swiper-slide .qdc_c {
  font-size: 16px;
  color: #333;
  transition: all 0.5s;
  margin-top: 1.042vw;
  font-family: "hs_l";
  font-weight: 600;
}
@media (max-width: 1680px) {
  .sySolution_oneSwp .swiper-slide .qdc_c {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .sySolution_oneSwp .swiper-slide .qdc_c {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .sySolution_oneSwp .swiper-slide .qdc_c {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .sySolution_oneSwp .swiper-slide .qdc_c {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .sySolution_oneSwp .swiper-slide .qdc_c {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .sySolution_oneSwp .swiper-slide .qdc_c {
    font-size: 14px;
  }
}
.sySolution_oneSwp .swiper-slide-active .qdc_img {
  display: none;
}
.sySolution_oneSwp .swiper-slide-active .qdc_img_a {
  display: block;
  animation: hideShow 1s;
}
.sySolution_oneSwp .swiper-slide-active .qdc_c {
  color: #0071e3;
}
.sySolution_twoSwp {
  margin-top: 2.344vw;
  position: relative;
}
.sySolution_twoSwp .qdc_bg {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 6.51vw;
  padding-bottom: 1.563vw;
}
.sySolution_twoSwp .qdc_box {
  width: 40.4%;
}
.sySolution_twoSwp .qdc_title {
  margin-bottom: 4.063vw;
}
.sySolution_twoSwp .qdc_title h4 {
  font-size: 40px;
  color: #fff;
  font-family: "hs_r";
  font-weight: 600;
}
@media (max-width: 1680px) {
  .sySolution_twoSwp .qdc_title h4 {
    font-size: 35px;
  }
}
@media (max-width: 1440px) {
  .sySolution_twoSwp .qdc_title h4 {
    font-size: 30px;
  }
}
@media (max-width: 1280px) {
  .sySolution_twoSwp .qdc_title h4 {
    font-size: 26.66666667px;
  }
}
@media (max-width: 1024px) {
  .sySolution_twoSwp .qdc_title h4 {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1680px) {
  .sySolution_twoSwp .qdc_title h4 {
    font-size: 34px;
  }
}
@media (max-width: 1440px) {
  .sySolution_twoSwp .qdc_title h4 {
    font-size: 26px;
  }
}
@media (max-width: 1280px) {
  .sySolution_twoSwp .qdc_title h4 {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .sySolution_twoSwp .qdc_title h4 {
    font-size: 20px;
  }
}
.sySolution_twoSwp .qdc_title p {
  font-size: 18px;
  font-family: "hs_l";
  font-weight: 300;
  color: #fff;
  line-height: 1.66;
  margin-top: 15px;
}
@media (max-width: 1680px) {
  .sySolution_twoSwp .qdc_title p {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .sySolution_twoSwp .qdc_title p {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .sySolution_twoSwp .qdc_title p {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .sySolution_twoSwp .qdc_title p {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .sySolution_twoSwp .qdc_title p {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .sySolution_twoSwp .qdc_title p {
    font-size: 14px;
  }
}
.sySolution_contSwp {
  margin-top: 5.625vw;
}
.sySolution_contSwp .simg {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 48.48%;
  background: #fff;
  overflow: hidden;
}
.sySolution_contSwp .simg > .img,
.sySolution_contSwp .simg img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.sySolution_contSwp .simg img {
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.8s;
}
.sySolution_contSwp .swiper-slide:hover .simg img {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  -ms-transform: translate(-50%, -50%) scale(1.05);
  -o-transform: translate(-50%, -50%) scale(1.05);
  transform: translate(-50%, -50%) scale(1.05);
}
.sySolution_contSwp .swiper-slide:hover h5 {
  color: #0071e3;
}
.sySolution_contSwp h5 {
  font-size: 16px;
  font-family: "hs_l";
  font-weight: 300;
  color: #fff;
  text-align: center;
  margin-top: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .sySolution_contSwp h5 {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .sySolution_contSwp h5 {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .sySolution_contSwp h5 {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .sySolution_contSwp h5 {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .sySolution_contSwp h5 {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .sySolution_contSwp h5 {
    font-size: 14px;
  }
}
.sySolution_contSwp_btnBox {
  position: absolute;
  bottom: 5.833vw;
  width: 100%;
}
.sySolution_contSwp_btn {
  display: none;
  width: 100%;
}
.sySolution_contSwp_btn .qdc_w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.sySolution_contSwp_btn:nth-of-type(1) {
  display: block;
}
.sySolution_contSwp_btn .swiper-button-prev,
.sySolution_contSwp_btn .swiper-button-next {
  position: relative;
}
.sySolution_contSwp_btn .swiper-button-prev {
  left: -60px;
}
.sySolution_contSwp_btn .swiper-button-next {
  right: -60px;
}
@media (max-width:1440px) {
  .sySolution_oneSwp .swiper-slide .qdc_i {
    width: 30px;
    height: 30px;
  }
  .sySolution_contSwp_btnBox {
    bottom: 95px;
  }
  .sySolution_contSwp_btn .swiper-button-prev {
    left: -45px;
  }
  .sySolution_contSwp_btn .swiper-button-next {
    right: -45px;
  }
  .sySolution_twoSwp .qdc_title p {
    font-size: 14px;
  }
}
@media (max-width: 1366px) {
  .sySolution_contSwp_btnBox {
    bottom: 85px;
  }
}
@media (max-width:1024px) {
  .sySolution_contSwp_btnBox {
    bottom: 75px;
  }
  .sySolution_contSwp_btn .swiper-button-prev {
    left: -25px;
  }
  .sySolution_contSwp_btn .swiper-button-next {
    right: -25px;
  }
}
@media (min-width: 769px) and (max-width: 990px) {
  .sySolution_contSwp_btn .swiper-button-prev {
    left: -20px;
    margin-top: 0;
  }
  .sySolution_contSwp_btn .swiper-button-next {
    right: -20px;
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .yn713_sypro {
    padding: 35px 0 40px;
  }
  .yn713_sypro .navBox {
    flex-direction: column;
  }
  .yn713_sypro .navBox .qdc_title,
  .sySolution_oneSwp {
    width: 100%;
  }
  .yn713_sypro .navBox .qdc_title p {
    margin-top: 5px;
  }
  .yn713_sypro .navBox .qdc_title {
    border-bottom: 0;
    padding-bottom: 18px;
  }
  .sySolution_oneSwp_btnBox {
    display: none;
    top: 220px;
  }
  .sySolution_oneSwp .swiper-slide img {
    min-height: 18px;
    height: 24px;
  }
  .sySolution_oneSwp .swiper-slide .qdc_c {
    font-size: 14px;
  }
  .sySolution_oneSwp .swiper-container::before,
  .sySolution_oneSwp .swiper-slide.swiper-slide .qdc_c::before {
    height: 2px;
  }
  .sySolution_oneSwp .swiper-slide.swiper-slide .qdc_c::before {
    bottom: -17px;
  }
  .sySolution_oneSwp .swiper-slide {
    padding-bottom: 17px;
  }
  .sySolution_oneSwp .swiper-slide::after {
    bottom: 0;
  }
  .sySolution_oneSwp .swiper-slide .qdc_c {
    margin-top: 6px;
  }
  .sySolution_twoSwp .qdc_box {
    flex-direction: column;
    margin-bottom: 27px;
    width: 100%;
  }
  .sySolution_twoSwp .qdc_title,
  .sySolution_twoSwp .qdc_cont {
    width: 100%;
  }
  .sySolution_twoSwp {
    margin-top: 4px;
  }
  .sySolution_twoSwp .qdc_cont {
    margin-top: 12px;
  }
  .sySolution_twoSwp .qdc_cont > div:nth-of-type(1) {
    height: 85px;
    overflow-y: auto;
    /*定义滚动条的轨道颜色、内阴影及圆角*/
    /*定义滑块颜色、内阴影及圆角*/
    font-size: 13px;
  }
  .sySolution_twoSwp .qdc_cont > div:nth-of-type(1)::-webkit-scrollbar {
    width: 2px;
    /*对垂直流动条有效*/
  }
  .sySolution_twoSwp .qdc_cont > div:nth-of-type(1)::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #999;
    background-color: #999;
    border-radius: 3px;
  }
  .sySolution_twoSwp .qdc_cont > div:nth-of-type(1)::-webkit-scrollbar-thumb {
    border-radius: 7px;
    -webkit-box-shadow: inset 0 0 6px #0071e3;
    background-color: #0071e3;
  }
  .sySolution_twoSwp .qdc_cont > div:nth-of-type(2) {
    margin-top: 22px;
  }
  .sySolution_twoSwp .sySolution_contSwp .swiper-slide {
    border: 0;
  }
  .sySolution_twoSwp .sySolution_contSwp .scont {
    padding-right: 15px;
  }
  .sySolution_contSwp_btnBox {
    bottom: 30.7%;
  }
  .sySolution_contSwp_btnBox .swiper-button-next.swpBtnBase2 {
    right: 5px;
  }
  .sySolution_contSwp_btnBox .swiper-button-next.swpBtnBase2::after {
    color: #fff;
    font-size: 12px;
  }
  .sySolution_contSwp_btnBox .swiper-button-prev.swpBtnBase2 {
    left: 5px;
  }
  .sySolution_contSwp_btnBox .swiper-button-prev.swpBtnBase2::after {
    color: #fff;
    font-size: 12px;
  }
  .yn713_sypro {
    padding-bottom: 0;
  }
  .yn713_sypro::before {
    height: 145px;
  }
  .sySolution_oneSwp .swiper-slide .qdc_box {
    padding: 0;
  }
  .sySolution_oneSwp {
    margin-top: 0;
  }
  .sySolution_twoSwp .qdc_bg {
    padding-top: 20px;
    padding-bottom: 35px;
  }
  .sySolution_twoSwp .qdc_title p {
    margin-top: 10px;
  }
  .sySolution_twoSwp .qdc_title {
    margin-bottom: 18px;
  }
  .sySolution_contSwp {
    margin-top: 0;
  }
  .sySolution_contSwp_btn .swiper-button-prev {
    left: 0;
  }
  .sySolution_contSwp_btn .swiper-button-next {
    right: 0;
  }
  .sySolution_contSwp h5 {
    font-size: 16px;
    margin-top: 18px;
  }
  .sySolution_contSwp .simg {
    padding-bottom: 55%;
  }
}
.qdc_lzs {
  width: 100%;
  padding-bottom: 15px;
  position: relative;
}
.qdc_lzs::before,
.qdc_lzs::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  background: #e5e6e7;
  bottom: 0;
}
.qdc_lzs::after {
  bottom: unset;
  top: 0;
  height: 7px;
}
@media (max-width: 768px) {
  .qdc_lzs {
    padding-bottom: 10px;
  }
  .qdc_lzs::after {
    height: 4px;
  }
}
.yn713_syyf {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 4.167vw 0 3.646vw;
}
.yn713_syyf .qdc_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.yn713_syyf .qdc_title .qdc_l {
  display: inline-flex;
  flex-direction: column;
}
.yn713_syyf .qdc_title h3 {
  font-size: 48px;
  color: #333;
  font-family: "hs_r";
  font-weight: 600;
  margin-bottom: 1.198vw;
}
@media (max-width: 1680px) {
  .yn713_syyf .qdc_title h3 {
    font-size: 42px;
  }
}
@media (max-width: 1440px) {
  .yn713_syyf .qdc_title h3 {
    font-size: 36px;
  }
}
@media (max-width: 1280px) {
  .yn713_syyf .qdc_title h3 {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .yn713_syyf .qdc_title h3 {
    font-size: 25.6px;
  }
}
@media (max-width: 1680px) {
  .yn713_syyf .qdc_title h3 {
    font-size: 42px;
  }
}
@media (max-width: 1440px) {
  .yn713_syyf .qdc_title h3 {
    font-size: 32px;
  }
}
@media (max-width: 1280px) {
  .yn713_syyf .qdc_title h3 {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .yn713_syyf .qdc_title h3 {
    font-size: 24px;
  }
}
.yn713_syyf .qdc_title .qdc_r {
  width: 66%;
}
.yn713_syyf .qdc_title .qdc_r .qdc_div {
  font-size: 20px;
  color: #333;
  font-family: "hs_l";
  font-weight: 300;
  line-height: 1.7;
}
@media (max-width: 1680px) {
  .yn713_syyf .qdc_title .qdc_r .qdc_div {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .yn713_syyf .qdc_title .qdc_r .qdc_div {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .yn713_syyf .qdc_title .qdc_r .qdc_div {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .yn713_syyf .qdc_title .qdc_r .qdc_div {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .yn713_syyf .qdc_title .qdc_r .qdc_div {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .yn713_syyf .qdc_title .qdc_r .qdc_div {
    font-size: 16px;
  }
}
.yn713_syyf .qdc_title .qdc_r .qdc_div p:nth-of-type(1) {
  margin-bottom: 7px;
}
.yn713_syyf .qdc_title .qdc_r .qdc_div span {
  font-size: 22px;
  font-family: "hs_l";
  font-weight: 600;
  color: #0071e3;
  line-height: 1.54;
}
@media (max-width: 1680px) {
  .yn713_syyf .qdc_title .qdc_r .qdc_div span {
    font-size: 19.25px;
  }
}
@media (max-width: 1440px) {
  .yn713_syyf .qdc_title .qdc_r .qdc_div span {
    font-size: 16.5px;
  }
}
@media (max-width: 1280px) {
  .yn713_syyf .qdc_title .qdc_r .qdc_div span {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  .yn713_syyf .qdc_title .qdc_r .qdc_div span {
    font-size: 11.73333333px;
  }
}
@media (max-width: 1680px) {
  .yn713_syyf .qdc_title .qdc_r .qdc_div span {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .yn713_syyf .qdc_title .qdc_r .qdc_div span {
    font-size: 16px;
  }
}
.yn713_syyf .qdc_title .qdc_r .btn_s {
  margin-top: 1.927vw;
}
.yn713_syyf ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 3.75vw;
}
.yn713_syyf ul li {
  width: 31.95%;
  margin-right: 2.07%;
  margin-bottom: 1.667vw;
}
.yn713_syyf ul li:nth-of-type(3n+3) {
  margin-right: 0;
}
.yn713_syyf ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
.yn713_syyf ul li a:hover .hh_div1 img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.yn713_syyf ul li a:hover .hh_div1::before {
  opacity: 1;
}
.yn713_syyf ul li a:hover .hh_div2 {
  transform: translateY(-35px);
}
.yn713_syyf ul li a:hover .hh_div2 .hh_c1 p {
  opacity: 1;
}
.yn713_syyf ul li a .hh_div1 {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.23%;
  overflow: hidden;
  transition: all 0.5s;
  border-radius: 7px;
}
.yn713_syyf ul li a .hh_div1 > .img,
.yn713_syyf ul li a .hh_div1 img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.yn713_syyf ul li a .hh_div1 img {
  transition: all 0.4s;
  object-fit: cover;
}
.yn713_syyf ul li a .hh_div1::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: url('../images/yn713_img12.png');
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s;
}
.yn713_syyf ul li a .hh_div2 {
  position: absolute;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  padding-left: 1.406vw;
  padding-right: 1.406vw;
  z-index: 2;
  transition: all 0.5s;
}
.yn713_syyf ul li a .hh_div2 .hh_c1 h3 {
  font-size: 26px;
  line-height: 1.5;
  color: #fff;
  position: relative;
  margin-bottom: 13px;
  padding-bottom: 13px;
  font-family: 'hs_m';
}
@media (max-width: 1680px) {
  .yn713_syyf ul li a .hh_div2 .hh_c1 h3 {
    font-size: 22.75px;
  }
}
@media (max-width: 1440px) {
  .yn713_syyf ul li a .hh_div2 .hh_c1 h3 {
    font-size: 19.5px;
  }
}
@media (max-width: 1280px) {
  .yn713_syyf ul li a .hh_div2 .hh_c1 h3 {
    font-size: 17.33333333px;
  }
}
@media (max-width: 1024px) {
  .yn713_syyf ul li a .hh_div2 .hh_c1 h3 {
    font-size: 13.86666667px;
  }
}
@media (max-width: 1680px) {
  .yn713_syyf ul li a .hh_div2 .hh_c1 h3 {
    font-size: 22px;
  }
}
@media (max-width: 1440px) {
  .yn713_syyf ul li a .hh_div2 .hh_c1 h3 {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .yn713_syyf ul li a .hh_div2 .hh_c1 h3 {
    font-size: 16px;
  }
}
.yn713_syyf ul li a .hh_div2 .hh_c1 h3::before {
  content: '';
  position: absolute;
  height: 2px;
  width: 1.667vw;
  min-width: 22px;
  background: #fff;
  bottom: 0;
}
.yn713_syyf ul li a .hh_div2 .hh_c1 p {
  font-size: 16px;
  font-family: "hs_l";
  font-weight: 300;
  line-height: 1.5;
  color: #fff;
  opacity: 0;
  transition: all 0.5s;
  margin-bottom: 1.042vw;
  max-height: 0;
}
@media (max-width: 1680px) {
  .yn713_syyf ul li a .hh_div2 .hh_c1 p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .yn713_syyf ul li a .hh_div2 .hh_c1 p {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .yn713_syyf ul li a .hh_div2 .hh_c1 p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .yn713_syyf ul li a .hh_div2 .hh_c1 p {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .yn713_syyf ul li a .hh_div2 .hh_c1 p {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .yn713_syyf ul li a .hh_div2 .hh_c1 p {
    font-size: 14px;
  }
}
.yn713_syyf ul li a .hh_div2 .hh_c1 p span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .yn713_syyf ul li a:hover .hh_div2 {
    transform: translateY(-25px);
  }
}
@media (max-width: 768px) {
  .yn713_syyf .qdc_title {
    flex-direction: column;
  }
  .yn713_syyf .qdc_title h3 {
    text-align: left;
    margin-bottom: 5px;
  }
  .yn713_syyf .qdc_lzs {
    width: 95px;
  }
  .yn713_syyf .qdc_title .qdc_r {
    width: 100%;
  }
  .yn713_syyf .qdc_title .qdc_r .qdc_div,
  .yn713_syyf .qdc_title .qdc_r .qdc_div span {
    font-size: 14px;
    line-height: 1.57;
  }
  .yn713_syyf {
    padding: 35px 0 20px;
  }
  .yn713_syyf .qdc_title .qdc_r {
    margin-top: 12px;
  }
  .yn713_syyf .qdc_title .qdc_r .btn_s {
    margin-top: 16px;
  }
  .yn713_syyf ul {
    margin-top: 22px;
  }
  .yn713_syyf ul li {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 20px;
  }
  .yn713_syyf ul li a .hh_div2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .yn713_syyf ul li a .hh_div2 .hh_c1 p {
    opacity: 1;
    max-height: unset;
  }
  .yn713_syyf ul li a:hover .hh_div2 {
    transform: translateY(0px);
  }
  .yn713_syyf ul li a .hh_div2 .hh_c1 p span {
    -webkit-line-clamp: unset;
  }
  .yn713_syyf ul li a .hh_div1::before {
    opacity: 1;
  }
  .yn713_syyf ul li a .hh_div2 .hh_c1 h3::before {
    min-width: 30px;
    height: 1px;
  }
  .yn713_syyf ul li a .hh_div2 .hh_c1 h3 {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .yn713_syyf ul li a .hh_div2 {
    padding-bottom: 12px;
  }
}
.yn713_synews {
  padding: 4.167vw 0 5.208vw;
}
.yn713_synews .qdc_w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.yn713_synews .yn713_synt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.yn713_synews .yn713_synt .qdc_div1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.yn713_synews .yn713_synt h3 {
  font-size: 32px;
  color: #333;
  font-family: "hs_r";
  font-weight: 600;
}
@media (max-width: 1680px) {
  .yn713_synews .yn713_synt h3 {
    font-size: 28px;
  }
}
@media (max-width: 1440px) {
  .yn713_synews .yn713_synt h3 {
    font-size: 24px;
  }
}
@media (max-width: 1280px) {
  .yn713_synews .yn713_synt h3 {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1024px) {
  .yn713_synews .yn713_synt h3 {
    font-size: 17.06666667px;
  }
}
.yn713_synews .yn713_synt p,
.yn713_synews .yn713_synt .qdc_syb {
  font-size: 30px;
  color: rgba(153, 153, 153, 0.3);
  font-family: "hs_l";
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 1680px) {
  .yn713_synews .yn713_synt p,
  .yn713_synews .yn713_synt .qdc_syb {
    font-size: 26.25px;
  }
}
@media (max-width: 1440px) {
  .yn713_synews .yn713_synt p,
  .yn713_synews .yn713_synt .qdc_syb {
    font-size: 22.5px;
  }
}
@media (max-width: 1280px) {
  .yn713_synews .yn713_synt p,
  .yn713_synews .yn713_synt .qdc_syb {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .yn713_synews .yn713_synt p,
  .yn713_synews .yn713_synt .qdc_syb {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .yn713_synews .yn713_synt p,
  .yn713_synews .yn713_synt .qdc_syb {
    font-size: 24px;
  }
}
@media (max-width: 1440px) {
  .yn713_synews .yn713_synt p,
  .yn713_synews .yn713_synt .qdc_syb {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .yn713_synews .yn713_synt p,
  .yn713_synews .yn713_synt .qdc_syb {
    font-size: 18px;
  }
}
.yn713_synews .yn713_synt .qdc_syb {
  margin: 0 12px;
}
.yn713_synews .yn713_synt i {
  font-size: 1.875vw;
  color: rgba(153, 153, 153, 0.3);
  transition: all 0.5s;
}
.yn713_synews .yn713_synt i:hover {
  color: #0071e3;
}
.yn713_synews .sync_ul li {
  width: 100%;
}
.yn713_synews .sync_ul li a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eaeaea;
  height: 3.125vw;
  min-height: 45px;
  align-items: center;
}
.yn713_synews .sync_ul li a:hover .qdc_div1 i,
.yn713_synews .sync_ul li a:hover .qdc_div1 p {
  color: #0071e3;
}
.yn713_synews .sync_ul li .qdc_div1 {
  width: 83.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.yn713_synews .sync_ul li .qdc_div1 i {
  transform: translateX(-6px);
  font-size: 22px;
  transition: all 0.5s;
}
.yn713_synews .sync_ul li .qdc_div1 p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  transition: all 0.5s;
  font-size: 18px;
  font-family: "hs_l";
  font-weight: 300;
}
@media (max-width: 1680px) {
  .yn713_synews .sync_ul li .qdc_div1 p {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .yn713_synews .sync_ul li .qdc_div1 p {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .yn713_synews .sync_ul li .qdc_div1 p {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .yn713_synews .sync_ul li .qdc_div1 p {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .yn713_synews .sync_ul li .qdc_div1 p {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .yn713_synews .sync_ul li .qdc_div1 p {
    font-size: 14px;
  }
}
.yn713_synews .sync_ul li .qdc_div2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: 16px;
  color: #999;
  font-family: "hs_l";
  font-weight: 300;
}
@media (max-width: 1680px) {
  .yn713_synews .sync_ul li .qdc_div2 {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .yn713_synews .sync_ul li .qdc_div2 {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .yn713_synews .sync_ul li .qdc_div2 {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .yn713_synews .sync_ul li .qdc_div2 {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .yn713_synews .sync_ul li .qdc_div2 {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .yn713_synews .sync_ul li .qdc_div2 {
    font-size: 14px;
  }
}
.yn713_synews .sync_ul.sync_ul3 {
  margin-top: 23px;
}
.yn713_synews .sync_ul.sync_ul3 li .qdc_div1 {
  width: 100%;
  justify-content: space-between;
}
.yn713_synews .sync_ul2 li {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 1.823vw;
  margin-bottom: 1.823vw;
}
.yn713_synews .sync_ul2 li:nth-of-type(2) {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.yn713_synews .sync_ul2 li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.yn713_synews .sync_ul2 li a:hover .qdc_div2 h4 {
  color: #0071e3;
}
.yn713_synews .sync_ul2 li a:hover .qdc_div1 img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.yn713_synews .sync_ul2 li a .qdc_div1 {
  position: relative;
  width: 41.66%;
  height: 0;
  padding-bottom: 23.32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
.yn713_synews .sync_ul2 li a .qdc_div1 > .img,
.yn713_synews .sync_ul2 li a .qdc_div1 img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.yn713_synews .sync_ul2 li a .qdc_div1 img {
  object-fit: cover;
  transition: all 0.8s;
}
.yn713_synews .sync_ul2 li a .qdc_div2 {
  width: 54.16%;
}
.yn713_synews .sync_ul2 li a .qdc_div2 h4 {
  font-size: 22px;
  font-family: "hs_r";
  font-weight: 600;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-bottom: 13px;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .yn713_synews .sync_ul2 li a .qdc_div2 h4 {
    font-size: 19.25px;
  }
}
@media (max-width: 1440px) {
  .yn713_synews .sync_ul2 li a .qdc_div2 h4 {
    font-size: 16.5px;
  }
}
@media (max-width: 1280px) {
  .yn713_synews .sync_ul2 li a .qdc_div2 h4 {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  .yn713_synews .sync_ul2 li a .qdc_div2 h4 {
    font-size: 11.73333333px;
  }
}
@media (max-width: 1680px) {
  .yn713_synews .sync_ul2 li a .qdc_div2 h4 {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .yn713_synews .sync_ul2 li a .qdc_div2 h4 {
    font-size: 16px;
  }
}
.yn713_synews .sync_ul2 li a .qdc_div2 p {
  color: #555;
  font-size: 18px;
  font-family: "hs_l";
  font-weight: 300;
  line-height: 1.66;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 1680px) {
  .yn713_synews .sync_ul2 li a .qdc_div2 p {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .yn713_synews .sync_ul2 li a .qdc_div2 p {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .yn713_synews .sync_ul2 li a .qdc_div2 p {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .yn713_synews .sync_ul2 li a .qdc_div2 p {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .yn713_synews .sync_ul2 li a .qdc_div2 p {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .yn713_synews .sync_ul2 li a .qdc_div2 p {
    font-size: 14px;
  }
}
.yn713_synews .qdc_l {
  width: 48.71%;
}
.yn713_synews .qdc_l .yn713_sync {
  margin-top: 1.302vw;
}
.yn713_synews .qdc_l .yn713_sync:hover .qdc_box h4 {
  color: #0071e3;
}
.yn713_synews .qdc_l .yn713_sync:hover .yn713_sync_swp img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.yn713_synews .qdc_l .yn713_sync .qdc_box {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 1.563vw;
}
.yn713_synews .qdc_l .yn713_sync .qdc_box h4 {
  font-size: 24px;
  font-family: "hs_l";
  font-weight: 600;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 10px;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .yn713_synews .qdc_l .yn713_sync .qdc_box h4 {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .yn713_synews .qdc_l .yn713_sync .qdc_box h4 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .yn713_synews .qdc_l .yn713_sync .qdc_box h4 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .yn713_synews .qdc_l .yn713_sync .qdc_box h4 {
    font-size: 12.8px;
  }
}
@media (max-width: 1680px) {
  .yn713_synews .qdc_l .yn713_sync .qdc_box h4 {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .yn713_synews .qdc_l .yn713_sync .qdc_box h4 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .yn713_synews .qdc_l .yn713_sync .qdc_box h4 {
    font-size: 16px;
  }
}
.yn713_synews .qdc_l .yn713_sync .qdc_box p {
  color: #666;
  font-size: 16px;
  font-family: "hs_l";
  font-weight: 300;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 1680px) {
  .yn713_synews .qdc_l .yn713_sync .qdc_box p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .yn713_synews .qdc_l .yn713_sync .qdc_box p {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .yn713_synews .qdc_l .yn713_sync .qdc_box p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .yn713_synews .qdc_l .yn713_sync .qdc_box p {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .yn713_synews .qdc_l .yn713_sync .qdc_box p {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .yn713_synews .qdc_l .yn713_sync .qdc_box p {
    font-size: 14px;
  }
}
.yn713_synews .qdc_l .yn713_sync_swp .swiper-slide {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.17%;
  overflow: hidden;
}
.yn713_synews .qdc_l .yn713_sync_swp .swiper-slide > .img,
.yn713_synews .qdc_l .yn713_sync_swp .swiper-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.yn713_synews .qdc_l .yn713_sync_swp .swiper-slide img {
  object-fit: cover;
  transition: all 0.8s;
}
.yn713_synews .qdc_l .yn713_sync_swp .swiper-pagination {
  width: auto;
  right: 20px;
  bottom: 18px;
  left: unset;
}
.yn713_synews .qdc_r {
  width: 48.71%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.yn713_synews .qdc_r .qdc_box {
  margin-top: 1.302vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width:1680px) {
  .yn713_synews .sync_ul2 li a .qdc_div1 {
    padding-bottom: 23.7%;
  }
  .yn713_synews .sync_ul.sync_ul3 {
    margin-top: 27px;
  }
}
@media (max-width:1440px) {
  .yn713_synews .sync_ul li .qdc_div1 {
    width: 80%;
  }
  .yn713_synews .sync_ul2 li a .qdc_div1 {
    padding-bottom: 24%;
  }
  .yn713_synews .sync_ul.sync_ul3 {
    margin-top: 33px;
  }
}
@media (max-width: 1366px) {
  .yn713_synews .sync_ul2 li a .qdc_div1 {
    padding-bottom: 23.85%;
  }
}
@media (max-width: 1290px) {
  .yn713_synews .sync_ul2 li a .qdc_div1 {
    padding-bottom: 24%;
  }
  .yn713_synews .sync_ul.sync_ul3 {
    margin-top: 29px;
  }
}
@media (max-width: 1280px) {
  .yn713_synews .sync_ul2 li a .qdc_div1 {
    padding-bottom: 23.74%;
  }
}
@media (max-width: 1259px) {
  .yn713_synews .sync_ul2 li a .qdc_div1 {
    padding-bottom: 23.85%;
  }
  .yn713_synews .sync_ul.sync_ul3 {
    margin-top: 28px;
  }
}
@media (max-width: 1024px) {
  .yn713_synews .sync_ul2 li a .qdc_div1 {
    padding-bottom: 23.25%;
  }
  .yn713_synews .sync_ul.sync_ul3 {
    margin-top: 25px;
  }
  .yn713_synews .sync_ul li .qdc_div1 {
    width: 80%;
  }
  .yn713_synews .sync_ul2 li {
    padding-bottom: 2.1vw;
    margin-bottom: 2.1vw;
  }
  .yn713_synews .sync_ul li .qdc_div1 p {
    font-size: 15px;
  }
  .yn713_synews .sync_ul2 li a .qdc_div2 p,
  .yn713_synews .qdc_l .yn713_sync .qdc_box p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .yn713_synews .sync_ul2 li a .qdc_div1 {
    padding-bottom: 23.5%;
  }
  .yn713_synews .sync_ul.sync_ul3 {
    margin-top: 23px;
  }
}
@media (max-width: 768px) {
  .yn713_synews {
    padding: 35px 0 40px;
  }
  .yn713_synews .qdc_w {
    flex-direction: column;
  }
  .yn713_synews .qdc_l,
  .yn713_synews .qdc_r {
    width: 100%;
  }
  .yn713_synews .yn713_synt h3 {
    font-size: 24px;
  }
  .yn713_synews .yn713_synt .qdc_syb {
    margin: 0 6px;
  }
  .yn713_synews .yn713_synt .qdc_div1 {
    align-items: center;
  }
  .yn713_synews .yn713_synt i {
    font-size: 24px;
    color: rgba(153, 153, 153, 0.6);
  }
  .yn713_synews .qdc_l .yn713_sync,
  .yn713_synews .sync_ul2 li {
    margin-top: 15px;
    background: #f7f7f7;
  }
  .yn713_synews .qdc_l .yn713_sync_swp .swiper-pagination {
    right: 12px;
    bottom: 8px;
  }
  .yn713_synews .qdc_l .yn713_sync .qdc_box h4 {
    margin-top: 18px;
    margin-bottom: 6px;
    font-size: 16px;
  }
  .yn713_synews .qdc_l .yn713_sync .qdc_box {
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .yn713_synews .sync_ul li a {
    background: #f7f7f7;
    padding-left: 12px;
    padding-right: 15px;
  }
  .yn713_synews .sync_ul li .qdc_div1 i {
    font-size: 16px;
    transform: translateX(0);
    margin-right: 5px;
  }
  .yn713_synews .qdc_l .yn713_sync .qdc_box,
  .yn713_synews .sync_ul li a {
    border-color: #eee;
  }
  .yn713_synews .sync_ul li:last-child a {
    border-bottom: 0;
  }
  .yn713_synews .sync_ul li .qdc_div2 {
    font-size: 13px;
  }
  .yn713_synews .sync_ul li .qdc_div1 {
    width: 70%;
  }
  .yn713_synews .qdc_r {
    margin-top: 20px;
  }
  .yn713_synews .sync_ul2 li a {
    flex-direction: column;
  }
  .yn713_synews .sync_ul2 li a .qdc_div1 {
    width: 100%;
    padding-bottom: 57.6%;
  }
  .yn713_synews .sync_ul2 li {
    border-bottom: 0;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .yn713_synews .sync_ul2 li a .qdc_div2 {
    width: 100%;
    padding: 18px 15px 15px;
  }
  .yn713_synews .sync_ul2 li a .qdc_div2 h4 {
    margin-bottom: 6px;
  }
  .yn713_synews .sync_ul.sync_ul3 {
    margin-top: 20px;
  }
  .yn713_synews .sync_ul.sync_ul3 li .qdc_div1 i {
    margin-left: 5px;
    margin-right: 0;
  }
  .yn713_synews .sync_ul.sync_ul3 li .qdc_div1 p {
    width: 90%;
  }
  .yn713_synews .sync_ul2 li:nth-of-type(2),
  .yn713_synews .qdc_r .qdc_box {
    margin-top: 0;
  }
}
.yn713_hzhb {
  padding: 3.646vw 0 4vw;
  background-size: cover;
}
.yn713_hzhb .qdc_title {
  margin-bottom: 3.281vw;
}
.yn713_hzhb .swiper-container {
  padding: 20px 13px;
  margin: -20px -13px;
}
.yn713_hzhb .swiper-slide {
  background: #fff;
  transition: all 0.4s;
  cursor: pointer;
}
.yn713_hzhb .swiper-slide:hover {
  transform: translateY(-10px);
  box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
}
.yn713_hzhb .swiper-slide div {
  height: 0;
  padding-bottom: 50%;
  width: 100%;
  position: relative;
}
.yn713_hzhb .swiper-slide img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  width: auto;
  height: auto;
  max-width: 70%;
  max-height: 70%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.yn713_hzhb .swiper-wrapper {
  margin-bottom: 0.885vw;
}
.yn713_hzhb .swiper-pagination {
  bottom: 0;
}
.yn713_hzhb .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 20px;
  border-radius: 0;
  height: 4px;
  background: #d9dadb;
  transition: all 0.5s;
  opacity: 1;
}
.yn713_hzhb .swiper-pagination-bullets .swiper-pagination-bullet-active {
  width: 30px;
  background: #0071e3;
}
@media (max-width:768px) {
  .yn713_hzhb .swiper-slide img {
    max-height: 60%;
    max-width: 60%;
  }
  .yn713_hzhb .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 20px;
  }
  .yn713_hzhb .swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 30px;
  }
  .yn713_hzhb {
    padding: 35px 0 53px;
  }
  .yn713_hzhb .swiper-wrapper,
  .yn713_hzhb .qdc_title {
    margin-bottom: 20px;
  }
}
.yn713_ft {
  background-image: linear-gradient(to bottom, #1b252e, #1b252e, #19232c);
  position: relative;
}
.yn713_ft .ftlg {
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 0px;
  width: 28.646vw;
}
.yn713_ft .ft_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  padding: 4.427vw 0 4.167vw;
  position: relative;
  z-index: 2;
}
.yn713_ft .ft_cont .qdc_left {
  width: 68.1%;
}
.yn713_ft .ft_cont .qdc_left .linksUl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.yn713_ft .ft_cont .qdc_left .linksUl li {
  max-width: 12.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.yn713_ft .ft_cont .qdc_left .linksUl li p {
  font-size: 18px;
  color: #fff;
}
@media (max-width: 1680px) {
  .yn713_ft .ft_cont .qdc_left .linksUl li p {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .yn713_ft .ft_cont .qdc_left .linksUl li p {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .yn713_ft .ft_cont .qdc_left .linksUl li p {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .yn713_ft .ft_cont .qdc_left .linksUl li p {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .yn713_ft .ft_cont .qdc_left .linksUl li p {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .yn713_ft .ft_cont .qdc_left .linksUl li p {
    font-size: 14px;
  }
}
.yn713_ft .ft_cont .qdc_left .linksUl li > div {
  margin-top: 2.188vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  max-height: 192px;
  padding-right: 1.302vw;
  overflow-y: auto;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
.yn713_ft .ft_cont .qdc_left .linksUl li > div::-webkit-scrollbar {
  width: 2px;
  /*对垂直流动条有效*/
}
.yn713_ft .ft_cont .qdc_left .linksUl li > div::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #999;
  background-color: #999;
  border-radius: 3px;
}
.yn713_ft .ft_cont .qdc_left .linksUl li > div::-webkit-scrollbar-thumb {
  border-radius: 7px;
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.3);
}
.yn713_ft .ft_cont .qdc_left .linksUl li > div::-webkit-scrollbar {
  width: 1px;
}
.yn713_ft .ft_cont .qdc_left .linksUl li > div::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.1);
}
.yn713_ft .ft_cont .qdc_left .linksUl li > div a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.3);
  font-family: "hs_l";
  font-weight: 300;
  margin-bottom: 1.042vw;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .yn713_ft .ft_cont .qdc_left .linksUl li > div a {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .yn713_ft .ft_cont .qdc_left .linksUl li > div a {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .yn713_ft .ft_cont .qdc_left .linksUl li > div a {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .yn713_ft .ft_cont .qdc_left .linksUl li > div a {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .yn713_ft .ft_cont .qdc_left .linksUl li > div a {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .yn713_ft .ft_cont .qdc_left .linksUl li > div a {
    font-size: 14px;
  }
}
.yn713_ft .ft_cont .qdc_left .linksUl li > div a:hover {
  color: #fff;
}
.yn713_ft .ft_cont .qdc_left .linksUl li > div a:last-child {
  margin-bottom: 0;
}
.yn713_ft .ft_cont .qdc_left .qdc_lcBox {
  margin-top: 4.01vw;
  position: relative;
  display: inline-flex;
}
.yn713_ft .ft_cont .qdc_left .qdc_lcBox a {
  width: 2.396vw;
  height: 2.396vw;
  min-width: 35px;
  min-height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1000px;
  background: rgba(255, 255, 255, 0.1);
  margin-right: 1.719vw;
  transition: all 0.5s;
}
.yn713_ft .ft_cont .qdc_left .qdc_lcBox a:hover {
  background: #0071e3;
}
.yn713_ft .ft_cont .qdc_left .qdc_lcBox a:hover .lx-img {
  opacity: 1;
}
.yn713_ft .ft_cont .qdc_left .qdc_lcBox .lx-img {
  cursor: pointer;
  position: relative;
  z-index: 2;
  white-space: nowrap;
  height: 1.042vw;
  min-height: 15px;
  opacity: 0.5;
  transition: all 0.5s;
}
.yn713_ft .ft_cont .qdc_left .qdc_lcBox .qdc_div .lx-cont {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  left: 80%;
  transition: all 0.5s;
  z-index: 1;
}
.yn713_ft .ft_cont .qdc_left .qdc_lcBox .qdc_div .lx-cont.active {
  left: 100%;
  opacity: 1;
}
.yn713_ft .ft_cont .qdc_left .qdc_lcBox .qdc_div .lx-code {
  width: 5.208vw;
  min-width: 90px;
}
.yn713_ft .ft_cont .qdc_left .qdc_lcBox .qdc_div .lx-text {
  padding: 8px 10px;
  border: 1px solid #fff;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  width: auto;
  font-size: 16px;
  white-space: nowrap;
}
@media (max-width: 1680px) {
  .yn713_ft .ft_cont .qdc_left .qdc_lcBox .qdc_div .lx-text {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .yn713_ft .ft_cont .qdc_left .qdc_lcBox .qdc_div .lx-text {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .yn713_ft .ft_cont .qdc_left .qdc_lcBox .qdc_div .lx-text {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .yn713_ft .ft_cont .qdc_left .qdc_lcBox .qdc_div .lx-text {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .yn713_ft .ft_cont .qdc_left .qdc_lcBox .qdc_div .lx-text {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .yn713_ft .ft_cont .qdc_left .qdc_lcBox .qdc_div .lx-text {
    font-size: 14px;
  }
}
.yn713_ft .ft_cont .qdc_right {
  width: 20.4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.yn713_ft .ft_cont .qdc_right .qdc_box {
  margin-bottom: 1.458vw;
}
.yn713_ft .ft_cont .qdc_right .qdc_div1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.yn713_ft .ft_cont .qdc_right .qdc_div1 img {
  height: 16px;
  margin-right: 9px;
}
.yn713_ft .ft_cont .qdc_right .qdc_div1 p {
  font-size: 16px;
  color: #fff;
}
@media (max-width: 1680px) {
  .yn713_ft .ft_cont .qdc_right .qdc_div1 p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .yn713_ft .ft_cont .qdc_right .qdc_div1 p {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .yn713_ft .ft_cont .qdc_right .qdc_div1 p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .yn713_ft .ft_cont .qdc_right .qdc_div1 p {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .yn713_ft .ft_cont .qdc_right .qdc_div1 p {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .yn713_ft .ft_cont .qdc_right .qdc_div1 p {
    font-size: 14px;
  }
}
.yn713_ft .ft_cont .qdc_right .qdc_div2 {
  color: rgba(255, 255, 255, 0.3);
  margin-top: 0.677vw;
  font-size: 16px;
  font-family: "hs_l";
  font-weight: 300;
  text-align: right;
  transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  line-height: 2;
}
@media (max-width: 1680px) {
  .yn713_ft .ft_cont .qdc_right .qdc_div2 {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .yn713_ft .ft_cont .qdc_right .qdc_div2 {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .yn713_ft .ft_cont .qdc_right .qdc_div2 {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .yn713_ft .ft_cont .qdc_right .qdc_div2 {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .yn713_ft .ft_cont .qdc_right .qdc_div2 {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .yn713_ft .ft_cont .qdc_right .qdc_div2 {
    font-size: 14px;
  }
}
.yn713_ft .ft_cont .qdc_right .qdc_div2 .syb {
  margin: 0 6px;
}
.yn713_ft .ft_cont .qdc_right .qdc_div2:hover {
  color: #fff;
}
.yn713_ft .ft_cont .qdc_right .qdc_div3 {
  font-size: 19px;
  font-family: "hs_l";
  font-weight: 600;
}
@media (max-width: 1680px) {
  .yn713_ft .ft_cont .qdc_right .qdc_div3 {
    font-size: 16.625px;
  }
}
@media (max-width: 1440px) {
  .yn713_ft .ft_cont .qdc_right .qdc_div3 {
    font-size: 14.25px;
  }
}
@media (max-width: 1280px) {
  .yn713_ft .ft_cont .qdc_right .qdc_div3 {
    font-size: 12.66666667px;
  }
}
@media (max-width: 1024px) {
  .yn713_ft .ft_cont .qdc_right .qdc_div3 {
    font-size: 10.13333333px;
  }
}
.yn713_ft .ft_cont .qdc_right .qdc_imgBox {
  width: 6.563vw;
  min-width: 100px;
  margin-top: 1.042vw;
}
.yn713_ft .ft_cont .qdc_right .qdc_imgBox img {
  width: 100%;
}
.yn713_ft .ft_tips {
  background: #141d24;
  color: rgba(255, 255, 255, 0.2);
  min-height: 70px;
  padding: 10px 0;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.yn713_ft .ft_tips .qdc_w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.yn713_ft .ft_tips * {
  font-size: 14px;
}
.yn713_ft .ft_tips a {
  color: rgba(255, 255, 255, 0.2);
  transition: all 0.5s;
}
.yn713_ft .ft_tips a:hover {
  color: #fff;
}
.yn713_ft .ft_tips .qdc_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.yn713_ft .ft_tips .qdc_left span {
  margin-right: 1.823vw;
}
.yn713_ft .ft_tips .qdc_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.yn713_ft .ft_tips .qdc_right span {
  margin: 0 1.302vw;
}
.yn713_ft .ft_tips .qdc_right p {
  margin-left: 3.281vw;
}
.yn713_ft .ft_tips .qdc_right a,
.yn713_ft .ft_tips .qdc_right p {
  word-wrap: break-word;
  word-break: keep-all;
}
@media (max-width: 1440px) {
  .yn713_ft .ft_cont .qdc_right {
    width: 25%;
  }
}
@media (max-width: 1259px) {
  .yn713_ft .ft_cont .qdc_right {
    width: 30%;
  }
}
.header-app {
  background: #fff;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 1000;
  -webkit-transition: background 0.44s 0.2s cubic-bezier(0.52, 0.16, 0.24, 1), height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
  -o-transition: background 0.44s 0.2s cubic-bezier(0.52, 0.16, 0.24, 1), height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
  transition: background 0.44s 0.2s cubic-bezier(0.52, 0.16, 0.24, 1), height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .header-app {
    display: block;
  }
  .hh-header-pc {
    display: none;
  }
}
.header-app.open-menu {
  height: 100%;
  background: #fff;
  -webkit-transition: background 0.36s cubic-bezier(0.32, 0.08, 0.24, 1), height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
  -o-transition: background 0.36s cubic-bezier(0.32, 0.08, 0.24, 1), height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
  transition: background 0.36s cubic-bezier(0.32, 0.08, 0.24, 1), height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
}
.navbar-app {
  position: relative;
  -webkit-box-shadow: 3px 0 7px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 3px 0 7px 0 rgba(0, 0, 0, 0.1);
  height: 60px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-app .logo {
  float: left;
  height: 60px;
  vertical-align: middle;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  padding-left: 20px;
}
.header-app .logo img {
  height: 30px;
}
@media (max-width: 768px) {
  .header-app .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  .header-app .logo span {
    margin-left: 10px;
    font-size: 14px;
  }
}
.navbar-togger {
  float: right;
  background: transparent;
  border: none;
  padding: 22px 15px;
  padding-right: 20px;
  display: inline-block;
  visibility: visible;
  transition: transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96), opacity 0.28s 0.36s cubic-bezier(0.52, 0.16, 0.24, 1), -webkit-transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96);
}
.navbar-togger .icon_bar {
  width: 24px;
  height: 2px;
  background-color: #000;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar-togger .icon_bar:nth-of-type(2) {
  margin: 5px 0;
}
.open-menu .navbar-togger .icon_bar:nth-of-type(2) {
  opacity: 0;
}
.open-menu .navbar-togger .icon_bar:first-child {
  -webkit-transform: translate(0, 7px) rotate(45deg);
  -ms-transform: translate(0, 7px) rotate(45deg);
  transform: translate(0, 7px) rotate(45deg);
}
.open-menu .navbar-togger .icon_bar:last-child {
  -webkit-transform: translate(0, -7px) rotate(-45deg);
  -ms-transform: translate(0, -7px) rotate(-45deg);
  transform: translate(0, -7px) rotate(-45deg);
}
.nav-menu {
  position: absolute;
  top: 60px;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 620;
  padding: 20px 15px;
  overflow-x: hidden;
  overflow-y: auto;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 1s;
  -o-transition: visibility 0s linear 1s;
  transition: visibility 0s linear 1s;
}
.header-app.open-menu .nav-menu {
  visibility: visible;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.nav-list li {
  opacity: 0;
  pointer-events: none;
}
.nav-list li.open {
  border-bottom: none;
}
.header-app.open-menu .nav-list li {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.nav-list li:nth-child(1) {
  -webkit-transform: translateY(-0.44rem);
  -ms-transform: translateY(-0.44rem);
  transform: translateY(-0.44rem);
  transition: opacity 0.3345s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.15s, transform 0.4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.108s, -webkit-transform 0.4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.108s;
}
.header-app.open-menu .nav-list li:nth-child(1) {
  transition: opacity 0.3091s cubic-bezier(0.32, 0.08, 0.24, 1) 0.03s, transform 0.3455s cubic-bezier(0.32, 0.08, 0.24, 1) 0.02s, -webkit-transform 0.3455s cubic-bezier(0.32, 0.08, 0.24, 1) 0.02s;
}
.nav-list li:nth-child(2) {
  -webkit-transform: translateY(-0.4rem);
  -ms-transform: translateY(-0.4rem);
  transform: translateY(-0.4rem);
  transition: opacity 0.29294s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.13s, transform 0.45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.095s, -webkit-transform 0.45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.095s;
}
.header-app.open-menu .nav-list li:nth-child(2) {
  transition: opacity 0.32244s cubic-bezier(0.32, 0.08, 0.24, 1) 0.05s, transform 0.35825s cubic-bezier(0.32, 0.08, 0.24, 1) 0.04s, -webkit-transform 0.35825s cubic-bezier(0.32, 0.08, 0.24, 1) 0.04s;
}
.nav-list li:nth-child(3) {
  -webkit-transform: translateY(-0.36rem);
  -ms-transform: translateY(-0.36rem);
  transform: translateY(-0.36rem);
  transition: opacity 0.26098s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.11s, transform 0.43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.082s, -webkit-transform 0.43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.082s;
}
.header-app.open-menu .nav-list li:nth-child(3) {
  transition: opacity 0.33467s cubic-bezier(0.32, 0.08, 0.24, 1) 0.07s, transform 0.37539s cubic-bezier(0.32, 0.08, 0.24, 1) 0.06s, -webkit-transform 0.37539s cubic-bezier(0.32, 0.08, 0.24, 1) 0.06s;
}
.nav-list li:nth-child(4) {
  -webkit-transform: translateY(-0.32rem);
  -ms-transform: translateY(-0.32rem);
  transform: translateY(-0.32rem);
  transition: opacity 0.2386s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.09s, transform 0.42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.069s, -webkit-transform 0.42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.069s;
}
.header-app.open-menu .nav-list li:nth-child(4) {
  transition: opacity 0.34577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.09s, transform 0.39692s cubic-bezier(0.32, 0.08, 0.24, 1) 0.08s, -webkit-transform 0.39692s cubic-bezier(0.32, 0.08, 0.24, 1) 0.08s;
}
.nav-list li:nth-child(5) {
  -webkit-transform: translateY(-0.28rem);
  -ms-transform: translateY(-0.28rem);
  transform: translateY(-0.28rem);
  transition: opacity 0.22581s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.07s, transform 0.42259s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.056s, -webkit-transform 0.42259s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.056s;
}
.header-app.open-menu .nav-list li:nth-child(5) {
  transition: opacity 0.35577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.11s, transform 0.42286s cubic-bezier(0.32, 0.08, 0.24, 1) 0.1s, -webkit-transform 0.42286s cubic-bezier(0.32, 0.08, 0.24, 1) 0.1s;
}
.nav-list li:nth-child(6) {
  -webkit-transform: translateY(-0.24rem);
  -ms-transform: translateY(-0.24rem);
  transform: translateY(-0.24rem);
  transition: opacity 0.20343s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.05s, transform 0.41691s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.043s, -webkit-transform 0.41691s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.043s;
}
.header-app.open-menu .nav-list li:nth-child(6) {
  transition: opacity 0.36577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.13s, transform 0.41718s cubic-bezier(0.32, 0.08, 0.24, 1) 0.12s, -webkit-transform 0.41718s cubic-bezier(0.32, 0.08, 0.24, 1) 0.12s;
}
.nav-list li:nth-child(7) {
  -webkit-transform: translateY(-0.2rem);
  -ms-transform: translateY(-0.2rem);
  transform: translateY(-0.2rem);
  transition: opacity 0.18105s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.03s, transform 0.41123s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.03s, -webkit-transform 0.41123s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.03s;
}
.header-app.open-menu .nav-list li:nth-child(7) {
  transition: opacity 0.37577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.15s, transform 0.4115s cubic-bezier(0.32, 0.08, 0.24, 1) 0.14s, -webkit-transform 0.4115s cubic-bezier(0.32, 0.08, 0.24, 1) 0.14s;
}
.nav-list li:nth-child(8) {
  -webkit-transform: translateY(-0.16rem);
  -ms-transform: translateY(-0.16rem);
  transform: translateY(-0.16rem);
  transition: opacity 0.15867s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.01s, transform 0.40555s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.17s, -webkit-transform 0.40555s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.17s;
}
.header-app.open-menu .nav-list li:nth-child(8) {
  transition: opacity 0.38577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.17s, transform 0.40582s cubic-bezier(0.32, 0.08, 0.24, 1) 0.16s, -webkit-transform 0.42286s cubic-bezier(0.32, 0.08, 0.24, 1) 0.16s;
}
.cate-item {
  position: relative;
}
.cate-item a {
  font-family: "regular";
  font-size: 16px;
  line-height: 48px;
  margin-right: 60px;
  display: block;
  color: #333;
}
.nav-list li.active .cate-item a,
.nav-list li.open .cate-item .category-a {
  color: #de282e;
}
.category-cont a:last-child {
  border: none;
}
.category-cont a.active {
  color: #2fb2b9;
}
.category-tig {
  font-size: 14px;
  color: #888;
  text-align: right;
  line-height: 48px;
  width: 50px;
  height: 48px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.category-tig::before,
.category-tig::after {
  content: '';
  background: #888;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.category-tig::before {
  width: 16px;
  height: 2px;
  right: 0;
  margin-top: -1px;
}
.category-tig::after {
  width: 2px;
  height: 16px;
  margin-top: -8px;
  right: 7px;
}
.nav-list li.open .category-tig::after {
  opacity: 0;
}
.nav-list li.open .category-tig::before {
  background: #2fb2b9;
}
.category-cont {
  display: none;
}
.nav-list li.open .category-cont {
  display: block;
  border-bottom: 0.01rem solid rgba(133, 131, 131, 0.5) !important;
  border-top: 0.01rem solid rgba(133, 131, 131, 0.5) !important;
}
.category-pad {
  padding: 0 15px;
}
.category-cont a {
  font-family: "regular";
  font-size: 14px;
  line-height: 40px;
  display: block;
  color: #333;
}
.category-cont a:last-child {
  border-bottom: none !important;
}
.category-pad a.on {
  color: #e51c24;
}
.lan-box-app {
  padding: 0.2rem 0;
  text-align: center;
}
.lan-box-app a {
  font-size: 14px;
  color: #333;
  display: inline-block;
  padding: 0 10px;
  position: relative;
}
.lan-box-app a:after {
  content: '';
  width: 1px;
  height: 10px;
  background: #333;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
}
.lan-box-app a:hover,
.lan-box-app a.on {
  color: #00aeef;
}
.lan-box-app a:last-child:after {
  display: none;
}
/*app-头部*/
.app_ss {
  width: 90%;
  height: 48px;
  border-radius: 48px;
  border: 1px solid #333;
  display: block;
  position: static;
  float: none;
  margin: 0 auto;
  padding: 0 25px;
  margin-top: 5px;
}
.app_ss:hover {
  border: 2px solid #4a69ca;
}
.app_ss input {
  width: 90%;
  height: 100%;
  border: none;
  background: none;
  font-size: 14px;
  color: #333;
}
.app_ss input:-moz-placeholder {
  color: #fff;
}
.app_ss input:-ms-input-placeholder {
  color: #fff;
}
.app_ss input::-webkit-input-placeholder {
  color: #fff;
}
.app_ss button {
  float: right;
  width: 10%;
  height: 100%;
  border: none;
  background: none;
  background-repeat: no-repeat;
  background-position: center;
}
.app_ss button img {
  width: 18px;
  height: 18px;
}
.navbar-togger .icon_bar:nth-of-type(2) {
  margin: 5px 0;
}
.open-menu .navbar-togger .icon_bar:nth-of-type(2) {
  opacity: 0;
}
.nav-menu {
  position: absolute;
  /* top: 60px; */
  top: 60px;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 620;
  padding: 20px;
  overflow-x: hidden;
  overflow-y: auto;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 1s;
  -o-transition: visibility 0s linear 1s;
  transition: visibility 0s linear 1s;
  background: #fff;
}
.header-app.open-menu .nav-menu {
  visibility: visible;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.nav-list li {
  border-bottom: 1px solid #333;
  opacity: 0;
  pointer-events: none;
}
.nav-list li.open {
  border-bottom: none;
}
.header-app.open-menu .nav-list li {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.nav-list li:nth-child(1) {
  -webkit-transform: translateY(-44px);
  -ms-transform: translateY(-44px);
  transform: translateY(-44px);
  transition: opacity 0.3345s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.15s, transform 0.4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.108s, -webkit-transform 0.4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.108s;
}
.header-app.open-menu .nav-list li:nth-child(1) {
  transition: opacity 0.3091s cubic-bezier(0.32, 0.08, 0.24, 1) 0.03s, transform 0.3455s cubic-bezier(0.32, 0.08, 0.24, 1) 0.02s, -webkit-transform 0.3455s cubic-bezier(0.32, 0.08, 0.24, 1) 0.02s;
}
.nav-list li:nth-child(2) {
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
  transition: opacity 0.29294s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.13s, transform 0.45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.095s, -webkit-transform 0.45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.095s;
}
.header-app.open-menu .nav-list li:nth-child(2) {
  transition: opacity 0.32244s cubic-bezier(0.32, 0.08, 0.24, 1) 0.05s, transform 0.35825s cubic-bezier(0.32, 0.08, 0.24, 1) 0.04s, -webkit-transform 0.35825s cubic-bezier(0.32, 0.08, 0.24, 1) 0.04s;
}
.nav-list li:nth-child(3) {
  -webkit-transform: translateY(-36px);
  -ms-transform: translateY(-36px);
  transform: translateY(-36px);
  transition: opacity 0.26098s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.11s, transform 0.43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.082s, -webkit-transform 0.43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.082s;
}
.header-app.open-menu .nav-list li:nth-child(3) {
  transition: opacity 0.33467s cubic-bezier(0.32, 0.08, 0.24, 1) 0.07s, transform 0.37539s cubic-bezier(0.32, 0.08, 0.24, 1) 0.06s, -webkit-transform 0.37539s cubic-bezier(0.32, 0.08, 0.24, 1) 0.06s;
}
.nav-list li:nth-child(4) {
  -webkit-transform: translateY(-32px);
  -ms-transform: translateY(-32px);
  transform: translateY(-32px);
  transition: opacity 0.2386s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.09s, transform 0.42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.069s, -webkit-transform 0.42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.069s;
}
.header-app.open-menu .nav-list li:nth-child(4) {
  transition: opacity 0.34577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.09s, transform 0.39692s cubic-bezier(0.32, 0.08, 0.24, 1) 0.08s, -webkit-transform 0.39692s cubic-bezier(0.32, 0.08, 0.24, 1) 0.08s;
}
.nav-list li:nth-child(5) {
  -webkit-transform: translateY(-28px);
  -ms-transform: translateY(-28px);
  transform: translateY(-28px);
  transition: opacity 0.22581s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.07s, transform 0.42259s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.056s, -webkit-transform 0.42259s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.056s;
}
.header-app.open-menu .nav-list li:nth-child(5) {
  transition: opacity 0.35577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.11s, transform 0.42286s cubic-bezier(0.32, 0.08, 0.24, 1) 0.1s, -webkit-transform 0.42286s cubic-bezier(0.32, 0.08, 0.24, 1) 0.1s;
}
.nav-list li:nth-child(6) {
  -webkit-transform: translateY(-24px);
  -ms-transform: translateY(-24px);
  transform: translateY(-24px);
  transition: opacity 0.20343s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.05s, transform 0.41691s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.043s, -webkit-transform 0.41691s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.043s;
}
.header-app.open-menu .nav-list li:nth-child(6) {
  transition: opacity 0.36577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.13s, transform 0.41718s cubic-bezier(0.32, 0.08, 0.24, 1) 0.12s, -webkit-transform 0.41718s cubic-bezier(0.32, 0.08, 0.24, 1) 0.12s;
}
.nav-list li:nth-child(7) {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  transition: opacity 0.18105s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.03s, transform 0.41123s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.03s, -webkit-transform 0.41123s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.03s;
}
.header-app.open-menu .nav-list li:nth-child(7) {
  transition: opacity 0.37577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.15s, transform 0.4115s cubic-bezier(0.32, 0.08, 0.24, 1) 0.14s, -webkit-transform 0.4115s cubic-bezier(0.32, 0.08, 0.24, 1) 0.14s;
}
.nav-list li:nth-child(8) {
  -webkit-transform: translateY(-16px);
  -ms-transform: translateY(-16px);
  transform: translateY(-16px);
  transition: opacity 0.15867s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.01s, transform 0.40555s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.17s, -webkit-transform 0.40555s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.17s;
}
.header-app.open-menu .nav-list li:nth-child(8) {
  transition: opacity 0.38577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.17s, transform 0.40582s cubic-bezier(0.32, 0.08, 0.24, 1) 0.16s, -webkit-transform 0.42286s cubic-bezier(0.32, 0.08, 0.24, 1) 0.16s;
}
.cate-item {
  position: relative;
}
.cate-item a {
  font-size: 16px;
  /* margin-right: 60px; */
  display: block;
  color: #333;
  line-height: 1.8;
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.nav-list li.active .cate-item a,
.nav-list li.open .cate-item a {
  color: #0071e3;
}
.category-cont a:last-child {
  border: none;
}
.category-cont a.active {
  color: #0071e3;
}
.category-tig,
.P_tig_two,
.P_tig_three {
  font-size: 14px;
  color: #0071e3;
  text-align: right;
  line-height: 48px;
  width: 50px;
  height: 48px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
/* wap端二级+三级下拉样式--开始 */
.category-tig::before,
.category-tig::after,
.P_tig_two::before,
.P_tig_two::after,
.P_tig_three::before,
.P_tig_three::after {
  content: '';
  background: #333;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.category-tig::before,
.P_tig_two::before,
.P_tig_three::before {
  width: 16px;
  height: 2px;
  right: 0;
  margin-top: -1px;
}
.category-tig::after,
.P_tig_two::after,
.P_tig_three::after {
  width: 2px;
  height: 16px;
  margin-top: -8px;
  right: 7px;
}
.cate-item.open .P_tig_two::after,
.P_tig_two.open::after,
.P_tig_three.open::after {
  opacity: 0;
}
.cate-item.open .P_tig_two::before,
.P_tig_two.open::before,
.P_tig_three.open::before {
  background: #0071e3;
}
.category-cont-two .cate-item {
  border-top: 1px solid rgba(133, 131, 131, 0.5);
}
.category-cont-two .cate-item:nth-of-type(1) {
  border-top: 0;
}
.category-cont-two,
.category-cont-three {
  display: none;
}
.category-cont-three {
  padding: 0 15px;
}
.category-cont-three .cate-item {
  position: relative;
}
/* wap端二级+三级+四级下拉样式--结束 */
.nav-list li.open .category-tig::after {
  opacity: 0;
}
.nav-list li.open .category-tig::before {
  background: #0071e3;
}
.category-cont {
  display: none;
}
.nav-list li.open .category-cont {
  display: block;
  border-top: solid 1px #333;
  border-bottom: solid 1px #333;
}
.category-pad {
  padding: 0 15px;
}
.category-cont a {
  font-size: 14px;
  display: block;
  color: #333;
}
.category-pad a.on {
  color: #0071e3;
}
.category-two-a,
.category-three-a,
.category-four-a {
  color: #333 !important;
}
.category-two-a.on,
.category-three-a.on {
  color: #0071e3 !important;
}
.lan-box-app {
  padding: 20px 0;
  text-align: center;
}
.lan-box-app a {
  font-size: 14px;
  color: #333;
  display: inline-block;
  padding: 0 10px;
  position: relative;
}
.lan-box-app a:after {
  content: '';
  width: 1px;
  height: 10px;
  background: #0071e3;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
}
.lan-box-app a:hover,
.lan-box-app a.on {
  color: #0071e3;
}
.lan-box-app a:last-child:after {
  display: none;
}
.sbwsm {
  position: relative;
  height: 0;
  background: transparent;
  margin-top: 90px;
}
.foot.pc {
  margin-top: 90px;
}
.nyFt_ctBox {
  background: transparent;
  position: absolute;
  width: 100%;
  transition: all 0.5s;
  bottom: 0px;
  z-index: 100;
}
.nyFt_ctBox.active {
  z-index: 100;
  bottom: 0px;
  position: fixed;
  background: transparent;
  transition: all 0.5s;
}
.nyFt_ctBox.active::before {
  content: unset;
}
.nyFt_ctBox::before {
  content: '';
  width: 100%;
  height: 45px;
  background: #1a242d;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.nyFt_infoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  width: 100%;
}
.nyFt_infoBox .nyFt_info_w {
  width: 1480px;
}
@media (max-width: 1600px) {
  .nyFt_infoBox .nyFt_info_w {
    width: 100%;
    padding: 0 60px;
  }
}
@media (max-width: 1024px) {
  .nyFt_infoBox .nyFt_info_w {
    width: 100%;
    padding: 0 30px;
  }
}
@media (max-width: 990px) {
  .nyFt_infoBox .nyFt_info_w {
    width: 100%;
    padding: 0 20px;
  }
}
.nyFt_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2.08vw;
  height: 90px;
  position: relative;
  z-index: 2;
}
.nyFt_info .qdc_close {
  position: absolute;
  width: 2.083vw;
  height: 1.823vw;
  min-width: 35px;
  min-height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  top: 0;
  cursor: pointer;
}
.nyFt_info .qdc_left {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.nyFt_info .qdc_left .qdc_div {
  margin-right: 18px;
}
.nyFt_info .qdc_left .qdc_c {
  font-size: 14px;
  color: #0071e3;
  letter-spacing: 2px;
  background: #fff;
  padding: 1px 12px;
  border-radius: 1000px;
  text-align: center;
  display: inline-flex;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.nyFt_info .qdc_left .qdc_t {
  font-size: 20px;
}
@media (max-width: 1680px) {
  .nyFt_info .qdc_left .qdc_t {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .nyFt_info .qdc_left .qdc_t {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .nyFt_info .qdc_left .qdc_t {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .nyFt_info .qdc_left .qdc_t {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .nyFt_info .qdc_left .qdc_t {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .nyFt_info .qdc_left .qdc_t {
    font-size: 16px;
  }
}
.nyFt_info .qdc_left .qdc_t2 {
  font-size: 36px;
  font-family: "hs_l";
  font-weight: 600;
  line-height: 1;
  margin-bottom: 6px;
}
@media (max-width: 1680px) {
  .nyFt_info .qdc_left .qdc_t2 {
    font-size: 31.5px;
  }
}
@media (max-width: 1440px) {
  .nyFt_info .qdc_left .qdc_t2 {
    font-size: 27px;
  }
}
@media (max-width: 1280px) {
  .nyFt_info .qdc_left .qdc_t2 {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .nyFt_info .qdc_left .qdc_t2 {
    font-size: 19.2px;
  }
}
.nyFt_info .qdc_left .qdc_lzs {
  padding-bottom: 12px;
}
.nyFt_info .qdc_left .qdc_lzs::before,
.nyFt_info .qdc_left .qdc_lzs::after {
  background: #bfd7f3;
}
.nyFt_info .qdc_left .qdc_lzs::after {
  height: 6px;
}
.nyFt_info .qdc_left .qdc_div2 {
  margin-top: 2px;
}
.nyFt_info .qdc_right .hh_btn8_nyFt {
  padding-left: 1.667vw;
  padding-right: 1.146vw;
  background: #fff;
}
.nyFt_info .qdc_right .hh_btn8_nyFt::before {
  background: #0071e3;
}
.nyFt_info .qdc_right .hh_btn8_nyFt:hover span {
  color: #fff;
}
.nyFt_info .qdc_right .hh_btn8_nyFt:hover .syb {
  background: #fff;
}
.nyFt_info .qdc_right .hh_btn8_nyFt:hover .syb i {
  color: #0071e3;
}
.nyFt_info .qdc_right .hh_btn8_nyFt span {
  color: #0071e3;
}
.nyFt_info .qdc_right .hh_btn8_nyFt .syb {
  background: #0071e3;
  width: 1.146vw;
  height: 1.146vw;
  min-width: 18px;
  min-height: 18px;
  border-radius: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1.563vw;
  transition: all 0.5s;
}
.nyFt_info .qdc_right .hh_btn8_nyFt .syb i {
  color: #fff;
  margin-left: 0;
  font-size: 20px;
}
@media (max-width:1680px) {
  .nyFt_info .qdc_right .hh_btn8_nyFt .syb i {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .nyFt_info {
    padding: 31px 38px 19px;
  }
}
@media (max-width:768px) {
  .nyFt_ctBox {
    display: none;
  }
}
/* 底部 */
footer {
  background: #232323;
}
.ft-t {
  font-size: 20px;
  margin-bottom: 45px;
  color: #fff;
  position: relative;
}
.ft-t::before {
  content: '';
  width: 6px;
  height: 20px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: -54px;
  transform: translate(-50%, -50%);
}
@media (max-width: 1680px) {
  .ft-t::before {
    left: -50px;
  }
}
.ft-lef {
  background: #232323;
}
.ft-rig {
  background: #1e1e1e;
}
.ft-a a {
  color: #838383;
  font-size: 16px;
  margin-bottom: 20px;
}
.ft-a a:hover {
  color: #fff;
}
@media (max-width: 1680px) {
  .ft-a a {
    font-size: 18px;
  }
}
.ft-1 {
  width: 8.335vw;
  border-top: 10px solid #328cee;
  display: flex;
  flex-direction: column;
}
.ft-1 .ft-1-1 {
  flex: 1;
}
.ft-1 .ft-1-2 {
  padding: 56px 0;
  font-size: 16px;
  color: #838383;
  border-top: 1px solid #393939;
}
@media (max-width: 1280px) {
  .ft-1 .ft-1-2 {
    padding: 57px 0;
  }
}
@media (max-width: 1024px) {
  .ft-1 .ft-1-2 {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .ft-1 .ft-1-2 {
    padding: 60px 0;
  }
}
.ft-nav {
  /* padding-left: 8.335vw; */
  border-top: 10px solid #328cee;
}
.ft-bq {
  padding: 45px 0;
  font-size: 16px;
  color: #838383;
  border-top: 1px solid #393939;
}
.ft-li {
  border-left: 1px solid #393939;
  padding-top: 85px;
  padding-bottom: 55px;
  padding-left: 2.604vw;
}
.ft-pb2 p:nth-of-type(2) {
  width: 20.66vw;
}
.ft-p1,
.ft-pb2 p {
  font-size: 18px;
  color: #a9a9a9;
  text-align: left;
}
.ft-p2 {
  font-size: 36px;
  color: #fff;
  /* margin-right: 1.83vw; */
  margin-top: 20px;
  margin-bottom: 35px;
}
.ft-pb1 {
  border-bottom: 1px solid #393939;
}
.ft-pbox {
  padding-right: 8.335vw;
  border-top: 10px solid #6f6f6f;
}
.ft-pb2 {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  flex-direction: column;
}
.ft-pb2 .p2 {
  line-height: 30px;
}
.ft-pb2 a {
  color: #a9a9a9;
  font-size: 16px;
}
.ft-pb2 a:hover {
  color: #fff;
  font-size: 16px;
}
.banquan {
  display: none;
}
/* 底部 */
footer {
  padding-bottom: 0rem;
}
.ft-1 {
  display: none !important;
}
.ft-lef {
  display: none !important;
}
footer > div {
  width: 89.33vw;
  margin: 0 auto;
}
@media (max-width: 768px) {
  footer > div {
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
  }
}
.ft-pbox {
  border-top: 0;
  padding-right: 0;
}
.ft-pb1 {
  justify-content: center;
  align-items: flex-start;
  padding: 20px 0;
}
.ft-pb2 {
  padding: 0 0 15px 0;
  display: flex;
  flex-direction: column;
}
.ft-pb1 .ft-p1,
.ft-pb2 p {
  font-size: 14px;
}
.ft-p2 {
  margin: 0;
  font-size: 18px;
}
.ft-pbox {
  background: #232323;
}
.ft-pb2 .addr {
  display: flex;
}
.ft-pb2 p:nth-of-type(1) {
  display: flex;
  flex-direction: column;
}
.ft-pb2 p:nth-of-type(1) img {
  width: 15px;
  margin-right: 10px;
  margin-top: 4px;
}
.ft-pb2 p:nth-of-type(2) {
  width: 100%;
  text-align: left;
  line-height: 1.5;
}
.ft-pb2 .p2 {
  font-size: 0.14rem;
  margin-left: 0.06rem;
}
.banquan {
  display: block;
  flex-direction: column;
  width: 100%;
  font-size: 12px;
  margin-top: 20px;
}
.hhtips {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banquan p,
.hhtips a {
  text-align: left;
  font-size: 12px;
}
.hhtips a {
  font-size: 12px;
}
.hhtips .p1 {
  display: flex;
  flex: 2;
  align-items: flex-start;
  font-size: 12px;
}
.hhtips .p2 {
  flex: 1;
  margin-left: 0;
}
.hhtips .p2 a {
  font-size: 12px;
}
@media (max-width: 768px) {
  .hhtips {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .ft-pb2 p:nth-of-type(2) {
    text-align: center;
  }
  .hhtips .p1 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.nyFt_info_show {
  position: fixed;
  bottom: 0;
  width: 100%;
  bottom: -20px;
  transition: all 0.5s;
  z-index: 100;
  display: none;
}
.nyFt_info_show .qdc_w {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.nyFt_info_show .qdc_w img {
  width: 50px;
  cursor: pointer;
  border-radius: 1000px;
}
.sub_nav {
  position: sticky;
  height: 80px;
  top: 0;
  z-index: 9;
  background: #fff;
}
.sub_nav:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #e5e5e5;
}
.sub_nav .w1400 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #0071e3 transparent;
}
.sub_nav .w1400::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  background-color: transparent;
}
.sub_nav .w1400::-webkit-scrollbar-thumb {
  background-color: #0071e3;
  border-radius: 10px;
}
.sub_nav a {
  font-size: 18px;
  padding: 0px 20px;
  background: #fff;
  margin-right: 1.56vw;
  color: #0071e3;
  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;
  white-space: nowrap;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .sub_nav a {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .sub_nav a {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .sub_nav a {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .sub_nav a {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .sub_nav a {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .sub_nav a {
    font-size: 14px;
  }
}
.sub_nav a:hover,
.sub_nav a.on {
  background: #0071e3;
  color: #fff;
}
@media (max-width:1440px) {
  .sub_nav {
    height: 60px;
  }
  .sub_nav a {
    height: 30px;
    padding: 0 15px;
  }
}
@media (max-width:990px) {
  .sub_nav {
    top: 60px;
    height: 50px;
  }
}
.banner_info {
  position: relative;
}
.banner_info .crumbs {
  height: auto;
  position: absolute;
  width: 100%;
  top: 25px;
}
.banner_info .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.banner_info .img img {
  width: 100%;
  object-fit: cover;
  min-height: 220px;
}
.banner_info .art {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.banner_info .art h2 {
  font-size: 48px;
  color: #fff;
  font-family: "hs_r";
  font-weight: 600;
}
@media (max-width: 1680px) {
  .banner_info .art h2 {
    font-size: 42px;
  }
}
@media (max-width: 1440px) {
  .banner_info .art h2 {
    font-size: 36px;
  }
}
@media (max-width: 1280px) {
  .banner_info .art h2 {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .banner_info .art h2 {
    font-size: 25.6px;
  }
}
@media (max-width: 1680px) {
  .banner_info .art h2 {
    font-size: 42px;
  }
}
@media (max-width: 1440px) {
  .banner_info .art h2 {
    font-size: 32px;
  }
}
@media (max-width: 1280px) {
  .banner_info .art h2 {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .banner_info .art h2 {
    font-size: 24px;
  }
}
.crumbs {
  height: 0;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.crumbs .w1400 {
  padding-bottom: 15px;
}
.crumbs a,
.crumbs i {
  color: #fff;
  font-family: "hs_l";
  font-weight: 300;
  font-size: 16px;
}
@media (max-width: 1680px) {
  .crumbs a,
  .crumbs i {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .crumbs a,
  .crumbs i {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .crumbs a,
  .crumbs i {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .crumbs a,
  .crumbs i {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .crumbs a,
  .crumbs i {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .crumbs a,
  .crumbs i {
    font-size: 14px;
  }
}
.crumbs i {
  margin: 0 5px;
}
.crumbs a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.crumbs a em {
  margin-right: 5px;
}
.crumbs a:hover {
  color: #0071e3;
}
.title_h2 {
  position: relative;
  padding-bottom: 1.56vw;
  font-size: 48px;
}
@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_h2:before {
  content: '';
  width: 60px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #0071e3;
}
.title_h2 span {
  font-size: 48px;
  font-family: "gb";
  color: rgba(102, 102, 102, 0.06);
  position: absolute;
  left: 0;
  top: 1.04vw;
  white-space: nowrap;
  line-height: 1.1;
}
@media (max-width: 1680px) {
  .title_h2 span {
    font-size: 42px;
  }
}
@media (max-width: 1440px) {
  .title_h2 span {
    font-size: 36px;
  }
}
@media (max-width: 1280px) {
  .title_h2 span {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .title_h2 span {
    font-size: 25.6px;
  }
}
@media (max-width: 1680px) {
  .title_h2 span {
    font-size: 42px;
  }
}
@media (max-width: 1440px) {
  .title_h2 span {
    font-size: 32px;
  }
}
@media (max-width: 1280px) {
  .title_h2 span {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .title_h2 span {
    font-size: 24px;
  }
}
.title_h2.title_h2_2 {
  text-align: center;
}
.title_h2.title_h2_2 span {
  left: 50%;
  transform: translateX(-50%);
}
.title_h2.title_h2_2:before {
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width:768px) {
  .title_h2 {
    padding-bottom: 15px;
  }
  .title_h2 span {
    top: 10px;
  }
}
.rd1 {
  padding-top: 5.21vw;
}
.rd1 .w1400 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.rd1 .left {
  width: 50%;
}
.rd1 .right {
  width: calc(50% - 3.13vw);
}
.rd1 .right .info {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  margin-top: 2.08vw;
}
@media (max-width: 1680px) {
  .rd1 .right .info {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .rd1 .right .info {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .rd1 .right .info {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .rd1 .right .info {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .rd1 .right .info {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .rd1 .right .info {
    font-size: 14px;
  }
}
.rd1 .rd1_s {
  overflow: hidden;
  position: relative;
}
.rd1 .rd1_s .swiper-button-prev,
.rd1 .rd1_s .swiper-button-next {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
}
.rd1 .rd1_s .swiper-button-prev:after,
.rd1 .rd1_s .swiper-button-next:after {
  font-size: 20px;
  color: #000;
}
@media (max-width: 1680px) {
  .rd1 .rd1_s .swiper-button-prev:after,
  .rd1 .rd1_s .swiper-button-next:after {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .rd1 .rd1_s .swiper-button-prev:after,
  .rd1 .rd1_s .swiper-button-next:after {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .rd1 .rd1_s .swiper-button-prev:after,
  .rd1 .rd1_s .swiper-button-next:after {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .rd1 .rd1_s .swiper-button-prev:after,
  .rd1 .rd1_s .swiper-button-next:after {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .rd1 .rd1_s .swiper-button-prev:after,
  .rd1 .rd1_s .swiper-button-next:after {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .rd1 .rd1_s .swiper-button-prev:after,
  .rd1 .rd1_s .swiper-button-next:after {
    font-size: 16px;
  }
}
.rd1 .rd1_s .swiper-slide {
  width: 100%;
  height: 400px;
}
.rd1 .rd1_s .swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width:1440px) {
  .rd1 .right .info {
    line-height: 26px;
  }
  .rd1 .rd1_s .swiper-slide {
    height: 360px;
  }
}
@media (max-width:1280px) {
  .rd1 .right .info {
    line-height: 24px;
  }
  .rd1 .rd1_s .swiper-slide {
    height: 320px;
  }
}
@media (max-width:768px) {
  .rd1 {
    padding-top: 40px;
  }
  .rd1 .left {
    width: 100%;
    margin-bottom: 15px;
  }
  .rd1 .right {
    width: 100%;
  }
  .rd1 .right .info {
    margin-top: 15px;
  }
  .rd1 .rd1_s .swiper-slide {
    height: 220px;
  }
}
.rd1_items {
  margin-top: 4.17vw;
  height: 10.42vw;
  width: 100%;
  background: url(../images/img50.jpg) no-repeat center / cover;
  min-height: 120px;
}
.rd1_items .w1400 {
  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: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 100%;
}
.rd1_items h2 {
  font-size: 30px;
  color: #fff;
}
@media (max-width: 1680px) {
  .rd1_items h2 {
    font-size: 26.25px;
  }
}
@media (max-width: 1440px) {
  .rd1_items h2 {
    font-size: 22.5px;
  }
}
@media (max-width: 1280px) {
  .rd1_items h2 {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .rd1_items h2 {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .rd1_items h2 {
    font-size: 24px;
  }
}
@media (max-width: 1440px) {
  .rd1_items h2 {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .rd1_items h2 {
    font-size: 18px;
  }
}
.rd1_items h2 span {
  font-size: 60px;
}
@media (max-width: 1680px) {
  .rd1_items h2 span {
    font-size: 52.5px;
  }
}
@media (max-width: 1440px) {
  .rd1_items h2 span {
    font-size: 45px;
  }
}
@media (max-width: 1280px) {
  .rd1_items h2 span {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .rd1_items h2 span {
    font-size: 32px;
  }
}
.rd1_items p {
  font-size: 18px;
  color: #fff;
}
@media (max-width: 1680px) {
  .rd1_items p {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .rd1_items p {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .rd1_items p {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .rd1_items p {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .rd1_items p {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .rd1_items p {
    font-size: 14px;
  }
}
.rd1_items i {
  width: 1px;
  height: 50%;
  background: rgba(255, 255, 255, 0.6);
}
@media (max-width:768px) {
  .rd1_items {
    margin-top: 25px;
  }
  .rd1_items p {
    font-size: 12px;
  }
  .rd1_items i {
    display: none;
  }
}
.rd2 {
  padding-top: 5.21vw;
  background: #f5f5f5;
}
.rd2 h2 {
  text-align: center;
}
.rd2 .info {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  margin-top: 2.08vw;
  text-align: center;
}
@media (max-width: 1680px) {
  .rd2 .info {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .rd2 .info {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .rd2 .info {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .rd2 .info {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .rd2 .info {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .rd2 .info {
    font-size: 14px;
  }
}
.rd2 .rd2_s {
  margin-top: 2.6vw;
  overflow: hidden;
  position: relative;
}
.rd2 .rd2_s .swiper-button-prev,
.rd2 .rd2_s .swiper-button-next {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
}
.rd2 .rd2_s .swiper-button-prev:after,
.rd2 .rd2_s .swiper-button-next:after {
  font-size: 20px;
  color: #000;
}
@media (max-width: 1680px) {
  .rd2 .rd2_s .swiper-button-prev:after,
  .rd2 .rd2_s .swiper-button-next:after {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .rd2 .rd2_s .swiper-button-prev:after,
  .rd2 .rd2_s .swiper-button-next:after {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .rd2 .rd2_s .swiper-button-prev:after,
  .rd2 .rd2_s .swiper-button-next:after {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .rd2 .rd2_s .swiper-button-prev:after,
  .rd2 .rd2_s .swiper-button-next:after {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .rd2 .rd2_s .swiper-button-prev:after,
  .rd2 .rd2_s .swiper-button-next:after {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .rd2 .rd2_s .swiper-button-prev:after,
  .rd2 .rd2_s .swiper-button-next:after {
    font-size: 16px;
  }
}
.rd2 .rd2_s .swiper-slide {
  width: 100%;
  height: 500px;
}
.rd2 .rd2_s .swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width:1520px) {
  .rd2 .rd2_s .swiper-slide {
    height: 33vw;
  }
}
@media (max-width:1440px) {
  .rd2 .info {
    line-height: 26px;
  }
}
@media (max-width:1280px) {
  .rd2 .info {
    line-height: 24px;
  }
}
@media (max-width:768px) {
  .rd2 {
    padding-top: 40px;
  }
  .rd2 .info {
    margin-top: 15px;
  }
  .rd2 .rd2_s {
    margin-top: 15px;
  }
  .rd2 .rd2_s .swiper-slide {
    height: 200px;
  }
}
.rd2_items {
  width: 100%;
  padding: 2.08vw 0 5.21vw;
  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;
  -moz-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.rd2_items h2 {
  font-size: 30px;
}
@media (max-width: 1680px) {
  .rd2_items h2 {
    font-size: 26.25px;
  }
}
@media (max-width: 1440px) {
  .rd2_items h2 {
    font-size: 22.5px;
  }
}
@media (max-width: 1280px) {
  .rd2_items h2 {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .rd2_items h2 {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .rd2_items h2 {
    font-size: 24px;
  }
}
@media (max-width: 1440px) {
  .rd2_items h2 {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .rd2_items h2 {
    font-size: 18px;
  }
}
.rd2_items h2 span {
  font-size: 60px;
}
@media (max-width: 1680px) {
  .rd2_items h2 span {
    font-size: 52.5px;
  }
}
@media (max-width: 1440px) {
  .rd2_items h2 span {
    font-size: 45px;
  }
}
@media (max-width: 1280px) {
  .rd2_items h2 span {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .rd2_items h2 span {
    font-size: 32px;
  }
}
.rd2_items p {
  font-size: 18px;
}
@media (max-width: 1680px) {
  .rd2_items p {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .rd2_items p {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .rd2_items p {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .rd2_items p {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .rd2_items p {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .rd2_items p {
    font-size: 14px;
  }
}
.rd2_items i {
  width: 1px;
  height: 50px;
  background: rgba(0, 0, 0, 0.3);
}
@media (max-width:768px) {
  .rd2_items {
    padding: 10px 0 30px;
  }
  .rd2_items p {
    font-size: 12px;
  }
  .rd2_items i {
    display: none;
  }
}
.rd3 {
  padding: 5.21vw 0;
}
.rd3 .info {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  margin-top: 2.08vw;
  text-align: center;
}
@media (max-width: 1680px) {
  .rd3 .info {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .rd3 .info {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .rd3 .info {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .rd3 .info {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .rd3 .info {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .rd3 .info {
    font-size: 14px;
  }
}
.rd3 .rd2_items {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2.08vw 0;
}
.rd3 .rd2_items .item {
  margin: 0 1.56vw;
}
.rd3 .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;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.rd3 .box ul {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.rd3 .box .rd3_s {
  width: 49%;
  position: relative;
}
.rd3 .box .rd3_s .swiper {
  overflow: hidden;
}
.rd3 .box .rd3_s .swiper-button-prev,
.rd3 .box .rd3_s .swiper-button-next {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
}
.rd3 .box .rd3_s .swiper-button-prev:after,
.rd3 .box .rd3_s .swiper-button-next:after {
  font-size: 20px;
  color: #000;
}
@media (max-width: 1680px) {
  .rd3 .box .rd3_s .swiper-button-prev:after,
  .rd3 .box .rd3_s .swiper-button-next:after {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .rd3 .box .rd3_s .swiper-button-prev:after,
  .rd3 .box .rd3_s .swiper-button-next:after {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .rd3 .box .rd3_s .swiper-button-prev:after,
  .rd3 .box .rd3_s .swiper-button-next:after {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .rd3 .box .rd3_s .swiper-button-prev:after,
  .rd3 .box .rd3_s .swiper-button-next:after {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .rd3 .box .rd3_s .swiper-button-prev:after,
  .rd3 .box .rd3_s .swiper-button-next:after {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .rd3 .box .rd3_s .swiper-button-prev:after,
  .rd3 .box .rd3_s .swiper-button-next:after {
    font-size: 16px;
  }
}
.rd3 .box .rd3_s .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rd3 .box .imgbox {
  height: 345px;
  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;
}
.rd3 .box p {
  text-align: center;
  font-size: 16px;
  margin-top: 15px;
}
@media (max-width: 1680px) {
  .rd3 .box p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .rd3 .box p {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .rd3 .box p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .rd3 .box p {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .rd3 .box p {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .rd3 .box p {
    font-size: 14px;
  }
}
@media (max-width:1440px) {
  .rd3 .box .imgbox {
    height: 320px;
  }
}
@media (max-width:1280px) {
  .rd3 .box .imgbox {
    height: 300px;
  }
}
@media (max-width:1024px) {
  .rd3 .box .imgbox {
    height: 260px;
  }
}
@media (max-width:768px) {
  .rd3 {
    padding: 40px 0;
  }
  .rd3 .rd2_items {
    padding: 10px 0 15px;
  }
  .rd3 .box ul {
    width: 100%;
    margin-bottom: 20px;
  }
  .rd3 .box .rd3_s {
    width: 100%;
  }
  .rd3 .box .imgbox {
    height: 200px;
  }
}
.service1 {
  padding: 5.21vw 0;
  background: url(../images/bg4_xqy0209.jpg) no-repeat center / cover;
}
.service1 .ser_list {
  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;
  margin-top: 2.6vw;
  margin-bottom: -2.6vw;
}
.service1 .ser_list li {
  width: calc(50% - 1.56vw);
  margin-bottom: 2.6vw;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.service1 .ser_list li:hover {
  transform: translateY(-20px);
}
.service1 .ser_list li:hover .art {
  border-color: #0071e3;
}
.service1 .ser_list li .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  position: relative;
  overflow: hidden;
}
.service1 .ser_list li .imgbox img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service1 .ser_list li .art {
  position: relative;
  padding: 2vw ;
  background: #fff;
  border-bottom: 0.36vw solid #e9e9e9;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.service1 .ser_list li .art .icon {
  width: 4.06vw;
  height: 4.06vw;
  position: absolute;
  right: 1.98vw;
  top: -2.03vw;
}
.service1 .ser_list li .art h3 {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
}
@media (max-width: 1680px) {
  .service1 .ser_list li .art h3 {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .service1 .ser_list li .art h3 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .service1 .ser_list li .art h3 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .service1 .ser_list li .art h3 {
    font-size: 12.8px;
  }
}
@media (max-width: 1680px) {
  .service1 .ser_list li .art h3 {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .service1 .ser_list li .art h3 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .service1 .ser_list li .art h3 {
    font-size: 16px;
  }
}
.service1 .ser_list li .art .info {
  font-size: 18px;
  color: #666666;
  line-height: 32px;
  margin: 1.2vw 0 0.5vw;
  padding-right: 5px;
  height: 96px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #0071e3 transparent;
}
@media (max-width: 1680px) {
  .service1 .ser_list li .art .info {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .service1 .ser_list li .art .info {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .service1 .ser_list li .art .info {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .service1 .ser_list li .art .info {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .service1 .ser_list li .art .info {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .service1 .ser_list li .art .info {
    font-size: 14px;
  }
}
.service1 .ser_list li .art .info::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  background-color: transparent;
}
.service1 .ser_list li .art .info::-webkit-scrollbar-thumb {
  background-color: #0071e3;
  border-radius: 10px;
}
@media (max-width:1440px) {
  .service1 .ser_list li .art .info {
    line-height: 28px;
    height: 74px;
  }
}
@media (max-width:1280px) {
  .service1 .ser_list li .art .info {
    line-height: 24px;
    height: 72px;
  }
}
@media (max-width:1024px) {
  .service1 .ser_list li .art .info {
    line-height: 22px;
    height: 66px;
  }
}
@media (max-width:768px) {
  .service1 .ser_list li .art .info {
    height: auto;
  }
}
@media (max-width:768px) {
  .service1 {
    padding: 40px 0;
  }
  .service1 .ser_list {
    margin-top: 25px;
  }
  .service1 .ser_list li {
    width: 100%;
    margin-bottom: 20px;
  }
  .service1 .ser_list li .art {
    padding: 20px 15px;
  }
  .service1 .ser_list li .art .icon {
    width: 30px;
    height: 30px;
    top: -15px;
    right: 15px;
  }
}
.faq1 {
  padding: 5.21vw 0;
  background: #f3f3f3;
}
@media (max-width:768px) {
  .faq1 {
    padding: 40px 0;
  }
}
.faq_list {
  margin-top: 2.6vw;
}
.faq_list li {
  cursor: pointer;
  margin-bottom: 20px;
}
.faq_list li.on .top {
  background: #0071e3;
  color: #fff;
}
.faq_list li.on .top em:before {
  background: #fff;
}
.faq_list li.on .top em:after {
  opacity: 0;
}
.faq_list li.on .box {
  padding: 15px 0;
  max-height: none;
}
.faq_list li .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #fff;
  padding: 10px 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.faq_list li .top span,
.faq_list li .top em {
  width: 50px;
}
.faq_list li .top p {
  width: calc(100% - 120px);
  font-size: 18px;
}
@media (max-width: 1680px) {
  .faq_list li .top p {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .faq_list li .top p {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .faq_list li .top p {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .faq_list li .top p {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .faq_list li .top p {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .faq_list li .top p {
    font-size: 14px;
  }
}
.faq_list li .top span {
  font-size: 30px;
  text-align: center;
}
@media (max-width: 1680px) {
  .faq_list li .top span {
    font-size: 26.25px;
  }
}
@media (max-width: 1440px) {
  .faq_list li .top span {
    font-size: 22.5px;
  }
}
@media (max-width: 1280px) {
  .faq_list li .top span {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .faq_list li .top span {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .faq_list li .top span {
    font-size: 24px;
  }
}
@media (max-width: 1440px) {
  .faq_list li .top span {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .faq_list li .top span {
    font-size: 18px;
  }
}
.faq_list li .top em {
  position: relative;
}
.faq_list li .top em:before,
.faq_list li .top em:after {
  content: '';
  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%);
  background: #0071e3;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.faq_list li .top em:before {
  width: 1.25vw;
  height: 2px;
  z-index: 1;
}
.faq_list li .top em:after {
  width: 2px;
  height: 1.25vw;
}
.faq_list li .box {
  padding: 0 0;
  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;
  height: auto;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.faq_list li .box span {
  width: 50px;
  font-size: 30px;
  text-align: center;
}
@media (max-width: 1680px) {
  .faq_list li .box span {
    font-size: 26.25px;
  }
}
@media (max-width: 1440px) {
  .faq_list li .box span {
    font-size: 22.5px;
  }
}
@media (max-width: 1280px) {
  .faq_list li .box span {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .faq_list li .box span {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .faq_list li .box span {
    font-size: 24px;
  }
}
@media (max-width: 1440px) {
  .faq_list li .box span {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .faq_list li .box span {
    font-size: 18px;
  }
}
.faq_list li .box .info {
  width: calc(100% - 60px);
  padding-right: 30px;
  font-size: 16px;
  line-height: 30px;
}
@media (max-width: 1680px) {
  .faq_list li .box .info {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .faq_list li .box .info {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .faq_list li .box .info {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .faq_list li .box .info {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .faq_list li .box .info {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .faq_list li .box .info {
    font-size: 14px;
  }
}
@media (max-width:1440px) {
  .faq_list li .box .info {
    line-height: 26px;
  }
}
@media (max-width:1280px) {
  .faq_list li .box .info {
    line-height: 24px;
  }
}
@media (max-width:768px) {
  .faq_list li .box .info {
    line-height: 22px;
  }
}
@media (max-width:768px) {
  .faq_list {
    margin-top: 25px;
  }
  .faq_list li {
    margin-bottom: 15px;
  }
  .faq_list li .top span,
  .faq_list li .top em {
    width: 40px;
  }
  .faq_list li .top p {
    width: calc(100% - 80px);
  }
  .faq_list li .top em:before {
    width: 15px;
  }
  .faq_list li .top em:after {
    height: 15px;
  }
  .faq_list li .box span {
    width: 40px;
  }
  .faq_list li .box .info {
    width: calc(100% - 40px);
    padding-right: 15px;
  }
}
.down {
  padding: 5.21vw 0;
}
.down .xz {
  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;
}
.down .xz .left {
  width: 23.285%;
  background: #f9f9f9;
  border-radius: 16px;
  position: sticky;
  top: 100px;
}
.down .xz .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;
}
.down .xz .left .form a {
  width: 20px;
  height: 20px;
  font-size: 18px;
  margin-right: 0.5vw;
  color: #999999;
}
@media (max-width: 1680px) {
  .down .xz .left .form a {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .down .xz .left .form a {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .down .xz .left .form a {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .down .xz .left .form a {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .down .xz .left .form a {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .down .xz .left .form a {
    font-size: 14px;
  }
}
.down .xz .left .form input {
  width: calc(100% - 20px);
  font-size: 18px;
  color: #cccccc;
}
@media (max-width: 1680px) {
  .down .xz .left .form input {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .down .xz .left .form input {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .down .xz .left .form input {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .down .xz .left .form input {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .down .xz .left .form input {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .down .xz .left .form input {
    font-size: 14px;
  }
}
.down .xz .left .form input::placeholder {
  font-size: 18px;
  color: #cccccc;
}
@media (max-width: 1680px) {
  .down .xz .left .form input::placeholder {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .down .xz .left .form input::placeholder {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .down .xz .left .form input::placeholder {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .down .xz .left .form input::placeholder {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .down .xz .left .form input::placeholder {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .down .xz .left .form input::placeholder {
    font-size: 14px;
  }
}
.down .xz .left .item {
  padding: 0 12px;
  margin-top: 0.52vw;
}
.down .xz .left .item:last-child {
  margin-bottom: 0.9vw;
}
.down .xz .left .item.on .top {
  background: #0071e3;
  color: #fff;
}
.down .xz .left .item.on .top i {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.down .xz .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;
}
@media (max-width: 1680px) {
  .down .xz .left .item .top {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .down .xz .left .item .top {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .down .xz .left .item .top {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .down .xz .left .item .top {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .down .xz .left .item .top {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .down .xz .left .item .top {
    font-size: 14px;
  }
}
.down .xz .left .item .top span {
  width: calc(100% - 20px);
  font-weight: 600;
}
.down .xz .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;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.down .xz .left .item .box {
  margin-top: 0.3vw;
  display: none;
}
.down .xz .left .item .box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 0.5vw 0 1vw;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
@media (max-width: 1680px) {
  .down .xz .left .item .box a {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .down .xz .left .item .box a {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .down .xz .left .item .box a {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .down .xz .left .item .box a {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .down .xz .left .item .box a {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .down .xz .left .item .box a {
    font-size: 14px;
  }
}
.down .xz .left .item .box a:hover,
.down .xz .left .item .box a.on {
  color: #ff891a;
}
.down .xz .left .item .box a:hover i,
.down .xz .left .item .box a.on i {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.down .xz .left .item .box a span {
  width: calc(100% - 20px);
}
.down .xz .left .item .box a 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;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.down .xz .right {
  width: 74.285%;
  background: #f9f9f9;
  padding: 3.3vw 3.3vw 2.76vw;
}
.down .xz .right h3 {
  font-size: 48px;
  color: #333333;
  padding-bottom: 2vw;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 1vw;
}
@media (max-width: 1680px) {
  .down .xz .right h3 {
    font-size: 42px;
  }
}
@media (max-width: 1440px) {
  .down .xz .right h3 {
    font-size: 36px;
  }
}
@media (max-width: 1280px) {
  .down .xz .right h3 {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .down .xz .right h3 {
    font-size: 25.6px;
  }
}
@media (max-width: 1680px) {
  .down .xz .right h3 {
    font-size: 42px;
  }
}
@media (max-width: 1440px) {
  .down .xz .right h3 {
    font-size: 32px;
  }
}
@media (max-width: 1280px) {
  .down .xz .right h3 {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .down .xz .right h3 {
    font-size: 24px;
  }
}
.down .xz .right table {
  border: none;
  margin-bottom: 2.5vw;
}
.down .xz .right table tr,
.down .xz .right table td {
  border: none;
}
.down .xz .right table tr {
  border-bottom: 1px solid #e9e9e9;
}
.down .xz .right table thead td {
  font-size: 24px;
  color: #333333;
  padding: 1.56vw 0;
  font-weight: 600;
}
@media (max-width: 1680px) {
  .down .xz .right table thead td {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .down .xz .right table thead td {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .down .xz .right table thead td {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .down .xz .right table thead td {
    font-size: 12.8px;
  }
}
@media (max-width: 1680px) {
  .down .xz .right table thead td {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .down .xz .right table thead td {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .down .xz .right table thead td {
    font-size: 16px;
  }
}
.down .xz .right table tbody td {
  font-size: 18px;
  color: #666666;
  padding: 0.9vw 0;
}
@media (max-width: 1680px) {
  .down .xz .right table tbody td {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .down .xz .right table tbody td {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .down .xz .right table tbody td {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .down .xz .right table tbody td {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .down .xz .right table tbody td {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .down .xz .right table tbody td {
    font-size: 14px;
  }
}
.down .xz .right table tbody td:last-child {
  width: 114px;
}
.down .xz .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) {
  .down .xz .right table tbody td a {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .down .xz .right table tbody td a {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .down .xz .right table tbody td a {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .down .xz .right table tbody td a {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .down .xz .right table tbody td a {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .down .xz .right table tbody td a {
    font-size: 14px;
  }
}
.down .xz .right table tbody td a:hover {
  background: #0071e3;
  color: #fff;
  border-color: #0071e3;
}
.down .xz .right table tbody td a i {
  margin-right: 7px;
}
@media (max-width:1440px) {
  .down .xz .left .form {
    height: 60px;
  }
  .down .xz .left .top {
    height: 40px;
  }
  .down .xz .right table tbody td a {
    height: 40px;
  }
}
@media (max-width:1024px) {
  .down .xz .left .form {
    height: 50px;
  }
  .down .xz .left .top {
    height: 35px;
  }
  .down .xz .right table tbody td:last-child {
    width: 90px;
  }
  .down .xz .right table tbody td a {
    height: 35px;
  }
}
@media (max-width:768px) {
  .down {
    padding: 30px 0 40px;
  }
  .down .xz {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .down .xz .left {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 5px;
    position: relative;
    top: auto;
  }
  .down .xz .left .form {
    padding: 0 15px;
  }
  .down .xz .left .items {
    max-height: 200px;
    overflow-y: scroll;
  }
  .down .xz .left .item {
    margin-top: 10px;
  }
  .down .xz .left .item:last-child {
    margin-bottom: 15px;
  }
  .down .xz .left .item .top {
    padding: 0 15px;
  }
  .down .xz .left .item .box a {
    padding: 0 15px;
  }
  .down .xz .right {
    width: 100%;
    padding: 20px 15px;
  }
  .down .xz .right h3 {
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .down .xz .right .table {
    margin-bottom: 15px;
  }
  .down .xz .right table thead td {
    font-size: 16px;
    padding: 10px 0;
  }
  .down .xz .right table thead td:nth-child(2),
  .down .xz .right table thead td:nth-child(3) {
    display: none;
  }
  .down .xz .right table tbody td {
    font-size: 14px;
    padding: 10px 0;
  }
  .down .xz .right table tbody td:nth-child(2),
  .down .xz .right table tbody td:nth-child(3) {
    display: none;
  }
  .down .xz .right table tbody td:last-child {
    width: 80px;
  }
  .down .xz .right table tbody td:last-child a {
    height: 30px;
    border-radius: 15px;
  }
  .down .xz .right table tbody td:last-child a i {
    font-size: 14px;
    margin-right: 3px;
  }
}
.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: 40px;
  height: 40px;
  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;
}
@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: 14px;
  }
}
@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 {
    height: 30px;
    width: 30px;
    margin: 0 3px;
  }
}
.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;
  width: auto;
  border-radius: 20px;
  padding: 0 20px;
}
@media (max-width:768px) {
  .fyq2 .layui-laypage .layui-laypage-prev,
  .fyq2 .layui-laypage .layui-laypage-next {
    margin: 0 4px;
    padding: 0 10px;
    border-radius: 15px;
    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: 14px;
  }
}
@media (max-width: 1280px) {
  .fyq2 .layui-laypage .layui-laypage-skip {
    font-size: 14px;
  }
}
.fyq2 .layui-laypage .layui-laypage-skip input {
  width: 50px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #e4e4e4;
  padding: 0 10px;
  font-size: 16px;
  color: #999999;
  margin: 0 4px;
}
@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: 14px;
  }
}
@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: 14px;
  }
}
@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: #0071e3;
  border-radius: 20px;
  padding: 0 20px;
  height: 40px;
  border: 1px solid #0071e3;
}
@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: 14px;
  }
}
@media (max-width: 1280px) {
  .fyq2 .layui-laypage .layui-laypage-skip button {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .fyq2 .layui-laypage .layui-laypage-skip {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-left: 0px;
  }
  .fyq2 .layui-laypage .layui-laypage-skip input {
    height: 30px;
  }
  .fyq2 .layui-laypage .layui-laypage-skip button {
    height: 30px;
  }
}
.video1 {
  padding: 100px 0;
}
.video_list {
  margin-bottom: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.video_list li {
  width: 31.25%;
  margin-right: 3.125%;
  margin-bottom: 20px;
}
.video_list li:nth-child(3n) {
  margin-right: 0;
}
.video_list li a {
  display: block;
  width: 100%;
}
.video_list li a:hover .imgbox img {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  -ms-transform: translate(-50%, -50%) scale(1.05);
  -o-transform: translate(-50%, -50%) scale(1.05);
  transform: translate(-50%, -50%) scale(1.05);
}
.video_list li a:hover p {
  color: #0071e3;
}
.video_list li a .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.video_list li 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;
}
.video_list li a .imgbox i {
  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;
  z-index: 1;
  width: 72px;
  height: 72px;
  background: rgba(255, 255, 255, 0.2);
  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;
  color: #fff;
}
.video_list li a p {
  width: 100%;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  color: #525252;
}
@media (max-width: 1440px) {
  .video_list li a p {
    height: 60px;
    font-size: 16px;
  }
  .video_list {
    margin-bottom: -15px;
  }
  .video_list li {
    margin-bottom: 15px;
  }
  .video_list li a .imgbox i {
    width: 62px;
    height: 62px;
  }
}
@media (max-width: 1280px) {
  .video_list li a p {
    height: 50px;
    font-size: 14px;
  }
  .video_list li a .imgbox i {
    width: 52px;
    height: 52px;
  }
}
@media (max-width: 768px) {
  .video_list li {
    width: 49%;
    margin-right: 2%;
  }
  .video_list li:nth-child(3n) {
    margin-right: 2%;
  }
  .video_list li:nth-child(2n) {
    margin-right: 0;
  }
  .video_list li a .imgbox i {
    width: 42px;
    height: 42px;
  }
}
.news_list {
  padding: 5.21vw 0;
}
.news_list .swiper {
  position: relative;
  overflow: hidden;
}
.news_list .swiper .swiper-pagination {
  width: 47%;
  text-align: right;
  bottom: 20px;
}
.news_list .swiper .swiper-pagination span {
  width: 1.04vw;
  height: 2px;
  background: #fff;
  border-radius: 0;
  min-width: 10px;
}
.news_list .swiper .swiper-pagination span.swiper-pagination-bullet-active {
  width: 2.08vw;
  min-width: 20px;
}
.news_list .swiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.news_list .swiper .swiper-slide:hover .imgbox img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.news_list .swiper .swiper-slide:hover .art .more_a {
  color: #0071e3;
}
.news_list .swiper .swiper-slide:hover .art .more_a:after {
  width: 100%;
}
.news_list .swiper .swiper-slide .imgbox {
  width: 48.76%;
  height: 0;
  padding-bottom: 27.77%;
  position: relative;
  overflow: hidden;
}
.news_list .swiper .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;
}
.news_list .swiper .swiper-slide .art {
  width: 44.44%;
  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-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 4% 0 3%;
}
.news_list .swiper .swiper-slide .art .top .time {
  white-space: nowrap;
}
.news_list .swiper .swiper-slide .art .top .time span {
  font-size: 18px;
  color: #1b1e1e;
  opacity: 0.5;
  padding-left: 30px;
}
@media (max-width: 1680px) {
  .news_list .swiper .swiper-slide .art .top .time span {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .news_list .swiper .swiper-slide .art .top .time span {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .news_list .swiper .swiper-slide .art .top .time span {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .news_list .swiper .swiper-slide .art .top .time span {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .news_list .swiper .swiper-slide .art .top .time span {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .news_list .swiper .swiper-slide .art .top .time span {
    font-size: 14px;
  }
}
.news_list .swiper .swiper-slide .art .top .time span.s1 {
  background: url(../images/time.png) no-repeat left center;
  margin-right: 3.13vw;
}
.news_list .swiper .swiper-slide .art .top .time span.s2 {
  background: url(../images/dz.png) no-repeat left center;
}
.news_list .swiper .swiper-slide .art .top h3 {
  font-size: 36px;
  color: #1b1e1e;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 1.04vw 0 1.82vw;
}
@media (max-width: 1680px) {
  .news_list .swiper .swiper-slide .art .top h3 {
    font-size: 31.5px;
  }
}
@media (max-width: 1440px) {
  .news_list .swiper .swiper-slide .art .top h3 {
    font-size: 27px;
  }
}
@media (max-width: 1280px) {
  .news_list .swiper .swiper-slide .art .top h3 {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .news_list .swiper .swiper-slide .art .top h3 {
    font-size: 19.2px;
  }
}
.news_list .swiper .swiper-slide .art .top .info {
  width: 100%;
  font-size: 20px;
  color: #1b1e1e;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 1680px) {
  .news_list .swiper .swiper-slide .art .top .info {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .news_list .swiper .swiper-slide .art .top .info {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .news_list .swiper .swiper-slide .art .top .info {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .news_list .swiper .swiper-slide .art .top .info {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .news_list .swiper .swiper-slide .art .top .info {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .news_list .swiper .swiper-slide .art .top .info {
    font-size: 16px;
  }
}
.news_list .swiper .swiper-slide .art .more_a {
  width: 150px;
  max-width: 60%;
  font-size: 16px;
  color: #041333;
  position: relative;
  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: 15px;
}
.news_list .swiper .swiper-slide .art .more_a i {
  font-size: 16px;
  font-family: 'hs-l';
}
.news_list .swiper .swiper-slide .art .more_a:before {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #041333;
  opacity: 0.1;
}
.news_list .swiper .swiper-slide .art .more_a:after {
  content: '';
  width: 110px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #0071e3;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.news_list .line {
  width: 100%;
  height: 0.21vw;
  background: #e8e8e8;
  margin: 4.17vw 0;
  min-height: 2px;
}
.news_list ul.list_1 {
  margin-bottom: 3.13vw;
}
.news_list ul.list_1 li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 30px 0;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}
.news_list ul.list_1 li a:hover:after {
  width: 32%;
}
.news_list ul.list_1 li a:hover .art h3 {
  color: #0071e3;
}
.news_list ul.list_1 li a:hover .imgbox .img img {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  -ms-transform: translate(-50%, -50%) scale(1.05);
  -o-transform: translate(-50%, -50%) scale(1.05);
  transform: translate(-50%, -50%) scale(1.05);
}
.news_list ul.list_1 li a:after {
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #0071e3;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.news_list ul.list_1 li a .imgbox {
  width: 32%;
}
.news_list ul.list_1 li a .imgbox .img {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.news_list ul.list_1 li a .imgbox .img 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;
}
.news_list ul.list_1 li a .art {
  width: calc(68% - 130px);
  padding: 0 3.13vw;
  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;
}
.news_list ul.list_1 li a .art .time {
  white-space: nowrap;
}
.news_list ul.list_1 li a .art .time span {
  font-size: 18px;
  color: #1b1e1e;
  opacity: 0.5;
  padding-left: 30px;
}
@media (max-width: 1680px) {
  .news_list ul.list_1 li a .art .time span {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .news_list ul.list_1 li a .art .time span {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .news_list ul.list_1 li a .art .time span {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .news_list ul.list_1 li a .art .time span {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .news_list ul.list_1 li a .art .time span {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .news_list ul.list_1 li a .art .time span {
    font-size: 14px;
  }
}
.news_list ul.list_1 li a .art .time span.s1 {
  background: url(../images/time.png) no-repeat left center;
  margin-right: 3.13vw;
}
.news_list ul.list_1 li a .art .time span.s2 {
  background: url(../images/dz.png) no-repeat left center;
}
.news_list ul.list_1 li a .art h3 {
  font-size: 30px;
  color: #1b1e1e;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 10px 0;
}
@media (max-width: 1680px) {
  .news_list ul.list_1 li a .art h3 {
    font-size: 26.25px;
  }
}
@media (max-width: 1440px) {
  .news_list ul.list_1 li a .art h3 {
    font-size: 22.5px;
  }
}
@media (max-width: 1280px) {
  .news_list ul.list_1 li a .art h3 {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .news_list ul.list_1 li a .art h3 {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .news_list ul.list_1 li a .art h3 {
    font-size: 24px;
  }
}
@media (max-width: 1440px) {
  .news_list ul.list_1 li a .art h3 {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .news_list ul.list_1 li a .art h3 {
    font-size: 18px;
  }
}
.news_list ul.list_1 li a .art p {
  font-size: 16px;
  line-height: 28px;
  color: #1b1e1e;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width:1440px) {
  .news_list ul.list_1 li a .art p {
    line-height: 26px;
  }
}
@media (max-width:1280px) {
  .news_list ul.list_1 li a .art p {
    line-height: 24px;
  }
}
@media (max-width:768px) {
  .news_list ul.list_1 li a .art p {
    line-height: 22px;
  }
}
.news_list ul.list_1 li a .more {
  width: auto;
  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;
}
.news_list ul.list_1 li a .more i {
  font-size: 24px;
  margin-left: 15px;
}
@media (max-width: 1680px) {
  .news_list ul.list_1 li a .more i {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .news_list ul.list_1 li a .more i {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .news_list ul.list_1 li a .more i {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .news_list ul.list_1 li a .more i {
    font-size: 12.8px;
  }
}
@media (max-width: 1680px) {
  .news_list ul.list_1 li a .more i {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .news_list ul.list_1 li a .more i {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .news_list ul.list_1 li a .more i {
    font-size: 16px;
  }
}
@media (max-width:768px) {
  .news_list {
    padding: 40px 0;
  }
  .news_list .swiper .swiper-slide {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .news_list .swiper .swiper-slide .imgbox {
    width: 100%;
    padding-bottom: 56.96%;
  }
  .news_list .swiper .swiper-slide .art {
    width: 100%;
  }
  .news_list .swiper .swiper-slide .art .more_a {
    margin-top: 15px;
  }
  .news_list .swiper .swiper-slide .art .top h3 {
    font-size: 18px;
    margin: 10px 0;
  }
  .news_list .swiper .swiper-slide .art .top .info {
    font-size: 14px;
    line-height: 22px;
  }
  .news_list .swiper .swiper-slide .art .top .time span {
    padding-left: 25px;
  }
  .news_list .swiper .swiper-pagination {
    width: 98%;
    bottom: 200px;
  }
  .news_list ul.list_1 {
    margin-bottom: 20px;
  }
  .news_list ul.list_1 li:first-child a {
    padding-top: 5px;
  }
  .news_list ul.list_1 li a {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    padding: 20px 0 15px;
  }
  .news_list ul.list_1 li a .imgbox {
    width: 100%;
    margin-bottom: 15px;
  }
  .news_list ul.list_1 li a .art {
    width: 100%;
    padding: 0;
    height: 120px;
  }
  .news_list ul.list_1 li a .art h3 {
    font-size: 16px;
    margin: 5px 0;
  }
  .news_list ul.list_1 li a .art p {
    font-size: 14px;
  }
  .news_list ul.list_1 li a .art .time span {
    padding-left: 25px;
  }
  .news_list ul.list_1 li a .more {
    margin-top: 10px;
  }
}
.dqwz {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.dqwz .wrap {
  height: 80px;
  position: relative;
  z-index: 6;
  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: #ffffff;
  margin-top: 0px;
}
.dqwz .wrap a {
  font-size: 16px;
  color: rgba(27, 30, 30, 0.6);
  position: relative;
  margin-right: 20px;
  white-space: nowrap;
}
.dqwz .wrap a:after {
  content: '>';
  position: absolute;
  right: -15px;
}
.dqwz .wrap a:last-child {
  margin-right: 0;
}
.dqwz .wrap a:last-child:after {
  display: none;
}
.dqwz .wrap a:hover {
  color: #0071e3;
}
@media (max-width: 1366px) {
  .dqwz .wrap {
    height: 60px;
    margin-top: -60px;
    font-size: 14px;
  }
  .dqwz .wrap a {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .dqwz .wrap {
    height: 40px;
    margin-top: -40px;
    font-size: 14px;
  }
  .dqwz .wrap a {
    font-size: 14px;
  }
  .dqwz .wrap a:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.news_con {
  padding: 1.56vw 0 4.17vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.news_con .left {
  width: 62.65%;
}
.news_con .left .h2 {
  font-size: 40px;
  font-weight: bold;
  color: #08151d;
}
@media (max-width: 1680px) {
  .news_con .left .h2 {
    font-size: 35px;
  }
}
@media (max-width: 1440px) {
  .news_con .left .h2 {
    font-size: 30px;
  }
}
@media (max-width: 1280px) {
  .news_con .left .h2 {
    font-size: 26.66666667px;
  }
}
@media (max-width: 1024px) {
  .news_con .left .h2 {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1680px) {
  .news_con .left .h2 {
    font-size: 34px;
  }
}
@media (max-width: 1440px) {
  .news_con .left .h2 {
    font-size: 26px;
  }
}
@media (max-width: 1280px) {
  .news_con .left .h2 {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .news_con .left .h2 {
    font-size: 20px;
  }
}
.news_con .left .other {
  margin: 2.6vw 0 1.04vw;
}
.news_con .left .other p {
  display: inline-block;
  font-size: 16px;
  color: #666666;
  margin-right: 4.17vw;
  padding-left: 25px;
}
@media (max-width: 1680px) {
  .news_con .left .other p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .news_con .left .other p {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .news_con .left .other p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .news_con .left .other p {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .news_con .left .other p {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .news_con .left .other p {
    font-size: 14px;
  }
}
.news_con .left .other p:last-child {
  margin-right: 0;
}
.news_con .left .other p.p1 {
  background: url('../images/n1.png') no-repeat left center;
}
.news_con .left .other p.p2 {
  background: url('../images/n2.png') no-repeat left center;
}
.news_con .left .other p.p3 {
  background: url('../images/n3.png') no-repeat left center;
}
.news_con .left .other p.p4 {
  background: url('../images/dz.png') no-repeat left center;
}
.news_con .left .con {
  border-top: 1px solid #e6e7e8;
  border-bottom: 1px solid #e6e7e8;
  padding: 1.56vw 0;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}
@media (max-width: 1680px) {
  .news_con .left .con {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .news_con .left .con {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .news_con .left .con {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .news_con .left .con {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .news_con .left .con {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .news_con .left .con {
    font-size: 14px;
  }
}
.news_con .left .con p span strong {
  text-decoration: none !important;
}
.news_con .left .con p span strong a {
  text-decoration: none !important;
}
@media (max-width:1440px) {
  .news_con .left .con {
    line-height: 26px;
  }
}
@media (max-width:1280px) {
  .news_con .left .con {
    line-height: 24px;
  }
}
@media (max-width:768px) {
  .news_con .left .con {
    line-height: 22px;
  }
}
.news_con .left .con a {
  color: #0071e3;
  text-decoration: none !important;
}
.news_con .left .sxy {
  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: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 2.6vw;
}
.news_con .left .sxy a {
  font-size: 16px;
  color: #08151d;
}
.news_con .left .sxy a:hover {
  color: #0071e3;
}
.news_con .left .sxy a:first-child i {
  margin-right: 5px;
}
.news_con .left .sxy a:nth-child(2) i {
  width: 60px;
  height: 60px;
  display: inline-block;
  text-align: center;
  line-height: 60px;
  background: #fafafa;
  border-radius: 50%;
  font-size: 20px;
}
.news_con .left .sxy a:last-child i {
  margin-left: 5px;
}
.news_con .right {
  width: 30%;
  top: 0;
  position: sticky;
}
@media (max-width:768px) {
  .news_con {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    padding: 30px 0;
  }
  .news_con .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .news_con .left .other {
    margin: 15px 0;
  }
  .news_con .left .other p {
    display: block;
    background-size: auto 14px!important;
  }
  .news_con .left .con {
    padding: 15px 0;
  }
  .news_con .left .sxy {
    margin-top: 10px;
  }
  .news_con .right {
    width: 100%;
  }
}
.aside_news .box {
  background: #f6f8f9;
  border-top: 5px solid #0071e3;
  padding: 1.72vw 1.82vw;
  margin-bottom: 2.08vw;
}
.aside_news .box.box2 {
  border-top: none;
}
.aside_news .box.box2 input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #fff;
  font-size: 16px;
  color: #999999;
  padding: 0 10px;
  margin-bottom: 13px;
}
@media (max-width: 1680px) {
  .aside_news .box.box2 input {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .aside_news .box.box2 input {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .aside_news .box.box2 input {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .aside_news .box.box2 input {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .aside_news .box.box2 input {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .aside_news .box.box2 input {
    font-size: 14px;
  }
}
.aside_news .box.box2 input::placeholder {
  font-size: 16px;
  color: #999999;
}
@media (max-width: 1680px) {
  .aside_news .box.box2 input::placeholder {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .aside_news .box.box2 input::placeholder {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .aside_news .box.box2 input::placeholder {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .aside_news .box.box2 input::placeholder {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .aside_news .box.box2 input::placeholder {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .aside_news .box.box2 input::placeholder {
    font-size: 14px;
  }
}
.aside_news .box.box2 a {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  background: #cacfd1;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .aside_news .box.box2 a {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .aside_news .box.box2 a {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .aside_news .box.box2 a {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .aside_news .box.box2 a {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .aside_news .box.box2 a {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .aside_news .box.box2 a {
    font-size: 14px;
  }
}
.aside_news .box.box2 a:hover {
  background: #0071e3;
}
.aside_news h2 {
  font-size: 30px;
  color: #050505;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (max-width: 1680px) {
  .aside_news h2 {
    font-size: 26.25px;
  }
}
@media (max-width: 1440px) {
  .aside_news h2 {
    font-size: 22.5px;
  }
}
@media (max-width: 1280px) {
  .aside_news h2 {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .aside_news h2 {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .aside_news h2 {
    font-size: 24px;
  }
}
@media (max-width: 1440px) {
  .aside_news h2 {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .aside_news h2 {
    font-size: 18px;
  }
}
.aside_news h2.h2 {
  color: #fff;
  background: #0071e3;
  margin-bottom: 0;
  padding: 20px 35px;
  font-weight: normal;
}
.aside_news .list1 li {
  margin-bottom: 20px;
}
.aside_news .list1 li:last-child {
  margin-bottom: 0;
}
.aside_news .list1 li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.aside_news .list1 li a:hover .imgbox img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.aside_news .list1 li a:hover .art h3 {
  color: #0071e3;
}
.aside_news .list1 li a .imgbox {
  width: 48%;
  height: 0;
  padding-bottom: 28%;
  position: relative;
  overflow: hidden;
}
.aside_news .list1 li 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;
}
.aside_news .list1 li a .art {
  width: 48%;
}
.aside_news .list1 li a .art h3 {
  font-size: 18px;
  font-weight: bold;
  color: #1b1e1e;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}
.aside_news .list1 li a .art p {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.aside_news .list2 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;
}
.aside_news .list2 li a.on .imgbox {
  padding-bottom: 34.6%;
  margin-bottom: 10px;
}
.aside_news .list2 li a:hover p {
  color: #0071e3;
}
.aside_news .list2 li a:hover p:before {
  background: #0071e3;
}
.aside_news .list2 li a .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 0;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.aside_news .list2 li 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;
}
.aside_news .list2 li a p {
  font-size: 18px;
  line-height: 35px;
  padding-left: 20px;
  position: relative;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.aside_news .list2 li a p:before {
  content: '';
  width: 10px;
  height: 2px;
  background: #666666;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
@media (max-width:1440px) {
  .aside_news .box {
    padding: 20px;
    border-top: 3px solid #0071e3;
  }
  .aside_news .list1 li a .art h3 {
    font-size: 16px;
  }
  .aside_news .list1 li a .art p {
    font-size: 14px;
  }
  .aside_news h2 {
    margin-bottom: 20px;
  }
  .aside_news .list2 li a p {
    font-size: 16px;
    line-height: 30px;
  }
  .aside_news .box.box2 input {
    height: 50px;
    line-height: 50px;
  }
  .aside_news .box.box2 a {
    height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 990px) {
  .aside_news .box {
    padding: 15px;
    border-top: 2px solid #0071e3;
  }
  .aside_news h2 {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
.about2 {
  padding: 5.21vw 0;
}
.cul_list_0312 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-top: 2.6vw;
  margin-bottom: -1.56vw;
}
.cul_list_0312 li {
  width: 23.75%;
  margin-right: 1.66%;
  margin-bottom: 1.56vw;
}
.cul_list_0312 li:nth-child(4n) {
  margin-right: 0;
}
.cul_list_0312 li 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;
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.cul_list_0312 li a:hover {
  transform: translateY(-10px);
}
.cul_list_0312 li a:hover .art .d {
  background: #0071e3;
}
.cul_list_0312 li a:hover .art .d:before,
.cul_list_0312 li a:hover .art .d:after {
  border-color: #0071e3;
}
.cul_list_0312 li a .art {
  position: absolute;
  top: 25.6%;
  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;
  width: 100%;
}
.cul_list_0312 li a .art .d {
  width: 15px;
  height: 15px;
  background: #999999;
  border-radius: 50%;
  margin: 25px;
  position: relative;
}
.cul_list_0312 li a .art .d:before,
.cul_list_0312 li a .art .d:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: center;
  border-radius: 50%;
  border: 1px solid #999;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.cul_list_0312 li a .art .d:before {
  z-index: 1;
  opacity: 1;
  -webkit-animation: fang1 3s linear infinite;
  animation: fang1 3s linear infinite;
}
.cul_list_0312 li a .art .d:after {
  z-index: 1;
  opacity: 1;
  -webkit-animation: fang1 3s linear infinite 1.5s;
  animation: fang1 3s linear infinite 1.5s;
}
.cul_list_0312 li a .art .img {
  width: 3.44vw;
  height: 3.44vw;
  min-width: 35px;
  min-height: 35px;
  margin: 0 auto;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.cul_list_0312 li a .art h3 {
  font-size: 30px;
  color: #333333;
  font-weight: 500;
  margin: 1.56vw 0 2.29vw;
}
@media (max-width: 1680px) {
  .cul_list_0312 li a .art h3 {
    font-size: 26.25px;
  }
}
@media (max-width: 1440px) {
  .cul_list_0312 li a .art h3 {
    font-size: 22.5px;
  }
}
@media (max-width: 1280px) {
  .cul_list_0312 li a .art h3 {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .cul_list_0312 li a .art h3 {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .cul_list_0312 li a .art h3 {
    font-size: 24px;
  }
}
@media (max-width: 1440px) {
  .cul_list_0312 li a .art h3 {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .cul_list_0312 li a .art h3 {
    font-size: 18px;
  }
}
.cul_list_0312 li a .art .info {
  font-size: 18px;
  line-height: 36px;
  color: #666666;
  padding: 0 30px;
  text-align: center;
}
@media (max-width: 1680px) {
  .cul_list_0312 li a .art .info {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .cul_list_0312 li a .art .info {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .cul_list_0312 li a .art .info {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .cul_list_0312 li a .art .info {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .cul_list_0312 li a .art .info {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .cul_list_0312 li a .art .info {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .cul_list_0312 li a .art {
    top: 20%;
  }
  .cul_list_0312 li a .art .info {
    line-height: 30px;
  }
}
@media (max-width: 1280px) {
  .cul_list_0312 li a .art .info {
    line-height: 24px;
  }
}
@media (max-width: 1200px) {
  .cul_list_0312 li a .art {
    top: 10%;
  }
  .cul_list_0312 li a .art .info {
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .culture_0312 {
    padding: 25px 0 40px;
  }
  .cul_list_0312 {
    margin-top: 20px;
  }
  .cul_list_0312 li {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .cul_list_0312 li:nth-child(2n) {
    margin-right: 0;
  }
  .cul_list_0312 li a > img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cul_list_0312 li a .art {
    position: relative;
    padding: 15px 15px 25px;
  }
  .cul_list_0312 li a .art .d {
    margin-bottom: 15px;
  }
  .cul_list_0312 li a .art h3 {
    font-size: 18px;
    margin: 10px 0;
  }
  .cul_list_0312 li a .art .info {
    font-size: 14px;
  }
}
@keyframes fang1 {
  0% {
    transform: scale(1);
    opacity: 1;
    box-sizing: border-box;
  }
  100% {
    opacity: 0;
    box-sizing: border-box;
    transform: scale(4);
  }
}
.pro_dw {
  padding-top: 120px;
  margin-top: -120px;
}
@media (max-width:768px) {
  .about_dw,
  .rd_dw,
  .contact_dw,
  .pro_dw {
    padding-top: 100px;
    margin-top: -100px;
  }
}
.about3_0312 {
  padding: 1.5vw 0 7.3vw;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.about3_0312 h2 {
  text-align: center;
  font-size: 48px;
  color: #22262c;
  font-weight: 600;
}
@media (max-width: 1680px) {
  .about3_0312 h2 {
    font-size: 42px;
  }
}
@media (max-width: 1440px) {
  .about3_0312 h2 {
    font-size: 36px;
  }
}
@media (max-width: 1280px) {
  .about3_0312 h2 {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .about3_0312 h2 {
    font-size: 25.6px;
  }
}
@media (max-width: 1680px) {
  .about3_0312 h2 {
    font-size: 42px;
  }
}
@media (max-width: 1440px) {
  .about3_0312 h2 {
    font-size: 32px;
  }
}
@media (max-width: 1280px) {
  .about3_0312 h2 {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .about3_0312 h2 {
    font-size: 24px;
  }
}
.about3_0312 .swiper_box {
  width: 100%;
  margin: 3.91vw 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: url(../images/bg17_1_0312.png) no-repeat top 162px center;
  background-size: 1920px auto;
}
.about3_0312 .swiper_box .about3_s {
  width: 400px;
  max-width: 90%;
  position: relative;
}
.about3_0312 .swiper_box .about3_s .swiper-button-prev,
.about3_0312 .swiper_box .about3_s .swiper-button-next {
  width: 60px;
  height: 80px;
  top: 0;
  margin-top: 0;
  color: #91969f;
}
.about3_0312 .swiper_box .about3_s .swiper-button-prev:hover,
.about3_0312 .swiper_box .about3_s .swiper-button-next:hover {
  color: #0071e3;
}
.about3_0312 .swiper_box .about3_s .swiper-button-prev:after,
.about3_0312 .swiper_box .about3_s .swiper-button-next:after {
  font-size: 26px;
}
@media (max-width: 1680px) {
  .about3_0312 .swiper_box .about3_s .swiper-button-prev:after,
  .about3_0312 .swiper_box .about3_s .swiper-button-next:after {
    font-size: 22.75px;
  }
}
@media (max-width: 1440px) {
  .about3_0312 .swiper_box .about3_s .swiper-button-prev:after,
  .about3_0312 .swiper_box .about3_s .swiper-button-next:after {
    font-size: 19.5px;
  }
}
@media (max-width: 1280px) {
  .about3_0312 .swiper_box .about3_s .swiper-button-prev:after,
  .about3_0312 .swiper_box .about3_s .swiper-button-next:after {
    font-size: 17.33333333px;
  }
}
@media (max-width: 1024px) {
  .about3_0312 .swiper_box .about3_s .swiper-button-prev:after,
  .about3_0312 .swiper_box .about3_s .swiper-button-next:after {
    font-size: 13.86666667px;
  }
}
@media (max-width: 1680px) {
  .about3_0312 .swiper_box .about3_s .swiper-button-prev:after,
  .about3_0312 .swiper_box .about3_s .swiper-button-next:after {
    font-size: 22px;
  }
}
@media (max-width: 1440px) {
  .about3_0312 .swiper_box .about3_s .swiper-button-prev:after,
  .about3_0312 .swiper_box .about3_s .swiper-button-next:after {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .about3_0312 .swiper_box .about3_s .swiper-button-prev:after,
  .about3_0312 .swiper_box .about3_s .swiper-button-next:after {
    font-size: 16px;
  }
}
.about3_0312 .swiper_box .about3_s .swiper-button-prev {
  left: 28px;
}
.about3_0312 .swiper_box .about3_s .swiper-button-next {
  right: 28px;
}
.about3_0312 .swiper_box .about3_s .swiper {
  width: 100%;
}
.about3_0312 .swiper_box .about3_s .swiper-slide {
  cursor: pointer;
}
.about3_0312 .swiper_box .about3_s .swiper-slide:hover .box p {
  transform: translateY(-10px);
  font-weight: 600;
}
.about3_0312 .swiper_box .about3_s .swiper-slide .box {
  position: absolute;
  top: 180px;
  left: 170px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.about3_0312 .swiper_box .about3_s .swiper-slide .box:before {
  content: '';
  width: 12px;
  height: 12px;
  background: #91969f;
  position: absolute;
  border-radius: 50%;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.about3_0312 .swiper_box .about3_s .swiper-slide.swiper-slide-prev .box {
  top: 280px;
  left: 60px;
}
.about3_0312 .swiper_box .about3_s .swiper-slide.swiper-slide-next .box {
  left: 255px;
  top: 280px;
}
.about3_0312 .swiper_box .about3_s .swiper-slide.swiper-slide-next + .swiper-slide .box {
  top: 180px;
}
.about3_0312 .swiper_box .about3_s .swiper-slide.swiper-slide-active {
  width: 100%;
  border: 1px solid #6f707f;
  border-radius: 10px;
  background: #fff;
  box-shadow: 5px 5px 0px 0px #6f707f;
}
.about3_0312 .swiper_box .about3_s .swiper-slide.swiper-slide-active .box {
  position: relative!important;
  left: auto!important;
  top: auto!important;
}
.about3_0312 .swiper_box .about3_s .swiper-slide.swiper-slide-active .box:before {
  display: none;
}
.about3_0312 .swiper_box .about3_s .swiper-slide.swiper-slide-active h2 {
  font-size: 36px;
  font-family: 'gt_b';
  color: #0071e3;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 1680px) {
  .about3_0312 .swiper_box .about3_s .swiper-slide.swiper-slide-active h2 {
    font-size: 31.5px;
  }
}
@media (max-width: 1440px) {
  .about3_0312 .swiper_box .about3_s .swiper-slide.swiper-slide-active h2 {
    font-size: 27px;
  }
}
@media (max-width: 1280px) {
  .about3_0312 .swiper_box .about3_s .swiper-slide.swiper-slide-active h2 {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .about3_0312 .swiper_box .about3_s .swiper-slide.swiper-slide-active h2 {
    font-size: 19.2px;
  }
}
.about3_0312 .swiper_box .about3_s .swiper-slide.swiper-slide-active .art {
  display: block;
  border-top: 1px solid #22262c;
}
.about3_0312 .swiper_box .about3_s .swiper-slide.swiper-slide-active p.p1 {
  display: none;
}
.about3_0312 .swiper_box .about3_s .swiper-slide h2 {
  font-size: 22px;
  font-family: 'gt_b';
  color: #91969f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 1680px) {
  .about3_0312 .swiper_box .about3_s .swiper-slide h2 {
    font-size: 19.25px;
  }
}
@media (max-width: 1440px) {
  .about3_0312 .swiper_box .about3_s .swiper-slide h2 {
    font-size: 16.5px;
  }
}
@media (max-width: 1280px) {
  .about3_0312 .swiper_box .about3_s .swiper-slide h2 {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  .about3_0312 .swiper_box .about3_s .swiper-slide h2 {
    font-size: 11.73333333px;
  }
}
@media (max-width: 1680px) {
  .about3_0312 .swiper_box .about3_s .swiper-slide h2 {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .about3_0312 .swiper_box .about3_s .swiper-slide h2 {
    font-size: 16px;
  }
}
.about3_0312 .swiper_box .about3_s .swiper-slide p.p1 {
  font-size: 18px;
  text-align: center;
  color: #0071e3;
  margin-top: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .about3_0312 .swiper_box .about3_s .swiper-slide p.p1 {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .about3_0312 .swiper_box .about3_s .swiper-slide p.p1 {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .about3_0312 .swiper_box .about3_s .swiper-slide p.p1 {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .about3_0312 .swiper_box .about3_s .swiper-slide p.p1 {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .about3_0312 .swiper_box .about3_s .swiper-slide p.p1 {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .about3_0312 .swiper_box .about3_s .swiper-slide p.p1 {
    font-size: 14px;
  }
}
.about3_0312 .swiper_box .about3_s .swiper-slide .art {
  display: none;
  padding: 35px 28px;
  border-top: 1px solid transparent;
}
.about3_0312 .swiper_box .about3_s .swiper-slide .art .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 51.46%;
  position: relative;
}
.about3_0312 .swiper_box .about3_s .swiper-slide .art .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;
}
.about3_0312 .swiper_box .about3_s .swiper-slide .art .info {
  font-size: 18px;
  line-height: 30px;
  margin-top: 20px;
  height: 120px;
  overflow-y: auto;
  padding-right: 5px;
  scrollbar-width: thin;
  scrollbar-color: #0071e3 transparent;
}
@media (max-width: 1680px) {
  .about3_0312 .swiper_box .about3_s .swiper-slide .art .info {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .about3_0312 .swiper_box .about3_s .swiper-slide .art .info {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .about3_0312 .swiper_box .about3_s .swiper-slide .art .info {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .about3_0312 .swiper_box .about3_s .swiper-slide .art .info {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .about3_0312 .swiper_box .about3_s .swiper-slide .art .info {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .about3_0312 .swiper_box .about3_s .swiper-slide .art .info {
    font-size: 14px;
  }
}
.about3_0312 .swiper_box .about3_s .swiper-slide .art .info::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  background-color: transparent;
}
.about3_0312 .swiper_box .about3_s .swiper-slide .art .info::-webkit-scrollbar-thumb {
  background-color: #0071e3;
  border-radius: 10px;
}
@media (max-width:1440px) {
  .about3_0312 .swiper_box .about3_s .swiper-slide .art .info {
    line-height: 26px;
    height: 78px;
  }
}
@media (max-width:1280px) {
  .about3_0312 .swiper_box .about3_s .swiper-slide .art .info {
    line-height: 24px;
    height: 72px;
  }
}
@media (max-width:768px) {
  .about3_0312 .swiper_box .about3_s .swiper-slide .art .info {
    line-height: 22px;
    height: 66px;
  }
}
.about3_0312 .swiper_box .about3_s .swiper-slide .art .info p {
  position: relative;
}
.about3_0312 .swiper_box .about3_s .swiper-slide .art .info p:before {
  content: '';
  width: 7px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 10px;
  background: #0071e3;
  display: none;
}
.about3_0312 .about4_s {
  display: none;
}
@media (max-width: 1680px) {
  .about3_0312 .swiper_box {
    background-size: 1680px auto;
  }
  .about3_0312 .swiper_box .about3_s .swiper-slide .box {
    left: 270px;
  }
  .about3_0312 .swiper_box .about3_s .swiper-slide.swiper-slide-prev .box {
    left: 130px;
    top: 270px;
  }
  .about3_0312 .swiper_box .about3_s .swiper-slide.swiper-slide-next .box {
    left: 220px;
    top: 270px;
  }
  .about3_0312 .swiper_box .about3_s .swiper-slide.swiper-slide-next + .swiper-slide .box {
    left: 80px;
  }
}
@media (max-width: 1440px) {
  .about3_0312 .swiper_box {
    background-size: 1440px auto;
  }
  .about3_0312 .swiper_box .about3_s .swiper-slide .box {
    left: 380px;
  }
  .about3_0312 .swiper_box .about3_s .swiper-slide.swiper-slide-prev .box {
    left: 200px;
    top: 255px;
  }
  .about3_0312 .swiper_box .about3_s .swiper-slide.swiper-slide-next .box {
    left: 150px;
    top: 255px;
  }
  .about3_0312 .swiper_box .about3_s .swiper-slide.swiper-slide-next + .swiper-slide .box {
    left: -20px;
  }
}
@media (max-width: 1280px) {
  .about3_0312 .swiper_box {
    background-size: 1280px auto;
  }
  .about3_0312 .swiper_box .about3_s .swiper-slide .box {
    left: 440px;
  }
  .about3_0312 .swiper_box .about3_s .swiper-slide.swiper-slide-prev .box {
    left: 230px;
    top: 250px;
  }
  .about3_0312 .swiper_box .about3_s .swiper-slide.swiper-slide-next .box {
    left: 110px;
    top: 250px;
  }
  .about3_0312 .swiper_box .about3_s .swiper-slide.swiper-slide-next + .swiper-slide .box {
    left: -80px;
  }
}
@media (max-width: 768px) {
  .about3_0312 {
    padding: 20px 0 ;
  }
  .about3_0312 .swiper_box {
    background: none;
  }
  .about3_0312 .swiper_box .about3_s {
    width: 320px;
    margin-top: 15px;
  }
  .about3_0312 .swiper_box .about3_s .swiper-button-prev,
  .about3_0312 .swiper_box .about3_s .swiper-button-next {
    height: 60px;
  }
  .about3_0312 .swiper_box .about3_s .swiper-slide .box {
    display: none;
  }
  .about3_0312 .swiper_box .about3_s .swiper-slide.swiper-slide-active .box {
    display: block;
  }
  .about3_0312 .swiper_box .about3_s .swiper-slide.swiper-slide-active h2 {
    height: 60px;
  }
  .about3_0312 .about4_s {
    display: block;
    overflow: hidden;
    margin-top: 20px;
  }
  .about3_0312 .about4_s .swiper-slide.swiper-slide-active h2 {
    color: #0071e3;
  }
  .about3_0312 .about4_s .swiper-slide.swiper-slide-active p {
    color: #0071e3;
  }
  .about3_0312 .about4_s .swiper-slide h2 {
    font-size: 18px;
    margin-bottom: 5px;
    text-align: center;
  }
  .about3_0312 .about4_s .swiper-slide p {
    text-align: center;
  }
}
.honor_0312 {
  padding: 4.95vw 0 5.21vw;
  background: #f2f4f8;
}
.honor_0312 .top {
  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;
}
.honor_0312 .top 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.4;
  margin: 0 2.08vw;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.honor_0312 .top a.on {
  opacity: 1;
}
.honor_0312 .top a.on .icon img {
  display: none;
}
.honor_0312 .top a.on .icon img.on {
  display: block;
}
.honor_0312 .top a.on p {
  color: #0071e3;
}
.honor_0312 .top a .icon {
  width: 1.5vw;
  height: 1.5vw;
  min-width: 16px;
  min-height: 16px;
  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-right: 0.78vw;
}
.honor_0312 .top a .icon img {
  display: block;
}
.honor_0312 .top a .icon img.on {
  display: none;
}
.honor_0312 .top a p {
  font-size: 28px;
  color: #22262c;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .honor_0312 .top a p {
    font-size: 24.5px;
  }
}
@media (max-width: 1440px) {
  .honor_0312 .top a p {
    font-size: 21px;
  }
}
@media (max-width: 1280px) {
  .honor_0312 .top a p {
    font-size: 18.66666667px;
  }
}
@media (max-width: 1024px) {
  .honor_0312 .top a p {
    font-size: 14.93333333px;
  }
}
@media (max-width: 1680px) {
  .honor_0312 .top a p {
    font-size: 24px;
  }
}
@media (max-width: 1440px) {
  .honor_0312 .top a p {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .honor_0312 .top a p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .honor_0312 .top {
    margin: 20px 0 30px;
  }
}
.honor_list_0312 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-top: 3.13vw;
  margin-bottom: 0.78vw;
}
.honor_list_0312 li {
  width: 23.125%;
  margin-right: 2.5%;
  margin-bottom: 2.08vw;
  padding: 1.82vw 1.82vw 0;
  background: #fff;
  border: 1px solid #e8e8e8;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.honor_list_0312 li:nth-child(4n) {
  margin-right: 0;
}
.honor_list_0312 li:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.honor_list_0312 li:hover .imgbox img {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  -ms-transform: translate(-50%, -50%) scale(1.05);
  -o-transform: translate(-50%, -50%) scale(1.05);
  transform: translate(-50%, -50%) scale(1.05);
}
.honor_list_0312 li:hover p {
  color: #0071e3;
}
.honor_list_0312 li .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 80%;
  position: relative;
  overflow: hidden;
  margin-bottom: 1.82vw;
}
.honor_list_0312 li .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;
}
.honor_list_0312 li p {
  height: 3.65vw;
  min-height: 40px;
  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: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  color: #333333;
  border-top: 2px solid #eaeaea;
}
@media (max-width: 1680px) {
  .honor_list_0312 li p {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .honor_list_0312 li p {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .honor_list_0312 li p {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .honor_list_0312 li p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .honor_list_0312 li p {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .honor_list_0312 li p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .honor_0312 {
    padding: 20px 0 40px;
  }
  .honor_0312 .top a {
    margin: 0 10px;
  }
  .honor_0312 .top a p {
    font-size: 16px;
  }
  .honor_list_0312 {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .honor_list_0312 li {
    width: calc(50% - 7.5px);
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .honor_list_0312 li:nth-child(2n) {
    margin-right: 0;
  }
}
.honor_tabb .item {
  display: none;
}
.honor_tabb .item.on {
  display: block;
}
.contact1 {
  padding: 5.21vw 0;
}
.contact1 .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 2.6vw;
  margin-bottom: 3.65vw;
  border-bottom: 1px solid #e8e8e8;
}
.contact1 .top .left {
  width: 50%;
}
.contact1 .top .left h2 {
  font-size: 48px;
  color: #222222;
  margin-bottom: 1.04vw;
}
@media (max-width: 1680px) {
  .contact1 .top .left h2 {
    font-size: 42px;
  }
}
@media (max-width: 1440px) {
  .contact1 .top .left h2 {
    font-size: 36px;
  }
}
@media (max-width: 1280px) {
  .contact1 .top .left h2 {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .contact1 .top .left h2 {
    font-size: 25.6px;
  }
}
@media (max-width: 1680px) {
  .contact1 .top .left h2 {
    font-size: 42px;
  }
}
@media (max-width: 1440px) {
  .contact1 .top .left h2 {
    font-size: 32px;
  }
}
@media (max-width: 1280px) {
  .contact1 .top .left h2 {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .contact1 .top .left h2 {
    font-size: 24px;
  }
}
.contact1 .top .left p {
  font-size: 20px;
  color: #666666;
}
@media (max-width: 1680px) {
  .contact1 .top .left p {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .contact1 .top .left p {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .contact1 .top .left p {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .contact1 .top .left p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .contact1 .top .left p {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .contact1 .top .left p {
    font-size: 16px;
  }
}
.contact1 .top .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;
}
.contact1 .top .right .ewm {
  border: 1px solid #d8d8d8;
  width: 7.08vw;
  min-width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.contact1 .top .right .ewm img {
  width: 100%;
}
.contact1 .top .right .art {
  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: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-right: 2vw;
}
.contact1 .top .right .art span {
  font-size: 18px;
  color: #666666;
}
@media (max-width: 1680px) {
  .contact1 .top .right .art span {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .contact1 .top .right .art span {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .contact1 .top .right .art span {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .contact1 .top .right .art span {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .contact1 .top .right .art span {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .contact1 .top .right .art span {
    font-size: 14px;
  }
}
.contact1 .top .right .art p {
  font-size: 36px;
  font-family: "din_mi";
  position: relative;
  padding-bottom: 1.3vw;
}
@media (max-width: 1680px) {
  .contact1 .top .right .art p {
    font-size: 31.5px;
  }
}
@media (max-width: 1440px) {
  .contact1 .top .right .art p {
    font-size: 27px;
  }
}
@media (max-width: 1280px) {
  .contact1 .top .right .art p {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .contact1 .top .right .art p {
    font-size: 19.2px;
  }
}
.contact1 .top .right .art p:before {
  content: '';
  width: 24px;
  height: 4px;
  background: #0071e3;
  position: absolute;
  right: 0;
  bottom: 0;
}
.contact1 .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.contact1 .items .item {
  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;
}
.contact1 .items .item .icon {
  width: 4.43vw;
  height: 4.43vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border: 1px solid #d0d0d0;
  margin-right: 1.3vw;
  border-radius: 50%;
  min-width: 40px;
  min-height: 40px;
}
.contact1 .items .item .icon img {
  max-width: 50%;
  max-height: 50%;
}
.contact1 .items .item .art span {
  font-size: 20px;
  font-family: "hs_l";
  font-weight: 600;
}
@media (max-width: 1680px) {
  .contact1 .items .item .art span {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .contact1 .items .item .art span {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .contact1 .items .item .art span {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .contact1 .items .item .art span {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .contact1 .items .item .art span {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .contact1 .items .item .art span {
    font-size: 16px;
  }
}
.contact1 .items .item .art p {
  margin-top: 0.52vw;
  font-size: 18px;
  font-family: "din_mi";
}
@media (max-width: 768px) {
  .contact1 {
    padding: 40px 0;
  }
  .contact1 .top {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .contact1 .top .left {
    width: 100%;
    margin-bottom: 0px;
  }
  .contact1 .top .right {
    width: 100%;
    display: none;
  }
  .contact1 .items {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .contact1 .items .item {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 15px;
  }
  .contact1 .items .item .icon {
    margin-right: 15px;
  }
  .contact1 .items .item .art p {
    margin-top: 0;
  }
}
.contact2 {
  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;
}
.contact2 .dw {
  width: 16px;
  height: 7px;
  background-image: url(../images/dw.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
  position: absolute;
  top: 58%;
  left: 50%;
}
.contact2 .dw .dz {
  width: 465px;
  max-width: 90vw;
  height: auto;
  background: #fff;
  padding: 1.3vw;
  position: absolute;
  bottom: 18px;
  left: calc(50% - 8px);
  transform: translateX(-50%);
  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;
  border: none;
}
.contact2 .dw .dz:before {
  width: 18px;
  height: 18px;
  content: '';
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.contact2 .dw .dz p {
  text-align: center;
  font-size: 16px;
  color: #525252;
  margin-top: 10px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1680px) {
  .contact2 .dw .dz p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .contact2 .dw .dz p {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .contact2 .dw .dz p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .contact2 .dw .dz p {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .contact2 .dw .dz p {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .contact2 .dw .dz p {
    font-size: 14px;
  }
}
.contact2 .dw:before,
.contact2 .dw:after {
  content: '';
  width: 100%;
  height: 100%;
  background-image: url(../images/dw.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contact2 .dw:before {
  animation: yfd 2s linear infinite;
}
.contact2 .dw:after {
  animation: yfd 2s linear infinite 1s;
}
@keyframes yfd {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(6);
  }
}
@media (max-width: 768px) {
  .contact2 .map_img {
    width: 700px;
    height: 300px;
    object-fit: cover;
  }
  .contact2 .dw .dz {
    padding: 15px;
    width: 300px;
  }
  .contact2 .dw .dz img {
    max-height: 15px;
  }
  .contact2 .dw .dz p {
    font-size: 13px;
  }
}
.contact3 {
  padding: 5.21vw 0;
}
.contact3 h2 {
  font-size: 48px;
}
@media (max-width: 1680px) {
  .contact3 h2 {
    font-size: 42px;
  }
}
@media (max-width: 1440px) {
  .contact3 h2 {
    font-size: 36px;
  }
}
@media (max-width: 1280px) {
  .contact3 h2 {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .contact3 h2 {
    font-size: 25.6px;
  }
}
@media (max-width: 1680px) {
  .contact3 h2 {
    font-size: 42px;
  }
}
@media (max-width: 1440px) {
  .contact3 h2 {
    font-size: 32px;
  }
}
@media (max-width: 1280px) {
  .contact3 h2 {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .contact3 h2 {
    font-size: 24px;
  }
}
.contact3 .form {
  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-top: 1.82vw;
}
.contact3 .form input {
  width: 49.3%;
  height: 2.81vw;
  min-height: 40px;
  background: #f5f5f5;
  margin-bottom: 0.78vw;
  padding: 0 1.04vw;
  font-size: 16px;
}
@media (max-width: 1680px) {
  .contact3 .form input {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .contact3 .form input {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .contact3 .form input {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .contact3 .form input {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .contact3 .form input {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .contact3 .form input {
    font-size: 14px;
  }
}
.contact3 .form input::placeholder {
  font-size: 16px;
}
@media (max-width: 1680px) {
  .contact3 .form input::placeholder {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .contact3 .form input::placeholder {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .contact3 .form input::placeholder {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .contact3 .form input::placeholder {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .contact3 .form input::placeholder {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .contact3 .form input::placeholder {
    font-size: 14px;
  }
}
.contact3 .form textarea {
  width: 100%;
  background: #f5f5f5;
  padding: 1.04vw;
  height: 6.77vw;
  min-height: 90px;
  margin-bottom: 1.15vw;
  font-size: 16px;
}
@media (max-width: 1680px) {
  .contact3 .form textarea {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .contact3 .form textarea {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .contact3 .form textarea {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .contact3 .form textarea {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .contact3 .form textarea {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .contact3 .form textarea {
    font-size: 14px;
  }
}
.contact3 .form textarea::placeholder {
  font-size: 16px;
}
@media (max-width: 1680px) {
  .contact3 .form textarea::placeholder {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .contact3 .form textarea::placeholder {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .contact3 .form textarea::placeholder {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .contact3 .form textarea::placeholder {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .contact3 .form textarea::placeholder {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .contact3 .form textarea::placeholder {
    font-size: 14px;
  }
}
.contact3 .form .btn_a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 8.33vw;
  height: 2.6vw;
  min-width: 120px;
  min-height: 40px;
  -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;
  color: #0071e3;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  border: 1px solid #0071e3;
}
@media (max-width: 1680px) {
  .contact3 .form .btn_a {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .contact3 .form .btn_a {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .contact3 .form .btn_a {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .contact3 .form .btn_a {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .contact3 .form .btn_a {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .contact3 .form .btn_a {
    font-size: 14px;
  }
}
.contact3 .form .btn_a:before {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.contact3 .form .btn_a span {
  position: relative;
  z-index: 1;
}
.contact3 .form .btn_a:hover:before {
  width: 100%;
  background: #0071e3;
}
.contact3 .form .btn_a:hover span {
  color: #fff;
}
@media (max-width:768px) {
  .contact3 {
    padding: 40px 0;
  }
  .contact3 .form {
    margin-top: 15px;
  }
  .contact3 .form input {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 10px;
  }
  .contact3 .form textarea {
    padding: 15px;
  }
  .contact3 .form a {
    margin-top: 15px;
  }
}
.about1 {
  padding: 8.33vw 0 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;
  background: url(../images/j3.jpg) no-repeat center;
}
.about1 .left {
  width: 50%;
  position: relative;
}
.about1 .left .img1 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
.about1 .left:before {
  content: '';
  width: 75%;
  height: 95%;
  position: absolute;
  bottom: 0;
  right: 4.17vw;
  background: #e8ebef;
  z-index: 1;
}
.about1 .left .img2 {
  position: absolute;
  right: -2.6vw;
  top: 0;
  z-index: 2;
  width: 40%;
}
.about1 .right {
  width: 45.8%;
  padding-right: 8.33vw;
}
.about1 .right .tt {
  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-top: 6.25vw;
  font-size: 18px;
  white-space: nowrap;
  font-family: 'din_m', 'hs_m';
  text-transform: uppercase;
}
.about1 .right .tt .line {
  width: 17.71vw;
  height: 1px;
  background: #333;
  opacity: 0.35;
  margin-right: 5px;
}
@media (max-width: 1680px) {
  .about1 .right .tt {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .about1 .right .tt {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .about1 .right .tt {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .about1 .right .tt {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .about1 .right .tt {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .about1 .right .tt {
    font-size: 14px;
  }
}
.about1 .right h2 {
  font-size: 40px;
  margin-top: 5.73vw;
}
@media (max-width: 1680px) {
  .about1 .right h2 {
    font-size: 35px;
  }
}
@media (max-width: 1440px) {
  .about1 .right h2 {
    font-size: 30px;
  }
}
@media (max-width: 1280px) {
  .about1 .right h2 {
    font-size: 26.66666667px;
  }
}
@media (max-width: 1024px) {
  .about1 .right h2 {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1680px) {
  .about1 .right h2 {
    font-size: 34px;
  }
}
@media (max-width: 1440px) {
  .about1 .right h2 {
    font-size: 26px;
  }
}
@media (max-width: 1280px) {
  .about1 .right h2 {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .about1 .right h2 {
    font-size: 20px;
  }
}
.about1 .right .info {
  font-size: 16px;
  line-height: 32px;
  font-family: "hs_l";
  font-weight: 300;
  margin: 1.56vw 0;
  max-height: 320px;
  padding-right: 5px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #0071e3 transparent;
}
@media (max-width: 1680px) {
  .about1 .right .info {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .about1 .right .info {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .about1 .right .info {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .about1 .right .info {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .about1 .right .info {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .about1 .right .info {
    font-size: 14px;
  }
}
.about1 .right .info::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  background-color: transparent;
}
.about1 .right .info::-webkit-scrollbar-thumb {
  background-color: #0071e3;
  border-radius: 10px;
}
.about1 .right .items {
  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: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.about1 .right .items h3 {
  font-size: 30px;
  color: #0071e3;
}
@media (max-width: 1680px) {
  .about1 .right .items h3 {
    font-size: 26.25px;
  }
}
@media (max-width: 1440px) {
  .about1 .right .items h3 {
    font-size: 22.5px;
  }
}
@media (max-width: 1280px) {
  .about1 .right .items h3 {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .about1 .right .items h3 {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .about1 .right .items h3 {
    font-size: 24px;
  }
}
@media (max-width: 1440px) {
  .about1 .right .items h3 {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .about1 .right .items h3 {
    font-size: 18px;
  }
}
.about1 .right .items h3 span {
  font-size: 56px;
}
@media (max-width: 1680px) {
  .about1 .right .items h3 span {
    font-size: 49px;
  }
}
@media (max-width: 1440px) {
  .about1 .right .items h3 span {
    font-size: 42px;
  }
}
@media (max-width: 1280px) {
  .about1 .right .items h3 span {
    font-size: 37.33333333px;
  }
}
@media (max-width: 1024px) {
  .about1 .right .items h3 span {
    font-size: 29.86666667px;
  }
}
.about1 .right .items p {
  font-size: 24px;
}
@media (max-width: 1680px) {
  .about1 .right .items p {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .about1 .right .items p {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .about1 .right .items p {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .about1 .right .items p {
    font-size: 12.8px;
  }
}
@media (max-width: 1680px) {
  .about1 .right .items p {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .about1 .right .items p {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .about1 .right .items p {
    font-size: 16px;
  }
}
.about1 .right .items i {
  width: 1px;
  height: 50px;
  background: rgba(0, 0, 0, 0.3);
}
@media (max-width:768px) {
  .about1 .right .items {
    padding: 10px 0 0px;
  }
  .about1 .right .items p {
    font-size: 12px;
  }
  .about1 .right .items i {
    display: none;
  }
}
@media (max-width:1520px) {
  .about1 .right {
    padding-right: 60px;
  }
}
@media (max-width:1440px) {
  .about1 .right .info {
    line-height: 26px;
    max-height: 260px;
  }
}
@media (max-width:1280px) {
  .about1 .right .info {
    line-height: 24px;
    max-height: 240px;
  }
}
@media (max-width:1200px) {
  .about1 .right .info {
    max-height: 192px;
  }
}
@media (max-width:1024px) {
  .about1 .right {
    padding-right: 30px;
  }
}
@media (max-width:990px) {
  .about1 .right {
    padding-right: 20px;
  }
}
@media (max-width:768px) {
  .about1 {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    padding: 40px 0 0;
  }
  .about1 .left {
    width: 100%;
  }
  .about1 .left:before {
    width: 75%;
    right: 50px;
  }
  .about1 .left .img2 {
    right: 0;
    width: 35%;
  }
  .about1 .right {
    width: 100%;
    padding: 20px;
  }
  .about1 .right .tt {
    margin-top: 0;
  }
  .about1 .right h2 {
    margin-top: 15px;
  }
  .about1 .right .info {
    margin: 10px 0;
  }
}
.fenlei {
  height: auto;
  position: relative;
  z-index: 2;
}
.fenlei .top {
  width: 100%;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  top: -56px;
  position: absolute;
  -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;
}
.fenlei .top .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
}
.fenlei .top .left 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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 18px;
  font-family: "hs_l";
  font-weight: 600;
  color: #fff;
  padding: 0 30px;
}
@media (max-width: 1680px) {
  .fenlei .top .left a {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .fenlei .top .left a {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .fenlei .top .left a {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .fenlei .top .left a {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .fenlei .top .left a {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .fenlei .top .left a {
    font-size: 14px;
  }
}
.fenlei .top .left a span {
  margin: 0 12px;
  white-space: nowrap;
}
.fenlei .top .left a img {
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.fenlei .top .left a:hover,
.fenlei .top .left a.on {
  background: #0071e3;
}
.fenlei .top .left a:hover img,
.fenlei .top .left a.on img {
  opacity: 1;
}
.fenlei .top .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;
}
.fenlei .top .right input {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.2);
  width: 210px;
  padding: 0 15px;
  height: 100%;
}
@media (max-width: 1680px) {
  .fenlei .top .right input {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .fenlei .top .right input {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .fenlei .top .right input {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .fenlei .top .right input {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .fenlei .top .right input {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .fenlei .top .right input {
    font-size: 14px;
  }
}
.fenlei .top .right input::placeholder {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 1680px) {
  .fenlei .top .right input::placeholder {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .fenlei .top .right input::placeholder {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .fenlei .top .right input::placeholder {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .fenlei .top .right input::placeholder {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .fenlei .top .right input::placeholder {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .fenlei .top .right input::placeholder {
    font-size: 14px;
  }
}
.fenlei .top .right button {
  color: #fff;
  font-size: 30px;
}
@media (max-width: 1680px) {
  .fenlei .top .right button {
    font-size: 26.25px;
  }
}
@media (max-width: 1440px) {
  .fenlei .top .right button {
    font-size: 22.5px;
  }
}
@media (max-width: 1280px) {
  .fenlei .top .right button {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .fenlei .top .right button {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .fenlei .top .right button {
    font-size: 24px;
  }
}
@media (max-width: 1440px) {
  .fenlei .top .right button {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .fenlei .top .right button {
    font-size: 18px;
  }
}
.fenlei .tabb {
  background: #f5f5f5;
}
.fenlei .tabb .item {
  display: none;
}
.fenlei .tabb .item.on {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.fenlei .tabb .item a {
  font-size: 18px;
  color: #333333;
  padding: 1.3vw 1.82vw;
  position: relative;
}
@media (max-width: 1680px) {
  .fenlei .tabb .item a {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .fenlei .tabb .item a {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .fenlei .tabb .item a {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .fenlei .tabb .item a {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .fenlei .tabb .item a {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .fenlei .tabb .item a {
    font-size: 14px;
  }
}
.fenlei .tabb .item a:before {
  content: '';
  width: 1px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  background: #e5e5e5;
  margin-top: -7px;
}
.fenlei .tabb .item a:last-child:before {
  display: none;
}
.fenlei .tabb .item a:hover,
.fenlei .tabb .item a.on {
  color: #0071e3;
}
@media (max-width:1280px) {
  .fenlei .top {
    height: 46px;
    top: -46px;
  }
  .fenlei .top a {
    padding: 0 20px;
  }
  .fenlei .top a img {
    width: 16px;
  }
}
@media (max-width:768px) {
  .fenlei {
    padding-top: 110px;
  }
  .fenlei .top {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    height: 100px;
    top: 10px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  .fenlei .top .left {
    width: 100%;
    height: 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .fenlei .top .left a {
    color: #333;
    padding: 0 10px;
    width: 33.33%;
  }
  .fenlei .top .left a span {
    margin: 0 8px;
  }
  .fenlei .top .left a.on,
  .fenlei .top .left a:hover {
    color: #fff;
  }
  .fenlei .top .right {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
  }
  .fenlei .top .right input {
    color: rgba(0, 0, 0, 0.5);
    width: calc(100% - 40px);
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .fenlei .top .right input::placeholder {
    color: rgba(0, 0, 0, 0.5);
  }
  .fenlei .top .right button {
    width: 40px;
    height: 40px;
    color: #333;
  }
  .fenlei .tabb .item.on {
    padding: 15px;
  }
  .fenlei .tabb .item a {
    padding: 5px 15px;
  }
}
.pro_list {
  margin-bottom: 3.13vw;
}
.pro_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 3.91vw 0;
  border-bottom: 1px solid #f5f5f5;
}
.pro_list li a:hover .imgbox:before {
  width: 100%;
  height: 100%;
}
.pro_list li a:hover h3 span:before {
  width: 100%;
}
.pro_list li a:hover .hh_btn {
  color: #fff;
}
.pro_list li a:hover .hh_btn:before {
  left: 0;
}
.pro_list li .left {
  width: 51.4%;
}
.pro_list li .right {
  width: 45%;
}
.pro_list li .imgbox {
  height: 485px;
  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;
}
.pro_list li .imgbox:before {
  content: '';
  width: 50%;
  height: 50%;
  background: #f5f5f5;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.pro_list li .imgbox img {
  max-width: 80%;
  max-height: 80%;
}
.pro_list li .s1 {
  font-size: 16px;
}
@media (max-width: 1680px) {
  .pro_list li .s1 {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .pro_list li .s1 {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .pro_list li .s1 {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .pro_list li .s1 {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .pro_list li .s1 {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .pro_list li .s1 {
    font-size: 14px;
  }
}
.pro_list li h3 {
  font-size: 40px;
  margin-bottom: 2.08vw;
}
@media (max-width: 1680px) {
  .pro_list li h3 {
    font-size: 35px;
  }
}
@media (max-width: 1440px) {
  .pro_list li h3 {
    font-size: 30px;
  }
}
@media (max-width: 1280px) {
  .pro_list li h3 {
    font-size: 26.66666667px;
  }
}
@media (max-width: 1024px) {
  .pro_list li h3 {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1680px) {
  .pro_list li h3 {
    font-size: 34px;
  }
}
@media (max-width: 1440px) {
  .pro_list li h3 {
    font-size: 26px;
  }
}
@media (max-width: 1280px) {
  .pro_list li h3 {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .pro_list li h3 {
    font-size: 20px;
  }
}
.pro_list li h3 span {
  position: relative;
}
.pro_list li h3 span:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0.42vw;
  width: 0%;
  height: 3px;
  background: #0071e3;
  z-index: -1;
  opacity: 0.8;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.pro_list li .s2 {
  font-size: 16px;
  color: #999999;
}
@media (max-width: 1680px) {
  .pro_list li .s2 {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .pro_list li .s2 {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .pro_list li .s2 {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .pro_list li .s2 {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .pro_list li .s2 {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .pro_list li .s2 {
    font-size: 14px;
  }
}
.pro_list li .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-top: 15px;
}
.pro_list li .item span {
  width: 100%;
  padding-left: 18px;
  position: relative;
  margin: 5px 0;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
}
@media (max-width: 1680px) {
  .pro_list li .item span {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .pro_list li .item span {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .pro_list li .item span {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .pro_list li .item span {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .pro_list li .item span {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .pro_list li .item span {
    font-size: 14px;
  }
}
.pro_list li .item span:before {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  box-sizing: border-box;
  border: 2px solid #0071e3;
  border-radius: 50%;
}
.pro_list li .hh_btn {
  margin-top: 3.13vw;
  padding: 0 2.6vw;
  background: #fff;
  color: #0071e3;
}
.pro_list li .hh_btn:before {
  background: #0071e3;
}
.pro_list li .hh_btn span {
  white-space: nowrap;
}
@media (max-width:1520px) {
  .pro_list li .imgbox {
    height: 28.5vw;
    min-height: 300px;
  }
}
@media (max-width:768px) {
  .pro_list {
    margin: 10px 0 20px;
  }
  .pro_list li a {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    padding: 15px 0;
  }
  .pro_list li .left {
    width: 100%;
  }
  .pro_list li .left .imgbox {
    height: 200px;
    min-height: 200px;
  }
  .pro_list li .left .imgbox:before {
    width: 100%;
    height: 100%;
  }
  .pro_list li .right {
    width: 100%;
    margin: 10px 0 0;
  }
  .pro_list li .item {
    margin-top: 5px;
  }
  .pro_list li .hh_btn {
    padding: 0 20px;
    margin-top: 15px;
  }
}
.fyq2_b {
  margin-bottom: 100px;
}
@media (max-width:768px) {
  .fyq2_b {
    margin-bottom: 40px;
  }
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pro1 {
  padding: 5.73vw 0 4.17vw;
  background: #f5f5f5;
  position: relative;
}
.pro1 .crumbs {
  height: auto;
  position: absolute;
  width: 100%;
  top: 25px;
}
.pro1 .crumbs a,
.pro1 .crumbs i {
  color: #333;
}
.pro1 .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;
}
.pro1 .left {
  width: 47.15%;
}
.pro1 .right {
  width: 41%;
  position: relative;
}
.pro1 h3 {
  font-size: 40px;
  margin: 2.97vw 0 2.08vw;
}
@media (max-width: 1680px) {
  .pro1 h3 {
    font-size: 35px;
  }
}
@media (max-width: 1440px) {
  .pro1 h3 {
    font-size: 30px;
  }
}
@media (max-width: 1280px) {
  .pro1 h3 {
    font-size: 26.66666667px;
  }
}
@media (max-width: 1024px) {
  .pro1 h3 {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1680px) {
  .pro1 h3 {
    font-size: 34px;
  }
}
@media (max-width: 1440px) {
  .pro1 h3 {
    font-size: 26px;
  }
}
@media (max-width: 1280px) {
  .pro1 h3 {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .pro1 h3 {
    font-size: 20px;
  }
}
.pro1 h3 span {
  position: relative;
}
.pro1 h3 span:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0.42vw;
  width: 0%;
  height: 3px;
  background: #0071e3;
  z-index: -1;
  opacity: 0.8;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.pro1 .s2 {
  font-size: 16px;
  color: #999999;
}
@media (max-width: 1680px) {
  .pro1 .s2 {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .pro1 .s2 {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .pro1 .s2 {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .pro1 .s2 {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .pro1 .s2 {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .pro1 .s2 {
    font-size: 14px;
  }
}
.pro1 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-top: 15px;
}
.pro1 .item p {
  width: 100%;
  padding-left: 18px;
  position: relative;
  margin: 5px 0;
  font-size: 16px;
  padding-right: 10px;
}
@media (max-width: 1680px) {
  .pro1 .item p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .pro1 .item p {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .pro1 .item p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .pro1 .item p {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .pro1 .item p {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .pro1 .item p {
    font-size: 14px;
  }
}
.pro1 .item p:before {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 6px;
  box-sizing: border-box;
  border: 2px solid #0071e3;
  border-radius: 50%;
}
.pro1 .btns {
  position: absolute;
  left: 0;
  top: 440px;
  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;
}
.pro1 .hh_btn {
  padding: 0 1.82vw;
  background: #fff;
  color: #0071e3;
  margin-right: 20px;
}
.pro1 .hh_btn:before {
  background: #0071e3;
}
.pro1 .hh_btn span {
  white-space: nowrap;
}
.pro1 .hh_btn em {
  display: block;
  margin-right: 10px;
}
.pro1 .hh_btn .i1 {
  width: 5px;
  height: 9px;
  background-image: url(../images/p5.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.pro1 .hh_btn .i2 {
  width: 10px;
  height: 8px;
  background-image: url(../images/p6.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.pro1 .hh_btn:hover {
  color: #fff;
}
.pro1 .hh_btn:hover .i1 {
  background-image: url(../images/p5_1.png);
}
.pro1 .hh_btn:hover .i2 {
  background-image: url(../images/p6_1.png);
}
@media (max-width:1440px) {
  .pro1 .btns {
    top: 30.5vw;
  }
}
@media (max-width:1200px) {
  .pro1 {
    padding-top: 80px;
  }
}
@media (max-width:768px) {
  .pro1 {
    padding-bottom: 20px;
  }
  .pro1 .left {
    width: 100%;
  }
  .pro1 .right {
    width: 100%;
    padding-bottom: 70px;
  }
  .pro1 .btns {
    top: auto;
    bottom: 20px;
  }
  .pro1 .hh_btn {
    padding: 0 15px;
    margin-right: 15px;
  }
}
.pro1_s1 {
  overflow: hidden;
  width: 100%;
  height: 440px;
  background: #fff;
}
.pro1_s1 .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;
}
.pro1_s1 .swiper-slide img {
  max-width: 80%;
  max-height: 80%;
}
@media (max-width:1440px) {
  .pro1_s1 {
    height: 30.5vw;
  }
}
@media (max-width:768px) {
  .pro1_s1 {
    height: 200px;
  }
}
.pro1_s2 {
  padding: 0 50px;
  position: relative;
  margin-top: 1.56vw;
}
.pro1_s2 .swiper-button-prev,
.pro1_s2 .swiper-button-next {
  color: #333;
}
.pro1_s2 .swiper-button-prev:after,
.pro1_s2 .swiper-button-next:after {
  font-size: 20px;
}
@media (max-width: 1680px) {
  .pro1_s2 .swiper-button-prev:after,
  .pro1_s2 .swiper-button-next:after {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .pro1_s2 .swiper-button-prev:after,
  .pro1_s2 .swiper-button-next:after {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .pro1_s2 .swiper-button-prev:after,
  .pro1_s2 .swiper-button-next:after {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .pro1_s2 .swiper-button-prev:after,
  .pro1_s2 .swiper-button-next:after {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .pro1_s2 .swiper-button-prev:after,
  .pro1_s2 .swiper-button-next:after {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .pro1_s2 .swiper-button-prev:after,
  .pro1_s2 .swiper-button-next:after {
    font-size: 16px;
  }
}
.pro1_s2 .swiper {
  overflow: hidden;
}
.pro1_s2 .swiper .swiper-slide {
  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;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.pro1_s2 .swiper .swiper-slide.swiper-slide-active img {
  opacity: 1;
}
.pro1_s2 .swiper .swiper-slide img {
  max-width: 80%;
  max-height: 80%;
  opacity: 0.5;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.pro_nav {
  background: #fff;
  position: sticky;
  top: 56px;
  z-index: 9;
  height: 6.25vw;
  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;
}
.pro_nav 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;
  height: 100%;
  margin: 0 1.46vw;
  position: relative;
  font-size: 22px;
}
@media (max-width: 1680px) {
  .pro_nav a {
    font-size: 19.25px;
  }
}
@media (max-width: 1440px) {
  .pro_nav a {
    font-size: 16.5px;
  }
}
@media (max-width: 1280px) {
  .pro_nav a {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  .pro_nav a {
    font-size: 11.73333333px;
  }
}
@media (max-width: 1680px) {
  .pro_nav a {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .pro_nav a {
    font-size: 16px;
  }
}
.pro_nav a:before {
  content: '';
  width: 0%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #0071e3;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.pro_nav a:hover,
.pro_nav a.on {
  color: #0071e3;
}
.pro_nav a:hover:before,
.pro_nav a.on:before {
  width: 100%;
}
@media (max-width:990px) {
  .pro_nav {
    top: 60px;
  }
}
@media (max-width:768px) {
  .pro_nav {
    top: 60px;
  }
  .pro_nav a {
    margin: 0 10px;
  }
  .pro_nav a:before {
    height: 2px;
  }
}
.pro3 {
  position: relative;
  z-index: 1;
}
.pro3 .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.pro3 .img img {
  width: 100%;
}
.pro3 .con {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.pro3 .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%;
}
.pro3 .left {
  width: 50%;
}
.pro3 .right {
  width: 50%;
}
.pro3 .right img {
  transform: translateY(15%);
}
.pro3 .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: 1.56vw 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (min-width: 768px) {
  .pro3 .item {
    cursor: pointer;
  }
  .pro3 .item:hover span {
    color: #0071e3;
    font-size: 80px;
  }
  .pro3 .item:hover .art h4 {
    font-size: 40px;
  }
  .pro3 .item:hover .art p {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .pro3 .item:hover span {
    font-size: 70px;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .pro3 .item:hover span {
    font-size: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  .pro3 .item:hover span {
    font-size: 53.33333333px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .pro3 .item:hover span {
    font-size: 42.66666667px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .pro3 .item:hover .art h4 {
    font-size: 35px;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .pro3 .item:hover .art h4 {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  .pro3 .item:hover .art h4 {
    font-size: 26.66666667px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .pro3 .item:hover .art h4 {
    font-size: 21.33333333px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .pro3 .item:hover .art h4 {
    font-size: 34px;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .pro3 .item:hover .art h4 {
    font-size: 26px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  .pro3 .item:hover .art h4 {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .pro3 .item:hover .art h4 {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .pro3 .item:hover .art p {
    font-size: 19.25px;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .pro3 .item:hover .art p {
    font-size: 16.5px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  .pro3 .item:hover .art p {
    font-size: 14.66666667px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .pro3 .item:hover .art p {
    font-size: 11.73333333px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .pro3 .item:hover .art p {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .pro3 .item:hover .art p {
    font-size: 16px;
  }
}
.pro3 .item span {
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-family: "din_mi";
  font-size: 50px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .pro3 .item span {
    font-size: 43.75px;
  }
}
@media (max-width: 1440px) {
  .pro3 .item span {
    font-size: 37.5px;
  }
}
@media (max-width: 1280px) {
  .pro3 .item span {
    font-size: 33.33333333px;
  }
}
@media (max-width: 1024px) {
  .pro3 .item span {
    font-size: 26.66666667px;
  }
}
.pro3 .item .art {
  width: calc(100% - 110px);
}
.pro3 .item .art h4 {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .pro3 .item .art h4 {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .pro3 .item .art h4 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .pro3 .item .art h4 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .pro3 .item .art h4 {
    font-size: 12.8px;
  }
}
@media (max-width: 1680px) {
  .pro3 .item .art h4 {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .pro3 .item .art h4 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .pro3 .item .art h4 {
    font-size: 16px;
  }
}
.pro3 .item .art p {
  font-size: 14px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1680px) {
  .pro3 .item .art p {
    font-size: 12.25px;
  }
}
@media (max-width: 1440px) {
  .pro3 .item .art p {
    font-size: 10.5px;
  }
}
@media (max-width: 1280px) {
  .pro3 .item .art p {
    font-size: 9.33333333px;
  }
}
@media (max-width: 1024px) {
  .pro3 .item .art p {
    font-size: 7.46666667px;
  }
}
@media (max-width:768px) {
  .pro3 {
    padding: 40px 0;
  }
  .pro3 .con {
    position: relative;
  }
  .pro3 .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .pro3 .img img {
    height: 100%;
    object-fit: cover;
  }
  .pro3 .w1400 {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .pro3 .left {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .pro3 .right {
    width: 100%;
  }
  .pro3 .item {
    margin: 10px 0;
  }
  .pro3 .item span {
    width: 80px;
  }
  .pro3 .item .art {
    width: calc(100% - 80px);
  }
}
.pro4 {
  padding: 5.21vw 0 2.6vw;
}
.pro4 h2 {
  font-size: 48px;
  text-align: center;
  font-family: "hs_r";
  font-weight: 600;
}
@media (max-width: 1680px) {
  .pro4 h2 {
    font-size: 42px;
  }
}
@media (max-width: 1440px) {
  .pro4 h2 {
    font-size: 36px;
  }
}
@media (max-width: 1280px) {
  .pro4 h2 {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .pro4 h2 {
    font-size: 25.6px;
  }
}
@media (max-width: 1680px) {
  .pro4 h2 {
    font-size: 42px;
  }
}
@media (max-width: 1440px) {
  .pro4 h2 {
    font-size: 32px;
  }
}
@media (max-width: 1280px) {
  .pro4 h2 {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .pro4 h2 {
    font-size: 24px;
  }
}
.pro4 .table {
  margin-top: 40px;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #0071e3 transparent;
}
.pro4 .table::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  background-color: transparent;
}
.pro4 .table::-webkit-scrollbar-thumb {
  background-color: #0071e3;
  border-radius: 10px;
}
.pro4 .table tr:first-child {
  background: #f2f2f2;
  font-weight: 600;
}
.pro4 .table tr:first-child td {
  text-align: center;
  vertical-align: middle;
  color: #333;
}
.pro4 .table td {
  text-align: center;
  padding: 0.1vw;
  min-width: 80px;
  font-size: 18px;
  color: #333333;
  border-color: #c3cbdd;
    vertical-align: middle;
}
@media (max-width: 1680px) {
  .pro4 .table td {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .pro4 .table td {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .pro4 .table td {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .pro4 .table td {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .pro4 .table td {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .pro4 .table td {
    font-size: 14px;
  }
}
.pro4 .table td:first-child {
  color: #333333;
}
@media (max-width:768px) {
  .pro4 {
    padding: 40px 0 20px;
  }
  .pro4 .table td {
    padding: 10px;
  }
}
.pro5 {
  padding: 2.6vw 0;
}
.pro5 h2 {
  font-size: 48px;
  text-align: center;
  font-family: "hs_r";
  font-weight: 600;
}
@media (max-width: 1680px) {
  .pro5 h2 {
    font-size: 42px;
  }
}
@media (max-width: 1440px) {
  .pro5 h2 {
    font-size: 36px;
  }
}
@media (max-width: 1280px) {
  .pro5 h2 {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .pro5 h2 {
    font-size: 25.6px;
  }
}
@media (max-width: 1680px) {
  .pro5 h2 {
    font-size: 42px;
  }
}
@media (max-width: 1440px) {
  .pro5 h2 {
    font-size: 32px;
  }
}
@media (max-width: 1280px) {
  .pro5 h2 {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .pro5 h2 {
    font-size: 24px;
  }
}
.pro5 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.08vw;
}
.pro5 ul li {
  width: 31.95%;
  margin-right: 2.07%;
  margin-bottom: 1.667vw;
}
.pro5 ul li:nth-of-type(3n+3) {
  margin-right: 0;
}
.pro5 ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
.pro5 ul li a:hover .hh_div1 img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.pro5 ul li a:hover .hh_div1::before {
  opacity: 1;
}
.pro5 ul li a:hover .hh_div2 {
  transform: translateY(-35px);
}
.pro5 ul li a:hover .hh_div2 .hh_c1 p {
  opacity: 1;
}
.pro5 ul li a .hh_div1 {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.23%;
  overflow: hidden;
  transition: all 0.5s;
  border-radius: 7px;
}
.pro5 ul li a .hh_div1 > .img,
.pro5 ul li a .hh_div1 img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.pro5 ul li a .hh_div1 img {
  transition: all 0.4s;
  object-fit: cover;
}
.pro5 ul li a .hh_div1::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: url('../images/yn713_img12.png');
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s;
}
.pro5 ul li a .hh_div2 {
  position: absolute;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  padding-left: 1.406vw;
  padding-right: 1.406vw;
  z-index: 2;
  transition: all 0.5s;
}
.pro5 ul li a .hh_div2 .hh_c1 h3 {
  font-size: 22px;
  line-height: 1.5;
  color: #fff;
  position: relative;
  margin-bottom: 13px;
  padding-bottom: 13px;
  font-family: 'hs_m';
}
@media (max-width: 1680px) {
  .pro5 ul li a .hh_div2 .hh_c1 h3 {
    font-size: 19.25px;
  }
}
@media (max-width: 1440px) {
  .pro5 ul li a .hh_div2 .hh_c1 h3 {
    font-size: 16.5px;
  }
}
@media (max-width: 1280px) {
  .pro5 ul li a .hh_div2 .hh_c1 h3 {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  .pro5 ul li a .hh_div2 .hh_c1 h3 {
    font-size: 11.73333333px;
  }
}
@media (max-width: 1680px) {
  .pro5 ul li a .hh_div2 .hh_c1 h3 {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .pro5 ul li a .hh_div2 .hh_c1 h3 {
    font-size: 16px;
  }
}
.pro5 ul li a .hh_div2 .hh_c1 h3::before {
  content: '';
  position: absolute;
  height: 2px;
  width: 1.667vw;
  min-width: 22px;
  background: #fff;
  bottom: 0;
}
.pro5 ul li a .hh_div2 .hh_c1 p {
  font-size: 16px;
  font-family: "hs_l";
  font-weight: 300;
  line-height: 1.5;
  color: #fff;
  opacity: 0;
  transition: all 0.5s;
  margin-bottom: 1.042vw;
  max-height: 0;
}
@media (max-width: 1680px) {
  .pro5 ul li a .hh_div2 .hh_c1 p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .pro5 ul li a .hh_div2 .hh_c1 p {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .pro5 ul li a .hh_div2 .hh_c1 p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .pro5 ul li a .hh_div2 .hh_c1 p {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .pro5 ul li a .hh_div2 .hh_c1 p {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .pro5 ul li a .hh_div2 .hh_c1 p {
    font-size: 14px;
  }
}
.pro5 ul li a .hh_div2 .hh_c1 p span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media (max-width:768px) {
  .pro5 {
    padding: 20px 0 40px;
  }
  .pro5 ul {
    margin-top: 20px;
  }
  .pro5 ul li {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 20px;
  }
  .pro5 ul li a .hh_div2 {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 12px;
  }
  .pro5 ul li a .hh_div2 .hh_c1 h3 {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .pro5 ul li a .hh_div2 .hh_c1 h3::before {
    min-width: 30px;
    height: 1px;
  }
  .pro5 ul li a .hh_div2 .hh_c1 p {
    opacity: 1;
    max-height: unset;
  }
  .pro5 ul li a .hh_div2 .hh_c1 p span {
    -webkit-line-clamp: unset;
  }
  .pro5 ul li a .hh_div1::before {
    opacity: 1;
  }
  .pro5 ul li a:hover .hh_div2 {
    transform: translateY(0px);
  }
}
.pro6 {
  background: #f2f2f2;
  padding: 100px 0;
}
.pro6 h2 {
  font-size: 48px;
  text-align: center;
  font-family: "hs_r";
  font-weight: 600;
}
@media (max-width: 1680px) {
  .pro6 h2 {
    font-size: 42px;
  }
}
@media (max-width: 1440px) {
  .pro6 h2 {
    font-size: 36px;
  }
}
@media (max-width: 1280px) {
  .pro6 h2 {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .pro6 h2 {
    font-size: 25.6px;
  }
}
@media (max-width: 1680px) {
  .pro6 h2 {
    font-size: 42px;
  }
}
@media (max-width: 1440px) {
  .pro6 h2 {
    font-size: 32px;
  }
}
@media (max-width: 1280px) {
  .pro6 h2 {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .pro6 h2 {
    font-size: 24px;
  }
}
.pro6 .pro6_s {
  overflow: hidden;
  margin-top: 2.08vw;
  position: relative;
}
.pro6 .pro6_s .swiper-pagination {
  display: none;
}
.pro6 .pro6_s a:hover .imgbox img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.pro6 .pro6_s .imgbox {
  width: 100%;
  height: 310px;
  background-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;
}
.pro6 .pro6_s .imgbox img {
  max-width: 80%;
  max-height: 80%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.pro6 .pro6_s p {
  font-size: 22px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 1.3vw;
}
@media (max-width: 1680px) {
  .pro6 .pro6_s p {
    font-size: 19.25px;
  }
}
@media (max-width: 1440px) {
  .pro6 .pro6_s p {
    font-size: 16.5px;
  }
}
@media (max-width: 1280px) {
  .pro6 .pro6_s p {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  .pro6 .pro6_s p {
    font-size: 11.73333333px;
  }
}
@media (max-width: 1680px) {
  .pro6 .pro6_s p {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .pro6 .pro6_s p {
    font-size: 16px;
  }
}
@media (max-width:1520px) {
  .pro6 .pro6_s .imgbox {
    height: 20.5vw;
    min-height: 150px;
  }
}
@media (max-width:768px) {
  .pro6 {
    padding: 40px 0 30px;
  }
  .pro6 .pro6_s {
    margin-top: 20px;
    padding-bottom: 30px;
  }
  .pro6 .pro6_s .swiper-pagination {
    display: block;
    bottom: 0;
  }
  .pro6 .pro6_s .swiper-pagination span.swiper-pagination-bullet-active {
    background: #0071e3;
  }
  .pro6 .pro6_s .imgbox {
    height: 180px;
  }
  .pro6 .pro6_s p {
    margin-top: 10px;
  }
}
/*pc-客服*/
.kf {
  z-index: 600;
  background-color: #fff;
  position: fixed;
  bottom: 12vw;
  right: 20px;
  width: 62px;
  border-radius: 5px;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.kf span {
  z-index: 602;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  position: relative;
  display: block;
  width: 62px;
  height: 62px;
  border-bottom: 1px solid #e3e3e3;
  background: url(../images/kefu_j.png) no-repeat center #fff;
}
.kf span:hover {
  background-color: #0071e3;
}
.kf .zx {
  background-position: 0 0;
}
.kf .zx:hover {
  background-position: 0 -62px;
}
.kf .freetel {
  background-position: -62px 0;
  border-radius: 5px 5px 0 0;
}
.kf .freetel:hover {
  background-position: -62px -62px;
}
.kf .act {
  background-position: -186px 0;
}
.kf .act:hover {
  background-position: -186px -62px;
}
.kf .zxlya {
  background-position: -124px 0;
}
.kf .zxlya:hover {
  background-position: -124px -62px;
}
.kf .back_top {
  border-radius: 0 0 5px 5px;
  border: none;
  background-position: -248px 0;
}
.kf .back_top:hover {
  background-position: -248px -62px;
}
.kf span div {
  display: none;
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
  right: 75px;
  padding: 20px;
  font-size: 14px;
  color: #f4474c;
  bottom: 2px;
  text-align: center;
}
.kf span div input {
  text-indent: 0.5em;
  display: block;
  margin: 15px 0;
  line-height: 28px;
  color: #696969;
  font-size: 12px;
  width: 140px;
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  height: 28px;
}
.kf span div a {
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  display: block;
  background: #f4474c;
  border-radius: 2px;
  color: #fff;
  line-height: 26px;
  font-size: 12px;
  text-align: center;
  width: 79px;
  height: 26px;
}
.kf span div a:hover {
  background: #f4474c;
}
.kfimgr {
  position: absolute;
  bottom: 23px;
  right: -9px;
}
.kf span div i {
  display: block;
  position: absolute;
  width: 15px;
  height: 200px;
  right: -15px;
  top: 0;
}
.kf .zx div,
.kf .freetel div,
.kf .zxlya div,
.kf span:nth-child(4) div {
  text-align: center;
  min-width: 148px;
  font-size: 14px;
  color: #666;
}
.kf span:nth-child(4) div {
  white-space: nowrap;
}
.kf a {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}
.kf span div,
.kf {
  -webkit-box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
}
.nav_center div,
.index_nav_center div,
.shou,
.zhan {
  -webkit-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
}
.shou {
  z-index: 601;
  cursor: pointer;
  width: 30px;
  height: 40px;
  top: 50%;
  margin-top: -15px;
  border-radius: 5px 0 0 5px;
  right: 62px;
  background: url("../images/kefu_j.png") no-repeat -310px 0 #fff;
  position: absolute;
}
.shou.on {
  background-position: -310px -40px;
}
.kf span div,
.kf.erweima {
  width: 150px;
}
.kf span div p img,
.kf.erweima p img {
  width: 120px;
  height: 120px;
}
/*app-客服*/
.kefu {
  display: none;
  position: fixed;
  width: 240px;
  overflow: hidden;
  z-index: 400;
  background: rgba(0, 0, 0, 0.5);
  left: 50%;
  margin-left: -120px;
  bottom: 15px;
  padding: 8px 0;
  transition: all 0.5s;
}
.kefu li {
  width: 60px;
  float: left;
  border-left: 1px solid #fff;
}
.kefu li:first-child {
  border-left: none;
}
.kefu li a {
  font-size: 20px;
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: white;
}
