@charset "UTF-8";
html,
body,
div,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
main,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
input,
textarea,
select,
button,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: initial;
  vertical-align: baseline;
  background: transparent;
  -webkit-tap-highlight-color: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
body {
  padding: 0;
  margin: 0 auto!important;
  font-size: 16px;
  line-height: 1.4;
  color: #333;
  min-width: 320px;
  width: 100%;
  zoom: 1;
  background: #fff;
  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: "us_b";
  src: url('../fonts/BEBAS.ttf');
}
@font-face {
  font-family: "Roman";
  src: url('../fonts/HelveticaNeueLTPro-ThEx.otf');
}
@font-face {
  font-family: "us_r";
  src: url('../fonts/unisansregular.woff');
}
@font-face {
  font-family: "us_b";
  src: url('../fonts/unisansbold.woff');
}
.us_b {
  font-family: "us_b";
}
.us_r {
  font-family: "us_r";
}
body {
  font-family: "us_r";
}
h2.h2 {
  font-size: 48px;
  font-family: "us_b";
}
@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;
  font-family: "us_b";
}
@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;
  font-family: "us_b";
}
@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;
  font-family: "us_b";
}
@media (max-width: 1680px) {
  h5.h5 {
    font-size: 26.25px;
  }
}
@media (max-width: 1440px) {
  h5.h5 {
    font-size: 22.5px;
  }
}
@media (max-width: 1280px) {
  h5.h5 {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  h5.h5 {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  h5.h5 {
    font-size: 24px;
  }
}
@media (max-width: 1440px) {
  h5.h5 {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  h5.h5 {
    font-size: 18px;
  }
}
h6.h6 {
  font-size: 26px;
  font-family: "us_b";
}
@media (max-width: 1680px) {
  h6.h6 {
    font-size: 22.75px;
  }
}
@media (max-width: 1440px) {
  h6.h6 {
    font-size: 19.5px;
  }
}
@media (max-width: 1280px) {
  h6.h6 {
    font-size: 17.33333333px;
  }
}
@media (max-width: 1024px) {
  h6.h6 {
    font-size: 13.86666667px;
  }
}
@media (max-width: 1680px) {
  h6.h6 {
    font-size: 22px;
  }
}
@media (max-width: 1440px) {
  h6.h6 {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  h6.h6 {
    font-size: 16px;
  }
}
.h_line {
  width: 11.46vw;
  height: 1px;
  background: #a20713;
  margin: 2.6vw auto 1.3vw;
  min-width: 100px;
}
@media (max-width:768px) {
  .h_line {
    margin: 15px auto;
  }
}
.h_info {
  font-size: 16px;
  line-height: 30px;
}
@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:1024px) {
  .h_info {
    line-height: 22px;
  }
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently not supported by any browser */
}
.videomark {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 9998;
  display: none;
}
.videobox {
  position: fixed;
  width: 1400px;
  max-width: calc(100% - 100px);
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  display: none;
}
.videobox video {
  width: 100%;
  object-fit: fill;
}
.videobox .close {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: 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: #a20713;
  -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: #a20713;
  color: #fff;
}
.videobox .video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.videobox .video video,
.videobox .video iframe {
  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;
  }
}
.mark {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 9998;
  display: none;
}
.markbox {
  width: 600px;
  max-width: calc(100% - 20px);
  height: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 1.5vw 3vw;
  z-index: 9999;
  border-radius: 1.04vw;
  display: none;
  overflow: hidden;
}
.markbox .close_mark {
  position: absolute;
  top: 1.56vw;
  right: 1.56vw;
  width: 4.69vw;
  height: 4.69vw;
  min-width: 30px;
  min-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: 60px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #444444;
  z-index: 9;
}
@media (max-width: 1680px) {
  .markbox .close_mark {
    font-size: 52.5px;
  }
}
@media (max-width: 1440px) {
  .markbox .close_mark {
    font-size: 45px;
  }
}
@media (max-width: 1280px) {
  .markbox .close_mark {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .markbox .close_mark {
    font-size: 32px;
  }
}
.markbox .close_mark:hover {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.markbox h2 {
  width: 100%;
  padding: 20px 50px 20px 0 ;
  color: #151618;
  position: relative;
  z-index: 1;
  font-size: 22px;
  font-family: "us_r";
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 1vw;
  text-align: left;
}
@media (max-width: 1680px) {
  .markbox h2 {
    font-size: 19.25px;
  }
}
@media (max-width: 1440px) {
  .markbox h2 {
    font-size: 16.5px;
  }
}
@media (max-width: 1280px) {
  .markbox h2 {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  .markbox h2 {
    font-size: 11.73333333px;
  }
}
@media (max-width: 1680px) {
  .markbox h2 {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .markbox h2 {
    font-size: 16px;
  }
}
@media (max-width:768px) {
  .markbox h2 {
    padding: 15px 20px;
  }
}
.markbox .form3 {
  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;
  max-height: calc(100vh - 200px);
  overflow-y: scroll;
  width: calc(100% + 20px);
  padding-right: 20px;
}
.markbox .form3::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.markbox .form3::-webkit-scrollbar-thumb {
  background-color: #307BFF;
  border-radius: 10px;
}
.markbox .form3 label {
  margin-bottom: 0.6vw;
}
.markbox .form3 label > span {
  font-size: 16px;
  color: #3F3F3F;
  margin-bottom: 5px;
  display: block;
}
@media (max-width: 1680px) {
  .markbox .form3 label > span {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .markbox .form3 label > span {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .markbox .form3 label > span {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .markbox .form3 label > span {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .markbox .form3 label > span {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .markbox .form3 label > span {
    font-size: 14px;
  }
}
.markbox .form3 label > span i {
  color: #E02020;
}
.markbox .form3 label input,
.markbox .form3 label select {
  width: 100%;
  height: 2.08vw;
  min-height: 30px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #D6D6D6;
  padding: 0 1.04vw;
  font-size: 14px;
  font-family: "us_r";
}
.markbox .form3 label input::placeholder,
.markbox .form3 label select::placeholder {
  font-size: 14px;
  font-family: "us_r";
}
.markbox .form3 label textarea {
  width: 100%;
  height: 6.25vw;
  min-height: 80px;
  background: #F6F6F6;
  border-radius: 4px;
  border: 1px solid #D6D6D6;
  padding: 0.78vw 1.04vw;
}
.markbox .form3 label.l1 {
  width: 46.57%;
}
.markbox .form3 label.l2 {
  width: 100%;
}
.markbox .form3 .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  margin-top: 0.52vw;
}
.markbox .form3 .btn .button {
  padding: 0 2vw;
  height: 3.13vw;
  min-height: 40px;
  background: #fff;
  border-radius: 4px;
  font-size: 20px;
  color: #a20713;
  text-align: right;
  position: relative;
  z-index: 1;
  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;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid #D6D6D6;
}
@media (max-width: 1680px) {
  .markbox .form3 .btn .button {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .markbox .form3 .btn .button {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .markbox .form3 .btn .button {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .markbox .form3 .btn .button {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .markbox .form3 .btn .button {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .markbox .form3 .btn .button {
    font-size: 16px;
  }
}
@media (max-width:768px) {
  .markbox .form3 .btn .button {
    padding: 0 20px;
  }
}
.markbox .form3 .btn .button span {
  position: relative;
  z-index: 2;
}
.markbox .form3 .btn .button:hover {
  background: #a20713;
  color: #fff;
  border-color: #a20713;
}
@media (max-width: 1440px) {
  .markbox {
    width: 800px;
  }
}
@media (max-width: 768px) {
  .markbox {
    padding: 15px;
  }
  .markbox .form .btn {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .markbox .form .btn .right {
    width: 100%;
    font-size: 14px;
    margin-top: 10px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .markbox .form .btn .right a {
    font-size: 14px;
  }
}
@keyframes run {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
header {
  height: 76px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 0 60px;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  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;
  color: #000;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  header {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  header {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  header {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  header {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  header {
    font-size: 16px;
  }
}
header.on {
 background: rgba(0, 0, 0, 0.5);
}


header.scroll {
  top: -100px;
}
header:before {
  content: '';
  width: 100%;
  height: 0px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
header a {
  font-size: 18px;
  color: #fff;
}
@media (max-width: 1680px) {
  header a {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  header a {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  header a {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  header a {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  header a {
    font-size: 16px;
  }
}
header .logo {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 1.04vw;
}
header .logo img {
  max-height: 60px;
}
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 .lan {
  margin-left: 1.56vw;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
header .lan:hover {
  color: #a20713;
}
header .lan span {
  margin-left: 10px;
  padding-top: 0.21vw;
}
header .lan i {
  animation: run 10s infinite;
}
header .nav {
  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 .nav li {
  padding: 0 3.13vw;
  height: 100%;
}
header .nav li.on .li_a,
header .nav li:hover .li_a {
  color: #a20713;
}
header .nav li.on .li_a:before,
header .nav li:hover .li_a:before {
  width: 100%;
  left: 0;
  background: #a20713;
}
header .nav li:last-child {
  padding-right: 2.08vw;
}
header .nav li .li_a {
  text-transform: capitalize;
  font-weight: 600;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
header .nav li .li_a:before {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
header .nav li:hover .nav_li {
  display: block;
}
header .nav li .nav_li {
  position: absolute;
  padding: 25px 0 30px;
  z-index: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: none;
  -webkit-animation: hide-animation 0.5s;
  animation: hide-animation 0.5s;
}
header .nav li .nav_li .items {
  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;
  transform: translateX(-43%);
}
header .nav li .nav_li .items .item_a {
  margin-right: 30px;
}
header .nav li .nav_li:before {
  content: '';
  width: 5000px;
  height: 100%;
  position: absolute;
  left: -2500px;
  top: 0;
  background: #72a376;
  z-index: -1;
}
header .nav li .nav_li a {
  display: block;
  font-size: 14px;
  color: #fff;
  padding-bottom: 2px;
  margin-bottom: 8px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
header .nav li .nav_li a:before {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
header .nav li .nav_li a:hover:before,
header .nav li .nav_li a.on:before {
  width: 100px;
  background: #fff;
}
header .nav li .nav_li a .item_a2 {
  display: none;
}
header .nav li .nav_li #item_a1,
header .nav li .nav_li #item_a2 {
  min-width: 250px;
}
header .nav li .nav_li div.a .item_a2 {
  display: none;
}
@media (max-width:990px) {
  header {
    display: none;
  }
}
@keyframes hide-animation {
  0% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}
.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:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #eeeeee;
  }
  .head_wap .h_top {
    height: 100%;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .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;
    height: 35px;
  }
  .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: #a20713;
    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: #a20713;
  }
  .head_wap .h_bot .h_nav li.on .a1 .top a,
  .head_wap .h_bot .h_nav li.on .a1 .top i {
    color: #a20713;
  }
  .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: #a20713;
  }
  .head_wap .h_bot .h_nav li .a1 .top.on a {
    color: #a20713;
  }
  .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: #a20713;
  }
  .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: capitalize;
  }
  .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: #a20713;
  }
  .head_wap .h_bot .h_nav li .a1 .box .a2 .top2.on a {
    color: #a20713;
  }
  .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: #a20713;
  }
  .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: #a20713;
  }
  .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;
    font-family: "us_r";
  }
  .head_wap .h_bot .h_search input::placeholder {
    font-size: 16px;
    color: #333;
    font-family: "us_r";
  }
  .head_wap .h_bot .h_search a,
  .head_wap .h_bot .h_search button {
    width: 40px;
    height: 100%;
    background: #a20713;
    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: #a20713;
  }
}
.header_d {
  width: 100%;
  height: 0;
}
@media (max-width:990px) {
  .header_d {
    height: 60px;
  }
}
.header_d2 {
  width: 100%;
  height: 100px;
}
@media (max-width:990px) {
  .header_d2 {
    height: 00px;
  }
}
.banner {
  position: relative;
  overflow: hidden;
}
.banner .swiper-pagination {
  bottom: 3.65vw;
}
.banner .swiper-pagination span {
  width: 2.92vw;
  height: 2px;
  border-radius: 0;
  background: #fff;
  min-width: 30px;
}
.banner .swiper-slide .img {
  line-height: 0;
  position: relative;
}
.banner .swiper-slide .img img {
  width: 100%;
  height: 100vh;
  min-height: 300px;
}
.banner .swiper-slide .img 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%;
}
.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-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.banner .swiper-slide .art .w1600 h2 {
  font-size: 72px;
  color: #ffffff;
  padding-top: 15.36vw;
  font-family: "us_b";
  font-weight: 300;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1680px) {
  .banner .swiper-slide .art .w1600 h2 {
    font-size: 63px;
  }
}
@media (max-width: 1440px) {
  .banner .swiper-slide .art .w1600 h2 {
    font-size: 54px;
  }
}
@media (max-width: 1280px) {
  .banner .swiper-slide .art .w1600 h2 {
    font-size: 48px;
  }
}
@media (max-width: 1024px) {
  .banner .swiper-slide .art .w1600 h2 {
    font-size: 38.4px;
  }
}
@media (max-width:990px) {
  .banner .swiper-slide .img img {
    height: auto;
  }
}
@media (max-width:768px) {
  .banner .swiper-slide .art .w1600 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .banner .swiper-slide .art .w1600 h2 {
    font-size: 28px;
    padding-top: 0;
    margin-bottom: 50px;
  }
}
.pro_index {
  padding: 5.21vw 0 3.13vw;
}
.pro_index h4.h4 {
  text-align: center;
}
.pro_index .h_info {
  text-align: center;
  width: 830px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width:768px) {
  .pro_index {
    padding: 40px 0 20px;
  }
}
.pro_s {
  overflow: hidden;
  position: relative;
  margin-top: 1.56vw;
}
.pro_s .swiper-pagination {
  display: none;
}
.pro_s .swiper-slide a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 2.08vw;
  border: 1px solid #e5e5e5;
}
.pro_s .swiper-slide a:hover .imgbox img {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  -ms-transform: translate(-50%, -50%) scale(1.05);
  -o-transform: translate(-50%, -50%) scale(1.05);
  transform: translate(-50%, -50%) scale(1.05);
}
.pro_s .swiper-slide a .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-bottom: 1.02vw;
}
.pro_s .swiper-slide a .imgbox img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  max-width: 80%;
  max-height: 80%;
}
.pro_s .swiper-slide a .art {
  height: 7vw;
  min-height: 100px;
}
.pro_s .swiper-slide a h6 {
  font-size: 24px;
  font-family: "us_b";
  margin-bottom: 10px;
  text-align: center;
}

.pro_s .swiper-slide a p {
  font-size: 13px;
  font-family: "us_b";
  margin-bottom: 10px;
  text-align: center;
}

@media (max-width: 1680px) {
  .pro_s .swiper-slide a h6 {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .pro_s .swiper-slide a h6 {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .pro_s .swiper-slide a h6 {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .pro_s .swiper-slide a h6 {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .pro_s .swiper-slide a h6 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .pro_s .swiper-slide a h6 {
    font-size: 14px;
  }
}
.pro_s .swiper-slide a .line {
  width: 32px;
  height: 2px;
  margin: 1.04vw auto 0;
  background: #a20713;
}
.pro_s .swiper-slide a span {
  color: #a20713;
  font-size: 16px;
}
@media (max-width: 1680px) {
  .pro_s .swiper-slide a span {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .pro_s .swiper-slide a span {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .pro_s .swiper-slide a span {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .pro_s .swiper-slide a span {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .pro_s .swiper-slide a span {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .pro_s .swiper-slide a span {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .pro_s {
    margin-top: 20px;
    padding-bottom: 30px;
  }
  .pro_s .swiper-pagination {
    display: block;
    bottom: 0;
  }
  .pro_s .swiper-pagination span {
    background: #a20713;
  }
  .pro_s .swiper-slide a {
    padding: 20px 15px;
  }
  .pro_s .swiper-slide a .imgbox {
    margin-bottom: 20px;
  }
}
.footprint_index {
  padding: 6.25vw 0;
  background: rgba(245, 245, 245);
}
.footprint_index h4.h4 {
  text-align: center;
}
.footprint_index .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 3.13vw;
}
.footprint_index .items .item {
  width: 20%;
}
.footprint_index .items .item:nth-child(2) {
  width: 20%;
}
.footprint_index .items .item:last-child p {
  width: 260px;
  margin: 0 auto;
}
.footprint_index .items .item:hover .icondh i {
  display: block;
}
.footprint_index .items .icondh {
  width: 6.57vw;
  height: 6.57vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 auto;
  min-width: 50px;
  min-height: 50px;
  border: 2px solid #999;
}
@media (max-width:768px) {
  .footprint_index .items .icondh {
    border: 1px solid #999;
  }
}
.footprint_index .items h2 {
  font-size: 28px;
  color: #808080;
  text-align: center;
  font-family: "us_b";
  margin: 2.08vw auto;
}
@media (max-width: 1680px) {
  .footprint_index .items h2 {
    font-size: 26px;
  }
}
@media (max-width: 1440px) {
  .footprint_index .items h2 {
    font-size: 26px;
  }
}
@media (max-width: 1280px) {
  .footprint_index .items h2 {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .footprint_index .items h2 {
    font-size: 24px;
  }
}
.footprint_index .items h2 .sztd {
  font-family: "us_b";
}
.footprint_index .items p {
  text-align: center;
  font-size: 18px;
  color: #666666;
}
@media (max-width: 1680px) {
  .footprint_index .items p {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .footprint_index .items p {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .footprint_index .items p {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .footprint_index .items p {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .footprint_index .items p {
    font-size: 16px;
  }
}
@media (max-width:768px) {
  .footprint_index {
    padding: 40px 0;
  }
  .footprint_index .items {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-top: 20px;
  }
  .footprint_index .items .item {
    width: 100%!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .footprint_index .items .item:last-child {
    margin-bottom: 0;
  }
  .footprint_index .items .item .icondh {
    width: 80px;
    height: 80px;
    left: 0;
    top: 10px;
  }
  .footprint_index .items .item h2 {
    font-size: 24px;
    width: 100%;
    margin: 20px auto 10px;
  }
  .footprint_index .items .item p {
    width: 100%;
    font-size: 14px;
  }
}
.more_a {
  display: inline-flex;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  height: 62px;
  border: 1px solid #e5e5e5;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 30px;
  color: #666666;
  position: relative;
  font-size: 26px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .more_a {
    font-size: 22.75px;
  }
}
@media (max-width: 1440px) {
  .more_a {
    font-size: 19.5px;
  }
}
@media (max-width: 1280px) {
  .more_a {
    font-size: 17.33333333px;
  }
}
@media (max-width: 1024px) {
  .more_a {
    font-size: 13.86666667px;
  }
}
@media (max-width: 1680px) {
  .more_a {
    font-size: 22px;
  }
}
@media (max-width: 1440px) {
  .more_a {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .more_a {
    font-size: 16px;
  }
}
.more_a:hover {
  border-color: #a20713;
  color: #fff;
}
.more_a:hover:before {
  width: 100%;
  background: #a20713;
}
.more_a i {
  margin-left: 8px;
  font-size: 26px;
}
@media (max-width: 1680px) {
  .more_a i {
    font-size: 22.75px;
  }
}
@media (max-width: 1440px) {
  .more_a i {
    font-size: 19.5px;
  }
}
@media (max-width: 1280px) {
  .more_a i {
    font-size: 17.33333333px;
  }
}
@media (max-width: 1024px) {
  .more_a i {
    font-size: 13.86666667px;
  }
}
@media (max-width: 1680px) {
  .more_a i {
    font-size: 22px;
  }
}
@media (max-width: 1440px) {
  .more_a i {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .more_a i {
    font-size: 16px;
  }
}
.more_a span,
.more_a i {
  position: relative;
  z-index: 1;
}
.more_a:before {
  content: '';
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background: transparent;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
}
@media (max-width:1440px) {
  .more_a {
    height: 52px;
    padding: 0 25px;
  }
}
@media (max-width:1024px) {
  .more_a {
    height: 42px;
    padding: 0 20px;
    font-size: 14px;
  }
}
.par_index {
  padding: 6.25vw 0;
}
.par_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;
}
.par_index .w1600 .left {
  width: 60%;
}
.par_index .w1600 .left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin: -10px 0 -3.91vw;
}
.par_index .w1600 .left ul li {
  width: 20%;
  margin-bottom: 3.91vw;
}
.par_index .w1600 .left ul li a {
  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;
  height: 80px;
}
.par_index .w1600 .left ul li a img {
  max-width: 100%;
  max-height: 80%;
}
.par_index .w1600 .right {
  width: 37.5%;
}
.par_index .w1600 .right .h_info {
  margin: 10px 0 4.43vw;
}
@media (max-width:1440px) {
  .par_index .w1600 .left ul li a {
    height: 60px;
  }
}
@media (max-width:768px) {
  .par_index {
    padding: 40px 0 10px;
  }
  .par_index .w1600 {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .par_index .w1600 .left {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .par_index .w1600 .left ul {
    margin: 0 auto 0px;
  }
  .par_index .w1600 .left ul li {
    margin-bottom: 20px;
  }
  .par_index .w1600 .left ul li a {
    height: 50px;
  }
  .par_index .w1600 .right {
    width: 100%;
    margin-bottom: 20px;
  }
  .par_index .w1600 .right .h_info {
    margin-top: 15px;
    margin-bottom: 20px;
  }
}
.news_index {
  padding: 6.25vw 0;
  background: rgba(245, 245, 245);
}
.news_index .h_line {
  margin-left: 0;
  margin-top: 2.08vw;
}
@media (max-width:768px) {
  .news_index {
    padding: 40px 0;
  }
  .news_index .h_line {
    margin: 15px 0 20px;
  }
}
.news_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;
  margin-top: 3.13vw;
}
.news_box a {
  width: 24.5%;
  height: 400px;
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.news_box a.on {
  width: 49%;
}
.news_box a.on .imgbox {
  width: 50%;
}
.news_box a.on .art {
  width: 50%;
  background: #4d4d4d;
  color: #fff;
}
.news_box a.on i {
  background: #222222;
}
.news_box a .imgbox {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.news_box a .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_box a .art {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.85);
  padding: 2.6vw 4.17vw 0 15px;
}
.news_box a .art h6.h6 {
  margin-bottom: 10px;
}
.news_box a .art p {
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  line-height: 30px;
}
@media (max-width: 1680px) {
  .news_box a .art p {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .news_box a .art p {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .news_box a .art p {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .news_box a .art p {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .news_box a .art p {
    font-size: 16px;
  }
}
.news_box a i {
  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: absolute;
  right: 0;
  bottom: 0;
  background: rgba(34, 34, 34, 0.55);
  width: 4.17vw;
  height: 4.17vw;
  color: #fff;
  font-size: 30px;
  min-width: 40px;
  min-height: 40px;
}
@media (max-width: 1680px) {
  .news_box a i {
    font-size: 26.25px;
  }
}
@media (max-width: 1440px) {
  .news_box a i {
    font-size: 22.5px;
  }
}
@media (max-width: 1280px) {
  .news_box a i {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .news_box a i {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .news_box a i {
    font-size: 24px;
  }
}
@media (max-width: 1440px) {
  .news_box a i {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .news_box a i {
    font-size: 18px;
  }
}
@media (max-width:1440px) {
  .news_box a {
    height: 300px;
  }
  .news_box a .art p {
    line-height: 26px;
  }
}
@media (max-width:1024px) {
  .news_box a {
    height: 220px;
  }
  .news_box a .art p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width:768px) {
  .news_box {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .news_box a {
    width: 100%!important;
    margin-bottom: 15px;
    height: 160px;
  }
  .news_box a .imgbox {
    width: 50%;
  }
  .news_box a .art {
    width: 50%;
    background: #4d4d4d;
    padding: 15px;
    color: #fff;
  }
  .news_box a .art p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .news_box a i {
    background: #222222;
  }
}
footer {
  background: #4d4d4d;
  padding: 55px 0 40px;
}
footer .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;
  color: #fff;
}
footer .w1600 a {
  color: #fff;
}
footer .w1600 .left {
  width: 36%;
}
footer .w1600 .left h6 {
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
@media (max-width: 1680px) {
  footer .w1600 .left h6 {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  footer .w1600 .left h6 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  footer .w1600 .left h6 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  footer .w1600 .left h6 {
    font-size: 12.8px;
  }
}
@media (max-width: 1680px) {
  footer .w1600 .left h6 {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  footer .w1600 .left h6 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  footer .w1600 .left h6 {
    font-size: 16px;
  }
}
footer .w1600 .right {
  width: 54%;
  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;
}
footer .w1600 .right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
footer .w1600 .right ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 14px;
  line-height: 26px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
footer .w1600 .right ul li a.a1 {
  font-size: 24px;
  margin-bottom: 20px;
  white-space: nowrap;
  text-transform: capitalize;
}
@media (max-width: 1680px) {
  footer .w1600 .right ul li a.a1 {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  footer .w1600 .right ul li a.a1 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  footer .w1600 .right ul li a.a1 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  footer .w1600 .right ul li a.a1 {
    font-size: 12.8px;
  }
}
@media (max-width: 1680px) {
  footer .w1600 .right ul li a.a1 {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  footer .w1600 .right ul li a.a1 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  footer .w1600 .right ul li a.a1 {
    font-size: 16px;
  }
}
footer .w1600 .right ul li a:hover {
  color: #a20713;
}
footer .w1600 .right .bot {
  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;
}
footer .w1600 .right .bot .logo {
  margin-left: 5.21vw;
  height: 2.98vw;
  min-height: 50px;
  margin-top:-15px;
}
@media (max-width:1440px) {
  footer {
    padding: 40px 0 30px;
  }
  footer .w1600 .right {
    width: 60%;
  }
}
@media (max-width:768px) {
  footer .w1600 {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  footer .w1600 .left {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  footer .w1600 .left h6 {
    font-size: 20px;
  }
  footer .w1600 .right {
    width: 100%;
    margin-bottom: 30px;
  }
  footer .w1600 .right ul {
    display: none;
  }
  footer .w1600 .right .bot {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.share {
  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;
}
.share 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;
  width: 2.6vw;
  height: 2.6vw;
  margin-left: 10px;
  min-width: 30px;
  min-height: 30px;
  position: relative;
}
.share a:first-child {
  margin-left: 0;
}
.share a:hover .img {
  opacity: 1;
}
.share a:hover .box {
  opacity: 1;
  z-index: 1;
  top: -120px;
}
.share a .img {
  opacity: 0.65;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: 32px;
}
.share a .box {
  position: absolute;
  width: 120px;
  height: 120px;
  top: -130px;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width:768px) {
  .share a {
    margin-left: 15px;
  }
}
.form {
  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;
}
.form input,
.form textarea {
  width: 100%;
  background: #fff;
  color: #000;
  font-size: 14px;
  margin-bottom: 16px;
  padding: 0.94vw 15px;
  min-height: 40px;
  font-family: "us_r";
}
.form input::placeholder,
.form textarea::placeholder {
  color: #000;
  font-size: 14px;
  font-family: "us_r";
}
.form textarea {
  height: 105px;
}
.form button {
  background: #7d050f;
  color: #fff;
  text-align: left;
  padding: 12px 15px;
}
.form button i {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.form button:hover i {
  margin-left: 10px;
}
/* pc端客服 */
.c-right-pop {
  display: block;
  position: fixed;
  top: 50%;
  right: 0px;
  z-index: 900;
  padding: 0px 4px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.c-right-pop a {
  display: block;
  width: 80px;
  height: 80px;
  font-size: 14px;
  color: #333;
  position: relative;
}
.c-right-pop a span {
  position: absolute;
  bottom: 0px;
  left: 0;
  display: block;
  text-align: center;
  width: 100%;
  font-size:0.5rem;
}
.c-right-pop a.a1 {
  background: url(../images/zx.png) no-repeat;
  background-position: 50% 20%;
  background-size:50% 50%;
}
.c-right-pop a.a2 {
  background: url(../images/kf_2.png) no-repeat;
  background-position: 50% 38%;
  background-size:60% 60%;
}
.c-right-pop a.a3 {
  background: url(../images/kf_3.png) no-repeat;
  background-position: 50% 38%;
  background-size:60% 60%;
}


.c-right-pop a.wx{
  background: url(../images/kf_2.png) no-repeat;
   background-position: 50% 38%;
  background-size:60% 60%;
}


.c-right-pop a.a4 {
  background-color: #a20713;
  border-radius: 8px;
  color: #fff;
  position: relative;
}
.c-right-pop a.a4 i {
  background: url(../images/fa.png) no-repeat;
  background-position: 50% 38%;
  width: 33px;
  height: 25px;
  display: block;
  position: absolute;
  top: 34%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: kffd infinite 4s ;
}
.c-right-pop a.a4 span {
  animation: zkffd infinite 4s ;
}
@keyframes kffd {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.3);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes zkffd {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.hello {
  display: none;
}
.c-right-pop a.a3:hover .hello {
  width: 150px;
  display: block;
  position: absolute;
  top: 35%;
  right: 110%;
  transform: translateY(-50%);
  padding: 15px;
  border: 1px solid #72a376;
  border-radius: 8px;
  background-color: #fff;
  transition: all 0.75s ease-out;
}

.c-right-pop a.a3 .p3 {

 font-size:0.5rem; text-align:center;
}


.c-right-pop a.a5 {
  background: url(../images/top.png) no-repeat;
  background-position: 50% 50%;
  background-size:50% 50%;
 
}
/*.hello img {*/
/*    width: 120px;*/
/*}*/
/* 客服弹窗 */
#c-fixedBox.c-fidexShow {
  opacity: 1;
  z-index: 999;
}
#c-fixedBox {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
#c-fixedBox .c-mainBox {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 35%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #f5f5f5;
  border: 30px;
  width: 650px;
}
#c-fixedBox .c-mainBox .c-titleBox {
  padding: 30px 30px 20px 30px;
  background: #a20713;
}
#c-fixedBox .c-mainBox .c-titleBox h4 {
  font-size: 34px;
  color: #fff;
  padding-bottom: 18px;
}
#c-fixedBox .c-mainBox .c-titleBox .p1 {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  width: 83%;
}
#c-fixedBox .c-form1,
#c-fixedBox .c-form2 {
  padding: 50px 40px;
  background: #f5f5f5;
}
#c-fixedBox .c-form1 .c-text {
  font-size: 18px;
  line-height: 22px;
  color: #333;
}
#c-fixedBox .c-form1 .c-text span {
  color: #a20713;
}
#c-fixedBox .c-form1 input {
  height: 60px;
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  margin: 20px 0;
  padding-left: 12px;
}
#c-fixedBox .c-form1 input::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 16px;
  color: #999;
}
#c-fixedBox .c-form1 textarea::-webkit-input-placeholder {
  font-size: 16px;
  color: #999;
}
#c-fixedBox .c-form1 textarea {
  height: 100px;
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  margin: 20px 0;
  padding-left: 12px;
  padding-top: 20px;
  font-size: 16px;
  color: #999;
}
#c-fixedBox .c-form1 button {
  height: 70px;
  font-size: 22px;
  text-align: center;
  width: 100%;
  background-color: #a20713;
  border-radius: 8px;
}
#c-fixedBox .c-form1 button a {
  color: #fff;
}
#c-fixedBox .c-form1,
#c-fixedBox .c-form2 {
  padding: 30px 30px 40px 30px;
  background: #f4f4f4;
}
#c-fixedBox .c-form2 {
  position: absolute;
  top: 100px;
  left: 0;
  z-index: -10;
}
#c-fixedBox .c-mainBox .c-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  width: 100px;
  height: 100px;
  background: url(../images/close.png) no-repeat center center;
  background-position: 50% 50%;
  cursor: pointer;
}
@media (max-width: 1459px) {
  .c-right-pop a {
    width: 70px;
    height: 70px;
    font-size: 12px;
  }
  .c-right-pop a:nth-child(3):hover .hello .p1 {
    font-size: 30px;
    padding-bottom: 20px;
  }
  .c-right-pop a:nth-child(3):hover .hello {
    top: -15%;
    right: 120%;
    /*padding: 12px 22px;*/
  }
  .c-right-pop a:nth-child(3):hover .hello .p3 {
    font-size: 14px;
    line-height: 20px;
    padding-top: 10px;
  }
  #c-fixedBox .c-form1 button {
    height: 48px;
    font-size: 18px;
    border-radius: 5px;
  }
  #c-fixedBox .c-mainBox .c-titleBox {
    padding: 20px 20px 15px 20px;
  }
  #c-fixedBox .c-mainBox .c-titleBox h4 {
    font-size: 24px;
    padding-bottom: 16px;
  }
  #c-fixedBox .c-mainBox .c-titleBox .p1 {
    font-size: 14px;
    line-height: 20px;
  }
  #c-fixedBox .c-mainBox .c-close {
    width: 50px;
    height: 50px;
  }
  #c-fixedBox .c-form1,
  #c-fixedBox .c-form2 {
    padding: 20px 20px 20px 20px;
  }
  #c-fixedBox .c-form1 input {
    height: 38px;
    margin: 10px  0;
  }
  #c-fixedBox .c-mainBox {
    border: 22px;
    width: 430px;
  }
  #c-fixedBox .c-form1 .c-text {
    font-size: 16px;
  }
  #c-fixedBox .c-form1 textarea {
    height: 70px;
    margin: 8px  0;
    padding-top: 15px;
    color: #999;
  }
}
@media (max-width: 768px) {
  .c-right-pop {
    display: none !important;
  }
  .kefu {
    display: block;
  }
  #c-fixedBox .c-mainBox {
    border: 22px;
    width: 90%;
    margin: 0 auto;
  }
}
.banner_info {
  position: relative;
}
.banner_info .img {
  line-height: 0;
  position: relative;
}
.banner_info .img:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
}
.banner_info .img img {
  width: 100%;
  min-height: 300px;
  object-fit: cover;
  height: 100vh;
}


.aboutbanner .img img {
    width: 100%;
    min-height: 300px;
    object-fit: cover;
    height: auto;
}


@media (max-width:990px) {
  .banner_info .img img {
    height: auto;
  }

}
.banner_info .img video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.banner_info .art {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.banner_info .art .w1600 {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.banner_info .art .w1600 h2 {
  font-size: 72px;
  color: #ffffff;
  padding-top: 12vw;
  font-family: "us_b";
  font-weight: 300;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
  text-align: center;
}
@media (max-width: 1680px) {
  .banner_info .art .w1600 h2 {
    font-size: 63px;
  }
}
@media (max-width: 1440px) {
  .banner_info .art .w1600 h2 {
    font-size: 54px;
  }
}
@media (max-width: 1280px) {
  .banner_info .art .w1600 h2 {
    font-size: 48px;
  }
}
@media (max-width: 1024px) {
  .banner_info .art .w1600 h2 {
    font-size: 38.4px;
  }
}
.banner_info .art2 .w1600 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.banner_info .art2 .w1600 h2 {
  padding-top: 0;
  text-align: left;
}
.banner_info .art2 .w1600 .line {
  width: 6.25vw;
  height: 0.21vw;
  min-width: 50px;
  min-height: 2px;
  background: #a20713;
  margin: 2.08vw 0;
}
.banner_info .art2 .w1600 h3 {
  font-size: 26px;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 1680px) {
  .banner_info .art2 .w1600 h3 {
    font-size: 22.75px;
  }
}
@media (max-width: 1440px) {
  .banner_info .art2 .w1600 h3 {
    font-size: 19.5px;
  }
}
@media (max-width: 1280px) {
  .banner_info .art2 .w1600 h3 {
    font-size: 17.33333333px;
  }
}
@media (max-width: 1024px) {
  .banner_info .art2 .w1600 h3 {
    font-size: 13.86666667px;
  }
}
@media (max-width: 1680px) {
  .banner_info .art2 .w1600 h3 {
    font-size: 22px;
  }
}
@media (max-width: 1440px) {
  .banner_info .art2 .w1600 h3 {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .banner_info .art2 .w1600 h3 {
    font-size: 16px;
  }
}
.banner_info .art2 .w1600 .btn_a {
  border-color: #fff;
  color: #fff;
  margin-top: 3.13vw;
  margin-bottom: 20px;
}
.banner_info .art2 .w1600 .btn_a:hover {
  color: #a20713;
}
.banner_info .art2 .w1600 .btn_a:hover:before {
  background: #fff;
}
.banner_info .art3 .w1600 {
  -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;
}
.banner_info .art3 .w1600 h2 {
  padding-top: 0;
}
@media (max-width:768px) {
  .banner_info .art .w1600 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .banner_info .art .w1600 h2 {
    font-size: 28px;
    padding-top: 0;
    margin-bottom: 50px;
  }
  .banner_info .art2 .w1600 h2 {
    margin-bottom: 0;
  }
  .banner_info .art2 .w1600 .line {
    margin: 15px 0;
  }
  .banner_info .art2 .w1600 .btn_a {
    margin-top: 25px;
  }
}
.sol1_mg0611 {
  padding: 20px 0 0;
}
.sol_list li {
  padding: 5.21vw 0;
  border-bottom: 1px solid #e5e5e5;
}
.sol_list li:last-child {
  border-bottom: none;
}
.sol_list li:nth-child(2n) a .imgbox {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.sol_list li:nth-child(2n) a .art {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.sol_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;
}
.sol_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);
}
.sol_list li a:hover .icondh i {
  display: block;
}
.sol_list li a .imgbox {
  width: 48%;
  line-height: 0;
  overflow: hidden;
  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;
}
.sol_list li a .imgbox img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.sol_list li a .art {
  width: 48%;
}
.sol_list li a .art .icondh {
  width: 3.91vw;
  height: 3.91vw;
  min-width: 40px;
  min-height: 40px;
}
.sol_list li a .art h5.h5 {
  margin: 1.56vw 0 1.04vw;
}
.sol_list li a .art .info {
  font-size: 16px;
  line-height: 30px;
  color: #808080;
  margin-bottom: 2.08vw;
}
@media (max-width: 1680px) {
  .sol_list li a .art .info {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .sol_list li a .art .info {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .sol_list li a .art .info {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .sol_list li a .art .info {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .sol_list li a .art .info {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .sol_list li a .art .info {
    font-size: 14px;
  }
}
@media (max-width:1440px) {
  .sol_list li a .art .info {
    line-height: 26px;
  }
}
@media (max-width:768px) {
  .sol_list {
    padding: 10px 0;
  }
  .sol_list li {
    padding: 30px 0;
  }
  .sol_list li a {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .sol_list li a .imgbox {
    width: 100%;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
  .sol_list li a .imgbox img {
    max-height: 200px;
  }
  .sol_list li a .art {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .sol_list li a .art h5.h5 {
    font-size: 16px;
    margin: 15px 0 10px;
  }
  .sol_list li a .art .info {
    line-height: 22px;
    margin-bottom: 15px;
    max-height: 110px;
    overflow-y: scroll;
    padding-right: 6px;
    scrollbar-width: thin;
    scrollbar-color: #a20713 transparent;
  }
  .sol_list li a .art .info::-webkit-scrollbar {
    width: 2px;
    height: 2px;
    background-color: #e5e5e5;
  }
  .sol_list li a .art .info::-webkit-scrollbar-thumb {
    background-color: #a20713;
    border-radius: 10px;
  }
}
.btn_a {
  font-size: 16px;
  border: 1px solid #a20713;
  color: #a20713;
  position: relative;
  display: inline-flex;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px 30px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  height: 50px;
}
@media (max-width: 1680px) {
  .btn_a {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .btn_a {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .btn_a {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .btn_a {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .btn_a {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .btn_a {
    font-size: 14px;
  }
}
.btn_a i {
  margin-left: 15px;
}
.btn_a span,
.btn_a i {
  position: relative;
  z-index: 1;
}
.btn_a:before {
  content: '';
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background: transparent;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
}
.btn_a:hover {
  border-color: #a20713;
  color: #fff;
}
.btn_a:hover:before {
  width: 100%;
  background: #a20713;
}
@media (max-width:1440px) {
  .btn_a {
    height: 42px;
    padding: 0 25px;
  }
}
@media (max-width:1024px) {
  .btn_a {
    height: 36px;
    padding: 0 20px;
    font-size: 14px;
  }
  .btn_a i {
    margin-left: 10px;
  }
}
.icondh {
  border-radius: 50%;
  border: 3px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.icondh i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  border-radius: 50%;
  border: 1px solid #a20713;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  box-sizing: border-box;
  display: none;
  display: none!important;
}
.icondh i:first-child {
  -webkit-animation: ripple_3 3s ease-out 0s infinite;
  -moz-animation: ripple_3 3s ease-out 0s infinite;
  -o-animation: ripple_3 3s ease-out 0s infinite;
  animation: ripple_3 3s ease-out 0s infinite;
}
.icondh i:nth-child(2) {
  -webkit-animation: ripple_3 3s ease-out 1s infinite;
  -moz-animation: ripple_3 3s ease-out 1s infinite;
  -o-animation: ripple_3 3s ease-out 1s infinite;
  animation: ripple_3 3s ease-out 1s infinite;
}
.icondh i:nth-child(3) {
  -webkit-animation: ripple_3 3s ease-out 2s infinite;
  -moz-animation: ripple_3 3s ease-out 2s infinite;
  -o-animation: ripple_3 3s ease-out 2s infinite;
  animation: ripple_3 3s ease-out 2s infinite;
}
.icondh img {
  max-width: 65%;
  max-height: 65%;
}
@media (max-width:768px) {
  .icondh {
    border: 2px solid #999;
  }
}
@keyframes ripple_3 {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
  }
}
.tuijian_mg0611 {
  padding: 1.04vw 0 4.17vw;
}
.tuijian_mg0611 h2.h2 {
  text-align: center;
  color: #a20713;
  margin-bottom: 2.6vw;
}
.tuijian_mg0611 .tuijian_s {
  overflow: hidden;
}
.tuijian_mg0611 .tuijian_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);
}
.tuijian_mg0611 .tuijian_s .swiper-slide a:hover p {
  color: #a20713;
}
.tuijian_mg0611 .tuijian_s .swiper-slide a .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 66%;
  position: relative;
  overflow: hidden;
}
.tuijian_mg0611 .tuijian_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;
}
.tuijian_mg0611 .tuijian_s .swiper-slide a p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.tuijian_mg0611 .tuijian_s .swiper-slide a p span {
  width: calc(100% - 30px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 14px;
  line-height: 22px;
  height: 44px;
}
.tuijian_mg0611 .tuijian_s .swiper-slide a p i {
  width: 20px;
}
@media (max-width:768px) {
  .tuijian_mg0611 {
    padding: 0px 0 40px;
  }
  .tuijian_mg0611 h2.h2 {
    margin-bottom: 20px;
  }
}
.tuijian2_mg0611 {
  padding: 5.21vw 0 5.21vw;
  background: #ecedef;
  overflow: hidden;
}
.tuijian2_mg0611 h5.h5 {
  text-align: center;
}
.tuijian2_mg0611 .tuijian2_s {
  margin-top: 3.13vw;
  position: relative;
}
.tuijian2_mg0611 .tuijian2_s .swiper-button-prev,
.tuijian2_mg0611 .tuijian2_s .swiper-button-next {
  outline: none;
  color: #333;
}
.tuijian2_mg0611 .tuijian2_s .swiper-button-prev:hover,
.tuijian2_mg0611 .tuijian2_s .swiper-button-next:hover {
  color: #a20713;
}
.tuijian2_mg0611 .tuijian2_s .swiper-button-prev:after,
.tuijian2_mg0611 .tuijian2_s .swiper-button-next:after {
  font-size: 20px;
}
.tuijian2_mg0611 .tuijian2_s .swiper-button-prev {
  left: -60px;
}
.tuijian2_mg0611 .tuijian2_s .swiper-button-next {
  right: -60px;
}
.tuijian2_mg0611 .tuijian2_s .swiper {
  overflow: hidden;
}
.tuijian2_mg0611 .tuijian2_s .swiper-slide {
  background: #fff;
  padding: 50px 30px 0;
}
.tuijian2_mg0611 .tuijian2_s .swiper-slide:hover .imgbox img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.tuijian2_mg0611 .tuijian2_s .swiper-slide:hover p {
  color: #a20713;
}
.tuijian2_mg0611 .tuijian2_s .swiper-slide p {
  font-size: 16px;
  color: #666666;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 26px;
  height: 52px;
}
@media (max-width: 1680px) {
  .tuijian2_mg0611 .tuijian2_s .swiper-slide p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .tuijian2_mg0611 .tuijian2_s .swiper-slide p {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .tuijian2_mg0611 .tuijian2_s .swiper-slide p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .tuijian2_mg0611 .tuijian2_s .swiper-slide p {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .tuijian2_mg0611 .tuijian2_s .swiper-slide p {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .tuijian2_mg0611 .tuijian2_s .swiper-slide p {
    font-size: 14px;
  }
}
@media (max-width:1440px) {
  .tuijian2_mg0611 .tuijian2_s .swiper-slide p {
    line-height: 24px;
    height: 48px;
  }
}
@media (max-width:1024px) {
  .tuijian2_mg0611 .tuijian2_s .swiper-slide p {
    line-height: 22px;
    height: 44px;
  }
}
.tuijian2_mg0611 .tuijian2_s .swiper-slide .imgbox {
  width: 100%;
  height: 280px;
  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;
}
.tuijian2_mg0611 .tuijian2_s .swiper-slide .imgbox img {
  max-width: 80%;
  max-height: 80%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width:1520px) {
  .tuijian2_mg0611 .tuijian2_s .swiper-button-prev {
    left: -40px;
  }
  .tuijian2_mg0611 .tuijian2_s .swiper-button-next {
    right: -40px;
  }
}
@media (max-width:1440px) {
  .tuijian2_mg0611 .tuijian2_s .swiper-slide {
    padding: 30px 20px 0;
  }
  .tuijian2_mg0611 .tuijian2_s .swiper-slide .imgbox {
    height: 250px;
  }
}
@media (max-width:1024px) {
  .tuijian2_mg0611 {
    padding: 40px 0;
  }
  .tuijian2_mg0611 .tuijian2_s {
    margin-top: 25px;
  }
  .tuijian2_mg0611 .tuijian2_s .swiper-slide {
    padding: 20px 15px 0;
  }
  .tuijian2_mg0611 .tuijian2_s .swiper-slide p {
    height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .tuijian2_mg0611 .tuijian2_s .swiper-slide .imgbox {
    height: 200px;
  }
  .tuijian2_mg0611 .tuijian2_s .swiper-button-prev {
    left: -25px;
  }
  .tuijian2_mg0611 .tuijian2_s .swiper-button-next {
    right: -25px;
  }
}
.nav_info {
  height: 100px;
  position: relative;
}
.nav_info:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #e5e5e5;
}
.nav_info .w1400 {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.nav_info .w1400 a {
  font-size: 18px;
  color: #666666;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  text-align: center;
}
@media (max-width: 1680px) {
  .nav_info .w1400 a {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .nav_info .w1400 a {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .nav_info .w1400 a {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .nav_info .w1400 a {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .nav_info .w1400 a {
    font-size: 16px;
  }
}
.nav_info .w1400 a:before {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.nav_info .w1400 a:hover,
.nav_info .w1400 a.on {
  color: #a20713;
}
.nav_info .w1400 a:hover:before,
.nav_info .w1400 a.on:before {
  width: 80px;
  background: #a20713;
}
@media (max-width:1440px) {
  .nav_info {
    height: 80px;
  }
}
@media (max-width:1280px) {
  .nav_info {
    height: 60px;
  }
  .nav_info .w1400 a {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .nav_info {
    height: auto;
    padding: 10px 0;
  }
  .nav_info .w1400 {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .nav_info .w1400 a {
    width: calc(50% - 7.5px);
    margin-bottom: 5px;
    font-size: 12px;
    height: 40px;
  }
}
.pro_info {
  padding: 5.21vw 0;
}
.pro_info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.pro_info ul li {
  width: calc(19% - 26.66px);
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  margin: 0 40px 40px 0;
  padding: 10px 10px 30px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.pro_info ul li:nth-child(5n) {
  margin-right: 0;
}
.pro_info ul li:hover .imgbox img {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  -ms-transform: translate(-50%, -50%) scale(1.05);
  -o-transform: translate(-50%, -50%) scale(1.05);
  transform: translate(-50%, -50%) scale(1.05);
}
.pro_info ul li:hover .art h3 {
  color: #a20713;
}
.pro_info ul li .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 80%;
  position: relative;
  overflow: hidden;
}
.pro_info ul li .imgbox img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  max-width: 100%;
  max-height: 90%;
}
.pro_info ul li .art h3 {
  font-size: 14px;
  color: #666666;
  text-align: center;
  line-height: 38px;
  height: 38px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: 600;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.pro_info ul li .art .line {
  width: 80px;
  height: 2px;
  background: #a20713;
  margin: 15px auto;
}
.pro_info ul li .art p {
  text-align: center;
  color: #999;
  font-size: 14px;
}

.pro_info ul li .art p:hover {

  color: #a20713;

}

@media (max-width: 1680px) {
  .pro_info ul li .art p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .pro_info ul li .art p {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .pro_info ul li .art p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .pro_info ul li .art p {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .pro_info ul li .art p {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .pro_info ul li .art p {
    font-size: 12px;
  }
}
@media (max-width:1440px) {
  .pro_info ul li {
    width: calc(19% - 20px);
    margin: 0 30px 30px 0;
    padding: 10px 20px 40px;
  }
}
@media (max-width:1280px) {
  .pro_info ul li {
    width: calc(19% - 13.33px);
    margin: 0 20px 20px 0;
    padding: 10px 15px 30px;
  }
}
@media (max-width:768px) {
  .pro_info ul li {
    width: calc(50% - 7.5px);
    margin: 0 15px 15px 0;
    padding: 10px 10px 20px;
  }
  .pro_info ul li:nth-child(3n) {
    margin-right: 15px;
  }
  .pro_info ul li:nth-child(2n) {
    margin-right: 0;
  }
  .pro_info ul li .art h3 {
    font-size: 12px;
    line-height: 20px;
    height: 40px;
  }
  .pro_info ul li .art .line {
    margin: 10px auto;
    height: 1px;
    width: 50px;
  }
}
.ser1_mg0611 {
  padding: 4.17vw 0;
  font-size: 24px;
  line-height: 32px;
  color: #666666;
  text-align: center;
}
@media (max-width: 1680px) {
  .ser1_mg0611 {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .ser1_mg0611 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .ser1_mg0611 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .ser1_mg0611 {
    font-size: 12.8px;
  }
}
@media (max-width: 1680px) {
  .ser1_mg0611 {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .ser1_mg0611 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .ser1_mg0611 {
    font-size: 16px;
  }
}
@media (max-width:1440px) {
  .ser1_mg0611 {
    line-height: 30px;
  }
}
@media (max-width:1280px) {
  .ser1_mg0611 {
    line-height: 26px;
  }
}
@media (max-width:768px) {
  .ser1_mg0611 {
    padding: 30px 0;
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
  }
}
.ser2_mg0611 {
  line-height: 0;
}
.ser2_mg0611 img {
  width: 100%;
}
.ser3_mg0611 {
  padding: 6.25vw 0;
}
.ser3_mg0611 h5 {
  text-align: center;
}
.ser3_mg0611 .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 5.21vw;
}
.ser3_mg0611 .items .item {
  width: 32%;
}
.ser3_mg0611 .items .item:hover .info {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}
.ser3_mg0611 .items .item .icon {
  width: 5.47vw;
  height: 5.47vw;
  min-width: 40px;
  min-height: 40px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ser3_mg0611 .items .item .icon img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.ser3_mg0611 .items .item h6 {
  margin: 2.6vw 0 1.04vw;
  text-align: center;
  color: #a20713;
}
.ser3_mg0611 .items .item .info {
  font-size: 18px;
  color: #666666;
  line-height: 30px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding: 1.56vw;
}
@media (max-width: 1680px) {
  .ser3_mg0611 .items .item .info {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .ser3_mg0611 .items .item .info {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .ser3_mg0611 .items .item .info {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .ser3_mg0611 .items .item .info {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .ser3_mg0611 .items .item .info {
    font-size: 16px;
  }
}
.ser3_mg0611 .items .item .info p {
  padding-left: 20px;
  position: relative;
}
.ser3_mg0611 .items .item .info p:before {
  content: '•';
  position: absolute;
  left: 0;
}
@media (max-width:1440px) {
  .ser3_mg0611 .items .item .info {
    line-height: 26px;
  }
}
@media (max-width:1280px) {
  .ser3_mg0611 .items .item .info {
    font-size: 14px;
    line-height: 22px;
  }
  .ser3_mg0611 .items .item .info p {
    padding-left: 15px;
  }
}
@media (max-width:768px) {
  .ser3_mg0611 {
    padding: 35px 0 40px;
  }
  .ser3_mg0611 .items {
    margin-top: 20px;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .ser3_mg0611 .items .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .ser3_mg0611 .items .item:last-child {
    margin-bottom: 0;
  }
  .ser3_mg0611 .items .item h6 {
    margin: 10px 0 15px;
  }
  .ser3_mg0611 .items .item .info {
    padding: 15px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  }
}
.case1_mg0611 {
  padding: 60px 0;
}
@media (max-width:1440px) {
  .case1_mg0611 {
    padding: 50px 0;
  }
}
@media (max-width:768px) {
  .case1_mg0611 {
    padding: 40px 0;
  }
}
.case_list1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.case_list1 li {
  width: calc(33.33% - 40px);
  margin: 0 60px 60px 0;
  border-bottom: 1px solid #e5e5e5;
}
.case_list1 li:nth-child(3n) {
  margin-right: 0;
}
.case_list1 li:hover .imgbox img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.case_list1 li:hover h6,
.case_list1 li:hover p,
.case_list1 li:hover span {
  color: #a20713;
}
.case_list1 li .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 77.5%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.case_list1 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;
}
.case_list1 li .art {
  padding: 1.56vw 0;
}
.case_list1 li h6 {
  font-size: 18px;
  font-family: "us_b";
  color: #666;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .case_list1 li h6 {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .case_list1 li h6 {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .case_list1 li h6 {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .case_list1 li h6 {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .case_list1 li h6 {
    font-size: 16px;
  }
}
.case_list1 li p {
  font-size: 18px;
  font-family: "us_b";
  color: #666;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .case_list1 li p {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .case_list1 li p {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .case_list1 li p {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .case_list1 li p {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .case_list1 li p {
    font-size: 16px;
  }
}
.case_list1 li span {
  font-size: 16px;
  color: #666666;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .case_list1 li span {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .case_list1 li span {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .case_list1 li span {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .case_list1 li span {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .case_list1 li span {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .case_list1 li span {
    font-size: 14px;
  }
}
@media (max-width:1440px) {
  .case_list1 li {
    width: calc(33.33% - 20px);
    margin: 0 30px 30px 0;
  }
}
@media (max-width:768px) {
  .case_list1 li {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .case_list1 li:last-child {
    margin-bottom: 0;
  }
  .case_list1 li .imgbox {
    border-radius: 10px;
  }
  .case_list1 li .art {
    padding: 15px 0;
  }
  .case_list1 li p {
    margin-bottom: 10px;
  }
}
.about1_mg0611 {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.about1_mg0611.about2_mg0611 {
  z-index: 2;
}
.about1_mg0611.about2_mg0611 .imgbox {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.about1_mg0611.about2_mg0611 .art h5 {
  text-align: right;
}
.about1_mg0611 .imgbox {
  width: 50%;
  line-height: 0;
}
.about1_mg0611 .imgbox img {
  width: 100%;
}
.about1_mg0611 .art {
  width: 50%;
  padding: 5.21vw;
}
.about1_mg0611 .art h5 {
  margin-bottom: 25px;
}
.about1_mg0611 .art .info {
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 1680px) {
  .about1_mg0611 .art .info {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .about1_mg0611 .art .info {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .about1_mg0611 .art .info {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .about1_mg0611 .art .info {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .about1_mg0611 .art .info {
    font-size: 16px;
  }
}
@media (max-width:1440px) {
  .about1_mg0611 .art .ingo {
    line-height: 26px;
  }
}
@media (max-width:768px) {
  .about1_mg0611 {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .about1_mg0611.about2_mg0611 .art h5 {
    text-align: left;
  }
  .about1_mg0611 .imgbox {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .about1_mg0611 .art {
    width: 100%;
    padding: 20px;
  }
  .about1_mg0611 .art h5 {
    margin-bottom: 15px;
  }
  .about1_mg0611 .art .info {
    font-size: 14px;
    line-height: 22px;
  }
}
.about3_mg0611 {
  position: sticky;
  top: 0;
  z-index: 4;
  background: #ebebeb;
}
.about3_mg0611 h5 {
  height: 200px;
  text-align: center;
  line-height: 200px;
}
.about3_mg0611 ul {
  height: calc(100vh - 200px);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0 30px;
}
.about3_mg0611 ul li {
  border-right: 1px solid #c9c3c3;
  width: 15%;
  padding: 0 30px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  height: 100%;
}
.about3_mg0611 ul li:last-child {
  border: none;
}
.about3_mg0611 ul li.on {
  width: 40%;
  padding-right: 100px;
}
.about3_mg0611 ul li.on .info,
.about3_mg0611 ul li.on .img {
  opacity: 1;
}
.about3_mg0611 ul li h6 {
  font-size: 34px;
  color: #a20713;
  font-family: "us_b";
}
@media (max-width: 1680px) {
  .about3_mg0611 ul li h6 {
    font-size: 29.75px;
  }
}
@media (max-width: 1440px) {
  .about3_mg0611 ul li h6 {
    font-size: 25.5px;
  }
}
@media (max-width: 1280px) {
  .about3_mg0611 ul li h6 {
    font-size: 22.66666667px;
  }
}
@media (max-width: 1024px) {
  .about3_mg0611 ul li h6 {
    font-size: 18.13333333px;
  }
}
.about3_mg0611 ul li .info {
  margin: 30px 0;
  font-size: 18px;
  line-height: 30px;
  color: #666666;
  overflow: hidden;
  width: 400px;
  max-width: calc(40vw - 130px);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .about3_mg0611 ul li .info {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .about3_mg0611 ul li .info {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .about3_mg0611 ul li .info {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .about3_mg0611 ul li .info {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .about3_mg0611 ul li .info {
    font-size: 16px;
  }
}
.about3_mg0611 ul li .info p {
  padding-left: 15px;
  position: relative;
}
.about3_mg0611 ul li .info p:before {
  content: '•';
  position: absolute;
  left: 0;
}
.about3_mg0611 ul li .img {
  width: 400px;
  max-width: calc(40vw - 130px);
  line-height: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width:768px) {
  .about3_mg0611 {
    padding: 40px 0;
  }
  .about3_mg0611 h5 {
    height: auto;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .about3_mg0611 ul {
    height: auto;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .about3_mg0611 ul li {
    width: 100%;
    padding: 0!important;
    height: 40px;
    border: none;
    border-bottom: 1px solid #c9c3c3;
  }
  .about3_mg0611 ul li h6 {
    line-height: 40px;
  }
  .about3_mg0611 ul li .info {
    margin: 0px 0 10px;
    font-size: 12px;
    line-height: 20px;
    max-width: 100%;
  }
  .about3_mg0611 ul li .img {
    margin-bottom: 10px;
    max-width: 100%;
  }
  .about3_mg0611 ul li.on {
    width: 100%;
    height: auto;
  }
  .about3_mg0611 ul li.on .info {
    width: 100%;
  }
}
.about4_mg0611 {
  padding: 7.81vw 0;
  position: sticky;
  top: 0;
  z-index: 3;
  background: #fff;
}
.about4_mg0611 h5.h5 {
  text-align: center;
}
.about4_mg0611 .items {
  margin-top: 3.65vw;
  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;
}
.about4_mg0611 .items .item {
  width: 22%;
  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;
}
.about4_mg0611 .items .icondh {
  width: 6.69vw;
  height: 6.69vw;
  min-width: 80px;
  min-height: 80px;
}
.about4_mg0611 .items h6 {
  font-size: 18px;
  font-family: "us_b";
  margin: 1.04vw auto;
  text-align: center;
}
@media (max-width: 1680px) {
  .about4_mg0611 .items h6 {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .about4_mg0611 .items h6 {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .about4_mg0611 .items h6 {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .about4_mg0611 .items h6 {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .about4_mg0611 .items h6 {
    font-size: 16px;
  }
}
.about4_mg0611 .items .info {
  font-size: 14px;
  color: #808080;
  line-height: 30px;
  text-align: center;
}
@media (max-width:1440px) {
  .about4_mg0611 .items .info {
    line-height: 26px;
  }
}
@media (max-width:768px) {
  .about4_mg0611 {
    padding: 40px 0;
    position: relative;
  }
  .about4_mg0611 .items {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-top: 25px;
  }
  .about4_mg0611 .items .item {
    width: 100%;
    margin-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 25px;
  }
  .about4_mg0611 .items .item:last-child {
    margin-bottom: 0;
  }
  .about4_mg0611 .items h6 {
    margin: 10px auto;
  }
}
.form_mg0611 {
  padding: 6.25vw 0;
}
.form_mg0611 h6 {
  text-align: center;
}
.form_mg0611 .form1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  margin-top: 3.91vw;
}
.form_mg0611 .form1 input,
.form_mg0611 .form1 textarea {
  background: #fff;
  border: 1px solid #e5e5e5;
  height: 50px;
  border-radius: 5px;
  width: calc(50% - 25px);
  margin-bottom: 30px;
  padding: 0px 15px;
  font-size: 18px;
  color: #4d4d4d;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-family: "us_r";
}
@media (max-width: 1680px) {
  .form_mg0611 .form1 input,
  .form_mg0611 .form1 textarea {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .form_mg0611 .form1 input,
  .form_mg0611 .form1 textarea {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .form_mg0611 .form1 input,
  .form_mg0611 .form1 textarea {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .form_mg0611 .form1 input,
  .form_mg0611 .form1 textarea {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .form_mg0611 .form1 input,
  .form_mg0611 .form1 textarea {
    font-size: 16px;
  }
}
.form_mg0611 .form1 input::placeholder,
.form_mg0611 .form1 textarea::placeholder {
  font-size: 18px;
  color: #4d4d4d;
  font-family: "us_r";
}
@media (max-width: 1680px) {
  .form_mg0611 .form1 input::placeholder,
  .form_mg0611 .form1 textarea::placeholder {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .form_mg0611 .form1 input::placeholder,
  .form_mg0611 .form1 textarea::placeholder {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .form_mg0611 .form1 input::placeholder,
  .form_mg0611 .form1 textarea::placeholder {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .form_mg0611 .form1 input::placeholder,
  .form_mg0611 .form1 textarea::placeholder {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .form_mg0611 .form1 input::placeholder,
  .form_mg0611 .form1 textarea::placeholder {
    font-size: 16px;
  }
}
.form_mg0611 .form1 input:hover,
.form_mg0611 .form1 textarea:hover {
  border-color: #a20713;
}
.form_mg0611 .form1 textarea {
  width: 100%;
  height: 210px;
  padding: 15px;
}
.form_mg0611 .form1 button {
  width: 345px;
  height: 62px;
  background: #a20713;
  border-radius: 31px;
  margin: 2.6vw auto 0;
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid #a20713;
}
@media (max-width: 1680px) {
  .form_mg0611 .form1 button {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .form_mg0611 .form1 button {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .form_mg0611 .form1 button {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .form_mg0611 .form1 button {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .form_mg0611 .form1 button {
    font-size: 16px;
  }
}
.form_mg0611 .form1 button:hover {
  background: #fff;
  color: #a20713;
}
@media (max-width:1440px) {
  .form_mg0611 .form1 input {
    width: calc(50% - 15px);
    margin-bottom: 20px;
  }
  .form_mg0611 .form1 textarea {
    height: 120px;
  }
  .form_mg0611 .form1 button {
    width: 250px;
    height: 50px;
    border-radius: 25px;
  }
}
@media (max-width:768px) {
  .form_mg0611 {
    padding: 35px 0 40px;
  }
  .form_mg0611 .form1 {
    margin-top: 20px;
  }
  .form_mg0611 .form1 input {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
  }
  .form_mg0611 .form1 textarea {
    height: 120px;
  }
  .form_mg0611 .form1 button {
    width: 180px;
    height: 42px;
    border-radius: 21px;
  }
}
.news_nav {
  height: 80px;
  position: relative;
}
.news_nav:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #e5e5e5;
}
.news_nav .w1400 {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.news_nav .w1400 a {
  font-size: 24px;
  color: #666666;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  text-align: center;
  width: 33.33%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .news_nav .w1400 a {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .news_nav .w1400 a {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .news_nav .w1400 a {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .news_nav .w1400 a {
    font-size: 12.8px;
  }
}
@media (max-width: 1680px) {
  .news_nav .w1400 a {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .news_nav .w1400 a {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .news_nav .w1400 a {
    font-size: 16px;
  }
}
.news_nav .w1400 a:hover,
.news_nav .w1400 a.on {
  color: #fff;
  background: #a20713;
}
@media (max-width:1440px) {
  .news_nav {
    height: 70px;
  }
}
@media (max-width:1280px) {
  .news_nav {
    height: 60px;
  }
  .news_nav .w1400 a {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .news_nav {
    height: auto;
    padding: 0px 0;
  }
  .news_nav .w1400 {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .news_nav .w1400 a {
    width: 33.33%;
    font-size: 12px;
    height: 40px;
    line-height: 16px;
  }
}
.news_con {
  padding: 5.21vw 0;
}

.news_con h5{
text-align:center;line-height:23px; margin-bottom:50px;
}	

.news_con .fy {
  margin-top: 3.13vw;
}
@media (max-width:768px) {
  .news_con {
    padding: 40px 0;
  }
  .news_con .fy {
    margin-top: 30px;
  }
}
.news_list1 li {
  margin-bottom: 2.08vw;
}
.news_list1 li:last-child {
  margin-bottom: 0;
}
.news_list1 li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.news_list1 li a:hover .imgbox img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.news_list1 li a:hover .art {
  border-color: #a20713;
  box-shadow: 0 0 10px 0 rgba(229, 128, 0, 0.15);
}
.news_list1 li a:hover .art span {
  background: #a20713;
  color: #fff;
}
.news_list1 li a .imgbox {
  width: 36.6%;
  height: 250px;
  line-height: 0;
  overflow: hidden;
}
.news_list1 li a .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.news_list1 li a .art {
  width: 63.4%;
  padding: 1.04vw 2.08vw;
  background: #fff;
  border: 1px solid #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.news_list1 li a .art span {
  font-size: 12px;
  display: inline-block;
  padding: 0px 1.3vw;
  background: #808080;
  height: 36px;
  border-radius: 18px;
  line-height: 36px;
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.news_list1 li a .art h3 {
  font-size: 20px;
  font-family: "us_b";
  margin-top: 1.3vw;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 1680px) {
  .news_list1 li a .art h3 {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .news_list1 li a .art h3 {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .news_list1 li a .art h3 {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .news_list1 li a .art h3 {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .news_list1 li a .art h3 {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .news_list1 li a .art h3 {
    font-size: 16px;
  }
}
.news_list1 li a .art p {
  font-size: 14px;
  color: #9b9b9b;
}
@media (max-width:1440px) {
  .news_list1 li a .imgbox {
    height: 228px;
  }
}
@media (max-width:1024px) {
  .news_list1 li a .imgbox {
    height: 165px;
  }
}
@media (max-width:768px) {
  .news_list1 li {
    margin-bottom: 15px;
  }
  .news_list1 li a .imgbox {
    width: 45%;
    height: 150px;
  }
  .news_list1 li a .art {
    width: 55%;
    padding: 15px;
  }
  .news_list1 li a .art span {
    height: 30px;
    border-radius: 15px;
    padding: 0 15px;
    line-height: 30px;
  }
  .news_list1 li a .art h3 {
    margin-top: 10px;
  }
}
.news_list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-bottom: -20px;
}
.news_list2.video a:hover .imgbox:before {
  opacity: 1;
}
.news_list2.video .imgbox:before {
  content: '';
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 3;
  background: url(../images/play.png) no-repeat center / 100%;
  opacity: 0;
}
.news_list2.news_list3 li {
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.news_list2.news_list3 li .art2 {
  padding: 20px 30px;
}
.news_list2.news_list3 li .art2 .top {
  min-height: 105px;
  margin-bottom: 20px;
}
.news_list2.news_list3 li .art2 h3 {
  font-size: 20px;
  color: #666666;
  font-family: "us_b";
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 15px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 600;
}
@media (max-width: 1680px) {
  .news_list2.news_list3 li .art2 h3 {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .news_list2.news_list3 li .art2 h3 {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .news_list2.news_list3 li .art2 h3 {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .news_list2.news_list3 li .art2 h3 {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .news_list2.news_list3 li .art2 h3 {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .news_list2.news_list3 li .art2 h3 {
    font-size: 16px;
  }
}
.news_list2.news_list3 li .art2 p {
  font-size: 12px;
  color: #666666;
  margin-bottom: 10px;
  width: 100%;
  white-space: wrap;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news_list2.news_list3 li .art2 span {
  font-size: 14px;
  display: block;
}
.news_list2 li {
  width: calc(33.33% - 26.66px);
  margin: 0 40px 40px 0;
}
.news_list2 li:nth-child(3n) {
  margin-right: 0;
}
.news_list2 li:hover .imgbox img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.news_list2 li:hover .art h3 {
  color: #a20713;
}
.news_list2 li:hover .art2 h3 {
  color: #a20713;
}
.news_list2 li .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 48%;
  position: relative;
  overflow: hidden;
}
.news_list2 li .imgbox img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.news_list2 li .art span {
  font-size: 18px;
  color: #666666;
  font-family: "us_b";
  display: block;
  margin: 10px 0;
}
@media (max-width: 1680px) {
  .news_list2 li .art span {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .news_list2 li .art span {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .news_list2 li .art span {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .news_list2 li .art span {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .news_list2 li .art span {
    font-size: 16px;
  }
}
.news_list2 li .art h3 {
  font-size: 18px;
  color: #666666;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .news_list2 li .art h3 {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .news_list2 li .art h3 {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .news_list2 li .art h3 {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .news_list2 li .art h3 {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .news_list2 li .art h3 {
    font-size: 16px;
  }
}
@media (max-width:1680px) {
  .news_list2.news_list3 li .art2 .top {
    min-height: 100px;
  }
}
@media (max-width:1440px) {
  .news_list2 li {
    width: calc(33.33% - 20px);
    margin: 0 30px 30px 0;
  }
  .news_list2 li .art2 {
    padding: 15px 20px;
  }
  .news_list2.news_list3 li .art2 .top {
    min-height: 95px;
    margin-bottom: 15px;
  }
}
@media (max-width:1280px) {
  .news_list2 li {
    width: calc(33.33% - 13.33px);
    margin: 0 20px 20px 0;
  }
}
@media (max-width:768px) {
  .news_list2 {
    margin-bottom: 0;
  }
  .news_list2 li {
    width: 100%;
    margin: 0 0px 20px 0;
  }
  .news_list2 li:last-child {
    margin-bottom: 0;
  }
  .news_list2.news_list3 li .art2 {
    padding: 20px 15px;
  }
  .news_list2.news_list3 li .art2 .top {
    min-height: 0;
  }
}
.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;
}
.fy .layui-laypage a,
.fy .layui-laypage em {
  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: 36px;
  padding: 0 12px;
  background: #f2f5f9;
  margin: 0 3px;
  font-size: 14px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.fy .layui-laypage a:hover,
.fy .layui-laypage em:hover {
  background: #a20713;
  color: #fff;
}
.fy .layui-laypage .layui-laypage-curr {
  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;
}
.fy .layui-laypage .layui-laypage-curr .layui-laypage-em {
  display: none;
}
.fy .layui-laypage .layui-laypage-curr em {
  background: #a20713;
  color: #fff;
}
.contact_mg0611 {
  padding: 6.25vw 0;
  
}
.contact_mg0611 h5.h5,  h4.h4{
  text-align: center;
}

.contact_mg0611 .h_info {
  margin:0 auto;
  max-width:500px;
  
}

.contact_mg0611 .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-top: 6.25vw;
}
.contact_mg0611 .items .item {
  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;
}
.contact_mg0611 .items .item:hover .icon img {
  transform: translatey(-15px);
}
.contact_mg0611 .items .item .icon {
  width: 5.47vw;
  height: 5.47vw;
  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;
  min-width: 40px;
  min-height: 40px;
}
.contact_mg0611 .items .item .icon img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.contact_mg0611 .items .item .iconcode{
    width: 90px;
    margin-top: 10px;
    display: flex;

}

.contact_mg0611 .items .item .iconcode img{
    width: 100%;

}


.contact_mg0611 .items .item h6 {
  font-size: 18px;
  font-family: "us_b";
  margin: 20px 0 8px;
}
@media (max-width: 1680px) {
  .contact_mg0611 .items .item h6 {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .contact_mg0611 .items .item h6 {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .contact_mg0611 .items .item h6 {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .contact_mg0611 .items .item h6 {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .contact_mg0611 .items .item h6 {
    font-size: 16px;
  }
}
.contact_mg0611 .items .item .info {
  font-size: 18px;
  color: #4d4d4d;
}
@media (max-width: 1680px) {
  .contact_mg0611 .items .item .info {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .contact_mg0611 .items .item .info {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .contact_mg0611 .items .item .info {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .contact_mg0611 .items .item .info {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .contact_mg0611 .items .item .info {
    font-size: 16px;
  }
}
@media (max-width:768px) {
  .contact_mg0611 {
    padding: 40px 0 0px;
  }
  .contact_mg0611 .items {
    margin-top: 25px;
    margin-bottom: -20px;
  }
  .contact_mg0611 .items .item {
    width: calc(50% - 7.5px);
    margin-bottom: 20px;
    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;
  }
  .contact_mg0611 .items .item .icon {
    width: 40px;
    margin-right: 15px;
  }
  .contact_mg0611 .items .item h6 {
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: 14px;
    margin: 15px 0;
  }
  .contact_mg0611 .items .item .info {
    width: 100%;
    font-size: 14px;
    text-align: center;
  }
}
.contact2_mg0611 {
  padding: 5.21vw 0 5.73vw;
  background: #f4f4f4;
}
.contact2_mg0611 .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;
}
.contact2_mg0611 .left p {
  font-size: 18px;
  padding: 5px 0 5px 30px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 18px auto;
}
@media (max-width: 1680px) {
  .contact2_mg0611 .left p {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .contact2_mg0611 .left p {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .contact2_mg0611 .left p {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .contact2_mg0611 .left p {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .contact2_mg0611 .left p {
    font-size: 16px;
  }
}
.contact2_mg0611 .left .p1 {
  background-image: url(../images/i19.png);
  background-size: auto 18px;
}
.contact2_mg0611 .left .p2 {
  background-image: url(../images/i20.png);
}
.contact2_mg0611 .left .p3 {
  background-image: url(../images/i21.png);
}
.contact2_mg0611 .left .p4 {
  background-image: url(../images/i22.png);
}
.contact2_mg0611 .right {
  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;
}
.contact2_mg0611 .right p {
  font-size: 12px;
  color: #231815;
  margin-top: 15px;
}
@media (max-width:1440px) {
  .contact2_mg0611 .left {
    width: calc(100% - 230px);
  }
}
@media (max-width:768px) {
  .contact2_mg0611 {
    padding: 40px 0;
  }
  .contact2_mg0611 .w1400 {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .contact2_mg0611 .left {
    width: 100%;
    margin-bottom: 25px;
  }
  .contact2_mg0611 .left p {
    font-size: 14px;
  }
  .contact2_mg0611 .left .p1 {
    background-position: left 5px;
  }
  .contact2_mg0611 .right {
    width: 100%;
  }
}
.join_mg0611 {
  padding: 6.25vw 0;
}
.join_mg0611 h5.h5 {
  text-align: center;
}
@media (max-width:768px) {
  .join_mg0611 {
    padding: 40px 0;
  }
}
.join_list {
  margin-top: 5.21vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.join_list li {
  width: calc(33.33% - 26.66px);
  margin: 0 40px 40px 0;
}
.join_list li:nth-child(3n) {
  margin-right: 0;
}
.join_list li:hover .imgbox img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.join_list li:hover .art h6 {
  color: #a20713;
}
.join_list li .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  position: relative;
  overflow: hidden;
}
.join_list li .imgbox img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.join_list li .art h6 {
  font-size: 20px;
  color: #4d4d4d;
  font-weight: 600;
  margin: 15px 0 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .join_list li .art h6 {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .join_list li .art h6 {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .join_list li .art h6 {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .join_list li .art h6 {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .join_list li .art h6 {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .join_list li .art h6 {
    font-size: 16px;
  }
}
.join_list li .art .info {
  font-size: 16px;
  line-height: 30px;
  color: #4d4d4d;
}
@media (max-width: 1680px) {
  .join_list li .art .info {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .join_list li .art .info {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .join_list li .art .info {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .join_list li .art .info {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .join_list li .art .info {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .join_list li .art .info {
    font-size: 14px;
  }
}
@media (max-width:1440px) {
  .join_list li {
    width: calc(33.33% - 20px);
    margin: 0 30px 30px 0;
  }
  .join_list li .art .info {
    line-height: 26px;
  }
}
@media (max-width:1280px) {
  .join_list li {
    width: calc(33.33% - 13.33px);
    margin: 0 20px 20px 0;
  }
  .join_list li .art .info {
    line-height: 22px;
  }
}
@media (max-width:768px) {
  .join_list {
    margin-top: 30px;
  }
  .join_list li {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .join_list li:last-child {
    margin-bottom: 0;
  }
}
.choose_mg0611 {
  padding: 6.77vw 0 7.81vw;
  background: url(../images/bg2.jpg) no-repeat center / cover;
}
.choose_mg0611 h5.h5 {
  text-align: center;
  color: #fff;
}
.choose_mg0611 .form2 {
  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: 60px;
  margin-top: 3.65vw;
}
.choose_mg0611 .form2 .left {
  width: calc(100% - 200px);
  height: 100%;
  background: #fff;
  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;
}
.choose_mg0611 .form2 .left a {
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 20px;
  padding-left: 10px;
}
.choose_mg0611 .form2 .left input {
  width: calc(100% - 50px);
  font-size: 18px;
  color: #4d4d4d;
  font-family: "us_r";
}
@media (max-width: 1680px) {
  .choose_mg0611 .form2 .left input {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .choose_mg0611 .form2 .left input {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .choose_mg0611 .form2 .left input {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .choose_mg0611 .form2 .left input {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .choose_mg0611 .form2 .left input {
    font-size: 16px;
  }
}
.choose_mg0611 .form2 .left input::placeholder {
  font-size: 18px;
  color: #4d4d4d;
  font-family: "us_r";
}
@media (max-width: 1680px) {
  .choose_mg0611 .form2 .left input::placeholder {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .choose_mg0611 .form2 .left input::placeholder {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .choose_mg0611 .form2 .left input::placeholder {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .choose_mg0611 .form2 .left input::placeholder {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .choose_mg0611 .form2 .left input::placeholder {
    font-size: 16px;
  }
}
.choose_mg0611 .form2 button {
  width: 165px;
  height: 100%;
  background: #a20713;
  color: #fff;
  font-size: 18px;
}
@media (max-width: 1680px) {
  .choose_mg0611 .form2 button {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .choose_mg0611 .form2 button {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .choose_mg0611 .form2 button {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .choose_mg0611 .form2 button {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .choose_mg0611 .form2 button {
    font-size: 16px;
  }
}
@media (max-width:1440px) {
  .choose_mg0611 .form2 {
    height: 50px;
  }
}
@media (max-width:768px) {
  .choose_mg0611 {
    padding: 40px 0;
  }
  .choose_mg0611 .form2 {
    height: 40px;
    margin-top: 20px;
  }
  .choose_mg0611 .form2 .left {
    width: calc(100% - 100px);
  }
  .choose_mg0611 .form2 .left a {
    width: 40px;
  }
  .choose_mg0611 .form2 .left input {
    font-size: 14px;
    font-family: "us_r";
  }
  .choose_mg0611 .form2 .left input::placeholder {
    font-size: 14px;
    font-family: "us_r";
  }
  .choose_mg0611 .form2 button {
    width: 90px;
  }
}
.join2_0611 {
  padding: 6.25vw 0;
}
.join2_0611 .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;
  height: 66px;
  background: #e8e8e8;
  padding: 0 1.56vw;
  font-size: 20px;
}
@media (max-width: 1680px) {
  .join2_0611 .top {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .join2_0611 .top {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .join2_0611 .top {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .join2_0611 .top {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .join2_0611 .top {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .join2_0611 .top {
    font-size: 16px;
  }
}
.join2_0611 .top p {
  width: 15%;
  text-align: center;
}
.join2_0611 .top p:first-child {
  width: 25%;
  text-align: left;
}
.join2_0611 .top p:last-child {
  text-align: right;
}
.join2_0611 ul li {
  border-bottom: 1px solid #e5e5e5;
}
.join2_0611 ul li .a1 {
  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: 60px;
  background: #fff;
  padding: 0 1.56vw;
  font-size: 16px;
}
@media (max-width: 1680px) {
  .join2_0611 ul li .a1 {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .join2_0611 ul li .a1 {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .join2_0611 ul li .a1 {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .join2_0611 ul li .a1 {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .join2_0611 ul li .a1 {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .join2_0611 ul li .a1 {
    font-size: 14px;
  }
}
.join2_0611 ul li .a1 p {
  width: 15%;
  text-align: center;
}
.join2_0611 ul li .a1 p:first-child {
  width: 25%;
  text-align: left;
}
.join2_0611 ul li .a1 p:last-child {
  color: #a20713;
  text-align: right;
}
.join2_0611 ul li .a1 p:last-child i {
  margin-left: 2px;
}
.join2_0611 ul li .art {
  padding: 1.56vw 1.56vw 2vw;
  background: #f5f7f9;
  display: none;
}
.join2_0611 ul li .art h3 {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 1680px) {
  .join2_0611 ul li .art h3 {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .join2_0611 ul li .art h3 {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .join2_0611 ul li .art h3 {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .join2_0611 ul li .art h3 {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .join2_0611 ul li .art h3 {
    font-size: 16px;
  }
}
.join2_0611 ul li .art h3.h3 {
  margin-top: 1.56vw;
}
.join2_0611 ul li .art .info {
  font-size: 14px;
  color: #4d4d4d;
  line-height: 26px;
  margin-top: 10px;
}
.join2_0611 ul li .art .p1 {
  margin-top: 1.56vw;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 14px;
  color: #4d4d4d;
}
.join2_0611 ul li .art .p1 a:hover {
  color: #a20713;
}
.join2_0611 ul li .art .a2 {
  background: #a20713;
  padding: 5px 15px;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
}
@media (max-width:1440px) {
  .join2_0611 .top {
    height: 60px;
  }
  .join2_0611 ul li .a1 {
    height: 45px;
  }
}
@media (max-width:768px) {
  .join2_0611 {
    padding: 40px 0;
  }
  .join2_0611 .top {
    height: 50px;
    padding: 0 15px;
  }
  .join2_0611 .top p {
    display: none;
  }
  .join2_0611 .top p:first-child {
    display: block;
    width: calc(100% - 90px);
  }
  .join2_0611 .top p:last-child {
    display: block;
    width: 80px;
  }
  .join2_0611 ul li .a1 {
    padding: 0 15px;
  }
  .join2_0611 ul li .a1 p {
    display: none;
  }
  .join2_0611 ul li .a1 p:first-child {
    display: block;
    width: calc(100% - 90px);
  }
  .join2_0611 ul li .a1 p:last-child {
    display: block;
    width: 80px;
  }
  .join2_0611 ul li .art {
    padding: 15px;
  }
  .join2_0611 ul li .art h3.h3 {
    margin-top: 15px;
  }
  .join2_0611 ul li .art .p1 {
    margin-top: 20px;
  }
}
.sol_info1 {
  padding: 6.25vw 0;
}
.sol_info1 h5.h5 {
  text-align: center;
}
.sol_info1 .h_info {
  text-align: center;
  margin: 1.56vw 0 2.6vw;
  font-size: 16px;
  color: #666666;
}
@media (max-width: 1680px) {
  .sol_info1 .h_info {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .sol_info1 .h_info {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .sol_info1 .h_info {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .sol_info1 .h_info {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .sol_info1 .h_info {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .sol_info1 .h_info {
    font-size: 14px;
  }
}
.sol_info1 .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.sol_info1 .items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 21%;
}
.sol_info1 .items .item:hover .icondh i {
  display: block;
}
.sol_info1 .items .item .icondh {
  width: 50px;
  height: 50px;
}
.sol_info1 .items .item h6 {
  font-size: 18px;
  color: #4d4d4d;
  font-family: "us_b";
  margin: 20px 0;
}
@media (max-width: 1680px) {
  .sol_info1 .items .item h6 {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .sol_info1 .items .item h6 {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .sol_info1 .items .item h6 {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .sol_info1 .items .item h6 {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .sol_info1 .items .item h6 {
    font-size: 16px;
  }
}
.sol_info1 .items .item .info {
  font-size: 16px;
  color: #4d4d4d;
  line-height: 30px;
  text-align: justify;
}
@media (max-width: 1680px) {
  .sol_info1 .items .item .info {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .sol_info1 .items .item .info {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .sol_info1 .items .item .info {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .sol_info1 .items .item .info {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .sol_info1 .items .item .info {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .sol_info1 .items .item .info {
    font-size: 14px;
  }
}
@media (max-width:1440px) {
  .sol_info1 .items .item .info {
    line-height: 26px;
  }
}
@media (max-width:1024px) {
  .sol_info1 .items .item .info {
    line-height: 22px;
  }
}
@media (max-width:768px) {
  .sol_info1 {
    padding: 40px 0;
  }
  .sol_info1 .h_info {
    margin: 10px 0 20px;
  }
  .sol_info1 .items {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .sol_info1 .items .item {
    width: 100%;
    position: relative;
    margin-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 25px;
  }
  .sol_info1 .items .item .icondh {
    width: 40px;
    height: 40px;
    margin: 0 ;
  }
  .sol_info1 .items .item .art h6 {
    text-align: left;
    margin: 15px 0;
  }
  .sol_info1 .items .item .art .info {
    margin-top: 6px;
    font-size: 12px;
  }
}
.sol_info2 {
  background: #333333;
  padding: 60px 0;
}
.sol_info2 .w1400 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width:768px) {
  .sol_info2 {
    padding: 40px 0;
  }
}
.sol_info3 {
  padding: 6.25vw 0 10.42vw;
}
.sol_info3 .img {
  position: relative;
}
.sol_info3 .img .art {
  width: 440px;
  height: auto;
  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;
  background: #fff;
  position: absolute;
  right: 15%;
  top: 25%;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.sol_info3 .img .art .top {
  padding: 2.08vw;
}
.sol_info3 .img .art .top h5 {
  font-size: 20px;
  color: #666666;
  font-family: "us_b";
  margin-bottom: 15px;
}
@media (max-width: 1680px) {
  .sol_info3 .img .art .top h5 {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .sol_info3 .img .art .top h5 {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .sol_info3 .img .art .top h5 {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .sol_info3 .img .art .top h5 {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .sol_info3 .img .art .top h5 {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .sol_info3 .img .art .top h5 {
    font-size: 16px;
  }
}
.sol_info3 .img .art .top .info {
  font-size: 14px;
  line-height: 26px;
  color: #333333;
  height: 156px;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #a20713 transparent;
  padding-right: 5px;
}
.sol_info3 .img .art .top .info::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  background-color: transparent;
}
.sol_info3 .img .art .top .info::-webkit-scrollbar-thumb {
  background-color: #a20713;
  border-radius: 10px;
}
.sol_info3 .img .art .bot {
  height: 140px;
  background-image: linear-gradient(to right, #e75a23, #a20713);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.sol_info3 .img .art .bot:before {
  content: '';
  width: 1px;
  height: 100px;
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
}
.sol_info3 .img .art .bot .left {
  width: 48%;
  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;
}
.sol_info3 .img .art .bot .left img {
  max-width: 50%;
  max-height: 50%;
}
.sol_info3 .img .art .bot .right {
  width: 48%;
  padding: 0 10px;
}
.sol_info3 .img .art .bot .right h6 {
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
}
.sol_info3 .img .art .bot .right .more {
  display: inline-flex;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 25px;
  padding: 0 15px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 5px;
  font-size: 12px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.sol_info3 .img .art .bot .right .more i {
  margin-left: 15px;
}
.sol_info3 .img .art .bot .right .more:hover {
  background: #fff;
  color: #a20713;
}
@media (max-width:1280px) {
  .sol_info3 .img .art {
    width: 320px;
  }
  .sol_info3 .img .art .top .info {
    font-size: 12px;
    line-height: 22px;
    height: 110px;
  }
  .sol_info3 .img .art .bot {
    height: 120px;
  }
  .sol_info3 .img .art .bot .right .more {
    padding: 0 5px;
  }
  .sol_info3 .img .art .bot .right .more i {
    margin-left: 5px;
  }
}
@media (max-width:1024px) {
  .sol_info3 .img .art .top .info {
    height: 88px;
  }
  .sol_info3 .img .art .bot {
    height: 100px;
  }
}
@media (max-width:768px) {
  .sol_info3 {
    padding: 40px 0;
  }
  .sol_info3 .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .sol_info3 .img .art {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    right: auto;
  }
  .sol_info3 .img .art .top {
    padding: 15px;
  }
  .sol_info3 .img .art .top h5 {
    margin-bottom: 10px;
  }
  .sol_info3 .img .art .top .info {
    height: auto;
  }
}
.pro1_mg0611 {
  padding: 6.25vw 0;
}

.pro1_mg0611 h5 {
    text-align: center;
    font-size: 24px;
    padding: 20px;
}

.pro1_mg0611 .line {
  width: 11.46vw;
  height: 1px;
  background: #a20713;
  min-width: 100px;
  margin: 0 auto 1.56vw;
}
.pro1_mg0611 .h_info {
  font-size: 18px;
  color: #666666;
  text-align: center;
}
@media (max-width: 1680px) {
  .pro1_mg0611 .h_info {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .pro1_mg0611 .h_info {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .pro1_mg0611 .h_info {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .pro1_mg0611 .h_info {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .pro1_mg0611 .h_info {
    font-size: 16px;
  }
}
@media (max-width:768px) {
  .pro1_mg0611 {
    padding: 40px 0;
  }
  .pro1_mg0611 .line {
    margin-bottom: 20px;
  }
  .pro1_mg0611 .h_info {
    font-size: 14px;
    line-height: 22px;
  }
}
.pro1_s {
  margin: 2.08vw 0 4.17vw;
  overflow: hidden;
}
.pro1_s .swiper-slide {
  height: 22.92vw;
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width:768px) {
  .pro1_s {
    margin: 30px 0;
  }
}
.pro2_s {
  overflow: hidden;
  width: 600px;
  margin: 0 auto;
  max-width: 100%;
}
.pro2_s .swiper-slide {
  height: 90px;
  cursor: pointer;
  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 #e5e5e5;
}
.pro2_s .swiper-slide img {
  max-width: 80%;
  max-height: 80%;
}
.pro2_s .swiper-slide.swiper-slide-active {
  border-color: #a20713;
}
@media (max-width:1440px) {
  .pro2_s .swiper-slide {
    height: 80px;
  }
}
@media (max-width:1024px) {
  .pro2_s .swiper-slide {
    height: 60px;
  }
}
.pro2_mg0611 {
  padding: 6.25vw 0;
  background: #eaebed;
}
.pro2_mg0611 h5.h5 {
  text-align: center;
}
.pro2_mg0611 .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 3.13vw;
}
.pro2_mg0611 .items .item {
  width: calc(33.33% - 20px);
  background: #fff;
  padding: 30px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.pro2_mg0611 .items .item:hover {
  transform: translateY(-15px);
}
.pro2_mg0611 .items .item .icon {
  width: 100%;
  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: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.pro2_mg0611 .items .item h6 {
  font-size: 16px;
  font-family: "us_b";
  color: #a20713;
  margin-bottom: 0.78vw;
  height: 40px;
  margin-top: -40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 50px;
}
@media (max-width: 1680px) {
  .pro2_mg0611 .items .item h6 {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .pro2_mg0611 .items .item h6 {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .pro2_mg0611 .items .item h6 {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .pro2_mg0611 .items .item h6 {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .pro2_mg0611 .items .item h6 {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .pro2_mg0611 .items .item h6 {
    font-size: 14px;
  }
}
.pro2_mg0611 .items .item .info {
  font-size: 14px;
  color: #666666;
  line-height: 26px;
}
@media (max-width:1440px) {
  .pro2_mg0611 .items .item {
    padding: 20px;
    width: calc(33.33% - 13.33px);
  }
}
@media (max-width:768px) {
  .pro2_mg0611 {
    padding: 40px 0;
  }
  .pro2_mg0611 .items {
    margin-top: 25px;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .pro2_mg0611 .items .item {
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
  }
  .pro2_mg0611 .items .item:last-child {
    margin-bottom: 0;
  }
  .pro2_mg0611 .items .item .icon {
    height: 30px;
  }
  .pro2_mg0611 .items .item h6 {
    margin-bottom: 15px;
    height: 30px;
    margin-top: -30px;
  }
  .pro2_mg0611 .items .item .info {
    font-size: 14px;
    line-height: 22px;
  }
}
.pro3_mg0611 {
  padding: 6.25vw 0;
  border-bottom: 1px solid #e5e5e5;
}
.pro3_mg0611 h5.h5 {
  text-align: center;
}
.pro3_mg0611 .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 20px;
}
.pro3_mg0611 .items .item {
  width: 15%;
}
.pro3_mg0611 .items .item:hover .icondh i {
  display: block;
}
.pro3_mg0611 .items .item .icondh {
  width: 6.33vw;
  height: 6.33vw;
  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: 50px;
  min-height: 50px;
  margin: 2.08vw auto;
  border-width: 4px;
}
@media (max-width:768px) {
  .pro3_mg0611 .items .item .icondh {
    border-width: 2px;
  }
}
.pro3_mg0611 .items .item p {
  font-size: 16px;
  color: #666666;
  text-align: center;
}
@media (max-width: 1680px) {
  .pro3_mg0611 .items .item p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .pro3_mg0611 .items .item p {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .pro3_mg0611 .items .item p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .pro3_mg0611 .items .item p {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .pro3_mg0611 .items .item p {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .pro3_mg0611 .items .item p {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .pro3_mg0611 {
    padding: 40px 0;
  }
  .pro3_mg0611 .items {
    margin-top: 25px;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .pro3_mg0611 .items .item {
    width: calc(50% - 7.5px);
    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;
    margin-bottom: 15px;
  }
  .pro3_mg0611 .items .item:last-child {
    margin-bottom: 0;
  }
  .pro3_mg0611 .items .item .icondh {
    margin: 15px 0;
  }
  .pro3_mg0611 .items .item p {
    width: 100%;
    text-align: center;
  }
}
.pro4_mg0611 {
  padding: 6.25vw 0;
}
.pro4_mg0611 .pro_taba {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.pro4_mg0611 .pro_taba:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #e5e5e5;
}
.pro4_mg0611 .pro_taba a {
  font-size: 16px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 30px;
  border: 1px solid #e5e5e5;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin-right: -1px;
}
@media (max-width: 1680px) {
  .pro4_mg0611 .pro_taba a {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .pro4_mg0611 .pro_taba a {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .pro4_mg0611 .pro_taba a {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .pro4_mg0611 .pro_taba a {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .pro4_mg0611 .pro_taba a {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .pro4_mg0611 .pro_taba a {
    font-size: 14px;
  }
}
.pro4_mg0611 .pro_taba a.on,
.pro4_mg0611 .pro_taba a:hover {
  background: #a20713;
  color: #fff;
  border-color: #a20713;
}
.pro4_mg0611 .pro_tabb {
  margin-top: 3.65vw;
}
.pro4_mg0611 .pro_tabb .item {
  display: none;
  -webkit-animation: hide-animation 0.5s;
  animation: hide-animation 0.5s;
}
.pro4_mg0611 .pro_tabb .item.on {
  display: block;
}
.pro4_mg0611 .pro_tabb .item .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 20%;
}
.pro4_mg0611 .pro_tabb .item .table {
  margin: 2.6vw auto 0;
}
.pro4_mg0611 .pro_tabb .item table {
  border: 1px solid #e5e5e5;
}
.pro4_mg0611 .pro_tabb .item table thead {
  background: #efefef;
}
.pro4_mg0611 .pro_tabb .item table thead tr td {
  color: #a20713;
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 1680px) {
  .pro4_mg0611 .pro_tabb .item table thead tr td {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .pro4_mg0611 .pro_tabb .item table thead tr td {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .pro4_mg0611 .pro_tabb .item table thead tr td {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .pro4_mg0611 .pro_tabb .item table thead tr td {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .pro4_mg0611 .pro_tabb .item table thead tr td {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .pro4_mg0611 .pro_tabb .item table thead tr td {
    font-size: 14px;
  }
}
.pro4_mg0611 .pro_tabb .item table tr {
  border-bottom: 1px solid #e5e5e5;
}
.pro4_mg0611 .pro_tabb .item table td {
  width: auto;
  text-align: center;
  border: none;
  padding: 15px;
}
.pro4_mg0611 .pro_tabb .item table td:first-child {
  text-align: left;
  border-right: 1px solid #e5e5e5;
  color: #a20713;
  width: 20%;
}
@media (max-width:768px) {
  .pro4_mg0611 {
    padding: 40px 0;
  }
  .pro4_mg0611 .pro_taba {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    border-top: 1px solid #e5e5e5;
  }
  .pro4_mg0611 .pro_taba a {
    min-width: 50%;
    height: 40px;
    padding: 0 15px;
    border-top: none;
  }
  .pro4_mg0611 .pro_tabb {
    margin-top: 25px;
  }
  .pro4_mg0611 .pro_tabb .item .table {
    width: 100%;
    overflow-x: scroll;
    scrollbar-width: thin;
    scrollbar-color: #a20713 transparent;
    padding-bottom: 2px;
    margin-top: 25px;
  }
  .pro4_mg0611 .pro_tabb .item .table::-webkit-scrollbar {
    width: 2px;
    height: 2px;
    background-color: transparent;
  }
  .pro4_mg0611 .pro_tabb .item .table::-webkit-scrollbar-thumb {
    background-color: #a20713;
    border-radius: 10px;
  }
  .pro4_mg0611 .pro_tabb .item .table table {
    min-width: 768px;
  }
  .pro4_mg0611 .pro_tabb .item table td {
    padding: 8px 10px;
  }
}
.download_mg0611 {
  padding: 6.25vw 0;
}
.download_mg0611 .w1400 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.download_mg0611 .w1400 .left {
  width: 24%;
  background: #f9f9f9;
  padding: 40px 30px 22px;
}
.download_mg0611 .w1400 .left ul li {
  margin-bottom: 1.56vw;
  border-bottom: 1px solid #e5e5e5;
}
.download_mg0611 .w1400 .left ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.download_mg0611 .w1400 .left ul li .a1 {
  font-size: 22px;
  color: #4d4d4d;
  margin-bottom: 1.3vw;
  display: block;
  font-family: "us_b";
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .download_mg0611 .w1400 .left ul li .a1 {
    font-size: 19.25px;
  }
}
@media (max-width: 1440px) {
  .download_mg0611 .w1400 .left ul li .a1 {
    font-size: 16.5px;
  }
}
@media (max-width: 1280px) {
  .download_mg0611 .w1400 .left ul li .a1 {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  .download_mg0611 .w1400 .left ul li .a1 {
    font-size: 11.73333333px;
  }
}
@media (max-width: 1680px) {
  .download_mg0611 .w1400 .left ul li .a1 {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .download_mg0611 .w1400 .left ul li .a1 {
    font-size: 16px;
  }
}
.download_mg0611 .w1400 .left ul li .a1:hover {
  color: #a20713;
}
.download_mg0611 .w1400 .left ul li .item_a a {
  font-size: 18px;
  color: #4d4d4d;
  display: block;
  margin-bottom: 0.94vw;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .download_mg0611 .w1400 .left ul li .item_a a {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .download_mg0611 .w1400 .left ul li .item_a a {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .download_mg0611 .w1400 .left ul li .item_a a {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .download_mg0611 .w1400 .left ul li .item_a a {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .download_mg0611 .w1400 .left ul li .item_a a {
    font-size: 16px;
  }
}
.download_mg0611 .w1400 .left ul li .item_a a:hover {
  color: #a20713;
}
.download_mg0611 .w1400 .right {
  width: 72%;
}
.download_mg0611 .w1400 .right h5.h5 {
  position: relative;
  padding-bottom: 10px;
}
.download_mg0611 .w1400 .right h5.h5:before {
  content: '';
  width: 140px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #a20713;
}
.download_mg0611 .w1400 .right ul {
  margin-top: 30px;
}
.download_mg0611 .w1400 .right ul li:first-child a {
  border-top: 1px solid #e5e5e5;
}
.download_mg0611 .w1400 .right ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 20px;
  color: #666666;
  padding: 1.56vw 0;
  border-bottom: 1px solid #e5e5e5;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .download_mg0611 .w1400 .right ul li a {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .download_mg0611 .w1400 .right ul li a {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .download_mg0611 .w1400 .right ul li a {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .download_mg0611 .w1400 .right ul li a {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .download_mg0611 .w1400 .right ul li a {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .download_mg0611 .w1400 .right ul li a {
    font-size: 16px;
  }
}
.download_mg0611 .w1400 .right ul li a:hover {
  color: #a20713;
}
.download_mg0611 .w1400 .right ul li a p:first-child {
  width: calc(100% - 250px);
}
.download_mg0611 .w1400 .right ul li a p:nth-child(2) {
  width: 150px;
}
.download_mg0611 .w1400 .right ul li a p:nth-child(3) {
  width: 40px;
}
.download_mg0611 .w1400 .right ul li a p:nth-child(3) i {
  font-size: 20px;
  font-weight: 600;
}
@media (max-width:1440px) {
  .download_mg0611 .w1400 .left {
    padding: 30px 20px 15px;
  }
  .download_mg0611 .w1400 .left ul li .a1 {
    font-size: 16px;
  }
  .download_mg0611 .w1400 .left ul li .item_a a {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .download_mg0611 {
    padding: 40px 0;
  }
  .download_mg0611 .w1400 {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .download_mg0611 .w1400 .left {
    width: 100%;
    margin-bottom: 25px;
  }
  .download_mg0611 .w1400 .left ul li {
    margin-bottom: 20px;
  }
  .download_mg0611 .w1400 .left ul li .a1 {
    margin-bottom: 15px;
  }
  .download_mg0611 .w1400 .left ul li .item_a a {
    margin-bottom: 10px;
  }
  .download_mg0611 .w1400 .right {
    width: 100%;
  }
  .download_mg0611 .w1400 .right ul {
    margin-top: 20px;
  }
  .download_mg0611 .w1400 .right ul li a {
    padding: 10px 0;
  }
  .download_mg0611 .w1400 .right ul li a p:first-child {
    width: calc(100% - 120px);
    font-size: 14px;
  }
  .download_mg0611 .w1400 .right ul li a p:nth-child(2) {
    width: 80px;
    font-size: 12px;
  }
  .download_mg0611 .w1400 .right ul li a p:nth-child(3) {
    width: 20px;
    text-align: right;
  }
  .download_mg0611 .w1400 .right ul li a p:nth-child(3) i {
    font-size: 16px;
    font-weight: 600;
  }
}
.case2_mg0611 {
  padding: 6.25vw 0;
}
@media (max-width:768px) {
  .case2_mg0611 {
    padding: 40px 0;
  }
}
.case_list2 li {
  border-radius: 2.6vw;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.case_list2 li .top {
  background: #a20713;
  color: #fff;
  font-size: 30px;
  font-family: "us_b";
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 2.08vw 3.13vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 1680px) {
  .case_list2 li .top {
    font-size: 26.25px;
  }
}
@media (max-width: 1440px) {
  .case_list2 li .top {
    font-size: 22.5px;
  }
}
@media (max-width: 1280px) {
  .case_list2 li .top {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .case_list2 li .top {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .case_list2 li .top {
    font-size: 24px;
  }
}
@media (max-width: 1440px) {
  .case_list2 li .top {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .case_list2 li .top {
    font-size: 18px;
  }
}
.case_list2 li .top p {
  width: calc(100% - 80px);
}
.case_list2 li .top a {
  width: 80px;
  text-align: right;
  font-size: 24px;
  color: #fff;
  font-family: "us_r";
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .case_list2 li .top a {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .case_list2 li .top a {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .case_list2 li .top a {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .case_list2 li .top a {
    font-size: 12.8px;
  }
}
@media (max-width: 1680px) {
  .case_list2 li .top a {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .case_list2 li .top a {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .case_list2 li .top a {
    font-size: 16px;
  }
}
.case_list2 li .top a:hover {
  opacity: 0.8;
}
.case_list2 li .bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 3.13vw;
}
.case_list2 li .bot .imgbox {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.case_list2 li .bot .art {
  width: calc(50% - 3.13vw);
}
.case_list2 li .bot .art p {
  line-height: 30px;
  font-size: 16px;
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0 15px 30px;
}
@media (max-width: 1680px) {
  .case_list2 li .bot .art p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .case_list2 li .bot .art p {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .case_list2 li .bot .art p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .case_list2 li .bot .art p {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .case_list2 li .bot .art p {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .case_list2 li .bot .art p {
    font-size: 14px;
  }
}
.case_list2 li .bot .art p.p1 {
  background: url(../images/i35.png) no-repeat left center;
}
.case_list2 li .bot .art p.p2 {
  background: url(../images/i36.png) no-repeat left center;
}
.case_list2 li .bot .art p.p3 {
  background: url(../images/i37.png) no-repeat left center;
}
.case_list2 li .bot .art p.p4 {
  background: url(../images/i38.png) no-repeat left center;
}
@media (max-width:768px) {
  .case_list2 li .top {
    padding: 15px;
  }
  .case_list2 li .bot {
    padding: 20px 15px;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .case_list2 li .bot .imgbox {
    width: 100%;
    margin-bottom: 15px;
  }
  .case_list2 li .bot .art {
    width: 100%;
  }
  .case_list2 li .bot .art p {
    background-size: 16px auto!important;
    padding: 10px 0 10px 25px;
  }
}
.case3_mg0611 {
  padding: 6.25vw 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.case3_mg0611:before {
  content: '';
  width: 46%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 6.25vw;
  background: #a20713;
}
.case3_mg0611 .left {
  width: 46%;
  padding: 40px 40px 0 12.5vw;
}
.case3_mg0611 .left h5 {
  font-size: 24px;
  font-family: "us_b";
}
@media (max-width: 1680px) {
  .case3_mg0611 .left h5 {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .case3_mg0611 .left h5 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .case3_mg0611 .left h5 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .case3_mg0611 .left h5 {
    font-size: 12.8px;
  }
}
@media (max-width: 1680px) {
  .case3_mg0611 .left h5 {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .case3_mg0611 .left h5 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .case3_mg0611 .left h5 {
    font-size: 16px;
  }
}
.case3_mg0611 .left h6 {
  font-size: 18px;
  font-family: "us_b";
  color: #a20713;
  margin-top: 20px;
  margin-bottom: 15px;
}
@media (max-width: 1680px) {
  .case3_mg0611 .left h6 {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .case3_mg0611 .left h6 {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .case3_mg0611 .left h6 {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .case3_mg0611 .left h6 {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .case3_mg0611 .left h6 {
    font-size: 16px;
  }
}
.case3_mg0611 .left .info {
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 1680px) {
  .case3_mg0611 .left .info {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .case3_mg0611 .left .info {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .case3_mg0611 .left .info {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .case3_mg0611 .left .info {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .case3_mg0611 .left .info {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .case3_mg0611 .left .info {
    font-size: 14px;
  }
}
.case3_mg0611 .left .art {
  padding-right: 5px;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #a20713 transparent;
  max-height: 530px;
}
.case3_mg0611 .left .art::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  background-color: transparent;
}
.case3_mg0611 .left .art::-webkit-scrollbar-thumb {
  background-color: #a20713;
  border-radius: 10px;
}
@media (max-width:1680px) {
  .case3_mg0611 .left .art {
    max-height: 450px;
  }
}
@media (max-width:1440px) {
  .case3_mg0611 .left .art {
    max-height: 390px;
  }
}
@media (max-width:1280px) {
  .case3_mg0611 .left .art {
    max-height: 340px;
  }
}
@media (max-width:1024px) {
  .case3_mg0611 .left .art {
    max-height: 260px;
  }
}
.case3_mg0611 .right {
  width: 54%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.case3_mg0611 .right .imgbox {
  width: 120%;
  display: block;
}
.case3_mg0611 .news_art {
  width: 100%;
  margin-top: 3.13vw;
}
@media (max-width:1680px) {
  .case3_mg0611 .left {
    padding: 30px 30px 0 6.51vw;
  }
}
@media (max-width:1520px) {
  .case3_mg0611 .left {
    padding-left: 60px;
  }
}
@media (max-width:1024px) {
  .case3_mg0611 .left {
    padding-left: 30px;
  }
}
@media (max-width:990px) {
  .case3_mg0611 .left {
    padding-left: 20px;
  }
}
@media (max-width:768px) {
  .case3_mg0611 {
    padding: 40px 0;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .case3_mg0611:before {
    top: 40px;
    width: 100%;
  }
  .case3_mg0611 .left {
    width: 100%;
    padding-left: 20px;
    margin-bottom: 20px;
  }
  .case3_mg0611 .left h6 {
    margin: 15px 0 10px;
  }
  .case3_mg0611 .right {
    width: 100%;
  }
}
.dqwz {
  width: 100%;
  height: 60px;
  position: relative;
  z-index: 2;
  margin-top: 0;
  background: #f7f7f7;
}
.dqwz .w1600 {
  height: 100%;
  font-family: 'din_l';
  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;
}
.dqwz .w1600 i {
  font-style: normal;
  font-size: 20px;
  color: #666666;
  margin: 0 0.8vw;
}
.dqwz .w1600 a {
  font-size: 16px;
  color: #666666;
  font-family: 'din_l';
  white-space: nowrap;
}
.dqwz .w1600 a:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dqwz .w1600 a:hover {
  color: #a20713;
}
@media (max-width:990px) {
  .dqwz {
    margin-top: 0;
    height: 40px;
  }
  .dqwz .w1600 i,
  .dqwz .w1600 a {
    color: #333;
    font-size: 14px;
  }
}
.news_date {
  padding: 5.21vw 0;
}
.news_date .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_date .left {
  width: 25%;
  position: sticky;
  top: 100px;
}
.news_date .right {
  width: 70%;
}
@media (max-width: 768px) {
  .news_date {
    padding: 40px 0;
  }
  .news_date .left {
    display: none;
  }
  .news_date .right {
    width: 100%;
  }
}
.news_aside h1 {
  width: 100%;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 1.15vw 2vw;
  font-size: 40px;
  color: #fff;
}
@media (max-width: 1680px) {
  .news_aside h1 {
    font-size: 35px;
  }
}
@media (max-width: 1440px) {
  .news_aside h1 {
    font-size: 30px;
  }
}
@media (max-width: 1280px) {
  .news_aside h1 {
    font-size: 26.66666667px;
  }
}
@media (max-width: 1024px) {
  .news_aside h1 {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1680px) {
  .news_aside h1 {
    font-size: 34px;
  }
}
@media (max-width: 1440px) {
  .news_aside h1 {
    font-size: 26px;
  }
}
@media (max-width: 1280px) {
  .news_aside h1 {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .news_aside h1 {
    font-size: 20px;
  }
}
.news_aside .box {
  padding: 0 2vw;
  background: #f7f7f7;
}
.news_aside .box a {
  font-size: 20px;
  color: #666666;
  display: block;
  border-bottom: 1px solid #dedede;
  padding: 1.1vw 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.news_aside .box a.on {
  font-size: 20px;
  color: #f50;

}

@media (max-width: 1680px) {
  .news_aside .box a {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .news_aside .box a {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .news_aside .box a {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .news_aside .box a {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .news_aside .box a {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .news_aside .box a {
    font-size: 16px;
  }
}
.news_aside .box a:last-child {
  border-bottom: none;
}
.news_aside .box a:hover {
  color: #a20713;
}
.news_aside .box2 {
  padding: 1.3vw 2vw 2vw;
  background: #f7f7f7;
  margin-top: 1.3vw;
}
.news_aside .box2 h2 {
  font-size: 40px;
  color: #1c1c1c;
  margin-bottom: 1.3vw;
}
@media (max-width: 1680px) {
  .news_aside .box2 h2 {
    font-size: 35px;
  }
}
@media (max-width: 1440px) {
  .news_aside .box2 h2 {
    font-size: 30px;
  }
}
@media (max-width: 1280px) {
  .news_aside .box2 h2 {
    font-size: 26.66666667px;
  }
}
@media (max-width: 1024px) {
  .news_aside .box2 h2 {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1680px) {
  .news_aside .box2 h2 {
    font-size: 34px;
  }
}
@media (max-width: 1440px) {
  .news_aside .box2 h2 {
    font-size: 26px;
  }
}
@media (max-width: 1280px) {
  .news_aside .box2 h2 {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .news_aside .box2 h2 {
    font-size: 20px;
  }
}
.news_aside .box2 p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 0.78vw;
}
.news_aside .box2 p i {
  width: 30px;
  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;
}
.news_aside .box2 p span {
  width: calc(100% - 30px);
  font-size: 20px;
  color: #666666;
}
@media (max-width: 1680px) {
  .news_aside .box2 p span {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .news_aside .box2 p span {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .news_aside .box2 p span {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .news_aside .box2 p span {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .news_aside .box2 p span {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .news_aside .box2 p span {
    font-size: 16px;
  }
}
.news_art h2 {
  font-size: 40px;
  color: #1c1c1c;
  margin-top: -10px;
}
@media (max-width: 1680px) {
  .news_art h2 {
    font-size: 35px;
  }
}
@media (max-width: 1440px) {
  .news_art h2 {
    font-size: 30px;
  }
}
@media (max-width: 1280px) {
  .news_art h2 {
    font-size: 26.66666667px;
  }
}
@media (max-width: 1024px) {
  .news_art h2 {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1680px) {
  .news_art h2 {
    font-size: 34px;
  }
}
@media (max-width: 1440px) {
  .news_art h2 {
    font-size: 26px;
  }
}
@media (max-width: 1280px) {
  .news_art h2 {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .news_art h2 {
    font-size: 20px;
  }
}
.news_art .news_others {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 1.04vw 0 1.82vw;
  margin-bottom: 1.82vw;
  border-bottom: 1px solid #e2e2e2;
}
.news_art .news_others p {
  margin-right: 3.6vw;
}
.news_art .news_others p img {
  margin-right: 5px;
}
.news_art .news_others p span {
  font-size: 16px;
  color: #666666;
  font-family: 'din_l';
}
.news_art .info {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}
.news_art .info p {
  margin-bottom: 1.56vw;
}
.news_art .info img {
  height: auto!important;
}
.news_art .bot {
  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: 1.82vw 0 2.6vw;
  margin-bottom: 2.6vw;
  border-bottom: 1px solid #e2e2e2;
}
.news_art .bot .bot_r {
  font-size: 18px;
  color: #1c1c1c;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.news_art .bot .bot_r i {
  margin-right: 5px;
  font-weight: bold;
}
.news_art .bot .bot_r:hover {
  color: #a20713;
}
.news_art .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;
}
.news_art .sxy a {
  width: 49%;
  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: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.news_art .sxy a:hover i {
  border-color: #a20713;
}
.news_art .sxy a:hover span {
  color: #a20713;
}
.news_art .sxy a i {
  width: 3.4375vw;
  height: 3.4375vw;
  border-radius: 50%;
  border: 1px solid #cfcfcf;
  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;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .news_art .sxy a i {
    font-size: 26.25px;
  }
}
@media (max-width: 1440px) {
  .news_art .sxy a i {
    font-size: 22.5px;
  }
}
@media (max-width: 1280px) {
  .news_art .sxy a i {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .news_art .sxy a i {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .news_art .sxy a i {
    font-size: 24px;
  }
}
@media (max-width: 1440px) {
  .news_art .sxy a i {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .news_art .sxy a i {
    font-size: 18px;
  }
}
.news_art .sxy a span {
  width: calc(100% - 3.5vw);
  font-size: 18px;
  color: #1c1c1c;
  padding-left: 2vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.news_art .sxy a:first-child i {
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.news_art .sxy a:nth-child(2) {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.news_art .sxy a:nth-child(2) span {
  padding-left: 0;
  padding-right: 2vw;
  text-align: right;
}
@media (max-width: 1440px) {
  .news_art .info {
    font-size: 14px;
    line-height: 26px;
  }
  .news_art .sxy a span {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .news_art .info {
    font-size: 12px;
    line-height: 26px;
  }
  .news_art .news_others {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .news_art .news_others p {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .news_art .info p {
    margin-bottom: 10px;
  }
  .news_art .news_others p span {
    white-space: nowrap;
  }
  .news_art .sxy {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .news_art .sxy a {
    width: 100%;
    margin-bottom: 10px;
  }
  .news_art .sxy a:last-child {
    margin-bottom: 0;
  }
  .news_art .sxy a span {
    font-size: 14px;
  }
  .news_art .sxy a i {
    width: 30px;
    height: 30px;
  }
}
#tuijian {
  padding-top: 60px;
  margin-top: -60px;
}
.thanks {
  padding: 6.25vw 0;
}
.thanks .w1400 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.thanks h2 {
  font-size: 24px;
  margin: 1.04vw 0 0.78vw;
}
@media (max-width: 1680px) {
  .thanks h2 {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .thanks h2 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .thanks h2 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .thanks h2 {
    font-size: 12.8px;
  }
}
@media (max-width: 1680px) {
  .thanks h2 {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .thanks h2 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .thanks h2 {
    font-size: 16px;
  }
}
.thanks p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
  text-align: center;
}
@media (max-width: 1680px) {
  .thanks p {
    font-size: 12.25px;
  }
}
@media (max-width: 1440px) {
  .thanks p {
    font-size: 10.5px;
  }
}
@media (max-width: 1280px) {
  .thanks p {
    font-size: 9.33333333px;
  }
}
@media (max-width: 1024px) {
  .thanks p {
    font-size: 7.46666667px;
  }
}
.thanks a {
  margin-top: 1.56vw;
  max-height: 40px;
  padding: 0 35px;
}
@media (max-width:768px) {
  .thanks {
    padding: 40px 0;
  }
  .thanks h2 {
    margin: 15px 0 10px;
  }
  .thanks a {
    margin-top: 20px;
  }
}