@charset "UTF-8";
html,
body,
div,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
main,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
input,
textarea,
select,
button,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: initial;
  vertical-align: baseline;
  background: transparent;
  font-family: 'hs_r';
  -webkit-tap-highlight-color: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
body {
  padding: 0;
  margin: 0 auto!important;
  font-size: 16px;
  line-height: 1.4;
  color: #333;
  /*max-width: 1920px;*/
  min-width: 320px;
  width: 100%;
  zoom: 1;
  background: #fff;
  font-weight: 300;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
}
* {
  -webkit-tap-highlight-color: transparent;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
p,
span {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  -webkit-tap-highlight-color: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
i {
  font-weight: normal;
  font-style: normal;
}
ul,
ol,
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  outline: none;
  color: #333;
  cursor: pointer;
}
a:focus {
  outline: none;
  -moz-outline: none;
}
a img {
  border: none;
}
select,
input,
textarea {
  border-radius: 0;
  -webkit-border-radius: 0;
}
input:focus {
  outline: none;
}
input,
button,
select,
textarea {
  outline: none;
}
textarea {
  resize: none;
}
textarea,
input,
select {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
table {
  background-color: transparent;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 0.75em;
  width: 100%;
  border-top: solid 1px #ddd;
  border-left: solid 1px #ddd;
  box-sizing: border-box;
}
table th {
  background-color: #f9f9f9;
  text-align: center;
  box-sizing: border-box;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
main,
footer {
  display: block;
}
input[type="button"],
input[type="submit"],
input[type="file"],
button {
  cursor: pointer;
  -webkit-appearance: none;
}
.clearfix:after {
  clear: both;
  display: block;
  content: "";
  height: 0;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.fleximportant {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
}
.inlineflex {
  display: inline-flex;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
}
.d_flex > * {
  display: block;
}
.f_direction_column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.f_direction_row {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}
.j_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.j_end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.j_start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.j_justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.j_around {
  -moz-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.a_start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.a_end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.a_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.a_baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.flex_wrap {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.flex_auto {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  -webkit-flex: auto;
  flex: auto;
}
.flex_1 {
  width: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.order_2 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.order_3 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}
.text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dh {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.fd {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.imgfd {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  -ms-transform: translate(-50%, -50%) scale(1.05);
  -o-transform: translate(-50%, -50%) scale(1.05);
  transform: translate(-50%, -50%) scale(1.05);
}
.xzx {
  transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
}
.xzy {
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.ab {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.abimg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.w1800 {
  max-width: 100%;
  padding: 0 60px;
}
.w1680 {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
}
.w1600 {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
.w1440 {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.w1400,
.wrap {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.w1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
img {
  max-width: 100%;
  max-height: 100%;
}
.pc {
  display: block;
}
.wap {
  display: none;
}
@media (max-width:1800px) {
  .w1680 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1720px) {
  .w1600 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1560px) {
  .w1440 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1520px) {
  .w1400,
  .wrap {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1320px) {
  .w1200 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1024px) {
  .w1800,
  .w1680,
  .w1400,
  .wrap,
  .w1440,
  .w1600,
  .w1200 {
    padding: 0 30px;
  }
}
@media (max-width:990px) {
  .w1800,
  .w1680,
  .w1400,
  .wrap,
  .w1440,
  .w1600,
  .w1200 {
    padding: 0 20px;
  }
}
@media (max-width:768px) {
  .pc {
    display: none;
  }
  .wap {
    display: block;
  }
}
@font-face {
  font-family: "hs_l";
  src: url('https://huahanfont.huahanlink.cn/fonts/HarmonyOS_Sans_SC_Light.ttf');
}
@font-face {
  font-family: "hs_r";
  src: url('https://huahanfont.huahanlink.cn/fonts/HarmonyOS_Sans_SC_Regular.ttf');
}
.hs_l {
  font-family: "hs_l";
  font-weight: 300;
}
.hs_r {
  font-family: "hs_r";
  font-weight: 400;
}
.hs_m {
  font-family: "hs_l";
  font-weight: 600;
}
.hs_b {
  font-family: "hs_r";
  font-weight: 600;
}
.mark {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 999;
  display: none;
}
.videobox {
  position: fixed;
  width: 1400px;
  max-width: calc(100% - 100px);
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  display: none;
}
.videobox video {
  width: 100%;
  object-fit: fill;
}
.videobox .close {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  right: -20px;
  top: -20px;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 30px;
  color: #72279d;
  -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: #72279d;
  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:768px) {
  .videobox {
    width: 100%;
    max-width: 100%;
  }
  .videobox .close {
    right: 0;
    top: -40px;
  }
}
header {
  position: fixed;
  width: 100%;
  max-width: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 999;
  height: 75px;
  background: transparent;
  padding: 0px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  header {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  header {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  header {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  header {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  header {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  header {
    font-size: 14px;
  }
}
header a {
  color: #fff;
  font-size: 16px;
}
@media (max-width: 1680px) {
  header a {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  header a {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  header a {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  header a {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  header a {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  header a {
    font-size: 14px;
  }
}
header.on {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
header.scroll {
  top: -75px;
}
header:hover,
header.on,
header.header2 {
  background: rgba(255, 255, 255, 0.85);
  color: #333;
}
header:hover .left .logo img,
header.on .left .logo img,
header.header2 .left .logo img {
  display: none;
}
header:hover .left .logo img.on,
header.on .left .logo img.on,
header.header2 .left .logo img.on {
  display: block;
}
header:hover .left .nav li:hover .li_a,
header.on .left .nav li:hover .li_a,
header.header2 .left .nav li:hover .li_a,
header:hover .left .nav li.on .li_a,
header.on .left .nav li.on .li_a,
header.header2 .left .nav li.on .li_a {
  color: #72279d;
}
header:hover a,
header.on a,
header.header2 a {
  color: #333;
}
header:hover .right .lan .lan_a,
header.on .right .lan .lan_a,
header.header2 .right .lan .lan_a {
  background: rgba(0, 0, 0, 0.1);
}
header .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}
header .left .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 .left .logo img {
  display: block;
}
header .left .logo img.on {
  display: none;
}
header .left .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%;
  width: calc(100% - 120px - 2.19vw);
}
header .left .nav li {
  padding: 0 2.19vw;
  position: relative;
  height: 100%;
}
header .left .nav li:hover .li_a,
header .left .nav li.on .li_a {
  color: #fff;
}
header .left .nav li.on .li_a:before {
  width: 100%;
  background: #72279d;
  left: 0;
}
header .left .nav li .li_a {
  white-space: nowrap;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
header .left .nav li .li_a:before {
  content: '';
  width: 0;
  height: 2px;
  left: 50%;
  bottom: 0;
  background: transparent;
  position: absolute;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
header .left .nav li:hover .nav_li {
  height: auto;
  max-height: 500px;
}
header .left .nav li:hover .nav_li:before {
  width: 100%;
  left: 0;
  background: #72279d;
}
header .left .nav li .nav_li {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  background: rgba(255, 255, 255, 0.85);
  min-width: 170px;
  padding: 0px 0;
  height: 0;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
header .left .nav li .nav_li:before {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  top: 0;
  left: 50%;
  background: transparent;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
header .left .nav li .nav_li a {
  display: block;
  height: 50px;
  font-size: 16px;
  color: #333333;
  font-family: "hs_l";
  font-weight: 300;
  text-align: center;
  line-height: 50px;
  position: relative;
}
@media (max-width: 1680px) {
  header .left .nav li .nav_li a {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  header .left .nav li .nav_li a {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  header .left .nav li .nav_li a {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  header .left .nav li .nav_li a {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  header .left .nav li .nav_li a {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  header .left .nav li .nav_li a {
    font-size: 14px;
  }
}
header .left .nav li .nav_li a:first-child {
  padding-top: 5px;
}
header .left .nav li .nav_li a:last-child {
  padding-bottom: 5px;
}
header .left .nav li .nav_li a:last-child:before,
header .left .nav li .nav_li a:last-child:after {
  display: none;
}
header .left .nav li .nav_li a:before {
  content: '';
  width: 90%;
  height: 1px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background: #eaeaea;
}
header .left .nav li .nav_li a:after {
  content: '';
  width: 0%;
  height: 1px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background: transparent;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
header .left .nav li .nav_li a:hover {
  color: #72279d;
}
header .left .nav li .nav_li a:hover:after {
  width: 90%;
  background: #72279d;
}
header .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}
header .right .lan {
  width: 100px;
  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 .right .lan:hover .lan_box {
  height: auto;
  max-height: 500px;
}
header .right .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;
  padding: 0 10px;
  font-size: 14px;
}
header .right .lan .lan_a i:first-child {
  -webkit-animation: play 6s linear infinite;
  animation: play 6s linear infinite;
}
header .right .lan .lan_a i:last-child {
  font-size: 14px;
}
header .right .lan .lan_box {
  position: absolute;
  left: 0;
  top: 70%;
  width: 100%;
  height: 0;
  max-height: 0;
  overflow: hidden;
  background: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
header .right .lan .lan_box a {
  text-align: center;
  display: block;
  line-height: 40px;
  text-transform: capitalize;
}
header .right .lan .lan_box a:hover {
  color: #72279d;
}
header .right a.email {
  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;
  margin-right: 20px;
}
header .right a.email i {
  font-size: 20px;
}
@media (max-width: 1680px) {
  header .right a.email i {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  header .right a.email i {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  header .right a.email i {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  header .right a.email i {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  header .right a.email i {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  header .right a.email i {
    font-size: 16px;
  }
}
header .right a.email:hover {
  color: #72279d;
}
header .right .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 22px;
}
header .right .search.on .search_form {
  width: 295px;
}
header .right .search.on .open_search {
  width: 0;
}
header .right .search .open_search {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  header .right .search .open_search {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  header .right .search .open_search {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  header .right .search .open_search {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  header .right .search .open_search {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  header .right .search .open_search {
    font-size: 16px;
  }
}
header .right .search .open_search:hover {
  color: #72279d;
}
header .right .search .search_form {
  width: 0;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
header .right .search .search_form input {
  width: 200px;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  font-size: 16px;
  color: #72279d;
  padding: 0 10px;
  border-right: none;
}
header .right .search .search_form input::placeholder {
  font-size: 16px;
  color: #999;
}
header .right .search .search_form a {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #999;
}
header .right .search .search_form a.close_search {
  border-radius: 50%;
  margin-left: 15px;
}
@media (max-width:1280px) {
  header .left .logo {
    width: 120px;
  }
}
@media (max-width:1024px) {
  header {
    padding: 0 30px;
  }
}
@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: #72279d;
    margin: 2.5px 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .head_wap .h_bot {
    position: absolute;
    width: 100%;
    left: 0;
    background: #f7f7f7;
    overflow: hidden;
    padding: 20px;
    display: none;
  }
  .head_wap .h_bot .h_nav a:hover {
    color: #72279d;
  }
  .head_wap .h_bot .h_nav li.on .a1 .top a,
  .head_wap .h_bot .h_nav li.on .a1 .top i {
    color: #72279d;
  }
  .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: #72279d;
  }
  .head_wap .h_bot .h_nav li .a1 .top.on a {
    color: #72279d;
  }
  .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: #72279d;
  }
  .head_wap .h_bot .h_nav li .a1 .top a {
    width: calc(100% - 50px);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 16px;
    text-transform: uppercase;
  }
  .head_wap .h_bot .h_nav li .a1 .top i {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 24px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .head_wap .h_bot .h_nav li .a1 .box {
    display: none;
    padding: 0 10px;
  }
  .head_wap .h_bot .h_nav li .a1 .box .a2 .top2 {
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid transparent;
  }
  .head_wap .h_bot .h_nav li .a1 .box .a2 .top2.on {
    border-color: #72279d;
  }
  .head_wap .h_bot .h_nav li .a1 .box .a2 .top2.on a {
    color: #72279d;
  }
  .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: #72279d;
  }
  .head_wap .h_bot .h_nav li .a1 .box .a2 .top2 a {
    width: calc(100% - 50px);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
  }
  .head_wap .h_bot .h_nav li .a1 .box .a2 .top2 i {
    width: 40px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 20px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .head_wap .h_bot .h_nav li .a1 .box .a2 .box2 {
    display: none;
    padding: 0 10px;
  }
  .head_wap .h_bot .h_nav li .a1 .box .a2 .box2 a {
    width: 100%;
    line-height: 30px;
    font-size: 13px;
    display: block;
  }
  .head_wap .h_bot .h_nav li .a1 .box .a2 .box2 a.on {
    color: #72279d;
  }
  .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: #72279d;
    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: #72279d;
  }
}
.header_d {
  height: 0;
}
@media (max-width:990px) {
  .header_d {
    height: 60px;
  }
}
.header_d2 {
  height: 75px;
}
@media (max-width:990px) {
  .header_d2 {
    height: 0;
  }
}
@keyframes play {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes play2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
#progress {
  animation: circleProgress 25s infinite;
}
@keyframes circleProgress {
  0% {
    stroke-dashoffset: 314;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.banner {
  overflow: hidden;
  position: relative;
}
.banner .swiper-pagination {
  text-align: left;
  padding-left: 8.3vw;
  bottom: 2.08vw;
  z-index: 2;
}
.banner .swiper-pagination span {
  color: #fff;
  width: 42px;
  height: 42px;
  background: transparent;
  position: relative;
  opacity: 0.5;
}
.banner .swiper-pagination span:before {
  content: '';
  background: #494858;
  width: 9px;
  height: 9px;
  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;
  border-radius: 50%;
}
.banner .swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
}
.banner .swiper-pagination span.swiper-pagination-bullet-active:before {
  background: #fff;
}
.banner .swiper-pagination span.swiper-pagination-bullet-active svg {
  opacity: 1;
}
.banner .swiper-pagination span svg {
  opacity: 0;
}
.banner .swiper-pagination span svg circle {
  border: 2px solid #fff;
}
.banner .swiper-slide .img {
  line-height: 0;
}
.banner .swiper-slide .img img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.banner .swiper-slide video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.banner .swiper-slide .art {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.banner .swiper-slide .art .w1600 {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.banner .swiper-slide .art h3 {
  font-size: 60px;
  color: #fff;
  letter-spacing: -3px;
  position: relative;
}
@media (max-width: 1680px) {
  .banner .swiper-slide .art h3 {
    font-size: 52.5px;
  }
}
@media (max-width: 1440px) {
  .banner .swiper-slide .art h3 {
    font-size: 45px;
  }
}
@media (max-width: 1280px) {
  .banner .swiper-slide .art h3 {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .banner .swiper-slide .art h3 {
    font-size: 32px;
  }
}
.banner .swiper-slide .art h3 i {
  display: block;
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.banner .swiper-slide .art h2 {
  font-size: 60px;
  color: #fff;
  margin-top: 15px;
  letter-spacing: -8px;
  font-family: "hs_l";
  font-weight: 300;
}
@media (max-width: 1680px) {
  .banner .swiper-slide .art h2 {
    font-size: 52.5px;
  }
}
@media (max-width: 1440px) {
  .banner .swiper-slide .art h2 {
    font-size: 45px;
  }
}
@media (max-width: 1280px) {
  .banner .swiper-slide .art h2 {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .banner .swiper-slide .art h2 {
    font-size: 32px;
  }
}
.banner .swiper-slide .art h2 b {
  font-size: 60px;
}
@media (max-width: 1680px) {
  .banner .swiper-slide .art h2 b {
    font-size: 52.5px;
  }
}
@media (max-width: 1440px) {
  .banner .swiper-slide .art h2 b {
    font-size: 45px;
  }
}
@media (max-width: 1280px) {
  .banner .swiper-slide .art h2 b {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .banner .swiper-slide .art h2 b {
    font-size: 32px;
  }
}
@media (max-width:1440px) {
  .banner .swiper-slide .art h2 {
    letter-spacing: -5px;
  }
}
@media (max-width:1280px) {
  .banner .swiper-slide .art h2 {
    letter-spacing: -3px;
  }
}
.banner .swiper-slide .art .btn_a {
  margin-top: 5.21vw;
  color: #fff;
  border-color: #c9cfd1;
  height: 56px;
  border-radius: 28px;
  min-width: 200px;
}
.banner .swiper-slide .art .btn_a:before {
  border-radius: 28px;
}
.banner .swiper-slide .art .btn_a:hover {
  border-color: #72279d;
}
@media (max-width:1440px) {
  .banner .swiper-slide .art .btn_a {
    height: 46px;
    border-radius: 23px;
    min-width: 190px;
  }
  .banner .swiper-slide .art .btn_a:before {
    border-radius: 23px;
  }
}
@media (max-width:1280px) {
  .banner .swiper-slide .art .btn_a {
    height: 40px;
    border-radius: 20px;
    min-width: 160px;
  }
  .banner .swiper-slide .art .btn_a:before {
    border-radius: 20px;
  }
}
@media (max-width:768px) {
  .banner .swiper-slide .art .btn_a {
    height: 36px;
    border-radius: 18px;
  }
  .banner .swiper-slide .art .btn_a:before {
    border-radius: 18px;
  }
}
@media (max-width:1720px) {
  .banner .swiper-pagination {
    padding-left: 60px;
  }
}
@media (max-width:1024px) {
  .banner .swiper-slide .img img {
    height: auto;
  }
  .banner .swiper-pagination {
    padding-left: 30px;
  }
}
@media (max-width:990px) {
  .banner .swiper-slide .art h2 {
    padding-top: 0px;
    font-size: 28px;
    margin-bottom: 20px;
  }
  .banner .swiper-pagination {
    padding-left: 20px;
  }
}
@media (max-width:768px) {
  .banner .swiper-slide .art {
    display: none;
  }
  .banner .swiper-slide .art .w1600 {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .banner .swiper-slide .img img {
    min-height: 250px;
  }
  .banner .swiper-slide .art h2 {
    font-size: 24px;
  }
  .banner .swiper-slide .art h2 b {
    font-size: 24px;
  }
  .banner .swiper-slide .art .btn_a {
    margin-top: 0;
  }
  .banner .swiper-pagination span {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    margin: 0 -10px !important;
  }
}
.btn_a {
  background: rgba(255, 255, 255, 0.2);
  height: 46px;
  padding: 0 20px;
  border: 1px solid #72279d;
  border-radius: 23px;
  font-size: 18px;
  color: #72279d;
  display: inline-flex;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-family: "hs_l";
  font-weight: 300;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
  min-width: 165px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media (max-width: 1680px) {
  .btn_a {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .btn_a {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .btn_a {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .btn_a {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .btn_a {
    font-size: 16px;
  }
}
.btn_a i {
  font-size: 26px;
  position: relative;
  z-index: 1;
  margin-left: 1.3vw;
  -webkit-animation: jt1 2s linear infinite;
  animation: jt1 2s linear infinite;
}
@media (max-width: 1680px) {
  .btn_a i {
    font-size: 22.75px;
  }
}
@media (max-width: 1440px) {
  .btn_a i {
    font-size: 19.5px;
  }
}
@media (max-width: 1280px) {
  .btn_a i {
    font-size: 17.33333333px;
  }
}
@media (max-width: 1024px) {
  .btn_a i {
    font-size: 13.86666667px;
  }
}
@media (max-width: 1680px) {
  .btn_a i {
    font-size: 22px;
  }
}
@media (max-width: 1440px) {
  .btn_a i {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .btn_a i {
    font-size: 16px;
  }
}
.btn_a span {
  position: relative;
  z-index: 1;
}
.btn_a:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 105%;
  left: 0;
  background: #72279d;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 23px;
}
.btn_a:hover {
  border-color: #72279d;
  color: #fff;
  background: #72279d;
}
.btn_a:hover:before {
  top: 0;
}
@media (max-width:1440px) {
  .btn_a {
    height: 40px;
    border-radius: 20px;
    min-width: 150px;
  }
  .btn_a:before {
    border-radius: 23px;
  }
}
@media (max-width:1280px) {
  .btn_a {
    height: 36px;
    font-size: 14px;
    padding: 0 15px;
    border-radius: 18px;
    min-width: 135px;
  }
  .btn_a:before {
    border-radius: 18px;
  }
  .btn_a i {
    margin-left: 10px;
  }
}
h2.h2 {
  font-size: 48px;
  color: #222222;
}
@media (max-width: 1680px) {
  h2.h2 {
    font-size: 42px;
  }
}
@media (max-width: 1440px) {
  h2.h2 {
    font-size: 36px;
  }
}
@media (max-width: 1280px) {
  h2.h2 {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  h2.h2 {
    font-size: 25.6px;
  }
}
@media (max-width: 1680px) {
  h2.h2 {
    font-size: 42px;
  }
}
@media (max-width: 1440px) {
  h2.h2 {
    font-size: 32px;
  }
}
@media (max-width: 1280px) {
  h2.h2 {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  h2.h2 {
    font-size: 24px;
  }
}
h3.h3 {
  font-size: 44px;
  color: #222222;
}
@media (max-width: 1680px) {
  h3.h3 {
    font-size: 38.5px;
  }
}
@media (max-width: 1440px) {
  h3.h3 {
    font-size: 33px;
  }
}
@media (max-width: 1280px) {
  h3.h3 {
    font-size: 29.33333333px;
  }
}
@media (max-width: 1024px) {
  h3.h3 {
    font-size: 23.46666667px;
  }
}
@media (max-width: 1680px) {
  h3.h3 {
    font-size: 38px;
  }
}
@media (max-width: 1440px) {
  h3.h3 {
    font-size: 28px;
  }
}
@media (max-width: 1280px) {
  h3.h3 {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  h3.h3 {
    font-size: 22px;
  }
}
h4.h4 {
  font-size: 40px;
  color: #222222;
}
@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;
  color: #222222;
}
@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: 28px;
  color: #222222;
}
@media (max-width: 1680px) {
  h6.h6 {
    font-size: 24.5px;
  }
}
@media (max-width: 1440px) {
  h6.h6 {
    font-size: 21px;
  }
}
@media (max-width: 1280px) {
  h6.h6 {
    font-size: 18.66666667px;
  }
}
@media (max-width: 1024px) {
  h6.h6 {
    font-size: 14.93333333px;
  }
}
@media (max-width: 1680px) {
  h6.h6 {
    font-size: 24px;
  }
}
@media (max-width: 1440px) {
  h6.h6 {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  h6.h6 {
    font-size: 18px;
  }
}
.h_info {
  font-size: 16px;
  line-height: 30px;
  color: #777777;
  font-family: "hs_l";
  font-weight: 300;
}
@media (max-width: 1680px) {
  .h_info {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .h_info {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .h_info {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .h_info {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .h_info {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .h_info {
    font-size: 14px;
  }
}
@media (max-width:1440px) {
  .h_info {
    line-height: 26px;
  }
}
@media (max-width:768px) {
  .h_info {
    line-height: 24px;
  }
}
.about_index {
  padding-top: 4.69vw;
  background: url(../images/bg1.jpg) no-repeat center / cover;
  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;
}
.about_index .left {
  width: 37.5%;
  padding-left: 8.3vw;
  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;
  padding: 4.17vw 0 5.21vw 8.3vw;
}
.about_index .left .h_info {
  margin: 1.46vw 0 2.19vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.about_index .left .bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.about_index .left h6 {
  position: relative;
  padding-bottom: 0.78vw;
}
.about_index .left h6.scroll:before {
  width: 100%;
}
.about_index .left h6 span {
  color: #72279d;
}
.about_index .left h6:before {
  content: '';
  width: 0;
  height: 1px;
  background: #72279d;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.about_index .right {
  width: 57.3%;
}
.about_index .right .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 68.39%;
  position: relative;
  overflow: hidden;
}
.about_index .right .imgbox img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.about_index .right .imgbox a {
  width: 5.42vw;
  height: 5.42vw;
  min-width: 60px;
  min-height: 60px;
  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;
}
.about_index .right .imgbox a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/play2.png) no-repeat center;
  -webkit-animation: play 10s linear infinite;
  animation: play 10s linear infinite;
  background-size: 100%;
}
.about_index .right .imgbox a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/play3.png) no-repeat center;
  -webkit-animation: play2 10s linear infinite;
  animation: play2 10s linear infinite;
  background-size: 100%;
}
@media (max-width:1720px) {
  .about_index .left {
    padding-left: 60px;
  }
}
@media (max-width:1024px) {
  .about_index .left {
    padding-left: 30px;
  }
}
@media (max-width:990px) {
  .about_index .left {
    padding-left: 20px;
  }
}
@media (max-width:768px) {
  .about_index {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    padding-top: 20px;
  }
  .about_index .left {
    width: 100%;
    padding: 20px;
  }
  .about_index .left .h_info {
    margin: 10px 0 20px;
  }
  .about_index .left .bot {
    margin-top: 30px;
  }
  .about_index .left .bot h6 {
    padding-bottom: 10px;
  }
  .about_index .right {
    margin-top: 10px;
    width: 100%;
  }
}
.pro_index {
  padding-top: 3.65vw;
}
.pro_index .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;
}
.pro_index .top .pro_infotab {
  position: relative;
}
.pro_index .top .pro_infotab .active_title {
  text-align: center;
  font-size: 14px;
  color: #72279d;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-150%);
  display: flex;
  justify-content: center;
}
.pro_index .top .pro_infotab .active_title span {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #72279d;
  margin: 0 10px;
  margin-top: 7px;
}
.pro_index .top .pro_infotab .pro_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;
}
.pro_index .top .pro_infotab .pro_taba a {
  width: auto;
  height: 50px;
  padding: 0 2.29vw;
  background: #ddd;
  color: #444444;
  white-space: nowrap;
  font-size: 18px;
  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;
  margin-left: 15px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .pro_index .top .pro_infotab .pro_taba a {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .pro_index .top .pro_infotab .pro_taba a {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .pro_index .top .pro_infotab .pro_taba a {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .pro_index .top .pro_infotab .pro_taba a {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .pro_index .top .pro_infotab .pro_taba a {
    font-size: 16px;
  }
}
.pro_index .top .pro_infotab .pro_taba a:first-child {
  margin-left: 0;
}
.pro_index .top .pro_infotab .pro_taba a:hover,
.pro_index .top .pro_infotab .pro_taba a.on {
  background: #72279d;
  color: #fff;
}
.pro_index .pro_tabb {
  margin-top: 2.6vw;
}
.pro_index .pro_tabb .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  z-index: -1;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.pro_index .pro_tabb .items.on {
  z-index: 1;
  opacity: 1;
  height: auto;
}
.pro_index .pro_tabb .items:first-child .pro_ul li:first-child {
  left: 11%;
}
.pro_index .pro_tabb .items:first-child .pro_ul li:nth-child(2) {
  left: 34.45%;
}
.pro_index .pro_tabb .items:first-child .pro_ul li:nth-child(3) {
  left: 83.9%;
}
@media (max-width:768px) {
  .pro_index .pro_tabb .items:first-child .pro_ul li:first-child {
    left: 16%;
  }
  .pro_index .pro_tabb .items:first-child .pro_ul li:nth-child(2) {
    left: 39%;
  }
  .pro_index .pro_tabb .items:first-child .pro_ul li:nth-child(3) {
    left: 88.8%;
  }
}
.pro_index .pro_tabb .items:nth-child(2) .pro_ul li:first-child {
  left: 39.25%;
}
.pro_index .pro_tabb .items:nth-child(2) .pro_ul li:nth-child(2) {
  left: 70.8%;
}
@media (max-width:768px) {
  .pro_index .pro_tabb .items:nth-child(2) .pro_ul li:first-child {
    left: 44.5%;
  }
  .pro_index .pro_tabb .items:nth-child(2) .pro_ul li:nth-child(2) {
    left: 75.5%;
  }
}
.pro_index .pro_tabb .items:nth-child(3) .pro_ul li:first-child {
  left: 65.8%;
}
@media (max-width:768px) {
  .pro_index .pro_tabb .items:nth-child(3) .pro_ul li:first-child {
    left: 70.5%;
  }
}
.pro_index .pro_tabb .items:nth-child(4) .pro_ul li:first-child {
  left: 37.8%;
}
.pro_index .pro_tabb .items:nth-child(4) .pro_ul li:nth-child(2) {
  left: 70.1%;
}
@media (max-width:768px) {
  .pro_index .pro_tabb .items:nth-child(4) .pro_ul li:first-child {
    left: 42.5%;
  }
  .pro_index .pro_tabb .items:nth-child(4) .pro_ul li:nth-child(2) {
    left: 75%;
  }
}
.pro_index .pro_tabb .items:nth-child(5) .pro_ul li:first-child {
  left: 14.3%;
}
.pro_index .pro_tabb .items:nth-child(5) .pro_ul li:nth-child(2) {
  left: 37%;
}
.pro_index .pro_tabb .items:nth-child(5) .pro_ul li:nth-child(3) {
  left: 80.25%;
}
.pro_index .pro_tabb .items:nth-child(5) .pro_ul li:nth-child(4) {
  left: 93.7%;
}
@media (max-width:768px) {
  .pro_index .pro_tabb .items:nth-child(5) .pro_ul li:first-child {
    left: 19%;
  }
  .pro_index .pro_tabb .items:nth-child(5) .pro_ul li:nth-child(2) {
    left: 42%;
  }
  .pro_index .pro_tabb .items:nth-child(5) .pro_ul li:nth-child(3) {
    left: 85.25%;
  }
  .pro_index .pro_tabb .items:nth-child(5) .pro_ul li:nth-child(4) {
    left: 98.7%;
  }
}
.pro_index .pro_tabb .items .img {
  padding-bottom: 80px;
  position: relative;
}
.pro_index .pro_tabb .items .img ul li {
  width: 1px;
  position: absolute;
  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: 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;
  bottom: 0;
  cursor: pointer;
}
.pro_index .pro_tabb .items .img ul li.on:before,
.pro_index .pro_tabb .items .img ul li:hover:before {
  width: 11.46vw;
  background: #72279d;
}
.pro_index .pro_tabb .items .img ul li.on:after,
.pro_index .pro_tabb .items .img ul li:hover:after {
  height: 1.8vw;
}
.pro_index .pro_tabb .items .img ul li.on .d:after,
.pro_index .pro_tabb .items .img ul li:hover .d:after {
  background: #72279d;
  -webkit-animation: fang1 2s linear infinite;
  animation: fang1 2s linear infinite;
}
.pro_index .pro_tabb .items .img ul li.on .d2,
.pro_index .pro_tabb .items .img ul li:hover .d2 {
  width: 10px;
  height: 10px;
}
.pro_index .pro_tabb .items .img ul li.on .d2 em,
.pro_index .pro_tabb .items .img ul li:hover .d2 em,
.pro_index .pro_tabb .items .img ul li.on .d2:before,
.pro_index .pro_tabb .items .img ul li:hover .d2:before,
.pro_index .pro_tabb .items .img ul li.on .d2:after,
.pro_index .pro_tabb .items .img ul li:hover .d2:after {
  background: #72279d;
  -webkit-animation: none;
  animation: none;
}
.pro_index .pro_tabb .items .img ul li.on .d2 em,
.pro_index .pro_tabb .items .img ul li:hover .d2 em {
  opacity: 0.8;
}
.pro_index .pro_tabb .items .img ul li.on .d2:before,
.pro_index .pro_tabb .items .img ul li:hover .d2:before {
  opacity: 0.4;
}
.pro_index .pro_tabb .items .img ul li.on .d2:after,
.pro_index .pro_tabb .items .img ul li:hover .d2:after {
  opacity: 0.3;
}
.pro_index .pro_tabb .items .img ul li:before {
  content: '';
  width: 0px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background: transparent;
  position: absolute;
  height: 3px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width:768px) {
  .pro_index .pro_tabb .items .img ul li:before {
    height: 2px;
  }
}
.pro_index .pro_tabb .items .img ul li:after {
  content: '';
  width: 0px;
  height: 2.4vw;
  left: 50%;
  bottom: 70px ;
  border-left: 1px dashed #72279d;
  position: absolute;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.pro_index .pro_tabb .items .img ul li a {
  font-size: 18px;
  color: #72279d;
  text-align: center;
  margin-bottom: 10px;
  white-space: nowrap;
}
@media (max-width: 1680px) {
  .pro_index .pro_tabb .items .img ul li a {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .pro_index .pro_tabb .items .img ul li a {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .pro_index .pro_tabb .items .img ul li a {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .pro_index .pro_tabb .items .img ul li a {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .pro_index .pro_tabb .items .img ul li a {
    font-size: 16px;
  }
}
.pro_index .pro_tabb .items .img ul li .d {
  width: 20px;
  height: 20px;
  position: relative;
  margin-bottom: 10px;
}
.pro_index .pro_tabb .items .img ul li .d:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #72279d;
  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;
  border-radius: 50%;
}
.pro_index .pro_tabb .items .img ul li .d:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 50%;
  opacity: 0.15;
  background: #72279d;
  -webkit-animation: fang1 2s linear infinite;
  animation: fang1 2s linear infinite;
}
.pro_index .pro_tabb .items .img ul li .d2 {
  width: 14px;
  height: 14px;
  position: absolute;
  top: calc(59% - 40px);
  left: 50%;
  transform: translateX(-50%);
}
.pro_index .pro_tabb .items .img ul li .d2 em,
.pro_index .pro_tabb .items .img ul li .d2:before,
.pro_index .pro_tabb .items .img ul li .d2:after {
  -webkit-animation: fang1 2s linear infinite;
  animation: fang1 2s linear infinite;
}
.pro_index .pro_tabb .items .img ul li .d2 i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #72279d;
  z-index: 4;
}
.pro_index .pro_tabb .items .img ul li .d2 em {
  content: '';
  width: 250%;
  height: 250%;
  border: 1px solid #733b93;
  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;
  border-radius: 50%;
}
.pro_index .pro_tabb .items .img ul li .d2:before {
  content: '';
  width: 400%;
  height: 400%;
  border: 1px solid #733b93;
  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;
  border-radius: 50%;
}
.pro_index .pro_tabb .items .img ul li .d2:after {
  content: '';
  width: 600%;
  height: 600%;
  border: 1px solid #733b93;
  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;
  border-radius: 50%;
}
@media (max-width:768px) {
  .pro_index .pro_tabb .items .img ul li .d2 em {
    width: 220%;
    height: 220%;
  }
  .pro_index .pro_tabb .items .img ul li .d2:before {
    width: 350%;
    height: 350%;
  }
  .pro_index .pro_tabb .items .img ul li .d2:after {
    width: 500%;
    height: 500%;
  }
}
.pro_index .pro_tabb .items .img ul li .art {
  display: none;
}
.pro_index .pro_tabb .items .img ul li .art2 {
  display: none;
}
.pro_index .pro_tabinfo {
  background: #f7f7f7;
  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;
}
.pro_index .pro_tabinfo.wap {
  display: none;
}
.pro_index .pro_tabinfo .swiper {
  overflow: hidden;
}
.pro_index .pro_tabinfo .swiper-slide a {
  width: 100%;
}
.pro_index .pro_tabinfo a {
  width: 50%;
  padding: 40px 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;
  position: relative;
}
.pro_index .pro_tabinfo a:hover .left img {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}
.pro_index .pro_tabinfo a:last-child::before {
  display: none;
}
.pro_index .pro_tabinfo a:before {
  content: '';
  width: 1px;
  height: 76%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #e3e3e3;
}
.pro_index .pro_tabinfo a .left {
  width: 40%;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.pro_index .pro_tabinfo a .left img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.pro_index .pro_tabinfo a .right {
  width: 47%;
  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;
  padding: 13px 0 20px;
}
.pro_index .pro_tabinfo a .right .hot {
  height: 46px;
  padding: 0 20px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 23px;
  font-size: 18px;
  color: #222222;
  white-space: nowrap;
}
@media (max-width: 1680px) {
  .pro_index .pro_tabinfo a .right .hot {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .pro_index .pro_tabinfo a .right .hot {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .pro_index .pro_tabinfo a .right .hot {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .pro_index .pro_tabinfo a .right .hot {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .pro_index .pro_tabinfo a .right .hot {
    font-size: 16px;
  }
}
.pro_index .pro_tabinfo a .right .hot img {
  margin-right: 8px;
}
.pro_index .pro_tabinfo a .right h2 {
  font-size: 36px;
  font-family: 'Arial';
  font-weight: bold;
  margin-top: 0.78vw;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  margin-bottom: 10px;
}
@media (max-width: 1680px) {
  .pro_index .pro_tabinfo a .right h2 {
    font-size: 31.5px;
  }
}
@media (max-width: 1440px) {
  .pro_index .pro_tabinfo a .right h2 {
    font-size: 27px;
  }
}
@media (max-width: 1280px) {
  .pro_index .pro_tabinfo a .right h2 {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .pro_index .pro_tabinfo a .right h2 {
    font-size: 19.2px;
  }
}
.pro_index .pro_tabinfo a .right h6 {
  font-size: 24px;
  color: #222222;
}
@media (max-width: 1680px) {
  .pro_index .pro_tabinfo a .right h6 {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .pro_index .pro_tabinfo a .right h6 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .pro_index .pro_tabinfo a .right h6 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .pro_index .pro_tabinfo a .right h6 {
    font-size: 12.8px;
  }
}
@media (max-width: 1680px) {
  .pro_index .pro_tabinfo a .right h6 {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .pro_index .pro_tabinfo a .right h6 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .pro_index .pro_tabinfo a .right h6 {
    font-size: 16px;
  }
}
.pro_index .pro_tabinfo a .right .h_info {
  height: 90px;
  overflow-y: scroll;
  padding-right: 5px;
  scrollbar-width: thin;
  scrollbar-color: #72279d transparent;
  margin-top: 1.04vw;
}
.pro_index .pro_tabinfo a .right .h_info::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  background-color: #e3e3e3;
}
.pro_index .pro_tabinfo a .right .h_info::-webkit-scrollbar-thumb {
  background-color: #72279d;
  border-radius: 10px;
}
@media (max-width:768px) {
  .pro_index .pro_tabinfo a .right .h_info {
    scrollbar-width: thin;
    scrollbar-color: #72279d transparent;
  }
  .pro_index .pro_tabinfo a .right .h_info::-webkit-scrollbar {
    width: 2px;
    height: 2px;
    background-color: #e3e3e3;
  }
  .pro_index .pro_tabinfo a .right .h_info::-webkit-scrollbar-thumb {
    background-color: #72279d;
    border-radius: 10px;
  }
}
.pro_index .pro_tabinfo a .right .h_info p {
  padding-left: 20px;
  position: relative;
}
.pro_index .pro_tabinfo a .right .h_info p:before {
  content: '•';
  position: absolute;
  left: 0;
}
@media (max-width:768px) {
  .pro_index .pro_tabinfo a .right .h_info p {
    padding-left: 15px;
  }
}
.pro_index .pro_tabinfo a .right .bot {
  font-size: 16px;
  color: #72279d;
  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) {
  .pro_index .pro_tabinfo a .right .bot {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .pro_index .pro_tabinfo a .right .bot {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .pro_index .pro_tabinfo a .right .bot {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .pro_index .pro_tabinfo a .right .bot {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .pro_index .pro_tabinfo a .right .bot {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .pro_index .pro_tabinfo a .right .bot {
    font-size: 14px;
  }
}
.pro_index .pro_tabinfo a .right .bot i {
  margin-left: 10px;
  font-size: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-animation: jt1 2s linear infinite;
  animation: jt1 2s linear infinite;
}
@media (max-width: 1680px) {
  .pro_index .pro_tabinfo a .right .bot i {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .pro_index .pro_tabinfo a .right .bot i {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .pro_index .pro_tabinfo a .right .bot i {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .pro_index .pro_tabinfo a .right .bot i {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .pro_index .pro_tabinfo a .right .bot i {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .pro_index .pro_tabinfo a .right .bot i {
    font-size: 16px;
  }
}
@media (max-width:1440px) {
  .pro_index .top .pro_infotab .pro_taba a {
    height: 40px;
  }
  .pro_index .pro_tabinfo a .left {
    height: 350px;
  }
  .pro_index .pro_tabinfo a .right .hot {
    height: 40px;
  }
  .pro_index .pro_tabinfo a .right .h_info {
    line-height: 26px;
    height: 78px;
  }
}
@media (max-width:768px) {
  .pro_index {
    padding: 40px 0;
  }
  .pro_index .top .pro_infotab .active_title {
    position: relative;
    transform: translate(0);
    text-align: left;
  }
  .pro_index .top .pro_infotab .pro_taba {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-top: 15px;
  }
  .pro_index .top .pro_infotab .pro_taba a {
    height: 36px;
    margin-bottom: 10px;
    font-size: 14px;
    padding: 0 15px;
    width: calc(33.33% - 10px);
    margin-left: 0;
    margin-right: 15px;
  }
  .pro_index .top .pro_infotab .pro_taba a:nth-child(3n) {
    margin-right: 0;
  }
  .pro_index .pro_tabb .items .img ul li {
    margin-left: -5%;
  }
  .pro_index .pro_tabb .items .img ul li.on:after {
    height: 25px;
  }
  .pro_index .pro_tabb .items .img ul li:after {
    height: 30px;
  }
  .pro_index .pro_tabb .items .img ul li .d2 {
    top: 18%;
    display: none;
  }
  .pro_index .pro_tabinfo {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .pro_index .pro_tabinfo.pc {
    display: none;
  }
  .pro_index .pro_tabinfo.wap {
    display: block;
  }
  .pro_index .pro_tabinfo.wap .swiper {
    position: relative;
    padding-bottom: 30px;
  }
  .pro_index .pro_tabinfo.wap .swiper .swiper-pagination {
    bottom: 30px;
  }
  .pro_index .pro_tabinfo.wap .swiper .swiper-pagination span {
    background: #72279d;
  }
  .pro_index .pro_tabinfo a {
    width: 100%;
    padding: 20px;
  }
  .pro_index .pro_tabinfo a:before {
    width: 100%;
    height: 1px;
    bottom: 0;
    top: auto;
    transform: translateY(0);
  }
  .pro_index .pro_tabinfo a .left {
    height: 280px;
  }
  .pro_index .pro_tabinfo a .right {
    width: calc(60% - 20px);
  }
  .pro_index .pro_tabinfo a .right .hot {
    height: 34px;
    padding: 0 15px;
    display: none;
  }
  .pro_index .pro_tabinfo a .right .hot img {
    width: 15px;
  }
  .pro_index .pro_tabinfo a .right h2 {
    font-size: 20px;
    margin: 5px 0;
  }
  .pro_index .pro_tabinfo a .right h6 {
    font-size: 16px;
  }
  .pro_index .pro_tabinfo a .right .h_info {
    line-height: 24px;
    height: 72px;
  }
}
@keyframes fang1 {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes jt1 {
  0% {
    margin-left: 5px;
    opacity: 1;
  }
  100% {
    margin-left: 25px;
    opacity: 0;
  }
}
.news_index {
  padding: 4.17vw 0 3.13vw;
}
.news_index .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;
  margin-bottom: 2.86vw;
}
@media (max-width:768px) {
  .news_index {
    padding: 40px 0 20px;
  }
  .news_index .top {
    margin-bottom: 15px;
  }
}
.news_s {
  overflow: hidden;
  position: relative;
  padding-bottom: 40px;
}
.news_s .swiper-pagination {
  bottom: 0;
}
.news_s .swiper-pagination span {
  background: #72279d;
}
.news_s .swiper-slide a:hover .imgbox img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.news_s .swiper-slide a:hover .art h4 {
  color: #72279d;
}
.news_s .swiper-slide a .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 63%;
  position: relative;
  overflow: hidden;
}
.news_s .swiper-slide 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;
}
.news_s .swiper-slide a .art {
  padding: 20px 30px 50px;
  background: #f8f8f8;
}
.news_s .swiper-slide a .art h4 {
  font-size: 22px;
  font-family: "hs_l";
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1680px) {
  .news_s .swiper-slide a .art h4 {
    font-size: 19.25px;
  }
}
@media (max-width: 1440px) {
  .news_s .swiper-slide a .art h4 {
    font-size: 16.5px;
  }
}
@media (max-width: 1280px) {
  .news_s .swiper-slide a .art h4 {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  .news_s .swiper-slide a .art h4 {
    font-size: 11.73333333px;
  }
}
@media (max-width: 1680px) {
  .news_s .swiper-slide a .art h4 {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .news_s .swiper-slide a .art h4 {
    font-size: 16px;
  }
}
.news_s .swiper-slide a .art .time {
  padding-left: 22px;
  background: url(../images/time.png) no-repeat left center;
  margin: 0.52vw 0 1.04vw;
  font-size: 16px;
  color: #999999;
}
@media (max-width: 1680px) {
  .news_s .swiper-slide a .art .time {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .news_s .swiper-slide a .art .time {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .news_s .swiper-slide a .art .time {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .news_s .swiper-slide a .art .time {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .news_s .swiper-slide a .art .time {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .news_s .swiper-slide a .art .time {
    font-size: 14px;
  }
}
.news_s .swiper-slide a .art .h_info {
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width:1440px) {
  .news_s .swiper-slide a .art {
    padding: 18px 20px 30px;
  }
}
@media (max-width:768px) {
  .news_s {
    padding-bottom: 30px;
  }
  .news_s .swiper-slide a .art {
    padding: 18px 15px 20px;
  }
  .news_s .swiper-slide a .art .time {
    margin: 10px 0;
  }
}
.ser_index {
  padding: 3.65vw 0 4.17vw;
  background: url(../images/bg2.jpg) no-repeat center;
}
.ser_index .w1600 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.ser_index .w1600 .left {
  color: #fff;
  max-width: 50%;
}
.ser_index .w1600 .left h2.h2 {
  color: #fff;
}
.ser_index .w1600 .left .line {
  width: 49px;
  height: 3px;
  background: #fff;
  margin: 15px 0 20px;
}
.ser_index .w1600 .left h4 {
  font-size: 24px;
}
@media (max-width: 1680px) {
  .ser_index .w1600 .left h4 {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .ser_index .w1600 .left h4 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .ser_index .w1600 .left h4 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .ser_index .w1600 .left h4 {
    font-size: 12.8px;
  }
}
@media (max-width: 1680px) {
  .ser_index .w1600 .left h4 {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .ser_index .w1600 .left h4 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .ser_index .w1600 .left h4 {
    font-size: 16px;
  }
}
.ser_index .w1600 .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;
}
.ser_index .w1600 .right .item {
  margin-left: 4.69vw;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.ser_index .w1600 .right .item:hover {
  transform: translateY(-10px);
}
.ser_index .w1600 .right .item:first-child {
  margin-left: 0;
}
.ser_index .w1600 .right .item .icon {
  width: 90px;
  height: 90px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ser_index .w1600 .right .item .icon:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/i5.png) no-repeat center / 100%;
  border-radius: 50%;
  -webkit-animation: play 10s linear infinite;
  animation: play 10s linear infinite;
}
.ser_index .w1600 .right .item .icon img {
  max-width: 50%;
  max-height: 50%;
}
.ser_index .w1600 .right .item p {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-family: "hs_l";
  font-weight: 300;
  margin-top: 1.04vw;
}
@media (max-width: 1680px) {
  .ser_index .w1600 .right .item p {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .ser_index .w1600 .right .item p {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .ser_index .w1600 .right .item p {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .ser_index .w1600 .right .item p {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .ser_index .w1600 .right .item p {
    font-size: 16px;
  }
}
@media (max-width:1440px) {
  .ser_index .w1600 .right .item .icon {
    width: 70px;
    height: 70px;
  }
}
@media (max-width:768px) {
  .ser_index {
    padding: 40px 0;
  }
  .ser_index .w1600 .left {
    width: 100%;
    max-width: 100%;
  }
  .ser_index .w1600 .left .line {
    width: 30px;
    height: 2px;
    margin: 10px 0 15px;
  }
  .ser_index .w1600 .right {
    margin-top: 30px;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .ser_index .w1600 .right .item {
    margin-left: 0;
  }
  .ser_index .w1600 .right .item .icon {
    width: 60px;
    height: 60px;
  }
  .ser_index .w1600 .right .item p {
    margin-top: 10px;
  }
}
footer {
  background: #f7f7f7;
  overflow: hidden;
}
footer .top {
  padding: 2.6vw 0 2.08vw;
  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;
}
footer .top .logo {
  line-height: 0;
}
footer .top .logo img {
  max-height: 70px;
}
footer .top .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
footer .top .tel .art {
  text-align: right;
  margin-right: 15px;
}
footer .top .tel span {
  font-size: 15px;
  color: #888888;
}
@media (max-width: 1680px) {
  footer .top .tel span {
    font-size: 13.125px;
  }
}
@media (max-width: 1440px) {
  footer .top .tel span {
    font-size: 11.25px;
  }
}
@media (max-width: 1280px) {
  footer .top .tel span {
    font-size: 10px;
  }
}
@media (max-width: 1024px) {
  footer .top .tel span {
    font-size: 8px;
  }
}
@media (max-width: 1680px) {
  footer .top .tel span {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  footer .top .tel span {
    font-size: 14px;
  }
}
footer .top .tel p {
  font-size: 24px;
  color: #72279d;
}
@media (max-width: 1680px) {
  footer .top .tel p {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  footer .top .tel p {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  footer .top .tel p {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  footer .top .tel p {
    font-size: 12.8px;
  }
}
@media (max-width: 1680px) {
  footer .top .tel p {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  footer .top .tel p {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  footer .top .tel p {
    font-size: 16px;
  }
}
footer .mid {
  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;
  position: relative;
  border-top: 1px solid #e6e6e6;
  padding: 2.08vw 0;
}
footer .mid:before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  left: 55%;
  top: 0;
  background: #e6e6e6;
}
footer .mid:after {
  content: '';
  width: 150%;
  height: 1px;
  position: absolute;
  left: -25%;
  bottom: 0;
  background: #e6e6e6;
}
footer .mid .left {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
footer .mid .left .a1 {
  font-size: 17px;
  color: #333333;
}
@media (max-width: 1680px) {
  footer .mid .left .a1 {
    font-size: 14.875px;
  }
}
@media (max-width: 1440px) {
  footer .mid .left .a1 {
    font-size: 12.75px;
  }
}
@media (max-width: 1280px) {
  footer .mid .left .a1 {
    font-size: 11.33333333px;
  }
}
@media (max-width: 1024px) {
  footer .mid .left .a1 {
    font-size: 9.06666667px;
  }
}
@media (max-width: 1680px) {
  footer .mid .left .a1 {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  footer .mid .left .a1 {
    font-size: 14px;
  }
}
footer .mid .left .a_s {
  margin-top: 15px;
}
footer .mid .left .a_s a {
  display: block;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  font-family: "hs_l";
  font-weight: 300;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
footer .mid .left .a_s a:hover {
  color: #72279d;
}
footer .mid .right {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
footer .mid .right .art {
  width: calc(100% - 130px);
}
footer .mid .right .art h3 {
  font-size: 18px;
}
@media (max-width: 1680px) {
  footer .mid .right .art h3 {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  footer .mid .right .art h3 {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  footer .mid .right .art h3 {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  footer .mid .right .art h3 {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  footer .mid .right .art h3 {
    font-size: 16px;
  }
}
footer .mid .right .art .info {
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  margin-top: 1.04vw;
}
footer .mid .right .ewm {
  width: 128px;
}
footer .mid .right .ewm p {
  font-size: 14px;
  text-align: center;
  margin-top: 5px;
}
footer .foot2 {
  background: rgba(3, 31, 166);
}
footer .bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  font-family: "hs_l";
  font-weight: 300;
  padding: 1.56vw 0 1.04vw;
}
@media (max-width: 1680px) {
  footer .bot {
    font-size: 12.25px;
  }
}
@media (max-width: 1440px) {
  footer .bot {
    font-size: 10.5px;
  }
}
@media (max-width: 1280px) {
  footer .bot {
    font-size: 9.33333333px;
  }
}
@media (max-width: 1024px) {
  footer .bot {
    font-size: 7.46666667px;
  }
}
footer .bot *,
footer .bot a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  font-family: "hs_l";
  font-weight: 300;
}
@media (max-width: 1680px) {
  footer .bot *,
  footer .bot a {
    font-size: 12.25px;
  }
}
@media (max-width: 1440px) {
  footer .bot *,
  footer .bot a {
    font-size: 10.5px;
  }
}
@media (max-width: 1280px) {
  footer .bot *,
  footer .bot a {
    font-size: 9.33333333px;
  }
}
@media (max-width: 1024px) {
  footer .bot *,
  footer .bot a {
    font-size: 7.46666667px;
  }
}
footer .bot a:hover {
  color: #fff;
}
footer .bot .left {
  margin-bottom: 0.52vw;
}
footer .bot .left a {
  margin-left: 10px;
}
footer .bot .left a:last-child {
  margin-left: 20px;
}
footer .bot .right {
  margin-bottom: 0.52vw;
}
@media (max-width:1440px) {
  footer .mid .left .a_s {
    margin-top: 10px;
  }
  footer .mid .left .a_s a {
    line-height: 26px;
  }
  footer .mid .right .art .info {
    line-height: 26px;
    margin-top: 10px;
  }
  footer .mid .right .ewm {
    width: 100px;
  }
  footer .mid .right .ewm p {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  footer .top {
    padding: 0px;
    position: relative;
  }
  footer .top .logo {
    display: none;
  }
  footer .top .tel {
    position: absolute;
    right: 0;
    top: 17px;
  }
  footer .top .tel .art {
    margin-right: 10px;
  }
  footer .top .tel span {
    font-size: 12px;
  }
  footer .top .tel p {
    font-size: 14px;
  }
  footer .top .tel img {
    width: 35px;
    height: 35px;
  }
  footer .mid {
    padding: 25px 0 15px;
    border-top: none;
  }
  footer .mid:before {
    display: none;
  }
  footer .mid .left {
    display: none;
  }
  footer .mid .right {
    width: 100%;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  footer .mid .right .art {
    width: 100%;
  }
  footer .mid .right .art h3 {
    font-size: 18px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
  }
  footer .mid .right .art .info {
    font-size: 14px;
    line-height: 22px;
  }
  footer .mid .right .ewm {
    width: 100%;
    display: none;
  }
  footer .bot {
    text-align: center;
    padding: 10px 0;
  }
  footer .bot .left {
    width: 100%;
  }
  footer .bot .right {
    width: 100%;
  }
}
.banner_info_mr0525 {
  position: relative;
}
.banner_info_mr0525 .img {
  line-height: 0;
}
.banner_info_mr0525 .img img {
  min-height: 200px;
}
.banner_info_mr0525 .art {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.banner_info_mr0525 .art .w1600 {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 40px;
}
.banner_info_mr0525 .art .w1600 h2 {
  font-size: 55px;
  color: #fff;
  font-family: "hs_r";
  font-weight: 600;
}
@media (max-width: 1680px) {
  .banner_info_mr0525 .art .w1600 h2 {
    font-size: 48.125px;
  }
}
@media (max-width: 1440px) {
  .banner_info_mr0525 .art .w1600 h2 {
    font-size: 41.25px;
  }
}
@media (max-width: 1280px) {
  .banner_info_mr0525 .art .w1600 h2 {
    font-size: 36.66666667px;
  }
}
@media (max-width: 1024px) {
  .banner_info_mr0525 .art .w1600 h2 {
    font-size: 29.33333333px;
  }
}
@media (max-width:990px) {
  .banner_info_mr0525 .art .w1600 {
    padding-top: 0;
  }
  .banner_info_mr0525 .art .w1600 h2 {
    font-size: 28px;
  }
}
.crumbs {
  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;
}
.crumbs a,
.crumbs span {
  font-size: 16px;
  color: #c8c2c2;
  font-family: "hs_l";
  font-weight: 300;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  white-space: nowrap;
}
@media (max-width: 1680px) {
  .crumbs a,
  .crumbs span {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .crumbs a,
  .crumbs span {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .crumbs a,
  .crumbs span {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .crumbs a,
  .crumbs span {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .crumbs a,
  .crumbs span {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .crumbs a,
  .crumbs span {
    font-size: 14px;
  }
}
.crumbs span {
  margin: 0 5px;
}
.crumbs a.on,
.crumbs a:hover {
  color: #72279d;
}
.nav_info {
  position: relative;
  height: 80px;
  width: 100%;
}
.nav_info.nav_info2 {
  background: #f5f5f5;
  height: 66px;
}
.nav_info.nav_info2:before {
  display: none;
}
.nav_info.nav_info2 .w1400 .crumbs {
  width: 100%;
}
@media (max-width:1440px) {
  .nav_info.nav_info2 {
    height: 60px;
  }
}
@media (max-width:768px) {
  .nav_info.nav_info2 {
    height: 40px;
  }
  .nav_info.nav_info2 .w1400 .crumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .nav_info.nav_info2 .w1400 .crumbs a:last-child {
    width: calc(100% - 180px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.nav_info.nav_info3:before {
  display: none;
}
.nav_info.nav_info3 .w1400 .crumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.nav_info.nav_info4 .w1400 .crumbs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.nav_info.bgf7 {
  background: #f7f7f7;
}
.nav_info:before {
  content: '';
  width: 100%;
  height: 1px;
  background: #1d1e20;
  opacity: 0.1;
  position: absolute;
  left: 0;
  bottom: 0;
}
.nav_info .w1400 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  height: 100%;
}
.nav_info .w1400 .crumbs {
  height: 100%;
}
.nav_info .w1400 .crumbs a.icon-home1 {
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  font-size: 20px;
}
.nav_info .w1400 .right {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.nav_info .w1400 .right a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 3.13vw;
  font-size: 18px;
  color: #666666;
  font-family: "hs_l";
  font-weight: 300;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  white-space: nowrap;
}
@media (max-width: 1680px) {
  .nav_info .w1400 .right a {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .nav_info .w1400 .right a {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .nav_info .w1400 .right a {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .nav_info .w1400 .right a {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .nav_info .w1400 .right a {
    font-size: 16px;
  }
}
.nav_info .w1400 .right a:first-child {
  margin-left: 0;
}
.nav_info .w1400 .right a:before {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 0;
  background: transparent;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.nav_info .w1400 .right a:hover,
.nav_info .w1400 .right a.on {
  color: #72279d;
}
.nav_info .w1400 .right a:hover:before,
.nav_info .w1400 .right a.on:before {
  width: 100%;
  background: #72279d;
  left: 0;
}
@media (max-width:1440px) {
  .nav_info {
    height: 60px;
  }
}
@media (max-width:768px) {
  .nav_info {
    height: 40px;
    position: sticky;
    top: 60px;
    z-index: 9;
    background: #fff;
  }
  .nav_info:before {
    bottom: 1px;
  }
  .nav_info .w1400 {
    width: 100%;
    overflow-x: scroll;
    scrollbar-width: thin;
    scrollbar-color: #72279d transparent;
  }
  .nav_info .w1400::-webkit-scrollbar {
    width: 2px;
    height: 2px;
    background-color: #e3e3e3;
  }
  .nav_info .w1400::-webkit-scrollbar-thumb {
    background-color: #72279d;
    border-radius: 10px;
  }
  .nav_info .w1400 .crumbs {
    display: none;
  }
  .nav_info .w1400 .right a {
    font-size: 14px;
    margin-left: 15px;
  }
}
.about1_mr0525 {
  padding-top: 3.91vw;
}
.about1_mr0525 .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_mr0525 .w1400 .left {
  width: 45%;
}
.about1_mr0525 .w1400 .left h3 {
  color: #1d1e20;
}
.about1_mr0525 .w1400 .left h4 {
  font-size: 36px;
  margin: 5px 0 2.08vw;
  color: #333333;
}
@media (max-width: 1680px) {
  .about1_mr0525 .w1400 .left h4 {
    font-size: 31.5px;
  }
}
@media (max-width: 1440px) {
  .about1_mr0525 .w1400 .left h4 {
    font-size: 27px;
  }
}
@media (max-width: 1280px) {
  .about1_mr0525 .w1400 .left h4 {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .about1_mr0525 .w1400 .left h4 {
    font-size: 19.2px;
  }
}
.about1_mr0525 .w1400 .left .line {
  width: 50px;
  height: 2px;
  background: #1d1e20;
  opacity: 0.2;
}
.about1_mr0525 .w1400 .right {
  width: 50%;
  font-size: 16px;
  line-height: 30px;
  font-family: "hs_l";
  font-weight: 300;
  color: #666666;
}
@media (max-width: 1680px) {
  .about1_mr0525 .w1400 .right {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .about1_mr0525 .w1400 .right {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .about1_mr0525 .w1400 .right {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .about1_mr0525 .w1400 .right {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .about1_mr0525 .w1400 .right {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .about1_mr0525 .w1400 .right {
    font-size: 14px;
  }
}
.about1_mr0525 .w1400 .right b {
  font-size: 16px;
  color: #333333;
}
@media (max-width: 1680px) {
  .about1_mr0525 .w1400 .right b {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .about1_mr0525 .w1400 .right b {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .about1_mr0525 .w1400 .right b {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .about1_mr0525 .w1400 .right b {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .about1_mr0525 .w1400 .right b {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .about1_mr0525 .w1400 .right b {
    font-size: 14px;
  }
}
.about1_mr0525 .w1400 .right .p1 {
  color: #333;
  font-weight: bold;
}
.about1_mr0525 .w1400 .right p {
  margin-bottom: 0.94vw;
}
.about1_mr0525 .w1400 .right p:last-child {
  margin-bottom: 0;
}
.about1_mr0525 .w1400 .img {
  width: 100%;
  line-height: 0;
  margin-top: 2.6vw;
  margin-bottom: -5.73vw;
}
.about1_mr0525 .w1400 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about1_mr0525 .w1400 .img video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
@media (max-width:768px) {
  .about1_mr0525 {
    padding-top: 35px;
  }
  .about1_mr0525 .w1400 {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .about1_mr0525 .w1400 .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .about1_mr0525 .w1400 .left h4 {
    margin: 5px 0 10px;
    font-size: 18px;
  }
  .about1_mr0525 .w1400 .left .line {
    width: 30px;
  }
  .about1_mr0525 .w1400 .right {
    width: 100%;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
.about2_mr0525 {
  padding: 9.64vw 0 5.21vw;
  background: #f7f7f7;
}
.about2_mr0525.about3_mr0525 {
  padding: 3.91vw 0 5.21vw;
  background: #fff;
}
.about2_mr0525.about3_mr0525 .box {
  background: #f7f7f7;
  box-shadow: none;
}
.about2_mr0525.about3_mr0525 .box .left {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.about2_mr0525.about3_mr0525 .box .left .art .p1 {
  margin-bottom: 0;
}
.about2_mr0525 h3 {
  text-align: center;
}
.about2_mr0525 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 2.34vw;
  background: #fff;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
}
.about2_mr0525 .box .left {
  width: 50%;
  padding: 2.86vw 3.13vw;
  height: 100%;
}
.about2_mr0525 .box .left .line {
  width: 100%;
  height: 2px;
  background: rgba(51, 51, 51, 0.2);
  margin: 1.82vw 0;
  position: relative;
}
.about2_mr0525 .box .left .line:before {
  content: '';
  width: 8.85vw;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #72279d;
}
.about2_mr0525 .box .left .art {
  font-size: 16px;
  color: #666666;
  font-family: "hs_l";
  font-weight: 300;
  line-height: 30px;
}
@media (max-width: 1680px) {
  .about2_mr0525 .box .left .art {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .about2_mr0525 .box .left .art {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .about2_mr0525 .box .left .art {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .about2_mr0525 .box .left .art {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .about2_mr0525 .box .left .art {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .about2_mr0525 .box .left .art {
    font-size: 14px;
  }
}
.about2_mr0525 .box .left .art .p1 {
  color: #333;
  font-weight: bold;
}
.about2_mr0525 .box .left .art p {
  margin-bottom: 0.94vw;
}
.about2_mr0525 .box .left .art p:last-child {
  margin-bottom: 0;
}
.about2_mr0525 .box .right {
  width: 50%;
  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;
  justify-content: center;
}
.about2_mr0525 .box .right img {
  width: 100%;
  object-fit: cover;
}
.about2_mr0525 .box .right .icon { 
    position: absolute;
    width:  100px;
    height: 100px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/play.png) center center;
    background-size: 100% 100%;
    cursor: pointer;
}
.about2_mr0525 .box .right .icon::after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    border-radius: 100px;
    border: 2px dashed #ffffff;
    animation: play 10s linear infinite;
}


@media (max-width:768px) {
  .about2_mr0525 {
    padding: 60px 0 40px;
  }
  .about2_mr0525.about3_mr0525 {
    padding: 40px 0;
  }
  .about2_mr0525 .box {
    margin-top: 20px;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    height: auto;
  }
  .about2_mr0525 .box .left {
    width: 100%;
    padding: 20px 15px 15px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .about2_mr0525 .box .left .line {
    margin: 10px 0 15px;
    height: 1px;
  }
  .about2_mr0525 .box .left .art {
    line-height: 24px;
  }
  .about2_mr0525 .box .right {
    width: 100%;
  }
}
.about4_mr0525 {
  padding: 4.17vw 0 4.69vw;
  background: url(../images/bg3.jpg) no-repeat center / cover;
  text-align: center;
}
.about4_mr0525 h2,
.about4_mr0525 h5 {
  color: #fff;
}
.about4_mr0525 h2 {
  font-family: "hs_r";
  font-weight: 600;
}
.about4_mr0525 h5 {
  margin-top: 8px;
  font-family: "hs_l";
  font-weight: 300;
}
@media (max-width:768px) {
  .about4_mr0525 {
    padding: 40px 0;
  }
  .about4_mr0525 h5 {
    font-size: 16px;
  }
}
.about5_mr0525 {
  padding: 3.75vw 0 5.21vw;
}
.about5_mr0525 h3 {
  text-align: center;
}
.about5_mr0525 .box {
  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;
  height: 900px;
  margin-top: 3.65vw;
}
.about5_mr0525 .box .left {
  width: 19.5%;
  height: 100%;
  position: relative;
  display: none;
  background: url(../images/bg4.jpg) no-repeat left 10px center;
}
.about5_mr0525 .box .left .swiper-button-prev,
.about5_mr0525 .box .left .swiper-button-next {
  position: absolute;
  left: 0;
  width: 22px;
  height: 22px;
  color: #333333;
  outline: none;
}
.about5_mr0525 .box .left .swiper-button-prev:hover,
.about5_mr0525 .box .left .swiper-button-next:hover {
  color: #72279d;
}
.about5_mr0525 .box .left .swiper-button-prev:after,
.about5_mr0525 .box .left .swiper-button-next:after {
  font-size: 20px;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  font-weight: bold;
}
@media (max-width: 1680px) {
  .about5_mr0525 .box .left .swiper-button-prev:after,
  .about5_mr0525 .box .left .swiper-button-next:after {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .about5_mr0525 .box .left .swiper-button-prev:after,
  .about5_mr0525 .box .left .swiper-button-next:after {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .about5_mr0525 .box .left .swiper-button-prev:after,
  .about5_mr0525 .box .left .swiper-button-next:after {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .about5_mr0525 .box .left .swiper-button-prev:after,
  .about5_mr0525 .box .left .swiper-button-next:after {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .about5_mr0525 .box .left .swiper-button-prev:after,
  .about5_mr0525 .box .left .swiper-button-next:after {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .about5_mr0525 .box .left .swiper-button-prev:after,
  .about5_mr0525 .box .left .swiper-button-next:after {
    font-size: 16px;
  }
}
.about5_mr0525 .box .left .swiper-button-prev {
  top: -25px;
}
.about5_mr0525 .box .left .swiper-button-next {
  top: auto;
  bottom: -45px;
}
.about5_mr0525 .box .left .swiper {
  overflow: hidden;
  height: 100%;
}
.about5_mr0525 .box .left .swiper .swiper-slide {
  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: #72279d;
  font-family: 'Arial';
  line-height: 1;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1680px) {
  .about5_mr0525 .box .left .swiper .swiper-slide {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .about5_mr0525 .box .left .swiper .swiper-slide {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .about5_mr0525 .box .left .swiper .swiper-slide {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .about5_mr0525 .box .left .swiper .swiper-slide {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .about5_mr0525 .box .left .swiper .swiper-slide {
    font-size: 16px;
  }
}
.about5_mr0525 .box .left .swiper .swiper-slide p {
  position: absolute;
  bottom: -60px;
  color: #999999;
  padding-left: 40px;
}
.about5_mr0525 .box .left .swiper .swiper-slide p:before {
  content: '';
  width: 14px;
  height: 14px;
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  box-sizing: border-box;
  border: 4px solid #999999;
  border-radius: 50%;
}
.about5_mr0525 .box .left .swiper .swiper-slide.swiper-slide-prev p,
.about5_mr0525 .box .left .swiper .swiper-slide.swiper-slide-active p,
.about5_mr0525 .box .left .swiper .swiper-slide.swiper-slide-next p {
  position: relative;
  bottom: auto;
  color: #72279d;
}
.about5_mr0525 .box .left .swiper .swiper-slide.swiper-slide-prev p:before,
.about5_mr0525 .box .left .swiper .swiper-slide.swiper-slide-active p:before,
.about5_mr0525 .box .left .swiper .swiper-slide.swiper-slide-next p:before {
  border-color: #72279d;
}
.about5_mr0525 .box .left .swiper .swiper-slide.swiper-slide-next + .swiper-slide p {
  position: absolute;
  bottom: auto;
  top: -60px;
}
.about5_mr0525 .box .right {
  width: 80%;
  height: 100%;
}
.about5_mr0525 .box .right .swiper {
  overflow: hidden;
  height: 100%;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}
.about5_mr0525 .box .right .swiper::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  background-color: transparent;
}
.about5_mr0525 .box .right .swiper::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 10px;
}
.about5_mr0525 .box .right .swiper .swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.about5_mr0525 .box .right .swiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 280px!important;
  margin-bottom: 30px;
}
.about5_mr0525 .box .right .swiper .swiper-slide:hover .imgbox img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.about5_mr0525 .box .right .swiper .swiper-slide:hover .art h5 {
  color: #72279d;
}
.about5_mr0525 .box .right .swiper .swiper-slide .imgbox {
  width: 42.7%;
  overflow: hidden;
}
.about5_mr0525 .box .right .swiper .swiper-slide .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.about5_mr0525 .box .right .swiper .swiper-slide .art {
  width: 57.3%;
  background: #f7f7f7;
  padding: 1.82vw 3.13vw;
  position: relative;
  overflow: hidden;
}
.about5_mr0525 .box .right .swiper .swiper-slide .art:before {
  content: '';
  width: 35px;
  height: 35px;
  background: #72279d;
  position: absolute;
  right: -22px;
  top: -22px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.about5_mr0525 .box .right .swiper .swiper-slide .art h5 {
  font-size: 24px;
  color: #333333;
  font-family: Arial;
  font-weight: bold;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .about5_mr0525 .box .right .swiper .swiper-slide .art h5 {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .about5_mr0525 .box .right .swiper .swiper-slide .art h5 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .about5_mr0525 .box .right .swiper .swiper-slide .art h5 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .about5_mr0525 .box .right .swiper .swiper-slide .art h5 {
    font-size: 12.8px;
  }
}
@media (max-width: 1680px) {
  .about5_mr0525 .box .right .swiper .swiper-slide .art h5 {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .about5_mr0525 .box .right .swiper .swiper-slide .art h5 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .about5_mr0525 .box .right .swiper .swiper-slide .art h5 {
    font-size: 16px;
  }
}
.about5_mr0525 .box .right .swiper .swiper-slide .art .line {
  width: 100%;
  height: 1px;
  background: #474747;
  opacity: 0.1;
  margin: 0.78vw 0;
}
.about5_mr0525 .box .right .swiper .swiper-slide .art .info {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  font-family: "hs_l";
  font-weight: 300;
  height: 150px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
@media (max-width: 1680px) {
  .about5_mr0525 .box .right .swiper .swiper-slide .art .info {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .about5_mr0525 .box .right .swiper .swiper-slide .art .info {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .about5_mr0525 .box .right .swiper .swiper-slide .art .info {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .about5_mr0525 .box .right .swiper .swiper-slide .art .info {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .about5_mr0525 .box .right .swiper .swiper-slide .art .info {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .about5_mr0525 .box .right .swiper .swiper-slide .art .info {
    font-size: 14px;
  }
}
.about5_mr0525 .box .right .swiper .swiper-slide .art .info p {
  padding-left: 20px;
  position: relative;
}
.about5_mr0525 .box .right .swiper .swiper-slide .art .info p:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #72279d;
  position: absolute;
  left: 0;
  top: 12px;
}
@media (max-width:1680px) {
  .about5_mr0525 .box {
    height: 750px;
  }
  .about5_mr0525 .box .right .swiper .swiper-slide {
    height: 237px!important;
    margin-bottom: 20px;
  }
  .about5_mr0525 .box .right .swiper .swiper-slide .art .info {
    line-height: 26px;
    height: 130px;
  }
}
@media (max-width:1366px) {
  .about5_mr0525 .box .right .swiper .swiper-slide .art .info p:before {
    top: 10px;
  }
}
@media (max-width:1280px) {
  .about5_mr0525 .box {
    height: 630px;
  }
  .about5_mr0525 .box .right .swiper .swiper-slide {
    height: 200px!important;
    margin-bottom: 20px;
  }
  .about5_mr0525 .box .right .swiper .swiper-slide .art .info {
    line-height: 22px;
    height: 110px;
  }
}
@media (max-width:1024px) {
  .about5_mr0525 .box {
    height: 570px;
  }
  .about5_mr0525 .box .right .swiper .swiper-slide {
    height: 180px!important;
  }
}
@media (max-width:768px) {
  .about5_mr0525 {
    padding: 35px 0 40px;
  }
  .about5_mr0525 .box {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    height: auto;
  }
  .about5_mr0525 .box .left {
    width: 100%;
    background: none;
    height: 40px;
    margin-bottom: 20px;
  }
  .about5_mr0525 .box .left:before {
    content: '';
    width: 100%;
    height: 0;
    border-bottom: 1px dashed #ccc;
    position: absolute;
    left: 0;
    bottom: 8px;
  }
  .about5_mr0525 .box .left .swiper-button-prev,
  .about5_mr0525 .box .left .swiper-button-next {
    top: auto;
    bottom: 10px;
  }
  .about5_mr0525 .box .left .swiper-button-prev:after,
  .about5_mr0525 .box .left .swiper-button-next:after {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  .about5_mr0525 .box .left .swiper-button-prev {
    left: -10px;
  }
  .about5_mr0525 .box .left .swiper-button-next {
    left: auto;
    right: -10px;
  }
  .about5_mr0525 .box .left .swiper .swiper-slide {
    height: 40px;
  }
  .about5_mr0525 .box .left .swiper .swiper-slide.swiper-slide-prev p,
  .about5_mr0525 .box .left .swiper .swiper-slide.swiper-slide-next p {
    color: #999999;
  }
  .about5_mr0525 .box .left .swiper .swiper-slide.swiper-slide-prev p:before,
  .about5_mr0525 .box .left .swiper .swiper-slide.swiper-slide-next p:before {
    border-color: #999999;
  }
  .about5_mr0525 .box .left .swiper .swiper-slide p {
    padding-left: 0;
    text-align: center;
    width: 100%;
    padding-bottom: 20px;
  }
  .about5_mr0525 .box .left .swiper .swiper-slide p:before {
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: 0;
  }
  .about5_mr0525 .box .right {
    width: 100%;
  }
  .about5_mr0525 .box .right .swiper .swiper-slide {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    height: auto!important;
  }
  .about5_mr0525 .box .right .swiper .swiper-slide .imgbox {
    width: 100%;
  }
  .about5_mr0525 .box .right .swiper .swiper-slide .art {
    padding: 15px;
    width: 100%;
  }
  .about5_mr0525 .box .right .swiper .swiper-slide .art .line {
    margin: 10px 0;
  }
  .about5_mr0525 .box .right .swiper .swiper-slide .art .info {
    height: auto;
    min-height: 66px;
  }
  .about5_mr0525 .box .right .swiper .swiper-slide .art .info p {
    padding-left: 15px;
  }
  .about5_mr0525 .box .right .swiper .swiper-slide .art .info p:before {
    top: 8px;
  }
}
.kf {
  position: fixed;
  right: -50px;
  bottom: 20%;
  z-index: 9;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.kf.on {
  right: 0;
}
.kf .item {
  width: 50px;
  height: 50px;
  background: #e7ebec;
  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;
  border-radius: 3px;
  position: relative;
  margin-bottom: 10px;
}
.kf .item:last-child {
  margin-bottom: 0;
}
.kf .item:hover {
  background: #72279d;
  color: #fff;
}
.kf .item:hover::after {
  content: '';
  width: 10px;
  height: 100%;
  left: -10px;
  position: absolute;
}
.kf .item:hover .box {
  width: auto;
  padding: 15px 15px 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.kf .item i {
  font-size: 20px;
}
@media (max-width: 1680px) {
  .kf .item i {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .kf .item i {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .kf .item i {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .kf .item i {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .kf .item i {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .kf .item i {
    font-size: 16px;
  }
}
.kf .item .box {
  position: absolute;
  right: 60px;
  bottom: 0;
  width: 0;
  background: #fff;
  box-shadow: 0px 0px 51px 0px rgba(22, 33, 48, 0.1);
  padding: 0px;
  overflow: hidden;
}
.kf .item .box p {
  white-space: nowrap;
  padding-left: 20px;
  font-size: 14px;
  color: #999999;
  margin-bottom: 2px;
}
@media (max-width: 1680px) {
  .kf .item .box p {
    font-size: 12.25px;
  }
}
@media (max-width: 1440px) {
  .kf .item .box p {
    font-size: 10.5px;
  }
}
@media (max-width: 1280px) {
  .kf .item .box p {
    font-size: 9.33333333px;
  }
}
@media (max-width: 1024px) {
  .kf .item .box p {
    font-size: 7.46666667px;
  }
}
.kf .item .box p.p2 {
  font-size: 20px;
  color: #72279d;
  font-weight: bold;
  margin-bottom: 5px;
}
@media (max-width: 1680px) {
  .kf .item .box p.p2 {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .kf .item .box p.p2 {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .kf .item .box p.p2 {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .kf .item .box p.p2 {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .kf .item .box p.p2 {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .kf .item .box p.p2 {
    font-size: 16px;
  }
}
.kf .item .box p.p1 {
  background: url(../images/i7.png) no-repeat left center;
}
.kf .item .box p.p3 {
  background: url(../images/i8.png) no-repeat left center;
}
.kf .item .box p.p4 {
  line-height: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.kf .go_top {
  height: 30px;
}
.kf .go_top i {
  font-size: 16px;
}
@media (max-width:768px) {
  .kf {
    bottom: 10%;
  }
  .kf .item {
    width: 35px;
    height: 35px;
    margin-bottom: 5px;
  }
  .kf .go_top {
    height: 25px;
  }
}
.about6_mr0525 {
  padding: 3.91vw 0 5.21vw;
}
.about6_mr0525 h3.h3 {
  text-align: center;
}
.about6_mr0525 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-top: 2.6vw;
  margin-bottom: -35px;
}
.about6_mr0525 ul li {
  width: calc(50% - 17.5px);
  margin: 0 35px 35px 0;
  padding: 45px;
  background: #f7f7f7;
}
.about6_mr0525 ul li:nth-child(2n) {
  margin-right: 0;
}
.about6_mr0525 ul li a {
  cursor: auto;
}
.about6_mr0525 ul li:hover .imgbox img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.about6_mr0525 ul li .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 1.82vw;
}
.about6_mr0525 ul li .top h5 {
  width: 35%;
}
.about6_mr0525 ul li .top .info {
  width: 65%;
  font-size: 18px;
  color: #666666;
  line-height: 30px;
  font-family: "hs_l";
  font-weight: 300;
  min-height: 90px;
  margin-top: 6px;
}
@media (max-width: 1680px) {
  .about6_mr0525 ul li .top .info {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .about6_mr0525 ul li .top .info {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .about6_mr0525 ul li .top .info {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .about6_mr0525 ul li .top .info {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .about6_mr0525 ul li .top .info {
    font-size: 16px;
  }
}
.about6_mr0525 ul li .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 50.6%;
  position: relative;
  overflow: hidden;
}
.about6_mr0525 ul li .imgbox img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width:1440px) {
  .about6_mr0525 ul {
    margin-bottom: -30px;
  }
  .about6_mr0525 ul li {
    width: calc(50% - 15px);
    margin: 0 30px 30px 0;
    padding: 35px;
  }
}
@media (max-width:1280px) {
  .about6_mr0525 ul {
    margin-bottom: -20px;
  }
  .about6_mr0525 ul li {
    width: calc(50% - 10px);
    margin: 0 20px 20px 0;
    padding: 25px;
  }
  .about6_mr0525 ul li .top .info {
    line-height: 22px;
    height: 66px;
    font-size: 14px;
    margin-top: 3px;
  }
}
@media (max-width:1024px) {
  .about6_mr0525 ul {
    margin-bottom: -20px;
  }
  .about6_mr0525 ul li {
    width: calc(50% - 7.5px);
    margin: 0 15px 15px 0;
    padding: 20px;
  }
  .about6_mr0525 ul li .top h5 {
    width: 33%;
  }
  .about6_mr0525 ul li .top .info {
    width: 66%;
  }
  .about6_mr0525 ul li .top .info p.p1 {
    display: inline;
  }
}
@media (max-width:768px) {
  .about6_mr0525 {
    padding: 35px 0 40px;
  }
  .about6_mr0525 ul {
    margin-top: 20px;
    margin-bottom: -15px;
  }
  .about6_mr0525 ul li {
    width: 100%;
    margin: 0 0px 15px 0;
    padding: 20px 15px;
  }
  .about6_mr0525 ul li:nth-child(3) a .top,
  .about6_mr0525 ul li:nth-child(4) a .top {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .about6_mr0525 ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .about6_mr0525 ul li .top {
    -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;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-bottom: 18px;
    width: calc(50% - 7.5px);
  }
  .about6_mr0525 ul li .top h5 {
    width: 100%;
    margin-bottom: 5px;
  }
  .about6_mr0525 ul li .top .info {
    width: 100%;
    max-height: 96px;
    line-height: 24px;
  }
  .about6_mr0525 ul li .imgbox {
    width: calc(50% - 7.5px);
  }
}
.about7_mr0525 {
  padding: 3.65vw 0 4.17vw;
  background: url(../images/bg5.jpg) no-repeat center / cover;
  overflow: hidden;
}
.about7_mr0525 h3.h3 {
  text-align: center;
}
@media (max-width:768px) {
  .about7_mr0525 {
    padding: 35px 0;
  }
}
.about7_s {
  margin-top: 2.86vw;
  position: relative;
}
.about7_s .swiper-button-next,
.about7_s .swiper-button-prev {
  outline: none;
  margin-top: -45px;
}
.about7_s .swiper-button-next:hover:after,
.about7_s .swiper-button-prev:hover:after {
  color: #72279d;
}
.about7_s .swiper-button-next:after,
.about7_s .swiper-button-prev:after {
  font-size: 20px;
  color: #4c4f55;
}
@media (max-width: 1680px) {
  .about7_s .swiper-button-next:after,
  .about7_s .swiper-button-prev:after {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .about7_s .swiper-button-next:after,
  .about7_s .swiper-button-prev:after {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .about7_s .swiper-button-next:after,
  .about7_s .swiper-button-prev:after {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .about7_s .swiper-button-next:after,
  .about7_s .swiper-button-prev:after {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .about7_s .swiper-button-next:after,
  .about7_s .swiper-button-prev:after {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .about7_s .swiper-button-next:after,
  .about7_s .swiper-button-prev:after {
    font-size: 16px;
  }
}
.about7_s .swiper-button-prev {
  left: -55px;
}
.about7_s .swiper-button-next {
  right: -55px;
}
.about7_s .swiper {
  overflow: hidden;
}
.about7_s .swiper .swiper-slide:hover .imgbox img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.about7_s .swiper .swiper-slide a {
  cursor: auto;
}
.about7_s .swiper .swiper-slide .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 75.28%;
  position: relative;
  overflow: hidden;
}
.about7_s .swiper .swiper-slide .imgbox img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.about7_s .swiper .swiper-slide p {
  text-align: center;
  margin-top: 0.94vw;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width:1440px) {
  .about7_s .swiper-button-next {
    right: -40px;
  }
  .about7_s .swiper-button-prev {
    left: -40px;
  }
}
@media (max-width:1024px) {
  .about7_s .swiper-button-next {
    right: -25px;
    margin-top: -36px;
  }
  .about7_s .swiper-button-prev {
    left: -25px;
    margin-top: -36px;
  }
}
@media (max-width:768px) {
  .about7_s {
    margin-top: 20px;
  }
  .about7_s .swiper .swiper-slide p {
    margin-top: 10px;
  }
}
.about8_mr0525 {
  padding: 3.91vw 0 0;
  margin-bottom: -4.9vw;
}
.about8_mr0525 h3.h3 {
  text-align: center;
}
.about8_mr0525 .h_info {
  font-size: 18px;
  width: 1060px;
  max-width: 100%;
  margin: 2.08vw auto 3.65vw;
  text-align: center;
}
@media (max-width: 1680px) {
  .about8_mr0525 .h_info {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .about8_mr0525 .h_info {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .about8_mr0525 .h_info {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .about8_mr0525 .h_info {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .about8_mr0525 .h_info {
    font-size: 16px;
  }
}
.about8_mr0525 .h_info b {
  color: #333;
  font-size: 18px;
}
@media (max-width: 1680px) {
  .about8_mr0525 .h_info b {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .about8_mr0525 .h_info b {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .about8_mr0525 .h_info b {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .about8_mr0525 .h_info b {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .about8_mr0525 .h_info b {
    font-size: 16px;
  }
}
.about8_mr0525 .h_info p {
  margin-bottom: 1.3vw;
}
.about8_mr0525 .h_info p:last-child {
  margin-bottom: 0;
}
@media (max-width:768px) {
  .about8_mr0525 {
    padding: 35px 0 0;
    margin-bottom: -40px;
  }
  .about8_mr0525 .h_info {
    font-size: 14px;
    line-height: 22px;
    margin: 10px 0 20px;
  }
  .about8_mr0525 .h_info b {
    font-size: 14px;
  }
}
.about_taba {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.about_taba a {
  width: 25.6%;
  height: 183px;
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.about_taba a:before {
  content: '';
  width: 100%;
  height: 13px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #f7f7f7;
  z-index: 2;
}
.about_taba a.on {
  width: 48.8%;
}
.about_taba a.on:before {
  background: url(../images/bg6.png) no-repeat center;
}
.about_taba a.on .art {
  background: none;
}
.about_taba a.on .art p {
  display: none;
}
.about_taba a .img {
  height: 100%;
  line-height: 0;
}
.about_taba a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about_taba a .art {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  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;
  z-index: 1;
  padding-bottom: 13px;
}
.about_taba a .art p {
  font-size: 24px;
  font-family: "hs_l";
  font-weight: 300;
}
@media (max-width: 1680px) {
  .about_taba a .art p {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .about_taba a .art p {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .about_taba a .art p {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .about_taba a .art p {
    font-size: 12.8px;
  }
}
@media (max-width: 1680px) {
  .about_taba a .art p {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .about_taba a .art p {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .about_taba a .art p {
    font-size: 16px;
  }
}
@media (max-width:1440px) {
  .about_taba a {
    height: 153px;
  }
}
@media (max-width:1280px) {
  .about_taba a {
    height: 123px;
  }
}
@media (max-width:1024px) {
  .about_taba a {
    height: 103px;
  }
}
@media (max-width:768px) {
  .about_taba a {
    height: 73px;
    width: 30%;
  }
  .about_taba a.on {
    width: 40%;
  }
  .about_taba a .art p {
    font-size: 13px;
  }
}
.about_tabb .item {
  height: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.about_tabb .item.on {
  height: auto;
  max-height: none;
}
.about9_mr0525 {
  padding: 8.59vw 0 0;
  background: #f7f7f7;
}
.about9_mr0525 .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.about9_mr0525 .top h4 {
  width: 30%;
}
.about9_mr0525 .top .info {
  width: 68%;
  font-size: 18px;
  color: #666666;
  font-family: "hs_l";
  font-weight: 300;
  line-height: 30px;
  margin-top: 1.04vw;
}
@media (max-width: 1680px) {
  .about9_mr0525 .top .info {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .about9_mr0525 .top .info {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .about9_mr0525 .top .info {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .about9_mr0525 .top .info {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .about9_mr0525 .top .info {
    font-size: 16px;
  }
}
.about9_mr0525 .bot {
  width: 100%;
  height: 405px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 3.65vw;
  background: #fff;
}
.about9_mr0525 .bot .left {
  width: 48.65%;
  padding: 3vw 3.91vw;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  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;
}
.about9_mr0525 .bot .left .info {
  font-size: 18px;
  line-height: 36px;
  font-family: "hs_l";
  font-weight: 300;
}
@media (max-width: 1680px) {
  .about9_mr0525 .bot .left .info {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .about9_mr0525 .bot .left .info {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .about9_mr0525 .bot .left .info {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .about9_mr0525 .bot .left .info {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .about9_mr0525 .bot .left .info {
    font-size: 16px;
  }
}
.about9_mr0525 .bot .left .info b {
  font-size: 18px;
}
@media (max-width: 1680px) {
  .about9_mr0525 .bot .left .info b {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .about9_mr0525 .bot .left .info b {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .about9_mr0525 .bot .left .info b {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .about9_mr0525 .bot .left .info b {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .about9_mr0525 .bot .left .info b {
    font-size: 16px;
  }
}
.about9_mr0525 .bot .right {
  width: 51.35%;
}
.about9_mr0525 .bot .right img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width:1440px) {
  .about9_mr0525 .bot {
    height: 376px;
  }
  .about9_mr0525 .bot .left .info {
    line-height: 30px;
  }
}
@media (max-width:1280px) {
  .about9_mr0525 .bot {
    height: 330px;
  }
}
@media (max-width:1024px) {
  .about9_mr0525 .bot {
    height: 273px;
  }
  .about9_mr0525 .bot .left .info {
    line-height: 24px;
  }
}
@media (max-width:768px) {
  .about9_mr0525 {
    padding: 60px 0 0;
  }
  .about9_mr0525 .top {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .about9_mr0525 .top h4.h4 {
    width: 100%;
  }
  .about9_mr0525 .top .info {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
  }
  .about9_mr0525 .bot {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    height: auto;
  }
  .about9_mr0525 .bot .left {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 15px;
  }
  .about9_mr0525 .bot .left .info {
    font-size: 14px;
    line-height: 24px;
    height: auto;
  }
  .about9_mr0525 .bot .left .info b {
    font-size: 14px;
  }
  .about9_mr0525 .bot .right {
    width: 100%;
    height: 194px;
  }
}
.about10_mr0525 {
  background: #fff;
  margin-top: -10.94vw;
  padding: 15.63vw 0 4.17vw;
}
.about10_mr0525 .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;
  height: 454px;
}
.about10_mr0525 .box .left {
  width: 48.65%;
  line-height: 0;
}
.about10_mr0525 .box .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about10_mr0525 .box .right {
  width: 51.35%;
  padding-left: 4.43vw;
}
.about10_mr0525 .box .right .info {
  font-size: 18px;
  line-height: 36px;
  color: #666666;
  font-family: "hs_l";
  font-weight: 300;
  text-align: justify;
}
@media (max-width: 1680px) {
  .about10_mr0525 .box .right .info {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .about10_mr0525 .box .right .info {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .about10_mr0525 .box .right .info {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .about10_mr0525 .box .right .info {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .about10_mr0525 .box .right .info {
    font-size: 16px;
  }
}
.about10_mr0525 .box .right .info p {
  margin-bottom: 0.94vw;
}
.about10_mr0525 .box .right .info p:last-child {
  margin-bottom: 0;
}
@media (max-width:1440px) {
  .about10_mr0525 .box {
    height: 422px;
  }
  .about10_mr0525 .box .right .info {
    line-height: 30px;
    max-height: 350px;
  }
}
@media (max-width:1280px) {
  .about10_mr0525 .box {
    height: 370px;
  }
  .about10_mr0525 .box .right .info {
    max-height: 300px;
  }
}
@media (max-width:1024px) {
  .about10_mr0525 .box {
    height: 306px;
  }
  .about10_mr0525 .box .right .info {
    line-height: 24px;
    max-height: 240px;
  }
}
@media (max-width:768px) {
  .about10_mr0525 {
    padding: 100px 0 30px;
    margin-top: -60px;
  }
  .about10_mr0525 .box {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    height: auto;
  }
  .about10_mr0525 .box .left {
    width: 100%;
  }
  .about10_mr0525 .box .right {
    width: 100%;
    padding: 15px 5px 15px 0;
  }
  .about10_mr0525 .box .right .info {
    font-size: 14px;
    line-height: 24px;
    height: auto;
  }
}
.about11_mr0525 {
  padding: 6.25vw 0;
  background: #f7f7f7;
}
.about11_mr0525 .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;
}
.about11_mr0525 .w1400 .info {
  width: 66%;
  font-size: 18px;
  line-height: 36px;
  font-family: "hs_l";
  font-weight: 300;
}
@media (max-width: 1680px) {
  .about11_mr0525 .w1400 .info {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .about11_mr0525 .w1400 .info {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .about11_mr0525 .w1400 .info {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .about11_mr0525 .w1400 .info {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .about11_mr0525 .w1400 .info {
    font-size: 16px;
  }
}
.about11_mr0525 .w1400 .btn_a {
  margin-top: 0.52vw;
  min-width: 238px;
}
.about11_mr0525 .w1400 .btn_a i {
  -webkit-animation: jt1 2s linear infinite;
  animation: jt1 2s linear infinite;
}
@media (max-width:1680px) {
  .about11_mr0525 .w1400 .btn_a {
    min-width: 218px;
  }
}
@media (max-width:1440px) {
  .about11_mr0525 .w1400 .info {
    line-height: 30px;
  }
}
@media (max-width:1280px) {
  .about11_mr0525 .w1400 .btn_a {
    min-width: 188px;
  }
}
@media (max-width:768px) {
  .about11_mr0525 {
    padding: 35px 0 40px;
  }
  .about11_mr0525 .w1400 {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .about11_mr0525 .w1400 .info {
    width: 100%;
    line-height: 24px;
    font-size: 14px;
  }
  .about11_mr0525 .w1400 .btn_a {
    margin-top: 15px;
  }
}
.about12_mr0525 {
  background: #fff;
  padding: 55px 0 5.21vw;
}
.about12_mr0525 .w1400 .p1 {
  font-size: 16px;
  color: #cccccc;
  font-family: "hs_l";
  font-weight: 300;
  margin-bottom: 25px;
}
@media (max-width: 1680px) {
  .about12_mr0525 .w1400 .p1 {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .about12_mr0525 .w1400 .p1 {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .about12_mr0525 .w1400 .p1 {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .about12_mr0525 .w1400 .p1 {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .about12_mr0525 .w1400 .p1 {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .about12_mr0525 .w1400 .p1 {
    font-size: 14px;
  }
}
.about12_mr0525 .w1400 .about12_s {
  overflow: hidden;
  position: relative;
}
.about12_mr0525 .w1400 .about12_s .swiper-pagination {
  display: none;
}
.about12_mr0525 .w1400 .about12_s .swiper-slide a {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border: 1px solid #dbdbdb;
  overflow: hidden;
  cursor: auto;
}
.about12_mr0525 .w1400 .about12_s .swiper-slide a:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.about12_mr0525 .w1400 .about12_s .swiper-slide a img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  max-width: 80%;
  max-height: 80%;
}
@media (max-width:1440px) {
  .about12_mr0525 .w1400 .about12_s .swiper-slide a {
    height: 70px;
  }
}
@media (max-width:1024px) {
  .about12_mr0525 .w1400 .about12_s .swiper-slide a {
    height: 60px;
  }
}
@media (max-width:768px) {
  .about12_mr0525 {
    padding: 35px 0 30px;
  }
  .about12_mr0525 .w1400 .about12_s {
    padding-bottom: 30px;
  }
  .about12_mr0525 .w1400 .about12_s .swiper-pagination {
    display: block;
    bottom: 0;
  }
  .about12_mr0525 .w1400 .about12_s .swiper-pagination span {
    background: #72279d;
  }
}
.about13_mr0525 {
  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: 60px 0 50px;
  background: url(../images/bg7.jpg) no-repeat center;
  color: #fff;
}
.about13_mr0525 h4 {
  font-size: 36px;
  font-family: "hs_l";
  font-weight: 300;
}
@media (max-width: 1680px) {
  .about13_mr0525 h4 {
    font-size: 31.5px;
  }
}
@media (max-width: 1440px) {
  .about13_mr0525 h4 {
    font-size: 27px;
  }
}
@media (max-width: 1280px) {
  .about13_mr0525 h4 {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .about13_mr0525 h4 {
    font-size: 19.2px;
  }
}
.about13_mr0525 h3 {
  color: #fff;
  margin-bottom: 1.04vw;
}
.about13_mr0525 .btn_a {
  padding: 0 2.34vw;
  background: #fff;
  border-color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.about13_mr0525 .btn_a:hover {
  background: #72279d;
  border-color: #72279d;
}
@media (max-width:1440px) {
  .about13_mr0525 {
    padding: 50px 0 40px;
  }
}
@media (max-width:768px) {
  .about13_mr0525 {
    padding: 35px 0 40px;
  }
  .about13_mr0525 h3 {
    margin: 5px 0 15px;
  }
  .about13_mr0525 .btn_a {
    padding: 0 25px;
  }
}
.news_mr0525 {
  padding: 4.17vw 0 3.65vw;
}
@media (max-width:768px) {
  .news_mr0525 {
    padding: 40px 0;
  }
}
.news_s2 {
  overflow: hidden;
  position: relative;
  margin-bottom: 3.13vw;
}
.news_s2 .swiper-pagination {
  width: 51.14%;
  left: 0;
  bottom: 26px;
}
.news_s2 .swiper-pagination span {
  width: 1.04vw;
  height: 2px;
  background: #fff;
  border-radius: 0;
  min-width: 10px;
}
.news_s2 .swiper-pagination span.swiper-pagination-bullet-active {
  width: 2.6vw;
  min-width: 20px;
}
.news_s2 .swiper-slide a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.news_s2 .swiper-slide 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_s2 .swiper-slide a:hover .right h3 {
  color: #72279d;
}
.news_s2 .swiper-slide a .left {
  width: 51.14%;
}
.news_s2 .swiper-slide a .left .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 62.98%;
  position: relative;
  overflow: hidden;
}
.news_s2 .swiper-slide a .left .imgbox img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.news_s2 .swiper-slide a .right {
  width: 48.86%;
  background: #f7f7f7;
  padding: 3.13vw 3.13vw 2.86vw 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: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.news_s2 .swiper-slide a .right .time {
  padding-left: 25px;
  background: url(../images/time.png) no-repeat left top 4px;
  font-size: 16px;
  color: #999999;
  font-family: "hs_l";
  font-weight: 300;
  margin-bottom: 10px;
}
@media (max-width: 1680px) {
  .news_s2 .swiper-slide a .right .time {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .news_s2 .swiper-slide a .right .time {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .news_s2 .swiper-slide a .right .time {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .news_s2 .swiper-slide a .right .time {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .news_s2 .swiper-slide a .right .time {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .news_s2 .swiper-slide a .right .time {
    font-size: 14px;
  }
}
.news_s2 .swiper-slide a .right h3 {
  font-size: 26px;
  color: #333333;
  font-family: "hs_l";
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .news_s2 .swiper-slide a .right h3 {
    font-size: 22.75px;
  }
}
@media (max-width: 1440px) {
  .news_s2 .swiper-slide a .right h3 {
    font-size: 19.5px;
  }
}
@media (max-width: 1280px) {
  .news_s2 .swiper-slide a .right h3 {
    font-size: 17.33333333px;
  }
}
@media (max-width: 1024px) {
  .news_s2 .swiper-slide a .right h3 {
    font-size: 13.86666667px;
  }
}
@media (max-width: 1680px) {
  .news_s2 .swiper-slide a .right h3 {
    font-size: 22px;
  }
}
@media (max-width: 1440px) {
  .news_s2 .swiper-slide a .right h3 {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .news_s2 .swiper-slide a .right h3 {
    font-size: 16px;
  }
}
.news_s2 .swiper-slide a .right .line {
  width: 30px;
  height: 2px;
  background: #72279d;
  margin: 1.3vw 0;
}
.news_s2 .swiper-slide a .right .info {
  font-size: 16px;
  line-height: 30px;
  color: #777777;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  font-family: "hs_l";
  font-weight: 300;
}
@media (max-width: 1680px) {
  .news_s2 .swiper-slide a .right .info {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .news_s2 .swiper-slide a .right .info {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .news_s2 .swiper-slide a .right .info {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .news_s2 .swiper-slide a .right .info {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .news_s2 .swiper-slide a .right .info {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .news_s2 .swiper-slide a .right .info {
    font-size: 14px;
  }
}
.news_s2 .swiper-slide a .right .bot {
  font-size: 16px;
  color: #72279d;
  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) {
  .news_s2 .swiper-slide a .right .bot {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .news_s2 .swiper-slide a .right .bot {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .news_s2 .swiper-slide a .right .bot {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .news_s2 .swiper-slide a .right .bot {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .news_s2 .swiper-slide a .right .bot {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .news_s2 .swiper-slide a .right .bot {
    font-size: 14px;
  }
}
.news_s2 .swiper-slide a .right .bot i {
  margin-left: 10px;
  font-size: 22px;
  -webkit-animation: jt1 2s linear infinite;
  animation: jt1 2s linear infinite;
}
@media (max-width: 1680px) {
  .news_s2 .swiper-slide a .right .bot i {
    font-size: 19.25px;
  }
}
@media (max-width: 1440px) {
  .news_s2 .swiper-slide a .right .bot i {
    font-size: 16.5px;
  }
}
@media (max-width: 1280px) {
  .news_s2 .swiper-slide a .right .bot i {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  .news_s2 .swiper-slide a .right .bot i {
    font-size: 11.73333333px;
  }
}
@media (max-width: 1680px) {
  .news_s2 .swiper-slide a .right .bot i {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .news_s2 .swiper-slide a .right .bot i {
    font-size: 16px;
  }
}
@media (max-width:1440px) {
  .news_s2 .swiper-slide a .right .info {
    line-height: 26px;
  }
}
@media (max-width:1024px) {
  .news_s2 .swiper-slide a .right {
    padding: 20px 30px;
  }
  .news_s2 .swiper-slide a .right .info {
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
}
@media (max-width:768px) {
  .news_s2 {
    margin-bottom: 30px;
  }
  .news_s2 .swiper-pagination {
    width: 100%;
    bottom: auto;
    top: 180px;
  }
  .news_s2 .swiper-slide a {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .news_s2 .swiper-slide a .left {
    width: 100%;
  }
  .news_s2 .swiper-slide a .left .imgbox {
    padding-bottom: 0;
    height: 210px;
  }
  .news_s2 .swiper-slide a .left .imgbox img {
    object-fit: cover;
  }
  .news_s2 .swiper-slide a .right {
    width: 100%;
    padding: 15px;
  }
  .news_s2 .swiper-slide a .right .line {
    margin: 15px 0;
  }
  .news_s2 .swiper-slide a .right .bot {
    margin-top: 15px;
  }
}
.news_list_mr0525 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-bottom: 10px;
}
.news_list_mr0525 li {
  width: calc(33.33% - 20px);
  margin: 0 30px 40px 0;
  position: relative;
}
.news_list_mr0525 li:nth-child(3n) {
  margin-right: 0;
}
.news_list_mr0525 li:before,
.news_list_mr0525 li:after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: transparent;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.news_list_mr0525 li:before {
  background: #f1f1f1;
}
.news_list_mr0525 li:after {
  width: 0;
}
.news_list_mr0525 li:hover:after {
  width: 100%;
  background: #72279d;
}
.news_list_mr0525 li:hover .imgbox img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.news_list_mr0525 li:hover .imgbox .p1 {
  bottom: 0;
}
.news_list_mr0525 li:hover .art h4 {
  color: #72279d;
}
.news_list_mr0525 li .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 62.78%;
  position: relative;
  overflow: hidden;
}
.news_list_mr0525 li .imgbox img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.news_list_mr0525 li .imgbox .p1 {
  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;
  padding: 0.78vw 0;
  background: rgba(114, 39, 157, 0.7);
  position: absolute;
  bottom: -60px;
  left: 0;
  color: #fff;
  font-size: 16px;
  font-family: "hs_l";
  font-weight: 300;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .news_list_mr0525 li .imgbox .p1 {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .news_list_mr0525 li .imgbox .p1 {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .news_list_mr0525 li .imgbox .p1 {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .news_list_mr0525 li .imgbox .p1 {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .news_list_mr0525 li .imgbox .p1 {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .news_list_mr0525 li .imgbox .p1 {
    font-size: 14px;
  }
}
.news_list_mr0525 li .imgbox .p1 i {
  font-size: 22px;
  margin-left: 10px;
}
@media (max-width: 1680px) {
  .news_list_mr0525 li .imgbox .p1 i {
    font-size: 19.25px;
  }
}
@media (max-width: 1440px) {
  .news_list_mr0525 li .imgbox .p1 i {
    font-size: 16.5px;
  }
}
@media (max-width: 1280px) {
  .news_list_mr0525 li .imgbox .p1 i {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  .news_list_mr0525 li .imgbox .p1 i {
    font-size: 11.73333333px;
  }
}
@media (max-width: 1680px) {
  .news_list_mr0525 li .imgbox .p1 i {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .news_list_mr0525 li .imgbox .p1 i {
    font-size: 16px;
  }
}
.news_list_mr0525 li .art {
  padding: 1.3vw 0;
}
.news_list_mr0525 li .art h4 {
  font-size: 22px;
  color: #333333;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 0.26vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1680px) {
  .news_list_mr0525 li .art h4 {
    font-size: 19.25px;
  }
}
@media (max-width: 1440px) {
  .news_list_mr0525 li .art h4 {
    font-size: 16.5px;
  }
}
@media (max-width: 1280px) {
  .news_list_mr0525 li .art h4 {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  .news_list_mr0525 li .art h4 {
    font-size: 11.73333333px;
  }
}
@media (max-width: 1680px) {
  .news_list_mr0525 li .art h4 {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .news_list_mr0525 li .art h4 {
    font-size: 16px;
  }
}
.news_list_mr0525 li .art .time {
  font-size: 16px;
  color: #b9b9b9;
  font-family: 'Arial';
}
@media (max-width: 1680px) {
  .news_list_mr0525 li .art .time {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .news_list_mr0525 li .art .time {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .news_list_mr0525 li .art .time {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .news_list_mr0525 li .art .time {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .news_list_mr0525 li .art .time {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .news_list_mr0525 li .art .time {
    font-size: 14px;
  }
}
@media (max-width:1440px) {
  .news_list_mr0525 li {
    width: calc(33.33% - 13.33px);
    margin: 0 20px 30px 0;
  }
}
@media (max-width:768px) {
  .news_list_mr0525 li {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .news_list_mr0525 li .art {
    padding: 15px 0;
  }
}
.fy {
  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;
  color: #999999;
  font-family: "hs_l";
  font-weight: 300;
  white-space: nowrap;
}
@media (max-width: 1680px) {
  .fy {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .fy {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .fy {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .fy {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .fy {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .fy {
    font-size: 14px;
  }
}
.fy .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;
}
.fy a,
.fy .layui-laypage-curr em {
  padding: 0 20px;
  font-size: 16px;
  color: #999999;
  font-family: "hs_l";
  font-weight: 300;
  position: relative;
}
@media (max-width: 1680px) {
  .fy a,
  .fy .layui-laypage-curr em {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .fy a,
  .fy .layui-laypage-curr em {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .fy a,
  .fy .layui-laypage-curr em {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .fy a,
  .fy .layui-laypage-curr em {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .fy a,
  .fy .layui-laypage-curr em {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .fy a,
  .fy .layui-laypage-curr em {
    font-size: 14px;
  }
}
.fy a:nth-child(2):before {
  display: none;
}
.fy a:before {
  content: '|';
  position: absolute;
  left: 0px;
  color: #999 !important;
}
.fy a:hover {
  color: #72279d;
}
.fy .layui-laypage-curr em {
  font-family: "hs_l";
  font-weight: 300;
  color: #72279d;
}
.fy .layui-laypage-curr em:before {
  content: '|';
  position: absolute;
  left: 0px;
  color: #999;
  display: block;
}
.fy .layui-laypage-curr em.layui-laypage-em {
  display: none;
}
.fy .layui-laypage-prev + .layui-laypage-curr em:before {
  display: none;
}
.fy .layui-laypage-prev,
.fy .layui-laypage-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;
}
.fy .layui-laypage-prev:before,
.fy .layui-laypage-next:before {
  display: none;
}
.fy .layui-laypage-prev span,
.fy .layui-laypage-next span {
  margin: 0 5px;
}
.fy .layui-laypage-prev i,
.fy .layui-laypage-next i {
  font-weight: 300;
}
.fy .layui-laypage-prev {
  margin-right: 1.04vw;
}
.fy .layui-laypage-prev span {
  margin-right: 10px;
}
.fy .layui-laypage-prev i {
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.fy .layui-laypage-next {
  margin-left: 1.04vw;
}
.fy .layui-laypage-next span {
  margin-left: 10px;
}
@media (max-width:768px) {
  .fy a,
  .fy .layui-laypage-curr em {
    padding: 0 10px;
  }
  .fy .layui-laypage-prev {
    margin-right: 0;
    padding: 0;
  }
  .fy .layui-laypage-prev span {
    margin-right: 6px;
  }
  .fy .layui-laypage-next {
    margin-left: 0;
    padding: 0;
  }
  .fy .layui-laypage-next span {
    margin-left: 6px;
  }
}
.news_info {
  padding: 4.17vw 0;
}
.news_info .w1400 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.news_info .w1400 .left {
  width: 68.5%;
}
.news_info .w1400 .left h3 {
  font-size: 36px;
  color: #2f3133;
  margin-top: -0.52vw;
}
@media (max-width: 1680px) {
  .news_info .w1400 .left h3 {
    font-size: 31.5px;
  }
}
@media (max-width: 1440px) {
  .news_info .w1400 .left h3 {
    font-size: 27px;
  }
}
@media (max-width: 1280px) {
  .news_info .w1400 .left h3 {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .news_info .w1400 .left h3 {
    font-size: 19.2px;
  }
}
.news_info .w1400 .left .other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 1.56vw;
}
.news_info .w1400 .left .other p {
  font-size: 16px;
  color: #666666;
  font-family: "hs_l";
  font-weight: 300;
  padding-left: 28px;
  line-height: 20px;
  margin-right: 3.39vw;
}
@media (max-width: 1680px) {
  .news_info .w1400 .left .other p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .news_info .w1400 .left .other p {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .news_info .w1400 .left .other p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .news_info .w1400 .left .other p {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .news_info .w1400 .left .other p {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .news_info .w1400 .left .other p {
    font-size: 14px;
  }
}
.news_info .w1400 .left .other p:last-child {
  margin-right: 0;
}
.news_info .w1400 .left .other p.zz {
  background: url(../images/i9.png) no-repeat left center;
}
.news_info .w1400 .left .other p.time {
  background: url(../images/i10.png) no-repeat left center;
}
.news_info .w1400 .left .line {
  width: 100%;
  height: 2px;
  background: #08151d;
  opacity: 0.1;
  margin: 20px 0 35px;
}
.news_info .w1400 .left .art {
  font-size: 16px;
  color: #666666;
  font-family: "hs_l";
  font-weight: 300;
  line-height: 30px;
}
@media (max-width: 1680px) {
  .news_info .w1400 .left .art {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .news_info .w1400 .left .art {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .news_info .w1400 .left .art {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .news_info .w1400 .left .art {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .news_info .w1400 .left .art {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .news_info .w1400 .left .art {
    font-size: 14px;
  }
}
.news_info .w1400 .left .line2 {
  width: 100%;
  height: 1px;
  background: #bcc1c3;
  opacity: 1;
  margin: 4.43vw 0 1.82vw;
}
.news_info .w1400 .left .sxy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.news_info .w1400 .left .sxy .a2 {
  position: relative;
  width: 3.13vw;
  height: 3.13vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-width: 40px;
  min-height: 40px;
}
.news_info .w1400 .left .sxy .a2:before,
.news_info .w1400 .left .sxy .a2:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.news_info .w1400 .left .sxy .a2:before {
  left: -3px;
}
.news_info .w1400 .left .sxy .a2:after {
  right: -3px;
}
.news_info .w1400 .left .sxy .a2 i {
  font-size: 22px;
}
@media (max-width: 1680px) {
  .news_info .w1400 .left .sxy .a2 i {
    font-size: 19.25px;
  }
}
@media (max-width: 1440px) {
  .news_info .w1400 .left .sxy .a2 i {
    font-size: 16.5px;
  }
}
@media (max-width: 1280px) {
  .news_info .w1400 .left .sxy .a2 i {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  .news_info .w1400 .left .sxy .a2 i {
    font-size: 11.73333333px;
  }
}
@media (max-width: 1680px) {
  .news_info .w1400 .left .sxy .a2 i {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .news_info .w1400 .left .sxy .a2 i {
    font-size: 16px;
  }
}
.news_info .w1400 .left .sxy .a2:hover {
  color: #72279d;
}
.news_info .w1400 .left .sxy .a2:hover:before,
.news_info .w1400 .left .sxy .a2:hover:after {
  border-color: #72279d;
}
.news_info .w1400 .left .sxy .prev,
.news_info .w1400 .left .sxy .next {
  width: 30%;
  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;
  color: #999999;
  font-family: "hs_l";
  font-weight: 300;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .news_info .w1400 .left .sxy .prev,
  .news_info .w1400 .left .sxy .next {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .news_info .w1400 .left .sxy .prev,
  .news_info .w1400 .left .sxy .next {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .news_info .w1400 .left .sxy .prev,
  .news_info .w1400 .left .sxy .next {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .news_info .w1400 .left .sxy .prev,
  .news_info .w1400 .left .sxy .next {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .news_info .w1400 .left .sxy .prev,
  .news_info .w1400 .left .sxy .next {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .news_info .w1400 .left .sxy .prev,
  .news_info .w1400 .left .sxy .next {
    font-size: 14px;
  }
}
.news_info .w1400 .left .sxy .prev:hover,
.news_info .w1400 .left .sxy .next:hover {
  color: #72279d;
}
.news_info .w1400 .left .sxy .prev i,
.news_info .w1400 .left .sxy .next i {
  font-size: 22px;
}
@media (max-width: 1680px) {
  .news_info .w1400 .left .sxy .prev i,
  .news_info .w1400 .left .sxy .next i {
    font-size: 19.25px;
  }
}
@media (max-width: 1440px) {
  .news_info .w1400 .left .sxy .prev i,
  .news_info .w1400 .left .sxy .next i {
    font-size: 16.5px;
  }
}
@media (max-width: 1280px) {
  .news_info .w1400 .left .sxy .prev i,
  .news_info .w1400 .left .sxy .next i {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  .news_info .w1400 .left .sxy .prev i,
  .news_info .w1400 .left .sxy .next i {
    font-size: 11.73333333px;
  }
}
@media (max-width: 1680px) {
  .news_info .w1400 .left .sxy .prev i,
  .news_info .w1400 .left .sxy .next i {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .news_info .w1400 .left .sxy .prev i,
  .news_info .w1400 .left .sxy .next i {
    font-size: 16px;
  }
}
.news_info .w1400 .left .sxy .prev i {
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  margin-right: 15px;
}
.news_info .w1400 .left .sxy .next {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.news_info .w1400 .left .sxy .next i {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  margin-left: 15px;
}
.news_info .w1400 .right {
  width: 25.5%;
  border-top: 5px solid #72279d;
  background: #f9f9f9;
  padding: 0.78vw 1.56vw 1.3vw;
  position: sticky;
  top: 80px;
}
.news_info .w1400 .right h4 {
  font-size: 26px;
  color: #2f3133;
  font-family: "hs_l";
  font-weight: 600;
  margin-bottom: 12px;
}
@media (max-width: 1680px) {
  .news_info .w1400 .right h4 {
    font-size: 22.75px;
  }
}
@media (max-width: 1440px) {
  .news_info .w1400 .right h4 {
    font-size: 19.5px;
  }
}
@media (max-width: 1280px) {
  .news_info .w1400 .right h4 {
    font-size: 17.33333333px;
  }
}
@media (max-width: 1024px) {
  .news_info .w1400 .right h4 {
    font-size: 13.86666667px;
  }
}
@media (max-width: 1680px) {
  .news_info .w1400 .right h4 {
    font-size: 22px;
  }
}
@media (max-width: 1440px) {
  .news_info .w1400 .right h4 {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .news_info .w1400 .right h4 {
    font-size: 16px;
  }
}
.news_info .w1400 .right .tj_list li {
  margin-bottom: 15px;
}
.news_info .w1400 .right .tj_list li.on .imgbox {
  max-height: 185px;
  margin-bottom: 10px;
}
@media (max-width:1440px) {
  .news_info .w1400 .right .tj_list li.on .imgbox {
    max-height: 180px;
  }
}
@media (max-width:1280px) {
  .news_info .w1400 .right .tj_list li.on .imgbox {
    max-height: 160px;
  }
}
@media (max-width:1024px) {
  .news_info .w1400 .right .tj_list li.on .imgbox {
    max-height: 132px;
  }
}
.news_info .w1400 .right .tj_list li.on p {
  color: #72279d;
}
.news_info .w1400 .right .tj_list li.on p:before {
  background: #72279d;
}
.news_info .w1400 .right .tj_list li .imgbox {
  width: 100%;
  height: auto;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.news_info .w1400 .right .tj_list li .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_info .w1400 .right .tj_list li p {
  font-size: 16px;
  padding-left: 25px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1680px) {
  .news_info .w1400 .right .tj_list li p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .news_info .w1400 .right .tj_list li p {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .news_info .w1400 .right .tj_list li p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .news_info .w1400 .right .tj_list li p {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .news_info .w1400 .right .tj_list li p {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .news_info .w1400 .right .tj_list li p {
    font-size: 14px;
  }
}
.news_info .w1400 .right .tj_list li p:before {
  content: '';
  width: 10px;
  height: 2px;
  background: #a6a6a6;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  border-radius: 1px;
}
@media (max-width:768px) {
  .news_info {
    padding: 35px 0 40px;
  }
  .news_info .w1400 {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .news_info .w1400 .left {
    width: 100%;
  }
  .news_info .w1400 .left .other {
    margin-top: 10px;
  }
  .news_info .w1400 .left .line {
    margin: 15px 0 20px;
  }
  .news_info .w1400 .left .art {
    line-height: 24px;
  }
  .news_info .w1400 .left .line2 {
    margin: 20px 0;
  }
  .news_info .w1400 .right {
    width: 100%;
    position: relative;
    top: 0;
    margin-top: 30px;
    padding: 15px;
  }
  .news_info .w1400 .right .tj_list li {
    margin-bottom: 10px;
  }
  .news_info .w1400 .right .tj_list li.on .imgbox {
    margin-bottom: 10px;
  }
}
.product_mr0525 {
  padding-bottom: 3.13vw;
}
.product_mr0525 .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;
}
.product_mr0525 .w1400 .left {
  width: 18.5%;
}
.product_mr0525 .w1400 .left .item_a a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 18px;
  font-family: "hs_l";
  font-weight: 300;
  padding: 1.04vw 0;
  border-bottom: 2px solid #e5e5e5;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #666666;
  padding-right: 0.78vw;
}
@media (max-width: 1680px) {
  .product_mr0525 .w1400 .left .item_a a {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .product_mr0525 .w1400 .left .item_a a {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .product_mr0525 .w1400 .left .item_a a {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .product_mr0525 .w1400 .left .item_a a {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .product_mr0525 .w1400 .left .item_a a {
    font-size: 16px;
  }
}
.product_mr0525 .w1400 .left .item_a a:first-child {
  padding-top: 0;
}
.product_mr0525 .w1400 .left .item_a a:last-child {
  border-bottom: none;
}
.product_mr0525 .w1400 .left .item_a a i {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.product_mr0525 .w1400 .left .item_a a.on {
  color: #72279d;
}
.product_mr0525 .w1400 .left .item_a a.on i {
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  color: #72279d;
}
.product_mr0525 .w1400 .right {
  width: 76.78%;
}
.product_mr0525 .w1400 .right .pro_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-bottom: 15px;
}
.product_mr0525 .w1400 .right .pro_list li {
  width: calc(33.33% - 20px);
  margin: 0 30px 30px 0;
  background: #f7f7f7;
}
.product_mr0525 .w1400 .right .pro_list li:nth-child(3n) {
  margin-right: 0;
}
.product_mr0525 .w1400 .right .pro_list li:hover .imgbox img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.product_mr0525 .w1400 .right .pro_list li:hover .art p {
  color: #72279d;
}
.product_mr0525 .w1400 .right .pro_list li:hover .art i {
  background: #72279d;
  color: #fff;
}
.product_mr0525 .w1400 .right .pro_list li .imgbox {
  height: 338px;
  border-bottom: 2px solid #dedede;
  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:1520px) {
  .product_mr0525 .w1400 .right .pro_list li .imgbox {
    height: 22vw;
    min-height: 160px;
  }
}
@media (max-width:768px) {
  .product_mr0525 .w1400 .right .pro_list li .imgbox {
    height: 160px;
  }
}
.product_mr0525 .w1400 .right .pro_list li .imgbox img {
  max-width: 80%;
  max-height: 80%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.product_mr0525 .w1400 .right .pro_list li .art {
  padding: 1.3vw 1.2vw;
  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;
}
.product_mr0525 .w1400 .right .pro_list li .art p {
  width: calc(100% - 30px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  font-family: "hs_l";
  font-weight: 600;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .product_mr0525 .w1400 .right .pro_list li .art p {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .product_mr0525 .w1400 .right .pro_list li .art p {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .product_mr0525 .w1400 .right .pro_list li .art p {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .product_mr0525 .w1400 .right .pro_list li .art p {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .product_mr0525 .w1400 .right .pro_list li .art p {
    font-size: 16px;
  }
}
.product_mr0525 .w1400 .right .pro_list li .art i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 30px;
  height: 30px;
  -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 #72279d;
  border-radius: 50%;
  color: #72279d;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width:1440px) {
  .product_mr0525 .w1400 .right .pro_list li {
    width: calc(33.33% - 13.33px);
    margin: 0 20px 20px 0;
  }
  .product_mr0525 .w1400 .right .pro_list li .art i {
    width: 25px;
    height: 25px;
  }
}
@media (max-width:768px) {
  .product_mr0525 {
    padding: 0px 0 40px;
  }
  .product_mr0525 .w1400 {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .product_mr0525 .w1400 .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .product_mr0525 .w1400 .left .item_a a {
    border-bottom-width: 1px;
    padding: 8px 15px;
  }
  .product_mr0525 .w1400 .right {
    width: 100%;
  }
  .product_mr0525 .w1400 .right .pro_list li {
    width: calc(50% - 7.5px);
    margin: 0 15px 15px 0;
  }
  .product_mr0525 .w1400 .right .pro_list li:nth-child(3n) {
    margin-right: 15px;
  }
  .product_mr0525 .w1400 .right .pro_list li:nth-child(2n) {
    margin-right: 0;
  }
  .product_mr0525 .w1400 .right .pro_list li .art {
    padding: 10px;
  }
  .product_mr0525 .w1400 .right .pro_list li .art p {
    font-size: 14px;
    width: calc(100% - 20px);
  }
  .product_mr0525 .w1400 .right .pro_list li .art i {
    width: 20px;
    height: 20px;
  }
}
.pro_info_mr0525 {
  padding: 4.43vw 0;
}
.pro_info_mr0525 .w1400 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.pro_info_mr0525 .w1400 .left {
  width: 45%;
  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;
  padding: 1.04vw 0 1.56vw;
}
.pro_info_mr0525 .w1400 .left h6 {
  font-size: 22px;
  color: #666666;
  margin-top: 0.63vw;
}
@media (max-width: 1680px) {
  .pro_info_mr0525 .w1400 .left h6 {
    font-size: 19.25px;
  }
}
@media (max-width: 1440px) {
  .pro_info_mr0525 .w1400 .left h6 {
    font-size: 16.5px;
  }
}
@media (max-width: 1280px) {
  .pro_info_mr0525 .w1400 .left h6 {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  .pro_info_mr0525 .w1400 .left h6 {
    font-size: 11.73333333px;
  }
}
@media (max-width: 1680px) {
  .pro_info_mr0525 .w1400 .left h6 {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .pro_info_mr0525 .w1400 .left h6 {
    font-size: 16px;
  }
}
.pro_info_mr0525 .w1400 .left .line {
  width: 100%;
  height: 1px;
  background: #e0e0e0;
  margin: 1.82vw 0;
}
.pro_info_mr0525 .w1400 .left .info {
  font-size: 16px;
  line-height: 34px;
  height: 241px;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #72279d transparent;
  padding-right: 5px;
}
@media (max-width: 1680px) {
  .pro_info_mr0525 .w1400 .left .info {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .pro_info_mr0525 .w1400 .left .info {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .pro_info_mr0525 .w1400 .left .info {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .pro_info_mr0525 .w1400 .left .info {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .pro_info_mr0525 .w1400 .left .info {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .pro_info_mr0525 .w1400 .left .info {
    font-size: 14px;
  }
}
.pro_info_mr0525 .w1400 .left .info::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  background-color: transparent;
}
.pro_info_mr0525 .w1400 .left .info::-webkit-scrollbar-thumb {
  background-color: #72279d;
  border-radius: 10px;
}
.pro_info_mr0525 .w1400 .left .info p {
  padding-left: 28px;
  background: url(../images/i12.png) no-repeat left top 10px;
}
.pro_info_mr0525 .w1400 .left .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.pro_info_mr0525 .w1400 .left .btns .a1 {
  margin-right: 10px;
  background: #fff;
  color: #72279d;
  display: none !important;
}
.pro_info_mr0525 .w1400 .left .btns .a1:hover {
  background: #72279d;
  color: #fff;
}
.pro_info_mr0525 .w1400 .left .btns .a1:hover:before {
  background: #72279d;
}
.pro_info_mr0525 .w1400 .left .btns .a1:hover em {
  background-position: 0 -20px;
}
.pro_info_mr0525 .w1400 .left .btns .a1 em {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/i11.png) no-repeat;
  margin-right: 15px;
  background-position: 0 0px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.pro_info_mr0525 .w1400 .left .btns .a2 {
  padding: 0 2.34vw;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.pro_info_mr0525 .w1400 .right {
  width: 48.85%;
  height: 530px;
  background: #f7f7f7;
  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;
}
.pro_info_mr0525 .w1400 .right .videoIcon {
    position: absolute;
    width: 110px;
    height: 110px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background: #00000059;*/
    cursor: pointer;
}
.pro_info_mr0525 .w1400 .right .videoIcon img {
    filter: brightness(0.5);
}


.pro_info_mr0525 .w1400 .right .videoIcon::after { 
    width:  100px; height: 100px; content: ""; 
    position: absolute; border-radius: 100px;
    border: 2px dashed #ffffff;
    animation: play 10s linear infinite;
}
.pro_info_mr0525 .w1400 .right .videoIcon i::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 20px;
  border-color: transparent transparent transparent #F3F6FA;  
}
.pro_info_mr0525 .w1400 .right img {
  max-width: 80%;
  max-height: 80%;
}
@media (max-width:1440px) {
  .pro_info_mr0525 .w1400 .left .info {
    line-height: 30px;
    height: 240px;
  }
  .pro_info_mr0525 .w1400 .right {
    height: 495px;
  }
}
@media (max-width:1280px) {
  .pro_info_mr0525 .w1400 .left .info {
    line-height: 26px;
    height: 208px;
  }
  .pro_info_mr0525 .w1400 .left .info p {
    padding-left: 25px;
    background-position: left top 8px;
  }
  .pro_info_mr0525 .w1400 .right {
    height: 435px;
  }
}
@media (max-width:1024px) {
  .pro_info_mr0525 .w1400 .left .info {
    line-height: 24px;
    height: 168px;
  }
  .pro_info_mr0525 .w1400 .left .info p {
    padding-left: 25px;
    background-position: left top 5px;
  }
  .pro_info_mr0525 .w1400 .right {
    height: 360px;
  }
}
@media (max-width:768px) {
  .pro_info_mr0525 {
    padding: 35px 0 40px;
  }
  .pro_info_mr0525 .w1400 {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .pro_info_mr0525 .w1400 .left {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .pro_info_mr0525 .w1400 .left h6 {
    margin-top: 5px;
  }
  .pro_info_mr0525 .w1400 .left .line {
    margin: 15px 0;
  }
  .pro_info_mr0525 .w1400 .left .info {
    height: 120px;
    margin-bottom: 20px;
  }
  .pro_info_mr0525 .w1400 .left .btns .a1 em {
    margin-right: 10px;
  }
  .pro_info_mr0525 .w1400 .left .btns .a2 {
    padding: 0 25px;
  }
  .pro_info_mr0525 .w1400 .right {
    width: 100%;
    margin-bottom: 20px;
    height: 280px;
  }
}
.pro_info2_mr0525 {
  background: #f7f7f7;
  padding-bottom: 4.17vw;
}
.pro_info2_mr0525 .tab_a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #e6e7e9;
  margin-bottom: 2.86vw;
}
.pro_info2_mr0525 .tab_a a {
  font-size: 30px;
  color: #999999;
  padding: 1.3vw 0;
  position: relative;
  margin: 0 3.65vw;
}
@media (max-width: 1680px) {
  .pro_info2_mr0525 .tab_a a {
    font-size: 26.25px;
  }
}
@media (max-width: 1440px) {
  .pro_info2_mr0525 .tab_a a {
    font-size: 22.5px;
  }
}
@media (max-width: 1280px) {
  .pro_info2_mr0525 .tab_a a {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .pro_info2_mr0525 .tab_a a {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .pro_info2_mr0525 .tab_a a {
    font-size: 24px;
  }
}
@media (max-width: 1440px) {
  .pro_info2_mr0525 .tab_a a {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .pro_info2_mr0525 .tab_a a {
    font-size: 18px;
  }
}
.pro_info2_mr0525 .tab_a a:hover,
.pro_info2_mr0525 .tab_a a.on {
  color: #72279d;
}
.pro_info2_mr0525 .tab_a a:hover:before,
.pro_info2_mr0525 .tab_a a.on:before {
  width: 100%;
  left: 0;
  background: #72279d;
}
.pro_info2_mr0525 .tab_a a:before {
  content: '';
  width: 0%;
  height: 2px;
  background: transparent;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.pro_info2_mr0525 .tab_a a:after {
  content: '';
  width: 1px;
  height: 1.46vw;
  background: #a1a1a3;
  position: absolute;
  right: -3.62vw;
  top: 50%;
  transform: translateY(-50%);
  min-height: 14px;
}
.pro_info2_mr0525 .tab_a a:last-child:after {
  display: none;
}
.pro_info2_mr0525 .tab_b .item {
  height: 0;
  max-height: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}
.pro_info2_mr0525 .tab_b .item.on {
  height: auto;
  max-height: none;
}
@media (max-width:768px) {
  .pro_info2_mr0525 {
    padding-bottom: 40px ;
  }
  .pro_info2_mr0525 .tab_a {
    margin-bottom: 30px;
  }
  .pro_info2_mr0525 .tab_a a {
    padding: 10px 0;
  }
}
.hot_product {
  width: 100%;
  height: auto;
  padding: 5.2vw 0;
  overflow: hidden;
}
.hot_product h3.h3 {
  text-align: center;
}
.hot_product .pro_list {
  width: 100%;
  height: auto;
  margin-top: 3vw;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
.hot_product .pro_list .item {
  width: 100%;
  background: #f7f7f7;
}
.hot_product .pro_list .item:hover .imgbox img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.hot_product .pro_list .item:hover .art p {
  color: #72279d;
}
.hot_product .pro_list .item:hover .art i {
  background: #72279d;
  color: #fff;
}
.hot_product .pro_list .item .imgbox {
  height: 338px;
  border-bottom: 2px solid #dedede;
  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:1520px) {
  .hot_product .pro_list .item .imgbox {
    height: 22vw;
    min-height: 160px;
  }
}
@media (max-width:768px) {
  .hot_product .pro_list .item .imgbox {
    height: 160px;
  }
}
.hot_product .pro_list .item .imgbox img {
  max-width: 80%;
  max-height: 80%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hot_product .pro_list .item .art {
  padding: 1.3vw 1.2vw;
  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;
}
.hot_product .pro_list .item .art p {
  width: calc(100% - 30px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  font-family: "hs_l";
  font-weight: 600;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .hot_product .pro_list .item .art p {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .hot_product .pro_list .item .art p {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .hot_product .pro_list .item .art p {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .hot_product .pro_list .item .art p {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .hot_product .pro_list .item .art p {
    font-size: 16px;
  }
}
.hot_product .pro_list .item .art i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 30px;
  height: 30px;
  -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 #72279d;
  border-radius: 50%;
  color: #72279d;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width:990px) {
  .hot_product .pro_list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 25px;
  }
}
@media (max-width:990px) {
  .hot_product {
    padding: 40px 0;
  }
}
.sol_mr0525 {
  padding: 3.65vw 0 3.91vw;
}
.sol_mr0525 .w1400 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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;
}
.sol_mr0525 .w1400 .h_info {
  font-size: 18px;
  text-align: center;
  width: 1070px;
  max-width: 100%;
  margin: 1vw auto 1.5vw;
  line-height: 30px;
}
@media (max-width: 1680px) {
  .sol_mr0525 .w1400 .h_info {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .sol_mr0525 .w1400 .h_info {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .sol_mr0525 .w1400 .h_info {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .sol_mr0525 .w1400 .h_info {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .sol_mr0525 .w1400 .h_info {
    font-size: 16px;
  }
}
@media (max-width:768px) {
  .sol_mr0525 {
    padding: 35px 0 40px;
  }
  .sol_mr0525 .w1400 .h_info {
    margin: 10px 0 20px;
    font-size: 14px;
    line-height: 24px;
  }
}
.sol2_mr0525 {
  padding: 5.21vw 0;
  background: #f7f7f7;
}
@media (max-width:768px) {
  .sol2_mr0525 {
    padding: 40px 0;
  }
}
.sol2_list li {
  margin-bottom: 4.95vw;
}
.sol2_list li:last-child {
  margin-bottom: 0;
}
.sol2_list li:nth-child(odd) a .art {
  padding-left: 7.29vw;
}
.sol2_list li:nth-child(even) a .art {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  padding-right: 7.29vw;
}
.sol2_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;
  cursor: auto;
}
.sol2_list li a:hover .imgbox img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.sol2_list li a .art {
  width: 39%;
  height: 90%;
  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;
}
.sol2_list li a .art h5 {
  margin-bottom: 1.3vw;
}
.sol2_list li a .art .info {
  font-size: 18px;
  color: #666666;
  font-family: "hs_l";
  font-weight: 300;
  line-height: 30px;
  text-align: justify;
}
@media (max-width: 1680px) {
  .sol2_list li a .art .info {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .sol2_list li a .art .info {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .sol2_list li a .art .info {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .sol2_list li a .art .info {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .sol2_list li a .art .info {
    font-size: 16px;
  }
}
.sol2_list li a .imgbox {
  width: 57.14%;
  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: 500px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}
.sol2_list li a .imgbox img {
  max-width: 90%;
  max-height: 90%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width:1600px) {
  .sol2_list li a .imgbox {
    height: 475px;
  }
}
@media (max-width:1440px) {
  .sol2_list li:nth-child(odd) a .art {
    padding-left: 0;
  }
  .sol2_list li:nth-child(even) a .art {
    padding-right: 0;
  }
  .sol2_list li a .imgbox {
    height: 430px;
  }
}
@media (max-width:1280px) {
  .sol2_list li a .imgbox {
    height: 380px;
  }
}
@media (max-width:1024px) {
  .sol2_list li a .imgbox {
    height: 300px;
  }
}
@media (max-width:768px) {
  .sol2_list li {
    margin-bottom: 30px;
  }
  .sol2_list li a {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    height: auto;
  }
  .sol2_list li a .art {
    width: 100%;
    margin-bottom: 20px;
  }
  .sol2_list li a .art h5 {
    margin-bottom: 10px;
  }
  .sol2_list li a .art .info {
    font-size: 14px;
    line-height: 24px;
  }
  .sol2_list li a .art .info br {
    display: none;
  }
  .sol2_list li a .art .info p {
    margin-bottom: 10px;
  }
  .sol2_list li a .art .info p:last-child {
    margin-bottom: 0px;
  }
  .sol2_list li a .imgbox {
    width: 100%;
    height: 200px;
    margin-bottom: 15px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
}
.service_mr0525 {
  padding: 3.65vw 0 0;
  text-align: center;
  position: relative;
  z-index: 2;
}
.service_mr0525 .h_info {
  font-size: 18px;
  color: #666666;
  font-family: "hs_l";
  font-weight: 300;
  width: 1080px;
  max-width: 100%;
  margin: 2.08vw auto 4.43vw;
}
@media (max-width: 1680px) {
  .service_mr0525 .h_info {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .service_mr0525 .h_info {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .service_mr0525 .h_info {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .service_mr0525 .h_info {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .service_mr0525 .h_info {
    font-size: 16px;
  }
}
.service_mr0525 .h_info p {
  margin-bottom: 1.56vw;
}
.service_mr0525 .h_info p:last-child {
  margin-bottom: 0;
}
.service_mr0525 .h_info b {
  color: #333333;
  font-size: 18px;
}
@media (max-width: 1680px) {
  .service_mr0525 .h_info b {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .service_mr0525 .h_info b {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .service_mr0525 .h_info b {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .service_mr0525 .h_info b {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .service_mr0525 .h_info b {
    font-size: 16px;
  }
}
@media (max-width:768px) {
  .service_mr0525 {
    padding: 35px 0 0px;
  }
  .service_mr0525 .h_info {
    font-size: 14px;
    line-height: 24px;
  }
  .service_mr0525 .h_info b {
    font-size: 14px;
  }
}
.service2_mr0525 {
  padding-bottom: 3.91vw;
  background: #f7f7f7;
  position: relative;
  z-index: 1;
}
.service2_mr0525:before {
  content: '';
  width: 100%;
  height: 13.02vw;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  min-height: 100px;
}
@media (max-width:768px) {
  .service2_mr0525 {
    padding: 20px 0 40px;
  }
}
.ser_list li {
  padding-top: 80px;
  margin-top: -80px;
  margin-bottom: 2.6vw;
}
.ser_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;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  cursor: auto;
}
.ser_list li:last-child {
  margin-bottom: 0;
}
.ser_list li:nth-child(2n) .left {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.ser_list li:nth-child(2n) .right:before {
  right: auto;
  left: -22px;
}
.ser_list li:hover .imgbox img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.ser_list li .left {
  width: 50%;
}
.ser_list li .left .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  position: relative;
  overflow: hidden;
}
.ser_list li .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;
}
.ser_list li .right {
  width: 50%;
  padding: 0 2.6vw 2.6vw;
  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;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.ser_list li .right:before {
  content: '';
  width: 35px;
  height: 35px;
  background: #72279d;
  position: absolute;
  right: -22px;
  top: -22px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.ser_list li .right h2 {
  position: absolute;
  right: 10px;
  bottom: 0;
  font-size: 240px;
  font-family: 'Arial';
  color: #999999;
  font-weight: bold;
  opacity: 0.05;
  line-height: 1;
  transform: translateY(45%);
}
@media (max-width: 1680px) {
  .ser_list li .right h2 {
    font-size: 210px;
  }
}
@media (max-width: 1440px) {
  .ser_list li .right h2 {
    font-size: 180px;
  }
}
@media (max-width: 1280px) {
  .ser_list li .right h2 {
    font-size: 160px;
  }
}
@media (max-width: 1024px) {
  .ser_list li .right h2 {
    font-size: 128px;
  }
}
.ser_list li .right h6 {
  font-size: 24px;
  color: #333333;
  font-family: "hs_l";
  font-weight: 600;
  padding-left: 20px;
  position: relative;
  margin-bottom: 15px;
}
@media (max-width: 1680px) {
  .ser_list li .right h6 {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .ser_list li .right h6 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .ser_list li .right h6 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .ser_list li .right h6 {
    font-size: 12.8px;
  }
}
@media (max-width: 1680px) {
  .ser_list li .right h6 {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .ser_list li .right h6 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .ser_list li .right h6 {
    font-size: 16px;
  }
}
.ser_list li .right h6:before {
  content: '';
  width: 3px;
  height: 66%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #72279d;
  margin-top: -1px;
}
.ser_list li .right .info {
  font-size: 16px;
  color: #666666;
  font-family: "hs_l";
  font-weight: 300;
  line-height: 30px;
}
@media (max-width: 1680px) {
  .ser_list li .right .info {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .ser_list li .right .info {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .ser_list li .right .info {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .ser_list li .right .info {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .ser_list li .right .info {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .ser_list li .right .info {
    font-size: 14px;
  }
}
.ser_list li .right .info .s1 {
  margin-right: 40px;
}
@media (max-width:1024px) {
  .ser_list li a .right {
    padding: 20px;
  }
  .ser_list li a .right h6 {
    margin-bottom: 10px;
  }
  .ser_list li a .right .info {
    line-height: 24px;
  }
}
@media (max-width:768px) {
  .ser_list li {
    margin-bottom: 20px;
    padding-top: 100px;
    margin-top: -100px;
  }
  .ser_list li a {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .ser_list li a .left {
    width: 100%;
  }
  .ser_list li a .right {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    padding: 20px 15px;
  }
  .ser_list li a .right h6 {
    margin-bottom: 8px;
    padding-left: 10px;
  }
  .ser_list li a .right:before {
    top: auto!important;
    left: auto!important;
    right: -22px !important;
    bottom: -22px !important;
  }
  .ser_list li a .right .info .s1 {
    width: 100%;
    display: block;
  }
}
.join1_mr0525 {
  padding: 4.43vw 0 4.69vw;
  position: relative;
  z-index: 2;
}
.join1_mr0525.join1_mr0525_1 {
  background: #f7f7f7;
  padding-bottom: 0;
}
.join1_mr0525 .top {
  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;
}
.join1_mr0525 .top h3 {
  font-size: 24px;
  color: #72279d;
  padding-bottom: 6px;
  position: relative;
}
@media (max-width: 1680px) {
  .join1_mr0525 .top h3 {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .join1_mr0525 .top h3 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .join1_mr0525 .top h3 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .join1_mr0525 .top h3 {
    font-size: 12.8px;
  }
}
@media (max-width: 1680px) {
  .join1_mr0525 .top h3 {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .join1_mr0525 .top h3 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .join1_mr0525 .top h3 {
    font-size: 16px;
  }
}
.join1_mr0525 .top h3:before {
  content: '';
  width: 92%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #72279d;
}
.join1_mr0525 .top h6 {
  font-size: 22px;
  text-align: center;
  margin: 1.56vw auto 3.91vw;
  width: 1070px;
  max-width: 100%;
  color: #333333;
  font-family: "hs_l";
  font-weight: 300;
  line-height: 36px;
}
@media (max-width: 1680px) {
  .join1_mr0525 .top h6 {
    font-size: 19.25px;
  }
}
@media (max-width: 1440px) {
  .join1_mr0525 .top h6 {
    font-size: 16.5px;
  }
}
@media (max-width: 1280px) {
  .join1_mr0525 .top h6 {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  .join1_mr0525 .top h6 {
    font-size: 11.73333333px;
  }
}
@media (max-width: 1680px) {
  .join1_mr0525 .top h6 {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .join1_mr0525 .top h6 {
    font-size: 16px;
  }
}
.join1_mr0525 .top h6 b {
  font-size: 22px;
  font-family: "hs_l";
  font-weight: 600;
  color: #333333;
}
@media (max-width: 1680px) {
  .join1_mr0525 .top h6 b {
    font-size: 19.25px;
  }
}
@media (max-width: 1440px) {
  .join1_mr0525 .top h6 b {
    font-size: 16.5px;
  }
}
@media (max-width: 1280px) {
  .join1_mr0525 .top h6 b {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  .join1_mr0525 .top h6 b {
    font-size: 11.73333333px;
  }
}
@media (max-width: 1680px) {
  .join1_mr0525 .top h6 b {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .join1_mr0525 .top h6 b {
    font-size: 16px;
  }
}
@media (max-width:1440px) {
  .join1_mr0525 .top h6 {
    line-height: 30px;
  }
}
@media (max-width:768px) {
  .join1_mr0525 {
    padding: 35px 0 40px;
  }
  .join1_mr0525 .top h6 {
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0 25px;
  }
  .join1_mr0525 .top h6 b {
    font-size: 14px;
  }
}
.join_list1 {
  overflow: hidden;
  position: relative;
}
.join_list1 .swiper-pagination {
  display: none;
}
.join_list1 .swiper-slide {
  background: #f8f7f7;
  position: relative;
}
.join_list1 .swiper-slide:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  height: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.8;
  background-image: linear-gradient(#007eff, #0043b3);
}
.join_list1 .swiper-slide:hover:before {
  height: 100%;
}
.join_list1 .swiper-slide:hover .art .left h5,
.join_list1 .swiper-slide:hover .art .left h6 {
  color: #fff;
}
.join_list1 .swiper-slide:hover .art .icon img {
  display: none;
}
.join_list1 .swiper-slide:hover .art .icon img.on {
  display: block;
}
.join_list1 .swiper-slide:hover .art .info {
  height: auto;
  max-height: 500px;
}
.join_list1 .swiper-slide:hover .imgbox img {
  top: 15px;
}
.join_list1 .swiper-slide .art {
  padding: 30px 30px 0px;
  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;
  position: relative;
  z-index: 1;
}
.join_list1 .swiper-slide .art .left {
  width: calc(100% - 60px);
}
.join_list1 .swiper-slide .art .left h5 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.join_list1 .swiper-slide .art .left h6 {
  font-size: 20px;
  color: #999999;
  font-family: "hs_l";
  font-weight: 300;
  margin-top: 0.63vw;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  height: 75px;
}
@media (max-width: 1680px) {
  .join_list1 .swiper-slide .art .left h6 {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .join_list1 .swiper-slide .art .left h6 {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .join_list1 .swiper-slide .art .left h6 {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .join_list1 .swiper-slide .art .left h6 {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .join_list1 .swiper-slide .art .left h6 {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .join_list1 .swiper-slide .art .left h6 {
    font-size: 16px;
  }
}
.join_list1 .swiper-slide .art .icon {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.join_list1 .swiper-slide .art .icon img {
  display: block;
}
.join_list1 .swiper-slide .art .icon img.on {
  display: none;
}
.join_list1 .swiper-slide .art .info {
  position: absolute;
  width: 100%;
  height: 0;
  max-height: 0;
  overflow: hidden;
  left: 0;
  padding: 0 30px;
  top: 96%;
  font-size: 16px;
  font-family: "hs_l";
  font-weight: 600;
  color: #fff;
  line-height: 24px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .join_list1 .swiper-slide .art .info {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .join_list1 .swiper-slide .art .info {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .join_list1 .swiper-slide .art .info {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .join_list1 .swiper-slide .art .info {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .join_list1 .swiper-slide .art .info {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .join_list1 .swiper-slide .art .info {
    font-size: 14px;
  }
}
.join_list1 .swiper-slide .art .info p {
  padding-left: 20px;
  position: relative;
  margin-bottom: 0.63vw;
}
.join_list1 .swiper-slide .art .info p:last-child {
  margin-bottom: 0;
}
.join_list1 .swiper-slide .art .info p:before {
  content: '';
  width: 8px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 10px;
  background: #fff;
}
.join_list1 .swiper-slide .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 49.66%;
  position: relative;
  overflow: hidden;
}
.join_list1 .swiper-slide .imgbox img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width:1440px) {
  .join_list1 .swiper-slide .art {
    padding: 20px 20px 0px;
  }
  .join_list1 .swiper-slide .art .left h6 {
    height: 60px;
  }
  .join_list1 .swiper-slide .art .icon {
    width: 40px;
    height: 40px;
  }
  .join_list1 .swiper-slide .art .info {
    padding: 0 20px;
  }
  .join_list1 .swiper-slide .art .info p {
    padding-left: 15px;
  }
}
@media (max-width:1024px) {
  .join_list1 {
    padding-bottom: 30px;
  }
  .join_list1 .swiper-pagination {
    display: block;
    bottom: 0;
  }
  .join_list1 .swiper-pagination span {
    background: #72279d;
  }
  .join_list1 .swiper-slide .art {
    padding: 15px 15px 0px;
  }
  .join_list1 .swiper-slide .art .left h6 {
    height: 50px;
  }
  .join_list1 .swiper-slide .art .icon {
    width: 40px;
    height: 40px;
  }
  .join_list1 .swiper-slide .art .info {
    padding: 0 15px;
  }
  .join_list1 .swiper-slide .art .info p {
    padding-left: 15px;
  }
}
@media (max-width:768px) {
  .join_list1 .swiper-slide .art {
    position: relative;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .join_list1 .swiper-slide .art .icon {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 25px;
    height: 25px;
  }
  .join_list1 .swiper-slide .art .info {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    max-height: none;
    color: #333;
    font-size: 14px;
    padding: 0;
    margin-bottom: 15px;
  }
  .join_list1 .swiper-slide .art .info p:before {
    background: #333;
  }
  .join_list1 .swiper-slide .art .left {
    width: 100%;
  }
  .join_list1 .swiper-slide .art .left h6 {
    height: auto;
    margin-bottom: 10px;
    font-size: 13px;
    height: 20px;
    line-height: 20px;
  }
}
.join2_mr0525 {
  background: #f7f7f7;
  padding: 3.91vw 0 5.73vw;
  position: relative;
  box-shadow: inset 0 30px 30px 0 rgba(0, 0, 0, 0.05);
}
.join2_mr0525 h3.h3 {
  text-align: center;
}
.join2_mr0525 .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;
  height: 450px;
  margin-top: 3.39vw;
}
.join2_mr0525 .box .swiper {
  overflow: hidden;
  height: 100%;
}
.join2_mr0525 .box .join2_s {
  width: 18%;
  height: 100%;
  background: url(../images/bg8.png) no-repeat left 10px center;
  position: relative;
}
.join2_mr0525 .box .join2_s .swiper-button-prev,
.join2_mr0525 .box .join2_s .swiper-button-next {
  position: absolute;
  left: 0;
  width: 22px;
  height: 22px;
  color: #333333;
  outline: none;
}
.join2_mr0525 .box .join2_s .swiper-button-prev:hover,
.join2_mr0525 .box .join2_s .swiper-button-next:hover {
  color: #72279d;
}
.join2_mr0525 .box .join2_s .swiper-button-prev:after,
.join2_mr0525 .box .join2_s .swiper-button-next:after {
  font-size: 20px;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  font-weight: bold;
}
@media (max-width: 1680px) {
  .join2_mr0525 .box .join2_s .swiper-button-prev:after,
  .join2_mr0525 .box .join2_s .swiper-button-next:after {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .join2_mr0525 .box .join2_s .swiper-button-prev:after,
  .join2_mr0525 .box .join2_s .swiper-button-next:after {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .join2_mr0525 .box .join2_s .swiper-button-prev:after,
  .join2_mr0525 .box .join2_s .swiper-button-next:after {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .join2_mr0525 .box .join2_s .swiper-button-prev:after,
  .join2_mr0525 .box .join2_s .swiper-button-next:after {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .join2_mr0525 .box .join2_s .swiper-button-prev:after,
  .join2_mr0525 .box .join2_s .swiper-button-next:after {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .join2_mr0525 .box .join2_s .swiper-button-prev:after,
  .join2_mr0525 .box .join2_s .swiper-button-next:after {
    font-size: 16px;
  }
}
.join2_mr0525 .box .join2_s .swiper-button-prev {
  top: -25px;
}
.join2_mr0525 .box .join2_s .swiper-button-next {
  top: auto;
  bottom: -45px;
}
.join2_mr0525 .box .join2_s .swiper-slide {
  cursor: pointer;
}
.join2_mr0525 .box .join2_s .swiper-slide p {
  padding-left: 30px;
  font-size: 18px;
  color: #999999;
  font-family: "Arial";
  position: relative;
}
@media (max-width: 1680px) {
  .join2_mr0525 .box .join2_s .swiper-slide p {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .join2_mr0525 .box .join2_s .swiper-slide p {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .join2_mr0525 .box .join2_s .swiper-slide p {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .join2_mr0525 .box .join2_s .swiper-slide p {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .join2_mr0525 .box .join2_s .swiper-slide p {
    font-size: 16px;
  }
}
.join2_mr0525 .box .join2_s .swiper-slide p:before {
  content: '';
  width: 14px;
  height: 14px;
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  box-sizing: border-box;
  border: 4px solid transparent;
  border-radius: 50%;
}
.join2_mr0525 .box .join2_s .swiper-slide.swiper-slide-active p {
  color: #72279d;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 1680px) {
  .join2_mr0525 .box .join2_s .swiper-slide.swiper-slide-active p {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .join2_mr0525 .box .join2_s .swiper-slide.swiper-slide-active p {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .join2_mr0525 .box .join2_s .swiper-slide.swiper-slide-active p {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .join2_mr0525 .box .join2_s .swiper-slide.swiper-slide-active p {
    font-size: 12.8px;
  }
}
@media (max-width: 1680px) {
  .join2_mr0525 .box .join2_s .swiper-slide.swiper-slide-active p {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .join2_mr0525 .box .join2_s .swiper-slide.swiper-slide-active p {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .join2_mr0525 .box .join2_s .swiper-slide.swiper-slide-active p {
    font-size: 16px;
  }
}
.join2_mr0525 .box .join2_s .swiper-slide.swiper-slide-active p:before {
  border-color: #72279d;
  background: #fff;
}
.join2_mr0525 .box .join2_s2 {
  width: 80%;
  height: 100%;
}
.join2_mr0525 .box .join2_s2 .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.join2_mr0525 .box .join2_s2 .swiper-slide:hover .imgbox img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.join2_mr0525 .box .join2_s2 .swiper-slide .imgbox {
  width: 40%;
  overflow: hidden;
}
.join2_mr0525 .box .join2_s2 .swiper-slide .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.join2_mr0525 .box .join2_s2 .swiper-slide .art {
  width: 52%;
  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;
}
.join2_mr0525 .box .join2_s2 .swiper-slide .art .mh {
  width: 3.49vw;
  min-width: 30px;
  margin: 0.26vw 0 1vw;
}
.join2_mr0525 .box .join2_s2 .swiper-slide .art .info {
  font-size: 18px;
  line-height: 32px;
  color: #666666;
  font-family: "hs_l";
  font-weight: 300;
}
@media (max-width: 1680px) {
  .join2_mr0525 .box .join2_s2 .swiper-slide .art .info {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .join2_mr0525 .box .join2_s2 .swiper-slide .art .info {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .join2_mr0525 .box .join2_s2 .swiper-slide .art .info {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .join2_mr0525 .box .join2_s2 .swiper-slide .art .info {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .join2_mr0525 .box .join2_s2 .swiper-slide .art .info {
    font-size: 16px;
  }
}
.join2_mr0525 .box .join2_s2 .swiper-slide .art .info p {
  margin-bottom: 0.94vw;
}
.join2_mr0525 .box .join2_s2 .swiper-slide .art .info p:last-child {
  margin-bottom: 0;
}
.join2_mr0525 .box .join2_s2 .swiper-slide .art h6 {
  font-size: 24px;
  font-family: "hs_r";
  font-weight: 600;
  padding: 1.82vw 0 1.04vw;
  border-top: 1px solid #d0d4d9;
}
@media (max-width: 1680px) {
  .join2_mr0525 .box .join2_s2 .swiper-slide .art h6 {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .join2_mr0525 .box .join2_s2 .swiper-slide .art h6 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .join2_mr0525 .box .join2_s2 .swiper-slide .art h6 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .join2_mr0525 .box .join2_s2 .swiper-slide .art h6 {
    font-size: 12.8px;
  }
}
@media (max-width: 1680px) {
  .join2_mr0525 .box .join2_s2 .swiper-slide .art h6 {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .join2_mr0525 .box .join2_s2 .swiper-slide .art h6 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .join2_mr0525 .box .join2_s2 .swiper-slide .art h6 {
    font-size: 16px;
  }
}
@media (max-width:1440px) {
  .join2_mr0525 .box {
    height: 420px;
  }
  .join2_mr0525 .box .join2_s2 .swiper-slide .art .info {
    line-height: 30px;
  }
}
@media (max-width:1280px) {
  .join2_mr0525 .box {
    height: 360px;
  }
  .join2_mr0525 .box .join2_s2 .swiper-slide .art .info {
    font-size: 14px;
    line-height: 26px;
  }
}
@media (max-width:1024px) {
  .join2_mr0525 .box {
    height: 290px;
  }
  .join2_mr0525 .box .join2_s2 .swiper-slide .art .info {
    line-height: 24px;
  }
  .join2_mr0525 .box .join2_s2 .swiper-slide .art .mh {
    display: none;
  }
}
@media (max-width:768px) {
  .join2_mr0525 {
    padding: 35px 0;
  }
  .join2_mr0525 .box {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    height: auto;
  }
  .join2_mr0525 .box .join2_s {
    width: 100%;
    background: none;
    height: 40px;
    margin-bottom: 20px;
  }
  .join2_mr0525 .box .join2_s:before {
    content: '';
    width: 100%;
    height: 0;
    border-bottom: 1px dashed #ccc;
    position: absolute;
    left: 0;
    bottom: 8px;
  }
  .join2_mr0525 .box .join2_s .swiper-button-prev,
  .join2_mr0525 .box .join2_s .swiper-button-next {
    top: auto;
    bottom: 10px;
  }
  .join2_mr0525 .box .join2_s .swiper-button-prev:after,
  .join2_mr0525 .box .join2_s .swiper-button-next:after {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  .join2_mr0525 .box .join2_s .swiper-button-prev {
    left: -20px;
  }
  .join2_mr0525 .box .join2_s .swiper-button-next {
    left: auto;
    right: -20px;
  }
  .join2_mr0525 .box .join2_s .swiper .swiper-slide {
    height: 40px;
    width: auto!important;
    margin: 0 15px;
  }
  .join2_mr0525 .box .join2_s .swiper .swiper-slide.swiper-slide-prev p,
  .join2_mr0525 .box .join2_s .swiper .swiper-slide.swiper-slide-next p {
    color: #999999;
  }
  .join2_mr0525 .box .join2_s .swiper .swiper-slide.swiper-slide-prev p:before,
  .join2_mr0525 .box .join2_s .swiper .swiper-slide.swiper-slide-next p:before {
    border-color: transparent;
  }
  .join2_mr0525 .box .join2_s .swiper .swiper-slide p {
    padding-left: 0;
    text-align: center;
    width: 100%;
    padding-bottom: 20px;
  }
  .join2_mr0525 .box .join2_s .swiper .swiper-slide p:before {
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: 4px;
  }
  .join2_mr0525 .box .join2_s2 {
    width: 100%;
    height: auto;
  }
  .join2_mr0525 .box .join2_s2 .swiper-slide {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .join2_mr0525 .box .join2_s2 .swiper-slide .imgbox {
    width: 100%;
    height: 300px;
  }
  .join2_mr0525 .box .join2_s2 .swiper-slide .art {
    width: 100%;
  }
  .join2_mr0525 .box .join2_s2 .swiper-slide .art .mh {
    display: none;
  }
  .join2_mr0525 .box .join2_s2 .swiper-slide .art .info {
    margin: 15px 0;
  }
  .join2_mr0525 .box .join2_s2 .swiper-slide .art h6 {
    padding: 15px 0 0;
  }
}
.join3_mr0525 {
  padding: 3.91vw 0;
  overflow: hidden;
}
.join3_mr0525 h3.h3 {
  text-align: center;
}
.join3_mr0525 .join3_s {
  position: relative;
  margin-top: 2.6vw;
}
.join3_mr0525 .join3_s .swiper-button-prev,
.join3_mr0525 .join3_s .swiper-button-next {
  outline: none;
  color: #22262c;
}
.join3_mr0525 .join3_s .swiper-button-prev:hover,
.join3_mr0525 .join3_s .swiper-button-next:hover {
  color: #72279d;
}
.join3_mr0525 .join3_s .swiper-button-prev:after,
.join3_mr0525 .join3_s .swiper-button-next:after {
  font-size: 22px;
}
@media (max-width: 1680px) {
  .join3_mr0525 .join3_s .swiper-button-prev:after,
  .join3_mr0525 .join3_s .swiper-button-next:after {
    font-size: 19.25px;
  }
}
@media (max-width: 1440px) {
  .join3_mr0525 .join3_s .swiper-button-prev:after,
  .join3_mr0525 .join3_s .swiper-button-next:after {
    font-size: 16.5px;
  }
}
@media (max-width: 1280px) {
  .join3_mr0525 .join3_s .swiper-button-prev:after,
  .join3_mr0525 .join3_s .swiper-button-next:after {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  .join3_mr0525 .join3_s .swiper-button-prev:after,
  .join3_mr0525 .join3_s .swiper-button-next:after {
    font-size: 11.73333333px;
  }
}
@media (max-width: 1680px) {
  .join3_mr0525 .join3_s .swiper-button-prev:after,
  .join3_mr0525 .join3_s .swiper-button-next:after {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .join3_mr0525 .join3_s .swiper-button-prev:after,
  .join3_mr0525 .join3_s .swiper-button-next:after {
    font-size: 16px;
  }
}
.join3_mr0525 .join3_s .swiper-button-prev {
  left: -60px;
}
.join3_mr0525 .join3_s .swiper-button-next {
  right: -60px;
}
.join3_mr0525 .join3_s .swiper {
  overflow: hidden;
}
.join3_mr0525 .join3_s .swiper .swiper-slide a {
  cursor: auto;
  display: block;
}
.join3_mr0525 .join3_s .swiper .swiper-slide:hover .imgbox img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.join3_mr0525 .join3_s .swiper .swiper-slide .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 66.7%;
  position: relative;
  overflow: hidden;
}
.join3_mr0525 .join3_s .swiper .swiper-slide .imgbox img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.join3_mr0525 .join3_s .swiper .swiper-slide p {
  font-size: 18px;
  color: #333333;
  font-family: "hs_l";
  font-weight: 300;
  text-align: center;
  margin-top: 1.04vw;
}
@media (max-width: 1680px) {
  .join3_mr0525 .join3_s .swiper .swiper-slide p {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .join3_mr0525 .join3_s .swiper .swiper-slide p {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .join3_mr0525 .join3_s .swiper .swiper-slide p {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .join3_mr0525 .join3_s .swiper .swiper-slide p {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .join3_mr0525 .join3_s .swiper .swiper-slide p {
    font-size: 16px;
  }
}
@media (max-width:1560px) {
  .join3_mr0525 .join3_s .swiper-button-prev {
    left: -40px;
  }
  .join3_mr0525 .join3_s .swiper-button-next {
    right: -40px;
  }
}
@media (max-width:1024px) {
  .join3_mr0525 .join3_s .swiper-button-prev {
    left: -25px;
    margin-top: -30px;
  }
  .join3_mr0525 .join3_s .swiper-button-next {
    right: -25px;
    margin-top: -30px;
  }
}
@media (max-width:768px) {
  .join3_mr0525 {
    padding: 35px 0;
  }
  .join3_mr0525 .join3_s {
    margin-top: 20px;
  }
}
.join4_mr0525 {
  background: #fff;
  position: relative;
  z-index: 1;
  min-height: 455px;
  padding-bottom: 3.39vw;
}
.join4_mr0525:before {
  content: '';
  width: 100%;
  height: 455px;
  background: #f7f7f7;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.join4_mr0525 #dw_a {
  padding-top: 75px;
  margin-top: -75px;
}
.join4_mr0525 .tab_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;
}
.join4_mr0525 .tab_a a {
  font-size: 36px;
  color: #999999;
  margin: 0 2.6vw;
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .join4_mr0525 .tab_a a {
    font-size: 31.5px;
  }
}
@media (max-width: 1440px) {
  .join4_mr0525 .tab_a a {
    font-size: 27px;
  }
}
@media (max-width: 1280px) {
  .join4_mr0525 .tab_a a {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .join4_mr0525 .tab_a a {
    font-size: 19.2px;
  }
}
.join4_mr0525 .tab_a a::before {
  content: '';
  width: 2px;
  height: 70%;
  position: absolute;
  right: -2.55vw;
  background: #999999;
  top: 50%;
  transform: translateY(-50%);
}
.join4_mr0525 .tab_a a:last-child:before {
  display: none;
}
.join4_mr0525 .tab_a a.on {
  color: #72279d;
}
.join4_mr0525 .h_info {
  text-align: center;
  margin-top: 1.56vw;
  font-size: 18px;
}
@media (max-width: 1680px) {
  .join4_mr0525 .h_info {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .join4_mr0525 .h_info {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .join4_mr0525 .h_info {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .join4_mr0525 .h_info {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .join4_mr0525 .h_info {
    font-size: 16px;
  }
}
@media (max-width:768px) {
  .join4_mr0525 {
    padding-bottom: 35px;
  }
  .join4_mr0525 .h_info {
    font-size: 14px;
    margin-top: 10px;
  }
}
.join4_list {
  margin: 3.13vw auto 2.6vw;
  background: #fff;
}
.join4_list li.on .li_a {
  background: #72279d;
  border-color: #72279d;
}
.join4_list li.on .li_a h3,
.join4_list li.on .li_a p {
  color: #fff;
}
.join4_list li.on .li_a .xs {
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.join4_list li.on .box {
  height: auto;
  max-height: 100vh;
  padding: 30px 30px 40px;
}
.join4_list li .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;
  height: 80px;
  padding: 0 30px;
  border-bottom: 1px solid #e5e5e5;
  background: transparent;
}
.join4_list li .li_a h3 {
  width: 40%;
  font-size: 22px;
  font-family: "hs_l";
  font-weight: 600;
  color: #333;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .join4_list li .li_a h3 {
    font-size: 19.25px;
  }
}
@media (max-width: 1440px) {
  .join4_list li .li_a h3 {
    font-size: 16.5px;
  }
}
@media (max-width: 1280px) {
  .join4_list li .li_a h3 {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  .join4_list li .li_a h3 {
    font-size: 11.73333333px;
  }
}
@media (max-width: 1680px) {
  .join4_list li .li_a h3 {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .join4_list li .li_a h3 {
    font-size: 16px;
  }
}
.join4_list li .li_a .right {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}
.join4_list li .li_a p {
  font-size: 16px;
  font-family: "hs_l";
  font-weight: 300;
  display: block;
  color: #666666;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .join4_list li .li_a p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .join4_list li .li_a p {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .join4_list li .li_a p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .join4_list li .li_a p {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .join4_list li .li_a p {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .join4_list li .li_a p {
    font-size: 14px;
  }
}
.join4_list li .li_a p:nth-child(1) {
  width: 30%;
}
.join4_list li .li_a p i {
  margin-right: 10px;
}
.join4_list li .li_a .xs {
  transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
}
.join4_list li .li_a .xs i {
  font-size: 26px;
  margin-right: 0;
}
@media (max-width: 1680px) {
  .join4_list li .li_a .xs i {
    font-size: 22.75px;
  }
}
@media (max-width: 1440px) {
  .join4_list li .li_a .xs i {
    font-size: 19.5px;
  }
}
@media (max-width: 1280px) {
  .join4_list li .li_a .xs i {
    font-size: 17.33333333px;
  }
}
@media (max-width: 1024px) {
  .join4_list li .li_a .xs i {
    font-size: 13.86666667px;
  }
}
@media (max-width: 1680px) {
  .join4_list li .li_a .xs i {
    font-size: 22px;
  }
}
@media (max-width: 1440px) {
  .join4_list li .li_a .xs i {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .join4_list li .li_a .xs i {
    font-size: 16px;
  }
}
.join4_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;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  padding: 0px;
  background: #fff;
  height: 0;
  max-height: 0;
  overflow: hidden;
  padding: 0 30px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.join4_list li .box .art {
  width: 44%;
  font-size: 16px;
  line-height: 30px;
  font-family: "hs_l";
  font-weight: 300;
}
@media (max-width: 1680px) {
  .join4_list li .box .art {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .join4_list li .box .art {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .join4_list li .box .art {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .join4_list li .box .art {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .join4_list li .box .art {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .join4_list li .box .art {
    font-size: 14px;
  }
}
.join4_list li .box .art.art2 {
  width: 51.2%;
}
.join4_list li .box .art h5 {
  font-size: 18px;
  color: #333333;
  font-family: "hs_r";
  font-weight: 600;
  margin-bottom: 8px;
}
@media (max-width: 1680px) {
  .join4_list li .box .art h5 {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .join4_list li .box .art h5 {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .join4_list li .box .art h5 {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .join4_list li .box .art h5 {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .join4_list li .box .art h5 {
    font-size: 16px;
  }
}
.join4_list li .box .btn {
  width: 100%;
  margin-top: 1.82vw;
}
.join4_list li .box .btn a {
  padding: 0 35px;
}
@media (max-width:1440px) {
  .join4_list li.on .box {
    padding: 20px 20px 30px;
  }
  .join4_list li .li_a {
    height: 60px;
    padding: 0 20px;
  }
  .join4_list li .li_a p {
    font-size: 14px;
  }
  .join4_list li .box {
    padding: 0 20px;
  }
  .join4_list li .box .art {
    font-size: 14px;
    line-height: 24px;
  }
  .join4_list li .box .btn a {
    padding: 0 25px;
  }
}
@media (max-width:768px) {
  .join4_list {
    margin: 20px auto;
  }
  .join4_list li.on .box {
    padding: 15px 15px 20px;
    max-height: 60vh;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #72279d transparent;
  }
  .join4_list li.on .box::-webkit-scrollbar {
    width: 2px;
    height: 2px;
    background-color: #e5e5e5;
  }
  .join4_list li.on .box::-webkit-scrollbar-thumb {
    background-color: #72279d;
    border-radius: 10px;
  }
  .join4_list li .li_a {
    height: 50px;
    padding: 0 15px;
  }
  .join4_list li .li_a h3 {
    width: calc(100% - 30px);
  }
  .join4_list li .li_a .right {
    width: 20px;
  }
  .join4_list li .li_a .right p {
    display: none;
  }
  .join4_list li .li_a .right .xs {
    display: block;
    text-align: right;
  }
  .join4_list li .li_a p {
    font-size: 14px;
  }
  .join4_list li .box {
    padding: 0 15px;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .join4_list li .box .art {
    font-size: 13px;
    line-height: 24px;
    width: 100%;
    margin-bottom: 20px;
  }
  .join4_list li .box .art.art2 {
    width: 100%;
  }
  .join4_list li .box .btn {
    margin-top: 0;
  }
  .join4_list li .box .btn a {
    padding: 0 25px;
  }
}
.contact1_mr0525 {
  padding: 3.13vw 0 3.39vw;
  background: #f7f7f7;
  overflow: hidden;
}
.contact1_mr0525 h3.h3 {
  text-align: center;
}
.contact1_mr0525 h3.h3 b {
  font-size: 72px;
  color: #72279d;
  font-family: 'Arial';
  font-weight: bold;
}
@media (max-width: 1680px) {
  .contact1_mr0525 h3.h3 b {
    font-size: 63px;
  }
}
@media (max-width: 1440px) {
  .contact1_mr0525 h3.h3 b {
    font-size: 54px;
  }
}
@media (max-width: 1280px) {
  .contact1_mr0525 h3.h3 b {
    font-size: 48px;
  }
}
@media (max-width: 1024px) {
  .contact1_mr0525 h3.h3 b {
    font-size: 38.4px;
  }
}
.contact1_mr0525 h3.h3 span {
  font-size: 48px;
  color: #72279d;
  font-weight: bold;
}
@media (max-width: 1680px) {
  .contact1_mr0525 h3.h3 span {
    font-size: 42px;
  }
}
@media (max-width: 1440px) {
  .contact1_mr0525 h3.h3 span {
    font-size: 36px;
  }
}
@media (max-width: 1280px) {
  .contact1_mr0525 h3.h3 span {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .contact1_mr0525 h3.h3 span {
    font-size: 25.6px;
  }
}
@media (max-width: 1680px) {
  .contact1_mr0525 h3.h3 span {
    font-size: 42px;
  }
}
@media (max-width: 1440px) {
  .contact1_mr0525 h3.h3 span {
    font-size: 32px;
  }
}
@media (max-width: 1280px) {
  .contact1_mr0525 h3.h3 span {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .contact1_mr0525 h3.h3 span {
    font-size: 24px;
  }
}
.contact1_mr0525 .img {
  margin-top: 4.69vw;
  position: relative;
}
.contact1_mr0525 .img ul li {
  width: 1px;
  height: 1px;
  position: absolute;
}
.contact1_mr0525 .img ul li.on i {
  color: #72279d;
  -webkit-transform: translate(-50%, -50%) scale(1.3);
  -ms-transform: translate(-50%, -50%) scale(1.3);
  -o-transform: translate(-50%, -50%) scale(1.3);
  transform: translate(-50%, -50%) scale(1.3);
}
.contact1_mr0525 .img ul li.on .box {
  opacity: 1;
  z-index: 1;
}
.contact1_mr0525 .img ul li i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 20px;
  color: #999999;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1680px) {
  .contact1_mr0525 .img ul li i {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .contact1_mr0525 .img ul li i {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .contact1_mr0525 .img ul li i {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .contact1_mr0525 .img ul li i {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .contact1_mr0525 .img ul li i {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .contact1_mr0525 .img ul li i {
    font-size: 16px;
  }
}
.contact1_mr0525 .img ul li .box {
  width: auto;
  min-width: 120px;
  white-space: nowrap;
  padding: 6px 20px;
  background: #fff;
  position: absolute;
  left: 23px;
  top: -26px;
  border-radius: 5px;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.contact1_mr0525 .img ul li .box:before {
  content: '';
  width: 14px;
  height: 100%;
  position: absolute;
  left: -14px;
  background: url(../images/jt.png) no-repeat center;
  top: 0;
}
.contact1_mr0525 .img ul li .box:after {
  content: '';
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #72279d;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.contact1_mr0525 .img ul li .box h6 {
  font-size: 20px;
  color: #333333;
  font-family: "hs_l";
  font-weight: 600;
}
@media (max-width: 1680px) {
  .contact1_mr0525 .img ul li .box h6 {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .contact1_mr0525 .img ul li .box h6 {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .contact1_mr0525 .img ul li .box h6 {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .contact1_mr0525 .img ul li .box h6 {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .contact1_mr0525 .img ul li .box h6 {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .contact1_mr0525 .img ul li .box h6 {
    font-size: 16px;
  }
}
.contact1_mr0525 .img ul li .box p {
  font-size: 16px;
  color: #999999;
  font-family: "hs_l";
  font-weight: 300;
}
@media (max-width: 1680px) {
  .contact1_mr0525 .img ul li .box p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .contact1_mr0525 .img ul li .box p {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .contact1_mr0525 .img ul li .box p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .contact1_mr0525 .img ul li .box p {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .contact1_mr0525 .img ul li .box p {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .contact1_mr0525 .img ul li .box p {
    font-size: 14px;
  }
}
.contact1_mr0525 .contact1_s {
  display: none;
}
@media (max-width:1440px) {
  .contact1_mr0525 .img ul li .box p {
    font-size: 14px;
  }
}
@media (max-width:1280px) {
  .contact1_mr0525 .img ul li .box {
    padding: 10px 15px 6px;
    text-align: center;
    min-width: 80px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
  .contact1_mr0525 .img ul li .box:before {
    display: none;
  }
  .contact1_mr0525 .img ul li .box:after {
    width: 100%;
    height: 5px;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .contact1_mr0525 .img ul li .box p {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .contact1_mr0525 .img ul li .box {
    display: none;
  }
  .contact1_mr0525 .img {
    transform: scale(1.2);
  }
  .contact1_mr0525 .img ul li.on i {
    transform: scale(0.5);
  }
  .contact1_mr0525 .img ul li i {
    transform: scale(0.3);
  }
  .contact1_mr0525 .contact1_s {
    display: block;
    padding-bottom: 30px;
    position: relative;
    overflow: hidden;
    margin: 10px auto 10px;
  }
  .contact1_mr0525 .contact1_s .swiper-pagination {
    bottom: 0;
  }
  .contact1_mr0525 .contact1_s .swiper-pagination span {
    background: #72279d;
    width: 5px;
    height: 5px;
    margin: 0 2px;
  }
  .contact1_mr0525 .contact1_s .swiper-slide {
    background: rgba(114, 39, 157, 0.8);
    padding: 15px;
    border-radius: 5px;
    text-align: center;
  }
  .contact1_mr0525 .contact1_s h6 {
    font-size: 16px;
    color: #fff;
  }
  .contact1_mr0525 .contact1_s p {
    font-size: 14px;
    color: #fff;
  }
}
.contact2_mr0525 {
  padding: 4.17vw 0 3.13vw;
}
.contact2_mr0525 h4.h4 {
  text-align: center;
}
.contact2_mr0525 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin: 3.13vw auto 1.04vw;
}
.contact2_mr0525 ul li {
  background: #f6f6f6;
  width: calc(33.33% - 20px);
  margin: 0 30px 30px 0;
  padding: 30px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.contact2_mr0525 ul li:nth-child(3n) {
  margin-right: 0;
}
.contact2_mr0525 ul li:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}
.contact2_mr0525 ul li h5 {
  width: 250px;
  height: 50px;
  background: #fff;
  margin-left: -30px;
  line-height: 50px;
  padding-left: 30px;
  position: relative;
  font-size: 22px;
  color: #72279d;
  font-family: "hs_l";
  font-weight: 600;
}
@media (max-width: 1680px) {
  .contact2_mr0525 ul li h5 {
    font-size: 19.25px;
  }
}
@media (max-width: 1440px) {
  .contact2_mr0525 ul li h5 {
    font-size: 16.5px;
  }
}
@media (max-width: 1280px) {
  .contact2_mr0525 ul li h5 {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  .contact2_mr0525 ul li h5 {
    font-size: 11.73333333px;
  }
}
@media (max-width: 1680px) {
  .contact2_mr0525 ul li h5 {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .contact2_mr0525 ul li h5 {
    font-size: 16px;
  }
}
.contact2_mr0525 ul li h5:before {
  content: '';
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #72279d;
}
.contact2_mr0525 ul li .info {
  margin-top: 1.04vw;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  font-family: "hs_l";
  font-weight: 300;
}
@media (max-width: 1680px) {
  .contact2_mr0525 ul li .info {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .contact2_mr0525 ul li .info {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .contact2_mr0525 ul li .info {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .contact2_mr0525 ul li .info {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .contact2_mr0525 ul li .info {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .contact2_mr0525 ul li .info {
    font-size: 14px;
  }
}
.contact2_mr0525 ul li .info b {
  font-size: 16px;
  font-family: "hs_l";
  font-weight: 600;
  color: #333333;
}
@media (max-width: 1680px) {
  .contact2_mr0525 ul li .info b {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .contact2_mr0525 ul li .info b {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .contact2_mr0525 ul li .info b {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .contact2_mr0525 ul li .info b {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .contact2_mr0525 ul li .info b {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .contact2_mr0525 ul li .info b {
    font-size: 14px;
  }
}
.contact2_mr0525 .xh_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;
  font-size: 16px;
  color: #cccccc;
  font-family: "hs_l";
  font-weight: 300;
}
@media (max-width: 1680px) {
  .contact2_mr0525 .xh_a {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .contact2_mr0525 .xh_a {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .contact2_mr0525 .xh_a {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .contact2_mr0525 .xh_a {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .contact2_mr0525 .xh_a {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .contact2_mr0525 .xh_a {
    font-size: 14px;
  }
}
.contact2_mr0525 .xh_a:hover {
  color: #72279d;
}
.contact2_mr0525 .xh_a i {
  margin-left: 15px;
}
@media (max-width:1280px) {
  .contact2_mr0525 ul li {
    width: calc(33.33% - 13.33px);
    margin: 0 20px 20px 0;
    padding: 20px;
  }
  .contact2_mr0525 ul li h5 {
    height: 40px;
    margin-left: -20px;
    padding-left: 20px;
    line-height: 40px;
    width: 180px;
  }
  .contact2_mr0525 ul li h5:before {
    width: 3px;
  }
  .contact2_mr0525 ul li .info {
    line-height: 24px;
  }
}
@media (max-width:768px) {
  .contact2_mr0525 {
    padding: 35px 0;
  }
  .contact2_mr0525 ul {
    margin-top: 20px;
  }
  .contact2_mr0525 ul li {
    width: 100%;
    margin: 0 0 15px 0;
    padding: 20px 15px;
  }
  .contact2_mr0525 ul li h5 {
    margin-left: -15px;
    padding-left: 15px;
  }
  .contact2_mr0525 ul li h5:before {
    width: 2px;
  }
  .contact2_mr0525 ul li .info {
    margin-top: 10px;
  }
}
#con1,
#con2 {
  padding-top: 75px;
  margin-top: -75px;
}
@media (max-width:990px) {
  #con1,
  #con2 {
    padding-top: 100px;
    margin-top: -100px;
  }
}
/* ------------------------------------------------------------------- 视频弹窗 */
.popup_video {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999999999999;
  top: 0;
  left: 0;
  background: #000000b0;
  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;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popup_video .images {
  max-width: 80%;
  min-width: 50%;
  width: 100%;
  max-height: 80vh;
  position: relative;
  z-index: 1;
  background: #000000;
}
.popup_video .images .video {
  width: 100%;
  height: auto;
  min-width: 80%;
}
.popup_video .images .video iframe {
  width: 100%;
  height: auto;
  min-height: 80vh;
}
.popup_video .images .video video {
  width: 100%;
  height: auto;
  max-height: 80vh;
}
.popup_video .images .icon {
  width: 50px;
  height: 50px;
  background: #FFF;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  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;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: translateX(50%) translateY(-50%);
}
.popup_video .images .icon i {
  width: 0;
  height: 0;
  position: relative;
  z-index: 1;
  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;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popup_video .images .icon i::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 20px;
  background: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(45deg);
}
.popup_video .images .icon i::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 20px;
  background: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(-45deg);
}
.popup_video .images .icon:hover {
  background: #72279d;
}
.popup_video .images .icon:hover i {
  transform: rotate(360deg);
}
.popup_video .images .icon:hover i::after {
  background: #FFF;
}
.popup_video .images .icon:hover i::before {
  background: #FFF;
}
.popup_video.active {
  opacity: 1;
  visibility: visible;
}
.banner_info_mr0525 .img img { width: 100%; }