@charset "UTF-8";
* {
  -moz-outline: none;
  outline: none;
  -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;
}
html,
body {
  margin: 0;
  padding: 0;
  position: relative;
  transition: all 1s;
  width: 100%;
  overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
ul,
ol {
  list-style: none;
}
a {
  text-decoration: none;
  color: #000;
}
ul.swiper-wrapper {
  margin: 0;
  padding: 0;
}
input,
textarea {
  resize: none;
}
img {
  max-height: 100%;
  max-width: 100%;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.f_column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.f_column_right {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.f_row {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}
.f_row_right {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.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;
}
.a_stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.dh {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.flex_wrap {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.letterBig {
  text-transform: uppercase;
}
.pb {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.ab {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-align: center;
}
.abImg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.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);
}
.w1800 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 60px;
}
.w1720 {
  width: 100%;
  max-width: 1720px;
  margin: 0 auto;
}
.w1680 {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
}
.w1600 {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
.w1560 {
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
}
.w1440 {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.w1400,
.wrap {
  width: 100%;
  height: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.w1310,
.wrap {
  width: 100%;
  max-width: 1310px;
  margin: 0 auto;
  position: relative;
}
.w1280 {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.w1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.w1194 {
  width: 100%;
  max-width: 1194px;
  margin: 0 auto;
}
.w1040 {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}
.texta {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* ----------------------------------------------------------字体 */
.font240 {
  font-size: 240px;
}
@media (max-width:1600px) {
  .font240 {
    font-size: 226px;
  }
}
@media (max-width:1560px) {
  .font240 {
    font-size: 214px;
  }
}
@media (max-width:1440px) {
  .font240 {
    font-size: 192px;
  }
}
@media (max-width:1366px) {
  .font240 {
    font-size: 170px;
  }
}
@media (max-width:1200px) {
  .font240 {
    font-size: 148px;
  }
}
@media (max-width:1024px) {
  .font240 {
    font-size: 126px;
  }
}
@media (max-width:768px) {
  .font240 {
    font-size: 104px;
  }
}
@media (max-width:480px) {
  .font240 {
    font-size: 82px;
  }
}
@media (max-width:360px) {
  .font240 {
    font-size: 60px;
  }
}
.font105 {
  font-size: 105px;
}
@media (max-width:1600px) {
  .font105 {
    font-size: 90px;
  }
}
@media (max-width:1560px) {
  .font105 {
    font-size: 80px;
  }
}
@media (max-width:1440px) {
  .font105 {
    font-size: 70px;
  }
}
@media (max-width:1366px) {
  .font105 {
    font-size: 60px;
  }
}
@media (max-width:1200px) {
  .font105 {
    font-size: 50px;
  }
}
@media (max-width:1024px) {
  .font105 {
    font-size: 40px;
  }
}
@media (max-width:768px) {
  .font105 {
    font-size: 45px;
  }
}
@media (max-width:480px) {
  .font105 {
    font-size: 40px;
  }
}
@media (max-width:360px) {
  .font105 {
    font-size: 30px;
  }
}
.font72 {
  font-size: 72px;
}
@media (max-width:1600px) {
  .font72 {
    font-size: 62px;
  }
}
@media (max-width:1366px) {
  .font72 {
    font-size: 52px;
  }
}
@media (max-width:1024px) {
  .font72 {
    font-size: 42px;
  }
}
@media (max-width:768px) {
  .font72 {
    font-size: 32px;
  }
}
.font60 {
  font-size: 60px;
}
@media (max-width:1600px) {
  .font60 {
    font-size: 50px;
  }
}
@media (max-width:1366px) {
  .font60 {
    font-size: 45px;
  }
}
@media (max-width:1024px) {
  .font60 {
    font-size: 38px;
  }
}
@media (max-width:768px) {
  .font60 {
    font-size: 31px;
  }
}
.font54 {
  font-size: 54px;
}
@media (max-width:1600px) {
  .font54 {
    font-size: 48px;
  }
}
@media (max-width:1366px) {
  .font54 {
    font-size: 46px;
  }
}
@media (max-width:1024px) {
  .font54 {
    font-size: 38px;
  }
}
@media (max-width:768px) {
  .font54 {
    font-size: 30px;
  }
}
.font52 {
  font-size: 52px;
}
@media (max-width:1600px) {
  .font52 {
    font-size: 46px;
  }
}
@media (max-width:1366px) {
  .font52 {
    font-size: 44px;
  }
}
@media (max-width:1024px) {
  .font52 {
    font-size: 36px;
  }
}
@media (max-width:768px) {
  .font52 {
    font-size: 31px;
  }
}
.font50 {
  font-size: 50px;
}
@media (max-width:1600px) {
  .font50 {
    font-size: 44px;
  }
}
@media (max-width:1366px) {
  .font50 {
    font-size: 40px;
  }
}
@media (max-width:1024px) {
  .font50 {
    font-size: 34px;
  }
}
@media (max-width:768px) {
  .font50 {
    font-size: 29px;
  }
}
.font48 {
  font-size: 48px;
}
@media (max-width:1600px) {
  .font48 {
    font-size: 42px;
  }
}
@media (max-width:1366px) {
  .font48 {
    font-size: 38px;
  }
}
@media (max-width:1024px) {
  .font48 {
    font-size: 32px;
  }
}
@media (max-width:768px) {
  .font48 {
    font-size: 28px;
  }
}
.font46 {
  font-size: 46px;
}
@media (max-width:1600px) {
  .font46 {
    font-size: 40px;
  }
}
@media (max-width:1366px) {
  .font46 {
    font-size: 36px;
  }
}
@media (max-width:1024px) {
  .font46 {
    font-size: 30px;
  }
}
@media (max-width:768px) {
  .font46 {
    font-size: 26px;
  }
}
.font42 {
  font-size: 42px;
}
@media (max-width:1600px) {
  .font42 {
    font-size: 38px;
  }
}
@media (max-width:1366px) {
  .font42 {
    font-size: 34px;
  }
}
@media (max-width:1024px) {
  .font42 {
    font-size: 28px;
  }
}
@media (max-width:768px) {
  .font42 {
    font-size: 24px;
  }
}
.font40 {
  font-size: 40px;
}
@media (max-width:1600px) {
  .font40 {
    font-size: 36px;
  }
}
@media (max-width:1366px) {
  .font40 {
    font-size: 32px;
  }
}
@media (max-width:1024px) {
  .font40 {
    font-size: 26px;
  }
}
@media (max-width:768px) {
  .font40 {
    font-size: 23px;
  }
}
.font38 {
  font-size: 38px;
}
@media (max-width:1600px) {
  .font38 {
    font-size: 34px;
  }
}
@media (max-width:1366px) {
  .font38 {
    font-size: 30px;
  }
}
@media (max-width:1024px) {
  .font38 {
    font-size: 24px;
  }
}
@media (max-width:768px) {
  .font38 {
    font-size: 22px;
  }
}
.font36 {
  font-size: 36px;
}
@media (max-width:1600px) {
  .font36 {
    font-size: 30px;
  }
}
@media (max-width:1366px) {
  .font36 {
    font-size: 24px;
  }
}
@media (max-width:1024px) {
  .font36 {
    font-size: 21px;
  }
}
@media (max-width:768px) {
  .font36 {
    font-size: 20px;
  }
}
.font32 {
  font-size: 32px;
}
@media (max-width:1600px) {
  .font32 {
    font-size: 26px;
  }
}
@media (max-width:1366px) {
  .font32 {
    font-size: 21px;
  }
}
@media (max-width:1024px) {
  .font32 {
    font-size: 20px;
  }
}
@media (max-width:768px) {
  .font32 {
    font-size: 19px;
  }
}
.font30 {
  font-size: 30px;
}
@media (max-width:1600px) {
  .font30 {
    font-size: 24px;
  }
}
@media (max-width:1366px) {
  .font30 {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .font30 {
    font-size: 19px;
  }
}
@media (max-width:768px) {
  .font30 {
    font-size: 18px;
  }
}
.font28 {
  font-size: 28px;
}
@media (max-width:1600px) {
  .font28 {
    font-size: 26px;
  }
}
@media (max-width:1366px) {
  .font28 {
    font-size: 22px;
  }
}
@media (max-width:1024px) {
  .font28 {
    font-size: 18px;
  }
}
@media (max-width:768px) {
  .font28 {
    font-size: 17px;
  }
}
.font26 {
  font-size: 26px;
}
@media (max-width:1600px) {
  .font26 {
    font-size: 24px;
  }
}
@media (max-width:1366px) {
  .font26 {
    font-size: 21px;
  }
}
@media (max-width:1024px) {
  .font26 {
    font-size: 17px;
  }
}
@media (max-width:768px) {
  .font26 {
    font-size: 16px;
  }
}
.font24 {
  font-size: 24px;
}
@media (max-width:1600px) {
  .font24 {
    font-size: 22px;
  }
}
@media (max-width:1366px) {
  .font24 {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .font24 {
    font-size: 16px;
  }
}
@media (max-width:768px) {
  .font24 {
    font-size: 15px;
  }
}
.font22 {
  font-size: 22px;
}
@media (max-width:1600px) {
  .font22 {
    font-size: 20px;
  }
}
@media (max-width:1366px) {
  .font22 {
    font-size: 18px;
  }
}
@media (max-width:1024px) {
  .font22 {
    font-size: 15px;
  }
}
@media (max-width:768px) {
  .font22 {
    font-size: 14px;
  }
}
.font20 {
  font-size: 20px;
}
@media (max-width:1600px) {
  .font20 {
    font-size: 18px;
  }
}
@media (max-width:1366px) {
  .font20 {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .font20 {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .font20 {
    font-size: 13px;
  }
}
.font18 {
  font-size: 18px;
}
@media (max-width:1600px) {
  .font18 {
    font-size: 16px;
  }
}
@media (max-width:1366px) {
  .font18 {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .font18 {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .font18 {
    font-size: 12px;
  }
}
.font16 {
  font-size: 16px;
}
@media (max-width:1366px) {
  .font16 {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .font16 {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .font16 {
    font-size: 12px;
  }
}
.font14 {
  font-size: 14px;
}
@media (max-width:1366px) {
  .font14 {
    font-size: 13px;
  }
}
@media (max-width:1024px) {
  .font14 {
    font-size: 12px;
  }
}
.font12 {
  font-size: 12px;
}
/* ----------------------------------------------------------  内外边距 */
/* 间距 */
@media (max-width:1800px) {
  .w1680,
  .w1720 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1720px) {
  .w1600,
  .w1720 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1680px) {
  .w1560,
  .w1720 {
    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:1470px) {
  .w1350,
  .wrap {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1400px) {
  .w1280 {
    padding: 0 60px;
  }
}
@media (max-width:1320px) {
  .w1200 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1194px) {
  .w1194 {
    padding: 0 30px;
  }
}
@media (max-width:1310px) {
  .w1310 {
    padding: 0 30px;
  }
}
@media (max-width:1024px) {
  .w1800,
  .w1720,
  .w1680,
  .w1560,
  .w1400,
  .w1350,
  .wrap,
  .w1440,
  .w1600,
  .w1280,
  .w1200,
  .w1310,
  .w1200 .w1040,
  .w1194 {
    padding: 0 30px;
  }
}
@media (max-width:990px) {
  .w1800,
  .w1720,
  .w1680,
  .w1560,
  .w1400,
  .w1350,
  .wrap,
  .w1440,
  .w1600,
  .w1280,
  .w1200,
  .w1310,
  .w1194,
  .w1200 .w1040 {
    padding: 0 20px;
  }
  .pc {
    display: none !important;
  }
  .wap,
  .mobile {
    display: block !important;
  }
  .wap img,
  .mobile img {
    width: 100%;
  }
}
.pc {
  display: block;
}
.wap,
.mobile {
  display: none;
}
.radius_16 {
  border-radius: 16px;
}
@media (max-width:1600px) {
  .radius_16 {
    border-radius: 14px;
  }
}
@media (max-width:1366px) {
  .radius_16 {
    border-radius: 12px;
  }
}
@media (max-width:1024px) {
  .radius_16 {
    border-radius: 10px;
  }
}
@media (max-width:768px) {
  .radius_16 {
    border-radius: 8px;
  }
}
/* ----------------------------------------------------------    字体 */
@font-face {
  font-family: "sy_me";
  src: url(../fonts/SourceHanSansCN-Medium.ttf);
}
.sy_me {
  font-family: "sy_me";
}
@font-face {
  font-family: "sy_bo";
  src: url(../fonts/SourceHanSansCN-Bold.ttf);
}
.sy_bo {
  font-family: "sy_bo";
}
@font-face {
  font-family: "sy_re";
  src: url(../fonts/SourceHanSansCN-Regular.ttf);
}
.sy_re {
  font-family: "sy_re";
}
@font-face {
  font-family: "sy_li";
  src: url(../fonts/SourceHanSansCN-Light.ttf);
}
.sy_li {
  font-family: "sy_li";
}
@font-face {
  font-family: "sy_ex";
  src: url(../fonts/SourceHanSans-ExtraLight.ttf);
}
.sy_ex {
  font-family: "sy_ex";
}
@font-face {
  font-family: "sy_he";
  src: url(../fonts/SourceHanSansCN-Heavy.ttf);
}
.sy_he {
  font-family: "sy_he";
}
@font-face {
  font-family: "gi_re";
  src: url(../fonts/gilroy-regular.otf);
}
.gi_re {
  font-family: "gi_re";
}
@font-face {
  font-family: "ba_ft";
  src: url(../fonts/bahnschrift.ttf);
}
.ba_ft {
  font-family: "ba_ft";
}
/* ----------------------------------------------------------    主题色 */
/* ----------------------------------------------------------   视频弹窗 */
.videomark {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 9998;
  display: none;
}
.videobox {
  position: fixed;
  width: 1400px;
  max-width: calc(100% - 100px);
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  display: none;
}
.videobox video {
  width: 100%;
  object-fit: fill;
}
.videobox .close {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  right: -20px;
  top: -20px;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 30px;
  color: #b61c22;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.videobox .close:hover {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  background: #b61c22;
  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%;
  font-size: 0;
  text-align: center;
  object-fit: fill;
}
@media (max-width:1440px) {
  .videobox {
    max-width: 70%;
  }
}
@media (max-width:768px) {
  .videobox {
    width: 100%;
    max-width: 100%;
  }
  .videobox .close {
    right: 0;
    top: -40px;
  }
}
/* ----------------------------------------------------------    手机端导航 */
.m_header_box {
  width: 100%;
  height: auto;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  box-shadow: 0 1px 0 #eee;
}
.m_header_box a {
  font-family: "sy_re";
}
.m_header_box .header_title {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  position: relative;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
}
.m_header_box .header_title .logo {
  width: auto;
  height: 100%;
  overflow: hidden;
  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;
}
.m_header_box .header_title .logo a {
  display: block;
  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;
}
.m_header_box .header_title .logo img {
  max-height: 40px;
  display: block;
}
.m_header_box .header_title .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.m_header_box .header_title .menu_btn {
  width: 30px;
  height: 30px;
  position: relative;
  overflow: hidden;
}
.m_header_box .header_title .menu_btn::after,
.m_header_box .header_title .menu_btn::before,
.m_header_box .header_title .menu_btn i {
  width: 70%;
  height: 2px;
  display: block;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -35%;
  transform-origin: center;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.m_header_box .header_title .menu_btn::before {
  content: '';
  margin-top: -8px;
}
.m_header_box .header_title .menu_btn::after {
  content: '';
  margin-top: 6px;
}
.m_header_box .header_title .menu_btn.active i {
  opacity: 0;
}
.m_header_box .header_title .menu_btn.active::before {
  margin-top: -1px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  border-radius: 5px;
  background: #b61c22;
}
.m_header_box .header_title .menu_btn.active::after {
  margin-top: -1px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  border-radius: 5px;
  background: #b61c22;
}
.m_header_box .header_title .head_btn {
  width: auto;
  height: 30px;
  margin-right: 20px;
  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-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
  overflow: hidden;
}
.m_header_box .header_title .head_btn .icon {
  max-width: 14px;
  height: 14px;
  font-size: 0;
  margin-right: 5px;
  filter: invert(1);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.m_header_box .header_title .head_btn .link {
  line-height: 1;
  font-size: 12px;
  color: #000;
  margin-top: 3px;
}
.m_header_box .header_title .head_btn .link span {
  opacity: 0.6;
}
.m_header_box .header_title .head_btn .link a {
  color: #000;
  opacity: 0.6;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.m_header_box .header_title .head_btn .link a:hover {
  opacity: 1;
}
.m_header_box .header_title .head_btn:hover .icon {
  filter: invert(1);
}
.m_header_box .header_title .head_btn:hover .link {
  color: #000;
}
.m_header_box .header_title .head_btn:hover .link a,
.m_header_box .header_title .head_btn:hover .link span {
  color: #000;
}
.m_header_box .header_body {
  width: 100%;
  height: calc(100vh - 60px);
  background: #f7f7f7;
  display: none;
  overflow: hidden;
}
.m_header_box .header_body .menu_info {
  width: 100%;
  height: 100%;
  padding: 0 0 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;
  overflow: hidden;
}
.m_header_box .header_body .menu_nav {
  width: 100%;
  height: auto;
  flex: 1;
  padding: 20px;
  overflow: hidden;
  overflow-y: auto;
}
.m_header_box .header_body .menu_nav ul {
  padding: 0;
  margin: 0;
}
.m_header_box .header_body .menu_nav ul li {
  width: 100%;
  height: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  overflow: hidden;
}
.m_header_box .header_body .menu_nav ul li .one {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
}
.m_header_box .header_body .menu_nav ul li .one a {
  padding: 15px 0;
  display: block;
  font-size: 14px;
  color: #282f36;
  line-height: 1;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.m_header_box .header_body .menu_nav ul li .one a .subtitle {
  font-size: 14px;
  margin-right: 10px;
}
.m_header_box .header_body .menu_nav ul li .one a .title {
  font-size: 14px;
}
.m_header_box .header_body .menu_nav ul li .one .icon {
  width: 20px;
  height: 20px;
  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;
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 0;
  color: #282f36;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.m_header_box .header_body .menu_nav ul li .one .icon i {
  font-size: 8px;
}
.m_header_box .header_body .menu_nav ul li .one.active a {
  color: #b61c22;
}
.m_header_box .header_body .menu_nav ul li .one.active .icon {
  color: #b61c22;
}
.m_header_box .header_body .menu_nav ul li .one.active.is_active .icon {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.m_header_box .header_body .menu_nav ul li ul {
  border-top: 1px solid #b61c22;
  display: none;
}
.m_header_box .header_body .menu_nav ul li ul li {
  border: 0;
  margin: 15px 0;
}
.m_header_box .header_body .menu_nav ul li ul li a {
  font-size: 13px;
  padding: 0 0 0 20px;
  color: #333;
  position: relative;
}
.m_header_box .header_body .menu_nav ul li ul li a .icon {
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  color: #333;
}
.m_header_box .header_body .menu_nav ul li ul li a .icon i {
  font-size: 8px;
}
.m_header_box .header_body .menu_nav ul li ul li a.active {
  color: #b61c22;
}
.m_header_box .header_body .menu_nav ul li ul li a.active .icon {
  color: #b61c22;
}
.m_header_box .header_body .menu_nav ul li ul li ul {
  border: 0;
  display: none;
}
.m_header_box .header_body .menu_nav ul li ul li ul.active{display: block !important;}
.m_header_box .header_body .menu_nav ul li ul li ul li a {
  padding: 10px 0 10px 35px;
  font-size: 12px;
  color: #999;
}
.m_header_box .header_body .menu_nav ul li ul li ul li a:before {
  content: '';
  width: 5px;
  height: 1px;
  background: #999;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -1.5px;
  z-index: 1;
}
.m_header_box .header_body .menu_nav ul li ul li ul li a.active:before {
  background: #b61c22;
}
.m_header_box .header_body .menu_form {
  width: 100%;
  height: auto;
  margin-top: 20px;
  padding: 0 20px;
  overflow: hidden;
}
.m_header_box .header_body .menu_form .center {
  width: 100%;
  height: 50px;
  background: #fff;
  overflow: hidden;
}
.m_header_box .header_body .menu_form .center form {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.m_header_box .header_body .menu_form .center form input {
  flex: 1;
  height: 100%;
  padding: 0 15px;
  font-size: 14px;
  color: #282f36;
  border: 0;
}
.m_header_box .header_body .menu_form .center form button {
  width: 70px;
  border: 0;
  height: 100%;
  background: #b61c22;
}
.m_header_box .header_body .menu_form .center form button i {
  font-size: 18px;
}
.m_header_box .header_body .menu_lang {
  width: 100%;
  height: auto;
  margin-top: 40px;
  padding: 0 20px;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  display: none;
}
.m_header_box .header_body .menu_lang .one {
  width: auto;
  height: 36px;
  margin-right: 10px;
  overflow: hidden;
}
.m_header_box .header_body .menu_lang .one a {
  width: 100%;
  height: 100%;
  padding: 0 1em;
  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;
  background: #fff;
  border-radius: 50px;
  font-size: 12px;
  color: #282f36;
}
.m_header_box .header_body .menu_lang .one a.active {
  background: #b61c22;
  color: #fff;
}
@media (max-width:990px) {
  .m_header_box {
    display: block;
  }
}
.m_header_nbsp {
  width: 100%;
  height: 60px;
  display: none;
  overflow: hidden;
}
@media (max-width:990px) {
  .m_header_nbsp {
    display: block;
  }
}
/* PC端导航 */
.header_box {
  height: 80px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
  transition: all 0.5s;
  background: white;
}
.header_box a {
  font-family: "sy_re";
}
.header_box .w1440 {
  height: 100%;
}
.header_box .header_main {
  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;
  padding: 0 !important;
}
.header_box .header_main .nav_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  grid-gap: 0 57px;
}
.header_box .header_main .nav_left .logo {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header_box .header_main .nav_left .nav_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  grid-gap: clamp(0px, 0vw, 0px) clamp(24px, 2.5vw, 48px);
}
.header_box .header_main .nav_left .nav_item .item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.header_box .header_main .nav_left .nav_item .item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  font-size: 16px;
  color: #000000;
  position: relative;
  transition: all 0.3s;
}
@media (max-width:1366px) {
  .header_box .header_main .nav_left .nav_item .item > a {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .header_box .header_main .nav_left .nav_item .item > a {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .header_box .header_main .nav_left .nav_item .item > a {
    font-size: 12px;
  }
}
.header_box .header_main .nav_left .nav_item .item > a::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0%;
  height: 2px;
  background: #b61c22;
  transition: all 0.5s;
}
.header_box .header_main .nav_left .nav_item .item > a:hover::after {
  width: 100%;
  left: 0;
}
.header_box .header_main .nav_left .nav_item .item.active a::after {
  width: 100%;
  left: 0;
}
.header_box .header_main .nav_left .nav_item .item .dropdown_nav {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding-top: clamp(30px, 3.125vw, 60px);
  padding-bottom: clamp(30px, 3.125vw, 60px);
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
}
.header_box .header_main .nav_left .nav_item .item .dropdown_nav .dropdown_head {
  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: 30px;
  margin-bottom: clamp(12.5px, 1.30208333vw, 25px);
}
@media (max-width:1600px) {
  .header_box .header_main .nav_left .nav_item .item .dropdown_nav .dropdown_head {
    font-size: 24px;
  }
}
@media (max-width:1366px) {
  .header_box .header_main .nav_left .nav_item .item .dropdown_nav .dropdown_head {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .header_box .header_main .nav_left .nav_item .item .dropdown_nav .dropdown_head {
    font-size: 19px;
  }
}
@media (max-width:768px) {
  .header_box .header_main .nav_left .nav_item .item .dropdown_nav .dropdown_head {
    font-size: 18px;
  }
}
.header_box .header_main .nav_left .nav_item .item .dropdown_nav .dropdown_head .iconfont {
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
@media (max-width:1600px) {
  .header_box .header_main .nav_left .nav_item .item .dropdown_nav .dropdown_head .iconfont {
    font-size: 18px;
  }
}
@media (max-width:1366px) {
  .header_box .header_main .nav_left .nav_item .item .dropdown_nav .dropdown_head .iconfont {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .header_box .header_main .nav_left .nav_item .item .dropdown_nav .dropdown_head .iconfont {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .header_box .header_main .nav_left .nav_item .item .dropdown_nav .dropdown_head .iconfont {
    font-size: 13px;
  }
}
.header_box .header_main .nav_left .nav_item .item .dropdown_nav .dropdown_content {
  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;
}
.header_box .header_main .nav_left .nav_item .item .dropdown_nav .dropdown_content .l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.header_box .header_main .nav_left .nav_item .item .dropdown_nav .dropdown_content .l .dropdown-dl {
  width: 17.1875vw /* 330/19.2 */;
  margin-top: clamp(7.5px, 0.78125vw, 15px);
}
.header_box .header_main .nav_left .nav_item .item .dropdown_nav .dropdown_content .l .dropdown-dd {
  position: relative;
}
.header_box .header_main .nav_left .nav_item .item .dropdown_nav .dropdown_content .l .dropdown-dd .iconfont {
  font-size: 22px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 35%;
  opacity: 0;
}
@media (max-width:1600px) {
  .header_box .header_main .nav_left .nav_item .item .dropdown_nav .dropdown_content .l .dropdown-dd .iconfont {
    font-size: 20px;
  }
}
@media (max-width:1366px) {
  .header_box .header_main .nav_left .nav_item .item .dropdown_nav .dropdown_content .l .dropdown-dd .iconfont {
    font-size: 18px;
  }
}
@media (max-width:1024px) {
  .header_box .header_main .nav_left .nav_item .item .dropdown_nav .dropdown_content .l .dropdown-dd .iconfont {
    font-size: 15px;
  }
}
@media (max-width:768px) {
  .header_box .header_main .nav_left .nav_item .item .dropdown_nav .dropdown_content .l .dropdown-dd .iconfont {
    font-size: 14px;
  }
}
.header_box .header_main .nav_left .nav_item .item .dropdown_nav .dropdown_content .l .dropdown-dd.on .iconfont {
  opacity: 1;
}
.header_box .header_main .nav_left .nav_item .item .dropdown_nav .dropdown_content .l .dropdown-dd,
.header_box .header_main .nav_left .nav_item .item .dropdown_nav .dropdown_content .l .sub-li li {
  font-size: 18px;
  margin-top: clamp(17.5px, 1.82291667vw, 35px);
}
@media (max-width:1600px) {
  .header_box .header_main .nav_left .nav_item .item .dropdown_nav .dropdown_content .l .dropdown-dd,
  .header_box .header_main .nav_left .nav_item .item .dropdown_nav .dropdown_content .l .sub-li li {
    font-size: 16px;
  }
}
@media (max-width:1366px) {
  .header_box .header_main .nav_left .nav_item .item .dropdown_nav .dropdown_content .l .dropdown-dd,
  .header_box .header_main .nav_left .nav_item .item .dropdown_nav .dropdown_content .l .sub-li li {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .header_box .header_main .nav_left .nav_item .item .dropdown_nav .dropdown_content .l .dropdown-dd,
  .header_box .header_main .nav_left .nav_item .item .dropdown_nav .dropdown_content .l .sub-li li {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .header_box .header_main .nav_left .nav_item .item .dropdown_nav .dropdown_content .l .dropdown-dd,
  .header_box .header_main .nav_left .nav_item .item .dropdown_nav .dropdown_content .l .sub-li li {
    font-size: 12px;
  }
}
.header_box .header_main .nav_left .nav_item .item .dropdown_nav .dropdown_content .l .dropdown-dd:first-child,
.header_box .header_main .nav_left .nav_item .item .dropdown_nav .dropdown_content .l .sub-li li:first-child {
  margin-top: 0;
}
.header_box .header_main .nav_left .nav_item .item .dropdown_nav .dropdown_content .l .dropdown-dd span,
.header_box .header_main .nav_left .nav_item .item .dropdown_nav .dropdown_content .l .sub-li li span {
  cursor: pointer;
}
.header_box .header_main .nav_left .nav_item .item .dropdown_nav .dropdown_content .l .dropdown-dd.on span,
.header_box .header_main .nav_left .nav_item .item .dropdown_nav .dropdown_content .l .sub-li li.on span,
.header_box .header_main .nav_left .nav_item .item .dropdown_nav .dropdown_content .l .dropdown-dd.on a,
.header_box .header_main .nav_left .nav_item .item .dropdown_nav .dropdown_content .l .sub-li li.on a {
  color: #b61c22;
}
.header_box .header_main .nav_left .nav_item .item .dropdown_nav .dropdown_content .l .second-nav {
  width: 17.1875vw;
}
.header_box .header_main .nav_left .nav_item .item .dropdown_nav .dropdown_content .l .second-nav .sub-li {
  display: none;
}
.header_box .header_main .nav_left .nav_item .item .dropdown_nav .dropdown_content .l .second-nav .sub-li li.on span {
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
.header_box .header_main .nav_left .nav_item .item .dropdown_nav .dropdown_content .l .second-nav .sub-li:nth-child(1) {
  display: block;
}
.header_box .header_main .nav_left .nav_item .item .dropdown_nav .dropdown_content .r {
  padding-right: clamp(30px, 3.125vw, 60px);
}
.header_box .header_main .nav_left .nav_item .item .dropdown_nav .dropdown_content .r .pic {
  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;
  background: #d8d8d8;
  width: 17.1875vw;
  height: 17.1875vw;
}
.header_box .header_main .nav_left .nav_item .item .dropdown_nav .dropdown_content .r .pic img {
  width: 85%;
}
.header_box .header_main .nav_left .nav_item .item .dropdown_nav .dropdown_content .r p {
  font-size: 18px;
  font-weight: bold;
  margin-top: clamp(15px, 1.5625vw, 30px);
  margin-bottom: clamp(15px, 1.5625vw, 30px);
}
@media (max-width:1600px) {
  .header_box .header_main .nav_left .nav_item .item .dropdown_nav .dropdown_content .r p {
    font-size: 16px;
  }
}
@media (max-width:1366px) {
  .header_box .header_main .nav_left .nav_item .item .dropdown_nav .dropdown_content .r p {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .header_box .header_main .nav_left .nav_item .item .dropdown_nav .dropdown_content .r p {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .header_box .header_main .nav_left .nav_item .item .dropdown_nav .dropdown_content .r p {
    font-size: 12px;
  }
}
.header_box .header_main .nav_left .nav_item .item .dropdown_nav .dropdown_content .r a {
  font-size: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
@media (max-width:1366px) {
  .header_box .header_main .nav_left .nav_item .item .dropdown_nav .dropdown_content .r a {
    font-size: 13px;
  }
}
@media (max-width:1024px) {
  .header_box .header_main .nav_left .nav_item .item .dropdown_nav .dropdown_content .r a {
    font-size: 12px;
  }
}
.header_box .header_main .nav_left .nav_item .item .dropdown_nav .dropdown_content .r a:hover {
  color: #b61c22;
}
.header_box .header_main .nav_left .nav_item .item .subnav {
  width: 162px;
  height: auto;
  padding: 20px 0;
  border-radius: 0 0 10px 10px;
  position: absolute;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  margin-top: 10px;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.header_box .header_main .nav_left .nav_item .item .subnav .one {
  width: 100%;
  height: auto;
  padding: 8px 10px;
  text-align: center;
  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;
}
.header_box .header_main .nav_left .nav_item .item .subnav .one a {
  font-size: 14px;
  color: #999;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.header_box .header_main .nav_left .nav_item .item .subnav .one a.active,
.header_box .header_main .nav_left .nav_item .item .subnav .one a:hover {
  color: #b61c22;
}
.header_box .header_main .nav_left .nav_item .item:hover .dropdown_nav {
  opacity: 1;
  visibility: visible;
}
.header_box .header_main .nav_left .nav_item .item:hover .subnav {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}
.header_box .header_main .search_box {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  grid-gap: 0 7px;
}
.header_box .header_main .search_box .language {
  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;
  cursor: pointer;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: auto;
}
.header_box .header_main .search_box .language .images {
  width: auto;
  height: auto;
}
.header_box .header_main .search_box .language .images i::before {
  font-size: 12px;
  display: inline-block;
  margin-left: 10px;
}
.header_box .header_main .search_box .language .box_list {
  position: absolute;
  top: 70%;
  width: 100px;
  box-shadow: 0 0 10px 1px #9b9b9b;
  background: white;
  border-radius: 8px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
}
.header_box .header_main .search_box .language .box_list .item {
  width: 100%;
  transition: all 0.3s;
}
.header_box .header_main .search_box .language .box_list .item a {
  width: 100%;
  padding: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-top: 1px solid #e5e5e58e;
  transition: all 0.3s;
  font-size: 16px;
  color: #b61c22;
}
@media (max-width:1366px) {
  .header_box .header_main .search_box .language .box_list .item a {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .header_box .header_main .search_box .language .box_list .item a {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .header_box .header_main .search_box .language .box_list .item a {
    font-size: 12px;
  }
}
.header_box .header_main .search_box .language .box_list .item:hover {
  background: #b61c22;
}
.header_box .header_main .search_box .language .box_list .item:hover a {
  color: #ffffff;
}
.header_box .header_main .search_box .language:hover .box_list {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 0.3s;
}
.header_box .header_main .search_box .search {
  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;
  cursor: pointer;
  position: relative;
  width: auto;
  margin-left: clamp(17.5px, 1.82291667vw, 35px);
}
.header_box .header_main .search_box .search .images {
  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;
}
.header_box .header_main .search_box .search .search_input {
  position: absolute;
  height: 45px;
  border-radius: 8px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background: white;
  width: 0;
  overflow: hidden;
  border: 0;
  transition: all 0.8s;
}
.header_box .header_main .search_box .search .search_input input {
  width: 100%;
  border: 0;
  padding-left: 10px;
}
.header_box .header_main .search_box .search .search_input i {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 18px;
}
.header_box .header_main .search_box .search:hover .search_input {
  width: 250px;
  border: 1px solid rgba(177, 177, 177, 0.5);
}
.header_box .header_main .search_box .idx_button {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: clamp(12.5px, 1.30208333vw, 25px);
}
.header_box .header_main .search_box .idx_button a {
  border-radius: 50px;
  overflow: hidden;
  width: 89px;
  height: 32px;
  font-size: 14px;
  font-family: "sy_re";
}
@media (max-width:1366px) {
  .header_box .header_main .search_box .idx_button a {
    font-size: 13px;
  }
}
@media (max-width:1024px) {
  .header_box .header_main .search_box .idx_button a {
    font-size: 12px;
  }
}
@media (max-width:1280px) {
  .header_box {
    height: 80px;
  }
  .header_box .header_main .logo img {
    width: 70% !important;
  }
}
@media (max-width:990px) {
  .header_box {
    display: none;
  }
}
.header_nbsp {
  width: 100%;
  height: 80px;
  display: block;
}
@media (max-width:1280px) {
  .header_nbsp {
    height: 80px;
  }
}
@media (max-width:990px) {
  .header_nbsp {
    display: none;
  }
}
/* PC端导航end */
/* 首页公共标题 */
.idx_title .title {
  font-size: 40px;
  color: #000000;
  font-family: "sy_bo";
  line-height: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: clamp(11px, 1.14583333vw, 22px);
  width: 100%;
}
@media (max-width:1600px) {
  .idx_title .title {
    font-size: 36px;
  }
}
@media (max-width:1366px) {
  .idx_title .title {
    font-size: 32px;
  }
}
@media (max-width:1024px) {
  .idx_title .title {
    font-size: 26px;
  }
}
@media (max-width:768px) {
  .idx_title .title {
    font-size: 23px;
  }
}
.idx_title .title::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 46px;
  height: 3px;
  background: #b61c22;
  transition: all 0.5s;
}
.idx_title .subtitle {
  font-size: 30px;
  font-family: "sy_li";
  color: #000000;
  line-height: 1;
  text-align: center;
  margin-top: clamp(20px, 2.08333333vw, 40px);
}
@media (max-width:1600px) {
  .idx_title .subtitle {
    font-size: 24px;
  }
}
@media (max-width:1366px) {
  .idx_title .subtitle {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .idx_title .subtitle {
    font-size: 19px;
  }
}
@media (max-width:768px) {
  .idx_title .subtitle {
    font-size: 18px;
  }
}
.idx_title .content {
  font-size: 14px;
  font-family: "sy_bo";
  color: #000000;
  line-height: 1.7;
  text-align: center;
}
@media (max-width:1366px) {
  .idx_title .content {
    font-size: 13px;
  }
}
@media (max-width:1024px) {
  .idx_title .content {
    font-size: 12px;
  }
}
.idx_button a {
  min-width: 106px;
  height: 42px;
  padding: 0 15px;
  display: inline-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;
  font-family: "sy_bo";
  font-size: 14px;
  color: white;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: #b61c22;
}
@media (max-width:1366px) {
  .idx_button a {
    font-size: 13px;
  }
}
@media (max-width:1024px) {
  .idx_button a {
    font-size: 12px;
  }
}
@media (max-width:990px) {
  .idx_button a {
    min-width: 90px !important;
    height: 35px;
  }
}
.idx_button a span {
  position: relative;
  z-index: 2;
}
.idx_button a i {
  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;
  font-size: 14px;
  color: white;
  margin-left: clamp(2.5px, 0.26041667vw, 5px);
  z-index: 2;
}
@media (max-width:1366px) {
  .idx_button a i {
    font-size: 13px;
  }
}
@media (max-width:1024px) {
  .idx_button a i {
    font-size: 12px;
  }
}
.idx_button a::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 0;
  background: #000;
  transition: all 0.5s;
}
.idx_button a:hover {
  color: white;
}
.idx_button a:hover::after {
  height: 100%;
  left: 0;
  z-index: 1;
}
/* 首页banner */
.idx_banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #000;
}
.idx_banner .swiperban_box {
  position: relative;
  z-index: 1;
}
.idx_banner .swiperban_box .swiper_idxBanner ul li {
  background: #000;
}
.idx_banner .swiperban_box .swiper_idxBanner ul li .centent {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  z-index: 2;
  margin: auto;
}
.idx_banner .swiperban_box .swiper_idxBanner ul li .centent .box .title {
  font-family: "sy_me";
  color: #000000;
  font-size: 54px;
  line-height: 1.1;
}
@media (max-width:1600px) {
  .idx_banner .swiperban_box .swiper_idxBanner ul li .centent .box .title {
    font-size: 48px;
  }
}
@media (max-width:1366px) {
  .idx_banner .swiperban_box .swiper_idxBanner ul li .centent .box .title {
    font-size: 46px;
  }
}
@media (max-width:1024px) {
  .idx_banner .swiperban_box .swiper_idxBanner ul li .centent .box .title {
    font-size: 38px;
  }
}
@media (max-width:768px) {
  .idx_banner .swiperban_box .swiper_idxBanner ul li .centent .box .title {
    font-size: 30px;
  }
}
.idx_banner .swiperban_box .swiper_idxBanner ul li .centent .box .title p {
  font-family: "sy_me";
  color: #000000;
  font-size: 54px;
  line-height: 1.1;
}
@media (max-width:1600px) {
  .idx_banner .swiperban_box .swiper_idxBanner ul li .centent .box .title p {
    font-size: 48px;
  }
}
@media (max-width:1366px) {
  .idx_banner .swiperban_box .swiper_idxBanner ul li .centent .box .title p {
    font-size: 46px;
  }
}
@media (max-width:1024px) {
  .idx_banner .swiperban_box .swiper_idxBanner ul li .centent .box .title p {
    font-size: 38px;
  }
}
@media (max-width:768px) {
  .idx_banner .swiperban_box .swiper_idxBanner ul li .centent .box .title p {
    font-size: 30px;
  }
}
.idx_banner .swiperban_box .swiper_idxBanner ul li .centent .box .subtitle {
  font-family: "sy_re";
  color: #000000;
  font-size: 20px;
  line-height: 1;
  margin-top: clamp(12.5px, 1.30208333vw, 25px);
}
@media (max-width:1600px) {
  .idx_banner .swiperban_box .swiper_idxBanner ul li .centent .box .subtitle {
    font-size: 18px;
  }
}
@media (max-width:1366px) {
  .idx_banner .swiperban_box .swiper_idxBanner ul li .centent .box .subtitle {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .idx_banner .swiperban_box .swiper_idxBanner ul li .centent .box .subtitle {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .idx_banner .swiperban_box .swiper_idxBanner ul li .centent .box .subtitle {
    font-size: 13px;
  }
}
.idx_banner .swiperban_box .swiper_idxBanner ul li .centent .box .idx_button {
  margin-top: clamp(40px, 4.16666667vw, 80px);
}
@media (max-width:990px) {
  .idx_banner .swiperban_box .swiper_idxBanner ul li .centent .box .title {
    padding: 0 50px;
    line-height: 1.3;
    text-align: center;
  }
  .idx_banner .swiperban_box .swiper_idxBanner ul li .centent .box .subtitle {
    padding: 0 50px;
    line-height: 1.3;
    text-align: center;
  }
  .idx_banner .swiperban_box .swiper_idxBanner ul li .centent .box .idx_button {
    text-align: center;
  }
}
.idx_banner .swiperban_box .swiper_idxBanner ul li .images.pc {
  position: relative;
  z-index: 1;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden;
}
.idx_banner .swiperban_box .swiper_idxBanner ul li .images.pc img {
  display: block;
  font-size: 0;
  transform: scale(1.05);
}
.idx_banner .swiperban_box .swiper_idxBanner ul li.swiper-slide-active .images img {
  transform: scale(1);
  transition: all 6s linear;
}
.idx_banner .swiperban_box .idxPage {
  position: absolute;
  width: 100%;
  z-index: 2;
  top: auto;
  bottom: 50px;
}
.idx_banner .swiperban_box .idxPage .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  grid-gap: 0 10px;
}
.idx_banner .swiperban_box .idxPage .box span {
  width: 47px;
  height: 3px;
  border-radius: 0 !important;
  background: white;
  opacity: 1;
  position: relative;
}
.idx_banner .swiperban_box .idxPage .box span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #b61c22;
}
.idx_banner .swiperban_box .idxPage .box span.swiper-pagination-bullet-active::after {
  width: 100%;
  transition: all 6s linear;
}
@media (max-width:990px) {
  .idx_banner .swiperban_box .swiper_idxBanner {
    min-height: auto;
  }
  .idx_banner .swiperban_box .swiper_idxBanner ul li {
    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;
  }
  .idx_banner .swiperban_box .swiper_idxBanner ul li .centent {
    height: 100%;
    z-index: 3;
  }
  .idx_banner .swiperban_box .swiper_idxBanner ul li .centent::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #cecece81;
    transition: all 0.5s;
    z-index: 0;
  }
  .idx_banner .swiperban_box .swiper_idxBanner ul li .centent .w1440 {
    position: relative;
    z-index: 10;
  }
  .idx_banner .swiperban_box .swiper_idxBanner ul li .images.mobile {
    position: relative;
    z-index: 1;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
  }
  .idx_banner .swiperban_box .swiper_idxBanner ul li .images.mobile img {
    display: block;
    max-height: unset;
    width: 100%;
    z-index: 3;
  }
  .idx_banner .swiperban_box .idxPage {
    bottom: 5px;
  }
  .idx_banner .swiperban_box .idxPage .box span {
    width: 15px;
    height: 3px;
    border-radius: 5px;
    overflow: hidden;
  }
}
@media (max-width:768px) {
  .idx_banner .swiperban_box .swiper_idxBanner ul li .centent .box .title p {
    font-size: 25px;
  }
}
/* 首页 产品展示*/
.idx_product {
  padding-top: clamp(50px, 5.20833333vw, 100px);
  padding-bottom: clamp(50px, 5.20833333vw, 100px);
}
.idx_product .product_content {
  overflow: hidden;
  margin-top: clamp(35px, 3.64583333vw, 70px);
}
.idx_product .product_content .box_item {
  margin-top: clamp(40px, 4.16666667vw, 80px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px 24px;
}
.idx_product .product_content .box_item .item {
  position: relative;
  overflow: hidden;
}
.idx_product .product_content .box_item .item a {
  display: block;
  height: 100%;
}
.idx_product .product_content .box_item .item a .center {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding-left: clamp(20px, 2.08333333vw, 40px);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.829), 40%, rgba(255, 255, 255, 0));
}
.idx_product .product_content .box_item .item a .center .title {
  font-size: 16px;
  line-height: 1;
  font-family: "sy_re";
  color: white;
}
@media (max-width:1366px) {
  .idx_product .product_content .box_item .item a .center .title {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .idx_product .product_content .box_item .item a .center .title {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .idx_product .product_content .box_item .item a .center .title {
    font-size: 12px;
  }
}
.idx_product .product_content .box_item .item a .center .subtitle {
  font-size: 22px;
  line-height: 1;
  font-family: "sy_bo";
  color: white;
  margin-top: clamp(7.5px, 0.78125vw, 15px);
}
@media (max-width:1600px) {
  .idx_product .product_content .box_item .item a .center .subtitle {
    font-size: 20px;
  }
}
@media (max-width:1366px) {
  .idx_product .product_content .box_item .item a .center .subtitle {
    font-size: 18px;
  }
}
@media (max-width:1024px) {
  .idx_product .product_content .box_item .item a .center .subtitle {
    font-size: 15px;
  }
}
@media (max-width:768px) {
  .idx_product .product_content .box_item .item a .center .subtitle {
    font-size: 14px;
  }
}
.idx_product .product_content .box_item .item a .center .button {
  font-size: 14px;
  line-height: 1;
  font-family: "sy_re";
  color: white;
  margin-top: clamp(10px, 1.04166667vw, 20px);
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  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;
  width: 100%;
}
@media (max-width:1366px) {
  .idx_product .product_content .box_item .item a .center .button {
    font-size: 13px;
  }
}
@media (max-width:1024px) {
  .idx_product .product_content .box_item .item a .center .button {
    font-size: 12px;
  }
}
.idx_product .product_content .box_item .item a .center .button::after {
  content: '\e658';
  font-family: "iconfont";
  width: auto;
  transition: all 0.5s;
  font-size: 12px;
  margin-left: 5px;
}
.idx_product .product_content .box_item .item a .images img {
  display: block;
  transform: scale(1);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.idx_product .product_content .box_item .item a:hover .center {
  padding-bottom: clamp(20px, 2.08333333vw, 40px);
}
.idx_product .product_content .box_item .item a:hover .center .button {
  opacity: 1;
}
.idx_product .product_content .box_item .item a:hover .images img {
  display: block;
  transform: scale(1.05);
}
.idx_product .product_content .box_item .item:first-child {
  grid-column: 1 / 3;
}
.idx_product .product_content .box_item .item:nth-child(6) {
  grid-column: 1 / 4;
}
@media (max-width:990px) {
  .idx_product .product_content .box_item {
    grid-gap: 10px 10px;
  }
  .idx_product .product_content .box_item .center {
    padding-bottom: clamp(20px, 2.08333333vw, 40px);
  }
  .idx_product .product_content .box_item .button {
    opacity: 1 !important;
  }
  .idx_product .product_content .box_item .images img {
    display: block;
    transform: scale(1.05);
  }
}
@media (max-width:768px) {
  .idx_product .product_content .box_item {
    display: flex !important;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .idx_product .product_content .box_item .item {
    width: calc(50% - 5px);
  }
  .idx_product .product_content .box_item .item .images {
    max-height: 250px;
    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;
  }
  .idx_product .product_content .box_item .item .images img {
    max-width: unset;
    height: 100%;
  }
}
@media (max-width:480px) {
  .idx_product .product_content .box_item .item {
    width: 100%;
  }
}
/* 首页  视频展示*/
.idx_video {
  padding-top: clamp(92.5px, 9.63541667vw, 185px);
  padding-bottom: clamp(92.5px, 9.63541667vw, 185px);
  background-attachment: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
}
.idx_video .video_box {
  width: 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;
}
.idx_video .video_box .idx_title .title {
  color: white;
}
.idx_video .video_box .idx_title .subtitle {
  color: white;
  margin-top: clamp(39px, 4.0625vw, 78px);
}
.idx_video .video_box .idx_title .content {
  color: white;
  margin-top: clamp(10px, 1.04166667vw, 20px);
}
.idx_video .video_box .idx_title .idx_button {
  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;
  margin-top: clamp(15px, 1.5625vw, 30px);
}
.idx_video .video_box .images {
  width: 94px;
  height: 94px;
  background: white;
  position: relative;
  z-index: 2;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.idx_video .videoTitle {
  color: white;
  font-size: 24px;
  margin-top: clamp(20px, 2.08333333vw, 40px);
  font-family: "sy_re";
}
@media (max-width:1600px) {
  .idx_video .videoTitle {
    font-size: 22px;
  }
}
@media (max-width:1366px) {
  .idx_video .videoTitle {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .idx_video .videoTitle {
    font-size: 16px;
  }
}
@media (max-width:768px) {
  .idx_video .videoTitle {
    font-size: 15px;
  }
}
/* 首页  案例展示*/
.idx_cases {
  padding-top: clamp(50px, 5.20833333vw, 100px);
  padding-bottom: clamp(50px, 5.20833333vw, 100px);
}
.idx_cases .case_box {
  margin-top: clamp(40px, 4.16666667vw, 80px);
  position: relative;
  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;
}
.idx_cases .case_box .swiper_box {
  overflow: hidden;
  width: 100% !important;
}
.idx_cases .case_box .swiper_box ul li {width: 100%;}
.idx_cases .case_box .swiper_box ul li .content {
  position: relative;
  background: #f6f6f6;
  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;
}
.idx_cases .case_box .swiper_box ul li .content .text {
  position: absolute;
  left: 40px;
  z-index: 3;
}
.idx_cases .case_box .swiper_box ul li .content .text .title {
  font-family: "sy_li";
  font-size: 30px;
  color: #000000;
  line-height: 1;
}
@media (max-width:1600px) {
  .idx_cases .case_box .swiper_box ul li .content .text .title {
    font-size: 24px;
  }
}
@media (max-width:1366px) {
  .idx_cases .case_box .swiper_box ul li .content .text .title {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .idx_cases .case_box .swiper_box ul li .content .text .title {
    font-size: 19px;
  }
}
@media (max-width:768px) {
  .idx_cases .case_box .swiper_box ul li .content .text .title {
    font-size: 18px;
  }
}
.idx_cases .case_box .swiper_box ul li .content .text .subtitle {
  font-family: "sy_re";
  font-size: 18px;
  color: #666666;
  line-height: 1;
  margin-top: clamp(7.5px, 0.78125vw, 15px);
}
@media (max-width:1600px) {
  .idx_cases .case_box .swiper_box ul li .content .text .subtitle {
    font-size: 16px;
  }
}
@media (max-width:1366px) {
  .idx_cases .case_box .swiper_box ul li .content .text .subtitle {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .idx_cases .case_box .swiper_box ul li .content .text .subtitle {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .idx_cases .case_box .swiper_box ul li .content .text .subtitle {
    font-size: 12px;
  }
}
.idx_cases .case_box .swiper_box ul li .content .text .idx_button {
  margin-top: clamp(30px, 3.125vw, 60px);
}
.idx_cases .case_box .swiper_box ul li .content .images {
  width: 73%;
  z-index: 0;
}
@media (max-width:990px) {
  .idx_cases .case_box .swiper_box ul li .content::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #ffffff73;
    transition: all 0.5s;
  }
  .idx_cases .case_box .swiper_box ul li .content .images {
    width: 100%;
    z-index: 0;
    max-height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    overflow: hidden;
  }
  .idx_cases .case_box .swiper_box ul li .content .images img {
    display: block;
    max-width: unset;
    height: 100%;
  }
  .idx_cases .case_box .swiper_box ul li .content .text .title {
    font-family: "sy_bo";
  }
  .idx_cases .case_box .swiper_box ul li .content .text .subtitle {
    color: #000;
    line-height: 1.3;
  }
}
.idx_cases .case_box .idxBut {
  width: 48px;
  height: 42px;
  position: absolute;
  background-image: url(../images/i1.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.idx_cases .case_box .idxBut::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/i2.png);
  transition: all 0.5s;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.idx_cases .case_box .idxBut i {
  z-index: 2;
}
.idx_cases .case_box .idxBut:hover i::before {
  color: white;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.idx_cases .case_box .idxBut:hover::after {
  opacity: 1;
}
.idx_cases .case_box .idxBut.next {
  right: -5%;
}
.idx_cases .case_box .idxBut.prev {
  left: -5%;
}
@media (max-width:1280px) {
  .idx_cases .case_box .idxBut.next {
    right: 0;
    z-index: 3;
  }
  .idx_cases .case_box .idxBut.prev {
    left: 0;
    z-index: 3;
  }
}
@media (max-width:990px) {
  .idx_cases .case_box .idxBut {
    opacity: 0;
    visibility: hidden;
  }
}
.idx_cases .idxPager {
  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;
  margin-top: clamp(20px, 2.08333333vw, 40px);
  grid-gap: 0 10px;
}
.idx_cases .idxPager span {
  width: 40px;
  height: 2px;
  border-radius: 0;
  background: #cccccc;
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.idx_cases .idxPager span.swiper-pagination-bullet-active {
  background: #b61c22;
}
@media (max-width:990px) {
  .idx_cases .idxPager span {
    width: 15px;
    height: 3x;
    grid-gap: 0 5px;
  }
}
/* 首页 新闻中心 */
.idx_newes {
  padding-top: clamp(50px, 5.20833333vw, 100px);
  padding-bottom: clamp(50px, 5.20833333vw, 100px);
  background: #f6f6f6;
}
.idx_newes .content {
  margin-top: clamp(40px, 4.16666667vw, 80px);
}
.idx_newes .content .box_item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px 24px;
}
.idx_newes .content .box_item .item {
  background: white;
}
.idx_newes .content .box_item .item a .pb {
  padding-bottom: 60%;
}
.idx_newes .content .box_item .item a .pb .ab {
  width: 100%;
}
.idx_newes .content .box_item .item a .pb .ab img {
  width: 100%;
  display: block;
}
.idx_newes .content .box_item .item a .text {
  padding-top: clamp(20px, 2.08333333vw, 40px);
  padding-bottom: clamp(20px, 2.08333333vw, 40px);
  padding-left: clamp(20px, 2.08333333vw, 40px);
  padding-right: clamp(20px, 2.08333333vw, 40px);
}
.idx_newes .content .box_item .item a .text .title {
  font-family: "sy_re";
  font-size: 12px;
  line-height: 1;
  width: 80px;
  height: 25px;
  background: #b61c22;
  border-radius: 100px;
  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;
  color: white;
}
.idx_newes .content .box_item .item a .text .subtitle {
  font-family: "sy_li";
  font-size: 20px;
  line-height: 1.4;
  margin-top: clamp(7.5px, 0.78125vw, 15px);
  color: #000;
}
@media (max-width:1600px) {
  .idx_newes .content .box_item .item a .text .subtitle {
    font-size: 18px;
  }
}
@media (max-width:1366px) {
  .idx_newes .content .box_item .item a .text .subtitle {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .idx_newes .content .box_item .item a .text .subtitle {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .idx_newes .content .box_item .item a .text .subtitle {
    font-size: 13px;
  }
}
.idx_newes .content .box_item .item a .text .time {
  margin-top: clamp(17.5px, 1.82291667vw, 35px);
  font-family: "gi_re";
  color: #000;
}
.idx_newes .content .box_item .item:last-child {
  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;
  grid-gap: 24px 24px;
  background: none;
}
.idx_newes .content .box_item .item:last-child .it {
  height: calc(33.3333% - (48 * 3) px);
}
.idx_newes .content .box_item .item:last-child .it .text {
  padding-top: clamp(10px, 1.04166667vw, 20px);
  padding-bottom: clamp(10px, 1.04166667vw, 20px);
  background: white;
  height: auto;
}
.idx_newes .content .box_item .item:last-child .it .text .subtitle {
  margin-top: clamp(2.5px, 0.26041667vw, 5px);
  height: 100%;
}
.idx_newes .content .box_item .item:last-child .it .text .time {
  margin-top: clamp(5px, 0.52083333vw, 10px);
}
@media (max-width:990px) {
  .idx_newes .content .box_item {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px 10px;
  }
  .idx_newes .content .box_item .item:last-child {
    grid-gap: 10px 10px !important;
  }
}
/* 首页 查找 */
.idx_help {
  padding-top: clamp(45px, 4.6875vw, 90px);
  padding-bottom: clamp(30px, 3.125vw, 60px);
}
.idx_help .help_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.idx_help .help_box .title {
  font-size: 36px;
  font-family: "sy_bo";
  color: #000;
  line-height: 1;
  text-align: center;
  transition: all 1.8s;
}
@media (max-width:1600px) {
  .idx_help .help_box .title {
    font-size: 30px;
  }
}
@media (max-width:1366px) {
  .idx_help .help_box .title {
    font-size: 24px;
  }
}
@media (max-width:1024px) {
  .idx_help .help_box .title {
    font-size: 21px;
  }
}
@media (max-width:768px) {
  .idx_help .help_box .title {
    font-size: 20px;
  }
}
.idx_help .help_box .input {
  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;
  margin-top: clamp(20px, 2.08333333vw, 40px);
  height: 42px;
  width: 520px;
}
.idx_help .help_box .input input {
  width: 430px;
  height: 42px;
  border: 0;
  background: #f8f8f8;
  padding-left: 20px;
}
.idx_help .help_box .input span {
  width: 90px;
  height: 42px;
  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;
  color: white;
  background: #000;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.idx_help .help_box .input span:hover {
  background: #b61c22;
}
.idx_help .help_box .box_item {
  margin-top: clamp(10px, 1.04166667vw, 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  grid-gap: 8px 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.idx_help .help_box .box_item .item {
  height: auto;
  width: auto;
}
.idx_help .help_box .box_item .item a {
  padding: 10px 17px;
  border: 1px solid #dcdcdc;
  font-size: 14px;
  font-family: "sy_bo";
  line-height: 1;
  color: #000;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width:1366px) {
  .idx_help .help_box .box_item .item a {
    font-size: 13px;
  }
}
@media (max-width:1024px) {
  .idx_help .help_box .box_item .item a {
    font-size: 12px;
  }
}
.idx_help .help_box .box_item .item a:hover {
  color: #b61c22;
}
@media (max-width:990px) {
  .idx_help .help_box .input input {
    width: 250px !important;
  }
}
/* 首页 footer */
.footer {
  background: #333333;
  padding-top: clamp(30px, 3.125vw, 60px);
  padding-bottom: clamp(50px, 5.20833333vw, 100px);
  position: relative;
  z-index: 10;
}
.footer .f_box .topBox {
  padding-left: clamp(28.5px, 2.96875vw, 57px);
  padding-right: clamp(28.5px, 2.96875vw, 57px);
  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 .f_box .topBox .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  grid-gap: 0 30px;
}
.footer .f_box .topBox .item .title a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.877);
  font-family: "sy_bo";
}
@media (max-width:1366px) {
  .footer .f_box .topBox .item .title a {
    font-size: 13px;
  }
}
@media (max-width:1024px) {
  .footer .f_box .topBox .item .title a {
    font-size: 12px;
  }
}
.footer .f_box .topBox .item .subtitle a {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.671);
  font-family: "sy_re";
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding-bottom: 18px;
}
.footer .f_box .topBox .item .subtitle a:hover {
  transform: translateX(10px);
  color: white;
}
@media (max-width:990px) {
  .footer .f_box .topBox {
    display: none;
  }
}
.footer .f_box .botBox {
  margin-top: clamp(42.5px, 4.42708333vw, 85px);
  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 .f_box .botBox .left .logof {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  grid-gap: 0 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.footer .f_box .botBox .left .logof a {
  color: white;
  font-size: 12px;
  font-family: "sy_re";
}
.footer .f_box .botBox .left .ba {
  margin-top: clamp(15px, 1.5625vw, 30px);
}
.footer .f_box .botBox .left .ba a {
  color: rgba(255, 255, 255, 0.61);
  font-size: 12px;
  font-family: "gi_re";
}
@media (max-width:990px) {
  .footer .f_box .botBox .left {
    width: 100%;
  }
  .footer .f_box .botBox .left .logof {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    grid-gap: 10px 20px;
  }
  .footer .f_box .botBox .left .ba {
    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;
    text-align: center;
    line-height: 1.5;
  }
}
.footer .f_box .botBox .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  grid-gap: 0 12px;
}
.footer .f_box .botBox .right .item > i {
  width: 24px;
  height: 24px;
  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;
  background: #555555;
  border-radius: 50%;
}
.footer .f_box .botBox .right .item > i::before {
  color: white;
  font-size: 13px;
}
.footer .f_box .botBox .right .item a {
  color: rgba(255, 255, 255, 0.61);
  font-size: 12px;
  font-family: "gi_re";
}
@media (max-width:990px) {
  .footer .f_box .botBox .right {
    display: none;
  }
}
/* 内页  banner */
.inside_banner {
  position: relative;
}
.inside_banner .center {
  position: absolute;
  width: 100%;
  height: calc(100% - 80px);
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.inside_banner .center .insideBox .subtitle {width: 50%;}
@media (max-width:1600px) {
    .inside_banner .center .insideBox .subtitle{width:70%;}
}
.inside_banner .center .insideBox .title {
  font-family: "sy_bo";
  font-size: 48px;
  color: #000;
  line-height: 1;
}
@media (max-width:1600px) {
  .inside_banner .center .insideBox .title {
    font-size: 42px;
  }
}
@media (max-width:1366px) {
  .inside_banner .center .insideBox .title {
    font-size: 38px;
  }
}
@media (max-width:1024px) {
  .inside_banner .center .insideBox .title {
    font-size: 32px;
  }
}
@media (max-width:768px) {
  .inside_banner .center .insideBox .title {
    font-size: 24px !important;
    /*font-family: "sy_re";*/
  }
}
.inside_banner .center .insideBox .subtitle {
  font-family: "sy_li";
  font-size: 30px;
  color: #666666;
  line-height: 1.5;
  margin-top: clamp(15px, 1.5625vw, 30px);
}
@media (max-width:1600px) {
  .inside_banner .center .insideBox .subtitle {
    font-size: 24px;
  }
}
@media (max-width:1366px) {
  .inside_banner .center .insideBox .subtitle {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .inside_banner .center .insideBox .subtitle {
    font-size: 19px;
  }
}
@media (max-width:768px) {
  .inside_banner .center .insideBox .subtitle {
    font-size: 16px !important;
  }
}
.inside_banner .center .insideBox .subtitle p {
  margin-top: clamp(5px, 0.52083333vw, 10px);
}
.inside_banner .inside_nav {
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 10;
  background: #666666a8;
}
.inside_banner .inside_nav.active {
  position: fixed;
  top: 80px;
}
.inside_banner .inside_nav .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: auto;
}
.inside_banner .inside_nav .box .item {
  position: relative;
  flex: 1;
  min-width: 90px;
}
.inside_banner .inside_nav .box .item a {
  width: 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;
  height: 80px;
  font-size: 16px;
  font-family: "sy_re";
  color: white;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
@media (max-width:1366px) {
  .inside_banner .inside_nav .box .item a {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .inside_banner .inside_nav .box .item a {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .inside_banner .inside_nav .box .item a {
    font-size: 12px;
  }
}
.inside_banner .inside_nav .box .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 0%;
  background: #b61c22;
  transition: all 0.5s;
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.inside_banner .inside_nav .box .item:hover::after {
  height: 100%;
}
.inside_banner .inside_nav .box .item.active::after {
  height: 100%;
}
.inside_banner .images img {
  width: 100%;
}
@media (max-width:1200px) {
  .inside_banner .inside_nav {
    height: 50px;
  }
  .inside_banner .inside_nav .box .item a {
    height: 50px;
  }
  .inside_banner .center {
    height: 100%;
  }
}
@media (max-width:990px) {
  .inside_banner .center {
    /*background: #ffffff69;*/
  }
  .inside_banner .center .insideBox .subtitle {
    color: #000;
  }
  .inside_banner .inside_nav {
    /*display: none;*/
  }
  .inside_banner .inside_nav.active {
    top: 60px;
  }
}
/* 内页 按钮 */
.insideButton {
  width: 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;
  margin-top: clamp(20px, 2.08333333vw, 40px);
}
.insideButton a {
  width: 200px;
  height: 60px;
  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;
  color: #000;
  font-size: 14px;
  border: 2px solid #d41e1e;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width:1366px) {
  .insideButton a {
    font-size: 13px;
  }
}
@media (max-width:1024px) {
  .insideButton a {
    font-size: 12px;
  }
}
@media (max-width:990px) {
  .insideButton a {
    width: 120px;
    height: 45px;
  }
}
.insideButton a span {
  position: relative;
  z-index: 2;
}
.insideButton a::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 0px;
  background: #d41e1e;
  transition: all 0.5s;
  z-index: 1;
}
.insideButton a:hover {
  color: white;
}
.insideButton a:hover::after {
  height: 100%;
}
/* 内页 解决方案 */
.solution .solutionBox {
  padding-top: clamp(70px, 7.29166667vw, 140px);
}
.solution .solutionBox .solutionCon {
  padding-top: clamp(20px, 2.08333333vw, 40px);
}
.solution .solutionBox .solutionCon .content {
  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: -140px;
}
.solution .solutionBox .solutionCon .content .le {
  width: 51.3%;
  transform: translateY(47%);
}
.solution .solutionBox .solutionCon .content .le .text {
  font-size: 24px;
  font-family: "sy_me";
  color: #000000;
  line-height: 1.5;
}
@media (max-width:1600px) {
  .solution .solutionBox .solutionCon .content .le .text {
    font-size: 22px;
  }
}
@media (max-width:1366px) {
  .solution .solutionBox .solutionCon .content .le .text {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .solution .solutionBox .solutionCon .content .le .text {
    font-size: 16px;
  }
}
@media (max-width:768px) {
  .solution .solutionBox .solutionCon .content .le .text {
    font-size: 15px;
  }
}
.solution .solutionBox .solutionCon .content .ri {
  width: 48.7%;
  padding-top: clamp(50px, 5.20833333vw, 100px);
  padding-bottom: clamp(60px, 6.25vw, 120px);
  padding-left: clamp(30px, 3.125vw, 60px);
  padding-right: clamp(30px, 3.125vw, 60px);
  background: #b61c22;
}
.solution .solutionBox .solutionCon .content .ri .title {
  font-size: 36px;
  font-family: "sy_bo";
  color: white;
  line-height: 1;
}
@media (max-width:1600px) {
  .solution .solutionBox .solutionCon .content .ri .title {
    font-size: 30px;
  }
}
@media (max-width:1366px) {
  .solution .solutionBox .solutionCon .content .ri .title {
    font-size: 24px;
  }
}
@media (max-width:1024px) {
  .solution .solutionBox .solutionCon .content .ri .title {
    font-size: 21px;
  }
}
@media (max-width:768px) {
  .solution .solutionBox .solutionCon .content .ri .title {
    font-size: 20px;
  }
}
.solution .solutionBox .solutionCon .content .ri .subtitle {
  font-size: 16px;
  font-family: "sy_re";
  color: white;
  line-height: 1.8;
  margin-top: clamp(25px, 2.60416667vw, 50px);
}
@media (max-width:1366px) {
  .solution .solutionBox .solutionCon .content .ri .subtitle {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .solution .solutionBox .solutionCon .content .ri .subtitle {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .solution .solutionBox .solutionCon .content .ri .subtitle {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .solution .solutionBox .solutionCon .content {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
  }
  .solution .solutionBox .solutionCon .content .le {
    width: 100%;
    transform: translateY(0);
    background: #b61c22;
    padding-top: clamp(20px, 2.08333333vw, 40px);
    padding-bottom: clamp(20px, 2.08333333vw, 40px);
    padding-left: clamp(30px, 3.125vw, 60px);
    padding-right: clamp(30px, 3.125vw, 60px);
    margin-top: clamp(20px, 2.08333333vw, 40px);
  }
  .solution .solutionBox .solutionCon .content .le .text {
    font-size: 24px;
    font-family: "sy_re";
    color: white;
    line-height: 1.8;
  }
  .solution .solutionBox .solutionCon .content .ri {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width:768px) and (max-width:1600px) {
  .solution .solutionBox .solutionCon .content .le .text {
    font-size: 22px;
  }
}
@media (max-width:768px) and (max-width:1366px) {
  .solution .solutionBox .solutionCon .content .le .text {
    font-size: 20px;
  }
}
@media (max-width:768px) and (max-width:1024px) {
  .solution .solutionBox .solutionCon .content .le .text {
    font-size: 16px;
  }
}
@media (max-width:768px) and (max-width:768px) {
  .solution .solutionBox .solutionCon .content .le .text {
    font-size: 15px;
  }
}
.solution .solutionList {
  background: #f2f2f2;
  padding-top: clamp(30px, 3.125vw, 60px);
  padding-bottom: clamp(70px, 7.29166667vw, 140px);
}
.solution .solutionList .soBox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px 40px;
}
.solution .solutionList .soBox .item {
  background: white;
  padding-left: clamp(30px, 3.125vw, 60px);
  padding-right: clamp(30px, 3.125vw, 60px);
  padding-top: clamp(26.5px, 2.76041667vw, 53px);
  padding-bottom: clamp(26.5px, 2.76041667vw, 53px);
  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;
  grid-gap: 40px 40px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.solution .solutionList .soBox .item .images{width: 120px; flex-shrink: 0;}
@media (max-width:1280px) {
    .solution .solutionList .soBox .item .images{width: 100px; flex-shrink: 0;}
}
@media (max-width:990px) {
    .solution .solutionList .soBox .item .images{width: 70px; flex-shrink: 0;}
}
.solution .solutionList .soBox .item .textBox .title {
  font-size: 24px;
  font-family: "sy_re";
  color: #b61c22;
  line-height: 1;
}
@media (max-width:1600px) {
  .solution .solutionList .soBox .item .textBox .title {
    font-size: 22px;
  }
}
@media (max-width:1366px) {
  .solution .solutionList .soBox .item .textBox .title {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .solution .solutionList .soBox .item .textBox .title {
    font-size: 16px;
  }
}
@media (max-width:768px) {
  .solution .solutionList .soBox .item .textBox .title {
    font-size: 15px;
  }
}
.solution .solutionList .soBox .item .textBox .subtitle {
  font-size: 24px;
  font-family: "sy_bo";
  color: #000000;
  line-height: 1;
  margin-top: clamp(10px, 1.04166667vw, 20px);
}
@media (max-width:1600px) {
  .solution .solutionList .soBox .item .textBox .subtitle {
    font-size: 22px;
  }
}
@media (max-width:1366px) {
  .solution .solutionList .soBox .item .textBox .subtitle {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .solution .solutionList .soBox .item .textBox .subtitle {
    font-size: 16px;
  }
}
@media (max-width:768px) {
  .solution .solutionList .soBox .item .textBox .subtitle {
    font-size: 15px;
  }
}
.solution .solutionList .soBox .item .textBox .cont {
  font-size: 16px;
  font-family: "sy_me";
  color: #666666;
  line-height: 1.5;
  margin-top: clamp(10px, 1.04166667vw, 20px);
}
@media (max-width:1366px) {
  .solution .solutionList .soBox .item .textBox .cont {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .solution .solutionList .soBox .item .textBox .cont {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .solution .solutionList .soBox .item .textBox .cont {
    font-size: 12px;
  }
}
.solution .solutionList .soBox .item:hover {
  box-shadow: 0 0 20px 1px #66666686;
  transform: scale(1.01);
}
@media (max-width:1200px) {
  .solution .solutionList .soBox {
    grid-gap: 20px 20px;
  }
  .solution .solutionList .soBox .item .images {
    max-width: 80px;
  }
}
@media (max-width:768px) {
  .solution .solutionList .soBox {
    grid-template-columns: repeat(1, 1fr);
  }
  .solution .solutionList .soBox .item {
    grid-gap: 20px 20px;
  }
}
/* 内页 教育案例 */
.case .caseBox {
  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;
  margin-top: clamp(50px, 5.20833333vw, 100px);
  position: relative;
  padding-bottom: clamp(50px, 5.20833333vw, 100px);
}
.case .caseBox::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 85%;
  background: #f2f2f2;
  transition: all 0.5s;
}
.case .caseBox .images {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  padding-left: clamp(30px, 3.125vw, 60px);
  padding-right: clamp(30px, 3.125vw, 60px);
  z-index: 3;
}
.case .caseBox .images.pc {
  width: 100%;
}
@media (max-width:990px) {
  .case .caseBox .images {
    padding: 0;
  }
}
.case .caseBox .caseCon {
  z-index: 5;
  margin-top: clamp(39.5px, 4.11458333vw, 79px);
  width: 100%;
}
.case .caseBox .caseCon .content {
  width: 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;
}
.case .caseBox .caseCon .content .input {
  width: 640px;
  height: 68px;
  border: 1px solid white;
  background: #ffffff3a;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
.case .caseBox .caseCon .content .input input {
  width: 100%;
  background: none;
  border: 0;
  padding-left: clamp(20px, 2.08333333vw, 40px);
  color: white;
  font-size: 16px;
}
@media (max-width:1366px) {
  .case .caseBox .caseCon .content .input input {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .case .caseBox .caseCon .content .input input {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .case .caseBox .caseCon .content .input input {
    font-size: 12px;
  }
}
.case .caseBox .caseCon .content .input input::-webkit-input-placeholder {
  color: #ffffff;
  font-size: 16px;
}
.case .caseBox .caseCon .content .input input:-moz-placeholder {
  color: #ffffff;
  font-size: 16px;
}
.case .caseBox .caseCon .content .input input::-moz-placeholder {
  color: #ffffff;
  font-size: 16px;
}
.case .caseBox .caseCon .content .input input:-ms-input-placeholder {
  color: #ffffff;
  font-size: 16px;
}
.case .caseBox .caseCon .content .input i {
  width: 68px;
  height: 68px;
  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;
  flex-shrink: 0;
}
.case .caseBox .caseCon .content .input i::before {
  font-size: 22px;
  color: white;
}
@media (max-width:1600px) {
  .case .caseBox .caseCon .content .input i::before {
    font-size: 20px;
  }
}
@media (max-width:1366px) {
  .case .caseBox .caseCon .content .input i::before {
    font-size: 18px;
  }
}
@media (max-width:1024px) {
  .case .caseBox .caseCon .content .input i::before {
    font-size: 15px;
  }
}
@media (max-width:768px) {
  .case .caseBox .caseCon .content .input i::before {
    font-size: 14px;
  }
}
@media (max-width:990px) {
  .case .caseBox .caseCon .content .input {
    width: 300px;
    height: 45px;
  }
  .case .caseBox .caseCon .content .input i {
    width: 45px;
    height: 45px;
  }
}
.case .caseBox .caseCon .content .box_item {
  margin-top: clamp(30px, 3.125vw, 60px);
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px 20px;
  width: 100%;
}
.case .caseBox .caseCon .content .box_item .item {
  background: white;
  width: 100%;
}
.case .caseBox .caseCon .content .box_item .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.case .caseBox .caseCon .content .box_item .item a .pb {
  width: 33%;
  padding-bottom: 19.2%;
  overflow: hidden;
}
.case .caseBox .caseCon .content .box_item .item a .pb .ab img {
  display: block;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.case .caseBox .caseCon .content .box_item .item a .textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 67%;
  height: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.case .caseBox .caseCon .content .box_item .item a .textBox .t_info {
  padding-left: clamp(30px, 3.125vw, 60px);
  height: auto;
}
.case .caseBox .caseCon .content .box_item .item a .textBox .t_info .titBox {
  font-size: 20px;
  font-family: "sy_bo";
  color: #b61c22;
  line-height: 1;
}
@media (max-width:1600px) {
  .case .caseBox .caseCon .content .box_item .item a .textBox .t_info .titBox {
    font-size: 18px;
  }
}
@media (max-width:1366px) {
  .case .caseBox .caseCon .content .box_item .item a .textBox .t_info .titBox {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .case .caseBox .caseCon .content .box_item .item a .textBox .t_info .titBox {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .case .caseBox .caseCon .content .box_item .item a .textBox .t_info .titBox {
    font-size: 13px;
  }
}
.case .caseBox .caseCon .content .box_item .item a .textBox .t_info .subBox {
  font-size: 24px;
  font-family: "sy_bo";
  color: #000;
  line-height: 1;
  margin-top: clamp(12px, 1.25vw, 24px);
}
@media (max-width:1600px) {
  .case .caseBox .caseCon .content .box_item .item a .textBox .t_info .subBox {
    font-size: 22px;
  }
}
@media (max-width:1366px) {
  .case .caseBox .caseCon .content .box_item .item a .textBox .t_info .subBox {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .case .caseBox .caseCon .content .box_item .item a .textBox .t_info .subBox {
    font-size: 16px;
  }
}
@media (max-width:768px) {
  .case .caseBox .caseCon .content .box_item .item a .textBox .t_info .subBox {
    font-size: 15px;
  }
}
.case .caseBox .caseCon .content .box_item .item a .textBox .t_info .conBox {
  font-size: 16px;
  font-family: "sy_re";
  color: #666;
  line-height: 1;
  margin-top: clamp(7.5px, 0.78125vw, 15px);
}
@media (max-width:1366px) {
  .case .caseBox .caseCon .content .box_item .item a .textBox .t_info .conBox {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .case .caseBox .caseCon .content .box_item .item a .textBox .t_info .conBox {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .case .caseBox .caseCon .content .box_item .item a .textBox .t_info .conBox {
    font-size: 12px;
  }
}
.case .caseBox .caseCon .content .box_item .item a .textBox .t_info .timBox {
  font-size: 16px;
  font-family: "sy_bo";
  color: #666;
  line-height: 1;
  margin-top: clamp(22.5px, 2.34375vw, 45px);
}
@media (max-width:1366px) {
  .case .caseBox .caseCon .content .box_item .item a .textBox .t_info .timBox {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .case .caseBox .caseCon .content .box_item .item a .textBox .t_info .timBox {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .case .caseBox .caseCon .content .box_item .item a .textBox .t_info .timBox {
    font-size: 12px;
  }
}
.case .caseBox .caseCon .content .box_item .item a .textBox .link {
  width: 100px;
  border-left: 1px solid #dcdcdc;
  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;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.case .caseBox .caseCon .content .box_item .item a .textBox .link i::before {
  color: #000;
}
.case .caseBox .caseCon .content .box_item .item a:hover .textBox .link {
  background: #b61c22;
}
.case .caseBox .caseCon .content .box_item .item a:hover .textBox .link i::before {
  color: white;
}
.case .caseBox .caseCon .content .box_item .item a:hover .pb .ab img {
  transform: scale(1.02);
}
@media (max-width:990px) {
  .case .caseBox .caseCon .content .box_item .item a {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .case .caseBox .caseCon .content .box_item .item a .pb {
    width: 100%;
    height: auto;
    padding-bottom: 0;
  }
  .case .caseBox .caseCon .content .box_item .item a .pb img {
    width: 100%;
    object-fit: cover;
  }
  .case .caseBox .caseCon .content .box_item .item a .pb .ab {
    position: static;
  }
  .case .caseBox .caseCon .content .box_item .item a .textBox {
    width: 100%;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .case .caseBox .caseCon .content .box_item .item a .textBox .t_info {
    padding: 15px 15px;
    width: 100%;
  }
  .case .caseBox .caseCon .content .box_item .item a .textBox .t_info .conBox {
    line-height: 1.4;
  }
  .case .caseBox .caseCon .content .box_item .item a .textBox .link {
    display: none;
  }
}
/* 内页 智能制造 */
.make .makeBox {
  /*工厂产能*/
}
.make .makeBox .makeCon1 {
  margin-top: clamp(50px, 5.20833333vw, 100px);
}
.make .makeBox .makeCon1 .swiInfo {
  margin-top: clamp(20px, 2.08333333vw, 40px);
  position: relative;
  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;
  overflow: hidden;
}
.make .makeBox .makeCon1 .swiInfo .swiper_boxa ul li {
  position: relative;
  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;
}
.make .makeBox .makeCon1 .swiInfo .swiper_boxa ul li .content {
  position: absolute;
}
.make .makeBox .makeCon1 .swiInfo .swiper_boxa ul li .content .title {
  font-size: 48px;
  font-family: "sy_bo";
  color: white;
  line-height: 1;
  text-align: center;
}
@media (max-width:1600px) {
  .make .makeBox .makeCon1 .swiInfo .swiper_boxa ul li .content .title {
    font-size: 42px;
  }
}
@media (max-width:1366px) {
  .make .makeBox .makeCon1 .swiInfo .swiper_boxa ul li .content .title {
    font-size: 38px;
  }
}
@media (max-width:1024px) {
  .make .makeBox .makeCon1 .swiInfo .swiper_boxa ul li .content .title {
    font-size: 32px;
  }
}
@media (max-width:768px) {
  .make .makeBox .makeCon1 .swiInfo .swiper_boxa ul li .content .title {
    font-size: 28px;
  }
}
.make .makeBox .makeCon1 .swiInfo .swiper_boxa ul li .content .subtitle {
  font-size: 20px;
  font-family: "sy_re";
  color: white;
  line-height: 1.8;
  text-align: center;
  margin-top: clamp(20px, 2.08333333vw, 40px);
  padding: 0 15px;
}
@media (max-width:1600px) {
  .make .makeBox .makeCon1 .swiInfo .swiper_boxa ul li .content .subtitle {
    font-size: 18px;
  }
}
@media (max-width:1366px) {
  .make .makeBox .makeCon1 .swiInfo .swiper_boxa ul li .content .subtitle {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .make .makeBox .makeCon1 .swiInfo .swiper_boxa ul li .content .subtitle {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .make .makeBox .makeCon1 .swiInfo .swiper_boxa ul li .content .subtitle {
    font-size: 13px;
  }
}
.make .makeBox .makeCon1 .swiInfo .idxPage {
  z-index: 3;
  position: absolute;
  bottom: 70px;
  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;
}
.make .makeBox .makeCon1 .swiInfo .idxPage .boxPa {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: #0000004d;
  padding-left: clamp(17.5px, 1.82291667vw, 35px);
  padding-right: clamp(17.5px, 1.82291667vw, 35px);
}
.make .makeBox .makeCon1 .swiInfo .idxPage .item {
  width: 300px;
  color: white;
  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;
  padding-top: clamp(20px, 2.08333333vw, 40px);
  padding-bottom: clamp(12.5px, 1.30208333vw, 25px);
  cursor: pointer;
}
.make .makeBox .makeCon1 .swiInfo .idxPage .item::after {
  content: '';
  position: absolute;
  top: 18px;
  right: 0;
  width: 100%;
  height: 2px;
  background: rgba(185, 185, 185, 0.39);
  transition: all 0.5s;
}
.make .makeBox .makeCon1 .swiInfo .idxPage .item.active::after {
  background: white;
}
@media (max-width:990px) {
  .make .makeBox .makeCon1 .swiInfo .idxPage {
    bottom: 10px;
  }
  .make .makeBox .makeCon1 .swiInfo .idxPage .item {
    width: auto;
    padding-left: clamp(5px, 0.52083333vw, 10px);
    padding-right: clamp(5px, 0.52083333vw, 10px);
  }
}
.make .makeBox .makeCon2 {
  margin-top: clamp(50px, 5.20833333vw, 100px);
  padding-bottom: clamp(50px, 5.20833333vw, 100px);
}
.make .makeBox .makeCon2 .makeCon {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px 30px;
}
.make .makeBox .makeCon2 .makeCon .item .images {
  z-index: 1;
  position: relative;
}
.make .makeBox .makeCon2 .makeCon .item .text {
  width: 100%;
  padding-left: clamp(25px, 2.60416667vw, 50px);
  padding-right: clamp(25px, 2.60416667vw, 50px);
  margin-top: -75px;
  position: relative;
  z-index: 5;
}
.make .makeBox .makeCon2 .makeCon .item .text .box {
  width: 100%;
  height: 170px;
  background: white;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.make .makeBox .makeCon2 .makeCon .item .text .box .title {
  font-family: "sy_bo";
  font-size: 24px;
  color: #000;
  line-height: 1;
}
@media (max-width:1600px) {
  .make .makeBox .makeCon2 .makeCon .item .text .box .title {
    font-size: 22px;
  }
}
@media (max-width:1366px) {
  .make .makeBox .makeCon2 .makeCon .item .text .box .title {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .make .makeBox .makeCon2 .makeCon .item .text .box .title {
    font-size: 16px;
  }
}
@media (max-width:768px) {
  .make .makeBox .makeCon2 .makeCon .item .text .box .title {
    font-size: 15px;
  }
}
.make .makeBox .makeCon2 .makeCon .item .text .box .subtitle {
  font-family: "sy_me";
  font-size: 16px;
  color: #666666;
  line-height: 1;
  margin-top: clamp(10px, 1.04166667vw, 20px);
}
@media (max-width:1366px) {
  .make .makeBox .makeCon2 .makeCon .item .text .box .subtitle {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .make .makeBox .makeCon2 .makeCon .item .text .box .subtitle {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .make .makeBox .makeCon2 .makeCon .item .text .box .subtitle {
    font-size: 12px;
  }
}
@media (max-width:990px) {
  .make .makeBox .makeCon2 .makeCon {
    grid-gap: 20px 10px;
  }
  .make .makeBox .makeCon2 .makeCon .box {
    height: 120px !important;
    box-shadow: 0 0 10px 1px #cccccc;
  }
  .make .makeBox .makeCon2 .makeCon .box .subtitle {
    padding: 0 10px;
    text-align: center;
  }
}
@media (max-width:768px) {
  .make .makeBox .makeCon2 .makeCon {
    grid-template-columns: repeat(1, 1fr);
  }
}
.make .makeBox .makeCon3 {
  padding-top: clamp(50px, 5.20833333vw, 100px);
  padding-bottom: clamp(50px, 5.20833333vw, 100px);
  background: #f9f9f9;
}
.make .makeBox .makeCon3 .item_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -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;
  margin-top: clamp(25px, 2.60416667vw, 50px);
  margin-bottom: clamp(27.5px, 2.86458333vw, 55px);
  grid-gap: 15px 0;
}
.make .makeBox .makeCon3 .item_box .item {
  text-align: center;
  margin: 0 25px;
}
.make .makeBox .makeCon3 .item_box .item .number {
  color: #b61c22;
}
.make .makeBox .makeCon3 .item_box .item .number .beat {
  font-size: 60px;
  font-family: "ba_ft";
  display: inline-block;
}
@media (max-width:1600px) {
  .make .makeBox .makeCon3 .item_box .item .number .beat {
    font-size: 50px;
  }
}
@media (max-width:1366px) {
  .make .makeBox .makeCon3 .item_box .item .number .beat {
    font-size: 45px;
  }
}
@media (max-width:1024px) {
  .make .makeBox .makeCon3 .item_box .item .number .beat {
    font-size: 38px;
  }
}
@media (max-width:768px) {
  .make .makeBox .makeCon3 .item_box .item .number .beat {
    font-size: 31px;
  }
}
.make .makeBox .makeCon3 .item_box .item .number .plus {
  font-size: 48px;
}
@media (max-width:1600px) {
  .make .makeBox .makeCon3 .item_box .item .number .plus {
    font-size: 42px;
  }
}
@media (max-width:1366px) {
  .make .makeBox .makeCon3 .item_box .item .number .plus {
    font-size: 38px;
  }
}
@media (max-width:1024px) {
  .make .makeBox .makeCon3 .item_box .item .number .plus {
    font-size: 32px;
  }
}
@media (max-width:768px) {
  .make .makeBox .makeCon3 .item_box .item .number .plus {
    font-size: 28px;
  }
}
.make .makeBox .makeCon3 .item_box .item .number sub {
  font-size: 24px;
}
@media (max-width:1600px) {
  .make .makeBox .makeCon3 .item_box .item .number sub {
    font-size: 22px;
  }
}
@media (max-width:1366px) {
  .make .makeBox .makeCon3 .item_box .item .number sub {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .make .makeBox .makeCon3 .item_box .item .number sub {
    font-size: 16px;
  }
}
@media (max-width:768px) {
  .make .makeBox .makeCon3 .item_box .item .number sub {
    font-size: 15px;
  }
}
.make .makeBox .makeCon3 .item_box .item p {
  font-size: 16px;
}
@media (max-width:1366px) {
  .make .makeBox .makeCon3 .item_box .item p {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .make .makeBox .makeCon3 .item_box .item p {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .make .makeBox .makeCon3 .item_box .item p {
    font-size: 12px;
  }
}
.make .makeBox .makeCon3 .maconSwi {
  position: relative;
}
.make .makeBox .makeCon3 .maconSwi .swiper_boxb {
  position: relative;
  overflow: hidden;
}
.make .makeBox .makeCon3 .maconSwi .swiper_boxb .item {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
  display: block;
  background: #e8e8e8;
  border: 2px solid transparent;
  cursor: pointer;
}
.make .makeBox .makeCon3 .maconSwi .swiper_boxb .item .img_wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: clamp(30px, 3.125vw, 60px);
}
.make .makeBox .makeCon3 .maconSwi .swiper_boxb .item .img_wrap img {
  width: 100%;
}
.make .makeBox .makeCon3 .maconSwi .swiper_boxb .item .iconfont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3.542vw /* 68/19.2 */;
  height: 3.542vw /* 68/19.2 */;
  min-width: 35px;
  min-height: 35px;
  border-radius: 50%;
  background: #b61c22;
  color: #ffffff;
  font-size: 30px;
  opacity: 0;
  pointer-events: none;
}
@media (max-width:1600px) {
  .make .makeBox .makeCon3 .maconSwi .swiper_boxb .item .iconfont {
    font-size: 24px;
  }
}
@media (max-width:1366px) {
  .make .makeBox .makeCon3 .maconSwi .swiper_boxb .item .iconfont {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .make .makeBox .makeCon3 .maconSwi .swiper_boxb .item .iconfont {
    font-size: 19px;
  }
}
@media (max-width:768px) {
  .make .makeBox .makeCon3 .maconSwi .swiper_boxb .item .iconfont {
    font-size: 18px;
  }
}
.make .makeBox .makeCon3 .maconSwi .swiper_boxb .item:hover {
  border-color: #b61c22;
}
.make .makeBox .makeCon3 .maconSwi .swiper_boxb .item:hover .iconfont {
  opacity: 1;
}
.make .makeBox .makeCon3 .maconSwi .sbtn {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 2.5vw /* 48/19.2 */;
  height: 2.1875vw /* 42/19.2 */;
  min-width: 35px;
  min-height: 33px;
  background: url("../images/img45.png") no-repeat center / cover;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.make .makeBox .makeCon3 .maconSwi .sbtn:hover {
  background-image: url("../images/img45_a.png");
}
.make .makeBox .makeCon3 .maconSwi .sbtn.prev {
  left: -87px;
  transform: rotate(180deg);
}
.make .makeBox .makeCon3 .maconSwi .sbtn.next {
  right: -87px;
}
@media (max-width: 1679px) {
  .make .makeBox .makeCon3 .maconSwi .sbtn.prev {
    left: 15px;
  }
  .make .makeBox .makeCon3 .maconSwi .sbtn.next {
    right: 15px;
  }
}
.make .makeBox .makeCon4 {
  padding-top: clamp(55px, 5.72916667vw, 110px);
}
.make .makeBox .makeCon4 .countBox {
  position: relative;
  margin-top: clamp(20px, 2.08333333vw, 40px);
}
.make .makeBox .makeCon4 .countBox > img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-position: top;
  left: 0;
  top: 0;
  z-index: -1;
}
.make .makeBox .makeCon4 .countBox .item_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  padding-top: clamp(80px, 8.33333333vw, 160px);
}
.make .makeBox .makeCon4 .countBox .item_box .item {
  text-align: center;
}
.make .makeBox .makeCon4 .countBox .item_box .item .number {
  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;
  width: 8.333vw /* 160/19.2 */;
  height: 8.333vw /* 160/19.2 */;
  min-width: 120px;
  min-height: 120px;
  background: #b61c22;
  border: 0.521vw /* 10/19.2 */ solid #ffffff;
  border-radius: 50%;
  margin: 0 5px;
  color: #ffffff;
}
.make .makeBox .makeCon4 .countBox .item_box .item .number p {
  font-size: 30px;
  font-weight: bold;
}
@media (max-width:1600px) {
  .make .makeBox .makeCon4 .countBox .item_box .item .number p {
    font-size: 24px;
  }
}
@media (max-width:1366px) {
  .make .makeBox .makeCon4 .countBox .item_box .item .number p {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .make .makeBox .makeCon4 .countBox .item_box .item .number p {
    font-size: 19px;
  }
}
@media (max-width:768px) {
  .make .makeBox .makeCon4 .countBox .item_box .item .number p {
    font-size: 18px;
  }
}
.make .makeBox .makeCon4 .countBox .item_box .item > p {
  font-size: 16px;
  font-weight: bold;
  margin-top: clamp(9px, 0.9375vw, 18px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width:1366px) {
  .make .makeBox .makeCon4 .countBox .item_box .item > p {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .make .makeBox .makeCon4 .countBox .item_box .item > p {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .make .makeBox .makeCon4 .countBox .item_box .item > p {
    font-size: 12px;
  }
}
.make .makeBox .makeCon4 .gccn_comp {
  overflow: hidden;
}
.make .makeBox .makeCon4 .gccn_comp .gccn_info_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin: clamp(20px, 2.08333333vw, 40px) 0 clamp(20px, 2.08333333vw, 40px);
  margin-right: clamp(20px, 2.08333333vw, 40px);
}
.make .makeBox .makeCon4 .gccn_comp .gccn_info_box .gccn_info {
  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;
  width: 82.3%;
}
.make .makeBox .makeCon4 .gccn_comp .gccn_info_box .gccn_info .item {
  position: relative;
  flex: 1;
  border: 0.26vw /* 5/19.2 */ solid #b61c22;
  border-radius: 1.042vw /* 20/19.2 */;
  text-align: center;
  margin-left: 20px;
  padding-left: clamp(17.5px, 1.82291667vw, 35px);
  padding-right: clamp(17.5px, 1.82291667vw, 35px);
  padding-bottom: clamp(12.5px, 1.30208333vw, 25px);
}
.make .makeBox .makeCon4 .gccn_comp .gccn_info_box .gccn_info .item::after {
  position: absolute;
  z-index: 2;
  content: "";
  display: block;
  width: 1px;
  height: 1000px;
  border-left: 2px dashed #b61c22;
  left: -15px;
  top: 20px;
}
.make .makeBox .makeCon4 .gccn_comp .gccn_info_box .gccn_info .item:first-of-type {
  margin-left: 0;
}
.make .makeBox .makeCon4 .gccn_comp .gccn_info_box .gccn_info .item:first-of-type::after {
  display: none;
}
.make .makeBox .makeCon4 .gccn_comp .gccn_info_box .gccn_info .item img {
  padding-top: clamp(15px, 1.5625vw, 30px);
  padding-bottom: clamp(7.5px, 0.78125vw, 15px);
}
.make .makeBox .makeCon4 .gccn_comp .gccn_info_box .gccn_info .item .tit {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: clamp(7.5px, 0.78125vw, 15px);
}
@media (max-width:1600px) {
  .make .makeBox .makeCon4 .gccn_comp .gccn_info_box .gccn_info .item .tit {
    font-size: 22px;
  }
}
@media (max-width:1366px) {
  .make .makeBox .makeCon4 .gccn_comp .gccn_info_box .gccn_info .item .tit {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .make .makeBox .makeCon4 .gccn_comp .gccn_info_box .gccn_info .item .tit {
    font-size: 16px;
  }
}
@media (max-width:768px) {
  .make .makeBox .makeCon4 .gccn_comp .gccn_info_box .gccn_info .item .tit {
    font-size: 15px;
  }
}
.make .makeBox .makeCon4 .gccn_comp .gccn_info_box .gccn_info .item .desc {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width:1366px) {
  .make .makeBox .makeCon4 .gccn_comp .gccn_info_box .gccn_info .item .desc {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .make .makeBox .makeCon4 .gccn_comp .gccn_info_box .gccn_info .item .desc {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .make .makeBox .makeCon4 .gccn_comp .gccn_info_box .gccn_info .item .desc {
    font-size: 12px;
  }
}
.make .makeBox .makeCon4 .gccn_comp .gccn_table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  background: #f2f2f2;
  padding: clamp(20px, 2.08333333vw, 40px);
}
.make .makeBox .makeCon4 .gccn_comp .gccn_table::after {
  position: absolute;
  z-index: 3;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 2.083vw /* 40/19.2 */;
  background: #f2f2f2;
}
.make .makeBox .makeCon4 .gccn_comp .gccn_table .table_l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-right: clamp(13px, 1.35416667vw, 26px);
}
.make .makeBox .makeCon4 .gccn_comp .gccn_table .table_l p {
  font-size: 20px;
  writing-mode: vertical-lr;
}
@media (max-width:1600px) {
  .make .makeBox .makeCon4 .gccn_comp .gccn_table .table_l p {
    font-size: 18px;
  }
}
@media (max-width:1366px) {
  .make .makeBox .makeCon4 .gccn_comp .gccn_table .table_l p {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .make .makeBox .makeCon4 .gccn_comp .gccn_table .table_l p {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .make .makeBox .makeCon4 .gccn_comp .gccn_table .table_l p {
    font-size: 13px;
  }
}
.make .makeBox .makeCon4 .gccn_comp .gccn_table .table_l p.p2 {
  font-size: 24px;
  font-weight: bold;
  color: #b61c22;
}
@media (max-width:1600px) {
  .make .makeBox .makeCon4 .gccn_comp .gccn_table .table_l p.p2 {
    font-size: 22px;
  }
}
@media (max-width:1366px) {
  .make .makeBox .makeCon4 .gccn_comp .gccn_table .table_l p.p2 {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .make .makeBox .makeCon4 .gccn_comp .gccn_table .table_l p.p2 {
    font-size: 16px;
  }
}
@media (max-width:768px) {
  .make .makeBox .makeCon4 .gccn_comp .gccn_table .table_l p.p2 {
    font-size: 15px;
  }
}
.make .makeBox .makeCon4 .gccn_comp .gccn_table .table_r {
  flex: 1;
}
.make .makeBox .makeCon4 .gccn_comp .gccn_table .table_r .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 4.167vw /* 80/19.2 */;
  min-height: 50px;
  background: #ffffff;
  border-radius: 1.042vw /* 20/19.2 */;
  margin-bottom: 10px;
}
.make .makeBox .makeCon4 .gccn_comp .gccn_table .table_r .item:last-of-type {
  margin-bottom: 0;
}
.make .makeBox .makeCon4 .gccn_comp .gccn_table .table_r .item .name {
  font-size: 20px;
  flex-shrink: 0;
  width: 9.25%;
  text-align: center;
  font-weight: bold;
  color: #b61c22;
  padding: 0 5px;
}
@media (max-width:1600px) {
  .make .makeBox .makeCon4 .gccn_comp .gccn_table .table_r .item .name {
    font-size: 18px;
  }
}
@media (max-width:1366px) {
  .make .makeBox .makeCon4 .gccn_comp .gccn_table .table_r .item .name {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .make .makeBox .makeCon4 .gccn_comp .gccn_table .table_r .item .name {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .make .makeBox .makeCon4 .gccn_comp .gccn_table .table_r .item .name {
    font-size: 13px;
  }
}
.make .makeBox .makeCon4 .gccn_comp .gccn_table .table_r .item .params {
  font-size: 16px;
  flex: 1;
  text-align: center;
  font-weight: bold;
  padding: 0 5px;
}
@media (max-width:1366px) {
  .make .makeBox .makeCon4 .gccn_comp .gccn_table .table_r .item .params {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .make .makeBox .makeCon4 .gccn_comp .gccn_table .table_r .item .params {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .make .makeBox .makeCon4 .gccn_comp .gccn_table .table_r .item .params {
    font-size: 12px;
  }
}
.make .makeBox .makeCon4 .gccn_comp .gccn_table .table_r .item .params span {
  font-size: 30px;
  color: #b61c22;
}
@media (max-width:1600px) {
  .make .makeBox .makeCon4 .gccn_comp .gccn_table .table_r .item .params span {
    font-size: 24px;
  }
}
@media (max-width:1366px) {
  .make .makeBox .makeCon4 .gccn_comp .gccn_table .table_r .item .params span {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .make .makeBox .makeCon4 .gccn_comp .gccn_table .table_r .item .params span {
    font-size: 19px;
  }
}
@media (max-width:768px) {
  .make .makeBox .makeCon4 .gccn_comp .gccn_table .table_r .item .params span {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .make .makeBox .makeCon4 .gccn_comp .gccn_info_box .gccn_info {
    width: 84.3%;
  }
}
@media (max-width: 1259px) {
  .make .makeBox .makeCon4 .countBox {
    margin-top: 25px;
  }
  .make .makeBox .makeCon4 .countBox .item_box {
    padding-top: 17%;
  }
}
@media (max-width: 991px) {
  .make .makeBox .makeCon4 .countBox > img {
    display: none;
  }
  .make .makeBox .makeCon4 .countBox .item_box {
    padding-top: 0;
    column-gap: 10px;
    row-gap: 10px;
  }
  .make .makeBox .makeCon4 .countBox .item_box .item {
    width: calc(25% - 8px);
    background: #f9f9f9;
    padding: 15px;
  }
  .make .makeBox .makeCon4 .countBox .item_box .item .number {
    margin: auto;
    border: none;
  }
  .make .makeBox .makeCon4 .countBox .item_box .item > p {
    margin-top: 15px;
  }
  .make .makeBox .makeCon4 .gccn_comp .gccn_info_box {
    margin: 15px 0;
  }
  .make .makeBox .makeCon4 .gccn_comp .gccn_info_box .gccn_info {
    width: 100%;
  }
  .make .makeBox .makeCon4 .gccn_comp .gccn_info_box .gccn_info .item:after {
    display: none;
  }
  .make .makeBox .makeCon4 .gccn_comp .gccn_table {
    display: block;
  }
  .make .makeBox .makeCon4 .gccn_comp .gccn_table .table_l {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 0 15px 0;
  }
  .make .makeBox .makeCon4 .gccn_comp .gccn_table .table_l p {
    writing-mode: unset;
    order: 2;
  }
  .make .makeBox .makeCon4 .gccn_comp .gccn_table .table_l p.p2 {
    order: 1;
  }
  .make .makeBox .makeCon4 .gccn_comp .gccn_table .table_r .item {
    height: unset;
    flex-wrap: wrap;
    padding: 10px;
    align-items: unset;
  }
  .make .makeBox .makeCon4 .gccn_comp .gccn_table .table_r .item .name {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
  }
  .make .makeBox .makeCon4 .gccn_comp .gccn_table .table_r .item .params {
    border-right: 1px solid #f2f2f2;
  }
  .make .makeBox .makeCon4 .gccn_comp .gccn_table .table_r .item .params:nth-last-of-type(1) {
    border: none;
  }
}
@media (max-width: 767px) {
  .make .makeBox .makeCon4 .countBox .item_box .item {
    width: calc(50% - 5px);
  }
  .make .makeBox .makeCon4 .gccn_comp .gccn_info_box .gccn_info {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 10px;
  }
  .make .makeBox .makeCon4 .gccn_comp .gccn_info_box .gccn_info .item {
    flex: unset;
    width: calc(50% - 5px);
    margin-left: 0;
  }
  .make .makeBox .makeCon4 .gccn_comp .gccn_table .table_r .item .params {
    flex: unset;
    width: 50%;
    margin-bottom: 10px;
  }
  .make .makeBox .makeCon4 .gccn_comp .gccn_table .table_r .item .params:nth-of-type(3n) {
    border: none;
  }
}
.make .makeBox .makeCon5 {
  padding-top: clamp(60px, 6.25vw, 120px);
}
.make .makeBox .makeCon5 .mcSwiper {
  border-top: 2px solid #f2f2f2;
  margin-top: clamp(35px, 3.64583333vw, 70px);
}
.make .makeBox .makeCon5 .mcSwiper .box_sw {
  position: relative;
  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;
}
.make .makeBox .makeCon5 .mcSwiper .box_sw .swiper_box {
  overflow: hidden;
}
.make .makeBox .makeCon5 .mcSwiper .box_sw .swiper_box ul li {
  width: 240px;
  height: 80px;
  cursor: pointer;
}
.make .makeBox .makeCon5 .mcSwiper .box_sw .swiper_box ul li .item {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  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;
  font-size: 20px;
  font-family: "sy_me";
  color: #000;
  line-height: 1;
}
@media (max-width:1600px) {
  .make .makeBox .makeCon5 .mcSwiper .box_sw .swiper_box ul li .item {
    font-size: 18px;
  }
}
@media (max-width:1366px) {
  .make .makeBox .makeCon5 .mcSwiper .box_sw .swiper_box ul li .item {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .make .makeBox .makeCon5 .mcSwiper .box_sw .swiper_box ul li .item {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .make .makeBox .makeCon5 .mcSwiper .box_sw .swiper_box ul li .item {
    font-size: 13px;
  }
}
.make .makeBox .makeCon5 .mcSwiper .box_sw .swiper_box ul li .item::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0%;
  height: 2px;
  background: #b61c22;
  transition: all 0.5s;
}
.make .makeBox .makeCon5 .mcSwiper .box_sw .swiper_box ul li .item:hover::after {
  width: 100%;
  left: 0;
}
.make .makeBox .makeCon5 .mcSwiper .box_sw .swiper_box ul li.swiper-slide-active .item::after {
  width: 100%;
  left: 0;
}
@media (max-width:990px) {
  .make .makeBox .makeCon5 .mcSwiper .box_sw .swiper_box ul li {
    min-width: 120px;
    width: auto !important;
  }
}
.make .makeBox .makeCon5 .mcSwiper .box_sw .sbtn {
  position: absolute;
  z-index: 2;
  width: 50px;
  height: 50px;
  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;
  background: white;
}
.make .makeBox .makeCon5 .mcSwiper .box_sw .sbtn i::before {
  font-size: 30px;
  color: #b61c22;
}
@media (max-width:1600px) {
  .make .makeBox .makeCon5 .mcSwiper .box_sw .sbtn i::before {
    font-size: 24px;
  }
}
@media (max-width:1366px) {
  .make .makeBox .makeCon5 .mcSwiper .box_sw .sbtn i::before {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .make .makeBox .makeCon5 .mcSwiper .box_sw .sbtn i::before {
    font-size: 19px;
  }
}
@media (max-width:768px) {
  .make .makeBox .makeCon5 .mcSwiper .box_sw .sbtn i::before {
    font-size: 18px;
  }
}
.make .makeBox .makeCon5 .mcSwiper .box_sw .sbtn.prev {
  right: -50px;
}
.make .makeBox .makeCon5 .mcSwiper .box_sw .sbtn.next {
  left: -50px;
}
@media (max-width:1280px) {
  .make .makeBox .makeCon5 .mcSwiper .box_sw .sbtn.prev {
    right: 0px;
  }
  .make .makeBox .makeCon5 .mcSwiper .box_sw .sbtn.next {
    left: 0px;
  }
}
.make .makeBox .makeCon5 .mcaSwiper {
  background: #f9f9f9;
  padding-top: clamp(20px, 2.08333333vw, 40px);
  padding-bottom: clamp(50px, 5.20833333vw, 100px);
  overflow: hidden;
}
.make .makeBox .makeCon5 .mcaSwiper .boxS ul li {
  overflow: hidden;
}
.make .makeBox .makeCon5 .mcaSwiper .boxS ul li .swiper_make .images img {
  display: inline-block;
  width: 100%;
}
/* 内页 服务支持 */
.service .serviceBox {
  padding-top: clamp(50px, 5.20833333vw, 100px);
  padding-bottom: clamp(50px, 5.20833333vw, 100px);
}
.service .serviceBox .serCon1 {
  border-top: 1px solid #e5e5e5;
  padding-top: clamp(20px, 2.08333333vw, 40px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px 24px;
}
@media (max-width:990px) {
  .service .serviceBox .serCon1 {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 12px 12px;
  }
}
@media (max-width:480px) {
  .service .serviceBox .serCon1 {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 12px 12px;
  }
}
.service .serviceBox .serCon1 .item {
  background-color: #f2f2f2;
  cursor: pointer;
}
.service .serviceBox .serCon1 .item .images {
  position: relative;
}
.service .serviceBox .serCon1 .item .images .pb {
  padding-bottom: 71%;
}
.service .serviceBox .serCon1 .item .images .video {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 0;
  background: linear-gradient(0deg, #b61c22, 60%, rgba(255, 255, 255, 0));
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: hidden;
}
.service .serviceBox .serCon1 .item .images .video i {
  font-size: 48px;
  width: 1em;
  height: 1em;
  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;
  background: white;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width:1600px) {
  .service .serviceBox .serCon1 .item .images .video i {
    font-size: 42px;
  }
}
@media (max-width:1366px) {
  .service .serviceBox .serCon1 .item .images .video i {
    font-size: 38px;
  }
}
@media (max-width:1024px) {
  .service .serviceBox .serCon1 .item .images .video i {
    font-size: 32px;
  }
}
@media (max-width:768px) {
  .service .serviceBox .serCon1 .item .images .video i {
    font-size: 28px;
  }
}
.service .serviceBox .serCon1 .item .images .video i::before {
  font-size: 12px;
  color: #b61c22;
}
.service .serviceBox .serCon1 .item .wzBox {
  padding-left: clamp(20px, 2.08333333vw, 40px);
  padding-right: clamp(20px, 2.08333333vw, 40px);
  padding-top: clamp(15px, 1.5625vw, 30px);
  padding-bottom: clamp(15px, 1.5625vw, 30px);
}
.service .serviceBox .serCon1 .item .wzBox .title {
  font-size: 24px;
  font-family: "sy_bo";
  color: #333;
  line-height: 1;
  padding-bottom: clamp(15px, 1.5625vw, 30px);
}
@media (max-width:1600px) {
  .service .serviceBox .serCon1 .item .wzBox .title {
    font-size: 22px;
  }
}
@media (max-width:1366px) {
  .service .serviceBox .serCon1 .item .wzBox .title {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .service .serviceBox .serCon1 .item .wzBox .title {
    font-size: 16px;
  }
}
@media (max-width:768px) {
  .service .serviceBox .serCon1 .item .wzBox .title {
    font-size: 15px;
  }
}
.service .serviceBox .serCon1 .item .wzBox .time {
  font-size: 16px;
  font-family: "ba_ft";
  color: #666666;
  line-height: 1;
  border-top: 1px solid #e5e5e5;
  padding-top: clamp(12.5px, 1.30208333vw, 25px);
}
@media (max-width:1366px) {
  .service .serviceBox .serCon1 .item .wzBox .time {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .service .serviceBox .serCon1 .item .wzBox .time {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .service .serviceBox .serCon1 .item .wzBox .time {
    font-size: 12px;
  }
}
.service .serviceBox .serCon1 .item:hover .images .video {
  height: 100%;
}
.service .serviceBox .serCon1 .item:hover .images .video i {
  opacity: 1;
}
.insideInfo .box_info {
  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;
}
.insideInfo .box_info .leftDow {
  width: 28%;
  background: white;
}
.insideInfo .box_info .leftDow .navDow {
  width: 100%;
  position: sticky;
  top: 170px;
}
@media (max-width:990px) {
  .insideInfo .box_info .leftDow .navDow {
    top: 60px;
  }
}
.insideInfo .box_info .leftDow .navDow .input {
  height: 75px;
  border-bottom: 1px solid #dcdcdc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  grid-gap: 0 20px;
  padding-left: clamp(20px, 2.08333333vw, 40px);
}
.insideInfo .box_info .leftDow .navDow .input i {
  width: auto;
  flex-shrink: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.insideInfo .box_info .leftDow .navDow .input i::before {
  font-size: 20px;
}
@media (max-width:1600px) {
  .insideInfo .box_info .leftDow .navDow .input i::before {
    font-size: 18px;
  }
}
@media (max-width:1366px) {
  .insideInfo .box_info .leftDow .navDow .input i::before {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .insideInfo .box_info .leftDow .navDow .input i::before {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .insideInfo .box_info .leftDow .navDow .input i::before {
    font-size: 13px;
  }
}
.insideInfo .box_info .leftDow .navDow .input input {
  width: 100%;
  height: 100%;
  border: 0;
  font-size: 16px;
}
@media (max-width:1366px) {
  .insideInfo .box_info .leftDow .navDow .input input {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .insideInfo .box_info .leftDow .navDow .input input {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .insideInfo .box_info .leftDow .navDow .input input {
    font-size: 12px;
  }
}
@media (max-width:990px) {
  .insideInfo .box_info .leftDow .navDow .input {
    height: 60px;
  }
}
.insideInfo .box_info .leftDow .navDow .dowCon1 {
  padding-left: clamp(20px, 2.08333333vw, 40px);
  padding-top: clamp(10px, 1.04166667vw, 20px);
  padding-right: clamp(20px, 2.08333333vw, 40px);
}
.insideInfo .box_info .leftDow .navDow .dowCon1 .item .title {
  font-size: 18px;
  font-family: "sy_me";
  color: #000;
  line-height: 1;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
}
@media (max-width:1600px) {
  .insideInfo .box_info .leftDow .navDow .dowCon1 .item .title {
    font-size: 16px;
  }
}
@media (max-width:1366px) {
  .insideInfo .box_info .leftDow .navDow .dowCon1 .item .title {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .insideInfo .box_info .leftDow .navDow .dowCon1 .item .title {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .insideInfo .box_info .leftDow .navDow .dowCon1 .item .title {
    font-size: 12px;
  }
}
.insideInfo .box_info .leftDow .navDow .dowCon1 .item .title span {
  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;
}
.insideInfo .box_info .leftDow .navDow .dowCon1 .item .title span i {
  width: 20px;
  height: 2px;
  background: #000;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.insideInfo .box_info .leftDow .navDow .dowCon1 .item .title span i:last-child {
  transform: rotate(90deg);
  position: absolute;
}
.insideInfo .box_info .leftDow .navDow .dowCon1 .item .content .it {
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  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;
  font-family: "sy_me";
  color: #666666;
  cursor: pointer;
  grid-gap: 0 10px;
}
@media (max-width:1366px) {
  .insideInfo .box_info .leftDow .navDow .dowCon1 .item .content .it {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .insideInfo .box_info .leftDow .navDow .dowCon1 .item .content .it {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .insideInfo .box_info .leftDow .navDow .dowCon1 .item .content .it {
    font-size: 12px;
  }
}
.insideInfo .box_info .leftDow .navDow .dowCon1 .item .content .it i {
  width: 16px;
  height: 16px;
  border: 1px solid #d2d2d2;
  position: relative;
  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;
}
.insideInfo .box_info .leftDow .navDow .dowCon1 .item .content .it i::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 0px;
  background: #000;
  transition: all 0.2s;
}
.insideInfo .box_info .leftDow .navDow .dowCon1 .item .content .it.active i::after {
  height: 10px;
}
.insideInfo .box_info .leftDow .navDow .dowCon1 .item.active .title span i:last-child {
  transform: rotate(0deg);
}
.insideInfo .box_info .leftDow .navDow .dowCon1 .item.active .content .it {
  height: 56px;
  opacity: 1;
}
.insideInfo .box_info .rightDow {
  width: 70%;
  background: white;
}
@media (max-width:990px) {
  .insideInfo .box_info {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .insideInfo .box_info .leftDow {
    width: 100%;
  }
  .insideInfo .box_info .leftDow .navDow .dowCon1 .item.active .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    grid-gap: 0px 40px;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .insideInfo .box_info .rightDow {
    width: 100%;
    margin-top: 20px;
  }
}
/* 内页 下载 */
.download .inside_banner .center .insideBox .title {
  color: white;
}
.download .inside_banner .center .insideBox .subtitle {
  color: white;
}
.download .inside_banner .center .insideBox .subtitle p {
  color: white;
}
@media (max-width:990px) {
  .download .inside_banner .center .insideBox .title {
    color: #000;
  }
  .download .inside_banner .center .insideBox .subtitle {
    color: #000;
  }
  .download .inside_banner .center .insideBox .subtitle p {
    color: #000;
  }
}
.download .downloadBox {
  background-color: #f2f2f2;
  padding-top: clamp(50px, 5.20833333vw, 100px);
  padding-bottom: clamp(70px, 7.29166667vw, 140px);
}
.download .downloadBox .rightDow .conBox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px 20px;
  padding-left: clamp(20px, 2.08333333vw, 40px);
  padding-right: clamp(20px, 2.08333333vw, 40px);
  padding-top: clamp(20px, 2.08333333vw, 40px);
  padding-bottom: clamp(20px, 2.08333333vw, 40px);
}
@media (max-width:990px) {
  .download .downloadBox .rightDow .conBox {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width:640px) {
  .download .downloadBox .rightDow .conBox {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width:360px) {
  .download .downloadBox .rightDow .conBox {
    grid-template-columns: repeat(1, 1fr);
  }
}
.download .downloadBox .rightDow .conBox .item {
  border: 1px solid #eeeeee;
  position: relative;
}
.download .downloadBox .rightDow .conBox .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-bottom: clamp(17px, 1.77083333vw, 34px);
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.download .downloadBox .rightDow .conBox .item a .images .pb {
  padding-bottom: 75.5%;
}
.download .downloadBox .rightDow .conBox .item a .images .pb .ab {
  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;
}
.download .downloadBox .rightDow .conBox .item a .images .pb .ab img {
  max-width: 40%;
}
.download .downloadBox .rightDow .conBox .item a .wzBox {
  font-size: 20px;
  color: #000;
  font-family: "sy_me";
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width:1600px) {
  .download .downloadBox .rightDow .conBox .item a .wzBox {
    font-size: 18px;
  }
}
@media (max-width:1366px) {
  .download .downloadBox .rightDow .conBox .item a .wzBox {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .download .downloadBox .rightDow .conBox .item a .wzBox {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .download .downloadBox .rightDow .conBox .item a .wzBox {
    font-size: 13px;
  }
}
.download .downloadBox .rightDow .conBox .item::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 5px solid #b61c22;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.download .downloadBox .rightDow .conBox .item:hover {
  box-shadow: 0 0 20px 1px #c2c2c2;
}
.download .downloadBox .rightDow .conBox .item:hover::after {
  opacity: 1;
}
/* 内页 下载详情 */
.downloadlist .idx_button a {
  background: white;
  border: 1px solid #e5e5e5;
  color: #333;
  border-radius: 50px;
  font-family: "sy_re";
  height: 38px;
}
.downloadlist .idx_button a img {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-left: clamp(5px, 0.52083333vw, 10px);
}
.downloadlist .idx_button a::after {
  background: #b61c22;
}
.downloadlist .idx_button a:hover {
  color: white;
}
.downloadlist .idx_button a:hover img {
  filter: brightness(0) invert(1);
}
.downloadlist .idx_button.active a {
  color: white;
}
.downloadlist .idx_button.active a img {
  filter: brightness(0) invert(1);
}
.downloadlist .idx_button.active a::after {
  height: 100%;
}
.downloadlist .inside_banner .center .insideBox .title {
  color: white;
}
.downloadlist .inside_banner .center .insideBox .subtitle {
  color: white;
}
.downloadlist .inside_banner .center .insideBox .subtitle p {
  color: white;
}
@media (max-width:990px) {
  .downloadlist .inside_banner .center .insideBox .title {
    color: #000;
  }
  .downloadlist .inside_banner .center .insideBox .subtitle {
    color: #000;
  }
  .downloadlist .inside_banner .center .insideBox .subtitle p {
    color: #000;
  }
}
.downloadlist .downloadlistBox {
  background-color: #f2f2f2;
  padding-top: clamp(50px, 5.20833333vw, 100px);
  padding-bottom: clamp(70px, 7.29166667vw, 140px);
}
.downloadlist .downloadlistBox .box_info .conlistBox {
  padding-left: clamp(20px, 2.08333333vw, 40px);
  padding-right: clamp(20px, 2.08333333vw, 40px);
  padding-top: clamp(20px, 2.08333333vw, 40px);
  padding-bottom: clamp(20px, 2.08333333vw, 40px);
}
.downloadlist .downloadlistBox .box_info .conlistBox .lostCon1 {
  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;
}
.downloadlist .downloadlistBox .box_info .conlistBox .lostCon1 .images {
  width: 42.5%;
  border: 1px solid #eeeeee;
}
.downloadlist .downloadlistBox .box_info .conlistBox .lostCon1 .rightwz {
  width: 51%;
}
.downloadlist .downloadlistBox .box_info .conlistBox .lostCon1 .rightwz .head {
  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;
  grid-gap: 0 45px;
}
.downloadlist .downloadlistBox .box_info .conlistBox .lostCon1 .rightwz .head span {
  font-size: 20px;
  font-family: "sy_me";
  color: #000;
  line-height: 1;
}
@media (max-width:1600px) {
  .downloadlist .downloadlistBox .box_info .conlistBox .lostCon1 .rightwz .head span {
    font-size: 18px;
  }
}
@media (max-width:1366px) {
  .downloadlist .downloadlistBox .box_info .conlistBox .lostCon1 .rightwz .head span {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .downloadlist .downloadlistBox .box_info .conlistBox .lostCon1 .rightwz .head span {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .downloadlist .downloadlistBox .box_info .conlistBox .lostCon1 .rightwz .head span {
    font-size: 13px;
  }
}
.downloadlist .downloadlistBox .box_info .conlistBox .lostCon1 .rightwz .desc {
  margin-top: clamp(22.5px, 2.34375vw, 45px);
  font-size: 16px;
  font-family: "sy_re";
  color: #666666;
  line-height: 1.875;
}
@media (max-width:1366px) {
  .downloadlist .downloadlistBox .box_info .conlistBox .lostCon1 .rightwz .desc {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .downloadlist .downloadlistBox .box_info .conlistBox .lostCon1 .rightwz .desc {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .downloadlist .downloadlistBox .box_info .conlistBox .lostCon1 .rightwz .desc {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .downloadlist .downloadlistBox .box_info .conlistBox .lostCon1 {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .downloadlist .downloadlistBox .box_info .conlistBox .lostCon1 .images {
    width: 100%;
  }
  .downloadlist .downloadlistBox .box_info .conlistBox .lostCon1 .images img {
    width: 100%;
  }
  .downloadlist .downloadlistBox .box_info .conlistBox .lostCon1 .rightwz {
    width: 100%;
  }
}
.downloadlist .downloadlistBox .box_info .conlistBox .lostCon2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  grid-gap: 15px 20px;
  margin-top: clamp(20px, 2.08333333vw, 40px);
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.downloadlist .downloadlistBox .box_info .conlistBox .menuDowBox {
  display: none;
  margin-top: clamp(20px, 2.08333333vw, 40px);
}
.downloadlist .downloadlistBox .box_info .conlistBox .menuDowBox.active {
  display: block;
}
.downloadlist .downloadlistBox .box_info .conlistBox .menuDowBox .lostCon3 .itemBox .doItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.downloadlist .downloadlistBox .box_info .conlistBox .menuDowBox .lostCon3 .itemBox .doItem .item {
  width: 42.5%;
  height: auto;
}
.downloadlist .downloadlistBox .box_info .conlistBox .menuDowBox .lostCon3 .itemBox .doItem .item .title {
  height: 100px;
  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: 20px;
  color: #000;
  font-family: "sy_me";
  line-height: 1;
}
@media (max-width:1600px) {
  .downloadlist .downloadlistBox .box_info .conlistBox .menuDowBox .lostCon3 .itemBox .doItem .item .title {
    font-size: 18px;
  }
}
@media (max-width:1366px) {
  .downloadlist .downloadlistBox .box_info .conlistBox .menuDowBox .lostCon3 .itemBox .doItem .item .title {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .downloadlist .downloadlistBox .box_info .conlistBox .menuDowBox .lostCon3 .itemBox .doItem .item .title {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .downloadlist .downloadlistBox .box_info .conlistBox .menuDowBox .lostCon3 .itemBox .doItem .item .title {
    font-size: 13px;
  }
}
.downloadlist .downloadlistBox .box_info .conlistBox .menuDowBox .lostCon3 .itemBox .doItem .item .devices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.downloadlist .downloadlistBox .box_info .conlistBox .menuDowBox .lostCon3 .itemBox .doItem .item .devices .device {
  width: 50%;
  border-right: 1px solid #e5e5e56c;
}
.downloadlist .downloadlistBox .box_info .conlistBox .menuDowBox .lostCon3 .itemBox .doItem .item .devices .device .top .pb {
  padding-bottom: 72%;
}
.downloadlist .downloadlistBox .box_info .conlistBox .menuDowBox .lostCon3 .itemBox .doItem .item .devices .device .top .pb .ab .images {
  width: 100%;
  min-height: 75%;
}
.downloadlist .downloadlistBox .box_info .conlistBox .menuDowBox .lostCon3 .itemBox .doItem .item .devices .device .top .pb .ab p {
  font-size: 16px;
  color: #000;
  font-family: "sy_me";
  line-height: 1;
}
@media (max-width:1366px) {
  .downloadlist .downloadlistBox .box_info .conlistBox .menuDowBox .lostCon3 .itemBox .doItem .item .devices .device .top .pb .ab p {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .downloadlist .downloadlistBox .box_info .conlistBox .menuDowBox .lostCon3 .itemBox .doItem .item .devices .device .top .pb .ab p {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .downloadlist .downloadlistBox .box_info .conlistBox .menuDowBox .lostCon3 .itemBox .doItem .item .devices .device .top .pb .ab p {
    font-size: 12px;
  }
}
.downloadlist .downloadlistBox .box_info .conlistBox .menuDowBox .lostCon3 .itemBox .doItem .item .devices .device .bott {
  margin-top: clamp(10px, 1.04166667vw, 20px);
  height: 38px;
  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;
}
.downloadlist .downloadlistBox .box_info .conlistBox .menuDowBox .lostCon3 .itemBox .doItem .item .devices .device .bott p {
  font-size: 16px;
  font-family: "sy_me";
  color: #000;
  line-height: 1;
}
@media (max-width:1366px) {
  .downloadlist .downloadlistBox .box_info .conlistBox .menuDowBox .lostCon3 .itemBox .doItem .item .devices .device .bott p {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .downloadlist .downloadlistBox .box_info .conlistBox .menuDowBox .lostCon3 .itemBox .doItem .item .devices .device .bott p {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .downloadlist .downloadlistBox .box_info .conlistBox .menuDowBox .lostCon3 .itemBox .doItem .item .devices .device .bott p {
    font-size: 12px;
  }
}
.downloadlist .downloadlistBox .box_info .conlistBox .menuDowBox .lostCon3 .itemBox .doItem .item .devices .device:last-child {
  border: 0;
}
@media (max-width:768px) {
  .downloadlist .downloadlistBox .box_info .conlistBox .menuDowBox .lostCon3 .itemBox .doItem {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .downloadlist .downloadlistBox .box_info .conlistBox .menuDowBox .lostCon3 .itemBox .doItem .item {
    width: 100%;
  }
}
.downloadlist .downloadlistBox .box_info .conlistBox .menuDowBox .lostCon4 {
  margin-top: clamp(50px, 5.20833333vw, 100px);
  padding-bottom: clamp(50px, 5.20833333vw, 100px);
}
.downloadlist .downloadlistBox .box_info .conlistBox .menuDowBox .lostCon4 .idxt .title {
  font-size: 24px;
  color: #000;
  font-family: "sy_me";
  line-height: 1;
}
@media (max-width:1600px) {
  .downloadlist .downloadlistBox .box_info .conlistBox .menuDowBox .lostCon4 .idxt .title {
    font-size: 22px;
  }
}
@media (max-width:1366px) {
  .downloadlist .downloadlistBox .box_info .conlistBox .menuDowBox .lostCon4 .idxt .title {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .downloadlist .downloadlistBox .box_info .conlistBox .menuDowBox .lostCon4 .idxt .title {
    font-size: 16px;
  }
}
@media (max-width:768px) {
  .downloadlist .downloadlistBox .box_info .conlistBox .menuDowBox .lostCon4 .idxt .title {
    font-size: 15px;
  }
}
.downloadlist .downloadlistBox .box_info .conlistBox .menuDowBox .lostCon4 .idxt .subtit {
  font-size: 16px;
  color: #666;
  font-family: "sy_li";
  margin-top: clamp(10px, 1.04166667vw, 20px);
  line-height: 1;
}
@media (max-width:1366px) {
  .downloadlist .downloadlistBox .box_info .conlistBox .menuDowBox .lostCon4 .idxt .subtit {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .downloadlist .downloadlistBox .box_info .conlistBox .menuDowBox .lostCon4 .idxt .subtit {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .downloadlist .downloadlistBox .box_info .conlistBox .menuDowBox .lostCon4 .idxt .subtit {
    font-size: 12px;
  }
}
.downloadlist .downloadlistBox .box_info .conlistBox .menuDowBox .lostCon4 .listDowCon {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px 20px;
  margin-top: clamp(20px, 2.08333333vw, 40px);
  border-top: 1px solid #e5e5e5;
  padding-top: clamp(10px, 1.04166667vw, 20px);
}
.downloadlist .downloadlistBox .box_info .conlistBox .menuDowBox .lostCon4 .listDowCon .item .images .pb {
  padding-bottom: 55.5%;
}
.downloadlist .downloadlistBox .box_info .conlistBox .menuDowBox .lostCon4 .listDowCon .item .images .pb .ab {
  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;
}
.downloadlist .downloadlistBox .box_info .conlistBox .menuDowBox .lostCon4 .listDowCon .item .title {
  margin-top: clamp(7.5px, 0.78125vw, 15px);
  color: #000;
  font-size: 16px;
  font-family: "sy_me";
  text-align: center;
}
@media (max-width:1366px) {
  .downloadlist .downloadlistBox .box_info .conlistBox .menuDowBox .lostCon4 .listDowCon .item .title {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .downloadlist .downloadlistBox .box_info .conlistBox .menuDowBox .lostCon4 .listDowCon .item .title {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .downloadlist .downloadlistBox .box_info .conlistBox .menuDowBox .lostCon4 .listDowCon .item .title {
    font-size: 12px;
  }
}
.downloadlist .downloadlistBox .box_info .conlistBox .menuDowBox .lostCon4 .listDowCon .item .idx_button {
  margin-top: clamp(15px, 1.5625vw, 30px);
  text-align: center;
}
@media (max-width:768px) {
  .downloadlist .downloadlistBox .box_info .conlistBox .menuDowBox .lostCon4 .listDowCon {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px 10px;
  }
}
@media (max-width:640px) {
  .downloadlist .downloadlistBox .box_info .conlistBox .menuDowBox .lostCon4 .listDowCon {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 10px;
  }
}
@media (max-width:480px) {
  .downloadlist .downloadlistBox .box_info .conlistBox .menuDowBox .lostCon4 .listDowCon {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px 10px;
  }
  .downloadlist .downloadlistBox .box_info .conlistBox .menuDowBox .lostCon4 .listDowCon .item {
    box-shadow: 0 0 10px 1px #d2d2d2;
    padding-bottom: clamp(20px, 2.08333333vw, 40px);
  }
}
.downloadlist .downloadlistBox .box_info .conlistBox .menuDowBox .lostCon5 {
  padding-top: clamp(20px, 2.08333333vw, 40px);
  border-top: 1px solid #eeeeee;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 65px 20px;
}
.downloadlist .downloadlistBox .box_info .conlistBox .menuDowBox .lostCon5 .item .title {
  font-size: 20px;
  font-family: "sy_me";
  color: #000;
  line-height: 1;
}
@media (max-width:1600px) {
  .downloadlist .downloadlistBox .box_info .conlistBox .menuDowBox .lostCon5 .item .title {
    font-size: 18px;
  }
}
@media (max-width:1366px) {
  .downloadlist .downloadlistBox .box_info .conlistBox .menuDowBox .lostCon5 .item .title {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .downloadlist .downloadlistBox .box_info .conlistBox .menuDowBox .lostCon5 .item .title {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .downloadlist .downloadlistBox .box_info .conlistBox .menuDowBox .lostCon5 .item .title {
    font-size: 13px;
  }
}
.downloadlist .downloadlistBox .box_info .conlistBox .menuDowBox .lostCon5 .item .content {
  font-family: "sy_re";
  font-size: 16px;
  color: #666;
  margin-top: clamp(10px, 1.04166667vw, 20px);
}
@media (max-width:1366px) {
  .downloadlist .downloadlistBox .box_info .conlistBox .menuDowBox .lostCon5 .item .content {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .downloadlist .downloadlistBox .box_info .conlistBox .menuDowBox .lostCon5 .item .content {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .downloadlist .downloadlistBox .box_info .conlistBox .menuDowBox .lostCon5 .item .content {
    font-size: 12px;
  }
}
.downloadlist .downloadlistBox .box_info .conlistBox .menuDowBox .lostCon5 .item .content a {
  color: #002aff;
  border-bottom: 1px solid #002aff;
}
@media (max-width:768px) {
  .downloadlist .downloadlistBox .box_info .conlistBox .menuDowBox .lostCon5 {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 10px;
  }
}
@media (max-width:640px) {
  .downloadlist .downloadlistBox .box_info .conlistBox .menuDowBox .lostCon5 {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px 10px;
  }
}
.downloadlist .downloadlistBox .box_info .conlistBox .menuDowBox .lostCon6 {
  padding-top: clamp(20px, 2.08333333vw, 40px);
  border-top: 1px solid #eeeeee;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 65px 20px;
}
.downloadlist .downloadlistBox .box_info .conlistBox .menuDowBox .lostCon6 .item {
  position: relative;
}
.downloadlist .downloadlistBox .box_info .conlistBox .menuDowBox .lostCon6 .item .images .pb {
  padding-bottom: 56.5%;
}
.downloadlist .downloadlistBox .box_info .conlistBox .menuDowBox .lostCon6 .item .images .pb img {
  width: 100%;
  object-fit: cover;
}
.downloadlist .downloadlistBox .box_info .conlistBox .menuDowBox .lostCon6 .item .videoB {
  position: absolute;
  z-index: 2;
  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;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}
.downloadlist .downloadlistBox .box_info .conlistBox .menuDowBox .lostCon6 .item .videoB i {
  font-size: 48px;
  width: 1em;
  height: 1em;
  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;
  background: white;
  border-radius: 50%;
}
@media (max-width:1600px) {
  .downloadlist .downloadlistBox .box_info .conlistBox .menuDowBox .lostCon6 .item .videoB i {
    font-size: 42px;
  }
}
@media (max-width:1366px) {
  .downloadlist .downloadlistBox .box_info .conlistBox .menuDowBox .lostCon6 .item .videoB i {
    font-size: 38px;
  }
}
@media (max-width:1024px) {
  .downloadlist .downloadlistBox .box_info .conlistBox .menuDowBox .lostCon6 .item .videoB i {
    font-size: 32px;
  }
}
@media (max-width:768px) {
  .downloadlist .downloadlistBox .box_info .conlistBox .menuDowBox .lostCon6 .item .videoB i {
    font-size: 28px;
  }
}
.downloadlist .downloadlistBox .box_info .conlistBox .menuDowBox .lostCon6 .item .videoB i::before {
  font-size: 12px;
  color: #b61c22;
}
@media (max-width:768px) {
  .downloadlist .downloadlistBox .box_info .conlistBox .menuDowBox .lostCon6 {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px 10px;
  }
}
.downloadlistInfo .inside_banner .center .insideBox .title {
  color: white;
}
.downloadlistInfo .inside_banner .center .insideBox .subtitle {
  color: white;
}
.downloadlistInfo .inside_banner .center .insideBox .subtitle p {
  color: white;
}
@media (max-width:990px) {
  .downloadlistInfo .inside_banner .center .insideBox .title {
    color: #000;
  }
  .downloadlistInfo .inside_banner .center .insideBox .subtitle {
    color: #000;
  }
  .downloadlistInfo .inside_banner .center .insideBox .subtitle p {
    color: #000;
  }
}
.downloadlistInfo .idx_button a {
  background: white;
  border: 1px solid #e5e5e5;
  color: #333;
  border-radius: 50px;
  font-family: "sy_re";
  height: 38px;
}
.downloadlistInfo .idx_button a img {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-left: clamp(5px, 0.52083333vw, 10px);
}
.downloadlistInfo .idx_button a::after {
  background: #b61c22;
}
.downloadlistInfo .idx_button a:hover {
  color: white;
}
.downloadlistInfo .idx_button a:hover img {
  filter: brightness(0) invert(1);
}
.downloadlistInfo .idx_button.active a {
  color: white;
}
.downloadlistInfo .idx_button.active a img {
  filter: brightness(0) invert(1);
}
.downloadlistInfo .idx_button.active a::after {
  height: 100%;
}
.downloadlistInfo .downloadlistBox {
  background-color: #f2f2f2;
  padding-top: clamp(50px, 5.20833333vw, 100px);
  padding-bottom: clamp(70px, 7.29166667vw, 140px);
}
.downloadlistInfo .downloadlistBox .box_info .rightDow {
  background: none;
}
.downloadlistInfo .downloadlistBox .box_info .rightDow .conBoxd {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 25px 25px;
}
@media (max-width:768px) {
  .downloadlistInfo .downloadlistBox .box_info .rightDow .conBoxd {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px 10px;
  }
}
.downloadlistInfo .downloadlistBox .box_info .rightDow .conBoxd .item {
  background: white;
  padding-left: clamp(20px, 2.08333333vw, 40px);
  padding-right: clamp(20px, 2.08333333vw, 40px);
  padding-top: clamp(20px, 2.08333333vw, 40px);
  padding-bottom: clamp(20px, 2.08333333vw, 40px);
}
.downloadlistInfo .downloadlistBox .box_info .rightDow .conBoxd .item .title {
  margin-top: clamp(10px, 1.04166667vw, 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;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.downloadlistInfo .downloadlistBox .box_info .rightDow .conBoxd .item .title .l {
  width: calc(100% - 7.5em);
  font-size: 20px;
  font-family: "sy_me";
  color: #000;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width:1600px) {
  .downloadlistInfo .downloadlistBox .box_info .rightDow .conBoxd .item .title .l {
    font-size: 18px;
  }
}
@media (max-width:1366px) {
  .downloadlistInfo .downloadlistBox .box_info .rightDow .conBoxd .item .title .l {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .downloadlistInfo .downloadlistBox .box_info .rightDow .conBoxd .item .title .l {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .downloadlistInfo .downloadlistBox .box_info .rightDow .conBoxd .item .title .l {
    font-size: 13px;
  }
}
.downloadlistInfo .downloadlistBox .box_info .rightDow .conBoxd .item .title .r {
  width: 7.5em;
  flex-shrink: 0;
  font-size: 16px;
}
@media (max-width:1366px) {
  .downloadlistInfo .downloadlistBox .box_info .rightDow .conBoxd .item .title .r {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .downloadlistInfo .downloadlistBox .box_info .rightDow .conBoxd .item .title .r {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .downloadlistInfo .downloadlistBox .box_info .rightDow .conBoxd .item .title .r {
    font-size: 12px;
  }
}
.downloadlistInfo .downloadlistBox .box_info .rightDow .conBoxd .item .idx_button {
  margin-top: clamp(20px, 2.08333333vw, 40px);
}
/* 内页 关于我们*/
.about .aboutContent {
  /*领军人物*/
}
.about .aboutContent .aboCont1 {
  padding-top: clamp(77.5px, 8.07291667vw, 155px);
}
.about .aboutContent .aboCont1 .abBox {
  margin-top: clamp(30px, 3.125vw, 60px);
}
.about .aboutContent .aboCont1 .abBox .abBoxCon1 {
  padding-top: clamp(40px, 4.16666667vw, 80px);
  position: relative;
  overflow: hidden;
}
.about .aboutContent .aboCont1 .abBox .abBoxCon1::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 0;
  padding-bottom: 43%;
  background: #f6f6f6;
  z-index: 0;
}
.about .aboutContent .aboCont1 .abBox .abBoxCon1 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 2;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.about .aboutContent .aboCont1 .abBox .abBoxCon1 .content .left {
  width: 51.3%;
  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;
}
.about .aboutContent .aboCont1 .abBox .abBoxCon1 .content .left .title {
  font-size: 36px;
  color: #000;
  font-family: "sy_bo";
  line-height: 1;
}
@media (max-width:1600px) {
  .about .aboutContent .aboCont1 .abBox .abBoxCon1 .content .left .title {
    font-size: 30px;
  }
}
@media (max-width:1366px) {
  .about .aboutContent .aboCont1 .abBox .abBoxCon1 .content .left .title {
    font-size: 24px;
  }
}
@media (max-width:1024px) {
  .about .aboutContent .aboCont1 .abBox .abBoxCon1 .content .left .title {
    font-size: 21px;
  }
}
@media (max-width:768px) {
  .about .aboutContent .aboCont1 .abBox .abBoxCon1 .content .left .title {
    font-size: 20px;
  }
}
.about .aboutContent .aboCont1 .abBox .abBoxCon1 .content .left .cont {
  line-height: 1.8;
  font-family: "sy_re";
  font-size: 16px;
  color: #666666;
  margin-top: clamp(15px, 1.5625vw, 30px);
}
@media (max-width:1366px) {
  .about .aboutContent .aboCont1 .abBox .abBoxCon1 .content .left .cont {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .about .aboutContent .aboCont1 .abBox .abBoxCon1 .content .left .cont {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .about .aboutContent .aboCont1 .abBox .abBoxCon1 .content .left .cont {
    font-size: 12px;
  }
}
.about .aboutContent .aboCont1 .abBox .abBoxCon1 .content .right {
  width: 41.6%;
}
.about .aboutContent .aboCont1 .abBox .abBoxCon1 .content .right .pb {
  padding-bottom: 76.7%;
}
.about .aboutContent .aboCont1 .abBox .abBoxCon1 .content .right .pb .ab {
  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;
}
.about .aboutContent .aboCont1 .abBox .abBoxCon1 .content .right .pb .ab img {
  width: 100%;
  font-size: 0;
}
.about .aboutContent .aboCont1 .abBox .abBoxCon1 .contNumber {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: white;
  border: 1px solid #e6e6e6;
  margin-top: clamp(30px, 3.125vw, 60px);
  padding-left: clamp(40px, 4.16666667vw, 80px);
  padding-right: clamp(40px, 4.16666667vw, 80px);
  padding-top: clamp(40px, 4.16666667vw, 80px);
  padding-bottom: clamp(40px, 4.16666667vw, 80px);
}
.about .aboutContent .aboCont1 .abBox .abBoxCon1 .contNumber .item {
  padding-top: clamp(10px, 1.04166667vw, 20px);
  padding-bottom: clamp(20px, 2.08333333vw, 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
.about .aboutContent .aboCont1 .abBox .abBoxCon1 .contNumber .item:nth-child(n+4) {
  border-bottom: 0;
  padding-top: clamp(15px, 1.5625vw, 30px);
  padding-bottom: clamp(10px, 1.04166667vw, 20px);
}
.about .aboutContent .aboCont1 .abBox .abBoxCon1 .contNumber .item:nth-child(3n) {
  border-right: 0;
}
.about .aboutContent .aboCont1 .abBox .abBoxCon1 .contNumber .item .number {
  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;
}
.about .aboutContent .aboCont1 .abBox .abBoxCon1 .contNumber .item .number .beat {
  color: #b61c22;
  font-size: 60px;
  font-family: "sy_re";
  line-height: 1;
}
@media (max-width:1600px) {
  .about .aboutContent .aboCont1 .abBox .abBoxCon1 .contNumber .item .number .beat {
    font-size: 50px;
  }
}
@media (max-width:1366px) {
  .about .aboutContent .aboCont1 .abBox .abBoxCon1 .contNumber .item .number .beat {
    font-size: 45px;
  }
}
@media (max-width:1024px) {
  .about .aboutContent .aboCont1 .abBox .abBoxCon1 .contNumber .item .number .beat {
    font-size: 38px;
  }
}
@media (max-width:768px) {
  .about .aboutContent .aboCont1 .abBox .abBoxCon1 .contNumber .item .number .beat {
    font-size: 31px;
  }
}
.about .aboutContent .aboCont1 .abBox .abBoxCon1 .contNumber .item .number .f {
  font-size: 50px;
  font-family: "sy_re";
  color: #b61c22;
}
@media (max-width:1600px) {
  .about .aboutContent .aboCont1 .abBox .abBoxCon1 .contNumber .item .number .f {
    font-size: 44px;
  }
}
@media (max-width:1366px) {
  .about .aboutContent .aboCont1 .abBox .abBoxCon1 .contNumber .item .number .f {
    font-size: 40px;
  }
}
@media (max-width:1024px) {
  .about .aboutContent .aboCont1 .abBox .abBoxCon1 .contNumber .item .number .f {
    font-size: 34px;
  }
}
@media (max-width:768px) {
  .about .aboutContent .aboCont1 .abBox .abBoxCon1 .contNumber .item .number .f {
    font-size: 29px;
  }
}
.about .aboutContent .aboCont1 .abBox .abBoxCon1 .contNumber .item .font {
  font-size: 16px;
  color: #000;
  line-height: 1;
  font-family: "sy_bo";
}
@media (max-width:1366px) {
  .about .aboutContent .aboCont1 .abBox .abBoxCon1 .contNumber .item .font {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .about .aboutContent .aboCont1 .abBox .abBoxCon1 .contNumber .item .font {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .about .aboutContent .aboCont1 .abBox .abBoxCon1 .contNumber .item .font {
    font-size: 12px;
  }
}
@media (max-width:990px) {
  .about .aboutContent .aboCont1 .abBox .abBoxCon1 .content {
    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;
  }
  .about .aboutContent .aboCont1 .abBox .abBoxCon1 .content .left {
    width: 100%;
  }
  .about .aboutContent .aboCont1 .abBox .abBoxCon1 .content .left .cont {
    max-height: 250px;
    overflow: auto;
  }
  .about .aboutContent .aboCont1 .abBox .abBoxCon1 .content .right {
    width: 100%;
    margin-top: clamp(10px, 1.04166667vw, 20px);
  }
  .about .aboutContent .aboCont1 .abBox .abBoxCon1 .contNumber {
    grid-template-columns: repeat(2, 1fr);
    padding: 10px;
  }
  .about .aboutContent .aboCont1 .abBox .abBoxCon1 .contNumber .item {
    padding: 10px;
    border: 0 !important;
  }
  .about .aboutContent .aboCont1 .abBox .abBoxCon1 .contNumber .item:nth-child(n+4) {
    border: 0;
  }
  .about .aboutContent .aboCont1 .abBox .abBoxCon1 .contNumber .item:nth-child(2n) {
    border: 0;
  }
  .about .aboutContent .aboCont1 .abBox .abBoxCon1 .contNumber .item .font {
    text-align: center;
    line-height: 1.3;
  }
}
.about .aboutContent .aboCont2 {
  padding-top: clamp(60px, 6.25vw, 120px);
  padding-bottom: clamp(50px, 5.20833333vw, 100px);
}
.about .aboutContent .aboCont2 .accordion-list {
  margin-top: clamp(30px, 3.125vw, 60px);
  background-image: url("../images/img101.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 30.208vw /* 580/19.2 */;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.about .aboutContent .aboCont2 .accordion-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 16.67%;
  height: 100%;
  color: #ffffff;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.about .aboutContent .aboCont2 .accordion-item img {
  display: none;
  width: 3.333vw /* 64/19.2 */;
  min-width: 45px;
}
.about .aboutContent .aboCont2 .accordion-item .tit {
  font-size: 24px;
  font-weight: bold;
  margin-top: clamp(20px, 2.08333333vw, 40px);
  margin-bottom: clamp(7.5px, 0.78125vw, 15px);
  writing-mode: vertical-lr;
}
@media (max-width:1600px) {
  .about .aboutContent .aboCont2 .accordion-item .tit {
    font-size: 22px;
  }
}
@media (max-width:1366px) {
  .about .aboutContent .aboCont2 .accordion-item .tit {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .about .aboutContent .aboCont2 .accordion-item .tit {
    font-size: 16px;
  }
}
@media (max-width:768px) {
  .about .aboutContent .aboCont2 .accordion-item .tit {
    font-size: 15px;
  }
}
.about .aboutContent .aboCont2 .accordion-item .desc {
  font-size: 16px;
  display: none;
}
@media (max-width:1366px) {
  .about .aboutContent .aboCont2 .accordion-item .desc {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .about .aboutContent .aboCont2 .accordion-item .desc {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .about .aboutContent .aboCont2 .accordion-item .desc {
    font-size: 12px;
  }
}
.about .aboutContent .aboCont2 .accordion-item:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 0.521vw /* 10/19.2 */;
  height: 4.167vw /* 80/19.2 */;
  background: #b61c22;
}
.about .aboutContent .aboCont2 .accordion-item.active {
  width: 66.66%;
  background: transparent;
}
.about .aboutContent .aboCont2 .accordion-item.active .tit {
  writing-mode: unset;
}
.about .aboutContent .aboCont2 .accordion-item.active img,
.about .aboutContent .aboCont2 .accordion-item.active .desc {
  display: block;
}
.about .aboutContent .aboCont2 .accordion-item.active:after {
  display: none;
}
.about .aboutContent .aboCont2 .accordion-slide {
  margin-top: clamp(30px, 3.125vw, 60px);
  background-image: url("../images/img101.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.about .aboutContent .aboCont2 .accordion-slide .accordion-item {
  width: 100%;
  background: transparent;
  height: 300px;
  border: none;
}
.about .aboutContent .aboCont2 .accordion-slide .accordion-item img,
.about .aboutContent .aboCont2 .accordion-slide .accordion-item .desc {
  display: block;
}
.about .aboutContent .aboCont2 .accordion-slide .accordion-item .tit {
  writing-mode: unset;
  margin: 25px 0 15px;
}
.about .aboutContent .aboCont2 .accordion-slide .accordion-item::after {
  display: none;
}
.about .aboutContent .aboCont2 .accordion-slide .swiper-pagination span {
  width: 15px;
  height: 2px;
  border-radius: 0;
  opacity: 1;
  background: #cccccc;
}
.about .aboutContent .aboCont2 .accordion-slide .swiper-pagination span.swiper-pagination-bullet-active {
  background: #b61c22;
}
.about .aboutContent .aboCont3 {
  padding-top: clamp(50px, 5.20833333vw, 100px);
}
.about .aboutContent .aboCont3 .ljrw-inner {
  position: relative;
  padding-bottom: clamp(60px, 6.25vw, 120px);
}
.about .aboutContent .aboCont3 .ljrw-inner .ljrw-slide {
  margin-top: clamp(30px, 3.125vw, 60px);
}
.about .aboutContent .aboCont3 .ljrw-inner .ljrw-slide .swiper-wrapper .swiper-slide{width: 0;}
.about .aboutContent .aboCont3 .ljrw-inner .ljrw-slide .ljrw-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.about .aboutContent .aboCont3 .ljrw-inner .ljrw-slide .ljrw-item img {
  width: 41.67%;
  margin-right: clamp(40px, 4.16666667vw, 80px);
}
.about .aboutContent .aboCont3 .ljrw-inner .ljrw-slide .ljrw-item .p-cont {
  flex: 1;
}
.about .aboutContent .aboCont3 .ljrw-inner .ljrw-slide .ljrw-item .p-cont .name {
  font-size: 30px;
  font-weight: bold;
  margin-top: clamp(17.5px, 1.82291667vw, 35px);
}
@media (max-width:1600px) {
  .about .aboutContent .aboCont3 .ljrw-inner .ljrw-slide .ljrw-item .p-cont .name {
    font-size: 24px;
  }
}
@media (max-width:1366px) {
  .about .aboutContent .aboCont3 .ljrw-inner .ljrw-slide .ljrw-item .p-cont .name {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .about .aboutContent .aboCont3 .ljrw-inner .ljrw-slide .ljrw-item .p-cont .name {
    font-size: 19px;
  }
}
@media (max-width:768px) {
  .about .aboutContent .aboCont3 .ljrw-inner .ljrw-slide .ljrw-item .p-cont .name {
    font-size: 18px;
  }
}
.about .aboutContent .aboCont3 .ljrw-inner .ljrw-slide .ljrw-item .p-cont .name .position {
  font-size: 20px;
  color: #666666;
  margin-left: clamp(7.5px, 0.78125vw, 15px);
}
@media (max-width:1600px) {
  .about .aboutContent .aboCont3 .ljrw-inner .ljrw-slide .ljrw-item .p-cont .name .position {
    font-size: 18px;
  }
}
@media (max-width:1366px) {
  .about .aboutContent .aboCont3 .ljrw-inner .ljrw-slide .ljrw-item .p-cont .name .position {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .about .aboutContent .aboCont3 .ljrw-inner .ljrw-slide .ljrw-item .p-cont .name .position {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .about .aboutContent .aboCont3 .ljrw-inner .ljrw-slide .ljrw-item .p-cont .name .position {
    font-size: 13px;
  }
}
.about .aboutContent .aboCont3 .ljrw-inner .ljrw-slide .ljrw-item .p-cont .info {
  font-size: 16px;
  margin-top: clamp(50px, 5.20833333vw, 100px);
  color: #666666;
  line-height: 2.25;
  max-height: 18.75vw /* 360/19.2 */;
  overflow-y: auto;
  padding-right: clamp(7.5px, 0.78125vw, 15px);
}
@media (max-width:1366px) {
  .about .aboutContent .aboCont3 .ljrw-inner .ljrw-slide .ljrw-item .p-cont .info {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .about .aboutContent .aboCont3 .ljrw-inner .ljrw-slide .ljrw-item .p-cont .info {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .about .aboutContent .aboCont3 .ljrw-inner .ljrw-slide .ljrw-item .p-cont .info {
    font-size: 12px;
  }
}
.about .aboutContent .aboCont3 .ljrw-inner .ljrw-slide .prev,
.about .aboutContent .aboCont3 .ljrw-inner .ljrw-slide .next {
  --width: 2.5vw;
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 2.5vw /* 48/19.2 */;
  height: 2.1875vw /* 42/19.2 */;
  min-width: 35px;
  min-height: 33px;
  background: url("../images/img45.png") no-repeat center / cover;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.about .aboutContent .aboCont3 .ljrw-inner .ljrw-slide .prev:hover,
.about .aboutContent .aboCont3 .ljrw-inner .ljrw-slide .next:hover {
  background-image: url("../images/img45_a.png");
}
.about .aboutContent .aboCont3 .ljrw-inner .ljrw-slide .prev {
  right: calc(var(--width) + 20px);
  transform: rotate(180deg);
}
.about .aboutContent .aboCont3 .ljrw-inner .ljrw-slide .next {
  right: 0;
}
.about .aboutContent .aboCont3 .ljrw-inner:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 84.5%;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/img103.png") #f6f6f6 no-repeat right bottom;
}
@media (max-width: 990px) {
  .about .aboutContent .aboCont3 .ljrw-inner .ljrw-slide .ljrw-item img {
    width: 100%;
    margin-right: 0;
  }
  .about .aboutContent .aboCont3 .ljrw-inner .ljrw-slide .ljrw-item .p-cont {
    flex: unset;
    width: 100%;
  }
  .about .aboutContent .aboCont3 .ljrw-inner .ljrw-slide .ljrw-item .p-cont .info {
    margin-top: 25px;
    max-height: 155px;
  }
  .about .aboutContent .aboCont3 .ljrw-inner .ljrw-slide .prev {
    right: 45px;
  }
}
.about .aboutContent .aboCont4 {
  padding-top: clamp(60px, 6.25vw, 120px);
  padding-bottom: clamp(50px, 5.20833333vw, 100px);
}
.about .aboutContent .aboCont4 .idx_title .subtitle {
  padding: 0 20px;
}
.about .aboutContent .aboCont4 .fzlc-box .fzlc-slide {
  margin-top: clamp(70px, 7.29166667vw, 140px);
}
.about .aboutContent .aboCont4 .fzlc-box .fzlc-slide .swiper-container {
  padding-left: 12.7%;
  padding-bottom: clamp(100px, 10.41666667vw, 200px);
}
.about .aboutContent .aboCont4 .fzlc-box .fzlc-slide .swiper-container .swiper-slide:last-of-type .fzlc-item .circle .line {
  display: block;
}
.about .aboutContent .aboCont4 .fzlc-box .fzlc-slide .swiper-container .swiper-pagination-box {
  font-size: 14px;
  position: absolute;
  z-index: 10;
  width: 33.3333%;
  bottom: 0;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #b61c22;
}
@media (max-width:1366px) {
  .about .aboutContent .aboCont4 .fzlc-box .fzlc-slide .swiper-container .swiper-pagination-box {
    font-size: 13px;
  }
}
@media (max-width:1024px) {
  .about .aboutContent .aboCont4 .fzlc-box .fzlc-slide .swiper-container .swiper-pagination-box {
    font-size: 12px;
  }
}
.about .aboutContent .aboCont4 .fzlc-box .fzlc-slide .swiper-container .swiper-pagination-box .swiper-pagination.swiper-pagination-progressbar {
  position: relative;
  height: 1px;
  width: 100%;
}
.about .aboutContent .aboCont4 .fzlc-box .fzlc-slide .swiper-container .swiper-pagination-box .swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  height: 5px;
  top: -2px;
  background: #b61c22;
}
.about .aboutContent .aboCont4 .fzlc-box .fzlc-slide .swiper-container .swiper-pagination-box:after {
  display: inline-block;
  content: "向右拖动产看更多";
  margin-top: clamp(10px, 1.04166667vw, 20px);
}
.about .aboutContent .aboCont4 .fzlc-box .fzlc-slide .fzlc-item .year {
  font-size: 30px;
  font-weight: bold;
  color: #b61c22;
}
@media (max-width:1600px) {
  .about .aboutContent .aboCont4 .fzlc-box .fzlc-slide .fzlc-item .year {
    font-size: 24px;
  }
}
@media (max-width:1366px) {
  .about .aboutContent .aboCont4 .fzlc-box .fzlc-slide .fzlc-item .year {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .about .aboutContent .aboCont4 .fzlc-box .fzlc-slide .fzlc-item .year {
    font-size: 19px;
  }
}
@media (max-width:768px) {
  .about .aboutContent .aboCont4 .fzlc-box .fzlc-slide .fzlc-item .year {
    font-size: 18px;
  }
}
.about .aboutContent .aboCont4 .fzlc-box .fzlc-slide .fzlc-item .circle {
  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;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #b61c22;
  margin-top: clamp(6.5px, 0.67708333vw, 13px);
  margin-bottom: clamp(17.5px, 1.82291667vw, 35px);
  position: relative;
}
.about .aboutContent .aboCont4 .fzlc-box .fzlc-slide .fzlc-item .circle::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #b61c22;
  border-radius: 50%;
}
.about .aboutContent .aboCont4 .fzlc-box .fzlc-slide .fzlc-item .circle::after,
.about .aboutContent .aboCont4 .fzlc-box .fzlc-slide .fzlc-item .circle .line {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1000px;
  height: 1px;
  background: #dadada;
}
.about .aboutContent .aboCont4 .fzlc-box .fzlc-slide .fzlc-item .circle .line {
  left: 0;
  display: none;
}
.about .aboutContent .aboCont4 .fzlc-box .fzlc-slide .fzlc-item .m-list {
  max-height: 162px;
  overflow-y: auto;
}
.about .aboutContent .aboCont4 .fzlc-box .fzlc-slide .fzlc-item .m-list::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  scrollbar-width: thin;
  scrollbar-color: #b61c22 transparent;
}
.about .aboutContent .aboCont4 .fzlc-box .fzlc-slide .fzlc-item .m-list::-webkit-scrollbar::-webkit-scrollbar-thumb {
  background-color: #b61c22;
  border-radius: 10px;
}
.about .aboutContent .aboCont4 .fzlc-box .fzlc-slide .fzlc-item .m-list::-webkit-scrollbar-thumb {
  border-radius: 0;
}
.about .aboutContent .aboCont4 .fzlc-box .fzlc-slide .fzlc-item .m-list .m-item {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: clamp(12.5px, 1.30208333vw, 25px);
  padding-right: 10px;
}
@media (max-width:1366px) {
  .about .aboutContent .aboCont4 .fzlc-box .fzlc-slide .fzlc-item .m-list .m-item {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .about .aboutContent .aboCont4 .fzlc-box .fzlc-slide .fzlc-item .m-list .m-item {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .about .aboutContent .aboCont4 .fzlc-box .fzlc-slide .fzlc-item .m-list .m-item {
    font-size: 12px;
  }
}
.about .aboutContent .aboCont4 .fzlc-box .fzlc-slide .fzlc-item .m-list .m-item .month {
  font-weight: bold;
  flex-shrink: 0;
  width: 50px;
}
.about .aboutContent .aboCont4 .fzlc-box .fzlc-slide .fzlc-item .m-list .m-item .cont {
  color: #666666;
}
.about .aboutContent .aboCont4 .fzlc-box .fzlc-slide .fzlc-item .m-list .m-item:last-child {
  margin-bottom: 0;
}
.about .aboutContent .aboCont5 {
  position: relative;
  padding-top: clamp(55px, 5.72916667vw, 110px);
  padding-bottom: clamp(60px, 6.25vw, 120px);
}
.about .aboutContent .aboCont5 .content {
  overflow: hidden;
}
.about .aboutContent .aboCont5 .content .map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-align: center;
  z-index: -1;
  object-fit: cover;
}
.about .aboutContent .aboCont5 .content .info-box {
  position: relative;
  width: 31.94%;
  background: rgba(255, 255, 255, 0.8);
  padding-top: clamp(30px, 3.125vw, 60px);
  padding-bottom: clamp(30px, 3.125vw, 60px);
  padding-left: clamp(30px, 3.125vw, 60px);
  padding-right: clamp(20px, 2.08333333vw, 40px);
  margin-top: clamp(30px, 3.125vw, 60px);
  transform: translateX(100%);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  float: right;
}
.about .aboutContent .aboCont5 .content .info-box .item p {
  font-size: 24px;
  font-weight: bold;
}
@media (max-width:1600px) {
  .about .aboutContent .aboCont5 .content .info-box .item p {
    font-size: 22px;
  }
}
@media (max-width:1366px) {
  .about .aboutContent .aboCont5 .content .info-box .item p {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .about .aboutContent .aboCont5 .content .info-box .item p {
    font-size: 16px;
  }
}
@media (max-width:768px) {
  .about .aboutContent .aboCont5 .content .info-box .item p {
    font-size: 15px;
  }
}
.about .aboutContent .aboCont5 .content .info-box .item .cont {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  margin-top: clamp(7.5px, 0.78125vw, 15px);
  max-height: 150px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #b61c22 transparent;
}
@media (max-width:1366px) {
  .about .aboutContent .aboCont5 .content .info-box .item .cont {
    font-size: 13px;
  }
}
@media (max-width:1024px) {
  .about .aboutContent .aboCont5 .content .info-box .item .cont {
    font-size: 12px;
  }
}
.about .aboutContent .aboCont5 .content .info-box .item .cont::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  scrollbar-width: thin;
  scrollbar-color: #b61c22 transparent;
}
.about .aboutContent .aboCont5 .content .info-box .item .cont::-webkit-scrollbar::-webkit-scrollbar-thumb {
  background-color: #b61c22;
  border-radius: 10px;
}
.about .aboutContent .aboCont5 .content .info-box .item .cont::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #d4d6d7;
}
.about .aboutContent .aboCont5 .content .info-box .item .cont::-webkit-scrollbar-thumb {
  background-color: #b61c22;
  border-radius: 10px;
}
.about .aboutContent .aboCont5 .content .info-box .item .cont::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(226, 226, 226, 0.76);
}
.about .aboutContent .aboCont5 .content .info-box .hr {
  width: 100%;
  height: 1px;
  background: #c1c1c1;
  margin-top: clamp(30px, 3.125vw, 60px);
  margin-bottom: clamp(30px, 3.125vw, 60px);
}
.about .aboutContent .aboCont5 .content .info-box .toggle-icon {
  -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: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%) rotate(-180deg);
  width: 34px;
  height: 60px;
  background: #ffffff;
  display: flex;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  cursor: pointer;
}
.about .aboutContent .aboCont5 .content .info-box.open {
  transform: translateX(0);
}
.about .aboutContent .aboCont5 .content .info-box.open .toggle-icon {
  left: 0;
  right: unset;
  transform: translateY(-50%) rotate(0);
}
@media (max-width:768px) {
  .about .aboutContent .aboCont5 .content .info-box {
    width: 100%;
  }
  .about .aboutContent .aboCont5 .content .info-box.open .toggle-icon {
    border-radius: 10px 0 0 10px;
    left: unset;
    right: 0;
  }
}
.about .aboutContent .aboCont6 {
  padding-top: clamp(60px, 6.25vw, 120px);
  padding-bottom: clamp(100px, 10.41666667vw, 200px);
  position: relative;
}
.about .aboutContent .aboCont6:after {
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  height: 50%;
  background: #f6f6f6;
}
.about .aboutContent .aboCont6 .qyry-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(37.5px, 3.90625vw, 75px);
}
.about .aboutContent .aboCont6 .qyry-list .qyry-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 16px;
  color: #666666;
  padding-left: clamp(7.5px, 0.78125vw, 15px);
  padding-right: clamp(7.5px, 0.78125vw, 15px);
  border-left: 1px solid #dadada;
}
@media (max-width:1366px) {
  .about .aboutContent .aboCont6 .qyry-list .qyry-item {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .about .aboutContent .aboCont6 .qyry-list .qyry-item {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .about .aboutContent .aboCont6 .qyry-list .qyry-item {
    font-size: 12px;
  }
}
.about .aboutContent .aboCont6 .qyry-list .qyry-item > ul li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: clamp(7.5px, 0.78125vw, 15px);
  position: relative;
  padding-left: clamp(7.5px, 0.78125vw, 15px);
}
.about .aboutContent .aboCont6 .qyry-list .qyry-item > ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: #b61c22;
  border-radius: 50%;
}
.about .aboutContent .aboCont6 .qyry-list .qyry-item:last-child {
  border-right: 1px solid #dadada;
}
.about .aboutContent .aboCont6 .qyry-slide {
  margin-top: clamp(32.5px, 3.38541667vw, 65px);
  position: relative;
}
.about .aboutContent .aboCont6 .qyry-slide .item {
  text-align: center;
  font-size: 20px;
}
@media (max-width:1600px) {
  .about .aboutContent .aboCont6 .qyry-slide .item {
    font-size: 18px;
  }
}
@media (max-width:1366px) {
  .about .aboutContent .aboCont6 .qyry-slide .item {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .about .aboutContent .aboCont6 .qyry-slide .item {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .about .aboutContent .aboCont6 .qyry-slide .item {
    font-size: 13px;
  }
}
.about .aboutContent .aboCont6 .qyry-slide .item .pic {
  border: 1px solid #e6e6e6;
  background: #ffffff;
  padding-top: clamp(10px, 1.04166667vw, 20px);
  padding-bottom: clamp(10px, 1.04166667vw, 20px);
  padding-left: clamp(10px, 1.04166667vw, 20px);
  padding-right: clamp(10px, 1.04166667vw, 20px);
  margin-bottom: clamp(7.5px, 0.78125vw, 15px);
}
.about .aboutContent .aboCont6 .qyry-slide .item .pic img {
  width: 100%;
  height: 100%;
}
.about .aboutContent .aboCont6 .qyry-slide .prev,
.about .aboutContent .aboCont6 .qyry-slide .next {
  --width: 2.5vw;
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 2.5vw /* 48/19.2 */;
  height: 2.1875vw /* 42/19.2 */;
  min-width: 35px;
  min-height: 33px;
  background: url("../images/img45.png") no-repeat center / cover;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  top: 39%;
}
.about .aboutContent .aboCont6 .qyry-slide .prev:hover,
.about .aboutContent .aboCont6 .qyry-slide .next:hover {
  background-image: url("../images/i2a.png");
}
.about .aboutContent .aboCont6 .qyry-slide .prev {
  right: calc(100% + 20px);
  transform: rotate(180deg);
}
@media (max-width:1280px) {
  .about .aboutContent .aboCont6 .qyry-slide .prev {
    right: auto;
    left: 0;
  }
}
.about .aboutContent .aboCont6 .qyry-slide .next {
  left: calc(100% + 20px);
}
@media (max-width:1280px) {
  .about .aboutContent .aboCont6 .qyry-slide .next {
    left: auto;
    right: 0;
  }
}
@media (max-width:990px) {
  .about .aboutContent .aboCont6 .qyry-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .about .aboutContent .aboCont6 .qyry-list .qyry-item {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width:768px) {
  .about .aboutContent .aboCont6:after {
    height: 70%;
  }
  .about .aboutContent .aboCont6 .qyry-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .about .aboutContent .aboCont6 .qyry-list .qyry-item:nth-child(3) {
    margin-top: clamp(7.5px, 0.78125vw, 15px);
  }
}
@media (max-width:480px) {
  .about .aboutContent .aboCont6 .qyry-list .qyry-item {
    width: 100%;
  }
  .about .aboutContent .aboCont6 .qyry-list .qyry-item:nth-child(1) {
    border-right: 1px solid #dadada;
  }
  .about .aboutContent .aboCont6 .qyry-list .qyry-item:nth-child(2) {
    border-right: 1px solid #dadada;
    margin-top: clamp(7.5px, 0.78125vw, 15px);
  }
}
/* 内页 新闻中心*/
.new .inside_banner .center .insideBox .title {
  color: white;
}
.new .inside_banner .center .insideBox .subtitle {
  color: white;
}
.new .inside_banner .center .insideBox .subtitle p {
  color: white;
}
@media (max-width:990px) {
  .new .inside_banner .center .insideBox .title {
    color: #000;
  }
  .new .inside_banner .center .insideBox .subtitle {
    color: #000;
  }
  .new .inside_banner .center .insideBox .subtitle p {
    color: #000;
  }
}
.new .newContent {
  position: relative;
}
.new .newContent::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 80%;
  background: #e8e8e8;
  z-index: 0;
}
.new .newContent .newCon1 {
  padding-top: clamp(60px, 6.25vw, 120px);
  padding-bottom: clamp(60px, 6.25vw, 120px);
  position: relative;
  z-index: 2;
}
.new .newContent .newCon1 .news-slide .news-slide_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.new .newContent .newCon1 .news-slide .news-slide_item .p-img {
  width: 67.01%;
  overflow: hidden;
}
.new .newContent .newCon1 .news-slide .news-slide_item .p-img img {
  width: 100%;
  display: block;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.new .newContent .newCon1 .news-slide .news-slide_item .p-cont {
  width: 32.99%;
  background: #f8f8f8;
  padding-top: clamp(40px, 4.16666667vw, 80px);
  padding-left: clamp(27.5px, 2.86458333vw, 55px);
  padding-right: clamp(30px, 3.125vw, 60px);
}
.new .newContent .newCon1 .news-slide .news-slide_item .p-cont .tag {
  width: 80px;
  height: 25px;
  line-height: 25px;
  background: #b61c22;
  text-align: center;
  border-radius: 12px;
  color: #ffffff;
  font-size: 12px;
}
.new .newContent .newCon1 .news-slide .news-slide_item .p-cont .tit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 24px;
  color: #000;
  margin-top: clamp(10px, 1.04166667vw, 20px);
  margin-bottom: clamp(15px, 1.5625vw, 30px);
  font-family: "sy_bo";
}
@media (max-width:1600px) {
  .new .newContent .newCon1 .news-slide .news-slide_item .p-cont .tit {
    font-size: 22px;
  }
}
@media (max-width:1366px) {
  .new .newContent .newCon1 .news-slide .news-slide_item .p-cont .tit {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .new .newContent .newCon1 .news-slide .news-slide_item .p-cont .tit {
    font-size: 16px;
  }
}
@media (max-width:768px) {
  .new .newContent .newCon1 .news-slide .news-slide_item .p-cont .tit {
    font-size: 15px;
  }
}
.new .newContent .newCon1 .news-slide .news-slide_item .p-cont .info {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  margin-bottom: clamp(20px, 2.08333333vw, 40px);
  font-family: "sy_re";
}
@media (max-width:1366px) {
  .new .newContent .newCon1 .news-slide .news-slide_item .p-cont .info {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .new .newContent .newCon1 .news-slide .news-slide_item .p-cont .info {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .new .newContent .newCon1 .news-slide .news-slide_item .p-cont .info {
    font-size: 12px;
  }
}
.new .newContent .newCon1 .news-slide .news-slide_item .p-cont .time {
  font-size: 18px;
  color: #b61c22;
  font-weight: bold;
  font-family: "ba_ft";
  font-weight: 400;
}
@media (max-width:1600px) {
  .new .newContent .newCon1 .news-slide .news-slide_item .p-cont .time {
    font-size: 16px;
  }
}
@media (max-width:1366px) {
  .new .newContent .newCon1 .news-slide .news-slide_item .p-cont .time {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .new .newContent .newCon1 .news-slide .news-slide_item .p-cont .time {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .new .newContent .newCon1 .news-slide .news-slide_item .p-cont .time {
    font-size: 12px;
  }
}
@media (max-width:990px) {
  .new .newContent .newCon1 .news-slide .news-slide_item {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .new .newContent .newCon1 .news-slide .news-slide_item .p-img {
    width: 100%;
  }
  .new .newContent .newCon1 .news-slide .news-slide_item .p-cont {
    width: 100%;
    padding-bottom: 50px;
  }
}
.new .newContent .newCon1 .news-slide .swiper-pagination {
  left: 70.6%;
  bottom: 19%;
  width: unset;
}
.new .newContent .newCon1 .news-slide .swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  border-radius: 0;
}
.new .newContent .newCon1 .news-slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 1.042vw /* 20/19.2 */;
  min-width: 9px;
  background: #b61c22;
}
@media (max-width:1200px) {
  .new .newContent .newCon1 .news-slide .swiper-pagination {
    bottom: 10px !important;
  }
}
.new .newContent .newCon2 {
  padding-top: clamp(30px, 3.125vw, 60px);
  position: relative;
  z-index: 2;
  padding-bottom: clamp(70px, 7.29166667vw, 140px);
}
.new .newContent .newCon2 .content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px 24px;
}
.new .newContent .newCon2 .content .item {
  background: white;
}
.new .newContent .newCon2 .content .item a .images {
  position: relative;
  overflow: hidden;
}
.new .newContent .newCon2 .content .item a .images .pb {
  padding-bottom: 60.4%;
}
.new .newContent .newCon2 .content .item a .images .pb .ab img {
  width: 100%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.new .newContent .newCon2 .content .item a .images .add {
  position: absolute;
  width: 100%;
  background: linear-gradient(0deg, #b61c22, 30%, rgba(255, 0, 0, 0));
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  height: 0;
}
.new .newContent .newCon2 .content .item a .images .add::before {
  content: "";
  position: absolute;
  width: 17.4%;
  height: 1px;
  background: white;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.new .newContent .newCon2 .content .item a .images .add::after {
  content: "";
  position: absolute;
  width: 17.4%;
  height: 1px;
  background: white;
  transform: rotate(90deg);
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.new .newContent .newCon2 .content .item a .font {
  padding-left: clamp(20px, 2.08333333vw, 40px);
  padding-right: clamp(20px, 2.08333333vw, 40px);
  padding-top: clamp(30px, 3.125vw, 60px);
  padding-bottom: clamp(20px, 2.08333333vw, 40px);
}
.new .newContent .newCon2 .content .item a .font .ass span {
  display: inline-flex;
  background: #b61c22;
  font-size: 12px;
  width: 80px;
  height: 25px;
  -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;
  color: white;
  font-family: "sy_re";
  border-radius: 100px;
}
.new .newContent .newCon2 .content .item a .font .title {
  font-size: 20px;
  line-height: 1.43;
  color: #000;
  font-family: "sy_me";
  margin-top: clamp(5px, 0.52083333vw, 10px);
  margin-bottom: clamp(17.5px, 1.82291667vw, 35px);
}
@media (max-width:1600px) {
  .new .newContent .newCon2 .content .item a .font .title {
    font-size: 18px;
  }
}
@media (max-width:1366px) {
  .new .newContent .newCon2 .content .item a .font .title {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .new .newContent .newCon2 .content .item a .font .title {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .new .newContent .newCon2 .content .item a .font .title {
    font-size: 13px;
  }
}
.new .newContent .newCon2 .content .item a .font .time {
  font-family: "ba_ft";
  font-family: 400;
  color: #000;
  font-size: 16px;
}
@media (max-width:1366px) {
  .new .newContent .newCon2 .content .item a .font .time {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .new .newContent .newCon2 .content .item a .font .time {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .new .newContent .newCon2 .content .item a .font .time {
    font-size: 12px;
  }
}
.new .newContent .newCon2 .content .item:hover a .images .pb img {
  transform: scale(1.02);
}
.new .newContent .newCon2 .content .item:hover a .images .add {
  opacity: 1;
  height: 100%;
}
.new .newContent .newCon2 .content .item:hover a .images .add::after {
  opacity: 1;
}
.new .newContent .newCon2 .content .item:hover a .images .add::before {
  opacity: 1;
}
@media (max-width:990px) {
  .new .newContent .newCon2 .content {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px 15px;
  }
}
@media (max-width:640px) {
  .new .newContent .newCon2 .content {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px 15px;
  }
}
.new .newlistContent .newliCon1 {
  margin-top: clamp(50px, 5.20833333vw, 100px);
  padding-bottom: clamp(70px, 7.29166667vw, 140px);
}
.new .newlistContent .newliCon1 .title {
  padding-left: clamp(30px, 3.125vw, 60px);
  padding-right: clamp(30px, 3.125vw, 60px);
  padding-top: clamp(20px, 2.08333333vw, 40px);
  padding-bottom: clamp(20px, 2.08333333vw, 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-top: 2px solid #3d3f48;
  border-bottom: 1px solid #dddddd;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  grid-gap: 10px 0;
}
.new .newlistContent .newliCon1 .title .tit {
  color: #3d3f48;
  font-family: "sy_me";
  font-size: 28px;
  line-height: 1.2;
}
@media (max-width:1600px) {
  .new .newlistContent .newliCon1 .title .tit {
    font-size: 26px;
  }
}
@media (max-width:1366px) {
  .new .newlistContent .newliCon1 .title .tit {
    font-size: 22px;
  }
}
@media (max-width:1024px) {
  .new .newlistContent .newliCon1 .title .tit {
    font-size: 18px;
  }
}
@media (max-width:768px) {
  .new .newlistContent .newliCon1 .title .tit {
    font-size: 17px;
  }
}
.new .newlistContent .newliCon1 .title .time {
  color: #b61c22;
  font-size: 18px;
  font-family: "ba_ft";
  font-weight: 400;
}
@media (max-width:1600px) {
  .new .newlistContent .newliCon1 .title .time {
    font-size: 16px;
  }
}
@media (max-width:1366px) {
  .new .newlistContent .newliCon1 .title .time {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .new .newlistContent .newliCon1 .title .time {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .new .newlistContent .newliCon1 .title .time {
    font-size: 12px;
  }
}
.new .newlistContent .newliCon1 .content {
  padding-left: clamp(30px, 3.125vw, 60px);
  padding-right: clamp(30px, 3.125vw, 60px);
  font-size: 16px;
  color: #666666;
  line-height: calc(30/16);
}
@media (max-width:1366px) {
  .new .newlistContent .newliCon1 .content {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .new .newlistContent .newliCon1 .content {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .new .newlistContent .newliCon1 .content {
    font-size: 12px;
  }
}
.new .newlistContent .newliCon1 .content p {
  margin-top: clamp(20px, 2.08333333vw, 40px);
  font-size: 16px;
}
@media (max-width:1366px) {
  .new .newlistContent .newliCon1 .content p {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .new .newlistContent .newliCon1 .content p {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .new .newlistContent .newliCon1 .content p {
    font-size: 12px;
  }
}
.new .newlistContent .newliCon1 .content img {
  margin-top: clamp(20px, 2.08333333vw, 40px);
}
.new .newlistContent .newliCon1 .pager {
  margin-top: clamp(40px, 4.16666667vw, 80px);
}
.new .newlistContent .newliCon1 .pager .item {
  padding-left: clamp(30px, 3.125vw, 60px);
  padding-right: clamp(30px, 3.125vw, 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-top: 1px solid #3d3f48;
  padding-top: clamp(15px, 1.5625vw, 30px);
  padding-bottom: clamp(15px, 1.5625vw, 30px);
}
.new .newlistContent .newliCon1 .pager .item .co {
  width: 170px;
  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;
  transform: rotate(90deg);
  color: #000;
}
@media (max-width:990px) {
  .new .newlistContent .newliCon1 .pager .item .co {
    width: 40px;
  }
}
.new .newlistContent .newliCon1 .pager .item .ti {
  font-size: 18px;
  color: #3d3f48;
  font-family: "sy_me";
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width:1600px) {
  .new .newlistContent .newliCon1 .pager .item .ti {
    font-size: 16px;
  }
}
@media (max-width:1366px) {
  .new .newlistContent .newliCon1 .pager .item .ti {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .new .newlistContent .newliCon1 .pager .item .ti {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .new .newlistContent .newliCon1 .pager .item .ti {
    font-size: 12px;
  }
}
.new .newlistContent .newliCon1 .pager .item .st {
  font-size: 18px;
  color: #3d3f48;
  font-family: "sy_me";
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width:1600px) {
  .new .newlistContent .newliCon1 .pager .item .st {
    font-size: 16px;
  }
}
@media (max-width:1366px) {
  .new .newlistContent .newliCon1 .pager .item .st {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .new .newlistContent .newliCon1 .pager .item .st {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .new .newlistContent .newliCon1 .pager .item .st {
    font-size: 12px;
  }
}
.new .newlistContent .newliCon1 .pager .item:last-child {
  border-bottom: 1px solid #3d3f48;
  border-top: 1px solid #dddddd;
}
.new .newlistContent .newliCon1 .pager .item:last-child .co {
  width: 170px;
  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;
  transform: rotate(-90deg);
}
@media (max-width:990px) {
  .new .newlistContent .newliCon1 .pager .item:last-child .co {
    width: 40px;
  }
}
.new .newlistContent .newliCon1 .pager .item:hover .st {
  color: #b61c22;
}
/* 内页 联系我们*/
.contact .contactContent {
  padding-top: clamp(60px, 6.25vw, 120px);
}
.contact .contactContent .contactCon1 .t {
  font-size: 24px;
  color: #000;
  line-height: 1;
  font-family: "sy_re";
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
@media (max-width:1600px) {
  .contact .contactContent .contactCon1 .t {
    font-size: 22px;
  }
}
@media (max-width:1366px) {
  .contact .contactContent .contactCon1 .t {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .contact .contactContent .contactCon1 .t {
    font-size: 16px;
  }
}
@media (max-width:768px) {
  .contact .contactContent .contactCon1 .t {
    font-size: 15px;
  }
}
.contact .contactContent .contactCon1 .t img {
  margin-right: clamp(20px, 2.08333333vw, 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width:990px) {
  .contact .contactContent .contactCon1 .t {
    text-align: center;
    line-height: 1.4;
  }
  .contact .contactContent .contactCon1 .t img {
    margin-bottom: 15px;
    width: 60%;
  }
}
.contact .contactContent .contactCon1 .c {
  margin-top: clamp(40px, 4.16666667vw, 80px);
  background: #b61c22;
  padding-left: clamp(60px, 6.25vw, 120px);
  padding-right: clamp(60px, 6.25vw, 120px);
  padding-top: clamp(35px, 3.64583333vw, 70px);
  padding-bottom: clamp(35px, 3.64583333vw, 70px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.contact .contactContent .contactCon1 .c .left {
  width: 22%;
  border-right: 1px solid rgba(255, 255, 255, 0.452);
}
.contact .contactContent .contactCon1 .c .left .one span {
  font-size: 20px;
  color: white;
  font-family: "sy_bo";
  line-height: 1;
}
@media (max-width:1600px) {
  .contact .contactContent .contactCon1 .c .left .one span {
    font-size: 18px;
  }
}
@media (max-width:1366px) {
  .contact .contactContent .contactCon1 .c .left .one span {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .contact .contactContent .contactCon1 .c .left .one span {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .contact .contactContent .contactCon1 .c .left .one span {
    font-size: 13px;
  }
}
.contact .contactContent .contactCon1 .c .left .one p {
  font-size: 30px;
  color: white;
  font-family: "ba_ft";
  font-weight: bold;
  line-height: 1;
  margin-top: clamp(10px, 1.04166667vw, 20px);
}
@media (max-width:1600px) {
  .contact .contactContent .contactCon1 .c .left .one p {
    font-size: 24px;
  }
}
@media (max-width:1366px) {
  .contact .contactContent .contactCon1 .c .left .one p {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .contact .contactContent .contactCon1 .c .left .one p {
    font-size: 19px;
  }
}
@media (max-width:768px) {
  .contact .contactContent .contactCon1 .c .left .one p {
    font-size: 18px;
  }
}
.contact .contactContent .contactCon1 .c .right {
  width: 78%;
  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-left: clamp(40px, 4.16666667vw, 80px);
}
.contact .contactContent .contactCon1 .c .right .one span {
  font-size: 20px;
  color: white;
  font-family: "sy_bo";
  line-height: 1;
}
@media (max-width:1600px) {
  .contact .contactContent .contactCon1 .c .right .one span {
    font-size: 18px;
  }
}
@media (max-width:1366px) {
  .contact .contactContent .contactCon1 .c .right .one span {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .contact .contactContent .contactCon1 .c .right .one span {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .contact .contactContent .contactCon1 .c .right .one span {
    font-size: 13px;
  }
}
.contact .contactContent .contactCon1 .c .right .one p {
  font-size: 30px;
  color: white;
  font-family: "ba_ft";
  font-weight: bold;
  line-height: 1;
  margin-top: clamp(10px, 1.04166667vw, 20px);
}
@media (max-width:1600px) {
  .contact .contactContent .contactCon1 .c .right .one p {
    font-size: 24px;
  }
}
@media (max-width:1366px) {
  .contact .contactContent .contactCon1 .c .right .one p {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .contact .contactContent .contactCon1 .c .right .one p {
    font-size: 19px;
  }
}
@media (max-width:768px) {
  .contact .contactContent .contactCon1 .c .right .one p {
    font-size: 18px;
  }
}
.contact .contactContent .contactCon1 .c .right .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  grid-gap: 0 20px;
}
.contact .contactContent .contactCon1 .c .right .button a {
  width: 11.25vw;
  height: 3.333vw;
  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;
  border: 1px solid white;
  border-radius: 100px;
  color: white;
  font-size: 16px;
  font-family: "sy_re";
  position: relative;
  overflow: hidden;
}
@media (max-width:1366px) {
  .contact .contactContent .contactCon1 .c .right .button a {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .contact .contactContent .contactCon1 .c .right .button a {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .contact .contactContent .contactCon1 .c .right .button a {
    font-size: 12px;
  }
}
.contact .contactContent .contactCon1 .c .right .button a span {
  position: relative;
  z-index: 2;
}
.contact .contactContent .contactCon1 .c .right .button a::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 0%;
  background: #ffffff;
  transition: all 0.5s;
  z-index: 0;
}
.contact .contactContent .contactCon1 .c .right .button a:hover {
  color: #b61c22;
}
.contact .contactContent .contactCon1 .c .right .button a:hover::after {
  height: 100%;
}
@media (max-width:990px) {
  .contact .contactContent .contactCon1 .c .right .button a {
    width: 120px !important;
    height: 35px !important;
  }
}
@media (max-width:990px) {
  .contact .contactContent .contactCon1 .c {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 30px 15px;
  }
  .contact .contactContent .contactCon1 .c .left {
    width: 100%;
    border-right: 0;
  }
  .contact .contactContent .contactCon1 .c .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .contact .contactContent .contactCon1 .c .right .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media (max-width:768px) {
  .contact .contactContent .contactCon1 .c .right {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .contact .contactContent .contactCon1 .c .right .button {
    margin-top: 15px;
  }
}
.contact .contactContent .contactCon1 .b {
  margin-top: clamp(30px, 3.125vw, 60px);
  border-top: 3px solid #b61c22;
}
.contact .contactContent .contactCon1 .b .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px solid #dadada;
}
.contact .contactContent .contactCon1 .b .item .l {
  width: 26.7%;
  flex-shrink: 0;
  background: #f6f6f6;
  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;
  padding-top: clamp(16px, 1.66666667vw, 32px);
  padding-bottom: clamp(16px, 1.66666667vw, 32px);
  font-size: 20px;
  font-family: "sy_bo";
  line-height: 1;
  color: #000;
  border-right: 1px solid #dadada;
}
@media (max-width:1600px) {
  .contact .contactContent .contactCon1 .b .item .l {
    font-size: 18px;
  }
}
@media (max-width:1366px) {
  .contact .contactContent .contactCon1 .b .item .l {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .contact .contactContent .contactCon1 .b .item .l {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .contact .contactContent .contactCon1 .b .item .l {
    font-size: 13px;
  }
}
.contact .contactContent .contactCon1 .b .item .r {
  width: 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;
  padding-left: clamp(50px, 5.20833333vw, 100px);
  color: #666666;
  font-family: "sy_re";
  font-size: 16px;
  line-height: 1;
}
@media (max-width:1366px) {
  .contact .contactContent .contactCon1 .b .item .r {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .contact .contactContent .contactCon1 .b .item .r {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .contact .contactContent .contactCon1 .b .item .r {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .contact .contactContent .contactCon1 .b .item .r {
    line-height: 1.5;
    padding-left: clamp(25px, 2.60416667vw, 50px);
  }
}
.contact .contactContent .contactCon2 {
  margin-top: clamp(50px, 5.20833333vw, 100px);
  background: #f6f6f6;
  padding-top: clamp(60px, 6.25vw, 120px);
  padding-bottom: clamp(60px, 6.25vw, 120px);
}
.contact .contactContent .contactCon2 .content .title {
  color: #000;
  font-family: "sy_bo";
  font-size: 40px;
  line-height: 1;
}
@media (max-width:1600px) {
  .contact .contactContent .contactCon2 .content .title {
    font-size: 36px;
  }
}
@media (max-width:1366px) {
  .contact .contactContent .contactCon2 .content .title {
    font-size: 32px;
  }
}
@media (max-width:1024px) {
  .contact .contactContent .contactCon2 .content .title {
    font-size: 26px;
  }
}
@media (max-width:768px) {
  .contact .contactContent .contactCon2 .content .title {
    font-size: 23px;
  }
}
.contact .contactContent .contactCon2 .content .boxItem {
  margin-top: clamp(20px, 2.08333333vw, 40px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px 30px;
}
.contact .contactContent .contactCon2 .content .boxItem .item {
  background: white;
  padding-left: clamp(20px, 2.08333333vw, 40px);
  padding-right: clamp(20px, 2.08333333vw, 40px);
  padding-top: clamp(20px, 2.08333333vw, 40px);
  padding-bottom: clamp(20px, 2.08333333vw, 40px);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
}
.contact .contactContent .contactCon2 .content .boxItem .item .tit {
  font-size: 20px;
  font-family: "sy_bo";
  color: #000;
  line-height: 1;
  padding-bottom: clamp(10px, 1.04166667vw, 20px);
  border-bottom: 3px solid #f6f6f6;
  position: relative;
}
@media (max-width:1600px) {
  .contact .contactContent .contactCon2 .content .boxItem .item .tit {
    font-size: 18px;
  }
}
@media (max-width:1366px) {
  .contact .contactContent .contactCon2 .content .boxItem .item .tit {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .contact .contactContent .contactCon2 .content .boxItem .item .tit {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .contact .contactContent .contactCon2 .content .boxItem .item .tit {
    font-size: 13px;
  }
}
.contact .contactContent .contactCon2 .content .boxItem .item .tit::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 52px;
  height: 3px;
  background: #b61c22;
}
.contact .contactContent .contactCon2 .content .boxItem .item .con {
  padding-top: clamp(15px, 1.5625vw, 30px);
  padding-bottom: clamp(15px, 1.5625vw, 30px);
  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;
  grid-gap: 5px 0px;
}
.contact .contactContent .contactCon2 .content .boxItem .item .con p {
  font-size: 16px;
  color: #666666;
  font-family: "sy_re";
}
@media (max-width:1366px) {
  .contact .contactContent .contactCon2 .content .boxItem .item .con p {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .contact .contactContent .contactCon2 .content .boxItem .item .con p {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .contact .contactContent .contactCon2 .content .boxItem .item .con p {
    font-size: 12px;
  }
}
.contact .contactContent .contactCon2 .content .boxItem .item:hover {
  box-shadow: 0 0 10px 1px rgba(153, 153, 153, 0.712);
}
@media (max-width:990px) {
  .contact .contactContent .contactCon2 .content .boxItem {
    grid-gap: 10px 10px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width:360px) {
  .contact .contactContent .contactCon2 .content .boxItem {
    grid-gap: 10px 10px;
    grid-template-columns: repeat(1, 1fr);
  }
}
/* 内页 商用产品*/
.sy_product .inside_nav {
  background: #ffffff;
  width: 100%;
}
.sy_product .inside_nav .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 160px;
  background: white;
  grid-gap: 0 135px;
}
.sy_product .inside_nav .box .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.sy_product .inside_nav .box .item a{
    
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.sy_product .inside_nav .box .item .images {
  height: 50px;
}
.sy_product .inside_nav .box .item .images img {
  filter: brightness(0) invert(0.5);
  transition: all 0.3s linear;
}
.sy_product .inside_nav .box .item .font {
  margin-top: clamp(10px, 1.04166667vw, 20px);
  font-size: 14px;
  color: #333;
  transition: all 0.3s linear;
}
.sy_product .inside_nav .box .item.active a .font,.sy_product .inside_nav .box .item:hover a .font{
  color: #b61c22;
}
.sy_product .inside_nav .box .item.active .images img ,.sy_product .inside_nav .box .item:hover .images img{
  filter: brightness(1) invert(0);
}

@media (max-width:640px) {
    .sy_product .inside_nav .box{
        flex-wrap: wrap;
        height: auto !important;
        grid-gap: 20px 0 !important;
        padding: 20px 0;
    }
    .sy_product .inside_nav .box .item{
        width: 50%;
    }
}
@media (max-width:1280px) {
  .sy_product .inside_nav .box {
    height: 120px;
  }
}
@media (max-width:990px) {
  .sy_product .inside_nav .box {
    height: 100px;
    grid-gap: 0 35px;
  }
  .sy_product .inside_nav .box .item .images {
    height: 30px;
  }
}
.titleBox .title {
  font-size: 60px;
  font-family: "sy_bo";
  line-height: 1;
  color: #000;
  line-height: 1.3;
}
@media (max-width:1600px) {
  .titleBox .title {
    font-size: 50px;
  }
}
@media (max-width:1366px) {
  .titleBox .title {
    font-size: 45px;
  }
}
@media (max-width:1024px) {
  .titleBox .title {
    font-size: 38px;
  }
}
@media (max-width:768px) {
  .titleBox .title {
    font-size: 31px;
  }
}
.titleBox .subtitle {
  font-size: 30px;
  font-family: "sy_li";
  color: #666666;
  line-height: 1.45;
  margin-top: clamp(20px, 2.08333333vw, 40px);
}
@media (max-width:1600px) {
  .titleBox .subtitle {
    font-size: 24px;
  }
}
@media (max-width:1366px) {
  .titleBox .subtitle {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .titleBox .subtitle {
    font-size: 19px;
  }
}
@media (max-width:768px) {
  .titleBox .subtitle {
    font-size: 18px;
  }
}
 .syCon1 {
  background: #f6f6f6;
  padding-top: clamp(70px, 7.29166667vw, 140px);
  border-top: 1px solid #e5e5e5;
  position: relative;
}
 .syCon1 .images {
  width: 100%;
}
 .syCon1 .images img {
  font-size: 0;
  display: block;
}
 .syCon1 .titleBox {
  position: absolute;
  top: 0;
  z-index: 2;
  margin-top: clamp(70px, 7.29166667vw, 140px);
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
}
 .syCon1 .titleBox .title {
  text-align: center;
}
 .syCon1 .titleBox .subtitle {
  text-align: center;
}
@media (max-width:768px) {
   .syCon1 .titleBox {
    margin-top: 25px !important;
  }
}
 .syCon2 {
  position: relative;
}
 .syCon2 .images {
  width: 100%;
}
 .syCon2 .box {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  width: 100%;
}
 .syCon2 .box .w1440 {
  height: 100%;
}
 .syCon2 .box .item {
  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%;
  width: 100%;
}
 .syCon2 .box .item .titleBox {
  width: 34%;
}
@media (max-width:990px) {
   .syCon2 .box .item .titleBox {
    width: 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-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
   .syCon2 .box .item .titleBox .subtitle {
    width: 100%;
  }
}
@media (max-width:768px) {
   .syCon2 .box {
    position: static;
    padding-top: 25px;
  }
   .syCon2 .box .item .titleBox {
    width: 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;
  }
   .syCon2 .box .item .titleBox .title {
    text-align: center;
  }
   .syCon2 .box .item .titleBox .subtitle {
    width: auto;
    text-align: center;
  }
}
 .syCon3 {
  position: relative;
  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;
  background: #f6f6f6;
}
 .syCon3 .images.pc {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
 .syCon3 .box {
  position: absolute;
  width: 100%;
  height: 100%;
}
 .syCon3 .box .w1440 {
  height: 100%;
}
 .syCon3 .box .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
 .syCon3 .box .item .titleBox {
  width: 50%;
}
@media (max-width:990px) {
   .syCon3 .box .item .titleBox {
    width: 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-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
   .syCon3 .box .item .titleBox .subtitle {
    width: 100%;
  }
}
@media (max-width:768px) {
   .syCon3 {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
   .syCon3 .box {
    position: static;
    padding-top: 25px;
    padding-bottom: 20px;
  }
   .syCon3 .box .item .titleBox {
    width: 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;
  }
   .syCon3 .box .item .titleBox .title {
    text-align: center;
  }
   .syCon3 .box .item .titleBox .subtitle {
    width: auto;
    text-align: center;
  }
}
.syProIdx .title {
  font-family: "sy_bo";
  font-size: 40px;
  color: #000;
  line-height: 1;
  text-align: center;
}
@media (max-width:1600px) {
  .syProIdx .title {
    font-size: 36px;
  }
}
@media (max-width:1366px) {
  .syProIdx .title {
    font-size: 32px;
  }
}
@media (max-width:1024px) {
  .syProIdx .title {
    font-size: 26px;
  }
}
@media (max-width:768px) {
  .syProIdx .title {
    font-size: 23px;
  }
}
.syProIdx .subtit {
  font-family: "sy_bo";
  font-size: 24px;
  color: #b61c22;
  line-height: 1;
  margin-top: clamp(20px, 2.08333333vw, 40px);
  text-align: center;
}
@media (max-width:1600px) {
  .syProIdx .subtit {
    font-size: 22px;
  }
}
@media (max-width:1366px) {
  .syProIdx .subtit {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .syProIdx .subtit {
    font-size: 16px;
  }
}
@media (max-width:768px) {
  .syProIdx .subtit {
    font-size: 15px;
  }
}
.syProIdx .content {
  font-family: "sy_re";
  font-size: 16px;
  color: #666666;
  line-height: 1.875;
  margin-top: clamp(17.5px, 1.82291667vw, 35px);
  text-align: center;
}
@media (max-width:1366px) {
  .syProIdx .content {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .syProIdx .content {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .syProIdx .content {
    font-size: 12px;
  }
}
.syProIdx .cont {
  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;
  grid-gap: 0 200px;
  margin-top: clamp(30px, 3.125vw, 60px);
  position: relative;
}
.syProIdx .cont .left p {
  font-family: "sy_re";
  font-size: 16px;
  color: #666666;
  line-height: 1.8;
  text-align: end;
}
@media (max-width:1366px) {
  .syProIdx .cont .left p {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .syProIdx .cont .left p {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .syProIdx .cont .left p {
    font-size: 12px;
  }
}
.syProIdx .cont .line {
  position: absolute;
  width: 1px;
  height: 100%;
  background: #c2beb5;
}
.syProIdx .cont .right p {
  font-family: "sy_re";
  font-size: 16px;
  color: #666666;
  line-height: 1.8;
}
@media (max-width:1366px) {
  .syProIdx .cont .right p {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .syProIdx .cont .right p {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .syProIdx .cont .right p {
    font-size: 12px;
  }
}
@media (max-width:990px) {
  .syProIdx .cont {
    grid-gap: 0 100px;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .syProIdx .cont .left {
    width: 100%;
  }
  .syProIdx .cont .left p {
    text-align: left !important;
  }
  .syProIdx .cont .line {
    display: none;
  }
  .syProIdx .cont .right {
    width: 100%;
  }
  .syProIdx .cont .right p {
    text-align: left !important;
  }
}
@media (max-width:990px) {
  .syProIdx .title {
    text-align: left !important;
  }
  .syProIdx .subtit {
    text-align: left !important;
  }
  .syProIdx .content {
    text-align: left !important;
  }
}
.sy_productlist .inside_banner .center {
  height: calc(100% - 30%);
}
@media (max-width:990px) {
  .sy_productlist .inside_banner .center {
    height: 100% !important;
  }
}
.sy_productlist .inside_navli {
  height: auto;
  transform: translateY(50%);
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}
.sy_productlist .inside_navli .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  grid-gap: 10px 44px;
}
@media (max-width:990px) {
  .sy_productlist .inside_navli .box {
    grid-gap: 10px 20px;
  }
}
.sy_productlist .inside_navli .box .item {
  padding-top: 120px;
  width: 320px;
  background: white;
  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;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
}
@media (max-width:1280px) {
  .sy_productlist .inside_navli .box .item {
    padding-top: 80px;
  }
}
.sy_productlist .inside_navli .box .item .images {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
}
@media (max-width:990px) {
  .sy_productlist .inside_navli .box .item .images {
    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;
  }
  .sy_productlist .inside_navli .box .item .images img {
    width: 70%;
  }
}
.sy_productlist .inside_navli .box .item .font .title {
  font-size: 20px;
  color: #000;
  font-family: "sy_bo";
  line-height: 1;
  text-align: center;
}
@media (max-width:1600px) {
  .sy_productlist .inside_navli .box .item .font .title {
    font-size: 18px;
  }
}
@media (max-width:1366px) {
  .sy_productlist .inside_navli .box .item .font .title {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .sy_productlist .inside_navli .box .item .font .title {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .sy_productlist .inside_navli .box .item .font .title {
    font-size: 13px;
  }
}
.sy_productlist .inside_navli .box .item .font .subtitle {
  font-size: 14px;
  color: #666666;
  font-family: "sy_re";
  line-height: 1;
  margin-top: clamp(5px, 0.52083333vw, 10px);
  text-align: center;
}
@media (max-width:1366px) {
  .sy_productlist .inside_navli .box .item .font .subtitle {
    font-size: 13px;
  }
}
@media (max-width:1024px) {
  .sy_productlist .inside_navli .box .item .font .subtitle {
    font-size: 12px;
  }
}
.sy_productlist .inside_navli .box .item .font .arrow {
  height: 70px;
  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;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.sy_productlist .inside_navli .box .item:hover {
  background: #b61c22;
}
.sy_productlist .inside_navli .box .item:hover .font .title {
  color: white;
}
.sy_productlist .inside_navli .box .item:hover .font .subtitle {
  color: white;
}
.sy_productlist .inside_navli .box .item:hover .font .arrow {
  opacity: 1;
}
.sy_productlist .inside_navli .box .item.active {
  background: #b61c22;
}
.sy_productlist .inside_navli .box .item.active .font .title {
  color: white;
}
.sy_productlist .inside_navli .box .item.active .font .subtitle {
  color: white;
}
.sy_productlist .inside_navli .box .item.active .font .arrow {
  opacity: 1;
}
@media (max-width:990px) {
  .sy_productlist .inside_navli {
    display: none;
  }
}
 .syliCon1 {
  padding-top: clamp(120px, 12.5vw, 240px);
  background: #f2f2f2;
  padding-bottom: clamp(50px, 8.07291667vw, 100px);
}
@media (max-width:990px) {
   .syliCon1 {
    padding-top: clamp(77.5px, 8.07291667vw, 155px);
  }
}
 .syliCon1 .itemBox {
  margin-top: clamp(40px, 4.16666667vw, 80px);
  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;
  grid-gap: 20px 100px;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
@media (max-width:1280px) {
   .syliCon1 .itemBox {
    grid-gap: 20px 60px;
  }
}
@media (max-width:990px) {
   .syliCon1 .itemBox {
    grid-gap: 20px 0px !important;
    justify-content: start !important;
  }
   .syliCon1 .itemBox .item{
      width: 25%;
  }
}
@media (max-width:450px) {
   .syliCon1 .itemBox .item{
      width: 33.3%;
  }
}
 .syliCon1 .itemBox .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: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
 .syliCon1 .itemBox .item .tit {
  font-size: 20px;
  font-family: "sy_bo";
  color: #000;
  line-height: 1;
  margin-top: clamp(10px, 1.04166667vw, 20px);
}
@media (max-width:1600px) {
   .syliCon1 .itemBox .item .tit {
    font-size: 18px;
  }
}
@media (max-width:1366px) {
   .syliCon1 .itemBox .item .tit {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
   .syliCon1 .itemBox .item .tit {
    font-size: 14px;
  }
}
@media (max-width:768px) {
   .syliCon1 .itemBox .item .tit {
    font-size: 13px;
  }
}
 .syliCon1 .itemBox .item .sub {
  font-size: 16px;
  font-family: "sy_re";
  color: #666666;
  line-height: 1;
  margin-top: clamp(5px, 0.52083333vw, 10px);
}
@media (max-width:1366px) {
   .syliCon1 .itemBox .item .sub {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
   .syliCon1 .itemBox .item .sub {
    font-size: 12px;
  }
}
@media (max-width:768px) {
   .syliCon1 .itemBox .item .sub {
    font-size: 12px;
  }
}
@media (max-width:990px) {
   .syliCon1 .itemBox .item .images {
    height: 30px;
  }
}
 .proList_nav {
  height: 80px;
  width: 100%;
}
 .proList_nav .w1440 {
  height: 100%;
}
 .proList_nav .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  grid-gap: 0 80px;
}
 .proList_nav .box .item {
  height: 100%;
}
 .proList_nav .box .item.active a {
  color: #b61c22;
}
 .proList_nav .box .item.active a::after {
  width: 100%;
  left: 0;
}
 .proList_nav .box .item a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 20px;
  font-family: "sy_re";
  color: #000;
  line-height: 1;
}
@media (max-width:1600px) {
   .proList_nav .box .item a {
    font-size: 18px;
  }
}
@media (max-width:1366px) {
   .proList_nav .box .item a {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
   .proList_nav .box .item a {
    font-size: 14px;
  }
}
@media (max-width:768px) {
   .proList_nav .box .item a {
    font-size: 13px;
  }
}
 .proList_nav .box .item a::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 2px;
  background: #b61c22;
  transition: all 0.5s;
}
 .proList_nav .box .item a:hover {
  color: #b61c22;
}
 .proList_nav .box .item a:hover::after {
  width: 100%;
  left: 0;
}
 .syliCon2 {
  padding-top: clamp(60px, 6.25vw, 120px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  padding-bottom: clamp(60px, 6.25vw, 120px);
}
 .syliCon2 .images {
  width: 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;
  margin-top: clamp(40px, 4.16666667vw, 80px);
}
 .syliCon2 .images img {
  max-width: 50%;
}
@media (max-width:990px) {
   .syliCon2 .images img {
    max-width: 90%;
  }
}
 .syliCon2 .boxList {
  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;
  margin-top: clamp(20px, 2.08333333vw, 40px);
  grid-gap: 20px 20px;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
 .syliCon2 .boxList .item {
  font-size: 60px;
  min-width: 2em;
  min-height: 2em;
  background: white;
  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;
  border-radius: 16px;
  padding-left: clamp(7.5px, 0.78125vw, 15px);
  padding-right: clamp(7.5px, 0.78125vw, 15px);
}
@media (max-width:1600px) {
   .syliCon2 .boxList .item {
    font-size: 50px;
  }
}
@media (max-width:1366px) {
   .syliCon2 .boxList .item {
    font-size: 45px;
  }
}
@media (max-width:1024px) {
   .syliCon2 .boxList .item {
    font-size: 38px;
  }
}
@media (max-width:768px) {
   .syliCon2 .boxList .item {
    font-size: 31px;
  }
}
@media (max-width:1600px) {
   .syliCon2 .boxList .item {
    border-radius: 14px;
  }
}
@media (max-width:1366px) {
   .syliCon2 .boxList .item {
    border-radius: 12px;
  }
}
@media (max-width:1024px) {
   .syliCon2 .boxList .item {
    border-radius: 10px;
  }
}
@media (max-width:768px) {
   .syliCon2 .boxList .item {
    border-radius: 8px; 
  }
  .syliCon2 .boxList{
      justify-content: left !important;
  }
}
 .syliCon2 .boxList .item .tit {
  font-size: 30px;
  font-family: "sy_bo";
  color: #b61c22;
  line-height: 1;
}
@media (max-width:1600px) {
   .syliCon2 .boxList .item .tit {
    font-size: 24px;
  }
}
@media (max-width:1366px) {
   .syliCon2 .boxList .item .tit {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
   .syliCon2 .boxList .item .tit {
    font-size: 19px;
  }
}
@media (max-width:768px) {
   .syliCon2 .boxList .item .tit {
    font-size: 18px;
  }
}
 .syliCon2 .boxList .item .sub {
  font-size: 16px;
  font-family: "sy_re";
  color: #000;
  line-height: 1;
  margin-top: clamp(7px, 0.72916667vw, 14px);
}
@media (max-width:1366px) {
   .syliCon2 .boxList .item .sub {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
   .syliCon2 .boxList .item .sub {
    font-size: 12px;
  }
}
@media (max-width:768px) {
   .syliCon2 .boxList .item .sub {
    font-size: 12px;
  }
}
 .syliCon3 {
  position: relative;
  padding-top: clamp(130px, 13.54166667vw, 260px);
  padding-bottom: clamp(142.5px, 14.84375vw, 285px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
 .syliCon3 .w1440 {
  height: 100%;
}
 .syliCon3 .contBox {
  position: relative;
  width: 100%;
  height: 100%;
}
 .syliCon3 .contBox .center {
  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;
}
 .syliCon3 .contBox .center .box {
  width: 43%;
}
 .syliCon3 .contBox .center .box .syProIdx .title {
  text-align: start;
}
 .syliCon3 .contBox .center .box .syProIdx .subtit {
  text-align: start;
}
 .syliCon3 .contBox .center .box .syProIdx .content {
  text-align: start;
}
 .syliCon3 .contBox .center .box .boxList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: clamp(40px, 4.16666667vw, 80px);
  grid-gap: 20px 20px;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
 .syliCon3 .contBox .center .box .boxList .item {
  font-size: 60px;
  min-width: 2em;
  min-height: 2em;
  background: white;
  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;
  border-radius: 16px;
  padding-left: clamp(7.5px, 0.78125vw, 15px);
  padding-right: clamp(7.5px, 0.78125vw, 15px);
}
@media (max-width:1600px) {
   .syliCon3 .contBox .center .box .boxList .item {
    font-size: 50px;
  }
}
@media (max-width:1366px) {
   .syliCon3 .contBox .center .box .boxList .item {
    font-size: 45px;
  }
}
@media (max-width:1024px) {
   .syliCon3 .contBox .center .box .boxList .item {
    font-size: 38px;
  }
}
@media (max-width:768px) {
   .syliCon3 .contBox .center .box .boxList .item {
    font-size: 31px;
  }
}
@media (max-width:1600px) {
   .syliCon3 .contBox .center .box .boxList .item {
    border-radius: 14px;
  }
}
@media (max-width:1366px) {
   .syliCon3 .contBox .center .box .boxList .item {
    border-radius: 12px;
  }
}
@media (max-width:1024px) {
   .syliCon3 .contBox .center .box .boxList .item {
    border-radius: 10px;
  }
}
@media (max-width:768px) {
   .syliCon3 .contBox .center .box .boxList .item {
    border-radius: 8px; background: #e5e5e561;
  }
}
 .syliCon3 .contBox .center .box .boxList .item .tit {
  font-size: 30px;
  font-family: "sy_bo";
  color: #b61c22;
  line-height: 1;
}
@media (max-width:1600px) {
   .syliCon3 .contBox .center .box .boxList .item .tit {
    font-size: 24px;
  }
}
@media (max-width:1366px) {
   .syliCon3 .contBox .center .box .boxList .item .tit {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
   .syliCon3 .contBox .center .box .boxList .item .tit {
    font-size: 19px;
  }
}
@media (max-width:768px) {
   .syliCon3 .contBox .center .box .boxList .item .tit {
    font-size: 18px;
  }
}
 .syliCon3 .contBox .center .box .boxList .item .sub {
  font-size: 16px;
  font-family: "sy_re";
  color: #000;
  line-height: 1;
  margin-top: clamp(7px, 0.72916667vw, 14px);
}
@media (max-width:1366px) {
   .syliCon3 .contBox .center .box .boxList .item .sub {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
   .syliCon3 .contBox .center .box .boxList .item .sub {
    font-size: 12px;
  }
}
@media (max-width:768px) {
   .syliCon3 .contBox .center .box .boxList .item .sub {
    font-size: 12px;
  }
}
@media (max-width:768px) {
   .syliCon3 .contBox .center .box {
    width: 55%;
  }
}
@media (max-width:640px) {
   .syliCon3 .contBox .center .box {
    width: 75%;
  }
}
@media (max-width:480px) {
   .syliCon3 .contBox .center .box {
    width: 100%;
  }
}
 .syliCon3 .images {
  width: 100%;
  margin-top: clamp(40px, 4.16666667vw, 80px);
  position: relative;
}
 .syliCon3 .images img {
  width: 100%;
  font-size: 0;
  display: block;
}
 .syliCon3 .images::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(#fff, transparent); opacity: 0;
}
@media (max-width:990px) {
   .syliCon3 {
    background-image: none !important;
    padding-top: clamp(50px, 5.20833333vw, 100px);
    padding-bottom: clamp(0px, 0vw, 0px);
  }
}
 .syliCon4 {
  position: relative;
  padding-top: clamp(60px, 6.25vw, 120px);
  padding-bottom: clamp(225px, 23.4375vw, 450px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
 .syliCon4 .w1440 {
  height: 100%;
}
 .syliCon4 .images {
  width: 100%;
  margin-top: clamp(40px, 4.16666667vw, 80px);
  position: relative;
}
 .syliCon4 .images img {
  width: 100%;
  font-size: 0;
  display: block;
}
 .syliCon4 .images::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(#fff, transparent); opacity: 0;
}
@media (max-width:990px) {
   .syliCon4 {
    background-image: none !important;
    padding-top: clamp(50px, 5.20833333vw, 100px);
    padding-bottom: clamp(0px, 0vw, 0px);
  }
}
 .syliCon4 .contBox {
  position: relative;
  width: 100%;
  height: 100%;
}
 .syliCon4 .contBox .center {
  height: 100%;
}
 .syliCon4 .contBox .center .box {
  width: 100%;
}
 .syliCon4 .contBox .center .box .syProIdx .title {
  text-align: center;
}
 .syliCon4 .contBox .center .box .syProIdx .subtit {
  text-align: center;
}
 .syliCon4 .contBox .center .box .syProIdx .content {
  text-align: center;
}
 .syliCon4 .contBox .center .box .syProIdx .cont .left p {
  text-align: center;
}
 .syliCon4 .contBox .center .box .syProIdx .cont .right p {
  text-align: center;
}
 .syliCon4 .contBox .center .boxList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: clamp(40px, 4.16666667vw, 80px);
  grid-gap: 20px 20px;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
 .syliCon4 .contBox .center .boxList .item {
  font-size: 60px;
  min-width: 2em;
  min-height: 2em;
  background: white;
  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;
  border-radius: 16px;
  padding-left: clamp(7.5px, 0.78125vw, 15px);
  padding-right: clamp(7.5px, 0.78125vw, 15px);
}
@media (max-width:1600px) {
   .syliCon4 .contBox .center .boxList .item {
    font-size: 50px;
  }
}
@media (max-width:1366px) {
   .syliCon4 .contBox .center .boxList .item {
    font-size: 45px;
  }
}
@media (max-width:1024px) {
   .syliCon4 .contBox .center .boxList .item {
    font-size: 38px;
  }
}
@media (max-width:768px) {
   .syliCon4 .contBox .center .boxList .item {
    font-size: 31px;
  }
}
@media (max-width:1600px) {
   .syliCon4 .contBox .center .boxList .item {
    border-radius: 14px;
  }
}
@media (max-width:1366px) {
   .syliCon4 .contBox .center .boxList .item {
    border-radius: 12px;
  }
}
@media (max-width:1024px) {
   .syliCon4 .contBox .center .boxList .item {
    border-radius: 10px;
  }
}
@media (max-width:768px) {
   .syliCon4 .contBox .center .boxList .item {
    border-radius: 8px;
    background: #e5e5e561;
  }
}
 .syliCon4 .contBox .center .boxList .item .tit {
  font-size: 30px;
  font-family: "sy_bo";
  color: #b61c22;
  line-height: 1;
}
@media (max-width:1600px) {
   .syliCon4 .contBox .center .boxList .item .tit {
    font-size: 24px;
  }
}
@media (max-width:1366px) {
   .syliCon4 .contBox .center .boxList .item .tit {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
   .syliCon4 .contBox .center .boxList .item .tit {
    font-size: 19px;
  }
}
@media (max-width:768px) {
   .syliCon4 .contBox .center .boxList .item .tit {
    font-size: 18px;
  }
}
 .syliCon4 .contBox .center .boxList .item .sub {
  font-size: 16px;
  font-family: "sy_re";
  color: #000;
  line-height: 1;
  margin-top: clamp(7px, 0.72916667vw, 14px);
}
@media (max-width:1366px) {
   .syliCon4 .contBox .center .boxList .item .sub {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
   .syliCon4 .contBox .center .boxList .item .sub {
    font-size: 12px;
  }
}
@media (max-width:768px) {
   .syliCon4 .contBox .center .boxList .item .sub {
    font-size: 12px;
  }
}
@media (max-width:990px) {
   .syliCon4 .contBox .center .boxList {
    justify-content: start !important;
  }
}
 .syliCon5 {
  position: relative;
  padding-top: clamp(125px, 13.02083333vw, 250px);
  padding-bottom: clamp(125px, 13.02083333vw, 250px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
 .syliCon5 .w1440 {
  height: 100%;
}
 .syliCon5 .images {
  width: 100%;
  margin-top: clamp(40px, 4.16666667vw, 80px);
  position: relative;
}
 .syliCon5 .images img {
  width: 100%;
  font-size: 0;
  display: block;
}
 .syliCon5 .images::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(#fff, transparent); opacity: 0;
}
@media (max-width:990px) {
   .syliCon5 {
    background-image: none !important;
    padding-top: clamp(50px, 5.20833333vw, 100px);
    padding-bottom: clamp(0px, 0vw, 0px);
  }
}
 .syliCon5 .contBox {
  position: relative;
  width: 100%;
  height: 100%;
}
 .syliCon5 .contBox .center {
  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: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
 .syliCon5 .contBox .center .box {
  width: 43%;
}
 .syliCon5 .contBox .center .box .syProIdx .title {
  text-align: start;
}
 .syliCon5 .contBox .center .box .syProIdx .subtit {
  text-align: start;
}
 .syliCon5 .contBox .center .box .syProIdx .content {
  text-align: start;
}
 .syliCon5 .contBox .center .box .boxList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: clamp(40px, 4.16666667vw, 80px);
  grid-gap: 20px 20px;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
 .syliCon5 .contBox .center .box .boxList .item {
  font-size: 60px;
  min-width: 2em;
  min-height: 2em;
  background: #f2f2f2;
  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;
  border-radius: 16px;
  padding-left: clamp(7.5px, 0.78125vw, 15px);
  padding-right: clamp(7.5px, 0.78125vw, 15px);
}
@media (max-width:1600px) {
   .syliCon5 .contBox .center .box .boxList .item {
    font-size: 50px;
  }
}
@media (max-width:1366px) {
   .syliCon5 .contBox .center .box .boxList .item {
    font-size: 45px;
  }
}
@media (max-width:1024px) {
   .syliCon5 .contBox .center .box .boxList .item {
    font-size: 38px;
  }
}
@media (max-width:768px) {
   .syliCon5 .contBox .center .box .boxList .item {
    font-size: 31px;
  }
}
@media (max-width:1600px) {
   .syliCon5 .contBox .center .box .boxList .item {
    border-radius: 14px;
  }
}
@media (max-width:1366px) {
   .syliCon5 .contBox .center .box .boxList .item {
    border-radius: 12px;
  }
}
@media (max-width:1024px) {
   .syliCon5 .contBox .center .box .boxList .item {
    border-radius: 10px;
  }
}
@media (max-width:768px) {
   .syliCon5 .contBox .center .box .boxList .item {
    border-radius: 8px; background: #e5e5e561;
  }
}
 .syliCon5 .contBox .center .box .boxList .item .tit {
  font-size: 30px;
  font-family: "sy_bo";
  color: #b61c22;
  line-height: 1;
}
@media (max-width:1600px) {
   .syliCon5 .contBox .center .box .boxList .item .tit {
    font-size: 24px;
  }
}
@media (max-width:1366px) {
   .syliCon5 .contBox .center .box .boxList .item .tit {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
   .syliCon5 .contBox .center .box .boxList .item .tit {
    font-size: 19px;
  }
}
@media (max-width:768px) {
   .syliCon5 .contBox .center .box .boxList .item .tit {
    font-size: 18px;
  }
}
 .syliCon5 .contBox .center .box .boxList .item .sub {
  font-size: 16px;
  font-family: "sy_re";
  color: #000;
  line-height: 1;
  margin-top: clamp(7px, 0.72916667vw, 14px);
}
@media (max-width:1366px) {
   .syliCon5 .contBox .center .box .boxList .item .sub {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
   .syliCon5 .contBox .center .box .boxList .item .sub {
    font-size: 12px;
  }
}
@media (max-width:768px) {
   .syliCon5 .contBox .center .box .boxList .item .sub {
    font-size: 12px;
  }
}
@media (max-width:768px) {
   .syliCon5 .contBox .center .box {
    width: 55%;
  }
}
@media (max-width:640px) {
   .syliCon5 .contBox .center .box {
    width: 75%;
  }
}
@media (max-width:480px) {
   .syliCon5 .contBox .center .box {
    width: 100%;
  }
}
 .syliCon6 {
  position: relative;
  padding-top: clamp(60px, 6.25vw, 120px);
  padding-bottom: clamp(185px, 19.27083333vw, 370px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
 .syliCon6 .w1440 {
  height: 100%;
}
 .syliCon6 .images {
  width: 100%;
  margin-top: clamp(40px, 4.16666667vw, 80px);
  position: relative;
}
 .syliCon6 .images img {
  width: 100%;
  font-size: 0;
  display: block;
}
 .syliCon6 .images::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(#fff, transparent); opacity: 0;
}
 .syliCon6 .contBox {
  position: relative;
  width: 100%;
  height: 100%;
}
 .syliCon6 .contBox .center {
  height: 100%;
}
 .syliCon6 .contBox .center .box {
  width: 100%;
}
 .syliCon6 .contBox .center .box .syProIdx .title {
  text-align: center;
}
 .syliCon6 .contBox .center .box .syProIdx .subtit {
  text-align: center;
}
 .syliCon6 .contBox .center .box .syProIdx .content {
  text-align: center;
}
 .syliCon6 .contBox .center .box .syProIdx .cont .left p {
  text-align: center;
}
 .syliCon6 .contBox .center .box .syProIdx .cont .right p {
  text-align: center;
}
 .syliCon6 .contBox .center .img {
  width: 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;
  margin-top: clamp(27.5px, 2.86458333vw, 55px);
}
 .syliCon6 .contBox .center .img img {
  width: auto;
  max-width: 60%;
  font-size: 0;
  display: block;
}
 .syliCon6 .contBox .center .boxList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: clamp(30px, 3.125vw, 60px);
  grid-gap: 20px 20px;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
 .syliCon6 .contBox .center .boxList .item {
  font-size: 60px;
  min-width: 2em;
  min-height: 2em;
  background: white;
  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;
  border-radius: 16px;
  padding-left: clamp(7.5px, 0.78125vw, 15px);
  padding-right: clamp(7.5px, 0.78125vw, 15px);
}
@media (max-width:1600px) {
   .syliCon6 .contBox .center .boxList .item {
    font-size: 50px;
  }
}
@media (max-width:1366px) {
   .syliCon6 .contBox .center .boxList .item {
    font-size: 45px;
  }
}
@media (max-width:1024px) {
   .syliCon6 .contBox .center .boxList .item {
    font-size: 38px;
  }
}
@media (max-width:768px) {
   .syliCon6 .contBox .center .boxList .item {
    font-size: 31px;
  }
}
@media (max-width:1600px) {
   .syliCon6 .contBox .center .boxList .item {
    border-radius: 14px;
  }
}
@media (max-width:1366px) {
   .syliCon6 .contBox .center .boxList .item {
    border-radius: 12px;
  }
}
@media (max-width:1024px) {
   .syliCon6 .contBox .center .boxList .item {
    border-radius: 10px;
  }
}
@media (max-width:768px) {
   .syliCon6 .contBox .center .boxList .item {
    border-radius: 8px;
  }
}
 .syliCon6 .contBox .center .boxList .item .tit {
  font-size: 30px;
  font-family: "sy_bo";
  color: #b61c22;
  line-height: 1;
}
@media (max-width:1600px) {
   .syliCon6 .contBox .center .boxList .item .tit {
    font-size: 24px;
  }
}
@media (max-width:1366px) {
   .syliCon6 .contBox .center .boxList .item .tit {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
   .syliCon6 .contBox .center .boxList .item .tit {
    font-size: 19px;
  }
}
@media (max-width:768px) {
   .syliCon6 .contBox .center .boxList .item .tit {
    font-size: 18px;
  }
}
 .syliCon6 .contBox .center .boxList .item .sub {
  font-size: 16px;
  font-family: "sy_re";
  color: #000;
  line-height: 1;
  margin-top: clamp(7px, 0.72916667vw, 14px);
}
@media (max-width:1366px) {
   .syliCon6 .contBox .center .boxList .item .sub {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
   .syliCon6 .contBox .center .boxList .item .sub {
    font-size: 12px;
  }
}
@media (max-width:768px) {
   .syliCon6 .contBox .center .boxList .item .sub {
    font-size: 12px;
  }
}
@media (max-width:990px) {
   .syliCon6 .contBox .center .boxList {
    justify-content: start !important;
  }
}
 .syliCon7 {
  position: relative;
  padding-top: clamp(131px, 13.64583333vw, 262px);
  padding-bottom: clamp(131px, 13.64583333vw, 262px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
 .syliCon7 .w1440 {
  height: 100%;
}
 .syliCon7 .images {
  width: 100%;
  margin-top: clamp(40px, 4.16666667vw, 80px);
  position: relative;
}
 .syliCon7 .images img {
  width: 100%;
  font-size: 0;
  display: block;
}
 .syliCon7 .images::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(#fff, transparent); opacity: 0;
}
@media (max-width:990px) {
   .syliCon7 {
    background-image: none !important;
    padding-top: clamp(50px, 5.20833333vw, 100px);
    padding-bottom: clamp(0px, 0vw, 0px);
  }
}
 .syliCon7 .contBox {
  position: relative;
  width: 100%;
  height: 100%;
}
 .syliCon7 .contBox .center {
  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;
}
 .syliCon7 .contBox .center .box {
  width: 43%;
}
 .syliCon7 .contBox .center .box .syProIdx .title {
  text-align: start;
}
 .syliCon7 .contBox .center .box .syProIdx .subtit {
  text-align: start;
}
 .syliCon7 .contBox .center .box .syProIdx .content {
  text-align: start;
}
 .syliCon7 .contBox .center .box .boxList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: clamp(40px, 4.16666667vw, 80px);
  grid-gap: 20px 20px;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
 .syliCon7 .contBox .center .box .boxList .item {
  font-size: 60px;
  min-width: 2em;
  min-height: 2em;
  background: #f2f2f2;
  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;
  border-radius: 16px;
  padding-left: clamp(7.5px, 0.78125vw, 15px);
  padding-right: clamp(7.5px, 0.78125vw, 15px);
}
@media (max-width:1600px) {
   .syliCon7 .contBox .center .box .boxList .item {
    font-size: 50px;
  }
}
@media (max-width:1366px) {
   .syliCon7 .contBox .center .box .boxList .item {
    font-size: 45px;
  }
}
@media (max-width:1024px) {
   .syliCon7 .contBox .center .box .boxList .item {
    font-size: 38px;
  }
}
@media (max-width:768px) {
   .syliCon7 .contBox .center .box .boxList .item {
    font-size: 31px;
  }
}
@media (max-width:1600px) {
   .syliCon7 .contBox .center .box .boxList .item {
    border-radius: 14px;
  }
}
@media (max-width:1366px) {
   .syliCon7 .contBox .center .box .boxList .item {
    border-radius: 12px;
  }
}
@media (max-width:1024px) {
   .syliCon7 .contBox .center .box .boxList .item {
    border-radius: 10px;
  }
}
@media (max-width:768px) {
   .syliCon7 .contBox .center .box .boxList .item {
    border-radius: 8px; background: #e5e5e561;
  }
}
 .syliCon7 .contBox .center .box .boxList .item .tit {
  font-size: 30px;
  font-family: "sy_bo";
  color: #b61c22;
  line-height: 1;
}
@media (max-width:1600px) {
   .syliCon7 .contBox .center .box .boxList .item .tit {
    font-size: 24px;
  }
}
@media (max-width:1366px) {
   .syliCon7 .contBox .center .box .boxList .item .tit {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
   .syliCon7 .contBox .center .box .boxList .item .tit {
    font-size: 19px;
  }
}
@media (max-width:768px) {
   .syliCon7 .contBox .center .box .boxList .item .tit {
    font-size: 18px;
  }
}
 .syliCon7 .contBox .center .box .boxList .item .sub {
  font-size: 16px;
  font-family: "sy_re";
  color: #000;
  line-height: 1;
  margin-top: clamp(7px, 0.72916667vw, 14px);
}
@media (max-width:1366px) {
   .syliCon7 .contBox .center .box .boxList .item .sub {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
   .syliCon7 .contBox .center .box .boxList .item .sub {
    font-size: 12px;
  }
}
@media (max-width:768px) {
   .syliCon7 .contBox .center .box .boxList .item .sub {
    font-size: 12px;
  }
}
@media (max-width:768px) {
   .syliCon7 .contBox .center .box {
    width: 55%;
  }
}
@media (max-width:640px) {
   .syliCon7 .contBox .center .box {
    width: 75%;
  }
}
@media (max-width:480px) {
   .syliCon7 .contBox .center .box {
    width: 100%;
  }
}
 .syliCon8 {
  position: relative;
  padding-top: clamp(120px, 12.5vw, 240px);
  padding-bottom: clamp(120px, 12.5vw, 240px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
 .syliCon8 .w1440 {
  height: 100%;
}
 .syliCon8 .images {
  width: 100%;
  margin-top: clamp(40px, 4.16666667vw, 80px);
  position: relative;
}
 .syliCon8 .images img {
  width: 100%;
  font-size: 0;
  display: block;
}
 .syliCon8 .images::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(#fff, transparent); opacity: 0;
}
@media (max-width:990px) {
   .syliCon8 {
    background-image: none !important;
    padding-top: clamp(50px, 5.20833333vw, 100px);
    padding-bottom: clamp(0px, 0vw, 0px);
  }
}
 .syliCon8 .contBox {
  position: relative;
  width: 100%;
  height: 100%;
}
 .syliCon8 .contBox .center {
  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: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
 .syliCon8 .contBox .center .box {
  width: 50%;
}
 .syliCon8 .contBox .center .box .syProIdx .title {
  text-align: start;
}
 .syliCon8 .contBox .center .box .syProIdx .subtit {
  text-align: start;
}
 .syliCon8 .contBox .center .box .syProIdx .content {
  text-align: start;
}
 .syliCon8 .contBox .center .box .boxList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: clamp(40px, 4.16666667vw, 80px);
  grid-gap: 20px 20px;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
 .syliCon8 .contBox .center .box .boxList .item {
  font-size: 60px;
  min-width: 2em;
  min-height: 2em;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  border-radius: 16px;
  padding-left: clamp(7.5px, 0.78125vw, 15px);
  padding-right: clamp(7.5px, 0.78125vw, 15px);
}
@media (max-width:1600px) {
   .syliCon8 .contBox .center .box .boxList .item {
    font-size: 50px;
  }
}
@media (max-width:1366px) {
   .syliCon8 .contBox .center .box .boxList .item {
    font-size: 45px;
  }
}
@media (max-width:1024px) {
   .syliCon8 .contBox .center .box .boxList .item {
    font-size: 38px;
  }
}
@media (max-width:768px) {
   .syliCon8 .contBox .center .box .boxList .item {
    font-size: 31px;
  }
}
@media (max-width:1600px) {
   .syliCon8 .contBox .center .box .boxList .item {
    border-radius: 14px;
  }
}
@media (max-width:1366px) {
   .syliCon8 .contBox .center .box .boxList .item {
    border-radius: 12px;
  }
}
@media (max-width:1024px) {
   .syliCon8 .contBox .center .box .boxList .item {
    border-radius: 10px;
  }
}
@media (max-width:768px) {
   .syliCon8 .contBox .center .box .boxList .item {
    border-radius: 8px;background: #e5e5e561;
  }
}
 .syliCon8 .contBox .center .box .boxList .item .tit {
  font-size: 30px;
  font-family: "sy_bo";
  color: #b61c22;
  line-height: 1;
}
@media (max-width:1600px) {
   .syliCon8 .contBox .center .box .boxList .item .tit {
    font-size: 24px;
  }
}
@media (max-width:1366px) {
   .syliCon8 .contBox .center .box .boxList .item .tit {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
   .syliCon8 .contBox .center .box .boxList .item .tit {
    font-size: 19px;
  }
}
@media (max-width:768px) {
   .syliCon8 .contBox .center .box .boxList .item .tit {
    font-size: 18px;
  }
}
 .syliCon8 .contBox .center .box .boxList .item .sub {
  font-size: 16px;
  font-family: "sy_re";
  color: #000;
  line-height: 1;
  margin-top: clamp(7px, 0.72916667vw, 14px);
}
@media (max-width:1366px) {
   .syliCon8 .contBox .center .box .boxList .item .sub {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
   .syliCon8 .contBox .center .box .boxList .item .sub {
    font-size: 12px;
  }
}
@media (max-width:768px) {
   .syliCon8 .contBox .center .box .boxList .item .sub {
    font-size: 12px;
  }
}
@media (max-width:990px) {
   .syliCon8 .contBox .center .box {
    width: 100%;
  }
}
@media (max-width:640px) {
   .syliCon8 .contBox .center .box {
    width: 100%;
  }
}
@media (max-width:480px) {
   .syliCon8 .contBox .center .box {
    width: 100%;
  }
}
 .syliCon9 {
  position: relative;
  padding-top: clamp(131px, 13.64583333vw, 262px);
  padding-bottom: clamp(131px, 13.64583333vw, 262px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
 .syliCon9 .w1440 {
  height: 100%;
}
 .syliCon9 .images {
  width: 100%;
  margin-top: clamp(40px, 4.16666667vw, 80px);
  position: relative;
}
 .syliCon9 .images img {
  width: 100%;
  font-size: 0;
  display: block;
}
 .syliCon9 .images::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(#fff, transparent); opacity: 0;
}
@media (max-width:990px) {
   .syliCon9 {
    background-image: none !important;
    padding-top: clamp(50px, 5.20833333vw, 100px);
    padding-bottom: clamp(0px, 0vw, 0px);
  }
}
 .syliCon9 .contBox {
  position: relative;
  width: 100%;
  height: 100%;
}
 .syliCon9 .contBox .center {
  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;
}
 .syliCon9 .contBox .center .box {
  width: 43%;
}
 .syliCon9 .contBox .center .box .syProIdx .title {
  text-align: start;
}
 .syliCon9 .contBox .center .box .syProIdx .subtit {
  text-align: start;
}
 .syliCon9 .contBox .center .box .syProIdx .content {
  text-align: start;
}
 .syliCon9 .contBox .center .box .boxList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: clamp(40px, 4.16666667vw, 80px);
  grid-gap: 20px 20px;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
 .syliCon9 .contBox .center .box .boxList .item {
  font-size: 60px;
  min-width: 2em;
  min-height: 2em;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  border-radius: 16px;
  padding-left: clamp(7.5px, 0.78125vw, 15px);
  padding-right: clamp(7.5px, 0.78125vw, 15px);
}
@media (max-width:1600px) {
   .syliCon9 .contBox .center .box .boxList .item {
    font-size: 50px;
  }
}
@media (max-width:1366px) {
   .syliCon9 .contBox .center .box .boxList .item {
    font-size: 45px;
  }
}
@media (max-width:1024px) {
   .syliCon9 .contBox .center .box .boxList .item {
    font-size: 38px;
  }
}
@media (max-width:768px) {
   .syliCon9 .contBox .center .box .boxList .item {
    font-size: 31px;
  }
}
@media (max-width:1600px) {
   .syliCon9 .contBox .center .box .boxList .item {
    border-radius: 14px;
  }
}
@media (max-width:1366px) {
   .syliCon9 .contBox .center .box .boxList .item {
    border-radius: 12px;
  }
}
@media (max-width:1024px) {
   .syliCon9 .contBox .center .box .boxList .item {
    border-radius: 10px;
  }
}
@media (max-width:768px) {
   .syliCon9 .contBox .center .box .boxList .item {
    border-radius: 8px; background: #e5e5e561;
  }
}
 .syliCon9 .contBox .center .box .boxList .item .tit {
  font-size: 30px;
  font-family: "sy_bo";
  color: #b61c22;
  line-height: 1;
}
@media (max-width:1600px) {
   .syliCon9 .contBox .center .box .boxList .item .tit {
    font-size: 24px;
  }
}
@media (max-width:1366px) {
   .syliCon9 .contBox .center .box .boxList .item .tit {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
   .syliCon9 .contBox .center .box .boxList .item .tit {
    font-size: 19px;
  }
}
@media (max-width:768px) {
   .syliCon9 .contBox .center .box .boxList .item .tit {
    font-size: 18px;
  }
}
 .syliCon9 .contBox .center .box .boxList .item .sub {
  font-size: 16px;
  font-family: "sy_re";
  color: #000;
  line-height: 1;
  margin-top: clamp(7px, 0.72916667vw, 14px);
}
@media (max-width:1366px) {
   .syliCon9 .contBox .center .box .boxList .item .sub {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
   .syliCon9 .contBox .center .box .boxList .item .sub {
    font-size: 12px;
  }
}
@media (max-width:768px) {
   .syliCon9 .contBox .center .box .boxList .item .sub {
    font-size: 12px;
  }
}
@media (max-width:768px) {
   .syliCon9 .contBox .center .box {
    width: 55%;
  }
}
@media (max-width:640px) {
   .syliCon9 .contBox .center .box {
    width: 75%;
  }
}
@media (max-width:480px) {
   .syliCon9 .contBox .center .box {
    width: 100%;
  }
}
 .syliCon10 {
  position: relative;
  padding-top: clamp(60px, 6.25vw, 120px);
  padding-bottom: clamp(200px, 20.83333333vw, 400px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
 .syliCon10 .w1440 {
  height: 100%;
}
 .syliCon10 .images {
  width: 100%;
  margin-top: clamp(40px, 4.16666667vw, 80px);
  position: relative;
}
 .syliCon10 .images img {
  width: 100%;
  font-size: 0;
  display: block;
}
 .syliCon10 .images::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(#fff, transparent); opacity: 0;
}
@media (max-width:990px) {
   .syliCon10 {
    background-image: none !important;
    padding-top: clamp(50px, 5.20833333vw, 100px);
    padding-bottom: clamp(0px, 0vw, 0px);
  }
     .syliCon10 .contBox .center .box{padding-top: 0px !important;}
}
 .syliCon10 .contBox {
  position: relative;
  width: 100%;
  height: 100%;
}
 .syliCon10 .contBox .center {
  height: 100%;
}
 .syliCon10 .contBox .center .box {
  width: 100%;
  padding-top: clamp(60px, 6.25vw, 120px);
}

 .syliCon10 .contBox .center .box .syProIdx .title {
  text-align: center;
}
 .syliCon10 .contBox .center .box .syProIdx .subtit {
  text-align: center;
}
 .syliCon10 .contBox .center .box .syProIdx .content {
  text-align: center;
}
 .syliCon10 .contBox .center .box .syProIdx .cont .left p {
  text-align: center;
}
 .syliCon10 .contBox .center .box .syProIdx .cont .right p {
  text-align: center;
}
 .syliCon10 .contBox .center .boxList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: clamp(40px, 4.16666667vw, 80px);
  grid-gap: 20px 20px;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
 .syliCon10 .contBox .center .boxList .item {
  font-size: 60px;
  min-width: 2em;
  min-height: 2em;
  background: white;
  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;
  border-radius: 16px;
  padding-left: clamp(7.5px, 0.78125vw, 15px);
  padding-right: clamp(7.5px, 0.78125vw, 15px);
}
@media (max-width:1600px) {
   .syliCon10 .contBox .center .boxList .item {
    font-size: 50px;
  }
}
@media (max-width:1366px) {
   .syliCon10 .contBox .center .boxList .item {
    font-size: 45px;
  }
}
@media (max-width:1024px) {
   .syliCon10 .contBox .center .boxList .item {
    font-size: 38px;
  }
}
@media (max-width:768px) {
   .syliCon10 .contBox .center .boxList .item {
    font-size: 31px;
  }
}
@media (max-width:1600px) {
   .syliCon10 .contBox .center .boxList .item {
    border-radius: 14px;
  }
}
@media (max-width:1366px) {
   .syliCon10 .contBox .center .boxList .item {
    border-radius: 12px;
  }
}
@media (max-width:1024px) {
   .syliCon10 .contBox .center .boxList .item {
    border-radius: 10px;
  }
}
@media (max-width:768px) {
   .syliCon10 .contBox .center .boxList .item {
    border-radius: 8px; background: #e5e5e561;
  }
}
 .syliCon10 .contBox .center .boxList .item .tit {
  font-size: 30px;
  font-family: "sy_bo";
  color: #b61c22;
  line-height: 1;
}
@media (max-width:1600px) {
   .syliCon10 .contBox .center .boxList .item .tit {
    font-size: 24px;
  }
}
@media (max-width:1366px) {
   .syliCon10 .contBox .center .boxList .item .tit {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
   .syliCon10 .contBox .center .boxList .item .tit {
    font-size: 19px;
  }
}
@media (max-width:768px) {
   .syliCon10 .contBox .center .boxList .item .tit {
    font-size: 18px;
  }
}
 .syliCon10 .contBox .center .boxList .item .sub {
  font-size: 16px;
  font-family: "sy_re";
  color: #000;
  line-height: 1;
  margin-top: clamp(7px, 0.72916667vw, 14px);
}
@media (max-width:1366px) {
   .syliCon10 .contBox .center .boxList .item .sub {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
   .syliCon10 .contBox .center .boxList .item .sub {
    font-size: 12px;
  }
}
@media (max-width:768px) {
   .syliCon10 .contBox .center .boxList .item .sub {
    font-size: 12px;
  }
}
@media (max-width:990px) {
   .syliCon10 .contBox .center .boxList {
    justify-content: start !important;
  }
}
 .syliCon11 {
  margin-top: clamp(70px, 7.29166667vw, 140px);
}
 .syliCon11 .center {
  margin-top: clamp(30px, 3.125vw, 60px);
  background: #f2f2f2;
  padding-top: clamp(20px, 2.08333333vw, 40px);
  padding-bottom: clamp(50px, 5.20833333vw, 100px);
}
 .syliCon11 .center .swiperBox {
  position: relative;
}
 .syliCon11 .center .swiperBox .swiper_boxsy {
  overflow: hidden;
}
 .syliCon11 .center .swiperBox .swiper_boxsy ul li {
  background: white;
}
 .syliCon11 .center .swiperBox .swiper_boxsy ul li .box_info .images .pb {
  padding-bottom: 87%;
}
 .syliCon11 .center .swiperBox .swiper_boxsy ul li .box_info .font {
  font-size: 24px;
  height: 5.83em;
  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;
  font-family: "sy_bo";
  color: #000;
  line-height: 1;
}
@media (max-width:1600px) {
   .syliCon11 .center .swiperBox .swiper_boxsy ul li .box_info .font {
    font-size: 22px;
  }
}
@media (max-width:1366px) {
   .syliCon11 .center .swiperBox .swiper_boxsy ul li .box_info .font {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
   .syliCon11 .center .swiperBox .swiper_boxsy ul li .box_info .font {
    font-size: 16px;
  }
}
@media (max-width:768px) {
   .syliCon11 .center .swiperBox .swiper_boxsy ul li .box_info .font {
    font-size: 15px;
  }
}
 .syliCon11 .center .swiperBox .butSwiper {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 2.5vw;
  height: 2.1875vw;
  min-width: 35px;
  min-height: 33px;
  background: url("../images/img45.png") no-repeat center / cover;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
 .syliCon11 .center .swiperBox .butSwiper.next {
  left: calc(100% + 40px);
}
 .syliCon11 .center .swiperBox .butSwiper.prev {
  right: calc(100% + 40px);
  transform: rotate(180deg);
}
 .syliCon11 .center .swiperBox .butSwiper:hover {
  background: url("../images/imsa.png") no-repeat center / cover;
}
@media (max-width:1600px) {
   .syliCon11 .center .swiperBox .butSwiper.next {
    left: unset;
    right: 0;
  }
   .syliCon11 .center .swiperBox .butSwiper.prev {
    right: unset;
    left: 0;
  }
}
 .syliConRight {
  position: relative;
  background-color: #f5f5f5;
  overflow: hidden;
}
 .syliConRight.rightBox .contBox .center {
  flex-direction: row-reverse;
}
 .syliConRight.rightBox .contBox .center .images {
  direction: rtl;
}
 .syliConRight .w1440 {
  height: 100%;
}
@media (max-width:990px) {
   .syliConRight {
    background-image: none !important;
    padding-top: clamp(50px, 5.20833333vw, 100px);
    padding-bottom: clamp(0px, 0vw, 0px);
    background-color: #fff;
  }
   .syliConRight .contBox .center .box{padding: 20px 0 !important;}
}
 .syliConRight .contBox {
  position: relative;
  width: 100%;
  height: 100%;
}
 .syliConRight .contBox .center {
  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;
}
 .syliConRight .contBox .center .box {
  width: 43%;
  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;
  padding: 50px 0;
}
 .syliConRight .contBox .center .box .syProIdx .title {
  text-align: start;
}
 .syliConRight .contBox .center .box .syProIdx .subtit {
  text-align: start;
}
 .syliConRight .contBox .center .box .syProIdx .content {
  text-align: start;
}
 .syliConRight .contBox .center .box .boxList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: clamp(40px, 4.16666667vw, 80px);
  grid-gap: 20px 20px;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
 .syliConRight .contBox .center .box .boxList .item {
  font-size: 60px;
  min-width: 2em;
  min-height: 2em;
  background: #ffffff;
  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;
  border-radius: 16px;
  padding-left: clamp(7.5px, 0.78125vw, 15px);
  padding-right: clamp(7.5px, 0.78125vw, 15px);
}
@media (max-width:1600px) {
   .syliConRight .contBox .center .box .boxList .item {
    font-size: 50px;
  }
}
@media (max-width:1366px) {
   .syliConRight .contBox .center .box .boxList .item {
    font-size: 45px;
  }
}
@media (max-width:1024px) {
   .syliConRight .contBox .center .box .boxList .item {
    font-size: 38px;
  }
}
@media (max-width:768px) {
   .syliConRight .contBox .center .box .boxList .item {
    font-size: 31px;
  }
}
@media (max-width:1600px) {
   .syliConRight .contBox .center .box .boxList .item {
    border-radius: 14px;
  }
}
@media (max-width:1366px) {
   .syliConRight .contBox .center .box .boxList .item {
    border-radius: 12px;
  }
}
@media (max-width:1024px) {
   .syliConRight .contBox .center .box .boxList .item {
    border-radius: 10px;
  }
}
@media (max-width:768px) {
   .syliConRight .contBox .center .box .boxList .item {
    border-radius: 8px;background: #e5e5e561;
  }
}
 .syliConRight .contBox .center .box .boxList .item .tit {
  font-size: 30px;
  font-family: "sy_bo";
  color: #b61c22;
  line-height: 1;
}
@media (max-width:1600px) {
   .syliConRight .contBox .center .box .boxList .item .tit {
    font-size: 24px;
  }
}
@media (max-width:1366px) {
   .syliConRight .contBox .center .box .boxList .item .tit {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
   .syliConRight .contBox .center .box .boxList .item .tit {
    font-size: 19px;
  }
}
@media (max-width:768px) {
   .syliConRight .contBox .center .box .boxList .item .tit {
    font-size: 18px;
  }
}
 .syliConRight .contBox .center .box .boxList .item .sub {
  font-size: 16px;
  font-family: "sy_re";
  color: #000;
  line-height: 1;
  margin-top: clamp(7px, 0.72916667vw, 14px);
}
@media (max-width:1366px) {
   .syliConRight .contBox .center .box .boxList .item .sub {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
   .syliConRight .contBox .center .box .boxList .item .sub {
    font-size: 12px;
  }
}
@media (max-width:768px) {
   .syliConRight .contBox .center .box .boxList .item .sub {
    font-size: 12px;
  }
}
 .syliConRight .contBox .center .images {
  width: 50%;
  position: relative;
}
 .syliConRight .contBox .center .images .img {
  width: 50vw;
  font-size: 0;
  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;
}
 .syliConRight .contBox .center .images .img img {
  font-size: 0;
  width: auto;
}
@media (max-width:990px) {
   .syliConRight .contBox .center {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
   .syliConRight .contBox .center .box {
    width: 100%;
  }
   .syliConRight .contBox .center .images {
    width: 100%;
  }
   .syliConRight .contBox .center .images .img {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
   .syliConRight .contBox .center .images .img::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(#fff, transparent); opacity: 0;
  }
}
 .syliConCenter {
  position: relative;
  padding-top: clamp(60px, 6.25vw, 120px);
  background-repeat: no-repeat;
  background-size: auto 50%;
  background-position: bottom center;
}
 .syliConCenter .w1440 {
  height: 100%;
}
 .syliConCenter .images {
  width: 100%;
  margin-top: clamp(40px, 4.16666667vw, 80px);
  position: relative;
}
 .syliConCenter .images img {
  width: 100%;
  font-size: 0;
  display: block;
}
 .syliConCenter .images::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(#fff, transparent); opacity: 0;
}
@media (max-width:990px) {
   .syliConCenter {
    background-image: none !important;
    padding-top: clamp(50px, 5.20833333vw, 100px);
    padding-bottom: clamp(0px, 0vw, 0px);
  }
}
 .syliConCenter .contBox {
  position: relative;
  width: 100%;
  height: 100%;
}
 .syliConCenter .contBox .center {
  height: 100%;
}
 .syliConCenter .contBox .center .box {
  width: 100%;
}
 .syliConCenter .contBox .center .box .syProIdx .title {
  text-align: center;
}
 .syliConCenter .contBox .center .box .syProIdx .subtit {
  text-align: center;
}
 .syliConCenter .contBox .center .box .syProIdx .content {
  text-align: center;
}
 .syliConCenter .contBox .center .box .syProIdx .cont .left p {
  text-align: center;
}
 .syliConCenter .contBox .center .box .syProIdx .cont .right p {
  text-align: center;
}
 .syliConCenter .contBox .center .boxList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: clamp(40px, 4.16666667vw, 80px);
  grid-gap: 20px 20px;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
 .syliConCenter .contBox .center .boxList .item {
  font-size: 60px;
  min-width: 2em;
  min-height: 2em;
  background: white;
  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;
  border-radius: 16px;
  padding-left: clamp(7.5px, 0.78125vw, 15px);
  padding-right: clamp(7.5px, 0.78125vw, 15px);
}
@media (max-width:1600px) {
   .syliConCenter .contBox .center .boxList .item {
    font-size: 50px;
  }
}
@media (max-width:1366px) {
   .syliConCenter .contBox .center .boxList .item {
    font-size: 45px;
  }
}
@media (max-width:1024px) {
   .syliConCenter .contBox .center .boxList .item {
    font-size: 38px;
  }
}
@media (max-width:768px) {
   .syliConCenter .contBox .center .boxList .item {
    font-size: 31px;
  }
}
@media (max-width:1600px) {
   .syliConCenter .contBox .center .boxList .item {
    border-radius: 14px;
  }
}
@media (max-width:1366px) {
   .syliConCenter .contBox .center .boxList .item {
    border-radius: 12px;
  }
}
@media (max-width:1024px) {
   .syliConCenter .contBox .center .boxList .item {
    border-radius: 10px;
  }
}
@media (max-width:768px) {
   .syliConCenter .contBox .center .boxList .item {
    border-radius: 8px; background: #e5e5e561;
  }
}
 .syliConCenter .contBox .center .boxList .item .tit {
  font-size: 30px;
  font-family: "sy_bo";
  color: #b61c22;
  line-height: 1;
}
@media (max-width:1600px) {
   .syliConCenter .contBox .center .boxList .item .tit {
    font-size: 24px;
  }
}
@media (max-width:1366px) {
   .syliConCenter .contBox .center .boxList .item .tit {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
   .syliConCenter .contBox .center .boxList .item .tit {
    font-size: 19px;
  }
}
@media (max-width:768px) {
   .syliConCenter .contBox .center .boxList .item .tit {
    font-size: 18px;
  }
}
 .syliConCenter .contBox .center .boxList .item .sub {
  font-size: 16px;
  font-family: "sy_re";
  color: #000;
  line-height: 1;
  margin-top: clamp(7px, 0.72916667vw, 14px);
}
@media (max-width:1366px) {
   .syliConCenter .contBox .center .boxList .item .sub {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
   .syliConCenter .contBox .center .boxList .item .sub {
    font-size: 12px;
  }
}
@media (max-width:768px) {
   .syliConCenter .contBox .center .boxList .item .sub {
    font-size: 12px;
  }
}
@media (max-width:990px) {
   .syliConCenter .contBox .center .boxList {
    justify-content: start !important;
  }
}
 .proEduCon1 {
  padding-top: clamp(60px, 6.25vw, 120px);
}
 .proEduCon1 .proList {
  margin-top: clamp(20px, 2.08333333vw, 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;
  grid-gap: 20px 160px;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
@media (max-width:1280px) {
   .proEduCon1 .proList {
    grid-gap: 20px 120px;
  }
}
@media (max-width:1024px) {
   .proEduCon1 .proList {
    grid-gap: 20px 100px;
  }
}
@media (max-width:990px) {
   .proEduCon1 .proList {
    grid-gap: 10px 80px;
  }
}
@media (max-width:768px) {
   .proEduCon1 .proList {
    grid-gap: 20px 0px !important;
  }
}
 .proEduCon1 .proList .item {
  height: auto;
  cursor: pointer;
}
 .proEduCon1 .proList .item .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 62px;
  filter: brightness(0) invert(0);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width:990px) {
   .proEduCon1 .proList .item .images {
    height: 45px;
  }
}
 .proEduCon1 .proList .item .font {
  font-size: 20px;
  font-family: "sy_bo";
  color: #000;
  line-height: 1;
  margin-top: clamp(10px, 1.04166667vw, 20px);
}
@media (max-width:1600px) {
   .proEduCon1 .proList .item .font {
    font-size: 18px;
  }
}
@media (max-width:1366px) {
   .proEduCon1 .proList .item .font {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
   .proEduCon1 .proList .item .font {
    font-size: 14px;
  }
}
@media (max-width:768px) {
    .proEduCon1 .proList{
        justify-content: left !important;
    }
    .proEduCon1 .proList .item{
        width: 33.3%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
   .proEduCon1 .proList .item .font {
    font-size: 13px;
  }
}
 .proEduCon1 .proList .item.avtive .images,
 .proEduCon1 .proList .item:hover .images {
  filter: brightness(1) invert(0);
}
 .proEduCon1 .proList .item.avtive .font,
 .proEduCon1 .proList .item:hover .font {
  color: #b61c22;
}
 .proEduCon1 .proImages {
  margin-top: clamp(20px, 2.08333333vw, 40px);
}
 .proEduCon2 {
  position: relative;
  background: #fff;
}
 .proEduCon2 .images {
  width: 100%;
  position: relative;
  z-index: 1;
}
 .proEduCon2 .images img {
  width: 100%;
  font-size: 0;
  display: block;
}
 .proEduCon2 .images::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(#fff, transparent); opacity: 0;
}
 .proEduCon2 .conBox {
  position: absolute;
  top: 0;
  width: 100%;
  padding-top: clamp(60px, 6.25vw, 120px);
  z-index: 2;
}
@media (max-width:768px) {
   .proEduCon2 .conBox {
    position: static;
  }
}
@media (max-width:768px) {
   .proEduCon2 .images {
    margin-top: 40px;
  }
}
 .proEduCon3 {
  position: relative;
  background: #fff;
}
 .proEduCon3 .images {
  width: 100%;
  position: relative;
  z-index: 1;
}
 .proEduCon3 .images img {
  width: 100%;
  font-size: 0;
  display: block;
}
 .proEduCon3 .images::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(#fff, transparent);opacity: 0;
}
 .proEduCon3 .conBox {
  position: absolute;
  top: 0;
  width: 100%;
  padding-top: clamp(60px, 6.25vw, 120px);
  z-index: 2;
}
@media (max-width:768px) {
   .proEduCon3 .conBox {
    position: static;
  }
}
@media (max-width:768px) {
   .proEduCon3 .images {
    margin-top: 40px;
  }
}
 .proEduCon4 {
  position: relative;
  background: #fff;
}
 .proEduCon4 .images {
  width: 100%;
  position: relative;
  z-index: 1;
}
 .proEduCon4 .images img {
  width: 100%;
  font-size: 0;
  display: block;
}
 .proEduCon4 .images::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(#fff, transparent); opacity: 0;
}
 .proEduCon4 .conBox {
  position: absolute;
  top: 0;
  width: 100%;
  padding-top: clamp(60px, 6.25vw, 120px);
  z-index: 2;
}
@media (max-width:768px) {
   .proEduCon4 .conBox {
    position: static;
  }
}
@media (max-width:768px) {
   .proEduCon4 .images {
    margin-top: 40px;
  }
}
 .proEduCon5 {
  position: relative;
  background: #fff;
}
 .proEduCon5 .images {
  width: 100%;
  position: relative;
  z-index: 1;
}
 .proEduCon5 .images img {
  width: 100%;
  font-size: 0;
  display: block;
}
 .proEduCon5 .images::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(#fff, transparent); opacity: 0;
}
 .proEduCon5 .conBox {
  position: absolute;
  top: 0;
  width: 100%;
  padding-top: clamp(60px, 6.25vw, 120px);
  z-index: 2;
}
@media (max-width:768px) {
   .proEduCon5 .conBox {
    position: static;
  }
}
@media (max-width:768px) {
   .proEduCon5 .images {
    margin-top: 40px;
  }
}
 .proEduCon6 {
  position: relative;
  background: #fff;
}
 .proEduCon6 .images {
  width: 100%;
  position: relative;
  z-index: 1;
}
 .proEduCon6 .images img {
  width: 100%;
  font-size: 0;
  display: block;
}
 .proEduCon6 .images::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(#fff, transparent);opacity: 0;
}
 .proEduCon6 .conBox {
  position: absolute;
  top: 0;
  width: 100%;
  padding-top: clamp(60px, 6.25vw, 120px);
  z-index: 2;
}
@media (max-width:768px) {
   .proEduCon6 .conBox {
    position: static;
  }
}
@media (max-width:768px) {
   .proEduCon6 .images {
    margin-top: 40px;
  }
}
.sales .inside_banner .center .insideBox .title {
  color: white;
}
.sales .inside_banner .center .insideBox .subtitle {
  color: white;
}
.sales .inside_banner .center .insideBox .subtitle p {
  color: white;
}
@media (max-width:990px) {
  .sales .inside_banner .center .insideBox .title {
    color: #000;
  }
  .sales .inside_banner .center .insideBox .subtitle {
    color: #000;
  }
  .sales .inside_banner .center .insideBox .subtitle p {
    color: #000;
  }
}
.sales .salesBox {
  padding-top: clamp(57.5px, 5.98958333vw, 115px);
  background: linear-gradient(180deg, rgba(236, 234, 230, 0) 20%, #eceae6 100%);
}
.sales .salesBox .shfw-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.sales .salesBox .shfw-box > img {
  width: 51.39%;
}
.sales .salesBox .shfw-box .content {
  padding-top: clamp(30px, 3.125vw, 60px);
  padding-bottom: clamp(30px, 3.125vw, 60px);
  padding-left: clamp(20px, 2.08333333vw, 40px);
  padding-right: clamp(20px, 2.08333333vw, 40px);
  width: 50%;
  border-top: 3px solid #b61c22;
  background: url("../images/img97.png") #ffffff no-repeat right bottom;
  box-shadow: 0 0 40px #f4f4f4;
}
.sales .salesBox .shfw-box .content .tit {
  font-size: 40px;
  font-weight: bold;
}
@media (max-width:1600px) {
  .sales .salesBox .shfw-box .content .tit {
    font-size: 36px;
  }
}
@media (max-width:1366px) {
  .sales .salesBox .shfw-box .content .tit {
    font-size: 32px;
  }
}
@media (max-width:1024px) {
  .sales .salesBox .shfw-box .content .tit {
    font-size: 26px;
  }
}
@media (max-width:768px) {
  .sales .salesBox .shfw-box .content .tit {
    font-size: 23px;
  }
}
.sales .salesBox .shfw-box .content .desc {
  font-size: 20px;
}
@media (max-width:1600px) {
  .sales .salesBox .shfw-box .content .desc {
    font-size: 18px;
  }
}
@media (max-width:1366px) {
  .sales .salesBox .shfw-box .content .desc {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .sales .salesBox .shfw-box .content .desc {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .sales .salesBox .shfw-box .content .desc {
    font-size: 13px;
  }
}
.sales .salesBox .shfw-box .content .desc span,
.sales .salesBox .shfw-box .content .desc strong {
  color: #b61c22;
  font-size: 24px;
}
@media (max-width:1600px) {
  .sales .salesBox .shfw-box .content .desc span,
  .sales .salesBox .shfw-box .content .desc strong {
    font-size: 22px;
  }
}
@media (max-width:1366px) {
  .sales .salesBox .shfw-box .content .desc span,
  .sales .salesBox .shfw-box .content .desc strong {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .sales .salesBox .shfw-box .content .desc span,
  .sales .salesBox .shfw-box .content .desc strong {
    font-size: 16px;
  }
}
@media (max-width:768px) {
  .sales .salesBox .shfw-box .content .desc span,
  .sales .salesBox .shfw-box .content .desc strong {
    font-size: 15px;
  }
}
.sales .salesBox .shfw-box .content .p1 {
  font-size: 20px;
  font-weight: bold;
  margin-top: clamp(30px, 3.125vw, 60px);
  margin-bottom: 15px;
}
@media (max-width:1600px) {
  .sales .salesBox .shfw-box .content .p1 {
    font-size: 18px;
  }
}
@media (max-width:1366px) {
  .sales .salesBox .shfw-box .content .p1 {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .sales .salesBox .shfw-box .content .p1 {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .sales .salesBox .shfw-box .content .p1 {
    font-size: 13px;
  }
}
.sales .salesBox .shfw-box .content .p2 {
  font-size: 16px;
  color: #666666;
}
@media (max-width:1366px) {
  .sales .salesBox .shfw-box .content .p2 {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .sales .salesBox .shfw-box .content .p2 {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .sales .salesBox .shfw-box .content .p2 {
    font-size: 12px;
  }
}
.sales .salesBox .shfw-box .content .qr-box {
  margin-top: clamp(30px, 3.125vw, 60px);
  display: inline-block;
  font-size: 14px;
  text-align: center;
  color: #666666;
}
@media (max-width:1366px) {
  .sales .salesBox .shfw-box .content .qr-box {
    font-size: 13px;
  }
}
@media (max-width:1024px) {
  .sales .salesBox .shfw-box .content .qr-box {
    font-size: 12px;
  }
}
.sales .salesBox .shfw-box .content .qr-box img {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .sales .salesBox {
    padding: 25px 0;
  }
  .sales .salesBox .shfw-box > img {
    display: none;
  }
  .sales .salesBox .shfw-box .content {
    width: 100%;
  }
}
.sales .contactCon2 {
  margin-top: clamp(50px, 5.20833333vw, 100px);
  background: #f6f6f6;
  padding-top: clamp(60px, 6.25vw, 120px);
  padding-bottom: clamp(60px, 6.25vw, 120px);
}
.sales .contactCon2 .content .title {
  color: #000;
  font-family: "sy_bo";
  font-size: 40px;
  line-height: 1;
}
@media (max-width:1600px) {
  .sales .contactCon2 .content .title {
    font-size: 36px;
  }
}
@media (max-width:1366px) {
  .sales .contactCon2 .content .title {
    font-size: 32px;
  }
}
@media (max-width:1024px) {
  .sales .contactCon2 .content .title {
    font-size: 26px;
  }
}
@media (max-width:768px) {
  .sales .contactCon2 .content .title {
    font-size: 23px;
  }
}
.sales .contactCon2 .content .boxItem {
  margin-top: clamp(20px, 2.08333333vw, 40px);
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 30px 30px;
}
.sales .contactCon2 .content .boxItem .item {
  background: white;
  padding-left: clamp(20px, 2.08333333vw, 40px);
  padding-right: clamp(20px, 2.08333333vw, 40px);
  padding-top: clamp(20px, 2.08333333vw, 40px);
  padding-bottom: clamp(20px, 2.08333333vw, 40px);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
}
.sales .contactCon2 .content .boxItem .item .tit {
  font-size: 20px;
  font-family: "sy_bo";
  color: #000;
  line-height: 1;
  padding-bottom: clamp(10px, 1.04166667vw, 20px);
  border-bottom: 3px solid #f6f6f6;
  position: relative;
}
@media (max-width:1600px) {
  .sales .contactCon2 .content .boxItem .item .tit {
    font-size: 18px;
  }
}
@media (max-width:1366px) {
  .sales .contactCon2 .content .boxItem .item .tit {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .sales .contactCon2 .content .boxItem .item .tit {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .sales .contactCon2 .content .boxItem .item .tit {
    font-size: 13px;
  }
}
.sales .contactCon2 .content .boxItem .item .tit::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 52px;
  height: 3px;
  background: #b61c22;
}
.sales .contactCon2 .content .boxItem .item .con {
  padding-top: clamp(15px, 1.5625vw, 30px);
  padding-bottom: clamp(15px, 1.5625vw, 30px);
  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;
  grid-gap: 5px 0px;
}
.sales .contactCon2 .content .boxItem .item .con p {
  font-size: 16px;
  color: #666666;
  font-family: "sy_re";
}
@media (max-width:1366px) {
  .sales .contactCon2 .content .boxItem .item .con p {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .sales .contactCon2 .content .boxItem .item .con p {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .sales .contactCon2 .content .boxItem .item .con p {
    font-size: 12px;
  }
}
.sales .contactCon2 .content .boxItem .item:hover {
  box-shadow: 0 0 10px 1px rgba(153, 153, 153, 0.712);
}
.maodian {
  width: 100%;
  transform: translateY(-80px);
}


@keyframes scaletop {
	0% {transform: translateY(200%);}
	50% {transform: translateY(0%);}
	100% {transform: translateY(-200%);}
}

.goTop{
    position: fixed;
    bottom: 80px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: #b61c22;
    z-index: 10;
    display: flex;
    align-items: center;
    box-shadow: 0 0 10px 1px #7777773b;
    justify-content: center;
    overflow: hidden;
}

@media (max-width:990px) {
    .goTop{display: none !important;}
}

.goTop i{
    font-size: 20px;
    animation-name: scaletop; /*关键帧名称*/animation-timing-function: linear;/*动画的速度曲线*/ animation-iteration-count: infinite; /*动画播放的次数*/ animation-duration: 2s; /*动画所花费的时间*/
}

.goTop i::before{color: white;}

.footer .f_box .botBox .right .item{position: relative;display: flex; cursor: pointer;
justify-content: center;}

.imgCode {
  width: 120px;
  height: 120px;
  position: absolute;
  background: white;
  bottom: calc(100% + 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s;
}
.imgCode::after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 13px 0 13px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  top: 100%;
}
.footer .f_box .botBox .right .item:hover .imgCode {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.xinEduBox{
    width: 100%;
    height: auto;
}
.xinCon1{
    width: 100%;
}

.xinCon1 .images {
    width: 100%;
}
.xinCon1 .images img{
    width: 100%;
}


















