@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"],
button {
  -webkit-appearance: none;
}
.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;
}
.text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.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;
}
.w1420 {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
  height: 100%;
}
.w1400,
.wrap {
  width: 100%;
  height: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.w1300,
.wrap {
  width: 100%;
  max-width: 1300px;
  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;
}
/* ----------------------------------------------------------字体 */
.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;
  }
}
.font140 {
  font-size: 140px;
}
@media (max-width:1600px) {
  .font140 {
    font-size: 130px;
  }
}
@media (max-width:1560px) {
  .font140 {
    font-size: 120px;
  }
}
@media (max-width:1440px) {
  .font140 {
    font-size: 110px;
  }
}
@media (max-width:1366px) {
  .font140 {
    font-size: 100px;
  }
}
@media (max-width:1200px) {
  .font140 {
    font-size: 90px;
  }
}
@media (max-width:1024px) {
  .font140 {
    font-size: 80px;
  }
}
@media (max-width:768px) {
  .font140 {
    font-size: 54px;
  }
}
@media (max-width:480px) {
  .font140 {
    font-size: 40px;
  }
}
@media (max-width:360px) {
  .font140 {
    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: 30px;
  }
}
.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: 34px;
  }
}
.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: 32px;
  }
}
.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: 30px;
  }
}
.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;
  }
}
@media (max-width:480px) {
  .font48 {
    font-size: 24px;
  }
}
@media (max-width:360px) {
  .font48 {
    font-size: 22px;
  }
}
.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;
  }
}
.font44 {
  font-size: 44px;
}
@media (max-width:1600px) {
  .font44 {
    font-size: 39px;
  }
}
@media (max-width:1366px) {
  .font44 {
    font-size: 35px;
  }
}
@media (max-width:1024px) {
  .font44 {
    font-size: 29px;
  }
}
@media (max-width:768px) {
  .font44 {
    font-size: 25px;
  }
}
.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) {
  .w1420 {
    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) {
  .w1300 {
    padding: 0 30px;
  }
}
@media (max-width:1024px) {
  .w1800,
  .w1720,
  .w1680,
  .w1560,
  .w1400,
  .w1350,
  .wrap,
  .w1420,
  .w1600,
  .w1280,
  .w1200,
  .w1300,
  .w1200 .w1040,
  .w1194 {
    padding: 0 30px;
  }
}
@media (max-width:990px) {
  .w1800,
  .w1720,
  .w1680,
  .w1560,
  .w1400,
  .w1350,
  .wrap,
  .w1420,
  .w1600,
  .w1280,
  .w1200,
  .w1300,
  .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/SourceHanSansCN-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: "impact";
  src: url(../fonts/impact.ttf);
}
.impact {
  font-family: "impact";
}
.miY {
  font-family: "Microsoft YaHei";
}
* {
  font-family: "sy_re";
}
/* ----------------------------------------------------------    主题色 */
/* ----------------------------------------------------------   视频弹窗 */
.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: #4999f2;
  -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: #4999f2;
  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;
  }
}
.navbar .category-item .category-a {
  font-family: "sy_re";
}
.header_nbsp {
  width: 100%;
  height: 80px;
  display: block;
}
@media (max-width:1280px) {
  .header_nbsp {
    height: 80px;
  }
}
@media (max-width:990px) {
  .header_nbsp {
    display: none;
  }
}
.bg_gradient {
  background: linear-gradient(90deg, #4d9bf2 10%, #79b8ff 80%);
}
.bg_gradienta {
  background: linear-gradient(90deg, #79b8ff 10%, #4d9bf2 80%);
}
/* --------------------------------------------------------------------------------------------------    PC端导航end */
.idxPage {
  text-align: center;
  width: 100%;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  grid-gap: 0 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: none;
}
.idxPage .swiper-pagination-bullet-active {
  background: #4999f2;
}
@media (max-width:990px) {
  .idxPage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.idx_title {
  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;
}
.idx_title .title {
  font-family: "sy_re";
  font-size: 36px;
  color: #4999f2;
  line-height: 1;
  text-align: center;
}
@media (max-width:1600px) {
  .idx_title .title {
    font-size: 30px;
  }
}
@media (max-width:1366px) {
  .idx_title .title {
    font-size: 24px;
  }
}
@media (max-width:1024px) {
  .idx_title .title {
    font-size: 21px;
  }
}
@media (max-width:768px) {
  .idx_title .title {
    font-size: 20px;
  }
}
.idx_title .subtitle {
  font-family: "sy_li";
  font-size: 20px;
  color: #777777;
  line-height: 2;
  text-align: center;
  margin-top: clamp(7.5px, 0.78125vw, 15px);
  max-width: 700px;
  width: 100%;
}
@media (max-width:1600px) {
  .idx_title .subtitle {
    font-size: 18px;
  }
}
@media (max-width:1366px) {
  .idx_title .subtitle {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .idx_title .subtitle {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .idx_title .subtitle {
    font-size: 13px;
  }
}
.idx_listBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px solid #4999f2;
  margin-top: clamp(40px, 4.16666667vw, 80px);
}
.idx_listBox .item {
  flex: 1;
  font-size: 20px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-family: "sy_re";
  color: #4999f2;
  line-height: 1;
  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;
  position: relative;
  cursor: pointer;
}
@media (max-width:1600px) {
  .idx_listBox .item {
    font-size: 18px;
  }
}
@media (max-width:1366px) {
  .idx_listBox .item {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .idx_listBox .item {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .idx_listBox .item {
    font-size: 13px;
  }
}
.idx_listBox .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0%;
  height: 2px;
  background: #4999f2;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.idx_listBox .item:hover,
.idx_listBox .item.active {
  font-family: "sy_bo";
}
.idx_listBox .item:hover::after,
.idx_listBox .item.active::after {
  width: 100%;
  left: 0;
}
@media (max-width:990px) {
  .idx_listBox {
    flex-wrap: wrap;
    justify-content: start;
  }
  .idx_listBox .item {
    min-width: 100px;
    flex: unset !important;
    justify-content: center;
  }
}
@media (max-width:640px) {
  .idx_listBox .item {
    width: 33.3% !important;
  }
  .idx_listBox .item:hover,
  .idx_listBox .item.active {
    font-family: "sy_bo";
  }
  .idx_listBox .item:hover::after,
  .idx_listBox .item.active::after {
    width: 50%;
    right: unset !important;
    left: unset !important;
  }
}
.idx_button {
  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);
}
.idx_button a {
  border-radius: 100px;
  padding: 9px 24px;
  color: white;
  font-size: 18px;
  font-family: "sy_re";
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width:1600px) {
  .idx_button a {
    font-size: 16px;
  }
}
@media (max-width:1366px) {
  .idx_button a {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .idx_button a {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .idx_button a {
    font-size: 12px;
  }
}
.idx_button a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #4d9bf2 10%, #79b8ff 80%);
  transition: all 0.5s;
}
.idx_button a span {
  position: relative;
  z-index: 2;
}
.idx_button a:hover {
  color: rgba(255, 255, 255, .5);
}
/*.idx_button a:hover::after {*/
/*  -webkit-aspect-ratio: 1;*/
/*  aspect-ratio: 1;*/
/*  width: 47px;*/
/*  border-radius: 50%;*/
/*}*/
.idxButtn {
  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;
}
.idxButtn a {
  width: 240px;
  height: 58px;
  border: 1px solid #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: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-family: "sy_li";
  font-size: 24px;
  color: white;
  margin-top: clamp(15px, 1.5625vw, 30px);
  position: relative;
}
@media (max-width:1600px) {
  .idxButtn a {
    font-size: 22px;
  }
}
@media (max-width:1366px) {
  .idxButtn a {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .idxButtn a {
    font-size: 16px;
  }
}
@media (max-width:768px) {
  .idxButtn a {
    font-size: 15px;
  }
}
.idxButtn a span {
  position: relative;
  z-index: 2;
}
.idxButtn a::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0%;
  height: 100%;
  background: #4999f2;
  transition: all 0.5s;
  z-index: 1;
}
.idxButtn a:hover::after {
  width: 100%;
  left: 0;
}
@media (max-width:990px) {
  .idxButtn a {
    width: auto;
    height: auto;
    padding: 8px 20px;
  }
}
.idx_banner {
  background-color: #f5f8fb;
  position: relative;
}
.idx_banner .swiper_box {
  overflow: hidden;
}
.idx_banner .swiper_box ul li {
  width: 0;
  overflow: hidden;
}
.idx_banner .swiper_box ul li .slide-inner {
  width: 100%;
}
.idx_banner .swiper_box ul li .slide-inner img {
  width: 100%;
  transform: scale(1);
  -webkit-transition: all 5s linear;
  -o-transition: all 5s linear;
  transition: all 5s linear;
  font-size: 0;
}
.idx_banner .swiper_box ul li .slide-inner video {
  width: 100%;
}
.idx_banner .swiper_box ul li.swiper-slide-active .slide-inner img {
  transform: scale(1.03);
}
.idx_banner .idxPage {
  position: absolute;
  z-index: 4;
}
.idx_banner .idxPage span {
  width: 4px;
  height: 4px;
  background-color: white;
  border-radius: 0 ;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.idx_banner .idxPage span.swiper-pagination-bullet-active {
  width: 34px;
  height: 4px;
}
.idx_product {
  padding-top: clamp(50px, 5.20833333vw, 100px);
  background-color: #f5f8fb;
  padding-bottom: clamp(50px, 5.20833333vw, 100px);
}
.idx_product .contentBox .swiperInfo.wap {
  margin-top: clamp(15px, 1.5625vw, 30px);
}
.idx_product .contentBox .swiperInfo.wap .swiper_boxa {
  overflow: hidden;
}
.idx_product .contentBox .swiperInfo.wap .swiper_boxa ul li {
  width: 0;
}
.idx_product .contentBox .swiperInfo.wap .swiper_boxa ul li .iBox .swiper_boxson {
  overflow: hidden;
}
.idx_product .contentBox .swiperInfo.wap .swiper_boxa ul li .iBox .swiper_boxson .swiper-wrapper .swiper-slide {
  background-color: white;
  width: 0;
  height: auto;
}
.idx_product .contentBox .swiperInfo.wap .swiper_boxa ul li .iBox .swiper_boxson .swiper-wrapper .swiper-slide .itemBox {
  height: 100%;
}
.idx_product .contentBox .swiperInfo.wap .swiper_boxa ul li .iBox .swiper_boxson .swiper-wrapper .swiper-slide .itemBox .item {
  padding-left: clamp(25px, 2.60416667vw, 50px);
  padding-right: clamp(25px, 2.60416667vw, 50px);
  padding-top: clamp(30px, 3.125vw, 60px);
  padding-bottom: clamp(30px, 3.125vw, 60px);
  border-bottom: 1px solid #edf1f5;
  border-right: 1px solid #edf1f5;
  cursor: pointer;
  position: relative;
  height: 100%;
}
.idx_product .contentBox .swiperInfo.wap .swiper_boxa ul li .iBox .swiper_boxson .swiper-wrapper .swiper-slide .itemBox .item .title {
  font-family: "sy_bo";
  font-size: 20px;
  color: #333333;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width:1600px) {
  .idx_product .contentBox .swiperInfo.wap .swiper_boxa ul li .iBox .swiper_boxson .swiper-wrapper .swiper-slide .itemBox .item .title {
    font-size: 18px;
  }
}
@media (max-width:1366px) {
  .idx_product .contentBox .swiperInfo.wap .swiper_boxa ul li .iBox .swiper_boxson .swiper-wrapper .swiper-slide .itemBox .item .title {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .idx_product .contentBox .swiperInfo.wap .swiper_boxa ul li .iBox .swiper_boxson .swiper-wrapper .swiper-slide .itemBox .item .title {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .idx_product .contentBox .swiperInfo.wap .swiper_boxa ul li .iBox .swiper_boxson .swiper-wrapper .swiper-slide .itemBox .item .title {
    font-size: 13px;
  }
}
.idx_product .contentBox .swiperInfo.wap .swiper_boxa ul li .iBox .swiper_boxson .swiper-wrapper .swiper-slide .itemBox .item .subtitle {
  font-family: "sy_re";
  font-size: 14px;
  color: #777777;
  margin-top: clamp(10px, 1.04166667vw, 20px);
}
@media (max-width:1366px) {
  .idx_product .contentBox .swiperInfo.wap .swiper_boxa ul li .iBox .swiper_boxson .swiper-wrapper .swiper-slide .itemBox .item .subtitle {
    font-size: 13px;
  }
}
@media (max-width:1024px) {
  .idx_product .contentBox .swiperInfo.wap .swiper_boxa ul li .iBox .swiper_boxson .swiper-wrapper .swiper-slide .itemBox .item .subtitle {
    font-size: 12px;
  }
}
.idx_product .contentBox .swiperInfo.wap .swiper_boxa ul li .iBox .swiper_boxson .swiper-wrapper .swiper-slide .itemBox .item .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  grid-gap: 10px 10px;
  margin-top: clamp(15px, 1.5625vw, 30px);
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.idx_product .contentBox .swiperInfo.wap .swiper_boxa ul li .iBox .swiper_boxson .swiper-wrapper .swiper-slide .itemBox .item .cont 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;
  width: 70px;
  height: 28px;
  font-size: 14px;
  color: #4999f2;
  font-family: "sy_li";
  border: 1px solid #4999f2;
}
@media (max-width:1366px) {
  .idx_product .contentBox .swiperInfo.wap .swiper_boxa ul li .iBox .swiper_boxson .swiper-wrapper .swiper-slide .itemBox .item .cont span {
    font-size: 13px;
  }
}
@media (max-width:1024px) {
  .idx_product .contentBox .swiperInfo.wap .swiper_boxa ul li .iBox .swiper_boxson .swiper-wrapper .swiper-slide .itemBox .item .cont span {
    font-size: 12px;
  }
}
.idx_product .contentBox .swiperInfo.wap .swiper_boxa ul li .iBox .swiper_boxson .swiper-wrapper .swiper-slide .itemBox .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0%;
  height: 2px;
  background: #4999f2;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.idx_product .contentBox .swiperInfo.wap .swiper_boxa ul li .iBox .swiper_boxson .swiper-wrapper .swiper-slide .itemBox .item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 0%;
  background: #4999f2;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.idx_product .contentBox .swiperInfo.wap .swiper_boxa ul li .iBox .swiper_boxson .swiper-wrapper .swiper-slide .itemBox .item:hover::after {
  width: 100%;
}
.idx_product .contentBox .swiperInfo.wap .swiper_boxa ul li .iBox .swiper_boxson .swiper-wrapper .swiper-slide .itemBox .item:hover::before {
  height: 100%;
}
.idx_product .contentBox .swiperInfo.wap .swiper_boxa ul li .iBox .swiper_boxson .swiper-wrapper .swiper-slide .itemBox .item:hover .title {
  color: #4999f2;
}
.idx_product .contentBox .swiperInfo.pc {
  margin-top: clamp(15px, 1.5625vw, 30px);
}
.idx_product .contentBox .swiperInfo.pc .swiper_boxb {
  overflow: hidden;
}
.idx_product .contentBox .swiperInfo.pc .swiper_boxb ul li {
  background-color: white;
}
.idx_product .contentBox .swiperInfo.pc .swiper_boxb ul li .itemBox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: clamp(0px, 0vw, 0px) clamp(0px, 0vw, 0px);
  height: auto;
}
.idx_product .contentBox .swiperInfo.pc .swiper_boxb ul li .itemBox .item {
  padding-left: clamp(25px, 2.60416667vw, 50px);
  padding-right: clamp(25px, 2.60416667vw, 50px);
  padding-top: clamp(30px, 3.125vw, 60px);
  padding-bottom: clamp(30px, 3.125vw, 60px);
  border-bottom: 1px solid #edf1f5;
  border-right: 1px solid #edf1f5;
  height: 100%;
  cursor: pointer;
  position: relative;
}
.idx_product .contentBox .swiperInfo.pc .swiper_boxb ul li .itemBox .item .title {
  font-family: "sy_bo";
  font-size: 20px;
  color: #333333;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width:1600px) {
  .idx_product .contentBox .swiperInfo.pc .swiper_boxb ul li .itemBox .item .title {
    font-size: 18px;
  }
}
@media (max-width:1366px) {
  .idx_product .contentBox .swiperInfo.pc .swiper_boxb ul li .itemBox .item .title {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .idx_product .contentBox .swiperInfo.pc .swiper_boxb ul li .itemBox .item .title {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .idx_product .contentBox .swiperInfo.pc .swiper_boxb ul li .itemBox .item .title {
    font-size: 13px;
  }
}
.idx_product .contentBox .swiperInfo.pc .swiper_boxb ul li .itemBox .item .subtitle {
  font-family: "sy_re";
  font-size: 14px;
  color: #777777;
  margin-top: clamp(10px, 1.04166667vw, 20px);
}
@media (max-width:1366px) {
  .idx_product .contentBox .swiperInfo.pc .swiper_boxb ul li .itemBox .item .subtitle {
    font-size: 13px;
  }
}
@media (max-width:1024px) {
  .idx_product .contentBox .swiperInfo.pc .swiper_boxb ul li .itemBox .item .subtitle {
    font-size: 12px;
  }
}
.idx_product .contentBox .swiperInfo.pc .swiper_boxb ul li .itemBox .item .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  grid-gap: 0 10px;
  margin-top: clamp(15px, 1.5625vw, 30px);
}
.idx_product .contentBox .swiperInfo.pc .swiper_boxb ul li .itemBox .item .cont 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;
  width: 70px;
  height: 28px;
  font-size: 14px;
  color: #4999f2;
  font-family: "sy_li";
  border: 1px solid #4999f2;
}
@media (max-width:1366px) {
  .idx_product .contentBox .swiperInfo.pc .swiper_boxb ul li .itemBox .item .cont span {
    font-size: 13px;
  }
}
@media (max-width:1024px) {
  .idx_product .contentBox .swiperInfo.pc .swiper_boxb ul li .itemBox .item .cont span {
    font-size: 12px;
  }
}
.idx_product .contentBox .swiperInfo.pc .swiper_boxb ul li .itemBox .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0%;
  height: 2px;
  background: #4999f2;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.idx_product .contentBox .swiperInfo.pc .swiper_boxb ul li .itemBox .item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 0%;
  background: #4999f2;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.idx_product .contentBox .swiperInfo.pc .swiper_boxb ul li .itemBox .item:hover::after {
  width: 100%;
}
.idx_product .contentBox .swiperInfo.pc .swiper_boxb ul li .itemBox .item:hover::before {
  height: 100%;
}
.idx_product .contentBox .swiperInfo.pc .swiper_boxb ul li .itemBox .item:hover .title {
  color: #4999f2;
}
.idx_case {
  padding-top: clamp(40px, 4.16666667vw, 80px);
  padding-bottom: clamp(50px, 5.20833333vw, 100px);
  background-image: url(../images/idxb.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.idx_case .idx_title .title {
  color: white;
}
.idx_case .idx_title .subtitle {
  color: white;
}
.idx_case .contentBox .idx_listBox {
  border-bottom: 1px solid white;
}
.idx_case .contentBox .idx_listBox .item {
  color: white;
}
.idx_case .contentBox .idx_listBox .item::after {
  background-color: white;
}
.idx_case .contentBox .swiperInfo.wap {
  margin-top: clamp(20px, 2.08333333vw, 40px);
}
.idx_case .contentBox .swiperInfo.wap .swiper_boxa {
  overflow: hidden;
}
.idx_case .contentBox .swiperInfo.wap .swiper_boxa ul li {
  width: 0;
}
.idx_case .contentBox .swiperInfo.wap .swiper_boxa ul li .iBox .swiper_boxson {
  overflow: hidden;
}
.idx_case .contentBox .swiperInfo.wap .swiper_boxa ul li .iBox .swiper_boxson .swiper-wrapper .swiper-slide {
  width: 0;
  height: auto;
}
.idx_case .contentBox .swiperInfo.wap .swiper_boxa ul li .iBox .swiper_boxson .swiper-wrapper .swiper-slide .itemBox {
  height: 100%;
}
.idx_case .contentBox .swiperInfo.wap .swiper_boxa ul li .iBox .swiper_boxson .swiper-wrapper .swiper-slide .itemBox .item {
  background-color: #479efc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-left: clamp(15px, 1.5625vw, 30px);
  padding-right: clamp(15px, 1.5625vw, 30px);
  padding-top: clamp(15px, 1.5625vw, 30px);
  padding-bottom: clamp(15px, 1.5625vw, 30px);
  grid-gap: clamp(0px, 0vw, 0px) clamp(10px, 1.04166667vw, 20px);
  cursor: pointer;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
}
.idx_case .contentBox .swiperInfo.wap .swiper_boxa ul li .iBox .swiper_boxson .swiper-wrapper .swiper-slide .itemBox .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 0%;
  background-image: url(../images/idxbb.jpg);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 1;
}
.idx_case .contentBox .swiperInfo.wap .swiper_boxa ul li .iBox .swiper_boxson .swiper-wrapper .swiper-slide .itemBox .item .images {
  width: 65px;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
  position: relative;
  z-index: 2;
}
.idx_case .contentBox .swiperInfo.wap .swiper_boxa ul li .iBox .swiper_boxson .swiper-wrapper .swiper-slide .itemBox .item .l {
  position: relative;
  z-index: 2;
}
.idx_case .contentBox .swiperInfo.wap .swiper_boxa ul li .iBox .swiper_boxson .swiper-wrapper .swiper-slide .itemBox .item .l .title {
  font-size: 20px;
  font-family: "sy_bo";
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #ffffff;
}
@media (max-width:1600px) {
  .idx_case .contentBox .swiperInfo.wap .swiper_boxa ul li .iBox .swiper_boxson .swiper-wrapper .swiper-slide .itemBox .item .l .title {
    font-size: 18px;
  }
}
@media (max-width:1366px) {
  .idx_case .contentBox .swiperInfo.wap .swiper_boxa ul li .iBox .swiper_boxson .swiper-wrapper .swiper-slide .itemBox .item .l .title {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .idx_case .contentBox .swiperInfo.wap .swiper_boxa ul li .iBox .swiper_boxson .swiper-wrapper .swiper-slide .itemBox .item .l .title {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .idx_case .contentBox .swiperInfo.wap .swiper_boxa ul li .iBox .swiper_boxson .swiper-wrapper .swiper-slide .itemBox .item .l .title {
    font-size: 13px;
  }
}
.idx_case .contentBox .swiperInfo.wap .swiper_boxa ul li .iBox .swiper_boxson .swiper-wrapper .swiper-slide .itemBox .item .l .subtitle {
  font-family: "sy_re";
  font-size: 14px;
  color: #ffffff;
  margin-top: clamp(10px, 1.04166667vw, 20px);
}
@media (max-width:1366px) {
  .idx_case .contentBox .swiperInfo.wap .swiper_boxa ul li .iBox .swiper_boxson .swiper-wrapper .swiper-slide .itemBox .item .l .subtitle {
    font-size: 13px;
  }
}
@media (max-width:1024px) {
  .idx_case .contentBox .swiperInfo.wap .swiper_boxa ul li .iBox .swiper_boxson .swiper-wrapper .swiper-slide .itemBox .item .l .subtitle {
    font-size: 12px;
  }
}
.idx_case .contentBox .swiperInfo.wap .swiper_boxa ul li .iBox .swiper_boxson .swiper-wrapper .swiper-slide .itemBox .item:hover::after {
  height: 100%;
  top: 0;
}
.idx_case .contentBox .swiperInfo.wap .swiper_boxa ul li .iBox .swiper_boxson .swiper-wrapper .swiper-slide .itemBox .item:hover .images {
  filter: brightness(1) invert(0);
}
.idx_case .contentBox .swiperInfo.pc {
  margin-top: clamp(20px, 2.08333333vw, 40px);
}
.idx_case .contentBox .swiperInfo.pc .swiper_boxb {
  overflow: hidden;
}
.idx_case .contentBox .swiperInfo.pc .swiper_boxb ul li .itemBox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: clamp(20px, 2.08333333vw, 40px) clamp(25px, 2.60416667vw, 50px);
  height: auto;
}
.idx_case .contentBox .swiperInfo.pc .swiper_boxb ul li .itemBox .item {
  background-color: #479efc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-left: clamp(15px, 1.5625vw, 30px);
  padding-right: clamp(15px, 1.5625vw, 30px);
  padding-top: clamp(15px, 1.5625vw, 30px);
  padding-bottom: clamp(15px, 1.5625vw, 30px);
  grid-gap: clamp(0px, 0vw, 0px) clamp(10px, 1.04166667vw, 20px);
  cursor: pointer;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.idx_case .contentBox .swiperInfo.pc .swiper_boxb ul li .itemBox .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 0%;
  background-image: url(../images/idxbb.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 1;
}
.idx_case .contentBox .swiperInfo.pc .swiper_boxb ul li .itemBox .item .images {
  width: 100%;
  height: 55px;
  font-size: 0;
  position: relative;
  z-index: 2;
}
.idx_case .contentBox .swiperInfo.pc .swiper_boxb ul li .itemBox .item .images .img {
    width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;
}
.idx_case .contentBox .swiperInfo.pc .swiper_boxb ul li .itemBox .item .images .img.last { z-index: 5; opacity: 0; }
.idx_case .contentBox .swiperInfo.pc .swiper_boxb ul li .itemBox .item .images .img img {
    max-width: 100%;
    max-height: 100%;
}
.idx_case .contentBox .swiperInfo.pc .swiper_boxb ul li .itemBox .item .l {
  position: relative;
  z-index: 2;
}
.idx_case .contentBox .swiperInfo.pc .swiper_boxb ul li .itemBox .item .l .title {
  font-size: 20px;
  font-family: "sy_bo";
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #ffffff;
}
@media (max-width:1600px) {
  .idx_case .contentBox .swiperInfo.pc .swiper_boxb ul li .itemBox .item .l .title {
    font-size: 18px;
  }
}
@media (max-width:1366px) {
  .idx_case .contentBox .swiperInfo.pc .swiper_boxb ul li .itemBox .item .l .title {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .idx_case .contentBox .swiperInfo.pc .swiper_boxb ul li .itemBox .item .l .title {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .idx_case .contentBox .swiperInfo.pc .swiper_boxb ul li .itemBox .item .l .title {
    font-size: 13px;
  }
}
.idx_case .contentBox .swiperInfo.pc .swiper_boxb ul li .itemBox .item .l .subtitle {
  font-family: "sy_re";
  font-size: 14px;
  color: #ffffff;
  margin-top: clamp(10px, 1.04166667vw, 20px);
}
@media (max-width:1366px) {
  .idx_case .contentBox .swiperInfo.pc .swiper_boxb ul li .itemBox .item .l .subtitle {
    font-size: 13px;
  }
}
@media (max-width:1024px) {
  .idx_case .contentBox .swiperInfo.pc .swiper_boxb ul li .itemBox .item .l .subtitle {
    font-size: 12px;
  }
}
.idx_case .contentBox .swiperInfo.pc .swiper_boxb ul li .itemBox .item:hover::after {
  height: 100%;
  top: 0;
}
.idx_case .contentBox .swiperInfo.pc .swiper_boxb ul li .itemBox .item:hover .images .img.first { opacity: 0; }
.idx_case .contentBox .swiperInfo.pc .swiper_boxb ul li .itemBox .item:hover .images .img.last { opacity: 1; }
/*.idx_case .contentBox .swiperInfo.pc .swiper_boxb ul li .itemBox .item:hover .images {*/
/*  filter: brightness(1) invert(0);*/
/*}*/
.idx_anli {
  padding-top: clamp(40px, 4.16666667vw, 80px);
  background-color: #f5f8fb;
  padding-bottom: clamp(50px, 5.20833333vw, 100px);
}
.idx_anli .contentBox .swiperInfo.wap {
  margin-top: clamp(20px, 2.08333333vw, 40px);
}
.idx_anli .contentBox .swiperInfo.wap .swiper_boxa {
  overflow: hidden;
}
.idx_anli .contentBox .swiperInfo.wap .swiper_boxa ul li {
  width: 0;
}
.idx_anli .contentBox .swiperInfo.wap .swiper_boxa ul li .iBox .swiper_boxson {
  overflow: hidden;
}
.idx_anli .contentBox .swiperInfo.wap .swiper_boxa ul li .iBox .swiper_boxson .swiper-wrapper .swiper-slide {
  width: 0;
  height: auto;
}
.idx_anli .contentBox .swiperInfo.wap .swiper_boxa ul li .iBox .swiper_boxson .swiper-wrapper .swiper-slide .itemBox {
  height: 100%;
}
.idx_anli .contentBox .swiperInfo.wap .swiper_boxa ul li .iBox .swiper_boxson .swiper-wrapper .swiper-slide .itemBox .item {
  padding-left: clamp(20px, 2.08333333vw, 40px);
  padding-right: clamp(20px, 2.08333333vw, 40px);
  padding-top: clamp(17.5px, 1.82291667vw, 35px);
  padding-bottom: clamp(17.5px, 1.82291667vw, 35px);
  height: 100%;
  cursor: pointer;
  background-color: white;
  position: relative;
}
.idx_anli .contentBox .swiperInfo.wap .swiper_boxa ul li .iBox .swiper_boxson .swiper-wrapper .swiper-slide .itemBox .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 0%;
  background-image: url(../images/idxc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 1;
}
.idx_anli .contentBox .swiperInfo.wap .swiper_boxa ul li .iBox .swiper_boxson .swiper-wrapper .swiper-slide .itemBox .item .title {
  font-family: "sy_bo";
  font-size: 20px;
  color: #333333;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
  z-index: 2;
}
@media (max-width:1600px) {
  .idx_anli .contentBox .swiperInfo.wap .swiper_boxa ul li .iBox .swiper_boxson .swiper-wrapper .swiper-slide .itemBox .item .title {
    font-size: 18px;
  }
}
@media (max-width:1366px) {
  .idx_anli .contentBox .swiperInfo.wap .swiper_boxa ul li .iBox .swiper_boxson .swiper-wrapper .swiper-slide .itemBox .item .title {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .idx_anli .contentBox .swiperInfo.wap .swiper_boxa ul li .iBox .swiper_boxson .swiper-wrapper .swiper-slide .itemBox .item .title {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .idx_anli .contentBox .swiperInfo.wap .swiper_boxa ul li .iBox .swiper_boxson .swiper-wrapper .swiper-slide .itemBox .item .title {
    font-size: 13px;
  }
}
.idx_anli .contentBox .swiperInfo.wap .swiper_boxa ul li .iBox .swiper_boxson .swiper-wrapper .swiper-slide .itemBox .item .subtitle {
  font-family: "sy_re";
  font-size: 14px;
  color: #777777;
  margin-top: clamp(10px, 1.04166667vw, 20px);
  position: relative;
  z-index: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
@media (max-width:1366px) {
  .idx_anli .contentBox .swiperInfo.wap .swiper_boxa ul li .iBox .swiper_boxson .swiper-wrapper .swiper-slide .itemBox .item .subtitle {
    font-size: 13px;
  }
}
@media (max-width:1024px) {
  .idx_anli .contentBox .swiperInfo.wap .swiper_boxa ul li .iBox .swiper_boxson .swiper-wrapper .swiper-slide .itemBox .item .subtitle {
    font-size: 12px;
  }
}
.idx_anli .contentBox .swiperInfo.wap .swiper_boxa ul li .iBox .swiper_boxson .swiper-wrapper .swiper-slide .itemBox .item:hover::after {
  height: 100%;
  top: 0;
}
.idx_anli .contentBox .swiperInfo.wap .swiper_boxa ul li .iBox .swiper_boxson .swiper-wrapper .swiper-slide .itemBox .item:hover .title {
  color: #4999f2;
}
.idx_anli .contentBox .swiperInfo.pc {
  margin-top: clamp(20px, 2.08333333vw, 40px);
}
.idx_anli .contentBox .swiperInfo.pc .swiper_boxb {
  overflow: hidden;
}
.idx_anli .contentBox .swiperInfo.pc .swiper_boxb ul li .itemBox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: clamp(15px, 1.5625vw, 30px) clamp(25px, 2.60416667vw, 50px);
  height: auto;
}
.idx_anli .contentBox .swiperInfo.pc .swiper_boxb ul li .itemBox .item {
  padding-left: clamp(20px, 2.08333333vw, 40px);
  padding-right: clamp(20px, 2.08333333vw, 40px);
  padding-top: clamp(17.5px, 1.82291667vw, 35px);
  padding-bottom: clamp(17.5px, 1.82291667vw, 35px);
  height: 100%;
  cursor: pointer;
  background-color: white;
  position: relative;
}
.idx_anli .contentBox .swiperInfo.pc .swiper_boxb ul li .itemBox .item .icon_bg {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 0;
  font-size: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 1;
}
.idx_anli .contentBox .swiperInfo.pc .swiper_boxb ul li .itemBox .item .icon_bg img {
    width: 100%; height: 100%; object-fit: cover;
}
.idx_anli .contentBox .swiperInfo.pc .swiper_boxb ul li .itemBox .item .title {
  font-family: "sy_bo";
  font-size: 20px;
  color: #333333;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
  z-index: 2;
}
@media (max-width:1600px) {
  .idx_anli .contentBox .swiperInfo.pc .swiper_boxb ul li .itemBox .item .title {
    font-size: 18px;
  }
}
@media (max-width:1366px) {
  .idx_anli .contentBox .swiperInfo.pc .swiper_boxb ul li .itemBox .item .title {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .idx_anli .contentBox .swiperInfo.pc .swiper_boxb ul li .itemBox .item .title {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .idx_anli .contentBox .swiperInfo.pc .swiper_boxb ul li .itemBox .item .title {
    font-size: 13px;
  }
}
.idx_anli .contentBox .swiperInfo.pc .swiper_boxb ul li .itemBox .item .subtitle {
  font-family: "sy_re";
  font-size: 14px;
  color: #777777;
  margin-top: clamp(10px, 1.04166667vw, 20px);
  position: relative;
  z-index: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
@media (max-width:1366px) {
  .idx_anli .contentBox .swiperInfo.pc .swiper_boxb ul li .itemBox .item .subtitle {
    font-size: 13px;
  }
}
@media (max-width:1024px) {
  .idx_anli .contentBox .swiperInfo.pc .swiper_boxb ul li .itemBox .item .subtitle {
    font-size: 12px;
  }
}
.idx_anli .contentBox .swiperInfo.pc .swiper_boxb ul li .itemBox .item:hover .icon_bg {
  height: 100%;
  top: 0;
}
.idx_anli .contentBox .swiperInfo.pc .swiper_boxb ul li .itemBox .item:hover .title {
  color: #4999f2;
}
.idx_about {
  padding-top: clamp(40px, 4.16666667vw, 80px);
  background-image: url(../images/idxd.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.idx_about .w1300 { z-index: 5; }
.idx_about .idx_title .title {
  color: white;
}
.idx_about .idx_title .subtitle {
  color: white;
  max-width: 960px;
  font-size: 18px;
}
@media (max-width:1600px) {
  .idx_about .idx_title .subtitle {
    font-size: 16px;
  }
}
@media (max-width:1366px) {
  .idx_about .idx_title .subtitle {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .idx_about .idx_title .subtitle {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .idx_about .idx_title .subtitle {
    font-size: 12px;
  }
}
.idx_about .contentBox {
  margin-top: clamp(27.5px, 2.86458333vw, 55px);
  position: relative;
  z-index: 2;
}
.idx_about .contentBox .itemBox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: clamp(25px, 2.60416667vw, 50px) clamp(25px, 2.60416667vw, 50px);
}
@media (max-width:768px) {
  .idx_about .contentBox .itemBox {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width:480px) {
  .idx_about .contentBox .itemBox {
    grid-template-columns: repeat(1, 1fr);
  }
}
.idx_about .contentBox .itemBox .item {
  padding-left: clamp(20px, 2.08333333vw, 40px);
  padding-right: clamp(20px, 2.08333333vw, 40px);
  padding-top: clamp(17.5px, 1.82291667vw, 35px);
  padding-bottom: clamp(17.5px, 1.82291667vw, 35px);
  background-color: #f5f9ff;
  border-radius: 5px;
}
.idx_about .contentBox .itemBox .item .title {
  font-family: "sy_bo";
  font-size: 24px;
  color: #4999f2;
}
@media (max-width:1600px) {
  .idx_about .contentBox .itemBox .item .title {
    font-size: 22px;
  }
}
@media (max-width:1366px) {
  .idx_about .contentBox .itemBox .item .title {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .idx_about .contentBox .itemBox .item .title {
    font-size: 16px;
  }
}
@media (max-width:768px) {
  .idx_about .contentBox .itemBox .item .title {
    font-size: 15px;
  }
}
.idx_about .contentBox .itemBox .item .subtitle {
  font-family: "sy_li";
  font-size: 16px;
  color: #506781;
  margin-top: clamp(6px, 0.625vw, 12px);
  line-height: 1.7;
}
@media (max-width:1366px) {
  .idx_about .contentBox .itemBox .item .subtitle {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .idx_about .contentBox .itemBox .item .subtitle {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .idx_about .contentBox .itemBox .item .subtitle {
    font-size: 12px;
  }
}
.idx_about::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: calc(100% - 400px);
  background: #ffffff;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 1;
}
@media (max-width:768px) {
  .idx_about {
    padding-bottom: 50px;
  }
  .idx_about::after {
    display: none;
  }
}
.idx_news {
  padding-top: clamp(50px, 5.20833333vw, 100px);
  padding-bottom: clamp(50px, 5.20833333vw, 100px);
}
.idx_news .contentBox {
  margin-top: clamp(40px, 4.16666667vw, 80px);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.idx_news .contentBox .left {
  width: 60%;
  box-shadow: 0 0 10px 1px #e6eaed;
}
.idx_news .contentBox .left a {
  display: block;
}
.idx_news .contentBox .left a .images {
  overflow: hidden;
}
.idx_news .contentBox .left a .images .pb {
  padding-bottom: 70%;
}
.idx_news .contentBox .left 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;
}
.idx_news .contentBox .left a .images .pb .ab img {
  width: 100%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.idx_news .contentBox .left a .font {
  padding: clamp(15px, 1.5625vw, 30px);
}
.idx_news .contentBox .left a .font .title {
  font-family: "sy_bo";
  font-size: 20px;
  color: #4999f2;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media (max-width:1600px) {
  .idx_news .contentBox .left a .font .title {
    font-size: 18px;
  }
}
@media (max-width:1366px) {
  .idx_news .contentBox .left a .font .title {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .idx_news .contentBox .left a .font .title {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .idx_news .contentBox .left a .font .title {
    font-size: 13px;
  }
}
.idx_news .contentBox .left a .font .subtitle {
  font-family: "sy_re";
  font-size: 14px;
  color: #777777;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: clamp(10px, 1.04166667vw, 20px);
}
@media (max-width:1366px) {
  .idx_news .contentBox .left a .font .subtitle {
    font-size: 13px;
  }
}
@media (max-width:1024px) {
  .idx_news .contentBox .left a .font .subtitle {
    font-size: 12px;
  }
}
.idx_news .contentBox .left a .font .time {
  font-family: "sy_re";
  font-size: 12px;
  color: #b8b8b8;
  line-height: 1;
  margin-top: clamp(20px, 2.08333333vw, 40px);
}
.idx_news .contentBox .left a:hover .images .pb .ab img {
  transform: scale(1.02);
}
.idx_news .contentBox .right {
  width: 36%;
}
.idx_news .contentBox .right .itemBox .item {
  border-bottom: 1px solid #e6eaed;
}
.idx_news .contentBox .right .itemBox .item a {
  display: block;
  padding-top: clamp(15px, 1.5625vw, 30px);
  padding-bottom: clamp(10px, 1.04166667vw, 20px);
}
.idx_news .contentBox .right .itemBox .item a .title {
  font-family: "sy_bo";
  font-size: 20px;
  color: #333333;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width:1600px) {
  .idx_news .contentBox .right .itemBox .item a .title {
    font-size: 18px;
  }
}
@media (max-width:1366px) {
  .idx_news .contentBox .right .itemBox .item a .title {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .idx_news .contentBox .right .itemBox .item a .title {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .idx_news .contentBox .right .itemBox .item a .title {
    font-size: 13px;
  }
}
.idx_news .contentBox .right .itemBox .item a .time {
  font-family: "sy_li";
  font-size: 14px;
  color: #777777;
  line-height: 1;
  margin-top: clamp(15px, 1.5625vw, 30px);
}
@media (max-width:1366px) {
  .idx_news .contentBox .right .itemBox .item a .time {
    font-size: 13px;
  }
}
@media (max-width:1024px) {
  .idx_news .contentBox .right .itemBox .item a .time {
    font-size: 12px;
  }
}
.idx_news .contentBox .right .itemBox .item a:hover .title {
  color: #4999f2;
}
@media (max-width:990px) {
  .idx_news .contentBox {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .idx_news .contentBox .left {
    width: 100%;
  }
  .idx_news .contentBox .right {
    width: 100%;
  }
}
.idx_consult {
  padding-top: clamp(36px, 3.75vw, 72px);
  padding-bottom: clamp(40px, 4.16666667vw, 80px);
  background-repeat: no-repeat;
  background-size: cover;
}
.idx_consult .idx_title .title {
  color: white;
}
.idx_consult .idx_title .subtitle {
  color: white;
  font-size: 20px;
}
@media (max-width:1600px) {
  .idx_consult .idx_title .subtitle {
    font-size: 18px;
  }
}
@media (max-width:1366px) {
  .idx_consult .idx_title .subtitle {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .idx_consult .idx_title .subtitle {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .idx_consult .idx_title .subtitle {
    font-size: 13px;
  }
}
/*  --------------------------------------------------------------------- footer  */
.footer {
  padding-top: clamp(50px, 5.20833333vw, 100px);
  background: #1b1e2d;
}
@media (max-width:990px) {
  .footer {
    padding-top: 20px;
  }
}
.footer .idx_foter {
  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-bottom: clamp(60px, 6.25vw, 120px);
}
.footer .idx_foter .botLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 79%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.footer .idx_foter .botLeft .item {
  min-width: 100px;
}
.footer .idx_foter .botLeft .item .title a {
  font-family: "sy_re";
  font-size: 16px;
  color: rgba(255, 255, 255, .8);
  line-height: 1;
  padding-bottom: clamp(10px, 1.04166667vw, 20px);
  margin-bottom: clamp(10px, 1.04166667vw, 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px solid #999999;
}
@media (max-width:1366px) {
  .footer .idx_foter .botLeft .item .title a {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .footer .idx_foter .botLeft .item .title a {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .footer .idx_foter .botLeft .item .title a {
    font-size: 12px;
  }
}
.footer .idx_foter .botLeft .item .subtitle a {
  font-family: "sy_li";
  font-size: 16px;
  color: rgba(255, 255, 255, .5);
  line-height: 2;
  padding-top: clamp(5px, 0.52083333vw, 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  transform: translateX(0px);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width:1366px) {
  .footer .idx_foter .botLeft .item .subtitle a {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .footer .idx_foter .botLeft .item .subtitle a {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .footer .idx_foter .botLeft .item .subtitle a {
    font-size: 12px;
  }
}
.footer .idx_foter .botLeft .item .subtitle a:hover {
  transform: translateX(5px);
  color: #FFF;
}
@media (max-width:990px) {
  .footer .idx_foter .botLeft {
    display: none;
  }
}
.footer .idx_foter .botRigth {
  width: 14.6%;
}
.footer .idx_foter .botRigth .logo a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.footer .idx_foter .botRigth .logo a img {
  width: 100%;
}
.footer .idx_foter .botRigth .ewm {
  margin-top: clamp(12px, 1.25vw, 24px);
}
.footer .idx_foter .botRigth .ewm a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.footer .idx_foter .botRigth .ewm a img {
  width: 100%;
}
@media (max-width:990px) {
  .footer .idx_foter .botRigth .ewm {
    display: none;
  }
}
.footer .idx_foter .botRigth .font {
  color: white;
  font-size: 16px;
  font-family: "sy_li";
  line-height: 1;
  margin-top: clamp(10px, 1.04166667vw, 20px);
  text-align: center;
}
@media (max-width:1366px) {
  .footer .idx_foter .botRigth .font {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .footer .idx_foter .botRigth .font {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .footer .idx_foter .botRigth .font {
    font-size: 12px;
  }
}
@media (max-width:990px) {
  .footer .idx_foter .botRigth .font {
    display: none;
  }
}
@media (max-width:990px) {
  .footer .idx_foter .botRigth {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .footer .idx_foter .botRigth .logo {
    width: auto;
  }
  .footer .idx_foter .botRigth .logo a {
    width: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .footer .idx_foter .botRigth .logo a img {
    width: auto;
  }
}
@media (max-width:990px) {
  .footer .idx_foter {
    padding-bottom: 20px;
  }
}
.footer .idx_center {
  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-bottom: clamp(12.5px, 1.30208333vw, 25px);
  border-bottom: 1px solid #999999;
}
.footer .idx_center .left {
  color: #999999;
  font-family: "sy_re";
  font-size: 16px;
  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;
}
@media (max-width:1366px) {
  .footer .idx_center .left {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .footer .idx_center .left {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .footer .idx_center .left {
    font-size: 12px;
  }
}
.footer .idx_center .left a {
  color: #999999;
  font-family: "sy_re";
  font-size: 16px;
  line-height: 1;
  margin-right: 20px;
}
@media (max-width:1366px) {
  .footer .idx_center .left a {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .footer .idx_center .left a {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .footer .idx_center .left a {
    font-size: 12px;
  }
}
.footer .idx_center .left .lienBox {
  width: auto;
  height: auto;
  position: absolute;
  background: white;
  bottom: calc(100% + 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s;
  padding-top: clamp(5px, 0.52083333vw, 10px);
  padding-bottom: clamp(5px, 0.52083333vw, 10px);
}
.footer .idx_center .left .lienBox::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 .idx_center .left .lienBox .item {
  padding-left: clamp(10px, 1.04166667vw, 20px);
  padding-right: clamp(10px, 1.04166667vw, 20px);
}
.footer .idx_center .left .lienBox .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;
  color: #333;
  font-family: "sy_re";
  font-size: 16px;
  position: relative;
  padding-top: clamp(5px, 0.52083333vw, 10px);
  padding-bottom: clamp(5px, 0.52083333vw, 10px);
}
@media (max-width:1366px) {
  .footer .idx_center .left .lienBox .item a {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .footer .idx_center .left .lienBox .item a {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .footer .idx_center .left .lienBox .item a {
    font-size: 12px;
  }
}
.footer .idx_center .left .lienBox .item a::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0%;
  height: 2px;
  background: #4999f2;
  transition: all 0.5s;
}
.footer .idx_center .left .lienBox .item a:hover::after {
  width: 100%;
  left: 0;
}
.footer .idx_center .left:hover .lienBox {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.footer .idx_center .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  grid-gap: 0 27px;
}
.footer .idx_center .right .item a {
  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;
  cursor: pointer;
}
.footer .idx_center .right .item a .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;
}
.footer .idx_center .right .item a .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 .idx_center .right .item a:hover .imgCode {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
@media (max-width:990px) {
  .footer .idx_center {
    display: none;
  }
}
.footer .idx_end {
  height: 90px;
  font-size: 16px;
  font-family: "sy_li";
  color: rgba(255, 255, 255, .5);
  line-height: 1.6;
  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:1366px) {
  .footer .idx_end {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .footer .idx_end {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .footer .idx_end {
    font-size: 12px;
  }
}
.footer .idx_end a {
  font-size: 16px;
  font-family: "sy_li";
  color: rgba(255, 255, 255, .5);
  line-height: 1;
  margin-right: 20px;
}
.footer .idx_end a:hover { color: #FFF; }
@media (max-width:1366px) {
  .footer .idx_end a {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .footer .idx_end a {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .footer .idx_end a {
    font-size: 12px;
  }
}
@media (max-width:990px) {
  .footer .idx_end {
    border-top: 1px solid #999999;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
}
/* ----------------------------------------------------------    手机端导航 */
.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: #4999f2;
}
.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: #4999f2;
}
.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: #4999f2;
}
.m_header_box .header_body .menu_nav ul li .one.active .icon {
  color: #4999f2;
}
.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 #4999f2;
  display: none;
}
.m_header_box .header_body .menu_nav ul li ul.active {
  display: block !important;
}
.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: #4999f2;
}
.m_header_box .header_body .menu_nav ul li ul li a.active .icon {
  color: #4999f2;
}
.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 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: #4999f2;
}
.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: #4999f2;
}
.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;
}
.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: #4999f2;
  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;
  }
}
/* 关于我们 */
.about .aboutCenter .con1 {
  padding-top: clamp(50px, 5.20833333vw, 100px);
}
.about .aboutCenter .con1 .center {
  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: clamp(40px, 4.16666667vw, 80px);
}
.about .aboutCenter .con1 .center .left {
  width: 46%;
}
.about .aboutCenter .con1 .center .left .images {
  width: 100%;
  position: relative;
}
.about .aboutCenter .con1 .center .left .images::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: -32px;
  width: 32px;
  height: 73%;
  background: #eff7ff;
}
.about .aboutCenter .con1 .center .left .images img {
  width: 100%;
}
.about .aboutCenter .con1 .center .left .itemBox {
  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: clamp(42.5px, 4.42708333vw, 85px);
  padding-bottom: clamp(50px, 5.20833333vw, 100px);
}
.about .aboutCenter .con1 .center .left .itemBox .item .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 48px;
  font-family: "sy_bo";
  color: #4999f2;
  line-height: 1;
}
@media (max-width:1600px) {
  .about .aboutCenter .con1 .center .left .itemBox .item .number {
    font-size: 42px;
  }
}
@media (max-width:1366px) {
  .about .aboutCenter .con1 .center .left .itemBox .item .number {
    font-size: 38px;
  }
}
@media (max-width:1024px) {
  .about .aboutCenter .con1 .center .left .itemBox .item .number {
    font-size: 32px;
  }
}
@media (max-width:768px) {
  .about .aboutCenter .con1 .center .left .itemBox .item .number {
    font-size: 28px;
  }
}
@media (max-width:480px) {
  .about .aboutCenter .con1 .center .left .itemBox .item .number {
    font-size: 24px;
  }
}
@media (max-width:360px) {
  .about .aboutCenter .con1 .center .left .itemBox .item .number {
    font-size: 22px;
  }
}
.about .aboutCenter .con1 .center .left .itemBox .item .number .beat {
  font-family: "sy_bo";
}
.about .aboutCenter .con1 .center .left .itemBox .item .name {
  font-family: "sy_li";
  font-size: 22px;
  color: #4999f2;
  line-height: 1;
  margin-top: clamp(4px, 0.41666667vw, 8px);
}
@media (max-width:1600px) {
  .about .aboutCenter .con1 .center .left .itemBox .item .name {
    font-size: 20px;
  }
}
@media (max-width:1366px) {
  .about .aboutCenter .con1 .center .left .itemBox .item .name {
    font-size: 18px;
  }
}
@media (max-width:1024px) {
  .about .aboutCenter .con1 .center .left .itemBox .item .name {
    font-size: 15px;
  }
}
@media (max-width:768px) {
  .about .aboutCenter .con1 .center .left .itemBox .item .name {
    font-size: 14px;
  }
}
.about .aboutCenter .con1 .center .right {
  width: 46%;
}
.about .aboutCenter .con1 .center .right .item {
  font-size: 18px;
  font-family: "sy_li";
  color: #777777;
  line-height: 2;
}
@media (max-width:1400px) {
  .about .aboutCenter .con1 .center .right .item {
    font-size: 17px;
  }
}
@media (max-width:1366px) {
  .about .aboutCenter .con1 .center .right .item {
    font-size: 16px;
  }
}
@media (max-width:1200px) {
  .about .aboutCenter .con1 .center .right .item {
    font-size: 14px;
  }
}
@media (max-width:990px) {
  .about .aboutCenter .con1 .center {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .about .aboutCenter .con1 .center .left {
    width: 100%;
  }
  .about .aboutCenter .con1 .center .right {
    width: 100%;
    padding-bottom: 20px;
  }
}
.about .aboutCenter .con2 {
  padding-top: clamp(40px, 4.16666667vw, 80px);
  background-image: url(../images/abb.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.about .aboutCenter .con2 .idx_title .title {
  color: white;
}
.about .aboutCenter .con2 .center {
  padding-top: clamp(40px, 4.16666667vw, 80px);
  position: relative;
  padding-bottom: clamp(30px, 3.125vw, 60px);
}
.about .aboutCenter .con2 .center::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 8%;
  height: 100%;
  background: linear-gradient(90deg, #3590f6 10%, #358ff600 80%);
  transition: all 0.5s;
  z-index: 2;
}
.about .aboutCenter .con2 .center::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 8%;
  height: 100%;
  background: linear-gradient(90deg, #358ff600 10%, #3590f6 80%);
  transition: all 0.5s;
  z-index: 2;
}
.about .aboutCenter .con2 .center .swiper_box {
  overflow: hidden;
  padding-bottom: clamp(10px, 1.04166667vw, 20px);
}
.about .aboutCenter .con2 .center .swiper_box ul li {
  width: 0;
}
.about .aboutCenter .con2 .center .swiper_box ul li .item {
  padding-right: 24%;
  padding-left: clamp(12px, 1.25vw, 24px);
  height: 340px;
  position: relative;
  border-left: 1px solid white;
  cursor: pointer;
}
.about .aboutCenter .con2 .center .swiper_box ul li .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 6px;
  background: #fff;
  transition: all 0.5s;
}
.about .aboutCenter .con2 .center .swiper_box ul li .item::before {
  content: '';
  position: absolute;
  top: 0;
  left: -5px;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: #fff;
  transition: all 0.5s;
}
.about .aboutCenter .con2 .center .swiper_box ul li .item .title {
  font-family: "impact";
  font-size: 48px;
  color: white;
}
@media (max-width:1600px) {
  .about .aboutCenter .con2 .center .swiper_box ul li .item .title {
    font-size: 42px;
  }
}
@media (max-width:1366px) {
  .about .aboutCenter .con2 .center .swiper_box ul li .item .title {
    font-size: 38px;
  }
}
@media (max-width:1024px) {
  .about .aboutCenter .con2 .center .swiper_box ul li .item .title {
    font-size: 32px;
  }
}
@media (max-width:768px) {
  .about .aboutCenter .con2 .center .swiper_box ul li .item .title {
    font-size: 28px;
  }
}
@media (max-width:480px) {
  .about .aboutCenter .con2 .center .swiper_box ul li .item .title {
    font-size: 24px;
  }
}
@media (max-width:360px) {
  .about .aboutCenter .con2 .center .swiper_box ul li .item .title {
    font-size: 22px;
  }
}
.about .aboutCenter .con2 .center .swiper_box ul li .item .title::before {
  content: '';
  position: absolute;
  bottom: -6px;
  left: -10px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background: #fff;
  transition: all 0.5s;
}
.about .aboutCenter .con2 .center .swiper_box ul li .item .subtitle {
  font-size: 14px;
  font-family: "sy_re";
  color: white;
  line-height: 1.8;
  margin-top: clamp(10px, 1.04166667vw, 20px);
}
@media (max-width:1366px) {
  .about .aboutCenter .con2 .center .swiper_box ul li .item .subtitle {
    font-size: 13px;
  }
}
@media (max-width:1024px) {
  .about .aboutCenter .con2 .center .swiper_box ul li .item .subtitle {
    font-size: 12px;
  }
}
.about .aboutCenter .con3 {
  padding-top: clamp(40px, 4.16666667vw, 80px);
  padding-bottom: clamp(50px, 5.20833333vw, 100px);
  background-size: cover;
  background-position: center center;
}
.about .aboutCenter .con3 .idx_title .title {
  color: white;
}
.about .aboutCenter .con3 .itemBox {
  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(30px, 3.125vw, 60px);
  grid-gap: clamp(0px, 0vw, 0px) clamp(90px, 9.375vw, 180px);
}
.about .aboutCenter .con3 .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;
  cursor: pointer;
}
.about .aboutCenter .con3 .itemBox .item .images {
  width: 100px;
  -webkit-aspect-ratio: 1;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.about .aboutCenter .con3 .itemBox .item .title {
  font-family: "sy_bo";
  font-size: 24px;
  color: white;
  line-height: 1;
  margin-top: clamp(10px, 1.04166667vw, 20px);
}
@media (max-width:1600px) {
  .about .aboutCenter .con3 .itemBox .item .title {
    font-size: 22px;
  }
}
@media (max-width:1366px) {
  .about .aboutCenter .con3 .itemBox .item .title {
    font-size: 20px;
  }
}
@media (max-width:1024px) {
  .about .aboutCenter .con3 .itemBox .item .title {
    font-size: 16px;
  }
}
@media (max-width:768px) {
  .about .aboutCenter .con3 .itemBox .item .title {
    font-size: 15px;
  }
}
.about .aboutCenter .con3 .itemBox .item .subtitle {
  font-family: "sy_li";
  font-size: 18px;
  color: white;
  line-height: 1;
  margin-top: clamp(10px, 1.04166667vw, 20px);
}
@media (max-width:1600px) {
  .about .aboutCenter .con3 .itemBox .item .subtitle {
    font-size: 16px;
  }
}
@media (max-width:1366px) {
  .about .aboutCenter .con3 .itemBox .item .subtitle {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .about .aboutCenter .con3 .itemBox .item .subtitle {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .about .aboutCenter .con3 .itemBox .item .subtitle {
    font-size: 12px;
  }
}
.about .aboutCenter .con3 .itemBox .item:hover .images {
  transform: translateY(-10px);
}
@media (max-width:1280px) {
  .about .aboutCenter .con3 .itemBox .item .images {
    width: 80px;
  }
}
@media (max-width:990px) {
  .about .aboutCenter .con3 .itemBox {
    grid-gap: clamp(40px, 4.16666667vw, 80px) clamp(0px, 0vw, 0px);
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .about .aboutCenter .con3 .itemBox .item {
    width: 100%;
  }
  .about .aboutCenter .con3 .itemBox .item .images {
    width: 50px;
  }
  .about .aboutCenter .con3 .itemBox .item .subtitle {
    text-align: center;
    line-height: 1.3;
  }
}
.about .aboutCenter .con4 {
  padding-top: clamp(40px, 4.16666667vw, 80px);
  padding-bottom: clamp(50px, 5.20833333vw, 100px);
}
.about .aboutCenter .con4 .center .idx_button.wap {
  display: none;
}
@media (max-width:990px) {
  .about .aboutCenter .con4 .center .idx_button.wap {
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.about .aboutCenter .con4 .center .boxCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: clamp(40px, 4.16666667vw, 80px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  padding-top: clamp(45px, 4.6875vw, 90px);
  height: 750px;
  overflow: hidden;
}
.about .aboutCenter .con4 .center .boxCont.active {
  height: auto;
}
.about .aboutCenter .con4 .center .boxCont::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(180deg, #ffffff00 10%, #ffffff 80%);
  z-index: 2;
}
.about .aboutCenter .con4 .center .boxCont::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(180deg, #ffffff 10%, #ffffff00 80%);
  z-index: 2;
}
.about .aboutCenter .con4 .center .boxCont .lineBox {
  width: 6px;
  position: absolute;
  top: 0;
  height: 100%;
  background: #4999f2;
}
.about .aboutCenter .con4 .center .boxCont .boxItem {
  max-width: 1000px;
  width: 100%;
  height: 100%;
}
.about .aboutCenter .con4 .center .boxCont .boxItem .itemBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  padding-bottom: 150px;
}
.about .aboutCenter .con4 .center .boxCont .boxItem .itemBox .item {
  border-top: 1px solid #4999f2;
  padding-top: clamp(12px, 1.25vw, 24px);
  position: relative;
  width: 50%;
}
.about .aboutCenter .con4 .center .boxCont .boxItem .itemBox .item::after {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #4999f2;
  border-radius: 50%;
}
.about .aboutCenter .con4 .center .boxCont .boxItem .itemBox .item::before {
  content: '';
  position: absolute;
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 50%;
  box-shadow: 0 0 10px 1px #358ff673;
}
.about .aboutCenter .con4 .center .boxCont .boxItem .itemBox .item .title {
  font-family: "impact";
  font-size: 36px;
  color: #4999f2;
  line-height: 1;
}
@media (max-width:1600px) {
  .about .aboutCenter .con4 .center .boxCont .boxItem .itemBox .item .title {
    font-size: 30px;
  }
}
@media (max-width:1366px) {
  .about .aboutCenter .con4 .center .boxCont .boxItem .itemBox .item .title {
    font-size: 24px;
  }
}
@media (max-width:1024px) {
  .about .aboutCenter .con4 .center .boxCont .boxItem .itemBox .item .title {
    font-size: 21px;
  }
}
@media (max-width:768px) {
  .about .aboutCenter .con4 .center .boxCont .boxItem .itemBox .item .title {
    font-size: 20px;
  }
}
.about .aboutCenter .con4 .center .boxCont .boxItem .itemBox .item .subtitle {
  height: 240px;
  overflow: auto;
  font-family: "sy_re";
  font-size: 14px;
  color: #777777;
  line-height: 2.5;
  margin-top: clamp(5px, 0.52083333vw, 10px);
}
@media (max-width:1366px) {
  .about .aboutCenter .con4 .center .boxCont .boxItem .itemBox .item .subtitle {
    font-size: 13px;
  }
}
@media (max-width:1024px) {
  .about .aboutCenter .con4 .center .boxCont .boxItem .itemBox .item .subtitle {
    font-size: 12px;
  }
}
.about .aboutCenter .con4 .center .boxCont .boxItem .itemBox .item:nth-child(2n) {
  transform: translateY(120px);
}
.about .aboutCenter .con4 .center .boxCont .boxItem .itemBox .item:nth-child(2n) .title {
  text-align: end;
}
.about .aboutCenter .con4 .center .boxCont .boxItem .itemBox .item:nth-child(2n) .subtitle {
  text-align: end;
}
.about .aboutCenter .con4 .center .boxCont .boxItem .itemBox .item:nth-child(2n)::after {
  right: 0;
  left: unset !important;
}
.about .aboutCenter .con4 .center .boxCont .boxItem .itemBox .item:nth-child(2n)::before {
  left: -10px;
}
@media (max-width:990px) {
  .about .aboutCenter .con4 .center .boxCont {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    height: auto;
    padding: 20px 20px;
  }
  .about .aboutCenter .con4 .center .boxCont::after {
    display: none;
  }
  .about .aboutCenter .con4 .center .boxCont::before {
    display: none;
  }
  .about .aboutCenter .con4 .center .boxCont .lineBox {
    display: none;
  }
  .about .aboutCenter .con4 .center .boxCont .boxItem {
    width: 100%;
  }
  .about .aboutCenter .con4 .center .boxCont .boxItem .itemBox {
    height: auto;
    max-width: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: auto;
    padding-top: 10px;
    flex-wrap: nowrap !important;
    padding-bottom: 10px !important;
  }
  .about .aboutCenter .con4 .center .boxCont .boxItem .itemBox .item {
    min-width: 280px;
    padding: 30px 10px;
    width: auto !important;
  }
  .about .aboutCenter .con4 .center .boxCont .boxItem .itemBox .item .subtitle {
    height: auto;
    line-height: 2;
  }
  .about .aboutCenter .con4 .center .boxCont .boxItem .itemBox .item::after {
    left: 20px !important;
  }
  .about .aboutCenter .con4 .center .boxCont .boxItem .itemBox .item::before {
    right: -10px;
    left: unset;
    opacity: 0;
  }
  .about .aboutCenter .con4 .center .boxCont .boxItem .itemBox .item:nth-child(2n) {
    transform: translateY(0px) !important;
  }
  .about .aboutCenter .con4 .center .boxCont .boxItem .itemBox .item:nth-child(2n) .title {
    text-align: left !important;
  }
  .about .aboutCenter .con4 .center .boxCont .boxItem .itemBox .item:nth-child(2n) .subtitle {
    text-align: left !important;
  }
  .about .aboutCenter .con4 .center .boxCont .boxItem .itemBox .item:nth-child(2n)::after {
    left: 0;
    right: unset !important;
  }
  .about .aboutCenter .con4 .center .boxCont .boxItem .itemBox .item:nth-child(2n)::before {
    left: -10px;
  }
}
.about .aboutCenter .con5 {
  background-color: #f5f8fb;
  padding-top: clamp(40px, 4.16666667vw, 80px);
  padding-bottom: clamp(50px, 5.20833333vw, 100px);
}
.about .aboutCenter .con5 .center {
  margin-top: clamp(40px, 4.16666667vw, 80px);
}
.about .aboutCenter .con5 .center .swiperInfo .swiper_box {
  overflow: hidden;
}
.about .aboutCenter .con5 .center .swiperInfo .swiper_box ul li {
  width: 0;
}
.about .aboutCenter .con5 .center .swiperInfo .swiper_box ul li .pb {
  padding-bottom: 60%;
}
.about .aboutCenter .con5 .center .swiperInfo .swiper_box ul li .pb .ab {
  background-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;
  border-radius: 5px;
  overflow: hidden;
}
.about .aboutCenter .con5 .center .swiperInfo .swiper_box ul li .pb .ab img {
  max-width: 80%;
  max-height: 80%;
}
.about .aboutCenter .con5 .center .idxPage {
  display: flex !important;
}
.contact .contactCenter .cont1 {
  padding-top: clamp(40px, 4.16666667vw, 80px);
  padding-bottom: clamp(50px, 5.20833333vw, 100px);
}
.contact .contactCenter .cont1 .center {
  margin-top: clamp(40px, 4.16666667vw, 80px);
}
.contact .contactCenter .cont1 .center .itemBox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: clamp(10px, 1.04166667vw, 20px) clamp(10px, 1.04166667vw, 20px);
}
.contact .contactCenter .cont1 .center .itemBox .item {
  border-radius: 20px;
  overflow: hidden;
  padding-left: clamp(20px, 2.08333333vw, 40px);
  padding-right: clamp(15px, 1.5625vw, 30px);
  padding-top: clamp(20px, 2.08333333vw, 40px);
  padding-bottom: clamp(20px, 2.08333333vw, 40px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.contact .contactCenter .cont1 .center .itemBox .item:nth-child(3) {
    padding: 0;
}
.contact .contactCenter .cont1 .center .itemBox .item a {
    width: 100%; height: 100%; display: block;
  padding-left: clamp(20px, 2.08333333vw, 40px);
  padding-right: clamp(15px, 1.5625vw, 30px);
  padding-top: clamp(20px, 2.08333333vw, 40px);
  padding-bottom: clamp(20px, 2.08333333vw, 40px);
}
.contact .contactCenter .cont1 .center .itemBox .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 0%;
  background: linear-gradient(90deg, #4d9bf2 10%, #79b8ff 80%);
  opacity: 0.7;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.contact .contactCenter .cont1 .center .itemBox .item .box {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.contact .contactCenter .cont1 .center .itemBox .item .box .images img {
  max-width: 84px;
}
.contact .contactCenter .cont1 .center .itemBox .item .box .title {
  font-family: "sy_bo";
  font-size: 18px;
  color: #4999f2;
  line-height: 1.3;
  margin-top: clamp(7.5px, 0.78125vw, 15px);
  margin-bottom: clamp(4px, 0.41666667vw, 8px);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width:1600px) {
  .contact .contactCenter .cont1 .center .itemBox .item .box .title {
    font-size: 16px;
  }
}
@media (max-width:1366px) {
  .contact .contactCenter .cont1 .center .itemBox .item .box .title {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .contact .contactCenter .cont1 .center .itemBox .item .box .title {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .contact .contactCenter .cont1 .center .itemBox .item .box .title {
    font-size: 12px;
  }
}
.contact .contactCenter .cont1 .center .itemBox .item .box .subtitle {
  font-family: "sy_li";
  font-size: 18px;
  color: #777777;
  line-height: 1.8;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width:1600px) {
  .contact .contactCenter .cont1 .center .itemBox .item .box .subtitle {
    font-size: 16px;
  }
}
@media (max-width:1366px) {
  .contact .contactCenter .cont1 .center .itemBox .item .box .subtitle {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .contact .contactCenter .cont1 .center .itemBox .item .box .subtitle {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .contact .contactCenter .cont1 .center .itemBox .item .box .subtitle {
    font-size: 12px;
  }
}
.contact .contactCenter .cont1 .center .itemBox .item .box .idxsubmit {
  position: absolute;
  bottom: 0px;
  left: 0px;
  font-family: "sy_re";
  font-size: 18px;
  color: #777777;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width:1600px) {
  .contact .contactCenter .cont1 .center .itemBox .item .box .idxsubmit {
    font-size: 16px;
  }
}
@media (max-width:1366px) {
  .contact .contactCenter .cont1 .center .itemBox .item .box .idxsubmit {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .contact .contactCenter .cont1 .center .itemBox .item .box .idxsubmit {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .contact .contactCenter .cont1 .center .itemBox .item .box .idxsubmit {
    font-size: 12px;
  }
}
.contact .contactCenter .cont1 .center .itemBox .item:last-child .box .title {
  color: white;
}
.contact .contactCenter .cont1 .center .itemBox .item:last-child .box .subtitle {
  color: white;
}
.contact .contactCenter .cont1 .center .itemBox .item:last-child .box .idxsubmit {
  color: white;
}
.contact .contactCenter .cont1 .center .itemBox .item:hover {
  transform: translateY(-10px);
}
@media (max-width:640px) {
  .contact .contactCenter .cont1 .center .itemBox {
    grid-template-columns: repeat(1, 1fr);
  }
  .contact .contactCenter .cont1 .center .itemBox .item .box .images {
    width: 35px;
  }
  .contact .contactCenter .cont1 .center .itemBox .item .box .idxsubmit {
    position: relative !important;
    margin-top: 20px;
  }
}
.contact .contactCenter .cont2 {
  padding-top: clamp(40px, 4.16666667vw, 80px);
  padding-bottom: clamp(50px, 5.20833333vw, 100px);
  background-image: url(../images/ce.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.contact .contactCenter .cont2 .idx_title .title {
  color: white;
  font-size: 52px;
}
@media (max-width:1600px) {
  .contact .contactCenter .cont2 .idx_title .title {
    font-size: 46px;
  }
}
@media (max-width:1366px) {
  .contact .contactCenter .cont2 .idx_title .title {
    font-size: 44px;
  }
}
@media (max-width:1024px) {
  .contact .contactCenter .cont2 .idx_title .title {
    font-size: 36px;
  }
}
@media (max-width:768px) {
  .contact .contactCenter .cont2 .idx_title .title {
    font-size: 32px;
  }
}
.contact .contactCenter .cont2 .idx_title .subtitle {
  color: white;
}
.contact .contactCenter .cont2 .idx_title .idxButtn {
  margin-top: clamp(5px, 0.52083333vw, 10px);
}
.contact .contactCenter .cont2 .idx_title .idxButtn a {
  border-radius: 500px;
  background-color: white;
  color: #4999f2;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 18px;
}
@media (max-width:1600px) {
  .contact .contactCenter .cont2 .idx_title .idxButtn a {
    font-size: 16px;
  }
}
@media (max-width:1366px) {
  .contact .contactCenter .cont2 .idx_title .idxButtn a {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .contact .contactCenter .cont2 .idx_title .idxButtn a {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .contact .contactCenter .cont2 .idx_title .idxButtn a {
    font-size: 12px;
  }
}
.contact .contactCenter .cont2 .idx_title .idxButtn a:hover {
  color: white;
}
.contact .contactCenter .cont3 {
  padding-top: clamp(40px, 4.16666667vw, 80px);
  padding-bottom: clamp(50px, 5.20833333vw, 100px);
  background-color: #f5f8fb;
}
.contact .contactCenter .cont3 .idx_title {
  padding-bottom: clamp(30px, 3.125vw, 60px);
  border-bottom: 1px solid #e6eaed;
}
.contact .contactCenter .cont3 .center {
  margin-top: clamp(40px, 4.16666667vw, 80px);
}
.contact .contactCenter .cont3 .center .content1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: white;
}
.contact .contactCenter .cont3 .center .content1 .left {
  width: 42%;
  padding-left: clamp(30px, 3.125vw, 60px);
  padding-right: clamp(30px, 3.125vw, 60px);
  padding-top: clamp(40px, 4.16666667vw, 80px);
}
.contact .contactCenter .cont3 .center .content1 .left .title {
  font-family: "sy_re";
  font-size: 36px;
  color: #4999f2;
  line-height: 1;
  margin-bottom: clamp(20px, 2.08333333vw, 40px);
}
@media (max-width:1600px) {
  .contact .contactCenter .cont3 .center .content1 .left .title {
    font-size: 30px;
  }
}
@media (max-width:1366px) {
  .contact .contactCenter .cont3 .center .content1 .left .title {
    font-size: 24px;
  }
}
@media (max-width:1024px) {
  .contact .contactCenter .cont3 .center .content1 .left .title {
    font-size: 21px;
  }
}
@media (max-width:768px) {
  .contact .contactCenter .cont3 .center .content1 .left .title {
    font-size: 20px;
  }
}
.contact .contactCenter .cont3 .center .content1 .left .subtitle {
  font-family: "sy_re";
  font-size: 20px;
  color: #777777;
  line-height: 1.8;
  margin-bottom: clamp(12.5px, 1.30208333vw, 25px);
}
@media (max-width:1600px) {
  .contact .contactCenter .cont3 .center .content1 .left .subtitle {
    font-size: 18px;
  }
}
@media (max-width:1366px) {
  .contact .contactCenter .cont3 .center .content1 .left .subtitle {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .contact .contactCenter .cont3 .center .content1 .left .subtitle {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .contact .contactCenter .cont3 .center .content1 .left .subtitle {
    font-size: 13px;
  }
}
.contact .contactCenter .cont3 .center .content1 .right {
  width: 58%;
}
.contact .contactCenter .cont3 .center .content1 .right .images img {
  font-size: 0;
  width: 100%;
}
@media (max-width:990px) {
  .contact .contactCenter .cont3 .center .content1 {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .contact .contactCenter .cont3 .center .content1 .left {
    width: 100%;
  }
  .contact .contactCenter .cont3 .center .content1 .right {
    width: 100%;
  }
}
.contact .contactCenter .cont3 .center .content2 {
  margin-top: clamp(35px, 3.64583333vw, 70px);
}
.contact .contactCenter .cont3 .center .content2 .itemBox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.contact .contactCenter .cont3 .center .content2 .itemBox .item {
  padding-left: clamp(40px, 4.16666667vw, 80px);
  padding-bottom: clamp(40px, 4.16666667vw, 80px);
  cursor: pointer;
}
.contact .contactCenter .cont3 .center .content2 .itemBox .item .title {
  font-family: "sy_re";
  font-size: 20px;
  color: #333333;
  line-height: 1;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width:1600px) {
  .contact .contactCenter .cont3 .center .content2 .itemBox .item .title {
    font-size: 18px;
  }
}
@media (max-width:1366px) {
  .contact .contactCenter .cont3 .center .content2 .itemBox .item .title {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .contact .contactCenter .cont3 .center .content2 .itemBox .item .title {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .contact .contactCenter .cont3 .center .content2 .itemBox .item .title {
    font-size: 13px;
  }
}
.contact .contactCenter .cont3 .center .content2 .itemBox .item .subtitle {
  font-family: "sy_re";
  font-size: 18px;
  color: #777777;
  line-height: 1.8;
  margin-top: clamp(10px, 1.04166667vw, 20px);
}
@media (max-width:1600px) {
  .contact .contactCenter .cont3 .center .content2 .itemBox .item .subtitle {
    font-size: 16px;
  }
}
@media (max-width:1366px) {
  .contact .contactCenter .cont3 .center .content2 .itemBox .item .subtitle {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .contact .contactCenter .cont3 .center .content2 .itemBox .item .subtitle {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .contact .contactCenter .cont3 .center .content2 .itemBox .item .subtitle {
    font-size: 12px;
  }
}
.contact .contactCenter .cont3 .center .content2 .itemBox .item:hover .title {
  color: #4999f2;
}
@media (max-width:990px) {
  .contact .contactCenter .cont3 .center .content2 .itemBox {
    grid-gap: 20px 20px;
    grid-template-columns: repeat(1, 1fr);
  }
  .contact .contactCenter .cont3 .center .content2 .itemBox .item {
    padding: 0;
  }
}
.join .joinCenter .cont1 {
  padding-top: clamp(40px, 4.16666667vw, 80px);
  padding-bottom: clamp(50px, 5.20833333vw, 100px);
  background-color: #f5f8fb;
}
.join .joinCenter .cont1 .center {
  margin-top: clamp(25px, 2.60416667vw, 50px);
}
.join .joinCenter .cont1 .center .ltemBox .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.join .joinCenter .cont1 .center .ltemBox .item .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 46%;
}
.join .joinCenter .cont1 .center .ltemBox .item .left .it {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  padding-left: clamp(20px, 2.08333333vw, 40px);
  padding-right: clamp(20px, 2.08333333vw, 40px);
  cursor: pointer;
  width: 50%;
}
.join .joinCenter .cont1 .center .ltemBox .item .left .it::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 0px;
  background: #4999f2;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 1;
}
.join .joinCenter .cont1 .center .ltemBox .item .left .it .images {
  position: relative;
  z-index: 3;
  text-align: center;
  min-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-top: clamp(30px, 3.125vw, 60px);
}
.join .joinCenter .cont1 .center .ltemBox .item .left .it .contt {
  position: relative;
  z-index: 3;
  text-align: center;
  padding-top: clamp(12.5px, 1.30208333vw, 25px);
  height: auto;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.join .joinCenter .cont1 .center .ltemBox .item .left .it .bg {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  transform: translate(-10%, 10%);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.join .joinCenter .cont1 .center .ltemBox .item .left .it:first-child {
  background: #ebf1f4;
}
.join .joinCenter .cont1 .center .ltemBox .item .left .it:hover .images {
  filter: brightness(0) invert(1);
}
.join .joinCenter .cont1 .center .ltemBox .item .left .it:hover .contt {
  color: white;
}
.join .joinCenter .cont1 .center .ltemBox .item .left .it:hover .bg {
  opacity: 0.2;
}
.join .joinCenter .cont1 .center .ltemBox .item .left .it:hover::after {
  height: 100%;
  top: 0;
}
.join .joinCenter .cont1 .center .ltemBox .item .right {
  width: 54%;
}
.join .joinCenter .cont1 .center .ltemBox .item .right .images img {
  width: 100%;
}
.join .joinCenter .cont1 .center .ltemBox .item:nth-child(2n) {
  flex-direction: row-reverse;
}
@media (max-width:990px) {
  .join .joinCenter .cont1 .center .ltemBox .item {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    border: 1px solid #e5e5e5b0;
    margin-top: 30px;
  }
  .join .joinCenter .cont1 .center .ltemBox .item .left {
    width: 100%;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .join .joinCenter .cont1 .center .ltemBox .item .left .it {
    padding: 20px 20px;
    width: 100%;
  }
  .join .joinCenter .cont1 .center .ltemBox .item .left .it .contt {
    width: 76%;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .join .joinCenter .cont1 .center .ltemBox .item .left .it:hover .images {
    filter: brightness(1) invert(0);
  }
  .join .joinCenter .cont1 .center .ltemBox .item .left .it:hover .contt {
    color: #000000;
  }
  .join .joinCenter .cont1 .center .ltemBox .item .left .it:hover .bg {
    opacity: 1;
  }
  .join .joinCenter .cont1 .center .ltemBox .item .left .it:hover::after {
    height: 0%;
    top: 0;
  }
  .join .joinCenter .cont1 .center .ltemBox .item .right {
    width: 100%;
    flex-direction: column-reverse;
  }
}
.join .joinCenter .cont2 {
  padding-top: clamp(40px, 4.16666667vw, 80px);
  padding-bottom: clamp(50px, 5.20833333vw, 100px);
}
.join .joinCenter .cont2 .center {
  margin-top: clamp(30px, 3.125vw, 60px);
}
.join .joinCenter .cont2 .center .ltemTop {
  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: clamp(14px, 1.45833333vw, 28px) clamp(0px, 0vw, 0px);
}
.join .joinCenter .cont2 .center .ltemTop .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.join .joinCenter .cont2 .center .ltemTop .item .left {
  font-family: "sy_re";
  font-size: 20px;
  height: 30px;
  color: #333333;
  line-height: 1;
  padding-left: clamp(20px, 2.08333333vw, 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-shrink: 0;
}
@media (max-width:1600px) {
  .join .joinCenter .cont2 .center .ltemTop .item .left {
    font-size: 18px;
  }
}
@media (max-width:1366px) {
  .join .joinCenter .cont2 .center .ltemTop .item .left {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .join .joinCenter .cont2 .center .ltemTop .item .left {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .join .joinCenter .cont2 .center .ltemTop .item .left {
    font-size: 13px;
  }
}
.join .joinCenter .cont2 .center .ltemTop .item .right {
  padding-left: clamp(20px, 2.08333333vw, 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  grid-gap: clamp(10px, 1.04166667vw, 20px) clamp(10px, 1.04166667vw, 20px);
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.join .joinCenter .cont2 .center .ltemTop .item .right .it {
  font-family: "sy_re";
  font-size: 18px;
  color: #777777;
  line-height: 1;
  width: 60px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width:1600px) {
  .join .joinCenter .cont2 .center .ltemTop .item .right .it {
    font-size: 16px;
  }
}
@media (max-width:1366px) {
  .join .joinCenter .cont2 .center .ltemTop .item .right .it {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .join .joinCenter .cont2 .center .ltemTop .item .right .it {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .join .joinCenter .cont2 .center .ltemTop .item .right .it {
    font-size: 12px;
  }
}
.join .joinCenter .cont2 .center .ltemTop .item .right .it.active,
.join .joinCenter .cont2 .center .ltemTop .item .right .it:hover {
  background-color: #ecf5fe;
  color: #4999f2;
}
.join .joinCenter .cont2 .center .ltemBot {
  margin-top: 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;
  grid-gap: clamp(10px, 1.04166667vw, 20px) clamp(0px, 0vw, 0px);
}
.join .joinCenter .cont2 .center .ltemBot .item {
  background-color: #f5f8fb;
}
.join .joinCenter .cont2 .center .ltemBot .item .top {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-left: clamp(25px, 2.60416667vw, 50px);
  padding-right: clamp(25px, 2.60416667vw, 50px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-top: clamp(15px, 1.5625vw, 30px);
  padding-bottom: clamp(15px, 1.5625vw, 30px);
  cursor: pointer;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.join .joinCenter .cont2 .center .ltemBot .item .top .title {
  width: 19.5%;
  font-family: "sy_re";
  font-size: 18px;
  color: #333333;
  line-height: 1.3;
  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;
  border-right: 1px solid #999999;
}
@media (max-width:1600px) {
  .join .joinCenter .cont2 .center .ltemBot .item .top .title {
    font-size: 16px;
  }
}
@media (max-width:1366px) {
  .join .joinCenter .cont2 .center .ltemBot .item .top .title {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .join .joinCenter .cont2 .center .ltemBot .item .top .title {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .join .joinCenter .cont2 .center .ltemBot .item .top .title {
    font-size: 12px;
  }
}
.join .joinCenter .cont2 .center .ltemBot .item .top .content {
  width: 56.5%;
  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;
  padding-left: clamp(20px, 2.08333333vw, 40px);
  font-family: "sy_re";
  font-size: 18px;
  color: #777777;
  line-height: 1;
  grid-gap: clamp(0px, 0vw, 0px) clamp(7.5px, 0.78125vw, 15px);
}
@media (max-width:1600px) {
  .join .joinCenter .cont2 .center .ltemBot .item .top .content {
    font-size: 16px;
  }
}
@media (max-width:1366px) {
  .join .joinCenter .cont2 .center .ltemBot .item .top .content {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .join .joinCenter .cont2 .center .ltemBot .item .top .content {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .join .joinCenter .cont2 .center .ltemBot .item .top .content {
    font-size: 12px;
  }
}
.join .joinCenter .cont2 .center .ltemBot .item .top .endBox {
  width: 24%;
  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: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.join .joinCenter .cont2 .center .ltemBot .item .top .endBox .l {
  font-family: "sy_re";
  font-size: 18px;
  color: #777777;
  line-height: 1;
}
@media (max-width:1600px) {
  .join .joinCenter .cont2 .center .ltemBot .item .top .endBox .l {
    font-size: 16px;
  }
}
@media (max-width:1366px) {
  .join .joinCenter .cont2 .center .ltemBot .item .top .endBox .l {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .join .joinCenter .cont2 .center .ltemBot .item .top .endBox .l {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .join .joinCenter .cont2 .center .ltemBot .item .top .endBox .l {
    font-size: 12px;
  }
}
.join .joinCenter .cont2 .center .ltemBot .item .top .endBox .r {
  width: 40px;
  height: 40px;
  border: 1px solid #4999f2;
  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;
}
.join .joinCenter .cont2 .center .ltemBot .item .top .endBox .r i {
  transform: rotate(-90deg);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.join .joinCenter .cont2 .center .ltemBot .item .top .endBox .r i::before {
  color: #4999f2;
}
@media (max-width:990px) {
  .join .joinCenter .cont2 .center .ltemBot .item .top {
    min-height: 60px;
    height: auto !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    grid-gap: 10px 0;
  }
  .join .joinCenter .cont2 .center .ltemBot .item .top .title {
    width: auto;
    flex-shrink: 0;
    height: auto;
    border: 0;
  }
  .join .joinCenter .cont2 .center .ltemBot .item .top .content {
    width: 100% !important;
    height: auto;
    padding-left: 0 !important;
  }
  .join .joinCenter .cont2 .center .ltemBot .item .top .endBox {
    width: auto !important;
    height: auto;
  }
  .join .joinCenter .cont2 .center .ltemBot .item .top .endBox .r {
    width: 20px;
    height: 20px;
    margin-left: 10px;
  }
}
.join .joinCenter .cont2 .center .ltemBot .item .bottom {
  background: #f9fbfd;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding-left: clamp(20px, 2.08333333vw, 40px);
  padding-right: clamp(20px, 2.08333333vw, 40px);
}
.join .joinCenter .cont2 .center .ltemBot .item .bottom .box .ite {
  border-bottom: 1px solid #e3e7ec;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.join .joinCenter .cont2 .center .ltemBot .item .bottom .box .ite .t {
  font-family: "sy_re";
  font-size: 18px;
  color: #333333;
  margin-bottom: clamp(7.5px, 0.78125vw, 15px);
  padding-left: clamp(11.5px, 1.19791667vw, 23px);
  position: relative;
}
@media (max-width:1600px) {
  .join .joinCenter .cont2 .center .ltemBot .item .bottom .box .ite .t {
    font-size: 16px;
  }
}
@media (max-width:1366px) {
  .join .joinCenter .cont2 .center .ltemBot .item .bottom .box .ite .t {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .join .joinCenter .cont2 .center .ltemBot .item .bottom .box .ite .t {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .join .joinCenter .cont2 .center .ltemBot .item .bottom .box .ite .t {
    font-size: 12px;
  }
}
.join .joinCenter .cont2 .center .ltemBot .item .bottom .box .ite .t::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #4999f2;
  transition: all 0.5s;
}
.join .joinCenter .cont2 .center .ltemBot .item .bottom .box .ite .cona {
  font-family: "sy_re";
  font-size: 16px;
  color: #777777;
  line-height: 2;
  padding-left: clamp(11.5px, 1.19791667vw, 23px);
}
@media (max-width:1366px) {
  .join .joinCenter .cont2 .center .ltemBot .item .bottom .box .ite .cona {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .join .joinCenter .cont2 .center .ltemBot .item .bottom .box .ite .cona {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .join .joinCenter .cont2 .center .ltemBot .item .bottom .box .ite .cona {
    font-size: 12px;
  }
}
.join .joinCenter .cont2 .center .ltemBot .item .bottom .box .ite:last-child {
  border-bottom: 0;
}
.join .joinCenter .cont2 .center .ltemBot .item .bottom .cf {
  font-family: "sy_re";
  font-size: 16px;
  color: #777777;
  padding-left: clamp(11.5px, 1.19791667vw, 23px);
}
@media (max-width:1366px) {
  .join .joinCenter .cont2 .center .ltemBot .item .bottom .cf {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .join .joinCenter .cont2 .center .ltemBot .item .bottom .cf {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .join .joinCenter .cont2 .center .ltemBot .item .bottom .cf {
    font-size: 12px;
  }
}
.join .joinCenter .cont2 .center .ltemBot .item.active .top .endBox .r i {
  transform: rotate(90deg);
}
.join .joinCenter .cont2 .center .ltemBot .item.active .bottom {
  display: block;
  padding-bottom: clamp(40px, 4.16666667vw, 80px);
  height: auto;
}
.join .joinCenter .cont2 .center .ltemBot .item.active .bottom .box .ite {
  padding-top: clamp(20px, 2.08333333vw, 40px);
  padding-bottom: clamp(20px, 2.08333333vw, 40px);
}
.join .joinCenter .cont2 .pagesYe {
  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(30px, 3.125vw, 60px);
  grid-gap: 0 15px;
}
.join .joinCenter .cont2 .pagesYe a {
  font-size: 18px;
  font-family: "sy_re";
  color: #727a82;
}
@media (max-width:1600px) {
  .join .joinCenter .cont2 .pagesYe a {
    font-size: 16px;
  }
}
@media (max-width:1366px) {
  .join .joinCenter .cont2 .pagesYe a {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .join .joinCenter .cont2 .pagesYe a {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .join .joinCenter .cont2 .pagesYe a {
    font-size: 12px;
  }
}
.join .joinCenter .cont2 .pagesYe a.active {
  border-bottom: 1px solid #4999f2;
  color: #4999f2;
}
.join .joinCenter .cont2 .pagesYe a input {
  width: 40px;
  height: 24px;
  border: 1px solid #e2e5e9;
  border-radius: 5px;
  padding-left: 13px;
  font-size: 12px;
}
.product .productCenter .cont1 {
  padding-top: clamp(40px, 4.16666667vw, 80px);
  padding-bottom: clamp(50px, 5.20833333vw, 100px);
  background-color: #f5f8fb;
}
.product .productCenter .cont1 .idx_title .subtitle {
  max-width: 900px;
}
.product .productCenter .cont1 .center {
  margin-top: clamp(40px, 4.16666667vw, 80px);
}
.product .productCenter .cont1 .center .boxCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.product .productCenter .cont1 .center .boxCont .left {
  width: 37%;
  padding-top: clamp(10px, 1.04166667vw, 20px);
  padding-bottom: clamp(10px, 1.04166667vw, 20px);
  background-repeat: no-repeat;
  background-size: cover;
}
.product .productCenter .cont1 .center .boxCont .left .itemBox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.product .productCenter .cont1 .center .boxCont .left .itemBox .item {
  padding-left: clamp(20px, 2.08333333vw, 40px);
  padding-right: clamp(20px, 2.08333333vw, 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-family: "sy_li";
  font-size: 20px;
  color: white;
  line-height: 1.4;
  grid-gap: 0 16px;
  cursor: pointer;
  position: relative;
  height: 72px;
}
@media (max-width:1600px) {
  .product .productCenter .cont1 .center .boxCont .left .itemBox .item {
    font-size: 18px;
  }
}
@media (max-width:1366px) {
  .product .productCenter .cont1 .center .boxCont .left .itemBox .item {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .product .productCenter .cont1 .center .boxCont .left .itemBox .item {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .product .productCenter .cont1 .center .boxCont .left .itemBox .item {
    font-size: 13px;
  }
}
.product .productCenter .cont1 .center .boxCont .left .itemBox .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.342), 40%, rgba(255, 255, 255, 0));
  transition: all 0.5s;
  z-index: 0;
}
.product .productCenter .cont1 .center .boxCont .left .itemBox .item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3px;
  height: 0%;
  background: #fff;
  transition: all 0.5s;
}
.product .productCenter .cont1 .center .boxCont .left .itemBox .item img,
.product .productCenter .cont1 .center .boxCont .left .itemBox .item span {
  position: relative;
  z-index: 2;
}
.product .productCenter .cont1 .center .boxCont .left .itemBox .item.active::after,
.product .productCenter .cont1 .center .boxCont .left .itemBox .item:hover::after {
  width: 100%;
  left: 0;
}
.product .productCenter .cont1 .center .boxCont .left .itemBox .item.active::before,
.product .productCenter .cont1 .center .boxCont .left .itemBox .item:hover::before {
  height: 100%;
  top: 0;
}
.product .productCenter .cont1 .center .boxCont .right {
  width: 63%;
}
.product .productCenter .cont1 .center .boxCont .right .swiper_box {
  overflow: hidden;
  height: 100%;
}
.product .productCenter .cont1 .center .boxCont .right .swiper_box ul li {
  width: 0;
}
.product .productCenter .cont1 .center .boxCont .right .swiper_box ul li .infoText {
  height: 100%;
  background-repeat: no-repeat;
  background-position: top right;
  padding-top: clamp(40px, 4.16666667vw, 80px);
  padding-bottom: clamp(40px, 4.16666667vw, 80px);
  padding-left: clamp(40px, 4.16666667vw, 80px);
}
.product .productCenter .cont1 .center .boxCont .right .swiper_box ul li .infoText .boxin {
  width: fit-content;
}
.product .productCenter .cont1 .center .boxCont .right .swiper_box ul li .infoText .boxin .title {
  font-size: 36px;
  color: #4999f2;
  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;
  grid-gap: 0 20px;
}
@media (max-width:1600px) {
  .product .productCenter .cont1 .center .boxCont .right .swiper_box ul li .infoText .boxin .title {
    font-size: 30px;
  }
}
@media (max-width:1366px) {
  .product .productCenter .cont1 .center .boxCont .right .swiper_box ul li .infoText .boxin .title {
    font-size: 24px;
  }
}
@media (max-width:1024px) {
  .product .productCenter .cont1 .center .boxCont .right .swiper_box ul li .infoText .boxin .title {
    font-size: 21px;
  }
}
@media (max-width:768px) {
  .product .productCenter .cont1 .center .boxCont .right .swiper_box ul li .infoText .boxin .title {
    font-size: 20px;
  }
}
.product .productCenter .cont1 .center .boxCont .right .swiper_box ul li .infoText .boxin .itemBox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: clamp(12.5px, 1.30208333vw, 25px);
  width: fit-content;
  grid-gap: clamp(0px, 0vw, 0px) clamp(10px, 1.04166667vw, 20px);
}
.product .productCenter .cont1 .center .boxCont .right .swiper_box ul li .infoText .boxin .itemBox .item {
  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;
  color: #999999;
  font-family: "sy_li";
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width:1366px) {
  .product .productCenter .cont1 .center .boxCont .right .swiper_box ul li .infoText .boxin .itemBox .item {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .product .productCenter .cont1 .center .boxCont .right .swiper_box ul li .infoText .boxin .itemBox .item {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .product .productCenter .cont1 .center .boxCont .right .swiper_box ul li .infoText .boxin .itemBox .item {
    font-size: 12px;
  }
}
.product .productCenter .cont1 .center .boxCont .right .swiper_box ul li .infoText .boxin .itemBox .item:hover {
  color: #4999f2;
}
@media (max-width:990px) {
  .product .productCenter .cont1 .center .boxCont {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .product .productCenter .cont1 .center .boxCont .left {
    width: 100%;
  }
  .product .productCenter .cont1 .center .boxCont .left .itemBox {
    grid-template-columns: repeat(5, 1fr);
  }
  .product .productCenter .cont1 .center .boxCont .left .itemBox .item {
    height: 50px;
  }
  .product .productCenter .cont1 .center .boxCont .right {
    width: 100%;
  }
}
@media (max-width:768px) {
  .product .productCenter .cont1 .center .boxCont .left {
    display: none;
  }
  .product .productCenter .cont1 .center .boxCont .left .itemBox {
    grid-template-columns: repeat(4, 1fr);
  }
  .product .productCenter .cont1 .center .boxCont .right .swiper_box ul li .infoText {
    position: relative;
  }
  .product .productCenter .cont1 .center .boxCont .right .swiper_box ul li .infoText::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fffcfc7c;
    transition: all 0.5s;
    z-index: 0;
  }
  .product .productCenter .cont1 .center .boxCont .right .swiper_box ul li .infoText .boxin {
    width: 100%;
    position: relative;
    z-index: 2;
  }
  .product .productCenter .cont1 .center .boxCont .right .swiper_box ul li .infoText .boxin .itemBox {
    grid-template-columns: repeat(5, 1fr);
  }
  .product .productCenter .cont1 .center .boxCont .right .swiper_box ul li .infoText .boxin .itemBox .item {
    font-family: "sy_me";
    color: #7d7f81;
  }
}
@media (max-width:640px) {
  .product .productCenter .cont1 .center .boxCont .right .swiper_box ul li .infoText .boxin .itemBox {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width:480px) {
  .product .productCenter .cont1 .center .boxCont .right .swiper_box ul li .infoText .boxin .itemBox {
    grid-template-columns: repeat(3, 1fr);
  }
}
.product .productCenter .cont2 {
  padding-top: clamp(40px, 4.16666667vw, 80px);
  padding-bottom: clamp(50px, 5.20833333vw, 100px);
}
.product .productCenter .cont2 .center .swiperInfo {
  margin-top: clamp(40px, 4.16666667vw, 80px);
}
.product .productCenter .cont2 .center .swiperInfo .swiper_box {
  overflow: hidden;
}
.product .productCenter .cont2 .center .swiperInfo .swiper_box ul li {
  width: 0;
}
.product .productCenter .cont2 .center .swiperInfo .swiper_box ul li .itemBox {
  cursor: pointer;
}
.product .productCenter .cont2 .center .swiperInfo .swiper_box ul li .itemBox .images {
  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;
}
.product .productCenter .cont2 .center .swiperInfo .swiper_box ul li .itemBox .images .pb {
  padding-bottom: 64%;
}
.product .productCenter .cont2 .center .swiperInfo .swiper_box ul li .itemBox .images .pb .ab {
  overflow: hidden;
}
.product .productCenter .cont2 .center .swiperInfo .swiper_box ul li .itemBox .images .pb .ab img {
  width: 100%;
}
.product .productCenter .cont2 .center .swiperInfo .swiper_box ul li .itemBox .images .img {
  position: absolute;
  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;
}
.product .productCenter .cont2 .center .swiperInfo .swiper_box ul li .itemBox .images .img img {
  max-width: 30%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.product .productCenter .cont2 .center .swiperInfo .swiper_box ul li .itemBox .name {
  font-family: "sy_li";
  font-size: 20px;
  color: #4999f2;
  margin-top: clamp(10px, 1.04166667vw, 20px);
}
@media (max-width:1600px) {
  .product .productCenter .cont2 .center .swiperInfo .swiper_box ul li .itemBox .name {
    font-size: 18px;
  }
}
@media (max-width:1366px) {
  .product .productCenter .cont2 .center .swiperInfo .swiper_box ul li .itemBox .name {
    font-size: 16px;
  }
}
@media (max-width:1024px) {
  .product .productCenter .cont2 .center .swiperInfo .swiper_box ul li .itemBox .name {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .product .productCenter .cont2 .center .swiperInfo .swiper_box ul li .itemBox .name {
    font-size: 13px;
  }
}
.product .productCenter .cont2 .center .swiperInfo .swiper_box ul li .itemBox:hover .images .img img {
  transform: scale(1.02);
}
