@charset "UTF-8";

html,
body,
div,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
main,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
input,
textarea,
select,
button,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: initial;
  vertical-align: baseline;
  background: transparent;
  -webkit-tap-highlight-color: transparent;
}

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;
  min-width: 320px;
  width: 100%;
  zoom: 1;
  background: #fff;
  -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;
  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 {
  width: 100%;
  max-width: 1920px;
  padding: 0 60px;
}

.w1680 {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
}

.w1600 {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

.w1560 {
  width: 100%;
  max-width: 1560px;
  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: 1680px) {
  .w1560 {
    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: 1440px) {
  .w1280 {
    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,
  .w1560,
  .w1280,
  .w1200 {
    padding: 0 30px;
  }
}

@media (max-width: 990px) {

  .w1800,
  .w1680,
  .w1400,
  .wrap,
  .w1440,
  .w1600,
  .w1560,
  .w1280,
  .w1200 {
    padding: 0 20px;
  }
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }

  .wap {
    display: block;
  }
}

@font-face {
  font-family: "gr_l";
  src: url('../fonts/gilroy-Light.otf');
  font-display: swap;
}

@font-face {
  font-family: "gr_r";
  src: url('../fonts/gilroy-regular.otf');
  font-display: swap;
}

@font-face {
  font-family: "gr_m";
  src: url('../fonts/gilroy-medium.otf');
  font-display: swap;
}

@font-face {
  font-family: "gr_b";
  src: url('../fonts/gilroy-bold.otf');
  font-display: swap;
}

@font-face {
  font-family: "eu_r";
  src: url('../fonts/EUCLIDSQUARE-REGULAR.OTF');
  font-display: swap;
}

@font-face {
  font-family: "eu_m";
  src: url('../fonts/EUCLIDSQUARE-MEDIUM.OTF');
  font-display: swap;
}

@font-face {
  font-family: "eu_sb";
  src: url('../fonts/EUCLIDSQUARE-SEMIBOLD.OTF');
  font-display: swap;
}

@font-face {
  font-family: "ne_l";
  src: url('../fonts/NexaLight.otf');
  font-display: swap;
}

.gr_l {
  font-family: "gr_l";
}

.gr_r {
  font-family: "gr_r";
}

.gr_m {
  font-family: "gr_m";
}

.gr_b {
  font-family: "gr_b";
}

.eu_r {
  font-family: "eu_r";
}

.eu_m {
  font-family: "eu_m";
}

.eu_sb {
  font-family: "eu_sb";
}

.ne_l {
  font-family: "ne_l";
}

body {
  font-family: "gr_r";
}

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;
  }
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@keyframes run {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes run2 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

#progress {
  animation: circleProgress 20s infinite;
}

@keyframes circleProgress {
  0% {
    stroke-dashoffset: 314;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes show {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes fd {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
}

@keyframes ripple {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
}

.cle {
  clear: both;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
  font-size: 0px;
}

.imgmid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 100%;
  width: 1px;
  margin-left: -1px;
  vertical-align: middle;
  font-size: 0px;
}

.dks {
  width: 40px;
  height: 40px;
  margin: 0 auto 25px;
  position: relative;
}

.dks:before,
.dks:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  border-radius: 50%;
  background: #150186;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  box-sizing: border-box;
}

.dks:before {
  animation: ripple 3s ease-out 0s infinite;
}

.dks:after {
  animation: ripple 3s ease-out 1.5s infinite;
}

.dks i {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #150186;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 1680px) {
  .dks i {
    font-size: 17.5px;
  }
}

@media (max-width: 1440px) {
  .dks i {
    font-size: 15px;
  }
}

@media (max-width: 1280px) {
  .dks i {
    font-size: 13.33333333px;
  }
}

@media (max-width: 1024px) {
  .dks i {
    font-size: 10.66666667px;
  }
}

@media (max-width: 1680px) {
  .dks i {
    font-size: 18px;
  }
}

@media (max-width: 1440px) {
  .dks i {
    font-size: 16px;
  }
}

.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: #150186;
  -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: #150186;
  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;
  }
}

header {
  position: fixed;
  width: 100%;
  left: 0%;
  top: 0;
  z-index: 999;
  padding: 1.56vw 4.69vw 0;
  background: transparent;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

header .h_wrap {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 70px;
  color: #000000;
  font-size: 16px;
  padding: 0 30px;
  font-family: "gr_b";
  border-radius: 6px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 1680px) {
  header .h_wrap {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  header .h_wrap {
    font-size: 12px;
  }
}

@media (max-width: 1280px) {
  header .h_wrap {
    font-size: 10.66666667px;
  }
}

@media (max-width: 1024px) {
  header .h_wrap {
    font-size: 8.53333333px;
  }
}

@media (max-width: 1680px) {
  header .h_wrap {
    font-size: 16px;
  }
}

@media (max-width: 1440px) {
  header .h_wrap {
    font-size: 14px;
  }
}

header a {
  color: #000000;
  font-size: 16px;
  font-family: "gr_b";
}

@media (max-width: 1680px) {
  header a {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  header a {
    font-size: 12px;
  }
}

@media (max-width: 1280px) {
  header a {
    font-size: 10.66666667px;
  }
}

@media (max-width: 1024px) {
  header a {
    font-size: 8.53333333px;
  }
}

@media (max-width: 1680px) {
  header a {
    font-size: 16px;
  }
}

@media (max-width: 1440px) {
  header a {
    font-size: 14px;
  }
}

header.on {
  padding: 0;
}

header.on .h_wrap {
  border-radius: 0;
  padding: 0 60px;
  box-shadow: 0 0 30px 0 rgba(24, 61, 182, 0.15);
}

header.on .nav li .nav_li {
  border-radius: 0;
}

header.scroll {
  top: -100px;
}

header .left {
  height: 100%;
}

header .right {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

header .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  margin-right: 1.3vw;
}

header .nav li {
  height: 100%;
}

header .nav li .li_a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 1.04vw;
  position: relative;
  white-space: nowrap;
}

header .nav li .li_a:before {
  content: '';
  width: 0;
  left: 50%;
  height: 2px;
  bottom: 0;
  position: absolute;
  background: #150186;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

header .nav li:hover .li_a,
header .nav li.on .li_a {
  color: #150186;
}

header .nav li:hover .li_a:before,
header .nav li.on .li_a:before {
  width: calc(100% - 2.08vw);
  left: 1.04vw;
}

header .nav li:hover .nav_li {
  max-height: 100vh;
  padding: 3.65vw 0;
  box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.15) inset;
}

header .nav li .nav_li {
  position: absolute;
  width: calc(100% - 9.38vw);
  left: 4.69vw;
  padding: 0;
  background: #f4f4f4;
  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;
  border-radius: 10px;
}

header .nav li .nav_li:before {
  content: '';
  width: 36%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #150186;
  z-index: -1;
}

@media (max-width: 1680px) {
  header .nav li .nav_li:before {
    width: 34.2%;
  }
}

header .nav li .nav_li a {
  color: #333;
}

header .nav li .nav_li .nav_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}

header .nav li .nav_li .nav_box .nav_l {
  width: 63%;
  padding-right: 28%;
  position: relative;
}

header .nav li .nav_li .nav_box .nav_r {
  width: 33%;
  padding-left: 3.13vw;
  color: #fff;
}

header .nav li .nav_li h4 {
  font-size: 36px;
  font-family: "gr_b";
  margin-top: -0.52vw;
}

@media (max-width: 1680px) {
  header .nav li .nav_li h4 {
    font-size: 31.5px;
  }
}

@media (max-width: 1440px) {
  header .nav li .nav_li h4 {
    font-size: 27px;
  }
}

@media (max-width: 1280px) {
  header .nav li .nav_li h4 {
    font-size: 24px;
  }
}

@media (max-width: 1024px) {
  header .nav li .nav_li h4 {
    font-size: 19.2px;
  }
}

header .nav li .nav_li .info {
  font-size: 16px;
  line-height: 24px;
  font-family: "gr_l";
  color: #666666;
  margin: 0.78vw 0 1.82vw;
}

@media (max-width: 1680px) {
  header .nav li .nav_li .info {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  header .nav li .nav_li .info {
    font-size: 12px;
  }
}

@media (max-width: 1280px) {
  header .nav li .nav_li .info {
    font-size: 10.66666667px;
  }
}

@media (max-width: 1024px) {
  header .nav li .nav_li .info {
    font-size: 8.53333333px;
  }
}

@media (max-width: 1680px) {
  header .nav li .nav_li .info {
    font-size: 16px;
  }
}

@media (max-width: 1440px) {
  header .nav li .nav_li .info {
    font-size: 14px;
  }
}

header .nav li .nav_li .item_a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-bottom: -10px;
}

header .nav li .nav_li .item_a a {
  width: 50%;
  margin-bottom: 10px;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

@media (max-width: 1680px) {
  header .nav li .nav_li .item_a a {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  header .nav li .nav_li .item_a a {
    font-size: 12px;
  }
}

@media (max-width: 1280px) {
  header .nav li .nav_li .item_a a {
    font-size: 10.66666667px;
  }
}

@media (max-width: 1024px) {
  header .nav li .nav_li .item_a a {
    font-size: 8.53333333px;
  }
}

@media (max-width: 1680px) {
  header .nav li .nav_li .item_a a {
    font-size: 16px;
  }
}

@media (max-width: 1440px) {
  header .nav li .nav_li .item_a a {
    font-size: 14px;
  }
}

@media (max-width: 1280px) {
  header .nav li .nav_li .item_a a {
    font-size: 14px;
  }
}

header .nav li .nav_li .item_a a:hover {
  color: #150186;
}

header .nav li .nav_li .item_a a:hover i {
  opacity: 1;
  margin-left: 5px;
}

header .nav li .nav_li .item_a a i {
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin-left: -5px;
  font-size: 20px;
  color: #150186;
}

@media (max-width: 1680px) {
  header .nav li .nav_li .item_a a i {
    font-size: 17.5px;
  }
}

@media (max-width: 1440px) {
  header .nav li .nav_li .item_a a i {
    font-size: 15px;
  }
}

@media (max-width: 1280px) {
  header .nav li .nav_li .item_a a i {
    font-size: 13.33333333px;
  }
}

@media (max-width: 1024px) {
  header .nav li .nav_li .item_a a i {
    font-size: 10.66666667px;
  }
}

@media (max-width: 1680px) {
  header .nav li .nav_li .item_a a i {
    font-size: 18px;
  }
}

@media (max-width: 1440px) {
  header .nav li .nav_li .item_a a i {
    font-size: 16px;
  }
}

header .nav li .nav_li .item_a2 {
  margin-top: 1.56vw;
}

header .nav li .nav_li .img {
  width: 35%;
  position: absolute;
  right: 0;
  top: 0;
}

header .nav li .nav_li h3, header .nav li .nav_li .h3 {
  font-size: 30px;
  font-family: "gr_b";
  padding-bottom: 1.15vw;
  border-bottom: 2px solid #fff;
  margin-bottom: 1.04vw;
}

@media (max-width: 1680px) {
  header .nav li .nav_li h3, header .nav li .nav_li .h3 {
    font-size: 26.25px;
  }
}

@media (max-width: 1440px) {
  header .nav li .nav_li h3, header .nav li .nav_li .h3 {
    font-size: 22.5px;
  }
}

@media (max-width: 1280px) {
  header .nav li .nav_li h3, header .nav li .nav_li .h3 {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  header .nav li .nav_li h3, header .nav li .nav_li .h3 {
    font-size: 16px;
  }
}

@media (max-width: 1680px) {
  header .nav li .nav_li h3, header .nav li .nav_li .h3 {
    font-size: 24px;
  }
}

@media (max-width: 1440px) {
  header .nav li .nav_li h3, header .nav li .nav_li .h3 {
    font-size: 22px;
  }
}

@media (max-width: 1024px) {
  header .nav li .nav_li h3, header .nav li .nav_li .h3 {
    font-size: 18px;
  }
}

header .nav li .nav_li .item_as a {
  line-height: 44px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 30px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-repeat: no-repeat;
  background-position: left center;
  display: block;
  color: #fff;
  font-family: "gr_l";
}

header .nav li .nav_li .item_as a:hover {
  opacity: 0.8;
}

@media (max-width: 1440px) {
  header .nav li .nav_li .item_as a {
    line-height: 40px;
  }
}

header .nav li .nav_li .item_as .a1 {
  background-image: url(../images/hi1.png);
}

header .nav li .nav_li .item_as .a2 {
  background-image: url(../images/hi2.png);
}

header .nav li .nav_li .item_as .a3 {
  background-image: url(../images/hi3.png);
}

header .nav li .nav_li .item_as .a4 {
  background-image: url(../images/hi4.png);
}

header .logo {
  min-width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 2.19vw;
}

header .logo img {
  display: block;
  max-height: 40px;
}

header .logo img.on {
  display: none;
}

header .lan {
  width: auto;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

header .lan:hover .lan_box {
  display: block;
}

header .lan .lan_a {
  width: 100%;
  height: 32px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 14px;
  padding: 0 1.56vw 0 1.3vw;
}

header .lan .lan_box {
  position: absolute;
  left: -20px;
  top: 80%;
  width: 120px;
  /* overflow: hidden; */
  background: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: none;
  animation: show 0.5s;
  box-shadow: 0 0 30px 0 rgba(24, 61, 182, 0.15);
}

header .lan .lan_box a {
  text-align: center;
  display: block;
  line-height: 35px;
  text-transform: capitalize;
  font-family: "gr_m";
}

header .lan .lan_box a:hover {
  color: #150186;
}

header .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

header .search .open_search {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 22px;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 600;
}

@media (max-width: 1680px) {
  header .search .open_search {
    font-size: 19.25px;
  }
}

@media (max-width: 1440px) {
  header .search .open_search {
    font-size: 16.5px;
  }
}

@media (max-width: 1280px) {
  header .search .open_search {
    font-size: 14.66666667px;
  }
}

@media (max-width: 1024px) {
  header .search .open_search {
    font-size: 11.73333333px;
  }
}

@media (max-width: 1680px) {
  header .search .open_search {
    font-size: 18px;
  }
}

@media (max-width: 1440px) {
  header .search .open_search {
    font-size: 16px;
  }
}

header .search .open_search:hover {
  color: #150186;
}

header .search .search_box {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  background: #fff;
  z-index: 10000;
  left: 0;
  display: none;
}

header .search .search_box .close_search {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 2.6vw;
  right: 2.6vw;
  display: block;
  font-size: 50px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-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: #333;
}

@media (max-width: 1680px) {
  header .search .search_box .close_search {
    font-size: 43.75px;
  }
}

@media (max-width: 1440px) {
  header .search .search_box .close_search {
    font-size: 37.5px;
  }
}

@media (max-width: 1280px) {
  header .search .search_box .close_search {
    font-size: 33.33333333px;
  }
}

@media (max-width: 1024px) {
  header .search .search_box .close_search {
    font-size: 26.66666667px;
  }
}

header .search .search_box .close_search:hover {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

header .search .search_box .box {
  width: 800px;
  max-width: 100%;
  margin: 4.17vw auto;
}

header .search .search_box .box .search_form {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  border-bottom: 2px solid #dbdbdb;
}

header .search .search_box .box .search_form input {
  width: calc(100% - 50px);
  height: 100%;
  font-size: 16px;
  color: #ababab;
  padding: 0px;
}

@media (max-width: 1680px) {
  header .search .search_box .box .search_form input {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  header .search .search_box .box .search_form input {
    font-size: 12px;
  }
}

@media (max-width: 1280px) {
  header .search .search_box .box .search_form input {
    font-size: 10.66666667px;
  }
}

@media (max-width: 1024px) {
  header .search .search_box .box .search_form input {
    font-size: 8.53333333px;
  }
}

@media (max-width: 1680px) {
  header .search .search_box .box .search_form input {
    font-size: 16px;
  }
}

@media (max-width: 1440px) {
  header .search .search_box .box .search_form input {
    font-size: 14px;
  }
}

header .search .search_box .box .search_form input::placeholder {
  font-size: 16px;
  color: #ababab;
}

@media (max-width: 1680px) {
  header .search .search_box .box .search_form input::placeholder {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  header .search .search_box .box .search_form input::placeholder {
    font-size: 12px;
  }
}

@media (max-width: 1280px) {
  header .search .search_box .box .search_form input::placeholder {
    font-size: 10.66666667px;
  }
}

@media (max-width: 1024px) {
  header .search .search_box .box .search_form input::placeholder {
    font-size: 8.53333333px;
  }
}

@media (max-width: 1680px) {
  header .search .search_box .box .search_form input::placeholder {
    font-size: 16px;
  }
}

@media (max-width: 1440px) {
  header .search .search_box .box .search_form input::placeholder {
    font-size: 14px;
  }
}

header .search .search_box .box .search_form a {
  width: 50px;
  height: 55px;
  font-size: 30px;
  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;
  color: #000;
  font-weight: 600;
}

@media (max-width: 1680px) {
  header .search .search_box .box .search_form a {
    font-size: 26.25px;
  }
}

@media (max-width: 1440px) {
  header .search .search_box .box .search_form a {
    font-size: 22.5px;
  }
}

@media (max-width: 1280px) {
  header .search .search_box .box .search_form a {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  header .search .search_box .box .search_form a {
    font-size: 16px;
  }
}

@media (max-width: 1680px) {
  header .search .search_box .box .search_form a {
    font-size: 24px;
  }
}

@media (max-width: 1440px) {
  header .search .search_box .box .search_form a {
    font-size: 22px;
  }
}

@media (max-width: 1024px) {
  header .search .search_box .box .search_form a {
    font-size: 18px;
  }
}

header .search .search_box .box .search_form a.close_search {
  border-radius: 50%;
  margin-left: 15px;
}

header .search .search_box .box .item_a {
  margin-top: 1.15vw;
}

header .search .search_box .box .item_a a {
  font-size: 14px;
  color: #848484;
  padding: 0px 15px;
  height: 32px;
  border-radius: 16px;
  background: #f0f0f0;
  display: inline-block;
  line-height: 32px;
  margin: 0 10px 10px 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 1680px) {
  header .search .search_box .box .item_a a {
    font-size: 12.25px;
  }
}

@media (max-width: 1440px) {
  header .search .search_box .box .item_a a {
    font-size: 10.5px;
  }
}

@media (max-width: 1280px) {
  header .search .search_box .box .item_a a {
    font-size: 9.33333333px;
  }
}

@media (max-width: 1024px) {
  header .search .search_box .box .item_a a {
    font-size: 7.46666667px;
  }
}

@media (max-width: 1680px) {
  header .search .search_box .box .item_a a {
    font-size: 14px;
  }
}

@media (max-width: 1280px) {
  header .search .search_box .box .item_a a {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  header .search .search_box .box .item_a a {
    font-size: 13px;
  }
}

header .search .search_box .box .item_a a:hover {
  background: #150186;
  color: #fff;
}

header .cart {
  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: #150186;
  color: #fff;
  font-size: 13px;
  height: 34px;
  border-radius: 17px;
  padding: 0 20px;
  white-space: nowrap;
}

header .cart:hover {
  box-shadow: 0 0 30px 0 rgba(24, 61, 182, 0.15);
  color: #fff;
}

header .cart img {
  margin-left: 10px;
}
header .cart #cart_count {
  margin-left: 5px;
}

@media (max-width: 1200px) {
  header .cart em {
    display: none;
  }
}

@media (max-width: 1440px) {
  header .h_wrap {
    height: 60px;
    padding: 0 20px;
  }

  header.on .h_wrap {
    height: 60px;
  }

  header .cart {
    font-size: 12px;
    padding: 0 15px;
  }
}

@media (max-width: 1024px) {
  header {
    padding: 1.56vw 30px;
  }

  header .nav li .nav_li {
    width: calc(100% - 60px);
    left: 30px;
  }

  header.on .h_wrap {
    padding: 0 30px;
  }

  header .logo {
    max-width: 150px;
  }
}

@media (max-width: 990px) {
  header {
    display: none;
  }
}

.head_wap {
  display: none;
}

@media (max-width: 990px) {
  .head_wap {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 999;
    background: #fff;
  }

  .head_wap .h_top {
    height: 100%;
    padding: 0 20px;
    border-bottom: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .head_wap .h_top .logo {
    line-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .head_wap .h_top .logo img {
    max-height: 40px;
    margin-right: 5px;
  }

  .head_wap .h_top .open_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .head_wap .h_top .open_nav.on i:first-child {
    -webkit-transform: translate(0, 7px) rotate(45deg);
    -ms-transform: translate(0, 7px) rotate(45deg);
    transform: translate(0, 7px) rotate(45deg);
  }

  .head_wap .h_top .open_nav.on i:nth-child(2) {
    opacity: 0;
  }

  .head_wap .h_top .open_nav.on i:last-child {
    -webkit-transform: translate(0, -7px) rotate(-45deg);
    -ms-transform: translate(0, -7px) rotate(-45deg);
    transform: translate(0, -7px) rotate(-45deg);
  }

  .head_wap .h_top .open_nav i {
    width: 24px;
    height: 2px;
    background-color: #150186;
    margin: 2.5px 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }

  .head_wap .h_bot {
    left: 0;
    padding: 20px;
    display: none;
    width: 100%;
    position: fixed;
    top: 60px;
    bottom: 0;
    z-index: 130;
    background-color: #f7f7f7;
    transition: left 0.5s;
    transform: translate3d(0, 0, 0);
    overflow-y: auto;
  }

  .head_wap .h_bot .h_nav a:hover {
    color: #150186;
  }

  .head_wap .h_bot .h_nav li.on .a1 .top a {
    color: #150186;
  }

  .head_wap .h_bot .h_nav li .a1 .top {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid transparent;
  }

  .head_wap .h_bot .h_nav li .a1 .top.on {
    border-color: #150186;
  }

  .head_wap .h_bot .h_nav li .a1 .top.on a {
    color: #150186;
  }

  .head_wap .h_bot .h_nav li .a1 .top.on i {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    color: #150186;
  }

  .head_wap .h_bot .h_nav li .a1 .top a {
    width: calc(100% - 50px);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 16px;
    text-transform: uppercase;
  }

  .head_wap .h_bot .h_nav li .a1 .top i {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 24px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }

  .head_wap .h_bot .h_nav li .a1 .box {
    display: none;
    padding: 10px;
  }

  .head_wap .h_bot .h_nav li .a1 .box .a2 .top2 {
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid transparent;
  }

  .head_wap .h_bot .h_nav li .a1 .box .a2 .top2.on {
    border-color: #150186;
  }

  .head_wap .h_bot .h_nav li .a1 .box .a2 .top2.on a {
    color: #150186;
  }

  .head_wap .h_bot .h_nav li .a1 .box .a2 .top2.on i {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    color: #150186;
  }

  .head_wap .h_bot .h_nav li .a1 .box .a2 .top2 a {
    width: calc(100% - 50px);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
  }

  .head_wap .h_bot .h_nav li .a1 .box .a2 .top2 i {
    width: 40px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 20px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }

  .head_wap .h_bot .h_nav li .a1 .box .a2 .box2 {
    display: none;
    padding: 0 10px;
  }

  .head_wap .h_bot .h_nav li .a1 .box .a2 .box2 .a3 .top3 {
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid transparent;
  }

  .head_wap .h_bot .h_nav li .a1 .box .a2 .box2 .a3 .top3.on {
    border-color: #150186;
  }

  .head_wap .h_bot .h_nav li .a1 .box .a2 .box2 .a3 .top3.on a {
    color: #150186;
  }

  .head_wap .h_bot .h_nav li .a1 .box .a2 .box2 .a3 .top3.on i {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    color: #150186;
  }

  .head_wap .h_bot .h_nav li .a1 .box .a2 .box2 .a3 .top3 a {
    width: calc(100% - 50px);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
  }

  .head_wap .h_bot .h_nav li .a1 .box .a2 .box2 .a3 .top3 i {
    width: 40px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 20px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }

  .head_wap .h_bot .h_nav li .a1 .box .a2 .box2 .a3 .box3 {
    display: none;
    padding: 0 10px;
  }

  .head_wap .h_bot .h_nav li .a1 .box .a2 .box2 .a3 .box3 a {
    width: 100%;
    line-height: 30px;
    font-size: 13px;
    display: block;
  }

  .head_wap .h_bot .h_nav li .a1 .box .a2 .box2 .a3 .box3 a.on {
    color: #150186;
  }

  .head_wap .h_bot .cart {
    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: #150186;
    color: #fff;
    font-size: 13px;
    height: 34px;
    border-radius: 17px;
    padding: 0 20px;
    white-space: nowrap;
    margin: 10px 0 15px;
  }

  .head_wap .h_bot .cart img {
    margin-left: 10px;
  }

  .head_wap .h_bot .h_search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 40px;
    margin: 10px 0;
  }

  .head_wap .h_bot .h_search input {
    width: calc(100% - 40px);
    height: 100%;
    background: #fff;
    padding: 0 15px;
    font-size: 16px;
    color: #333;
  }

  .head_wap .h_bot .h_search input::placeholder {
    font-size: 16px;
    color: #333;
  }

  .head_wap .h_bot .h_search a,
  .head_wap .h_bot .h_search button {
    width: 40px;
    height: 100%;
    background: #150186;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
  }

  .head_wap .h_bot .h_lan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 40px;
    margin: 10px 0;
  }

  .head_wap .h_bot .h_lan a {
    font-size: 16px;
    color: #333;
    margin: 0 8px;
  }

  .head_wap .h_bot .h_lan a.on {
    color: #150186;
  }
}

.language {
  width: 100%;
  position: fixed;
  left: 100%;
  top: 60px;
  bottom: 0;
  z-index: 130;
  background-color: #f7f7f7;
  padding-top: 30px;
  transition: left 0.5s;
  transform: translate3d(0, 0, 0);
  overflow-y: auto;
  padding: 0 20px;
}

.language .btn-nav-back {
  font-size: 16px;
  display: block;
  margin-top: 30px;
}

.language .language_nav .language_top {
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  margin: 35px 0 10px;
}

.language .language_nav .language_btm li {
  line-height: 26px;
  border-bottom: 1px solid #d4d4d4;
  padding: 10px 0;
}

.language .language_nav .language_btm li a {
  font-size: 16px;
  color: #333;
  margin: 0 8px;
}

.language .language_nav .language_btm li a.on {
  color: #150186;
}

.header_d {
  height: 0;
}

@media (max-width: 990px) {
  .header_d {
    height: 60px;
  }
}

.header_d2 {
  height: 120px;
}

@media (max-width: 990px) {
  .header_d2 {
    height: 0;
  }
}

@keyframes line1 {
  0% {
    margin-top: 8px;
  }

  50% {
    margin-top: 12px;
  }

  100% {
    margin-top: 8px;
  }
}

.banner {
  overflow: hidden;
  position: relative;
}

.banner .swiper-pagination {
  bottom: 2.08vw;
  z-index: 2;
}

.banner .swiper-pagination span {
  color: #fff;
  width: 1.56vw;
  height: 3px;
  background: #fff;
  position: relative;
  border-radius: 0;
  margin: 0 2px !important;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  min-width: 20px;
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 25px;
}

.banner .swiper-button-prev:after,
.banner .swiper-button-next:after {
  font-size: 22px;
  color: #fff;
}

.banner .swiper-button-prev {
  left: 5.99vw;
}

.banner .swiper-button-next {
  right: 5.99vw;
}

.banner .swiper-slide.swiper-slide-active .img img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  animation: fd 6s infinite;
  animation-iteration-count: 1;
}

.banner .swiper-slide.swiper-slide-active .sb .line:before {
  animation: line 6s infinite;
  animation-iteration-count: 1;
}

.banner .swiper-slide .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;
  overflow: hidden;
}

.banner .swiper-slide .img img {
  width: 100%;
  object-fit: cover;
  min-height: 300px;
}

.banner .swiper-slide video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.banner .swiper-slide .art {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.banner .swiper-slide .art .w1680 {
  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;
  line-height: 1.05;
  padding-top: 4.69vw;
}

.banner .swiper-slide .art .h6 {
  font-size: 16px;
  color: #fff;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1.3vw;
}

@media (max-width: 1680px) {
  .banner .swiper-slide .art .h6 {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .banner .swiper-slide .art .h6 {
    font-size: 12px;
  }
}

@media (max-width: 1280px) {
  .banner .swiper-slide .art .h6 {
    font-size: 10.66666667px;
  }
}

@media (max-width: 1024px) {
  .banner .swiper-slide .art .h6 {
    font-size: 8.53333333px;
  }
}

@media (max-width: 1680px) {
  .banner .swiper-slide .art .h6 {
    font-size: 16px;
  }
}

@media (max-width: 1440px) {
  .banner .swiper-slide .art .h6 {
    font-size: 14px;
  }
}

.banner .swiper-slide .art .h2 {
  font-size: 70px;
  color: #fff;
  text-align: center;
  margin: 1.3vw 0 2.34vw;
}

@media (max-width: 1680px) {
  .banner .swiper-slide .art .h2 {
    font-size: 61.25px;
  }
}

@media (max-width: 1440px) {
  .banner .swiper-slide .art .h2 {
    font-size: 52.5px;
  }
}

@media (max-width: 1280px) {
  .banner .swiper-slide .art .h2 {
    font-size: 46.66666667px;
  }
}

@media (max-width: 1024px) {
  .banner .swiper-slide .art .h2 {
    font-size: 37.33333333px;
  }
}

.banner .swiper-slide .art .sb {
  width: 28px;
  height: 47px;
  border: 1px solid #fff;
  border-radius: 14px;
  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: 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;
  position: relative;
}

.banner .swiper-slide .art .sb i {
  width: 2px;
  height: 9px;
  background: #fff;
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  margin-left: -1px;
  margin-top: 10px;
  animation: line1 3s linear infinite;
}

@media (max-width: 768px) {
  .banner .swiper-button-prev {
    left: 0;
  }

  .banner .swiper-button-next {
    right: 0;
  }

  .banner .swiper-pagination span {
    height: 2px;
  }

  .banner .swiper-slide .art .h2 {
    margin: 15px 0 20px;
    font-size: 28px;
  }

  .banner .swiper-slide .art .sb {
    width: 20px;
    height: 35px;
  }

  .banner .swiper-slide .art .sb i {
    height: 6px;
  }
}

.btn_a {
  background: #150186;
  padding: 0 20px;
  border: 1px solid #150186;
  font-size: 13px;
  color: #fff;
  display: inline-flex;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  height: 50px;
  border-radius: 25px;
}

@media (max-width: 1680px) {
  .btn_a {
    font-size: 11.375px;
  }
}

@media (max-width: 1440px) {
  .btn_a {
    font-size: 9.75px;
  }
}

@media (max-width: 1280px) {
  .btn_a {
    font-size: 8.66666667px;
  }
}

@media (max-width: 1024px) {
  .btn_a {
    font-size: 6.93333333px;
  }
}

.btn_a span {
  position: relative;
  z-index: 1;
}

.btn_a i,
.btn_a img {
  margin-left: 10px;
  position: relative;
  z-index: 1;
}

.btn_a:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 105%;
  left: 0;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 25px;
}

.btn_a:hover {
  transition: all 0.6s 0.2s;
  border-color: #150186;
  color: #fff;
  background: transparent;
  color: #150186;
}

.btn_a:hover:before {
  top: 0;
}

.btn_a.cf {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.btn_a.cf:before {
  background: #fff;
}

.btn_a.cf:hover {
  color: #150186;
  background: #fff;
}

@media (max-width: 1440px) {
  .btn_a {
    height: 40px;
    border-radius: 20px;
  }

  .btn_a:before {
    border-radius: 20px;
  }
}

@media (max-width: 1280px) {
  .btn_a {
    height: 36px;
    font-size: 14px;
    padding: 0 15px;
    border-radius: 18px;
  }

  .btn_a:before {
    border-radius: 18px;
  }

  .btn_a i {
    margin-left: 10px;
  }
}

.banner_s {
  padding: 10px;
  overflow: hidden;
  position: relative;
}

.banner_s .swiper-wrapper {
  display: -webkit-box;
}

.banner_s .swiper-pagination {
  display: none;
}

.banner_s 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;
}

.banner_s a:hover {
  box-shadow: 0 0 10px 0 rgba(24, 61, 182, 0.15);
}

.banner_s a:hover .art {
  padding-top: 0;
}

.banner_s a:hover .art .btn_a {
  opacity: 1;
}

.banner_s a:hover .imgbox img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.banner_s a:last-child {
  margin-right: 0;
}

.banner_s a .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 69.89%;
  position: relative;
  overflow: hidden;
}

.banner_s a .imgbox img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.banner_s a .art {
  position: absolute;
  width: 100%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 55%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.banner_s a .art .h5 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
  padding: 0 10px;
  text-align: center;
}

@media (max-width: 1680px) {
  .banner_s a .art .h5 {
    font-size: 17.5px;
  }
}

@media (max-width: 1440px) {
  .banner_s a .art .h5 {
    font-size: 15px;
  }
}

@media (max-width: 1280px) {
  .banner_s a .art .h5 {
    font-size: 13.33333333px;
  }
}

@media (max-width: 1024px) {
  .banner_s a .art .h5 {
    font-size: 10.66666667px;
  }
}

@media (max-width: 1680px) {
  .banner_s a .art .h5 {
    font-size: 18px;
  }
}

@media (max-width: 1440px) {
  .banner_s a .art .h5 {
    font-size: 16px;
  }
}

.banner_s a .art .btn_a {
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  height: 36px;
  border-radius: 18px;
  font-size: 12px;
}

.banner_s a .art .btn_a:before {
  border-radius: 18px;
}

@media (max-width: 768px) {
  .banner_s {
    padding-bottom: 35px;
  }

  .banner_s .swiper-pagination {
    display: block;
    bottom: 10px;
  }
}

.swiper-pagination span {
  background: #150186;
}

.title {
  font-size: 46px;
  font-family: "gr_b";
  line-height: 1.3;
  text-transform: uppercase;
}

@media (max-width: 1680px) {
  .title {
    font-size: 40.25px;
  }
}

@media (max-width: 1440px) {
  .title {
    font-size: 34.5px;
  }
}

@media (max-width: 1280px) {
  .title {
    font-size: 30.66666667px;
  }
}

@media (max-width: 1024px) {
  .title {
    font-size: 24.53333333px;
  }
}

.title2 {
  font-size: 44px;
  font-family: "gr_b";
  line-height: 1.3;
  text-transform: capitalize;
}

@media (max-width: 1680px) {
  .title2 {
    font-size: 38.5px;
  }
}

@media (max-width: 1440px) {
  .title2 {
    font-size: 33px;
  }
}

@media (max-width: 1280px) {
  .title2 {
    font-size: 29.33333333px;
  }
}

@media (max-width: 1024px) {
  .title2 {
    font-size: 23.46666667px;
  }
}

@media (max-width: 1680px) {
  .title2 {
    font-size: 38px;
  }
}

@media (max-width: 1440px) {
  .title2 {
    font-size: 28px;
  }
}

@media (max-width: 1280px) {
  .title2 {
    font-size: 24px;
  }
}

@media (max-width: 1024px) {
  .title2 {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .title2 {
    font-size: 24px;
  }

  .title2+.title3 {
    margin-top: 5px;
  }
}

.title3 {
  font-size: 26px;
  font-family: "gr_m";
}

@media (max-width: 1680px) {
  .title3 {
    font-size: 22.75px;
  }
}

@media (max-width: 1440px) {
  .title3 {
    font-size: 19.5px;
  }
}

@media (max-width: 1280px) {
  .title3 {
    font-size: 17.33333333px;
  }
}

@media (max-width: 1024px) {
  .title3 {
    font-size: 13.86666667px;
  }
}

@media (max-width: 1680px) {
  .title3 {
    font-size: 22px;
  }
}

@media (max-width: 1440px) {
  .title3 {
    font-size: 18px;
  }
}

@media (max-width: 1024px) {
  .title3 {
    font-size: 16px;
  }
}

.info {
  font-size: 16px;
  line-height: 30px;
  font-family: "gr_r";
}

@media (max-width: 1680px) {
  .info {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .info {
    font-size: 12px;
  }
}

@media (max-width: 1280px) {
  .info {
    font-size: 10.66666667px;
  }
}

@media (max-width: 1024px) {
  .info {
    font-size: 8.53333333px;
  }
}

@media (max-width: 1680px) {
  .info {
    font-size: 16px;
  }
}

@media (max-width: 1440px) {
  .info {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .info {
    line-height: 26px;
  }
}

@media (max-width: 1280px) {
  .info {
    line-height: 24px;
  }
}

.pro_index {
  padding: 5.47vw 0 5.73vw;
}

.pro_index h2 {
  text-align: center;
}

.pro_index .taba {
  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: 10px 0 2.08vw;
}

.pro_index .taba a {
  margin: 0 2.19vw;
  font-size: 16px;
  color: #000;
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-family: "gr_m";
  text-align: center;
  line-height: 1.1;
  padding-bottom: 5px;
}

@media (max-width: 1680px) {
  .pro_index .taba a {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .pro_index .taba a {
    font-size: 12px;
  }
}

@media (max-width: 1280px) {
  .pro_index .taba a {
    font-size: 10.66666667px;
  }
}

@media (max-width: 1024px) {
  .pro_index .taba a {
    font-size: 8.53333333px;
  }
}

@media (max-width: 1680px) {
  .pro_index .taba a {
    font-size: 16px;
  }
}

@media (max-width: 1440px) {
  .pro_index .taba a {
    font-size: 14px;
  }
}

.pro_index .taba a:before {
  content: '';
  width: 0;
  height: 2px;
  left: 50%;
  bottom: 0;
  position: absolute;
  background: #150186;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.pro_index .taba a:hover,
.pro_index .taba a.on {
  color: #18018a;
}

.pro_index .taba a:hover:before,
.pro_index .taba a.on:before {
  width: 100%;
  left: 0;
}

.pro_index .tabb .item {
  height: auto;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.pro_index .tabb .item.on {
  max-height: 1000px;
}

@media (max-width: 768px) {
  .pro_index {
    padding: 20px 0 30px;
  }

  .pro_index .taba {
    margin-bottom: 15px;
  }

  .pro_index .taba a {
    width: 24%;
  }
}

.pro_index_s {
  overflow: hidden;
  padding-bottom: 55px;
  position: relative;
}

.pro_index_s .btns {
  position: absolute;
  bottom: 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;
  width: 100%;
}

.pro_index_s .btns .swiper-pagination,
.pro_index_s .btns .swiper-button-prev,
.pro_index_s .btns .swiper-button-next {
  position: relative;
  margin: 0;
  padding: 0;
}

.pro_index_s .btns .swiper-pagination {
  margin: 0 2.08vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.pro_index_s .btns .swiper-pagination span {
  margin: 0 0.47vw;
  background: #d7d7d7;
  opacity: 1;
}

.pro_index_s .btns .swiper-pagination span.swiper-pagination-bullet-active {
  background: #c40001;
}

.pro_index_s .btns .swiper-button-prev,
.pro_index_s .btns .swiper-button-next {
  height: 25px;
}

.pro_index_s .btns .swiper-button-prev:after,
.pro_index_s .btns .swiper-button-next:after {
  font-size: 14px;
  color: #000;
}

.pro_index_s .swiper-wrapper {
  width: 100%;
  flex-wrap: wrap;
  display: -webkit-box;
}

.pro_index_s .swiper-slide {
  width: 23%;
  margin-right: 2%;
  position: relative;
}

.pro_index_s .swiper-slide:hover:before {
  opacity: 1;
}

.pro_index_s .swiper-slide:before {
  content: '';
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: -20px;
  background: url(../images/bg.png) no-repeat center;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 100% 100%;
}

.pro_index_s a {
  /* background: #f4f4f4; */
  border: solid #eaeef2 1px;
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.pro_index_s a:hover .art {
  bottom: 0;
}

.pro_index_s a .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}

.pro_index_s a .imgbox img {
  position: absolute;
  left: 15%;
  top: 0;
  width: 70%;
  height: 70%;
  object-fit: cover;
}

.pro_index_s a .art {
  bottom: -42px;
  left: 0;
  position: absolute;
  width: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.pro_index_s a .art .h5 {
  text-align: center;
  font-size: 20px;
  font-family: "eu_sb";
  padding: 0 10px;
  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) {
  .pro_index_s a .art .h5 {
    font-size: 17.5px;
  }
}

@media (max-width: 1440px) {
  .pro_index_s a .art .h5 {
    font-size: 15px;
  }
}

@media (max-width: 1280px) {
  .pro_index_s a .art .h5 {
    font-size: 13.33333333px;
  }
}

@media (max-width: 1024px) {
  .pro_index_s a .art .h5 {
    font-size: 10.66666667px;
  }
}

@media (max-width: 1680px) {
  .pro_index_s a .art .h5 {
    font-size: 18px;
  }
}

@media (max-width: 1440px) {
  .pro_index_s a .art .h5 {
    font-size: 16px;
  }
}

.pro_index_s a .art .h5 p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.pro_index_s a .art .p1 {
  font-size: 14px;
  color: #999999;
  font-family: "eu_m";
  text-align: center;
  margin: 2px 0 1.15vw;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 1680px) {
  .pro_index_s a .art .p1 {
    font-size: 12.25px;
  }
}

@media (max-width: 1440px) {
  .pro_index_s a .art .p1 {
    font-size: 10.5px;
  }
}

@media (max-width: 1280px) {
  .pro_index_s a .art .p1 {
    font-size: 9.33333333px;
  }
}

@media (max-width: 1024px) {
  .pro_index_s a .art .p1 {
    font-size: 7.46666667px;
  }
}

@media (max-width: 1680px) {
  .pro_index_s a .art .p1 {
    font-size: 14px;
  }
}

@media (max-width: 1280px) {
  .pro_index_s a .art .p1 {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .pro_index_s a .art .p1 {
    font-size: 13px;
  }
}

.pro_index_s a .art .more {
  width: 100%;
  height: 40px;
  background: #150186;
  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;
  font-size: 12px;
  font-family: "eu_sb";
}

@media (max-width: 768px) {
  .pro_index_s {
    padding-bottom: 40px;
  }

  .pro_index_s .btns .swiper-pagination span {
    width: 5px;
    height: 5px;
    margin: 0 3px;
  }

  .pro_index_s .btns .swiper-pagination {
    margin: 0 15px;
  }

  .pro_index_s a {
    padding-bottom: 60px;
  }

  .pro_index_s a .art {
    bottom: 0px;
  }

  .pro_index_s a .art .h5 p {
    line-height: 16px;
    font-size: 14px;
  }

  .pro_index_s a .art .p1 {
    margin: 5px 0 8px;
    font-size: 12px;
  }

  .pro_index_s a .art .more {
    height: 30px;
  }
}

.about_index {
  padding: 6.77vw 0;
  background: url(../images/j14.jpg) no-repeat center / cover;
  background-attachment: fixed;
  color: #fff;
}

.about_index .w1680 {
  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;
}

.about_index .h5 {
  font-size: 18px;
  font-family: "gr_b";
}

@media (max-width: 1680px) {
  .about_index .h5 {
    font-size: 15.75px;
  }
}

@media (max-width: 1440px) {
  .about_index .h5 {
    font-size: 13.5px;
  }
}

@media (max-width: 1280px) {
  .about_index .h5 {
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  .about_index .h5 {
    font-size: 9.6px;
  }
}

@media (max-width: 1680px) {
  .about_index .h5 {
    font-size: 18px;
  }
}

@media (max-width: 1440px) {
  .about_index .h5 {
    font-size: 16px;
  }
}

@media (max-width: 1280px) {
  .about_index .h5 {
    font-size: 14px;
  }
}

.about_index h2 {
  font-size: 46px;
  font-family: "gr_m";
  text-align: center;
}

@media (max-width: 1680px) {
  .about_index h2 {
    font-size: 40.25px;
  }
}

@media (max-width: 1440px) {
  .about_index h2 {
    font-size: 34.5px;
  }
}

@media (max-width: 1280px) {
  .about_index h2 {
    font-size: 30.66666667px;
  }
}

@media (max-width: 1024px) {
  .about_index h2 {
    font-size: 24.53333333px;
  }
}

.about_index .items {
  margin: 3.39vw 0 3.65vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.about_index .items .item {
  margin: 0 3.65vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-width: 180px;
}

.about_index .items .item h3 {
  font-size: 70px;
  font-family: "ne_l";
  line-height: 1.1;
}

@media (max-width: 1680px) {
  .about_index .items .item h3 {
    font-size: 61.25px;
  }
}

@media (max-width: 1440px) {
  .about_index .items .item h3 {
    font-size: 52.5px;
  }
}

@media (max-width: 1280px) {
  .about_index .items .item h3 {
    font-size: 46.66666667px;
  }
}

@media (max-width: 1024px) {
  .about_index .items .item h3 {
    font-size: 37.33333333px;
  }
}

.about_index .items .item .info {
  text-align: center;
  font-size: 14px;
  font-family: "gr_m";
  line-height: 18px;
}

@media (max-width: 1680px) {
  .about_index .items .item .info {
    font-size: 12.25px;
  }
}

@media (max-width: 1440px) {
  .about_index .items .item .info {
    font-size: 10.5px;
  }
}

@media (max-width: 1280px) {
  .about_index .items .item .info {
    font-size: 9.33333333px;
  }
}

@media (max-width: 1024px) {
  .about_index .items .item .info {
    font-size: 7.46666667px;
  }
}

@media (max-width: 1680px) {
  .about_index .items .item .info {
    font-size: 14px;
  }
}

@media (max-width: 1280px) {
  .about_index .items .item .info {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .about_index .items .item .info {
    font-size: 13px;
  }
}

.about_index .btn_a {
  padding: 0 25px;
  font-family: "eu_sb";
}

@media (max-width: 768px) {
  .about_index {
    padding: 50px 0;
  }

  .about_index h2 {
    line-height: 1.2;
    margin: 10px 0;
  }

  .about_index .items {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }

  .about_index .items .item {
    min-width: 0;
    width: 100%;
    margin-bottom: 15px;
  }

  .about_index .items .item .info p {
    display: inline-block;
  }

  .about_index .btn_a {
    padding: 0 20px;
  }
}

.news_index {
  padding: 5.99vw 0 6.77vw;
}

.news_index h2 {
  text-align: center;
}

.news_index .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 1.3vw;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.news_index .items .item {
  width: 32.5%;
}

.news_index .items .item.item2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.news_index .items .item.item2 .art {
  padding: 1.98vw 2.08vw;
}

@media (min-width: 1920px) {
  .news_index .items .item.item2 .art {
    padding: 38px 40px;
  }
}

@media (max-width: 1440px) {
  .news_index .items .item.item2 .art {
    padding: 1.76vw 2.08vw;
  }
}

@media (max-width: 1280px) {
  .news_index .items .item.item2 .art {
    padding: 1.66vw 2.08vw;
  }
}

@media (max-width: 1024px) {
  .news_index .items .item.item2 .art {
    padding: 1.56vw 2.08vw;
  }
}

.news_index .items .item.item2 .art h5 {
  margin: 0 0 5px;
}

.news_index .items .item:hover .imgbox img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.news_index .items .item .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 68%;
  position: relative;
  overflow: hidden;
}

.news_index .items .item .imgbox img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.news_index .items .item .art {
  padding: 2.08vw;
  background: #f9f9f9;
}

@media (min-width: 1920px) {
  .news_index .items .item .art {
    padding: 40px;
  }
}

.news_index .items .item .art span {
  display: inline-flex;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  background: #150186;
  font-size: 13px;
  height: 28px;
  -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;
  padding: 0 18px;
  border-radius: 14px;
  font-family: "eu_m";
}

@media (max-width: 1680px) {
  .news_index .items .item .art span {
    font-size: 11.375px;
  }
}

@media (max-width: 1440px) {
  .news_index .items .item .art span {
    font-size: 9.75px;
  }
}

@media (max-width: 1280px) {
  .news_index .items .item .art span {
    font-size: 8.66666667px;
  }
}

@media (max-width: 1024px) {
  .news_index .items .item .art span {
    font-size: 6.93333333px;
  }
}

.news_index .items .item .art .h5 {
  font-size: 20px;
  line-height: 24px;
  height: 48px;
  color: #000000;
  font-family: "eu_r";
  margin: 15px 0 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media (max-width: 1680px) {
  .news_index .items .item .art .h5 {
    font-size: 17.5px;
  }
}

@media (max-width: 1440px) {
  .news_index .items .item .art .h5 {
    font-size: 15px;
  }
}

@media (max-width: 1280px) {
  .news_index .items .item .art .h5 {
    font-size: 13.33333333px;
  }
}

@media (max-width: 1024px) {
  .news_index .items .item .art .h5 {
    font-size: 10.66666667px;
  }
}

@media (max-width: 1680px) {
  .news_index .items .item .art .h5 {
    font-size: 18px;
  }
}

@media (max-width: 1440px) {
  .news_index .items .item .art .h5 {
    font-size: 16px;
  }
}

.news_index .items .item .art .p1 {
  font-size: 14px;
  font-family: "eu_m";
  color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 1680px) {
  .news_index .items .item .art .p1 {
    font-size: 12.25px;
  }
}

@media (max-width: 1440px) {
  .news_index .items .item .art .p1 {
    font-size: 10.5px;
  }
}

@media (max-width: 1280px) {
  .news_index .items .item .art .p1 {
    font-size: 9.33333333px;
  }
}

@media (max-width: 1024px) {
  .news_index .items .item .art .p1 {
    font-size: 7.46666667px;
  }
}

@media (max-width: 1680px) {
  .news_index .items .item .art .p1 {
    font-size: 14px;
  }
}

@media (max-width: 1280px) {
  .news_index .items .item .art .p1 {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .news_index .items .item .art .p1 {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .news_index {
    padding: 40px 0;
  }

  .news_index .items {
    margin-top: 15px;
  }

  .news_index .items .item {
    width: 100%;
    margin-bottom: 15px;
  }

  .news_index .items .item:last-child {
    margin-bottom: 0;
  }

  .news_index .items .item.item2 a {
    margin-bottom: 15px;
  }

  .news_index .items .item.item2 a:last-child {
    margin-bottom: 0;
  }

  .news_index .items .item.item2 a .art {
    padding: 20px 15px;
  }

  .news_index .items .item .art {
    padding: 20px 15px;
  }

  .news_index .items .item .art .h5 {
    margin: 10px 0;
  }
}

.f_line {
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #150186, #7d143a, #c40200);
}

.foot1 {
  background: #f6f6f6;
  padding: 5.21vw 0 5.73vw;
}

.foot1 .w1680 {
  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;
}

.foot1 .left {
  width: 64%;
}

.foot1 .left 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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 56px;
  margin-bottom: 3.65vw;
}

.foot1 .left form .p1 {
  width: 220px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 18px;
  line-height: 24px;
  font-family: "gr_m";
}

@media (max-width: 1680px) {
  .foot1 .left form .p1 {
    font-size: 15.75px;
  }
}

@media (max-width: 1440px) {
  .foot1 .left form .p1 {
    font-size: 13.5px;
  }
}

@media (max-width: 1280px) {
  .foot1 .left form .p1 {
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  .foot1 .left form .p1 {
    font-size: 9.6px;
  }
}

@media (max-width: 1680px) {
  .foot1 .left form .p1 {
    font-size: 18px;
  }
}

@media (max-width: 1440px) {
  .foot1 .left form .p1 {
    font-size: 16px;
  }
}

@media (max-width: 1280px) {
  .foot1 .left form .p1 {
    font-size: 14px;
  }
}

.foot1 .left form button {
  width: 100px;
  height: 100%;
  background: #c40200;
  color: #fff;
  font-size: 16px;
  font-family: "gr_b";
  border-radius: 10px;
}

@media (max-width: 1680px) {
  .foot1 .left form button {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .foot1 .left form button {
    font-size: 12px;
  }
}

@media (max-width: 1280px) {
  .foot1 .left form button {
    font-size: 10.66666667px;
  }
}

@media (max-width: 1024px) {
  .foot1 .left form button {
    font-size: 8.53333333px;
  }
}

@media (max-width: 1680px) {
  .foot1 .left form button {
    font-size: 16px;
  }
}

@media (max-width: 1440px) {
  .foot1 .left form button {
    font-size: 14px;
  }
}

.foot1 .left form input {
  width: calc(100% - 350px);
  background: #ececec;
  height: 100%;
  padding: 0 1.3vw;
  border-radius: 10px;
  font-size: 14px;
  font-family: "gr_m";
  color: rgba(51, 51, 51, 0.5);
}

@media (max-width: 1680px) {
  .foot1 .left form input {
    font-size: 12.25px;
  }
}

@media (max-width: 1440px) {
  .foot1 .left form input {
    font-size: 10.5px;
  }
}

@media (max-width: 1280px) {
  .foot1 .left form input {
    font-size: 9.33333333px;
  }
}

@media (max-width: 1024px) {
  .foot1 .left form input {
    font-size: 7.46666667px;
  }
}

@media (max-width: 1680px) {
  .foot1 .left form input {
    font-size: 14px;
  }
}

@media (max-width: 1280px) {
  .foot1 .left form input {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .foot1 .left form input {
    font-size: 13px;
  }
}

.foot1 .left form input::placeholder {
  font-size: 14px;
  font-family: "gr_m";
  color: rgba(51, 51, 51, 0.5);
}

@media (max-width: 1680px) {
  .foot1 .left form input::placeholder {
    font-size: 12.25px;
  }
}

@media (max-width: 1440px) {
  .foot1 .left form input::placeholder {
    font-size: 10.5px;
  }
}

@media (max-width: 1280px) {
  .foot1 .left form input::placeholder {
    font-size: 9.33333333px;
  }
}

@media (max-width: 1024px) {
  .foot1 .left form input::placeholder {
    font-size: 7.46666667px;
  }
}

@media (max-width: 1680px) {
  .foot1 .left form input::placeholder {
    font-size: 14px;
  }
}

@media (max-width: 1280px) {
  .foot1 .left form input::placeholder {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .foot1 .left form input::placeholder {
    font-size: 13px;
  }
}

.foot1 .right {
  width: 27%;
}

.foot1 .right .h5 {
  font-size: 16px;
  font-family: "gr_b";
  line-height: 24px;
}

@media (max-width: 1680px) {
  .foot1 .right .h5 {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .foot1 .right .h5 {
    font-size: 12px;
  }
}

@media (max-width: 1280px) {
  .foot1 .right .h5 {
    font-size: 10.66666667px;
  }
}

@media (max-width: 1024px) {
  .foot1 .right .h5 {
    font-size: 8.53333333px;
  }
}

@media (max-width: 1680px) {
  .foot1 .right .h5 {
    font-size: 16px;
  }
}

@media (max-width: 1440px) {
  .foot1 .right .h5 {
    font-size: 14px;
  }
}

.foot1 .right .h3 {
  font-size: 28px;
  font-family: "ne_l";
  color: #c40200;
  margin: 15px 0;
}

.foot1 .right .h3 a{
  color: #c40200;
}

@media (max-width: 1680px) {
  .foot1 .right .h3 {
    font-size: 24.5px;
  }
}

@media (max-width: 1440px) {
  .foot1 .right .h3 {
    font-size: 21px;
  }
}

@media (max-width: 1280px) {
  .foot1 .right .h3 {
    font-size: 18.66666667px;
  }
}

@media (max-width: 1024px) {
  .foot1 .right .h3 {
    font-size: 14.93333333px;
  }
}

@media (max-width: 1680px) {
  .foot1 .right .h3 {
    font-size: 24px;
  }
}

@media (max-width: 1440px) {
  .foot1 .right .h3 {
    font-size: 22px;
  }
}

@media (max-width: 1024px) {
  .foot1 .right .h3 {
    font-size: 18px;
  }
}

.foot1 .right .info {
  font-size: 14px;
  font-family: "gr_m";
  line-height: 20px;
  color: rgba(51, 51, 51, 0.5);
  margin-bottom: 10px;
}

.foot1 .right .info p a {
  color: rgba(51, 51, 51, 0.5);
}

@media (max-width: 1680px) {
  .foot1 .right .info {
    font-size: 12.25px;
  }
}

@media (max-width: 1440px) {
  .foot1 .right .info {
    font-size: 10.5px;
  }
}

@media (max-width: 1280px) {
  .foot1 .right .info {
    font-size: 9.33333333px;
  }
}

@media (max-width: 1024px) {
  .foot1 .right .info {
    font-size: 7.46666667px;
  }
}

@media (max-width: 1680px) {
  .foot1 .right .info {
    font-size: 14px;
  }
}

@media (max-width: 1280px) {
  .foot1 .right .info {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .foot1 .right .info {
    font-size: 13px;
  }
}

.foot1 .right .info p {
  margin-bottom: 5px;
}

@media (max-width: 1440px) {
  .foot1 .left form {
    height: 50px;
  }

  .foot1 .left form .p1 {
    width: 190px;
  }

  .foot1 .left form button {
    width: 90px;
  }

  .foot1 .left form input {
    width: calc(100% - 300px);
  }
}

@media (max-width: 1280px) {
  .foot1 .left form {
    height: 46px;
  }

  .foot1 .left form .p1 {
    width: 160px;
    line-height: 20px;
  }

  .foot1 .left form button {
    width: 80px;
  }

  .foot1 .left form input {
    width: calc(100% - 270px);
  }
}

@media (max-width: 768px) {
  .foot1 {
    padding: 40px 0;
  }

  .foot1 .left {
    width: 100%;
  }

  .foot1 .left form {
    height: auto;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }

  .foot1 .left form .p1 {
    width: 100%;
    margin-bottom: 10px;
    font-family: "gr_b";
  }

  .foot1 .left form input {
    width: calc(100% - 60px);
    height: 36px;
    padding: 0 15px;
    border-radius: 5px;
  }

  .foot1 .left form button {
    width: 50px;
    height: 36px;
    border-radius: 5px;
  }

  .foot1 .right {
    width: 100%;
  }

  .foot1 .right .h3 {
    margin: 5px 0;
  }

  .foot1 .right .info p {
    margin-bottom: 2px;
  }
}

.foot_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.foot_ul li {
  width: calc(20% - 5px);
}

.foot_ul li .a1 {
  display: block;
  font-size: 16px;
  font-family: "gr_b";
  line-height: 24px;
  margin-bottom: 10px;
}

@media (max-width: 1680px) {
  .foot_ul li .a1 {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .foot_ul li .a1 {
    font-size: 12px;
  }
}

@media (max-width: 1280px) {
  .foot_ul li .a1 {
    font-size: 10.66666667px;
  }
}

@media (max-width: 1024px) {
  .foot_ul li .a1 {
    font-size: 8.53333333px;
  }
}

@media (max-width: 1680px) {
  .foot_ul li .a1 {
    font-size: 16px;
  }
}

@media (max-width: 1440px) {
  .foot_ul li .a1 {
    font-size: 14px;
  }
}

.foot_ul li .item_a a {
  display: block;
  font-size: 14px;
  font-family: "gr_m";
  line-height: 36px;
  color: rgba(51, 51, 51, 0.5);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 1680px) {
  .foot_ul li .item_a a {
    font-size: 12.25px;
  }
}

@media (max-width: 1440px) {
  .foot_ul li .item_a a {
    font-size: 10.5px;
  }
}

@media (max-width: 1280px) {
  .foot_ul li .item_a a {
    font-size: 9.33333333px;
  }
}

@media (max-width: 1024px) {
  .foot_ul li .item_a a {
    font-size: 7.46666667px;
  }
}

@media (max-width: 1680px) {
  .foot_ul li .item_a a {
    font-size: 14px;
  }
}

@media (max-width: 1280px) {
  .foot_ul li .item_a a {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .foot_ul li .item_a a {
    font-size: 13px;
  }
}

@media (max-width: 1440px) {
  .foot_ul li .item_a a {
    line-height: 30px;
  }
}

.foot_ul li .item_a a:hover {
  color: #150186;
}

@media (max-width: 768px) {
  .foot_ul {
    display: none;
  }
}

.share {
  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;
}

.share a {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #e8e8e8;
  border-radius: 50%;
  margin-right: 6px;
  color: #a0a0a0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}

.share a:last-child {
  margin-right: 0;
}

.share a .ewm {
  position: absolute;
  width: 120px;
  height: 120px;
  left: 50%;
  margin-left: -60px;
  top: -125px;
  display: none;
  animation: show 0.5s;
}

.share a:hover {
  color: #fff;
  background: #c40200;
}

.share a:hover .ewm {
  display: block;
}

.foot2 {
  width: 100%;
  height: 50px;
  background: #150186;
  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: 14px;
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 1680px) {
  .foot2 {
    font-size: 12.25px;
  }
}

@media (max-width: 1440px) {
  .foot2 {
    font-size: 10.5px;
  }
}

@media (max-width: 1280px) {
  .foot2 {
    font-size: 9.33333333px;
  }
}

@media (max-width: 1024px) {
  .foot2 {
    font-size: 7.46666667px;
  }
}

@media (max-width: 1680px) {
  .foot2 {
    font-size: 14px;
  }
}

@media (max-width: 1280px) {
  .foot2 {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .foot2 {
    font-size: 13px;
  }
}

.foot2 a {
  color: rgba(255, 255, 255, 0.5);
  margin-left: 15px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.foot2 a:hover {
  color: #fff;
}

.list_zyjg {
  padding: 3.21vw 0;
}

.list_zyjg .w1400 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.list_zyjg .left {
  width: calc(25% - 3.13vw);
}

.list_zyjg .left .l_top {
  padding: 1.56vw;
  background: #150186;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
}

.list_zyjg .left .l_top img {
  width: 2.6vw;
  min-width: 30px;
}

.list_zyjg .left .l_top .art {
  margin-left: 1.04vw;
}

.list_zyjg .left .l_top .p1 {
  font-size: 16px;
}

@media (max-width: 1680px) {
  .list_zyjg .left .l_top .p1 {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .list_zyjg .left .l_top .p1 {
    font-size: 12px;
  }
}

@media (max-width: 1280px) {
  .list_zyjg .left .l_top .p1 {
    font-size: 10.66666667px;
  }
}

@media (max-width: 1024px) {
  .list_zyjg .left .l_top .p1 {
    font-size: 8.53333333px;
  }
}

@media (max-width: 1680px) {
  .list_zyjg .left .l_top .p1 {
    font-size: 16px;
  }
}

@media (max-width: 1440px) {
  .list_zyjg .left .l_top .p1 {
    font-size: 14px;
  }
}

.list_zyjg .left .l_top h3 {
  font-size: 24px;
  margin-top: -2px;
  display: none;
}

@media (max-width: 1680px) {
  .list_zyjg .left .l_top h3 {
    font-size: 21px;
  }
}

@media (max-width: 1440px) {
  .list_zyjg .left .l_top h3 {
    font-size: 18px;
  }
}

@media (max-width: 1280px) {
  .list_zyjg .left .l_top h3 {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  .list_zyjg .left .l_top h3 {
    font-size: 12.8px;
  }
}

@media (max-width: 1680px) {
  .list_zyjg .left .l_top h3 {
    font-size: 20px;
  }
}

@media (max-width: 1440px) {
  .list_zyjg .left .l_top h3 {
    font-size: 18px;
  }
}

@media (max-width: 1280px) {
  .list_zyjg .left .l_top h3 {
    font-size: 16px;
  }
}

.list_zyjg .left .l_box1 {
  padding: 1.04vw 1.56vw 0.78vw;
  margin-top: 1.56vw;
  font-size: 20px;
  font-family: "gr_l";
  color: #666666;
  position: relative;
  z-index: 1;
}

@media (max-width: 1680px) {
  .list_zyjg .left .l_box1 {
    font-size: 17.5px;
  }
}

@media (max-width: 1440px) {
  .list_zyjg .left .l_box1 {
    font-size: 15px;
  }
}

@media (max-width: 1280px) {
  .list_zyjg .left .l_box1 {
    font-size: 13.33333333px;
  }
}

@media (max-width: 1024px) {
  .list_zyjg .left .l_box1 {
    font-size: 10.66666667px;
  }
}

@media (max-width: 1680px) {
  .list_zyjg .left .l_box1 {
    font-size: 18px;
  }
}

@media (max-width: 1440px) {
  .list_zyjg .left .l_box1 {
    font-size: 16px;
  }
}

.list_zyjg .left .l_box1 .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.list_zyjg .left .l_box1 h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  font-family: "gr_m";
  margin-bottom: 5px;
}

.list_zyjg .left .l_box1 h5 img {
  width: 36px;
  margin-right: 15px;
}

.list_zyjg .left .l_box1 h5:before {
  content: '';
  width: 1px;
  height: 1.04vw;
  position: absolute;
  left: 18px;
  top: -1.04vw;
  background: #150186;
}

.list_zyjg .left .l_box1 p {
  font-size: 26px;
  font-family: "gr_b";
  color: #666666;
  line-height: 30px;
}

@media (max-width: 1680px) {
  .list_zyjg .left .l_box1 p {
    font-size: 24.5px;
  }
}

@media (max-width: 1440px) {
  .list_zyjg .left .l_box1 p {
    font-size: 21px;
  }
}

@media (max-width: 1280px) {
  .list_zyjg .left .l_box1 p {
    font-size: 18.66666667px;
  }
}

@media (max-width: 1024px) {
  .list_zyjg .left .l_box1 p {
    font-size: 14.93333333px;
  }
}

@media (max-width: 1680px) {
  .list_zyjg .left .l_box1 p {
    font-size: 24px;
  }
}

@media (max-width: 1440px) {
  .list_zyjg .left .l_box1 p {
    font-size: 22px;
  }
}

@media (max-width: 1024px) {
  .list_zyjg .left .l_box1 p {
    font-size: 18px;
  }
}

@media (max-width: 1280px) {
  .list_zyjg .left .l_box1 p {
    font-size: 26px;
  }
}

@media (max-width: 1280px) and (max-width: 1680px) {
  .list_zyjg .left .l_box1 p {
    font-size: 22.75px;
  }
}

@media (max-width: 1280px) and (max-width: 1440px) {
  .list_zyjg .left .l_box1 p {
    font-size: 19.5px;
  }
}

@media (max-width: 1280px) and (max-width: 1280px) {
  .list_zyjg .left .l_box1 p {
    font-size: 17.33333333px;
  }
}

@media (max-width: 1280px) and (max-width: 1024px) {
  .list_zyjg .left .l_box1 p {
    font-size: 13.86666667px;
  }
}

@media (max-width: 1280px) and (max-width: 1680px) {
  .list_zyjg .left .l_box1 p {
    font-size: 22px;
  }
}

@media (max-width: 1280px) and (max-width: 1440px) {
  .list_zyjg .left .l_box1 p {
    font-size: 18px;
  }
}

@media (max-width: 1280px) and (max-width: 1024px) {
  .list_zyjg .left .l_box1 p {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .list_zyjg .left .l_box1 {
    display: none;
  }
}

.list_zyjg .right {
  width: 75%;
}

.list_zyjg .right .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.list_zyjg .right .top label {
  margin-right: 10px;
  margin-bottom: 10px;
}

.list_zyjg .right .top label span {
  font-size: 14px;
  font-family: "gr_l";
  margin-right: 2px;
  display: inline-block;
  /* width: 95px; */
  text-align: right;
}

@media (max-width: 1680px) {
  .list_zyjg .right .top label span {
    font-size: 12.25px;
  }
}

@media (max-width: 1440px) {
  .list_zyjg .right .top label span {
    font-size: 10.5px;
  }
}

@media (max-width: 1280px) {
  .list_zyjg .right .top label span {
    font-size: 9.33333333px;
  }
}

@media (max-width: 1024px) {
  .list_zyjg .right .top label span {
    font-size: 7.46666667px;
  }
}

@media (max-width: 1680px) {
  .list_zyjg .right .top label span {
    font-size: 14px;
  }
}

@media (max-width: 1280px) {
  .list_zyjg .right .top label span {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .list_zyjg .right .top label span {
    font-size: 13px;
  }
}

.list_zyjg .right .top label select {
  border: 1px solid #d0d0d0;
  height: 40px;
  font-size: 14px;
  font-family: "gr_l";
  border-radius: 5px;
  padding: 0 2px;
  max-width: 150px;
}

@media (max-width: 1680px) {
  .list_zyjg .right .top label select {
    font-size: 12.25px;
  }
}

@media (max-width: 1440px) {
  .list_zyjg .right .top label select {
    font-size: 10.5px;
  }
}

@media (max-width: 1280px) {
  .list_zyjg .right .top label select {
    font-size: 9.33333333px;
  }
}

@media (max-width: 1024px) {
  .list_zyjg .right .top label select {
    font-size: 7.46666667px;
  }
}

@media (max-width: 1680px) {
  .list_zyjg .right .top label select {
    font-size: 14px;
  }
}

@media (max-width: 1280px) {
  .list_zyjg .right .top label select {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .list_zyjg .right .top label select {
    font-size: 13px;
  }
}

.list_zyjg .right .top button {
  display: none;
  height: 40px;
  padding: 0 20px;
  background: #150186;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  margin-bottom: 10px;
}

@media (max-width: 1680px) {
  .list_zyjg .right .top button {
    font-size: 12.25px;
  }
}

@media (max-width: 1440px) {
  .list_zyjg .right .top button {
    font-size: 10.5px;
  }
}

@media (max-width: 1280px) {
  .list_zyjg .right .top button {
    font-size: 9.33333333px;
  }
}

@media (max-width: 1024px) {
  .list_zyjg .right .top button {
    font-size: 7.46666667px;
  }
}

@media (max-width: 1680px) {
  .list_zyjg .right .top button {
    font-size: 14px;
  }
}

@media (max-width: 1280px) {
  .list_zyjg .right .top button {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .list_zyjg .right .top button {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .list_zyjg .left {
    width: 100%;
    margin-bottom: 20px;
  }

  .list_zyjg .left .l_top {
    padding: 10px 15px;
  }

  .list_zyjg .left .l_top .art {
    margin-left: 15px;
  }

  .list_zyjg .right {
    width: 100%;
  }
}

.bgfb {
  background: #fbfbfb;
}

.pro_menu {
  background: #fff;
}

.pro_menu li {
  border-bottom: 1px solid #eaeef2;
  position: relative;
  z-index: 6;
}

.pro_menu li.on .li_a {
  background: #edeff2;
  color: #150186;
}

.pro_menu li.on .li_a a {
  color: #150186;
}

.pro_menu li.on .li_a i {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  color: #150186;
}

.pro_menu li.on .li_box {
  max-height: 1000px;
  opacity: 1;
  display: block;
}

.pro_menu li.on1 {
  background: #edeff2;
}

.pro_menu li .li_a {
  padding: 0 1.56vw;
  font-size: 18px;
  font-family: "gr_m";
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #333;
}

.pro_menu li .li_a i {
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}

.pro_menu li .li_box {
  max-height: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: none;
}

.pro_menu li .li_a2 {
  padding: 0 1.56vw 0 1.86vw;
  height: 60px;
  border-bottom: 1px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 16px;
  font-family: "gr_r";
  color: #666;
  position: relative;
  z-index: 4;
}

.pro_menu li .li_a2:hover a {
  color: #150186;
}

.pro_menu li .li_a2 i {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 16px;
  width: 9%;
  cursor: pointer;
}

.pro_menu li .li_a2 span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pro_menu li .li_box2.on .li_a2 {
  color: #150186;
  border-color: #eaeef2;
}

.pro_menu li .li_box2.on .li_a2 a {
  color: #150186;
}

.pro_menu li .li_box2.on .li_a2 i {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  color: #150186;
}

.pro_menu li .li_box2.on .li_box3 {
  max-height: 1000px;
  padding: 0.52vw 2.1vw;
  opacity: 1;
  position: relative;
  z-index: 2;
}

.pro_menu li .li_box3 {
  max-height: 0;
  /* animation: show 0.5s; */
  padding: 0 2.6vw;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.pro_menu li .li_box3 a {
  display: block;
  font-size: 14px;
  line-height: 30px;
  font-family: "gr_l";
  color: #999999;
}

.pro_menu li .li_box3 a:hover,
.pro_menu li .li_box3 a.on {
  color: #150186;
}

@media (max-width: 1680px) {
  .pro_menu li .li_a {
    font-size: 17px;
    height: 60px;
  }

  .pro_menu li .li_a2 {
    font-size: 15px;
    height: 50px;
  }

  .pro_menu li .li_box3 a {
    font-size: 13px;
    line-height: 26px;
  }
}

@media (max-width: 1440px) {
  .pro_menu li .li_a {
    font-size: 16px;
    height: 55px;
  }

  .pro_menu li .li_a2 {
    font-size: 14px;
    height: 45px;
  }

  .pro_menu li .li_box3 a {
    font-size: 12px;
    line-height: 24px;
  }
}

@media (max-width: 768px) {
  .pro_menu {
    display: none;
  }

  .pro_menu li .li_a {
    padding: 0 15px;
    font-size: 15px;
    height: 50px;
  }

  .pro_menu li .li_a2 {
    padding: 0 15px 0 20px;
    height: 40px;
  }

  .pro_menu li .li_box3 {
    padding: 5px 25px;
  }

  .pro_menu li .li_box3 a {
    font-size: 13px;
  }
}

.phone_pro_wrap {
  top: 60px;
  left: 0;
  width: 100%;
  height: auto;
  background: #fff;
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 130;
  background-color: #f7f7f7;
  transition: left 0.5s;
  transform: translate3d(0, 0, 0);
  overflow-y: auto;
}

.phone_pro_wrap .close {
  height: 45px;
  background: #150186;
  position: relative;
}

.phone_pro_wrap .close .btn {
  position: absolute;
  right: 17px;
  top: 20px;
}

.phone_pro_wrap .close .btn::before {
  content: '';
  width: 25px;
  height: 2px;
  display: block;
  background-color: #fff;
  transform: rotate(45deg);
  margin-bottom: -2px;
}

.phone_pro_wrap .close .btn::after {
  content: '';
  width: 25px;
  height: 2px;
  display: block;
  background-color: #fff;
  transform: rotate(-45deg);
}

.phone_pro_wrap .phone_pro_menu>li {
  border-bottom: 1px solid #eaeef2;
}

.phone_pro_wrap .phone_pro_menu>li.on .li_a {
  background: #edeff2;
  color: #150186;
}

.phone_pro_wrap .phone_pro_menu>li.on .li_a i {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  color: #150186;
}

.phone_pro_wrap .phone_pro_menu>li.on .li_box {
  overflow: visible;
  max-height: 1200px;
}

.phone_pro_wrap .phone_pro_menu>li.on1 {
  background: #edeff2;
}

.phone_pro_wrap .phone_pro_menu>li .li_a {
  padding: 0 20px;
  font-size: 18px;
  font-family: "gr_m";
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #333;
}

.phone_pro_wrap .phone_pro_menu>li .li_a i {
  display: block;
  width: 35px;
  height: 35px;
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.phone_pro_wrap .phone_pro_menu>li .li_box {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

.phone_pro_wrap .phone_pro_menu>li .li_a2 {
  padding: 0 20px 0;
  height: 35px;
  border-bottom: 1px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 16px;
  font-family: "gr_r";
  color: #666;
}

.phone_pro_wrap .phone_pro_menu>li .li_a2 i {
  width: 35px;
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 16px;
}

.phone_pro_wrap .phone_pro_menu>li .li_a2 span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.phone_pro_wrap .phone_pro_menu>li .li_box2.on .li_a2 {
  border-color: #eaeef2;
}

.phone_pro_wrap .phone_pro_menu>li .li_box2.on .li_a2 a {
  color: #150186;
}

.phone_pro_wrap .phone_pro_menu>li .li_box2.on .li_a2 i {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  color: #150186;
}

.phone_pro_wrap .phone_pro_menu>li .li_box2.on .li_box3 {
  overflow: visible;
  max-height: 1200px;
}

.phone_pro_wrap .phone_pro_menu>li .li_box3 {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  padding: 0.52vw 2.6vw;
}

.phone_pro_wrap .phone_pro_menu>li .li_box3 a {
  display: block;
  font-size: 14px;
  line-height: 30px;
  font-family: "gr_l";
  color: #999999;
}

.phone_pro_wrap .phone_pro_menu>li .li_box3 a:hover,
.phone_pro_wrap .phone_pro_menu>li .li_box3 a.on {
  color: #150186;
}

.hh_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
}

@media (max-width: 1440px) {
  .hh_list {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .hh_list {
    margin-bottom: 15px;
  }

  .hh_list.case_list.ul_3 li,
  .hh_list.case_list.ul_4 li,
  .hh_list.case_list.ul_5 li {
    width: 100%;
    margin: 0 0 15px 0 !important;
  }
}

.hh_list.ul_1 li {
  width: 100%;
  margin-bottom: 30px;
}

@media (max-width: 1440px) {
  .hh_list.ul_1 li {
    margin-bottom: 20px;
  }
}

.hh_list.ul_2 li {
  width: calc(50% - 15px);
  margin: 0 30px 30px 0;
}

.hh_list.ul_2 li:nth-child(2n) {
  margin-right: 0;
}

@media (max-width: 1440px) {
  .hh_list.ul_2 li {
    width: calc(50% - 10px);
    margin: 0 20px 20px 0;
  }
}

@media (max-width: 768px) {
  .hh_list.ul_2 li {
    width: 100%;
    margin: 0 0px 15px 0;
  }
}

.hh_list.ul_3 li {
  width: calc(33.33% - 20px);
  margin: 0 30px 30px 0;
}

.hh_list.ul_3 li:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 1440px) {
  .hh_list.ul_3 li {
    width: calc(33.33% - 13.33px);
    margin: 0 20px 20px 0;
  }
}

@media (max-width: 768px) {
  .hh_list.ul_3 li {
    width: calc(50% - 7.5px);
    margin: 0 15px 15px 0;
  }

  .hh_list.ul_3 li:nth-child(3n) {
    margin-right: 15px;
  }

  .hh_list.ul_3 li:nth-child(2n) {
    margin-right: 0;
  }
}

.hh_list.ul_4 li {
  width: calc(25% - 22.5px);
  margin: 0 30px 30px 0;
}

.hh_list.ul_4 li:nth-child(4n) {
  margin-right: 0;
}

@media (max-width: 1440px) {
  .hh_list.ul_4 li {
    width: calc(25% - 15px);
    margin: 0 20px 20px 0;
  }
}

@media (max-width: 768px) {
  .hh_list.ul_4 li {
    width: calc(50% - 7.5px);
    margin: 0 15px 15px 0;
  }

  .hh_list.ul_4 li:nth-child(4n) {
    margin-right: 15px;
  }

  .hh_list.ul_4 li:nth-child(2n) {
    margin-right: 0;
  }
}

.hh_list.ul_5 li {
  width: calc(20% - 24px);
  margin: 0 30px 30px 0;
}

.hh_list.ul_5 li:nth-child(5n) {
  margin-right: 0;
}

@media (max-width: 1440px) {
  .hh_list.ul_5 li {
    width: calc(20% - 16px);
    margin: 0 20px 20px 0;
  }
}

@media (max-width: 768px) {
  .hh_list.ul_5 li {
    width: calc(50% - 7.5px);
    margin: 0 15px 15px 0;
  }

  .hh_list.ul_5 li:nth-child(5n) {
    margin-right: 15px;
  }

  .hh_list.ul_5 li:nth-child(2n) {
    margin-right: 0;
  }
}

.hh_list.ul_3 li,
.hh_list.ul_4 li,
.hh_list.ul_5 li {
  position: relative;
  box-shadow: 0px 3px 38px 0px rgb(29 32 36 / 8%);
}

.hh_list.ul_3 p.xh,
.hh_list.ul_4 p.xh,
.hh_list.ul_5 p.xh {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 9;
  width: 20px;
  height: 20px;
  background: #150186;
  color: #fff;
  font-size: 16px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}

@media (max-width: 1680px) {

  .hh_list.ul_3 p.xh,
  .hh_list.ul_4 p.xh,
  .hh_list.ul_5 p.xh {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {

  .hh_list.ul_3 p.xh,
  .hh_list.ul_4 p.xh,
  .hh_list.ul_5 p.xh {
    font-size: 12px;
  }
}

@media (max-width: 1280px) {

  .hh_list.ul_3 p.xh,
  .hh_list.ul_4 p.xh,
  .hh_list.ul_5 p.xh {
    font-size: 10.66666667px;
  }
}

@media (max-width: 1024px) {

  .hh_list.ul_3 p.xh,
  .hh_list.ul_4 p.xh,
  .hh_list.ul_5 p.xh {
    font-size: 8.53333333px;
  }
}

@media (max-width: 1680px) {

  .hh_list.ul_3 p.xh,
  .hh_list.ul_4 p.xh,
  .hh_list.ul_5 p.xh {
    font-size: 16px;
  }
}

@media (max-width: 1440px) {

  .hh_list.ul_3 p.xh,
  .hh_list.ul_4 p.xh,
  .hh_list.ul_5 p.xh {
    font-size: 14px;
  }
}

.case_li5:hover .imgbox p {
  bottom: 0;
}

.case_li5:hover .imgbox i {
  opacity: 1;
}

.case_li5:hover .art .line:before {
  width: 100%;
}

.case_li5 .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  position: relative;
  overflow: hidden;
}

.case_li5 .imgbox img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case_li5 .imgbox p {
  width: 100%;
  height: 35px;
  position: absolute;
  left: 0;
  bottom: -35px;
  background: #150186;
  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;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 14px;
  font-family: "gr_l";
}

@media (max-width: 1680px) {
  .case_li5 .imgbox p {
    font-size: 12.25px;
  }
}

@media (max-width: 1440px) {
  .case_li5 .imgbox p {
    font-size: 10.5px;
  }
}

@media (max-width: 1280px) {
  .case_li5 .imgbox p {
    font-size: 9.33333333px;
  }
}

@media (max-width: 1024px) {
  .case_li5 .imgbox p {
    font-size: 7.46666667px;
  }
}

@media (max-width: 1680px) {
  .case_li5 .imgbox p {
    font-size: 14px;
  }
}

@media (max-width: 1280px) {
  .case_li5 .imgbox p {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .case_li5 .imgbox p {
    font-size: 13px;
  }
}

.case_li5 .imgbox i {
  width: 50px;
  height: 50px;
  background: #fff;
  color: #150186;
  border-radius: 50%;
  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%);
  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;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.case_li5 .art {
  padding: 1.3vw 1.56vw;
  background: #fff;
}

.case_li5 .art h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 22px;
  font-family: "gr_m";
}

@media (max-width: 1680px) {
  .case_li5 .art h2 {
    font-size: 19.25px;
  }
}

@media (max-width: 1440px) {
  .case_li5 .art h2 {
    font-size: 16.5px;
  }
}

@media (max-width: 1280px) {
  .case_li5 .art h2 {
    font-size: 14.66666667px;
  }
}

@media (max-width: 1024px) {
  .case_li5 .art h2 {
    font-size: 11.73333333px;
  }
}

@media (max-width: 1680px) {
  .case_li5 .art h2 {
    font-size: 18px;
  }
}

@media (max-width: 1440px) {
  .case_li5 .art h2 {
    font-size: 16px;
  }
}

.case_li5 .art h2 span {
  width: calc(100% - 20px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.case_li5 .art h2 i {
  font-size: 18px;
}

@media (max-width: 1680px) {
  .case_li5 .art h2 i {
    font-size: 15.75px;
  }
}

@media (max-width: 1440px) {
  .case_li5 .art h2 i {
    font-size: 13.5px;
  }
}

@media (max-width: 1280px) {
  .case_li5 .art h2 i {
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  .case_li5 .art h2 i {
    font-size: 9.6px;
  }
}

@media (max-width: 1680px) {
  .case_li5 .art h2 i {
    font-size: 18px;
  }
}

@media (max-width: 1440px) {
  .case_li5 .art h2 i {
    font-size: 16px;
  }
}

@media (max-width: 1280px) {
  .case_li5 .art h2 i {
    font-size: 14px;
  }
}

.case_li5 .art .line {
  width: 100%;
  height: 1px;
  background: #e7e7e7;
  margin: 15px 0;
  position: relative;
}

.case_li5 .art .line:before {
  content: '';
  width: 0px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #150186;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.case_li5 .art p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 14px;
  line-height: 22px;
  height: 44px;
  color: #666666;
  font-family: "gr_l";
}

@media (max-width: 1680px) {
  .case_li5 .art p {
    font-size: 12.25px;
  }
}

@media (max-width: 1440px) {
  .case_li5 .art p {
    font-size: 10.5px;
  }
}

@media (max-width: 1280px) {
  .case_li5 .art p {
    font-size: 9.33333333px;
  }
}

@media (max-width: 1024px) {
  .case_li5 .art p {
    font-size: 7.46666667px;
  }
}

@media (max-width: 1680px) {
  .case_li5 .art p {
    font-size: 14px;
  }
}

@media (max-width: 1280px) {
  .case_li5 .art p {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .case_li5 .art p {
    font-size: 13px;
  }
}

@media (max-width: 1024px) {
  .case_li5 .art {
    padding: 15px;
  }

  .case_li5 .art .line {
    margin: 10px 0;
  }
}

.pro_li18 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 1.56vw;
  background: #f0f0f0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 2.6vw;
}

.pro_li18:hover .imgbox img {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  -ms-transform: translate(-50%, -50%) scale(1.05);
  -o-transform: translate(-50%, -50%) scale(1.05);
  transform: translate(-50%, -50%) scale(1.05);
}

.pro_li18 .left {
  width: 33.33%;
}

.pro_li18 .art {
  width: 57.57%;
  position: relative;
  margin-right: 1.56vw;
}

.pro_li18 .art h3,
.pro_li18 .art h1 {
  font-size: 30px;
  font-family: "gr_b";
  color: #000000;
  margin-bottom: 0.26vw;
  margin-top: 1.04vw;
}

@media (max-width: 1680px) {

  .pro_li18 .art h3,
  .pro_li18 .art h1 {
    font-size: 26.25px;
  }
}

@media (max-width: 1440px) {

  .pro_li18 .art h3,
  .pro_li18 .art h1 {
    font-size: 22.5px;
  }
}

@media (max-width: 1280px) {

  .pro_li18 .art h3,
  .pro_li18 .art h1 {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {

  .pro_li18 .art h3,
  .pro_li18 .art h1 {
    font-size: 16px;
  }
}

@media (max-width: 1680px) {

  .pro_li18 .art h3,
  .pro_li18 .art h1 {
    font-size: 24px;
  }
}

@media (max-width: 1440px) {

  .pro_li18 .art h3,
  .pro_li18 .art h1 {
    font-size: 22px;
  }
}

@media (max-width: 1024px) {

  .pro_li18 .art h3,
  .pro_li18 .art h1 {
    font-size: 18px;
  }
}

.pro_li18 .art h4 {
  font-size: 22px;
  font-family: "gr_b";
  color: #000000;
  margin-bottom: 0.26vw;
  margin-top: 1.04vw;
}

@media (max-width: 1680px) {
  .pro_li18 .art h4 {
    font-size: 19.25px;
  }
}

@media (max-width: 1440px) {
  .pro_li18 .art h4 {
    font-size: 16.5px;
  }
}

@media (max-width: 1280px) {
  .pro_li18 .art h4 {
    font-size: 14.66666667px;
  }
}

@media (max-width: 1024px) {
  .pro_li18 .art h4 {
    font-size: 11.73333333px;
  }
}

@media (max-width: 1680px) {
  .pro_li18 .art h4 {
    font-size: 18px;
  }
}

@media (max-width: 1440px) {
  .pro_li18 .art h4 {
    font-size: 16px;
  }
}

.pro_li18 .art .line {
  width: 100%;
  height: 2px;
  background: #e5e5e5;
  margin: 1.04vw 0;
  position: relative;
}

.pro_li18 .art .line:before {
  content: '';
  width: 7.81vw;
  height: 100%;
  background: #150186;
  position: absolute;
  left: 0;
  top: 0;
  min-width: 50px;
}

.pro_li18 .art .info {
  font-size: 16px;
  font-family: "gr_l";
  color: #666666;
  line-height: 30px;
  margin-bottom: 10px;
  max-height: 180px;
  overflow-y: scroll;
  padding-right: 5px;
  scrollbar-width: thin;
  scrollbar-color: #150186 transparent;
}

@media (max-width: 1680px) {
  .pro_li18 .art .info {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .pro_li18 .art .info {
    font-size: 12px;
  }
}

@media (max-width: 1280px) {
  .pro_li18 .art .info {
    font-size: 10.66666667px;
  }
}

@media (max-width: 1024px) {
  .pro_li18 .art .info {
    font-size: 8.53333333px;
  }
}

@media (max-width: 1680px) {
  .pro_li18 .art .info {
    font-size: 16px;
  }
}

@media (max-width: 1440px) {
  .pro_li18 .art .info {
    font-size: 14px;
  }
}

.pro_li18 .art .info::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  background-color: transform;
}

.pro_li18 .art .info::-webkit-scrollbar-thumb {
  background-color: #150186;
  border-radius: 10px;
}

.pro_li18 .art .info p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.pro_li18 .art .info p i {
  margin-right: 5px;
  font-size: 14px;
}

@media (max-width: 1680px) {
  .pro_li18 .art .info p i {
    font-size: 12.25px;
  }
}

@media (max-width: 1440px) {
  .pro_li18 .art .info p i {
    font-size: 10.5px;
  }
}

@media (max-width: 1280px) {
  .pro_li18 .art .info p i {
    font-size: 9.33333333px;
  }
}

@media (max-width: 1024px) {
  .pro_li18 .art .info p i {
    font-size: 7.46666667px;
  }
}

@media (max-width: 1680px) {
  .pro_li18 .art .info p i {
    font-size: 14px;
  }
}

@media (max-width: 1280px) {
  .pro_li18 .art .info p i {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .pro_li18 .art .info p i {
    font-size: 13px;
  }
}

.pro_li18 .art .other {
  font-size: 16px;
  color: #666666;
  font-family: "gr_l";
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media (max-width: 1680px) {
  .pro_li18 .art .other {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .pro_li18 .art .other {
    font-size: 12px;
  }
}

@media (max-width: 1280px) {
  .pro_li18 .art .other {
    font-size: 10.66666667px;
  }
}

@media (max-width: 1024px) {
  .pro_li18 .art .other {
    font-size: 8.53333333px;
  }
}

@media (max-width: 1680px) {
  .pro_li18 .art .other {
    font-size: 16px;
  }
}

@media (max-width: 1440px) {
  .pro_li18 .art .other {
    font-size: 14px;
  }
}

.pro_li18 .art .other .s1 {
  font-family: "gr_m";
}

.pro_li18 .art .btn {
  position: absolute;
  left: 0;
  bottom: 1.3vw;
}

.pro_li18 .art .btn a {
  margin-right: 10px;
  max-height: 36px;
  font-size: 14px;
  padding: 0 25px;
}

@media (max-width: 1680px) {
  .pro_li18 .art .btn a {
    font-size: 12.25px;
  }
}

@media (max-width: 1440px) {
  .pro_li18 .art .btn a {
    font-size: 10.5px;
  }
}

@media (max-width: 1280px) {
  .pro_li18 .art .btn a {
    font-size: 9.33333333px;
  }
}

@media (max-width: 1024px) {
  .pro_li18 .art .btn a {
    font-size: 7.46666667px;
  }
}

@media (max-width: 1680px) {
  .pro_li18 .art .btn a {
    font-size: 14px;
  }
}

@media (max-width: 1280px) {
  .pro_li18 .art .btn a {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .pro_li18 .art .btn a {
    font-size: 13px;
  }
}

.pro_li18 .art .btn a:hover {
  border-color: #150186;
}

.pro_li18 .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.pro_li18 .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;
}

@media (max-width: 1440px) {
  .pro_li18 .art .info {
    line-height: 26px;
    max-height: 156px;
  }
}

@media (max-width: 1200px) {
  .pro_li18 .art .info {
    line-height: 24px;
    max-height: 144px;
  }

  .pro_li18 .art .other {
    font-size: 13px;
  }

  .pro_li18 .art .btn a {
    max-height: 32px;
    padding: 0 20px;
  }
}

@media (max-width: 1024px) {
  .pro_li18 .art .info {
    max-height: 144px;
  }
}

@media (max-width: 768px) {
  .pro_li18 {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    padding: 20px 15px;
    margin-bottom: 20px;
  }

  .pro_li18 .art {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  .pro_li18 .art h4 {
    margin-bottom: 5px;
  }

  .pro_li18 .art .line {
    margin: 10px 0;
  }

  .pro_li18 .art .other {
    margin-top: 10px;
  }

  .pro_li18 .art .btn {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 15px;
  }

  .pro_li18 .art .btn a {
    max-height: 36px;
  }

  .pro_li18 .left {
    width: 100%;
    margin-bottom: 15px;
  }
}

.table {
  width: 100%;
  overflow-x: auto;
  /* 滚动条滑块 */
}

.table::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 2px red;
  background: #eaeaea;
  border-radius: 10px;
}

.table::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 2px red;
  background: red;
}

.table::-webkit-scrollbar-thumb:window-inactive {
  background: red;
}

@media (max-width: 768px) {
  .table {
    /* 滚动条滑块 */
  }

  .table::-webkit-scrollbar {
    height: 3px;
  }

  .table::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 4px red;
  }

  .table::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 4px red;
  }
}

.table .cart {
  width: 22px;
  height: 22px;
  position: relative;
  display: inline-block;
  z-index: 1;
  cursor: pointer;
}

.table .cart.on i {
  color: red;
  z-index: 9;
}

.table .cart.on::after {
  content: '√';
}

.table .cart input {
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.table .cart i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 22px;
  z-index: -1;
  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: #666;
}

@media (max-width: 1680px) {
  .table .cart i {
    font-size: 19.25px;
  }
}

@media (max-width: 1440px) {
  .table .cart i {
    font-size: 16.5px;
  }
}

@media (max-width: 1280px) {
  .table .cart i {
    font-size: 14.66666667px;
  }
}

@media (max-width: 1024px) {
  .table .cart i {
    font-size: 11.73333333px;
  }
}

@media (max-width: 1680px) {
  .table .cart i {
    font-size: 18px;
  }
}

@media (max-width: 1440px) {
  .table .cart i {
    font-size: 16px;
  }
}

.table .cart::after {
  content: '';
  display: block;
  border-radius: 50%;
  position: absolute;
  top: -4px;
  left: 9px;
  color: red;
}

.table td {
  text-align: center;
  vertical-align: middle;
  border-color: rgba(255, 255, 255, 0.35);
  /* min-width: 100px; */
  max-width: 200px;
  font-size: 13px;
}

.table td a {
  color: #c40200;
  text-decoration: underline;
}

.table .td1,
.table .td2 {
  background: #fff;
}

.table .td1 a,
.table .td2 a {
  color: #000000;
  text-decoration: unset;
}

.table .td1 a:hover,
.table .td2 a:hover {
  font-weight: 900;
  color: red;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.table .td1 img,
.table .td2 img {
  max-width: 60px;
  max-height: 60px;
}

.table .td1 {
  padding-right: 0;
}

.table .td2 {
  box-shadow: 20px 0px 30px 0px rgba(0, 0, 0, 0.05);
  white-space: nowrap;
}

.table thead {
  background: #e3e3e3;
}

.table thead td {
  font-family: "gr_m";
  font-size: 14px;
}

.table tbody tr {
  background: #fff;
}

.table tbody tr:nth-child(2n) {
  background: #f3f3f3;
}

.table2 {
  width: 100%;
  overflow-x: auto;
}

.table2 table {
  border: none;
}

.table2 table td {
  border: none;
  padding: 10px;
  font-size: 14px;
  min-width: 100px;
}

@media (max-width: 1680px) {
  .table2 table td {
    font-size: 12.25px;
  }
}

@media (max-width: 1440px) {
  .table2 table td {
    font-size: 10.5px;
  }
}

@media (max-width: 1280px) {
  .table2 table td {
    font-size: 9.33333333px;
  }
}

@media (max-width: 1024px) {
  .table2 table td {
    font-size: 7.46666667px;
  }
}

@media (max-width: 1680px) {
  .table2 table td {
    font-size: 14px;
  }
}

@media (max-width: 1280px) {
  .table2 table td {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .table2 table td {
    font-size: 13px;
  }
}

.table2 table tr {
  background: #f4f4f4;
}

.table2 table tr:nth-child(2n) {
  background: #fff;
}

.hh_pro_top {
  background: #f6f6f6;
  padding: 70px 0 50px;
  overflow: hidden;
}

.hh_pro_top .w1440,
.hh_pro_top .w1600,
.hh_pro_top .w1400 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.hh_pro_top .left {
  width: 48.85%;
  position: relative;
}

.hh_pro_top .left .bgimg {
  position: absolute;
  left: 100%;
  top: 0;
}

.hh_pro_top .left .swiper {
  width: 100%;
  height: 490px;
  background: #fff;
  overflow: hidden;
  position: relative;
}

.hh_pro_top .left .swiper .swiper-pagination {
  bottom: 1.56vw;
}

.hh_pro_top .left .swiper .swiper-pagination span {
  width: 1.04vw;
  min-width: 6px;
  height: 2px;
  background: #dcdcdc;
  border-radius: 0;
  opacity: 1;
}

.hh_pro_top .left .swiper .swiper-pagination span.swiper-pagination-bullet-active {
  background: #150186;
  width: 2.08vw;
  min-width: 12px;
}

.hh_pro_top .left .swiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.hh_pro_top .left .swiper2 {
  overflow: hidden;
  background-color: #fff;
}

.hh_pro_top .left .swiper2 .swiper-wrapper {
  background-color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.hh_pro_top .left .swiper2 .swiper-wrapper .swiper-slide {
  position: relative;
  margin-bottom: 10px;
  border: 1px solid #f6f6f6;
}

.hh_pro_top .left .swiper2 .swiper-wrapper .swiper-slide.swiper-slide-active {
  border: 1px solid #000;
}

.hh_pro_top .left .swiper2 .swiper-wrapper .swiper-slide img {
  display: block;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .hh_pro_top .left .swiper2 .swiper-wrapper .swiper-slide {
    margin-top: 10px;
  }
}

.hh_pro_top .right {
  width: 46.4%;
  padding: 0.78vw 0 1.04vw;
  position: relative;
}

.hh_pro_top .p1 {
  font-size: 22px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 1680px) {
  .hh_pro_top .p1 {
    font-size: 19.25px;
  }
}

@media (max-width: 1440px) {
  .hh_pro_top .p1 {
    font-size: 16.5px;
  }
}

@media (max-width: 1280px) {
  .hh_pro_top .p1 {
    font-size: 14.66666667px;
  }
}

@media (max-width: 1024px) {
  .hh_pro_top .p1 {
    font-size: 11.73333333px;
  }
}

@media (max-width: 1680px) {
  .hh_pro_top .p1 {
    font-size: 18px;
  }
}

@media (max-width: 1440px) {
  .hh_pro_top .p1 {
    font-size: 16px;
  }
}

.hh_pro_top h2,
.hh_pro_top h1 {
  font-size: 48px;
  color: #333333;
  font-family: "gr_b";
  line-height: 1.1;
  margin: 10px 0;
}

@media (max-width: 1680px) {

  .hh_pro_top h2,
  .hh_pro_top h1 {
    font-size: 42px;
  }
}

@media (max-width: 1440px) {

  .hh_pro_top h2,
  .hh_pro_top h1 {
    font-size: 36px;
  }
}

@media (max-width: 1280px) {

  .hh_pro_top h2,
  .hh_pro_top h1 {
    font-size: 32px;
  }
}

@media (max-width: 1024px) {

  .hh_pro_top h2,
  .hh_pro_top h1 {
    font-size: 25.6px;
  }
}

@media (max-width: 1680px) {

  .hh_pro_top h2,
  .hh_pro_top h1 {
    font-size: 42px;
  }
}

@media (max-width: 1440px) {

  .hh_pro_top h2,
  .hh_pro_top h1 {
    font-size: 32px;
  }
}

@media (max-width: 1280px) {

  .hh_pro_top h2,
  .hh_pro_top h1 {
    font-size: 28px;
  }
}

@media (max-width: 1024px) {

  .hh_pro_top h2,
  .hh_pro_top h1 {
    font-size: 24px;
  }
}

.hh_pro_top .line {
  width: 100%;
  height: 2px;
  background: #e5e5e5;
  margin: 0.78vw 0 1.3vw;
  position: relative;
}

.hh_pro_top .line:before {
  content: '';
  width: 7.81vw;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #150186;
}

.hh_pro_top .info {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  font-family: "gr_l";

  line-height: 26px;
  max-height: 156px;
  overflow-y: scroll;
}

@media (max-width: 1680px) {
  .hh_pro_top .info {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .hh_pro_top .info {
    font-size: 12px;
  }
}

@media (max-width: 1280px) {
  .hh_pro_top .info {
    font-size: 10.66666667px;
  }
}

@media (max-width: 1024px) {
  .hh_pro_top .info {
    font-size: 8.53333333px;
  }
}

@media (max-width: 1680px) {
  .hh_pro_top .info {
    font-size: 16px;
  }
}

@media (max-width: 1440px) {
  .hh_pro_top .info {
    font-size: 14px;
  }
}

.hh_pro_top .item1 {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  line-height: 24px;
  color: #666666;
  margin: 1.3vw 0 2.08vw;
  font-family: "gr_l";
}

@media (max-width: 1680px) {
  .hh_pro_top .item1 {
    font-size: 12.25px;
  }
}

@media (max-width: 1440px) {
  .hh_pro_top .item1 {
    font-size: 10.5px;
  }
}

@media (max-width: 1280px) {
  .hh_pro_top .item1 {
    font-size: 9.33333333px;
  }
}

@media (max-width: 1024px) {
  .hh_pro_top .item1 {
    font-size: 7.46666667px;
  }
}

@media (max-width: 1680px) {
  .hh_pro_top .item1 {
    font-size: 14px;
  }
}

@media (max-width: 1280px) {
  .hh_pro_top .item1 {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .hh_pro_top .item1 {
    font-size: 13px;
  }
}

.hh_pro_top .item1 p {
  min-width: 35%;
  margin-right: 2%;
}

.hh_pro_top .item1 i {
  margin-right: 10px;
  font-size: 14px;
}

@media (max-width: 1680px) {
  .hh_pro_top .item1 i {
    font-size: 12.25px;
  }
}

@media (max-width: 1440px) {
  .hh_pro_top .item1 i {
    font-size: 10.5px;
  }
}

@media (max-width: 1280px) {
  .hh_pro_top .item1 i {
    font-size: 9.33333333px;
  }
}

@media (max-width: 1024px) {
  .hh_pro_top .item1 i {
    font-size: 7.46666667px;
  }
}

@media (max-width: 1680px) {
  .hh_pro_top .item1 i {
    font-size: 14px;
  }
}

@media (max-width: 1280px) {
  .hh_pro_top .item1 i {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .hh_pro_top .item1 i {
    font-size: 13px;
  }
}

.hh_pro_top .item2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.hh_pro_top .item2 p {
  height: 35px;
  line-height: 35px;
  margin-right: 8px;
  white-space: nowrap;
}

.hh_pro_top .item2 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.hh_pro_top .item2 img {
  height: 35px;
  margin-right: 8px;
  margin-bottom: 8px;
}

.hh_pro_top .item2 img:last-child {
  margin-right: 0;
}

.hh_pro_top .item2 span {
  height: 35px;
  padding: 0 15px;
  border: 1px solid #e9e6e6;
  font-family: "gr_l";
  color: #666666;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 8px;
  margin-bottom: 8px;
}

@media (max-width: 1680px) {
  .hh_pro_top .item2 span {
    font-size: 12.25px;
  }
}

@media (max-width: 1440px) {
  .hh_pro_top .item2 span {
    font-size: 10.5px;
  }
}

@media (max-width: 1280px) {
  .hh_pro_top .item2 span {
    font-size: 9.33333333px;
  }
}

@media (max-width: 1024px) {
  .hh_pro_top .item2 span {
    font-size: 7.46666667px;
  }
}

@media (max-width: 1680px) {
  .hh_pro_top .item2 span {
    font-size: 14px;
  }
}

@media (max-width: 1280px) {
  .hh_pro_top .item2 span {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .hh_pro_top .item2 span {
    font-size: 13px;
  }
}

.hh_pro_top .item2 span:last-child {
  margin-right: 0;
}

.hh_pro_top .btn {
  margin-top: 2.34vw;
}

.hh_pro_top .btn p {
  font-size: 18px;
  color: #666666;
  font-family: "gr_l";
  margin-bottom: 10px;
}

@media (max-width: 1680px) {
  .hh_pro_top .btn p {
    font-size: 15.75px;
  }
}

@media (max-width: 1440px) {
  .hh_pro_top .btn p {
    font-size: 13.5px;
  }
}

@media (max-width: 1280px) {
  .hh_pro_top .btn p {
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  .hh_pro_top .btn p {
    font-size: 9.6px;
  }
}

@media (max-width: 1680px) {
  .hh_pro_top .btn p {
    font-size: 18px;
  }
}

@media (max-width: 1440px) {
  .hh_pro_top .btn p {
    font-size: 16px;
  }
}

@media (max-width: 1280px) {
  .hh_pro_top .btn p {
    font-size: 14px;
  }
}

.hh_pro_top .btn p i {
  margin-right: 10px;
}

.hh_pro_top .btn .hh_btn {
  max-height: 46px;
}

.hh_pro_top .btn .hh_btn i {
  margin-left: 0;
  margin-right: 15px;
  font-size: 18px;
}

@media (max-width: 1680px) {
  .hh_pro_top .btn .hh_btn i {
    font-size: 15.75px;
  }
}

@media (max-width: 1440px) {
  .hh_pro_top .btn .hh_btn i {
    font-size: 13.5px;
  }
}

@media (max-width: 1280px) {
  .hh_pro_top .btn .hh_btn i {
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  .hh_pro_top .btn .hh_btn i {
    font-size: 9.6px;
  }
}

@media (max-width: 1680px) {
  .hh_pro_top .btn .hh_btn i {
    font-size: 18px;
  }
}

@media (max-width: 1440px) {
  .hh_pro_top .btn .hh_btn i {
    font-size: 16px;
  }
}

@media (max-width: 1280px) {
  .hh_pro_top .btn .hh_btn i {
    font-size: 14px;
  }
}

.hh_pro_top .all_q {
  cursor: pointer;
  background-color: #504f4f;
  margin-top: 30px;
  padding: 0 25px;
}

@media (max-width: 1680px) {
  .hh_pro_top .left .swiper {
    height: 480px;
  }
}

@media (max-width: 1440px) {
  .hh_pro_top {
    padding: 60px 0 50px;
  }

  .hh_pro_top .left .swiper {
    height: 410px;
  }

  .hh_pro_top .item2 p {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin-right: 5px;
    margin-bottom: 5px;
  }

  .hh_pro_top .item2 span {
    font-size: 12px;
    padding: 0 10px;
    height: 30px;
    margin-right: 5px;
    margin-bottom: 5px;
  }

  .hh_pro_top .item2 img {
    height: 30px;
    margin-right: 5px;
    margin-bottom: 5px;
  }

  .hh_pro_top .btn .hh_btn {
    max-height: 40px;
    padding: 0 30px;
  }
}

@media (max-width: 1024px) {
  .hh_pro_top .left .swiper {
    height: 360px;
  }
}

@media (max-width: 768px) {
  .hh_pro_top {
    padding: 20px 0 35px;
  }

  .hh_pro_top .left {
    width: 100%;
    margin-bottom: 15px;
  }

  .hh_pro_top .left .swiper {
    height: 260px;
  }

  .hh_pro_top .right {
    width: 100%;
  }

  .hh_pro_top .p1 {
    margin-bottom: 5px;
  }

  .hh_pro_top .line {
    margin: 12px 0;
  }

  .hh_pro_top .item1 {
    margin: 10px 0 10px;
  }

  .hh_pro_top .item1 p {
    min-width: 50%;
    margin-right: 0;
    padding-right: 5px;
  }

  .hh_pro_top .item1 i {
    margin-right: 5px;
  }

  .hh_pro_top .btn p {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .hh_pro_top .btn .hh_btn {
    max-height: 36px;
    padding: 0 20px;
  }

  .hh_pro_top .btn .hh_btn i {
    margin-right: 10px;
  }
}

.hh_pro_nav {
  position: sticky;
  top: 70px;
  z-index: 9;
  background: #fff;
  height: 70px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.hh_pro_nav:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #ececec;
}

.hh_pro_nav.pro_nav_top {
  top: 80px;
}

.hh_pro_nav.pro_nav_top.scroll {
  top: 0px;
}

.hh_pro_nav.on .right .a1,
.hh_pro_nav.on .right .a2 {
  opacity: 1;
}

.hh_pro_nav .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;
  height: 100%;
}

.hh_pro_nav .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}

.hh_pro_nav .left a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 22px;
  color: #666666;
  font-family: "gr_m";
  margin-right: 3.13vw;
  position: relative;
}

@media (max-width: 1680px) {
  .hh_pro_nav .left a {
    font-size: 19.25px;
  }
}

@media (max-width: 1440px) {
  .hh_pro_nav .left a {
    font-size: 16.5px;
  }
}

@media (max-width: 1280px) {
  .hh_pro_nav .left a {
    font-size: 14.66666667px;
  }
}

@media (max-width: 1024px) {
  .hh_pro_nav .left a {
    font-size: 11.73333333px;
  }
}

@media (max-width: 1680px) {
  .hh_pro_nav .left a {
    font-size: 18px;
  }
}

@media (max-width: 1440px) {
  .hh_pro_nav .left a {
    font-size: 16px;
  }
}

.hh_pro_nav .left a:before {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #150186;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.hh_pro_nav .left a:last-child {
  margin-right: 0;
}

.hh_pro_nav .left a.on,
.hh_pro_nav .left a:hover {
  color: #150186;
}

.hh_pro_nav .left a.on:before,
.hh_pro_nav .left a:hover:before {
  width: 100%;
}

.hh_pro_nav .right {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.hh_pro_nav .right a {
  max-height: 2.4vw;
  min-height: 36px;
}

.hh_pro_nav .right .a1 {
  background: #504f4f;
  margin-right: 10px;
  opacity: 0;
}

.hh_pro_nav .right .a2 {
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.hh_pro_nav .right .a2 i {
  margin-left: 0;
  margin-right: 15px;
}

@media (max-width: 1440px) {
  .hh_pro_nav {
    height: 60px;
    top: 60px;
  }
}

@media (max-width: 768px) {
  .hh_pro_nav {
    top: 60px;
    height: 50px;
  }

  .hh_pro_nav .left a {
    font-size: 16px;
    margin-right: 15px;
  }

  .hh_pro_nav .right {
    display: none;
  }
}

.hh_pro_con {
  padding: 4.17vw 0;
}

.hh_pro_con .item {
  margin-bottom: 4.17vw;
}

.hh_pro_con .item:last-child {
  margin-bottom: 0;
}

.hh_pro_con .item h5 {
  font-size: 20px;
  font-family: "gr_b";
  margin-bottom: 15px;
}

@media (max-width: 1680px) {
  .hh_pro_con .item h5 {
    font-size: 17.5px;
  }
}

@media (max-width: 1440px) {
  .hh_pro_con .item h5 {
    font-size: 15px;
  }
}

@media (max-width: 1280px) {
  .hh_pro_con .item h5 {
    font-size: 13.33333333px;
  }
}

@media (max-width: 1024px) {
  .hh_pro_con .item h5 {
    font-size: 10.66666667px;
  }
}

@media (max-width: 1680px) {
  .hh_pro_con .item h5 {
    font-size: 18px;
  }
}

@media (max-width: 1440px) {
  .hh_pro_con .item h5 {
    font-size: 16px;
  }
}

.hh_pro_con .item .info {
  font-size: 16px;
  line-height: 30px;
  font-family: "gr_r";
  color: #666;
}

@media (max-width: 1680px) {
  .hh_pro_con .item .info {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .hh_pro_con .item .info {
    font-size: 12px;
  }
}

@media (max-width: 1280px) {
  .hh_pro_con .item .info {
    font-size: 10.66666667px;
  }
}

@media (max-width: 1024px) {
  .hh_pro_con .item .info {
    font-size: 8.53333333px;
  }
}

@media (max-width: 1680px) {
  .hh_pro_con .item .info {
    font-size: 16px;
  }
}

@media (max-width: 1440px) {
  .hh_pro_con .item .info {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .hh_pro_con .item .info {
    line-height: 26px;
  }
}

@media (max-width: 1280px) {
  .hh_pro_con .item .info {
    line-height: 24px;
  }
}

@media (max-width: 768px) {
  .hh_pro_con {
    padding: 40px 0;
  }

  .hh_pro_con .item {
    margin-bottom: 40px;
  }
}

.hh_btn {
  width: auto;
  height: 50px;
  display: inline-flex;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 0 34px;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  font-size: 16px;
  font-family: "gr_l";
}

@media (max-width: 1680px) {
  .hh_btn {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .hh_btn {
    font-size: 12px;
  }
}

@media (max-width: 1280px) {
  .hh_btn {
    font-size: 10.66666667px;
  }
}

@media (max-width: 1024px) {
  .hh_btn {
    font-size: 8.53333333px;
  }
}

@media (max-width: 1680px) {
  .hh_btn {
    font-size: 16px;
  }
}

@media (max-width: 1440px) {
  .hh_btn {
    font-size: 14px;
  }
}

.hh_btn.byj {
  border-radius: 5px;
}

.hh_btn.byj:before,
.hh_btn.byj:after {
  border-radius: 5px;
}

.hh_btn.qyj {
  border-radius: 25px;
}

.hh_btn.qyj:before,
.hh_btn.qyj:after {
  border-radius: 25px;
}

.hh_btn span {
  white-space: nowrap;
}

.hh_btn i {
  margin-left: 15px;
}

.hh_btn:before,
.hh_btn:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100%;
  top: 100%;
  box-sizing: 0;
  z-index: -1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 1440px) {
  .hh_btn {
    height: 46px;
    font-size: 14px;
  }

  .hh_btn.qyj {
    border-radius: 23px;
  }

  .hh_btn.qyj:before,
  .hh_btn.qyj:after {
    border-radius: 23px;
  }

  .hh_btn i {
    margin-left: 12px;
  }
}

@media (max-width: 1280px) {
  .hh_btn {
    height: 40px;
    padding: 0 20px;
  }

  .hh_btn.qyj {
    border-radius: 20px;
  }

  .hh_btn.qyj:before,
  .hh_btn.qyj:after {
    border-radius: 20px;
  }

  .hh_btn i {
    margin-left: 10px;
  }
}

@media (max-width: 768px) {
  .hh_btn {
    padding: 0 15px;
    font-size: 12px;
  }
}

.hh_btn8 {
  background: #150186;
  color: #fff;
  transition: background 1s;
}

.hh_btn8:before {
  background: #fff;
  top: 0;
}

.hh_btn8:hover {
  color: #150186;
  background: #fff;
  border-color: #150186;
}

.hh_btn8:hover:before {
  left: 0;
}

.hh_btn19 {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

.hh_btn19:before {
  background: #fff;
  top: 0;
}

.hh_btn19:hover {
  color: #fff;
  border-color: #150186;
}

.hh_btn19:hover:before {
  left: 0;
  background: #150186;
}

.hh_div_dw {
  padding-top: 160px;
  margin-top: -160px;
}

@media (max-width: 990px) {
  .hh_div_dw {
    padding-top: 120px;
    margin-top: -120px;
  }
}

.pro_more_s {
  padding: 4.17vw 0;
  background: #fff;
}

.pro_more_s h2 {
  font-size: 30px;
  margin-bottom: 1.56vw;
}

@media (max-width: 1680px) {
  .pro_more_s h2 {
    font-size: 26.25px;
  }
}

@media (max-width: 1440px) {
  .pro_more_s h2 {
    font-size: 22.5px;
  }
}

@media (max-width: 1280px) {
  .pro_more_s h2 {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  .pro_more_s h2 {
    font-size: 16px;
  }
}

@media (max-width: 1680px) {
  .pro_more_s h2 {
    font-size: 24px;
  }
}

@media (max-width: 1440px) {
  .pro_more_s h2 {
    font-size: 22px;
  }
}

@media (max-width: 1024px) {
  .pro_more_s h2 {
    font-size: 18px;
  }
}

.pro_more_s .swiper {
  overflow: hidden;
  padding-bottom: 40px;
  position: relative;
}

.pro_more_s .swiper .swiper-pagination {
  bottom: 0;
}

.pro_more_s .swiper .swiper-pagination span {
  background: #150186;
}

.pro_more_s a {
  position: relative;
  display: block;
}

.pro_more_s a:hover .imgbox img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.pro_more_s a:hover .art {
  color: #150186;
}

.pro_more_s a .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  border: solid #eaeef2 1px;
}

.pro_more_s a .imgbox img {
  position: absolute;
  left: 15%;
  top: 0;
  width: 70%;
  height: 70%;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.pro_more_s a .art {
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 16px;
  font-family: "gr_m";
  height: 50px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 1680px) {
  .pro_more_s a .art {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .pro_more_s a .art {
    font-size: 12px;
  }
}

@media (max-width: 1280px) {
  .pro_more_s a .art {
    font-size: 10.66666667px;
  }
}

@media (max-width: 1024px) {
  .pro_more_s a .art {
    font-size: 8.53333333px;
  }
}

@media (max-width: 1680px) {
  .pro_more_s a .art {
    font-size: 16px;
  }
}

@media (max-width: 1440px) {
  .pro_more_s a .art {
    font-size: 14px;
  }
}

.pro_more_s a .art p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 15px;
  text-align: center;
  padding: 0 10px;
}

@media (max-width: 768px) {
  .pro_more_s {
    padding: 40px 0;
  }

  .pro_more_s h2 {
    margin-bottom: 15px;
  }

  .pro_more_s .swiper {
    padding-bottom: 30px;
  }
}

.app_list {
  padding: 3.13vw 0;
}

.app_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-top: 1px solid #eff0f0;
}

.app_list li:first-child {
  border-top: none;
}

.app_list li:nth-child(2n) .left {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}

.app_list 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);
}

.app_list li .left {
  width: 45%;
}

.app_list li .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}

.app_list 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;
}

.app_list li .art {
  width: 50%;
  position: relative;
  padding-top: 2.6vw;
  padding-bottom: 2.6vw;
  padding-right: 2.6vw;
}

.app_list li .art h2 {
  font-size: 36px;
  color: #000000;
  font-family: "gr_b";
  margin-bottom: 1.04vw;
}

@media (max-width: 1680px) {
  .app_list li .art h2 {
    font-size: 31.5px;
  }
}

@media (max-width: 1440px) {
  .app_list li .art h2 {
    font-size: 27px;
  }
}

@media (max-width: 1280px) {
  .app_list li .art h2 {
    font-size: 24px;
  }
}

@media (max-width: 1024px) {
  .app_list li .art h2 {
    font-size: 19.2px;
  }
}

.app_list li .art .h4 {
  font-size: 24px;
  font-family: "gr_l";
  color: #000000;
  margin-bottom: 2px;
}

@media (max-width: 1680px) {
  .app_list li .art .h4 {
    font-size: 21px;
  }
}

@media (max-width: 1440px) {
  .app_list li .art .h4 {
    font-size: 18px;
  }
}

@media (max-width: 1280px) {
  .app_list li .art .h4 {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  .app_list li .art .h4 {
    font-size: 12.8px;
  }
}

@media (max-width: 1680px) {
  .app_list li .art .h4 {
    font-size: 20px;
  }
}

@media (max-width: 1440px) {
  .app_list li .art .h4 {
    font-size: 18px;
  }
}

@media (max-width: 1280px) {
  .app_list li .art .h4 {
    font-size: 16px;
  }
}

.app_list li .art .line {
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  margin: 1.3vw 0;
  position: relative;
}

.app_list li .art .other {
  font-size: 16px;
  font-family: "gr_l";
  color: #666666;
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

@media (max-width: 1680px) {
  .app_list li .art .other {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .app_list li .art .other {
    font-size: 12px;
  }
}

@media (max-width: 1280px) {
  .app_list li .art .other {
    font-size: 10.66666667px;
  }
}

@media (max-width: 1024px) {
  .app_list li .art .other {
    font-size: 8.53333333px;
  }
}

@media (max-width: 1680px) {
  .app_list li .art .other {
    font-size: 16px;
  }
}

@media (max-width: 1440px) {
  .app_list li .art .other {
    font-size: 14px;
  }
}

.app_list li .art .other p {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-right: 5px;
}

.app_list li .art .other p i {
  margin-right: 5px;
  font-size: 14px;
}

@media (max-width: 1680px) {
  .app_list li .art .other p i {
    font-size: 12.25px;
  }
}

@media (max-width: 1440px) {
  .app_list li .art .other p i {
    font-size: 10.5px;
  }
}

@media (max-width: 1280px) {
  .app_list li .art .other p i {
    font-size: 9.33333333px;
  }
}

@media (max-width: 1024px) {
  .app_list li .art .other p i {
    font-size: 7.46666667px;
  }
}

@media (max-width: 1680px) {
  .app_list li .art .other p i {
    font-size: 14px;
  }
}

@media (max-width: 1280px) {
  .app_list li .art .other p i {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .app_list li .art .other p i {
    font-size: 13px;
  }
}

.app_list li .art .other p span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.app_list li .art .info {
  font-size: 18px;
  color: #666666;
  font-family: "gr_l";
  line-height: 24px;
  max-height: 72px;
  padding-right: 5px;
  overflow-y: auto;
}

@media (max-width: 1680px) {
  .app_list li .art .info {
    font-size: 15.75px;
  }
}

@media (max-width: 1440px) {
  .app_list li .art .info {
    font-size: 13.5px;
  }
}

@media (max-width: 1280px) {
  .app_list li .art .info {
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  .app_list li .art .info {
    font-size: 9.6px;
  }
}

@media (max-width: 1680px) {
  .app_list li .art .info {
    font-size: 18px;
  }
}

@media (max-width: 1440px) {
  .app_list li .art .info {
    font-size: 16px;
  }
}

@media (max-width: 1280px) {
  .app_list li .art .info {
    font-size: 14px;
  }
}

@media (max-width: 990px) {
  .app_list li .art .info {
    max-height: 48px;
  }
}

@media (max-width: 768px) {
  .app_list li .art .info {
    max-height: none;
  }
}

.app_list li .art .btn {
  position: absolute;
  left: 0;
  bottom: 2.6vw;
}

.app_list li .art .btn a {
  margin-right: 10px;
  max-height: 46px;
  font-size: 14px;
  border-color: #ebe9e9;
  color: #150186;
}

@media (max-width: 1680px) {
  .app_list li .art .btn a {
    font-size: 12.25px;
  }
}

@media (max-width: 1440px) {
  .app_list li .art .btn a {
    font-size: 10.5px;
  }
}

@media (max-width: 1280px) {
  .app_list li .art .btn a {
    font-size: 9.33333333px;
  }
}

@media (max-width: 1024px) {
  .app_list li .art .btn a {
    font-size: 7.46666667px;
  }
}

@media (max-width: 1680px) {
  .app_list li .art .btn a {
    font-size: 14px;
  }
}

@media (max-width: 1280px) {
  .app_list li .art .btn a {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .app_list li .art .btn a {
    font-size: 13px;
  }
}

.app_list li .art .btn a:hover {
  border-color: #150186;
  color: #fff;
}

@media (max-width: 1440px) {
  .app_list li .art .other {
    line-height: 26px;
  }
}

@media (max-width: 1200px) {
  .app_list li .art .other {
    line-height: 20px;
    max-height: 60px;
    font-size: 13px;
  }

  .app_list li .art .info {
    font-size: 13px;
  }

  .app_list li .art .btn a {
    max-height: 36px;
  }
}

@media (max-width: 768px) {
  .app_list li {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }

  .app_list li .art {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 0;
  }

  .app_list li .art h2 {
    margin-bottom: 5px;
  }

  .app_list li .art .h4 {
    margin-bottom: 5px;
  }

  .app_list li .art .line {
    margin: 12px 0;
  }

  .app_list li .art .other {
    margin-top: 10px;
  }

  .app_list li .art .btn {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 18px;
  }

  .app_list li .art .btn a {
    max-height: 36px;
  }

  .app_list li .left {
    width: 100%;
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .app_list {
    padding: 20px 0 30px;
  }

  .app_list li {
    padding-top: 15px;
  }

  .app_list li .art {
    padding-top: 15px;
    padding-bottom: 20px;
  }
}

.banner_info {
  position: relative;
  height: 300px;
}

.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;
  height: 100%;
}

.banner_info .img img {
  width: 100%;
  min-height: 200px;
  object-fit: cover;
}

.banner_info .art {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.banner_info .art .w1400 {
  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, .banner_info .art .h2,
.banner_info .art h1 {
  font-size: 48px;
  color: #fff;
  font-family: "gr_b";
  text-transform: uppercase;
}

@media (max-width: 1680px) {

  .banner_info .art h2, .banner_info .art .h2,
  .banner_info .art h1 {
    font-size: 42px;
  }
}

@media (max-width: 1440px) {

  .banner_info .art h2, .banner_info .art .h2,
  .banner_info .art h1 {
    font-size: 36px;
  }
}

@media (max-width: 1280px) {

  .banner_info .art h2, .banner_info .art .h2,
  .banner_info .art h1 {
    font-size: 32px;
  }
}

@media (max-width: 1024px) {

  .banner_info .art h2, .banner_info .art .h2,
  .banner_info .art h1 {
    font-size: 25.6px;
  }
}

@media (max-width: 1680px) {

  .banner_info .art h2, .banner_info .art .h2,
  .banner_info .art h1 {
    font-size: 42px;
  }
}

@media (max-width: 1440px) {

  .banner_info .art h2, .banner_info .art .h2,
  .banner_info .art h1 {
    font-size: 32px;
  }
}

@media (max-width: 1280px) {

  .banner_info .art h2, .banner_info .art .h2,
  .banner_info .art h1 {
    font-size: 28px;
  }
}

@media (max-width: 1024px) {

  .banner_info .art h2, .banner_info .art .h2,
  .banner_info .art h1 {
    font-size: 24px;
  }
}

.news_info {
  padding: 4.17vw 0;
}

.news_info .news_con {
  width: 1440px;
  margin: 0 auto;
  max-width: 80%;
}

.news_info .w1400 {
  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; */
}

.news_info .w1400 .left {
  width: 70%;
}

.news_info .w1400 .right {
  width: 28%;
  position: sticky;
  top: 100px;
}

@media (max-width: 1440px) {
  .news_info .w1400 .right {
    top: 80px;
  }
}

.news_info .news_title {
  font-family: "gr_m";
  font-size: 40px;
  line-height: 1.2;
}

@media (max-width: 1680px) {
  .news_info .news_title {
    font-size: 35px;
  }
}

@media (max-width: 1440px) {
  .news_info .news_title {
    font-size: 30px;
  }
}

@media (max-width: 1280px) {
  .news_info .news_title {
    font-size: 26.66666667px;
  }
}

@media (max-width: 1024px) {
  .news_info .news_title {
    font-size: 21.33333333px;
  }
}

@media (max-width: 1680px) {
  .news_info .news_title {
    font-size: 34px;
  }
}

@media (max-width: 1440px) {
  .news_info .news_title {
    font-size: 26px;
  }
}

@media (max-width: 1280px) {
  .news_info .news_title {
    font-size: 22px;
  }
}

@media (max-width: 1024px) {
  .news_info .news_title {
    font-size: 20px;
  }
}

.news_info .line {
  width: 100%;
  height: 1px;
  background: #d0d0d0;
  margin: 20px 0;
}

.news_info .info {
  font-size: 16px;
  line-height: 30px;
}

@media (max-width: 1680px) {
  .news_info .info {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .news_info .info {
    font-size: 12px;
  }
}

@media (max-width: 1280px) {
  .news_info .info {
    font-size: 10.66666667px;
  }
}

@media (max-width: 1024px) {
  .news_info .info {
    font-size: 8.53333333px;
  }
}

@media (max-width: 1680px) {
  .news_info .info {
    font-size: 16px;
  }
}

@media (max-width: 1440px) {
  .news_info .info {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .news_info .info {
    line-height: 26px;
  }
}

@media (max-width: 1280px) {
  .news_info .info {
    line-height: 24px;
  }
}

.news_info .info p {
  margin-bottom: 10px;
}

.news_info .info img {
  height: auto !important;
}

@media (max-width: 1024px) {
  .news_info .news_con {
    max-width: calc(100% - 60px);
  }
}

@media (max-width: 990px) {
  .news_info .news_con {
    max-width: calc(100% - 40px);
  }
}

@media (max-width: 768px) {
  .news_info {
    padding: 40px 0 25px;
    overflow: hidden;
  }

  .news_info .line {
    margin: 15px 0;
  }

  .news_info .w1400 .left {
    width: 100%;
  }

  .news_info .w1400 .right {
    display: none;
  }
}

.tags {
  padding: 25px 0 15px;
  background: #fbfbfb;
}

.tags .w1400 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.tags h6,
.tags a {
  font-size: 16px;
  margin-right: 15px;
  margin-bottom: 10px;
}

@media (max-width: 1680px) {

  .tags h6,
  .tags a {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {

  .tags h6,
  .tags a {
    font-size: 12px;
  }
}

@media (max-width: 1280px) {

  .tags h6,
  .tags a {
    font-size: 10.66666667px;
  }
}

@media (max-width: 1024px) {

  .tags h6,
  .tags a {
    font-size: 8.53333333px;
  }
}

@media (max-width: 1680px) {

  .tags h6,
  .tags a {
    font-size: 16px;
  }
}

@media (max-width: 1440px) {

  .tags h6,
  .tags a {
    font-size: 14px;
  }
}

.tags h6 {
  font-family: "gr_b";
  display: inline;
}

.tags a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.tags a:hover {
  color: #150186;
}

@media (max-width: 1440px) {
  .tags {
    padding: 20px 0 10px;
  }
}

@media (max-width: 768px) {
  .tags {
    padding: 15px 0 5px;
  }
}

.about1 {
  padding: 5.21vw 0;
  position: relative;
  z-index: 1;
}

.about1 .title3 {
  margin-bottom: 20px;
}

.about1 .w1400 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.about1 .left {
  width: 48%;
}

.about1 .right {
  width: 48%;
}

.about1 .info {
  font-size: 16px;
  line-height: 30px;
  font-family: "gr_r";
  max-height: 300px;
  overflow-x: auto;
  padding-right: 5px;
}

@media (max-width: 1680px) {
  .about1 .info {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .about1 .info {
    font-size: 12px;
  }
}

@media (max-width: 1280px) {
  .about1 .info {
    font-size: 10.66666667px;
  }
}

@media (max-width: 1024px) {
  .about1 .info {
    font-size: 8.53333333px;
  }
}

@media (max-width: 1680px) {
  .about1 .info {
    font-size: 16px;
  }
}

@media (max-width: 1440px) {
  .about1 .info {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .about1 .info {
    line-height: 26px;
    max-height: 260px;
  }
}

@media (max-width: 1280px) {
  .about1 .info {
    line-height: 24px;
    max-height: 240px;
  }
}

.about1 .items {
  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;
  margin-bottom: 2.6vw;
}

.about1 .items .item {
  margin: 0 1.04vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.about1 .items .item h3 {
  font-size: 70px;
  font-family: "ne_l";
  line-height: 1.1;
}

@media (max-width: 1680px) {
  .about1 .items .item h3 {
    font-size: 61.25px;
  }
}

@media (max-width: 1440px) {
  .about1 .items .item h3 {
    font-size: 52.5px;
  }
}

@media (max-width: 1280px) {
  .about1 .items .item h3 {
    font-size: 46.66666667px;
  }
}

@media (max-width: 1024px) {
  .about1 .items .item h3 {
    font-size: 37.33333333px;
  }
}

.about1 .items .item .info {
  text-align: center;
  font-size: 14px;
  font-family: "gr_m";
  line-height: 18px;
}

@media (max-width: 1680px) {
  .about1 .items .item .info {
    font-size: 12.25px;
  }
}

@media (max-width: 1440px) {
  .about1 .items .item .info {
    font-size: 10.5px;
  }
}

@media (max-width: 1280px) {
  .about1 .items .item .info {
    font-size: 9.33333333px;
  }
}

@media (max-width: 1024px) {
  .about1 .items .item .info {
    font-size: 7.46666667px;
  }
}

@media (max-width: 1680px) {
  .about1 .items .item .info {
    font-size: 14px;
  }
}

@media (max-width: 1280px) {
  .about1 .items .item .info {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .about1 .items .item .info {
    font-size: 13px;
  }
}

.about1 .imgbox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  height: 1px;
}

.about1 .imgbox img {
  width: 100%;
  max-height: 23.44vw;
  object-fit: cover;
  min-height: 300px;
}

@media (max-width: 768px) {
  .about1 {
    padding: 40px 0;
    overflow: hidden;
  }

  .about1 .left {
    width: 100%;
    margin-bottom: 15px;
  }

  .about1 .right {
    width: 100%;
  }

  .about1 .info {
    max-height: 240px;
  }

  .about1 .title3 {
    margin-bottom: 5px;
  }

  .about1 .items {
    margin-bottom: 15px;
  }

  .about1 .imgbox {
    height: auto;
  }

  .about1 .imgbox img {
    max-height: 400px;
    min-height: 0;
  }
}

.about2 {
  padding: 5.21vw 0;
  background: url(../images/j17.jpg) no-repeat center / cover;
  background-attachment: fixed;
  color: #fff;
}

@media (max-width: 768px) {
  .about2 {
    padding: 40px 0 30px;
  }
}

.about2_s {
  overflow: hidden;
  position: relative;
  margin-top: 2.6vw;
}

.about2_s .swiper-pagination {
  display: none;
}

.about2_s a {
  background: #fff;
  padding: 30px 25px;
  display: block;
}

.about2_s a .p1 {
  width: 50px;
  height: 50px;
  background: #150186;
  color: #fff;
  font-size: 26px;
  font-family: "ne_l";
  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;
}

@media (max-width: 1680px) {
  .about2_s a .p1 {
    font-size: 22.75px;
  }
}

@media (max-width: 1440px) {
  .about2_s a .p1 {
    font-size: 19.5px;
  }
}

@media (max-width: 1280px) {
  .about2_s a .p1 {
    font-size: 17.33333333px;
  }
}

@media (max-width: 1024px) {
  .about2_s a .p1 {
    font-size: 13.86666667px;
  }
}

@media (max-width: 1680px) {
  .about2_s a .p1 {
    font-size: 22px;
  }
}

@media (max-width: 1440px) {
  .about2_s a .p1 {
    font-size: 18px;
  }
}

@media (max-width: 1024px) {
  .about2_s a .p1 {
    font-size: 16px;
  }
}

.about2_s a .h5 {
  font-size: 24px;
  font-family: "gr_m";
  line-height: 24px;
  height: 48px;
  margin: 20px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-all;
}

@media (max-width: 1680px) {
  .about2_s a .h5 {
    font-size: 21px;
  }
}

@media (max-width: 1440px) {
  .about2_s a .h5 {
    font-size: 18px;
  }
}

@media (max-width: 1280px) {
  .about2_s a .h5 {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  .about2_s a .h5 {
    font-size: 12.8px;
  }
}

@media (max-width: 1680px) {
  .about2_s a .h5 {
    font-size: 20px;
  }
}

@media (max-width: 1440px) {
  .about2_s a .h5 {
    font-size: 18px;
  }
}

@media (max-width: 1280px) {
  .about2_s a .h5 {
    font-size: 16px;
  }
}

.about2_s a .h5 span {
  font-size: 16px;
}

@media (max-width: 1680px) {
  .about2_s a .h5 span {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .about2_s a .h5 span {
    font-size: 12px;
  }
}

@media (max-width: 1280px) {
  .about2_s a .h5 span {
    font-size: 10.66666667px;
  }
}

@media (max-width: 1024px) {
  .about2_s a .h5 span {
    font-size: 8.53333333px;
  }
}

@media (max-width: 1680px) {
  .about2_s a .h5 span {
    font-size: 16px;
  }
}

@media (max-width: 1440px) {
  .about2_s a .h5 span {
    font-size: 14px;
  }
}

.about2_s a .info {
  height: 120px;
  padding-right: 5px;
  overflow-y: auto;
  width: 100%;
  word-break: break-all;
}

@media (max-width: 1440px) {
  .about2_s a .info {
    height: 104px;
  }
}

@media (max-width: 1280px) {
  .about2_s a .info {
    height: 96px;
  }
}

@media (max-width: 1440px) {
  .about2_s a {
    padding: 25px 20px;
  }
}

@media (max-width: 768px) {
  .about2_s {
    margin-top: 20px;
    padding-bottom: 30px;
  }

  .about2_s .swiper-pagination {
    display: block;
    bottom: 0;
  }

  .about2_s .swiper-pagination span {
    background: #fff;
  }

  .about2_s a {
    padding: 20px 15px;
  }

  .about2_s a .p1 {
    width: 40px;
    height: 40px;
  }

  .about2_s a .h5 {
    margin: 10px 0 5px;
  }
}

.about3 {
  padding: 5.21vw 0;
  background: #f5f8fd;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.about3 .w1400 {
  position: relative;
}

.about3 .w1400:before {
  content: '';
  width: 34%;
  height: 100%;
  border: 5px solid #d0d0d0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

@media (max-width: 1560px) {
  .about3 .w1400:before {
    width: 30%;
    right: 60px;
  }
}

@media (max-width: 1024px) {
  .about3 .w1400:before {
    right: 30px;
  }
}

@media (max-width: 990px) {
  .about3 .w1400:before {
    right: 20px;
  }
}

@media (max-width: 768px) {
  .about3 .w1400:before {
    display: none;
  }
}

.about3 .top {
  padding-right: 36%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.about3 .top h2 {
  white-space: nowrap;
}

.about3 .top .info {
  line-height: 24px;
  padding-left: 2.6vw;
  color: #777;
}

@media (max-width: 768px) {
  .about3 .top {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    padding-right: 0%;
  }

  .about3 .top h2 {
    margin-bottom: 5px;
  }

  .about3 .top .info {
    padding-left: 0;
  }
}

.about3 .mid {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.about3 .mid .left {
  width: 70%;
}

.about3 .mid .left .imgbox {
  margin-bottom: 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;
}

.about3 .mid .left .imgbox img {
  width: 100%;
}

.about3 .mid .left .info {
  padding-bottom: 1.56vw;
  padding-right: 8%;
  color: #777;
}

.about3 .mid .right {
  width: 28%;
}

.about3 .mid .right .item {
  padding-left: 20px;
  padding-right: 10px;
  position: relative;
  margin-top: 1.56vw;
}

.about3 .mid .right .item:before {
  content: '';
  width: 5px;
  height: 5px;
  background: #150186;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 12px;
}

@media (max-width: 1680px) {
  .about3 .mid .right .item:before {
    top: 10px;
  }
}

@media (max-width: 1440px) {
  .about3 .mid .right .item {
    padding-left: 15px;
  }

  .about3 .mid .right .item:before {
    top: 8px;
  }
}

@media (max-width: 768px) {
  .about3 .mid .right .item {
    margin-top: 15px;
  }

  .about3 .mid .right .item:first-child {
    margin-top: 0;
  }
}

.about3 .mid .right .item .h5 {
  font-size: 22px;
  font-family: "gr_m";
  color: #777;
}

@media (max-width: 1680px) {
  .about3 .mid .right .item .h5 {
    font-size: 19.25px;
  }
}

@media (max-width: 1440px) {
  .about3 .mid .right .item .h5 {
    font-size: 16.5px;
  }
}

@media (max-width: 1280px) {
  .about3 .mid .right .item .h5 {
    font-size: 14.66666667px;
  }
}

@media (max-width: 1024px) {
  .about3 .mid .right .item .h5 {
    font-size: 11.73333333px;
  }
}

@media (max-width: 1680px) {
  .about3 .mid .right .item .h5 {
    font-size: 18px;
  }
}

@media (max-width: 1440px) {
  .about3 .mid .right .item .h5 {
    font-size: 16px;
  }
}

.about3 .mid .right .item p {
  font-size: 16px;
  font-family: "gr_r";
  color: #777;
}

@media (max-width: 1680px) {
  .about3 .mid .right .item p {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .about3 .mid .right .item p {
    font-size: 12px;
  }
}

@media (max-width: 1280px) {
  .about3 .mid .right .item p {
    font-size: 10.66666667px;
  }
}

@media (max-width: 1024px) {
  .about3 .mid .right .item p {
    font-size: 8.53333333px;
  }
}

@media (max-width: 1680px) {
  .about3 .mid .right .item p {
    font-size: 16px;
  }
}

@media (max-width: 1440px) {
  .about3 .mid .right .item p {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .about3 .mid {
    margin-top: 15px;
  }

  .about3 .mid .left {
    width: 100%;
  }

  .about3 .mid .left .imgbox {
    margin-bottom: 12px;
  }

  .about3 .mid .left .info {
    padding-bottom: 15px;
    padding-right: 0;
  }

  .about3 .mid .right {
    width: 100%;
    border: 3px solid #d0d0d0;
    padding: 20px 15px;
  }
}

@media (max-width: 768px) {
  .about3 {
    padding: 40px 0;
  }
}

.about4 {
  padding: 5.21vw 0;
  overflow: hidden;
}

.about4 .top {
  height: 5.21vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  position: relative;
}

.about4 .top:before {
  content: '';
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #d0d0d0;
  position: absolute;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.about4 .top h2 {
  white-space: nowrap;
  margin-top: 0.52vw;
}

.about4 .top .taba {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}

.about4 .top .taba a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  font-size: 24px;
  margin-left: 2.86vw;
}

@media (max-width: 1680px) {
  .about4 .top .taba a {
    font-size: 21px;
  }
}

@media (max-width: 1440px) {
  .about4 .top .taba a {
    font-size: 18px;
  }
}

@media (max-width: 1280px) {
  .about4 .top .taba a {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  .about4 .top .taba a {
    font-size: 12.8px;
  }
}

@media (max-width: 1680px) {
  .about4 .top .taba a {
    font-size: 20px;
  }
}

@media (max-width: 1440px) {
  .about4 .top .taba a {
    font-size: 18px;
  }
}

@media (max-width: 1280px) {
  .about4 .top .taba a {
    font-size: 16px;
  }
}

.about4 .top .taba a:first-child {
  margin-left: 0;
}

.about4 .top .taba a:before {
  content: '';
  width: 0;
  height: 3px;
  left: 50%;
  bottom: 0;
  background: #150186;
  position: absolute;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.about4 .top .taba a.on,
.about4 .top .taba a:hover {
  color: #150186;
}

.about4 .top .taba a.on:before,
.about4 .top .taba a:hover:before {
  width: 100%;
  left: 0;
}

.about4 .tabb {
  margin-top: 2.6vw;
}

.about4 .tabb .item {
  height: auto;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.5s;
}

.about4 .tabb .item.on {
  max-height: 1000px;
  opacity: 1;
  overflow: visible;
}

@media (max-width: 768px) {
  .about4 {
    padding: 40px 0;
  }

  .about4 .top {
    height: auto;
    margin-bottom: 15px;
  }

  .about4 .top:before {
    height: 1px;
  }

  .about4 .top h2 {
    margin: 0 0 5px;
  }

  .about4 .top .taba a {
    height: 40px;
    margin-left: 30px;
  }

  .about4 .top .taba a:before {
    height: 2px;
  }

  .about4 .tabb {
    margin-top: 20px;
  }
}

.about4_s {
  position: relative;
}

.about4_s .swiper {
  overflow: hidden;
}

.about4_s .swiper-button-prev,
.about4_s .swiper-button-next {
  color: #333;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.about4_s .swiper-button-prev:hover,
.about4_s .swiper-button-next:hover {
  color: #150186;
}

.about4_s .swiper-button-prev:after,
.about4_s .swiper-button-next:after {
  font-size: 30px;
}

@media (max-width: 1680px) {

  .about4_s .swiper-button-prev:after,
  .about4_s .swiper-button-next:after {
    font-size: 26.25px;
  }
}

@media (max-width: 1440px) {

  .about4_s .swiper-button-prev:after,
  .about4_s .swiper-button-next:after {
    font-size: 22.5px;
  }
}

@media (max-width: 1280px) {

  .about4_s .swiper-button-prev:after,
  .about4_s .swiper-button-next:after {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {

  .about4_s .swiper-button-prev:after,
  .about4_s .swiper-button-next:after {
    font-size: 16px;
  }
}

@media (max-width: 1680px) {

  .about4_s .swiper-button-prev:after,
  .about4_s .swiper-button-next:after {
    font-size: 24px;
  }
}

@media (max-width: 1440px) {

  .about4_s .swiper-button-prev:after,
  .about4_s .swiper-button-next:after {
    font-size: 22px;
  }
}

@media (max-width: 1024px) {

  .about4_s .swiper-button-prev:after,
  .about4_s .swiper-button-next:after {
    font-size: 18px;
  }
}

.about4_s .swiper-button-prev {
  left: -2.6vw;
}

.about4_s .swiper-button-next {
  right: -2.6vw;
}

.about4_s a {
  background: #f5f5f5;
  padding: 1.56vw;
  display: block;
}

.about4_s 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);
}

.about4_s a .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 140%;
  position: relative;
  overflow: hidden;
}

.about4_s a .imgbox img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.about4_s a .art {
  font-size: 18px;
  margin-top: 15px;
  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;
}

@media (max-width: 1680px) {
  .about4_s a .art {
    font-size: 15.75px;
  }
}

@media (max-width: 1440px) {
  .about4_s a .art {
    font-size: 13.5px;
  }
}

@media (max-width: 1280px) {
  .about4_s a .art {
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  .about4_s a .art {
    font-size: 9.6px;
  }
}

@media (max-width: 1680px) {
  .about4_s a .art {
    font-size: 18px;
  }
}

@media (max-width: 1440px) {
  .about4_s a .art {
    font-size: 16px;
  }
}

@media (max-width: 1280px) {
  .about4_s a .art {
    font-size: 14px;
  }
}

.about4_s a .art p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: center;
}

@media (max-width: 768px) {
  .about4_s a {
    padding: 20px 15px 15px;
  }

  .about4_s a .art {
    margin-top: 8px;
  }
}

.about5 {
  padding: 5.21vw 0;
  background: #f5f8fd;
}

.about5 .items {
  margin-top: 2.6vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.about5 .items .item {
  width: calc(14.2% - 5px);
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 5px;
  padding-top: 1.56vw;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.about5 .items .item:hover {
  background: #150186;
}

.about5 .items .item:hover .icon {
  background: #fff;
}

.about5 .items .item:hover .icon .img1 {
  opacity: 0;
}

.about5 .items .item:hover .icon .img2 {
  opacity: 1;
}

.about5 .items .item:hover .art h5,
.about5 .items .item:hover .art h6,
.about5 .items .item:hover .art .p1 {
  color: #fff;
}

.about5 .items .item .icon {
  width: 4.69vw;
  height: 4.69vw;
  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;
  background: #150186;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  min-width: 50px;
  min-height: 50px;
}

.about5 .items .item .icon img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  max-width: 50%;
  max-height: 50%;
}

.about5 .items .item .icon .img1 {
  opacity: 1;
}

.about5 .items .item .icon .img2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  max-width: 50%;
  max-height: 50%;
}

.about5 .items .item .art {
  padding: 1.56vw;
  border-top: 1px solid #d0d0d0;
  margin-top: 1.56vw;
  width: 100%;
}

.about5 .items .item .art h5 {
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  display: none;
}

@media (max-width: 1680px) {
  .about5 .items .item .art h5 {
    font-size: 17.5px;
  }
}

@media (max-width: 1440px) {
  .about5 .items .item .art h5 {
    font-size: 15px;
  }
}

@media (max-width: 1280px) {
  .about5 .items .item .art h5 {
    font-size: 13.33333333px;
  }
}

@media (max-width: 1024px) {
  .about5 .items .item .art h5 {
    font-size: 10.66666667px;
  }
}

@media (max-width: 1680px) {
  .about5 .items .item .art h5 {
    font-size: 18px;
  }
}

@media (max-width: 1440px) {
  .about5 .items .item .art h5 {
    font-size: 16px;
  }
}

.about5 .items .item .art .h6 {
  font-size: 16px;
  font-family: "gr_m";
  margin: 0px 0 15px;
  opacity: 0.3;
  text-align: center;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

@media (max-width: 1680px) {
  .about5 .items .item .art .h6 {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .about5 .items .item .art .h6 {
    font-size: 12px;
  }
}

@media (max-width: 1280px) {
  .about5 .items .item .art .h6 {
    font-size: 10.66666667px;
  }
}

@media (max-width: 1024px) {
  .about5 .items .item .art .h6 {
    font-size: 8.53333333px;
  }
}

@media (max-width: 1680px) {
  .about5 .items .item .art .h6 {
    font-size: 16px;
  }
}

@media (max-width: 1440px) {
  .about5 .items .item .art .h6 {
    font-size: 14px;
  }
}

.about5 .items .item .art .h6 p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.about5 .items .item .art .p1 {
  font-size: 30px;
  font-family: "ne_l";
  text-align: center;
  opacity: 0.3;
}

@media (max-width: 1680px) {
  .about5 .items .item .art .p1 {
    font-size: 26.25px;
  }
}

@media (max-width: 1440px) {
  .about5 .items .item .art .p1 {
    font-size: 22.5px;
  }
}

@media (max-width: 1280px) {
  .about5 .items .item .art .p1 {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  .about5 .items .item .art .p1 {
    font-size: 16px;
  }
}

@media (max-width: 1680px) {
  .about5 .items .item .art .p1 {
    font-size: 24px;
  }
}

@media (max-width: 1440px) {
  .about5 .items .item .art .p1 {
    font-size: 22px;
  }
}

@media (max-width: 1024px) {
  .about5 .items .item .art .p1 {
    font-size: 18px;
  }
}

@media (max-width: 990px) {
  .about5 .items .item {
    width: calc(25% - 5px);
    margin-bottom: 10px;
  }

  .about5 .items .item:nth-child(5),
  .about5 .items .item:nth-child(6),
  .about5 .items .item:nth-child(7) {
    width: calc(33.33% - 5px);
  }
}

@media (max-width: 768px) {
  .about5 {
    padding: 40px 0;
  }

  .about5 .items {
    margin-top: 20px;
  }

  .about5 .items .item {
    width: calc(50% - 5px);
    margin-bottom: 10px;
    padding-top: 20px;
  }

  .about5 .items .item:nth-child(5),
  .about5 .items .item:nth-child(6) {
    width: calc(50% - 5px);
  }

  .about5 .items .item:nth-child(7) {
    width: 100%;
  }

  .about5 .items .item .art {
    padding: 15px;
    margin-top: 15px;
  }

  .about5 .items .item .art .h6 {
    margin: 0px 0 10px;
  }
}

.about6 {
  padding: 5.21vw 0;
}

.about6 .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;
}

.about6 .top .btns {
  width: 90px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.about6 .top .btns .swiper-button-prev,
.about6 .top .btns .swiper-button-next {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0;
  padding: 0;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  border: 1px solid #d0d0d0;
  border-radius: 50%;
  color: #000;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.about6 .top .btns .swiper-button-prev:after,
.about6 .top .btns .swiper-button-next:after {
  font-size: 16px;
}

.about6 .top .btns .swiper-button-prev:hover,
.about6 .top .btns .swiper-button-next:hover {
  border-color: #150186;
  background: #150186;
  color: #fff;
}

.about6 .about6_s {
  overflow: hidden;
  margin-top: 2.08vw;
}

.about6 .about6_s a {
  width: 100%;
  height: 6.51vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  border: 1px solid #d0d0d0;
  padding: 1px;
  min-height: 60px;
}

.about6 .about6_s a img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  max-width: 80%;
  max-height: 80%;
}

.about6 .about6_s a:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .about6 {
    padding: 40px 0;
  }

  .about6 .about6_s {
    margin-top: 15px;
  }
}

.news {
  padding: 5.21vw 0;
}

@media (max-width: 768px) {
  .news {
    padding: 40px 0;
  }
}

.news_list {
  margin-bottom: 20px;
}

.news_list li {
  padding: 2.6vw 0;
  border-top: 1px solid #d0d0d0;
}

.news_list li:first-child {
  padding-top: 0;
  border-top: none;
}

.news_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;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.news_list li a:hover .left .imgbox img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.news_list li a .left {
  width: 320px;
}

.news_list li a .left .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 69.89%;
  position: relative;
  overflow: hidden;
}

.news_list li a .left .imgbox img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.news_list li a .art {
  width: calc(100% - 350px);
}

.news_list li a .art h5 {
  font-size: 18px;
  font-family: "gr_b";
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 1680px) {
  .news_list li a .art h5 {
    font-size: 15.75px;
  }
}

@media (max-width: 1440px) {
  .news_list li a .art h5 {
    font-size: 13.5px;
  }
}

@media (max-width: 1280px) {
  .news_list li a .art h5 {
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  .news_list li a .art h5 {
    font-size: 9.6px;
  }
}

@media (max-width: 1680px) {
  .news_list li a .art h5 {
    font-size: 18px;
  }
}

@media (max-width: 1440px) {
  .news_list li a .art h5 {
    font-size: 16px;
  }
}

@media (max-width: 1280px) {
  .news_list li a .art h5 {
    font-size: 14px;
  }
}

.news_list li a .art .p1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 10px 0;
  font-size: 14px;
  font-family: "ne_l";
}

@media (max-width: 1680px) {
  .news_list li a .art .p1 {
    font-size: 12.25px;
  }
}

@media (max-width: 1440px) {
  .news_list li a .art .p1 {
    font-size: 10.5px;
  }
}

@media (max-width: 1280px) {
  .news_list li a .art .p1 {
    font-size: 9.33333333px;
  }
}

@media (max-width: 1024px) {
  .news_list li a .art .p1 {
    font-size: 7.46666667px;
  }
}

@media (max-width: 1680px) {
  .news_list li a .art .p1 {
    font-size: 14px;
  }
}

@media (max-width: 1280px) {
  .news_list li a .art .p1 {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .news_list li a .art .p1 {
    font-size: 13px;
  }
}

.news_list li a .art .p1 i {
  font-size: 14px;
  margin-right: 10px;
}

@media (max-width: 1680px) {
  .news_list li a .art .p1 i {
    font-size: 12.25px;
  }
}

@media (max-width: 1440px) {
  .news_list li a .art .p1 i {
    font-size: 10.5px;
  }
}

@media (max-width: 1280px) {
  .news_list li a .art .p1 i {
    font-size: 9.33333333px;
  }
}

@media (max-width: 1024px) {
  .news_list li a .art .p1 i {
    font-size: 7.46666667px;
  }
}

@media (max-width: 1680px) {
  .news_list li a .art .p1 i {
    font-size: 14px;
  }
}

@media (max-width: 1280px) {
  .news_list li a .art .p1 i {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .news_list li a .art .p1 i {
    font-size: 13px;
  }
}

.news_list li a .art .info {
  height: 90px;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media (max-width: 1440px) {
  .news_list li a .art .info {
    height: 78px;
  }
}

@media (max-width: 1280px) {
  .news_list li a .art .info {
    height: 72px;
  }
}

.news_list li a .art .hh_btn8 {
  max-height: 40px;
}

@media (max-width: 768px) {
  .news_list {
    margin-bottom: 10px;
  }

  .news_list li {
    padding: 20px 0;
  }

  .news_list li a .left {
    width: 100%;
  }

  .news_list li a .art {
    width: 100%;
    padding-top: 15px;
  }

  .news_list li a .art .p1 {
    margin: 10px 0 5px;
  }

  .news_list li a .art .info {
    margin-bottom: 15px;
  }

  .news_list li a .art .hh_btn8 {
    height: 36px;
  }
}

.fyq3 .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;
  margin-top: 20px;
}

.fyq3 .layui-laypage a,
.fyq3 .layui-laypage em {
  font-size: 16px;
  color: #cccccc;
  font-family: "gr_l";
  margin: 0 8px;
  width: 40px;
  height: 40px;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  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) {

  .fyq3 .layui-laypage a,
  .fyq3 .layui-laypage em {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {

  .fyq3 .layui-laypage a,
  .fyq3 .layui-laypage em {
    font-size: 12px;
  }
}

@media (max-width: 1280px) {

  .fyq3 .layui-laypage a,
  .fyq3 .layui-laypage em {
    font-size: 10.66666667px;
  }
}

@media (max-width: 1024px) {

  .fyq3 .layui-laypage a,
  .fyq3 .layui-laypage em {
    font-size: 8.53333333px;
  }
}

@media (max-width: 1680px) {

  .fyq3 .layui-laypage a,
  .fyq3 .layui-laypage em {
    font-size: 16px;
  }
}

@media (max-width: 1440px) {

  .fyq3 .layui-laypage a,
  .fyq3 .layui-laypage em {
    font-size: 14px;
  }
}

@media (max-width: 768px) {

  .fyq3 .layui-laypage a,
  .fyq3 .layui-laypage em {
    height: 30px;
    width: 30px;
    margin: 0 3px;
  }
}

.fyq3 .layui-laypage a:hover {
  background: #150186;
  color: #fff;
  border-color: #150186;
}

.fyq3 .layui-laypage .layui-laypage-curr .layui-laypage-em {
  display: none;
}

.fyq3 .layui-laypage .layui-laypage-curr em {
  background: #150186;
  color: #fff;
  border-color: #150186;
}

.fyq3 .layui-laypage .layui-laypage-prev,
.fyq3 .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: 2px;
  padding: 0 20px;
}

@media (max-width: 768px) {

  .fyq3 .layui-laypage .layui-laypage-prev,
  .fyq3 .layui-laypage .layui-laypage-next {
    margin: 0 4px;
    padding: 0 10px;
    border-radius: 0px;
    font-size: 12px;
  }
}

.fyq3 .layui-laypage .layui-laypage-prev:hover i,
.fyq3 .layui-laypage .layui-laypage-next:hover i {
  background: #150186;
}

.fyq3 .layui-laypage .layui-laypage-prev i,
.fyq3 .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;
}

.fyq3 .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;
}

.fyq3 .layui-laypage .layui-laypage-next i {
  margin-right: 10px;
  padding-top: 2px;
}

.crumbs {
  padding: 18px 0;
  background: #f5f5f5;
  border-bottom: 1px solid #eee;
  z-index: 9999;
}

.crumbs .w1400 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.crumbs .w1400 a,
.crumbs .w1400 i {
  font-size: 16px;
  font-family: "gr_l";
  color: #999999;
}

@media (max-width: 1680px) {

  .crumbs .w1400 a,
  .crumbs .w1400 i {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {

  .crumbs .w1400 a,
  .crumbs .w1400 i {
    font-size: 12px;
  }
}

@media (max-width: 1280px) {

  .crumbs .w1400 a,
  .crumbs .w1400 i {
    font-size: 10.66666667px;
  }
}

@media (max-width: 1024px) {

  .crumbs .w1400 a,
  .crumbs .w1400 i {
    font-size: 8.53333333px;
  }
}

@media (max-width: 1680px) {

  .crumbs .w1400 a,
  .crumbs .w1400 i {
    font-size: 16px;
  }
}

@media (max-width: 1440px) {

  .crumbs .w1400 a,
  .crumbs .w1400 i {
    font-size: 14px;
  }
}

.crumbs .w1400 i {
  margin: 0 5px;
}

.crumbs .w1400 a {
  text-transform: capitalize;
}

.crumbs .w1400 a.on,
.crumbs .w1400 a:hover {
  color: #150186;
}

@media (max-width: 1440px) {
  .crumbs {
    padding: 15px 0;
  }
}

@media (max-width: 768px) {
  .crumbs {
    padding: 10px 0;
  }
}

.tj_list {
  margin-bottom: 30px;
}

.tj_list li {
  margin-bottom: 10px;
}

.tj_list li.on .imgbox {
  max-height: 300px;
  margin-bottom: 10px;
}

.tj_list li.on p {
  color: #150186;
}

.tj_list li.on p:before {
  background: #150186;
}

.tj_list li .imgbox {
  width: 100%;
  height: auto;
  max-height: 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;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}

.tj_list li p {
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  font-size: 18px;
}

@media (max-width: 1680px) {
  .tj_list li p {
    font-size: 15.75px;
  }
}

@media (max-width: 1440px) {
  .tj_list li p {
    font-size: 13.5px;
  }
}

@media (max-width: 1280px) {
  .tj_list li p {
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  .tj_list li p {
    font-size: 9.6px;
  }
}

@media (max-width: 1680px) {
  .tj_list li p {
    font-size: 18px;
  }
}

@media (max-width: 1440px) {
  .tj_list li p {
    font-size: 16px;
  }
}

@media (max-width: 1280px) {
  .tj_list li p {
    font-size: 14px;
  }
}

.tj_list li p:before {
  content: '';
  width: 10px;
  height: 2px;
  background: #d0d0d0;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.sxy {
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  margin: 2.86vw auto 1.56vw;
}

.sxy 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;
  height: 4.17vw;
  min-height: 50px;
  font-size: 18px;
  border-bottom: 1px solid #dddddd;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 1680px) {
  .sxy a {
    font-size: 15.75px;
  }
}

@media (max-width: 1440px) {
  .sxy a {
    font-size: 13.5px;
  }
}

@media (max-width: 1280px) {
  .sxy a {
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  .sxy a {
    font-size: 9.6px;
  }
}

@media (max-width: 1680px) {
  .sxy a {
    font-size: 18px;
  }
}

@media (max-width: 1440px) {
  .sxy a {
    font-size: 16px;
  }
}

@media (max-width: 1280px) {
  .sxy a {
    font-size: 14px;
  }
}

.sxy a:first-child .s1 i {
  transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
}

.sxy a:last-child {
  border-bottom: none;
}

.sxy a .s1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 16%;
  padding: 0 1.56vw;
  font-family: "gr_l";
}

.sxy a .s1 i {
  font-size: 12px;
}

.sxy a .s2 {
  width: 105px;
  font-size: 16px;
  color: #000;
  font-family: "gr_m";
}

@media (max-width: 1680px) {
  .sxy a .s2 {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .sxy a .s2 {
    font-size: 12px;
  }
}

@media (max-width: 1280px) {
  .sxy a .s2 {
    font-size: 10.66666667px;
  }
}

@media (max-width: 1024px) {
  .sxy a .s2 {
    font-size: 8.53333333px;
  }
}

@media (max-width: 1680px) {
  .sxy a .s2 {
    font-size: 16px;
  }
}

@media (max-width: 1440px) {
  .sxy a .s2 {
    font-size: 14px;
  }
}

.sxy a p {
  width: calc(84% - 105px);
  padding: 0 2.34vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sxy a:hover {
  color: #150186;
}

@media (max-width: 768px) {
  .sxy a .s1 {
    width: 55px;
    padding: 0;
  }

  .sxy a p {
    width: calc(100% - 70px);
    padding: 0;
  }

  .sxy a .s2 {
    display: none;
  }
}

.sxy_more {
  font-size: 14px;
  color: #282828;
  font-weight: 600;
  margin: 0 auto;
  width: 240px;
  height: 50px;
  background: #eeeeee;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border: 1px solid #e3e3e3;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.sxy_more:hover {
  background: #150186;
  color: #fff;
  border-color: #150186;
}

@media (max-width: 768px) {
  .sxy_more {
    width: 200px;
    height: 40px;
    border-radius: 20px;
    margin: 20px auto;
  }
}

.div_dw {
  padding-top: 120px;
  margin-top: -120px;
}

@media (max-width: 1440px) {
  .div_dw {
    padding-top: 110px;
    margin-top: -110px;
  }
}

@media (max-width: 990px) {
  .div_dw {
    padding-top: 100px;
    margin-top: -100px;
  }
}

.about_nav {
  height: 60px;
  background: #f5f8fd;
  z-index: 99;
  width: 100%;
  position: sticky;
  top: 69px;
  overflow-x: auto;
}

.about_nav:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #eee;
}

.about_nav .w1400 {
  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%;
}

.about_nav a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  margin: 0 1.56vw;
  font-size: 20px;
  font-family: "gr_m";
}

@media (max-width: 1680px) {
  .about_nav a {
    font-size: 17.5px;
  }
}

@media (max-width: 1440px) {
  .about_nav a {
    font-size: 15px;
  }
}

@media (max-width: 1280px) {
  .about_nav a {
    font-size: 13.33333333px;
  }
}

@media (max-width: 1024px) {
  .about_nav a {
    font-size: 10.66666667px;
  }
}

@media (max-width: 1680px) {
  .about_nav a {
    font-size: 18px;
  }
}

@media (max-width: 1440px) {
  .about_nav a {
    font-size: 16px;
  }
}

.about_nav a:before {
  content: '';
  width: 0;
  height: 2px;
  left: 50%;
  bottom: 0;
  position: absolute;
  background: #150186;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.about_nav a:hover,
.about_nav a.on {
  color: #150186;
}

.about_nav a:hover:before,
.about_nav a.on:before {
  width: 100%;
  left: 0;
}

@media (max-width: 1440px) {
  .about_nav {
    top: 60px;
    height: 50px;
  }
}

@media (max-width: 990px) {
  .about_nav {
    height: 45px;
  }
}

@media (max-width: 768px) {
  .about_nav {
    position: relative;
    top: 0;
  }

  .about_nav.on {
    position: fixed;
    top: 59px;
  }

  .about_nav .w1400 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  .about_nav a {
    margin: 0 7.5px;
  }

  .about_nav a:before {
    display: none;
  }

  .about_nav a:last-child {
    padding-right: 30px;
  }
}

.news_nav {
  height: 60px;
  background: #f5f8fd;
  position: relative;
}

.news_nav:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #eee;
}

.news_nav .w1400 {
  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%;
  overflow-x: auto;
}

.news_nav a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  margin: 0 1.56vw;
  font-size: 20px;
  font-family: "gr_m";
}

@media (max-width: 1680px) {
  .news_nav a {
    font-size: 17.5px;
  }
}

@media (max-width: 1440px) {
  .news_nav a {
    font-size: 15px;
  }
}

@media (max-width: 1280px) {
  .news_nav a {
    font-size: 13.33333333px;
  }
}

@media (max-width: 1024px) {
  .news_nav a {
    font-size: 10.66666667px;
  }
}

@media (max-width: 1680px) {
  .news_nav a {
    font-size: 18px;
  }
}

@media (max-width: 1440px) {
  .news_nav a {
    font-size: 16px;
  }
}

.news_nav a:before {
  content: '';
  width: 0;
  height: 2px;
  left: 50%;
  bottom: 0;
  position: absolute;
  background: #150186;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.news_nav a:hover,
.news_nav a.on {
  color: #150186;
}

.news_nav a:hover:before,
.news_nav a.on:before {
  width: 100%;
  left: 0;
}

@media (max-width: 1440px) {
  .news_nav {
    height: 50px;
  }
}

@media (max-width: 990px) {
  .news_nav {
    height: 45px;
  }
}

@media (max-width: 768px) {
  .news_nav a {
    margin: 0 15px;
  }
}

.form2 {
  width: 94%;
  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: 40px;
  background: #eee;
  margin: 0 20px 15px;
  display: none;
}

.form2 button {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 600;
}

.form2 input {
  width: calc(100% - 40px);
  height: 40px;
  padding: 0 15px;
}

@media (max-width: 768px) {
  .form2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}

@media (max-width: 480px) {
  .form2 {
    width: 90%;
  }
}

.blog {
  padding: 5.21vw 0;
  background: #f6f7fc;
}

.blog .w1400 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.blog .left {
  width: 75%;
}

.blog .right {
  width: 23%;
  position: sticky;
  top: 80px;
}

.blog .right .form1 {
  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;
  height: 40px;
  background: #eee;
  margin-bottom: 20px;
}

.blog .right .form1 button {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 600;
}

.blog .right .form1 input {
  width: calc(100% - 40px);
  height: 40px;
  padding: 0 15px;
}

@media (max-width: 768px) {
  .blog .right .form1 {
    display: none;
  }
}

.blog .right .blog_h,
.blog .widget-area .widget_block h2 {
  width: 100%;
  height: 40px;
  background: #eee;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 40px;
  font-size: 20px;
  font-weight: 600;
}

@media (max-width: 1680px) {

  .blog .right .blog_h,
  .blog .widget-area .widget_block h2 {
    font-size: 17.5px;
  }
}

@media (max-width: 1440px) {

  .blog .right .blog_h,
  .blog .widget-area .widget_block h2 {
    font-size: 15px;
  }
}

@media (max-width: 1280px) {

  .blog .right .blog_h,
  .blog .widget-area .widget_block h2 {
    font-size: 13.33333333px;
  }
}

@media (max-width: 1024px) {

  .blog .right .blog_h,
  .blog .widget-area .widget_block h2 {
    font-size: 10.66666667px;
  }
}

@media (max-width: 1680px) {

  .blog .right .blog_h,
  .blog .widget-area .widget_block h2 {
    font-size: 18px;
  }
}

@media (max-width: 1440px) {

  .blog .right .blog_h,
  .blog .widget-area .widget_block h2 {
    font-size: 16px;
  }
}

.blog .right .box {
  width: 100%;
  height: auto;
  border: 1px solid #eee;
  padding: 15px;
  background: #fff;
  margin-bottom: 20px;
}

.blog .right .box:last-child {
  margin-bottom: 0;
}

.blog .right .box form {
  border: 1px solid #eaeaea;
  border-radius: 2px;
  background: #fafafa;
  padding: 0 10px;
}

.blog .right .box select {
  width: 100%;
  height: 40px;
}

.blog .right .item_a a {
  line-height: 20px;
  margin-bottom: 10px;
  display: block;
  color: #666;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.blog .right .item_a a:last-child {
  margin-bottom: 0;
}

.blog .right .item_a a:hover {
  color: #150186;
}

@media (max-width: 1440px) {
  .blog .right {
    top: 70px;
  }
}

@media (max-width: 768px) {
  .blog {
    padding: 40px 0;
  }

  .blog .left {
    width: 100%;
    margin-bottom: 20px;
  }

  .blog .right {
    width: 100%;
    position: relative;
    top: auto;
  }

  .blog .right .form1 {
    margin-bottom: 15px;
  }

  .blog .right .box {
    margin-bottom: 15px;
  }
}

.blog_s {
  overflow: hidden;
  position: relative;
}

.blog_s .swiper-pagination {
  right: 0;
  bottom: 0;
  width: 100%;
  text-align: right;
  margin-bottom: 2.08vw;
  padding-right: 2.6vw;
}

.blog_s .swiper-pagination span {
  background: #150186;
}

.blog_s a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  background: #fff;
}

.blog_s a:hover .left .imgbox img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.blog_s a:hover .right h5 {
  color: #150186;
}

.blog_s a:hover .right .btn {
  color: #150186;
}

.blog_s a .img {
  width: 50%;
}

.blog_s a .img .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 66%;
  position: relative;
  overflow: hidden;
}

.blog_s a .img .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;
}

.blog_s a .art {
  width: 50%;
  padding: 15px 2.6vw;
}

.blog_s a .art .p1 {
  font-size: 20px;
  color: #150186;
  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;
}

@media (max-width: 1680px) {
  .blog_s a .art .p1 {
    font-size: 17.5px;
  }
}

@media (max-width: 1440px) {
  .blog_s a .art .p1 {
    font-size: 15px;
  }
}

@media (max-width: 1280px) {
  .blog_s a .art .p1 {
    font-size: 13.33333333px;
  }
}

@media (max-width: 1024px) {
  .blog_s a .art .p1 {
    font-size: 10.66666667px;
  }
}

@media (max-width: 1680px) {
  .blog_s a .art .p1 {
    font-size: 18px;
  }
}

@media (max-width: 1440px) {
  .blog_s a .art .p1 {
    font-size: 16px;
  }
}

.blog_s a .art .p1 i {
  font-size: 20px;
  margin-right: 10px;
}

@media (max-width: 1680px) {
  .blog_s a .art .p1 i {
    font-size: 17.5px;
  }
}

@media (max-width: 1440px) {
  .blog_s a .art .p1 i {
    font-size: 15px;
  }
}

@media (max-width: 1280px) {
  .blog_s a .art .p1 i {
    font-size: 13.33333333px;
  }
}

@media (max-width: 1024px) {
  .blog_s a .art .p1 i {
    font-size: 10.66666667px;
  }
}

@media (max-width: 1680px) {
  .blog_s a .art .p1 i {
    font-size: 18px;
  }
}

@media (max-width: 1440px) {
  .blog_s a .art .p1 i {
    font-size: 16px;
  }
}

.blog_s a .art h5 {
  font-size: 30px;
  margin: 1.04vw 0 2.08vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 1680px) {
  .blog_s a .art h5 {
    font-size: 26.25px;
  }
}

@media (max-width: 1440px) {
  .blog_s a .art h5 {
    font-size: 22.5px;
  }
}

@media (max-width: 1280px) {
  .blog_s a .art h5 {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  .blog_s a .art h5 {
    font-size: 16px;
  }
}

@media (max-width: 1680px) {
  .blog_s a .art h5 {
    font-size: 24px;
  }
}

@media (max-width: 1440px) {
  .blog_s a .art h5 {
    font-size: 22px;
  }
}

@media (max-width: 1024px) {
  .blog_s a .art h5 {
    font-size: 18px;
  }
}

.blog_s a .art .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 18px;
  color: #333;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 1680px) {
  .blog_s a .art .btn {
    font-size: 15.75px;
  }
}

@media (max-width: 1440px) {
  .blog_s a .art .btn {
    font-size: 13.5px;
  }
}

@media (max-width: 1280px) {
  .blog_s a .art .btn {
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  .blog_s a .art .btn {
    font-size: 9.6px;
  }
}

@media (max-width: 1680px) {
  .blog_s a .art .btn {
    font-size: 18px;
  }
}

@media (max-width: 1440px) {
  .blog_s a .art .btn {
    font-size: 16px;
  }
}

@media (max-width: 1280px) {
  .blog_s a .art .btn {
    font-size: 14px;
  }
}

.blog_s a .art .btn i {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #150186;
  color: #fff;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 16px;
}

@media (max-width: 1680px) {
  .blog_s a .art .btn i {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .blog_s a .art .btn i {
    font-size: 12px;
  }
}

@media (max-width: 1280px) {
  .blog_s a .art .btn i {
    font-size: 10.66666667px;
  }
}

@media (max-width: 1024px) {
  .blog_s a .art .btn i {
    font-size: 8.53333333px;
  }
}

@media (max-width: 1680px) {
  .blog_s a .art .btn i {
    font-size: 16px;
  }
}

@media (max-width: 1440px) {
  .blog_s a .art .btn i {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .blog_s .swiper-pagination {
    width: 100%;
    margin: 0;
    text-align: center;
    left: 0;
    bottom: 165px;
  }

  .blog_s .swiper-pagination span {
    background: #fff;
  }

  .blog_s a .img {
    width: 100%;
  }

  .blog_s a .art {
    width: 100%;
    padding: 20px 15px;
  }

  .blog_s a .art h5 {
    line-height: 24px;
    height: 48px;
    margin: 10px 0 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}

.blog_list a {
  background: #fff;
  border-top: 15px solid #150186;
  display: block;
}

.blog_list a:hover .imgbox img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.blog_list a:hover .art h5 {
  color: #150186;
}

.blog_list a:hover .art .btn {
  color: #150186;
}

.blog_list a .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  position: relative;
  overflow: hidden;
}

.blog_list a .imgbox img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.blog_list a .art {
  width: 100%;
  padding: 1.56vw;
}

.blog_list a .art .p1 {
  font-size: 18px;
  color: #150186;
  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;
}

@media (max-width: 1680px) {
  .blog_list a .art .p1 {
    font-size: 15.75px;
  }
}

@media (max-width: 1440px) {
  .blog_list a .art .p1 {
    font-size: 13.5px;
  }
}

@media (max-width: 1280px) {
  .blog_list a .art .p1 {
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  .blog_list a .art .p1 {
    font-size: 9.6px;
  }
}

@media (max-width: 1680px) {
  .blog_list a .art .p1 {
    font-size: 18px;
  }
}

@media (max-width: 1440px) {
  .blog_list a .art .p1 {
    font-size: 16px;
  }
}

@media (max-width: 1280px) {
  .blog_list a .art .p1 {
    font-size: 14px;
  }
}

.blog_list a .art .p1 i {
  font-size: 18px;
  margin-right: 10px;
}

@media (max-width: 1680px) {
  .blog_list a .art .p1 i {
    font-size: 15.75px;
  }
}

@media (max-width: 1440px) {
  .blog_list a .art .p1 i {
    font-size: 13.5px;
  }
}

@media (max-width: 1280px) {
  .blog_list a .art .p1 i {
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  .blog_list a .art .p1 i {
    font-size: 9.6px;
  }
}

@media (max-width: 1680px) {
  .blog_list a .art .p1 i {
    font-size: 18px;
  }
}

@media (max-width: 1440px) {
  .blog_list a .art .p1 i {
    font-size: 16px;
  }
}

@media (max-width: 1280px) {
  .blog_list a .art .p1 i {
    font-size: 14px;
  }
}

.blog_list a .art h5 {
  font-size: 20px;
  margin: 10px 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 1680px) {
  .blog_list a .art h5 {
    font-size: 17.5px;
  }
}

@media (max-width: 1440px) {
  .blog_list a .art h5 {
    font-size: 15px;
  }
}

@media (max-width: 1280px) {
  .blog_list a .art h5 {
    font-size: 13.33333333px;
  }
}

@media (max-width: 1024px) {
  .blog_list a .art h5 {
    font-size: 10.66666667px;
  }
}

@media (max-width: 1680px) {
  .blog_list a .art h5 {
    font-size: 18px;
  }
}

@media (max-width: 1440px) {
  .blog_list a .art h5 {
    font-size: 16px;
  }
}

.blog_list a .art .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 18px;
  color: #333;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 1680px) {
  .blog_list a .art .btn {
    font-size: 15.75px;
  }
}

@media (max-width: 1440px) {
  .blog_list a .art .btn {
    font-size: 13.5px;
  }
}

@media (max-width: 1280px) {
  .blog_list a .art .btn {
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  .blog_list a .art .btn {
    font-size: 9.6px;
  }
}

@media (max-width: 1680px) {
  .blog_list a .art .btn {
    font-size: 18px;
  }
}

@media (max-width: 1440px) {
  .blog_list a .art .btn {
    font-size: 16px;
  }
}

@media (max-width: 1280px) {
  .blog_list a .art .btn {
    font-size: 14px;
  }
}

.blog_list a .art .btn i {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #150186;
  color: #fff;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 16px;
}

@media (max-width: 1680px) {
  .blog_list a .art .btn i {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .blog_list a .art .btn i {
    font-size: 12px;
  }
}

@media (max-width: 1280px) {
  .blog_list a .art .btn i {
    font-size: 10.66666667px;
  }
}

@media (max-width: 1024px) {
  .blog_list a .art .btn i {
    font-size: 8.53333333px;
  }
}

@media (max-width: 1680px) {
  .blog_list a .art .btn i {
    font-size: 16px;
  }
}

@media (max-width: 1440px) {
  .blog_list a .art .btn i {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .blog_list a {
    border-width: 10px;
  }
}

@media (max-width: 1280px) {
  .blog_list a {
    border-width: 5px;
  }
}

@media (max-width: 768px) {
  .blog_list li {
    width: 100% !important;
  }

  .blog_list a .art {
    padding: 15px;
  }

  .blog_list a .art h5 {
    margin: 5px 0 10px;
  }
}

.faq_list {
  border-bottom: 1px solid #ededed;
}

.faq_list li {
  width: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}

.faq_list li:before,
.faq_list li:after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  background: #ededed;
}

.faq_list li:after {
  width: 0;
  background: #150186;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.faq_list li:hover:after,
.faq_list li.on:after {
  width: 100%;
}

.faq_list li.on {
  border-color: #000;
}

.faq_list li.on .q p.img {
  transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
}

.faq_list li.on .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.faq_list li .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;
}

.faq_list li .box span {
  width: 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;
  font-size: 16px;
}

@media (max-width: 1680px) {
  .faq_list li .box span {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .faq_list li .box span {
    font-size: 12px;
  }
}

@media (max-width: 1280px) {
  .faq_list li .box span {
    font-size: 10.66666667px;
  }
}

@media (max-width: 1024px) {
  .faq_list li .box span {
    font-size: 8.53333333px;
  }
}

@media (max-width: 1680px) {
  .faq_list li .box span {
    font-size: 16px;
  }
}

@media (max-width: 1440px) {
  .faq_list li .box span {
    font-size: 14px;
  }
}

.faq_list li .box p.img {
  width: 50px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-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;
}

.faq_list li .box p.img i {
  font-size: 30px;
}

@media (max-width: 1680px) {
  .faq_list li .box p.img i {
    font-size: 26.25px;
  }
}

@media (max-width: 1440px) {
  .faq_list li .box p.img i {
    font-size: 22.5px;
  }
}

@media (max-width: 1280px) {
  .faq_list li .box p.img i {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  .faq_list li .box p.img i {
    font-size: 16px;
  }
}

@media (max-width: 1680px) {
  .faq_list li .box p.img i {
    font-size: 24px;
  }
}

@media (max-width: 1440px) {
  .faq_list li .box p.img i {
    font-size: 22px;
  }
}

@media (max-width: 1024px) {
  .faq_list li .box p.img i {
    font-size: 18px;
  }
}

.faq_list li .box .info {
  width: calc(100% - 100px);
  padding-left: 10px;
  color: #000000;
}

.faq_list li .q {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 20px 0;
}

.faq_list li .q span {
  color: #000000;
}

.faq_list li .q .info {
  font-size: 16px;
}

@media (max-width: 1680px) {
  .faq_list li .q .info {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .faq_list li .q .info {
    font-size: 12px;
  }
}

@media (max-width: 1280px) {
  .faq_list li .q .info {
    font-size: 10.66666667px;
  }
}

@media (max-width: 1024px) {
  .faq_list li .q .info {
    font-size: 8.53333333px;
  }
}

@media (max-width: 1680px) {
  .faq_list li .q .info {
    font-size: 16px;
  }
}

@media (max-width: 1440px) {
  .faq_list li .q .info {
    font-size: 14px;
  }
}

.faq_list li .a {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  background: #fbfbfb;
  border-top: 1px solid #ededed;
  padding: 25px 0;
  display: none;
  animation: show 0.5s;
}

.faq_list li .a span {
  color: #ff0000;
  margin-top: 5px;
}

.faq_list li .a .info {
  font-size: 14px;
  line-height: 30px;
}

@media (max-width: 1680px) {
  .faq_list li .a .info {
    font-size: 12.25px;
  }
}

@media (max-width: 1440px) {
  .faq_list li .a .info {
    font-size: 10.5px;
  }
}

@media (max-width: 1280px) {
  .faq_list li .a .info {
    font-size: 9.33333333px;
  }
}

@media (max-width: 1024px) {
  .faq_list li .a .info {
    font-size: 7.46666667px;
  }
}

@media (max-width: 1680px) {
  .faq_list li .a .info {
    font-size: 14px;
  }
}

@media (max-width: 1280px) {
  .faq_list li .a .info {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .faq_list li .a .info {
    font-size: 13px;
  }
}

@media (max-width: 1440px) {
  .faq_list li .a .info {
    line-height: 26px;
  }
}

@media (max-width: 1280px) {
  .faq_list li .a .info {
    line-height: 24px;
  }
}

@media (max-width: 768px) {
  .faq_list li .a .info {
    line-height: 22px;
  }
}

@media (max-width: 768px) {
  .faq_list {
    margin: 20px auto;
  }

  .faq_list li .box span {
    width: 30px;
  }

  .faq_list li .box p.img {
    width: 30px;
  }

  .faq_list li .box .info {
    width: calc(100% - 60px);
  }

  .faq_list li .q {
    height: auto;
    padding: 15px 0;
  }

  .faq_list li .a {
    padding: 15px 0 25px;
  }

  .faq_list li .a span {
    margin-top: 2px;
  }

  .faq_list li .a p.img {
    display: none;
  }

  .faq_list li .a .info {
    width: calc(100% - 30px);
    padding-right: 15px;
  }
}

.ser_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;
  color: #333;
  font-family: "gr_m";
  padding-bottom: 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d0d0d0;
  font-size: 18px;
}

@media (max-width: 1680px) {
  .ser_top {
    font-size: 15.75px;
  }
}

@media (max-width: 1440px) {
  .ser_top {
    font-size: 13.5px;
  }
}

@media (max-width: 1280px) {
  .ser_top {
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  .ser_top {
    font-size: 9.6px;
  }
}

@media (max-width: 1680px) {
  .ser_top {
    font-size: 18px;
  }
}

@media (max-width: 1440px) {
  .ser_top {
    font-size: 16px;
  }
}

@media (max-width: 1280px) {
  .ser_top {
    font-size: 14px;
  }
}

.ser_top .p1 {
  width: calc(100% - 100px);
}

.ser_top .p2 {
  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;
}

@media (max-width: 768px) {
  .ser_top {
    padding-bottom: 10px;
    margin-bottom: 5px;
  }

  .ser_top .p1 {
    width: calc(100% - 80px);
  }

  .ser_top .p2 {
    width: 80px;
  }
}

.ser_li li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-family: "gr_r";
  border-bottom: 1px solid #eaeef2;
  padding: 15px 0;
  font-size: 16px;
}

@media (max-width: 1680px) {
  .ser_li li {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .ser_li li {
    font-size: 12px;
  }
}

@media (max-width: 1280px) {
  .ser_li li {
    font-size: 10.66666667px;
  }
}

@media (max-width: 1024px) {
  .ser_li li {
    font-size: 8.53333333px;
  }
}

@media (max-width: 1680px) {
  .ser_li li {
    font-size: 16px;
  }
}

@media (max-width: 1440px) {
  .ser_li li {
    font-size: 14px;
  }
}

.ser_li li:hover .a1,
.ser_li li:hover .a2 {
  color: #150186;
}

.ser_li li .a1 {
  width: calc(100% - 100px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #333;
  display: block;
}

.ser_li li .a2 {
  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;
  color: #333;
}

@media (max-width: 768px) {
  .ser_li li {
    padding: 10px 0;
  }

  .ser_li li .a1 {
    width: calc(100% - 40px);
  }

  .ser_li li .a2 {
    width: 30px;
    padding-right: 10px;
  }
}

.join {
  padding: 5.21vw 0;
}

.join .j_t {
  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: #150186;
  color: #fff;
  padding: 15px 30px;
}

.join .j_t p {
  width: 18%;
  padding: 0 10px;
}

.join .j_t p.p1 {
  width: calc(46% - 100px);
  padding-left: 0;
}

.join .j_t p.p5 {
  width: 100px;
  padding: 0;
}

@media (max-width: 1440px) {
  .join .j_t {
    padding: 15px 20px;
  }
}

@media (max-width: 768px) {
  .join {
    padding: 40px 0;
  }

  .join .j_t {
    padding: 10px 15px;
  }

  .join .j_t p {
    display: none;
  }

  .join .j_t p.p1 {
    display: block;
    width: 100%;
  }
}

.join_list {
  margin-bottom: 3.13vw;
}

.join_list li:nth-child(2n) .j_t {
  background: #fff;
}

.join_list li .j_t {
  background: #f5f5f5;
  color: #333;
  cursor: pointer;
  font-family: "gr_m";
  border-bottom: 1px solid #eaeef2;
}

.join_list li .j_t:hover .p5 {
  color: #150186;
}

.join_list li .j_c {
  display: none;
}

.join_list li .j_c .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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  padding: 0 30px 30px;
  background: #fff;
}

.join_list li .j_c .box h5 {
  font-size: 20px;
  font-family: "gr_m";
}

@media (max-width: 1680px) {
  .join_list li .j_c .box h5 {
    font-size: 17.5px;
  }
}

@media (max-width: 1440px) {
  .join_list li .j_c .box h5 {
    font-size: 15px;
  }
}

@media (max-width: 1280px) {
  .join_list li .j_c .box h5 {
    font-size: 13.33333333px;
  }
}

@media (max-width: 1024px) {
  .join_list li .j_c .box h5 {
    font-size: 10.66666667px;
  }
}

@media (max-width: 1680px) {
  .join_list li .j_c .box h5 {
    font-size: 18px;
  }
}

@media (max-width: 1440px) {
  .join_list li .j_c .box h5 {
    font-size: 16px;
  }
}

.join_list li .j_c .box p {
  font-size: 16px;
}

@media (max-width: 1680px) {
  .join_list li .j_c .box p {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .join_list li .j_c .box p {
    font-size: 12px;
  }
}

@media (max-width: 1280px) {
  .join_list li .j_c .box p {
    font-size: 10.66666667px;
  }
}

@media (max-width: 1024px) {
  .join_list li .j_c .box p {
    font-size: 8.53333333px;
  }
}

@media (max-width: 1680px) {
  .join_list li .j_c .box p {
    font-size: 16px;
  }
}

@media (max-width: 1440px) {
  .join_list li .j_c .box p {
    font-size: 14px;
  }
}

.join_list li .j_c .box .art {
  line-height: 30px;
}

.join_list li .j_c .box .art h5 {
  margin: 30px 0 15px;
}

.join_list li .j_c .box .mail {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  border-radius: 5px;
  height: 55px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 20px;
}

@media (max-width: 1440px) {
  .join_list li .j_c .box {
    padding: 0 20px 20px;
  }

  .join_list li .j_c .box .art {
    line-height: 26px;
  }

  .join_list li .j_c .box .art h5 {
    margin: 20px 0 10px;
  }
}

@media (max-width: 1280px) {
  .join_list li .j_c .box .art {
    line-height: 24px;
  }
}

@media (max-width: 768px) {
  .join_list {
    margin-bottom: 25px;
  }

  .join_list li .j_c .box {
    padding: 0 15px 15px;
  }

  .join_list li .j_c .box .art h5 {
    margin: 15px 0 5px;
  }

  .join_list li .j_c .box .mail {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    height: 40px;
  }

  .join_list li .j_c .box .mail h5 {
    margin-right: 5px;
  }
}

.contact1 {
  padding: 5.21vw 0 4.17vw;
  background: url(../images/map2.jpg) no-repeat left 13% center;
  background-size: 33% auto;
}

.contact1 .w1400 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.contact1 .left {
  width: 48.5%;
}

.contact1 .right {
  width: 48.5%;
  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 h2 {
  margin-bottom: 10px;
}

.contact1 .info {
  margin-top: 2.6vw;
}

.contact1 .info p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 15px;
  font-size: 16px;
}

@media (max-width: 1680px) {
  .contact1 .info p {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .contact1 .info p {
    font-size: 12px;
  }
}

@media (max-width: 1280px) {
  .contact1 .info p {
    font-size: 10.66666667px;
  }
}

@media (max-width: 1024px) {
  .contact1 .info p {
    font-size: 8.53333333px;
  }
}

@media (max-width: 1680px) {
  .contact1 .info p {
    font-size: 16px;
  }
}

@media (max-width: 1440px) {
  .contact1 .info p {
    font-size: 14px;
  }
}

.contact1 .info p i {
  width: 20px;
  height: 20px;
  background: #150186;
  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-right: 10px;
  font-size: 14px;
}

.contact1 .info p span {
  line-height: 20px;
  width: calc(100% - 30px);
}

.contact1 .info p strong {
  margin-right: 2px;
}

@media (max-width: 1680px) {
  .contact1 {
    background-position: left 30px center;
  }
}

@media (max-width: 768px) {
  .contact1 {
    padding: 40px 0;
    background: #fff;
  }

  .contact1 .left {
    width: 100%;
    margin-bottom: 10px;
  }

  .contact1 .right {
    width: 100%;
  }

  .contact1 h2,
  .contact1 h3 {
    margin-bottom: 5px;
  }

  .contact1 .info p {
    margin-bottom: 10px;
  }

  .contact1 .info p i {
    width: 16px;
    height: 16px;
    font-size: 12px;
    margin-right: 5px;
  }

  .contact1 .info p span {
    width: calc(100% - 22px);
  }
}

.contact2 {
  padding: 4.17vw 0 3.65vw;
  background: #fbfbfb;
}

.contact2 h2 {
  margin-bottom: 10px;
}

.contact2 ul {
  margin-top: 2.6vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.contact2 ul li {
  width: calc(50% - 2.6vw);
  background: #f5f5f5;
  margin-bottom: 1.56vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.contact2 ul li:hover {
  background: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}

.contact2 ul li .left {
  width: 30%;
}

.contact2 ul li .left .imgbox {
  height: 100%;
}

.contact2 ul li .left .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact2 ul li .art {
  width: 70%;
  padding: 2.08vw 2.08vw 0;
}

.contact2 ul li .art h3 {
  font-size: 24px;
}

@media (max-width: 1680px) {
  .contact2 ul li .art h3 {
    font-size: 21px;
  }
}

@media (max-width: 1440px) {
  .contact2 ul li .art h3 {
    font-size: 18px;
  }
}

@media (max-width: 1280px) {
  .contact2 ul li .art h3 {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  .contact2 ul li .art h3 {
    font-size: 12.8px;
  }
}

@media (max-width: 1680px) {
  .contact2 ul li .art h3 {
    font-size: 20px;
  }
}

@media (max-width: 1440px) {
  .contact2 ul li .art h3 {
    font-size: 18px;
  }
}

@media (max-width: 1280px) {
  .contact2 ul li .art h3 {
    font-size: 16px;
  }
}

.contact2 ul li .art .line {
  width: 60px;
  height: 2px;
  background: #150186;
  margin: 0.52vw 0 0.78vw;
}

.contact2 ul li .art .info {
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 1680px) {
  .contact2 ul li .art .info {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .contact2 ul li .art .info {
    font-size: 12px;
  }
}

@media (max-width: 1280px) {
  .contact2 ul li .art .info {
    font-size: 10.66666667px;
  }
}

@media (max-width: 1024px) {
  .contact2 ul li .art .info {
    font-size: 8.53333333px;
  }
}

@media (max-width: 1680px) {
  .contact2 ul li .art .info {
    font-size: 16px;
  }
}

@media (max-width: 1440px) {
  .contact2 ul li .art .info {
    font-size: 14px;
  }
}

.contact2 ul li .art .info p {
  margin-bottom: 0.52vw;
}

.contact2 ul li .art .info strong {
  margin-right: 2px;
}

@media (max-width: 768px) {
  .contact2 {
    padding: 40px 0 20px;
  }

  .contact2 h2,
  .contact2 h3 {
    margin-bottom: 5px;
  }

  .contact2 ul li {
    width: 100%;
    margin-bottom: 15px;
  }

  .contact2 ul li .art {
    padding: 15px;
  }

  .contact2 ul li .art .line {
    margin: 10px 0;
  }

  .contact2 ul li .art .info {
    line-height: 22px;
  }
}

.contact3 {
  padding: 5.21vw 0;
  background: url(../images/j20.jpg) no-repeat center / cover;
  background-attachment: fixed;
  color: #fff;
}

.contact3 .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;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.contact3 .top .left {
  width: 70%;
}

.contact3 .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;
}

.contact3 .top .right .icon {
  width: 50px;
  margin-right: 15px;
}

.contact3 .top .right .art {
  line-height: 1.2;
}

.contact3 .top .right .p1 {
  font-size: 18px;
  margin: 5px 0;
}

@media (max-width: 1680px) {
  .contact3 .top .right .p1 {
    font-size: 15.75px;
  }
}

@media (max-width: 1440px) {
  .contact3 .top .right .p1 {
    font-size: 13.5px;
  }
}

@media (max-width: 1280px) {
  .contact3 .top .right .p1 {
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  .contact3 .top .right .p1 {
    font-size: 9.6px;
  }
}

@media (max-width: 1680px) {
  .contact3 .top .right .p1 {
    font-size: 18px;
  }
}

@media (max-width: 1440px) {
  .contact3 .top .right .p1 {
    font-size: 16px;
  }
}

@media (max-width: 1280px) {
  .contact3 .top .right .p1 {
    font-size: 14px;
  }
}

.contact3 .top .right .p2 {
  font-size: 32px;
  font-family: "ne_l";
}

@media (max-width: 1680px) {
  .contact3 .top .right .p2 {
    font-size: 28px;
  }
}

@media (max-width: 1440px) {
  .contact3 .top .right .p2 {
    font-size: 24px;
  }
}

@media (max-width: 1280px) {
  .contact3 .top .right .p2 {
    font-size: 21.33333333px;
  }
}

@media (max-width: 1024px) {
  .contact3 .top .right .p2 {
    font-size: 17.06666667px;
  }
}

.contact3 .top .h5 {
  font-size: 18px;
  margin-top: 5px;
}

@media (max-width: 1680px) {
  .contact3 .top .h5 {
    font-size: 15.75px;
  }
}

@media (max-width: 1440px) {
  .contact3 .top .h5 {
    font-size: 13.5px;
  }
}

@media (max-width: 1280px) {
  .contact3 .top .h5 {
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  .contact3 .top .h5 {
    font-size: 9.6px;
  }
}

@media (max-width: 1680px) {
  .contact3 .top .h5 {
    font-size: 18px;
  }
}

@media (max-width: 1440px) {
  .contact3 .top .h5 {
    font-size: 16px;
  }
}

@media (max-width: 1280px) {
  .contact3 .top .h5 {
    font-size: 14px;
  }
}

.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: 2.6vw;
}

.contact3 form input,
.contact3 form textarea,
.contact3 form button {
  background: #fff;
  font-size: 16px;
  color: #666666;
  font-family: "gr_r";
  padding: 10px 15px;
  margin-bottom: 20px;
}

@media (max-width: 1680px) {

  .contact3 form input,
  .contact3 form textarea,
  .contact3 form button {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {

  .contact3 form input,
  .contact3 form textarea,
  .contact3 form button {
    font-size: 12px;
  }
}

@media (max-width: 1280px) {

  .contact3 form input,
  .contact3 form textarea,
  .contact3 form button {
    font-size: 10.66666667px;
  }
}

@media (max-width: 1024px) {

  .contact3 form input,
  .contact3 form textarea,
  .contact3 form button {
    font-size: 8.53333333px;
  }
}

@media (max-width: 1680px) {

  .contact3 form input,
  .contact3 form textarea,
  .contact3 form button {
    font-size: 16px;
  }
}

@media (max-width: 1440px) {

  .contact3 form input,
  .contact3 form textarea,
  .contact3 form button {
    font-size: 14px;
  }
}

.contact3 form input::placeholder,
.contact3 form textarea::placeholder,
.contact3 form button::placeholder {
  font-size: 16px;
  color: #666666;
  font-family: "gr_r";
}

@media (max-width: 1680px) {

  .contact3 form input::placeholder,
  .contact3 form textarea::placeholder,
  .contact3 form button::placeholder {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {

  .contact3 form input::placeholder,
  .contact3 form textarea::placeholder,
  .contact3 form button::placeholder {
    font-size: 12px;
  }
}

@media (max-width: 1280px) {

  .contact3 form input::placeholder,
  .contact3 form textarea::placeholder,
  .contact3 form button::placeholder {
    font-size: 10.66666667px;
  }
}

@media (max-width: 1024px) {

  .contact3 form input::placeholder,
  .contact3 form textarea::placeholder,
  .contact3 form button::placeholder {
    font-size: 8.53333333px;
  }
}

@media (max-width: 1680px) {

  .contact3 form input::placeholder,
  .contact3 form textarea::placeholder,
  .contact3 form button::placeholder {
    font-size: 16px;
  }
}

@media (max-width: 1440px) {

  .contact3 form input::placeholder,
  .contact3 form textarea::placeholder,
  .contact3 form button::placeholder {
    font-size: 14px;
  }
}

.contact3 form input {
  width: calc(33.33% - 13.33px);
  height: 60px;
}

.contact3 form textarea {
  height: 220px;
  width: 100%;
}

.contact3 form button {
  width: 100%;
  height: 66px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 0;
  font-size: 18px;
  font-family: "gr_m";
}

@media (max-width: 1680px) {
  .contact3 form button {
    font-size: 15.75px;
  }
}

@media (max-width: 1440px) {
  .contact3 form button {
    font-size: 13.5px;
  }
}

@media (max-width: 1280px) {
  .contact3 form button {
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  .contact3 form button {
    font-size: 9.6px;
  }
}

@media (max-width: 1680px) {
  .contact3 form button {
    font-size: 18px;
  }
}

@media (max-width: 1440px) {
  .contact3 form button {
    font-size: 16px;
  }
}

@media (max-width: 1280px) {
  .contact3 form button {
    font-size: 14px;
  }
}

.contact3 form button:hover {
  color: #150186;
  box-shadow: 0 0 30px 0 rgba(255, 255, 255, 0.35);
}

@media (max-width: 1440px) {
  .contact3 form input {
    height: 50px;
  }

  .contact3 form button {
    height: 56px;
  }
}

@media (max-width: 768px) {
  .contact3 {
    padding: 40px 0;
  }

  .contact3 .top {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }

  .contact3 .top .left {
    width: 100%;
    margin-bottom: 15px;
  }

  .contact3 .top .right .icon {
    width: 40px;
  }

  .contact3 form {
    margin-top: 20px;
  }

  .contact3 form input {
    height: 40px;
    width: 100%;
    margin-bottom: 15px;
  }

  .contact3 form textarea {
    height: 120px;
    margin-bottom: 15px;
  }

  .contact3 form button {
    height: 46px;
    margin-bottom: 5px;
  }
}

/*pc-客服*/
.kf {
  z-index: 1000;
  background-color: #fff;
  position: fixed;
  bottom: 100px;
  right: 0px;
  width: 62px;
  border-radius: 5px;
  display: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.kf.on {
  right: -62px;
}

.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(/upload/images/2022-06-21/kefu_j.png) no-repeat center #fff; */
.kf span:hover {
  background-color: #0f1d96;
}

.kf .zx {
  border-radius: 5px 5px 0 0;
  background-position: 0 0;
}

.kf .zx:hover {
  background-position: 0 -62px;
}

.kf .freetel {
  background-position: -62px 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: #0f1d96;
  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: #af1317;
}

.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 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: -20px;
  border-radius: 5px 0 0 5px;
  right: 62px;
  background: #fff;
  position: absolute;
  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;
}

.shou i {
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 18px !important;
  padding-left: 2px;
}

.shou.on i {
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}

.kf i.iconfont {
  font-size: 22px;
}

.kf .act i.iconfont {
  font-size: 20px;
  color: #4b9afc;
}

.kf .back_top i.iconfont {
  font-size: 30px;
}

.kf .what i.iconfont {
  color: #25d366;
}

.kf .act:hover i.iconfont {
  color: #fff;
}

.kf .what:hover i.iconfont {
  color: #fff;
}

.pckf-icon {
  position: relative;
  z-index: 4;
  display: block;
  height: 60px;
  line-height: 60px;
  font-size: 26px;
  color: #333;
  text-align: center;
  transition: 0.5s all;
}

.kf span:hover .pckf-icon {
  color: #fff !important;
}

@media (max-width: 1440px) {
  .kf {
    width: 50px;
  }

  .kf.on {
    right: -50px;
  }

  .kf span {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  .pckf-icon {
    line-height: 50px;
  }

  .shou {
    right: 50px;
  }
}

@media (max-width: 768px) {
  .kf {
    display: none !important;
    width: 160px;
    height: 40px;
    bottom: 40px;
    left: 50%;
    transform: translate(-50%, 0);
    -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;
  }

  .kf>span {
    width: 40px;
    height: 40px;
    border-right: 1px solid #e3e3e3;
    border-bottom: none;
  }

  .kf>span div {
    width: auto;
    width: 180px;
    padding: 15px;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: 120%;
  }

  .kf .shou {
    display: none;
  }

  .pckf-icon {
    line-height: 40px;
  }
}

.abo3-pic {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*搜索页*/
.sec_search {
  padding: 5.21vw 0;
  background: #f0f4f7;
  width: 100%;
  overflow: hidden;
}

.sec_search .w1400 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.sec_search .left {
  width: 72.5%;
}

.sec_search .right {
  width: 25%;
}

.sec_search .right .m-tit {
  font-size: 20px;
  padding: 1.04vw 1.77vw;
  border-bottom: 5px solid #f0f4f7;
  background: #2b37d8;
  text-align: center;
  color: #fff;
}

@media (max-width: 1680px) {
  .sec_search .right .m-tit {
    font-size: 17.5px;
  }
}

@media (max-width: 1440px) {
  .sec_search .right .m-tit {
    font-size: 15px;
  }
}

@media (max-width: 1280px) {
  .sec_search .right .m-tit {
    font-size: 13.33333333px;
  }
}

@media (max-width: 1024px) {
  .sec_search .right .m-tit {
    font-size: 10.66666667px;
  }
}

@media (max-width: 1680px) {
  .sec_search .right .m-tit {
    font-size: 18px;
  }
}

@media (max-width: 1440px) {
  .sec_search .right .m-tit {
    font-size: 16px;
  }
}

.sec_search .psearch-box {
  margin-bottom: 20px;
  border: 1px solid #dcdcdc;
  background: #fff;
  position: relative;
}

.sec_search .psearch-box form {
  height: 3.54vw;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.sec_search .psearch-box input {
  width: 100%;
  height: 100%;
  padding: 0 1.77vw;
  font-size: 18px;
}

@media (max-width: 1680px) {
  .sec_search .psearch-box input {
    font-size: 15.75px;
  }
}

@media (max-width: 1440px) {
  .sec_search .psearch-box input {
    font-size: 13.5px;
  }
}

@media (max-width: 1280px) {
  .sec_search .psearch-box input {
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  .sec_search .psearch-box input {
    font-size: 9.6px;
  }
}

@media (max-width: 1680px) {
  .sec_search .psearch-box input {
    font-size: 18px;
  }
}

@media (max-width: 1440px) {
  .sec_search .psearch-box input {
    font-size: 16px;
  }
}

@media (max-width: 1280px) {
  .sec_search .psearch-box input {
    font-size: 14px;
  }
}

.sec_search .psearch-box button {
  color: #2b37d8;
  height: 100%;
  font-size: 30px;
  padding: 0 1.56vw;
}

@media (max-width: 1680px) {
  .sec_search .psearch-box button {
    font-size: 26.25px;
  }
}

@media (max-width: 1440px) {
  .sec_search .psearch-box button {
    font-size: 22.5px;
  }
}

@media (max-width: 1280px) {
  .sec_search .psearch-box button {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  .sec_search .psearch-box button {
    font-size: 16px;
  }
}

@media (max-width: 1680px) {
  .sec_search .psearch-box button {
    font-size: 24px;
  }
}

@media (max-width: 1440px) {
  .sec_search .psearch-box button {
    font-size: 22px;
  }
}

@media (max-width: 1024px) {
  .sec_search .psearch-box button {
    font-size: 18px;
  }
}

.sec_search .psearch-tip {
  font-size: 24px;
  margin-bottom: 1.41vw;
}

@media (max-width: 1680px) {
  .sec_search .psearch-tip {
    font-size: 21px;
  }
}

@media (max-width: 1440px) {
  .sec_search .psearch-tip {
    font-size: 18px;
  }
}

@media (max-width: 1280px) {
  .sec_search .psearch-tip {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  .sec_search .psearch-tip {
    font-size: 12.8px;
  }
}

@media (max-width: 1680px) {
  .sec_search .psearch-tip {
    font-size: 20px;
  }
}

@media (max-width: 1440px) {
  .sec_search .psearch-tip {
    font-size: 18px;
  }
}

@media (max-width: 1280px) {
  .sec_search .psearch-tip {
    font-size: 16px;
  }
}

.sec_search .psearch-tip span {
  font-size: 24px;
}

@media (max-width: 1680px) {
  .sec_search .psearch-tip span {
    font-size: 21px;
  }
}

@media (max-width: 1440px) {
  .sec_search .psearch-tip span {
    font-size: 18px;
  }
}

@media (max-width: 1280px) {
  .sec_search .psearch-tip span {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  .sec_search .psearch-tip span {
    font-size: 12.8px;
  }
}

@media (max-width: 1680px) {
  .sec_search .psearch-tip span {
    font-size: 20px;
  }
}

@media (max-width: 1440px) {
  .sec_search .psearch-tip span {
    font-size: 18px;
  }
}

@media (max-width: 1280px) {
  .sec_search .psearch-tip span {
    font-size: 16px;
  }
}

.sec_search .psearch-ru.on a {
  color: #150186;
  font-weight: bold;
}

.sec_search .psearch-ru a {
  font-size: 18px;
  padding: 20px 34px;
  border-bottom: 4px solid #f0f4f7;
  background: #fff;
  color: #444;
  display: block;
}

@media (max-width: 1680px) {
  .sec_search .psearch-ru a {
    font-size: 15.75px;
  }
}

@media (max-width: 1440px) {
  .sec_search .psearch-ru a {
    font-size: 13.5px;
  }
}

@media (max-width: 1280px) {
  .sec_search .psearch-ru a {
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  .sec_search .psearch-ru a {
    font-size: 9.6px;
  }
}

@media (max-width: 1680px) {
  .sec_search .psearch-ru a {
    font-size: 18px;
  }
}

@media (max-width: 1440px) {
  .sec_search .psearch-ru a {
    font-size: 16px;
  }
}

@media (max-width: 1280px) {
  .sec_search .psearch-ru a {
    font-size: 14px;
  }
}

.sec_search .news-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;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  background: #fff;
  padding: 1.56vw;
  margin-bottom: 1.56vw;
}

.sec_search .news-item:hover .m-tit,
.sec_search .news-item:hover .m-con,
.sec_search .news-item:hover .m-time {
  color: #150186;
}

.sec_search .news-item:hover .m-img img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.sec_search .news-item .m-cont {
  width: 75%;
}

.sec_search .news-item .m-tit {
  font-size: 18px;
  color: #444;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 1680px) {
  .sec_search .news-item .m-tit {
    font-size: 15.75px;
  }
}

@media (max-width: 1440px) {
  .sec_search .news-item .m-tit {
    font-size: 13.5px;
  }
}

@media (max-width: 1280px) {
  .sec_search .news-item .m-tit {
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  .sec_search .news-item .m-tit {
    font-size: 9.6px;
  }
}

@media (max-width: 1680px) {
  .sec_search .news-item .m-tit {
    font-size: 18px;
  }
}

@media (max-width: 1440px) {
  .sec_search .news-item .m-tit {
    font-size: 16px;
  }
}

@media (max-width: 1280px) {
  .sec_search .news-item .m-tit {
    font-size: 14px;
  }
}

.sec_search .news-item .m-time {
  font-size: 16px;
  margin: 5px 0;
  color: #777;
}

@media (max-width: 1680px) {
  .sec_search .news-item .m-time {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .sec_search .news-item .m-time {
    font-size: 12px;
  }
}

@media (max-width: 1280px) {
  .sec_search .news-item .m-time {
    font-size: 10.66666667px;
  }
}

@media (max-width: 1024px) {
  .sec_search .news-item .m-time {
    font-size: 8.53333333px;
  }
}

@media (max-width: 1680px) {
  .sec_search .news-item .m-time {
    font-size: 16px;
  }
}

@media (max-width: 1440px) {
  .sec_search .news-item .m-time {
    font-size: 14px;
  }
}

.sec_search .news-item .m-img {
  width: 20%;
  overflow: hidden;
  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;
}

.sec_search .news-item .m-img img {
  width: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  max-height: 135px;
  object-fit: cover;
}

.sec_search .news-item .m-con {
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 1680px) {
  .sec_search .news-item .m-con {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .sec_search .news-item .m-con {
    font-size: 12px;
  }
}

@media (max-width: 1280px) {
  .sec_search .news-item .m-con {
    font-size: 10.66666667px;
  }
}

@media (max-width: 1024px) {
  .sec_search .news-item .m-con {
    font-size: 8.53333333px;
  }
}

@media (max-width: 1680px) {
  .sec_search .news-item .m-con {
    font-size: 16px;
  }
}

@media (max-width: 1440px) {
  .sec_search .news-item .m-con {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .sec_search {
    padding: 40px 0;
  }

  .sec_search .left {
    width: 100%;
    float: none;
  }

  .sec_search .right {
    width: 100%;
    float: none;
    margin-top: 20px;
  }

  .sec_search .right .m-tit {
    font-size: 16px;
    padding: 15px 20px;
  }

  .sec_search .psearch-ru a {
    padding: 15px 20px;
  }

  .sec_search .psearch-tip,
  .sec_search .psearch-box {
    margin-bottom: 15px;
  }

  .sec_search .news-item {
    padding: 10px;
    margin-bottom: 10px;
  }

  .sec_search .news-item .m-img {
    width: 35%;
  }

  .sec_search .news-item .m-cont {
    width: calc(65% - 20px);
  }

  .sec_search .news-item .m-time {
    margin: 2px 0;
  }
}

.zdbj_yt0607 {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.zdbj_yt0607 .zdbj_main {
  margin: 4.1vw auto 5.7vw;
  position: relative;
  z-index: 2;
}

.zdbj_yt0607 .zdbj_main .zdbj_head {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.zdbj_yt0607 .zdbj_main .zdbj_head .page_title {
  width: auto;
  float: left;
  width: 50%;
}

.zdbj_yt0607 .zdbj_main .zdbj_head .page_title span {
  font-size: 44px;
  font-weight: bold;
}

@media (max-width: 1680px) {
  .zdbj_yt0607 .zdbj_main .zdbj_head .page_title span {
    font-size: 38.5px;
  }
}

@media (max-width: 1440px) {
  .zdbj_yt0607 .zdbj_main .zdbj_head .page_title span {
    font-size: 33px;
  }
}

@media (max-width: 1280px) {
  .zdbj_yt0607 .zdbj_main .zdbj_head .page_title span {
    font-size: 29.33333333px;
  }
}

@media (max-width: 1024px) {
  .zdbj_yt0607 .zdbj_main .zdbj_head .page_title span {
    font-size: 23.46666667px;
  }
}

@media (max-width: 1680px) {
  .zdbj_yt0607 .zdbj_main .zdbj_head .page_title span {
    font-size: 38px;
  }
}

@media (max-width: 1440px) {
  .zdbj_yt0607 .zdbj_main .zdbj_head .page_title span {
    font-size: 28px;
  }
}

@media (max-width: 1280px) {
  .zdbj_yt0607 .zdbj_main .zdbj_head .page_title span {
    font-size: 24px;
  }
}

@media (max-width: 1024px) {
  .zdbj_yt0607 .zdbj_main .zdbj_head .page_title span {
    font-size: 22px;
  }
}

.zdbj_yt0607 .zdbj_main .zdbj_head .txt {
  width: 50%;
  float: right;
  font-family: "gr_l";
  font-size: 20px;
  line-height: 1.8;
  color: #666;
}

@media (max-width: 1680px) {
  .zdbj_yt0607 .zdbj_main .zdbj_head .txt {
    font-size: 17.5px;
  }
}

@media (max-width: 1440px) {
  .zdbj_yt0607 .zdbj_main .zdbj_head .txt {
    font-size: 15px;
  }
}

@media (max-width: 1280px) {
  .zdbj_yt0607 .zdbj_main .zdbj_head .txt {
    font-size: 13.33333333px;
  }
}

@media (max-width: 1024px) {
  .zdbj_yt0607 .zdbj_main .zdbj_head .txt {
    font-size: 10.66666667px;
  }
}

@media (max-width: 1680px) {
  .zdbj_yt0607 .zdbj_main .zdbj_head .txt {
    font-size: 18px;
  }
}

@media (max-width: 1440px) {
  .zdbj_yt0607 .zdbj_main .zdbj_head .txt {
    font-size: 16px;
  }
}

.zdbj_yt0607 .zdbj_main .zdbj_form {
  width: 100%;
  height: auto;
  margin-top: 2.5vw;
}

@media (max-width: 1280px) {
  .zdbj_yt0607 .zdbj_main .zdbj_head .txt {
    font-size: 14px;
  }
}

@media (max-width: 990px) {
  .zdbj_yt0607 .zdbj_main {
    margin: 40px auto;
  }

  .zdbj_yt0607 .zdbj_main .zdbj_head .page_title {
    width: 100%;
    float: initial;
  }

  .zdbj_yt0607 .zdbj_main .zdbj_head .txt {
    width: 100%;
    float: inherit;
    margin: 20px 0 0;
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .zdbj_yt0607 .zdbj_main {
    margin: 30px auto;
  }

  .zdbj_yt0607 .zdbj_main .zdbj_head .txt {
    font-size: 14px;
  }

  .zdbj_yt0607 .zdbj_main .zdbj_form {
    margin-top: 30px;
  }
}

@media (max-width: 480px) {
  .zdbj_yt0607 .zdbj_main .zdbj_head .page_title span {
    font-size: 20px;
  }
}

.layui_form {
  width: 100%;
  height: auto;
  margin-top: 2.5vw;
}

.layui_form .layui_item {
  width: 100%;
  height: auto;
  margin-top: 16px;
  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;
}

.layui_form .layui_item .layui_input_block {
  flex: 1;
  margin-right: 18px;
}

.layui_form .layui_item .layui_input_block .layui-input {
  height: 60px;
  border: 0;
  padding: 0 2vw;
  border-radius: 0;
  color: #2f3133;
  font-family: "gr_l";
}

.layui_form .layui_item .layui_input_block .layui-textarea {
  min-height: 160px;
  padding: 20px 2vw;
  border: 0;
  border-radius: 0;
  color: #2f3133;
  font-family: "gr_l";
}

.layui_form .layui_item .layui_input_block .layui-form-select .layui-select-title i {
  right: initial;
  left: calc(100% - 2vw);
}

.layui_form .layui_item .layui_input_block .layui-form-select dl {
  top: 110%;
  padding: 0;
  border: 0;
}

.layui_form .layui_item .layui_input_block .layui-form-select dl dd {
  padding: 5px 2vw !important;
  font-family: "gr_l";
}

.layui_form .layui_item .layui_input_block .layui-form-select dl dd.layui-this {
  background: #150186;
}

.layui_form .layui_item .layui_input_block .layui-btn {
  min-width: 200px;
  height: 60px;
  background: #2f3133;
  font-size: 16px;
  font-family: "gr_l";
  border-radius: 0;
}

.layui_form .layui_item .layui_input_block .layui-btn:hover {
  background: #150186;
  opacity: 1;
}

.layui_form .layui_item .layui_input_block.layui_code {
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.layui_form .layui_item .layui_input_block.layui_code .layui-input {
  width: 70%;
  margin-right: 18px;
  float: left;
}

.layui_form .layui_item .layui_input_block.layui_code img {
  width: 30%;
  float: left;
}

.layui_form .layui_item .layui_active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.layui_form .layui_item .layui_active .layui-form-checked i {
  background: #150186;
}

.layui_form .layui_item .layui_active .layui-form-checkbox {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

.layui_form .layui_item .layui_active .layui-form-checkbox i {
  border: 0;
  border-radius: 0;
  font-size: 8px !important;
}

.layui_form .layui_item .layui_active .txt {
  width: auto;
  flex: 1;
  line-height: 18px;
  font-size: 16px;
  color: #999;
  font-family: "gr_l";
  vertical-align: middle;
}

.layui_form .layui_item .layui_active .txt span {
  color: #150186;
  cursor: pointer;
}

.layui_form .layui_item .layui_active .txt span:hover {
  text-decoration: underline;
}

.layui_form .layui_item .layui_input_block:last-child {
  margin: 0;
}

.layui_form>.layui_item:last-child {
  margin-top: 30px;
}

.layui_form .layui_nbsp {
  width: 100%;
  height: 10px;
  overflow: hidden;
}

.layui_form .layui_tips {
  width: 100%;
  height: auto;
  margin: 10px 0;
  font-size: 16px;
  font-family: "gr_l";
  color: #bcc1c3;
  overflow: hidden;
}

.layui_form .layui_click {
  width: 100%;
  height: 16px;
  line-height: 16px;
  margin: 10px 0;
  font-size: 16px;
  font-family: "gr_l";
  overflow: hidden;
}

.layui_form .layui_click .click_btn .txt {
  float: left;
  color: #150186;
  margin-left: 10px;
  cursor: pointer;
}

.layui_form .layui_click .click_btn .icon {
  width: 16px;
  height: 16px;
  float: left;
  text-align: center;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}

.layui_form .layui_click .click_btn .icon i {
  font-size: 16px;
  color: #150186;
}

.layui_form .layui_slide {
  display: block;
}

.layui_form .layui_line {
  width: 100%;
  height: 1px;
  margin: 30px 0;
  background: #bcc1c3;
  overflow: hidden;
}

.layui_form.active .layui_item .layui_input_block .layui-input {
  background: #f3f5f6;
}

.layui_form.active .layui_item .layui_input_block .layui-textarea {
  background: #f3f5f6;
}

.layui_form.active .layui_item .layui_active .layui-form-checkbox i {
  border: 1px solid #e0e0e0;
}

.layui_form.active .layui_item .layui_active .layui-form-checked i {
  border-color: #150186 !important;
}

@media (max-width: 768px) {
  .layui_form .layui_item {
    display: block;
    margin-top: 10px;
  }

  .layui_form .layui_item .layui_input_block {
    width: 100%;
    margin: 10px 0 0 !important;
  }

  .layui_form .layui_item .layui_input_block .layui-input {
    height: 46px;
    padding: 0 12px;
    font-size: 14px;
  }

  .layui_form .layui_item .layui_input_block .layui-textarea {
    padding: 12px;
    font-size: 14px;
  }

  .layui_form .layui_item .layui_input_block .layui-form-select .layui-select-title i {
    right: initial;
    left: calc(100% - 20px);
  }

  .layui_form .layui_item .layui_input_block .layui-btn {
    min-width: 140px;
    height: 46px;
    font-size: 14px !important;
  }

  .layui_form .layui_item .layui_input_block.layui_code {
    height: auto;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .layui_form .layui_item .layui_input_block.layui_code .layui-input {
    width: 70%;
    margin-right: 18px;
    float: left;
  }

  .layui_form .layui_item .layui_input_block.layui_code img {
    width: 30%;
    float: left;
  }

  .layui_form .layui_item .layui_active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .layui_form .layui_item .layui_active .txt {
    font-size: 14px;
  }

  .layui_form .layui_tips,
  .layui_form .layui_click {
    font-size: 14px;
  }

  .layui_form .layui_item:first-child {
    margin: 0;
  }

  .layui_form .layui_item:last-child {
    margin-top: 15px;
  }
}

.layui_product {
  width: 100%;
  height: auto;
  padding: 40px;
  border: 1px solid #f3f5f6;
  overflow: hidden;
}

.layui_product ul {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 40px;
  overflow: hidden;
}

.layui_product ul .line {
  width: 100%;
  background: #f3f5f6;
}

.layui_product ul .item {
  width: 100%;
  height: auto;
  padding: 0 40px 0 0;
  border-right: 1px solid #f3f5f6;
  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;
  overflow: hidden;
}

.layui_product ul .item .img {
  width: 160px;
  height: auto;
  padding: 15px;
  background: url('../images/pro_list_bg.jpg');
  overflow: hidden;
}

.layui_product ul .item .img .pb {
  padding-bottom: 100%;
  position: relative;
  z-index: 1;
  font-size: 0;
  text-align: center;
}

.layui_product ul .item .img .pb .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;
}

.layui_product ul .item .info {
  flex: 1;
  height: auto;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden;
}

.layui_product ul .item .info .title {
  font-size: 24px;
  color: #222;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.layui_product ul .item .info .details {
  margin-top: 5px;
  font-size: 16px;
  font-family: "gr_l";
  color: #818585;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.layui_product ul .item .info .num {
  font-size: 16px;
  margin-top: 5px;
  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;
}

@media (max-width: 1680px) {
  .layui_product ul .item .info .num {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .layui_product ul .item .info .num {
    font-size: 12px;
  }
}

@media (max-width: 1280px) {
  .layui_product ul .item .info .num {
    font-size: 10.66666667px;
  }
}

@media (max-width: 1024px) {
  .layui_product ul .item .info .num {
    font-size: 8.53333333px;
  }
}

@media (max-width: 1680px) {
  .layui_product ul .item .info .num {
    font-size: 16px;
  }
}

@media (max-width: 1440px) {
  .layui_product ul .item .info .num {
    font-size: 14px;
  }
}

.layui_product ul .item .info .num span {
  margin-right: 15px;
  white-space: nowrap;
}

.layui_product ul .item .info .num input,
.layui_product ul .item .info .num a {
  width: 30px;
  height: 30px;
  border: 1px solid #d0d0d0;
  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;
  text-align: center;
}

.layui_product ul .item .info .num .min,
.layui_product ul .item .info .num .add {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.layui_product ul .item .info .num .min:hover,
.layui_product ul .item .info .num .add:hover {
  color: #150186;
}

.layui_product ul .item .info .num .i_num {
  border-left: none;
  border-right: none;
  width: 40px;
}

@media (max-width: 768px) {

  .layui_product ul .item .info .num input,
  .layui_product ul .item .info .num a {
    width: 25px;
    height: 25px;
  }

  .layui_product ul .item .info .num .i_num {
    width: 35px;
  }
}

.layui_product ul .item .item_btn {
  width: 60px;
  height: 100%;
  padding: 15px 0;
  overflow: hidden;
}

.layui_product ul .item .item_btn .add_btn,
.layui_product ul .item .item_btn .remove_btn {
  width: 60px;
  height: 60px;
  background: #f3f5f6;
  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;
  cursor: pointer;
  overflow: hidden;
}

.layui_product ul .item .item_btn .add_btn .icon,
.layui_product ul .item .item_btn .remove_btn .icon {
  width: 20px;
  height: 20px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}

.layui_product ul .item .item_btn .add_btn .icon::before,
.layui_product ul .item .item_btn .remove_btn .icon::before,
.layui_product ul .item .item_btn .add_btn .icon::after,
.layui_product ul .item .item_btn .remove_btn .icon::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: #818585;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.layui_product ul .item .item_btn .add_btn .icon::before,
.layui_product ul .item .item_btn .remove_btn .icon::before {
  width: 2px;
  left: 50%;
  top: 0;
  margin-left: -1px;
}

.layui_product ul .item .item_btn .add_btn .icon::after,
.layui_product ul .item .item_btn .remove_btn .icon::after {
  height: 2px;
  top: 50%;
  left: 0;
  margin-top: -1px;
}

.layui_product ul .item .item_btn .add_btn:hover .icon,
.layui_product ul .item .item_btn .remove_btn:hover .icon {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.layui_product ul .item .item_btn .add_btn .icon::before,
.layui_product ul .item .item_btn .add_btn .icon::after {
  background: #150186;
}

.layui_product ul .item .item_btn .remove_btn {
  margin-top: 10px;
}

.layui_product ul .item .item_btn .remove_btn .icon::before,
.layui_product ul .item .item_btn .remove_btn .icon::after {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.layui_product ul .item:nth-child(2n) {
  padding: 0 0 0 40px;
  border: 0;
}

.layui_product ul .active {
  width: 100%;
  height: auto;
  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;
  flex-direction: column;
  cursor: pointer;
  overflow: hidden;
}

.layui_product ul .active .add {
  width: 32px;
  height: 32px;
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.layui_product ul .active .add::before,
.layui_product ul .active .add::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: #818585;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.layui_product ul .active .add::before {
  width: 2px;
  left: 50%;
  top: 0;
  margin-left: -1px;
}

.layui_product ul .active .add::after {
  height: 2px;
  top: 50%;
  left: 0;
  margin-top: -1px;
}

.layui_product ul .active .txt {
  margin-top: 20px;
  font-size: 18px;
  color: #818585;
}

.layui_product ul .active:hover .add {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.layui_product ul .active:hover .add::before,
.layui_product ul .active:hover .add::after {
  background: #150186;
}

@media (max-width: 1366px) {
  .layui_product {
    padding: 30px;
  }

  .layui_product ul {
    grid-row-gap: 30px;
  }

  .layui_product ul .item {
    padding: 0 30px 0 0;
  }

  .layui_product ul .item .img {
    width: 140px;
  }

  .layui_product ul .item .info .title {
    font-size: 20px;
  }

  .layui_product ul .item .info .details {
    font-size: 14px;
  }

  .layui_product ul .item .item_btn {
    width: 50px;
    padding: 10px 0;
  }

  .layui_product ul .item .item_btn .add_btn,
  .layui_product ul .item .item_btn .remove_btn {
    width: 50px;
    height: 50px;
  }

  .layui_product ul .item:nth-child(2) {
    padding: 0 0 0 40px;
  }

  .layui_product ul .active .add {
    width: 24px;
    height: 24px;
  }

  .layui_product ul .active .txt {
    font-size: 16px;
  }
}

@media (max-width: 990px) {
  .layui_product {
    padding: 20px;
  }

  .layui_product ul {
    display: block;
  }

  .layui_product ul .item {
    margin-top: 20px;
    padding: 20px 0 0 !important;
    border: 0;
    border-top: 1px solid #f3f5f6 !important;
  }

  .layui_product ul .item .info {
    padding: 20px;
  }

  .layui_product ul .item .info .title {
    font-size: 16px;
  }

  .layui_product ul .item .info .details {
    font-size: 14px;
  }

  .layui_product ul .item .item_btn .add_btn .icon,
  .layui_product ul .item .item_btn .remove_btn .icon {
    width: 10px;
    height: 10px;
  }

  .layui_product ul .item .item_btn .add_btn .icon::before,
  .layui_product ul .item .item_btn .remove_btn .icon::before {
    width: 2px;
  }

  .layui_product ul .item .item_btn .add_btn .icon::after,
  .layui_product ul .item .item_btn .remove_btn .icon::after {
    height: 2px;
  }

  .layui_product ul .item:first-child {
    margin: 0;
    padding: 0 !important;
    border-top: 0 !important;
  }

  .layui_product ul .item:first-child~.active {
    display: none;
  }
}

@media (max-width: 768px) {
  .layui_product {
    padding: 15px;
  }

  .layui_product ul {
    display: block;
  }

  .layui_product ul .item {
    margin-top: 15px;
    padding: 15px 0 0 !important;
  }

  .layui_product ul .item .img {
    width: 80px;
  }

  .layui_product ul .item .info {
    padding: 0 15px;
  }

  .layui_product ul .item .info .title {
    font-size: 14px;
  }

  .layui_product ul .item .info .details {
    font-size: 12px;
  }

  .layui_product ul .item .item_btn {
    width: 35px;
    padding: 0;
  }

  .layui_product ul .item .item_btn .add_btn,
  .layui_product ul .item .item_btn .remove_btn {
    width: 35px;
    height: 35px;
  }
}

.add_product {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  overflow: hidden;
  display: none;
}

.add_product::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #000;
  opacity: 0.8;
}

.add_product .add_box {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden;
}

.add_product .add_box .add_main {
  width: 100%;
  max-width: 800px;
  height: auto;
  position: relative;
  z-index: 2;
  background: #fff;
}

.add_product .add_box .add_head {
  width: 100%;
  height: auto;
  padding: 2vw 2vw 20px;
  border-bottom: 1px solid #f3f5f6;
  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;
  overflow: hidden;
}

.add_product .add_box .add_head .title {
  font-size: 30px;
}

@media (max-width: 1680px) {
  .add_product .add_box .add_head .title {
    font-size: 26.25px;
  }
}

@media (max-width: 1440px) {
  .add_product .add_box .add_head .title {
    font-size: 22.5px;
  }
}

@media (max-width: 1280px) {
  .add_product .add_box .add_head .title {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  .add_product .add_box .add_head .title {
    font-size: 16px;
  }
}

@media (max-width: 1680px) {
  .add_product .add_box .add_head .title {
    font-size: 24px;
  }
}

@media (max-width: 1440px) {
  .add_product .add_box .add_head .title {
    font-size: 22px;
  }
}

@media (max-width: 1024px) {
  .add_product .add_box .add_head .title {
    font-size: 18px;
  }
}

.add_product .add_box .add_head .close {
  color: #818585;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.add_product .add_box .add_head .close i {
  font-size: 30px;
}

@media (max-width: 1680px) {
  .add_product .add_box .add_head .close i {
    font-size: 26.25px;
  }
}

@media (max-width: 1440px) {
  .add_product .add_box .add_head .close i {
    font-size: 22.5px;
  }
}

@media (max-width: 1280px) {
  .add_product .add_box .add_head .close i {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  .add_product .add_box .add_head .close i {
    font-size: 16px;
  }
}

@media (max-width: 1680px) {
  .add_product .add_box .add_head .close i {
    font-size: 24px;
  }
}

@media (max-width: 1440px) {
  .add_product .add_box .add_head .close i {
    font-size: 22px;
  }
}

@media (max-width: 1024px) {
  .add_product .add_box .add_head .close i {
    font-size: 18px;
  }
}

.add_product .add_box .add_head .close:hover {
  color: #150186;
}

.add_product .add_box .add_form {
  width: 100%;
  height: auto;
  margin: 30px 0 0;
  padding: 0 2vw;
}

.add_product .add_box .add_form .items {
  width: 100%;
  height: auto;
}

.add_product .add_box .add_form .items .item {
  width: calc((100% - 40px) / 3);
  height: 60px;
  float: left;
}

.add_product .add_box .add_form .items .item .layui-form-select {
  width: 100%;
  height: 100%;
}

.add_product .add_box .add_form .items .item .layui-form-select .layui-select-title {
  width: 100%;
  height: 100%;
}

.add_product .add_box .add_form .items .item .layui-form-select .layui-input {
  width: 100%;
  height: 100%;
  padding-left: 20px;
  border: 0;
  background: #f3f5f6;
  border-radius: 3px;
  font-size: 14px;
  font-family: "gr_l";
  color: #2f3133;
}

.add_product .add_box .add_form .items .item .layui-form-select .layui-disabled {
  color: #2f3133 !important;
}

.add_product .add_box .add_form .items .item .layui-form-select .layui-anim-upbit {
  top: 100%;
}

.add_product .add_box .add_form .items .item .layui-form-select .layui-anim-upbit dd {
  font-family: "gr_l";
  font-size: 14px;
  color: #999;
}

.add_product .add_box .add_form .items .item .layui-form-select .layui-anim-upbit .layui-this {
  background: #150186;
  color: #fff;
}

.add_product .add_box .add_form .items .item .layui-form-selectup .layui-anim-upbit {
  top: auto;
  bottom: 100%;
}

.add_product .add_box .add_form .items .item:first-child~.item {
  margin-left: 20px;
}

.add_product .add_box .add_list {
  width: 100%;
  height: auto;
  max-height: calc(90px * 3 + 20px * 2);
  margin: 30px 0 40px;
  overflow: hidden;
  overflow-y: auto;
}

.add_product .add_box .add_list ul {
  padding: 0 2vw;
  overflow: hidden;
}

.add_product .add_box .add_list ul li {
  width: calc(50% - 10px);
  height: 90px;
  float: left;
  padding: 14px;
  background: #f3f5f6;
  border: 1px solid #f3f5f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
  overflow: hidden;
}

.add_product .add_box .add_list ul li .img {
  width: 60px;
  height: auto;
  text-align: center;
  overflow: hidden;
}

.add_product .add_box .add_list ul li .img .pb {
  padding-bottom: 100%;
  position: relative;
  z-index: 1;
}

.add_product .add_box .add_list ul li .img img {
  vertical-align: middle;
}

.add_product .add_box .add_list ul li .info {
  flex: 1;
  height: auto;
  padding-left: 20px;
  overflow: hidden;
}

.add_product .add_box .add_list ul li .info .title {
  font-size: 18px;
  color: #2f3133;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.add_product .add_box .add_list ul li .info .details {
  margin-top: 2px;
  font-family: "gr_l";
  font-size: 14px;
  color: #818585;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.add_product .add_box .add_list ul li::after {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: -10px;
  right: -10px;
  z-index: 1;
  background: #150186;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  opacity: 0;
}

.add_product .add_box .add_list ul li.active {
  border-color: #150186;
}

.add_product .add_box .add_list ul li.active .info .title {
  color: #150186;
}

.add_product .add_box .add_list ul li.active::after {
  opacity: 1;
}

.add_product .add_box .add_list ul li:nth-child(odd) {
  margin-right: 20px;
}

.add_product .add_box .add_list ul li:nth-child(2n)~li {
  margin-top: 20px;
}

.add_product .add_box .submit_btn {
  width: 100%;
  height: auto;
  padding: 0 2vw 30px;
  text-align: right;
  overflow: hidden;
}

.add_product .add_box .submit_btn .layui-btn {
  background: #222;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.add_product .add_box .submit_btn .layui-btn:hover {
  background: #150186;
  opacity: 1;
}

@media screen and (max-height: 540px) {
  .add_product .add_box .add_form {
    margin-top: 20px;
  }

  .add_product .add_box .add_list {
    max-height: calc(90px * 3 + 10px * 2);
    margin: 20px 0 30px;
  }

  .add_product .add_box .add_list ul {
    grid-gap: 10px 10px;
  }
}

@media (max-width: 990px) {
  .add_product .add_box .add_main {
    width: calc(100% - 40px);
  }

  .add_product .add_box .add_head {
    padding: 20px;
  }

  .add_product .add_box .add_head .title {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .add_product .add_box .add_head {
    padding: 20px 15px;
  }

  .add_product .add_box .add_head .title {
    font-size: 16px;
  }

  .add_product .add_box .add_head .close i {
    font-size: 12px;
  }

  .add_product .add_box .add_form {
    margin: 15px 0 0;
    padding: 0 15px;
  }

  .add_product .add_box .add_form .items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px 5px;
  }

  .add_product .add_box .add_form .items .item:last-child {
    grid-column: span 2;
  }

  .add_product .add_box .add_form .items .item {
    width: 100%;
    height: 50px;
    margin: 0 !important;
  }

  .add_product .add_box .add_form .items .item .layui-form-select .layui-input {
    font-size: 12px;
  }

  .add_product .add_box .add_form .items .item .layui-form-select .layui-anim-upbit dd {
    font-size: 12px;
  }

  .add_product .add_box .add_list {
    margin: 10px 0 15px;
    max-height: calc(130px * 2 + 10px);
  }

  .add_product .add_box .add_list ul {
    padding: 0 15px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px 10px;
  }

  .add_product .add_box .add_list ul li {
    width: 100%;
    height: auto;
    margin: 0 !important;
    padding: 9px;
    display: block;
  }

  .add_product .add_box .add_list ul li .img {
    margin: 0 auto;
  }

  .add_product .add_box .add_list ul li .info {
    width: 100%;
    height: 30px;
    margin-top: 20px;
    padding: 0;
    text-align: center;
  }

  .add_product .add_box .add_list ul li .info .title {
    line-height: 18px;
    font-size: 12px;
  }

  .add_product .add_box .add_list ul li .info .details {
    margin: 0;
    line-height: 12px;
    font-size: 10px;
  }

  .add_product .add_box .submit_btn {
    padding: 0 15px 20px;
  }
}

.team h1 {
  font-family: "gr_m";
  font-size: 40px;
  text-align: center;
  line-height: 1.2;
}

@media (max-width: 1680px) {
  .team h1 {
    font-size: 35px;
  }
}

@media (max-width: 1440px) {
  .team h1 {
    font-size: 30px;
  }
}

@media (max-width: 1280px) {
  .team h1 {
    font-size: 26.66666667px;
  }
}

@media (max-width: 1024px) {
  .team h1 {
    font-size: 21.33333333px;
  }
}

@media (max-width: 1680px) {
  .team h1 {
    font-size: 34px;
  }
}

@media (max-width: 1440px) {
  .team h1 {
    font-size: 26px;
  }
}

@media (max-width: 1280px) {
  .team h1 {
    font-size: 22px;
  }
}

@media (max-width: 1024px) {
  .team h1 {
    font-size: 20px;
  }
}

.team .line {
  width: 100%;
  height: 1px;
  background: #d0d0d0;
  margin: 20px 0;
}

.team .info {
  font-size: 16px;
  line-height: 30px;
}

@media (max-width: 1680px) {
  .team .info {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .team .info {
    font-size: 12px;
  }
}

@media (max-width: 1280px) {
  .team .info {
    font-size: 10.66666667px;
  }
}

@media (max-width: 1024px) {
  .team .info {
    font-size: 8.53333333px;
  }
}

@media (max-width: 1680px) {
  .team .info {
    font-size: 16px;
  }
}

@media (max-width: 1440px) {
  .team .info {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .team .info {
    line-height: 26px;
  }
}

@media (max-width: 1280px) {
  .team .info {
    line-height: 24px;
  }
}

.team .info p {
  margin-bottom: 10px;
}

.team .info img {
  height: auto !important;
}

.team .info h2,
.team .info h2 strong {
  font-family: "gr_m";
  font-size: 26px;
  line-height: 1.2;
  margin: 15px 0;
}

@media (max-width: 1680px) {

  .team .info h2,
  .team .info h2 strong {
    font-size: 24px;
  }
}

@media (max-width: 1440px) {

  .team .info h2,
  .team .info h2 strong {
    font-size: 22px;
  }
}

@media (max-width: 1280px) {

  .team .info h2,
  .team .info h2 strong {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {

  .team .info h2,
  .team .info h2 strong {
    font-size: 18px;
  }
}

.team .info h3,
.team .info h3 strong {
  font-family: "gr_m";
  line-height: 1.2;
  margin: 10px 0;
}

@media (max-width: 768px) {
  .team {
    padding: 40px 0 25px;
    overflow: hidden;
  }

  .team .line {
    margin: 15px 0;
  }

  .banner_info {
    height: 200px;
  }
}

#glass {
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.85), 0 0 2px 2px rgba(0, 0, 0, 0.25), inset 0 0 20px 2px rgba(0, 0, 0, 0.25);
  display: none;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.6);
}

.ck-content a {
  color: #150186;
  font-weight: bold;
}

.lwptoc-light .lwptoc_items a {
  font-weight: normal;
}

.ck-content .aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.ck-content figure {
  max-width: 100% !important;
}